From report at bugs.python.org Wed Oct 1 00:05:54 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 30 Sep 2014 22:05:54 +0000 Subject: [issue22397] test_socket failure on AIX In-Reply-To: <1410547453.79.0.287492326275.issue22397@psf.upfronthosting.co.za> Message-ID: <1412114754.73.0.699284973474.issue22397@psf.upfronthosting.co.za> STINNER Victor added the comment: The testFDPassSimple pass: it's possible to pass a file descriptor between two processes. Hum. The testMultipleFDPass test also pass: it's possible to pass multiple file descriptors. Both tests use SCM_RIGHTS. The testCMSG_SPACE test also pass. It looks like the difference between testMultipleFDPass and testFDPassSeparate is the number of "cmsgs" ("access ancillary data"): 1 cmsg for testMultipleFDPass, two for testFDPassSeparate. I don't understand if it is a bug in the Python socket.sendmsg() function serializing ancillary data, or "just" if the AIX kernel does not support multiple ancillary data for sendmsg(). @David: any idea? Did you ask IBM? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 00:13:44 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 30 Sep 2014 22:13:44 +0000 Subject: [issue17873] _ctypes/libffi missing bits for aarch64 support In-Reply-To: <1367276723.56.0.050997158172.issue17873@psf.upfronthosting.co.za> Message-ID: <1412115224.37.0.0753576356419.issue17873@psf.upfronthosting.co.za> STINNER Victor added the comment: I don't know the AArch64 arch and I don't have access to such architecture, but the patch looks good to me. I guess that Andreas has access and tried his patch? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 00:15:25 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 30 Sep 2014 22:15:25 +0000 Subject: [issue7574] PyUnicode_FromFormat broken and not documented for 2.x In-Reply-To: <1261655681.25.0.454963458841.issue7574@psf.upfronthosting.co.za> Message-ID: <1412115325.54.0.819099635995.issue7574@psf.upfronthosting.co.za> STINNER Victor added the comment: Ok, let's close the issue. ---------- nosy: +haypo status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 00:26:10 2014 From: report at bugs.python.org (Mark Lawrence) Date: Tue, 30 Sep 2014 22:26:10 +0000 Subject: [issue10800] libffi build failure on HP-UX 11/PA In-Reply-To: <1293780948.24.0.107395792812.issue10800@psf.upfronthosting.co.za> Message-ID: <1412115970.26.0.0443368029189.issue10800@psf.upfronthosting.co.za> Mark Lawrence added the comment: Surely this can't be a problem nearly four years on? ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 00:30:05 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 30 Sep 2014 22:30:05 +0000 Subject: [issue10349] Error in Module/python.c when building on OpenBSD 4.8 In-Reply-To: <1289199143.28.0.506984185363.issue10349@psf.upfronthosting.co.za> Message-ID: <1412116205.81.0.319512462871.issue10349@psf.upfronthosting.co.za> STINNER Victor added the comment: > g++ (...) > Modules/python.c:60: error: invalid conversion from 'void*' to 'wchar_t*'*** Error code 1 This line was part of the function char2wchar() which was moved to Python/fileutils.c (and renamed to _Py_char2wchar). Since "configure --with-cxx_main" only changes the compiler for python.c (and _testembed.c), calls to PyMem_Malloc() in fileutils.c are not more an issue. In short: the issue has already been fixed since the creation of fileutils.c. changeset: 65162:39014f0abc32 user: Victor Stinner date: Thu Oct 07 21:45:39 2010 +0000 files: Include/Python.h Include/fileutils.h Makefile.pre.in Modules/getpath.c Modules/main.c PCbuild/pythoncore.vcproj Python/fileutils.c Python/im description: Create fileutils.c/.h ---------- nosy: +haypo resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 00:30:27 2014 From: report at bugs.python.org (Mark Lawrence) Date: Tue, 30 Sep 2014 22:30:27 +0000 Subject: [issue7336] traceback module not properly printing exceptions on interpreter shutdown In-Reply-To: <1258413839.38.0.430585773151.issue7336@psf.upfronthosting.co.za> Message-ID: <1412116227.16.0.164435339771.issue7336@psf.upfronthosting.co.za> Mark Lawrence added the comment: Is this still a problem? How do I go about reproducing it, assuming that I can on Windows? ---------- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 00:31:05 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 30 Sep 2014 22:31:05 +0000 Subject: [issue10349] g++ compilation error of Module/python.c with ./configure --with-cxx_main In-Reply-To: <1289199143.28.0.506984185363.issue10349@psf.upfronthosting.co.za> Message-ID: <1412116265.12.0.239784530276.issue10349@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- title: Error in Module/python.c when building on OpenBSD 4.8 -> g++ compilation error of Module/python.c with ./configure --with-cxx_main _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 00:31:24 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 30 Sep 2014 22:31:24 +0000 Subject: [issue10349] g++ compilation error of Module/python.c with ./configure --with-cxx_main In-Reply-To: <1289199143.28.0.506984185363.issue10349@psf.upfronthosting.co.za> Message-ID: <1412116284.94.0.261307074479.issue10349@psf.upfronthosting.co.za> STINNER Victor added the comment: > Is this out of date as the only buildbot I could find is running OpenBSD 5.5? The issue is not related to OpenBSD. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 00:32:56 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 30 Sep 2014 22:32:56 +0000 Subject: [issue7336] traceback module not properly printing exceptions on interpreter shutdown In-Reply-To: <1258413839.38.0.430585773151.issue7336@psf.upfronthosting.co.za> Message-ID: <1412116376.7.0.408675733323.issue7336@psf.upfronthosting.co.za> STINNER Victor added the comment: Sorry rtyler but we need much more information to investigate your issue. Since the issue was reported 5 years ago, I don't expect feedback and I prefer to close it as out of date. ---------- nosy: +haypo resolution: -> out of date status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 00:40:44 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 30 Sep 2014 22:40:44 +0000 Subject: [issue10800] libffi build failure on HP-UX 11/PA In-Reply-To: <1293780948.24.0.107395792812.issue10800@psf.upfronthosting.co.za> Message-ID: <1412116844.9.0.461655981741.issue10800@psf.upfronthosting.co.za> STINNER Victor added the comment: > quick update: libffi (upstream) has this fixed now in git commit dc411e8f991 . https://github.com/atgreen/libffi/commit/dc411e8f991 This commit was in Python since at least Python 3.3. It also part of the development branch of Python 2.7. I'm too lazy to check was exact version included the fix, but the issue was closed. (See maybe also issue #18178 and #3526.) ---------- nosy: +haypo resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 00:44:01 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 30 Sep 2014 22:44:01 +0000 Subject: [issue6320] Standard string encodings should include GSM0.38 In-Reply-To: <1245612481.83.0.685402230855.issue6320@psf.upfronthosting.co.za> Message-ID: <1412117041.94.0.242586951619.issue6320@psf.upfronthosting.co.za> STINNER Victor added the comment: Since the codec has only been asked once, 5 years ago, I consider that there is not enough interested to put yet another encoding. Python already supports a lot of encodings. It's easy to use your custom codec without having to modify Python, just register it: https://docs.python.org/dev/library/codecs.html#codecs.register ---------- nosy: +haypo resolution: -> out of date status: open -> closed versions: +Python 3.5 -Python 3.2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 00:47:27 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 30 Sep 2014 22:47:27 +0000 Subject: [issue10384] SyntaxError should contain exact location of the invalid character in identifier In-Reply-To: <1289439285.11.0.506002899946.issue10384@psf.upfronthosting.co.za> Message-ID: <1412117247.38.0.231985473664.issue10384@psf.upfronthosting.co.za> STINNER Victor added the comment: It looks like the issue was already fixed: haypo at smithers$ ./python Python 3.5.0a0 (default:8e9df3414185, Oct 1 2014, 00:19:36) >>> inv?alid = 5 File "", line 1 inv?alid = 5 ^ SyntaxError: invalid character in identifier The cursor is now before "=". It's not on the invalid character inside the identifier, but it's better than before ;-) ---------- nosy: +haypo resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 00:55:18 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 30 Sep 2014 22:55:18 +0000 Subject: [issue21963] 2.7.8 backport of Issue1856 (avoid daemon thread problems at shutdown) breaks ceph In-Reply-To: <1405112765.87.0.0636941236839.issue21963@psf.upfronthosting.co.za> Message-ID: <1412117718.61.0.190893186524.issue21963@psf.upfronthosting.co.za> STINNER Victor added the comment: @Benjamin: What do you think? Should we revert the changeset 7741d0dd66ca in Python 2.7? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 01:00:21 2014 From: report at bugs.python.org (Alexander Belopolsky) Date: Tue, 30 Sep 2014 23:00:21 +0000 Subject: [issue10384] SyntaxError should contain exact location of the invalid character in identifier In-Reply-To: <1289439285.11.0.506002899946.issue10384@psf.upfronthosting.co.za> Message-ID: <1412118021.41.0.352791937923.issue10384@psf.upfronthosting.co.za> Alexander Belopolsky added the comment: The issue was not fixed. With multiple invisible space characters I can get Python 3.5.0a0 (default:5313b4c0bb6c, Sep 30 2014, 18:55:45) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.51)] on darwin >>> invalid = None File "", line 1 invalid = None ^ SyntaxError: invalid character in identifier ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 01:09:02 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 30 Sep 2014 23:09:02 +0000 Subject: [issue22465] Number agreement error in section 3.2 of web docs In-Reply-To: <1411415613.69.0.707690037263.issue22465@psf.upfronthosting.co.za> Message-ID: <20140930230855.23211.60924@mail.hg.python.org> Roundup Robot added the comment: New changeset 63dc1e32b715 by Terry Jan Reedy in branch '2.7': Issue 22465: grammar, number agreement. https://hg.python.org/cpython/rev/63dc1e32b715 New changeset 4848e0c6b342 by Terry Jan Reedy in branch '3.4': Issue 22465: grammar, number agreement. https://hg.python.org/cpython/rev/4848e0c6b342 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 01:09:52 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Tue, 30 Sep 2014 23:09:52 +0000 Subject: [issue22465] Number agreement error in section 3.2 of web docs In-Reply-To: <1411415613.69.0.707690037263.issue22465@psf.upfronthosting.co.za> Message-ID: <1412118592.84.0.71541225255.issue22465@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Thanks for the report. ---------- nosy: +terry.reedy resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 01:12:39 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 30 Sep 2014 23:12:39 +0000 Subject: [issue10384] SyntaxError should contain exact location of the invalid character in identifier In-Reply-To: <1289439285.11.0.506002899946.issue10384@psf.upfronthosting.co.za> Message-ID: <1412118759.7.0.961986175626.issue10384@psf.upfronthosting.co.za> STINNER Victor added the comment: > The issue was not fixed. With multiple invisible space characters I can get Ok. So this issue is a duplicate of the issue #2382. IMO the fix is to use wcswidth(), but see the issue for the long discussion :-/ ---------- resolution: fixed -> duplicate superseder: -> [Py3k] SyntaxError cursor shifted if multibyte character is in line. _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 01:13:11 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 30 Sep 2014 23:13:11 +0000 Subject: [issue2382] [Py3k] SyntaxError cursor shifted if multibyte character is in line. In-Reply-To: <1205817752.04.0.892564898323.issue2382@psf.upfronthosting.co.za> Message-ID: <1412118791.35.0.743909421083.issue2382@psf.upfronthosting.co.za> STINNER Victor added the comment: The issue #10384 has been marked as a duplicate of this issue: it's a similar issue, identifier which contains invisible character. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 01:24:28 2014 From: report at bugs.python.org (Alexander Belopolsky) Date: Tue, 30 Sep 2014 23:24:28 +0000 Subject: [issue2382] [Py3k] SyntaxError cursor shifted if multibyte character is in line. In-Reply-To: <1205817752.04.0.892564898323.issue2382@psf.upfronthosting.co.za> Message-ID: <1412119468.47.0.567761359783.issue2382@psf.upfronthosting.co.za> Alexander Belopolsky added the comment: The original problem is still present Python 3.5.0a0 (default:5313b4c0bb6c, Sep 30 2014, 18:55:45) >>> A_I_U_E_O$ = None File "", line 1 A_I_U_E_O$ = None ^ SyntaxError: invalid syntax Replace A_I_U_E_O above with the Japanese script. I get codec error from the server when I try to paste my session as is. (Note that invalid character is $ above and not the Japanese AIUEO.) Another outstanding issue is with zero-width characters. See #10384. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 01:34:10 2014 From: report at bugs.python.org (Berker Peksag) Date: Tue, 30 Sep 2014 23:34:10 +0000 Subject: [issue16155] Some minor doc fixes in Doc/faq In-Reply-To: <1349562552.07.0.641735051076.issue16155@psf.upfronthosting.co.za> Message-ID: <1412120050.64.0.748822574032.issue16155@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- nosy: +berker.peksag stage: -> patch review versions: +Python 3.5 -Python 3.2, Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 01:47:22 2014 From: report at bugs.python.org (Berker Peksag) Date: Tue, 30 Sep 2014 23:47:22 +0000 Subject: [issue19235] Add a dedicated subclass for recursion errors In-Reply-To: <1381596107.9.0.320701037292.issue19235@psf.upfronthosting.co.za> Message-ID: <1412120842.41.0.96229536265.issue19235@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- nosy: +berker.peksag stage: -> patch review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 01:49:15 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 30 Sep 2014 23:49:15 +0000 Subject: [issue22334] test_tcl.test_split() fails on "x86 FreeBSD 7.2 3.x" buildbot In-Reply-To: <1409817164.01.0.942615937948.issue22334@psf.upfronthosting.co.za> Message-ID: <1412120955.22.0.101345848128.issue22334@psf.upfronthosting.co.za> STINNER Victor added the comment: > More likely there is a bug in Tcl 8.6b1 (as in Tcl before 8.5.5). @Serhiy: So what do you suggest using debug traces? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 01:49:47 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 30 Sep 2014 23:49:47 +0000 Subject: [issue22333] test_threaded_import.test_parallel_meta_path() failed on x86 Windows7 3.x In-Reply-To: <1409815961.59.0.0325236414674.issue22333@psf.upfronthosting.co.za> Message-ID: <20140930234943.23207.4053@mail.hg.python.org> Roundup Robot added the comment: New changeset 926c380aa423 by Victor Stinner in branch 'default': Issue #22333: Extend timeout in test_threaded_import https://hg.python.org/cpython/rev/926c380aa423 New changeset c8e7362875a8 by Victor Stinner in branch 'default': Issue #22333: test_threaded_import now displays elapsed time in verbose mode. https://hg.python.org/cpython/rev/c8e7362875a8 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 01:50:00 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Tue, 30 Sep 2014 23:50:00 +0000 Subject: [issue22492] small addition to print() docs: no binary streams. In-Reply-To: <1411628548.86.0.942026388969.issue22492@psf.upfronthosting.co.za> Message-ID: <1412121000.02.0.438042541962.issue22492@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Agreed. Here is a patch I will commit if you approve. I deleted 'convenience function' as distracting, labelled *file* a *text* stream in the first line, and added the rest of the comment after the current 'file' sentence, making separate 'file' and 'flush' paragraphs. I unstarred 'file' in the addition to try to make it slightly clearer that the comment applies to the default sys.stdout, when rebound to a binary mode file, as well as to explicit *file=* arguments. ---------- nosy: +terry.reedy stage: -> commit review type: -> enhancement versions: +Python 3.4, Python 3.5 Added file: http://bugs.python.org/file36765/print-22492-34.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 01:52:30 2014 From: report at bugs.python.org (Mark Lawrence) Date: Tue, 30 Sep 2014 23:52:30 +0000 Subject: [issue1180267] expanding platform module and making it work as it should Message-ID: <1412121150.21.0.177934534271.issue1180267@psf.upfronthosting.co.za> Mark Lawrence added the comment: I think this should be an enhancement request. Regardless it goes nowhere without a patch, anybody? ---------- nosy: +BreamoreBoy type: behavior -> enhancement versions: +Python 3.5 -Python 2.6 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 01:56:32 2014 From: report at bugs.python.org (Mark Lawrence) Date: Tue, 30 Sep 2014 23:56:32 +0000 Subject: [issue9917] resource max value represented as signed when should be unsigned In-Reply-To: <1285119777.0.0.437398080007.issue9917@psf.upfronthosting.co.za> Message-ID: <1412121392.71.0.205063059674.issue9917@psf.upfronthosting.co.za> Mark Lawrence added the comment: @David one for your TODO list or does this rightfully belong with somebody else? ---------- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 02:00:43 2014 From: report at bugs.python.org (Mark Lawrence) Date: Wed, 01 Oct 2014 00:00:43 +0000 Subject: [issue1471934] Python libcrypt build problem on Solaris 8, 9, 10 and OpenSolaris Message-ID: <1412121643.39.0.447354349497.issue1471934@psf.upfronthosting.co.za> Mark Lawrence added the comment: I've no idea whether or not the patches are still valid after all this time. ---------- nosy: +BreamoreBoy, jcea versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 02:07:01 2014 From: report at bugs.python.org (Berker Peksag) Date: Wed, 01 Oct 2014 00:07:01 +0000 Subject: [issue14341] sporadic (?) test_urllib2 failures In-Reply-To: <1331943969.2.0.17966534502.issue14341@psf.upfronthosting.co.za> Message-ID: <1412122021.51.0.707085462908.issue14341@psf.upfronthosting.co.za> Berker Peksag added the comment: test_method_deprecations has been removed in https://hg.python.org/cpython/rev/b5980b1171d0. Closing this as out of date. ---------- nosy: +berker.peksag resolution: -> out of date stage: needs patch -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 02:29:38 2014 From: report at bugs.python.org (Benjamin Peterson) Date: Wed, 01 Oct 2014 00:29:38 +0000 Subject: [issue21963] 2.7.8 backport of Issue1856 (avoid daemon thread problems at shutdown) breaks ceph In-Reply-To: <1412117718.61.0.190893186524.issue21963@psf.upfronthosting.co.za> Message-ID: <1412123373.3284717.173693481.3297F497@webmail.messagingengine.com> Benjamin Peterson added the comment: Antoine is probably right that we should revert. I wonder what the exact problem with Ceph is, though. On Tue, Sep 30, 2014, at 18:55, STINNER Victor wrote: > > STINNER Victor added the comment: > > @Benjamin: What do you think? Should we revert the changeset 7741d0dd66ca > in Python 2.7? > > ---------- > > _______________________________________ > Python tracker > > _______________________________________ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 02:36:52 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 01 Oct 2014 00:36:52 +0000 Subject: [issue8304] time.strftime() and Unicode characters on Windows In-Reply-To: <1270307324.04.0.0348018847246.issue8304@psf.upfronthosting.co.za> Message-ID: <1412123812.84.0.16009423769.issue8304@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- title: strftime and Unicode characters -> time.strftime() and Unicode characters on Windows _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 02:37:52 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 01 Oct 2014 00:37:52 +0000 Subject: [issue18199] Windows: support path longer than 260 bytes using "\\?\" prefix In-Reply-To: <1371050681.12.0.381093438517.issue18199@psf.upfronthosting.co.za> Message-ID: <1412123872.24.0.394480378465.issue18199@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- components: -Unicode _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 02:39:53 2014 From: report at bugs.python.org (Ryan Gonzalez) Date: Wed, 01 Oct 2014 00:39:53 +0000 Subject: [issue22530] re rejects index of type long on 2.7 Message-ID: <1412123993.9.0.244243584379.issue22530@psf.upfronthosting.co.za> New submission from Ryan Gonzalez: This should work (but doesn't): Python 2.7.8+ (2.7:63dc1e32b715, Sep 30 2014, 19:24:46) [GCC 4.2.1 Compatible Clang 3.5.0 (207381)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import re >>> re.match('(foo)', 'foo').group(1L) Traceback (most recent call last): File "", line 1, in IndexError: no such group >>> I *think* the attached patch fixes it (but I'm not quite sure). Here's the relevant mailing list thread: https://mail.python.org/pipermail/python-ideas/2014-September/029590.html. ---------- components: Library (Lib) files: re.patch keywords: patch messages: 228043 nosy: Ryan.Gonzalez priority: normal severity: normal status: open title: re rejects index of type long on 2.7 type: behavior versions: Python 2.7 Added file: http://bugs.python.org/file36766/re.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 02:42:50 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 01 Oct 2014 00:42:50 +0000 Subject: [issue21922] PyLong: use GMP In-Reply-To: <1404562944.87.0.0403783440946.issue21922@psf.upfronthosting.co.za> Message-ID: <1412124170.94.0.151874952256.issue21922@psf.upfronthosting.co.za> STINNER Victor added the comment: Can we close this issue? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 02:43:42 2014 From: report at bugs.python.org (Benjamin Peterson) Date: Wed, 01 Oct 2014 00:43:42 +0000 Subject: [issue21922] PyLong: use GMP In-Reply-To: <1404562944.87.0.0403783440946.issue21922@psf.upfronthosting.co.za> Message-ID: <1412124222.85.0.403565987245.issue21922@psf.upfronthosting.co.za> Changes by Benjamin Peterson : ---------- resolution: -> rejected status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 02:46:50 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 01 Oct 2014 00:46:50 +0000 Subject: [issue13451] sched.py: speedup cancel() method In-Reply-To: <1321923822.73.0.49972384361.issue13451@psf.upfronthosting.co.za> Message-ID: <1412124410.57.0.466333535763.issue13451@psf.upfronthosting.co.za> STINNER Victor added the comment: > I see no possible optimization here. The asyncio was just optimized to handle cancellation of many callbacks, see issue #22448. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 02:54:22 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 01 Oct 2014 00:54:22 +0000 Subject: [issue22512] 'test_distutils.test_bdist_rpm' causes creation of directory '.rpmdb' on home dir In-Reply-To: <1411939601.45.0.729692387398.issue22512@psf.upfronthosting.co.za> Message-ID: <20141001005418.23217.75382@mail.hg.python.org> Roundup Robot added the comment: New changeset ec6cee80926f by R David Murray in branch '3.4': #22512: move distutils rpm test's .rpmdb to testing tmpdir. https://hg.python.org/cpython/rev/ec6cee80926f New changeset 4877f91a0389 by R David Murray in branch 'default': Merge: #22512: move distutils rpm test's .rpmdb to testing tmpdir. https://hg.python.org/cpython/rev/4877f91a0389 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 02:58:27 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 01 Oct 2014 00:58:27 +0000 Subject: [issue22512] 'test_distutils.test_bdist_rpm' causes creation of directory '.rpmdb' on home dir In-Reply-To: <1411939601.45.0.729692387398.issue22512@psf.upfronthosting.co.za> Message-ID: <20141001005822.74985.26041@mail.hg.python.org> Roundup Robot added the comment: New changeset c5bcc4d07344 by R David Murray in branch '2.7': #22512: move distutils rpm test's .rpmdb to testing tmpdir. https://hg.python.org/cpython/rev/c5bcc4d07344 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 02:58:39 2014 From: report at bugs.python.org (R. David Murray) Date: Wed, 01 Oct 2014 00:58:39 +0000 Subject: [issue22512] 'test_distutils.test_bdist_rpm' causes creation of directory '.rpmdb' on home dir In-Reply-To: <1411939601.45.0.729692387398.issue22512@psf.upfronthosting.co.za> Message-ID: <1412125119.15.0.149051181645.issue22512@psf.upfronthosting.co.za> R. David Murray added the comment: Thanks, Francis. ---------- resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 03:03:01 2014 From: report at bugs.python.org (Steven D'Aprano) Date: Wed, 01 Oct 2014 01:03:01 +0000 Subject: [issue22530] re rejects index of type long on 2.7 In-Reply-To: <1412123993.9.0.244243584379.issue22530@psf.upfronthosting.co.za> Message-ID: <1412125381.06.0.846081532863.issue22530@psf.upfronthosting.co.za> Steven D'Aprano added the comment: As I explained on the thread (possibly my post crossed in the mail with Ryan's patch) I don't believe this is a bug fix. MatchObject.group has only accepted actual ints, not longs, since Python 1.5 (tested 1.5, 2.4-2.7). Nor is there any requirement to support longs, since the number of groups cannot exceed that represented by a regular int. I don't believe this is a bug fix, I believe this is a new feature, and as such inappropriate for 2.7. ---------- nosy: +steven.daprano resolution: -> not a bug _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 03:17:36 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 01 Oct 2014 01:17:36 +0000 Subject: [issue22526] file iteration SystemError for huge lines (2GiB+) In-Reply-To: <1412093451.75.0.0583026923325.issue22526@psf.upfronthosting.co.za> Message-ID: <20141001011724.86173.64570@mail.hg.python.org> Roundup Robot added the comment: New changeset beadb3e1dc81 by Benjamin Peterson in branch '2.7': use Py_ssize_t for file offset and length computations in iteration (closes #22526) https://hg.python.org/cpython/rev/beadb3e1dc81 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 03:27:35 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 01 Oct 2014 01:27:35 +0000 Subject: [issue21739] Add hint about expression in list comprehensions (https://docs.python.org/2/tutorial/datastructures.html#list-comprehensions) In-Reply-To: <1402600679.26.0.179499997563.issue21739@psf.upfronthosting.co.za> Message-ID: <20141001012727.74997.18214@mail.hg.python.org> Roundup Robot added the comment: New changeset 84895d037258 by R David Murray in branch '3.4': #21739: mention subtle difference between loops and listcomps in tutorial. https://hg.python.org/cpython/rev/84895d037258 New changeset 8279017436a2 by R David Murray in branch 'default': Merge #21739: mention subtle difference between loops and listcomps in tutorial. https://hg.python.org/cpython/rev/8279017436a2 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 03:28:52 2014 From: report at bugs.python.org (R. David Murray) Date: Wed, 01 Oct 2014 01:28:52 +0000 Subject: [issue21739] Add hint about expression in list comprehensions (https://docs.python.org/2/tutorial/datastructures.html#list-comprehensions) In-Reply-To: <1402600679.26.0.179499997563.issue21739@psf.upfronthosting.co.za> Message-ID: <1412126932.0.0.97577293729.issue21739@psf.upfronthosting.co.za> R. David Murray added the comment: The only demure I got on this was from Ezio, who objected that the concept of 'scope' hadn't been introduced yet in the tutorial. So I reworded it to avoid the word 'scope'. Thanks, Rose. ---------- resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 03:46:22 2014 From: report at bugs.python.org (Guido van Rossum) Date: Wed, 01 Oct 2014 01:46:22 +0000 Subject: [issue22530] re rejects index of type long on 2.7 In-Reply-To: <1412123993.9.0.244243584379.issue22530@psf.upfronthosting.co.za> Message-ID: <1412127982.45.0.663630712444.issue22530@psf.upfronthosting.co.za> Guido van Rossum added the comment: I haven't seen the fix, but any place where an int is accepted but a long is not, is a bug. The language has been on a long trip to making the two types interchangeable and this seems one of the last remnants. ---------- nosy: +gvanrossum _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 03:55:09 2014 From: report at bugs.python.org (Berker Peksag) Date: Wed, 01 Oct 2014 01:55:09 +0000 Subject: [issue7336] traceback module not properly printing exceptions on interpreter shutdown In-Reply-To: <1258413839.38.0.430585773151.issue7336@psf.upfronthosting.co.za> Message-ID: <1412128509.13.0.473587936436.issue7336@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- stage: needs patch -> resolved _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 03:55:40 2014 From: report at bugs.python.org (Berker Peksag) Date: Wed, 01 Oct 2014 01:55:40 +0000 Subject: [issue6320] Standard string encodings should include GSM0.38 In-Reply-To: <1245612481.83.0.685402230855.issue6320@psf.upfronthosting.co.za> Message-ID: <1412128540.67.0.151419129541.issue6320@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- stage: needs patch -> resolved _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 03:56:20 2014 From: report at bugs.python.org (Berker Peksag) Date: Wed, 01 Oct 2014 01:56:20 +0000 Subject: [issue10384] SyntaxError should contain exact location of the invalid character in identifier In-Reply-To: <1289439285.11.0.506002899946.issue10384@psf.upfronthosting.co.za> Message-ID: <1412128580.56.0.976328411579.issue10384@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- stage: needs patch -> resolved _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 04:04:38 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 01 Oct 2014 02:04:38 +0000 Subject: [issue22530] re rejects index of type long on 2.7 In-Reply-To: <1412123993.9.0.244243584379.issue22530@psf.upfronthosting.co.za> Message-ID: <20141001020433.75009.1047@mail.hg.python.org> Roundup Robot added the comment: New changeset 30f72ed73c3b by Benjamin Peterson in branch '2.7': allow longs as indexes to group() (closes #22530) https://hg.python.org/cpython/rev/30f72ed73c3b ---------- nosy: +python-dev resolution: not a bug -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 04:11:45 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 01 Oct 2014 02:11:45 +0000 Subject: =?utf-8?q?=5Bissue16537=5D_Python=E2=80=99s_setup=2Epy_raises_a_ValueErro?= =?utf-8?q?r_when_self=2Eextensions_is_empty?= In-Reply-To: <1353633257.31.0.391670680901.issue16537@psf.upfronthosting.co.za> Message-ID: <20141001021144.74993.90717@mail.hg.python.org> Roundup Robot added the comment: New changeset 1ef4e3a125bf by Berker Peksag in branch '3.4': Issue #16537: Use the new *default* parameter of max(). https://hg.python.org/cpython/rev/1ef4e3a125bf New changeset 37d896c3604a by Berker Peksag in branch 'default': Issue #16537: Use the new *default* parameter of max(). https://hg.python.org/cpython/rev/37d896c3604a ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 07:59:07 2014 From: report at bugs.python.org (=?utf-8?q?Charles-Fran=C3=A7ois_Natali?=) Date: Wed, 01 Oct 2014 05:59:07 +0000 Subject: [issue21963] 2.7.8 backport of Issue1856 (avoid daemon thread problems at shutdown) breaks ceph In-Reply-To: <1412123373.3284717.173693481.3297F497@webmail.messagingengine.com> Message-ID: Charles-Fran?ois Natali added the comment: Agreed with Antoine and Benjamin. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 08:29:26 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 01 Oct 2014 06:29:26 +0000 Subject: [issue22472] OSErrors should use str and not repr on paths In-Reply-To: <1412105212.0.0.440206083525.issue22472@psf.upfronthosting.co.za> Message-ID: <2579274.IyylMN08gj@raxxla> Serhiy Storchaka added the comment: ????????, 30-???-2014 19:26:52 ?? ????????: > How do I reconstruct an arbitrary OSError error message using the filename > parameter? if not e.args: msg = '' elif len(e.args) == 1: msg = str(e.args[0]) elif len(e.args) <= 5: msg = '[Error %s] %s' % e.args[:2] if len(e.args) > 2: msg = '%s: %r' % (msg, e.args[2]) # filename if len(e.args) > 4: msg = '%s -> %r' % (msg, e.args[4]) # filename2 else: msg = str(e.args) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 09:24:50 2014 From: report at bugs.python.org (Marc-Andre Lemburg) Date: Wed, 01 Oct 2014 07:24:50 +0000 Subject: [issue20079] Add support for glibc supported locales In-Reply-To: <1388139147.62.0.637898307439.issue20079@psf.upfronthosting.co.za> Message-ID: <1412148290.08.0.363026854588.issue20079@psf.upfronthosting.co.za> Marc-Andre Lemburg added the comment: Thanks, Serhiy. The patch looks good, except for one nit: the makelocalealias.py normaly also generates a list of changes and these are put at the top of the locale_alias dictionary. Could you add that as well ? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 09:47:09 2014 From: report at bugs.python.org (Andreas Schwab) Date: Wed, 01 Oct 2014 07:47:09 +0000 Subject: [issue17873] _ctypes/libffi missing bits for aarch64 support In-Reply-To: <1367276723.56.0.050997158172.issue17873@psf.upfronthosting.co.za> Message-ID: <1412149629.16.0.738542324265.issue17873@psf.upfronthosting.co.za> Andreas Schwab added the comment: https://build.opensuse.org/package/show/openSUSE:Factory:ARM/python3-base ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 09:51:26 2014 From: report at bugs.python.org (Xavier de Gaye) Date: Wed, 01 Oct 2014 07:51:26 +0000 Subject: [issue19113] duplicate test names in Lib/ctypes/test/test_functions.py In-Reply-To: <1380385419.52.0.767012097586.issue19113@psf.upfronthosting.co.za> Message-ID: <1412149886.37.0.399935536888.issue19113@psf.upfronthosting.co.za> Xavier de Gaye added the comment: This issue has been entered while checking for duplicate test names in issue 16079. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 09:52:03 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 01 Oct 2014 07:52:03 +0000 Subject: [issue20079] Add support for glibc supported locales In-Reply-To: <1388139147.62.0.637898307439.issue20079@psf.upfronthosting.co.za> Message-ID: <1412149923.52.0.471292484423.issue20079@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: The makelocalealias.py generates only a list of removes and updates, not additions. I recommend first apply issue20076, it will eliminate most additions. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 10:03:00 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 01 Oct 2014 08:03:00 +0000 Subject: [issue21963] 2.7.8 backport of Issue1856 (avoid daemon thread problems at shutdown) breaks ceph In-Reply-To: Message-ID: STINNER Victor added the comment: Oh by the way, I also prefer to revert the commit. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 10:35:48 2014 From: report at bugs.python.org (Andriy Sokolovskiy) Date: Wed, 01 Oct 2014 08:35:48 +0000 Subject: [issue21574] Port image types detections from PIL to the imghdr module In-Reply-To: <1401010621.11.0.919611847501.issue21574@psf.upfronthosting.co.za> Message-ID: <1412152548.24.0.300468364529.issue21574@psf.upfronthosting.co.za> Andriy Sokolovskiy added the comment: I'll try to do this issue. https://mail.python.org/mailman/private/core-mentorship/2014-October/002766.html ---------- nosy: +coldmind _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 11:38:39 2014 From: report at bugs.python.org (Georg Brandl) Date: Wed, 01 Oct 2014 09:38:39 +0000 Subject: [issue22492] small addition to print() docs: no binary streams. In-Reply-To: <1411628548.86.0.942026388969.issue22492@psf.upfronthosting.co.za> Message-ID: <1412156319.74.0.514596175486.issue22492@psf.upfronthosting.co.za> Georg Brandl added the comment: Looks good. > sys.stdout, when rebound to a binary mode file Not sure that is supported in any way :) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 11:50:23 2014 From: report at bugs.python.org (Antony Lee) Date: Wed, 01 Oct 2014 09:50:23 +0000 Subject: [issue22531] Turn contextlib.{redirect_stdout, suppress} into ContextDecorators Message-ID: <1412157023.88.0.686085099512.issue22531@psf.upfronthosting.co.za> New submission from Antony Lee: A small lib improvement suggestion could be to make contextlib.redirect_stdout and contextlib.suppress inherit from ContextDecorator. As a side note, the source of contextlib has some classes inheriting explicitly from object while others don't, so perhaps this can be harmonized at the same time. ---------- components: Library (Lib) messages: 228065 nosy: Antony.Lee priority: normal severity: normal status: open title: Turn contextlib.{redirect_stdout,suppress} into ContextDecorators versions: Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 12:11:08 2014 From: report at bugs.python.org (Marc-Andre Lemburg) Date: Wed, 01 Oct 2014 10:11:08 +0000 Subject: [issue20076] Add UTF-8 locale aliases In-Reply-To: <1388100548.94.0.295897364372.issue20076@psf.upfronthosting.co.za> Message-ID: <1412158268.45.0.264831524423.issue20076@psf.upfronthosting.co.za> Marc-Andre Lemburg added the comment: Thanks, Serhiy The patch looks good. Please apply. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 12:11:47 2014 From: report at bugs.python.org (Marc-Andre Lemburg) Date: Wed, 01 Oct 2014 10:11:47 +0000 Subject: [issue20079] Add support for glibc supported locales In-Reply-To: <1412149923.52.0.471292484423.issue20079@psf.upfronthosting.co.za> Message-ID: <542BD35D.5050508@egenix.com> Marc-Andre Lemburg added the comment: On 01.10.2014 09:52, Serhiy Storchaka wrote: > > The makelocalealias.py generates only a list of removes and updates, not additions. Ah, ok. > I recommend first apply issue20076, it will eliminate most additions. Agreed. Please apply both patches. Thanks, -- Marc-Andre Lemburg eGenix.com ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 12:51:39 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 01 Oct 2014 10:51:39 +0000 Subject: [issue22494] default logging time string is not localized In-Reply-To: <1411641752.05.0.384907346066.issue22494@psf.upfronthosting.co.za> Message-ID: <1412160699.05.0.225369535461.issue22494@psf.upfronthosting.co.za> Antoine Pitrou added the comment: I'm a bit surprised here, since the comma is not the default (US) decimal point. ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 13:33:28 2014 From: report at bugs.python.org (Ezio Melotti) Date: Wed, 01 Oct 2014 11:33:28 +0000 Subject: [issue21971] Index and update turtledemo doc. In-Reply-To: <1405217960.27.0.66457016468.issue21971@psf.upfronthosting.co.za> Message-ID: <1412163208.03.0.0355581463334.issue21971@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- keywords: +easy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 13:34:25 2014 From: report at bugs.python.org (Ezio Melotti) Date: Wed, 01 Oct 2014 11:34:25 +0000 Subject: [issue21999] shlex: bug in posix mode handling of empty strings In-Reply-To: <1405615020.91.0.261812812224.issue21999@psf.upfronthosting.co.za> Message-ID: <1412163265.35.0.460178955623.issue21999@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- nosy: +ezio.melotti stage: needs patch -> patch review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 13:34:53 2014 From: report at bugs.python.org (Ezio Melotti) Date: Wed, 01 Oct 2014 11:34:53 +0000 Subject: [issue22001] containers "same" does not always mean "__eq__". In-Reply-To: <1405625961.78.0.30088981548.issue22001@psf.upfronthosting.co.za> Message-ID: <1412163293.77.0.834463865199.issue22001@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- nosy: +ezio.melotti _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 13:49:56 2014 From: report at bugs.python.org (Georg Brandl) Date: Wed, 01 Oct 2014 11:49:56 +0000 Subject: [issue22494] default logging time string is not localized In-Reply-To: <1411641752.05.0.384907346066.issue22494@psf.upfronthosting.co.za> Message-ID: <1412164196.85.0.0137627064491.issue22494@psf.upfronthosting.co.za> Georg Brandl added the comment: It's not so surprising, since the string before the milliseconds part is a strftime() result, not a whole number. The decimal point need not necessarily be used for this. Just like the rest of the default time format, it is probably best for the millisecond part to be locale independent unless chosen to be locale aware by the programmer. Using the comma is apparently common among loggers. I've seen it in logs generated by log4j and log4cpp as well. ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 13:52:28 2014 From: report at bugs.python.org (Berker Peksag) Date: Wed, 01 Oct 2014 11:52:28 +0000 Subject: [issue22531] Turn contextlib.{redirect_stdout, suppress} into ContextDecorators In-Reply-To: <1412157023.88.0.686085099512.issue22531@psf.upfronthosting.co.za> Message-ID: <1412164348.04.0.276934576184.issue22531@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- nosy: +ncoghlan _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 13:57:22 2014 From: report at bugs.python.org (Vinay Sajip) Date: Wed, 01 Oct 2014 11:57:22 +0000 Subject: [issue22494] default logging time string is not localized In-Reply-To: <1411641752.05.0.384907346066.issue22494@psf.upfronthosting.co.za> Message-ID: <1412164642.56.0.548575057724.issue22494@psf.upfronthosting.co.za> Vinay Sajip added the comment: ISO 8601 governs the format used. From the Wikipedia article on the same: "A decimal mark, either a comma or a dot (without any preference as stated in resolution 10 of the 22nd General Conference CGPM in 2003, but with a preference for a comma according to ISO 8601:2004) is used as a separator between the time element and its fraction." ---------- resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 16:18:10 2014 From: report at bugs.python.org (Eric V. Smith) Date: Wed, 01 Oct 2014 14:18:10 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412173090.16.0.710153392245.issue22515@psf.upfronthosting.co.za> Eric V. Smith added the comment: Is there some particular problem you're trying to solve, which this would make easier? Without a use case, I'm -1. ---------- nosy: +eric.smith _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 16:23:47 2014 From: report at bugs.python.org (Ram Rachum) Date: Wed, 01 Oct 2014 14:23:47 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412173427.62.0.0379180708577.issue22515@psf.upfronthosting.co.za> Ram Rachum added the comment: I needed it for an internal calculation in a combinatorics package I'm writing. Do you want me to take the time to explain the calculation? It's quite complex. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 16:27:46 2014 From: report at bugs.python.org (Padmanabhan Tr) Date: Wed, 01 Oct 2014 14:27:46 +0000 Subject: [issue22532] A suggested change Message-ID: <1412173666.91.0.11564470623.issue22532@psf.upfronthosting.co.za> New submission from Padmanabhan Tr: Take a complex number n = 3+4j. n.real is taken as 3.0 & n.imag as 4.0 in Python3. One has to use the int(0 function to get back the parts as integers. I guess this is a compiler error? ---------- messages: 228073 nosy: Padmanabhan.Tr priority: normal severity: normal status: open title: A suggested change type: compile error versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 16:41:07 2014 From: report at bugs.python.org (R. David Murray) Date: Wed, 01 Oct 2014 14:41:07 +0000 Subject: [issue22472] OSErrors should use str and not repr on paths In-Reply-To: <1411504485.58.0.497867466453.issue22472@psf.upfronthosting.co.za> Message-ID: <1412174467.96.0.124388261292.issue22472@psf.upfronthosting.co.za> R. David Murray added the comment: Thank you, Serhiy. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 16:45:11 2014 From: report at bugs.python.org (R. David Murray) Date: Wed, 01 Oct 2014 14:45:11 +0000 Subject: [issue22531] Turn contextlib.{redirect_stdout, suppress} into ContextDecorators In-Reply-To: <1412157023.88.0.686085099512.issue22531@psf.upfronthosting.co.za> Message-ID: <1412174711.04.0.319651906208.issue22531@psf.upfronthosting.co.za> R. David Murray added the comment: -100 on doing this for suppress. That would be exactly the kind of wrong-headed code that I was worried that context manager would invite. ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 16:47:45 2014 From: report at bugs.python.org (Geoffrey Spear) Date: Wed, 01 Oct 2014 14:47:45 +0000 Subject: [issue22532] A suggested change In-Reply-To: <1412173666.91.0.11564470623.issue22532@psf.upfronthosting.co.za> Message-ID: <1412174865.72.0.104470183631.issue22532@psf.upfronthosting.co.za> Geoffrey Spear added the comment: >From the documentation: "Complex numbers have a real and imaginary part, which are each a floating point number." Needing to use int() to convert these floats to integers is not a bug, it's the expected behavior. ---------- nosy: +geoffreyspear _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 16:48:40 2014 From: report at bugs.python.org (Geoffrey Spear) Date: Wed, 01 Oct 2014 14:48:40 +0000 Subject: [issue22532] A suggested change In-Reply-To: <1412173666.91.0.11564470623.issue22532@psf.upfronthosting.co.za> Message-ID: <1412174920.96.0.302778553592.issue22532@psf.upfronthosting.co.za> Changes by Geoffrey Spear : ---------- components: +Interpreter Core type: compile error -> behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 16:49:19 2014 From: report at bugs.python.org (Eric V. Smith) Date: Wed, 01 Oct 2014 14:49:19 +0000 Subject: [issue22532] A suggested change In-Reply-To: <1412173666.91.0.11564470623.issue22532@psf.upfronthosting.co.za> Message-ID: <1412174959.7.0.290148471156.issue22532@psf.upfronthosting.co.za> Changes by Eric V. Smith : ---------- resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 16:50:21 2014 From: report at bugs.python.org (Eric V. Smith) Date: Wed, 01 Oct 2014 14:50:21 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412175021.78.0.582712394255.issue22515@psf.upfronthosting.co.za> Eric V. Smith added the comment: No need to explain it. It sounds like it's not generally useful, so I'm still -1. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 16:55:08 2014 From: report at bugs.python.org (Nick Coghlan) Date: Wed, 01 Oct 2014 14:55:08 +0000 Subject: [issue22531] Turn contextlib.{redirect_stdout, suppress} into ContextDecorators In-Reply-To: <1412157023.88.0.686085099512.issue22531@psf.upfronthosting.co.za> Message-ID: <1412175308.57.0.713066412603.issue22531@psf.upfronthosting.co.za> Nick Coghlan added the comment: Aye, suppress is only intended for use around a single line of code. Using it for an entire function would be "OnError Resume Next" levels of poor coding style. I'm also -1 on implicitly wrapping redirect_stdout around functions due to the immediate thread safety problem doing so introduces. The stdout redirection really only makes sense in a single-threaded scripting context, and using it as a decorator rather than inline makes it far too easy to inadvertently violate that constraint. As far as the "explicitly inherit from object or not" goes, it wouldn't surprise me if that's just a "migrated from Python 2" vs "first introduced in Python 3" distinction. It's not something I would change solely for the sake of consistency. ---------- resolution: -> rejected stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 17:47:18 2014 From: report at bugs.python.org (Friedrich Spee von Langenfeld) Date: Wed, 01 Oct 2014 15:47:18 +0000 Subject: [issue22528] Missing hint to source code In-Reply-To: <1412106340.24.0.431957287455.issue22528@psf.upfronthosting.co.za> Message-ID: <1412178438.78.0.487806047688.issue22528@psf.upfronthosting.co.za> Friedrich Spee von Langenfeld added the comment: Excuse me, but it would be nice to fix the documentation of the modules symtable and compileall too. Thanks. ---------- resolution: fixed -> status: closed -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 18:04:25 2014 From: report at bugs.python.org (Padmanabhan Tr) Date: Wed, 01 Oct 2014 16:04:25 +0000 Subject: [issue22532] A suggested change In-Reply-To: <1412174959.72.0.145910691041.issue22532@psf.upfronthosting.co.za> Message-ID: <1459332070.79311.1412179458659.JavaMail.yahoo@jws10741.mail.gq1.yahoo.com> Padmanabhan Tr added the comment: Dear Mr SpearThanks for the prompt response & clarification.(in Python) If the real & imaginary parts of numbers you deal with are integers, results of operations (except division)? - like +, -, *, **, - appear with respective integers as real & imginary parts.? In line with these, changes in '.real' & '.imag' may be desirable? On Wednesday, October 1, 2014 8:19 PM, Eric V. Smith wrote: Changes by Eric V. Smith : ---------- resolution:? -> not a bug stage:? -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 18:04:25 2014 From: report at bugs.python.org (Padmanabhan Tr) Date: Wed, 01 Oct 2014 16:04:25 +0000 Subject: [issue22532] A suggested change In-Reply-To: <1412174959.72.0.145910691041.issue22532@psf.upfronthosting.co.za> Message-ID: <1459332070.79311.1412179458659.JavaMail.yahoo@jws10741.mail.gq1.yahoo.com> Padmanabhan Tr added the comment: Dear Mr SpearThanks for the prompt response & clarification.(in Python) If the real & imaginary parts of numbers you deal with are integers, results of operations (except division)? - like +, -, *, **, - appear with respective integers as real & imginary parts.? In line with these, changes in '.real' & '.imag' may be desirable? On Wednesday, October 1, 2014 8:19 PM, Eric V. Smith wrote: Changes by Eric V. Smith : ---------- resolution:? -> not a bug stage:? -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 18:04:59 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 01 Oct 2014 16:04:59 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412179499.57.0.659244394326.issue22515@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Even if you don't find it useful, Eric, it doesn't take up the method space. You can very easily ignore it, there's no cognitive burden. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 18:29:04 2014 From: report at bugs.python.org (Ethan Furman) Date: Wed, 01 Oct 2014 16:29:04 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412180944.72.0.619965835756.issue22515@psf.upfronthosting.co.za> Ethan Furman added the comment: Curiousity question: What happens if you try to sort a list of partially ordered Counters? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 18:30:14 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 01 Oct 2014 16:30:14 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412181014.1.0.199397785909.issue22515@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > If it is so specialized as to only be needed in complex combinatorial calculations How do you know it is "only needed in complex combinatorial calculations"? > What happens if you try to sort a list of partially ordered Counters? Try it with partially ordered sets. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 18:27:33 2014 From: report at bugs.python.org (Ethan Furman) Date: Wed, 01 Oct 2014 16:27:33 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412180853.31.0.348819892307.issue22515@psf.upfronthosting.co.za> Ethan Furman added the comment: If it is so specialized as to only be needed in complex combinatorial calculations, does it belong in the general-purpose part of the language? After all, we have the math and cmath modules for more specialized arithmetic operations. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 18:42:06 2014 From: report at bugs.python.org (Ram Rachum) Date: Wed, 01 Oct 2014 16:42:06 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412181726.55.0.303386085738.issue22515@psf.upfronthosting.co.za> Ram Rachum added the comment: I don't see why it's so hard to imagine how this will be used. Say I have a counter signifying how many of each product I have in my warehouse, and I have another counter saying how many of each product a client wants. I may use `counter2 <= counter1` to check whether there are enough products in stock. Sounds straightforward to me. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 18:57:58 2014 From: report at bugs.python.org (Ethan Furman) Date: Wed, 01 Oct 2014 16:57:58 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412182678.22.0.190247062498.issue22515@psf.upfronthosting.co.za> Ethan Furman added the comment: --> s1 = set([1]) --> s2 = set([1, 2]) --> s3 = set([1, 2, 3]) --> s4 = set([2]) --> s5 = set([2, 3]) --> s6 = set([3]) --> l = [s1, s2, s3, s4, s5, s6] --> sorted(l) [{1}, {2}, {1, 2}, {3}, {2, 3}, {1, 2, 3}] --> s1 < s4 False --> s4 < s2 True --> s1 < s2 True --> s4 < s6 False --> l = [s1, s4] --> sorted(l) [{1}, {2}] --> sorted(l) [{1}, {2}] Looks horribly messy to me. In the last example we can see that neither s1 nor s4 are smaller, yet s1 is consistently put first. On the other hand, I suppose it's okay for Counter to have this behavior since it's already in sets. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 18:59:27 2014 From: report at bugs.python.org (Steven D'Aprano) Date: Wed, 01 Oct 2014 16:59:27 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412181726.55.0.303386085738.issue22515@psf.upfronthosting.co.za> Message-ID: <20141001165911.GA19757@ando.pearwood.info> Steven D'Aprano added the comment: Ethan said: > If it is so specialized as to only be needed in complex combinatorial > calculations, does it belong in the general-purpose part of the > language? It's a multi-set, a general purpose and fairly fundamental data type. https://en.wikipedia.org/wiki/Set_%28abstract_data_type%29#Multiset And later: > Curiousity question: What happens if you try to sort a list of > partially ordered Counters? The same thing that happens when you sort a list of any partially ordered objects, such as sets: py> sorted([{1, 2, 3, 4}, {2, 4}, {1, 3}, {2, 3, 4}, {1, 2, 3}]) [{2, 4}, {1, 3}, {2, 3, 4}, {1, 2, 3}, {1, 2, 3, 4}] You get some order, but since sorting assumes a total order, not just partial order, the result isn't really meaningful, and will very likely depend on the initial order of the items. If that worries you, then don't sort items that implement only a partial order. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 19:09:44 2014 From: report at bugs.python.org (Thomas Kluyver) Date: Wed, 01 Oct 2014 17:09:44 +0000 Subject: [issue9949] os.path.realpath on Windows does not follow symbolic links In-Reply-To: <1285426994.28.0.192028764756.issue9949@psf.upfronthosting.co.za> Message-ID: <1412183384.71.0.704705088367.issue9949@psf.upfronthosting.co.za> Changes by Thomas Kluyver : ---------- nosy: +takluyver _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 19:10:08 2014 From: report at bugs.python.org (Ethan Furman) Date: Wed, 01 Oct 2014 17:10:08 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412183408.06.0.587143545721.issue22515@psf.upfronthosting.co.za> Ethan Furman added the comment: I'll go with +0.5. :) If this goes in, I think a missing key in either Counter should default to 0 for purposes of the ordering. ---------- stage: -> test needed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 19:13:36 2014 From: report at bugs.python.org (Ram Rachum) Date: Wed, 01 Oct 2014 17:13:36 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412183616.03.0.184839793878.issue22515@psf.upfronthosting.co.za> Ram Rachum added the comment: If/when there's general agreement that this functionality should be merged in (assuming the implementation is acceptable), let me know and I'll be happy to write the code and tests. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 19:14:27 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 01 Oct 2014 17:14:27 +0000 Subject: [issue20218] Add methods to `pathlib.Path`: `write_text`, `read_text`, `write_bytes`, `read_bytes` In-Reply-To: <1389380693.53.0.752641621162.issue20218@psf.upfronthosting.co.za> Message-ID: <20141001171411.86173.91970@mail.hg.python.org> Roundup Robot added the comment: New changeset a4da150fbfd4 by Georg Brandl in branch 'default': Closes #20218: Added convenience methods read_text/write_text and read_bytes/ https://hg.python.org/cpython/rev/a4da150fbfd4 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 19:14:43 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 01 Oct 2014 17:14:43 +0000 Subject: [issue20218] Add methods to `pathlib.Path`: `write_text`, `read_text`, `write_bytes`, `read_bytes` In-Reply-To: <1389380693.53.0.752641621162.issue20218@psf.upfronthosting.co.za> Message-ID: <1412183683.73.0.302295483541.issue20218@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Thanks, Georg! ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 19:18:36 2014 From: report at bugs.python.org (Georg Brandl) Date: Wed, 01 Oct 2014 17:18:36 +0000 Subject: [issue19529] Fix unicode_aswidechar() with 4byte unicode and 2byte wchar_t, for AIX In-Reply-To: <1383924879.95.0.72869375832.issue19529@psf.upfronthosting.co.za> Message-ID: <1412183916.3.0.693233060124.issue19529@psf.upfronthosting.co.za> Georg Brandl added the comment: Committed in 18983332626b. ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 19:18:48 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 01 Oct 2014 17:18:48 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412183928.21.0.779307850059.issue22515@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > I'll go with +0.5. :) I was going to make a joke about Counters only accepting integral values, but the constructor is actually quite laxist: >>> Counter({'a': 2.5}) Counter({'a': 2.5}) >>> Counter({'a': 2.5 + 1j}) Counter({'a': (2.5+1j)}) >>> Counter({'a': 'b'}) Counter({'a': 'b'}) (!) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 19:20:07 2014 From: report at bugs.python.org (Glyph Lefkowitz) Date: Wed, 01 Oct 2014 17:20:07 +0000 Subject: [issue22187] commands.mkarg() buggy in East Asian locales In-Reply-To: <1407867185.09.0.871560290901.issue22187@psf.upfronthosting.co.za> Message-ID: <1412184007.31.0.655982863504.issue22187@psf.upfronthosting.co.za> Glyph Lefkowitz added the comment: Would simply replacing this function with pipes.quote resolve the issue? ---------- nosy: +glyph _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 19:21:58 2014 From: report at bugs.python.org (Ethan Furman) Date: Wed, 01 Oct 2014 17:21:58 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412184118.49.0.669082372865.issue22515@psf.upfronthosting.co.za> Ethan Furman added the comment: That does seem odd -- how can you have 'b' of something? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 19:24:13 2014 From: report at bugs.python.org (Ram Rachum) Date: Wed, 01 Oct 2014 17:24:13 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412184253.1.0.16499486828.issue22515@psf.upfronthosting.co.za> Ram Rachum added the comment: The real problem is that `Counter` was put into the standard library with such lenient conditions on how it should be used-- basically looking at it as a `dict` subclass rather than a counter, putting emphasis on implementation rather than purpose, which was a mistake that we'll now have to deal with forever. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 19:28:42 2014 From: report at bugs.python.org (Stefan Behnel) Date: Wed, 01 Oct 2014 17:28:42 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412184522.77.0.196616056782.issue22515@psf.upfronthosting.co.za> Stefan Behnel added the comment: > That does seem odd -- how can you have 'b' of something? Don't ask this kind of question as long as any math guys are listening. But seriously, I consider this proposal reasonable. If the problem is that the counter values can be non-integers, then why not just raise an exception if someone tries to test the ordering with illegal (i.e. unordered or uncomparable) values? Data quality issues are best handled on user side. ---------- nosy: +scoder _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 19:31:52 2014 From: report at bugs.python.org (Ram Rachum) Date: Wed, 01 Oct 2014 17:31:52 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412184712.4.0.425443941773.issue22515@psf.upfronthosting.co.za> Ram Rachum added the comment: Stefan: If you'd want to raise an exception, you'll need to define in which cases. Should it raise an exception for decimal numbers? Complex numbers? etc. Personally I'd enjoy it raising exceptions in as many situations as possible (so we could keep Counter usage focused to actual counter usage and not just wild dicts) but I doubt it'll sit well with people who might use Counters with weird values. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 19:35:49 2014 From: report at bugs.python.org (Ethan Furman) Date: Wed, 01 Oct 2014 17:35:49 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412184949.95.0.58962778712.issue22515@psf.upfronthosting.co.za> Ethan Furman added the comment: I have to disagree. The intent is clearly expressed in the docs [1]. However, if I have a need to deal with partial amounts (say, 2.5 apples because I gave half of one to my horse ;), Counter will still work with that: --> treats = Counter({'carrots':12, 'apples':3, 'sugar_cubes':100}) --> treats Counter({'sugar_cubes': 100, 'carrots': 12, 'apples': 3}) --> treats['apples'] -= 0.5 --> treats Counter({'sugar_cubes': 100, 'carrots': 12, 'apples': 2.5}) At least, it will until we fix that bug. ;) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 19:36:35 2014 From: report at bugs.python.org (Stefan Behnel) Date: Wed, 01 Oct 2014 17:36:35 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412184995.28.0.727278045005.issue22515@psf.upfronthosting.co.za> Stefan Behnel added the comment: I'd raise an exception whenever the values of the Counter turn out to be uncomparable. If users manage to fill Counters with non-number values that are comparable amongst each other, or even if each key has a value of a different type, why not just support that? All that is really required for this is that you can compare a) keys for equality and b) values of identical keys for ordering, right? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 19:38:50 2014 From: report at bugs.python.org (Ram Rachum) Date: Wed, 01 Oct 2014 17:38:50 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412185130.2.0.182421099825.issue22515@psf.upfronthosting.co.za> Ram Rachum added the comment: Ah, now I understand you Stefan. That sounds like a good scheme; let any comparison errors between the values simply propagate up. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 19:40:19 2014 From: report at bugs.python.org (Francis MB) Date: Wed, 01 Oct 2014 17:40:19 +0000 Subject: [issue22512] 'test_distutils.test_bdist_rpm' causes creation of directory '.rpmdb' on home dir In-Reply-To: <1411939601.45.0.729692387398.issue22512@psf.upfronthosting.co.za> Message-ID: <1412185219.48.0.886177522116.issue22512@psf.upfronthosting.co.za> Francis MB added the comment: I have to thank for your time, David! ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 19:44:18 2014 From: report at bugs.python.org (anon) Date: Wed, 01 Oct 2014 17:44:18 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412185458.6.0.23625290345.issue19915@psf.upfronthosting.co.za> anon added the comment: I noticed feature freeze for 3.5 is in May 2015 which is actually only 7-8 months. It'd be really awesome if this feature could make it. Is there anyone who can get this into 3.5? ---------- status: open -> pending _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 19:51:33 2014 From: report at bugs.python.org (Ethan Furman) Date: Wed, 01 Oct 2014 17:51:33 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412185893.93.0.601472264273.issue22515@psf.upfronthosting.co.za> Ethan Furman added the comment: [1] https://docs.python.org/3/library/collections.html#collections.Counter ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 20:26:32 2014 From: report at bugs.python.org (Andrej A Antonov) Date: Wed, 01 Oct 2014 18:26:32 +0000 Subject: [issue21356] Support LibreSSL (instead of OpenSSL): make RAND_egd optional In-Reply-To: <1398522096.15.0.100207892067.issue21356@psf.upfronthosting.co.za> Message-ID: <1412187992.01.0.34770066531.issue21356@psf.upfronthosting.co.za> Changes by Andrej A Antonov : ---------- nosy: +polymorphm _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 20:33:49 2014 From: report at bugs.python.org (Ryan) Date: Wed, 01 Oct 2014 18:33:49 +0000 Subject: [issue19622] Default buffering for input and output pipes in subprocess module In-Reply-To: <1384579334.66.0.612676075589.issue19622@psf.upfronthosting.co.za> Message-ID: <1412188429.32.0.413609727208.issue19622@psf.upfronthosting.co.za> Ryan added the comment: This is not fixed. The documentation may be more correct now, but the behavior still does not match Python 2 as purported. The default bufsize changed in 3.3.1 is incorrect, at least when tested in 3.4.0 and 3.4.1. Here is a test for systems with cat available. import subprocess proc = subprocess.Popen('cat', stdin=subprocess.PIPE) proc.stdin.write('test\n'.encode('utf8')) This test will succeed in Python 2.x and Python 3.0 - 3.3.0, but fail on 3.4.x. This is a regression as the documentation states "did not match the behavior of Python 2 as most code expected", while the current behavior definitely does not match Python 2. ---------- nosy: +lunixbochs versions: -Python 3.2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 21:21:43 2014 From: report at bugs.python.org (Logan Chien) Date: Wed, 01 Oct 2014 19:21:43 +0000 Subject: [issue18096] bad library order returned by python-config.in In-Reply-To: <1369845924.16.0.424451971001.issue18096@psf.upfronthosting.co.za> Message-ID: <1412191303.13.0.953210915733.issue18096@psf.upfronthosting.co.za> Logan Chien added the comment: It seems that this is still reproducible with Python 3.5 (dev) by running: $ gcc test.c `python3-config --includes --ldflags` cpython-install/lib/python3.5/config-3.5m/libpython3.5m.a(pytime.o): In function `_PyTime_ObjectToTime_t': cpython-build/../cpython/Python/pytime.c:371: undefined reference to `ceil' cpython-build/../cpython/Python/pytime.c:373: undefined reference to `floor' ... skipped ... I have slightly revised the patch to include Misc/python-config.sh.in as well. Please have a look. Thanks. ---------- keywords: +patch nosy: +Logan.Chien versions: +Python 3.5 Added file: http://bugs.python.org/file36767/fix-undef-ref.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 21:34:00 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 01 Oct 2014 19:34:00 +0000 Subject: [issue17293] uuid.getnode() MAC address on AIX In-Reply-To: <1361777348.15.0.791534887595.issue17293@psf.upfronthosting.co.za> Message-ID: <1412192040.16.0.510597511092.issue17293@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Thank you Aivars for your patch. I have verified and confirm that this method works on AIX and True64 UNIX (it should also work on IRIX, but I can't login in Snakebite's i6). Here is modified patch. MAC address is now searched only in column with the "Address" header. Added try/except around converting to int for the case if candidate word contains non-heximal digits. Synchronized _netstat_getnode() with current code of _find_mac and extracted common code in separate function. Split _ifconfig_getnode() into separate functions which use different commands: ifconfig, arp and lanscan. ---------- assignee: -> serhiy.storchaka nosy: +serhiy.storchaka stage: -> patch review Added file: http://bugs.python.org/file36768/uuid_netstat_getnode.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 21:38:29 2014 From: report at bugs.python.org (Cybjit) Date: Wed, 01 Oct 2014 19:38:29 +0000 Subject: [issue22103] bdist_wininst does not run install script In-Reply-To: <1406670252.28.0.0982043111898.issue22103@psf.upfronthosting.co.za> Message-ID: <1412192309.32.0.492892572782.issue22103@psf.upfronthosting.co.za> Cybjit added the comment: 3f7d5c235d82 runs script, 70ea05f762a1 does not. 0c8f41ca9c94 + t.patch from #21354 does not run script. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 21:40:17 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 01 Oct 2014 19:40:17 +0000 Subject: [issue22492] small addition to print() docs: no binary streams. In-Reply-To: <1411628548.86.0.942026388969.issue22492@psf.upfronthosting.co.za> Message-ID: <20141001193951.23207.92930@mail.hg.python.org> Roundup Robot added the comment: New changeset 9b519f72860a by Terry Jan Reedy in branch '3.4': Issue 22492: Be explicit that print does not support binary mode files. https://hg.python.org/cpython/rev/9b519f72860a ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 21:40:58 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Wed, 01 Oct 2014 19:40:58 +0000 Subject: [issue22492] small addition to print() docs: no binary streams. In-Reply-To: <1411628548.86.0.942026388969.issue22492@psf.upfronthosting.co.za> Message-ID: <1412192458.38.0.760247856747.issue22492@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- assignee: -> terry.reedy resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 21:49:03 2014 From: report at bugs.python.org (Ethan Furman) Date: Wed, 01 Oct 2014 19:49:03 +0000 Subject: [issue22533] Counter with no keys does not compare equal to Counter with keys which zero value Message-ID: <1412192943.35.0.438260267398.issue22533@psf.upfronthosting.co.za> New submission from Ethan Furman: According to the docs [1]: > Counter objects have a dictionary interface except that they return a > zero count for missing items instead of raising a KeyError Which a simple test confirms: --> Counter()['b'] 0 However, if the key is present but set to zero, equality fails: --> Counter() == Counter(b=0) False It is my thought that a Counter with all its keys set to zero is as empty as a Counter with no keys: --> c1 = Counter() --> c2 = Counter(a=0, b=0, c=0) --> for item in c2.keys(): ... assert c2[item] == c1[item] (no execption raised) [1] https://docs.python.org/2/library/collections.html#collections.Counter ---------- messages: 228111 nosy: ethan.furman priority: normal severity: normal status: open title: Counter with no keys does not compare equal to Counter with keys which zero value type: behavior versions: Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 22:00:47 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 01 Oct 2014 20:00:47 +0000 Subject: [issue20079] Add support for glibc supported locales In-Reply-To: <1388139147.62.0.637898307439.issue20079@psf.upfronthosting.co.za> Message-ID: <1412193647.15.0.926582657325.issue20079@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Oh, sorry, issue20076 doesn't eliminate additions in this issue, but vice verse this issue eliminates some additions of issue20076. So this patch should be applied first. ---------- assignee: -> serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 22:28:18 2014 From: report at bugs.python.org (Georg Brandl) Date: Wed, 01 Oct 2014 20:28:18 +0000 Subject: [issue19855] uuid._find_mac fails if an executable not in /sbin or /usr/sbin In-Reply-To: <1385910768.71.0.356029979861.issue19855@psf.upfronthosting.co.za> Message-ID: <1412195298.69.0.268916388895.issue19855@psf.upfronthosting.co.za> Georg Brandl added the comment: I see test failures on Windows: http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%20custom/builds/62/steps/test/logs/stdio http://buildbot.python.org/all/builders/x86%20Windows7%20custom/builds/52/steps/test/logs/stdio Do the tests need changing too? ---------- priority: normal -> release blocker status: closed -> open versions: +Python 3.2 -Python 2.7, Python 3.3, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 22:31:56 2014 From: report at bugs.python.org (Georg Brandl) Date: Wed, 01 Oct 2014 20:31:56 +0000 Subject: [issue19855] uuid._find_mac fails if an executable not in /sbin or /usr/sbin In-Reply-To: <1385910768.71.0.356029979861.issue19855@psf.upfronthosting.co.za> Message-ID: <1412195516.24.0.19110602817.issue19855@psf.upfronthosting.co.za> Changes by Georg Brandl : ---------- status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 22:31:58 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 01 Oct 2014 20:31:58 +0000 Subject: [issue19855] uuid._find_mac fails if an executable not in /sbin or /usr/sbin In-Reply-To: <1385910768.71.0.356029979861.issue19855@psf.upfronthosting.co.za> Message-ID: <20141001203143.74995.29789@mail.hg.python.org> Roundup Robot added the comment: New changeset 7ce56727edc7 by Georg Brandl in branch '3.2': ref #19855: skip uuid test_find_mac on non-Posix as in later branches https://hg.python.org/cpython/rev/7ce56727edc7 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 22:46:06 2014 From: report at bugs.python.org (Nathan McCorkle) Date: Wed, 01 Oct 2014 20:46:06 +0000 Subject: [issue21614] Case sensitivity problem in multiprocessing. In-Reply-To: <1401479749.7.0.550679517464.issue21614@psf.upfronthosting.co.za> Message-ID: <1412196366.49.0.361205692765.issue21614@psf.upfronthosting.co.za> Nathan McCorkle added the comment: I've just got done experiencing this bug. It would be much more helpful if the error message was a bit more helpful (I had no idea where to start looking with the "ImportError: No module named [moduleStartingMultiprocess]" exception message) ---------- nosy: +nmz787 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 22:49:17 2014 From: report at bugs.python.org (Mark Lawrence) Date: Wed, 01 Oct 2014 20:49:17 +0000 Subject: [issue4609] Allow use of > 256 FD's on solaris in 32 bit mode In-Reply-To: <1228827066.41.0.986801678261.issue4609@psf.upfronthosting.co.za> Message-ID: <1412196557.57.0.0371682017842.issue4609@psf.upfronthosting.co.za> Mark Lawrence added the comment: @Peter could you provide a patch for this? ---------- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 22:51:15 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 01 Oct 2014 20:51:15 +0000 Subject: [issue20079] Add support for glibc supported locales In-Reply-To: <1388139147.62.0.637898307439.issue20079@psf.upfronthosting.co.za> Message-ID: <20141001205054.23215.38907@mail.hg.python.org> Roundup Robot added the comment: New changeset 810542d07b4e by Serhiy Storchaka in branch 'default': Issue #20079: Added locales supported in glibc 2.18 to locale alias table. https://hg.python.org/cpython/rev/810542d07b4e New changeset 00e4190b308f by Serhiy Storchaka in branch '3.4': Issue #20079: Added locales supported in glibc 2.18 to locale alias table. https://hg.python.org/cpython/rev/00e4190b308f New changeset 3bc5edbbadae by Serhiy Storchaka in branch '2.7': Issue #20079: Added locales supported in glibc 2.18 to locale alias table. https://hg.python.org/cpython/rev/3bc5edbbadae ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 22:58:47 2014 From: report at bugs.python.org (Mark Lawrence) Date: Wed, 01 Oct 2014 20:58:47 +0000 Subject: [issue9274] code.InteractiveInterpreter fails to change locals when invoked in a function In-Reply-To: <1279300874.85.0.408315798568.issue9274@psf.upfronthosting.co.za> Message-ID: <1412197127.44.0.985418016681.issue9274@psf.upfronthosting.co.za> Mark Lawrence added the comment: @Eric can you provide a doc patch for this? ---------- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 2.6, Python 3.1, Python 3.2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 22:59:59 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 01 Oct 2014 20:59:59 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412197199.66.0.767908768523.issue19915@psf.upfronthosting.co.za> Antoine Pitrou added the comment: @anon: if there is a patch, any committer here can get it into 3.5. You'll recognize them as they have a nice Python logo next to their usernames ;-) If you want to try your hand at a patch, see https://docs.python.org/devguide/ By the way, I think it would be extra cool to implement this as a ".bits" pseudo-sequence, e.g. >>> x = 255 >>> x.bits[0] 1 >>> x.bits[1:3] 7 However, it might not be so easy to do it in C... ---------- status: pending -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 23:01:02 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 01 Oct 2014 21:01:02 +0000 Subject: [issue20076] Add UTF-8 locale aliases In-Reply-To: <1388100548.94.0.295897364372.issue20076@psf.upfronthosting.co.za> Message-ID: <1412197262.83.0.191602908982.issue20076@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: After applying patch from issue20079, pa_pk.utf8, te_in.utf8, and zh_sg.utf8 are eliminated from this patch. ---------- assignee: -> serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 23:05:50 2014 From: report at bugs.python.org (Mark Lawrence) Date: Wed, 01 Oct 2014 21:05:50 +0000 Subject: [issue8138] wsgiref.simple_server.SimpleServer claims to be multithreaded In-Reply-To: <1268590136.32.0.519225445448.issue8138@psf.upfronthosting.co.za> Message-ID: <1412197550.62.0.633828769929.issue8138@psf.upfronthosting.co.za> Mark Lawrence added the comment: @Santiago can you provide a patch for this issue? ---------- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4, Python 3.5 -Python 2.6 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 23:07:32 2014 From: report at bugs.python.org (Mark Lawrence) Date: Wed, 01 Oct 2014 21:07:32 +0000 Subject: [issue17446] doctest test finder doesnt find line numbers of properties In-Reply-To: <1363536507.07.0.43500928967.issue17446@psf.upfronthosting.co.za> Message-ID: <1412197652.98.0.732496347749.issue17446@psf.upfronthosting.co.za> Mark Lawrence added the comment: @Ronny can you provide a patch for this? ---------- nosy: +BreamoreBoy type: -> behavior versions: +Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 23:11:58 2014 From: report at bugs.python.org (Mark Lawrence) Date: Wed, 01 Oct 2014 21:11:58 +0000 Subject: [issue17582] xml.etree.ElementTree does not preserve whitespaces in attributes In-Reply-To: <1364660794.69.0.883579635559.issue17582@psf.upfronthosting.co.za> Message-ID: <1412197918.82.0.114113033941.issue17582@psf.upfronthosting.co.za> Changes by Mark Lawrence : ---------- nosy: +eli.bendersky, scoder type: -> behavior versions: +Python 3.4, Python 3.5 -Python 3.2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 23:14:55 2014 From: report at bugs.python.org (Mark Lawrence) Date: Wed, 01 Oct 2014 21:14:55 +0000 Subject: [issue17753] test_zipfile: requires write access to test and email.test In-Reply-To: <1366109637.36.0.807884734436.issue17753@psf.upfronthosting.co.za> Message-ID: <1412198095.88.0.739670963851.issue17753@psf.upfronthosting.co.za> Changes by Mark Lawrence : ---------- nosy: +alanmcintyre, serhiy.storchaka type: -> behavior versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 23:15:05 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 01 Oct 2014 21:15:05 +0000 Subject: [issue20076] Add UTF-8 locale aliases In-Reply-To: <1388100548.94.0.295897364372.issue20076@psf.upfronthosting.co.za> Message-ID: <20141001211452.75009.86328@mail.hg.python.org> Roundup Robot added the comment: New changeset c4284fa75ec7 by Serhiy Storchaka in branch '2.7': Issue #20076: Added non derived UTF-8 aliases to locale aliases table. https://hg.python.org/cpython/rev/c4284fa75ec7 New changeset 3bff73df6dab by Serhiy Storchaka in branch '3.4': Issue #20076: Added non derived UTF-8 aliases to locale aliases table. https://hg.python.org/cpython/rev/3bff73df6dab New changeset 301b9a58021c by Serhiy Storchaka in branch 'default': Issue #20076: Added non derived UTF-8 aliases to locale aliases table. https://hg.python.org/cpython/rev/301b9a58021c ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 23:17:09 2014 From: report at bugs.python.org (Mark Lawrence) Date: Wed, 01 Oct 2014 21:17:09 +0000 Subject: [issue17784] the test suite should honor an http_proxy for running the test suite In-Reply-To: <1366235084.83.0.373131563913.issue17784@psf.upfronthosting.co.za> Message-ID: <1412198229.53.0.24313990364.issue17784@psf.upfronthosting.co.za> Mark Lawrence added the comment: @Matthias can you provide a patch for this? ---------- nosy: +BreamoreBoy type: -> enhancement versions: +Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 23:17:44 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 01 Oct 2014 21:17:44 +0000 Subject: [issue20079] Add support for glibc supported locales In-Reply-To: <1388139147.62.0.637898307439.issue20079@psf.upfronthosting.co.za> Message-ID: <1412198264.46.0.217633114391.issue20079@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Thank you for your review Marc-Andre. See also related issue20087. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 23:18:07 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 01 Oct 2014 21:18:07 +0000 Subject: [issue20079] Add support for glibc supported locales In-Reply-To: <1388139147.62.0.637898307439.issue20079@psf.upfronthosting.co.za> Message-ID: <1412198287.06.0.540327596533.issue20079@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 23:18:16 2014 From: report at bugs.python.org (Mark Lawrence) Date: Wed, 01 Oct 2014 21:18:16 +0000 Subject: [issue17780] the test suite should use a TEMPDIR in the build directory, not the source directory In-Reply-To: <1366223766.74.0.431919060709.issue17780@psf.upfronthosting.co.za> Message-ID: <1412198296.79.0.590840420559.issue17780@psf.upfronthosting.co.za> Mark Lawrence added the comment: @Matthias can you provide a patch for this? ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 23:22:51 2014 From: report at bugs.python.org (TJ) Date: Wed, 01 Oct 2014 21:22:51 +0000 Subject: [issue22534] Possible Memory Leak with 'shelve' Message-ID: <1412198571.01.0.730305442625.issue22534@psf.upfronthosting.co.za> New submission from TJ: The following code causes memory usage to grow excessively. ''' import shelve def func(): for i in range(1000000): sh = shelve.open('blah') sh.close() func() ''' ---------- components: Library (Lib) messages: 228127 nosy: tjhnson priority: normal severity: normal status: open title: Possible Memory Leak with 'shelve' versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 23:25:24 2014 From: report at bugs.python.org (Kristian Rother) Date: Wed, 01 Oct 2014 21:25:24 +0000 Subject: [issue22535] headerregistry.Address introduces extra quotes without addr_spec parameter Message-ID: <1412198724.14.0.970145330248.issue22535@psf.upfronthosting.co.za> New submission from Kristian Rother: I am trying to create an email address as in the Python doc example https://docs.python.org/3/library/email-examples.html The example does not work as given on the page. I tried Python 3.4rc1 and the 3.5 compiled from source on Ubuntu 12. I found two possible reasons: 1) Python bug in headerregistry.py The string resulting from the command below contains extra quotes: str(Address('Foo Example', 'foo at example.com')) --> 'Foo Example <"foo at example.com">' 2) Documentation bug The documentation of headerregistry.Address states: "username and domain may be specified together by using the addr_spec keyword *instead of* the username and domain keywords" However, this is inconsistent with example 19.1.14.1. on https://docs.python.org/3/library/email-examples.html Attached are two tests that reproduce the situation. The first test below fails but the second passes. Conclusion: In my opinion, it is more intuitive if the following would work as well: Address('Foo Example', 'foo at example.com') ---------- components: email files: test_email_address_with_quotes.py messages: 228128 nosy: barry, krother, r.david.murray priority: normal severity: normal status: open title: headerregistry.Address introduces extra quotes without addr_spec parameter type: behavior versions: Python 3.5 Added file: http://bugs.python.org/file36769/test_email_address_with_quotes.py _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 23:30:38 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 01 Oct 2014 21:30:38 +0000 Subject: [issue20076] Add UTF-8 locale aliases In-Reply-To: <1388100548.94.0.295897364372.issue20076@psf.upfronthosting.co.za> Message-ID: <1412199038.12.0.68052789602.issue20076@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 23:34:22 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 01 Oct 2014 21:34:22 +0000 Subject: [issue16555] Add es_cu to locale aliases In-Reply-To: <1353900143.47.0.688085135262.issue16555@psf.upfronthosting.co.za> Message-ID: <1412199262.63.0.140472298562.issue16555@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- resolution: -> duplicate stage: patch review -> resolved status: pending -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 1 23:51:58 2014 From: report at bugs.python.org (Alex Gaynor) Date: Wed, 01 Oct 2014 21:51:58 +0000 Subject: [issue22523] [regression] Lib/ssl.py still references _ssl.sslwrap In-Reply-To: <1412081456.12.0.536748620506.issue22523@psf.upfronthosting.co.za> Message-ID: <1412200318.4.0.815596337406.issue22523@psf.upfronthosting.co.za> Alex Gaynor added the comment: Attached patch sound fix the issue. I guess this function has no tests :-( ---------- keywords: +needs review, patch Added file: http://bugs.python.org/file36770/issue22523.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 00:05:51 2014 From: report at bugs.python.org (Josh Rosenberg) Date: Wed, 01 Oct 2014 22:05:51 +0000 Subject: [issue22533] Counter with no keys does not compare equal to Counter with keys which zero value In-Reply-To: <1412192943.35.0.438260267398.issue22533@psf.upfronthosting.co.za> Message-ID: <1412201151.1.0.430825908657.issue22533@psf.upfronthosting.co.za> Josh Rosenberg added the comment: Reading the note on the Counter class (about intent vs. actual use), it looks like changing this behavior would involve potentially breaking a lot of code. If you're using Counters that are intended to maintain positive counts (treating a count <= 0 as if the key does not exist), it seems like you could either perform your operations using the + and - (or += and -=) binary operators (which will remove keys when the values drop to 0 or below) or if you have to use subtract or manual count tweaking, normalize the Counters at comparison time, that is, use +counter1 == +counter2 (unary + support added in 3.3). I agree it's sort of weird, but I feel like fixing it will just break a ton of existing code. ---------- nosy: +josh.rosenberg _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 00:05:56 2014 From: report at bugs.python.org (Alex Gaynor) Date: Wed, 01 Oct 2014 22:05:56 +0000 Subject: [issue22523] [regression] Lib/ssl.py still references _ssl.sslwrap In-Reply-To: <1412081456.12.0.536748620506.issue22523@psf.upfronthosting.co.za> Message-ID: <1412201156.64.0.708391992632.issue22523@psf.upfronthosting.co.za> Alex Gaynor added the comment: My patch is incomplete, I'm working on an improved one. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 00:11:35 2014 From: report at bugs.python.org (Alex Gaynor) Date: Wed, 01 Oct 2014 22:11:35 +0000 Subject: [issue22523] [regression] Lib/ssl.py still references _ssl.sslwrap In-Reply-To: <1412081456.12.0.536748620506.issue22523@psf.upfronthosting.co.za> Message-ID: <1412201495.57.0.210934254911.issue22523@psf.upfronthosting.co.za> Alex Gaynor added the comment: New patch resolves the issue. Turns out there were tests, but they weren't being run. Now they are. ---------- Added file: http://bugs.python.org/file36771/issue22523.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 00:27:59 2014 From: report at bugs.python.org (Ned Deily) Date: Wed, 01 Oct 2014 22:27:59 +0000 Subject: [issue22533] Counter with no keys does not compare equal to Counter with keys which zero value In-Reply-To: <1412192943.35.0.438260267398.issue22533@psf.upfronthosting.co.za> Message-ID: <1412202479.09.0.336375584179.issue22533@psf.upfronthosting.co.za> Changes by Ned Deily : ---------- nosy: +rhettinger _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 00:29:06 2014 From: report at bugs.python.org (Cybjit) Date: Wed, 01 Oct 2014 22:29:06 +0000 Subject: [issue22103] bdist_wininst does not run install script In-Reply-To: <1406670252.28.0.0982043111898.issue22103@psf.upfronthosting.co.za> Message-ID: <1412202546.73.0.941867335359.issue22103@psf.upfronthosting.co.za> Cybjit added the comment: Turns out I had a build problem (#11598). 0c8f41ca9c94 + t.patch does actually solve the problem. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 00:30:04 2014 From: report at bugs.python.org (Vinay Sajip) Date: Wed, 01 Oct 2014 22:30:04 +0000 Subject: [issue1521950] shlex.split() does not tokenize like the shell Message-ID: <1412202604.63.0.141330151721.issue1521950@psf.upfronthosting.co.za> Changes by Vinay Sajip : Added file: http://bugs.python.org/file36772/80eea6bd898c.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 00:35:53 2014 From: report at bugs.python.org (Cybjit) Date: Wed, 01 Oct 2014 22:35:53 +0000 Subject: [issue11598] missing afxres.h error when building bdist_wininst in Visual Studio 2008 Express In-Reply-To: <1300472926.52.0.331223446631.issue11598@psf.upfronthosting.co.za> Message-ID: <1412202953.98.0.753187426158.issue11598@psf.upfronthosting.co.za> Cybjit added the comment: Building bdist_wininst with VS2010 Express also gives RC1015. With this patch it works. ---------- nosy: +Cybjit _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 00:39:26 2014 From: report at bugs.python.org (Ned Deily) Date: Wed, 01 Oct 2014 22:39:26 +0000 Subject: [issue22534] Possible Memory Leak with 'shelve' In-Reply-To: <1412198571.01.0.730305442625.issue22534@psf.upfronthosting.co.za> Message-ID: <1412203166.4.0.847857571486.issue22534@psf.upfronthosting.co.za> Ned Deily added the comment: What happens if you use xrange instead of range? >>> range(1000000).__sizeof__() 8000056 >>> xrange(1000000).__sizeof__() 56 ---------- nosy: +ned.deily _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 00:51:46 2014 From: report at bugs.python.org (Vinay Sajip) Date: Wed, 01 Oct 2014 22:51:46 +0000 Subject: [issue21999] shlex: bug in posix mode handling of empty strings In-Reply-To: <1405615020.91.0.261812812224.issue21999@psf.upfronthosting.co.za> Message-ID: <1412203906.04.0.628031761164.issue21999@psf.upfronthosting.co.za> Vinay Sajip added the comment: I've updated the patch on #1521950 to address this case, and also added a test there (which is not in this patch). Thanks, RDM, for the notification. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 00:56:07 2014 From: report at bugs.python.org (paul j3) Date: Wed, 01 Oct 2014 22:56:07 +0000 Subject: [issue22401] argparse: 'resolve' conflict handler damages the actions of the parent parser In-Reply-To: <1410673598.78.0.274465754789.issue22401@psf.upfronthosting.co.za> Message-ID: <1412204167.18.0.738196184941.issue22401@psf.upfronthosting.co.za> paul j3 added the comment: A simpler solution is to make a copy of each Action when importing a parent parser. The current practice is to just copy references. With a copy, an Action will belong to only one group and parser, and the 'resolve' handler will operate without problems. In the attached patch, I added a `.copy` method to Action. I believe '.option_strings' is the only attribute that needs special handling, since it is a list, and 'resolve' operates on it. The other attributes are strings, or objects that the user defines (e.g. 'default', 'choices'). The other change is in '_add_container_actions', the method which imports parents. Here I make the copy action contingent on a 'action_copy' attribute of the conflict handler object (a function). I also define this attribute for the 'resolve' handler. I've made this copy contingent just to be safe w/r to backward compatibility, even though, I can't think of a reason for preferring the existing copy by reference. In another Stackoverflow question, a poster wanted to use the same parent for 2 subparsers, but give the 2 actions different defaults. This copy approach solves that issue. This patch needs testing and documentation changes. ---------- keywords: +patch Added file: http://bugs.python.org/file36773/patch_1.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 01:14:43 2014 From: report at bugs.python.org (Mark Lawrence) Date: Wed, 01 Oct 2014 23:14:43 +0000 Subject: [issue11598] missing afxres.h error when building bdist_wininst in Visual Studio 2008 Express In-Reply-To: <1300472926.52.0.331223446631.issue11598@psf.upfronthosting.co.za> Message-ID: <1412205283.28.0.993015990555.issue11598@psf.upfronthosting.co.za> Changes by Mark Lawrence : ---------- nosy: +steve.dower, tim.golden, zach.ware type: -> compile error _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 01:24:33 2014 From: report at bugs.python.org (Ethan Furman) Date: Wed, 01 Oct 2014 23:24:33 +0000 Subject: [issue22533] Counter with no keys does not compare equal to Counter with keys which zero value In-Reply-To: <1412192943.35.0.438260267398.issue22533@psf.upfronthosting.co.za> Message-ID: <1412205873.29.0.230074481198.issue22533@psf.upfronthosting.co.za> Ethan Furman added the comment: Exactly what operation is unary minus supposed to be? It seems to act like absolute value. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 01:30:34 2014 From: report at bugs.python.org (Steve Dower) Date: Wed, 01 Oct 2014 23:30:34 +0000 Subject: [issue11598] missing afxres.h error when building bdist_wininst in Visual Studio 2008 Express In-Reply-To: <1300472926.52.0.331223446631.issue11598@psf.upfronthosting.co.za> Message-ID: <1412206234.88.0.449556032343.issue11598@psf.upfronthosting.co.za> Steve Dower added the comment: We could add an afxres.h file alongside install.rc that includes the code posted by Lorenz Aebi. That will avoid the auto-generation issue, though it may be overwritten if VS does actually generate code for it. (I had thought that file was generated on project creation and not automatically changed after that, but I could be wrong.) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 01:49:56 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 01 Oct 2014 23:49:56 +0000 Subject: [issue21614] Case sensitivity problem in multiprocessing. In-Reply-To: <1401479749.7.0.550679517464.issue21614@psf.upfronthosting.co.za> Message-ID: <1412207396.09.0.364833935795.issue21614@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Can you try with Python 3.x? The import machinery is different there. ---------- nosy: +ncoghlan, pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 01:50:57 2014 From: report at bugs.python.org (Brian Curtin) Date: Wed, 01 Oct 2014 23:50:57 +0000 Subject: [issue11598] missing afxres.h error when building bdist_wininst in Visual Studio 2008 Express In-Reply-To: <1300472926.52.0.331223446631.issue11598@psf.upfronthosting.co.za> Message-ID: <1412207457.75.0.456964871769.issue11598@psf.upfronthosting.co.za> Changes by Brian Curtin : ---------- nosy: -brian.curtin _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 02:03:15 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 02 Oct 2014 00:03:15 +0000 Subject: [issue18096] bad library order returned by python-config.in In-Reply-To: <1369845924.16.0.424451971001.issue18096@psf.upfronthosting.co.za> Message-ID: <20141002000300.23213.86830@mail.hg.python.org> Roundup Robot added the comment: New changeset 6316475af62d by doko in branch '2.7': - Issue #18096: Fix library order returned by python-config. https://hg.python.org/cpython/rev/6316475af62d New changeset b826ba76d1ce by doko in branch '3.4': - Issue #18096: Fix library order returned by python-config. https://hg.python.org/cpython/rev/b826ba76d1ce New changeset 8db7fcf6c67d by doko in branch 'default': - Issue #18096: Fix library order returned by python-config. https://hg.python.org/cpython/rev/8db7fcf6c67d ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 02:12:57 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 02 Oct 2014 00:12:57 +0000 Subject: [issue17219] cross add Python's library directory when building python standard extensions In-Reply-To: <1361119360.59.0.341690353599.issue17219@psf.upfronthosting.co.za> Message-ID: <20141002001249.23207.41780@mail.hg.python.org> Roundup Robot added the comment: New changeset 222e0faa5fa9 by doko in branch '2.7': - Issue #17219: Add library build dir for Python extension cross-builds. https://hg.python.org/cpython/rev/222e0faa5fa9 New changeset c5f908c56fbd by doko in branch '3.4': - Issue #17219: Add library build dir for Python extension cross-builds. https://hg.python.org/cpython/rev/c5f908c56fbd New changeset 80a515e255aa by doko in branch 'default': - Issue #17219: Add library build dir for Python extension cross-builds. https://hg.python.org/cpython/rev/80a515e255aa ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 02:21:22 2014 From: report at bugs.python.org (Mark Lawrence) Date: Thu, 02 Oct 2014 00:21:22 +0000 Subject: [issue17799] settrace docs are wrong about "c_call" events In-Reply-To: <1366428980.14.0.538502026896.issue17799@psf.upfronthosting.co.za> Message-ID: <1412209282.97.0.813398853049.issue17799@psf.upfronthosting.co.za> Mark Lawrence added the comment: @Ned can you provide a patch for this? ---------- nosy: +BreamoreBoy type: -> behavior versions: +Python 3.4, Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 02:30:27 2014 From: report at bugs.python.org (Mark Lawrence) Date: Thu, 02 Oct 2014 00:30:27 +0000 Subject: [issue11646] 2to3: msvcrt.(get|put)ch -> (get|put)wch In-Reply-To: <1300839645.82.0.653929076098.issue11646@psf.upfronthosting.co.za> Message-ID: <1412209827.27.0.95622010876.issue11646@psf.upfronthosting.co.za> Mark Lawrence added the comment: The original function names are still listed and the wide versions have been added to the docs so this can be closed as "out of date". ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 02:42:01 2014 From: report at bugs.python.org (TJ) Date: Thu, 02 Oct 2014 00:42:01 +0000 Subject: [issue22534] Possible Memory Leak with 'shelve' In-Reply-To: <1412198571.01.0.730305442625.issue22534@psf.upfronthosting.co.za> Message-ID: <1412210521.07.0.295603245337.issue22534@psf.upfronthosting.co.za> TJ added the comment: Put it in the while loop. Same result. Memory usage grows about 1 GiB per minute. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 02:48:42 2014 From: report at bugs.python.org (Mark Lawrence) Date: Thu, 02 Oct 2014 00:48:42 +0000 Subject: [issue18982] Add tests for CLI of the calendar module In-Reply-To: <1378674520.21.0.168914844213.issue18982@psf.upfronthosting.co.za> Message-ID: <1412210922.34.0.926135729651.issue18982@psf.upfronthosting.co.za> Mark Lawrence added the comment: Just a gentle reminder guys. ---------- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 02:49:37 2014 From: report at bugs.python.org (Michel Charpentier) Date: Thu, 02 Oct 2014 00:49:37 +0000 Subject: [issue22536] Missing filename in FileNotFoundError Message-ID: <1412210977.42.0.325510395327.issue22536@psf.upfronthosting.co.za> New submission from Michel Charpentier: FileNotFoundError should contain a 'filename' information, as per its specification. It's 'None' after a failure to execute a subprocess. ---------- assignee: ronaldoussoren components: Interpreter Core, Macintosh files: bug.py messages: 228147 nosy: charpov, ronaldoussoren priority: normal severity: normal status: open title: Missing filename in FileNotFoundError type: behavior versions: Python 3.4 Added file: http://bugs.python.org/file36774/bug.py _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 03:00:41 2014 From: report at bugs.python.org (Mark Lawrence) Date: Thu, 02 Oct 2014 01:00:41 +0000 Subject: [issue19342] Improve grp module docstrings In-Reply-To: <1382432303.67.0.186570774383.issue19342@psf.upfronthosting.co.za> Message-ID: <1412211641.13.0.0878070369735.issue19342@psf.upfronthosting.co.za> Mark Lawrence added the comment: The patch only changes six lines. At a quick glance it seems fine to me so can we have a formal review please. ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 04:04:44 2014 From: report at bugs.python.org (Martin Panter) Date: Thu, 02 Oct 2014 02:04:44 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412215484.27.0.719817392569.issue19915@psf.upfronthosting.co.za> Changes by Martin Panter : ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 04:07:56 2014 From: report at bugs.python.org (Martin Panter) Date: Thu, 02 Oct 2014 02:07:56 +0000 Subject: [issue19622] Default buffering for input and output pipes in subprocess module In-Reply-To: <1384579334.66.0.612676075589.issue19622@psf.upfronthosting.co.za> Message-ID: <1412215675.99.0.435791701535.issue19622@psf.upfronthosting.co.za> Martin Panter added the comment: I agree that it is misleading to say it matches Python 2 behaviour, as I said in my original post. Do you think I should reopen this and get that bit removed from the documentation? I don?t see an easy way to make the behaviour consistent in all cases. My understanding is Python 2 always defaulted to unbuffered pipe readers and writers, but they were always ?greedy?, meaning the read() and write() methods only succeed after transferring all the data. This is basically the API for BufferedIOBase.read() and BufferedIOBase.write(). In Python 3, unbuffered pipe readers and writers implement the RawIOBase API and may succeed before all the data is transfered. If you really wanted to change the behaviour to be consistent with Python 2, you could make Popen always return BufferedIOBase pipes (unless universal_newlines=True). But BufferedReader and BufferedWriter don?t seem to accept buffer_size=0. For a pipe reader, maybe BufferedReader(buffer_size=1) would work, but you would either have to hack the BufferedWriter class, or implement a new GreedyWriter class. However I suspect this would introduce deadlocks in programs that access more than one pipe at once (probably also a problem in Python 2). Perhaps the best thing is to document the problems and then explicitly pass in whatever ?bufsize? value is appropriate for your usage. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 04:13:43 2014 From: report at bugs.python.org (Alex Gaynor) Date: Thu, 02 Oct 2014 02:13:43 +0000 Subject: [issue22523] [regression] Lib/ssl.py still references _ssl.sslwrap In-Reply-To: <1412081456.12.0.536748620506.issue22523@psf.upfronthosting.co.za> Message-ID: <1412216023.28.0.308587829839.issue22523@psf.upfronthosting.co.za> Alex Gaynor added the comment: Updated patch fixes a refcounting issue spotted by gutworth. ---------- Added file: http://bugs.python.org/file36775/issue22523.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 05:08:02 2014 From: report at bugs.python.org (yegle) Date: Thu, 02 Oct 2014 03:08:02 +0000 Subject: [issue10109] itertools.product with infinite iterator cause MemoryError. In-Reply-To: <1287103502.64.0.571191585998.issue10109@psf.upfronthosting.co.za> Message-ID: <1412219282.67.0.95935303068.issue10109@psf.upfronthosting.co.za> yegle added the comment: Found another example that shows horrible performance when using itertools.product: def gen(): l = [itertools.permutations(range(10)) for _ in range(10)] g = itertools.product(*l) for i in g: yield i A simple next() to this generator takes 16 seconds on my desktop. I use this recursive product() instead and the performance is acceptable: def product(*args): if len(args) == 1: for i in args[0]: yield [i] else: for i in args[0]: for j in product(*args[1:]): j.append(i) yield j ---------- nosy: +yegle _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 05:09:34 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 03:09:34 +0000 Subject: [issue22537] Failure building 2.7 docs on Windows Message-ID: <1412219374.89.0.582755946661.issue22537@psf.upfronthosting.co.za> New submission from Terry J. Reedy: I was able to build docs of all versions with the old system. When 3.4 was changed to the new system, 'pip install sphinx' installed everything needed so that 'sphinx-build -bhtml . build/html' in .../Doc (Devguide 7.5.2) works for 3.4 (and 3.5). "PYTHON=C:\programs\python27\python.exe" does not seem to matter. After the recent conversion for 2.7, that command and 'make html' (devguide 7.5.1) do not work for 2.7. The devguide instructions are version-independent, but the reality does not seem to be. Both commands give this. Running Sphinx v1.2.2 Configuration error: There is a syntax error in your configuration file: invalid syntax (patchlevel.py, line 71) Did you change the syntax from 2.x to 3.x? tools/patchlevel.py. line 71, is "print x'. When I added ()s, this error goes away and I get Running Sphinx v1.2.2 Exception occurred: File "F:\Python\dev\2\py27\Doc\tools\pyspecific.py", line 247, in import suspicious File "F:\Python\dev\2\py27\Doc\tools\suspicious.py", line 57 detect_all = re.compile(ur''' ::(?=[^=])| # two :: (but NOT ::=) :[a-zA-Z][a-zA-Z0-9]+| # :foo `| # ` (seldom used by itself) (?pip install sphinx Requirement already satisfied (use --upgrade to upgrade): sphinx in c:\programs\python34\lib\site-packages So I don't know how to sensibly proceed without disabling 3.x builds. ---------- assignee: docs at python components: Devguide, Documentation messages: 228152 nosy: docs at python, ezio.melotti, georg.brandl, terry.reedy priority: normal severity: normal stage: needs patch status: open title: Failure building 2.7 docs on Windows type: behavior versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 05:20:00 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 02 Oct 2014 03:20:00 +0000 Subject: [issue22535] headerregistry.Address introduces extra quotes without addr_spec parameter In-Reply-To: <1412198724.14.0.970145330248.issue22535@psf.upfronthosting.co.za> Message-ID: <1412220000.57.0.831647826311.issue22535@psf.upfronthosting.co.za> R. David Murray added the comment: That example is wrong, but that fact weighs heavily in favor of the idea that the "natural" way to write it is the way it is in the example. Since this part of the email api is still provisional, I propose we change the signature of Address to be: Address(display_name='', addr_spec=None, *, username='', domain='') and make it a ValueError to specify both addr_spec and one or both of username and domain. For 3.5 I'd just make that change, but for 3.4 I'd make a backward compatibility check and deprecation warning looking for an '@' in the second argument and treat it as username if there's no @ and an addr_spec if there is. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 05:34:34 2014 From: report at bugs.python.org (Ned Deily) Date: Thu, 02 Oct 2014 03:34:34 +0000 Subject: [issue22537] Failure building 2.7 docs on Windows In-Reply-To: <1412219374.89.0.582755946661.issue22537@psf.upfronthosting.co.za> Message-ID: <1412220874.82.0.903452422223.issue22537@psf.upfronthosting.co.za> Ned Deily added the comment: Your analysis is correct: you now do need to use a 2.7 sphinx to build 2.7 docs. It looks like you may be using a 3.4 version of pip. However you invoke python2.7, try "python -m pip install sphinx". ---------- nosy: +ned.deily _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 05:51:11 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 03:51:11 +0000 Subject: [issue22538] turtledemo two_canvases reversion Message-ID: <1412221871.63.0.0767968395434.issue22538@psf.upfronthosting.co.za> New submission from Terry J. Reedy: The turtledemo two-canvases was fixed a couple of months ago but subsequent patches have returned its bad behavior. The first time selected, it runs but does not display the code. The second time, the code is displayed. Clicking start freezes the viewer because there is no longer a main function. Will investigate. ---------- assignee: terry.reedy messages: 228155 nosy: terry.reedy priority: normal severity: normal stage: test needed status: open title: turtledemo two_canvases reversion type: behavior versions: Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 05:54:03 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 02 Oct 2014 03:54:03 +0000 Subject: [issue22523] [regression] Lib/ssl.py still references _ssl.sslwrap In-Reply-To: <1412081456.12.0.536748620506.issue22523@psf.upfronthosting.co.za> Message-ID: <20141002035358.59794.39986@mail.hg.python.org> Roundup Robot added the comment: New changeset 1a36d4e8cf4e by Benjamin Peterson in branch '2.7': fix sslwrap_simple (closes #22523) https://hg.python.org/cpython/rev/1a36d4e8cf4e ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 06:06:29 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 04:06:29 +0000 Subject: [issue21971] Index and update turtledemo doc. In-Reply-To: <1405217960.27.0.66457016468.issue21971@psf.upfronthosting.co.za> Message-ID: <1412222789.46.0.248534936211.issue21971@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- assignee: -> terry.reedy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 06:17:58 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 02 Oct 2014 04:17:58 +0000 Subject: [issue21971] Index and update turtledemo doc. In-Reply-To: <1405217960.27.0.66457016468.issue21971@psf.upfronthosting.co.za> Message-ID: <20141002041755.86179.37364@mail.hg.python.org> Roundup Robot added the comment: New changeset 191c83f7c850 by Terry Jan Reedy in branch '3.4': Issue #21971: Index and update turtledemo doc. https://hg.python.org/cpython/rev/191c83f7c850 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 06:18:33 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 04:18:33 +0000 Subject: [issue21971] Index and update turtledemo doc. In-Reply-To: <1405217960.27.0.66457016468.issue21971@psf.upfronthosting.co.za> Message-ID: <1412223513.32.0.472330459015.issue21971@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- resolution: -> fixed stage: needs patch -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 06:53:05 2014 From: report at bugs.python.org (Antony Lee) Date: Thu, 02 Oct 2014 04:53:05 +0000 Subject: [issue12029] Catching virtual subclasses in except clauses In-Reply-To: <1304844823.89.0.48444500115.issue12029@psf.upfronthosting.co.za> Message-ID: <1412225585.01.0.470072737898.issue12029@psf.upfronthosting.co.za> Antony Lee added the comment: "it looks like all the avenues for arbitrary code execution while checking if an exception handler matches a thrown an exception are closed off." This seems to be directly contradicted by your previous sentence: "the except clause accepts any expressions producing a tuple or BaseException instance". e.g. === >>> def f(): raise AttributeError ... >>> try: raise IndexError ... except f(): raise KeyError ... Traceback (most recent call last): File "", line 1, in IndexError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "", line 2, in File "", line 1, in f AttributeError === (note that f() is evaluated only if the body of "try" actually raises) ---------- nosy: +Antony.Lee _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 07:10:07 2014 From: report at bugs.python.org (Guido van Rossum) Date: Thu, 02 Oct 2014 05:10:07 +0000 Subject: [issue12029] Catching virtual subclasses in except clauses In-Reply-To: <1412225585.01.0.470072737898.issue12029@psf.upfronthosting.co.za> Message-ID: Guido van Rossum added the comment: ISTM Nick meant that the exception that was raised can't cause arbitrary code execution. On Wednesday, October 1, 2014, Antony Lee wrote: > > Antony Lee added the comment: > > "it looks like all the avenues for arbitrary code execution while checking > if an exception handler matches a thrown an exception are closed off." > > This seems to be directly contradicted by your previous sentence: "the > except clause accepts any expressions producing a tuple or BaseException > instance". > > e.g. > > === > > >>> def f(): raise AttributeError > ... > >>> try: raise IndexError > ... except f(): raise KeyError > ... > Traceback (most recent call last): > File "", line 1, in > IndexError > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File "", line 2, in > File "", line 1, in f > AttributeError > > === > > (note that f() is evaluated only if the body of "try" actually raises) > > ---------- > nosy: +Antony.Lee > > _______________________________________ > Python tracker > > > _______________________________________ > ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 07:58:20 2014 From: report at bugs.python.org (Ned Deily) Date: Thu, 02 Oct 2014 05:58:20 +0000 Subject: [issue22103] bdist_wininst does not run install script In-Reply-To: <1406670252.28.0.0982043111898.issue22103@psf.upfronthosting.co.za> Message-ID: <1412229500.79.0.342210992631.issue22103@psf.upfronthosting.co.za> Changes by Ned Deily : ---------- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> PyCFunction_New no longer exposed by python DLL breaking bdist_wininst installers _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 08:07:57 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 02 Oct 2014 06:07:57 +0000 Subject: [issue22537] Failure building 2.7 docs on Windows In-Reply-To: <1412219374.89.0.582755946661.issue22537@psf.upfronthosting.co.za> Message-ID: <1412230077.23.0.65369121036.issue22537@psf.upfronthosting.co.za> Georg Brandl added the comment: > you now do need You always did :) However, it should not be a problem to make the extensions 2.x and 3.x compatible in both branches. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 08:13:11 2014 From: report at bugs.python.org (Ned Deily) Date: Thu, 02 Oct 2014 06:13:11 +0000 Subject: [issue22536] subprocess should include filename in FileNotFoundError exception In-Reply-To: <1412210977.42.0.325510395327.issue22536@psf.upfronthosting.co.za> Message-ID: <1412230391.83.0.901439502103.issue22536@psf.upfronthosting.co.za> Changes by Ned Deily : ---------- assignee: ronaldoussoren -> components: +Library (Lib) -Interpreter Core, Macintosh nosy: +gregory.p.smith title: Missing filename in FileNotFoundError -> subprocess should include filename in FileNotFoundError exception versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 08:27:25 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 02 Oct 2014 06:27:25 +0000 Subject: [issue22537] Failure building 2.7 docs on Windows In-Reply-To: <1412219374.89.0.582755946661.issue22537@psf.upfronthosting.co.za> Message-ID: <20141002062722.75005.5180@mail.hg.python.org> Roundup Robot added the comment: New changeset fd2530294d50 by Georg Brandl in branch '2.7': Closes #22537: Make sphinx extensions compatible with Python 2 or 3, like in the 3.x branches https://hg.python.org/cpython/rev/fd2530294d50 ---------- nosy: +python-dev resolution: -> fixed stage: needs patch -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 08:32:13 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 02 Oct 2014 06:32:13 +0000 Subject: [issue19342] Improve grp module docstrings In-Reply-To: <1382432303.67.0.186570774383.issue19342@psf.upfronthosting.co.za> Message-ID: <1412231533.81.0.739810405596.issue19342@psf.upfronthosting.co.za> Georg Brandl added the comment: LGTM. ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 08:35:40 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 02 Oct 2014 06:35:40 +0000 Subject: [issue19342] Improve grp module docstrings In-Reply-To: <1382432303.67.0.186570774383.issue19342@psf.upfronthosting.co.za> Message-ID: <20141002063537.74995.72887@mail.hg.python.org> Roundup Robot added the comment: New changeset e2b757baaef1 by Georg Brandl in branch '3.4': Closes #19342: improve docstrings in grp module. https://hg.python.org/cpython/rev/e2b757baaef1 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 08:37:01 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 02 Oct 2014 06:37:01 +0000 Subject: [issue19342] Improve grp module docstrings In-Reply-To: <1382432303.67.0.186570774383.issue19342@psf.upfronthosting.co.za> Message-ID: <20141002063659.86183.18803@mail.hg.python.org> Roundup Robot added the comment: New changeset de0ca868d44f by Georg Brandl in branch '2.7': Closes #19342: improve docstrings in grp module. https://hg.python.org/cpython/rev/de0ca868d44f ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 08:40:07 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 02 Oct 2014 06:40:07 +0000 Subject: [issue22528] Missing hint to source code In-Reply-To: <1412106340.24.0.431957287455.issue22528@psf.upfronthosting.co.za> Message-ID: <20141002064004.74985.367@mail.hg.python.org> Roundup Robot added the comment: New changeset b51742cb1685 by Georg Brandl in branch '3.4': closes #22528: add source links to symtable and compileall https://hg.python.org/cpython/rev/b51742cb1685 New changeset 5144c7d0ef29 by Georg Brandl in branch '2.7': closes #22528: add source links to symtable and compileall https://hg.python.org/cpython/rev/5144c7d0ef29 ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 08:46:10 2014 From: report at bugs.python.org (Alfred Morgan) Date: Thu, 02 Oct 2014 06:46:10 +0000 Subject: [issue14573] json iterencode can not handle general iterators In-Reply-To: <1334355033.57.0.314676653112.issue14573@psf.upfronthosting.co.za> Message-ID: <1412232370.05.0.900244623666.issue14573@psf.upfronthosting.co.za> Alfred Morgan added the comment: Need a patch? Here you go. https://github.com/Zectbumo/cpython/compare/master How to use it: encoder = JSONEncoder(stream=True) This will iterencode() iterators as lists and file objects as strings and stream them when constructed with stream=True. ---------- nosy: +Zectbumo versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 08:55:11 2014 From: report at bugs.python.org (anon) Date: Thu, 02 Oct 2014 06:55:11 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412232911.06.0.27152748555.issue19915@psf.upfronthosting.co.za> anon added the comment: Above I included a first attempt however I don't think my code is good and I couldn't figure out the case for negative integers. There's some discussion above about its inclusion. I like your x.bits suggestion actually, assuming x.bits returns an IntBitsView object without copying x in any way. That would suggest that we could do len(x.bits) and probably depreciate x.bit_length(). Any consensus on this? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 09:05:31 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 07:05:31 +0000 Subject: [issue14304] Implement utf-8-bmp codec In-Reply-To: <1331758870.76.0.606902244655.issue14304@psf.upfronthosting.co.za> Message-ID: <1412233531.17.0.394879481178.issue14304@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Pending doing some experiments with current and patched code, and reading the rpc code, I believe I would like to see the patch applied. I don't care about whether the patch defines a 'codec' or what its name would be. What i do want is for the Idle Shell to display unicode strings produced by python code as faithfully as possible, without raising an exception, given the limitations of tk and the selected font. ---------- nosy: +terry.reedy stage: -> patch review type: -> behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 09:11:35 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 07:11:35 +0000 Subject: [issue14326] IDLE - allow shell to support different locales In-Reply-To: <1331838921.21.0.772661396628.issue14326@psf.upfronthosting.co.za> Message-ID: <1412233895.6.0.0134232442842.issue14326@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I do not understand this issue. Locales (the title) and codecs (the message) are different things. A Tk Text widget, with Idle's wrapper, is essentially a BMP terminal. That is one thing that makes Idle's Shell better than Window's command prompt. An ascii codec would add to tk's limitations, not work around them. #14304 does what I think is needed. Pending some clarification of the proposal and benefits, I think this should be closed. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 09:23:59 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 02 Oct 2014 07:23:59 +0000 Subject: [issue20076] Add UTF-8 locale aliases In-Reply-To: <1388100548.94.0.295897364372.issue20076@psf.upfronthosting.co.za> Message-ID: <20141002072351.86173.10164@mail.hg.python.org> Roundup Robot added the comment: New changeset 840af1a073f7 by Serhiy Storchaka in branch '2.7': Issue #20076: Remove just added the sr_rs.utf8 at latn alias because it is https://hg.python.org/cpython/rev/840af1a073f7 New changeset ed92f06cdd8b by Serhiy Storchaka in branch '3.4': Issue #20076: Remove just added the sr_rs.utf8 at latn alias because it is https://hg.python.org/cpython/rev/ed92f06cdd8b New changeset aa169e6d2e15 by Serhiy Storchaka in branch 'default': Issue #20076: Apply optimization in makelocalealias.py repeatedly. https://hg.python.org/cpython/rev/aa169e6d2e15 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 09:31:47 2014 From: report at bugs.python.org (Nick Coghlan) Date: Thu, 02 Oct 2014 07:31:47 +0000 Subject: [issue12029] Catching virtual subclasses in except clauses In-Reply-To: Message-ID: Nick Coghlan added the comment: Right, I had a specific concern related to the way the C level code works. On closer inspection, it turned out all the Python level code execution is complete by the time we reach the point I was worried about. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 09:33:26 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 02 Oct 2014 07:33:26 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412235206.18.0.979221964423.issue19915@psf.upfronthosting.co.za> STINNER Victor added the comment: I don't like the idea of the array-view int.bits[a:b]: it's harder to implement and the proposed behaviour is different than a list. Example: >>> x=list("abcdef") >>> x[2] 'c' >>> x[2:4] ['c', 'd'] x[2:4] returns a subset of the list, so a new list. It doesn't return "cd". I would expect int.bits[a:b] to return a list of integers in range 0..1. I prefer int.bits(bit, nbits=1), because it's more obvious that it returns an integer (and not a list) for nbits > 1. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 09:35:22 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 02 Oct 2014 07:35:22 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412235322.47.0.142976427505.issue19915@psf.upfronthosting.co.za> STINNER Victor added the comment: I don't know what "at" of "bits_at()" comes from. It's rarely used in Python: Lib/asynchat.py:def find_prefix_at_end(haystack, needle): Lib/asyncio/test_utils.py: def call_at(self, when, callback, *args): Lib/asyncio/base_events.py: def call_at(self, when, callback, *args): Lib/asyncio/events.py: def call_at(self, when, callback, *args): Lib/ctypes/__init__.py:def string_at(ptr, size=-1): Lib/ctypes/__init__.py: def wstring_at(ptr, size=-1): Lib/idlelib/EditorWindow.py: def move_at_edge_if_selection(self, edge_index): Lib/idlelib/EditorWindow.py: def move_at_edge(event): I prefer just "bits": int.bits(bit, nbits=1). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 09:35:34 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 02 Oct 2014 07:35:34 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412235334.07.0.309640894455.issue19915@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- Removed message: http://bugs.python.org/msg228173 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 09:35:52 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 02 Oct 2014 07:35:52 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412235352.32.0.835210121637.issue19915@psf.upfronthosting.co.za> STINNER Victor added the comment: I don't know where "at" of "bits_at()" comes from. It's rarely used in Python: Lib/asynchat.py:def find_prefix_at_end(haystack, needle): Lib/asyncio/test_utils.py: def call_at(self, when, callback, *args): Lib/asyncio/base_events.py: def call_at(self, when, callback, *args): Lib/asyncio/events.py: def call_at(self, when, callback, *args): Lib/ctypes/__init__.py:def string_at(ptr, size=-1): Lib/ctypes/__init__.py: def wstring_at(ptr, size=-1): Lib/idlelib/EditorWindow.py: def move_at_edge_if_selection(self, edge_index): Lib/idlelib/EditorWindow.py: def move_at_edge(event): I prefer just "bits": int.bits(bit, nbits=1). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 09:39:01 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 02 Oct 2014 07:39:01 +0000 Subject: [issue14304] Implement utf-8-bmp codec In-Reply-To: <1331758870.76.0.606902244655.issue14304@psf.upfronthosting.co.za> Message-ID: <1412235541.52.0.467615921151.issue14304@psf.upfronthosting.co.za> STINNER Victor added the comment: > Tkinter (and IDLE specially) can use only UCS-2 characters. Is it always the case, or does depend on a compilation flag of Tcl or Tk? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 09:41:25 2014 From: report at bugs.python.org (Ned Deily) Date: Thu, 02 Oct 2014 07:41:25 +0000 Subject: [issue22534] Possible Memory Leak with 'shelve' In-Reply-To: <1412198571.01.0.730305442625.issue22534@psf.upfronthosting.co.za> Message-ID: <1412235685.82.0.0801462462138.issue22534@psf.upfronthosting.co.za> Ned Deily added the comment: Sorry, I'm not able to reproduce any major memory leak, using a couple of different dbm implementations, and there is not enough information to go on. To pursue further, you should identify: - what platform (operating system distribution and version) - exactly what version of Python you are using and its origins (if not provided by the operating system distribution): python2.7 -c 'import sys;print(sys.version)' - a test case that shows exactly what you run and how you determine that memory is growing - after running the test (and possibly aborting it) and the database file "blah" has been created: python2.7 -c 'import whichdb;print(whichdb.whichdb("blah"))' That should show which dbm is being used. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 09:42:26 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 02 Oct 2014 07:42:26 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412235746.21.0.845995596606.issue19915@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > I don't like the idea of the array-view int.bits[a:b]: it's harder to > implement and the proposed behaviour is different than a list. Sequences are not lists. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 09:53:00 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 02 Oct 2014 07:53:00 +0000 Subject: [issue20079] Add support for glibc supported locales In-Reply-To: <1388139147.62.0.637898307439.issue20079@psf.upfronthosting.co.za> Message-ID: <20141002075246.23215.17947@mail.hg.python.org> Roundup Robot added the comment: New changeset 5502a82fb103 by Serhiy Storchaka in branch 'default': Issue #20079: makelocalealias.py now supports installed SUPPORTED file, https://hg.python.org/cpython/rev/5502a82fb103 New changeset 4a19ce6c6e0c by Serhiy Storchaka in branch '2.7': Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file. https://hg.python.org/cpython/rev/4a19ce6c6e0c New changeset e9aaefa3f2eb by Serhiy Storchaka in branch '3.4': Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file. https://hg.python.org/cpython/rev/e9aaefa3f2eb New changeset 994a694ab71c by Serhiy Storchaka in branch 'default': Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file. https://hg.python.org/cpython/rev/994a694ab71c ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 09:55:23 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 02 Oct 2014 07:55:23 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412236523.46.0.700436489767.issue19915@psf.upfronthosting.co.za> STINNER Victor added the comment: > Sequences are not lists. Are there other object types for which obj[a:b] does not return a new sequence? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 10:00:08 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 02 Oct 2014 08:00:08 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412236808.06.0.551565945833.issue19915@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > Are there other object types for which obj[a:b] does not return a new sequence? That's a good question :-) I can't think of any. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 10:00:37 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 02 Oct 2014 08:00:37 +0000 Subject: [issue22534] Possible Memory Leak with 'shelve' In-Reply-To: <1412198571.01.0.730305442625.issue22534@psf.upfronthosting.co.za> Message-ID: <1412236837.01.0.906042369423.issue22534@psf.upfronthosting.co.za> STINNER Victor added the comment: I modified the example a little bit to display the RSS memory 10 times. The RSS increases by +176 kB at the beginning and then it is stable. I tested on Fedora 20 (Linux): anydbm.open('bla', 'c') creates a 'bsddb._DBWithCursor' object. Can you please give us the DBM type returned by: $ ./python Python 2.7.8+ (2.7:9b4673d7b046, Oct 1 2014, 00:20:22) >>> import anydbm >>> d=anydbm.open('bla', 'c') >>> type(d) >>> d.close() The loop of your example can maybe by simplified to: d=anydbm.open('bla', 'c') d.close() instead of sh = shelve.open('blah') sh.close() ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 10:00:57 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 02 Oct 2014 08:00:57 +0000 Subject: [issue14304] Implement utf-8-bmp codec In-Reply-To: <1331758870.76.0.606902244655.issue14304@psf.upfronthosting.co.za> Message-ID: <1412236857.86.0.461631588743.issue14304@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: In theory Tcl/Tk can be built with 32-bit Tcl_Char. But I doubt that this option is well tested. In any case on Linux Python depends on system Tcl/Tk. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 10:01:52 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 02 Oct 2014 08:01:52 +0000 Subject: [issue14304] Implement utf-8-bmp codec In-Reply-To: <1331758870.76.0.606902244655.issue14304@psf.upfronthosting.co.za> Message-ID: <1412236912.8.0.625517185054.issue14304@psf.upfronthosting.co.za> STINNER Victor added the comment: > In theory Tcl/Tk can be built with 32-bit Tcl_Char. Would it make sense to compile Tcl/Tk with 32-bit Tcl_Char on Windows? I think that we embed our own build ot Tcl/Tk, right? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 10:24:35 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 02 Oct 2014 08:24:35 +0000 Subject: [issue20079] Add support for glibc supported locales In-Reply-To: <1388139147.62.0.637898307439.issue20079@psf.upfronthosting.co.za> Message-ID: <1412238275.51.0.867579959045.issue20079@psf.upfronthosting.co.za> STINNER Victor added the comment: A lot of buildbot failed. Example: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/2692/steps/test/logs/stdio ====================================================================== FAIL: test_valencia_modifier (test.test_locale.NormalizeTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_locale.py", line 428, in test_valencia_modifier self.check('ca_ES at valencia', 'ca_ES.ISO8859-1 at valencia') File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_locale.py", line 370, in check self.assertEqual(locale.normalize(localename), expected, msg=localename) AssertionError: 'ca_ES.ISO8859-15 at valencia' != 'ca_ES.ISO8859-1 at valencia' - ca_ES.ISO8859-15 at valencia ? - + ca_ES.ISO8859-1 at valencia : ca_ES at valencia ---------- nosy: +haypo resolution: fixed -> status: closed -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 10:28:35 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 02 Oct 2014 08:28:35 +0000 Subject: [issue1176504] locale._build_localename treatment for utf8 Message-ID: <1412238515.49.0.249826387867.issue1176504@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: This issue is already fixed (see issue10154 and issue10090). ---------- nosy: +serhiy.storchaka resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> locale.normalize strips "-" from UTF-8, which fails on Mac _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 10:38:00 2014 From: report at bugs.python.org (Marc-Andre Lemburg) Date: Thu, 02 Oct 2014 08:38:00 +0000 Subject: [issue20079] Add support for glibc supported locales In-Reply-To: <1412238275.51.0.867579959045.issue20079@psf.upfronthosting.co.za> Message-ID: <542D0EE1.9050902@egenix.com> Marc-Andre Lemburg added the comment: On 02.10.2014 10:24, STINNER Victor wrote: > > STINNER Victor added the comment: > > A lot of buildbot failed. Example: > > http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/2692/steps/test/logs/stdio > > ====================================================================== > FAIL: test_valencia_modifier (test.test_locale.NormalizeTest) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_locale.py", line 428, in test_valencia_modifier > self.check('ca_ES at valencia', 'ca_ES.ISO8859-1 at valencia') > File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_locale.py", line 370, in check > self.assertEqual(locale.normalize(localename), expected, msg=localename) > AssertionError: 'ca_ES.ISO8859-15 at valencia' != 'ca_ES.ISO8859-1 at valencia' > - ca_ES.ISO8859-15 at valencia > ? - > + ca_ES.ISO8859-1 at valencia > : ca_ES at valencia I guess the test have to be adjusted as well :-) What I don't understand is why the above case failed. That mapping wasn't changed by the patch, AFAICT. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 10:38:52 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 02 Oct 2014 08:38:52 +0000 Subject: [issue20079] Add support for glibc supported locales In-Reply-To: <1388139147.62.0.637898307439.issue20079@psf.upfronthosting.co.za> Message-ID: <20141002083841.23199.12055@mail.hg.python.org> Roundup Robot added the comment: New changeset 7ce459fc57b9 by Serhiy Storchaka in branch '2.7': Issue #20079: Fixed tests. https://hg.python.org/cpython/rev/7ce459fc57b9 New changeset 8c5555dea138 by Serhiy Storchaka in branch '3.4': Issue #20079: Fixed tests. https://hg.python.org/cpython/rev/8c5555dea138 New changeset 433048fd4206 by Serhiy Storchaka in branch 'default': Issue #20079: Fixed tests. https://hg.python.org/cpython/rev/433048fd4206 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 10:41:50 2014 From: report at bugs.python.org (Marc-Andre Lemburg) Date: Thu, 02 Oct 2014 08:41:50 +0000 Subject: [issue20079] Add support for glibc supported locales In-Reply-To: <542D0EE1.9050902@egenix.com> Message-ID: <542D0FC7.6010409@egenix.com> Marc-Andre Lemburg added the comment: On 02.10.2014 10:38, Marc-Andre Lemburg wrote: > > What I don't understand is why the above case failed. That mapping > wasn't changed by the patch, AFAICT. Ah, the change is in the second patch round you applied, which is not on the ticket as separate patch file. Reviewing that, I think this change need to be documented (in the comment above the table) and also researched a bit: - 'kk_kz': 'kk_KZ.ptcp154', + 'kk_kz': 'kk_KZ.RK1048', ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 10:45:26 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 02 Oct 2014 08:45:26 +0000 Subject: [issue20079] Add support for glibc supported locales In-Reply-To: <1388139147.62.0.637898307439.issue20079@psf.upfronthosting.co.za> Message-ID: <1412239526.94.0.419283884273.issue20079@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Oh, sorry. I should be more careful. Test failed due to mismatch between glibc and X11 locale.alias (issue20087). In X11 locale.alias ca_ES is mapped to ca_ES.ISO8859-1, and in glibc 2.19 it is mapped to ca_ES.ISO8859-15. ca_ES at valencia exists only in glibc SUPPORTED file and was added in the last commit (due to mismatch with ca_ES). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 10:49:41 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 02 Oct 2014 08:49:41 +0000 Subject: [issue20079] Add support for glibc supported locales In-Reply-To: <1388139147.62.0.637898307439.issue20079@psf.upfronthosting.co.za> Message-ID: <1412239781.49.0.750771706942.issue20079@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: > Reviewing that, I think this change need to be documented > (in the comment above the table) and also researched a bit: The 'kk_kz' was added just, in the first commit of this issue (which was based on glibc 2.18 data). No changes to previous Python versions, only addition. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 10:50:55 2014 From: report at bugs.python.org (stijn) Date: Thu, 02 Oct 2014 08:50:55 +0000 Subject: [issue1602] windows console doesn't print or input Unicode In-Reply-To: <1197453390.87.0.813702844893.issue1602@psf.upfronthosting.co.za> Message-ID: <1412239855.03.0.467892886165.issue1602@psf.upfronthosting.co.za> stijn added the comment: New here, but I think this is the correct issue to get info about this unicode problem. On the windows console: > chcp Active code page: 437 > type utf.txt ???????????? > chcp 65001 Active code page: 65001 > type utf.txt ?????? > python --version Python 3.5.0a0 > cat utf.py f = open('utf.txt') l = f.readline() print(l) print(len(l)) > python utf.py ???????????? ?????? ?? 13 > cat utf_explicit.py import codecs f = codecs.open('utf.txt', encoding='utf-8', mode='r') l = f.readline() print(l) print(len(l)) > python utf_explicit.py ?????? ?? 7 I partly read through the page but these things are a bit above my head. Could anyone explain - how to figure out what codec files returned by open()? - is there a way to change it globally to utf-8? - the last case is almost correct: it has the correct number of characters, but the print() still does something wrong. I got this working by using the stream patch, but got another example on which is is not correct, see below. Any way around this? > type utf2.txt a?b?c?d? > cat utf2.py import streams import codecs streams.enable() f = codecs.open('utf2.txt', encoding='utf-8', mode='r') print(f.read(1)) print(f.read(1)) print(f.read(2)) print(f.read(4)) > python utf2.py a ? b?c ?d? ---------- nosy: +stijn _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 11:13:04 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 02 Oct 2014 09:13:04 +0000 Subject: [issue20079] Add support for glibc supported locales In-Reply-To: <1412239526.94.0.419283884273.issue20079@psf.upfronthosting.co.za> Message-ID: <61405148.2CY2nBiCRg@raxxla> Serhiy Storchaka added the comment: > Test failed due to mismatch between glibc and X11 locale.alias (issue20087). > In X11 locale.alias ca_ES is mapped to ca_ES.ISO8859-1, and in glibc 2.19 > it is mapped to ca_ES.ISO8859-15. ca_ES at valencia exists only in glibc > SUPPORTED file and was added in the last commit (due to mismatch with > ca_ES). Hmm, no, both aliases are from glibc SUPPORTED file: ca_ES.UTF-8 UTF-8 ca_ES ISO-8859-1 ca_ES at euro ISO-8859-15 ca_ES.UTF-8 at valencia UTF-8 ca_ES at valencia ISO-8859-15 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 11:38:54 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 02 Oct 2014 09:38:54 +0000 Subject: [issue1158490] locale fails if LANGUAGE has multiple locales Message-ID: <1412242734.25.0.320491734144.issue1158490@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: It looks to me that this issue is already gone. >>> import os, locale >>> os.environ['LANGUAGE'] = 'en_DK:en_GB:en_US:en' >>> locale.getdefaultlocale(['LANGUAGE']) ('en_DK', 'ISO8859-1') 'en_DK' was added in issue20079. ---------- nosy: +serhiy.storchaka status: open -> pending _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 11:44:40 2014 From: report at bugs.python.org (Marc-Andre Lemburg) Date: Thu, 02 Oct 2014 09:44:40 +0000 Subject: [issue20079] Add support for glibc supported locales In-Reply-To: <61405148.2CY2nBiCRg@raxxla> Message-ID: <542D1E80.3020505@egenix.com> Marc-Andre Lemburg added the comment: On 02.10.2014 11:13, Serhiy Storchaka wrote: > > Serhiy Storchaka added the comment: > >> Test failed due to mismatch between glibc and X11 locale.alias (issue20087). >> In X11 locale.alias ca_ES is mapped to ca_ES.ISO8859-1, and in glibc 2.19 >> it is mapped to ca_ES.ISO8859-15. ca_ES at valencia exists only in glibc >> SUPPORTED file and was added in the last commit (due to mismatch with >> ca_ES). > > Hmm, no, both aliases are from glibc SUPPORTED file: > > ca_ES.UTF-8 UTF-8 > ca_ES ISO-8859-1 > ca_ES at euro ISO-8859-15 > ca_ES.UTF-8 at valencia UTF-8 > ca_ES at valencia ISO-8859-15 See the comment in https://sourceware.org/bugzilla/attachment.cgi?id=966 "The point of having % a separate locale is only for PO translations, which have a lot of social % support and are very appreciated by the Valencian-speaking community." Since it's a new locale, they simply used the Latin-1 version with Euro symbol to start with, which is a good move. Most of Europe is stuck with having ISO-8859-1 as default, which does not include the Euro symbol. Then again: most Unix installations use UTF-8 nowadays anyway. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 11:53:02 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 02 Oct 2014 09:53:02 +0000 Subject: [issue18228] AIX locale parsing failure In-Reply-To: <1371355395.07.0.213079327558.issue18228@psf.upfronthosting.co.za> Message-ID: <1412243582.96.0.907800376501.issue18228@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- status: open -> pending _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 12:01:50 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 02 Oct 2014 10:01:50 +0000 Subject: [issue12029] Catching virtual subclasses in except clauses In-Reply-To: <1304844823.89.0.48444500115.issue12029@psf.upfronthosting.co.za> Message-ID: <1412244110.12.0.400891916806.issue12029@psf.upfronthosting.co.za> Georg Brandl added the comment: I'm attaching a patch that works without changing the recursion limit, and adds some tests for pathological cases. Instead, PyErr_GivenExceptionMatches is changed so that if an exception was previously set, it is replaced by an exception that PyObject_IsSubclass raises. In that way recursion errors should be propagated properly. In exception matching, this means that exceptions (including recursion errors) from PyObject_IsSubclass are ignored. There is already an explicit test for this behavior in test_exceptions. This behavior *could* be changed if intended by introducing a variant of PyErr_GivenExceptionMatches that can set an exception even if none was set before, and calling that in cmp_outcome in ceval. ---------- nosy: +georg.brandl Added file: http://bugs.python.org/file36776/exception_proper_subclass_matching.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 12:09:37 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 02 Oct 2014 10:09:37 +0000 Subject: [issue12029] Catching virtual subclasses in except clauses In-Reply-To: <1304844823.89.0.48444500115.issue12029@psf.upfronthosting.co.za> Message-ID: <1412244577.9.0.831397172385.issue12029@psf.upfronthosting.co.za> Georg Brandl added the comment: New version including (I think) correct refcount handling. ---------- Added file: http://bugs.python.org/file36777/exception_proper_subclass_matching_v2.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 12:18:07 2014 From: report at bugs.python.org (anon) Date: Thu, 02 Oct 2014 10:18:07 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412245087.41.0.966972273957.issue19915@psf.upfronthosting.co.za> anon added the comment: Pros for x.bits being a view: - seems slightly cleaner (in my opinion) - can potentially abstract slicing bits without copying the underlying int (e.g. x.bits[2:][4:]) Pros for x.bits being a function: - Victor's point - no need to depreciate x.bit_length - no need to create a View object and probably faster? - easier to implement ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 12:20:29 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 02 Oct 2014 10:20:29 +0000 Subject: [issue12029] Catching virtual subclasses in except clauses In-Reply-To: <1304844823.89.0.48444500115.issue12029@psf.upfronthosting.co.za> Message-ID: <1412245229.22.0.235210441428.issue12029@psf.upfronthosting.co.za> Georg Brandl added the comment: Clarifying some comments in this one. ---------- Added file: http://bugs.python.org/file36778/exception_proper_subclass_matching_v3.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 12:21:02 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 02 Oct 2014 10:21:02 +0000 Subject: [issue12029] Catching virtual subclasses in except clauses In-Reply-To: <1304844823.89.0.48444500115.issue12029@psf.upfronthosting.co.za> Message-ID: <1412245262.16.0.0135809964398.issue12029@psf.upfronthosting.co.za> Changes by Georg Brandl : Removed file: http://bugs.python.org/file36776/exception_proper_subclass_matching.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 12:21:09 2014 From: report at bugs.python.org (Mark Lawrence) Date: Thu, 02 Oct 2014 10:21:09 +0000 Subject: [issue19372] getaddrinfo() bug In-Reply-To: <1382585649.75.0.66347191102.issue19372@psf.upfronthosting.co.za> Message-ID: <1412245269.24.0.89692613134.issue19372@psf.upfronthosting.co.za> Mark Lawrence added the comment: Can someone respond to this please as I know nothing about CentOS builds. ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 12:24:10 2014 From: report at bugs.python.org (Mark Lawrence) Date: Thu, 02 Oct 2014 10:24:10 +0000 Subject: [issue19402] AbstractBasicAuthHandler In-Reply-To: <1382752204.16.0.0164222061045.issue19402@psf.upfronthosting.co.za> Message-ID: <1412245450.91.0.760460772362.issue19402@psf.upfronthosting.co.za> Changes by Mark Lawrence : ---------- nosy: +orsenthil _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 12:26:01 2014 From: report at bugs.python.org (Mark Lawrence) Date: Thu, 02 Oct 2014 10:26:01 +0000 Subject: [issue19434] Wrong documentation of MIMENonMultipart class In-Reply-To: <1383061890.83.0.167475194564.issue19434@psf.upfronthosting.co.za> Message-ID: <1412245561.46.0.789104835365.issue19434@psf.upfronthosting.co.za> Mark Lawrence added the comment: The patch is a one line change, can we have a commit review please. ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 12:26:06 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 02 Oct 2014 10:26:06 +0000 Subject: [issue19372] getaddrinfo() bug In-Reply-To: <1382585649.75.0.66347191102.issue19372@psf.upfronthosting.co.za> Message-ID: <1412245566.32.0.591440161873.issue19372@psf.upfronthosting.co.za> Georg Brandl added the comment: This needs a lot more information, such as the full config.log and output of "make". Kernel 2.6.18 is also quite old, so if there is no feedback if this is still an issue I'd suggest to close the report. ---------- nosy: +georg.brandl status: open -> pending _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 12:26:26 2014 From: report at bugs.python.org (anon) Date: Thu, 02 Oct 2014 10:26:26 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412245586.39.0.26271750594.issue19915@psf.upfronthosting.co.za> anon added the comment: Giving it more thought: to get the int we'd need something like int(x.bits[2:][4:]) which seems quite annoying for the general case of int(x.bits[0:52]). So actually I'm not sure that views would add any more abstraction for their extra complexity without becoming a bit unwieldy. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 12:26:31 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 02 Oct 2014 10:26:31 +0000 Subject: [issue19372] configure and compile problems with older CentOS releases In-Reply-To: <1382585649.75.0.66347191102.issue19372@psf.upfronthosting.co.za> Message-ID: <1412245591.95.0.488321848389.issue19372@psf.upfronthosting.co.za> Changes by Georg Brandl : ---------- status: pending -> open title: getaddrinfo() bug -> configure and compile problems with older CentOS releases _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 12:29:03 2014 From: report at bugs.python.org (Mark Lawrence) Date: Thu, 02 Oct 2014 10:29:03 +0000 Subject: [issue19460] Add test for MIMENonMultipart In-Reply-To: <1383235171.21.0.576245026541.issue19460@psf.upfronthosting.co.za> Message-ID: <1412245743.76.0.531052914833.issue19460@psf.upfronthosting.co.za> Mark Lawrence added the comment: A quick glance says the patch is okay so can we have a commit review please. ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 12:31:39 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 02 Oct 2014 10:31:39 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412245899.3.0.584082611098.issue19915@psf.upfronthosting.co.za> Georg Brandl added the comment: While everybody is throwing ideas around: what about the opposite? If extracting bit ranges from bitfields is common enough to warrant this addition, updating bitfields with a bit range is probably just as common. This'd need something like i.with_bits(value, pos, width=1) No preference if it should raise an exception if value is wider than "width". ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 12:36:06 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 02 Oct 2014 10:36:06 +0000 Subject: [issue19434] Wrong documentation of MIMENonMultipart class In-Reply-To: <1383061890.83.0.167475194564.issue19434@psf.upfronthosting.co.za> Message-ID: <20141002103600.74995.14371@mail.hg.python.org> Roundup Robot added the comment: New changeset 41f46f7f2722 by Georg Brandl in branch '3.4': Closes #19434: fix copy-paste error in MIMENonMultipart docstring. https://hg.python.org/cpython/rev/41f46f7f2722 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 12:36:19 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 02 Oct 2014 10:36:19 +0000 Subject: [issue19434] Wrong documentation of MIMENonMultipart class In-Reply-To: <1383061890.83.0.167475194564.issue19434@psf.upfronthosting.co.za> Message-ID: <20141002103618.121785.30237@mail.hg.python.org> Roundup Robot added the comment: New changeset a53f2cf4b556 by Georg Brandl in branch '2.7': Closes #19434: fix copy-paste error in MIMENonMultipart docstring. https://hg.python.org/cpython/rev/a53f2cf4b556 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 12:39:19 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 02 Oct 2014 10:39:19 +0000 Subject: [issue18729] In unittest.TestLoader.discover doc select the name of load_tests function In-Reply-To: <1376418287.73.0.835584535115.issue18729@psf.upfronthosting.co.za> Message-ID: <20141002103914.86179.4052@mail.hg.python.org> Roundup Robot added the comment: New changeset 1e0156aef491 by Georg Brandl in branch '3.4': Closes #18729: minor markup improvement. https://hg.python.org/cpython/rev/1e0156aef491 ---------- nosy: +python-dev resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 12:39:37 2014 From: report at bugs.python.org (Drekin) Date: Thu, 02 Oct 2014 10:39:37 +0000 Subject: [issue1602] windows console doesn't print or input Unicode In-Reply-To: <1197453390.87.0.813702844893.issue1602@psf.upfronthosting.co.za> Message-ID: <1412246377.89.0.859246392308.issue1602@psf.upfronthosting.co.za> Drekin added the comment: stijn: You are mixing two issues here. One is reading text from a file. There is no problem with it. You just call open(path, encoding=the_encoding_of_the_file). Since the encoding of the file depends on the file, you should provide the information about it. Another issue is interactively entering and displaying Unicode characters in Python REPL in Windows console. That's what is this issue about. The streams code you use is outdated, for recent version see https://pypi.python.org/pypi/win_unicode_console and https://github.com/Drekin/win-unicode-console. It's an installable package which tries to solve the issue. The readme also contains a summary of the issue. Try the package and let me know if there is any problem. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 12:51:09 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 02 Oct 2014 10:51:09 +0000 Subject: [issue12029] Catching virtual subclasses in except clauses In-Reply-To: <1304844823.89.0.48444500115.issue12029@psf.upfronthosting.co.za> Message-ID: <1412247069.0.0.603896242633.issue12029@psf.upfronthosting.co.za> Antoine Pitrou added the comment: I'm worried about the runtime cost of this. Code like this is an extremely common idiom and should remain fast: try: x = d[key] except KeyError: # do something else ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 12:58:29 2014 From: report at bugs.python.org (stijn) Date: Thu, 02 Oct 2014 10:58:29 +0000 Subject: [issue1602] windows console doesn't print or input Unicode In-Reply-To: <1197453390.87.0.813702844893.issue1602@psf.upfronthosting.co.za> Message-ID: <1412247509.49.0.914514920448.issue1602@psf.upfronthosting.co.za> stijn added the comment: Drekin: you're right for both input and output. Using encoding with plain open() works just fine and using the latest win-unicode-console does give correct output for the second example as well. Thanks! ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 13:01:05 2014 From: report at bugs.python.org (anon) Date: Thu, 02 Oct 2014 11:01:05 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412247665.18.0.204687862524.issue19915@psf.upfronthosting.co.za> anon added the comment: @Georg: I don't think it would be as common but do agree it'd be useful. I think it can be implemented "efficiently" in pure Python currently. def with_bits(i, value, pos, width=1): width = min(width, value.bit_length()) mask = ((1 << width) - 1) v = value & mask i = i & ~(mask << pos) return i | (v << pos) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 13:08:23 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 02 Oct 2014 11:08:23 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412248103.05.0.323597307632.issue19915@psf.upfronthosting.co.za> Georg Brandl added the comment: This is why I proposed it (and also because I had to write that quite a few times already). Efficient maybe, but very hard to get right on the first try :) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 13:09:45 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 02 Oct 2014 11:09:45 +0000 Subject: [issue12029] Catching virtual subclasses in except clauses In-Reply-To: <1304844823.89.0.48444500115.issue12029@psf.upfronthosting.co.za> Message-ID: <1412248185.25.0.288020173273.issue12029@psf.upfronthosting.co.za> Georg Brandl added the comment: Agreed. Since type has __subclasscheck__ (why I don't know) this might result in a slowdown since all checks have to go through calling it in PyObject_IsSubclass. Just noticed that given_exception_matches_inner can be simplified a bit since PyObject_IsSubclass already checks for tuples by itself. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 13:15:29 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 02 Oct 2014 11:15:29 +0000 Subject: [issue12029] Catching virtual subclasses in except clauses In-Reply-To: <1304844823.89.0.48444500115.issue12029@psf.upfronthosting.co.za> Message-ID: <1412248529.86.0.0443287329089.issue12029@psf.upfronthosting.co.za> Georg Brandl added the comment: Quick microbenchmark: try: {}["a"] except KeyError: pass original tip: 1.35 usec with patch v3: 1.55 usec so it's about 15% slowdown for catching a simple exception on my machine. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 13:19:50 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 02 Oct 2014 11:19:50 +0000 Subject: [issue12029] Catching virtual subclasses in except clauses In-Reply-To: <1304844823.89.0.48444500115.issue12029@psf.upfronthosting.co.za> Message-ID: <1412248790.51.0.490219430727.issue12029@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > Since type has __subclasscheck__ (why I don't know) Ouch, really? That means the PyType_IsSubtype path in PyObject_IsSubclass() is never taken? I think we should add a tp_subclasscheck slot to minimize the general cost of this. Also, try to see if there aren't redundant type / tuple checks along the way. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 13:29:10 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 02 Oct 2014 11:29:10 +0000 Subject: [issue12029] Catching virtual subclasses in except clauses In-Reply-To: <1304844823.89.0.48444500115.issue12029@psf.upfronthosting.co.za> Message-ID: <1412249350.73.0.497063051281.issue12029@psf.upfronthosting.co.za> Georg Brandl added the comment: OK, with these two patches (speedup and v4) I can't see a significant slowdown anymore. ---------- Added file: http://bugs.python.org/file36779/pyobject_issubclass_isinstance_speedup.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 13:29:16 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 02 Oct 2014 11:29:16 +0000 Subject: [issue12029] Catching virtual subclasses in except clauses In-Reply-To: <1304844823.89.0.48444500115.issue12029@psf.upfronthosting.co.za> Message-ID: <1412249356.9.0.0866822856821.issue12029@psf.upfronthosting.co.za> Changes by Georg Brandl : Added file: http://bugs.python.org/file36780/exception_proper_subclass_matching_v4.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 13:38:30 2014 From: report at bugs.python.org (Artur de Sousa Rocha) Date: Thu, 02 Oct 2014 11:38:30 +0000 Subject: [issue22539] Table formatting errors in pydoc Message-ID: <1412249910.15.0.577492255731.issue22539@psf.upfronthosting.co.za> New submission from Artur de Sousa Rocha: Tables in pydoc are formatted incorrectly -- some lines are missing. Example in Python 3.4.1: >>> help('TUPLES') ... +----------------------------+----------------------------------+------------+ | Operation | Result | Notes | +============================+==================================+============+ | "x in s" | "True" if an item of *s* is | (1) | +----------------------------+----------------------------------+------------+ | "x not in s" | "False" if an item of *s* is | (1) | +----------------------------+----------------------------------+------------+ | "s + t" | the concatenation of *s* and *t* | (6)(7) | +----------------------------+----------------------------------+------------+ | "s * n" or "n * s" | *n* shallow copies of *s* | (2)(7) | +----------------------------+----------------------------------+------------+ | "s[i]" | *i*th item of *s*, origin 0 | (3) | +----------------------------+----------------------------------+------------+ | "s[i:j]" | slice of *s* from *i* to *j* | (3)(4) | +----------------------------+----------------------------------+------------+ | "s[i:j:k]" | slice of *s* from *i* to *j* | (3)(5) | +----------------------------+----------------------------------+------------+ +----------------------------+----------------------------------+------------+ +----------------------------+----------------------------------+------------+ +----------------------------+----------------------------------+------------+ | "s.index(x[, i[, j]])" | index of the first occurrence of | (8) | +----------------------------+----------------------------------+------------+ +----------------------------+----------------------------------+------------+ Older version of the same table in Python 3.2.5 in Cygwin console: +--------------------+----------------------------------+------------+ | Operation | Result | Notes | +====================+==================================+============+ | ``x in s`` | ``True`` if an item of *s* is | (1) | | | equal to *x*, else ``False`` | | +--------------------+----------------------------------+------------+ | ``x not in s`` | ``False`` if an item of *s* is | (1) | | | equal to *x*, else ``True`` | | +--------------------+----------------------------------+------------+ | ``s + t`` | the concatenation of *s* and *t* | (6) | +--------------------+----------------------------------+------------+ | ``s * n, n * s`` | *n* shallow copies of *s* | (2) | | | concatenated | | +--------------------+----------------------------------+------------+ | ``s[i]`` | *i*th item of *s*, origin 0 | (3) | +--------------------+----------------------------------+------------+ | ``s[i:j]`` | slice of *s* from *i* to *j* | (3)(4) | +--------------------+----------------------------------+------------+ | ``s[i:j:k]`` | slice of *s* from *i* to *j* | (3)(5) | | | with step *k* | | +--------------------+----------------------------------+------------+ | ``len(s)`` | length of *s* | | +--------------------+----------------------------------+------------+ | ``min(s)`` | smallest item of *s* | | +--------------------+----------------------------------+------------+ | ``max(s)`` | largest item of *s* | | +--------------------+----------------------------------+------------+ | ``s.index(i)`` | index of the first occurence of | | | | *i* in *s* | | +--------------------+----------------------------------+------------+ | ``s.count(i)`` | total number of occurences of | | | | *i* in *s* | | +--------------------+----------------------------------+------------+ ---------- assignee: docs at python components: Documentation messages: 228217 nosy: Artur.de.Sousa.Rocha, docs at python priority: normal severity: normal status: open title: Table formatting errors in pydoc type: behavior versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 13:39:12 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 02 Oct 2014 11:39:12 +0000 Subject: [issue22540] speed up isinstance and issubclass for the usual cases Message-ID: <1412249952.63.0.934537522507.issue22540@psf.upfronthosting.co.za> New submission from Georg Brandl: With the introduction of ABCs, PyObject_IsInstance (and for this issue, everything is also valid for PyObject_IsSubclass) has to check for a type's __instancecheck__ before falling back to the built-in behavior. However, the "type" type has an __instancecheck__ method (that calls the built-in behavior too), probably for consistency on the Python side. This means that the fast path is never taken, and every isinstance() call is slowed down unnecessarily. This patch introduces a new fast path by checking for PyType_Type exactly before looking up the __instancecheck__. It also introduces a check for exact match in PyObject_IsSubclass() analogous to one that is already present in PyObject_IsInstance(). Note that this will break __subclasscheck__ implementations that would deny issubclass(C, C). This patch is not only useful for speeding up isinstance() and issubclass() calls, but also has other effects such as not slowing down the improvement of issue #12029. ---------- components: Interpreter Core files: pyobject_issubclass_isinstance_speedup.patch keywords: patch messages: 228218 nosy: georg.brandl, ncoghlan, pitrou priority: normal severity: normal stage: patch review status: open title: speed up isinstance and issubclass for the usual cases type: performance versions: Python 3.5 Added file: http://bugs.python.org/file36781/pyobject_issubclass_isinstance_speedup.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 13:40:06 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 02 Oct 2014 11:40:06 +0000 Subject: [issue12029] Catching virtual subclasses in except clauses In-Reply-To: <1304844823.89.0.48444500115.issue12029@psf.upfronthosting.co.za> Message-ID: <1412250006.88.0.0691192300405.issue12029@psf.upfronthosting.co.za> Georg Brandl added the comment: IsSubclass speedup patch now tracked in #22540. ---------- dependencies: +speed up isinstance and issubclass for the usual cases _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 13:48:48 2014 From: report at bugs.python.org (Mark Dickinson) Date: Thu, 02 Oct 2014 11:48:48 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412250528.78.0.147644716601.issue19915@psf.upfronthosting.co.za> Mark Dickinson added the comment: > - no need to depreciate x.bit_length No matter how this issue progresses, deprecating `int.bit_length` should be out of the question. Much better to have (somewhat) duplicated functionality than to gratuitously break code that's already using `int.bit_length`. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 13:50:01 2014 From: report at bugs.python.org (Matthias Klose) Date: Thu, 02 Oct 2014 11:50:01 +0000 Subject: [issue18096] bad library order returned by python-config.in In-Reply-To: <1369845924.16.0.424451971001.issue18096@psf.upfronthosting.co.za> Message-ID: <1412250601.09.0.830878047524.issue18096@psf.upfronthosting.co.za> Matthias Klose added the comment: fixed in 2.7, 3.4 and 3.5 ---------- resolution: -> fixed status: open -> closed versions: +Python 2.7 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 13:50:54 2014 From: report at bugs.python.org (Matthias Klose) Date: Thu, 02 Oct 2014 11:50:54 +0000 Subject: [issue17219] cross add Python's library directory when building python standard extensions In-Reply-To: <1361119360.59.0.341690353599.issue17219@psf.upfronthosting.co.za> Message-ID: <1412250654.46.0.254047753306.issue17219@psf.upfronthosting.co.za> Matthias Klose added the comment: fixed in 2.7, 3.4 and 3.5 ---------- resolution: -> fixed status: open -> closed versions: +Python 2.7, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 14:09:33 2014 From: report at bugs.python.org (anon) Date: Thu, 02 Oct 2014 12:09:33 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412251773.88.0.847764402113.issue19915@psf.upfronthosting.co.za> anon added the comment: All I had meant by depreciating was changing the x.bit_length documentation to point towards len(x.bits). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 15:29:56 2014 From: report at bugs.python.org (Dima Tisnek) Date: Thu, 02 Oct 2014 13:29:56 +0000 Subject: [issue22541] Support both side_effect and return_value in a more human way Message-ID: <1412256596.08.0.0171916837532.issue22541@psf.upfronthosting.co.za> New submission from Dima Tisnek: Original use case: I want to mock something that on invocation does 2 things: * updates database * returns custom, unrelated value The problem: side_effect is a catch-all setting that is used for: * true side-effects * return values * exceptions Moreover, side_effect takes precedence over return_value, unless the earlier returns mock.DEFAULT. Very quirky. Proposed change option 1: Side-effect is not used as return value; explicit return value may be used for that purpose. (probably changes a lot of tests) Proposed change option 2: return_value, being more specific and explicit, takes precedence over side_effect; that is side_effect is still executed but it's rv is lost if overwritten by return_value is set. (this is unlikely to change existing tests, as it is currently very odd to use both side_effect and return_value at the same time.) Current workaround 1: mock.Mock(side_effect=lambda *args: [db.update(), mock.DEFAULT][-1], return_value=42) Current workaround 2: mock.Mock(side_effect=lambda *args: [db.update(), 42][-1]) ---------- components: Library (Lib) messages: 228224 nosy: Dima.Tisnek priority: normal severity: normal status: open title: Support both side_effect and return_value in a more human way type: enhancement versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 15:40:27 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 02 Oct 2014 13:40:27 +0000 Subject: [issue22541] Support both side_effect and return_value in a more human way In-Reply-To: <1412256596.08.0.0171916837532.issue22541@psf.upfronthosting.co.za> Message-ID: <1412257227.52.0.0435724239564.issue22541@psf.upfronthosting.co.za> R. David Murray added the comment: Can you explain why you can't use side_effect to set the return value? ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 15:51:43 2014 From: report at bugs.python.org (Dima Tisnek) Date: Thu, 02 Oct 2014 13:51:43 +0000 Subject: [issue22541] Support both side_effect and return_value in a more human way In-Reply-To: <1412256596.08.0.0171916837532.issue22541@psf.upfronthosting.co.za> Message-ID: <1412257903.44.0.561604935256.issue22541@psf.upfronthosting.co.za> Dima Tisnek added the comment: I can, as shown in workaround #2. However it's hackey when true side-effect's own return value has nothing in common with return value for the mock. The shortest workaround I managed is this: mock.Mock(side_effect=lambda *arg: db.update(...) or my_return_value) # relies on db.update returning None or more explicit like this: mock.Mock(side_effect=lamda *arg: db.update(...) or mock.DEFAULT, return_value=my_return_value) # -"- ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 16:03:54 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 02 Oct 2014 14:03:54 +0000 Subject: [issue22541] Support both side_effect and return_value in a more human way In-Reply-To: <1412256596.08.0.0171916837532.issue22541@psf.upfronthosting.co.za> Message-ID: <1412258634.35.0.49984037295.issue22541@psf.upfronthosting.co.za> R. David Murray added the comment: Oh, sorry, I missed the workarounds when I read the issue. So your issue is you want to use a lambda rather than a full function for the side effect and it looks ugly. I agree that given the names 'side_effect' and 'return_value' you'd think return_value would take precedence. On the other hand, the API is what it is, and I'm not sure we can change it for backward compatibility reasons. Option 1 is definitely not on the table, and the problem with option 2 is that it is easy to imagine a side_effect that conditionally returns mock.DEFAULT. ---------- nosy: +michael.foord versions: -Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 16:24:24 2014 From: report at bugs.python.org (Stefan Krah) Date: Thu, 02 Oct 2014 14:24:24 +0000 Subject: [issue22445] Memoryviews require more strict contiguous checks then necessary In-Reply-To: <1411153250.02.0.529032306838.issue22445@psf.upfronthosting.co.za> Message-ID: <1412259864.08.0.604570083279.issue22445@psf.upfronthosting.co.za> Stefan Krah added the comment: FWIW, I think it would be good to make this change early in the 3.5 release cycle, so issues can be found. Sebastian, do you have an idea when the change will be decided in numpy? Regarding the discussion here ... https://github.com/numpy/numpy/issues/5085 ... about the special stride marker: In the case of slicing it would be nice to use the "organic" value that would arise normally from computing the slice. That helps in checking other PEP-3118 implementations like Modules/_testbuffer.c against numpy. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 17:19:48 2014 From: report at bugs.python.org (HCT) Date: Thu, 02 Oct 2014 15:19:48 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412263188.87.0.560416205407.issue19915@psf.upfronthosting.co.za> HCT added the comment: maybe someone should start a PEP with all of the thoughts organized? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 17:32:45 2014 From: report at bugs.python.org (Shy Shalom) Date: Thu, 02 Oct 2014 15:32:45 +0000 Subject: [issue20221] #define hypot _hypot conflicts with existing definition In-Reply-To: <1389409768.81.0.962130999427.issue20221@psf.upfronthosting.co.za> Message-ID: <1412263965.5.0.0811624096011.issue20221@psf.upfronthosting.co.za> Shy Shalom added the comment: Any chance this would be merged to 2.7 as well? The comment from 2014-01-11 06:33:18 says "2.7" but PC/pyconfig.h still has #define hypot _hypot ---------- nosy: +Shy.Shalom _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 17:36:59 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 02 Oct 2014 15:36:59 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1412263188.87.0.560416205407.issue19915@psf.upfronthosting.co.za> Message-ID: STINNER Victor added the comment: Yes, it's a good idea to start a PEP to modify most important builtin types like int and str. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 17:55:59 2014 From: report at bugs.python.org (anon) Date: Thu, 02 Oct 2014 15:55:59 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412265359.0.0.366647163337.issue19915@psf.upfronthosting.co.za> anon added the comment: That's something that a Python comitter would have to do isn't it? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 17:59:07 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 02 Oct 2014 15:59:07 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412265547.71.0.582285943567.issue19915@psf.upfronthosting.co.za> STINNER Victor added the comment: > That's something that a Python comitter would have to do isn't it? Python is open. Anyone can propose an enhancement (a PEP). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 18:00:50 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 02 Oct 2014 16:00:50 +0000 Subject: [issue5700] io.FileIO calls flush() after file closed In-Reply-To: <1238945758.46.0.01809197792.issue5700@psf.upfronthosting.co.za> Message-ID: <1412265650.84.0.572603137857.issue5700@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: There is complete implementation of FileIO in pure Python in issue21859. It is free from this bug. >>> import _pyio as io >>> class MyIO(io.FileIO): ... def flush(self): ... print('closed:', self.closed) ... >>> f = MyIO('test.out', 'wb') >>> f.close() closed: False ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 18:12:47 2014 From: report at bugs.python.org (TJ) Date: Thu, 02 Oct 2014 16:12:47 +0000 Subject: [issue22534] Possible Memory Leak with 'shelve' In-Reply-To: <1412198571.01.0.730305442625.issue22534@psf.upfronthosting.co.za> Message-ID: <1412266367.09.0.555129079528.issue22534@psf.upfronthosting.co.za> TJ added the comment: Thanks for the help. For my linux box, I have no issue. This is Ubuntu 13.10: Linux localhost 3.11.0-26-generic #45-Ubuntu SMP Tue Jul 15 04:02:06 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux 2.7.5+ (default, Feb 27 2014, 19:37:08) [GCC 4.8.1] However, I'm still getting issues with my other box, which is Mac OS. I think I have the relevant info here (let me know if we need additional info): [10:55:00] ~$ sw_vers -productVersion 10.9.2 [10:55:10] ~$ python -c "import sys; print sys.version" 2.7.8 (default, Aug 21 2014, 20:13:48) [GCC 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.40)] [10:55:57] ~$ python -c "import anydbm;d = anydbm.open('bla', 'c');print(type(d))" [10:56:05] ~$ cat leaktest.py import anydbm while True: d = anydbm.open('bla', 'c') d.close() [10:56:10] ~$ python leaktest.py & [1] 99030 [10:56:18] ~$ ps -o pid,rss,vsz,command -p 99030 PID RSS VSZ COMMAND 99030 481928 3010600 python leaktest.py [10:56:56] ~$ ps -o pid,rss,vsz,command -p 99030 PID RSS VSZ COMMAND 99030 3985920 6516788 python leaktest.py [11:01:10] ~$ # After 5 minutes, "top" shows MEM as 13G [11:01:23] ~$ ps -o pid,rss,vsz,command -p 99030 PID RSS VSZ COMMAND 99030 13891152 16429156 python leaktest.py Those numbers are stable on my Linux box, and ever growing on Mac. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 18:14:23 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 02 Oct 2014 16:14:23 +0000 Subject: [issue22534] bsddb memory leak on Mac OS X 10.9 In-Reply-To: <1412198571.01.0.730305442625.issue22534@psf.upfronthosting.co.za> Message-ID: <1412266463.51.0.262310874206.issue22534@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- title: Possible Memory Leak with 'shelve' -> bsddb memory leak on Mac OS X 10.9 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 18:15:45 2014 From: report at bugs.python.org (Ethan Furman) Date: Thu, 02 Oct 2014 16:15:45 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412266545.91.0.630562202314.issue22515@psf.upfronthosting.co.za> Ethan Furman added the comment: I, myself, wrote: ----------------- > At least, it will until we fix that bug. ;) Happily, reading the whole documentation revealed that non-integer values are allowed, so it's not a bug. :) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 18:24:54 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 16:24:54 +0000 Subject: [issue22537] Failure building 2.7 docs on Windows In-Reply-To: <1412219374.89.0.582755946661.issue22537@psf.upfronthosting.co.za> Message-ID: <1412267094.22.0.672402727416.issue22537@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Works great. Thanks. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 18:25:05 2014 From: report at bugs.python.org (TJ) Date: Thu, 02 Oct 2014 16:25:05 +0000 Subject: [issue22534] bsddb memory leak on Mac OS X 10.9 In-Reply-To: <1412198571.01.0.730305442625.issue22534@psf.upfronthosting.co.za> Message-ID: <1412267105.36.0.263980701953.issue22534@psf.upfronthosting.co.za> TJ added the comment: No issue with 3.4 on the Mac box. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 18:25:28 2014 From: report at bugs.python.org (Ethan Furman) Date: Thu, 02 Oct 2014 16:25:28 +0000 Subject: [issue22533] Counter with no keys does not compare equal to Counter with keys which zero value In-Reply-To: <1412192943.35.0.438260267398.issue22533@psf.upfronthosting.co.za> Message-ID: <1412267128.2.0.31283036205.issue22533@psf.upfronthosting.co.za> Ethan Furman added the comment: Ignore that last comment -- I don't know what I did yesterday, but unary minus is working as expected today. :/ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 18:32:41 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 02 Oct 2014 16:32:41 +0000 Subject: [issue21859] Add Python implementation of FileIO In-Reply-To: <1403608013.94.0.257739188668.issue21859@psf.upfronthosting.co.za> Message-ID: <1412267561.51.0.213156874143.issue21859@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Synchronized with the tip. _io.FileIO now behave same as _pyio,FileIO when there is a NUL in name. ---------- Added file: http://bugs.python.org/file36782/pyio_fileio_6.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 18:41:22 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 02 Oct 2014 16:41:22 +0000 Subject: [issue22534] bsddb memory leak on Mac OS X 10.9 In-Reply-To: <1412198571.01.0.730305442625.issue22534@psf.upfronthosting.co.za> Message-ID: <1412268082.0.0.201133445352.issue22534@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- assignee: -> ronaldoussoren components: +Extension Modules, Macintosh -Library (Lib) nosy: +ronaldoussoren type: -> resource usage _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 18:57:34 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 02 Oct 2014 16:57:34 +0000 Subject: [issue3824] test_tarfile fails on cygwin (unicode decode error) In-Reply-To: <1220992929.24.0.0835677599554.issue3824@psf.upfronthosting.co.za> Message-ID: <1412269054.93.0.676289481428.issue3824@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- status: open -> pending _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 18:59:34 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 02 Oct 2014 16:59:34 +0000 Subject: [issue22534] bsddb memory leak on Mac OS X 10.9 In-Reply-To: <1412198571.01.0.730305442625.issue22534@psf.upfronthosting.co.za> Message-ID: <1412269174.66.0.431664286113.issue22534@psf.upfronthosting.co.za> STINNER Victor added the comment: > [10:55:57] ~$ python -c "import anydbm;d = anydbm.open('bla', 'c');print(type(d))" > Hum, on Mac OS X, I don't have the bsddb module installed by default. How did you install it? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 19:27:49 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 17:27:49 +0000 Subject: [issue21937] IDLE interactive window doesn't display unsaved-indicator In-Reply-To: <1404794523.71.0.976776826141.issue21937@psf.upfronthosting.co.za> Message-ID: <1412270869.15.0.599396995764.issue21937@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Further experiments reveal that the **s mean 'the undo buffer is not empty'. Enter >>> import time; time.sleep(2) and ** do not disappear until sleep finishes and a new prompt is displayed. Enter a character at the prompt and ** appear. Delete the char and ** stay. Hit ^z (undo) twice and ** disappear. For the final proof, recall the sleep statement and increase the sleep time to at least 5. Hit enter and ^Z enough times during the sleep and the statement and ** both disappear before sleep ends and the new prompt displayded. The behavior is the same after saving Shell, which adds the name of the file to the title. Using ** on the title bar to indicate the status of the undo buffer is undocumented as far as I know. I would agree that this is surprising, not very useful, and that having ** mean 'unsaved' for Shell as well as for other windows might be more useful. ---------- stage: -> needs patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 19:32:20 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 17:32:20 +0000 Subject: [issue20577] IDLE: Remove FormatParagraph's width setting from config dialog In-Reply-To: <1391974116.91.0.4701294104.issue20577@psf.upfronthosting.co.za> Message-ID: <1412271140.33.0.371181068041.issue20577@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- dependencies: +IDLE - Add an extension configuration dialog _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 19:34:40 2014 From: report at bugs.python.org (Ned Deily) Date: Thu, 02 Oct 2014 17:34:40 +0000 Subject: [issue22534] bsddb memory leak on Mac OS X 10.9 In-Reply-To: <1412198571.01.0.730305442625.issue22534@psf.upfronthosting.co.za> Message-ID: <1412271280.37.0.0270618188541.issue22534@psf.upfronthosting.co.za> Ned Deily added the comment: Thanks for the detailed information. I'm not able to reproduce on OS X 10.9.5 with the python.org Python 2.7.8 which builds and links with its own copy of Sleepycat DB 4.7.25. However, I do see the memory leak when using a MacPorts Python 2.7.8 that is linked with a MacPorts copy of Sleepycat DB 4.6. ---------- assignee: ronaldoussoren -> _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 19:34:57 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 02 Oct 2014 17:34:57 +0000 Subject: [issue8627] Unchecked PyErr_WarnPy3k return value in Objects/typeobject.c In-Reply-To: <1273069856.93.0.435136167669.issue8627@psf.upfronthosting.co.za> Message-ID: <1412271297.06.0.741835832922.issue8627@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: May be this patch will fix the issue. ---------- components: +Interpreter Core keywords: +patch nosy: +serhiy.storchaka stage: -> patch review type: -> behavior versions: -Python 2.6 Added file: http://bugs.python.org/file36783/issue8627.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 19:46:26 2014 From: report at bugs.python.org (TJ) Date: Thu, 02 Oct 2014 17:46:26 +0000 Subject: [issue22534] bsddb memory leak on Mac OS X 10.9 In-Reply-To: <1412198571.01.0.730305442625.issue22534@psf.upfronthosting.co.za> Message-ID: <1412271986.57.0.120426396764.issue22534@psf.upfronthosting.co.za> TJ added the comment: I should have mentioned that this a Macports environment. So python, bsddb all come from there. Looks like that might be the culprit. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 19:47:40 2014 From: report at bugs.python.org (700eb415) Date: Thu, 02 Oct 2014 17:47:40 +0000 Subject: [issue22542] Use syscall (eg. arc4random or getentropy) rather than /dev/urandom when possible Message-ID: <1412272060.2.0.302379812254.issue22542@psf.upfronthosting.co.za> New submission from 700eb415: Trying to run the python interpreter in a chroot fails if /dev/urandom is not present. Removing the "nodev" flag from the filesystem is not ideal in many situations. Instead, we should utilize functions such as OpenBSD's arc4random(3) and the new potential getentropy() Linux syscall. Alternatively, libevent provides a portable version of arc4random(3) as a workaround. This issue has been discussed extensively when forking LibreSSL. Since we're already providing win32 exceptions, we should at least use the syscall rather than device if it's defined. ---------- components: Build messages: 228246 nosy: 700eb415 priority: normal severity: normal status: open title: Use syscall (eg. arc4random or getentropy) rather than /dev/urandom when possible versions: Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 19:47:46 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 17:47:46 +0000 Subject: [issue14929] IDLE crashes on *Edit / Find in files ...* command In-Reply-To: <1338151641.58.0.68836434552.issue14929@psf.upfronthosting.co.za> Message-ID: <1412272066.59.0.271833339601.issue14929@psf.upfronthosting.co.za> Terry J. Reedy added the comment: As the 'crash' seems to have been solved, this should probably be closed and a new issue about encodings opened. Also, since the re module used to search lines within files can work with both bytes and strings, there might be an option to search undecoded bytes. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 19:48:54 2014 From: report at bugs.python.org (Ned Deily) Date: Thu, 02 Oct 2014 17:48:54 +0000 Subject: [issue22534] bsddb memory leak on Mac OS X 10.9 In-Reply-To: <1412198571.01.0.730305442625.issue22534@psf.upfronthosting.co.za> Message-ID: <1412272134.62.0.121492710991.issue22534@psf.upfronthosting.co.za> Ned Deily added the comment: Yeah, and I'm not sure why they have their build pegged to bdb 4.6; they provide newer ports as well. I think we can close this issue then. Perhaps you could open a MacPorts issue and ask them to update their python27 port to use at least db47. ---------- resolution: -> third party stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 19:49:20 2014 From: report at bugs.python.org (Ned Deily) Date: Thu, 02 Oct 2014 17:49:20 +0000 Subject: [issue22534] bsddb memory leak with MacPorts bdb 4.6 In-Reply-To: <1412198571.01.0.730305442625.issue22534@psf.upfronthosting.co.za> Message-ID: <1412272160.52.0.567836386549.issue22534@psf.upfronthosting.co.za> Changes by Ned Deily : ---------- title: bsddb memory leak on Mac OS X 10.9 -> bsddb memory leak with MacPorts bdb 4.6 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 19:50:26 2014 From: report at bugs.python.org (Alex Gaynor) Date: Thu, 02 Oct 2014 17:50:26 +0000 Subject: [issue22542] Use syscall (eg. arc4random or getentropy) rather than /dev/urandom when possible In-Reply-To: <1412272060.2.0.302379812254.issue22542@psf.upfronthosting.co.za> Message-ID: <1412272226.11.0.558845541086.issue22542@psf.upfronthosting.co.za> Alex Gaynor added the comment: arc4random() should be avoided IMO, on many systems (including OS X) it really is still arc4; this is basically a dupe of http://bugs.python.org/issue22181 ---------- nosy: +alex resolution: -> duplicate status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 19:58:05 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 02 Oct 2014 17:58:05 +0000 Subject: [issue13407] tarfile.getnames misses members again In-Reply-To: <1321352961.33.0.0944615995053.issue13407@psf.upfronthosting.co.za> Message-ID: <1412272685.06.0.0513768234825.issue13407@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- status: open -> pending _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 20:03:18 2014 From: report at bugs.python.org (700eb415) Date: Thu, 02 Oct 2014 18:03:18 +0000 Subject: [issue22181] os.urandom() should use Linux 3.17 getrandom() syscall In-Reply-To: <1407713563.4.0.264701036097.issue22181@psf.upfronthosting.co.za> Message-ID: <1412272998.06.0.577942516288.issue22181@psf.upfronthosting.co.za> 700eb415 added the comment: It's worth noting that LibreSSL has now enabled the blocked code. If anyone is interested, I would be willing to help port it. ---------- nosy: +700eb415 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 20:51:10 2014 From: report at bugs.python.org (Berker Peksag) Date: Thu, 02 Oct 2014 18:51:10 +0000 Subject: =?utf-8?q?=5Bissue13472=5D_devguide_doesn=E2=80=99t_list_all_build_depend?= =?utf-8?q?encies?= In-Reply-To: <1322142769.6.0.687458451697.issue13472@psf.upfronthosting.co.za> Message-ID: <1412275870.4.0.816178674398.issue13472@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- components: +Devguide keywords: +easy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 21:04:20 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 02 Oct 2014 19:04:20 +0000 Subject: [issue13664] UnicodeEncodeError in gzip when filename contains non-ascii In-Reply-To: <1324914932.64.0.469258692044.issue13664@psf.upfronthosting.co.za> Message-ID: <1412276660.06.0.73322384311.issue13664@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: > The actual fix in the previous issue, as in Python 3, was to always write the filename, but with errors replaced with '?/. Filename is optional in gzip file. If it can't be encoded to Latin1, it should be just omitted. Here is a patch which backports the solution from Python 3 (accumulated f37016d42729, fb069eafaf89, 8cff949323c9, and e044fa016c85). ---------- keywords: +patch nosy: +nadeem.vawda, serhiy.storchaka stage: -> patch review type: -> behavior Added file: http://bugs.python.org/file36784/gzip_unicode_filename-2.7.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 21:30:50 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 19:30:50 +0000 Subject: [issue15347] IDLE - does not close if the debugger was active In-Reply-To: <1342207963.58.0.539607447258.issue15347@psf.upfronthosting.co.za> Message-ID: <1412278250.76.0.390810002382.issue15347@psf.upfronthosting.co.za> Terry J. Reedy added the comment: A few years ago there was an issue where starting a new user process left the old user process continuing as a zombie. This time, it seems to be the idle process that becomes the zombie. I determined this by starting Idle in edit-only mode, noting the memory size of the one process, running the shell, which starting a smaller user process, closing the editor, and continuing with the reproduce steps. The larger Idle process remained. However, 'Idle' is gome from the Task Manager Application tab. Saimadhav (or Mark) can you run the experiment on Linux and /or Mac and report a bit more? The box says "The program is still running. Do you want to kill it." I am pretty sure 'the program' refers to the user process, not the Idle process. (The message should be clearer about this.) The message box is called in PyShell.PyShell.close (986 in 3.4.1). If not 'Cancel', the call sequence is EditorWindow.EditorWindow.close, PyShell._close, Editor._close. PyShell._close first calls self.close_debugger. That ends with 'Debug Off' and a new '>>> '. I see these printed before Shell disappears. If step 3 is omitted, there is no problem. If I add 3b) Close the debugger, there is still a problem. So 'activating' the debugger does something that is not undone by closing the debugger and that obstructs closing. ---------- nosy: +sahutd _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 21:59:26 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 19:59:26 +0000 Subject: [issue21842] Fix IDLE in unicodeless build In-Reply-To: <1403594288.8.0.587190115284.issue21842@psf.upfronthosting.co.za> Message-ID: <1412279966.03.0.986905902257.issue21842@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I am not particularly interested in having Idle run on no-uhicode builds. I believe the usecase is to reduce the memory footprint of a python installation, and that would suggest not including tcl/tk, tkinter, and idlelib. Having Idle tests not fail on such a build is a good idea. That could be easily done by adding 'requires_unicode', however that is spelled, to 2.7 test/test_idle.py. If idlelib were to be patched, I would prefer to minimize the disruption and maintenance burden by adding 'class unicode(object): pass' and skip all the 'unicode' to '_unicode' changes. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 22:16:00 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 20:16:00 +0000 Subject: [issue18875] Idle: Auto insertion of the closing parens, brackets, and braces In-Reply-To: <1377777498.6.0.468253349222.issue18875@psf.upfronthosting.co.za> Message-ID: <1412280960.03.0.185858209783.issue18875@psf.upfronthosting.co.za> Terry J. Reedy added the comment: This would have to be an extension, default off unless overridden, which is why I added config-extensions as dependency. ---------- dependencies: +IDLE - Add an extension configuration dialog title: Automatic insertion of the closing parentheses, brackets, and braces -> Idle: Auto insertion of the closing parens, brackets, and braces versions: +Python 2.7, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 22:24:22 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 20:24:22 +0000 Subject: [issue5233] IDLE: exec IDLESTARTUP/PYTHONSTARTUP on restart In-Reply-To: <1234478082.8.0.463106292983.issue5233@psf.upfronthosting.co.za> Message-ID: <1412281462.38.0.966368020779.issue5233@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- title: Enhance 2.7 IDLE to exec IDLESTARTUP/PYTHONSTARTUP on restart -> IDLE: exec IDLESTARTUP/PYTHONSTARTUP on restart _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 22:32:05 2014 From: report at bugs.python.org (Andriy Sokolovskiy) Date: Thu, 02 Oct 2014 20:32:05 +0000 Subject: [issue21574] Port image types detections from PIL to the imghdr module In-Reply-To: <1401010621.11.0.919611847501.issue21574@psf.upfronthosting.co.za> Message-ID: <1412281925.3.0.772944981194.issue21574@psf.upfronthosting.co.za> Andriy Sokolovskiy added the comment: Hi! Here is first version of patch. What I've done: * Ported 10 new image formats from PIL (tests included) * Improved existing file detections like PIL does. * Add some byte manipulation routines One more thing - I removed `ord()` calls, because python3 expects unicode symbol, but bytes was provided, and I'm not sure is that right. Will these changes be included to python 3.5 only? Here are some other image formats in PIL, that I didn't port, because they are so excotic, that I didn't find even file examples. I can do this blindly, but I think without tests files this is useless. What community think about this? ---------- keywords: +patch Added file: http://bugs.python.org/file36785/issue21574.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 22:32:30 2014 From: report at bugs.python.org (Andriy Sokolovskiy) Date: Thu, 02 Oct 2014 20:32:30 +0000 Subject: [issue21574] Port image types detections from PIL to the imghdr module In-Reply-To: <1401010621.11.0.919611847501.issue21574@psf.upfronthosting.co.za> Message-ID: <1412281950.27.0.247931505101.issue21574@psf.upfronthosting.co.za> Changes by Andriy Sokolovskiy : Added file: http://bugs.python.org/file36786/issue21574.zip _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 22:56:09 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 20:56:09 +0000 Subject: [issue12274] "Print window" menu on IDLE aborts whole application In-Reply-To: <1307427367.68.0.910605365077.issue12274@psf.upfronthosting.co.za> Message-ID: <1412283369.47.0.910822010849.issue12274@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Closing since the immediate problem has been fixed and there is a reference to this in #21696 ---------- dependencies: -Idle: test configuration files resolution: -> fixed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 22:57:16 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 20:57:16 +0000 Subject: [issue21696] Idle: test configuration files In-Reply-To: <1402258295.62.0.994323894939.issue21696@psf.upfronthosting.co.za> Message-ID: <1412283436.73.0.646028262668.issue21696@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I closed #12274, but it might be consulted before closing this. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 23:00:18 2014 From: report at bugs.python.org (Ned Deily) Date: Thu, 02 Oct 2014 21:00:18 +0000 Subject: [issue22539] Table formatting errors in pydoc In-Reply-To: <1412249910.15.0.577492255731.issue22539@psf.upfronthosting.co.za> Message-ID: <1412283618.21.0.781985202648.issue22539@psf.upfronthosting.co.za> Changes by Ned Deily : ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 23:09:28 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 21:09:28 +0000 Subject: [issue18590] 'Search' and 'Replace' dialogs don't work on quoted text in Windows In-Reply-To: <1375128565.7.0.113615028691.issue18590@psf.upfronthosting.co.za> Message-ID: <1412284168.63.0.766669430626.issue18590@psf.upfronthosting.co.za> Terry J. Reedy added the comment: The patch for #17511 did not solve the issue; I proposed a revision in #22179. A patch for that may fix this also. ---------- dependencies: +Idle. Search dialog found text not highlited on Windows _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 23:22:34 2014 From: report at bugs.python.org (Gregory P. Smith) Date: Thu, 02 Oct 2014 21:22:34 +0000 Subject: [issue22530] re rejects index of type long on 2.7 In-Reply-To: <1412123993.9.0.244243584379.issue22530@psf.upfronthosting.co.za> Message-ID: <1412284954.97.0.92091749702.issue22530@psf.upfronthosting.co.za> Gregory P. Smith added the comment: thanks. btw an alternative type check to consider in these situations: PyIndex_Check https://docs.python.org/2/c-api/number.html#c.PyIndex_Check but what you wrote works. ---------- nosy: +gregory.p.smith _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 23:32:00 2014 From: report at bugs.python.org (=?utf-8?q?R=C3=A9mi_Rampin?=) Date: Thu, 02 Oct 2014 21:32:00 +0000 Subject: [issue22543] -W option cannot use non-standard categories Message-ID: <1412285520.72.0.615712160291.issue22543@psf.upfronthosting.co.za> New submission from R?mi Rampin: warnings._processoptions is called very early, before site-packages are enabled. Because of this, using a non-standard 'category' will almost certainly fail with the message: Invalid -W option ignored: invalid module name: '...' The -W option would be a lot more useful if it could actually match non-standard categories (it does, after all, pretend to support modulename.classname). I don't see any easy way of fixing this, other than initializing the warnings module later or matching category names with the given string (and getting rid of the import). ---------- components: Library (Lib) messages: 228261 nosy: remram priority: normal severity: normal status: open title: -W option cannot use non-standard categories type: behavior versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 23:36:10 2014 From: report at bugs.python.org (Santiago Gala) Date: Thu, 02 Oct 2014 21:36:10 +0000 Subject: [issue8138] wsgiref.simple_server.SimpleServer claims to be multithreaded In-Reply-To: <1268590136.32.0.519225445448.issue8138@psf.upfronthosting.co.za> Message-ID: <1412285770.97.0.353459942206.issue8138@psf.upfronthosting.co.za> Santiago Gala added the comment: Something like this should do it: $ diff -u /usr/lib/python2.7/wsgiref/simple_server.py{~,} --- /usr/lib/python2.7/wsgiref/simple_server.py~ 2014-10-02 23:32:47.718382895 +0200 +++ /usr/lib/python2.7/wsgiref/simple_server.py 2014-10-02 14:36:10.662220865 +0200 @@ -118,7 +118,8 @@ return handler = ServerHandler( - self.rfile, self.wfile, self.get_stderr(), self.get_environ() + self.rfile, self.wfile, self.get_stderr(), self.get_environ(), + multithread = False ) handler.request_handler = self # backpointer for logging handler.run(self.server.get_app()) ---------- keywords: +patch Added file: http://bugs.python.org/file36787/multithread.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 2 23:54:04 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 21:54:04 +0000 Subject: [issue21339] IDLE crash on OS X 1.9 upon shut-down with many windows open In-Reply-To: <1398300314.38.0.176461050226.issue21339@psf.upfronthosting.co.za> Message-ID: <1412286844.72.0.502627903892.issue21339@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Which tk? Did you ever activate Debugger in the session (known problem, see #15347)? Can you reproduce this with a series of step you can post? How were you shutting down (I have had problems with 'Close Windows on a Windows Taskbar icon right-click menu)? ---------- assignee: -> ronaldoussoren components: +Macintosh, Tkinter nosy: +ned.deily, ronaldoussoren, serhiy.storchaka, terry.reedy type: -> behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 00:09:38 2014 From: report at bugs.python.org (Mark Lawrence) Date: Thu, 02 Oct 2014 22:09:38 +0000 Subject: [issue17824] pty.spawn handles errors improperly In-Reply-To: <1366772370.17.0.184801312009.issue17824@psf.upfronthosting.co.za> Message-ID: <1412287778.69.0.612971336586.issue17824@psf.upfronthosting.co.za> Mark Lawrence added the comment: Can a linux guru comment on this please. ---------- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 00:13:39 2014 From: report at bugs.python.org (Mark Lawrence) Date: Thu, 02 Oct 2014 22:13:39 +0000 Subject: [issue17848] issue about compile with clang and build a shared lib In-Reply-To: <1366961546.37.0.678140272964.issue17848@psf.upfronthosting.co.za> Message-ID: <1412288019.12.0.953122339433.issue17848@psf.upfronthosting.co.za> Mark Lawrence added the comment: The patch changes four lines in Modules/_ctypes/libffi/configure.ac which means nothing to me, can someone review it please. ---------- nosy: +BreamoreBoy versions: +Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 00:17:08 2014 From: report at bugs.python.org (Mark Lawrence) Date: Thu, 02 Oct 2014 22:17:08 +0000 Subject: [issue18027] distutils should access stat_result timestamps via .st_*time attributes In-Reply-To: <1369085242.54.0.746637584547.issue18027@psf.upfronthosting.co.za> Message-ID: <1412288228.51.0.227274544009.issue18027@psf.upfronthosting.co.za> Mark Lawrence added the comment: @Eric what is your opinion on this? ---------- nosy: +BreamoreBoy type: -> enhancement versions: +Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 00:17:20 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 22:17:20 +0000 Subject: [issue14576] IDLE: inconsistent use of HOMEDRIVE, HOMEPATH, and USERPROFILE on Windows In-Reply-To: <1334400065.92.0.605072928338.issue14576@psf.upfronthosting.co.za> Message-ID: <1412288239.99.0.00891993421607.issue14576@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Divyanshu, please do not hijack by changing the title to a different issue. There are multiple causes for the message, some unknown. Your non-standard system is different from that of clikkeb. ---------- title: IDLE: "IDLE's subprocess didn't make connection.Either IDLE can't start a subprocess or personal firewall software is blocking the connection." -> IDLE: inconsistent use of HOMEDRIVE, HOMEPATH, and USERPROFILE on Windows _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 00:17:28 2014 From: report at bugs.python.org (Ned Deily) Date: Thu, 02 Oct 2014 22:17:28 +0000 Subject: [issue21339] IDLE crash on OS X 10.9 upon shut-down with many windows open In-Reply-To: <1398300314.38.0.176461050226.issue21339@psf.upfronthosting.co.za> Message-ID: <1412288248.3.0.985060331924.issue21339@psf.upfronthosting.co.za> Ned Deily added the comment: >From the traceback, it does appear that the debugger was in use. Since there's not much else to go on here, I suggest closing this as a duplicate of #15347. ---------- assignee: ronaldoussoren -> title: IDLE crash on OS X 1.9 upon shut-down with many windows open -> IDLE crash on OS X 10.9 upon shut-down with many windows open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 00:24:12 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 22:24:12 +0000 Subject: [issue5680] Command-line arguments when running in IDLE In-Reply-To: <1238798556.38.0.28468201552.issue5680@psf.upfronthosting.co.za> Message-ID: <1412288652.26.0.105732500017.issue5680@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I have a recent idea that there should be a separate and persistent execution process for each file run. This would make it easy to persist the cmd lines args for a particular module. ---------- versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 00:27:04 2014 From: report at bugs.python.org (Mark Lawrence) Date: Thu, 02 Oct 2014 22:27:04 +0000 Subject: [issue9883] minidom: AttributeError: DocumentFragment instance has no attribute 'writexml' In-Reply-To: <1284694245.92.0.410723728376.issue9883@psf.upfronthosting.co.za> Message-ID: <1412288824.21.0.972273060975.issue9883@psf.upfronthosting.co.za> Mark Lawrence added the comment: Can someone please confirm that my assessment of this as an enhancement is correct, thanks. ---------- nosy: +BreamoreBoy type: behavior -> enhancement versions: +Python 3.5 -Python 2.6 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 00:31:15 2014 From: report at bugs.python.org (Mark Lawrence) Date: Thu, 02 Oct 2014 22:31:15 +0000 Subject: [issue16425] minidom replaceChild(new_child, old_child) removes new_child even if in another document In-Reply-To: <1352279150.2.0.240477416324.issue16425@psf.upfronthosting.co.za> Message-ID: <1412289075.41.0.812268257345.issue16425@psf.upfronthosting.co.za> Mark Lawrence added the comment: Who is best placed to look at this as nobody is listed on the experts index? ---------- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 00:33:51 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 22:33:51 +0000 Subject: [issue18052] IDLE 3.3.2 Windows taskbar icon needs reboot after install In-Reply-To: <1369437693.91.0.216380064498.issue18052@psf.upfronthosting.co.za> Message-ID: <1412289231.95.0.0599445824168.issue18052@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Steve, would it possible for the installer to tell users to Restart to get (Idle) icons working properly? (Assuming that this cannot be made unnecessary.) ---------- components: -IDLE nosy: +steve.dower title: IDLE 3.3.2 Windows taskbar icon regression -> IDLE 3.3.2 Windows taskbar icon needs reboot after install _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 00:35:30 2014 From: report at bugs.python.org (Mark Lawrence) Date: Thu, 02 Oct 2014 22:35:30 +0000 Subject: [issue19468] Relax the type restriction on reloaded modules In-Reply-To: <1383275813.81.0.924128062775.issue19468@psf.upfronthosting.co.za> Message-ID: <1412289330.47.0.0640893301972.issue19468@psf.upfronthosting.co.za> Mark Lawrence added the comment: Can we or can't we remove the check as Eric has proposed in msg201874? ---------- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 00:38:37 2014 From: report at bugs.python.org (Mark Lawrence) Date: Thu, 02 Oct 2014 22:38:37 +0000 Subject: [issue15371] test_cmd_line_script should include namespace package tests In-Reply-To: <1342448877.31.0.875625357245.issue15371@psf.upfronthosting.co.za> Message-ID: <1412289517.88.0.361902365895.issue15371@psf.upfronthosting.co.za> Mark Lawrence added the comment: Sorry I've no idea whether this should be set to enhancement request, behaviour or what. ---------- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 00:42:47 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 22:42:47 +0000 Subject: [issue15347] IDLE - does not close if the debugger was active In-Reply-To: <1342207963.58.0.539607447258.issue15347@psf.upfronthosting.co.za> Message-ID: <1412289767.87.0.806241362962.issue15347@psf.upfronthosting.co.za> Terry J. Reedy added the comment: #21339, closed as a duplicate of this, has a traceback might be helpful. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 00:43:47 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 02 Oct 2014 22:43:47 +0000 Subject: [issue21339] IDLE crash on OS X 10.9 upon shut-down with many windows open In-Reply-To: <1398300314.38.0.176461050226.issue21339@psf.upfronthosting.co.za> Message-ID: <1412289827.61.0.772832674686.issue21339@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I added a note to #21339 about the traceback here. ---------- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> IDLE crash on OS X 10.9 upon shut-down with many windows open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 00:54:50 2014 From: report at bugs.python.org (Yury Selivanov) Date: Thu, 02 Oct 2014 22:54:50 +0000 Subject: [issue22540] speed up isinstance and issubclass for the usual cases In-Reply-To: <1412249952.63.0.934537522507.issue22540@psf.upfronthosting.co.za> Message-ID: <1412290490.53.0.121222875985.issue22540@psf.upfronthosting.co.za> Changes by Yury Selivanov : ---------- nosy: +yselivanov _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 00:56:48 2014 From: report at bugs.python.org (Mark Lawrence) Date: Thu, 02 Oct 2014 22:56:48 +0000 Subject: [issue19477] document tp_print() as being dead in Py3 In-Reply-To: <1383331401.83.0.986088466963.issue19477@psf.upfronthosting.co.za> Message-ID: <1412290608.71.0.774650133002.issue19477@psf.upfronthosting.co.za> Mark Lawrence added the comment: @Stefan can you provide a patch for this? ---------- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.1, Python 3.2, Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 01:01:23 2014 From: report at bugs.python.org (Mark Lawrence) Date: Thu, 02 Oct 2014 23:01:23 +0000 Subject: [issue19489] move quick search box above TOC In-Reply-To: <1383546510.68.0.587653327623.issue19489@psf.upfronthosting.co.za> Message-ID: <1412290883.91.0.22833961372.issue19489@psf.upfronthosting.co.za> Mark Lawrence added the comment: If this is referring to the box on docs.python.org shouldn't this be logged elsewhere? ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 01:17:04 2014 From: report at bugs.python.org (Ezio Melotti) Date: Thu, 02 Oct 2014 23:17:04 +0000 Subject: [issue19489] move quick search box above TOC In-Reply-To: <1383546510.68.0.587653327623.issue19489@psf.upfronthosting.co.za> Message-ID: <1412291824.46.0.679915386679.issue19489@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- keywords: +easy nosy: +ezio.melotti stage: -> needs patch type: -> enhancement _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 01:27:28 2014 From: report at bugs.python.org (Steve Dower) Date: Thu, 02 Oct 2014 23:27:28 +0000 Subject: [issue18052] IDLE 3.3.2 Windows taskbar icon needs reboot after install In-Reply-To: <1369437693.91.0.216380064498.issue18052@psf.upfronthosting.co.za> Message-ID: <1412292448.11.0.266621913356.issue18052@psf.upfronthosting.co.za> Steve Dower added the comment: This is probably because the program items are advertised. I have 2.7 and 3.3 installed, and when I pin the 3.3 Idle it switches to the 2.7 one. I guess there's a GUID somewhere that makes the two icons identical, but I don't know where that would be. This probably causes the icon cache issue (which I also see with 3.3.1->3.3.2). The 3.5 installer will not use advertised shortcuts, so they'll be direct links to the exact version of the launch script. This should cut out a whole range of conflicts between different installs. In any case, suggesting a reboot just for an icon is not a great look. It's bad enough that we require admin privileges for a per-user install (also on my list...). Hopefully the change to non-advertised shortcuts will fix it, but otherwise it probably doesn't need more than a note on the last page of the installer (which nobody ever reads, but short of forcing unnecessary reboots there's not much we can do about that). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 01:46:08 2014 From: report at bugs.python.org (Mark Lawrence) Date: Thu, 02 Oct 2014 23:46:08 +0000 Subject: [issue19469] Duplicate namespace package portions (but not on Windows) In-Reply-To: <1383285932.19.0.495289288555.issue19469@psf.upfronthosting.co.za> Message-ID: <1412293568.04.0.31575910483.issue19469@psf.upfronthosting.co.za> Mark Lawrence added the comment: Just a gentle reminder guys. ---------- nosy: +BreamoreBoy versions: +Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 01:49:37 2014 From: report at bugs.python.org (Mark Lawrence) Date: Thu, 02 Oct 2014 23:49:37 +0000 Subject: [issue19472] inspect.getsource() raises a wrong exception type In-Reply-To: <1383306863.35.0.879382426433.issue19472@psf.upfronthosting.co.za> Message-ID: <1412293777.14.0.147548743549.issue19472@psf.upfronthosting.co.za> Mark Lawrence added the comment: @Yury do you agree with this? ---------- nosy: +BreamoreBoy, yselivanov _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 02:01:25 2014 From: report at bugs.python.org (Mark Lawrence) Date: Fri, 03 Oct 2014 00:01:25 +0000 Subject: [issue19558] Provide Tcl/Tk linkage information for extension module builds In-Reply-To: <1384244718.62.0.601132485199.issue19558@psf.upfronthosting.co.za> Message-ID: <1412294485.17.0.295220942358.issue19558@psf.upfronthosting.co.za> Mark Lawrence added the comment: @Ned just a reminder as I see you've been talking tcl/tk on c.l.py earlier today. ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 02:04:36 2014 From: report at bugs.python.org (Sebastian Berg) Date: Fri, 03 Oct 2014 00:04:36 +0000 Subject: [issue22445] Memoryviews require more strict contiguous checks then necessary In-Reply-To: <1412259864.08.0.604570083279.issue22445@psf.upfronthosting.co.za> Message-ID: <1412294671.9852.6.camel@sebastian-t440> Sebastian Berg added the comment: Numpy 1.9. was only released recently, so 1.10. might be a while. If no problems show up during release or until then, we will likely switch it by then. But that could end up being a year from now, so I am not sure if 3.6 might not fit better. The problems should be mostly mitigated on our side. So bug-wise it shouldn't be a big issue I would guess. I will try to look at it more soon, but am completly overloaded at least for the next few days, and maybe some other numpy devs can chip in. Not sure I get your last point, slicing should give the "organic" values even for the mangled up thing with relaxed strides on (currently)?! ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 02:06:09 2014 From: report at bugs.python.org (TJ) Date: Fri, 03 Oct 2014 00:06:09 +0000 Subject: [issue22534] bsddb memory leak with MacPorts bdb 4.6 In-Reply-To: <1412198571.01.0.730305442625.issue22534@psf.upfronthosting.co.za> Message-ID: <1412294769.05.0.870692763651.issue22534@psf.upfronthosting.co.za> TJ added the comment: For future visitors, here is the MacPorts issue: https://trac.macports.org/ticket/45247 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 02:36:01 2014 From: report at bugs.python.org (Yu Zhao) Date: Fri, 03 Oct 2014 00:36:01 +0000 Subject: [issue14645] Generator does not translate linesep characters in certain circumstances In-Reply-To: <1335117428.2.0.322445942387.issue14645@psf.upfronthosting.co.za> Message-ID: <1412296561.75.0.652462926996.issue14645@psf.upfronthosting.co.za> Yu Zhao added the comment: This at least shouldn't be done for the BytesGenerator - it breaks binary data integrity. IMO, doing it for the string Generator is not necessary either. The linesep is a policy regarding to MIME syntax. It shouldn't be applied to the payload. Imagine what would happen if people want to be RFC-compliant but keep '\n' in their Linux text files. ---------- nosy: +yu.zhao at getcwd.com _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 02:52:26 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 03 Oct 2014 00:52:26 +0000 Subject: [issue19477] document tp_print() as being dead in Py3 In-Reply-To: <1383331401.83.0.986088466963.issue19477@psf.upfronthosting.co.za> Message-ID: <1412297546.49.0.792021033801.issue19477@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- stage: -> needs patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 02:54:34 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 03 Oct 2014 00:54:34 +0000 Subject: [issue22543] -W option cannot use non-standard categories In-Reply-To: <1412285520.72.0.615712160291.issue22543@psf.upfronthosting.co.za> Message-ID: <1412297674.74.0.132608433133.issue22543@psf.upfronthosting.co.za> Antoine Pitrou added the comment: How would this work? Would it auto-import the module? ---------- nosy: +brett.cannon, pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 03:01:09 2014 From: report at bugs.python.org (=?utf-8?q?R=C3=A9mi_Rampin?=) Date: Fri, 03 Oct 2014 01:01:09 +0000 Subject: [issue22543] -W option cannot use non-standard categories In-Reply-To: <1412285520.72.0.615712160291.issue22543@psf.upfronthosting.co.za> Message-ID: <1412298069.02.0.670557349164.issue22543@psf.upfronthosting.co.za> R?mi Rampin added the comment: It already does auto-import, but it does it before site-packages are set up, meaning that it fails in any practical setup. See _getcategory(), called by _processoptions(): https://hg.python.org/cpython/file/b15c5a66213f/Lib/warnings.py#l148 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 03:04:25 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 03 Oct 2014 01:04:25 +0000 Subject: [issue14645] Generator does not translate linesep characters in certain circumstances In-Reply-To: <1335117428.2.0.322445942387.issue14645@psf.upfronthosting.co.za> Message-ID: <1412298265.54.0.769066234459.issue14645@psf.upfronthosting.co.za> R. David Murray added the comment: The payload must also use \r\n per RFC, unless it is a non-text part, in which case it uses \r\n to separate the content transfer encoded lines. If you want binary integrity you must use a binary MIME type. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 03:07:07 2014 From: report at bugs.python.org (Yu Zhao) Date: Fri, 03 Oct 2014 01:07:07 +0000 Subject: [issue4661] email.parser: impossible to read messages encoded in a different encoding In-Reply-To: <1229273746.12.0.577914878535.issue4661@psf.upfronthosting.co.za> Message-ID: <1412298427.71.0.496025811846.issue4661@psf.upfronthosting.co.za> Yu Zhao added the comment: BytesParser.parse uses TextIOWrapper which by default translates universal newlines to '\n'. This breaks binary payload. Fix the problem by disabling the translation. ---------- components: +email -Library (Lib) nosy: +yu.zhao at getcwd.com Added file: http://bugs.python.org/file36788/BytesParser_newline.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 03:19:49 2014 From: report at bugs.python.org (Yu Zhao) Date: Fri, 03 Oct 2014 01:19:49 +0000 Subject: [issue14645] Generator does not translate linesep characters in certain circumstances In-Reply-To: <1335117428.2.0.322445942387.issue14645@psf.upfronthosting.co.za> Message-ID: <1412299189.69.0.33053972168.issue14645@psf.upfronthosting.co.za> Yu Zhao added the comment: Ack (Per rfc2046 4.1.1). Since the _writeBody is set to _handle_text when no proper handler exists, the problem should be fixed by adding a binary body handler to BytesGenerator. Will create a separate issue to track the problem. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 03:56:39 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 01:56:39 +0000 Subject: [issue18052] IDLE 3.3.2 Windows taskbar icon needs reboot after install In-Reply-To: <1369437693.91.0.216380064498.issue18052@psf.upfronthosting.co.za> Message-ID: <1412301399.98.0.127252629618.issue18052@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Thanks for the reply. I am assuming that you do not need this open as a reminder. So I will close it and wait for 3.5. ---------- resolution: -> postponed stage: needs patch -> resolved status: open -> closed versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 04:03:32 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 03 Oct 2014 02:03:32 +0000 Subject: [issue17848] issue about compile with clang and build a shared lib In-Reply-To: <1366961546.37.0.678140272964.issue17848@psf.upfronthosting.co.za> Message-ID: <1412301812.59.0.788399518798.issue17848@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +brett.cannon _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 04:11:09 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 03 Oct 2014 02:11:09 +0000 Subject: [issue14645] Generator does not translate linesep characters in certain circumstances In-Reply-To: <1335117428.2.0.322445942387.issue14645@psf.upfronthosting.co.za> Message-ID: <1412302269.61.0.449521524151.issue14645@psf.upfronthosting.co.za> R. David Murray added the comment: There already is one: issue 19003. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 04:12:03 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 03 Oct 2014 02:12:03 +0000 Subject: [issue14645] Generator does not translate linesep characters in certain circumstances In-Reply-To: <1335117428.2.0.322445942387.issue14645@psf.upfronthosting.co.za> Message-ID: <1412302323.24.0.291610384771.issue14645@psf.upfronthosting.co.za> R. David Murray added the comment: Well, that may not be exactly the same issue, but I suspect it is related. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 04:13:02 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 02:13:02 +0000 Subject: [issue16758] IDLE SubprocessStartupError In-Reply-To: <1356285530.15.0.755787775309.issue16758@psf.upfronthosting.co.za> Message-ID: <1412302382.51.0.0480973444837.issue16758@psf.upfronthosting.co.za> Terry J. Reedy added the comment: There are multiple possible reasons, some fixed, some not. ---------- nosy: +terry.reedy resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> IDLE's subprocess didnit make connection ..... Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 04:34:44 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 02:34:44 +0000 Subject: [issue13657] IDLE doesn't support sys.ps1 and sys.ps2. In-Reply-To: <1324640742.58.0.860347532783.issue13657@psf.upfronthosting.co.za> Message-ID: <1412303684.66.0.788481517932.issue13657@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I explained somewhere else that a secondary prompt would be wrong for Idle since the primary prompt asks for a *statement*, not just the first line of the statement. The advantage is being able to edit and recall entire statements, not just one line. This is in addition to the absurdity of entering and then removing secondary prompts from the text buffer. I still intend to at least add an option to move the prompt(s) to a sidebar and use 4 space indents. At that point, it would not too much matter if '>>> ' were, as an option, followed by '... ' instead of ' ', although it would not look so good with a proportional font. ---------- versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 04:42:03 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 02:42:03 +0000 Subject: [issue19677] IDLE displaying a CoreAnimation warning In-Reply-To: <1385024074.44.0.183399663193.issue19677@psf.upfronthosting.co.za> Message-ID: <1412304123.73.0.19521800395.issue19677@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- resolution: -> third party stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 04:44:37 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 03 Oct 2014 02:44:37 +0000 Subject: [issue8473] doctest fails if you have inconsistent lineendings In-Reply-To: <1271781617.9.0.374951389596.issue8473@psf.upfronthosting.co.za> Message-ID: <20141003024435.86199.28828@mail.hg.python.org> Roundup Robot added the comment: New changeset 4a5f79ca8ef0 by R David Murray in branch '2.7': #8473: make doctest.testfile use universal newline mode. https://hg.python.org/cpython/rev/4a5f79ca8ef0 New changeset e6050cd9e29e by R David Murray in branch '3.4': #8473: Add tests that doctest uses universal newlines in testfile. https://hg.python.org/cpython/rev/e6050cd9e29e New changeset 7d587fbd7d09 by R David Murray in branch 'default': Merge: #8473: Add tests that doctest uses universal newlines in testfile. https://hg.python.org/cpython/rev/7d587fbd7d09 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 04:45:11 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 02:45:11 +0000 Subject: [issue19367] IDLE wont open In-Reply-To: <1382549743.62.0.543177432072.issue19367@psf.upfronthosting.co.za> Message-ID: <1412304311.85.0.605897960289.issue19367@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Duplicate of other, similar reports; no new information. ---------- resolution: -> duplicate stage: -> resolved status: open -> closed versions: +Python 2.7 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 04:45:43 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 03 Oct 2014 02:45:43 +0000 Subject: [issue8473] doctest fails if you have inconsistent lineendings In-Reply-To: <1271781617.9.0.374951389596.issue8473@psf.upfronthosting.co.za> Message-ID: <1412304343.12.0.613673636406.issue8473@psf.upfronthosting.co.za> R. David Murray added the comment: I changed the test text to talk only about universal newline mode, since that is what it is testing. Someone could add a test for actual mixed line endings to it if they like. ---------- nosy: +r.david.murray resolution: -> fixed stage: commit review -> resolved status: open -> closed type: -> behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 04:58:37 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 02:58:37 +0000 Subject: [issue18873] "Encoding" detected in non-comment lines In-Reply-To: <1377733828.84.0.187873686894.issue18873@psf.upfronthosting.co.za> Message-ID: <1412305117.56.0.545700713868.issue18873@psf.upfronthosting.co.za> Terry J. Reedy added the comment: This looks like it could be closed. We normally do not patch PEPs after they are implemented. Does a corrected version of something in PEP263 need to be added to the ref manual? ---------- components: -IDLE versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 05:08:41 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 03:08:41 +0000 Subject: [issue21519] IDLE : Bug in keybinding validity check In-Reply-To: <1400392455.89.0.13094614924.issue21519@psf.upfronthosting.co.za> Message-ID: <1412305721.28.0.26264630642.issue21519@psf.upfronthosting.co.za> Terry J. Reedy added the comment: #6739 may also be relevant ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 05:09:15 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 03:09:15 +0000 Subject: [issue6739] IDLE window won't start or show up after assgining new key in options v2.5.2 and 3.1.1 In-Reply-To: <1250757080.7.0.965993936336.issue6739@psf.upfronthosting.co.za> Message-ID: <1412305755.56.0.51900147233.issue6739@psf.upfronthosting.co.za> Terry J. Reedy added the comment: #21519 also patched key validation ---------- versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 05:18:32 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 03:18:32 +0000 Subject: [issue13586] IDLE: Replace selected not working/consistent with find In-Reply-To: <1323668532.6.0.615781606265.issue13586@psf.upfronthosting.co.za> Message-ID: <1412306312.29.0.992836892585.issue13586@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- stage: needs patch -> patch review versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 05:36:06 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 03:36:06 +0000 Subject: [issue15348] IDLE - shell becomes unresponsive if debugger windows is closed while active. In-Reply-To: <1342208290.25.0.778184843655.issue15348@psf.upfronthosting.co.za> Message-ID: <1412307366.34.0.762928089115.issue15348@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 05:41:05 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 03:41:05 +0000 Subject: [issue1207613] Bottom Scroll Bar in IDLE Message-ID: <1412307665.75.0.251082869965.issue1207613@psf.upfronthosting.co.za> Terry J. Reedy added the comment: patch to be pulled from idlex ---------- stage: -> needs patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 05:41:22 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 03:41:22 +0000 Subject: [issue1207613] Bottom Scroll Bar in IDLE Message-ID: <1412307682.26.0.920978685819.issue1207613@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- assignee: kbk -> versions: +Python 2.7, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 05:44:46 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 03:44:46 +0000 Subject: [issue10909] thread hang, possibly related to print In-Reply-To: <1295026647.31.0.671636636712.issue10909@psf.upfronthosting.co.za> Message-ID: <1412307886.05.0.224194807995.issue10909@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- stage: needs patch -> patch review versions: +Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 05:45:26 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 03:45:26 +0000 Subject: [issue16233] IDLE: conceptual problems with *Class browser* In-Reply-To: <1350229949.19.0.565182759034.issue16233@psf.upfronthosting.co.za> Message-ID: <1412307926.57.0.341880022185.issue16233@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 05:47:06 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 03:47:06 +0000 Subject: [issue15808] Possibility of setting custom key bindings for "Additional help sources" menu items In-Reply-To: <1346239424.4.0.436515008596.issue15808@psf.upfronthosting.co.za> Message-ID: <1412308026.01.0.301391974821.issue15808@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- versions: +Python 3.5 -Python 3.2, Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 05:47:23 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 03:47:23 +0000 Subject: [issue15808] Possibility of setting custom key bindings for "Additional help sources" menu items In-Reply-To: <1346239424.4.0.436515008596.issue15808@psf.upfronthosting.co.za> Message-ID: <1412308043.5.0.0960468404001.issue15808@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- nosy: +terry.reedy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 05:48:28 2014 From: report at bugs.python.org (Michael Foord) Date: Fri, 03 Oct 2014 03:48:28 +0000 Subject: [issue22541] Support both side_effect and return_value in a more human way In-Reply-To: <1412256596.08.0.0171916837532.issue22541@psf.upfronthosting.co.za> Message-ID: <1412308108.33.0.275307826369.issue22541@psf.upfronthosting.co.za> Michael Foord added the comment: One of the use cases for side_effect is for dynamically changing the returned value based on input - so your option 1 just doesn't work. Using two line functions would make your code easier to read, and then your "workarounds" would look natural instead of awkward. Maybe return_value should take precedence over side_effect if both are set. It would probably be more pythonic to raise an exception in that case - although that would be annoying if you're just reconfiguring a mock. I've also written side_effect functions that accessed the return_value, which is probably the genesis of the current API. As you point out, both your suggested changes are backwards incompatible, so I'm closing this issue. ---------- resolution: -> wont fix stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 05:50:10 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 03:50:10 +0000 Subject: [issue13884] IDLE: Remove tear-off menu feature In-Reply-To: <1327621264.5.0.587291207239.issue13884@psf.upfronthosting.co.za> Message-ID: <1412308210.87.0.176159639576.issue13884@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- versions: +Python 2.7, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 05:52:30 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 03:52:30 +0000 Subject: [issue13220] print function unable while multiprocessing.Process is being run In-Reply-To: <1319038082.58.0.169311394229.issue13220@psf.upfronthosting.co.za> Message-ID: <1412308350.31.0.564454612184.issue13220@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- versions: +Python 3.5 -Python 3.2, Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 05:58:24 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 03:58:24 +0000 Subject: [issue16198] IDLE - tabbing in a string always brings up file completion window In-Reply-To: <1349974121.21.0.319562901545.issue16198@psf.upfronthosting.co.za> Message-ID: <1412308704.39.0.576400026486.issue16198@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I have had problems entering docstrings because of this. Box should not come us when tab on successive lines. (There really should be autoindent, maybe this interferes.) ---------- stage: needs patch -> patch review versions: +Python 2.7, Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 06:05:56 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 04:05:56 +0000 Subject: [issue6804] IDLE: Detect Python files even if name doesn't end in .py In-Reply-To: <1251582280.35.0.0143459273436.issue6804@psf.upfronthosting.co.za> Message-ID: <1412309156.32.0.160407732485.issue6804@psf.upfronthosting.co.za> Terry J. Reedy added the comment: #6858 was the issue I referred to. Recognizing #!...python, common on *nex, which the patch does not do, seems sensible. I thought about coding line, but general idea is not specific to python. ---------- stage: -> patch review versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 06:06:57 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 04:06:57 +0000 Subject: [issue6171] IDLE - Class Browser selection in Ubuntu In-Reply-To: <1243903612.81.0.195499978214.issue6171@psf.upfronthosting.co.za> Message-ID: <1412309217.4.0.569624080976.issue6171@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- nosy: +terry.reedy stage: -> patch review versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 06:09:40 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 04:09:40 +0000 Subject: [issue11820] idle3 shell os.system swallows shell command output In-Reply-To: <1302421540.99.0.957938249964.issue11820@psf.upfronthosting.co.za> Message-ID: <1412309380.56.0.570259890178.issue11820@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 09:00:54 2014 From: report at bugs.python.org (Georg Brandl) Date: Fri, 03 Oct 2014 07:00:54 +0000 Subject: [issue22540] speed up isinstance and issubclass for the usual cases In-Reply-To: <1412249952.63.0.934537522507.issue22540@psf.upfronthosting.co.za> Message-ID: <1412319654.66.0.621327542554.issue22540@psf.upfronthosting.co.za> Georg Brandl added the comment: Addressing review comments. ---------- Added file: http://bugs.python.org/file36789/pyobject_issubclass_isinstance_speedup_v2.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 09:10:26 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 03 Oct 2014 07:10:26 +0000 Subject: [issue22540] speed up isinstance and issubclass for the usual cases In-Reply-To: <1412249952.63.0.934537522507.issue22540@psf.upfronthosting.co.za> Message-ID: <1412320226.3.0.0238448239244.issue22540@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 09:18:17 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 03 Oct 2014 07:18:17 +0000 Subject: [issue22544] Inconsistent cmath.log behaviour Message-ID: <1412320697.54.0.866089400402.issue22544@psf.upfronthosting.co.za> New submission from Antoine Pitrou: >>> inf = float('inf') >>> z = complex(-0.0, -inf) >>> cmath.log(z) (inf-1.5707963267948966j) >>> cmath.log10(z) (inf-0.6821881769209206j) >>> cmath.log(z, 10) (inf+nan*j) ---------- components: Library (Lib) messages: 228307 nosy: eric.smith, lemburg, mark.dickinson, pitrou, stutzbach priority: low severity: normal status: open title: Inconsistent cmath.log behaviour type: behavior versions: Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 09:32:49 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 03 Oct 2014 07:32:49 +0000 Subject: [issue22540] speed up isinstance and issubclass for the usual cases In-Reply-To: <1412249952.63.0.934537522507.issue22540@psf.upfronthosting.co.za> Message-ID: <20141003073244.86187.62204@mail.hg.python.org> Roundup Robot added the comment: New changeset 4f33a4a2b425 by Georg Brandl in branch 'default': Closes #22540: speed up PyObject_IsInstance and PyObject_IsSubclass in the common case that the second argument has metaclass "type". https://hg.python.org/cpython/rev/4f33a4a2b425 ---------- nosy: +python-dev resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 09:37:38 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 03 Oct 2014 07:37:38 +0000 Subject: [issue22544] Inconsistent cmath.log behaviour In-Reply-To: <1412320697.54.0.866089400402.issue22544@psf.upfronthosting.co.za> Message-ID: <1412321858.29.0.727403038723.issue22544@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 09:57:52 2014 From: report at bugs.python.org (anon) Date: Fri, 03 Oct 2014 07:57:52 +0000 Subject: [issue19915] int.bit_at(n) - Accessing a single bit in O(1) In-Reply-To: <1386376026.32.0.661343465084.issue19915@psf.upfronthosting.co.za> Message-ID: <1412323072.86.0.54547987991.issue19915@psf.upfronthosting.co.za> anon added the comment: Since I'm not familiar with the process I'd request someone creates the PEP. But if really necessary I can try. I just really want to see this in Python 3.5 - it's really essential to a number of scientific methods. I know several open source projects that would benefit from it. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 10:07:34 2014 From: report at bugs.python.org (Florent Rougon) Date: Fri, 03 Oct 2014 08:07:34 +0000 Subject: [issue11975] Fix referencing of built-in types (list, int, ...) In-Reply-To: <1304281262.53.0.265979216697.issue11975@psf.upfronthosting.co.za> Message-ID: <1412323654.77.0.640963418254.issue11975@psf.upfronthosting.co.za> Changes by Florent Rougon : ---------- nosy: +frougon _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 10:40:44 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 03 Oct 2014 08:40:44 +0000 Subject: [issue22545] incomplete complex repr() with negative zeroes Message-ID: <1412325644.16.0.161101814263.issue22545@psf.upfronthosting.co.za> New submission from Antoine Pitrou: >>> complex(-0.0) 0j >>> complex(-0.0).real -0.0 ---------- components: Interpreter Core messages: 228310 nosy: eric.smith, lemburg, mark.dickinson, pitrou, stutzbach priority: normal severity: normal status: open title: incomplete complex repr() with negative zeroes type: behavior versions: Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 11:02:24 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 03 Oct 2014 09:02:24 +0000 Subject: [issue22540] speed up isinstance and issubclass for the usual cases In-Reply-To: <1412249952.63.0.934537522507.issue22540@psf.upfronthosting.co.za> Message-ID: <1412326944.35.0.778972421547.issue22540@psf.upfronthosting.co.za> STINNER Victor added the comment: A buildbot is failing since your change. http://buildbot.python.org/all/builders/AMD64%20Debian%20root%203.x/builds/1261/steps/test/logs/stdio ====================================================================== ERROR: test_decimal_fraction_comparison (test.test_decimal.CUsabilityTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_decimal.py", line 1711, in test_decimal_fraction_comparison self.assertLess(D(0), F(1,9999999999999999999999999999999999999)) File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/case.py", line 1174, in assertLess if not a < b: TypeError: unorderable types: decimal.Decimal() < Fraction() ====================================================================== FAIL: test_abc (test.test_decimal.CPythonAPItests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_decimal.py", line 2404, in test_abc self.assertTrue(issubclass(Decimal, numbers.Number)) AssertionError: False is not true ====================================================================== ERROR: test_mixed_comparisons (test.test_numeric_tower.ComparisonTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_numeric_tower.py", line 173, in test_mixed_comparisons self.assertLess(first, second) File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/case.py", line 1174, in assertLess if not a < b: TypeError: unorderable types: decimal.Decimal() < Fraction() ---------- resolution: fixed -> status: closed -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 11:08:19 2014 From: report at bugs.python.org (Ram Rachum) Date: Fri, 03 Oct 2014 09:08:19 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412327299.78.0.0487309859994.issue22515@psf.upfronthosting.co.za> Ram Rachum added the comment: Attached patch of implementation with tests. I haven't actually run this (because I don't know how to run Python's test suite) so there are likely to be bugs. if there's general agreement about this direction I'll figure out how to run the test so I could ensure it works. ---------- keywords: +patch Added file: http://bugs.python.org/file36790/patch.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 11:09:58 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 03 Oct 2014 09:09:58 +0000 Subject: [issue22540] speed up isinstance and issubclass for the usual cases In-Reply-To: <1412249952.63.0.934537522507.issue22540@psf.upfronthosting.co.za> Message-ID: <1412327398.63.0.73209523398.issue22540@psf.upfronthosting.co.za> Antoine Pitrou added the comment: The test_decimal failure can be reproduced using: ./python -m test -W test_datetime test_decimal ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 11:16:01 2014 From: report at bugs.python.org (Eric V. Smith) Date: Fri, 03 Oct 2014 09:16:01 +0000 Subject: [issue22545] incomplete complex repr() with negative zeroes In-Reply-To: <1412325644.16.0.161101814263.issue22545@psf.upfronthosting.co.za> Message-ID: <1412327761.77.0.795904391894.issue22545@psf.upfronthosting.co.za> Eric V. Smith added the comment: Where are you seeing this? On an Ubuntu 13.10 x86 box, I see: >>> complex(-0.0) (-0+0j) This is with 2.7.5+, 3.3.2+ (from Ubuntu distro), and with 3.5.0a0 and 3.4.2rc1+ built locally. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 11:17:22 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 03 Oct 2014 09:17:22 +0000 Subject: [issue22545] incomplete complex repr() with negative zeroes In-Reply-To: <1412325644.16.0.161101814263.issue22545@psf.upfronthosting.co.za> Message-ID: <1412327842.08.0.317451940561.issue22545@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Oh, my bad. This is with an Anaconda build of Python. ---------- resolution: -> works for me stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 11:20:47 2014 From: report at bugs.python.org (Eric V. Smith) Date: Fri, 03 Oct 2014 09:20:47 +0000 Subject: [issue22545] incomplete complex repr() with negative zeroes In-Reply-To: <1412325644.16.0.161101814263.issue22545@psf.upfronthosting.co.za> Message-ID: <1412328047.91.0.98735981021.issue22545@psf.upfronthosting.co.za> Eric V. Smith added the comment: No problem! For completeness, I also see the correct behavior on cygwin 32-bit 2.7.3 and 3.2.3. I don't have access to a straight Windows version. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 11:28:40 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 03 Oct 2014 09:28:40 +0000 Subject: [issue22540] speed up isinstance and issubclass for the usual cases In-Reply-To: <1412249952.63.0.934537522507.issue22540@psf.upfronthosting.co.za> Message-ID: <20141003092835.86199.78291@mail.hg.python.org> Roundup Robot added the comment: New changeset 6cfe929d1de5 by Antoine Pitrou in branch 'default': Make test_datetime a better citizen (issue #22540) https://hg.python.org/cpython/rev/6cfe929d1de5 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 11:31:18 2014 From: report at bugs.python.org (Tommy Andersen) Date: Fri, 03 Oct 2014 09:31:18 +0000 Subject: [issue22546] Wrong default precision in documentation for format Message-ID: <1412328678.8.0.959126948842.issue22546@psf.upfronthosting.co.za> New submission from Tommy Andersen: The format documentation for the Format Specification Mini-Language for python 3.3 (perhaps newer and older as well) at: https://docs.python.org/3.3/library/string.html States for type '' (for floating point numbers): Similar to 'g', except with at least one digit past the decimal point and a default precision of 12. This is intended to match str(), except you can add the other format modifiers. This appears not to be true, the following code example, run in Python 3.3.2: >>> '{}'.format(3.14159265358979323846264338327950288419) '3.141592653589793' As it can be seen form the output the default precision appears to be 15. ---------- assignee: docs at python components: Documentation messages: 228318 nosy: Barium, docs at python priority: normal severity: normal status: open title: Wrong default precision in documentation for format versions: Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 11:40:14 2014 From: report at bugs.python.org (Mark Dickinson) Date: Fri, 03 Oct 2014 09:40:14 +0000 Subject: [issue22544] Inconsistent cmath.log behaviour In-Reply-To: <1412320697.54.0.866089400402.issue22544@psf.upfronthosting.co.za> Message-ID: <1412329214.77.0.0175784349285.issue22544@psf.upfronthosting.co.za> Mark Dickinson added the comment: I think this is mostly unavoidable: cmath.log(z, 10) is a compound operation that does the equivalent of cmath.log(z) / cmath.log(10), while cmath.log10 is doing everything at once. If anything, this is a problem in how complex division is done: it's arguable that division by a complex number with zero imaginary part should be special-cased here. >>> inf = float('inf') >>> z = complex(-0.0, -inf) >>> cmath.log(10) (2.302585092994046+0j) >>> cmath.log(z) (inf-1.5707963267948966j) >>> cmath.log(z) / cmath.log(10) (inf+nanj) A simpler example just involving division: >>> complex(2.0, inf) / 2.0 # expect 1 + infj. (nan+infj) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 12:49:56 2014 From: report at bugs.python.org (Mark Dickinson) Date: Fri, 03 Oct 2014 10:49:56 +0000 Subject: [issue22544] Inconsistent cmath.log behaviour In-Reply-To: <1412320697.54.0.866089400402.issue22544@psf.upfronthosting.co.za> Message-ID: <1412333396.35.0.632544366893.issue22544@psf.upfronthosting.co.za> Mark Dickinson added the comment: One other option that doesn't involve changing the behaviour of complex division would be to special-case `cmath.log` in the case when the second argument is a float or an int. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 12:52:58 2014 From: report at bugs.python.org (Geert Jansen) Date: Fri, 03 Oct 2014 10:52:58 +0000 Subject: [issue21965] Add support for Memory BIO to _ssl In-Reply-To: <1405156134.57.0.513965198344.issue21965@psf.upfronthosting.co.za> Message-ID: <1412333578.09.0.820368378082.issue21965@psf.upfronthosting.co.za> Geert Jansen added the comment: New patch attached. This patch makes SSLSocket use SSLObject. The big benefit here is obviously test coverage. I decided against using SSLObject as a mixin, because all methods need to be reimplemented anyway because for SSLSocket they need to handle the non-SSL case. Instead, I made SSLSocket._sslobj an SSLObject rather than a _ssl._SSLSocket. The patch is rather small, so I kept it incremental to patch4. Test suite runs fine. I had to update one SSL test (test_unknown_channel_binding). Because the test for the binding type is now in SSLObject, a non-connected SSLSocket will return None even for an unknown binding. Arguably this is even more correct because the binding type can depend on the cryptographic protocol used, e.g. tls-unique doesn't work for SSLv2 (it's currently not checked and nobody cares about SSLv2, I'm just arguing from theory here). A second change is that the private _sslobj is now a different type. However since this is clearly an internal attribute, I think people that are using this should expect breakage. Antoine, please let me know if this is now ready for merging in your view or if not what you'd like me to do still. Thanks. ---------- Added file: http://bugs.python.org/file36791/ssl-memory-bio-4-incr2.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 12:58:29 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 03 Oct 2014 10:58:29 +0000 Subject: [issue21965] Add support for Memory BIO to _ssl In-Reply-To: <1405156134.57.0.513965198344.issue21965@psf.upfronthosting.co.za> Message-ID: <1412333909.7.0.541834835278.issue21965@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Well... I would have expected this approach to yield a bigger reduction in code size. If it doesn't shrink the code, then I'm not sure it's worthwhile. What do you think? (also, why do you have to add an "owner" attribute?) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 13:03:04 2014 From: report at bugs.python.org (Eric V. Smith) Date: Fri, 03 Oct 2014 11:03:04 +0000 Subject: [issue22546] Wrong default precision in documentation for format In-Reply-To: <1412328678.8.0.959126948842.issue22546@psf.upfronthosting.co.za> Message-ID: <1412334184.08.0.647601504978.issue22546@psf.upfronthosting.co.za> Changes by Eric V. Smith : ---------- nosy: +eric.smith, mark.dickinson _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 13:06:13 2014 From: report at bugs.python.org (Eric V. Smith) Date: Fri, 03 Oct 2014 11:06:13 +0000 Subject: [issue22546] Wrong default precision in documentation for format In-Reply-To: <1412328678.8.0.959126948842.issue22546@psf.upfronthosting.co.za> Message-ID: <1412334373.25.0.771586169729.issue22546@psf.upfronthosting.co.za> Eric V. Smith added the comment: I think this is a result of changing the precision of str() to match repr(). 2.7 prints: '3.14159265359' ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 13:09:30 2014 From: report at bugs.python.org (Mark Dickinson) Date: Fri, 03 Oct 2014 11:09:30 +0000 Subject: [issue22544] Inconsistent cmath.log behaviour In-Reply-To: <1412320697.54.0.866089400402.issue22544@psf.upfronthosting.co.za> Message-ID: <1412334570.15.0.951561011212.issue22544@psf.upfronthosting.co.za> Changes by Mark Dickinson : ---------- assignee: -> mark.dickinson _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 14:02:10 2014 From: report at bugs.python.org (Geert Jansen) Date: Fri, 03 Oct 2014 12:02:10 +0000 Subject: [issue21965] Add support for Memory BIO to _ssl In-Reply-To: <1405156134.57.0.513965198344.issue21965@psf.upfronthosting.co.za> Message-ID: <1412337730.59.0.345520650683.issue21965@psf.upfronthosting.co.za> Geert Jansen added the comment: > Well... I would have expected this approach to yield a bigger reduction in code size. If it doesn't shrink the code, then I'm not sure it's worthwhile. What do you think? I think the improved test coverage might still make it worthwhile. All tests are now exercising the SSLObject methods via SSLSocket. Also it's more future proof as the risk is less that you'd add a new method to SSLSocket without adding it to SSLObject as well. It's not clear cut. Either way is fine I think. > (also, why do you have to add an "owner" attribute?) That is to support the first argument passed to the sever name callback set with set_servername_callback(). This will be an SSLSocket or an SSLObject instance depending on who's using it. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 14:53:40 2014 From: report at bugs.python.org (Brett Cannon) Date: Fri, 03 Oct 2014 12:53:40 +0000 Subject: [issue19468] Relax the type restriction on reloaded modules In-Reply-To: <1383275813.81.0.924128062775.issue19468@psf.upfronthosting.co.za> Message-ID: <1412340820.08.0.717230043837.issue19468@psf.upfronthosting.co.za> Brett Cannon added the comment: I think the check can be removed as long as an AttributeError is caught when trying to access module.__name__ and a message mentioning that the user probably meant to pass in a module is used, e.g.: try: name = module.__spec__.name except AttributeError: try: name = module.__name__ except AttributeError: raise TypeError("argument should be a module") ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 14:58:38 2014 From: report at bugs.python.org (Brett Cannon) Date: Fri, 03 Oct 2014 12:58:38 +0000 Subject: [issue22543] -W option cannot use non-standard categories In-Reply-To: <1412285520.72.0.615712160291.issue22543@psf.upfronthosting.co.za> Message-ID: <1412341118.97.0.133240836196.issue22543@psf.upfronthosting.co.za> Brett Cannon added the comment: Doing the initialization later is not really an option as there can be warnings in the parser so it has to be resolved very early on. I guess some form could be a possibility, but that's also tricky as subclass matching also still needs to work. I think we would need to see a patch on the proposed solution before considering its acceptance. Another option would to parse it twice: once early on for Python internals and then again later once site-packages and various other things have been set up. Once again I would need to look at a patch before making a decision on whether it's an acceptable solution. ---------- versions: -Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 15:02:56 2014 From: report at bugs.python.org (Brett Cannon) Date: Fri, 03 Oct 2014 13:02:56 +0000 Subject: [issue17848] can't compile with clang and build a shared lib due to libffi In-Reply-To: <1366961546.37.0.678140272964.issue17848@psf.upfronthosting.co.za> Message-ID: <1412341376.32.0.122627542713.issue17848@psf.upfronthosting.co.za> Changes by Brett Cannon : ---------- title: issue about compile with clang and build a shared lib -> can't compile with clang and build a shared lib due to libffi _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 15:03:22 2014 From: report at bugs.python.org (Brett Cannon) Date: Fri, 03 Oct 2014 13:03:22 +0000 Subject: [issue17848] can't compile with clang and build a shared lib due to libffi In-Reply-To: <1366961546.37.0.678140272964.issue17848@psf.upfronthosting.co.za> Message-ID: <1412341402.68.0.280665802943.issue17848@psf.upfronthosting.co.za> Changes by Brett Cannon : ---------- nosy: +amaury.forgeotdarc, belopolsky, meador.inge _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 15:12:49 2014 From: report at bugs.python.org (Brett Cannon) Date: Fri, 03 Oct 2014 13:12:49 +0000 Subject: [issue8627] Unchecked PyErr_WarnPy3k return value in Objects/typeobject.c In-Reply-To: <1273069856.93.0.435136167669.issue8627@psf.upfronthosting.co.za> Message-ID: <1412341969.62.0.544448240798.issue8627@psf.upfronthosting.co.za> Brett Cannon added the comment: Is there any cleanup to worry about as the comment suggests? If not then the patch LGTM if it does lead to any memory leak. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 15:19:59 2014 From: report at bugs.python.org (Ram Rachum) Date: Fri, 03 Oct 2014 13:19:59 +0000 Subject: [issue22547] Implement an informative `BoundArguments.__repr__` Message-ID: <1412342399.42.0.660286005018.issue22547@psf.upfronthosting.co.za> Changes by Ram Rachum : ---------- components: Library (Lib) nosy: cool-RR priority: normal severity: normal status: open title: Implement an informative `BoundArguments.__repr__` versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 17:17:07 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 03 Oct 2014 15:17:07 +0000 Subject: [issue12780] Clean up tests for pyc/pyo in __file__ In-Reply-To: <1313687680.79.0.253573735588.issue12780@psf.upfronthosting.co.za> Message-ID: <20141003151703.74989.98150@mail.hg.python.org> Roundup Robot added the comment: New changeset 1745fd612d73 by R David Murray in branch '3.4': #12780: update inspect test skipIf for PEP 3147. https://hg.python.org/cpython/rev/1745fd612d73 New changeset 8120de25932f by R David Murray in branch 'default': Merge: #12780: update inspect test skipIf for PEP 3147. https://hg.python.org/cpython/rev/8120de25932f ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 17:20:00 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 03 Oct 2014 15:20:00 +0000 Subject: [issue12780] Clean up tests for pyc/pyo in __file__ In-Reply-To: <1313687680.79.0.253573735588.issue12780@psf.upfronthosting.co.za> Message-ID: <1412349600.43.0.11085871295.issue12780@psf.upfronthosting.co.za> R. David Murray added the comment: It is not true that __file__ will always end with '.py'. If *only* the .pyc or .pyo file exists (not the PEP 3147 version, but just modname.pyc on the pythonpath), then __file__ will end with .pyc. It is also the case that __file__ may end with something *else*, such as .so on unix and .pyd on Windows, as it does in this particular case. So, dropping the extension check is the wrong logic fix. The correct fix is to make sure it isn't '.py', because the original check was making sure there wasn't source code to load. When might unicodedata be a python file and not a sourceless (from inspect's point of view) binary? pypy :) I have no idea if this is actually an issue on pypy, but I'd hate to introduce a new failure for them in the process of doing a cleanup. The reason for the __file__ check is that we are looking for an *external* compiled module for the test. Originally I used time, but that failed on windows because time is part of the main binary on windows and has no __file__ attribute. The idea behind doing the __file__ check is that someone re-packaging python might move unicodedata into the main binary on windows, since if I understand correctly which modules are included there is somewhat arbitrary. ---------- nosy: +r.david.murray resolution: -> fixed stage: commit review -> resolved status: open -> closed versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 18:16:42 2014 From: report at bugs.python.org (Alexander Belopolsky) Date: Fri, 03 Oct 2014 16:16:42 +0000 Subject: [issue17848] can't compile with clang and build a shared lib due to libffi In-Reply-To: <1366961546.37.0.678140272964.issue17848@psf.upfronthosting.co.za> Message-ID: <1412353002.52.0.360401085417.issue17848@psf.upfronthosting.co.za> Alexander Belopolsky added the comment: Leon, Are you trying to run compiled python binary before it was installed? If so, this is expected and not specific to clang or libffi. If your issue is something else - please explain how to reproduce it and post the error messages that you see. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 18:19:15 2014 From: report at bugs.python.org (Tshepang Lekhonkhobe) Date: Fri, 03 Oct 2014 16:19:15 +0000 Subject: [issue22508] Remove __version__ string from email In-Reply-To: <1411851922.47.0.151418243457.issue22508@psf.upfronthosting.co.za> Message-ID: <1412353155.48.0.0947912517897.issue22508@psf.upfronthosting.co.za> Tshepang Lekhonkhobe added the comment: Looks like a safe change. There is only one user in all Debian sources, and it's on Python 2: http://codesearch.debian.net/search?q=email.__version__ ---------- nosy: +tshepang _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 18:20:17 2014 From: report at bugs.python.org (Tshepang Lekhonkhobe) Date: Fri, 03 Oct 2014 16:20:17 +0000 Subject: [issue22536] subprocess should include filename in FileNotFoundError exception In-Reply-To: <1412210977.42.0.325510395327.issue22536@psf.upfronthosting.co.za> Message-ID: <1412353217.88.0.802420747713.issue22536@psf.upfronthosting.co.za> Changes by Tshepang Lekhonkhobe : ---------- nosy: +tshepang _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 18:26:34 2014 From: report at bugs.python.org (Yury Selivanov) Date: Fri, 03 Oct 2014 16:26:34 +0000 Subject: [issue22547] Implement an informative `BoundArguments.__repr__` Message-ID: <1412353594.59.0.76573265737.issue22547@psf.upfronthosting.co.za> New submission from Yury Selivanov: Can you propose a format for it? I'm not sure that including all arguments and their reprs is a good idea, as it will make BA's repr too long. ---------- nosy: +yselivanov _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 18:28:37 2014 From: report at bugs.python.org (Ram Rachum) Date: Fri, 03 Oct 2014 16:28:37 +0000 Subject: [issue22547] Implement an informative `BoundArguments.__repr__` In-Reply-To: <1412353594.59.0.76573265737.issue22547@psf.upfronthosting.co.za> Message-ID: <1412353717.21.0.830238951759.issue22547@psf.upfronthosting.co.za> Ram Rachum added the comment: Something like I have no problem with truncation when it gets too long. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 18:29:45 2014 From: report at bugs.python.org (Yury Selivanov) Date: Fri, 03 Oct 2014 16:29:45 +0000 Subject: [issue22547] Implement an informative `BoundArguments.__repr__` In-Reply-To: <1412353594.59.0.76573265737.issue22547@psf.upfronthosting.co.za> Message-ID: <1412353785.23.0.456902074123.issue22547@psf.upfronthosting.co.za> Yury Selivanov added the comment: How about we just list bound arguments names, without values? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 18:31:23 2014 From: report at bugs.python.org (Ram Rachum) Date: Fri, 03 Oct 2014 16:31:23 +0000 Subject: [issue22547] Implement an informative `BoundArguments.__repr__` In-Reply-To: <1412353594.59.0.76573265737.issue22547@psf.upfronthosting.co.za> Message-ID: <1412353883.29.0.378042270223.issue22547@psf.upfronthosting.co.za> Ram Rachum added the comment: Em, that kind of defeats the purpose of describing the object, doesn't it? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 18:36:29 2014 From: report at bugs.python.org (Barry A. Warsaw) Date: Fri, 03 Oct 2014 16:36:29 +0000 Subject: [issue22508] Remove __version__ string from email In-Reply-To: <1412353155.48.0.0947912517897.issue22508@psf.upfronthosting.co.za> Message-ID: <20141003123622.69ab73e0@anarchist.wooz.org> Barry A. Warsaw added the comment: On Oct 03, 2014, at 04:19 PM, Tshepang Lekhonkhobe wrote: >Looks like a safe change. There is only one user in all Debian sources, and it's on Python 2: > >http://codesearch.debian.net/search?q=email.__version__ Hahahahahahahaha ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 18:44:41 2014 From: report at bugs.python.org (Yury Selivanov) Date: Fri, 03 Oct 2014 16:44:41 +0000 Subject: [issue22547] Implement an informative `BoundArguments.__repr__` In-Reply-To: <1412353594.59.0.76573265737.issue22547@psf.upfronthosting.co.za> Message-ID: <1412354681.15.0.265494076869.issue22547@psf.upfronthosting.co.za> Yury Selivanov added the comment: Yes and no ;) You can have partially bound args, you can bind just one argument and use defaults for the rest, etc. I agree that it's not an ideal solution, but it is a sane compromise. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 18:45:52 2014 From: report at bugs.python.org (Ram Rachum) Date: Fri, 03 Oct 2014 16:45:52 +0000 Subject: [issue22547] Implement an informative `BoundArguments.__repr__` In-Reply-To: <1412353594.59.0.76573265737.issue22547@psf.upfronthosting.co.za> Message-ID: <1412354752.89.0.36993157173.issue22547@psf.upfronthosting.co.za> Ram Rachum added the comment: I think the point of `__init__` is to know what the object is, and if you're hiding the values then someone has to access the attributes to find out the values and that sucks. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 18:56:15 2014 From: report at bugs.python.org (Georg Brandl) Date: Fri, 03 Oct 2014 16:56:15 +0000 Subject: [issue22540] speed up isinstance and issubclass for the usual cases In-Reply-To: <1412249952.63.0.934537522507.issue22540@psf.upfronthosting.co.za> Message-ID: <1412355375.0.0.812304585387.issue22540@psf.upfronthosting.co.za> Georg Brandl added the comment: Thanks for fixing! I did run "make test" locally, but that did not produce the failure. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:03:00 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 03 Oct 2014 17:03:00 +0000 Subject: [issue22508] Remove __version__ string from email In-Reply-To: <1411851922.47.0.151418243457.issue22508@psf.upfronthosting.co.za> Message-ID: <20141003170257.74989.92018@mail.hg.python.org> Roundup Robot added the comment: New changeset 67f9e757f21b by R David Murray in branch 'default': #22508: Drop email __version__ string. It no longer means anything. https://hg.python.org/cpython/rev/67f9e757f21b ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:03:33 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 03 Oct 2014 17:03:33 +0000 Subject: [issue22508] Remove __version__ string from email In-Reply-To: <1411851922.47.0.151418243457.issue22508@psf.upfronthosting.co.za> Message-ID: <1412355813.88.0.587820027338.issue22508@psf.upfronthosting.co.za> Changes by R. David Murray : ---------- resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:09:10 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 03 Oct 2014 17:09:10 +0000 Subject: [issue21831] integer overflow in 'buffer' type allows reading memory In-Reply-To: <1403579483.71.0.894080875478.issue21831@psf.upfronthosting.co.za> Message-ID: <20141003170859.23213.56013@mail.hg.python.org> Roundup Robot added the comment: New changeset 5ef28c22dc24 by doko in branch '2.7': - Add CVE number for Issue #21831 https://hg.python.org/cpython/rev/5ef28c22dc24 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:19:43 2014 From: report at bugs.python.org (Mark Dickinson) Date: Fri, 03 Oct 2014 17:19:43 +0000 Subject: [issue22545] incomplete complex repr() with negative zeroes In-Reply-To: <1412325644.16.0.161101814263.issue22545@psf.upfronthosting.co.za> Message-ID: <1412356783.79.0.782471556378.issue22545@psf.upfronthosting.co.za> Mark Dickinson added the comment: Out of interest, what caused Anaconda to behave differently? Is there some fragility that needs fixing in the Python core code? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:21:50 2014 From: report at bugs.python.org (lkraav) Date: Fri, 03 Oct 2014 17:21:50 +0000 Subject: [issue15108] ERROR: SystemError: ./../Objects/tupleobject.c:118: bad argument to internal function In-Reply-To: <1340142734.59.0.259692259195.issue15108@psf.upfronthosting.co.za> Message-ID: <1412356910.22.0.58257330454.issue15108@psf.upfronthosting.co.za> Changes by lkraav : ---------- nosy: +lkraav _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:24:14 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 03 Oct 2014 17:24:14 +0000 Subject: [issue22548] Bogus parsing of negative zeros in complex literals Message-ID: <1412357054.52.0.79002389879.issue22548@psf.upfronthosting.co.za> New submission from Antoine Pitrou: This may be a parser limitation... >>> z = -0.-0.j >>> z (-0+0j) >>> z.imag 0.0 >>> z = 0.-0.j >>> z.imag 0.0 ---------- components: Interpreter Core messages: 228343 nosy: benjamin.peterson, mark.dickinson, pitrou priority: low severity: normal status: open title: Bogus parsing of negative zeros in complex literals type: behavior versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:28:03 2014 From: report at bugs.python.org (lkraav) Date: Fri, 03 Oct 2014 17:28:03 +0000 Subject: [issue15108] ERROR: SystemError: ./../Objects/tupleobject.c:118: bad argument to internal function In-Reply-To: <1340142734.59.0.259692259195.issue15108@psf.upfronthosting.co.za> Message-ID: <1412357283.4.0.126215934843.issue15108@psf.upfronthosting.co.za> lkraav added the comment: I may be seeing this running tracd-1.1.2b1 on python 2.7.7 http://trac.edgewall.org/ticket/11772 ---------- versions: +Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:28:16 2014 From: report at bugs.python.org (Mark Dickinson) Date: Fri, 03 Oct 2014 17:28:16 +0000 Subject: [issue22548] Bogus parsing of negative zeros in complex literals In-Reply-To: <1412357054.52.0.79002389879.issue22548@psf.upfronthosting.co.za> Message-ID: <1412357296.04.0.99642522563.issue22548@psf.upfronthosting.co.za> Mark Dickinson added the comment: This is not a bug, but a known and difficult-to-avoid issue with signed zeros and creating complex numbers from real and imaginary parts. The safe way to do it is to use the `complex(real_part, imag_part)` construction. In the first example, you're subtracting a complex number (0.j) from a float (-0.0). The float gets promoted to a complex (by filling in an imaginary part of +0.0), and the imaginary literal is similarly treated as a complex number (by filling in a 0.0 for the real part). So the subtraction is doing: complex(-0.0, 0.0) - complex(0.0, -0.0) which as expected gives a real part of -0.0, and an imaginary part of +0.0. ---------- resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:29:41 2014 From: report at bugs.python.org (Mark Dickinson) Date: Fri, 03 Oct 2014 17:29:41 +0000 Subject: [issue22548] Bogus parsing of negative zeros in complex literals In-Reply-To: <1412357054.52.0.79002389879.issue22548@psf.upfronthosting.co.za> Message-ID: <1412357381.42.0.853923921194.issue22548@psf.upfronthosting.co.za> Mark Dickinson added the comment: Sorry; that should be: complex(-0.0, 0.0) - complex(0.0, 0.0) The imaginary part is then worked out as (0.0 - 0.0), which (in all rounding modes but round-towards-negative) is 0.0. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:31:06 2014 From: report at bugs.python.org (Mark Dickinson) Date: Fri, 03 Oct 2014 17:31:06 +0000 Subject: [issue22548] Bogus parsing of negative zeros in complex literals In-Reply-To: <1412357054.52.0.79002389879.issue22548@psf.upfronthosting.co.za> Message-ID: <1412357466.4.0.595419329702.issue22548@psf.upfronthosting.co.za> Mark Dickinson added the comment: P.S. The C standardisation folks tried to introduce the Imaginary type (optional for a conforming implementation) to get around exactly this type of problem, but it doesn't seem to have caught on in most mainstream compilers. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:36:30 2014 From: report at bugs.python.org (Kevin Hendricks) Date: Fri, 03 Oct 2014 17:36:30 +0000 Subject: [issue22549] bug in accessing bytes, inconsistent with normal strings and python 2.7 Message-ID: <1412357790.8.0.103142585174.issue22549@psf.upfronthosting.co.za> New submission from Kevin Hendricks: Hi, I am working on porting my ebook code from Python 2.7 to work with both Python 2.7 and Python 3.4 and have found the following inconsistency I think is a bug ... KevinsiMac:~ kbhend$ python3 Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 00:54:21) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> o = '123456789' >>> o[-3] '7' >>> type(o[-3]) >>> type(o) the above is what I expected but under python 3 for bytes you get the following instead: >>> o = b'123456789' >>> o[-3] 55 >>> type(o[-3]) >>> type(o) When I compare this to Python 2.7 for both bytestrings and unicode I see the expected behaviour. Python 2.7.7 (v2.7.7:f89216059edf, May 31 2014, 12:53:48) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> o = '123456789' >>> o[-3] '7' >>> type(o[-3]) >>> type(o) >>> o = u'123456789' >>> o[-3] u'7' >>> type(o[-3]) >>> type(o) I would consider this a bug as it makes it much harder to write python code that works on both python 2.7 and python 3.4 ---------- components: Interpreter Core messages: 228348 nosy: kevinbhendricks priority: normal severity: normal status: open title: bug in accessing bytes, inconsistent with normal strings and python 2.7 type: behavior versions: Python 2.7, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:36:56 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 03 Oct 2014 17:36:56 +0000 Subject: [issue22545] incomplete complex repr() with negative zeroes In-Reply-To: <1412325644.16.0.161101814263.issue22545@psf.upfronthosting.co.za> Message-ID: <1412357816.46.0.883927740126.issue22545@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Actually, I realize it's not even Anaconda. I was just using a 2.6 interpreter, which apparently had a differently complex repr(). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:38:16 2014 From: report at bugs.python.org (Mark Dickinson) Date: Fri, 03 Oct 2014 17:38:16 +0000 Subject: [issue22545] incomplete complex repr() with negative zeroes In-Reply-To: <1412325644.16.0.161101814263.issue22545@psf.upfronthosting.co.za> Message-ID: <1412357896.53.0.893954728327.issue22545@psf.upfronthosting.co.za> Mark Dickinson added the comment: Ah yes, that would make sense. I vaguely remember fixing this between Python 2.6 and Python 2.7. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:38:39 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 03 Oct 2014 17:38:39 +0000 Subject: [issue22548] Bogus parsing of negative zeros in complex literals In-Reply-To: <1412357054.52.0.79002389879.issue22548@psf.upfronthosting.co.za> Message-ID: <1412357919.75.0.257804832268.issue22548@psf.upfronthosting.co.za> Antoine Pitrou added the comment: FTR, a similar issue with regular floats: >>> -0.0-0.0 -0.0 >>> (-0.0)-0.0 -0.0 >>> z = -0.0 >>> z - z 0.0 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:45:47 2014 From: report at bugs.python.org (Mark Dickinson) Date: Fri, 03 Oct 2014 17:45:47 +0000 Subject: [issue22548] Bogus parsing of negative zeros in complex literals In-Reply-To: <1412357054.52.0.79002389879.issue22548@psf.upfronthosting.co.za> Message-ID: <1412358347.53.0.345312600384.issue22548@psf.upfronthosting.co.za> Mark Dickinson added the comment: Nope, no float issue here. :-) Which part of the output do you think is wrong? Your last (z - z) is doing ((-0.0) - (-0.0)), not (-0.0 - 0.0). This is all following the IEEE 754 rules. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:46:41 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 03 Oct 2014 17:46:41 +0000 Subject: [issue22548] Bogus parsing of negative zeros in complex literals In-Reply-To: <1412357054.52.0.79002389879.issue22548@psf.upfronthosting.co.za> Message-ID: <1412358401.92.0.0507415440458.issue22548@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Yes, the last part is ok. It's the preceding parts that are a bit surprising. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:47:03 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 03 Oct 2014 17:47:03 +0000 Subject: [issue22548] Bogus parsing of negative zeros in complex literals In-Reply-To: <1412357054.52.0.79002389879.issue22548@psf.upfronthosting.co.za> Message-ID: <1412358423.4.0.761758388796.issue22548@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Oops, I get it now. Sorry. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:47:05 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 03 Oct 2014 17:47:05 +0000 Subject: [issue8627] Unchecked PyErr_WarnPy3k return value in Objects/typeobject.c In-Reply-To: <1273069856.93.0.435136167669.issue8627@psf.upfronthosting.co.za> Message-ID: <1412358425.7.0.510950780423.issue8627@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: How did you detect a leak Mark? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:50:31 2014 From: report at bugs.python.org (Mark Dickinson) Date: Fri, 03 Oct 2014 17:50:31 +0000 Subject: [issue22548] Bogus parsing of negative zeros in complex literals In-Reply-To: <1412357054.52.0.79002389879.issue22548@psf.upfronthosting.co.za> Message-ID: <1412358631.91.0.0570879729123.issue22548@psf.upfronthosting.co.za> Mark Dickinson added the comment: > Oops, I get it now. Okay. :-) Just for the record, for anyone encountering this issue in the future, here's the relevant extract from section 6.3 of IEEE 754-2008: """ When the sum of two operands with opposite signs (or the difference of two operands with like signs) is exactly zero, the sign of that sum (or difference) shall be +0 in all rounding-direction attributes except roundTowardNegative; under that attribute, the sign of an exact zero sum (or difference) shall be ?0. However, x + x = x ? (?x) retains the same sign as x even when x is zero. """ It doesn't cover the "sum with like signs" or "difference with opposite signs" cases, I suppose because it should be obvious what happens in those cases. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:52:13 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 03 Oct 2014 17:52:13 +0000 Subject: [issue15108] ERROR: SystemError: ./../Objects/tupleobject.c:118: bad argument to internal function In-Reply-To: <1340142734.59.0.259692259195.issue15108@psf.upfronthosting.co.za> Message-ID: <1412358733.13.0.734588688847.issue15108@psf.upfronthosting.co.za> Antoine Pitrou added the comment: What is tracd doing? This issue should only appear when calling one of the debugging functions in the gc module, AFAICT. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:54:57 2014 From: report at bugs.python.org (Mark Dickinson) Date: Fri, 03 Oct 2014 17:54:57 +0000 Subject: [issue8627] Unchecked PyErr_WarnPy3k return value in Objects/typeobject.c In-Reply-To: <1273069856.93.0.435136167669.issue8627@psf.upfronthosting.co.za> Message-ID: <1412358897.84.0.992739934027.issue8627@psf.upfronthosting.co.za> Mark Dickinson added the comment: > How did you detect a leak Mark? Um. It was four years ago. I have no idea. :-) I suspect I was just looking at the C code and being my usual nasty suspicious self. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 19:55:41 2014 From: report at bugs.python.org (Mark Dickinson) Date: Fri, 03 Oct 2014 17:55:41 +0000 Subject: [issue8627] Unchecked PyErr_WarnPy3k return value in Objects/typeobject.c In-Reply-To: <1273069856.93.0.435136167669.issue8627@psf.upfronthosting.co.za> Message-ID: <1412358941.88.0.484811337585.issue8627@psf.upfronthosting.co.za> Mark Dickinson added the comment: Whoops; make that two years ago, not four. The rest stands, though. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 20:01:45 2014 From: report at bugs.python.org (Mark Dickinson) Date: Fri, 03 Oct 2014 18:01:45 +0000 Subject: [issue22548] Bogus parsing of negative zeros in complex literals In-Reply-To: <1412357054.52.0.79002389879.issue22548@psf.upfronthosting.co.za> Message-ID: <1412359305.87.0.105876016625.issue22548@psf.upfronthosting.co.za> Mark Dickinson added the comment: > It doesn't cover the "sum with like signs" Ah, sorry, yes it does; it's in the previous paragraph. """ [...] the sign of a sum, or of a difference x?y regarded as a sum x+(?y), differs from at most one of the addends? signs """ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 20:27:08 2014 From: report at bugs.python.org (Stefan Krah) Date: Fri, 03 Oct 2014 18:27:08 +0000 Subject: [issue22445] Memoryviews require more strict contiguous checks then necessary In-Reply-To: <1411153250.02.0.529032306838.issue22445@psf.upfronthosting.co.za> Message-ID: <1412360828.94.0.164186989674.issue22445@psf.upfronthosting.co.za> Stefan Krah added the comment: Okay, the whole thing isn't that urgent either. Sorry for the confusion w.r.t slicing: I misremembered what the latest numpy version did: a) >>> x = np.array([[1,2,3,]]) >>> x.strides (9223372036854775807, 8) b) >>> x = np.array([[1,2,3], [4,5,6]])[:1] >>> x.strides (24, 8) Somehow I thought that case b) would also produce the special marker, but it doesn't, so all is well. ---------- priority: normal -> low _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 20:29:35 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 03 Oct 2014 18:29:35 +0000 Subject: [issue22550] issubclass can fail after module reloading Message-ID: <1412360975.58.0.103678006739.issue22550@psf.upfronthosting.co.za> New submission from Serhiy Storchaka: Inspired by test failure in issue22540. This is still looks as a bug to me: >>> import sys, decimal, numbers >>> issubclass(decimal.Decimal, numbers.Number) True >>> del sys.modules['numbers'] >>> import numbers >>> issubclass(decimal.Decimal, numbers.Number) False ---------- messages: 228362 nosy: serhiy.storchaka priority: normal severity: normal status: open title: issubclass can fail after module reloading type: behavior versions: Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 20:30:04 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 03 Oct 2014 18:30:04 +0000 Subject: [issue22550] issubclass can fail after module reloading In-Reply-To: <1412360975.58.0.103678006739.issue22550@psf.upfronthosting.co.za> Message-ID: <1412361004.36.0.193116778023.issue22550@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 21:06:21 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 03 Oct 2014 19:06:21 +0000 Subject: [issue22549] bug in accessing bytes, inconsistent with normal strings and python 2.7 In-Reply-To: <1412357790.8.0.103142585174.issue22549@psf.upfronthosting.co.za> Message-ID: <1412363181.8.0.869926542586.issue22549@psf.upfronthosting.co.za> R. David Murray added the comment: Agreed, but that is a design decision that was taken long ago (regretted by more than a few but defended by others). You can find a number of discussions of this by searching the python-dev archives, including some more recent discussions on possibilities for lessening the pain, but I don't remember if any of those turned into real proposals. For now, you can find some helpers in six, or you can write your code using slice notation (b'abc'[1:2] == b'b'). ---------- nosy: +r.david.murray resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 21:18:15 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 03 Oct 2014 19:18:15 +0000 Subject: [issue22550] issubclass can fail after module reloading In-Reply-To: <1412360975.58.0.103678006739.issue22550@psf.upfronthosting.co.za> Message-ID: <1412363895.41.0.574788346322.issue22550@psf.upfronthosting.co.za> Antoine Pitrou added the comment: How would Decimal know that someone has swapped the decimal module in sys.modules? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 21:21:50 2014 From: report at bugs.python.org (Eyal Gruss) Date: Fri, 03 Oct 2014 19:21:50 +0000 Subject: [issue16066] Truncated POST data in CGI script on Windows 7 In-Reply-To: <1348782648.4.0.8522398728.issue16066@psf.upfronthosting.co.za> Message-ID: <1412364110.51.0.996818720899.issue16066@psf.upfronthosting.co.za> Eyal Gruss added the comment: i can confirm on win 7 and python 3.4.1 ---------- nosy: +Eyal.Gruss _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 21:42:27 2014 From: report at bugs.python.org (Matthias Klose) Date: Fri, 03 Oct 2014 19:42:27 +0000 Subject: [issue22526] file iteration SystemError for huge lines (2GiB+) In-Reply-To: <1412093451.75.0.0583026923325.issue22526@psf.upfronthosting.co.za> Message-ID: <1412365347.94.0.959867039227.issue22526@psf.upfronthosting.co.za> Matthias Klose added the comment: no, it doesn't. at least when testing the installed python installation, it just fails: https://jenkins.qa.ubuntu.com/job/utopic-adt-python2.7/39/? ---------- nosy: +doko resolution: fixed -> status: closed -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 22:23:18 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 20:23:18 +0000 Subject: [issue22546] Wrong default precision in documentation for format In-Reply-To: <1412328678.8.0.959126948842.issue22546@psf.upfronthosting.co.za> Message-ID: <1412367798.18.0.799214799623.issue22546@psf.upfronthosting.co.za> Terry J. Reedy added the comment: "The precision is a decimal number indicating how many digits should be displayed ... before and after the decimal point for a floating point value formatted with 'g' or 'G'. It seems that str, repr, and '' are using precision 16, and the doc should be changed to match. >>>str(.314159265358979323846264338327950288419) '0.3141592653589793' # 16, not counting 0. >>> '{}'.format(3.14159265358979323846264338327950288419) '3.141592653589793' >>> '{:.16g}'.format(3.14159265358979323846264338327950288419) '3.141592653589793' >>> str(3.14159265358979323846264338327950288419) '3.141592653589793' # 16 But I discovered this 'anomaly' (bug?) >>> str(31.4159265358979323846264338327950288419) '31.41592653589793' >>> str(33.14159265358979323846264338327950288419) '33.1415926535898' # precision 15 I expected this last to be '33.14159265358979' as 32... rounds down, not up. repr and '{}'.format act the same. ---------- nosy: +terry.reedy stage: -> needs patch type: -> behavior versions: +Python 3.4, Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 22:23:26 2014 From: report at bugs.python.org (Mark Lawrence) Date: Fri, 03 Oct 2014 20:23:26 +0000 Subject: [issue15244] Support for opening files with FILE_SHARE_DELETE on Windows In-Reply-To: <1341342894.98.0.559958462018.issue15244@psf.upfronthosting.co.za> Message-ID: <1412367806.12.0.362867446966.issue15244@psf.upfronthosting.co.za> Mark Lawrence added the comment: How do we take this forward, also considering #12939, #21859 and #14243 and possibly others? ---------- nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 22:24:05 2014 From: report at bugs.python.org (Benjamin Peterson) Date: Fri, 03 Oct 2014 20:24:05 +0000 Subject: [issue22526] file iteration SystemError for huge lines (2GiB+) In-Reply-To: <1412093451.75.0.0583026923325.issue22526@psf.upfronthosting.co.za> Message-ID: <1412367845.44.0.329183287231.issue22526@psf.upfronthosting.co.za> Benjamin Peterson added the comment: For insufficient memory not an incorrect fix, though? ---------- nosy: +benjamin.peterson _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 22:28:34 2014 From: report at bugs.python.org (Mark Lawrence) Date: Fri, 03 Oct 2014 20:28:34 +0000 Subject: [issue16700] Document that bytes OS API can returns unusable results on Windows In-Reply-To: <1355677117.39.0.191453655217.issue16700@psf.upfronthosting.co.za> Message-ID: <1412368114.04.0.659227321667.issue16700@psf.upfronthosting.co.za> Mark Lawrence added the comment: As #13247 has been closed "not a bug" and #16656 "won't fix" shouldn't this be done sooner rather than later? ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 22:36:43 2014 From: report at bugs.python.org (Mark Lawrence) Date: Fri, 03 Oct 2014 20:36:43 +0000 Subject: [issue14243] tempfile.NamedTemporaryFile not particularly useful on Windows In-Reply-To: <1331345648.86.0.0206250913108.issue14243@psf.upfronthosting.co.za> Message-ID: <1412368603.46.0.604313322944.issue14243@psf.upfronthosting.co.za> Mark Lawrence added the comment: This is one of several Windows file related issues, see also #12939, #21859, #15244 and possibly others. How can we take this forward? If it's of any use I can help with testing as I've a new Windows 8.1 HP laptop with 8G of memory. ---------- nosy: +BreamoreBoy, steve.dower, zach.ware -brian.curtin versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 22:37:51 2014 From: report at bugs.python.org (Ben Roberts) Date: Fri, 03 Oct 2014 20:37:51 +0000 Subject: [issue19119] duplicate test name in Lib/test/test_heapq.py In-Reply-To: <1380401602.68.0.29924709136.issue19119@psf.upfronthosting.co.za> Message-ID: <1412368671.15.0.756938080033.issue19119@psf.upfronthosting.co.za> Ben Roberts added the comment: Any thoughts/reviews on the patch? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 22:39:31 2014 From: report at bugs.python.org (Taylor Marks) Date: Fri, 03 Oct 2014 20:39:31 +0000 Subject: [issue22551] Anything results in a SyntaxError after -i -u -c on 2.7.8 on Windows 7 Message-ID: <1412368771.6.0.381085911452.issue22551@psf.upfronthosting.co.za> New submission from Taylor Marks: On Python 2.7.8, on Windows 7, if I start up the Python interactive console using the flags -i -u -c, nothing else will be considered valid syntax from that point forward. My understanding is: -i tells Python to enter interactive mode after it's done running whatever else it's told to do -u tells Python to not buffer output -c tells Python to treat any further arguments as Python code and to run it None of these flags should be causing the issues that I'm seeing, I don't think. Example: $ python -i -u -c "print('Test')" Test >>> print('verify') File "", line 1 print('verify') ^ SyntaxError: invalid syntax This doesn't occur on my computer running OS X Mavericks (10.9.4) and Python 2.7.6 which leads me to think this may be a platform or version specific issue... ---------- components: Interpreter Core, Windows messages: 228373 nosy: Taylor.Marks priority: normal severity: normal status: open title: Anything results in a SyntaxError after -i -u -c on 2.7.8 on Windows 7 type: behavior versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 22:47:56 2014 From: report at bugs.python.org (Ram Rachum) Date: Fri, 03 Oct 2014 20:47:56 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412369276.33.0.880910815067.issue22515@psf.upfronthosting.co.za> Ram Rachum added the comment: Fixed patch attached. Still needs someone to run it and see whether there are any bugs. ---------- Added file: http://bugs.python.org/file36792/patch2.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 22:50:07 2014 From: report at bugs.python.org (Alex Gaynor) Date: Fri, 03 Oct 2014 20:50:07 +0000 Subject: [issue22449] SSLContext.load_verify_locations behavior on Windows and OSX In-Reply-To: <1411209339.34.0.91149685596.issue22449@psf.upfronthosting.co.za> Message-ID: <1412369407.12.0.584232125899.issue22449@psf.upfronthosting.co.za> Alex Gaynor added the comment: Attached patch also adds a test -- I'm not convinced this is the best way to test this, but I don't see any other way either. ---------- Added file: http://bugs.python.org/file36793/issue22449.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 22:56:15 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 20:56:15 +0000 Subject: [issue22547] Implement an informative `BoundArguments.__repr__` In-Reply-To: <1412353594.59.0.76573265737.issue22547@psf.upfronthosting.co.za> Message-ID: <1412369775.17.0.732677033754.issue22547@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Context: inspect.signature returns an inspect.Signature instance. Its .bind and .bind_partial methods return ab inspect.BoundArguments instance with a standard <...@ 0x...> representation. >>> import inspect >>> def foo(a, b=10): pass >>> ba = inspect.signature(foo).bind(5) >>> ba BAs already have 3 data access methods >>> ba.arguments # I believe this describes the object pretty fully OrderedDict([('a', 5)]) >>> ba.args (5,) >>> ba.kwargs {} A possible proposal for this case would be . However, this contains the same info as ba.arguments but in a less accessible form. Listing all parameters (and their default values if any) would be wrong as the additional info is not part of the object. The doc says to use Signature.parameters for full info, and it shows how to do that. So I am negative on the proposal. ---------- nosy: +terry.reedy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 22:59:16 2014 From: report at bugs.python.org (Ram Rachum) Date: Fri, 03 Oct 2014 20:59:16 +0000 Subject: [issue22547] Implement an informative `BoundArguments.__repr__` In-Reply-To: <1412353594.59.0.76573265737.issue22547@psf.upfronthosting.co.za> Message-ID: <1412369956.08.0.791610946278.issue22547@psf.upfronthosting.co.za> Ram Rachum added the comment: Another thing I proposed in python-ideas is to have `__getitem__` delegate to `.arguments`, so this proposal is similar in spirit, because I want to have `__repr__` show information from `.arguments`. To be honest I don't see the point in having to access `.arguments` manually for anything. `BoundArguments` is all about arguments. I don't see a reason to waste anyone's time with accessing an attribute on it to get to the arguments. There isn't much more to get on the thing. So this applies both to __repr__ and __getitem__. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 23:03:37 2014 From: report at bugs.python.org (Yury Selivanov) Date: Fri, 03 Oct 2014 21:03:37 +0000 Subject: [issue22547] Implement an informative `BoundArguments.__repr__` In-Reply-To: <1412353594.59.0.76573265737.issue22547@psf.upfronthosting.co.za> Message-ID: <1412370217.41.0.988957575012.issue22547@psf.upfronthosting.co.za> Yury Selivanov added the comment: > Another thing I proposed in python-ideas is to have `__getitem__` delegate to `.arguments`, so this proposal is similar in spirit, because I want to have `__repr__` show information from `.arguments`. Big -1 on __getitem__ > To be honest I don't see the point in having to access `.arguments` manually for anything. `BoundArguments` is all about arguments. I agree. I'll take a look. ---------- assignee: -> yselivanov nosy: +larry, ncoghlan _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 23:04:08 2014 From: report at bugs.python.org (Mark Lawrence) Date: Fri, 03 Oct 2014 21:04:08 +0000 Subject: [issue18903] IDLE file-completion is case-sensitive in Windows In-Reply-To: <1378085615.28.0.091077723559.issue18903@psf.upfronthosting.co.za> Message-ID: <1412370247.99.0.660625778518.issue18903@psf.upfronthosting.co.za> Mark Lawrence added the comment: @Terry can you comment on Westley's patch please. ---------- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 23:07:55 2014 From: report at bugs.python.org (Steve Dower) Date: Fri, 03 Oct 2014 21:07:55 +0000 Subject: [issue15244] Support for opening files with FILE_SHARE_DELETE on Windows In-Reply-To: <1341342894.98.0.559958462018.issue15244@psf.upfronthosting.co.za> Message-ID: <1412370475.93.0.342596057515.issue15244@psf.upfronthosting.co.za> Steve Dower added the comment: As much as I like the idea of using OS handles everywhere, the compatibility issues are probably too significant, and you can't mix CRT methods with OS methods because the CRT does its own buffering. Of course, you can open a file with the Win32 API and immediately call open_osfhandle() safely enough. It seems this should be solvable with the opener argument of open(). Was that discussed and I missed it? Would the ability to write "open(f, opener=with_same_sharing_as(f))" be okay/useful/relevant for all platforms? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 23:16:17 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 03 Oct 2014 21:16:17 +0000 Subject: [issue22547] Implement an informative `BoundArguments.__repr__` In-Reply-To: <1412353594.59.0.76573265737.issue22547@psf.upfronthosting.co.za> Message-ID: <1412370977.22.0.885978811657.issue22547@psf.upfronthosting.co.za> Terry J. Reedy added the comment: .arguments returns a mutable (ordered) dict that can be modified. See the example in the doc https://docs.python.org/3.4/library/inspect.html#inspect.BoundArguments ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 23:17:09 2014 From: report at bugs.python.org (Yury Selivanov) Date: Fri, 03 Oct 2014 21:17:09 +0000 Subject: [issue19472] inspect.getsource() raises a wrong exception type In-Reply-To: <1383306863.35.0.879382426433.issue19472@psf.upfronthosting.co.za> Message-ID: <1412371029.51.0.69513110279.issue19472@psf.upfronthosting.co.za> Yury Selivanov added the comment: > @Yury do you agree with this? I think it's a perfectly normal behaviour. OSError is raised for valid kind of objects, and TypeError is raised when you're passing something weird. That's a pretty common practice is Python. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 23:17:18 2014 From: report at bugs.python.org (Yury Selivanov) Date: Fri, 03 Oct 2014 21:17:18 +0000 Subject: [issue19472] inspect.getsource() raises a wrong exception type In-Reply-To: <1383306863.35.0.879382426433.issue19472@psf.upfronthosting.co.za> Message-ID: <1412371038.68.0.237685814915.issue19472@psf.upfronthosting.co.za> Changes by Yury Selivanov : ---------- resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 23:17:47 2014 From: report at bugs.python.org (Matthias Klose) Date: Fri, 03 Oct 2014 21:17:47 +0000 Subject: [issue22526] file iteration SystemError for huge lines (2GiB+) In-Reply-To: <1412093451.75.0.0583026923325.issue22526@psf.upfronthosting.co.za> Message-ID: <1412371067.97.0.525421675842.issue22526@psf.upfronthosting.co.za> Matthias Klose added the comment: maybe, but then you should skip the test, or expect at least a MemoryError. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 23:18:27 2014 From: report at bugs.python.org (Benjamin Peterson) Date: Fri, 03 Oct 2014 21:18:27 +0000 Subject: [issue22526] file iteration SystemError for huge lines (2GiB+) In-Reply-To: <1412371067.97.0.525421675842.issue22526@psf.upfronthosting.co.za> Message-ID: <1412371105.537083.174945897.18AF61A7@webmail.messagingengine.com> Benjamin Peterson added the comment: How much memory does that whatever is running that test have? On Fri, Oct 3, 2014, at 17:17, Matthias Klose wrote: > > Matthias Klose added the comment: > > maybe, but then you should skip the test, or expect at least a > MemoryError. > > ---------- > > _______________________________________ > Python tracker > > _______________________________________ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 23:20:15 2014 From: report at bugs.python.org (Kevin Hendricks) Date: Fri, 03 Oct 2014 21:20:15 +0000 Subject: [issue22549] bug in accessing bytes, inconsistent with normal strings and python 2.7 In-Reply-To: <1412357790.8.0.103142585174.issue22549@psf.upfronthosting.co.za> Message-ID: <1412371215.13.0.202297220142.issue22549@psf.upfronthosting.co.za> Kevin Hendricks added the comment: Thanks for letting me know this was expected behaviour. I see the same "issue" holds true while using: for c in b'0123456789': print(ord(c)) I ended up using slices nearly everyplace. Still ran into iterator issues. Horrible hack really. I think I will spend some time reading the python dev archives to figure out how anyone could defend this approach. FWIW, introducing a bytes class that works exactly like byte (non-unicode strings) in python 2.X but disallowing any automatic up-conversion to full unicode (like during concatenation), would have been a useful step. I work on decoding binary formatted ebook files all of the time, and python 3's second class treatment of bytes makes no sense to me. Perfectly valid code can be written using only utf-8 and latin-1 encoded bytestrings with no need to upconvert to anything. It is practically impossible to support code like that in Python 3. Boggles the mind. Thanks again for the fast response. Kevin ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 23:26:18 2014 From: report at bugs.python.org (Yury Selivanov) Date: Fri, 03 Oct 2014 21:26:18 +0000 Subject: [issue22550] issubclass can fail after module reloading In-Reply-To: <1412360975.58.0.103678006739.issue22550@psf.upfronthosting.co.za> Message-ID: <1412371578.68.0.45117573942.issue22550@psf.upfronthosting.co.za> Yury Selivanov added the comment: I don't think it a bug or that it's possible to do something about it. Reloading modules in Python should usually be just avoided by all means. ---------- nosy: +brett.cannon, yselivanov _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 23:29:26 2014 From: report at bugs.python.org (Taylor Marks) Date: Fri, 03 Oct 2014 21:29:26 +0000 Subject: [issue22551] Anything results in a SyntaxError after -u on 2.7.8 on Windows 7 In-Reply-To: <1412368771.6.0.381085911452.issue22551@psf.upfronthosting.co.za> Message-ID: <1412371766.33.0.00501775501916.issue22551@psf.upfronthosting.co.za> Taylor Marks added the comment: I checked a few other combinations of flags: -i -c works fine. -u has the same issue as described in my opening message. This occurs in both cmd and PowerShell, running as admin. ---------- title: Anything results in a SyntaxError after -i -u -c on 2.7.8 on Windows 7 -> Anything results in a SyntaxError after -u on 2.7.8 on Windows 7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 23:32:03 2014 From: report at bugs.python.org (Taylor Marks) Date: Fri, 03 Oct 2014 21:32:03 +0000 Subject: [issue22551] Anything results in a SyntaxError after -u on 2.7.8 on Windows 7 In-Reply-To: <1412368771.6.0.381085911452.issue22551@psf.upfronthosting.co.za> Message-ID: <1412371923.71.0.847372695008.issue22551@psf.upfronthosting.co.za> Taylor Marks added the comment: Sorry for multiple consecutive posts... I don't see a way to edit prior posts. The stack trace I posted in my first message has the arrow in the wrong spot. It should actually be pointing to the first space after the closing brace. Here's a simpler (and correct) stack trace: $ python -u >>> print("Test") File "", line 1 print("Test") ^ SyntaxError: invalid syntax ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 23:34:23 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 03 Oct 2014 21:34:23 +0000 Subject: [issue22449] SSLContext.load_verify_locations behavior on Windows and OSX In-Reply-To: <1411209339.34.0.91149685596.issue22449@psf.upfronthosting.co.za> Message-ID: <20141003213414.4717.90084@mail.hg.python.org> Roundup Robot added the comment: New changeset d9c52836aec8 by Benjamin Peterson in branch '2.7': also use openssl envvars to find certs on windows (closes #22449) https://hg.python.org/cpython/rev/d9c52836aec8 New changeset e1f453e13f8d by Benjamin Peterson in branch '3.4': also use openssl envvars to find certs on windows (closes #22449) https://hg.python.org/cpython/rev/e1f453e13f8d New changeset f1113c568c60 by Benjamin Peterson in branch 'default': merge 3.4 (#22449) https://hg.python.org/cpython/rev/f1113c568c60 ---------- nosy: +python-dev resolution: -> fixed stage: needs patch -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 3 23:35:08 2014 From: report at bugs.python.org (Taylor Marks) Date: Fri, 03 Oct 2014 21:35:08 +0000 Subject: [issue22551] Anything results in a SyntaxError after -u on 2.7.8 on Windows 7 In-Reply-To: <1412368771.6.0.381085911452.issue22551@psf.upfronthosting.co.za> Message-ID: <1412372108.08.0.0190776093091.issue22551@psf.upfronthosting.co.za> Taylor Marks added the comment: I found someone else describing the same behavior in 2.4 here, I guess the conclusion is it isn't a bug: http://bytes.com/topic/python/answers/162599-windows-python-2-4-unbuffered-flag-causes-syntaxerror-interactive-sessions ---------- resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 00:05:45 2014 From: report at bugs.python.org (Ethan Furman) Date: Fri, 03 Oct 2014 22:05:45 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412373945.68.0.300598567689.issue22515@psf.upfronthosting.co.za> Ethan Furman added the comment: Testing the patch... ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 00:12:13 2014 From: report at bugs.python.org (Mark Lawrence) Date: Fri, 03 Oct 2014 22:12:13 +0000 Subject: [issue8110] subprocess.py doesn't correctly detect Windows machines In-Reply-To: <1268236633.45.0.419738445411.issue8110@psf.upfronthosting.co.za> Message-ID: <1412374333.62.0.789091069321.issue8110@psf.upfronthosting.co.za> Mark Lawrence added the comment: Just to note that this is referenced from #19453 pydoc and ironpython. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 00:12:46 2014 From: report at bugs.python.org (Mark Lawrence) Date: Fri, 03 Oct 2014 22:12:46 +0000 Subject: [issue19453] pydoc.py doesn't detect IronPython, help(foo) can hang In-Reply-To: <1383153313.2.0.219850254586.issue19453@psf.upfronthosting.co.za> Message-ID: <1412374366.35.0.268240732146.issue19453@psf.upfronthosting.co.za> Mark Lawrence added the comment: There's a two line patch inline in msg201750. If it's acceptable I'll do a formal patch myself unless someone else wants to pick this up. ---------- nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 00:13:47 2014 From: report at bugs.python.org (Mark Lawrence) Date: Fri, 03 Oct 2014 22:13:47 +0000 Subject: [issue19476] Add a dedicated specification for module "reloading" to the language reference In-Reply-To: <1383328344.74.0.699907316394.issue19476@psf.upfronthosting.co.za> Message-ID: <1412374427.44.0.522190211167.issue19476@psf.upfronthosting.co.za> Mark Lawrence added the comment: Just a gentle prod in the ribs guys. ---------- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 00:15:44 2014 From: report at bugs.python.org (Mark Lawrence) Date: Fri, 03 Oct 2014 22:15:44 +0000 Subject: [issue19482] _pickle build warnings on Fedora 19 In-Reply-To: <1383460283.32.0.964490197084.issue19482@psf.upfronthosting.co.za> Message-ID: <1412374544.83.0.688258812314.issue19482@psf.upfronthosting.co.za> Mark Lawrence added the comment: Still a problem or out of date? ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 00:18:20 2014 From: report at bugs.python.org (Mark Lawrence) Date: Fri, 03 Oct 2014 22:18:20 +0000 Subject: [issue19511] lib2to3 Grammar file is no longer a Python 3 superset In-Reply-To: <1383742611.34.0.802324885429.issue19511@psf.upfronthosting.co.za> Message-ID: <1412374700.01.0.117267854854.issue19511@psf.upfronthosting.co.za> Mark Lawrence added the comment: Anybody volunteering but please don't look at me :) ---------- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 00:21:21 2014 From: report at bugs.python.org (Mark Lawrence) Date: Fri, 03 Oct 2014 22:21:21 +0000 Subject: [issue19796] urllib2.HTTPError.reason is not documented as "Added in 2.7" In-Reply-To: <1385459958.78.0.648544615764.issue19796@psf.upfronthosting.co.za> Message-ID: <1412374881.67.0.288626467347.issue19796@psf.upfronthosting.co.za> Mark Lawrence added the comment: The patch just adds the version added tag to urllib2.rst. Can someone commit this please. ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 00:24:14 2014 From: report at bugs.python.org (Ethan Furman) Date: Fri, 03 Oct 2014 22:24:14 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412375054.29.0.0949886385999.issue22515@psf.upfronthosting.co.za> Ethan Furman added the comment: In going through the tests I have found an edge-case that I am unsure of how to handle: Counter(a=1) < Counter(a=1, b=1) On the one hand, they both have the same value for 'a'; on the other hand, the second counter has more elements... So should the result be False or True? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 00:24:28 2014 From: report at bugs.python.org (Mark Lawrence) Date: Fri, 03 Oct 2014 22:24:28 +0000 Subject: [issue19725] Richer stat object In-Reply-To: <1385156508.32.0.63377992281.issue19725@psf.upfronthosting.co.za> Message-ID: <1412375068.96.0.255516390765.issue19725@psf.upfronthosting.co.za> Mark Lawrence added the comment: @Philip could you provide a reference to (say) discussions on python-dev for lesser mortals such as myself? ---------- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 00:24:56 2014 From: report at bugs.python.org (Berker Peksag) Date: Fri, 03 Oct 2014 22:24:56 +0000 Subject: [issue19119] duplicate test name in Lib/test/test_heapq.py In-Reply-To: <1380401602.68.0.29924709136.issue19119@psf.upfronthosting.co.za> Message-ID: <1412375096.35.0.96380045536.issue19119@psf.upfronthosting.co.za> Berker Peksag added the comment: In the 2.7 branch, the test was removed in issue 7871 (changeset https://hg.python.org/cpython/rev/0130e574f5be). ---------- components: +Tests -Library (Lib) nosy: +berker.peksag _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 00:25:19 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 03 Oct 2014 22:25:19 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412375119.16.0.0289141024025.issue22515@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > Counter(a=1) < Counter(a=1, b=1) Do an analogy with sets and the answer will be obvious. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 00:29:39 2014 From: report at bugs.python.org (Ethan Furman) Date: Fri, 03 Oct 2014 22:29:39 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412375379.84.0.784439883077.issue22515@psf.upfronthosting.co.za> Ethan Furman added the comment: I am not a mathematician -- feel free to include the answer with your hints. ;) If my analogy is correct, this situation is similar to {1} < {1, 2} Which is True. Can someone verify that I am correct? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 00:29:52 2014 From: report at bugs.python.org (Ethan Furman) Date: Fri, 03 Oct 2014 22:29:52 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412375392.7.0.758648464192.issue22515@psf.upfronthosting.co.za> Changes by Ethan Furman : ---------- stage: test needed -> patch review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 00:30:32 2014 From: report at bugs.python.org (Ram Rachum) Date: Fri, 03 Oct 2014 22:30:32 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412375432.45.0.628470599616.issue22515@psf.upfronthosting.co.za> Ram Rachum added the comment: Yes, correct. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 00:31:51 2014 From: report at bugs.python.org (Mark Lawrence) Date: Fri, 03 Oct 2014 22:31:51 +0000 Subject: [issue19745] TEST_DATA_DIR for out-of-tree builds In-Reply-To: <1385260850.2.0.647023626646.issue19745@psf.upfronthosting.co.za> Message-ID: <1412375511.15.0.465479413344.issue19745@psf.upfronthosting.co.za> Mark Lawrence added the comment: Can someone answer Christian's question please. ---------- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 00:43:19 2014 From: report at bugs.python.org (Mark Lawrence) Date: Fri, 03 Oct 2014 22:43:19 +0000 Subject: [issue19865] create_unicode_buffer() fails on non-BMP strings on Windows In-Reply-To: <1386013006.0.0.412572088185.issue19865@psf.upfronthosting.co.za> Message-ID: <1412376199.82.0.0903995652657.issue19865@psf.upfronthosting.co.za> Mark Lawrence added the comment: I can confirm that this problem still exists so can someone take a look please, thanks. ---------- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 00:49:46 2014 From: report at bugs.python.org (Mark Lawrence) Date: Fri, 03 Oct 2014 22:49:46 +0000 Subject: [issue7291] urllib2 cannot handle https with proxy requiring auth In-Reply-To: <1257741498.16.0.683281197284.issue7291@psf.upfronthosting.co.za> Message-ID: <1412376586.71.0.259163024311.issue7291@psf.upfronthosting.co.za> Mark Lawrence added the comment: Is there any work still needed here? Surely the 2.6.x patches can't be applied unless there are security issues? ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 00:51:02 2014 From: report at bugs.python.org (Ben Roberts) Date: Fri, 03 Oct 2014 22:51:02 +0000 Subject: [issue19119] duplicate test name in Lib/test/test_heapq.py In-Reply-To: <1380401602.68.0.29924709136.issue19119@psf.upfronthosting.co.za> Message-ID: <1412376662.8.0.396871335193.issue19119@psf.upfronthosting.co.za> Ben Roberts added the comment: That is one approach, of course, but imo pretty incomplete. A test that is named "test_get_only" presumably would be expected to test __getitem__, not __cmp__. Confusingly there is still a GetOnly item declared in the module, but it is not used. Compare to test_len_only, which has a paired LenOnly class and test name. Either GetOnly should be completely excised from the module and the test renamed to test_cmp_only (alternately test_cmp_err), or the GetOnly class should be fixed as in my patch. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 00:51:09 2014 From: report at bugs.python.org (Mark Lawrence) Date: Fri, 03 Oct 2014 22:51:09 +0000 Subject: [issue17518] urllib2 cannnot handle https and BasicAuth via Proxy. In-Reply-To: <1363951100.05.0.959443247001.issue17518@psf.upfronthosting.co.za> Message-ID: <1412376669.66.0.877491169285.issue17518@psf.upfronthosting.co.za> Mark Lawrence added the comment: Slipped under the radar? Note the patch suggested in msg184958. ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 01:16:58 2014 From: report at bugs.python.org (Mark Lawrence) Date: Fri, 03 Oct 2014 23:16:58 +0000 Subject: [issue19695] Clarify how to use various import-related locks In-Reply-To: <1385133456.35.0.294583357802.issue19695@psf.upfronthosting.co.za> Message-ID: <1412378218.4.0.448839179638.issue19695@psf.upfronthosting.co.za> Mark Lawrence added the comment: Has there been any discussion regarding this elsewhere or is this as far as we've got? ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 01:20:15 2014 From: report at bugs.python.org (Mark Lawrence) Date: Fri, 03 Oct 2014 23:20:15 +0000 Subject: [issue19895] Cryptic error when subclassing multiprocessing classes In-Reply-To: <1386239746.14.0.69431016666.issue19895@psf.upfronthosting.co.za> Message-ID: <1412378415.21.0.896487303384.issue19895@psf.upfronthosting.co.za> Mark Lawrence added the comment: @Richard have you had any thoughts about this? ---------- nosy: +BreamoreBoy versions: +Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 01:53:26 2014 From: report at bugs.python.org (Ethan Furman) Date: Fri, 03 Oct 2014 23:53:26 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412380406.73.0.590798893635.issue22515@psf.upfronthosting.co.za> Ethan Furman added the comment: New patch attached. ---------- Added file: http://bugs.python.org/file36794/issue22515.stoneleaf.patch.01 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 01:58:29 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 03 Oct 2014 23:58:29 +0000 Subject: [issue11491] dbm.open(..., flag="n") raises dbm.error if file exists and is rejected by whichdb In-Reply-To: <1300084962.92.0.477782999731.issue11491@psf.upfronthosting.co.za> Message-ID: <1412380709.19.0.58023208636.issue11491@psf.upfronthosting.co.za> R. David Murray added the comment: Given that this has some backward compatibility implications (files getting overwritten that previously wouldn't have been), I think we should just leave 2.7 alone, so I'm closing this. ---------- nosy: +r.david.murray resolution: -> fixed stage: commit review -> resolved status: open -> closed versions: -Python 3.1, Python 3.2, Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 02:19:22 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 04 Oct 2014 00:19:22 +0000 Subject: [issue14056] Misc doc changes for tarfile In-Reply-To: <1329694375.61.0.870450235951.issue14056@psf.upfronthosting.co.za> Message-ID: <20141004001915.52969.70111@mail.hg.python.org> Roundup Robot added the comment: New changeset a486b673b57f by R David Murray in branch '3.4': #14056: Small improvements to the tarfile documentation. https://hg.python.org/cpython/rev/a486b673b57f New changeset ab828eeee2b2 by R David Murray in branch 'default': Merge: #14056: Small improvements to the tarfile documentation. https://hg.python.org/cpython/rev/ab828eeee2b2 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 02:22:06 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sat, 04 Oct 2014 00:22:06 +0000 Subject: [issue18060] Updating _fields_ of a derived struct type yields a bad cif In-Reply-To: <1369508846.31.0.680698237225.issue18060@psf.upfronthosting.co.za> Message-ID: <1412382126.38.0.50587844939.issue18060@psf.upfronthosting.co.za> Mark Lawrence added the comment: A one line change is given in msg189992 so is this correct or isn't it? ---------- nosy: +BreamoreBoy, amaury.forgeotdarc, belopolsky, meador.inge versions: +Python 3.4, Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 02:22:59 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sat, 04 Oct 2014 00:22:59 +0000 Subject: [issue18043] No mention of `match.regs` in `re` documentation In-Reply-To: <1369308537.81.0.515783227267.issue18043@psf.upfronthosting.co.za> Message-ID: <1412382179.47.0.75409390711.issue18043@psf.upfronthosting.co.za> Mark Lawrence added the comment: @Ram Rachum can you provide a patch for this? ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 02:24:43 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sat, 04 Oct 2014 00:24:43 +0000 Subject: [issue18131] Tkinter Variables require a proper master In-Reply-To: <1370308379.98.0.744218229266.issue18131@psf.upfronthosting.co.za> Message-ID: <1412382283.63.0.078411206113.issue18131@psf.upfronthosting.co.za> Mark Lawrence added the comment: Just a gentle reminder. ---------- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 02:26:37 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sat, 04 Oct 2014 00:26:37 +0000 Subject: [issue18119] urllib.FancyURLopener does not treat URL fragments correctly In-Reply-To: <1370168530.11.0.609209040554.issue18119@psf.upfronthosting.co.za> Message-ID: <1412382397.34.0.28428934637.issue18119@psf.upfronthosting.co.za> Mark Lawrence added the comment: Slipped under the radar? ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 02:30:00 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sat, 04 Oct 2014 00:30:00 +0000 Subject: [issue18216] gettext doesn't check MO versions In-Reply-To: <1371242081.43.0.507366610452.issue18216@psf.upfronthosting.co.za> Message-ID: <1412382600.93.0.389000871084.issue18216@psf.upfronthosting.co.za> Mark Lawrence added the comment: @Jakub does this apply to all Python versions and OSes? ---------- nosy: +BreamoreBoy, loewis _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 02:31:04 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 04 Oct 2014 00:31:04 +0000 Subject: [issue14056] Misc doc changes for tarfile In-Reply-To: <1329694375.61.0.870450235951.issue14056@psf.upfronthosting.co.za> Message-ID: <20141004003056.64913.36527@mail.hg.python.org> Roundup Robot added the comment: New changeset 378f3d237ac2 by R David Murray in branch '2.7': #14056: Small improvements to the tarfile documentation. https://hg.python.org/cpython/rev/378f3d237ac2 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 02:31:28 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 04 Oct 2014 00:31:28 +0000 Subject: [issue14056] Misc doc changes for tarfile In-Reply-To: <1329694375.61.0.870450235951.issue14056@psf.upfronthosting.co.za> Message-ID: <1412382688.03.0.705141686922.issue14056@psf.upfronthosting.co.za> R. David Murray added the comment: Committed ?ric's patch. ---------- nosy: +r.david.murray resolution: -> fixed stage: commit review -> resolved status: open -> closed versions: +Python 3.5 -Python 2.7, Python 3.2, Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 02:38:22 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 04 Oct 2014 00:38:22 +0000 Subject: [issue11501] distutils.archive_util should handle absence of zlib module In-Reply-To: <1300119578.93.0.647722087652.issue11501@psf.upfronthosting.co.za> Message-ID: <1412383102.49.0.787008350094.issue11501@psf.upfronthosting.co.za> R. David Murray added the comment: If this is still wanted for python2, someone should create a 2.7 specific patch. ---------- keywords: +easy nosy: +r.david.murray stage: commit review -> needs patch type: crash -> behavior versions: -Python 3.1, Python 3.2, Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 02:42:28 2014 From: report at bugs.python.org (Berker Peksag) Date: Sat, 04 Oct 2014 00:42:28 +0000 Subject: [issue19796] urllib2.HTTPError.reason is not documented as "Added in 2.7" In-Reply-To: <1385459958.78.0.648544615764.issue19796@psf.upfronthosting.co.za> Message-ID: <1412383348.73.0.132000311524.issue19796@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- nosy: +berker.peksag stage: -> patch review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 02:42:56 2014 From: report at bugs.python.org (Berker Peksag) Date: Sat, 04 Oct 2014 00:42:56 +0000 Subject: [issue13211] urllib2.HTTPError does not have 'reason' attribute. In-Reply-To: <1318943168.93.0.520705450261.issue13211@psf.upfronthosting.co.za> Message-ID: <1412383376.42.0.962092727411.issue13211@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- stage: needs patch -> resolved _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 03:07:03 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 04 Oct 2014 01:07:03 +0000 Subject: [issue13378] ET: add custom namespaces to serialization methods In-Reply-To: <1320877071.09.0.895123668254.issue13378@psf.upfronthosting.co.za> Message-ID: <1412384823.88.0.143371843178.issue13378@psf.upfronthosting.co.za> R. David Murray added the comment: This patch no longer applies to the tip of default. Whoever updates it should also address Eli's comment about expanding the register_namespace doc. I'm adding the 'easy' tag because Florent already did the hard work, and at this point it is just a patch update and doc change. ---------- keywords: +easy nosy: +r.david.murray stage: commit review -> needs patch versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 03:54:49 2014 From: report at bugs.python.org (Ivan Pozdeev) Date: Sat, 04 Oct 2014 01:54:49 +0000 Subject: [issue22552] ctypes.LibraryLoader returns singleton objects, resulting in usage conflicts Message-ID: <1412387689.66.0.814406977046.issue22552@psf.upfronthosting.co.za> New submission from Ivan Pozdeev: a LibraryLoader returns the same _FuncPtr object for a given function every time. This way, if two libraries set its attributes (most possibly, `argtypes') to incompatible values (both representing the same C-level entities), one of them will stop working. I've just discovered such a problem with `pyreadline' and `colorama' which both utilize `windll.kernel32.GetConsoleScreenBufferInfo'. One solution is to make LibraryLoader return a new object each time. Another (worse IMO) is to provide a clone function for _FuncPtr (it cannot be clones by `copy.copy()'). An example code: >>> import pyreadline >>> import pip._vendor.colorama Readline internal error Traceback (most recent call last): File "c:\python27\lib\site-packages\pyreadline\console\console.py", line 768, in hook_wrapper_23 res = ensure_str(readline_hook(prompt)) File "c:\python27\lib\site-packages\pyreadline\rlmain.py", line 569, in readline self.readline_setup(prompt) File "c:\python27\lib\site-packages\pyreadline\rlmain.py", line 565, in readline_setup self._print_prompt() File "c:\python27\lib\site-packages\pyreadline\rlmain.py", line 466, in _print_prompt x, y = c.pos() File "c:\python27\lib\site-packages\pyreadline\console\console.py", line 261, in pos self.GetConsoleScreenBufferInfo(self.hout, byref(info)) ArgumentError: argument 2: : expected LP_CONSOLE_SCREEN_BUFFER_INFO instance instead of pointer to CONSOLE_SCREEN_BUFFER_INFO (the same error is printed continuously, on Ctrl-C, the interpreter crashes) ---------- components: ctypes messages: 228423 nosy: Ivan.Pozdeev priority: normal severity: normal status: open title: ctypes.LibraryLoader returns singleton objects, resulting in usage conflicts type: crash versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 04:13:27 2014 From: report at bugs.python.org (Ivan Pozdeev) Date: Sat, 04 Oct 2014 02:13:27 +0000 Subject: [issue22552] ctypes.LibraryLoader returns singleton objects, resulting in usage conflicts In-Reply-To: <1412387689.66.0.814406977046.issue22552@psf.upfronthosting.co.za> Message-ID: <1412388807.15.0.73285299345.issue22552@psf.upfronthosting.co.za> Changes by Ivan Pozdeev : ---------- keywords: +patch Added file: http://bugs.python.org/file36795/cdll_dont_cache.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 04:19:58 2014 From: report at bugs.python.org (Ivan Pozdeev) Date: Sat, 04 Oct 2014 02:19:58 +0000 Subject: [issue22552] ctypes.CDLL returns singleton objects, resulting in usage conflicts In-Reply-To: <1412387689.66.0.814406977046.issue22552@psf.upfronthosting.co.za> Message-ID: <1412389198.6.0.91926470342.issue22552@psf.upfronthosting.co.za> Changes by Ivan Pozdeev : ---------- title: ctypes.LibraryLoader returns singleton objects, resulting in usage conflicts -> ctypes.CDLL returns singleton objects, resulting in usage conflicts _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 04:24:52 2014 From: report at bugs.python.org (eryksun) Date: Sat, 04 Oct 2014 02:24:52 +0000 Subject: [issue19865] create_unicode_buffer() fails on non-BMP strings on Windows In-Reply-To: <1386013006.0.0.412572088185.issue19865@psf.upfronthosting.co.za> Message-ID: <1412389492.49.0.639743219125.issue19865@psf.upfronthosting.co.za> eryksun added the comment: When sizeof(c_wchar) == 2, it can just count the number of non-BMP ordinals in the string. Another approach would be to use size = pythonapi.PyUnicode_AsWideChar(init, None, 0), but then the whole function may as well be implemented in the _ctypes extension module. ---------- nosy: +eryksun _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 04:24:57 2014 From: report at bugs.python.org (Ivan Pozdeev) Date: Sat, 04 Oct 2014 02:24:57 +0000 Subject: [issue22552] ctypes.CDLL returns singleton objects, resulting in usage conflicts In-Reply-To: <1412387689.66.0.814406977046.issue22552@psf.upfronthosting.co.za> Message-ID: <1412389497.77.0.799109779782.issue22552@psf.upfronthosting.co.za> Ivan Pozdeev added the comment: Another possible solution is to prohibit settings attributes of vanilla _FuncPtr objects, requiring a library to make a private copy to be able to do that. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 04:57:37 2014 From: report at bugs.python.org (eryksun) Date: Sat, 04 Oct 2014 02:57:37 +0000 Subject: [issue22552] ctypes.CDLL returns singleton objects, resulting in usage conflicts In-Reply-To: <1412387689.66.0.814406977046.issue22552@psf.upfronthosting.co.za> Message-ID: <1412391457.24.0.696623551102.issue22552@psf.upfronthosting.co.za> eryksun added the comment: The ctypes global LibraryLoader instances are convenient for Windows scripts and applications. Actually what they cache is the library (a CDLL instance), which in turn caches function pointers. Python packages, on the other hand, shouldn't use these particular loaders. As you've experienced, doing so can lead to conflicting definitions for restype, argtypes, and errcheck. Instead create a private loader such as cdll = LibraryLoader(CDLL), or windll = LibraryLoader(WinDLL). Doing this would be pretty much pointless on non-Windows platforms. To gain the benefit of the cache you'd have to use subscripting such as cdll['libc.so.6']. It's simpler to use libc = CDLL('libc.so.6'). ---------- nosy: +eryksun _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 04:57:51 2014 From: report at bugs.python.org (=?utf-8?q?Martin_v=2E_L=C3=B6wis?=) Date: Sat, 04 Oct 2014 02:57:51 +0000 Subject: [issue22194] access to cdecimal / libmpdec API In-Reply-To: <1408022998.0.0.480794879626.issue22194@psf.upfronthosting.co.za> Message-ID: <1412391471.99.0.497044635708.issue22194@psf.upfronthosting.co.za> Martin v. L?wis added the comment: I'd like to focus this issue a bit. Antoine originally proposed that non-Python code might want to access libmpdec. However, given that this is now a separate project (as it seems), I don't think it's Python's task to make the API available. If it is a separate library really, you shouldn't need to link to Python in order to use it. IOW, the solution should be to use the system libmpdec. So the focus should be on other Python C modules that want to access decimal objects. Are there precedents of such modules? What API features do they actually need? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 06:37:21 2014 From: report at bugs.python.org (Berker Peksag) Date: Sat, 04 Oct 2014 04:37:21 +0000 Subject: [issue19796] urllib2.HTTPError.reason is not documented as "Added in 2.7" In-Reply-To: <1385459958.78.0.648544615764.issue19796@psf.upfronthosting.co.za> Message-ID: <1412397441.54.0.0341041308089.issue19796@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- nosy: +orsenthil _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 08:08:54 2014 From: report at bugs.python.org (Ned Deily) Date: Sat, 04 Oct 2014 06:08:54 +0000 Subject: [issue22552] ctypes.CDLL returns singleton objects, resulting in usage conflicts In-Reply-To: <1412387689.66.0.814406977046.issue22552@psf.upfronthosting.co.za> Message-ID: <1412402934.75.0.088063734227.issue22552@psf.upfronthosting.co.za> Changes by Ned Deily : ---------- nosy: +amaury.forgeotdarc, belopolsky, meador.inge _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 08:23:43 2014 From: report at bugs.python.org (Matej Cepl) Date: Sat, 04 Oct 2014 06:23:43 +0000 Subject: [issue19494] urllib2.HTTPBasicAuthHandler (or urllib.request.HTTPBasicAuthHandler) doesn't work with GitHub API v3 and similar In-Reply-To: <1383577219.47.0.139805262488.issue19494@psf.upfronthosting.co.za> Message-ID: <1412403823.81.0.727065449832.issue19494@psf.upfronthosting.co.za> Matej Cepl added the comment: ping? Could I ask for a review of the refreshed patch, please? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 08:57:55 2014 From: report at bugs.python.org (Saimadhav Heblikar) Date: Sat, 04 Oct 2014 06:57:55 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412405875.18.0.423955664687.issue22515@psf.upfronthosting.co.za> Saimadhav Heblikar added the comment: I mentioned my wording for the comment about lesser than partial ordering using the code review tool. In the attached patch(based on issue22515.stoneleaf.patch.01), I have added test for the case when the other object is not a mapping. I have also tried to refactor the __le__ and __ge__ methods. Please comment on the changes. Regards ---------- nosy: +sahutd Added file: http://bugs.python.org/file36796/issue22515_partial_order_counter_v2.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 08:58:49 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 04 Oct 2014 06:58:49 +0000 Subject: [issue19482] _pickle build warnings on Fedora 19 In-Reply-To: <1383460283.32.0.964490197084.issue19482@psf.upfronthosting.co.za> Message-ID: <1412405929.54.0.62276601168.issue19482@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: They all look as false positive. For example: if (_Unpickler_Read(self, &pdata, size) < 0) return -1; value = _PyLong_FromByteArray((unsigned char *)pdata, (size_t)size, 1 /* little endian */ , 1 /* signed */ ); gcc is enough smart to determine that pdata can be not initialized in _Unpickler_Read(), but not enough smart to determine that in this case _Unpickler_Read() always returns -1. ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 09:03:58 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 04 Oct 2014 07:03:58 +0000 Subject: [issue18043] No mention of `match.regs` in `re` documentation In-Reply-To: <1369308537.81.0.515783227267.issue18043@psf.upfronthosting.co.za> Message-ID: <1412406238.87.0.832564642393.issue18043@psf.upfronthosting.co.za> Georg Brandl added the comment: I'm wondering what "regs" is supposed to stand for. It might be for "regions", but that term is used nowhere else. It should really be named "spans" to be consistent. ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 09:07:00 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 04 Oct 2014 07:07:00 +0000 Subject: [issue22540] speed up isinstance and issubclass for the usual cases In-Reply-To: <1412249952.63.0.934537522507.issue22540@psf.upfronthosting.co.za> Message-ID: <1412406420.21.0.489051951331.issue22540@psf.upfronthosting.co.za> Changes by Georg Brandl : ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 09:20:24 2014 From: report at bugs.python.org (Ram Rachum) Date: Sat, 04 Oct 2014 07:20:24 +0000 Subject: [issue18043] No mention of `match.regs` in `re` documentation In-Reply-To: <1369308537.81.0.515783227267.issue18043@psf.upfronthosting.co.za> Message-ID: <1412407224.16.0.405038719878.issue18043@psf.upfronthosting.co.za> Ram Rachum added the comment: Mark, I prefer to leave this to someone else. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 09:38:04 2014 From: report at bugs.python.org (Ram Rachum) Date: Sat, 04 Oct 2014 07:38:04 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412408284.33.0.107371586958.issue22515@psf.upfronthosting.co.za> Ram Rachum added the comment: I don't really understand the refactoring. For example why is `len(self) <= len(other)` needed? For which case? Note that `len` would also catch keys with `0` value which shouldn't have an effect. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 09:43:15 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 04 Oct 2014 07:43:15 +0000 Subject: [issue22526] file iteration SystemError for huge lines (2GiB+) In-Reply-To: <1412093451.75.0.0583026923325.issue22526@psf.upfronthosting.co.za> Message-ID: <1412408595.48.0.0157135617187.issue22526@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Test should be marked with dry_run=False, otherwise it is false passed. Allocation of growing buffer needs extra memory, in my experiments memuse=2.5 is enough. And I think this test should require the largefile resource. Here is a patch. It also significantly speeds up a test on Linux. ---------- keywords: +patch nosy: +serhiy.storchaka Added file: http://bugs.python.org/file36797/issue22526_test.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 09:55:57 2014 From: report at bugs.python.org (Mark Dickinson) Date: Sat, 04 Oct 2014 07:55:57 +0000 Subject: [issue22546] Wrong default precision in documentation for format In-Reply-To: <1412328678.8.0.959126948842.issue22546@psf.upfronthosting.co.za> Message-ID: <1412409357.0.0.662259976559.issue22546@psf.upfronthosting.co.za> Mark Dickinson added the comment: > It seems that str, repr, and '' are using precision 16 None of them is using a fixed precision: they're all using David Gay's implementation of the "shortest string" algorithm (? la Burger and Dybvig). For repr, this is the case since Python 3.1 / 2.7; for str and formatting with no type specifier, since Python 3.2. The docs definitely do need updating here. > I expected this last to be > '33.14159265358979' '33.1415926535898' is shorter, and rounds back to the same floating-point number, so that's what Gay's algorithm gives here. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 09:57:16 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 04 Oct 2014 07:57:16 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412409436.33.0.2695585317.issue22515@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: There are some properties of set comparison: (a < b) == (a <= b and a != b) (a <= b) == (a < b or a == b) (a <= b and b <= a) == (a == b) (a < b and b < a) == False (a <= b) == (a - b == set()) if (a <= b and b <= c) then (a <= c) (a <= b and a <= c) == (a <= (b & c)) (a <= c and b <= c) == ((a | b) <= c) Is this true for Counter? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 10:02:49 2014 From: report at bugs.python.org (Nick Coghlan) Date: Sat, 04 Oct 2014 08:02:49 +0000 Subject: [issue15244] Support for opening files with FILE_SHARE_DELETE on Windows In-Reply-To: <1341342894.98.0.559958462018.issue15244@psf.upfronthosting.co.za> Message-ID: <1412409769.62.0.515628263583.issue15244@psf.upfronthosting.co.za> Nick Coghlan added the comment: "opener" was new in 3.3, so I suspect it didn't come up because *we're* still not entirely accustomed to having it available yet :) I agree providing a suitable opener could be a good way to go. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 10:03:39 2014 From: report at bugs.python.org (Tommy Andersen) Date: Sat, 04 Oct 2014 08:03:39 +0000 Subject: [issue22546] Wrong default precision in documentation for format In-Reply-To: <1412328678.8.0.959126948842.issue22546@psf.upfronthosting.co.za> Message-ID: <1412409819.51.0.536086512241.issue22546@psf.upfronthosting.co.za> Changes by Tommy Andersen : ---------- versions: +Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 10:08:10 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 04 Oct 2014 08:08:10 +0000 Subject: [issue15244] Support for opening files with FILE_SHARE_DELETE on Windows In-Reply-To: <1341342894.98.0.559958462018.issue15244@psf.upfronthosting.co.za> Message-ID: <1412410090.4.0.596004846284.issue15244@psf.upfronthosting.co.za> Changes by R. David Murray : ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 10:18:31 2014 From: report at bugs.python.org (Mark Dickinson) Date: Sat, 04 Oct 2014 08:18:31 +0000 Subject: [issue22546] Wrong default precision in documentation for format In-Reply-To: <1412328678.8.0.959126948842.issue22546@psf.upfronthosting.co.za> Message-ID: <1412410711.51.0.63216894722.issue22546@psf.upfronthosting.co.za> Mark Dickinson added the comment: Here's a proposed fix. ---------- keywords: +patch Added file: http://bugs.python.org/file36798/missing_type_specifier.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 10:25:12 2014 From: report at bugs.python.org (Mark Dickinson) Date: Sat, 04 Oct 2014 08:25:12 +0000 Subject: [issue22546] Wrong default precision in documentation for format In-Reply-To: <1412328678.8.0.959126948842.issue22546@psf.upfronthosting.co.za> Message-ID: <1412411112.61.0.782757368925.issue22546@psf.upfronthosting.co.za> Mark Dickinson added the comment: Hmm; it's only outputs in non-scientific notation that are guaranteed to have a decimal point. Patch updated. ---------- Added file: http://bugs.python.org/file36799/missing_type_specifier2.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 10:38:17 2014 From: report at bugs.python.org (Ram Rachum) Date: Sat, 04 Oct 2014 08:38:17 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412411897.59.0.168847034586.issue22515@psf.upfronthosting.co.za> Ram Rachum added the comment: > There are some properties of set comparison: > > (a < b) == (a <= b and a != b) I don't think so, because counter equality is based on dict equality so it doesn't ignore zero values. > (a <= b) == (a < b or a == b) No, ditto. > (a <= b and b <= a) == (a == b) No, ditto. > (a < b and b < a) == False Yes. > (a <= b) == (a - b == set()) Yes. > if (a <= b and b <= c) then (a <= c) Yes. > (a <= b and a <= c) == (a <= (b & c)) Yes. > (a <= c and b <= c) == ((a | b) <= c) Yes. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 11:00:35 2014 From: report at bugs.python.org (Mark Dickinson) Date: Sat, 04 Oct 2014 09:00:35 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412413235.57.0.850899462341.issue22515@psf.upfronthosting.co.za> Changes by Mark Dickinson : ---------- nosy: +mark.dickinson _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 11:58:52 2014 From: report at bugs.python.org (Steven D'Aprano) Date: Sat, 04 Oct 2014 09:58:52 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412409436.33.0.2695585317.issue22515@psf.upfronthosting.co.za> Message-ID: <20141004095842.GH19757@ando.pearwood.info> Steven D'Aprano added the comment: On Sat, Oct 04, 2014 at 07:57:16AM +0000, Serhiy Storchaka wrote: > There are some properties of set comparison: > > (a < b) == (a <= b and a != b) > (a <= b) == (a < b or a == b) > (a <= b and b <= a) == (a == b) > (a < b and b < a) == False > (a <= b) == (a - b == set()) > if (a <= b and b <= c) then (a <= c) > (a <= b and a <= c) == (a <= (b & c)) > (a <= c and b <= c) == ((a | b) <= c) > > Is this true for Counter? I believe these are all true for multisets. But Counter is not *just* a multiset (a.k.a. bag) since the "counts" are not limited to non-negative integers (the natural numbers). py> C = Counter() py> C['a'] = -3 py> C['b'] = 'spam' py> C['c'] = 0.5 py> C Counter({'c': 0.5, 'b': 'spam', 'a': -3}) I don't know of any standard definition for subset and superset for multisets like C above. I think that we should raise an exception in cases like that: TypeError for cases where any "count" is non-numeric, and ValueError for cases where any count is not a non-negative integer. (Later, if somebody comes up with a sensible meaning for sub/superset of such a Counter, we can relax that restriction.) Another issue: are missing elements treated as if they have count 0? E.g. what are these? Counter({'a': 0, 'b': 1}) <= Counter({'a': 1, 'b': 1}) Counter({'a': 0, 'b': 1}) <= Counter({'b': 1}) According to these pages: http://singularcontiguity.wordpress.com/2008/05/07/multiset-equality-and-submultisets/ http://singularcontiguity.wordpress.com/2008/04/28/multiset-membership/ I would argue that they should both return True (based on the idea that the "support" of a multiset is the set of those elements with non-zero count). But I don't know how authoritative that blog is. (The author even mentions that he only has a passing familiarity with some aspects of multisets.) Anyone familiar with Haskell? What does this bag class do? http://hackage.haskell.org/package/uulib-0.9.8/docs/UU-DData-IntBag.html This may also be helpful. Sets and bags in Z language: http://www.cs.ox.ac.uk/people/michael.wooldridge/teaching/soft-eng/lect08.pdf http://www.cs.ox.ac.uk/people/michael.wooldridge/teaching/soft-eng/lect14.pdf ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 12:08:33 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 04 Oct 2014 10:08:33 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412413235.65.0.261138174276.issue22515@psf.upfronthosting.co.za> Message-ID: <2833854.T9Usna3F2C@raxxla> Serhiy Storchaka added the comment: At least this condition is false for current implementation: (a < b and b < a) == False Example: a = Counter({'a': -1}), b = Counter({'b': -1}). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 12:13:25 2014 From: report at bugs.python.org (Steven D'Aprano) Date: Sat, 04 Oct 2014 10:13:25 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412411897.59.0.168847034586.issue22515@psf.upfronthosting.co.za> Message-ID: <20141004101319.GI19757@ando.pearwood.info> Steven D'Aprano added the comment: On Sat, Oct 04, 2014 at 08:38:17AM +0000, Ram Rachum wrote: > > Ram Rachum added the comment: > > > There are some properties of set comparison: > > > > (a < b) == (a <= b and a != b) > > I don't think so, because counter equality is based on dict equality so it doesn't ignore zero values. That's a very good point! That suggests that we shouldn't treat Counters as multisets (a.k.a. bags) and define subset/superset operators. They're *almost* multisets, but not quite the same, since: Counter({'a': 0}) != Counter({}) but the formal definition of multiset suggests those should be equal: https://en.wikipedia.org/wiki/Multiset#Formal_definition Perhaps we should rethink this. I'm starting to wonder whether we need a PEP to define exactly how subset and superset should be defined for Counters. This is precisely the trouble with rushing to add code before we know what the code is supposed to do... :-) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 12:43:02 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 10:43:02 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412419382.66.0.140232493817.issue22515@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Just because something is discussed doesn't mean it needs a PEP. Also, see http://bugs.python.org/issue22515#msg227852 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 12:43:39 2014 From: report at bugs.python.org (Ram Rachum) Date: Sat, 04 Oct 2014 10:43:39 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412419419.3.0.0821694927074.issue22515@psf.upfronthosting.co.za> Ram Rachum added the comment: I see that in my implementation for __lt__ and __gt__ I forgot to check whether the other counter has elements that this counter doesn't, which could flip `found_strict_difference`. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 12:56:22 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 04 Oct 2014 10:56:22 +0000 Subject: [issue22219] python -mzipfile fails to add empty folders to created zip In-Reply-To: <1408298025.49.0.964091160745.issue22219@psf.upfronthosting.co.za> Message-ID: <20141004105619.82419.40665@mail.hg.python.org> Roundup Robot added the comment: New changeset 911da1072099 by Serhiy Storchaka in branch '2.7': Issue #22219: The zipfile module CLI now adds entries for directories https://hg.python.org/cpython/rev/911da1072099 New changeset 981d18930d6d by Serhiy Storchaka in branch '3.4': Issue #22219: The zipfile module CLI now adds entries for directories https://hg.python.org/cpython/rev/981d18930d6d New changeset d61d2e5a0956 by Serhiy Storchaka in branch 'default': Issue #22219: The zipfile module CLI now adds entries for directories https://hg.python.org/cpython/rev/d61d2e5a0956 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 13:24:02 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 04 Oct 2014 11:24:02 +0000 Subject: [issue22518] integer overflow in encoding unicode In-Reply-To: <1412024485.39.0.908219343503.issue22518@psf.upfronthosting.co.za> Message-ID: <20141004112400.82417.92396@mail.hg.python.org> Roundup Robot added the comment: New changeset 3f7519f633ed by Serhiy Storchaka in branch '2.7': Issue #22518: Fixed integer overflow issues in "backslashreplace" and https://hg.python.org/cpython/rev/3f7519f633ed New changeset ec9b7fd246b6 by Serhiy Storchaka in branch '3.4': Issue #22518: Fixed integer overflow issues in "backslashreplace", https://hg.python.org/cpython/rev/ec9b7fd246b6 New changeset 2df4cc31c36e by Serhiy Storchaka in branch 'default': Issue #22518: Fixed integer overflow issues in "backslashreplace", https://hg.python.org/cpython/rev/2df4cc31c36e ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 13:53:02 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 04 Oct 2014 11:53:02 +0000 Subject: [issue22518] integer overflow in encoding unicode In-Reply-To: <1412024485.39.0.908219343503.issue22518@psf.upfronthosting.co.za> Message-ID: <20141004115300.82415.12028@mail.hg.python.org> Roundup Robot added the comment: New changeset d1be1f355f59 by Serhiy Storchaka in branch '2.7': Fixed compilation error introduced in 3f7519f633ed (issue #22518). https://hg.python.org/cpython/rev/d1be1f355f59 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 13:53:05 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 04 Oct 2014 11:53:05 +0000 Subject: [issue22219] python -mzipfile fails to add empty folders to created zip In-Reply-To: <1408298025.49.0.964091160745.issue22219@psf.upfronthosting.co.za> Message-ID: <1412423585.34.0.980385446084.issue22219@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 14:10:37 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 04 Oct 2014 12:10:37 +0000 Subject: [issue22470] Possible integer overflow in error handlers In-Reply-To: <1411493751.43.0.689535434801.issue22470@psf.upfronthosting.co.za> Message-ID: <20141004121035.82431.4852@mail.hg.python.org> Roundup Robot added the comment: New changeset a3e18dd8f267 by Serhiy Storchaka in branch '2.7': Fixed issue number for issue #22470 in Misc/NEWS. https://hg.python.org/cpython/rev/a3e18dd8f267 New changeset cba365e2117f by Serhiy Storchaka in branch '3.4': Fixed issue number for issue #22470 in Misc/NEWS. https://hg.python.org/cpython/rev/cba365e2117f New changeset fc941169125e by Serhiy Storchaka in branch 'default': Fixed issue number for issue #22470 in Misc/NEWS. https://hg.python.org/cpython/rev/fc941169125e ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 14:10:37 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 04 Oct 2014 12:10:37 +0000 Subject: [issue21883] relpath: Provide better errors when mixing bytes and strings In-Reply-To: <1404097975.91.0.971553035109.issue21883@psf.upfronthosting.co.za> Message-ID: <20141004121035.82431.5725@mail.hg.python.org> Roundup Robot added the comment: New changeset 2ba2ee5713bd by Serhiy Storchaka in branch 'default': Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError with https://hg.python.org/cpython/rev/2ba2ee5713bd ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 14:12:03 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 04 Oct 2014 12:12:03 +0000 Subject: [issue22470] Possible integer overflow in error handlers In-Reply-To: <1411493751.43.0.689535434801.issue22470@psf.upfronthosting.co.za> Message-ID: <1412424723.05.0.183953477592.issue22470@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Committed in 3f7519f633ed, ec9b7fd246b6, 2df4cc31c36e (and d1be1f355f59 fixes an error in 3f7519f633ed). ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 14:12:37 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 04 Oct 2014 12:12:37 +0000 Subject: [issue21883] relpath: Provide better errors when mixing bytes and strings In-Reply-To: <1404097975.91.0.971553035109.issue21883@psf.upfronthosting.co.za> Message-ID: <1412424757.78.0.546147894898.issue21883@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 14:47:39 2014 From: report at bugs.python.org (Stefan Krah) Date: Sat, 04 Oct 2014 12:47:39 +0000 Subject: [issue22194] access to cdecimal / libmpdec API In-Reply-To: <1408022998.0.0.480794879626.issue22194@psf.upfronthosting.co.za> Message-ID: <1412426859.79.0.023339486334.issue22194@psf.upfronthosting.co.za> Stefan Krah added the comment: libmpdec has always been a separate project, predating the integration into Python-3.3. Before the Python-3.3 release, Jim Jewett suggested a cleaner library/module separation (and he was right, it made the code much more readable). Then distributors wanted --with-system-libmpdec, so here we are. Let's discuss the _decimal capsule API in #15237. As for the libmpdec symbols: I agree it is somewhat unclean to do this on the Python side. For *some* functions it is also tricky (but by no means impossible) to use them directly and expect the same results as from _decimal. Maybe a solution for numba is to just assume --with-system-libmpdec. libmpdec is extremely easy to package, distributions just have to ensure that their Python version matches the libmpdec version. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 14:49:55 2014 From: report at bugs.python.org (Stefan Krah) Date: Sat, 04 Oct 2014 12:49:55 +0000 Subject: [issue22194] access to cdecimal / libmpdec API In-Reply-To: <1408022998.0.0.480794879626.issue22194@psf.upfronthosting.co.za> Message-ID: <1412426995.01.0.910257394878.issue22194@psf.upfronthosting.co.za> Stefan Krah added the comment: Of course Windows is a problem. I do not know how to implement --with-system-libmpdec on Windows. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 15:09:25 2014 From: report at bugs.python.org (Francis MB) Date: Sat, 04 Oct 2014 13:09:25 +0000 Subject: [issue7726] Remove required metadata warnings for sdist In-Reply-To: <1263748397.28.0.736883943174.issue7726@psf.upfronthosting.co.za> Message-ID: <1412428165.3.0.724736867906.issue7726@psf.upfronthosting.co.za> Francis MB added the comment: AFAICS, this is an enhancement issue for the currently in maintenance branches 2.7 and 3.2. Does this still applies to 3.5? (otherwise this issue should/could be closed). ---------- nosy: +francismb type: -> enhancement _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 15:09:56 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 04 Oct 2014 13:09:56 +0000 Subject: [issue22518] integer overflow in encoding unicode In-Reply-To: <1412024485.39.0.908219343503.issue22518@psf.upfronthosting.co.za> Message-ID: <20141004130954.52963.7727@mail.hg.python.org> Roundup Robot added the comment: New changeset 51317c9786f5 by Serhiy Storchaka in branch '3.3': Issue #22518: Fixed integer overflow issues in "backslashreplace", https://hg.python.org/cpython/rev/51317c9786f5 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 15:11:16 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 04 Oct 2014 13:11:16 +0000 Subject: [issue22518] integer overflow in encoding unicode In-Reply-To: <20141004115300.82415.12028@mail.hg.python.org> Message-ID: <8214257.Ut0oki25LI@raxxla> Serhiy Storchaka added the comment: Sorry for noise, these changes are related to issue22470. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 15:18:52 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 04 Oct 2014 13:18:52 +0000 Subject: [issue21883] relpath: Provide better errors when mixing bytes and strings In-Reply-To: <1404097975.91.0.971553035109.issue21883@psf.upfronthosting.co.za> Message-ID: <20141004131848.82421.20369@mail.hg.python.org> Roundup Robot added the comment: New changeset 85de13b746ac by Serhiy Storchaka in branch 'default': Fixed tests on Windows for issue #21883. https://hg.python.org/cpython/rev/85de13b746ac ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 15:31:52 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 04 Oct 2014 13:31:52 +0000 Subject: [issue22423] Errors in printing exceptions raised in a thread In-Reply-To: <1410856630.14.0.274476260629.issue22423@psf.upfronthosting.co.za> Message-ID: <1412429512.3.0.140315430154.issue22423@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- assignee: -> serhiy.storchaka resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 15:35:06 2014 From: report at bugs.python.org (Francis MB) Date: Sat, 04 Oct 2014 13:35:06 +0000 Subject: [issue10764] sysconfig and alternative implementations In-Reply-To: <1293126984.08.0.755809334689.issue10764@psf.upfronthosting.co.za> Message-ID: <1412429706.69.0.278641853648.issue10764@psf.upfronthosting.co.za> Francis MB added the comment: Is this issue superseded and duplicated as stated in the history? Thanks in advance! ---------- nosy: +francismb type: -> behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 15:45:51 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 04 Oct 2014 13:45:51 +0000 Subject: [issue20267] TemporaryDirectory does not resolve path when created using a relative path In-Reply-To: <1389761308.4.0.00958902784577.issue20267@psf.upfronthosting.co.za> Message-ID: <1412430351.84.0.295510686813.issue20267@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: > Should I use os.path.realpath? I don't see other way. But there is other issue. Following code works now, but will fail with the patch: import os, tempfile os.mkdir('parent') os.chdir('parent') t = tempfile.TemporaryDirectory(dir=".") os.rename('../parent', '../parent2') t.cleanup() ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 16:07:49 2014 From: report at bugs.python.org (Francis MB) Date: Sat, 04 Oct 2014 14:07:49 +0000 Subject: [issue11145] '%o' % user-defined instance In-Reply-To: <1297104394.76.0.0164852469273.issue11145@psf.upfronthosting.co.za> Message-ID: <1412431669.5.0.989650707383.issue11145@psf.upfronthosting.co.za> Francis MB added the comment: Just updating the type to 'behavior'. I can still reproduce this issue: $ python2.7 Python 2.7.8 (default, Sep 9 2014, 22:08:43) [GCC 4.9.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> class Y(long): ... def __oct__(self): ... return 'abc' ... >>> '%o' % Y() Traceback (most recent call last): File "", line 1, in SystemError: ../Objects/stringobject.c:4045: bad argument to internal function >>> ---------- nosy: +francismb type: -> behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 17:24:23 2014 From: report at bugs.python.org (Steven D'Aprano) Date: Sat, 04 Oct 2014 15:24:23 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412419382.66.0.140232493817.issue22515@psf.upfronthosting.co.za> Message-ID: <20141004152330.GL19757@ando.pearwood.info> Steven D'Aprano added the comment: On Sat, Oct 04, 2014 at 10:43:02AM +0000, Antoine Pitrou wrote: > Just because something is discussed doesn't mean it needs a PEP. I know that in general discussions do not need a PEP, but we seem to be rushing awfully fast into writing code before we even know what the code is supposed to do. Perhaps "need a PEP" was too strong, but we surely need to do something to decide on constistent and well-defined behaviour. As you pointed out earlier, Counters aren't precisely multisets, they're more like a hybrid mapping/multiset. It's not clear what behaviour subset and superset should have for such a hybrid. By rushing into code before deciding on what the code is supposed to do, we end up with inconsistent behaviour. Here are a pair of Counters which compare "is subset", but not "is subset or equal" using Ram's patch: py> Counter(a=1, b=0) < Counter(a=2) True py> Counter(a=1, b=0) <= Counter(a=2) False On the other hand, here's a pair which compares "is subset or equal", but not ("is subset" or "equal"): py> Counter(a=0) <= Counter(b=0) True py> (Counter(a=0) < Counter(b=0)) or (Counter(a=0) == Counter(b=0)) False Adding elements with count=0 changes whether a set is a subset or not: py> Counter(a=0) < Counter(b=0) False py> Counter(a=0) < Counter(b=0, c=0) True py> Counter(a=0, b=0) < Counter(b=0, c=0) False I'm not convinced that mixed Counter and regular dict comparisons should be supported, but Ram's patch supports any Mapping type. Is that a good idea? There's been no discussion on that question. Can somebody explain to me what this means? How is this meaningfully a subset operation? py> Counter(a="eggs") < Counter(a="spam") True I supported adding these operations to Counter, but the last thing I want is to enshrine a set of ad-hoc and inconsistent semantics that don't match standard multiset behaviour and are defined by the implementation, instead of having the implementation defined by the desired semantics. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 17:39:04 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 15:39:04 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <20141004152330.GL19757@ando.pearwood.info> Message-ID: <54301494.8080104@free.fr> Antoine Pitrou added the comment: Le 04/10/2014 17:24, Steven D'Aprano a ?crit : > > I know that in general discussions do not need a PEP, but we seem to be > rushing awfully fast into writing code before we even know what the code > is supposed to do. Writing a patch is useful practice because it's a way to discover latent problems (especially when writing unit tests). > py> Counter(a=1, b=0) < Counter(a=2) > True > py> Counter(a=1, b=0) <= Counter(a=2) > False That looks wrong to me. > py> Counter(a=0) <= Counter(b=0) > True > py> (Counter(a=0) < Counter(b=0)) or (Counter(a=0) == Counter(b=0)) > False Ditto. > py> Counter(a=0) < Counter(b=0) > False > py> Counter(a=0) < Counter(b=0, c=0) > True Yuck. > I'm not convinced that mixed Counter and regular dict comparisons should > be supported, but Ram's patch supports any Mapping type. Is that a good > idea? There's been no discussion on that question. That sounds wrong to me as well. > Can somebody explain to me what this means? How is this meaningfully a > subset operation? > > py> Counter(a="eggs") < Counter(a="spam") > True I agree this looks silly. However, the Counter doc says: """The multiset methods are designed only for use cases with positive values. [...] There are no type restrictions, but the value type needs to support addition, subtraction, and comparison.""" Which really sounds like an excuse to not perform any type checking and silently allow nonsensical multiset behaviour with non-integer keys. We can follow that lead :-) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 17:54:18 2014 From: report at bugs.python.org (Ram Rachum) Date: Sat, 04 Oct 2014 15:54:18 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412438058.09.0.288067417168.issue22515@psf.upfronthosting.co.za> Ram Rachum added the comment: Hi everybody, I agree we have a mess on our hands, with lots of cases where comparison is weird. To be honest I've given up on `collections.Counter` at this point. The fact that it's a "hybrid mapping/multiset" is the cause of all the problems, so I just made my own class that is defined as a multiset with only positive integer values, and I'm going to use that and define methods on it without having to worry about these weird cases. Unless someone else wants to champion this issue and resolve the edge cases, it can be closed as far as I'm concerned. I really wish that `collections.Counter` wouldn't have been added to the standard library as a "hybrid mapping/multiset"; I think that it shows emphasis on the implementation rather than the usage, while the usage is more important. But there's nothing I can do about that. (If there was a place where we can make notes for Python 4, I'd put a note there about it.) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 18:00:47 2014 From: report at bugs.python.org (Eric Fulton) Date: Sat, 04 Oct 2014 16:00:47 +0000 Subject: [issue22553] Diagram issue Message-ID: <1412438447.77.0.331037308598.issue22553@psf.upfronthosting.co.za> New submission from Eric Fulton: I believe the diagram showing how slices works from https://docs.python.org/2/tutorial/introduction.html is incorrect. There should be no 6. >>> word = 'Python' >>> word[6] IndexError: string index out of range Original: +---+---+---+---+---+---+ | P | y | t | h | o | n | +---+---+---+---+---+---+ 0 1 2 3 4 5 6 -6 -5 -4 -3 -2 -1 What it should be: +---+---+---+---+---+---+ | P | y | t | h | o | n | +---+---+---+---+---+---+ 0 1 2 3 4 5 -6 -5 -4 -3 -2 -1 -------------------------- One way to remember how slices work is to think of the indices as pointing between characters, with the left edge of the first character numbered 0. Then the right edge of the last character of a string of n characters has index n, for example: +---+---+---+---+---+---+ | P | y | t | h | o | n | +---+---+---+---+---+---+ 0 1 2 3 4 5 6 -6 -5 -4 -3 -2 -1 ---------- assignee: docs at python components: Documentation messages: 228464 nosy: Eric.Fulton, docs at python priority: normal severity: normal status: open title: Diagram issue _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 18:05:33 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 04 Oct 2014 16:05:33 +0000 Subject: [issue22553] Diagram issue In-Reply-To: <1412438447.77.0.331037308598.issue22553@psf.upfronthosting.co.za> Message-ID: <1412438733.37.0.285591317814.issue22553@psf.upfronthosting.co.za> Georg Brandl added the comment: Hi Eric, this paragraph is about slices, where you *can* do >>> word[0:6] 'Python' As such, the paragraph is correct. ---------- nosy: +georg.brandl resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 19:26:31 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 04 Oct 2014 17:26:31 +0000 Subject: [issue11145] '%o' % user-defined instance In-Reply-To: <1297104394.76.0.0164852469273.issue11145@psf.upfronthosting.co.za> Message-ID: <1412443591.95.0.514772435058.issue11145@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Here is a patch which fixes this issue. Now ValueError with relevant message is raised instead of SystemError or crash. ---------- nosy: +serhiy.storchaka stage: -> patch review type: behavior -> crash _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 19:51:21 2014 From: report at bugs.python.org (Matthew Barnett) Date: Sat, 04 Oct 2014 17:51:21 +0000 Subject: [issue18043] No mention of `match.regs` in `re` documentation In-Reply-To: <1369308537.81.0.515783227267.issue18043@psf.upfronthosting.co.za> Message-ID: <1412445081.23.0.941899460347.issue18043@psf.upfronthosting.co.za> Matthew Barnett added the comment: There's an interesting bit of history here: http://www.gossamer-threads.com/lists/python/dev/236584 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 19:58:06 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 04 Oct 2014 17:58:06 +0000 Subject: [issue18043] No mention of `match.regs` in `re` documentation In-Reply-To: <1369308537.81.0.515783227267.issue18043@psf.upfronthosting.co.za> Message-ID: <1412445486.83.0.526044020358.issue18043@psf.upfronthosting.co.za> Georg Brandl added the comment: IOW: it was already intentionally undocumented back then, and only added for compatibility reasons. Probably should be deprecated and removed at some point. ---------- resolution: -> wont fix status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 20:07:38 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 18:07:38 +0000 Subject: [issue20516] Concurrent.futures base concurrency improvement (with patch) In-Reply-To: <1391569015.82.0.789033083368.issue20516@psf.upfronthosting.co.za> Message-ID: <1412446058.96.0.655033200173.issue20516@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Glenn, are you willing to update your patch to address the review comments? (I'm assuming you have been notified of them... if not, you can access the code review tool by clicking the "review" links near your patch) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 20:20:08 2014 From: report at bugs.python.org (Claudiu Popa) Date: Sat, 04 Oct 2014 18:20:08 +0000 Subject: [issue20516] Concurrent.futures base concurrency improvement (with patch) In-Reply-To: <1391569015.82.0.789033083368.issue20516@psf.upfronthosting.co.za> Message-ID: <1412446808.27.0.974956043666.issue20516@psf.upfronthosting.co.za> Claudiu Popa added the comment: I'm not sure that Glenn receives this, he is not in the nosy list. 2014-07-18 16:45:36 glangford set nosy: - glangford ---------- nosy: +Claudiu.Popa _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 20:21:08 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 18:21:08 +0000 Subject: [issue20516] Concurrent.futures base concurrency improvement (with patch) In-Reply-To: <1391569015.82.0.789033083368.issue20516@psf.upfronthosting.co.za> Message-ID: <1412446867.99.0.598666882111.issue20516@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Woops. Thanks for noticing, Claudiu. I guess someone can take over the patch and finish the work, then :-) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 20:21:31 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 04 Oct 2014 18:21:31 +0000 Subject: [issue11271] concurrent.futures.ProcessPoolExecutor.map() doesn't batch function arguments by chunks In-Reply-To: <1298300689.71.0.822605356721.issue11271@psf.upfronthosting.co.za> Message-ID: <20141004182126.64913.71417@mail.hg.python.org> Roundup Robot added the comment: New changeset f87c2c4f03da by Antoine Pitrou in branch 'default': Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize* https://hg.python.org/cpython/rev/f87c2c4f03da ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 20:27:34 2014 From: report at bugs.python.org (Claudiu Popa) Date: Sat, 04 Oct 2014 18:27:34 +0000 Subject: [issue11694] xdrlib raises ConversionError in inconsistent way In-Reply-To: <1301224336.99.0.411299821684.issue11694@psf.upfronthosting.co.za> Message-ID: <1412447254.75.0.538620349905.issue11694@psf.upfronthosting.co.za> Changes by Claudiu Popa : ---------- nosy: +Claudiu.Popa _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 20:28:06 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 18:28:06 +0000 Subject: [issue11271] concurrent.futures.ProcessPoolExecutor.map() doesn't batch function arguments by chunks In-Reply-To: <1298300689.71.0.822605356721.issue11271@psf.upfronthosting.co.za> Message-ID: <1412447286.47.0.904039807625.issue11271@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Sorry for the delay. I simplified the patch a tiny bit ("yield from" wasn't needed, it was sufficient to result the itertools.chain.from_iterable() result), and committed it. Thank you! ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 20:35:24 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 18:35:24 +0000 Subject: [issue22194] access to cdecimal / libmpdec API In-Reply-To: <1408022998.0.0.480794879626.issue22194@psf.upfronthosting.co.za> Message-ID: <1412447724.56.0.975790682289.issue22194@psf.upfronthosting.co.za> Antoine Pitrou added the comment: For the record, we have realized that pure C code brought less than a 2x speedup compared to straightforward Python code, so cdecimal support has become a low-priority concern for Numba. For the curious, the C code is from libmpdec's own benchmark (Web site seems down at the moment) and the Python code is here: https://gist.github.com/pitrou/9eb2a5651b99f2e3c4ce ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 20:38:53 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sat, 04 Oct 2014 18:38:53 +0000 Subject: [issue19905] Add 128-bit integer support to ctypes In-Reply-To: <1386295654.39.0.271762839295.issue19905@psf.upfronthosting.co.za> Message-ID: <1412447933.11.0.724180995169.issue19905@psf.upfronthosting.co.za> Mark Lawrence added the comment: This won't go anywhere until a patch is provided on #19904 as requested in msg205765. ---------- nosy: +BreamoreBoy versions: -Python 2.7, Python 3.3, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 20:40:20 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sat, 04 Oct 2014 18:40:20 +0000 Subject: [issue19960] MacOSX: Building 2.7 without the xcode command line tools installed In-Reply-To: <1386850025.77.0.292014271005.issue19960@psf.upfronthosting.co.za> Message-ID: <1412448020.78.0.654239178764.issue19960@psf.upfronthosting.co.za> Mark Lawrence added the comment: Just a reminder that a patch review is needed here guys. ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 20:43:58 2014 From: report at bugs.python.org (Ethan Furman) Date: Sat, 04 Oct 2014 18:43:58 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1412448238.54.0.665707151673.issue22515@psf.upfronthosting.co.za> Ethan Furman added the comment: We are not "rushing into code", we are getting some code, and tests, written to help define what we are talking about. So far the feedback has given some more tests to add, and some things to change (such as only comparing with other Counters). The big question I have is how do we handle <= and >= ? Normal Counter == treats a key with a zero value as being unequeal to a Counter without that same key, but I don't think that makes sense for partial ordering. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 21:04:47 2014 From: report at bugs.python.org (Francis MB) Date: Sat, 04 Oct 2014 19:04:47 +0000 Subject: [issue11145] '%o' % user-defined instance In-Reply-To: <1297104394.76.0.0164852469273.issue11145@psf.upfronthosting.co.za> Message-ID: <1412449487.71.0.233508633768.issue11145@psf.upfronthosting.co.za> Francis MB added the comment: Do have I overseen the patch? or may be doing something wrong? or isn't anything uploaded? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 21:07:19 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sat, 04 Oct 2014 19:07:19 +0000 Subject: [issue21428] Python suddenly cares about EOLs formats on windows In-Reply-To: <1399220400.65.0.0106414482581.issue21428@psf.upfronthosting.co.za> Message-ID: <1412449639.5.0.88729262172.issue21428@psf.upfronthosting.co.za> Mark Lawrence added the comment: Can we please have a response to the question put in msg218050 so we can investigate? ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 21:17:37 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sat, 04 Oct 2014 19:17:37 +0000 Subject: [issue1284316] Win32: Security problem with default installation directory Message-ID: <1412450257.92.0.396748538092.issue1284316@psf.upfronthosting.co.za> Mark Lawrence added the comment: I'm concerned that 3.5 is creeping ever closer and I wouldn't like to see work done on the installer backed out at the 11th hour because there has been no agreement here. Does this need a discussion on python-dev? For that matter has there been one already that I've forgotten about? ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 21:17:56 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 19:17:56 +0000 Subject: [issue21965] Add support for Memory BIO to _ssl In-Reply-To: <1405156134.57.0.513965198344.issue21965@psf.upfronthosting.co.za> Message-ID: <1412450276.57.0.638620244763.issue21965@psf.upfronthosting.co.za> Antoine Pitrou added the comment: One issue with the "owner" is that there is now a reference cycle between SSLSocket and SSLObject (something which the original design is careful to avoid by using weakrefs in the _ssl module). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 21:20:20 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 19:20:20 +0000 Subject: [issue1284316] Win32: Security problem with default installation directory Message-ID: <1412450420.57.0.169337767324.issue1284316@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Mark Lawrence, please stop acting like you are the project leader. If you want to make concrete contributions to Python, you're welcome. But we don't need your project management guidance. ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 21:25:14 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sat, 04 Oct 2014 19:25:14 +0000 Subject: [issue1284316] Win32: Security problem with default installation directory Message-ID: <1412450714.66.0.717338126577.issue1284316@psf.upfronthosting.co.za> Mark Lawrence added the comment: Pardon me for breathing. As you clearly don't like the way I work would you be so kind as to reopen the issues that I've helped close in the last few months. It might bugger the stats on the bug tracker but hey ho. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 21:27:34 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 04 Oct 2014 19:27:34 +0000 Subject: [issue21428] Python suddenly cares about EOLs formats on windows In-Reply-To: <1399220400.65.0.0106414482581.issue21428@psf.upfronthosting.co.za> Message-ID: <1412450854.56.0.0890288736385.issue21428@psf.upfronthosting.co.za> Georg Brandl added the comment: No response, closing. ---------- nosy: +georg.brandl resolution: -> out of date status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 21:31:15 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 04 Oct 2014 19:31:15 +0000 Subject: [issue1284316] Win32: Security problem with default installation directory Message-ID: <1412451075.79.0.378015590448.issue1284316@psf.upfronthosting.co.za> Georg Brandl added the comment: Nobody doubts that pinging old issues helps getting some of them closed. But messages like msg228480 sound a bit pretentious, that's what Antoine is referring to. ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 21:36:32 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 04 Oct 2014 19:36:32 +0000 Subject: [issue11145] '%o' % user-defined instance In-Reply-To: <1412449487.71.0.233508633768.issue11145@psf.upfronthosting.co.za> Message-ID: <3279667.kp4Ys5LRaI@raxxla> Serhiy Storchaka added the comment: Oh, sorry. I again forgot to upload a patch. ---------- keywords: +patch Added file: http://bugs.python.org/file36800/issue11145.patch _______________________________________ Python tracker _______________________________________ -------------- next part -------------- diff -r a3e18dd8f267 Lib/test/test_format.py --- a/Lib/test/test_format.py Sat Oct 04 15:04:41 2014 +0300 +++ b/Lib/test/test_format.py Sat Oct 04 20:07:18 2014 +0300 @@ -299,6 +299,39 @@ class FormatTest(unittest.TestCase): else: raise TestFailed, '"%*d"%(maxsize, -127) should fail' + def test_invalid_special_methods(self): + tests = [] + for f in 'sriduoxXfge': + tests.append(('%' + f, 1, TypeError)) + for r in ['', '-', 'L', '-L']: + for f in 'iduoxX': + tests.append(('%' + f, r, ValueError)) + tests.append(('%o', 'abc', ValueError)) + for r in ('abc', '0abc', '0x', '0xL'): + for f in 'xX': + tests.append(('%' + f, r, ValueError)) + + class X(long): + def __repr__(self): + return result + def __str__(self): + return result + def __oct__(self): + return result + def __hex__(self): + return result + def __float__(self): + return result + for fmt, result, exc in tests: + try: + fmt % X() + except exc: + pass + else: + self.fail('%s not raised for %r format of %r' % + (exc.__name__, fmt, result)) + + def test_main(): test_support.run_unittest(FormatTest) diff -r a3e18dd8f267 Objects/stringobject.c --- a/Objects/stringobject.c Sat Oct 04 15:04:41 2014 +0300 +++ b/Objects/stringobject.c Sat Oct 04 20:07:18 2014 +0300 @@ -4015,17 +4015,22 @@ PyObject* Py_ssize_t llen; int numdigits; /* len == numnondigits + numdigits */ int numnondigits = 0; + const char *method; + int modify = (type == 'X'); switch (type) { case 'd': case 'u': + method = "str"; result = Py_TYPE(val)->tp_str(val); break; case 'o': + method = "oct"; result = Py_TYPE(val)->tp_as_number->nb_oct(val); break; case 'x': case 'X': + method = "hex"; numnondigits = 2; result = Py_TYPE(val)->tp_as_number->nb_hex(val); break; @@ -4041,25 +4046,39 @@ PyObject* return NULL; } - /* To modify the string in-place, there can only be one reference. */ - if (Py_REFCNT(result) != 1) { - PyErr_BadInternalCall(); - return NULL; - } - llen = PyString_Size(result); + llen = PyString_GET_SIZE(result); if (llen > INT_MAX) { PyErr_SetString(PyExc_ValueError, "string too large in _PyString_FormatLong"); + Py_DECREF(result); return NULL; } len = (int)llen; - if (buf[len-1] == 'L') { + if (len > 0 && buf[len-1] == 'L') { --len; - buf[len] = '\0'; + if (len == 0) + goto error; + modify = 1; + } + /* To modify the string in-place, there can only be one reference. */ + if (modify && (llen <= 1 || Py_REFCNT(result) != 1)) { + /* Do not use PyString_FromStringAndSize(buf, len) because it can + * return existing object if len <= 1. */ + PyObject *r1 = PyString_FromStringAndSize(NULL, len); + if (!r1) { + Py_DECREF(result); + return NULL; + } + assert(len == 0 || Py_REFCNT(r1) == 1); + memcpy(PyString_AS_STRING(r1), buf, len); + Py_DECREF(result); + result = r1; + buf = PyString_AS_STRING(result); } sign = buf[0] == '-'; numnondigits += sign; numdigits = len - numnondigits; - assert(numdigits > 0); + if (numdigits <= 0) + goto error; /* Get rid of base marker unless F_ALT */ if ((flags & F_ALT) == 0) { @@ -4067,7 +4086,8 @@ PyObject* int skipped = 0; switch (type) { case 'o': - assert(buf[sign] == '0'); + if (buf[sign] != '0') + goto error; /* If 0 is only digit, leave it alone. */ if (numdigits > 1) { skipped = 1; @@ -4076,8 +4096,9 @@ PyObject* break; case 'x': case 'X': - assert(buf[sign] == '0'); - assert(buf[sign + 1] == 'x'); + if (buf[sign] != '0' || + buf[sign + 1] != 'x') + goto error; skipped = 2; numnondigits -= 2; break; @@ -4126,6 +4147,12 @@ PyObject* *pbuf = buf; *plen = len; return result; + +error: + PyErr_Format(PyExc_ValueError, "%%%c format: invalid result of %s.__%s__", + type, Py_TYPE(val)->tp_name, method); + Py_DECREF(result); + return NULL; } Py_LOCAL_INLINE(int) From report at bugs.python.org Sat Oct 4 21:37:41 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 19:37:41 +0000 Subject: [issue16314] Support xz compression in distutils In-Reply-To: <1351114378.64.0.718374634123.issue16314@psf.upfronthosting.co.za> Message-ID: <1412451461.82.0.4595380788.issue16314@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- assignee: eric.araujo -> _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 21:39:37 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 04 Oct 2014 19:39:37 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412448238.54.0.665707151673.issue22515@psf.upfronthosting.co.za> Message-ID: <2755834.i0dI0DprlH@raxxla> Serhiy Storchaka added the comment: This implementation obeys more set properties. ---------- Added file: http://bugs.python.org/file36801/issue22515_partial_order_counter_v3.diff _______________________________________ Python tracker _______________________________________ -------------- next part -------------- diff -r 85de13b746ac Lib/collections/__init__.py --- a/Lib/collections/__init__.py Sat Oct 04 16:09:02 2014 +0300 +++ b/Lib/collections/__init__.py Sat Oct 04 22:16:52 2014 +0300 @@ -782,6 +782,64 @@ class Counter(dict): self[elem] = other_count return self._keep_positive() + def __lt__(self, other): + if not isinstance(other, Counter): + return NotImplemented + found_strict_difference = False + for elem, count in self.items(): + other_count = other[elem] + if other_count < count: + return False + elif count < other_count: + found_strict_difference = True + for elem, count in other.items(): + if elem not in self: + if count < 0: + return False + elif count > 0: + found_strict_difference = True + return found_strict_difference + + def __le__(self, other): + if not isinstance(other, Counter): + return NotImplemented + for elem, count in self.items(): + if other[elem] < count: + return False + for elem, count in other.items(): + if elem not in self and count < 0: + return False + return True + + def __gt__(self, other): + if not isinstance(other, Counter): + return NotImplemented + found_strict_difference = False + for elem, count in self.items(): + other_count = other[elem] + if other_count > count: + return False + elif count > other_count: + found_strict_difference = True + for elem, count in other.items(): + if elem not in self: + if count > 0: + return False + elif count < 0: + found_strict_difference = True + return found_strict_difference + + def __ge__(self, other): + if not isinstance(other, Counter): + return NotImplemented + for elem, count in self.items(): + if other[elem] > count: + return False + for elem, count in other.items(): + if elem not in self and count > 0: + return False + return True + ######################################################################## ### ChainMap (helper for configparser and string.Template) diff -r 85de13b746ac Lib/test/test_collections.py --- a/Lib/test/test_collections.py Sat Oct 04 16:09:02 2014 +0300 +++ b/Lib/test/test_collections.py Sat Oct 04 22:16:52 2014 +0300 @@ -1226,6 +1226,105 @@ class TestCounter(unittest.TestCase): set_result = setop(set(p.elements()), set(q.elements())) self.assertEqual(counter_result, dict.fromkeys(set_result, 1)) + def test_partial_order(self): + counter_0 = Counter() + counter_1 = Counter('c') + counter_2 = Counter('abc') + counter_3 = Counter('aabc') + counter_4 = Counter('abbc') + counter_5 = Counter('aabbcc') + + bad_d = {'a': 'a', 'b': 'b', 'c': 'c'} + not_a_mapping = object() + + biggest = ( + (counter_5, (counter_4, counter_3, counter_2, counter_1, counter_0)), + (counter_4, (counter_2, counter_1, counter_0)), + (counter_3, (counter_2, counter_1, counter_0)), + (counter_2, (counter_1, )), + (counter_1, (counter_0, )), + ) + smallest = ( + (counter_0, (counter_1, counter_2, counter_3, counter_4, counter_5)), + (counter_1, (counter_2, counter_3, counter_4, counter_5)), + (counter_2, (counter_3, counter_4, counter_5)), + (counter_3, (counter_5, )), + (counter_4, (counter_5, )), + ) + for item, smaller_items in biggest: + for smaller_item in smaller_items: + self.assertFalse(item <= smaller_item) + self.assertFalse(item < smaller_item) + self.assertTrue(item >= smaller_item) + self.assertTrue(item > smaller_item) + self.assertTrue(item != smaller_item) + for item, bigger_items in smallest: + for bigger_item in bigger_items: + self.assertFalse(item >= bigger_item) + self.assertFalse(item > bigger_item) + self.assertTrue(item <= bigger_item) + self.assertTrue(item < bigger_item) + self.assertTrue(item != bigger_item) + for item in (counter_2, counter_3, counter_4, counter_5): + with self.assertRaises(TypeError): + item <= bad_d + with self.assertRaises(TypeError): + item < bad_d + with self.assertRaises(TypeError): + item >= bad_d + with self.assertRaises(TypeError): + item > bad_d + # other is not a mapping + with self.assertRaises(TypeError): + item <= not_a_mapping + with self.assertRaises(TypeError): + item < not_a_mapping + with self.assertRaises(TypeError): + item >= not_a_mapping + with self.assertRaises(TypeError): + item > not_a_mapping + + def test_partial_order_combinations(self): + def gen_counters(): + for a in (-1, 0, 1, None): + for b in (-1, 0, 1, None): + cnt = Counter() + if a is not None: + cnt['a'] = a + if b is not None: + cnt['b'] = b + yield cnt + + for a in gen_counters(): + with self.subTest(a=a): + self.assertTrue(a <= a) + self.assertTrue(a >= a) + self.assertFalse(a < a) + self.assertFalse(a > a) + for b in gen_counters(): + with self.subTest(b=b): + self.assertEqual(a <= b, b >= a) + self.assertEqual(a < b, b > a) + if a < b: + self.assertTrue(a <= b) + self.assertFalse(a <= b and b < a) + self.assertFalse(a < b and b < a) + self.assertTrue(a <= a | b) + self.assertEqual(a <= b, len(a - b) == 0) + self.assertEqual(a < b, len(a - b) == 0 and len(b - a) > 0) + d = Counter(a) + d.subtract(b) + self.assertEqual(a <= b, d <= Counter()) + self.assertEqual(a >= b, d >= Counter()) + self.assertEqual(a < b, d < Counter()) + self.assertEqual(a > b, d > Counter()) + for c in gen_counters(): + with self.subTest(c=c): + if a <= b and b <= c: + self.assertTrue(a <= c) + if a <= b and b < c: + self.assertTrue(a < c) + def test_inplace_operations(self): elements = 'abcd' for i in range(1000): @@ -1613,7 +1712,7 @@ def test_main(verbose=None): TestCollectionABCs, TestCounter, TestChainMap, TestOrderedDict, GeneralMappingTests, SubclassMappingTests] support.run_unittest(*test_classes) - support.run_doctest(collections, verbose) + #support.run_doctest(collections, verbose) if __name__ == "__main__": From report at bugs.python.org Sat Oct 4 22:17:51 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 04 Oct 2014 20:17:51 +0000 Subject: [issue21905] RuntimeError in pickle.whichmodule when sys.modules if mutated In-Reply-To: <1404306192.8.0.184744206475.issue21905@psf.upfronthosting.co.za> Message-ID: <20141004201745.64897.77183@mail.hg.python.org> Roundup Robot added the comment: New changeset 86ba3bdfac15 by Antoine Pitrou in branch '3.4': Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. https://hg.python.org/cpython/rev/86ba3bdfac15 New changeset d748a3503ad5 by Antoine Pitrou in branch 'default': Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. https://hg.python.org/cpython/rev/d748a3503ad5 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 22:18:24 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 20:18:24 +0000 Subject: [issue21905] RuntimeError in pickle.whichmodule when sys.modules if mutated In-Reply-To: <1404306192.8.0.184744206475.issue21905@psf.upfronthosting.co.za> Message-ID: <1412453904.15.0.121790742844.issue21905@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Sorry for the delay, Olivier. Your patch is now pushed. Thank you! ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 22:24:55 2014 From: report at bugs.python.org (Friedrich Spee von Langenfeld) Date: Sat, 04 Oct 2014 20:24:55 +0000 Subject: [issue1284316] Win32: Security problem with default installation directory Message-ID: <1412454295.08.0.799715101306.issue1284316@psf.upfronthosting.co.za> Friedrich Spee von Langenfeld added the comment: As mentioned before, many packages can not handle paths with spaces. I suppose that it is because of lacking knowledge on how to prevent such bugs. What would you think? Should this piece of information be in our documentation? Or is it already there? ---------- nosy: +Friedrich.Spee.von.Langenfeld _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 22:34:36 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 04 Oct 2014 20:34:36 +0000 Subject: [issue1284316] Win32: Security problem with default installation directory Message-ID: <1412454876.0.0.636244704394.issue1284316@psf.upfronthosting.co.za> Georg Brandl added the comment: > As mentioned before, many packages can not handle paths with spaces. This is "common knowledge", yet may not be true anymore. See this recent python-dev thread: https://mail.python.org/pipermail/python-dev/2014-September/136434.html ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 22:49:00 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sat, 04 Oct 2014 20:49:00 +0000 Subject: [issue22554] Idle: optionally auto-pop-up completion window for names Message-ID: <1412455740.59.0.488205604563.issue22554@psf.upfronthosting.co.za> New submission from Terry J. Reedy: Currently auto popup after delay only after '.' or in a string. ---------- components: IDLE messages: 228492 nosy: terry.reedy priority: normal severity: normal stage: needs patch status: open title: Idle: optionally auto-pop-up completion window for names type: enhancement versions: Python 2.7, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 22:50:16 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sat, 04 Oct 2014 20:50:16 +0000 Subject: [issue22554] Idle: optionally auto-pop-up completion window for names In-Reply-To: <1412455740.59.0.488205604563.issue22554@psf.upfronthosting.co.za> Message-ID: <1412455816.4.0.248577131206.issue22554@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Need extension config dialog before add this. Should then review completion extension for options that people might want. ---------- dependencies: +IDLE - Add an extension configuration dialog _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 23:00:25 2014 From: report at bugs.python.org (eryksun) Date: Sat, 04 Oct 2014 21:00:25 +0000 Subject: [issue1284316] Win32: Security problem with default installation directory Message-ID: <1412456425.8.0.990774124288.issue1284316@psf.upfronthosting.co.za> eryksun added the comment: >> As mentioned before, many packages can not handle paths with >> spaces. > > This is "common knowledge", yet may not be true anymore. Well, see issue 21699. pip 1.5.6 is still using distlib 0.1.8, so the executable wrappers it creates are broken when the path to python.exe contains spaces. ---------- nosy: +eryksun _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 23:05:52 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 21:05:52 +0000 Subject: [issue21173] WeakKeyDictionary.__len__ fragile w/ _IterationGuards In-Reply-To: <1396901847.85.0.817641964544.issue21173@psf.upfronthosting.co.za> Message-ID: <1412456752.51.0.850156676036.issue21173@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Thank you for reporting this. Here is a patch with tests. ---------- stage: -> patch review versions: +Python 3.5 -Python 3.2, Python 3.3 Added file: http://bugs.python.org/file36802/weakdictlen.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 23:08:46 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 21:08:46 +0000 Subject: [issue21699] Windows Python 3.4.1 pyvenv doesn't work in directories with spaces. In-Reply-To: <1402325667.24.0.414585735491.issue21699@psf.upfronthosting.co.za> Message-ID: <1412456926.23.0.986624929006.issue21699@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +Marcus.Smith, dstufft, ncoghlan, pmoore priority: normal -> critical stage: -> needs patch versions: +Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 23:12:30 2014 From: report at bugs.python.org (Fabian) Date: Sat, 04 Oct 2014 21:12:30 +0000 Subject: [issue19003] email.generator.BytesGenerator corrupts data by changing line endings In-Reply-To: <1378885640.45.0.020973506597.issue19003@psf.upfronthosting.co.za> Message-ID: <1412457150.43.0.978790726692.issue19003@psf.upfronthosting.co.za> Fabian added the comment: I can confirm this on 3.4.1 and is really annoying. But the patch should set '_is_raw_payload' to False if the payload is set via 'set_payload' (the operations in 'set_raw_payload' need to be switched). ---------- nosy: +xZise _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 23:15:14 2014 From: report at bugs.python.org (Francis MB) Date: Sat, 04 Oct 2014 21:15:14 +0000 Subject: [issue8481] doc: ctypes no need to explicitly allocate writable memory with Structure In-Reply-To: <1271834227.47.0.0148350492358.issue8481@psf.upfronthosting.co.za> Message-ID: <1412457314.53.0.451534005275.issue8481@psf.upfronthosting.co.za> Changes by Francis MB : ---------- type: -> enhancement _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 23:18:44 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 21:18:44 +0000 Subject: [issue19689] ssl.create_default_context() In-Reply-To: <1385090544.45.0.828501319408.issue19689@psf.upfronthosting.co.za> Message-ID: <1412457524.5.0.360315010673.issue19689@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 23:22:41 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 21:22:41 +0000 Subject: [issue17444] multiprocessing.cpu_count() should use hw.availcpu on Mac OS X In-Reply-To: <1363518970.43.0.663033914557.issue17444@psf.upfronthosting.co.za> Message-ID: <1412457761.95.0.151842793358.issue17444@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- resolution: -> out of date stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 23:27:52 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 21:27:52 +0000 Subject: [issue17636] Modify IMPORT_FROM to fallback on sys.modules In-Reply-To: <1365124502.39.0.727243640375.issue17636@psf.upfronthosting.co.za> Message-ID: <1412458072.01.0.648895428547.issue17636@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- stage: test needed -> needs patch versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 23:35:54 2014 From: report at bugs.python.org (Francis MB) Date: Sat, 04 Oct 2014 21:35:54 +0000 Subject: [issue11582] Boilerplate code replaced in Python/ceval.c In-Reply-To: <1300345445.4.0.401745683259.issue11582@psf.upfronthosting.co.za> Message-ID: <1412458554.89.0.0628619450825.issue11582@psf.upfronthosting.co.za> Changes by Francis MB : ---------- type: -> enhancement _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 23:36:57 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 21:36:57 +0000 Subject: [issue17636] Modify IMPORT_FROM to fallback on sys.modules In-Reply-To: <1365124502.39.0.727243640375.issue17636@psf.upfronthosting.co.za> Message-ID: <1412458617.29.0.876704249007.issue17636@psf.upfronthosting.co.za> Antoine Pitrou added the comment: This is Brett's tests patch updated against default branch. ---------- nosy: +pitrou Added file: http://bugs.python.org/file36803/import_from_tests2.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 23:40:18 2014 From: report at bugs.python.org (Francis MB) Date: Sat, 04 Oct 2014 21:40:18 +0000 Subject: [issue6396] '' % object() raises TypeError In-Reply-To: <1246464847.52.0.736883285817.issue6396@psf.upfronthosting.co.za> Message-ID: <1412458818.81.0.225532225942.issue6396@psf.upfronthosting.co.za> Changes by Francis MB : ---------- type: -> behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 23:47:10 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 04 Oct 2014 21:47:10 +0000 Subject: [issue11866] race condition in threading._newname() In-Reply-To: <1303126142.97.0.491583907596.issue11866@psf.upfronthosting.co.za> Message-ID: <20141004214706.52965.17299@mail.hg.python.org> Roundup Robot added the comment: New changeset a6b4add67168 by R David Murray in branch '2.7': #11866: Eliminate race condition in the computation of names for new threads. https://hg.python.org/cpython/rev/a6b4add67168 New changeset a6906b9e21d5 by R David Murray in branch '3.4': #11866: Eliminate race condition in the computation of names for new threads. https://hg.python.org/cpython/rev/a6906b9e21d5 New changeset e9afcce9a154 by R David Murray in branch 'default': Merge: #11866: Eliminate race condition in the computation of names for new threads. https://hg.python.org/cpython/rev/e9afcce9a154 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 4 23:50:27 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 04 Oct 2014 21:50:27 +0000 Subject: [issue11866] race condition in threading._newname() In-Reply-To: <1303126142.97.0.491583907596.issue11866@psf.upfronthosting.co.za> Message-ID: <1412459427.92.0.23252296883.issue11866@psf.upfronthosting.co.za> R. David Murray added the comment: I committed a version of this that uses Raymond's suggestion and also makes sure that the first thread is named Thread-1 as it has been in the past (there was a test failure without that fix, but I also think it makes sense for it to be Thread-1 since one would normally think of the main thread as thread 0). I did not try to turn the test script into a test case because it would take a long time to run if it is to have a reasonable chance of displaying the bug, and it would never be a consistent failure. Thanks, Peter; sorry it took so long to get this committed. ---------- nosy: +r.david.murray resolution: accepted -> fixed stage: commit review -> resolved status: open -> closed versions: +Python 3.4, Python 3.5 -Python 2.6, Python 3.1, Python 3.2, Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 00:05:07 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 04 Oct 2014 22:05:07 +0000 Subject: [issue15855] memoryview methods and data members are missing docstrings In-Reply-To: <1346678750.91.0.0208236939901.issue15855@psf.upfronthosting.co.za> Message-ID: <1412460307.23.0.453808483924.issue15855@psf.upfronthosting.co.za> R. David Murray added the comment: It looks like there is nothing left to do here and the issue was left open by mistake. If I'm wrong, someone can reopen it with a note as to what remains to be done (or open a new issue). ---------- nosy: +r.david.murray resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 00:09:38 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 22:09:38 +0000 Subject: [issue17636] Modify IMPORT_FROM to fallback on sys.modules In-Reply-To: <1365124502.39.0.727243640375.issue17636@psf.upfronthosting.co.za> Message-ID: <1412460578.03.0.117698080192.issue17636@psf.upfronthosting.co.za> Antoine Pitrou added the comment: And this is a full patch. ---------- stage: needs patch -> patch review Added file: http://bugs.python.org/file36804/import_from_tests2.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 00:11:00 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 22:11:00 +0000 Subject: [issue17636] Modify IMPORT_FROM to fallback on sys.modules In-Reply-To: <1365124502.39.0.727243640375.issue17636@psf.upfronthosting.co.za> Message-ID: <1412460660.53.0.212976485034.issue17636@psf.upfronthosting.co.za> Changes by Antoine Pitrou : Added file: http://bugs.python.org/file36805/circrelimports.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 00:11:34 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 22:11:34 +0000 Subject: [issue17636] Modify IMPORT_FROM to fallback on sys.modules In-Reply-To: <1365124502.39.0.727243640375.issue17636@psf.upfronthosting.co.za> Message-ID: <1412460694.8.0.765564575323.issue17636@psf.upfronthosting.co.za> Antoine Pitrou added the comment: (full patch is actually the latest upload: circrelimports.patch. Sorry for the glitch) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 00:14:51 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 04 Oct 2014 22:14:51 +0000 Subject: [issue22552] ctypes.CDLL returns singleton objects, resulting in usage conflicts In-Reply-To: <1412387689.66.0.814406977046.issue22552@psf.upfronthosting.co.za> Message-ID: <1412460891.4.0.574881956176.issue22552@psf.upfronthosting.co.za> R. David Murray added the comment: How does this relate to issue 14201? That is, is the answer just "use getitem if you don't want caching"? (And apply the doc patch from that issue :) ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 00:15:50 2014 From: report at bugs.python.org (Geert Jansen) Date: Sat, 04 Oct 2014 22:15:50 +0000 Subject: [issue21965] Add support for Memory BIO to _ssl In-Reply-To: <1405156134.57.0.513965198344.issue21965@psf.upfronthosting.co.za> Message-ID: <1412460950.98.0.790678244844.issue21965@psf.upfronthosting.co.za> Geert Jansen added the comment: > One issue with the "owner" is that there is now a reference cycle between SSLSocket and SSLObject (something which the original design is careful to avoid by using weakrefs in the _ssl module). Note that owner is a weakref :) Did you look at the code? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 00:26:51 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 04 Oct 2014 22:26:51 +0000 Subject: [issue14201] Documented caching for shared library's __getattr__ and __getitem__ is incorrect In-Reply-To: <1330957421.08.0.5889949548.issue14201@psf.upfronthosting.co.za> Message-ID: <20141004222649.52973.15187@mail.hg.python.org> Roundup Robot added the comment: New changeset ae64614b66b7 by R David Murray in branch '2.7': #14201: Update ctypes docs to match behavior changed from 214b28d7a999. https://hg.python.org/cpython/rev/ae64614b66b7 New changeset 5518aa0fbc06 by R David Murray in branch '3.4': #14201: Update ctypes docs to match behavior changed from 214b28d7a999. https://hg.python.org/cpython/rev/5518aa0fbc06 New changeset dfdcc3fad3aa by R David Murray in branch 'default': Merge: #14201: Update ctypes docs to match behavior changed from 214b28d7a999. https://hg.python.org/cpython/rev/dfdcc3fad3aa ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 00:27:13 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 22:27:13 +0000 Subject: [issue21965] Add support for Memory BIO to _ssl In-Reply-To: <1405156134.57.0.513965198344.issue21965@psf.upfronthosting.co.za> Message-ID: <1412461633.59.0.752003838056.issue21965@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Ahhh. I had forgotten about that. It may be worthwhile to add a comment in SSLObject.__init__, then. Also, can you provide a cumulated patch? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 00:27:59 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 04 Oct 2014 22:27:59 +0000 Subject: [issue14201] Documented caching for shared library's __getattr__ and __getitem__ is incorrect In-Reply-To: <1330957421.08.0.5889949548.issue14201@psf.upfronthosting.co.za> Message-ID: <1412461679.29.0.267489472836.issue14201@psf.upfronthosting.co.za> R. David Murray added the comment: Committed. See also issue 22552. ---------- nosy: +r.david.murray resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 00:39:04 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 04 Oct 2014 22:39:04 +0000 Subject: [issue16866] libainstall doesn't create $(BINDIR) directory In-Reply-To: <1357357650.4.0.164255645189.issue16866@psf.upfronthosting.co.za> Message-ID: <1412462344.32.0.955307832285.issue16866@psf.upfronthosting.co.za> R. David Murray added the comment: Looks like the status for this one should really be "needs decision". It is sounds like the provided patch is not sufficient regardless, so 'commit review' is no longer the appropriate state. I'm changing it back to patch needed as the closest available state, but we also need a decision. ---------- nosy: +r.david.murray stage: commit review -> needs patch versions: +Python 3.5 -Python 3.2, Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 01:27:26 2014 From: report at bugs.python.org (Martin Panter) Date: Sat, 04 Oct 2014 23:27:26 +0000 Subject: [issue18131] Tkinter Variables require a proper master In-Reply-To: <1370308379.98.0.744218229266.issue18131@psf.upfronthosting.co.za> Message-ID: <1412465246.37.0.235728921412.issue18131@psf.upfronthosting.co.za> Changes by Martin Panter : ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 01:29:00 2014 From: report at bugs.python.org (Geert Jansen) Date: Sat, 04 Oct 2014 23:29:00 +0000 Subject: [issue21965] Add support for Memory BIO to _ssl In-Reply-To: <1405156134.57.0.513965198344.issue21965@psf.upfronthosting.co.za> Message-ID: <1412465340.56.0.653010199518.issue21965@psf.upfronthosting.co.za> Geert Jansen added the comment: Addded the comment about owner being a weakref, and added a new consolidated patch (ssl-memory-bio-5). ---------- Added file: http://bugs.python.org/file36806/ssl-memory-bio-5.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 01:29:46 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 04 Oct 2014 23:29:46 +0000 Subject: [issue13473] Add tests for files byte-compiled by distutils In-Reply-To: <1322145911.61.0.528651769931.issue13473@psf.upfronthosting.co.za> Message-ID: <1412465386.86.0.298236889251.issue13473@psf.upfronthosting.co.za> R. David Murray added the comment: Looks like someone should revise this patch taking in to account Nick's feedback, and updating it to apply to distutils instead of the now-defunct distutils2/packaging. Moving stage to 'needs patch'. ---------- assignee: eric.araujo -> components: -Distutils2 nosy: +dstufft, r.david.murray stage: commit review -> needs patch title: Add tests for files byte-compiled by distutils[2] -> Add tests for files byte-compiled by distutils versions: +Python 3.4, Python 3.5 -3rd party, Python 3.2, Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 01:44:23 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 23:44:23 +0000 Subject: [issue11063] uuid.py module import has heavy side effects In-Reply-To: <1296321060.32.0.846037411239.issue11063@psf.upfronthosting.co.za> Message-ID: <1412466263.31.0.936247778482.issue11063@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +serhiy.storchaka stage: needs patch -> patch review versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 01:46:07 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 04 Oct 2014 23:46:07 +0000 Subject: [issue6653] Potential memory leak in multiprocessing In-Reply-To: <1249503832.66.0.0114205396453.issue6653@psf.upfronthosting.co.za> Message-ID: <1412466367.33.0.372018090984.issue6653@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Closing as won't fix. ---------- resolution: -> wont fix stage: needs patch -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 01:53:46 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sat, 04 Oct 2014 23:53:46 +0000 Subject: [issue22546] Wrong default precision in documentation for format In-Reply-To: <1412328678.8.0.959126948842.issue22546@psf.upfronthosting.co.za> Message-ID: <1412466826.5.0.888024936069.issue22546@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I see now that my expectation, based on decimal rounding rather than binary conversion and rounding, was wrong ;-) >>> 33.14159265358979323846264338327950288419 == 33.1415926535898 True >>> 33.14159265358979323846264338327950288419 == 33.14159265358979 False >>> format(33.14159265358979323846264338327950288419, '.18') '33.1415926535897967' Tommy: 3.3 only gets security fixes. When a core developer (indicated by the blue and yellow snake symbol) resets Versions, you should leave them alone or ask before changing. As for the patch: 'non-scientific' == 'fixed-point', the expression already used in the table. The rewrite omits the fact the exception is to match str and that g and str are otherwise the same except for fixed versus 'as needed' precision. I note that '' = 'd' for integers also makes '' for integers similar to str() as modified by the preceding options. An alternate rewrite: Similar to 'g', except that fixed-point notation, when used, has at least one digit past the decimal point. The default precision is as high as needed to represent the particular value. The overall effect is to match the output of str() as altered by the other format modifiers. -- The following in the examples could be fixed in the same patch >>> '{:+f}; {:+f}'.format(3.14, -3.14) # show it always '+3.140000; -3.140000' add to the comment 'it always displays a sign'. ---------- versions: -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 01:58:25 2014 From: report at bugs.python.org (Martin Panter) Date: Sat, 04 Oct 2014 23:58:25 +0000 Subject: [issue14243] tempfile.NamedTemporaryFile not particularly useful on Windows In-Reply-To: <1331345648.86.0.0206250913108.issue14243@psf.upfronthosting.co.za> Message-ID: <1412467105.47.0.206433194756.issue14243@psf.upfronthosting.co.za> Changes by Martin Panter : ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 02:02:37 2014 From: report at bugs.python.org (Martin Panter) Date: Sun, 05 Oct 2014 00:02:37 +0000 Subject: [issue7175] Define a standard location and API for configuration files In-Reply-To: <1256037677.34.0.670034749287.issue7175@psf.upfronthosting.co.za> Message-ID: <1412467357.94.0.496462997347.issue7175@psf.upfronthosting.co.za> Changes by Martin Panter : ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 02:20:00 2014 From: report at bugs.python.org (Antony Lee) Date: Sun, 05 Oct 2014 00:20:00 +0000 Subject: [issue20267] TemporaryDirectory does not resolve path when created using a relative path In-Reply-To: <1389761308.4.0.00958902784577.issue20267@psf.upfronthosting.co.za> Message-ID: <1412468400.79.0.587272605017.issue20267@psf.upfronthosting.co.za> Antony Lee added the comment: The change would be backwards-incompatible but also mimics the behavior of NamedTemporaryFile (which also fails to delete the file if the containing folder has been renamed -- this is easy to verify manually). I guess the other option would be to use fd-based semantics? (but it'd be preferable if the behavior was kept the same between TemporaryDirectory and NamedTemporaryFile). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 02:28:50 2014 From: report at bugs.python.org (Dan O'Reilly) Date: Sun, 05 Oct 2014 00:28:50 +0000 Subject: [issue11271] concurrent.futures.ProcessPoolExecutor.map() doesn't batch function arguments by chunks In-Reply-To: <1298300689.71.0.822605356721.issue11271@psf.upfronthosting.co.za> Message-ID: <1412468930.77.0.0343201087703.issue11271@psf.upfronthosting.co.za> Dan O'Reilly added the comment: Hey, my first committed patch :) Thanks for helping to push this through, Antoine! ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 02:38:51 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 00:38:51 +0000 Subject: [issue20997] Wrong URL fragment identifier in search result In-Reply-To: <1395327003.08.0.0901954371896.issue20997@psf.upfronthosting.co.za> Message-ID: <1412469531.14.0.22584593937.issue20997@psf.upfronthosting.co.za> Mark Lawrence added the comment: What's the verdict on this guys? ---------- nosy: +BreamoreBoy status: pending -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 02:40:56 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 00:40:56 +0000 Subject: [issue21231] Issue a python 3 warning when old style classes are defined. In-Reply-To: <1397530913.57.0.912065211904.issue21231@psf.upfronthosting.co.za> Message-ID: <1412469656.8.0.204039039787.issue21231@psf.upfronthosting.co.za> Mark Lawrence added the comment: Can this be closed as "won't fix" or what? ---------- nosy: +BreamoreBoy status: pending -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 02:43:21 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 00:43:21 +0000 Subject: [issue20394] Coverity complains on audioop In-Reply-To: <1390721721.09.0.648062700512.issue20394@psf.upfronthosting.co.za> Message-ID: <1412469801.75.0.489309236909.issue20394@psf.upfronthosting.co.za> Mark Lawrence added the comment: Can we have a decision as to whether or not the patch should be back ported to 2.7. ---------- nosy: +BreamoreBoy status: pending -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 02:45:34 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 00:45:34 +0000 Subject: [issue21623] build ssl failed use vs2010 express In-Reply-To: <1401595425.37.0.323501689421.issue21623@psf.upfronthosting.co.za> Message-ID: <1412469934.01.0.873374012921.issue21623@psf.upfronthosting.co.za> Mark Lawrence added the comment: I have never had a problem building ssl with vs2010 express so can this be closed? ---------- nosy: +BreamoreBoy status: pending -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 02:46:33 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 00:46:33 +0000 Subject: [issue15862] IDLE not working when due to wrong Hard Drive point of os.path.expanduser In-Reply-To: <1346795014.76.0.789021764596.issue15862@psf.upfronthosting.co.za> Message-ID: <1412469993.21.0.00439512185236.issue15862@psf.upfronthosting.co.za> Mark Lawrence added the comment: @Terry what is your take on this? ---------- nosy: +BreamoreBoy, terry.reedy status: pending -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 02:47:43 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 00:47:43 +0000 Subject: [issue21278] Running the test suite with -v makes the test_ctypes and the test_zipimport erroneously reported as failed In-Reply-To: <1397689360.76.0.544034222842.issue21278@psf.upfronthosting.co.za> Message-ID: <1412470063.97.0.429834420944.issue21278@psf.upfronthosting.co.za> Mark Lawrence added the comment: As there has been no response can this be closed? ---------- nosy: +BreamoreBoy status: pending -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 02:49:02 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 00:49:02 +0000 Subject: [issue1757072] Zipfile robustness Message-ID: <1412470142.58.0.203177096076.issue1757072@psf.upfronthosting.co.za> Mark Lawrence added the comment: I'm assuming that this can now be closed. ---------- nosy: +BreamoreBoy status: pending -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 03:08:40 2014 From: report at bugs.python.org (Ezio Melotti) Date: Sun, 05 Oct 2014 01:08:40 +0000 Subject: [issue21231] Issue a python 3 warning when old style classes are defined. In-Reply-To: <1397530913.57.0.912065211904.issue21231@psf.upfronthosting.co.za> Message-ID: <1412471320.23.0.922952656193.issue21231@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- status: open -> pending _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 03:33:11 2014 From: report at bugs.python.org (Ivan Pozdeev) Date: Sun, 05 Oct 2014 01:33:11 +0000 Subject: [issue22552] ctypes.CDLL returns singleton objects, resulting in usage conflicts In-Reply-To: <1412387689.66.0.814406977046.issue22552@psf.upfronthosting.co.za> Message-ID: <1412472791.72.0.883410748003.issue22552@psf.upfronthosting.co.za> Ivan Pozdeev added the comment: @R. David Murray: haha, the reverse change that introduced this problem in the first place! issue 14201's problem is exactly why I was going to suggest to also make _FuncPtr's compare equal if they point to the same function. @eryksun: Packages do this because it's the natural thing to do - there's no apparent way to clone a pointer, there's not even a notion they _need_ to be cloned. https://docs.python.org/2/library/ctypes.html#loading-shared-libraries only documents __getattr__() and behavior of a LibraryLoader, not of a CDLL . Bottom line: ctypes currently leaves a trap for users to fall into. While Python's paradigm is "make right things easy, make wrong things hard". So, he optimal way seems to require to clone function pointers to set attributes. I'm going to add a guard attribute and a `clone' method to _FuncPtr. It's discussable whether to make cloned/altered pointers compare equal to the originals. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 03:36:49 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sun, 05 Oct 2014 01:36:49 +0000 Subject: [issue18131] Tkinter Variables require a proper master In-Reply-To: <1370308379.98.0.744218229266.issue18131@psf.upfronthosting.co.za> Message-ID: <1412473009.26.0.557516854472.issue18131@psf.upfronthosting.co.za> Terry J. Reedy added the comment: My first message discussed two different issues. The first, generalized, is that unconditionally using tkinter._default_root, which can be either None or absent, as a backup for master=None in __init__ functions, seems a bit sloppy. Image.__init__ does this check if not master: master = _default_root if not master: raise RuntimeError('Too early to create image') but that will fail if _default_root has been deleted. Also, the message is wrong in that it is not 'too early' if an explicit master is passed. I am thinking that all uses of _default_root should raise something like WhateverError("An explicit master is required when _default_root is None or deleted.") Serhiy, what do you think? The second issue noted that while widgets often have a container widget as master, the non-graphics classes like Variable and Font should have a Tk and not a widget as master. I have corrected idlelib.configHandler and there is a tkinter patch on another issue (applied yet?) to automatically replace master=widget by master-widget.tk. So Variable calls are no longer part of this issue. ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 03:48:20 2014 From: report at bugs.python.org (Zachary Ware) Date: Sun, 05 Oct 2014 01:48:20 +0000 Subject: [issue21623] build ssl failed use vs2010 express In-Reply-To: <1401595425.37.0.323501689421.issue21623@psf.upfronthosting.co.za> Message-ID: <1412473700.77.0.4497118698.issue21623@psf.upfronthosting.co.za> Zachary Ware added the comment: Mo Jia: if you have any information to add later, feel free to reopen the issue, but so far nobody else can reproduce your error. ---------- assignee: -> zach.ware stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 03:50:26 2014 From: report at bugs.python.org (eryksun) Date: Sun, 05 Oct 2014 01:50:26 +0000 Subject: [issue22552] ctypes.CDLL returns singleton objects, resulting in usage conflicts In-Reply-To: <1412387689.66.0.814406977046.issue22552@psf.upfronthosting.co.za> Message-ID: <1412473826.01.0.580927851718.issue22552@psf.upfronthosting.co.za> eryksun added the comment: > How does this relate to issue 14201? That is, is the answer just > "use getitem if you don't want caching"? Unlike CDLL.__getitem__, LibraryLoader.__getitem__ does use the attribute cache. Why use a LibraryLoader if you don't want the cached libs and access to their cached function pointers? That's its main reason for existing. But really only in Windows, since most DLL names work as a attributes and Windows LoadLibrary appends .DLL. If you don't want cached libs, don't use a LibraryLoader. Just use CDLL('msvcr100'), WinDLL('kernel32'), etc. If you want cached libs without polluting ctypes.cdll or ctypes.windll, just create your own instance such as windll = ctypes.LibraryLoader(ctypes.WinDLL). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 04:09:46 2014 From: report at bugs.python.org (Nick Coghlan) Date: Sun, 05 Oct 2014 02:09:46 +0000 Subject: [issue21699] Windows Python 3.4.1 pyvenv doesn't work in directories with spaces. In-Reply-To: <1402325667.24.0.414585735491.issue21699@psf.upfronthosting.co.za> Message-ID: <1412474986.17.0.731523285149.issue21699@psf.upfronthosting.co.za> Nick Coghlan added the comment: Note that this is also tricky to test - we *don't* currently activate the venv in the test suite, instead relying on a "-m" invocation. However, I think this error shows that a new automated test is needed that covers the activation case, as there are some additional code paths exercised in that situation that aren't currently being adequately covered. ---------- stage: needs patch -> test needed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 04:24:00 2014 From: report at bugs.python.org (Berker Peksag) Date: Sun, 05 Oct 2014 02:24:00 +0000 Subject: [issue21578] Misleading error message when ImportError called with invalid keyword args In-Reply-To: <1401078695.26.0.813929580296.issue21578@psf.upfronthosting.co.za> Message-ID: <1412475840.31.0.429242769517.issue21578@psf.upfronthosting.co.za> Berker Peksag added the comment: Thanks for the review, David. > The standard error message for this case is: > > xxx() got an unexpected keyword argument 'foo' I found two similar messages in the codebase: * In Modules/itertoolsmodule.c: PyErr_SetString(PyExc_TypeError, "zip_longest() got an unexpected keyword argument"); * In Python/ceval.c: PyErr_Format(PyExc_TypeError, "%U() got an unexpected " "keyword argument '%S'", co->co_name, keyword); But, in ImportError case it can take more than one keyword arguments: ImportError(spam="SPAM", eggs=True) What error message should be printed for the above case? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 04:30:27 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sun, 05 Oct 2014 02:30:27 +0000 Subject: [issue15862] IDLE: startup problem when HOME does not exist In-Reply-To: <1346795014.76.0.789021764596.issue15862@psf.upfronthosting.co.za> Message-ID: <1412476227.81.0.269789419235.issue15862@psf.upfronthosting.co.za> Terry J. Reedy added the comment: This is one of multiple reports about problems with finding and reading HOME/.idlerc/*.*. I believe that if nothing else, Idle should issue a warning message (that not not crash Idle), set a flag, and continue. The configuration dialog should also warn that changes will not be saved. This particular situation is about a Windows system with HOME set but pointing to a directory on a drive that is not currently mounted. The user could create a .bat file that resets HOME, but Idle could also try harder to find a usable directory (so that the installed version specific icons work). Currently USERPROFILE is used (in os.expanduser) as a backup if HOME does not exist. It could also be used as a backup is HOME exists buts is not usable. Dittle for HOMEDRIVE and HOMEPATH used to backup USERPROFILE. Or Idle could change 'x:somepath', where x is not 'c', to 'c:somepath'. Or maybe Idle should recognize an IDLE_RC env var so a user like Cemal can run idle with the same set of user config files regardless of whether connected to a corporate network or not. This would also help someone (like me) who wants to use the same config files regardless of whether logged in and running as admin or normal user. ---------- title: IDLE not working when due to wrong Hard Drive point of os.path.expanduser -> IDLE: startup problem when HOME does not exist versions: +Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 04:31:34 2014 From: report at bugs.python.org (Nick Coghlan) Date: Sun, 05 Oct 2014 02:31:34 +0000 Subject: [issue21699] Windows Python 3.4.1 pyvenv doesn't work in directories with spaces. In-Reply-To: <1402325667.24.0.414585735491.issue21699@psf.upfronthosting.co.za> Message-ID: <1412476294.52.0.260801819343.issue21699@psf.upfronthosting.co.za> Nick Coghlan added the comment: Also reducing the priority back to "normal" - the docs at https://docs.python.org/3/installing/ already specifically recommend the "python -m pip" spelling because it's the most universal. Calling "pip" directly is known to fail in a variety of situations. For example, at system level on *nix systems, it invokes the Python 2 version - you have to call "pip3" to get the Python 3 version. On Windows, if the Scripts directory isn't on PATH, calling pip directly also doesn't work. This bug just adds another scenario to that existing list. (I filed https://github.com/pypa/python-packaging-user-guide/issues/107 to suggest also making the "pip -> python -m pip" switch in PyPUG examples) ---------- priority: critical -> normal _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 04:49:12 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sun, 05 Oct 2014 02:49:12 +0000 Subject: [issue18903] IDLE file-completion is case-sensitive in Windows In-Reply-To: <1378085615.28.0.091077723559.issue18903@psf.upfronthosting.co.za> Message-ID: <1412477352.47.0.311505182571.issue18903@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Wesley himself suggested that it is not ready to apply. There are currently 7 completion issues for Idle. I hope to someday work on all of them together, alone with a test file. But there are a couple of other issue clusters that I consider higher priority. ---------- stage: needs patch -> patch review versions: +Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 05:00:32 2014 From: report at bugs.python.org (Berker Peksag) Date: Sun, 05 Oct 2014 03:00:32 +0000 Subject: [issue6623] Lib/ftplib.py Netrc class should be removed. In-Reply-To: <1249165781.68.0.418938928921.issue6623@psf.upfronthosting.co.za> Message-ID: <1412478032.18.0.380599218109.issue6623@psf.upfronthosting.co.za> Berker Peksag added the comment: Here's a patch with a whatsnew entry. ---------- stage: needs patch -> patch review Added file: http://bugs.python.org/file36807/issue6623.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 05:03:32 2014 From: report at bugs.python.org (Nick Coghlan) Date: Sun, 05 Oct 2014 03:03:32 +0000 Subject: [issue21072] Python docs and downloads not available for Egypt In-Reply-To: <1395872823.34.0.614292416852.issue21072@psf.upfronthosting.co.za> Message-ID: <1412478212.67.0.629999606915.issue21072@psf.upfronthosting.co.za> Nick Coghlan added the comment: Is this problem still occurring? There were recently some problems in other regions with *.python.org getting caught up in national IP filters, which our CDN provider has now resolved by providing us with dedicated IP addresses. These aren't shared with any other users, and hence shouldn't be subject to IP filtering. ---------- nosy: +ncoghlan _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 05:05:36 2014 From: report at bugs.python.org (Berker Peksag) Date: Sun, 05 Oct 2014 03:05:36 +0000 Subject: [issue1322] Deprecate platform.dist() and platform.linux_distribution() functions In-Reply-To: <1193246464.1.0.269134020057.issue1322@psf.upfronthosting.co.za> Message-ID: <1412478336.47.0.856893439962.issue1322@psf.upfronthosting.co.za> Berker Peksag added the comment: Marc-Andre, could you please take a look to the latest patch? ---------- components: -Tests keywords: +needs review title: platform.dist() has unpredictable result under Linux -> Deprecate platform.dist() and platform.linux_distribution() functions type: behavior -> enhancement _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 05:24:36 2014 From: report at bugs.python.org (Berker Peksag) Date: Sun, 05 Oct 2014 03:24:36 +0000 Subject: [issue21338] Silent mode for compileall In-Reply-To: <1398295772.24.0.550494832702.issue21338@psf.upfronthosting.co.za> Message-ID: <1412479476.29.0.540584411142.issue21338@psf.upfronthosting.co.za> Berker Peksag added the comment: Here's an updated patch. Thanks David. ---------- Added file: http://bugs.python.org/file36808/issue21338.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 05:29:15 2014 From: report at bugs.python.org (eryksun) Date: Sun, 05 Oct 2014 03:29:15 +0000 Subject: [issue22552] ctypes.CDLL returns singleton objects, resulting in usage conflicts In-Reply-To: <1412387689.66.0.814406977046.issue22552@psf.upfronthosting.co.za> Message-ID: <1412479755.16.0.8765385362.issue22552@psf.upfronthosting.co.za> eryksun added the comment: > Packages do this because it's the natural thing to do I guess the tutorial is channeling projects toward using the cdll/windll LibraryLoader instances on Windows. It even shows using cdll.LoadLibrary('libc.so.6') on Linux. That's equivalent to CDLL('libc.so.6'); I don't know why one would bother with cdll.LoadLibrary. > there's not even a notion they _need_ to be cloned. The ctypes reference has always explained how CDLL instances cache function pointers via __getattr__ and (formerly) __getitem__. The same section also documents that LibraryLoader.__getattr__ caches libraries. However, it's missing an explanation of LibraryLoader.__getitem__, which returns getattr(self, name), for use when the library name isn't a valid Python identifier. > there's no apparent way to clone a pointer You can use pointer casting or from_buffer_copy to create a new function pointer. It isn't a clone because it only uses the function pointer type, not the current value of restype, argtypes, and errcheck. But this may be all you need. For example: >>> from ctypes import * >>> libm = CDLL('libm.so.6') cast: >>> sin = cast(libm.sin, CFUNCTYPE(c_double, c_double)) >>> sin(3.14/2) 0.9999996829318346 >>> sin2 = cast(sin, type(sin)) >>> sin2.argtypes (,) >>> sin2.restype from_buffer_copy: >>> sin = CFUNCTYPE(c_double, c_double).from_buffer_copy(libm.sin) >>> sin(3.14/2) 0.9999996829318346 https://docs.python.org/3/library/ctypes.html#ctypes.cast https://docs.python.org/3/library/ctypes.html#function-prototypes ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 05:44:56 2014 From: report at bugs.python.org (Berker Peksag) Date: Sun, 05 Oct 2014 03:44:56 +0000 Subject: [issue8138] wsgiref.simple_server.SimpleServer claims to be multithreaded In-Reply-To: <1268590136.32.0.519225445448.issue8138@psf.upfronthosting.co.za> Message-ID: <1412480696.54.0.0972170677656.issue8138@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- nosy: +berker.peksag stage: -> patch review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 06:01:43 2014 From: report at bugs.python.org (Nick Coghlan) Date: Sun, 05 Oct 2014 04:01:43 +0000 Subject: [issue22555] Tracking issue for adjustments to binary/text boundary handling Message-ID: <1412481703.35.0.528069461639.issue22555@psf.upfronthosting.co.za> New submission from Nick Coghlan: See PEP 478 for the PEP level items targeting 3.5: http://www.python.org/dev/peps/pep-0478/ This is a tracking issue to help me keep track of some lower level items that didn't make the release PEP: * Improved Windows console Unicode support (see https://pypi.python.org/pypi/win_unicode_console for details) * Changing the encoding and error handling of an existing stream (http://bugs.python.org/issue15216) * Allowing "backslashreplace" to be used on input (http://bugs.python.org/issue22286) * Adding "codecs.convert_surrogates" (http://bugs.python.org/issue18814) * Adding "wsgiref.util.dump_wsgistr" and "wsgiref.util.load_wsgistr" (http://bugs.python.org/issue22264) * Adding "bytes.hex", "bytearray.hex" and "memoryview.hex" (http://bugs.python.org/issue9951) * Adding a binary data formatting mini-language (depends on 9951, likely needs to be escalated to a full PEP for design discussion visibility) (http://bugs.python.org/issue22385) Going back and updating http://www.python.org/dev/peps/pep-0467/ based on the last round of feedback is also on my personal todo list for 3.5. ---------- messages: 228536 nosy: ncoghlan priority: normal severity: normal status: open title: Tracking issue for adjustments to binary/text boundary handling _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 06:09:50 2014 From: report at bugs.python.org (Nick Coghlan) Date: Sun, 05 Oct 2014 04:09:50 +0000 Subject: [issue22555] Tracking issue for adjustments to binary/text boundary handling In-Reply-To: <1412481703.35.0.528069461639.issue22555@psf.upfronthosting.co.za> Message-ID: <1412482190.95.0.16713197109.issue22555@psf.upfronthosting.co.za> Nick Coghlan added the comment: PEP 461 binary interpolation implementation issue: http://bugs.python.org/issue20284 ---------- dependencies: +Add codecs.convert_surrogateescape to "clean" surrogate escaped strings, Add wsgiref.util.dump_wsgistr & load_wsgistr, Allow backslashreplace error handler to be used on input, Define a binary output formatting mini-language for *.hex(), Support setting the encoding on a text stream after creation, introduce bytes.hex method (also for bytearray and memoryview), patch to implement PEP 461 (%-interpolation for bytes) _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 06:17:40 2014 From: report at bugs.python.org (Ivan Pozdeev) Date: Sun, 05 Oct 2014 04:17:40 +0000 Subject: [issue22552] ctypes.CDLL returns singleton objects, resulting in usage conflicts In-Reply-To: <1412387689.66.0.814406977046.issue22552@psf.upfronthosting.co.za> Message-ID: <1412482660.16.0.135530019529.issue22552@psf.upfronthosting.co.za> Ivan Pozdeev added the comment: > If you want cached libs without polluting ctypes.cdll or ctypes.windll, just create your own instance such as windll = ctypes.LibraryLoader(ctypes.WinDLL). This one looks like the next best thing to the current state of affairs, requiring minimal change to existing code. `cast' appears to be the "right way" when saving individual _FuncPtr's in a local namespace but it's far from being obvious. If going this way, a prominent warning in https://docs.python.org/2.7/library/ctypes.html?highlight=ctypes#loading-dynamic-link-libraries with the way to go would probably suffice. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 06:45:59 2014 From: report at bugs.python.org (Berker Peksag) Date: Sun, 05 Oct 2014 04:45:59 +0000 Subject: [issue8138] wsgiref.simple_server.SimpleServer claims to be multithreaded In-Reply-To: <1268590136.32.0.519225445448.issue8138@psf.upfronthosting.co.za> Message-ID: <1412484359.28.0.402980711318.issue8138@psf.upfronthosting.co.za> Berker Peksag added the comment: Looks like Werkzeug had a workaround for this bug: https://github.com/mitsuhiko/werkzeug/commit/f9e2fad30d34a6b0737539434c03c07c2bc658d4 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 07:07:34 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 05 Oct 2014 05:07:34 +0000 Subject: [issue21578] Misleading error message when ImportError called with invalid keyword args In-Reply-To: <1401078695.26.0.813929580296.issue21578@psf.upfronthosting.co.za> Message-ID: <1412485654.18.0.484951273883.issue21578@psf.upfronthosting.co.za> R. David Murray added the comment: Just the first unexpected keyword. That's what happens if you pass more than one unexpected keyword to a python function. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 08:23:00 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Sun, 05 Oct 2014 06:23:00 +0000 Subject: [issue22526] file iteration SystemError for huge lines (2GiB+) In-Reply-To: <1412093451.75.0.0583026923325.issue22526@psf.upfronthosting.co.za> Message-ID: <1412490180.23.0.390456979797.issue22526@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 08:57:56 2014 From: report at bugs.python.org (Martin Panter) Date: Sun, 05 Oct 2014 06:57:56 +0000 Subject: [issue22555] Tracking issue for adjustments to binary/text boundary handling In-Reply-To: <1412481703.35.0.528069461639.issue22555@psf.upfronthosting.co.za> Message-ID: <1412492276.9.0.508756290543.issue22555@psf.upfronthosting.co.za> Changes by Martin Panter : ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 09:21:32 2014 From: report at bugs.python.org (Nick Coghlan) Date: Sun, 05 Oct 2014 07:21:32 +0000 Subject: [issue22555] Tracking issue for adjustments to binary/text boundary handling In-Reply-To: <1412481703.35.0.528069461639.issue22555@psf.upfronthosting.co.za> Message-ID: <1412493692.54.0.139391025561.issue22555@psf.upfronthosting.co.za> Nick Coghlan added the comment: Assigning to myself, since there's nothing specifically to *do* for this bug, it's just to make it easier to track the status of the various other RFEs it depends on. ---------- assignee: -> ncoghlan type: -> enhancement _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 10:23:35 2014 From: report at bugs.python.org (Mark Dickinson) Date: Sun, 05 Oct 2014 08:23:35 +0000 Subject: [issue22546] Wrong default precision in documentation for format In-Reply-To: <1412328678.8.0.959126948842.issue22546@psf.upfronthosting.co.za> Message-ID: <1412497415.3.0.144361360793.issue22546@psf.upfronthosting.co.za> Mark Dickinson added the comment: Terry: your rewrite looks fine to me. +1 for committing that. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 10:38:46 2014 From: report at bugs.python.org (Ankit Dhebar) Date: Sun, 05 Oct 2014 08:38:46 +0000 Subject: [issue22556] datetime comparison with 'None' returning a TypeError Message-ID: <1412498326.6.0.319786420507.issue22556@psf.upfronthosting.co.za> New submission from Ankit Dhebar: code snippet student_tuple = [ ('ykjsdf', 'A', 17, datetime.date(2014,10,15)), ('accjr', 'C', 11, datetime.date(2013,05,05)), ('dgekw', 'B', 5, datetime.date(1987,03,03)) ] Output for the above code works as expected. o/p : [('dgekw', 'B', 5, datetime.date(1987, 3, 3)), ('accjr', 'C', 11, datetime.date(2013, 5, 5)), ('ykjsdf', 'A', 17, datetime.date(2014, 10, 15))] but when you make one of the above datetime.date as 'None' like below student_tuple = [ ('ykjsdf', 'A', 17, datetime.date(2014,10,15)), ('accjr', 'C', 11, None), ('dgekw', 'B', 5, datetime.date(1987,03,03)) ] o/p : TypeError: can't compare datetime.date to NoneType In my opinion, the 'NoneType' should appear either in the beginning or towards the end after sorting is done. ---------- components: Tests files: sorting_func.py messages: 228543 nosy: pythoner priority: normal severity: normal status: open title: datetime comparison with 'None' returning a TypeError type: compile error versions: Python 2.7 Added file: http://bugs.python.org/file36809/sorting_func.py _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 10:46:57 2014 From: report at bugs.python.org (Stefan Behnel) Date: Sun, 05 Oct 2014 08:46:57 +0000 Subject: [issue22486] Add math.gcd() In-Reply-To: <1411591235.17.0.168367966743.issue22486@psf.upfronthosting.co.za> Message-ID: <1412498817.03.0.482100688114.issue22486@psf.upfronthosting.co.za> Stefan Behnel added the comment: Any objections to merging the last patch? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 10:49:22 2014 From: report at bugs.python.org (Mark Dickinson) Date: Sun, 05 Oct 2014 08:49:22 +0000 Subject: [issue22486] Add math.gcd() In-Reply-To: <1411591235.17.0.168367966743.issue22486@psf.upfronthosting.co.za> Message-ID: <1412498962.13.0.328887268463.issue22486@psf.upfronthosting.co.za> Mark Dickinson added the comment: > Any objections to merging the last patch? Yes! Please don't make these changes to `Fractions.gcd`: they'll cause regressions for existing uses of `Fractions.gcd` with objects not of type `int`. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 10:52:26 2014 From: report at bugs.python.org (Stefan Behnel) Date: Sun, 05 Oct 2014 08:52:26 +0000 Subject: [issue22486] Add math.gcd() In-Reply-To: <1411591235.17.0.168367966743.issue22486@psf.upfronthosting.co.za> Message-ID: <1412499146.36.0.656756628935.issue22486@psf.upfronthosting.co.za> Stefan Behnel added the comment: There are not such changes in patch 7. The fractions.gcd() function is unchanged but no longer used by the Fraction type, which now uses math.gcd() internally instead. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 10:54:20 2014 From: report at bugs.python.org (Mark Dickinson) Date: Sun, 05 Oct 2014 08:54:20 +0000 Subject: [issue22486] Add math.gcd() In-Reply-To: <1411591235.17.0.168367966743.issue22486@psf.upfronthosting.co.za> Message-ID: <1412499260.08.0.223033839646.issue22486@psf.upfronthosting.co.za> Mark Dickinson added the comment: Ah, I misread; thanks. What happens with this patch if a Fraction has been created with Integrals that aren't of type int? (E.g., with NumPy int32 instances, for example?) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 10:58:44 2014 From: report at bugs.python.org (STINNER Victor) Date: Sun, 05 Oct 2014 08:58:44 +0000 Subject: [issue22486] Add math.gcd() In-Reply-To: <1411591235.17.0.168367966743.issue22486@psf.upfronthosting.co.za> Message-ID: <1412499524.34.0.382353092212.issue22486@psf.upfronthosting.co.za> STINNER Victor added the comment: Why patching fraction.Fraction constructor instead of fractions.gcd()? I don't like the idea of having two functions, math.gcd and fractions.gcd, which do almost the same, but one is slow, whereas the other is fast. It's harder to write efficient code working on Python < 3.5 (use fractions) and Python >= 3.5 (use math or fractions?). I suggest to modify fractions.gcd() to use math.gcd() if the two parameters are int. We just have to adjust the sign: if the second parameter is negative, return -math.gcd(a, b). (I guess that we have unit tests for fractions.gcd checking the 4 cases for signed parameters.) ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 11:03:17 2014 From: report at bugs.python.org (Mark Dickinson) Date: Sun, 05 Oct 2014 09:03:17 +0000 Subject: [issue22486] Add math.gcd() In-Reply-To: <1411591235.17.0.168367966743.issue22486@psf.upfronthosting.co.za> Message-ID: <1412499797.27.0.124104486479.issue22486@psf.upfronthosting.co.za> Mark Dickinson added the comment: > I suggest to modify fractions.gcd() to use math.gcd() if the two parameters are int. Sounds fine to me, so long as the code (both fractions.gcd and the fractions.Fraction implementation) continues to function as before for objects that don't have exact type int. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 11:05:16 2014 From: report at bugs.python.org (Stefan Behnel) Date: Sun, 05 Oct 2014 09:05:16 +0000 Subject: [issue22486] Add math.gcd() In-Reply-To: <1411591235.17.0.168367966743.issue22486@psf.upfronthosting.co.za> Message-ID: <1412499916.9.0.312035801916.issue22486@psf.upfronthosting.co.za> Stefan Behnel added the comment: +1 I mean, there is already such a type check in Fraction.__init__(), but I can see a case for also optimising fraction.gcd() for exact ints. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 11:30:00 2014 From: report at bugs.python.org (Mark Dickinson) Date: Sun, 05 Oct 2014 09:30:00 +0000 Subject: [issue22486] Add math.gcd() In-Reply-To: <1411591235.17.0.168367966743.issue22486@psf.upfronthosting.co.za> Message-ID: <1412501400.53.0.640443538813.issue22486@psf.upfronthosting.co.za> Mark Dickinson added the comment: One other suggestion: I think math.gcd should work with arbitrary Python objects implementing __index__, and not just with instances of int. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 11:32:45 2014 From: report at bugs.python.org (Mark Dickinson) Date: Sun, 05 Oct 2014 09:32:45 +0000 Subject: [issue22486] Add math.gcd() In-Reply-To: <1411591235.17.0.168367966743.issue22486@psf.upfronthosting.co.za> Message-ID: <1412501565.15.0.979390488925.issue22486@psf.upfronthosting.co.za> Mark Dickinson added the comment: > I mean, there is already such a type check in Fraction.__init__() That type-check doesn't protect us from non-int Integrals, though, as far as I can tell. It looks to me as though doing `Fraction(numpy.int32(3), numpy.int32(2))` would fail with a TypeError after this patch. (It works in Python 3.4.) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 11:45:14 2014 From: report at bugs.python.org (STINNER Victor) Date: Sun, 05 Oct 2014 09:45:14 +0000 Subject: [issue22448] call_at/call_later with Timer cancellation can result in (practically) unbounded memory usage. In-Reply-To: <1411172040.41.0.974691283228.issue22448@psf.upfronthosting.co.za> Message-ID: <1412502314.74.0.398588687711.issue22448@psf.upfronthosting.co.za> STINNER Victor added the comment: > Please commit your change to the tulip repo too. Oh sorry. In fact, I made the commit but I forgot to push my change :-p ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 11:52:25 2014 From: report at bugs.python.org (Georg Brandl) Date: Sun, 05 Oct 2014 09:52:25 +0000 Subject: [issue20997] Wrong URL fragment identifier in search result In-Reply-To: <1395327003.08.0.0901954371896.issue20997@psf.upfronthosting.co.za> Message-ID: <1412502745.11.0.957639401041.issue20997@psf.upfronthosting.co.za> Georg Brandl added the comment: Not a Python issue. ---------- status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 12:15:47 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 05 Oct 2014 10:15:47 +0000 Subject: [issue19361] Specialize exceptions thrown by JSON parser In-Reply-To: <1382527334.08.0.362620105205.issue19361@psf.upfronthosting.co.za> Message-ID: <1412504147.41.0.782359594964.issue19361@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Here is a patch which adopts JSONDecodeError from simplejson. Unlike to simplejson it is located in the json.decoder module (json uses different way to pass an error from scanner to decoder). ---------- assignee: -> serhiy.storchaka keywords: +needs review stage: -> patch review versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 12:16:33 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 05 Oct 2014 10:16:33 +0000 Subject: [issue19361] Specialize exceptions thrown by JSON parser In-Reply-To: <1382527334.08.0.362620105205.issue19361@psf.upfronthosting.co.za> Message-ID: <1412504193.16.0.843198189342.issue19361@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- keywords: +patch Added file: http://bugs.python.org/file36810/json_JSONDecodeError.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 12:26:35 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 05 Oct 2014 10:26:35 +0000 Subject: [issue22486] Add math.gcd() In-Reply-To: <1412501400.53.0.640443538813.issue22486@psf.upfronthosting.co.za> Message-ID: <20181157.cUhKqNj91T@raxxla> Serhiy Storchaka added the comment: I suggest just add deprecation warning in fractions.gcd(). Or at least add notes which recommend math.gcd() in the docstring and the documentation of fractions.gcd(). > One other suggestion: I think math.gcd should work with arbitrary Python > objects implementing __index__, and not just with instances of int. Agree. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 12:43:51 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 05 Oct 2014 10:43:51 +0000 Subject: [issue18131] Tkinter Variables require a proper master In-Reply-To: <1412473009.26.0.557516854472.issue18131@psf.upfronthosting.co.za> Message-ID: <37173723.QYqkNf2dv4@raxxla> Serhiy Storchaka added the comment: > I am thinking that all uses of _default_root should raise something like > WhateverError("An explicit master is required when _default_root is None or > deleted.") Serhiy, what do you think? Technically all works (raises some exception), but I agree that error message can be more friendly. But _default_root is implementation detail. This name doesn't mean anything for non-experienced user (and experienced user already knows about these mystical RuntimeError and NameError). The message should say something like "No default root window" if _default_root is None and "The master argument is mandatory after calling NoDefautRoot()" if _default_root isn't set. And now we came to the way how to create default root window. Issue4343 looks related (I haven't looked at it close however). Second issue was fixed in issue22068. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 12:52:57 2014 From: report at bugs.python.org (Rishi) Date: Sun, 05 Oct 2014 10:52:57 +0000 Subject: [issue22351] NNTP constructor exception leaves socket for garbage collector In-Reply-To: <1410062828.01.0.535616885323.issue22351@psf.upfronthosting.co.za> Message-ID: <1412506377.08.0.882542898155.issue22351@psf.upfronthosting.co.za> Rishi added the comment: Here is my attempt to fix this issue. This is my first patch ever :). IMO checking socket leaks in the constructor requires an actual server, so I create an actual localhost dummy server and test some error conditions that are encountered by the constructor. ---------- keywords: +patch nosy: +rishi.maker.forum Added file: http://bugs.python.org/file36811/issue22351.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 12:55:29 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 05 Oct 2014 10:55:29 +0000 Subject: [issue22297] 2.7 json encoding broken for enums In-Reply-To: <1409310034.91.0.63329091583.issue22297@psf.upfronthosting.co.za> Message-ID: <1412506529.03.0.709761397612.issue22297@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- assignee: -> docs at python components: +Documentation -Library (Lib) nosy: +docs at python stage: test needed -> status: open -> pending _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 13:06:27 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 05 Oct 2014 11:06:27 +0000 Subject: [issue21401] python2 -3 does not warn about str/unicode to bytes conversions and comparisons In-Reply-To: <1398880816.89.0.350834147614.issue21401@psf.upfronthosting.co.za> Message-ID: <1412507187.53.0.492516413935.issue21401@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: > Python 3 warns even if strings are equal. Did you mean "not equal"? In Python 3 strings and bytes are always not equal. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 13:56:41 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 05 Oct 2014 11:56:41 +0000 Subject: [issue11101] plistlib has no graceful way of handing None values In-Reply-To: <1296673853.21.0.702351569168.issue11101@psf.upfronthosting.co.za> Message-ID: <1412510201.07.0.322564278952.issue11101@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Note that binary plist format supports None. ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 13:59:05 2014 From: report at bugs.python.org (Barry A. Warsaw) Date: Sun, 05 Oct 2014 11:59:05 +0000 Subject: [issue22555] Tracking issue for adjustments to binary/text boundary handling In-Reply-To: <1412481703.35.0.528069461639.issue22555@psf.upfronthosting.co.za> Message-ID: <1412510345.6.0.607434532921.issue22555@psf.upfronthosting.co.za> Changes by Barry A. Warsaw : ---------- nosy: +barry _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 14:29:01 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 05 Oct 2014 12:29:01 +0000 Subject: [issue22557] Locale import is too slow Message-ID: <1412512141.77.0.0512115045124.issue22557@psf.upfronthosting.co.za> New submission from Serhiy Storchaka: Locale import is too slow in comparison with caching module in a global or even in sys.modules. >>> import timeit >>> def f(): ... import locale ... >>> min(timeit.repeat(f, number=100000, repeat=10)) 0.4501200000013341 >>> _locale = None >>> def g(): ... global _locale ... if _locale is None: ... import _locale ... >>> min(timeit.repeat(g, number=100000, repeat=10)) 0.07821200000034878 >>> import sys >>> def h(): ... try: ... locale = sys.modules['locale'] ... except KeyError: ... import locale ... >>> min(timeit.repeat(h, number=100000, repeat=10)) 0.12357599999813829 I think there is an overhead of look up __import__, packing arguments in a tuple and calling a function. This can be omitted by looking first in sys.module and calling __import__ only when nothing was found. ---------- components: Interpreter Core messages: 228561 nosy: brett.cannon, eric.snow, ncoghlan, pitrou, serhiy.storchaka priority: normal severity: normal status: open title: Locale import is too slow type: performance versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 14:29:53 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 05 Oct 2014 12:29:53 +0000 Subject: [issue22557] Local import is too slow In-Reply-To: <1412512141.77.0.0512115045124.issue22557@psf.upfronthosting.co.za> Message-ID: <1412512193.09.0.13376300381.issue22557@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- title: Locale import is too slow -> Local import is too slow _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 14:38:31 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sun, 05 Oct 2014 12:38:31 +0000 Subject: [issue17636] Modify IMPORT_FROM to fallback on sys.modules In-Reply-To: <1365124502.39.0.727243640375.issue17636@psf.upfronthosting.co.za> Message-ID: <1412512711.34.0.374386334887.issue17636@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 14:39:08 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sun, 05 Oct 2014 12:39:08 +0000 Subject: [issue22557] Local import is too slow In-Reply-To: <1412512141.77.0.0512115045124.issue22557@psf.upfronthosting.co.za> Message-ID: <1412512748.14.0.876603717349.issue22557@psf.upfronthosting.co.za> Antoine Pitrou added the comment: This would sound reasonable to me, but I wonder if it may change behaviour with weird custom __import__ overrides. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 15:05:37 2014 From: report at bugs.python.org (Friedrich Spee von Langenfeld) Date: Sun, 05 Oct 2014 13:05:37 +0000 Subject: [issue22558] Missing hint to source code - complete Message-ID: <1412514337.47.0.069385783283.issue22558@psf.upfronthosting.co.za> New submission from Friedrich Spee von Langenfeld: As mentioned in Issue22528, in some modules? documentation, the link to their source code is missing. To check the stdlib, I?ve written the script missing_hint.py. It seems that in the following module entries, there aren?t a link to their source code (the last part of output of missing_hint.py): https://docs.python.org/3/library/aifc.html https://docs.python.org/3/library/base64.html https://docs.python.org/3/library/binhex.html https://docs.python.org/3/library/bz2.html https://docs.python.org/3/library/cgi.html https://docs.python.org/3/library/cgitb.html https://docs.python.org/3/library/chunk.html https://docs.python.org/3/library/code.html https://docs.python.org/3/library/codecs.html https://docs.python.org/3/library/codeop.html https://docs.python.org/3/library/configparser.html https://docs.python.org/3/library/copy.html https://docs.python.org/3/library/copyreg.html https://docs.python.org/3/library/csv.html https://docs.python.org/3/library/datetime.html https://docs.python.org/3/library/decimal.html https://docs.python.org/3/library/difflib.html https://docs.python.org/3/library/doctest.html https://docs.python.org/3/library/fnmatch.html https://docs.python.org/3/library/formatter.html https://docs.python.org/3/library/ftplib.html https://docs.python.org/3/library/getpass.html https://docs.python.org/3/library/glob.html https://docs.python.org/3/library/hashlib.html https://docs.python.org/3/library/imaplib.html https://docs.python.org/3/library/imp.html https://docs.python.org/3/library/io.html https://docs.python.org/3/library/locale.html https://docs.python.org/3/library/lzma.html https://docs.python.org/3/library/macpath.html https://docs.python.org/3/library/mailbox.html https://docs.python.org/3/library/mimetypes.html https://docs.python.org/3/library/nntplib.html https://docs.python.org/3/library/numbers.html https://docs.python.org/3/library/os.html https://docs.python.org/3/library/pathlib.html https://docs.python.org/3/library/pickle.html https://docs.python.org/3/library/plistlib.html https://docs.python.org/3/library/poplib.html https://docs.python.org/3/library/profile.html https://docs.python.org/3/library/pydoc.html https://docs.python.org/3/library/py_compile.html https://docs.python.org/3/library/quopri.html https://docs.python.org/3/library/re.html https://docs.python.org/3/library/sched.html https://docs.python.org/3/library/selectors.html https://docs.python.org/3/library/shelve.html https://docs.python.org/3/library/shutil.html https://docs.python.org/3/library/smtplib.html https://docs.python.org/3/library/sndhdr.html https://docs.python.org/3/library/socket.html https://docs.python.org/3/library/ssl.html https://docs.python.org/3/library/stat.html https://docs.python.org/3/library/stringprep.html https://docs.python.org/3/library/struct.html https://docs.python.org/3/library/subprocess.html https://docs.python.org/3/library/telnetlib.html https://docs.python.org/3/library/tempfile.html https://docs.python.org/3/library/timeit.html https://docs.python.org/3/library/traceback.html https://docs.python.org/3/library/tracemalloc.html https://docs.python.org/3/library/turtle.html https://docs.python.org/3/library/uuid.html https://docs.python.org/3/library/xdrlib.html Is it possible to add the specific source code link to all of this entries? ---------- assignee: docs at python components: Documentation files: missing_hint.py messages: 228563 nosy: Friedrich.Spee.von.Langenfeld, docs at python priority: normal severity: normal status: open title: Missing hint to source code - complete Added file: http://bugs.python.org/file36812/missing_hint.py _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 15:14:20 2014 From: report at bugs.python.org (SilentGhost) Date: Sun, 05 Oct 2014 13:14:20 +0000 Subject: [issue22558] Missing hint to source code - complete In-Reply-To: <1412514337.47.0.069385783283.issue22558@psf.upfronthosting.co.za> Message-ID: <1412514860.99.0.959015598466.issue22558@psf.upfronthosting.co.za> SilentGhost added the comment: Your code produces many false positives, would you care to reduce this list to only those modules that actually do not have a Source code link? ---------- nosy: +SilentGhost _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 15:37:36 2014 From: report at bugs.python.org (Nick Coghlan) Date: Sun, 05 Oct 2014 13:37:36 +0000 Subject: [issue22557] Local import is too slow In-Reply-To: <1412512141.77.0.0512115045124.issue22557@psf.upfronthosting.co.za> Message-ID: <1412516256.5.0.62715195966.issue22557@psf.upfronthosting.co.za> Nick Coghlan added the comment: __import__ is intended as an absolute override (including of the sys.modules cache lookup), so we can't bypass it without breaking backwards compatibility. It's possible there is room for other optimisations that don't break the import override semantics (such as a fast path for when __import__ is the standard import function). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 15:52:42 2014 From: report at bugs.python.org (Eric V. Smith) Date: Sun, 05 Oct 2014 13:52:42 +0000 Subject: [issue22556] datetime comparison with 'None' returning a TypeError In-Reply-To: <1412498326.6.0.319786420507.issue22556@psf.upfronthosting.co.za> Message-ID: <1412517162.97.0.930253006255.issue22556@psf.upfronthosting.co.za> Eric V. Smith added the comment: You've identified the main problem: would None go first or last? Modify your key function to make the decision appropriate for you, returning either a very small or very large value for None, as appropriate. If you really want to see this behavior changed, you should have a concrete proposal and bring it up on the python-ideas mailing list. ---------- nosy: +eric.smith resolution: -> not a bug stage: -> resolved status: open -> closed type: compile error -> behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 15:54:18 2014 From: report at bugs.python.org (Eric V. Smith) Date: Sun, 05 Oct 2014 13:54:18 +0000 Subject: [issue22557] Local import is too slow In-Reply-To: <1412512141.77.0.0512115045124.issue22557@psf.upfronthosting.co.za> Message-ID: <1412517258.08.0.891657265453.issue22557@psf.upfronthosting.co.za> Changes by Eric V. Smith : ---------- nosy: +eric.smith _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 15:56:00 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 13:56:00 +0000 Subject: [issue17234] python-2.7.3-r3: crash in visit_decref() In-Reply-To: <1361266544.85.0.580763984436.issue17234@psf.upfronthosting.co.za> Message-ID: <1412517360.83.0.497882735036.issue17234@psf.upfronthosting.co.za> Mark Lawrence added the comment: Should this be closed as I'm not aware of any similar problems with 2.7, particularly when this addresses 2.7.3.rc3? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 16:15:26 2014 From: report at bugs.python.org (Stefan Behnel) Date: Sun, 05 Oct 2014 14:15:26 +0000 Subject: [issue19477] document tp_print() as being dead in Py3 In-Reply-To: <1383331401.83.0.986088466963.issue19477@psf.upfronthosting.co.za> Message-ID: <1412518526.47.0.792030483363.issue19477@psf.upfronthosting.co.za> Stefan Behnel added the comment: Sure. ---------- keywords: +patch Added file: http://bugs.python.org/file36813/undocument_tp_print.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 16:19:38 2014 From: report at bugs.python.org (Stefan Behnel) Date: Sun, 05 Oct 2014 14:19:38 +0000 Subject: [issue17582] xml.etree.ElementTree does not preserve whitespaces in attributes In-Reply-To: <1364660794.69.0.883579635559.issue17582@psf.upfronthosting.co.za> Message-ID: <1412518778.04.0.868921559184.issue17582@psf.upfronthosting.co.za> Stefan Behnel added the comment: > Proper escaping should be added to the _escape_attrib() function into /xml/etree/ElementTree.py (and equivalent for cElementTree). Agreed. Can you provide a patch? ---------- versions: -Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 16:26:34 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 05 Oct 2014 14:26:34 +0000 Subject: [issue22557] Local import is too slow In-Reply-To: <1412512748.14.0.876603717349.issue22557@psf.upfronthosting.co.za> Message-ID: <3302796.27zqVUnYJV@raxxla> Serhiy Storchaka added the comment: I'm not experienced in import machinery. Here is preliminary patch which implements my idea for particular case. Performance effect is almost so good as manual caching in a global. >>> import timeit >>> def f(): ... import locale ... >>> min(timeit.repeat(f, number=100000, repeat=10)) 0.09563599999819417 Of course it breaks tests. > It's possible there is room for other optimisations that don't break the > import override semantics (such as a fast path for when __import__ is the > standard import function). Good idea. ---------- keywords: +patch Added file: http://bugs.python.org/file36814/faster_import.patch _______________________________________ Python tracker _______________________________________ -------------- next part -------------- diff -r 85de13b746ac Lib/test/test_import.py --- a/Lib/test/test_import.py Sat Oct 04 16:09:02 2014 +0300 +++ b/Lib/test/test_import.py Sun Oct 05 17:15:42 2014 +0300 @@ -312,7 +312,7 @@ class ImportTests(unittest.TestCase): @cpython_only def test_delete_builtins_import(self): - args = ["-c", "del __builtins__.__import__; import os"] + args = ["-c", "del __builtins__.__import__; import this"] popen = script_helper.spawn_python(*args) stdout, stderr = popen.communicate() self.assertIn(b"ImportError", stdout) diff -r 85de13b746ac Python/ceval.c --- a/Python/ceval.c Sat Oct 04 16:09:02 2014 +0300 +++ b/Python/ceval.c Sun Oct 05 17:15:42 2014 +0300 @@ -2464,16 +2464,42 @@ PyEval_EvalFrameEx(PyFrameObject *f, int TARGET(IMPORT_NAME) { _Py_IDENTIFIER(__import__); PyObject *name = GETITEM(names, oparg); - PyObject *func = _PyDict_GetItemId(f->f_builtins, &PyId___import__); + PyObject *func; PyObject *from, *level, *args, *res; + from = POP(); + level = TOP(); + if (from == Py_None && PyUnicode_Check(name)) { + if (PyLong_AsLong(level) == 0) { + Py_ssize_t i = PyUnicode_FindChar(name, '.', + 0, PyUnicode_GET_LENGTH(name), 1); + if (i == -1) { + res = PyDict_GetItem(PyImport_GetModuleDict(), name); + if (res != NULL) { + Py_INCREF(res); + Py_DECREF(level); + Py_DECREF(from); + SET_TOP(res); + DISPATCH(); + } + } + else if (i == -2) { + Py_DECREF(level); + Py_DECREF(from); + STACKADJ(-1); + goto error; + } + } + else if (PyErr_Occurred()) + PyErr_Clear(); + } + func = _PyDict_GetItemId(f->f_builtins, &PyId___import__); if (func == NULL) { PyErr_SetString(PyExc_ImportError, "__import__ not found"); + STACKADJ(-1); goto error; } Py_INCREF(func); - from = POP(); - level = TOP(); if (PyLong_AsLong(level) != -1 || PyErr_Occurred()) args = PyTuple_Pack(5, name, From report at bugs.python.org Sun Oct 5 16:28:45 2014 From: report at bugs.python.org (Stefan Behnel) Date: Sun, 05 Oct 2014 14:28:45 +0000 Subject: [issue19477] document tp_print() as being dead in Py3 In-Reply-To: <1383331401.83.0.986088466963.issue19477@psf.upfronthosting.co.za> Message-ID: <1412519325.37.0.523319172845.issue19477@psf.upfronthosting.co.za> Changes by Stefan Behnel : Removed file: http://bugs.python.org/file36813/undocument_tp_print.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 16:28:59 2014 From: report at bugs.python.org (Stefan Behnel) Date: Sun, 05 Oct 2014 14:28:59 +0000 Subject: [issue19477] document tp_print() as being dead in Py3 In-Reply-To: <1383331401.83.0.986088466963.issue19477@psf.upfronthosting.co.za> Message-ID: <1412519339.6.0.925771442146.issue19477@psf.upfronthosting.co.za> Changes by Stefan Behnel : Added file: http://bugs.python.org/file36815/undocument_tp_print.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 16:38:12 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 05 Oct 2014 14:38:12 +0000 Subject: [issue22558] Missing hint to source code - complete In-Reply-To: <1412514337.47.0.069385783283.issue22558@psf.upfronthosting.co.za> Message-ID: <1412519892.53.0.789656431717.issue22558@psf.upfronthosting.co.za> R. David Murray added the comment: And that have source code. That said, some modules may have been consciously omitted. ---------- nosy: +r.david.murray, rhettinger _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 16:38:37 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 05 Oct 2014 14:38:37 +0000 Subject: [issue19477] document tp_print() as being dead in Py3 In-Reply-To: <1383331401.83.0.986088466963.issue19477@psf.upfronthosting.co.za> Message-ID: <20141005143831.82427.3036@mail.hg.python.org> Roundup Robot added the comment: New changeset bead459ccce8 by Georg Brandl in branch '3.4': Closes #19477: remove outdated documentation of tp_print type object slot. https://hg.python.org/cpython/rev/bead459ccce8 ---------- nosy: +python-dev resolution: -> fixed stage: needs patch -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 16:57:17 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 05 Oct 2014 14:57:17 +0000 Subject: [issue22557] Local import is too slow In-Reply-To: <3302796.27zqVUnYJV@raxxla> Message-ID: <9949849.oyC1NFgk3B@raxxla> Serhiy Storchaka added the comment: Second version of the patch uses fast patch only when builtin __import__ is not overridden. It is slightly slower (due to lookup of __import__). >>> import timeit >>> def f(): ... import locale ... >>> min(timeit.repeat(f, number=100000, repeat=10)) 0.10502300000371179 The code is simpler, but still some cumbersome. It would be good to optimize also "from locale import getlocale". ---------- Added file: http://bugs.python.org/file36816/faster_import_2.patch _______________________________________ Python tracker _______________________________________ -------------- next part -------------- diff -r 85de13b746ac Python/ceval.c --- a/Python/ceval.c Sat Oct 04 16:09:02 2014 +0300 +++ b/Python/ceval.c Sun Oct 05 17:55:26 2014 +0300 @@ -2463,6 +2463,7 @@ PyEval_EvalFrameEx(PyFrameObject *f, int TARGET(IMPORT_NAME) { _Py_IDENTIFIER(__import__); + static PyObject *orig_func = NULL; PyObject *name = GETITEM(names, oparg); PyObject *func = _PyDict_GetItemId(f->f_builtins, &PyId___import__); PyObject *from, *level, *args, *res; @@ -2474,6 +2475,29 @@ PyEval_EvalFrameEx(PyFrameObject *f, int Py_INCREF(func); from = POP(); level = TOP(); + if (orig_func == NULL) + orig_func = _PyDict_GetItemId( + PyThreadState_GET()->interp->builtins_copy, + &PyId___import__); + if (func == orig_func && from == Py_None && + PyLong_Check(level) && Py_SIZE(level) == 0 && + PyUnicode_Check(name)) { + Py_ssize_t i = PyUnicode_FindChar(name, '.', + 0, PyUnicode_GET_LENGTH(name), 1); + if (i == -1) { + res = PyDict_GetItem(PyImport_GetModuleDict(), name); + if (res != NULL) { + Py_INCREF(res); + Py_DECREF(func); + Py_DECREF(level); + Py_DECREF(from); + SET_TOP(res); + DISPATCH(); + } + } + else if (i == -2) + PyErr_Clear(); + } if (PyLong_AsLong(level) != -1 || PyErr_Occurred()) args = PyTuple_Pack(5, name, From report at bugs.python.org Sun Oct 5 16:58:06 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sun, 05 Oct 2014 14:58:06 +0000 Subject: [issue22557] Local import is too slow In-Reply-To: <1412512141.77.0.0512115045124.issue22557@psf.upfronthosting.co.za> Message-ID: <1412521086.52.0.346932532152.issue22557@psf.upfronthosting.co.za> Antoine Pitrou added the comment: I would suggest factoring out IMPORT_NAME into a separate import_name() function, like is already one for import_from(). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 17:04:42 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sun, 05 Oct 2014 15:04:42 +0000 Subject: [issue22557] Local import is too slow In-Reply-To: <1412512141.77.0.0512115045124.issue22557@psf.upfronthosting.co.za> Message-ID: <1412521482.86.0.555786717297.issue22557@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Some more general comments about this: - Let's keep in mind the absolute numbers. 0.4501200000013341 for 100000 iterations is 4.5ms per iteration. This is not very slow by CPython's standards. - I wonder if you ran your benchmark in debug mode or if your CPU is slow :-) I get around 0.5ms per iteration here. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 17:05:40 2014 From: report at bugs.python.org (STINNER Victor) Date: Sun, 05 Oct 2014 15:05:40 +0000 Subject: [issue22332] test_multiprocessing_main_handling fail on buildbot "x86 FreeBSD 6.4 3.x" In-Reply-To: <1409780683.92.0.966783842009.issue22332@psf.upfronthosting.co.za> Message-ID: <1412521540.08.0.667561081904.issue22332@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 17:09:03 2014 From: report at bugs.python.org (Friedrich Spee von Langenfeld) Date: Sun, 05 Oct 2014 15:09:03 +0000 Subject: [issue22558] Missing hint to source code - complete In-Reply-To: <1412514337.47.0.069385783283.issue22558@psf.upfronthosting.co.za> Message-ID: <1412521743.55.0.103024871132.issue22558@psf.upfronthosting.co.za> Friedrich Spee von Langenfeld added the comment: I decremented the shown number of modules by 25. Here is the new list: https://docs.python.org/3/library/base64.html https://docs.python.org/3/library/binhex.html https://docs.python.org/3/library/bz2.html https://docs.python.org/3/library/cgitb.html https://docs.python.org/3/library/chunk.html https://docs.python.org/3/library/code.html https://docs.python.org/3/library/codecs.html https://docs.python.org/3/library/codeop.html https://docs.python.org/3/library/configparser.html https://docs.python.org/3/library/copy.html https://docs.python.org/3/library/copyreg.html https://docs.python.org/3/library/csv.html https://docs.python.org/3/library/datetime.html https://docs.python.org/3/library/decimal.html https://docs.python.org/3/library/difflib.html https://docs.python.org/3/library/doctest.html https://docs.python.org/3/library/formatter.html https://docs.python.org/3/library/getpass.html https://docs.python.org/3/library/imp.html https://docs.python.org/3/library/io.html https://docs.python.org/3/library/locale.html https://docs.python.org/3/library/lzma.html https://docs.python.org/3/library/macpath.html https://docs.python.org/3/library/mailbox.html https://docs.python.org/3/library/numbers.html https://docs.python.org/3/library/os.html https://docs.python.org/3/library/pathlib.html https://docs.python.org/3/library/pickle.html https://docs.python.org/3/library/re.html https://docs.python.org/3/library/selectors.html https://docs.python.org/3/library/socket.html https://docs.python.org/3/library/stat.html # false positive https://docs.python.org/3/library/stringprep.html https://docs.python.org/3/library/struct.html https://docs.python.org/3/library/subprocess.html https://docs.python.org/3/library/traceback.html https://docs.python.org/3/library/tracemalloc.html https://docs.python.org/3/library/turtle.html https://docs.python.org/3/library/uuid.html @R. David Murray: I will try to look at the source code for each module, but I have updated the list to make it possible to work on this subject in the meantime. PS: Is it possible for me to edit my own contributions (comments, files) after uploading? ---------- Added file: http://bugs.python.org/file36817/missing_hint_v2.py _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 17:12:18 2014 From: report at bugs.python.org (STINNER Victor) Date: Sun, 05 Oct 2014 15:12:18 +0000 Subject: [issue22331] test_io.test_interrupted_write_text() hangs on the buildbot FreeBSD 7.2 In-Reply-To: <1409779908.87.0.4046116696.issue22331@psf.upfronthosting.co.za> Message-ID: <1412521938.11.0.887662592913.issue22331@psf.upfronthosting.co.za> STINNER Victor added the comment: The test now pass on the buildbot FreeBSD 7.2. ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 17:22:29 2014 From: report at bugs.python.org (STINNER Victor) Date: Sun, 05 Oct 2014 15:22:29 +0000 Subject: [issue22332] test_multiprocessing_main_handling fail on buildbot "x86 FreeBSD 6.4 3.x" In-Reply-To: <1409780683.92.0.966783842009.issue22332@psf.upfronthosting.co.za> Message-ID: <1412522549.46.0.890995933517.issue22332@psf.upfronthosting.co.za> STINNER Victor added the comment: The test_multiprocessing_main_handling test is now skipped, as expected, on on the buildbot "x86 FreeBSD 6.4 3.x". ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 17:22:55 2014 From: report at bugs.python.org (Geert Jansen) Date: Sun, 05 Oct 2014 15:22:55 +0000 Subject: [issue21965] Add support for Memory BIO to _ssl In-Reply-To: <1405156134.57.0.513965198344.issue21965@psf.upfronthosting.co.za> Message-ID: <1412522575.47.0.0630241792225.issue21965@psf.upfronthosting.co.za> Geert Jansen added the comment: Maybe an example is useful on how the Memory BIO stuff can be used to implement SSL on top of a proactor event loop. I just added support for this to my Gruvi project in the branch "feat-memory-bio": An "SslPipe" utility class that uses the memory BIOs: https://github.com/geertj/gruvi/blob/feat-memory-bio/gruvi/ssl.py#L23 A PEP-3156 style transport: https://github.com/geertj/gruvi/blob/feat-memory-bio/gruvi/ssl.py#L234 And a backport of this for Python 2.7, 3,3 and 3.4: https://github.com/geertj/gruvi/blob/feat-memory-bio/gruvi/_sslcompat.c https://github.com/geertj/gruvi/blob/feat-memory-bio/gruvi/sslcompat.py ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 17:28:29 2014 From: report at bugs.python.org (STINNER Victor) Date: Sun, 05 Oct 2014 15:28:29 +0000 Subject: [issue22222] dtoa.c: remove custom memory allocator In-Reply-To: <1408305329.63.0.21484400673.issue22222@psf.upfronthosting.co.za> Message-ID: <1412522909.08.0.491660762196.issue22222@psf.upfronthosting.co.za> STINNER Victor added the comment: I was no aware of the performance degradation when I created the issue. 18 KB of memory is too low to invest effort on optimizing the generic Python memory allocator, I prefer to keep the heavily optimized allocator in dtoa.c. ---------- resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 17:30:37 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 05 Oct 2014 15:30:37 +0000 Subject: [issue22290] "AMD64 OpenIndiana 3.x" buildbot: assertion failed in PyObject_Call() in test_subprocess.test_preexec() In-Reply-To: <1409145083.35.0.252869476366.issue22290@psf.upfronthosting.co.za> Message-ID: <20141005153028.52959.22932@mail.hg.python.org> Roundup Robot added the comment: New changeset 0455cbfd7ae6 by Victor Stinner in branch '3.4': Issue #22290: Fix error handling in the _posixsubprocess module. https://hg.python.org/cpython/rev/0455cbfd7ae6 New changeset a74c73477a64 by Victor Stinner in branch 'default': (Merge 3.4) Issue #22290: Fix error handling in the _posixsubprocess module. https://hg.python.org/cpython/rev/a74c73477a64 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 17:31:54 2014 From: report at bugs.python.org (STINNER Victor) Date: Sun, 05 Oct 2014 15:31:54 +0000 Subject: [issue22290] "AMD64 OpenIndiana 3.x" buildbot: assertion failed in PyObject_Call() in test_subprocess.test_preexec() In-Reply-To: <1409145083.35.0.252869476366.issue22290@psf.upfronthosting.co.za> Message-ID: <1412523114.97.0.21042813346.issue22290@psf.upfronthosting.co.za> STINNER Victor added the comment: I hope that my fix will be enough to fix the issue. Since it was only seen once, I prefer to close the issue. By the way, it would be nice to give more memory to this buildbot! ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 17:34:44 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sun, 05 Oct 2014 15:34:44 +0000 Subject: [issue21965] Add support for Memory BIO to _ssl In-Reply-To: <1405156134.57.0.513965198344.issue21965@psf.upfronthosting.co.za> Message-ID: <1412523284.97.0.343694472838.issue21965@psf.upfronthosting.co.za> Antoine Pitrou added the comment: SSLPipe looks interesting. I wonder if it can be used to reimplement _SelectorSslTransport in asyncio.selector_events (at least as an experiment). I'll take a look at the cumulated patch soon, thank you. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 17:39:12 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 05 Oct 2014 15:39:12 +0000 Subject: [issue22390] test.regrtest should complain if a test doesn't remove temporary files In-Reply-To: <1410445852.03.0.724241204359.issue22390@psf.upfronthosting.co.za> Message-ID: <20141005153902.64911.31803@mail.hg.python.org> Roundup Robot added the comment: New changeset 8cf8bff3569e by Victor Stinner in branch '3.4': Issue #22390: Remove files created by tests https://hg.python.org/cpython/rev/8cf8bff3569e ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 17:48:01 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 05 Oct 2014 15:48:01 +0000 Subject: [issue16518] add "buffer protocol" to glossary In-Reply-To: <1353477807.87.0.204584648831.issue16518@psf.upfronthosting.co.za> Message-ID: <20141005154755.64895.19454@mail.hg.python.org> Roundup Robot added the comment: New changeset e7e8a218737a by R David Murray in branch 'default': #16518: Bring error messages in harmony with docs ("bytes-like object") https://hg.python.org/cpython/rev/e7e8a218737a ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 17:57:04 2014 From: report at bugs.python.org (STINNER Victor) Date: Sun, 05 Oct 2014 15:57:04 +0000 Subject: [issue22324] Use PyUnicode_AsWideCharString() instead of PyUnicode_AsUnicode() In-Reply-To: <1409611190.39.0.820072774539.issue22324@psf.upfronthosting.co.za> Message-ID: <1412524624.27.0.899068987155.issue22324@psf.upfronthosting.co.za> STINNER Victor added the comment: > The cache is released when the string is released. While the string exists it's wchar_t representation can be needed again. That is for what the cache exists. I know. But I don't want to waste memory for this cache. I want to stop using it. IMO the performance overhead will be null. In which use case do you think that the overhead of not using the cache would be important enough? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 18:15:14 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 05 Oct 2014 16:15:14 +0000 Subject: [issue16518] add "buffer protocol" to glossary In-Reply-To: <1353477807.87.0.204584648831.issue16518@psf.upfronthosting.co.za> Message-ID: <1412525714.51.0.795192963059.issue16518@psf.upfronthosting.co.za> R. David Murray added the comment: Committed the message changes to 3.5 only, since it will probably cause tests to fail in various projects, despite messages not being a formal part of the python API. Per IRC conversation with Ezio and Antoine, I posted a note to python-dev to let people know we now have a consistent terminology in the docs and error messages, and to provide a last opportunity for objections (it is easy enough to back the patch out if there is an outcry, but I don't expect one). ---------- nosy: +r.david.murray resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 18:24:47 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 05 Oct 2014 16:24:47 +0000 Subject: [issue22324] Use PyUnicode_AsWideCharString() instead of PyUnicode_AsUnicode() In-Reply-To: <1409611190.39.0.820072774539.issue22324@psf.upfronthosting.co.za> Message-ID: <1412526287.96.0.628123101705.issue22324@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: > In which use case do you think that the overhead of not using the cache would be important enough? I suppose in the same use case that memory overhead of using the cache is important enough. We need results of performance and memory consumption effect of these changes in a wide range of programs. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 18:25:31 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 05 Oct 2014 16:25:31 +0000 Subject: [issue4343] New function in Tkinter.py: setup_master In-Reply-To: <1227011959.0.0.968897886388.issue4343@psf.upfronthosting.co.za> Message-ID: <1412526331.5.0.734751502203.issue4343@psf.upfronthosting.co.za> R. David Murray added the comment: Changing status back to 'needs patch' per Terry's comment that the patch needs to be updated (now for 3.5). ---------- assignee: gpolo -> nosy: +r.david.murray stage: commit review -> needs patch versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 19:03:33 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 17:03:33 +0000 Subject: [issue2552] test_ctypes failed Python 2.6a2 Solaris 10 SUN C In-Reply-To: <1207339311.94.0.138275170862.issue2552@psf.upfronthosting.co.za> Message-ID: <1412528613.0.0.645005472192.issue2552@psf.upfronthosting.co.za> Mark Lawrence added the comment: Can we close this as I cannot see how a test failure against a 6.5 year old alpha build can still be relevant? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 19:05:14 2014 From: report at bugs.python.org (Gregory P. Smith) Date: Sun, 05 Oct 2014 17:05:14 +0000 Subject: [issue2552] test_ctypes failed Python 2.6a2 Solaris 10 SUN C In-Reply-To: <1207339311.94.0.138275170862.issue2552@psf.upfronthosting.co.za> Message-ID: <1412528714.79.0.823084995255.issue2552@psf.upfronthosting.co.za> Changes by Gregory P. Smith : ---------- resolution: -> out of date status: languishing -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 19:10:27 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 17:10:27 +0000 Subject: [issue18161] call fchdir if subprocess.Popen(cwd=integer|fileobject) In-Reply-To: <1370634042.31.0.748329507458.issue18161@psf.upfronthosting.co.za> Message-ID: <1412529027.16.0.212909149289.issue18161@psf.upfronthosting.co.za> Mark Lawrence added the comment: mmarkk we're sorry about the delay in getting back to you. Who is best placed to reply to this enhancement request, the only name on the experts list is inactive? ---------- nosy: +BreamoreBoy versions: -Python 3.3, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 19:27:53 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 17:27:53 +0000 Subject: [issue14303] Incorrect documentation for socket.py on linux In-Reply-To: <1331744298.15.0.025379356395.issue14303@psf.upfronthosting.co.za> Message-ID: <1412530073.36.0.956957489413.issue14303@psf.upfronthosting.co.za> Mark Lawrence added the comment: Shane, there are major differences between the makefile docs versions 2 and 3, so could you prepare a patch for this addressed at version 2 only? ---------- nosy: +BreamoreBoy versions: -Python 2.6 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 19:31:36 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 17:31:36 +0000 Subject: [issue18165] Add 'unexpected_type' to TypeError In-Reply-To: <1370638526.17.0.473449662068.issue18165@psf.upfronthosting.co.za> Message-ID: <1412530296.63.0.881381210508.issue18165@psf.upfronthosting.co.za> Mark Lawrence added the comment: Just a gentle reminder guys. ---------- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 19:32:34 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 17:32:34 +0000 Subject: [issue18166] 'value' attribute for ValueError In-Reply-To: <1370638616.72.0.719325929736.issue18166@psf.upfronthosting.co.za> Message-ID: <1412530354.95.0.981161792783.issue18166@psf.upfronthosting.co.za> Mark Lawrence added the comment: Just a gentle reminder guys. ---------- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 19:35:09 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 17:35:09 +0000 Subject: [issue18299] Change script_helper to use universal_newlines=True in _assert_python In-Reply-To: <1372163490.54.0.858843080501.issue18299@psf.upfronthosting.co.za> Message-ID: <1412530509.97.0.882260404991.issue18299@psf.upfronthosting.co.za> Mark Lawrence added the comment: Just a gentle reminder guys. ---------- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 19:40:56 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 05 Oct 2014 17:40:56 +0000 Subject: [issue16518] add "buffer protocol" to glossary In-Reply-To: <1353477807.87.0.204584648831.issue16518@psf.upfronthosting.co.za> Message-ID: <1412530856.49.0.29315089778.issue16518@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: There are other unfixed messages (may be introduced after 3.3): >>> b''.join(['']) Traceback (most recent call last): File "", line 1, in TypeError: sequence item 0: expected bytes, bytearray, or an object with the buffer interface, str found >>> str(42, 'utf8') Traceback (most recent call last): File "", line 1, in TypeError: coercing to str: need bytes, bytearray or buffer-like object, int found >>> import array; array.array('B').frombytes(array.array('I')) Traceback (most recent call last): File "", line 1, in TypeError: string/buffer of bytes required. >>> import socket; print(socket.socket.sendmsg.__doc__) sendmsg(buffers[, ancdata[, flags[, address]]]) -> count Send normal and ancillary data to the socket, gathering the non-ancillary data from a series of buffers and concatenating it into a single message. The buffers argument specifies the non-ancillary data as an iterable of buffer-compatible objects (e.g. bytes objects). The ancdata argument specifies the ancillary data (control messages) as an iterable of zero or more tuples (cmsg_level, cmsg_type, cmsg_data), where cmsg_level and cmsg_type are integers specifying the protocol level and protocol-specific type respectively, and cmsg_data is a buffer-compatible object holding the associated data. The flags argument defaults to 0 and has the same meaning as for send(). If address is supplied and not None, it sets a destination address for the message. The return value is the number of bytes of non-ancillary data sent. And there are several mentions of "buffer-like" or "buffer-compatible" in the documentation. ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 19:41:08 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 17:41:08 +0000 Subject: [issue15729] PyStructSequence_NewType enhancement In-Reply-To: <1345407378.13.0.964225258094.issue15729@psf.upfronthosting.co.za> Message-ID: <1412530868.23.0.95728112151.issue15729@psf.upfronthosting.co.za> Mark Lawrence added the comment: I'm uncertain as to whether or not the patch can be considered stand alone, or whether the pep3121 keyword is also relevant here. ---------- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 19:42:17 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 17:42:17 +0000 Subject: [issue18173] Add MixedTypeKey to reprlib In-Reply-To: <1370786072.61.0.824503392112.issue18173@psf.upfronthosting.co.za> Message-ID: <1412530937.69.0.77663405118.issue18173@psf.upfronthosting.co.za> Mark Lawrence added the comment: Just a gentle reminder guys. ---------- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 19:44:35 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 05 Oct 2014 17:44:35 +0000 Subject: [issue22364] Improve some re error messages using regex for hints In-Reply-To: <1410178976.27.0.421938794422.issue22364@psf.upfronthosting.co.za> Message-ID: <1412531075.42.0.633003118941.issue22364@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: > As for #14, either UNICODE and LOCALE *are* compatible (for re) or this is buggy. This is buggy (issue22407). ---------- title: Unify error messages of re and regex -> Improve some re error messages using regex for hints _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 19:48:41 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 17:48:41 +0000 Subject: [issue17580] ctypes: ARM hardfloat argument corruption calling functions with many float arguments In-Reply-To: <1364651250.44.0.538707073215.issue17580@psf.upfronthosting.co.za> Message-ID: <1412531321.55.0.834436759417.issue17580@psf.upfronthosting.co.za> Mark Lawrence added the comment: Could we have a reply to this from our ctypes experts, thanks. ---------- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2, Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 19:53:00 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 17:53:00 +0000 Subject: [issue18319] gettext() cannot find translations with plural forms In-Reply-To: <1372373603.42.0.596981858746.issue18319@psf.upfronthosting.co.za> Message-ID: <1412531580.31.0.734517781138.issue18319@psf.upfronthosting.co.za> Mark Lawrence added the comment: @Martin can you comment on this please. ---------- nosy: +BreamoreBoy, loewis type: -> behavior versions: +Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 19:56:30 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 17:56:30 +0000 Subject: [issue18348] Additional code pages for EBCDIC In-Reply-To: <1372787231.53.0.326876214252.issue18348@psf.upfronthosting.co.za> Message-ID: <1412531790.8.0.0170967727842.issue18348@psf.upfronthosting.co.za> Mark Lawrence added the comment: What do our unicode experts think about this enhancement request? ---------- nosy: +BreamoreBoy versions: +Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 20:02:37 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 18:02:37 +0000 Subject: [issue12957] mmap.resize changes memory address of mmap'd region In-Reply-To: <1315686259.57.0.0304440203891.issue12957@psf.upfronthosting.co.za> Message-ID: <1412532157.04.0.623972033462.issue12957@psf.upfronthosting.co.za> Mark Lawrence added the comment: @Michael can you provide a patch to this effect? ---------- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 20:04:43 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 18:04:43 +0000 Subject: [issue18372] _Pickler_New() doesn't call PyObject_GC_Track(self) In-Reply-To: <1373064790.68.0.920175606727.issue18372@psf.upfronthosting.co.za> Message-ID: <1412532283.98.0.195460698999.issue18372@psf.upfronthosting.co.za> Mark Lawrence added the comment: @Christian/Victor could either of you provide a patch for this, it's way beyond my knowledge I'm afraid. ---------- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 20:04:46 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 05 Oct 2014 18:04:46 +0000 Subject: [issue19380] Optimize parsing of regular expressions In-Reply-To: <1382645659.73.0.868235602026.issue19380@psf.upfronthosting.co.za> Message-ID: <1412532286.54.0.845263997274.issue19380@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Here is a patch which addresses Yury's and Josh's comments. Also discarded few minor changes. ---------- Added file: http://bugs.python.org/file36818/re_parse_4.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 20:10:44 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 05 Oct 2014 18:10:44 +0000 Subject: [issue21173] WeakKeyDictionary.__len__ fragile w/ _IterationGuards In-Reply-To: <1396901847.85.0.817641964544.issue21173@psf.upfronthosting.co.za> Message-ID: <20141005180943.52961.16977@mail.hg.python.org> Roundup Robot added the comment: New changeset 657d21b4b121 by Antoine Pitrou in branch '3.4': Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with an iterator alive. https://hg.python.org/cpython/rev/657d21b4b121 New changeset 27533444b964 by Antoine Pitrou in branch 'default': Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with an iterator alive. https://hg.python.org/cpython/rev/27533444b964 ---------- nosy: +python-dev resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 20:21:04 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 05 Oct 2014 18:21:04 +0000 Subject: [issue18348] Additional code pages for EBCDIC In-Reply-To: <1372787231.53.0.326876214252.issue18348@psf.upfronthosting.co.za> Message-ID: <1412533264.91.0.532545342552.issue18348@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Currently Python includes codecs for cp037, cp273, and cp500. ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 20:21:56 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 18:21:56 +0000 Subject: [issue18459] readline: libedit support on non-apple platforms In-Reply-To: <1373891820.19.0.984276620623.issue18459@psf.upfronthosting.co.za> Message-ID: <1412533316.45.0.869485039358.issue18459@psf.upfronthosting.co.za> Mark Lawrence added the comment: Just a gentle reminder. ---------- components: +Extension Modules nosy: +BreamoreBoy versions: +Python 2.7, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 20:24:12 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 18:24:12 +0000 Subject: [issue18493] make profile-opt fails with pre-existing python2.7 in path In-Reply-To: <1374169657.94.0.400718605789.issue18493@psf.upfronthosting.co.za> Message-ID: <1412533452.22.0.250927778044.issue18493@psf.upfronthosting.co.za> Mark Lawrence added the comment: Can somebody please take a look at the inline patch in msg193313. ---------- nosy: +BreamoreBoy type: -> behavior versions: +Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 20:25:28 2014 From: report at bugs.python.org (Benjamin Peterson) Date: Sun, 05 Oct 2014 18:25:28 +0000 Subject: [issue18372] _Pickler_New() doesn't call PyObject_GC_Track(self) In-Reply-To: <1373064790.68.0.920175606727.issue18372@psf.upfronthosting.co.za> Message-ID: <1412533528.24.0.942940192222.issue18372@psf.upfronthosting.co.za> Benjamin Peterson added the comment: Mark, could you please stop touching every issue on the tracker? I appreciate the effort, but giving thoughtful feedback, patches, or reviews on a just a few issues would be much more helpful. ---------- nosy: +benjamin.peterson _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 20:29:50 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sun, 05 Oct 2014 18:29:50 +0000 Subject: [issue4343] tkinter: add _get_master() and use it consistently In-Reply-To: <1227011959.0.0.968897886388.issue4343@psf.upfronthosting.co.za> Message-ID: <1412533790.28.0.647409828438.issue4343@psf.upfronthosting.co.za> Terry J. Reedy added the comment: The new function should be private. I closed #18131 as partially a duplicate of this. It has a couple of other suggested wordings for the exception. I consider the current behavior, in particular the failure of Variable and subclasses when the supposedly optional master is not passed, to be buggy. So I think backporting should be considered when we settle on a patch. ---------- nosy: +serhiy.storchaka title: New function in Tkinter.py: setup_master -> tkinter: add _get_master() and use it consistently _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 20:31:10 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 05 Oct 2014 18:31:10 +0000 Subject: [issue21081] missing vietnamese codec TCVN 5712:1993 in Python In-Reply-To: <1395970721.88.0.828263715521.issue21081@psf.upfronthosting.co.za> Message-ID: <1412533870.78.0.841190488779.issue21081@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- nosy: +serhiy.storchaka stage: -> needs patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 20:34:00 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 18:34:00 +0000 Subject: [issue18494] PyType_GenericSet/GetDict functions misnamed in docs? In-Reply-To: <1374174654.87.0.00339141994483.issue18494@psf.upfronthosting.co.za> Message-ID: <1412534040.85.0.161560505093.issue18494@psf.upfronthosting.co.za> Mark Lawrence added the comment: Can someone with knowledge of the C code associated with the object/type system comment on this please. ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 20:40:20 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 05 Oct 2014 18:40:20 +0000 Subject: [issue18372] _Pickler_New() doesn't call PyObject_GC_Track(self) In-Reply-To: <1373064790.68.0.920175606727.issue18372@psf.upfronthosting.co.za> Message-ID: <1412534420.33.0.917373363843.issue18372@psf.upfronthosting.co.za> Mark Lawrence added the comment: Sorry but no, when I started out on this a couple of months ago there were over 600 issues that nobody had even bothered to reply to. That number is now down to 369. I believe that around 200 issues have been closed as a result of my efforts. Do you have a problem with me showing just how easy it is to get issues resolved? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 20:42:16 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 05 Oct 2014 18:42:16 +0000 Subject: [issue21965] Add support for Memory BIO to _ssl In-Reply-To: <1405156134.57.0.513965198344.issue21965@psf.upfronthosting.co.za> Message-ID: <20141005184210.64911.67827@mail.hg.python.org> Roundup Robot added the comment: New changeset a79003f25a41 by Antoine Pitrou in branch 'default': Issue #21965: Add support for in-memory SSL to the ssl module. https://hg.python.org/cpython/rev/a79003f25a41 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 20:52:18 2014 From: report at bugs.python.org (Berker Peksag) Date: Sun, 05 Oct 2014 18:52:18 +0000 Subject: [issue15273] Remove unnecessarily random behavior from test_unparse.py In-Reply-To: <1341664153.44.0.16452834514.issue15273@psf.upfronthosting.co.za> Message-ID: <1412535138.91.0.535799838583.issue15273@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- components: +Tests nosy: +berker.peksag stage: needs patch -> patch review versions: +Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 21:03:48 2014 From: report at bugs.python.org (eryksun) Date: Sun, 05 Oct 2014 19:03:48 +0000 Subject: [issue18494] PyType_GenericSet/GetDict functions misnamed in docs? In-Reply-To: <1374174654.87.0.00339141994483.issue18494@psf.upfronthosting.co.za> Message-ID: <1412535828.01.0.888408462508.issue18494@psf.upfronthosting.co.za> eryksun added the comment: See changeset 78f93eb7dd75. The names in the docs are wrong. ---------- nosy: +eryksun _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 21:18:10 2014 From: report at bugs.python.org (Rishi) Date: Sun, 05 Oct 2014 19:18:10 +0000 Subject: [issue22351] NNTP constructor exception leaves socket for garbage collector In-Reply-To: <1410062828.01.0.535616885323.issue22351@psf.upfronthosting.co.za> Message-ID: <1412536690.45.0.336538963804.issue22351@psf.upfronthosting.co.za> Rishi added the comment: patch updated to use just plain exception ---------- Added file: http://bugs.python.org/file36819/issue22351_1.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 21:35:55 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sun, 05 Oct 2014 19:35:55 +0000 Subject: [issue18372] _Pickler_New() doesn't call PyObject_GC_Track(self) In-Reply-To: <1373064790.68.0.920175606727.issue18372@psf.upfronthosting.co.za> Message-ID: <1412537755.51.0.0388259058474.issue18372@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Mark, I also appreciate your efforts, as I hope should be obvious from my prior responses to many of your other posts. I also agree that somewhat fewer, higher quality posts would be even more helpful. Please do not slip into a 'confrontational' mode, as you did a few years ago. And please lets discuss this further by private email. ---------- nosy: +terry.reedy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 22:25:58 2014 From: report at bugs.python.org (Alex Gaynor) Date: Sun, 05 Oct 2014 20:25:58 +0000 Subject: [issue22559] [backport] ssl.MemoryBIO Message-ID: <1412540756.02.0.793381062078.issue22559@psf.upfronthosting.co.za> New submission from Alex Gaynor: Attached patch is a first-cut at a backport patch. Note that it is not quite a 1-1 with the original: The SSL module backport added a new field for the Python-level "SSLSocket" reference (ssl_sock), which was a different object from the _socket.socket (PySocketObject *) object. This is all effectively supplanted by the new owner field, so this patch does that as well. The patch looks basically complete to me, but the tests hang for some reason: in a test where the client side hangs up (test_check_hostname) the server side of the socket blocks in a call to read(). I'm not sure why. Antoine, or anyone else who worked on the original patch, did you run into any issues like this, or have any other insights into what might be causing it? ---------- files: memory-bio.diff keywords: patch messages: 228618 nosy: alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou priority: normal severity: normal status: open title: [backport] ssl.MemoryBIO versions: Python 2.7 Added file: http://bugs.python.org/file36820/memory-bio.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 23:10:45 2014 From: report at bugs.python.org (Geert Jansen) Date: Sun, 05 Oct 2014 21:10:45 +0000 Subject: [issue22559] [backport] ssl.MemoryBIO In-Reply-To: <1412540756.02.0.793381062078.issue22559@psf.upfronthosting.co.za> Message-ID: <1412543445.41.0.761408072033.issue22559@psf.upfronthosting.co.za> Changes by Geert Jansen : ---------- nosy: +geertj _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 23:20:23 2014 From: report at bugs.python.org (STINNER Victor) Date: Sun, 05 Oct 2014 21:20:23 +0000 Subject: [issue18372] _Pickler_New() doesn't call PyObject_GC_Track(self) In-Reply-To: <1412532283.98.0.195460698999.issue18372@psf.upfronthosting.co.za> Message-ID: STINNER Victor added the comment: Le 5 oct. 2014 20:04, "Mark Lawrence" a ?crit : > > > Mark Lawrence added the comment: > > @Christian/Victor could either of you provide a patch for this, it's way beyond my knowledge I'm afraid. I agree with Benjamin. Asking directly two developers to write a patch don't add any value to the issue, it only puts pressure on them. If I didn't write a patch before, it's probably because I'm not really interested by the topic. If you would like to contribute, you can close directly issues, test and review patches, suggest an implementation, etc. It's not all black or all white. Sometimes, your "ping" messages are helpful reminders to finish the work or simply to close the issue. By experience, most old issues are not finished because the bug only impact a few people and it's possible to work around it, or because the feature request is not interesting enough. I didn't read this issue (i'm replying in my mail client), my remarks are general. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 23:24:06 2014 From: report at bugs.python.org (Geert Jansen) Date: Sun, 05 Oct 2014 21:24:06 +0000 Subject: [issue21965] Add support for Memory BIO to _ssl In-Reply-To: <1405156134.57.0.513965198344.issue21965@psf.upfronthosting.co.za> Message-ID: <1412544246.62.0.232029739145.issue21965@psf.upfronthosting.co.za> Geert Jansen added the comment: Thanks Antoine for merge! > SSLPipe looks interesting. I wonder if it can be used to reimplement _SelectorSslTransport in asyncio.selector_events (at least as an experiment). Yes, it could be done quite easily. SslPipe has no dependency on other parts of Gruvi and if this is for Python 3.5 only then you don't need sslcompat either. Basically you want to install a read callback on the socket that, when fired, reads from the socket and stuffs the bytes into the memory BIO. It should then write() the returning data back to the socket. If there's a short write, then it should install a write callback to retry the write. The above is almost identical to what SslTransport in Gruvi does. The only different is that Gruvi uses a proactor on all platforms, so that it does not need to call read() itself but the callback is already called with the buffer. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 23:24:08 2014 From: report at bugs.python.org (STINNER Victor) Date: Sun, 05 Oct 2014 21:24:08 +0000 Subject: [issue18372] _Pickler_New() doesn't call PyObject_GC_Track(self) In-Reply-To: <1373064790.68.0.920175606727.issue18372@psf.upfronthosting.co.za> Message-ID: <1412544248.18.0.265263641389.issue18372@psf.upfronthosting.co.za> STINNER Victor added the comment: I don't know the PyObject_GC_Track() function. Why is it an issue to not call it? Can you elaborate Christian? What do you suggest? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 5 23:52:00 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 05 Oct 2014 21:52:00 +0000 Subject: [issue18372] _Pickler_New() doesn't call PyObject_GC_Track(self) In-Reply-To: <1373064790.68.0.920175606727.issue18372@psf.upfronthosting.co.za> Message-ID: <1412545920.96.0.774185723143.issue18372@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: >From Doc/c-api/gcsupport.rst: > Constructors for container types must conform to two rules: > > #. The memory for the object must be allocated using :c:func:`PyObject_GC_New` > or :c:func:`PyObject_GC_NewVar`. > > #. Once all the fields which may contain references to other containers are > > initialized, it must call :c:func:`PyObject_GC_Track`. _pickle.Pickler and _pickle.Unpickler have the Py_TPFLAGS_HAVE_GC flag, implement tp_traverse and tp_clear, but PyObject_GC_Track is newer called. ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 00:19:08 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sun, 05 Oct 2014 22:19:08 +0000 Subject: [issue21965] Add support for Memory BIO to _ssl In-Reply-To: <1412544246.62.0.232029739145.issue21965@psf.upfronthosting.co.za> Message-ID: <5431C3D9.5010600@free.fr> Antoine Pitrou added the comment: Le 05/10/2014 23:24, Geert Jansen a ?crit : > > Yes, it could be done quite easily. SslPipe has no dependency on > other parts of Gruvi and if this is for Python 3.5 only then you don't need sslcompat either. Yes, it works. Note that I had to modify SSLPipe to also notify of handshake failures (by passing an argument to the handshake callback). Here is draft diff against asyncio: https://gist.github.com/pitrou/f04fa9cbfec88cc37050 However, I don't think this the right approach actually. Rather, the SSL layer should be implemented as a Protocol object that's also able to act as a transport for the actual application-level Protocol. It would completely decouple it from the transport and event loop implementation details. (I think that's how Twisted does it, btw) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 00:21:16 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 05 Oct 2014 22:21:16 +0000 Subject: [issue21965] Add support for Memory BIO to _ssl In-Reply-To: <1405156134.57.0.513965198344.issue21965@psf.upfronthosting.co.za> Message-ID: <20141005222114.52967.30658@mail.hg.python.org> Roundup Robot added the comment: New changeset 8da1aa71cd73 by Antoine Pitrou in branch 'default': Remove unused "block" argument in SSLObject.do_handshake() (issue #21965) https://hg.python.org/cpython/rev/8da1aa71cd73 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 00:21:57 2014 From: report at bugs.python.org (Geert Jansen) Date: Sun, 05 Oct 2014 22:21:57 +0000 Subject: [issue22559] [backport] ssl.MemoryBIO In-Reply-To: <1412540756.02.0.793381062078.issue22559@psf.upfronthosting.co.za> Message-ID: <1412547717.94.0.664501598014.issue22559@psf.upfronthosting.co.za> Geert Jansen added the comment: It seems that SSLSocket.close() doesn't actually close the socket, and that's why the server side read() blocks. It's a bit of a mystery to me how socket.close(), which is called by SSLSocket to do the actual close, is supposed to work. I don't see any calls to _sock.close() in there.. If I add the following 3 lines to socket.py then it works (but there's a few unexpected EOF errors in return). diff -r ae64614b66b7 Lib/socket.py --- a/Lib/socket.py Sat Oct 04 18:24:32 2014 -0400 +++ b/Lib/socket.py Sun Oct 05 18:16:51 2014 -0400 @@ -192,6 +192,9 @@ def close(self, _closedsocket=_closedsocket, _delegate_methods=_delegate_methods, setattr=setattr): # This function should not reference any globals. See issue #808164. + if hasattr(self._sock, '_dummy'): + return + self._sock.close() self._sock = _closedsocket() dummy = self._sock._dummy for method in _delegate_methods: I'm probably overlooking something b/c I can't imagine socket.close() being a no-op. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 00:22:59 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sun, 05 Oct 2014 22:22:59 +0000 Subject: [issue21965] Add support for Memory BIO to _ssl In-Reply-To: <1405156134.57.0.513965198344.issue21965@psf.upfronthosting.co.za> Message-ID: <1412547779.41.0.841076850214.issue21965@psf.upfronthosting.co.za> Antoine Pitrou added the comment: I'm closing this issue, and will open a new one for asyncio and/or SSLPipe. Thank you very much, Geert! ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 00:25:10 2014 From: report at bugs.python.org (Alex Gaynor) Date: Sun, 05 Oct 2014 22:25:10 +0000 Subject: [issue22559] [backport] ssl.MemoryBIO In-Reply-To: <1412540756.02.0.793381062078.issue22559@psf.upfronthosting.co.za> Message-ID: <1412547910.75.0.107322328237.issue22559@psf.upfronthosting.co.za> Alex Gaynor added the comment: Right, socket._socketobject mearly nulls out the reference to _socket.socket, and lets reference counting take care of the rest. I've more of less got this figured out: * When do_handshake() raises an exception (say, a CertificateError), then a reference to a traceback is stored for sys.exc_info() * This traceback holds a reference to a frame where ssl.SSLObject is self * ssl.SSLObject holds a reference to _ssl._SSLSocket * Which holds a reference to _socket.socket This is avoided on Python3 because exceptions don't stick around, adding a ``sys.exc_clear()`` to that test causes it to not hang. It seems like ``ssl.SSLSocket.close()`` should probably explicitly close the ``SSLObject`` somehow? I think this problem would appear on Python3 if you caught the exception manually and kept a reference to it? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 00:28:22 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sun, 05 Oct 2014 22:28:22 +0000 Subject: [issue22560] Add loop-agnostic SSL implementation to asyncio Message-ID: <1412548102.84.0.685230620276.issue22560@psf.upfronthosting.co.za> New submission from Antoine Pitrou: Now that #21965 is implemented, it is possible to improve SSL support in asyncio by making it independent of how the underlying event loop works (e.g. whether it is a Unix-like reactor or a proactor). ---------- messages: 228628 nosy: geertj, giampaolo.rodola, gvanrossum, haypo, pitrou, yselivanov priority: normal severity: normal status: open title: Add loop-agnostic SSL implementation to asyncio versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 00:28:32 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sun, 05 Oct 2014 22:28:32 +0000 Subject: [issue22560] Add loop-agnostic SSL implementation to asyncio In-Reply-To: <1412548102.84.0.685230620276.issue22560@psf.upfronthosting.co.za> Message-ID: <1412548112.9.0.443317228799.issue22560@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- components: +asyncio type: -> enhancement _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 00:49:23 2014 From: report at bugs.python.org (Geert Jansen) Date: Sun, 05 Oct 2014 22:49:23 +0000 Subject: [issue22559] [backport] ssl.MemoryBIO In-Reply-To: <1412540756.02.0.793381062078.issue22559@psf.upfronthosting.co.za> Message-ID: <1412549363.46.0.252406193768.issue22559@psf.upfronthosting.co.za> Geert Jansen added the comment: > Right, socket._socketobject mearly nulls out the reference to _socket.socket, and lets reference counting take care of the rest. Ugh this is bad... I thought close() was exactly there when you don't want to depend on refcounting for cleanup. > * When do_handshake() raises an exception (say, a CertificateError), then a reference to a traceback is stored for sys.exc_info() > * This traceback holds a reference to a frame where ssl.SSLObject is self > * ssl.SSLObject holds a reference to _ssl._SSLSocket > * Which holds a reference to _socket.socket On Python 3.x the last one above is a weakref. > It seems like ``ssl.SSLSocket.close()`` should probably explicitly close the ``SSLObject`` somehow? I think this problem would appear on Python3 if you caught the exception manually and kept a reference to it? On Python 3.x socket.close() does a real close() on the socket, it seems. (thought it appears to have an app-level refcount for makefile()). I agree this is the best way but it seems very scary to make that change for 2.7. I think that closing the socket in SSLSocket.close(), as you suggest, would work (using socket._sock.close()), or or maybe you can make the "Socket" member in _SSLSocket a weakref? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 00:54:39 2014 From: report at bugs.python.org (Alex Gaynor) Date: Sun, 05 Oct 2014 22:54:39 +0000 Subject: [issue22559] [backport] ssl.MemoryBIO In-Reply-To: <1412540756.02.0.793381062078.issue22559@psf.upfronthosting.co.za> Message-ID: <1412549679.68.0.517666156342.issue22559@psf.upfronthosting.co.za> Alex Gaynor added the comment: Unfortunately it can't be a weakref in python2 :-( In Python3 socket._socketobject *subclasses* _socket.socket, so when we pass "self" to stuff, it's has the right C-level fields but it's also a Python-levle object so it can have a weakref. In Python2 socket._socketobject composes with _socket.socket, so we pass "self._sock", that way it has teh right C-level fields. Unfortunately taking a weakref of _socket.socket is not allowed. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 01:11:00 2014 From: report at bugs.python.org (Geert Jansen) Date: Sun, 05 Oct 2014 23:11:00 +0000 Subject: [issue22559] [backport] ssl.MemoryBIO In-Reply-To: <1412540756.02.0.793381062078.issue22559@psf.upfronthosting.co.za> Message-ID: <1412550660.65.0.730740001067.issue22559@psf.upfronthosting.co.za> Geert Jansen added the comment: > In Python2 socket._socketobject composes with _socket.socket, so we pass "self._sock", that way it has teh right C-level fields. Unfortunately taking a weakref of _socket.socket is not allowed. I see, and agree that making it weakref-able would be a bad idea for a minor release. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 02:57:52 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 06 Oct 2014 00:57:52 +0000 Subject: [issue22560] Add loop-agnostic SSL implementation to asyncio In-Reply-To: <1412548102.84.0.685230620276.issue22560@psf.upfronthosting.co.za> Message-ID: <1412557072.27.0.918577665388.issue22560@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Here is a proof-of-concept patch. I've only tested it under Linux, but it should be possible to write a simple _make_ssl_transport() for the BaseProactorEventLoop. ---------- keywords: +patch nosy: +sbt Added file: http://bugs.python.org/file36821/sslproto.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 03:21:11 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 06 Oct 2014 01:21:11 +0000 Subject: [issue18494] PyType_GenericSet/GetDict functions misnamed in docs? In-Reply-To: <1374174654.87.0.00339141994483.issue18494@psf.upfronthosting.co.za> Message-ID: <20141006012101.52977.7570@mail.hg.python.org> Roundup Robot added the comment: New changeset 9dbd7d34cbcf by Benjamin Peterson in branch '3.4': PyObject not PyType (closes #18494) https://hg.python.org/cpython/rev/9dbd7d34cbcf New changeset ec3077e23b7d by Benjamin Peterson in branch 'default': merge 3.4 (#18494) https://hg.python.org/cpython/rev/ec3077e23b7d ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 04:13:24 2014 From: report at bugs.python.org (Guido van Rossum) Date: Mon, 06 Oct 2014 02:13:24 +0000 Subject: [issue22560] Add loop-agnostic SSL implementation to asyncio In-Reply-To: <1412548102.84.0.685230620276.issue22560@psf.upfronthosting.co.za> Message-ID: <1412561604.67.0.0163921865958.issue22560@psf.upfronthosting.co.za> Guido van Rossum added the comment: This is awesome news! Since this is 3.5 only, I guess this means the end of my attempts to keep the asyncio source code identical in the Tulip repo (from which I occasionally create builds that work with Python 3.3) and in the 3.4 and 3.5 branches. I guess that's okay, people should be switching to 3.5 anyway. I'm not sure what approach to follow to keep the branches at least somewhat in sync -- perhaps tulip and 3.4 can still be kept identical, with changes merged from 3.4 into 3.5 (default) but 3.5 differing in some places? Or perhaps the code can be kept identical with the exception of the sslproto.py file, and conditional import of the latter? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 04:58:06 2014 From: report at bugs.python.org (Jens Troeger) Date: Mon, 06 Oct 2014 02:58:06 +0000 Subject: [issue22561] PyUnicode_InternInPlace crashes Message-ID: <1412564286.37.0.93654303592.issue22561@psf.upfronthosting.co.za> New submission from Jens Troeger: This might be an issue with Python, or an issue with Libre/OpenOffice not setting up the UNO environment correctly. The crash happens during "import uno" of Python 3.3 in the PyUnicode_InternInPlace function. I've done some digging and posted more information about this crash in this forum: http://en.libreofficeforum.org/node/9195 ---------- components: Unicode messages: 228635 nosy: _savage, ezio.melotti, haypo priority: normal severity: normal status: open title: PyUnicode_InternInPlace crashes type: crash versions: Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 05:37:52 2014 From: report at bugs.python.org (=?utf-8?q?Jurko_Gospodneti=C4=87?=) Date: Mon, 06 Oct 2014 03:37:52 +0000 Subject: [issue7511] msvc9compiler.py: ValueError when trying to compile with VC Express In-Reply-To: <1260858478.84.0.495655867168.issue7511@psf.upfronthosting.co.za> Message-ID: <1412566672.7.0.534630139474.issue7511@psf.upfronthosting.co.za> Jurko Gospodneti? added the comment: Here's another patch fixing the Visual Studio Express edition issue plus some minor related code-cleanup. See the Hg repo at: https://bitbucket.org/jurko/cpython branch: jurko/distutils_msvc_express_fix direct link: https://bitbucket.org/jurko/cpython/commits/branch/jurko/distutils_msvc_express_fix Basically - native 64-bit compiler is not available with Visual Studio Express edition, but its 32-bit to 64-bit cross-compiler is, so the fix just attempts to configure the cross-compiler if configuring the native compiler fails to set all the necessary environment variables. Tested to work correctly with Visual Studio Express edition installed, and no additional Platform SDK. I'm also directly attaching a bundle containing the same commits. I've split up the changes into cleanly separated commits so they should be real easy to review & verify, and there should be no risk of breakage in use cases not explicitly attacked by the proposed changes. Hope this helps. Best regards, Jurko Gospodneti? ---------- hgrepos: +274 nosy: +Jurko.Gospodneti? Added file: http://bugs.python.org/file36822/CPython_msvc_express_fix_based_on_ec3077e23b7d1353af65a987d4caaef4343bdb41.hg _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 05:44:12 2014 From: report at bugs.python.org (=?utf-8?q?Jurko_Gospodneti=C4=87?=) Date: Mon, 06 Oct 2014 03:44:12 +0000 Subject: [issue7511] msvc9compiler.py: ValueError when trying to compile with VC Express In-Reply-To: <1260858478.84.0.495655867168.issue7511@psf.upfronthosting.co.za> Message-ID: <1412567052.2.0.97901177281.issue7511@psf.upfronthosting.co.za> Changes by Jurko Gospodneti? : Added file: http://bugs.python.org/file36823/218ef482e1e4.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 05:44:48 2014 From: report at bugs.python.org (=?utf-8?q?Jurko_Gospodneti=C4=87?=) Date: Mon, 06 Oct 2014 03:44:48 +0000 Subject: [issue7511] msvc9compiler.py: ValueError when trying to compile with VC Express In-Reply-To: <1260858478.84.0.495655867168.issue7511@psf.upfronthosting.co.za> Message-ID: <1412567088.47.0.943055506629.issue7511@psf.upfronthosting.co.za> Changes by Jurko Gospodneti? : Removed file: http://bugs.python.org/file36823/218ef482e1e4.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 06:14:21 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 06 Oct 2014 04:14:21 +0000 Subject: [issue3832] add force_shared Library option to create shared lib even with use_stub=False In-Reply-To: <1221100214.51.0.623800325069.issue3832@psf.upfronthosting.co.za> Message-ID: <20141006041405.64893.13134@mail.hg.python.org> Roundup Robot added the comment: New changeset 69cdf71bda12 by Terry Jan Reedy in branch '2.7': Issue #3832: backport 677a9326b4d4 to 2.7 (and delete some obsolete code). https://hg.python.org/cpython/rev/69cdf71bda12 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 06:30:11 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Mon, 06 Oct 2014 04:30:11 +0000 Subject: [issue4832] IDLE does not supply a default ext of .py on Windows or OS X for new file saves In-Reply-To: <1231082162.31.0.973834672616.issue4832@psf.upfronthosting.co.za> Message-ID: <1412569811.98.0.599967090947.issue4832@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Better late than never. At least on Windows, with has defaultextension = '', changeing "Save as type" to "Text files" changes the default to ".txt". I presume that this bonus feature is not available on OSX, where defaultextension = '.py'. Before I update the doc (just before 2.7.9), can someone tell me what happens with linux, where defaultextension is '', as on Windows? ---------- nosy: +sahutd resolution: -> fixed stage: commit review -> resolved status: open -> closed versions: +Python 2.7 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 07:02:37 2014 From: report at bugs.python.org (anand jeyahar) Date: Mon, 06 Oct 2014 05:02:37 +0000 Subject: [issue22181] os.urandom() should use Linux 3.17 getrandom() syscall In-Reply-To: <1407713563.4.0.264701036097.issue22181@psf.upfronthosting.co.za> Message-ID: <1412571757.88.0.841507616089.issue22181@psf.upfronthosting.co.za> anand jeyahar added the comment: Hi, This will need latest kernel to develop, fix and test. I (on Debian 7) couldn't find the latest kernel, but picked up ubuntu kernel from here http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc7-utopic/. I picked up the latest i.e: linux-image-3.17.0-031700rc7-generic_3.17.0-031700rc7.201409281835_amd64.deb and installed manually, but couldn't find the getrandom() function call either in stdlib.h or linux/random.h. Can anyone confirm it's availability in a kernel image (from some other distribution?). ---------- nosy: +anand.jeyahar _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 07:06:50 2014 From: report at bugs.python.org (Leo) Date: Mon, 06 Oct 2014 05:06:50 +0000 Subject: [issue22562] Singleton pattern for namedtuple Message-ID: <1412572010.78.0.424974650415.issue22562@psf.upfronthosting.co.za> New submission from Leo: Each call of namedtuple will create a new class object even if an equal class, i.e. for the same fields has been created before. Applying the singleton pattern would be more efficient at least in two respects: * it would reduce the number of class objects. * checking for field names can be done by calling isinstance. I therefore propose a new boolean keyword argument 'singleton' for the namedtuple function. It should default to True. If a pre-existing rather than new class object is returned, the provided class name is disregarded. In many cases, the caller will use a local binding anyway. The singleton pattern could be implemented along the following schema: cache = {} if not fields in cache: cache[fields] = new_namedtuple return cache[fields] ---------- components: Library (Lib) messages: 228640 nosy: fhaxbox66 at googlemail.com priority: normal severity: normal status: open title: Singleton pattern for namedtuple type: enhancement versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 07:10:55 2014 From: report at bugs.python.org (Leo) Date: Mon, 06 Oct 2014 05:10:55 +0000 Subject: [issue22563] namedtuple: raise an exception when the given class name would override an existing name Message-ID: <1412572255.28.0.408483770969.issue22563@psf.upfronthosting.co.za> New submission from Leo: The nametuple function creates classes dynamically. The caller must provide the class name thus overriding any existing object name. An overridden object may be garbage-collected or survive depending on its reference count. While this behavior is not new to Python, I am unaware of a simple function with such an awkward side effect. One might consider this a feature rather than a bug thus shifting responsibility for carefully passing suitable class names to nametuple. However, I believe nametuple should raise an exception if the provided name would override an existing name. If needed, this behavior could be made customizable by a keyword argument override defaulting to False. Consequently, the caller would have to delete the object under that name explicitly before calling nametuple. This behavior would increase code clarity and eliminate? a source of subtle errors. The code example given below shows the survival of a pre-existing class due to an instance linked to it. As a consequence, two different classes with the same name exist. Only the posterior is, however, bound to the __main__ namespace. The prior is no longer known to that namespace potentially breaking remote parts of the code. In [1]: from collections import namedtuple In [2]: AB=namedtuple('AB', ('a','b')) In [3]: ab=AB(4,9) In [4]: type(ab) Out[4]: __main__.AB In [6]: AB=namedtuple('AB', ('c','d')) In [7]: type(ab) Out[7]: __main__.AB In [8]: ab2=AB(16,25) In [9]: type(ab2) Out[9]: __main__.AB In [10]: type(ab) Out[10]: __main__.AB In [11]: ab Out[11]: AB(a=4, b=9) In [12]: ab2 Out[12]: AB(c=16, d=25) ---------- components: Library (Lib) messages: 228641 nosy: fhaxbox66 at googlemail.com priority: normal severity: normal status: open title: namedtuple: raise an exception when the given class name would override an existing name type: behavior versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 07:50:48 2014 From: report at bugs.python.org (Martin Pitt) Date: Mon, 06 Oct 2014 05:50:48 +0000 Subject: [issue22526] file iteration SystemError for huge lines (2GiB+) In-Reply-To: <1412093451.75.0.0583026923325.issue22526@psf.upfronthosting.co.za> Message-ID: <1412574648.83.0.187691438016.issue22526@psf.upfronthosting.co.za> Martin Pitt added the comment: > How much memory does that whatever is running that test have? Our default is 1 GB for our test runner VMs. I now raised it to 4 GB for python2.7, but we can only do that for our x86 VMs. For other architectures (ppc64el and ARM) the test VMs just don't have that much memory. So indeed it would be nice to skip this test if the machine has less than 4 GB of RAM. Thanks! ---------- nosy: +pitti _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 08:05:09 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 06 Oct 2014 06:05:09 +0000 Subject: [issue22546] Wrong default precision in documentation for format In-Reply-To: <1412328678.8.0.959126948842.issue22546@psf.upfronthosting.co.za> Message-ID: <20141006060506.52967.40191@mail.hg.python.org> Roundup Robot added the comment: New changeset 041d0752171a by Terry Jan Reedy in branch '3.4': Issue #22546: update doc for mini-language float None presentation type. https://hg.python.org/cpython/rev/041d0752171a ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 08:06:23 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Mon, 06 Oct 2014 06:06:23 +0000 Subject: [issue22546] Wrong default precision in documentation for format In-Reply-To: <1412328678.8.0.959126948842.issue22546@psf.upfronthosting.co.za> Message-ID: <1412575583.38.0.3481310215.issue22546@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Tommy, thanks for reporting this. ---------- resolution: -> fixed stage: needs patch -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 09:22:32 2014 From: report at bugs.python.org (=?utf-8?q?Charles-Fran=C3=A7ois_Natali?=) Date: Mon, 06 Oct 2014 07:22:32 +0000 Subject: [issue22181] os.urandom() should use Linux 3.17 getrandom() syscall In-Reply-To: <1412571757.88.0.841507616089.issue22181@psf.upfronthosting.co.za> Message-ID: Charles-Fran?ois Natali added the comment: Note that I'm not fussed about it: far from simplifying the code, it will make it more complex, thus more error-prone. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 09:25:56 2014 From: report at bugs.python.org (Olivier Grisel) Date: Mon, 06 Oct 2014 07:25:56 +0000 Subject: [issue21905] RuntimeError in pickle.whichmodule when sys.modules if mutated In-Reply-To: <1404306192.8.0.184744206475.issue21905@psf.upfronthosting.co.za> Message-ID: <1412580356.27.0.0406175707942.issue21905@psf.upfronthosting.co.za> Olivier Grisel added the comment: No problem. Thanks Antoine for the review! ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 10:39:31 2014 From: report at bugs.python.org (Mark Dickinson) Date: Mon, 06 Oct 2014 08:39:31 +0000 Subject: [issue22563] namedtuple: raise an exception when the given class name would override an existing name In-Reply-To: <1412572255.28.0.408483770969.issue22563@psf.upfronthosting.co.za> Message-ID: <1412584771.06.0.680134438959.issue22563@psf.upfronthosting.co.za> Mark Dickinson added the comment: IMO, this is a horrible idea. I'd hate for creation of a `namedtuple` class to fail just because there happened to be an existing (perhaps in an as-yet uncollected garbage `namedtuple` class with the same name). That's the kind of spooky "action at a distance" that makes debugging unnecessarily difficult. I also think this would be pretty much impossible to implement efficiently. :-) I'm closing this report here: this behaviour is not a bug, and the suggested exception raising is (IMO) both undesirable and unworkable in practice. I'd suggest opening a thread on the Python mailing-list if you want to discuss the idea further; if that thread produces a focused, widely accepted proposal, feel free to re-open an issue here. ---------- nosy: +mark.dickinson resolution: -> rejected type: behavior -> enhancement _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 10:40:17 2014 From: report at bugs.python.org (Mark Dickinson) Date: Mon, 06 Oct 2014 08:40:17 +0000 Subject: [issue22563] namedtuple: raise an exception when the given class name would override an existing name In-Reply-To: <1412572255.28.0.408483770969.issue22563@psf.upfronthosting.co.za> Message-ID: <1412584817.05.0.0200404098373.issue22563@psf.upfronthosting.co.za> Changes by Mark Dickinson : ---------- status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 10:41:10 2014 From: report at bugs.python.org (Martin Pitt) Date: Mon, 06 Oct 2014 08:41:10 +0000 Subject: [issue22526] file iteration SystemError for huge lines (2GiB+) In-Reply-To: <1412093451.75.0.0583026923325.issue22526@psf.upfronthosting.co.za> Message-ID: <1412584870.19.0.171568161303.issue22526@psf.upfronthosting.co.za> Martin Pitt added the comment: > I now raised it to 4 GB for python2.7 This is *still* not enough; I got a success with 6 GB. But this is really demanding.. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 11:15:55 2014 From: report at bugs.python.org (Vinay Sajip) Date: Mon, 06 Oct 2014 09:15:55 +0000 Subject: [issue22482] logging: fileConfig doesn't support formatter styles In-Reply-To: <1411574358.31.0.567150146561.issue22482@psf.upfronthosting.co.za> Message-ID: <1412586955.86.0.0533359680594.issue22482@psf.upfronthosting.co.za> Changes by Vinay Sajip : ---------- resolution: -> wont fix status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 11:43:14 2014 From: report at bugs.python.org (Mark Dickinson) Date: Mon, 06 Oct 2014 09:43:14 +0000 Subject: [issue22562] Singleton pattern for namedtuple In-Reply-To: <1412572010.78.0.424974650415.issue22562@psf.upfronthosting.co.za> Message-ID: <1412588594.19.0.890675089875.issue22562@psf.upfronthosting.co.za> Changes by Mark Dickinson : ---------- versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 11:46:46 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Mon, 06 Oct 2014 09:46:46 +0000 Subject: [issue22561] PyUnicode_InternInPlace crashes In-Reply-To: <1412564286.37.0.93654303592.issue22561@psf.upfronthosting.co.za> Message-ID: <1412588806.06.0.24042154959.issue22561@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- assignee: -> ronaldoussoren components: +Macintosh nosy: +hynek, ned.deily, ronaldoussoren _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 11:50:43 2014 From: report at bugs.python.org (Martin Panter) Date: Mon, 06 Oct 2014 09:50:43 +0000 Subject: [issue22563] namedtuple: raise an exception when the given class name would override an existing name In-Reply-To: <1412572255.28.0.408483770969.issue22563@psf.upfronthosting.co.za> Message-ID: <1412589043.2.0.0440329602791.issue22563@psf.upfronthosting.co.za> Martin Panter added the comment: Perhaps Leo doesn?t understand that the name passed to ?namedtuple? is just an indicator for debugging etc, and it doesn?t really have to be unique or even correspond with what it is assigned to. I do remember finding it a bit odd that I had to give it a name when I first used ?namedtuple?, but I guess it is because all Python function and class objects store their name internally. >>> AB = namedtuple("Whatever", ("a", "b")) >>> AB >>> Whatever Traceback (most recent call last): File "", line 1, in NameError: name 'Whatever' is not defined >>> Whatever = AB >>> Whatever ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 11:50:45 2014 From: report at bugs.python.org (STINNER Victor) Date: Mon, 06 Oct 2014 09:50:45 +0000 Subject: [issue22561] PyUnicode_InternInPlace crashes In-Reply-To: <1412564286.37.0.93654303592.issue22561@psf.upfronthosting.co.za> Message-ID: <1412589045.37.0.610105042297.issue22561@psf.upfronthosting.co.za> STINNER Victor added the comment: It looks like a bug in the uno module, nobody reports this issue with the vanilla Python. The gdb traceback is incomplete: function parameters are missing, there are some unknown frames ("??"): #0 0x011c118d in PyUnicode_InternInPlace () from /Applications/LibreOffice.app/Contents/MacOS/LibreOfficePython.framework/Versions/3.3/LibreOfficePython #1 0x011cf981 in PyUnicode_InternFromString () from /Applications/LibreOffice.app/Contents/MacOS/LibreOfficePython.framework/Versions/3.3/LibreOfficePython #2 0x011b5498 in PyType_Ready () from /Applications/LibreOffice.app/Contents/MacOS/LibreOfficePython.framework/Versions/3.3/LibreOfficePython #3 0x011b613c in PyType_Ready () from /Applications/LibreOffice.app/Contents/MacOS/LibreOfficePython.framework/Versions/3.3/LibreOfficePython #4 0x00708abb in pyuno::PyUNO_initType() () from /Applications/LibreOffice.app/Contents/MacOS/libpyuno.dylib #5 0x003f7ee0 in ?? () from /Applications/LibreOffice.app/Contents/MacOS/pyuno.so #6 0x0070f9f2 in PyInit_pyuno () from /Applications/LibreOffice.app/Contents/MacOS/libpyuno.dylib #7 0x00000009 in ?? () You should try to get debug symbols. It looks like you are working on Mac OS X. How did you install Python? Are you sure that the "uno" module is compatible with python 3.3 program? (Compiled with the same options.) To me, it doesn't look like a Python bug. And it doesn't look to be related to Unicode. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 12:05:14 2014 From: report at bugs.python.org (Saimadhav Heblikar) Date: Mon, 06 Oct 2014 10:05:14 +0000 Subject: [issue4832] IDLE does not supply a default ext of .py on Windows or OS X for new file saves In-Reply-To: <1231082162.31.0.973834672616.issue4832@psf.upfronthosting.co.za> Message-ID: <1412589914.33.0.512806410452.issue4832@psf.upfronthosting.co.za> Saimadhav Heblikar added the comment: I will try to describe the behavior on linux: (Format used is "what i type in file name" -> "name which gets written to disk") 1. When files of type is: Python Files a -> a.py b.py -> b.py c.py.py -> c.py.py d.py.abc -> d.py.abc (!) e.abc -> e.abc (!) 2. When files of type is: text file Same behavior as before, with .txt instead of .py/.pyw 3. When files of type is: All files a -> a b.py -> b.py c.py.py -> c.py.py d.py.abc -> d.py.abc e.abc -> e.abc I hopefully have tried most of the combinations. If I have left out any, please let me know and I'll try them out. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 12:14:06 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 06 Oct 2014 10:14:06 +0000 Subject: [issue22560] Add loop-agnostic SSL implementation to asyncio In-Reply-To: <1412548102.84.0.685230620276.issue22560@psf.upfronthosting.co.za> Message-ID: <1412590446.54.0.523507975749.issue22560@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > Or perhaps the code can be kept identical with the exception of the > sslproto.py file, and conditional import of the latter? I think that's reasonable, yes. The _SelectorSslTransport is still there and can be used if the ssl module is not recent enough. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 12:14:25 2014 From: report at bugs.python.org (STINNER Victor) Date: Mon, 06 Oct 2014 10:14:25 +0000 Subject: [issue22564] ssl: post-commit review of the new memory BIO API Message-ID: <1412590465.24.0.24710969124.issue22564@psf.upfronthosting.co.za> New submission from STINNER Victor: Hi, I just saw that the changeset a79003f25a41 was merged and it adds support for memory BIO to the Python ssl module, great! It's a nice addition, especially because it becomes possible to implement SSL for IOCP event loop in asyncio (#22560). I read the changeset and I have a few comments. Sorry, I didn't have time before to review the patch. I prefer to open a new issue. I'm interested to work on patches, but I would prefer a first feedback before working on a patch. +.. method:: SSLSocket.read(len=0, buffer=None) Hum, I fear that some people will call read() with two parameters by mistake. I would prefer a keyword-only parameter: put a "$" in the call to PyArg_ParseTuple() in PySSL_SSLread(). The "read()" method is quite generic, many Python functions expect a "file-like" object with a read() method which only take one indexed parameter. An alternative would be to implemented readinto() and drop the buffer parameter from read(). Same remark for SSLObject.read() and _ssl._SSLSocket.read(). +.. attribute:: SSLSocket.server_hostname + + A ``bytes`` instance (...) + + .. versionadded:: 3.5 Oh, I would prefer to have a Unicode string here, but I see that the attribute is *not* new, it's already present in Python 3.4. The versionadded field is wrong. It looks like the attribute was introduced in Python 3.2: https://docs.python.org/dev/whatsnew/3.2.html#ssl Maybe the change is that the attribute now also exists in the _ssl module? But the _ssl module is not documented. +.. method:: MemoryBIO.write_eof() + + Write an EOF marker to the memory BIO. After this method has been called, it + is illegal to call :meth:`~MemoryBIO.write`. What does it mean, "illegal"? An exception is raised? Maybe it would be more explicit to say that an exception is raised. +- All IO on an :class:`SSLObject` is non-blocking. This means that for example + :meth:`~SSLSocket.read` will raise an :exc:`SSLWantReadError` if it needs + more data than the incoming BIO has available. It would be nice to repeat this information in the documentation of the SSLObject.read() method. +.. method:: SSLContext.wrap_bio(incoming, outgoing, server_side=False, \ Why not puting the documentation of this method where the SSLContext is documented? +Some notes related to the use of :class:`SSLObject`: I suggest to move these notes just after the documentation of the SSLObject class. +The following methods are available from :class:`SSLSocket`: methods and *attributes*. +class SSLObject: + """This class implements an interface on top of a low-level SSL object as + implemented by OpenSSL. This object captures the state of an SSL connection + but does not provide any network IO itself. IO needs to be performed + through separate "BIO" objects which are OpenSSL's IO abstraction layer. + + This class does not have a public constructor. Instances are returned by + ``SSLContext.wrap_bio``. This class is typically used by framework authors + that want to implement asynchronous IO for SSL through memory buffers. + + When compared to ``SSLSocket``, this object lacks the following features: + + * Any form of network IO incluging methods such as ``recv`` and ``send``. + * The ``do_handshake_on_connect`` and ``suppress_ragged_eofs`` machinery. + """ This documentation is useful. It should be copied in the documentation of the SSLObject class. +.. class:: MemoryBIO + + A memory buffer that can be used to pass data between Python and an SSL + protocol instance. + +.. attribute:: MemoryBIO.pending + + Return the number of bytes currently in the memory buffer. I prefer when class methods and attributes are part of the "class" block in the documentation, the documentation is rendered differently and it's more readable IMO. Compare: https://docs.python.org/dev/library/ssl.html#ssl.MemoryBIO with: https://docs.python.org/dev/library/io.html#io.IOBase But the choice how to document methods and attributes was not made in the memory BIO changeset, it is older. I suggest to "upgrade" to style to use the same style than the io module (put everything in the ".. class:" block). What do you think? ---------- messages: 228653 nosy: haypo priority: normal severity: normal status: open title: ssl: post-commit review of the new memory BIO API versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 12:14:44 2014 From: report at bugs.python.org (STINNER Victor) Date: Mon, 06 Oct 2014 10:14:44 +0000 Subject: [issue22564] ssl: post-commit review of the new memory BIO API In-Reply-To: <1412590465.24.0.24710969124.issue22564@psf.upfronthosting.co.za> Message-ID: <1412590484.71.0.294649352868.issue22564@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- nosy: +geertj, pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 12:15:13 2014 From: report at bugs.python.org (STINNER Victor) Date: Mon, 06 Oct 2014 10:15:13 +0000 Subject: [issue21965] Add support for Memory BIO to _ssl In-Reply-To: <1405156134.57.0.513965198344.issue21965@psf.upfronthosting.co.za> Message-ID: <1412590513.67.0.997306647019.issue21965@psf.upfronthosting.co.za> STINNER Victor added the comment: I have some comments and suggestions to enhance the new API. I chose to open a new issue: #22564. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 12:24:01 2014 From: report at bugs.python.org (STINNER Victor) Date: Mon, 06 Oct 2014 10:24:01 +0000 Subject: [issue22181] os.urandom() should use Linux 3.17 getrandom() syscall In-Reply-To: <1407713563.4.0.264701036097.issue22181@psf.upfronthosting.co.za> Message-ID: <1412591041.14.0.343899807465.issue22181@psf.upfronthosting.co.za> STINNER Victor added the comment: The Linux kernel 3.17 has been released with the new getrandom() syscall. glibc request to implement the function in the C library: https://sourceware.org/bugzilla/show_bug.cgi?id=17252 "Bug 17252 - getrandom and getentropy syscall" It looks like nobody asks for it on the libc-alpha mailing list yet. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 12:48:46 2014 From: report at bugs.python.org (Marc-Andre Lemburg) Date: Mon, 06 Oct 2014 10:48:46 +0000 Subject: [issue18348] Additional code pages for EBCDIC In-Reply-To: <1372787231.53.0.326876214252.issue18348@psf.upfronthosting.co.za> Message-ID: <1412592526.08.0.2718034927.issue18348@psf.upfronthosting.co.za> Marc-Andre Lemburg added the comment: I don't think we should add more EBCDIC codecs to Python's stdlib. It would be better to put a Python package on PyPI which people using these encodings can use. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 12:54:22 2014 From: report at bugs.python.org (Lars Buitinck) Date: Mon, 06 Oct 2014 10:54:22 +0000 Subject: [issue22565] missing const in declaration of PyErr_WarnEx in C-API docs Message-ID: <1412592862.35.0.877932125102.issue22565@psf.upfronthosting.co.za> New submission from Lars Buitinck: The declaration for PyErr_WarnEx in Doc/c-api/exceptions.rst is missing a const compared to Include/warnings.h. ---------- assignee: docs at python components: Documentation files: pyerr_warnex_const.patch keywords: patch messages: 228657 nosy: docs at python, larsmans priority: normal severity: normal status: open title: missing const in declaration of PyErr_WarnEx in C-API docs versions: Python 3.5 Added file: http://bugs.python.org/file36824/pyerr_warnex_const.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 12:58:44 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 06 Oct 2014 10:58:44 +0000 Subject: [issue22565] missing const in declaration of PyErr_WarnEx in C-API docs In-Reply-To: <1412592862.35.0.877932125102.issue22565@psf.upfronthosting.co.za> Message-ID: <20141006105841.82443.42233@mail.hg.python.org> Roundup Robot added the comment: New changeset 554152c317b4 by Georg Brandl in branch '3.4': Closes #22565: fix argument types of PyErr_WarnEx. https://hg.python.org/cpython/rev/554152c317b4 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 13:06:39 2014 From: report at bugs.python.org (Mark Dickinson) Date: Mon, 06 Oct 2014 11:06:39 +0000 Subject: [issue22563] namedtuple: raise an exception when the given class name would override an existing name In-Reply-To: <1412572255.28.0.408483770969.issue22563@psf.upfronthosting.co.za> Message-ID: <1412593599.62.0.590857893685.issue22563@psf.upfronthosting.co.za> Mark Dickinson added the comment: Right; the underlying problem of having objects that appear to be instances of the wrong class has nothing to do with namedtuples. After this sequence: >>> class A: pass ... >>> a = A() >>> >>> class A: pass ... We get the following somewhat confusing results: >>> type(a) >>> A >>> isinstance(a, A) False Class factories like namedtuple make it somewhat easier to run into this issue, but it's nothing really to do with namedtuple itself, and it's not something that could be "fixed" without significant language redesign. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 13:29:02 2014 From: report at bugs.python.org (karl) Date: Mon, 06 Oct 2014 11:29:02 +0000 Subject: [issue18119] urllib.FancyURLopener does not treat URL fragments correctly In-Reply-To: <1370168530.11.0.609209040554.issue18119@psf.upfronthosting.co.za> Message-ID: <1412594942.61.0.825691402686.issue18119@psf.upfronthosting.co.za> karl added the comment: This is the correct behavior GET http://example.com/foo with a response containing 302 and Location: /bar#test must trigger http://example.com/bar#test Location is defined in http://tools.ietf.org/html/rfc7231#section-7.1.2 7.1.2. Location The "Location" header field is used in some responses to refer to a specific resource in relation to the response. The type of relationship is defined by the combination of request method and status code semantics. Location = URI-reference The field value consists of a single URI-reference. When it has the form of a relative reference ([RFC3986], Section 4.2), the final value is computed by resolving it against the effective request URI ([RFC3986], Section 5). A bit after in the spec. If the Location value provided in a 3xx (Redirection) response does not have a fragment component, a user agent MUST process the redirection as if the value inherits the fragment component of the URI reference used to generate the request target (i.e., the redirection inherits the original reference's fragment, if any). For example, a GET request generated for the URI reference "http://www.example.org/~tim" might result in a 303 (See Other) response containing the header field: Location: /People.html#tim which suggests that the user agent redirect to "http://www.example.org/People.html#tim" Likewise, a GET request generated for the URI reference "http://www.example.org/index.html#larry" might result in a 301 (Moved Permanently) response containing the header field: Location: http://www.example.net/index.html which suggests that the user agent redirect to "http://www.example.net/index.html#larry", preserving the original fragment identifier. ---------- nosy: +karlcow _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 13:37:02 2014 From: report at bugs.python.org (Mark Dickinson) Date: Mon, 06 Oct 2014 11:37:02 +0000 Subject: [issue22562] Singleton pattern for namedtuple In-Reply-To: <1412572010.78.0.424974650415.issue22562@psf.upfronthosting.co.za> Message-ID: <1412595422.59.0.895582379264.issue22562@psf.upfronthosting.co.za> Mark Dickinson added the comment: I don't think this is a good idea. Remember that Python classes are themselves mutable objects, so if a library that you happen to import creates a "Point" namedtuple with fields "x" and "y" and class-level modifications (extra attributes, patched-in methods), any namedtuple you created with fields "x" and "y" would automatically pick up those modifications. (And conversely, by modifying *your* class, you might adversely affect the behaviour of the library's class.) ---------- nosy: +mark.dickinson _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 13:44:08 2014 From: report at bugs.python.org (Jakub Wilk) Date: Mon, 06 Oct 2014 11:44:08 +0000 Subject: [issue18216] gettext doesn't check MO versions In-Reply-To: <1371242081.43.0.507366610452.issue18216@psf.upfronthosting.co.za> Message-ID: <1412595848.6.0.869878184557.issue18216@psf.upfronthosting.co.za> Jakub Wilk added the comment: I believe so, yes. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 13:46:04 2014 From: report at bugs.python.org (Jakub Wilk) Date: Mon, 06 Oct 2014 11:46:04 +0000 Subject: [issue22181] os.urandom() should use Linux 3.17 getrandom() syscall In-Reply-To: <1407713563.4.0.264701036097.issue22181@psf.upfronthosting.co.za> Message-ID: <1412595964.95.0.413803741115.issue22181@psf.upfronthosting.co.za> Changes by Jakub Wilk : ---------- nosy: +jwilk _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 13:50:43 2014 From: report at bugs.python.org (Mc128k) Date: Mon, 06 Oct 2014 11:50:43 +0000 Subject: [issue22566] International keyboard makes IDLE crash on OSX Message-ID: <1412596243.63.0.694179369479.issue22566@psf.upfronthosting.co.za> New submission from Mc128k: When using OSX 10.9 or 10.10 with the latest version of python, if I type ' or " with the international keyboard enabled (dead keys), the program crashes immediately. This can be reproduced in any occasion. ---------- messages: 228663 nosy: mc128k priority: normal severity: normal status: open title: International keyboard makes IDLE crash on OSX type: crash versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 13:59:00 2014 From: report at bugs.python.org (Geert Jansen) Date: Mon, 06 Oct 2014 11:59:00 +0000 Subject: [issue22564] ssl: post-commit review of the new memory BIO API In-Reply-To: <1412590465.24.0.24710969124.issue22564@psf.upfronthosting.co.za> Message-ID: <1412596740.64.0.0830219605627.issue22564@psf.upfronthosting.co.za> Geert Jansen added the comment: Hi Victor, see below my comments: * SSLSocket.read(), SSLOBject.read() and _ssl._SSLSocket.read() taking a buffer as the second positional argument. Both SSLSocket.read() and _SSLSocket.read() already accepted two arguments so I went for consistency. The former has been publicly documented in prior releases so I don't think it can be changed? * versionadded for server_hostname set to 3.5 This is when it was first documented. If it's more correct to specify when it was first implemented then I can put it to 3.2. * server_hostname property is idna encoded bytes instead of unicode Agreed that it should be changes to unicode. Currently SSLSocket.server_hostname is whatever was passed to the constructor, which can be unicode or an already encoded bytes instance. SSLObject.server_hostname on the other hand is always a bytes instance. Should SSLSocket.server_hostname also be changed to always return unicode even if a bytes was passed to the constructor? I'd tend to say yes especially because the attribute was not documented before. But it would be a change in behavior. Now that I think of it - since SSLSocket now uses SSLObject to check the hostname, and SSLObject exposes server_hostname as a bytes instance, is hostname checking currently broken for non-ascii hostnames? * Documentation suggestions. Mostly make sense. I will have a look. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 14:01:06 2014 From: report at bugs.python.org (Barry A. Warsaw) Date: Mon, 06 Oct 2014 12:01:06 +0000 Subject: [issue22562] Singleton pattern for namedtuple In-Reply-To: <1412572010.78.0.424974650415.issue22562@psf.upfronthosting.co.za> Message-ID: <1412596866.29.0.349973580229.issue22562@psf.upfronthosting.co.za> Changes by Barry A. Warsaw : ---------- nosy: +barry _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 14:03:45 2014 From: report at bugs.python.org (Jakub Wilk) Date: Mon, 06 Oct 2014 12:03:45 +0000 Subject: [issue22187] commands.mkarg() buggy in East Asian locales In-Reply-To: <1407867185.09.0.871560290901.issue22187@psf.upfronthosting.co.za> Message-ID: <1412597025.55.0.489068722791.issue22187@psf.upfronthosting.co.za> Jakub Wilk added the comment: Something like this should be safe: def mkarg(x): ' ' + pipes.quote(x) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 14:04:18 2014 From: report at bugs.python.org (STINNER Victor) Date: Mon, 06 Oct 2014 12:04:18 +0000 Subject: [issue22526] file iteration SystemError for huge lines (2GiB+) In-Reply-To: <1412093451.75.0.0583026923325.issue22526@psf.upfronthosting.co.za> Message-ID: <1412597058.12.0.794203160655.issue22526@psf.upfronthosting.co.za> STINNER Victor added the comment: On Fedora 20/x86_64, running test_file2k takes up to 4.8 GB (5114316 kB) of RSS memory (VmPeak in /proc/pid/status). It looks like readahead_get_line_skip() has an efficient code to handle buffer. It uses recursive calls: --- readahead: allocate 0.0 MB readahead: allocate 0.0 MB readahead: allocate 0.0 MB readahead: allocate 0.0 MB readahead: allocate 0.0 MB readahead: allocate 0.0 MB readahead: allocate 0.0 MB readahead: allocate 0.0 MB readahead: allocate 0.0 MB readahead: allocate 0.1 MB readahead: allocate 0.1 MB readahead: allocate 0.1 MB readahead: allocate 0.1 MB readahead: allocate 0.1 MB readahead: allocate 0.2 MB readahead: allocate 0.2 MB readahead: allocate 0.3 MB readahead: allocate 0.3 MB readahead: allocate 0.4 MB readahead: allocate 0.5 MB readahead: allocate 0.7 MB readahead: allocate 0.8 MB readahead: allocate 1.1 MB readahead: allocate 1.3 MB readahead: allocate 1.7 MB readahead: allocate 2.1 MB readahead: allocate 2.6 MB readahead: allocate 3.2 MB readahead: allocate 4.0 MB readahead: allocate 5.0 MB readahead: allocate 6.3 MB readahead: allocate 7.9 MB readahead: allocate 9.9 MB readahead: allocate 12.3 MB readahead: allocate 15.4 MB readahead: allocate 19.3 MB readahead: allocate 24.1 MB readahead: allocate 30.1 MB readahead: allocate 37.6 MB readahead: allocate 47.0 MB readahead: allocate 58.8 MB readahead: allocate 73.5 MB readahead: allocate 91.8 MB readahead: allocate 114.8 MB readahead: allocate 143.5 MB readahead: allocate 179.4 MB readahead: allocate 224.2 MB readahead: allocate 280.2 MB readahead: allocate 350.3 MB readahead: allocate 437.9 MB readahead: allocate 547.3 MB Breakpoint 2, PyObject_Malloc (nbytes=2147483733) at Objects/obmalloc.c:792 792 if (nbytes > PY_SSIZE_T_MAX) (gdb) where #0 PyObject_Malloc (nbytes=2147483733) at Objects/obmalloc.c:792 #1 0x0000000000464af1 in _PyObject_DebugMallocApi (id=111 'o', nbytes=2147483701) at Objects/obmalloc.c:1474 #2 0x0000000000464a48 in _PyObject_DebugMalloc (nbytes=2147483701) at Objects/obmalloc.c:1441 #3 0x000000000046efdc in PyString_FromStringAndSize (str=0x0, size=2147483648) at Objects/stringobject.c:88 #4 0x0000000000436c30 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=2147483648, bufsize=573933340) at Objects/fileobject.c:2291 #5 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=1836553986, bufsize=459146672) at Objects/fileobject.c:2311 #6 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=1469236648, bufsize=367317338) at Objects/fileobject.c:2311 #7 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=1175382777, bufsize=293853871) at Objects/fileobject.c:2311 #8 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=940299680, bufsize=235083097) at Objects/fileobject.c:2311 #9 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=752233202, bufsize=188066478) at Objects/fileobject.c:2311 #10 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=601780019, bufsize=150453183) at Objects/fileobject.c:2311 #11 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=481417472, bufsize=120362547) at Objects/fileobject.c:2311 #12 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=385127434, bufsize=96290038) at Objects/fileobject.c:2311 #13 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=308095403, bufsize=77032031) at Objects/fileobject.c:2311 #14 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=246469778, bufsize=61625625) at Objects/fileobject.c:2311 #15 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=197169278, bufsize=49300500) at Objects/fileobject.c:2311 #16 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=157728878, bufsize=39440400) at Objects/fileobject.c:2311 #17 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=126176558, bufsize=31552320) at Objects/fileobject.c:2311 #18 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=100934702, bufsize=25241856) at Objects/fileobject.c:2311 #19 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=80741217, bufsize=20193485) at Objects/fileobject.c:2311 #20 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=64586429, bufsize=16154788) at Objects/fileobject.c:2311 #21 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=51662598, bufsize=12923831) at Objects/fileobject.c:2311 #22 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=41323533, bufsize=10339065) at Objects/fileobject.c:2311 #23 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=33052281, bufsize=8271252) at Objects/fileobject.c:2311 #24 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=26435279, bufsize=6617002) at Objects/fileobject.c:2311 #25 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=21141677, bufsize=5293602) at Objects/fileobject.c:2311 #26 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=16906795, bufsize=4234882) at Objects/fileobject.c:2311 #27 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=13518889, bufsize=3387906) at Objects/fileobject.c:2311 #28 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=10808564, bufsize=2710325) at Objects/fileobject.c:2311 #29 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=8640304, bufsize=2168260) at Objects/fileobject.c:2311 #30 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=6905696, bufsize=1734608) at Objects/fileobject.c:2311 #31 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=5518009, bufsize=1387687) at Objects/fileobject.c:2311 #32 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=4407859, bufsize=1110150) at Objects/fileobject.c:2311 #33 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=3519739, bufsize=888120) at Objects/fileobject.c:2311 #34 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=2809243, bufsize=710496) at Objects/fileobject.c:2311 #35 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=2240846, bufsize=568397) at Objects/fileobject.c:2311 #36 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=1786128, bufsize=454718) at Objects/fileobject.c:2311 #37 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=1422353, bufsize=363775) at Objects/fileobject.c:2311 #38 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=1131333, bufsize=291020) at Objects/fileobject.c:2311 #39 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=898517, bufsize=232816) at Objects/fileobject.c:2311 #40 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=712264, bufsize=186253) at Objects/fileobject.c:2311 #41 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=563261, bufsize=149003) at Objects/fileobject.c:2311 #42 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=444058, bufsize=119203) at Objects/fileobject.c:2311 #43 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=348695, bufsize=95363) at Objects/fileobject.c:2311 #44 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=272404, bufsize=76291) at Objects/fileobject.c:2311 #45 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=211371, bufsize=61033) at Objects/fileobject.c:2311 #46 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=162544, bufsize=48827) at Objects/fileobject.c:2311 #47 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=123482, bufsize=39062) at Objects/fileobject.c:2311 #48 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=92232, bufsize=31250) at Objects/fileobject.c:2311 #49 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=67232, bufsize=25000) at Objects/fileobject.c:2311 #50 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=47232, bufsize=20000) at Objects/fileobject.c:2311 #51 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=31232, bufsize=16000) at Objects/fileobject.c:2311 #52 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=18432, bufsize=12800) at Objects/fileobject.c:2311 #53 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=8192, bufsize=10240) at Objects/fileobject.c:2311 #54 0x0000000000436da6 in readahead_get_line_skip (f=0x7fffeea2bf40, skip=0, bufsize=8192) at Objects/fileobject.c:2311 #55 0x0000000000436e52 in file_iternext (f=0x7fffeea2bf40) at Objects/fileobject.c:2335 --- ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 14:04:34 2014 From: report at bugs.python.org (Jakub Wilk) Date: Mon, 06 Oct 2014 12:04:34 +0000 Subject: [issue22187] commands.mkarg() buggy in East Asian locales In-Reply-To: <1407867185.09.0.871560290901.issue22187@psf.upfronthosting.co.za> Message-ID: <1412597074.96.0.0741877271253.issue22187@psf.upfronthosting.co.za> Jakub Wilk added the comment: Err, with return of course. :-) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 14:14:42 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 06 Oct 2014 12:14:42 +0000 Subject: [issue22507] PyType_IsSubtype doesn't call __subclasscheck__ In-Reply-To: <1411842231.97.0.146200630679.issue22507@psf.upfronthosting.co.za> Message-ID: <1412597682.91.0.000122763622258.issue22507@psf.upfronthosting.co.za> Georg Brandl added the comment: This is indeed intended. I'll update the docs. ---------- nosy: +georg.brandl resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 14:15:20 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 06 Oct 2014 12:15:20 +0000 Subject: [issue22507] PyType_IsSubtype doesn't call __subclasscheck__ In-Reply-To: <1411842231.97.0.146200630679.issue22507@psf.upfronthosting.co.za> Message-ID: <20141006121519.52981.8062@mail.hg.python.org> Roundup Robot added the comment: New changeset dbf2a52575ee by Georg Brandl in branch '3.4': Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__. https://hg.python.org/cpython/rev/dbf2a52575ee ---------- nosy: +python-dev resolution: not a bug -> fixed stage: -> resolved _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 14:18:01 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 06 Oct 2014 12:18:01 +0000 Subject: [issue22507] PyType_IsSubtype doesn't call __subclasscheck__ In-Reply-To: <1411842231.97.0.146200630679.issue22507@psf.upfronthosting.co.za> Message-ID: <20141006121757.52977.2017@mail.hg.python.org> Roundup Robot added the comment: New changeset af18f1e1ade2 by Georg Brandl in branch '2.7': Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__. https://hg.python.org/cpython/rev/af18f1e1ade2 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 14:22:47 2014 From: report at bugs.python.org (STINNER Victor) Date: Mon, 06 Oct 2014 12:22:47 +0000 Subject: [issue18348] Additional code pages for EBCDIC In-Reply-To: <1372787231.53.0.326876214252.issue18348@psf.upfronthosting.co.za> Message-ID: <1412598167.66.0.850046668364.issue18348@psf.upfronthosting.co.za> STINNER Victor added the comment: If more users request this codec, we may integrate it later. Right now, maintain a package on PyPI is enough. It's easy to register a "custom" codec from a third-party codec: use https://docs.python.org/dev/library/codecs.html#codecs.register ---------- resolution: -> wont fix status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 14:27:04 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Mon, 06 Oct 2014 12:27:04 +0000 Subject: [issue22566] International keyboard makes IDLE crash on OSX In-Reply-To: <1412596243.63.0.694179369479.issue22566@psf.upfronthosting.co.za> Message-ID: <1412598424.51.0.626221922385.issue22566@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Run following command in a terminal: python -c 'import tkinter; tkinter.Text().pack(); tkinter.mainloop()' and type your dead keys in created window. What happened? ---------- assignee: -> ronaldoussoren components: +IDLE, Macintosh nosy: +ronaldoussoren, serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 14:30:37 2014 From: report at bugs.python.org (Jens Troeger) Date: Mon, 06 Oct 2014 12:30:37 +0000 Subject: [issue22561] PyUnicode_InternInPlace crashes In-Reply-To: <1412564286.37.0.93654303592.issue22561@psf.upfronthosting.co.za> Message-ID: <1412598637.86.0.913160546044.issue22561@psf.upfronthosting.co.za> Jens Troeger added the comment: Thanks Victor. I had the suspicion that UNO might set up somewhat incorrectly, and consequently cause this problem. To answer your questions: - Debug symbols: agreed. I haven't built a vanilla Python with symbols yet. I'm using MacPorts default Python 3.3. - Yes, this is Python on Mac using MacPorts. - Yes, UNO is compatible with Python 3.3. When you install LibreOffice (on Mac) then it ships with a Python 3.3 interpreter. Interestingly, using THAT interpreter the crash does not happen when I import the module, but it does happen -- on occasion -- upon exiting. However, I do not know what options Python is compiled with for LibreOffice. Shall I bounce this issue back to the LibreOffice folks and see if I can find whoever owns that piece of code? (If anybody does...) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 14:41:18 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 06 Oct 2014 12:41:18 +0000 Subject: [issue9417] Declaring a class creates circular references In-Reply-To: <1280413185.92.0.0897116981748.issue9417@psf.upfronthosting.co.za> Message-ID: <1412599278.83.0.61700547068.issue9417@psf.upfronthosting.co.za> Georg Brandl added the comment: I don't think this can go somewhere useful. ---------- resolution: -> wont fix status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 14:47:15 2014 From: report at bugs.python.org (STINNER Victor) Date: Mon, 06 Oct 2014 12:47:15 +0000 Subject: [issue22561] PyUnicode_InternInPlace crashes In-Reply-To: <1412564286.37.0.93654303592.issue22561@psf.upfronthosting.co.za> Message-ID: <1412599635.43.0.420931739785.issue22561@psf.upfronthosting.co.za> STINNER Victor added the comment: > Shall I bounce this issue back to the LibreOffice folks and see if I can find whoever owns that piece of code? (If anybody does...) For me, it's an issue in the uno module. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 14:58:46 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 06 Oct 2014 12:58:46 +0000 Subject: [issue21480] A build now requires... In-Reply-To: Message-ID: <20141006125843.52977.25479@mail.hg.python.org> Roundup Robot added the comment: New changeset eefed1ecfd47 by Georg Brandl in branch '3.4': Closes #21480: better explanation of "hg touch" in the Makefile. https://hg.python.org/cpython/rev/eefed1ecfd47 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 14:58:57 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 06 Oct 2014 12:58:57 +0000 Subject: [issue21480] A build now requires... In-Reply-To: Message-ID: <1412600337.94.0.77953067654.issue21480@psf.upfronthosting.co.za> Georg Brandl added the comment: asdl.py is fixed to work with 2.7 as of 3b2af26f4638. ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 15:00:12 2014 From: report at bugs.python.org (R. David Murray) Date: Mon, 06 Oct 2014 13:00:12 +0000 Subject: [issue22562] Singleton pattern for namedtuple In-Reply-To: <1412572010.78.0.424974650415.issue22562@psf.upfronthosting.co.za> Message-ID: <1412600412.33.0.648494198516.issue22562@psf.upfronthosting.co.za> R. David Murray added the comment: Agreed. If you want it to be a singleton in your code, use the singleton pattern in your code...but it is hard for me to see why that would be a good idea :) (ie: DRY). Globally, it does not seem to me that there are likely to be any significant number of identical definitions in non-related codebases, even absent the mutable-class issue. ---------- nosy: +r.david.murray resolution: -> rejected stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 15:08:08 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 06 Oct 2014 13:08:08 +0000 Subject: [issue6359] pyexpat.c calls trace function incorrectly for exceptions In-Reply-To: <1246229003.36.0.107970043042.issue6359@psf.upfronthosting.co.za> Message-ID: <1412600888.25.0.606831235431.issue6359@psf.upfronthosting.co.za> Georg Brandl added the comment: A more complete patch that also fixes up pyexpat's frame trickery is tracked in #22462. ---------- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> Modules/pyexpat.c violates PEP 384 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 15:08:45 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 06 Oct 2014 13:08:45 +0000 Subject: [issue22462] Modules/pyexpat.c violates PEP 384 In-Reply-To: <1411401083.5.0.108064936526.issue22462@psf.upfronthosting.co.za> Message-ID: <1412600925.26.0.905972634548.issue22462@psf.upfronthosting.co.za> Georg Brandl added the comment: Not sure how this can violate PEP 384, as it doesn't make it mandatory for builtin extensions to use the stable ABI. The other concerns seem valid, although I don't like how the patch includes an unrelated change to ctypes. ---------- nosy: +georg.brandl, pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 15:34:35 2014 From: report at bugs.python.org (Alex Gaynor) Date: Mon, 06 Oct 2014 13:34:35 +0000 Subject: [issue22564] ssl: post-commit review of the new memory BIO API In-Reply-To: <1412590465.24.0.24710969124.issue22564@psf.upfronthosting.co.za> Message-ID: <1412602475.0.0.263561300513.issue22564@psf.upfronthosting.co.za> Changes by Alex Gaynor : ---------- nosy: +alex _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 15:37:08 2014 From: report at bugs.python.org (Leo) Date: Mon, 06 Oct 2014 13:37:08 +0000 Subject: [issue22563] namedtuple: raise an exception when the given class name would override an existing name In-Reply-To: <1412593599.62.0.590857893685.issue22563@psf.upfronthosting.co.za> Message-ID: Leo added the comment: The idea was based on a misunderstanding of the typename argument. I had erroneously inferred that the namedtuple class object would be bound to some namespace whereas the only binding is achieved by the assignment to a local name which may be different from the typename. And typename can probably even be an empty string. I agree that the oddities shown in the two code examples are just an example of a misuse of the freedom a dynamic language grants. Rereading the docs on nametuple, I think a clarification on the purpose and proper use of typename might be in order. Most people have been declaring classes for many years using the class statement. This implicitly binds the class name to the current namespace. This is why I was mislead. Thanks for the helpful feedback. Leo On 06/10/2014, Mark Dickinson wrote: > > Mark Dickinson added the comment: > > Right; the underlying problem of having objects that appear to be instances > of the wrong class has nothing to do with namedtuples. After this > sequence: > >>>> class A: pass > ... >>>> a = A() >>>> >>>> class A: pass > ... > > We get the following somewhat confusing results: > >>>> type(a) > >>>> A > >>>> isinstance(a, A) > False > > Class factories like namedtuple make it somewhat easier to run into this > issue, but it's nothing really to do with namedtuple itself, and it's not > something that could be "fixed" without significant language redesign. > > ---------- > > _______________________________________ > Python tracker > > _______________________________________ > ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 15:45:50 2014 From: report at bugs.python.org (Attilio Di Nisio) Date: Mon, 06 Oct 2014 13:45:50 +0000 Subject: [issue22292] pickle whichmodule RuntimeError In-Reply-To: <1409176307.55.0.719084606817.issue22292@psf.upfronthosting.co.za> Message-ID: <1412603150.55.0.338051686162.issue22292@psf.upfronthosting.co.za> Attilio Di Nisio added the comment: Duplicate of #21905 Fixed in https://hg.python.org/cpython/rev/86ba3bdfac15 ---------- resolution: -> duplicate status: open -> closed versions: +Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 15:48:28 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 06 Oct 2014 13:48:28 +0000 Subject: [issue16429] Emit SyntaxWarning for code that risks UnboundLocalError In-Reply-To: <1352300366.42.0.384864300614.issue16429@psf.upfronthosting.co.za> Message-ID: <1412603308.93.0.775805300189.issue16429@psf.upfronthosting.co.za> Georg Brandl added the comment: I seem to recall that this was rejected into the realm of linters in a python-dev discussion. If there is a chance of false positives, having Python emit the warning would be annoying because there is no convenient way of telling it to shut up about it. At least people can choose not to run linters, or configure them to their taste. ---------- nosy: +georg.brandl resolution: -> rejected status: open -> pending _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:05:03 2014 From: report at bugs.python.org (=?utf-8?q?Mat=C4=9Bj_Stuchl=C3=ADk?=) Date: Mon, 06 Oct 2014 14:05:03 +0000 Subject: [issue22327] test_gdb failures on Ubuntu 14.10 In-Reply-To: <1409690431.38.0.272932349651.issue22327@psf.upfronthosting.co.za> Message-ID: <1412604303.7.0.469935956534.issue22327@psf.upfronthosting.co.za> Mat?j Stuchl?k added the comment: Suddenly started to see the same error on Fedora rawhide [0]. [0] https://kojipkgs.fedoraproject.org//work/tasks/3551/7773551/build.log ---------- nosy: +sYnfo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:06:46 2014 From: report at bugs.python.org (Yoav Caspi) Date: Mon, 06 Oct 2014 14:06:46 +0000 Subject: [issue22567] doctest handle ignored execption Message-ID: <1412604406.09.0.877786474305.issue22567@psf.upfronthosting.co.za> New submission from Yoav Caspi: When implementing a class with a __del__ function that raise an exception the exception ignored. is it possible to add this printed message to be tested by doc test? something like when running this script the script will pass: """ Usage Example: >>> cls = Module() >>> del cls Exception Exception: Exception('oops',) in > ignored """ class Module(object): def __del__(self): raise Exception("oops") if __name__ == '__main__': from doctest import testmod print testmod() ---------- components: Tests messages: 228685 nosy: Yoav.Caspi priority: normal severity: normal status: open title: doctest handle ignored execption type: enhancement versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:11:52 2014 From: report at bugs.python.org (Brian Curtin) Date: Mon, 06 Oct 2014 14:11:52 +0000 Subject: [issue8110] subprocess.py doesn't correctly detect Windows machines In-Reply-To: <1268236633.45.0.419738445411.issue8110@psf.upfronthosting.co.za> Message-ID: <1412604712.88.0.909531144805.issue8110@psf.upfronthosting.co.za> Changes by Brian Curtin : ---------- nosy: -brian.curtin _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:12:58 2014 From: report at bugs.python.org (Brian Curtin) Date: Mon, 06 Oct 2014 14:12:58 +0000 Subject: [issue1284316] Win32: Security problem with default installation directory Message-ID: <1412604778.01.0.524440216943.issue1284316@psf.upfronthosting.co.za> Changes by Brian Curtin : ---------- nosy: -brian.curtin _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:13:57 2014 From: report at bugs.python.org (R. David Murray) Date: Mon, 06 Oct 2014 14:13:57 +0000 Subject: [issue22567] doctest handle ignored execption In-Reply-To: <1412604406.09.0.877786474305.issue22567@psf.upfronthosting.co.za> Message-ID: <1412604837.9.0.809297744866.issue22567@psf.upfronthosting.co.za> R. David Murray added the comment: This tracker is not a place to get answers to questions, you should use the python-list mailing list for that. (That said, here's a hint: the only way to capture that message is to run it in a subprocess; the message is generated asynchronously, during garbage collection.) ---------- nosy: +r.david.murray resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:14:21 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 06 Oct 2014 14:14:21 +0000 Subject: [issue22564] ssl: post-commit review of the new memory BIO API In-Reply-To: <1412590465.24.0.24710969124.issue22564@psf.upfronthosting.co.za> Message-ID: <1412604861.56.0.307491238108.issue22564@psf.upfronthosting.co.za> Antoine Pitrou added the comment: +.. attribute:: SSLSocket.server_hostname + + A ``bytes`` instance (...) Ah, this is a mistake. It's actually always a str instance (on SSLObject as well). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:15:36 2014 From: report at bugs.python.org (Leo) Date: Mon, 06 Oct 2014 14:15:36 +0000 Subject: [issue22562] Singleton pattern for namedtuple In-Reply-To: <1412600412.33.0.648494198516.issue22562@psf.upfronthosting.co.za> Message-ID: Leo added the comment: A use case for the singleton pattern arises when - field names are known only at runtime, and - you have a large number of instances with the same field names. An example is the storage of metadata for datasets when a hashable type is needed. I agree that it will generally be possible to implement the singleton pattern by wrapping collections.namedtuple. And I recognise that the singleton pattern would make both old and new code vulnerable to side effects caused by "mutated" classes. These side effects may well outweigh any efficiency gains to be reaped. I therefore withdraw the idea. Leo On 06/10/2014, R. David Murray wrote: > > R. David Murray added the comment: > > Agreed. If you want it to be a singleton in your code, use the singleton > pattern in your code...but it is hard for me to see why that would be a good > idea :) (ie: DRY). Globally, it does not seem to me that there are likely > to be any significant number of identical definitions in non-related > codebases, even absent the mutable-class issue. > > ---------- > nosy: +r.david.murray > resolution: -> rejected > stage: -> resolved > status: open -> closed > > _______________________________________ > Python tracker > > _______________________________________ > ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:18:33 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 06 Oct 2014 14:18:33 +0000 Subject: [issue22526] file iteration SystemError for huge lines (2GiB+) In-Reply-To: <1412093451.75.0.0583026923325.issue22526@psf.upfronthosting.co.za> Message-ID: <1412605113.35.0.570985799834.issue22526@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Serhiy's patch looks ok to me (haven't tested it). ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:20:05 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 06 Oct 2014 14:20:05 +0000 Subject: [issue10031] Withdraw anti-recommendation of relative imports from documentation In-Reply-To: <1286309891.2.0.339569302596.issue10031@psf.upfronthosting.co.za> Message-ID: <20141006141925.52963.47309@mail.hg.python.org> Roundup Robot added the comment: New changeset 8c33440d1f64 by Georg Brandl in branch '3.4': Closes #10031: overhaul the "imports" section of the programming FAQ. https://hg.python.org/cpython/rev/8c33440d1f64 ---------- nosy: +python-dev resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:20:05 2014 From: report at bugs.python.org (Jeffrey Armstrong) Date: Mon, 06 Oct 2014 14:20:05 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors Message-ID: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> New submission from Jeffrey Armstrong: Under certain circumstances, Modules/posixmodule.c will fail to compile due to a number of utime-related functions using a variable named "utime" when a function named "utime" already exists in the compiler's C header files. Specifically, if the following are undefined: HAVE_UTIMENSAT HAVE_UTIMES and the following are defined: HAVE_UTIMENSAT HAVE_LUTIMES HAVE_UTIME_H the compiler will fail because the UTIME_TO_UTIMBUF module attempts to access utime->now when utime is acutually a function included from utime.h. I've attached a patch that renames the uname functions' parameter "utime" to "ut" to avoid the conflict. This bug was encountered using Open Watcom 2.0 (owcc) under GNU/Linux 32-bit. ---------- components: Interpreter Core files: utime-3.4.1.patch keywords: patch messages: 228690 nosy: Jeffrey.Armstrong priority: normal severity: normal status: open title: Use of "utime" as variable name in Modules/posixmodule.c causes errors type: compile error versions: Python 3.4 Added file: http://bugs.python.org/file36825/utime-3.4.1.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:21:56 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 06 Oct 2014 14:21:56 +0000 Subject: [issue10031] Withdraw anti-recommendation of relative imports from documentation In-Reply-To: <1286309891.2.0.339569302596.issue10031@psf.upfronthosting.co.za> Message-ID: <20141006142125.64915.77902@mail.hg.python.org> Roundup Robot added the comment: New changeset 9d321235f1f9 by Georg Brandl in branch '2.7': Closes #10031: overhaul the "imports" section of the programming FAQ. https://hg.python.org/cpython/rev/9d321235f1f9 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:22:16 2014 From: report at bugs.python.org (Geert Jansen) Date: Mon, 06 Oct 2014 14:22:16 +0000 Subject: [issue22564] ssl: post-commit review of the new memory BIO API In-Reply-To: <1412590465.24.0.24710969124.issue22564@psf.upfronthosting.co.za> Message-ID: <1412605336.4.0.873243070179.issue22564@psf.upfronthosting.co.za> Geert Jansen added the comment: > +.. attribute:: SSLSocket.server_hostname > + > + A ``bytes`` instance (...) > > Ah, this is a mistake. It's actually always a str instance (on SSLObject as well). It is indeed, I stand corrected. I was confused by the decode -> encode roundtrip that happens in _ssl. However I think that in theory SSLSocket.server_hostname could be a bytes, if a bytes was passed into the constructor. _ssl parses this argument with the "et" format which means it will let a correctly encoded byte string through. Not sure if anybody is using this though. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:25:25 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 06 Oct 2014 14:25:25 +0000 Subject: [issue16518] add "buffer protocol" to glossary In-Reply-To: <1353477807.87.0.204584648831.issue16518@psf.upfronthosting.co.za> Message-ID: <1412605525.06.0.665543025896.issue16518@psf.upfronthosting.co.za> Georg Brandl added the comment: Please open a new issue for those. ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:28:17 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 06 Oct 2014 14:28:17 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors In-Reply-To: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> Message-ID: <1412605697.28.0.471634226072.issue22568@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +larry _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:34:28 2014 From: report at bugs.python.org (Alex Gaynor) Date: Mon, 06 Oct 2014 14:34:28 +0000 Subject: [issue22569] Add support for weakrefs to _socket.socket Message-ID: <1412606068.52.0.637993896341.issue22569@psf.upfronthosting.co.za> New submission from Alex Gaynor: This is needed to keep the _ssl module reasonably in sync with it's Python3 counterpart. ---------- files: weakref-me-captain.diff keywords: needs review, patch messages: 228695 nosy: alex, benjamin.peterson priority: normal severity: normal status: open title: Add support for weakrefs to _socket.socket versions: Python 2.7 Added file: http://bugs.python.org/file36826/weakref-me-captain.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:36:26 2014 From: report at bugs.python.org (Alex Gaynor) Date: Mon, 06 Oct 2014 14:36:26 +0000 Subject: [issue22559] [backport] ssl.MemoryBIO In-Reply-To: <1412540756.02.0.793381062078.issue22559@psf.upfronthosting.co.za> Message-ID: <1412606186.63.0.331471166568.issue22559@psf.upfronthosting.co.za> Alex Gaynor added the comment: As suggested by Benjamin, I've filed issue22569 to add weakref support to _socket.socket; that will address this and further reduce teh diff with Python3. ---------- dependencies: +Add support for weakrefs to _socket.socket _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:37:04 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 06 Oct 2014 14:37:04 +0000 Subject: [issue14303] Incorrect documentation for socket.py on linux In-Reply-To: <1331744298.15.0.025379356395.issue14303@psf.upfronthosting.co.za> Message-ID: <20141006143630.52983.9510@mail.hg.python.org> Roundup Robot added the comment: New changeset 6e2a72e05b4f by Georg Brandl in branch '2.7': Closes #14303: socket.makefile() does not call dup() anymore on the socket fd. https://hg.python.org/cpython/rev/6e2a72e05b4f ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:38:36 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 06 Oct 2014 14:38:36 +0000 Subject: [issue21784] __init__.py can be a directory In-Reply-To: <1402973312.89.0.00365270476425.issue21784@psf.upfronthosting.co.za> Message-ID: <1412606316.43.0.6358603449.issue21784@psf.upfronthosting.co.za> Georg Brandl added the comment: I agree, closing. ---------- nosy: +georg.brandl resolution: -> wont fix status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:40:56 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 06 Oct 2014 14:40:56 +0000 Subject: [issue13101] Module Doc viewer closes when browser window closes on Windows 8 In-Reply-To: <1317753409.09.0.358970019617.issue13101@psf.upfronthosting.co.za> Message-ID: <1412606456.16.0.452692117268.issue13101@psf.upfronthosting.co.za> Georg Brandl added the comment: pydoc.gui() no longer exists in supported versions. ---------- nosy: +georg.brandl resolution: -> out of date status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:48:50 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 06 Oct 2014 14:48:50 +0000 Subject: [issue21782] hashable documentation error: shouldn't mention id In-Reply-To: <1402943814.73.0.280307813498.issue21782@psf.upfronthosting.co.za> Message-ID: <20141006144844.64915.33143@mail.hg.python.org> Roundup Robot added the comment: New changeset bfaf434a6f10 by Georg Brandl in branch '3.4': Closes #21782: the default hash(x) is not exactly id(x) but derived from it. https://hg.python.org/cpython/rev/bfaf434a6f10 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:52:20 2014 From: report at bugs.python.org (Brett Cannon) Date: Mon, 06 Oct 2014 14:52:20 +0000 Subject: [issue18165] Add 'unexpected_type' to TypeError In-Reply-To: <1370638526.17.0.473449662068.issue18165@psf.upfronthosting.co.za> Message-ID: <1412607140.52.0.863420308295.issue18165@psf.upfronthosting.co.za> Brett Cannon added the comment: There's actually nothing to remind here since there is no one waiting on input from anyone. Plus this particular issue is covered by http://legacy.python.org/dev/peps/pep-0473/ . ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 16:57:11 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 06 Oct 2014 14:57:11 +0000 Subject: [issue12148] Clarify "or-ing together" doctest option flags In-Reply-To: <1306058966.52.0.456848115548.issue12148@psf.upfronthosting.co.za> Message-ID: <20141006145707.64909.19857@mail.hg.python.org> Roundup Robot added the comment: New changeset 1439619daf42 by Georg Brandl in branch '3.4': Closes #12148: clarify "or's together option flags" in doctest docs. https://hg.python.org/cpython/rev/1439619daf42 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 17:10:31 2014 From: report at bugs.python.org (STINNER Victor) Date: Mon, 06 Oct 2014 15:10:31 +0000 Subject: [issue22292] pickle whichmodule RuntimeError In-Reply-To: <1409176307.55.0.719084606817.issue22292@psf.upfronthosting.co.za> Message-ID: <1412608231.45.0.701122256632.issue22292@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- superseder: -> RuntimeError in pickle.whichmodule when sys.modules if mutated _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 17:13:50 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 06 Oct 2014 15:13:50 +0000 Subject: [issue21072] Python docs and downloads not available for Egypt In-Reply-To: <1395872823.34.0.614292416852.issue21072@psf.upfronthosting.co.za> Message-ID: <1412608430.34.0.964370712532.issue21072@psf.upfronthosting.co.za> Changes by Georg Brandl : ---------- resolution: -> fixed status: open -> pending _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 17:19:37 2014 From: report at bugs.python.org (Eric V. Smith) Date: Mon, 06 Oct 2014 15:19:37 +0000 Subject: [issue22562] Singleton pattern for namedtuple In-Reply-To: <1412572010.78.0.424974650415.issue22562@psf.upfronthosting.co.za> Message-ID: <1412608777.68.0.207691477409.issue22562@psf.upfronthosting.co.za> Eric V. Smith added the comment: You might want to check out https://bitbucket.org/ctismer/namelesstuple, which uses a similar approach. ---------- nosy: +eric.smith _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 17:27:32 2014 From: report at bugs.python.org (Barry A. Warsaw) Date: Mon, 06 Oct 2014 15:27:32 +0000 Subject: [issue19642] shutil to support equivalent of: rm -f /dir/* In-Reply-To: <1384775126.27.0.181995142425.issue19642@psf.upfronthosting.co.za> Message-ID: <1412609252.01.0.642409124709.issue19642@psf.upfronthosting.co.za> Changes by Barry A. Warsaw : ---------- nosy: +barry _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 17:33:51 2014 From: report at bugs.python.org (Barry A. Warsaw) Date: Mon, 06 Oct 2014 15:33:51 +0000 Subject: [issue22570] Better stdlib support for Path objects Message-ID: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> New submission from Barry A. Warsaw: pathlib is really nice, but currently it's rather inconvenient to use due to the lack of support in other parts of the stdlib for Path objects. For historical reasons, everything accepts string paths, but few places accept Paths. As an example: configparser.ConfigParser.read() but there are lots of others. I'm opening this bug to start a conversation about better support for Path objects in the stdlib. Against all hope, I wish there was a simple way to extend the compatibility, but I don't like having to sprinkle `str(some_path)` calls everywhere (kind of defeats the purpose of having the nicer pathlib API IMHO). I suspect instead that it will be a matter of adding type tests or str() conversions to the relevant methods, but there may be other issues to discuss, like is it even a good idea to do this? ;) ---------- messages: 228704 nosy: barry priority: normal severity: normal status: open title: Better stdlib support for Path objects versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 17:34:03 2014 From: report at bugs.python.org (Barry A. Warsaw) Date: Mon, 06 Oct 2014 15:34:03 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> Message-ID: <1412609643.37.0.836790982676.issue22570@psf.upfronthosting.co.za> Changes by Barry A. Warsaw : ---------- components: +Library (Lib) _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 17:35:03 2014 From: report at bugs.python.org (Barry A. Warsaw) Date: Mon, 06 Oct 2014 15:35:03 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> Message-ID: <1412609703.26.0.26036202925.issue22570@psf.upfronthosting.co.za> Changes by Barry A. Warsaw : ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 17:38:12 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 06 Oct 2014 15:38:12 +0000 Subject: [issue1686] string.Template.safe_substitute fail when overriding pattern attribute In-Reply-To: <1198301656.07.0.935231571982.issue1686@psf.upfronthosting.co.za> Message-ID: <20141006153807.52955.11884@mail.hg.python.org> Roundup Robot added the comment: New changeset 8a98ee6baa1e by Florent Xicluna in branch '2.7': Issue #1686: Fix string.Template when overriding the pattern attribute. https://hg.python.org/cpython/rev/8a98ee6baa1e ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 17:38:35 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 06 Oct 2014 15:38:35 +0000 Subject: [issue17078] string.Template.safe_substitute hard-wires "braces" as {} In-Reply-To: <1359495046.85.0.635388190725.issue17078@psf.upfronthosting.co.za> Message-ID: <1412609915.78.0.658006630465.issue17078@psf.upfronthosting.co.za> Georg Brandl added the comment: Done in 8a98ee6baa1e. Thanks! ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 17:38:42 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 06 Oct 2014 15:38:42 +0000 Subject: [issue17078] string.Template.safe_substitute hard-wires "braces" as {} In-Reply-To: <1359495046.85.0.635388190725.issue17078@psf.upfronthosting.co.za> Message-ID: <1412609922.15.0.0681348008845.issue17078@psf.upfronthosting.co.za> Changes by Georg Brandl : ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 17:43:46 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 06 Oct 2014 15:43:46 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> Message-ID: <1412610226.61.0.834345839789.issue22570@psf.upfronthosting.co.za> Georg Brandl added the comment: Since we're unlikely to ever change all the places, I'd say it's better to be consistent. I'd rather write str(path) all over the place than having to look up in the docs each time if that specific API happens to support passing Paths directly. However, Antoine has been positive towards more utility methods on Path objects. (Not that ConfigParser read() would fall in that category :) ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 17:47:00 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 06 Oct 2014 15:47:00 +0000 Subject: [issue17057] Data model documentation grammar In-Reply-To: <1359332657.03.0.048046509713.issue17057@psf.upfronthosting.co.za> Message-ID: <20141006154648.64911.33021@mail.hg.python.org> Roundup Robot added the comment: New changeset b6fab5c89ca9 by Georg Brandl in branch '2.7': Closes #17057: fix grammar in old-style vs new-style class docs. https://hg.python.org/cpython/rev/b6fab5c89ca9 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 17:51:56 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 06 Oct 2014 15:51:56 +0000 Subject: [issue16155] Some minor doc fixes in Doc/faq In-Reply-To: <1349562552.07.0.641735051076.issue16155@psf.upfronthosting.co.za> Message-ID: <20141006155151.52957.27415@mail.hg.python.org> Roundup Robot added the comment: New changeset 09782fad1825 by Georg Brandl in branch '2.7': Closes #16155: fix a few errors in doctest output of the FAQ pages. https://hg.python.org/cpython/rev/09782fad1825 ---------- nosy: +python-dev resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 17:52:06 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 06 Oct 2014 15:52:06 +0000 Subject: [issue16155] Some minor doc fixes in Doc/faq In-Reply-To: <1349562552.07.0.641735051076.issue16155@psf.upfronthosting.co.za> Message-ID: <20141006155159.82427.77798@mail.hg.python.org> Roundup Robot added the comment: New changeset 96eab476d45e by Georg Brandl in branch '3.4': Closes #16155: fix a few errors in doctest output of the FAQ pages. https://hg.python.org/cpython/rev/96eab476d45e ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 17:52:18 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 06 Oct 2014 15:52:18 +0000 Subject: [issue16155] Some minor doc fixes in Doc/faq In-Reply-To: <1349562552.07.0.641735051076.issue16155@psf.upfronthosting.co.za> Message-ID: <1412610738.09.0.854493233667.issue16155@psf.upfronthosting.co.za> Georg Brandl added the comment: Thanks! ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 18:01:10 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 06 Oct 2014 16:01:10 +0000 Subject: [issue19071] Documentation on what self is for module-level functions is misleading/wrong. In-Reply-To: <1379849996.18.0.35390897499.issue19071@psf.upfronthosting.co.za> Message-ID: <20141006160107.52969.70938@mail.hg.python.org> Roundup Robot added the comment: New changeset 59fe0ff02c90 by Georg Brandl in branch '2.7': Closes #19071: "self" argument is not the module for module functions in 2.x. https://hg.python.org/cpython/rev/59fe0ff02c90 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 18:01:25 2014 From: report at bugs.python.org (Barry A. Warsaw) Date: Mon, 06 Oct 2014 16:01:25 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412610226.61.0.834345839789.issue22570@psf.upfronthosting.co.za> Message-ID: <20141006120113.7a62b2e0@anarchist.wooz.org> Barry A. Warsaw added the comment: On Oct 06, 2014, at 03:43 PM, Georg Brandl wrote: >I'd rather write str(path) all over the place than having to look up in the >docs each time if that specific API happens to support passing Paths >directly. Have you tried to write a large-ish application using path objects? str-infection is definitely a disincentive to using pathlib. :/ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 18:03:37 2014 From: report at bugs.python.org (Mc128k) Date: Mon, 06 Oct 2014 16:03:37 +0000 Subject: [issue22566] International keyboard makes IDLE crash on OSX In-Reply-To: <1412596243.63.0.694179369479.issue22566@psf.upfronthosting.co.za> Message-ID: <1412611417.97.0.414262962741.issue22566@psf.upfronthosting.co.za> Mc128k added the comment: 2014-10-06 18:01:38.139 Python[13297:1294014] An uncaught exception was raised 2014-10-06 18:01:38.139 Python[13297:1294014] -[__NSCFConstantString characterAtIndex:]: Range or index out of bounds 2014-10-06 18:01:38.139 Python[13297:1294014] ( 0 CoreFoundation 0x00007fff89f3e64c __exceptionPreprocess + 172 1 libobjc.A.dylib 0x00007fff8c8e56de objc_exception_throw + 43 2 CoreFoundation 0x00007fff89f3e4fd +[NSException raise:format:] + 205 3 CoreFoundation 0x00007fff89e12c46 -[__NSCFString characterAtIndex:] + 102 4 Tk 0x000000010243d5a8 TkpInitKeymapInfo + 751 5 Tk 0x000000010244360b Tk_MacOSXSetupTkNotifier + 880 6 Tcl 0x000000010231849c Tcl_DoOneEvent + 316 7 _tkinter.so 0x0000000102290831 Tkapp_MainLoop + 177 8 Python 0x00000001000e542b PyEval_EvalFrameEx + 31291 9 Python 0x00000001000e665d PyEval_EvalCodeEx + 2349 10 Python 0x00000001000e51f7 PyEval_EvalFrameEx + 30727 11 Python 0x00000001000e665d PyEval_EvalCodeEx + 2349 12 Python 0x00000001000e671f PyEval_EvalCode + 63 13 Python 0x00000001001111e7 PyRun_StringFlags + 183 14 Python 0x0000000100111271 PyRun_SimpleStringFlags + 65 15 Python 0x0000000100127e55 Py_Main + 1445 16 Python 0x0000000100000e32 Python + 3634 17 Python 0x0000000100000c84 Python + 3204 ) 2014-10-06 18:01:38.140 Python[13297:1294014] *** Terminating app due to uncaught exception 'NSRangeException', reason: '-[__NSCFConstantString characterAtIndex:]: Range or index out of bounds' *** First throw call stack: ( 0 CoreFoundation 0x00007fff89f3e64c __exceptionPreprocess + 172 1 libobjc.A.dylib 0x00007fff8c8e56de objc_exception_throw + 43 2 CoreFoundation 0x00007fff89f3e4fd +[NSException raise:format:] + 205 3 CoreFoundation 0x00007fff89e12c46 -[__NSCFString characterAtIndex:] + 102 4 Tk 0x000000010243d5a8 TkpInitKeymapInfo + 751 5 Tk 0x000000010244360b Tk_MacOSXSetupTkNotifier + 880 6 Tcl 0x000000010231849c Tcl_DoOneEvent + 316 7 _tkinter.so 0x0000000102290831 Tkapp_MainLoop + 177 8 Python 0x00000001000e542b PyEval_EvalFrameEx + 31291 9 Python 0x00000001000e665d PyEval_EvalCodeEx + 2349 10 Python 0x00000001000e51f7 PyEval_EvalFrameEx + 30727 11 Python 0x00000001000e665d PyEval_EvalCodeEx + 2349 12 Python 0x00000001000e671f PyEval_EvalCode + 63 13 Python 0x00000001001111e7 PyRun_StringFlags + 183 14 Python 0x0000000100111271 PyRun_SimpleStringFlags + 65 15 Python 0x0000000100127e55 Py_Main + 1445 16 Python 0x0000000100000e32 Python + 3634 17 Python 0x0000000100000c84 Python + 3204 ) libc++abi.dylib: terminating with uncaught exception of type NSException Abort trap: 6 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 18:12:18 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 06 Oct 2014 16:12:18 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> Message-ID: <1412611938.79.0.846773870888.issue22570@psf.upfronthosting.co.za> Georg Brandl added the comment: I was about to suggest deriving your own Path class from Path and str, but got a base class layout conflict because Path objects define lots of __slots__ :( ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 18:17:08 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 06 Oct 2014 16:17:08 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> Message-ID: <1412612228.78.0.931638160254.issue22570@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > I was about to suggest deriving your own Path class from Path and str That would be a rather horrible solution. It has already been suggested to create a "path protocol". I would suggest Barry tries to float and investigate the idea on python-ideas: https://mail.python.org/pipermail/python-ideas/2014-May/027869.html ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 18:18:00 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 06 Oct 2014 16:18:00 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> Message-ID: <1412612280.42.0.653790931453.issue22570@psf.upfronthosting.co.za> Georg Brandl added the comment: > That would be a rather horrible solution. I know :) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 18:19:20 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 06 Oct 2014 16:19:20 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> Message-ID: <1412612360.01.0.283926637381.issue22570@psf.upfronthosting.co.za> Antoine Pitrou added the comment: As for adding convenience methods to Path objects, yes, I'm quite open to that. Best is to open an issue when you have a specific idea (and a patch :-)). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 18:24:18 2014 From: report at bugs.python.org (Stephen Paul Chappell) Date: Mon, 06 Oct 2014 16:24:18 +0000 Subject: [issue7676] IDLE shell shouldn't use TABs In-Reply-To: <1263213381.47.0.181451927584.issue7676@psf.upfronthosting.co.za> Message-ID: <1412612658.09.0.0837421825831.issue7676@psf.upfronthosting.co.za> Stephen Paul Chappell added the comment: In Lib\idlelib\PyShell.py, there are usetabs and indentwidth attributes in the PyShell class. Is there some reason that these settings cannot be reconfigured in the Options > Configure IDLE... menu? I just edited these to False and 4 respectively and am quite content with the resulting behavior. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 18:29:00 2014 From: report at bugs.python.org (Shuhei Takahashi) Date: Mon, 06 Oct 2014 16:29:00 +0000 Subject: [issue18119] urllib.FancyURLopener does not treat URL fragments correctly In-Reply-To: <1370168530.11.0.609209040554.issue18119@psf.upfronthosting.co.za> Message-ID: <1412612940.68.0.41704345894.issue18119@psf.upfronthosting.co.za> Shuhei Takahashi added the comment: Hi karl, Of course it is correct that the user agent is redirected to http://example.com/bar#test when it got such response. However, it never means UA can send an HTTP request containing fragment part. In RFC7230 section 3.1.1, HTTP request line is defined as: request-line = method SP request-target SP HTTP-version CRLF where request-target is defined in section 5.3. In usual case, it is origin-form: origin-form = absolute-path [ "?" query ] which never includes fragment part. This means current urllib behavior violates HTTP/1.1 spec. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 18:30:52 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 06 Oct 2014 16:30:52 +0000 Subject: [issue10583] Encoding issue with chm help in 2.7.1 In-Reply-To: <1291060108.22.0.631034667944.issue10583@psf.upfronthosting.co.za> Message-ID: <1412613052.7.0.0303813315782.issue10583@psf.upfronthosting.co.za> Georg Brandl added the comment: Agreed, closing. ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 18:49:20 2014 From: report at bugs.python.org (ddvento@ucar.edu) Date: Mon, 06 Oct 2014 16:49:20 +0000 Subject: [issue21278] Running the test suite with -v makes the test_ctypes and the test_zipimport erroneously reported as failed In-Reply-To: <1412470063.97.0.429834420944.issue21278@psf.upfronthosting.co.za> Message-ID: ddvento at ucar.edu added the comment: If no one is able to reproduce it, I guess we can close it. I am sure I can reproduce it if I run it in the same situation I ran it the first time. However, I initially reported the bug for python 2.7.6 i.e. two versions ago, so it might have been fixed by something that happened meanwhile (or did the ones who tried used the exact version I reported the bug against?) If I experience the bug again while installing v2.7.9, I will report it here again (you all receive updates even if the bug is closed, right? I am asking because I don't thing I have the rights to re-open it). Thanks, Davide On Sat, Oct 4, 2014 at 6:47 PM, Mark Lawrence wrote: > > Mark Lawrence added the comment: > > As there has been no response can this be closed? > > ---------- > nosy: +BreamoreBoy > status: pending -> open > > _______________________________________ > Python tracker > > _______________________________________ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 19:59:27 2014 From: report at bugs.python.org (R. David Murray) Date: Mon, 06 Oct 2014 17:59:27 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> Message-ID: <1412618367.13.0.210296559803.issue22570@psf.upfronthosting.co.za> Changes by R. David Murray : ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 20:00:10 2014 From: report at bugs.python.org (Alex Gaynor) Date: Mon, 06 Oct 2014 18:00:10 +0000 Subject: [issue22559] [backport] ssl.MemoryBIO In-Reply-To: <1412540756.02.0.793381062078.issue22559@psf.upfronthosting.co.za> Message-ID: <1412618410.25.0.90457222957.issue22559@psf.upfronthosting.co.za> Alex Gaynor added the comment: New patch works and passes all tests. It's on top of issue22569. ---------- Added file: http://bugs.python.org/file36827/issue225593.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 20:04:31 2014 From: report at bugs.python.org (Ned Deily) Date: Mon, 06 Oct 2014 18:04:31 +0000 Subject: [issue22561] PyUnicode_InternInPlace crashes In-Reply-To: <1412564286.37.0.93654303592.issue22561@psf.upfronthosting.co.za> Message-ID: <1412618671.06.0.238844945844.issue22561@psf.upfronthosting.co.za> Ned Deily added the comment: Also note that there were major internal changes in Python strings for 3.3 (http://legacy.python.org/dev/peps/pep-0393/) so you might want to look at those especially if this worked OK with Python 3.2. Since it seems unlikely that there would be any further progress on resolving this without more analysis on the UNO end, I am closing this issue as presumed to be a third-party problem. Feel free to re-open if evidence of a problem in Python itself is uncovered. ---------- assignee: ronaldoussoren -> resolution: -> third party stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 20:23:44 2014 From: report at bugs.python.org (Ned Deily) Date: Mon, 06 Oct 2014 18:23:44 +0000 Subject: [issue22566] International keyboard makes IDLE crash on OSX In-Reply-To: <1412596243.63.0.694179369479.issue22566@psf.upfronthosting.co.za> Message-ID: <1412619824.32.0.593991617417.issue22566@psf.upfronthosting.co.za> Ned Deily added the comment: This crash behavior is due to an old bug in the OS X Cocoa implementation of Tk. It has been fixed in the most recent releases of Tk 8.5.x and 8.6.x but, unfortunately, Apple has not yet shipped the fix in any version of the OS X system Tk 8.5 (since OS X 10.6). If you are building your own Python 3.5, you can install the most recent copy of ActiveTcl 8.5.x or 8.6.x (assuming the license terms are acceptable) or you could build your own Tcl/Tk and then rebuild _tkinter.so. For more information: https://www.python.org/download/mac/tcltk and http://sourceforge.net/p/tktoolkit/bugs/2722/ ---------- assignee: ronaldoussoren -> nosy: +ned.deily resolution: -> third party stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 20:38:34 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 06 Oct 2014 18:38:34 +0000 Subject: [issue22569] Add support for weakrefs to _socket.socket In-Reply-To: <1412606068.52.0.637993896341.issue22569@psf.upfronthosting.co.za> Message-ID: <20141006183831.64899.78299@mail.hg.python.org> Roundup Robot added the comment: New changeset d5688a94a56c by Benjamin Peterson in branch '2.7': make _socket.socket weakrefable (closes #22569) https://hg.python.org/cpython/rev/d5688a94a56c ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 21:01:06 2014 From: report at bugs.python.org (Aaron Hill) Date: Mon, 06 Oct 2014 19:01:06 +0000 Subject: [issue18216] gettext doesn't check MO versions In-Reply-To: <1371242081.43.0.507366610452.issue18216@psf.upfronthosting.co.za> Message-ID: <1412622066.89.0.695198971092.issue18216@psf.upfronthosting.co.za> Changes by Aaron Hill : ---------- keywords: +patch nosy: +Aaron1011 Added file: http://bugs.python.org/file36828/gettext-mo-version.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 21:19:10 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Mon, 06 Oct 2014 19:19:10 +0000 Subject: [issue4832] IDLE does not supply a default ext of .py on Windows or OS X for new file saves In-Reply-To: <1231082162.31.0.973834672616.issue4832@psf.upfronthosting.co.za> Message-ID: <1412623150.37.0.0250479701165.issue4832@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Thank you. It was in particular the switching between a -> a.py and a -> a.txt that I described and wanted verified for linux. The fact that names with extensions are left unchanged is important too. I will have to think about how to describe this succinctly. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 21:19:54 2014 From: report at bugs.python.org (Brian Curtin) Date: Mon, 06 Oct 2014 19:19:54 +0000 Subject: [issue4832] IDLE does not supply a default ext of .py on Windows or OS X for new file saves In-Reply-To: <1231082162.31.0.973834672616.issue4832@psf.upfronthosting.co.za> Message-ID: <1412623194.95.0.0224381189803.issue4832@psf.upfronthosting.co.za> Changes by Brian Curtin : ---------- nosy: -brian.curtin _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 21:28:55 2014 From: report at bugs.python.org (Mc128k) Date: Mon, 06 Oct 2014 19:28:55 +0000 Subject: [issue22566] International keyboard makes IDLE crash on OSX In-Reply-To: <1412596243.63.0.694179369479.issue22566@psf.upfronthosting.co.za> Message-ID: <1412623735.72.0.682736759714.issue22566@psf.upfronthosting.co.za> Mc128k added the comment: Hi Thank you a lot for the help, installing ActiveTcl8.5.15.1.297588-macosx10.5-i386-x86_64-threaded solved the problem immediately. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 21:50:27 2014 From: report at bugs.python.org (Larry Hastings) Date: Mon, 06 Oct 2014 19:50:27 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors In-Reply-To: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> Message-ID: <1412625027.0.0.87428307082.issue22568@psf.upfronthosting.co.za> Larry Hastings added the comment: I don't understand. If utime is a *function*, then the local variable should simply take precedence. Do you possibly mean that utime is a *macro*? What compilation error do you get? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 21:50:32 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Mon, 06 Oct 2014 19:50:32 +0000 Subject: [issue7676] IDLE shell shouldn't use TABs In-Reply-To: <1263213381.47.0.181451927584.issue7676@psf.upfronthosting.co.za> Message-ID: <1412625032.51.0.89862189584.issue7676@psf.upfronthosting.co.za> Terry J. Reedy added the comment: They potentially could be. However, if the result is something like >>> if a: if b: print(a+b) or worse, with Lucida Sans Unicode, the visual equivalent of >>> if a: if b: print(a+b) then I do not find result very satisfactory. I think moving the prompt to a sidebar, as with line numbers (forthcoming), is a better solution. This will make code look good both in the shell and when copied and pasted elsewhere. I hope to have a patch in a month or two. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 21:57:58 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Mon, 06 Oct 2014 19:57:58 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors In-Reply-To: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> Message-ID: <1412625478.17.0.178728544753.issue22568@psf.upfronthosting.co.za> Arfrever Frehtes Taifersar Arahesis added the comment: Maybe it is unnecessary strictness in Open Watcom compiler. If renaming was necessary, then I suggest utime_obj instead of ut. ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 22:01:08 2014 From: report at bugs.python.org (Jeffrey Armstrong) Date: Mon, 06 Oct 2014 20:01:08 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors In-Reply-To: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> Message-ID: <1412625668.68.0.688074783942.issue22568@psf.upfronthosting.co.za> Jeffrey Armstrong added the comment: Under the conditions I described in Modules/posixmodules.c on line 4815, the utime() function is called. With the current code, the following correct compiler error is emitted: ./Modules/posixmodule.c(4815): Error! E1012: Expression is not a function The above occurs because utime is treated as a local variable and an attempt is made at calling it as a function. The use of a possible (and fairly standard) function name as a local variable is unfortunate, and I'm guessing these conditions haven't been tested in a while. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 22:19:13 2014 From: report at bugs.python.org (Jeffrey Armstrong) Date: Mon, 06 Oct 2014 20:19:13 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors In-Reply-To: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> Message-ID: <1412626753.29.0.514390352541.issue22568@psf.upfronthosting.co.za> Jeffrey Armstrong added the comment: So in my original report, I actually got things backwards. The failure is because utime is a local variable, but a call to utime() is then attempted. Regardless, the code is still completely broken in Modules/posixmodule.c under the conditions I described. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 22:23:24 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Mon, 06 Oct 2014 20:23:24 +0000 Subject: [issue22571] Remove import * recommendations and examples in doc? Message-ID: <1412627004.13.0.564055290321.issue22571@psf.upfronthosting.co.za> New submission from Terry J. Reedy: PEP 8 recommends against 'from mod import *' because it makes reading harder and is bad for code analysis. My experience with retrofitting tests to idlelib modules with tkinter * imports is that it also makes testing harder since the testing strategy depends on the specific tkinter objects actually used. So either an explicit list ('from tkinter import x, y, z') or a searchable prefix ('tk.') makes testing easier. Some time ago, 'from tkinter import *' was changed to 'import tkinter as tk' in the tkinter doc examples, though *not* the text. ##10031 changed the import section of the FAQ to "remove the advice to use "from ... import *" with some modules" (from the commit message). Should we finish the job? Or leave the issue to individual chapter authors? Here is the edited result of grepping 'import *' in ...\py34\Doc\*.rst with Idle. F:\Python\dev\4\py34\Doc\distutils\apiref.rst: 1289: This module is safe to use in ``from ... import *`` mode; it only exports F:\Python\dev\4\py34\Doc\library\cmd.rst: 234: from turtle import * F:\Python\dev\4\py34\Doc\library\collections.abc.rst: 14: from collections import * F:\Python\dev\4\py34\Doc\library\collections.rst: 11: from collections import * F:\Python\dev\4\py34\Doc\library\ctypes.rst: 54: >>> from ctypes import * F:\Python\dev\4\py34\Doc\library\ctypes.rst: 86: >>> from ctypes import * F:\Python\dev\4\py34\Doc\library\ctypes.rst: 320: >>> from ctypes import * F:\Python\dev\4\py34\Doc\library\ctypes.rst: 562: >>> from ctypes import * F:\Python\dev\4\py34\Doc\library\ctypes.rst: 671: >>> from ctypes import * F:\Python\dev\4\py34\Doc\library\ctypes.rst: 695: >>> from ctypes import * F:\Python\dev\4\py34\Doc\library\ctypes.rst: 714: >>> from ctypes import * F:\Python\dev\4\py34\Doc\library\ctypes.rst: 914: >>> from ctypes import * F:\Python\dev\4\py34\Doc\library\ctypes.rst: 1074: >>> from ctypes import * F:\Python\dev\4\py34\Doc\library\ctypes.rst: 1122: >>> from ctypes import * F:\Python\dev\4\py34\Doc\library\decimal.rst: 20: from decimal import * F:\Python\dev\4\py34\Doc\library\decimal.rst: 56: >>> from decimal import * F:\Python\dev\4\py34\Doc\library\decimal.rst: 125: >>> from decimal import * F:\Python\dev\4\py34\Doc\library\difflib.rst: 13: from difflib import * F:\Python\dev\4\py34\Doc\library\itertools.rst: 12: from itertools import * F:\Python\dev\4\py34\Doc\library\stat.rst: 104: from stat import * F:\Python\dev\4\py34\Doc\library\statistics.rst: 13: from statistics import * F:\Python\dev\4\py34\Doc\library\struct.rst: 313: >>> from struct import * F:\Python\dev\4\py34\Doc\library\tkinter.rst: 63: from tkinter import * F:\Python\dev\4\py34\Doc\library\tkinter.rst: 580: from tkinter import * F:\Python\dev\4\py34\Doc\library\tkinter.tix.rst: 60: from tkinter.constants import * F:\Python\dev\4\py34\Doc\library\tkinter.ttk.rst: 38: from tkinter import * F:\Python\dev\4\py34\Doc\library\tkinter.ttk.rst: 39: from tkinter.ttk import * F:\Python\dev\4\py34\Doc\library\turtle.rst: 11: from turtle import * F:\Python\dev\4\py34\Doc\tutorial\modules.rst: 102: >>> from fibo import * F:\Python\dev\4\py34\Doc\tutorial\modules.rst: 461: Now what happens when the user writes ``from sound.effects import *``? Ideally, F:\Python\dev\4\py34\Doc\tutorial\modules.rst: 470: list of module names that should be imported when ``from package import *`` is F:\Python\dev\4\py34\Doc\tutorial\modules.rst: 479: This would mean that ``from sound.effects import *`` would import the three F:\Python\dev\4\py34\Doc\tutorial\modules.rst: 482: If ``__all__`` is not defined, the statement ``from sound.effects import *`` F:\Python\dev\4\py34\Doc\tutorial\modules.rst: 493: from sound.effects import * F:\Python\dev\4\py34\Doc\tutorial\modules.rst: 501: patterns when you use ``import *``, it is still considered bad practise in F:\Python\dev\4\py34\Doc\tutorial\stdlib2.rst: 372: >>> from decimal import * I removed the reference hits that simply explain. I have not looked at whether the tutorial goes beyond explanation, but should this even be mentioned in so many places? ---------- assignee: docs at python components: Documentation messages: 228734 nosy: docs at python, georg.brandl, terry.reedy priority: normal severity: normal stage: needs patch status: open title: Remove import * recommendations and examples in doc? versions: Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 23:05:45 2014 From: report at bugs.python.org (Josh Rosenberg) Date: Mon, 06 Oct 2014 21:05:45 +0000 Subject: [issue7830] Flatten nested functools.partial In-Reply-To: <1265051251.66.0.305258896073.issue7830@psf.upfronthosting.co.za> Message-ID: <1412629545.89.0.990709101491.issue7830@psf.upfronthosting.co.za> Josh Rosenberg added the comment: If it affects the decision, I just had to debug some code at work that triggered a "excessive recursion" bug because they used functools.partial over and over on the same base function, thinking they could safely replace some keyword bindings over and over. This patch would have prevented the problem. Any chance of reopening it? ---------- nosy: +josh.rosenberg _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 23:17:54 2014 From: report at bugs.python.org (Alex Gaynor) Date: Mon, 06 Oct 2014 21:17:54 +0000 Subject: [issue22559] [backport] ssl.MemoryBIO In-Reply-To: <1412540756.02.0.793381062078.issue22559@psf.upfronthosting.co.za> Message-ID: <1412630274.53.0.394545136752.issue22559@psf.upfronthosting.co.za> Alex Gaynor added the comment: New patch is the same, it just rebases the socket changes out since Benjamin landed that (thanks!) ---------- Added file: http://bugs.python.org/file36829/issue22559.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 23:24:09 2014 From: report at bugs.python.org (Alexander Belopolsky) Date: Mon, 06 Oct 2014 21:24:09 +0000 Subject: [issue7830] Flatten nested functools.partial In-Reply-To: <1265051251.66.0.305258896073.issue7830@psf.upfronthosting.co.za> Message-ID: <1412630649.61.0.604321702678.issue7830@psf.upfronthosting.co.za> Alexander Belopolsky added the comment: Josh, Would issue7830.diff solve your use-case as is? See msg108980 for the limitations. If so, I don't mind reopening this issue. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 23:43:44 2014 From: report at bugs.python.org (Mark Shannon) Date: Mon, 06 Oct 2014 21:43:44 +0000 Subject: [issue22462] Modules/pyexpat.c violates PEP 384 In-Reply-To: <1411401083.5.0.108064936526.issue22462@psf.upfronthosting.co.za> Message-ID: <1412631824.32.0.761900602468.issue22462@psf.upfronthosting.co.za> Mark Shannon added the comment: W.r.t PEP 384: Every module, except pyexpat, in the stdlib library treats frames as opaque objects, as PEP 384 requires. (I'm exempting builtins and sys here) I think it is unreasonable to expect authors of 3rd party modules to respect PEP 384 if the standard library does not. W.r.t. the change to ctypes: I have simply moved a function from ctypes.c to traceback.c (and renamed it accordingly) so that pyexpat.c can access it. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 23:47:12 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 06 Oct 2014 21:47:12 +0000 Subject: [issue22462] Modules/pyexpat.c violates PEP 384 In-Reply-To: <1411401083.5.0.108064936526.issue22462@psf.upfronthosting.co.za> Message-ID: <1412632032.08.0.784017493272.issue22462@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- stage: -> patch review type: -> behavior versions: +Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 6 23:51:58 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 06 Oct 2014 21:51:58 +0000 Subject: [issue22462] Modules/pyexpat.c violates PEP 384 In-Reply-To: <1411401083.5.0.108064936526.issue22462@psf.upfronthosting.co.za> Message-ID: <1412632318.2.0.450328399329.issue22462@psf.upfronthosting.co.za> Antoine Pitrou added the comment: FWIW, I think the patch's approach is ok. I just did a small comment on the review UI. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 00:01:09 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 06 Oct 2014 22:01:09 +0000 Subject: [issue22462] Modules/pyexpat.c violates PEP 384 In-Reply-To: <1411401083.5.0.108064936526.issue22462@psf.upfronthosting.co.za> Message-ID: <1412632869.12.0.501826758866.issue22462@psf.upfronthosting.co.za> Georg Brandl added the comment: > I think it is unreasonable to expect authors of 3rd party modules to respect PEP 384 if the standard library does not. I don't understand why you think that. PEP 384 is intended to provide the means to maintain binary compatibility of extension modules so that they don't have to be recompiled for every minor version. Standard library extensions are recompiled for every Python release anyway. Also, we don't expect authors to respect PEP 384. Either they choose to do so, and get the benefits, or they don't. > I have simply moved a function from ctypes.c to traceback.c (and renamed it accordingly) so that pyexpat.c can access it. I can see that. It would be cleaner to do the change in two steps, first move the utility function out from ctypes, then use it from pyexpat. On the other hand we haven't been adamant about one-patch-one-change in the past. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 00:03:09 2014 From: report at bugs.python.org (STINNER Victor) Date: Mon, 06 Oct 2014 22:03:09 +0000 Subject: [issue22564] ssl: post-commit review of the new memory BIO API In-Reply-To: <1412590465.24.0.24710969124.issue22564@psf.upfronthosting.co.za> Message-ID: <1412632989.68.0.727534182967.issue22564@psf.upfronthosting.co.za> STINNER Victor added the comment: > However I think that in theory SSLSocket.server_hostname could be a bytes, if a bytes was passed into the constructor. newPySSLSocket() expects a char* string and use PyUnicode_Decode() to decode bytes. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 00:22:22 2014 From: report at bugs.python.org (R. David Murray) Date: Mon, 06 Oct 2014 22:22:22 +0000 Subject: [issue22572] NoneType object is not iterable error when asyncio Server.close() called Message-ID: <1412634142.26.0.655419754682.issue22572@psf.upfronthosting.co.za> New submission from R. David Murray: I'm writing a little web server using aiohttp. I tried to write a unit test...since this is a client server situation I launched the asyncio program in a thread and did a urlopen from the main thread. That all works fine...the problem is in the cleanup code. When I try to stop the server I created via create_server, I get the error in the title. I've attached a stripped down version of my attempted unit test. It does require aiohttp...I'm not well enough versed in asyncio yet to rewrite it using more fundamental pieces. I may be doing something stupid here, but it seems to me that even if I am close should not throw this error (the error implies that it is already shut down, so I'd think the close would be a no-op). ---------- components: asyncio files: waiter_bug.py messages: 228742 nosy: gvanrossum, haypo, r.david.murray, yselivanov priority: normal severity: normal status: open title: NoneType object is not iterable error when asyncio Server.close() called type: behavior versions: Python 3.4, Python 3.5 Added file: http://bugs.python.org/file36830/waiter_bug.py _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 00:55:19 2014 From: report at bugs.python.org (Josh Rosenberg) Date: Mon, 06 Oct 2014 22:55:19 +0000 Subject: [issue7830] Flatten nested functools.partial In-Reply-To: <1265051251.66.0.305258896073.issue7830@psf.upfronthosting.co.za> Message-ID: <1412636119.12.0.124529252184.issue7830@psf.upfronthosting.co.za> Josh Rosenberg added the comment: The use case in question, simplified, was: from functools import partial class Foo: Bar = othermodule.Bar def __new__(cls, ...): ... cls.Bar(...) ... def bind_stuff(cls, *args, **kwargs): cls.Bar = partial(Bar, *args, **kwargs) Every time they created an instance of Foo, there would be a Foo.bind_stuff call beforehand that fixed some settings they didn't want to make a part of Foo's __new__ profile. And in fact, in practice, they were only binding the same keyword args over and over, so they could have solved the problem by just rebinding the base othermodule.Bar. I'm not defending this design, but from what I can tell, it's a textbook example of where your patch would solve the problem. cls.Bar has no instance variables assigned (hence no __dict__?), and it's always functools.partial that's used, not some special variant. A simple way to repro the fundamental problem they were experiencing is to just wrap int a lot: >>> for i in range(1001): int = partial(int) >>> int(5) # Kaboom! Which I assume your patch would prevent ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 01:03:04 2014 From: report at bugs.python.org (karl) Date: Mon, 06 Oct 2014 23:03:04 +0000 Subject: [issue18119] urllib.FancyURLopener does not treat URL fragments correctly In-Reply-To: <1370168530.11.0.609209040554.issue18119@psf.upfronthosting.co.za> Message-ID: <1412636584.86.0.523134687703.issue18119@psf.upfronthosting.co.za> karl added the comment: Takahashi-san, Ah sorry misunderstood which part your were talking about. I assume wrongly you were talking about navigation. Yes for the request which is sent to the server it should be http://tools.ietf.org/html/rfc7230#section-5.3.1 So refactoring your example. 1st request: GET /foo HTTP/1.1 Accept: text/html Host: example.com server response HTTP/1.1 302 Found Location: /bar#test second request must be GET /bar HTTP/1.1 Accept: text/html Host: example.com As for the navigation context is indeed part of the piece of code taking in charge the document after being parsed and not the one doing the HTTP request. (putting it here just that people understand) (to be tested) For server side receiving invalid Request-line http://tools.ietf.org/html/rfc7230#section-3.1.1 Recipients of an invalid request-line SHOULD respond with either a 400 (Bad Request) error or a 301 (Moved Permanently) redirect with the request-target properly encoded. A recipient SHOULD NOT attempt to autocorrect and then process the request without a redirect, since the invalid request-line might be deliberately crafted to bypass security filters along the request chain. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 01:23:13 2014 From: report at bugs.python.org (Yury Selivanov) Date: Mon, 06 Oct 2014 23:23:13 +0000 Subject: [issue22572] NoneType object is not iterable error when asyncio Server.close() called In-Reply-To: <1412634142.26.0.655419754682.issue22572@psf.upfronthosting.co.za> Message-ID: <1412637793.32.0.146825727905.issue22572@psf.upfronthosting.co.za> Yury Selivanov added the comment: I think that the main problem is that '_stop_server' is called from a main thread (by unittest machinery via addCleanup), whereas the loop is in the other thread. asyncio code is not thread-safe in general. If I change your code slightly to avoid using addCleanup, then everything works: https://gist.github.com/1st1/8dd0a2d4aa1ffd895c52 FWIW I couldn't reproduce the "NoneType object is not iterable" error. On my machine with python3.4.1 it crashes with another error "AssertionError: server did not stop" on line 35. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 01:25:43 2014 From: report at bugs.python.org (Leo Butcher) Date: Mon, 06 Oct 2014 23:25:43 +0000 Subject: [issue21072] Python docs and downloads not available for Egypt In-Reply-To: <1395872823.34.0.614292416852.issue21072@psf.upfronthosting.co.za> Message-ID: <1412637943.0.0.748845840458.issue21072@psf.upfronthosting.co.za> Leo Butcher added the comment: Yes, all subdomains are working now for me ---------- status: pending -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 01:26:55 2014 From: report at bugs.python.org (Alexander Belopolsky) Date: Mon, 06 Oct 2014 23:26:55 +0000 Subject: [issue7830] Flatten nested functools.partial In-Reply-To: <1265051251.66.0.305258896073.issue7830@psf.upfronthosting.co.za> Message-ID: <1412638015.43.0.352037584031.issue7830@psf.upfronthosting.co.za> Alexander Belopolsky added the comment: I would say that getting "maximum recursion depth exceeded" error from evaluating a deeply nested partial is a bug, but I am not sure we should fix it by flattening partial objects in the constructor or by being smarter at evaluation time. ---------- components: +Extension Modules resolution: rejected -> stage: resolved -> status: closed -> open versions: +Python 3.5 -Python 3.2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 01:30:55 2014 From: report at bugs.python.org (karl) Date: Mon, 06 Oct 2014 23:30:55 +0000 Subject: [issue18119] urllib.FancyURLopener does not treat URL fragments correctly In-Reply-To: <1370168530.11.0.609209040554.issue18119@psf.upfronthosting.co.za> Message-ID: <1412638255.52.0.49292007541.issue18119@psf.upfronthosting.co.za> karl added the comment: In class urlopen_HttpTests https://hg.python.org/cpython/file/4f314dedb84f/Lib/test/test_urllib.py#l191 there is a test for invalid redirects def test_invalid_redirect(self): https://hg.python.org/cpython/file/4f314dedb84f/Lib/test/test_urllib.py#l247 And one for fragments def test_url_fragment(self): https://hg.python.org/cpython/file/4f314dedb84f/Lib/test/test_urllib.py#l205 which refers to http://bugs.python.org/issue11703 code in https://hg.python.org/cpython/file/d5688a94a56c/Lib/urllib.py ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 01:31:53 2014 From: report at bugs.python.org (Benjamin Peterson) Date: Mon, 06 Oct 2014 23:31:53 +0000 Subject: [issue21072] Python docs and downloads not available for Egypt In-Reply-To: <1395872823.34.0.614292416852.issue21072@psf.upfronthosting.co.za> Message-ID: <1412638313.08.0.840047106256.issue21072@psf.upfronthosting.co.za> Changes by Benjamin Peterson : ---------- status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 01:53:13 2014 From: report at bugs.python.org (dingo_dasher) Date: Mon, 06 Oct 2014 23:53:13 +0000 Subject: [issue22573] AttributeErrors in long lines showing 'wrong' line in error message Message-ID: <1412639593.33.0.263693537062.issue22573@psf.upfronthosting.co.za> New submission from dingo_dasher: I am using Flask, and I had the following code: modules = models.Module.query.join(models.ModuleAccess).\ filter(models.Model.owner_id == current_user.id).\ filter(models.ModuleAccess.user_id == current_user.id).\ filter(models.ModuleAccess.module_id == models.Module.id).\ filter(models.ModuleAccess.write_access == True) This code had a bug -> "models.Model.owner_id" in the first line. This was a typo, and Python gave me an AttributeError, just as I would expect. However, this is the error I was given: Traceback (most recent call last): File "/usr/local/lib/python3.4/dist-packages/flask/app.py", line 1836, in __call__ return self.wsgi_app(environ, start_response) File "/usr/local/lib/python3.4/dist-packages/flask/app.py", line 1820, in wsgi_app response = self.make_response(self.handle_exception(e)) File "/usr/local/lib/python3.4/dist-packages/flask/app.py", line 1403, in handle_exception reraise(exc_type, exc_value, tb) File "/usr/local/lib/python3.4/dist-packages/flask/_compat.py", line 33, in reraise raise value File "/usr/local/lib/python3.4/dist-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() File "/usr/local/lib/python3.4/dist-packages/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/local/lib/python3.4/dist-packages/flask/app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) File "/usr/local/lib/python3.4/dist-packages/flask/_compat.py", line 33, in reraise raise value File "/usr/local/lib/python3.4/dist-packages/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() File "/usr/local/lib/python3.4/dist-packages/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/usr/local/lib/python3.4/dist-packages/flask_login.py", line 758, in decorated_view return func(*args, **kwargs) File "/home/dingo/UIM/app/views.py", line 175, in modules filter(models.ModuleAccess.write_access == True) AttributeError: 'module' object has no attribute 'Model' It shows me the last line of that long statement, "models.ModuleAccess.write_access == True" as the beginning of the trace. The trace doesn't show the models.Module.whatever line that actually caused the error. It seems to be like Python here takes the last line of the exception-causing statement and shows that along with the "actual" error message (which was on the money): AttributeError: 'module' object has no attribute 'Model' This seems to me slightly misleading. I submit that a better behaviour would be to show the line that caused the exception (I assume/hope that is possible since python knew it was accessing the Model attribute of the module object that caused the error). I classified this as a behaviour bug rather than an enhancement, because I believe this would not be intended behaviour. I don't know if that's the case. I apologise if this doesn't fit in "Intepreter core", but exceptions are builtins... I didn't know where else to put it. ---------- components: Interpreter Core messages: 228749 nosy: dingo_dasher priority: normal severity: normal status: open title: AttributeErrors in long lines showing 'wrong' line in error message type: behavior versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 02:00:20 2014 From: report at bugs.python.org (dingo_dasher) Date: Tue, 07 Oct 2014 00:00:20 +0000 Subject: [issue22573] AttributeErrors in statements split up into multiple linse with \ showing 'wrong' line as being responsible in error message In-Reply-To: <1412639593.33.0.263693537062.issue22573@psf.upfronthosting.co.za> Message-ID: <1412640020.03.0.471999400212.issue22573@psf.upfronthosting.co.za> Changes by dingo_dasher : ---------- title: AttributeErrors in long lines showing 'wrong' line in error message -> AttributeErrors in statements split up into multiple linse with \ showing 'wrong' line as being responsible in error message _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 03:08:08 2014 From: report at bugs.python.org (R. David Murray) Date: Tue, 07 Oct 2014 01:08:08 +0000 Subject: [issue22572] NoneType object is not iterable error when asyncio Server.close() called In-Reply-To: <1412634142.26.0.655419754682.issue22572@psf.upfronthosting.co.za> Message-ID: <1412644088.59.0.902099699208.issue22572@psf.upfronthosting.co.za> R. David Murray added the comment: The 'Server did not stop' error was lying in wait for the NoneType bug to be fixed :) So, if you didn't the NoneType, my test case isn't reproducing the problem for you, which is odd. Using call_soon_threadsafe from an addCleanup in the _server method makes it work for me. (Seems to work even without the threadsafe, but I think I'll keep it!) Perhaps seeing the NoneType error is a timing issue, given that the problem is thread safety. So, my apologies for the noise. I guess I'm too used to threads, where it is typical to call the close or stop method from another thread. ---------- resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 03:21:14 2014 From: report at bugs.python.org (Ben Hoyt) Date: Tue, 07 Oct 2014 01:21:14 +0000 Subject: [issue22524] PEP 471 implementation: os.scandir() directory scanning function In-Reply-To: <1412088162.24.0.84630531931.issue22524@psf.upfronthosting.co.za> Message-ID: <1412644874.4.0.621974615654.issue22524@psf.upfronthosting.co.za> Ben Hoyt added the comment: Attaching my first patch here. It includes docs, the implementation of scandir and DirEntry in posixmodule.c, and tests in test_scandir.py. It does not yet include the changes for os.walk() to use scandir; I'm hoping to do that in a separate patch for easier code review. I'd love some code and documentation review, as well as some thoughts on these open questions: 1) posixmodule.c is getting kinda huge and unwieldy; it'd be nice to implement this in a separate C file, but that comes with its own problems, as several functions would need to be made available externally. 2) While writing the tests, I was getting issues with Windows (apparently) not deleting the symlinks immediately in my teardown function, so for the moment I just don't call the teardown function at all. Not great; I think we'll want a better solution. 3) Partly due to #2, I haven't yet added tests for the file-not-found condition if a file is found by the directory scanning but then deleted before a DirEntry.is_dir() or DirEntry.is_file() call. I intend to add these tests, and there's a TODO comment in test_scandir.py so I remember. 4) test_scandir.py will need some further cleanup for inclusion in CPython; it's currently taken straight from my scandir module, which supports Python down to Python 2.6. ---------- keywords: +patch Added file: http://bugs.python.org/file36831/scandir-1.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 03:30:05 2014 From: report at bugs.python.org (R. David Murray) Date: Tue, 07 Oct 2014 01:30:05 +0000 Subject: [issue22573] AttributeErrors in statements split up into multiple linse with \ showing 'wrong' line as being responsible in error message In-Reply-To: <1412639593.33.0.263693537062.issue22573@psf.upfronthosting.co.za> Message-ID: <1412645405.9.0.0768134091907.issue22573@psf.upfronthosting.co.za> R. David Murray added the comment: This is a duplicate of issue 12458. ---------- nosy: +r.david.murray resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Tracebacks should contain the first line of continuation lines _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 03:30:32 2014 From: report at bugs.python.org (R. David Murray) Date: Tue, 07 Oct 2014 01:30:32 +0000 Subject: [issue12458] Tracebacks should contain the first line of continuation lines In-Reply-To: <1309499207.17.0.676241559437.issue12458@psf.upfronthosting.co.za> Message-ID: <1412645432.07.0.0324103247375.issue12458@psf.upfronthosting.co.za> Changes by R. David Murray : ---------- nosy: +dingo_dasher _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 04:10:33 2014 From: report at bugs.python.org (Geert Jansen) Date: Tue, 07 Oct 2014 02:10:33 +0000 Subject: [issue22564] ssl: post-commit review of the new memory BIO API In-Reply-To: <1412590465.24.0.24710969124.issue22564@psf.upfronthosting.co.za> Message-ID: <1412647833.95.0.717353599525.issue22564@psf.upfronthosting.co.za> Geert Jansen added the comment: > newPySSLSocket() expects a char* string and use PyUnicode_Decode() to decode bytes. Yup, and this value is available as SSLSocket._sslobj.server_hostname. But SSLSocket.server_hostname is not this, it is what was passed to the constructor which can be a bytes instance. For total cleanness maybe the constructor should raise a TypeError if server_hostname is passes as a bytes. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 04:38:43 2014 From: report at bugs.python.org (Akira Li) Date: Tue, 07 Oct 2014 02:38:43 +0000 Subject: [issue22524] PEP 471 implementation: os.scandir() directory scanning function In-Reply-To: <1412088162.24.0.84630531931.issue22524@psf.upfronthosting.co.za> Message-ID: <1412649523.79.0.688560073324.issue22524@psf.upfronthosting.co.za> Changes by Akira Li <4kir4.1i at gmail.com>: ---------- nosy: +akira _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 05:58:43 2014 From: report at bugs.python.org (Berker Peksag) Date: Tue, 07 Oct 2014 03:58:43 +0000 Subject: [issue18216] gettext doesn't check MO versions In-Reply-To: <1371242081.43.0.507366610452.issue18216@psf.upfronthosting.co.za> Message-ID: <1412654323.78.0.719839248506.issue18216@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- nosy: +berker.peksag stage: -> patch review type: -> behavior versions: +Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 08:59:19 2014 From: report at bugs.python.org (Georg Brandl) Date: Tue, 07 Oct 2014 06:59:19 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors In-Reply-To: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> Message-ID: <1412665159.45.0.496890711901.issue22568@psf.upfronthosting.co.za> Georg Brandl added the comment: Patch LGTM. ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 09:45:19 2014 From: report at bugs.python.org (karl) Date: Tue, 07 Oct 2014 07:45:19 +0000 Subject: [issue18119] urllib.FancyURLopener does not treat URL fragments correctly In-Reply-To: <1370168530.11.0.609209040554.issue18119@psf.upfronthosting.co.za> Message-ID: <1412667919.39.0.0601333801212.issue18119@psf.upfronthosting.co.za> karl added the comment: OK I fixed the code. The issue is here https://hg.python.org/cpython/file/1e1c6e306eb4/Lib/urllib/request.py#l656 newurl = urlunparse(urlparts) Basically it reinjects the fragment in the new url. The fix is easy. if urlparts.fragment: urlparts = list(urlparts) urlparts[5] = "" newurl = urlunparse(urlparts) I was trying to make a test for it, but failed. Could someone help me for the test so I can complete the patch? Added the code patch only. ---------- keywords: +patch Added file: http://bugs.python.org/file36832/issue18119-code-only.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 10:11:32 2014 From: report at bugs.python.org (Giampaolo Rodola') Date: Tue, 07 Oct 2014 08:11:32 +0000 Subject: [issue12458] Tracebacks should contain the first line of continuation lines In-Reply-To: <1309499207.17.0.676241559437.issue12458@psf.upfronthosting.co.za> Message-ID: <1412669492.22.0.0923808601775.issue12458@psf.upfronthosting.co.za> Changes by Giampaolo Rodola' : ---------- stage: test needed -> needs patch versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 10:40:23 2014 From: report at bugs.python.org (Mark Dickinson) Date: Tue, 07 Oct 2014 08:40:23 +0000 Subject: [issue22571] Remove import * recommendations and examples in doc? In-Reply-To: <1412627004.13.0.564055290321.issue22571@psf.upfronthosting.co.za> Message-ID: <1412671223.26.0.549365804442.issue22571@psf.upfronthosting.co.za> Mark Dickinson added the comment: I think it's fine to recommend using (for example) `>>> from decimal import *` at the command-line prompt when experimenting with a module. It's a quick way to get yourself into a state where you can easily experiment with that module and its features. That's not the same as recommending that scripts using the decimal module start with "from decimal import *", of course. ---------- nosy: +mark.dickinson _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 11:06:04 2014 From: report at bugs.python.org (Edward O) Date: Tue, 07 Oct 2014 09:06:04 +0000 Subject: [issue22294] 2to3 consuming_calls: len, min, max, zip, map, reduce, filter, dict, xrange In-Reply-To: <1409226181.07.0.476582309368.issue22294@psf.upfronthosting.co.za> Message-ID: <1412672764.21.0.0184598398249.issue22294@psf.upfronthosting.co.za> Changes by Edward O : ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 11:48:15 2014 From: report at bugs.python.org (Pierre-Antoine BRAMERET) Date: Tue, 07 Oct 2014 09:48:15 +0000 Subject: [issue22574] super() and del in the same method leads to UnboundLocalError Message-ID: <1412675295.92.0.427134120521.issue22574@psf.upfronthosting.co.za> New submission from Pierre-Antoine BRAMERET: Hi, With the following code: class Base(object): pass class Foo(Base): def __init__(self): super(Foo,self).__init__() if False: del Foo I expect that Foo() would give me a Foo instance. Instead, it raises the following exception: Traceback (most recent call last): File "", line 1, in File "", line 3, in __init__ super(Foo,self).__init__() UnboundLocalError: local variable 'Foo' referenced before assignment I first suspected the "del Foo" statement is executed before the function is executed (while parsing or something), because the error tells Foo does not exists. Howver, the problem is deeper than that: with the following modified code: class Foo(Base): def __init__(self): assert 'Foo' in globals() assert Foo super(Foo,self).__init__() if False: del Foo Traceback (most recent call last): File "", line 1, in File "", line 4, in __init__ super(Foo,self).__init__() UnboundLocalError: local variable 'Foo' referenced before assignment So: Foo IS in globals(), but cannot be accessed through Foo in the class because of the presence of 'del Foo' in the never reached part of the method. ---------- messages: 228757 nosy: Miaou priority: normal severity: normal status: open title: super() and del in the same method leads to UnboundLocalError versions: Python 2.7, Python 3.2, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 11:51:50 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 07 Oct 2014 09:51:50 +0000 Subject: [issue22572] NoneType object is not iterable error when asyncio Server.close() called In-Reply-To: <1412634142.26.0.655419754682.issue22572@psf.upfronthosting.co.za> Message-ID: <1412675510.42.0.943943340401.issue22572@psf.upfronthosting.co.za> STINNER Victor added the comment: > Using call_soon_threadsafe from an addCleanup in the _server method makes it work for me. Maybe the documentation on thread safety should be improved? More warnings should be put in the documentation? https://docs.python.org/dev/library/asyncio-dev.html#concurrency-and-multithreading ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 11:52:18 2014 From: report at bugs.python.org (Pierre-Antoine BRAMERET) Date: Tue, 07 Oct 2014 09:52:18 +0000 Subject: [issue22574] super() and del in the same method leads to UnboundLocalError In-Reply-To: <1412675295.92.0.427134120521.issue22574@psf.upfronthosting.co.za> Message-ID: <1412675538.83.0.845585811259.issue22574@psf.upfronthosting.co.za> Pierre-Antoine BRAMERET added the comment: Sorry, I miscopied the last Traceback. Please find the following: Traceback (most recent call last): File "", line 1, in File "", line 4, in __init__ assert Foo UnboundLocalError: local variable 'Foo' referenced before assignment ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 11:54:35 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 07 Oct 2014 09:54:35 +0000 Subject: [issue22572] NoneType object is not iterable error when asyncio Server.close() called In-Reply-To: <1412634142.26.0.655419754682.issue22572@psf.upfronthosting.co.za> Message-ID: <1412675675.79.0.401186127694.issue22572@psf.upfronthosting.co.za> STINNER Victor added the comment: Maybe we should more checks in debug mode in the Server class? For example, loop.call_soon() raises an AssertionError if it is called from the "wrong" thread" in debug mode. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 11:57:25 2014 From: report at bugs.python.org (Jakub Wilk) Date: Tue, 07 Oct 2014 09:57:25 +0000 Subject: [issue18216] gettext doesn't check MO versions In-Reply-To: <1371242081.43.0.507366610452.issue18216@psf.upfronthosting.co.za> Message-ID: <1412675845.4.0.66895663267.issue18216@psf.upfronthosting.co.za> Jakub Wilk added the comment: The patch hardcodes 5 as version number in the exception message. The specifiction also says that "an unexpected minor revision number means that the file can be read but will not reveal its full contents, when parsed by a program that supports only smaller minor revision numbers". So I think a reasonable thing to do is to accept MO files with an expected major revision but an unexpected minor revision. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 11:59:12 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 07 Oct 2014 09:59:12 +0000 Subject: [issue22572] NoneType object is not iterable error when asyncio Server.close() called In-Reply-To: <1412634142.26.0.655419754682.issue22572@psf.upfronthosting.co.za> Message-ID: <1412675952.65.0.908068095918.issue22572@psf.upfronthosting.co.za> STINNER Victor added the comment: Oh, I didn't notice that waiter_bug.py does nothing :-) I added "unittest.main()". With PYTHONASYNCIODEBUG=1, I get *two* errors, maybe we don't need to add more checks in debug mode. Again, maybe the debug mode should be better documented? https://docs.python.org/dev/library/asyncio-dev.html#debug-mode-of-asyncio Currently, it's at the end of the documentation. ERROR:asyncio: was never yielded from Coroutine object created at (most recent call last): File "waiter_bug.py", line 43, in unittest.main() File "/home/haypo/prog/python/default/Lib/unittest/main.py", line 93, in __init__ self.runTests() File "/home/haypo/prog/python/default/Lib/unittest/main.py", line 244, in runTests self.result = testRunner.run(self.test) File "/home/haypo/prog/python/default/Lib/unittest/runner.py", line 168, in run test(result) File "/home/haypo/prog/python/default/Lib/unittest/suite.py", line 87, in __call__ return self.run(*args, **kwds) File "/home/haypo/prog/python/default/Lib/unittest/suite.py", line 125, in run test(result) File "/home/haypo/prog/python/default/Lib/unittest/suite.py", line 87, in __call__ return self.run(*args, **kwds) File "/home/haypo/prog/python/default/Lib/unittest/suite.py", line 125, in run test(result) File "/home/haypo/prog/python/default/Lib/unittest/case.py", line 625, in __call__ return self.run(*args, **kwds) File "/home/haypo/prog/python/default/Lib/unittest/case.py", line 582, in run self.doCleanups() File "/home/haypo/prog/python/default/Lib/unittest/case.py", line 618, in doCleanups function(*args, **kwargs) File "waiter_bug.py", line 32, in _stop_server self.server.wait_closed() DEBUG:asyncio:Using selector: EpollSelector E ====================================================================== ERROR: test_version (__main__.Test) ---------------------------------------------------------------------- Traceback (most recent call last): File "waiter_bug.py", line 33, in _stop_server self.server_loop.stop() File "/home/haypo/prog/python/default/Lib/asyncio/base_events.py", line 285, in stop self.call_soon(_raise_stop_error) File "/home/haypo/prog/python/default/Lib/asyncio/base_events.py", line 373, in call_soon handle = self._call_soon(callback, args, check_loop=True) File "/home/haypo/prog/python/default/Lib/asyncio/base_events.py", line 382, in _call_soon self._assert_is_current_event_loop() File "/home/haypo/prog/python/default/Lib/asyncio/base_events.py", line 404, in _assert_is_current_event_loop "Non-thread-safe operation invoked on an event loop other " RuntimeError: Non-thread-safe operation invoked on an event loop other than the current one ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 12:02:38 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 07 Oct 2014 10:02:38 +0000 Subject: [issue22564] ssl: post-commit review of the new memory BIO API In-Reply-To: <1412647833.95.0.717353599525.issue22564@psf.upfronthosting.co.za> Message-ID: STINNER Victor added the comment: > For total cleanness maybe the constructor should raise a TypeError if server_hostname is passes as a bytes. Oh. So there are two attributes? SSLSocket.server_hostname and SSLSocket._sslobj.server_hostname? The constructor should make sure that both are consistent (ex: initialize SSLSocket.server_hostname from sslobj.server_hostname), or SSLSocket.server_hostname should be a property reading SSLSocket._sslobj.server_hostname (or a getter/setter if we should be able to modify it). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 12:38:59 2014 From: report at bugs.python.org (Mark Dickinson) Date: Tue, 07 Oct 2014 10:38:59 +0000 Subject: [issue22574] super() and del in the same method leads to UnboundLocalError In-Reply-To: <1412675295.92.0.427134120521.issue22574@psf.upfronthosting.co.za> Message-ID: <1412678339.65.0.648678530754.issue22574@psf.upfronthosting.co.za> Mark Dickinson added the comment: So while the behaviour is surprising, the language is behaving as designed: the target of `del` is considered to be a local variable for the entire function definition. (In much the same way, the targets of simple assignments are considered local, so if you'd assigned to "Foo" in the "if False:" block, you'd see the same error.) The behaviour is documented here: https://docs.python.org/3.4/reference/executionmodel.html#naming-and-binding Note particularly these bits: "If a name is bound in a block, it is a local variable of that block, [...]" "A target occurring in a del statement is also considered bound for this purpose [...]" See also this FAQ: https://docs.python.org/3/faq/programming.html#id8 I wonder whether it's worth updating the FAQ to mention that `del` is considered to bind names in this way. ---------- nosy: +mark.dickinson _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 12:40:20 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 07 Oct 2014 10:40:20 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors In-Reply-To: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> Message-ID: <1412678420.53.0.332631352542.issue22568@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 12:42:27 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 07 Oct 2014 10:42:27 +0000 Subject: [issue7830] Flatten nested functools.partial In-Reply-To: <1265051251.66.0.305258896073.issue7830@psf.upfronthosting.co.za> Message-ID: <1412678547.92.0.519413223044.issue7830@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- nosy: +haypo type: enhancement -> performance _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 13:47:20 2014 From: report at bugs.python.org (R. David Murray) Date: Tue, 07 Oct 2014 11:47:20 +0000 Subject: [issue22572] NoneType object is not iterable error when asyncio Server.close() called In-Reply-To: <1412634142.26.0.655419754682.issue22572@psf.upfronthosting.co.za> Message-ID: <1412682440.42.0.549609897006.issue22572@psf.upfronthosting.co.za> R. David Murray added the comment: Yes, documenting it at the beginning would be good. I haven't gotten to the end of the docs yet, I like to experiment as I go along :) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 14:31:06 2014 From: report at bugs.python.org (Pierre-Antoine BRAMERET) Date: Tue, 07 Oct 2014 12:31:06 +0000 Subject: [issue22574] super() and del in the same method leads to UnboundLocalError In-Reply-To: <1412675295.92.0.427134120521.issue22574@psf.upfronthosting.co.za> Message-ID: <1412685066.97.0.896377488545.issue22574@psf.upfronthosting.co.za> Pierre-Antoine BRAMERET added the comment: Hi, Tanks for your clear answer. I find it surprising that "del" bounds the name locally, but with little more thinking, it is not... ---------- resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 15:27:36 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 07 Oct 2014 13:27:36 +0000 Subject: [issue18161] call fchdir if subprocess.Popen(cwd=integer|fileobject) In-Reply-To: <1370634042.31.0.748329507458.issue18161@psf.upfronthosting.co.za> Message-ID: <1412688456.78.0.670453476235.issue18161@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 15:43:57 2014 From: report at bugs.python.org (Brett Cannon) Date: Tue, 07 Oct 2014 13:43:57 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> Message-ID: <1412689437.48.0.0502399005471.issue22570@psf.upfronthosting.co.za> Brett Cannon added the comment: I think I'm missing something here because the idea of doing `path = str(path)` at the API boundary for an old function to support both Path and str objects for paths seems fairly minimal. Only when manipulating a path is wanting a Path object going to come up, and in that case can't you just do `path = pathlib.Path(path)` instead? ---------- nosy: +brett.cannon _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 15:51:48 2014 From: report at bugs.python.org (Ezio Melotti) Date: Tue, 07 Oct 2014 13:51:48 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> Message-ID: <1412689908.88.0.00196947879745.issue22570@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- nosy: +ezio.melotti type: -> enhancement _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 17:12:52 2014 From: report at bugs.python.org (Aaron Hill) Date: Tue, 07 Oct 2014 15:12:52 +0000 Subject: [issue18216] gettext doesn't check MO versions In-Reply-To: <1371242081.43.0.507366610452.issue18216@psf.upfronthosting.co.za> Message-ID: <1412694772.57.0.0890882565114.issue18216@psf.upfronthosting.co.za> Aaron Hill added the comment: That sounds good. Should a warning be thrown for an unexpected minor revision? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 17:33:18 2014 From: report at bugs.python.org (Andy Maier) Date: Tue, 07 Oct 2014 15:33:18 +0000 Subject: [issue12067] Doc: remove errors about mixed-type comparisons. In-Reply-To: <1305237573.86.0.646542413513.issue12067@psf.upfronthosting.co.za> Message-ID: <1412695998.2.0.233983907387.issue12067@psf.upfronthosting.co.za> Andy Maier added the comment: Just wanted to say that i will continue working on this, working in the comments made so far... Andy ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 17:50:44 2014 From: report at bugs.python.org (Edward O) Date: Tue, 07 Oct 2014 15:50:44 +0000 Subject: [issue22297] 2.7 json encoding broken for enums In-Reply-To: <1409310034.91.0.63329091583.issue22297@psf.upfronthosting.co.za> Message-ID: <1412697044.6.0.654907662008.issue22297@psf.upfronthosting.co.za> Edward O added the comment: The arguments for fixing: * int subclasses overriding str is a very common usecase for enums (so much so that it was added to stdlib in 3.4). * json supporting a standard type of a subsequent python version, though not mandatory, would be beneficial to Py2/Py3 compatibility. * fixing this cannot break existing code * the fix could theoretically be done to 3.0-3.3 if Ethan's argument is deemed important. ---------- status: pending -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 19:34:20 2014 From: report at bugs.python.org (Martijn Pieters) Date: Tue, 07 Oct 2014 17:34:20 +0000 Subject: [issue22575] bytearray documentation confuses string for unicode objects Message-ID: <1412703260.19.0.077276076378.issue22575@psf.upfronthosting.co.za> New submission from Martijn Pieters: The Python 2 version of the bytearray() documentation appears to be copied directly from its Python 3 counterpart and states that when passing in a string an encoding is required: * If it is a string, you must also give the encoding (and optionally, errors) parameters; bytearray() then converts the string to bytes using str.encode(). (from https://docs.python.org/2/library/functions.html#bytearray). This obviously doesn't apply to Python 2 str() objects, but would only apply to unicode() objects. Can this be corrected? The current wording is confusing new users (see http://stackoverflow.com/questions/26230745/how-to-convert-python-str-to-bytearray). ---------- assignee: docs at python components: Documentation messages: 228771 nosy: docs at python, mjpieters priority: normal severity: normal status: open title: bytearray documentation confuses string for unicode objects versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 20:28:32 2014 From: report at bugs.python.org (=?utf-8?b?SmVzw7pzIENlYSBBdmnDs24=?=) Date: Tue, 07 Oct 2014 18:28:32 +0000 Subject: [issue22534] bsddb memory leak with MacPorts bdb 4.6 In-Reply-To: <1412198571.01.0.730305442625.issue22534@psf.upfronthosting.co.za> Message-ID: <1412706512.56.0.948955551429.issue22534@psf.upfronthosting.co.za> Changes by Jes?s Cea Avi?n : ---------- nosy: +jcea _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 22:24:54 2014 From: report at bugs.python.org (Stefan Behnel) Date: Tue, 07 Oct 2014 20:24:54 +0000 Subject: [issue22477] GCD in Fractions In-Reply-To: <1411543502.18.0.966419857361.issue22477@psf.upfronthosting.co.za> Message-ID: <1412713494.79.0.492825409273.issue22477@psf.upfronthosting.co.za> Stefan Behnel added the comment: > it might be worth at least considering how a 'one or more parameter' gcd compares on performance grounds with a two parameter one. There shouldn't be a difference in practice. The bulk of the work is in the algorithm that finds the GCD of two numbers, and finding the GCD of multiple numbers is simply functools.reduce(math.gcd, seq_of_numbers) Since the most common use case is finding the GCD of two numbers, I don't see a reason to burden the implementation with a special case here. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 22:34:38 2014 From: report at bugs.python.org (Derek Kurth) Date: Tue, 07 Oct 2014 20:34:38 +0000 Subject: [issue22576] ftplib documentation gives a wrong argument name for storbinary Message-ID: <1412714078.21.0.80330944433.issue22576@psf.upfronthosting.co.za> New submission from Derek Kurth: The Python 3 documentation for ftplib gives the storbinary method signature as: FTP.storbinary(cmd, file, blocksize=8192, callback=None, rest=None) However, the parameter named "file" is actually named "fp" in the code, so if you do something like this: ftp.storbinary(cmd="RETR something.txt", file=f) then you will get a TypeError: storbinary() got an unexpected keyword argument 'file'. I think the documentation should be updated to call that argument "fp" instead of "file." ---------- assignee: docs at python components: Documentation messages: 228773 nosy: Derek.Kurth, docs at python priority: normal severity: normal status: open title: ftplib documentation gives a wrong argument name for storbinary versions: Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 23:15:11 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 07 Oct 2014 21:15:11 +0000 Subject: [issue22462] Modules/pyexpat.c violates PEP 384 In-Reply-To: <1411401083.5.0.108064936526.issue22462@psf.upfronthosting.co.za> Message-ID: <1412716511.46.0.479948515688.issue22462@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Here is an updated patch with a test. ---------- Added file: http://bugs.python.org/file36833/expat_traceback.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 7 23:33:35 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 07 Oct 2014 21:33:35 +0000 Subject: [issue22524] PEP 471 implementation: os.scandir() directory scanning function In-Reply-To: <1412088162.24.0.84630531931.issue22524@psf.upfronthosting.co.za> Message-ID: <1412717615.29.0.86426587652.issue22524@psf.upfronthosting.co.za> STINNER Victor added the comment: Hi Ben, I started to review your patch, sorry for the delay :-( It's convinient to have the patch on Rietveld to comment it inline. I didn't expect so much C code. The posixmodule.c is really huge. Well, it's just the longest C file of Python 3.5. Your patch adds 781 more lines to it. It's maybe time to split the file into smaller files. At the same time, reading C code is boring and it's too easy to "implement bugs". I need to be convinced that the speedup announced in the PEP requires so much C code. In the PEP and https://github.com/benhoyt/scandir#benchmarks it's not clear if the speedup comes from the C code (instead of implementing scandir in pure Python, for example using ctypes) or the lower number of syscalls. To have a fair benchmark, the best would be to have a C part only implementing opendir/readir and FirstFindFile/FindFileXXX (I'm not sure that ctypes is as fast as C code written with the Python C API), and a Python part which implements the nice Python API. If the speedup is 10% or lower, I would prefer to not add so much C code and take the compromise of a thin C wrapper and implement scandir in Python. If we implement os.scandir() in Python, should we still try to share code with os.listdir()? I see that importlib uses os.listdir(), so we need a listdir() function implemented in C at least for importlib. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 02:53:36 2014 From: report at bugs.python.org (Tom Goddard) Date: Wed, 08 Oct 2014 00:53:36 +0000 Subject: [issue16177] Typing left parenthesis in IDLE causes intermittent Cocoa Tk crash on OS X In-Reply-To: <1349800735.66.0.856769538072.issue16177@psf.upfronthosting.co.za> Message-ID: <1412729616.06.0.479683343917.issue16177@psf.upfronthosting.co.za> Tom Goddard added the comment: I've seen this crash about 50 times in the UCSF Chimera molecular visualization package, same traceback, and it is caused when a tooltip is raised, but not from IDLE. The key observation is that it only happens on dual display systems where the second display is positioned partly or entirely above or to the left of the primary display. An attempt to raise a tooltip on that second display causes a crash. This seems almost certain to be a Mac Tk bug. At first I thought it was caused by the x,y screen position of the tool tip being negative. But when the second screen is arranged above the primary screen (in Mac display system preferences) the y position is which increases from bottom to top is something like 2000, not negative. Currently my hunch is that the tooltip popup window was created for the primary display, and trying to position it on the secondary display is for some reason an error. I don't know enough about the native Mac NSWindow to say anything definitive. Hope this helps you to at least consistently reproduce the crash. ---------- nosy: +goddard _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 03:05:07 2014 From: report at bugs.python.org (Tom Goddard) Date: Wed, 08 Oct 2014 01:05:07 +0000 Subject: [issue16177] Typing left parenthesis in IDLE causes intermittent Cocoa Tk crash on OS X In-Reply-To: <1349800735.66.0.856769538072.issue16177@psf.upfronthosting.co.za> Message-ID: <1412730307.77.0.45285531617.issue16177@psf.upfronthosting.co.za> Tom Goddard added the comment: More testing shows that this Mac Tk crash with dual displays only happens when the second display is partly or entirely above the primary display in the Mac display system preferences. An attempt to show the tooltip on the second display above the top of the primary display a crash happens. Contrary to my previous comment it does not appear to depend on whether the secondary display is to the right or to the left of the primary display. Possibly the key factor is that the tooltip is being displayed above Mac top of (primary) screen menu bar. It is possible that that is an Apple bug, rather than a Mac Tk bug. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 03:12:51 2014 From: report at bugs.python.org (Ned Deily) Date: Wed, 08 Oct 2014 01:12:51 +0000 Subject: [issue16177] Typing left parenthesis in IDLE causes intermittent Cocoa Tk crash on OS X In-Reply-To: <1349800735.66.0.856769538072.issue16177@psf.upfronthosting.co.za> Message-ID: <1412730771.81.0.0704909036328.issue16177@psf.upfronthosting.co.za> Ned Deily added the comment: Tom, thanks for the detailed analysis. It seems pretty clear that this is not a Python problem and there's really nothing we can do about it. It would be great if you would be willing to open an issue on the Tcl/Tk project's issue tracker so that they are aware of it and perhaps can investigate it now that there might be a way to reliably reproduce the crash. I'm going to close this issue under the assumption it is a Tk problem. If it should prove otherwise, feel free to re-open. http://core.tcl.tk/tcl/reportlist ---------- resolution: -> third party stage: test needed -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 10:14:04 2014 From: report at bugs.python.org (gladman) Date: Wed, 08 Oct 2014 08:14:04 +0000 Subject: [issue22477] GCD in Fractions In-Reply-To: <1411543502.18.0.966419857361.issue22477@psf.upfronthosting.co.za> Message-ID: <1412756044.45.0.729779727095.issue22477@psf.upfronthosting.co.za> gladman added the comment: You might be right that it is not worth adding the ability to handle a variable number of parameters in the new gcd. But this depends on whether you are right that this would add a significant burden to the implementation. I am not sure that it would. But for pure Python implementations of gcd and gcdm: def gcd(a, b): while b: a, b = b, a % b return a def gcdm(a, *r): for b in r: while b: a, b = b, a % b return a using the second of these alone when compared with the first plus reduce on a 10000 length sequence of random numbers in 0 <= r < 10 ** 12 gives speed improvement of over 25%. And, since we are looking for speed improvements, a further possible 25% is a worthwhile gain for a common pattern of gcd use. Which is why I believe it is worth asking the question. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 11:14:01 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 08 Oct 2014 09:14:01 +0000 Subject: [issue22524] PEP 471 implementation: os.scandir() directory scanning function In-Reply-To: <1412088162.24.0.84630531931.issue22524@psf.upfronthosting.co.za> Message-ID: <1412759641.53.0.326272722419.issue22524@psf.upfronthosting.co.za> Antoine Pitrou added the comment: I agree that having a high-level wrapper around a low-level C primitive would be cool, but someone has to experiment on that to find out how much performance it would cost. You may want to have the C primitive return results in batches (of e.g. 10 or 100 entries) to limit the overhead, btw. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 12:15:51 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 08 Oct 2014 10:15:51 +0000 Subject: [issue22576] ftplib documentation gives a wrong argument name for storbinary In-Reply-To: <1412714078.21.0.80330944433.issue22576@psf.upfronthosting.co.za> Message-ID: <20141008101526.99286.29951@psf.io> Roundup Robot added the comment: New changeset 4cc584d47c7d by Berker Peksag in branch '3.4': Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods. https://hg.python.org/cpython/rev/4cc584d47c7d New changeset f21f0de30544 by Berker Peksag in branch 'default': Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods. https://hg.python.org/cpython/rev/f21f0de30544 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 12:16:52 2014 From: report at bugs.python.org (Berker Peksag) Date: Wed, 08 Oct 2014 10:16:52 +0000 Subject: [issue22576] ftplib documentation gives a wrong argument name for storbinary In-Reply-To: <1412714078.21.0.80330944433.issue22576@psf.upfronthosting.co.za> Message-ID: <1412763412.27.0.0379439625848.issue22576@psf.upfronthosting.co.za> Berker Peksag added the comment: Fixed. Thanks for the report, Derek. ---------- assignee: docs at python -> berker.peksag nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.4, Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 12:21:49 2014 From: report at bugs.python.org (Xavier de Gaye) Date: Wed, 08 Oct 2014 10:21:49 +0000 Subject: [issue22577] local variable changes lost after pdb jump command Message-ID: <1412763709.52.0.382735862315.issue22577@psf.upfronthosting.co.za> New submission from Xavier de Gaye: With the following pdb_jump.py script: def foo(x): import pdb; pdb.set_trace() lineno = 3 lineno = 4 foo(1) The change made to 'x' is lost after a jump to line 4: $ ./python ~/tmp/test/pdb_jump.py > ~/tmp/test/pdb_jump.py(3)foo() -> lineno = 3 (Pdb) x = 123 (Pdb) jump 4 > ~/tmp/test/pdb_jump.py(4)foo() -> lineno = 4 (Pdb) x 1 (Pdb) The problem is that the Bdb format_stack_entry() method refers to frame.f_locals and thus overwrites the changes made to the f_locals dictionary as the f_locals dictionary is updated from the actual frame locals whenever the f_locals accessor is called as stated in a comment of the Pdb setup() method. ---------- components: Library (Lib) messages: 228783 nosy: georg.brandl, xdegaye priority: normal severity: normal status: open title: local variable changes lost after pdb jump command type: behavior versions: Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 12:24:08 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 08 Oct 2014 10:24:08 +0000 Subject: [issue22524] PEP 471 implementation: os.scandir() directory scanning function In-Reply-To: <1412759641.53.0.326272722419.issue22524@psf.upfronthosting.co.za> Message-ID: STINNER Victor added the comment: > You may want to have the C primitive return results in batches (of e.g. 10 or 100 entries) to limit the overhead, btw. Ah yes, good idea. I read that internally readdir() also fetchs many entries in a single syscall (prefetch" / readahead, I don't know how to call that). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 12:51:20 2014 From: report at bugs.python.org (Christian Heimes) Date: Wed, 08 Oct 2014 10:51:20 +0000 Subject: [issue22181] os.urandom() should use Linux 3.17 getrandom() syscall In-Reply-To: <1407713563.4.0.264701036097.issue22181@psf.upfronthosting.co.za> Message-ID: <1412765480.29.0.803919023894.issue22181@psf.upfronthosting.co.za> Christian Heimes added the comment: Let's not be early adopters here. I suggest we wait until glibc has a proper interface. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 14:26:44 2014 From: report at bugs.python.org (Ben Hoyt) Date: Wed, 08 Oct 2014 12:26:44 +0000 Subject: [issue22524] PEP 471 implementation: os.scandir() directory scanning function In-Reply-To: <1412088162.24.0.84630531931.issue22524@psf.upfronthosting.co.za> Message-ID: <1412771204.71.0.376514042329.issue22524@psf.upfronthosting.co.za> Ben Hoyt added the comment: Thanks for the initial response and code review, Victor. I'll take a look and respond further in the next few days. In the meantime, however, I'm definitely open to splitting scandir out into its own C file. This will mean a little refactoring (making some functions public/non-static). Based on the numbers so far, I'm not so keen on implementing just the sys calls in C and the rest in Python. I already do basically this with ctypes in the scandir module, and it's slowish. I'll send proper numbers through soon, but here's what I remember from running benchmark.py on my Windows laptop with SSD drive: ctypes version: os.walk() 9x faster with scandir CPython 3.5 C version (debug): os.walk() 24x faster with scandir CPython 3.5 C version (release): os.walk() 55x faster with scandir So you do get a lot of speedup from just the ctypes version, but you get a lot more (55/9 = 6x more here) by using the all-C version. Again, these numbers are from memory -- I'll send exact ones later. One of the problems is that creating the DirEntry objects and calling their methods is fairly expensive, and if this is all done in Python, you lose a lot. I believe scandir() would end up being slower than listdir() in many cases. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 14:45:10 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 08 Oct 2014 12:45:10 +0000 Subject: [issue22578] Add addition attributes to re.error Message-ID: <1412772310.32.0.0247834995037.issue22578@psf.upfronthosting.co.za> New submission from Serhiy Storchaka: Proposed patch adds additional attributes to the re.error exception: msg, pattern, pos, colno, lineno. It also adds helpful information to error message. Examples: >>> re.compile(r"abc\u123") Traceback (most recent call last): File "", line 1, in File "/home/serhiy/py/cpython/Lib/re.py", line 220, in compile return _compile(pattern, flags) File "/home/serhiy/py/cpython/Lib/re.py", line 287, in _compile p = sre_compile.compile(pattern, flags) File "/home/serhiy/py/cpython/Lib/sre_compile.py", line 465, in compile p = sre_parse.parse(p, flags) File "/home/serhiy/py/cpython/Lib/sre_parse.py", line 797, in parse p = _parse_sub(source, pattern, 0) File "/home/serhiy/py/cpython/Lib/sre_parse.py", line 387, in _parse_sub itemsappend(_parse(source, state)) File "/home/serhiy/py/cpython/Lib/sre_parse.py", line 767, in _parse code = _escape(source, this, state) File "/home/serhiy/py/cpython/Lib/sre_parse.py", line 378, in _escape raise source.error("bogus escape: %s" % repr(escape), len(escape)) sre_constants.error: bogus escape: '\\u123' at position 3 >>> re.compile(""" ... (?x) ... .++ ... """) Traceback (most recent call last): File "", line 4, in File "/home/serhiy/py/cpython/Lib/re.py", line 220, in compile return _compile(pattern, flags) File "/home/serhiy/py/cpython/Lib/re.py", line 287, in _compile p = sre_compile.compile(pattern, flags) File "/home/serhiy/py/cpython/Lib/sre_compile.py", line 465, in compile p = sre_parse.parse(p, flags) File "/home/serhiy/py/cpython/Lib/sre_parse.py", line 797, in parse p = _parse_sub(source, pattern, 0) File "/home/serhiy/py/cpython/Lib/sre_parse.py", line 387, in _parse_sub itemsappend(_parse(source, state)) File "/home/serhiy/py/cpython/Lib/sre_parse.py", line 602, in _parse source.tell() - here + len(this)) sre_constants.error: multiple repeat at position 16 (line 3, column 7) See also PEP 473, issue19361 and issue22364. ---------- files: re_error_attrs.patch keywords: patch messages: 228787 nosy: serhiy.storchaka priority: normal severity: normal status: open title: Add addition attributes to re.error Added file: http://bugs.python.org/file36834/re_error_attrs.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 14:46:15 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 08 Oct 2014 12:46:15 +0000 Subject: [issue22578] Add addition attributes to re.error In-Reply-To: <1412772310.32.0.0247834995037.issue22578@psf.upfronthosting.co.za> Message-ID: <1412772375.75.0.708799130878.issue22578@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- components: +Regular Expressions nosy: +ezio.melotti, mrabarnett, pitrou stage: -> patch review type: -> enhancement versions: +Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 15:11:05 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 08 Oct 2014 13:11:05 +0000 Subject: [issue22578] Add additional attributes to re.error In-Reply-To: <1412772310.32.0.0247834995037.issue22578@psf.upfronthosting.co.za> Message-ID: <1412773865.38.0.182603040421.issue22578@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- title: Add addition attributes to re.error -> Add additional attributes to re.error _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 15:16:04 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 08 Oct 2014 13:16:04 +0000 Subject: [issue22578] Add additional attributes to re.error In-Reply-To: <1412772310.32.0.0247834995037.issue22578@psf.upfronthosting.co.za> Message-ID: <1412774164.91.0.613289331284.issue22578@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Sounds ok, but it would be nice to add some tests. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 15:26:55 2014 From: report at bugs.python.org (Jeffrey Armstrong) Date: Wed, 08 Oct 2014 13:26:55 +0000 Subject: [issue22579] Posix module init function name should not be compiler-dependent Message-ID: <1412774815.08.0.905106017715.issue22579@psf.upfronthosting.co.za> New submission from Jeffrey Armstrong: The determination of the name of the posix module's initialization function (at Modules/posixmodule.c:12055) is currently dependent on the compiler being used. For MSVC, Watcom, or Borland, the name is defined as "PyInit_nt." However, both Open Watcom and Borland have shipped compilers for GNU/Linux (and other platforms), making determining the posix module initialization function based on compiler incorrect. Most other places in Modules/posixmodule.c correctly use the "MS_WINDOWS" preprocessor definition to determine if Windows routines should be used. Naming the intialization function for the posix module should be dependent on this as well rather than compiler identifiers. Linking the interpreter natively with Open Watcom fails under GNU/Linux due to "PyInit_posix" being undefined. This occurs because of the reasons described above. The patch included corrects the issue. ---------- components: Interpreter Core files: posix_init.patch keywords: patch messages: 228789 nosy: Jeffrey.Armstrong priority: normal severity: normal status: open title: Posix module init function name should not be compiler-dependent type: compile error versions: Python 3.4 Added file: http://bugs.python.org/file36835/posix_init.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 15:59:57 2014 From: report at bugs.python.org (700eb415) Date: Wed, 08 Oct 2014 13:59:57 +0000 Subject: [issue22181] os.urandom() should use Linux 3.17 getrandom() syscall In-Reply-To: <1407713563.4.0.264701036097.issue22181@psf.upfronthosting.co.za> Message-ID: <1412776797.73.0.154949079806.issue22181@psf.upfronthosting.co.za> 700eb415 added the comment: OpenBSD already provides high quality pseudorandom numbers from arc4random(). I don't think this would make us "early adopters" since it has been around for some time on this platform. It's also worth mentioning that getentropy() is not recommended in use for normal code as per stated in the man page. arc4random() is recommended, but there may be a reason the first poster has recommended getentropy() ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 16:04:05 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Wed, 08 Oct 2014 14:04:05 +0000 Subject: [issue22181] os.urandom() should use Linux 3.17 getrandom() syscall In-Reply-To: <1407713563.4.0.264701036097.issue22181@psf.upfronthosting.co.za> Message-ID: <1412777045.71.0.500021812947.issue22181@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 16:06:54 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 08 Oct 2014 14:06:54 +0000 Subject: [issue22181] os.urandom() should use Linux 3.17 getrandom() syscall In-Reply-To: <1407713563.4.0.264701036097.issue22181@psf.upfronthosting.co.za> Message-ID: <1412777214.83.0.206717952167.issue22181@psf.upfronthosting.co.za> Antoine Pitrou added the comment: This issue is about Linux support. Does the glibc have arc4random? I can't find it on my Ubuntu 13.10 system. ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 16:20:22 2014 From: report at bugs.python.org (Alex Gaynor) Date: Wed, 08 Oct 2014 14:20:22 +0000 Subject: [issue22181] os.urandom() should use Linux 3.17 getrandom() syscall In-Reply-To: <1407713563.4.0.264701036097.issue22181@psf.upfronthosting.co.za> Message-ID: <1412778022.42.0.330324601269.issue22181@psf.upfronthosting.co.za> Alex Gaynor added the comment: As I said on the other ticket, using arc4random() indiscriminately would be a very poor idea, on some platforms (such as OS X) arc4random() really does use ARC4, which means there are serious security concerns with it. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 16:23:29 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 08 Oct 2014 14:23:29 +0000 Subject: [issue22578] Add additional attributes to re.error In-Reply-To: <1412774164.91.0.613289331284.issue22578@psf.upfronthosting.co.za> Message-ID: <3456648.v83zyxrGBa@raxxla> Serhiy Storchaka added the comment: > Sounds ok, but it would be nice to add some tests. Thank you. Here is a patch with added test. ---------- Added file: http://bugs.python.org/file36836/re_error_attrs2.patch _______________________________________ Python tracker _______________________________________ -------------- next part -------------- diff -r f21f0de30544 Doc/library/re.rst --- a/Doc/library/re.rst Wed Oct 08 13:15:36 2014 +0300 +++ b/Doc/library/re.rst Wed Oct 08 17:19:56 2014 +0300 @@ -726,13 +726,36 @@ form. Clear the regular expression cache. -.. exception:: error +.. exception:: error(msg, pattern=None, pos=None) Exception raised when a string passed to one of the functions here is not a valid regular expression (for example, it might contain unmatched parentheses) or when some other error occurs during compilation or matching. It is never an - error if a string contains no match for a pattern. + error if a string contains no match for a pattern. The error instance has + the following additional attributes: + .. attribute:: msg + + The unformatted error message + + .. attribute:: pattern + + The regular expression pattern. + + .. attribute:: pos + + The index of *pattern* where compilation failed + + .. attribute:: lineno + + The line corresponding to *pos* + + .. attribute:: colno + + The column corresponding to *pos* + + .. versionchanged:: 3.5 + Added additional attributes. .. _re-objects: diff -r f21f0de30544 Lib/sre_constants.py --- a/Lib/sre_constants.py Wed Oct 08 13:15:36 2014 +0300 +++ b/Lib/sre_constants.py Wed Oct 08 17:19:56 2014 +0300 @@ -21,8 +21,37 @@ from _sre import MAXREPEAT, MAXGROUPS # should this really be here? class error(Exception): - pass + def __init__(self, msg, pattern=None, pos=None): + self.msg = msg + self.pattern = pattern + self.pos = pos + if pattern is not None and pos is not None: + msg = '%s at position %d' % (msg, pos) + if isinstance(pattern, str): + newline = '\n' + else: + newline = b'\n' + self.lineno = pattern.count(newline, 0, pos) + 1 + if self.lineno == 1: + self.colno = pos + 1 + else: + self.colno = pos - pattern.rindex(newline, 0, pos) + msg = '%s (line %d, column %d)' % (msg, self.lineno, self.colno) + else: + self.lineno = self.colno = None + super().__init__(msg) +def linecol(doc, pos): + if isinstance(pattern, str): + newline = '\n' + else: + newline = b'\n' + lineno = pattern.count(newline, 0, pos) + 1 + if lineno == 1: + colno = pos + 1 + else: + colno = pos - doc.rindex(newline, 0, pos) + return lineno, colno # operators FAILURE = "failure" diff -r f21f0de30544 Lib/sre_parse.py --- a/Lib/sre_parse.py Wed Oct 08 13:15:36 2014 +0300 +++ b/Lib/sre_parse.py Wed Oct 08 17:19:56 2014 +0300 @@ -207,7 +207,8 @@ class Tokenizer: try: c = self.string[self.index + 1] except IndexError: - raise error("bogus escape (end of line)") + self.next = None + raise self.error("bogus escape (end of line)", 0) if not self.istext: c = chr(c) char = char + c @@ -233,9 +234,13 @@ class Tokenizer: self.__next() return result def tell(self): - return self.index, self.next + return self.index - len(self.next or '') def seek(self, index): - self.index, self.next = index + self.index = index + self.__next() + + def error(self, msg, offset): + return error(msg, self.string, self.tell() - offset) # The following three functions are not used in this module anymore, but we keep # them here (with DeprecationWarnings) for backwards compatibility. @@ -299,8 +304,8 @@ def _class_escape(source, escape): escape += source.getwhile(2, OCTDIGITS) c = int(escape[1:], 8) if c > 0o377: - raise error('octal escape value %r outside of ' - 'range 0-0o377' % escape) + raise source.error('octal escape value %r outside of ' + 'range 0-0o377' % escape, len(escape)) return LITERAL, c elif c in DIGITS: raise ValueError @@ -308,7 +313,7 @@ def _class_escape(source, escape): return LITERAL, ord(escape[1]) except ValueError: pass - raise error("bogus escape: %s" % repr(escape)) + raise source.error("bogus escape: %s" % repr(escape), len(escape)) def _escape(source, escape, state): # handle escape code in expression @@ -354,21 +359,23 @@ def _escape(source, escape, state): escape = escape + source.get() c = int(escape[1:], 8) if c > 0o377: - raise error('octal escape value %r outside of ' - 'range 0-0o377' % escape) + raise source.error('octal escape value %r outside of ' + 'range 0-0o377' % escape, + len(escape)) return LITERAL, c # not an octal escape, so this is a group reference group = int(escape[1:]) if group < state.groups: if not state.checkgroup(group): - raise error("cannot refer to open group") + raise source.error("cannot refer to open group", + len(escape)) return GROUPREF, group raise ValueError if len(escape) == 2: return LITERAL, ord(escape[1]) except ValueError: pass - raise error("bogus escape: %s" % repr(escape)) + raise source.error("bogus escape: %s" % repr(escape), len(escape)) def _parse_sub(source, state, nested=1): # parse an alternation: a|b|c @@ -385,7 +392,7 @@ def _parse_sub(source, state, nested=1): if not source.next or sourcematch(")", 0): break else: - raise error("pattern not properly closed") + raise source.error("pattern not properly closed", 0) if len(items) == 1: return items[0] @@ -434,11 +441,12 @@ def _parse_sub_cond(source, state, condg if source.match("|"): item_no = _parse(source, state) if source.match("|"): - raise error("conditional backref with more than two branches") + raise source.error("conditional backref with more than two branches", + 1) else: item_no = None if source.next and not source.match(")", 0): - raise error("pattern not properly closed") + raise source.error("pattern not properly closed", 0) subpattern = SubPattern(state) subpattern.append((GROUPREF_EXISTS, (condgroup, item_yes, item_no))) return subpattern @@ -503,7 +511,7 @@ def _parse(source, state): elif this: code1 = LITERAL, ord(this) else: - raise error("unexpected end of regular expression") + raise source.error("unexpected end of regular expression", 0) if sourcematch("-"): # potential range this = sourceget() @@ -519,14 +527,14 @@ def _parse(source, state): else: code2 = LITERAL, ord(this) if code1[0] != LITERAL or code2[0] != LITERAL: - raise error("bad character range") + raise source.error("bad character range", len(this)) lo = code1[1] hi = code2[1] if hi < lo: - raise error("bad character range") + raise source.error("bad character range", len(this)) setappend((RANGE, (lo, hi))) else: - raise error("unexpected end of regular expression") + raise source.error("unexpected end of regular expression", 0) else: if code1[0] is IN: code1 = code1[1][0] @@ -543,6 +551,7 @@ def _parse(source, state): elif this and this[0] in REPEAT_CHARS: # repeat previous item + here = source.tell() if this == "?": min, max = 0, 1 elif this == "*": @@ -554,7 +563,6 @@ def _parse(source, state): if source.next == "}": subpatternappend((LITERAL, ord(this))) continue - here = source.tell() min, max = 0, MAXREPEAT lo = hi = "" while source.next in DIGITS: @@ -577,18 +585,21 @@ def _parse(source, state): if max >= MAXREPEAT: raise OverflowError("the repetition number is too large") if max < min: - raise error("bad repeat interval") + raise source.error("bad repeat interval", + source.tell() - here) else: - raise error("not supported") + raise source.error("not supported", len(this)) # figure out which item to repeat if subpattern: item = subpattern[-1:] else: item = None if not item or (_len(item) == 1 and item[0][0] == AT): - raise error("nothing to repeat") + raise source.error("nothing to repeat", + source.tell() - here + len(this)) if item[0][0] in REPEATCODES: - raise error("multiple repeat") + raise source.error("multiple repeat", + source.tell() - here + len(this)) if sourcematch("?"): subpattern[-1] = (MIN_REPEAT, (min, max, item)) else: @@ -612,41 +623,45 @@ def _parse(source, state): while 1: char = sourceget() if char is None: - raise error("unterminated name") + raise source.error("unterminated name", 0) if char == ">": break name = name + char group = 1 if not name: - raise error("missing group name") + raise source.error("missing group name", 1) if not name.isidentifier(): - raise error("bad character in group name %r" % name) + raise source.error("bad character in group name " + "%r" % name, + len(name) + 1) elif sourcematch("="): # named backreference name = "" while 1: char = sourceget() if char is None: - raise error("unterminated name") + raise source.error("unterminated name", 0) if char == ")": break name = name + char if not name: - raise error("missing group name") + raise source.error("missing group name", 1) if not name.isidentifier(): - raise error("bad character in backref group name " - "%r" % name) + raise source.error("bad character in backref " + "group name %r" % name, + len(name) + 1) gid = state.groupdict.get(name) if gid is None: msg = "unknown group name: {0!r}".format(name) - raise error(msg) + raise source.error(msg, len(name) + 1) subpatternappend((GROUPREF, gid)) continue else: char = sourceget() if char is None: - raise error("unexpected end of pattern") - raise error("unknown specifier: ?P%s" % char) + raise source.error("unexpected end of pattern", 0) + raise source.error("unknown specifier: ?P%s" % char, + len(char)) elif sourcematch(":"): # non-capturing group group = 2 @@ -657,7 +672,7 @@ def _parse(source, state): break sourceget() if not sourcematch(")"): - raise error("unbalanced parenthesis") + raise source.error("unbalanced parenthesis", 0) continue elif source.next in ASSERTCHARS: # lookahead assertions @@ -665,12 +680,12 @@ def _parse(source, state): dir = 1 if char == "<": if source.next not in LOOKBEHINDASSERTCHARS: - raise error("syntax error") + raise source.error("syntax error", 0) dir = -1 # lookbehind char = sourceget() p = _parse_sub(source, state) if not sourcematch(")"): - raise error("unbalanced parenthesis") + raise source.error("unbalanced parenthesis", 0) if char == "=": subpatternappend((ASSERT, (dir, p))) else: @@ -682,33 +697,36 @@ def _parse(source, state): while 1: char = sourceget() if char is None: - raise error("unterminated name") + raise source.error("unterminated name", 0) if char == ")": break condname = condname + char group = 2 if not condname: - raise error("missing group name") + raise source.error("missing group name", 1) if condname.isidentifier(): condgroup = state.groupdict.get(condname) if condgroup is None: msg = "unknown group name: {0!r}".format(condname) - raise error(msg) + raise source.error(msg, len(condname) + 1) else: try: condgroup = int(condname) if condgroup < 0: raise ValueError except ValueError: - raise error("bad character in group name") + raise source.error("bad character in group name", + len(condname) + 1) if not condgroup: - raise error("bad group number") + raise source.error("bad group number", + len(condname) + 1) if condgroup >= MAXGROUPS: - raise error("the group number is too large") + raise source.error("the group number is too large", + len(condname) + 1) else: # flags if not source.next in FLAGS: - raise error("unexpected end of pattern") + raise source.error("unexpected end of pattern", 0) while source.next in FLAGS: state.flags = state.flags | FLAGS[sourceget()] if group: @@ -717,13 +735,16 @@ def _parse(source, state): # anonymous group group = None else: - group = state.opengroup(name) + try: + group = state.opengroup(name) + except error as err: + raise source.error(err.msg, len(name) + 1) if condgroup: p = _parse_sub_cond(source, state, condgroup) else: p = _parse_sub(source, state) if not sourcematch(")"): - raise error("unbalanced parenthesis") + raise source.error("unbalanced parenthesis", 0) if group is not None: state.closegroup(group) subpatternappend((SUBPATTERN, (group, p))) @@ -731,10 +752,10 @@ def _parse(source, state): while 1: char = sourceget() if char is None: - raise error("unexpected end of pattern") + raise source.error("unexpected end of pattern", 0) if char == ")": break - raise error("unknown extension") + raise source.error("unknown extension", len(char)) elif this == "^": subpatternappend((AT, AT_BEGINNING)) @@ -747,7 +768,7 @@ def _parse(source, state): subpatternappend(code) else: - raise error("parser error") + raise source.error("parser error", len(this)) return subpattern @@ -778,9 +799,10 @@ def parse(str, flags=0, pattern=None): tail = source.get() if tail == ")": - raise error("unbalanced parenthesis") + raise source.error("unbalanced parenthesis", 1) elif tail: - raise error("bogus characters at end of regular expression") + raise source.error("bogus characters at end of regular expression", + len(tail)) if flags & SRE_FLAG_DEBUG: p.dump() @@ -820,21 +842,23 @@ def parse_template(source, pattern): while True: char = sget() if char is None: - raise error("unterminated group name") + raise s.error("unterminated group name", 0) if char == ">": break name += char if not name: - raise error("missing group name") + raise s.error("missing group name", 1) try: index = int(name) if index < 0: - raise error("negative group number") + raise s.error("negative group number", len(name) + 1) if index >= MAXGROUPS: - raise error("the group number is too large") + raise s.error("the group number is too large", + len(name) + 1) except ValueError: if not name.isidentifier(): - raise error("bad character in group name") + raise s.error("bad character in group name", + len(name) + 1) try: index = pattern.groupindex[name] except KeyError: @@ -857,8 +881,8 @@ def parse_template(source, pattern): isoctal = True c = int(this[1:], 8) if c > 0o377: - raise error('octal escape value %r outside of ' - 'range 0-0o377' % this) + raise s.error('octal escape value %r outside of ' + 'range 0-0o377' % this, len(this)) lappend(chr(c)) if not isoctal: addgroup(int(this[1:])) diff -r f21f0de30544 Lib/test/test_re.py --- a/Lib/test/test_re.py Wed Oct 08 13:15:36 2014 +0300 +++ b/Lib/test/test_re.py Wed Oct 08 17:19:56 2014 +0300 @@ -1270,6 +1270,40 @@ subpattern None # with ignore case. self.assertEqual(re.fullmatch('[a-c]+', 'ABC', re.I).span(), (0, 3)) + def test_error(self): + with self.assertRaises(re.error) as cm: + re.compile('(\u20ac))') + err = cm.exception + self.assertIsInstance(err.pattern, str) + self.assertEqual(err.pattern, '(\u20ac))') + self.assertEqual(err.pos, 3) + self.assertEqual(err.lineno, 1) + self.assertEqual(err.colno, 4) + self.assertIn(err.msg, str(err)) + self.assertIn(' at position 3', str(err)) + self.assertNotIn(' at position 3', err.msg) + with self.assertRaises(re.error) as cm: + re.compile(b'(\xa4))') + err = cm.exception + self.assertIsInstance(err.pattern, bytes) + self.assertEqual(err.pattern, b'(\xa4))') + self.assertEqual(err.pos, 3) + with self.assertRaises(re.error) as cm: + re.compile(""" + ( + abc + ) + ) + ( + """, re.VERBOSE) + err = cm.exception + self.assertEqual(err.pos, 77) + self.assertEqual(err.lineno, 5) + self.assertEqual(err.colno, 17) + self.assertIn(err.msg, str(err)) + self.assertIn(' at position 77', str(err)) + self.assertIn('(line 5, column 17)', str(err)) + class PatternReprTests(unittest.TestCase): def check(self, pattern, expected): From report at bugs.python.org Wed Oct 8 16:29:56 2014 From: report at bugs.python.org (700eb415) Date: Wed, 08 Oct 2014 14:29:56 +0000 Subject: [issue22181] os.urandom() should use Linux 3.17 getrandom() syscall In-Reply-To: <1407713563.4.0.264701036097.issue22181@psf.upfronthosting.co.za> Message-ID: <1412778596.75.0.795113722839.issue22181@psf.upfronthosting.co.za> 700eb415 added the comment: While I agree it may not be wise to use arc4random() globally, OpenBSD is unlikely to create a duplicate interface since it's already available. Python is currently unusable in chroots on that platform without reducing the security of the host partition by removing the nodev mount flag. I feel like there must be a good solution to this. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 16:30:54 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 08 Oct 2014 14:30:54 +0000 Subject: [issue22181] os.urandom() should use Linux 3.17 getrandom() syscall In-Reply-To: <1407713563.4.0.264701036097.issue22181@psf.upfronthosting.co.za> Message-ID: <1412778654.62.0.778785365222.issue22181@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Since this is a Linux-specific issue (see the title), you should create a separate issue for OpenBSD support. Bonus points if you want to submit a patch as well :-) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 16:52:38 2014 From: report at bugs.python.org (Alexander Belopolsky) Date: Wed, 08 Oct 2014 14:52:38 +0000 Subject: [issue7830] Flatten nested functools.partial In-Reply-To: <1265051251.66.0.305258896073.issue7830@psf.upfronthosting.co.za> Message-ID: <1412779958.78.0.600226893218.issue7830@psf.upfronthosting.co.za> Alexander Belopolsky added the comment: I've updated the patch. ---------- keywords: +patch Added file: http://bugs.python.org/file36837/issue7830-2.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 17:12:00 2014 From: report at bugs.python.org (Josh Ayers) Date: Wed, 08 Oct 2014 15:12:00 +0000 Subject: [issue22580] PyUnicode_Tailmatch documentation does not match signature Message-ID: <1412781119.96.0.100711584071.issue22580@psf.upfronthosting.co.za> New submission from Josh Ayers: The documentation for PyUnicode_Tailmatch says it returns an int: https://docs.python.org/3/c-api/unicode.html?highlight=pyunicode_tailmatch#c.PyUnicode_Tailmatch However, the include file shows it returns Py_ssize_t: https://hg.python.org/cpython/file/f21f0de30544/Include/unicodeobject.h#l1952 ---------- components: Unicode messages: 228797 nosy: Josh.Ayers, ezio.melotti, haypo priority: normal severity: normal status: open title: PyUnicode_Tailmatch documentation does not match signature versions: Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 17:59:46 2014 From: report at bugs.python.org (=?utf-8?q?Julien_Pag=C3=A8s?=) Date: Wed, 08 Oct 2014 15:59:46 +0000 Subject: [issue11664] Add patch method to unittest.TestCase In-Reply-To: <1300999439.71.0.376555102459.issue11664@psf.upfronthosting.co.za> Message-ID: <1412783986.14.0.763741733275.issue11664@psf.upfronthosting.co.za> Julien Pag?s added the comment: Hi all, I would like to contribute to Python and I'm interested in working on this. I have few questions (I hope you don't mind that I ask here): - is this issue still open and needed ? - if yes, do I have to work from 3.3 branch, as stated in the issue "Versions" field, or in the default one ? ---------- nosy: +parkouss _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 18:18:21 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 08 Oct 2014 16:18:21 +0000 Subject: [issue22581] Other mentions of the buffer protocol Message-ID: <1412785100.97.0.773176507587.issue22581@psf.upfronthosting.co.za> New submission from Serhiy Storchaka: In addition to issue16518. There are other non-fixed messages (may be introduced after 3.3): >>> b''.join(['']) Traceback (most recent call last): File "", line 1, in TypeError: sequence item 0: expected bytes, bytearray, or an object with the buffer interface, str found >>> str(42, 'utf8') Traceback (most recent call last): File "", line 1, in TypeError: coercing to str: need bytes, bytearray or buffer-like object, int found >>> import array; array.array('B').frombytes(array.array('I')) Traceback (most recent call last): File "", line 1, in TypeError: string/buffer of bytes required. >>> import socket; print(socket.socket.sendmsg.__doc__) sendmsg(buffers[, ancdata[, flags[, address]]]) -> count Send normal and ancillary data to the socket, gathering the non-ancillary data from a series of buffers and concatenating it into a single message. The buffers argument specifies the non-ancillary data as an iterable of buffer-compatible objects (e.g. bytes objects). The ancdata argument specifies the ancillary data (control messages) as an iterable of zero or more tuples (cmsg_level, cmsg_type, cmsg_data), where cmsg_level and cmsg_type are integers specifying the protocol level and protocol-specific type respectively, and cmsg_data is a buffer-compatible object holding the associated data. The flags argument defaults to 0 and has the same meaning as for send(). If address is supplied and not None, it sets a destination address for the message. The return value is the number of bytes of non-ancillary data sent. And there are several mentions of "buffer-like" or "buffer-compatible" in the documentation. ---------- assignee: docs at python components: Documentation keywords: easy messages: 228799 nosy: chris.jerdonek, docs at python, eric.araujo, ezio.melotti, flox, georg.brandl, pitrou, python-dev, r.david.murray, rhettinger, serhiy.storchaka, skrah, terry.reedy priority: normal severity: normal stage: needs patch status: open title: Other mentions of the buffer protocol _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 19:07:20 2014 From: report at bugs.python.org (=?utf-8?q?Mat=C4=9Bj_Stuchl=C3=ADk?=) Date: Wed, 08 Oct 2014 17:07:20 +0000 Subject: [issue22327] test_gdb failures on Ubuntu 14.10 In-Reply-To: <1409690431.38.0.272932349651.issue22327@psf.upfronthosting.co.za> Message-ID: <1412788040.21.0.623500058386.issue22327@psf.upfronthosting.co.za> Mat?j Stuchl?k added the comment: FYI I'm seeing the error with the new 3.4.2 release as well. https://kojipkgs.fedoraproject.org//work/tasks/599/7800599/build.log ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 19:48:22 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 08 Oct 2014 17:48:22 +0000 Subject: [issue11664] Add patch method to unittest.TestCase In-Reply-To: <1300999439.71.0.376555102459.issue11664@psf.upfronthosting.co.za> Message-ID: <1412790502.83.0.0303917394634.issue11664@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Hi Julien and welcome, > - is this issue still open and needed ? Yes and "perhaps". I have no opinion on whether it is necessary, but other people seem to think it's useful. > - if yes, do I have to work from 3.3 branch, as stated in the issue "Versions" field, or in the default one ? No, you should work with the default branch. Other branches only receive bug fixes, not improvements such as this. If you haven't yet done so, you may also take a look at the devguide: https://docs.python.org/devguide/ ---------- nosy: +pitrou, rbcollins _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 19:48:33 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 08 Oct 2014 17:48:33 +0000 Subject: [issue11664] Add patch method to unittest.TestCase In-Reply-To: <1300999439.71.0.376555102459.issue11664@psf.upfronthosting.co.za> Message-ID: <1412790513.71.0.206672762663.issue11664@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- assignee: michael.foord -> versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 20:03:10 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 08 Oct 2014 18:03:10 +0000 Subject: [issue22462] Modules/pyexpat.c violates PEP 384 In-Reply-To: <1411401083.5.0.108064936526.issue22462@psf.upfronthosting.co.za> Message-ID: <20141008180248.50636.86954@psf.io> Roundup Robot added the comment: New changeset 5433ef907e4f by Antoine Pitrou in branch '3.4': Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. https://hg.python.org/cpython/rev/5433ef907e4f New changeset f2f13aeb590a by Antoine Pitrou in branch 'default': Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. https://hg.python.org/cpython/rev/f2f13aeb590a ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 20:04:04 2014 From: report at bugs.python.org (700eb415) Date: Wed, 08 Oct 2014 18:04:04 +0000 Subject: [issue22542] Use syscall (eg. arc4random or getentropy) rather than /dev/urandom when possible In-Reply-To: <1412272060.2.0.302379812254.issue22542@psf.upfronthosting.co.za> Message-ID: <1412791444.63.0.024385605391.issue22542@psf.upfronthosting.co.za> 700eb415 added the comment: I'm reopening this for now as advised from the Linux getrandom() thread. I agree we should not be using arc4random() blindly. However, in the long run it is a necessary change at least on OpenBSD. OpenBSD is not likely to create another syscall to avoid portability problems with OS X, so IMO it's best to utilize the existing calls on the system. I'll work on some portable way of deterministically enabling it when needed and put a patch out for review. I think the payoff would be good when taking into account the security implications and cases where there are no available file descriptors. Hopefully this could then be used as a template for getrandom() when implemented on Linux. ---------- status: closed -> open versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 20:05:51 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 08 Oct 2014 18:05:51 +0000 Subject: [issue22542] Use syscall (eg. arc4random or getentropy) rather than /dev/urandom when possible In-Reply-To: <1412272060.2.0.302379812254.issue22542@psf.upfronthosting.co.za> Message-ID: <1412791551.83.0.606164474871.issue22542@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- components: +Interpreter Core -Build resolution: duplicate -> stage: -> needs patch type: -> enhancement _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 20:06:22 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 08 Oct 2014 18:06:22 +0000 Subject: [issue22542] Use arc4random under OpenBSD for os.urandom() In-Reply-To: <1412272060.2.0.302379812254.issue22542@psf.upfronthosting.co.za> Message-ID: <1412791582.33.0.60481054724.issue22542@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- title: Use syscall (eg. arc4random or getentropy) rather than /dev/urandom when possible -> Use arc4random under OpenBSD for os.urandom() _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 20:08:34 2014 From: report at bugs.python.org (=?utf-8?q?Julien_Pag=C3=A8s?=) Date: Wed, 08 Oct 2014 18:08:34 +0000 Subject: [issue11664] Add patch method to unittest.TestCase In-Reply-To: <1300999439.71.0.376555102459.issue11664@psf.upfronthosting.co.za> Message-ID: <1412791714.22.0.813339366874.issue11664@psf.upfronthosting.co.za> Julien Pag?s added the comment: Thanks Antoine for the link, and the quick answer; It seems that it is a sensible subject, adding or not this method, and what it should do. I wrote the patch anyway, but I must confess that somewhere it feels strange to me to add such a method in TestCase class. Nevertheless, it could be useful, and I will let other people decide this. :) ---------- Added file: http://bugs.python.org/file36838/issue-11664.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 20:08:38 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 08 Oct 2014 18:08:38 +0000 Subject: [issue22462] Modules/pyexpat.c violates PEP 384 In-Reply-To: <1411401083.5.0.108064936526.issue22462@psf.upfronthosting.co.za> Message-ID: <1412791718.02.0.581520484907.issue22462@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Patch pushed. I've kept the changes together :) Hopefully there won't be any ctypes regression. ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 20:14:37 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 08 Oct 2014 18:14:37 +0000 Subject: [issue22526] file iteration SystemError for huge lines (2GiB+) In-Reply-To: <1412093451.75.0.0583026923325.issue22526@psf.upfronthosting.co.za> Message-ID: <1412792077.97.0.965814194469.issue22526@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Could anyone please test it on Windows? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 20:21:07 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 08 Oct 2014 18:21:07 +0000 Subject: [issue22550] issubclass can fail after module reloading In-Reply-To: <1412360975.58.0.103678006739.issue22550@psf.upfronthosting.co.za> Message-ID: <1412792467.44.0.653457370145.issue22550@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- resolution: -> wont fix stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 20:27:49 2014 From: report at bugs.python.org (Kevin Dyer) Date: Wed, 08 Oct 2014 18:27:49 +0000 Subject: [issue22582] Segmentation fault with string concatenation Message-ID: <1412792869.08.0.101589762303.issue22582@psf.upfronthosting.co.za> New submission from Kevin Dyer: The following can be used to generate a file called ```mega_concat.py```: ```python N = 2**17 my_array = [] for i in range(N): my_array.append("\"\"") print '+'.join(my_array) ``` Then: ```console $ python mega_concat.py Segmentation fault (core dumped) $ python3 mega_concat.py RuntimeError: maximum recursion depth exceeded during compilation ``` Trying to debug this and it seems like it's a simple out-of-memory issue. ---------- components: Interpreter Core messages: 228807 nosy: Kevin.Dyer priority: normal severity: normal status: open title: Segmentation fault with string concatenation versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 20:31:48 2014 From: report at bugs.python.org (Kevin Dyer) Date: Wed, 08 Oct 2014 18:31:48 +0000 Subject: [issue22582] Segmentation fault with string concatenation In-Reply-To: <1412792869.08.0.101589762303.issue22582@psf.upfronthosting.co.za> Message-ID: <1412793108.77.0.730743148786.issue22582@psf.upfronthosting.co.za> Kevin Dyer added the comment: The following can be used to generate a file called ```mega_concat.py```: ```python N = 2**17 my_array = [] for i in range(N): my_array.append("\"\"") print '+'.join(my_array) ``` Then: ```console $ python mega_concat.py Segmentation fault (core dumped) $ python3 mega_concat.py RuntimeError: maximum recursion depth exceeded during compilation ``` Trying to debug this and it seems like it's a simple out-of-memory issue. ---------- resolution: -> duplicate status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 20:33:29 2014 From: report at bugs.python.org (Kevin Dyer) Date: Wed, 08 Oct 2014 18:33:29 +0000 Subject: [issue22583] Segmentation fault with string concatenation Message-ID: <1412793209.1.0.692810866448.issue22583@psf.upfronthosting.co.za> New submission from Kevin Dyer: The following can be used to generate a file called mega_concat.py: N = 2**17 my_array = [] for i in range(N): my_array.append("\"\"") print '+'.join(my_array) Then, on Ubuntu 14.04, 32-bit: $ python mega_concat.py Segmentation fault (core dumped) $ python3 mega_concat.py RuntimeError: maximum recursion depth exceeded during compilation Seems like this is a simple out-of-memory issue. ---------- components: Interpreter Core messages: 228809 nosy: Kevin.Dyer priority: normal severity: normal status: open title: Segmentation fault with string concatenation type: crash versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 21:15:18 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Wed, 08 Oct 2014 19:15:18 +0000 Subject: [issue11693] memory leak in email.generator.Generator().flatten() method In-Reply-To: <1301302445.42.0.429068161494.issue11693@psf.upfronthosting.co.za> Message-ID: <1412795718.54.0.597115264652.issue11693@psf.upfronthosting.co.za> Terry J. Reedy added the comment: >From Anaury's report, this is fixed in 2.7. Email in current 3.x has been re-written. ---------- nosy: +terry.reedy resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 21:17:08 2014 From: report at bugs.python.org (R. David Murray) Date: Wed, 08 Oct 2014 19:17:08 +0000 Subject: [issue22582] RuntimeError with string concatenation In-Reply-To: <1412792869.08.0.101589762303.issue22582@psf.upfronthosting.co.za> Message-ID: <1412795828.33.0.600296066425.issue22582@psf.upfronthosting.co.za> Changes by R. David Murray : ---------- stage: -> resolved title: Segmentation fault with string concatenation -> RuntimeError with string concatenation _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 21:23:57 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Wed, 08 Oct 2014 19:23:57 +0000 Subject: [issue8065] Memory leak in readline.get_current_history_length In-Reply-To: <1267784862.24.0.455687340788.issue8065@psf.upfronthosting.co.za> Message-ID: <1412796237.69.0.462048889086.issue8065@psf.upfronthosting.co.za> Terry J. Reedy added the comment: The leak had been fixed in #9450. "There are still the remaining issues of: - better testing for the readline module, and - attempting to work around libedit bugs. Perhaps those should become separate issues, though?" If those are current issues and anyone cares enough, yes, separate issues. ---------- nosy: +terry.reedy resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> readline.replace_history_item leaks memory. _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 21:31:36 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Wed, 08 Oct 2014 19:31:36 +0000 Subject: [issue16254] Make PyUnicode_AsWideCharString() increase temporary In-Reply-To: <1350418448.6.0.265249549125.issue16254@psf.upfronthosting.co.za> Message-ID: <1412796696.04.0.839670492196.issue16254@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I tried to re-title to describe the enhancement proposal. There are multiple API proposals in the two messages above. ---------- nosy: +terry.reedy stage: -> needs patch title: PyUnicode_AsWideCharString() increases string size -> Make PyUnicode_AsWideCharString() increase temporary type: -> enhancement versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 21:34:31 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 08 Oct 2014 19:34:31 +0000 Subject: [issue21715] Chaining exceptions at C level In-Reply-To: <1402467347.27.0.18744234848.issue21715@psf.upfronthosting.co.za> Message-ID: <20141008193421.42874.31585@psf.io> Roundup Robot added the comment: New changeset 9af21752ea2a by Serhiy Storchaka in branch '3.4': Issue #21715: Extracted shared complicated code in the _io module to new https://hg.python.org/cpython/rev/9af21752ea2a New changeset 8b1ac1a3d007 by Serhiy Storchaka in branch 'default': Issue #21715: Extracted shared complicated code in the _io module to new https://hg.python.org/cpython/rev/8b1ac1a3d007 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 21:41:57 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 08 Oct 2014 19:41:57 +0000 Subject: [issue17381] IGNORECASE breaks unicode literal range matching In-Reply-To: <1362689552.47.0.00880933015098.issue17381@psf.upfronthosting.co.za> Message-ID: <1412797317.64.0.683270497705.issue17381@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Actually 3.5 patch can be simpler. ---------- Added file: http://bugs.python.org/file36839/re_ignore_case_range-3.5_2.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 22:01:30 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 08 Oct 2014 20:01:30 +0000 Subject: [issue21715] Chaining exceptions at C level In-Reply-To: <1402467347.27.0.18744234848.issue21715@psf.upfronthosting.co.za> Message-ID: <1412798490.29.0.257139410876.issue21715@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Thank you for the review Antoine. ---------- assignee: -> serhiy.storchaka resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 22:32:20 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 08 Oct 2014 20:32:20 +0000 Subject: [issue1519638] Unmatched Group issue - workaround Message-ID: <1412800340.35.0.313115020897.issue1519638@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- assignee: effbot -> _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 22:53:25 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 08 Oct 2014 20:53:25 +0000 Subject: [issue17611] Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. In-Reply-To: <1364833880.2.0.617388686213.issue17611@psf.upfronthosting.co.za> Message-ID: <1412801605.55.0.992172854144.issue17611@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > END_ITER is a synonym for JUMP_ABSOLUTE. It is needed so that frame.set_lineno() can identify loop blocks. I was thinking about this. Isn't it enough to consider all backwards edges as ending a loop block? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 22:53:51 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 08 Oct 2014 20:53:51 +0000 Subject: [issue17611] Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. In-Reply-To: <1364833880.2.0.617388686213.issue17611@psf.upfronthosting.co.za> Message-ID: <1412801631.36.0.757003534105.issue17611@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Ah, no, I guess "continue" would also create a backwards edge. Nevermind, sorry. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 22:54:15 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 08 Oct 2014 20:54:15 +0000 Subject: [issue17611] Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. In-Reply-To: <1364833880.2.0.617388686213.issue17611@psf.upfronthosting.co.za> Message-ID: <1412801655.32.0.56608053429.issue17611@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 8 23:55:08 2014 From: report at bugs.python.org (Ben Hoyt) Date: Wed, 08 Oct 2014 21:55:08 +0000 Subject: [issue22524] PEP 471 implementation: os.scandir() directory scanning function In-Reply-To: <1412088162.24.0.84630531931.issue22524@psf.upfronthosting.co.za> Message-ID: <1412805308.87.0.687118975612.issue22524@psf.upfronthosting.co.za> Ben Hoyt added the comment: Here are the actual numbers (instead of just from memory) running on my Windows laptop, which happens to have an SSD drive, so os.walk() with scandir is particularly good here. python 3.4: benchmark.py -c python (all implemented in Python using ctypes): os.walk took 1.011s, scandir.walk took 0.057s -- 17.8x as fast python 3.4: benchmark.py -c c (using _scandir.c, so the iteration implemented in C, the DirEntry object in Python): os.walk took 1.014s, scandir.walk took 0.039s -- 25.8x as fast python 3.5: benchmark.py -c os (using the new all-C version in posixmodule.c): os.walk took 0.983s, scandir.walk took 0.019s -- 52.3x as fast So as you can see, there's still another 2x speedup to be gained from having everything in C. I know it's a bit more to review, but my thinking is if we're going to speed this baby up, let's speed it right up! I haven't done these tests on Linux yet. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 00:16:11 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 08 Oct 2014 22:16:11 +0000 Subject: [issue22524] PEP 471 implementation: os.scandir() directory scanning function In-Reply-To: <1412805308.87.0.687118975612.issue22524@psf.upfronthosting.co.za> Message-ID: <5435B7A9.4070206@free.fr> Antoine Pitrou added the comment: Ben, how can I run the benchmark on my own machine? Thanks! ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 01:01:42 2014 From: report at bugs.python.org (Matthew Barnett) Date: Wed, 08 Oct 2014 23:01:42 +0000 Subject: [issue22578] Add additional attributes to re.error In-Reply-To: <1412772310.32.0.0247834995037.issue22578@psf.upfronthosting.co.za> Message-ID: <1412809302.18.0.837196971777.issue22578@psf.upfronthosting.co.za> Matthew Barnett added the comment: I prefer to include the line and column numbers if it's a multi-line pattern, not just if the line number is > 1. BTW, it's shorter if you do this: self.colno = pos - pattern.rfind(newline, 0, pos) If there's no newline, .rfind will return -1. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 01:03:51 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 08 Oct 2014 23:03:51 +0000 Subject: [issue22524] PEP 471 implementation: os.scandir() directory scanning function In-Reply-To: <1412088162.24.0.84630531931.issue22524@psf.upfronthosting.co.za> Message-ID: <1412809431.86.0.597332597762.issue22524@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Ok, I've found it. The numbers don't look that good here (Linux, SSD): $ ~/cpython/opt/python benchmark.py -c python /usr/share/ [...] os.walk took 1.266s, scandir.walk took 1.852s -- 0.7x as fast $ ~/cpython/opt/python benchmark.py -c c /usr/share/ [...] os.walk took 1.276s, scandir.walk took 1.266s -- 1.0x as fast $ ~/cpython/opt/python benchmark.py -c os /usr/share/ [...] os.walk took 1.278s, scandir.walk took 0.585s -- 2.2x as fast ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 01:07:57 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 08 Oct 2014 23:07:57 +0000 Subject: [issue22542] Use arc4random under OpenBSD for os.urandom() In-Reply-To: <1412272060.2.0.302379812254.issue22542@psf.upfronthosting.co.za> Message-ID: <1412809677.19.0.526744753357.issue22542@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +rpointel _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 01:10:15 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 08 Oct 2014 23:10:15 +0000 Subject: [issue17636] Modify IMPORT_FROM to fallback on sys.modules In-Reply-To: <1365124502.39.0.727243640375.issue17636@psf.upfronthosting.co.za> Message-ID: <1412809815.85.0.168937135362.issue17636@psf.upfronthosting.co.za> Antoine Pitrou added the comment: By the way, is there any documentation that would need to be updated for this? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 01:53:34 2014 From: report at bugs.python.org (Josh Rosenberg) Date: Wed, 08 Oct 2014 23:53:34 +0000 Subject: [issue22583] Segmentation fault with string concatenation In-Reply-To: <1412793209.1.0.692810866448.issue22583@psf.upfronthosting.co.za> Message-ID: <1412812414.09.0.308270812301.issue22583@psf.upfronthosting.co.za> Josh Rosenberg added the comment: It's not out of memory at all. It's (probably) a blown stack during compilation optimization. Modern Py3 has "fixed" this by simply preventing silly levels of literal concatenation like this causing indefinite call stack expansion; the older ones just allowed the call stack to grow out of control (and the stack can blow long before memory is exhausted). I doubt a fix would be backported, and a fix for Py3 seems unnecessary unless you can come up with a scenario where the recursion depth error is unacceptable (eval-ing arbitrary user input doesn't count, for obvious reasons). ---------- nosy: +josh.rosenberg _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 02:04:23 2014 From: report at bugs.python.org (Kevin Dyer) Date: Thu, 09 Oct 2014 00:04:23 +0000 Subject: [issue22583] Segmentation fault with string concatenation In-Reply-To: <1412793209.1.0.692810866448.issue22583@psf.upfronthosting.co.za> Message-ID: <1412813063.51.0.473204919096.issue22583@psf.upfronthosting.co.za> Kevin Dyer added the comment: Gotcha. Thanks for the explanation. Two questions: 1) Given that it's probably not an out-of-memory issue, is it possible that this could turn into something more malicious? (e.g., an arbitrary code execution vulnerability?) 2) It's not obvious to me why eval-ing arbitrary user input doesn't count. Isn't an interpreter segfault a bad thing, even if it's a somewhat degenerate use case? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 02:29:59 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 09 Oct 2014 00:29:59 +0000 Subject: [issue3068] IDLE - Add an extension configuration dialog In-Reply-To: <1213035033.21.0.781726477097.issue3068@psf.upfronthosting.co.za> Message-ID: <20141009002952.22004.3504@psf.io> Roundup Robot added the comment: New changeset 3f10b8009060 by Terry Jan Reedy in branch '2.7': Issue 3068: Move idlelib.configDialog action button creation into a separate https://hg.python.org/cpython/rev/3f10b8009060 New changeset f0e06514d67f by Terry Jan Reedy in branch '3.4': Issue 3068: Move idlelib.configDialog action button creation into a separate https://hg.python.org/cpython/rev/f0e06514d67f ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 02:45:04 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 09 Oct 2014 00:45:04 +0000 Subject: [issue3068] IDLE - Add an extension configuration dialog In-Reply-To: <1213035033.21.0.781726477097.issue3068@psf.upfronthosting.co.za> Message-ID: <1412815504.18.0.0608720324382.issue3068@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Pushing a usable extension editor is my current Idle priority since the lack of one more or less blocks several other issues. The two big problems with the Feb 2014 patch are the actions buttons at the bottom and the true/false options. I moved the cureent, apparently working ConfigDialog action button code into a new method that I believe can be re-used in ConfigExtensionDialog with create_action_button = ConfigDialog.create_action_button I nect incorporate this into the patch. (I pushed the change already because it makes the existing code clearer and easier to modify, by disentangling page code from button code.) For binary options, I will use radiobutton pairs, as with ConfigDialog, if I cannot easily get a single button to look nice and work correctly. ---------- versions: +Python 2.7, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 03:53:58 2014 From: report at bugs.python.org (Martin Panter) Date: Thu, 09 Oct 2014 01:53:58 +0000 Subject: =?utf-8?q?=5Bissue21049=5D_Warning_at_interpreter_exit_triggers_flood_of_?= =?utf-8?b?4oCcSW1wb3J0V2FybmluZzogc3lzLm1ldGFfcGF0aCBpcyBlbXB0eeKAnQ==?= In-Reply-To: <1395642335.41.0.483787590936.issue21049@psf.upfronthosting.co.za> Message-ID: <1412819638.74.0.437990355735.issue21049@psf.upfronthosting.co.za> Martin Panter added the comment: Quentin, do you think this should be reopened? Brett Cannon, I wonder if the only reason you closed this bug is because you thought the scenario to trigger it is very unlikely. Considering it affected someone else, and that there are other real-world triggers in addition to Py Socks, would it be okay to reopen it? I could try to make a patch or some concrete suggestions when I have a chance, if that helps change your mind :) Perhaps a regression test could be based on this experiment: >>> import sys, warnings >>> sys.meta_path = None >>> sys.modules.pop("linecache", None) >>> warnings.warn("boom") Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.4/warnings.py", line 15, in showwarning file.write(formatwarning(message, category, filename, lineno, line)) File "/usr/lib/python3.4/warnings.py", line 21, in formatwarning import linecache File "/home/proj/python/lib/misc.py", line 41, in __call__ return self.__wrapped__(name, globals, locals, fromlist, level) File "", line 2237, in _find_and_load File "", line 2222, in _find_and_load_unlocked File "", line 2150, in _find_spec File "/usr/lib/python3.4/warnings.py", line 15, in showwarning file.write(formatwarning(message, category, filename, lineno, line)) . . . File "", line 2236, in _find_and_load RuntimeError: maximum recursion depth exceeded while calling a Python object ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 04:15:29 2014 From: report at bugs.python.org (Martin Panter) Date: Thu, 09 Oct 2014 02:15:29 +0000 Subject: [issue22247] More incomplete module.__all__ lists In-Reply-To: <1408675368.08.0.766854982306.issue22247@psf.upfronthosting.co.za> Message-ID: <1412820929.57.0.0957400372879.issue22247@psf.upfronthosting.co.za> Martin Panter added the comment: Confirmed Python 3.4.2 fixes the missing NNTPError. I never remembered the other instance I found, so I am happy for this to be closed. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 04:56:33 2014 From: report at bugs.python.org (Tom Goddard) Date: Thu, 09 Oct 2014 02:56:33 +0000 Subject: [issue16177] Typing left parenthesis in IDLE causes intermittent Cocoa Tk crash on OS X In-Reply-To: <1349800735.66.0.856769538072.issue16177@psf.upfronthosting.co.za> Message-ID: <1412823393.11.0.289656183967.issue16177@psf.upfronthosting.co.za> Tom Goddard added the comment: Ok I reported this as a Mac Tk bug and gave a very simple way to reproduce it. http://core.tcl.tk/tk/tktview?name=3Dc84f660833 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 06:08:11 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 09 Oct 2014 04:08:11 +0000 Subject: [issue3068] IDLE - Add an extension configuration dialog In-Reply-To: <1213035033.21.0.781726477097.issue3068@psf.upfronthosting.co.za> Message-ID: <1412827691.62.0.16439946513.issue3068@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Pending review on non-Windows systems, I believe the attached patch patch is about ready to commit (after re-enabling all tests). As for Ned's 5 points: 1. macosxSupport.py changes are incorporated. 2. Buttons should work with re-use of the ConfigDialog code. I altered create-action-buttons to incorporate the padding above the buttons. 5. The boolean option buttons were stretched because of 'sticky=NSEW'. Changing that to 'sticky=W' moves leaves them sized as specified and left-justified. Removing 'sticky=W' leaves them centered, but I think I prefer them to the left. --- 3. It is annoying that ConfigParser ignores comments when reading and deletes them (by not writing them) when saving changed options. Even if it were changed, that would not help Idle on current versions. We could establish more option name conventions (as we already have for section names and 'enable..'). For instance, if we did not externally specify that 'enable' was bool, the file could have 'enable-type=bool'. For parenmatch, 'style-vals=expression, ...' would indicate the allowed values. If not too many (only 2 in this case, I think), radiobuttons could be generated. fg/bgcolor should have a color selector. Lets make this a followup issue. 4. When changes take effect is another followup issue. There are (at least) 3 possibilities. Affect all open windows immediately. Affect new windows in current session. No effect until restart. (I think this should be avoided if possible, but I believe there are examples now). It would be nice if ConfigDialog indicated somehow which. If nothing else, this could be part of the missing Help (especially if specific to the current page). Changes for the current window only should be only done by specific entries on the Option menu -- see below. I think the proper answer depends on the option. AutoComplete popupwait should take effect immediately. Ditto for bgcolor, etc, for CodeContext. On the other hand, CodeContext enable (for edit windows) should only affect new windows. On the line-number issue #17535, I believe, we discussed the fact that the checkmark beside CodeContext on the Option menu has no relation to the current window and only refers to what will happen new windows. My understanding of the consensus is that Option/Context should toggle and indicate the current window while the default for future windows should be changes by changing .cfg (with this editor). ---------- Added file: http://bugs.python.org/file36840/cfg-ext-34.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 06:09:42 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 09 Oct 2014 04:09:42 +0000 Subject: [issue3068] IDLE - Add an extension configuration dialog In-Reply-To: <1213035033.21.0.781726477097.issue3068@psf.upfronthosting.co.za> Message-ID: <1412827782.41.0.0722273035218.issue3068@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- nosy: +sahutd _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 06:16:51 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 09 Oct 2014 04:16:51 +0000 Subject: [issue3068] IDLE - Add an extension configuration dialog In-Reply-To: <1213035033.21.0.781726477097.issue3068@psf.upfronthosting.co.za> Message-ID: <1412828211.73.0.480800685646.issue3068@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Saimadhav, can you review on linux? This is the blocker for line numbers. A note on style: there is no need for leading underscores, so I removed them. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 07:04:54 2014 From: report at bugs.python.org (Benjamin Peterson) Date: Thu, 09 Oct 2014 05:04:54 +0000 Subject: [issue22247] More incomplete module.__all__ lists In-Reply-To: <1408675368.08.0.766854982306.issue22247@psf.upfronthosting.co.za> Message-ID: <1412831094.7.0.060235642946.issue22247@psf.upfronthosting.co.za> Changes by Benjamin Peterson : ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 07:07:26 2014 From: report at bugs.python.org (Ned Deily) Date: Thu, 09 Oct 2014 05:07:26 +0000 Subject: [issue16177] Typing left parenthesis in IDLE causes intermittent Cocoa Tk crash on OS X In-Reply-To: <1349800735.66.0.856769538072.issue16177@psf.upfronthosting.co.za> Message-ID: <1412831246.23.0.22713483403.issue16177@psf.upfronthosting.co.za> Ned Deily added the comment: Thanks, Tom, nice writeup! If any of the other people who have seen this crash are still around, it would be interesting to know if they also were using more than one monitor. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 07:37:44 2014 From: report at bugs.python.org (Berker Peksag) Date: Thu, 09 Oct 2014 05:37:44 +0000 Subject: [issue13128] httplib debuglevel on CONNECT doesn't print response headers In-Reply-To: <1318050704.97.0.551622649018.issue13128@psf.upfronthosting.co.za> Message-ID: <1412833064.93.0.299912483995.issue13128@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- nosy: +berker.peksag versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 08:23:10 2014 From: report at bugs.python.org (Nick Coghlan) Date: Thu, 09 Oct 2014 06:23:10 +0000 Subject: [issue17636] Modify IMPORT_FROM to fallback on sys.modules In-Reply-To: <1365124502.39.0.727243640375.issue17636@psf.upfronthosting.co.za> Message-ID: <1412835790.5.0.848574445501.issue17636@psf.upfronthosting.co.za> Nick Coghlan added the comment: The language reference - at least the section on the import statement, and potentially the section on the overall operation of the import system. I don't *think* it would affect anywhere in the tutorial or the importlib docs, but they may be worth skimming to see if anything leaps out. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 09:15:11 2014 From: report at bugs.python.org (Armin Rigo) Date: Thu, 09 Oct 2014 07:15:11 +0000 Subject: [issue19494] urllib2.HTTPBasicAuthHandler (or urllib.request.HTTPBasicAuthHandler) doesn't work with GitHub API v3 and similar In-Reply-To: <1383577219.47.0.139805262488.issue19494@psf.upfronthosting.co.za> Message-ID: <1412838911.21.0.955658865049.issue19494@psf.upfronthosting.co.za> Armin Rigo added the comment: In my own case I use os.popen("wget ...") instead of urllib2 just because some version long ago failed on some web site. I can trust that this external tool works all the time. It would be great if urllib2 worked as well nowadays. So my opinion on this issue, as a mere user, is that it is purely a bug which Python 2.7 should fix it, and it should do so in a transparent way. Adding some new class that can only be found by careful reading of the latest version of the docs is useless: people will instead blame urllib2 as a whole and switch to something else. Can someone confirm how common browser (one is enough) deal with it? If they also send the authorization headers in the initial request, then I really, really don't see why urllib2 shouldn't by default. ---------- nosy: +arigo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 09:28:41 2014 From: report at bugs.python.org (Quentin Pradet) Date: Thu, 09 Oct 2014 07:28:41 +0000 Subject: =?utf-8?q?=5Bissue21049=5D_Warning_at_interpreter_exit_triggers_flood_of_?= =?utf-8?b?4oCcSW1wb3J0V2FybmluZzogc3lzLm1ldGFfcGF0aCBpcyBlbXB0eeKAnQ==?= In-Reply-To: <1395642335.41.0.483787590936.issue21049@psf.upfronthosting.co.za> Message-ID: <1412839721.72.0.615656272776.issue21049@psf.upfronthosting.co.za> Quentin Pradet added the comment: Martin, yes, I'd be glad to see a fix if it's not too complicated. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 09:43:50 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 09 Oct 2014 07:43:50 +0000 Subject: [issue22584] Get rid of SRE character tables Message-ID: <1412840630.55.0.708723540507.issue22584@psf.upfronthosting.co.za> New submission from Serhiy Storchaka: Currently the SRE regular expression engine uses internal tables to implement ASCII-only character predicates and converting. Proposed patch get rid of these tables and reuse standard Python macros Py_ISSPACE, Py_TOLOWER, etc. ---------- components: Extension Modules, Regular Expressions files: sre_tables.patch keywords: patch messages: 228836 nosy: ezio.melotti, mrabarnett, pitrou, serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Get rid of SRE character tables type: enhancement versions: Python 3.5 Added file: http://bugs.python.org/file36841/sre_tables.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 09:50:41 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 09 Oct 2014 07:50:41 +0000 Subject: [issue17381] IGNORECASE breaks unicode literal range matching In-Reply-To: <1362689552.47.0.00880933015098.issue17381@psf.upfronthosting.co.za> Message-ID: <1412841041.63.0.209559197344.issue17381@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Updated patch for 3.5 addresses Antoine's comments. Note that 3.4 and 3.5 use different solutions of this issue. ---------- dependencies: +Get rid of SRE character tables Added file: http://bugs.python.org/file36842/re_ignore_case_range-3.5_3.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 10:23:36 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 09 Oct 2014 08:23:36 +0000 Subject: [issue19380] Optimize parsing of regular expressions In-Reply-To: <1382645659.73.0.868235602026.issue19380@psf.upfronthosting.co.za> Message-ID: <1412843016.62.0.386384128071.issue19380@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Updated patch implements Antoine's suggestions. ---------- Added file: http://bugs.python.org/file36843/re_parse_5.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 10:35:10 2014 From: report at bugs.python.org (Berker Peksag) Date: Thu, 09 Oct 2014 08:35:10 +0000 Subject: [issue22389] Generalize contextlib.redirect_stdout In-Reply-To: <1410445513.66.0.871890162607.issue22389@psf.upfronthosting.co.za> Message-ID: <1412843710.19.0.676826582682.issue22389@psf.upfronthosting.co.za> Berker Peksag added the comment: Here's an updated patch. ---------- Added file: http://bugs.python.org/file36844/issue22389_v2.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 10:39:44 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 08:39:44 +0000 Subject: [issue22389] Add contextlib.redirect_stderr() In-Reply-To: <1410445513.66.0.871890162607.issue22389@psf.upfronthosting.co.za> Message-ID: <1412843984.84.0.973898152081.issue22389@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- title: Generalize contextlib.redirect_stdout -> Add contextlib.redirect_stderr() _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 10:41:19 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 08:41:19 +0000 Subject: [issue22389] Add contextlib.redirect_stderr() In-Reply-To: <1410445513.66.0.871890162607.issue22389@psf.upfronthosting.co.za> Message-ID: <1412844079.55.0.731234054392.issue22389@psf.upfronthosting.co.za> STINNER Victor added the comment: issue22389_v2.diff: .. function:: redirect_stdout(new_target) + redirect_stderr(new_target) I would prefer to have two distinct entries in the documentation. The redirect_stderr() doc can be after redirect_stdout() and just say "Similar to redirect_stdout() but redirects sys.stderr". ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 10:51:18 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 09 Oct 2014 08:51:18 +0000 Subject: [issue22493] Deprecate the use of flags not at the start of regular expression In-Reply-To: <1411640940.81.0.804351058131.issue22493@psf.upfronthosting.co.za> Message-ID: <1412844678.4.0.112702789656.issue22493@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Here is alternative, much simpler, patch. It deprecates only flags in nested subpatterns. No changes needed in tests and other stdlib modules. It is very unlikely that it is used in third party code. ---------- Added file: http://bugs.python.org/file36845/re_deprecate_nested_flags.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 11:08:27 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 09:08:27 +0000 Subject: [issue22323] Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(): don't cache the result In-Reply-To: <1409607134.14.0.210351686888.issue22323@psf.upfronthosting.co.za> Message-ID: <1412845707.57.0.873191995532.issue22323@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- title: Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() -> Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(): don't cache the result _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 11:08:38 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 09:08:38 +0000 Subject: [issue16254] Make PyUnicode_AsWideCharString() increase temporary In-Reply-To: <1350418448.6.0.265249549125.issue16254@psf.upfronthosting.co.za> Message-ID: <1412845718.34.0.296670575474.issue16254@psf.upfronthosting.co.za> STINNER Victor added the comment: I proposed to change PyUnicode_AsWideCharString() to not cache the result: see my issue #22323 "Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(): don't cache the result". See also my issues #22271 "Deprecate PyUnicode_AsUnicode(): emit a DeprecationWarning" and #22324 "Use PyUnicode_AsWideCharString() instead of PyUnicode_AsUnicode()". ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 11:12:01 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 09 Oct 2014 09:12:01 +0000 Subject: [issue22580] PyUnicode_Tailmatch documentation does not match signature In-Reply-To: <1412781119.96.0.100711584071.issue22580@psf.upfronthosting.co.za> Message-ID: <20141009091158.99314.18961@psf.io> Roundup Robot added the comment: New changeset 4aba14bb6b1e by Victor Stinner in branch '3.4': Closes #22580: Fix documentation of PyUnicode_Tailmatch() https://hg.python.org/cpython/rev/4aba14bb6b1e New changeset 335d16d864e1 by Victor Stinner in branch 'default': (Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch() https://hg.python.org/cpython/rev/335d16d864e1 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 11:14:13 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 09 Oct 2014 09:14:13 +0000 Subject: [issue22580] PyUnicode_Tailmatch documentation does not match signature In-Reply-To: <1412781119.96.0.100711584071.issue22580@psf.upfronthosting.co.za> Message-ID: <20141009091410.99302.10575@psf.io> Roundup Robot added the comment: New changeset de4ffe244440 by Victor Stinner in branch '2.7': Closes #22580: Fix documentation of PyUnicode_Tailmatch() https://hg.python.org/cpython/rev/de4ffe244440 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 11:14:46 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 09:14:46 +0000 Subject: [issue22580] PyUnicode_Tailmatch documentation does not match signature In-Reply-To: <1412781119.96.0.100711584071.issue22580@psf.upfronthosting.co.za> Message-ID: <1412846086.18.0.353586480679.issue22580@psf.upfronthosting.co.za> STINNER Victor added the comment: > The documentation for PyUnicode_Tailmatch says it returns an int It's an old bug (since Python 2.7 or older) and it is now fixed. Thanks for the report Josh. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 11:19:33 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 09:19:33 +0000 Subject: [issue22542] Use arc4random under OpenBSD for os.urandom() if /dev/urandom is not present In-Reply-To: <1412272060.2.0.302379812254.issue22542@psf.upfronthosting.co.za> Message-ID: <1412846373.13.0.606391537649.issue22542@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- title: Use arc4random under OpenBSD for os.urandom() -> Use arc4random under OpenBSD for os.urandom() if /dev/urandom is not present _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 11:23:14 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 09:23:14 +0000 Subject: [issue22181] os.urandom() should use Linux 3.17 getrandom() syscall In-Reply-To: <1407713563.4.0.264701036097.issue22181@psf.upfronthosting.co.za> Message-ID: <1412846594.23.0.546065489877.issue22181@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- type: enhancement -> security _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 11:26:08 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 09:26:08 +0000 Subject: [issue22585] os.urandom() should use getentropy() of OpenBSD 5.6 Message-ID: <1412846768.8.0.764206346975.issue22585@psf.upfronthosting.co.za> New submission from STINNER Victor: The future OpenBSD 5.6 (scheduled in november 2014) will have a new getentropy() syscall and a new getentropy() in their C library which avoid the need of a file descriptor: http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man2/getentropy.2?query=getentropy&sec=2 Note: "The maximum buffer size permitted is 256 bytes. If buflen exceeds this, an error of EIO will be indicated." The file descriptor of os.urandom() causes perfomance issues and surprising bugs: #18756, #21207. For Python 2.7, see also the PEP 466 and the issue #21305. See also issues: - #22181: os.urandom() should use Linux 3.17 getrandom() syscall - #22542: Use arc4random under OpenBSD for os.urandom() if /dev/urandom is not present ---------- messages: 228846 nosy: haypo priority: normal severity: normal status: open title: os.urandom() should use getentropy() of OpenBSD 5.6 type: security versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 11:27:57 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 09:27:57 +0000 Subject: [issue22181] os.urandom() should use Linux 3.17 getrandom() syscall In-Reply-To: <1407713563.4.0.264701036097.issue22181@psf.upfronthosting.co.za> Message-ID: <1412846877.72.0.991943303419.issue22181@psf.upfronthosting.co.za> STINNER Victor added the comment: This issue is specific to Linux: it depends on the Linux kernel version and we are waiting until the new syscall is available in the C library (especially the glibc). For these reasons, I prefer to open a new specific issue for OpenBSD, since they release the kernel and C library at the same time (different release process): issue #22585. OpenBSD 5.6 scheduled in one month will get the new getentropy() syscall and a new getentropy() function at the same time. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 11:28:09 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 09:28:09 +0000 Subject: [issue22585] os.urandom() should use getentropy() of OpenBSD 5.6 In-Reply-To: <1412846768.8.0.764206346975.issue22585@psf.upfronthosting.co.za> Message-ID: <1412846889.64.0.962474087888.issue22585@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- nosy: +700eb415, rpointel _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 11:40:01 2014 From: report at bugs.python.org (Thomas Klausner) Date: Thu, 09 Oct 2014 09:40:01 +0000 Subject: [issue21459] DragonFlyBSD support In-Reply-To: <1399626494.21.0.91219272779.issue21459@psf.upfronthosting.co.za> Message-ID: <1412847601.3.0.149412337041.issue21459@psf.upfronthosting.co.za> Thomas Klausner added the comment: The diff got even smaller -- one of the two chunks was applied in 3.4.2 without a reference to this bug report. Please apply the last chunk, it's completely straightforward. ---------- Added file: http://bugs.python.org/file36846/dragonfly.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 11:40:18 2014 From: report at bugs.python.org (Thomas Klausner) Date: Thu, 09 Oct 2014 09:40:18 +0000 Subject: [issue21459] DragonFlyBSD support In-Reply-To: <1399626494.21.0.91219272779.issue21459@psf.upfronthosting.co.za> Message-ID: <1412847618.21.0.0371302730619.issue21459@psf.upfronthosting.co.za> Changes by Thomas Klausner : Removed file: http://bugs.python.org/file35433/dragonfly.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 11:43:58 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 09:43:58 +0000 Subject: [issue22542] Use arc4random under OpenBSD for os.urandom() if /dev/urandom is not present In-Reply-To: <1412272060.2.0.302379812254.issue22542@psf.upfronthosting.co.za> Message-ID: <1412847838.18.0.0492372900692.issue22542@psf.upfronthosting.co.za> STINNER Victor added the comment: > title: Use syscall (eg. arc4random or getentropy) rather than /dev/urandom when possible -> Use arc4random under OpenBSD for os.urandom() For the usage getentropy(), I created a dedicated issue: #22585. > arc4random() should be avoided IMO, on many systems (including OS X) it really is still arc4 RC4 has known weaknesses since 1995, the most severe was reported the last year: https://en.wikipedia.org/wiki/RC4#Royal_Holloway_attack http://www.theregister.co.uk/2013/11/14/ms_moves_off_rc4/ "Microsoft, Cisco: RC4 encryption considered harmful, avoid at all costs" and "RC4 is broken in real-time by the ?NSA? ? stop using it." FYI On OpenBSD 5.5 and newer, arc4random() now uses ChaCha20: http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&sektion=3&arch=&manpath=OpenBSD+Current If I understand correctly, arc4random() uses the ARC4 algorithm on all platforms except OpenBSD 5.5 and newer. OpenBSD 5.6 with its getentropy() will be available when Python 3.5 will be released (PEP 478): OpenBSD 5.6 is scheduled for one month (november 2014), whereas Python 3.5 is scheduled for September 2015. I don't think that we need to add a very specific code in Python 3.5 only for the exact platform OpenBSD 5.5, for a very specific case: chroot without /dev/urandom. What's the point of a chroot without /dev/urandom? Other applications will also have security issues if /dev/urandom is not available. Current before of Python 3.5 if /dev/urandom is not available: $ ~haypo/prog/python/default/python Fatal Python error: Failed to open /dev/urandom Abandon (core dumped) The error is reported immediatly at startup. So you can immediatly detect the issue with your chroot. I don't trust a function from the user space. os.urandom() is documented as providing entropy from the "OS": "Return a string of n random bytes suitable for cryptographic use. This function returns random bytes from an OS-specific randomness source." https://docs.python.org/dev/library/os.html#os.urandom I'm not sure that arc4random() can be considered as coming from the "OS". If you really want arc4random(), IMO you should add a *new* function, but it would not be portable: only available on OpenBSD (and maybe other BSD including Mac OS X), not available on Windows nor Linux. I'm not sure that it fits Python portability policy, even if we have many functions which are only available on some recent platforms, like many Linux-specific functions (in the os module). ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 11:44:06 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 09:44:06 +0000 Subject: [issue22585] os.urandom() should use getentropy() of OpenBSD 5.6 In-Reply-To: <1412846768.8.0.764206346975.issue22585@psf.upfronthosting.co.za> Message-ID: <1412847846.86.0.184265267469.issue22585@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- nosy: +alex _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 11:45:14 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 09:45:14 +0000 Subject: [issue22181] os.urandom() should use Linux 3.17 getrandom() syscall In-Reply-To: <1407713563.4.0.264701036097.issue22181@psf.upfronthosting.co.za> Message-ID: <1412847914.08.0.759427666577.issue22181@psf.upfronthosting.co.za> STINNER Victor added the comment: > Since this is a Linux-specific issue (see the title), you should create a separate issue for OpenBSD support. 700eb415 opened the issue #22542 for arc4random(). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 11:49:54 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 09:49:54 +0000 Subject: [issue22542] Use arc4random under OpenBSD for os.urandom() if /dev/urandom is not present In-Reply-To: <1412272060.2.0.302379812254.issue22542@psf.upfronthosting.co.za> Message-ID: <1412848194.07.0.565421216927.issue22542@psf.upfronthosting.co.za> STINNER Victor added the comment: > Hopefully this could then be used as a template for getrandom() when implemented on Linux. Sorry, what is getrandom()? Linux 3.17 has a new getrandom() syscall, but the C API is not defined yet (see the issue #22181). OpenBSD 5.6 will have a getentropy() syscall and a gentropy() function in the C libray. If if you are discussing about an hypothetical function in the C library, it's out of the scope if this bug tracker. Python don't call directly syscalls (ok, there is only one place in _posixsubprocess to avoid a race condition). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 12:02:04 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 10:02:04 +0000 Subject: [issue22583] Segmentation fault with string concatenation In-Reply-To: <1412793209.1.0.692810866448.issue22583@psf.upfronthosting.co.za> Message-ID: <1412848924.48.0.586460857268.issue22583@psf.upfronthosting.co.za> STINNER Victor added the comment: > Then, on Ubuntu 14.04, 32-bit: > $ python mega_concat.py > Segmentation fault (core dumped) What is your Python version? It looks like Ubuntu Trusty provides Python 2.7.6. I'm unable to reproduce the issue on ArchLinux 32-bit with Python 2.7.8. The issue was maybe fixed between 2.7.6 and 2.7.8. [haypo at arch32 ~]$ cat megaconcat.py N = 2**17 my_array = [] for i in range(N): my_array.append("\"\"") print('+'.join(my_array)) [haypo at arch32 ~]$ python2 -V Python 2.7.8 [haypo at arch32 ~]$ ulimit -v 8000 [haypo at arch32 ~]$ python2 megaconcat.py Traceback (most recent call last): File "megaconcat.py", line 5, in my_array.append("\"\"") MemoryError ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 12:21:52 2014 From: report at bugs.python.org (Aaron Hill) Date: Thu, 09 Oct 2014 10:21:52 +0000 Subject: [issue5843] Normalization error in urlunparse In-Reply-To: <1240686759.57.0.0410680082249.issue5843@psf.upfronthosting.co.za> Message-ID: <1412850112.01.0.41368403157.issue5843@psf.upfronthosting.co.za> Aaron Hill added the comment: In order to fix this, I think ParseResult needs to have two additional fields, indicating with an empty prefix or query string are used. Both ParseResult.fragment and ParseResult.query omit the leading '#' or '?' from their value. This makes it impossible to determine if the fragment/query string is entirely absent, or has no value. ---------- nosy: +Aaron1011 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 12:56:16 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 10:56:16 +0000 Subject: [issue22524] PEP 471 implementation: os.scandir() directory scanning function In-Reply-To: <1412088162.24.0.84630531931.issue22524@psf.upfronthosting.co.za> Message-ID: <1412852176.42.0.317896048897.issue22524@psf.upfronthosting.co.za> STINNER Victor added the comment: I cloned https://github.com/benhoyt/scandir. I understand that the --scandir command line option of benchmark.py are these choices: - generic = call listdir() and then use "yield GenericDirEntry" which caches os.stat() and os.lstat() results - python = ctypes implemented calling opendir/readdir and yields PosixDirEntry objects which uses d_type field from readdir() in is_dir(), is_file() and is_symlink(). Cache the result of os.stat() and os.lstat() - c = "scandir_helper" (iterator) implemented in C (Python C API) yielding PosixDirEntry objects (same class than the "python" benchmark) I checked with an assertion: d_type of readdir() is never DT_UNKNOWN on my Linux Fedora 20. Statistics of PosixDirEntry on my /usr/share tree: - 155544 PosixDirEntry instances - fast-path (use d_type) taken 466632 times in is_dir/is_symlink - slow-path (need to call os.stat or os.lstat) taken 7828 times in is_dir/is_symlink - os.stat called 7832 times - os.stat called 0 times 7832 is the number of symbolic links in my /usr/share tree. 95% of entries don't need stat() in scandir.walk() when using readdir(). So is_dir() and is_symlink() are approximatively called 3 times per entry: scandir.walk() calls is_dir() and is_symlink() on each entry, but is_dir() also calls is_symlink() by default (because the default value of the follow_symlinks parameter is True). I ran benchmark.py on my Linux Fedora 20 (Linux kernel 3.14). I have two HDD configured as RAID0. I don't think that my disk config is revelant: I also have 12 GB of memory, I hope that /usr/share tree is fully cached. For example, "free -m" tells me that 8.8 GB are cached. The generic implementation looks inefficient: it is 2 times slower. Is there a bug? GenericDirEntry caches os.stat() and os.lstat() result, it should be as fast or faster than os.walk(), no? Or is it the cost of a generator? The "c" implementation is 35% faster than the "python" implementation (python=1.170 sec, c=0.762 sec). Result of benchmark: haypo at smithers$ python3 setup.py build && for scandir in generic python c; do echo; echo "=== $scandir ==="; PYTHONPATH=build/lib.linux-x86_64-3.3/ python3 benchmark.py /usr/share -c $scandir || break; done running build running build_py running build_ext === generic === Using very slow generic version of scandir Comparing against builtin version of os.walk() Priming the system's cache... Benchmarking walks on /usr/share, repeat 1/3... Benchmarking walks on /usr/share, repeat 2/3... Benchmarking walks on /usr/share, repeat 3/3... os.walk took 1.340s, scandir.walk took 2.471s -- 0.5x as fast === python === Using slower ctypes version of scandir Comparing against builtin version of os.walk() Priming the system's cache... Benchmarking walks on /usr/share, repeat 1/3... Benchmarking walks on /usr/share, repeat 2/3... Benchmarking walks on /usr/share, repeat 3/3... os.walk took 1.318s, scandir.walk took 1.170s -- 1.1x as fast === c === Using fast C version of scandir Comparing against builtin version of os.walk() Priming the system's cache... Benchmarking walks on /usr/share, repeat 1/3... Benchmarking walks on /usr/share, repeat 2/3... Benchmarking walks on /usr/share, repeat 3/3... os.walk took 1.317s, scandir.walk took 0.762s -- 1.7x as fast ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 12:56:59 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 10:56:59 +0000 Subject: [issue22524] PEP 471 implementation: os.scandir() directory scanning function In-Reply-To: <1412088162.24.0.84630531931.issue22524@psf.upfronthosting.co.za> Message-ID: <1412852219.63.0.904044249116.issue22524@psf.upfronthosting.co.za> STINNER Victor added the comment: I also ran the benchmark without cache on disk. It looks like my hard drive is too slow to see a real speedup of scandir(). The maximum speedup is 2.7 seconds lesser when testing the "c" scandir (24.089 => 21.374 seconds): "1.1x as fast". I modified the benchmark to flush all caches, I added the following line into do_scandir_walk(): os.system("sudo bash -c 'echo 3 > /proc/sys/vm/drop_caches'") I also commented the first call to do_scandir_walk() ("Priming the system's cache..."), just to make the benchmark faster. (See attached clear_system_cache.patch for all changes.) Result of the modified benchmark without cache: haypo at smithers$ python3 setup.py build && for scandir in generic python c; do echo; echo "=== $scandir ==="; PYTHONPATH=build/lib.linux-x86_64-3.3/ python3 benchmark.py /usr/share -c $scandir || break; done running build running build_py running build_ext === generic === Using very slow generic version of scandir Comparing against builtin version of os.walk() Benchmarking walks on /usr/share, repeat 1/3... Benchmarking walks on /usr/share, repeat 2/3... Benchmarking walks on /usr/share, repeat 3/3... os.walk took 24.324s, scandir.walk took 24.215s -- 1.0x as fast === python === Using slower ctypes version of scandir Comparing against builtin version of os.walk() Benchmarking walks on /usr/share, repeat 1/3... Benchmarking walks on /usr/share, repeat 2/3... Benchmarking walks on /usr/share, repeat 3/3... os.walk took 24.089s, scandir.walk took 21.374s -- 1.1x as fast === c === Using fast C version of scandir Comparing against builtin version of os.walk() Benchmarking walks on /usr/share, repeat 1/3... Benchmarking walks on /usr/share, repeat 2/3... Benchmarking walks on /usr/share, repeat 3/3... os.walk took 24.225s, scandir.walk took 21.390s -- 1.1x as fast ---------- Added file: http://bugs.python.org/file36847/clear_system_cache.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 12:59:11 2014 From: report at bugs.python.org (Josh Rosenberg) Date: Thu, 09 Oct 2014 10:59:11 +0000 Subject: [issue22583] Segmentation fault with string concatenation In-Reply-To: <1412793209.1.0.692810866448.issue22583@psf.upfronthosting.co.za> Message-ID: <1412852351.73.0.624532759358.issue22583@psf.upfronthosting.co.za> Josh Rosenberg added the comment: You're supposed to use that code to create a file (the output file is just ""+""+""+""+""+""+""+""+""+...+""). If you want something that won't MemoryError generating the file, this is a "memory free" version of the code to generate the file: import itertools, sys sys.stdout.writelines(itertools.repeat('""+', 2**17)) print('""') Run that code (saved as whatever file name you like) and pipe the output to mega_concat.py, then run mega_concat.py to repro. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 13:16:25 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 11:16:25 +0000 Subject: [issue22524] PEP 471 implementation: os.scandir() directory scanning function In-Reply-To: <1412088162.24.0.84630531931.issue22524@psf.upfronthosting.co.za> Message-ID: <1412853385.73.0.440250288849.issue22524@psf.upfronthosting.co.za> STINNER Victor added the comment: My previous benchmark runs were with the system Python 3.3. New benchmark with a Python 3.5 patched with scandir-1.patch (compiled in release mode: ./configure && make). "os" (os.scandir) is 2 times faster than "c" (_scandir.scandir_helper): c=0.533 sec, os=0.268 sec. On all implementations, scandir.walk() is only much faster than os.walk() when "os" (os.scandir) is used: "3.2x as fast" (860 ms => 268 ms). I guess that on Linux the speedup highly depends on the number of symbolic links. It would help if benchmark.py created the tree to have more reliable numbers, and being able to compare trees without symlinks, with a few symlinks (ex: 10%), and with a lot of symlinks (ex: 99%). Benchmark results: haypo at smithers$ ~/prog/python/default/python setup.py build && for scandir in generic python c os; do echo; echo "=== $scandir ==="; PYTHONPATH=build/lib.linux-x86_64-3.5/ ~/prog/python/default/python benchmark.py /usr/share -c $scandir || break; done running build running build_py copying scandir.py -> build/lib.linux-x86_64-3.5 running build_ext === generic === Using very slow generic version of scandir Comparing against builtin version of os.walk() Priming the system's cache... Benchmarking walks on /usr/share, repeat 1/3... Benchmarking walks on /usr/share, repeat 2/3... Benchmarking walks on /usr/share, repeat 3/3... os.walk took 0.857s, scandir.walk took 1.627s -- 0.5x as fast === python === Using slower ctypes version of scandir Comparing against builtin version of os.walk() Priming the system's cache... Benchmarking walks on /usr/share, repeat 1/3... Benchmarking walks on /usr/share, repeat 2/3... Benchmarking walks on /usr/share, repeat 3/3... os.walk took 0.856s, scandir.walk took 0.915s -- 0.9x as fast === c === Using fast C version of scandir Comparing against builtin version of os.walk() Priming the system's cache... Benchmarking walks on /usr/share, repeat 1/3... Benchmarking walks on /usr/share, repeat 2/3... Benchmarking walks on /usr/share, repeat 3/3... os.walk took 0.857s, scandir.walk took 0.533s -- 1.6x as fast === os === Using Python 3.5's builtin os.scandir() Comparing against builtin version of os.walk() Priming the system's cache... Benchmarking walks on /usr/share, repeat 1/3... Benchmarking walks on /usr/share, repeat 2/3... Benchmarking walks on /usr/share, repeat 3/3... os.walk took 0.860s, scandir.walk took 0.268s -- 3.2x as fast ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 13:24:45 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 11:24:45 +0000 Subject: [issue22524] PEP 471 implementation: os.scandir() directory scanning function In-Reply-To: <1412088162.24.0.84630531931.issue22524@psf.upfronthosting.co.za> Message-ID: <1412853885.74.0.28035317983.issue22524@psf.upfronthosting.co.za> STINNER Victor added the comment: On Windows, I guess that "benchmark.py --size" is faster with scandir() than with os.walk(), because os.stat() is never called. benchmark.py has a bug in do_os_walk() when the --size option is used: attached do_os_walk_getsize.patch is needed. Sizes returned by os.walk() and scandir.walk() are different. I guess that the behaviour of symbolic links to directory is different. Because of that, I'm not sure that benchmark timings are reliable, but well, it should give us an idea of performances. To compute the size of a tree, scandir() is twice faster (2.1x as fast) than os.walk(): os.walk=1.435 sec, scandir.walk=0.675 sec. "os" is 41% faster than "c": c=1150 ms, os=675 ms. Results of "benchmark.py --size" on my Linux Fedora 20: haypo at smithers$ ~/prog/python/default/python setup.py build && for scandir in generic python c os; do echo; echo "=== $scandir ==="; PYTHONPATH=build/lib.linux-x86_64-3.5/ ~/prog/python/default/python benchmark.py -s /usr/share -c $scandir || break; done running build running build_py running build_ext === generic === Using very slow generic version of scandir Comparing against builtin version of os.walk() Priming the system's cache... Benchmarking walks on /usr/share, repeat 1/3... Benchmarking walks on /usr/share, repeat 2/3... Benchmarking walks on /usr/share, repeat 3/3... os.walk size 3064748475, scandir.walk size 2924332540 -- NOT EQUAL! os.walk took 1.425s, scandir.walk took 1.147s -- 1.2x as fast === python === Using slower ctypes version of scandir Comparing against builtin version of os.walk() Priming the system's cache... Benchmarking walks on /usr/share, repeat 1/3... Benchmarking walks on /usr/share, repeat 2/3... Benchmarking walks on /usr/share, repeat 3/3... os.walk size 3064748475, scandir.walk size 2924332540 -- NOT EQUAL! os.walk took 1.421s, scandir.walk took 1.651s -- 0.9x as fast === c === Using fast C version of scandir Comparing against builtin version of os.walk() Priming the system's cache... Benchmarking walks on /usr/share, repeat 1/3... Benchmarking walks on /usr/share, repeat 2/3... Benchmarking walks on /usr/share, repeat 3/3... os.walk size 3064748475, scandir.walk size 2924332540 -- NOT EQUAL! os.walk took 1.426s, scandir.walk took 1.150s -- 1.2x as fast === os === Using Python 3.5's builtin os.scandir() Comparing against builtin version of os.walk() Priming the system's cache... Benchmarking walks on /usr/share, repeat 1/3... Benchmarking walks on /usr/share, repeat 2/3... Benchmarking walks on /usr/share, repeat 3/3... os.walk size 3064748475, scandir.walk size 2924332540 -- NOT EQUAL! os.walk took 1.435s, scandir.walk took 0.675s -- 2.1x as fast ---------- Added file: http://bugs.python.org/file36848/do_os_walk_getsize.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 13:46:26 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 11:46:26 +0000 Subject: [issue22583] C stack overflow in the Python 2.7 compiler In-Reply-To: <1412793209.1.0.692810866448.issue22583@psf.upfronthosting.co.za> Message-ID: <1412855186.42.0.706481176595.issue22583@psf.upfronthosting.co.za> STINNER Victor added the comment: > You're supposed to use that code to create a file (the output file is just ""+""+""+""+""+""+""+""+""+...+""). Oh ok, the bug is in Python compiler. It's probably an overflow of the C stack. The bug was fixed in Python 3.3 by the issue #5765: see changeset ab02cd145f56. See also the issue #19098 ("sys.setrecursionlimit(2**30) breaks interactive shell") and the changeset c3df31cbcd0a. Nick Coghlan wrote in the issue #5765: "However, agreed on the won't fix for 3.2 and 2.7, although I'd consider it at least for 2.7 if someone went through and worked out a patch that applies cleanly." $ python2 Python 2.7.5 (default, Sep 25 2014, 13:57:38) [GCC 4.8.3 20140911 (Red Hat 4.8.3-7)] on linux2>>> compile('1' + '+1'*10**5, '', 'exec') at 0x7f8c5ba2c1b0, file "", line 1> >>> compile('1' + '+1'*10**6, '', 'exec') Erreur de segmentation (core dumped) $ python3 Python 3.3.2 (default, Jun 30 2014, 17:20:03) [GCC 4.8.3 20140624 (Red Hat 4.8.3-1)] on linux >>> compile('1' + '+1'*10**3, '', 'exec') at 0x7f7298d479c0, file "", line 1> >>> compile('1' + '+1'*10**4, '', 'exec') Traceback (most recent call last): File "", line 1, in RuntimeError: maximum recursion depth exceeded during compilation ---------- nosy: +ncoghlan title: Segmentation fault with string concatenation -> C stack overflow in the Python 2.7 compiler _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 13:48:51 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 11:48:51 +0000 Subject: [issue22327] test_gdb failures on Ubuntu 14.10 In-Reply-To: <1409690431.38.0.272932349651.issue22327@psf.upfronthosting.co.za> Message-ID: <1412855331.79.0.549239791686.issue22327@psf.upfronthosting.co.za> STINNER Victor added the comment: Is it only a warning or python-gdb.py doesn't work at all? If it's a warning, attached test_gdb.patch should fix it. ---------- keywords: +patch nosy: +haypo Added file: http://bugs.python.org/file36849/test_gdb.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 13:50:08 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 11:50:08 +0000 Subject: [issue22579] Posix module init function name should not be compiler-dependent In-Reply-To: <1412774815.08.0.905106017715.issue22579@psf.upfronthosting.co.za> Message-ID: <1412855408.7.0.109761695514.issue22579@psf.upfronthosting.co.za> STINNER Victor added the comment: The patch looks good to me, but I would prefer that someone else double check. ---------- components: +Windows nosy: +haypo, loewis, pitrou versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 13:55:38 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 09 Oct 2014 11:55:38 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors In-Reply-To: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> Message-ID: <20141009115405.42898.2804@psf.io> Roundup Robot added the comment: New changeset 58601c36a357 by Victor Stinner in branch '3.4': Issue #22568: Fix compilation of posixmodule.c with Open Watcom: rename "utime" https://hg.python.org/cpython/rev/58601c36a357 New changeset 588657f910ac by Victor Stinner in branch 'default': (Merge 3.4) Issue #22568: Fix compilation of posixmodule.c with Open Watcom: https://hg.python.org/cpython/rev/588657f910ac ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 13:56:41 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 11:56:41 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors In-Reply-To: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> Message-ID: <1412855801.88.0.343863638461.issue22568@psf.upfronthosting.co.za> STINNER Victor added the comment: > Patch LGTM. The patch is safe. Even if I don't care of the Open Watcom compiler, the patch is simple enough to be accepted. (It doesn't add crazy #ifdef WATCOM). I commited your change, thanks Jeffrey for your contribution. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 14:06:29 2014 From: report at bugs.python.org (=?utf-8?q?Mat=C4=9Bj_Stuchl=C3=ADk?=) Date: Thu, 09 Oct 2014 12:06:29 +0000 Subject: [issue22327] test_gdb failures on Ubuntu 14.10 In-Reply-To: <1409690431.38.0.272932349651.issue22327@psf.upfronthosting.co.za> Message-ID: <1412856389.2.0.451104412783.issue22327@psf.upfronthosting.co.za> Mat?j Stuchl?k added the comment: While with Python3.5's test_gdb does fail when building in Koji [0], it seems to pass fine in our other build system - Copr [1]. Comparing the two [2][3], it seems the only big difference is the kernel version - 2.6.32 in Copr and 3.16.3 in Koji. Not sure how relevant this is, just something I noticed. [0] https://kojipkgs.fedoraproject.org//work/tasks/700/7810700/build.log [1] http://copr-be.cloud.fedoraproject.org/results/churchyard/python3-nightly/fedora-21-i386/python3-3.5.0-0.117.20141009hgf7124c167603.fc20/build.log [2] https://kojipkgs.fedoraproject.org//work/tasks/700/7810700/root.log [3] http://copr-be.cloud.fedoraproject.org/results/churchyard/python3-nightly/fedora-21-i386/python3-3.5.0-0.117.20141009hgf7124c167603.fc20/root.log ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 14:24:55 2014 From: report at bugs.python.org (Petr Viktorin) Date: Thu, 09 Oct 2014 12:24:55 +0000 Subject: [issue22198] Odd floor-division corner case In-Reply-To: <1408034861.79.0.503776123394.issue22198@psf.upfronthosting.co.za> Message-ID: <1412857495.71.0.733005691275.issue22198@psf.upfronthosting.co.za> Petr Viktorin added the comment: Apologies for the delay; I missed/did not get a notification. Alexander, I don't disagree, but I'd like my first patch to Python to not be a refactoring. As I said, I'd like to keep this patch focused. After that I'd like to provide tests the rest of float_divmod; and then perhaps use an entirely different implementation. If that's not a good course of action, and you suggest a different one or just tell me to improve everything at once, I will certainly try. But, I think that this patch is an improvement, and that it does fix this bug. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 14:35:41 2014 From: report at bugs.python.org (Ben Hoyt) Date: Thu, 09 Oct 2014 12:35:41 +0000 Subject: [issue22524] PEP 471 implementation: os.scandir() directory scanning function In-Reply-To: <1412088162.24.0.84630531931.issue22524@psf.upfronthosting.co.za> Message-ID: <1412858141.51.0.983204385418.issue22524@psf.upfronthosting.co.za> Ben Hoyt added the comment: Thanks, Victor and Antone. I'm somewhat surprised at the 2-3x numbers you're seeing, as I was consistently getting 4-5x in the Linux tests I did. But it does depend quite a bit on what file system you're running, what hardware, whether you're running in a VM, etc. Still, 2-3x faster is a good speedup! The numbers are significantly better on Windows, as you can see. Even the smallest numbers I've seen with "--scandir os" are around 12x range on Windows. In any case, Victor's last tests are "right" -- I presume we'll have *some* C, so what we want to be comparing is "benchmark.py --scandir c" versus "benchmark.py --scandir os": the some C version versus the all C version in the attached CPython 3.5 patch. BTW, Victor, "Generic" isn't really useful. I just used it as a test case that calls listdir() and os.stat() to implement the scandir/DirEntry interface. So it's going to be strictly slower than listdir + stat due to using listdir and creating all those DirEntry objects. Anyway, where to from here? Are we agreed given the numbers that -- especially on Linux -- it makes good performance sense to use an all-C approach? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 14:38:30 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 09 Oct 2014 12:38:30 +0000 Subject: [issue22524] PEP 471 implementation: os.scandir() directory scanning function In-Reply-To: <1412858141.51.0.983204385418.issue22524@psf.upfronthosting.co.za> Message-ID: <543681C3.4060904@free.fr> Antoine Pitrou added the comment: Le 09/10/2014 14:35, Ben Hoyt a ?crit : > > Anyway, where to from here? Are we agreed given the numbers that -- especially on Linux -- it makes good performance sense to use an all-C approach? I think so, yes. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 14:46:37 2014 From: report at bugs.python.org (Brian Keegan) Date: Thu, 09 Oct 2014 12:46:37 +0000 Subject: [issue16177] Typing left parenthesis in IDLE causes intermittent Cocoa Tk crash on OS X In-Reply-To: <1412831246.23.0.22713483403.issue16177@psf.upfronthosting.co.za> Message-ID: Brian Keegan added the comment: I was also using a dual-screen setup: laptop + external display. On Thu, Oct 9, 2014 at 1:07 AM, Ned Deily wrote: > > Ned Deily added the comment: > > Thanks, Tom, nice writeup! If any of the other people who have seen this > crash are still around, it would be interesting to know if they also were > using more than one monitor. > > ---------- > > _______________________________________ > Python tracker > > _______________________________________ > ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 14:50:08 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 12:50:08 +0000 Subject: [issue22564] ssl: post-commit review of the new memory BIO API In-Reply-To: <1412590465.24.0.24710969124.issue22564@psf.upfronthosting.co.za> Message-ID: <1412859008.33.0.664850738439.issue22564@psf.upfronthosting.co.za> STINNER Victor added the comment: Here is a first patch for SSL documentation. If the patch looks fine, I will first apply revelant parts to Python 3.4 documentation. ---------- keywords: +patch Added file: http://bugs.python.org/file36850/ssl_doc.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 14:57:41 2014 From: report at bugs.python.org (Martin Dengler) Date: Thu, 09 Oct 2014 12:57:41 +0000 Subject: [issue557704] netrc module can't handle all passwords Message-ID: <1412859461.83.0.910697366769.issue557704@psf.upfronthosting.co.za> Martin Dengler added the comment: I know this is ancient, but the below patch handles spaces in passwords in 2.7.8 and 3.4 for me. If this is worth making into a new bug / proper patch I'm happy to do it. $ diff -uw /c/Python278/Lib/netrc.py{-orig,} --- /c/Python278/Lib/netrc.py-orig 2014-10-09 13:52:36.995286000 +0100 +++ /c/Python278/Lib/netrc.py 2014-10-09 13:53:05.041286000 +0100 @@ -111,7 +111,23 @@ "~/.netrc access too permissive: access" " permissions must restrict access to only" " the owner", file, lexer.lineno) + # handle passwords with quoted spaces + quote_chars = lexer.quotes + removed_chars = [] + for quote_char in quote_chars: + if quote_char in lexer.wordchars: + lexer.wordchars = lexer.wordchars.replace(quote_char, '') + removed_chars.append(quote_char) + try: + password = lexer.get_token() + + for quote_char in quote_chars: + if password.startswith(quote_char) and password.endswith(quote_char): + password = password[1:-1] + finally: + for removed_char in removed_chars: + lexer.wordchars += removed_char else: raise NetrcParseError("bad follower token %r" % tt, file, lexer.lineno) ---------- nosy: +mdengler _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 14:59:16 2014 From: report at bugs.python.org (Martin Dengler) Date: Thu, 09 Oct 2014 12:59:16 +0000 Subject: [issue557704] netrc module can't handle all passwords Message-ID: <1412859556.28.0.659712783541.issue557704@psf.upfronthosting.co.za> Martin Dengler added the comment: Sorry for the whitespace-unaware diff. The attached patch is the real one, with the obvious extra level of indentation around the critical "password = lexer.get_token()" line. ---------- keywords: +patch Added file: http://bugs.python.org/file36851/python-netrc-password-spaces-bug-557704.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 14:59:37 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 12:59:37 +0000 Subject: [issue22524] PEP 471 implementation: os.scandir() directory scanning function In-Reply-To: <1412088162.24.0.84630531931.issue22524@psf.upfronthosting.co.za> Message-ID: <1412859577.46.0.351555434823.issue22524@psf.upfronthosting.co.za> STINNER Victor added the comment: > I'm somewhat surprised at the 2-3x numbers you're seeing, as I was consistently getting 4-5x in the Linux tests I did. But it does depend quite a bit on what file system you're running, what hardware, whether you're running in a VM, etc. Still, 2-3x faster is a good speedup! I don't think that hardware matters. As I wrote, I expect the whole /usr/share tree to fit in memory. It's sounds more like optimizations in the Linux kernel. I ran benchmarks on Fedora 20 with the Linux kernel 3.14. > Anyway, where to from here? Are we agreed given the numbers that -- especially on Linux -- it makes good performance sense to use an all-C approach? We didn't try yet to call readdir() multiple times in the C iterator and use a small cache (ex: between 10 and 1000 items, I don't know which size is the best yet) to also limit the number of readdir() calls. The cache would be an array of dirent on Linux. scandir_helper() can return an array of items instead of a single item for example. I can try to implement it if you want. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 15:02:35 2014 From: report at bugs.python.org (Ben Hoyt) Date: Thu, 09 Oct 2014 13:02:35 +0000 Subject: [issue22524] PEP 471 implementation: os.scandir() directory scanning function In-Reply-To: <1412088162.24.0.84630531931.issue22524@psf.upfronthosting.co.za> Message-ID: <1412859755.78.0.0161949423222.issue22524@psf.upfronthosting.co.za> Ben Hoyt added the comment: I dunno, I'd be happy if you implement this, but it does mean *more* C code, not less. :-) I feel this would be a nice-to-have, but we should get the thing working first, and then do the multiple-OS-calls-in-one optimization. In any case, if you implement this, I think you should do so against the CPython 3.5 patch, not the _scandir.c/scandir_helper code. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 15:32:16 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 09 Oct 2014 13:32:16 +0000 Subject: [issue22578] Add additional attributes to re.error In-Reply-To: <1412809302.18.0.837196971777.issue22578@psf.upfronthosting.co.za> Message-ID: <1441252.vCzmCdTuOq@raxxla> Serhiy Storchaka added the comment: Thank you Matthew for your suggestions. Here is updated patch. ---------- Added file: http://bugs.python.org/file36852/re_error_attrs3.patch _______________________________________ Python tracker _______________________________________ -------------- next part -------------- diff -r 8b1ac1a3d007 Doc/library/re.rst --- a/Doc/library/re.rst Wed Oct 08 22:32:50 2014 +0300 +++ b/Doc/library/re.rst Thu Oct 09 16:29:25 2014 +0300 @@ -726,13 +726,36 @@ form. Clear the regular expression cache. -.. exception:: error +.. exception:: error(msg, pattern=None, pos=None) Exception raised when a string passed to one of the functions here is not a valid regular expression (for example, it might contain unmatched parentheses) or when some other error occurs during compilation or matching. It is never an - error if a string contains no match for a pattern. + error if a string contains no match for a pattern. The error instance has + the following additional attributes: + .. attribute:: msg + + The unformatted error message. + + .. attribute:: pattern + + The regular expression pattern. + + .. attribute:: pos + + The index of *pattern* where compilation failed. + + .. attribute:: lineno + + The line corresponding to *pos*. + + .. attribute:: colno + + The column corresponding to *pos*. + + .. versionchanged:: 3.5 + Added additional attributes. .. _re-objects: diff -r 8b1ac1a3d007 Lib/sre_constants.py --- a/Lib/sre_constants.py Wed Oct 08 22:32:50 2014 +0300 +++ b/Lib/sre_constants.py Thu Oct 09 16:29:25 2014 +0300 @@ -21,8 +21,35 @@ from _sre import MAXREPEAT, MAXGROUPS # should this really be here? class error(Exception): - pass + def __init__(self, msg, pattern=None, pos=None): + self.msg = msg + self.pattern = pattern + self.pos = pos + if pattern is not None and pos is not None: + msg = '%s at position %d' % (msg, pos) + if isinstance(pattern, str): + newline = '\n' + else: + newline = b'\n' + self.lineno = pattern.count(newline, 0, pos) + 1 + self.colno = pos - pattern.rfind(newline, 0, pos) + if newline in pattern: + msg = '%s (line %d, column %d)' % (msg, self.lineno, self.colno) + else: + self.lineno = self.colno = None + super().__init__(msg) +def linecol(doc, pos): + if isinstance(pattern, str): + newline = '\n' + else: + newline = b'\n' + lineno = pattern.count(newline, 0, pos) + 1 + if lineno == 1: + colno = pos + 1 + else: + colno = pos - doc.rindex(newline, 0, pos) + return lineno, colno # operators FAILURE = "failure" diff -r 8b1ac1a3d007 Lib/sre_parse.py --- a/Lib/sre_parse.py Wed Oct 08 22:32:50 2014 +0300 +++ b/Lib/sre_parse.py Thu Oct 09 16:29:25 2014 +0300 @@ -207,7 +207,8 @@ class Tokenizer: try: c = self.string[self.index + 1] except IndexError: - raise error("bogus escape (end of line)") + self.next = None + raise self.error("bogus escape (end of line)", 0) if not self.istext: c = chr(c) char = char + c @@ -233,9 +234,13 @@ class Tokenizer: self.__next() return result def tell(self): - return self.index, self.next + return self.index - len(self.next or '') def seek(self, index): - self.index, self.next = index + self.index = index + self.__next() + + def error(self, msg, offset): + return error(msg, self.string, self.tell() - offset) # The following three functions are not used in this module anymore, but we keep # them here (with DeprecationWarnings) for backwards compatibility. @@ -299,8 +304,8 @@ def _class_escape(source, escape): escape += source.getwhile(2, OCTDIGITS) c = int(escape[1:], 8) if c > 0o377: - raise error('octal escape value %r outside of ' - 'range 0-0o377' % escape) + raise source.error('octal escape value %r outside of ' + 'range 0-0o377' % escape, len(escape)) return LITERAL, c elif c in DIGITS: raise ValueError @@ -308,7 +313,7 @@ def _class_escape(source, escape): return LITERAL, ord(escape[1]) except ValueError: pass - raise error("bogus escape: %s" % repr(escape)) + raise source.error("bogus escape: %s" % repr(escape), len(escape)) def _escape(source, escape, state): # handle escape code in expression @@ -354,21 +359,23 @@ def _escape(source, escape, state): escape = escape + source.get() c = int(escape[1:], 8) if c > 0o377: - raise error('octal escape value %r outside of ' - 'range 0-0o377' % escape) + raise source.error('octal escape value %r outside of ' + 'range 0-0o377' % escape, + len(escape)) return LITERAL, c # not an octal escape, so this is a group reference group = int(escape[1:]) if group < state.groups: if not state.checkgroup(group): - raise error("cannot refer to open group") + raise source.error("cannot refer to open group", + len(escape)) return GROUPREF, group raise ValueError if len(escape) == 2: return LITERAL, ord(escape[1]) except ValueError: pass - raise error("bogus escape: %s" % repr(escape)) + raise source.error("bogus escape: %s" % repr(escape), len(escape)) def _parse_sub(source, state, nested=1): # parse an alternation: a|b|c @@ -385,7 +392,7 @@ def _parse_sub(source, state, nested=1): if not source.next or sourcematch(")", 0): break else: - raise error("pattern not properly closed") + raise source.error("pattern not properly closed", 0) if len(items) == 1: return items[0] @@ -434,11 +441,12 @@ def _parse_sub_cond(source, state, condg if source.match("|"): item_no = _parse(source, state) if source.match("|"): - raise error("conditional backref with more than two branches") + raise source.error("conditional backref with more than two branches", + 1) else: item_no = None if source.next and not source.match(")", 0): - raise error("pattern not properly closed") + raise source.error("pattern not properly closed", 0) subpattern = SubPattern(state) subpattern.append((GROUPREF_EXISTS, (condgroup, item_yes, item_no))) return subpattern @@ -503,7 +511,7 @@ def _parse(source, state): elif this: code1 = LITERAL, ord(this) else: - raise error("unexpected end of regular expression") + raise source.error("unexpected end of regular expression", 0) if sourcematch("-"): # potential range this = sourceget() @@ -519,14 +527,14 @@ def _parse(source, state): else: code2 = LITERAL, ord(this) if code1[0] != LITERAL or code2[0] != LITERAL: - raise error("bad character range") + raise source.error("bad character range", len(this)) lo = code1[1] hi = code2[1] if hi < lo: - raise error("bad character range") + raise source.error("bad character range", len(this)) setappend((RANGE, (lo, hi))) else: - raise error("unexpected end of regular expression") + raise source.error("unexpected end of regular expression", 0) else: if code1[0] is IN: code1 = code1[1][0] @@ -543,6 +551,7 @@ def _parse(source, state): elif this and this[0] in REPEAT_CHARS: # repeat previous item + here = source.tell() if this == "?": min, max = 0, 1 elif this == "*": @@ -554,7 +563,6 @@ def _parse(source, state): if source.next == "}": subpatternappend((LITERAL, ord(this))) continue - here = source.tell() min, max = 0, MAXREPEAT lo = hi = "" while source.next in DIGITS: @@ -577,18 +585,21 @@ def _parse(source, state): if max >= MAXREPEAT: raise OverflowError("the repetition number is too large") if max < min: - raise error("bad repeat interval") + raise source.error("bad repeat interval", + source.tell() - here) else: - raise error("not supported") + raise source.error("not supported", len(this)) # figure out which item to repeat if subpattern: item = subpattern[-1:] else: item = None if not item or (_len(item) == 1 and item[0][0] == AT): - raise error("nothing to repeat") + raise source.error("nothing to repeat", + source.tell() - here + len(this)) if item[0][0] in REPEATCODES: - raise error("multiple repeat") + raise source.error("multiple repeat", + source.tell() - here + len(this)) if sourcematch("?"): subpattern[-1] = (MIN_REPEAT, (min, max, item)) else: @@ -612,41 +623,45 @@ def _parse(source, state): while 1: char = sourceget() if char is None: - raise error("unterminated name") + raise source.error("unterminated name", 0) if char == ">": break name = name + char group = 1 if not name: - raise error("missing group name") + raise source.error("missing group name", 1) if not name.isidentifier(): - raise error("bad character in group name %r" % name) + raise source.error("bad character in group name " + "%r" % name, + len(name) + 1) elif sourcematch("="): # named backreference name = "" while 1: char = sourceget() if char is None: - raise error("unterminated name") + raise source.error("unterminated name", 0) if char == ")": break name = name + char if not name: - raise error("missing group name") + raise source.error("missing group name", 1) if not name.isidentifier(): - raise error("bad character in backref group name " - "%r" % name) + raise source.error("bad character in backref " + "group name %r" % name, + len(name) + 1) gid = state.groupdict.get(name) if gid is None: msg = "unknown group name: {0!r}".format(name) - raise error(msg) + raise source.error(msg, len(name) + 1) subpatternappend((GROUPREF, gid)) continue else: char = sourceget() if char is None: - raise error("unexpected end of pattern") - raise error("unknown specifier: ?P%s" % char) + raise source.error("unexpected end of pattern", 0) + raise source.error("unknown specifier: ?P%s" % char, + len(char)) elif sourcematch(":"): # non-capturing group group = 2 @@ -657,7 +672,7 @@ def _parse(source, state): break sourceget() if not sourcematch(")"): - raise error("unbalanced parenthesis") + raise source.error("unbalanced parenthesis", 0) continue elif source.next in ASSERTCHARS: # lookahead assertions @@ -665,12 +680,12 @@ def _parse(source, state): dir = 1 if char == "<": if source.next not in LOOKBEHINDASSERTCHARS: - raise error("syntax error") + raise source.error("syntax error", 0) dir = -1 # lookbehind char = sourceget() p = _parse_sub(source, state) if not sourcematch(")"): - raise error("unbalanced parenthesis") + raise source.error("unbalanced parenthesis", 0) if char == "=": subpatternappend((ASSERT, (dir, p))) else: @@ -682,33 +697,36 @@ def _parse(source, state): while 1: char = sourceget() if char is None: - raise error("unterminated name") + raise source.error("unterminated name", 0) if char == ")": break condname = condname + char group = 2 if not condname: - raise error("missing group name") + raise source.error("missing group name", 1) if condname.isidentifier(): condgroup = state.groupdict.get(condname) if condgroup is None: msg = "unknown group name: {0!r}".format(condname) - raise error(msg) + raise source.error(msg, len(condname) + 1) else: try: condgroup = int(condname) if condgroup < 0: raise ValueError except ValueError: - raise error("bad character in group name") + raise source.error("bad character in group name", + len(condname) + 1) if not condgroup: - raise error("bad group number") + raise source.error("bad group number", + len(condname) + 1) if condgroup >= MAXGROUPS: - raise error("the group number is too large") + raise source.error("the group number is too large", + len(condname) + 1) else: # flags if not source.next in FLAGS: - raise error("unexpected end of pattern") + raise source.error("unexpected end of pattern", 0) while source.next in FLAGS: state.flags = state.flags | FLAGS[sourceget()] if group: @@ -717,13 +735,16 @@ def _parse(source, state): # anonymous group group = None else: - group = state.opengroup(name) + try: + group = state.opengroup(name) + except error as err: + raise source.error(err.msg, len(name) + 1) if condgroup: p = _parse_sub_cond(source, state, condgroup) else: p = _parse_sub(source, state) if not sourcematch(")"): - raise error("unbalanced parenthesis") + raise source.error("unbalanced parenthesis", 0) if group is not None: state.closegroup(group) subpatternappend((SUBPATTERN, (group, p))) @@ -731,10 +752,10 @@ def _parse(source, state): while 1: char = sourceget() if char is None: - raise error("unexpected end of pattern") + raise source.error("unexpected end of pattern", 0) if char == ")": break - raise error("unknown extension") + raise source.error("unknown extension", len(char)) elif this == "^": subpatternappend((AT, AT_BEGINNING)) @@ -747,7 +768,7 @@ def _parse(source, state): subpatternappend(code) else: - raise error("parser error") + raise source.error("parser error", len(this)) return subpattern @@ -778,9 +799,10 @@ def parse(str, flags=0, pattern=None): tail = source.get() if tail == ")": - raise error("unbalanced parenthesis") + raise source.error("unbalanced parenthesis", 1) elif tail: - raise error("bogus characters at end of regular expression") + raise source.error("bogus characters at end of regular expression", + len(tail)) if flags & SRE_FLAG_DEBUG: p.dump() @@ -820,21 +842,23 @@ def parse_template(source, pattern): while True: char = sget() if char is None: - raise error("unterminated group name") + raise s.error("unterminated group name", 0) if char == ">": break name += char if not name: - raise error("missing group name") + raise s.error("missing group name", 1) try: index = int(name) if index < 0: - raise error("negative group number") + raise s.error("negative group number", len(name) + 1) if index >= MAXGROUPS: - raise error("the group number is too large") + raise s.error("the group number is too large", + len(name) + 1) except ValueError: if not name.isidentifier(): - raise error("bad character in group name") + raise s.error("bad character in group name", + len(name) + 1) try: index = pattern.groupindex[name] except KeyError: @@ -857,8 +881,8 @@ def parse_template(source, pattern): isoctal = True c = int(this[1:], 8) if c > 0o377: - raise error('octal escape value %r outside of ' - 'range 0-0o377' % this) + raise s.error('octal escape value %r outside of ' + 'range 0-0o377' % this, len(this)) lappend(chr(c)) if not isoctal: addgroup(int(this[1:])) diff -r 8b1ac1a3d007 Lib/test/test_re.py --- a/Lib/test/test_re.py Wed Oct 08 22:32:50 2014 +0300 +++ b/Lib/test/test_re.py Thu Oct 09 16:29:25 2014 +0300 @@ -1270,6 +1270,40 @@ subpattern None # with ignore case. self.assertEqual(re.fullmatch('[a-c]+', 'ABC', re.I).span(), (0, 3)) + def test_error(self): + with self.assertRaises(re.error) as cm: + re.compile('(\u20ac))') + err = cm.exception + self.assertIsInstance(err.pattern, str) + self.assertEqual(err.pattern, '(\u20ac))') + self.assertEqual(err.pos, 3) + self.assertEqual(err.lineno, 1) + self.assertEqual(err.colno, 4) + self.assertIn(err.msg, str(err)) + self.assertIn(' at position 3', str(err)) + self.assertNotIn(' at position 3', err.msg) + with self.assertRaises(re.error) as cm: + re.compile(b'(\xa4))') + err = cm.exception + self.assertIsInstance(err.pattern, bytes) + self.assertEqual(err.pattern, b'(\xa4))') + self.assertEqual(err.pos, 3) + with self.assertRaises(re.error) as cm: + re.compile(""" + ( + abc + ) + ) + ( + """, re.VERBOSE) + err = cm.exception + self.assertEqual(err.pos, 77) + self.assertEqual(err.lineno, 5) + self.assertEqual(err.colno, 17) + self.assertIn(err.msg, str(err)) + self.assertIn(' at position 77', str(err)) + self.assertIn('(line 5, column 17)', str(err)) + class PatternReprTests(unittest.TestCase): def check(self, pattern, expected): From report at bugs.python.org Thu Oct 9 16:30:54 2014 From: report at bugs.python.org (Brett Cannon) Date: Thu, 09 Oct 2014 14:30:54 +0000 Subject: =?utf-8?q?=5Bissue21049=5D_Warning_at_interpreter_exit_triggers_flood_of_?= =?utf-8?b?4oCcSW1wb3J0V2FybmluZzogc3lzLm1ldGFfcGF0aCBpcyBlbXB0eeKAnQ==?= In-Reply-To: <1395642335.41.0.483787590936.issue21049@psf.upfronthosting.co.za> Message-ID: <1412865054.0.0.346889588421.issue21049@psf.upfronthosting.co.za> Brett Cannon added the comment: I'm already planning to look into this problem in issue #21052 so feel free to follow over there. ---------- superseder: -> Consider dropping ImportWarning for empty sys.path_hooks and sys.meta_path _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 17:10:21 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 09 Oct 2014 15:10:21 +0000 Subject: [issue22407] re.LOCALE is nonsensical for Unicode In-Reply-To: <1410709398.9.0.134852560063.issue22407@psf.upfronthosting.co.za> Message-ID: <1412867421.54.0.137048399216.issue22407@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Here is simple patch which just deprecate using of the re.LOCALE flag with str patterns. It also deprecates using of the re.LOCALE flag with the re.ASCII flag (with bytes patterns) and adds some re.LOCALE related tests. ---------- versions: -Python 2.7, Python 3.4 Added file: http://bugs.python.org/file36853/re_deprecate_unicode_locale.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 18:00:33 2014 From: report at bugs.python.org (Alex Parrill) Date: Thu, 09 Oct 2014 16:00:33 +0000 Subject: [issue22586] urljoin allow_fragments doesn't work Message-ID: <1412870433.46.0.862767853703.issue22586@psf.upfronthosting.co.za> New submission from Alex Parrill: Passing False to the allow_fragments argument to urljoin doesn't remove fragments. Is this a bug, or am I misunderstanding the allow_fragments parameter? It's not perfectly clear what "fragment identifiers are not allowed" means (strips them out? throws an error?) I'm running this on XUbuntu 14.04.01. $ python3 Python 3.4.0 (default, Apr 11 2014, 13:05:11) [GCC 4.8.2] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from urllib.parse import urljoin >>> urljoin("http://localhost:8000/foo.html", "bar.html#baz", allow_fragments=False) 'http://localhost:8000/bar.html#baz' ---------- components: Library (Lib) messages: 228877 nosy: ColonelThirtyTwo priority: normal severity: normal status: open title: urljoin allow_fragments doesn't work versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 18:31:41 2014 From: report at bugs.python.org (Yury Selivanov) Date: Thu, 09 Oct 2014 16:31:41 +0000 Subject: [issue22389] Add contextlib.redirect_stderr() In-Reply-To: <1410445513.66.0.871890162607.issue22389@psf.upfronthosting.co.za> Message-ID: <1412872301.05.0.246456514814.issue22389@psf.upfronthosting.co.za> Yury Selivanov added the comment: I think that Victor is right, it would be better to have two distinct entries in the docs. Besides that - LGTM. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 18:35:01 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 09 Oct 2014 16:35:01 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors In-Reply-To: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> Message-ID: <1412872501.62.0.00472625560641.issue22568@psf.upfronthosting.co.za> Georg Brandl added the comment: UTIME_TO_UTIMBUF actually still looks dodgy and UTIME_TO_TIME_T is completely broken. * There should be only one "utimbuf" structure, because it already contains both times (see man 2 utime). * UTIME_TO_TIME_T uses a type called "struct timet" which I don't think exists, it should be "time_t *". The "&" operator is wrong. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 18:37:36 2014 From: report at bugs.python.org (Jeffrey Armstrong) Date: Thu, 09 Oct 2014 16:37:36 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors In-Reply-To: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> Message-ID: <1412872656.93.0.481801553476.issue22568@psf.upfronthosting.co.za> Jeffrey Armstrong added the comment: My patch merely fixes broken code that wasn't being used by Python's "supported" compilers under most common configurations. It's really independent of compiler. I realize nobody here cares about Open Watcom as a supported compiler; the Python community has made that *abundantly* clear. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 18:50:50 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 09 Oct 2014 16:50:50 +0000 Subject: [issue22586] urljoin allow_fragments doesn't work In-Reply-To: <1412870433.46.0.862767853703.issue22586@psf.upfronthosting.co.za> Message-ID: <1412873450.95.0.997316479978.issue22586@psf.upfronthosting.co.za> Georg Brandl added the comment: The "not allowed" should be clarified. What is meant is that if allow_fragments is false, a fragment is parsed as part of the path. This doesn't make a difference for urljoin if the fragment is part of the second part. It does make a difference for the first part: >>> urljoin('http://www.example.com/#frag/', 'foo#bar', allow_fragments=True) 'http://www.example.com/foo#bar' >>> urljoin('http://www.example.com/#frag/', 'foo#bar', allow_fragments=False) 'http://www.example.com/#frag/foo#bar' For reference, the urlparse() results: >>> urlparse('http://www.example.com/#frag/', allow_fragments=True) ParseResult(scheme='http', netloc='www.example.com', path='/', params='', query='', fragment='frag/') >>> urlparse('http://www.example.com/#frag/', allow_fragments=False) ParseResult(scheme='http', netloc='www.example.com', path='/#frag/', params='', query='', fragment='') ---------- assignee: -> docs at python components: +Documentation -Library (Lib) nosy: +docs at python, georg.brandl, orsenthil versions: +Python 2.7, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 18:52:19 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 09 Oct 2014 16:52:19 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors In-Reply-To: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> Message-ID: <1412873539.88.0.0790035608224.issue22568@psf.upfronthosting.co.za> Georg Brandl added the comment: Jeffrey: I did not mean to devalue your patch, I just wanted to bring even more issues to Victor's attention. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 18:56:13 2014 From: report at bugs.python.org (Kevin Keating) Date: Thu, 09 Oct 2014 16:56:13 +0000 Subject: [issue22587] os.path.abspath(None) behavior is inconsistent between platforms Message-ID: <1412873773.97.0.374832942416.issue22587@psf.upfronthosting.co.za> New submission from Kevin Keating: On Windows, os.path.abspath() treats None as if it were an empty string, so os.path.abspath(None) returns the current working directory. On Linux, os.path.abspath(None) raises an AttributeError. With macpath, abspath(None) raises a TypeError. I've seen this behavior with Python 2.7.3, 2.7.8, 3.2.5, and 3.4.2. Python 3.4.2 (v3.4.2:ab2c023a9432, Oct 6 2014, 22:15:05) [MSC v.1600 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import ntpath, posixpath, macpath >>> ntpath.abspath(None) 'C:\\Users\\Keating\\Documents' >>> posixpath.abspath(None) Traceback (most recent call last): File "", line 1, in File "C:\programs\Python34\lib\posixpath.py", line 357, in abspath if not isabs(path): File "C:\programs\Python34\lib\posixpath.py", line 63, in isabs return s.startswith(sep) AttributeError: 'NoneType' object has no attribute 'startswith' >>> macpath.abspath(None) Traceback (most recent call last): File "", line 1, in File "C:\programs\Python34\lib\macpath.py", line 177, in abspath if not isabs(path): File "C:\programs\Python34\lib\macpath.py", line 49, in isabs return colon in s and s[:1] != colon TypeError: argument of type 'NoneType' is not iterable This case seems very closely related to http://bugs.python.org/issue9018, which noted a platform inconsistency in os.path.normcase. ---------- components: Library (Lib) messages: 228883 nosy: KevKeating priority: normal severity: normal status: open title: os.path.abspath(None) behavior is inconsistent between platforms versions: Python 2.7, Python 3.2, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 18:56:23 2014 From: report at bugs.python.org (Jeffrey Armstrong) Date: Thu, 09 Oct 2014 16:56:23 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors In-Reply-To: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> Message-ID: <1412873783.47.0.638364732458.issue22568@psf.upfronthosting.co.za> Jeffrey Armstrong added the comment: Georg: Sorry, that wasn't directed at you. Your comment snuck in before mine. It was more general frustration. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 19:52:48 2014 From: report at bugs.python.org (Kevin Keating) Date: Thu, 09 Oct 2014 17:52:48 +0000 Subject: [issue22587] os.path.abspath(None) behavior is inconsistent between platforms In-Reply-To: <1412873773.97.0.374832942416.issue22587@psf.upfronthosting.co.za> Message-ID: <1412877168.66.0.458770406493.issue22587@psf.upfronthosting.co.za> Kevin Keating added the comment: I just realized that even the behavior of ntpath.abspath() is inconsistent across platforms. On Windows, ntpath.abspath(None) returns the current working directory. On other OSs, ntpath.abspath(None) raises a TypeError. There are two different abspath definitions in ntpath, one that uses the native Windows method (used on Windows) and one that doesn't (used everywhere else). The two methods behave differently if the input value isn't a string. I've tested this on OS X using Python 2.7.8 and 3.4.1: Python 2.7.8 |Anaconda 2.1.0 (x86_64)| (default, Aug 21 2014, 15:21:46) [GCC 4.2.1 (Apple Inc. build 5577)] on darwin Type "help", "copyright", "credits" or "license" for more information. Anaconda is brought to you by Continuum Analytics. Please check out: http://continuum.io/thanks and https://binstar.org >>> import ntpath >>> ntpath.abspath(None) Traceback (most recent call last): File "", line 1, in File "/Users/young/anaconda/envs/py278/lib/python2.7/ntpath.py", line 473, in abspath if not isabs(path): File "/Users/young/anaconda/envs/py278/lib/python2.7/ntpath.py", line 57, in isabs s = splitdrive(s)[1] File "/Users/young/anaconda/envs/py278/lib/python2.7/ntpath.py", line 114, in splitdrive if len(p) > 1: TypeError: object of type 'NoneType' has no len() Python 3.4.1 |Anaconda 2.1.0 (x86_64)| (default, Sep 10 2014, 17:24:09) [GCC 4.2.1 (Apple Inc. build 5577)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import ntpath >>> ntpath.abspath(None) Traceback (most recent call last): File "", line 1, in File "/Users/young/anaconda/envs/py34/lib/python3.4/ntpath.py", line 533, in abspath if not isabs(path): File "/Users/young/anaconda/envs/py34/lib/python3.4/ntpath.py", line 99, in isabs s = splitdrive(s)[1] File "/Users/young/anaconda/envs/py34/lib/python3.4/ntpath.py", line 159, in splitdrive if len(p) > 1: TypeError: object of type 'NoneType' has no len() ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 20:10:59 2014 From: report at bugs.python.org (Xavier de Gaye) Date: Thu, 09 Oct 2014 18:10:59 +0000 Subject: [issue22588] memory corrupted in test_capi refleaks test Message-ID: <1412878259.75.0.451525975986.issue22588@psf.upfronthosting.co.za> New submission from Xavier de Gaye: This does not happen on tests run with '-R 22:22' or a lower run count, but occur systematically with '-R 23:23' or a greater run count. $ ./python Python 3.5.0a0 (default:1e1c6e306eb4, Oct 9 2014, 19:52:59) [GCC 4.9.1 20140903 (prerelease)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import platform; platform.uname() uname_result(system='Linux', node='bilboquet', release='3.16.3-1-ARCH', version='#1 SMP PREEMPT Wed Sep 17 21:54:13 CEST 2014', machine='x86_64', processor='') >>> $ ./python -m test -R 23:23 test_capi [1/1] test_capi beginning 46 repetitions 1234567890123456789012345678901234567890123456 .............................................. 1 test OK. Debug memory block at address p=0x982570: API '' 18446744073709551615 bytes originally requested The 7 pad bytes at p-7 are not all FORBIDDENBYTE (0xfb): at p-7: 0x00 *** OUCH at p-6: 0x00 *** OUCH at p-5: 0x00 *** OUCH at p-4: 0x00 *** OUCH at p-3: 0x00 *** OUCH at p-2: 0x00 *** OUCH at p-1: 0x00 *** OUCH Because memory is corrupted at the start, the count of bytes requested may be bogus, and checking the trailing pad bytes may segfault. The 8 pad bytes at tail=0x98256f are not all FORBIDDENBYTE (0xfb): at tail+0: 0x00 *** OUCH at tail+1: 0x00 *** OUCH at tail+2: 0x00 *** OUCH at tail+3: 0x00 *** OUCH at tail+4: 0x00 *** OUCH at tail+5: 0x00 *** OUCH at tail+6: 0x00 *** OUCH at tail+7: 0x00 *** OUCH The block was made by call #0 to debug malloc/realloc. Data at p: Fatal Python error: bad ID: Allocated using API '', verified using API 'o' Current thread 0x00007f525bcf2700 (most recent call first): Aborted (core dumped) ---------- components: Library (Lib) messages: 228886 nosy: xdegaye priority: normal severity: normal status: open title: memory corrupted in test_capi refleaks test type: crash versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 20:11:32 2014 From: report at bugs.python.org (Claudiu Popa) Date: Thu, 09 Oct 2014 18:11:32 +0000 Subject: [issue18615] sndhdr.whathdr could return a namedtuple In-Reply-To: <1375370275.79.0.808837089288.issue18615@psf.upfronthosting.co.za> Message-ID: <1412878292.77.0.679221893133.issue18615@psf.upfronthosting.co.za> Changes by Claudiu Popa : ---------- stage: patch review -> commit review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 20:13:06 2014 From: report at bugs.python.org (Claudiu Popa) Date: Thu, 09 Oct 2014 18:13:06 +0000 Subject: [issue21986] Pickleability of code objects is inconsistent In-Reply-To: <1405469623.84.0.281722062447.issue21986@psf.upfronthosting.co.za> Message-ID: <1412878386.43.0.157523895776.issue21986@psf.upfronthosting.co.za> Claudiu Popa added the comment: Terry, can I do something to move this issue forward? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 20:15:29 2014 From: report at bugs.python.org (Quentin Pradet) Date: Thu, 09 Oct 2014 18:15:29 +0000 Subject: [issue21052] Consider dropping ImportWarning for empty sys.path_hooks and sys.meta_path In-Reply-To: <1395681608.6.0.965988272103.issue21052@psf.upfronthosting.co.za> Message-ID: <1412878529.02.0.794151184683.issue21052@psf.upfronthosting.co.za> Changes by Quentin Pradet : ---------- nosy: +Quentin.Pradet _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 20:16:26 2014 From: report at bugs.python.org (Ned Deily) Date: Thu, 09 Oct 2014 18:16:26 +0000 Subject: [issue16177] Typing left parenthesis in IDLE causes intermittent Cocoa Tk crash on OS X In-Reply-To: <1349800735.66.0.856769538072.issue16177@psf.upfronthosting.co.za> Message-ID: <1412878586.85.0.230381645557.issue16177@psf.upfronthosting.co.za> Ned Deily added the comment: Thanks for the confirmation, Brian. I certainly would not have thought to ask about multiple monitors. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 20:17:44 2014 From: report at bugs.python.org (Larry Hastings) Date: Thu, 09 Oct 2014 18:17:44 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors In-Reply-To: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> Message-ID: <1412878664.46.0.150486349378.issue22568@psf.upfronthosting.co.za> Larry Hastings added the comment: Georg, you want to take a swing at it, be my guest. The current mess is my doing, and I claim this is an *improvement* over what came before. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 20:27:29 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 09 Oct 2014 18:27:29 +0000 Subject: [issue3068] IDLE - Add an extension configuration dialog In-Reply-To: <1213035033.21.0.781726477097.issue3068@psf.upfronthosting.co.za> Message-ID: <1412879249.54.0.467954088465.issue3068@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I think we should give each extension with options other than 'enablexx' a single 'option-help' option that gives the 'signature' of the extension. I suggest 'option-help', rather than just 'help', as the new 'reserved' option name as being more descriptive and less likely to already be in use in 3rd-party extension. Example (that indicates my ignorance of what the options mean ;-): option-help=ParenMatch options bell->bool: Ring bell on failure(??) flash-delay->int: Milliseconds delay before ?? style->choice: expression, statement?? Parse by splitting on '\n', ':', and '->'. ->bool would cause the current value to be read as a bool and True/False button to be displayed. ->int would cause current value to be read as int and entered value to be checked as int ->choice would cause radiobuttons to be displayed. ->float should also be recognized The Help button at the bottom should display information about enablexx options. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 20:37:24 2014 From: report at bugs.python.org (Claudiu Popa) Date: Thu, 09 Oct 2014 18:37:24 +0000 Subject: [issue22522] sys.excepthook doesn't receive the traceback when called from code.InteractiveInterpreter In-Reply-To: <1412076539.24.0.326910714196.issue22522@psf.upfronthosting.co.za> Message-ID: <1412879844.14.0.0244249212122.issue22522@psf.upfronthosting.co.za> Changes by Claudiu Popa : ---------- stage: -> patch review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 20:46:52 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 09 Oct 2014 18:46:52 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors In-Reply-To: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> Message-ID: <1412880412.55.0.266927745166.issue22568@psf.upfronthosting.co.za> Georg Brandl added the comment: I'm sure you've improved the code. Without looking at the hg history, you've likely just inherited the broken C code from the previous version and made it prettier :) Since this breakage has not been reported so far, the last two #elses appear to be a combination of #defines that is very rare. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 21:00:16 2014 From: report at bugs.python.org (Brian Matthews) Date: Thu, 09 Oct 2014 19:00:16 +0000 Subject: [issue22589] mimetypes uses image/x-ms-bmp as the type for bmp files Message-ID: <1412881216.57.0.175210358842.issue22589@psf.upfronthosting.co.za> New submission from Brian Matthews: In the file mimetypes.py the mime type for bmp files should be image/bmp for IE8 and later. the problem is that if the content header for 'nosniff' is set, then the bmp file fails to display due to the incorrect mime type. ---------- components: IO messages: 228892 nosy: brma priority: normal severity: normal status: open title: mimetypes uses image/x-ms-bmp as the type for bmp files type: behavior versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 21:16:06 2014 From: report at bugs.python.org (Claudiu Popa) Date: Thu, 09 Oct 2014 19:16:06 +0000 Subject: [issue11694] xdrlib raises ConversionError in inconsistent way In-Reply-To: <1301224336.99.0.411299821684.issue11694@psf.upfronthosting.co.za> Message-ID: <1412882166.16.0.787830615405.issue11694@psf.upfronthosting.co.za> Claudiu Popa added the comment: Here's a refreshed patch: - raising_conversion_error is now raise_conversion_error - the decorator uses functools.wraps - the ConversionError is instantiated with the first argument of the caught expression - the reraising of ConversionError has the exception context supressed. ---------- versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 Added file: http://bugs.python.org/file36854/issue11694.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 21:19:23 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 09 Oct 2014 19:19:23 +0000 Subject: [issue22590] math.copysign buggy with nan under Windows Message-ID: <1412882363.43.0.416785697629.issue22590@psf.upfronthosting.co.za> New submission from Antoine Pitrou: Z:\>c:\Python27\python.exe Python 2.7.8 (default, Jun 30 2014, 16:03:49) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> >>> import math >>> math.copysign(0.0, float("nan")) -0.0 >>> ^Z Z:\>c:\Python34\python.exe Python 3.4.0 (v3.4.0:04f714765c13, Mar 16 2014, 19:24:06) [MSC v.1600 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import math >>> math.copysign(0.0, float("nan")) 0.0 >>> ^Z ---------- components: Library (Lib), Windows messages: 228894 nosy: mark.dickinson, pitrou, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: math.copysign buggy with nan under Windows type: behavior versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 21:40:50 2014 From: report at bugs.python.org (Mark Dickinson) Date: Thu, 09 Oct 2014 19:40:50 +0000 Subject: [issue22590] math.copysign buggy with nan under Windows In-Reply-To: <1412882363.43.0.416785697629.issue22590@psf.upfronthosting.co.za> Message-ID: <1412883650.77.0.715286166976.issue22590@psf.upfronthosting.co.za> Mark Dickinson added the comment: Why do you consider this a bug? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 21:43:56 2014 From: report at bugs.python.org (Mark Dickinson) Date: Thu, 09 Oct 2014 19:43:56 +0000 Subject: [issue22590] math.copysign buggy with nan under Windows In-Reply-To: <1412882363.43.0.416785697629.issue22590@psf.upfronthosting.co.za> Message-ID: <1412883836.74.0.191350697903.issue22590@psf.upfronthosting.co.za> Mark Dickinson added the comment: More info: the reason for the difference is that in Python 3.4, float("nan") and float("inf") create the float directly from the appropriate bit-pattern, rather than deferring to the platform's definition of nan. This change was introduced to avoid obscure problems on platforms where the Py_NAN macros were causing compile-time errors. There should be a (resolved, fixed) issue about this somewhere on the tracker, but I don't have the number handy right now. I don't consider this a bug. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 21:47:16 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 19:47:16 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors In-Reply-To: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> Message-ID: <1412884036.94.0.0767450227071.issue22568@psf.upfronthosting.co.za> STINNER Victor added the comment: > I realize nobody here cares about Open Watcom as a supported compiler; the Python community has made that *abundantly* clear. I only heard once about Open Watcom, maybe 1 or 2 years ago. I see on http://www.openwatcom.org/ that the latest release is 4 years old. Open Watcom is not packaged in my Linux Fedora 20. I downloaded the source code of the release 1.9 and I tried to compile it with build.sh. I had to modify build.sh to use bash instead of sh. Than the compilation of c/mglob.c failed with "Unknown CPU architecture", it looks like x86_64 CPU is not supported :-( On which platform are you working? Dummy question, why not using a different compiler like GCC or Clang? It was discussed recently to define rules to support a platform (ex: OpenBSD). For example, a requirement to have a buildbot and someone able to fix issues. I'm trying to help to support AIX even if I don't consider the platform important enough and I don't like proprietary software :) There is a buildbot and a developer proposing regulary patches. If you want an official and full support of OpenWatcom, it's better to discuss it on the python-dev mailing list. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 21:49:14 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 19:49:14 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors In-Reply-To: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> Message-ID: <1412884154.04.0.724670706489.issue22568@psf.upfronthosting.co.za> STINNER Victor added the comment: > UTIME_TO_UTIMBUF actually still looks dodgy and UTIME_TO_TIME_T is completely broken. Agreed. It looks like dead code which was never used nor tested. @Jeffrey: Is your patch enough to compile posixmodule.c with OpenWatcom? If it's enough, I will close the issue. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 21:56:22 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 09 Oct 2014 19:56:22 +0000 Subject: [issue22590] math.copysign buggy with nan under Windows In-Reply-To: <1412882363.43.0.416785697629.issue22590@psf.upfronthosting.co.za> Message-ID: <1412884582.31.0.465021135209.issue22590@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Ah, apparently it was already reported as issue14521... Well, it's bug in as much as it shows different behaviour across platforms... AFAICT, we try to provide consistent math behaviour despite possible platform variations. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 22:00:22 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 09 Oct 2014 20:00:22 +0000 Subject: [issue22590] math.copysign buggy with nan under Windows In-Reply-To: <1412882363.43.0.416785697629.issue22590@psf.upfronthosting.co.za> Message-ID: <1412884822.91.0.0228163953424.issue22590@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Also, the fact that we support float('nan') and float('-nan') as producing different bit patterns means we should perhaps produce the right sign bit for each (it seems that's the problem here). >>> import struct >>> struct.pack("d", float("nan")) '\x00\x00\x00\x00\x00\x00\xf8\xff' >>> struct.pack("d", float("-nan")) '\x00\x00\x00\x00\x00\x00\xf8\x7f' ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 22:13:33 2014 From: report at bugs.python.org (Mark Dickinson) Date: Thu, 09 Oct 2014 20:13:33 +0000 Subject: [issue22590] math.copysign buggy with nan under Windows In-Reply-To: <1412882363.43.0.416785697629.issue22590@psf.upfronthosting.co.za> Message-ID: <1412885613.4.0.342179063713.issue22590@psf.upfronthosting.co.za> Mark Dickinson added the comment: > we should perhaps produce the right sign bit for each Perhaps. But given that signs of NaNs are pretty much meaningless anyway (the IEEE 754 standard explicitly refuses to attach any meaning to NaN sign bits, and the sign bit of a NaN result is not specified for most operations), and that a change *could* conceivably break existing code, I don't see much of a case for changing the behaviour in 2.7. I'm not particularly *opposed* to such a change; I just don't really see the point. BTW, I'd expect this report to apply to other platforms in addition to Windows; Intel's "default" NaN has its sign bit set, so a platform that just does the lazy thing and lets the FPU NaN propagate will tend to see an inverted sign bit here. It's only the 2.7 behaviour you're complaining about, right? Are things working as expected on 3.4 and Windows? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 22:14:27 2014 From: report at bugs.python.org (Stefan Krah) Date: Thu, 09 Oct 2014 20:14:27 +0000 Subject: [issue22588] memory corrupted in test_capi refleaks test In-Reply-To: <1412878259.75.0.451525975986.issue22588@psf.upfronthosting.co.za> Message-ID: <1412885667.96.0.803318874468.issue22588@psf.upfronthosting.co.za> Stefan Krah added the comment: I cannot reproduce this here. Did you run "make distclean" before compiling? ---------- nosy: +skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 22:14:49 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 09 Oct 2014 20:14:49 +0000 Subject: [issue22590] math.copysign buggy with nan under Windows In-Reply-To: <1412882363.43.0.416785697629.issue22590@psf.upfronthosting.co.za> Message-ID: <1412885689.85.0.211950109624.issue22590@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Yes, things are ok under 3.x. We'll probably disable our NaN tests under Windows anyway, since they aren't very useful as you point out. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 22:16:53 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 09 Oct 2014 20:16:53 +0000 Subject: [issue22588] memory corrupted in test_capi refleaks test In-Reply-To: <1412878259.75.0.451525975986.issue22588@psf.upfronthosting.co.za> Message-ID: <20141009201647.99306.3384@psf.io> Roundup Robot added the comment: New changeset 5d87a6b38422 by Victor Stinner in branch '3.4': Issue #22588: Fix typo in _testcapi.test_incref_decref_API() https://hg.python.org/cpython/rev/5d87a6b38422 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 22:21:29 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 20:21:29 +0000 Subject: [issue22588] memory corrupted in test_capi refleaks test In-Reply-To: <1412878259.75.0.451525975986.issue22588@psf.upfronthosting.co.za> Message-ID: <1412886089.38.0.693487706562.issue22588@psf.upfronthosting.co.za> STINNER Victor added the comment: > but occur systematically with '-R 23:23' or a greater run count. I was able to reproduce the issue. I found that the error came from test_incref_decref_API(). After my change, it looks like test_capi doesn't crash anymore. $ ./python -m test -R 23:23 test_capi [1/1] test_capi beginning 46 repetitions 1234567890123456789012345678901234567890123456 .............................................. 1 test OK. Can you confirm Xavier? ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 22:23:36 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 09 Oct 2014 20:23:36 +0000 Subject: [issue21986] Pickleability of code objects is inconsistent In-Reply-To: <1405469623.84.0.281722062447.issue21986@psf.upfronthosting.co.za> Message-ID: <1412886216.48.0.348857285611.issue21986@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Here are the issues for me. 1. Except for your interest, this is a lower priority for me that most all of the other 125 Idle issues. 2. I am not familiar with pickling and wonder about the following in the patch. It deletes a statememt copyreg.pickle(types.CodeType, pickle_code, unpickle_code) that registers two functions. But the new code only registers pickle_code. Will message = pickle.loads(packet) then work? Maybe, since pickle_code has this. return unpickle_code, (ms,) Is this normal? Is registring unpickle_code not needed? Would it make any sense to wrap code objects in a CodePickler class with __getstate__ and __setstate__ methods? 3. The interprocess communication implemented in rpc.py is central to Idle's execution of user code. So I would want to be confident that a patch does not break it. What I would like is a test script (executed by hand is ok) that works now, fails with the deletion of the copyreg statement, and works again with the rest of the patch. 4. I have no idea if or from where a code object is sent. One way to search would be to grep idlelib for rpc calls. Another would be to add a print statement to pickle_code, start Idle from the console with 'python -m idlelib', and run through all the menu options that involve the user process while watching the console for messages. So you could try one of the searches methods to find a test. Or you can wait for someone who currently understands pickle well enough to review and apply the patches without a test. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 22:26:41 2014 From: report at bugs.python.org (Jeffrey Armstrong) Date: Thu, 09 Oct 2014 20:26:41 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors In-Reply-To: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> Message-ID: <1412886401.82.0.158298884405.issue22568@psf.upfronthosting.co.za> Jeffrey Armstrong added the comment: The last "official" Open Watcom release (1.9) is indeed quite dated. The codebase was forked for a variety of reasons where development continues: https://github.com/open-watcom/open-watcom-v2 The current development release does indeed build on x86_64 (the build system is quite complicated). I'm running Open Watcom nightly builds on Debian Wheezy x86 myself. I've mentioned supporting OW in Python, most notably in a PyCon lightning talk last year, but there really seems to be no interest even if there are some benefits. OW allows building the full interpreter and standard library on Windows, for example, without any MS tooling. I was using it in this particular case as a benchmark for compile times for a presentation in a few weeks. OW is able to build the interpreter in ~25sec whereas GCC is taking 1min 10sec on my desktop. I don't have any plans to pursue Python support for OW any further, although I'm open to the idea. This patch is enough to compile *this portion* of Modules/posixmodule.c with OW, but, no, it is not sufficient to compile the whole file. There are two more places where some preprocessor definitions cause issues. One is OW-specific, and I don't plan on filing a bug against it. The other is #22579. I only filed this bug because the code was broken. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 22:32:35 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 09 Oct 2014 20:32:35 +0000 Subject: [issue21986] Idle: disable pickleability of user code objects In-Reply-To: <1405469623.84.0.281722062447.issue21986@psf.upfronthosting.co.za> Message-ID: <1412886755.8.0.466194767143.issue21986@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- title: Pickleability of code objects is inconsistent -> Idle: disable pickleability of user code objects _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 22:41:01 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 09 Oct 2014 20:41:01 +0000 Subject: [issue22579] Posix module init function name should not be compiler-dependent In-Reply-To: <1412774815.08.0.905106017715.issue22579@psf.upfronthosting.co.za> Message-ID: <1412887261.8.0.0700688598757.issue22579@psf.upfronthosting.co.za> Georg Brandl added the comment: There is also #if !defined(__QNX__) #if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__) #define SEP L'\\' #define ALTSEP L'/' #define MAXPATHLEN 256 #define DELIM L';' #endif #endif in Include/osdefs.h ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 23:00:16 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 09 Oct 2014 21:00:16 +0000 Subject: [issue18615] sndhdr.whathdr could return a namedtuple In-Reply-To: <1375370275.79.0.808837089288.issue18615@psf.upfronthosting.co.za> Message-ID: <20141009210004.99288.56329@psf.io> Roundup Robot added the comment: New changeset ef72142eb8a2 by R David Murray in branch 'default': #18615: Make sndhdr return namedtuples. https://hg.python.org/cpython/rev/ef72142eb8a2 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 23:00:54 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 09 Oct 2014 21:00:54 +0000 Subject: [issue18615] sndhdr.whathdr could return a namedtuple In-Reply-To: <1375370275.79.0.808837089288.issue18615@psf.upfronthosting.co.za> Message-ID: <1412888454.04.0.123177392825.issue18615@psf.upfronthosting.co.za> R. David Murray added the comment: Committed. Thanks, Claudiu. ---------- resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 23:08:11 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 09 Oct 2014 21:08:11 +0000 Subject: [issue22579] Posix module init function name should not be compiler-dependent In-Reply-To: <1412774815.08.0.905106017715.issue22579@psf.upfronthosting.co.za> Message-ID: <1412888891.06.0.395323908561.issue22579@psf.upfronthosting.co.za> Antoine Pitrou added the comment: I would remove the "|| defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__)" part, since it's probably for MSDOS variants of those compilers. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 23:13:36 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 09 Oct 2014 21:13:36 +0000 Subject: [issue21986] Pickleability of code objects is inconsistent In-Reply-To: <1412886216.48.0.348857285611.issue21986@psf.upfronthosting.co.za> Message-ID: <12964779.pLiimcx4ok@raxxla> Serhiy Storchaka added the comment: 2. It is normal. The third argument of copyreg.pickle() is not used now. The patch LGTM. ---------- title: Idle: disable pickleability of user code objects -> Pickleability of code objects is inconsistent _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 23:15:43 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 21:15:43 +0000 Subject: [issue22591] Drop support of MS-DOS Message-ID: <1412889343.74.0.168731015987.issue22591@psf.upfronthosting.co.za> New submission from STINNER Victor: In the C code of Python 3.5, there are still preprocessor commands checking for defines: - __BORLANDC__: Borland C compiler - __WATCOMC__: Watcom C compiler - __DJGPP__: MS-DOS port of GCC In 2014, it's time to drop this old code. OS/2 support was already removed in Python 3.4 (see the PEP 11). I'm quite sure that Python 3.5 cannot be compiled on MS-DOS and/or will not work on MS-DOS. I don't think that anyone tried Python 3 on MS-DOS. The MS-DOS support was simply inherited from Python 2, Python 3 source code is based on Python 2. I don't want to drop support of custom compilers, only removing code specific to MS-DOS, see: http://bugs.python.org/issue22579#msg228908 ---------- messages: 228913 nosy: haypo priority: normal severity: normal status: open title: Drop support of MS-DOS versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 23:17:07 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 21:17:07 +0000 Subject: [issue22579] Posix module init function name should not be compiler-dependent In-Reply-To: <1412774815.08.0.905106017715.issue22579@psf.upfronthosting.co.za> Message-ID: <1412889427.58.0.132210344739.issue22579@psf.upfronthosting.co.za> STINNER Victor added the comment: > I would remove the "|| defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__)" part, since it's probably for MSDOS variants of those compilers. I agree, but IMO it is unrelated to this issue. Jeffrey wants to support a new C compiler (OpenWatcom) on Windows, not drop support of MS-DOS or old C compiler. I created the issue #22591 to drop support of MS-DOS specific code. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 23:21:49 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 09 Oct 2014 21:21:49 +0000 Subject: [issue17636] Modify IMPORT_FROM to fallback on sys.modules In-Reply-To: <1365124502.39.0.727243640375.issue17636@psf.upfronthosting.co.za> Message-ID: <1412889709.14.0.832298300925.issue17636@psf.upfronthosting.co.za> Antoine Pitrou added the comment: By the way, my patch is currently using the package's __name__ attribute to build the fully-qualified name. Should it use the package's __package__ attribute instead? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 23:24:50 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 09 Oct 2014 21:24:50 +0000 Subject: [issue22591] Drop support of MS-DOS In-Reply-To: <1412889343.74.0.168731015987.issue22591@psf.upfronthosting.co.za> Message-ID: <1412889890.56.0.5464939412.issue22591@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: AFAIK Borland and Watcom compilers supported Windows. ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 23:25:41 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 09 Oct 2014 21:25:41 +0000 Subject: [issue21986] Idle: disable pickleability of user code objects In-Reply-To: <1405469623.84.0.281722062447.issue21986@psf.upfronthosting.co.za> Message-ID: <1412889941.65.0.329796257271.issue21986@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- title: Pickleability of code objects is inconsistent -> Idle: disable pickleability of user code objects _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 23:28:26 2014 From: report at bugs.python.org (Claudiu Popa) Date: Thu, 09 Oct 2014 21:28:26 +0000 Subject: [issue21986] Idle: disable pickleability of user code objects In-Reply-To: <1405469623.84.0.281722062447.issue21986@psf.upfronthosting.co.za> Message-ID: <1412890106.22.0.748015537181.issue21986@psf.upfronthosting.co.za> Claudiu Popa added the comment: Thank you for your feedback, Terry. 1. IDLE is behaving differently than the builtin interpreter. It should be higher priority, because it leads beginners into believing that code objects are picklable. 2. No, wrapping code objects in a CodePickler with __getstate__ et al will not work. What is important in my implementation of CodePickler is that the dispatch_table is private, so it will not leak private reduction function, as it happens right now. 3. That doesn't make sense. What works now is pickling of code objects, removing the copyreg call, without my patch, will break the rpc as well. To test this, comment the copyreg.pickle call in idlelib.rpc and just define a function in IDLE, you'll get a PicklingError. I added a small test file, which can be used to test what happens now and what happens after my patch. 4. Better, here's a traceback which can explain from where codes are sent. The traceback is from inside pickle_code, using code.InteractiveInterpreter. File "C:\Python34\lib\idlelib\PyShell.py", line 1602, in main root.mainloop() File "C:\Python34\lib\tkinter\__init__.py", line 1069, in mainloop self.tk.mainloop(n) File "C:\Python34\lib\tkinter\__init__.py", line 1487, in __call__ return self.func(*args) File "C:\Python34\lib\idlelib\MultiCall.py", line 179, in handler r = l[i](event) File "C:\Python34\lib\idlelib\PyShell.py", line 1188, in enter_callback self.runit() File "C:\Python34\lib\idlelib\PyShell.py", line 1229, in runit more = self.interp.runsource(line) File "C:\Python34\lib\idlelib\PyShell.py", line 671, in runsource return InteractiveInterpreter.runsource(self, source, filename) File "C:\Python34\lib\code.py", line 74, in runsource self.runcode(code) File "C:\Python34\lib\idlelib\PyShell.py", line 762, in runcode (code,), {}) File "C:\Python34\lib\idlelib\rpc.py", line 256, in asyncqueue self.putmessage((seq, request)) File "C:\Python34\lib\idlelib\rpc.py", line 348, in putmessage s = pickle.dumps(message) ---------- Added file: http://bugs.python.org/file36855/test.py _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 23:33:47 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 09 Oct 2014 21:33:47 +0000 Subject: [issue18176] Builtins documentation refers to old version of UCD. In-Reply-To: <1370823303.7.0.563688972804.issue18176@psf.upfronthosting.co.za> Message-ID: <20141009213331.42882.71635@psf.io> Roundup Robot added the comment: New changeset fd7994909c2d by R David Murray in branch '3.4': #18176: updated stdtypes UCD link, added reminder to makeunicodedata. https://hg.python.org/cpython/rev/fd7994909c2d New changeset 2551bdfff335 by R David Murray in branch 'default': Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata. https://hg.python.org/cpython/rev/2551bdfff335 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 23:44:19 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 09 Oct 2014 21:44:19 +0000 Subject: [issue18176] Builtins documentation refers to old version of UCD. In-Reply-To: <1370823303.7.0.563688972804.issue18176@psf.upfronthosting.co.za> Message-ID: <20141009214410.22020.89835@psf.io> Roundup Robot added the comment: New changeset 303861ce9ead by R David Murray in branch '3.4': #18176: fix another reference and add it to the makeunicodedata comment. https://hg.python.org/cpython/rev/303861ce9ead New changeset e9ec8d622a30 by R David Murray in branch 'default': Merge: #18176: fix another reference and add it to the makeunicodedata comment. https://hg.python.org/cpython/rev/e9ec8d622a30 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 23:44:59 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 21:44:59 +0000 Subject: [issue22591] Drop support of MS-DOS In-Reply-To: <1412889343.74.0.168731015987.issue22591@psf.upfronthosting.co.za> Message-ID: <1412891099.75.0.521139919135.issue22591@psf.upfronthosting.co.za> STINNER Victor added the comment: > AFAIK Borland and Watcom compilers supported Windows. It looks like Borland C++ Builder 5.5 was released in 2000, 14 years ago. Yes, it supports Windows and MS-DOS, but do we really want to support this very old proprietary compiler? For Watcom, it's a different story. The compiler was released under an open source license. It's now hosted at github and the project is actively developed (last commit a few hours ago): https://github.com/open-watcom/open-watcom-v2/ It would be interesting to support OpenWatcom compiler on Windows to not depend on the proprietary Microsoft compiler. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 23:46:45 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 09 Oct 2014 21:46:45 +0000 Subject: [issue18176] Builtins documentation refers to old version of UCD. In-Reply-To: <1370823303.7.0.563688972804.issue18176@psf.upfronthosting.co.za> Message-ID: <1412891205.13.0.325845785826.issue18176@psf.upfronthosting.co.za> R. David Murray added the comment: I committed the stdtypes, lexical_analysis, and Tools changes, updating the version number appropriately in the doc fixes. I'm closing this, and will open a new issue for the PropList.txt problem. ---------- nosy: +r.david.murray resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 9 23:47:51 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 09 Oct 2014 21:47:51 +0000 Subject: [issue22591] Drop support of MS-DOS In-Reply-To: <1412889343.74.0.168731015987.issue22591@psf.upfronthosting.co.za> Message-ID: <1412891271.02.0.90051023022.issue22591@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > AFAIK Borland and Watcom compilers supported Windows. AFAIU Victor only proposes to remove the MSDOS-specific conditionals. But it's hard to tell, since he didn't post a patch ;-) ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 00:00:53 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 22:00:53 +0000 Subject: [issue22592] Drop support of Borland C compiler Message-ID: <1412892053.1.0.924294706451.issue22592@psf.upfronthosting.co.za> New submission from STINNER Victor: As a follow-up of the issue #22591, I propose to drop support of the Borland C compiler. In 2000, it was nice to support Visual Studio and Borland C++ Builder, because they were the two most popular compilers on Windows. Borland C compiler could also be used on MS-DOS. But Borland stopped the development of its C compiler, it looks like the last release is Borland C++ Builder, which was released in 2000 (I'm not sure). So this proprietary compiler is now 14 years old. Python now focus on Visual Studio support. Microsoft gives us free licenses and a developer of Microsoft will probably build our binaries for Python 3.5. So Borland C++ Builder support is now almost useless. On Windows, I would prefer to focus our effort on open source compilers like GCC or OpenWatcom(v2). See for example the issue #22579. ---------- messages: 228923 nosy: haypo priority: normal severity: normal status: open title: Drop support of Borland C compiler versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 00:01:24 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 22:01:24 +0000 Subject: [issue22591] Drop support of MS-DOS In-Reply-To: <1412889343.74.0.168731015987.issue22591@psf.upfronthosting.co.za> Message-ID: <1412892084.12.0.944322028636.issue22591@psf.upfronthosting.co.za> STINNER Victor added the comment: Here is my huge patch :-) It only changes osdefs.h. In fact, I expected more code checking for __DJGPP__. For __WATCOMC__, it's unclear for me yet if the code is specific to MS-DOS or to the Watcom compiler. For example, timemodule.c includes to get the delay() function. On Linux, I would prefer to use select(), on Windows, I would prefer to use the Windows code. We should check if OpenWatcom provides select() on Linux. I'm trying to build OpenWatcom for this ;) I created the issue #22592 to propose to drop the support of the Borland C compiler. ---------- keywords: +patch Added file: http://bugs.python.org/file36856/drop_msdos_support.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 00:04:01 2014 From: report at bugs.python.org (Matej Cepl) Date: Thu, 09 Oct 2014 22:04:01 +0000 Subject: [issue19494] urllib2.HTTPBasicAuthHandler (or urllib.request.HTTPBasicAuthHandler) doesn't work with GitHub API v3 and similar In-Reply-To: <1383577219.47.0.139805262488.issue19494@psf.upfronthosting.co.za> Message-ID: <1412892241.96.0.89665451548.issue19494@psf.upfronthosting.co.za> Matej Cepl added the comment: > In my own case I use os.popen(?wget ??) instead of urllib2 just because some version long ago failed on some web site. I can trust that this external tool works all the time. It would be great if urllib2 worked as well nowadays. I believe that Python scripts are used mostly for accessing an API of some kind, and for that wget is not the best tool, IMHO. You would have to effectively rebuild whole support for authorization, proxies, parsing of the results, etc. on the top of wget. Not the best idea, IMHO. Of course, wget is great for downloading piece of HTML and doing something with it, but not for more complicated communication with some API on the Net. > So my opinion on this issue, as a mere user, is that it is purely a bug which Python 2.7 should fix it, Strictly speaking there is no Python bug at all. Just the opposite is true ? Python strictly follows RFC and GitHub et al. break it. Of course, it is possible that GitHub's breaking the standards have some merits ? I am not saying RFCs are the Holy Writ and if there are security problems with strict following them, be it. But it is not Python's fault for following standards. > and it should do so in a transparent way. Adding some new class that can only be found by careful reading of the latest version of the docs is useless: people will instead blame urllib2 as a whole and switch to something else. Well, I cannot help people who are not willing to read documentation. And frankly I don't want to. Default sending credentials on wire (with many many ways how to leak the information to third parties) is certainly not a great idea either. So we would have to add some option to urllib2.urlopen (or wherever else) and people not reading documentation would loose anyway. > Can someone confirm how common browser (one is enough) deal with it? If they also send the authorization headers in the initial request, then I really, really don't see why urllib2 shouldn't by default. I have discussed with developers of Firefox, and of course they never send authorization blindly. On the other hand, as I said there are many differences between Firefox and normal Python scripts. Firefox has usually very long sessions (comparing to scripts), so the fact that on *first request* there are never credentials send is not that important when there are many many more requests usually coming and after the first 401 error there are of course all subsequent requests with Authorization header. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 00:06:10 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Thu, 09 Oct 2014 22:06:10 +0000 Subject: [issue22579] Posix module init function name should not be compiler-dependent In-Reply-To: <1412774815.08.0.905106017715.issue22579@psf.upfronthosting.co.za> Message-ID: <1412892370.96.0.372723323175.issue22579@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 00:06:18 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Thu, 09 Oct 2014 22:06:18 +0000 Subject: [issue22591] Drop support of MS-DOS In-Reply-To: <1412889343.74.0.168731015987.issue22591@psf.upfronthosting.co.za> Message-ID: <1412892378.07.0.906364781997.issue22591@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 00:06:24 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 22:06:24 +0000 Subject: [issue22592] Drop support of Borland C compiler In-Reply-To: <1412892053.1.0.924294706451.issue22592@psf.upfronthosting.co.za> Message-ID: <1412892384.72.0.70386362584.issue22592@psf.upfronthosting.co.za> STINNER Victor added the comment: And now with a patch. ---------- keywords: +patch Added file: http://bugs.python.org/file36857/drop_borlandc_support.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 00:06:41 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Thu, 09 Oct 2014 22:06:41 +0000 Subject: [issue22592] Drop support of Borland C compiler In-Reply-To: <1412892053.1.0.924294706451.issue22592@psf.upfronthosting.co.za> Message-ID: <1412892401.86.0.555956296318.issue22592@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 00:11:46 2014 From: report at bugs.python.org (Nick Coghlan) Date: Thu, 09 Oct 2014 22:11:46 +0000 Subject: [issue17636] Modify IMPORT_FROM to fallback on sys.modules In-Reply-To: <1412889709.14.0.832298300925.issue17636@psf.upfronthosting.co.za> Message-ID: Nick Coghlan added the comment: If I understand your question correctly, then yes, __package__ should be used when converting explicit relative imports to absolute ones. To write a test, run a submodule that needs the new fallback feature via the -m switch (it will fail if using __name__) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 00:13:26 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 09 Oct 2014 22:13:26 +0000 Subject: [issue17636] Modify IMPORT_FROM to fallback on sys.modules In-Reply-To: Message-ID: <54370883.1080504@free.fr> Antoine Pitrou added the comment: Le 10/10/2014 00:11, Nick Coghlan a ?crit : > > Nick Coghlan added the comment: > > If I understand your question correctly, then yes, __package__ should be > used when converting explicit relative imports to absolute ones. > > To write a test, run a submodule that needs the new fallback feature via > the -m switch (it will fail if using __name__) I'm not sure it would. __package__ is not looked up on the module (since precisely we failed importing it) but on the parent package (which is passed to IMPORT_FROM). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 00:14:23 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 22:14:23 +0000 Subject: [issue22579] Posix module init function name should not be compiler-dependent In-Reply-To: <1412774815.08.0.905106017715.issue22579@psf.upfronthosting.co.za> Message-ID: <1412892863.94.0.821453735066.issue22579@psf.upfronthosting.co.za> STINNER Victor added the comment: Ok, I pushed the change: --- changeset: 92900:c7adad17f663 user: Victor Stinner date: Fri Oct 10 00:09:47 2014 +0200 files: Modules/posixmodule.c Closes #22579: Fix posixmodule.c to support any C compiler on Windows --- Oh, I forgot to mention that Jeffrey Armstrong wrote it, sorry :-( I created the issue #22592 "Drop support of Borland C compiler". See also the issue #22591 for MS-DOS. ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 00:29:20 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 09 Oct 2014 22:29:20 +0000 Subject: [issue22493] Deprecate the use of flags not at the start of regular expression In-Reply-To: <1411640940.81.0.804351058131.issue22493@psf.upfronthosting.co.za> Message-ID: <1412893760.45.0.428853408952.issue22493@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > Here is alternative, much simpler, patch. It deprecates only flags in nested subpatterns. That sounds a bit random. It wouldn't totally address the discrepancy with regex, would it? MRAB, what do you think on this topic? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 00:40:44 2014 From: report at bugs.python.org (Josh Rosenberg) Date: Thu, 09 Oct 2014 22:40:44 +0000 Subject: [issue22524] PEP 471 implementation: os.scandir() directory scanning function In-Reply-To: <1412088162.24.0.84630531931.issue22524@psf.upfronthosting.co.za> Message-ID: <1412894444.54.0.863305503035.issue22524@psf.upfronthosting.co.za> Changes by Josh Rosenberg : ---------- nosy: +josh.rosenberg _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 01:00:42 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 09 Oct 2014 23:00:42 +0000 Subject: [issue5214] Add KOI8-RU as a known encoding In-Reply-To: <1234335818.61.0.321610259153.issue5214@psf.upfronthosting.co.za> Message-ID: <1412895642.35.0.881919673888.issue5214@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- resolution: -> rejected _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 01:29:13 2014 From: report at bugs.python.org (Matthew Barnett) Date: Thu, 09 Oct 2014 23:29:13 +0000 Subject: [issue22493] Deprecate the use of flags not at the start of regular expression In-Reply-To: <1411640940.81.0.804351058131.issue22493@psf.upfronthosting.co.za> Message-ID: <1412897353.65.0.274068595817.issue22493@psf.upfronthosting.co.za> Matthew Barnett added the comment: I think the simplest and clearest approach from the user's point of view is just to deprecate inline flags that are not at the start of the pattern. In practice, they almost invariably occur at the start anyway, although I do remember once seeing a pattern in which the inline flag was at the end! ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 01:54:21 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 09 Oct 2014 23:54:21 +0000 Subject: [issue21986] Idle: disable pickleability of user code objects In-Reply-To: <1405469623.84.0.281722062447.issue21986@psf.upfronthosting.co.za> Message-ID: <1412898861.29.0.084201185004.issue21986@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Wanting to make sure that a patch does not break Idle makes perfect sense to me. As it turns out, running *any* code from the editor (even empty) works for these patches. Idle compiles the code to a code object *in the Idle process* and if no compile errors, ships the code object to the user process via rpc to be executed in the user process. I comfirmed this with a print inside pickle_code. With this clear, I have downloaded both patches to test on 2.7 and 3.4. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 02:24:16 2014 From: report at bugs.python.org (Ian Cordasco) Date: Fri, 10 Oct 2014 00:24:16 +0000 Subject: [issue19494] urllib2.HTTPBasicAuthHandler (or urllib.request.HTTPBasicAuthHandler) doesn't work with GitHub API v3 and similar In-Reply-To: <1383577219.47.0.139805262488.issue19494@psf.upfronthosting.co.za> Message-ID: <1412900656.1.0.723574622719.issue19494@psf.upfronthosting.co.za> Ian Cordasco added the comment: This behaviour is allowed by the RFC but not encouraged. There's a difference between MUST, SHOULD, and MAY Sending this pre-emptively could well cause unexpected errors for users. Changing the default even in 3.5 will make writing compatible code difficult because you'll have substantially different behaviour. Regardless of whether we add this to 2.7 or not, it should be an entirely separate class. I personally feel this isn't a bug fix but a feature addition for 2.7 so I'm -0.5 on adding it there. It's also not a security backport so it doesn't fit into PEP 466. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 02:48:00 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 10 Oct 2014 00:48:00 +0000 Subject: [issue18176] Builtins documentation refers to old version of UCD. In-Reply-To: <1370823303.7.0.563688972804.issue18176@psf.upfronthosting.co.za> Message-ID: <20141010004754.77406.64809@psf.io> Roundup Robot added the comment: New changeset 73a6f121e51a by R David Murray in branch '3.4': #18176: Change generic UCD PropList link to version specific link. https://hg.python.org/cpython/rev/73a6f121e51a New changeset b04b7af14910 by R David Murray in branch 'default': Merge: #18176: Change generic UCD PropList link to version specific link. https://hg.python.org/cpython/rev/b04b7af14910 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 03:11:38 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 10 Oct 2014 01:11:38 +0000 Subject: [issue22593] Automate update of doc references to UCD version when it changes. Message-ID: <1412903498.5.0.872125887702.issue22593@psf.upfronthosting.co.za> New submission from R. David Murray: As noted by Alexander in issue 18176, we often forget to update the UCD references in the docs when we switch to a new version. That issue added notes to the makeunicodedata script to list the places that need to be changed; however, it would be even better if makeunicodedata could somehow do the update automatically. One possible way to do this easily might be to leverage sphinx 'substitutions' (I couldn't make that work in a short experiment, so it might not be feasible). If not, it should be simple enough to write something to automate the editing of the lines in the rst files (probably using a hardcoded list of locations, but possibly by grepping for the URL pattern). Alexander also discussed the possibility of auto-generating tables to insert into the documentation, in the context of the PropList.txt file. I don't know if this is practical or desirable. ---------- keywords: easy messages: 228935 nosy: r.david.murray priority: normal severity: normal stage: needs patch status: open title: Automate update of doc references to UCD version when it changes. type: enhancement versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 03:13:37 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 10 Oct 2014 01:13:37 +0000 Subject: [issue18176] Builtins documentation refers to old version of UCD. In-Reply-To: <1370823303.7.0.563688972804.issue18176@psf.upfronthosting.co.za> Message-ID: <1412903617.41.0.813891074402.issue18176@psf.upfronthosting.co.za> R. David Murray added the comment: I changed my mind and decided to "fix" the PropList reference to also be version specific, since that solves the immediate problem. I opened a new issue for automating the changes, since there are three locations and four URLs, now. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 03:22:52 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 10 Oct 2014 01:22:52 +0000 Subject: [issue13340] list.index does not accept None as start or stop In-Reply-To: <1320398584.03.0.145013152611.issue13340@psf.upfronthosting.co.za> Message-ID: <1412904172.26.0.615029444343.issue13340@psf.upfronthosting.co.za> R. David Murray added the comment: Per discussion in the issue, I'm changing this to a bugfix on the message text. If the python-dev discussion resulted (or results in the future) in a desire to change the API, that should be a new issue. ---------- nosy: +r.david.murray stage: commit review -> needs patch versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 03:28:10 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 10 Oct 2014 01:28:10 +0000 Subject: [issue14012] Misc tarfile fixes In-Reply-To: <1329235837.42.0.144867770777.issue14012@psf.upfronthosting.co.za> Message-ID: <1412904490.73.0.234693628759.issue14012@psf.upfronthosting.co.za> R. David Murray added the comment: The patch no longer applies again. ---------- assignee: lars.gustaebel -> nosy: +r.david.murray stage: commit review -> needs patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 03:32:31 2014 From: report at bugs.python.org (Jean-Paul Calderone) Date: Fri, 10 Oct 2014 01:32:31 +0000 Subject: [issue5305] imaplib should support international mailbox names In-Reply-To: <1234935371.11.0.35650041724.issue5305@psf.upfronthosting.co.za> Message-ID: <1412904751.13.0.840807046739.issue5305@psf.upfronthosting.co.za> Jean-Paul Calderone added the comment: > the twisted imap API is problematic for imaplib because twisted seems to expect its arguments to already be Python unicode. Could you elaborate on this? As far as I can tell, it works fine: >>> import twisted.mail.imap4 >>> print u"Hello, \N{SNOWMAN}".encode('imap4-utf-7') Hello, &JgM- >>> print b'Hello, &JgM-'.decode('imap4-utf-7') Hello, ? >>> What would you expect to work differently? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 03:38:23 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 10 Oct 2014 01:38:23 +0000 Subject: [issue7061] Improve turtle module documentation In-Reply-To: <1254717274.49.0.570691979968.issue7061@psf.upfronthosting.co.za> Message-ID: <1412905103.15.0.578314072037.issue7061@psf.upfronthosting.co.za> R. David Murray added the comment: If there *is* anything left to do here, new issues should be opened. ---------- nosy: +r.david.murray resolution: accepted -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 04:01:49 2014 From: report at bugs.python.org (Rusi) Date: Fri, 10 Oct 2014 02:01:49 +0000 Subject: [issue20167] Exception on IDLE closing In-Reply-To: <1389128258.47.0.666257212012.issue20167@psf.upfronthosting.co.za> Message-ID: <1412906509.92.0.0655528473434.issue20167@psf.upfronthosting.co.za> Rusi added the comment: Just confirming: idle 3.4.1-1 on debian testing Start idle3 Open recent file -> some file Close file Close interpreter (and idle) Get this Exception ignored in: > Traceback (most recent call last): File "/usr/lib/python3.4/idlelib/MultiCall.py", line 244, in __del__ self.widget.unbind(self.widgetinst, seq, id) File "/usr/lib/python3.4/tkinter/__init__.py", line 1071, in unbind self.tk.call('bind', self._w, sequence, '') _tkinter.TclError: can't invoke "bind" command: application has been destroyed Exception ignored in: > Traceback (most recent call last): File "/usr/lib/python3.4/idlelib/MultiCall.py", line 244, in __del__ self.widget.unbind(self.widgetinst, seq, id) File "/usr/lib/python3.4/tkinter/__init__.py", line 1071, in unbind self.tk.call('bind', self._w, sequence, '') _tkinter.TclError: can't invoke "bind" command: application has been destroyed Exception ignored in: > Traceback (most recent call last): File "/usr/lib/python3.4/idlelib/MultiCall.py", line 244, in __del__ self.widget.unbind(self.widgetinst, seq, id) File "/usr/lib/python3.4/tkinter/__init__.py", line 1071, in unbind self.tk.call('bind', self._w, sequence, '') _tkinter.TclError: can't invoke "bind" command: application has been destroyed Exception ignored in: > Traceback (most recent call last): File "/usr/lib/python3.4/idlelib/MultiCall.py", line 244, in __del__ self.widget.unbind(self.widgetinst, seq, id) File "/usr/lib/python3.4/tkinter/__init__.py", line 1071, in unbind self.tk.call('bind', self._w, sequence, '') _tkinter.TclError: can't invoke "bind" command: application has been destroyed ---------- nosy: +RusiMody _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 04:03:06 2014 From: report at bugs.python.org (Larry Hastings) Date: Fri, 10 Oct 2014 02:03:06 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors In-Reply-To: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> Message-ID: <1412906586.23.0.529317804976.issue22568@psf.upfronthosting.co.za> Larry Hastings added the comment: I remember manually setting/unsetting #defines to force alternate compilation paths. But I think there were one or two that I didn't have library support for (testing on Linux and Windows). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 04:50:39 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 10 Oct 2014 02:50:39 +0000 Subject: [issue20167] Exception on IDLE closing In-Reply-To: <1389128258.47.0.666257212012.issue20167@psf.upfronthosting.co.za> Message-ID: <1412909439.22.0.0661814657755.issue20167@psf.upfronthosting.co.za> Terry J. Reedy added the comment: The problem is the change in the exception message between these two lines can't invoke "bind" command: application has been destroyed can't invoke "bind" command: application has been destroyed In your copy of MultiCall.py, line 63-4, change APPLICATION_GONE = '''\ can't invoke "bind" command: application has been destroyed''' by changing ' ' to ' '. I will reduce the string to "application has been destroyed" and the check from equality to containment. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 05:14:13 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 10 Oct 2014 03:14:13 +0000 Subject: [issue20167] Exception on IDLE closing In-Reply-To: <1389128258.47.0.666257212012.issue20167@psf.upfronthosting.co.za> Message-ID: <20141010031412.19954.55367@psf.io> Roundup Robot added the comment: New changeset ce0316007b21 by Terry Jan Reedy in branch '3.4': Issue #20167: revise condition to accomodate message change. https://hg.python.org/cpython/rev/ce0316007b21 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 05:16:13 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 10 Oct 2014 03:16:13 +0000 Subject: [issue10712] 2to3 fixer for deprecated unittest method names In-Reply-To: <1292441796.9.0.018359428873.issue10712@psf.upfronthosting.co.za> Message-ID: <1412910973.4.0.91531031642.issue10712@psf.upfronthosting.co.za> R. David Murray added the comment: I committed this to 2.7 in 9336b470544b but screwed up the copy and paste of the issue number so it didn't auto post. ---------- nosy: +r.david.murray resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 05:16:17 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 10 Oct 2014 03:16:17 +0000 Subject: [issue20167] Exception on IDLE closing In-Reply-To: <1389128258.47.0.666257212012.issue20167@psf.upfronthosting.co.za> Message-ID: <1412910977.56.0.23177494664.issue20167@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I verified that problem had returned on Windows as well. It would be good to have a test that would fail if the tcl error message changed again. ---------- resolution: fixed -> stage: needs patch -> test needed versions: +Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 05:20:14 2014 From: report at bugs.python.org (Rusi) Date: Fri, 10 Oct 2014 03:20:14 +0000 Subject: [issue20167] Exception on IDLE closing In-Reply-To: <1412910977.56.0.23177494664.issue20167@psf.upfronthosting.co.za> Message-ID: Rusi added the comment: On Fri, Oct 10, 2014 at 8:46 AM, Terry J. Reedy wrote: > > Terry J. Reedy added the comment: > > I verified that problem had returned on Windows as well. It would be good to have a test that would fail if the tcl error message changed again. > > ---------- > resolution: fixed -> > stage: needs patch -> test needed > versions: +Python 3.5 It is failing again!! Version 3.4.1-1: checked that removing that space makes the error go away. Then saw that there is a new version 3.4.2~rc1-1 (almost certainly not containing your change) in the debian repos. Upgrading to that has made the error return! ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 05:25:56 2014 From: report at bugs.python.org (Rusi) Date: Fri, 10 Oct 2014 03:25:56 +0000 Subject: [issue20167] Exception on IDLE closing In-Reply-To: Message-ID: Rusi added the comment: On Fri, Oct 10, 2014 at 8:49 AM, Rustom Mody wrote: > On Fri, Oct 10, 2014 at 8:46 AM, Terry J. Reedy wrote: >> >> Terry J. Reedy added the comment: >> >> I verified that problem had returned on Windows as well. It would be good to have a test that would fail if the tcl error message changed again. >> >> ---------- >> resolution: fixed -> >> stage: needs patch -> test needed >> versions: +Python 3.5 > > It is failing again!! > > Version 3.4.1-1: checked that removing that space makes the error go away. > Then saw that there is a new version 3.4.2~rc1-1 (almost certainly not > containing your change) in the debian repos. > > Upgrading to that has made the error return! By which I meant to say not that it has 'returned' But that its there in 3.4.2 as well ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 06:15:21 2014 From: report at bugs.python.org (Hiroaki Kawai) Date: Fri, 10 Oct 2014 04:15:21 +0000 Subject: [issue5305] imaplib should support international mailbox names In-Reply-To: <1234935371.11.0.35650041724.issue5305@psf.upfronthosting.co.za> Message-ID: <1412914521.96.0.443946164816.issue5305@psf.upfronthosting.co.za> Hiroaki Kawai added the comment: >> the twisted imap API is problematic for imaplib because twisted seems to expect its arguments to already be Python unicode. > Could you elaborate on this? As far as I can tell, it works fine: twisted imap4-utf-7 seems to be improved in this 2 years. :-) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 06:35:04 2014 From: report at bugs.python.org (paul j3) Date: Fri, 10 Oct 2014 04:35:04 +0000 Subject: [issue17204] argparser's subparsers.add_parser() should accept an ArgumentParser In-Reply-To: <1360825267.06.0.240295052102.issue17204@psf.upfronthosting.co.za> Message-ID: <1412915704.69.0.77869363943.issue17204@psf.upfronthosting.co.za> paul j3 added the comment: In the attached patch I modified 'add_parser' to take a 'parser' keyword parameter. If given, it is used as the parser, rather than create a new one. Thus an existing parser, or one created with a custom ArgumentParser class, could be used as a subparser. In this sample script, a parent parser is used as subparser in 2 different ways - via the parent mechanism, and with this new add_parser parameter. parent = argparse.ArgumentParser() parent.add_argument('-f') parent.add_argument('bar') parser = argparse.ArgumentParser() sp = parser.add_subparsers(dest='cmd') p1 = sp.add_parser('cmd1', add_help=False, parents=[parent]) p2 = sp.add_parser('cmd2', parser=parent) parent.add_argument('test') assert p2 is parent assert p1 is not parent print(parser.parse_args()) This change passes existing unittests. I don't think there are any backward compatibility issues. ---------- keywords: +patch Added file: http://bugs.python.org/file36858/patch0.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 07:23:31 2014 From: report at bugs.python.org (Petri Lehtinen) Date: Fri, 10 Oct 2014 05:23:31 +0000 Subject: [issue11694] xdrlib raises ConversionError in inconsistent way In-Reply-To: <1301224336.99.0.411299821684.issue11694@psf.upfronthosting.co.za> Message-ID: <1412918611.57.0.951539383729.issue11694@psf.upfronthosting.co.za> Petri Lehtinen added the comment: LGTM ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 07:44:29 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 10 Oct 2014 05:44:29 +0000 Subject: [issue20167] Exception on IDLE closing In-Reply-To: <1389128258.47.0.666257212012.issue20167@psf.upfronthosting.co.za> Message-ID: <1412919869.1.0.407579103698.issue20167@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I know. 3.4.2.rc1 was released over 2 weeks ago and 3.4.2 just yesterday (essentially without change). So you have to delete space again. Since 3.4.1 worked for many people, perhaps you have an ancient version of tk. You can get major/minor number with >>> import tkinter as tk >>> tk.TclVersion 8.6 but 8.5 covers a long time span and many fixes. I forget how to get the third, micro number. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 08:06:37 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 10 Oct 2014 06:06:37 +0000 Subject: [issue20167] Exception on IDLE closing In-Reply-To: <1412919869.1.0.407579103698.issue20167@psf.upfronthosting.co.za> Message-ID: <15878011.39sgGxF1h4@raxxla> Serhiy Storchaka added the comment: > I forget how to get the third, micro number. tkinter.Tcl().call('info', 'patchlevel') ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 08:26:01 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 10 Oct 2014 06:26:01 +0000 Subject: [issue20167] Exception on IDLE closing In-Reply-To: <1389128258.47.0.666257212012.issue20167@psf.upfronthosting.co.za> Message-ID: <1412922361.11.0.738912864448.issue20167@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: On 3.5 the issue is gone, but on 3.4 and 2.7 following traceback are generated: $ ./python -m idlelib.idle Lib/decimal.py Traceback (most recent call last): File "/home/serhiy/py/cpython-3.4/Lib/runpy.py", line 170, in _run_module_as_main "__main__", mod_spec) File "/home/serhiy/py/cpython-3.4/Lib/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/serhiy/py/cpython-3.4/Lib/idlelib/idle.py", line 11, in idlelib.PyShell.main() File "/home/serhiy/py/cpython-3.4/Lib/idlelib/PyShell.py", line 1562, in main if flist.open(filename) is None: File "/home/serhiy/py/cpython-3.4/Lib/idlelib/FileList.py", line 36, in open edit = self.EditorWindow(self, filename, key) File "/home/serhiy/py/cpython-3.4/Lib/idlelib/PyShell.py", line 141, in __init__ self.color_breakpoint_text() File "/home/serhiy/py/cpython-3.4/Lib/idlelib/PyShell.py", line 159, in color_breakpoint_text self.text.tag_config('BREAK', cfg) AttributeError: 'NoneType' object has no attribute 'tag_config' ---------- versions: +Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 08:47:51 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 10 Oct 2014 06:47:51 +0000 Subject: [issue22580] PyUnicode_Tailmatch documentation does not match signature In-Reply-To: <1412781119.96.0.100711584071.issue22580@psf.upfronthosting.co.za> Message-ID: <1412923671.1.0.923101112517.issue22580@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: It looks rather as a bug in C code. There is no need to return Py_ssize_t instead of int. ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 08:55:05 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 10 Oct 2014 06:55:05 +0000 Subject: [issue20167] Exception on IDLE closing In-Reply-To: <1389128258.47.0.666257212012.issue20167@psf.upfronthosting.co.za> Message-ID: <1412924105.3.0.086383197009.issue20167@psf.upfronthosting.co.za> Terry J. Reedy added the comment: The above appears to be a system-specific open issue, not a close issue. So it must be a different issue. On my Win7 F:\Python\dev\4\py34\PCbuild>python_d -m idlelib ../Lib/decimal.py F:\Python\dev\4\py34\PCbuild> C:\Programs\Python34>python -m idlelib Lib/decimal.py With a bad file name, I get a blank editor. In any case, the traceback makes no sense. Before "self.color_breakpoint_text()" in __init__ are 3 "self.text.bind" statements. So self.text = None seems implausible. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 09:07:04 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 10 Oct 2014 07:07:04 +0000 Subject: [issue20167] Exception on IDLE closing In-Reply-To: <1412924105.3.0.086383197009.issue20167@psf.upfronthosting.co.za> Message-ID: <2189683.M1snABybWm@raxxla> Serhiy Storchaka added the comment: > In any case, the traceback makes no sense. Before > "self.color_breakpoint_text()" in __init__ are 3 "self.text.bind" > statements. So self.text = None seems implausible. The code runs up to self.text.update() in restore_file_breaks() and runs further only after windows closing. At this time self.text already is None. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 09:14:12 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 10 Oct 2014 07:14:12 +0000 Subject: [issue20167] Exception on IDLE closing In-Reply-To: <2189683.M1snABybWm@raxxla> Message-ID: <17664058.GC8GDsPimM@raxxla> Serhiy Storchaka added the comment: Changing update() to update_idletasks() fixes the issue. But we should investigate why all works on 3.5 and is there downside of this change. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 09:30:30 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 10 Oct 2014 07:30:30 +0000 Subject: [issue22493] Deprecate the use of flags not at the start of regular expression In-Reply-To: <1411640940.81.0.804351058131.issue22493@psf.upfronthosting.co.za> Message-ID: <1412926230.55.0.604919482677.issue22493@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: > That sounds a bit random. It wouldn't totally address the discrepancy with regex, would it? No, it will not totally address the discrepancy with regex, but at least it will allow as to change the behavior of flags in subpatterns. And we always can convert a pattern to a subpattern (surround by "(?:" and ")"). For now Python re module is only one regular expression implementation in which flags in the middle of the expression affect all expression. [1] [1] http://www.regular-expressions.info/modifiers.html ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 09:36:19 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 10 Oct 2014 07:36:19 +0000 Subject: [issue22580] PyUnicode_Tailmatch documentation does not match signature In-Reply-To: <1412781119.96.0.100711584071.issue22580@psf.upfronthosting.co.za> Message-ID: <1412926579.05.0.117223014148.issue22580@psf.upfronthosting.co.za> STINNER Victor added the comment: > It looks rather as a bug in C code. There is no need to return Py_ssize_t instead of int. Oh yes, you're right. A Py_ssize_t to return -1, 0 or 1 is overkill :-) But PyUnicode_Tailmatch() is now part of the stable ABI, the inefficient return type is not a bug import enough to break the ABI in Python 3.5. In Python 2.7, I see for example that the function is implemented with tailmatch() which returns an int, and PyUnicode_Tailmatch() casts it to Py_ssize_t. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 09:48:05 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 10 Oct 2014 07:48:05 +0000 Subject: [issue22594] Add a link to the regex module in re documentation Message-ID: <1412927285.57.0.392292696343.issue22594@psf.upfronthosting.co.za> New submission from Serhiy Storchaka: The regex module is purposed as a replacement of standard re module. Of course we fix re bugs, but for now regex is more bugfree. Even after fixing all open re bugs, regex will remain more featured. It would be good to add a link to regex in re documentation (as there are links to other GUI libraries in Tkinter documentation). ---------- assignee: docs at python components: Documentation, Regular Expressions keywords: easy messages: 228961 nosy: docs at python, ezio.melotti, mrabarnett, pitrou, serhiy.storchaka priority: normal severity: normal status: open title: Add a link to the regex module in re documentation type: enhancement versions: Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 09:50:01 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 10 Oct 2014 07:50:01 +0000 Subject: [issue1519638] Unmatched Group issue - workaround Message-ID: <1412927401.11.0.0149406011609.issue1519638@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- assignee: -> serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 09:51:00 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 10 Oct 2014 07:51:00 +0000 Subject: [issue22584] Get rid of SRE character tables In-Reply-To: <1412840630.55.0.708723540507.issue22584@psf.upfronthosting.co.za> Message-ID: <1412927460.1.0.147435037405.issue22584@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- assignee: -> serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 09:57:02 2014 From: report at bugs.python.org (Mc128k) Date: Fri, 10 Oct 2014 07:57:02 +0000 Subject: [issue22595] F5 shortcut key not working in IDLE for OSX Message-ID: <1412927822.17.0.886129878448.issue22595@psf.upfronthosting.co.za> New submission from Mc128k: Hi I am using the latest version of python and IDLE, and when I edit a file and I press the key F5 it runs fine in the other window, while if I do it inside the IDLE command line it just prints the character ? (which cannot be seen in the browser here). Using the menu to run works fine. ---------- components: IDLE files: Screenshot 2014-10-10 09.56.46.png messages: 228962 nosy: mc128k priority: normal severity: normal status: open title: F5 shortcut key not working in IDLE for OSX type: behavior versions: Python 3.5 Added file: http://bugs.python.org/file36859/Screenshot 2014-10-10 09.56.46.png _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 10:00:07 2014 From: report at bugs.python.org (Mc128k) Date: Fri, 10 Oct 2014 08:00:07 +0000 Subject: [issue22595] F5 shortcut key not working in IDLE for OSX In-Reply-To: <1412927822.17.0.886129878448.issue22595@psf.upfronthosting.co.za> Message-ID: <1412928007.43.0.49280733115.issue22595@psf.upfronthosting.co.za> Mc128k added the comment: I'm sorry, the menu confused me. the command line has no such menu, it was showing the editor menu with the IDLE window on top. False alarm. ---------- resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 10:16:35 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 10 Oct 2014 08:16:35 +0000 Subject: [issue19380] Optimize parsing of regular expressions In-Reply-To: <1382645659.73.0.868235602026.issue19380@psf.upfronthosting.co.za> Message-ID: <20141010081615.58887.59809@psf.io> Roundup Robot added the comment: New changeset 1adeac2a8714 by Serhiy Storchaka in branch 'default': Issue #19380: Optimized parsing of regular expressions. https://hg.python.org/cpython/rev/1adeac2a8714 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 10:16:35 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 10 Oct 2014 08:16:35 +0000 Subject: [issue22584] Get rid of SRE character tables In-Reply-To: <1412840630.55.0.708723540507.issue22584@psf.upfronthosting.co.za> Message-ID: <20141010081615.58887.28268@psf.io> Roundup Robot added the comment: New changeset 07b7b587837f by Serhiy Storchaka in branch 'default': Issue #22584: Got rid of character tables in _sre.c and use standard macros https://hg.python.org/cpython/rev/07b7b587837f ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 10:16:35 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 10 Oct 2014 08:16:35 +0000 Subject: [issue1519638] Unmatched Group issue - workaround Message-ID: <20141010081615.58887.88083@psf.io> Roundup Robot added the comment: New changeset bd2f1ea04025 by Serhiy Storchaka in branch 'default': Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub() https://hg.python.org/cpython/rev/bd2f1ea04025 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 10:37:25 2014 From: report at bugs.python.org (Xavier de Gaye) Date: Fri, 10 Oct 2014 08:37:25 +0000 Subject: [issue22588] memory corrupted in test_capi refleaks test In-Reply-To: <1412878259.75.0.451525975986.issue22588@psf.upfronthosting.co.za> Message-ID: <1412930245.27.0.761809616718.issue22588@psf.upfronthosting.co.za> Xavier de Gaye added the comment: That was really fast Victor! I confirm that the '-R 23:23' refleak test does not crash any more here after changeset 5d87a6b38422. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 10:39:44 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 10 Oct 2014 08:39:44 +0000 Subject: [issue22588] memory corrupted in test_capi refleaks test In-Reply-To: <1412878259.75.0.451525975986.issue22588@psf.upfronthosting.co.za> Message-ID: <1412930384.95.0.64145009963.issue22588@psf.upfronthosting.co.za> STINNER Victor added the comment: > That was really fast Victor! I modified test_capi to only run one testcase, and I modified the testcase which caused the issue to run a subset of tests. By dichotomy, I found that only one function caused the fatal error. Does anyone know how to automatize the dichotomy process? Maybe I should open a new issue for this? It's very boring to disable tests by modifying the source code. It would help a lot to identify memory leaks, crash, reference leak, resource leak, etc. ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 10:45:02 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 10 Oct 2014 08:45:02 +0000 Subject: [issue1519638] Unmatched Group issue - workaround Message-ID: <1412930702.21.0.0693397754095.issue1519638@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Thank you for your review Antoine. ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 10:45:38 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 10 Oct 2014 08:45:38 +0000 Subject: [issue22584] Get rid of SRE character tables In-Reply-To: <1412840630.55.0.708723540507.issue22584@psf.upfronthosting.co.za> Message-ID: <1412930738.75.0.341265088789.issue22584@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Thank you for your review Antoine. ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 10:46:47 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 10 Oct 2014 08:46:47 +0000 Subject: [issue19380] Optimize parsing of regular expressions In-Reply-To: <1382645659.73.0.868235602026.issue19380@psf.upfronthosting.co.za> Message-ID: <1412930807.56.0.730338672783.issue19380@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Thank you for your reviews Yury, Josh, and Antoine. ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 10:51:49 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 10 Oct 2014 08:51:49 +0000 Subject: [issue22578] Add additional attributes to re.error In-Reply-To: <1412772310.32.0.0247834995037.issue22578@psf.upfronthosting.co.za> Message-ID: <1412931109.35.0.0314049398742.issue22578@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Synchronized with the tip after issue19380 changes. ---------- Added file: http://bugs.python.org/file36860/re_error_attrs4.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 11:42:17 2014 From: report at bugs.python.org (Valerie Lambert) Date: Fri, 10 Oct 2014 09:42:17 +0000 Subject: [issue1703178] link_objects in setup.cfg crashes build Message-ID: <1412934137.21.0.46677311029.issue1703178@psf.upfronthosting.co.za> Valerie Lambert added the comment: Here is a simple one-line-fix patch with a test. Except for the libraries option, other options separate using ':'. The documentation didn't seem to say much, so I wasn't sure if link_objects should be consistent with that or if it should follow libraries's example and instead allow spaces and commas for separation. This patch uses ensure_string_list as suggested, but let me know if using .split(os.pathsep) is a better idea. ---------- keywords: +patch nosy: +lambertv Added file: http://bugs.python.org/file36861/build_ext.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 11:53:29 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 10 Oct 2014 09:53:29 +0000 Subject: [issue22591] Drop support of MS-DOS In-Reply-To: <1412889343.74.0.168731015987.issue22591@psf.upfronthosting.co.za> Message-ID: <1412934809.8.0.113772323792.issue22591@psf.upfronthosting.co.za> STINNER Victor added the comment: I hope that "MS_WINDOWS" is also defined when Python is compiled by the Borland C compiler or OpenWatcom. IMO if it's not the case, it's a bug and it should be fixed. It means that my patch drop_msdos_support.patch only drops support for the DJGPP compiler in fact. DJGPP is (was) the MS-DOS port of GCC. So, what do you think of drop_msdos_support.patch? Is it ok for Python 3.5? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 11:54:01 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 10 Oct 2014 09:54:01 +0000 Subject: [issue22591] Drop support of MS-DOS In-Reply-To: <1412889343.74.0.168731015987.issue22591@psf.upfronthosting.co.za> Message-ID: <1412934841.2.0.739779557248.issue22591@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Yes! ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 11:56:21 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 10 Oct 2014 09:56:21 +0000 Subject: [issue22591] Drop support of MS-DOS In-Reply-To: <1412889343.74.0.168731015987.issue22591@psf.upfronthosting.co.za> Message-ID: <20141010095616.19952.4328@psf.io> Roundup Robot added the comment: New changeset a1605d2508af by Victor Stinner in branch 'default': Issue #22591: Drop support of MS-DOS https://hg.python.org/cpython/rev/a1605d2508af ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 11:57:04 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 10 Oct 2014 09:57:04 +0000 Subject: [issue22591] Drop support of MS-DOS (DJGPP compiler) In-Reply-To: <1412889343.74.0.168731015987.issue22591@psf.upfronthosting.co.za> Message-ID: <1412935024.41.0.0607943350604.issue22591@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- resolution: -> fixed status: open -> closed title: Drop support of MS-DOS -> Drop support of MS-DOS (DJGPP compiler) _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 12:02:10 2014 From: report at bugs.python.org (Berker Peksag) Date: Fri, 10 Oct 2014 10:02:10 +0000 Subject: [issue22596] support.transient_internet() doesn't catch connection refused errors Message-ID: <1412935330.96.0.286342461477.issue22596@psf.upfronthosting.co.za> New submission from Berker Peksag: This issue is similar to issue 22289. ====================================================================== ERROR: test_ftp (test.test_urllib2net.OtherNetworkTests) (url='ftp://ftp.debian.org/debian/README') ---------------------------------------------------------------------- Traceback (most recent call last): File "/opt/python/3.x.langa-ubuntu/build/Lib/urllib/request.py", line 1399, in ftp_open fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout) File "/opt/python/3.x.langa-ubuntu/build/Lib/urllib/request.py", line 1445, in connect_ftp dirs, timeout) File "/opt/python/3.x.langa-ubuntu/build/Lib/urllib/request.py", line 2243, in __init__ self.init() File "/opt/python/3.x.langa-ubuntu/build/Lib/urllib/request.py", line 2249, in init self.ftp.connect(self.host, self.port, self.timeout) File "/opt/python/3.x.langa-ubuntu/build/Lib/ftplib.py", line 153, in connect source_address=self.source_address) File "/opt/python/3.x.langa-ubuntu/build/Lib/socket.py", line 655, in create_connection raise err File "/opt/python/3.x.langa-ubuntu/build/Lib/socket.py", line 646, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/python/3.x.langa-ubuntu/build/Lib/test/test_urllib2net.py", line 226, in _test_urls f = urlopen(url, req, TIMEOUT) File "/opt/python/3.x.langa-ubuntu/build/Lib/test/test_urllib2net.py", line 33, in wrapped return _retry_thrice(func, exc, *args, **kwargs) File "/opt/python/3.x.langa-ubuntu/build/Lib/test/test_urllib2net.py", line 29, in _retry_thrice raise last_exc File "/opt/python/3.x.langa-ubuntu/build/Lib/test/test_urllib2net.py", line 23, in _retry_thrice return func(*args, **kwargs) File "/opt/python/3.x.langa-ubuntu/build/Lib/urllib/request.py", line 463, in open response = self._open(req, data) File "/opt/python/3.x.langa-ubuntu/build/Lib/urllib/request.py", line 481, in _open '_open', req) File "/opt/python/3.x.langa-ubuntu/build/Lib/urllib/request.py", line 441, in _call_chain result = func(*args) File "/opt/python/3.x.langa-ubuntu/build/Lib/urllib/request.py", line 1417, in ftp_open raise exc.with_traceback(sys.exc_info()[2]) File "/opt/python/3.x.langa-ubuntu/build/Lib/urllib/request.py", line 1399, in ftp_open fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout) File "/opt/python/3.x.langa-ubuntu/build/Lib/urllib/request.py", line 1445, in connect_ftp dirs, timeout) File "/opt/python/3.x.langa-ubuntu/build/Lib/urllib/request.py", line 2243, in __init__ self.init() File "/opt/python/3.x.langa-ubuntu/build/Lib/urllib/request.py", line 2249, in init self.ftp.connect(self.host, self.port, self.timeout) File "/opt/python/3.x.langa-ubuntu/build/Lib/ftplib.py", line 153, in connect source_address=self.source_address) File "/opt/python/3.x.langa-ubuntu/build/Lib/socket.py", line 655, in create_connection raise err File "/opt/python/3.x.langa-ubuntu/build/Lib/socket.py", line 646, in create_connection sock.connect(sa) urllib.error.URLError: http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%203.x/builds/5026/steps/test/logs/stdio ---------- components: Tests files: connection-refused.diff keywords: patch messages: 228977 nosy: berker.peksag, orsenthil priority: normal severity: normal stage: patch review status: open title: support.transient_internet() doesn't catch connection refused errors type: behavior versions: Python 3.4, Python 3.5 Added file: http://bugs.python.org/file36862/connection-refused.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 12:09:21 2014 From: report at bugs.python.org (Jakub Wilk) Date: Fri, 10 Oct 2014 10:09:21 +0000 Subject: [issue22597] printf-style formatting allows mixing keyed and keyless specifiers Message-ID: <1412935761.9.0.479388306939.issue22597@psf.upfronthosting.co.za> New submission from Jakub Wilk: >>> '%(eggs)s %s' % {'eggs': 'ham'} Traceback (most recent call last): File "", line 1, in TypeError: not enough arguments for format string >>> '%s %(eggs)s' % {'eggs': 'ham'} "{'eggs': 'ham'} ham" I would expect a raised exception also in the latter case. ---------- components: Library (Lib) messages: 228978 nosy: jwilk priority: normal severity: normal status: open title: printf-style formatting allows mixing keyed and keyless specifiers type: behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 12:24:17 2014 From: report at bugs.python.org (=?utf-8?b?SmVzw7pzIENlYSBBdmnDs24=?=) Date: Fri, 10 Oct 2014 10:24:17 +0000 Subject: [issue22598] IMAP4 UTF-7 support Message-ID: <1412936657.2.0.48984767576.issue22598@psf.upfronthosting.co.za> New submission from Jes?s Cea Avi?n: Looks like there is consensus to add "mUTF-7" or "imap4 UTF-7" to the codec module for Python 3.5. Details in https://mail.python.org/pipermail/python- dev/2014-October/136601.html ---------- assignee: jcea messages: 228979 nosy: jcea priority: normal severity: normal status: open title: IMAP4 UTF-7 support type: enhancement versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 12:28:40 2014 From: report at bugs.python.org (=?utf-8?b?SmVzw7pzIENlYSBBdmnDs24=?=) Date: Fri, 10 Oct 2014 10:28:40 +0000 Subject: [issue5305] imaplib should support international mailbox names In-Reply-To: <1234935371.11.0.35650041724.issue5305@psf.upfronthosting.co.za> Message-ID: <1412936920.86.0.198167257442.issue5305@psf.upfronthosting.co.za> Jes?s Cea Avi?n added the comment: First step is to provide mUTF-7 in Python 3.5. Then we can try to update imaplib. I am specially worried about the points cfraire raises in http://bugs.python.org/issue5305#msg151859. Lets see. ---------- dependencies: +IMAP4 UTF-7 support _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 12:43:38 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 10 Oct 2014 10:43:38 +0000 Subject: [issue22564] ssl: post-commit review of the new memory BIO API In-Reply-To: <1412590465.24.0.24710969124.issue22564@psf.upfronthosting.co.za> Message-ID: <20141010104328.39540.55901@psf.io> Roundup Robot added the comment: New changeset 54402b25f0b9 by Victor Stinner in branch '3.4': Issue #22564: ssl doc: fix typos https://hg.python.org/cpython/rev/54402b25f0b9 New changeset 61e52fda1006 by Victor Stinner in branch '3.4': Issue #22564: ssl doc: document read(), write(), pending, server_side and https://hg.python.org/cpython/rev/61e52fda1006 New changeset 63386eda0cb7 by Victor Stinner in branch '3.4': Issue #22564: ssl doc: use "class" marker to document the SSLSocket class https://hg.python.org/cpython/rev/63386eda0cb7 New changeset 8338ae599931 by Victor Stinner in branch '3.4': Issue #22564: ssl doc: mention how SSLSocket are usually created https://hg.python.org/cpython/rev/8338ae599931 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 13:04:14 2014 From: report at bugs.python.org (Eric V. Smith) Date: Fri, 10 Oct 2014 11:04:14 +0000 Subject: [issue22597] printf-style formatting allows mixing keyed and keyless specifiers In-Reply-To: <1412935761.9.0.479388306939.issue22597@psf.upfronthosting.co.za> Message-ID: <1412939054.14.0.539094454554.issue22597@psf.upfronthosting.co.za> Eric V. Smith added the comment: This is a duplicate of issue 1467929. ---------- nosy: +eric.smith resolution: -> duplicate stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 13:05:59 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 10 Oct 2014 11:05:59 +0000 Subject: [issue22564] ssl: post-commit review of the new memory BIO API In-Reply-To: <1412590465.24.0.24710969124.issue22564@psf.upfronthosting.co.za> Message-ID: <20141010110555.19940.1473@psf.io> Roundup Robot added the comment: New changeset 61fbd3d5c307 by Victor Stinner in branch '3.4': Issue #22564: ssl doc: mention asyncio in the non-blocking section https://hg.python.org/cpython/rev/61fbd3d5c307 New changeset 11ad670ca663 by Victor Stinner in branch 'default': Issue #22564: ssl doc: reorganize and reindent documentation of SSLObject and https://hg.python.org/cpython/rev/11ad670ca663 New changeset 28fcf6c01bd9 by Victor Stinner in branch 'default': Issue #22564: ssl doc, add more links to the non-blocking section https://hg.python.org/cpython/rev/28fcf6c01bd9 New changeset 5f773540e2ef by Victor Stinner in branch 'default': Issue #22564: cleanup SSLObject doc https://hg.python.org/cpython/rev/5f773540e2ef ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 13:08:04 2014 From: report at bugs.python.org (Jakub Wilk) Date: Fri, 10 Oct 2014 11:08:04 +0000 Subject: [issue1467929] %-formatting and dicts Message-ID: <1412939284.82.0.924089388393.issue1467929@psf.upfronthosting.co.za> Changes by Jakub Wilk : ---------- nosy: +jwilk _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 13:12:43 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 10 Oct 2014 11:12:43 +0000 Subject: [issue22564] ssl: post-commit review of the new memory BIO API In-Reply-To: <1412590465.24.0.24710969124.issue22564@psf.upfronthosting.co.za> Message-ID: <1412939563.0.0.977360421584.issue22564@psf.upfronthosting.co.za> STINNER Victor added the comment: Ok, I think I addressed most of my remarks and I consider the issue as done. > For total cleanness maybe the constructor should raise a TypeError if server_hostname is passes as a bytes. Please open a new issue to address this point. ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 13:35:43 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 10 Oct 2014 11:35:43 +0000 Subject: [issue21456] skip 2 tests in test_urllib2net.py if _ssl module not present In-Reply-To: <1399619030.67.0.271075819996.issue21456@psf.upfronthosting.co.za> Message-ID: <20141010113524.50015.17272@psf.io> Roundup Robot added the comment: New changeset ac55331c1df6 by Berker Peksag in branch '3.4': Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present. https://hg.python.org/cpython/rev/ac55331c1df6 New changeset 470ea66f5bee by Berker Peksag in branch 'default': Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present. https://hg.python.org/cpython/rev/470ea66f5bee ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 13:36:01 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 10 Oct 2014 11:36:01 +0000 Subject: [issue22599] traceback: errors in the linecache module at exit Message-ID: <1412940961.34.0.0781587147709.issue22599@psf.upfronthosting.co.za> New submission from STINNER Victor: Attached destructortest.py script comes the issue #22480. It calls traceback.print_exception() at exit. The problem is that the call occurs late during Python finalization. The object was stored in the namespace of the main module. Currently, Python deletes builtin functions and then deletes modules (in a random order?). Since the traceback module is used to display errors, it's annoying to get errors in the traceback module :-) I see two options to fix the specific issue of destructortest.py: * Ignore exceptions while calling linecache * Detect Python finalization and don't try to use the linecache module in this case Attached patch implements the second option. I'm not sure that it's the best one. It includes an unit test. Depending on the option, we can fix the issue only in Python 3.5, or fix Python 2.7, 3.4 and 3.5. Current output: --- Traceback (most recent call last): Exception ignored in: > Traceback (most recent call last): File "destructortest.py", line 15, in __del__ File "/home/haypo/prog/python/default/Lib/traceback.py", line 169, in print_exception File "/home/haypo/prog/python/default/Lib/traceback.py", line 153, in _format_exception_iter File "/home/haypo/prog/python/default/Lib/traceback.py", line 18, in _format_list_iter File "/home/haypo/prog/python/default/Lib/traceback.py", line 65, in _extract_tb_or_stack_iter File "/home/haypo/prog/python/default/Lib/linecache.py", line 15, in getline File "/home/haypo/prog/python/default/Lib/linecache.py", line 41, in getlines File "/home/haypo/prog/python/default/Lib/linecache.py", line 126, in updatecache File "/home/haypo/prog/python/default/Lib/tokenize.py", line 438, in open AttributeError: module 'builtins' has no attribute 'open' --- Expected output: --- Traceback (most recent call last): File "destructortest.py", line 7, in __init__ ZeroDivisionError: division by zero --- ---------- components: Library (Lib) files: destructortest.py messages: 228986 nosy: haypo priority: normal severity: normal status: open title: traceback: errors in the linecache module at exit versions: Python 3.5 Added file: http://bugs.python.org/file36863/destructortest.py _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 13:36:37 2014 From: report at bugs.python.org (Berker Peksag) Date: Fri, 10 Oct 2014 11:36:37 +0000 Subject: [issue21456] skip 2 tests in test_urllib2net.py if _ssl module not present In-Reply-To: <1399619030.67.0.271075819996.issue21456@psf.upfronthosting.co.za> Message-ID: <1412940997.47.0.717986422848.issue21456@psf.upfronthosting.co.za> Berker Peksag added the comment: Thanks for the patch, Remi. ---------- assignee: -> berker.peksag nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed type: -> behavior versions: +Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 13:36:53 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 10 Oct 2014 11:36:53 +0000 Subject: [issue22480] SystemExit out of run_until_complete causes AttributeError when using python3 -m In-Reply-To: <1411557732.26.0.928658035687.issue22480@psf.upfronthosting.co.za> Message-ID: <1412941013.04.0.776034904576.issue22480@psf.upfronthosting.co.za> STINNER Victor added the comment: I created a more specific issue for destructortest.py: issue #22599. It's not directly related to asyncio. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 13:37:33 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 10 Oct 2014 11:37:33 +0000 Subject: [issue22428] asyncio: KeyboardInterrupt inside a coroutine causes AttributeError In-Reply-To: <1410939370.36.0.183370883396.issue22428@psf.upfronthosting.co.za> Message-ID: <1412941053.74.0.867180546613.issue22428@psf.upfronthosting.co.za> STINNER Victor added the comment: > => IMO it's an issue in the traceback module. It may catch the AttributeError on the call to linecache.getline(). I created the issue #22599 for this bug. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 13:40:07 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 10 Oct 2014 11:40:07 +0000 Subject: [issue22599] traceback: errors in the linecache module at exit In-Reply-To: <1412940961.34.0.0781587147709.issue22599@psf.upfronthosting.co.za> Message-ID: <1412941207.17.0.291278952246.issue22599@psf.upfronthosting.co.za> STINNER Victor added the comment: Errors in the traceback module (caused by linecache) are common when working on the asyncio module in debug mode. The asyncio tries to log exceptions at exit to help the debug to track bugs. It uses the garbage collector and destructors on objects. Example of debug tool: https://docs.python.org/dev/library/asyncio-dev.html#detect-exceptions-never-consumed See for examples issues #22428 and #22480. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 13:46:55 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 10 Oct 2014 11:46:55 +0000 Subject: [issue22599] traceback: errors in the linecache module at exit In-Reply-To: <1412940961.34.0.0781587147709.issue22599@psf.upfronthosting.co.za> Message-ID: <1412941615.74.0.111600938657.issue22599@psf.upfronthosting.co.za> Antoine Pitrou added the comment: There is no patch. ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 13:51:49 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 10 Oct 2014 11:51:49 +0000 Subject: [issue22599] traceback: errors in the linecache module at exit In-Reply-To: <1412940961.34.0.0781587147709.issue22599@psf.upfronthosting.co.za> Message-ID: <1412941909.07.0.614855043538.issue22599@psf.upfronthosting.co.za> STINNER Victor added the comment: > There is no patch. Oh no :-( I revert all my local changes and I forgot to produce the patch... My change added a new sys._is_finalizing() function which exposes the private C variable "_Py_Finalizing". Well, here is a patch which implements the first option (ignore linecache errors). ---------- keywords: +patch Added file: http://bugs.python.org/file36864/traceback_ignore_linecache_error.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 13:53:13 2014 From: report at bugs.python.org (CALMET) Date: Fri, 10 Oct 2014 11:53:13 +0000 Subject: [issue22600] In Multiprocessing Queue() doesn't work with list : __.put(list) != __.get() Message-ID: <1412941993.11.0.215678273609.issue22600@psf.upfronthosting.co.za> New submission from CALMET: Hello, I have to find the right order of a list, for example try = [0,1,2,3,4,5,6,7,8,9] try = [0,1,2,3,4,5,6,7,9,8] try = [0,1,2,3,4,5,6,8,7,9] and so on... in this example there are factorial(10) = 3,6 million possible order to test. The results with be all the list 'try' that match with the test. To go faster - I use mutiproceesiing - I define rightorder = Queue() - I define a function test with a line rightorder.put(try) - I wait for all the processes are finished p.join() - Then I read all the results in the main programm rightorder.get() The problem is that on exactly the same example - the rightorder.put() found by the process are always good - but the rightorder.get() in the main programm can be different (randomly). I first believed that when 2 processes call the function rightorder.put(try) at the same time, the lists ares mixed together in the Queue(). But even when I force cpu_count() to 1 (mono process) I still have the problem. To solve the problem I converted the list try=[2,3,0,4,2,9,7,8,1,5] in a string try2="2304297815" and since now rightorder.put(try) and rightorder.get() always give the same results. So I suppose that in multiprocessing with a Queue() rightorder.put(try) works if try is a number or a string but doesn't works if try is a list. ---------- files: BisesAmouRmulti-debug.py messages: 228993 nosy: AlainCALMET priority: normal severity: normal status: open title: In Multiprocessing Queue() doesn't work with list : __.put(list) != __.get() type: behavior versions: Python 3.3 Added file: http://bugs.python.org/file36865/BisesAmouRmulti-debug.py _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 14:07:33 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 10 Oct 2014 12:07:33 +0000 Subject: [issue22601] asyncio: loop.run_forever() should consume exception of the temporary task Message-ID: <1412942853.71.0.75284740546.issue22601@psf.upfronthosting.co.za> New submission from STINNER Victor: BaseEventLoop.run_forever() creates a temporary task when it gets a coroutine object. If the coroutine raises a base exception, it is stored in the temporary task (task.set_exception(exc)). run_forever() doesn't catch the exception, which is the expected behaviour. The problem is that the temporary task still holds the exception, whereas the caller doesn't have access to this temporary task object. As a result, a warning is logger. I propose to simply drop the exception from the task object (consume it). The call will get it anyway, it's not catched. Attached patch implements this idea with a unit test. ---------- components: asyncio files: run_forever.patch keywords: patch messages: 228994 nosy: gvanrossum, haypo, yselivanov priority: normal severity: normal status: open title: asyncio: loop.run_forever() should consume exception of the temporary task versions: Python 3.4, Python 3.5 Added file: http://bugs.python.org/file36866/run_forever.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 14:23:50 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 10 Oct 2014 12:23:50 +0000 Subject: [issue22428] asyncio: KeyboardInterrupt inside a coroutine causes AttributeError In-Reply-To: <1410939370.36.0.183370883396.issue22428@psf.upfronthosting.co.za> Message-ID: <1412943830.48.0.843787146324.issue22428@psf.upfronthosting.co.za> STINNER Victor added the comment: > If the coroutine raises an exception which doesn't inherit from Exception (but inherits from BaseException), run_until_complete() doesn't consume the exception from the temporary task object I created the issue #22601 for this bug. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 14:44:43 2014 From: report at bugs.python.org (Jakub Wilk) Date: Fri, 10 Oct 2014 12:44:43 +0000 Subject: [issue22602] UTF-7 codec decodes ill-formed sequences starting with "+" Message-ID: <1412945083.94.0.341902119278.issue22602@psf.upfronthosting.co.za> New submission from Jakub Wilk: RFC 2152 reads: A "+" character followed immediately by any character other than members of set B or "-" is an ill-formed sequence. "@" is not a member of B, so I would expect this to raise UnicodeDecodeError: >>> b'+@'.decode('UTF-7') '@' ---------- components: Library (Lib) messages: 228996 nosy: jwilk priority: normal severity: normal status: open title: UTF-7 codec decodes ill-formed sequences starting with "+" type: behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 15:07:34 2014 From: report at bugs.python.org (Barry A. Warsaw) Date: Fri, 10 Oct 2014 13:07:34 +0000 Subject: [issue22597] printf-style formatting allows mixing keyed and keyless specifiers In-Reply-To: <1412935761.9.0.479388306939.issue22597@psf.upfronthosting.co.za> Message-ID: <1412946454.36.0.114426909531.issue22597@psf.upfronthosting.co.za> Changes by Barry A. Warsaw : ---------- nosy: +barry _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 15:10:52 2014 From: report at bugs.python.org (Jakub Wilk) Date: Fri, 10 Oct 2014 13:10:52 +0000 Subject: [issue1621] Do not assume signed integer overflow behavior In-Reply-To: <1197593027.35.0.00314874350765.issue1621@psf.upfronthosting.co.za> Message-ID: <1412946652.52.0.175332595214.issue1621@psf.upfronthosting.co.za> Changes by Jakub Wilk : ---------- nosy: +jwilk _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 15:16:34 2014 From: report at bugs.python.org (Martin Panter) Date: Fri, 10 Oct 2014 13:16:34 +0000 Subject: [issue22587] os.path.abspath(None) behavior is inconsistent between platforms In-Reply-To: <1412873773.97.0.374832942416.issue22587@psf.upfronthosting.co.za> Message-ID: <1412946994.12.0.946750498646.issue22587@psf.upfronthosting.co.za> Martin Panter added the comment: I always assumed that None was a unwise value to pass to the ?os.path? functions. Indeed, at the top of the documentation page it says they only accept bytes or (text) string parameters. Although returning a consistent error might be a sensible addition. ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 15:25:34 2014 From: report at bugs.python.org (Martin Panter) Date: Fri, 10 Oct 2014 13:25:34 +0000 Subject: [issue22601] asyncio: loop.run_forever() should consume exception of the temporary task In-Reply-To: <1412942853.71.0.75284740546.issue22601@psf.upfronthosting.co.za> Message-ID: <1412947534.99.0.269127630251.issue22601@psf.upfronthosting.co.za> Changes by Martin Panter : ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 15:42:56 2014 From: report at bugs.python.org (Martin Panter) Date: Fri, 10 Oct 2014 13:42:56 +0000 Subject: [issue22599] traceback: errors in the linecache module at exit In-Reply-To: <1412940961.34.0.0781587147709.issue22599@psf.upfronthosting.co.za> Message-ID: <1412948576.77.0.420524035723.issue22599@psf.upfronthosting.co.za> Changes by Martin Panter : ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 15:44:26 2014 From: report at bugs.python.org (Martin Panter) Date: Fri, 10 Oct 2014 13:44:26 +0000 Subject: [issue19421] FileIO destructor imports indirectly the io module at exit In-Reply-To: <1382964595.86.0.735733174732.issue19421@psf.upfronthosting.co.za> Message-ID: <1412948666.03.0.178651373244.issue19421@psf.upfronthosting.co.za> Martin Panter added the comment: For the record, the python-dev thread about blocking imports is at . It sounded like the conclusion was that there shouldn?t be a problem importing a module at finalization. I am investigating Issue 21049, and finding sys.meta_path is set to None at finalization, which is not handled well by the import code. ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 16:01:13 2014 From: report at bugs.python.org (Matej Cepl) Date: Fri, 10 Oct 2014 14:01:13 +0000 Subject: [issue19494] urllib2.HTTPBasicAuthHandler (or urllib.request.HTTPBasicAuthHandler) doesn't work with GitHub API v3 and similar In-Reply-To: <1383577219.47.0.139805262488.issue19494@psf.upfronthosting.co.za> Message-ID: <1412949673.91.0.314768737036.issue19494@psf.upfronthosting.co.za> Matej Cepl added the comment: > Regardless of whether we add this to 2.7 or not, it should be an entirely separate class. I personally feel this isn't a bug fix but a feature addition for 2.7 so I'm -0.5 on adding it there. It's also not a security backport so it doesn't fit into PEP 466. Could we keep the 2.7 question on the side? I don't care about that that much as I would like to have this finally in 3.*. What should I do now? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 16:20:55 2014 From: report at bugs.python.org (=?utf-8?q?Francisco_Fern=C3=A1ndez_Casta=C3=B1o?=) Date: Fri, 10 Oct 2014 14:20:55 +0000 Subject: [issue22603] Fix a typo in the contextlib docs Message-ID: <1412950855.37.0.697609134038.issue22603@psf.upfronthosting.co.za> New submission from Francisco Fern?ndez Casta?o: >From the code example at https://docs.python.org/3/library/contextlib.html#contextlib.ContextDecorator "logging.info('Entering: {}'.format(name)) NameError: name 'name' is not defined" name is referenced instead of self.name ---------- assignee: docs at python components: Documentation files: doctypo.patch keywords: patch messages: 229000 nosy: Francisco.Fern?ndez.Casta?o, docs at python priority: normal severity: normal status: open title: Fix a typo in the contextlib docs type: crash versions: Python 3.2, Python 3.3, Python 3.4, Python 3.5 Added file: http://bugs.python.org/file36867/doctypo.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 16:42:07 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 10 Oct 2014 14:42:07 +0000 Subject: [issue22602] UTF-7 codec decodes ill-formed sequences starting with "+" In-Reply-To: <1412945083.94.0.341902119278.issue22602@psf.upfronthosting.co.za> Message-ID: <1412952127.3.0.857414604329.issue22602@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- components: +Interpreter Core, Unicode -Library (Lib) nosy: +ezio.melotti, haypo, lemburg, loewis, serhiy.storchaka stage: -> needs patch versions: +Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 16:48:28 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 10 Oct 2014 14:48:28 +0000 Subject: [issue22598] IMAP4 UTF-7 support In-Reply-To: <1412936657.2.0.48984767576.issue22598@psf.upfronthosting.co.za> Message-ID: <1412952508.17.0.58146415436.issue22598@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Could you please add a link to RFC? ---------- nosy: +serhiy.storchaka stage: -> needs patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 16:55:42 2014 From: report at bugs.python.org (Brett Cannon) Date: Fri, 10 Oct 2014 14:55:42 +0000 Subject: [issue21052] Consider dropping ImportWarning for empty sys.path_hooks and sys.meta_path In-Reply-To: <1395681608.6.0.965988272103.issue21052@psf.upfronthosting.co.za> Message-ID: <1412952942.36.0.0947195686337.issue21052@psf.upfronthosting.co.za> Brett Cannon added the comment: Fixed in https://hg.python.org/cpython/rev/d9f71bc6d897 ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 16:56:19 2014 From: report at bugs.python.org (Brett Cannon) Date: Fri, 10 Oct 2014 14:56:19 +0000 Subject: =?utf-8?q?=5Bissue21049=5D_Warning_at_interpreter_exit_triggers_flood_of_?= =?utf-8?b?4oCcSW1wb3J0V2FybmluZzogc3lzLm1ldGFfcGF0aCBpcyBlbXB0eeKAnQ==?= In-Reply-To: <1395642335.41.0.483787590936.issue21049@psf.upfronthosting.co.za> Message-ID: <1412952979.77.0.675928994358.issue21049@psf.upfronthosting.co.za> Brett Cannon added the comment: This has now been fixed in https://hg.python.org/cpython/rev/d9f71bc6d897 . Thanks to everyone who helped with the bug report! ---------- versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 16:57:34 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 10 Oct 2014 14:57:34 +0000 Subject: [issue22599] traceback: errors in the linecache module at exit In-Reply-To: <1412940961.34.0.0781587147709.issue22599@psf.upfronthosting.co.za> Message-ID: <1412953054.08.0.98602788785.issue22599@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Alternative solution of this issue would be to use "from builtins import open as _open" instead of "import builtins". ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 16:58:08 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 10 Oct 2014 14:58:08 +0000 Subject: [issue21052] Consider dropping ImportWarning for empty sys.path_hooks and sys.meta_path In-Reply-To: <1395681608.6.0.965988272103.issue21052@psf.upfronthosting.co.za> Message-ID: <20141010145423.50017.37057@psf.io> Roundup Robot added the comment: New changeset d9f71bc6d897 by Brett Cannon in branch 'default': Issue #21052: Don't raise ImportWarning for sys.meta_path or https://hg.python.org/cpython/rev/d9f71bc6d897 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 17:02:17 2014 From: report at bugs.python.org (=?utf-8?q?Ra=C3=BAl_Cumplido?=) Date: Fri, 10 Oct 2014 15:02:17 +0000 Subject: [issue22598] IMAP4 UTF-7 support In-Reply-To: <1412936657.2.0.48984767576.issue22598@psf.upfronthosting.co.za> Message-ID: <1412953337.06.0.932993889027.issue22598@psf.upfronthosting.co.za> Changes by Ra?l Cumplido : ---------- nosy: +raulcd _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 17:02:22 2014 From: report at bugs.python.org (Ethan Furman) Date: Fri, 10 Oct 2014 15:02:22 +0000 Subject: [issue22506] `dir` on Enum subclass doesn't expose parent class attributes In-Reply-To: <1411829845.48.0.985714520453.issue22506@psf.upfronthosting.co.za> Message-ID: <1412953342.09.0.584468622004.issue22506@psf.upfronthosting.co.za> Ethan Furman added the comment: Sample code: -------------------------------------------------------------------------------- class AutoEnum(enum.Enum): """ Automatically numbers enum members starting from 1. Includes support for a custom docstring per member. """ __last_number__ = 0 def __new__(cls, *args): """ Ignores arguments (will be handled in __init__. """ value = cls.__last_number__ + 1 cls.__last_number__ = value obj = object.__new__(cls) obj._value_ = value return obj def __init__(self, *args): """ Can handle 0 or 1 argument; more requires a custom __init__. 0 = auto-number w/o docstring 1 = auto-number w/ docstring 2+ = needs custom __init__ """ if len(args) == 1 and isinstance(args[0], str): self.__doc__ = args[0] elif args: raise TypeError('%s not dealt with -- need custom __init__' % (args,)) class AddressSegment(AutoEnum): misc = "not currently tracked" ordinal = "N S E W NE NW SE SW" secondary = "apt bldg floor etc" street = "st ave blvd etc" def huh(self): return 'did I show up?' -------------------------------------------------------------------------------- The 'huh' function, shown above, does *not* show up in a dir of either AutoEnum nor AddressSegment, regardless of which class it is defined in -- this is because a directory of an Enum class is meant to show ['__class__', '__doc__', '__members__', '__module__'] + whatever Enum members have been defined. However, a directory of an Enum member should show any normal methods* available on that member. Currently, if 'huh' is defined in the final class it will show up, but if defined in a superclass it will not. That is the bug. * 'normal method' means any method not prefixed by any underscores. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 17:07:36 2014 From: report at bugs.python.org (Ram Rachum) Date: Fri, 10 Oct 2014 15:07:36 +0000 Subject: [issue22506] `dir` on Enum subclass doesn't expose parent class attributes In-Reply-To: <1411829845.48.0.985714520453.issue22506@psf.upfronthosting.co.za> Message-ID: <1412953656.95.0.546094285016.issue22506@psf.upfronthosting.co.za> Ram Rachum added the comment: Ethan: I'm very confused by your example. `huh` isn't even a method, why would it be included? Or are you saying "if it was a method"? I'm really not sure what your example is adding over mine, given that it's 10 times longer and more complex. I'm not sure why you'd want to demonstrate the bug in a 50-line code sample that has non-trivial logic when it's demonstrable in a simple 5-line code sample. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 17:08:29 2014 From: report at bugs.python.org (Ezio Melotti) Date: Fri, 10 Oct 2014 15:08:29 +0000 Subject: [issue22603] Fix a typo in the contextlib docs In-Reply-To: <1412950855.37.0.697609134038.issue22603@psf.upfronthosting.co.za> Message-ID: <1412953709.72.0.80089667741.issue22603@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- keywords: +easy nosy: +ncoghlan stage: -> commit review type: crash -> enhancement _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 17:11:43 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 10 Oct 2014 15:11:43 +0000 Subject: [issue22587] os.path.abspath(None) behavior is inconsistent between platforms In-Reply-To: <1412873773.97.0.374832942416.issue22587@psf.upfronthosting.co.za> Message-ID: <1412953903.38.0.708871359714.issue22587@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: It's because None quacks as empty string. ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 17:12:29 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 10 Oct 2014 15:12:29 +0000 Subject: [issue1703178] link_objects in setup.cfg crashes build Message-ID: <1412953949.25.0.809453368829.issue1703178@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Valerie, I cannot review this. If ?ric does not respond in a month or two, you might enquire on python-dev or core-mentorship lists. ---------- stage: test needed -> patch review versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 17:13:14 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 10 Oct 2014 15:13:14 +0000 Subject: [issue1703178] link_objects in setup.cfg crashes build Message-ID: <1412953994.69.0.0759125222082.issue1703178@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- nosy: -terry.reedy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 17:18:53 2014 From: report at bugs.python.org (Ethan Furman) Date: Fri, 10 Oct 2014 15:18:53 +0000 Subject: [issue22506] `dir` on Enum subclass doesn't expose parent class attributes In-Reply-To: <1411829845.48.0.985714520453.issue22506@psf.upfronthosting.co.za> Message-ID: <1412954333.36.0.794527492891.issue22506@psf.upfronthosting.co.za> Ethan Furman added the comment: Yes, the 'huh' function would have to be in either AutoEnum or AddressSegment to be included in the dir of an AddressSegment member. Here's a shorter example: (this works) ---------------------------------------------------- class SuperEnum(Enum): pass class SubEnum(SuperEnum): sample = 5 def visible(self): return "saw me, right?" 'visible' in dir(SubEnum.sample) ---------------------------------------------------- (this does not work) ---------------------------------------------------- class SuperEnum(Enum): def invisible(self): return "but you didn't see me!" class SubEnum(SuperEnum): sample = 5 'invisible' in dir(SubEnum.sample) ---------------------------------------------------- Sorry for the noise. Do please note that the dir where 'visible' showed up was on the Enum member, not the Enum class. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 17:35:13 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 10 Oct 2014 15:35:13 +0000 Subject: [issue22604] assertion error in complex division Message-ID: <1412955313.16.0.545983222946.issue22604@psf.upfronthosting.co.za> New submission from Antoine Pitrou: This only happens in debug mode: >>> complex(0.0, 0.0) / complex(float('nan'), 0.0) python: Objects/complexobject.c:98: _Py_c_quot: Assertion `b.imag != 0.0' failed. In release mode, this gives: >>> complex(0.0, 0.0) / complex(float('nan'), 0.0) (nan+nanj) (is it the right result?) ---------- components: Interpreter Core messages: 229011 nosy: eric.smith, lemburg, mark.dickinson, pitrou, stutzbach priority: normal severity: normal status: open title: assertion error in complex division type: behavior versions: Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 17:38:40 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 10 Oct 2014 15:38:40 +0000 Subject: [issue22604] assertion error in complex division In-Reply-To: <1412955313.16.0.545983222946.issue22604@psf.upfronthosting.co.za> Message-ID: <1412955520.95.0.314668023479.issue22604@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 17:42:38 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 10 Oct 2014 15:42:38 +0000 Subject: [issue22599] traceback: errors in the linecache module at exit In-Reply-To: <1412940961.34.0.0781587147709.issue22599@psf.upfronthosting.co.za> Message-ID: <1412955758.9.0.214328961551.issue22599@psf.upfronthosting.co.za> STINNER Victor added the comment: See also the issue #19421. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 17:55:36 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 10 Oct 2014 15:55:36 +0000 Subject: [issue22598] IMAP4 UTF-7 support In-Reply-To: <1412936657.2.0.48984767576.issue22598@psf.upfronthosting.co.za> Message-ID: <1412956536.42.0.846528508743.issue22598@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- components: +Unicode nosy: +ezio.melotti, haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 17:56:11 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 10 Oct 2014 15:56:11 +0000 Subject: [issue22598] Add mUTF-7 codec (UTF-7 modified for IMAP) In-Reply-To: <1412936657.2.0.48984767576.issue22598@psf.upfronthosting.co.za> Message-ID: <1412956571.4.0.784465435862.issue22598@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- title: IMAP4 UTF-7 support -> Add mUTF-7 codec (UTF-7 modified for IMAP) _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 18:05:50 2014 From: report at bugs.python.org (Ezio Melotti) Date: Fri, 10 Oct 2014 16:05:50 +0000 Subject: [issue22604] assertion error in complex division In-Reply-To: <1412955313.16.0.545983222946.issue22604@psf.upfronthosting.co.za> Message-ID: <1412957150.77.0.0119115099185.issue22604@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- nosy: +ezio.melotti _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 18:30:34 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 10 Oct 2014 16:30:34 +0000 Subject: [issue22557] Locale import is too slow In-Reply-To: <1412512141.77.0.0512115045124.issue22557@psf.upfronthosting.co.za> Message-ID: <1412958634.34.0.616890679184.issue22557@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- title: Local import is too slow -> Locale import is too slow _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 18:31:33 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 10 Oct 2014 16:31:33 +0000 Subject: [issue22557] Local import is too slow In-Reply-To: <1412512141.77.0.0512115045124.issue22557@psf.upfronthosting.co.za> Message-ID: <1412958693.67.0.525131260847.issue22557@psf.upfronthosting.co.za> Antoine Pitrou added the comment: The issue is local imports, not imports of the locale module :-) ---------- title: Locale import is too slow -> Local import is too slow _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 18:32:22 2014 From: report at bugs.python.org (Alex Gaynor) Date: Fri, 10 Oct 2014 16:32:22 +0000 Subject: [issue22559] [backport] ssl.MemoryBIO In-Reply-To: <1412540756.02.0.793381062078.issue22559@psf.upfronthosting.co.za> Message-ID: <1412958742.31.0.25641596658.issue22559@psf.upfronthosting.co.za> Alex Gaynor added the comment: Updated patch cherry-picks in some of the documentation updates that were pushed by Victor. ---------- Added file: http://bugs.python.org/file36868/issue22559.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 18:43:30 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 10 Oct 2014 16:43:30 +0000 Subject: [issue22558] Missing hint to source code - complete In-Reply-To: <1412514337.47.0.069385783283.issue22558@psf.upfronthosting.co.za> Message-ID: <1412959410.3.0.250484724053.issue22558@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Messages and patches can be unlinked from an issue (and that action recorded in the history list) but not edited. Proofread before clicking. Originally, only a few module docs had a source code link where the source code was thought to be especially useful. When these links were determined to be useful, more have gradually been added as some developer thought of it or as some user requested, as you did in #22528. I don't know if any requests have been denied. I also don't know if there is a written policy anywhere. To me, it might be easier to link all python sources and be done with the issue. ---------- nosy: +terry.reedy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 18:46:00 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 10 Oct 2014 16:46:00 +0000 Subject: [issue22604] assertion error in complex division In-Reply-To: <1412955313.16.0.545983222946.issue22604@psf.upfronthosting.co.za> Message-ID: <1412959560.37.0.269439511337.issue22604@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: I think it is the right result. >>> 0.0 / float('nan') nan ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 18:56:40 2014 From: report at bugs.python.org (=?utf-8?b?SmVzw7pzIENlYSBBdmnDs24=?=) Date: Fri, 10 Oct 2014 16:56:40 +0000 Subject: [issue19884] Importing readline produces erroneous output In-Reply-To: <1386158776.45.0.265770743985.issue19884@psf.upfronthosting.co.za> Message-ID: <1412960200.97.0.885397185778.issue19884@psf.upfronthosting.co.za> Changes by Jes?s Cea Avi?n : ---------- nosy: +jcea _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 19:03:18 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 10 Oct 2014 17:03:18 +0000 Subject: [issue22575] bytearray documentation confuses string for unicode objects In-Reply-To: <1412703260.19.0.077276076378.issue22575@psf.upfronthosting.co.za> Message-ID: <20141010170312.58883.34968@psf.io> Roundup Robot added the comment: New changeset 0c75819f1d86 by Terry Jan Reedy in branch '2.7': Issue #22575: Revise bytearray entry for 2.7. https://hg.python.org/cpython/rev/0c75819f1d86 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 19:06:42 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 10 Oct 2014 17:06:42 +0000 Subject: [issue22575] bytearray documentation confuses string for unicode objects In-Reply-To: <1412703260.19.0.077276076378.issue22575@psf.upfronthosting.co.za> Message-ID: <1412960802.54.0.863796647748.issue22575@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I changed the line to * If it is unicode, you must also give the encoding (and optionally, errors) parameters; bytearray() then converts the unicode to bytes using unicode.encode(). Thank you for the report, and for your work answering questions on SO ---------- assignee: docs at python -> terry.reedy nosy: +terry.reedy resolution: -> fixed stage: -> resolved status: open -> closed type: -> behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 19:33:33 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 10 Oct 2014 17:33:33 +0000 Subject: [issue22604] assertion error in complex division In-Reply-To: <1412955313.16.0.545983222946.issue22604@psf.upfronthosting.co.za> Message-ID: <1412962413.77.0.999721957511.issue22604@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Here is a patch. ---------- keywords: +patch stage: -> patch review Added file: http://bugs.python.org/file36869/c_quot_nan.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 20:30:41 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 10 Oct 2014 18:30:41 +0000 Subject: [issue11694] xdrlib raises ConversionError in inconsistent way In-Reply-To: <1301224336.99.0.411299821684.issue11694@psf.upfronthosting.co.za> Message-ID: <20141010183024.77390.48352@psf.io> Roundup Robot added the comment: New changeset 9cee201388c9 by Petri Lehtinen in branch '2.7': Issue #11694: Raise ConversionError in xdrlib as documented https://hg.python.org/cpython/rev/9cee201388c9 New changeset 7ef6e5f53418 by Petri Lehtinen in branch '3.4': Issue #11694: Raise ConversionError in xdrlib as documented https://hg.python.org/cpython/rev/7ef6e5f53418 New changeset 8e3387f566f6 by Petri Lehtinen in branch 'default': #11694: merge with 3.4 https://hg.python.org/cpython/rev/8e3387f566f6 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 20:33:54 2014 From: report at bugs.python.org (Petri Lehtinen) Date: Fri, 10 Oct 2014 18:33:54 +0000 Subject: [issue11694] xdrlib raises ConversionError in inconsistent way In-Reply-To: <1301224336.99.0.411299821684.issue11694@psf.upfronthosting.co.za> Message-ID: <1412966034.94.0.920559338432.issue11694@psf.upfronthosting.co.za> Petri Lehtinen added the comment: Applied, thanks! ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 21:07:53 2014 From: report at bugs.python.org (Xavier de Gaye) Date: Fri, 10 Oct 2014 19:07:53 +0000 Subject: [issue22588] memory corrupted in test_capi refleaks test In-Reply-To: <1412878259.75.0.451525975986.issue22588@psf.upfronthosting.co.za> Message-ID: <1412968073.42.0.191779029071.issue22588@psf.upfronthosting.co.za> Xavier de Gaye added the comment: With the attached patch (the patch does reintroduce the bug in 'test_incref_decref_API' for testing purposes), it is possible to find the failing subtest rapidly: Get the number of subtests (35 subsets): $ export SUBTEST_RANGE="[]" $ ./python -m test -m test__testcapi test_capi Then run: $ ./python -m test -m test__testcapi -R 23:23 test_capi after modifying, each time, the range of subtests to execute, with: $ export SUBTEST_RANGE="range(1,18)" # tests 1-17 result: fail $ export SUBTEST_RANGE="range(1,9)" # test 1-8 result: pass $ export SUBTEST_RANGE="range(1,13)" # test 1-12 result: fail $ export SUBTEST_RANGE="range(1,11)" # test 1-10 result: fail $ export SUBTEST_RANGE="[9]" # so it must be test #9, check it now The strong limitation with this solution is that the subTest context manager must now be enclosed in a 'try except unittest.SkipTest' clause and that the context manager is used more than 100 times in the test suite. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 21:08:19 2014 From: report at bugs.python.org (Xavier de Gaye) Date: Fri, 10 Oct 2014 19:08:19 +0000 Subject: [issue22588] memory corrupted in test_capi refleaks test In-Reply-To: <1412878259.75.0.451525975986.issue22588@psf.upfronthosting.co.za> Message-ID: <1412968099.07.0.0445542034093.issue22588@psf.upfronthosting.co.za> Changes by Xavier de Gaye : ---------- keywords: +patch Added file: http://bugs.python.org/file36870/subtest_in_range.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 21:15:10 2014 From: report at bugs.python.org (Jakub Wilk) Date: Fri, 10 Oct 2014 19:15:10 +0000 Subject: [issue22605] memcpy(NULL, NULL, 0) in Message-ID: <1412968510.44.0.374050291089.issue22605@psf.upfronthosting.co.za> Changes by Jakub Wilk : ---------- components: Library (Lib) nosy: jwilk priority: normal severity: normal status: open title: memcpy(NULL, NULL, 0) in versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 21:18:23 2014 From: report at bugs.python.org (Jakub Wilk) Date: Fri, 10 Oct 2014 19:18:23 +0000 Subject: [issue22605] memcpy(NULL, NULL, 0) in array_new() Message-ID: <1412968703.77.0.12128732374.issue22605@psf.upfronthosting.co.za> New submission from Jakub Wilk: If you initialize array with another empty array, then this code runs: memcpy(self->ob_item, other->ob_item, len * other->ob_descr->itemsize); But self->ob_item and other->ob_item are NULL in such case. Passing null pointer to memcpy() is undefined behavior even when length is 0. ---------- title: memcpy(NULL, NULL, 0) in -> memcpy(NULL, NULL, 0) in array_new() _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 21:19:48 2014 From: report at bugs.python.org (Jakub Wilk) Date: Fri, 10 Oct 2014 19:19:48 +0000 Subject: [issue22605] memcpy(NULL, NULL, 0) in array_new() In-Reply-To: <1412968703.77.0.12128732374.issue22605@psf.upfronthosting.co.za> Message-ID: <1412968788.15.0.969857473441.issue22605@psf.upfronthosting.co.za> Jakub Wilk added the comment: The attached patch should fix the bug. ---------- keywords: +patch Added file: http://bugs.python.org/file36871/229023.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 21:36:48 2014 From: report at bugs.python.org (Mark Dickinson) Date: Fri, 10 Oct 2014 19:36:48 +0000 Subject: [issue22604] assertion error in complex division In-Reply-To: <1412955313.16.0.545983222946.issue22604@psf.upfronthosting.co.za> Message-ID: <1412969808.12.0.24958750739.issue22604@psf.upfronthosting.co.za> Mark Dickinson added the comment: Patch LGTM. > (is it the right result?) Difficult to tell :-). Complex arithmetic in general isn't well standardised. Annex G of the C standard is about as close I've seen. But it doesn't look terribly wrong. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 21:45:45 2014 From: report at bugs.python.org (Kevin Keating) Date: Fri, 10 Oct 2014 19:45:45 +0000 Subject: [issue22587] os.path.abspath(None) behavior is inconsistent between platforms In-Reply-To: <1412873773.97.0.374832942416.issue22587@psf.upfronthosting.co.za> Message-ID: <1412970345.03.0.852335544475.issue22587@psf.upfronthosting.co.za> Kevin Keating added the comment: I agree that None is an unwise value to pass in. Of the four different abspath implementations, though, one will treat None (or any falsey value) as an empty string, while the other three will raise an exception unless passed an actual str or bytes object. I think the ideal solution would be to have abspath(None) raise a TypeError regardless of operating system, which would make it consistent with normcase (http://bugs.python.org/issue9018). It's conceivable that some Windows-only code might rely on the current behavior of abspath(None), though. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 21:54:22 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 10 Oct 2014 19:54:22 +0000 Subject: [issue22603] Fix a typo in the contextlib docs In-Reply-To: <1412950855.37.0.697609134038.issue22603@psf.upfronthosting.co.za> Message-ID: <1412970862.26.0.00121177029735.issue22603@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- assignee: docs at python -> terry.reedy nosy: +terry.reedy type: enhancement -> behavior versions: -Python 3.2, Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 21:54:27 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 10 Oct 2014 19:54:27 +0000 Subject: [issue22587] os.path.abspath(None) behavior is inconsistent between platforms In-Reply-To: <1412873773.97.0.374832942416.issue22587@psf.upfronthosting.co.za> Message-ID: <1412970867.79.0.896801938783.issue22587@psf.upfronthosting.co.za> Antoine Pitrou added the comment: +1 for raising TypeError, but I think this should only be changed in 3.5, since we don't want to break code in a bugfix release. ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 22:01:25 2014 From: report at bugs.python.org (Martin Taibr) Date: Fri, 10 Oct 2014 20:01:25 +0000 Subject: [issue20010] time.strftime('%z') didn't make +HHMM return in windows xp In-Reply-To: <1387319931.23.0.412917689607.issue20010@psf.upfronthosting.co.za> Message-ID: <1412971285.97.0.146549487404.issue20010@psf.upfronthosting.co.za> Martin Taibr added the comment: Same behavior on Windows 8.1. Possible workaround: >>> from datetime import datetime >>> from dateutil import tz >>> datetime.now(tz.tzlocal()).strftime('%z') '+0200' ---------- nosy: +martin-t _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 22:02:08 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 10 Oct 2014 20:02:08 +0000 Subject: [issue22603] Fix a typo in the contextlib docs In-Reply-To: <1412950855.37.0.697609134038.issue22603@psf.upfronthosting.co.za> Message-ID: <20141010200058.39544.50116@psf.io> Roundup Robot added the comment: New changeset b81443d9c64a by Terry Jan Reedy in branch '3.4': Issue 22603: add missing 'self'. Patch by Francisco Fern?ndez Casta?o. https://hg.python.org/cpython/rev/b81443d9c64a ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 22:07:47 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 10 Oct 2014 20:07:47 +0000 Subject: [issue22588] memory corrupted in test_capi refleaks test In-Reply-To: <1412968099.12.0.576798624862.issue22588@psf.upfronthosting.co.za> Message-ID: STINNER Victor added the comment: Please open a new issue, this one is closed. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 22:09:21 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 10 Oct 2014 20:09:21 +0000 Subject: [issue22603] Fix a typo in the contextlib docs In-Reply-To: <1412950855.37.0.697609134038.issue22603@psf.upfronthosting.co.za> Message-ID: <1412971761.32.0.141972482947.issue22603@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Thanks. Should you be alphabetized in our ACKS file under Ca... or Fe...? ---------- resolution: -> fixed stage: commit review -> resolved _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 22:12:06 2014 From: report at bugs.python.org (Zachary Ware) Date: Fri, 10 Oct 2014 20:12:06 +0000 Subject: [issue15414] os.path.join behavior on Windows (ntpath.join) is unexpected and not well documented In-Reply-To: <1342903268.21.0.193498975528.issue15414@psf.upfronthosting.co.za> Message-ID: <1412971926.19.0.745105403312.issue15414@psf.upfronthosting.co.za> Zachary Ware added the comment: Dave, your patch is a significant improvement on the accuracy of the current doc, but the whole paragraph seems somewhat haphazard and confusing to me. Here's my own attempt to clean it up, though I'm not certain just how much improvement it is :) ---------- nosy: +zach.ware Added file: http://bugs.python.org/file36872/issue15414.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 22:13:13 2014 From: report at bugs.python.org (Zachary Ware) Date: Fri, 10 Oct 2014 20:13:13 +0000 Subject: [issue15414] os.path.join behavior on Windows (ntpath.join) is not well documented In-Reply-To: <1342903268.21.0.193498975528.issue15414@psf.upfronthosting.co.za> Message-ID: <1412971993.33.0.55268215741.issue15414@psf.upfronthosting.co.za> Changes by Zachary Ware : ---------- title: os.path.join behavior on Windows (ntpath.join) is unexpected and not well documented -> os.path.join behavior on Windows (ntpath.join) is not well documented _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 22:21:53 2014 From: report at bugs.python.org (=?utf-8?q?Francisco_Fern=C3=A1ndez_Casta=C3=B1o?=) Date: Fri, 10 Oct 2014 20:21:53 +0000 Subject: [issue22603] Fix a typo in the contextlib docs In-Reply-To: <1412950855.37.0.697609134038.issue22603@psf.upfronthosting.co.za> Message-ID: <1412972513.51.0.00946516989746.issue22603@psf.upfronthosting.co.za> Francisco Fern?ndez Casta?o added the comment: Under Fern?ndez it's ok. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 22:24:53 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 10 Oct 2014 20:24:53 +0000 Subject: [issue15414] os.path.join behavior on Windows (ntpath.join) is not well documented In-Reply-To: <1342903268.21.0.193498975528.issue15414@psf.upfronthosting.co.za> Message-ID: <1412972693.2.0.383114705168.issue15414@psf.upfronthosting.co.za> R. David Murray added the comment: I'd say it was definitely an improvement in terms of comprehensibility. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 22:26:40 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 10 Oct 2014 20:26:40 +0000 Subject: [issue20152] Derby #15: Convert 50 sites to Argument Clinic across 9 files In-Reply-To: <1389039493.34.0.923814328387.issue20152@psf.upfronthosting.co.za> Message-ID: <20141010202635.39530.93725@psf.io> Roundup Robot added the comment: New changeset f7ab0884467e by Brett Cannon in branch 'default': Issue #20152: Port the array module to Argument Clinic. https://hg.python.org/cpython/rev/f7ab0884467e ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 22:27:10 2014 From: report at bugs.python.org (Brett Cannon) Date: Fri, 10 Oct 2014 20:27:10 +0000 Subject: [issue20152] Derby #15: Convert 50 sites to Argument Clinic across 9 files In-Reply-To: <1389039493.34.0.923814328387.issue20152@psf.upfronthosting.co.za> Message-ID: <1412972830.69.0.0455955672649.issue20152@psf.upfronthosting.co.za> Brett Cannon added the comment: Only ones left are: - fcntl - cmath Both no longer apply cleanly. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 22:48:45 2014 From: report at bugs.python.org (Claudiu Popa) Date: Fri, 10 Oct 2014 20:48:45 +0000 Subject: [issue22606] Inconsistency between Python 2 and PyPy regarding future imports Message-ID: <1412974125.28.0.470692866106.issue22606@psf.upfronthosting.co.za> New submission from Claudiu Popa: Hi, The following code gives similar errors for both PyPy and Python 2 when called, but totally different AST objects. Given the following code, PyPy says that `print(4)` is an _ast.Print, while Python 2 believes that it is an _ast.Expr (which wraps a Call). This behaviour is wrong, Python 2 shouldn't extrapolate further if the __future__ is misplaced. from ast import parse bad = """ a = 1 from __future__ import print_function print(4) """ x = parse(bad) print(x.body[2]) Brett, I added you on this as nosy, since I discovered this bug while debugging your print-statement pull request, so I thought you should know. :-) ---------- messages: 229037 nosy: Claudiu.Popa, brett.cannon priority: normal severity: normal status: open title: Inconsistency between Python 2 and PyPy regarding future imports type: behavior versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 22:54:20 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 10 Oct 2014 20:54:20 +0000 Subject: [issue22603] Fix a typo in the contextlib docs In-Reply-To: <1412950855.37.0.697609134038.issue22603@psf.upfronthosting.co.za> Message-ID: <20141010205416.19948.37101@psf.io> Roundup Robot added the comment: New changeset 50bedeffec2f by Terry Jan Reedy in branch '3.4': Issue 22603: add Francisco Fern?ndez Casta?o to ACKS. https://hg.python.org/cpython/rev/50bedeffec2f ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 22:55:03 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 10 Oct 2014 20:55:03 +0000 Subject: [issue22603] Fix a typo in the contextlib docs In-Reply-To: <1412950855.37.0.697609134038.issue22603@psf.upfronthosting.co.za> Message-ID: <1412974503.4.0.296387590088.issue22603@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 23:06:24 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 10 Oct 2014 21:06:24 +0000 Subject: [issue15414] os.path.join behavior on Windows (ntpath.join) is not well documented In-Reply-To: <1342903268.21.0.193498975528.issue15414@psf.upfronthosting.co.za> Message-ID: <20141010210615.58877.64719@psf.io> Roundup Robot added the comment: New changeset 05274a517b37 by Zachary Ware in branch '2.7': Issue #15414: Clean and correct the os.path.join docs. https://hg.python.org/cpython/rev/05274a517b37 New changeset c9c6082d4f9b by Zachary Ware in branch '3.4': Issue #15414: Clean and correct the os.path.join docs. https://hg.python.org/cpython/rev/c9c6082d4f9b New changeset e57f93c681a6 by Zachary Ware in branch 'default': Closes #15414: Merge with 3.4 https://hg.python.org/cpython/rev/e57f93c681a6 ---------- nosy: +python-dev resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 23:10:00 2014 From: report at bugs.python.org (Zachary Ware) Date: Fri, 10 Oct 2014 21:10:00 +0000 Subject: [issue15414] os.path.join behavior on Windows (ntpath.join) is not well documented In-Reply-To: <1342903268.21.0.193498975528.issue15414@psf.upfronthosting.co.za> Message-ID: <1412975400.93.0.931396504123.issue15414@psf.upfronthosting.co.za> Zachary Ware added the comment: Committed, with better line wrapping. Thank you Dave Sawyer for the initial patch, and RDM for the review. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 23:57:44 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 10 Oct 2014 21:57:44 +0000 Subject: [issue22604] assertion error in complex division In-Reply-To: <1412955313.16.0.545983222946.issue22604@psf.upfronthosting.co.za> Message-ID: <20141010215739.58883.33263@psf.io> Roundup Robot added the comment: New changeset 0c8f45caf697 by Antoine Pitrou in branch '3.4': Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). https://hg.python.org/cpython/rev/0c8f45caf697 New changeset af0104aed5b1 by Antoine Pitrou in branch 'default': Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). https://hg.python.org/cpython/rev/af0104aed5b1 New changeset cd4ecaf38283 by Antoine Pitrou in branch '2.7': Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). https://hg.python.org/cpython/rev/cd4ecaf38283 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 10 23:58:19 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 10 Oct 2014 21:58:19 +0000 Subject: [issue22604] assertion error in complex division In-Reply-To: <1412955313.16.0.545983222946.issue22604@psf.upfronthosting.co.za> Message-ID: <1412978299.36.0.800542396237.issue22604@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Ok, I've committed the patch. Let's just see if the buildbots behave. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 01:20:21 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 10 Oct 2014 23:20:21 +0000 Subject: [issue22604] assertion error in complex division In-Reply-To: <1412955313.16.0.545983222946.issue22604@psf.upfronthosting.co.za> Message-ID: <1412983221.26.0.887651502653.issue22604@psf.upfronthosting.co.za> Antoine Pitrou added the comment: They seem to have behaved! Congratulations, buildbots! ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 01:24:05 2014 From: report at bugs.python.org (Rishi) Date: Fri, 10 Oct 2014 23:24:05 +0000 Subject: [issue22351] NNTP constructor exception leaves socket for garbage collector In-Reply-To: <1410062828.01.0.535616885323.issue22351@psf.upfronthosting.co.za> Message-ID: <1412983445.1.0.391097911519.issue22351@psf.upfronthosting.co.za> Rishi added the comment: patch updated based on comments. ---------- Added file: http://bugs.python.org/file36873/issue22351_2.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 01:24:51 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 10 Oct 2014 23:24:51 +0000 Subject: [issue5804] Add an 'offset' argument to zlib.decompress In-Reply-To: <1240307503.01.0.128578916914.issue5804@psf.upfronthosting.co.za> Message-ID: <1412983491.93.0.628428598528.issue5804@psf.upfronthosting.co.za> R. David Murray added the comment: Moving this from commit review back to no selection, since there doesn't yet seem to be an agreement on an API. ---------- nosy: +r.david.murray stage: commit review -> versions: +Python 3.5 -Python 3.2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 01:35:03 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 10 Oct 2014 23:35:03 +0000 Subject: [issue21986] Idle: disable pickleability of user code objects In-Reply-To: <1405469623.84.0.281722062447.issue21986@psf.upfronthosting.co.za> Message-ID: <20141010233458.58889.13028@psf.io> Roundup Robot added the comment: New changeset 90c62e1f3658 by Terry Jan Reedy in branch '3.4': Issue #21986: Idle now matches interpreter in not pickling user code objects. https://hg.python.org/cpython/rev/90c62e1f3658 New changeset cb94764bf8be by Terry Jan Reedy in branch 'default': Merge with 3.4: #21986, don't pickle user code objects. https://hg.python.org/cpython/rev/cb94764bf8be ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 01:36:05 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 10 Oct 2014 23:36:05 +0000 Subject: [issue14537] "Fatal Python error: Cannot recover from stack overflow." with SymPy test suite In-Reply-To: <1333997313.25.0.0460793555995.issue14537@psf.upfronthosting.co.za> Message-ID: <1412984165.02.0.306607758959.issue14537@psf.upfronthosting.co.za> R. David Murray added the comment: This code fragment doesn't seem to exist any more. Since there's no test case, I'm going to close this. I presume it is no longer a problem for SymPy, since there's been no followup. ---------- nosy: +brett.cannon, r.david.murray resolution: -> out of date stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 01:39:54 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 10 Oct 2014 23:39:54 +0000 Subject: [issue21986] Idle: disable pickleability of user code objects In-Reply-To: <1405469623.84.0.281722062447.issue21986@psf.upfronthosting.co.za> Message-ID: <1412984394.21.0.449388216585.issue21986@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Code objects get wrapped in 3 tuple layers before being 'pickled', so a private dispatch is the easiet solution. Since copyreg.dispatch_table has only two items to copy, I pushed a version of the first patch. Since private dispatch tables are new in 3.3 and not in 2.7, I withdraw the idea of patching 2.7. ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 01:40:04 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 10 Oct 2014 23:40:04 +0000 Subject: [issue21986] Idle: disable pickleability of user code objects In-Reply-To: <1405469623.84.0.281722062447.issue21986@psf.upfronthosting.co.za> Message-ID: <1412984404.63.0.621988208471.issue21986@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- assignee: -> terry.reedy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 01:41:45 2014 From: report at bugs.python.org (Aaron Meurer) Date: Fri, 10 Oct 2014 23:41:45 +0000 Subject: [issue14537] "Fatal Python error: Cannot recover from stack overflow." with SymPy test suite In-Reply-To: <1333997313.25.0.0460793555995.issue14537@psf.upfronthosting.co.za> Message-ID: <1412984505.55.0.625986303132.issue14537@psf.upfronthosting.co.za> Aaron Meurer added the comment: The OP describes how to get the original code. Anyway, the issue was definitely fixed. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 01:42:18 2014 From: report at bugs.python.org (Aaron Meurer) Date: Fri, 10 Oct 2014 23:42:18 +0000 Subject: [issue14537] "Fatal Python error: Cannot recover from stack overflow." with SymPy test suite In-Reply-To: <1333997313.25.0.0460793555995.issue14537@psf.upfronthosting.co.za> Message-ID: <1412984538.42.0.357185184611.issue14537@psf.upfronthosting.co.za> Aaron Meurer added the comment: Or do you mean the code in CPython doesn't exist any more? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 01:51:14 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 10 Oct 2014 23:51:14 +0000 Subject: [issue16728] Missing cross-reference in sequence glossary entry In-Reply-To: <1355919289.81.0.186820029813.issue16728@psf.upfronthosting.co.za> Message-ID: <1412985074.56.0.811686699493.issue16728@psf.upfronthosting.co.za> R. David Murray added the comment: Looks like this was left open for post-commit review, but since no one has objected (and it looks fine to me) I'm going to close it. ---------- nosy: +r.david.murray resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 01:59:52 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 10 Oct 2014 23:59:52 +0000 Subject: [issue14537] "Fatal Python error: Cannot recover from stack overflow." with SymPy test suite In-Reply-To: <1333997313.25.0.0460793555995.issue14537@psf.upfronthosting.co.za> Message-ID: <1412985592.14.0.576539565029.issue14537@psf.upfronthosting.co.za> R. David Murray added the comment: Yes, it appears that the code does not exist in import.c any more. When I said "test case", I meant "unit test", sorry. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 02:47:28 2014 From: report at bugs.python.org (Zachary Ware) Date: Sat, 11 Oct 2014 00:47:28 +0000 Subject: [issue1669539] Add os.path.isrelative() and improve ntpath.isabs() Message-ID: <1412988448.52.0.563922922856.issue1669539@psf.upfronthosting.co.za> Zachary Ware added the comment: To kick this along a bit, do the following testcases seem like the right behavior to others, based on Mark Hammond's roadmap in msg51983? If there's some agreement, I'll work on getting a modernized patch put together. # currently (3.4) assertTrue(ntpath.isabs(r"\driveless\halfbreed")) assertFalse(ntpath.isabs(r"D:rived\halfbreed")) assertTrue(ntpath.isabs(r"\\any\UNC\path")) assertTrue(ntpath.isabs(r"O:\bviously\absolute")) assertFalse(ntpath.isabs(r"obviously\relative")) # 3.5 # Halfbreeds are not relative, keep same isabs behavior but warn with assertWarnsRegex(FutureWarning, "will return False in 3.6"): assertTrue(ntpath.isabs(r"\driveless\halfbreed")) # same behavior assertFalse(ntpath.isabs(r"D:rived\halfbreed")) assertTrue(ntpath.isabs(r"\\any\UNC\path")) assertTrue(ntpath.isabs(r"O:\bviously\absolute")) assertFalse(ntpath.isabs(r"obviously\relative")) # new functions assertFalse(ntpath.isrelative(r"\driveless\halfbreed")) assertFalse(ntpath.isrelative(r"D:rived\halfbreed")) assertFalse(ntpath.isrelative(r"\\any\UNC\path")) assertFalse(ntpath.isrelative(r"O:\bviously\absolute")) assertTrue(ntpath.isrelative(r"obviously\relative")) assertTrue(posixpath.isrelative("foo/bar")) assertTrue(macpath.isrelative(":foo:bar")) assertTrue(macpath.isrelative("foobar")) # 3.6 assertFalse(ntpath.isabs(r"\driveless\halfbreed")) # all else the same I'll note that this is a bit extra complicated by the fact that MS calls r"\driveless\halfbreed" an "absolute path", see http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247%28v=vs.100%29.aspx#fully_qualified_vs._relative_paths That gives me the impression that Windows has notions of "fully qualified" paths (r"C:\foo", "C:\\", r"\\any\UNC\path"), absolute paths (r"\foo", etc.), and relative paths (r"foo\bar", "C:foo", and annoyingly, "C:\foo\..\bar"). My opinion is that we should just declare "we don't quite agree with MS on this one" and go with the semantics outlined above, though we're currently mostly in agreement with them. ---------- nosy: +zach.ware _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 02:58:50 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 11 Oct 2014 00:58:50 +0000 Subject: [issue22605] memcpy(NULL, NULL, 0) in array_new() In-Reply-To: <1412968703.77.0.12128732374.issue22605@psf.upfronthosting.co.za> Message-ID: <20141011005847.39546.59073@psf.io> Roundup Robot added the comment: New changeset 4563fff4e099 by Benjamin Peterson in branch '3.4': prevent passing NULL to memcpy (closes #22605) https://hg.python.org/cpython/rev/4563fff4e099 New changeset 8165e44594c2 by Benjamin Peterson in branch 'default': merge 3.4 (closes #22605) https://hg.python.org/cpython/rev/8165e44594c2 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 03:09:19 2014 From: report at bugs.python.org (Benjamin Peterson) Date: Sat, 11 Oct 2014 01:09:19 +0000 Subject: [issue22559] [backport] ssl.MemoryBIO In-Reply-To: <1412540756.02.0.793381062078.issue22559@psf.upfronthosting.co.za> Message-ID: <1412989759.61.0.466503721355.issue22559@psf.upfronthosting.co.za> Benjamin Peterson added the comment: Since this is such a new feature (not even released in 3.x), I don't think we should put it in 2.7.9. ---------- nosy: +benjamin.peterson _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 04:36:12 2014 From: report at bugs.python.org (Berker Peksag) Date: Sat, 11 Oct 2014 02:36:12 +0000 Subject: [issue21052] Consider dropping ImportWarning for empty sys.path_hooks and sys.meta_path In-Reply-To: <1395681608.6.0.965988272103.issue21052@psf.upfronthosting.co.za> Message-ID: <1412994972.74.0.63262922006.issue21052@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- stage: test needed -> resolved _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 05:20:45 2014 From: report at bugs.python.org (C Fraire) Date: Sat, 11 Oct 2014 03:20:45 +0000 Subject: [issue5305] imaplib should support international mailbox names In-Reply-To: <1234935371.11.0.35650041724.issue5305@psf.upfronthosting.co.za> Message-ID: <1412997645.13.0.519505987244.issue5305@psf.upfronthosting.co.za> C Fraire added the comment: >> the twisted imap API is problematic for imaplib because twisted seems to expect its arguments to already be Python unicode. >Could you elaborate on this? As far as I can tell, it works fine: I wasn't addressing encode/decode specifically. Both twisted and PloneMailList offer implementations with same encoding name, "imap4-utf-7". I meant that it's difficult for the twisted API to inform what might be done for imaplib since twisted takes full unicode but imaplib expects only unicode-ASCII subset. The first part of jamesh's original issue is just encoder/decoder, so either twisted or PloneMailList would seem to suffice. I was addressing jamesh's second part whether "optionally if imaplib would perform the encoding and decoding at the appropriate points." Point 2 of my response seems the more difficult. imaplib list and lsub return str instances with ASCII + utf-7 stuffed together. (twisted avoids this by returning tuples of unicode, if I understand correctly). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 06:46:03 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 11 Oct 2014 04:46:03 +0000 Subject: [issue22489] .gitignore file In-Reply-To: <1411607096.09.0.0618020522514.issue22489@psf.upfronthosting.co.za> Message-ID: <20141011044600.39520.72153@psf.io> Roundup Robot added the comment: New changeset 5f98d239db8c by Zachary Ware in branch 'default': Issue #22489: Update .gitignore to ignore Windows build output. https://hg.python.org/cpython/rev/5f98d239db8c ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 06:47:37 2014 From: report at bugs.python.org (Zachary Ware) Date: Sat, 11 Oct 2014 04:47:37 +0000 Subject: [issue22489] .gitignore file In-Reply-To: <1411607096.09.0.0618020522514.issue22489@psf.upfronthosting.co.za> Message-ID: <1413002857.38.0.153434849089.issue22489@psf.upfronthosting.co.za> Zachary Ware added the comment: Fixed, with a few changes based on the .hgignore file. Thanks for the patch, Robert. ---------- assignee: -> zach.ware resolution: -> fixed stage: -> resolved status: open -> closed type: -> enhancement versions: +Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 07:34:38 2014 From: report at bugs.python.org (Zachary Ware) Date: Sat, 11 Oct 2014 05:34:38 +0000 Subject: [issue9949] os.path.realpath on Windows does not follow symbolic links In-Reply-To: <1285426994.28.0.192028764756.issue9949@psf.upfronthosting.co.za> Message-ID: <1413005678.55.0.405241802654.issue9949@psf.upfronthosting.co.za> Zachary Ware added the comment: Daniel: It's taken two years, but I've reviewed your patch :). There are a few things that need to be addressed, but the basic change looks pretty good. If you're still interested in seeing this fixed, I look forward to reviewing an updated patch; otherwise, I'll try to pick this up myself soon. ---------- versions: +Python 3.5 -Python 2.7, Python 3.3, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 08:35:38 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Sat, 11 Oct 2014 06:35:38 +0000 Subject: [issue22389] Add contextlib.redirect_stderr() In-Reply-To: <1410445513.66.0.871890162607.issue22389@psf.upfronthosting.co.za> Message-ID: <1413009338.43.0.773882432979.issue22389@psf.upfronthosting.co.za> Changes by Raymond Hettinger : ---------- assignee: ncoghlan -> rhettinger _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 08:44:57 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 11 Oct 2014 06:44:57 +0000 Subject: [issue21907] Update Windows build batch scripts In-Reply-To: <1404328602.32.0.540869349126.issue21907@psf.upfronthosting.co.za> Message-ID: <20141011064454.58883.11016@psf.io> Roundup Robot added the comment: New changeset f592a4073672 by Zachary Ware in branch 'default': Issue #21907: Try to make the pre-Vista Windows buildbots happier. https://hg.python.org/cpython/rev/f592a4073672 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 08:50:31 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Sat, 11 Oct 2014 06:50:31 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1413010231.38.0.327466026643.issue22515@psf.upfronthosting.co.za> Changes by Raymond Hettinger : ---------- assignee: -> rhettinger _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 08:50:44 2014 From: report at bugs.python.org (Zachary Ware) Date: Sat, 11 Oct 2014 06:50:44 +0000 Subject: [issue17667] Windows: build with "build_pgo.bat -2" fails to optimize python.dll In-Reply-To: <1365444634.63.0.621793850181.issue17667@psf.upfronthosting.co.za> Message-ID: <1413010244.32.0.1940548529.issue17667@psf.upfronthosting.co.za> Zachary Ware added the comment: I think I'd rather see a blacklist than a whitelist; it should be much shorter and can be passed to regrtest with the "-x" option within build_pgo.bat. Since we officially discourage PGO with VS 2008 and 2010 (due to compiler bugs) anyway, marking this as low priority. ---------- nosy: +zach.ware priority: normal -> low _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 08:51:27 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Sat, 11 Oct 2014 06:51:27 +0000 Subject: [issue22533] Counter with no keys does not compare equal to Counter with keys which zero value In-Reply-To: <1412192943.35.0.438260267398.issue22533@psf.upfronthosting.co.za> Message-ID: <1413010287.17.0.96052720184.issue22533@psf.upfronthosting.co.za> Changes by Raymond Hettinger : ---------- assignee: -> rhettinger _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 08:59:41 2014 From: report at bugs.python.org (Berker Peksag) Date: Sat, 11 Oct 2014 06:59:41 +0000 Subject: [issue22389] Add contextlib.redirect_stderr() In-Reply-To: <1410445513.66.0.871890162607.issue22389@psf.upfronthosting.co.za> Message-ID: <1413010781.62.0.153684322959.issue22389@psf.upfronthosting.co.za> Berker Peksag added the comment: Good point. Patch updated. Thanks for the reviews! ---------- Added file: http://bugs.python.org/file36874/issue22389_v3.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 09:11:43 2014 From: report at bugs.python.org (Zachary Ware) Date: Sat, 11 Oct 2014 07:11:43 +0000 Subject: [issue22080] Add windows_helper module helper In-Reply-To: <1406378373.46.0.337360125553.issue22080@psf.upfronthosting.co.za> Message-ID: <1413011503.39.0.148028751662.issue22080@psf.upfronthosting.co.za> Zachary Ware added the comment: eryksun: You commented on my review comment; does Claudiu's latest patch look good to you? ---------- nosy: +eryksun _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 09:19:31 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Sat, 11 Oct 2014 07:19:31 +0000 Subject: [issue22533] Counter with no keys does not compare equal to Counter with keys which zero value In-Reply-To: <1412192943.35.0.438260267398.issue22533@psf.upfronthosting.co.za> Message-ID: <1413011971.52.0.871495479813.issue22533@psf.upfronthosting.co.za> Raymond Hettinger added the comment: > It is my thought that a Counter with all its keys set to zero > is as empty as a Counter with no keys If the counter were a stand-alone multiset or bag class, this might be a reasonable thing to do. However, for better or for worse, the design of the counter is primarily "a dict with a __missing__ that returns 0 and adds some handy methods useful in the context of dicts being used for counting". This gives it flexibility, simplicity, speed, and makes it more or less substitutable for regular dicts in functions that expect regular dicts. IIRC, this is the basic design that Guido endorsed when the idea of a counter was first proposed. > I agree it's sort of weird, but I feel like fixing it will > just break a ton of existing code. It is sort of weird, but that was the intended behavior (trying to keep the counter as dict-like as possible), and you're correct that changing it now would risk either breaking or substantially slowing code existing code. ---------- resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 09:37:32 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Sat, 11 Oct 2014 07:37:32 +0000 Subject: [issue22515] Implement partial order on Counter In-Reply-To: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za> Message-ID: <1413013052.42.0.0161958102107.issue22515@psf.upfronthosting.co.za> Raymond Hettinger added the comment: > I suggest implementing `Counter.__lt__` which will be a > partial order, similarly to `set.__lt__`. This would be reasonable if the counter were a strict stand-alone multiset or bag; however, the core design is much looser than that (supporting negative counts for example). It would be more accurate to think about the Counter as a dict that returns 0 for missing keys and has few extra methods that can be handy in the content of counting things. Accordingly, a partial ordering operator wouldn't be well-defined for some of the intended use cases. The addition of subset/superset operations was considered and rejected during the original design phase (the omission was intentional). It is better to leave this to the user to decide what they want to do and how they intend to do so. After all, it is as easily to work with as a regular dict. You can access it directly or subclass it to fit your own needs. The starting point for this class (when first proposed and endorsed by Guido) was: class Counter(dict): def __missing__(self, key): return 0 That core idea is dirt simple and it is not hard to build your own variants if the one in collections doesn't meet your needs. ---------- resolution: -> rejected status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 10:02:00 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Sat, 11 Oct 2014 08:02:00 +0000 Subject: [issue22001] containers "same" does not always mean "__eq__". In-Reply-To: <1405625961.78.0.30088981548.issue22001@psf.upfronthosting.co.za> Message-ID: <1413014520.88.0.755655422388.issue22001@psf.upfronthosting.co.za> Raymond Hettinger added the comment: > Ah... "be the same object or compare equal" sounds much better. Yes, the plain language is clear and reads nicely. > We can't say "will normally", since we don't know about > the infinite number of possible container types that people > might create. The most we can say is that *builtin* container > types will [assuming that this is the intent] or that general > containers *may*. "general containers may" is most accurate. > Several suggested changes: Jim, can you propose a much more minimal edit? As you pointed-out, the underlying logic is "containers are permitted to (and generally do) read "same as" as "is or __eq__". I don't think we should say much more than that in the section on expressions. Any notes on NaNs should probably be in a section talking about the float type. The weirdness of NaNs is a feature of the NaNs, not a feature of the entire language. We definitely don't want a NaN note added to the documentation of every container. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 10:31:29 2014 From: report at bugs.python.org (Xavier de Gaye) Date: Sat, 11 Oct 2014 08:31:29 +0000 Subject: [issue22607] find by dichotomy the failing test Message-ID: <1413016289.65.0.402088984068.issue22607@psf.upfronthosting.co.za> New submission from Xavier de Gaye: This issue stems from issue 22588. See message 228968 for the rationale: Automatize the dichotomy process used to to identify memory leaks, crash, reference leak, resource leak, etc. in a failing test. ---------- components: Tests messages: 229067 nosy: haypo, xdegaye priority: normal severity: normal status: open title: find by dichotomy the failing test type: enhancement versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 10:32:44 2014 From: report at bugs.python.org (Xavier de Gaye) Date: Sat, 11 Oct 2014 08:32:44 +0000 Subject: [issue22607] find by dichotomy the failing test In-Reply-To: <1413016289.65.0.402088984068.issue22607@psf.upfronthosting.co.za> Message-ID: <1413016364.22.0.844246697437.issue22607@psf.upfronthosting.co.za> Xavier de Gaye added the comment: See msg 228968 for the rationale. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 10:39:26 2014 From: report at bugs.python.org (Xavier de Gaye) Date: Sat, 11 Oct 2014 08:39:26 +0000 Subject: [issue22607] find by dichotomy the failing test In-Reply-To: <1413016289.65.0.402088984068.issue22607@psf.upfronthosting.co.za> Message-ID: <1413016766.74.0.250429853866.issue22607@psf.upfronthosting.co.za> Xavier de Gaye added the comment: With the attached patch (the patch does reintroduce the bug in 'test_incref_decref_API' of issue 22588 for testing purposes), it is possible to find the failing subtest rapidly: After identifying the failing test, print the list of subtests in this test and their number (35 subsets): $ export SUBTEST_RANGE="[]" $ ./python -m test -m test__testcapi test_capi Then run: $ ./python -m test -m test__testcapi -R 23:23 test_capi after modifying, each time, the range of subtests to execute, with: $ export SUBTEST_RANGE="range(1,18)" # tests 1-17 result: fail $ export SUBTEST_RANGE="range(1,9)" # tests 1-8 result: pass $ export SUBTEST_RANGE="range(9,13)" # tests 9-12 result: fail $ export SUBTEST_RANGE="range(9,11)" # tests 9-10 result: fail $ export SUBTEST_RANGE="[9]" # so it must be test #9, check it now The strong limitation with this solution is that the subTest context manager must now be enclosed in a 'try except unittest.SkipTest' clause and that the context manager is used more than 100 times in the test suite. ---------- keywords: +patch Added file: http://bugs.python.org/file36875/subtest_in_range.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 11:07:22 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 11 Oct 2014 09:07:22 +0000 Subject: [issue22607] find by dichotomy the failing test In-Reply-To: <1413016289.65.0.402088984068.issue22607@psf.upfronthosting.co.za> Message-ID: <1413018442.05.0.51459503694.issue22607@psf.upfronthosting.co.za> Georg Brandl added the comment: I don't think this feature is generally useful enough to be included. * Since you need to modify the test code anyway (adding the try-except), it is probably just as much work to do the selection there. * Why only add selection of subtests, and not of all tests? In addition, the patch would have to be reworked: eval()ing an environment variable is not acceptable. BTW, I think the commonly used term for this is "bisection". ---------- nosy: +georg.brandl, michael.foord _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 11:43:46 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Sat, 11 Oct 2014 09:43:46 +0000 Subject: [issue22218] Fix more compiler warnings "comparison between signed and unsigned integers" In-Reply-To: <1408296679.77.0.83853794909.issue22218@psf.upfronthosting.co.za> Message-ID: <1413020626.39.0.880564922415.issue22218@psf.upfronthosting.co.za> St?phane Wirtel added the comment: Hi Victor, Here is a small patch for the unicodeobject.c file. I am not sure if it's the correct solution to this problem, but for me, the size parameter should be a unsigned long and not a signed. ---------- nosy: +matrixise Added file: http://bugs.python.org/file36876/fix_warning_unicodeobject.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 11:50:44 2014 From: report at bugs.python.org (STINNER Victor) Date: Sat, 11 Oct 2014 09:50:44 +0000 Subject: [issue22607] find by dichotomy the failing test In-Reply-To: <1413018442.05.0.51459503694.issue22607@psf.upfronthosting.co.za> Message-ID: STINNER Victor added the comment: I requested the feature because I regulary need bisect (once a month, or maybe two months). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 12:03:04 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 11 Oct 2014 10:03:04 +0000 Subject: [issue22607] find by dichotomy the failing test In-Reply-To: <1413016289.65.0.402088984068.issue22607@psf.upfronthosting.co.za> Message-ID: <1413021784.82.0.41117269259.issue22607@psf.upfronthosting.co.za> Georg Brandl added the comment: > I requested the feature because I regulary need bisect (once a month, or maybe two months). Always within subtests? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 12:26:52 2014 From: report at bugs.python.org (Berker Peksag) Date: Sat, 11 Oct 2014 10:26:52 +0000 Subject: [issue21061] Is contextlib.redirect_stdout reentrant or not? In-Reply-To: <1395740166.01.0.738234296915.issue21061@psf.upfronthosting.co.za> Message-ID: <1413023212.63.0.846144254285.issue21061@psf.upfronthosting.co.za> Berker Peksag added the comment: Here is a simple patch to correct the redirect_stdout documentation. ---------- keywords: +patch nosy: +berker.peksag stage: -> patch review Added file: http://bugs.python.org/file36877/issue21061.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 13:23:01 2014 From: report at bugs.python.org (Urs Traber) Date: Sat, 11 Oct 2014 11:23:01 +0000 Subject: [issue22608] test_socket fails with sem_init: Too many open files Message-ID: <1413026581.56.0.334221063135.issue22608@psf.upfronthosting.co.za> New submission from Urs Traber: test_socke.py does not clean up its event objects used for synchronization. This may cause multiple such ERRORs (*): testLinebufferedWrite (__main__.LineBufferedFileObjectClassTestCase) ... sem_init: Too many open files ERROR Fixed by setting the allocated Event objects to None at the end of a test (see patch attached). *) e.g. on Digital UNIX with a default of maximal 4096 open files per process ---------- components: Tests files: test_socket.patch keywords: patch messages: 229075 nosy: Urs.Traber priority: normal severity: normal status: open title: test_socket fails with sem_init: Too many open files type: resource usage versions: Python 2.7 Added file: http://bugs.python.org/file36878/test_socket.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 14:04:09 2014 From: report at bugs.python.org (Evgeny Kapun) Date: Sat, 11 Oct 2014 12:04:09 +0000 Subject: [issue22609] Constructors of some mapping classes don't accept `self` keyword argument Message-ID: <1413029049.09.0.127316928921.issue22609@psf.upfronthosting.co.za> New submission from Evgeny Kapun: >>> import collections >>> collections.Counter(self=1) Traceback (most recent call last): File "", line 1, in TypeError: __init__() got multiple values for argument 'self' >>> collections.OrderedDict(self="test") Traceback (most recent call last): File "", line 1, in TypeError: __init__() got multiple values for argument 'self' >>> collections.UserDict(self="test") Traceback (most recent call last): File "", line 1, in TypeError: __init__() got multiple values for argument 'self' Python surely should have positional-only parameters. ---------- components: Library (Lib) messages: 229076 nosy: abacabadabacaba priority: normal severity: normal status: open title: Constructors of some mapping classes don't accept `self` keyword argument type: behavior versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 14:18:28 2014 From: report at bugs.python.org (Urs Traber) Date: Sat, 11 Oct 2014 12:18:28 +0000 Subject: [issue22610] test_ftplib fails with sem_init: Too many open files Message-ID: <1413029908.66.0.757580851096.issue22610@psf.upfronthosting.co.za> New submission from Urs Traber: same issue as http://bugs.python.org/issue22608 e.g. test_sanitize (__main__.TestTLS_FTPClassMixin) ... sem_init: Too many open files ERROR Fixed by setting the allocated Event objects to None when not needed anymore. ---------- components: Tests files: test_ftplib.patch keywords: patch messages: 229077 nosy: Urs.Traber priority: normal severity: normal status: open title: test_ftplib fails with sem_init: Too many open files type: resource usage versions: Python 2.7 Added file: http://bugs.python.org/file36879/test_ftplib.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 14:20:17 2014 From: report at bugs.python.org (Mark Dickinson) Date: Sat, 11 Oct 2014 12:20:17 +0000 Subject: [issue22609] Constructors of some mapping classes don't accept `self` keyword argument In-Reply-To: <1413029049.09.0.127316928921.issue22609@psf.upfronthosting.co.za> Message-ID: <1413030017.8.0.0735136808712.issue22609@psf.upfronthosting.co.za> Changes by Mark Dickinson : ---------- nosy: +mark.dickinson _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 14:23:41 2014 From: report at bugs.python.org (STINNER Victor) Date: Sat, 11 Oct 2014 12:23:41 +0000 Subject: [issue22601] asyncio: loop.run_forever() should consume exception of the temporary task In-Reply-To: <1412942853.71.0.75284740546.issue22601@psf.upfronthosting.co.za> Message-ID: <1413030221.35.0.305299416998.issue22601@psf.upfronthosting.co.za> STINNER Victor added the comment: I tried to reply to Guido on Rietveld but I got an HTTP error 500. Guido wrote: > LGTM. Cool, I will commit my change to Tulip & Python. > In the long run I think we'll need to revisit the decision to not catch > BaseException in a few places. There are quite a few issues around these, if the > app *does* catch them and keeps going there may be some confused states. There is at least another issue: #22429. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 14:26:53 2014 From: report at bugs.python.org (Ethan Furman) Date: Sat, 11 Oct 2014 12:26:53 +0000 Subject: [issue22609] Constructors of some mapping classes don't accept `self` keyword argument In-Reply-To: <1413029049.09.0.127316928921.issue22609@psf.upfronthosting.co.za> Message-ID: <1413030413.01.0.290300579023.issue22609@psf.upfronthosting.co.za> Changes by Ethan Furman : ---------- nosy: +ethan.furman _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 14:36:08 2014 From: report at bugs.python.org (STINNER Victor) Date: Sat, 11 Oct 2014 12:36:08 +0000 Subject: [issue22601] asyncio: loop.run_forever() should consume exception of the temporary task In-Reply-To: <1412942853.71.0.75284740546.issue22601@psf.upfronthosting.co.za> Message-ID: <1413030968.12.0.467490218847.issue22601@psf.upfronthosting.co.za> STINNER Victor added the comment: I pushed the commit to Tulip: changeset e610f1408243. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 14:36:40 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 11 Oct 2014 12:36:40 +0000 Subject: [issue22601] asyncio: loop.run_forever() should consume exception of the temporary task In-Reply-To: <1412942853.71.0.75284740546.issue22601@psf.upfronthosting.co.za> Message-ID: <20141011123633.19950.91530@psf.io> Roundup Robot added the comment: New changeset fb65b9ed8023 by Victor Stinner in branch '3.4': Issue #22601: run_forever() now consumes BaseException of the temporary task https://hg.python.org/cpython/rev/fb65b9ed8023 New changeset 8437e2bfe7a9 by Victor Stinner in branch 'default': (Merge 3.4) Issue #22601: run_forever() now consumes BaseException of the https://hg.python.org/cpython/rev/8437e2bfe7a9 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 14:36:59 2014 From: report at bugs.python.org (STINNER Victor) Date: Sat, 11 Oct 2014 12:36:59 +0000 Subject: [issue22601] asyncio: loop.run_forever() should consume exception of the temporary task In-Reply-To: <1412942853.71.0.75284740546.issue22601@psf.upfronthosting.co.za> Message-ID: <1413031019.78.0.273039935729.issue22601@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 14:38:29 2014 From: report at bugs.python.org (STINNER Victor) Date: Sat, 11 Oct 2014 12:38:29 +0000 Subject: [issue22480] SystemExit out of run_until_complete causes AttributeError when using python3 -m In-Reply-To: <1411557732.26.0.928658035687.issue22480@psf.upfronthosting.co.za> Message-ID: <1413031109.58.0.101477286223.issue22480@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 14:39:31 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 11 Oct 2014 12:39:31 +0000 Subject: [issue15569] Doc doc: incorrect description of some roles as format-only In-Reply-To: <1344302647.18.0.307450045197.issue15569@psf.upfronthosting.co.za> Message-ID: <20141011123924.39526.88859@psf.io> Roundup Robot added the comment: New changeset bef3ddfe5d09 by Georg Brandl in branch 'default': Closes #15569: some roles do create more than formatting https://hg.python.org/devguide/rev/bef3ddfe5d09 ---------- nosy: +python-dev resolution: -> fixed stage: needs patch -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 14:39:36 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 11 Oct 2014 12:39:36 +0000 Subject: [issue15569] Doc doc: incorrect description of some roles as format-only In-Reply-To: <1344302647.18.0.307450045197.issue15569@psf.upfronthosting.co.za> Message-ID: <1413031176.36.0.409540146123.issue15569@psf.upfronthosting.co.za> Georg Brandl added the comment: Thanks! ---------- nosy: +georg.brandl resolution: fixed -> stage: resolved -> needs patch status: closed -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 14:47:23 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 11 Oct 2014 12:47:23 +0000 Subject: [issue18959] Create a "Superseded modules" section in standard library ToC In-Reply-To: <1378559362.61.0.726437189184.issue18959@psf.upfronthosting.co.za> Message-ID: <1413031643.48.0.2574183007.issue18959@psf.upfronthosting.co.za> Georg Brandl added the comment: Thanks for the patch. ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 14:50:09 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 11 Oct 2014 12:50:09 +0000 Subject: [issue15569] Doc doc: incorrect description of some roles as format-only In-Reply-To: <1344302647.18.0.307450045197.issue15569@psf.upfronthosting.co.za> Message-ID: <1413031809.72.0.359628844948.issue15569@psf.upfronthosting.co.za> Changes by Georg Brandl : ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 14:51:24 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 11 Oct 2014 12:51:24 +0000 Subject: [issue21189] Broken link to patch In-Reply-To: <1397050976.2.0.0354182649484.issue21189@psf.upfronthosting.co.za> Message-ID: <1413031884.38.0.843377295491.issue21189@psf.upfronthosting.co.za> Georg Brandl added the comment: Ping? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 15:08:29 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 11 Oct 2014 13:08:29 +0000 Subject: [issue18959] Create a "Superseded modules" section in standard library ToC In-Reply-To: <1378559362.61.0.726437189184.issue18959@psf.upfronthosting.co.za> Message-ID: <20141011130826.58891.48154@psf.io> Roundup Robot added the comment: New changeset 7276bc0b0318 by Georg Brandl in branch '3.4': Closes #18959: move optparse and imp to new "superseded modules" chapter https://hg.python.org/cpython/rev/7276bc0b0318 ---------- nosy: +python-dev resolution: -> fixed stage: needs patch -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 15:08:29 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 11 Oct 2014 13:08:29 +0000 Subject: [issue21687] Py_SetPath: Path components separated by colons In-Reply-To: <1402154292.52.0.48898043171.issue21687@psf.upfronthosting.co.za> Message-ID: <20141011130826.58891.19767@psf.io> Roundup Robot added the comment: New changeset 2d150c01bf7e by Georg Brandl in branch '3.4': Closes #21687: delimiter in Py_SetPath is platform dependent https://hg.python.org/cpython/rev/2d150c01bf7e ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 15:08:29 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 11 Oct 2014 13:08:29 +0000 Subject: [issue21675] Library - Introduction - paragraph 5 - wrong ordering In-Reply-To: <1402025432.44.0.956815380297.issue21675@psf.upfronthosting.co.za> Message-ID: <20141011130826.58891.92580@psf.io> Roundup Robot added the comment: New changeset 52b9d79f6bfa by Georg Brandl in branch '3.4': Closes #21675: fix ordering of description in library intro https://hg.python.org/cpython/rev/52b9d79f6bfa ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 15:52:28 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Sat, 11 Oct 2014 13:52:28 +0000 Subject: [issue12916] Add inspect.splitdoc In-Reply-To: <1315326747.38.0.43030903994.issue12916@psf.upfronthosting.co.za> Message-ID: <1413035548.48.0.782129196476.issue12916@psf.upfronthosting.co.za> St?phane Wirtel added the comment: Hi all, Here is the last version of this patch for a review, the tests are ok. Thank you in advance for the time. Stephane ---------- Added file: http://bugs.python.org/file36880/issue12916-3.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 16:12:17 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 11 Oct 2014 14:12:17 +0000 Subject: [issue22609] Constructors of some mapping classes don't accept `self` keyword argument In-Reply-To: <1413029049.09.0.127316928921.issue22609@psf.upfronthosting.co.za> Message-ID: <1413036737.67.0.436239212437.issue22609@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Here is a patch. ---------- keywords: +patch nosy: +rhettinger, serhiy.storchaka stage: -> patch review versions: +Python 2.7, Python 3.5 Added file: http://bugs.python.org/file36881/collections_pos_only_params.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 16:22:36 2014 From: report at bugs.python.org (STINNER Victor) Date: Sat, 11 Oct 2014 14:22:36 +0000 Subject: [issue18643] add a fallback socketpair() implementation in test.support In-Reply-To: <1375531895.31.0.501848123953.issue18643@psf.upfronthosting.co.za> Message-ID: <1413037356.87.0.813250662432.issue18643@psf.upfronthosting.co.za> STINNER Victor added the comment: > In this case, socketpair-4.diff looks good to me. You can commit your patch in Python 3.5. Hey Charles-Fran?ois, can you commit your patch? I forgot that you did commited it yet, and I expected socket.socketpair() to be available on all platforms. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 16:28:31 2014 From: report at bugs.python.org (Ezio Melotti) Date: Sat, 11 Oct 2014 14:28:31 +0000 Subject: [issue22594] Add a link to the regex module in re documentation In-Reply-To: <1412927285.57.0.392292696343.issue22594@psf.upfronthosting.co.za> Message-ID: <1413037711.14.0.816402936864.issue22594@psf.upfronthosting.co.za> Ezio Melotti added the comment: +1 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 16:37:44 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 11 Oct 2014 14:37:44 +0000 Subject: [issue22607] find by dichotomy the failing test In-Reply-To: <1413016289.65.0.402088984068.issue22607@psf.upfronthosting.co.za> Message-ID: <1413038264.79.0.107623679595.issue22607@psf.upfronthosting.co.za> Changes by R. David Murray : ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 16:38:19 2014 From: report at bugs.python.org (Berker Peksag) Date: Sat, 11 Oct 2014 14:38:19 +0000 Subject: [issue22594] Add a link to the regex module in re documentation In-Reply-To: <1412927285.57.0.392292696343.issue22594@psf.upfronthosting.co.za> Message-ID: <1413038299.78.0.195674213562.issue22594@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- stage: -> needs patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 16:39:09 2014 From: report at bugs.python.org (Berker Peksag) Date: Sat, 11 Oct 2014 14:39:09 +0000 Subject: [issue15569] Doc doc: incorrect description of some roles as format-only In-Reply-To: <1344302647.18.0.307450045197.issue15569@psf.upfronthosting.co.za> Message-ID: <1413038349.56.0.621809586296.issue15569@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- stage: needs patch -> resolved _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 16:44:31 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 11 Oct 2014 14:44:31 +0000 Subject: [issue22608] test_socket fails with sem_init: Too many open files In-Reply-To: <1413026581.56.0.334221063135.issue22608@psf.upfronthosting.co.za> Message-ID: <1413038671.51.0.702986432765.issue22608@psf.upfronthosting.co.za> R. David Murray added the comment: I think this is a consequence of issue 11798. Since Events use filesystem based semaphores on FreeBSD (I think?), it seems reasonable to "fix" this in test_socket specifically in 2.7. ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 18:33:59 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 11 Oct 2014 16:33:59 +0000 Subject: [issue22611] pip needs ctypes Message-ID: <1413045239.87.0.575221009186.issue22611@psf.upfronthosting.co.za> New submission from Antoine Pitrou: I think a bit weird that pip needs ctypes inconditionally. Note the following traceback is on an Unix platform and ctypes seems imported by a... win32 shell coloring library! ====================================================================== FAIL: test_with_pip (test.test_venv.EnsurePipTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/test_venv.py", line 356, in test_with_pip with_pip=True) subprocess.CalledProcessError: Command '['/tmp/tmppsirrkh8/bin/python', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/test_venv.py", line 362, in test_with_pip self.fail(msg.format(exc, details)) AssertionError: Command '['/tmp/tmppsirrkh8/bin/python', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1 **Subprocess Output** Traceback (most recent call last): File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/runpy.py", line 170, in _run_module_as_main "__main__", mod_spec) File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/runpy.py", line 85, in _run_code exec(code, run_globals) File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/ensurepip/__main__.py", line 4, in ensurepip._main() File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/ensurepip/__init__.py", line 209, in _main default_pip=args.default_pip, File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/ensurepip/__init__.py", line 116, in bootstrap _run_pip(args + [p[0] for p in _PROJECTS], additional_paths) File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/ensurepip/__init__.py", line 40, in _run_pip import pip File "/tmp/tmpvhf7jjwp/pip-1.5.6-py2.py3-none-any.whl/pip/__init__.py", line 9, in File "/tmp/tmpvhf7jjwp/pip-1.5.6-py2.py3-none-any.whl/pip/log.py", line 9, in File "/tmp/tmpvhf7jjwp/pip-1.5.6-py2.py3-none-any.whl/pip/_vendor/colorama/__init__.py", line 2, in File "/tmp/tmpvhf7jjwp/pip-1.5.6-py2.py3-none-any.whl/pip/_vendor/colorama/initialise.py", line 5, in File "/tmp/tmpvhf7jjwp/pip-1.5.6-py2.py3-none-any.whl/pip/_vendor/colorama/ansitowin32.py", line 6, in File "/tmp/tmpvhf7jjwp/pip-1.5.6-py2.py3-none-any.whl/pip/_vendor/colorama/winterm.py", line 2, in File "/tmp/tmpvhf7jjwp/pip-1.5.6-py2.py3-none-any.whl/pip/_vendor/colorama/win32.py", line 7, in File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/ctypes/__init__.py", line 7, in from _ctypes import Union, Structure, Array ImportError: No module named '_ctypes' (from http://buildbot.python.org/all/builders/AMD64%20OpenIndiana%203.x/builds/8753/steps/test/logs/stdio) ---------- components: Demos and Tools, Library (Lib) messages: 229093 nosy: Marcus.Smith, dstufft, ncoghlan, pitrou, pmoore priority: normal severity: normal status: open title: pip needs ctypes versions: Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 18:35:07 2014 From: report at bugs.python.org (Donald Stufft) Date: Sat, 11 Oct 2014 16:35:07 +0000 Subject: [issue22611] pip needs ctypes In-Reply-To: <1413045239.87.0.575221009186.issue22611@psf.upfronthosting.co.za> Message-ID: <1413045307.47.0.132370834506.issue22611@psf.upfronthosting.co.za> Donald Stufft added the comment: This is no longer the case in the next version of pip. ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 18:43:26 2014 From: report at bugs.python.org (Xavier de Gaye) Date: Sat, 11 Oct 2014 16:43:26 +0000 Subject: [issue22607] find by dichotomy the failing test In-Reply-To: <1413016289.65.0.402088984068.issue22607@psf.upfronthosting.co.za> Message-ID: <1413045806.72.0.609193343161.issue22607@psf.upfronthosting.co.za> Xavier de Gaye added the comment: > With the attached patch (the patch does reintroduce the bug in 'test_incref_decref_API' of issue 22588 for testing purposes) Sorry for not being more explicit and for being lazy doing a copy paste from msg 229022: * this is not a patch, obviously a patch would not attempt to reintroduce a bug (as stated above), this is an experiment that you must 'patch' in order to test it (I did mention 'testing purposes' in this messagei, see above) * this was witten in msg 229022 in answer to "Does anyone know how to automatize the dichotomy process ?" from Victor * it only deals with subsets as a partial attempt to answer this question mostly because this is were most of the time is spent when investigating issue 22588 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 18:56:07 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Sat, 11 Oct 2014 16:56:07 +0000 Subject: [issue22609] Constructors of some mapping classes don't accept `self` keyword argument In-Reply-To: <1413029049.09.0.127316928921.issue22609@psf.upfronthosting.co.za> Message-ID: <1413046567.27.0.0118060676029.issue22609@psf.upfronthosting.co.za> Changes by Raymond Hettinger : ---------- assignee: -> rhettinger _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 18:56:21 2014 From: report at bugs.python.org (Xavier de Gaye) Date: Sat, 11 Oct 2014 16:56:21 +0000 Subject: [issue22607] find by dichotomy the failing test In-Reply-To: <1413016289.65.0.402088984068.issue22607@psf.upfronthosting.co.za> Message-ID: <1413046581.78.0.337430928396.issue22607@psf.upfronthosting.co.za> Xavier de Gaye added the comment: @ Georg Brandl > I don't think this feature is generally useful enough to be included. > > * Since you need to modify the test code anyway (adding the try-except), it is probably just as much work to do the selection there. You seem to be confusing the feature itself with the implementation. This feature is generally useful. The fact that there is an acceptable implementation is another matter (and subtest_in_range.diff is not an implementation). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 19:08:17 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 11 Oct 2014 17:08:17 +0000 Subject: [issue22607] find by dichotomy the failing test In-Reply-To: <1413016289.65.0.402088984068.issue22607@psf.upfronthosting.co.za> Message-ID: <1413047296.99.0.564327026295.issue22607@psf.upfronthosting.co.za> Georg Brandl added the comment: > You seem to be confusing the feature itself with the implementation. > The fact that there is an acceptable implementation is another matter > (and subtest_in_range.diff is not an implementation). You yourself were calling it a "solution". A feature proposal should either have a description of the new feature, or a patch. Since there is no feature description, I reviewed the patch as being an implementation of the desired feature. > This feature is generally useful. As described in the issue, I disagree. If the intended feature is more comprehensive, please supply an adequate description or a patch that implements it. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 19:10:02 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Sat, 11 Oct 2014 17:10:02 +0000 Subject: [issue22609] Constructors of some mapping classes don't accept `self` keyword argument In-Reply-To: <1413029049.09.0.127316928921.issue22609@psf.upfronthosting.co.za> Message-ID: <1413047402.35.0.715905650387.issue22609@psf.upfronthosting.co.za> Raymond Hettinger added the comment: I'll spend some time taking this one under consideration. Keyword arguments for dicts and dict-like classes are already somewhat limited (only non-keyword identifiers) that why Guido resisted adding them in the first place. And, in the context of OrderedDicts, they aren't really useful at all (because the order gets scrambled). I'm reluctant to make the number of changes required in order to support this corner case. The ship for Python 2.7 sailed a long time ago and it is risky to make changes like this. After the patch, the code is less readable, harder to get right, harder to maintain, and not as performant. On the other hand, adding "self" would be a nice-to-have, so it is worth thinking about. ---------- priority: normal -> low _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 19:11:07 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Sat, 11 Oct 2014 17:11:07 +0000 Subject: [issue21061] Is contextlib.redirect_stdout reentrant or not? In-Reply-To: <1395740166.01.0.738234296915.issue21061@psf.upfronthosting.co.za> Message-ID: <1413047467.21.0.181116830118.issue21061@psf.upfronthosting.co.za> Changes by Raymond Hettinger : ---------- assignee: docs at python -> rhettinger nosy: +rhettinger _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 19:11:30 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 11 Oct 2014 17:11:30 +0000 Subject: [issue22607] find by dichotomy the failing test In-Reply-To: <1413016289.65.0.402088984068.issue22607@psf.upfronthosting.co.za> Message-ID: <1413047490.1.0.691710998317.issue22607@psf.upfronthosting.co.za> Georg Brandl added the comment: > Sorry for not being more explicit and for being lazy doing a copy paste from msg 229022: I see, this was split off another issue (which was already closed). I agree that a bit more verbosity in the initial description would have prevented confusion :) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 19:20:47 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Sat, 11 Oct 2014 17:20:47 +0000 Subject: [issue21061] Is contextlib.redirect_stdout reentrant or not? In-Reply-To: <1395740166.01.0.738234296915.issue21061@psf.upfronthosting.co.za> Message-ID: <1413048047.83.0.74847266402.issue21061@psf.upfronthosting.co.za> Changes by Raymond Hettinger : ---------- assignee: rhettinger -> ncoghlan _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 19:33:20 2014 From: report at bugs.python.org (flying sheep) Date: Sat, 11 Oct 2014 17:33:20 +0000 Subject: [issue18234] Unicodedata module should provide access to codepoint aliases In-Reply-To: <1371428658.79.0.833817613364.issue18234@psf.upfronthosting.co.za> Message-ID: <1413048800.55.0.352501003851.issue18234@psf.upfronthosting.co.za> flying sheep added the comment: IDK if it came with unicode 7.0, but there is clarification: # Note that currently the only instances of multiple aliases of the same # type for a single code point are either of type "control" or "abbreviation". # An alias of type "abbreviation" can, in principle, be added for any code # point, although currently aliases of type "correction" do not have # any additional aliases of type "abbreviation". Such relationships # are not enforced by stability policies. it says ?currently?, so it isn?t guaranteed to stay that way, and other types could also be specified multiple times in the future. so as much as i?d like it if we could follow Alexander?s proposal, i think we shouldn?t extend the function that way if it would either return a name string, a default value, a list of aliases, or raise an exception: too complex. i think we should create: unicodedata.aliases(chr, type=(None|'correction'|'control'|'alternate'|'figment'|'abbreviation')) and make aliases(chr) return a dict with all aliases for the character, and make aliases(chr, type) return a list of aliases for that type (possibly empty) examples: aliases('\b') == {'control': ['BACKSPACE'], 'abbreviation': ['BS']} aliases('\b', 'control') == ['BACKSPACE'] aliases('b') == {} aliases('b', 'control') == [] --- alternative: when specifying a type, it?ll raise an error if no alias of this type exists. but because of the sparse nature of aliases i?m against that. ---------- nosy: +flying sheep _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 19:58:45 2014 From: report at bugs.python.org (flying sheep) Date: Sat, 11 Oct 2014 17:58:45 +0000 Subject: [issue22612] Add block info to unicodedata Message-ID: <1413050325.25.0.295627364762.issue22612@psf.upfronthosting.co.za> New submission from flying sheep: See also #6331. The repo https://github.com/nagisa/unicodeblocks contains pretty much the functionality i?d like to see: a way to get access to information about all blocks, and a way to get the block name a char is in. I propose to include something very similar to those two APIs in unicodedata: unicodedata.Block: class with start, end, and name property. its __contains__ should work for single-char-strings (which tests if that char is in the block) and for ints (which tests if the codepoint is in the block) maybe make it iterable over its chars? unicodedata.blocks: OrderedDict of str (block name) ? Block object mappings ordered by Block.start. then blocks.keys() would yield the names in order, and blocks.values() the block objects in order. unicodedata.block_of(chr, name_only=False): returns the Block object for which ?chr in block? is True, or its name. --- alternative: make the Block class an unfancy namedtuple without __contains__ method. --- Together with #18234, fixing this bug will complete UnicodeData support in python, i guess. ---------- messages: 229101 nosy: flying sheep priority: normal severity: normal status: open title: Add block info to unicodedata type: enhancement versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 20:36:13 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 11 Oct 2014 18:36:13 +0000 Subject: [issue9179] Lookback with group references incorrect (two issues?) In-Reply-To: <1278411814.72.0.368411829683.issue9179@psf.upfronthosting.co.za> Message-ID: <1413052573.5.0.792569989136.issue9179@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Here is a patch which fixes lookbacks with group references and with group conditionals. I have used Andrew's examples as the base for tests. ---------- assignee: -> serhiy.storchaka components: +Regular Expressions keywords: +patch nosy: +ezio.melotti stage: -> patch review versions: +Python 3.4, Python 3.5 -Python 2.6, Python 3.1, Python 3.2 Added file: http://bugs.python.org/file36882/re_getwidth.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 22:53:01 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 11 Oct 2014 20:53:01 +0000 Subject: [issue22598] Add mUTF-7 codec (UTF-7 modified for IMAP) In-Reply-To: <1412936657.2.0.48984767576.issue22598@psf.upfronthosting.co.za> Message-ID: <1413060781.43.0.262431799837.issue22598@psf.upfronthosting.co.za> Antoine Pitrou added the comment: See http://tools.ietf.org/html/rfc3501#section-5.1.3 Note how detailed the specification of "modified utf-7" is :-) ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 11 23:47:12 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sat, 11 Oct 2014 21:47:12 +0000 Subject: [issue20569] IDLE : Add clipboard history feature In-Reply-To: <1391913991.05.0.696306257044.issue20569@psf.upfronthosting.co.za> Message-ID: <1413064032.79.0.417070682354.issue20569@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- resolution: -> rejected stage: test needed -> resolved _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 00:17:23 2014 From: report at bugs.python.org (Zachary Ware) Date: Sat, 11 Oct 2014 22:17:23 +0000 Subject: [issue22613] Several minor doc issues Message-ID: <1413065843.62.0.682552430945.issue22613@psf.upfronthosting.co.za> New submission from Zachary Ware: >From docs@: """ Hello, First, I want to thank you for the useful and clear documentation of Python. Beeing a fanatic reader of it, sometimes I encounter some mistake (or it seems to me it is such). If this could bring some help, you will find in the attached file a list of points requiring attention. All the comments concern the official standard documentation of Python 3.4.0. With regards. Jacques Ducasse """ ---------- assignee: docs at python components: Documentation files: PythonDocErreurs141010.pdf keywords: easy messages: 229104 nosy: docs at python, zach.ware priority: normal severity: normal status: open title: Several minor doc issues type: enhancement versions: Python 3.4, Python 3.5 Added file: http://bugs.python.org/file36883/PythonDocErreurs141010.pdf _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 00:17:48 2014 From: report at bugs.python.org (Zachary Ware) Date: Sat, 11 Oct 2014 22:17:48 +0000 Subject: [issue22613] Several minor doc issues In-Reply-To: <1413065843.62.0.682552430945.issue22613@psf.upfronthosting.co.za> Message-ID: <1413065868.42.0.0728234756571.issue22613@psf.upfronthosting.co.za> Changes by Zachary Ware : ---------- stage: -> needs patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 00:18:00 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sat, 11 Oct 2014 22:18:00 +0000 Subject: [issue22614] Idle: problem in PyShellEditorWindow.color_breakpoint_text Message-ID: <1413065880.69.0.0818621344041.issue22614@psf.upfronthosting.co.za> New submission from Terry J. Reedy: In Jan 2014 in the opening messages of #20167, msg207599, Serhiy Storchaka reported that ./python -m idlelib.idle Lib/decimal.py opened the file on both 2.7 and 3.4 (beta) but that closing on 3.4 (but not 2.7) caused 'application closed' errors in Multicall .__del__ methods. These have been fixed and recently refixed. In msg228954, Serhiy reported a new problem, which I an transferring to this new issue, with 2.7 and 3.4 but not 3.5. ./python -m idlelib.idle Lib/decimal.py Traceback (most recent call last): File "/home/serhiy/py/cpython-3.4/Lib/runpy.py", line 170, in _run_module_as_main "__main__", mod_spec) File "/home/serhiy/py/cpython-3.4/Lib/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/serhiy/py/cpython-3.4/Lib/idlelib/idle.py", line 11, in idlelib.PyShell.main() File "/home/serhiy/py/cpython-3.4/Lib/idlelib/PyShell.py", line 1562, in main if flist.open(filename) is None: File "/home/serhiy/py/cpython-3.4/Lib/idlelib/FileList.py", line 36, in open edit = self.EditorWindow(self, filename, key) File "/home/serhiy/py/cpython-3.4/Lib/idlelib/PyShell.py", line 141, in __init__ self.color_breakpoint_text() File "/home/serhiy/py/cpython-3.4/Lib/idlelib/PyShell.py", line 159, in color_breakpoint_text self.text.tag_config('BREAK', cfg) AttributeError: 'NoneType' object has no attribute 'tag_config' Serhiy, you did not specify the particular binaries you used. I will assume recent. Versions: as far as I know, there are no idlelib code differences between 3.4 and default (3.5). I rechecked closed issues for patches pushed by someone else only to 3.5. So any behavior difference between 3.4 and 3.5 must by due to a difference in tkinter, another stdlib module, or python itself. What system? I do not reproduce on Win 7 with an Oct 9 build. When? If the command line worked for 2.7 in Jan and fails now, when did it start failing? If the command worked for 3.4 after the Feb patches and fails now, same question. How? You did not state, but in a later message implied that the file opened in the editor and the problem only happened when you closed, as with the January report. However, the traceback says that the problem occurred during initialization. According to Find in Files, the only call to color_breakpoint_text is that one __init__ call. I therefore do not understand your msg228957 comment "The code runs up to self.text.update() in restore_file_breaks() and runs further only after windows closing." restore_file_breaks is only called in two places. One is when file names are changed (which should not happen when closing an untouched file), the other is just before color_break during initialization. Here is the last part of PyShellEditorWindow.__init__. def filename_changed_hook(old_hook=self.io.filename_change_hook, self=self): self.restore_file_breaks() old_hook() self.io.set_filename_change_hook(filename_changed_hook) if self.io.filename: self.restore_file_breaks() self.color_breakpoint_text() You msg228958 comment that changing .update to .update_idletasks also puzzles me. According to the tkinter docstrings, the difference is that the latter does less (assuming that .update also clears non-user callbacks, whatever they are) update(self) Enter event loop until all pending events have been processed by Tcl. update_idletasks(self) Enter event loop until all idle callbacks have been called. This will update the display of windows but not process events caused by the user. During initialization, I would not expect there to be any user events. ---------- messages: 229105 nosy: serhiy.storchaka, terry.reedy priority: normal severity: normal stage: needs patch status: open title: Idle: problem in PyShellEditorWindow.color_breakpoint_text type: behavior versions: Python 2.7, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 00:23:03 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sat, 11 Oct 2014 22:23:03 +0000 Subject: [issue20167] Exception on IDLE closing In-Reply-To: <1389128258.47.0.666257212012.issue20167@psf.upfronthosting.co.za> Message-ID: <1413066183.22.0.0370242574456.issue20167@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Serhiy, I responded to your report and followups on a new issue, #22614. Tal, if you can, please test ./python -m idlelib.idle Lib/decimal.py on OSX and respond there. ---------- resolution: -> fixed stage: test needed -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 00:31:33 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 11 Oct 2014 22:31:33 +0000 Subject: [issue22615] "make clinic" doesn't work Message-ID: <1413066693.48.0.0538322040876.issue22615@psf.upfronthosting.co.za> New submission from Antoine Pitrou: This is on the default branch. $ make clinic ./python -E ./Tools/clinic/clinic.py --make Error in file "./Modules/arraymodule.c" on line 1943: Exception raised during parsing: Traceback (most recent call last): File "./Tools/clinic/clinic.py", line 1626, in parse parser.parse(block) File "./Tools/clinic/clinic.py", line 3178, in parse self.state(line) File "./Tools/clinic/clinic.py", line 3660, in state_parameter converter = dict[name](c_name or parameter_name, parameter_name, self.function, value, **kwargs) File "./Tools/clinic/clinic.py", line 2200, in __init__ self.converter_init(**kwargs) TypeError: converter_init() got an unexpected keyword argument 'type' make: *** [clinic] Erreur 255 ---------- components: Build messages: 229107 nosy: brett.cannon, larry, pitrou priority: critical severity: normal status: open title: "make clinic" doesn't work versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 02:25:59 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 12 Oct 2014 00:25:59 +0000 Subject: [issue21061] Is contextlib.redirect_stdout reentrant or not? In-Reply-To: <1395740166.01.0.738234296915.issue21061@psf.upfronthosting.co.za> Message-ID: <20141012002552.50009.47291@psf.io> Roundup Robot added the comment: New changeset dafbd78ac15b by Nick Coghlan in branch '3.4': Issue #21061: correctly note redirect_stdout is reentrant https://hg.python.org/cpython/rev/dafbd78ac15b New changeset 83540d7b7366 by Nick Coghlan in branch 'default': Merge issue #21061 fix from 3.4 https://hg.python.org/cpython/rev/83540d7b7366 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 02:26:48 2014 From: report at bugs.python.org (Nick Coghlan) Date: Sun, 12 Oct 2014 00:26:48 +0000 Subject: [issue22389] Add contextlib.redirect_stderr() In-Reply-To: <1410445513.66.0.871890162607.issue22389@psf.upfronthosting.co.za> Message-ID: <1413073608.87.0.193689949526.issue22389@psf.upfronthosting.co.za> Nick Coghlan added the comment: I just pushed the docs fix for issue #21061, so the docs part of the patch may need tweaking in order to apply automatically. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 02:27:41 2014 From: report at bugs.python.org (Nick Coghlan) Date: Sun, 12 Oct 2014 00:27:41 +0000 Subject: [issue21061] Is contextlib.redirect_stdout reentrant or not? In-Reply-To: <1395740166.01.0.738234296915.issue21061@psf.upfronthosting.co.za> Message-ID: <1413073661.4.0.157301103767.issue21061@psf.upfronthosting.co.za> Nick Coghlan added the comment: Thanks folks - the outdated cross reference has been updated as Berker suggested. ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> enhancement _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 02:30:49 2014 From: report at bugs.python.org (Graham Dumpleton) Date: Sun, 12 Oct 2014 00:30:49 +0000 Subject: [issue10496] Python startup should not require passwd entry In-Reply-To: <1290398281.89.0.568058332092.issue10496@psf.upfronthosting.co.za> Message-ID: <1413073849.27.0.725150878306.issue10496@psf.upfronthosting.co.za> Changes by Graham Dumpleton : ---------- nosy: +grahamd _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 03:55:07 2014 From: report at bugs.python.org (Berker Peksag) Date: Sun, 12 Oct 2014 01:55:07 +0000 Subject: [issue22613] Several minor doc issues In-Reply-To: <1413065843.62.0.682552430945.issue22613@psf.upfronthosting.co.za> Message-ID: <1413078907.71.0.555709822731.issue22613@psf.upfronthosting.co.za> Berker Peksag added the comment: > Repr.repr_TYPE() This is already fixed in issue 14824. ---------- nosy: +berker.peksag _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 04:11:07 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 12 Oct 2014 02:11:07 +0000 Subject: [issue22613] Several minor doc issues In-Reply-To: <1413065843.62.0.682552430945.issue22613@psf.upfronthosting.co.za> Message-ID: <20141012021105.19964.97988@psf.io> Roundup Robot added the comment: New changeset 7659f06a3648 by Berker Peksag in branch '3.4': Issue #22613: Fix reprlib.Repr subclass example on Python 3. https://hg.python.org/cpython/rev/7659f06a3648 New changeset 7394e5f85284 by Berker Peksag in branch 'default': Issue #22613: Fix reprlib.Repr subclass example on Python 3. https://hg.python.org/cpython/rev/7394e5f85284 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 05:46:17 2014 From: report at bugs.python.org (Larry Hastings) Date: Sun, 12 Oct 2014 03:46:17 +0000 Subject: [issue22615] "make clinic" doesn't work In-Reply-To: <1413066693.48.0.0538322040876.issue22615@psf.upfronthosting.co.za> Message-ID: <1413085577.0.0.104258440419.issue22615@psf.upfronthosting.co.za> Larry Hastings added the comment: Patch attached. Brett was using a feature that didn't exist, so I'm not sure how it could have worked for him. But it was a reasonable implicit feature request, and easy to implement, so here we are. I'm not sure what's causing the churn in "bytesobject.c" here. It looks like someone changed the Clinic block in a way that it produces the same output, but didn't bother to run Clinic on it and check it in. ---------- keywords: +patch Added file: http://bugs.python.org/file36884/larry.add.type.to.int.converter.1.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 07:10:25 2014 From: report at bugs.python.org (Tim Smith) Date: Sun, 12 Oct 2014 05:10:25 +0000 Subject: [issue22490] Using realpath for __PYVENV_LAUNCHER__ makes Homebrew installs fragile In-Reply-To: <1411623045.52.0.589017779939.issue22490@psf.upfronthosting.co.za> Message-ID: <1413090625.71.0.797028900528.issue22490@psf.upfronthosting.co.za> Tim Smith added the comment: I'm attaching an updated patch; it passes tests for me locally with a framework build. ---------- Added file: http://bugs.python.org/file36885/dont-realpath-venv-dirname.diff-1 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 07:11:26 2014 From: report at bugs.python.org (Tim Smith) Date: Sun, 12 Oct 2014 05:11:26 +0000 Subject: [issue22490] Using realpath for __PYVENV_LAUNCHER__ makes Homebrew installs fragile In-Reply-To: <1411623045.52.0.589017779939.issue22490@psf.upfronthosting.co.za> Message-ID: <1413090686.27.0.612980935891.issue22490@psf.upfronthosting.co.za> Tim Smith added the comment: Er, because the test has been modified by taking Vinay's suggestion to test that the directories are physically identical instead of doing a string comparison. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 07:12:07 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 12 Oct 2014 05:12:07 +0000 Subject: [issue14105] Breakpoints in debug lost if line is inserted; IDLE In-Reply-To: <1330047327.02.0.291761854329.issue14105@psf.upfronthosting.co.za> Message-ID: <20141012051205.77382.1145@psf.io> Roundup Robot added the comment: New changeset 71fe5e336d5b by Terry Jan Reedy in branch '2.7': Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. https://hg.python.org/cpython/rev/71fe5e336d5b New changeset f33b4770a078 by Terry Jan Reedy in branch '3.4': Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. https://hg.python.org/cpython/rev/f33b4770a078 New changeset 558d7fb48d74 by Terry Jan Reedy in branch 'default': Issue #14105: Merge with 3.4 https://hg.python.org/cpython/rev/558d7fb48d74 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 07:22:51 2014 From: report at bugs.python.org (Tshepang Lekhonkhobe) Date: Sun, 12 Oct 2014 05:22:51 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> Message-ID: <1413091371.05.0.605829012193.issue22570@psf.upfronthosting.co.za> Changes by Tshepang Lekhonkhobe : ---------- nosy: +tshepang _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 07:23:09 2014 From: report at bugs.python.org (Tshepang Lekhonkhobe) Date: Sun, 12 Oct 2014 05:23:09 +0000 Subject: [issue22571] Remove import * recommendations and examples in doc? In-Reply-To: <1412627004.13.0.564055290321.issue22571@psf.upfronthosting.co.za> Message-ID: <1413091389.04.0.0472906139714.issue22571@psf.upfronthosting.co.za> Changes by Tshepang Lekhonkhobe : ---------- nosy: +tshepang _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 07:24:27 2014 From: report at bugs.python.org (Tshepang Lekhonkhobe) Date: Sun, 12 Oct 2014 05:24:27 +0000 Subject: [issue22594] Add a link to the regex module in re documentation In-Reply-To: <1412927285.57.0.392292696343.issue22594@psf.upfronthosting.co.za> Message-ID: <1413091467.06.0.278820955131.issue22594@psf.upfronthosting.co.za> Changes by Tshepang Lekhonkhobe : ---------- nosy: +tshepang _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 07:53:44 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sun, 12 Oct 2014 05:53:44 +0000 Subject: [issue21603] IDLE SaveAs drops the extension in the prompted filename In-Reply-To: <1401349272.89.0.982652468131.issue21603@psf.upfronthosting.co.za> Message-ID: <1413093224.08.0.321158964265.issue21603@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I agree that having .py not visible but written would be obnoxious. Hoever, without more information, I am inclined to close this as a 3rd parth (OS) issue. Saimadhav, can you quickly try Save As with x.py on Linux? ---------- nosy: +sahutd _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 08:15:07 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Sun, 12 Oct 2014 06:15:07 +0000 Subject: [issue22609] Constructors of some mapping classes don't accept `self` keyword argument In-Reply-To: <1413029049.09.0.127316928921.issue22609@psf.upfronthosting.co.za> Message-ID: <1413094507.4.0.570217062358.issue22609@psf.upfronthosting.co.za> Raymond Hettinger added the comment: After some thought, I think we have to fix this. I'll go through the patch in careful detail this weekend. Ethan, if you would like to help, it would be great to have a third pair of eyes looking at the patch to make sure it correct it every detail. ---------- priority: low -> normal _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 08:34:20 2014 From: report at bugs.python.org (Ned Deily) Date: Sun, 12 Oct 2014 06:34:20 +0000 Subject: [issue22490] Using realpath for __PYVENV_LAUNCHER__ makes Homebrew installs fragile In-Reply-To: <1411623045.52.0.589017779939.issue22490@psf.upfronthosting.co.za> Message-ID: <1413095660.45.0.756109838308.issue22490@psf.upfronthosting.co.za> Ned Deily added the comment: A comment on Vinay's comment: "and this cannot be obtained from sys.executable because that is pointing to a framework executable". That *was* true prior to 3.3 and is still true at the moment for 2.7.x but it is not true for 3.3+. Ronald's change (b79d276041a8) in Issue15307 for venv framework support changed the stub launcher to no longer do a realpath() on the executable name which means that sys.executable contains the path to the Python stub launcher whether or not in a venv: $ ls -l /usr/local/bin/python2.7 lrwxr-xr-x 1 root admin 71 Jul 3 01:21 /usr/local/bin/python2.7 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 $ /usr/local/bin/python2.7 -c 'import sys;print(sys.executable)' /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python $ ls -l /usr/local/bin/python3.4 lrwxr-xr-x 1 root wheel 71 Oct 6 16:53 /usr/local/bin/python3.4 -> ../../../Library/Frameworks/Python.framework/Versions/3.4/bin/python3.4 $ /usr/local/bin/python3.4 -c 'import sys;print(sys.executable)' /usr/local/bin/python3.4 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 08:45:35 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 12 Oct 2014 06:45:35 +0000 Subject: [issue22568] Use of "utime" as variable name in Modules/posixmodule.c causes errors In-Reply-To: <1412605205.62.0.227720568137.issue22568@psf.upfronthosting.co.za> Message-ID: <20141012064533.19942.37243@psf.io> Roundup Robot added the comment: New changeset 922526816b25 by Georg Brandl in branch '3.4': Closes #22568: fix UTIME_TO_* macros in posixmodule for rare cases. https://hg.python.org/cpython/rev/922526816b25 New changeset 0b2c7ea86d96 by Georg Brandl in branch 'default': #22568: merge with 3.4 https://hg.python.org/cpython/rev/0b2c7ea86d96 ---------- resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 08:57:29 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 06:57:29 +0000 Subject: [issue22609] Constructors of some mapping classes don't accept `self` keyword argument In-Reply-To: <1413047402.35.0.715905650387.issue22609@psf.upfronthosting.co.za> Message-ID: <1613644.7FUDkuvI5I@raxxla> Serhiy Storchaka added the comment: I thought that more verbose but straightforward code would be more acceptable. Well, here is smaller and clever patch. Tests are the same. ---------- Added file: http://bugs.python.org/file36886/collections_pos_only_params2.patch _______________________________________ Python tracker _______________________________________ -------------- next part -------------- diff -r f592a4073672 Lib/collections/__init__.py --- a/Lib/collections/__init__.py Sat Oct 11 01:43:35 2014 -0500 +++ b/Lib/collections/__init__.py Sat Oct 11 22:30:05 2014 +0300 @@ -16,6 +16,19 @@ from _weakref import proxy as _proxy from itertools import repeat as _repeat, chain as _chain, starmap as _starmap from reprlib import recursive_repr as _recursive_repr +def _wrap_dict_update(wrapped): + # Can't use functools.wraps due to circular import + def wrapper(*args, **kwds): + if kwds: + wrapped(*args, kwds=kwds) + else: + wrapped(*args) + for attr in ('__module__', '__name__', '__qualname__', '__doc__', + '__annotations__'): + setattr(wrapper, attr, getattr(wrapped, attr)) + del attr + return wrapper + ################################################################################ ### OrderedDict ################################################################################ @@ -55,14 +68,13 @@ class OrderedDict(dict): # Individual links are kept alive by the hard reference in self.__map. # Those hard references disappear when a key is deleted from an OrderedDict. - def __init__(self, *args, **kwds): + @_wrap_dict_update + def __init__(self, *args, kwds={}): '''Initialize an ordered dictionary. The signature is the same as regular dictionaries, but keyword arguments are not recommended because their insertion order is arbitrary. ''' - if len(args) > 1: - raise TypeError('expected at most 1 arguments, got %d' % len(args)) try: self.__root except AttributeError: @@ -479,7 +491,8 @@ class Counter(dict): # http://code.activestate.com/recipes/259174/ # Knuth, TAOCP Vol. II section 4.6.3 - def __init__(self, iterable=None, **kwds): + @_wrap_dict_update + def __init__(self, iterable=None, *, kwds={}): '''Create a new, empty Counter object. And if given, count elements from an input iterable. Or, initialize the count from another mapping of elements to their counts. @@ -542,7 +555,8 @@ class Counter(dict): raise NotImplementedError( 'Counter.fromkeys() is undefined. Use Counter(iterable) instead.') - def update(self, iterable=None, **kwds): + @_wrap_dict_update + def update(self, iterable=None, *, kwds=None): '''Like dict.update() but add counts instead of replacing them. Source can be an iterable, a dictionary, or another Counter instance. @@ -575,7 +589,8 @@ class Counter(dict): if kwds: self.update(kwds) - def subtract(self, iterable=None, **kwds): + @_wrap_dict_update + def subtract(self, iterable=None, *, kwds=None): '''Like dict.update() but subtracts counts instead of replacing them. Counts can be reduced below zero. Both the inputs and outputs are allowed to contain zero and negative counts. @@ -898,12 +913,13 @@ class ChainMap(MutableMapping): class UserDict(MutableMapping): # Start by filling-out the abstract methods - def __init__(self, dict=None, **kwargs): + @_wrap_dict_update + def __init__(self, dict=None, *, kwds=None): self.data = {} if dict is not None: self.update(dict) - if len(kwargs): - self.update(kwargs) + if kwds: + self.update(kwds) def __len__(self): return len(self.data) def __getitem__(self, key): if key in self.data: diff -r f592a4073672 Lib/test/test_collections.py --- a/Lib/test/test_collections.py Sat Oct 11 01:43:35 2014 -0500 +++ b/Lib/test/test_collections.py Sat Oct 11 22:30:05 2014 +0300 @@ -1137,6 +1137,28 @@ class TestCounter(unittest.TestCase): self.assertEqual(c.setdefault('e', 5), 5) self.assertEqual(c['e'], 5) + def test_init(self): + self.assertEqual(list(Counter(self=42).items()), [('self', 42)]) + self.assertEqual(list(Counter(iterable=42).items()), [('iterable', 42)]) + self.assertEqual(list(Counter(iterable=None).items()), [('iterable', None)]) + self.assertRaises(TypeError, Counter, 42) + self.assertRaises(TypeError, Counter, (), ()) + self.assertRaises(TypeError, Counter.__init__) + + def test_update(self): + c = Counter() + c.update(self=42) + self.assertEqual(list(c.items()), [('self', 42)]) + c = Counter() + c.update(iterable=42) + self.assertEqual(list(c.items()), [('iterable', 42)]) + c = Counter() + c.update(iterable=None) + self.assertEqual(list(c.items()), [('iterable', None)]) + self.assertRaises(TypeError, Counter().update, 42) + self.assertRaises(TypeError, Counter().update, {}, {}) + self.assertRaises(TypeError, Counter.update) + def test_copying(self): # Check that counters are copyable, deepcopyable, picklable, and #have a repr/eval round-trip @@ -1258,6 +1280,16 @@ class TestCounter(unittest.TestCase): c.subtract('aaaabbcce') self.assertEqual(c, Counter(a=-1, b=0, c=-1, d=1, e=-1)) + c = Counter() + c.subtract(self=42) + self.assertEqual(list(c.items()), [('self', -42)]) + c = Counter() + c.subtract(iterable=42) + self.assertEqual(list(c.items()), [('iterable', -42)]) + self.assertRaises(TypeError, Counter().subtract, 42) + self.assertRaises(TypeError, Counter().subtract, {}, {}) + self.assertRaises(TypeError, Counter.subtract) + def test_unary(self): c = Counter(a=-5, b=0, c=5, d=10, e=15,g=40) self.assertEqual(dict(+c), dict(c=5, d=10, e=15, g=40)) @@ -1308,8 +1340,11 @@ class TestOrderedDict(unittest.TestCase) c=3, e=5).items()), pairs) # mixed input # make sure no positional args conflict with possible kwdargs - self.assertEqual(inspect.getargspec(OrderedDict.__dict__['__init__']).args, - ['self']) + self.assertEqual(list(OrderedDict(self=42).items()), [('self', 42)]) + self.assertEqual(list(OrderedDict(other=42).items()), [('other', 42)]) + self.assertRaises(TypeError, OrderedDict, 42) + self.assertRaises(TypeError, OrderedDict, (), ()) + self.assertRaises(TypeError, OrderedDict.__init__) # Make sure that direct calls to __init__ do not clear previous contents d = OrderedDict([('a', 1), ('b', 2), ('c', 3), ('d', 44), ('e', 55)]) @@ -1354,6 +1389,10 @@ class TestOrderedDict(unittest.TestCase) self.assertEqual(list(d.items()), [('a', 1), ('b', 2), ('c', 3), ('d', 4), ('e', 5), ('f', 6), ('g', 7)]) + self.assertRaises(TypeError, OrderedDict().update, 42) + self.assertRaises(TypeError, OrderedDict().update, (), ()) + self.assertRaises(TypeError, OrderedDict.update) + def test_abc(self): self.assertIsInstance(OrderedDict(), MutableMapping) self.assertTrue(issubclass(OrderedDict, MutableMapping)) @@ -1600,6 +1639,24 @@ class SubclassMappingTests(mapping_tests d = self._empty_mapping() self.assertRaises(KeyError, d.popitem) +class TestUserDict(unittest.TestCase): + + def test_init(self): + self.assertEqual(list(UserDict(self=42).items()), [('self', 42)]) + self.assertEqual(list(UserDict(dict=42).items()), [('dict', 42)]) + self.assertEqual(list(UserDict(dict=None).items()), [('dict', None)]) + self.assertRaises(TypeError, UserDict, 42) + self.assertRaises(TypeError, UserDict, (), ()) + self.assertRaises(TypeError, UserDict.__init__) + + def test_update(self): + d = UserDict() + d.update(self=42) + self.assertEqual(list(d.items()), [('self', 42)]) + self.assertRaises(TypeError, UserDict().update, 42) + self.assertRaises(TypeError, UserDict().update, {}, {}) + self.assertRaises(TypeError, UserDict.update) + ################################################################################ ### Run tests @@ -1611,7 +1668,8 @@ def test_main(verbose=None): NamedTupleDocs = doctest.DocTestSuite(module=collections) test_classes = [TestNamedTuple, NamedTupleDocs, TestOneTrickPonyABCs, TestCollectionABCs, TestCounter, TestChainMap, - TestOrderedDict, GeneralMappingTests, SubclassMappingTests] + TestOrderedDict, GeneralMappingTests, SubclassMappingTests, + TestUserDict,] support.run_unittest(*test_classes) support.run_doctest(collections, verbose) From report at bugs.python.org Sun Oct 12 09:17:06 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 12 Oct 2014 07:17:06 +0000 Subject: [issue16040] nntplib: unlimited readline() from connection In-Reply-To: <1348569525.38.0.219080768405.issue16040@psf.upfronthosting.co.za> Message-ID: <20141012071705.58897.91735@psf.io> Roundup Robot added the comment: New changeset 985bda4edf9d by Georg Brandl in branch '3.2': #16040: fix unlimited read from connection in nntplib. https://hg.python.org/cpython/rev/985bda4edf9d ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 09:19:47 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Sun, 12 Oct 2014 07:19:47 +0000 Subject: [issue22571] Remove import * recommendations and examples in doc? In-Reply-To: <1412627004.13.0.564055290321.issue22571@psf.upfronthosting.co.za> Message-ID: <1413098387.26.0.301328025264.issue22571@psf.upfronthosting.co.za> Raymond Hettinger added the comment: Many of these (such as collections, collections.abc, decimal, and itertools) use import * as part of the doctest setup and are not part of the generated page shown to users. Also, I don't think you should be aggressive about removing the other example that are visible users. The "import *" construct is part of the language and will be encountered occasionally. For similar reasons, the decimal module was specifically designed for be easily usable with "import *" because of the numerous exceptions and rounding flags and constants. There are also some examples such the one in cmd.rst that I put there on-purpose. Changing it would distract from the focus of the example. With respect to Tkinter (and other gui toolkits as well), I believe that "import *" is a standard or common practice, in part because there are so many widget names names and widget options. Changing the example might make it more pep8-ish but would result in a good deal of clutter that isn't the normal practice. > Should we finish the job? Or leave the issue to > individual chapter authors? I vote for leaving any changes to the chapter authors who are in a better position to know that they were trying to communicate or who were just setting up the doctests. As discussed above some of the import * are there for a reason. We really need to start thinking of PEP 8 as something we do to our own code rather than something that gets inflicted on other people's code. ---------- assignee: docs at python -> rhettinger nosy: +rhettinger _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 09:35:07 2014 From: report at bugs.python.org (Aivar Annamaa) Date: Sun, 12 Oct 2014 07:35:07 +0000 Subject: [issue22616] Allow connecting AST nodes with corresponding source ranges Message-ID: <1413099307.65.0.261518195286.issue22616@psf.upfronthosting.co.za> New submission from Aivar Annamaa: Currently lineno and col_offset attributes in AST nodes have confusing roles. According to documentation they indicate the starting position of node's source text but according to recent developments (#16795) they seem to indicate a position most suitable to use in error messages related to that node (rather narrow goal IMO). Another problem is that currently the AST nodes don't contain any information about the end position of corresponding source text. Therefore it's very difficult to relate nodes with source. One could want to do this for example in advanced graphical debuggers (https://bitbucket.org/plas/thonny) I propose adding new attributes to AST nodes which indicate the corresponding source range. If you want to keep nodes lightweight by default, then you could also introduce a flag in ast.parse for getting these attributes. The range could be given either in token indices or in character positions (or both). This probably needs more discussion. (I would vote against pointers to UTF-8 bytes, as is the case with col_offset currently.) ---------- components: Interpreter Core messages: 229124 nosy: Aivar.Annamaa priority: normal severity: normal status: open title: Allow connecting AST nodes with corresponding source ranges type: enhancement versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 09:39:05 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 07:39:05 +0000 Subject: [issue22614] Idle: problem in PyShellEditorWindow.color_breakpoint_text In-Reply-To: <1413065880.69.0.0818621344041.issue22614@psf.upfronthosting.co.za> Message-ID: <1499286.R7R8dPKtsE@raxxla> Serhiy Storchaka added the comment: > In msg228954, Serhiy reported a new problem, which I an transferring to this > new issue, with 2.7 and 3.4 but not 3.5. I now can reproduce the issue on 3.5 too. But with Lib/test/test_decimal.py, not Lib/decimal.py. The difference between 3.4 and 3.5 is that Lib/decimal.py is large in 3.4, but it is tiny in 3.5. I can easy reproduce this issue because my netbook is too slow. When I wait some time, and then close editor window, there is no traceback. This time is needed to colorize sources in editor window. May be you will reproduce this issue when open very large Python file and then quickly close editor window. If you have no such file, just concatenate large file with itself many times: cp Lib/test/test_decimal.py+Lib/test/test_decimal.py+Lib/test/test_decimal.py+Lib/test/test_decimal.py+Lib/test/test_decimal.py testfile.py > What system? I do not reproduce on Win 7 with an Oct 9 build. I believe you will reproduce with enough large file. > When? If the command line worked for 2.7 in Jan and fails now, when did it > start failing? If the command worked for 3.4 after the Feb patches and > fails now, same question. At least with 3.4.0 I don't see this traceback. May it is hidden by the 'can't invoke "bind" command' error. > How? You did not state, but in a later message implied that the file opened > in the editor and the problem only happened when you closed, as with the > January report. However, the traceback says that the problem occurred > during initialization. According to Find in Files, the only call to > color_breakpoint_text is that one __init__ call. I therefore do not > understand your msg228957 comment "The code runs up to self.text.update() > in restore_file_breaks() and runs further only after windows closing." Sorry for my ugly English. I meant that the interpreter enters in self.text.update(), then hangs inside it and exits from it only when the windows is closed. I added print's before and after this statement and the print after the statement was not executed until I had closed the window. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 09:59:05 2014 From: report at bugs.python.org (Vinay Sajip) Date: Sun, 12 Oct 2014 07:59:05 +0000 Subject: [issue22490] Using realpath for __PYVENV_LAUNCHER__ makes Homebrew installs fragile In-Reply-To: <1411623045.52.0.589017779939.issue22490@psf.upfronthosting.co.za> Message-ID: <1413100745.93.0.11060526665.issue22490@psf.upfronthosting.co.za> Vinay Sajip added the comment: > Ronald's change ... changed the stub launcher to no longer do a realpath() on the executable name > which means that sys.executable contains the path to the Python stub launcher whether or not in a venv Ronald's change doesn't do a realpath() on the executable name itself, but it *does* do a realpath() on the executable's directory. This seems to be what's causing the problem in Homebrew builds: there are two levels of symlink at play. /usr/local/bin/python3.4 -> /usr/local/opt/python3/bin/python3.4 -> /usr/local/Cellar/python3/3.4.1_1/Frameworks/Python.framework/Versions/3.4/bin/python3.4 Because of the realpath(), the "wrong" stub launcher (from Homebrew's perspective) gets pointed to by the environment variable. At least, if my understanding is correct. https://github.com/pypa/pip/issues/2031#issuecomment-56294599 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 09:59:28 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 12 Oct 2014 07:59:28 +0000 Subject: [issue22616] Allow connecting AST nodes with corresponding source ranges In-Reply-To: <1413099307.65.0.261518195286.issue22616@psf.upfronthosting.co.za> Message-ID: <1413100768.7.0.906179654438.issue22616@psf.upfronthosting.co.za> R. David Murray added the comment: If it needs some discussion, perhaps it should be raised on python-ideas first. My reading of #16795 (granted I only skimmed it) was that improving the error messages was a *side effect* of making the position information more accurate (in the context of static analysis tools). Also, unless you intend to work on a patch this isn't likely to go anywhere :) ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 09:59:34 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Sun, 12 Oct 2014 07:59:34 +0000 Subject: [issue21603] IDLE SaveAs drops the extension in the prompted filename In-Reply-To: <1401349272.89.0.982652468131.issue21603@psf.upfronthosting.co.za> Message-ID: <1413100774.44.0.305685746862.issue21603@psf.upfronthosting.co.za> Raymond Hettinger added the comment: > Can you say which version of Tk was in use > (it should be in the About IDLE display) and on what platform? I am using ActiveTcl8.5.15.1 and a latest Python for Macs taken from the python.org download page. I'm running OS X 10.9.5. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 10:14:14 2014 From: report at bugs.python.org (Tim Smith) Date: Sun, 12 Oct 2014 08:14:14 +0000 Subject: [issue22490] Using realpath for __PYVENV_LAUNCHER__ makes Homebrew installs fragile In-Reply-To: <1411623045.52.0.589017779939.issue22490@psf.upfronthosting.co.za> Message-ID: <1413101654.39.0.201387406288.issue22490@psf.upfronthosting.co.za> Tim Smith added the comment: We would like to refer to python3 as /usr/local/opt/python3/bin/python3, where /usr/local/opt/python3 is a symlink to ../Cellar/python3/3.4.2, and /usr/local/Cellar/python3/3.4.2/bin/python3 is a symlink to /usr/local/Cellar/python3/3.4.2/Frameworks/Python.framework/Versions/3.4/bin/python3, which is the stub launcher for /usr/local/Cellar/python3/3.4.2/Frameworks/Python.framework/Versions/3.4/Python. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 10:54:18 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sun, 12 Oct 2014 08:54:18 +0000 Subject: [issue15363] Idle/tkinter ~x.py 'save as' fails. closes idle In-Reply-To: <1342394243.7.0.336788716257.issue15363@psf.upfronthosting.co.za> Message-ID: <1413104058.14.0.0587996491083.issue15363@psf.upfronthosting.co.za> Terry J. Reedy added the comment: According to the tcl/tk manual, tcl does ~ expansion on non-'old' Windows. However, I cannot tell in what context that could be useful. Trying to save to '~/x.py' fails. "The filename is not valid." This might be because there is no HOME since Windows sometimes uses USERPROFILE instead. But it seems that any name with a path separator is invalid. At least on Windows, one must specify the directory my moving to it in the directory part of the dialog. If dirname (passed to tk_getSaveFile as initialdir) is not "" after the split of self.filename (and I believe it never is), it seems to me possibly a bug that tk_getSaveFile looks for a leading ~ for base (passed as initialfile). But we cannot affect that. Serhiy, your suggesting to check self.filename (full name) instead of base would be correct if tk did not check base after it is split off. But it does, buggy or not. The full name of the project file that failed was something like F:/python/~templete.py. Martin and Serhiy. If I understand correctly, you are both suggesting that '~x.py' should become './~x.py' instead of '\~x.py'. This seems to work equally well. It seems that after ~ processing, the basename gets changed back to and displayed as '~x.py' and saving as such works. You also suggest that at least your version of the escaping should not be limited to Windows. It seems like this might help, and should not hurt, but I would like the latter tested on Linux before I commit. Attached is my patch with both changes. ---------- stage: needs patch -> patch review Added file: http://bugs.python.org/file36887/@tilde.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 11:06:14 2014 From: report at bugs.python.org (Ned Deily) Date: Sun, 12 Oct 2014 09:06:14 +0000 Subject: [issue21603] IDLE SaveAs drops the extension in the prompted filename In-Reply-To: <1401349272.89.0.982652468131.issue21603@psf.upfronthosting.co.za> Message-ID: <1413104774.9.0.976679955998.issue21603@psf.upfronthosting.co.za> Ned Deily added the comment: Thanks, Raymond. Upon further investigation, I think you are running into a user-wide behavior of OS X rather than specifically a Tk or IDLE issue. By tradition and by default, OS X tries to hide file extensions in file Open or Save dialogs; this dates back to the days of Classic Mac OS when there was no concept of file extensions. There is a (non-obvious) user preference in the OS X Finder's preferences (Finder -> Preferences -> Advanced -> Show all filename extensions) that appears to control whether extensions are displayed by default in standard Open and Save dialogs in all applications, not just the Finder. (This is with OS X 10.9.x; I believe recent earlier systems behave similarly although the details might be slightly different). When the preference is unchecked (the default), then in "Save As" dialogs (in IDLE and other apps) a "Hide Extension" option box appears in the lower-left corner of the "Save As" popup window and, if enabled, the extension is not displayed as part of the file name. Unchecking the "Hide Extension" box causes the extension to appear. If the Finder "Show all filename extensions" advanced preference is checked, then the "Hide Extension" box does not appear on the "Save As" popup and the extension is always displayed. I always have the "Show all filename extensions" preference checked so I forgot it was there and its effect on all file dialogs. My guess is that you will want to have it enabled as well and then you should always see extensions. Note that for the initial "Save" of a file in IDLE (as opposed to a "Save As"), Python 3.4 supplies a default extension of ".py" which is displayed regardless of the Finder preference setting; but Python 2.7 up through the current 2.7.8 does not supply the default. That changes in 2.7.9 as Terry has recently backported the 3.x change to 2.7 (Issue4832, although the commit message for the backport appears in Issue3832 due to a typo). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 11:32:17 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sun, 12 Oct 2014 09:32:17 +0000 Subject: [issue22614] Idle: problem in PyShellEditorWindow.color_breakpoint_text In-Reply-To: <1413065880.69.0.0818621344041.issue22614@psf.upfronthosting.co.za> Message-ID: <1413106337.21.0.96005087212.issue22614@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Makes sense now. Large file relative to machine speed + quick close click = close (at least to point of destruction of self.text) before initialization is complete. Hence continued initialization fails. Yes, when closing crashed in Multicall, would not see initialization after close error. Switch to .update_idletasks ignores close event, hence initialization gets to complete without error. Do we want to do that? I think not. If one tries to edit gigabyte file, idle/tk will probably hang and one very well might want close event handled. We could instead wrap test.tag_config with try: except AttributeError. Original authors assumed this would never happen, but its occurrence seems like a rare but legitimate possibility that should be allowed for. After sleeping, I will try to reproduce on my fast machine using Windows copy command. 3k EditorWindow.py is colorized too fast. ---------- versions: +Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 11:37:43 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sun, 12 Oct 2014 09:37:43 +0000 Subject: [issue3832] add force_shared Library option to create shared lib even with use_stub=False In-Reply-To: <1221100214.51.0.623800325069.issue3832@psf.upfronthosting.co.za> Message-ID: <1413106663.83.0.846270056063.issue3832@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- Removed message: http://bugs.python.org/msg228637 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 11:39:39 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sun, 12 Oct 2014 09:39:39 +0000 Subject: [issue4832] IDLE does not supply a default ext of .py on Windows or OS X for new file saves In-Reply-To: <1231082162.31.0.973834672616.issue4832@psf.upfronthosting.co.za> Message-ID: <1413106779.25.0.205866105038.issue4832@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Misdirected push message copied here. New changeset 69cdf71bda12 by Terry Jan Reedy in branch '2.7': Issue #3832: backport 677a9326b4d4 to 2.7 (and delete some obsolete code). https://hg.python.org/cpython/rev/69cdf71bda12 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 11:52:54 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 09:52:54 +0000 Subject: [issue15363] Idle/tkinter ~x.py 'save as' fails. closes idle In-Reply-To: <1342394243.7.0.336788716257.issue15363@psf.upfronthosting.co.za> Message-ID: <1413107574.38.0.156599322849.issue15363@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Interesting, that "save as" ./~x.py works when the "~x.py" file exists and doesn't work (press the "Save" button has no any effect at all, even doesn't close a dialog) when it does not exist on Linux. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 11:53:41 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 09:53:41 +0000 Subject: [issue15363] Idle/tkinter ~x.py 'save as' fails. closes idle In-Reply-To: <1342394243.7.0.336788716257.issue15363@psf.upfronthosting.co.za> Message-ID: <1413107621.74.0.436865699822.issue15363@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: I meant "save as ~x.py", without the "./" prefix. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 11:54:10 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sun, 12 Oct 2014 09:54:10 +0000 Subject: [issue21603] IDLE: Document SaveAs extension display on Mac In-Reply-To: <1401349272.89.0.982652468131.issue21603@psf.upfronthosting.co.za> Message-ID: <1413107650.81.0.922628120503.issue21603@psf.upfronthosting.co.za> Terry J. Reedy added the comment: (I moved the commit message) I am assuming that Ned is correct. I think we should start documenting system peculiarities like this. I changed the title and will leave this open for this purpose. ---------- title: IDLE SaveAs drops the extension in the prompted filename -> IDLE: Document SaveAs extension display on Mac _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 12:34:21 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 10:34:21 +0000 Subject: [issue22614] Idle: problem in PyShellEditorWindow.color_breakpoint_text In-Reply-To: <1413106337.21.0.96005087212.issue22614@psf.upfronthosting.co.za> Message-ID: <2183084.N8EpUrhn1z@raxxla> Serhiy Storchaka added the comment: Here is a patch which should fix this issue. The same solution already is used in restore_file_breaks(). ---------- keywords: +patch Added file: http://bugs.python.org/file36888/issue22614.patch _______________________________________ Python tracker _______________________________________ -------------- next part -------------- diff -r 55d50b544a3d Lib/idlelib/PyShell.py --- a/Lib/idlelib/PyShell.py Sun Oct 12 09:53:12 2014 +0200 +++ b/Lib/idlelib/PyShell.py Sun Oct 12 13:32:30 2014 +0300 @@ -151,6 +151,9 @@ class PyShellEditorWindow(EditorWindow): def color_breakpoint_text(self, color=True): "Turn colorizing of breakpoint text on or off" + if self.io is None: + # can happen if IDLE closes due to the .update() call + return if color: theme = idleConf.GetOption('main','Theme','name') cfg = idleConf.GetHighlight(theme, "break") From report at bugs.python.org Sun Oct 12 12:50:44 2014 From: report at bugs.python.org (Edward K. Ream) Date: Sun, 12 Oct 2014 10:50:44 +0000 Subject: [issue22616] Allow connecting AST nodes with corresponding source ranges In-Reply-To: <1413099307.65.0.261518195286.issue22616@psf.upfronthosting.co.za> Message-ID: <1413111044.73.0.944887191582.issue22616@psf.upfronthosting.co.za> Edward K. Ream added the comment: I urge the Python development team to fix this and the related bugs given in the Post Script. The lack of an easy way of associating ast nodes with text ranges in the original sources is arguably the biggest hole in the Python api. These bugs have immediate, severe, practical consequences for any tool that attempts to regularize (pep 8) or beautify Python code. Consider the code for PythonTidy: http://lacusveris.com/PythonTidy/PythonTidy-1.23.python Every version has had bugs in this area arising from difficult workarounds to the hole in the API. The entire Comments class is a horror directly related to these issues. Consider Aivar's workaround to these bugs: https://bitbucket.org/plas/thonny/src/8cdaa41aca7a5cc0b31618b6f1631d360c488196/src/ast_utils.py?at=default See the docstring for def fix_ast_problems. This is an absurdly difficult solution to what should be a trivial problem. It's impossible to build reliable software using such heroic hacks. The additional bugs listed below further complicate a nightmarish task. In short, these bugs are *not* minor little nits. They are preventing the development of reliable source-code tools. Edward K. Ream P.S. Here are the related bugs: http://bugs.python.org/issue10769 Allow connecting AST nodes with corresponding source ranges http://bugs.python.org/issue21295 Python 3.4 gives wrong col_offset for Call nodes returned from ast.parse http://bugs.python.org/issue18374 ast.parse gives wrong position (col_offset) for some BinOp-s http://bugs.python.org/issue16806 col_offset is -1 and lineno is wrong for multiline string expressions EKR ---------- nosy: +Edward.K..Ream _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 13:14:48 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 11:14:48 +0000 Subject: [issue21986] Idle: disable pickleability of user code objects In-Reply-To: <1412984394.21.0.449388216585.issue21986@psf.upfronthosting.co.za> Message-ID: <5458391.tZXo6Lel4U@raxxla> Serhiy Storchaka added the comment: It would be good to add a test of rpc.dumps(). Current code copies copyreg.dispatch_table at the moment of rpc import. But it can be changed later and these change will not affect private copy. For example the re module adds pickleability of compiled regex patterns. I think the use of ChainMap is more safe solution. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 13:26:21 2014 From: report at bugs.python.org (Julian Berman) Date: Sun, 12 Oct 2014 11:26:21 +0000 Subject: [issue11664] Add patch method to unittest.TestCase In-Reply-To: <1300999439.71.0.376555102459.issue11664@psf.upfronthosting.co.za> Message-ID: <1413113181.41.0.204136801232.issue11664@psf.upfronthosting.co.za> Julian Berman added the comment: My opinion is already here re: patch vs patch.object, so I won't repeat it, but @Michael, if you really want .patch, are you open to adding .patch_object as well? (Regardless, thanks for working on this Julien.) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 13:31:14 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 12 Oct 2014 11:31:14 +0000 Subject: [issue19232] Speed up _decimal import In-Reply-To: <1381579399.63.0.316110193187.issue19232@psf.upfronthosting.co.za> Message-ID: <20141012113032.50001.32374@psf.io> Roundup Robot added the comment: New changeset 75b5617b8dfc by Stefan Krah in branch 'default': Issue #19232: Fix sys.modules lookup (--without-threads) https://hg.python.org/cpython/rev/75b5617b8dfc ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 14:46:40 2014 From: report at bugs.python.org (LuisC) Date: Sun, 12 Oct 2014 12:46:40 +0000 Subject: [issue22617] Jobs Opportunities in France/Canada Message-ID: <20141012115353.3110736DA26@zimbra.bajajcapital.com> New submission from LuisC: Jobs Opportunities in France/Canada This letter is to inform you on behalf of the management of EVANS HOTEL & Suites Paris France, that the hotel needs able men and women, married and not married who are willing to relocate to France in order to fill various slots in the available jobs/vacancies in their hotels. Accountant, accounting clerk * minimum education requires:- diploma certificate * skills requires: - record-keeping , project organization, computer literacy Barkeeper, bartender * minimum education requires:- high school certificate * skills requires: - dealing with the public, customer service Cleaner, car wash, laundry * minimum education requires:- any * skills requires: - care and hard working Customer services, reservation agents * minimum education requires:- diploma * skills requires: - dealing with the public,English/French, computer skills Master chef, meat - poultry & fish chef, pasta chef, sauce chef * minimum education requires:- certificate * skills requires: - serving, customer service, Busing, estimating amounts Apprentice cook, grill cook, short order cook * minimum education requires:- trained cook * skills requires: cooking, serving Host, hostess, waiter, waitress * minimum education requires:- high school certificate * skills requires: - dealing with the public,English/French Food service supervisors * minimum education requires:- high school certificate * skills requires: - customer service , communication skills ,English/French Sales administrator, sales person, retail sales clerk * minimum education requires:- high school certificate * skills requires: - dealing with the public, customer service, product Knowledge Hotel nurses * minimum education requires:- certificate * skills requires: - minimum 2 years experience Store keeper, store keeper supervisor * minimum education requires:- high school certificate * skills requires: - dealing with the public, customer service, product Knowledge Receptionist, secretary, hotel front desk, clerks * minimum education requires:- high school certificate * skills requires: - dealing with the public, customer service, scheduling Electronics technicians, computer engineer * minimum education requires:- certificate * skills requires: - customer service Dj , dancers , musicians * minimum education requires:- any * skills requires: - professional Day / night security guard * minimum education requires:- high school * skills requires: - trained, strong and intelligent Computer operator , graphic designer * minimum education requires:- certificate * skills requires: - professional computer literacy The hotel management will take care of your accommodation & flight ticket to France or Canada any where the management which to post you for service. Requirements * color passport photograph * cv/resume (English OR French) interested applicant should click on reply to Contact EVANS HOTEL management. Mr. Mario Costa Email:- applicetionoffice at job4u.com Tel: +33 605 734 438 / Fax: + 33 160 54177 42 20 Avenue Victoria 75001 Paris France We wish you good luck! Sincerely, Ms.Myrna Kilcrease France/Canada Foreign Workers Services Email:- info.kilcrease at gmail.com ---------- messages: 229142 nosy: lcarrionr priority: normal severity: normal status: open title: Jobs Opportunities in France/Canada _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 14:50:12 2014 From: report at bugs.python.org (Georg Brandl) Date: Sun, 12 Oct 2014 12:50:12 +0000 Subject: [issue22617] Jobs Opportunities in France/Canada In-Reply-To: <20141012115353.3110736DA26@zimbra.bajajcapital.com> Message-ID: <1413118212.04.0.481656712149.issue22617@psf.upfronthosting.co.za> Changes by Georg Brandl : ---------- resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 14:50:56 2014 From: report at bugs.python.org (Georg Brandl) Date: Sun, 12 Oct 2014 12:50:56 +0000 Subject: [issue22617] spam In-Reply-To: <20141012115353.3110736DA26@zimbra.bajajcapital.com> Message-ID: <1413118256.04.0.00748500636786.issue22617@psf.upfronthosting.co.za> Changes by Georg Brandl : ---------- title: Jobs Opportunities in France/Canada -> spam _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 14:51:03 2014 From: report at bugs.python.org (Georg Brandl) Date: Sun, 12 Oct 2014 12:51:03 +0000 Subject: [issue22617] spam Message-ID: <1413118263.84.0.424386739042.issue22617@psf.upfronthosting.co.za> Changes by Georg Brandl : ---------- Removed message: http://bugs.python.org/msg229142 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 15:55:15 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 13:55:15 +0000 Subject: [issue5700] io.FileIO calls flush() after file closed In-Reply-To: <1238945758.46.0.01809197792.issue5700@psf.upfronthosting.co.za> Message-ID: <1413122115.52.0.65064623459.issue5700@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Yet one related bug is that flush() isn't called at all if the file was opened with closefd=False. >>> import io, os >>> class MyIO(io.FileIO): ... def flush(self): ... print('closed:', self.closed) ... >>> fd = os.open('test.out', os.O_WRONLY|os.O_CREAT) >>> f = MyIO(fd, 'wb', closefd=False) >>> f.close() The proposed simple patch fixes both bugs. ---------- assignee: -> serhiy.storchaka components: +IO stage: -> patch review type: -> behavior versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 Added file: http://bugs.python.org/file36889/fileio_flush_closed.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 15:56:21 2014 From: report at bugs.python.org (Alex Vaystikh) Date: Sun, 12 Oct 2014 13:56:21 +0000 Subject: [issue22618] urllib.parse.parse_qsl different results after urllib.parse.unquote Message-ID: <1413122181.37.0.728502828464.issue22618@psf.upfronthosting.co.za> New submission from Alex Vaystikh: parsing query-string before and after cleaning with urllib.parse.unquote can have very different results: http://nbviewer.ipython.org/gist/bornio/e112e6d8d04dfed898c8 Perhaps it should be better documented, or make the method more idempotent? ---------- components: Library (Lib) messages: 229144 nosy: Alex.Vaystikh, orsenthil priority: normal severity: normal status: open title: urllib.parse.parse_qsl different results after urllib.parse.unquote versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 15:56:59 2014 From: report at bugs.python.org (Alex Vaystikh) Date: Sun, 12 Oct 2014 13:56:59 +0000 Subject: [issue22618] urllib.parse.parse_qsl different results after urllib.parse.unquote In-Reply-To: <1413122181.37.0.728502828464.issue22618@psf.upfronthosting.co.za> Message-ID: <1413122219.85.0.00489853574936.issue22618@psf.upfronthosting.co.za> Changes by Alex Vaystikh : ---------- type: -> behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 16:14:26 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 12 Oct 2014 14:14:26 +0000 Subject: [issue22586] urljoin allow_fragments doesn't work In-Reply-To: <1412870433.46.0.862767853703.issue22586@psf.upfronthosting.co.za> Message-ID: <20141012141424.50011.92600@psf.io> Roundup Robot added the comment: New changeset 9eed2e7fa764 by Georg Brandl in branch '3.4': Closes #22586: clarify meaning of allow_fragments in urlparse. https://hg.python.org/cpython/rev/9eed2e7fa764 New changeset c2eda29a8ccb by Georg Brandl in branch '2.7': Closes #22586: clarify meaning of allow_fragments in urlparse. https://hg.python.org/cpython/rev/c2eda29a8ccb ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 16:17:19 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 12 Oct 2014 14:17:19 +0000 Subject: [issue22526] file iteration SystemError for huge lines (2GiB+) In-Reply-To: <1412093451.75.0.0583026923325.issue22526@psf.upfronthosting.co.za> Message-ID: <20141012141713.19946.86721@psf.io> Roundup Robot added the comment: New changeset be600ea4ad13 by Serhiy Storchaka in branch '2.7': Fixed and optimized a test of issue #22526. https://hg.python.org/cpython/rev/be600ea4ad13 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 16:24:36 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 14:24:36 +0000 Subject: [issue18873] "Encoding" detected in non-comment lines In-Reply-To: <1377733828.84.0.187873686894.issue18873@psf.upfronthosting.co.za> Message-ID: <1413123876.14.0.492696476303.issue18873@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: I haven't fixed all bugs in handling encoding cookie yet (there are separate issues). Well, this issue can be closed, I'll open new issue about the PEP when will be needed. The PEP should be corrected because it affects how other Python implementations and other tools handle this. ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 16:27:42 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 12 Oct 2014 14:27:42 +0000 Subject: [issue10769] ast: provide more useful range information In-Reply-To: <1293199668.93.0.710632978584.issue10769@psf.upfronthosting.co.za> Message-ID: <1413124062.34.0.719838095711.issue10769@psf.upfronthosting.co.za> R. David Murray added the comment: If there was a python-ideas or python-dev thread that resulted in consensus approval of this change, can someone post a link to it? ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 16:31:12 2014 From: report at bugs.python.org (Sven Brauch) Date: Sun, 12 Oct 2014 14:31:12 +0000 Subject: [issue10769] ast: provide more useful range information In-Reply-To: <1293199668.93.0.710632978584.issue10769@psf.upfronthosting.co.za> Message-ID: <1413124272.57.0.53449147407.issue10769@psf.upfronthosting.co.za> Sven Brauch added the comment: Hi, Mailing list thread: https://mail.python.org/pipermail/python-dev/2012-December/123320.html Discussion on the patch: http://bugs.python.org/issue16795 Greetings, Sven ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 16:32:59 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 14:32:59 +0000 Subject: [issue21842] Fix IDLE in unicodeless build In-Reply-To: <1403594288.8.0.587190115284.issue21842@psf.upfronthosting.co.za> Message-ID: <1413124379.52.0.336308204426.issue21842@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Most tests which detects no-unicode build, assume that the unicode doesn't exist. It can be confused to introduce faked public (non-underscored) name. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 16:36:41 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 14:36:41 +0000 Subject: [issue17293] uuid.getnode() MAC address on AIX In-Reply-To: <1361777348.15.0.791534887595.issue17293@psf.upfronthosting.co.za> Message-ID: <1413124601.46.0.729360147473.issue17293@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: If there are no objections, I'll commit the patch soon. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 16:37:10 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 12 Oct 2014 14:37:10 +0000 Subject: [issue22616] Allow connecting AST nodes with corresponding source ranges In-Reply-To: <1413099307.65.0.261518195286.issue22616@psf.upfronthosting.co.za> Message-ID: <1413124630.97.0.28400329919.issue22616@psf.upfronthosting.co.za> R. David Murray added the comment: The "python develop team" is a group of volunteers. What you need to do to move this forward is to work on patches (or polishing patches, in the case of issue 16806) for open issues for which there has been no objection, and build a consensus for fixing the issues for which there has been objection. Based on the issue 10769 discussion, it sounds like it would be worthwhile to go to python-ideas and advocate for the position that the ast parser should be enhanced for the kind of use cases you are talking about. It is possible a PEP would be required, but it is also fairly likely that one will not be. Personally I'm in favor of supporting such use cases, but I'm not involved in maintaining any of the relevant code nor do I have an interest in getting involved at this time. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 16:37:13 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 14:37:13 +0000 Subject: [issue13664] UnicodeEncodeError in gzip when filename contains non-ascii In-Reply-To: <1324914932.64.0.469258692044.issue13664@psf.upfronthosting.co.za> Message-ID: <1413124633.97.0.221172318105.issue13664@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- assignee: -> serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 16:39:05 2014 From: report at bugs.python.org (=?utf-8?q?Charles-Fran=C3=A7ois_Natali?=) Date: Sun, 12 Oct 2014 14:39:05 +0000 Subject: [issue17293] uuid.getnode() MAC address on AIX In-Reply-To: <1413124601.46.0.729360147473.issue17293@psf.upfronthosting.co.za> Message-ID: Charles-Fran?ois Natali added the comment: My only comment would be to use subprocess instead of os.popen(). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 16:44:56 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 14:44:56 +0000 Subject: [issue17293] uuid.getnode() MAC address on AIX In-Reply-To: <1361777348.15.0.791534887595.issue17293@psf.upfronthosting.co.za> Message-ID: <1413125096.92.0.802431967208.issue17293@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: This is different issue and can be applied only to 3.5. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 16:52:14 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 14:52:14 +0000 Subject: [issue13664] UnicodeEncodeError in gzip when filename contains non-ascii In-Reply-To: <1324914932.64.0.469258692044.issue13664@psf.upfronthosting.co.za> Message-ID: <1413125534.39.0.826953866406.issue13664@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: I there are no objections I'll commit the patch soon. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 16:56:53 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 12 Oct 2014 14:56:53 +0000 Subject: [issue22618] urllib.parse.parse_qsl different results after urllib.parse.unquote In-Reply-To: <1413122181.37.0.728502828464.issue22618@psf.upfronthosting.co.za> Message-ID: <1413125813.26.0.000382242482925.issue22618@psf.upfronthosting.co.za> R. David Murray added the comment: Isn't it obvious that you have to parse before you unquote? That's the purpose of quoting, after all. I suppose that is one of those "beginner mind" things that is obvious only because I'm an experienced programmer...and that there are web servers that do it wrong. The docs could definitely use some improvement, since they don't mention that parse_qs automatically unquotes the values...it is implicit in the fact that urlencode with doseq=true is the inverse, and it encodes them, but it should be made explicit. You also might want to take note of the 'keep_blank_values' attribute, which could also use a doc improvement (it isn't obvious from the text what 'blank values' are): >>> parse_qs('a=1&b=2&b=1&a%3Donly_appears_after_unquote', keep_blank_values=True) {'a': ['1'], 'b': ['2', '1'], 'a=only_appears_after_unquote': ['']} ---------- assignee: -> docs at python components: +Documentation -Library (Lib) nosy: +docs at python, r.david.murray versions: +Python 2.7, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 16:59:44 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 12 Oct 2014 14:59:44 +0000 Subject: [issue22618] urllib.parse.parse_qsl different results after urllib.parse.unquote In-Reply-To: <1413122181.37.0.728502828464.issue22618@psf.upfronthosting.co.za> Message-ID: <1413125984.72.0.0743476460595.issue22618@psf.upfronthosting.co.za> R. David Murray added the comment: Eh, that "Isn't it obvious" comment was uncalled for. Of course it isn't obvious, especially when the docs are unclear. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 17:06:28 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 12 Oct 2014 15:06:28 +0000 Subject: [issue10769] ast: provide more useful range information In-Reply-To: <1293199668.93.0.710632978584.issue10769@psf.upfronthosting.co.za> Message-ID: <1413126388.1.0.0486873037205.issue10769@psf.upfronthosting.co.za> R. David Murray added the comment: OK, so that patch was committed. Does that mean this one can be close? (I'm not familiar with the code in question.) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 17:07:25 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 15:07:25 +0000 Subject: [issue7665] test_urllib2 and test_ntpath fail if path contains "\" In-Reply-To: <1263142226.0.0.91918347375.issue7665@psf.upfronthosting.co.za> Message-ID: <1413126445.17.0.843832882973.issue7665@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Oh-oh, I didn't attached my patch and cleared my working space. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 17:07:59 2014 From: report at bugs.python.org (=?utf-8?q?Charles-Fran=C3=A7ois_Natali?=) Date: Sun, 12 Oct 2014 15:07:59 +0000 Subject: [issue17293] uuid.getnode() MAC address on AIX In-Reply-To: <1413125096.92.0.802431967208.issue17293@psf.upfronthosting.co.za> Message-ID: Charles-Fran?ois Natali added the comment: Why is that a different issue? The code you *add in this patch* uses os.popen, why not use subprocess instead? Furthermore, the code catches OSError when calling popen(), but popen() doesn't raise an exception. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 17:08:43 2014 From: report at bugs.python.org (STINNER Victor) Date: Sun, 12 Oct 2014 15:08:43 +0000 Subject: [issue7665] test_urllib2 and test_ntpath fail if path contains "\" In-Reply-To: <1413126445.17.0.843832882973.issue7665@psf.upfronthosting.co.za> Message-ID: STINNER Victor added the comment: > Oh-oh, I didn't attached my patch and cleared my working space. Too bad. I did the same mistake yesterday :-/ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 17:10:41 2014 From: report at bugs.python.org (STINNER Victor) Date: Sun, 12 Oct 2014 15:10:41 +0000 Subject: [issue17293] uuid.getnode() MAC address on AIX In-Reply-To: <1361777348.15.0.791534887595.issue17293@psf.upfronthosting.co.za> Message-ID: <1413126641.21.0.278012494114.issue17293@psf.upfronthosting.co.za> STINNER Victor added the comment: FYI os.popen() now calls subprocess... So it's safe to call directly subprocess. ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 17:13:37 2014 From: report at bugs.python.org (STINNER Victor) Date: Sun, 12 Oct 2014 15:13:37 +0000 Subject: [issue17293] uuid.getnode() MAC address on AIX In-Reply-To: <1361777348.15.0.791534887595.issue17293@psf.upfronthosting.co.za> Message-ID: <1413126817.89.0.711543262614.issue17293@psf.upfronthosting.co.za> STINNER Victor added the comment: + cmd = 'LC_ALL=C %s %s 2>/dev/null' % (executable, '-ia') It's safer to use the subprocess module instead of using a shell (see the recent Shellshock story) to change the environment variables and to redirect stderr. subprocess now has a convinient subprocess.DEVNULL. So it's something like: env = os.environ.copy() env['LC_ALL'] = 'C' process = subprocess.Popen([executable, '-ia'], stderr=subprocess.DEVNULL) ... ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 17:14:20 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 12 Oct 2014 15:14:20 +0000 Subject: [issue22616] Allow connecting AST nodes with corresponding source ranges In-Reply-To: <1413099307.65.0.261518195286.issue22616@psf.upfronthosting.co.za> Message-ID: <1413126860.32.0.70949752207.issue22616@psf.upfronthosting.co.za> R. David Murray added the comment: OK, reading the followon links just added to issue issue 10769, it seems clear you don't need to advocate for the idea of supporting external tools, there seems to be consensus agreement for that. So now it is down to specific proposals and patches. And reviews of patches, those are equally important :) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 17:16:10 2014 From: report at bugs.python.org (Sven Brauch) Date: Sun, 12 Oct 2014 15:16:10 +0000 Subject: [issue10769] ast: provide more useful range information In-Reply-To: <1293199668.93.0.710632978584.issue10769@psf.upfronthosting.co.za> Message-ID: <1413126970.3.0.67141180097.issue10769@psf.upfronthosting.co.za> Sven Brauch added the comment: Yes, this issue can be closed. ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 17:22:19 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 15:22:19 +0000 Subject: [issue7665] test_urllib2 and test_ntpath fail if path contains "\" In-Reply-To: <1263142226.0.0.91918347375.issue7665@psf.upfronthosting.co.za> Message-ID: <1413127339.28.0.610008340449.issue7665@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Here is an attempt to reproduce my patch. ---------- Added file: http://bugs.python.org/file36890/issue7665.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 17:24:01 2014 From: report at bugs.python.org (Benjamin Peterson) Date: Sun, 12 Oct 2014 15:24:01 +0000 Subject: [issue22526] file iteration SystemError for huge lines (2GiB+) In-Reply-To: <1412093451.75.0.0583026923325.issue22526@psf.upfronthosting.co.za> Message-ID: <1413127441.6.0.998104409964.issue22526@psf.upfronthosting.co.za> Changes by Benjamin Peterson : ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 17:24:10 2014 From: report at bugs.python.org (Dmitry Kazakov) Date: Sun, 12 Oct 2014 15:24:10 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions Message-ID: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> New submission from Dmitry Kazakov: This is the possible patch for this proposal: https://mail.python.org/pipermail/python-ideas/2014-October/029826.html. ---------- components: Library (Lib) messages: 229167 nosy: vlth priority: normal severity: normal status: open title: Possible implementation of negative limit for traceback functions type: enhancement versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 17:24:56 2014 From: report at bugs.python.org (Dmitry Kazakov) Date: Sun, 12 Oct 2014 15:24:56 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions In-Reply-To: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> Message-ID: <1413127496.19.0.512469690831.issue22619@psf.upfronthosting.co.za> Dmitry Kazakov added the comment: def _extract_tb_or_stack_iter(curr, limit, extractor): # Distinguish frames from tracebacks (need to import types) if limit is None: limit = getattr(sys, 'tracebacklimit', None) elif limit < 0 and isinstance(curr, types.TracebackType): seq = list(_extract_tb_or_stack_iter(curr, None, extractor)) yield from seq[limit:] else: pass ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 17:29:56 2014 From: report at bugs.python.org (Alex Vaystikh) Date: Sun, 12 Oct 2014 15:29:56 +0000 Subject: [issue22618] urllib.parse.parse_qsl different results after urllib.parse.unquote In-Reply-To: <1413122181.37.0.728502828464.issue22618@psf.upfronthosting.co.za> Message-ID: <1413127796.55.0.677960129357.issue22618@psf.upfronthosting.co.za> Alex Vaystikh added the comment: It is much clearer after your insight: - I wasn't aware that 'parse_qs' unquotes values. That's most helpful! - I had no idea what 'keep_blank_values' were before your example, but now it couldn't be more obvious. I know that adding that example to docs would've helped me a lot! Maybe others? Thank you for the help! ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 17:46:06 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 12 Oct 2014 15:46:06 +0000 Subject: [issue10769] ast: provide more useful range information In-Reply-To: <1293199668.93.0.710632978584.issue10769@psf.upfronthosting.co.za> Message-ID: <1413128766.77.0.317076084463.issue10769@psf.upfronthosting.co.za> R. David Murray added the comment: Thanks. ---------- stage: needs patch -> resolved _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 18:07:19 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 12 Oct 2014 16:07:19 +0000 Subject: [issue6478] time.tzset does not reset _strptime's locale time cache In-Reply-To: <1247506425.36.0.284798334504.issue6478@psf.upfronthosting.co.za> Message-ID: <1413130039.3.0.97054709942.issue6478@psf.upfronthosting.co.za> R. David Murray added the comment: Berker: the patch doesn't apply cleanly any more. Also, about the test_bad_timezone modification...what about the previous check that the tzname wasn't in UTC/GMT? Isn't that still needed? Or perhaps better yet, an additional @run_with_tz decorator? (Note that I don't really *understand* this code, so I may be totally off base here... :) ---------- nosy: +r.david.murray stage: commit review -> needs patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 18:17:12 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 16:17:12 +0000 Subject: [issue17293] uuid.getnode() MAC address on AIX In-Reply-To: <1361777348.15.0.791534887595.issue17293@psf.upfronthosting.co.za> Message-ID: <1413130632.19.0.217723853515.issue17293@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: > The code you *add in this patch* uses os.popen, why not use subprocess instead? Added code is just modified copy of existing code. > Furthermore, the code catches OSError when calling popen(), but popen() doesn't raise an exception. It can raise an exception in rare cases. The manual of pipe mentions this. The code of posix_popen() contains error handling. > FYI os.popen() now calls subprocess... Not in 2.7. > It's safer to use the subprocess module instead of using a shell (see the recent Shellshock story) to change the environment variables and to redirect stderr. May be, but this is different issue, which is not related to this issue. If os.popen should be replaced with subprocess, it should be done even without applying the patch of this issue. Please open new issue. However the recent Shellshock story affects only users of platforms which use bash or zsh as system shell (are there any?). > subprocess now has a convinient subprocess.DEVNULL. Not in 2.7. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 18:19:50 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 16:19:50 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions In-Reply-To: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> Message-ID: <1413130790.13.0.991440670577.issue22619@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: You forgot a patch. ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 18:24:56 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 12 Oct 2014 16:24:56 +0000 Subject: [issue20596] Support for alternate wcstok syntax for Windows compilers In-Reply-To: <1392123816.37.0.457546149708.issue20596@psf.upfronthosting.co.za> Message-ID: <1413131096.85.0.599757114214.issue20596@psf.upfronthosting.co.za> R. David Murray added the comment: Moving this back to 'patch review' stage since there's a new patch that hasn't been reviewed. Perhaps this 'ping' will result in someone doing the review (so, no, the issue isn't dead, just sleeping :) ---------- nosy: +r.david.murray stage: commit review -> patch review versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 18:25:49 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 16:25:49 +0000 Subject: [issue20335] bytes constructor accepts more than one argument even if the first one is not a string In-Reply-To: <1390340737.95.0.677221459573.issue20335@psf.upfronthosting.co.za> Message-ID: <1413131149.78.0.104075499235.issue20335@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- priority: normal -> low _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 18:39:36 2014 From: report at bugs.python.org (Dmitry Kazakov) Date: Sun, 12 Oct 2014 16:39:36 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions In-Reply-To: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> Message-ID: <1413131976.32.0.737033351797.issue22619@psf.upfronthosting.co.za> Dmitry Kazakov added the comment: Sorry, first time posting here; accidently pressed Enter. ---------- hgrepos: +275 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 18:40:09 2014 From: report at bugs.python.org (Dmitry Kazakov) Date: Sun, 12 Oct 2014 16:40:09 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions In-Reply-To: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> Message-ID: <1413132009.15.0.309878312275.issue22619@psf.upfronthosting.co.za> Changes by Dmitry Kazakov : ---------- keywords: +patch Added file: http://bugs.python.org/file36891/9f618a0c2880.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 18:53:58 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 12 Oct 2014 16:53:58 +0000 Subject: [issue11973] kevent does not accept KQ_NOTE_EXIT (and other (f)flags) In-Reply-To: <1304274394.46.0.0260368215252.issue11973@psf.upfronthosting.co.za> Message-ID: <20141012165355.58897.15155@psf.io> Roundup Robot added the comment: New changeset 35542a32cd54 by R David Murray in branch '3.4': #11973: add test for previously fixed kevent signed/unsigned bug. https://hg.python.org/cpython/rev/35542a32cd54 New changeset a028299c9bc2 by R David Murray in branch 'default': Merge: #11973: add test for previously fixed kevent signed/unsigned bug. https://hg.python.org/cpython/rev/a028299c9bc2 New changeset 38fe09772b4f by R David Murray in branch '2.7': #11973: add test for previously fixed kevent signed/unsigned bug. https://hg.python.org/cpython/rev/38fe09772b4f ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 18:55:04 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 12 Oct 2014 16:55:04 +0000 Subject: [issue11973] kevent does not accept KQ_NOTE_EXIT (and other (f)flags) In-Reply-To: <1304274394.46.0.0260368215252.issue11973@psf.upfronthosting.co.za> Message-ID: <1413132904.74.0.997368298288.issue11973@psf.upfronthosting.co.za> R. David Murray added the comment: Committed the test finally. Thanks, David. ---------- nosy: +r.david.murray stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 19:06:42 2014 From: report at bugs.python.org (Saimadhav Heblikar) Date: Sun, 12 Oct 2014 17:06:42 +0000 Subject: [issue21603] IDLE: Document SaveAs extension display on Mac In-Reply-To: <1401349272.89.0.982652468131.issue21603@psf.upfronthosting.co.za> Message-ID: <1413133602.94.0.301012296046.issue21603@psf.upfronthosting.co.za> Saimadhav Heblikar added the comment: >>Saimadhav, can you quickly try Save As with x.py on Linux? with files of type python: filename stored on disk -> x.py with all files type : filename stored on disk -> x.py ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 19:16:07 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 12 Oct 2014 17:16:07 +0000 Subject: [issue17325] improve organization of the PyPI distutils docs In-Reply-To: <1362131491.68.0.398716399036.issue17325@psf.upfronthosting.co.za> Message-ID: <20141012171606.19938.36520@psf.io> Roundup Robot added the comment: New changeset 12536a991007 by R David Murray in branch '3.4': #17325: Improve distutils PyPI documentation. https://hg.python.org/cpython/rev/12536a991007 New changeset 8e4afcaa196c by R David Murray in branch 'default': Merge: #17325: Improve distutils PyPI documentation. https://hg.python.org/cpython/rev/8e4afcaa196c New changeset 77098919f819 by R David Murray in branch '2.7': #17325: Improve distutils PyPI documentation. https://hg.python.org/cpython/rev/77098919f819 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 19:17:16 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 17:17:16 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions In-Reply-To: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> Message-ID: <1413134236.64.0.531422466618.issue22619@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: I have added comments on Retvield (a system for patch reviewing). You should receive an email about this. In general the patch is not optimal. There is no need to load source lines for dropped entries. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 19:18:23 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 12 Oct 2014 17:18:23 +0000 Subject: [issue17325] improve organization of the PyPI distutils docs In-Reply-To: <1362131491.68.0.398716399036.issue17325@psf.upfronthosting.co.za> Message-ID: <1413134303.34.0.0805761932961.issue17325@psf.upfronthosting.co.za> R. David Murray added the comment: Committed. I changed the urls as suggested by Antoine. I also added a link to the test pypi page, though I'm not sure what I did is exactly what Antoine had in mind. ---------- nosy: +r.david.murray resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 19:22:27 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 17:22:27 +0000 Subject: [issue20567] test_idle causes test_ttk_guionly 'can't invoke "event" command: application has been destroyed' messages from Tk In-Reply-To: <1391902578.02.0.588798272285.issue20567@psf.upfronthosting.co.za> Message-ID: <1413134547.23.0.923375876788.issue20567@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: These messages are produced because there are non-handled events of destroyed root widget. They are handled when update() is called for other root widget. To get rid of them you should call update_idletasks() before destroying root widget. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 20:14:52 2014 From: report at bugs.python.org (Dmitry Kazakov) Date: Sun, 12 Oct 2014 18:14:52 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions In-Reply-To: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> Message-ID: <1413137692.62.0.862235677445.issue22619@psf.upfronthosting.co.za> Dmitry Kazakov added the comment: Thanks. I replied to your comments at Retvield. I'll update the patch tomorrow. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 20:16:05 2014 From: report at bugs.python.org (Cristian Baboi) Date: Sun, 12 Oct 2014 18:16:05 +0000 Subject: [issue22620] pythonw does not open on windows 8.1 x64 Message-ID: <1413137765.14.0.582555536728.issue22620@psf.upfronthosting.co.za> Changes by Cristian Baboi : ---------- components: Windows nosy: Cristian.Baboi priority: normal severity: normal status: open title: pythonw does not open on windows 8.1 x64 type: crash versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 20:17:28 2014 From: report at bugs.python.org (Cristian Baboi) Date: Sun, 12 Oct 2014 18:17:28 +0000 Subject: [issue22620] pythonw does not open on windows 8.1 x64 Message-ID: <1413137848.83.0.526048629392.issue22620@psf.upfronthosting.co.za> New submission from Cristian Baboi: I've just installed the latest python on windows 8.1 x64 version and it does not start. The console version works ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 20:20:36 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sun, 12 Oct 2014 18:20:36 +0000 Subject: [issue13664] UnicodeEncodeError in gzip when filename contains non-ascii In-Reply-To: <1324914932.64.0.469258692044.issue13664@psf.upfronthosting.co.za> Message-ID: <1413138036.89.0.159287114648.issue13664@psf.upfronthosting.co.za> Terry J. Reedy added the comment: fine with me ---------- stage: patch review -> commit review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 20:27:00 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 12 Oct 2014 18:27:00 +0000 Subject: [issue13096] ctypes: segfault with large POINTER type names In-Reply-To: <1317700059.13.0.375039668353.issue13096@psf.upfronthosting.co.za> Message-ID: <20141012182658.50019.62890@psf.io> Roundup Robot added the comment: New changeset e940bb13d010 by R David Murray in branch '3.4': #13096: Fix segfault in CTypes POINTER handling of large values. https://hg.python.org/cpython/rev/e940bb13d010 New changeset 02c9c3204a04 by R David Murray in branch 'default': Merge: #13096: Fix segfault in CTypes POINTER handling of large values. https://hg.python.org/cpython/rev/02c9c3204a04 New changeset ff59b0f9e142 by R David Murray in branch '2.7': #13096: Fix segfault in CTypes POINTER handling of large values. https://hg.python.org/cpython/rev/ff59b0f9e142 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 20:27:40 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 12 Oct 2014 18:27:40 +0000 Subject: [issue13096] ctypes: segfault with large POINTER type names In-Reply-To: <1317700059.13.0.375039668353.issue13096@psf.upfronthosting.co.za> Message-ID: <1413138460.95.0.0412261535198.issue13096@psf.upfronthosting.co.za> R. David Murray added the comment: Committed. ---------- nosy: +r.david.murray resolution: -> fixed stage: commit review -> resolved status: open -> closed versions: +Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 20:42:08 2014 From: report at bugs.python.org (Cristian Baboi) Date: Sun, 12 Oct 2014 18:42:08 +0000 Subject: [issue22620] pythonw does not open on windows 8.1 x64 In-Reply-To: <1413137848.83.0.526048629392.issue22620@psf.upfronthosting.co.za> Message-ID: <1413139328.91.0.756241371843.issue22620@psf.upfronthosting.co.za> Cristian Baboi added the comment: I tried both 2.7 and 3.5 versions and none of them works ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 20:43:49 2014 From: report at bugs.python.org (Ethan Furman) Date: Sun, 12 Oct 2014 18:43:49 +0000 Subject: [issue22609] Constructors of some mapping classes don't accept `self` keyword argument In-Reply-To: <1413029049.09.0.127316928921.issue22609@psf.upfronthosting.co.za> Message-ID: <1413139429.81.0.976150112482.issue22609@psf.upfronthosting.co.za> Ethan Furman added the comment: I will take a look. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 21:05:53 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 12 Oct 2014 19:05:53 +0000 Subject: [issue22620] pythonw does not open on windows 8.1 x64 In-Reply-To: <1413137848.83.0.526048629392.issue22620@psf.upfronthosting.co.za> Message-ID: <1413140753.58.0.872048466954.issue22620@psf.upfronthosting.co.za> Mark Lawrence added the comment: The purpose of pythonw is to run GUI scripts without having a console. How are you trying to run it, what do you expect to happen and what actually happens? I'm assuming that you mean 3.4 as 3.5 hasn't been released yet. ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 21:11:23 2014 From: report at bugs.python.org (Vandana Rao) Date: Sun, 12 Oct 2014 19:11:23 +0000 Subject: [issue22620] pythonw does not open on windows 8.1 x64 In-Reply-To: <1413137848.83.0.526048629392.issue22620@psf.upfronthosting.co.za> Message-ID: <1413141083.94.0.902328160918.issue22620@psf.upfronthosting.co.za> Vandana Rao added the comment: I had the same problem. I assume that you are using IDLE. Hopefully it works. ---------- nosy: +Vandana.Rao _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 21:17:53 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 12 Oct 2014 19:17:53 +0000 Subject: [issue20815] ipaddress unit tests PEP8 In-Reply-To: <1393675292.33.0.0800271368289.issue20815@psf.upfronthosting.co.za> Message-ID: <20141012191752.39526.42360@psf.io> Roundup Robot added the comment: New changeset 27a02eb9273f by R David Murray in branch '3.4': #20815: small readability improvements in ipaddress tests. https://hg.python.org/cpython/rev/27a02eb9273f New changeset 4c9d27eef892 by R David Murray in branch 'default': #20815: small readability improvements in ipaddress tests. https://hg.python.org/cpython/rev/4c9d27eef892 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 21:19:13 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 12 Oct 2014 19:19:13 +0000 Subject: [issue20815] ipaddress unit tests PEP8 In-Reply-To: <1393675292.33.0.0800271368289.issue20815@psf.upfronthosting.co.za> Message-ID: <1413141553.47.0.859521658926.issue20815@psf.upfronthosting.co.za> R. David Murray added the comment: Since ipaddress is relatively new, the package maintainers approved the patch, and it is mostly blank lines (and therefore not a problem with annotate) I committed this. Thank Michel. ---------- nosy: +r.david.murray resolution: -> fixed stage: commit review -> resolved status: open -> closed versions: +Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 21:25:48 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 12 Oct 2014 19:25:48 +0000 Subject: [issue13664] UnicodeEncodeError in gzip when filename contains non-ascii In-Reply-To: <1324914932.64.0.469258692044.issue13664@psf.upfronthosting.co.za> Message-ID: <20141012192543.49997.13381@psf.io> Roundup Robot added the comment: New changeset 272c78c9c47e by Serhiy Storchaka in branch '2.7': Issue #13664: GzipFile now supports non-ascii Unicode filenames. https://hg.python.org/cpython/rev/272c78c9c47e ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 21:28:38 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 19:28:38 +0000 Subject: [issue13664] UnicodeEncodeError in gzip when filename contains non-ascii In-Reply-To: <1324914932.64.0.469258692044.issue13664@psf.upfronthosting.co.za> Message-ID: <1413142118.35.0.46924386289.issue13664@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Thank you Terry for the review. ---------- resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 21:34:44 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 12 Oct 2014 19:34:44 +0000 Subject: [issue22390] test.regrtest should complain if a test doesn't remove temporary files In-Reply-To: <1410445852.03.0.724241204359.issue22390@psf.upfronthosting.co.za> Message-ID: <1413142484.59.0.132571528214.issue22390@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: How about regrtest_warn_lost_files.patch? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 21:40:44 2014 From: report at bugs.python.org (Cristian Baboi) Date: Sun, 12 Oct 2014 19:40:44 +0000 Subject: [issue22620] pythonw does not open on windows 8.1 x64 In-Reply-To: <1413137848.83.0.526048629392.issue22620@psf.upfronthosting.co.za> Message-ID: <1413142844.11.0.692408095999.issue22620@psf.upfronthosting.co.za> Cristian Baboi added the comment: Sorry! I launched pythonw without ascript. I found idle and it works. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 21:43:48 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 12 Oct 2014 19:43:48 +0000 Subject: [issue22620] pythonw does not open on windows 8.1 x64 In-Reply-To: <1413137848.83.0.526048629392.issue22620@psf.upfronthosting.co.za> Message-ID: <1413143028.88.0.764195251581.issue22620@psf.upfronthosting.co.za> R. David Murray added the comment: I'm going to close this, then. If you think there's a documentation issue we can reopen it. ---------- nosy: +r.david.murray resolution: -> not a bug stage: -> resolved status: open -> closed type: crash -> behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 12 23:19:27 2014 From: report at bugs.python.org (Ned Deily) Date: Sun, 12 Oct 2014 21:19:27 +0000 Subject: [issue21603] IDLE: Document SaveAs extension display on Mac In-Reply-To: <1401349272.89.0.982652468131.issue21603@psf.upfronthosting.co.za> Message-ID: <1413148767.02.0.735876375783.issue21603@psf.upfronthosting.co.za> Ned Deily added the comment: If Raymond concurs that either unchecking the Hide Extensions option or checking the Show All Filenmame Extensions preference solves the problem for him, we should just close this issue. In this particular case, the file is actually saved with a .py extension; it's just that the extension part is not displayed in the standard OS file dialogs. It is visible via, say, "ls" in a UNIX shell. This is standard OS X application behavior and caters to two different styles of file interaction. All OS X applications that use the standard file save dialogs work this way. See, for example, http://support.apple.com/kb/PH13920?viewlocale=en_US&locale=en_US. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 00:03:46 2014 From: report at bugs.python.org (STINNER Victor) Date: Sun, 12 Oct 2014 22:03:46 +0000 Subject: [issue22390] test.regrtest should complain if a test doesn't remove temporary files In-Reply-To: <1410445852.03.0.724241204359.issue22390@psf.upfronthosting.co.za> Message-ID: <1413151426.05.0.0213257079959.issue22390@psf.upfronthosting.co.za> STINNER Victor added the comment: > This allow other tests which leaks the same file to be reported too. I don't understand your answer. The "fn.startswith(support.TESTFN)" test is not used in get_files(). If I understood correctly, your patch changes two things: - it now reports files created for tests but not deleted (purpose of this issue) - it removes more files than before I don't understand why you want to remove more files than before. You may open a different issue, or at least explain the rationale. I never see any forgotten test file after running tests, so I don't see why you are worried because of them. And with your first patch, we will now noticed forgotten files, so we can just fix tests. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 00:17:44 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sun, 12 Oct 2014 22:17:44 +0000 Subject: [issue20567] test_idle causes test_ttk_guionly 'can't invoke "event" command: application has been destroyed' messages from Tk In-Reply-To: <1391902578.02.0.588798272285.issue20567@psf.upfronthosting.co.za> Message-ID: <1413152264.95.0.991900961303.issue20567@psf.upfronthosting.co.za> Terry J. Reedy added the comment: You left this issue number off your tkinter test updates, such as f6f098bdb843. By using .update_idletasks instead of .update, are you assuming that their are no user events, or that they should be ignormed? I was wondering whether it would be Ok, if not a good idea, to run tests, and maybe Idle itself, with NoDefaultRoot. I see that is already done for tkinter tests. I cannot use exactly the same design as AbstractTkTest since I sometimes do other things in setUp/tearDownClass, but I could define create_test_root() and delete_test_root() functions in a support file. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 00:47:52 2014 From: report at bugs.python.org (Michael Foord) Date: Sun, 12 Oct 2014 22:47:52 +0000 Subject: [issue11664] Add patch method to unittest.TestCase In-Reply-To: <1300999439.71.0.376555102459.issue11664@psf.upfronthosting.co.za> Message-ID: <1413154072.6.0.562340851307.issue11664@psf.upfronthosting.co.za> Michael Foord added the comment: The patch (including lazy import) looks good, and the test looks ok too. I still think that patch should be the default instead of patch.object - although I wouldn't object to a second method (name?) if there was significant demand. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 01:07:42 2014 From: report at bugs.python.org (STINNER Victor) Date: Sun, 12 Oct 2014 23:07:42 +0000 Subject: [issue22599] traceback: errors in the linecache module at exit In-Reply-To: <1412940961.34.0.0781587147709.issue22599@psf.upfronthosting.co.za> Message-ID: <1413155262.6.0.0297375541373.issue22599@psf.upfronthosting.co.za> STINNER Victor added the comment: > Alternative solution of this issue would be to use "from builtins import open as _open" instead of "import builtins". Right. I prefer your solution because it's much simpler, it doesn't make traceback less usable at exit, and it doesn't need to make assumption on the Python status. Here is a patch implementing this idea with an unit test. ---------- Added file: http://bugs.python.org/file36892/traceback_at_exit.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 03:07:16 2014 From: report at bugs.python.org (koobs) Date: Mon, 13 Oct 2014 01:07:16 +0000 Subject: [issue13664] UnicodeEncodeError in gzip when filename contains non-ascii In-Reply-To: <1324914932.64.0.469258692044.issue13664@psf.upfronthosting.co.za> Message-ID: <1413162436.63.0.192702018982.issue13664@psf.upfronthosting.co.za> koobs added the comment: This broke a FreeBSD buildbot (koobs-freebsd10), complete log attached. ---------- nosy: +koobs Added file: http://bugs.python.org/file36893/koobs-freebsd10-build-742.log _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 03:17:05 2014 From: report at bugs.python.org (Ezio Melotti) Date: Mon, 13 Oct 2014 01:17:05 +0000 Subject: [issue13664] UnicodeEncodeError in gzip when filename contains non-ascii In-Reply-To: <1324914932.64.0.469258692044.issue13664@psf.upfronthosting.co.za> Message-ID: <1413163025.33.0.92059357589.issue13664@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- status: closed -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 03:21:11 2014 From: report at bugs.python.org (Robert Collins) Date: Mon, 13 Oct 2014 01:21:11 +0000 Subject: [issue11664] Add patch method to unittest.TestCase In-Reply-To: <1300999439.71.0.376555102459.issue11664@psf.upfronthosting.co.za> Message-ID: <1413163271.36.0.353579619002.issue11664@psf.upfronthosting.co.za> Robert Collins added the comment: FWIW I'd really like to be reducing the TestCase API not extending it - particularly since there are lots of good convenient ways of doing this already (not least mock.patch/mock.patch.object). So I'm -0.5 on adding this, as I don't see it adding value. That said, I'll happily review for correctness if there is consensus that we want it. Relatedly I'd like to find some way to let regular functions tie into cleanups automatically, so that we don't need helpers like this *at all*. That probably needs a PEP though. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 03:25:17 2014 From: report at bugs.python.org (koobs) Date: Mon, 13 Oct 2014 01:25:17 +0000 Subject: [issue13664] UnicodeEncodeError in gzip when filename contains non-ascii In-Reply-To: <1324914932.64.0.469258692044.issue13664@psf.upfronthosting.co.za> Message-ID: <1413163517.46.0.80317176847.issue13664@psf.upfronthosting.co.za> koobs added the comment: koobs at 10-STABLE-amd64:~ % locale LANG= LC_CTYPE="C" LC_COLLATE="C" LC_TIME="C" LC_NUMERIC="C" LC_MONETARY="C" LC_MESSAGES="C" LC_ALL= ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 03:34:43 2014 From: report at bugs.python.org (Ezio Melotti) Date: Mon, 13 Oct 2014 01:34:43 +0000 Subject: [issue11664] Add patch method to unittest.TestCase In-Reply-To: <1300999439.71.0.376555102459.issue11664@psf.upfronthosting.co.za> Message-ID: <1413164083.23.0.236903088204.issue11664@psf.upfronthosting.co.za> Ezio Melotti added the comment: I'm -0.5 on this as well, and agree that we should try to keep the TestCase API small. On one hand, a patch method available without extra imports would be handy, and having this as a generic function/method in unittest seems more natural to me than having it in unittest.mock. On the other hand, adding it to unittest has downsides as well: it increases API complexity, adds duplication and possibly confusion (people might wonder if they should use TestCase.patch or unittest.mock.patch, and if there are any differences). Adding both .patch and .patch_object makes things even worse. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 04:02:06 2014 From: report at bugs.python.org (Alex Gaynor) Date: Mon, 13 Oct 2014 02:02:06 +0000 Subject: [issue22559] [backport] ssl.MemoryBIO In-Reply-To: <1412540756.02.0.793381062078.issue22559@psf.upfronthosting.co.za> Message-ID: <1413165726.28.0.987018786922.issue22559@psf.upfronthosting.co.za> Alex Gaynor added the comment: Would you be ok with it going into 2.7.10? The biggest argument in favor of this is that it significantly reduces the diff between 2.x and 3.x's SSL module, specifically it removes the one major difference between the two of them. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 04:21:39 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Mon, 13 Oct 2014 02:21:39 +0000 Subject: [issue13664] UnicodeEncodeError in gzip when filename contains non-ascii In-Reply-To: <1324914932.64.0.469258692044.issue13664@psf.upfronthosting.co.za> Message-ID: <1413166899.06.0.877046230513.issue13664@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I rechecked and test_gzip passes on 2.7 Win7, I checked revision history and this is the only gzip or test_gzip patch for several months. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 04:31:42 2014 From: report at bugs.python.org (Martin Panter) Date: Mon, 13 Oct 2014 02:31:42 +0000 Subject: [issue11664] Add patch method to unittest.TestCase In-Reply-To: <1300999439.71.0.376555102459.issue11664@psf.upfronthosting.co.za> Message-ID: <1413167502.34.0.585970647381.issue11664@psf.upfronthosting.co.za> Martin Panter added the comment: [padding to avoid UTF-8 error with bug tracker] See also Issue 22374, where an equivalent of ?patch.object? is suggested as an example context manager for the ?contextlib? documentation. If we added a plain function or context manager rather than a new TestCase method, it might avoid the worries about bloating the API. Then it could be a generic thing for any kind of testing, and not coupled with the ?unittest? framework. About cleanup functions more generally, I think they already tie in well with the TestCase.addCleanup() API. Perhaps it could handle general context managers as well though, by inheriting an ExitStack.enter_context() method or providing an ExitStack attribute. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 04:46:33 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Mon, 13 Oct 2014 02:46:33 +0000 Subject: [issue21986] Idle: disable pickleability of user code objects In-Reply-To: <1405469623.84.0.281722062447.issue21986@psf.upfronthosting.co.za> Message-ID: <1413168393.87.0.527850258737.issue21986@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I agree that a test for dumps would be a good idea. Ditto for hundreds of other untested functions. I don't see this one as a priority. PyShell imports non-idlelib modules, including re, before idlelib modules, such as rpc. So the re addition is there, though I strongly doubt that compiled regexs are every sent to the user process. Since about 10 different messages of different types are sent as part of startup, the fact that Idle does start is strong evidence that dumps and much of the rest of rpc is ok. I would start a test of rpc by documenting the protocol and listing the messages types so at least one of each could be tested. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 04:59:43 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 13 Oct 2014 02:59:43 +0000 Subject: [issue22614] Idle: problem in PyShellEditorWindow.color_breakpoint_text In-Reply-To: <1413065880.69.0.0818621344041.issue22614@psf.upfronthosting.co.za> Message-ID: <20141013025941.39538.40045@psf.io> Roundup Robot added the comment: New changeset a4c1c9b534a2 by Terry Jan Reedy in branch '2.7': Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. https://hg.python.org/cpython/rev/a4c1c9b534a2 New changeset d686de84dc10 by Terry Jan Reedy in branch '3.4': Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. https://hg.python.org/cpython/rev/d686de84dc10 New changeset 4163079a717a by Terry Jan Reedy in branch 'default': Merge with 3.4 #22614 https://hg.python.org/cpython/rev/4163079a717a ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 05:03:10 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Mon, 13 Oct 2014 03:03:10 +0000 Subject: [issue22614] Idle: problem in PyShellEditorWindow.color_breakpoint_text In-Reply-To: <1413065880.69.0.0818621344041.issue22614@psf.upfronthosting.co.za> Message-ID: <1413169390.74.0.711184495849.issue22614@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- resolution: -> fixed stage: needs patch -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 05:07:46 2014 From: report at bugs.python.org (Martin Panter) Date: Mon, 13 Oct 2014 03:07:46 +0000 Subject: [issue22001] containers "same" does not always mean "__eq__". In-Reply-To: <1405625961.78.0.30088981548.issue22001@psf.upfronthosting.co.za> Message-ID: <1413169666.4.0.932748908917.issue22001@psf.upfronthosting.co.za> Martin Panter added the comment: Issue 12067 has a large patch in progress that would conflict with the changes suggested here. However most of the concerns here may already be addressed there, if the patch ever goes ahead. ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 05:09:18 2014 From: report at bugs.python.org (Martin Panter) Date: Mon, 13 Oct 2014 03:09:18 +0000 Subject: [issue12067] Doc: remove errors about mixed-type comparisons. In-Reply-To: <1305237573.86.0.646542413513.issue12067@psf.upfronthosting.co.za> Message-ID: <1413169758.61.0.26245852666.issue12067@psf.upfronthosting.co.za> Martin Panter added the comment: Maybe it would be wise to split this task up and commit the bits that don?t need any more work. I think the existing patch might already solve Issue 22001. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 07:18:58 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 13 Oct 2014 05:18:58 +0000 Subject: [issue21907] Update Windows build batch scripts In-Reply-To: <1404328602.32.0.540869349126.issue21907@psf.upfronthosting.co.za> Message-ID: <20141013051853.19938.24175@psf.io> Roundup Robot added the comment: New changeset 1d5485471457 by Zachary Ware in branch 'default': Issue #21907: Partially revert changes to Windows buildbot scripts. https://hg.python.org/cpython/rev/1d5485471457 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 08:09:23 2014 From: report at bugs.python.org (josch) Date: Mon, 13 Oct 2014 06:09:23 +0000 Subject: [issue22621] Please make it possible to make the output of hash() equal between 32 and 64 bit architectures Message-ID: <1413180563.52.0.548204621913.issue22621@psf.upfronthosting.co.za> New submission from josch: I recently realized that the output of the following is different between 32 bit and 64 bit architectures: PYTHONHASHSEED=0 python3 -c 'print(hash("a"))' In my case, I'm running some test cases which involve calling a Python module which creates several hundred megabyte big graphs and other things. The fastest way to make sure that the output I get is the same that I expect is to just call the md5sum or sha256sum shell tools on the output and compare them with the expected values. Unfortunately, some libraries I use rely on the order of items in Python dictionaries for their output. Yes, they should not do that but they also don't care and thus don't fix the problem. My initial solution to this was to use PYTHONHASHSEED=0 which helped but I now found out that this is limited to producing the same hash within the set of 32 bit and 64 bit architectures, respectively. See above line which behaves different depending on the integer size of architectures. So what I'd like CPython to have is yet another workaround like PYTHONHASHSEED which allows me to temporarily influence the inner workings of the hash() function such that it behaves the same on 32 bit and 64 bit architectures. Maybe something like PYTHONHASH32BIT or similar? If I understand the CPython hash function correctly, then this environment variable would just bitmask the result of the function with 0xFFFFFFFF or cast it to int32_t to achieve the same output across architectures. Would this be possible? My only alternative seems to be to either maintain patched versions of all modules I use which wrongly rely on dictionary ordering or to go to great lengths of parsing the (more or less) random output they produce into a sorted intermediary format - which seems like a bad idea because the files are several hundred megabytes big and this would just take very long and require additional complexity in handling them compared to being able to just md5sum or sha256sum them for the sake of checking whether my test cases succeed or not. ---------- messages: 229219 nosy: josch priority: normal severity: normal status: open title: Please make it possible to make the output of hash() equal between 32 and 64 bit architectures versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 08:30:37 2014 From: report at bugs.python.org (Cristian Baboi) Date: Mon, 13 Oct 2014 06:30:37 +0000 Subject: [issue22620] pythonw does not open on windows 8.1 x64 In-Reply-To: <1413143028.88.0.764195251581.issue22620@psf.upfronthosting.co.za> Message-ID: <7ECA23CC-38B9-4F64-9927-583E5836A23F@gmail.com> Cristian Baboi added the comment: I don't know if it is a documentation error for I've not read it yet. Maybe the best way is to put a shortcut to idle in the main directory where the python is. On 12 octombrie 2014 22:43:48 EEST, "R. David Murray" wrote: > >R. David Murray added the comment: > >I'm going to close this, then. If you think there's a documentation >issue we can reopen it. > >---------- >nosy: +r.david.murray >resolution: -> not a bug >stage: -> resolved >status: open -> closed >type: crash -> behavior > >_______________________________________ >Python tracker > >_______________________________________ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 08:52:41 2014 From: report at bugs.python.org (Anselm Kruis) Date: Mon, 13 Oct 2014 06:52:41 +0000 Subject: [issue17667] Windows: build with "build_pgo.bat -2" fails to optimize python.dll In-Reply-To: <1365444634.63.0.621793850181.issue17667@psf.upfronthosting.co.za> Message-ID: <1413183161.8.0.866698858934.issue17667@psf.upfronthosting.co.za> Anselm Kruis added the comment: It's indeed a very low priority issue. You mention VS2008 and VS2010 PGO compiler bugs. I'm aware of the VS 2010 bugs, but I didn't observe any VS 2008 PGO bug with Python 2.7. Are you aware of any publicly available bug reports? About the black/white list. I started with a black list, but then I switched to a white list for the following reason: the goal of running the test suite is to generate a reasonable profile. It is not a goal to test anything. Therefore both white list and black listing is possible. I consider it more likely that a newly added test breaks the PGO build than that an existing test will be modified in a breaking way. Therefore I consider the while list superior for this particular application. But as you already stated, it is low prio. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 08:57:26 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 13 Oct 2014 06:57:26 +0000 Subject: [issue22621] Please make it possible to make the output of hash() equal between 32 and 64 bit architectures In-Reply-To: <1413180563.52.0.548204621913.issue22621@psf.upfronthosting.co.za> Message-ID: <1413183446.33.0.495505390911.issue22621@psf.upfronthosting.co.za> Georg Brandl added the comment: While I can feel your pain regarding the use case you describe, I don't think this has enough general value to add to CPython. It is not really related to PYTHONHASHSEED, since we never made guarantees about hash values being stable across platforms and Python versions. PYTHONHASHSEED was introduced to address backwards compatibility for the rare cases where stable hash values are required within a platform/version combination. Without knowing anything about your libraries, would it not be possible to create a stable representation within the test case for comparison purposes, without having to write the unstable result to a file and then parsing it? That should be acceptable, given that creating and manipulating those graphs will probably also take significant time in the first place. ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 09:04:31 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 13 Oct 2014 07:04:31 +0000 Subject: [issue9311] os.access can return bogus values when run as superuser In-Reply-To: <1279591357.64.0.139129514793.issue9311@psf.upfronthosting.co.za> Message-ID: <1413183871.04.0.448635293453.issue9311@psf.upfronthosting.co.za> Changes by Georg Brandl : ---------- resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 09:15:23 2014 From: report at bugs.python.org (josch) Date: Mon, 13 Oct 2014 07:15:23 +0000 Subject: [issue22621] Please make it possible to make the output of hash() equal between 32 and 64 bit architectures In-Reply-To: <1413180563.52.0.548204621913.issue22621@psf.upfronthosting.co.za> Message-ID: <1413184523.14.0.435183888486.issue22621@psf.upfronthosting.co.za> josch added the comment: Thank you for your quick reply. Yes, as I wrote above there are ways around it by creating a stable in-memory representation and comparing that to a stable in-memory representation of the expected output. Since both input are several hundred megabytes in size, this would be CPU intensive but do-able. I would've just likeld to avoid treating this output in a special way because I also compare other files and it is most easy to just md5sum all of the files in one fell swoop. I started using PYTHONHASHSEED to gain stable output for a certain platform/version combination. When I uploaded my package to Debian and it was built on 13 different architectures I noticed the descrepancy when the same version but different platforms are involved. >From my perspective it would be nice to just be able to set PYTHONHASH32BIT (or whatever) and call it a day. But of course it is your choice whether you would allow such a "hack" or not. Would your decision be more favorable if you received a patch implementing this feature? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 09:15:53 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Mon, 13 Oct 2014 07:15:53 +0000 Subject: [issue20567] test_idle causes test_ttk_guionly 'can't invoke "event" command: application has been destroyed' messages from Tk In-Reply-To: <1413152264.95.0.991900961303.issue20567@psf.upfronthosting.co.za> Message-ID: <1526829.1OHGB0YQ9n@raxxla> Serhiy Storchaka added the comment: > You left this issue number off your tkinter test updates, such as > f6f098bdb843. This is minor change. Actually, it should be done yet in issue22236, I had just missed it, because these warnings was produced only in 2.7. > By using .update_idletasks instead of .update, are you > assuming that their are no user events, or that they should be ignormed? There are not only "user" events. When you create or configure some widgets, some actions is not executed immediately (in particular changing a theme), but they are deferred to the next call of update() or update_idletasks(). When you call update_idletasks(), these harmless events are quickly handled without errors. This is only known me way to clear events queue. > I was wondering whether it would be Ok, if not a good idea, to run tests, > and maybe Idle itself, with NoDefaultRoot. I support it. There are some places in IDLE or tests which should be fixed, they are used default master. > I cannot use exactly the same design as AbstractTkTest since > I sometimes do other things in setUp/tearDownClass, but I could define > create_test_root() and delete_test_root() functions in a support file. See Lib/tkinter/test/test_tkinter/test_images.py. Image tests do other things in setUpClass/tearDownClass, but calls parent's method too. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 09:21:34 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Mon, 13 Oct 2014 07:21:34 +0000 Subject: [issue21986] Idle: disable pickleability of user code objects In-Reply-To: <1413168393.87.0.527850258737.issue21986@psf.upfronthosting.co.za> Message-ID: <2041586.EsQ2HQkWDl@raxxla> Serhiy Storchaka added the comment: > PyShell imports non-idlelib modules, including re, before idlelib modules, > such as rpc. So the re addition is there, though I strongly doubt that > compiled regexs are every sent to the user process. But we can't guarantee that this alway will be so. Other stdlib modules can register picklers, and IDLE can import them in future. This code is not protected against future changes in other places of the code. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 09:29:38 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 13 Oct 2014 07:29:38 +0000 Subject: [issue22621] Please make it possible to make the output of hash() equal between 32 and 64 bit architectures In-Reply-To: <1413180563.52.0.548204621913.issue22621@psf.upfronthosting.co.za> Message-ID: <1413185378.73.0.252920533601.issue22621@psf.upfronthosting.co.za> Georg Brandl added the comment: > Would your decision be more favorable if you received a patch implementing this feature? I'll keep this on "pending" for other devs to weigh in with opinions. In general, we are not keen on keeping text representations stable, as they do not form part of the API. This is true for exception messages most of all, but also the representations of other types change occasionally. Doctests and other test methods that rely on exact output, such as yours, have to adapt to that. The patch wouldn't be difficult to write, but the issue is more that it isn't really generally useful (as evidenced by the fact that you are the first to request it), and it won't save you a lot of work in any case if you want to support existing versions of Python (2.7, 3.x) as well: the new feature could only go into 3.5. ---------- resolution: -> rejected status: open -> pending _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 09:31:43 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Mon, 13 Oct 2014 07:31:43 +0000 Subject: [issue13664] UnicodeEncodeError in gzip when filename contains non-ascii In-Reply-To: <1324914932.64.0.469258692044.issue13664@psf.upfronthosting.co.za> Message-ID: <1413185503.53.0.174419807135.issue13664@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Ah, ASCII locale... ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 09:34:56 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 13 Oct 2014 07:34:56 +0000 Subject: [issue13664] UnicodeEncodeError in gzip when filename contains non-ascii In-Reply-To: <1324914932.64.0.469258692044.issue13664@psf.upfronthosting.co.za> Message-ID: <20141013073451.19944.2298@psf.io> Roundup Robot added the comment: New changeset 7657cc08d29b by Serhiy Storchaka in branch '2.7': Fixed the test of issue #13664 on platforms without unicode filenames support. https://hg.python.org/cpython/rev/7657cc08d29b ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 09:41:47 2014 From: report at bugs.python.org (Andy Maier) Date: Mon, 13 Oct 2014 07:41:47 +0000 Subject: [issue12067] Doc: remove errors about mixed-type comparisons. In-Reply-To: <1305237573.86.0.646542413513.issue12067@psf.upfronthosting.co.za> Message-ID: <1413186107.66.0.356207968302.issue12067@psf.upfronthosting.co.za> Andy Maier added the comment: @Guido: Agree to all you said in your #msg226496. There is additional information about comparison in: - Tutorial (5.8. Comparing Sequences and Other Types), - Library Reference (5.3. Comparisons), - Language Reference (3.3.1. Basic customization) that needs to be reviewed in light of this patch. I'm just not sure I want to make this patch even larger as it is already, and tend to do that in a follow on issue and patch (unless directed otherwise). Andy ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 09:43:23 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Mon, 13 Oct 2014 07:43:23 +0000 Subject: [issue22599] traceback: errors in the linecache module at exit In-Reply-To: <1412940961.34.0.0781587147709.issue22599@psf.upfronthosting.co.za> Message-ID: <1413186203.2.0.904509783106.issue22599@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: There is one downside of my solution. For now the code uses current builtin open() which can be overloaded (to handle reading from ZIP archive for example, or to check permissions). With my solution it uses builtin open() at the time of import. I don't know insofar current behavior is intentional. We should take a decision of yet one core developer. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 10:01:47 2014 From: report at bugs.python.org (Andy Maier) Date: Mon, 13 Oct 2014 08:01:47 +0000 Subject: [issue22001] containers "same" does not always mean "__eq__". In-Reply-To: <1405625961.78.0.30088981548.issue22001@psf.upfronthosting.co.za> Message-ID: <1413187307.84.0.377842387934.issue22001@psf.upfronthosting.co.za> Andy Maier added the comment: I reviewed the issues discussed here and believe that the patch for #Issue 12067 adresses all of them (and yes, it is large, unfortunately). It became large because I think that more needed to be fixed. May I suggest to review that patch. Andy ---------- nosy: +andymaier _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 10:08:04 2014 From: report at bugs.python.org (Mark Dickinson) Date: Mon, 13 Oct 2014 08:08:04 +0000 Subject: [issue22590] math.copysign buggy with nan under Windows In-Reply-To: <1412882363.43.0.416785697629.issue22590@psf.upfronthosting.co.za> Message-ID: <1413187684.58.0.251417577325.issue22590@psf.upfronthosting.co.za> Mark Dickinson added the comment: Antoine: is it okay to close this as "wont fix"? ---------- assignee: -> mark.dickinson _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 10:10:33 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 13 Oct 2014 08:10:33 +0000 Subject: [issue22590] math.copysign buggy with nan under Windows In-Reply-To: <1412882363.43.0.416785697629.issue22590@psf.upfronthosting.co.za> Message-ID: <1413187833.53.0.844769707635.issue22590@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Yep, it's ok. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 10:18:40 2014 From: report at bugs.python.org (=?utf-8?q?Ra=C3=BAl_Cumplido?=) Date: Mon, 13 Oct 2014 08:18:40 +0000 Subject: [issue22417] PEP 476: verify HTTPS certificates by default In-Reply-To: <1410784469.95.0.475937020841.issue22417@psf.upfronthosting.co.za> Message-ID: <1413188320.61.0.540995711607.issue22417@psf.upfronthosting.co.za> Changes by Ra?l Cumplido : ---------- nosy: +raulcd _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 10:19:50 2014 From: report at bugs.python.org (Mark Dickinson) Date: Mon, 13 Oct 2014 08:19:50 +0000 Subject: [issue22590] math.copysign buggy with nan under Windows In-Reply-To: <1412882363.43.0.416785697629.issue22590@psf.upfronthosting.co.za> Message-ID: <1413188390.3.0.916676093712.issue22590@psf.upfronthosting.co.za> Changes by Mark Dickinson : ---------- resolution: -> wont fix status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 10:23:05 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Mon, 13 Oct 2014 08:23:05 +0000 Subject: [issue22390] test.regrtest should complain if a test doesn't remove temporary files In-Reply-To: <1413151426.05.0.0213257079959.issue22390@psf.upfronthosting.co.za> Message-ID: <4875422.u3kAFym9Ol@raxxla> Serhiy Storchaka added the comment: > I don't understand why you want to remove more files than before. You may > open a different issue, or at least explain the rationale. I thought it would be good idea slightly extend this cleanup while we are here. I'm not motivated enough to open a different issue. Well, here is a patch which removes only TESTFN. It is still improved, uses support.unlink and support.rmtree instead of os.unlink and shutil.rmtree. You can just drop cleanup code at all if you prefer. All is good to me. > I never see any forgotten test file after running tests, so I don't see why > you are worried because of them. This is because regrtest creates temporary directory and goes to it. But when you execute Python test directly, test files are created in the current directory. > And with your first patch, we will now > noticed forgotten files, so we can just fix tests. But we will noticed only one about test at the time if several tests forgot the same file. This will needed several iterations. ---------- Added file: http://bugs.python.org/file36894/regrtest_warn_lost_files2.patch _______________________________________ Python tracker _______________________________________ -------------- next part -------------- diff -r 1d5485471457 Lib/test/regrtest.py --- a/Lib/test/regrtest.py Mon Oct 13 00:17:23 2014 -0500 +++ b/Lib/test/regrtest.py Mon Oct 13 11:10:36 2014 +0300 @@ -1031,7 +1031,7 @@ class saved_test_environment: # to a thread, so check processes first. 'multiprocessing.process._dangling', 'threading._dangling', 'sysconfig._CONFIG_VARS', 'sysconfig._INSTALL_SCHEMES', - 'support.TESTFN', 'locale', 'warnings.showwarning', + 'files', 'locale', 'warnings.showwarning', ) def get_sys_argv(self): @@ -1187,20 +1187,16 @@ class saved_test_environment: sysconfig._INSTALL_SCHEMES.clear() sysconfig._INSTALL_SCHEMES.update(saved[2]) - def get_support_TESTFN(self): - if os.path.isfile(support.TESTFN): - result = 'f' - elif os.path.isdir(support.TESTFN): - result = 'd' - else: - result = None - return result - def restore_support_TESTFN(self, saved_value): - if saved_value is None: - if os.path.isfile(support.TESTFN): - os.unlink(support.TESTFN) - elif os.path.isdir(support.TESTFN): - shutil.rmtree(support.TESTFN) + def get_files(self): + return sorted(fn + ('/' if os.path.isdir(fn) else '') + for fn in os.listdir()) + def restore_files(self, saved_value): + fn = support.TESTFN + if fn not in saved_value and (fn + '/') not in saved_value: + if os.path.isfile(fn): + support.unlink(fn) + elif os.path.isdir(fn): + support.rmtree(fn) _lc = [getattr(locale, lc) for lc in dir(locale) if lc.startswith('LC_')] From report at bugs.python.org Mon Oct 13 10:49:28 2014 From: report at bugs.python.org (Rishi) Date: Mon, 13 Oct 2014 08:49:28 +0000 Subject: [issue1610654] cgi.py multipart/form-data Message-ID: <1413190168.61.0.28664751365.issue1610654@psf.upfronthosting.co.za> Rishi added the comment: My observation is that a file with more than normal (exact numbers below) line-feed characters takes way too long. I tried porting the above patch to my default branch, but it has some boundary and CRLF/LF issues, but more importantly it relies on seeking the file-object, which in the real world is stdin for web browsers and hence is illegal in that environment. I have attached a patch which is based on the same principle as Chui mentioned, ie reading a large buffer, but this patch does not deal with line feeds at all. It instead searches the entire boundary in a large buffer. The cgi module file-object only relies on readline and read functionality - so I created a wrapper class around read and readline to introduce buffering (attached as patch). When multipart boundaries are being searched, the patch fills a huge buffer, like in the original solution. It searches for the entire boundary and returns a large chunk of the payload in one call, rather than line by line. To search, there are corner cases ( when boundary is overlapping between buffers) and CRLF issues. A boundary in itself could have repeating characters causing more search complexity. To overcome this, the patch uses simple regular exressions without any expanding or wild characters. If a boundary is not found, it returns the chunk - length of the buffer - CRLF prefixes, to ensure that no boundary is overlapping between two consecutive buffers. The expressions take care of CRLF issues. When read and readline are called, the patch looks for data in the buffer and returns appropriately. There is a overall performance improvement in cases of large files, and very significant in case of files with very high number of LF characters. To begin with I created a 20MB file with 20% of the file filled with LineFeeds. File - 20MB.bin size - 20MB description - file filled with 20% (~4MB) '\n' Parse time with default cgi module - 53 seconds Parse time with patch - 0.4s This time increases linearly with the number of LFs for the default module.ie keeping the size same at 20MB and doubling the number of LFs to 40% would double the parse time. I tried with a normal large binary file that I found on my machine. size: 88mb description - binary executable on my machine, binary image has 140k lfs. Parse time with default cgi module - 2.7s Parse time with patch- 0.7s I have tested with a few other files and noticed time is cut by atleast half for large files. Note: These numbers are consitent over multiple observations. I tested this using the script attached, and also on my localhost server. The time taken is obtained by running the following code. t1=time.time() cProfile.run("fs = cgi.FieldStorage()") print(str(len(fs['datafile'].value))) t2 = time.time() print(str(t2 - t1)) I have tried to keep the patch compatible with the current module. However I have introduced a ValueError excepiton in the module when boundary is very large ie. 1024 bytes. The RFC specifies the maximum length to be 70 bytes. ---------- keywords: +patch nosy: +rishi.maker.forum Added file: http://bugs.python.org/file36895/issue1610654.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 11:07:25 2014 From: report at bugs.python.org (Andy Maier) Date: Mon, 13 Oct 2014 09:07:25 +0000 Subject: [issue12067] Doc: remove errors about mixed-type comparisons. In-Reply-To: <1305237573.86.0.646542413513.issue12067@psf.upfronthosting.co.za> Message-ID: <1413191245.93.0.124257369361.issue12067@psf.upfronthosting.co.za> Andy Maier added the comment: Uploading v10 of the patch, which addresses all review comments made on v9. There is one open question back to Martin Panter about which different types of byte sequences can be compared in Py 3.4. I also believe this patch addresses all of Issue 22001. Let me know if you find that that is not the case. If we continue to scope this patch to only the comparison chapter of the language reference, then I think we are done (see msg229229 about other places that need review and possibly updates). Please review the patch v10. ---------- Added file: http://bugs.python.org/file36896/issue12067-expressions-py34_v10.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 11:39:11 2014 From: report at bugs.python.org (Larry Hastings) Date: Mon, 13 Oct 2014 09:39:11 +0000 Subject: [issue22615] Argument Clinic doesn't support the "type" argument for the int converter In-Reply-To: <1413066693.48.0.0538322040876.issue22615@psf.upfronthosting.co.za> Message-ID: <1413193151.1.0.447707914327.issue22615@psf.upfronthosting.co.za> Changes by Larry Hastings : ---------- title: "make clinic" doesn't work -> Argument Clinic doesn't support the "type" argument for the int converter _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 11:40:01 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 13 Oct 2014 09:40:01 +0000 Subject: [issue22615] Argument Clinic doesn't support the "type" argument for the int converter In-Reply-To: <1413066693.48.0.0538322040876.issue22615@psf.upfronthosting.co.za> Message-ID: <20141013093958.50003.12742@psf.io> Roundup Robot added the comment: New changeset c0224ff67cdd by Larry Hastings in branch 'default': Issue #22615: Argument Clinic now supports the "type" argument for the https://hg.python.org/cpython/rev/c0224ff67cdd ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 11:41:09 2014 From: report at bugs.python.org (Larry Hastings) Date: Mon, 13 Oct 2014 09:41:09 +0000 Subject: [issue22615] Argument Clinic doesn't support the "type" argument for the int converter In-Reply-To: <1413066693.48.0.0538322040876.issue22615@psf.upfronthosting.co.za> Message-ID: <1413193269.15.0.125817952906.issue22615@psf.upfronthosting.co.za> Changes by Larry Hastings : ---------- assignee: -> larry resolution: -> fixed status: open -> closed type: -> compile error _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 13:16:08 2014 From: report at bugs.python.org (towb) Date: Mon, 13 Oct 2014 11:16:08 +0000 Subject: [issue22622] ElementTree only writes declaration when passed encoding Message-ID: <1413198968.88.0.623198680069.issue22622@psf.upfronthosting.co.za> New submission from towb: This generates an XML declaration: import xml.etree.ElementTree as ET root = ET.Element('rss', version='2.0') tree = ET.ElementTree(root) tree.write('test.xml', encoding='iso-8859-1', xml_declaration=True) However the declaration disappears if your don't pass an encoding. This doesn't match the documentation: xml_declaration controls if an XML declaration should be added to the file. Use False for never, True for always, None for only if not US-ASCII or UTF-8 or Unicode (default is None). ---------- components: Library (Lib) messages: 229238 nosy: towb priority: normal severity: normal status: open title: ElementTree only writes declaration when passed encoding type: behavior versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 13:25:23 2014 From: report at bugs.python.org (Martin Dengler) Date: Mon, 13 Oct 2014 11:25:23 +0000 Subject: [issue20954] Bug in subprocess._args_from_interpreter_flags causes MemoryError In-Reply-To: <1395049138.68.0.283816495419.issue20954@psf.upfronthosting.co.za> Message-ID: <1413199523.48.0.245686404616.issue20954@psf.upfronthosting.co.za> Changes by Martin Dengler : ---------- nosy: +mdengler _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 13:42:23 2014 From: report at bugs.python.org (Martin Dengler) Date: Mon, 13 Oct 2014 11:42:23 +0000 Subject: [issue20954] Bug in subprocess._args_from_interpreter_flags causes MemoryError In-Reply-To: <1395049138.68.0.283816495419.issue20954@psf.upfronthosting.co.za> Message-ID: <1413200543.77.0.666724477877.issue20954@psf.upfronthosting.co.za> Martin Dengler added the comment: Just got hit with this in 2.7. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 13:46:17 2014 From: report at bugs.python.org (Andy Maier) Date: Mon, 13 Oct 2014 11:46:17 +0000 Subject: [issue12067] Doc: remove errors about mixed-type comparisons. In-Reply-To: <1305237573.86.0.646542413513.issue12067@psf.upfronthosting.co.za> Message-ID: <1413200777.67.0.296409802617.issue12067@psf.upfronthosting.co.za> Andy Maier added the comment: Here is the delta between v9 and v10 of the patch, if people want to see just that. ---------- Added file: http://bugs.python.org/file36897/issue12067-expressions-py34_delta-v9-v10.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 14:14:36 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 13 Oct 2014 12:14:36 +0000 Subject: [issue22615] Argument Clinic doesn't support the "type" argument for the int converter In-Reply-To: <1413066693.48.0.0538322040876.issue22615@psf.upfronthosting.co.za> Message-ID: <1413202476.92.0.643111326362.issue22615@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Thanks, Larry! ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 14:32:44 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Mon, 13 Oct 2014 12:32:44 +0000 Subject: [issue20079] Add support for glibc supported locales In-Reply-To: <1388139147.62.0.637898307439.issue20079@psf.upfronthosting.co.za> Message-ID: <1413203564.47.0.909917388498.issue20079@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: I think there is nothing more to do here and the issue can be closed. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 14:44:03 2014 From: report at bugs.python.org (Link Mauve) Date: Mon, 13 Oct 2014 12:44:03 +0000 Subject: [issue22623] Missing guards for some POSIX functions Message-ID: <1413204243.21.0.451981347417.issue22623@psf.upfronthosting.co.za> New submission from Link Mauve: Many POSIX functions aren?t available on every system, especially embedded ones. The first patch introduces guards around some of these functions and add them to AC_CHECK_FUNCS in the configure.ac; the second one recompile every changed generated file, using autoreconf -fi and clinic. ---------- components: Build hgrepos: 276 messages: 229243 nosy: Link Mauve priority: normal severity: normal status: open title: Missing guards for some POSIX functions type: compile error versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 14:46:43 2014 From: report at bugs.python.org (Link Mauve) Date: Mon, 13 Oct 2014 12:46:43 +0000 Subject: [issue22623] Missing guards for some POSIX functions In-Reply-To: <1413204243.21.0.451981347417.issue22623@psf.upfronthosting.co.za> Message-ID: <1413204403.15.0.178963380401.issue22623@psf.upfronthosting.co.za> Changes by Link Mauve : ---------- keywords: +patch Added file: http://bugs.python.org/file36898/f3cf19e38efe.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 15:57:51 2014 From: report at bugs.python.org (Benjamin Peterson) Date: Mon, 13 Oct 2014 13:57:51 +0000 Subject: [issue22559] [backport] ssl.MemoryBIO In-Reply-To: <1412540756.02.0.793381062078.issue22559@psf.upfronthosting.co.za> Message-ID: <1413208671.06.0.112554296083.issue22559@psf.upfronthosting.co.za> Benjamin Peterson added the comment: We can reevaluate when we know when 2.7.10 will be released. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 16:10:17 2014 From: report at bugs.python.org (Martin Panter) Date: Mon, 13 Oct 2014 14:10:17 +0000 Subject: [issue12067] Doc: remove errors about mixed-type comparisons. In-Reply-To: <1305237573.86.0.646542413513.issue12067@psf.upfronthosting.co.za> Message-ID: <1413209417.8.0.10095945243.issue12067@psf.upfronthosting.co.za> Martin Panter added the comment: About the byte sequence comparisons, I wondered if it was misleading to say that a list(), tuple() or range() can only be compared to the same type, without mentioning that bytes() and bytearray() can be compared to each other. BTW just noticed you say range() supports lexicographical ordering, which I think is incorrect. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 16:38:45 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Mon, 13 Oct 2014 14:38:45 +0000 Subject: [issue21224] BaseHTTPRequestHandler, update the protocol version to http 1.1 by default? In-Reply-To: <1397508232.09.0.0337317788686.issue21224@psf.upfronthosting.co.za> Message-ID: <1413211125.7.0.473393148705.issue21224@psf.upfronthosting.co.za> St?phane Wirtel added the comment: ping ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 16:46:06 2014 From: report at bugs.python.org (Dmitry Kazakov) Date: Mon, 13 Oct 2014 14:46:06 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions In-Reply-To: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> Message-ID: <1413211566.55.0.360227668449.issue22619@psf.upfronthosting.co.za> Dmitry Kazakov added the comment: Here's the updated (optimized) patch ---------- hgrepos: +277 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 16:46:51 2014 From: report at bugs.python.org (Dmitry Kazakov) Date: Mon, 13 Oct 2014 14:46:51 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions In-Reply-To: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> Message-ID: <1413211611.09.0.803532866077.issue22619@psf.upfronthosting.co.za> Changes by Dmitry Kazakov : Added file: http://bugs.python.org/file36899/9cb7aaad1d85.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 17:04:01 2014 From: report at bugs.python.org (Dmitry Kazakov) Date: Mon, 13 Oct 2014 15:04:01 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions In-Reply-To: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> Message-ID: <1413212641.8.0.145643494409.issue22619@psf.upfronthosting.co.za> Changes by Dmitry Kazakov : ---------- hgrepos: -277 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 17:27:46 2014 From: report at bugs.python.org (Ethan Furman) Date: Mon, 13 Oct 2014 15:27:46 +0000 Subject: [issue22609] Constructors of some mapping classes don't accept `self` keyword argument In-Reply-To: <1413029049.09.0.127316928921.issue22609@psf.upfronthosting.co.za> Message-ID: <1413214066.1.0.724838213012.issue22609@psf.upfronthosting.co.za> Ethan Furman added the comment: Code looks good. Only downside is the change in help and inspect.signature output, but that is minor: Help on dict object: class dict(object) [...] | __init__(self, /, *args, **kwargs) vs. Help on class Counter in module collections: class Counter(builtins.dict) [...] | __init__(*args, **kwds) +1 to accept. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 17:56:48 2014 From: report at bugs.python.org (Stefan Behnel) Date: Mon, 13 Oct 2014 15:56:48 +0000 Subject: [issue22622] ElementTree only writes declaration when passed encoding In-Reply-To: <1413198968.88.0.623198680069.issue22622@psf.upfronthosting.co.za> Message-ID: <1413215808.46.0.683987342392.issue22622@psf.upfronthosting.co.za> Changes by Stefan Behnel : ---------- nosy: +eli.bendersky, scoder _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 18:32:26 2014 From: report at bugs.python.org (Larry Hastings) Date: Mon, 13 Oct 2014 16:32:26 +0000 Subject: [issue22609] Constructors of some mapping classes don't accept `self` keyword argument In-Reply-To: <1413029049.09.0.127316928921.issue22609@psf.upfronthosting.co.za> Message-ID: <1413217946.24.0.866417774565.issue22609@psf.upfronthosting.co.za> Larry Hastings added the comment: FWIW, I agree that it should be fixed: >>> dict(self=1) {'self': 1} ---------- nosy: +larry _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 18:32:50 2014 From: report at bugs.python.org (anupama srinivas murthy) Date: Mon, 13 Oct 2014 16:32:50 +0000 Subject: [issue22594] Add a link to the regex module in re documentation In-Reply-To: <1412927285.57.0.392292696343.issue22594@psf.upfronthosting.co.za> Message-ID: <1413217970.96.0.239836292861.issue22594@psf.upfronthosting.co.za> anupama srinivas murthy added the comment: I have added the link and attached the patch below. Could you review it? Thank you ---------- components: -Regular Expressions keywords: +patch nosy: +anupama.srinivas.murthy Added file: http://bugs.python.org/file36900/regex-link.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 18:37:30 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Mon, 13 Oct 2014 16:37:30 +0000 Subject: [issue21991] The new email API should use MappingProxyType instead of returning new dicts. In-Reply-To: <1405520998.88.0.739114728398.issue21991@psf.upfronthosting.co.za> Message-ID: <1413218250.13.0.999946604809.issue21991@psf.upfronthosting.co.za> St?phane Wirtel added the comment: David, do you have an example, I am at the CPython sprint in Dublin, and I think I can work on this issue. Thanks ---------- nosy: +matrixise _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 18:40:48 2014 From: report at bugs.python.org (Zachary Ware) Date: Mon, 13 Oct 2014 16:40:48 +0000 Subject: [issue21907] Update Windows build batch scripts In-Reply-To: <1404328602.32.0.540869349126.issue21907@psf.upfronthosting.co.za> Message-ID: <1413218448.4.0.539992183541.issue21907@psf.upfronthosting.co.za> Zachary Ware added the comment: After the last round of changes, the buildbots appear to be mostly happy. If anybody else wants to backport the changes, I'd be happy to review and commit, but I'll leave the backporting itself to whoever wants to do it. In the meantime, closing the issue. ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 18:44:30 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 13 Oct 2014 16:44:30 +0000 Subject: [issue22594] Add a link to the regex module in re documentation In-Reply-To: <1412927285.57.0.392292696343.issue22594@psf.upfronthosting.co.za> Message-ID: <1413218670.14.0.705739243185.issue22594@psf.upfronthosting.co.za> Georg Brandl added the comment: "currently more bugfree and intended to replace re" The first part is spreading FUD if not explained in more detail. The second is probably never going to happend :( ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 19:04:04 2014 From: report at bugs.python.org (R. David Murray) Date: Mon, 13 Oct 2014 17:04:04 +0000 Subject: [issue21991] The new email API should use MappingProxyType instead of returning new dicts. In-Reply-To: <1405520998.88.0.739114728398.issue21991@psf.upfronthosting.co.za> Message-ID: <1413219844.04.0.110330313699.issue21991@psf.upfronthosting.co.za> R. David Murray added the comment: The principle example is the 'params' dictionary in headerregistry. Currently it gets recreated every time you access that attribute. You can *apparently* change it, but that has no real effect. Probably the computed value should be cached the first time the attribute is accessed, and a MappingProxy over the cached value returned. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 19:19:41 2014 From: report at bugs.python.org (Dmitry Kazakov) Date: Mon, 13 Oct 2014 17:19:41 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions In-Reply-To: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> Message-ID: <1413220781.07.0.118543010786.issue22619@psf.upfronthosting.co.za> Changes by Dmitry Kazakov : ---------- hgrepos: -275 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 19:27:23 2014 From: report at bugs.python.org (Alex Gaynor) Date: Mon, 13 Oct 2014 17:27:23 +0000 Subject: [issue22417] PEP 476: verify HTTPS certificates by default In-Reply-To: <1410784469.95.0.475937020841.issue22417@psf.upfronthosting.co.za> Message-ID: <1413221243.43.0.0525554943842.issue22417@psf.upfronthosting.co.za> Alex Gaynor added the comment: Patch with the implementation, and initial work on documentation. Needs review please, I suspect we need more docs in more places. Feedback please! ---------- keywords: +needs review Added file: http://bugs.python.org/file36901/issue22417.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 19:43:17 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 13 Oct 2014 17:43:17 +0000 Subject: [issue22435] socketserver.TCPSocket leaks socket to garbage collector if server_bind() fails In-Reply-To: <1410999922.66.0.432841070426.issue22435@psf.upfronthosting.co.za> Message-ID: <20141013174306.39538.7122@psf.io> Roundup Robot added the comment: New changeset 437002018d2d by Charles-Fran?ois Natali in branch '2.7': Issue #22435: Fix a file descriptor leak when SocketServer bind fails. https://hg.python.org/cpython/rev/437002018d2d ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 20:15:32 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 13 Oct 2014 18:15:32 +0000 Subject: [issue17636] Modify IMPORT_FROM to fallback on sys.modules In-Reply-To: <1365124502.39.0.727243640375.issue17636@psf.upfronthosting.co.za> Message-ID: <1413224132.44.0.0384273331688.issue17636@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Actually, looking up __package__ would be wrong. Say I have: from pack.module import foo and "foo" doesn't exist in pack.module but exists in pack. Since pack.module.__package__ == "pack", using __package__ would wrongly find the "foo" in pack. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 20:21:34 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 13 Oct 2014 18:21:34 +0000 Subject: [issue17636] Modify IMPORT_FROM to fallback on sys.modules In-Reply-To: <1365124502.39.0.727243640375.issue17636@psf.upfronthosting.co.za> Message-ID: <20141013182129.48736.33874@psf.io> Roundup Robot added the comment: New changeset fded07a2d616 by Antoine Pitrou in branch 'default': Issue #17636: Circular imports involving relative imports are now supported. https://hg.python.org/cpython/rev/fded07a2d616 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 20:22:42 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 13 Oct 2014 18:22:42 +0000 Subject: [issue17636] Modify IMPORT_FROM to fallback on sys.modules In-Reply-To: <1365124502.39.0.727243640375.issue17636@psf.upfronthosting.co.za> Message-ID: <1413224562.76.0.765155621202.issue17636@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 20:23:04 2014 From: report at bugs.python.org (Aaron Meurer) Date: Mon, 13 Oct 2014 18:23:04 +0000 Subject: [issue14102] argparse: add ability to create a man page In-Reply-To: <1330031760.56.0.8938390885.issue14102@psf.upfronthosting.co.za> Message-ID: <1413224584.15.0.108688969258.issue14102@psf.upfronthosting.co.za> Changes by Aaron Meurer : ---------- nosy: +Aaron.Meurer _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 20:33:10 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 13 Oct 2014 18:33:10 +0000 Subject: [issue22435] socketserver.TCPSocket leaks socket to garbage collector if server_bind() fails In-Reply-To: <1410999922.66.0.432841070426.issue22435@psf.upfronthosting.co.za> Message-ID: <20141013183255.115585.58169@psf.io> Roundup Robot added the comment: New changeset 9c8016af2ed8 by Charles-Fran?ois Natali in branch '3.4': Issue #22435: Fix a file descriptor leak when SocketServer bind fails. https://hg.python.org/cpython/rev/9c8016af2ed8 New changeset 3bd0f2516445 by Charles-Fran?ois Natali in branch 'default': Issue #22435: Fix a file descriptor leak when SocketServer bind fails. https://hg.python.org/cpython/rev/3bd0f2516445 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 20:34:55 2014 From: report at bugs.python.org (Link Mauve) Date: Mon, 13 Oct 2014 18:34:55 +0000 Subject: [issue22624] Bogus usage of floatclock in timemodule Message-ID: <1413225295.8.0.611582673071.issue22624@psf.upfronthosting.co.za> New submission from Link Mauve: In Modules/timemodule.c, py_process_time() still uses floatclock() even when HAVE_CLOCK isn?t defined. ---------- components: Build messages: 229260 nosy: Link Mauve priority: normal severity: normal status: open title: Bogus usage of floatclock in timemodule type: compile error versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 20:50:19 2014 From: report at bugs.python.org (Link Mauve) Date: Mon, 13 Oct 2014 18:50:19 +0000 Subject: =?utf-8?q?=5Bissue22625=5D_When_cross-compiling=2C_don=E2=80=99t_try_to_e?= =?utf-8?q?xecute_binaries?= Message-ID: <1413226219.68.0.732560661241.issue22625@psf.upfronthosting.co.za> New submission from Link Mauve: ``` % make ./Programs/_freeze_importlib \ ./Lib/importlib/_bootstrap.py Python/importlib.h ./Programs/_freeze_importlib: ./Programs/_freeze_importlib: cannot execute binary file Makefile:710: recipe for target 'Python/importlib.h' failed make: *** [Python/importlib.h] Error 126 ``` I tried `make touch` as it was suggested to me on #python-dev, but it didn?t fix that issue. ---------- components: Cross-Build messages: 229261 nosy: Link Mauve priority: normal severity: normal status: open title: When cross-compiling, don?t try to execute binaries type: compile error versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 20:59:28 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 13 Oct 2014 18:59:28 +0000 Subject: [issue1610654] cgi.py multipart/form-data Message-ID: <1413226768.66.0.723073368362.issue1610654@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Rishi, thanks for the patch. I was going to give a review but first I have to ask: is so much support code necessary for this? Another approach would be to wrap self.fp in a io.BufferedReader (if it's not already buffered) and then use the peek() method to find the boundary without advancing the file pointer. ---------- nosy: +serhiy.storchaka stage: needs patch -> patch review versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 21:17:07 2014 From: report at bugs.python.org (Ethan Furman) Date: Mon, 13 Oct 2014 19:17:07 +0000 Subject: [issue22621] Please make it possible to make the output of hash() equal between 32 and 64 bit architectures In-Reply-To: <1413180563.52.0.548204621913.issue22621@psf.upfronthosting.co.za> Message-ID: <1413227827.2.0.814949268516.issue22621@psf.upfronthosting.co.za> Ethan Furman added the comment: Like Georg I am sympathetic to the problem, but this is not the correct solution. You might post a question on python-list to see if a usable, not-to-painful solution can be found. ---------- nosy: +ethan.furman status: pending -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 21:23:21 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 13 Oct 2014 19:23:21 +0000 Subject: =?utf-8?q?=5Bissue22625=5D_When_cross-compiling=2C_don=E2=80=99t_try_to_e?= =?utf-8?q?xecute_binaries?= In-Reply-To: <1413226219.68.0.732560661241.issue22625@psf.upfronthosting.co.za> Message-ID: <1413228201.32.0.303311466973.issue22625@psf.upfronthosting.co.za> Georg Brandl added the comment: You're right, this can be avoided (although you will also have to patch the extension module build, which uses the just-built python executable). This problem occurs twice in the build process, once for pgen and once for _freeze_importlib. The problem is that the Makefile rules for the generated files depend on the binary (which is of course not checked in and cannot be touched by "make touch"). Attached patch should fix this. ---------- keywords: +patch nosy: +benjamin.peterson, georg.brandl, pitrou Added file: http://bugs.python.org/file36902/makefile-regen-fix.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 21:34:59 2014 From: report at bugs.python.org (Rishi) Date: Mon, 13 Oct 2014 19:34:59 +0000 Subject: [issue1610654] cgi.py multipart/form-data Message-ID: <1413228899.11.0.282623430018.issue1610654@psf.upfronthosting.co.za> Rishi added the comment: Antoine, I will upload a patch that relies on BufferedReader. As you mentioned, it will get rid of supporting the buffer and reduce a lot of code. The only issue is that it helps me to know if the current buffer is at EOF (the documentation of peek does not mention guaranteeing Eof if buffer returned is less than what we expect), because patterns at EOF are different, but I think I can work around that. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 21:53:44 2014 From: report at bugs.python.org (Alex Gaynor) Date: Mon, 13 Oct 2014 19:53:44 +0000 Subject: [issue22626] Documentation should point people to bugs. over HTTPS Message-ID: <1413230024.39.0.966950626463.issue22626@psf.upfronthosting.co.za> New submission from Alex Gaynor: Very simple patch. ---------- assignee: docs at python components: Documentation files: https.diff keywords: patch messages: 229266 nosy: alex, docs at python priority: normal severity: normal status: open title: Documentation should point people to bugs. over HTTPS versions: Python 3.5 Added file: http://bugs.python.org/file36903/https.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 21:55:38 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 13 Oct 2014 19:55:38 +0000 Subject: [issue22626] Documentation should point people to bugs. over HTTPS In-Reply-To: <1413230024.39.0.966950626463.issue22626@psf.upfronthosting.co.za> Message-ID: <20141013195534.16336.95605@psf.io> Roundup Robot added the comment: New changeset b3bd4a65b45b by Alex Gaynor in branch 'default': issue22626: Use https:// for a link to the bug tracker https://hg.python.org/cpython/rev/b3bd4a65b45b ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 21:55:51 2014 From: report at bugs.python.org (Alex Gaynor) Date: Mon, 13 Oct 2014 19:55:51 +0000 Subject: [issue22626] Documentation should point people to bugs. over HTTPS In-Reply-To: <1413230024.39.0.966950626463.issue22626@psf.upfronthosting.co.za> Message-ID: <1413230151.17.0.339946596143.issue22626@psf.upfronthosting.co.za> Changes by Alex Gaynor : ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 22:02:54 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Mon, 13 Oct 2014 20:02:54 +0000 Subject: [issue22559] [backport] ssl.MemoryBIO In-Reply-To: <1412540756.02.0.793381062078.issue22559@psf.upfronthosting.co.za> Message-ID: <1413230574.08.0.859932423146.issue22559@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 22:22:01 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Mon, 13 Oct 2014 20:22:01 +0000 Subject: [issue3068] IDLE - Add an extension configuration dialog In-Reply-To: <1213035033.21.0.781726477097.issue3068@psf.upfronthosting.co.za> Message-ID: <1413231721.79.0.222747872721.issue3068@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Saimadhav could not apply cfg-ext-34.diff, so uploading again, also with line-end whitespace removed. OSX test still needed. ---------- Added file: http://bugs.python.org/file36904/cfg-ext-34-2.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 22:34:15 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 13 Oct 2014 20:34:15 +0000 Subject: [issue22626] Documentation should point people to bugs. over HTTPS In-Reply-To: <1413230024.39.0.966950626463.issue22626@psf.upfronthosting.co.za> Message-ID: <20141013203410.16324.60105@psf.io> Roundup Robot added the comment: New changeset 552f2d558e78 by Alex Gaynor in branch '3.4': issue22626: Use https:// for a link to the bug tracker https://hg.python.org/cpython/rev/552f2d558e78 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 22:36:01 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 13 Oct 2014 20:36:01 +0000 Subject: [issue22626] Documentation should point people to bugs. over HTTPS In-Reply-To: <1413230024.39.0.966950626463.issue22626@psf.upfronthosting.co.za> Message-ID: <20141013203545.115605.89291@psf.io> Roundup Robot added the comment: New changeset 7bb901d68be0 by Alex Gaynor in branch '2.7': issue22626: Use https:// for a link to the bug tracker https://hg.python.org/cpython/rev/7bb901d68be0 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 23:08:03 2014 From: report at bugs.python.org (Link Mauve) Date: Mon, 13 Oct 2014 21:08:03 +0000 Subject: =?utf-8?q?=5Bissue22625=5D_When_cross-compiling=2C_don=E2=80=99t_try_to_e?= =?utf-8?q?xecute_binaries?= In-Reply-To: <1413226219.68.0.732560661241.issue22625@psf.upfronthosting.co.za> Message-ID: <1413234483.88.0.676938540474.issue22625@psf.upfronthosting.co.za> Link Mauve added the comment: Thanks, this patch worked fine. :) I used to build pgen natively first, then make distclean and rebuild until it failed, and then put the native version back here, but this works much better! ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 13 23:33:36 2014 From: report at bugs.python.org (Ezio Melotti) Date: Mon, 13 Oct 2014 21:33:36 +0000 Subject: [issue22626] Documentation should point people to bugs. over HTTPS In-Reply-To: <1413230024.39.0.966950626463.issue22626@psf.upfronthosting.co.za> Message-ID: <1413236016.01.0.299688600775.issue22626@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- stage: -> resolved type: -> enhancement _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 00:02:24 2014 From: report at bugs.python.org (Daniele Varrazzo) Date: Mon, 13 Oct 2014 22:02:24 +0000 Subject: [issue17582] xml.etree.ElementTree does not preserve whitespaces in attributes In-Reply-To: <1364660794.69.0.883579635559.issue17582@psf.upfronthosting.co.za> Message-ID: <1413237744.24.0.996755305131.issue17582@psf.upfronthosting.co.za> Daniele Varrazzo added the comment: No, I cannot. I take the fact there has been no answer for more than 18 months as an acknowledgement that the issue is not deemed important by Python maintainers: it's not important for me either. I'm not a heavy xml user: just knowing that the Python XML libraries are unreliable and that by default I should use lxml is a sufficient solution to my sporadic xml uses. Your mileage should vary. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 00:09:03 2014 From: report at bugs.python.org (Ezio Melotti) Date: Mon, 13 Oct 2014 22:09:03 +0000 Subject: [issue17582] xml.etree.ElementTree does not preserve whitespaces in attributes In-Reply-To: <1364660794.69.0.883579635559.issue17582@psf.upfronthosting.co.za> Message-ID: <1413238143.62.0.427237138339.issue17582@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- keywords: +easy stage: -> needs patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 00:10:25 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 13 Oct 2014 22:10:25 +0000 Subject: =?utf-8?q?=5Bissue22625=5D_When_cross-compiling=2C_don=E2=80=99t_try_to_e?= =?utf-8?q?xecute_binaries?= In-Reply-To: <1413226219.68.0.732560661241.issue22625@psf.upfronthosting.co.za> Message-ID: <1413238225.27.0.0484945759706.issue22625@psf.upfronthosting.co.za> Antoine Pitrou added the comment: This was removed in c2a53aa27cad, to fix #22359. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 02:01:53 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 14 Oct 2014 00:01:53 +0000 Subject: [issue22624] Bogus usage of floatclock in timemodule In-Reply-To: <1413225295.8.0.611582673071.issue22624@psf.upfronthosting.co.za> Message-ID: <1413244913.37.0.971528796801.issue22624@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 02:04:11 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 14 Oct 2014 00:04:11 +0000 Subject: [issue22621] Please make it possible to make the output of hash() equal between 32 and 64 bit architectures In-Reply-To: <1413180563.52.0.548204621913.issue22621@psf.upfronthosting.co.za> Message-ID: <1413245051.21.0.845110503651.issue22621@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 02:11:03 2014 From: report at bugs.python.org (Georg Brandl) Date: Tue, 14 Oct 2014 00:11:03 +0000 Subject: =?utf-8?q?=5Bissue22625=5D_When_cross-compiling=2C_don=E2=80=99t_try_to_e?= =?utf-8?q?xecute_binaries?= In-Reply-To: <1413226219.68.0.732560661241.issue22625@psf.upfronthosting.co.za> Message-ID: <1413245463.38.0.0577520104733.issue22625@psf.upfronthosting.co.za> Georg Brandl added the comment: Indeed, that is an issue :( ---------- nosy: +doko _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 02:51:40 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Tue, 14 Oct 2014 00:51:40 +0000 Subject: [issue5159] Indicating packages to be loaded when a Tcl interpreter is created in tkinter In-Reply-To: <1233864505.11.0.366828040714.issue5159@psf.upfronthosting.co.za> Message-ID: <1413247900.99.0.31132439827.issue5159@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- nosy: +serhiy.storchaka stage: -> patch review versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 03:01:08 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Tue, 14 Oct 2014 01:01:08 +0000 Subject: [issue22621] Please make it possible to make the output of hash() equal between 32 and 64 bit architectures In-Reply-To: <1413180563.52.0.548204621913.issue22621@psf.upfronthosting.co.za> Message-ID: <1413248468.13.0.40279296857.issue22621@psf.upfronthosting.co.za> Raymond Hettinger added the comment: > some libraries I use rely on the order of items in Python dictionaries for their output Your choices are: * create a custom hash function using __hash__ * or sort the output from within Python * or sort the output externally, prior to diffing. > From my perspective it would be nice to just be able > to set PYTHONHASH32BIT The odds of this being accepted are almost zero. We're moving in the opposite direction of randomizing the hash from run-to-run. ---------- nosy: +rhettinger _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 03:31:45 2014 From: report at bugs.python.org (Christopher Lee) Date: Tue, 14 Oct 2014 01:31:45 +0000 Subject: [issue22627] Calling timestamp() on a datetime object modifies the timestamp of a different datetime object. Message-ID: <1413250305.11.0.302636475589.issue22627@psf.upfronthosting.co.za> New submission from Christopher Lee: I have an example script here[1]. This script creates 2 datetime objects (using a timedelta work around to deal with large timestamps). It then makes 2 assertions, that the timestamp of the created object is the same as the one that was used to create it. (when run with no arguments this script passes both assertions). However, if the argument 'breakme' is passed to the script then after the first assertion the method 'timestamp()' is called on a different (un-asserted) datetime which will now make the 2nd assertion fail. [1] http://paste.ubuntu.com/8556130/ ---------- components: Library (Lib) messages: 229276 nosy: thomir, veebers priority: normal severity: normal status: open title: Calling timestamp() on a datetime object modifies the timestamp of a different datetime object. type: behavior versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 03:47:35 2014 From: report at bugs.python.org (Barry A. Warsaw) Date: Tue, 14 Oct 2014 01:47:35 +0000 Subject: [issue22627] Calling timestamp() on a datetime object modifies the timestamp of a different datetime object. In-Reply-To: <1413250305.11.0.302636475589.issue22627@psf.upfronthosting.co.za> Message-ID: <1413251255.1.0.827907935732.issue22627@psf.upfronthosting.co.za> Changes by Barry A. Warsaw : ---------- nosy: +barry _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 05:09:38 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Tue, 14 Oct 2014 03:09:38 +0000 Subject: [issue22628] Idle: Tree lines are spaced too close together. Message-ID: <1413256178.66.0.725794954703.issue22628@psf.upfronthosting.co.za> New submission from Terry J. Reedy: (Mentioned on #16233) At least on my windows 7 system, the lines of idlelib.TreeWidget, used for Path Browser and Class (Module) Browser, are spaced too narrowly. They are so close together that they overlap and each cuts off enough of the line above to make reading difficult. TreeWidget is actually a canvas painted with icons, connecting lines, and lines of text. There is no automatic spacing of text lines as with tkinter.Text. A comment in the draw method notes "XXX This hard-codes too many geometry constants!". The attached patch changes two of the constants. Increasing dy spreads the line apart a bit so there is very little clipping. (Both g and y are sometimes complete, sometimes not.) The other change moves the lines up relative to the icons so they are not offset. Saimadhav, does this change look ok on linux? I think the long term fix (before 3.5) is to use ttk.Treeview. So I am not inclined to spend lots of time fine-tuning on various systems or adding user configuration (though we might for Treeview). However, dy could be made conditional on, for instance, sys.platform[0:3] == 'win'. ---------- assignee: terry.reedy files: atree.diff keywords: patch messages: 229277 nosy: sahutd, terry.reedy priority: normal severity: normal stage: patch review status: open title: Idle: Tree lines are spaced too close together. type: behavior versions: Python 2.7, Python 3.4, Python 3.5 Added file: http://bugs.python.org/file36905/atree.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 05:10:02 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Tue, 14 Oct 2014 03:10:02 +0000 Subject: [issue22628] Idle: Tree lines are spaced too close together. In-Reply-To: <1413256178.66.0.725794954703.issue22628@psf.upfronthosting.co.za> Message-ID: <1413256202.47.0.5513045539.issue22628@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- components: +IDLE _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 05:33:51 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Tue, 14 Oct 2014 03:33:51 +0000 Subject: [issue22629] Idle: update htest.py and hests Message-ID: <1413257630.76.0.367621064016.issue22629@psf.upfronthosting.co.za> New submission from Terry J. Reedy: After using idle-test/htest.py and individual htests when editing files, a few updates are needed. 1. Improve the docstring for htest.py; add info about "# htest #" and #2 below. 2. Use Toplevel(parent) instead of Tk() for test-specific childs windows of the main, master window. Currently, for some tests, such as CallTipWindow, the focus does not properly shift to the test window. Closing the master window first leaves the test window open. Closing the test window second then causes several tcl errors (printed to console if available), a Windows message, and an Idle freeze of 5 seconds or more before Idle works again. The change in this initial patch fixes the focus, non-close, error, and hang problems. One click and the test window is ready to go; one click on the master and both go away. 3. Coding style issues -- I prefer to use winfo_rootx/y, as done elsewhere in Idle, to using re (close call). For CallTipWindow, the inner class is not needed now, if it ever was. ---------- components: IDLE files: @htest-34.diff keywords: patch messages: 229278 nosy: sahutd, terry.reedy priority: normal severity: normal stage: patch review status: open title: Idle: update htest.py and hests type: behavior versions: Python 2.7, Python 3.4, Python 3.5 Added file: http://bugs.python.org/file36906/@htest-34.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 09:58:29 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 14 Oct 2014 07:58:29 +0000 Subject: [issue22627] Calling timestamp() on a datetime object modifies the timestamp of a different datetime object. In-Reply-To: <1413250305.11.0.302636475589.issue22627@psf.upfronthosting.co.za> Message-ID: <1413273509.89.0.300114217746.issue22627@psf.upfronthosting.co.za> Antoine Pitrou added the comment: This has nothing to do with the datetime module. Attached script reduces the issue to a bug (?) in time.mktime() with the corresponding timezone. time.mktime() is a thin wrapper around the C library's mktime() function, so it is probably not a bug in Python at all. Note your script is fixed by removing ".replace(tzinfo=None)". It seems conter-productive to take the pain to create an aware timezone and then make it naive, IMHO. datetime.timestamp() falls back on time.mktime() when the datetime is naive (i.e. it asks the OS to do the computation). (I did my tests under Ubuntu 13.10, btw) ---------- nosy: +belopolsky, pitrou Added file: http://bugs.python.org/file36907/mkbug.py _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 09:59:25 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 14 Oct 2014 07:59:25 +0000 Subject: [issue22627] Calling timestamp() on a datetime object modifies the timestamp of a different datetime object. In-Reply-To: <1413250305.11.0.302636475589.issue22627@psf.upfronthosting.co.za> Message-ID: <1413273565.45.0.69084649081.issue22627@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +lemburg _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 10:38:03 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 14 Oct 2014 08:38:03 +0000 Subject: [issue22624] Bogus usage of floatclock in timemodule In-Reply-To: <1413225295.8.0.611582673071.issue22624@psf.upfronthosting.co.za> Message-ID: <1413275883.47.0.635565532744.issue22624@psf.upfronthosting.co.za> STINNER Victor added the comment: What is your platform? time.process_time() supports many functions: - GetProcessTimes() (Windows only) - clock_gettime(CLOCK_PROF) - clock_gettime(CLOCK_PROCESS_CPUTIME_ID) - getrusage(RUSAGE_SELF) - times() - clock() On POSIX, clock() is always tried as a fallback. Does your platform support at least one of these functions? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 10:38:27 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 14 Oct 2014 08:38:27 +0000 Subject: [issue22624] Bogus usage of floatclock in timemodule In-Reply-To: <1413225295.8.0.611582673071.issue22624@psf.upfronthosting.co.za> Message-ID: <1413275907.06.0.930763204701.issue22624@psf.upfronthosting.co.za> STINNER Victor added the comment: See also the PEP 418: http://legacy.python.org/dev/peps/pep-0418/#time-process-time ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 10:38:55 2014 From: report at bugs.python.org (Josh Rosenberg) Date: Tue, 14 Oct 2014 08:38:55 +0000 Subject: [issue14102] argparse: add ability to create a man page In-Reply-To: <1330031760.56.0.8938390885.issue14102@psf.upfronthosting.co.za> Message-ID: <1413275935.04.0.841959270374.issue14102@psf.upfronthosting.co.za> Changes by Josh Rosenberg : ---------- nosy: +josh.rosenberg _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 11:05:54 2014 From: report at bugs.python.org (Ben Mather) Date: Tue, 14 Oct 2014 09:05:54 +0000 Subject: [issue22630] `concurrent.futures.Future.set_running_or_notify_cancel` does not notify cancel Message-ID: <1413277554.48.0.992007500484.issue22630@psf.upfronthosting.co.za> New submission from Ben Mather: The documentation for the `set_running_or_notify_cancel` method on `concurrent.futures.Future` states that it will notify waiting threads and trigger callbacks after the `Future` has been cancelled, however currently this is done immediately by the call to `cancel`. Oddly waiters (private interface used to implement `wait` and `as_completed`) do follow the behaviour documented for callbacks (they are called in `set_running_or_notify_cancel`) which means that they are not equivalent to setting a callback on each future. I have attached three possible patches: 1) "change-callbacks.patch" - this changes the behaviour to match the documentation. 2) "change-docs.patch" - this fixes the documentation to match the current behaviour. 3) "change-docs-and-waiters.patch" - in addition to fixing the documentation, this also fixes the inconsistency between waiters and callbacks by invoking waiters' `add_cancelled` method in `cancel`. I believe moving to the documented behaviour (1) would be a mistake as currently `set_running_or_notify_cancel` and the `RUNNING` state can be skipped entirely allowing Futures to be used just as a way to send results. Should mention that I have a separate patch (which I will submit separately (or here?)) that re-implements `wait` and `as_completed` using only publicly exposed methods. This makes it possible to extend or replace `Future` without having to preserve its private interface. Unfortunately this slightly breaks compatibility due to the difference between waiters and callbacks. I thought it would be best to discuss this issue first as I don't believe the current behaviour is as intended. ---------- assignee: docs at python components: Documentation, Library (Lib) files: change-callbacks.patch keywords: patch messages: 229282 nosy: bwhmather, docs at python priority: normal severity: normal status: open title: `concurrent.futures.Future.set_running_or_notify_cancel` does not notify cancel versions: Python 3.2, Python 3.3, Python 3.4, Python 3.5 Added file: http://bugs.python.org/file36908/change-callbacks.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 11:06:31 2014 From: report at bugs.python.org (Ben Mather) Date: Tue, 14 Oct 2014 09:06:31 +0000 Subject: [issue22630] `concurrent.futures.Future.set_running_or_notify_cancel` does not notify cancel In-Reply-To: <1413277554.48.0.992007500484.issue22630@psf.upfronthosting.co.za> Message-ID: <1413277591.79.0.620861725519.issue22630@psf.upfronthosting.co.za> Changes by Ben Mather : Added file: http://bugs.python.org/file36909/change-docs.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 11:07:07 2014 From: report at bugs.python.org (Ben Mather) Date: Tue, 14 Oct 2014 09:07:07 +0000 Subject: [issue22630] `concurrent.futures.Future.set_running_or_notify_cancel` does not notify cancel In-Reply-To: <1413277554.48.0.992007500484.issue22630@psf.upfronthosting.co.za> Message-ID: <1413277627.67.0.815556931203.issue22630@psf.upfronthosting.co.za> Changes by Ben Mather : Added file: http://bugs.python.org/file36910/change-docs-and-waiters.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 11:29:33 2014 From: report at bugs.python.org (Link Mauve) Date: Tue, 14 Oct 2014 09:29:33 +0000 Subject: [issue22624] Bogus usage of floatclock in timemodule In-Reply-To: <1413225295.8.0.611582673071.issue22624@psf.upfronthosting.co.za> Message-ID: <1413278973.93.0.707079511323.issue22624@psf.upfronthosting.co.za> Link Mauve added the comment: I?m building against the Newlib libc, for the Wii, and it seems the issue leading to all of those functions not working is: (.text.clock+0x18): undefined reference to `_times_r' Threading is disabled, and reentrant functions as well, which could explain that. But still, when pyconfig.h doesn?t define any HAVE_ macro to get the system time, I would expect py_process_time() to return None or something instead of failing to build. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 11:42:13 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 14 Oct 2014 09:42:13 +0000 Subject: [issue22624] Bogus usage of floatclock in timemodule In-Reply-To: <1413225295.8.0.611582673071.issue22624@psf.upfronthosting.co.za> Message-ID: <1413279733.03.0.845839399355.issue22624@psf.upfronthosting.co.za> STINNER Victor added the comment: Please attach your pyconfig.h file. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 11:43:38 2014 From: report at bugs.python.org (Link Mauve) Date: Tue, 14 Oct 2014 09:43:38 +0000 Subject: [issue22624] Bogus usage of floatclock in timemodule In-Reply-To: <1413225295.8.0.611582673071.issue22624@psf.upfronthosting.co.za> Message-ID: <1413279818.25.0.476187478141.issue22624@psf.upfronthosting.co.za> Changes by Link Mauve : Added file: http://bugs.python.org/file36911/pyconfig.h _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 12:31:21 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Tue, 14 Oct 2014 10:31:21 +0000 Subject: [issue1610654] cgi.py multipart/form-data Message-ID: <1413282681.09.0.464797190583.issue1610654@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: I doubt we can use io.BufferedReader or handmade buffering here. Current code doesn't read more bytes than necessary. Buffered reader will read ahead, and there is no way to return read bytes back to the stream in general case (an exception is seekable streams). It can be blocked in attempt to fill a buffer with unnecessary bytes. I think that the user of the cgi module is responsible for wrapping a stream in io.BufferedReader (if it is acceptable), the cgi module shouldn't do this itself. But we can implement special cases for buffered or seekable streams. However this optimization will not work in general case (e.g. for stdin or socket). ---------- keywords: -easy stage: patch review -> needs patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 12:41:58 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Tue, 14 Oct 2014 10:41:58 +0000 Subject: [issue21842] Fix IDLE in unicodeless build In-Reply-To: <1403594288.8.0.587190115284.issue21842@psf.upfronthosting.co.za> Message-ID: <1413283318.25.0.443114111947.issue21842@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- dependencies: +Fix Tkinter in unicodeless build priority: normal -> low _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 14:14:35 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Tue, 14 Oct 2014 12:14:35 +0000 Subject: [issue22557] Local import is too slow In-Reply-To: <1412512141.77.0.0512115045124.issue22557@psf.upfronthosting.co.za> Message-ID: <1413288875.08.0.152010181358.issue22557@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Yes, my CPU is slow. Here is a patch which factors out IMPORT_NAME into a separate import_name() function and adds optimization for more general case when __import__ is not overloaded. ---------- Added file: http://bugs.python.org/file36912/faster_import_3.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 15:13:31 2014 From: report at bugs.python.org (Sebastien Bardeau) Date: Tue, 14 Oct 2014 13:13:31 +0000 Subject: [issue16726] expat ParseFile expects bytes, not string In-Reply-To: <1355914609.66.0.723053050254.issue16726@psf.upfronthosting.co.za> Message-ID: <1413292411.79.0.52033786653.issue16726@psf.upfronthosting.co.za> Sebastien Bardeau added the comment: Same problem here with: Python 3.4.1 (default, Jul 30 2014, 14:02:54) [GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux What is unclear to me if this is a bug or a feature. In particular, as described here http://stackoverflow.com/questions/1179305/expat-parsing-in-python-3, one can open the xml file as binary to solve the issue. But is this /really/ intended? Opening standard ASCII xml files as binaries!? ---------- nosy: +sbardeau _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 15:13:32 2014 From: report at bugs.python.org (Campbell Barton) Date: Tue, 14 Oct 2014 13:13:32 +0000 Subject: [issue15859] PyUnicode_EncodeFSDefault win32 inconsistancy. In-Reply-To: <1346736283.51.0.0156916220677.issue15859@psf.upfronthosting.co.za> Message-ID: <1413292412.71.0.699350182299.issue15859@psf.upfronthosting.co.za> Campbell Barton added the comment: Updated the patch for '93049:d9a3d23cf8f0' Note, the link for the original bug report has changed: See https://developer.blender.org/T31856 ---------- status: closed -> open Added file: http://bugs.python.org/file36913/fix_unicode_v2.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 15:13:49 2014 From: report at bugs.python.org (Campbell Barton) Date: Tue, 14 Oct 2014 13:13:49 +0000 Subject: [issue15859] PyUnicode_EncodeFSDefault win32 inconsistancy. In-Reply-To: <1346736283.51.0.0156916220677.issue15859@psf.upfronthosting.co.za> Message-ID: <1413292429.18.0.706366913534.issue15859@psf.upfronthosting.co.za> Changes by Campbell Barton : ---------- resolution: out of date -> remind _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 16:21:28 2014 From: report at bugs.python.org (Stefan Tatschner) Date: Tue, 14 Oct 2014 14:21:28 +0000 Subject: [issue22631] Feature Request CAN_RAW_FD_FRAME Message-ID: <1413296488.48.0.164198774992.issue22631@psf.upfronthosting.co.za> New submission from Stefan Tatschner: CAN support was introduced with issue #10141. Python still seems to lack support for CAN FD which is available with the socket option CAN_RAW_FD_FRAMES, see here (chapter 4.1.5): https://www.kernel.org/doc/Documentation/networking/can.txt ---------- components: IO messages: 229289 nosy: rumpelsepp priority: normal severity: normal status: open title: Feature Request CAN_RAW_FD_FRAME type: enhancement versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 16:22:00 2014 From: report at bugs.python.org (Saimadhav Heblikar) Date: Tue, 14 Oct 2014 14:22:00 +0000 Subject: [issue3068] IDLE - Add an extension configuration dialog In-Reply-To: <1213035033.21.0.781726477097.issue3068@psf.upfronthosting.co.za> Message-ID: <1413296520.81.0.329814906724.issue3068@psf.upfronthosting.co.za> Saimadhav Heblikar added the comment: 1. Can we have more padding at the right end of the text widget? For me, it appears attached to the scrollbar. 2. Shortcut key for Configure extensions should be different from Configure Extensions. By this I mean, with the Options menu open, there is no way to open "Configure Extensions" using the keyboard.(Also see sidenote 1). 3. Is there a need for "..." after Configure Extensions? I am asking this as don't know why it was there for "Configure IDLE..." in the first place. 4. User extension config files are created even if extension config settings are not dirty. Clicking OK or Apply without changing anything creates them. Even if I change the setting for only 1 extension, extension config for all extensions are written to disk. This is unlike the behavior of "Configure IDLE" dialog. 5. There are a couple of places where Ok and Cancel are used. If I have understood PEP8 correctly, aren't they not following it? Should they be ok and cancel instead? 6. Is there a reason to comment out the unittest and Htest in configDialog.py?(Other than "application has been destroyed .." messages?) Sidenote 1 : Options menu unreachable via keyboard shortcut because both format and options have "O" as the keyboard shortcut. Sidenote 2: I am writing the review comments here as review tool does not detect all the files affected by this patch. Please confirm, so that I will post this issue to the developer list. -- Regards Saimadhav Heblikar ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 16:37:15 2014 From: report at bugs.python.org (Colton Leekley-Winslow) Date: Tue, 14 Oct 2014 14:37:15 +0000 Subject: [issue21600] mock.patch.stopall doesn't work with patch.dict to sys.modules In-Reply-To: <1401334528.48.0.358693350259.issue21600@psf.upfronthosting.co.za> Message-ID: <1413297435.69.0.0129504534509.issue21600@psf.upfronthosting.co.za> Colton Leekley-Winslow added the comment: What's the status on this? ---------- nosy: +lwcolton _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 16:38:00 2014 From: report at bugs.python.org (Michael Foord) Date: Tue, 14 Oct 2014 14:38:00 +0000 Subject: [issue21600] mock.patch.stopall doesn't work with patch.dict to sys.modules In-Reply-To: <1401334528.48.0.358693350259.issue21600@psf.upfronthosting.co.za> Message-ID: <1413297480.79.0.408196689144.issue21600@psf.upfronthosting.co.za> Michael Foord added the comment: It just needs committing, I believe Kushal Das has volunteered to do it. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 16:38:34 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 14:38:34 +0000 Subject: [issue12965] longobject: documentation improvements In-Reply-To: <1315846670.45.0.93309834122.issue12965@psf.upfronthosting.co.za> Message-ID: <1413297514.09.0.227956415439.issue12965@psf.upfronthosting.co.za> Stefan Krah added the comment: This seems like too much trouble for 2.7. Closing, since I was the one who opened the issue (just reopen if you think it is still worth it). ---------- assignee: skrah -> resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 16:40:40 2014 From: report at bugs.python.org (Kushal Das) Date: Tue, 14 Oct 2014 14:40:40 +0000 Subject: [issue21600] mock.patch.stopall doesn't work with patch.dict to sys.modules In-Reply-To: <1401334528.48.0.358693350259.issue21600@psf.upfronthosting.co.za> Message-ID: <1413297640.1.0.394317199473.issue21600@psf.upfronthosting.co.za> Kushal Das added the comment: I will do that. New job is taking time. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 16:42:14 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 14:42:14 +0000 Subject: [issue12974] array module: deprecate '__int__' conversion support for array elements In-Reply-To: <1315961295.78.0.425877150438.issue12974@psf.upfronthosting.co.za> Message-ID: <1413297734.91.0.0236513611906.issue12974@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 16:53:24 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 14:53:24 +0000 Subject: [issue12834] memoryview.to_bytes() and PyBuffer_ToContiguous() incorrect for non-contiguous arrays In-Reply-To: <1314211505.01.0.756597830367.issue12834@psf.upfronthosting.co.za> Message-ID: <1413298404.89.0.366536308175.issue12834@psf.upfronthosting.co.za> Stefan Krah added the comment: 2.7 is the only remaining candidate for the fix. I'm not going to work on it: somehow seems too risky for 2.7 at this stage. ---------- assignee: skrah -> resolution: -> fixed stage: needs patch -> resolved status: open -> pending versions: -Python 3.2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 16:58:02 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 14:58:02 +0000 Subject: [issue15857] memoryview: complete support for struct packing/unpacking In-Reply-To: <1346689497.87.0.0543181973017.issue15857@psf.upfronthosting.co.za> Message-ID: <1413298682.86.0.140733988705.issue15857@psf.upfronthosting.co.za> Stefan Krah added the comment: Closing, since the main request is tracked in #3132. ---------- resolution: -> duplicate stage: needs patch -> _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 16:59:25 2014 From: report at bugs.python.org (Saimadhav Heblikar) Date: Tue, 14 Oct 2014 14:59:25 +0000 Subject: [issue6171] IDLE - Class Browser selection in Ubuntu In-Reply-To: <1243903612.81.0.195499978214.issue6171@psf.upfronthosting.co.za> Message-ID: <1413298765.35.0.74060392228.issue6171@psf.upfronthosting.co.za> Changes by Saimadhav Heblikar : ---------- nosy: +sahutd _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:00:08 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:00:08 +0000 Subject: [issue14262] Allow using decimals as arguments to `timedelta` In-Reply-To: <1331557988.1.0.944940856764.issue14262@psf.upfronthosting.co.za> Message-ID: <1413298808.74.0.5469669603.issue14262@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:00:50 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:00:50 +0000 Subject: [issue13124] Add "Running a Build Slave" page to the devguide In-Reply-To: <1318011517.56.0.343886781977.issue13124@psf.upfronthosting.co.za> Message-ID: <1413298850.21.0.755140277852.issue13124@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:01:18 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:01:18 +0000 Subject: [issue15671] PEP 3121, 384 Refactoring applied to struct module In-Reply-To: <1345041779.43.0.428829398339.issue15671@psf.upfronthosting.co.za> Message-ID: <1413298878.06.0.00475465224495.issue15671@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:02:11 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:02:11 +0000 Subject: [issue7406] int arithmetic relies on C signed overflow behaviour In-Reply-To: <1259495783.96.0.0738564373709.issue7406@psf.upfronthosting.co.za> Message-ID: <1413298931.48.0.375440076341.issue7406@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:02:42 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:02:42 +0000 Subject: [issue14757] INCA: Inline Caching meets Quickening in Python 3.3 In-Reply-To: <1336498675.39.0.776636251166.issue14757@psf.upfronthosting.co.za> Message-ID: <1413298962.27.0.62232835095.issue14757@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:02:51 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 14 Oct 2014 15:02:51 +0000 Subject: [issue12834] memoryview.to_bytes() and PyBuffer_ToContiguous() incorrect for non-contiguous arrays In-Reply-To: <1314211505.01.0.756597830367.issue12834@psf.upfronthosting.co.za> Message-ID: <1413298971.64.0.619258547539.issue12834@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- status: pending -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:06:03 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:06:03 +0000 Subject: [issue15672] PEP 3121, 384 Refactoring applied to testbuffer module In-Reply-To: <1345042259.48.0.277311619921.issue15672@psf.upfronthosting.co.za> Message-ID: <1413299163.77.0.770690232575.issue15672@psf.upfronthosting.co.za> Stefan Krah added the comment: Thanks, but this is just a module for testing the buffer API. :) So let's keep it simple and close the issue. ---------- keywords: +gsoc, needs review -pep3121 resolution: -> rejected stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:06:40 2014 From: report at bugs.python.org (Matt Wright) Date: Tue, 14 Oct 2014 15:06:40 +0000 Subject: [issue8876] distutils should not assume that hardlinks will work In-Reply-To: <1275485916.86.0.44676570948.issue8876@psf.upfronthosting.co.za> Message-ID: <1413299200.2.0.97060527436.issue8876@psf.upfronthosting.co.za> Matt Wright added the comment: Here's another example of where this is a pain. An emerging workflow is using Docker for a Python environment. However, on OS X, its common to use boot2docker (a lightweight VM). With VirtualBox on OS X, its common to setup a shared folder between the host and boot2docker so one can mount volumes to Docker containers from the host to the container(s) on the VM. So when running something like `tox` or `python setup.py sdist` things fail because VirtualBox does not allow hard links on the shared folder filesystem. Changing this would be grand. Otherwise I have the, arguably, ugly `del os.link` in my setup.py. ---------- nosy: +Matt.Wright _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:07:39 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:07:39 +0000 Subject: [issue15945] memoryview + bytes fails In-Reply-To: <1347704879.16.0.744568990947.issue15945@psf.upfronthosting.co.za> Message-ID: <1413299259.65.0.846504635199.issue15945@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:10:40 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Tue, 14 Oct 2014 15:10:40 +0000 Subject: [issue21991] The new email API should use MappingProxyType instead of returning new dicts. In-Reply-To: <1405520998.88.0.739114728398.issue21991@psf.upfronthosting.co.za> Message-ID: <1413299440.84.0.113205613307.issue21991@psf.upfronthosting.co.za> St?phane Wirtel added the comment: Hi David, I didn't find an other example of a copy(dict), the rest is just some lists. If you have an other example in the email library, I will agree to provide an other patch. ---------- keywords: +patch Added file: http://bugs.python.org/file36914/issue21991.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:12:17 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:12:17 +0000 Subject: [issue10581] Review and document string format accepted in numeric data type constructors In-Reply-To: <1291053358.57.0.165550567454.issue10581@psf.upfronthosting.co.za> Message-ID: <1413299537.14.0.730694729777.issue10581@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:12:34 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Tue, 14 Oct 2014 15:12:34 +0000 Subject: [issue21991] The new email API should use MappingProxyType instead of returning new dicts. In-Reply-To: <1405520998.88.0.739114728398.issue21991@psf.upfronthosting.co.za> Message-ID: <1413299554.31.0.738208729718.issue21991@psf.upfronthosting.co.za> St?phane Wirtel added the comment: In fact, I am really dubious with my patch because this one is really small and I think there is a missing part somewhere because the description of this issue takes 4 lines and the patch only 2. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:12:57 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:12:57 +0000 Subject: [issue13918] locale.atof documentation is missing func argument In-Reply-To: <1328105541.08.0.458455853203.issue13918@psf.upfronthosting.co.za> Message-ID: <1413299577.69.0.520852673463.issue13918@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:13:45 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:13:45 +0000 Subject: [issue14260] re.groupindex is available for modification and continues to work, having incorrect data inside it In-Reply-To: <1331530103.22.0.0779581075646.issue14260@psf.upfronthosting.co.za> Message-ID: <1413299625.71.0.190303293855.issue14260@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:14:58 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:14:58 +0000 Subject: [issue22327] test_gdb failures on Ubuntu 14.10 In-Reply-To: <1409690431.38.0.272932349651.issue22327@psf.upfronthosting.co.za> Message-ID: <1413299698.58.0.410536523166.issue22327@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:16:08 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:16:08 +0000 Subject: [issue16991] Add OrderedDict written in C In-Reply-To: <1358482110.59.0.347859163753.issue16991@psf.upfronthosting.co.za> Message-ID: <1413299768.89.0.18915670482.issue16991@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:16:13 2014 From: report at bugs.python.org (Tal Einat) Date: Tue, 14 Oct 2014 15:16:13 +0000 Subject: [issue3068] IDLE - Add an extension configuration dialog In-Reply-To: <1213035033.21.0.781726477097.issue3068@psf.upfronthosting.co.za> Message-ID: <1413299773.08.0.226254626437.issue3068@psf.upfronthosting.co.za> Tal Einat added the comment: I'll test on OSX tomorrow or during the weekend at the latest. However, on OSX there are three different versions of Tk available, and I'm still not sure how to test with all of them. I'll try with one, at least, and see if I can figure out how to try the others. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:17:11 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:17:11 +0000 Subject: [issue20440] Use Py_REPLACE/Py_XREPLACE macros In-Reply-To: <1391019258.76.0.341506038923.issue20440@psf.upfronthosting.co.za> Message-ID: <1413299831.44.0.620867029825.issue20440@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:20:01 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:20:01 +0000 Subject: [issue21227] Decimal class error messages for integer division aren't good In-Reply-To: <1397520159.39.0.440264883295.issue21227@psf.upfronthosting.co.za> Message-ID: <1413300001.14.0.917032195487.issue21227@psf.upfronthosting.co.za> Stefan Krah added the comment: I guess there's not much to be done here. ---------- resolution: -> wont fix stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:21:10 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:21:10 +0000 Subject: [issue15857] memoryview: complete support for struct packing/unpacking In-Reply-To: <1346689497.87.0.0543181973017.issue15857@psf.upfronthosting.co.za> Message-ID: <1413300070.12.0.50038041428.issue15857@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:22:04 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:22:04 +0000 Subject: [issue22581] Other mentions of the buffer protocol In-Reply-To: <1412785100.97.0.773176507587.issue22581@psf.upfronthosting.co.za> Message-ID: <1413300124.91.0.991663045561.issue22581@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:22:46 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:22:46 +0000 Subject: [issue20575] Type handling policy for the statistics module In-Reply-To: <1391952583.31.0.349942146298.issue20575@psf.upfronthosting.co.za> Message-ID: <1413300166.19.0.614847054845.issue20575@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:23:09 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:23:09 +0000 Subject: [issue20499] Rounding errors with statistics.variance In-Reply-To: <1391431579.33.0.244887922603.issue20499@psf.upfronthosting.co.za> Message-ID: <1413300189.63.0.0866654323099.issue20499@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:27:32 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:27:32 +0000 Subject: [issue13090] test_multiprocessing: memory leaks In-Reply-To: <1317546629.79.0.861373881282.issue13090@psf.upfronthosting.co.za> Message-ID: <1413300452.12.0.0398397059263.issue13090@psf.upfronthosting.co.za> Stefan Krah added the comment: Well, since I was the one who opened this: It seems difficult if not impossible to fix the problem, so we can probably close the issue. [Please just reopen if you disagree.] ---------- resolution: -> wont fix stage: needs patch -> resolved _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:27:43 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:27:43 +0000 Subject: [issue13090] test_multiprocessing: memory leaks In-Reply-To: <1317546629.79.0.861373881282.issue13090@psf.upfronthosting.co.za> Message-ID: <1413300463.73.0.959768478043.issue13090@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:39:03 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:39:03 +0000 Subject: [issue20339] Make bytes() use tp_as_buffer for cmp In-Reply-To: <1390351229.22.0.995411790956.issue20339@psf.upfronthosting.co.za> Message-ID: <1413301143.15.0.164996352681.issue20339@psf.upfronthosting.co.za> Stefan Krah added the comment: The comparisons can be somewhat meaningless though: >>> from _testbuffer import * >>> x = ndarray([1.1, 2.2, 3.3, 4.4, 5.5, 6.6], shape=[2,3], format="f") >>> x.tolist() [[1.100000023841858, 2.200000047683716, 3.299999952316284], [4.400000095367432, 5.5, 6.599999904632568]] >>> memoryview(x) < bytearray(b'b') False ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:40:09 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:40:09 +0000 Subject: [issue19884] Importing readline produces erroneous output In-Reply-To: <1386158776.45.0.265770743985.issue19884@psf.upfronthosting.co.za> Message-ID: <1413301209.53.0.407270683365.issue19884@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:42:23 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:42:23 +0000 Subject: [issue20186] Derby #18: Convert 31 sites to Argument Clinic across 23 files In-Reply-To: <1389140586.13.0.921060348978.issue20186@psf.upfronthosting.co.za> Message-ID: <1413301343.54.0.575574854704.issue20186@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:42:40 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:42:40 +0000 Subject: [issue20183] Derby #14: Convert 41 sites to Argument Clinic across 5 files In-Reply-To: <1389140289.9.0.366061884326.issue20183@psf.upfronthosting.co.za> Message-ID: <1413301360.09.0.912200110588.issue20183@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:42:56 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:42:56 +0000 Subject: [issue20180] Derby #11: Convert 50 sites to Argument Clinic across 9 files In-Reply-To: <1389140162.94.0.578256004005.issue20180@psf.upfronthosting.co.za> Message-ID: <1413301376.86.0.832510426642.issue20180@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:43:14 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:43:14 +0000 Subject: [issue22126] mc68881 fpcr inline asm breaks clang -flto build In-Reply-To: <1407049962.24.0.593960566551.issue22126@psf.upfronthosting.co.za> Message-ID: <1413301394.82.0.302039098356.issue22126@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:44:19 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:44:19 +0000 Subject: [issue18859] README.valgrind should mention --with-valgrind In-Reply-To: <1377649189.0.0.381916551624.issue18859@psf.upfronthosting.co.za> Message-ID: <1413301459.75.0.8611001621.issue18859@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:44:57 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:44:57 +0000 Subject: [issue14373] C implementation of functools.lru_cache In-Reply-To: <1332250846.11.0.753199667334.issue14373@psf.upfronthosting.co.za> Message-ID: <1413301497.43.0.0927696929248.issue14373@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:45:55 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:45:55 +0000 Subject: [issue15849] PEP 3121, 384 Refactoring applied to xx module In-Reply-To: <1346596353.57.0.974507844943.issue15849@psf.upfronthosting.co.za> Message-ID: <1413301555.72.0.644101073145.issue15849@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:46:28 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:46:28 +0000 Subject: [issue15787] PEP 3121, 384 Refactoring In-Reply-To: <1346038565.61.0.980658052428.issue15787@psf.upfronthosting.co.za> Message-ID: <1413301588.37.0.531746731846.issue15787@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:47:42 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:47:42 +0000 Subject: [issue20981] ssl doesn't build anymore with OpenSSL 0.9.7 or older: X509_check_ca In-Reply-To: <1395247121.79.0.24713590698.issue20981@psf.upfronthosting.co.za> Message-ID: <1413301662.95.0.217172911644.issue20981@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:49:13 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Tue, 14 Oct 2014 15:49:13 +0000 Subject: [issue21991] The new email API should use MappingProxyType instead of returning new dicts. In-Reply-To: <1405520998.88.0.739114728398.issue21991@psf.upfronthosting.co.za> Message-ID: <1413301753.54.0.0109984854894.issue21991@psf.upfronthosting.co.za> Changes by St?phane Wirtel : Removed file: http://bugs.python.org/file36914/issue21991.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:49:42 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:49:42 +0000 Subject: [issue21917] Python 2.7.7 Tests fail, and math is faulty In-Reply-To: <1404487585.95.0.614197630054.issue21917@psf.upfronthosting.co.za> Message-ID: <1413301782.26.0.994899692701.issue21917@psf.upfronthosting.co.za> Stefan Krah added the comment: Closing due to lack of response. ---------- resolution: -> works for me stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:49:48 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Tue, 14 Oct 2014 15:49:48 +0000 Subject: [issue21991] The new email API should use MappingProxyType instead of returning new dicts. In-Reply-To: <1405520998.88.0.739114728398.issue21991@psf.upfronthosting.co.za> Message-ID: <1413301788.75.0.174522144635.issue21991@psf.upfronthosting.co.za> St?phane Wirtel added the comment: Here is the new version of this patch with a test. ---------- Added file: http://bugs.python.org/file36915/issue21991.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:50:31 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:50:31 +0000 Subject: [issue15599] test_threaded_import fails sporadically on Windows and FreeBSD In-Reply-To: <1344473974.14.0.584788696764.issue15599@psf.upfronthosting.co.za> Message-ID: <1413301831.74.0.163727408052.issue15599@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:53:23 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:53:23 +0000 Subject: [issue21387] Memory leaks when embedded interpreter is reinitialized In-Reply-To: <1398772537.74.0.909134635776.issue21387@psf.upfronthosting.co.za> Message-ID: <1413302003.09.0.746786722796.issue21387@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:54:15 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 15:54:15 +0000 Subject: [issue19256] Optimize marshal format and add version token. In-Reply-To: <1381703408.57.0.928931596293.issue19256@psf.upfronthosting.co.za> Message-ID: <1413302055.17.0.929223687085.issue19256@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 17:59:54 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 14 Oct 2014 15:59:54 +0000 Subject: [issue22506] `dir` on Enum subclass doesn't expose parent class attributes In-Reply-To: <1411829845.48.0.985714520453.issue22506@psf.upfronthosting.co.za> Message-ID: <20141014155940.115607.68259@psf.io> Roundup Robot added the comment: New changeset cd2ede7f2ff5 by Ethan Furman in branch '3.4': Issue22506: added methods on base Enum class now show up in dir of Enum subclass (3.4) https://hg.python.org/cpython/rev/cd2ede7f2ff5 New changeset 424fbf011176 by Ethan Furman in branch 'default': Issue22506: merge from 3.4 https://hg.python.org/cpython/rev/424fbf011176 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:01:02 2014 From: report at bugs.python.org (Ethan Furman) Date: Tue, 14 Oct 2014 16:01:02 +0000 Subject: [issue22506] `dir` on Enum subclass doesn't expose parent class attributes In-Reply-To: <1411829845.48.0.985714520453.issue22506@psf.upfronthosting.co.za> Message-ID: <1413302462.74.0.679431801679.issue22506@psf.upfronthosting.co.za> Changes by Ethan Furman : ---------- assignee: -> ethan.furman resolution: -> fixed stage: test needed -> resolved status: open -> closed versions: +Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:01:50 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:01:50 +0000 Subject: [issue8613] Decimal module flags undetermined when a signal is trapped. In-Reply-To: <1272984841.0.0.906657038884.issue8613@psf.upfronthosting.co.za> Message-ID: <1413302510.38.0.0192652116869.issue8613@psf.upfronthosting.co.za> Stefan Krah added the comment: This only affects the Python version and is probably not a problem in practice. Setting to pending, in case you want to keep it open. ---------- resolution: -> wont fix stage: test needed -> resolved status: open -> pending _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:05:48 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:05:48 +0000 Subject: [issue22458] Add fractions benchmark In-Reply-To: <1411369830.75.0.216203072207.issue22458@psf.upfronthosting.co.za> Message-ID: <1413302748.24.0.0957825379644.issue22458@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:06:23 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:06:23 +0000 Subject: [issue22330] PyOS_mystricmp is broken In-Reply-To: <1409735069.35.0.121112016094.issue22330@psf.upfronthosting.co.za> Message-ID: <1413302783.07.0.206227723659.issue22330@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:09:59 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:09:59 +0000 Subject: [issue20114] Sporadic failure of test_semaphore_tracker() of test_multiprocessing_forkserver on FreeBSD 9 buildbot In-Reply-To: <1388751464.62.0.0417954391884.issue20114@psf.upfronthosting.co.za> Message-ID: <1413302999.79.0.63666087414.issue20114@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:11:57 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:11:57 +0000 Subject: [issue17095] Modules/Setup *shared* support broken In-Reply-To: <1359669296.59.0.227426586133.issue17095@psf.upfronthosting.co.za> Message-ID: <1413303117.39.0.349199159723.issue17095@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:13:29 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:13:29 +0000 Subject: [issue18841] math.isfinite fails with Decimal sNAN In-Reply-To: <1377531520.63.0.106544243675.issue18841@psf.upfronthosting.co.za> Message-ID: <1413303209.38.0.75505877703.issue18841@psf.upfronthosting.co.za> Stefan Krah added the comment: "Wont fix" sounds good to me. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:14:19 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:14:19 +0000 Subject: [issue20305] Android's incomplete locale.h implementation prevents cross-compilation In-Reply-To: <1390155202.76.0.360148898057.issue20305@psf.upfronthosting.co.za> Message-ID: <1413303259.99.0.855677824663.issue20305@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:15:42 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:15:42 +0000 Subject: [issue7546] msvc9compiler.py: add .asm extension In-Reply-To: <1261241045.73.0.563579401037.issue7546@psf.upfronthosting.co.za> Message-ID: <1413303342.13.0.341879013241.issue7546@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:16:12 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:16:12 +0000 Subject: [issue20399] Comparison of memoryview In-Reply-To: <1390768657.21.0.774991286622.issue20399@psf.upfronthosting.co.za> Message-ID: <1413303372.12.0.120492898176.issue20399@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:17:41 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:17:41 +0000 Subject: [issue16779] Fix compiler warning when building extension modules on 64-bit Windows In-Reply-To: <1356460734.84.0.660480375945.issue16779@psf.upfronthosting.co.za> Message-ID: <1413303461.05.0.811927158479.issue16779@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:21:09 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:21:09 +0000 Subject: [issue19412] Add docs for test.support.requires_docstrings decorator In-Reply-To: <1382809267.31.0.380635405032.issue19412@psf.upfronthosting.co.za> Message-ID: <1413303669.22.0.541233416391.issue19412@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:22:33 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:22:33 +0000 Subject: [issue9246] os.getcwd() hardcodes max path len In-Reply-To: <1279023059.26.0.245683093399.issue9246@psf.upfronthosting.co.za> Message-ID: <1413303753.01.0.490484078698.issue9246@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:23:43 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:23:43 +0000 Subject: [issue18842] Add float.is_finite is_nan is_infinite to match Decimal methods In-Reply-To: <1377532757.24.0.123652540945.issue18842@psf.upfronthosting.co.za> Message-ID: <1413303823.87.0.786961998386.issue18842@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:25:06 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:25:06 +0000 Subject: [issue19298] Use __attribute__(cleanup ...) to detect refleaks In-Reply-To: <1382193451.78.0.278113981899.issue19298@psf.upfronthosting.co.za> Message-ID: <1413303906.05.0.921898623324.issue19298@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:26:40 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:26:40 +0000 Subject: [issue19904] Add 128-bit integer support to struct In-Reply-To: <1386295463.1.0.439245102985.issue19904@psf.upfronthosting.co.za> Message-ID: <1413304000.58.0.817895272786.issue19904@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:27:14 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:27:14 +0000 Subject: [issue3367] Uninitialized value read in parsetok.c In-Reply-To: <1216153264.95.0.467111480464.issue3367@psf.upfronthosting.co.za> Message-ID: <1413304034.08.0.50547048359.issue3367@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:29:50 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:29:50 +0000 Subject: [issue21368] Check for systemd locale on startup if current locale is set to POSIX In-Reply-To: <1398627025.84.0.804520187603.issue21368@psf.upfronthosting.co.za> Message-ID: <1413304190.2.0.319767423158.issue21368@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:30:29 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:30:29 +0000 Subject: [issue6083] Reference counting bug in PyArg_ParseTuple and PyArg_ParseTupleAndKeywords In-Reply-To: <1242980336.93.0.332167282409.issue6083@psf.upfronthosting.co.za> Message-ID: <1413304229.31.0.217939748972.issue6083@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:35:47 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Tue, 14 Oct 2014 16:35:47 +0000 Subject: [issue20020] "modernize" the modulefinder module In-Reply-To: <1387425925.56.0.593354940747.issue20020@psf.upfronthosting.co.za> Message-ID: <1413304547.22.0.62569869997.issue20020@psf.upfronthosting.co.za> St?phane Wirtel added the comment: The code of Thomas has not the same API than the "modulefinder" module. If you want a patch, we need to rework the code of Thomas and provide an equivalent API with the existing one. What do you suggest? ---------- nosy: +matrixise _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:37:06 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:37:06 +0000 Subject: [issue21510] fma documentation should provide better example. In-Reply-To: <1400131145.93.0.338142878224.issue21510@psf.upfronthosting.co.za> Message-ID: <1413304626.07.0.396791651264.issue21510@psf.upfronthosting.co.za> Stefan Krah added the comment: I have no strong opinion, except that the docs appear clear: "Return self*other+third with no rounding of the intermediate product self*other." ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:38:56 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:38:56 +0000 Subject: [issue13797] Allow objects implemented in pure Python to export PEP 3118 buffers In-Reply-To: <1326709751.32.0.965094376059.issue13797@psf.upfronthosting.co.za> Message-ID: <1413304736.64.0.193853976867.issue13797@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:39:12 2014 From: report at bugs.python.org (Dmitry Kazakov) Date: Tue, 14 Oct 2014 16:39:12 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions In-Reply-To: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> Message-ID: <1413304752.55.0.277144664219.issue22619@psf.upfronthosting.co.za> Dmitry Kazakov added the comment: Renamed the cond variable, added tuple unpacking instead of using a single variable. ---------- Added file: http://bugs.python.org/file36916/tb_patch.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:40:53 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:40:53 +0000 Subject: [issue17247] int and float should detect inconsistent format strings In-Reply-To: <1361312693.56.0.943767612751.issue17247@psf.upfronthosting.co.za> Message-ID: <1413304853.43.0.165828574271.issue17247@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:42:44 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:42:44 +0000 Subject: [issue1820] Enhance Object/structseq.c to match namedtuple and tuple api In-Reply-To: <1200284428.58.0.762384814897.issue1820@psf.upfronthosting.co.za> Message-ID: <1413304964.89.0.439073770882.issue1820@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:45:25 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:45:25 +0000 Subject: [issue10746] ctypes c_long & c_bool have incorrect PEP-3118 type codes In-Reply-To: <1292888248.06.0.197043159654.issue10746@psf.upfronthosting.co.za> Message-ID: <1413305125.33.0.727951022321.issue10746@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:48:33 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 14 Oct 2014 16:48:33 +0000 Subject: [issue21510] fma documentation should provide better example. In-Reply-To: <1400131145.93.0.338142878224.issue21510@psf.upfronthosting.co.za> Message-ID: <1413305313.4.0.782918563586.issue21510@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Just for the record, I think that an example also helps educate a non-expert reader (such as me ;-)) about the rounding problem. ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:48:53 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:48:53 +0000 Subject: [issue18340] float related test has problem with Denormal Flush to Zero compiler options In-Reply-To: <1372693864.33.0.227282156373.issue18340@psf.upfronthosting.co.za> Message-ID: <1413305333.1.0.72044572057.issue18340@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:49:42 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:49:42 +0000 Subject: [issue3132] implement PEP 3118 struct changes In-Reply-To: <1213741832.59.0.0620778602246.issue3132@psf.upfronthosting.co.za> Message-ID: <1413305382.83.0.585273544417.issue3132@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:51:50 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:51:50 +0000 Subject: [issue19666] Format string for ASCII unicode or bytes-like object as readonly buffer In-Reply-To: <1384971256.72.0.0181602551145.issue19666@psf.upfronthosting.co.za> Message-ID: <1413305510.27.0.709448369771.issue19666@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:54:31 2014 From: report at bugs.python.org (Jakub Wilk) Date: Tue, 14 Oct 2014 16:54:31 +0000 Subject: [issue22335] Python 3: Segfault instead of MemoryError when bytearray too big In-Reply-To: <1409827137.12.0.977974506247.issue22335@psf.upfronthosting.co.za> Message-ID: <1413305671.75.0.409684592811.issue22335@psf.upfronthosting.co.za> Jakub Wilk added the comment: This patch should fix it. ---------- keywords: +patch nosy: +jwilk Added file: http://bugs.python.org/file36917/issue19087.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:57:35 2014 From: report at bugs.python.org (Berker Peksag) Date: Tue, 14 Oct 2014 16:57:35 +0000 Subject: [issue18859] README.valgrind should mention --with-valgrind In-Reply-To: <1377649189.0.0.381916551624.issue18859@psf.upfronthosting.co.za> Message-ID: <1413305855.21.0.685055471661.issue18859@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- stage: needs patch -> patch review type: -> enhancement versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 18:58:12 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 16:58:12 +0000 Subject: [issue17611] Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. In-Reply-To: <1364833880.2.0.617388686213.issue17611@psf.upfronthosting.co.za> Message-ID: <1413305892.2.0.19647252511.issue17611@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:01:02 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 17:01:02 +0000 Subject: [issue21929] Rounding properly In-Reply-To: <1404729306.28.0.45044219182.issue21929@psf.upfronthosting.co.za> Message-ID: <1413306062.37.0.190672684946.issue21929@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:01:36 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 17:01:36 +0000 Subject: [issue16535] json encoder unable to handle decimal In-Reply-To: <1353624338.46.0.574343718645.issue16535@psf.upfronthosting.co.za> Message-ID: <1413306096.49.0.570245470723.issue16535@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:02:52 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Tue, 14 Oct 2014 17:02:52 +0000 Subject: [issue3068] IDLE - Add an extension configuration dialog In-Reply-To: <1213035033.21.0.781726477097.issue3068@psf.upfronthosting.co.za> Message-ID: <1413306172.7.0.976056925023.issue3068@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Saimadhav, since you did not mention a problem with the appearance of the True/False button or the action buttons, which were issues before, I presume they are okay. S1. For Shell, which does not have Format, alt-O opens Options. The hot key for Format should be changed to 't' so its addition does not diable O_ptions. I will do this in a separate patch. S2. For my first patch, I see all 5 files. For -2, I only see entry for Binding.py. Odd since the only difference is the better line endings (and date stamps). When I uploaded this, it took about 10 minutes for 'review' to be added. I don't know if that is normal as I never paid attention before. Please post query. 1. I see the problem with the text entry boxes. I will look for a fix. 2. I have always been bothered by 'Options' -> 'Configure' -> 'Preferences'. Hotkeys should be 'I' and 'E'. I think 'Idle' and 'Extensions' might be enough, without 'Configure'. 3. I agree and will delete ... both places. 4. I have not actually looked at the file written, as Ned's review and my edits focused on glitches in the appearance of the dialog itself. I agree that if nothing is changed, nothing need be written. If anything is changed, the entire file has to be written. But I agree that for default extensions in config-extensions.def, only writing the delta, as done with config-main.cfg versus config-main.def, would be good. This requires noticing which extensions *are* in config-extensions.def. Sections for extensions only in the user file must be written back in full. I will look at how saving deltas works for config-main.cfg, but I may want to make this a followup patch. 5. I reused the names from the existing dialogs (config and others), which match the button label and handler name. These are the capitalized method names I find least bad. I would also be happy to change them just here or everywhere. I don't want this to hold up this patch if there is disagreement. 6. Commenting out is temporary, purely for development. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:04:05 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Tue, 14 Oct 2014 17:04:05 +0000 Subject: [issue22237] sorted() docs should state that the sort is stable In-Reply-To: <1408553630.26.0.335574291367.issue22237@psf.upfronthosting.co.za> Message-ID: <1413306245.1.0.582877550543.issue22237@psf.upfronthosting.co.za> St?phane Wirtel added the comment: For this issue, I have read the source code of "sorted" and "list.sort" to be sure they use the same algorithm (not sure). But in the builtin_sorted function, I read PyId_sort, but when I grep the code, I don't find it. Where can I find the reference of this function? Thank you. ---------- nosy: +matrixise _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:05:17 2014 From: report at bugs.python.org (Berker Peksag) Date: Tue, 14 Oct 2014 17:05:17 +0000 Subject: [issue20981] ssl doesn't build anymore with OpenSSL 0.9.7 or older: X509_check_ca In-Reply-To: <1395247121.79.0.24713590698.issue20981@psf.upfronthosting.co.za> Message-ID: <1413306317.08.0.369160623216.issue20981@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- nosy: +db3l _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:07:05 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 17:07:05 +0000 Subject: [issue15722] PEP 3121, 384 Refactoring applied to decimal module In-Reply-To: <1345293070.72.0.383930872934.issue15722@psf.upfronthosting.co.za> Message-ID: <1413306425.44.0.182185360776.issue15722@psf.upfronthosting.co.za> Stefan Krah added the comment: I would like to reject this until either the performance problems are solved or someone actually uses _decimal in multiple interpreters. If you do, you get tons of warnings about libmpdec being reinitialized, so I suspect no one has ever done that in Python 3.3+ (I can't imagine that such scary warnings would not be reported). ---------- resolution: -> later stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:10:17 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 17:10:17 +0000 Subject: [issue12851] ctypes: getbuffer() never provides strides In-Reply-To: <1314611923.07.0.681765586879.issue12851@psf.upfronthosting.co.za> Message-ID: <1413306617.62.0.724714025233.issue12851@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- assignee: skrah -> nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:11:48 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 17:11:48 +0000 Subject: [issue9116] test_capi.test_no_FatalError_infinite_loop crash on Windows In-Reply-To: <1277827107.42.0.0793977492373.issue9116@psf.upfronthosting.co.za> Message-ID: <1413306708.13.0.593982170883.issue9116@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:15:25 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 17:15:25 +0000 Subject: [issue7442] _localemodule.c: str2uni() with different LC_NUMERIC and LC_CTYPE In-Reply-To: <1260009859.57.0.721297634888.issue7442@psf.upfronthosting.co.za> Message-ID: <1413306925.12.0.971816692069.issue7442@psf.upfronthosting.co.za> Stefan Krah added the comment: Well, I originally opened this issue but personally I'm not that bothered by it any more. Victor, do you want to keep it open? ---------- versions: +Python 3.2 -Python 3.3, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:16:16 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 17:16:16 +0000 Subject: [issue1621] Do not assume signed integer overflow behavior In-Reply-To: <1197593027.35.0.00314874350765.issue1621@psf.upfronthosting.co.za> Message-ID: <1413306976.31.0.934313042889.issue1621@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:17:00 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 17:17:00 +0000 Subject: [issue10803] ctypes: better support of bytearray objects In-Reply-To: <1293951546.17.0.00856255345379.issue10803@psf.upfronthosting.co.za> Message-ID: <1413307020.57.0.91936010427.issue10803@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:20:49 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 17:20:49 +0000 Subject: [issue19577] memoryview bind (the opposite of release) In-Reply-To: <1384389557.7.0.405119332815.issue19577@psf.upfronthosting.co.za> Message-ID: <1413307249.54.0.171574190642.issue19577@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:21:38 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 17:21:38 +0000 Subject: [issue22113] memoryview and struct.pack_into In-Reply-To: <1406795471.99.0.191583556895.issue22113@psf.upfronthosting.co.za> Message-ID: <1413307298.94.0.752279113801.issue22113@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:26:48 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 17:26:48 +0000 Subject: [issue21855] Fix decimal in unicodeless build In-Reply-To: <1403595822.86.0.526731488859.issue21855@psf.upfronthosting.co.za> Message-ID: <1413307608.32.0.0286629890515.issue21855@psf.upfronthosting.co.za> Stefan Krah added the comment: LGTM, too. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:28:02 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 17:28:02 +0000 Subject: [issue21833] Fix unicodeless build of Python In-Reply-To: <1403592802.89.0.505189213304.issue21833@psf.upfronthosting.co.za> Message-ID: <1413307682.1.0.828539043053.issue21833@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:28:19 2014 From: report at bugs.python.org (700eb415) Date: Tue, 14 Oct 2014 17:28:19 +0000 Subject: [issue22542] Use arc4random under OpenBSD for os.urandom() if /dev/urandom is not present In-Reply-To: <1412272060.2.0.302379812254.issue22542@psf.upfronthosting.co.za> Message-ID: <1413307699.96.0.815000623263.issue22542@psf.upfronthosting.co.za> 700eb415 added the comment: > I'm not sure that arc4random() can be considered as coming from the "OS". We really have a couple options here. (1)Include a high quality pseudorandom number function for every platform that doesn't provide the proper call (very tedious and lots of places of mistakes - see: OpenSSL failing at this horribly), (2)get the OS venders to fix their software (not likely on this timescale), (3)use lots of #ifdef's to do platform detection (yuck), or (4)ignore broken calls provided by the system in hopes that the developers fix the issue. Bob beck has a nice dialog on this problem in FreeBSD here: https://github.com/libressl-portable/portable/issues/17 It's ugly, but I'm leaning towards an "#ifdef __OpenBSD__" in this case since it seems to be the only platform at this time with a sane implementation other than the latest Linux kernel. > If you really want arc4random(), IMO you should add a *new* function, but it would not be portable: only available on OpenBSD (and maybe other BSD including Mac OS X), not available on Windows nor Linux. I'm not sure that it fits Python portability policy, even if we have many functions which are only available on some recent platforms, like many Linux-specific functions (in the os module). I think this would be a bad idea based on how easy this is to get wrong. The logic: if /dev/urandom ... else if os_has_proper_rand() ... else fail seems to be the best way to handle this IMO until OS venders provide viable fixes. Alternatively if the consensus is to reconvene at a later time, I could work on a patch for the OpenBSD port and we can ignore the problem here for now. However, I think the Python community is a great place to bring this issue to light much as was done with LibreSSL. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:31:14 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 17:31:14 +0000 Subject: [issue14130] memoryview: add multi-dimensional indexing and slicing In-Reply-To: <1330259007.41.0.197339877072.issue14130@psf.upfronthosting.co.za> Message-ID: <1413307874.06.0.671900529156.issue14130@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- assignee: skrah -> _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:31:24 2014 From: report at bugs.python.org (R. David Murray) Date: Tue, 14 Oct 2014 17:31:24 +0000 Subject: [issue21991] The new email API should use MappingProxyType instead of returning new dicts. In-Reply-To: <1405520998.88.0.739114728398.issue21991@psf.upfronthosting.co.za> Message-ID: <1413307884.98.0.855999323735.issue21991@psf.upfronthosting.co.za> R. David Murray added the comment: No, it looks fine. This issue was mostly a reminder to myself. Thanks for the patch. The other place I thought there might be some instances of this was in _header_value_parser, but I don't see any on a quick scan. So this may be it. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:36:21 2014 From: report at bugs.python.org (Berker Peksag) Date: Tue, 14 Oct 2014 17:36:21 +0000 Subject: [issue20020] "modernize" the modulefinder module In-Reply-To: <1387425925.56.0.593354940747.issue20020@psf.upfronthosting.co.za> Message-ID: <1413308181.81.0.22119858257.issue20020@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- nosy: +berker.peksag _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:40:44 2014 From: report at bugs.python.org (Berker Peksag) Date: Tue, 14 Oct 2014 17:40:44 +0000 Subject: [issue21855] Fix decimal in unicodeless build In-Reply-To: <1403595822.86.0.526731488859.issue21855@psf.upfronthosting.co.za> Message-ID: <1413308444.77.0.140403591227.issue21855@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- stage: patch review -> commit review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:44:29 2014 From: report at bugs.python.org (Jakub Wilk) Date: Tue, 14 Oct 2014 17:44:29 +0000 Subject: [issue22335] Python 3: Segfault instead of MemoryError when bytearray too big In-Reply-To: <1409827137.12.0.977974506247.issue22335@psf.upfronthosting.co.za> Message-ID: <1413308669.54.0.67547510146.issue22335@psf.upfronthosting.co.za> Jakub Wilk added the comment: On a second thought, "logical_offset + 1" alone could overflow; and there are apparently other possible integer overflows in this function. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:46:19 2014 From: report at bugs.python.org (Dmitry Kazakov) Date: Tue, 14 Oct 2014 17:46:19 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions In-Reply-To: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> Message-ID: <1413308779.22.0.639247131341.issue22619@psf.upfronthosting.co.za> Changes by Dmitry Kazakov : Removed file: http://bugs.python.org/file36916/tb_patch.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:48:51 2014 From: report at bugs.python.org (Dmitry Kazakov) Date: Tue, 14 Oct 2014 17:48:51 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions In-Reply-To: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> Message-ID: <1413308931.94.0.607508532859.issue22619@psf.upfronthosting.co.za> Changes by Dmitry Kazakov : ---------- hgrepos: +278 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:49:28 2014 From: report at bugs.python.org (Dmitry Kazakov) Date: Tue, 14 Oct 2014 17:49:28 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions In-Reply-To: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> Message-ID: <1413308968.7.0.317961204625.issue22619@psf.upfronthosting.co.za> Changes by Dmitry Kazakov : Added file: http://bugs.python.org/file36918/4a0ec19e4288.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:50:11 2014 From: report at bugs.python.org (Dmitry Kazakov) Date: Tue, 14 Oct 2014 17:50:11 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions In-Reply-To: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> Message-ID: <1413309011.57.0.270125730355.issue22619@psf.upfronthosting.co.za> Changes by Dmitry Kazakov : Removed file: http://bugs.python.org/file36918/4a0ec19e4288.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:50:28 2014 From: report at bugs.python.org (Dmitry Kazakov) Date: Tue, 14 Oct 2014 17:50:28 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions In-Reply-To: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> Message-ID: <1413309028.06.0.525325341094.issue22619@psf.upfronthosting.co.za> Changes by Dmitry Kazakov : ---------- hgrepos: -278 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:51:08 2014 From: report at bugs.python.org (Dmitry Kazakov) Date: Tue, 14 Oct 2014 17:51:08 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions In-Reply-To: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> Message-ID: <1413309068.41.0.894097824834.issue22619@psf.upfronthosting.co.za> Changes by Dmitry Kazakov : Added file: http://bugs.python.org/file36919/tb_patch_2.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 19:58:02 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 17:58:02 +0000 Subject: [issue10977] Concrete object C API considered harmful to subclasses of builtin types In-Reply-To: <1295653779.62.0.836506069174.issue10977@psf.upfronthosting.co.za> Message-ID: <1413309482.48.0.138897618185.issue10977@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 20:00:34 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 18:00:34 +0000 Subject: [issue15381] Optimize BytesIO to do less reallocations when written, similarly to StringIO In-Reply-To: <1342527166.53.0.694574948468.issue15381@psf.upfronthosting.co.za> Message-ID: <1413309634.62.0.512998057854.issue15381@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 20:01:31 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 18:01:31 +0000 Subject: [issue17884] Try to reuse stdint.h types like int32_t In-Reply-To: <1367362366.81.0.489465512002.issue17884@psf.upfronthosting.co.za> Message-ID: <1413309691.0.0.427227232474.issue17884@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 20:01:58 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 18:01:58 +0000 Subject: [issue15903] Make rawiobase_read() read directly to bytes object In-Reply-To: <1347279783.86.0.217898740398.issue15903@psf.upfronthosting.co.za> Message-ID: <1413309718.1.0.761127214128.issue15903@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 20:02:29 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 18:02:29 +0000 Subject: [issue15994] memoryview to freed memory can cause segfault In-Reply-To: <1348173441.91.0.841080415833.issue15994@psf.upfronthosting.co.za> Message-ID: <1413309749.39.0.984568623039.issue15994@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 20:03:01 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 18:03:01 +0000 Subject: [issue15993] Windows: 3.3.0-rc2.msi: test_buffer fails In-Reply-To: <1348173110.08.0.356112095586.issue15993@psf.upfronthosting.co.za> Message-ID: <1413309781.89.0.998381403744.issue15993@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 20:03:41 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 18:03:41 +0000 Subject: [issue21167] float('nan') returns 0.0 on Python compiled with icc In-Reply-To: <1396864952.24.0.891595123462.issue21167@psf.upfronthosting.co.za> Message-ID: <1413309821.62.0.561611664609.issue21167@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 20:04:33 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 18:04:33 +0000 Subject: [issue17870] Python does not provide PyLong_FromIntMax_t() or PyLong_FromUintMax_t() function In-Reply-To: <1367269025.02.0.400879045482.issue17870@psf.upfronthosting.co.za> Message-ID: <1413309873.89.0.311118998925.issue17870@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 20:04:43 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Tue, 14 Oct 2014 18:04:43 +0000 Subject: [issue3068] IDLE - Add an extension configuration dialog In-Reply-To: <1213035033.21.0.781726477097.issue3068@psf.upfronthosting.co.za> Message-ID: <1413309883.76.0.609958189579.issue3068@psf.upfronthosting.co.za> Terry J. Reedy added the comment: S1. The top menu bar hot keys are set in EditorWindow.menu_specs. 'Options' *can* be opened, at least on Windows, with alt O O (and Format with alt O ). Conflicts are definitely Not Good. Any strong opinions on marking 'm' veras 't'? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 20:05:09 2014 From: report at bugs.python.org (Stefan Krah) Date: Tue, 14 Oct 2014 18:05:09 +0000 Subject: [issue15913] PyBuffer_SizeFromFormat is missing In-Reply-To: <1347312444.09.0.484126652005.issue15913@psf.upfronthosting.co.za> Message-ID: <1413309909.1.0.977866172002.issue15913@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: -skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 20:12:53 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 14 Oct 2014 18:12:53 +0000 Subject: [issue21855] Fix decimal in unicodeless build In-Reply-To: <1403595822.86.0.526731488859.issue21855@psf.upfronthosting.co.za> Message-ID: <20141014181241.107236.2845@psf.io> Roundup Robot added the comment: New changeset 108377d0e24f by Serhiy Storchaka in branch '2.7': Issue #21855: Fixed the decimal module in unicode disabled build. https://hg.python.org/cpython/rev/108377d0e24f ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 20:15:20 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Tue, 14 Oct 2014 18:15:20 +0000 Subject: [issue21855] Fix decimal in unicodeless build In-Reply-To: <1403595822.86.0.526731488859.issue21855@psf.upfronthosting.co.za> Message-ID: <1413310520.72.0.0133693785032.issue21855@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Thank you Mark and Stefan for your reviews. ---------- assignee: -> serhiy.storchaka dependencies: -Fix unicodeless build of Python resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 20:15:41 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Tue, 14 Oct 2014 18:15:41 +0000 Subject: [issue21855] Fix decimal in unicodeless build In-Reply-To: <1403595822.86.0.526731488859.issue21855@psf.upfronthosting.co.za> Message-ID: <1413310541.33.0.371485394916.issue21855@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- stage: commit review -> resolved _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 20:16:13 2014 From: report at bugs.python.org (Georg Brandl) Date: Tue, 14 Oct 2014 18:16:13 +0000 Subject: [issue22237] sorted() docs should state that the sort is stable In-Reply-To: <1408553630.26.0.335574291367.issue22237@psf.upfronthosting.co.za> Message-ID: <1413310573.16.0.551126321604.issue22237@psf.upfronthosting.co.za> Georg Brandl added the comment: PyId_sort is not a function, it's a somewhat complicated way of getting a Python string "sort" (in this case, for looking up a method using PyObject_GetAttrId). The string object is cached, with is faster than constructing one every time with PyObject_GetAttrString. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 20:17:13 2014 From: report at bugs.python.org (Andy Maier) Date: Tue, 14 Oct 2014 18:17:13 +0000 Subject: [issue12067] Doc: remove errors about mixed-type comparisons. In-Reply-To: <1305237573.86.0.646542413513.issue12067@psf.upfronthosting.co.za> Message-ID: <1413310633.16.0.870328726631.issue12067@psf.upfronthosting.co.za> Andy Maier added the comment: I have addressed the comments by Jim Jewett, Martin Panter and of myself in a new version v11, which got posted. For the expression.rst doc file, this version of the patch has its diff sections in a logical order, so that the original text and the patched text are close by each other. Please review. ---------- Added file: http://bugs.python.org/file36920/issue12067-expressions-py34_v11.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 20:27:43 2014 From: report at bugs.python.org (Andy Maier) Date: Tue, 14 Oct 2014 18:27:43 +0000 Subject: [issue12067] Doc: remove errors about mixed-type comparisons. In-Reply-To: <1305237573.86.0.646542413513.issue12067@psf.upfronthosting.co.za> Message-ID: <1413311263.33.0.881982263856.issue12067@psf.upfronthosting.co.za> Andy Maier added the comment: I also made sure in both files that the line length of any changed or new lines is max 80. Sorry if that creates extra changes when looking at deltas between change sets. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 20:28:52 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Tue, 14 Oct 2014 18:28:52 +0000 Subject: [issue22632] Official IDLE web page address is not valid Message-ID: <1413311332.96.0.42616641652.issue22632@psf.upfronthosting.co.za> New submission from Serhiy Storchaka: WWW address (http://www.python.org/idle/) mentioned in "About IDLE" dialog window is no longer valid. ---------- assignee: docs at python components: Documentation, IDLE messages: 229329 nosy: docs at python, eric.araujo, ezio.melotti, georg.brandl, kbk, roger.serwy, serhiy.storchaka, terry.reedy priority: normal severity: normal status: open title: Official IDLE web page address is not valid type: behavior versions: Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 20:35:14 2014 From: report at bugs.python.org (Guido) Date: Tue, 14 Oct 2014 18:35:14 +0000 Subject: [issue22633] Memory disclosure/buffer overread via bug in Py_FrozenMain Message-ID: <1413311714.85.0.507321102423.issue22633@psf.upfronthosting.co.za> New submission from Guido: Python/frozenmain.c:27 - https://hg.python.org/cpython/file/424fbf011176/Python/frozenmain.c#l27 Memory is allocated for sizeof(wchar_t*) * argc bytes. If argc is 0 (which is a possibility, see below), then 0 bytes are attempted to allocate. Note that PyMem_RawMalloc typically calls _PyMem_RawMalloc, which ensures that a nonzero value is passed to malloc: https://hg.python.org/cpython/file/424fbf011176/Objects/obmalloc.c#l60 In the case of argc == 1, we have the guarantee that one byte is allocated. Then, this: https://hg.python.org/cpython/file/424fbf011176/Python/frozenmain.c#l54 routine fills the argv_copy array with values. However, if argc == 0, this code is never reached. https://hg.python.org/cpython/file/424fbf011176/Python/frozenmain.c#l71 then sets the program name to argv_copy[0] using Py_SetProgramName(). The issue here is is that because argv_copy[0] may be uninitialized, it may be a nonzero value, because, as far as I know, malloc doesn't give any guarantees as to the initial values of the allocated values (hence the existence of something like calloc). If a pointer to a zero byte is passed to Py_SetProgramName(), the function doesn't change progname: https://hg.python.org/cpython/file/424fbf011176/Python/pythonrun.c#l884 But since there are no guarantees as to what argv_copy[0] is AND there are no guarantees about the memory region that follows, a rare and unlikely though theoretically possible situation may emerge where each time progname is referenced (for example indirectly by reading to sys.executable), a string is returned that contains bytes after argv_copy[0], resulting in a memory disclosure. Here's an example of how to run a program with zero arguments (argc == 0): // https://stackoverflow.com/questions/8113786/executing-a-process-with-argc-0 #include #include int main(int argc, char** argv, char** envp) { pid_t pid; char* zero_argv[] = {NULL}; posix_spawn(&pid, "./hello", NULL, NULL, zero_argv, envp); int status; waitpid(&pid, &status, NULL); return 0; } I propose the following patch: --- frozenmain.c 2014-10-14 19:56:27.144705062 +0200 +++ new_frozenmain.c 2014-10-14 19:59:16.800704366 +0200 @@ -24,13 +24,15 @@ /* We need a second copies, as Python might modify the first one. */ wchar_t **argv_copy2 = NULL; - argv_copy = PyMem_RawMalloc(sizeof(wchar_t*) * argc); + argv_copy = PyMem_RawMalloc(sizeof(wchar_t*) * (argc ? argc : 1)); argv_copy2 = PyMem_RawMalloc(sizeof(wchar_t*) * argc); if (!argv_copy || !argv_copy2) { fprintf(stderr, "out of memory\n"); goto error; } + argv_copy[0] = '\0'; + Py_FrozenFlag = 1; /* Suppress errors from getpath.c */ if ((p = Py_GETENV("PYTHONINSPECT")) && *p != '\0') By enforcing a minimal allocation of 1 byte in this file, we are guaranteed that malloc doesn't return a non-zero value after it is called with malloc(0) (this is possible, see man malloc) and we don't have to rely on the heap allocator to do this (in case it's not _PyMem_RawMalloc). Setting argv_copy[0] to zero ensures a buffer overread will never occur. Tested only for Python 3.4. Guido ---------- messages: 229330 nosy: Guido priority: normal severity: normal status: open title: Memory disclosure/buffer overread via bug in Py_FrozenMain type: security versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 20:59:35 2014 From: report at bugs.python.org (Ned Deily) Date: Tue, 14 Oct 2014 18:59:35 +0000 Subject: [issue22630] `concurrent.futures.Future.set_running_or_notify_cancel` does not notify cancel In-Reply-To: <1413277554.48.0.992007500484.issue22630@psf.upfronthosting.co.za> Message-ID: <1413313175.68.0.569657303815.issue22630@psf.upfronthosting.co.za> Changes by Ned Deily : ---------- nosy: +bquinlan _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 21:01:43 2014 From: report at bugs.python.org (Ned Deily) Date: Tue, 14 Oct 2014 19:01:43 +0000 Subject: [issue22631] Feature Request CAN_RAW_FD_FRAME In-Reply-To: <1413296488.48.0.164198774992.issue22631@psf.upfronthosting.co.za> Message-ID: <1413313303.62.0.419048744343.issue22631@psf.upfronthosting.co.za> Changes by Ned Deily : ---------- nosy: +neologix _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 21:11:34 2014 From: report at bugs.python.org (David Bolen) Date: Tue, 14 Oct 2014 19:11:34 +0000 Subject: [issue20981] ssl doesn't build anymore with OpenSSL 0.9.7 or older: X509_check_ca In-Reply-To: <1395247121.79.0.24713590698.issue20981@psf.upfronthosting.co.za> Message-ID: <1413313894.38.0.653829310344.issue20981@psf.upfronthosting.co.za> David Bolen added the comment: Both of my FreeBSD buildbots are quite ancient (particularly so with FreeBSD/6.4), and mostly still exist because of lack of pressure to change them, and at least for a while having an older, legacy FreeBSD buildbot was of some use. I have no plans on upgrading though, but always assumed I'd just retire them if they became more hassle than they were worth. Certainly I wouldn't worry too much about supporting 6.4 in ongoing development, so the writing might be on the wall now for that buildbot. -- David ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 21:18:00 2014 From: report at bugs.python.org (Ned Deily) Date: Tue, 14 Oct 2014 19:18:00 +0000 Subject: [issue22632] Official IDLE web page address is not valid In-Reply-To: <1413311332.96.0.42616641652.issue22632@psf.upfronthosting.co.za> Message-ID: <1413314280.47.0.993722098511.issue22632@psf.upfronthosting.co.za> Ned Deily added the comment: For the record, on the legacy web site, that URI (which you can still see as http://legacy.python.org/idle/) redirected to the Python 2 IDLE page in the Standard Library docs: https://docs.python.org/2/library/idle.html. ---------- nosy: +ned.deily _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 21:19:26 2014 From: report at bugs.python.org (Georg Brandl) Date: Tue, 14 Oct 2014 19:19:26 +0000 Subject: [issue22632] Official IDLE web page address is not valid In-Reply-To: <1413311332.96.0.42616641652.issue22632@psf.upfronthosting.co.za> Message-ID: <1413314366.48.0.478608410667.issue22632@psf.upfronthosting.co.za> Georg Brandl added the comment: I guess a redirect could be added again. ---------- nosy: +benjamin.peterson _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 21:22:18 2014 From: report at bugs.python.org (Ned Deily) Date: Tue, 14 Oct 2014 19:22:18 +0000 Subject: [issue22632] Official IDLE web page address is not valid In-Reply-To: <1413311332.96.0.42616641652.issue22632@psf.upfronthosting.co.za> Message-ID: <1413314538.53.0.774921308331.issue22632@psf.upfronthosting.co.za> Ned Deily added the comment: It could but to which page, e.g. which version of the docs? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 21:22:39 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Tue, 14 Oct 2014 19:22:39 +0000 Subject: [issue22632] Official IDLE web page address is not valid In-Reply-To: <1413314366.48.0.478608410667.issue22632@psf.upfronthosting.co.za> Message-ID: <4504156.TugVfcEz9r@raxxla> Serhiy Storchaka added the comment: Should we add /idle3/ redirection for 3.x? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 21:29:00 2014 From: report at bugs.python.org (Ned Deily) Date: Tue, 14 Oct 2014 19:29:00 +0000 Subject: [issue22632] Official IDLE web page address is not valid In-Reply-To: <1413311332.96.0.42616641652.issue22632@psf.upfronthosting.co.za> Message-ID: <1413314940.16.0.765539419853.issue22632@psf.upfronthosting.co.za> Ned Deily added the comment: The URI in "About IDLE" is redundant in that the same information on the doc page is also available in text format in the IDLE Help menu and there is also a link there to the full HTML docs. Perhaps the URI should just be removed from About IDLE going forward; we could still add a redirect for the benefit of IDLEs already released. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 21:29:45 2014 From: report at bugs.python.org (Barry A. Warsaw) Date: Tue, 14 Oct 2014 19:29:45 +0000 Subject: [issue21189] Broken link to patch In-Reply-To: <1397050976.2.0.0354182649484.issue21189@psf.upfronthosting.co.za> Message-ID: <1413314985.3.0.776635422094.issue21189@psf.upfronthosting.co.za> Barry A. Warsaw added the comment: I changed the link to point here: https://docs.python.org/devguide/patch.html ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 21:30:57 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 14 Oct 2014 19:30:57 +0000 Subject: [issue7442] _localemodule.c: str2uni() with different LC_NUMERIC and LC_CTYPE In-Reply-To: <1260009859.57.0.721297634888.issue7442@psf.upfronthosting.co.za> Message-ID: <1413315057.4.0.890579188879.issue7442@psf.upfronthosting.co.za> STINNER Victor added the comment: The issue has a workaround: use LC_NUMERIC and LC_CTYPE locales which use the same encoding. To avoid issues, it's probably safer to only use UTF-8 locales, which are now available on modern Linux distro. I don't like the idea of calling setlocale() just for this corner case, because it changes the locale for all threads. Even if Python is protected by the GIL, Python can be embedded or modules written in C may spawn threads which don't care of the GIL. Usually, if it can fail, it will fail :-) I see that various people contributed to the issue, but it looks like the only user asking for the request is Stefan Krah. I prefer to close the issue and wait until more users ask for it before considering again the patch, or find a different way to implement the feature (support LC_NUMERIC and LC_CTYPE locales using a different encoding). To be clear, I'm closing the issue right now. ---------- resolution: -> wont fix status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 21:41:43 2014 From: report at bugs.python.org (=?utf-8?q?Charles-Fran=C3=A7ois_Natali?=) Date: Tue, 14 Oct 2014 19:41:43 +0000 Subject: [issue22631] Feature Request CAN_RAW_FD_FRAME In-Reply-To: <1413296488.48.0.164198774992.issue22631@psf.upfronthosting.co.za> Message-ID: <1413315703.88.0.115513767095.issue22631@psf.upfronthosting.co.za> Charles-Fran?ois Natali added the comment: Annoying. I thought CAN_RAW_FD_FRAME would be a macro, which would have made conditional compilation easy, but it's apparently a enum value, which means we have to add a configure-time check... ---------- components: +Library (Lib) -IO _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 21:46:03 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Tue, 14 Oct 2014 19:46:03 +0000 Subject: [issue3068] IDLE - Add an extension configuration dialog In-Reply-To: <1213035033.21.0.781726477097.issue3068@psf.upfronthosting.co.za> Message-ID: <1413315963.38.0.0277886192091.issue3068@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Referring to previous item numbers, this new patch, relative to -2, 1. adds padx to gridding of entry widgets. (Note, editor text area runs against scroll bar in same way as these did, but without breaks, it looks fine.) Padding border looks better to me. 2. changes shortcuts to _I and _E. 3. deletes '...'. --- With respect to 4. Save_all_changed_configs is supposed to only save if 'changes', and set_user_value is supposed to removed 'changes' same as default. I want to review these functions after uploading the changes above, along with addition of title and use of _htest in .__init__. 5. Reuse of create_action_buttons requires that action handlers have matching names in both dialogs. Since this does not affect dialog behavior, I want to defer this. 6. I intend to uncomment before pushing, but this does not affect dialog use. ---------- Added file: http://bugs.python.org/file36921/cfg-ext-34-3.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 21:52:55 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 14 Oct 2014 19:52:55 +0000 Subject: [issue20981] ssl doesn't build anymore with OpenSSL 0.9.7 or older: X509_check_ca In-Reply-To: <1413313894.38.0.653829310344.issue20981@psf.upfronthosting.co.za> Message-ID: STINNER Victor added the comment: If we drop support of FreeBSD older than 8.x for example, we should make it official. Mention it at least in the What's New in Python 3.5 and/or the PEP 11. What do you think? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 21:59:45 2014 From: report at bugs.python.org (Siming Yuan) Date: Tue, 14 Oct 2014 19:59:45 +0000 Subject: [issue22634] importing _ctypes failed: undefined symbol: ffi_call_win32 Message-ID: <1413316785.82.0.044196497806.issue22634@psf.upfronthosting.co.za> New submission from Siming Yuan: Compiling Python 3.4.2 32-bit using GCC under RHEL6.4 and RHEL5.5 yields to crash: *** WARNING: renaming "_ctypes" since importing it failed: build/lib.linux-x86_64-3.4/_ctypes.cpython-34m.so: undefined symbol: ffi_call_win32 Why is it referring to a win32 api when i'm compiling under Linux? This failure causes pip installation to also fail due to missing ctypes module. FYI - 3.4.1 under exact same env. builds fine. ---------- components: Build messages: 229342 nosy: Siming.Yuan priority: normal severity: normal status: open title: importing _ctypes failed: undefined symbol: ffi_call_win32 type: compile error versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 22:00:56 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 14 Oct 2014 20:00:56 +0000 Subject: [issue22634] importing _ctypes failed: undefined symbol: ffi_call_win32 In-Reply-To: <1413316785.82.0.044196497806.issue22634@psf.upfronthosting.co.za> Message-ID: <1413316856.49.0.482499840474.issue22634@psf.upfronthosting.co.za> STINNER Victor added the comment: Similar issue on old FreeBSD versions: issuee #22521. ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 22:13:21 2014 From: report at bugs.python.org (Christopher Lee) Date: Tue, 14 Oct 2014 20:13:21 +0000 Subject: [issue22627] Calling timestamp() on a datetime object modifies the timestamp of a different datetime object. In-Reply-To: <1413250305.11.0.302636475589.issue22627@psf.upfronthosting.co.za> Message-ID: <1413317601.57.0.944340108984.issue22627@psf.upfronthosting.co.za> Christopher Lee added the comment: Hi Antoine, thanks for taking a look. I should explain further. This code is for an introspection tool[1] that provides an interface to write tests in python against an application. This code is a workaround for using large timestamps[2] (i.e. larger than 32bit time_t) the original suggested code (from SO, using timedelta) has an inconsistancy with the hour in some cases (this example in the NZ timezone): >>> datetime.datetime.fromtimestamp(2047570047) datetime.datetime(2034, 11, 19, 17, 27, 27) >>> datetime.datetime.fromtimestamp(0) + datetime.timedelta(seconds=2047570047) datetime.datetime(2034, 11, 19, 18, 27, 27) The code you see here in my example, creating a timezone aware object, is a result of 'fixing' this behaviour I've seen. The reason for then removing the tzinfo is because currently our API states that dates returned from the introspected objects are naive. [1] https://launchpad.net/autopilot [2] https://bugs.launchpad.net/autopilot/+bug/1328600 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 22:13:48 2014 From: report at bugs.python.org (David Bolen) Date: Tue, 14 Oct 2014 20:13:48 +0000 Subject: [issue20981] ssl doesn't build anymore with OpenSSL 0.9.7 or older: X509_check_ca In-Reply-To: <1395247121.79.0.24713590698.issue20981@psf.upfronthosting.co.za> Message-ID: <1413317628.01.0.115441513625.issue20981@psf.upfronthosting.co.za> David Bolen added the comment: I suppose it depends on what the current policy (if any) is. Not sure how far back we would officially claim to support even today. We have a 6.4 buildbot due to history, but it's never made the stable list, and is probably in a failing state as much or more as passing. Certainly in the FreeBSD world, I expect the overlap between anyone still using FreeBSD 6 and yet wanting to use the latest and greatest python is awfully small. With respect to PEP 11 though, noting that we no longer support OpenSSL < 0.9.8 as of some release seems a reasonable point. Not sure I'd specifically target FreeBSD 6.4 as much as OpenSSL. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 22:15:04 2014 From: report at bugs.python.org (Georg Brandl) Date: Tue, 14 Oct 2014 20:15:04 +0000 Subject: [issue22634] importing _ctypes failed: undefined symbol: ffi_call_win32 In-Reply-To: <1413316785.82.0.044196497806.issue22634@psf.upfronthosting.co.za> Message-ID: <1413317704.9.0.998533568482.issue22634@psf.upfronthosting.co.za> Georg Brandl added the comment: This appears to be caused by the update to libffi version 3.1 in 3.4.2. ---------- keywords: +3.4regression nosy: +doko, georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 22:24:01 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 14 Oct 2014 20:24:01 +0000 Subject: [issue18643] add a fallback socketpair() implementation in test.support In-Reply-To: <1375531895.31.0.501848123953.issue18643@psf.upfronthosting.co.za> Message-ID: <20141014202309.115581.38395@psf.io> Roundup Robot added the comment: New changeset 6098141155f9 by Charles-Fran?ois Natali in branch 'default': Issue #18643: Add socket.socketpair() on Windows. https://hg.python.org/cpython/rev/6098141155f9 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 22:39:41 2014 From: report at bugs.python.org (Claudiu Popa) Date: Tue, 14 Oct 2014 20:39:41 +0000 Subject: [issue16200] Setting .posix=True for shlex object causes infinite loop in __next__ In-Reply-To: <1349982570.12.0.849029926696.issue16200@psf.upfronthosting.co.za> Message-ID: <1413319181.56.0.0577758608464.issue16200@psf.upfronthosting.co.za> Claudiu Popa added the comment: Here's a refreshed patch, which applies cleanly on tip. Also, I added a test for the code that generates an infinite loop. ---------- nosy: +Claudiu.Popa versions: +Python 3.5 -Python 3.2, Python 3.3, Python 3.4 Added file: http://bugs.python.org/file36922/issue16200.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 22:51:23 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Tue, 14 Oct 2014 20:51:23 +0000 Subject: [issue22632] Official IDLE web page address is not valid In-Reply-To: <1413311332.96.0.42616641652.issue22632@psf.upfronthosting.co.za> Message-ID: <1413319883.16.0.675931611454.issue22632@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Idle's Help system needs a thorough review. Current issues include 16893, 21995, 17583, and a few more in my head, including revising About. In the meanwhile, I am replacing the dead link with 'https://docs.python.org/' + sys.version[:3] + '/library/idle.html' (It cannot be copied to be pasted; making it clickable would be part of revising About.) I suggest redirecting the current dead link http://www.python.org/idle/ to https://docs.python.org/3/library/idle.html. People can always select a different version from there. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 22:54:32 2014 From: report at bugs.python.org (Ned Deily) Date: Tue, 14 Oct 2014 20:54:32 +0000 Subject: [issue22632] Official IDLE web page address is not valid In-Reply-To: <1413311332.96.0.42616641652.issue22632@psf.upfronthosting.co.za> Message-ID: <1413320072.59.0.972894038951.issue22632@psf.upfronthosting.co.za> Ned Deily added the comment: OK, the redirect should now be in place. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 22:57:29 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 14 Oct 2014 20:57:29 +0000 Subject: [issue22632] Official IDLE web page address is not valid In-Reply-To: <1413311332.96.0.42616641652.issue22632@psf.upfronthosting.co.za> Message-ID: <20141014205727.1825.40534@psf.io> Roundup Robot added the comment: New changeset d411dff4e3d4 by Terry Jan Reedy in branch '2.7': Issue #22632: replace dead link with version-specific doc link. https://hg.python.org/cpython/rev/d411dff4e3d4 New changeset db5e431125b1 by Terry Jan Reedy in branch '3.4': Issue #22632: replace dead link with version-specific doc link. https://hg.python.org/cpython/rev/db5e431125b1 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 22:59:44 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Tue, 14 Oct 2014 20:59:44 +0000 Subject: [issue22632] Official IDLE web page address is not valid In-Reply-To: <1413311332.96.0.42616641652.issue22632@psf.upfronthosting.co.za> Message-ID: <1413320384.62.0.341273091286.issue22632@psf.upfronthosting.co.za> Terry J. Reedy added the comment: verified ---------- resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 23:08:07 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 14 Oct 2014 21:08:07 +0000 Subject: [issue18643] add a fallback socketpair() implementation in test.support In-Reply-To: <1375531895.31.0.501848123953.issue18643@psf.upfronthosting.co.za> Message-ID: <20141014210608.52933.78159@psf.io> Roundup Robot added the comment: New changeset 03d3f2664930 by Victor Stinner in branch '3.4': Issue #18643: asyncio.windows_utils now reuse socket.socketpair() on Windows if https://hg.python.org/cpython/rev/03d3f2664930 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 23:09:18 2014 From: report at bugs.python.org (Josh Rosenberg) Date: Tue, 14 Oct 2014 21:09:18 +0000 Subject: [issue22635] subprocess.getstatusoutput changed behavior in 3.4 (maybe 3.3.4?) Message-ID: <1413320958.05.0.462062330084.issue22635@psf.upfronthosting.co.za> New submission from Josh Rosenberg: (U) The examples for the function still show the return code in the form os.popen would produce (a program exiting with status 1 would return 256 as the status), but the new code from #10197 makes the status 1, not 256. (U) This is a breaking change for code relying on what was already a legacy interface. Either the docs should call out the change, or the code needs to restore the previous behavior. (U) Ultra simple repro: >>> subprocess.getstatusoutput('python -c "exit(1)"') Expected: (256, '') Actual: (1, '') ---------- messages: 229354 nosy: josh.rosenberg priority: normal severity: normal status: open title: subprocess.getstatusoutput changed behavior in 3.4 (maybe 3.3.4?) type: behavior versions: Python 3.3, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 23:14:25 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 14 Oct 2014 21:14:25 +0000 Subject: [issue22635] subprocess.getstatusoutput changed behavior in 3.4 (maybe 3.3.4?) In-Reply-To: <1413320958.05.0.462062330084.issue22635@psf.upfronthosting.co.za> Message-ID: <1413321265.77.0.775008798711.issue22635@psf.upfronthosting.co.za> STINNER Victor added the comment: It probably comes from this change: --- changeset: 86879:c34e163c0086 branch: 3.3 parent: 86870:dbff708e393f user: Tim Golden date: Sun Nov 03 12:53:17 2013 +0000 files: Lib/subprocess.py Lib/test/test_subprocess.py Misc/NEWS description: Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan. --- > (U) This is a breaking change for code relying on what was already a legacy interface. CommandTests.test_getoutput() only checks that an error returns a non-zero status :-/ It doens't check for the exact status. We should use a small Python program using a specific exit code (ex: sys.exit(5)) to check the status. ---------- nosy: +haypo, ncoghlan, tim.golden _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 23:18:08 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 14 Oct 2014 21:18:08 +0000 Subject: [issue22635] subprocess.getstatusoutput changed behavior in 3.4 (maybe 3.3.4?) In-Reply-To: <1413320958.05.0.462062330084.issue22635@psf.upfronthosting.co.za> Message-ID: <1413321488.91.0.934649859059.issue22635@psf.upfronthosting.co.za> STINNER Victor added the comment: Oh, I now understand why I feel guilty, I proposed a patch rewriting getstatusoutput() in the issue #10197. My patch ends with: + if os.name != 'nt': + # convert status to be interpreted according to the wait() rules + sts = sts << 8 This fix is that simple, but it means that depending on the Python version, you will get a different status... Python 3.3 doesn't accept bugfixes anymore and so cannot be changed. ---------- versions: -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 23:19:55 2014 From: report at bugs.python.org (Josh Rosenberg) Date: Tue, 14 Oct 2014 21:19:55 +0000 Subject: [issue22635] subprocess.getstatusoutput changed behavior in 3.4 (maybe 3.3.4?) In-Reply-To: <1413320958.05.0.462062330084.issue22635@psf.upfronthosting.co.za> Message-ID: <1413321595.11.0.911432981664.issue22635@psf.upfronthosting.co.za> Josh Rosenberg added the comment: Ah blech. Can someone with privileges edit my original message to remove the junk at the beginning of each paragraph? Habit from an old job. Wish I could just edit the message. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 23:21:17 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 14 Oct 2014 21:21:17 +0000 Subject: [issue22635] subprocess.getstatusoutput changed behavior in 3.4 (maybe 3.3.4?) In-Reply-To: <1413320958.05.0.462062330084.issue22635@psf.upfronthosting.co.za> Message-ID: <1413321677.41.0.870489362543.issue22635@psf.upfronthosting.co.za> STINNER Victor added the comment: > Can someone with privileges edit my original message to remove the junk at the beginning of each paragraph? It's not possible to edit a message, only to remove it. I don't like removing the initial message of an issue. Don't worry, (U) looks a bullet, it can read it ;-) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 23:23:52 2014 From: report at bugs.python.org (R. David Murray) Date: Tue, 14 Oct 2014 21:23:52 +0000 Subject: [issue22635] subprocess.getstatusoutput changed behavior in 3.4 (maybe 3.3.4?) In-Reply-To: <1413320958.05.0.462062330084.issue22635@psf.upfronthosting.co.za> Message-ID: <1413321832.56.0.885166414962.issue22635@psf.upfronthosting.co.za> R. David Murray added the comment: You are right, it did change in 3.3.4 (see issue 10197). That change should not have been applied to 3.3, and obviously there was a missing test concerning the return code format. At this point I think we are stuck with changing the documentation. The new return code is both more convenient and more consistent with the rest of the subprocess module. It is very unfortunate that it did not follow our normal backward compatibility rules, but we are stuck with the mistake now. ---------- assignee: -> docs at python components: +Documentation nosy: +docs at python, r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 23:24:28 2014 From: report at bugs.python.org (=?utf-8?q?Charles-Fran=C3=A7ois_Natali?=) Date: Tue, 14 Oct 2014 21:24:28 +0000 Subject: [issue18643] add a fallback socketpair() implementation to the socket module In-Reply-To: <1375531895.31.0.501848123953.issue18643@psf.upfronthosting.co.za> Message-ID: <1413321868.1.0.0704947239019.issue18643@psf.upfronthosting.co.za> Changes by Charles-Fran?ois Natali : ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed title: add a fallback socketpair() implementation in test.support -> add a fallback socketpair() implementation to the socket module _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 23:31:45 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 14 Oct 2014 21:31:45 +0000 Subject: [issue22635] subprocess.getstatusoutput changed behavior in 3.4 (maybe 3.3.4?) In-Reply-To: <1413320958.05.0.462062330084.issue22635@psf.upfronthosting.co.za> Message-ID: <1413322305.72.0.501359540324.issue22635@psf.upfronthosting.co.za> STINNER Victor added the comment: > You are right, it did change in 3.3.4 (see issue 10197). That change should not have been applied to 3.3, ... The purpose of the issue #10197 was to fix a bug on Windows: getoutput() didn't work. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 23:34:02 2014 From: report at bugs.python.org (R. David Murray) Date: Tue, 14 Oct 2014 21:34:02 +0000 Subject: [issue22635] subprocess.getstatusoutput changed behavior in 3.4 (maybe 3.3.4?) In-Reply-To: <1413320958.05.0.462062330084.issue22635@psf.upfronthosting.co.za> Message-ID: <1413322442.95.0.483229530867.issue22635@psf.upfronthosting.co.za> R. David Murray added the comment: But it was also a feature addition: getoutput had not been *intended* to work on Windows. I understand why the mistake was made (the argument that it was a bug has weight), but the fact that a versionchanged was needed mentioning 3.3.4 indicates it wasn't really a bug fix. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 14 23:37:00 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 14 Oct 2014 21:37:00 +0000 Subject: [issue20152] Derby #15: Convert 50 sites to Argument Clinic across 9 files In-Reply-To: <1389039493.34.0.923814328387.issue20152@psf.upfronthosting.co.za> Message-ID: <20141014213645.52925.47916@psf.io> Roundup Robot added the comment: New changeset 5e8b94397f81 by Brett Cannon in branch 'default': Issue #20152: Convert the cmath module to Argument Clinic. https://hg.python.org/cpython/rev/5e8b94397f81 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 00:32:55 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 14 Oct 2014 22:32:55 +0000 Subject: [issue22636] avoid using a shell in ctypes.util: replace os.popen with subprocess Message-ID: <1413325975.89.0.175884398711.issue22636@psf.upfronthosting.co.za> New submission from STINNER Victor: Attached patch modifies the ctypes.util module to not use a shell: it replaces os.open() with subprocess.Popen on Linux. Running a shell is slower and is more vulnerable to code injection. I only modified code path on Linux right now. They are still calls to os.popen() on sunos5, freebsd, openbsd and dragonfly. ---------- files: ctypes_util_popen.patch keywords: patch messages: 229363 nosy: haypo priority: normal severity: normal status: open title: avoid using a shell in ctypes.util: replace os.popen with subprocess type: enhancement versions: Python 3.5 Added file: http://bugs.python.org/file36923/ctypes_util_popen.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 00:35:37 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 14 Oct 2014 22:35:37 +0000 Subject: [issue22637] avoid using a shell in uuid: replce os.popen with subprocess.Popen Message-ID: <1413326137.66.0.946040587589.issue22637@psf.upfronthosting.co.za> New submission from STINNER Victor: Attached patch modifies the uuid module to not use a shell: it replaces os.popen() with subprocess.Popen on UNIX. Running a shell is slower and is more vulnerable to code injection. I only modified code path on UNIX right now. They is still a call to os.popen() on Windows. Note: The patch works on bytes string instead of Unicode. ---------- files: uuid_popen.patch keywords: patch messages: 229364 nosy: haypo priority: normal severity: normal status: open title: avoid using a shell in uuid: replce os.popen with subprocess.Popen type: enhancement versions: Python 3.5 Added file: http://bugs.python.org/file36924/uuid_popen.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 00:48:25 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 14 Oct 2014 22:48:25 +0000 Subject: [issue22599] traceback: errors in the linecache module at exit In-Reply-To: <1412940961.34.0.0781587147709.issue22599@psf.upfronthosting.co.za> Message-ID: <1413326905.05.0.480124992833.issue22599@psf.upfronthosting.co.za> STINNER Victor added the comment: > There is one downside of my solution. For now the code uses current builtin open() which can be overloaded (to handle reading from ZIP archive for example, or to check permissions). Oh, does anyone really modify the builtin open() for that? If you already monkey-patch Python builtin, you are probably able to monkey-patch also tokenize._builtin_open. I don't think that monkey-patching builtins is promoted nor well supported. They are probably other places where a local references to builtins functions are kept. The importlib module provides the get_source() function which is the best way to retrieve the source code from any kind of module, including ZIP files. But tokenize.open() really expects a clear text ".py" file. > With my solution it uses builtin open() at the time of import. I don't see how your solution is different than mine. But your solution is probably enough to tokenize needs (it only requires the builtin open funciton) and it's shorter. > I don't know insofar current behavior is intentional. We should take a decision of yet one core developer. Since I wrote tokenize.open(), I can explain why I chose to import builtins :-) It's just one option to handle two functions with the same name: (builtins.)open and (tokenize.)open. "_open = open" is another common option to handle this issue. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 00:48:53 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 14 Oct 2014 22:48:53 +0000 Subject: [issue22599] traceback: errors in the linecache module at exit In-Reply-To: <1412940961.34.0.0781587147709.issue22599@psf.upfronthosting.co.za> Message-ID: <1413326933.3.0.0651554806951.issue22599@psf.upfronthosting.co.za> STINNER Victor added the comment: traceback_at_exit-2.patch: Updated patch to remove "import builtins" from tokenize.py, it's no more needed. ---------- Added file: http://bugs.python.org/file36925/traceback_at_exit-2.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 00:56:31 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 14 Oct 2014 22:56:31 +0000 Subject: [issue3068] IDLE - Add an extension configuration dialog In-Reply-To: <1213035033.21.0.781726477097.issue3068@psf.upfronthosting.co.za> Message-ID: <20141014225613.115601.28995@psf.io> Roundup Robot added the comment: New changeset 7ba47bbfe38d by Terry Jan Reedy in branch '2.7': Issue #3068: Change 0/1 to False/True so that extension configure dialog can https://hg.python.org/cpython/rev/7ba47bbfe38d New changeset 94f8d65371b7 by Terry Jan Reedy in branch '3.4': Issue #3068: Change 0/1 to False/True so that extension configure dialog can https://hg.python.org/cpython/rev/94f8d65371b7 New changeset 111d535b52e8 by Terry Jan Reedy in branch 'default': Merge with 3.4 #3068 https://hg.python.org/cpython/rev/111d535b52e8 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:11:15 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 14 Oct 2014 23:11:15 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) Message-ID: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> New submission from STINNER Victor: Copy of Donald Stuff email sent to python-dev: A big security breach of SSL 3.0 just dropped a little while ago (named POODLE). With this there is now no ability to securely connect via SSL 3.0. I believe that we should disable SSL 3.0 in Python similarly to how SSL 2.0 is disabled, where it is disabled by default unless the user has explicitly re-enabled it. The new attack essentially allows reading the sensitive data from within a SSL 3.0 connection stream. It takes roughly 256 requests to break a single byte so the attack is very practical. You can read more about the attack here at the google announcement [1] or the whitepaper [2]. [1] http://googleonlinesecurity.blogspot.com/2014/10/this-poodle-bites-exploiting-ssl-30.html [2] https://www.openssl.org/~bodo/ssl-poodle.pdf ---------- messages: 229368 nosy: haypo priority: normal severity: normal status: open title: ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) type: security versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:12:07 2014 From: report at bugs.python.org (Josh Rosenberg) Date: Tue, 14 Oct 2014 23:12:07 +0000 Subject: [issue22637] avoid using a shell in uuid: replce os.popen with subprocess.Popen In-Reply-To: <1413326137.66.0.946040587589.issue22637@psf.upfronthosting.co.za> Message-ID: <1413328327.57.0.983392027269.issue22637@psf.upfronthosting.co.za> Changes by Josh Rosenberg : ---------- nosy: +josh.r _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:12:27 2014 From: report at bugs.python.org (Alex Gaynor) Date: Tue, 14 Oct 2014 23:12:27 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413328347.92.0.300124804372.issue22638@psf.upfronthosting.co.za> Alex Gaynor added the comment: This patch disables SSLv3 by default for Python. Uesrs can get it back by specifiying SSL_PROTOCOLv3 explicitly. ---------- keywords: +needs review, patch nosy: +alex Added file: http://bugs.python.org/file36926/issue22638.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:12:34 2014 From: report at bugs.python.org (Alex Gaynor) Date: Tue, 14 Oct 2014 23:12:34 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413328354.34.0.173194641698.issue22638@psf.upfronthosting.co.za> Changes by Alex Gaynor : ---------- nosy: +christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:13:54 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 14 Oct 2014 23:13:54 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413328434.45.0.233751426208.issue22638@psf.upfronthosting.co.za> Antoine Pitrou added the comment: """Disabling SSL 3.0 support, or CBC-mode ciphers with SSL 3.0, is sufficient to mitigate this issue, but presents significant compatibility problems, even today. Therefore our recommended response is to support TLS_FALLBACK_SCSV. This is a mechanism that solves the problems caused by retrying failed connections and thus prevents attackers from inducing browsers to use SSL 3.0. It also prevents downgrades from TLS 1.2 to 1.1 or 1.0 and so may help prevent future attacks.""" ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:15:00 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 14 Oct 2014 23:15:00 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413328500.16.0.232111547692.issue22638@psf.upfronthosting.co.za> Antoine Pitrou added the comment: IOW, I think it may be ok to disable SSLv3 in create_default_context(), but not necessarily in other contexts. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:16:37 2014 From: report at bugs.python.org (Alex Gaynor) Date: Tue, 14 Oct 2014 23:16:37 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413328597.22.0.910128813028.issue22638@psf.upfronthosting.co.za> Alex Gaynor added the comment: create_default_context already disables SSLv3! (Good work everybody :-)) FWIW many vendors are already moving to disable SSLv3, e.g. cloudflare already did. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:17:05 2014 From: report at bugs.python.org (Donald Stufft) Date: Tue, 14 Oct 2014 23:17:05 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413328625.12.0.536644564732.issue22638@psf.upfronthosting.co.za> Donald Stufft added the comment: I think it's fine to disable it all together. Google is planning/hoping to kill SSL 3.0 completely from their clients in the next couple of months. They just don't want to release a patch that disables SSL 3.0 right today. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:17:46 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 14 Oct 2014 23:17:46 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413328666.02.0.815797050783.issue22638@psf.upfronthosting.co.za> Antoine Pitrou added the comment: How many times will it have to be repeated that SSL is used for other things than HTTPS-on-the-Web? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:21:01 2014 From: report at bugs.python.org (Donald Stufft) Date: Tue, 14 Oct 2014 23:21:01 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413328861.58.0.298160887568.issue22638@psf.upfronthosting.co.za> Donald Stufft added the comment: I don't know, how many times will it have to be repeated that secure defaults matter? SSL 3.0 can be turned back on easily enough, it isn't a hard shut off. It changes the default just like what was done with SSLv2.0. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:22:17 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 14 Oct 2014 23:22:17 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413328937.24.0.547026730509.issue22638@psf.upfronthosting.co.za> Antoine Pitrou added the comment: The difference is that SSLv2 had been dead for long already. We don't have any statistic about SSLv3 servers in the wild, but I'd be surprised if they had turned entirely negligible. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:23:16 2014 From: report at bugs.python.org (Alex Gaynor) Date: Tue, 14 Oct 2014 23:23:16 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413328996.29.0.57244211073.issue22638@psf.upfronthosting.co.za> Alex Gaynor added the comment: CloudFlare published some statistics: https://blog.cloudflare.com/sslv3-support-disabled-by-default-due-to-vulnerability/ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:23:48 2014 From: report at bugs.python.org (Donald Stufft) Date: Tue, 14 Oct 2014 23:23:48 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413329028.29.0.416970190248.issue22638@psf.upfronthosting.co.za> Donald Stufft added the comment: There's also https://www.trustworthyinternet.org/ssl-pulse/ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:24:55 2014 From: report at bugs.python.org (Alex Gaynor) Date: Tue, 14 Oct 2014 23:24:55 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413329095.17.0.892580775726.issue22638@psf.upfronthosting.co.za> Alex Gaynor added the comment: Debian is also considering this, and link some statistics on IE6 specifically (one of the, if not the single, largest SSLv3 users): https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765347 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:25:20 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 14 Oct 2014 23:25:20 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413329120.44.0.753005134494.issue22638@psf.upfronthosting.co.za> Antoine Pitrou added the comment: On the Web, there is indeed a good reaction time to security issues (especially in large providers). That may not be the case for all the other SSL services out there. Since TLS_FALLBACK_SCSV is the recommended solution (not to mention it will work against other attacks), do you know if it's being implemented in OpenSSL? I would be surprised if nobody did it. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:26:33 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 14 Oct 2014 23:26:33 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413329193.02.0.163903629765.issue22638@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Note the Debian issue is specifically for Apache, not the OpenSSL package. If Debian decides to disable SSLv3 in its OpenSSL package, then it will be a pretty good hint that we can do so as well :-) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:26:39 2014 From: report at bugs.python.org (Alex Gaynor) Date: Tue, 14 Oct 2014 23:26:39 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413329199.36.0.492868014371.issue22638@psf.upfronthosting.co.za> Alex Gaynor added the comment: It's been implemented in boringssl: https://boringssl.googlesource.com/boringssl/+/2970779684c6f164a0e261e96a3d59f331123320 I don't believe it's in OpenSSL though. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:30:21 2014 From: report at bugs.python.org (Donald Stufft) Date: Tue, 14 Oct 2014 23:30:21 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413329421.39.0.209593946291.issue22638@psf.upfronthosting.co.za> Donald Stufft added the comment: OpenSSL generally doesn't have bad options disabled until they are years old. OpenSSL takes the stance that it's up to the consumers of the OpenSSL API to properly configure themselves. Also it's important to note that TLS_FALLBACK_SCSV isn't actually a work around for the SSL 3.0 problem. There is no work around for that, you can only disable SSL 3.0. TLS_FALLBACK_SCSV is completely unrelated to Python because it's a work around for the fact that browsers will re-attempt a TLS connection if the first one fails with a lower protocol verison which means a MITM can force your connection back to SSL 3.0 even if both the client and the server support TLS 1.2. I'm not 100% sure but I don't believe Python has such a dance so TLS_FALLBACK_SCSV does nothing for us. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:30:45 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Tue, 14 Oct 2014 23:30:45 +0000 Subject: [issue3068] IDLE - Add an extension configuration dialog In-Reply-To: <1213035033.21.0.781726477097.issue3068@psf.upfronthosting.co.za> Message-ID: <1413329445.67.0.0799003359169.issue3068@psf.upfronthosting.co.za> Terry J. Reedy added the comment: The reason for the apparent writing of unchanged values is that '0' != 'False' and '1' !- 'True'. With all booleans writen as 'False' or 'True', non-enable boolean items can be recognized and non-changes not seen as changes. I will next revise the patch and retest. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:33:05 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 14 Oct 2014 23:33:05 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413329585.4.0.799899573915.issue22638@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > OpenSSL generally doesn't have bad options disabled until they are years old. OpenSSL takes the stance that it's up to the consumers of the OpenSSL API to properly configure themselves. The point is, if they start exposing it, we can enable it ourselves. > I'm not 100% sure but I don't believe Python has such a dance so TLS_FALLBACK_SCSV does nothing for us. Well, the ssl module can also be used in server mode. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:36:11 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Tue, 14 Oct 2014 23:36:11 +0000 Subject: [issue22635] subprocess.getstatusoutput changed behavior in 3.4 (maybe 3.3.4?) In-Reply-To: <1413320958.05.0.462062330084.issue22635@psf.upfronthosting.co.za> Message-ID: <1413329771.7.0.745951004449.issue22635@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:36:28 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Tue, 14 Oct 2014 23:36:28 +0000 Subject: [issue22636] avoid using a shell in ctypes.util: replace os.popen with subprocess In-Reply-To: <1413325975.89.0.175884398711.issue22636@psf.upfronthosting.co.za> Message-ID: <1413329788.31.0.383005438191.issue22636@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:39:39 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Tue, 14 Oct 2014 23:39:39 +0000 Subject: [issue22637] avoid using a shell in uuid: replce os.popen with subprocess.Popen In-Reply-To: <1413326137.66.0.946040587589.issue22637@psf.upfronthosting.co.za> Message-ID: <1413329979.31.0.904403746285.issue22637@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:42:17 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Tue, 14 Oct 2014 23:42:17 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413330137.4.0.372682568165.issue22638@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:43:15 2014 From: report at bugs.python.org (Steve P) Date: Tue, 14 Oct 2014 23:43:15 +0000 Subject: [issue22639] test "test_bad_address" fails on Python 3.4.2 under Linux Mint 13 Maya Message-ID: <1413330195.68.0.914082091574.issue22639@psf.upfronthosting.co.za> New submission from Steve P: Looking in past bug reports, I suspect the test itself is problematic. When I paste the (erroneous) URL the tests is using into Firefox, I get a page back from my ISP with "Sorry, the website sadflkjsasf.i.nvali.d cannot be found" Here's the output of the test: @chimp:~/Downloads/Python-3.4.2 $ ./python -m test -v test_bad_address == CPython 3.4.2 (default, Oct 14 2014, 15:34:15) [GCC 4.6.3] == Linux-3.2.0-23-generic-i686-with-debian-wheezy-sid little-endian == hash algorithm: siphash24 32bit == /home/sp/Downloads/Python-3.4.2/build/test_python_11906 Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0) [1/1] test_bad_address test test_bad_address crashed -- Traceback (most recent call last): File "/home/sp/Downloads/Python-3.4.2/Lib/test/regrtest.py", line 1271, in runtest_inner the_module = importlib.import_module(abstest) File "/home/sp/Downloads/Python-3.4.2/Lib/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'test.test_bad_address' 1 test failed: test_bad_address ---------- components: Tests messages: 229386 nosy: Steve.P priority: normal severity: normal status: open title: test "test_bad_address" fails on Python 3.4.2 under Linux Mint 13 Maya type: crash versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:47:59 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Tue, 14 Oct 2014 23:47:59 +0000 Subject: [issue22633] Memory disclosure/buffer overread via bug in Py_FrozenMain In-Reply-To: <1413311714.85.0.507321102423.issue22633@psf.upfronthosting.co.za> Message-ID: <1413330479.74.0.0802751783595.issue22633@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:49:18 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Tue, 14 Oct 2014 23:49:18 +0000 Subject: [issue22335] Python 3: Segfault instead of MemoryError when bytearray too big In-Reply-To: <1409827137.12.0.977974506247.issue22335@psf.upfronthosting.co.za> Message-ID: <1413330558.19.0.0431586736536.issue22335@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:53:08 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 14 Oct 2014 23:53:08 +0000 Subject: [issue22633] Memory disclosure/buffer overread via bug in Py_FrozenMain In-Reply-To: <1413311714.85.0.507321102423.issue22633@psf.upfronthosting.co.za> Message-ID: <1413330788.15.0.705237985914.issue22633@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:53:18 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Tue, 14 Oct 2014 23:53:18 +0000 Subject: [issue15994] memoryview to freed memory can cause segfault In-Reply-To: <1348173441.91.0.841080415833.issue15994@psf.upfronthosting.co.za> Message-ID: <1413330798.78.0.813436942639.issue15994@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 01:56:24 2014 From: report at bugs.python.org (Ned Deily) Date: Tue, 14 Oct 2014 23:56:24 +0000 Subject: [issue22639] test "test_bad_address" fails on Python 3.4.2 under Linux Mint 13 Maya In-Reply-To: <1413330195.68.0.914082091574.issue22639@psf.upfronthosting.co.za> Message-ID: <1413330984.26.0.591425887222.issue22639@psf.upfronthosting.co.za> Ned Deily added the comment: I'm not sure what you are trying to do but there is no test module named test_bad_address in the standard library, which is why you get that error. Doing a quick search of Lib/test shows three different cases of test_bad_address: in the test_ipaddress, test_urllib2_localnet, and test_urllibnet modules. If you want to just run those tests, you'd need to specify the module names. Plus two of them require network access so you'll need to enable the "network" test resource. Try something like: ./python -m test -v -u network test_ipaddress test_urllib2_localnet test_urllibnet ---------- nosy: +ned.deily _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 02:02:33 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Wed, 15 Oct 2014 00:02:33 +0000 Subject: [issue22627] Calling timestamp() on a datetime object modifies the timestamp of a different datetime object. In-Reply-To: <1413250305.11.0.302636475589.issue22627@psf.upfronthosting.co.za> Message-ID: <1413331353.15.0.853740005197.issue22627@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 02:05:34 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Wed, 15 Oct 2014 00:05:34 +0000 Subject: [issue22521] ctypes compilation fails on FreeBSD: Undefined symbol "ffi_call_win32" In-Reply-To: <1412075710.94.0.470127563443.issue22521@psf.upfronthosting.co.za> Message-ID: <1413331534.51.0.881166206058.issue22521@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 02:05:46 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Wed, 15 Oct 2014 00:05:46 +0000 Subject: [issue22634] importing _ctypes failed: undefined symbol: ffi_call_win32 In-Reply-To: <1413316785.82.0.044196497806.issue22634@psf.upfronthosting.co.za> Message-ID: <1413331546.21.0.919448323122.issue22634@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 02:17:34 2014 From: report at bugs.python.org (Alexander Belopolsky) Date: Wed, 15 Oct 2014 00:17:34 +0000 Subject: [issue22627] Calling timestamp() on a datetime object modifies the timestamp of a different datetime object. In-Reply-To: <1413250305.11.0.302636475589.issue22627@psf.upfronthosting.co.za> Message-ID: <1413332254.45.0.204596190618.issue22627@psf.upfronthosting.co.za> Alexander Belopolsky added the comment: In general, you cannot expect datetime.fromtimestamp(0) + timedelta(seconds) to return the same value as datetime.fromtimestamp(seconds). This will only be true if you are lucky enough to live in an area where local government did not mess with timezones since 1970. In your particular case, I think what is happening is that you have DST in January, but you did not have that on January 1, 1970. $ zdump -v NZ | grep NZDT | head NZ Sat Nov 2 14:00:00 1974 UTC = Sun Nov 3 03:00:00 1974 NZDT isdst=1 NZ Sat Feb 22 13:59:59 1975 UTC = Sun Feb 23 02:59:59 1975 NZDT isdst=1 NZ Sat Oct 25 14:00:00 1975 UTC = Sun Oct 26 03:00:00 1975 NZDT isdst=1 NZ Sat Mar 6 13:59:59 1976 UTC = Sun Mar 7 02:59:59 1976 NZDT isdst=1 NZ Sat Oct 30 14:00:00 1976 UTC = Sun Oct 31 03:00:00 1976 NZDT isdst=1 NZ Sat Mar 5 13:59:59 1977 UTC = Sun Mar 6 02:59:59 1977 NZDT isdst=1 NZ Sat Oct 29 14:00:00 1977 UTC = Sun Oct 30 03:00:00 1977 NZDT isdst=1 NZ Sat Mar 4 13:59:59 1978 UTC = Sun Mar 5 02:59:59 1978 NZDT isdst=1 NZ Sat Oct 28 14:00:00 1978 UTC = Sun Oct 29 03:00:00 1978 NZDT isdst=1 NZ Sat Mar 3 13:59:59 1979 UTC = Sun Mar 4 02:59:59 1979 NZDT isdst=1 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 02:45:52 2014 From: report at bugs.python.org (Rishi) Date: Wed, 15 Oct 2014 00:45:52 +0000 Subject: [issue1610654] cgi.py multipart/form-data Message-ID: <1413333952.75.0.725663881919.issue1610654@psf.upfronthosting.co.za> Rishi added the comment: I have recreated the patch(issue1610654_1.patch) and it performs more or less like the earlier patch Serhiy, I agree we cannot use handmade buffering here, without seeking ahead. I believe, we can make optimizations for streams which are buffered and non-seekable. Cgi modules default value for file object is the BufferedReader of sys.stdin, so the solution is fairly generic. I have removed handmade buffering. Neither do I create a Buffered* object. We rely on user to create the buffered object. The sys.stdin that cgi module has a decent buffer underneath that works well on apache. The patch attached does not seek, nor does it read ahead. It only looks ahead. As Antoine suggests, it peeks the buffer and determines through a fast lookup if the buffer has a bounary or not. It moves forward only if it is convinced that the current buffer is completely within the next boundary. The issue is that the current implementation deals with lines and not chunks. Even when a savy user wraps sys.stdin around a large BufferredReader there is little to no peformance improvement in the current implementation for large files in my observation. It does not solve the bug mentioned either. The difference in extreme cases like Chui's is 53s against 0.7s and even otherwise for larger files the patch is 3 times faster than the current implementation. I have tested this on Apache2 server where the sys.stdin is buffered. ---------- Added file: http://bugs.python.org/file36927/issue1610654_1.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 03:01:23 2014 From: report at bugs.python.org (Alexander Belopolsky) Date: Wed, 15 Oct 2014 01:01:23 +0000 Subject: [issue22627] Calling timestamp() on a datetime object modifies the timestamp of a different datetime object. In-Reply-To: <1413250305.11.0.302636475589.issue22627@psf.upfronthosting.co.za> Message-ID: <1413334883.56.0.726654771527.issue22627@psf.upfronthosting.co.za> Alexander Belopolsky added the comment: Antoine, I don't think the behavior that you have shown is a bug in strict sense. On my Mac, I get $ python mkbug.py breakme 1396702800.0 1396702800.0 but on Linux, $ python mkbug.py breakme 1396706400.0 1396702800.0 The problem here is that time.mktime((2014, 4, 6, 2, 0, 0, -1, -1, -1)) is undefined and both 1396706400 and 1396702800 timestamps are valid guesses for what 2014-04-06T02 was in NZ: $ TZ=NZ date -d @1396706400 Sun Apr 6 02:00:00 NZST 2014 $ TZ=NZ date -d @1396702800 Sun Apr 6 02:00:00 NZDT 2014 It is unfortunate that Linux C library (glibc?) makes different guess at different time, but I don't think this violates any applicable standards. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 03:05:36 2014 From: report at bugs.python.org (Christopher Lee) Date: Wed, 15 Oct 2014 01:05:36 +0000 Subject: [issue22627] Calling timestamp() on a datetime object modifies the timestamp of a different datetime object. In-Reply-To: <1413250305.11.0.302636475589.issue22627@psf.upfronthosting.co.za> Message-ID: <1413335136.3.0.999614306564.issue22627@psf.upfronthosting.co.za> Christopher Lee added the comment: Alexander, Ah ok thanks for clarifying that. Am I wrong then to think that this code[1] should work as I think it should (i.e. datetime_from_large_timestamp(example_ts) == datetime.fromtimestamp(example_ts)) I'm trying to be able to handle timestamps larger than the 32bit time_t limit, which is why I'm doing these gymnastic steps. [1] http://paste.ubuntu.com/8562027/ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 03:33:48 2014 From: report at bugs.python.org (John) Date: Wed, 15 Oct 2014 01:33:48 +0000 Subject: [issue2943] Distutils should generate a better error message when the SDK is not installed In-Reply-To: <1211455981.94.0.404413935613.issue2943@psf.upfronthosting.co.za> Message-ID: <1413336828.28.0.268290409061.issue2943@psf.upfronthosting.co.za> John added the comment: error message should contain more details about what went wrong and why ---------- nosy: +lambda _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 03:45:11 2014 From: report at bugs.python.org (Alexander Belopolsky) Date: Wed, 15 Oct 2014 01:45:11 +0000 Subject: [issue22627] Calling timestamp() on a datetime object modifies the timestamp of a different datetime object. In-Reply-To: <1413250305.11.0.302636475589.issue22627@psf.upfronthosting.co.za> Message-ID: <1413337511.43.0.0593761173481.issue22627@psf.upfronthosting.co.za> Alexander Belopolsky added the comment: Your code as good as your timezone library, but you should realize that by discarding tzinfo you are making your "local_stamp" ambiguous. I am not familiar with dateutil.tz, but pytz I believe uses some tricks to make sure astimezone() result remembers the isdst flag. If you API requires naive local datetime objects, you need to carry isdst flag separately if you want to disambiguate between 2014-04-06 02:00 NZST and 2014-04-06 02:00 NZDT. On top of that, you will not be able to use datetime.timestamp() method and will have to use time.mktime or whatever equivalent utility your timezone library provides. Note that I was against adding datetime.timestamp() for this specific reason: it is supposed to be inverse of datetime.fromtimestamp(), but since the later is not monotonic, no such inverse exists in the strict mathematical sense. See msg133039 in issue 2736. BTW, if you open a feature request to add isdst=-1 optional argument to datetime.timestamp(), you will have my +1. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 03:58:18 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 15 Oct 2014 01:58:18 +0000 Subject: [issue20386] socket.SocketType enum overwrites import of _socket.SocketType In-Reply-To: <1390603701.84.0.039670998795.issue20386@psf.upfronthosting.co.za> Message-ID: <20141015015814.107234.20280@psf.io> Roundup Robot added the comment: New changeset 613c30ffd344 by Ethan Furman in branch '3.4': Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind https://hg.python.org/cpython/rev/613c30ffd344 New changeset ef24851f340f by Ethan Furman in branch 'default': Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind https://hg.python.org/cpython/rev/ef24851f340f ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 04:02:05 2014 From: report at bugs.python.org (Ethan Furman) Date: Wed, 15 Oct 2014 02:02:05 +0000 Subject: [issue20386] socket.SocketType enum overwrites import of _socket.SocketType In-Reply-To: <1390603701.84.0.039670998795.issue20386@psf.upfronthosting.co.za> Message-ID: <1413338525.71.0.331678328819.issue20386@psf.upfronthosting.co.za> Changes by Ethan Furman : ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 04:07:28 2014 From: report at bugs.python.org (Akira Li) Date: Wed, 15 Oct 2014 02:07:28 +0000 Subject: [issue22627] Calling timestamp() on a datetime object modifies the timestamp of a different datetime object. In-Reply-To: <1413250305.11.0.302636475589.issue22627@psf.upfronthosting.co.za> Message-ID: <1413338848.91.0.287534300468.issue22627@psf.upfronthosting.co.za> Akira Li added the comment: Christopher, About your script http://paste.ubuntu.com/8562027/ dateutil may break if the local timezone had different UTC offset in the past. You could use tzlocal module to get pytz timezone that can handle such timezones. To get the correct time for 1414274400 timezone in Europe/Moscow timezone, you need the latest tz database e.g., `pytz` works but fromtimestamp, dateutil that use the local tz database fail (2:00 instead of 1:00): >>> import time >>> import os >>> os.environ['TZ'] = 'Europe/Moscow' >>> time.tzset() >>> from datetime import datetime, timezone >>> from tzlocal import get_localzone >>> datetime.fromtimestamp(1414274400, get_localzone()) datetime.datetime(2014, 10, 26, 1, 0, tzinfo=) >>> datetime.utcfromtimestamp(1414274400).replace(tzinfo=timezone.utc).astimezone(get_localzone()) datetime.datetime(2014, 10, 26, 1, 0, tzinfo=) >>> datetime.fromtimestamp(1414274400) # wrong datetime.datetime(2014, 10, 26, 2, 0) >>> datetime.fromtimestamp(1414274400, timezone.utc).astimezone() # wrong datetime.datetime(2014, 10, 26, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(0, 14400), 'MSK')) >>> datetime.utcfromtimestamp(1414274400).replace(tzinfo=timezone.utc).astimezone() # wrong datetime.datetime(2014, 10, 26, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(0, 14400), 'MSK')) >>> from dateutil.tz import gettz, tzutc >>> datetime.fromtimestamp(1414274400, gettz()) # wrong datetime.datetime(2014, 10, 26, 2, 0, tzinfo=tzfile('/usr/share/zoneinfo/Europe/Moscow')) >>> datetime.fromtimestamp(1414274400, tzutc()).astimezone(gettz()) # wrong datetime.datetime(2014, 10, 26, 2, 0, tzinfo=tzfile('/usr/share/zoneinfo/Europe/Moscow')) >>> datetime.utcfromtimestamp(1414274400).replace(tzinfo=tzutc()).astimezone(gettz()) # wrong datetime.datetime(2014, 10, 26, 2, 0, tzinfo=tzfile('/usr/share/zoneinfo/Europe/Moscow')) To avoid surprises, always use UTC time to perform date arithmetics: EPOCH = datetime(1970, 1,1, tzinfo=pytz.utc) utc_dt = EPOCH + timedelta(seconds=timestamp) should work for dates after 2038 too. To convert it to the local timezone: from tzlocal import get_localzone local_dt = utc_dt.astimezone(get_localzone()) ts = (local_dt - EPOCH) // timedelta(seconds=1) assert ts == timestamp # if timestamp is an integer Python stdlib assumes POSIX encoding for time.time() value (issue22356) therefore the formulae work on all platforms where Python works. ---------- nosy: +akira _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 04:19:57 2014 From: report at bugs.python.org (Steve P) Date: Wed, 15 Oct 2014 02:19:57 +0000 Subject: [issue22639] test "test_bad_address" fails on Python 3.4.2 under Linux Mint 13 Maya In-Reply-To: <1413330984.26.0.591425887222.issue22639@psf.upfronthosting.co.za> Message-ID: Steve P added the comment: I got "test_bad_address" from what was reported using "make test". Perhaps at I read the log wrong, but it was clear I got a failure. At any rate, here's what I get with the correct test name: sp at chip:~/Downloads/Python-3.4.2 $ ./python -m test -v -u network > test_urllib2_localnet > == CPython 3.4.2 (default, Oct 14 2014, 15:34:15) [GCC 4.6.3] > == Linux-3.2.0-23-generic-i686-with-debian-wheezy-sid little-endian > == hash algorithm: siphash24 32bit > == /home/sp/Downloads/Python-3.4.2/build/test_python_16076 > Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, > optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, > ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, > hash_randomization=1, isolated=0) > [1/1] test_urllib2_localnet > test_basic_auth_httperror (test.test_urllib2_localnet.BasicAuthTests) ... > ok > test_basic_auth_success (test.test_urllib2_localnet.BasicAuthTests) ... ok > test_proxy_qop_auth_int_works_or_throws_urlerror > (test.test_urllib2_localnet.ProxyAuthTests) ... ok > test_proxy_qop_auth_works (test.test_urllib2_localnet.ProxyAuthTests) ... > ok > test_proxy_with_bad_password_raises_httperror > (test.test_urllib2_localnet.ProxyAuthTests) ... ok > test_proxy_with_no_password_raises_httperror > (test.test_urllib2_localnet.ProxyAuthTests) ... ok > test_200 (test.test_urllib2_localnet.TestUrlopen) ... ok > test_200_with_parameters (test.test_urllib2_localnet.TestUrlopen) ... ok > test_404 (test.test_urllib2_localnet.TestUrlopen) ... ok > test_bad_address (test.test_urllib2_localnet.TestUrlopen) ... FAIL > test_basic (test.test_urllib2_localnet.TestUrlopen) ... ok > test_chunked (test.test_urllib2_localnet.TestUrlopen) ... ok > test_geturl (test.test_urllib2_localnet.TestUrlopen) ... ok > test_https (test.test_urllib2_localnet.TestUrlopen) ... stopping HTTPS > server > joining HTTPS thread > ok > test_https_sni (test.test_urllib2_localnet.TestUrlopen) ... stopping HTTPS > server > joining HTTPS thread > ok > test_https_with_cadefault (test.test_urllib2_localnet.TestUrlopen) ... Got > an error: > [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:600) > stopping HTTPS server > joining HTTPS thread > ok > test_https_with_cafile (test.test_urllib2_localnet.TestUrlopen) ... Got an > error: > [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:600) > stopping HTTPS server > joining HTTPS thread > stopping HTTPS server > joining HTTPS thread > ok > test_info (test.test_urllib2_localnet.TestUrlopen) ... ok > test_iteration (test.test_urllib2_localnet.TestUrlopen) ... ok > test_line_iteration (test.test_urllib2_localnet.TestUrlopen) ... ok > test_redirection (test.test_urllib2_localnet.TestUrlopen) ... ok > test_sending_headers (test.test_urllib2_localnet.TestUrlopen) ... ok > > ====================================================================== > FAIL: test_bad_address (test.test_urllib2_localnet.TestUrlopen) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File > "/home/sp/Downloads/Python-3.4.2/Lib/test/test_urllib2_localnet.py", line > 655, in test_bad_address > "http://sadflkjsasf.i.nvali.d./") > AssertionError: OSError not raised by urlopen > > ---------------------------------------------------------------------- > Ran 22 tests in 5.260s > > FAILED (failures=1) > test test_urllib2_localnet failed > 1 test failed: > test_urllib2_localnet > On Tue, Oct 14, 2014 at 4:56 PM, Ned Deily wrote: > > Ned Deily added the comment: > > I'm not sure what you are trying to do but there is no test module named > test_bad_address in the standard library, which is why you get that error. > Doing a quick search of Lib/test shows three different cases of > test_bad_address: in the test_ipaddress, test_urllib2_localnet, and > test_urllibnet modules. If you want to just run those tests, you'd need to > specify the module names. Plus two of them require network access so > you'll need to enable the "network" test resource. Try something like: > > ./python -m test -v -u network test_ipaddress test_urllib2_localnet > test_urllibnet > > ---------- > nosy: +ned.deily > > _______________________________________ > Python tracker > > _______________________________________ > ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 04:49:53 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Wed, 15 Oct 2014 02:49:53 +0000 Subject: [issue3068] IDLE - Add an extension configuration dialog In-Reply-To: <1213035033.21.0.781726477097.issue3068@psf.upfronthosting.co.za> Message-ID: <1413341393.45.0.66117152935.issue3068@psf.upfronthosting.co.za> Terry J. Reedy added the comment: cfg-ext-34-4.diff: In this patch, default values are classified as bool, int, on other. An invalid user bool or int value is replaced by the corresponding default (which had to be a valid bool or int for the type to be set) and the invalid value is either removed or replaced by a valid value. To this extent, this dialog will repair a corrupted config-extensions.cfg. Int values get an entry box with validation. The validation allows blank strings for int entries (which, of course are also allowed for 'other'. All non-key options for default extensions must have a value. So in set_user_value, if there is a default, a blank value is treated the same as if it were the default, and the user config line removed if there is one. So blanking an entry is a way to set is to the default value. I think this is about ready to commit. It should first be tested with an added section in the user config for an added extension. I also think set_user_value should be able to use the already fetched and saved default value. S2: For patch 3, Rietveld shows all 5 files. It momentarily showed 5 for patch 2, then reverted to just 1. ---------- assignee: -> terry.reedy stage: patch review -> commit review Added file: http://bugs.python.org/file36928/cfg-ext-34-4.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 04:53:09 2014 From: report at bugs.python.org (Colton Leekley-Winslow) Date: Wed, 15 Oct 2014 02:53:09 +0000 Subject: [issue17582] xml.etree.ElementTree does not preserve whitespaces in attributes In-Reply-To: <1364660794.69.0.883579635559.issue17582@psf.upfronthosting.co.za> Message-ID: <1413341589.21.0.197841778786.issue17582@psf.upfronthosting.co.za> Colton Leekley-Winslow added the comment: Here is a patch. Please note that in your example \r is replaced by \n per 2.11: http://www.w3.org/TR/REC-xml/#sec-line-ends Also, the patch is only for ElementTree, I will investigate cElementTree but no promises. ---------- keywords: +patch nosy: +lwcolton Added file: http://bugs.python.org/file36929/17582-etree-whitespace.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 04:56:30 2014 From: report at bugs.python.org (Colton Leekley-Winslow) Date: Wed, 15 Oct 2014 02:56:30 +0000 Subject: [issue17582] xml.etree.ElementTree does not preserve whitespaces in attributes In-Reply-To: <1364660794.69.0.883579635559.issue17582@psf.upfronthosting.co.za> Message-ID: <1413341790.34.0.325591681485.issue17582@psf.upfronthosting.co.za> Colton Leekley-Winslow added the comment: I sort of realized, does this mean lxml.etree would now be the offender, for not following 2.11 and leaving the \r as-is? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 05:34:51 2014 From: report at bugs.python.org (Colton Leekley-Winslow) Date: Wed, 15 Oct 2014 03:34:51 +0000 Subject: [issue7918] distutils always ignores byte compilation errors In-Reply-To: <1265995747.45.0.532654407664.issue7918@psf.upfronthosting.co.za> Message-ID: <1413344091.31.0.0961487845979.issue7918@psf.upfronthosting.co.za> Colton Leekley-Winslow added the comment: Also agree setup allowing broken code an be annoying, but it is necessary to maintain the existing behavior. Maybe we need an additional argument for setup that will in turn pass doraise to py_compile.compile, but retain the default behavior in all other cases? As a work-around to your problem, try "pylint -E" before you build your package, we require it as a part of our build process. ---------- nosy: +lwcolton _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 06:10:12 2014 From: report at bugs.python.org (Christopher Lee) Date: Wed, 15 Oct 2014 04:10:12 +0000 Subject: [issue22627] Calling timestamp() on a datetime object modifies the timestamp of a different datetime object. In-Reply-To: <1413250305.11.0.302636475589.issue22627@psf.upfronthosting.co.za> Message-ID: <1413346212.7.0.0321823352426.issue22627@psf.upfronthosting.co.za> Christopher Lee added the comment: Thanks Akira, everyone for all the info. It looks like I've highjacked this bug comments to trying to solve my first problem (i.e. datetime objects for large timestamps) instead of the bug at hand, I feel should move that conversation elsewhere. It appears from Alexander's comment that it might not be a bug. I need to figure out if I need to work around this or use some other mechanism. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 06:32:20 2014 From: report at bugs.python.org (Ned Deily) Date: Wed, 15 Oct 2014 04:32:20 +0000 Subject: [issue22639] test "test_bad_address" fails on Python 3.4.2 under Linux Mint 13 Maya In-Reply-To: <1413330195.68.0.914082091574.issue22639@psf.upfronthosting.co.za> Message-ID: <1413347540.49.0.233665486753.issue22639@psf.upfronthosting.co.za> Ned Deily added the comment: Thanks for the additional information. It appears this is a duplicate of Issue17564 with the root cause being the ISP not properly rejecting an undefined host name as expected by the test case. See the discussion there for more information. ---------- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> test_urllib2_localnet fails type: crash -> _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 07:56:23 2014 From: report at bugs.python.org (Donald Stufft) Date: Wed, 15 Oct 2014 05:56:23 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413352583.37.0.774612438335.issue22638@psf.upfronthosting.co.za> Donald Stufft added the comment: Firefox is planning to disable SSL 3.0 as well - https://blog.mozilla.org/security/2014/10/14/the-poodle-attack-and-the-end-of-ssl-3-0/ "SSLv3 will be disabled by default in Firefox 34, which will be released on Nov 25. " ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 09:17:20 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 15 Oct 2014 07:17:20 +0000 Subject: [issue22637] avoid using a shell in uuid: replce os.popen with subprocess.Popen In-Reply-To: <1413326137.66.0.946040587589.issue22637@psf.upfronthosting.co.za> Message-ID: <1413357440.13.0.981957732398.issue22637@psf.upfronthosting.co.za> STINNER Victor added the comment: Arfrever wrote me on IRC: > Your patch for issue #22637 has print(executable) Ooops. Updated patch without the print. ---------- Added file: http://bugs.python.org/file36930/uuid_popen-2.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 10:00:52 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 08:00:52 +0000 Subject: [issue22627] Calling timestamp() on a datetime object modifies the timestamp of a different datetime object. In-Reply-To: <1413250305.11.0.302636475589.issue22627@psf.upfronthosting.co.za> Message-ID: <1413360052.3.0.0180056402113.issue22627@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Christopher, I've already pointed out a fix in another message: just remove ".replace(tzinfo=None)". Doing computations on UTC datetimes (rather than naive) should ensure you don't encounter any ambiguities. ---------- resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 10:10:24 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 15 Oct 2014 08:10:24 +0000 Subject: [issue21338] Silent mode for compileall In-Reply-To: <1398295772.24.0.550494832702.issue21338@psf.upfronthosting.co.za> Message-ID: <20141015081010.115587.74674@psf.io> Roundup Robot added the comment: New changeset 34436ae65523 by Berker Peksag in branch 'default': Issue #21338: Add silent mode for compileall. https://hg.python.org/cpython/rev/34436ae65523 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 10:11:56 2014 From: report at bugs.python.org (Berker Peksag) Date: Wed, 15 Oct 2014 08:11:56 +0000 Subject: [issue21338] Silent mode for compileall In-Reply-To: <1398295772.24.0.550494832702.issue21338@psf.upfronthosting.co.za> Message-ID: <1413360716.26.0.945236565226.issue21338@psf.upfronthosting.co.za> Berker Peksag added the comment: Thanks for the patch, Thomas. ---------- resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 10:12:13 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 08:12:13 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413360733.76.0.781196882516.issue22638@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Matthew Green posted a nice explanation of the attack: http://blog.cryptographyengineering.com/2014/10/attack-of-week-poodle.html In short, currently it requires injection of code into the "browser" (i.e. SSL client) to be exploitable. While that's easy on the WWW, it's not necessarily possible with other protocols. I think we could strengthen all stdlib *servers* because third-party clients are generally more up-to-date than third-party servers, so we risk less disruption. That may involve a separate _create_stdlib_server_context() function. Besides, I think that, independently of this, we could strengthen _create_stdlib_context() in 3.5. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 10:23:20 2014 From: report at bugs.python.org (Berker Peksag) Date: Wed, 15 Oct 2014 08:23:20 +0000 Subject: [issue22640] Add silent mode for py_compile Message-ID: <1413361400.01.0.34334853586.issue22640@psf.upfronthosting.co.za> New submission from Berker Peksag: This is similar to issue 21338. It would be good to add a new option "-q" to the CLI interface and add a new parameter "quiet" to py_compile.compile() (e.g. if doraise is False and quiet is True, do not print anything). ---------- assignee: berker.peksag components: Library (Lib) messages: 229409 nosy: berker.peksag priority: normal severity: normal stage: needs patch status: open title: Add silent mode for py_compile type: enhancement versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 10:23:59 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 08:23:59 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413361439.11.0.75703931894.issue22638@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Hmm... of course, stdlib servers don't use create_stdlib_context() in 2.7. We'll have to do it by hand :) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 10:30:18 2014 From: report at bugs.python.org (Cory Benfield) Date: Wed, 15 Oct 2014 08:30:18 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413361818.05.0.276538020056.issue22638@psf.upfronthosting.co.za> Cory Benfield added the comment: > I don't believe it's in OpenSSL though. There's an outstanding OpenSSL patch: http://marc.info/?l=openssl-dev&m=141333049205629&w=2 However, as Donald has pointed out, this is really only meaningful for servers and co-operating clients. It's not a useful panacea. ---------- nosy: +Lukasa _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 10:30:35 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Wed, 15 Oct 2014 08:30:35 +0000 Subject: [issue3068] IDLE - Add an extension configuration dialog In-Reply-To: <1213035033.21.0.781726477097.issue3068@psf.upfronthosting.co.za> Message-ID: <1413361835.12.0.913790224021.issue3068@psf.upfronthosting.co.za> Terry J. Reedy added the comment: This version only allows configuration of default configuration. Added sections (for added extensions) are ignored. That will be a future enhancement. Patch 5 makes changes in load_extensions and set_user_value so that var strings are compared to saved default strings. Before doing that, the value is stripped and if blank replaced with the default. The var is set to the adjusted value. After Apply, the user can see what the current config values are and if not default, what was written to the user config file. ---------- Added file: http://bugs.python.org/file36931/cfg-ext-34-5.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 10:31:17 2014 From: report at bugs.python.org (Stefan Tatschner) Date: Wed, 15 Oct 2014 08:31:17 +0000 Subject: [issue22631] Feature Request CAN_RAW_FD_FRAMES In-Reply-To: <1413296488.48.0.164198774992.issue22631@psf.upfronthosting.co.za> Message-ID: <1413361877.19.0.253232519578.issue22631@psf.upfronthosting.co.za> Changes by Stefan Tatschner : ---------- title: Feature Request CAN_RAW_FD_FRAME -> Feature Request CAN_RAW_FD_FRAMES _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 10:34:01 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Wed, 15 Oct 2014 08:34:01 +0000 Subject: [issue21991] The new email API should use MappingProxyType instead of returning new dicts. In-Reply-To: <1413307884.98.0.855999323735.issue21991@psf.upfronthosting.co.za> Message-ID: <96E1F7B4-1DB0-4DE6-8B7C-CDB25822BE27@wirtel.be> St?phane Wirtel added the comment: Tell me if you will review this patch and maybe accept it ;-) In fact I checked all the return keywords in the email library and I didn't find any other copy of a dict. This is the reason why I am dubious about my patch ;-) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 10:38:08 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Wed, 15 Oct 2014 08:38:08 +0000 Subject: [issue3068] IDLE - Add an extension configuration dialog In-Reply-To: <1213035033.21.0.781726477097.issue3068@psf.upfronthosting.co.za> Message-ID: <1413362288.64.0.802290897503.issue3068@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Patch 5 was missing the last change. Ignore it unless here is a problem with 5a ---------- Added file: http://bugs.python.org/file36932/cfg-ext-34-5a.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 10:38:26 2014 From: report at bugs.python.org (Mark Dickinson) Date: Wed, 15 Oct 2014 08:38:26 +0000 Subject: [issue22237] sorted() docs should state that the sort is stable In-Reply-To: <1408553630.26.0.335574291367.issue22237@psf.upfronthosting.co.za> Message-ID: <1413362306.77.0.971452150785.issue22237@psf.upfronthosting.co.za> Mark Dickinson added the comment: > when I grep the code, I don't find it The non-greppability is due to preprocessor evil. The culprit is this macro from Include/object.h: #define _Py_IDENTIFIER(varname) _Py_static_string(PyId_##varname, #varname) along with the declaration _Py_IDENTIFIER(sort); earlier in bltinmodule.c. ---------- nosy: +mark.dickinson _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 10:42:00 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Wed, 15 Oct 2014 08:42:00 +0000 Subject: [issue22237] sorted() docs should state that the sort is stable In-Reply-To: <1413362306.77.0.971452150785.issue22237@psf.upfronthosting.co.za> Message-ID: St?phane Wirtel added the comment: Hi Mark, Without your explanation, I was really lost. Thank you. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 10:50:13 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 08:50:13 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413363013.91.0.695360620227.issue22638@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Update on 2.7: - there are no SSL servers in the stdlib (ha) - SSL clients don't do any auto-downgrading so it's not obvious we should patch something (if people choose to pass PROTOCOL_SSLv3, it's their problem). Update on 3.4: - the only SSL server in the stdlib is in asyncio, but it forces the user to pass their own SSL context (good!) - SSL clients don't do any auto-downgrading (3.5 should be similar) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 10:55:23 2014 From: report at bugs.python.org (Martin Richard) Date: Wed, 15 Oct 2014 08:55:23 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413363323.38.0.680523174107.issue22638@psf.upfronthosting.co.za> Changes by Martin Richard : ---------- nosy: +martius _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 10:56:15 2014 From: report at bugs.python.org (Berker Peksag) Date: Wed, 15 Oct 2014 08:56:15 +0000 Subject: [issue20386] socket.SocketType enum overwrites import of _socket.SocketType In-Reply-To: <1390603701.84.0.039670998795.issue20386@psf.upfronthosting.co.za> Message-ID: <1413363375.24.0.229299542449.issue20386@psf.upfronthosting.co.za> Berker Peksag added the comment: + self.assertTrue(socket.SocketType is _socket.socket) You can use assertIs instead of assertTrue. ---------- nosy: +berker.peksag versions: +Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 11:02:53 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Wed, 15 Oct 2014 09:02:53 +0000 Subject: [issue22237] sorted() docs should state that the sort is stable In-Reply-To: <1408553630.26.0.335574291367.issue22237@psf.upfronthosting.co.za> Message-ID: <1413363773.9.0.832373242521.issue22237@psf.upfronthosting.co.za> St?phane Wirtel added the comment: My patch for the documentation of Python 3.5, just need a small feedback. If you agree with this patch, I will provide the same patch for 2.7 and 3.4 Thank you ---------- keywords: +patch Added file: http://bugs.python.org/file36933/issue22237.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 11:09:46 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Wed, 15 Oct 2014 09:09:46 +0000 Subject: [issue13236] unittest needs more flush calls In-Reply-To: <1319137324.16.0.266090134048.issue13236@psf.upfronthosting.co.za> Message-ID: <1413364186.98.0.27606724624.issue13236@psf.upfronthosting.co.za> St?phane Wirtel added the comment: ping about this bug, do you have the same problem with the last version of Python 3.4 and with Python 2.7.8 ? ---------- nosy: +matrixise _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 11:16:00 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Wed, 15 Oct 2014 09:16:00 +0000 Subject: [issue17095] Modules/Setup *shared* support broken In-Reply-To: <1359669296.59.0.227426586133.issue17095@psf.upfronthosting.co.za> Message-ID: <1413364560.74.0.208118308872.issue17095@psf.upfronthosting.co.za> St?phane Wirtel added the comment: Hi Ned, What are the news for this issue? ---------- nosy: +matrixise _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 11:17:14 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Wed, 15 Oct 2014 09:17:14 +0000 Subject: [issue11844] Update json to upstream simplejson latest release In-Reply-To: <1302809748.45.0.3421678902.issue11844@psf.upfronthosting.co.za> Message-ID: <1413364634.2.0.929994510001.issue11844@psf.upfronthosting.co.za> St?phane Wirtel added the comment: Hi all, ping this issue for Python 3.5. ---------- nosy: +matrixise _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 11:28:22 2014 From: report at bugs.python.org (Berker Peksag) Date: Wed, 15 Oct 2014 09:28:22 +0000 Subject: [issue21991] The new email API should use MappingProxyType instead of returning new dicts. In-Reply-To: <1405520998.88.0.739114728398.issue21991@psf.upfronthosting.co.za> Message-ID: <1413365302.26.0.26552650131.issue21991@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- stage: needs patch -> patch review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 11:37:54 2014 From: report at bugs.python.org (Christian Heimes) Date: Wed, 15 Oct 2014 09:37:54 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413365874.8.0.441575098959.issue22638@psf.upfronthosting.co.za> Christian Heimes added the comment: There is no need for a "_create_stdlib_server_context()" function. _create_stdlib_context() takes a purpose argument, too. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 11:53:31 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Wed, 15 Oct 2014 09:53:31 +0000 Subject: [issue21991] The new email API should use MappingProxyType instead of returning new dicts. In-Reply-To: <1405520998.88.0.739114728398.issue21991@psf.upfronthosting.co.za> Message-ID: <1413366811.56.0.660191632752.issue21991@psf.upfronthosting.co.za> Changes by St?phane Wirtel : Removed file: http://bugs.python.org/file36915/issue21991.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 11:53:41 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 09:53:41 +0000 Subject: [issue22641] Use better default context in asyncio Message-ID: <1413366821.48.0.472104990078.issue22641@psf.upfronthosting.co.za> New submission from Antoine Pitrou: asyncio is not yet bound by legacy use cases, so this patch switches asyncio to stronger default SSL settings for client connections. It also adds tests for that (the code path was untested). ---------- components: Library (Lib), asyncio files: asyncio_default_context.patch keywords: patch messages: 229424 nosy: alex, christian.heimes, giampaolo.rodola, gvanrossum, haypo, pitrou, yselivanov priority: normal severity: normal stage: patch review status: open title: Use better default context in asyncio type: security versions: Python 3.4, Python 3.5 Added file: http://bugs.python.org/file36934/asyncio_default_context.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 11:54:08 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Wed, 15 Oct 2014 09:54:08 +0000 Subject: [issue21991] The new email API should use MappingProxyType instead of returning new dicts. In-Reply-To: <1405520998.88.0.739114728398.issue21991@psf.upfronthosting.co.za> Message-ID: <1413366848.67.0.0947902882662.issue21991@psf.upfronthosting.co.za> St?phane Wirtel added the comment: New version of the patch ---------- Added file: http://bugs.python.org/file36935/issue21991.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 11:54:44 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Wed, 15 Oct 2014 09:54:44 +0000 Subject: [issue21991] The new email API should use MappingProxyType instead of returning new dicts. In-Reply-To: <1405520998.88.0.739114728398.issue21991@psf.upfronthosting.co.za> Message-ID: <1413366884.64.0.0529320892461.issue21991@psf.upfronthosting.co.za> St?phane Wirtel added the comment: sorry, but how to update a patch without losing the rietveld review? Is there a documentation about that? Thanks. Stephane ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 11:59:17 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 09:59:17 +0000 Subject: [issue22641] Use better default context in asyncio In-Reply-To: <1413366821.48.0.472104990078.issue22641@psf.upfronthosting.co.za> Message-ID: <1413367157.33.0.401944507567.issue22641@psf.upfronthosting.co.za> Changes by Antoine Pitrou : Removed file: http://bugs.python.org/file36934/asyncio_default_context.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 11:59:24 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 09:59:24 +0000 Subject: [issue22641] Use better default context in asyncio In-Reply-To: <1413366821.48.0.472104990078.issue22641@psf.upfronthosting.co.za> Message-ID: <1413367164.0.0.686789587103.issue22641@psf.upfronthosting.co.za> Changes by Antoine Pitrou : Added file: http://bugs.python.org/file36936/asyncio_default_context.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 12:05:38 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 10:05:38 +0000 Subject: [issue11844] Update json to upstream simplejson latest release In-Reply-To: <1302809748.45.0.3421678902.issue11844@psf.upfronthosting.co.za> Message-ID: <1413367538.78.0.0129343230803.issue11844@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Development of simplejson and the standard json module has diverged. We may port selected fixes and features from simplejson, but I don't think a wholesale update is doable anymore. Please open separate issues for each feature you would like to see added to the standard json module. ---------- resolution: -> rejected status: open -> pending _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 12:11:11 2014 From: report at bugs.python.org (Matthias Klose) Date: Wed, 15 Oct 2014 10:11:11 +0000 Subject: [issue22634] importing _ctypes failed: undefined symbol: ffi_call_win32 In-Reply-To: <1413316785.82.0.044196497806.issue22634@psf.upfronthosting.co.za> Message-ID: <1413367871.8.0.899365291933.issue22634@psf.upfronthosting.co.za> Matthias Klose added the comment: could somebody attach a build log from such a system? and the libffi config.log? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 12:13:11 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 10:13:11 +0000 Subject: [issue22634] importing _ctypes failed: undefined symbol: ffi_call_win32 In-Reply-To: <1413316785.82.0.044196497806.issue22634@psf.upfronthosting.co.za> Message-ID: <1413367991.42.0.0197760720346.issue22634@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +larry priority: normal -> release blocker versions: +Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 12:20:26 2014 From: report at bugs.python.org (Marc Schlaich) Date: Wed, 15 Oct 2014 10:20:26 +0000 Subject: [issue19450] Bug in sqlite in Windows binaries In-Reply-To: <1383131558.55.0.853606379194.issue19450@psf.upfronthosting.co.za> Message-ID: <1413368426.8.0.628899870889.issue19450@psf.upfronthosting.co.za> Marc Schlaich added the comment: I've now run various and partially complex applications including SQLAlchemy against SQLite 3.8.1 for months without having any issues. Right now I have run extensive database test suites against the current SQLite release 3.8.6 without any issues, too. So I would say it's save to bundle a newer SQLite version in the next Python 2.7.x. Who would be responsible for this? Is there anything I can do to get progress on this issue? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 12:20:34 2014 From: report at bugs.python.org (koobs) Date: Wed, 15 Oct 2014 10:20:34 +0000 Subject: [issue20386] socket.SocketType enum overwrites import of _socket.SocketType In-Reply-To: <1390603701.84.0.039670998795.issue20386@psf.upfronthosting.co.za> Message-ID: <1413368434.5.0.70226522682.issue20386@psf.upfronthosting.co.za> koobs added the comment: This change looks to be implicated in a buildbot breakage on koobs-freebsd9 (3.4). I couldn't reproduce the test failure by re-running the build, so possibly intermittent or non-deterministic. Full build log attached. I'll leave the issue closed for now, please re-open if verified. ====================================================================== ERROR: test_pickling (test.test_multiprocessing_fork.WithProcessesTestPicklingConnections) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/home/buildbot/python/3.4.koobs-freebsd9/build/Lib/test/_test_multiprocessing.py", line 2590, in test_pickling self.assertEqual(new_conn.recv(), msg.upper()) File "/usr/home/buildbot/python/3.4.koobs-freebsd9/build/Lib/multiprocessing/connection.py", line 250, in recv buf = self._recv_bytes() File "/usr/home/buildbot/python/3.4.koobs-freebsd9/build/Lib/multiprocessing/connection.py", line 416, in _recv_bytes buf = self._recv(4) File "/usr/home/buildbot/python/3.4.koobs-freebsd9/build/Lib/multiprocessing/connection.py", line 389, in _recv raise EOFError EOFError ---------- nosy: +koobs Added file: http://bugs.python.org/file36937/koobs-freebsd9-py34-build-553.txt _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 12:22:40 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 10:22:40 +0000 Subject: [issue19450] Bug in sqlite in Windows binaries In-Reply-To: <1383131558.55.0.853606379194.issue19450@psf.upfronthosting.co.za> Message-ID: <1413368560.48.0.641990675931.issue19450@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Steve is responsible for the Windows builds, but he always answered to your request above. ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 13:07:13 2014 From: report at bugs.python.org (Donald Stufft) Date: Wed, 15 Oct 2014 11:07:13 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413371233.02.0.623681178894.issue22638@psf.upfronthosting.co.za> Donald Stufft added the comment: I really don't think it's unreasonable to say "SSL 3.0 is insecure, if you rely on it then you need to pass this flag to use it". Passing a flag to do something insecure is hardly onerous. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 13:18:57 2014 From: report at bugs.python.org (Mark Lawrence) Date: Wed, 15 Oct 2014 11:18:57 +0000 Subject: [issue19450] Bug in sqlite in Windows binaries In-Reply-To: <1383131558.55.0.853606379194.issue19450@psf.upfronthosting.co.za> Message-ID: <1413371937.28.0.836906496748.issue19450@psf.upfronthosting.co.za> Mark Lawrence added the comment: A work around is already given in msg201796 and is reinforced by this https://mail.python.org/pipermail/python-list/2014-October/679369.html ---------- nosy: +zach.ware _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 13:29:39 2014 From: report at bugs.python.org (Vandana Rao) Date: Wed, 15 Oct 2014 11:29:39 +0000 Subject: [issue6171] IDLE - Class Browser selection in Ubuntu In-Reply-To: <1243903612.81.0.195499978214.issue6171@psf.upfronthosting.co.za> Message-ID: <1413372579.92.0.947624464195.issue6171@psf.upfronthosting.co.za> Vandana Rao added the comment: This issue doesn't describe the above situation on Ubuntu 14.04. I use IDLE 3.4.0 and Python 3.4.0. When the Class browser is opened and if the function name or class name is double clicked, it highlights the corresponding section in the editor. It's perfectly working when we do same action on different function names or class names without opening class browser another time. ---------- nosy: +Vandana.Rao _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 13:50:37 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 15 Oct 2014 11:50:37 +0000 Subject: [issue21991] The new email API should use MappingProxyType instead of returning new dicts. In-Reply-To: <1405520998.88.0.739114728398.issue21991@psf.upfronthosting.co.za> Message-ID: <1413373837.57.0.926105597316.issue21991@psf.upfronthosting.co.za> STINNER Victor added the comment: > sorry, but how to update a patch without losing the rietveld review? I see 3 patch sets at: http://bugs.python.org/review/21991/ No review is lost when you remove a patch. But it's better to attach a new patch with a different name. I like the name pattern: name.patch, name-2.patch, name-3.patch, etc. It's easier to refer to a patch when it has a unique name. ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 13:51:21 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 15 Oct 2014 11:51:21 +0000 Subject: [issue21991] The new email API should use MappingProxyType instead of returning new dicts. In-Reply-To: <1405520998.88.0.739114728398.issue21991@psf.upfronthosting.co.za> Message-ID: <1413373881.19.0.516361184185.issue21991@psf.upfronthosting.co.za> STINNER Victor added the comment: issue21991.patch looks good to me. I didn't check if more methos should be modified. David knows that better than me :-) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 14:03:12 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 15 Oct 2014 12:03:12 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413374592.56.0.522866076929.issue22638@psf.upfronthosting.co.za> STINNER Victor added the comment: I read the table explaining how SSL/TLS is negociated between the client and the server: https://docs.python.org/2.7/library/ssl.html#ssl.wrap_socket I don't understand how I can ask to "use TLS, prefer the most recent version, but don't use SSL"? Should I use TLSv1 which only works with TLS version 1.0? Or TLSv12 and bet that the server implements this newer TLS version? create_default_context() uses PROTOCOL_SSLv23 with OP_NO_SSLv2 and OP_NO_SSLv3. I don't understand: we ask to use "SSL version 2 or 3" but we disable SSLv2 and SSLv3? If the client uses PROTOCOL_SSLv23, does it mean that TLS will never be tried? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 14:07:23 2014 From: report at bugs.python.org (paul) Date: Wed, 15 Oct 2014 12:07:23 +0000 Subject: [issue22517] BufferedRWpair doesn't clear weakrefs In-Reply-To: <1412024342.18.0.174047226004.issue22517@psf.upfronthosting.co.za> Message-ID: <1413374843.75.0.299178004804.issue22517@psf.upfronthosting.co.za> paul added the comment: Why did the type changed from security to crash? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 14:08:35 2014 From: report at bugs.python.org (Donald Stufft) Date: Wed, 15 Oct 2014 12:08:35 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413374915.8.0.0301571723828.issue22638@psf.upfronthosting.co.za> Donald Stufft added the comment: The naming of SSLv23 is sort of unfortunate, that will negotiate the highest version of SSL 2.0, SSL 3.0, TLS 1.0, TLS 1.1, TLS 1.2 that both the client and the server support. You can modify the list of what protocols are supported using the ssl.OP_NO_* flags. By default SSL 2.0 has been disabled in Python 2.7 (in <2.7.9 you can't even turn it back on afaik) and SSL 3.0 is already disabled by create_default_context() (but can be renabled by negating ssl.OP_NO_SSLv3). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 14:25:07 2014 From: report at bugs.python.org (Ismail Donmez) Date: Wed, 15 Oct 2014 12:25:07 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413375907.77.0.0690948780461.issue22638@psf.upfronthosting.co.za> Ismail Donmez added the comment: FWIW OpenSSL patch is now upstream https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=cf6da05304d554aaa885151451aa4ecaa977e601 https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fb0e87fb67a358b40a1d56d2df3a611a09899780 ---------- nosy: +cartman _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 14:46:20 2014 From: report at bugs.python.org (Giampaolo Rodola') Date: Wed, 15 Oct 2014 12:46:20 +0000 Subject: [issue22642] trace module: unclear error message Message-ID: <1413377180.82.0.707385230262.issue22642@psf.upfronthosting.co.za> New submission from Giampaolo Rodola': $ python3.4 -m trace -l Traceback (most recent call last): File "/usr/local/lib/python3.4/runpy.py", line 170, in _run_module_as_main "__main__", mod_spec) File "/usr/local/lib/python3.4/runpy.py", line 85, in _run_code exec(code, run_globals) File "/usr/local/lib/python3.4/trace.py", line 858, in main() File "/usr/local/lib/python3.4/trace.py", line 787, in main progname = prog_argv[0] IndexError: list index out of range I would expect something more clear to be printed, like the program usage helper you get in this case: $ python3.4 -m trace /usr/local/lib/python3.4/trace.py: must specify one of --trace, --count, --report, --listfuncs, or --trackcalls ---------- messages: 229441 nosy: giampaolo.rodola priority: normal severity: normal status: open title: trace module: unclear error message versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 15:10:24 2014 From: report at bugs.python.org (R. David Murray) Date: Wed, 15 Oct 2014 13:10:24 +0000 Subject: [issue21991] The new email API should use MappingProxyType instead of returning new dicts. In-Reply-To: <1405520998.88.0.739114728398.issue21991@psf.upfronthosting.co.za> Message-ID: <1413378624.57.0.542102981218.issue21991@psf.upfronthosting.co.za> R. David Murray added the comment: Personally I would test that the returned object is read only, rather than checking for MappingProxyType explicitly, but you can argue either way as being better :) As for other occurrences, I must have been either misremembering, or I refactored the other occurrences out of existence earlier. Yes I will apply this. ---------- stage: patch review -> commit review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 15:32:07 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 13:32:07 +0000 Subject: [issue22445] Memoryviews require more strict contiguous checks then necessary In-Reply-To: <1411153250.02.0.529032306838.issue22445@psf.upfronthosting.co.za> Message-ID: <1413379927.41.0.305074463609.issue22445@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Is this related to the NPY_RELAXED_STRIDES_CHECKING compilation flag? ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 15:33:22 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 13:33:22 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413374592.56.0.522866076929.issue22638@psf.upfronthosting.co.za> Message-ID: <543E779F.90003@free.fr> Antoine Pitrou added the comment: Le 15/10/2014 14:03, STINNER Victor a ?crit : > > create_default_context() uses PROTOCOL_SSLv23 with OP_NO_SSLv2 and OP_NO_SSLv3. I don't understand: we ask to use "SSL version 2 or 3" but we disable SSLv2 and SSLv3? PROTOCOL_SSLv23 is badly named (blame OpenSSL). It really means "any protocol version, the highest if possible". ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 15:41:12 2014 From: report at bugs.python.org (Alexander Belopolsky) Date: Wed, 15 Oct 2014 13:41:12 +0000 Subject: [issue17884] Try to reuse stdint.h types like int32_t In-Reply-To: <1367362366.81.0.489465512002.issue17884@psf.upfronthosting.co.za> Message-ID: <1413380472.29.0.591442663498.issue17884@psf.upfronthosting.co.za> Changes by Alexander Belopolsky : ---------- nosy: +belopolsky _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 15:41:45 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 13:41:45 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413371233.02.0.623681178894.issue22638@psf.upfronthosting.co.za> Message-ID: <543E7996.1030003@free.fr> Antoine Pitrou added the comment: Le 15/10/2014 13:07, Donald Stufft a ?crit : > > I really don't think it's unreasonable to say "SSL 3.0 is insecure, > if you rely on it then you need to pass this flag to use it". Passing a flag to do something insecure is hardly onerous. Your position is well-known, Donald, there is no need to rehash it. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 15:45:50 2014 From: report at bugs.python.org (Siming Yuan) Date: Wed, 15 Oct 2014 13:45:50 +0000 Subject: [issue22634] importing _ctypes failed: undefined symbol: ffi_call_win32 In-Reply-To: <1413316785.82.0.044196497806.issue22634@psf.upfronthosting.co.za> Message-ID: <1413380750.54.0.41840575128.issue22634@psf.upfronthosting.co.za> Siming Yuan added the comment: attached python 3.4.2 configure log on RHEL6.4 ---------- Added file: http://bugs.python.org/file36938/configure.log _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 15:46:18 2014 From: report at bugs.python.org (Alexander Belopolsky) Date: Wed, 15 Oct 2014 13:46:18 +0000 Subject: [issue9034] datetime module should use int32_t for date/time components In-Reply-To: <1276998258.21.0.743259532258.issue9034@psf.upfronthosting.co.za> Message-ID: <1413380778.12.0.0728987480893.issue9034@psf.upfronthosting.co.za> Alexander Belopolsky added the comment: See also #17884. ---------- dependencies: +Try to reuse stdint.h types like int32_t _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 15:47:02 2014 From: report at bugs.python.org (Siming Yuan) Date: Wed, 15 Oct 2014 13:47:02 +0000 Subject: [issue22634] importing _ctypes failed: undefined symbol: ffi_call_win32 In-Reply-To: <1413316785.82.0.044196497806.issue22634@psf.upfronthosting.co.za> Message-ID: <1413380822.61.0.965387437646.issue22634@psf.upfronthosting.co.za> Siming Yuan added the comment: make log from RHEL 6.4 for python 3.4.2. Also got this on the STDERR: $ make > ../make.log build/temp.linux-x86_64-3.4/opt/python-3.4.2/Python-3.4.2/Modules/_ctypes/libffi/src/x86/ffi.o: In function `ffi_prep_closure_loc': /opt/python-3.4.2/Python-3.4.2/Modules/_ctypes/libffi/src/x86/ffi.c:679: undefined reference to `ffi_closure_FASTCALL' /usr/bin/ld: build/temp.linux-x86_64-3.4/opt/python-3.4.2/Python-3.4.2/Modules/_ctypes/libffi/src/x86/ffi.o: relocation R_386_GOTOFF against undefined hidden symbol `ffi_closure_FASTCALL' can not be used when making a shared object /usr/bin/ld: final link failed: Bad value collect2: ld returned 1 exit status ---------- Added file: http://bugs.python.org/file36939/make.log _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 15:50:25 2014 From: report at bugs.python.org (Siming Yuan) Date: Wed, 15 Oct 2014 13:50:25 +0000 Subject: [issue22634] importing _ctypes failed: undefined symbol: ffi_call_win32 In-Reply-To: <1413316785.82.0.044196497806.issue22634@psf.upfronthosting.co.za> Message-ID: <1413381025.93.0.495456490637.issue22634@psf.upfronthosting.co.za> Siming Yuan added the comment: configure arguments: BASECFLAGS=-m32 LDFLAGS=-m32 CFLAGS=-m32 ./configure --prefix=/opt/python-3.4.2/ > ../configure.log attached system rpm information. no additional binaries/PATHs/LD_LIB_PATHs ---------- Added file: http://bugs.python.org/file36940/rpm.log _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 16:15:06 2014 From: report at bugs.python.org (Guido van Rossum) Date: Wed, 15 Oct 2014 14:15:06 +0000 Subject: [issue22641] Use better default context in asyncio In-Reply-To: <1413366821.48.0.472104990078.issue22641@psf.upfronthosting.co.za> Message-ID: <1413382506.56.0.228755919816.issue22641@psf.upfronthosting.co.za> Guido van Rossum added the comment: LGTM. Thanks! ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 16:20:05 2014 From: report at bugs.python.org (Matthias Klose) Date: Wed, 15 Oct 2014 14:20:05 +0000 Subject: [issue22634] importing _ctypes failed: undefined symbol: ffi_call_win32 In-Reply-To: <1413316785.82.0.044196497806.issue22634@psf.upfronthosting.co.za> Message-ID: <1413382805.97.0.836488029254.issue22634@psf.upfronthosting.co.za> Matthias Klose added the comment: > checking build system type... x86_64-unknown-linux-gnu > checking host system type... x86_64-unknown-linux-gnu and using -m32 explicitly. so you'll get what you deserve ;-) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 16:26:33 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 15 Oct 2014 14:26:33 +0000 Subject: [issue21991] The new email API should use MappingProxyType instead of returning new dicts. In-Reply-To: <1413378624.57.0.542102981218.issue21991@psf.upfronthosting.co.za> Message-ID: STINNER Victor added the comment: > Personally I would test that the returned object is read only I agree: write a short helper to check that modifying the dict fails. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 16:30:13 2014 From: report at bugs.python.org (Siming Yuan) Date: Wed, 15 Oct 2014 14:30:13 +0000 Subject: [issue22634] importing _ctypes failed: undefined symbol: ffi_call_win32 In-Reply-To: <1413316785.82.0.044196497806.issue22634@psf.upfronthosting.co.za> Message-ID: <1413383413.4.0.230773178658.issue22634@psf.upfronthosting.co.za> Siming Yuan added the comment: [siyuan at siyuan-lnx:siyuan-ott]$ lsb_release -a LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch Distributor ID: RedHatEnterpriseWorkstation Description: Red Hat Enterprise Linux Workstation release 6.4 (Santiago) Release: 6.4 Codename: Santiago [siyuan at siyuan-lnx:siyuan-ott]$ uname -a Linux siyuan-lnx 2.6.32-358.0.1.el6.x86_64 #1 SMP Wed Feb 20 11:05:23 EST 2013 x86_64 x86_64 x86_64 GNU/Linux :( there's nothing special.. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 16:49:07 2014 From: report at bugs.python.org (Steve P) Date: Wed, 15 Oct 2014 14:49:07 +0000 Subject: [issue22639] test "test_bad_address" fails on Python 3.4.2 under Linux Mint 13 Maya In-Reply-To: <1413347540.49.0.233665486753.issue22639@psf.upfronthosting.co.za> Message-ID: <543E895C.5080608@gmail.com> Steve P added the comment: I saw that issue, or one like it. I was very tempted to not report but the README says if there are any test failures, there is a problem. (I suppose it could mean there is a problem with my ISP, not python.) The dilemma is that we want to be able to count on a clean pass of all tests even in the face of the misbehaving ISP (I believe someone in the discussion said there may be more of such in the future). At the very least, if we are accepting a failure in the test suite as "ok", the README should say something to that effect. On 10/14/2014 09:32 PM, Ned Deily wrote: > Ned Deily added the comment: > > Thanks for the additional information. It appears this is a duplicate of Issue17564 with the root cause being the ISP not properly rejecting an undefined host name as expected by the test case. See the discussion there for more information. > > ---------- > resolution: -> duplicate > stage: -> resolved > status: open -> closed > superseder: -> test_urllib2_localnet fails > type: crash -> > > _______________________________________ > Python tracker > > _______________________________________ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 16:50:30 2014 From: report at bugs.python.org (paul) Date: Wed, 15 Oct 2014 14:50:30 +0000 Subject: [issue22643] Integer overflow in case_operation Message-ID: <1413384630.17.0.213972312804.issue22643@psf.upfronthosting.co.za> New submission from paul: Crashes python 3.4.1. # Objects\unicodeobject.c # # static PyObject * # case_operation(PyObject *self, # Py_ssize_t (*perform)(int, void *, Py_ssize_t, Py_UCS4 *, Py_UCS4 *)) # { # PyObject *res = NULL; # Py_ssize_t length, newlength = 0; # int kind, outkind; # (...) # 1 length = PyUnicode_GET_LENGTH(self); # 2 tmp = PyMem_MALLOC(sizeof(Py_UCS4) * 3 * length); # (...) # 3 newlength = perform(kind, data, length, tmp, &maxchar); # # 1. there are no safety checks # 2. 12*length overflows # 3. perform() writes to tmp buffer, which is too small to hold the result ---------- files: poc_case_op.py messages: 229455 nosy: pkt priority: normal severity: normal status: open title: Integer overflow in case_operation type: security versions: Python 3.4 Added file: http://bugs.python.org/file36941/poc_case_op.py _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 17:00:23 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 15 Oct 2014 15:00:23 +0000 Subject: [issue22641] Use better default context in asyncio In-Reply-To: <1413366821.48.0.472104990078.issue22641@psf.upfronthosting.co.za> Message-ID: <20141015150004.115579.87823@psf.io> Roundup Robot added the comment: New changeset c2ccbcd11d47 by Antoine Pitrou in branch '3.4': Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security. https://hg.python.org/cpython/rev/c2ccbcd11d47 New changeset d75b63cb3e78 by Antoine Pitrou in branch 'default': Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security. https://hg.python.org/cpython/rev/d75b63cb3e78 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 17:01:00 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 15:01:00 +0000 Subject: [issue22641] Use better default context in asyncio In-Reply-To: <1413366821.48.0.472104990078.issue22641@psf.upfronthosting.co.za> Message-ID: <1413385260.06.0.21291686643.issue22641@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Ok, I've now pushed it to 3.4 and 3.5. ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 17:07:32 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 15:07:32 +0000 Subject: [issue17884] Try to reuse stdint.h types like int32_t In-Reply-To: <1367362366.81.0.489465512002.issue17884@psf.upfronthosting.co.za> Message-ID: <1413385652.02.0.80283401282.issue17884@psf.upfronthosting.co.za> Antoine Pitrou added the comment: I'm in favour of trying this in 3.5. A platform not supporting those types would not be able to run a lot of contemporary software, I think. ---------- nosy: +pitrou stage: -> patch review type: -> enhancement versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 17:15:21 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 15 Oct 2014 15:15:21 +0000 Subject: [issue22643] Integer overflow in case_operation In-Reply-To: <1413384630.17.0.213972312804.issue22643@psf.upfronthosting.co.za> Message-ID: <1413386121.38.0.633534158608.issue22643@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 17:15:26 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 15 Oct 2014 15:15:26 +0000 Subject: [issue22643] Integer overflow in case_operation In-Reply-To: <1413384630.17.0.213972312804.issue22643@psf.upfronthosting.co.za> Message-ID: <1413386126.22.0.874724872768.issue22643@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- components: +Unicode nosy: +ezio.melotti _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 17:16:53 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 15:16:53 +0000 Subject: [issue13236] unittest needs more flush calls In-Reply-To: <1319137324.16.0.266090134048.issue13236@psf.upfronthosting.co.za> Message-ID: <1413386213.14.0.766523525655.issue13236@psf.upfronthosting.co.za> Antoine Pitrou added the comment: And if the issue still holds, please provide a patch adding the appropriate flush() calls. ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 17:17:15 2014 From: report at bugs.python.org (Ezio Melotti) Date: Wed, 15 Oct 2014 15:17:15 +0000 Subject: [issue22643] Integer overflow in case_operation In-Reply-To: <1413384630.17.0.213972312804.issue22643@psf.upfronthosting.co.za> Message-ID: <1413386235.3.0.507740232421.issue22643@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- nosy: +benjamin.peterson, serhiy.storchaka type: security -> crash _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 17:19:34 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 15 Oct 2014 15:19:34 +0000 Subject: [issue22592] Drop support of Borland C compiler In-Reply-To: <1412892053.1.0.924294706451.issue22592@psf.upfronthosting.co.za> Message-ID: <1413386374.98.0.380907783761.issue22592@psf.upfronthosting.co.za> STINNER Victor added the comment: It looks like Larry Hastings supports indirectly this issue :-) "We still have #ifdef's for Borland C--I'd be very surprised if anyone was compiling Python 3 with Borland C." https://mail.python.org/pipermail/python-dev/2014-October/136626.html ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 17:20:56 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 15:20:56 +0000 Subject: [issue22592] Drop support of Borland C compiler In-Reply-To: <1412892053.1.0.924294706451.issue22592@psf.upfronthosting.co.za> Message-ID: <1413386456.98.0.475829389407.issue22592@psf.upfronthosting.co.za> Antoine Pitrou added the comment: I don't know how reliable that Web site is, but apparently it may still be used for education: http://borlandc.org/ ---------- nosy: +mark.dickinson, pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 17:21:32 2014 From: report at bugs.python.org (Alex Gaynor) Date: Wed, 15 Oct 2014 15:21:32 +0000 Subject: [issue22644] Update Windows installers to OpenSSL 1.0.1j Message-ID: <1413386492.03.0.06348060819.issue22644@psf.upfronthosting.co.za> New submission from Alex Gaynor: https://www.openssl.org/news/secadv_20141015.txt ---------- components: Extension Modules keywords: security_issue messages: 229462 nosy: alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: Update Windows installers to OpenSSL 1.0.1j _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 17:42:34 2014 From: report at bugs.python.org (Marc Schlaich) Date: Wed, 15 Oct 2014 15:42:34 +0000 Subject: [issue19450] Bug in sqlite in Windows binaries In-Reply-To: <1383131558.55.0.853606379194.issue19450@psf.upfronthosting.co.za> Message-ID: <1413387754.25.0.0100308865273.issue19450@psf.upfronthosting.co.za> Marc Schlaich added the comment: Yes, but this is no practical solution. Telling *all* my clients to update the sqlite3.dll after *every* Python update is just not feasible and will just not work out in practice. What would be the required steps to update the *.dll in the build? Just update the external.bat to fetch another version or I am missing something? I would suggest synchronizing it with Python 3, which means SQLite 3.8.3.1. Or what do you think? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 17:44:07 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 15:44:07 +0000 Subject: [issue19450] Bug in sqlite in Windows binaries In-Reply-To: <1383131558.55.0.853606379194.issue19450@psf.upfronthosting.co.za> Message-ID: <1413387847.98.0.441122023646.issue19450@psf.upfronthosting.co.za> Antoine Pitrou added the comment: The main risk is if SQLite 3.8 changes some behaviours compared to older versions. This is why we generally choose to only apply bugfix releases of external libraries in our owbn bugfix branches. The question is whether this issue can be worked around without upgrading SQLite. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 17:44:16 2014 From: report at bugs.python.org (Zac Greve) Date: Wed, 15 Oct 2014 15:44:16 +0000 Subject: [issue22645] Unable to install Python 3.4.2 amd64 on Windows 8.1 Update 1 Message-ID: <1413387856.31.0.878649422025.issue22645@psf.upfronthosting.co.za> New submission from Zac Greve: I am unable to install Python 3.4.2 amd64 on Windows as the installer exits with an error stating that it cannot run a required program. ---------- components: Windows messages: 229465 nosy: Zac.Greve priority: normal severity: normal status: open title: Unable to install Python 3.4.2 amd64 on Windows 8.1 Update 1 type: behavior versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 17:45:58 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 15:45:58 +0000 Subject: [issue22645] Unable to install Python 3.4.2 amd64 on Windows 8.1 Update 1 In-Reply-To: <1413387856.31.0.878649422025.issue22645@psf.upfronthosting.co.za> Message-ID: <1413387958.24.0.00194987048765.issue22645@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +steve.dower, tim.golden, zach.ware _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 17:46:30 2014 From: report at bugs.python.org (Ezio Melotti) Date: Wed, 15 Oct 2014 15:46:30 +0000 Subject: [issue22645] Unable to install Python 3.4.2 amd64 on Windows 8.1 Update 1 In-Reply-To: <1413387856.31.0.878649422025.issue22645@psf.upfronthosting.co.za> Message-ID: <1413387990.92.0.399811915246.issue22645@psf.upfronthosting.co.za> Ezio Melotti added the comment: Can you copy the exact error that you got? Have you tried redownloading it, and/or checking with a different version (x86 or Python 3.3)? Do you have admin privileges on your account? ---------- nosy: +ezio.melotti _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 17:49:51 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 15 Oct 2014 15:49:51 +0000 Subject: [issue22643] Integer overflow in case_operation In-Reply-To: <1413384630.17.0.213972312804.issue22643@psf.upfronthosting.co.za> Message-ID: <20141015154925.115595.66637@psf.io> Roundup Robot added the comment: New changeset 449b1f427cc7 by Benjamin Peterson in branch '3.3': fix integer overflow in unicode case operations (closes #22643) https://hg.python.org/cpython/rev/449b1f427cc7 New changeset 570e70252d5d by Benjamin Peterson in branch '3.4': merge 3.3 (#22643) https://hg.python.org/cpython/rev/570e70252d5d New changeset c2980ec10a4c by Benjamin Peterson in branch 'default': merge 3.4 (#22643) https://hg.python.org/cpython/rev/c2980ec10a4c ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 17:59:58 2014 From: report at bugs.python.org (Marc Schlaich) Date: Wed, 15 Oct 2014 15:59:58 +0000 Subject: [issue19450] Bug in sqlite in Windows binaries In-Reply-To: <1383131558.55.0.853606379194.issue19450@psf.upfronthosting.co.za> Message-ID: <1413388798.16.0.526432633708.issue19450@psf.upfronthosting.co.za> Marc Schlaich added the comment: Well, OSX release ships with 3.8.3.1, too: https://hg.python.org/cpython/file/2.7/Mac/BuildScript/build-installer.py#l290 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 18:01:28 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 16:01:28 +0000 Subject: [issue19450] Bug in sqlite in Windows binaries In-Reply-To: <1383131558.55.0.853606379194.issue19450@psf.upfronthosting.co.za> Message-ID: <1413388888.66.0.277669922909.issue19450@psf.upfronthosting.co.za> Antoine Pitrou added the comment: As I said, I think it's really Steve's choice here (as long as he is doing the Windows release builds). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 18:10:29 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 15 Oct 2014 16:10:29 +0000 Subject: [issue22643] Integer overflow in case_operation In-Reply-To: <1413384630.17.0.213972312804.issue22643@psf.upfronthosting.co.za> Message-ID: <1413389429.25.0.689818804153.issue22643@psf.upfronthosting.co.za> STINNER Victor added the comment: Benjamin, could you please first propose a patch for review instead of commiting directly your change? Especially for security related changes. + if (length > PY_SSIZE_T_MAX / 3 || + length > PY_SIZE_MAX / (3 * sizeof(Py_UCS4))) { + PyErr_SetString(PyExc_OverflowError, "string is too long"); + return NULL; + } tmp = PyMem_MALLOC(sizeof(Py_UCS4) * 3 * length); PyMem_MALLOC() returns NULL if the length is larger than PY_SSIZE_T_MAX, so the overflow check doesn't look correct. The overflow check can be replaced with: if ((size_t)length > PY_SSIZE_T_MAX / (3 * sizeof(Py_UCS4))) ... ---------- resolution: fixed -> status: closed -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 18:11:15 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 15 Oct 2014 16:11:15 +0000 Subject: [issue22643] Integer overflow in case_operation In-Reply-To: <1413384630.17.0.213972312804.issue22643@psf.upfronthosting.co.za> Message-ID: <1413389475.27.0.953458389116.issue22643@psf.upfronthosting.co.za> STINNER Victor added the comment: Other changesets related to this issue: changeset: 93071:6a91e616485a branch: 3.3 parent: 93068:449b1f427cc7 user: Benjamin Peterson date: Wed Oct 15 11:51:05 2014 -0400 files: Objects/unicodeobject.c description: make sure length is unsigned (followed by merged into 3.4 and 3.5) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 18:15:59 2014 From: report at bugs.python.org (Benjamin Peterson) Date: Wed, 15 Oct 2014 16:15:59 +0000 Subject: [issue22643] Integer overflow in case_operation In-Reply-To: <1413389475.27.0.953458389116.issue22643@psf.upfronthosting.co.za> Message-ID: <1413389756.583490.179357117.14E2D03A@webmail.messagingengine.com> Benjamin Peterson added the comment: Cool, I forgot about that. On Wed, Oct 15, 2014, at 12:11, STINNER Victor wrote: > > STINNER Victor added the comment: > > Other changesets related to this issue: > > changeset: 93071:6a91e616485a > branch: 3.3 > parent: 93068:449b1f427cc7 > user: Benjamin Peterson > date: Wed Oct 15 11:51:05 2014 -0400 > files: Objects/unicodeobject.c > description: > make sure length is unsigned > > (followed by merged into 3.4 and 3.5) > > ---------- > > _______________________________________ > Python tracker > > _______________________________________ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 18:21:27 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 15 Oct 2014 16:21:27 +0000 Subject: [issue22643] Integer overflow in case_operation In-Reply-To: <1413384630.17.0.213972312804.issue22643@psf.upfronthosting.co.za> Message-ID: <20141015161751.1839.20359@psf.io> Roundup Robot added the comment: New changeset f963cc1f96cf by Benjamin Peterson in branch '3.3': it suffices to check for PY_SSIZE_T_MAX overflow (#22643) https://hg.python.org/cpython/rev/f963cc1f96cf New changeset 8195d48a5c43 by Benjamin Peterson in branch 'default': merge 3.4 (closes #22643) https://hg.python.org/cpython/rev/8195d48a5c43 ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 18:49:34 2014 From: report at bugs.python.org (Sebastian Berg) Date: Wed, 15 Oct 2014 16:49:34 +0000 Subject: [issue22445] Memoryviews require more strict contiguous checks then necessary In-Reply-To: <1411153250.02.0.529032306838.issue22445@psf.upfronthosting.co.za> Message-ID: <1413391774.65.0.608321945687.issue22445@psf.upfronthosting.co.za> Sebastian Berg added the comment: @pitrou, yes of course. This would make python do the same thing as numpy does (currently only with that compile flag given). About the time schedule, I think I will try to see if some other numpy dev has an opinion. Plus, should look into documenting it for the moment, so that someone who reads up on the buffer protocol should get things right. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 19:15:39 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 15 Oct 2014 17:15:39 +0000 Subject: [issue22592] Drop support of Borland C compiler In-Reply-To: <1412892053.1.0.924294706451.issue22592@psf.upfronthosting.co.za> Message-ID: <1413393339.98.0.22008687762.issue22592@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Antoine, antique Turbo Pascal 7.0 (for DOS!) [1] is widely used for education in xUSSR countries. Due to a bug [2] in the crt unit most education examples can't be ran on computers with modern processors (Pentium MMX and newer) and are ran under DosBox [3]. School teachers often are very conservative. The use of something for education doesn't means that it is used for other purposes. [1] http://en.wikipedia.org/wiki/Turbo_Pascal [2] http://en.wikipedia.org/wiki/Runtime_error_200 [3] http://en.wikipedia.org/wiki/DOSBox ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 19:19:20 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 15 Oct 2014 17:19:20 +0000 Subject: [issue22643] Integer overflow in case_operation In-Reply-To: <1413384630.17.0.213972312804.issue22643@psf.upfronthosting.co.za> Message-ID: <1413393560.31.0.817198013594.issue22643@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: I think this is a place where _PyUnicodeWriter would be appropriate (of course this is different issue). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 19:24:11 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 15 Oct 2014 17:24:11 +0000 Subject: [issue22592] Drop support of Borland C compiler In-Reply-To: <1412892053.1.0.924294706451.issue22592@psf.upfronthosting.co.za> Message-ID: <1413393851.35.0.736243868296.issue22592@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: As for Borland C, it was reincarnated as Borland C++ Builder [1] and then as Embarcadero C++ Builder. I doubt that anyone was compiling Python 3 with it. [1] http://en.wikipedia.org/wiki/C%2B%2BBuilder ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 19:29:39 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 15 Oct 2014 17:29:39 +0000 Subject: [issue22643] Integer overflow in case_operation In-Reply-To: <1413384630.17.0.213972312804.issue22643@psf.upfronthosting.co.za> Message-ID: <1413394179.75.0.790712867654.issue22643@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: The test should be decorated with the bigmemtest decorator. And I think that condition sys.maxsize < 2**32 would be more robust. ---------- status: closed -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 19:36:17 2014 From: report at bugs.python.org (Benjamin Peterson) Date: Wed, 15 Oct 2014 17:36:17 +0000 Subject: [issue22643] Integer overflow in case_operation In-Reply-To: <1413394179.75.0.790712867654.issue22643@psf.upfronthosting.co.za> Message-ID: <1413394575.606962.179391397.1C3DE61D@webmail.messagingengine.com> Benjamin Peterson added the comment: It's only 341 MB. On Wed, Oct 15, 2014, at 13:29, Serhiy Storchaka wrote: > > Serhiy Storchaka added the comment: > > The test should be decorated with the bigmemtest decorator. And I think > that condition sys.maxsize < 2**32 would be more robust. > > ---------- > status: closed -> open > > _______________________________________ > Python tracker > > _______________________________________ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 19:37:30 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 15 Oct 2014 17:37:30 +0000 Subject: [issue22643] Integer overflow in case_operation In-Reply-To: <1413384630.17.0.213972312804.issue22643@psf.upfronthosting.co.za> Message-ID: <1413394650.24.0.0761742905886.issue22643@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: And this test is CPython only. It relies on specific implementation detail. After changing current implementation (which inefficiently uses memory) this test will be dropped. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 19:41:10 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 15 Oct 2014 17:41:10 +0000 Subject: [issue22643] Integer overflow in case_operation In-Reply-To: <1413384630.17.0.213972312804.issue22643@psf.upfronthosting.co.za> Message-ID: <20141015174058.52923.14310@psf.io> Roundup Robot added the comment: New changeset 33290d0dd946 by Benjamin Peterson in branch '3.4': merge 3.3 (#22643) https://hg.python.org/cpython/rev/33290d0dd946 New changeset ffabb674140c by Benjamin Peterson in branch 'default': merge 3.4 (#22643) https://hg.python.org/cpython/rev/ffabb674140c ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 19:43:45 2014 From: report at bugs.python.org (Benjamin Peterson) Date: Wed, 15 Oct 2014 17:43:45 +0000 Subject: [issue22643] Integer overflow in case_operation In-Reply-To: <1413384630.17.0.213972312804.issue22643@psf.upfronthosting.co.za> Message-ID: <1413395025.13.0.701494793769.issue22643@psf.upfronthosting.co.za> Benjamin Peterson added the comment: Since the memory requirement is less than 500MB, I don't think it needs a bigmemtest decorator. ---------- status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 19:46:55 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 15 Oct 2014 17:46:55 +0000 Subject: [issue22643] Integer overflow in case_operation In-Reply-To: <1413394575.606962.179391397.1C3DE61D@webmail.messagingengine.com> Message-ID: <4490123.SR987jhSKl@raxxla> Serhiy Storchaka added the comment: > It's only 341 MB. It's 2**32//12*2 ~ 683 MiB for original string (but I'm not sure that non- ASCII string is needed for this test) + 2**32 = 4GiB if the test will fail for some reason. Some buildbots AFAIK have memory less than 683 MiB. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 19:48:59 2014 From: report at bugs.python.org (Benjamin Peterson) Date: Wed, 15 Oct 2014 17:48:59 +0000 Subject: [issue22643] Integer overflow in case_operation In-Reply-To: <4490123.SR987jhSKl@raxxla> Message-ID: <1413395337.610209.179396929.6B4E1831@webmail.messagingengine.com> Benjamin Peterson added the comment: It's Latin 1, so the chars only use one byte: >>> sys.getsizeof("??") - sys.getsizeof("?") 1 On Wed, Oct 15, 2014, at 13:46, Serhiy Storchaka wrote: > > Serhiy Storchaka added the comment: > > > It's only 341 MB. > > It's 2**32//12*2 ~ 683 MiB for original string (but I'm not sure that > non- > ASCII string is needed for this test) + 2**32 = 4GiB if the test will > fail for > some reason. Some buildbots AFAIK have memory less than 683 MiB. > > ---------- > > _______________________________________ > Python tracker > > _______________________________________ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 19:49:27 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 17:49:27 +0000 Subject: [issue22445] Memoryviews require more strict contiguous checks then necessary In-Reply-To: <1411153250.02.0.529032306838.issue22445@psf.upfronthosting.co.za> Message-ID: <1413395367.95.0.178664119947.issue22445@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Like Stefan I think this would be good to go in 3.5. The PyBuffer APIs are relatively new so there shouldn't be a lot of breakage. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 19:51:11 2014 From: report at bugs.python.org (Benjamin Peterson) Date: Wed, 15 Oct 2014 17:51:11 +0000 Subject: [issue22643] Integer overflow in case_operation In-Reply-To: <1413384630.17.0.213972312804.issue22643@psf.upfronthosting.co.za> Message-ID: <1413395471.01.0.682003513772.issue22643@psf.upfronthosting.co.za> Benjamin Peterson added the comment: More explicitly: >>> sys.getsizeof("?"*(2**32//12 + 1))//1024//1024 341 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 19:59:35 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 15 Oct 2014 17:59:35 +0000 Subject: [issue22592] Drop support of Borland C compiler In-Reply-To: <1412892053.1.0.924294706451.issue22592@psf.upfronthosting.co.za> Message-ID: <1413395975.33.0.826093560328.issue22592@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Then +1 from me for removing support. ---------- stage: -> patch review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 20:09:30 2014 From: report at bugs.python.org (panos black) Date: Wed, 15 Oct 2014 18:09:30 +0000 Subject: [issue22646] Set SMTPHandler's "credentials" through "logging.config.dictConfig". Message-ID: <1413396570.86.0.25871256892.issue22646@psf.upfronthosting.co.za> New submission from panos black: If you configure logging using a JSON file, then, after you parse it and you pass it to logging.config.dictConfig(), you realize that when you define an SMTPHandler you can't set "credentials", or, more precisely, whether you set it or not the credentials value is ignored. This happens because SMTPHandler's __init__ has the following code if isinstance(credentials, tuple): self.username, self.password = credentials else: self.username = None while "credentials" inside dictConfig() is a "ConvertingList" and not a "tuple". As a result, username is set to None. I think that this is a problem because: a) "credentials" is allowed to be specified in the configuration file (i.e. if you have an identifier that SMTPHandler's __init__, knows nothing about then you get an exception). b) Other fields like, "timeout", and "toaddrs" work as expected (i.e. you can set them just fine) c) This behaviour is not documented and you end up with improperly configured logging. I guess that similar problems exist in other handlers too, but I haven't checked them one by one. I think that it would make sense to be able to set all __init__ arguments in the Handlers section, or at least, if this is not desirable, to document this behaviour. ---------- assignee: docs at python components: Documentation, Library (Lib) messages: 229488 nosy: docs at python, panos.black, vinay.sajip priority: normal severity: normal status: open title: Set SMTPHandler's "credentials" through "logging.config.dictConfig". type: enhancement versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 20:19:10 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 15 Oct 2014 18:19:10 +0000 Subject: [issue22592] Drop support of Borland C compiler In-Reply-To: <1412892053.1.0.924294706451.issue22592@psf.upfronthosting.co.za> Message-ID: <1413397150.44.0.533966746479.issue22592@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: The patch LGTM but there is Borland C support in distutils and there are several mentions in the documentation. May be there are mentions in some build-support files. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 20:29:27 2014 From: report at bugs.python.org (Ned Deily) Date: Wed, 15 Oct 2014 18:29:27 +0000 Subject: [issue17095] Modules/Setup *shared* support broken In-Reply-To: <1359669296.59.0.227426586133.issue17095@psf.upfronthosting.co.za> Message-ID: <1413397767.93.0.835192978343.issue17095@psf.upfronthosting.co.za> Ned Deily added the comment: St?phane, as I understand it, this issue covers two problems: (1) Building and installing shared modules using Modules/Setup was broken for current Python 3 releases; (2) Using those shared modules when running Python from a build directory (rather than from a normal installed Python) is broken. Problem (1) is now fixed. Problem (2) remains to be properly fixed; it's a little tedious to get right as a fix needs to take into account the SO_ABI and ensure built modules get properly cleaned and all the right Makefile dependencies work. I'd be happy to review a patch if someone gets to it before I do. But it seems to me that (1) was the serious problem; (2) is more of a minor annoyance for developers with easy workarounds, e.g. use PYTHONPATH or install Python to a temporary location for testing. ---------- priority: normal -> low _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 20:40:00 2014 From: report at bugs.python.org (David Bolen) Date: Wed, 15 Oct 2014 18:40:00 +0000 Subject: [issue21907] Update Windows build batch scripts In-Reply-To: <1404328602.32.0.540869349126.issue21907@psf.upfronthosting.co.za> Message-ID: <1413398400.44.0.494989454975.issue21907@psf.upfronthosting.co.za> David Bolen added the comment: Just thought I'd add a note here that after the most recent changes, my buildbots also appear to be back to quicker hg pulls rather than clones at the start of the process (see msg222592). Still not sure why that behavior changed, but we're back to the previous behavior. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 20:43:09 2014 From: report at bugs.python.org (Ned Deily) Date: Wed, 15 Oct 2014 18:43:09 +0000 Subject: [issue22642] trace module: unclear error message In-Reply-To: <1413377180.82.0.707385230262.issue22642@psf.upfronthosting.co.za> Message-ID: <1413398589.47.0.78216699699.issue22642@psf.upfronthosting.co.za> Changes by Ned Deily : ---------- components: +Library (Lib) keywords: +easy nosy: +belopolsky stage: -> needs patch versions: +Python 2.7, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 20:49:43 2014 From: report at bugs.python.org (Ned Deily) Date: Wed, 15 Oct 2014 18:49:43 +0000 Subject: [issue22639] test "test_bad_address" fails on Python 3.4.2 under Linux Mint 13 Maya In-Reply-To: <1413330195.68.0.914082091574.issue22639@psf.upfronthosting.co.za> Message-ID: <1413398983.16.0.540503251932.issue22639@psf.upfronthosting.co.za> Ned Deily added the comment: I don't disagree that it would be better to have an error-free test run, independent of the ISP in use. You could try using a different DNS server that behaves as expected (search the web for lists of free and public DNS servers). Otherwise, you could try to re-open the discussion in Issue17564. It's not going to be useful to duplicate that here. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 21:35:38 2014 From: report at bugs.python.org (Steve P) Date: Wed, 15 Oct 2014 19:35:38 +0000 Subject: [issue22647] test_readline failed on ScientificLinux 6.5 Message-ID: <1413401738.61.0.369363357097.issue22647@psf.upfronthosting.co.za> New submission from Steve P: "make test" after clean build got one failure. This was under Python 3.4.2 newly downloaded. Here is the log: ./python -m test -v test_readline == CPython 3.4.2 (default, Oct 15 2014, 11:08:11) [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] == Linux-2.6.32-431.29.2.el6.x86_64-x86_64-with-redhat-6.5-Carbon little-endian == hash algorithm: siphash24 64bit == /home/pothiers/Downloads/Python-3.4.2/build/test_python_19950 Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0) [1/1] test_readline testHistoryUpdates (test.test_readline.TestHistoryManipulation) ... ok test_init (test.test_readline.TestReadline) ... FAIL ====================================================================== FAIL: test_init (test.test_readline.TestReadline) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/pothiers/Downloads/Python-3.4.2/Lib/test/test_readline.py", line 53, in test_init self.assertEqual(stdout, b'') AssertionError: b'\x1b[?1034h' != b'' ---------------------------------------------------------------------- Ran 2 tests in 0.021s FAILED (failures=1) test test_readline failed 1 test failed: test_readline ---------- messages: 229493 nosy: Steve.P priority: normal severity: normal status: open title: test_readline failed on ScientificLinux 6.5 type: behavior versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 21:44:24 2014 From: report at bugs.python.org (Ned Deily) Date: Wed, 15 Oct 2014 19:44:24 +0000 Subject: [issue22647] test_readline failed on ScientificLinux 6.5 In-Reply-To: <1413401738.61.0.369363357097.issue22647@psf.upfronthosting.co.za> Message-ID: <1413402264.21.0.952062809751.issue22647@psf.upfronthosting.co.za> Changes by Ned Deily : ---------- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Importing readline produces erroneous output _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 21:45:08 2014 From: report at bugs.python.org (Pierre Boulanger) Date: Wed, 15 Oct 2014 19:45:08 +0000 Subject: [issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1 Message-ID: <1413402308.59.0.884804309845.issue22648@psf.upfronthosting.co.za> New submission from Pierre Boulanger: I try to install python 3.4.2-amd 64 but i have an error: a program used for the installation could not be run. befor i have python 3.4.1 and it work perfectly. ---------- components: Installation messages: 229494 nosy: brp-log priority: normal severity: normal status: open title: Unable to install Python 3.4.2 amd64 on Windows 8.1 type: behavior versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 21:46:03 2014 From: report at bugs.python.org (Ned Deily) Date: Wed, 15 Oct 2014 19:46:03 +0000 Subject: [issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1 In-Reply-To: <1413402308.59.0.884804309845.issue22648@psf.upfronthosting.co.za> Message-ID: <1413402363.63.0.715084777318.issue22648@psf.upfronthosting.co.za> Changes by Ned Deily : ---------- components: +Windows nosy: +loewis, steve.dower, tim.golden, zach.ware _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 21:50:01 2014 From: report at bugs.python.org (Georg Brandl) Date: Wed, 15 Oct 2014 19:50:01 +0000 Subject: [issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1 In-Reply-To: <1413402308.59.0.884804309845.issue22648@psf.upfronthosting.co.za> Message-ID: <1413402601.2.0.304263319231.issue22648@psf.upfronthosting.co.za> Georg Brandl added the comment: Can you describe a bit more in detail at which step of the installer the error occurs? ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 21:55:41 2014 From: report at bugs.python.org (Nikolay Bryskin) Date: Wed, 15 Oct 2014 19:55:41 +0000 Subject: [issue21436] Consider leaving importlib.abc.Loader.load_module() In-Reply-To: <1399291208.69.0.802643633069.issue21436@psf.upfronthosting.co.za> Message-ID: <1413402941.46.0.723529346928.issue21436@psf.upfronthosting.co.za> Changes by Nikolay Bryskin : ---------- nosy: +nikicat _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 21:57:47 2014 From: report at bugs.python.org (Nikolay Bryskin) Date: Wed, 15 Oct 2014 19:57:47 +0000 Subject: [issue21235] importlib's spec module create algorithm is not exposed In-Reply-To: <1397571881.77.0.850697644958.issue21235@psf.upfronthosting.co.za> Message-ID: <1413403067.76.0.616719973773.issue21235@psf.upfronthosting.co.za> Changes by Nikolay Bryskin : ---------- nosy: +nikicat _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 22:15:09 2014 From: report at bugs.python.org (Steve Dower) Date: Wed, 15 Oct 2014 20:15:09 +0000 Subject: [issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1 In-Reply-To: <1413402308.59.0.884804309845.issue22648@psf.upfronthosting.co.za> Message-ID: <1413404109.37.0.301204634216.issue22648@psf.upfronthosting.co.za> Steve Dower added the comment: If you deselect pip from the feature list, do you have any more success? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 22:30:45 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 15 Oct 2014 20:30:45 +0000 Subject: [issue22649] Use _PyUnicodeWriter in case_operation() Message-ID: <1413405045.21.0.992047718976.issue22649@psf.upfronthosting.co.za> New submission from STINNER Victor: The case_operation() in Objects/unicodeobject.c is used for case operations: lower, upper, casefold, etc. Currently, the function uses a buffer of Py_UCS4 and overallocate the buffer by 300%. The function uses the worst case: one character replaced with 3 characters. I propose the use the _PyUnicodeWriter API to be able to optimize the most common case: each character is replaced by only one another character, and the output string uses the same unicode kind (UCS1, UCS2 or UCS4). The patch preallocates the writer using the kind of the input string, but in some cases, the result uses a lower kind (ex: latin1 => ASCII). "Special" characters taking the slow path from unit tests: - test_capitalize: '?nnish' => 'FInnish' (ascii) - test_casefold: '?' => 'ss', '?' => 'fi' - test_swapcase: '?' => 'FI', '?' => 'SS' - test_title: '?NNISH' => 'Finnish' - test_upper: '?' => 'FI', '?' => 'SS' The writer only uses overallocation if a replaced character uses more than one character. Bad cases where the length changes: - test_capitalize: '????' => '?????', 'h?' => 'Hi?', '??' => '???i?', '?nnish' => 'FInnish' - test_casefold: '?' => 'ss', '?' => 'fi' - test_lower: '?' => 'i?' - test_swapcase: '?' => 'FI', '?' => 'i?', '?' => 'SS', '?' => '???' - test_title: '?NNISH' => 'Finnish' - test_upper: '?' => 'FI', '?' => 'SS', '?', '???' ---------- files: case_writer.patch keywords: patch messages: 229497 nosy: haypo priority: normal severity: normal status: open title: Use _PyUnicodeWriter in case_operation() type: performance versions: Python 3.5 Added file: http://bugs.python.org/file36942/case_writer.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 22:42:02 2014 From: report at bugs.python.org (Pierre Boulanger) Date: Wed, 15 Oct 2014 20:42:02 +0000 Subject: [issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1 In-Reply-To: <1413402308.59.0.884804309845.issue22648@psf.upfronthosting.co.za> Message-ID: <1413405722.8.0.685266907969.issue22648@psf.upfronthosting.co.za> Pierre Boulanger added the comment: the error occurs when the installer create shortcuts after removed files of old python version. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 22:48:15 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 15 Oct 2014 20:48:15 +0000 Subject: [issue22649] Use _PyUnicodeWriter in case_operation() In-Reply-To: <1413405045.21.0.992047718976.issue22649@psf.upfronthosting.co.za> Message-ID: <1413406095.02.0.0578810735098.issue22649@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Add tests for '?' or '?' (upper maps UCS1 to UCS2), '?' or like (upper maps UCS2 to 3 UCS2), '?' or '?' (upper maps UCS2 to 3 ASCII), '?' (only one character for which lower doesn't map to 1 character), '?' (lower maps UCS2 to UCS1), any of Deseret or Warang Citi characters (UCS4). ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 22:49:08 2014 From: report at bugs.python.org (Steve Dower) Date: Wed, 15 Oct 2014 20:49:08 +0000 Subject: [issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1 In-Reply-To: <1413402308.59.0.884804309845.issue22648@psf.upfronthosting.co.za> Message-ID: <1413406148.44.0.23005032684.issue22648@psf.upfronthosting.co.za> Steve Dower added the comment: Unless Martin knows what could be going wrong, I don't think that's too helpful. Can you run the following command from an elevated command prompt and post the log it creates: msiexec /l*vx log.txt /i (path to Python.msi) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 22:49:58 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 15 Oct 2014 20:49:58 +0000 Subject: [issue22649] Use _PyUnicodeWriter in case_operation() In-Reply-To: <1413405045.21.0.992047718976.issue22649@psf.upfronthosting.co.za> Message-ID: <1413406198.17.0.800590983336.issue22649@psf.upfronthosting.co.za> STINNER Victor added the comment: Benchmark: bench_case.py. Hum, case_writer.patch looks to be always slower: --------------------+--------------+---------------- Summary | orig | writer --------------------+--------------+---------------- lower with 'a' | 5.76 ms (*) | 5.76 ms lower with '?' | 62.9 ms (*) | 76.8 ms (+22%) lower with '?' | 75.2 ms (*) | 83.6 ms (+11%) lower with '?' | 75.3 ms (*) | 83.7 ms (+11%) lower with '?' | 66.4 ms (*) | 76 ms (+15%) upper with 'a' | 5.66 ms (*) | 5.66 ms upper with '?' | 48.3 ms (*) | 75.9 ms (+57%) upper with '?' | 50.1 ms (*) | 77.9 ms (+55%) upper with '?' | 93.7 ms (*) | 137 ms (+46%) upper with '?' | 91.9 ms (*) | 119 ms (+29%) casefold with 'a' | 5.66 ms (*) | 5.67 ms casefold with '?' | 64.5 ms (*) | 95.8 ms (+48%) casefold with '?' | 67 ms (*) | 96.1 ms (+43%) casefold with '?' | 97.1 ms (*) | 132 ms (+35%) casefold with '?' | 93.7 ms (*) | 122 ms (+30%) swapcase with 'a' | 99.7 ms (*) | 107 ms (+7%) swapcase with '?' | 99.7 ms (*) | 107 ms (+7%) swapcase with '?' | 78 ms (*) | 87.4 ms (+12%) swapcase with '?' | 143 ms (*) | 152 ms (+7%) swapcase with '?' | 140 ms (*) | 138 ms title with 'a' | 82 ms (*) | 98.2 ms (+20%) title with '?' | 81.9 ms (*) | 98.2 ms (+20%) title with '?' | 90.2 ms (*) | 115 ms (+28%) title with '?' | 93.9 ms (*) | 112 ms (+20%) title with '?' | 91.3 ms (*) | 103 ms (+13%) capitalize with 'a' | 62.3 ms (*) | 79.2 ms (+27%) capitalize with '?' | 62.1 ms (*) | 79.1 ms (+27%) capitalize with '?' | 72.9 ms (*) | 76.5 ms capitalize with '?' | 72.6 ms (*) | 90.3 ms (+24%) capitalize with '?' | 69.5 ms (*) | 80 ms (+15%) --------------------+--------------+---------------- Total | 2.24 sec (*) | 2.71 sec (+21%) --------------------+--------------+---------------- See bench.txt for the full output. ---------- Added file: http://bugs.python.org/file36943/bench_case.py _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 22:50:15 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 15 Oct 2014 20:50:15 +0000 Subject: [issue22649] Use _PyUnicodeWriter in case_operation() In-Reply-To: <1413405045.21.0.992047718976.issue22649@psf.upfronthosting.co.za> Message-ID: <1413406215.25.0.343389269832.issue22649@psf.upfronthosting.co.za> Changes by STINNER Victor : Added file: http://bugs.python.org/file36944/bench.txt _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 23:39:38 2014 From: report at bugs.python.org (Zac Greve) Date: Wed, 15 Oct 2014 21:39:38 +0000 Subject: [issue22645] Unable to install Python 3.4.2 amd64 on Windows 8.1 Update 1 In-Reply-To: <1413387856.31.0.878649422025.issue22645@psf.upfronthosting.co.za> Message-ID: <1413409178.96.0.297009614011.issue22645@psf.upfronthosting.co.za> Zac Greve added the comment: It turns out that Windows Installer failed to remove the Python 3.4.1 installer entry from the registry when I uninstalled that version previously. Deleting the entry fixed the install. Basically, Windows borked it. ---------- resolution: -> fixed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 15 23:52:25 2014 From: report at bugs.python.org (Vinay Sajip) Date: Wed, 15 Oct 2014 21:52:25 +0000 Subject: [issue22646] Set SMTPHandler's "credentials" through "logging.config.dictConfig". In-Reply-To: <1413396570.86.0.25871256892.issue22646@psf.upfronthosting.co.za> Message-ID: <1413409945.39.0.596952685258.issue22646@psf.upfronthosting.co.za> Changes by Vinay Sajip : ---------- assignee: docs at python -> vinay.sajip versions: -Python 3.2, Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 00:11:12 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Wed, 15 Oct 2014 22:11:12 +0000 Subject: [issue6171] IDLE - Class Browser selection in Ubuntu In-Reply-To: <1243903612.81.0.195499978214.issue6171@psf.upfronthosting.co.za> Message-ID: <1413411072.38.0.19394072222.issue6171@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Jason or Serge, does this issue still exist with a current release (3.4.2 or 2.7.8) with a recent tcl/tk. (The Tk version is listed on About Idle.) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 00:25:10 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Wed, 15 Oct 2014 22:25:10 +0000 Subject: [issue16233] IDLE: conceptual problems with *Class browser* In-Reply-To: <1350229949.19.0.565182759034.issue16233@psf.upfronthosting.co.za> Message-ID: <1413411910.94.0.198068397668.issue16233@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I opened #22628 for the TreeWidget line spacing issue (which also affected Path Browser. I changed to 'patch needed' because the current one in insufficient. I will take a look at the code. ---------- stage: patch review -> needs patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 00:27:08 2014 From: report at bugs.python.org (Georg Brandl) Date: Wed, 15 Oct 2014 22:27:08 +0000 Subject: [issue22650] set up and use VM for net access in the test suite Message-ID: <1413412028.88.0.410856906094.issue22650@psf.upfronthosting.co.za> New submission from Georg Brandl: Our test suite currently contacts a range of hosts for different "online" tests, including python.org hosts. This has led to sudden breakages in the past, e.g. when www.python.org changed URLs or switched to https by default. It would probably a good idea to consolidate as much as possible into accessing a new VM called something like "testsuite.python.org", where the necessary services can be kept running regardless of the necessities of actual python.org services. First step to do this is to compile a list of tests that could use the VM, and a list of services that need to be running. ---------- components: Tests messages: 229505 nosy: dstufft, ezio.melotti, georg.brandl priority: normal severity: normal status: open title: set up and use VM for net access in the test suite type: enhancement _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 00:41:10 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Wed, 15 Oct 2014 22:41:10 +0000 Subject: [issue6171] IDLE - TreeWidget draw and double-click (Ubuntu) In-Reply-To: <1243903612.81.0.195499978214.issue6171@psf.upfronthosting.co.za> Message-ID: <1413412870.35.0.615523800219.issue6171@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- title: IDLE - Class Browser selection in Ubuntu -> IDLE - TreeWidget draw and double-click (Ubuntu) _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 00:45:39 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Wed, 15 Oct 2014 22:45:39 +0000 Subject: [issue16233] IDLE: conceptual problems with *Class browser* In-Reply-To: <1350229949.19.0.565182759034.issue16233@psf.upfronthosting.co.za> Message-ID: <1413413139.4.0.505579118383.issue16233@psf.upfronthosting.co.za> Terry J. Reedy added the comment: In the Shell, Module Browser in Shell could open an Open Module box and then open both the module and browser. If one closes an editor window with an attached module browser, the module browser stays open. Double clicking re-opens an editor window. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 02:14:05 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 16 Oct 2014 00:14:05 +0000 Subject: [issue22560] Add loop-agnostic SSL implementation to asyncio In-Reply-To: <1412548102.84.0.685230620276.issue22560@psf.upfronthosting.co.za> Message-ID: <1413418445.55.0.584110688736.issue22560@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Here is an updated patch. It hooks into the Proactor event loop (tested under Windows) and also adds a fallback for older Pythons (with tests). ---------- Added file: http://bugs.python.org/file36945/sslproto3.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 02:27:30 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 16 Oct 2014 00:27:30 +0000 Subject: [issue22560] Add loop-agnostic SSL implementation to asyncio In-Reply-To: <1412548102.84.0.685230620276.issue22560@psf.upfronthosting.co.za> Message-ID: <1413419250.41.0.586719160097.issue22560@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- stage: -> patch review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 03:41:36 2014 From: report at bugs.python.org (Josh Rosenberg) Date: Thu, 16 Oct 2014 01:41:36 +0000 Subject: [issue17870] Python does not provide PyLong_FromIntMax_t() or PyLong_FromUintMax_t() function In-Reply-To: <1367269025.02.0.400879045482.issue17870@psf.upfronthosting.co.za> Message-ID: <1413423696.13.0.973813778381.issue17870@psf.upfronthosting.co.za> Changes by Josh Rosenberg : ---------- nosy: +josh.r _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 04:02:52 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 16 Oct 2014 02:02:52 +0000 Subject: [issue16233] IDLE: conceptual problems with *Class browser* In-Reply-To: <1350229949.19.0.565182759034.issue16233@psf.upfronthosting.co.za> Message-ID: <20141016020225.30284.19302@psf.io> Roundup Robot added the comment: New changeset 0f6209c3a968 by Terry Jan Reedy in branch '2.7': Issue #16233: When the module browser is not invoked in an editor window with https://hg.python.org/cpython/rev/0f6209c3a968 New changeset dd3c0ea52106 by Terry Jan Reedy in branch '3.4': Issue #16233: When the module browser is not invoked in an editor window with https://hg.python.org/cpython/rev/dd3c0ea52106 New changeset 14e62e632fbe by Terry Jan Reedy in branch 'default': Merge with 3.4 Issue#16233 https://hg.python.org/cpython/rev/14e62e632fbe ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 04:05:02 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 16 Oct 2014 02:05:02 +0000 Subject: [issue16233] IDLE: conceptual problems with *Class browser* In-Reply-To: <1350229949.19.0.565182759034.issue16233@psf.upfronthosting.co.za> Message-ID: <1413425102.51.0.398011748586.issue16233@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Opening both a file and browser from Shell works nicely. I will leave renaming from Class Browser to Module Browser to another patch someday. ---------- resolution: -> fixed stage: needs patch -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 05:12:07 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 16 Oct 2014 03:12:07 +0000 Subject: [issue22650] set up and use VM for net access in the test suite In-Reply-To: <1413412028.88.0.410856906094.issue22650@psf.upfronthosting.co.za> Message-ID: <1413429127.91.0.705168427809.issue22650@psf.upfronthosting.co.za> Changes by R. David Murray : ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 09:18:18 2014 From: report at bugs.python.org (Steve) Date: Thu, 16 Oct 2014 07:18:18 +0000 Subject: [issue11176] give more meaningful argument names in argparse documentation In-Reply-To: <1297352937.46.0.470038569364.issue11176@psf.upfronthosting.co.za> Message-ID: <1413443898.76.0.033412837006.issue11176@psf.upfronthosting.co.za> Steve added the comment: I came here to file a bug against the argparse documentation because reading through the documentation I didn't realize a good usecase for the `epilog` argument to the `ArgumentParser()` class until I started noticing that some commandline tools end with examples of usage. I found this bug and so thought it would be better to just leave a comment here instead. I glaced through the submitted patches and noticed that the pizza making example has `epilog="Remember: select a good combination to ensure maximum tastiness` ...which while good, still might not immediately convey the usefulness of the epilog parameter (just IMHO). I think, the example would be better served by something like: >>> pizza_parser = argparse.ArgumentParser( ... description='Make a pizza out of ingredients and toppings', ... epilog="""Examples: Create a Python Lovers pizza using the command:: ... ./makepizz.py spam ham eggs ... """) Of course this example would then also require passing a formatter_class argument to handle the wrapping ...but in essence the point of my comment is that the examples might be more useful if a 'real-world' usage is demonstrated. ---------- nosy: +lonetwin _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 09:57:12 2014 From: report at bugs.python.org (Nick Jacobson) Date: Thu, 16 Oct 2014 07:57:12 +0000 Subject: [issue22651] Open file in a+ mode reads from end of file in Python 3.4 Message-ID: <1413446231.99.0.734842825619.issue22651@psf.upfronthosting.co.za> New submission from Nick Jacobson: In Python 2.7.8.10 running the following gives one result: >>> with open(r"C:\myfile.txt", "a+") as f: ... f.tell() ... 0L But in Python 3.4.1.0 it gives a different result: >>> with open(r"C:\myfile.txt", "a+") as f: ... f.tell() ... 98 According to the man page for fopen, for a+ mode: "The initial file position for reading is at the beginning of the file." Source: http://linux.die.net/man/3/fopen ---------- components: IO messages: 229511 nosy: nicksjacobson priority: normal severity: normal status: open title: Open file in a+ mode reads from end of file in Python 3.4 type: behavior versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 09:57:46 2014 From: report at bugs.python.org (Nick Jacobson) Date: Thu, 16 Oct 2014 07:57:46 +0000 Subject: [issue22651] Open file in a+ mode reads from end of file in Python 3.4 In-Reply-To: <1413446231.99.0.734842825619.issue22651@psf.upfronthosting.co.za> Message-ID: <1413446266.48.0.0417983741819.issue22651@psf.upfronthosting.co.za> Nick Jacobson added the comment: Note: I'm running this in Windows 7, same result on Windows Server 2008. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 09:59:21 2014 From: report at bugs.python.org (Nick Jacobson) Date: Thu, 16 Oct 2014 07:59:21 +0000 Subject: [issue22651] Open file in a+ mode reads from end of file in Python 3.4 In-Reply-To: <1413446231.99.0.734842825619.issue22651@psf.upfronthosting.co.za> Message-ID: <1413446361.63.0.694400982718.issue22651@psf.upfronthosting.co.za> Nick Jacobson added the comment: I also should have mentioned that C:\myfile.txt in my example is 98 bytes long, so it is being read from the end instead of the beginning. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 10:03:34 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 16 Oct 2014 08:03:34 +0000 Subject: [issue22651] Python 2: Open file in a+ mode on Windows doesn't go to the end In-Reply-To: <1413446231.99.0.734842825619.issue22651@psf.upfronthosting.co.za> Message-ID: <1413446614.68.0.219502366521.issue22651@psf.upfronthosting.co.za> STINNER Victor added the comment: Python 3 documentation is explicit about the "a" mode: "open for writing, appending *to the end* of the file if it exists" https://docs.python.org/dev/library/functions.html#open Python 2 is based on the stdio.h of the C standard library which behaves differently. fopen() documentation: "Open for appending (writing *at end of file*). http://linux.die.net/man/3/fopen IMO it's a bug in the C library. It's probably yet another bug in the C standard library on Windows: http://haypo-notes.readthedocs.org/python.html#bugs-in-the-c-stdio-used-by-the-python-i-o ---------- components: +Windows nosy: +haypo, pitrou, steve.dower, tim.golden, zach.ware title: Open file in a+ mode reads from end of file in Python 3.4 -> Python 2: Open file in a+ mode on Windows doesn't go to the end _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 10:11:49 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 16 Oct 2014 08:11:49 +0000 Subject: [issue22651] Python 2: Open file in a+ mode on Windows doesn't go to the end In-Reply-To: <1413446231.99.0.734842825619.issue22651@psf.upfronthosting.co.za> Message-ID: <1413447109.67.0.114247103852.issue22651@psf.upfronthosting.co.za> STINNER Victor added the comment: Oh, fopen() behaves differently between "a" and "a+" mode on Linux: "a" goes to the end, "a+" doesn't. It looks like a bug in the C library, or a bug in the documentation? "a+ mode: Open for reading and appending (writing at end of file)" http://linux.die.net/man/3/fopen open() of Python 3 and io.open() of Python 2 and Python 3 behaves "correctly": "a" and "a+" modes go to the end. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 10:19:06 2014 From: report at bugs.python.org (Nick Jacobson) Date: Thu, 16 Oct 2014 08:19:06 +0000 Subject: [issue22651] Python 2: Open file in a+ mode on Windows doesn't go to the end In-Reply-To: <1413446231.99.0.734842825619.issue22651@psf.upfronthosting.co.za> Message-ID: <1413447546.33.0.145405662735.issue22651@psf.upfronthosting.co.za> Nick Jacobson added the comment: For writing, end of file seems correct. But for reading, the documentation says it should be the beginning of the file. "The initial file position for reading is at the beginning of the file, but output is always appended to the end of the file." http://linux.die.net/man/3/fopen ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 10:53:04 2014 From: report at bugs.python.org (eryksun) Date: Thu, 16 Oct 2014 08:53:04 +0000 Subject: [issue22651] Python 2: Open file in a+ mode on Windows doesn't go to the end In-Reply-To: <1413446231.99.0.734842825619.issue22651@psf.upfronthosting.co.za> Message-ID: <1413449584.23.0.490156606983.issue22651@psf.upfronthosting.co.za> eryksun added the comment: FYI, this is implementation defined in C89: ... unless the file is opened with append mode in which case it is **implementation-defined** whether the file position indicator is positioned at the beginning or the end of the file. http://port70.net/~nsz/c/c89/c89-draft.html#4.9.3 ---------- nosy: +eryksun _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 10:55:55 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 16 Oct 2014 08:55:55 +0000 Subject: [issue22651] Python 2: Open file in a+ mode on Windows doesn't go to the end In-Reply-To: <1413446231.99.0.734842825619.issue22651@psf.upfronthosting.co.za> Message-ID: <1413449755.52.0.171002053762.issue22651@psf.upfronthosting.co.za> Georg Brandl added the comment: This is a somewhat unfortunate difference between the major C libs and Python's new IO, but probably too late to change. What's left to do is to document the behavior properly. ---------- assignee: -> docs at python components: +Documentation -IO, Windows nosy: +docs at python, georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 11:29:22 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 16 Oct 2014 09:29:22 +0000 Subject: [issue22651] Python 2: Open file in a+ mode on Windows doesn't go to the end In-Reply-To: <1413446231.99.0.734842825619.issue22651@psf.upfronthosting.co.za> Message-ID: <1413451762.78.0.437531284517.issue22651@psf.upfronthosting.co.za> STINNER Victor added the comment: > This is a somewhat unfortunate difference between the major C libs and Python's new IO, but probably too late to change. Well, it's easy to workaround it: just all file.seek(0, 2) after open() to always to the end ;-) (or file.seek(0) to always go the beginning). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 11:33:47 2014 From: report at bugs.python.org (Berker Peksag) Date: Thu, 16 Oct 2014 09:33:47 +0000 Subject: [issue22645] Unable to install Python 3.4.2 amd64 on Windows 8.1 Update 1 In-Reply-To: <1413387856.31.0.878649422025.issue22645@psf.upfronthosting.co.za> Message-ID: <1413452027.41.0.73203840996.issue22645@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- stage: -> resolved _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 12:16:54 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 16 Oct 2014 10:16:54 +0000 Subject: [issue22636] avoid using a shell in ctypes.util: replace os.popen with subprocess In-Reply-To: <1413325975.89.0.175884398711.issue22636@psf.upfronthosting.co.za> Message-ID: <1413454614.52.0.959584041085.issue22636@psf.upfronthosting.co.za> STINNER Victor added the comment: Updated patch which address also BSD and Solaris systems. I also changed the behaviour when a required command is missing: return None instead of raising an OSError. In the current code, when a command is missing, the shell scripts return the exit code 10. The Python codes checks for the exit code 10, but in fact os.popen() returns a status, not directly the exit code. So the OSError was never raised. I don't know if it's better to return None instead of raising an error? It changes the behaviour, can it break backward compatibility? ---------- Added file: http://bugs.python.org/file36946/ctypes_util_popen-2.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 12:33:37 2014 From: report at bugs.python.org (Ram Rachum) Date: Thu, 16 Oct 2014 10:33:37 +0000 Subject: [issue22652] Add suggestion about keyword arguments to this error message: "builtins.TypeError: my_func() takes 1 positional argument but 2 were given" Message-ID: <1413455617.21.0.000325400143663.issue22652@psf.upfronthosting.co.za> New submission from Ram Rachum: When programming, I just got this exception: builtins.TypeError: my_func() takes 1 positional argument but 2 were given After a couple of minutes of investigation I figured out that the problem is that the function has a `*` in its signature, so arguments must be specified as keyword arguments, not positional arguments. It would be nice if the exception message would include some text to suggest that, like: builtins.TypeError: my_func() takes 1 positional argument but 2 were given. If you were trying to use the keyword-only argument foo, please specify it as foo=value. It's a little verbose and specific, but maybe it'll help people figure out this problem, especially newbies. We can have logic to show this message only if there are keyword-only arguments. ---------- components: Interpreter Core messages: 229521 nosy: cool-RR priority: normal severity: normal status: open title: Add suggestion about keyword arguments to this error message: "builtins.TypeError: my_func() takes 1 positional argument but 2 were given" versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 12:34:37 2014 From: report at bugs.python.org (Ram Rachum) Date: Thu, 16 Oct 2014 10:34:37 +0000 Subject: [issue22652] Add suggestion about keyword arguments to this error message: "builtins.TypeError: my_func() takes 1 positional argument but 2 were given" In-Reply-To: <1413455617.21.0.000325400143663.issue22652@psf.upfronthosting.co.za> Message-ID: <1413455677.5.0.0767219022481.issue22652@psf.upfronthosting.co.za> Ram Rachum added the comment: (I should note that I see this suggestion as low-priority, because it's very specific, so I'll completely understand if it's deemed to not be worth the added complexity.) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 12:37:39 2014 From: report at bugs.python.org (Berker Peksag) Date: Thu, 16 Oct 2014 10:37:39 +0000 Subject: [issue22650] set up and use VM for net access in the test suite In-Reply-To: <1413412028.88.0.410856906094.issue22650@psf.upfronthosting.co.za> Message-ID: <1413455859.93.0.00348532343957.issue22650@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- nosy: +berker.peksag _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 13:41:55 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 16 Oct 2014 11:41:55 +0000 Subject: [issue22636] avoid using a shell in ctypes.util: replace os.popen with subprocess In-Reply-To: <1413325975.89.0.175884398711.issue22636@psf.upfronthosting.co.za> Message-ID: <1413459715.97.0.0398983642128.issue22636@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +koobs _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 14:09:28 2014 From: report at bugs.python.org (Matthew Barnett) Date: Thu, 16 Oct 2014 12:09:28 +0000 Subject: [issue22645] Unable to install Python 3.4.2 amd64 on Windows 8.1 Update 1 In-Reply-To: <1413387856.31.0.878649422025.issue22645@psf.upfronthosting.co.za> Message-ID: <1413461368.88.0.435810953176.issue22645@psf.upfronthosting.co.za> Matthew Barnett added the comment: I've just come across the same problem. I uninstalled Python 3.4.1 amd64. There were other things installed in that version, so some stuff remained. I then tried to install Python 3.4.2 amd64, but it failed (same problem as Zac). I ran the Python 3.4.1 amd64 installer to repair it and then the Python 3.4.2 amd64 installer again. It worked. This is on Windows 8.1 Update 1, 64-bit. ---------- nosy: +mrabarnett _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 14:21:14 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 16 Oct 2014 12:21:14 +0000 Subject: [issue22653] Crash in insertdict Message-ID: <1413462074.66.0.621604261793.issue22653@psf.upfronthosting.co.za> New submission from Antoine Pitrou: I got a weird crash in an interpreter session. Here is what I did: $ ./python Python 3.5.0a0 (default:fd658692db3a+, Oct 15 2014, 23:13:43) [GCC 4.8.1] on linux Type "help", "copyright", "credits" or "license" for more information. >>> f = open('toto', 'ab') >>> f.write(b'bb') 2 >>> f.flush() >>> >>> f = open('toto', 'ab') __main__:1: ResourceWarning: unclosed file <_io.BufferedWriter name='toto'> python: Objects/dictobject.c:855: insertdict: Assertion `ep->me_key != ((void *)0) && ep->me_key != (&_dummy_struct)' failed. Abandon (core dumped) Here are the inner frames of the traceback: (gdb) bt #0 0x00007f27e691df77 in __GI_raise (sig=sig at entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 #1 0x00007f27e69215e8 in __GI_abort () at abort.c:90 #2 0x00007f27e6916d43 in __assert_fail_base (fmt=0x7f27e6a6df58 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion at entry=0x6878d0 "ep->me_key != ((void *)0) && ep->me_key != (&_dummy_struct)", file=file at entry=0x6874f2 "Objects/dictobject.c", line=line at entry=855, function=function at entry=0x6880a0 <__PRETTY_FUNCTION__.10152> "insertdict") at assert.c:92 #3 0x00007f27e6916df2 in __GI___assert_fail (assertion=0x6878d0 "ep->me_key != ((void *)0) && ep->me_key != (&_dummy_struct)", file=0x6874f2 "Objects/dictobject.c", line=855, function=0x6880a0 <__PRETTY_FUNCTION__.10152> "insertdict") at assert.c:101 #4 0x00000000004b65d0 in insertdict (mp=0x7f27e76f9838, key='f', hash=-9123380860235530973, value=<_io.BufferedWriter at remote 0x7f27e766e758>) at Objects/dictobject.c:855 #5 0x00000000004b752a in PyDict_SetItem ( op={'f': <_io.BufferedWriter at remote 0x7f27e766e758>, '__builtins__': , '__spec__': None, '__warningregistry__': {'version': 0}, '__doc__': None, 'rlcompleter': , '__name__': '__main__', '__cached__': None, '__package__': None, '__loader__': , 'readline': }, key='f', value=<_io.BufferedWriter at remote 0x7f27e766e758>) at Objects/dictobject.c:1245 #6 0x00000000005a9f7c in PyEval_EvalFrameEx (f=Frame 0x7f27e7704d78, for file , line 1, in (), throwflag=0) at Python/ceval.c:2065 Here are the hash initialization values: (gdb) p _Py_HashSecret $1 = {uc = "\260\306\vA\a\342\274\337\341\026\003\bbq\366\f\"\032E\232jb%\023", fnv = {prefix = -2324734786846079312, suffix = 934058638581110497}, siphash = {k0 = 16122009286863472304, k1 = 934058638581110497}, djbx33a = {padding = "\260\306\vA\a\342\274\337\341\026\003\bbq\366\f", suffix = 1379617070853200418}, expat = {padding = "\260\306\vA\a\342\274\337\341\026\003\bbq\366\f", hashsalt = 1379617070853200418}} (gdb) p PyHash_Func $2 = {hash = 0x5ee557 , name = 0x6b2020 "siphash24", hash_bits = 64, seed_bits = 128} The crash seems difficult to reproduce simply by typing the lines above. Perhaps by forcing the hash initialization values as above. ---------- components: Interpreter Core messages: 229524 nosy: Mark.Shannon, pitrou priority: normal severity: normal status: open title: Crash in insertdict type: crash versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 14:21:35 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Thu, 16 Oct 2014 12:21:35 +0000 Subject: [issue22649] Use _PyUnicodeWriter in case_operation() In-Reply-To: <1413405045.21.0.992047718976.issue22649@psf.upfronthosting.co.za> Message-ID: <1413462095.09.0.419034738524.issue22649@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 14:21:51 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Thu, 16 Oct 2014 12:21:51 +0000 Subject: [issue22650] set up and use VM for net access in the test suite In-Reply-To: <1413412028.88.0.410856906094.issue22650@psf.upfronthosting.co.za> Message-ID: <1413462111.22.0.836757868294.issue22650@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 14:23:30 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Thu, 16 Oct 2014 12:23:30 +0000 Subject: [issue22653] Crash in insertdict In-Reply-To: <1413462074.66.0.621604261793.issue22653@psf.upfronthosting.co.za> Message-ID: <1413462210.13.0.0964658481386.issue22653@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 14:29:27 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 16 Oct 2014 12:29:27 +0000 Subject: [issue22653] Crash in insertdict In-Reply-To: <1413462074.66.0.621604261793.issue22653@psf.upfronthosting.co.za> Message-ID: <1413462567.49.0.0329511444821.issue22653@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 14:31:22 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 16 Oct 2014 12:31:22 +0000 Subject: [issue22653] Crash in insertdict In-Reply-To: <1413462074.66.0.621604261793.issue22653@psf.upfronthosting.co.za> Message-ID: <1413462682.86.0.815582668196.issue22653@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Ok, here is how to reproduce deterministically: 1) apply randomsecret.patch to hardcode the siphash initialization values 2) run "cat dictcrash.py | ./python -i": Python 3.5.0a0 (default:030fda7b1de8+, Oct 16 2014, 14:27:32) [GCC 4.8.1] on linux Type "help", "copyright", "credits" or "license" for more information. >>> >>> >>> >>> __main__:1: ResourceWarning: unclosed file <_io.BufferedWriter name='x'> python: Objects/dictobject.c:855: insertdict: Assertion `ep->me_key != ((void *)0) && ep->me_key != (&_dummy_struct)' failed. Abandon ---------- keywords: +patch Added file: http://bugs.python.org/file36947/randomsecret.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 14:31:34 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 16 Oct 2014 12:31:34 +0000 Subject: [issue22653] Crash in insertdict In-Reply-To: <1413462074.66.0.621604261793.issue22653@psf.upfronthosting.co.za> Message-ID: <1413462694.5.0.85983037204.issue22653@psf.upfronthosting.co.za> Changes by Antoine Pitrou : Added file: http://bugs.python.org/file36948/dictcrash.py _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 14:33:22 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 16 Oct 2014 12:33:22 +0000 Subject: [issue22653] Crash in insertdict In-Reply-To: <1413462074.66.0.621604261793.issue22653@psf.upfronthosting.co.za> Message-ID: <1413462802.66.0.566920354503.issue22653@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- priority: normal -> high versions: +Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 14:38:41 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Thu, 16 Oct 2014 12:38:41 +0000 Subject: [issue22651] Python 2: Open file in a+ mode doesn't go to the end In-Reply-To: <1413446231.99.0.734842825619.issue22651@psf.upfronthosting.co.za> Message-ID: <1413463121.55.0.213512472828.issue22651@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever title: Python 2: Open file in a+ mode on Windows doesn't go to the end -> Python 2: Open file in a+ mode doesn't go to the end versions: +Python 2.7 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 14:45:38 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 16 Oct 2014 12:45:38 +0000 Subject: [issue22653] Crash in insertdict In-Reply-To: <1413462074.66.0.621604261793.issue22653@psf.upfronthosting.co.za> Message-ID: <1413463538.01.0.244418169898.issue22653@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Looking down into the insertdict frame: (gdb) p key $14 = 'f' (gdb) p old_value $15 = (gdb) p *ep $16 = {me_hash = -3761688987579986997, me_key = 0x0, me_value = 0x0} So this seems to have hit the following line in insertdict(): if (old_value != NULL) { assert(ep->me_key != NULL && ep->me_key != dummy); *value_addr = value; ---> Py_DECREF(old_value); /* which **CAN** re-enter */ } And it *has* reentered because the ResourceWarning inserted the __warningregistry__ attribute into the __main__ dict. Note the reentrancy looks safe: the dict should be in a stable state at this point (?). But the assert at the end of insertdict assumes the dict hasn't mutated... Why? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 14:53:09 2014 From: report at bugs.python.org (=?utf-8?b?0JLQsNGB0LjQu9C40Lkg0JzQsNC60LDRgNC+0LI=?=) Date: Thu, 16 Oct 2014 12:53:09 +0000 Subject: [issue15204] Deprecate the 'U' open mode In-Reply-To: <1340792991.22.0.497199331706.issue15204@psf.upfronthosting.co.za> Message-ID: <1413463989.47.0.564011689579.issue15204@psf.upfronthosting.co.za> ??????? ??????? added the comment: open() documentation is probably broken a little now. Here is what one can see at the end of open() description: "... Deprecated since version 3.4, will be removed in version 4.0. The 'U' mode." Reader may assume open() function is what will be removed. Which is frightening :) ---------- nosy: +???????.??????? _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 15:27:28 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 16 Oct 2014 13:27:28 +0000 Subject: [issue22653] Crash in insertdict In-Reply-To: <1413462074.66.0.621604261793.issue22653@psf.upfronthosting.co.za> Message-ID: <1413466048.74.0.0162742136515.issue22653@psf.upfronthosting.co.za> Antoine Pitrou added the comment: So after moving away that specific assert, there doesn't seem to be any problem (I ran the whole test suite in the same interpreter). If it's really a case of the assert being too strict, then the issue isn't very severe, as most people would you a non-debug build. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 15:43:09 2014 From: report at bugs.python.org (Mark Shannon) Date: Thu, 16 Oct 2014 13:43:09 +0000 Subject: [issue22653] Crash in insertdict In-Reply-To: <1413462074.66.0.621604261793.issue22653@psf.upfronthosting.co.za> Message-ID: <1413466989.19.0.905526322448.issue22653@psf.upfronthosting.co.za> Mark Shannon added the comment: The assertion on line 855 is a duplicate of the assertion on line 821, which is just before the reentrant DECREF. The assertion on line 821 appears to be correct. I don't know why the assertion is at the end of the function rather than earlier, but hg blame says its my code :( I'll put a patch together this weekend, once I've had time to reproduce the failure. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 15:52:39 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 16 Oct 2014 13:52:39 +0000 Subject: [issue22653] Crash in insertdict in debug mode In-Reply-To: <1413462074.66.0.621604261793.issue22653@psf.upfronthosting.co.za> Message-ID: <1413467559.4.0.927680243205.issue22653@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Here is a patch, with a test that fails deterministically without the fix. ---------- priority: high -> normal stage: -> patch review title: Crash in insertdict -> Crash in insertdict in debug mode Added file: http://bugs.python.org/file36949/insertdict.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 15:58:44 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 16 Oct 2014 13:58:44 +0000 Subject: [issue22653] Crash in insertdict In-Reply-To: <1413466989.19.0.905526322448.issue22653@psf.upfronthosting.co.za> Message-ID: <543FCF10.307@free.fr> Antoine Pitrou added the comment: Le 16/10/2014 15:43, Mark Shannon a ?crit : > > I'll put a patch together this weekend, once I've had time to reproduce the failure. Sorry, I was already writing mine when you said that :-) ---------- title: Crash in insertdict in debug mode -> Crash in insertdict _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 16:09:04 2014 From: report at bugs.python.org (Saimadhav Heblikar) Date: Thu, 16 Oct 2014 14:09:04 +0000 Subject: [issue22628] Idle: Tree lines are spaced too close together. In-Reply-To: <1413256178.66.0.725794954703.issue22628@psf.upfronthosting.co.za> Message-ID: <1413468544.97.0.308857712065.issue22628@psf.upfronthosting.co.za> Saimadhav Heblikar added the comment: It does not change anything else other than the intended, so looks OK on linux. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 16:32:30 2014 From: report at bugs.python.org (Benjamin Peterson) Date: Thu, 16 Oct 2014 14:32:30 +0000 Subject: [issue22652] Add suggestion about keyword arguments to this error message: "builtins.TypeError: my_func() takes 1 positional argument but 2 were given" In-Reply-To: <1413455617.21.0.000325400143663.issue22652@psf.upfronthosting.co.za> Message-ID: <1413469950.19.0.779666081586.issue22652@psf.upfronthosting.co.za> Changes by Benjamin Peterson : ---------- priority: normal -> low _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 17:20:45 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 16 Oct 2014 15:20:45 +0000 Subject: [issue17870] Python does not provide PyLong_FromIntMax_t() or PyLong_FromUintMax_t() function In-Reply-To: <1367269025.02.0.400879045482.issue17870@psf.upfronthosting.co.za> Message-ID: <1413472845.78.0.0549276283372.issue17870@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Victor, have you seen https://code.google.com/p/msinttypes/ ? ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 17:20:53 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 16 Oct 2014 15:20:53 +0000 Subject: [issue17870] Python does not provide PyLong_FromIntMax_t() or PyLong_FromUintMax_t() function In-Reply-To: <1367269025.02.0.400879045482.issue17870@psf.upfronthosting.co.za> Message-ID: <1413472853.14.0.341014165987.issue17870@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- stage: needs patch -> patch review versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 17:55:24 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 16 Oct 2014 15:55:24 +0000 Subject: [issue22649] Use _PyUnicodeWriter in case_operation() In-Reply-To: <1413405045.21.0.992047718976.issue22649@psf.upfronthosting.co.za> Message-ID: <1413474924.21.0.00756753165094.issue22649@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Looks like it's cheaper to overallocate than add checks for overflow at each loop iteration. ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 17:57:43 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 16 Oct 2014 15:57:43 +0000 Subject: [issue17870] Python does not provide PyLong_FromIntMax_t() or PyLong_FromUintMax_t() function In-Reply-To: <1367269025.02.0.400879045482.issue17870@psf.upfronthosting.co.za> Message-ID: <1413475063.97.0.294986638451.issue17870@psf.upfronthosting.co.za> STINNER Victor added the comment: > Victor, have you seen https://code.google.com/p/msinttypes/ ? Not yet. See also AX_CREATE_STDINT_H: http://bugs.python.org/issue17884#msg188518 http://bugs.python.org/issue17884#msg188527 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 18:20:07 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 16 Oct 2014 16:20:07 +0000 Subject: [issue22649] Use _PyUnicodeWriter in case_operation() In-Reply-To: <1413405045.21.0.992047718976.issue22649@psf.upfronthosting.co.za> Message-ID: <1413476407.84.0.838286816097.issue22649@psf.upfronthosting.co.za> STINNER Victor added the comment: > Looks like it's cheaper to overallocate than add checks for overflow at each loop iteration. I expected that the temporary Py_UCS4 buffer and the conversion to a Unicode object (Py_UCS1, Py_UCS2 or Py_UCS4) would be more expensive than _PyUnicodeWriter. It looks like it's slower. I tried to optimize the code but I didn't see how to make it really faster than the current code. -- Currently, the code uses: for (j = 0; j < n_res; j++) { *maxchar = Py_MAX(*maxchar, mapped[j]); res[k++] = mapped[j]; } where res is a Py_UCS4* string, and mapped an array of 3 Py_UCS4. I replaced it with a call to case_operation_write() which calls _PyUnicodeWriter_WriteCharInline(). _PyUnicodeWriter_WriteCharInline() is maybe more expensive than "res[k++] = mapped[j];". ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 18:56:31 2014 From: report at bugs.python.org (Tom Tanner) Date: Thu, 16 Oct 2014 16:56:31 +0000 Subject: [issue21718] sqlite3 cursor.description seems to rely on incomplete statement parsing for detection In-Reply-To: <1402492269.75.0.610341668437.issue21718@psf.upfronthosting.co.za> Message-ID: <1413478591.23.0.365729630467.issue21718@psf.upfronthosting.co.za> Tom Tanner added the comment: this patch fixes the bug. It parses the with WITH statement. ---------- keywords: +patch nosy: +tanner Added file: http://bugs.python.org/file36950/with.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 18:58:43 2014 From: report at bugs.python.org (Spencer Judge) Date: Thu, 16 Oct 2014 16:58:43 +0000 Subject: [issue19643] shutil rmtree fails on readonly files in Windows In-Reply-To: <1384776671.66.0.696428447361.issue19643@psf.upfronthosting.co.za> Message-ID: <1413478723.65.0.474391517807.issue19643@psf.upfronthosting.co.za> Spencer Judge added the comment: Although this is closed, I stumbled across it while looking to see if this behavior had changed at all recently, and I have a suggestion I think might work. How about we take Tim's example error function which was added to the docs, and it's bound to something like shutil.REMOVE_WINDOWS_READONLY, so it can be used in the following way (probably with a better name): shutil.rmtree("C:/readonlyfilesinhere", onerror=shutil.REMOVE_WINDOWS_READONLY) Good idea? Too weird? ---------- nosy: +sushisource _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 19:04:34 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Thu, 16 Oct 2014 17:04:34 +0000 Subject: [issue22653] Crash in insertdict In-Reply-To: <1413462074.66.0.621604261793.issue22653@psf.upfronthosting.co.za> Message-ID: <1413479074.0.0.622341963226.issue22653@psf.upfronthosting.co.za> Arfrever Frehtes Taifersar Arahesis added the comment: Crash when running test_reentrant_insertion is reproducible also in 3.3 branch, but not in 3.2 branch. insertdict.patch applies and works in 3.3 branch. ---------- versions: +Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 19:05:46 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 16 Oct 2014 17:05:46 +0000 Subject: [issue22653] Crash in insertdict In-Reply-To: <1413462074.66.0.621604261793.issue22653@psf.upfronthosting.co.za> Message-ID: <1413479146.18.0.863557296909.issue22653@psf.upfronthosting.co.za> Antoine Pitrou added the comment: But 3.3 only receives security fixes, and this is not a security issue. It's up to Georg whether we really wants to backport the fix. ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 19:33:55 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 16 Oct 2014 17:33:55 +0000 Subject: [issue19643] shutil rmtree fails on readonly files in Windows In-Reply-To: <1384776671.66.0.696428447361.issue19643@psf.upfronthosting.co.za> Message-ID: <1413480835.52.0.973802731273.issue19643@psf.upfronthosting.co.za> R. David Murray added the comment: I think it is an interesting idea. Probably worth opening a new enhancement request with the suggestion. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 19:37:23 2014 From: report at bugs.python.org (Paul Moore) Date: Thu, 16 Oct 2014 17:37:23 +0000 Subject: [issue19643] shutil rmtree fails on readonly files in Windows In-Reply-To: <1384776671.66.0.696428447361.issue19643@psf.upfronthosting.co.za> Message-ID: <1413481043.95.0.452581110164.issue19643@psf.upfronthosting.co.za> Paul Moore added the comment: Not a bad idea. I would want the implementation to remain in the documentation as well, as code that wants to be portable back to earlier versions of Python will need it. But for code that targets Python 3.5+ only, having it available "out of the box" is a nice addition. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 20:06:46 2014 From: report at bugs.python.org (William Schwartz) Date: Thu, 16 Oct 2014 18:06:46 +0000 Subject: [issue21112] 3.4 regression: unittest.expectedFailure no longer works on TestCase subclasses In-Reply-To: <1396275626.74.0.920741880392.issue21112@psf.upfronthosting.co.za> Message-ID: <1413482806.62.0.107430712399.issue21112@psf.upfronthosting.co.za> William Schwartz added the comment: 3.4.2 has been released, it seems, without this getting fixed. 3.4.3 then? Are we still happy with the patch? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 20:11:39 2014 From: report at bugs.python.org (Ram Rachum) Date: Thu, 16 Oct 2014 18:11:39 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> Message-ID: <1413483099.22.0.949644851363.issue22570@psf.upfronthosting.co.za> Ram Rachum added the comment: I agree with Brett. Making old functions support `Path` sounds trivial to me, and I don't think there are any backward compatibility issues. Having to do str(path) every time you call a function is ugly. So I think that all stdlib functions that currently take a string path should be able to take a `Path` object. I'll add to that the functions in the `zipfile` module. ---------- nosy: +cool-RR _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 20:20:53 2014 From: report at bugs.python.org (Berker Peksag) Date: Thu, 16 Oct 2014 18:20:53 +0000 Subject: [issue21112] 3.4 regression: unittest.expectedFailure no longer works on TestCase subclasses In-Reply-To: <1396275626.74.0.920741880392.issue21112@psf.upfronthosting.co.za> Message-ID: <1413483653.07.0.805826721076.issue21112@psf.upfronthosting.co.za> Berker Peksag added the comment: > 3.4.3 then? Are we still happy with the patch? Please see msg218727. The patch is not ready yet. ---------- nosy: +rbcollins _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 20:42:47 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 16 Oct 2014 18:42:47 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> Message-ID: <1413484967.18.0.91765964468.issue22570@psf.upfronthosting.co.za> Georg Brandl added the comment: `path = str(path)` is minimal, but has the side effect of accepting almost any object, which is definitely not what you'd like ("where did that file named '' come from?!") ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 20:44:44 2014 From: report at bugs.python.org (Ram Rachum) Date: Thu, 16 Oct 2014 18:44:44 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> Message-ID: <1413485084.49.0.192928964543.issue22570@psf.upfronthosting.co.za> Ram Rachum added the comment: Fine, so you add an `if isinstance...` in front of it and you're done. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 20:53:16 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 16 Oct 2014 18:53:16 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> Message-ID: <1413485596.97.0.849121476058.issue22570@psf.upfronthosting.co.za> Georg Brandl added the comment: > Making old functions support `Path` sounds trivial to me We're looking forward to trivial patches that enable Path handling consistently throughout the stdlib. > Fine, so you add an `if isinstance...` in front of it and you're done. Easier said than done in C modules. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 20:54:57 2014 From: report at bugs.python.org (Ram Rachum) Date: Thu, 16 Oct 2014 18:54:57 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> Message-ID: <1413485697.74.0.81027916091.issue22570@psf.upfronthosting.co.za> Ram Rachum added the comment: Georg: You're right, I forgot about C modules which make this not as trivial as I thought. As for Python modules: If there's general agreement that this is a feature we want, I'll be happy to make a patch for the `zipfile` module to accept `Path` arguments. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 21:14:13 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 16 Oct 2014 19:14:13 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> Message-ID: <1413486853.49.0.0819544253407.issue22570@psf.upfronthosting.co.za> R. David Murray added the comment: Well, if you use an isinstance check you privilege the stdlib Path over any other pathlike implementation. Since it *is* in the stdlib, this isn't an automatic reason for rejection, but it does have a bit of a code smell to it. Why should everything that deals with path strings have to have intimate knowledge of Path objects? I originally wrote here "Maybe we need a __path__ magic method" as a half-joke, but rereading the issue I see that this has in fact been proposed seriously, and referenced by Antoine (the pathlib author). I'm -1 on just sprinkling support for Path throughout the stdlib. Do it in a universally applicable fashion or don't do it at all, IMO. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 22:20:25 2014 From: report at bugs.python.org (mike bayer) Date: Thu, 16 Oct 2014 20:20:25 +0000 Subject: [issue14847] AttributeError: NoneType has no attribute 'utf_8_decode' In-Reply-To: <1337311331.2.0.610588604888.issue14847@psf.upfronthosting.co.za> Message-ID: <1413490825.18.0.510141136765.issue14847@psf.upfronthosting.co.za> Changes by mike bayer : ---------- nosy: +zzzeek _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 22:28:47 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Thu, 16 Oct 2014 20:28:47 +0000 Subject: [issue22643] Integer overflow in case_operation In-Reply-To: <1413384630.17.0.213972312804.issue22643@psf.upfronthosting.co.za> Message-ID: <1413491327.78.0.606989364141.issue22643@psf.upfronthosting.co.za> Arfrever Frehtes Taifersar Arahesis added the comment: Summary of commits: 3.3: 449b1f427cc7 6a91e616485a f963cc1f96cf cda907a02a80 b4a6be12a4bc 3.4: 570e70252d5d a6d0b1275d4b 2a25076c50ad 33290d0dd946 2f90ea9e60ef 3.5: c2980ec10a4c d0f8f242531b 8195d48a5c43 ffabb674140c 030fda7b1de8 ---------- nosy: +Arfrever versions: +Python 3.3, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 22:34:46 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 16 Oct 2014 20:34:46 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> Message-ID: <1413491686.35.0.890900982406.issue22570@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > I'm -1 on just sprinkling support for Path throughout the stdlib. > Do it in a universally applicable fashion or don't do it at all, IMO. How about doing it per module? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 23:09:55 2014 From: report at bugs.python.org (Billy) Date: Thu, 16 Oct 2014 21:09:55 +0000 Subject: [issue22654] issue with PYTHON_FOR_BUILD Message-ID: <1413493795.91.0.752363282337.issue22654@psf.upfronthosting.co.za> New submission from Billy: Hi all, I've been cross-compiling Python3.4.1, but I have a issue than is following: _PYTHON_PROJECT_BASE=/home/aphillips/work/leo368-20141008/fs/apps/python-3.4.1/arm _PYTHON_HOST_PLATFORM=linux-arm PYTHONPATH=../src/Lib:../src/Lib/plat-linux -S -m sysconfig --generate-posix-vars ; \ if test $? -ne 0 ; then \ echo "generate-posix-vars failed" ; \ rm -f ./pybuilddir.txt ; \ exit 1 ; \ fi /bin/sh: -S: command not found generate-posix-vars failed make[1]: *** [pybuilddir.txt] Error 1 If who knows about that, could you help me. Best regards. ---------- components: Cross-Build messages: 229553 nosy: bill9889 priority: normal severity: normal status: open title: issue with PYTHON_FOR_BUILD type: compile error versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 23:12:03 2014 From: report at bugs.python.org (Ned Deily) Date: Thu, 16 Oct 2014 21:12:03 +0000 Subject: [issue22654] issue with PYTHON_FOR_BUILD In-Reply-To: <1413493795.91.0.752363282337.issue22654@psf.upfronthosting.co.za> Message-ID: <1413493923.29.0.446501781626.issue22654@psf.upfronthosting.co.za> Changes by Ned Deily : ---------- nosy: +doko _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 23:14:25 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Thu, 16 Oct 2014 21:14:25 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> Message-ID: <1413494065.58.0.791934801312.issue22570@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 23:18:56 2014 From: report at bugs.python.org (Berker Peksag) Date: Thu, 16 Oct 2014 21:18:56 +0000 Subject: [issue22596] support.transient_internet() doesn't catch connection refused errors In-Reply-To: <1412935330.96.0.286342461477.issue22596@psf.upfronthosting.co.za> Message-ID: <1413494336.43.0.244495185426.issue22596@psf.upfronthosting.co.za> Changes by Berker Peksag : Added file: http://bugs.python.org/file36951/issue22596_v2.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 23:21:41 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Thu, 16 Oct 2014 21:21:41 +0000 Subject: [issue22654] issue with PYTHON_FOR_BUILD In-Reply-To: <1413493795.91.0.752363282337.issue22654@psf.upfronthosting.co.za> Message-ID: <1413494501.41.0.775897861423.issue22654@psf.upfronthosting.co.za> Arfrever Frehtes Taifersar Arahesis added the comment: You should have gotten error by: AC_MSG_ERROR([python$PACKAGE_VERSION interpreter not found]) Have you applied any changes in Python (e.g. in configure.ac)? ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 23:28:11 2014 From: report at bugs.python.org (Billy) Date: Thu, 16 Oct 2014 21:28:11 +0000 Subject: [issue22654] issue with PYTHON_FOR_BUILD In-Reply-To: <1413493795.91.0.752363282337.issue22654@psf.upfronthosting.co.za> Message-ID: <1413494891.12.0.807818463356.issue22654@psf.upfronthosting.co.za> Billy added the comment: Yes, I applied a patch in the configure for than it can make the configuration. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 23:29:33 2014 From: report at bugs.python.org (Ned Deily) Date: Thu, 16 Oct 2014 21:29:33 +0000 Subject: [issue22654] issue with PYTHON_FOR_BUILD In-Reply-To: <1413493795.91.0.752363282337.issue22654@psf.upfronthosting.co.za> Message-ID: <1413494973.06.0.90907903693.issue22654@psf.upfronthosting.co.za> Ned Deily added the comment: And to see that message you need to rerun ./configure before running make. Have you just updated to Python 3.4.2? There were some changes in this area that might have inadvertently affected cross-compiles (in particular, Issue21166). ---------- nosy: +ned.deily _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 23:30:16 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Thu, 16 Oct 2014 21:30:16 +0000 Subject: [issue22654] issue with PYTHON_FOR_BUILD In-Reply-To: <1413493795.91.0.752363282337.issue22654@psf.upfronthosting.co.za> Message-ID: <1413495016.12.0.560966103009.issue22654@psf.upfronthosting.co.za> Arfrever Frehtes Taifersar Arahesis added the comment: What changes exactly have you made in Python? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 23:37:03 2014 From: report at bugs.python.org (Billy) Date: Thu, 16 Oct 2014 21:37:03 +0000 Subject: [issue22654] issue with PYTHON_FOR_BUILD In-Reply-To: <1413493795.91.0.752363282337.issue22654@psf.upfronthosting.co.za> Message-ID: <1413495423.8.0.00504073211861.issue22654@psf.upfronthosting.co.za> Billy added the comment: Ned Deil, For my application I need to use Python 3.4.1 and Why do I need to run the ./configure for second time?. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 23:44:55 2014 From: report at bugs.python.org (Ned Deily) Date: Thu, 16 Oct 2014 21:44:55 +0000 Subject: [issue22654] issue with PYTHON_FOR_BUILD In-Reply-To: <1413493795.91.0.752363282337.issue22654@psf.upfronthosting.co.za> Message-ID: <1413495895.84.0.315704301386.issue22654@psf.upfronthosting.co.za> Ned Deily added the comment: The "generate-posix-vars failed" message you show is not in Python 3.4.1; it was added recently by e52d85f2e284 for Issue21166 and is first released in 3.4.2. So it's hard to tell exactly what you are building with. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 23:46:19 2014 From: report at bugs.python.org (Stefan Krah) Date: Thu, 16 Oct 2014 21:46:19 +0000 Subject: [issue15944] memoryviews and ctypes In-Reply-To: <1347635130.32.0.649142152247.issue15944@psf.upfronthosting.co.za> Message-ID: <1413495979.68.0.153517927097.issue15944@psf.upfronthosting.co.za> Stefan Krah added the comment: We could add a flag memoryview(x, raw=True) to the constructor. This view would behave exactly like the regular one except that it ignores buf.format entirely. So you could do assignments like: m[10] = b'\x00\x00\x00\x01' This would be more flexible in general since memoryview currently only supports native struct formats (complex formats slow down certain operations dramatically). I think the feature would not add much additional complexity to the code. The question is: Is this a general need? Are many people are using memoryviews for bit-twiddling? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 23:46:31 2014 From: report at bugs.python.org (Stefan Krah) Date: Thu, 16 Oct 2014 21:46:31 +0000 Subject: [issue15944] memoryviews and ctypes In-Reply-To: <1347635130.32.0.649142152247.issue15944@psf.upfronthosting.co.za> Message-ID: <1413495991.59.0.917108685221.issue15944@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 23:53:03 2014 From: report at bugs.python.org (Billy) Date: Thu, 16 Oct 2014 21:53:03 +0000 Subject: [issue22654] issue with PYTHON_FOR_BUILD In-Reply-To: <1413493795.91.0.752363282337.issue22654@psf.upfronthosting.co.za> Message-ID: <1413496383.07.0.081784816396.issue22654@psf.upfronthosting.co.za> Billy added the comment: I added a patch for the resolution of the issue but it didn't work. You can see in my first comment than there is a issue with PYTHONPATH, Do you know why happen that. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 16 23:55:27 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Thu, 16 Oct 2014 21:55:27 +0000 Subject: [issue22654] issue with PYTHON_FOR_BUILD In-Reply-To: <1413493795.91.0.752363282337.issue22654@psf.upfronthosting.co.za> Message-ID: <1413496527.81.0.335773188507.issue22654@psf.upfronthosting.co.za> Arfrever Frehtes Taifersar Arahesis added the comment: Have you received "configure: error: python3.4 interpreter not found" error before your changes? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 00:17:39 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 16 Oct 2014 22:17:39 +0000 Subject: [issue13236] unittest needs more flush calls In-Reply-To: <1319137324.16.0.266090134048.issue13236@psf.upfronthosting.co.za> Message-ID: <1413497859.0.0.545245867197.issue13236@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +rbcollins _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 01:54:34 2014 From: report at bugs.python.org (Tom Tanner) Date: Thu, 16 Oct 2014 23:54:34 +0000 Subject: [issue21718] sqlite3 cursor.description seems to rely on incomplete statement parsing for detection In-Reply-To: <1402492269.75.0.610341668437.issue21718@psf.upfronthosting.co.za> Message-ID: <1413503674.31.0.847790854412.issue21718@psf.upfronthosting.co.za> Changes by Tom Tanner : Removed file: http://bugs.python.org/file36950/with.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 01:55:57 2014 From: report at bugs.python.org (Tom Tanner) Date: Thu, 16 Oct 2014 23:55:57 +0000 Subject: [issue21718] sqlite3 cursor.description seems to rely on incomplete statement parsing for detection In-Reply-To: <1402492269.75.0.610341668437.issue21718@psf.upfronthosting.co.za> Message-ID: <1413503757.34.0.26497068478.issue21718@psf.upfronthosting.co.za> Changes by Tom Tanner : Added file: http://bugs.python.org/file36952/with2.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 04:07:14 2014 From: report at bugs.python.org (Josh Rosenberg) Date: Fri, 17 Oct 2014 02:07:14 +0000 Subject: [issue15944] memoryviews and ctypes In-Reply-To: <1347635130.32.0.649142152247.issue15944@psf.upfronthosting.co.za> Message-ID: <1413511634.8.0.350924244797.issue15944@psf.upfronthosting.co.za> Changes by Josh Rosenberg : ---------- nosy: +josh.r _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 05:13:50 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 17 Oct 2014 03:13:50 +0000 Subject: [issue22628] Idle: Tree lines are spaced too close together. In-Reply-To: <1413256178.66.0.725794954703.issue22628@psf.upfronthosting.co.za> Message-ID: <20141017031345.93092.37758@psf.io> Roundup Robot added the comment: New changeset aa447531490d by Terry Jan Reedy in branch '2.7': Issue #22628: Increase Treewidge line spacing so lines do not overlap. https://hg.python.org/cpython/rev/aa447531490d New changeset ffe4f3694c0f by Terry Jan Reedy in branch '3.4': Issue #22628: Increase Treewidge line spacing so lines do not overlap. https://hg.python.org/cpython/rev/ffe4f3694c0f New changeset 7ee79c3d4f5f by Terry Jan Reedy in branch 'default': Merge with 3.4 Issue #22628 https://hg.python.org/cpython/rev/7ee79c3d4f5f ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 05:14:29 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 17 Oct 2014 03:14:29 +0000 Subject: [issue22628] Idle: Tree lines are spaced too close together. In-Reply-To: <1413256178.66.0.725794954703.issue22628@psf.upfronthosting.co.za> Message-ID: <1413515669.85.0.768417420539.issue22628@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 05:19:19 2014 From: report at bugs.python.org (eryksun) Date: Fri, 17 Oct 2014 03:19:19 +0000 Subject: [issue22651] Open file in a+ mode reads from end of file in Python 3.4 In-Reply-To: <1413446231.99.0.734842825619.issue22651@psf.upfronthosting.co.za> Message-ID: <1413515959.71.0.543234703118.issue22651@psf.upfronthosting.co.za> Changes by eryksun : ---------- title: Python 2: Open file in a+ mode doesn't go to the end -> Open file in a+ mode reads from end of file in Python 3.4 versions: +Python 3.4, Python 3.5 -Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 05:49:46 2014 From: report at bugs.python.org (Mao Rui) Date: Fri, 17 Oct 2014 03:49:46 +0000 Subject: [issue22655] Build error on CentOS 5.4 Message-ID: <1413517786.06.0.142832078616.issue22655@psf.upfronthosting.co.za> New submission from Mao Rui: I tried to build Python 3.4.2 on CentOS 5.2 x64, but got an error of _decimal module. [maorui at ccsubfile1v ~/soft/python/Python-3.4.2]$ gcc -v Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux Thread model: posix gcc version 4.1.2 20080704 (Red Hat 4.1.2-46) logs: building '_decimal' extension gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DCONFIG_64=1 -DASM=1 -I/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec -I./Include -I. -IInclude -I/usr/local/include -I/home/maorui/soft/python/Python-3.4.2/Include -I/home/maorui/soft/python/Python-3.4.2 -c /home/maorui/soft/python/Python-3.4.2/Modules/_decimal/_decimal.c -o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/_decimal.o -Wextra -Wno-missing-field-initializers gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DCONFIG_64=1 -DASM=1 -I/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec -I./Include -I. -IInclude -I/usr/local/include -I/home/maorui/soft/python/Python-3.4.2/Include -I/home/maorui/soft/python/Python-3.4.2 -c /home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/basearith.c -o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/basearith.o -Wextra -Wno-missing-field-initializers gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DCONFIG_64=1 -DASM=1 -I/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec -I./Include -I. -IInclude -I/usr/local/include -I/home/maorui/soft/python/Python-3.4.2/Include -I/home/maorui/soft/python/Python-3.4.2 -c /home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/constants.c -o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/constants.o -Wextra -Wno-missing-field-initializers gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DCONFIG_64=1 -DASM=1 -I/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec -I./Include -I. -IInclude -I/usr/local/include -I/home/maorui/soft/python/Python-3.4.2/Include -I/home/maorui/soft/python/Python-3.4.2 -c /home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/context.c -o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/context.o -Wextra -Wno-missing-field-initializers gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DCONFIG_64=1 -DASM=1 -I/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec -I./Include -I. -IInclude -I/usr/local/include -I/home/maorui/soft/python/Python-3.4.2/Include -I/home/maorui/soft/python/Python-3.4.2 -c /home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/convolute.c -o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/convolute.o -Wextra -Wno-missing-field-initializers gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DCONFIG_64=1 -DASM=1 -I/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec -I./Include -I. -IInclude -I/usr/local/include -I/home/maorui/soft/python/Python-3.4.2/Include -I/home/maorui/soft/python/Python-3.4.2 -c /home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/crt.c -o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/crt.o -Wextra -Wno-missing-field-initializers gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DCONFIG_64=1 -DASM=1 -I/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec -I./Include -I. -IInclude -I/usr/local/include -I/home/maorui/soft/python/Python-3.4.2/Include -I/home/maorui/soft/python/Python-3.4.2 -c /home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/difradix2.c -o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/difradix2.o -Wextra -Wno-missing-field-initializers gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DCONFIG_64=1 -DASM=1 -I/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec -I./Include -I. -IInclude -I/usr/local/include -I/home/maorui/soft/python/Python-3.4.2/Include -I/home/maorui/soft/python/Python-3.4.2 -c /home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/fnt.c -o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/fnt.o -Wextra -Wno-missing-field-initializers gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DCONFIG_64=1 -DASM=1 -I/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec -I./Include -I. -IInclude -I/usr/local/include -I/home/maorui/soft/python/Python-3.4.2/Include -I/home/maorui/soft/python/Python-3.4.2 -c /home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/fourstep.c -o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/fourstep.o -Wextra -Wno-missing-field-initializers gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DCONFIG_64=1 -DASM=1 -I/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec -I./Include -I. -IInclude -I/usr/local/include -I/home/maorui/soft/python/Python-3.4.2/Include -I/home/maorui/soft/python/Python-3.4.2 -c /home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/io.c -o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/io.o -Wextra -Wno-missing-field-initializers gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DCONFIG_64=1 -DASM=1 -I/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec -I./Include -I. -IInclude -I/usr/local/include -I/home/maorui/soft/python/Python-3.4.2/Include -I/home/maorui/soft/python/Python-3.4.2 -c /home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/memory.c -o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/memory.o -Wextra -Wno-missing-field-initializers gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DCONFIG_64=1 -DASM=1 -I/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec -I./Include -I. -IInclude -I/usr/local/include -I/home/maorui/soft/python/Python-3.4.2/Include -I/home/maorui/soft/python/Python-3.4.2 -c /home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/mpdecimal.c -o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/mpdecimal.o -Wextra -Wno-missing-field-initializers gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DCONFIG_64=1 -DASM=1 -I/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec -I./Include -I. -IInclude -I/usr/local/include -I/home/maorui/soft/python/Python-3.4.2/Include -I/home/maorui/soft/python/Python-3.4.2 -c /home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/numbertheory.c -o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/numbertheory.o -Wextra -Wno-missing-field-initializers gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DCONFIG_64=1 -DASM=1 -I/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec -I./Include -I. -IInclude -I/usr/local/include -I/home/maorui/soft/python/Python-3.4.2/Include -I/home/maorui/soft/python/Python-3.4.2 -c /home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/sixstep.c -o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/sixstep.o -Wextra -Wno-missing-field-initializers gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DCONFIG_64=1 -DASM=1 -I/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec -I./Include -I. -IInclude -I/usr/local/include -I/home/maorui/soft/python/Python-3.4.2/Include -I/home/maorui/soft/python/Python-3.4.2 -c /home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/transpose.c -o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/transpose.o -Wextra -Wno-missing-field-initializers gcc -pthread -shared build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/_decimal.o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/basearith.o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/constants.o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/context.o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/convolute.o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/crt.o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/difradix2.o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/fnt.o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/fourstep.o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/io.o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/memory.o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/mpdecimal.o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/numbertheory.o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/sixstep.o build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/transpose.o -L/usr/local/lib -o build/lib.linux-x86_64-3.4/_decimal.cpython-34m.so /usr/bin/ld: build/temp.linux-x86_64-3.4/home/maorui/soft/python/Python-3.4.2/Modules/_decimal/libmpdec/basearith.o: relocation R_X86_64_PC32 against `mprime_rdx' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Bad value collect2: ld returned 1 exit status ---------- components: Build files: python build error.zip messages: 229564 nosy: maorui priority: normal severity: normal status: open title: Build error on CentOS 5.4 type: compile error versions: Python 3.4 Added file: http://bugs.python.org/file36953/python build error.zip _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 07:31:24 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 17 Oct 2014 05:31:24 +0000 Subject: [issue22629] Idle: update htest.py and htests In-Reply-To: <1413257630.76.0.367621064016.issue22629@psf.upfronthosting.co.za> Message-ID: <1413523884.49.0.554234835045.issue22629@psf.upfronthosting.co.za> Terry J. Reedy added the comment: This patch stop with first like of grep htest. I am pushing this as a first chunk. ---------- assignee: -> terry.reedy stage: patch review -> needs patch title: Idle: update htest.py and hests -> Idle: update htest.py and htests Added file: http://bugs.python.org/file36954/@htest-34-2.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 07:32:50 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 17 Oct 2014 05:32:50 +0000 Subject: [issue22629] Idle: update htest.py and htests In-Reply-To: <1413257630.76.0.367621064016.issue22629@psf.upfronthosting.co.za> Message-ID: <20141017053246.85801.86338@psf.io> Roundup Robot added the comment: New changeset f5be7fc270d1 by Terry Jan Reedy in branch '2.7': Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of https://hg.python.org/cpython/rev/f5be7fc270d1 New changeset e73f1d813f1f by Terry Jan Reedy in branch '3.4': Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of https://hg.python.org/cpython/rev/e73f1d813f1f New changeset d8ac11794f26 by Terry Jan Reedy in branch 'default': Merge with 3.4: Issue #22629 https://hg.python.org/cpython/rev/d8ac11794f26 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 07:37:51 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 17 Oct 2014 05:37:51 +0000 Subject: [issue22629] Idle: update htest.py and htests In-Reply-To: <1413257630.76.0.367621064016.issue22629@psf.upfronthosting.co.za> Message-ID: <1413524271.79.0.496721561461.issue22629@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Uh, stops with first line. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 09:52:39 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 17 Oct 2014 07:52:39 +0000 Subject: [issue22646] Set SMTPHandler's "credentials" through "logging.config.dictConfig". In-Reply-To: <1413396570.86.0.25871256892.issue22646@psf.upfronthosting.co.za> Message-ID: <20141017075234.115078.51223@psf.io> Roundup Robot added the comment: New changeset 3ba23c6f7986 by Vinay Sajip in branch '2.7': Issue #22646: Accept list as well as tuple to support initialisation via dictConfig(). https://hg.python.org/cpython/rev/3ba23c6f7986 New changeset d15708f13266 by Vinay Sajip in branch '3.4': Issue #22646: Accept list as well as tuple to support initialisation via dictConfig(). https://hg.python.org/cpython/rev/d15708f13266 New changeset bcc3f167a30b by Vinay Sajip in branch 'default': Closes #22646: Accept list as well as tuple to support initialisation via dictConfig(). https://hg.python.org/cpython/rev/bcc3f167a30b ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 10:57:50 2014 From: report at bugs.python.org (Georg Brandl) Date: Fri, 17 Oct 2014 08:57:50 +0000 Subject: [issue22653] Crash in insertdict In-Reply-To: <1413462074.66.0.621604261793.issue22653@psf.upfronthosting.co.za> Message-ID: <1413536270.1.0.156101038925.issue22653@psf.upfronthosting.co.za> Georg Brandl added the comment: This is not a crash, but an abort, so it's not a security issue. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 11:32:12 2014 From: report at bugs.python.org (=?utf-8?q?C=C3=A9dric_Krier?=) Date: Fri, 17 Oct 2014 09:32:12 +0000 Subject: [issue13918] locale.atof documentation is missing func argument In-Reply-To: <1328105541.08.0.458455853203.issue13918@psf.upfronthosting.co.za> Message-ID: <1413538332.5.0.646146954763.issue13918@psf.upfronthosting.co.za> C?dric Krier added the comment: So what about this patch? It adds a delocalize method while keeping the atof func parameter for backward compatibility. ---------- Added file: http://bugs.python.org/file36955/delocalize.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 11:56:20 2014 From: report at bugs.python.org (Aaron Hill) Date: Fri, 17 Oct 2014 09:56:20 +0000 Subject: [issue18216] gettext doesn't check MO versions In-Reply-To: <1371242081.43.0.507366610452.issue18216@psf.upfronthosting.co.za> Message-ID: <1413539780.32.0.0229155385869.issue18216@psf.upfronthosting.co.za> Aaron Hill added the comment: Does anyone have any thoughts about throwing a warning for an unexpected minor revision? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 15:15:04 2014 From: report at bugs.python.org (Ram Rachum) Date: Fri, 17 Oct 2014 13:15:04 +0000 Subject: [issue22656] `help` ignores `__doc__` of descriptors Message-ID: <1413551704.24.0.449864930924.issue22656@psf.upfronthosting.co.za> New submission from Ram Rachum: The builtin `property` lets you specify a `doc` argument for your properties, which is great because then it shows up in `help`. So I figured that when I'm writing my own descriptor, I could set `__doc__` on it and have `help` use it. Not so, `help` ignores it. See this example: class Property(object): "Emulate PyProperty_Type() in Objects/descrobject.c" def __init__(self, fget=None, fset=None, fdel=None, doc=None): self.fget = fget self.fset = fset self.fdel = fdel if doc is None and fget is not None: doc = fget.__doc__ self.__doc__ = doc def __get__(self, obj, objtype=None): if obj is None: return self if self.fget is None: raise AttributeError("unreadable attribute") return self.fget(obj) def __set__(self, obj, value): if self.fset is None: raise AttributeError("can't set attribute") self.fset(obj, value) def __delete__(self, obj): if self.fdel is None: raise AttributeError("can't delete attribute") self.fdel(obj) def getter(self, fget): return type(self)(fget, self.fset, self.fdel, self.__doc__) def setter(self, fset): return type(self)(self.fget, fset, self.fdel, self.__doc__) def deleter(self, fdel): return type(self)(self.fget, self.fset, fdel, self.__doc__) class A: x = property(lambda self: 3, doc='Helpful text') y = Property(lambda self: 7, doc='More Helpful text') help(A.x) # Shows 'Helpful text' help(A.y) # Does not show 'More Helpful text' It seems that `property` is special-cased or something. I want to be able to set a docstring on my own descriptors. ---------- components: Library (Lib) messages: 229572 nosy: cool-RR priority: normal severity: normal status: open title: `help` ignores `__doc__` of descriptors versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 15:37:52 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 17 Oct 2014 13:37:52 +0000 Subject: [issue13918] locale.atof documentation is missing func argument In-Reply-To: <1328105541.08.0.458455853203.issue13918@psf.upfronthosting.co.za> Message-ID: <1413553072.08.0.468917349498.issue13918@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- assignee: docs at python -> components: +Library (Lib) -Documentation stage: -> patch review versions: +Python 3.5 -Python 2.7, Python 3.2, Python 3.3, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 15:38:34 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 17 Oct 2014 13:38:34 +0000 Subject: [issue13918] locale.atof documentation is missing func argument In-Reply-To: <1328105541.08.0.458455853203.issue13918@psf.upfronthosting.co.za> Message-ID: <1413553114.52.0.901092754378.issue13918@psf.upfronthosting.co.za> Antoine Pitrou added the comment: The patch's approach looks reasonable to me. ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 16:54:54 2014 From: report at bugs.python.org (Douglas Naphas) Date: Fri, 17 Oct 2014 14:54:54 +0000 Subject: [issue22657] Bad link to packages specification in language reference 2.x sec 6.12 Message-ID: <1413557694.48.0.952625223829.issue22657@psf.upfronthosting.co.za> New submission from Douglas Naphas: Section 6.12 of the Python 2.x language reference (https://docs.python.org/2/reference/simple_stmts.html#the-import-statement) has a link to "The original specification for packages" to http://www.python.org/doc/essays/packages.html, which is not found. ---------- assignee: docs at python components: Documentation messages: 229574 nosy: docs at python, douglasnaphas priority: normal severity: normal status: open title: Bad link to packages specification in language reference 2.x sec 6.12 versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 17:07:46 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 17 Oct 2014 15:07:46 +0000 Subject: [issue22657] Bad link to packages specification in language reference 2.x sec 6.12 In-Reply-To: <1413557694.48.0.952625223829.issue22657@psf.upfronthosting.co.za> Message-ID: <20141017150730.93088.3016@psf.io> Roundup Robot added the comment: New changeset dae99db70336 by Benjamin Peterson in branch '2.7': remove link to the 'original package specification'; I doubt it's useful anymore (closes #22657) https://hg.python.org/cpython/rev/dae99db70336 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 18:04:57 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 17 Oct 2014 16:04:57 +0000 Subject: [issue20155] Regression test test_httpservers fails, hangs on Windows In-Reply-To: <1389053951.39.0.997653737297.issue20155@psf.upfronthosting.co.za> Message-ID: <1413561897.19.0.127480595945.issue20155@psf.upfronthosting.co.za> Terry J. Reedy added the comment: If Python itself works correctly on a machine, it is a bug for a test to say that is it not, by failing. Should we change - response = self.request('/', method='get') to + response = self.request('/', method='gets') or + response = self.request('/', method='custom') or conditionally, on type(status), change the test from assertEqual to (after substitutions) assertIn(response.status, (200,501))? David, do you have a preference? or should I flip a coin? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 18:11:07 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 17 Oct 2014 16:11:07 +0000 Subject: [issue20221] #define hypot _hypot conflicts with existing definition In-Reply-To: <1389409768.81.0.962130999427.issue20221@psf.upfronthosting.co.za> Message-ID: <20141017161028.85795.96944@psf.io> Roundup Robot added the comment: New changeset 430aaeaa8087 by Zachary Ware in branch '2.7': Issue #20221: Removed conflicting (or circular) hypot definition https://hg.python.org/cpython/rev/430aaeaa8087 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 18:12:05 2014 From: report at bugs.python.org (Zachary Ware) Date: Fri, 17 Oct 2014 16:12:05 +0000 Subject: [issue20221] #define hypot _hypot conflicts with existing definition In-Reply-To: <1389409768.81.0.962130999427.issue20221@psf.upfronthosting.co.za> Message-ID: <1413562325.04.0.774159469358.issue20221@psf.upfronthosting.co.za> Zachary Ware added the comment: It grafted very easily, so it turns out to be "yes" :) ---------- versions: +Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 18:16:35 2014 From: report at bugs.python.org (Berker Peksag) Date: Fri, 17 Oct 2014 16:16:35 +0000 Subject: [issue22186] Typos in .py files In-Reply-To: <1407862651.37.0.513368911737.issue22186@psf.upfronthosting.co.za> Message-ID: <1413562595.86.0.908705825935.issue22186@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- nosy: +berker.peksag stage: -> commit review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 18:27:05 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 17 Oct 2014 16:27:05 +0000 Subject: [issue22656] `help` ignores `__doc__` of descriptors In-Reply-To: <1413551704.24.0.449864930924.issue22656@psf.upfronthosting.co.za> Message-ID: <1413563225.79.0.172249765263.issue22656@psf.upfronthosting.co.za> R. David Murray added the comment: You might find issue 5890 to be interesting reading. It's been long enough that I forget the details, but I think the short answer is "yes, property is special cased". So probably what you want to do is subclass property. Given the knock-on issue that fix caused, I've always been a little bit uncomfortable with it. Perhaps you will see a way to generalize things. ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 18:42:09 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 17 Oct 2014 16:42:09 +0000 Subject: [issue20155] Regression test test_httpservers fails, hangs on Windows In-Reply-To: <1389053951.39.0.997653737297.issue20155@psf.upfronthosting.co.za> Message-ID: <1413564129.84.0.776332164307.issue20155@psf.upfronthosting.co.za> R. David Murray added the comment: It should be 'custom', since that will actually test case sensitivity, which 'gets' would not. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 18:46:30 2014 From: report at bugs.python.org (James Goodwin) Date: Fri, 17 Oct 2014 16:46:30 +0000 Subject: [issue22658] IMAP4 Example lacking host information Message-ID: <1413564390.73.0.387636698685.issue22658@psf.upfronthosting.co.za> New submission from James Goodwin: The IMAP4 Example for Python 3.4 (Section 21.15.2) does not show the appropriate host information for the example to work. Suggested fix would be to change the line "M = imaplib.IMAP4()" to "M = imaplib.IMAP4('localhost')" This will bring the example inline with the poplib example (Section 21.14.2). ---------- assignee: docs at python components: Documentation messages: 229581 nosy: James.Goodwin, docs at python priority: normal severity: normal status: open title: IMAP4 Example lacking host information versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 18:50:10 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 17 Oct 2014 16:50:10 +0000 Subject: [issue22658] IMAP4 Example lacking host information In-Reply-To: <1413564390.73.0.387636698685.issue22658@psf.upfronthosting.co.za> Message-ID: <1413564610.51.0.933739137446.issue22658@psf.upfronthosting.co.za> R. David Murray added the comment: I think this is actually a bug, rather than a doc bug. See issue 18540. if you agree, we'll close this as a duplicate of that one. ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 18:54:04 2014 From: report at bugs.python.org (Berker Peksag) Date: Fri, 17 Oct 2014 16:54:04 +0000 Subject: [issue21417] Compression level for zipfile In-Reply-To: <1399053616.42.0.124840881006.issue21417@psf.upfronthosting.co.za> Message-ID: <1413564844.58.0.111995653792.issue21417@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- nosy: +berker.peksag _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 19:01:15 2014 From: report at bugs.python.org (James Goodwin) Date: Fri, 17 Oct 2014 17:01:15 +0000 Subject: [issue22658] IMAP4 Example lacking host information In-Reply-To: <1413564390.73.0.387636698685.issue22658@psf.upfronthosting.co.za> Message-ID: <1413565275.42.0.519405847226.issue22658@psf.upfronthosting.co.za> James Goodwin added the comment: I do see that. I agree that this is a duplicate of that one. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 19:11:55 2014 From: report at bugs.python.org (Billy) Date: Fri, 17 Oct 2014 17:11:55 +0000 Subject: [issue22659] SyntaxError in the configure_ctypes Message-ID: <1413565915.5.0.655058689376.issue22659@psf.upfronthosting.co.za> New submission from Billy: Hi all, I have a issue with the cross-compilation, here I let it: File "../src/setup.py", line 1849 exec(f.read(), globals(), fficonfig) SyntaxError: unqualified exec is not allowed in function 'configure_ctypes' it contains a nested function with free variables make[1]: *** [sharedmods] Error 1 Who wants to help me, please Best regards. ---------- components: Cross-Build messages: 229584 nosy: bill9889 priority: normal severity: normal status: open title: SyntaxError in the configure_ctypes type: compile error versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 19:16:27 2014 From: report at bugs.python.org (Berker Peksag) Date: Fri, 17 Oct 2014 17:16:27 +0000 Subject: [issue16802] fileno argument to socket.socket() undocumented In-Reply-To: <1356711151.76.0.423836721045.issue16802@psf.upfronthosting.co.za> Message-ID: <1413566187.02.0.739698065263.issue16802@psf.upfronthosting.co.za> Berker Peksag added the comment: The actual signature is now socket.socket(family=AF_INET, type=SOCK_STREAM, proto=0, fileno=None) but, the fileno argument still needs to be documented. ---------- nosy: +berker.peksag stage: needs patch -> patch review versions: +Python 3.5 -Python 3.2, Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 19:28:52 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 17 Oct 2014 17:28:52 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <20141017172846.115096.98079@psf.io> Roundup Robot added the comment: New changeset e971f3c57502 by Antoine Pitrou in branch 'default': Issue #22638: SSLv3 is now disabled throughout the standard library. https://hg.python.org/cpython/rev/e971f3c57502 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 19:33:53 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 17 Oct 2014 17:33:53 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413567233.45.0.47377559636.issue22638@psf.upfronthosting.co.za> Antoine Pitrou added the comment: So, I've disabled SSLv3 in _create_stdlib_context() for the next feature release (3.5). By the time it is released, we can consider SSLv3 will be dead. Related news: - Opera doesn't disable SSLv3 yet, but implements custom countermeasures: http://blogs.opera.com/security/2014/10/security-changes-opera-25-poodle-attacks/ - Mozilla doesn't disable SSLv3 yet (it will be disabled in 3 months): https://blog.mozilla.org/security/2014/10/14/the-poodle-attack-and-the-end-of-ssl-3-0/ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 19:48:35 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 17 Oct 2014 17:48:35 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413568115.85.0.0367469860766.issue22638@psf.upfronthosting.co.za> Antoine Pitrou added the comment: As for bugfix releases, I think we should take the time and consider what other software packages will decide. ---------- versions: -Python 3.1, Python 3.2, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 19:59:37 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 17 Oct 2014 17:59:37 +0000 Subject: [issue21112] 3.4 regression: unittest.expectedFailure no longer works on TestCase subclasses In-Reply-To: <1396275626.74.0.920741880392.issue21112@psf.upfronthosting.co.za> Message-ID: <1413568777.66.0.275289743083.issue21112@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Berker, it looks like the 3.3 behaviour was buggy: TestTreatment isn't run at all! Instead, it should be run and consider failures as success. So your patch appears more correct than what 3.3 did. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 20:00:53 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 17 Oct 2014 18:00:53 +0000 Subject: [issue22660] Review ssl docs for security recommendations Message-ID: <1413568853.31.0.251861459385.issue22660@psf.upfronthosting.co.za> New submission from Antoine Pitrou: The current ssl documentation has a number of statements which may need updating, particularly wrt. SSLv3. ---------- assignee: docs at python components: Documentation messages: 229590 nosy: alex, christian.heimes, docs at python, dstufft, giampaolo.rodola, janssen, pitrou priority: normal severity: normal stage: needs patch status: open title: Review ssl docs for security recommendations type: behavior versions: Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 20:04:24 2014 From: report at bugs.python.org (Ethan Furman) Date: Fri, 17 Oct 2014 18:04:24 +0000 Subject: [issue22656] `help` ignores `__doc__` of descriptors In-Reply-To: <1413551704.24.0.449864930924.issue22656@psf.upfronthosting.co.za> Message-ID: <1413569064.35.0.173084477071.issue22656@psf.upfronthosting.co.za> Changes by Ethan Furman : ---------- nosy: +ethan.furman _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 20:05:31 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 17 Oct 2014 18:05:31 +0000 Subject: [issue18216] gettext doesn't check MO versions In-Reply-To: <1371242081.43.0.507366610452.issue18216@psf.upfronthosting.co.za> Message-ID: <1413569131.57.0.930718085575.issue18216@psf.upfronthosting.co.za> Antoine Pitrou added the comment: The linked docs say: """an unexpected minor revision number means that the file can be read but will not reveal its full contents, when parsed by a program that supports only smaller minor revision numbers""". Unless there an important piece of contents that can be missed, I would say a warning is more of a distraction here. ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 20:42:57 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 17 Oct 2014 18:42:57 +0000 Subject: [issue22658] IMAP4 Example lacking host information In-Reply-To: <1413564390.73.0.387636698685.issue22658@psf.upfronthosting.co.za> Message-ID: <1413571377.97.0.21102802502.issue22658@psf.upfronthosting.co.za> Changes by R. David Murray : ---------- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> imaplib.IMAP4() ends with "Name or service not known" on Fedora 18 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 21:11:17 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 17 Oct 2014 19:11:17 +0000 Subject: [issue16000] test_curses should use unittest In-Reply-To: <1348263086.74.0.172285441847.issue16000@psf.upfronthosting.co.za> Message-ID: <20141017191106.38178.76616@psf.io> Roundup Robot added the comment: New changeset f598d0014d07 by Zachary Ware in branch '3.4': Issue #16000: Convert test_curses to use unittest https://hg.python.org/cpython/rev/f598d0014d07 New changeset b7b49f26a87b by Zachary Ware in branch 'default': Issue #16000: Convert test_curses to use unittest https://hg.python.org/cpython/rev/b7b49f26a87b ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 21:12:05 2014 From: report at bugs.python.org (Zachary Ware) Date: Fri, 17 Oct 2014 19:12:05 +0000 Subject: [issue16000] test_curses should use unittest In-Reply-To: <1348263086.74.0.172285441847.issue16000@psf.upfronthosting.co.za> Message-ID: <1413573125.92.0.317768979486.issue16000@psf.upfronthosting.co.za> Changes by Zachary Ware : ---------- assignee: -> zach.ware resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 21:25:30 2014 From: report at bugs.python.org (Georg Brandl) Date: Fri, 17 Oct 2014 19:25:30 +0000 Subject: [issue22644] Update Windows installers to OpenSSL 1.0.1j In-Reply-To: <1413386492.03.0.06348060819.issue22644@psf.upfronthosting.co.za> Message-ID: <1413573930.17.0.885128553714.issue22644@psf.upfronthosting.co.za> Changes by Georg Brandl : ---------- priority: normal -> release blocker _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 21:25:44 2014 From: report at bugs.python.org (Georg Brandl) Date: Fri, 17 Oct 2014 19:25:44 +0000 Subject: [issue22644] Update Windows installers to OpenSSL 1.0.1j In-Reply-To: <1413386492.03.0.06348060819.issue22644@psf.upfronthosting.co.za> Message-ID: <1413573944.59.0.0561634310995.issue22644@psf.upfronthosting.co.za> Changes by Georg Brandl : ---------- nosy: +benjamin.peterson, larry versions: +Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 21:34:29 2014 From: report at bugs.python.org (Georg Brandl) Date: Fri, 17 Oct 2014 19:34:29 +0000 Subject: [issue21298] Cheese shop registration stopped working for me recently In-Reply-To: <1397822692.79.0.7421176535.issue21298@psf.upfronthosting.co.za> Message-ID: <1413574469.77.0.10242936102.issue21298@psf.upfronthosting.co.za> Georg Brandl added the comment: Is this still a problem? If yes, I would contact the PyPI team directly, this tracker is not the right place for PyPI bugs. (It is unlikely to be a distutils bug.) ---------- nosy: +georg.brandl resolution: -> third party status: open -> pending _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 21:42:38 2014 From: report at bugs.python.org (Robert Collins) Date: Fri, 17 Oct 2014 19:42:38 +0000 Subject: [issue16662] load_tests not invoked in package/__init__.py In-Reply-To: <1355217291.85.0.41912767842.issue16662@psf.upfronthosting.co.za> Message-ID: <1413574958.3.0.816880457176.issue16662@psf.upfronthosting.co.za> Robert Collins added the comment: Closing as the fix to the test suite is applied. ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 21:54:24 2014 From: report at bugs.python.org (Thomas Levine) Date: Fri, 17 Oct 2014 19:54:24 +0000 Subject: [issue21298] Cheese shop registration stopped working for me recently In-Reply-To: <1397822692.79.0.7421176535.issue21298@psf.upfronthosting.co.za> Message-ID: <1413575664.48.0.943361750691.issue21298@psf.upfronthosting.co.za> Thomas Levine added the comment: It has been working for me recently. Adding to your suggestion that it is probably PyPI: I didn't do anything in particular to fix this, and I think it is more likely that PyPI got fixed than that I upgraded Python (and thus distutils). ---------- status: pending -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 21:54:55 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 17 Oct 2014 19:54:55 +0000 Subject: [issue17401] io.FileIO closefd parameter is not documented nor shown in repr In-Reply-To: <1363057927.36.0.00381165430664.issue17401@psf.upfronthosting.co.za> Message-ID: <1413575695.46.0.17878013613.issue17401@psf.upfronthosting.co.za> R. David Murray added the comment: I think the information from the following line of the 'open' docs should be added to the doc patch: "If a filename is given closefd has no effect and must be True (the default)." Otherwise it looks fine to me. ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 22:08:25 2014 From: report at bugs.python.org (Tcll) Date: Fri, 17 Oct 2014 20:08:25 +0000 Subject: [issue22661] WinXP concerns Message-ID: <1413576505.87.0.0627962615597.issue22661@psf.upfronthosting.co.za> New submission from Tcll: About a week ago I read you were also dropping support for WinXP. This will cause issues for me as I don't support newer Win (or should I say MS-RAT infested) OS's I use linux now, but I still use XP as a testing interface for Windows. (I will not install any newer windows as I prefer my freedom when MS pushes their button) I hope this changes development aims to continue supporting WinXP... if not, I can no longer consider python as cross-platform, and will be forced to use an outdated cross-platform interpreter. I'm still looking into how to disable the MS-RAT with python, as a friend of my friend has already done it. my friend wasn't interested in asking him how when he did it, and getting in contact with him is quite difficult. if (and only if) I can disable MS's RAT, I will gladly use a newer windows as a testing interface, so long as I can hack it like XP. (I like doing cool things to my OS, which is what I mean by "hacking") The reason I chose 2.7 for the python version is due to me being a PyOpenGL programmer and that the extension runs faster in 2.7 ---------- components: Windows messages: 229597 nosy: Tcll, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: WinXP concerns type: enhancement versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 22:16:53 2014 From: report at bugs.python.org (Georg Brandl) Date: Fri, 17 Oct 2014 20:16:53 +0000 Subject: [issue21298] Cheese shop registration stopped working for me recently In-Reply-To: <1397822692.79.0.7421176535.issue21298@psf.upfronthosting.co.za> Message-ID: <1413577013.19.0.88655753566.issue21298@psf.upfronthosting.co.za> Georg Brandl added the comment: OK, thanks for the feedback. ---------- status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 22:20:25 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 17 Oct 2014 20:20:25 +0000 Subject: [issue22661] WinXP concerns In-Reply-To: <1413576505.87.0.0627962615597.issue22661@psf.upfronthosting.co.za> Message-ID: <1413577225.82.0.527359920199.issue22661@psf.upfronthosting.co.za> R. David Murray added the comment: This is not an appropriate discussion for the bug tracker. python-dev would be the logical venue, but your apparent tone of voice isn't optimal for stimulating positive discussion, I'm afraid :) That said, we won't be dropping support for XP in 2.7, since it is in maintenance. ---------- nosy: +r.david.murray resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 22:24:25 2014 From: report at bugs.python.org (Tcll) Date: Fri, 17 Oct 2014 20:24:25 +0000 Subject: [issue22661] WinXP concerns In-Reply-To: <1413576505.87.0.0627962615597.issue22661@psf.upfronthosting.co.za> Message-ID: <1413577465.84.0.67783050648.issue22661@psf.upfronthosting.co.za> Tcll added the comment: I'm sorry... I wasn't trying to sound negative... I deal with alot of stress from many developers in this area, so yea, you can see why I sound like that. but thanks for telling me about that with 2.7 :) though I was hoping to try out python3 in the future. =3= ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 22:31:39 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 17 Oct 2014 20:31:39 +0000 Subject: [issue22661] WinXP concerns In-Reply-To: <1413576505.87.0.0627962615597.issue22661@psf.upfronthosting.co.za> Message-ID: <1413577899.37.0.294164377751.issue22661@psf.upfronthosting.co.za> R. David Murray added the comment: Yeah, it wasn't so much negative, as...edgy? :) We can't really support what Microsoft doesn't support, since we use the Microsoft compilers. There is discussion about better support for alternate compilers, though, and if that eventuates *some* sort of support for XP ought to be possible, though exactly what it would look like would be up to the people interested enough to do it. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 22:44:33 2014 From: report at bugs.python.org (Kyle) Date: Fri, 17 Oct 2014 20:44:33 +0000 Subject: [issue22662] subprocess.Popen.communicate causing local tty terminal settings to change inconsistently Message-ID: <1413578673.84.0.0347750412267.issue22662@psf.upfronthosting.co.za> New submission from Kyle: I'm not sure if this is a bash or Python issue. I'm trying to run a command on a remote server, using the subprocess module. I call ssh inside of subprocess.Popen(...).communicate(), like so: output = subprocess.Popen(["/bin/env %s /usr/bin/ssh -ttt %s@%s -- %s;" % (env, user, host, command)], stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True).communicate() Following the call to communicate(), my terminal settings are changed. However, it's not always repeatable. Sometimes it happens, and other times it does not. When it does happen, I've noticed that the following tty options are ON prior to the command executing, and OFF afterwards (output from stty -a): icrnl opost isig icanon echo echoe echok Something with the communicate() call seems to cause the issue. I don't actually have to print anything to the screen from Python for it to occur. The problem goes away if I remove the "-t" option to ssh, however, I'm passing through the TERM environmental variable, and need -t to be set. Because of this, I'm not sure if the problem is with the Python call, or something within Bash. I've been able to repeat this on Ubuntu 13.10 running Python 2.7.5, and on Red Hat 6.4 running Python 2.6.6. ---------- messages: 229602 nosy: kflavin priority: normal severity: normal status: open title: subprocess.Popen.communicate causing local tty terminal settings to change inconsistently type: behavior versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 22:47:08 2014 From: report at bugs.python.org (Tcll) Date: Fri, 17 Oct 2014 20:47:08 +0000 Subject: [issue22661] WinXP concerns In-Reply-To: <1413576505.87.0.0627962615597.issue22661@psf.upfronthosting.co.za> Message-ID: <1413578828.1.0.546379161362.issue22661@psf.upfronthosting.co.za> Tcll added the comment: ah I see in that case, I work on my program for you guys as well :) it won't be finished any time soon, but what I'm working on is a recompiler specifically for this garbage of cross-platform support being hindered. so in the mean-time try to do what you can towards keeping XP supported ;) just understand, from what I've been hacking and paying attention to, MS wants to control both the market and Windows PC users. (the initial release if the XBox One is my biggest push away from Windows) ^ MS is only holding back on those restrictions for a later time that RAT I talk about has been found in all versions of Windows from Vista and up. (it's not confirmed by hackers to work in Vista, but that doesn't mean it doesn't work) I wish you guys the best of luck ;) Thanks for trying at least :) +1 guys ;) *looks toward other developers* finally, developers that do stuff right ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 23:07:37 2014 From: report at bugs.python.org (Ethan Furman) Date: Fri, 17 Oct 2014 21:07:37 +0000 Subject: [issue22656] `help` ignores `__doc__` of descriptors In-Reply-To: <1413551704.24.0.449864930924.issue22656@psf.upfronthosting.co.za> Message-ID: <1413580057.83.0.832119839634.issue22656@psf.upfronthosting.co.za> Ethan Furman added the comment: Yeah, that was interesting. ;) I think there are two different, yet related, issues: - which __doc__ should help display? - how should __doc__ be inherited? The issue we should deal with here is the first, as what help displays does not have to follow the exact same rules as inheritence and magic-method lookup; specifically, help should be free to look for a __doc__ on the instance and incorporate it. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 23:33:14 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 17 Oct 2014 21:33:14 +0000 Subject: [issue22644] Update Windows installers to OpenSSL 1.0.1j In-Reply-To: <1413386492.03.0.06348060819.issue22644@psf.upfronthosting.co.za> Message-ID: <20141017213307.114251.35751@psf.io> Roundup Robot added the comment: New changeset 927cca0b9337 by Zachary Ware in branch '2.7': Issue #22644: Update the Windows build to OpenSSL 1.0.1j https://hg.python.org/cpython/rev/927cca0b9337 New changeset 6ad0299fa279 by Zachary Ware in branch '3.4': Issue #22644: Update the Windows build to OpenSSL 1.0.1j https://hg.python.org/cpython/rev/6ad0299fa279 New changeset bcd7fe682095 by Zachary Ware in branch 'default': Issue #22644: Update the Windows build to OpenSSL 1.0.1j https://hg.python.org/cpython/rev/bcd7fe682095 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 23:35:39 2014 From: report at bugs.python.org (Zachary Ware) Date: Fri, 17 Oct 2014 21:35:39 +0000 Subject: [issue22160] Windows installers need to be updated following OpenSSL security release In-Reply-To: <1407368216.11.0.739238471572.issue22160@psf.upfronthosting.co.za> Message-ID: <1413581739.57.0.720269345562.issue22160@psf.upfronthosting.co.za> Zachary Ware added the comment: Superseded by #22644 (and done, anyway). ---------- assignee: -> zach.ware resolution: -> fixed stage: -> resolved status: open -> closed superseder: -> Update Windows installers to OpenSSL 1.0.1j type: -> security _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 23:36:59 2014 From: report at bugs.python.org (Zachary Ware) Date: Fri, 17 Oct 2014 21:36:59 +0000 Subject: [issue22644] Update Windows installers to OpenSSL 1.0.1j In-Reply-To: <1413386492.03.0.06348060819.issue22644@psf.upfronthosting.co.za> Message-ID: <1413581819.51.0.23500282388.issue22644@psf.upfronthosting.co.za> Zachary Ware added the comment: Done, as long as the buildbots stay happy with it. ---------- assignee: -> zach.ware components: +Installation, Windows resolution: -> fixed stage: -> resolved status: open -> closed type: -> security _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 23:44:15 2014 From: report at bugs.python.org (Stefan Krah) Date: Fri, 17 Oct 2014 21:44:15 +0000 Subject: [issue22655] Build error on CentOS 5.4 In-Reply-To: <1413517786.06.0.142832078616.issue22655@psf.upfronthosting.co.za> Message-ID: <1413582255.86.0.517708797149.issue22655@psf.upfronthosting.co.za> Stefan Krah added the comment: It's a gcc bug, see #20324. ---------- nosy: +skrah resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 17 23:44:47 2014 From: report at bugs.python.org (Robert Collins) Date: Fri, 17 Oct 2014 21:44:47 +0000 Subject: [issue22663] patchcheck alters content of .png files Message-ID: <1413582287.26.0.112923859968.issue22663@psf.upfronthosting.co.za> New submission from Robert Collins: cpython.hg$ make patchcheck ./python ./Tools/scripts/patchcheck.py Getting the list of files that have been added/changed ... 448 files Fixing whitespace ... 0 files Fixing C file whitespace ... 5 files: Include/patchlevel.h Modules/_ctypes/callbacks.c Modules/_io/_iomodule.c Modules/_io/fileio.c Modules/_posixsubprocess.c Fixing docs whitespace ... 1 file: Doc/tools/static/py.png Docs modified ... yes Misc/ACKS updated ... yes Misc/NEWS updated ... yes configure regenerated ... yes pyconfig.h.in regenerated ... no Note the change to py.png: its not a text filetohave its whitespace changed :/. ---------- messages: 229609 nosy: rbcollins priority: normal severity: normal status: open title: patchcheck alters content of .png files _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 00:22:27 2014 From: report at bugs.python.org (Ethan Furman) Date: Fri, 17 Oct 2014 22:22:27 +0000 Subject: [issue7186] Document specialness of __doc__, and possibly other "special" attributes In-Reply-To: <1256240855.61.0.550470965616.issue7186@psf.upfronthosting.co.za> Message-ID: <1413584547.48.0.0760331448553.issue7186@psf.upfronthosting.co.za> Ethan Furman added the comment: Patch attached for the __doc__ attribute. ---------- keywords: +patch nosy: +ethan.furman stage: needs patch -> patch review Added file: http://bugs.python.org/file36956/issue7186.stoneleaf.01.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 00:25:41 2014 From: report at bugs.python.org (ppperry) Date: Fri, 17 Oct 2014 22:25:41 +0000 Subject: [issue22664] IDLE: Standard output and error from multiprocessing vanishes Message-ID: <1413584741.24.0.854552509589.issue22664@psf.upfronthosting.co.za> New submission from ppperry: Note: not sure whether this issue belongs as a "behavior" or an "enhancement" In IDLE: >>> def print_a_test_string(): print "test" >>>print_a_test_string() test >>>threading.Thread(target=print_a_test_string).start() test >>>multiprocessing.Process(target=print_a_test_string).start() [test is not said] >>> Running this example in the standard interpreter will print "test" all three times (in current thread, new thread, new process). (Acutally, I got an AttributeError and had to work aroung it using functools.partial(print, "test")) OS: Windows XP ---------- components: IDLE, Library (Lib) messages: 229611 nosy: ppperry priority: normal severity: normal status: open title: IDLE: Standard output and error from multiprocessing vanishes type: behavior versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 00:29:36 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 17 Oct 2014 22:29:36 +0000 Subject: [issue7186] Document specialness of __doc__, and possibly other "special" attributes In-Reply-To: <1256240855.61.0.550470965616.issue7186@psf.upfronthosting.co.za> Message-ID: <1413584976.57.0.410125369665.issue7186@psf.upfronthosting.co.za> R. David Murray added the comment: Looks fine to me. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 00:32:26 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 17 Oct 2014 22:32:26 +0000 Subject: [issue22663] patchcheck alters content of .png files In-Reply-To: <1413582287.26.0.112923859968.issue22663@psf.upfronthosting.co.za> Message-ID: <1413585146.61.0.239876452686.issue22663@psf.upfronthosting.co.za> Antoine Pitrou added the comment: I can't reproduce. Which platform are you on? ---------- nosy: +georg.brandl, pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 00:32:51 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 17 Oct 2014 22:32:51 +0000 Subject: [issue22653] Crash in insertdict In-Reply-To: <1413462074.66.0.621604261793.issue22653@psf.upfronthosting.co.za> Message-ID: <1413585171.83.0.829392843147.issue22653@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- versions: -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 00:35:54 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 17 Oct 2014 22:35:54 +0000 Subject: [issue22653] Crash in insertdict In-Reply-To: <1413462074.66.0.621604261793.issue22653@psf.upfronthosting.co.za> Message-ID: <20141017223552.95049.4380@psf.io> Roundup Robot added the comment: New changeset 9ec84f9b61c6 by Antoine Pitrou in branch '3.4': Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode. https://hg.python.org/cpython/rev/9ec84f9b61c6 New changeset 4ff865976bb9 by Antoine Pitrou in branch 'default': Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode. https://hg.python.org/cpython/rev/4ff865976bb9 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 00:38:27 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 17 Oct 2014 22:38:27 +0000 Subject: [issue22653] Crash in insertdict In-Reply-To: <1413462074.66.0.621604261793.issue22653@psf.upfronthosting.co.za> Message-ID: <1413585507.93.0.635456592483.issue22653@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Ok, then I've committed the patch to 3.4 and 3.5. ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 01:33:02 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 17 Oct 2014 23:33:02 +0000 Subject: [issue21991] The new email API should use MappingProxyType instead of returning new dicts. In-Reply-To: <1405520998.88.0.739114728398.issue21991@psf.upfronthosting.co.za> Message-ID: <20141017233258.95045.95725@psf.io> Roundup Robot added the comment: New changeset fea3ddcaf652 by R David Murray in branch '3.4': #21991: make headerregistry params property MappingProxyType. https://hg.python.org/cpython/rev/fea3ddcaf652 New changeset 5beb1ea76f36 by R David Murray in branch 'default': Merge: #21991: make headerregistry params property MappingProxyType. https://hg.python.org/cpython/rev/5beb1ea76f36 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 01:34:23 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 17 Oct 2014 23:34:23 +0000 Subject: [issue21991] The new email API should use MappingProxyType instead of returning new dicts. In-Reply-To: <1405520998.88.0.739114728398.issue21991@psf.upfronthosting.co.za> Message-ID: <1413588863.26.0.0525448628832.issue21991@psf.upfronthosting.co.za> R. David Murray added the comment: Thanks, St?phane. I committed the fix with a modified test. ---------- resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 01:58:22 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 17 Oct 2014 23:58:22 +0000 Subject: [issue13664] UnicodeEncodeError in gzip when filename contains non-ascii In-Reply-To: <1324914932.64.0.469258692044.issue13664@psf.upfronthosting.co.za> Message-ID: <1413590301.99.0.129112341645.issue13664@psf.upfronthosting.co.za> Terry J. Reedy added the comment: test_gzip passed after this patch. ---------- status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 02:07:35 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 18 Oct 2014 00:07:35 +0000 Subject: [issue9351] argparse set_defaults on subcommands should override top level set_defaults In-Reply-To: <1279894012.43.0.0678646409.issue9351@psf.upfronthosting.co.za> Message-ID: <20141018000732.64057.76384@psf.io> Roundup Robot added the comment: New changeset e9cb45ccf42b by R David Murray in branch '3.4': #9351: set_defaults on subparser is no longer ignored if set on parent. https://hg.python.org/cpython/rev/e9cb45ccf42b New changeset b35a811d4420 by R David Murray in branch 'default': Merge: #9351: set_defaults on subparser is no longer ignored if set on parent. https://hg.python.org/cpython/rev/b35a811d4420 New changeset 1a3143752db2 by R David Murray in branch '2.7': #9351: set_defaults on subparser is no longer ignored if set on parent. https://hg.python.org/cpython/rev/1a3143752db2 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 02:08:40 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 18 Oct 2014 00:08:40 +0000 Subject: [issue9351] argparse set_defaults on subcommands should override top level set_defaults In-Reply-To: <1279894012.43.0.0678646409.issue9351@psf.upfronthosting.co.za> Message-ID: <1413590920.75.0.730404766112.issue9351@psf.upfronthosting.co.za> R. David Murray added the comment: Thanks, Jyrki. ---------- nosy: +r.david.murray resolution: -> fixed stage: commit review -> resolved status: open -> closed versions: +Python 3.4, Python 3.5 -Python 3.2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 02:12:59 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 18 Oct 2014 00:12:59 +0000 Subject: [issue15989] Possible integer overflow of PyLong_AsLong() results In-Reply-To: <1348167705.87.0.588220983695.issue15989@psf.upfronthosting.co.za> Message-ID: <1413591179.42.0.906996087127.issue15989@psf.upfronthosting.co.za> R. David Murray added the comment: Are the fixes in the final patch waiting for someone to write tests, or is the intent to commit them without tests after a final review because tests are too difficult to write? ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 02:30:28 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 18 Oct 2014 00:30:28 +0000 Subject: [issue18853] Got ResourceWarning unclosed file when running Lib/shlex.py demo In-Reply-To: <1377612267.45.0.680080135941.issue18853@psf.upfronthosting.co.za> Message-ID: <20141018003025.27655.83335@psf.io> Roundup Robot added the comment: New changeset 4c2b77d0680b by R David Murray in branch '3.4': #18853: Fix resource warning in shlex's __main__ section. https://hg.python.org/cpython/rev/4c2b77d0680b New changeset 8ed630f28753 by R David Murray in branch 'default': Merge: #18853: Fix resource warning in shlex's __main__ section. https://hg.python.org/cpython/rev/8ed630f28753 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 02:34:52 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 18 Oct 2014 00:34:52 +0000 Subject: [issue18853] Got ResourceWarning unclosed file when running Lib/shlex.py demo In-Reply-To: <1377612267.45.0.680080135941.issue18853@psf.upfronthosting.co.za> Message-ID: <1413592492.33.0.439570776066.issue18853@psf.upfronthosting.co.za> R. David Murray added the comment: Thanks for the patch, Vajrasky, but I chose a different fix, since the proposed one could leave the file open if the shlex constructor raised an error. Not particularly important, but as long as we are cleaning up the code we might as well make it as clean as we can. Since 2.7 doesn't generate ResourceWarnings I chose not to apply it there. ---------- nosy: +r.david.murray resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 02:39:21 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 18 Oct 2014 00:39:21 +0000 Subject: [issue17401] io.FileIO closefd parameter is not documented nor shown in repr In-Reply-To: <1363057927.36.0.00381165430664.issue17401@psf.upfronthosting.co.za> Message-ID: <20141018003900.64059.72958@psf.io> Roundup Robot added the comment: New changeset a1500e4a159a by Robert Collins in branch 'default': Issue #17401: document closefd in io.FileIO docs and add to repr https://hg.python.org/cpython/rev/a1500e4a159a ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 02:40:47 2014 From: report at bugs.python.org (Robert Collins) Date: Sat, 18 Oct 2014 00:40:47 +0000 Subject: [issue16079] list duplicate test names with patchcheck In-Reply-To: <1348827338.06.0.659343787847.issue16079@psf.upfronthosting.co.za> Message-ID: <1413592847.4.0.864412280488.issue16079@psf.upfronthosting.co.za> Robert Collins added the comment: FWIW testtools rejects test suites with duplicate test ids; I'm considering adding that feature into unittest itself. We'd need an option to make it warn rather than error I think, but if we did that we wouldn't need a separate script at all. ---------- nosy: +rbcollins _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 03:28:33 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sat, 18 Oct 2014 01:28:33 +0000 Subject: [issue22606] Inconsistency between Python 2 and PyPy regarding future imports In-Reply-To: <1412974125.28.0.470692866106.issue22606@psf.upfronthosting.co.za> Message-ID: <1413595713.57.0.343399810573.issue22606@psf.upfronthosting.co.za> Terry J. Reedy added the comment: A difference in internal behavior between CPython and PyPy is not necessarily a CPython bug, or even a PyPy bug. It may just be an implementation choice. So ignore PyPy and consider Python doc versus CPython behavior. Running the three quoted lines by themselves gives SyntaxError. compiling the ast object does the same. So this is one of those SyntaxErrors not noticed (or at least not enforced) until the compile phase. This was specified in PEP 236 and still is in the Reference: "A future statement is recognized and treated specially at compile time". Whenever the compiler raises SyntaxError, it declares the AST to be syntactically invalid. How can this be? The ast doc starts with "The ast module helps Python applications to process trees of the Python *abstract syntax grammar*. ... this module helps to find out programmatically what the current grammar looks like." (asterisks added). The abstract grammar does *not* include a 'Future' statement. In your code, x.body[1] is an ImportFrom object. So the ast from the code above does not violate the abstract grammar and there is no parsing bug. We should either either close this as 'not a bug' or change to a doc issue to add something about the ast abstract grammar being 'looser' than the defacto context-sensitive Python grammar. Perhaps something like "The language defined by the context-free LL(1) abstract grammer is a superset of the actual context-sensitive Python language. (Consider position-dependent future statements.) Consequently, some ast trees generate a SyntaxError when compiled." It is somewhat arbitrary when a print statement is converted to a print expression -- while parsing, or while compiling. The two implementations made different choices. Since the parser does recognize a Future statement and change the ast objects it creates, it would be possible to add a Future object to ast trees. But it would do no good as far as the syntax check goes. The context-free LL(1) parser could not recognize a violation of the context-sensitive constraint. ---------- nosy: +benjamin.peterson, terry.reedy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 04:59:59 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sat, 18 Oct 2014 02:59:59 +0000 Subject: [issue22607] find by dichotomy the failing test In-Reply-To: <1413016289.65.0.402088984068.issue22607@psf.upfronthosting.co.za> Message-ID: <1413601199.98.0.33361478355.issue22607@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I believe the goal, and a better title, is "Automate leak discovery within a group of tests". Bisection or dichotomy is a means, not a goal, and should not be part of the title. "Leak discovery" means 'find a test within the group that has a leak (which we know or suspect might be occurring)'. 'Test' can mean multiple modules, one module, one TestCase class, one test_xxx method, one subtest, or one assert. What might it mean in 'group of tests'? Pinning a leak on a particular statement likely has to be done manually; eliminate that. On the other hand, it is feasible (see below) to automatically blame a particular test method and perhaps a particular subtest. So interprete 'tests' as 'test methods or subtests'. Unittest can run all test methods in a module, all test methods in a test class, or an individual test method. Idle already has a module browser (Class Browser), based on stdlib's pyclbr and Idle's TreeWidget, that could be adapted (perhaps using ttk.Treeview instead) to produce a module-test_class-test tree. Add buttons to select a particular leak test and others to select manual or auto nagivation of the tree and we might have something worthwhile. It could go in Tools/Scripts or PyPI. I have not used subtests yet since they are not available on 2.7, but I can imagine semi-automated editing, saving to a temp file, and running. I would need experience with real subtest bisection to comment on the patch. ---------- nosy: +terry.reedy stage: -> test needed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 05:12:44 2014 From: report at bugs.python.org (Aaron Hill) Date: Sat, 18 Oct 2014 03:12:44 +0000 Subject: [issue18216] gettext doesn't check MO versions In-Reply-To: <1371242081.43.0.507366610452.issue18216@psf.upfronthosting.co.za> Message-ID: <1413601964.5.0.73809846775.issue18216@psf.upfronthosting.co.za> Aaron Hill added the comment: Okay, then. I'll just leave it out. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 06:33:55 2014 From: report at bugs.python.org (Aaron Hill) Date: Sat, 18 Oct 2014 04:33:55 +0000 Subject: [issue18216] gettext doesn't check MO versions In-Reply-To: <1371242081.43.0.507366610452.issue18216@psf.upfronthosting.co.za> Message-ID: <1413606835.92.0.516686076285.issue18216@psf.upfronthosting.co.za> Changes by Aaron Hill : Added file: http://bugs.python.org/file36957/gettext-mo-fix-minor-version.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 06:35:30 2014 From: report at bugs.python.org (Aaron Hill) Date: Sat, 18 Oct 2014 04:35:30 +0000 Subject: [issue18216] gettext doesn't check MO versions In-Reply-To: <1371242081.43.0.507366610452.issue18216@psf.upfronthosting.co.za> Message-ID: <1413606930.72.0.713284652614.issue18216@psf.upfronthosting.co.za> Changes by Aaron Hill : Removed file: http://bugs.python.org/file36957/gettext-mo-fix-minor-version.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 06:42:17 2014 From: report at bugs.python.org (Aaron Hill) Date: Sat, 18 Oct 2014 04:42:17 +0000 Subject: [issue18216] gettext doesn't check MO versions In-Reply-To: <1371242081.43.0.507366610452.issue18216@psf.upfronthosting.co.za> Message-ID: <1413607337.04.0.875081188819.issue18216@psf.upfronthosting.co.za> Changes by Aaron Hill : Added file: http://bugs.python.org/file36958/gettext-mo-fixup.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 06:42:58 2014 From: report at bugs.python.org (Aaron Hill) Date: Sat, 18 Oct 2014 04:42:58 +0000 Subject: [issue18216] gettext doesn't check MO versions In-Reply-To: <1371242081.43.0.507366610452.issue18216@psf.upfronthosting.co.za> Message-ID: <1413607378.58.0.217010966736.issue18216@psf.upfronthosting.co.za> Aaron Hill added the comment: I've added a second patch, which properly distinguishes between major and minor revisions, and updates the docs to account for the new behavior. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 06:58:33 2014 From: report at bugs.python.org (Martin Panter) Date: Sat, 18 Oct 2014 04:58:33 +0000 Subject: [issue15944] memoryviews and ctypes In-Reply-To: <1347635130.32.0.649142152247.issue15944@psf.upfronthosting.co.za> Message-ID: <1413608313.45.0.867819859053.issue15944@psf.upfronthosting.co.za> Changes by Martin Panter : ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 07:07:25 2014 From: report at bugs.python.org (Martin Panter) Date: Sat, 18 Oct 2014 05:07:25 +0000 Subject: [issue21436] Consider leaving importlib.abc.Loader.load_module() In-Reply-To: <1399291208.69.0.802643633069.issue21436@psf.upfronthosting.co.za> Message-ID: <1413608845.22.0.687226789848.issue21436@psf.upfronthosting.co.za> Changes by Martin Panter : ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 07:14:13 2014 From: report at bugs.python.org (Martin Panter) Date: Sat, 18 Oct 2014 05:14:13 +0000 Subject: [issue22665] shutil.__all__ incomplete Message-ID: <1413609253.18.0.504077117345.issue22665@psf.upfronthosting.co.za> New submission from Martin Panter: Continuing on from Issue 22247 (other out-of-date __all__ attributes), shutil.__all__ is missing (at least) get_terminal_size(), which was implemented for Issue 13609. ---------- components: Library (Lib) messages: 229630 nosy: vadmium priority: normal severity: normal status: open title: shutil.__all__ incomplete type: behavior versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 07:26:13 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 18 Oct 2014 05:26:13 +0000 Subject: [issue7186] Document specialness of __doc__, and possibly other "special" attributes In-Reply-To: <1256240855.61.0.550470965616.issue7186@psf.upfronthosting.co.za> Message-ID: <20141018052605.109745.89430@psf.io> Roundup Robot added the comment: New changeset 7c183c782401 by Ethan Furman in branch '3.4': Issue7186: document that __doc__ is not inherited by subclasses https://hg.python.org/cpython/rev/7c183c782401 New changeset cb8606fc84df by Ethan Furman in branch 'default': Issue7186: document that __doc__ is not inherited by subclasses https://hg.python.org/cpython/rev/cb8606fc84df ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 07:28:40 2014 From: report at bugs.python.org (Ethan Furman) Date: Sat, 18 Oct 2014 05:28:40 +0000 Subject: [issue7186] Document specialness of __doc__, and possibly other "special" attributes In-Reply-To: <1256240855.61.0.550470965616.issue7186@psf.upfronthosting.co.za> Message-ID: <1413610120.31.0.477335706301.issue7186@psf.upfronthosting.co.za> Changes by Ethan Furman : ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 07:28:54 2014 From: report at bugs.python.org (Ethan Furman) Date: Sat, 18 Oct 2014 05:28:54 +0000 Subject: [issue7186] Document specialness of __doc__, and possibly other "special" attributes In-Reply-To: <1256240855.61.0.550470965616.issue7186@psf.upfronthosting.co.za> Message-ID: <1413610134.36.0.653219672998.issue7186@psf.upfronthosting.co.za> Changes by Ethan Furman : ---------- versions: +Python 3.4, Python 3.5 -Python 2.7, Python 3.1, Python 3.2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 07:54:46 2014 From: report at bugs.python.org (Ethan Furman) Date: Sat, 18 Oct 2014 05:54:46 +0000 Subject: [issue20689] socket.AddressFamily is absent in pydoc output In-Reply-To: <1392846231.92.0.877729526806.issue20689@psf.upfronthosting.co.za> Message-ID: <1413611686.39.0.408701071781.issue20689@psf.upfronthosting.co.za> Ethan Furman added the comment: As I said in msg209237: ------------------------------------------------------------------------------------ > The containers are there to help with discoverability. If you want to know what > all the (common) AF values are you can either do > > [name for name in dir(socket) if name.isupper() and name.startswith('AF_')] > > or > > list(socket.AddressFamily) ------------------------------------------------------------------------------------ The Enum classes have been documented, so they should be in __all__. ---------- nosy: +ethan.furman _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 08:46:52 2014 From: report at bugs.python.org (Pierre Boulanger) Date: Sat, 18 Oct 2014 06:46:52 +0000 Subject: [issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1 In-Reply-To: <1413402308.59.0.884804309845.issue22648@psf.upfronthosting.co.za> Message-ID: <1413614812.27.0.859808846212.issue22648@psf.upfronthosting.co.za> Pierre Boulanger added the comment: the result of log is: === Verbose logging started: 18-10-14 08:42:21 Build type: SHIP UNICODE 5.00.9600.00 Calling process: C:\WINDOWS\system32\msiexec.exe === MSI (c) (C4:34) [08:42:21:518]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg MSI (c) (C4:34) [08:42:21:518]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg MSI (c) (C4:24) [08:42:21:550]: Resetting cached policy values MSI (c) (C4:24) [08:42:21:565]: Machine policy value 'Debug' is 0 MSI (c) (C4:24) [08:42:21:565]: ******* RunEngine: ******* Product: C:\Users\pierre\Doocuments\python-3.4.2.amd64.msi ******* Action: ******* CommandLine: ********** MSI (c) (C4:24) [08:42:21:565]: Note: 1: 2203 2: C:\Users\pierre\Doocuments\python-3.4.2.amd64.msi 3: -2147287037 MSI (c) (C4:24) [08:42:21:565]: MainEngineThread is returning 3 === Verbose logging stopped: 18-10-14 08:42:21 === ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 09:42:06 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sat, 18 Oct 2014 07:42:06 +0000 Subject: [issue22645] Unable to install Python 3.4.2 amd64 on Windows 8.1 Update 1 In-Reply-To: <1413387856.31.0.878649422025.issue22645@psf.upfronthosting.co.za> Message-ID: <1413618126.22.0.0197513172836.issue22645@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I had no trouble ungrading 3.4.1 to 3.4.2 with win7 up to date with 'required' updates and most recommendedupdates. ---------- nosy: +terry.reedy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 09:46:29 2014 From: report at bugs.python.org (Martin Panter) Date: Sat, 18 Oct 2014 07:46:29 +0000 Subject: [issue21228] Missing enumeration of HTTPResponse Objects methods of urllib.request.urlopen's http.client.HTTPResponse? In-Reply-To: <1397520483.48.0.224250148615.issue21228@psf.upfronthosting.co.za> Message-ID: <1413618389.07.0.772451036238.issue21228@psf.upfronthosting.co.za> Martin Panter added the comment: Is there anything else that needs doing to get this committed and resolved? My patch is just a trivial reordering of Evens?s, with about one sentence deleted. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 10:24:18 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Sat, 18 Oct 2014 08:24:18 +0000 Subject: [issue21991] The new email API should use MappingProxyType instead of returning new dicts. In-Reply-To: <1413588863.26.0.0525448628832.issue21991@psf.upfronthosting.co.za> Message-ID: St?phane Wirtel added the comment: Thanks David, ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 10:38:32 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Sat, 18 Oct 2014 08:38:32 +0000 Subject: [issue17095] Modules/Setup *shared* support broken In-Reply-To: <1413397767.93.0.835192978343.issue17095@psf.upfronthosting.co.za> Message-ID: <2CCD73A1-DD61-4801-8C2A-1777C7940E07@wirtel.be> St?phane Wirtel added the comment: Hi Ned, For the first point, maybe close this issue and open a new bug for the second. What do you think? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 10:59:31 2014 From: report at bugs.python.org (Ned Deily) Date: Sat, 18 Oct 2014 08:59:31 +0000 Subject: [issue17095] Shared modules built with Modules/Setup are not found when run from build directory In-Reply-To: <1359669296.59.0.227426586133.issue17095@psf.upfronthosting.co.za> Message-ID: <1413622771.53.0.788540213859.issue17095@psf.upfronthosting.co.za> Ned Deily added the comment: Sorry, I don't see the point of opening another issue, especially since most of the discussion in this issue has been about the second problem. I have updated the issue title to be more specific, though. ---------- title: Modules/Setup *shared* support broken -> Shared modules built with Modules/Setup are not found when run from build directory _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 11:09:12 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Sat, 18 Oct 2014 09:09:12 +0000 Subject: [issue17095] Shared modules built with Modules/Setup are not found when run from build directory In-Reply-To: <1413622771.53.0.788540213859.issue17095@psf.upfronthosting.co.za> Message-ID: <0EBB074E-2400-454C-B742-82B38A13937D@wirtel.be> St?phane Wirtel added the comment: Thanks Ned ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 15:08:05 2014 From: report at bugs.python.org (Flavio Grossi) Date: Sat, 18 Oct 2014 13:08:05 +0000 Subject: [issue22666] email.Header no encoding of unicode strings containing newlines Message-ID: <1413637685.41.0.262065905558.issue22666@psf.upfronthosting.co.za> New submission from Flavio Grossi: When trying to encode an email header with a newline in it, correct encoding is done only for strings and not for unicode strings. In fact, for unicode strings, encoding is only done if a non ascii character is contained in it. The attached patch should fix the problem. Simple example to reproduce the problem: >>> from email.Header import Header as H # correctly encoded >>> H('two\r\nlines', 'utf-8').encode() '=?utf-8?q?two=0D=0Alines?=' # unicode string not encoded >>> H(u'two\r\nlines', 'utf-8').encode() 'two\r\nlines' # unicode string with non ascii chars, correctly encoded >>> H(u'two\r\nlines and \xe0', 'utf-8').encode() '=?utf-8?b?dHdvDQpsaW5lcyBhbmQgw6A=?=' ---------- components: email files: fix_email_header_encoding_uses_ascii_before_selected_charset.diff keywords: patch messages: 229640 nosy: barry, flavio, r.david.murray priority: normal severity: normal status: open title: email.Header no encoding of unicode strings containing newlines type: behavior versions: Python 2.7 Added file: http://bugs.python.org/file36959/fix_email_header_encoding_uses_ascii_before_selected_charset.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 15:13:19 2014 From: report at bugs.python.org (=?utf-8?q?C=C3=A9dric_Krier?=) Date: Sat, 18 Oct 2014 13:13:19 +0000 Subject: [issue13918] locale.atof documentation is missing func argument In-Reply-To: <1328105541.08.0.458455853203.issue13918@psf.upfronthosting.co.za> Message-ID: <1413637999.39.0.241571013402.issue13918@psf.upfronthosting.co.za> C?dric Krier added the comment: A new version with unittest. ---------- Added file: http://bugs.python.org/file36960/delocalize.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 15:55:03 2014 From: report at bugs.python.org (Steve Dower) Date: Sat, 18 Oct 2014 13:55:03 +0000 Subject: [issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1 In-Reply-To: <1413402308.59.0.884804309845.issue22648@psf.upfronthosting.co.za> Message-ID: <1413640503.65.0.902665921399.issue22648@psf.upfronthosting.co.za> Steve Dower added the comment: Hmm, I'm used to seeing far more detail in verbose logs than that (normally they'd be a few hundred KB). I'm sorry, I don't know how to diagnose this issue. Have you tried clearing your internet cache and downloading it again? Maybe try the 32-bit version (just to rule out some system configuration issues). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 15:58:04 2014 From: report at bugs.python.org (Steve Dower) Date: Sat, 18 Oct 2014 13:58:04 +0000 Subject: [issue22645] Unable to install Python 3.4.2 amd64 on Windows 8.1 Update 1 In-Reply-To: <1413387856.31.0.878649422025.issue22645@psf.upfronthosting.co.za> Message-ID: <1413640684.33.0.772240681189.issue22645@psf.upfronthosting.co.za> Changes by Steve Dower : ---------- nosy: +loewis _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 16:09:06 2014 From: report at bugs.python.org (=?utf-8?q?Martin_v=2E_L=C3=B6wis?=) Date: Sat, 18 Oct 2014 14:09:06 +0000 Subject: [issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1 In-Reply-To: <1413402308.59.0.884804309845.issue22648@psf.upfronthosting.co.za> Message-ID: <1413641346.7.0.0429177168217.issue22648@psf.upfronthosting.co.za> Martin v. L?wis added the comment: 2203 is "Cannot open database file. System error [3].", with -2147287037 being 0x80030003, which in turn is STG_E_PATHNOTFOUND. Could it be that C:\Users\pierre\Doocuments\python-3.4.2.amd64.msi is on a SUBSTed drive? Installer does not support installing from that location. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 17:50:58 2014 From: report at bugs.python.org (ppperry) Date: Sat, 18 Oct 2014 15:50:58 +0000 Subject: [issue22664] IDLE: Standard output and error from multiprocessing vanishes In-Reply-To: <1413584741.24.0.854552509589.issue22664@psf.upfronthosting.co.za> Message-ID: <1413647458.44.0.833083793456.issue22664@psf.upfronthosting.co.za> Changes by ppperry : ---------- nosy: +kbk, roger.serwy, terry.reedy -ppperry _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 18:50:34 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 18 Oct 2014 16:50:34 +0000 Subject: [issue13918] locale.atof documentation is missing func argument In-Reply-To: <1328105541.08.0.458455853203.issue13918@psf.upfronthosting.co.za> Message-ID: <1413651034.07.0.618812178786.issue13918@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Thanks for the updated patch, C?dric. Just some remarks: - the documentation should mention that the return value is still a string - the documentation needs a "versionadded" marker next to the new function - have you already signed the contributor's agreement? otherwise you should sign it at https://www.python.org/psf/contrib/contrib-form/ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 19:04:51 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 18 Oct 2014 17:04:51 +0000 Subject: [issue22664] IDLE: Standard output and error from multiprocessing vanishes In-Reply-To: <1413584741.24.0.854552509589.issue22664@psf.upfronthosting.co.za> Message-ID: <1413651891.31.0.524075679752.issue22664@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: This is a duplicate of issue11820. ---------- nosy: +serhiy.storchaka resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> idle3 shell os.system swallows shell command output _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 19:24:01 2014 From: report at bugs.python.org (eryksun) Date: Sat, 18 Oct 2014 17:24:01 +0000 Subject: [issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1 In-Reply-To: <1413402308.59.0.884804309845.issue22648@psf.upfronthosting.co.za> Message-ID: <1413653041.39.0.117118913047.issue22648@psf.upfronthosting.co.za> eryksun added the comment: > MSI (c) (C4:24) [08:42:21:565]: Note: 1: 2203 2: > C:\Users\pierre\Doocuments\python-3.4.2.amd64.msi 3: > -2147287037 "Doocuments" is probably a typo. Try again using "Documents". ---------- nosy: +eryksun _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 19:44:51 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 18 Oct 2014 17:44:51 +0000 Subject: [issue12020] Attribute error with flush on stdout,stderr In-Reply-To: <1304703877.7.0.898555574271.issue12020@psf.upfronthosting.co.za> Message-ID: <1413654291.96.0.387676001045.issue12020@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Since 29ba6c399090 stdout and stderr flush upon exit. But any errors on flushing were swallowed. Since 4ca497f4819c (issue5319) an error is printed if stdout flushing fails. FlushFile doesn't provide all methods and attributes of io.TextIOBase. But it is not required that sys.stdout should be an instance of io.TextIOBase or provide the flush() method. I suppose this is either not a bug or documentation issue. ---------- components: -Windows nosy: +pitrou, serhiy.storchaka versions: +Python 3.4, Python 3.5 -Python 3.2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 20:00:40 2014 From: report at bugs.python.org (Matthew Barnett) Date: Sat, 18 Oct 2014 18:00:40 +0000 Subject: [issue22645] Unable to install Python 3.4.2 amd64 on Windows 8.1 Update 1 In-Reply-To: <1413387856.31.0.878649422025.issue22645@psf.upfronthosting.co.za> Message-ID: <1413655240.62.0.637806053666.issue22645@psf.upfronthosting.co.za> Matthew Barnett added the comment: @Terry: Just to clarify, I didn't have a problem installing over Python 3.4.1, only with uninstalling Python 3.4.1 (with other stuff installed there) and then installing Python 3.4.2. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 20:07:42 2014 From: report at bugs.python.org (ppperry) Date: Sat, 18 Oct 2014 18:07:42 +0000 Subject: [issue11820] idle3 shell os.system swallows shell command output In-Reply-To: <1302421540.99.0.957938249964.issue11820@psf.upfronthosting.co.za> Message-ID: <1413655662.71.0.257611002221.issue11820@psf.upfronthosting.co.za> ppperry added the comment: The same lack of output occurs from processes started via the multiprocessing module. ---------- nosy: +ppperry versions: +Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 20:25:23 2014 From: report at bugs.python.org (Alex Gaynor) Date: Sat, 18 Oct 2014 18:25:23 +0000 Subject: [issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack) In-Reply-To: <1413328275.88.0.275500633746.issue22638@psf.upfronthosting.co.za> Message-ID: <1413656723.79.0.0409096080157.issue22638@psf.upfronthosting.co.za> Alex Gaynor added the comment: Benjamin, do you have an opinion on backporting this to 2.7? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 20:31:22 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sat, 18 Oct 2014 18:31:22 +0000 Subject: [issue11820] idle3 shell os.system swallows shell command output In-Reply-To: <1302421540.99.0.957938249964.issue11820@psf.upfronthosting.co.za> Message-ID: <1413657082.17.0.94667938153.issue11820@psf.upfronthosting.co.za> Terry J. Reedy added the comment: #22664 (closed as duplicate of this) has ppperry's multiprocessing test example. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 20:35:14 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 18 Oct 2014 18:35:14 +0000 Subject: [issue22660] Review ssl docs for security recommendations In-Reply-To: <1413568853.31.0.251861459385.issue22660@psf.upfronthosting.co.za> Message-ID: <1413657314.89.0.597972174273.issue22660@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Here is a patch. ---------- keywords: +patch Added file: http://bugs.python.org/file36961/ssldoc.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 21:26:20 2014 From: report at bugs.python.org (Drekin) Date: Sat, 18 Oct 2014 19:26:20 +0000 Subject: [issue22667] Incorrect evaluation of variables with names containing supplementary characters Message-ID: <1413660380.02.0.891262818036.issue22667@psf.upfronthosting.co.za> New submission from Drekin: >>> eval("\N{mathematical double-struck capital a}") NameError: name 'A' is not defined >>> A = 2 >>> eval("\N{mathematical double-struck capital a}") 2 >>> "\N{mathematical double-struck capital a}" == "A" False ---------- components: Interpreter Core, Unicode messages: 229653 nosy: Drekin, ezio.melotti, haypo priority: normal severity: normal status: open title: Incorrect evaluation of variables with names containing supplementary characters versions: Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 21:41:13 2014 From: report at bugs.python.org (Benjamin Peterson) Date: Sat, 18 Oct 2014 19:41:13 +0000 Subject: [issue22667] Incorrect evaluation of variables with names containing supplementary characters In-Reply-To: <1413660380.02.0.891262818036.issue22667@psf.upfronthosting.co.za> Message-ID: <1413661273.43.0.819884974939.issue22667@psf.upfronthosting.co.za> Benjamin Peterson added the comment: Identifier names are normalized. >>> unicodedata.normalize("NFKC", "\N{mathematical double-struck capital a}") == "A" True ---------- nosy: +benjamin.peterson resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 21:45:33 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 18 Oct 2014 19:45:33 +0000 Subject: [issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1 In-Reply-To: <1413402308.59.0.884804309845.issue22648@psf.upfronthosting.co.za> Message-ID: <1413661533.5.0.948056275037.issue22648@psf.upfronthosting.co.za> Georg Brandl added the comment: Removed the message containing the log. It is making it very clumsy to view this issue. Please resubmit as a file attachment. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 21:45:37 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 18 Oct 2014 19:45:37 +0000 Subject: [issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1 In-Reply-To: <1413402308.59.0.884804309845.issue22648@psf.upfronthosting.co.za> Message-ID: <1413661537.21.0.645236428319.issue22648@psf.upfronthosting.co.za> Changes by Georg Brandl : ---------- Removed message: http://bugs.python.org/msg229654 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 21:46:28 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 18 Oct 2014 19:46:28 +0000 Subject: [issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1 In-Reply-To: <1413402308.59.0.884804309845.issue22648@psf.upfronthosting.co.za> Message-ID: <1413661588.99.0.143484085831.issue22648@psf.upfronthosting.co.za> Changes by Georg Brandl : ---------- Removed message: http://bugs.python.org/msg229655 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 21:52:04 2014 From: report at bugs.python.org (Pierre Boulanger) Date: Sat, 18 Oct 2014 19:52:04 +0000 Subject: [issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1 In-Reply-To: <1413402308.59.0.884804309845.issue22648@psf.upfronthosting.co.za> Message-ID: <1413661924.45.0.995588784042.issue22648@psf.upfronthosting.co.za> Pierre Boulanger added the comment: Here is the right log... ---------- Added file: http://bugs.python.org/file36962/log.txt _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 22:53:24 2014 From: report at bugs.python.org (Ben Hoyt) Date: Sat, 18 Oct 2014 20:53:24 +0000 Subject: [issue22524] PEP 471 implementation: os.scandir() directory scanning function In-Reply-To: <1412088162.24.0.84630531931.issue22524@psf.upfronthosting.co.za> Message-ID: <1413665604.17.0.763643983209.issue22524@psf.upfronthosting.co.za> Ben Hoyt added the comment: Attaching updated patch (scandir-2.patch) per Victor's code review here: http://bugs.python.org/review/22524/diff/13005/Modules/posixmodule.c Note that I haven't included test_scandir.py this time, as I haven't made any changes there, and it's not really ready for Python 3.5 yet. ---------- Added file: http://bugs.python.org/file36963/scandir-2.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 23:08:33 2014 From: report at bugs.python.org (=?utf-8?q?C=C3=A9dric_Krier?=) Date: Sat, 18 Oct 2014 21:08:33 +0000 Subject: [issue13918] locale.atof documentation is missing func argument In-Reply-To: <1328105541.08.0.458455853203.issue13918@psf.upfronthosting.co.za> Message-ID: <1413666513.28.0.282195773961.issue13918@psf.upfronthosting.co.za> C?dric Krier added the comment: Add return value is string in doc Add versionadded And yes I signed the agreement. ---------- Added file: http://bugs.python.org/file36964/delocalize.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 23:11:03 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 18 Oct 2014 21:11:03 +0000 Subject: [issue20155] Regression test test_httpservers fails, hangs on Windows In-Reply-To: <1389053951.39.0.997653737297.issue20155@psf.upfronthosting.co.za> Message-ID: <20141018211100.41888.73958@psf.io> Roundup Robot added the comment: New changeset 3ffa43e8ab47 by Terry Jan Reedy in branch '2.7': Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa, https://hg.python.org/cpython/rev/3ffa43e8ab47 New changeset 5c0f17063fb8 by Terry Jan Reedy in branch '3.4': Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa, https://hg.python.org/cpython/rev/5c0f17063fb8 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 23:41:20 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sat, 18 Oct 2014 21:41:20 +0000 Subject: [issue20155] Regression test test_httpservers fails, hangs on Windows In-Reply-To: <1389053951.39.0.997653737297.issue20155@psf.upfronthosting.co.za> Message-ID: <1413668480.8.0.208386149551.issue20155@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Patch fixes failures for me. Let's hope that change does not fail on other systems or buildbots (starting at 21:17 bb time). I will check bbs later. There seems to be a 2.7 speed issue which looks like a hang until running with -v. On my machine, 2.7 runs 34 tests 40 seconds (consistently), with test_get taking 6 seconds. 3.4 runs 45 tests in under 3 seconds, a 15x speedup. I attached difflib.Differ output. David, can you see anything responsible for the slowdown. Should this be ignored? ---------- stage: needs patch -> resolved _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 00:11:23 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 18 Oct 2014 22:11:23 +0000 Subject: [issue20689] socket.AddressFamily is absent in pydoc output In-Reply-To: <1392846231.92.0.877729526806.issue20689@psf.upfronthosting.co.za> Message-ID: <20141018221120.109743.54651@psf.io> Roundup Robot added the comment: New changeset f8a8ddf0b070 by Ethan Furman in branch '3.4': Issue20689: add missing API pieces to __all__ https://hg.python.org/cpython/rev/f8a8ddf0b070 New changeset 7266562c2bb3 by Ethan Furman in branch 'default': Issue20689: add missing API pieces to __all__ https://hg.python.org/cpython/rev/7266562c2bb3 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 00:13:16 2014 From: report at bugs.python.org (Ethan Furman) Date: Sat, 18 Oct 2014 22:13:16 +0000 Subject: [issue20689] socket.AddressFamily is absent in pydoc output In-Reply-To: <1392846231.92.0.877729526806.issue20689@psf.upfronthosting.co.za> Message-ID: <1413670396.98.0.569163807712.issue20689@psf.upfronthosting.co.za> Changes by Ethan Furman : ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 00:13:53 2014 From: report at bugs.python.org (Tom Flanagan) Date: Sat, 18 Oct 2014 22:13:53 +0000 Subject: [issue22668] memoryview.format is corrupted due to dangling shared pointer Message-ID: <1413670433.7.0.452107994688.issue22668@psf.upfronthosting.co.za> New submission from Tom Flanagan: When slicing or cloning a memoryview object that has been previously cast to change its format string, the new memoryview's format shares a pointer to the parent's format string, which may be deleted at any time. This manifests as a corrupt format when using the new memoryview object, causing crashes or unexpected behavior. Tested on: Python 3.4.0 (default, Apr 11 2014, 13:05:11) [GCC 4.8.2] on linux Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:45:13) [MSC v.1600 64 bit (AMD64)] on win32 Python 3.5.0a0 (default:cb8606fc84df, Oct 18 2014, 14:55:44) [GCC 4.8.2] on linux ---------- components: Interpreter Core files: memoryview_bug.py messages: 229664 nosy: Knio, pitrou, skrah priority: normal severity: normal status: open title: memoryview.format is corrupted due to dangling shared pointer type: crash versions: Python 3.4, Python 3.5, Python 3.6 Added file: http://bugs.python.org/file36965/memoryview_bug.py _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 00:15:23 2014 From: report at bugs.python.org (Tom Flanagan) Date: Sat, 18 Oct 2014 22:15:23 +0000 Subject: [issue22668] memoryview.format is corrupted due to dangling shared pointer In-Reply-To: <1413670433.7.0.452107994688.issue22668@psf.upfronthosting.co.za> Message-ID: <1413670523.52.0.703952983868.issue22668@psf.upfronthosting.co.za> Tom Flanagan added the comment: Fix memoryview object allocations to copy format string ---------- keywords: +patch Added file: http://bugs.python.org/file36966/22668patch.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 00:15:30 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sat, 18 Oct 2014 22:15:30 +0000 Subject: [issue20155] Regression test test_httpservers fails, hangs on Windows In-Reply-To: <1389053951.39.0.997653737297.issue20155@psf.upfronthosting.co.za> Message-ID: <1413670530.32.0.846573572078.issue20155@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I copied the example profile code at the top and bottom of test_get and nearly all (7.155 / 7.210) of the time is in _socket.socket.connect, which takes .5 sec per call. 14 7.155 0.511 7.155 0.511 {method 'connect' of _socket.socket' objects} I am guessing that socket, and thence _socket, is imported in HTTPServer. I tested whether this diff in class TestServerThread is responsible - self.server = HTTPServer(('', 0), self.request_handler) + self.server = HTTPServer(('localhost', 0), self.request_handler) but it is not. Anyone else have other ideas? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 02:37:48 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sun, 19 Oct 2014 00:37:48 +0000 Subject: [issue22669] Test_venv fails when _ctypes is not available. Message-ID: <1413679068.77.0.788594007735.issue22669@psf.upfronthosting.co.za> New submission from Terry J. Reedy: For whatever reason, AMD 64 Open Indiana ('stable' buildbot #3) is not building ctypes. test_venv fails with FAIL: test_with_pip (test.test_venv.EnsurePipTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/export/home/buildbot/64bits/3.4.cea-indiana-amd64/build/Lib/test/test_venv.py", line 356, in test_with_pip with_pip=True) subprocess.CalledProcessError: Command '['/tmp/tmp644tt7bi/bin/python', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/export/home/buildbot/64bits/3.4.cea-indiana-amd64/build/Lib/test/test_venv.py", line 362, in test_with_pip self.fail(msg.format(exc, details)) AssertionError: Command '['/tmp/tmp644tt7bi/bin/python', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1 **Subprocess Output** Traceback (most recent call last): File "/export/home/buildbot/64bits/3.4.cea-indiana-amd64/build/Lib/runpy.py", line 170, in _run_module_as_main "__main__", mod_spec) File "/export/home/buildbot/64bits/3.4.cea-indiana-amd64/build/Lib/runpy.py", line 85, in _run_code exec(code, run_globals) File "/export/home/buildbot/64bits/3.4.cea-indiana-amd64/build/Lib/ensurepip/__main__.py", line 4, in ensurepip._main() File "/export/home/buildbot/64bits/3.4.cea-indiana-amd64/build/Lib/ensurepip/__init__.py", line 209, in _main default_pip=args.default_pip, File "/export/home/buildbot/64bits/3.4.cea-indiana-amd64/build/Lib/ensurepip/__init__.py", line 116, in bootstrap _run_pip(args + [p[0] for p in _PROJECTS], additional_paths) File "/export/home/buildbot/64bits/3.4.cea-indiana-amd64/build/Lib/ensurepip/__init__.py", line 40, in _run_pip import pip File "/tmp/tmp7od_thjv/pip-1.5.6-py2.py3-none-any.whl/pip/__init__.py", line 9, in File "/tmp/tmp7od_thjv/pip-1.5.6-py2.py3-none-any.whl/pip/log.py", line 9, in File "/tmp/tmp7od_thjv/pip-1.5.6-py2.py3-none-any.whl/pip/_vendor/colorama/__init__.py", line 2, in File "/tmp/tmp7od_thjv/pip-1.5.6-py2.py3-none-any.whl/pip/_vendor/colorama/initialise.py", line 5, in File "/tmp/tmp7od_thjv/pip-1.5.6-py2.py3-none-any.whl/pip/_vendor/colorama/ansitowin32.py", line 6, in File "/tmp/tmp7od_thjv/pip-1.5.6-py2.py3-none-any.whl/pip/_vendor/colorama/winterm.py", line 2, in File "/tmp/tmp7od_thjv/pip-1.5.6-py2.py3-none-any.whl/pip/_vendor/colorama/win32.py", line 7, in File "/export/home/buildbot/64bits/3.4.cea-indiana-amd64/build/Lib/ctypes/__init__.py", line 7, in from _ctypes import Union, Structure, Array ImportError: No module named '_ctypes' Since this is not a failure of ensurepip, I think this should instead be a test skip. The easiest thing would be to do what you did with ssl. ---------- assignee: vinay.sajip components: Library (Lib), Tests messages: 229667 nosy: terry.reedy, vinay.sajip priority: normal severity: normal stage: needs patch status: open title: Test_venv fails when _ctypes is not available. type: behavior versions: Python 3.5, Python 3.6 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 03:05:01 2014 From: report at bugs.python.org (Ned Deily) Date: Sun, 19 Oct 2014 01:05:01 +0000 Subject: [issue22669] Test_venv fails when _ctypes is not available. In-Reply-To: <1413679068.77.0.788594007735.issue22669@psf.upfronthosting.co.za> Message-ID: <1413680701.01.0.834770739467.issue22669@psf.upfronthosting.co.za> Ned Deily added the comment: This is a duplicate of Issue22611. ---------- nosy: +dstufft, ned.deily resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> pip needs ctypes _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 08:02:05 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sun, 19 Oct 2014 06:02:05 +0000 Subject: [issue22669] Test_venv fails when _ctypes is not available. In-Reply-To: <1413679068.77.0.788594007735.issue22669@psf.upfronthosting.co.za> Message-ID: <1413698524.99.0.29893614481.issue22669@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I think this was improperly closed. #22611 was about pip. This one is about test_venv failing today, 8 days after 22611 was closed, when optional module _ctypes is not built. The resolution of this issue should be that either the buildbots start using the new version of pip that will not fail or that test_venv is patched to work with version of pip that is being used. ---------- resolution: duplicate -> status: closed -> open superseder: pip needs ctypes -> _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 08:31:02 2014 From: report at bugs.python.org (Ned Deily) Date: Sun, 19 Oct 2014 06:31:02 +0000 Subject: [issue22669] Test_venv fails when _ctypes is not available. In-Reply-To: <1413679068.77.0.788594007735.issue22669@psf.upfronthosting.co.za> Message-ID: <1413700262.55.0.326030618559.issue22669@psf.upfronthosting.co.za> Ned Deily added the comment: Issue22611 documents exactly the same failure so if this issue was improperly closed than Issue22611 was, too. So I would think the earlier issue would be the place to discuss this. But, in any case, I think the issue is that the latest version of pip hasn't been released yet and/or not yet vendored into the 3.4 and default source trees. Donald would be the person to discuss that. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 08:39:01 2014 From: report at bugs.python.org (Donald Stufft) Date: Sun, 19 Oct 2014 06:39:01 +0000 Subject: [issue22669] Test_venv fails when _ctypes is not available. In-Reply-To: <1413679068.77.0.788594007735.issue22669@psf.upfronthosting.co.za> Message-ID: <1413700741.48.0.981070491614.issue22669@psf.upfronthosting.co.za> Donald Stufft added the comment: It hasn't been released yet, test_venv could be temp disabled if ctypes isn't available though. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 08:47:29 2014 From: report at bugs.python.org (Ned Deily) Date: Sun, 19 Oct 2014 06:47:29 +0000 Subject: [issue22669] Test_venv fails when _ctypes is not available. In-Reply-To: <1413679068.77.0.788594007735.issue22669@psf.upfronthosting.co.za> Message-ID: <1413701249.12.0.728211647302.issue22669@psf.upfronthosting.co.za> Ned Deily added the comment: As I understand it, the reason test_venv is failing is because of a defect in the pip vendored colorama. The test has found the unexpected dependency of the vendored package with ctypes. It's good that the test failed. The right solution is to provide the updated pip with the fixed colorama and that should be happening shortly. And when that happens, there should no longer be a test failure. Is my understanding correct? If so, I would argue that we should not be touching test_venv. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 08:52:21 2014 From: report at bugs.python.org (Donald Stufft) Date: Sun, 19 Oct 2014 06:52:21 +0000 Subject: [issue22669] Test_venv fails when _ctypes is not available. In-Reply-To: <1413679068.77.0.788594007735.issue22669@psf.upfronthosting.co.za> Message-ID: <1413701541.51.0.383631917216.issue22669@psf.upfronthosting.co.za> Donald Stufft added the comment: More or less. You could argue whether it's a defect or not but it unconditionally imports ctypes and apparently that is an optional module (I had no idea it was personally, and I can't find any documentation to say that it is). colorama doesn't really *need* ctypes on Linux it only needs it on Windows so it fixes this by just conditionally importing it. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 09:53:34 2014 From: report at bugs.python.org (Vajrasky Kok) Date: Sun, 19 Oct 2014 07:53:34 +0000 Subject: [issue22642] trace module: unclear error message In-Reply-To: <1413377180.82.0.707385230262.issue22642@psf.upfronthosting.co.za> Message-ID: <1413705214.69.0.236759967379.issue22642@psf.upfronthosting.co.za> Vajrasky Kok added the comment: Here is the patch. ---------- keywords: +patch nosy: +vajrasky Added file: http://bugs.python.org/file36967/better_err_listfuncs_trace.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 10:30:34 2014 From: report at bugs.python.org (Samuel) Date: Sun, 19 Oct 2014 08:30:34 +0000 Subject: [issue22670] wrong site-package installation even if correct libdir passed Message-ID: <1413707434.42.0.0466782880173.issue22670@psf.upfronthosting.co.za> New submission from Samuel: Today I compile try Python 3.4.2 on slackware-current in this way ./configure \ --prefix=/usr \ --libdir=/usr/lib64 \ --mandir=/usr/man \ --with-threads \ --enable-ipv6 \ --enable-shared \ make \ LIBDIR=/usr/lib64 \ SCRIPTDIR=/usr/lib64 make install like slackbuild say. But site package directory are under /usr/lib/python3.4/site-packages and not under /usr/lib64/python3.4/site-packages, which contanin only a README file with This directory exists so that 3rd party packages can be installed here. Read the source for site.py for more details. ---------- components: Cross-Build messages: 229675 nosy: Samuel88 priority: normal severity: normal status: open title: wrong site-package installation even if correct libdir passed type: compile error versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 21:32:30 2014 From: report at bugs.python.org (Pierre Boulanger) Date: Sat, 18 Oct 2014 19:32:30 +0000 Subject: [issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1 In-Reply-To: <1413402308.59.0.884804309845.issue22648@psf.upfronthosting.co.za> Message-ID: <1413660750.69.0.823829943629.issue22648@psf.upfronthosting.co.za> Pierre Boulanger added the comment: Ooops! I'm so sorry. Here is the right log: === Verbose logging started: 18-10-14 21:21:27 Build type: SHIP UNICODE 5.00.9600.00 Calling process: C:\WINDOWS\system32\msiexec.exe === MSI (c) (70:DC) [21:21:27:614]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg MSI (c) (70:DC) [21:21:27:614]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg MSI (c) (70:74) [21:21:27:802]: Resetting cached policy values MSI (c) (70:74) [21:21:27:802]: Machine policy value 'Debug' is 0 MSI (c) (70:74) [21:21:27:802]: ******* RunEngine: ******* Product: C:\Users\pierre\Documents\python-3.4.2.amd64.msi ******* Action: ******* CommandLine: ********** MSI (c) (70:74) [21:21:27:849]: Machine policy value 'DisableUserInstalls' is 0 MSI (c) (70:74) [21:21:27:880]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2 MSI (c) (70:74) [21:21:27:880]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Users\pierre\Documents\python-3.4.2.amd64.msi' against software restriction policy MSI (c) (70:74) [21:21:27:880]: SOFTWARE RESTRICTION POLICY: C:\Users\pierre\Documents\python-3.4.2.amd64.msi has a digital signature MSI (c) (70:74) [21:21:29:255]: SOFTWARE RESTRICTION POLICY: C:\Users\pierre\Documents\python-3.4.2.amd64.msi is permitted to run at the 'unrestricted' authorization level. MSI (c) (70:74) [21:21:29:411]: Cloaking enabled. MSI (c) (70:74) [21:21:29:411]: Attempting to enable all disabled privileges before calling Install on Server MSI (c) (70:74) [21:21:29:411]: End dialog not enabled MSI (c) (70:74) [21:21:29:411]: Original package ==> C:\Users\pierre\Documents\python-3.4.2.amd64.msi MSI (c) (70:74) [21:21:29:411]: Package we're running from ==> C:\Users\pierre\Documents\python-3.4.2.amd64.msi MSI (c) (70:74) [21:21:29:427]: APPCOMPAT: Compatibility mode property overrides found. MSI (c) (70:74) [21:21:29:474]: APPCOMPAT: looking for appcompat database entry with ProductCode '{CD723946-09C1-38D3-8542-732BA931E9EF}'. MSI (c) (70:74) [21:21:29:474]: APPCOMPAT: no matching ProductCode found in database. MSI (c) (70:74) [21:21:30:052]: MSCOREE not loaded loading copy from system32 MSI (c) (70:74) [21:21:30:068]: Machine policy value 'TransformsSecure' is 0 MSI (c) (70:74) [21:21:30:068]: User policy value 'TransformsAtSource' is 0 MSI (c) (70:74) [21:21:30:083]: Machine policy value 'DisablePatch' is 0 MSI (c) (70:74) [21:21:30:083]: Machine policy value 'AllowLockdownPatch' is 0 MSI (c) (70:74) [21:21:30:083]: Machine policy value 'DisableLUAPatching' is 0 MSI (c) (70:74) [21:21:30:083]: Machine policy value 'DisableFlyWeightPatching' is 0 MSI (c) (70:74) [21:21:30:083]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active MSI (c) (70:74) [21:21:30:083]: APPCOMPAT: looking for appcompat database entry with ProductCode '{CD723946-09C1-38D3-8542-732BA931E9EF}'. MSI (c) (70:74) [21:21:30:083]: APPCOMPAT: no matching ProductCode found in database. MSI (c) (70:74) [21:21:30:083]: Transforms are not secure. MSI (c) (70:74) [21:21:30:083]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\WINDOWS\system32\log.txt'. MSI (c) (70:74) [21:21:30:083]: Command Line: CURRENTDIRECTORY=C:\WINDOWS\system32 CLIENTUILEVEL=0 CLIENTPROCESSID=7536 MSI (c) (70:74) [21:21:30:083]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{DFFC8690-7E44-4587-9B40-13D3182C6046}'. MSI (c) (70:74) [21:21:30:083]: Product Code passed to Engine.Initialize: '' MSI (c) (70:74) [21:21:30:083]: Product Code from property table before transforms: '{CD723946-09C1-38D3-8542-732BA931E9EF}' MSI (c) (70:74) [21:21:30:083]: Product Code from property table after transforms: '{CD723946-09C1-38D3-8542-732BA931E9EF}' MSI (c) (70:74) [21:21:30:083]: Product not registered: beginning first-time install MSI (c) (70:74) [21:21:30:083]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'. MSI (c) (70:74) [21:21:30:083]: Entering CMsiConfigurationManager::SetLastUsedSource. MSI (c) (70:74) [21:21:30:083]: User policy value 'SearchOrder' is 'nmu' MSI (c) (70:74) [21:21:30:083]: Adding new sources is allowed. MSI (c) (70:74) [21:21:30:083]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'. MSI (c) (70:74) [21:21:30:083]: Package name extracted from package path: 'python-3.4.2.amd64.msi' MSI (c) (70:74) [21:21:30:083]: Package to be registered: 'python-3.4.2.amd64.msi' MSI (c) (70:74) [21:21:30:083]: Note: 1: 2262 2: Error 3: -2147287038 MSI (c) (70:74) [21:21:30:083]: Note: 1: 2262 2: AdminProperties 3: -2147287038 MSI (c) (70:74) [21:21:30:083]: Machine policy value 'DisableMsi' is 0 MSI (c) (70:74) [21:21:30:083]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (c) (70:74) [21:21:30:083]: User policy value 'AlwaysInstallElevated' is 0 MSI (c) (70:74) [21:21:30:083]: Running product '{CD723946-09C1-38D3-8542-732BA931E9EF}' with user privileges: It's not assigned. MSI (c) (70:74) [21:21:30:083]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\WINDOWS\system32'. MSI (c) (70:74) [21:21:30:083]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'. MSI (c) (70:74) [21:21:30:083]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '7536'. MSI (c) (70:74) [21:21:30:083]: TRANSFORMS property is now: MSI (c) (70:74) [21:21:30:083]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'. MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Favorites MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Network Shortcuts MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Documents MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Printer Shortcuts MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Recent MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\SendTo MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Templates MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\ProgramData MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Local MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Pictures MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Desktop MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop MSI (c) (70:74) [21:21:30:115]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts MSI (c) (70:74) [21:21:30:115]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 20 MSI (c) (70:74) [21:21:30:161]: MSI_LUA: Setting AdminUser property to 1 because this is the client or the user has already permitted elevation MSI (c) (70:74) [21:21:30:161]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated. MSI (c) (70:74) [21:21:30:161]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'. MSI (c) (70:74) [21:21:30:161]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'. MSI (c) (70:74) [21:21:30:161]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (c) (70:74) [21:21:30:161]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'pierre.boulanger at hotmail.com'. MSI (c) (70:74) [21:21:30:161]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (c) (70:74) [21:21:30:161]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Users\pierre\Documents\python-3.4.2.amd64.msi'. MSI (c) (70:74) [21:21:30:161]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Users\pierre\Documents\python-3.4.2.amd64.msi'. MSI (c) (70:74) [21:21:30:161]: Machine policy value 'MsiDisableEmbeddedUI' is 0 MSI (c) (70:74) [21:21:30:161]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\Users\pierre\Documents\'. MSI (c) (70:74) [21:21:30:161]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Users\pierre\Documents\'. MSI (c) (70:DC) [21:21:30:208]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '5.00'. === Logging started: 18-10-14 21:21:30 === MSI (c) (70:74) [21:21:30:224]: Note: 1: 2262 2: PatchPackage 3: -2147287038 MSI (c) (70:74) [21:21:30:224]: Machine policy value 'DisableRollback' is 0 MSI (c) (70:74) [21:21:30:224]: User policy value 'DisableRollback' is 0 MSI (c) (70:74) [21:21:30:224]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'. MSI (c) (70:74) [21:21:30:224]: Note: 1: 2262 2: Font 3: -2147287038 MSI (c) (70:74) [21:21:30:224]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038 MSI (c) (70:74) [21:21:30:224]: Note: 1: 2262 2: LaunchCondition 3: -2147287038 MSI (c) (70:74) [21:21:30:224]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes. MSI (c) (70:74) [21:21:30:240]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'. MSI (c) (70:74) [21:21:30:240]: Doing action: INSTALL Action 21:21:30: INSTALL. Action start 21:21:30: INSTALL. MSI (c) (70:74) [21:21:30:240]: UI Sequence table 'InstallUISequence' is present and populated. MSI (c) (70:74) [21:21:30:240]: Running UISequence MSI (c) (70:74) [21:21:30:240]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'. MSI (c) (70:74) [21:21:30:240]: Doing action: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:21:30: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:21:30: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. MSI (c) (70:74) [21:21:30:240]: PROPERTY CHANGE: Adding WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC property. Its value is 'C:\WINDOWS\'. Action ended 21:21:30: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (c) (70:74) [21:21:30:240]: Doing action: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:21:30: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:21:30: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. MSI (c) (70:74) [21:21:30:240]: PROPERTY CHANGE: Adding System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC property. Its value is 'C:\WINDOWS\system32\'. Action ended 21:21:30: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (c) (70:74) [21:21:30:240]: Doing action: LaunchConditions Action 21:21:30: LaunchConditions. Evaluating launch conditions Action start 21:21:30: LaunchConditions. MSI (c) (70:74) [21:21:30:240]: Note: 1: 2262 2: LaunchCondition 3: -2147287038 Action ended 21:21:30: LaunchConditions. Return value 1. MSI (c) (70:74) [21:21:30:240]: Skipping action: PrepareDlg (condition is false) MSI (c) (70:74) [21:21:30:240]: Doing action: WhichUsersDlg Action 21:21:30: WhichUsersDlg. Action start 21:21:30: WhichUsersDlg. MSI (c) (70:DC) [21:21:30:255]: Note: 1: 2262 2: Error 3: -2147287038 Info 2898.For VerdanaBold10 textstyle, the system created a 'Verdana' font, in 1 character set, of 20 pixels height. MSI (c) (70:DC) [21:21:30:286]: Note: 1: 2262 2: Error 3: -2147287038 Info 2898.For DlgFont8 textstyle, the system created a 'Tahoma' font, in 1 character set, of 18 pixels height. Action 21:21:30: WhichUsersDlg. Dialog created MSI (c) (70:BC) [21:21:30:302]: Note: 1: 2731 2: 0 MSI (c) (70:DC) [21:21:35:831]: PROPERTY CHANGE: Adding ALLUSERS property. Its value is '1'. Action ended 21:21:35: WhichUsersDlg. Return value 1. MSI (c) (70:74) [21:21:35:847]: Doing action: FindRelatedProducts Action 21:21:35: FindRelatedProducts. Searching for related applications Action start 21:21:35: FindRelatedProducts. FindRelatedProducts: Found application: {D54842CB-F761-30BA-881F-1FF821DC44DF} MSI (c) (70:74) [21:21:35:847]: PROPERTY CHANGE: Adding REMOVEOLDVERSION property. Its value is '{D54842CB-F761-30BA-881F-1FF821DC44DF}'. MSI (c) (70:74) [21:21:35:847]: PROPERTY CHANGE: Adding MIGRATE property. Its value is '{D54842CB-F761-30BA-881F-1FF821DC44DF}'. FindRelatedProducts: Found application: {2583CDBA-8A53-4622-BB67-1D163714C1B4} MSI (c) (70:74) [21:21:35:847]: PROPERTY CHANGE: Adding REMOVEOLDSNAPSHOT property. Its value is '{2583CDBA-8A53-4622-BB67-1D163714C1B4}'. MSI (c) (70:74) [21:21:35:847]: PROPERTY CHANGE: Modifying MIGRATE property. Its current value is '{D54842CB-F761-30BA-881F-1FF821DC44DF}'. Its new value: '{D54842CB-F761-30BA-881F-1FF821DC44DF};{2583CDBA-8A53-4622-BB67-1D163714C1B4}'. Action ended 21:21:35: FindRelatedProducts. Return value 1. MSI (c) (70:74) [21:21:35:847]: Doing action: AppSearch Action 21:21:35: AppSearch. Searching for installed applications Action start 21:21:35: AppSearch. MSI (c) (70:74) [21:21:35:863]: Note: 1: 2262 2: AppSearch 3: -2147287038 Action ended 21:21:35: AppSearch. Return value 1. MSI (c) (70:74) [21:21:35:863]: Doing action: CCPSearch Action 21:21:35: CCPSearch. Searching for qualifying products Action start 21:21:35: CCPSearch. MSI (c) (70:74) [21:21:35:863]: Note: 1: 2262 2: CCPSearch 3: -2147287038 Action ended 21:21:35: CCPSearch. Return value 1. MSI (c) (70:74) [21:21:35:863]: Doing action: RMCCPSearch Action 21:21:35: RMCCPSearch. Searching for qualifying products Action start 21:21:35: RMCCPSearch. MSI (c) (70:74) [21:21:35:863]: Note: 1: 2262 2: CCPSearch 3: -2147287038 Action ended 21:21:35: RMCCPSearch. Return value 0. MSI (c) (70:74) [21:21:35:863]: Doing action: ValidateProductID Action 21:21:35: ValidateProductID. Action start 21:21:35: ValidateProductID. Action ended 21:21:35: ValidateProductID. Return value 1. MSI (c) (70:74) [21:21:35:863]: Doing action: InitialTargetDir Action 21:21:35: InitialTargetDir. Action start 21:21:35: InitialTargetDir. MSI (c) (70:74) [21:21:35:863]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\Python34'. Action ended 21:21:35: InitialTargetDir. Return value 1. MSI (c) (70:74) [21:21:35:863]: Doing action: SetDLLDirToSystem32 Action 21:21:35: SetDLLDirToSystem32. Action start 21:21:35: SetDLLDirToSystem32. MSI (c) (70:74) [21:21:35:863]: PROPERTY CHANGE: Adding DLLDIR property. Its value is 'C:\WINDOWS\system32\'. Action ended 21:21:35: SetDLLDirToSystem32. Return value 1. MSI (c) (70:74) [21:21:35:863]: Skipping action: SetDLLDirToTarget (condition is false) MSI (c) (70:74) [21:21:35:863]: Doing action: SetLauncherDirToWindows Action 21:21:35: SetLauncherDirToWindows. Action start 21:21:35: SetLauncherDirToWindows. MSI (c) (70:74) [21:21:35:863]: PROPERTY CHANGE: Adding LAUNCHERDIR property. Its value is 'C:\WINDOWS\'. Action ended 21:21:35: SetLauncherDirToWindows. Return value 1. MSI (c) (70:74) [21:21:35:863]: Skipping action: SetLauncherDirToTarget (condition is false) MSI (c) (70:74) [21:21:35:863]: Doing action: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:21:35: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:21:35: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action ended 21:21:35: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (c) (70:74) [21:21:35:863]: Doing action: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:21:35: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:21:35: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action ended 21:21:35: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (c) (70:74) [21:21:35:863]: Doing action: CostInitialize Action 21:21:35: CostInitialize. Computing space requirements Action start 21:21:35: CostInitialize. MSI (c) (70:74) [21:21:35:863]: Machine policy value 'MaxPatchCacheSize' is 10 MSI (c) (70:74) [21:21:35:863]: Baseline: Sorting baselines for {CD723946-09C1-38D3-8542-732BA931E9EF}. MSI (c) (70:74) [21:21:35:863]: Baseline: New baseline 3.4.2150 from transaction. MSI (c) (70:74) [21:21:35:863]: Baseline: Sorted order Native: Order 0. MSI (c) (70:74) [21:21:35:863]: Baseline Data Table: MSI (c) (70:74) [21:21:35:863]: ProductCode: {CD723946-09C1-38D3-8542-732BA931E9EF} Version: 3.4.2150 Attributes: 0 PatchId: Native BaselineId: -2147483648 Order: 0 MSI (c) (70:74) [21:21:35:863]: Baseline File Table: MSI (c) (70:74) [21:21:35:972]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'. MSI (c) (70:74) [21:21:35:972]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'. Action ended 21:21:35: CostInitialize. Return value 1. MSI (c) (70:74) [21:21:35:972]: Doing action: FileCost Action 21:21:35: FileCost. Computing space requirements Action start 21:21:35: FileCost. MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: MsiAssembly 3: -2147287038 MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: MoveFile 3: -2147287038 MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: DuplicateFile 3: -2147287038 MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: Class 3: -2147287038 MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: IniFile 3: -2147287038 MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: ReserveCost 3: -2147287038 Action ended 21:21:35: FileCost. Return value 1. MSI (c) (70:74) [21:21:35:972]: Doing action: IsolateComponents Action 21:21:35: IsolateComponents. Action start 21:21:35: IsolateComponents. MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: Patch 3: -2147287038 Action ended 21:21:35: IsolateComponents. Return value 1. MSI (c) (70:74) [21:21:35:988]: Doing action: CostFinalize Action 21:21:35: CostFinalize. Computing space requirements Action start 21:21:35: CostFinalize. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'. MSI (c) (70:74) [21:21:35:988]: Note: 1: 2262 2: Patch 3: -2147287038 MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Modifying TARGETDIR property. Its current value is 'C:\Python34'. Its new value: 'C:\Python34\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding MenuDir property. Its value is 'C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.4\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Doc property. Its value is 'C:\Python34\Doc\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tcl property. Its value is 'C:\Python34\tcl\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding dde1.4 property. Its value is 'C:\Python34\tcl\dde1.4\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding itcl4.0.0 property. Its value is 'C:\Python34\tcl\itcl4.0.0\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding reg1.3 property. Its value is 'C:\Python34\tcl\reg1.3\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding sqlite33.8.0 property. Its value is 'C:\Python34\tcl\sqlite33.8.0\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tcl8 property. Its value is 'C:\Python34\tcl\tcl8\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding _8.2 property. Its value is 'C:\Python34\tcl\tcl8\8.2\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding _8.3 property. Its value is 'C:\Python34\tcl\tcl8\8.3\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding _8.4 property. Its value is 'C:\Python34\tcl\tcl8\8.4\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding platform property. Its value is 'C:\Python34\tcl\tcl8\8.4\platform\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding _8.5 property. Its value is 'C:\Python34\tcl\tcl8\8.5\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding _8.6 property. Its value is 'C:\Python34\tcl\tcl8\8.6\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tdbc property. Its value is 'C:\Python34\tcl\tcl8\8.6\tdbc\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tcl8.6 property. Its value is 'C:\Python34\tcl\tcl8.6\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding encoding property. Its value is 'C:\Python34\tcl\tcl8.6\encoding\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding http1.0 property. Its value is 'C:\Python34\tcl\tcl8.6\http1.0\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding msgs1 property. Its value is 'C:\Python34\tcl\tcl8.6\msgs\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding opt0.4 property. Its value is 'C:\Python34\tcl\tcl8.6\opt0.4\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tzdata property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Africa property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Africa\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding America property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Argentina property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Indiana property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Kentucky property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding North_Dakota property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Antarctica property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Antarctica\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Arctic property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Arctic\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Asia property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Asia\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Australia property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Australia\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Brazil property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Brazil\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Atlantic property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Atlantic\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Canada property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Canada\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Chile property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Chile\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Etc property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Etc\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Europe property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Europe\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Indian property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Indian\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Mexico property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Mexico\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding SystemV property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\SystemV\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Pacific property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Pacific\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding US property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\US\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tdbc1.0.0 property. Its value is 'C:\Python34\tcl\tdbc1.0.0\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tdbcmysql1.0.0 property. Its value is 'C:\Python34\tcl\tdbcmysql1.0.0\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tdbcodbc1.0.0 property. Its value is 'C:\Python34\tcl\tdbcodbc1.0.0\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tdbcpostgres1.0.0 property. Its value is 'C:\Python34\tcl\tdbcpostgres1.0.0\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tdbcsqlite1.0.0 property. Its value is 'C:\Python34\tcl\tdbcsqlite1.0.0\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding thread2.7.0 property. Its value is 'C:\Python34\tcl\thread2.7.0\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tix8.4.3 property. Its value is 'C:\Python34\tcl\tix8.4.3\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding bitmaps1 property. Its value is 'C:\Python34\tcl\tix8.4.3\bitmaps\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding demos1 property. Its value is 'C:\Python34\tcl\tix8.4.3\demos\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding bitmaps property. Its value is 'C:\Python34\tcl\tix8.4.3\demos\bitmaps\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding samples property. Its value is 'C:\Python34\tcl\tix8.4.3\demos\samples\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding pref property. Its value is 'C:\Python34\tcl\tix8.4.3\pref\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tk8.6 property. Its value is 'C:\Python34\tcl\tk8.6\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding demos property. Its value is 'C:\Python34\tcl\tk8.6\demos\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding images1 property. Its value is 'C:\Python34\tcl\tk8.6\demos\images\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding images property. Its value is 'C:\Python34\tcl\tk8.6\images\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding msgs property. Its value is 'C:\Python34\tcl\tk8.6\msgs\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding ttk property. Its value is 'C:\Python34\tcl\tk8.6\ttk\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding libs property. Its value is 'C:\Python34\libs\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding include property. Its value is 'C:\Python34\include\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Lib property. Its value is 'C:\Python34\Lib\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding dbm property. Its value is 'C:\Python34\Lib\dbm\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding dbm_pycache property. Its value is 'C:\Python34\Lib\dbm\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding distutils property. Its value is 'C:\Python34\Lib\distutils\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tests1 property. Its value is 'C:\Python34\Lib\distutils\tests\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tests1_pycache property. Its value is 'C:\Python34\Lib\distutils\tests\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding command property. Its value is 'C:\Python34\Lib\distutils\command\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding command_pycache property. Its value is 'C:\Python34\Lib\distutils\command\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding distutils_pycache property. Its value is 'C:\Python34\Lib\distutils\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding importlib property. Its value is 'C:\Python34\Lib\importlib\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding importlib_pycache property. Its value is 'C:\Python34\Lib\importlib\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding collections property. Its value is 'C:\Python34\Lib\collections\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding collections_pycache property. Its value is 'C:\Python34\Lib\collections\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding unittest property. Its value is 'C:\Python34\Lib\unittest\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test4 property. Its value is 'C:\Python34\Lib\unittest\test\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding testmock property. Its value is 'C:\Python34\Lib\unittest\test\testmock\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding testmock_pycache property. Its value is 'C:\Python34\Lib\unittest\test\testmock\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test4_pycache property. Its value is 'C:\Python34\Lib\unittest\test\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding unittest_pycache property. Its value is 'C:\Python34\Lib\unittest\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding xmlrpc property. Its value is 'C:\Python34\Lib\xmlrpc\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding xmlrpc_pycache property. Its value is 'C:\Python34\Lib\xmlrpc\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding msilib property. Its value is 'C:\Python34\Lib\msilib\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding msilib_pycache property. Its value is 'C:\Python34\Lib\msilib\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding pydoc_data property. Its value is 'C:\Python34\Lib\pydoc_data\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding pydoc_data_pycache property. Its value is 'C:\Python34\Lib\pydoc_data\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding encodings property. Its value is 'C:\Python34\Lib\encodings\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding encodings_pycache property. Its value is 'C:\Python34\Lib\encodings\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding urllib property. Its value is 'C:\Python34\Lib\urllib\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding urllib_pycache property. Its value is 'C:\Python34\Lib\urllib\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding email property. Its value is 'C:\Python34\Lib\email\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding mime property. Its value is 'C:\Python34\Lib\email\mime\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding mime_pycache property. Its value is 'C:\Python34\Lib\email\mime\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding email_pycache property. Its value is 'C:\Python34\Lib\email\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding xml property. Its value is 'C:\Python34\Lib\xml\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding sax property. Its value is 'C:\Python34\Lib\xml\sax\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding sax_pycache property. Its value is 'C:\Python34\Lib\xml\sax\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding parsers property. Its value is 'C:\Python34\Lib\xml\parsers\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding parsers_pycache property. Its value is 'C:\Python34\Lib\xml\parsers\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding etree property. Its value is 'C:\Python34\Lib\xml\etree\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding etree_pycache property. Its value is 'C:\Python34\Lib\xml\etree\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding dom property. Its value is 'C:\Python34\Lib\xml\dom\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding dom_pycache property. Its value is 'C:\Python34\Lib\xml\dom\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding xml_pycache property. Its value is 'C:\Python34\Lib\xml\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding turtledemo property. Its value is 'C:\Python34\Lib\turtledemo\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding turtledemo_pycache property. Its value is 'C:\Python34\Lib\turtledemo\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test3 property. Its value is 'C:\Python34\Lib\test\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test_email property. Its value is 'C:\Python34\Lib\test\test_email\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding data2 property. Its value is 'C:\Python34\Lib\test\test_email\data\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test_email_pycache property. Its value is 'C:\Python34\Lib\test\test_email\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test_importlib property. Its value is 'C:\Python34\Lib\test\test_importlib\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding import_ property. Its value is 'C:\Python34\Lib\test\test_importlib\import_\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding import__pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\import_\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding extension property. Its value is 'C:\Python34\Lib\test\test_importlib\extension\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding extension_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\extension\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding source property. Its value is 'C:\Python34\Lib\test\test_importlib\source\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding source_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\source\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding frozen property. Its value is 'C:\Python34\Lib\test\test_importlib\frozen\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding frozen_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\frozen\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding namespace_pkgs property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding portion2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding foo3 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding foo3_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding portion1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding foo2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding foo2_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding not_a_namespace_pkg property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding foo1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding foo1_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding both_portions property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding foo property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding foo_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding project2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding parent2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding child2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding child2_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding project1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding parent1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding child1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding child1_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding project3 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding parent property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding child property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding child_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding module_and_namespace_package property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding a_test property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding module_and_namespace_package_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding builtin property. Its value is 'C:\Python34\Lib\test\test_importlib\builtin\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding builtin_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\builtin\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test_importlib_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding audiodata property. Its value is 'C:\Python34\Lib\test\audiodata\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding data1 property. Its value is 'C:\Python34\Lib\test\data\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding xmltestdata property. Its value is 'C:\Python34\Lib\test\xmltestdata\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test_json property. Its value is 'C:\Python34\Lib\test\test_json\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test_json_pycache property. Its value is 'C:\Python34\Lib\test\test_json\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding subprocessdata property. Its value is 'C:\Python34\Lib\test\subprocessdata\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding subprocessdata_pycache property. Its value is 'C:\Python34\Lib\test\subprocessdata\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding leakers property. Its value is 'C:\Python34\Lib\test\leakers\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding leakers_pycache property. Its value is 'C:\Python34\Lib\test\leakers\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding cjkencodings property. Its value is 'C:\Python34\Lib\test\cjkencodings\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding crashers property. Its value is 'C:\Python34\Lib\test\crashers\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding crashers_pycache property. Its value is 'C:\Python34\Lib\test\crashers\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tracedmodules property. Its value is 'C:\Python34\Lib\test\tracedmodules\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tracedmodules_pycache property. Its value is 'C:\Python34\Lib\test\tracedmodules\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding sndhdrdata property. Its value is 'C:\Python34\Lib\test\sndhdrdata\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding decimaltestdata property. Its value is 'C:\Python34\Lib\test\decimaltestdata\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test_tools property. Its value is 'C:\Python34\Lib\test\test_tools\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test_tools_pycache property. Its value is 'C:\Python34\Lib\test\test_tools\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding imghdrdata property. Its value is 'C:\Python34\Lib\test\imghdrdata\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding encoded_modules property. Its value is 'C:\Python34\Lib\test\encoded_modules\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding encoded_modules_pycache property. Its value is 'C:\Python34\Lib\test\encoded_modules\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding capath property. Its value is 'C:\Python34\Lib\test\capath\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding support property. Its value is 'C:\Python34\Lib\test\support\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding support_pycache property. Its value is 'C:\Python34\Lib\test\support\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test_asyncio property. Its value is 'C:\Python34\Lib\test\test_asyncio\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test_asyncio_pycache property. Its value is 'C:\Python34\Lib\test\test_asyncio\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test3_pycache property. Its value is 'C:\Python34\Lib\test\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding ctypes property. Its value is 'C:\Python34\Lib\ctypes\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding macholib property. Its value is 'C:\Python34\Lib\ctypes\macholib\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding macholib_pycache property. Its value is 'C:\Python34\Lib\ctypes\macholib\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test2 property. Its value is 'C:\Python34\Lib\ctypes\test\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test2_pycache property. Its value is 'C:\Python34\Lib\ctypes\test\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding ctypes_pycache property. Its value is 'C:\Python34\Lib\ctypes\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding logging property. Its value is 'C:\Python34\Lib\logging\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding logging_pycache property. Its value is 'C:\Python34\Lib\logging\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding ensurepip property. Its value is 'C:\Python34\Lib\ensurepip\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding _bundled property. Its value is 'C:\Python34\Lib\ensurepip\_bundled\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding ensurepip_pycache property. Its value is 'C:\Python34\Lib\ensurepip\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding multiprocessing property. Its value is 'C:\Python34\Lib\multiprocessing\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding dummy property. Its value is 'C:\Python34\Lib\multiprocessing\dummy\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding dummy_pycache property. Its value is 'C:\Python34\Lib\multiprocessing\dummy\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding multiprocessing_pycache property. Its value is 'C:\Python34\Lib\multiprocessing\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding curses property. Its value is 'C:\Python34\Lib\curses\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding curses_pycache property. Its value is 'C:\Python34\Lib\curses\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding json property. Its value is 'C:\Python34\Lib\json\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding json_pycache property. Its value is 'C:\Python34\Lib\json\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding venv property. Its value is 'C:\Python34\Lib\venv\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding scripts property. Its value is 'C:\Python34\Lib\venv\scripts\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding posix property. Its value is 'C:\Python34\Lib\venv\scripts\posix\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding nt property. Its value is 'C:\Python34\Lib\venv\scripts\nt\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding venv_pycache property. Its value is 'C:\Python34\Lib\venv\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding wsgiref property. Its value is 'C:\Python34\Lib\wsgiref\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding wsgiref_pycache property. Its value is 'C:\Python34\Lib\wsgiref\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding tkinter property. Its value is 'C:\Python34\Lib\tkinter\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding test1 property. Its value is 'C:\Python34\Lib\tkinter\test\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding test_ttk property. Its value is 'C:\Python34\Lib\tkinter\test\test_ttk\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding test_ttk_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding test_tkinter property. Its value is 'C:\Python34\Lib\tkinter\test\test_tkinter\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding test_tkinter_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding test1_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding tkinter_pycache property. Its value is 'C:\Python34\Lib\tkinter\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding lib2to3 property. Its value is 'C:\Python34\Lib\lib2to3\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding fixes property. Its value is 'C:\Python34\Lib\lib2to3\fixes\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding fixes_pycache property. Its value is 'C:\Python34\Lib\lib2to3\fixes\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding tests property. Its value is 'C:\Python34\Lib\lib2to3\tests\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding data property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding fixers property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding myfixes property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding myfixes_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding fixers_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding data_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding tests_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding pgen2 property. Its value is 'C:\Python34\Lib\lib2to3\pgen2\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding pgen2_pycache property. Its value is 'C:\Python34\Lib\lib2to3\pgen2\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding lib2to3_pycache property. Its value is 'C:\Python34\Lib\lib2to3\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding html property. Its value is 'C:\Python34\Lib\html\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding html_pycache property. Its value is 'C:\Python34\Lib\html\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding sqlite3 property. Its value is 'C:\Python34\Lib\sqlite3\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding test property. Its value is 'C:\Python34\Lib\sqlite3\test\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding test_pycache property. Its value is 'C:\Python34\Lib\sqlite3\test\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding sqlite3_pycache property. Its value is 'C:\Python34\Lib\sqlite3\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding http property. Its value is 'C:\Python34\Lib\http\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding http_pycache property. Its value is 'C:\Python34\Lib\http\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding concurrent property. Its value is 'C:\Python34\Lib\concurrent\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding futures property. Its value is 'C:\Python34\Lib\concurrent\futures\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding futures_pycache property. Its value is 'C:\Python34\Lib\concurrent\futures\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding concurrent_pycache property. Its value is 'C:\Python34\Lib\concurrent\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding idlelib property. Its value is 'C:\Python34\Lib\idlelib\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding Icons property. Its value is 'C:\Python34\Lib\idlelib\Icons\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding idle_test property. Its value is 'C:\Python34\Lib\idlelib\idle_test\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding idle_test_pycache property. Its value is 'C:\Python34\Lib\idlelib\idle_test\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding idlelib_pycache property. Its value is 'C:\Python34\Lib\idlelib\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding site_packages property. Its value is 'C:\Python34\Lib\site-packages\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding asyncio property. Its value is 'C:\Python34\Lib\asyncio\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding asyncio_pycache property. Its value is 'C:\Python34\Lib\asyncio\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding Lib_pycache property. Its value is 'C:\Python34\Lib\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding DLLs property. Its value is 'C:\Python34\DLLs\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding Tools property. Its value is 'C:\Python34\Tools\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding Scripts property. Its value is 'C:\Python34\Tools\Scripts\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding Scripts_pycache property. Its value is 'C:\Python34\Tools\Scripts\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding i18n property. Its value is 'C:\Python34\Tools\i18n\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding i18n_pycache property. Its value is 'C:\Python34\Tools\i18n\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding pynche property. Its value is 'C:\Python34\Tools\pynche\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding pynche_pycache property. Its value is 'C:\Python34\Tools\pynche\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding X property. Its value is 'C:\Python34\Tools\pynche\X\'. MSI (c) (70:74) [21:21:36:003]: Target path resolution complete. Dumping Directory table... MSI (c) (70:74) [21:21:36:003]: Note: target paths subject to change (via custom actions or browsing) MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: TARGETDIR , Object: C:\Python34\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: WindowsFolder , Object: C:\WINDOWS\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC , Object: C:\WINDOWS\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC , Object: C:\WINDOWS\system32\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: ProgramMenuFolder , Object: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: MenuDir , Object: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.4\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Doc , Object: C:\Python34\Doc\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tcl , Object: C:\Python34\tcl\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: dde1.4 , Object: C:\Python34\tcl\dde1.4\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: itcl4.0.0 , Object: C:\Python34\tcl\itcl4.0.0\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: reg1.3 , Object: C:\Python34\tcl\reg1.3\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: sqlite33.8.0 , Object: C:\Python34\tcl\sqlite33.8.0\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tcl8 , Object: C:\Python34\tcl\tcl8\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: _8.2 , Object: C:\Python34\tcl\tcl8\8.2\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: _8.3 , Object: C:\Python34\tcl\tcl8\8.3\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: _8.4 , Object: C:\Python34\tcl\tcl8\8.4\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: platform , Object: C:\Python34\tcl\tcl8\8.4\platform\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: _8.5 , Object: C:\Python34\tcl\tcl8\8.5\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: _8.6 , Object: C:\Python34\tcl\tcl8\8.6\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tdbc , Object: C:\Python34\tcl\tcl8\8.6\tdbc\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tcl8.6 , Object: C:\Python34\tcl\tcl8.6\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: encoding , Object: C:\Python34\tcl\tcl8.6\encoding\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: http1.0 , Object: C:\Python34\tcl\tcl8.6\http1.0\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: msgs1 , Object: C:\Python34\tcl\tcl8.6\msgs\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: opt0.4 , Object: C:\Python34\tcl\tcl8.6\opt0.4\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tzdata , Object: C:\Python34\tcl\tcl8.6\tzdata\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Africa , Object: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: America , Object: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Argentina , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Indiana , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Kentucky , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: North_Dakota , Object: C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Antarctica , Object: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Arctic , Object: C:\Python34\tcl\tcl8.6\tzdata\Arctic\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Asia , Object: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Australia , Object: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Brazil , Object: C:\Python34\tcl\tcl8.6\tzdata\Brazil\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Atlantic , Object: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Canada , Object: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Chile , Object: C:\Python34\tcl\tcl8.6\tzdata\Chile\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Etc , Object: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Europe , Object: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Indian , Object: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Mexico , Object: C:\Python34\tcl\tcl8.6\tzdata\Mexico\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: SystemV , Object: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Pacific , Object: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: US , Object: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tdbc1.0.0 , Object: C:\Python34\tcl\tdbc1.0.0\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tdbcmysql1.0.0 , Object: C:\Python34\tcl\tdbcmysql1.0.0\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tdbcodbc1.0.0 , Object: C:\Python34\tcl\tdbcodbc1.0.0\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tdbcpostgres1.0.0 , Object: C:\Python34\tcl\tdbcpostgres1.0.0\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tdbcsqlite1.0.0 , Object: C:\Python34\tcl\tdbcsqlite1.0.0\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: thread2.7.0 , Object: C:\Python34\tcl\thread2.7.0\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tix8.4.3 , Object: C:\Python34\tcl\tix8.4.3\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: bitmaps1 , Object: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: demos1 , Object: C:\Python34\tcl\tix8.4.3\demos\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: bitmaps , Object: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: samples , Object: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: pref , Object: C:\Python34\tcl\tix8.4.3\pref\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tk8.6 , Object: C:\Python34\tcl\tk8.6\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: demos , Object: C:\Python34\tcl\tk8.6\demos\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: images1 , Object: C:\Python34\tcl\tk8.6\demos\images\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: images , Object: C:\Python34\tcl\tk8.6\images\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: msgs , Object: C:\Python34\tcl\tk8.6\msgs\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: ttk , Object: C:\Python34\tcl\tk8.6\ttk\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: libs , Object: C:\Python34\libs\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: include , Object: C:\Python34\include\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Lib , Object: C:\Python34\Lib\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: dbm , Object: C:\Python34\Lib\dbm\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: dbm_pycache , Object: C:\Python34\Lib\dbm\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: distutils , Object: C:\Python34\Lib\distutils\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tests1 , Object: C:\Python34\Lib\distutils\tests\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tests1_pycache , Object: C:\Python34\Lib\distutils\tests\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: command , Object: C:\Python34\Lib\distutils\command\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: command_pycache , Object: C:\Python34\Lib\distutils\command\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: distutils_pycache , Object: C:\Python34\Lib\distutils\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: importlib , Object: C:\Python34\Lib\importlib\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: importlib_pycache , Object: C:\Python34\Lib\importlib\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: collections , Object: C:\Python34\Lib\collections\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: collections_pycache , Object: C:\Python34\Lib\collections\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: unittest , Object: C:\Python34\Lib\unittest\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test4 , Object: C:\Python34\Lib\unittest\test\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: testmock , Object: C:\Python34\Lib\unittest\test\testmock\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: testmock_pycache , Object: C:\Python34\Lib\unittest\test\testmock\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test4_pycache , Object: C:\Python34\Lib\unittest\test\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: unittest_pycache , Object: C:\Python34\Lib\unittest\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: xmlrpc , Object: C:\Python34\Lib\xmlrpc\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: xmlrpc_pycache , Object: C:\Python34\Lib\xmlrpc\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: msilib , Object: C:\Python34\Lib\msilib\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: msilib_pycache , Object: C:\Python34\Lib\msilib\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: pydoc_data , Object: C:\Python34\Lib\pydoc_data\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: pydoc_data_pycache , Object: C:\Python34\Lib\pydoc_data\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: encodings , Object: C:\Python34\Lib\encodings\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: encodings_pycache , Object: C:\Python34\Lib\encodings\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: urllib , Object: C:\Python34\Lib\urllib\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: urllib_pycache , Object: C:\Python34\Lib\urllib\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: email , Object: C:\Python34\Lib\email\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: mime , Object: C:\Python34\Lib\email\mime\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: mime_pycache , Object: C:\Python34\Lib\email\mime\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: email_pycache , Object: C:\Python34\Lib\email\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: xml , Object: C:\Python34\Lib\xml\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: sax , Object: C:\Python34\Lib\xml\sax\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: sax_pycache , Object: C:\Python34\Lib\xml\sax\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: parsers , Object: C:\Python34\Lib\xml\parsers\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: parsers_pycache , Object: C:\Python34\Lib\xml\parsers\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: etree , Object: C:\Python34\Lib\xml\etree\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: etree_pycache , Object: C:\Python34\Lib\xml\etree\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: dom , Object: C:\Python34\Lib\xml\dom\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: dom_pycache , Object: C:\Python34\Lib\xml\dom\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: xml_pycache , Object: C:\Python34\Lib\xml\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: turtledemo , Object: C:\Python34\Lib\turtledemo\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: turtledemo_pycache , Object: C:\Python34\Lib\turtledemo\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test3 , Object: C:\Python34\Lib\test\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_email , Object: C:\Python34\Lib\test\test_email\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: data2 , Object: C:\Python34\Lib\test\test_email\data\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_email_pycache , Object: C:\Python34\Lib\test\test_email\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_importlib , Object: C:\Python34\Lib\test\test_importlib\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: import_ , Object: C:\Python34\Lib\test\test_importlib\import_\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: import__pycache , Object: C:\Python34\Lib\test\test_importlib\import_\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: extension , Object: C:\Python34\Lib\test\test_importlib\extension\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: extension_pycache , Object: C:\Python34\Lib\test\test_importlib\extension\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: source , Object: C:\Python34\Lib\test\test_importlib\source\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: source_pycache , Object: C:\Python34\Lib\test\test_importlib\source\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: frozen , Object: C:\Python34\Lib\test\test_importlib\frozen\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: frozen_pycache , Object: C:\Python34\Lib\test\test_importlib\frozen\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: namespace_pkgs , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: portion2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: foo3 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: foo3_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: portion1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: foo2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: foo2_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: not_a_namespace_pkg , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: foo1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: foo1_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: both_portions , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: foo , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: foo_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: project2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: parent2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: child2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: child2_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: project1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: parent1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: child1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: child1_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: project3 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: parent , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: child , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: child_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: module_and_namespace_package , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: a_test , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: module_and_namespace_package_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: builtin , Object: C:\Python34\Lib\test\test_importlib\builtin\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: builtin_pycache , Object: C:\Python34\Lib\test\test_importlib\builtin\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_importlib_pycache , Object: C:\Python34\Lib\test\test_importlib\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: audiodata , Object: C:\Python34\Lib\test\audiodata\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: data1 , Object: C:\Python34\Lib\test\data\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: xmltestdata , Object: C:\Python34\Lib\test\xmltestdata\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_json , Object: C:\Python34\Lib\test\test_json\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_json_pycache , Object: C:\Python34\Lib\test\test_json\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: subprocessdata , Object: C:\Python34\Lib\test\subprocessdata\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: subprocessdata_pycache , Object: C:\Python34\Lib\test\subprocessdata\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: leakers , Object: C:\Python34\Lib\test\leakers\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: leakers_pycache , Object: C:\Python34\Lib\test\leakers\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: cjkencodings , Object: C:\Python34\Lib\test\cjkencodings\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: crashers , Object: C:\Python34\Lib\test\crashers\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: crashers_pycache , Object: C:\Python34\Lib\test\crashers\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tracedmodules , Object: C:\Python34\Lib\test\tracedmodules\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tracedmodules_pycache , Object: C:\Python34\Lib\test\tracedmodules\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: sndhdrdata , Object: C:\Python34\Lib\test\sndhdrdata\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: decimaltestdata , Object: C:\Python34\Lib\test\decimaltestdata\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_tools , Object: C:\Python34\Lib\test\test_tools\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_tools_pycache , Object: C:\Python34\Lib\test\test_tools\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: imghdrdata , Object: C:\Python34\Lib\test\imghdrdata\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: encoded_modules , Object: C:\Python34\Lib\test\encoded_modules\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: encoded_modules_pycache , Object: C:\Python34\Lib\test\encoded_modules\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: capath , Object: C:\Python34\Lib\test\capath\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: support , Object: C:\Python34\Lib\test\support\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: support_pycache , Object: C:\Python34\Lib\test\support\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_asyncio , Object: C:\Python34\Lib\test\test_asyncio\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_asyncio_pycache , Object: C:\Python34\Lib\test\test_asyncio\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test3_pycache , Object: C:\Python34\Lib\test\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: ctypes , Object: C:\Python34\Lib\ctypes\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: macholib , Object: C:\Python34\Lib\ctypes\macholib\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: macholib_pycache , Object: C:\Python34\Lib\ctypes\macholib\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test2 , Object: C:\Python34\Lib\ctypes\test\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test2_pycache , Object: C:\Python34\Lib\ctypes\test\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: ctypes_pycache , Object: C:\Python34\Lib\ctypes\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: logging , Object: C:\Python34\Lib\logging\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: logging_pycache , Object: C:\Python34\Lib\logging\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: ensurepip , Object: C:\Python34\Lib\ensurepip\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: _bundled , Object: C:\Python34\Lib\ensurepip\_bundled\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: ensurepip_pycache , Object: C:\Python34\Lib\ensurepip\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: multiprocessing , Object: C:\Python34\Lib\multiprocessing\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: dummy , Object: C:\Python34\Lib\multiprocessing\dummy\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: dummy_pycache , Object: C:\Python34\Lib\multiprocessing\dummy\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: multiprocessing_pycache , Object: C:\Python34\Lib\multiprocessing\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: curses , Object: C:\Python34\Lib\curses\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: curses_pycache , Object: C:\Python34\Lib\curses\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: json , Object: C:\Python34\Lib\json\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: json_pycache , Object: C:\Python34\Lib\json\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: venv , Object: C:\Python34\Lib\venv\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: scripts , Object: C:\Python34\Lib\venv\scripts\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: posix , Object: C:\Python34\Lib\venv\scripts\posix\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: nt , Object: C:\Python34\Lib\venv\scripts\nt\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: venv_pycache , Object: C:\Python34\Lib\venv\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: wsgiref , Object: C:\Python34\Lib\wsgiref\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: wsgiref_pycache , Object: C:\Python34\Lib\wsgiref\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tkinter , Object: C:\Python34\Lib\tkinter\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test1 , Object: C:\Python34\Lib\tkinter\test\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_ttk , Object: C:\Python34\Lib\tkinter\test\test_ttk\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_ttk_pycache , Object: C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_tkinter , Object: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_tkinter_pycache , Object: C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test1_pycache , Object: C:\Python34\Lib\tkinter\test\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tkinter_pycache , Object: C:\Python34\Lib\tkinter\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: lib2to3 , Object: C:\Python34\Lib\lib2to3\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: fixes , Object: C:\Python34\Lib\lib2to3\fixes\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: fixes_pycache , Object: C:\Python34\Lib\lib2to3\fixes\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tests , Object: C:\Python34\Lib\lib2to3\tests\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: data , Object: C:\Python34\Lib\lib2to3\tests\data\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: fixers , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: myfixes , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: myfixes_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: fixers_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: data_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tests_pycache , Object: C:\Python34\Lib\lib2to3\tests\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: pgen2 , Object: C:\Python34\Lib\lib2to3\pgen2\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: pgen2_pycache , Object: C:\Python34\Lib\lib2to3\pgen2\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: lib2to3_pycache , Object: C:\Python34\Lib\lib2to3\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: html , Object: C:\Python34\Lib\html\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: html_pycache , Object: C:\Python34\Lib\html\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: sqlite3 , Object: C:\Python34\Lib\sqlite3\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test , Object: C:\Python34\Lib\sqlite3\test\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_pycache , Object: C:\Python34\Lib\sqlite3\test\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: sqlite3_pycache , Object: C:\Python34\Lib\sqlite3\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: http , Object: C:\Python34\Lib\http\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: http_pycache , Object: C:\Python34\Lib\http\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: concurrent , Object: C:\Python34\Lib\concurrent\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: futures , Object: C:\Python34\Lib\concurrent\futures\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: futures_pycache , Object: C:\Python34\Lib\concurrent\futures\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: concurrent_pycache , Object: C:\Python34\Lib\concurrent\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: idlelib , Object: C:\Python34\Lib\idlelib\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Icons , Object: C:\Python34\Lib\idlelib\Icons\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: idle_test , Object: C:\Python34\Lib\idlelib\idle_test\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: idle_test_pycache , Object: C:\Python34\Lib\idlelib\idle_test\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: idlelib_pycache , Object: C:\Python34\Lib\idlelib\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: site_packages , Object: C:\Python34\Lib\site-packages\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: asyncio , Object: C:\Python34\Lib\asyncio\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: asyncio_pycache , Object: C:\Python34\Lib\asyncio\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Lib_pycache , Object: C:\Python34\Lib\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: DLLs , Object: C:\Python34\DLLs\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: LAUNCHERDIR , Object: C:\WINDOWS\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: DLLDIR , Object: C:\WINDOWS\system32\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Tools , Object: C:\Python34\Tools\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Scripts , Object: C:\Python34\Tools\Scripts\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Scripts_pycache , Object: C:\Python34\Tools\Scripts\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: i18n , Object: C:\Python34\Tools\i18n\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: i18n_pycache , Object: C:\Python34\Tools\i18n\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: pynche , Object: C:\Python34\Tools\pynche\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: pynche_pycache , Object: C:\Python34\Tools\pynche\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: X , Object: C:\Python34\Tools\pynche\X\ MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'. MSI (c) (70:74) [21:21:36:019]: Disallowing installation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since the same component with higher versioned keyfile exists MSI (c) (70:74) [21:21:36:035]: Disallowing installation of component: {0E931026-929B-382C-B702-B8B4039399E5} since the same component with higher versioned keyfile exists MSI (c) (70:74) [21:21:36:035]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 MSI (c) (70:74) [21:21:36:035]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (c) (70:74) [21:21:36:035]: Note: 1: 2262 2: Patch 3: -2147287038 Action ended 21:21:36: CostFinalize. Return value 1. MSI (c) (70:74) [21:21:36:238]: Doing action: MigrateFeatureStates Action 21:21:36: MigrateFeatureStates. Migrating feature states from related applications Action start 21:21:36: MigrateFeatureStates. MSI (c) (70:74) [21:21:36:238]: Migrating feature settings from product(s) '{D54842CB-F761-30BA-881F-1FF821DC44DF};{2583CDBA-8A53-4622-BB67-1D163714C1B4}' MSI (c) (70:74) [21:21:36:238]: MigrateFeatureStates: based on existing product, setting feature 'SharedCRT' to 'Local' state. MSI (c) (70:74) [21:21:36:253]: Disallowing installation of component: {0E931026-929B-382C-B702-B8B4039399E5} since the same component with higher versioned keyfile exists MSI (c) (70:74) [21:21:36:253]: Disallowing installation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since the same component with higher versioned keyfile exists MSI (c) (70:74) [21:21:36:253]: MigrateFeatureStates: based on existing product, setting feature 'DefaultFeature' to 'Local' state. MSI (c) (70:74) [21:21:36:285]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 MSI (c) (70:74) [21:21:36:300]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (c) (70:74) [21:21:36:300]: Note: 1: 2262 2: Patch 3: -2147287038 MSI (c) (70:74) [21:21:36:300]: MigrateFeatureStates: based on existing product, setting feature 'PrependPath' to 'Local' state. MSI (c) (70:74) [21:21:36:316]: MigrateFeatureStates: based on existing product, setting feature 'Testsuite' to 'Local' state. MSI (c) (70:74) [21:21:36:331]: MigrateFeatureStates: based on existing product, setting feature 'pip_feature' to 'Local' state. MSI (c) (70:74) [21:21:36:331]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 MSI (c) (70:74) [21:21:36:331]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (c) (70:74) [21:21:36:331]: Note: 1: 2262 2: Patch 3: -2147287038 MSI (c) (70:74) [21:21:36:331]: MigrateFeatureStates: based on existing product, setting feature 'Tools' to 'Local' state. MSI (c) (70:74) [21:21:36:331]: MigrateFeatureStates: based on existing product, setting feature 'Documentation' to 'Local' state. MSI (c) (70:74) [21:21:36:347]: MigrateFeatureStates: based on existing product, setting feature 'TclTk' to 'Local' state. MSI (c) (70:74) [21:21:36:363]: MigrateFeatureStates: based on existing product, setting feature 'Extensions' to 'Local' state. Action ended 21:21:36: MigrateFeatureStates. Return value 1. MSI (c) (70:74) [21:21:36:363]: Doing action: SelectDirectoryDlg Action 21:21:36: SelectDirectoryDlg. Action start 21:21:36: SelectDirectoryDlg. MSI (c) (70:DC) [21:21:36:378]: Note: 1: 2262 2: Error 3: -2147287038 Info 2898.For VerdanaRed9 textstyle, the system created a 'Verdana' font, in 1 character set, of 18 pixels height. MSI (c) (70:DC) [21:21:36:394]: Note: 1: 2262 2: Error 3: -2147287038 Info 2898.For DlgFont8__UL textstyle, the system created a 'Tahoma' font, in 0 character set, of 18 pixels height. MSI (c) (70:DC) [21:21:36:394]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2 Action 21:21:36: SelectDirectoryDlg. Dialog created MSI (c) (70:10) [21:21:36:613]: Note: 1: 2262 2: DuplicateFile 3: -2147287038 MSI (c) (70:10) [21:21:36:613]: Note: 1: 2262 2: ReserveCost 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 (command line - 64 bit) 3: 2 MSI (c) (70:10) [21:22:08:216]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 Docs Server (pydoc - 64 bit) 3: 2 MSI (c) (70:10) [21:22:08:216]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 GUI - 64 bit) 3: 2 MSI (c) (70:10) [21:22:08:216]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 Manuals 3: 2 MSI (c) (70:10) [21:22:08:216]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 (64 bit) 3: 2 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: Class 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: Class 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: Class 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'. MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: PublishComponent 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: SelfReg 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: Font 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: Class 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2727 2: MSI (c) (70:DC) [21:22:08:231]: Doing action: CheckDir Action 21:22:08: CheckDir. Action start 21:22:08: CheckDir. MSI (c) (70:DC) [21:22:08:247]: Creating MSIHANDLE (1) of type 790542 for thread 3548 MSI (c) (70:24) [21:22:08:247]: Invoking remote custom action. DLL: C:\Users\pierre\AppData\Local\Temp\MSI274B.tmp, Entrypoint: CheckDir MSI (c) (70:70) [21:22:08:263]: Cloaking enabled. MSI (c) (70:70) [21:22:08:263]: Attempting to enable all disabled privileges before calling Install on Server MSI (c) (70:70) [21:22:08:263]: Connected to service for CA interface. MSI (c) (70!3C) [21:22:08:403]: PROPERTY CHANGE: Adding TargetExists property. Its value is '1'. MSI (c) (70:24) [21:22:08:403]: Closing MSIHANDLE (1) of type 790542 for thread 3548 Action ended 21:22:08: CheckDir. Return value 1. MSI (c) (70:DC) [21:22:08:435]: PROPERTY CHANGE: Adding MsiSelectionTreeSelectedFeature property. Its value is 'DefaultFeature'. MSI (c) (70:DC) [21:22:08:435]: PROPERTY CHANGE: Adding MsiSelectionTreeSelectedAction property. Its value is '3'. MSI (c) (70:DC) [21:22:08:435]: PROPERTY CHANGE: Adding MsiSelectionTreeChildrenCount property. Its value is '7'. MSI (c) (70:DC) [21:22:08:435]: PROPERTY CHANGE: Adding MsiSelectionTreeInstallingChildrenCount property. Its value is '7'. MSI (c) (70:DC) [21:22:08:435]: PROPERTY CHANGE: Adding MsiSelectionTreeSelectedCost property. Its value is '2546'. MSI (c) (70:DC) [21:22:08:435]: PROPERTY CHANGE: Adding MsiSelectionTreeChildrenCost property. Its value is '687'. MSI (c) (70:DC) [21:22:08:435]: PROPERTY CHANGE: Adding MsiSelectionTreeSelectedPath property. Its value is 'C:\Python34\'. Action 21:22:08: SelectFeaturesDlg. Dialog created MSI (c) (70:DC) [21:22:08:935]: Note: 1: 2727 2: MSI (c) (70:DC) [21:22:09:435]: Note: 1: 2727 2: MSI (c) (70:DC) [21:22:09:935]: Note: 1: 2727 2: MSI (c) (70:DC) [21:22:10:435]: Note: 1: 2727 2: MSI (c) (70:DC) [21:22:10:935]: Note: 1: 2727 2: MSI (c) (70:DC) [21:22:11:450]: Note: 1: 2727 2: MSI (c) (70:DC) [21:22:11:950]: Note: 1: 2727 2: MSI (c) (70:DC) [21:22:12:450]: Note: 1: 2727 2: MSI (c) (70:DC) [21:22:12:935]: PROPERTY CHANGE: Deleting MsiSelectionTreeSelectedFeature property. Its current value is 'DefaultFeature'. MSI (c) (70:DC) [21:22:12:935]: PROPERTY CHANGE: Deleting MsiSelectionTreeSelectedAction property. Its current value is '3'. MSI (c) (70:DC) [21:22:12:935]: PROPERTY CHANGE: Deleting MsiSelectionTreeChildrenCount property. Its current value is '7'. MSI (c) (70:DC) [21:22:12:935]: PROPERTY CHANGE: Deleting MsiSelectionTreeInstallingChildrenCount property. Its current value is '7'. MSI (c) (70:DC) [21:22:12:935]: PROPERTY CHANGE: Deleting MsiSelectionTreeSelectedCost property. Its current value is '2546'. MSI (c) (70:DC) [21:22:12:935]: PROPERTY CHANGE: Deleting MsiSelectionTreeChildrenCost property. Its current value is '687'. MSI (c) (70:DC) [21:22:12:935]: PROPERTY CHANGE: Deleting MsiSelectionTreeSelectedPath property. Its current value is 'C:\Python34\'. Action ended 21:22:12: SelectDirectoryDlg. Return value 1. MSI (c) (70:74) [21:22:12:950]: Skipping action: MaintenanceTypeDlg (condition is false) MSI (c) (70:74) [21:22:12:950]: Doing action: ProgressDlg Action 21:22:12: ProgressDlg. Action start 21:22:12: ProgressDlg. MSI (c) (70:DC) [21:22:12:950]: Note: 1: 2262 2: Error 3: -2147287038 Info 2898.For DlgFontBold8 textstyle, the system created a 'Tahoma' font, in 1 character set, of 16 pixels height. Action 21:22:12: ProgressDlg. Dialog created Action ended 21:22:13: ProgressDlg. Return value 1. MSI (c) (70:74) [21:22:13:138]: Doing action: ExecuteAction Action 21:22:13: ExecuteAction. Action start 21:22:13: ExecuteAction. MSI (c) (70:74) [21:22:13:138]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'. MSI (c) (70:74) [21:22:13:138]: Grabbed execution mutex. MSI (c) (70:74) [21:22:13:138]: Incrementing counter to disable shutdown. Counter after increment: 0 MSI (c) (70:74) [21:22:13:138]: Switching to server: X="C:\Python34\Tools\pynche\X\" TARGETDIR="C:\Python34\" DLLDIR="C:\WINDOWS\system32\" LAUNCHERDIR="C:\WINDOWS\" US="C:\Python34\tcl\tcl8.6\tzdata\US\" _8.6="C:\Python34\tcl\tcl8\8.6\" _8.5="C:\Python34\tcl\tcl8\8.5\" _8.4="C:\Python34\tcl\tcl8\8.4\" _8.3="C:\Python34\tcl\tcl8\8.3\" _8.2="C:\Python34\tcl\tcl8\8.2\" REMOVEOLDVERSION="{D54842CB-F761-30BA-881F-1FF821DC44DF}" REMOVEOLDSNAPSHOT="{2583CDBA-8A53-4622-BB67-1D163714C1B4}" CURRENTDIRECTORY="C:\WINDOWS\system32" CLIENTUILEVEL="0" CLIENTPROCESSID="7536" USERNAME="pierre.boulanger at hotmail.com" SOURCEDIR="C:\Users\pierre\Documents\" ACTION="INSTALL" EXECUTEACTION="INSTALL" ROOTDRIVE="C:\" MIGRATE="{D54842CB-F761-30BA-881F-1FF821DC44DF};{2583CDBA-8A53-4622-BB67-1D163714C1B4}" ALLUSERS="1" INSTALLLEVEL="1" SECONDSEQUENCE="1" ADDLOCAL=DefaultFeature,SharedCRT,Extensions,TclTk,Documentation,Tools,pip_feature,Testsuite,PrependPath MSI (s) (9C:78) [21:22:13:169]: Running installation inside multi-package transaction C:\Users\pierre\Documents\python-3.4.2.amd64.msi MSI (s) (9C:78) [21:22:13:169]: Grabbed execution mutex. MSI (s) (9C:5C) [21:22:13:185]: Resetting cached policy values MSI (s) (9C:5C) [21:22:13:185]: Machine policy value 'Debug' is 0 MSI (s) (9C:5C) [21:22:13:185]: ******* RunEngine: ******* Product: C:\Users\pierre\Documents\python-3.4.2.amd64.msi ******* Action: INSTALL ******* CommandLine: ********** MSI (s) (9C:5C) [21:22:13:185]: Machine policy value 'DisableUserInstalls' is 0 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 00005109831090400000000000F01FEC MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 00005109831090400000000000F01FEC MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 09C2F43DABC2EED4483DBF3700D59530 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 09C2F43DABC2EED4483DBF3700D59530 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 0AA7CFB2C445A3E47869763FEB56B59E MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 0AA7CFB2C445A3E47869763FEB56B59E MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 0B08BE870A812E1179160FD42AA3C585 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 0B08BE870A812E1179160FD42AA3C585 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 0CC0CDFA8E930C248932C2C1816267CD MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 0CC0CDFA8E930C248932C2C1816267CD MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 0D4BECCE0807A8F44B894EA0234ABFDE MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 0D4BECCE0807A8F44B894EA0234ABFDE MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 163AAEBD4A8F89244BC1E9D9BCA9BA48 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 163AAEBD4A8F89244BC1E9D9BCA9BA48 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 178362A7CEEB1E11CA350FD42AA3C585 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 178362A7CEEB1E11CA350FD42AA3C585 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 1926E8D15D0BCE53481466615F760A7F MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 1926E8D15D0BCE53481466615F760A7F MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 1933CB586EB62E11888D01043F7E10F0 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 1933CB586EB62E11888D01043F7E10F0 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 1C006203FDB61DF43170419892CC3158 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 1C006203FDB61DF43170419892CC3158 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 1D5E3C0FEDA1E123187686FED06E995A MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 1D5E3C0FEDA1E123187686FED06E995A MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 1F905C24154C1E11EA9C0FD42AA3C585 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 1F905C24154C1E11EA9C0FD42AA3C585 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 2285CC2C6E2312D488AEEDC8DE90EEF2 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 2285CC2C6E2312D488AEEDC8DE90EEF2 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 2B271A26E055D994A92815091D3809AA MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 2B271A26E055D994A92815091D3809AA MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 3407C5E15C9047946AF95A72F18DB2CB MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 3407C5E15C9047946AF95A72F18DB2CB MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 350BFA98343AFE64794E5D39DA17486E MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 350BFA98343AFE64794E5D39DA17486E MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 44D3EEBF339048B4BBA69459F79881F7 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 44D3EEBF339048B4BBA69459F79881F7 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 4EA42A62D9304AC4784BF230120776FF MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 4EA42A62D9304AC4784BF230120776FF MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 4EA42A62D9304AC4784BF260140776FF MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 4EA42A62D9304AC4784BF260140776FF MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 53434C36824FAB24E8B7858447D92926 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 53434C36824FAB24E8B7858447D92926 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 5ABBFB104D5F2A8468DA8F3AFDD0F46E MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 5ABBFB104D5F2A8468DA8F3AFDD0F46E MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 5B8A21D914D95644FB110717E90BDC20 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 5B8A21D914D95644FB110717E90BDC20 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 60670929CF2B39140BEC2A1195ADA3BB MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 60670929CF2B39140BEC2A1195ADA3BB MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 610AC2A9C4C144D4FB072C8C36C9434A MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 610AC2A9C4C144D4FB072C8C36C9434A MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 65A12609E109D7148ABC8E3E6A97C392 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 65A12609E109D7148ABC8E3E6A97C392 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 681ED7B6B4733784EA1C4746AD33D76D MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 681ED7B6B4733784EA1C4746AD33D76D MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 68AB67CA7DA7FFFFB744BA0000000010 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 68AB67CA7DA7FFFFB744BA0000000010 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 6E1F8BCA18EECF34EA7B86DEFA92F11B MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 6E1F8BCA18EECF34EA7B86DEFA92F11B MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 6E815EB96CCE9A53884E7857C57002F0 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 6E815EB96CCE9A53884E7857C57002F0 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 70CAE55D7027DB445B42F060F3237734 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 70CAE55D7027DB445B42F060F3237734 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 729C7955A9207A640A0CD8BA9D98A105 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 729C7955A9207A640A0CD8BA9D98A105 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 7C83913B79E7EE94F88859E15126863A MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 7C83913B79E7EE94F88859E15126863A MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 844C97FE649617D41843300487880C45 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 844C97FE649617D41843300487880C45 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 85A2C71DAE0E7DD42A6D4C84DF526B6F MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 85A2C71DAE0E7DD42A6D4C84DF526B6F MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 8FAA6A8C7AFD7B444BBCFC02C02A67D0 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 8FAA6A8C7AFD7B444BBCFC02C02A67D0 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 93BAD29AC2E44034A96BCB446EB8552E MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 93BAD29AC2E44034A96BCB446EB8552E MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 99D1998BDF882F14C823BD0772D8C503 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 99D1998BDF882F14C823BD0772D8C503 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: A03D08C720CAF3E49BD5920F4EFF39B7 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: A03D08C720CAF3E49BD5920F4EFF39B7 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: A4F277D5ED35F1E4385F0BD8FF01C606 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: A4F277D5ED35F1E4385F0BD8FF01C606 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: B3E744BA59A76AC4E8DC2BC56913B476 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: B3E744BA59A76AC4E8DC2BC56913B476 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: BCA204EE962844E4C91A8DF1CDB45454 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: BCA204EE962844E4C91A8DF1CDB45454 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: BCFACE52BFCDECF45A2B77A2755F8906 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: BCFACE52BFCDECF45A2B77A2755F8906 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: BD2118D909431FB4AAAFD122F4BFD5C3 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: BD2118D909431FB4AAAFD122F4BFD5C3 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: CB5932132CC7C4346A06035220679A62 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: CB5932132CC7C4346A06035220679A62 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: D529D99AF10C4834892AF7CE92C5E651 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: D529D99AF10C4834892AF7CE92C5E651 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: DC87A16F82EF88942AF7E570062AB226 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: DC87A16F82EF88942AF7E570062AB226 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: DDDD297F8C17E914EA50640BDC1BEB8C MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: DDDD297F8C17E914EA50640BDC1BEB8C MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: E4029B5190ABE584F8C290A40C706746 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: E4029B5190ABE584F8C290A40C706746 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: E47BB42B9538AA3489A5E8089C12C907 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: E47BB42B9538AA3489A5E8089C12C907 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: E6FE6646E007F07449BC0D5030208CE4 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: E6FE6646E007F07449BC0D5030208CE4 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: E76AA5B70AEFBB04AB5BAC6546A585C9 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: E76AA5B70AEFBB04AB5BAC6546A585C9 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: E81764303FE8A304780A19D2C0449AAB MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: E81764303FE8A304780A19D2C0449AAB MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: ED365428DA576614D90C6B84F2024756 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: ED365428DA576614D90C6B84F2024756 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: F356094398721A641BFBB64DFC1413BA MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: F356094398721A641BFBB64DFC1413BA MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: F60730A4A66673047777F5728467D401 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: F60730A4A66673047777F5728467D401 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: F95CA8C146462E110A0C0FD42AA3C585 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: F95CA8C146462E110A0C0FD42AA3C585 MSI (s) (9C:5C) [21:22:13:200]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038 MSI (s) (9C:5C) [21:22:13:216]: Machine policy value 'LimitSystemRestoreCheckpointing' is 0 MSI (s) (9C:5C) [21:22:13:216]: Note: 1: 1715 2: Python 3.4.2 (64-bit) MSI (s) (9C:5C) [21:22:13:216]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (9C:5C) [21:22:13:216]: Calling SRSetRestorePoint API. dwRestorePtType: 0, dwEventType: 102, llSequenceNumber: 0, szDescription: "Installed Python 3.4.2 (64-bit)". MSI (s) (9C:5C) [21:23:12:269]: The call to SRSetRestorePoint API succeeded. Returned status: 0, llSequenceNumber: 6. MSI (s) (9C:5C) [21:23:12:300]: File will have security applied from OpCode. MSI (s) (9C:5C) [21:23:12:456]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Users\pierre\Documents\python-3.4.2.amd64.msi' against software restriction policy MSI (s) (9C:5C) [21:23:12:456]: SOFTWARE RESTRICTION POLICY: C:\Users\pierre\Documents\python-3.4.2.amd64.msi has a digital signature MSI (s) (9C:5C) [21:23:13:097]: SOFTWARE RESTRICTION POLICY: C:\Users\pierre\Documents\python-3.4.2.amd64.msi is permitted to run at the 'unrestricted' authorization level. MSI (s) (9C:5C) [21:23:13:097]: Creating MSIHANDLE (1) of type 790542 for thread 3932 MSI (s) (9C:5C) [21:23:13:097]: MSCOREE not loaded loading copy from system32 MSI (s) (9C:5C) [21:23:13:206]: End dialog not enabled MSI (s) (9C:5C) [21:23:13:206]: Original package ==> C:\Users\pierre\Documents\python-3.4.2.amd64.msi MSI (s) (9C:5C) [21:23:13:206]: Package we're running from ==> C:\WINDOWS\Installer\5216a.msi MSI (s) (9C:5C) [21:23:13:222]: APPCOMPAT: Compatibility mode property overrides found. MSI (s) (9C:5C) [21:23:13:222]: APPCOMPAT: looking for appcompat database entry with ProductCode '{CD723946-09C1-38D3-8542-732BA931E9EF}'. MSI (s) (9C:5C) [21:23:13:222]: APPCOMPAT: no matching ProductCode found in database. MSI (s) (9C:5C) [21:23:13:269]: Machine policy value 'TransformsSecure' is 0 MSI (s) (9C:5C) [21:23:13:269]: User policy value 'TransformsAtSource' is 0 MSI (s) (9C:5C) [21:23:13:269]: Machine policy value 'DisablePatch' is 0 MSI (s) (9C:5C) [21:23:13:269]: Machine policy value 'AllowLockdownPatch' is 0 MSI (s) (9C:5C) [21:23:13:269]: Machine policy value 'DisableLUAPatching' is 0 MSI (s) (9C:5C) [21:23:13:269]: Machine policy value 'DisableFlyWeightPatching' is 0 MSI (s) (9C:5C) [21:23:13:269]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active MSI (s) (9C:5C) [21:23:13:269]: APPCOMPAT: looking for appcompat database entry with ProductCode '{CD723946-09C1-38D3-8542-732BA931E9EF}'. MSI (s) (9C:5C) [21:23:13:269]: APPCOMPAT: no matching ProductCode found in database. MSI (s) (9C:5C) [21:23:13:269]: Transforms are not secure. MSI (s) (9C:5C) [21:23:13:269]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\WINDOWS\system32\log.txt'. MSI (s) (9C:5C) [21:23:13:269]: Command Line: X=C:\Python34\Tools\pynche\X\ TARGETDIR=C:\Python34\ DLLDIR=C:\WINDOWS\system32\ LAUNCHERDIR=C:\WINDOWS\ US=C:\Python34\tcl\tcl8.6\tzdata\US\ _8.6=C:\Python34\tcl\tcl8\8.6\ _8.5=C:\Python34\tcl\tcl8\8.5\ _8.4=C:\Python34\tcl\tcl8\8.4\ _8.3=C:\Python34\tcl\tcl8\8.3\ _8.2=C:\Python34\tcl\tcl8\8.2\ REMOVEOLDVERSION={D54842CB-F761-30BA-881F-1FF821DC44DF} REMOVEOLDSNAPSHOT={2583CDBA-8A53-4622-BB67-1D163714C1B4} CURRENTDIRECTORY=C:\WINDOWS\system32 CLIENTUILEVEL=0 CLIENTPROCESSID=7536 USERNAME=pierre.boulanger at hotmail.com SOURCEDIR=C:\Users\pierre\Documents\ ACTION=INSTALL EXECUTEACTION=INSTALL ROOTDRIVE=C:\ MIGRATE={D54842CB-F761-30BA-881F-1FF821DC44DF};{2583CDBA-8A53-4622-BB67-1D163714C1B4} ALLUSERS=1 INSTALLLEVEL=1 SECONDSEQUENCE=1 ADDLOCAL=DefaultFeature,SharedCRT,Extensions,TclTk,Documentation,Tools,pip_feature,Testsuite,PrependPath ACTION=INSTALL MSI (s) (9C:5C) [21:23:13:269]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{DFFC8690-7E44-4587-9B40-13D3182C6046}'. MSI (s) (9C:5C) [21:23:13:269]: Product Code passed to Engine.Initialize: '' MSI (s) (9C:5C) [21:23:13:269]: Product Code from property table before transforms: '{CD723946-09C1-38D3-8542-732BA931E9EF}' MSI (s) (9C:5C) [21:23:13:269]: Product Code from property table after transforms: '{CD723946-09C1-38D3-8542-732BA931E9EF}' MSI (s) (9C:5C) [21:23:13:269]: Product not registered: beginning first-time install MSI (s) (9C:5C) [21:23:13:269]: Machine policy value 'DisableMsi' is 0 MSI (s) (9C:5C) [21:23:13:269]: PROPERTY CHANGE: Adding ALLUSERS property. Its value is '1'. MSI (s) (9C:5C) [21:23:13:269]: Product {CD723946-09C1-38D3-8542-732BA931E9EF} is not managed. MSI (s) (9C:5C) [21:23:13:269]: MSI_LUA: Credential prompt not required, user is an admin MSI (s) (9C:5C) [21:23:13:269]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'. MSI (s) (9C:5C) [21:23:13:269]: Entering CMsiConfigurationManager::SetLastUsedSource. MSI (s) (9C:5C) [21:23:13:269]: User policy value 'SearchOrder' is 'nmu' MSI (s) (9C:5C) [21:23:13:269]: Adding new sources is allowed. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'. MSI (s) (9C:5C) [21:23:13:284]: Package name extracted from package path: 'python-3.4.2.amd64.msi' MSI (s) (9C:5C) [21:23:13:284]: Package to be registered: 'python-3.4.2.amd64.msi' MSI (s) (9C:5C) [21:23:13:284]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (9C:5C) [21:23:13:284]: Note: 1: 2262 2: AdminProperties 3: -2147287038 MSI (s) (9C:5C) [21:23:13:284]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:5C) [21:23:13:284]: User policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:5C) [21:23:13:284]: Product installation will be elevated because user is admin and product is being installed per-machine. MSI (s) (9C:5C) [21:23:13:284]: Running product '{CD723946-09C1-38D3-8542-732BA931E9EF}' with elevated privileges: Product is assigned. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding X property. Its value is 'C:\Python34\Tools\pynche\X\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\Python34\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding DLLDIR property. Its value is 'C:\WINDOWS\system32\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding LAUNCHERDIR property. Its value is 'C:\WINDOWS\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding US property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\US\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding _8.6 property. Its value is 'C:\Python34\tcl\tcl8\8.6\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding _8.5 property. Its value is 'C:\Python34\tcl\tcl8\8.5\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding _8.4 property. Its value is 'C:\Python34\tcl\tcl8\8.4\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding _8.3 property. Its value is 'C:\Python34\tcl\tcl8\8.3\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding _8.2 property. Its value is 'C:\Python34\tcl\tcl8\8.2\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding REMOVEOLDVERSION property. Its value is '{D54842CB-F761-30BA-881F-1FF821DC44DF}'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding REMOVEOLDSNAPSHOT property. Its value is '{2583CDBA-8A53-4622-BB67-1D163714C1B4}'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\WINDOWS\system32'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '7536'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'pierre.boulanger at hotmail.com'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Users\pierre\Documents\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding MIGRATE property. Its value is '{D54842CB-F761-30BA-881F-1FF821DC44DF};{2583CDBA-8A53-4622-BB67-1D163714C1B4}'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding ADDLOCAL property. Its value is 'DefaultFeature,SharedCRT,Extensions,TclTk,Documentation,Tools,pip_feature,Testsuite,PrependPath'. MSI (s) (9C:5C) [21:23:13:284]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0 MSI (s) (9C:5C) [21:23:13:316]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is '70bdbd6e91749e439d96ed4dc562548b'. MSI (s) (9C:5C) [21:23:13:316]: RESTART MANAGER: Session opened. MSI (s) (9C:5C) [21:23:13:316]: Engine has iefSecondSequence set to true. MSI (s) (9C:5C) [21:23:13:316]: TRANSFORMS property is now: MSI (s) (9C:5C) [21:23:13:316]: PROPERTY CHANGE: Deleting SOURCEDIR property. Its current value is 'C:\Users\pierre\Documents\'. MSI (s) (9C:5C) [21:23:13:316]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'. MSI (s) (9C:5C) [21:23:13:316]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming MSI (s) (9C:5C) [21:23:13:331]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Favorites MSI (s) (9C:5C) [21:23:13:331]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Network Shortcuts MSI (s) (9C:5C) [21:23:13:331]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Documents MSI (s) (9C:5C) [21:23:13:347]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Printer Shortcuts MSI (s) (9C:5C) [21:23:13:347]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Recent MSI (s) (9C:5C) [21:23:13:347]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\SendTo MSI (s) (9C:5C) [21:23:13:363]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Templates MSI (s) (9C:5C) [21:23:13:363]: SHELL32::SHGetFolderPath returned: C:\ProgramData MSI (s) (9C:5C) [21:23:13:363]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Local MSI (s) (9C:5C) [21:23:13:378]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Pictures MSI (s) (9C:5C) [21:23:13:378]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (s) (9C:5C) [21:23:13:394]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup MSI (s) (9C:5C) [21:23:13:394]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:5C) [21:23:13:409]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu MSI (s) (9C:5C) [21:23:13:409]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop MSI (s) (9C:5C) [21:23:13:425]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (s) (9C:5C) [21:23:13:425]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup MSI (s) (9C:5C) [21:23:13:425]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:5C) [21:23:13:441]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu MSI (s) (9C:5C) [21:23:13:441]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Desktop MSI (s) (9C:5C) [21:23:13:456]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates MSI (s) (9C:5C) [21:23:13:456]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts MSI (s) (9C:5C) [21:23:13:456]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16 MSI (s) (9C:5C) [21:23:13:488]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated. MSI (s) (9C:5C) [21:23:13:488]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'. MSI (s) (9C:5C) [21:23:13:488]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'. MSI (s) (9C:5C) [21:23:13:488]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (s) (9C:5C) [21:23:13:488]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINDOWS\Installer\5216a.msi'. MSI (s) (9C:5C) [21:23:13:488]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Users\pierre\Documents\python-3.4.2.amd64.msi'. MSI (s) (9C:5C) [21:23:13:488]: Machine policy value 'MsiDisableEmbeddedUI' is 0 MSI (s) (9C:5C) [21:23:13:488]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install MSI (s) (9C:5C) [21:23:13:488]: Note: 1: 2262 2: PatchPackage 3: -2147287038 MSI (s) (9C:5C) [21:23:13:488]: Machine policy value 'DisableRollback' is 0 MSI (s) (9C:5C) [21:23:13:488]: User policy value 'DisableRollback' is 0 MSI (s) (9C:5C) [21:23:13:488]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'. MSI (s) (9C:5C) [21:23:13:488]: Note: 1: 2262 2: Font 3: -2147287038 MSI (s) (9C:5C) [21:23:13:488]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'. MSI (s) (9C:5C) [21:23:13:488]: Note: 1: 2262 2: LaunchCondition 3: -2147287038 MSI (s) (9C:5C) [21:23:13:488]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes. MSI (s) (9C:5C) [21:23:13:488]: Doing action: INSTALL Action 21:23:13: INSTALL. Action start 21:23:13: INSTALL. MSI (s) (9C:5C) [21:23:13:503]: Running ExecuteSequence MSI (s) (9C:5C) [21:23:13:503]: Doing action: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:23:13: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:23:13: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. MSI (s) (9C:5C) [21:23:13:503]: PROPERTY CHANGE: Adding WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC property. Its value is 'C:\WINDOWS\'. Action ended 21:23:13: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (s) (9C:5C) [21:23:13:503]: Doing action: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:23:13: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:23:13: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. MSI (s) (9C:5C) [21:23:13:503]: PROPERTY CHANGE: Adding System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC property. Its value is 'C:\WINDOWS\system32\'. Action ended 21:23:13: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (s) (9C:5C) [21:23:13:503]: Doing action: LaunchConditions Action 21:23:13: LaunchConditions. Evaluating launch conditions Action start 21:23:13: LaunchConditions. MSI (s) (9C:5C) [21:23:13:503]: Note: 1: 2262 2: LaunchCondition 3: -2147287038 Action ended 21:23:13: LaunchConditions. Return value 1. MSI (s) (9C:5C) [21:23:13:519]: Doing action: FindRelatedProducts Action 21:23:13: FindRelatedProducts. Searching for related applications Action start 21:23:13: FindRelatedProducts. MSI (s) (9C:5C) [21:23:13:519]: Skipping FindRelatedProducts action: already done on client side Action ended 21:23:13: FindRelatedProducts. Return value 0. MSI (s) (9C:5C) [21:23:13:519]: Doing action: AppSearch Action 21:23:13: AppSearch. Searching for installed applications Action start 21:23:13: AppSearch. MSI (s) (9C:5C) [21:23:13:519]: Skipping AppSearch action: already done on client side Action ended 21:23:13: AppSearch. Return value 0. MSI (s) (9C:5C) [21:23:13:519]: Doing action: CCPSearch Action 21:23:13: CCPSearch. Searching for qualifying products Action start 21:23:13: CCPSearch. MSI (s) (9C:5C) [21:23:13:519]: Skipping CCPSearch action: already done on client side Action ended 21:23:13: CCPSearch. Return value 0. MSI (s) (9C:5C) [21:23:13:519]: Doing action: RMCCPSearch Action 21:23:13: RMCCPSearch. Searching for qualifying products Action start 21:23:13: RMCCPSearch. MSI (s) (9C:5C) [21:23:13:534]: Skipping RMCCPSearch action: already done on client side Action ended 21:23:13: RMCCPSearch. Return value 0. MSI (s) (9C:5C) [21:23:13:534]: Doing action: ValidateProductID Action 21:23:13: ValidateProductID. Action start 21:23:13: ValidateProductID. Action ended 21:23:13: ValidateProductID. Return value 1. MSI (s) (9C:5C) [21:23:13:534]: Skipping action: InitialTargetDir (condition is false) MSI (s) (9C:5C) [21:23:13:534]: Skipping action: SetDLLDirToSystem32 (condition is false) MSI (s) (9C:5C) [21:23:13:534]: Skipping action: SetDLLDirToTarget (condition is false) MSI (s) (9C:5C) [21:23:13:534]: Skipping action: SetLauncherDirToWindows (condition is false) MSI (s) (9C:5C) [21:23:13:534]: Skipping action: SetLauncherDirToTarget (condition is false) MSI (s) (9C:5C) [21:23:13:534]: Doing action: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:23:13: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:23:13: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action ended 21:23:13: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (s) (9C:5C) [21:23:13:534]: Doing action: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:23:13: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:23:13: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action ended 21:23:13: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (s) (9C:5C) [21:23:13:534]: Doing action: CostInitialize Action 21:23:13: CostInitialize. Computing space requirements Action start 21:23:13: CostInitialize. MSI (s) (9C:5C) [21:23:13:550]: Machine policy value 'MaxPatchCacheSize' is 10 MSI (s) (9C:5C) [21:23:13:550]: Baseline: Sorting baselines for {CD723946-09C1-38D3-8542-732BA931E9EF}. MSI (s) (9C:5C) [21:23:13:550]: Baseline: New baseline 3.4.2150 from transaction. MSI (s) (9C:5C) [21:23:13:550]: Baseline: Sorted order Native: Order 0. MSI (s) (9C:5C) [21:23:13:550]: Baseline Data Table: MSI (s) (9C:5C) [21:23:13:550]: ProductCode: {CD723946-09C1-38D3-8542-732BA931E9EF} Version: 3.4.2150 Attributes: 0 PatchId: Native BaselineId: -2147483648 Order: 0 MSI (s) (9C:5C) [21:23:13:550]: Baseline File Table: MSI (s) (9C:5C) [21:23:13:550]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'. MSI (s) (9C:5C) [21:23:13:550]: Note: 1: 2262 2: Patch 3: -2147287038 MSI (s) (9C:5C) [21:23:13:550]: Note: 1: 2262 2: PatchPackage 3: -2147287038 MSI (s) (9C:5C) [21:23:13:550]: Note: 1: 2262 2: MsiPatchHeaders 3: -2147287038 MSI (s) (9C:5C) [21:23:13:550]: Note: 1: 2205 2: 3: __MsiPatchFileList MSI (s) (9C:5C) [21:23:13:550]: Dumping __MsiPatchMedia table... MSI (s) (9C:5C) [21:23:13:550]: Delta compression fallback method for this product transaction is 'MSI 2.0 legacy obsolescence' Action ended 21:23:13: CostInitialize. Return value 1. MSI (s) (9C:5C) [21:23:13:550]: Doing action: FileCost Action 21:23:13: FileCost. Computing space requirements Action start 21:23:13: FileCost. MSI (s) (9C:5C) [21:23:13:566]: Note: 1: 2262 2: MsiAssembly 3: -2147287038 MSI (s) (9C:5C) [21:23:13:566]: Note: 1: 2262 2: MoveFile 3: -2147287038 MSI (s) (9C:5C) [21:23:13:566]: Note: 1: 2262 2: DuplicateFile 3: -2147287038 MSI (s) (9C:5C) [21:23:13:566]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:5C) [21:23:13:566]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:5C) [21:23:13:566]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (s) (9C:5C) [21:23:13:566]: Note: 1: 2262 2: IniFile 3: -2147287038 MSI (s) (9C:5C) [21:23:13:566]: Note: 1: 2262 2: ReserveCost 3: -2147287038 Action ended 21:23:13: FileCost. Return value 1. MSI (s) (9C:5C) [21:23:13:566]: Doing action: IsolateComponents Action 21:23:13: IsolateComponents. Action start 21:23:13: IsolateComponents. MSI (s) (9C:5C) [21:23:13:566]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:5C) [21:23:13:566]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 Action ended 21:23:13: IsolateComponents. Return value 1. MSI (s) (9C:5C) [21:23:13:566]: Doing action: CostFinalize Action 21:23:13: CostFinalize. Computing space requirements Action start 21:23:13: CostFinalize. MSI (s) (9C:5C) [21:23:13:581]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'. MSI (s) (9C:5C) [21:23:13:581]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'. MSI (s) (9C:5C) [21:23:13:581]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'. MSI (s) (9C:5C) [21:23:13:581]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'. MSI (s) (9C:5C) [21:23:13:581]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding MenuDir property. Its value is 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Doc property. Its value is 'C:\Python34\Doc\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tcl property. Its value is 'C:\Python34\tcl\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding dde1.4 property. Its value is 'C:\Python34\tcl\dde1.4\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding itcl4.0.0 property. Its value is 'C:\Python34\tcl\itcl4.0.0\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding reg1.3 property. Its value is 'C:\Python34\tcl\reg1.3\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding sqlite33.8.0 property. Its value is 'C:\Python34\tcl\sqlite33.8.0\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tcl8 property. Its value is 'C:\Python34\tcl\tcl8\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding platform property. Its value is 'C:\Python34\tcl\tcl8\8.4\platform\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tdbc property. Its value is 'C:\Python34\tcl\tcl8\8.6\tdbc\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tcl8.6 property. Its value is 'C:\Python34\tcl\tcl8.6\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding encoding property. Its value is 'C:\Python34\tcl\tcl8.6\encoding\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding http1.0 property. Its value is 'C:\Python34\tcl\tcl8.6\http1.0\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding msgs1 property. Its value is 'C:\Python34\tcl\tcl8.6\msgs\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding opt0.4 property. Its value is 'C:\Python34\tcl\tcl8.6\opt0.4\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tzdata property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Africa property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Africa\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding America property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Argentina property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Indiana property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Kentucky property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding North_Dakota property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Antarctica property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Antarctica\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Arctic property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Arctic\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Asia property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Asia\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Australia property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Australia\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Brazil property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Brazil\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Atlantic property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Atlantic\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Canada property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Canada\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Chile property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Chile\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Etc property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Etc\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Europe property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Europe\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Indian property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Indian\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Mexico property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Mexico\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding SystemV property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\SystemV\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Pacific property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Pacific\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tdbc1.0.0 property. Its value is 'C:\Python34\tcl\tdbc1.0.0\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tdbcmysql1.0.0 property. Its value is 'C:\Python34\tcl\tdbcmysql1.0.0\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tdbcodbc1.0.0 property. Its value is 'C:\Python34\tcl\tdbcodbc1.0.0\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tdbcpostgres1.0.0 property. Its value is 'C:\Python34\tcl\tdbcpostgres1.0.0\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tdbcsqlite1.0.0 property. Its value is 'C:\Python34\tcl\tdbcsqlite1.0.0\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding thread2.7.0 property. Its value is 'C:\Python34\tcl\thread2.7.0\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tix8.4.3 property. Its value is 'C:\Python34\tcl\tix8.4.3\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding bitmaps1 property. Its value is 'C:\Python34\tcl\tix8.4.3\bitmaps\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding demos1 property. Its value is 'C:\Python34\tcl\tix8.4.3\demos\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding bitmaps property. Its value is 'C:\Python34\tcl\tix8.4.3\demos\bitmaps\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding samples property. Its value is 'C:\Python34\tcl\tix8.4.3\demos\samples\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding pref property. Its value is 'C:\Python34\tcl\tix8.4.3\pref\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tk8.6 property. Its value is 'C:\Python34\tcl\tk8.6\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding demos property. Its value is 'C:\Python34\tcl\tk8.6\demos\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding images1 property. Its value is 'C:\Python34\tcl\tk8.6\demos\images\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding images property. Its value is 'C:\Python34\tcl\tk8.6\images\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding msgs property. Its value is 'C:\Python34\tcl\tk8.6\msgs\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding ttk property. Its value is 'C:\Python34\tcl\tk8.6\ttk\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding libs property. Its value is 'C:\Python34\libs\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding include property. Its value is 'C:\Python34\include\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Lib property. Its value is 'C:\Python34\Lib\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding dbm property. Its value is 'C:\Python34\Lib\dbm\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding dbm_pycache property. Its value is 'C:\Python34\Lib\dbm\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding distutils property. Its value is 'C:\Python34\Lib\distutils\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tests1 property. Its value is 'C:\Python34\Lib\distutils\tests\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tests1_pycache property. Its value is 'C:\Python34\Lib\distutils\tests\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding command property. Its value is 'C:\Python34\Lib\distutils\command\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding command_pycache property. Its value is 'C:\Python34\Lib\distutils\command\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding distutils_pycache property. Its value is 'C:\Python34\Lib\distutils\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding importlib property. Its value is 'C:\Python34\Lib\importlib\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding importlib_pycache property. Its value is 'C:\Python34\Lib\importlib\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding collections property. Its value is 'C:\Python34\Lib\collections\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding collections_pycache property. Its value is 'C:\Python34\Lib\collections\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding unittest property. Its value is 'C:\Python34\Lib\unittest\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding test4 property. Its value is 'C:\Python34\Lib\unittest\test\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding testmock property. Its value is 'C:\Python34\Lib\unittest\test\testmock\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding testmock_pycache property. Its value is 'C:\Python34\Lib\unittest\test\testmock\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding test4_pycache property. Its value is 'C:\Python34\Lib\unittest\test\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding unittest_pycache property. Its value is 'C:\Python34\Lib\unittest\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding xmlrpc property. Its value is 'C:\Python34\Lib\xmlrpc\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding xmlrpc_pycache property. Its value is 'C:\Python34\Lib\xmlrpc\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding msilib property. Its value is 'C:\Python34\Lib\msilib\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding msilib_pycache property. Its value is 'C:\Python34\Lib\msilib\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding pydoc_data property. Its value is 'C:\Python34\Lib\pydoc_data\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding pydoc_data_pycache property. Its value is 'C:\Python34\Lib\pydoc_data\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding encodings property. Its value is 'C:\Python34\Lib\encodings\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding encodings_pycache property. Its value is 'C:\Python34\Lib\encodings\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding urllib property. Its value is 'C:\Python34\Lib\urllib\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding urllib_pycache property. Its value is 'C:\Python34\Lib\urllib\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding email property. Its value is 'C:\Python34\Lib\email\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding mime property. Its value is 'C:\Python34\Lib\email\mime\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding mime_pycache property. Its value is 'C:\Python34\Lib\email\mime\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding email_pycache property. Its value is 'C:\Python34\Lib\email\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding xml property. Its value is 'C:\Python34\Lib\xml\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding sax property. Its value is 'C:\Python34\Lib\xml\sax\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding sax_pycache property. Its value is 'C:\Python34\Lib\xml\sax\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding parsers property. Its value is 'C:\Python34\Lib\xml\parsers\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding parsers_pycache property. Its value is 'C:\Python34\Lib\xml\parsers\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding etree property. Its value is 'C:\Python34\Lib\xml\etree\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding etree_pycache property. Its value is 'C:\Python34\Lib\xml\etree\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding dom property. Its value is 'C:\Python34\Lib\xml\dom\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding dom_pycache property. Its value is 'C:\Python34\Lib\xml\dom\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding xml_pycache property. Its value is 'C:\Python34\Lib\xml\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding turtledemo property. Its value is 'C:\Python34\Lib\turtledemo\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding turtledemo_pycache property. Its value is 'C:\Python34\Lib\turtledemo\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding test3 property. Its value is 'C:\Python34\Lib\test\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding test_email property. Its value is 'C:\Python34\Lib\test\test_email\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding data2 property. Its value is 'C:\Python34\Lib\test\test_email\data\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding test_email_pycache property. Its value is 'C:\Python34\Lib\test\test_email\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding test_importlib property. Its value is 'C:\Python34\Lib\test\test_importlib\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding import_ property. Its value is 'C:\Python34\Lib\test\test_importlib\import_\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding import__pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\import_\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding extension property. Its value is 'C:\Python34\Lib\test\test_importlib\extension\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding extension_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\extension\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding source property. Its value is 'C:\Python34\Lib\test\test_importlib\source\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding source_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\source\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding frozen property. Its value is 'C:\Python34\Lib\test\test_importlib\frozen\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding frozen_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\frozen\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding namespace_pkgs property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding portion2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding foo3 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding foo3_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding portion1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding foo2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding foo2_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding not_a_namespace_pkg property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding foo1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding foo1_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding both_portions property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding foo property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding foo_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding project2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding parent2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding child2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding child2_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding project1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding parent1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding child1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding child1_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding project3 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding parent property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding child property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding child_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding module_and_namespace_package property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding a_test property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding module_and_namespace_package_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding builtin property. Its value is 'C:\Python34\Lib\test\test_importlib\builtin\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding builtin_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\builtin\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_importlib_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding audiodata property. Its value is 'C:\Python34\Lib\test\audiodata\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding data1 property. Its value is 'C:\Python34\Lib\test\data\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding xmltestdata property. Its value is 'C:\Python34\Lib\test\xmltestdata\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_json property. Its value is 'C:\Python34\Lib\test\test_json\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_json_pycache property. Its value is 'C:\Python34\Lib\test\test_json\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding subprocessdata property. Its value is 'C:\Python34\Lib\test\subprocessdata\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding subprocessdata_pycache property. Its value is 'C:\Python34\Lib\test\subprocessdata\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding leakers property. Its value is 'C:\Python34\Lib\test\leakers\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding leakers_pycache property. Its value is 'C:\Python34\Lib\test\leakers\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding cjkencodings property. Its value is 'C:\Python34\Lib\test\cjkencodings\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding crashers property. Its value is 'C:\Python34\Lib\test\crashers\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding crashers_pycache property. Its value is 'C:\Python34\Lib\test\crashers\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding tracedmodules property. Its value is 'C:\Python34\Lib\test\tracedmodules\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding tracedmodules_pycache property. Its value is 'C:\Python34\Lib\test\tracedmodules\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding sndhdrdata property. Its value is 'C:\Python34\Lib\test\sndhdrdata\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding decimaltestdata property. Its value is 'C:\Python34\Lib\test\decimaltestdata\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_tools property. Its value is 'C:\Python34\Lib\test\test_tools\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_tools_pycache property. Its value is 'C:\Python34\Lib\test\test_tools\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding imghdrdata property. Its value is 'C:\Python34\Lib\test\imghdrdata\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding encoded_modules property. Its value is 'C:\Python34\Lib\test\encoded_modules\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding encoded_modules_pycache property. Its value is 'C:\Python34\Lib\test\encoded_modules\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding capath property. Its value is 'C:\Python34\Lib\test\capath\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding support property. Its value is 'C:\Python34\Lib\test\support\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding support_pycache property. Its value is 'C:\Python34\Lib\test\support\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_asyncio property. Its value is 'C:\Python34\Lib\test\test_asyncio\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_asyncio_pycache property. Its value is 'C:\Python34\Lib\test\test_asyncio\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test3_pycache property. Its value is 'C:\Python34\Lib\test\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding ctypes property. Its value is 'C:\Python34\Lib\ctypes\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding macholib property. Its value is 'C:\Python34\Lib\ctypes\macholib\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding macholib_pycache property. Its value is 'C:\Python34\Lib\ctypes\macholib\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test2 property. Its value is 'C:\Python34\Lib\ctypes\test\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test2_pycache property. Its value is 'C:\Python34\Lib\ctypes\test\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding ctypes_pycache property. Its value is 'C:\Python34\Lib\ctypes\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding logging property. Its value is 'C:\Python34\Lib\logging\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding logging_pycache property. Its value is 'C:\Python34\Lib\logging\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding ensurepip property. Its value is 'C:\Python34\Lib\ensurepip\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding _bundled property. Its value is 'C:\Python34\Lib\ensurepip\_bundled\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding ensurepip_pycache property. Its value is 'C:\Python34\Lib\ensurepip\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding multiprocessing property. Its value is 'C:\Python34\Lib\multiprocessing\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding dummy property. Its value is 'C:\Python34\Lib\multiprocessing\dummy\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding dummy_pycache property. Its value is 'C:\Python34\Lib\multiprocessing\dummy\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding multiprocessing_pycache property. Its value is 'C:\Python34\Lib\multiprocessing\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding curses property. Its value is 'C:\Python34\Lib\curses\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding curses_pycache property. Its value is 'C:\Python34\Lib\curses\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding json property. Its value is 'C:\Python34\Lib\json\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding json_pycache property. Its value is 'C:\Python34\Lib\json\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding venv property. Its value is 'C:\Python34\Lib\venv\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding scripts property. Its value is 'C:\Python34\Lib\venv\scripts\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding posix property. Its value is 'C:\Python34\Lib\venv\scripts\posix\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding nt property. Its value is 'C:\Python34\Lib\venv\scripts\nt\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding venv_pycache property. Its value is 'C:\Python34\Lib\venv\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding wsgiref property. Its value is 'C:\Python34\Lib\wsgiref\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding wsgiref_pycache property. Its value is 'C:\Python34\Lib\wsgiref\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding tkinter property. Its value is 'C:\Python34\Lib\tkinter\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test1 property. Its value is 'C:\Python34\Lib\tkinter\test\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_ttk property. Its value is 'C:\Python34\Lib\tkinter\test\test_ttk\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_ttk_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_tkinter property. Its value is 'C:\Python34\Lib\tkinter\test\test_tkinter\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_tkinter_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test1_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding tkinter_pycache property. Its value is 'C:\Python34\Lib\tkinter\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding lib2to3 property. Its value is 'C:\Python34\Lib\lib2to3\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding fixes property. Its value is 'C:\Python34\Lib\lib2to3\fixes\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding fixes_pycache property. Its value is 'C:\Python34\Lib\lib2to3\fixes\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding tests property. Its value is 'C:\Python34\Lib\lib2to3\tests\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding data property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding fixers property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding myfixes property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding myfixes_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding fixers_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding data_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding tests_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding pgen2 property. Its value is 'C:\Python34\Lib\lib2to3\pgen2\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding pgen2_pycache property. Its value is 'C:\Python34\Lib\lib2to3\pgen2\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding lib2to3_pycache property. Its value is 'C:\Python34\Lib\lib2to3\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding html property. Its value is 'C:\Python34\Lib\html\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding html_pycache property. Its value is 'C:\Python34\Lib\html\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding sqlite3 property. Its value is 'C:\Python34\Lib\sqlite3\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test property. Its value is 'C:\Python34\Lib\sqlite3\test\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_pycache property. Its value is 'C:\Python34\Lib\sqlite3\test\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding sqlite3_pycache property. Its value is 'C:\Python34\Lib\sqlite3\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding http property. Its value is 'C:\Python34\Lib\http\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding http_pycache property. Its value is 'C:\Python34\Lib\http\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding concurrent property. Its value is 'C:\Python34\Lib\concurrent\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding futures property. Its value is 'C:\Python34\Lib\concurrent\futures\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding futures_pycache property. Its value is 'C:\Python34\Lib\concurrent\futures\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding concurrent_pycache property. Its value is 'C:\Python34\Lib\concurrent\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding idlelib property. Its value is 'C:\Python34\Lib\idlelib\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding Icons property. Its value is 'C:\Python34\Lib\idlelib\Icons\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding idle_test property. Its value is 'C:\Python34\Lib\idlelib\idle_test\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding idle_test_pycache property. Its value is 'C:\Python34\Lib\idlelib\idle_test\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding idlelib_pycache property. Its value is 'C:\Python34\Lib\idlelib\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding site_packages property. Its value is 'C:\Python34\Lib\site-packages\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding asyncio property. Its value is 'C:\Python34\Lib\asyncio\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding asyncio_pycache property. Its value is 'C:\Python34\Lib\asyncio\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding Lib_pycache property. Its value is 'C:\Python34\Lib\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding DLLs property. Its value is 'C:\Python34\DLLs\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding Tools property. Its value is 'C:\Python34\Tools\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding Scripts property. Its value is 'C:\Python34\Tools\Scripts\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding Scripts_pycache property. Its value is 'C:\Python34\Tools\Scripts\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding i18n property. Its value is 'C:\Python34\Tools\i18n\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding i18n_pycache property. Its value is 'C:\Python34\Tools\i18n\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding pynche property. Its value is 'C:\Python34\Tools\pynche\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding pynche_pycache property. Its value is 'C:\Python34\Tools\pynche\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: Target path resolution complete. Dumping Directory table... MSI (s) (9C:5C) [21:23:13:613]: Note: target paths subject to change (via custom actions or browsing) MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: TARGETDIR , Object: C:\Python34\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: WindowsFolder , Object: C:\WINDOWS\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC , Object: C:\WINDOWS\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC , Object: C:\WINDOWS\system32\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: ProgramMenuFolder , Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: MenuDir , Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Doc , Object: C:\Python34\Doc\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tcl , Object: C:\Python34\tcl\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: dde1.4 , Object: C:\Python34\tcl\dde1.4\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: itcl4.0.0 , Object: C:\Python34\tcl\itcl4.0.0\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: reg1.3 , Object: C:\Python34\tcl\reg1.3\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: sqlite33.8.0 , Object: C:\Python34\tcl\sqlite33.8.0\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tcl8 , Object: C:\Python34\tcl\tcl8\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: _8.2 , Object: C:\Python34\tcl\tcl8\8.2\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: _8.3 , Object: C:\Python34\tcl\tcl8\8.3\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: _8.4 , Object: C:\Python34\tcl\tcl8\8.4\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: platform , Object: C:\Python34\tcl\tcl8\8.4\platform\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: _8.5 , Object: C:\Python34\tcl\tcl8\8.5\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: _8.6 , Object: C:\Python34\tcl\tcl8\8.6\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tdbc , Object: C:\Python34\tcl\tcl8\8.6\tdbc\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tcl8.6 , Object: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: encoding , Object: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: http1.0 , Object: C:\Python34\tcl\tcl8.6\http1.0\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: msgs1 , Object: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: opt0.4 , Object: C:\Python34\tcl\tcl8.6\opt0.4\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tzdata , Object: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Africa , Object: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: America , Object: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Argentina , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Indiana , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Kentucky , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: North_Dakota , Object: C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Antarctica , Object: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Arctic , Object: C:\Python34\tcl\tcl8.6\tzdata\Arctic\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Asia , Object: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Australia , Object: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Brazil , Object: C:\Python34\tcl\tcl8.6\tzdata\Brazil\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Atlantic , Object: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Canada , Object: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Chile , Object: C:\Python34\tcl\tcl8.6\tzdata\Chile\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Etc , Object: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Europe , Object: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Indian , Object: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Mexico , Object: C:\Python34\tcl\tcl8.6\tzdata\Mexico\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: SystemV , Object: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Pacific , Object: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: US , Object: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tdbc1.0.0 , Object: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tdbcmysql1.0.0 , Object: C:\Python34\tcl\tdbcmysql1.0.0\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tdbcodbc1.0.0 , Object: C:\Python34\tcl\tdbcodbc1.0.0\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tdbcpostgres1.0.0 , Object: C:\Python34\tcl\tdbcpostgres1.0.0\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tdbcsqlite1.0.0 , Object: C:\Python34\tcl\tdbcsqlite1.0.0\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: thread2.7.0 , Object: C:\Python34\tcl\thread2.7.0\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tix8.4.3 , Object: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: bitmaps1 , Object: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: demos1 , Object: C:\Python34\tcl\tix8.4.3\demos\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: bitmaps , Object: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: samples , Object: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: pref , Object: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tk8.6 , Object: C:\Python34\tcl\tk8.6\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: demos , Object: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: images1 , Object: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: images , Object: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: msgs , Object: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: ttk , Object: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: libs , Object: C:\Python34\libs\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: include , Object: C:\Python34\include\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Lib , Object: C:\Python34\Lib\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: dbm , Object: C:\Python34\Lib\dbm\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: dbm_pycache , Object: C:\Python34\Lib\dbm\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: distutils , Object: C:\Python34\Lib\distutils\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tests1 , Object: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tests1_pycache , Object: C:\Python34\Lib\distutils\tests\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: command , Object: C:\Python34\Lib\distutils\command\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: command_pycache , Object: C:\Python34\Lib\distutils\command\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: distutils_pycache , Object: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: importlib , Object: C:\Python34\Lib\importlib\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: importlib_pycache , Object: C:\Python34\Lib\importlib\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: collections , Object: C:\Python34\Lib\collections\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: collections_pycache , Object: C:\Python34\Lib\collections\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: unittest , Object: C:\Python34\Lib\unittest\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: test4 , Object: C:\Python34\Lib\unittest\test\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: testmock , Object: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: testmock_pycache , Object: C:\Python34\Lib\unittest\test\testmock\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: test4_pycache , Object: C:\Python34\Lib\unittest\test\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: unittest_pycache , Object: C:\Python34\Lib\unittest\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: xmlrpc , Object: C:\Python34\Lib\xmlrpc\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: xmlrpc_pycache , Object: C:\Python34\Lib\xmlrpc\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: msilib , Object: C:\Python34\Lib\msilib\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: msilib_pycache , Object: C:\Python34\Lib\msilib\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: pydoc_data , Object: C:\Python34\Lib\pydoc_data\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: pydoc_data_pycache , Object: C:\Python34\Lib\pydoc_data\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: encodings , Object: C:\Python34\Lib\encodings\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: encodings_pycache , Object: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: urllib , Object: C:\Python34\Lib\urllib\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: urllib_pycache , Object: C:\Python34\Lib\urllib\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: email , Object: C:\Python34\Lib\email\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: mime , Object: C:\Python34\Lib\email\mime\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: mime_pycache , Object: C:\Python34\Lib\email\mime\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: email_pycache , Object: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: xml , Object: C:\Python34\Lib\xml\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: sax , Object: C:\Python34\Lib\xml\sax\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: sax_pycache , Object: C:\Python34\Lib\xml\sax\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: parsers , Object: C:\Python34\Lib\xml\parsers\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: parsers_pycache , Object: C:\Python34\Lib\xml\parsers\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: etree , Object: C:\Python34\Lib\xml\etree\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: etree_pycache , Object: C:\Python34\Lib\xml\etree\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: dom , Object: C:\Python34\Lib\xml\dom\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: dom_pycache , Object: C:\Python34\Lib\xml\dom\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: xml_pycache , Object: C:\Python34\Lib\xml\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: turtledemo , Object: C:\Python34\Lib\turtledemo\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: turtledemo_pycache , Object: C:\Python34\Lib\turtledemo\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test3 , Object: C:\Python34\Lib\test\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_email , Object: C:\Python34\Lib\test\test_email\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: data2 , Object: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_email_pycache , Object: C:\Python34\Lib\test\test_email\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_importlib , Object: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: import_ , Object: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: import__pycache , Object: C:\Python34\Lib\test\test_importlib\import_\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: extension , Object: C:\Python34\Lib\test\test_importlib\extension\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: extension_pycache , Object: C:\Python34\Lib\test\test_importlib\extension\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: source , Object: C:\Python34\Lib\test\test_importlib\source\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: source_pycache , Object: C:\Python34\Lib\test\test_importlib\source\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: frozen , Object: C:\Python34\Lib\test\test_importlib\frozen\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: frozen_pycache , Object: C:\Python34\Lib\test\test_importlib\frozen\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: namespace_pkgs , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: portion2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: foo3 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: foo3_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: portion1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: foo2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: foo2_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: not_a_namespace_pkg , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: foo1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: foo1_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: both_portions , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: foo , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: foo_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: project2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: parent2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: child2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: child2_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: project1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: parent1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: child1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: child1_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: project3 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: parent , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: child , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: child_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: module_and_namespace_package , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: a_test , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: module_and_namespace_package_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: builtin , Object: C:\Python34\Lib\test\test_importlib\builtin\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: builtin_pycache , Object: C:\Python34\Lib\test\test_importlib\builtin\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_importlib_pycache , Object: C:\Python34\Lib\test\test_importlib\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: audiodata , Object: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: data1 , Object: C:\Python34\Lib\test\data\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: xmltestdata , Object: C:\Python34\Lib\test\xmltestdata\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_json , Object: C:\Python34\Lib\test\test_json\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_json_pycache , Object: C:\Python34\Lib\test\test_json\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: subprocessdata , Object: C:\Python34\Lib\test\subprocessdata\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: subprocessdata_pycache , Object: C:\Python34\Lib\test\subprocessdata\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: leakers , Object: C:\Python34\Lib\test\leakers\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: leakers_pycache , Object: C:\Python34\Lib\test\leakers\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: cjkencodings , Object: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: crashers , Object: C:\Python34\Lib\test\crashers\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: crashers_pycache , Object: C:\Python34\Lib\test\crashers\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: tracedmodules , Object: C:\Python34\Lib\test\tracedmodules\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: tracedmodules_pycache , Object: C:\Python34\Lib\test\tracedmodules\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: sndhdrdata , Object: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: decimaltestdata , Object: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_tools , Object: C:\Python34\Lib\test\test_tools\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_tools_pycache , Object: C:\Python34\Lib\test\test_tools\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: imghdrdata , Object: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: encoded_modules , Object: C:\Python34\Lib\test\encoded_modules\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: encoded_modules_pycache , Object: C:\Python34\Lib\test\encoded_modules\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: capath , Object: C:\Python34\Lib\test\capath\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: support , Object: C:\Python34\Lib\test\support\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: support_pycache , Object: C:\Python34\Lib\test\support\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_asyncio , Object: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_asyncio_pycache , Object: C:\Python34\Lib\test\test_asyncio\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test3_pycache , Object: C:\Python34\Lib\test\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: ctypes , Object: C:\Python34\Lib\ctypes\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: macholib , Object: C:\Python34\Lib\ctypes\macholib\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: macholib_pycache , Object: C:\Python34\Lib\ctypes\macholib\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test2 , Object: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test2_pycache , Object: C:\Python34\Lib\ctypes\test\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: ctypes_pycache , Object: C:\Python34\Lib\ctypes\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: logging , Object: C:\Python34\Lib\logging\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: logging_pycache , Object: C:\Python34\Lib\logging\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: ensurepip , Object: C:\Python34\Lib\ensurepip\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: _bundled , Object: C:\Python34\Lib\ensurepip\_bundled\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: ensurepip_pycache , Object: C:\Python34\Lib\ensurepip\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: multiprocessing , Object: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: dummy , Object: C:\Python34\Lib\multiprocessing\dummy\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: dummy_pycache , Object: C:\Python34\Lib\multiprocessing\dummy\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: multiprocessing_pycache , Object: C:\Python34\Lib\multiprocessing\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: curses , Object: C:\Python34\Lib\curses\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: curses_pycache , Object: C:\Python34\Lib\curses\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: json , Object: C:\Python34\Lib\json\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: json_pycache , Object: C:\Python34\Lib\json\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: venv , Object: C:\Python34\Lib\venv\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: scripts , Object: C:\Python34\Lib\venv\scripts\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: posix , Object: C:\Python34\Lib\venv\scripts\posix\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: nt , Object: C:\Python34\Lib\venv\scripts\nt\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: venv_pycache , Object: C:\Python34\Lib\venv\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: wsgiref , Object: C:\Python34\Lib\wsgiref\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: wsgiref_pycache , Object: C:\Python34\Lib\wsgiref\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: tkinter , Object: C:\Python34\Lib\tkinter\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test1 , Object: C:\Python34\Lib\tkinter\test\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_ttk , Object: C:\Python34\Lib\tkinter\test\test_ttk\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_ttk_pycache , Object: C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_tkinter , Object: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_tkinter_pycache , Object: C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test1_pycache , Object: C:\Python34\Lib\tkinter\test\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: tkinter_pycache , Object: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: lib2to3 , Object: C:\Python34\Lib\lib2to3\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: fixes , Object: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: fixes_pycache , Object: C:\Python34\Lib\lib2to3\fixes\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: tests , Object: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: data , Object: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: fixers , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: myfixes , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: myfixes_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: fixers_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: data_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: tests_pycache , Object: C:\Python34\Lib\lib2to3\tests\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: pgen2 , Object: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: pgen2_pycache , Object: C:\Python34\Lib\lib2to3\pgen2\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: lib2to3_pycache , Object: C:\Python34\Lib\lib2to3\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: html , Object: C:\Python34\Lib\html\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: html_pycache , Object: C:\Python34\Lib\html\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: sqlite3 , Object: C:\Python34\Lib\sqlite3\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test , Object: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_pycache , Object: C:\Python34\Lib\sqlite3\test\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: sqlite3_pycache , Object: C:\Python34\Lib\sqlite3\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: http , Object: C:\Python34\Lib\http\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: http_pycache , Object: C:\Python34\Lib\http\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: concurrent , Object: C:\Python34\Lib\concurrent\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: futures , Object: C:\Python34\Lib\concurrent\futures\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: futures_pycache , Object: C:\Python34\Lib\concurrent\futures\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: concurrent_pycache , Object: C:\Python34\Lib\concurrent\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: idlelib , Object: C:\Python34\Lib\idlelib\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: Icons , Object: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: idle_test , Object: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: idle_test_pycache , Object: C:\Python34\Lib\idlelib\idle_test\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: idlelib_pycache , Object: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: site_packages , Object: C:\Python34\Lib\site-packages\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: asyncio , Object: C:\Python34\Lib\asyncio\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: asyncio_pycache , Object: C:\Python34\Lib\asyncio\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: Lib_pycache , Object: C:\Python34\Lib\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: DLLs , Object: C:\Python34\DLLs\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: LAUNCHERDIR , Object: C:\WINDOWS\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: DLLDIR , Object: C:\WINDOWS\system32\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: Tools , Object: C:\Python34\Tools\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: Scripts , Object: C:\Python34\Tools\Scripts\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: Scripts_pycache , Object: C:\Python34\Tools\Scripts\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: i18n , Object: C:\Python34\Tools\i18n\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: i18n_pycache , Object: C:\Python34\Tools\i18n\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: pynche , Object: C:\Python34\Tools\pynche\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: pynche_pycache , Object: C:\Python34\Tools\pynche\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: X , Object: C:\Python34\Tools\pynche\X\ MSI (s) (9C:5C) [21:23:13:644]: Disallowing installation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since the same component with higher versioned keyfile exists MSI (s) (9C:5C) [21:23:13:659]: Disallowing installation of component: {0E931026-929B-382C-B702-B8B4039399E5} since the same component with higher versioned keyfile exists MSI (s) (9C:5C) [21:23:13:659]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 MSI (s) (9C:5C) [21:23:13:659]: Note: 1: 2262 2: BindImage 3: -2147287038 Action ended 21:23:13: CostFinalize. Return value 1. MSI (s) (9C:5C) [21:23:13:738]: Doing action: UpdateEditIDLE Action 21:23:13: UpdateEditIDLE. Action start 21:23:13: UpdateEditIDLE. MSI (s) (9C:5C) [21:23:13:800]: Creating MSIHANDLE (2) of type 790542 for thread 3932 MSI (s) (9C:60) [21:23:13:800]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI2736.tmp, Entrypoint: UpdateEditIDLE MSI (s) (9C:90) [21:23:13:800]: Generating random cookie. MSI (s) (9C:90) [21:23:13:816]: Created Custom Action Server with PID 4552 (0x11C8). MSI (s) (9C:5C) [21:23:13:941]: Running as a service. MSI (s) (9C:40) [21:23:13:956]: Hello, I'm your 64bit Impersonated custom action server. MSI (s) (9C:60) [21:23:14:019]: Closing MSIHANDLE (2) of type 790542 for thread 3932 Action ended 21:23:14: UpdateEditIDLE. Return value 1. MSI (s) (9C:5C) [21:23:14:019]: Doing action: SetODBCFolders Action 21:23:14: SetODBCFolders. Initializing ODBC directories Action start 21:23:14: SetODBCFolders. MSI (s) (9C:5C) [21:23:14:019]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:5C) [21:23:14:019]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 Action ended 21:23:14: SetODBCFolders. Return value 1. MSI (s) (9C:5C) [21:23:14:019]: Doing action: MigrateFeatureStates Action 21:23:14: MigrateFeatureStates. Migrating feature states from related applications Action start 21:23:14: MigrateFeatureStates. MSI (s) (9C:5C) [21:23:14:034]: Skipping MigrateFeatureStates action: already done on client side Action ended 21:23:14: MigrateFeatureStates. Return value 0. MSI (s) (9C:5C) [21:23:14:034]: Doing action: InstallValidate Action 21:23:14: InstallValidate. Validating install Action start 21:23:14: InstallValidate. MSI (s) (9C:5C) [21:23:14:034]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is '70bdbd6e91749e439d96ed4dc562548b'. MSI (s) (9C:5C) [21:23:14:034]: Feature: DefaultFeature; Installed: Absent; Request: Local; Action: Local MSI (s) (9C:5C) [21:23:14:034]: Feature: SharedCRT; Installed: Absent; Request: Local; Action: Local MSI (s) (9C:5C) [21:23:14:034]: Feature: PrivateCRT; Installed: Absent; Request: Null; Action: Null MSI (s) (9C:5C) [21:23:14:034]: Feature: Extensions; Installed: Absent; Request: Local; Action: Local MSI (s) (9C:5C) [21:23:14:034]: Feature: TclTk; Installed: Absent; Request: Local; Action: Local MSI (s) (9C:5C) [21:23:14:034]: Feature: Documentation; Installed: Absent; Request: Local; Action: Local MSI (s) (9C:5C) [21:23:14:034]: Feature: Tools; Installed: Absent; Request: Local; Action: Local MSI (s) (9C:5C) [21:23:14:034]: Feature: pip_feature; Installed: Absent; Request: Local; Action: Local MSI (s) (9C:5C) [21:23:14:034]: Feature: Testsuite; Installed: Absent; Request: Local; Action: Local MSI (s) (9C:5C) [21:23:14:034]: Feature: PrependPath; Installed: Absent; Request: Local; Action: Local MSI (s) (9C:5C) [21:23:14:034]: Component: X; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: TARGETDIR; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: DLLDIR; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: python.exe; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: REGISTRY.path; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: pythonw.exe; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: launcher; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: launcherw; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: DLLs; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: msvcr90; Installed: Absent; Request: Null; Action: Null; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Lib; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Lib_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: asyncio; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: asyncio_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: site_packages; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: idlelib; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: idlelib_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: idle_test; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: idle_test_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Icons; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: concurrent; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: concurrent_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: futures; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: futures_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: http; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: http_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: sqlite3; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: sqlite3_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: html; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: html_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: lib2to3; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: lib2to3_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: pgen2; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: pgen2_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tests; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tests_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: data; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: data_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: fixers; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: fixers_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: myfixes; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: myfixes_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: fixes; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: fixes_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tkinter; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tkinter_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test1; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test1_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_tkinter; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_tkinter_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_ttk; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_ttk_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: wsgiref; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: wsgiref_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: venv; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: venv_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: nt; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: posix; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: json; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: json_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: curses; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: curses_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: multiprocessing; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: multiprocessing_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: dummy; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: dummy_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: ensurepip; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: ensurepip_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: _bundled; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: logging; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: logging_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: ctypes; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: ctypes_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test2; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test2_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: macholib; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: macholib_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test3; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test3_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_asyncio; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_asyncio_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: support; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: support_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: capath; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: encoded_modules; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: encoded_modules_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: imghdrdata; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_tools; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_tools_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: decimaltestdata; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: sndhdrdata; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tracedmodules; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tracedmodules_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: crashers; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: crashers_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: cjkencodings; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: leakers; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: leakers_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: subprocessdata; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: subprocessdata_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_json; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_json_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: xmltestdata; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: data1; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: audiodata; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_importlib; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_importlib_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: builtin; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: builtin_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: namespace_pkgs; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: module_and_namespace_package; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: module_and_namespace_package_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: a_test; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: child; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: child_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: child1; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: child1_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: child2; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: child2_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: foo; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: foo_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: foo1; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: foo1_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: foo2; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: foo2_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: foo3; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: foo3_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: frozen; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: frozen_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: source; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: source_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: extension; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: extension_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: import_; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: import__pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_email; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_email_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: data2; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: turtledemo; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: turtledemo_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: xml; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: xml_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: dom; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: dom_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: etree; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: etree_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: parsers; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: parsers_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: sax; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: sax_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: email; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: email_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: mime; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: mime_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: urllib; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: urllib_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: encodings; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: encodings_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: pydoc_data; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: pydoc_data_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: msilib; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: msilib_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: xmlrpc; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: xmlrpc_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: unittest; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: unittest_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test4; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test4_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: testmock; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: testmock_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: collections; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: collections_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: importlib; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: importlib_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: distutils; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: distutils_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: command; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: command_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tests1; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tests1_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: dbm; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: dbm_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: TkDLLs; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: include; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: libs; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tcl; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tk8.6; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: ttk; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: msgs; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: images; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: demos; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: images1; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tix8.4.3; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: pref; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: demos1; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: samples; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: bitmaps; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: bitmaps1; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: thread2.7.0; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tdbcsqlite1.0.0; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tdbcpostgres1.0.0; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tdbcodbc1.0.0; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tdbcmysql1.0.0; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tdbc1.0.0; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tcl8.6; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tzdata; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: US; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Pacific; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: SystemV; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Mexico; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Indian; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Europe; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Etc; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Chile; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Canada; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Atlantic; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Brazil; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Australia; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Asia; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Arctic; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Antarctica; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: America; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: North_Dakota; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Kentucky; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Indiana; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Argentina; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Africa; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: opt0.4; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: msgs1; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: http1.0; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: encoding; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: _8.6; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tdbc; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: _8.5; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: _8.4; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: platform; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: sqlite33.8.0; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: reg1.3; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: itcl4.0.0; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: dde1.4; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: i18n; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: i18n_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: pynche; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: pynche_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Scripts; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Scripts_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: documentation; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: REGISTRY.doc; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: REGISTRY; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: REGISTRY.ensurepip; Installed: Absent; Request: Local; Action: Null; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: REGISTRY.def; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: REGISTRY.tcl; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: C_CENTRAL_msvcr100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC; Installed: Absent; Request: Local; Action: Null; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: C_CENTRAL_msvcp100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC; Installed: Absent; Request: Local; Action: Null; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: __Lib65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __asyncio65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __idlelib65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __idle_test65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __concurrent65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __futures65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __http65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __sqlite365; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __html65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __lib2to365; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __pgen265; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __tests65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __data65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __fixers65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __myfixes65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __fixes65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __tkinter65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test165; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test_tkinter65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test_ttk65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __wsgiref65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __venv65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __json65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __curses65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __multiprocessing65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __dummy65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __ensurepip65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __logging65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __ctypes65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test265; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __macholib65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test365; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test_asyncio65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __support65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __encoded_modules65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test_tools65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __tracedmodules65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __crashers65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __leakers65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __subprocessdata65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test_json65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test_importlib65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __builtin65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __module_and_namespace_package65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __child65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __child165; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __child265; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __foo65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __foo165; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __foo265; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __foo365; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __frozen65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __source65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __extension65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __import_65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test_email65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __turtledemo65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __xml65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __dom65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __etree65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __parsers65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __sax65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __email65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __mime65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __urllib65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __encodings65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __pydoc_data65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __msilib65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __xmlrpc65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __unittest65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test465; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __testmock65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __collections65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __importlib65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __distutils65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __command65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __tests165; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __dbm65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __i18n65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __pynche65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __Scripts65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __TARGETDIR65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __python.exe65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __pythonw.exe65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __REGISTRY.doc65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __REGISTRY65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __REGISTRY.doc66; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __REGISTRY.ensurepip65; Installed: Null; Request: Local; Action: Null; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __REGISTRY66; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __REGISTRY.tcl65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __REGISTRY.def65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:5C) [21:23:14:034]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:5C) [21:23:14:034]: Note: 1: 2262 2: PublishComponent 3: -2147287038 MSI (s) (9C:5C) [21:23:14:034]: Note: 1: 2262 2: SelfReg 3: -2147287038 MSI (s) (9C:5C) [21:23:14:034]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:5C) [21:23:14:034]: Note: 1: 2262 2: Font 3: -2147287038 MSI (s) (9C:5C) [21:23:14:050]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:5C) [21:23:14:050]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (s) (9C:5C) [21:23:14:066]: Note: 1: 2262 2: DuplicateFile 3: -2147287038 MSI (s) (9C:5C) [21:23:14:066]: Note: 1: 2262 2: ReserveCost 3: -2147287038 MSI (s) (9C:5C) [21:23:36:866]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 (command line - 64 bit) 3: 2 MSI (s) (9C:5C) [21:23:36:866]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 Docs Server (pydoc - 64 bit) 3: 2 MSI (s) (9C:5C) [21:23:36:866]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 GUI - 64 bit) 3: 2 MSI (s) (9C:5C) [21:23:36:866]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 Manuals 3: 2 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 (64 bit) 3: 2 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'. MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: PublishComponent 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: SelfReg 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Font 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2727 2: MSI (s) (9C:5C) [21:23:36:897]: Note: 1: 2205 2: 3: FilesInUse MSI (s) (9C:5C) [21:23:37:038]: Note: 1: 2727 2: Action ended 21:23:37: InstallValidate. Return value 1. MSI (s) (9C:5C) [21:23:37:038]: Doing action: InstallInitialize Action 21:23:37: InstallInitialize. Action start 21:23:37: InstallInitialize. MSI (s) (9C:5C) [21:23:37:054]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:5C) [21:23:37:054]: User policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:5C) [21:23:37:054]: BeginTransaction: Locking Server MSI (s) (9C:5C) [21:23:37:054]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038 MSI (s) (9C:5C) [21:23:37:054]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038 MSI (s) (9C:5C) [21:23:37:054]: Server not locked: locking for product {CD723946-09C1-38D3-8542-732BA931E9EF} Action ended 21:23:37: InstallInitialize. Return value 1. MSI (s) (9C:5C) [21:23:37:085]: Doing action: RemoveExistingProducts Action 21:23:37: RemoveExistingProducts. Removing applications Action start 21:23:37: RemoveExistingProducts. MSI (s) (9C:5C) [21:23:37:085]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (9C:5C) [21:23:37:085]: Note: 1: 2262 2: Error 3: -2147287038 RemoveExistingProducts: Application: {D54842CB-F761-30BA-881F-1FF821DC44DF}, Command line: UPGRADINGPRODUCTCODE={CD723946-09C1-38D3-8542-732BA931E9EF} CLIENTPROCESSID=7536 CLIENTUILEVEL=0 REMOVE=ALL MSI (s) (9C:9C) [21:23:37:101]: Resetting cached policy values MSI (s) (9C:9C) [21:23:37:101]: Machine policy value 'Debug' is 0 MSI (s) (9C:9C) [21:23:37:101]: ******* RunEngine: ******* Product: {D54842CB-F761-30BA-881F-1FF821DC44DF} ******* Action: ******* CommandLine: ********** MSI (s) (9C:9C) [21:23:37:101]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:101]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:101]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:101]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:101]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:101]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:116]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:147]: Note: 1: 2265 2: 3: -2147287035 MSI (s) (9C:9C) [21:23:37:147]: Creating MSIHANDLE (3) of type 790542 for thread 1436 MSI (s) (9C:9C) [21:23:37:147]: End dialog not enabled MSI (s) (9C:9C) [21:23:37:147]: Original package ==> C:\WINDOWS\Installer\20094.msi MSI (s) (9C:9C) [21:23:37:147]: Package we're running from ==> C:\WINDOWS\Installer\20094.msi MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: APPCOMPAT: Uninstall Flags override found. MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: APPCOMPAT: Uninstall VersionNT override found. MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: APPCOMPAT: Uninstall ServicePackLevel override found. MSI (s) (9C:9C) [21:23:37:163]: APPCOMPAT: looking for appcompat database entry with ProductCode '{D54842CB-F761-30BA-881F-1FF821DC44DF}'. MSI (s) (9C:9C) [21:23:37:163]: APPCOMPAT: no matching ProductCode found in database. MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:179]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Machine policy value 'DisablePatch' is 0 MSI (s) (9C:9C) [21:23:37:194]: Machine policy value 'AllowLockdownPatch' is 0 MSI (s) (9C:9C) [21:23:37:194]: Machine policy value 'DisableLUAPatching' is 0 MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Machine policy value 'DisableFlyWeightPatching' is 0 MSI (s) (9C:9C) [21:23:37:194]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active MSI (s) (9C:9C) [21:23:37:194]: APPCOMPAT: looking for appcompat database entry with ProductCode '{D54842CB-F761-30BA-881F-1FF821DC44DF}'. MSI (s) (9C:9C) [21:23:37:194]: APPCOMPAT: no matching ProductCode found in database. MSI (s) (9C:9C) [21:23:37:194]: Transforms are not secure. MSI (s) (9C:9C) [21:23:37:194]: Command Line: UPGRADINGPRODUCTCODE={CD723946-09C1-38D3-8542-732BA931E9EF} CLIENTPROCESSID=7536 CLIENTUILEVEL=0 REMOVE=ALL MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{A3D6909A-868F-4BF0-8F8B-7CAA65BDD455}'. MSI (s) (9C:9C) [21:23:37:194]: Product Code passed to Engine.Initialize: '{D54842CB-F761-30BA-881F-1FF821DC44DF}' MSI (s) (9C:9C) [21:23:37:194]: Product Code from property table before transforms: '{D54842CB-F761-30BA-881F-1FF821DC44DF}' MSI (s) (9C:9C) [21:23:37:194]: Product Code from property table after transforms: '{D54842CB-F761-30BA-881F-1FF821DC44DF}' MSI (s) (9C:9C) [21:23:37:194]: Product registered: entering maintenance mode MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine. MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding ALLUSERS property. Its value is '1'. MSI (s) (9C:9C) [21:23:37:194]: MSI_LUA: Nested installation UAC elevation tracks that of parent (is not elevated) MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Product {D54842CB-F761-30BA-881F-1FF821DC44DF} is admin assigned: LocalSystem owns the publish key. MSI (s) (9C:9C) [21:23:37:194]: Product {D54842CB-F761-30BA-881F-1FF821DC44DF} is managed. MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: MSI_LUA: Credential prompt not required, user is an admin MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'. MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'. MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Package name retrieved from configuration data: 'python-3.4.1.amd64.msi' MSI (s) (9C:9C) [21:23:37:194]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (9C:9C) [21:23:37:194]: Note: 1: 2262 2: AdminProperties 3: -2147287038 MSI (s) (9C:9C) [21:23:37:194]: Machine policy value 'DisableMsi' is 0 MSI (s) (9C:9C) [21:23:37:194]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:9C) [21:23:37:194]: User policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Product {D54842CB-F761-30BA-881F-1FF821DC44DF} is admin assigned: LocalSystem owns the publish key. MSI (s) (9C:9C) [21:23:37:194]: Product {D54842CB-F761-30BA-881F-1FF821DC44DF} is managed. MSI (s) (9C:9C) [21:23:37:194]: Running product '{D54842CB-F761-30BA-881F-1FF821DC44DF}' with elevated privileges: Product is assigned. MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding UPGRADINGPRODUCTCODE property. Its value is '{CD723946-09C1-38D3-8542-732BA931E9EF}'. MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '7536'. MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'. MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding REMOVE property. Its value is 'ALL'. MSI (s) (9C:9C) [21:23:37:194]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0 MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is '329dd0b5b2b7da4fa8502c918ba268c9'. MSI (s) (9C:9C) [21:23:37:194]: RESTART MANAGER: Session opened. MSI (s) (9C:9C) [21:23:37:194]: TRANSFORMS property is now: MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'. MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'. MSI (s) (9C:9C) [21:23:37:194]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming MSI (s) (9C:9C) [21:23:37:210]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Favorites MSI (s) (9C:9C) [21:23:37:210]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Network Shortcuts MSI (s) (9C:9C) [21:23:37:210]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Documents MSI (s) (9C:9C) [21:23:37:210]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Printer Shortcuts MSI (s) (9C:9C) [21:23:37:210]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Recent MSI (s) (9C:9C) [21:23:37:226]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\SendTo MSI (s) (9C:9C) [21:23:37:226]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Templates MSI (s) (9C:9C) [21:23:37:226]: SHELL32::SHGetFolderPath returned: C:\ProgramData MSI (s) (9C:9C) [21:23:37:226]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Local MSI (s) (9C:9C) [21:23:37:226]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Pictures MSI (s) (9C:9C) [21:23:37:241]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (s) (9C:9C) [21:23:37:241]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup MSI (s) (9C:9C) [21:23:37:241]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:9C) [21:23:37:241]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu MSI (s) (9C:9C) [21:23:37:257]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop MSI (s) (9C:9C) [21:23:37:257]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (s) (9C:9C) [21:23:37:257]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup MSI (s) (9C:9C) [21:23:37:272]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:9C) [21:23:37:272]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu MSI (s) (9C:9C) [21:23:37:272]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Desktop MSI (s) (9C:9C) [21:23:37:272]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates MSI (s) (9C:9C) [21:23:37:288]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts MSI (s) (9C:9C) [21:23:37:288]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16 MSI (s) (9C:9C) [21:23:37:304]: MSI_LUA: Setting AdminUser property to 1 because the product is already installed managed and per-machine MSI (s) (9C:9C) [21:23:37:304]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated. MSI (s) (9C:9C) [21:23:37:304]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'. MSI (s) (9C:9C) [21:23:37:304]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'. MSI (s) (9C:9C) [21:23:37:304]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:304]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (s) (9C:9C) [21:23:37:304]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'pierre.boulanger at hotmail.com'. MSI (s) (9C:9C) [21:23:37:304]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (s) (9C:9C) [21:23:37:304]: PROPERTY CHANGE: Adding Installed property. Its value is '00:00:00'. MSI (s) (9C:9C) [21:23:37:304]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINDOWS\Installer\20094.msi'. MSI (s) (9C:9C) [21:23:37:304]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\WINDOWS\Installer\20094.msi'. MSI (s) (9C:9C) [21:23:37:304]: Machine policy value 'MsiDisableEmbeddedUI' is 0 MSI (s) (9C:9C) [21:23:37:304]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install MSI (s) (9C:9C) [21:23:37:304]: Note: 1: 2262 2: PatchPackage 3: -2147287038 MSI (s) (9C:9C) [21:23:37:304]: Machine policy value 'DisableRollback' is 0 MSI (s) (9C:9C) [21:23:37:304]: User policy value 'DisableRollback' is 0 MSI (s) (9C:9C) [21:23:37:304]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'. MSI (s) (9C:9C) [21:23:37:304]: Note: 1: 2262 2: Font 3: -2147287038 MSI (s) (9C:9C) [21:23:37:304]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'. MSI (s) (9C:9C) [21:23:37:304]: Note: 1: 2262 2: LaunchCondition 3: -2147287038 MSI (s) (9C:9C) [21:23:37:304]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes. MSI (s) (9C:9C) [21:23:37:304]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'. MSI (s) (9C:9C) [21:23:37:304]: Doing action: INSTALL Action 21:23:37: INSTALL. Action start 21:23:37: INSTALL. MSI (s) (9C:9C) [21:23:37:304]: Running ExecuteSequence MSI (s) (9C:9C) [21:23:37:304]: Doing action: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:23:37: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:23:37: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. MSI (s) (9C:9C) [21:23:37:304]: PROPERTY CHANGE: Adding WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC property. Its value is 'C:\WINDOWS\'. Action ended 21:23:37: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (s) (9C:9C) [21:23:37:304]: Doing action: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:23:37: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:23:37: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. MSI (s) (9C:9C) [21:23:37:319]: PROPERTY CHANGE: Adding System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC property. Its value is 'C:\WINDOWS\system32\'. Action ended 21:23:37: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (s) (9C:9C) [21:23:37:319]: Doing action: LaunchConditions Action 21:23:37: LaunchConditions. Evaluating launch conditions Action start 21:23:37: LaunchConditions. MSI (s) (9C:9C) [21:23:37:319]: Note: 1: 2262 2: LaunchCondition 3: -2147287038 Action ended 21:23:37: LaunchConditions. Return value 1. MSI (s) (9C:9C) [21:23:37:319]: Doing action: FindRelatedProducts Action 21:23:37: FindRelatedProducts. Searching for related applications Action start 21:23:37: FindRelatedProducts. MSI (s) (9C:9C) [21:23:37:319]: Skipping FindRelatedProducts action: not run in maintenance mode Action ended 21:23:37: FindRelatedProducts. Return value 0. MSI (s) (9C:9C) [21:23:37:319]: Doing action: AppSearch Action 21:23:37: AppSearch. Searching for installed applications Action start 21:23:37: AppSearch. MSI (s) (9C:9C) [21:23:37:335]: Note: 1: 2262 2: AppSearch 3: -2147287038 Action ended 21:23:37: AppSearch. Return value 1. MSI (s) (9C:9C) [21:23:37:335]: Skipping action: CCPSearch (condition is false) MSI (s) (9C:9C) [21:23:37:335]: Skipping action: RMCCPSearch (condition is false) MSI (s) (9C:9C) [21:23:37:335]: Doing action: ValidateProductID Action 21:23:37: ValidateProductID. Action start 21:23:37: ValidateProductID. Action ended 21:23:37: ValidateProductID. Return value 1. MSI (s) (9C:9C) [21:23:37:335]: Doing action: InitialTargetDir Action 21:23:37: InitialTargetDir. Action start 21:23:37: InitialTargetDir. MSI (s) (9C:9C) [21:23:37:335]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\Python34'. Action ended 21:23:37: InitialTargetDir. Return value 1. MSI (s) (9C:9C) [21:23:37:335]: Doing action: SetDLLDirToSystem32 Action 21:23:37: SetDLLDirToSystem32. Action start 21:23:37: SetDLLDirToSystem32. MSI (s) (9C:9C) [21:23:37:351]: PROPERTY CHANGE: Adding DLLDIR property. Its value is 'C:\WINDOWS\system32\'. Action ended 21:23:37: SetDLLDirToSystem32. Return value 1. MSI (s) (9C:9C) [21:23:37:351]: Skipping action: SetDLLDirToTarget (condition is false) MSI (s) (9C:9C) [21:23:37:351]: Doing action: SetLauncherDirToWindows Action 21:23:37: SetLauncherDirToWindows. Action start 21:23:37: SetLauncherDirToWindows. MSI (s) (9C:9C) [21:23:37:351]: PROPERTY CHANGE: Adding LAUNCHERDIR property. Its value is 'C:\WINDOWS\'. Action ended 21:23:37: SetLauncherDirToWindows. Return value 1. MSI (s) (9C:9C) [21:23:37:351]: Skipping action: SetLauncherDirToTarget (condition is false) MSI (s) (9C:9C) [21:23:37:351]: Doing action: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:23:37: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:23:37: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action ended 21:23:37: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (s) (9C:9C) [21:23:37:351]: Doing action: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:23:37: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:23:37: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action ended 21:23:37: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (s) (9C:9C) [21:23:37:351]: Doing action: CostInitialize Action 21:23:37: CostInitialize. Computing space requirements Action start 21:23:37: CostInitialize. MSI (s) (9C:9C) [21:23:37:366]: Machine policy value 'MaxPatchCacheSize' is 10 MSI (s) (9C:9C) [21:23:37:366]: Baseline: Sorting baselines for {D54842CB-F761-30BA-881F-1FF821DC44DF}. MSI (s) (9C:9C) [21:23:37:366]: Baseline: New baseline 3.4.1150 from transaction. MSI (s) (9C:9C) [21:23:37:366]: Baseline: Sorted order Native: Order 0. MSI (s) (9C:9C) [21:23:37:366]: Baseline Data Table: MSI (s) (9C:9C) [21:23:37:366]: ProductCode: {D54842CB-F761-30BA-881F-1FF821DC44DF} Version: 3.4.1150 Attributes: 4 PatchId: Native BaselineId: -2147483648 Order: 0 MSI (s) (9C:9C) [21:23:37:366]: Baseline File Table: MSI (s) (9C:9C) [21:23:37:366]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'. MSI (s) (9C:9C) [21:23:37:366]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'. MSI (s) (9C:9C) [21:23:37:366]: Note: 1: 2262 2: Patch 3: -2147287038 MSI (s) (9C:9C) [21:23:37:366]: Note: 1: 2262 2: PatchPackage 3: -2147287038 MSI (s) (9C:9C) [21:23:37:366]: Note: 1: 2262 2: MsiPatchHeaders 3: -2147287038 MSI (s) (9C:9C) [21:23:37:366]: Note: 1: 2205 2: 3: __MsiPatchFileList MSI (s) (9C:9C) [21:23:37:366]: Dumping __MsiPatchMedia table... MSI (s) (9C:9C) [21:23:37:366]: Delta compression fallback method for this product transaction is 'MSI 2.0 legacy obsolescence' Action ended 21:23:37: CostInitialize. Return value 1. MSI (s) (9C:9C) [21:23:37:366]: Doing action: FileCost Action 21:23:37: FileCost. Computing space requirements Action start 21:23:37: FileCost. MSI (s) (9C:9C) [21:23:37:382]: Note: 1: 2262 2: MsiAssembly 3: -2147287038 MSI (s) (9C:9C) [21:23:37:382]: Note: 1: 2262 2: MoveFile 3: -2147287038 MSI (s) (9C:9C) [21:23:37:382]: Note: 1: 2262 2: DuplicateFile 3: -2147287038 MSI (s) (9C:9C) [21:23:37:382]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:9C) [21:23:37:382]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:9C) [21:23:37:382]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (s) (9C:9C) [21:23:37:382]: Note: 1: 2262 2: IniFile 3: -2147287038 MSI (s) (9C:9C) [21:23:37:382]: Note: 1: 2262 2: ReserveCost 3: -2147287038 Action ended 21:23:37: FileCost. Return value 1. MSI (s) (9C:9C) [21:23:37:382]: Doing action: IsolateComponents Action 21:23:37: IsolateComponents. Action start 21:23:37: IsolateComponents. MSI (s) (9C:9C) [21:23:37:382]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:9C) [21:23:37:382]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 Action ended 21:23:37: IsolateComponents. Return value 1. MSI (s) (9C:9C) [21:23:37:382]: Doing action: CostFinalize Action 21:23:37: CostFinalize. Computing space requirements Action start 21:23:37: CostFinalize. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding X property. Its value is 'C:\Python34\Tools\pynche\X'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Modifying DLLDIR property. Its current value is 'C:\WINDOWS\system32\'. Its new value: 'C:\WINDOWS\system32'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Modifying LAUNCHERDIR property. Its current value is 'C:\WINDOWS\'. Its new value: 'C:\WINDOWS'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding DLLs property. Its value is 'C:\Python34\DLLs'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding Lib property. Its value is 'C:\Python34\Lib'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding Lib_pycache property. Its value is 'C:\Python34\Lib\__pycache__'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding asyncio property. Its value is 'C:\Python34\Lib\asyncio'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding asyncio_pycache property. Its value is 'C:\Python34\Lib\asyncio\__pycache__'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding site_packages property. Its value is 'C:\Python34\Lib\site-packages'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding idlelib property. Its value is 'C:\Python34\Lib\idlelib'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding idlelib_pycache property. Its value is 'C:\Python34\Lib\idlelib\__pycache__'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding idle_test property. Its value is 'C:\Python34\Lib\idlelib\idle_test'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding idle_test_pycache property. Its value is 'C:\Python34\Lib\idlelib\idle_test\__pycache__'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding Icons property. Its value is 'C:\Python34\Lib\idlelib\Icons'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding concurrent property. Its value is 'C:\Python34\Lib\concurrent'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding concurrent_pycache property. Its value is 'C:\Python34\Lib\concurrent\__pycache__'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding futures property. Its value is 'C:\Python34\Lib\concurrent\futures'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding futures_pycache property. Its value is 'C:\Python34\Lib\concurrent\futures\__pycache__'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding http property. Its value is 'C:\Python34\Lib\http'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding http_pycache property. Its value is 'C:\Python34\Lib\http\__pycache__'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding sqlite3 property. Its value is 'C:\Python34\Lib\sqlite3'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding sqlite3_pycache property. Its value is 'C:\Python34\Lib\sqlite3\__pycache__'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding test property. Its value is 'C:\Python34\Lib\sqlite3\test'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding test_pycache property. Its value is 'C:\Python34\Lib\sqlite3\test\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding html property. Its value is 'C:\Python34\Lib\html'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding html_pycache property. Its value is 'C:\Python34\Lib\html\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding lib2to3 property. Its value is 'C:\Python34\Lib\lib2to3'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding lib2to3_pycache property. Its value is 'C:\Python34\Lib\lib2to3\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding pgen2 property. Its value is 'C:\Python34\Lib\lib2to3\pgen2'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding pgen2_pycache property. Its value is 'C:\Python34\Lib\lib2to3\pgen2\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding tests property. Its value is 'C:\Python34\Lib\lib2to3\tests'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding tests_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding data property. Its value is 'C:\Python34\Lib\lib2to3\tests\data'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding data_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding fixers property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding fixers_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding myfixes property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding myfixes_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding fixes property. Its value is 'C:\Python34\Lib\lib2to3\fixes'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding fixes_pycache property. Its value is 'C:\Python34\Lib\lib2to3\fixes\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding tkinter property. Its value is 'C:\Python34\Lib\tkinter'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding tkinter_pycache property. Its value is 'C:\Python34\Lib\tkinter\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding test1 property. Its value is 'C:\Python34\Lib\tkinter\test'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding test1_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding test_tkinter property. Its value is 'C:\Python34\Lib\tkinter\test\test_tkinter'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding test_tkinter_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding test_ttk property. Its value is 'C:\Python34\Lib\tkinter\test\test_ttk'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding test_ttk_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\test_ttk\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding wsgiref property. Its value is 'C:\Python34\Lib\wsgiref'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding wsgiref_pycache property. Its value is 'C:\Python34\Lib\wsgiref\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding venv property. Its value is 'C:\Python34\Lib\venv'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding venv_pycache property. Its value is 'C:\Python34\Lib\venv\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding nt property. Its value is 'C:\Python34\Lib\venv\scripts\nt'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding posix property. Its value is 'C:\Python34\Lib\venv\scripts\posix'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding json property. Its value is 'C:\Python34\Lib\json'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding json_pycache property. Its value is 'C:\Python34\Lib\json\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding curses property. Its value is 'C:\Python34\Lib\curses'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding curses_pycache property. Its value is 'C:\Python34\Lib\curses\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding multiprocessing property. Its value is 'C:\Python34\Lib\multiprocessing'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding multiprocessing_pycache property. Its value is 'C:\Python34\Lib\multiprocessing\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding dummy property. Its value is 'C:\Python34\Lib\multiprocessing\dummy'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding dummy_pycache property. Its value is 'C:\Python34\Lib\multiprocessing\dummy\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding ensurepip property. Its value is 'C:\Python34\Lib\ensurepip'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding ensurepip_pycache property. Its value is 'C:\Python34\Lib\ensurepip\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding _bundled property. Its value is 'C:\Python34\Lib\ensurepip\_bundled'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding logging property. Its value is 'C:\Python34\Lib\logging'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding logging_pycache property. Its value is 'C:\Python34\Lib\logging\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding ctypes property. Its value is 'C:\Python34\Lib\ctypes'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding ctypes_pycache property. Its value is 'C:\Python34\Lib\ctypes\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding test2 property. Its value is 'C:\Python34\Lib\ctypes\test'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding test2_pycache property. Its value is 'C:\Python34\Lib\ctypes\test\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding macholib property. Its value is 'C:\Python34\Lib\ctypes\macholib'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding macholib_pycache property. Its value is 'C:\Python34\Lib\ctypes\macholib\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding test3 property. Its value is 'C:\Python34\Lib\test'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding test3_pycache property. Its value is 'C:\Python34\Lib\test\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding test_asyncio property. Its value is 'C:\Python34\Lib\test\test_asyncio'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding test_asyncio_pycache property. Its value is 'C:\Python34\Lib\test\test_asyncio\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding support property. Its value is 'C:\Python34\Lib\test\support'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding support_pycache property. Its value is 'C:\Python34\Lib\test\support\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding capath property. Its value is 'C:\Python34\Lib\test\capath'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding encoded_modules property. Its value is 'C:\Python34\Lib\test\encoded_modules'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding encoded_modules_pycache property. Its value is 'C:\Python34\Lib\test\encoded_modules\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding imghdrdata property. Its value is 'C:\Python34\Lib\test\imghdrdata'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding decimaltestdata property. Its value is 'C:\Python34\Lib\test\decimaltestdata'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding sndhdrdata property. Its value is 'C:\Python34\Lib\test\sndhdrdata'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding tracedmodules property. Its value is 'C:\Python34\Lib\test\tracedmodules'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding tracedmodules_pycache property. Its value is 'C:\Python34\Lib\test\tracedmodules\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding crashers property. Its value is 'C:\Python34\Lib\test\crashers'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding crashers_pycache property. Its value is 'C:\Python34\Lib\test\crashers\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding cjkencodings property. Its value is 'C:\Python34\Lib\test\cjkencodings'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding leakers property. Its value is 'C:\Python34\Lib\test\leakers'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding leakers_pycache property. Its value is 'C:\Python34\Lib\test\leakers\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding subprocessdata property. Its value is 'C:\Python34\Lib\test\subprocessdata'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding subprocessdata_pycache property. Its value is 'C:\Python34\Lib\test\subprocessdata\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding test_json property. Its value is 'C:\Python34\Lib\test\test_json'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding test_json_pycache property. Its value is 'C:\Python34\Lib\test\test_json\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding xmltestdata property. Its value is 'C:\Python34\Lib\test\xmltestdata'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding data1 property. Its value is 'C:\Python34\Lib\test\data'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding audiodata property. Its value is 'C:\Python34\Lib\test\audiodata'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding test_importlib property. Its value is 'C:\Python34\Lib\test\test_importlib'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding test_importlib_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding builtin property. Its value is 'C:\Python34\Lib\test\test_importlib\builtin'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding builtin_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\builtin\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding namespace_pkgs property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding module_and_namespace_package property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding module_and_namespace_package_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding a_test property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding child property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding child_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding child1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding child1_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding child2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding child2_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding foo property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding foo_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding foo1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding foo1_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding foo2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding foo2_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding foo3 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding foo3_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding frozen property. Its value is 'C:\Python34\Lib\test\test_importlib\frozen'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding frozen_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\frozen\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding source property. Its value is 'C:\Python34\Lib\test\test_importlib\source'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding source_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\source\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding extension property. Its value is 'C:\Python34\Lib\test\test_importlib\extension'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding extension_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\extension\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding import_ property. Its value is 'C:\Python34\Lib\test\test_importlib\import_'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding import__pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\import_\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding test_email property. Its value is 'C:\Python34\Lib\test\test_email'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding test_email_pycache property. Its value is 'C:\Python34\Lib\test\test_email\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding data2 property. Its value is 'C:\Python34\Lib\test\test_email\data'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding turtledemo property. Its value is 'C:\Python34\Lib\turtledemo'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding turtledemo_pycache property. Its value is 'C:\Python34\Lib\turtledemo\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding xml property. Its value is 'C:\Python34\Lib\xml'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding xml_pycache property. Its value is 'C:\Python34\Lib\xml\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding dom property. Its value is 'C:\Python34\Lib\xml\dom'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding dom_pycache property. Its value is 'C:\Python34\Lib\xml\dom\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding etree property. Its value is 'C:\Python34\Lib\xml\etree'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding etree_pycache property. Its value is 'C:\Python34\Lib\xml\etree\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding parsers property. Its value is 'C:\Python34\Lib\xml\parsers'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding parsers_pycache property. Its value is 'C:\Python34\Lib\xml\parsers\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding sax property. Its value is 'C:\Python34\Lib\xml\sax'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding sax_pycache property. Its value is 'C:\Python34\Lib\xml\sax\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding email property. Its value is 'C:\Python34\Lib\email'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding email_pycache property. Its value is 'C:\Python34\Lib\email\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding mime property. Its value is 'C:\Python34\Lib\email\mime'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding mime_pycache property. Its value is 'C:\Python34\Lib\email\mime\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding urllib property. Its value is 'C:\Python34\Lib\urllib'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding urllib_pycache property. Its value is 'C:\Python34\Lib\urllib\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding encodings property. Its value is 'C:\Python34\Lib\encodings'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding encodings_pycache property. Its value is 'C:\Python34\Lib\encodings\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding pydoc_data property. Its value is 'C:\Python34\Lib\pydoc_data'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding pydoc_data_pycache property. Its value is 'C:\Python34\Lib\pydoc_data\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding msilib property. Its value is 'C:\Python34\Lib\msilib'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding msilib_pycache property. Its value is 'C:\Python34\Lib\msilib\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding xmlrpc property. Its value is 'C:\Python34\Lib\xmlrpc'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding xmlrpc_pycache property. Its value is 'C:\Python34\Lib\xmlrpc\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding unittest property. Its value is 'C:\Python34\Lib\unittest'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding unittest_pycache property. Its value is 'C:\Python34\Lib\unittest\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding test4 property. Its value is 'C:\Python34\Lib\unittest\test'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding test4_pycache property. Its value is 'C:\Python34\Lib\unittest\test\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding testmock property. Its value is 'C:\Python34\Lib\unittest\test\testmock'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding testmock_pycache property. Its value is 'C:\Python34\Lib\unittest\test\testmock\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding collections property. Its value is 'C:\Python34\Lib\collections'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding collections_pycache property. Its value is 'C:\Python34\Lib\collections\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding importlib property. Its value is 'C:\Python34\Lib\importlib'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding importlib_pycache property. Its value is 'C:\Python34\Lib\importlib\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding distutils property. Its value is 'C:\Python34\Lib\distutils'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding distutils_pycache property. Its value is 'C:\Python34\Lib\distutils\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding command property. Its value is 'C:\Python34\Lib\distutils\command'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding command_pycache property. Its value is 'C:\Python34\Lib\distutils\command\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding tests1 property. Its value is 'C:\Python34\Lib\distutils\tests'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding tests1_pycache property. Its value is 'C:\Python34\Lib\distutils\tests\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding dbm property. Its value is 'C:\Python34\Lib\dbm'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding dbm_pycache property. Its value is 'C:\Python34\Lib\dbm\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding include property. Its value is 'C:\Python34\include'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding libs property. Its value is 'C:\Python34\libs'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding tcl property. Its value is 'C:\Python34\tcl'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding tk8.6 property. Its value is 'C:\Python34\tcl\tk8.6'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding ttk property. Its value is 'C:\Python34\tcl\tk8.6\ttk'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding msgs property. Its value is 'C:\Python34\tcl\tk8.6\msgs'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding images property. Its value is 'C:\Python34\tcl\tk8.6\images'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding demos property. Its value is 'C:\Python34\tcl\tk8.6\demos'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding images1 property. Its value is 'C:\Python34\tcl\tk8.6\demos\images'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding tix8.4.3 property. Its value is 'C:\Python34\tcl\tix8.4.3'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding pref property. Its value is 'C:\Python34\tcl\tix8.4.3\pref'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding demos1 property. Its value is 'C:\Python34\tcl\tix8.4.3\demos'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding samples property. Its value is 'C:\Python34\tcl\tix8.4.3\demos\samples'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding bitmaps property. Its value is 'C:\Python34\tcl\tix8.4.3\demos\bitmaps'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding bitmaps1 property. Its value is 'C:\Python34\tcl\tix8.4.3\bitmaps'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding thread2.7.0 property. Its value is 'C:\Python34\tcl\thread2.7.0'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding tdbcsqlite1.0.0 property. Its value is 'C:\Python34\tcl\tdbcsqlite1.0.0'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding tdbcpostgres1.0.0 property. Its value is 'C:\Python34\tcl\tdbcpostgres1.0.0'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding tdbcodbc1.0.0 property. Its value is 'C:\Python34\tcl\tdbcodbc1.0.0'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding tdbcmysql1.0.0 property. Its value is 'C:\Python34\tcl\tdbcmysql1.0.0'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding tdbc1.0.0 property. Its value is 'C:\Python34\tcl\tdbc1.0.0'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding tcl8.6 property. Its value is 'C:\Python34\tcl\tcl8.6'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding tzdata property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding US property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\US'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding Pacific property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Pacific'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding SystemV property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\SystemV'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding Mexico property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Mexico'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding Indian property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Indian'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding Europe property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Europe'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding Etc property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Etc'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding Chile property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Chile'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Canada property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Canada'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Atlantic property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Atlantic'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Brazil property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Brazil'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Australia property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Australia'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Asia property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Asia'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Arctic property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Arctic'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Antarctica property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Antarctica'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding America property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding North_Dakota property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Kentucky property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Indiana property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Indiana'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Argentina property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Argentina'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Africa property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Africa'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding opt0.4 property. Its value is 'C:\Python34\tcl\tcl8.6\opt0.4'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding msgs1 property. Its value is 'C:\Python34\tcl\tcl8.6\msgs'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding http1.0 property. Its value is 'C:\Python34\tcl\tcl8.6\http1.0'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding encoding property. Its value is 'C:\Python34\tcl\tcl8.6\encoding'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding _8.6 property. Its value is 'C:\Python34\tcl\tcl8\8.6'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding tdbc property. Its value is 'C:\Python34\tcl\tcl8\8.6\tdbc'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding _8.5 property. Its value is 'C:\Python34\tcl\tcl8\8.5'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding _8.4 property. Its value is 'C:\Python34\tcl\tcl8\8.4'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding platform property. Its value is 'C:\Python34\tcl\tcl8\8.4\platform'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding sqlite33.8.0 property. Its value is 'C:\Python34\tcl\sqlite33.8.0'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding reg1.3 property. Its value is 'C:\Python34\tcl\reg1.3'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding itcl4.0.0 property. Its value is 'C:\Python34\tcl\itcl4.0.0'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding dde1.4 property. Its value is 'C:\Python34\tcl\dde1.4'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding i18n property. Its value is 'C:\Python34\Tools\i18n'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding i18n_pycache property. Its value is 'C:\Python34\Tools\i18n\__pycache__'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding pynche property. Its value is 'C:\Python34\Tools\pynche'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding pynche_pycache property. Its value is 'C:\Python34\Tools\pynche\__pycache__'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Scripts property. Its value is 'C:\Python34\Tools\Scripts'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Scripts_pycache property. Its value is 'C:\Python34\Tools\Scripts\__pycache__'. MSI (s) (9C:9C) [21:23:37:523]: PROPERTY CHANGE: Adding Doc property. Its value is 'C:\Python34\Doc'. MSI (s) (9C:9C) [21:23:37:523]: PROPERTY CHANGE: Modifying System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC property. Its current value is 'C:\WINDOWS\system32\'. Its new value: 'C:\WINDOWS\system32'. MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: Machine policy value 'DisableUserInstalls' is 0 MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: PROPERTY CHANGE: Modifying TARGETDIR property. Its current value is 'C:\Python34'. Its new value: 'C:\Python34\'. MSI (s) (9C:9C) [21:23:37:523]: PROPERTY CHANGE: Modifying System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC property. Its current value is 'C:\WINDOWS\system32'. Its new value: 'C:\WINDOWS\system32\'. MSI (s) (9C:9C) [21:23:37:523]: PROPERTY CHANGE: Adding MenuDir property. Its value is 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\'. MSI (s) (9C:9C) [21:23:37:523]: PROPERTY CHANGE: Modifying Doc property. Its current value is 'C:\Python34\Doc'. Its new value: 'C:\Python34\Doc\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying tcl property. Its current value is 'C:\Python34\tcl'. Its new value: 'C:\Python34\tcl\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying dde1.4 property. Its current value is 'C:\Python34\tcl\dde1.4'. Its new value: 'C:\Python34\tcl\dde1.4\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying itcl4.0.0 property. Its current value is 'C:\Python34\tcl\itcl4.0.0'. Its new value: 'C:\Python34\tcl\itcl4.0.0\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying reg1.3 property. Its current value is 'C:\Python34\tcl\reg1.3'. Its new value: 'C:\Python34\tcl\reg1.3\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying sqlite33.8.0 property. Its current value is 'C:\Python34\tcl\sqlite33.8.0'. Its new value: 'C:\Python34\tcl\sqlite33.8.0\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Adding tcl8 property. Its value is 'C:\Python34\tcl\tcl8\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Adding _8.2 property. Its value is 'C:\Python34\tcl\tcl8\8.2\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Adding _8.3 property. Its value is 'C:\Python34\tcl\tcl8\8.3\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying _8.4 property. Its current value is 'C:\Python34\tcl\tcl8\8.4'. Its new value: 'C:\Python34\tcl\tcl8\8.4\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying platform property. Its current value is 'C:\Python34\tcl\tcl8\8.4\platform'. Its new value: 'C:\Python34\tcl\tcl8\8.4\platform\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying _8.5 property. Its current value is 'C:\Python34\tcl\tcl8\8.5'. Its new value: 'C:\Python34\tcl\tcl8\8.5\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying _8.6 property. Its current value is 'C:\Python34\tcl\tcl8\8.6'. Its new value: 'C:\Python34\tcl\tcl8\8.6\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying tdbc property. Its current value is 'C:\Python34\tcl\tcl8\8.6\tdbc'. Its new value: 'C:\Python34\tcl\tcl8\8.6\tdbc\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying tcl8.6 property. Its current value is 'C:\Python34\tcl\tcl8.6'. Its new value: 'C:\Python34\tcl\tcl8.6\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying encoding property. Its current value is 'C:\Python34\tcl\tcl8.6\encoding'. Its new value: 'C:\Python34\tcl\tcl8.6\encoding\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying http1.0 property. Its current value is 'C:\Python34\tcl\tcl8.6\http1.0'. Its new value: 'C:\Python34\tcl\tcl8.6\http1.0\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying msgs1 property. Its current value is 'C:\Python34\tcl\tcl8.6\msgs'. Its new value: 'C:\Python34\tcl\tcl8.6\msgs\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying opt0.4 property. Its current value is 'C:\Python34\tcl\tcl8.6\opt0.4'. Its new value: 'C:\Python34\tcl\tcl8.6\opt0.4\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying tzdata property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Africa property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Africa'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Africa\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying America property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\America'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\America\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Argentina property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Argentina'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Indiana property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Indiana'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Kentucky property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying North_Dakota property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Antarctica property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Antarctica'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Antarctica\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Arctic property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Arctic'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Arctic\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Asia property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Asia'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Asia\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Australia property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Australia'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Australia\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Brazil property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Brazil'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Brazil\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Atlantic property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Atlantic'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Atlantic\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Canada property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Canada'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Canada\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Chile property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Chile'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Chile\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Etc property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Etc'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Etc\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Europe property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Europe'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Europe\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Indian property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Indian'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Indian\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Mexico property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Mexico'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Mexico\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying SystemV property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\SystemV'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\SystemV\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Pacific property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Pacific'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Pacific\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying US property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\US'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\US\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying tdbc1.0.0 property. Its current value is 'C:\Python34\tcl\tdbc1.0.0'. Its new value: 'C:\Python34\tcl\tdbc1.0.0\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying tdbcmysql1.0.0 property. Its current value is 'C:\Python34\tcl\tdbcmysql1.0.0'. Its new value: 'C:\Python34\tcl\tdbcmysql1.0.0\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying tdbcodbc1.0.0 property. Its current value is 'C:\Python34\tcl\tdbcodbc1.0.0'. Its new value: 'C:\Python34\tcl\tdbcodbc1.0.0\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying tdbcpostgres1.0.0 property. Its current value is 'C:\Python34\tcl\tdbcpostgres1.0.0'. Its new value: 'C:\Python34\tcl\tdbcpostgres1.0.0\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying tdbcsqlite1.0.0 property. Its current value is 'C:\Python34\tcl\tdbcsqlite1.0.0'. Its new value: 'C:\Python34\tcl\tdbcsqlite1.0.0\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying thread2.7.0 property. Its current value is 'C:\Python34\tcl\thread2.7.0'. Its new value: 'C:\Python34\tcl\thread2.7.0\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying tix8.4.3 property. Its current value is 'C:\Python34\tcl\tix8.4.3'. Its new value: 'C:\Python34\tcl\tix8.4.3\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying bitmaps1 property. Its current value is 'C:\Python34\tcl\tix8.4.3\bitmaps'. Its new value: 'C:\Python34\tcl\tix8.4.3\bitmaps\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying demos1 property. Its current value is 'C:\Python34\tcl\tix8.4.3\demos'. Its new value: 'C:\Python34\tcl\tix8.4.3\demos\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying bitmaps property. Its current value is 'C:\Python34\tcl\tix8.4.3\demos\bitmaps'. Its new value: 'C:\Python34\tcl\tix8.4.3\demos\bitmaps\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying samples property. Its current value is 'C:\Python34\tcl\tix8.4.3\demos\samples'. Its new value: 'C:\Python34\tcl\tix8.4.3\demos\samples\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying pref property. Its current value is 'C:\Python34\tcl\tix8.4.3\pref'. Its new value: 'C:\Python34\tcl\tix8.4.3\pref\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying tk8.6 property. Its current value is 'C:\Python34\tcl\tk8.6'. Its new value: 'C:\Python34\tcl\tk8.6\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying demos property. Its current value is 'C:\Python34\tcl\tk8.6\demos'. Its new value: 'C:\Python34\tcl\tk8.6\demos\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying images1 property. Its current value is 'C:\Python34\tcl\tk8.6\demos\images'. Its new value: 'C:\Python34\tcl\tk8.6\demos\images\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying images property. Its current value is 'C:\Python34\tcl\tk8.6\images'. Its new value: 'C:\Python34\tcl\tk8.6\images\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying msgs property. Its current value is 'C:\Python34\tcl\tk8.6\msgs'. Its new value: 'C:\Python34\tcl\tk8.6\msgs\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying ttk property. Its current value is 'C:\Python34\tcl\tk8.6\ttk'. Its new value: 'C:\Python34\tcl\tk8.6\ttk\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying libs property. Its current value is 'C:\Python34\libs'. Its new value: 'C:\Python34\libs\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying include property. Its current value is 'C:\Python34\include'. Its new value: 'C:\Python34\include\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying Lib property. Its current value is 'C:\Python34\Lib'. Its new value: 'C:\Python34\Lib\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying dbm property. Its current value is 'C:\Python34\Lib\dbm'. Its new value: 'C:\Python34\Lib\dbm\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying dbm_pycache property. Its current value is 'C:\Python34\Lib\dbm\__pycache__'. Its new value: 'C:\Python34\Lib\dbm\__pycache__\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying distutils property. Its current value is 'C:\Python34\Lib\distutils'. Its new value: 'C:\Python34\Lib\distutils\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying tests1 property. Its current value is 'C:\Python34\Lib\distutils\tests'. Its new value: 'C:\Python34\Lib\distutils\tests\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying tests1_pycache property. Its current value is 'C:\Python34\Lib\distutils\tests\__pycache__'. Its new value: 'C:\Python34\Lib\distutils\tests\__pycache__\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying command property. Its current value is 'C:\Python34\Lib\distutils\command'. Its new value: 'C:\Python34\Lib\distutils\command\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying command_pycache property. Its current value is 'C:\Python34\Lib\distutils\command\__pycache__'. Its new value: 'C:\Python34\Lib\distutils\command\__pycache__\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying distutils_pycache property. Its current value is 'C:\Python34\Lib\distutils\__pycache__'. Its new value: 'C:\Python34\Lib\distutils\__pycache__\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying importlib property. Its current value is 'C:\Python34\Lib\importlib'. Its new value: 'C:\Python34\Lib\importlib\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying importlib_pycache property. Its current value is 'C:\Python34\Lib\importlib\__pycache__'. Its new value: 'C:\Python34\Lib\importlib\__pycache__\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying collections property. Its current value is 'C:\Python34\Lib\collections'. Its new value: 'C:\Python34\Lib\collections\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying collections_pycache property. Its current value is 'C:\Python34\Lib\collections\__pycache__'. Its new value: 'C:\Python34\Lib\collections\__pycache__\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying unittest property. Its current value is 'C:\Python34\Lib\unittest'. Its new value: 'C:\Python34\Lib\unittest\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying test4 property. Its current value is 'C:\Python34\Lib\unittest\test'. Its new value: 'C:\Python34\Lib\unittest\test\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying testmock property. Its current value is 'C:\Python34\Lib\unittest\test\testmock'. Its new value: 'C:\Python34\Lib\unittest\test\testmock\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying testmock_pycache property. Its current value is 'C:\Python34\Lib\unittest\test\testmock\__pycache__'. Its new value: 'C:\Python34\Lib\unittest\test\testmock\__pycache__\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying test4_pycache property. Its current value is 'C:\Python34\Lib\unittest\test\__pycache__'. Its new value: 'C:\Python34\Lib\unittest\test\__pycache__\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying unittest_pycache property. Its current value is 'C:\Python34\Lib\unittest\__pycache__'. Its new value: 'C:\Python34\Lib\unittest\__pycache__\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying xmlrpc property. Its current value is 'C:\Python34\Lib\xmlrpc'. Its new value: 'C:\Python34\Lib\xmlrpc\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying xmlrpc_pycache property. Its current value is 'C:\Python34\Lib\xmlrpc\__pycache__'. Its new value: 'C:\Python34\Lib\xmlrpc\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying msilib property. Its current value is 'C:\Python34\Lib\msilib'. Its new value: 'C:\Python34\Lib\msilib\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying msilib_pycache property. Its current value is 'C:\Python34\Lib\msilib\__pycache__'. Its new value: 'C:\Python34\Lib\msilib\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying pydoc_data property. Its current value is 'C:\Python34\Lib\pydoc_data'. Its new value: 'C:\Python34\Lib\pydoc_data\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying pydoc_data_pycache property. Its current value is 'C:\Python34\Lib\pydoc_data\__pycache__'. Its new value: 'C:\Python34\Lib\pydoc_data\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying encodings property. Its current value is 'C:\Python34\Lib\encodings'. Its new value: 'C:\Python34\Lib\encodings\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying encodings_pycache property. Its current value is 'C:\Python34\Lib\encodings\__pycache__'. Its new value: 'C:\Python34\Lib\encodings\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying urllib property. Its current value is 'C:\Python34\Lib\urllib'. Its new value: 'C:\Python34\Lib\urllib\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying urllib_pycache property. Its current value is 'C:\Python34\Lib\urllib\__pycache__'. Its new value: 'C:\Python34\Lib\urllib\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying email property. Its current value is 'C:\Python34\Lib\email'. Its new value: 'C:\Python34\Lib\email\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying mime property. Its current value is 'C:\Python34\Lib\email\mime'. Its new value: 'C:\Python34\Lib\email\mime\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying mime_pycache property. Its current value is 'C:\Python34\Lib\email\mime\__pycache__'. Its new value: 'C:\Python34\Lib\email\mime\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying email_pycache property. Its current value is 'C:\Python34\Lib\email\__pycache__'. Its new value: 'C:\Python34\Lib\email\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying xml property. Its current value is 'C:\Python34\Lib\xml'. Its new value: 'C:\Python34\Lib\xml\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying sax property. Its current value is 'C:\Python34\Lib\xml\sax'. Its new value: 'C:\Python34\Lib\xml\sax\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying sax_pycache property. Its current value is 'C:\Python34\Lib\xml\sax\__pycache__'. Its new value: 'C:\Python34\Lib\xml\sax\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying parsers property. Its current value is 'C:\Python34\Lib\xml\parsers'. Its new value: 'C:\Python34\Lib\xml\parsers\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying parsers_pycache property. Its current value is 'C:\Python34\Lib\xml\parsers\__pycache__'. Its new value: 'C:\Python34\Lib\xml\parsers\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying etree property. Its current value is 'C:\Python34\Lib\xml\etree'. Its new value: 'C:\Python34\Lib\xml\etree\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying etree_pycache property. Its current value is 'C:\Python34\Lib\xml\etree\__pycache__'. Its new value: 'C:\Python34\Lib\xml\etree\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying dom property. Its current value is 'C:\Python34\Lib\xml\dom'. Its new value: 'C:\Python34\Lib\xml\dom\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying dom_pycache property. Its current value is 'C:\Python34\Lib\xml\dom\__pycache__'. Its new value: 'C:\Python34\Lib\xml\dom\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying xml_pycache property. Its current value is 'C:\Python34\Lib\xml\__pycache__'. Its new value: 'C:\Python34\Lib\xml\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying turtledemo property. Its current value is 'C:\Python34\Lib\turtledemo'. Its new value: 'C:\Python34\Lib\turtledemo\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying turtledemo_pycache property. Its current value is 'C:\Python34\Lib\turtledemo\__pycache__'. Its new value: 'C:\Python34\Lib\turtledemo\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying test3 property. Its current value is 'C:\Python34\Lib\test'. Its new value: 'C:\Python34\Lib\test\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying test_email property. Its current value is 'C:\Python34\Lib\test\test_email'. Its new value: 'C:\Python34\Lib\test\test_email\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying data2 property. Its current value is 'C:\Python34\Lib\test\test_email\data'. Its new value: 'C:\Python34\Lib\test\test_email\data\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying test_email_pycache property. Its current value is 'C:\Python34\Lib\test\test_email\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_email\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying test_importlib property. Its current value is 'C:\Python34\Lib\test\test_importlib'. Its new value: 'C:\Python34\Lib\test\test_importlib\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying import_ property. Its current value is 'C:\Python34\Lib\test\test_importlib\import_'. Its new value: 'C:\Python34\Lib\test\test_importlib\import_\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying import__pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\import_\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\import_\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying extension property. Its current value is 'C:\Python34\Lib\test\test_importlib\extension'. Its new value: 'C:\Python34\Lib\test\test_importlib\extension\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying extension_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\extension\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\extension\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying source property. Its current value is 'C:\Python34\Lib\test\test_importlib\source'. Its new value: 'C:\Python34\Lib\test\test_importlib\source\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying source_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\source\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\source\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying frozen property. Its current value is 'C:\Python34\Lib\test\test_importlib\frozen'. Its new value: 'C:\Python34\Lib\test\test_importlib\frozen\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying frozen_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\frozen\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\frozen\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying namespace_pkgs property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Adding portion2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying foo3 property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying foo3_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Adding portion1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying foo2 property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying foo2_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Adding not_a_namespace_pkg property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying foo1 property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying foo1_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Adding both_portions property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying foo property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying foo_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Adding project2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Adding parent2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying child2 property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying child2_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Adding project1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Adding parent1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying child1 property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying child1_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Adding project3 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Adding parent property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying child property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying child_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying module_and_namespace_package property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying a_test property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying module_and_namespace_package_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying builtin property. Its current value is 'C:\Python34\Lib\test\test_importlib\builtin'. Its new value: 'C:\Python34\Lib\test\test_importlib\builtin\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying builtin_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\builtin\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\builtin\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying test_importlib_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying audiodata property. Its current value is 'C:\Python34\Lib\test\audiodata'. Its new value: 'C:\Python34\Lib\test\audiodata\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying data1 property. Its current value is 'C:\Python34\Lib\test\data'. Its new value: 'C:\Python34\Lib\test\data\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying xmltestdata property. Its current value is 'C:\Python34\Lib\test\xmltestdata'. Its new value: 'C:\Python34\Lib\test\xmltestdata\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying test_json property. Its current value is 'C:\Python34\Lib\test\test_json'. Its new value: 'C:\Python34\Lib\test\test_json\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying test_json_pycache property. Its current value is 'C:\Python34\Lib\test\test_json\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_json\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying subprocessdata property. Its current value is 'C:\Python34\Lib\test\subprocessdata'. Its new value: 'C:\Python34\Lib\test\subprocessdata\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying subprocessdata_pycache property. Its current value is 'C:\Python34\Lib\test\subprocessdata\__pycache__'. Its new value: 'C:\Python34\Lib\test\subprocessdata\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying leakers property. Its current value is 'C:\Python34\Lib\test\leakers'. Its new value: 'C:\Python34\Lib\test\leakers\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying leakers_pycache property. Its current value is 'C:\Python34\Lib\test\leakers\__pycache__'. Its new value: 'C:\Python34\Lib\test\leakers\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying cjkencodings property. Its current value is 'C:\Python34\Lib\test\cjkencodings'. Its new value: 'C:\Python34\Lib\test\cjkencodings\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying crashers property. Its current value is 'C:\Python34\Lib\test\crashers'. Its new value: 'C:\Python34\Lib\test\crashers\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying crashers_pycache property. Its current value is 'C:\Python34\Lib\test\crashers\__pycache__'. Its new value: 'C:\Python34\Lib\test\crashers\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying tracedmodules property. Its current value is 'C:\Python34\Lib\test\tracedmodules'. Its new value: 'C:\Python34\Lib\test\tracedmodules\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying tracedmodules_pycache property. Its current value is 'C:\Python34\Lib\test\tracedmodules\__pycache__'. Its new value: 'C:\Python34\Lib\test\tracedmodules\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying sndhdrdata property. Its current value is 'C:\Python34\Lib\test\sndhdrdata'. Its new value: 'C:\Python34\Lib\test\sndhdrdata\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying decimaltestdata property. Its current value is 'C:\Python34\Lib\test\decimaltestdata'. Its new value: 'C:\Python34\Lib\test\decimaltestdata\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying imghdrdata property. Its current value is 'C:\Python34\Lib\test\imghdrdata'. Its new value: 'C:\Python34\Lib\test\imghdrdata\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying encoded_modules property. Its current value is 'C:\Python34\Lib\test\encoded_modules'. Its new value: 'C:\Python34\Lib\test\encoded_modules\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying encoded_modules_pycache property. Its current value is 'C:\Python34\Lib\test\encoded_modules\__pycache__'. Its new value: 'C:\Python34\Lib\test\encoded_modules\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying capath property. Its current value is 'C:\Python34\Lib\test\capath'. Its new value: 'C:\Python34\Lib\test\capath\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying support property. Its current value is 'C:\Python34\Lib\test\support'. Its new value: 'C:\Python34\Lib\test\support\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying support_pycache property. Its current value is 'C:\Python34\Lib\test\support\__pycache__'. Its new value: 'C:\Python34\Lib\test\support\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying test_asyncio property. Its current value is 'C:\Python34\Lib\test\test_asyncio'. Its new value: 'C:\Python34\Lib\test\test_asyncio\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying test_asyncio_pycache property. Its current value is 'C:\Python34\Lib\test\test_asyncio\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_asyncio\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying test3_pycache property. Its current value is 'C:\Python34\Lib\test\__pycache__'. Its new value: 'C:\Python34\Lib\test\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying ctypes property. Its current value is 'C:\Python34\Lib\ctypes'. Its new value: 'C:\Python34\Lib\ctypes\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying macholib property. Its current value is 'C:\Python34\Lib\ctypes\macholib'. Its new value: 'C:\Python34\Lib\ctypes\macholib\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying macholib_pycache property. Its current value is 'C:\Python34\Lib\ctypes\macholib\__pycache__'. Its new value: 'C:\Python34\Lib\ctypes\macholib\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying test2 property. Its current value is 'C:\Python34\Lib\ctypes\test'. Its new value: 'C:\Python34\Lib\ctypes\test\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying test2_pycache property. Its current value is 'C:\Python34\Lib\ctypes\test\__pycache__'. Its new value: 'C:\Python34\Lib\ctypes\test\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying ctypes_pycache property. Its current value is 'C:\Python34\Lib\ctypes\__pycache__'. Its new value: 'C:\Python34\Lib\ctypes\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying logging property. Its current value is 'C:\Python34\Lib\logging'. Its new value: 'C:\Python34\Lib\logging\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying logging_pycache property. Its current value is 'C:\Python34\Lib\logging\__pycache__'. Its new value: 'C:\Python34\Lib\logging\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying ensurepip property. Its current value is 'C:\Python34\Lib\ensurepip'. Its new value: 'C:\Python34\Lib\ensurepip\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying _bundled property. Its current value is 'C:\Python34\Lib\ensurepip\_bundled'. Its new value: 'C:\Python34\Lib\ensurepip\_bundled\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying ensurepip_pycache property. Its current value is 'C:\Python34\Lib\ensurepip\__pycache__'. Its new value: 'C:\Python34\Lib\ensurepip\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying multiprocessing property. Its current value is 'C:\Python34\Lib\multiprocessing'. Its new value: 'C:\Python34\Lib\multiprocessing\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying dummy property. Its current value is 'C:\Python34\Lib\multiprocessing\dummy'. Its new value: 'C:\Python34\Lib\multiprocessing\dummy\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying dummy_pycache property. Its current value is 'C:\Python34\Lib\multiprocessing\dummy\__pycache__'. Its new value: 'C:\Python34\Lib\multiprocessing\dummy\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying multiprocessing_pycache property. Its current value is 'C:\Python34\Lib\multiprocessing\__pycache__'. Its new value: 'C:\Python34\Lib\multiprocessing\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying curses property. Its current value is 'C:\Python34\Lib\curses'. Its new value: 'C:\Python34\Lib\curses\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying curses_pycache property. Its current value is 'C:\Python34\Lib\curses\__pycache__'. Its new value: 'C:\Python34\Lib\curses\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying json property. Its current value is 'C:\Python34\Lib\json'. Its new value: 'C:\Python34\Lib\json\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying json_pycache property. Its current value is 'C:\Python34\Lib\json\__pycache__'. Its new value: 'C:\Python34\Lib\json\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying venv property. Its current value is 'C:\Python34\Lib\venv'. Its new value: 'C:\Python34\Lib\venv\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Adding scripts property. Its value is 'C:\Python34\Lib\venv\scripts\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying posix property. Its current value is 'C:\Python34\Lib\venv\scripts\posix'. Its new value: 'C:\Python34\Lib\venv\scripts\posix\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying nt property. Its current value is 'C:\Python34\Lib\venv\scripts\nt'. Its new value: 'C:\Python34\Lib\venv\scripts\nt\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying venv_pycache property. Its current value is 'C:\Python34\Lib\venv\__pycache__'. Its new value: 'C:\Python34\Lib\venv\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying wsgiref property. Its current value is 'C:\Python34\Lib\wsgiref'. Its new value: 'C:\Python34\Lib\wsgiref\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying wsgiref_pycache property. Its current value is 'C:\Python34\Lib\wsgiref\__pycache__'. Its new value: 'C:\Python34\Lib\wsgiref\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying tkinter property. Its current value is 'C:\Python34\Lib\tkinter'. Its new value: 'C:\Python34\Lib\tkinter\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying test1 property. Its current value is 'C:\Python34\Lib\tkinter\test'. Its new value: 'C:\Python34\Lib\tkinter\test\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying test_ttk property. Its current value is 'C:\Python34\Lib\tkinter\test\test_ttk'. Its new value: 'C:\Python34\Lib\tkinter\test\test_ttk\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying test_ttk_pycache property. Its current value is 'C:\Python34\Lib\tkinter\test\test_ttk\__pycache__'. Its new value: 'C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying test_tkinter property. Its current value is 'C:\Python34\Lib\tkinter\test\test_tkinter'. Its new value: 'C:\Python34\Lib\tkinter\test\test_tkinter\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying test_tkinter_pycache property. Its current value is 'C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__'. Its new value: 'C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying test1_pycache property. Its current value is 'C:\Python34\Lib\tkinter\test\__pycache__'. Its new value: 'C:\Python34\Lib\tkinter\test\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying tkinter_pycache property. Its current value is 'C:\Python34\Lib\tkinter\__pycache__'. Its new value: 'C:\Python34\Lib\tkinter\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying lib2to3 property. Its current value is 'C:\Python34\Lib\lib2to3'. Its new value: 'C:\Python34\Lib\lib2to3\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying fixes property. Its current value is 'C:\Python34\Lib\lib2to3\fixes'. Its new value: 'C:\Python34\Lib\lib2to3\fixes\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying fixes_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\fixes\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\fixes\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying tests property. Its current value is 'C:\Python34\Lib\lib2to3\tests'. Its new value: 'C:\Python34\Lib\lib2to3\tests\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying data property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying fixers property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data\fixers'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\fixers\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying myfixes property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying myfixes_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying fixers_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying data_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying tests_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\tests\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\tests\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying pgen2 property. Its current value is 'C:\Python34\Lib\lib2to3\pgen2'. Its new value: 'C:\Python34\Lib\lib2to3\pgen2\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying pgen2_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\pgen2\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\pgen2\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying lib2to3_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying html property. Its current value is 'C:\Python34\Lib\html'. Its new value: 'C:\Python34\Lib\html\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying html_pycache property. Its current value is 'C:\Python34\Lib\html\__pycache__'. Its new value: 'C:\Python34\Lib\html\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying sqlite3 property. Its current value is 'C:\Python34\Lib\sqlite3'. Its new value: 'C:\Python34\Lib\sqlite3\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying test property. Its current value is 'C:\Python34\Lib\sqlite3\test'. Its new value: 'C:\Python34\Lib\sqlite3\test\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying test_pycache property. Its current value is 'C:\Python34\Lib\sqlite3\test\__pycache__'. Its new value: 'C:\Python34\Lib\sqlite3\test\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying sqlite3_pycache property. Its current value is 'C:\Python34\Lib\sqlite3\__pycache__'. Its new value: 'C:\Python34\Lib\sqlite3\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying http property. Its current value is 'C:\Python34\Lib\http'. Its new value: 'C:\Python34\Lib\http\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying http_pycache property. Its current value is 'C:\Python34\Lib\http\__pycache__'. Its new value: 'C:\Python34\Lib\http\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying concurrent property. Its current value is 'C:\Python34\Lib\concurrent'. Its new value: 'C:\Python34\Lib\concurrent\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying futures property. Its current value is 'C:\Python34\Lib\concurrent\futures'. Its new value: 'C:\Python34\Lib\concurrent\futures\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying futures_pycache property. Its current value is 'C:\Python34\Lib\concurrent\futures\__pycache__'. Its new value: 'C:\Python34\Lib\concurrent\futures\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying concurrent_pycache property. Its current value is 'C:\Python34\Lib\concurrent\__pycache__'. Its new value: 'C:\Python34\Lib\concurrent\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying idlelib property. Its current value is 'C:\Python34\Lib\idlelib'. Its new value: 'C:\Python34\Lib\idlelib\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying Icons property. Its current value is 'C:\Python34\Lib\idlelib\Icons'. Its new value: 'C:\Python34\Lib\idlelib\Icons\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying idle_test property. Its current value is 'C:\Python34\Lib\idlelib\idle_test'. Its new value: 'C:\Python34\Lib\idlelib\idle_test\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying idle_test_pycache property. Its current value is 'C:\Python34\Lib\idlelib\idle_test\__pycache__'. Its new value: 'C:\Python34\Lib\idlelib\idle_test\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying idlelib_pycache property. Its current value is 'C:\Python34\Lib\idlelib\__pycache__'. Its new value: 'C:\Python34\Lib\idlelib\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying site_packages property. Its current value is 'C:\Python34\Lib\site-packages'. Its new value: 'C:\Python34\Lib\site-packages\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying asyncio property. Its current value is 'C:\Python34\Lib\asyncio'. Its new value: 'C:\Python34\Lib\asyncio\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying asyncio_pycache property. Its current value is 'C:\Python34\Lib\asyncio\__pycache__'. Its new value: 'C:\Python34\Lib\asyncio\__pycache__\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying Lib_pycache property. Its current value is 'C:\Python34\Lib\__pycache__'. Its new value: 'C:\Python34\Lib\__pycache__\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying DLLs property. Its current value is 'C:\Python34\DLLs'. Its new value: 'C:\Python34\DLLs\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying LAUNCHERDIR property. Its current value is 'C:\WINDOWS'. Its new value: 'C:\WINDOWS\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying DLLDIR property. Its current value is 'C:\WINDOWS\system32'. Its new value: 'C:\WINDOWS\system32\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Adding Tools property. Its value is 'C:\Python34\Tools\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying Scripts property. Its current value is 'C:\Python34\Tools\Scripts'. Its new value: 'C:\Python34\Tools\Scripts\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying Scripts_pycache property. Its current value is 'C:\Python34\Tools\Scripts\__pycache__'. Its new value: 'C:\Python34\Tools\Scripts\__pycache__\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying i18n property. Its current value is 'C:\Python34\Tools\i18n'. Its new value: 'C:\Python34\Tools\i18n\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying i18n_pycache property. Its current value is 'C:\Python34\Tools\i18n\__pycache__'. Its new value: 'C:\Python34\Tools\i18n\__pycache__\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying pynche property. Its current value is 'C:\Python34\Tools\pynche'. Its new value: 'C:\Python34\Tools\pynche\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying pynche_pycache property. Its current value is 'C:\Python34\Tools\pynche\__pycache__'. Its new value: 'C:\Python34\Tools\pynche\__pycache__\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying X property. Its current value is 'C:\Python34\Tools\pynche\X'. Its new value: 'C:\Python34\Tools\pynche\X\'. MSI (s) (9C:9C) [21:23:37:632]: Target path resolution complete. Dumping Directory table... MSI (s) (9C:9C) [21:23:37:632]: Note: target paths subject to change (via custom actions or browsing) MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: TARGETDIR , Object: C:\Python34\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: WindowsFolder , Object: C:\WINDOWS\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC , Object: C:\WINDOWS\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC , Object: C:\WINDOWS\system32\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: ProgramMenuFolder , Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: MenuDir , Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Doc , Object: C:\Python34\Doc\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tcl , Object: C:\Python34\tcl\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: dde1.4 , Object: C:\Python34\tcl\dde1.4\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: itcl4.0.0 , Object: C:\Python34\tcl\itcl4.0.0\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: reg1.3 , Object: C:\Python34\tcl\reg1.3\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: sqlite33.8.0 , Object: C:\Python34\tcl\sqlite33.8.0\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tcl8 , Object: C:\Python34\tcl\tcl8\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: _8.2 , Object: C:\Python34\tcl\tcl8\8.2\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: _8.3 , Object: C:\Python34\tcl\tcl8\8.3\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: _8.4 , Object: C:\Python34\tcl\tcl8\8.4\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: platform , Object: C:\Python34\tcl\tcl8\8.4\platform\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: _8.5 , Object: C:\Python34\tcl\tcl8\8.5\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: _8.6 , Object: C:\Python34\tcl\tcl8\8.6\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tdbc , Object: C:\Python34\tcl\tcl8\8.6\tdbc\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tcl8.6 , Object: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: encoding , Object: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: http1.0 , Object: C:\Python34\tcl\tcl8.6\http1.0\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: msgs1 , Object: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: opt0.4 , Object: C:\Python34\tcl\tcl8.6\opt0.4\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tzdata , Object: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Africa , Object: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: America , Object: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Argentina , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Indiana , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Kentucky , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: North_Dakota , Object: C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Antarctica , Object: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Arctic , Object: C:\Python34\tcl\tcl8.6\tzdata\Arctic\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Asia , Object: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Australia , Object: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Brazil , Object: C:\Python34\tcl\tcl8.6\tzdata\Brazil\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Atlantic , Object: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Canada , Object: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Chile , Object: C:\Python34\tcl\tcl8.6\tzdata\Chile\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Etc , Object: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Europe , Object: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Indian , Object: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Mexico , Object: C:\Python34\tcl\tcl8.6\tzdata\Mexico\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: SystemV , Object: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Pacific , Object: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: US , Object: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tdbc1.0.0 , Object: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tdbcmysql1.0.0 , Object: C:\Python34\tcl\tdbcmysql1.0.0\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tdbcodbc1.0.0 , Object: C:\Python34\tcl\tdbcodbc1.0.0\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tdbcpostgres1.0.0 , Object: C:\Python34\tcl\tdbcpostgres1.0.0\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tdbcsqlite1.0.0 , Object: C:\Python34\tcl\tdbcsqlite1.0.0\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: thread2.7.0 , Object: C:\Python34\tcl\thread2.7.0\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tix8.4.3 , Object: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: bitmaps1 , Object: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: demos1 , Object: C:\Python34\tcl\tix8.4.3\demos\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: bitmaps , Object: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: samples , Object: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: pref , Object: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tk8.6 , Object: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: demos , Object: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: images1 , Object: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: images , Object: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: msgs , Object: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: ttk , Object: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: libs , Object: C:\Python34\libs\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: include , Object: C:\Python34\include\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Lib , Object: C:\Python34\Lib\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: dbm , Object: C:\Python34\Lib\dbm\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: dbm_pycache , Object: C:\Python34\Lib\dbm\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: distutils , Object: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tests1 , Object: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tests1_pycache , Object: C:\Python34\Lib\distutils\tests\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: command , Object: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: command_pycache , Object: C:\Python34\Lib\distutils\command\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: distutils_pycache , Object: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: importlib , Object: C:\Python34\Lib\importlib\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: importlib_pycache , Object: C:\Python34\Lib\importlib\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: collections , Object: C:\Python34\Lib\collections\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: collections_pycache , Object: C:\Python34\Lib\collections\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: unittest , Object: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test4 , Object: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: testmock , Object: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: testmock_pycache , Object: C:\Python34\Lib\unittest\test\testmock\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test4_pycache , Object: C:\Python34\Lib\unittest\test\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: unittest_pycache , Object: C:\Python34\Lib\unittest\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: xmlrpc , Object: C:\Python34\Lib\xmlrpc\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: xmlrpc_pycache , Object: C:\Python34\Lib\xmlrpc\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: msilib , Object: C:\Python34\Lib\msilib\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: msilib_pycache , Object: C:\Python34\Lib\msilib\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: pydoc_data , Object: C:\Python34\Lib\pydoc_data\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: pydoc_data_pycache , Object: C:\Python34\Lib\pydoc_data\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: encodings , Object: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: encodings_pycache , Object: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: urllib , Object: C:\Python34\Lib\urllib\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: urllib_pycache , Object: C:\Python34\Lib\urllib\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: email , Object: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: mime , Object: C:\Python34\Lib\email\mime\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: mime_pycache , Object: C:\Python34\Lib\email\mime\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: email_pycache , Object: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: xml , Object: C:\Python34\Lib\xml\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: sax , Object: C:\Python34\Lib\xml\sax\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: sax_pycache , Object: C:\Python34\Lib\xml\sax\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: parsers , Object: C:\Python34\Lib\xml\parsers\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: parsers_pycache , Object: C:\Python34\Lib\xml\parsers\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: etree , Object: C:\Python34\Lib\xml\etree\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: etree_pycache , Object: C:\Python34\Lib\xml\etree\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: dom , Object: C:\Python34\Lib\xml\dom\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: dom_pycache , Object: C:\Python34\Lib\xml\dom\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: xml_pycache , Object: C:\Python34\Lib\xml\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: turtledemo , Object: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: turtledemo_pycache , Object: C:\Python34\Lib\turtledemo\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test3 , Object: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_email , Object: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: data2 , Object: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_email_pycache , Object: C:\Python34\Lib\test\test_email\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_importlib , Object: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: import_ , Object: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: import__pycache , Object: C:\Python34\Lib\test\test_importlib\import_\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: extension , Object: C:\Python34\Lib\test\test_importlib\extension\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: extension_pycache , Object: C:\Python34\Lib\test\test_importlib\extension\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: source , Object: C:\Python34\Lib\test\test_importlib\source\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: source_pycache , Object: C:\Python34\Lib\test\test_importlib\source\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: frozen , Object: C:\Python34\Lib\test\test_importlib\frozen\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: frozen_pycache , Object: C:\Python34\Lib\test\test_importlib\frozen\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: namespace_pkgs , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: portion2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: foo3 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: foo3_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: portion1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: foo2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: foo2_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: not_a_namespace_pkg , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: foo1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: foo1_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: both_portions , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: foo , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: foo_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: project2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: parent2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: child2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: child2_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: project1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: parent1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: child1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: child1_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: project3 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: parent , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: child , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: child_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: module_and_namespace_package , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: a_test , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: module_and_namespace_package_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: builtin , Object: C:\Python34\Lib\test\test_importlib\builtin\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: builtin_pycache , Object: C:\Python34\Lib\test\test_importlib\builtin\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_importlib_pycache , Object: C:\Python34\Lib\test\test_importlib\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: audiodata , Object: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: data1 , Object: C:\Python34\Lib\test\data\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: xmltestdata , Object: C:\Python34\Lib\test\xmltestdata\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_json , Object: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_json_pycache , Object: C:\Python34\Lib\test\test_json\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: subprocessdata , Object: C:\Python34\Lib\test\subprocessdata\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: subprocessdata_pycache , Object: C:\Python34\Lib\test\subprocessdata\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: leakers , Object: C:\Python34\Lib\test\leakers\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: leakers_pycache , Object: C:\Python34\Lib\test\leakers\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: cjkencodings , Object: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: crashers , Object: C:\Python34\Lib\test\crashers\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: crashers_pycache , Object: C:\Python34\Lib\test\crashers\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tracedmodules , Object: C:\Python34\Lib\test\tracedmodules\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tracedmodules_pycache , Object: C:\Python34\Lib\test\tracedmodules\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: sndhdrdata , Object: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: decimaltestdata , Object: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: imghdrdata , Object: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: encoded_modules , Object: C:\Python34\Lib\test\encoded_modules\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: encoded_modules_pycache , Object: C:\Python34\Lib\test\encoded_modules\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: capath , Object: C:\Python34\Lib\test\capath\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: support , Object: C:\Python34\Lib\test\support\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: support_pycache , Object: C:\Python34\Lib\test\support\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_asyncio , Object: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_asyncio_pycache , Object: C:\Python34\Lib\test\test_asyncio\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test3_pycache , Object: C:\Python34\Lib\test\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: ctypes , Object: C:\Python34\Lib\ctypes\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: macholib , Object: C:\Python34\Lib\ctypes\macholib\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: macholib_pycache , Object: C:\Python34\Lib\ctypes\macholib\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test2 , Object: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test2_pycache , Object: C:\Python34\Lib\ctypes\test\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: ctypes_pycache , Object: C:\Python34\Lib\ctypes\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: logging , Object: C:\Python34\Lib\logging\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: logging_pycache , Object: C:\Python34\Lib\logging\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: ensurepip , Object: C:\Python34\Lib\ensurepip\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: _bundled , Object: C:\Python34\Lib\ensurepip\_bundled\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: ensurepip_pycache , Object: C:\Python34\Lib\ensurepip\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: multiprocessing , Object: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: dummy , Object: C:\Python34\Lib\multiprocessing\dummy\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: dummy_pycache , Object: C:\Python34\Lib\multiprocessing\dummy\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: multiprocessing_pycache , Object: C:\Python34\Lib\multiprocessing\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: curses , Object: C:\Python34\Lib\curses\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: curses_pycache , Object: C:\Python34\Lib\curses\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: json , Object: C:\Python34\Lib\json\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: json_pycache , Object: C:\Python34\Lib\json\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: venv , Object: C:\Python34\Lib\venv\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: scripts , Object: C:\Python34\Lib\venv\scripts\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: posix , Object: C:\Python34\Lib\venv\scripts\posix\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: nt , Object: C:\Python34\Lib\venv\scripts\nt\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: venv_pycache , Object: C:\Python34\Lib\venv\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: wsgiref , Object: C:\Python34\Lib\wsgiref\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: wsgiref_pycache , Object: C:\Python34\Lib\wsgiref\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tkinter , Object: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test1 , Object: C:\Python34\Lib\tkinter\test\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_ttk , Object: C:\Python34\Lib\tkinter\test\test_ttk\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_ttk_pycache , Object: C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_tkinter , Object: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_tkinter_pycache , Object: C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test1_pycache , Object: C:\Python34\Lib\tkinter\test\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tkinter_pycache , Object: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: lib2to3 , Object: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: fixes , Object: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: fixes_pycache , Object: C:\Python34\Lib\lib2to3\fixes\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tests , Object: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: data , Object: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: fixers , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: myfixes , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: myfixes_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: fixers_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: data_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tests_pycache , Object: C:\Python34\Lib\lib2to3\tests\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: pgen2 , Object: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: pgen2_pycache , Object: C:\Python34\Lib\lib2to3\pgen2\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: lib2to3_pycache , Object: C:\Python34\Lib\lib2to3\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: html , Object: C:\Python34\Lib\html\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: html_pycache , Object: C:\Python34\Lib\html\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: sqlite3 , Object: C:\Python34\Lib\sqlite3\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test , Object: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_pycache , Object: C:\Python34\Lib\sqlite3\test\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: sqlite3_pycache , Object: C:\Python34\Lib\sqlite3\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: http , Object: C:\Python34\Lib\http\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: http_pycache , Object: C:\Python34\Lib\http\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: concurrent , Object: C:\Python34\Lib\concurrent\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: futures , Object: C:\Python34\Lib\concurrent\futures\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: futures_pycache , Object: C:\Python34\Lib\concurrent\futures\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: concurrent_pycache , Object: C:\Python34\Lib\concurrent\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: idlelib , Object: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Icons , Object: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: idle_test , Object: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: idle_test_pycache , Object: C:\Python34\Lib\idlelib\idle_test\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: idlelib_pycache , Object: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: site_packages , Object: C:\Python34\Lib\site-packages\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: asyncio , Object: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: asyncio_pycache , Object: C:\Python34\Lib\asyncio\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Lib_pycache , Object: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: DLLs , Object: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: LAUNCHERDIR , Object: C:\WINDOWS\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: DLLDIR , Object: C:\WINDOWS\system32\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Tools , Object: C:\Python34\Tools\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Scripts , Object: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Scripts_pycache , Object: C:\Python34\Tools\Scripts\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: i18n , Object: C:\Python34\Tools\i18n\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: i18n_pycache , Object: C:\Python34\Tools\i18n\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: pynche , Object: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: pynche_pycache , Object: C:\Python34\Tools\pynche\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: X , Object: C:\Python34\Tools\pynche\X\ MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'. MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 MSI (s) (9C:9C) [21:23:37:647]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:9C) [21:23:37:976]: Allowing uninstallation of shared component: {7A0C5812-2583-40D9-BCBB-CD7485F11377}. Other clients exist, but installed to a different location Action ended 21:23:37: CostFinalize. Return value 1. MSI (s) (9C:9C) [21:23:37:991]: Doing action: UpdateEditIDLE Action 21:23:37: UpdateEditIDLE. Action start 21:23:37: UpdateEditIDLE. MSI (s) (9C:9C) [21:23:38:023]: Creating MSIHANDLE (4) of type 790542 for thread 1436 MSI (s) (9C:D0) [21:23:38:023]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI85E2.tmp, Entrypoint: UpdateEditIDLE MSI (s) (9C:D0) [21:23:38:132]: Closing MSIHANDLE (4) of type 790542 for thread 1436 Action ended 21:23:38: UpdateEditIDLE. Return value 1. MSI (s) (9C:9C) [21:23:38:132]: Doing action: SetODBCFolders Action 21:23:38: SetODBCFolders. Initializing ODBC directories Action start 21:23:38: SetODBCFolders. MSI (s) (9C:9C) [21:23:38:132]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:9C) [21:23:38:132]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 Action ended 21:23:38: SetODBCFolders. Return value 1. MSI (s) (9C:9C) [21:23:38:132]: Doing action: MigrateFeatureStates Action 21:23:38: MigrateFeatureStates. Migrating feature states from related applications Action start 21:23:38: MigrateFeatureStates. MSI (s) (9C:9C) [21:23:38:147]: Skipping MigrateFeatureStates action: not run in maintenance mode Action ended 21:23:38: MigrateFeatureStates. Return value 0. MSI (s) (9C:9C) [21:23:38:147]: Doing action: InstallValidate Action 21:23:38: InstallValidate. Validating install Action start 21:23:38: InstallValidate. MSI (s) (9C:9C) [21:23:38:147]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is '329dd0b5b2b7da4fa8502c918ba268c9'. MSI (s) (9C:9C) [21:23:38:147]: Feature: DefaultFeature; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:9C) [21:23:38:147]: Feature: SharedCRT; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:9C) [21:23:38:147]: Feature: PrivateCRT; Installed: Absent; Request: Null; Action: Null MSI (s) (9C:9C) [21:23:38:147]: Feature: Extensions; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:9C) [21:23:38:147]: Feature: TclTk; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:9C) [21:23:38:147]: Feature: Documentation; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:9C) [21:23:38:147]: Feature: Tools; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:9C) [21:23:38:147]: Feature: pip_feature; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:9C) [21:23:38:147]: Feature: Testsuite; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:9C) [21:23:38:147]: Feature: PrependPath; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:9C) [21:23:38:147]: Component: X; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: TARGETDIR; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: DLLDIR; Installed: Local; Request: Absent; Action: FileAbsent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: python.exe; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: REGISTRY.path; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: pythonw.exe; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: launcher; Installed: Local; Request: Absent; Action: Null; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: launcherw; Installed: Local; Request: Absent; Action: Null; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: DLLs; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: msvcr90; Installed: Absent; Request: Null; Action: Null; Client State: Unknown MSI (s) (9C:9C) [21:23:38:147]: Component: Lib; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Lib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: asyncio; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: asyncio_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: site_packages; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: idlelib; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: idlelib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: idle_test; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: idle_test_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Icons; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: concurrent; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: concurrent_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: futures; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: futures_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: http; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: http_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: sqlite3; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: sqlite3_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: html; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: html_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: lib2to3; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: lib2to3_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: pgen2; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: pgen2_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tests; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tests_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: data; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: data_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: fixers; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: fixers_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: myfixes; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: myfixes_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: fixes; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: fixes_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tkinter; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tkinter_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test1; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test1_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_tkinter; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_tkinter_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_ttk; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_ttk_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: wsgiref; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: wsgiref_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: venv; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: venv_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: nt; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: posix; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: json; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: json_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: curses; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: curses_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: multiprocessing; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: multiprocessing_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: dummy; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: dummy_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: ensurepip; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: ensurepip_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: _bundled; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: logging; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: logging_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: ctypes; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: ctypes_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test2; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test2_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: macholib; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: macholib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test3; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test3_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_asyncio; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_asyncio_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: support; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: support_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: capath; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: encoded_modules; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: encoded_modules_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: imghdrdata; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: decimaltestdata; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: sndhdrdata; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tracedmodules; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tracedmodules_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: crashers; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: crashers_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: cjkencodings; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: leakers; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: leakers_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: subprocessdata; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: subprocessdata_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_json; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_json_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: xmltestdata; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: data1; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: audiodata; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_importlib; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_importlib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: builtin; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: builtin_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: namespace_pkgs; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: module_and_namespace_package; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: module_and_namespace_package_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: a_test; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: child; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: child_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: child1; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: child1_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: child2; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: child2_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: foo; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: foo_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: foo1; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: foo1_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: foo2; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: foo2_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: foo3; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: foo3_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: frozen; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: frozen_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: source; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: source_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: extension; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: extension_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: import_; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: import__pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_email; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_email_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: data2; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: turtledemo; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: turtledemo_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: xml; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: xml_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: dom; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: dom_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: etree; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: etree_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: parsers; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: parsers_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: sax; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: sax_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: email; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: email_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: mime; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: mime_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: urllib; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: urllib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: encodings; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: encodings_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: pydoc_data; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: pydoc_data_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: msilib; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: msilib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: xmlrpc; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: xmlrpc_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: unittest; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: unittest_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test4; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test4_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: testmock; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: testmock_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: collections; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: collections_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: importlib; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: importlib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: distutils; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: distutils_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: command; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: command_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tests1; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tests1_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: dbm; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: dbm_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: TkDLLs; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: include; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: libs; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tcl; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tk8.6; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: ttk; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: msgs; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: images; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: demos; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: images1; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tix8.4.3; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: pref; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: demos1; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: samples; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: bitmaps; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: bitmaps1; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: thread2.7.0; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tdbcsqlite1.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tdbcpostgres1.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tdbcodbc1.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tdbcmysql1.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tdbc1.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tcl8.6; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tzdata; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: US; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Pacific; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: SystemV; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Mexico; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Indian; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Europe; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Etc; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Chile; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Canada; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Atlantic; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Brazil; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Australia; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Asia; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Arctic; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Antarctica; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: America; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: North_Dakota; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Kentucky; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Indiana; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Argentina; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Africa; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: opt0.4; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: msgs1; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: http1.0; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: encoding; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: _8.6; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tdbc; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: _8.5; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: _8.4; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: platform; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: sqlite33.8.0; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: reg1.3; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: itcl4.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: dde1.4; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: i18n; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: i18n_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: pynche; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: pynche_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Scripts; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Scripts_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: pydocgui.pyw; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: documentation; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: REGISTRY.doc; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: REGISTRY; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: REGISTRY.ensurepip; Installed: Local; Request: Absent; Action: Null; Client State: Not Used MSI (s) (9C:9C) [21:23:38:147]: Component: REGISTRY.def; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: REGISTRY.tcl; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: C_CENTRAL_msvcr100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC; Installed: Local; Request: Absent; Action: Null; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: C_CENTRAL_msvcp100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC; Installed: Local; Request: Absent; Action: Null; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: __Lib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __asyncio65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __idlelib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __idle_test65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __concurrent65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __futures65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __http65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __sqlite365; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __html65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __lib2to365; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __pgen265; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __tests65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __data65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __fixers65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __myfixes65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __fixes65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __tkinter65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test165; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test_tkinter65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test_ttk65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __wsgiref65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __venv65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __json65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __curses65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __multiprocessing65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __dummy65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __ensurepip65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __logging65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __ctypes65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test265; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __macholib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test365; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test_asyncio65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __support65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __encoded_modules65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __tracedmodules65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __crashers65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __leakers65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __subprocessdata65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test_json65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test_importlib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __builtin65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __module_and_namespace_package65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __child65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __child165; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __child265; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __foo65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __foo165; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __foo265; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __foo365; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __frozen65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __source65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __extension65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __import_65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test_email65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __turtledemo65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __xml65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __dom65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __etree65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __parsers65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __sax65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __email65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __mime65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __urllib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __encodings65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __pydoc_data65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __msilib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __xmlrpc65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __unittest65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test465; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __testmock65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __collections65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __importlib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __distutils65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __command65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __tests165; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __dbm65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __i18n65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __pynche65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __Scripts65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __TARGETDIR65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __python.exe65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __pythonw.exe65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __REGISTRY.doc65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __REGISTRY65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __REGISTRY.doc66; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __REGISTRY.ensurepip65; Installed: Null; Request: Absent; Action: Null; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __REGISTRY66; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __REGISTRY.tcl65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __REGISTRY.def65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:9C) [21:23:38:147]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:9C) [21:23:38:163]: Note: 1: 2262 2: PublishComponent 3: -2147287038 MSI (s) (9C:9C) [21:23:38:163]: Note: 1: 2262 2: SelfReg 3: -2147287038 MSI (s) (9C:9C) [21:23:38:163]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:9C) [21:23:38:163]: Note: 1: 2262 2: Font 3: -2147287038 MSI (s) (9C:9C) [21:23:38:163]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:9C) [21:23:38:163]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (s) (9C:9C) [21:23:38:163]: Note: 1: 2262 2: DuplicateFile 3: -2147287038 MSI (s) (9C:9C) [21:23:38:163]: Note: 1: 2262 2: ReserveCost 3: -2147287038 MSI (s) (9C:9C) [21:23:42:679]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'. MSI (s) (9C:9C) [21:23:42:679]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:9C) [21:23:42:679]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:9C) [21:23:42:679]: Note: 1: 2262 2: PublishComponent 3: -2147287038 MSI (s) (9C:9C) [21:23:42:679]: Note: 1: 2262 2: SelfReg 3: -2147287038 MSI (s) (9C:9C) [21:23:42:679]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:9C) [21:23:42:679]: Note: 1: 2262 2: Font 3: -2147287038 MSI (s) (9C:9C) [21:23:42:679]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:9C) [21:23:42:679]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (s) (9C:9C) [21:23:42:679]: Note: 1: 2727 2: MSI (s) (9C:9C) [21:23:42:679]: Note: 1: 2205 2: 3: FilesInUse MSI (s) (9C:9C) [21:23:42:710]: Note: 1: 2727 2: Action ended 21:23:42: InstallValidate. Return value 1. MSI (s) (9C:9C) [21:23:42:710]: Doing action: InstallInitialize Action 21:23:42: InstallInitialize. Action start 21:23:42: InstallInitialize. MSI (s) (9C:9C) [21:23:42:710]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:9C) [21:23:42:710]: User policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:9C) [21:23:42:710]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:42:710]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:42:710]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD Action 21:23:42: GenerateScript. Generating script operations for action: GenerateScript: InstallInitialize MSI (s) (9C:9C) [21:23:42:726]: PROPERTY CHANGE: Deleting ProductToBeRegistered property. Its current value is '1'. MSI (s) (9C:9C) [21:23:42:726]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:42:726]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:9C) [21:23:42:726]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:9C) [21:23:42:726]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:9C) [21:23:42:726]: 'python_icon.exe' icon will be removed. MSI (s) (9C:9C) [21:23:42:726]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:42:726]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD Action ended 21:23:42: InstallInitialize. Return value 1. MSI (s) (9C:9C) [21:23:42:726]: Doing action: RemoveExistingProducts Action 21:23:42: RemoveExistingProducts. Removing applications Action start 21:23:42: RemoveExistingProducts. MSI (s) (9C:9C) [21:23:42:726]: Skipping RemoveExistingProducts action: current configuration is maintenance mode or an uninstall Action ended 21:23:42: RemoveExistingProducts. Return value 0. MSI (s) (9C:9C) [21:23:42:726]: Skipping action: AllocateRegistrySpace (condition is false) MSI (s) (9C:9C) [21:23:42:726]: Doing action: ProcessComponents Action 21:23:42: ProcessComponents. Updating component registration Action start 21:23:42: ProcessComponents. 1: Updating component registration Action ended 21:23:42: ProcessComponents. Return value 1. MSI (s) (9C:9C) [21:23:42:882]: Doing action: UnpublishComponents Action 21:23:42: UnpublishComponents. Unpublishing Qualified Components Action start 21:23:42: UnpublishComponents. MSI (s) (9C:9C) [21:23:42:882]: Note: 1: 2262 2: PublishComponent 3: -2147287038 Action ended 21:23:42: UnpublishComponents. Return value 1. MSI (s) (9C:9C) [21:23:42:882]: Doing action: MsiUnpublishAssemblies Action 21:23:42: MsiUnpublishAssemblies. Unpublishing assembly information Action start 21:23:42: MsiUnpublishAssemblies. Action ended 21:23:42: MsiUnpublishAssemblies. Return value 1. MSI (s) (9C:9C) [21:23:42:882]: Doing action: UnpublishFeatures Action 21:23:42: UnpublishFeatures. Unpublishing Product Features Action start 21:23:42: UnpublishFeatures. MSI (s) (9C:9C) [21:23:42:898]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD UnpublishFeatures: Feature: Unpublishing Product Features Action ended 21:23:42: UnpublishFeatures. Return value 1. MSI (s) (9C:9C) [21:23:42:898]: Doing action: StopServices Action 21:23:42: StopServices. Stopping services Action start 21:23:42: StopServices. MSI (s) (9C:9C) [21:23:42:898]: Note: 1: 2262 2: ServiceControl 3: -2147287038 Action ended 21:23:42: StopServices. Return value 1. MSI (s) (9C:9C) [21:23:42:898]: Doing action: DeleteServices Action 21:23:42: DeleteServices. Deleting services Action start 21:23:42: DeleteServices. MSI (s) (9C:9C) [21:23:42:913]: Note: 1: 2262 2: ServiceControl 3: -2147287038 Action ended 21:23:42: DeleteServices. Return value 1. MSI (s) (9C:9C) [21:23:42:913]: Doing action: UnregisterComPlus Action 21:23:42: UnregisterComPlus. Unregistering COM+ Applications and Components Action start 21:23:42: UnregisterComPlus. MSI (s) (9C:9C) [21:23:42:913]: Note: 1: 2262 2: Complus 3: -2147287038 Action ended 21:23:42: UnregisterComPlus. Return value 1. MSI (s) (9C:9C) [21:23:42:913]: Doing action: SelfUnregModules Action 21:23:42: SelfUnregModules. Unregistering modules Action start 21:23:42: SelfUnregModules. MSI (s) (9C:9C) [21:23:42:913]: Note: 1: 2262 2: SelfReg 3: -2147287038 Action ended 21:23:42: SelfUnregModules. Return value 1. MSI (s) (9C:9C) [21:23:42:913]: Doing action: UnregisterTypeLibraries Action 21:23:42: UnregisterTypeLibraries. Unregistering type libraries Action start 21:23:42: UnregisterTypeLibraries. MSI (s) (9C:9C) [21:23:42:913]: Note: 1: 2262 2: TypeLib 3: -2147287038 Action ended 21:23:42: UnregisterTypeLibraries. Return value 1. MSI (s) (9C:9C) [21:23:42:929]: Doing action: RemoveODBC Action 21:23:42: RemoveODBC. Removing ODBC components Action start 21:23:42: RemoveODBC. MSI (s) (9C:9C) [21:23:42:929]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038 MSI (s) (9C:9C) [21:23:42:929]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038 MSI (s) (9C:9C) [21:23:42:929]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 MSI (s) (9C:9C) [21:23:42:929]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 MSI (s) (9C:9C) [21:23:42:929]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:9C) [21:23:42:929]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:9C) [21:23:42:929]: Note: 1: 2711 2: ODBCDriverManager 1: Removing ODBC components MSI (s) (9C:9C) [21:23:42:929]: Note: 1: 2711 2: ODBCDriverManager64 Action ended 21:23:42: RemoveODBC. Return value 1. MSI (s) (9C:9C) [21:23:42:929]: Doing action: UnregisterFonts Action 21:23:42: UnregisterFonts. Unregistering fonts Action start 21:23:42: UnregisterFonts. MSI (s) (9C:9C) [21:23:42:944]: Note: 1: 2262 2: Font 3: -2147287038 Action ended 21:23:42: UnregisterFonts. Return value 1. MSI (s) (9C:9C) [21:23:42:944]: Doing action: RemoveRegistryValues Action 21:23:42: RemoveRegistryValues. Removing system registry values Action start 21:23:42: RemoveRegistryValues. RemoveRegistryValues: Key: Removing system registry values, Name: MSI (s) (9C:9C) [21:23:42:960]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038 Action ended 21:23:42: RemoveRegistryValues. Return value 1. MSI (s) (9C:9C) [21:23:42:960]: Doing action: UnregisterClassInfo Action 21:23:42: UnregisterClassInfo. Unregister Class servers Action start 21:23:42: UnregisterClassInfo. MSI (s) (9C:9C) [21:23:42:960]: Note: 1: 2262 2: Class 3: -2147287038 Action ended 21:23:42: UnregisterClassInfo. Return value 1. MSI (s) (9C:9C) [21:23:42:960]: Doing action: UnregisterExtensionInfo Action 21:23:42: UnregisterExtensionInfo. Unregistering extension servers Action start 21:23:42: UnregisterExtensionInfo. MSI (s) (9C:9C) [21:23:42:960]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:23:42: UnregisterExtensionInfo. Return value 1. MSI (s) (9C:9C) [21:23:42:960]: Doing action: UnregisterProgIdInfo Action 21:23:42: UnregisterProgIdInfo. Unregistering program identifiers Action start 21:23:42: UnregisterProgIdInfo. MSI (s) (9C:9C) [21:23:42:976]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:9C) [21:23:42:976]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:9C) [21:23:42:976]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:9C) [21:23:42:976]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:23:42: UnregisterProgIdInfo. Return value 1. MSI (s) (9C:9C) [21:23:42:976]: Doing action: UnregisterMIMEInfo Action 21:23:42: UnregisterMIMEInfo. Unregistering MIME info Action start 21:23:42: UnregisterMIMEInfo. MSI (s) (9C:9C) [21:23:42:976]: Note: 1: 2262 2: MIME 3: -2147287038 MSI (s) (9C:9C) [21:23:42:976]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:23:42: UnregisterMIMEInfo. Return value 1. MSI (s) (9C:9C) [21:23:42:976]: Doing action: RemoveIniValues Action 21:23:42: RemoveIniValues. Removing INI files entries Action start 21:23:42: RemoveIniValues. MSI (s) (9C:9C) [21:23:42:976]: Note: 1: 2262 2: RemoveIniFile 3: -2147287038 Action ended 21:23:42: RemoveIniValues. Return value 1. MSI (s) (9C:9C) [21:23:42:976]: Doing action: RemoveShortcuts Action 21:23:42: RemoveShortcuts. Removing shortcuts Action start 21:23:42: RemoveShortcuts. RemoveShortcuts: Shortcut: Removing shortcuts Action ended 21:23:42: RemoveShortcuts. Return value 1. MSI (s) (9C:9C) [21:23:42:991]: Doing action: RemoveEnvironmentStrings Action 21:23:42: RemoveEnvironmentStrings. Updating environment strings Action start 21:23:42: RemoveEnvironmentStrings. RemoveEnvironmentStrings: Name: Updating environment strings, Value: , Action Action ended 21:23:42: RemoveEnvironmentStrings. Return value 1. MSI (s) (9C:9C) [21:23:42:991]: Doing action: RemoveDuplicateFiles Action 21:23:42: RemoveDuplicateFiles. Removing duplicated files Action start 21:23:42: RemoveDuplicateFiles. Action ended 21:23:42: RemoveDuplicateFiles. Return value 1. MSI (s) (9C:9C) [21:23:42:991]: Doing action: RemovePip Action 21:23:42: RemovePip. Action start 21:23:43: RemovePip. RemovePip: Action ended 21:23:43: RemovePip. Return value 1. MSI (s) (9C:9C) [21:23:43:007]: Doing action: RemoveFiles Action 21:23:43: RemoveFiles. Removing files Action start 21:23:43: RemoveFiles. RemoveFiles: File: Removing files, Directory: MSI (s) (9C:9C) [21:23:44:163]: Counted 1 foreign folders to be removed. MSI (s) (9C:9C) [21:23:44:163]: Removing foreign folder: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\ Action ended 21:23:44: RemoveFiles. Return value 1. MSI (s) (9C:9C) [21:23:44:179]: Doing action: RemoveFolders Action 21:23:44: RemoveFolders. Removing folders Action start 21:23:44: RemoveFolders. MSI (s) (9C:9C) [21:23:44:210]: Note: 1: 2262 2: LockPermissions 3: -2147287038 RemoveFolders: Folder: Removing folders Action ended 21:23:44: RemoveFolders. Return value 1. MSI (s) (9C:9C) [21:23:44:226]: Doing action: CreateFolders Action 21:23:44: CreateFolders. Creating folders Action start 21:23:44: CreateFolders. MSI (s) (9C:9C) [21:23:44:241]: Note: 1: 2262 2: LockPermissions 3: -2147287038 Action ended 21:23:44: CreateFolders. Return value 1. MSI (s) (9C:9C) [21:23:44:241]: Doing action: MoveFiles Action 21:23:44: MoveFiles. Moving files Action start 21:23:44: MoveFiles. Action ended 21:23:44: MoveFiles. Return value 1. MSI (s) (9C:9C) [21:23:44:241]: Doing action: InstallFiles Action 21:23:44: InstallFiles. Copying new files Action start 21:23:44: InstallFiles. MSI (s) (9C:9C) [21:23:44:257]: Dumping binary patch manager data... MSI (s) (9C:9C) [21:23:44:257]: The file represented by File table key 'GB' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:257]: The file represented by File table key 'py.ico' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:257]: The file represented by File table key 'python.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:257]: The file represented by File table key 'README.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:257]: The file represented by File table key 'NEWS.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:257]: The file represented by File table key 'LICENSE.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:257]: The file represented by File table key 'pythonw.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:257]: The file represented by File table key 'py.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'pyw.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'python34.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'msvcr100.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'weakref.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'colorsys.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'operator.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'linecache.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'sched.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'enum.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'locale.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'netrc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'getpass.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'aifc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key '_pyio.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'binhex.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'abc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'opcode.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'doctest.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'reprlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'tarfile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'asynchat.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'string.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'copyreg.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'traceback.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'imaplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'fractions.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'bz2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'sre_compile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'argparse.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'poplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'mimetypes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'tabnanny.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key '_weakrefset.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'hashlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'getopt.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'uuid.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'fileinput.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'tracemalloc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'modulefinder.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'inspect.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'sysconfig.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'ast.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'trace.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'pickletools.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'token.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'sre_parse.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'copy.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'smtpd.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'pprint.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key '_osx_support.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'plistlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'cProfile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'telnetlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'socket.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key '_compat_pickle.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'shelve.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'random.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'difflib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'stringprep.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'keyword.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'asyncore.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'macpath.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key '_dummy_thread.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'tempfile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'compileall.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'glob.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'warnings.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'queue.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'calendar.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'platform.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'optparse.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'pickle.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'shutil.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'bisect.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'py_compile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'sunau.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'cmd.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'timeit.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'nturl2path.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'datetime.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'heapq.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'configparser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'pipes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'code.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'sre_constants.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key 'hmac.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key 'rlcompleter.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key 'dis.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key 'quopri.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key 'pkgutil.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key '__phello__.foo.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key 'symtable.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key 'base64.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key 'ssl.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key 'selectors.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key 'tty.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key '_markupbase.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'pdb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'pstats.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'nntplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'io.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'statistics.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'ftplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'imghdr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'pyclbr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'cgitb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'functools.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'ipaddress.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'sndhdr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'textwrap.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'subprocess.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'types.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'pydoc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'csv.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'chunk.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'crypt.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'struct.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'turtle.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'xdrlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'runpy.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'shlex.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'cgi.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key '_strptime.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'site.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'tokenize.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'symbol.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'formatter.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'smtplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'gzip.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'codecs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'genericpath.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'mailcap.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'threading.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'this.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'gettext.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'mailbox.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'fnmatch.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'codeop.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'uu.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'dummy_threading.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'filecmp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 're.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'antigravity.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key '_bootlocale.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'ntpath.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'macurl2path.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'decimal.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'socketserver.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'profile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'os.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'numbers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'lzma.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'bdb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'posixpath.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key '_collections_abc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'zipfile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'webbrowser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key 'wave.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key 'contextlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key '_sitebuiltins.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key 'stat.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key 'pathlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key 'pty.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key 'imp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key '__future__.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key '_threading_local.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key 'test_utils.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key 'locks.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key 'protocols.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'constants.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'transports.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'proactor_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'unix_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'base_subprocess.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'subprocess.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key '__init__.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'tasks.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'streams.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'log.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'selector_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'futures.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'base_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'windows_utils.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'queues.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'windows_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'README.txt.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'IOBinding.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'GrepDialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'config_keys.def' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'WindowList.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'idle.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'RstripExtension.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'aboutDialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'ColorDelegator.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'NEWS.txt.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'SearchDialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'SearchDialogBase.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'RemoteObjectBrowser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'configSectionNameDialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'PyShell.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'MultiCall.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'README.txt.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'help.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'FormatParagraph.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'config_extensions.def' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'AutoExpand.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'MultiStatusBar.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'CREDITS.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'CallTips.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'AutoCompleteWindow.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'textView.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'dynOptionMenuWidget.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'ToolTip.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'configDialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key '__main__.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'extend.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'Bindings.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'ScriptBinding.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'run.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'keybindingDialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'config_main.def' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'HISTORY.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'TODO.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'tabbedpages.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'idlever.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'CodeContext.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'Delegator.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'ClassBrowser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key '__init__.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'rpc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'RemoteDebugger.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'AutoComplete.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'SearchEngine.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'ParenMatch.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'Debugger.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'config_highlight.def' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'WidgetRedirector.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'macosxSupport.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'ScrolledList.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'CallTipWindow.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'PathBrowser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'testcode.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'FileList.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'idle.bat' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'HyperParser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'OutputWindow.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'ChangeLog' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'configHelpSourceEdit.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'configHandler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'StackViewer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'ObjectBrowser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'TreeWidget.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'idle.pyw' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'PyParse.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'UndoDelegator.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'Percolator.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'EditorWindow.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'IdleHistory.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'ZoomHeight.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'ReplaceDialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'test_delegator.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'test_warning.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'test_rstrip.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'test_text.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'mock_idle.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'test_formatparagraph.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key '__init__.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'test_config_name.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'htest.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'test_calltips.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'test_grep.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'mock_tk.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'test_searchengine.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'test_pathbrowser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'README.txt.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'test_idlehistory.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'openfolder.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'plusnode.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'idle_32.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'idle_48.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'idle_16.png' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'idle.ico' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'minusnode.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'tk.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'idle_32.png' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'idle_16.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'python.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'folder.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'idle.icns' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'idle_48.png' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key '__init__.py.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'process.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'thread.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key '__init__.py.4' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key '_base.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'client.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'cookies.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'cookiejar.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'server.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key '__init__.py.5' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'dbapi2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'dump.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key '__init__.py.6' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'dbapi.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'dump.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'regression.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'userfunctions.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key '__init__.py.7' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'factory.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'types.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'transactions.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'hooks.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'parser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key '__init__.py.8' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'entities.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'pygram.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'btm_utils.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'main.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'pytree.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'patcomp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key '__main__.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'fixer_util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key '__init__.py.9' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'btm_matcher.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'fixer_base.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'Grammar.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'PatternGrammar.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'refactor.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'token.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'conv.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'tokenize.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'pgen.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key '__init__.py.10' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'driver.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'parse.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'literals.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'grammar.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'test_parser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key '__init__.py.11' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'test_main.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'test_refactor.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'test_all_fixers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'support.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'pytree_idempotency.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'test_util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'test_fixers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'test_pytree.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'different_encoding.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'bom.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'infinite_recursion.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'crlf.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'false_encoding.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'py3_test_grammar.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'README.txt.4' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'py2_test_grammar.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'parrot_example.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'no_fixer_cls.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'bad_order.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_preorder.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_explicit.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_first.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key '__init__.py.12' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_last.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_parrot.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_import.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_urllib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_except.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_itertools_imports.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_dict.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_future.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_basestring.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_execfile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_imports2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_asserts.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_raw_input.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_nonzero.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_isinstance.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_idioms.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_zip.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_next.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_funcattrs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_itertools.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_callable.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_standarderror.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_map.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_exec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_intern.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_xrange.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_getcwdu.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_apply.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_imports.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_reduce.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_paren.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_operator.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_xreadlines.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_long.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_sys_exc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_input.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_tuple_params.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_filter.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_numliterals.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_renames.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_throw.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_buffer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_set_literal.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_methodattrs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_ne.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_repr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_types.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_raise.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_has_key.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_metaclass.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_ws_comma.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key '__init__.py.13' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'fix_exitfunc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'fix_reload.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'fix_print.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'fix_unicode.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key '_fix.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'ttk.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'messagebox.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'font.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'constants.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'dnd.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'tix.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key '__main__.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key '__init__.py.14' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'simpledialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'dialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'colorchooser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'filedialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'commondialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'scrolledtext.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'runtktests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'support.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key '__init__.py.15' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'README.txt.5' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'widget_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'test_widgets.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'test_font.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'test_variables.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'test_text.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'test_geometry_managers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'test_misc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key '__init__.py.16' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'test_loadtk.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'test_style.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'test_extensions.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'test_functions.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'test_widgets.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key '__init__.py.17' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'simple_server.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key '__init__.py.18' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'headers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'handlers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'validate.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key '__main__.py.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key '__init__.py.19' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'Activate.ps1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'activate.bat' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'deactivate.bat' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'activate' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'activate.fish' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'activate.csh' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'tool.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'scanner.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'decoder.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key '__init__.py.20' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'encoder.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'has_key.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'ascii.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'textpad.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key '__init__.py.21' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'panel.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'sharedctypes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'context.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'resource_sharer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'spawn.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'synchronize.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'reduction.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'util.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'popen_forkserver.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key '__init__.py.22' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'process.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'connection.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'popen_fork.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'semaphore_tracker.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'pool.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'heap.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'popen_spawn_win32.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'managers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'queues.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'popen_spawn_posix.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'forkserver.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'connection.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key '__init__.py.23' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key '__main__.py.4' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key '_uninstall.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key '__init__.py.24' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'setuptools_2.1_py2.py3_none_any.whl' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'pip_1.5.6_py2.py3_none_any.whl' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'config.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'handlers.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key '__init__.py.25' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key '_endian.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'util.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key '__init__.py.26' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'wintypes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_functions.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_values.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_python_api.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_pointers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_frombuffer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_refcounts.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_as_parameter.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_pickling.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_cfuncs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_byteswap.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_numbers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_macholib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_integers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_win32.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_sizes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_random_things.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_bitfields.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_keeprefs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_struct_fields.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_pep3118.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_stringptr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_loading.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_incomplete.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_funcptr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_parameters.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_unaligned_structures.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_repr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_bytes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_buffers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_prototypes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_simplesubclasses.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_varsize_struct.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_callbacks.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'runtests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_checkretval.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_array_in_pointer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_returnfuncptrs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_errno.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_slicing.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_delattr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_init.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_strings.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_unicode.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_wintypes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_objects.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_internals.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_libc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key '__init__.py.27' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_anon.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_structures.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_errcheck.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_cast.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_arrays.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_memfunctions.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_find.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'fetch_macholib' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'README.ctypes' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key '__init__.py.28' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'dyld.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'framework.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'dylib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'fetch_macholib.bat' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'test_codecencodings_hk.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'test_parser.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'test_ttk_textonly.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'badsyntax_future3.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'badsyntax_future8.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'test___future__.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'test_compileall.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_strftime.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_tuple.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_resource.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_codecmaps_tw.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_epoll.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_pty.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_normalization.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'outstanding_bugs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_subprocess.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_codecs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_socketserver.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_webbrowser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_pwd.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_grammar.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_htmlparser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_getopt.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_bool.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_startfile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_print.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_format.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'test_tracemalloc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'audiotest.au' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'list_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'keycert3.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'sortperf.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'profilee.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'test_zlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'test_idle.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'badsyntax_future10.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'test_pep3131.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'check_soundcard.vbs' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'test_nis.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'test_pkgimport.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_fileio.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_sunau.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_threaded_import.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'badsyntax_future5.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_multiprocessing_fork.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_logging.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_strlit.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_ctypes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_urllib_response.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'dis_module.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_httpservers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'keycert.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_int.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_extcall.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'empty.vbs' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_timeit.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_telnetlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_lib2to3.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_copyreg.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_descrtut.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_codecencodings_cn.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_codecencodings_kr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_urllib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'pydocfodder.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_urlparse.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_contains.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'time_hashlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_pickle.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'ssl_cert.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'inspect_fodder2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'revocation.crl' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_robotparser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_platform.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_buffer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'mapping_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_future5.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_genexps.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_pdb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_sort.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_sys_setprofile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_multibytecodec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_hashlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'inspect_fodder.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_cmd.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_list.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_generators.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_zipfile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_winreg.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_iter.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_zipfile64.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_datetime.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'badcert.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_runpy.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_stat.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_codecencodings_jp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_gdb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_cmd_line.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_tk.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_time.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_univnewlines.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_imp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_macurl2path.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_fork1.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key '_test_multiprocessing.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_pep3151.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_charmapcodec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_rlcompleter.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_string.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_eof.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_lzma.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_xmlrpc_net.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_asyncore.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_types.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_devpoll.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_decorators.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_hash.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_signal.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_msilib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_base64.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_dbm.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_enumerate.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_dbm_dumb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'https_svn_python_org_root.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_deque.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'mailcap.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_pstats.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_zipimport.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_doctest.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_binop.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'warning_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_stringprep.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_imghdr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_sys.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_tokenize.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'pyclbr_input.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_tarfile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_pickletools.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_timeout.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'test_difflib_expect.html' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'fork_wait.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'zip_cp437_header.zip' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'test_xml_etree_c.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key '__main__.py.5' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'test_cgitb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'test_configparser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'doctest_aliases.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'test_curses.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'badsyntax_pep3120.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'zipdir.zip' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'test_defaultdict.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'test_float.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'test_exceptions.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'test_httplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'badsyntax_future4.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'test_multiprocessing_main_handling.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'test_heapq.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'test_venv.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'test__locale.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'test_xml_etree.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'script_helper.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'test_userlist.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'pydoc_mod.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'keycert4.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'test_cgi.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'test_wave.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'sample_doctest.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'test_capi.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_strptime.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_pow.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_future4.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_ttk_guionly.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_pep247.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_unary.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_ioctl.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_asynchat.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_collections.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_multiprocessing_forkserver.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_gzip.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_uuid.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'lock_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_bz2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_code.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_doctest2.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_bigmem.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_xdrlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_traceback.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_codecencodings_tw.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_codecmaps_jp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test___all__.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_xmlrpc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_codecencodings_iso2022.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_plistlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_tools.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_metaclass.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_smtpd.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_modulefinder.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_struct.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_tcl.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_richcmp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_call.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'Sine_1000Hz_300ms.aif' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_support.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_wait3.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'sgml_input.html' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_enum.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_kqueue.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'cmath_testcases.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_zipimport_support.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_structseq.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'future_test1.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_argparse.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'sample_doctest_no_doctests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_distutils.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_ftplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'double_const.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_io.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'mime.types' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'pystone.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_aifc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'tokenize_tests_utf8_coding_cookie_and_no_utf8_bom_sig.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_mailbox.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_module.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'future_test2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_popen.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'badkey.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'tokenize_tests_utf8_coding_cookie_and_utf8_bom_sig.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_sundry.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_macpath.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'sample_doctest_no_docstrings.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_codecmaps_kr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_gettext.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'pycakey.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_mimetypes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_pathlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_grp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_imaplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'randv2_32.pck' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_pkgutil.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'string_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_decimal.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_sys_settrace.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'tokenize_tests_latin1_coding_cookie_and_utf8_bom_sig.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'audiotests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'xmltests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_fractions.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'coding20731.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_errno.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_pep292.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_shutil.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_int_literal.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key '__init__.py.29' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_threading_local.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_urllibnet.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_future.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_os.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_shlex.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_crypt.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_isinstance.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_ssl.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_index.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_multiprocessing_spawn.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_sysconfig.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_thread.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 're_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'final_b.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_codecmaps_hk.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_future3.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_typechecks.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'badsyntax_future7.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'curses_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_codeccallbacks.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'exception_hierarchy.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_flufl.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_weakset.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_reprlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_bigaddrspace.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_unicodedata.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_dynamic.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_dummy_thread.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'relimport.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_listcomps.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_ast.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_pep380.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_memoryio.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_docxmlrpc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_setcomps.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_builtin.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'randv3.pck' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'keycert.passwd.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_compare.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'test_contextlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'win_console_handler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'regrtest.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'test_abc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'test_longexp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'test_cprofile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'test_property.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'test_faulthandler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'test_array.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'test_doctest.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'test_threadedtempfile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'test_profile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key '_185test.db' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'pickletester.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'tokenize_tests_no_coding_cookie_and_utf8_bom_sig_only.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'nullbytecert.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_getpass.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'badsyntax_future6.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_smtpnet.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'seq_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'make_ssl_certs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_opcodes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_super.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_copy.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'pycacert.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_pprint.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_uu.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_urllib2net.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_descr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_wsgiref.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'bad_coding2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_bytes.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'pstats.pck' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_frame.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_http_cookies.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'test_strtod.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'test_symtable.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'nokia.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'test_tempfile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'ssl_key.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'test_pep3120.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'testtar.tar' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'test_fnmatch.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'test_threading.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'ssl_servers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'test_finalization.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'test_crashers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'test_marshal.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_operator.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'multibytecodec_support.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_numeric_tower.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'testcodec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_codeop.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_textwrap.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_py_compile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_ipaddress.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'ssltests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_ensurepip.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_quopri.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_doctest4.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'mock_socket.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'tf_inherit_check.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_dbm_gnu.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_memoryview.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_keyword.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'sha256.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_smtplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'threaded_import_hangers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_sax.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_range.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_sqlite.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_dynamicclassattribute.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_pep352.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_unpack.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_netrc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_userstring.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'tokenize_tests.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_pep277.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_sndhdr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_pipes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_wait4.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_dummy_threading.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'test_poplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'test_random.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'test_sched.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'test_pydoc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'test_unittest.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'test_bisect.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'test_ossaudiodev.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'test_statistics.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'cfgparser.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'cfgparser.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'cfgparser.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'test_dis.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'test_binascii.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'datetimetester.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'test_selectors.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'ieee754.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'floating_points.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'test_calendar.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'mp_fork_bomb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'test_pkg.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'test_optparse.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'test_global.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'test_unicode.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'test_site.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'test_class.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'test_itertools.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'test_audioop.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'badsyntax_3131.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'test_nntplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'test_ntpath.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'formatfloat_testcases.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'test_codecmaps_cn.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'test_posix.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'test_posixpath.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'test_concurrent_futures.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'test_complex.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'memory_watchdog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'test_functools.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'test_socket.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_pyclbr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_code_module.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_doctest2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test__osx_support.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_trace.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'nullcert.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_poll.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_inspect.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'reperf.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_exception_variations.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_threadsignals.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_structmembers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'gdb_sample.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_genericpath.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_colorsys.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_scope.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_fcntl.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'autotest.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_iterlen.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_fileinput.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_import.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_binhex.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'math_testcases.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_linecache.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'buffer_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_queue.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_cmath.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_re.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_compile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_peepholer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_largefile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_unicode_file.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_shelve.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_html.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_dbm_ndbm.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_regrtest.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_abstract_numbers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_funcattrs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_http_cookiejar.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_file.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_urllib2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_csv.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_pyexpat.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'badsyntax_future9.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_syntax.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_openpty.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_unpack_ex.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_dictviews.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_mmap.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_source_encoding.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_atexit.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_minidom.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_file_eintr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'keycert2.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_select.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_filecmp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_long.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'ssl_key.passwd.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'final_a.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test__opcode.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_slice.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_winsound.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_mailcap.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_urllib2_localnet.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_osx_env.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_gc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'randv2_64.pck' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_set.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_hmac.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_bufio.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_cmd_line_script.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_ucn.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'bad_coding.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_userdict.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_weakref.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'bytecode_helper.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_locale.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_keywordonlyarg.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_glob.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_pulldom.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_math.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_doctest3.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'dh512.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_readline.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_dict.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_augassign.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_raise.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_xml_dom_minicompat.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_with.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_warnings.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_getargs2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_dictcomps.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_syslog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_difflib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_transports.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key '__init__.py.30' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'pycacert.pem.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'echo3.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_proactor_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_unix_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_tasks.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_locks.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_windows_utils.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'echo.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key '__main__.py.6' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'test_subprocess.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'test_queues.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'test_selector_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'test_base_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'test_streams.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'ssl_cert.pem.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'ssl_key.pem.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'keycert3.pem.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'echo2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'test_windows_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'test_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'test_futures.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key '__init__.py.31' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key '_6e88d7b8.0' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key '_99d0fa06.0' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key '_4e1295a3.0' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key '_5ed36f99.0' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'module_iso_8859_1.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'module_koi8_r.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key '__init__.py.32' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.tiff' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.png' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.pbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.sgi' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.ras' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.jpg' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.ppm' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.bmp' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.gif.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.pgm' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'ddCompare.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'dqPlus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'dqScaleB.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'ddCompareTotal.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'dqAbs.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'ddMaxMag.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'ddNextToward.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'ddDivide.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'dqMaxMag.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'multiply.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'abs.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'ddScaleB.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:319]: The file represented by File table key 'ddClass.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:319]: The file represented by File table key 'shift.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:319]: The file represented by File table key 'subtract.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:319]: The file represented by File table key 'dqCompareSig.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:319]: The file represented by File table key 'decDouble.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:319]: The file represented by File table key 'samequantum.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:319]: The file represented by File table key 'maxmag.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:319]: The file represented by File table key 'dqOr.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:319]: The file represented by File table key 'dqRotate.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:319]: The file represented by File table key 'tointegral.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'dqCompareTotal.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'ddXor.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'dqCopySign.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'decSingle.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'dqCanonical.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'dqSameQuantum.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'min.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'dqCopyNegate.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'xor.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'ddNextMinus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'copy.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'randoms.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'log10.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'dqSubtract.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'dqShift.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'dqFMA.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'testall.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'ddMinMag.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'reduce.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'comparetotmag.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'dqEncode.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'add.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'dqXor.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'ddEncode.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'dqLogB.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'invert.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'ddOr.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'ddRemainder.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'dqBase.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'ddAnd.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'ddCopy.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'ddMinus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'ddInvert.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'dqMax.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'fma.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'and.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'dqDivide.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'ddMin.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'copyabs.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'dqReduce.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'ln.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'ddCopySign.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'decQuad.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'nextminus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'ddShift.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'plus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'ddCopyNegate.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'clamp.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'ddSameQuantum.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'remainderNear.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'ddToIntegral.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'ddPlus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'rotate.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'ddMax.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'remainder.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'dqRemainder.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'quantize.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'dqMultiply.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'dqMinMag.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'max.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'extra.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'copysign.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'compare.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'squareroot.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'dqAdd.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'dqClass.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'ddCompareTotalMag.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'dqDivideInt.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'ddAbs.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'base.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'ddCompareSig.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'ddDivideInt.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'dqQuantize.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'dqCompare.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'dqToIntegral.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'dqRemainderNear.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'dqCopy.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'randomBound32.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'ddBase.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'dqCompareTotalMag.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'dsEncode.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'rounding.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'exp.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'ddQuantize.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'comparetotal.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'minmag.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'nexttoward.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'dqNextMinus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'ddReduce.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'ddAdd.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'or.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'tointegralx.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'dqMin.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'dqNextToward.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'ddNextPlus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'minus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'divide.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'dqMinus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'inexact.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'powersqrt.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'dqAnd.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'copynegate.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'rescale.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'divideint.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'ddCanonical.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'ddCopyAbs.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'ddFMA.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'scaleb.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'dsBase.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'ddRotate.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'ddSubtract.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'dqNextPlus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'dqInvert.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'logb.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'power.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'dqCopyAbs.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'ddMultiply.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'ddLogB.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'ddRemainderNear.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'class.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'nextplus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'sndhdr.aifc' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'sndhdr.au' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'sndhdr.wav' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'sndhdr.aiff' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'sndhdr.voc' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'sndhdr.8svx' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'sndhdr.hcom' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'README.txt.6' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'sndhdr.sndt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'testmod.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key '__init__.py.33' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'mutation_inside_cyclegc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'bogus_code_obj.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'infinite_loop_re.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'trace_at_recursion_limit.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'README.txt.7' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'underlying_dict.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'recursive_call.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'gc_inspection.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'gbk_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'big5.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'gb2312.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'iso2022_jp.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'euc_jisx0213_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'euc_kr.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'iso2022_kr.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'iso2022_kr_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'shift_jisx0213_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'gbk.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'big5hkscs.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'big5hkscs_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'euc_kr_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'shift_jis.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'euc_jisx0213.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'iso2022_jp_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'cp949.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'euc_jp.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'gb18030.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'hz_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'cp949_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'gb2312_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'big5_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'johab_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'hz.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'euc_jp_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'gb18030_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'johab.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'shift_jisx0213.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'shift_jis_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'test_selftype.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key '__init__.py.34' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'README.txt.8' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'test_ctypes.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'qgrep.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'fd_status.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'input_reader.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'sigchild_ignore.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'qcat.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'test_tool.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'test_unicode.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'test_recursion.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'test_enum.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'test_dump.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key '__main__.py.7' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'test_fail.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'test_float.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'test_separators.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'test_pass1.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key '__init__.py.35' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'test_scanstring.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'test_speedups.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'test_decode.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'test_pass3.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'test_pass2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'test_default.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'test_encode_basestring_ascii.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'test_indent.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'test.xml' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'simple.xml' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'simple_ns.xml' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'test.xml.out' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'README.txt.9' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm24.au' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm8.wav' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm8.aiff' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm32.wav' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm32.aiff' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm24.aiff' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm16.aiff' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_ulaw.aifc' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm16.au' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm24.wav' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm8.au' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_alaw.aifc' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_ulaw.au' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm32.au' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm16.wav' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'test_namespace_pkgs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key '__main__.py.8' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'test_abc.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'util.py.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key '__init__.py.36' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'regrtest.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'abc.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'test_util.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'test_spec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'test_api.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'test_windows.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'test_locks.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'test_finder.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'util.py.4' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key '__init__.py.37' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'test_loader.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'nested_portion1.zip' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'top_level_portion1.zip' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'missing_directory.zip' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'a_test.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'empty' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'three.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'one.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'two.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'two.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'one.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'one.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key '__init__.py.38' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'one.py.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'two.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'test_finder.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key '__init__.py.39' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'test_loader.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'test_case_sensitivity.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'util.py.5' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'test_path_hook.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'test_file_loader.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'test_source_encoding.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key '__init__.py.40' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'test_finder.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'test_case_sensitivity.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'util.py.6' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'test_path_hook.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key '__init__.py.41' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'test_loader.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'test_finder.py.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test_path.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test_packages.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test_meta_path.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test___loader__.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'util.py.7' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key '__init__.py.42' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test_api.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test_relative_imports.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test_caching.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test_fromlist.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test___package__.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test_asian_codecs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test_generator.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test_defect_handling.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test_parser.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test_inversion.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key '__main__.py.9' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test_policy.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test_contentmanager.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key '__init__.py.43' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test_message.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test_email.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test__header_value_parser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test_pickleable.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'torture_test.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test_headerregistry.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test_utils.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test__encoded_words.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'msg_06.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'msg_20.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'PyBanner048.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'msg_01.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'msg_32.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'msg_14.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_23.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_40.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_42.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_03.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_27.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_18.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_17.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_30.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_16.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_37.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_21.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_41.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_28.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_24.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_13.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_46.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_22.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_31.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_11.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_35.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_33.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_34.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_07.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_08.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_09.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_29.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_44.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_12.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_19.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_36.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_45.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_15.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_43.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'msg_05.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'msg_39.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'msg_02.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'msg_10.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'audiotest.au.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'msg_25.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'msg_12a.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'msg_04.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'msg_26.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'msg_38.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'clock.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'two_canvases.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key '__init__.py.44' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'colormixer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'about_turtledemo.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'peace.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'chaos.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'yinyang.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'wikipedia.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'bytedesign.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'paint.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'turtle.cfg' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key '__main__.py.10' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'demohelp.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'planet_and_moon.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'forest.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'minimal_hanoi.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'lindenmayer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'round_dance.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'fractalcurves.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'tree.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'about_turtle.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'nim.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'penrose.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key '__init__.py.45' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'domreg.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'pulldom.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key '__init__.py.46' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'minidom.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'NodeFilter.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'expatbuilder.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'xmlbuilder.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'minicompat.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'ElementTree.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'ElementInclude.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key '__init__.py.47' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'ElementPath.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'cElementTree.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'expat.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key '__init__.py.48' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'handler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'saxutils.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key '__init__.py.49' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'expatreader.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key '_exceptions.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'xmlreader.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'policy.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key '_policybase.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'base64mime.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'errors.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'contentmanager.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key '_header_value_parser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'encoders.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'feedparser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'header.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key '_parseaddr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'charset.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'utils.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'architecture.rst' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'message.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'headerregistry.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'iterators.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key '_encoded_words.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key '__init__.py.50' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'parser.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'quoprimime.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'generator.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'nonmultipart.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'message.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'application.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'base.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key '__init__.py.51' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'multipart.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'audio.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'image.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'text.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'request.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key '__init__.py.52' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'parse.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'error.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'response.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'robotparser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'cp860.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'cp424.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'iso8859_7.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'iso2022_kr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'iso8859_8.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'cp1125.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'idna.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'rot_13.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'cp037.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'cp500.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'cp1140.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'mac_roman.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'cp950.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'mac_iceland.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'cp65001.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'cp856.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'charmap.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'quopri_codec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'punycode.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'cp864.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'cp1253.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'euc_kr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'mac_greek.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'iso8859_1.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'cp932.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'cp862.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'iso8859_4.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'mbcs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'mac_croatian.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'shift_jis.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'iso8859_5.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'utf_8.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'shift_jisx0213.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'cp1258.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'cp1252.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'big5.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'cp949.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'cp775.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'bz2_codec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'cp857.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'utf_32_le.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'utf_16.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'utf_32_be.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'iso2022_jp_3.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'cp437.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'mac_farsi.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'aliases.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'cp866.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'utf_7.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'utf_16_be.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'mac_romanian.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'koi8_r.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'euc_jis_2004.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'iso2022_jp_ext.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'utf_16_le.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'palmos.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'koi8_u.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'iso2022_jp_1.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'cp1254.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'gbk.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'cp1250.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'mac_centeuro.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'iso8859_15.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'ptcp154.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'utf_32.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'gb2312.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'euc_jisx0213.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'ascii.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'gb18030.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'mac_cyrillic.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'cp273.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'cp863.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'undefined.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'base64_codec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'hex_codec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'cp855.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'iso8859_3.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'tis_620.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'big5hkscs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'mac_latin2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'cp720.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'cp1256.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'iso8859_14.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'iso8859_9.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'hp_roman8.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'cp737.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'cp1257.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'unicode_internal.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'cp874.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'cp865.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'johab.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'iso8859_13.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'unicode_escape.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'euc_jp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'mac_arabic.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'utf_8_sig.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'raw_unicode_escape.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'cp850.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'cp1026.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'cp1006.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'cp1251.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'iso8859_16.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'hz.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'cp875.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'cp1255.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'latin_1.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'shift_jis_2004.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'cp858.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'iso8859_2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'iso2022_jp_2004.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'iso8859_6.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'iso2022_jp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'iso8859_11.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'cp869.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'cp861.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'cp852.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'uu_codec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'iso2022_jp_2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'zlib_codec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key '__init__.py.53' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'mac_turkish.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'iso8859_10.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'topics.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key '_pydoc.css' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key '__init__.py.54' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'sequence.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'schema.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key '__init__.py.55' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'text.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'client.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'server.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key '__init__.py.56' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'signals.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'runner.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'main.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key '__main__.py.11' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'suite.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'util.py.8' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'mock.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:851]: The file represented by File table key 'result.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:852]: The file represented by File table key '__init__.py.57' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:853]: The file represented by File table key 'case.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:854]: The file represented by File table key 'loader.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:855]: The file represented by File table key 'test_skipping.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:855]: The file represented by File table key 'test_functiontestcase.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:856]: The file represented by File table key '_test_warnings.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:857]: The file represented by File table key 'test_case.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:858]: The file represented by File table key 'test_program.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:859]: The file represented by File table key '__main__.py.12' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:860]: The file represented by File table key 'test_loader.py.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:862]: The file represented by File table key 'test_setups.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:863]: The file represented by File table key '__init__.py.58' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:863]: The file represented by File table key 'support.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:864]: The file represented by File table key 'dummy.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:866]: The file represented by File table key 'test_suite.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:866]: The file represented by File table key 'test_break.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:867]: The file represented by File table key 'test_runner.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:868]: The file represented by File table key 'test_discovery.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:869]: The file represented by File table key 'test_result.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:869]: The file represented by File table key 'test_assertions.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:870]: The file represented by File table key 'testwith.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:871]: The file represented by File table key '__main__.py.13' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:872]: The file represented by File table key 'testsentinel.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:872]: The file represented by File table key '__init__.py.59' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:873]: The file represented by File table key 'support.py.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'testmagicmethods.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'testcallable.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'testpatch.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'testhelpers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'testmock.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key '__main__.py.14' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key '__init__.py.60' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'abc.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'abc.py.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key '_bootstrap.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'util.py.9' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key '__init__.py.61' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'machinery.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'ccompiler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'archive_util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'spawn.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'dist.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'text_file.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'cygwinccompiler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'filelist.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'config.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'unixccompiler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'dir_util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'errors.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'dep_util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'README.txt.10' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'extension.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'debug.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'version.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'bcppcompiler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'core.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'log.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'file_util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'fancy_getopt.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'cmd.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'util.py.10' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key '__init__.py.62' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'sysconfig.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'msvccompiler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'versionpredicate.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'msvc9compiler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'bdist_rpm.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'upload.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'clean.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'wininst_9.0_amd64.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'install_headers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'install_data.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'wininst_8.0.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'build_scripts.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'register.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'config.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'install_lib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'build_py.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'build_ext.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'build.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'check.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'bdist_msi.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'wininst_7.1.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'bdist.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'wininst_9.0.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'wininst_10.0_amd64.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'wininst_10.0.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'bdist_dumb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'sdist.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'wininst_6.0.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'install_scripts.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'install.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'install_egg_info.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'build_clib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key '__init__.py.63' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'bdist_wininst.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'command_template' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_filelist.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_upload.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_file_util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_dep_util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_archive_util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_log.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_install_data.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_bdist_dumb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_check.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_build_scripts.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_bdist_msi.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_msvc9compiler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'Setup.sample' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_dir_util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_cygwinccompiler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_unixccompiler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_dist.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_config_cmd.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_register.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_install.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_config.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_clean.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_versionpredicate.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_install_scripts.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_sysconfig.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_build_py.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_cmd.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_install_headers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_util.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_build_clib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_install_lib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_build.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_bdist_rpm.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_text_file.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_extension.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_version.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'support.py.4' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key '__init__.py.64' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_bdist.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_sdist.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_core.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_bdist_wininst.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_spawn.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_build_ext.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'dumb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'gnu.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key '__init__.py.65' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'ndbm.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'pyc.ico' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'pyexpat.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key 'select.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key 'unicodedata.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key 'winsound.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_bz2.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_elementtree.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_socket.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_ssl.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_testcapi.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_msi.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_ctypes.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_ctypes_test.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_sqlite3.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_hashlib.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_multiprocessing.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_lzma.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_decimal.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_testbuffer.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_testimportmultiple.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_overlapped.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key 'python3.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key 'sqlite3.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key '_tkinter.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'tcl86t.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'tk86t.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'abstract.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'accu.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'asdl.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'ast.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'bitset.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'bltinmodule.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'boolobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'bytearrayobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'bytesobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'bytes_methods.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'cellobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'ceval.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'classobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'code.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'codecs.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'compile.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'complexobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'datetime.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'descrobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'dictobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'dtoa.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'dynamic_annotations.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'enumobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'errcode.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'eval.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'fileobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'fileutils.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'floatobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'frameobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'funcobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'genobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'graminit.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'grammar.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'import.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'intrcheck.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'iterobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'listobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'longintrepr.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'longobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'marshal.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'memoryobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'metagrammar.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'methodobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'modsupport.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'moduleobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'namespaceobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'node.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'object.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'objimpl.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'opcode.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'osdefs.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'parsetok.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'patchlevel.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'pgen.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'pgenheaders.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'pyarena.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'pyatomic.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'pycapsule.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'pyctype.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pydebug.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pyerrors.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pyexpat.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pyfpe.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pygetopt.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pyhash.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pymacconfig.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pymacro.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pymath.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pymem.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pyport.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pystate.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pystrcmp.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pystrtod.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'Python_ast.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'Python.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pythonrun.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pythread.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pytime.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'py_curses.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'rangeobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'setobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'sliceobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'structmember.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'structseq.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'symtable.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'sysmodule.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'token.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'traceback.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'tupleobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'typeslots.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'ucnhash.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'unicodeobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'warnings.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'weakrefobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'pyconfig.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'pyexpat.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'select.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'unicodedata.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'winsound.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key '_bz2.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key '_elementtree.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key '_socket.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_ssl.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_testcapi.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_msi.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_ctypes.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_ctypes_test.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_sqlite3.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_hashlib.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_multiprocessing.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_lzma.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_decimal.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_testbuffer.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_testimportmultiple.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_overlapped.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_tkinter.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key 'python34.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key 'python3.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key 'itclstub40.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key 'tcl86t.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key 'tclConfig.sh' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key 'tclooConfig.sh' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'tclstub86.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'tk86t.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'tkstub86.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'bgerror.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'button.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'choosedir.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'clrpick.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'comdlg.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'console.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'dialog.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'entry.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'focus.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'fontchooser.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'iconlist.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'icons.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'license.terms' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'listbox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'megawidget.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'menu.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'mkpsenc.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'msgbox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'obsolete.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'optMenu.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'palette.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'panedwindow.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'pkgIndex.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'safetk.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'scale.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'scrlbar.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'spinbox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'tclIndex' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'tearoff.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'text.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'tk.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'tkfbox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'unsupported.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'xmfbox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'altTheme.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'aquaTheme.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'button.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'clamTheme.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'classicTheme.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'combobox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'cursors.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'defaults.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'entry.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'fonts.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'menubutton.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'notebook.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'panedwindow.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'progress.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'scale.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'scrollbar.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'sizegrip.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'spinbox.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'treeview.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'ttk.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'utils.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'vistaTheme.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'winTheme.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'xpTheme.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'cs.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'da.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'de.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'el.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'en.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'en_gb.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'eo.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'es.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'fr.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'hu.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'it.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'nl.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'pl.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'pt.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'ru.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'sv.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'lamp.png' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'lamp.svg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'logo.eps' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'logo100.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'logo64.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'logoLarge.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'logoMed.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'pwrdLogo.eps' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'pwrdLogo100.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'pwrdLogo150.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'pwrdLogo175.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'pwrdLogo200.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'pwrdLogo75.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'README' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'tai_ku.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'anilabel.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'aniwave.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'arrow.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'bind.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'bitmap.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'browse' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'button.tcl.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'check.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'clrpick.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'colors.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'combo.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'cscroll.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'ctext.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'dialog1.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'dialog2.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'en.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'entry1.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'entry2.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'entry3.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'filebox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'floor.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'fontchoose.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'form.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'goldberg.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'hello' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'hscale.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'icon.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'image1.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'image2.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'items.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'ixset' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'knightstour.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'label.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'labelframe.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'license.terms.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'mclist.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'menu.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'menubu.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'msgbox.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'nl.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'paned1.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'paned2.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'pendulum.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'plot.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'puzzle.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'radio.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'README.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'rmt' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'rolodex' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'ruler.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'sayings.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'search.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'spin.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'square' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'states.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'style.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'tclIndex.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'tcolor' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'text.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'textpeer.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'timer' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'toolbar.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'tree.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'ttkbut.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'ttkmenu.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'ttknote.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'ttkpane.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'ttkprogress.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'ttkscale.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'twind.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'unicodeout.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'vscale.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'widget' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'earth.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'earthris.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'flagdown.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'flagup.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'gray25.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'letters.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'noletter.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'ouster.png' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'pattern.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'tcllogo.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'teapot.ppm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'Balloon.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'BtnBox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'ChkList.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'CObjView.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'ComboBox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'Compat.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'Console.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'Control.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'DefSchm.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'DialogS.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'DirBox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'DirDlg.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'DirList.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'DirTree.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'DragDrop.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'DtlList.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'EFileBox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'EFileDlg.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'Event.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'FileBox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'FileCbx.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'FileDlg.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'FileEnt.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'FloatEnt.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'fs.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'Grid.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'HList.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'HListDD.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'IconView.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'Init.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'LabEntry.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'LabFrame.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'LabWidg.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'ListNBk.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'Makefile' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'Meter.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'MultView.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'NoteBook.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'OldUtil.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'OptMenu.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'PanedWin.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'pkgIndex.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'PopMenu.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'Primitiv.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'ResizeH.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'Select.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'SGrid.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'Shell.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'SHList.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'SimpDlg.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'SListBox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'StackWin.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'StatBar.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'StdBBox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'StdShell.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'SText.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'STList.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'SWidget.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'SWindow.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'Tix.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'tix84.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'tix84.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'TList.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'Tree.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'Utils.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'Variable.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'VResize.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'VStack.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key 'VTree.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key 'WInfo.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key '_10Point.fs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key '_10Point.fsc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key '_12Point.fs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key '_12Point.fsc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key '_14Point.fs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key '_14Point.fsc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key 'Bisque.cs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key 'Bisque.csc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key 'Blue.cs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key 'Blue.csc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key 'Gray.cs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key 'Gray.csc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'Makefile.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'Old12Pt.fs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'Old14Pt.fs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'pkgIndex.tcl.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'SGIGray.cs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'SGIGray.csc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'TixGray.cs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'TixGray.csc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'tixmkpref' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'TK.cs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'TK.csc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'TK.fs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'TK.fsc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'TkWin.cs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'TkWin.csc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'TkWin.fs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'TkWin.fsc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'WmDefault.cs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'WmDefault.csc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'WmDefault.fs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'WmDefault.fsc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'WmDefault.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'WmDefault.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'WmDefault.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'MkChoose.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'MkDirLis.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'MkSample.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'MkScroll.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'tclIndex.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'tixwidgets.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'widget.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'AllSampl.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'ArrowBtn.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'Balloon.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'BtnBox.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'ChkList.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'CmpImg.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'CmpImg1.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'CmpImg2.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'CmpImg3.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'CmpImg4.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'CObjView.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'ComboBox.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'Control.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'DirDlg.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'DirList.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'DirTree.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'DragDrop.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'DynTree.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'EditGrid.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'EFileDlg.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'FileDlg.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'FileEnt.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'HList1.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'LabEntry.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'LabFrame.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'ListNBK.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'Meter.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'NoteBook.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'OptMenu.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'PanedWin.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'PopMenu.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'Sample.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'Select.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'SGrid0.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'SGrid1.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'SHList.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'SHList2.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'SListBox.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'StdBBox.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'SText.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'STList1.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'STList2.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'STList3.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'SWindow.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'Tree.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'Xpm.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'Xpm1.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'about.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'bold.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'capital.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'centerj.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'code.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'combobox.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'combobox.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'drivea.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'drivea.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'exit.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'filebox.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'filebox.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'harddisk.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'harddisk.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'italic.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'justify.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'leftj.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'netw.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'netw.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'network.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'network.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'optmenu.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'rightj.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'select.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'tix.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'underlin.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'act_fold.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'act_fold.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'act_fold.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'balarrow.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'cbxarrow.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'ck_def.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'ck_off.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'ck_on.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'cross.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'decr.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'drop.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'file.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'file.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'file.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'folder.gif.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'folder.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'folder.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'harddisk.xbm.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'hourglas.mask' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'hourglas.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'incr.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'info.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'info.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'maximize.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'minimize.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'minus.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'minus.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'minus.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'minusarm.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'minusarm.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'minusarm.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'mktransgif.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'network.xbm.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'no_entry.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'no_entry.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'openfile.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'openfold.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'openfold.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'openfold.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'plus.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'plus.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'plus.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'plusarm.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'plusarm.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'plusarm.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'resize1.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'resize2.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'restore.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'srcfile.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'srcfile.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'srcfile.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'system.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'textfile.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'textfile.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'textfile.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'tick.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'warning.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'warning.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'pkgIndex.tcl.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'thread.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'thread27.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'tpool.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'tsv.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'ttrace.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'ttrace.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'tdbc_sqlite3.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'pkgIndex.tcl.4' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'tdbcpostgres.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'tdbcpostgres100.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'pkgIndex.tcl.5' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'tdbcodbc.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'tdbcodbc100.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'tdbc_odbc.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'pkgIndex.tcl.6' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbcmysql.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbcmysql100.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbc_mysql.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'pkgIndex.tcl.7' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbc.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbc.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbc100.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbcConfig.sh' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbcstub100.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbc_connection.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbc_mapSqlState.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbc_resultset.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbc_statement.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbc_tokenize.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'auto.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'clock.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'history.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'init.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'package.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'parray.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'safe.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'tclIndex.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'tm.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'word.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'CET' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'CST6CDT' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'Cuba' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'EET' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'Egypt' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'Eire' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'EST' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'EST5EDT' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'GB_Eire' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'GMT' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'GMT_0' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'GMT_0.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'GMT0' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Greenwich' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Hongkong' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'HST' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Iceland' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Iran' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Israel' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Jamaica' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Japan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Kwajalein' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Libya' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'MET' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'MST' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'MST7MDT' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Navajo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'NZ' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'NZ_CHAT' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Poland' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Portugal' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'PRC' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'PST8PDT' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'ROC' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'ROK' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Singapore' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Turkey' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'UCT' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Universal' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'UTC' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'W_SU' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'WET' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Zulu' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Alaska' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Aleutian' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Arizona' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Central' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'East_Indiana' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Eastern' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Hawaii' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Indiana_Starke' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Michigan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Mountain' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'Pacific' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'Pacific_New' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'Samoa' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'AST4' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'AST4ADT' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'CST6' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'CST6CDT.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'EST5' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'EST5EDT.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'HST10' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'MST7' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'MST7MDT.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'PST8' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'PST8PDT.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'YST9' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'YST9YDT' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'Apia' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'Auckland' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'Chatham' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'Chuuk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Easter' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Efate' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Enderbury' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Fakaofo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Fiji' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Funafuti' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Galapagos' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Gambier' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Guadalcanal' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Guam' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Honolulu' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Johnston' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Kiritimati' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Kosrae' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Kwajalein.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Majuro' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Marquesas' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Midway' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Nauru' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Niue' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Norfolk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Noumea' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Pago_Pago' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Palau' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Pitcairn' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Pohnpei' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Ponape' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Port_Moresby' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Rarotonga' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Saipan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Samoa.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Tahiti' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Tarawa' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Tongatapu' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Truk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Wake' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Wallis' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Yap' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'BajaNorte' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'BajaSur' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'General' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Antananarivo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Chagos' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Christmas' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Cocos' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Comoro' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Kerguelen' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Mahe' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Maldives' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Mauritius' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Mayotte' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Reunion' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Amsterdam' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Andorra' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Athens' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Belfast' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Belgrade' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Berlin' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Bratislava' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Brussels' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Bucharest' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Budapest' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Busingen' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Chisinau' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Copenhagen' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Dublin' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Gibraltar' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Guernsey' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Helsinki' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Isle_of_Man' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Istanbul' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Jersey' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Kaliningrad' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Kiev' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Lisbon' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Ljubljana' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'London' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Luxembourg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Madrid' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Malta' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Mariehamn' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Minsk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Monaco' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Moscow' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Nicosia' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Oslo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Paris' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Podgorica' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Prague' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Riga' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Rome' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Samara' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'San_Marino' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Sarajevo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Simferopol' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Skopje' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Sofia' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Stockholm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Tallinn' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Tirane' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Tiraspol' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Uzhgorod' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Vaduz' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'Vatican' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'Vienna' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'Vilnius' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'Volgograd' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'Warsaw' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'Zagreb' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'Zaporozhye' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'Zurich' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_0.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_10' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_11' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_12' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_2' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_3' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_4' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_5' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_6' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_7' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_8' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_9' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_0.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_1.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_10.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_11.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_12.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_13' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_14' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_2.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_3.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_4.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_5.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_6.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_7.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_8.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_9.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT0.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'Greenwich.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'UCT.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'Universal.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'UTC.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Zulu.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Continental' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'EasterIsland' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Atlantic' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Central.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'East_Saskatchewan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Eastern.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Mountain.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Newfoundland' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Pacific.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Saskatchewan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Yukon' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Acre' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'DeNoronha' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'East' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'West' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'ACT' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Adelaide' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Brisbane' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Broken_Hill' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Canberra' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Currie' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Darwin' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Eucla' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Hobart' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'LHI' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Lindeman' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Lord_Howe' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Melbourne' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'North' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'NSW' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Perth' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Queensland' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'South' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Sydney' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Tasmania' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Victoria' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'West.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Yancowinna' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Azores' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Bermuda' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Canary' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Cape_Verde' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Faeroe' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Faroe' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Jan_Mayen' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Madeira' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Reykjavik' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'South_Georgia' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Stanley' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'St_Helena' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Aden' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Almaty' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Amman' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Anadyr' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Aqtau' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Aqtobe' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Ashgabat' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Ashkhabad' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Baghdad' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Bahrain' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Baku' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Bangkok' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Beirut' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Bishkek' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Brunei' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Calcutta' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Choibalsan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Chongqing' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Chungking' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Colombo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Dacca' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Damascus' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Dhaka' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Dili' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Dubai' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Dushanbe' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Gaza' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Harbin' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Hebron' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Hong_Kong' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Hovd' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Ho_Chi_Minh' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Irkutsk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Istanbul.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Jakarta' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Jayapura' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Jerusalem' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Kabul' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Kamchatka' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Karachi' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Kashgar' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Kathmandu' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Katmandu' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Khandyga' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Kolkata' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Krasnoyarsk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Kuala_Lumpur' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Kuching' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Kuwait' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Macao' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Macau' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Magadan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Makassar' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Manila' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Muscat' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Nicosia.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Novokuznetsk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Novosibirsk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Omsk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Oral' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Phnom_Penh' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Pontianak' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Pyongyang' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Qatar' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Qyzylorda' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Rangoon' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Riyadh' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Saigon' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Sakhalin' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Samarkand' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Seoul' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Shanghai' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Singapore.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Taipei' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Tashkent' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Tbilisi' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Tehran' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Tel_Aviv' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Thimbu' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Thimphu' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Tokyo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Ujung_Pandang' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Ulaanbaatar' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Ulan_Bator' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Urumqi' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Ust_Nera' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Vientiane' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Vladivostok' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Yakutsk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Yekaterinburg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Yerevan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Longyearbyen' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Casey' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Davis' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'DumontDUrville' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Macquarie' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Mawson' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'McMurdo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Palmer' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Rothera' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'South_Pole' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Syowa' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Vostok' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Adak' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Anchorage' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Anguilla' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Antigua' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Araguaina' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Aruba' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Asuncion' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Atikokan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Atka' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Bahia' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Bahia_Banderas' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Barbados' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Belem' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Belize' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Blanc_Sablon' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Boa_Vista' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Bogota' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Boise' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Buenos_Aires' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Cambridge_Bay' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Campo_Grande' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Cancun' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Caracas' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Catamarca' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Cayenne' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Cayman' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Chicago' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Chihuahua' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Coral_Harbour' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Cordoba' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Costa_Rica' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Creston' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Cuiaba' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Curacao' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Danmarkshavn' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Dawson' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Dawson_Creek' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Denver' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Detroit' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Dominica' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Edmonton' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Eirunepe' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'El_Salvador' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Ensenada' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Fortaleza' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Fort_Wayne' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Glace_Bay' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Godthab' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Goose_Bay' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Grand_Turk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Grenada' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Guadeloupe' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Guatemala' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Guayaquil' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Guyana' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Halifax' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Havana' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Hermosillo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Indianapolis' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Inuvik' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Iqaluit' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Jamaica.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Jujuy' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Juneau' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Knox_IN' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Kralendijk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'La_Paz' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Lima' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Los_Angeles' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Louisville' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Lower_Princes' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Maceio' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Managua' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Manaus' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Marigot' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Martinique' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Matamoros' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Mazatlan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Mendoza' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Menominee' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Merida' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Metlakatla' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Mexico_City' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Miquelon' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Moncton' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Monterrey' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Montevideo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Montreal' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Montserrat' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Nassau' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'New_York' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Nipigon' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Nome' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Noronha' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Ojinaga' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Panama' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Pangnirtung' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Paramaribo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Phoenix' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Port_au_Prince' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Porto_Acre' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Porto_Velho' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Port_of_Spain' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Puerto_Rico' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Rainy_River' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Rankin_Inlet' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Recife' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Regina' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Resolute' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Rio_Branco' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Rosario' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Santarem' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Santa_Isabel' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Santiago' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Santo_Domingo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Sao_Paulo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Scoresbysund' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Shiprock' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Sitka' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'St_Barthelemy' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'St_Johns' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'St_Kitts' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'St_Lucia' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'St_Thomas' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'St_Vincent' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Swift_Current' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Tegucigalpa' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Thule' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Thunder_Bay' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Tijuana' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Toronto' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Tortola' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Vancouver' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Virgin' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Whitehorse' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Winnipeg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Yakutat' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Yellowknife' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Beulah' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Center' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'New_Salem' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Louisville.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Monticello' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Indianapolis.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Knox' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Marengo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Petersburg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Tell_City' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Vevay' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Vincennes' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Winamac' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Buenos_Aires.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Catamarca.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'ComodRivadavia' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Cordoba.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Jujuy.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'La_Rioja' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Mendoza.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Rio_Gallegos' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Salta' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'San_Juan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'San_Luis' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Tucuman' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Ushuaia' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Abidjan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Accra' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Addis_Ababa' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Algiers' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Asmara' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Asmera' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Bamako' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Bangui' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Banjul' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Bissau' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Blantyre' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Brazzaville' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Bujumbura' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Cairo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Casablanca' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Ceuta' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Conakry' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Dakar' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Dar_es_Salaam' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Djibouti' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Douala' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'El_Aaiun' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Freetown' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Gaborone' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Harare' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Johannesburg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Juba' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Kampala' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Khartoum' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Kigali' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Kinshasa' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Lagos' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Libreville' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Lome' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Luanda' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Lubumbashi' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Lusaka' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Malabo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Maputo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Maseru' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Mbabane' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Mogadishu' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Monrovia' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Nairobi' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Ndjamena' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Niamey' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Nouakchott' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Ouagadougou' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Porto_Novo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Sao_Tome' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Timbuktu' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Tripoli' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Tunis' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Windhoek' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'optparse.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'pkgIndex.tcl.8' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'af.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'af_za.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'ar.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'ar_in.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'ar_jo.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'ar_lb.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'ar_sy.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'be.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'bg.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'bn.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'bn_in.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'ca.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'cs.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'da.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'de.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'de_at.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'de_be.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'el.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'en_au.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'en_be.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'en_bw.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'en_ca.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'en_gb.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'en_hk.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'en_ie.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'en_in.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'en_nz.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'en_ph.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'en_sg.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'en_za.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'en_zw.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'eo.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_ar.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_bo.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_cl.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_co.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_cr.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_do.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_ec.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_gt.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_hn.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_mx.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_ni.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_pa.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_pe.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_pr.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'es_py.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'es_sv.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'es_uy.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'es_ve.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'et.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'eu.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'eu_es.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'fa.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'fa_in.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'fa_ir.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'fi.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'fo.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'fo_fo.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'fr.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'fr_be.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'fr_ca.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'fr_ch.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'ga.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'ga_ie.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'gl.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'gl_es.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'gv.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'gv_gb.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'he.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'hi.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'hi_in.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'hr.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'hu.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'id.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'id_id.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'is.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'it.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'it_ch.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'ja.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'kl.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'kl_gl.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'ko.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'kok.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'kok_in.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'ko_kr.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'kw.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'kw_gb.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'lt.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'lv.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'mk.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'mr.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'mr_in.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'ms.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'ms_my.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'mt.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'nb.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'nl.msg.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'nl_be.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'nn.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'pl.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'pt.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'pt_br.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'ro.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'ru.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'ru_ua.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'sh.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'sk.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'sl.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'sq.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'sr.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'sv.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'sw.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'ta.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'ta_in.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'te.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'te_in.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'th.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'tr.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'uk.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'vi.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'zh.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'zh_cn.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'zh_hk.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'zh_sg.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'zh_tw.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'http.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'pkgIndex.tcl.9' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'ascii.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'big5.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp1250.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp1251.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp1252.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp1253.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp1254.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp1255.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp1256.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp1257.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp1258.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp437.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp737.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp775.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp850.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp852.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp855.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp857.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp860.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp861.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp862.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp863.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp864.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp865.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp866.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp869.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp874.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp932.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp936.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp949.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp950.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'dingbats.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'ebcdic.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'euc_cn.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'euc_jp.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'euc_kr.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'gb12345.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'gb1988.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'gb2312_raw.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'gb2312.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'iso2022_jp.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'iso2022_kr.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso2022.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_1.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_10.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_13.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_14.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_15.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_16.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_2.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_3.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_4.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_5.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_6.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_7.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_8.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_9.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'jis0201.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'jis0208.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'jis0212.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'koi8_r.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'koi8_u.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'ksc5601.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'macCentEuro.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'macCroatian.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'macCyrillic.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'macDingbats.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'macGreek.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'macIceland.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'macJapan.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'macRoman.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'macRomania.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'macThai.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'macTurkish.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'macUkraine.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'shiftjis.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'symbol.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'tis_620.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'http_2.8.7.tm' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'sqlite3_1.0.0.tm' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'msgcat_1.5.2.tm' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'tcltest_2.3.6.tm' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'platform_1.0.12.tm' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'shell_1.1.4.tm' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'pkgIndex.tcl.10' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'sqlite3.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'sqlite3380t.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'pkgIndex.tcl.11' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'tclreg13.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'itcl.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'itcl40t.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'itclHullCmds.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'itclWidget.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'pkgIndex.tcl.12' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'pkgIndex.tcl.13' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'tcldde14.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'makelocalealias.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'msgfmt.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'pygettext.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'ChipViewer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'ColorDB.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'DetailsViewer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'ListViewer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'Main.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'pyColorChooser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'PyncheWidget.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'StripViewer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'Switchboard.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'TextViewer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'TypeinViewer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key '__init__.py.66' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'pynche.pyw' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'html40colors.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'namedcolors.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'webcolors.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'websafe.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'rgb.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'xlicense.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'README.txt.11' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'abitype.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'analyze_dxp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'byext.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'byteyears.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'checkpip.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'checkpyc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'cleanfuture.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'combinerefs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'copytime.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'crlf.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'db2pickle.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'diff.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'dutree.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'eptags.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'find_uname.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'finddiv.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'findlinksto.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'findnocoding.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'find_recursionlimit.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'fixcid.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'fixdiv.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'fixheader.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'fixnotice.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'fixps.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'ftpmirror.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'get_remote_certificate.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'google.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'gprof2html.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'h2py.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'highlight.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'ifdef.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'import_diagnostics.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'lfcr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'linktree.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'lll.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'mailerdaemon.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'make_ctype.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'md5sum.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'mkreal.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'ndiff.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'nm2def.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'objgraph.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'parseentities.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'parse_html5_entities.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'patchcheck.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'pathfix.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'pdeps.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'pickle2db.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'pindent.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'ptags.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'pysource.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'reindent_rst.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'reindent.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'rgrep.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'run_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'serve.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'suff.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'svneol.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'texi2html.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'treesync.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'untabify.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'which.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'win_add2path.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'README.txt.12' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key '_2to3.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'pydoc3.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'pyvenv.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'pydocgui.pyw' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:187]: The file represented by File table key 'python341.chm' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:187]: The file represented by File table key 'F_CENTRAL_msvcr100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:187]: Chain for F_CENTRAL_msvcr100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC starts with cached baseline file for 3.4.1150 (simulated sequence 0) MSI (s) (9C:9C) [21:23:47:187]: The file represented by File table key 'F_CENTRAL_msvcp100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:187]: Chain for F_CENTRAL_msvcp100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC starts with cached baseline file for 3.4.1150 (simulated sequence 0) MSI (s) (9C:9C) [21:23:47:187]: Dumping binary patch manager data... MSI (s) (9C:9C) [21:23:47:187]: Note: 1: 2262 2: LockPermissions 3: -2147287038 MSI (s) (9C:9C) [21:23:47:187]: Note: 1: 2205 2: 3: MsiPatchOldAssemblyFile MSI (s) (9C:9C) [21:23:47:187]: Note: 1: 2228 2: 3: MsiPatchOldAssemblyFile 4: SELECT `MsiPatchOldAssemblyFile`.`Assembly_` FROM `MsiPatchOldAssemblyFile` WHERE `MsiPatchOldAssemblyFile`.`File_` = ? MSI (s) (9C:9C) [21:23:47:187]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (9C:9C) [21:23:47:187]: Note: 1: 2205 2: 3: MsiSFCBypass MSI (s) (9C:9C) [21:23:47:187]: Note: 1: 2228 2: 3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ? InstallFiles: File: Copying new files, Directory: , Size: Action ended 21:23:47: InstallFiles. Return value 1. MSI (s) (9C:9C) [21:23:47:218]: Skipping action: UpdatePip (condition is false) MSI (s) (9C:9C) [21:23:47:218]: Skipping action: CompilePyc (condition is false) MSI (s) (9C:9C) [21:23:47:218]: Skipping action: CompilePyo (condition is false) MSI (s) (9C:9C) [21:23:47:218]: Skipping action: CompileGrammar (condition is false) MSI (s) (9C:9C) [21:23:47:218]: Doing action: PatchFiles Action 21:23:47: PatchFiles. Patching files Action start 21:23:47: PatchFiles. MSI (s) (9C:9C) [21:23:47:218]: Note: 1: 2262 2: Error 3: -2147287038 Action ended 21:23:47: PatchFiles. Return value 1. MSI (s) (9C:9C) [21:23:47:218]: Doing action: DuplicateFiles Action 21:23:47: DuplicateFiles. Creating duplicate files Action start 21:23:47: DuplicateFiles. Action ended 21:23:47: DuplicateFiles. Return value 1. MSI (s) (9C:9C) [21:23:47:218]: Doing action: BindImage Action 21:23:47: BindImage. Binding executables Action start 21:23:47: BindImage. MSI (s) (9C:9C) [21:23:47:218]: Note: 1: 2262 2: BindImage 3: -2147287038 Action ended 21:23:47: BindImage. Return value 1. MSI (s) (9C:9C) [21:23:47:218]: Doing action: CreateShortcuts Action 21:23:47: CreateShortcuts. Creating shortcuts Action start 21:23:47: CreateShortcuts. MSI (s) (9C:9C) [21:23:47:234]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:234]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:234]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:234]: Note: 1: 2235 2: 3: DisplayResourceDLL 4: SELECT `Shortcut`,`Name`, `FileName`, `Component`.`Directory_`, `Arguments`, `WkDir`, `Icon_`, `IconIndex`, `Hotkey`, `ShowCmd`, `Shortcut`.`Description`, `Shortcut`.`Directory_`, `Component`.`RuntimeFlags`, `Component`.`Action`, `Target`, `ComponentId`, `Feature`.`Action`, `Component`.`Installed`, `DisplayResourceDLL`, `DisplayResourceId`, `DescriptionResourceDLL`, `DescriptionResourceId` From `Shortcut`, `Feature`, `Component`, `File` WHERE `Target` = `Feature` AND `Shortcut`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2) OR (`Feature`.`Action` = 4 AND `Feature`.`Installed` = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)) OR (`Feature`.`Action` = NULL AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4))) MSI (s) (9C:9C) [21:23:47:234]: Note: 1: 2205 2: 3: MsiShortcutProperty MSI (s) (9C:9C) [21:23:47:234]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:234]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:234]: Note: 1: 2235 2: 3: DisplayResourceDLL 4: SELECT `Shortcut`,`Name`, `Target`, null, `Arguments`, `WkDir`, `Icon_`, `IconIndex`, `Hotkey`, `ShowCmd`, `Shortcut`.`Description`, `Shortcut`.`Directory_`, `Component`.`RuntimeFlags`, null, null, null, null, null, `DisplayResourceDLL`, `DisplayResourceId`, `DescriptionResourceDLL`, `DescriptionResourceId` From `Shortcut`, `Component` WHERE `Shortcut`.`Component_` = `Component` AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) MSI (s) (9C:9C) [21:23:47:234]: Note: 1: 2205 2: 3: MsiShortcutProperty Action ended 21:23:47: CreateShortcuts. Return value 1. MSI (s) (9C:9C) [21:23:47:234]: Doing action: RegisterClassInfo Action 21:23:47: RegisterClassInfo. Registering Class servers Action start 21:23:47: RegisterClassInfo. MSI (s) (9C:9C) [21:23:47:234]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:234]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:234]: Note: 1: 2262 2: Class 3: -2147287038 Action ended 21:23:47: RegisterClassInfo. Return value 1. MSI (s) (9C:9C) [21:23:47:234]: Doing action: RegisterExtensionInfo Action 21:23:47: RegisterExtensionInfo. Registering extension servers Action start 21:23:47: RegisterExtensionInfo. MSI (s) (9C:9C) [21:23:47:234]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:234]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:234]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:23:47: RegisterExtensionInfo. Return value 1. MSI (s) (9C:9C) [21:23:47:234]: Doing action: RegisterProgIdInfo Action 21:23:47: RegisterProgIdInfo. Registering program identifiers Action start 21:23:47: RegisterProgIdInfo. MSI (s) (9C:9C) [21:23:47:250]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:250]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:250]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:9C) [21:23:47:250]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:9C) [21:23:47:250]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:250]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:250]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:9C) [21:23:47:250]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:23:47: RegisterProgIdInfo. Return value 1. MSI (s) (9C:9C) [21:23:47:250]: Doing action: RegisterMIMEInfo Action 21:23:47: RegisterMIMEInfo. Registering MIME info Action start 21:23:47: RegisterMIMEInfo. MSI (s) (9C:9C) [21:23:47:250]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:250]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:250]: Note: 1: 2262 2: MIME 3: -2147287038 MSI (s) (9C:9C) [21:23:47:250]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:23:47: RegisterMIMEInfo. Return value 1. MSI (s) (9C:9C) [21:23:47:250]: Doing action: WriteRegistryValues Action 21:23:47: WriteRegistryValues. Writing system registry values Action start 21:23:47: WriteRegistryValues. MSI (s) (9C:9C) [21:23:47:265]: Note: 1: 2262 2: LockPermissions 3: -2147287038 Action ended 21:23:47: WriteRegistryValues. Return value 1. MSI (s) (9C:9C) [21:23:47:265]: Doing action: WriteIniValues Action 21:23:47: WriteIniValues. Writing INI files values Action start 21:23:47: WriteIniValues. Action ended 21:23:47: WriteIniValues. Return value 1. MSI (s) (9C:9C) [21:23:47:265]: Doing action: WriteEnvironmentStrings Action 21:23:47: WriteEnvironmentStrings. Updating environment strings Action start 21:23:47: WriteEnvironmentStrings. Action ended 21:23:47: WriteEnvironmentStrings. Return value 1. MSI (s) (9C:9C) [21:23:47:265]: Doing action: RegisterFonts Action 21:23:47: RegisterFonts. Registering fonts Action start 21:23:47: RegisterFonts. MSI (s) (9C:9C) [21:23:47:265]: Note: 1: 2262 2: Font 3: -2147287038 Action ended 21:23:47: RegisterFonts. Return value 1. MSI (s) (9C:9C) [21:23:47:265]: Doing action: InstallODBC Action 21:23:47: InstallODBC. Installing ODBC components Action start 21:23:47: InstallODBC. MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2711 2: ODBCDriverManager MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2711 2: ODBCDriverManager64 MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038 MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038 MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038 MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038 MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038 MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038 Action ended 21:23:47: InstallODBC. Return value 0. MSI (s) (9C:9C) [21:23:47:281]: Doing action: RegisterTypeLibraries Action 21:23:47: RegisterTypeLibraries. Registering type libraries Action start 21:23:47: RegisterTypeLibraries. MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: TypeLib 3: -2147287038 Action ended 21:23:47: RegisterTypeLibraries. Return value 1. MSI (s) (9C:9C) [21:23:47:281]: Doing action: SelfRegModules Action 21:23:47: SelfRegModules. Registering modules Action start 21:23:47: SelfRegModules. MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: SelfReg 3: -2147287038 Action ended 21:23:47: SelfRegModules. Return value 1. MSI (s) (9C:9C) [21:23:47:296]: Doing action: RegisterComPlus Action 21:23:47: RegisterComPlus. Registering COM+ Applications and Components Action start 21:23:47: RegisterComPlus. MSI (s) (9C:9C) [21:23:47:296]: Note: 1: 2262 2: Complus 3: -2147287038 Action ended 21:23:47: RegisterComPlus. Return value 1. MSI (s) (9C:9C) [21:23:47:296]: Doing action: InstallServices Action 21:23:47: InstallServices. Installing new services Action start 21:23:47: InstallServices. MSI (s) (9C:9C) [21:23:47:296]: Note: 1: 2262 2: LockPermissions 3: -2147287038 MSI (s) (9C:9C) [21:23:47:296]: Note: 1: 2262 2: ServiceInstall 3: -2147287038 Action ended 21:23:47: InstallServices. Return value 1. MSI (s) (9C:9C) [21:23:47:296]: Doing action: StartServices Action 21:23:47: StartServices. Starting services Action start 21:23:47: StartServices. MSI (s) (9C:9C) [21:23:47:296]: Note: 1: 2262 2: ServiceControl 3: -2147287038 Action ended 21:23:47: StartServices. Return value 1. MSI (s) (9C:9C) [21:23:47:312]: Doing action: RegisterUser Action 21:23:47: RegisterUser. Registering user Action start 21:23:47: RegisterUser. Action ended 21:23:47: RegisterUser. Return value 0. MSI (s) (9C:9C) [21:23:47:312]: Doing action: RegisterProduct Action 21:23:47: RegisterProduct. Registering product Action start 21:23:47: RegisterProduct. Action ended 21:23:47: RegisterProduct. Return value 1. MSI (s) (9C:9C) [21:23:47:312]: Doing action: PublishComponents Action 21:23:47: PublishComponents. Publishing Qualified Components Action start 21:23:47: PublishComponents. MSI (s) (9C:9C) [21:23:47:312]: Note: 1: 2262 2: PublishComponent 3: -2147287038 Action ended 21:23:47: PublishComponents. Return value 1. MSI (s) (9C:9C) [21:23:47:312]: Doing action: MsiPublishAssemblies Action 21:23:47: MsiPublishAssemblies. Publishing assembly information Action start 21:23:47: MsiPublishAssemblies. Action ended 21:23:47: MsiPublishAssemblies. Return value 1. MSI (s) (9C:9C) [21:23:47:328]: Doing action: PublishFeatures Action 21:23:47: PublishFeatures. Publishing Product Features Action start 21:23:47: PublishFeatures. Action ended 21:23:47: PublishFeatures. Return value 1. MSI (s) (9C:9C) [21:23:47:328]: Doing action: PublishProduct Action 21:23:47: PublishProduct. Publishing product information Action start 21:23:47: PublishProduct. MSI (s) (9C:9C) [21:23:47:328]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD 1: Publishing product information MSI (s) (9C:9C) [21:23:47:328]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:328]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD Action ended 21:23:47: PublishProduct. Return value 1. MSI (s) (9C:9C) [21:23:47:328]: Doing action: InstallFinalize Action 21:23:47: InstallFinalize. Action start 21:23:47: InstallFinalize. MSI (s) (9C:9C) [21:23:47:343]: Running Script: C:\WINDOWS\Installer\MSI9851.tmp MSI (s) (9C:9C) [21:23:47:343]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'. MSI (s) (9C:9C) [21:23:47:343]: Note: 1: 2265 2: 3: -2147287035 MSI (s) (9C:9C) [21:23:47:343]: Machine policy value 'DisableRollback' is 0 MSI (s) (9C:9C) [21:23:47:359]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (9C:9C) [21:23:47:359]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1163045622,LangId=1033,Platform=589824,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1) MSI (s) (9C:9C) [21:23:47:359]: Executing op: ProductInfo(ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},ProductName=Python 3.4.1 (64-bit),PackageName=python-3.4.1.amd64.msi,Language=1033,Version=50594942,Assignment=1,ObsoleteArg=0,,,PackageCode={A3D6909A-868F-4BF0-8F8B-7CAA65BDD455},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=2) MSI (s) (9C:9C) [21:23:47:359]: Executing op: DialogInfo(Type=0,Argument=1033) MSI (s) (9C:9C) [21:23:47:359]: Executing op: DialogInfo(Type=1,Argument=Python 3.4.1 (64-bit)) MSI (s) (9C:9C) [21:23:47:359]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1]) MSI (s) (9C:9C) [21:23:47:359]: Executing op: SetBaseline(Baseline=0,) MSI (s) (9C:9C) [21:23:47:359]: Executing op: SetBaseline(Baseline=1,) MSI (s) (9C:9C) [21:23:47:359]: Executing op: ActionStart(Name=InstallInitialize,,) Action 21:23:47: InstallInitialize. MSI (s) (9C:9C) [21:23:47:375]: Executing op: ProductUnregister(UpgradeCode={6A965A0C-6EE6-4E3A-9983-3263F56311EC}) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} MSI (s) (9C:9C) [21:23:47:375]: Note: 1: 1402 2: UNKNOWN\Products\BC24845D167FAB0388F1F18F12CD44FD\Transforms 3: 2 MSI (s) (9C:9C) [21:23:47:375]: Note: 1: 1402 2: UNKNOWN\Products\BC24845D167FAB0388F1F18F12CD44FD\Transforms 3: 2 MSI (s) (9C:9C) [21:23:47:375]: Scheduling file 'C:\WINDOWS\Installer\20094.msi' for deletion during post-install cleanup (not post-reboot). MSI (s) (9C:9C) [21:23:47:390]: Executing op: ProductCPDisplayInfoUnregister() MSI (s) (9C:9C) [21:23:47:390]: Executing op: ProductUnpublish(PackageKey={A3D6909A-868F-4BF0-8F8B-7CAA65BDD455}) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} MSI (s) (9C:9C) [21:23:47:390]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:390]: Executing op: UpgradeCodeUnpublish(UpgradeCode={6A965A0C-6EE6-4E3A-9983-3263F56311EC}) MSI (s) (9C:9C) [21:23:47:390]: Executing op: IconRemove(Icon=python_icon.exe,) 1: python_icon.exe MSI (s) (9C:9C) [21:23:47:390]: Scheduling file 'C:\WINDOWS\Installer\{D54842CB-F761-30BA-881F-1FF821DC44DF}\python_icon.exe' for deletion during post-install cleanup (not post-reboot). MSI (s) (9C:9C) [21:23:47:390]: Executing op: ProductUnpublishClient(,,) MSI (s) (9C:9C) [21:23:47:390]: Note: 1: 1402 2: UNKNOWN\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:9C) [21:23:47:390]: Executing op: SourceListUnpublish(,) MSI (s) (9C:9C) [21:23:47:390]: Note: 1: 1402 2: UNKNOWN\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD\SourceList 3: 2 MSI (s) (9C:9C) [21:23:47:390]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,) Action 21:23:47: ProcessComponents. Updating component registration MSI (s) (9C:9C) [21:23:47:406]: Executing op: ProgressTotal(Total=254,Type=1,ByteEquivalent=24000) MSI (s) (9C:9C) [21:23:47:406]: Executing op: UnregisterSharedComponentProvider(Component={2D8CFF11-87C4-4569-9999-ED22D3FCFBB0},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:406]: Executing op: ComponentUnregister(ComponentId={2D8CFF11-87C4-4569-9999-ED22D3FCFBB0},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {2D8CFF11-87C4-4569-9999-ED22D3FCFBB0} MSI (s) (9C:9C) [21:23:47:406]: Executing op: UnregisterSharedComponentProvider(Component={C4D88CF0-8342-4897-8E2C-A418BE1FB1C4},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:406]: Executing op: ComponentUnregister(ComponentId={C4D88CF0-8342-4897-8E2C-A418BE1FB1C4},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {C4D88CF0-8342-4897-8E2C-A418BE1FB1C4} MSI (s) (9C:9C) [21:23:47:406]: Executing op: UnregisterSharedComponentProvider(Component={7A0C5812-2583-40D9-BCBB-CD7485F11377},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:406]: Executing op: ComponentUnregister(ComponentId={7A0C5812-2583-40D9-BCBB-CD7485F11377},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7A0C5812-2583-40D9-BCBB-CD7485F11377} MSI (s) (9C:9C) [21:23:47:406]: Executing op: UnregisterSharedComponentProvider(Component={AFE7885B-782A-47F1-AFF1-53AA58CD4A3D},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:406]: Executing op: ComponentUnregister(ComponentId={AFE7885B-782A-47F1-AFF1-53AA58CD4A3D},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {AFE7885B-782A-47F1-AFF1-53AA58CD4A3D} MSI (s) (9C:9C) [21:23:47:406]: Executing op: UnregisterSharedComponentProvider(Component={EC85078E-062E-4DA9-85F3-03A1505DA388},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:406]: Executing op: ComponentUnregister(ComponentId={EC85078E-062E-4DA9-85F3-03A1505DA388},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {EC85078E-062E-4DA9-85F3-03A1505DA388} MSI (s) (9C:9C) [21:23:47:406]: Executing op: UnregisterSharedComponentProvider(Component={9CAEF4EA-3214-4158-B003-1B2678F9A0DF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:406]: Executing op: ComponentUnregister(ComponentId={9CAEF4EA-3214-4158-B003-1B2678F9A0DF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {9CAEF4EA-3214-4158-B003-1B2678F9A0DF} MSI (s) (9C:9C) [21:23:47:406]: Executing op: UnregisterSharedComponentProvider(Component={E1093480-9656-47C5-A2C5-668438F3667C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:406]: Executing op: ComponentUnregister(ComponentId={E1093480-9656-47C5-A2C5-668438F3667C},,BinaryType=1,PreviouslyPinned=1) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E1093480-9656-47C5-A2C5-668438F3667C} MSI (s) (9C:9C) [21:23:47:422]: Executing op: UnregisterSharedComponentProvider(Component={23711695-88A6-4368-931F-81CED98AFCC0},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:422]: Executing op: ComponentUnregister(ComponentId={23711695-88A6-4368-931F-81CED98AFCC0},,BinaryType=1,PreviouslyPinned=1) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {23711695-88A6-4368-931F-81CED98AFCC0} MSI (s) (9C:9C) [21:23:47:422]: Executing op: UnregisterSharedComponentProvider(Component={44652F3D-9D19-48CB-86AD-EA03BC09B17C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:422]: Executing op: ComponentUnregister(ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {44652F3D-9D19-48CB-86AD-EA03BC09B17C} MSI (s) (9C:9C) [21:23:47:422]: Executing op: UnregisterSharedComponentProvider(Component={860478A2-580E-410B-BE37-19F01E016382},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:422]: Executing op: ComponentUnregister(ComponentId={860478A2-580E-410B-BE37-19F01E016382},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {860478A2-580E-410B-BE37-19F01E016382} MSI (s) (9C:9C) [21:23:47:422]: Executing op: UnregisterSharedComponentProvider(Component={116CF3BA-C3D2-493E-AE07-6C7CE4E6D2BE},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:422]: Executing op: ComponentUnregister(ComponentId={116CF3BA-C3D2-493E-AE07-6C7CE4E6D2BE},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {116CF3BA-C3D2-493E-AE07-6C7CE4E6D2BE} MSI (s) (9C:9C) [21:23:47:422]: Executing op: UnregisterSharedComponentProvider(Component={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:422]: Executing op: ComponentUnregister(ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {EBF940AF-F86F-4C85-81D5-E1E8E184D6B9} MSI (s) (9C:9C) [21:23:47:422]: Executing op: UnregisterSharedComponentProvider(Component={F8DEE1BD-69E3-416C-B10B-79303AB60C54},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:422]: Executing op: ComponentUnregister(ComponentId={F8DEE1BD-69E3-416C-B10B-79303AB60C54},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F8DEE1BD-69E3-416C-B10B-79303AB60C54} MSI (s) (9C:9C) [21:23:47:422]: Executing op: UnregisterSharedComponentProvider(Component={BDB6621E-8BBF-4FD2-823E-073CE0555220},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:422]: Executing op: ComponentUnregister(ComponentId={BDB6621E-8BBF-4FD2-823E-073CE0555220},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BDB6621E-8BBF-4FD2-823E-073CE0555220} MSI (s) (9C:9C) [21:23:47:437]: Executing op: UnregisterSharedComponentProvider(Component={143965DE-1CDC-4859-B062-D8008D5361F6},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:437]: Executing op: ComponentUnregister(ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {143965DE-1CDC-4859-B062-D8008D5361F6} MSI (s) (9C:9C) [21:23:47:437]: Executing op: UnregisterSharedComponentProvider(Component={7059DFCE-DA03-48E7-9756-29C7E364A95F},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:437]: Executing op: ComponentUnregister(ComponentId={7059DFCE-DA03-48E7-9756-29C7E364A95F},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7059DFCE-DA03-48E7-9756-29C7E364A95F} MSI (s) (9C:9C) [21:23:47:437]: Executing op: UnregisterSharedComponentProvider(Component={E038FA56-2196-4DB2-8648-BF1A4C473C84},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:437]: Executing op: ComponentUnregister(ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E038FA56-2196-4DB2-8648-BF1A4C473C84} MSI (s) (9C:9C) [21:23:47:437]: Executing op: UnregisterSharedComponentProvider(Component={636CC23A-051E-4753-94FA-6FC6AEEEE65E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:437]: Executing op: ComponentUnregister(ComponentId={636CC23A-051E-4753-94FA-6FC6AEEEE65E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {636CC23A-051E-4753-94FA-6FC6AEEEE65E} MSI (s) (9C:9C) [21:23:47:437]: Executing op: UnregisterSharedComponentProvider(Component={7971FCFD-E26C-487E-8C50-063915F6CDEA},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:437]: Executing op: ComponentUnregister(ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7971FCFD-E26C-487E-8C50-063915F6CDEA} MSI (s) (9C:9C) [21:23:47:437]: Executing op: UnregisterSharedComponentProvider(Component={764452AA-A130-42F4-8E4C-6C350E10CD06},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:437]: Executing op: ComponentUnregister(ComponentId={764452AA-A130-42F4-8E4C-6C350E10CD06},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {764452AA-A130-42F4-8E4C-6C350E10CD06} MSI (s) (9C:9C) [21:23:47:437]: Executing op: UnregisterSharedComponentProvider(Component={FABC45AA-E11B-410B-A655-596F6C785AC4},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:437]: Executing op: ComponentUnregister(ComponentId={FABC45AA-E11B-410B-A655-596F6C785AC4},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {FABC45AA-E11B-410B-A655-596F6C785AC4} MSI (s) (9C:9C) [21:23:47:437]: Executing op: UnregisterSharedComponentProvider(Component={B9E11F85-B98E-4AA4-864A-4CDE5C871E44},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:437]: Executing op: ComponentUnregister(ComponentId={B9E11F85-B98E-4AA4-864A-4CDE5C871E44},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {B9E11F85-B98E-4AA4-864A-4CDE5C871E44} MSI (s) (9C:9C) [21:23:47:453]: Executing op: UnregisterSharedComponentProvider(Component={3BE432EE-5CE6-4B9A-86F5-31DA896FB2F1},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:453]: Executing op: ComponentUnregister(ComponentId={3BE432EE-5CE6-4B9A-86F5-31DA896FB2F1},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {3BE432EE-5CE6-4B9A-86F5-31DA896FB2F1} MSI (s) (9C:9C) [21:23:47:453]: Executing op: UnregisterSharedComponentProvider(Component={9527A56D-AE42-4951-BA6F-B6617749CF29},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:453]: Executing op: ComponentUnregister(ComponentId={9527A56D-AE42-4951-BA6F-B6617749CF29},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {9527A56D-AE42-4951-BA6F-B6617749CF29} MSI (s) (9C:9C) [21:23:47:453]: Executing op: UnregisterSharedComponentProvider(Component={611B734D-2915-4EE8-A0FF-3E1391E8F946},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:453]: Executing op: ComponentUnregister(ComponentId={611B734D-2915-4EE8-A0FF-3E1391E8F946},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {611B734D-2915-4EE8-A0FF-3E1391E8F946} MSI (s) (9C:9C) [21:23:47:453]: Executing op: UnregisterSharedComponentProvider(Component={CDC9F1F0-F335-4C2E-AA6B-B9AE6C56488F},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:453]: Executing op: ComponentUnregister(ComponentId={CDC9F1F0-F335-4C2E-AA6B-B9AE6C56488F},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {CDC9F1F0-F335-4C2E-AA6B-B9AE6C56488F} MSI (s) (9C:9C) [21:23:47:453]: Executing op: UnregisterSharedComponentProvider(Component={BF6662EF-C2DF-446B-AB53-04BA46583C7A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:453]: Executing op: ComponentUnregister(ComponentId={BF6662EF-C2DF-446B-AB53-04BA46583C7A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BF6662EF-C2DF-446B-AB53-04BA46583C7A} MSI (s) (9C:9C) [21:23:47:453]: Executing op: UnregisterSharedComponentProvider(Component={50545038-AA41-4C3D-9FE8-5E9FA0931E5C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:453]: Executing op: ComponentUnregister(ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {50545038-AA41-4C3D-9FE8-5E9FA0931E5C} MSI (s) (9C:9C) [21:23:47:453]: Executing op: UnregisterSharedComponentProvider(Component={4F751F1E-1970-476B-997A-B0F6FE18568E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:453]: Executing op: ComponentUnregister(ComponentId={4F751F1E-1970-476B-997A-B0F6FE18568E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {4F751F1E-1970-476B-997A-B0F6FE18568E} MSI (s) (9C:9C) [21:23:47:453]: Executing op: UnregisterSharedComponentProvider(Component={48E345AB-5EC0-46A1-B3C1-0C7C565C3604},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:453]: Executing op: ComponentUnregister(ComponentId={48E345AB-5EC0-46A1-B3C1-0C7C565C3604},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {48E345AB-5EC0-46A1-B3C1-0C7C565C3604} MSI (s) (9C:9C) [21:23:47:468]: Executing op: UnregisterSharedComponentProvider(Component={18C4D412-49D8-45BC-8471-907A9F6BA546},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:468]: Executing op: ComponentUnregister(ComponentId={18C4D412-49D8-45BC-8471-907A9F6BA546},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {18C4D412-49D8-45BC-8471-907A9F6BA546} MSI (s) (9C:9C) [21:23:47:468]: Executing op: UnregisterSharedComponentProvider(Component={B8E121E2-C87F-4A90-AF4C-EF3510B42154},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:468]: Executing op: ComponentUnregister(ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {B8E121E2-C87F-4A90-AF4C-EF3510B42154} MSI (s) (9C:9C) [21:23:47:468]: Executing op: UnregisterSharedComponentProvider(Component={054AA76C-7944-419C-884E-72ED4B092DBA},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:468]: Executing op: ComponentUnregister(ComponentId={054AA76C-7944-419C-884E-72ED4B092DBA},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {054AA76C-7944-419C-884E-72ED4B092DBA} MSI (s) (9C:9C) [21:23:47:468]: Executing op: UnregisterSharedComponentProvider(Component={FA203881-0826-427B-84F1-14A398079123},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:468]: Executing op: ComponentUnregister(ComponentId={FA203881-0826-427B-84F1-14A398079123},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {FA203881-0826-427B-84F1-14A398079123} MSI (s) (9C:9C) [21:23:47:468]: Executing op: UnregisterSharedComponentProvider(Component={38146F85-8997-49E6-A53D-83DB95FD58F2},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:468]: Executing op: ComponentUnregister(ComponentId={38146F85-8997-49E6-A53D-83DB95FD58F2},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {38146F85-8997-49E6-A53D-83DB95FD58F2} MSI (s) (9C:9C) [21:23:47:468]: Executing op: UnregisterSharedComponentProvider(Component={3B1FBA25-E260-41AC-831A-CD5A5D808992},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:468]: Executing op: ComponentUnregister(ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {3B1FBA25-E260-41AC-831A-CD5A5D808992} MSI (s) (9C:9C) [21:23:47:468]: Executing op: UnregisterSharedComponentProvider(Component={F0189839-DDEA-4F95-B3F0-AAA7556CD186},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:468]: Executing op: ComponentUnregister(ComponentId={F0189839-DDEA-4F95-B3F0-AAA7556CD186},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F0189839-DDEA-4F95-B3F0-AAA7556CD186} MSI (s) (9C:9C) [21:23:47:468]: Executing op: UnregisterSharedComponentProvider(Component={30A3DDC4-0FB6-451D-BD94-3518F4704A15},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:484]: Executing op: ComponentUnregister(ComponentId={30A3DDC4-0FB6-451D-BD94-3518F4704A15},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {30A3DDC4-0FB6-451D-BD94-3518F4704A15} MSI (s) (9C:9C) [21:23:47:484]: Executing op: UnregisterSharedComponentProvider(Component={6D649BB8-1E23-45F3-8DCB-65ECB0F04709},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:484]: Executing op: ComponentUnregister(ComponentId={6D649BB8-1E23-45F3-8DCB-65ECB0F04709},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {6D649BB8-1E23-45F3-8DCB-65ECB0F04709} MSI (s) (9C:9C) [21:23:47:484]: Executing op: UnregisterSharedComponentProvider(Component={2B74645C-67E3-46AA-8ECA-BCA9F693D1A9},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:484]: Executing op: ComponentUnregister(ComponentId={2B74645C-67E3-46AA-8ECA-BCA9F693D1A9},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {2B74645C-67E3-46AA-8ECA-BCA9F693D1A9} MSI (s) (9C:9C) [21:23:47:484]: Executing op: UnregisterSharedComponentProvider(Component={51F5E9FB-FCB9-400D-BC6D-482C98E40069},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:484]: Executing op: ComponentUnregister(ComponentId={51F5E9FB-FCB9-400D-BC6D-482C98E40069},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {51F5E9FB-FCB9-400D-BC6D-482C98E40069} MSI (s) (9C:9C) [21:23:47:484]: Executing op: UnregisterSharedComponentProvider(Component={C069E520-790A-4219-B712-67A6688A3815},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:484]: Executing op: ComponentUnregister(ComponentId={C069E520-790A-4219-B712-67A6688A3815},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {C069E520-790A-4219-B712-67A6688A3815} MSI (s) (9C:9C) [21:23:47:484]: Executing op: UnregisterSharedComponentProvider(Component={69A285D0-1F2A-4B71-AA37-9A8516D274DE},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:484]: Executing op: ComponentUnregister(ComponentId={69A285D0-1F2A-4B71-AA37-9A8516D274DE},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {69A285D0-1F2A-4B71-AA37-9A8516D274DE} MSI (s) (9C:9C) [21:23:47:484]: Executing op: UnregisterSharedComponentProvider(Component={86B9EE12-3355-45B1-AE48-670E8A92123A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:484]: Executing op: ComponentUnregister(ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {86B9EE12-3355-45B1-AE48-670E8A92123A} MSI (s) (9C:9C) [21:23:47:484]: Executing op: UnregisterSharedComponentProvider(Component={3C768352-B685-41AE-B632-29769B7889C3},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:484]: Executing op: ComponentUnregister(ComponentId={3C768352-B685-41AE-B632-29769B7889C3},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {3C768352-B685-41AE-B632-29769B7889C3} MSI (s) (9C:9C) [21:23:47:484]: Executing op: UnregisterSharedComponentProvider(Component={5317934C-7839-4E15-B1F0-E59A20C48CDA},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:484]: Executing op: ComponentUnregister(ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {5317934C-7839-4E15-B1F0-E59A20C48CDA} MSI (s) (9C:9C) [21:23:47:500]: Executing op: UnregisterSharedComponentProvider(Component={BDB02487-9C4F-4471-9D68-5CE0420EC2F4},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:500]: Executing op: ComponentUnregister(ComponentId={BDB02487-9C4F-4471-9D68-5CE0420EC2F4},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BDB02487-9C4F-4471-9D68-5CE0420EC2F4} MSI (s) (9C:9C) [21:23:47:500]: Executing op: UnregisterSharedComponentProvider(Component={2B4A971A-9E0E-4EC3-ACF2-C5F83E00A9DF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:500]: Executing op: ComponentUnregister(ComponentId={2B4A971A-9E0E-4EC3-ACF2-C5F83E00A9DF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {2B4A971A-9E0E-4EC3-ACF2-C5F83E00A9DF} MSI (s) (9C:9C) [21:23:47:500]: Executing op: UnregisterSharedComponentProvider(Component={BDB1D96B-2E1A-48ED-96B2-AA8624414AF4},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:500]: Executing op: ComponentUnregister(ComponentId={BDB1D96B-2E1A-48ED-96B2-AA8624414AF4},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BDB1D96B-2E1A-48ED-96B2-AA8624414AF4} MSI (s) (9C:9C) [21:23:47:500]: Executing op: UnregisterSharedComponentProvider(Component={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:500]: Executing op: ComponentUnregister(ComponentId={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {1CB7C27A-B780-4C23-A21F-0105B4C5C5D8} MSI (s) (9C:9C) [21:23:47:500]: Executing op: UnregisterSharedComponentProvider(Component={CD99EAB0-EDB0-46D8-BA9A-D4C262073D88},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:500]: Executing op: ComponentUnregister(ComponentId={CD99EAB0-EDB0-46D8-BA9A-D4C262073D88},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {CD99EAB0-EDB0-46D8-BA9A-D4C262073D88} MSI (s) (9C:9C) [21:23:47:500]: Executing op: UnregisterSharedComponentProvider(Component={5BF35942-ED87-4719-B806-425903D8658D},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:500]: Executing op: ComponentUnregister(ComponentId={5BF35942-ED87-4719-B806-425903D8658D},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {5BF35942-ED87-4719-B806-425903D8658D} MSI (s) (9C:9C) [21:23:47:500]: Executing op: UnregisterSharedComponentProvider(Component={A9A06E14-47C3-499D-BC41-59F09E6AF8AB},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:500]: Executing op: ComponentUnregister(ComponentId={A9A06E14-47C3-499D-BC41-59F09E6AF8AB},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {A9A06E14-47C3-499D-BC41-59F09E6AF8AB} MSI (s) (9C:9C) [21:23:47:500]: Executing op: UnregisterSharedComponentProvider(Component={D88DFB76-32C6-4245-B42F-C9F0311E117E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:500]: Executing op: ComponentUnregister(ComponentId={D88DFB76-32C6-4245-B42F-C9F0311E117E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {D88DFB76-32C6-4245-B42F-C9F0311E117E} MSI (s) (9C:9C) [21:23:47:515]: Executing op: UnregisterSharedComponentProvider(Component={A413CDDA-E73D-42AA-B2CB-764AF036F44F},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:515]: Executing op: ComponentUnregister(ComponentId={A413CDDA-E73D-42AA-B2CB-764AF036F44F},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {A413CDDA-E73D-42AA-B2CB-764AF036F44F} MSI (s) (9C:9C) [21:23:47:515]: Executing op: UnregisterSharedComponentProvider(Component={CF2AD6B9-B7A1-450E-9380-60B278B6314A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:515]: Executing op: ComponentUnregister(ComponentId={CF2AD6B9-B7A1-450E-9380-60B278B6314A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {CF2AD6B9-B7A1-450E-9380-60B278B6314A} MSI (s) (9C:9C) [21:23:47:515]: Executing op: UnregisterSharedComponentProvider(Component={7EC72E7B-C5DF-4813-9826-1EF742B56A6F},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:515]: Executing op: ComponentUnregister(ComponentId={7EC72E7B-C5DF-4813-9826-1EF742B56A6F},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7EC72E7B-C5DF-4813-9826-1EF742B56A6F} MSI (s) (9C:9C) [21:23:47:515]: Executing op: UnregisterSharedComponentProvider(Component={5C72C40F-D7C7-4841-B59A-B9A95BC998A5},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:515]: Executing op: ComponentUnregister(ComponentId={5C72C40F-D7C7-4841-B59A-B9A95BC998A5},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {5C72C40F-D7C7-4841-B59A-B9A95BC998A5} MSI (s) (9C:9C) [21:23:47:515]: Executing op: UnregisterSharedComponentProvider(Component={2C3F1D5A-90C4-47FA-8967-5F43FEDC074A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:515]: Executing op: ComponentUnregister(ComponentId={2C3F1D5A-90C4-47FA-8967-5F43FEDC074A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {2C3F1D5A-90C4-47FA-8967-5F43FEDC074A} MSI (s) (9C:9C) [21:23:47:515]: Executing op: UnregisterSharedComponentProvider(Component={932A9557-AD0B-4D9E-8FEE-356E090711CF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:515]: Executing op: ComponentUnregister(ComponentId={932A9557-AD0B-4D9E-8FEE-356E090711CF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {932A9557-AD0B-4D9E-8FEE-356E090711CF} MSI (s) (9C:9C) [21:23:47:515]: Executing op: UnregisterSharedComponentProvider(Component={4B1B0502-719D-4456-902B-461CA2C78915},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:515]: Executing op: ComponentUnregister(ComponentId={4B1B0502-719D-4456-902B-461CA2C78915},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {4B1B0502-719D-4456-902B-461CA2C78915} MSI (s) (9C:9C) [21:23:47:515]: Executing op: UnregisterSharedComponentProvider(Component={B13054D7-2C84-4A88-B8F5-C8B9509286F6},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:515]: Executing op: ComponentUnregister(ComponentId={B13054D7-2C84-4A88-B8F5-C8B9509286F6},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {B13054D7-2C84-4A88-B8F5-C8B9509286F6} MSI (s) (9C:9C) [21:23:47:531]: Executing op: UnregisterSharedComponentProvider(Component={30A62CB5-F467-43E4-9D1A-AD63E65D886E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:531]: Executing op: ComponentUnregister(ComponentId={30A62CB5-F467-43E4-9D1A-AD63E65D886E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {30A62CB5-F467-43E4-9D1A-AD63E65D886E} MSI (s) (9C:9C) [21:23:47:531]: Executing op: UnregisterSharedComponentProvider(Component={8E6021F9-434C-45FF-97CF-CD0FB493E7DD},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:531]: Executing op: ComponentUnregister(ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {8E6021F9-434C-45FF-97CF-CD0FB493E7DD} MSI (s) (9C:9C) [21:23:47:531]: Executing op: UnregisterSharedComponentProvider(Component={28BBCC73-2282-430A-B309-2620E898A782},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:531]: Executing op: ComponentUnregister(ComponentId={28BBCC73-2282-430A-B309-2620E898A782},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {28BBCC73-2282-430A-B309-2620E898A782} MSI (s) (9C:9C) [21:23:47:531]: Executing op: UnregisterSharedComponentProvider(Component={BF66F12F-0EC1-476B-A4E7-DB92D92B4328},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:531]: Executing op: ComponentUnregister(ComponentId={BF66F12F-0EC1-476B-A4E7-DB92D92B4328},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BF66F12F-0EC1-476B-A4E7-DB92D92B4328} MSI (s) (9C:9C) [21:23:47:531]: Executing op: UnregisterSharedComponentProvider(Component={08194A16-20DF-47DC-AB7C-21A1AD9C7371},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:531]: Executing op: ComponentUnregister(ComponentId={08194A16-20DF-47DC-AB7C-21A1AD9C7371},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {08194A16-20DF-47DC-AB7C-21A1AD9C7371} MSI (s) (9C:9C) [21:23:47:531]: Executing op: UnregisterSharedComponentProvider(Component={5DE387F7-3042-4070-B99A-F71FC9B436B8},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:531]: Executing op: ComponentUnregister(ComponentId={5DE387F7-3042-4070-B99A-F71FC9B436B8},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {5DE387F7-3042-4070-B99A-F71FC9B436B8} MSI (s) (9C:9C) [21:23:47:531]: Executing op: UnregisterSharedComponentProvider(Component={F4A6FF94-853B-4040-882B-D5D178B4525E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:531]: Executing op: ComponentUnregister(ComponentId={F4A6FF94-853B-4040-882B-D5D178B4525E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F4A6FF94-853B-4040-882B-D5D178B4525E} MSI (s) (9C:9C) [21:23:47:531]: Executing op: UnregisterSharedComponentProvider(Component={E833A182-D859-4086-8E97-6BE554B479FB},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:531]: Executing op: ComponentUnregister(ComponentId={E833A182-D859-4086-8E97-6BE554B479FB},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E833A182-D859-4086-8E97-6BE554B479FB} MSI (s) (9C:9C) [21:23:47:546]: Executing op: UnregisterSharedComponentProvider(Component={D1D033BD-07F3-49AE-8803-EFE5DC4291F3},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:546]: Executing op: ComponentUnregister(ComponentId={D1D033BD-07F3-49AE-8803-EFE5DC4291F3},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {D1D033BD-07F3-49AE-8803-EFE5DC4291F3} MSI (s) (9C:9C) [21:23:47:546]: Executing op: UnregisterSharedComponentProvider(Component={BF595689-5546-47A1-9588-BE5CF072D2AE},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:546]: Executing op: ComponentUnregister(ComponentId={BF595689-5546-47A1-9588-BE5CF072D2AE},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BF595689-5546-47A1-9588-BE5CF072D2AE} MSI (s) (9C:9C) [21:23:47:546]: Executing op: UnregisterSharedComponentProvider(Component={AC7DBFF8-7F45-4B31-9152-6FE52114C4CF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:546]: Executing op: ComponentUnregister(ComponentId={AC7DBFF8-7F45-4B31-9152-6FE52114C4CF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {AC7DBFF8-7F45-4B31-9152-6FE52114C4CF} MSI (s) (9C:9C) [21:23:47:546]: Executing op: UnregisterSharedComponentProvider(Component={403FA4B8-F48F-4E1C-9C0B-3772238C63B8},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:546]: Executing op: ComponentUnregister(ComponentId={403FA4B8-F48F-4E1C-9C0B-3772238C63B8},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {403FA4B8-F48F-4E1C-9C0B-3772238C63B8} MSI (s) (9C:9C) [21:23:47:546]: Executing op: UnregisterSharedComponentProvider(Component={7C276927-C28D-4247-9E88-133F60CAF848},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:546]: Executing op: ComponentUnregister(ComponentId={7C276927-C28D-4247-9E88-133F60CAF848},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7C276927-C28D-4247-9E88-133F60CAF848} MSI (s) (9C:9C) [21:23:47:546]: Executing op: UnregisterSharedComponentProvider(Component={104BD7E2-BD42-46F4-B243-B15E15AA9099},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:546]: Executing op: ComponentUnregister(ComponentId={104BD7E2-BD42-46F4-B243-B15E15AA9099},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {104BD7E2-BD42-46F4-B243-B15E15AA9099} MSI (s) (9C:9C) [21:23:47:546]: Executing op: UnregisterSharedComponentProvider(Component={B6A1D26C-B730-434D-8721-1EE25AB3EDE6},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:546]: Executing op: ComponentUnregister(ComponentId={B6A1D26C-B730-434D-8721-1EE25AB3EDE6},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {B6A1D26C-B730-434D-8721-1EE25AB3EDE6} MSI (s) (9C:9C) [21:23:47:546]: Executing op: UnregisterSharedComponentProvider(Component={DF131C61-6D5B-4BCE-987A-2A4AD7AA5299},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:546]: Executing op: ComponentUnregister(ComponentId={DF131C61-6D5B-4BCE-987A-2A4AD7AA5299},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {DF131C61-6D5B-4BCE-987A-2A4AD7AA5299} MSI (s) (9C:9C) [21:23:47:562]: Executing op: UnregisterSharedComponentProvider(Component={B5C50EF6-0D9E-467E-8747-11B63844461C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:562]: Executing op: ComponentUnregister(ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {B5C50EF6-0D9E-467E-8747-11B63844461C} MSI (s) (9C:9C) [21:23:47:562]: Executing op: UnregisterSharedComponentProvider(Component={04B34B33-2A19-4A85-BC48-3F08DA2DC832},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:562]: Executing op: ComponentUnregister(ComponentId={04B34B33-2A19-4A85-BC48-3F08DA2DC832},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {04B34B33-2A19-4A85-BC48-3F08DA2DC832} MSI (s) (9C:9C) [21:23:47:562]: Executing op: UnregisterSharedComponentProvider(Component={F4D47790-D3DF-44C7-B0E5-54C55333805E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:562]: Executing op: ComponentUnregister(ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F4D47790-D3DF-44C7-B0E5-54C55333805E} MSI (s) (9C:9C) [21:23:47:562]: Executing op: UnregisterSharedComponentProvider(Component={F870FC50-3FE5-41F7-BE15-5764A3F690FE},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:562]: Executing op: ComponentUnregister(ComponentId={F870FC50-3FE5-41F7-BE15-5764A3F690FE},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F870FC50-3FE5-41F7-BE15-5764A3F690FE} MSI (s) (9C:9C) [21:23:47:562]: Executing op: UnregisterSharedComponentProvider(Component={132CC124-704D-4EB7-BCA0-1C74FA0550DF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:562]: Executing op: ComponentUnregister(ComponentId={132CC124-704D-4EB7-BCA0-1C74FA0550DF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {132CC124-704D-4EB7-BCA0-1C74FA0550DF} MSI (s) (9C:9C) [21:23:47:562]: Executing op: UnregisterSharedComponentProvider(Component={7111017F-53F7-4B12-B481-2214AF88CA52},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:562]: Executing op: ComponentUnregister(ComponentId={7111017F-53F7-4B12-B481-2214AF88CA52},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7111017F-53F7-4B12-B481-2214AF88CA52} MSI (s) (9C:9C) [21:23:47:562]: Executing op: UnregisterSharedComponentProvider(Component={966B0E33-8652-4390-B3DD-85291E93765D},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:562]: Executing op: ComponentUnregister(ComponentId={966B0E33-8652-4390-B3DD-85291E93765D},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {966B0E33-8652-4390-B3DD-85291E93765D} MSI (s) (9C:9C) [21:23:47:562]: Executing op: UnregisterSharedComponentProvider(Component={641C911F-17B9-49A9-BFE5-9FC15F3084C3},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:562]: Executing op: ComponentUnregister(ComponentId={641C911F-17B9-49A9-BFE5-9FC15F3084C3},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {641C911F-17B9-49A9-BFE5-9FC15F3084C3} MSI (s) (9C:9C) [21:23:47:578]: Executing op: UnregisterSharedComponentProvider(Component={E7F8E658-DB8A-4846-ABAD-F0CFE2D265E6},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:578]: Executing op: ComponentUnregister(ComponentId={E7F8E658-DB8A-4846-ABAD-F0CFE2D265E6},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E7F8E658-DB8A-4846-ABAD-F0CFE2D265E6} MSI (s) (9C:9C) [21:23:47:578]: Executing op: UnregisterSharedComponentProvider(Component={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:578]: Executing op: ComponentUnregister(ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7} MSI (s) (9C:9C) [21:23:47:578]: Executing op: UnregisterSharedComponentProvider(Component={BB7805FA-1681-459E-8D66-F963EFB71606},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:578]: Executing op: ComponentUnregister(ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BB7805FA-1681-459E-8D66-F963EFB71606} MSI (s) (9C:9C) [21:23:47:578]: Executing op: UnregisterSharedComponentProvider(Component={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:578]: Executing op: ComponentUnregister(ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E93B19B7-4FD2-4149-86E7-8D1AAEB73B61} MSI (s) (9C:9C) [21:23:47:578]: Executing op: UnregisterSharedComponentProvider(Component={D57377E9-C10F-4C35-875A-91C3D13B2879},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:578]: Executing op: ComponentUnregister(ComponentId={D57377E9-C10F-4C35-875A-91C3D13B2879},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {D57377E9-C10F-4C35-875A-91C3D13B2879} MSI (s) (9C:9C) [21:23:47:578]: Executing op: UnregisterSharedComponentProvider(Component={45430CAC-F539-47E8-85C6-90860915DDBC},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:578]: Executing op: ComponentUnregister(ComponentId={45430CAC-F539-47E8-85C6-90860915DDBC},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {45430CAC-F539-47E8-85C6-90860915DDBC} MSI (s) (9C:9C) [21:23:47:578]: Executing op: UnregisterSharedComponentProvider(Component={577492CC-3777-42A3-90A2-A78352C57669},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:578]: Executing op: ComponentUnregister(ComponentId={577492CC-3777-42A3-90A2-A78352C57669},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {577492CC-3777-42A3-90A2-A78352C57669} MSI (s) (9C:9C) [21:23:47:578]: Executing op: UnregisterSharedComponentProvider(Component={454A6548-DFC2-4865-9C78-1E7C70F0BAE8},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:578]: Executing op: ComponentUnregister(ComponentId={454A6548-DFC2-4865-9C78-1E7C70F0BAE8},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {454A6548-DFC2-4865-9C78-1E7C70F0BAE8} MSI (s) (9C:9C) [21:23:47:578]: Executing op: UnregisterSharedComponentProvider(Component={A166E0B2-F94C-4EB4-80EF-E69F1871DF83},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:593]: Executing op: ComponentUnregister(ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {A166E0B2-F94C-4EB4-80EF-E69F1871DF83} MSI (s) (9C:9C) [21:23:47:593]: Executing op: UnregisterSharedComponentProvider(Component={F94509B5-5DE3-4E15-975E-421FF0328611},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:593]: Executing op: ComponentUnregister(ComponentId={F94509B5-5DE3-4E15-975E-421FF0328611},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F94509B5-5DE3-4E15-975E-421FF0328611} MSI (s) (9C:9C) [21:23:47:593]: Executing op: UnregisterSharedComponentProvider(Component={33CE87A1-334A-43A9-8D5E-A91A643B69CF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:593]: Executing op: ComponentUnregister(ComponentId={33CE87A1-334A-43A9-8D5E-A91A643B69CF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {33CE87A1-334A-43A9-8D5E-A91A643B69CF} MSI (s) (9C:9C) [21:23:47:593]: Executing op: UnregisterSharedComponentProvider(Component={606D14A5-32A3-4A79-BA34-56F6E9A931CC},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:593]: Executing op: ComponentUnregister(ComponentId={606D14A5-32A3-4A79-BA34-56F6E9A931CC},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {606D14A5-32A3-4A79-BA34-56F6E9A931CC} MSI (s) (9C:9C) [21:23:47:593]: Executing op: UnregisterSharedComponentProvider(Component={1B1F9FC1-CE81-44A3-BE58-8ABE3B78AF83},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:593]: Executing op: ComponentUnregister(ComponentId={1B1F9FC1-CE81-44A3-BE58-8ABE3B78AF83},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {1B1F9FC1-CE81-44A3-BE58-8ABE3B78AF83} MSI (s) (9C:9C) [21:23:47:593]: Executing op: UnregisterSharedComponentProvider(Component={14D1837B-C09D-44B4-9951-A62983AA3F8E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:593]: Executing op: ComponentUnregister(ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {14D1837B-C09D-44B4-9951-A62983AA3F8E} MSI (s) (9C:9C) [21:23:47:593]: Executing op: UnregisterSharedComponentProvider(Component={042CDBED-CA37-4149-B721-2F861F89F05F},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:593]: Executing op: ComponentUnregister(ComponentId={042CDBED-CA37-4149-B721-2F861F89F05F},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {042CDBED-CA37-4149-B721-2F861F89F05F} MSI (s) (9C:9C) [21:23:47:593]: Executing op: UnregisterSharedComponentProvider(Component={FE155C1B-BAA2-4A1D-9475-CF82DE571A08},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:593]: Executing op: ComponentUnregister(ComponentId={FE155C1B-BAA2-4A1D-9475-CF82DE571A08},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {FE155C1B-BAA2-4A1D-9475-CF82DE571A08} MSI (s) (9C:9C) [21:23:47:593]: Executing op: UnregisterSharedComponentProvider(Component={AEC9480E-4CE9-49B3-8491-46A511473EE7},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:593]: Executing op: ComponentUnregister(ComponentId={AEC9480E-4CE9-49B3-8491-46A511473EE7},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {AEC9480E-4CE9-49B3-8491-46A511473EE7} MSI (s) (9C:9C) [21:23:47:609]: Executing op: UnregisterSharedComponentProvider(Component={2992215E-2FE2-4336-A862-E18391F537DA},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:609]: Executing op: ComponentUnregister(ComponentId={2992215E-2FE2-4336-A862-E18391F537DA},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {2992215E-2FE2-4336-A862-E18391F537DA} MSI (s) (9C:9C) [21:23:47:609]: Executing op: UnregisterSharedComponentProvider(Component={E5908615-5F59-406D-86B9-2A225FD204A2},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:609]: Executing op: ComponentUnregister(ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E5908615-5F59-406D-86B9-2A225FD204A2} MSI (s) (9C:9C) [21:23:47:609]: Executing op: UnregisterSharedComponentProvider(Component={49B2825C-CB7E-49A0-A023-D5E2638629A1},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:609]: Executing op: ComponentUnregister(ComponentId={49B2825C-CB7E-49A0-A023-D5E2638629A1},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {49B2825C-CB7E-49A0-A023-D5E2638629A1} MSI (s) (9C:9C) [21:23:47:609]: Executing op: UnregisterSharedComponentProvider(Component={3F9E2219-67ED-4CB2-85F1-AD721AF70F48},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:609]: Executing op: ComponentUnregister(ComponentId={3F9E2219-67ED-4CB2-85F1-AD721AF70F48},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {3F9E2219-67ED-4CB2-85F1-AD721AF70F48} MSI (s) (9C:9C) [21:23:47:609]: Executing op: UnregisterSharedComponentProvider(Component={BEE06C19-D396-4031-B187-62E54FBDFD90},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:609]: Executing op: ComponentUnregister(ComponentId={BEE06C19-D396-4031-B187-62E54FBDFD90},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BEE06C19-D396-4031-B187-62E54FBDFD90} MSI (s) (9C:9C) [21:23:47:609]: Executing op: UnregisterSharedComponentProvider(Component={5150542E-A941-4BD2-B7F0-31187B3220A5},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:609]: Executing op: ComponentUnregister(ComponentId={5150542E-A941-4BD2-B7F0-31187B3220A5},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {5150542E-A941-4BD2-B7F0-31187B3220A5} MSI (s) (9C:9C) [21:23:47:625]: Executing op: UnregisterSharedComponentProvider(Component={435268B0-834D-49EF-89DA-8F5CF6838CEF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:625]: Executing op: ComponentUnregister(ComponentId={435268B0-834D-49EF-89DA-8F5CF6838CEF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {435268B0-834D-49EF-89DA-8F5CF6838CEF} MSI (s) (9C:9C) [21:23:47:625]: Executing op: UnregisterSharedComponentProvider(Component={BB44AA2F-2639-4B70-99EF-9BC6DFDBCA49},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:625]: Executing op: ComponentUnregister(ComponentId={BB44AA2F-2639-4B70-99EF-9BC6DFDBCA49},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BB44AA2F-2639-4B70-99EF-9BC6DFDBCA49} MSI (s) (9C:9C) [21:23:47:625]: Executing op: UnregisterSharedComponentProvider(Component={536F6DD8-75F1-49B7-BB56-D1DD78D12484},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:625]: Executing op: ComponentUnregister(ComponentId={536F6DD8-75F1-49B7-BB56-D1DD78D12484},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {536F6DD8-75F1-49B7-BB56-D1DD78D12484} MSI (s) (9C:9C) [21:23:47:625]: Executing op: UnregisterSharedComponentProvider(Component={45D2E6FE-2B3C-4A4C-90DF-81ACAD97757A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:625]: Executing op: ComponentUnregister(ComponentId={45D2E6FE-2B3C-4A4C-90DF-81ACAD97757A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {45D2E6FE-2B3C-4A4C-90DF-81ACAD97757A} MSI (s) (9C:9C) [21:23:47:625]: Executing op: UnregisterSharedComponentProvider(Component={45C3F0CD-7DDE-47B0-9EE7-1AE27A51B1EF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:625]: Executing op: ComponentUnregister(ComponentId={45C3F0CD-7DDE-47B0-9EE7-1AE27A51B1EF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {45C3F0CD-7DDE-47B0-9EE7-1AE27A51B1EF} MSI (s) (9C:9C) [21:23:47:625]: Executing op: UnregisterSharedComponentProvider(Component={BB2FF230-A151-45B8-BE4D-7667579278BE},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:625]: Executing op: ComponentUnregister(ComponentId={BB2FF230-A151-45B8-BE4D-7667579278BE},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BB2FF230-A151-45B8-BE4D-7667579278BE} MSI (s) (9C:9C) [21:23:47:625]: Executing op: UnregisterSharedComponentProvider(Component={39821770-2DD6-4B6B-A123-E172F2F00522},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:640]: Executing op: ComponentUnregister(ComponentId={39821770-2DD6-4B6B-A123-E172F2F00522},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {39821770-2DD6-4B6B-A123-E172F2F00522} MSI (s) (9C:9C) [21:23:47:640]: Executing op: UnregisterSharedComponentProvider(Component={85BC99CA-AEA2-4522-A7AA-519882E4483D},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:640]: Executing op: ComponentUnregister(ComponentId={85BC99CA-AEA2-4522-A7AA-519882E4483D},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {85BC99CA-AEA2-4522-A7AA-519882E4483D} MSI (s) (9C:9C) [21:23:47:640]: Executing op: UnregisterSharedComponentProvider(Component={F49D7C80-FEAF-4C3B-93E2-6E54DC836C34},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:640]: Executing op: ComponentUnregister(ComponentId={F49D7C80-FEAF-4C3B-93E2-6E54DC836C34},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F49D7C80-FEAF-4C3B-93E2-6E54DC836C34} MSI (s) (9C:9C) [21:23:47:640]: Executing op: UnregisterSharedComponentProvider(Component={9173B52D-97AD-4909-9289-217C5B03EC7B},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:640]: Executing op: ComponentUnregister(ComponentId={9173B52D-97AD-4909-9289-217C5B03EC7B},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {9173B52D-97AD-4909-9289-217C5B03EC7B} MSI (s) (9C:9C) [21:23:47:640]: Executing op: UnregisterSharedComponentProvider(Component={D2ED3C13-5765-4A45-9902-74C1E2804F64},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:640]: Executing op: ComponentUnregister(ComponentId={D2ED3C13-5765-4A45-9902-74C1E2804F64},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {D2ED3C13-5765-4A45-9902-74C1E2804F64} MSI (s) (9C:9C) [21:23:47:640]: Executing op: UnregisterSharedComponentProvider(Component={75A053B7-488C-433B-A7EE-F06FC5493D41},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:640]: Executing op: ComponentUnregister(ComponentId={75A053B7-488C-433B-A7EE-F06FC5493D41},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {75A053B7-488C-433B-A7EE-F06FC5493D41} MSI (s) (9C:9C) [21:23:47:640]: Executing op: UnregisterSharedComponentProvider(Component={4B80B1FB-76F4-4F7C-83B5-EB6E5635F4AB},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:640]: Executing op: ComponentUnregister(ComponentId={4B80B1FB-76F4-4F7C-83B5-EB6E5635F4AB},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {4B80B1FB-76F4-4F7C-83B5-EB6E5635F4AB} MSI (s) (9C:9C) [21:23:47:640]: Executing op: UnregisterSharedComponentProvider(Component={F584A0AE-3D75-4E53-B958-4D12BCC59218},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:640]: Executing op: ComponentUnregister(ComponentId={F584A0AE-3D75-4E53-B958-4D12BCC59218},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F584A0AE-3D75-4E53-B958-4D12BCC59218} MSI (s) (9C:9C) [21:23:47:656]: Executing op: UnregisterSharedComponentProvider(Component={45D7C415-D33F-4DDF-992C-1BAEA8AC9A32},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:656]: Executing op: ComponentUnregister(ComponentId={45D7C415-D33F-4DDF-992C-1BAEA8AC9A32},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {45D7C415-D33F-4DDF-992C-1BAEA8AC9A32} MSI (s) (9C:9C) [21:23:47:656]: Executing op: UnregisterSharedComponentProvider(Component={C8AD2DEB-EF68-4F78-8C80-158B651951EC},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:656]: Executing op: ComponentUnregister(ComponentId={C8AD2DEB-EF68-4F78-8C80-158B651951EC},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {C8AD2DEB-EF68-4F78-8C80-158B651951EC} MSI (s) (9C:9C) [21:23:47:656]: Executing op: UnregisterSharedComponentProvider(Component={BCE79190-7EF0-43FE-9312-89E6DC6CFF7E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:656]: Executing op: ComponentUnregister(ComponentId={BCE79190-7EF0-43FE-9312-89E6DC6CFF7E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BCE79190-7EF0-43FE-9312-89E6DC6CFF7E} MSI (s) (9C:9C) [21:23:47:656]: Executing op: UnregisterSharedComponentProvider(Component={83878BB5-7E76-4233-9985-6A6A9027FB38},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:656]: Executing op: ComponentUnregister(ComponentId={83878BB5-7E76-4233-9985-6A6A9027FB38},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {83878BB5-7E76-4233-9985-6A6A9027FB38} MSI (s) (9C:9C) [21:23:47:656]: Executing op: UnregisterSharedComponentProvider(Component={58C702C2-3671-425C-8554-60C6929FB0F5},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:656]: Executing op: ComponentUnregister(ComponentId={58C702C2-3671-425C-8554-60C6929FB0F5},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {58C702C2-3671-425C-8554-60C6929FB0F5} MSI (s) (9C:9C) [21:23:47:656]: Executing op: UnregisterSharedComponentProvider(Component={D02E8912-54C2-43D4-8A1A-F12600217D8A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:656]: Executing op: ComponentUnregister(ComponentId={D02E8912-54C2-43D4-8A1A-F12600217D8A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {D02E8912-54C2-43D4-8A1A-F12600217D8A} MSI (s) (9C:9C) [21:23:47:656]: Executing op: UnregisterSharedComponentProvider(Component={38606B33-8A37-4866-8D38-7CAE1C244250},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:656]: Executing op: ComponentUnregister(ComponentId={38606B33-8A37-4866-8D38-7CAE1C244250},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {38606B33-8A37-4866-8D38-7CAE1C244250} MSI (s) (9C:9C) [21:23:47:671]: Executing op: UnregisterSharedComponentProvider(Component={2A996475-3ABB-417A-806F-7A4ABB975C40},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:671]: Executing op: ComponentUnregister(ComponentId={2A996475-3ABB-417A-806F-7A4ABB975C40},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {2A996475-3ABB-417A-806F-7A4ABB975C40} MSI (s) (9C:9C) [21:23:47:671]: Executing op: UnregisterSharedComponentProvider(Component={8AE3441B-45F4-4D33-BBAF-4FC148AAA42C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:671]: Executing op: ComponentUnregister(ComponentId={8AE3441B-45F4-4D33-BBAF-4FC148AAA42C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {8AE3441B-45F4-4D33-BBAF-4FC148AAA42C} MSI (s) (9C:9C) [21:23:47:671]: Executing op: UnregisterSharedComponentProvider(Component={5CDDB965-C302-4188-909D-BB2F0111B9D4},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:671]: Executing op: ComponentUnregister(ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {5CDDB965-C302-4188-909D-BB2F0111B9D4} MSI (s) (9C:9C) [21:23:47:671]: Executing op: UnregisterSharedComponentProvider(Component={44D35FB4-3F72-4FD9-BD9B-79D63A68213C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:671]: Executing op: ComponentUnregister(ComponentId={44D35FB4-3F72-4FD9-BD9B-79D63A68213C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {44D35FB4-3F72-4FD9-BD9B-79D63A68213C} MSI (s) (9C:9C) [21:23:47:671]: Executing op: UnregisterSharedComponentProvider(Component={CEB22129-2DB7-4044-A20A-39F317848BC4},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:671]: Executing op: ComponentUnregister(ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {CEB22129-2DB7-4044-A20A-39F317848BC4} MSI (s) (9C:9C) [21:23:47:671]: Executing op: UnregisterSharedComponentProvider(Component={8DABFE40-7214-47CB-88A9-7B744B972235},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:671]: Executing op: ComponentUnregister(ComponentId={8DABFE40-7214-47CB-88A9-7B744B972235},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {8DABFE40-7214-47CB-88A9-7B744B972235} MSI (s) (9C:9C) [21:23:47:671]: Executing op: UnregisterSharedComponentProvider(Component={25897B34-18CA-4652-B8F4-2C02CFB5EC6F},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:671]: Executing op: ComponentUnregister(ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {25897B34-18CA-4652-B8F4-2C02CFB5EC6F} MSI (s) (9C:9C) [21:23:47:687]: Executing op: UnregisterSharedComponentProvider(Component={EC3A5BC8-53B6-4629-8A95-84427AD8E12D},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:687]: Executing op: ComponentUnregister(ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {EC3A5BC8-53B6-4629-8A95-84427AD8E12D} MSI (s) (9C:9C) [21:23:47:687]: Executing op: UnregisterSharedComponentProvider(Component={E3A2DC60-C834-4E10-A97A-87DE597CF1CE},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:687]: Executing op: ComponentUnregister(ComponentId={E3A2DC60-C834-4E10-A97A-87DE597CF1CE},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E3A2DC60-C834-4E10-A97A-87DE597CF1CE} MSI (s) (9C:9C) [21:23:47:687]: Executing op: UnregisterSharedComponentProvider(Component={0E705172-82F6-4882-92D4-ACFE820653EC},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:687]: Executing op: ComponentUnregister(ComponentId={0E705172-82F6-4882-92D4-ACFE820653EC},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {0E705172-82F6-4882-92D4-ACFE820653EC} MSI (s) (9C:9C) [21:23:47:687]: Executing op: UnregisterSharedComponentProvider(Component={57DDD491-5645-4582-A325-A711D9DA9516},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:687]: Executing op: ComponentUnregister(ComponentId={57DDD491-5645-4582-A325-A711D9DA9516},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {57DDD491-5645-4582-A325-A711D9DA9516} MSI (s) (9C:9C) [21:23:47:687]: Executing op: UnregisterSharedComponentProvider(Component={33C73223-087A-4CDD-8F9D-B6620079BE79},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:687]: Executing op: ComponentUnregister(ComponentId={33C73223-087A-4CDD-8F9D-B6620079BE79},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {33C73223-087A-4CDD-8F9D-B6620079BE79} MSI (s) (9C:9C) [21:23:47:687]: Executing op: UnregisterSharedComponentProvider(Component={4423B248-D8E7-4BA6-BC2E-1D40720326FE},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:687]: Executing op: ComponentUnregister(ComponentId={4423B248-D8E7-4BA6-BC2E-1D40720326FE},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {4423B248-D8E7-4BA6-BC2E-1D40720326FE} MSI (s) (9C:9C) [21:23:47:687]: Executing op: UnregisterSharedComponentProvider(Component={55016FC7-C3FF-4342-911C-9063A58BF2F8},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:687]: Executing op: ComponentUnregister(ComponentId={55016FC7-C3FF-4342-911C-9063A58BF2F8},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {55016FC7-C3FF-4342-911C-9063A58BF2F8} MSI (s) (9C:9C) [21:23:47:687]: Executing op: UnregisterSharedComponentProvider(Component={CC037FE9-D55D-4960-B97E-946B3183152A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:687]: Executing op: ComponentUnregister(ComponentId={CC037FE9-D55D-4960-B97E-946B3183152A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {CC037FE9-D55D-4960-B97E-946B3183152A} MSI (s) (9C:9C) [21:23:47:703]: Executing op: UnregisterSharedComponentProvider(Component={1A4C97FA-C3BF-4667-8B80-475B0130C962},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:703]: Executing op: ComponentUnregister(ComponentId={1A4C97FA-C3BF-4667-8B80-475B0130C962},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {1A4C97FA-C3BF-4667-8B80-475B0130C962} MSI (s) (9C:9C) [21:23:47:703]: Executing op: UnregisterSharedComponentProvider(Component={F9D169BC-0A37-4877-81D6-59CE4B675E0A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:703]: Executing op: ComponentUnregister(ComponentId={F9D169BC-0A37-4877-81D6-59CE4B675E0A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F9D169BC-0A37-4877-81D6-59CE4B675E0A} MSI (s) (9C:9C) [21:23:47:703]: Executing op: UnregisterSharedComponentProvider(Component={E19D2356-6427-4BCD-BAD3-E20E3D20DD61},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:703]: Executing op: ComponentUnregister(ComponentId={E19D2356-6427-4BCD-BAD3-E20E3D20DD61},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E19D2356-6427-4BCD-BAD3-E20E3D20DD61} MSI (s) (9C:9C) [21:23:47:703]: Executing op: UnregisterSharedComponentProvider(Component={E012E2A5-8519-4997-8D39-B5D61188EB9C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:703]: Executing op: ComponentUnregister(ComponentId={E012E2A5-8519-4997-8D39-B5D61188EB9C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E012E2A5-8519-4997-8D39-B5D61188EB9C} MSI (s) (9C:9C) [21:23:47:703]: Executing op: UnregisterSharedComponentProvider(Component={5080B0F4-8861-4CD6-9434-961BE2D59CE9},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:703]: Executing op: ComponentUnregister(ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {5080B0F4-8861-4CD6-9434-961BE2D59CE9} MSI (s) (9C:9C) [21:23:47:703]: Executing op: UnregisterSharedComponentProvider(Component={90D30633-313E-4647-B9B4-00DBE1F3F962},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:703]: Executing op: ComponentUnregister(ComponentId={90D30633-313E-4647-B9B4-00DBE1F3F962},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {90D30633-313E-4647-B9B4-00DBE1F3F962} MSI (s) (9C:9C) [21:23:47:703]: Executing op: UnregisterSharedComponentProvider(Component={B9283B76-908A-484F-A683-277587A1004C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:703]: Executing op: ComponentUnregister(ComponentId={B9283B76-908A-484F-A683-277587A1004C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {B9283B76-908A-484F-A683-277587A1004C} MSI (s) (9C:9C) [21:23:47:703]: Executing op: UnregisterSharedComponentProvider(Component={69213081-3688-4B70-B388-686EAC93CD4E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:718]: Executing op: ComponentUnregister(ComponentId={69213081-3688-4B70-B388-686EAC93CD4E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {69213081-3688-4B70-B388-686EAC93CD4E} MSI (s) (9C:9C) [21:23:47:718]: Executing op: UnregisterSharedComponentProvider(Component={FF89A477-CA42-4275-9B0F-A1A5FE2B06A3},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:718]: Executing op: ComponentUnregister(ComponentId={FF89A477-CA42-4275-9B0F-A1A5FE2B06A3},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {FF89A477-CA42-4275-9B0F-A1A5FE2B06A3} MSI (s) (9C:9C) [21:23:47:718]: Executing op: UnregisterSharedComponentProvider(Component={7C9F86D5-FAE8-448A-B49F-DD80F522C81A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:718]: Executing op: ComponentUnregister(ComponentId={7C9F86D5-FAE8-448A-B49F-DD80F522C81A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7C9F86D5-FAE8-448A-B49F-DD80F522C81A} MSI (s) (9C:9C) [21:23:47:718]: Executing op: UnregisterSharedComponentProvider(Component={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:718]: Executing op: ComponentUnregister(ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {DAEC12E0-FD52-4D69-B1FC-C42193CA99AF} MSI (s) (9C:9C) [21:23:47:718]: Executing op: UnregisterSharedComponentProvider(Component={8EF2F960-F9E1-4087-9A5A-83A443AA4E8E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:718]: Executing op: ComponentUnregister(ComponentId={8EF2F960-F9E1-4087-9A5A-83A443AA4E8E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {8EF2F960-F9E1-4087-9A5A-83A443AA4E8E} MSI (s) (9C:9C) [21:23:47:718]: Executing op: UnregisterSharedComponentProvider(Component={11F3E5A1-C247-4445-9638-2FBD318521C7},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:718]: Executing op: ComponentUnregister(ComponentId={11F3E5A1-C247-4445-9638-2FBD318521C7},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {11F3E5A1-C247-4445-9638-2FBD318521C7} MSI (s) (9C:9C) [21:23:47:718]: Executing op: UnregisterSharedComponentProvider(Component={91004FAC-61CF-4F8F-AF4A-17C7BE585845},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:718]: Executing op: ComponentUnregister(ComponentId={91004FAC-61CF-4F8F-AF4A-17C7BE585845},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {91004FAC-61CF-4F8F-AF4A-17C7BE585845} MSI (s) (9C:9C) [21:23:47:718]: Executing op: UnregisterSharedComponentProvider(Component={63EE0306-897A-4543-A7D1-D70FEB1DD2FE},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:718]: Executing op: ComponentUnregister(ComponentId={63EE0306-897A-4543-A7D1-D70FEB1DD2FE},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {63EE0306-897A-4543-A7D1-D70FEB1DD2FE} MSI (s) (9C:9C) [21:23:47:734]: Executing op: UnregisterSharedComponentProvider(Component={A20014B0-B5B0-4D4E-AA23-9D4D1557961D},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:734]: Executing op: ComponentUnregister(ComponentId={A20014B0-B5B0-4D4E-AA23-9D4D1557961D},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {A20014B0-B5B0-4D4E-AA23-9D4D1557961D} MSI (s) (9C:9C) [21:23:47:734]: Executing op: UnregisterSharedComponentProvider(Component={420DCB77-4EC0-4971-A6AE-9D5FCF485D05},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:734]: Executing op: ComponentUnregister(ComponentId={420DCB77-4EC0-4971-A6AE-9D5FCF485D05},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {420DCB77-4EC0-4971-A6AE-9D5FCF485D05} MSI (s) (9C:9C) [21:23:47:734]: Executing op: UnregisterSharedComponentProvider(Component={6752F371-DA03-4B5E-9BC5-1C5D820D3AFC},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:734]: Executing op: ComponentUnregister(ComponentId={6752F371-DA03-4B5E-9BC5-1C5D820D3AFC},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {6752F371-DA03-4B5E-9BC5-1C5D820D3AFC} MSI (s) (9C:9C) [21:23:47:734]: Executing op: UnregisterSharedComponentProvider(Component={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:734]: Executing op: ComponentUnregister(ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {218A96FF-8BC0-47E9-8AAE-DEE86EFF6071} MSI (s) (9C:9C) [21:23:47:734]: Executing op: UnregisterSharedComponentProvider(Component={CFCD4E83-156F-4F54-8F21-62BE07AB3EC1},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:734]: Executing op: ComponentUnregister(ComponentId={CFCD4E83-156F-4F54-8F21-62BE07AB3EC1},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {CFCD4E83-156F-4F54-8F21-62BE07AB3EC1} MSI (s) (9C:9C) [21:23:47:734]: Executing op: UnregisterSharedComponentProvider(Component={931578EC-1A24-43F5-93CC-6D0E41502E92},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:734]: Executing op: ComponentUnregister(ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {931578EC-1A24-43F5-93CC-6D0E41502E92} MSI (s) (9C:9C) [21:23:47:734]: Executing op: UnregisterSharedComponentProvider(Component={57C631B9-DDC5-43F6-B63E-A6DF5DEDBE24},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:734]: Executing op: ComponentUnregister(ComponentId={57C631B9-DDC5-43F6-B63E-A6DF5DEDBE24},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {57C631B9-DDC5-43F6-B63E-A6DF5DEDBE24} MSI (s) (9C:9C) [21:23:47:734]: Executing op: UnregisterSharedComponentProvider(Component={CB95BEB7-F1B2-4871-AC00-2DB549772BD1},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:734]: Executing op: ComponentUnregister(ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {CB95BEB7-F1B2-4871-AC00-2DB549772BD1} MSI (s) (9C:9C) [21:23:47:734]: Executing op: UnregisterSharedComponentProvider(Component={6F64C0E1-E466-4652-8AFB-E488C5FDB3F9},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:750]: Executing op: ComponentUnregister(ComponentId={6F64C0E1-E466-4652-8AFB-E488C5FDB3F9},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {6F64C0E1-E466-4652-8AFB-E488C5FDB3F9} MSI (s) (9C:9C) [21:23:47:750]: Executing op: UnregisterSharedComponentProvider(Component={B9AA8E69-9809-45B7-8CAA-D7294A8AF342},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:750]: Executing op: ComponentUnregister(ComponentId={B9AA8E69-9809-45B7-8CAA-D7294A8AF342},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {B9AA8E69-9809-45B7-8CAA-D7294A8AF342} MSI (s) (9C:9C) [21:23:47:750]: Executing op: UnregisterSharedComponentProvider(Component={42FFD992-8C4F-4465-8E13-8CBBA6AF6064},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:750]: Executing op: ComponentUnregister(ComponentId={42FFD992-8C4F-4465-8E13-8CBBA6AF6064},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {42FFD992-8C4F-4465-8E13-8CBBA6AF6064} MSI (s) (9C:9C) [21:23:47:750]: Executing op: UnregisterSharedComponentProvider(Component={79F478F5-9DEB-415E-8D22-85A81E05ED9C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:750]: Executing op: ComponentUnregister(ComponentId={79F478F5-9DEB-415E-8D22-85A81E05ED9C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {79F478F5-9DEB-415E-8D22-85A81E05ED9C} MSI (s) (9C:9C) [21:23:47:750]: Executing op: UnregisterSharedComponentProvider(Component={FA9DBA0B-6CC7-4F8C-8009-92D68367428B},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:750]: Executing op: ComponentUnregister(ComponentId={FA9DBA0B-6CC7-4F8C-8009-92D68367428B},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {FA9DBA0B-6CC7-4F8C-8009-92D68367428B} MSI (s) (9C:9C) [21:23:47:750]: Executing op: UnregisterSharedComponentProvider(Component={BBB2F90F-AD55-429B-A4AC-40AAD239987A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:750]: Executing op: ComponentUnregister(ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BBB2F90F-AD55-429B-A4AC-40AAD239987A} MSI (s) (9C:9C) [21:23:47:750]: Executing op: UnregisterSharedComponentProvider(Component={F1D5B55E-E375-4114-BDB1-D62EE01910D4},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:750]: Executing op: ComponentUnregister(ComponentId={F1D5B55E-E375-4114-BDB1-D62EE01910D4},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F1D5B55E-E375-4114-BDB1-D62EE01910D4} MSI (s) (9C:9C) [21:23:47:750]: Executing op: UnregisterSharedComponentProvider(Component={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:750]: Executing op: ComponentUnregister(ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {533060AA-ECAB-4D7E-96B6-DE8A1CAD645B} MSI (s) (9C:9C) [21:23:47:750]: Executing op: UnregisterSharedComponentProvider(Component={F779FEB0-47CE-4E46-94C2-CB2EA248BE6E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:765]: Executing op: ComponentUnregister(ComponentId={F779FEB0-47CE-4E46-94C2-CB2EA248BE6E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F779FEB0-47CE-4E46-94C2-CB2EA248BE6E} MSI (s) (9C:9C) [21:23:47:765]: Executing op: UnregisterSharedComponentProvider(Component={F82D57E1-C71B-464A-94EA-700CCF01BCDE},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:765]: Executing op: ComponentUnregister(ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F82D57E1-C71B-464A-94EA-700CCF01BCDE} MSI (s) (9C:9C) [21:23:47:765]: Executing op: UnregisterSharedComponentProvider(Component={1C96C4DF-B0FA-4968-89E9-FC28E2770222},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:765]: Executing op: ComponentUnregister(ComponentId={1C96C4DF-B0FA-4968-89E9-FC28E2770222},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {1C96C4DF-B0FA-4968-89E9-FC28E2770222} MSI (s) (9C:9C) [21:23:47:765]: Executing op: UnregisterSharedComponentProvider(Component={80CAE7D8-27BC-4C51-AB7E-1DC701EECC0E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:765]: Executing op: ComponentUnregister(ComponentId={80CAE7D8-27BC-4C51-AB7E-1DC701EECC0E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {80CAE7D8-27BC-4C51-AB7E-1DC701EECC0E} MSI (s) (9C:9C) [21:23:47:765]: Executing op: UnregisterSharedComponentProvider(Component={2EE9338C-FA9F-402F-9D81-E7A90F90F488},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:765]: Executing op: ComponentUnregister(ComponentId={2EE9338C-FA9F-402F-9D81-E7A90F90F488},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {2EE9338C-FA9F-402F-9D81-E7A90F90F488} MSI (s) (9C:9C) [21:23:47:765]: Executing op: UnregisterSharedComponentProvider(Component={F83BB69D-5AB3-4199-93F6-7A4D2C400294},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:765]: Executing op: ComponentUnregister(ComponentId={F83BB69D-5AB3-4199-93F6-7A4D2C400294},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F83BB69D-5AB3-4199-93F6-7A4D2C400294} MSI (s) (9C:9C) [21:23:47:765]: Executing op: UnregisterSharedComponentProvider(Component={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:765]: Executing op: ComponentUnregister(ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {30FD0E4B-21B8-46E6-BD32-39D6FFF7A729} MSI (s) (9C:9C) [21:23:47:765]: Executing op: UnregisterSharedComponentProvider(Component={A183E3D6-166B-4048-9EC4-6E40B18C5C6A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:765]: Executing op: ComponentUnregister(ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {A183E3D6-166B-4048-9EC4-6E40B18C5C6A} MSI (s) (9C:9C) [21:23:47:781]: Executing op: UnregisterSharedComponentProvider(Component={415A8452-86C6-49C0-9A4C-2524006C10DD},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:781]: Executing op: ComponentUnregister(ComponentId={415A8452-86C6-49C0-9A4C-2524006C10DD},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {415A8452-86C6-49C0-9A4C-2524006C10DD} MSI (s) (9C:9C) [21:23:47:781]: Executing op: UnregisterSharedComponentProvider(Component={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:781]: Executing op: ComponentUnregister(ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F} MSI (s) (9C:9C) [21:23:47:781]: Executing op: UnregisterSharedComponentProvider(Component={19C72582-EF97-4CD3-B85E-841985B027B2},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:781]: Executing op: ComponentUnregister(ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {19C72582-EF97-4CD3-B85E-841985B027B2} MSI (s) (9C:9C) [21:23:47:781]: Executing op: UnregisterSharedComponentProvider(Component={A529CA39-BBF1-42CB-A27B-9403AC867C0A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:781]: Executing op: ComponentUnregister(ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {A529CA39-BBF1-42CB-A27B-9403AC867C0A} MSI (s) (9C:9C) [21:23:47:781]: Executing op: UnregisterSharedComponentProvider(Component={333A2203-C7C0-47CE-A3E5-4C297304F2F6},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:781]: Executing op: ComponentUnregister(ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {333A2203-C7C0-47CE-A3E5-4C297304F2F6} MSI (s) (9C:9C) [21:23:47:781]: Executing op: UnregisterSharedComponentProvider(Component={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:781]: Executing op: ComponentUnregister(ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D} MSI (s) (9C:9C) [21:23:47:781]: Executing op: UnregisterSharedComponentProvider(Component={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:781]: Executing op: ComponentUnregister(ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {FDD50A3C-111E-4CA4-9509-E9B8F7EB640E} MSI (s) (9C:9C) [21:23:47:781]: Executing op: UnregisterSharedComponentProvider(Component={E5690186-25CD-44EE-A1BF-61A974F98851},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:781]: Executing op: ComponentUnregister(ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E5690186-25CD-44EE-A1BF-61A974F98851} MSI (s) (9C:9C) [21:23:47:781]: Executing op: UnregisterSharedComponentProvider(Component={29D40C2E-2897-429A-93CC-8BD113F4789C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:781]: Executing op: ComponentUnregister(ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {29D40C2E-2897-429A-93CC-8BD113F4789C} MSI (s) (9C:9C) [21:23:47:796]: Executing op: UnregisterSharedComponentProvider(Component={6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:796]: Executing op: ComponentUnregister(ComponentId={6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1} MSI (s) (9C:9C) [21:23:47:796]: Executing op: UnregisterSharedComponentProvider(Component={D62CB01B-5CB4-43F8-ABEF-515077F58D74},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:796]: Executing op: ComponentUnregister(ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {D62CB01B-5CB4-43F8-ABEF-515077F58D74} MSI (s) (9C:9C) [21:23:47:796]: Executing op: UnregisterSharedComponentProvider(Component={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:796]: Executing op: ComponentUnregister(ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF} MSI (s) (9C:9C) [21:23:47:796]: Executing op: UnregisterSharedComponentProvider(Component={138F4A99-5947-4B14-B158-E3556592630A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:796]: Executing op: ComponentUnregister(ComponentId={138F4A99-5947-4B14-B158-E3556592630A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {138F4A99-5947-4B14-B158-E3556592630A} MSI (s) (9C:9C) [21:23:47:796]: Executing op: UnregisterSharedComponentProvider(Component={1C3468C0-219A-4639-90AD-D28D3270DBAD},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:796]: Executing op: ComponentUnregister(ComponentId={1C3468C0-219A-4639-90AD-D28D3270DBAD},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {1C3468C0-219A-4639-90AD-D28D3270DBAD} MSI (s) (9C:9C) [21:23:47:796]: Executing op: UnregisterSharedComponentProvider(Component={1BC8DA21-C484-43E1-8EEC-1F817FF116C3},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:796]: Executing op: ComponentUnregister(ComponentId={1BC8DA21-C484-43E1-8EEC-1F817FF116C3},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {1BC8DA21-C484-43E1-8EEC-1F817FF116C3} MSI (s) (9C:9C) [21:23:47:796]: Executing op: UnregisterSharedComponentProvider(Component={1A1D1A22-B785-4D88-93D9-8FB7DBB4CC65},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:796]: Executing op: ComponentUnregister(ComponentId={1A1D1A22-B785-4D88-93D9-8FB7DBB4CC65},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {1A1D1A22-B785-4D88-93D9-8FB7DBB4CC65} MSI (s) (9C:9C) [21:23:47:796]: Executing op: UnregisterSharedComponentProvider(Component={27C47694-C8C1-4886-852C-ACBCA782F517},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:796]: Executing op: ComponentUnregister(ComponentId={27C47694-C8C1-4886-852C-ACBCA782F517},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {27C47694-C8C1-4886-852C-ACBCA782F517} MSI (s) (9C:9C) [21:23:47:812]: Executing op: UnregisterSharedComponentProvider(Component={6AF28314-4638-4C1C-B831-971E33520BB4},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:812]: Executing op: ComponentUnregister(ComponentId={6AF28314-4638-4C1C-B831-971E33520BB4},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {6AF28314-4638-4C1C-B831-971E33520BB4} MSI (s) (9C:9C) [21:23:47:812]: Executing op: UnregisterSharedComponentProvider(Component={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:812]: Executing op: ComponentUnregister(ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {B1A85642-9A2A-4E58-B7B4-147BEE4CFF40} MSI (s) (9C:9C) [21:23:47:812]: Executing op: UnregisterSharedComponentProvider(Component={860E7711-BD30-4110-91AA-EAC84D944B77},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:812]: Executing op: ComponentUnregister(ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {860E7711-BD30-4110-91AA-EAC84D944B77} MSI (s) (9C:9C) [21:23:47:812]: Executing op: UnregisterSharedComponentProvider(Component={18EDD864-4098-4A79-B2D7-30E10D73C860},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:812]: Executing op: ComponentUnregister(ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {18EDD864-4098-4A79-B2D7-30E10D73C860} MSI (s) (9C:9C) [21:23:47:812]: Executing op: UnregisterSharedComponentProvider(Component={A0523079-F5FB-4660-AC3E-45576B5878D4},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:812]: Executing op: ComponentUnregister(ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {A0523079-F5FB-4660-AC3E-45576B5878D4} MSI (s) (9C:9C) [21:23:47:812]: Executing op: UnregisterSharedComponentProvider(Component={471CD279-1EB1-4226-A7CC-8686F40DEC7F},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:812]: Executing op: ComponentUnregister(ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {471CD279-1EB1-4226-A7CC-8686F40DEC7F} MSI (s) (9C:9C) [21:23:47:828]: Executing op: UnregisterSharedComponentProvider(Component={38BB778C-DE74-4E65-8C97-7099793EA039},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:828]: Executing op: ComponentUnregister(ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {38BB778C-DE74-4E65-8C97-7099793EA039} MSI (s) (9C:9C) [21:23:47:828]: Executing op: UnregisterSharedComponentProvider(Component={54FA7304-9749-49D2-8D2F-9916D70D5B4F},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:828]: Executing op: ComponentUnregister(ComponentId={54FA7304-9749-49D2-8D2F-9916D70D5B4F},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {54FA7304-9749-49D2-8D2F-9916D70D5B4F} MSI (s) (9C:9C) [21:23:47:828]: Executing op: UnregisterSharedComponentProvider(Component={EABCAA02-D19E-4971-8B42-578176823895},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:828]: Executing op: ComponentUnregister(ComponentId={EABCAA02-D19E-4971-8B42-578176823895},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {EABCAA02-D19E-4971-8B42-578176823895} MSI (s) (9C:9C) [21:23:47:828]: Executing op: UnregisterSharedComponentProvider(Component={D2121758-27CB-436A-95A2-4F03980A84C5},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:828]: Executing op: ComponentUnregister(ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {D2121758-27CB-436A-95A2-4F03980A84C5} MSI (s) (9C:9C) [21:23:47:828]: Executing op: UnregisterSharedComponentProvider(Component={9A5BB112-A9DE-42DB-BC0D-4C10E299F948},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:828]: Executing op: ComponentUnregister(ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {9A5BB112-A9DE-42DB-BC0D-4C10E299F948} MSI (s) (9C:9C) [21:23:47:828]: Executing op: UnregisterSharedComponentProvider(Component={4C8432AF-874B-4360-97A8-5C47888098A9},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:828]: Executing op: ComponentUnregister(ComponentId={4C8432AF-874B-4360-97A8-5C47888098A9},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {4C8432AF-874B-4360-97A8-5C47888098A9} MSI (s) (9C:9C) [21:23:47:828]: Executing op: UnregisterSharedComponentProvider(Component={45E62894-F55F-46B4-AC0F-ABF0228D63DF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:828]: Executing op: ComponentUnregister(ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {45E62894-F55F-46B4-AC0F-ABF0228D63DF} MSI (s) (9C:9C) [21:23:47:843]: Executing op: UnregisterSharedComponentProvider(Component={98BC2242-75E6-456F-8DE1-C29EB870AF55},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:843]: Executing op: ComponentUnregister(ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {98BC2242-75E6-456F-8DE1-C29EB870AF55} MSI (s) (9C:9C) [21:23:47:843]: Executing op: UnregisterSharedComponentProvider(Component={5F3F5B58-CD4C-4A88-91C0-023937852F85},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:843]: Executing op: ComponentUnregister(ComponentId={5F3F5B58-CD4C-4A88-91C0-023937852F85},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {5F3F5B58-CD4C-4A88-91C0-023937852F85} MSI (s) (9C:9C) [21:23:47:843]: Executing op: UnregisterSharedComponentProvider(Component={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:843]: Executing op: ComponentUnregister(ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {0ACBF449-B5A5-4182-813E-C77CDC5F2FCF} MSI (s) (9C:9C) [21:23:47:843]: Executing op: UnregisterSharedComponentProvider(Component={8149597A-1AF3-4444-9527-30A0F8DDD69D},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:843]: Executing op: ComponentUnregister(ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {8149597A-1AF3-4444-9527-30A0F8DDD69D} MSI (s) (9C:9C) [21:23:47:843]: Executing op: UnregisterSharedComponentProvider(Component={7AC0FD07-F279-419A-B80F-DFE5AE0981C4},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:843]: Executing op: ComponentUnregister(ComponentId={7AC0FD07-F279-419A-B80F-DFE5AE0981C4},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7AC0FD07-F279-419A-B80F-DFE5AE0981C4} MSI (s) (9C:9C) [21:23:47:843]: Executing op: UnregisterSharedComponentProvider(Component={36F419F9-4F71-409C-94A0-35FC452A0F26},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:843]: Executing op: ComponentUnregister(ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {36F419F9-4F71-409C-94A0-35FC452A0F26} MSI (s) (9C:9C) [21:23:47:843]: Executing op: UnregisterSharedComponentProvider(Component={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:843]: Executing op: ComponentUnregister(ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32} MSI (s) (9C:9C) [21:23:47:859]: Executing op: UnregisterSharedComponentProvider(Component={F85F0919-C252-476F-8437-8ED0215EB46A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:859]: Executing op: ComponentUnregister(ComponentId={F85F0919-C252-476F-8437-8ED0215EB46A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F85F0919-C252-476F-8437-8ED0215EB46A} MSI (s) (9C:9C) [21:23:47:859]: Executing op: UnregisterSharedComponentProvider(Component={0DA3E9B5-44EE-46F5-AA2D-E667BE7042C7},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:859]: Executing op: ComponentUnregister(ComponentId={0DA3E9B5-44EE-46F5-AA2D-E667BE7042C7},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {0DA3E9B5-44EE-46F5-AA2D-E667BE7042C7} MSI (s) (9C:9C) [21:23:47:859]: Executing op: UnregisterSharedComponentProvider(Component={FBBFCA19-B08D-473B-9AAB-46E68F20790C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:859]: Executing op: ComponentUnregister(ComponentId={FBBFCA19-B08D-473B-9AAB-46E68F20790C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {FBBFCA19-B08D-473B-9AAB-46E68F20790C} MSI (s) (9C:9C) [21:23:47:859]: Executing op: UnregisterSharedComponentProvider(Component={43186272-95D5-4F48-A79C-D3BCE45FD03C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:859]: Executing op: ComponentUnregister(ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {43186272-95D5-4F48-A79C-D3BCE45FD03C} MSI (s) (9C:9C) [21:23:47:859]: Executing op: UnregisterSharedComponentProvider(Component={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:859]: Executing op: ComponentUnregister(ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2} MSI (s) (9C:9C) [21:23:47:859]: Executing op: UnregisterSharedComponentProvider(Component={8E9154B6-F83C-4B84-BE2C-B97B5FD1B249},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:859]: Executing op: ComponentUnregister(ComponentId={8E9154B6-F83C-4B84-BE2C-B97B5FD1B249},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {8E9154B6-F83C-4B84-BE2C-B97B5FD1B249} MSI (s) (9C:9C) [21:23:47:859]: Executing op: UnregisterSharedComponentProvider(Component={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:859]: Executing op: ComponentUnregister(ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {3613E0BE-36FB-49C6-B9FC-74AD8CC0178E} MSI (s) (9C:9C) [21:23:47:859]: Executing op: UnregisterSharedComponentProvider(Component={7DC98DF5-1D06-474C-9EFC-472A8707BA72},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:859]: Executing op: ComponentUnregister(ComponentId={7DC98DF5-1D06-474C-9EFC-472A8707BA72},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7DC98DF5-1D06-474C-9EFC-472A8707BA72} MSI (s) (9C:9C) [21:23:47:875]: Executing op: UnregisterSharedComponentProvider(Component={93110FF6-36EE-480A-B42C-301C3869E12B},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:875]: Executing op: ComponentUnregister(ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {93110FF6-36EE-480A-B42C-301C3869E12B} MSI (s) (9C:9C) [21:23:47:875]: Executing op: UnregisterSharedComponentProvider(Component={D147208D-757B-4F14-B4A0-E538817BEF44},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:875]: Executing op: ComponentUnregister(ComponentId={D147208D-757B-4F14-B4A0-E538817BEF44},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {D147208D-757B-4F14-B4A0-E538817BEF44} MSI (s) (9C:9C) [21:23:47:875]: Executing op: UnregisterSharedComponentProvider(Component={D88ACE85-E4D0-4CFC-BAC5-C74F2F7AEA89},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:875]: Executing op: ComponentUnregister(ComponentId={D88ACE85-E4D0-4CFC-BAC5-C74F2F7AEA89},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {D88ACE85-E4D0-4CFC-BAC5-C74F2F7AEA89} MSI (s) (9C:9C) [21:23:47:875]: Executing op: UnregisterSharedComponentProvider(Component={5E7777EC-8B38-43D6-9496-A574512E3FF5},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:875]: Executing op: ComponentUnregister(ComponentId={5E7777EC-8B38-43D6-9496-A574512E3FF5},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {5E7777EC-8B38-43D6-9496-A574512E3FF5} MSI (s) (9C:9C) [21:23:47:875]: Executing op: UnregisterSharedComponentProvider(Component={366231CB-9BFC-48B0-9D1A-28F4233E6113},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:875]: Executing op: ComponentUnregister(ComponentId={366231CB-9BFC-48B0-9D1A-28F4233E6113},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {366231CB-9BFC-48B0-9D1A-28F4233E6113} MSI (s) (9C:9C) [21:23:47:875]: Executing op: UnregisterSharedComponentProvider(Component={E0E058BF-98B9-4F06-BA10-FB2983B22653},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:875]: Executing op: ComponentUnregister(ComponentId={E0E058BF-98B9-4F06-BA10-FB2983B22653},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E0E058BF-98B9-4F06-BA10-FB2983B22653} MSI (s) (9C:9C) [21:23:47:875]: Executing op: UnregisterSharedComponentProvider(Component={B1F1CCBE-988D-43D3-9366-47DA1A2027F2},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:875]: Executing op: ComponentUnregister(ComponentId={B1F1CCBE-988D-43D3-9366-47DA1A2027F2},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {B1F1CCBE-988D-43D3-9366-47DA1A2027F2} MSI (s) (9C:9C) [21:23:47:875]: Executing op: UnregisterSharedComponentProvider(Component={755BF2F1-E7EA-4344-BCE2-264A7B484D8D},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:875]: Executing op: ComponentUnregister(ComponentId={755BF2F1-E7EA-4344-BCE2-264A7B484D8D},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {755BF2F1-E7EA-4344-BCE2-264A7B484D8D} MSI (s) (9C:9C) [21:23:47:890]: Executing op: UnregisterSharedComponentProvider(Component={941796A1-85F5-4981-A3A6-BA28EEAC3B78},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:890]: Executing op: ComponentUnregister(ComponentId={941796A1-85F5-4981-A3A6-BA28EEAC3B78},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {941796A1-85F5-4981-A3A6-BA28EEAC3B78} MSI (s) (9C:9C) [21:23:47:890]: Executing op: UnregisterSharedComponentProvider(Component={49E1A103-4588-4379-ACEB-C345A7DB634C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:890]: Executing op: ComponentUnregister(ComponentId={49E1A103-4588-4379-ACEB-C345A7DB634C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {49E1A103-4588-4379-ACEB-C345A7DB634C} MSI (s) (9C:9C) [21:23:47:890]: Executing op: UnregisterSharedComponentProvider(Component={B526E15F-2099-4974-A851-AF2900CB4303},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:890]: Executing op: ComponentUnregister(ComponentId={B526E15F-2099-4974-A851-AF2900CB4303},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {B526E15F-2099-4974-A851-AF2900CB4303} MSI (s) (9C:9C) [21:23:47:890]: Executing op: UnregisterSharedComponentProvider(Component={6D1BA07D-9A99-4C69-8E5E-8526B1DC2465},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:890]: Executing op: ComponentUnregister(ComponentId={6D1BA07D-9A99-4C69-8E5E-8526B1DC2465},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {6D1BA07D-9A99-4C69-8E5E-8526B1DC2465} MSI (s) (9C:9C) [21:23:47:890]: Executing op: UnregisterSharedComponentProvider(Component={015B2550-83A3-42F2-B321-11BB2F4648C1},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:890]: Executing op: ComponentUnregister(ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {015B2550-83A3-42F2-B321-11BB2F4648C1} MSI (s) (9C:9C) [21:23:47:890]: Executing op: UnregisterSharedComponentProvider(Component={2A6DD59B-3B06-44CD-A67C-D87E285E59A6},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:890]: Executing op: ComponentUnregister(ComponentId={2A6DD59B-3B06-44CD-A67C-D87E285E59A6},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {2A6DD59B-3B06-44CD-A67C-D87E285E59A6} MSI (s) (9C:9C) [21:23:47:890]: Executing op: UnregisterSharedComponentProvider(Component={A4A336F3-8E59-4092-AAC1-B6AE937699C8},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:890]: Executing op: ComponentUnregister(ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {A4A336F3-8E59-4092-AAC1-B6AE937699C8} MSI (s) (9C:9C) [21:23:47:906]: Executing op: UnregisterSharedComponentProvider(Component={2B0E43CB-0E0F-4451-84B9-35724EE31734},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:906]: Executing op: ComponentUnregister(ComponentId={2B0E43CB-0E0F-4451-84B9-35724EE31734},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {2B0E43CB-0E0F-4451-84B9-35724EE31734} MSI (s) (9C:9C) [21:23:47:906]: Executing op: UnregisterSharedComponentProvider(Component={85260C52-C3A1-48D7-BC6A-A160CEAECED6},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:906]: Executing op: ComponentUnregister(ComponentId={85260C52-C3A1-48D7-BC6A-A160CEAECED6},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {85260C52-C3A1-48D7-BC6A-A160CEAECED6} MSI (s) (9C:9C) [21:23:47:906]: Executing op: UnregisterSharedComponentProvider(Component={E258B5D0-A833-4105-A4EC-99584B0C12B9},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:906]: Executing op: ComponentUnregister(ComponentId={E258B5D0-A833-4105-A4EC-99584B0C12B9},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E258B5D0-A833-4105-A4EC-99584B0C12B9} MSI (s) (9C:9C) [21:23:47:906]: Executing op: UnregisterSharedComponentProvider(Component={7E8A83C3-1BA4-4983-A843-606927B5F2F0},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:906]: Executing op: ComponentUnregister(ComponentId={7E8A83C3-1BA4-4983-A843-606927B5F2F0},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7E8A83C3-1BA4-4983-A843-606927B5F2F0} MSI (s) (9C:9C) [21:23:47:906]: Executing op: UnregisterSharedComponentProvider(Component={E5FCAF14-7056-4CEA-94CF-EE818666B85B},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:906]: Executing op: ComponentUnregister(ComponentId={E5FCAF14-7056-4CEA-94CF-EE818666B85B},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E5FCAF14-7056-4CEA-94CF-EE818666B85B} MSI (s) (9C:9C) [21:23:47:906]: Executing op: UnregisterSharedComponentProvider(Component={5F637B51-2605-4A08-B21B-5344DE93B1DB},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:906]: Executing op: ComponentUnregister(ComponentId={5F637B51-2605-4A08-B21B-5344DE93B1DB},,BinaryType=1,PreviouslyPinned=1) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {5F637B51-2605-4A08-B21B-5344DE93B1DB} MSI (s) (9C:9C) [21:23:47:906]: Executing op: UnregisterSharedComponentProvider(Component={1E736F4A-F01D-476B-B847-7D3DA7ECBA07},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:906]: Executing op: ComponentUnregister(ComponentId={1E736F4A-F01D-476B-B847-7D3DA7ECBA07},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {1E736F4A-F01D-476B-B847-7D3DA7ECBA07} MSI (s) (9C:9C) [21:23:47:906]: Executing op: UnregisterSharedComponentProvider(Component={2185D5D2-2A31-4C72-B28F-AD0E92B3093D},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:906]: Executing op: ComponentUnregister(ComponentId={2185D5D2-2A31-4C72-B28F-AD0E92B3093D},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {2185D5D2-2A31-4C72-B28F-AD0E92B3093D} MSI (s) (9C:9C) [21:23:47:906]: Executing op: UnregisterSharedComponentProvider(Component={0E931026-929B-382C-B702-B8B4039399E5},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:906]: Executing op: ComponentUnregister(ComponentId={0E931026-929B-382C-B702-B8B4039399E5},,BinaryType=1,PreviouslyPinned=1) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {0E931026-929B-382C-B702-B8B4039399E5} MSI (s) (9C:9C) [21:23:47:921]: Executing op: UnregisterSharedComponentProvider(Component={AD19AE30-281F-3251-AA0A-55E6377ED3F5},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:921]: Executing op: ComponentUnregister(ComponentId={AD19AE30-281F-3251-AA0A-55E6377ED3F5},,BinaryType=1,PreviouslyPinned=1) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} MSI (s) (9C:9C) [21:23:47:921]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=13200) MSI (s) (9C:9C) [21:23:47:921]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:921]: Executing op: ProgressTick() MSI (s) (9C:9C) [21:23:47:921]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=13200) MSI (s) (9C:9C) [21:23:47:921]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:921]: Executing op: ProgressTick() MSI (s) (9C:9C) [21:23:47:921]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=13200) MSI (s) (9C:9C) [21:23:47:921]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:921]: Executing op: ProgressTick() MSI (s) (9C:9C) [21:23:47:921]: Executing op: ActionStart(Name=UnpublishFeatures,Description=Unpublishing Product Features,Template=Feature: [1]) Action 21:23:47: UnpublishFeatures. Unpublishing Product Features MSI (s) (9C:9C) [21:23:47:921]: Executing op: FeatureUnpublish(Feature=DefaultFeature,,Absent=2,Component=C']=hyz-D?Jf2w*~KJ6hou67O at OYp84NyUM%T)?NNfSUaYoJ-?sN2h_&}Ld7STKFZ^t.!9s(!90ql at spsEgCqxkf(?}5(WR3}T}OiR7I.XATa9&*PGkJ+3%g=%Q}9HWcI?J$!=$r!M)Pyi5)S+lxu8!472v(o$vQT)'[(F(}U?r')~O+3+DfSnUptc=UZ at J)*qsuNtfdJ~r}xy?A%95(7Y3z50$CsHg{e at 3a`A')v at 7}7~H-19w!N,{0T9O{N25pdl3%{=nYyr_~u8B+xkK'K1,hi_$hd`$3~?zVxMpo-yt9j3297Q.IA@[?q-oq*ubvMKhxW__~W?k,JJG3Z4M1f?r5GH.`FApNk3)4?~m=MTw.kww8Q at QE?1anBC'VK{oSf{b3~97{jkd!BE at OE16L?*2Vd=}qurOkS)F$Aw`z*L7+K=$0CIOuu{d=r]dKdK.'{?I8MD5c]H&C2dWd$o6L*9`{jBue7-pdRj1Iyj}2G9V96K]~7_L.jA&%6zssh?kapVo]ratvjfXASR`vI=?EQ^'8]Pa6[FkL7TaG,9[5%}M0_qpgVk%[nSbLA9rE!Iv]^!TP.%Kg]66 at L9hJ?x?=Y9dA^TYYk%nX4=O6(Db!kup?n)MhP$~(2?Rb}KxOckmKviYeEQs}6?,QdV_2Hw6^a1j62kDH.?gQV`9U2Ml?!qKAWxOQy at JroKKoIoVk@&m.@~Bvz9FOK*,,~Iw)22[yaV&.z?YOMed.hm7x2K&_3Wtln9Fb&&Hd[^TK-'ViURg8R=mMh)(2!4CpLel*1p%NV9&L=D-$$E~Qp!uSfU](z=y2%5WCUwx0T89[%L9.+?invk[WaGOL=gx2FKKHe8=8B?- at gS5dXa^^wj%A`8)jIMl[1mBFiwQ^swwlg8J6SgrQW%oygdrLlqCqb?0BUurxH~?ww[MRfWxq$?b%bmEcGy3aas=M`jw42 at b'vgrGTxjkZ)5`8mvz+AzH7eLIPA=dk.BdcK&a^9~=@ UnpublishFeatures: Feature: DefaultFeature MSI (s) (9C:9C) [21:23:47:921]: Note: 1: 1402 2: UNKNOWN\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:9C) [21:23:47:921]: Executing op: FeatureUnpublish(Feature=SharedCRT,,Absent=2,Component=UN1c'f8]'6O4&*c=BKlry?v^`HN[24ojK%sRGd!x) UnpublishFeatures: Feature: SharedCRT MSI (s) (9C:9C) [21:23:47:921]: Note: 1: 1402 2: UNKNOWN\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:9C) [21:23:47:921]: Executing op: FeatureUnpublish(Feature=Extensions,Parent=DefaultFeature,Absent=2,Component=t9tk,=[1z=4qni7$@3Q%) UnpublishFeatures: Feature: Extensions MSI (s) (9C:9C) [21:23:47:937]: Note: 1: 1402 2: UNKNOWN\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:9C) [21:23:47:937]: Executing op: FeatureUnpublish(Feature=TclTk,Parent=DefaultFeature,Absent=2,Component=STKFZ^t.!9s(!90ql at speiRR)nyO9?jj*?!buo3xK+B,L2ddL?](s!izZGhF9YS(q1yW{@}odZ+~iTRRJ$3zG7YRw=Cf*khac]RFdkh%O=XRA?DCqC6B%[Ots_}dB9$2+AK'`kYuzU8oBk({eugm~9lz@,q++TawtGQwtL at gV=e^4H91FNh2ADj1r)Ra*A^L9Tpj at OSk[xNkxgw**9{Tbu@&,MXWEyH!9%+od?X0O].(I7'p&lIm7rW,H at 0Q^,FVQ)VF['7 at +{Oqc at -E+5+4t~9bPW)*^5$lO9.2m0$3[PG&feOO4r2e)?~q??10F?GxXq(ST[Xu+@&VjDEheof2B9KYzH=h^@jCVLd$w7^'Ti7grNH+1=?XCM_q&N5BajdM1pCRJ978XElEb`@Z]S)XJ3wCO9a=touq9h1bL&$pmvwrp9fd9nAB{.OMp^9z_2v,6A{^(Jf]Y-]fYjE@)!U*. at l5G[C49nD&LFT(,d_KX=ryMYUTmYs`^g&x+A}Nn9D9VRQtk^dgFgII+7 at 0w@-7e~c at V'fHu4Jk0'7EB?CbC_e`IUd*s~bGJeT9O at s]do,nj[rbqdJ+b=zC3AzqLWONV`t8EK?*ShfSv8nlnXix2$ENl{%$+pcUx?ptzGq~I!,GpPlT[lwa]=ZC.'D5+N at m({eq=aj,=9Tx,8SA`c,QvIr76*Ah4AVSmBYeX?T6DaSBC{yhf??pF=*cAvRA~-iMtS1L[?z3NXQDHVzW~FuSlt!da9^aN($kZvPh3&u[YzRQQ9NW68(8dZN?+4EZ at Ica`9b!Ux=t62S_g$XO=yp^f=&+lEvq_glp3^V*Y5EuB=NO3%[VHoUC{i']Fkg4z?a!PC6D0QmR8)zO>b'9'Mm+Pda(Zkr!{VQj{yx9ai1Q[t_~fZiPRNOqG=*9a[osr}8?1hgu=a5q^*j861*(zxYg70*n!GO}0NM9}o8nxz76I4MD7oxI=Xz=C(S%lrA'AJy UnpublishFeatures: Feature: TclTk MSI (s) (9C:9C) [21:23:47:937]: Note: 1: 1402 2: UNKNOWN\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:9C) [21:23:47:937]: Executing op: FeatureUnpublish(Feature=Documentation,Parent=DefaultFeature,Absent=2,Component=?^UhqJ5Du8VUQPDKCwPdykzaP`}=^?.CirI=}LMv) UnpublishFeatures: Feature: Documentation MSI (s) (9C:9C) [21:23:47:937]: Note: 1: 1402 2: UNKNOWN\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:9C) [21:23:47:937]: Executing op: FeatureUnpublish(Feature=Tools,Parent=DefaultFeature,Absent=2,Component=HeI_2yV=B=lm47.PG$taErr6cJ+b[?P]kI1694'$z0e(KhzRW at lkEH0@)0SHOr&M!*kwS9u6O-eR&=-g,g,_1}lY,=M'@jPY7PO^Erev]41'i8O3~0a?71Piqy7p1+MDz9dJ*eLP4.h4) UnpublishFeatures: Feature: Tools MSI (s) (9C:9C) [21:23:47:937]: Note: 1: 1402 2: UNKNOWN\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:9C) [21:23:47:937]: Executing op: FeatureUnpublish(Feature=pip_feature,Parent=DefaultFeature,Absent=2,Component=cMv`FPiOl?4(Wz9!}k[o) UnpublishFeatures: Feature: pip_feature MSI (s) (9C:9C) [21:23:47:937]: Note: 1: 1402 2: UNKNOWN\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:9C) [21:23:47:937]: Executing op: FeatureUnpublish(Feature=Testsuite,Parent=DefaultFeature,Absent=2,Component=U=SnAHJnR at Yho6[',[[E%icUAe~(z=5s?@xz$PhUc&5!7Y)3,9C}Y3Exe7+WXU12v&k3YAu9Rt^Bo)DSIPl^3Pw+6=sWGk*BO_p)N0R1KMXyP=$H-}tpRV}%.C.{1e-Se=9I&W_)y9Y_U5)EB'auY8r_i72e7YhIXuTpf]'j89UVxP^i*gn)1DoyI)'~8@%{rxRe3=RpO0bv18ahBA,o5zxE[0tp-=9{eQ%?M?MWy?SxJgSw5mU7,{%'P at Efe[$Ap}an&sl)k7-Pj=k&W]gW~skSi~}VESeJq=(ELcDLhoMUJ.$T_pH(a?q((9v&N&?`]^huOWvdA9Lr2?8?ESN?=`48(dHMm=)ttLFhL7FYS`hKcCnj`=j%tSc]DL*,_hJS$7hmy?usA`%&)BC4O+Qcw9l!,=){sKh4p`GF010qx,^,59cT39HRqOnzM{o1)A4NAAl{&CMXS`jp&8qDL}4s-@?-(P)!oi[Bl{9EX%'le9i[FE1XKB&FYfx2HAUCb?*q[7gUf at pgH47WssFT7?B)dok%!6'saPbMJRc5O at v!G3bXW^An]TM9eN at sG=zg3.HAeDz$tk[zs%tV}8=xLU+&{A9G!{8[m{_{Q@`.dqg'ksxNjR1==-^R,?2L39S2BVdeS^3,DhQOK9,OaBRvO1uIf.y==ydo=?(VltO(?xlso8Cs[ro3AAu[EI[ka]HR}]j,yx)1+A%B{&-4*h^(SkA`49sKh9((GX+VP8akZ]9~Fm4Ux?e%`2xe,F^joe}e+a'2(=.'F8feTRCRcWgc)%j{)=4}nH1zV)fUxC(E$`6[}8bfi-SwuzoF_b?azBSjn?*ZZ&R&mF[%L6{2a[-Kc?%[0-^QIBCsdqaF1_]0[9CAoHRmdQ.o66Nkr5s)e8`0J}-Vv2)]XyCc?]=Ma?O at nuq-gjl[A({M8~C?`@ksvqL8Na1?MnUEfYhf^8T$Vfror~ZVL7J.B,mIG at pU}j*FV UnpublishFeatures: Feature: Testsuite MSI (s) (9C:9C) [21:23:47:937]: Note: 1: 1402 2: UNKNOWN\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:9C) [21:23:47:937]: Executing op: FeatureUnpublish(Feature=PrependPath,Parent=DefaultFeature,Absent=2,Component=+dN$uSDZz at Fvih[W9mvS) UnpublishFeatures: Feature: PrependPath MSI (s) (9C:9C) [21:23:47:937]: Note: 1: 1402 2: UNKNOWN\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:9C) [21:23:47:953]: Executing op: ActionStart(Name=RemoveODBC,Description=Removing ODBC components,) Action 21:23:47: RemoveODBC. Removing ODBC components MSI (s) (9C:9C) [21:23:47:953]: Executing op: ODBCDriverManager(,BinaryType=0) MSI (s) (9C:9C) [21:23:47:953]: Executing op: ODBCDriverManager(,BinaryType=1) MSI (s) (9C:9C) [21:23:47:953]: Executing op: ActionStart(Name=RemoveRegistryValues,Description=Removing system registry values,Template=Key: [1], Name: [2]) Action 21:23:47: RemoveRegistryValues. Removing system registry values MSI (s) (9C:9C) [21:23:47:953]: Executing op: ProgressTotal(Total=27,Type=1,ByteEquivalent=13200) MSI (s) (9C:9C) [21:23:47:953]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.py,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:953]: Executing op: RegRemoveValue(,Value=Python.File,) RemoveRegistryValues: Key: \Software\Classes\.py, Name: MSI (s) (9C:9C) [21:23:47:953]: Executing op: RegRemoveValue(Name=Content Type,Value=text/plain,) RemoveRegistryValues: Key: \Software\Classes\.py, Name: Content Type MSI (s) (9C:9C) [21:23:47:953]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyw,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:953]: Executing op: RegRemoveValue(,Value=Python.NoConFile,) RemoveRegistryValues: Key: \Software\Classes\.pyw, Name: MSI (s) (9C:9C) [21:23:47:953]: Executing op: RegRemoveValue(Name=Content Type,Value=text/plain,) RemoveRegistryValues: Key: \Software\Classes\.pyw, Name: Content Type MSI (s) (9C:9C) [21:23:47:953]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyc,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:953]: Executing op: RegRemoveValue(,Value=Python.CompiledFile,) RemoveRegistryValues: Key: \Software\Classes\.pyc, Name: MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyo,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegRemoveValue(,Value=Python.CompiledFile,) RemoveRegistryValues: Key: \Software\Classes\.pyo, Name: MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shell\open\command,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegRemoveValue(,Value="[LAUNCHERDIR]py.exe" "%1" %*,) RemoveRegistryValues: Key: \Software\Classes\Python.File\shell\open\command, Name: MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shell\open\command,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegRemoveValue(,Value="[LAUNCHERDIR]pyw.exe" "%1" %*,) RemoveRegistryValues: Key: \Software\Classes\Python.NoConFile\shell\open\command, Name: MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\shell\open\command,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegRemoveValue(,Value="[LAUNCHERDIR]py.exe" "%1" %*,) RemoveRegistryValues: Key: \Software\Classes\Python.CompiledFile\shell\open\command, Name: MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shell\Edit with IDLE\command,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegRemoveValue(,Value="[TARGETDIR]pythonw.exe" "[TARGETDIR]Lib\idlelib\idle.pyw" -e "%1",) RemoveRegistryValues: Key: \Software\Classes\Python.File\shell\Edit with IDLE\command, Name: MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shell\Edit with IDLE\command,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegRemoveValue(,Value="[TARGETDIR]pythonw.exe" "[TARGETDIR]Lib\idlelib\idle.pyw" -e "%1",) RemoveRegistryValues: Key: \Software\Classes\Python.NoConFile\shell\Edit with IDLE\command, Name: MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\DefaultIcon,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegRemoveValue(,Value=[DLLs]py.ico,) RemoveRegistryValues: Key: \Software\Classes\Python.File\DefaultIcon, Name: MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\DefaultIcon,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegRemoveValue(,Value=[DLLs]py.ico,) RemoveRegistryValues: Key: \Software\Classes\Python.NoConFile\DefaultIcon, Name: MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\DefaultIcon,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegRemoveValue(,Value=[DLLs]pyc.ico,) RemoveRegistryValues: Key: \Software\Classes\Python.CompiledFile\DefaultIcon, Name: MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegRemoveValue(,Value=Python File,) RemoveRegistryValues: Key: \Software\Classes\Python.File, Name: MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegRemoveValue(,Value=Python File (no console),) RemoveRegistryValues: Key: \Software\Classes\Python.NoConFile, Name: MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegRemoveValue(,Value=Compiled Python File,) RemoveRegistryValues: Key: \Software\Classes\Python.CompiledFile, Name: MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shellex\DropHandler,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegRemoveValue(,Value={60254CA5-953B-11CF-8C96-00AA00B8708C},) RemoveRegistryValues: Key: \Software\Classes\Python.File\shellex\DropHandler, Name: MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shellex\DropHandler,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegRemoveValue(,Value={60254CA5-953B-11CF-8C96-00AA00B8708C},) RemoveRegistryValues: Key: \Software\Classes\Python.NoConFile\shellex\DropHandler, Name: MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\shellex\DropHandler,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegRemoveValue(,Value={60254CA5-953B-11CF-8C96-00AA00B8708C},) RemoveRegistryValues: Key: \Software\Classes\Python.CompiledFile\shellex\DropHandler, Name: MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\InstallPath,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegRemoveValue(,Value=[TARGETDIR],) RemoveRegistryValues: Key: \Software\Python\PythonCore\3.4\InstallPath, Name: MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\InstallPath\InstallGroup,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegRemoveValue(,Value=Python 3.4,) RemoveRegistryValues: Key: \Software\Python\PythonCore\3.4\InstallPath\InstallGroup, Name: MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\PythonPath,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegRemoveValue(,Value=[TARGETDIR]Lib;[TARGETDIR]DLLs,) RemoveRegistryValues: Key: \Software\Python\PythonCore\3.4\PythonPath, Name: MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\Help\Main Python Documentation,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegRemoveValue(,Value=[TARGETDIR]Doc\python341.chm,) RemoveRegistryValues: Key: \Software\Python\PythonCore\3.4\Help\Main Python Documentation, Name: MSI (s) (9C:9C) [21:23:48:000]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\Modules,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:48:000]: Executing op: RegOpenKey(Root=-1,Key=Software\Microsoft\Windows\CurrentVersion\App Paths\Python.exe,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:48:000]: Executing op: RegRemoveValue(,Value=[TARGETDIR]Python.exe,) RemoveRegistryValues: Key: \Software\Microsoft\Windows\CurrentVersion\App Paths\Python.exe, Name: MSI (s) (9C:9C) [21:23:48:000]: Executing op: RegOpenKey(Root=-1,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{d54842cb-f761-30ba-881f-1ff821dc44df},,BinaryType=1,,) MSI (s) (9C:9C) [21:23:48:000]: Executing op: RegRemoveValue(Name=DisplayIcon,Value=[TARGETDIR]python.exe,) RemoveRegistryValues: Key: \Software\Microsoft\Windows\CurrentVersion\Uninstall\{d54842cb-f761-30ba-881f-1ff821dc44df}, Name: DisplayIcon MSI (s) (9C:9C) [21:23:48:000]: Executing op: ActionStart(Name=RemoveShortcuts,Description=Removing shortcuts,Template=Shortcut: [1]) Action 21:23:48: RemoveShortcuts. Removing shortcuts MSI (s) (9C:9C) [21:23:48:000]: Executing op: SetTargetFolder(Folder=23\Python 3.4\) MSI (s) (9C:9C) [21:23:48:015]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:9C) [21:23:48:015]: Executing op: ShortcutRemove(Name=PYTHON|Python (command line)) RemoveShortcuts: Shortcut: PYTHON|Python (command line) MSI (s) (9C:9C) [21:23:48:047]: Verifying accessibility of file: Python (command line).lnk MSI (s) (9C:9C) [21:23:48:047]: Using source file security for destination. MSI (s) (9C:9C) [21:23:49:718]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:23:49:718]: Executing op: ShortcutRemove(Name=IDLE|IDLE (Python GUI)) RemoveShortcuts: Shortcut: IDLE|IDLE (Python GUI) MSI (s) (9C:9C) [21:23:49:734]: Verifying accessibility of file: IDLE (Python GUI).lnk MSI (s) (9C:9C) [21:23:49:734]: Using source file security for destination. MSI (s) (9C:9C) [21:23:51:218]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:23:51:234]: Executing op: ShortcutRemove(Name=MODDOCS|Module Docs) RemoveShortcuts: Shortcut: MODDOCS|Module Docs MSI (s) (9C:9C) [21:23:51:250]: Verifying accessibility of file: Module Docs.lnk MSI (s) (9C:9C) [21:23:51:250]: Using source file security for destination. MSI (s) (9C:9C) [21:23:53:080]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:23:53:080]: Executing op: SetTargetFolder(Folder=23\Python 3.4\) MSI (s) (9C:9C) [21:23:53:096]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:9C) [21:23:53:096]: Executing op: ShortcutRemove(Name=MANUAL|Python Manuals) RemoveShortcuts: Shortcut: MANUAL|Python Manuals MSI (s) (9C:9C) [21:23:53:111]: Verifying accessibility of file: Python Manuals.lnk MSI (s) (9C:9C) [21:23:53:111]: Using source file security for destination. MSI (s) (9C:9C) [21:23:54:127]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:23:54:127]: Executing op: ShortcutRemove(Name=UNINST|Uninstall Python) RemoveShortcuts: Shortcut: UNINST|Uninstall Python MSI (s) (9C:9C) [21:23:54:143]: Verifying accessibility of file: Uninstall Python.lnk MSI (s) (9C:9C) [21:23:54:143]: Using source file security for destination. MSI (s) (9C:9C) [21:23:55:080]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:23:55:080]: Executing op: ActionStart(Name=RemoveEnvironmentStrings,Description=Updating environment strings,Template=Name: [1], Value: [2], Action [3]) Action 21:23:55: RemoveEnvironmentStrings. Updating environment strings MSI (s) (9C:9C) [21:23:55:080]: Executing op: ProgressTotal(Total=2,Type=1,ByteEquivalent=13200) MSI (s) (9C:9C) [21:23:55:080]: Executing op: UpdateEnvironmentStrings(Name=Path,Value=C:\Python34\;C:\Python34\Scripts,Delimiter=;,Action=-1610612732,) RemoveEnvironmentStrings: Name: Path, Value: C:\Python34\;C:\Python34\Scripts, Action -1610612732 MSI (s) (9C:9C) [21:23:55:096]: Executing op: UpdateEnvironmentStrings(Name=PathExt,Value=.PY,Delimiter=;,Action=1610612740,) RemoveEnvironmentStrings: Name: PathExt, Value: .PY, Action 1610612740 MSI (s) (9C:9C) [21:23:55:096]: Executing op: ActionStart(Name=RemovePip,,) Action 21:23:55: RemovePip. MSI (s) (9C:9C) [21:23:55:096]: Executing op: CustomActionSchedule(Action=RemovePip,ActionType=3090,Source=C:\Python34\python.exe,Target=-B -m ensurepip._uninstall,) MSI (s) (9C:9C) [21:23:58:518]: Executing op: ActionStart(Name=RemoveFiles,Description=Removing files,Template=File: [1], Directory: [9]) Action 21:23:58: RemoveFiles. Removing files MSI (s) (9C:9C) [21:23:58:518]: Executing op: ProgressTotal(Total=248,Type=1,ByteEquivalent=175000) MSI (s) (9C:9C) [21:23:58:518]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\__pycache__\) MSI (s) (9C:9C) [21:23:58:518]: Executing op: FileRemove(,FileName=abc.cpython-34.pyc,,) RemoveFiles: File: abc.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:533]: Verifying accessibility of file: abc.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:549]: Executing op: FileRemove(,FileName=argparse.cpython-34.pyc,,) RemoveFiles: File: argparse.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:549]: Verifying accessibility of file: argparse.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:565]: Executing op: FileRemove(,FileName=ast.cpython-34.pyc,,) RemoveFiles: File: ast.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:565]: Verifying accessibility of file: ast.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:580]: Executing op: FileRemove(,FileName=base64.cpython-34.pyc,,) RemoveFiles: File: base64.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:580]: Verifying accessibility of file: base64.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:596]: Executing op: FileRemove(,FileName=bdb.cpython-34.pyc,,) RemoveFiles: File: bdb.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:596]: Verifying accessibility of file: bdb.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:627]: Executing op: FileRemove(,FileName=bisect.cpython-34.pyc,,) RemoveFiles: File: bisect.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:627]: Verifying accessibility of file: bisect.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:643]: Executing op: FileRemove(,FileName=bz2.cpython-34.pyc,,) RemoveFiles: File: bz2.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:658]: Verifying accessibility of file: bz2.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:658]: Executing op: FileRemove(,FileName=calendar.cpython-34.pyc,,) RemoveFiles: File: calendar.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:674]: Verifying accessibility of file: calendar.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:690]: Executing op: FileRemove(,FileName=cgi.cpython-34.pyc,,) RemoveFiles: File: cgi.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:690]: Verifying accessibility of file: cgi.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:705]: Executing op: FileRemove(,FileName=code.cpython-34.pyc,,) RemoveFiles: File: code.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:705]: Verifying accessibility of file: code.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:721]: Executing op: FileRemove(,FileName=codecs.cpython-34.pyc,,) RemoveFiles: File: codecs.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:721]: Verifying accessibility of file: codecs.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:737]: Executing op: FileRemove(,FileName=codeop.cpython-34.pyc,,) RemoveFiles: File: codeop.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:737]: Verifying accessibility of file: codeop.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:768]: Executing op: FileRemove(,FileName=compileall.cpython-34.pyc,,) RemoveFiles: File: compileall.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:768]: Verifying accessibility of file: compileall.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:783]: Executing op: FileRemove(,FileName=configparser.cpython-34.pyc,,) RemoveFiles: File: configparser.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:783]: Verifying accessibility of file: configparser.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:799]: Executing op: FileRemove(,FileName=contextlib.cpython-34.pyc,,) RemoveFiles: File: contextlib.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:799]: Verifying accessibility of file: contextlib.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:815]: Executing op: FileRemove(,FileName=copy.cpython-34.pyc,,) RemoveFiles: File: copy.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:815]: Verifying accessibility of file: copy.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:830]: Executing op: FileRemove(,FileName=copyreg.cpython-34.pyc,,) RemoveFiles: File: copyreg.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:830]: Verifying accessibility of file: copyreg.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:846]: Executing op: FileRemove(,FileName=csv.cpython-34.pyc,,) RemoveFiles: File: csv.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:846]: Verifying accessibility of file: csv.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:877]: Executing op: FileRemove(,FileName=datetime.cpython-34.pyc,,) RemoveFiles: File: datetime.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:877]: Verifying accessibility of file: datetime.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:893]: Executing op: FileRemove(,FileName=dis.cpython-34.pyc,,) RemoveFiles: File: dis.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:893]: Verifying accessibility of file: dis.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:908]: Executing op: FileRemove(,FileName=enum.cpython-34.pyc,,) RemoveFiles: File: enum.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:908]: Verifying accessibility of file: enum.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:924]: Executing op: FileRemove(,FileName=fnmatch.cpython-34.pyc,,) RemoveFiles: File: fnmatch.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:924]: Verifying accessibility of file: fnmatch.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:940]: Executing op: FileRemove(,FileName=functools.cpython-34.pyc,,) RemoveFiles: File: functools.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:940]: Verifying accessibility of file: functools.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:955]: Executing op: FileRemove(,FileName=genericpath.cpython-34.pyc,,) RemoveFiles: File: genericpath.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:955]: Verifying accessibility of file: genericpath.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:971]: Executing op: FileRemove(,FileName=getopt.cpython-34.pyc,,) RemoveFiles: File: getopt.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:971]: Verifying accessibility of file: getopt.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:987]: Executing op: FileRemove(,FileName=getpass.cpython-34.pyc,,) RemoveFiles: File: getpass.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:987]: Verifying accessibility of file: getpass.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:002]: Executing op: FileRemove(,FileName=gettext.cpython-34.pyc,,) RemoveFiles: File: gettext.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:002]: Verifying accessibility of file: gettext.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:018]: Executing op: FileRemove(,FileName=glob.cpython-34.pyc,,) RemoveFiles: File: glob.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:018]: Verifying accessibility of file: glob.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:033]: Executing op: FileRemove(,FileName=gzip.cpython-34.pyc,,) RemoveFiles: File: gzip.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:033]: Verifying accessibility of file: gzip.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:033]: Executing op: FileRemove(,FileName=hashlib.cpython-34.pyc,,) RemoveFiles: File: hashlib.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:049]: Verifying accessibility of file: hashlib.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:049]: Executing op: FileRemove(,FileName=heapq.cpython-34.pyc,,) RemoveFiles: File: heapq.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:065]: Verifying accessibility of file: heapq.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:065]: Executing op: FileRemove(,FileName=imp.cpython-34.pyc,,) RemoveFiles: File: imp.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:080]: Verifying accessibility of file: imp.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:080]: Executing op: FileRemove(,FileName=inspect.cpython-34.pyc,,) RemoveFiles: File: inspect.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:096]: Verifying accessibility of file: inspect.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:112]: Executing op: FileRemove(,FileName=io.cpython-34.pyc,,) RemoveFiles: File: io.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:127]: Verifying accessibility of file: io.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:127]: Executing op: FileRemove(,FileName=keyword.cpython-34.pyc,,) RemoveFiles: File: keyword.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:143]: Verifying accessibility of file: keyword.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:143]: Executing op: FileRemove(,FileName=linecache.cpython-34.pyc,,) RemoveFiles: File: linecache.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:158]: Verifying accessibility of file: linecache.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:158]: Executing op: FileRemove(,FileName=locale.cpython-34.pyc,,) RemoveFiles: File: locale.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:174]: Verifying accessibility of file: locale.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:174]: Executing op: FileRemove(,FileName=lzma.cpython-34.pyc,,) RemoveFiles: File: lzma.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:174]: Verifying accessibility of file: lzma.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:190]: Executing op: FileRemove(,FileName=mimetypes.cpython-34.pyc,,) RemoveFiles: File: mimetypes.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:190]: Verifying accessibility of file: mimetypes.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:205]: Executing op: FileRemove(,FileName=ntpath.cpython-34.pyc,,) RemoveFiles: File: ntpath.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:205]: Verifying accessibility of file: ntpath.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:221]: Executing op: FileRemove(,FileName=nturl2path.cpython-34.pyc,,) RemoveFiles: File: nturl2path.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:221]: Verifying accessibility of file: nturl2path.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:237]: Executing op: FileRemove(,FileName=numbers.cpython-34.pyc,,) RemoveFiles: File: numbers.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:237]: Verifying accessibility of file: numbers.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:237]: Executing op: FileRemove(,FileName=opcode.cpython-34.pyc,,) RemoveFiles: File: opcode.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:252]: Verifying accessibility of file: opcode.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:268]: Executing op: FileRemove(,FileName=operator.cpython-34.pyc,,) RemoveFiles: File: operator.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:268]: Verifying accessibility of file: operator.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:283]: Executing op: FileRemove(,FileName=optparse.cpython-34.pyc,,) RemoveFiles: File: optparse.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:283]: Verifying accessibility of file: optparse.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:283]: Executing op: FileRemove(,FileName=os.cpython-34.pyc,,) RemoveFiles: File: os.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:299]: Verifying accessibility of file: os.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:299]: Executing op: FileRemove(,FileName=pickle.cpython-34.pyc,,) RemoveFiles: File: pickle.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:315]: Verifying accessibility of file: pickle.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:330]: Executing op: FileRemove(,FileName=pkgutil.cpython-34.pyc,,) RemoveFiles: File: pkgutil.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:346]: Verifying accessibility of file: pkgutil.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:346]: Executing op: FileRemove(,FileName=platform.cpython-34.pyc,,) RemoveFiles: File: platform.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:346]: Verifying accessibility of file: platform.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:362]: Executing op: FileRemove(,FileName=posixpath.cpython-34.pyc,,) RemoveFiles: File: posixpath.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:362]: Verifying accessibility of file: posixpath.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:377]: Executing op: FileRemove(,FileName=pydoc.cpython-34.pyc,,) RemoveFiles: File: pydoc.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:377]: Verifying accessibility of file: pydoc.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:393]: Executing op: FileRemove(,FileName=py_compile.cpython-34.pyc,,) RemoveFiles: File: py_compile.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:393]: Verifying accessibility of file: py_compile.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:408]: Executing op: FileRemove(,FileName=queue.cpython-34.pyc,,) RemoveFiles: File: queue.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:408]: Verifying accessibility of file: queue.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:424]: Executing op: FileRemove(,FileName=quopri.cpython-34.pyc,,) RemoveFiles: File: quopri.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:424]: Verifying accessibility of file: quopri.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:518]: Executing op: FileRemove(,FileName=random.cpython-34.pyc,,) RemoveFiles: File: random.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:518]: Verifying accessibility of file: random.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:533]: Executing op: FileRemove(,FileName=re.cpython-34.pyc,,) RemoveFiles: File: re.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:533]: Verifying accessibility of file: re.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:549]: Executing op: FileRemove(,FileName=reprlib.cpython-34.pyc,,) RemoveFiles: File: reprlib.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:549]: Verifying accessibility of file: reprlib.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:549]: Executing op: FileRemove(,FileName=runpy.cpython-34.pyc,,) RemoveFiles: File: runpy.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:565]: Verifying accessibility of file: runpy.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:565]: Executing op: FileRemove(,FileName=shlex.cpython-34.pyc,,) RemoveFiles: File: shlex.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:580]: Verifying accessibility of file: shlex.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:596]: Executing op: FileRemove(,FileName=shutil.cpython-34.pyc,,) RemoveFiles: File: shutil.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:596]: Verifying accessibility of file: shutil.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:612]: Executing op: FileRemove(,FileName=site.cpython-34.pyc,,) RemoveFiles: File: site.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:612]: Verifying accessibility of file: site.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:612]: Executing op: FileRemove(,FileName=socket.cpython-34.pyc,,) RemoveFiles: File: socket.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:627]: Verifying accessibility of file: socket.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:627]: Executing op: FileRemove(,FileName=socketserver.cpython-34.pyc,,) RemoveFiles: File: socketserver.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:643]: Verifying accessibility of file: socketserver.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:643]: Executing op: FileRemove(,FileName=sre_compile.cpython-34.pyc,,) RemoveFiles: File: sre_compile.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:643]: Verifying accessibility of file: sre_compile.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:658]: Executing op: FileRemove(,FileName=sre_constants.cpython-34.pyc,,) RemoveFiles: File: sre_constants.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:658]: Verifying accessibility of file: sre_constants.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:674]: Executing op: FileRemove(,FileName=sre_parse.cpython-34.pyc,,) RemoveFiles: File: sre_parse.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:674]: Verifying accessibility of file: sre_parse.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:690]: Executing op: FileRemove(,FileName=ssl.cpython-34.pyc,,) RemoveFiles: File: ssl.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:690]: Verifying accessibility of file: ssl.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:690]: Executing op: FileRemove(,FileName=stat.cpython-34.pyc,,) RemoveFiles: File: stat.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:705]: Verifying accessibility of file: stat.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:705]: Executing op: FileRemove(,FileName=string.cpython-34.pyc,,) RemoveFiles: File: string.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:721]: Verifying accessibility of file: string.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:721]: Executing op: FileRemove(,FileName=stringprep.cpython-34.pyc,,) RemoveFiles: File: stringprep.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:737]: Verifying accessibility of file: stringprep.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:737]: Executing op: FileRemove(,FileName=struct.cpython-34.pyc,,) RemoveFiles: File: struct.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:752]: Verifying accessibility of file: struct.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:752]: Executing op: FileRemove(,FileName=subprocess.cpython-34.pyc,,) RemoveFiles: File: subprocess.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:768]: Verifying accessibility of file: subprocess.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:768]: Executing op: FileRemove(,FileName=symbol.cpython-34.pyc,,) RemoveFiles: File: symbol.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:783]: Verifying accessibility of file: symbol.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:783]: Executing op: FileRemove(,FileName=sysconfig.cpython-34.pyc,,) RemoveFiles: File: sysconfig.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:799]: Verifying accessibility of file: sysconfig.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:799]: Executing op: FileRemove(,FileName=tarfile.cpython-34.pyc,,) RemoveFiles: File: tarfile.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:799]: Verifying accessibility of file: tarfile.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:815]: Executing op: FileRemove(,FileName=tempfile.cpython-34.pyc,,) RemoveFiles: File: tempfile.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:815]: Verifying accessibility of file: tempfile.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:830]: Executing op: FileRemove(,FileName=textwrap.cpython-34.pyc,,) RemoveFiles: File: textwrap.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:830]: Verifying accessibility of file: textwrap.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:846]: Executing op: FileRemove(,FileName=threading.cpython-34.pyc,,) RemoveFiles: File: threading.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:846]: Verifying accessibility of file: threading.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:862]: Executing op: FileRemove(,FileName=token.cpython-34.pyc,,) RemoveFiles: File: token.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:877]: Verifying accessibility of file: token.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:877]: Executing op: FileRemove(,FileName=tokenize.cpython-34.pyc,,) RemoveFiles: File: tokenize.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:877]: Verifying accessibility of file: tokenize.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:893]: Executing op: FileRemove(,FileName=traceback.cpython-34.pyc,,) RemoveFiles: File: traceback.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:893]: Verifying accessibility of file: traceback.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:908]: Executing op: FileRemove(,FileName=types.cpython-34.pyc,,) RemoveFiles: File: types.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:908]: Verifying accessibility of file: types.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:924]: Executing op: FileRemove(,FileName=uu.cpython-34.pyc,,) RemoveFiles: File: uu.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:924]: Verifying accessibility of file: uu.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:940]: Executing op: FileRemove(,FileName=uuid.cpython-34.pyc,,) RemoveFiles: File: uuid.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:940]: Verifying accessibility of file: uuid.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:955]: Executing op: FileRemove(,FileName=warnings.cpython-34.pyc,,) RemoveFiles: File: warnings.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:955]: Verifying accessibility of file: warnings.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:971]: Executing op: FileRemove(,FileName=weakref.cpython-34.pyc,,) RemoveFiles: File: weakref.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:971]: Verifying accessibility of file: weakref.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:987]: Executing op: FileRemove(,FileName=webbrowser.cpython-34.pyc,,) RemoveFiles: File: webbrowser.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:987]: Verifying accessibility of file: webbrowser.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:002]: Executing op: FileRemove(,FileName=zipfile.cpython-34.pyc,,) RemoveFiles: File: zipfile.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:24:00:002]: Verifying accessibility of file: zipfile.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:018]: Executing op: FileRemove(,FileName=_bootlocale.cpython-34.pyc,,) RemoveFiles: File: _bootlocale.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:24:00:018]: Verifying accessibility of file: _bootlocale.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:033]: Executing op: FileRemove(,FileName=_collections_abc.cpython-34.pyc,,) RemoveFiles: File: _collections_abc.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:24:00:033]: Verifying accessibility of file: _collections_abc.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:049]: Executing op: FileRemove(,FileName=_compat_pickle.cpython-34.pyc,,) RemoveFiles: File: _compat_pickle.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:24:00:049]: Verifying accessibility of file: _compat_pickle.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:065]: Executing op: FileRemove(,FileName=_markupbase.cpython-34.pyc,,) RemoveFiles: File: _markupbase.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:24:00:065]: Verifying accessibility of file: _markupbase.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:065]: Executing op: FileRemove(,FileName=_sitebuiltins.cpython-34.pyc,,) RemoveFiles: File: _sitebuiltins.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:24:00:080]: Verifying accessibility of file: _sitebuiltins.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:080]: Executing op: FileRemove(,FileName=_weakrefset.cpython-34.pyc,,) RemoveFiles: File: _weakrefset.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:24:00:096]: Verifying accessibility of file: _weakrefset.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:096]: Executing op: FileRemove(,FileName=__future__.cpython-34.pyc,,) RemoveFiles: File: __future__.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:24:00:112]: Verifying accessibility of file: __future__.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:174]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\asyncio\__pycache__\) MSI (s) (9C:9C) [21:24:00:174]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\idlelib\__pycache__\) MSI (s) (9C:9C) [21:24:00:174]: Executing op: FileRemove(,FileName=aboutDialog.cpython-34.pyc,,) RemoveFiles: File: aboutDialog.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:190]: Verifying accessibility of file: aboutDialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:205]: Executing op: FileRemove(,FileName=AutoComplete.cpython-34.pyc,,) RemoveFiles: File: AutoComplete.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:205]: Verifying accessibility of file: AutoComplete.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:221]: Executing op: FileRemove(,FileName=AutoCompleteWindow.cpython-34.pyc,,) RemoveFiles: File: AutoCompleteWindow.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:221]: Verifying accessibility of file: AutoCompleteWindow.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:221]: Executing op: FileRemove(,FileName=AutoExpand.cpython-34.pyc,,) RemoveFiles: File: AutoExpand.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:237]: Verifying accessibility of file: AutoExpand.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:237]: Executing op: FileRemove(,FileName=Bindings.cpython-34.pyc,,) RemoveFiles: File: Bindings.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:252]: Verifying accessibility of file: Bindings.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:252]: Executing op: FileRemove(,FileName=CallTips.cpython-34.pyc,,) RemoveFiles: File: CallTips.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:268]: Verifying accessibility of file: CallTips.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:268]: Executing op: FileRemove(,FileName=CallTipWindow.cpython-34.pyc,,) RemoveFiles: File: CallTipWindow.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:283]: Verifying accessibility of file: CallTipWindow.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:283]: Executing op: FileRemove(,FileName=ColorDelegator.cpython-34.pyc,,) RemoveFiles: File: ColorDelegator.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:299]: Verifying accessibility of file: ColorDelegator.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:299]: Executing op: FileRemove(,FileName=configDialog.cpython-34.pyc,,) RemoveFiles: File: configDialog.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:315]: Verifying accessibility of file: configDialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:330]: Executing op: FileRemove(,FileName=configHandler.cpython-34.pyc,,) RemoveFiles: File: configHandler.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:346]: Verifying accessibility of file: configHandler.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:362]: Executing op: FileRemove(,FileName=configHelpSourceEdit.cpython-34.pyc,,) RemoveFiles: File: configHelpSourceEdit.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:377]: Verifying accessibility of file: configHelpSourceEdit.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:393]: Executing op: FileRemove(,FileName=configSectionNameDialog.cpython-34.pyc,,) RemoveFiles: File: configSectionNameDialog.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:393]: Verifying accessibility of file: configSectionNameDialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:408]: Executing op: FileRemove(,FileName=Debugger.cpython-34.pyc,,) RemoveFiles: File: Debugger.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:408]: Verifying accessibility of file: Debugger.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:424]: Executing op: FileRemove(,FileName=Delegator.cpython-34.pyc,,) RemoveFiles: File: Delegator.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:424]: Verifying accessibility of file: Delegator.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:440]: Executing op: FileRemove(,FileName=dynOptionMenuWidget.cpython-34.pyc,,) RemoveFiles: File: dynOptionMenuWidget.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:440]: Verifying accessibility of file: dynOptionMenuWidget.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:455]: Executing op: FileRemove(,FileName=EditorWindow.cpython-34.pyc,,) RemoveFiles: File: EditorWindow.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:455]: Verifying accessibility of file: EditorWindow.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:487]: Executing op: FileRemove(,FileName=FileList.cpython-34.pyc,,) RemoveFiles: File: FileList.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:487]: Verifying accessibility of file: FileList.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:487]: Executing op: FileRemove(,FileName=FormatParagraph.cpython-34.pyc,,) RemoveFiles: File: FormatParagraph.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:502]: Verifying accessibility of file: FormatParagraph.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:502]: Executing op: FileRemove(,FileName=GrepDialog.cpython-34.pyc,,) RemoveFiles: File: GrepDialog.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:518]: Verifying accessibility of file: GrepDialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:518]: Executing op: FileRemove(,FileName=HyperParser.cpython-34.pyc,,) RemoveFiles: File: HyperParser.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:533]: Verifying accessibility of file: HyperParser.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:533]: Executing op: FileRemove(,FileName=IdleHistory.cpython-34.pyc,,) RemoveFiles: File: IdleHistory.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:549]: Verifying accessibility of file: IdleHistory.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:549]: Executing op: FileRemove(,FileName=idlever.cpython-34.pyc,,) RemoveFiles: File: idlever.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:565]: Verifying accessibility of file: idlever.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:565]: Executing op: FileRemove(,FileName=IOBinding.cpython-34.pyc,,) RemoveFiles: File: IOBinding.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:565]: Verifying accessibility of file: IOBinding.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:596]: Executing op: FileRemove(,FileName=keybindingDialog.cpython-34.pyc,,) RemoveFiles: File: keybindingDialog.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:596]: Verifying accessibility of file: keybindingDialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:612]: Executing op: FileRemove(,FileName=macosxSupport.cpython-34.pyc,,) RemoveFiles: File: macosxSupport.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:612]: Verifying accessibility of file: macosxSupport.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:612]: Executing op: FileRemove(,FileName=MultiCall.cpython-34.pyc,,) RemoveFiles: File: MultiCall.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:627]: Verifying accessibility of file: MultiCall.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:643]: Executing op: FileRemove(,FileName=MultiStatusBar.cpython-34.pyc,,) RemoveFiles: File: MultiStatusBar.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:643]: Verifying accessibility of file: MultiStatusBar.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:658]: Executing op: FileRemove(,FileName=ObjectBrowser.cpython-34.pyc,,) RemoveFiles: File: ObjectBrowser.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:658]: Verifying accessibility of file: ObjectBrowser.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:674]: Executing op: FileRemove(,FileName=OutputWindow.cpython-34.pyc,,) RemoveFiles: File: OutputWindow.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:674]: Verifying accessibility of file: OutputWindow.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:674]: Executing op: FileRemove(,FileName=ParenMatch.cpython-34.pyc,,) RemoveFiles: File: ParenMatch.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:690]: Verifying accessibility of file: ParenMatch.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:690]: Executing op: FileRemove(,FileName=Percolator.cpython-34.pyc,,) RemoveFiles: File: Percolator.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:705]: Verifying accessibility of file: Percolator.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:705]: Executing op: FileRemove(,FileName=PyParse.cpython-34.pyc,,) RemoveFiles: File: PyParse.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:721]: Verifying accessibility of file: PyParse.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:721]: Executing op: FileRemove(,FileName=PyShell.cpython-34.pyc,,) RemoveFiles: File: PyShell.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:737]: Verifying accessibility of file: PyShell.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:737]: Executing op: FileRemove(,FileName=RemoteDebugger.cpython-34.pyc,,) RemoveFiles: File: RemoteDebugger.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:737]: Verifying accessibility of file: RemoteDebugger.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:768]: Executing op: FileRemove(,FileName=RemoteObjectBrowser.cpython-34.pyc,,) RemoveFiles: File: RemoteObjectBrowser.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:768]: Verifying accessibility of file: RemoteObjectBrowser.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:783]: Executing op: FileRemove(,FileName=ReplaceDialog.cpython-34.pyc,,) RemoveFiles: File: ReplaceDialog.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:783]: Verifying accessibility of file: ReplaceDialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:799]: Executing op: FileRemove(,FileName=rpc.cpython-34.pyc,,) RemoveFiles: File: rpc.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:799]: Verifying accessibility of file: rpc.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:815]: Executing op: FileRemove(,FileName=run.cpython-34.pyc,,) RemoveFiles: File: run.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:830]: Verifying accessibility of file: run.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:830]: Executing op: FileRemove(,FileName=ScrolledList.cpython-34.pyc,,) RemoveFiles: File: ScrolledList.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:846]: Verifying accessibility of file: ScrolledList.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:846]: Executing op: FileRemove(,FileName=SearchDialog.cpython-34.pyc,,) RemoveFiles: File: SearchDialog.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:862]: Verifying accessibility of file: SearchDialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:862]: Executing op: FileRemove(,FileName=SearchDialogBase.cpython-34.pyc,,) RemoveFiles: File: SearchDialogBase.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:862]: Verifying accessibility of file: SearchDialogBase.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:877]: Executing op: FileRemove(,FileName=SearchEngine.cpython-34.pyc,,) RemoveFiles: File: SearchEngine.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:877]: Verifying accessibility of file: SearchEngine.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:893]: Executing op: FileRemove(,FileName=StackViewer.cpython-34.pyc,,) RemoveFiles: File: StackViewer.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:893]: Verifying accessibility of file: StackViewer.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:908]: Executing op: FileRemove(,FileName=tabbedpages.cpython-34.pyc,,) RemoveFiles: File: tabbedpages.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:924]: Verifying accessibility of file: tabbedpages.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:924]: Executing op: FileRemove(,FileName=textView.cpython-34.pyc,,) RemoveFiles: File: textView.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:940]: Verifying accessibility of file: textView.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:940]: Executing op: FileRemove(,FileName=TreeWidget.cpython-34.pyc,,) RemoveFiles: File: TreeWidget.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:955]: Verifying accessibility of file: TreeWidget.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:955]: Executing op: FileRemove(,FileName=UndoDelegator.cpython-34.pyc,,) RemoveFiles: File: UndoDelegator.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:971]: Verifying accessibility of file: UndoDelegator.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:971]: Executing op: FileRemove(,FileName=WidgetRedirector.cpython-34.pyc,,) RemoveFiles: File: WidgetRedirector.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:987]: Verifying accessibility of file: WidgetRedirector.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:987]: Executing op: FileRemove(,FileName=WindowList.cpython-34.pyc,,) RemoveFiles: File: WindowList.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:01:002]: Verifying accessibility of file: WindowList.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:002]: Executing op: FileRemove(,FileName=ZoomHeight.cpython-34.pyc,,) RemoveFiles: File: ZoomHeight.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:01:018]: Verifying accessibility of file: ZoomHeight.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:018]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:01:033]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:112]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\idlelib\idle_test\__pycache__\) MSI (s) (9C:9C) [21:24:01:112]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\concurrent\__pycache__\) MSI (s) (9C:9C) [21:24:01:112]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\concurrent\futures\__pycache__\) MSI (s) (9C:9C) [21:24:01:112]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\http\__pycache__\) MSI (s) (9C:9C) [21:24:01:112]: Executing op: FileRemove(,FileName=client.cpython-34.pyc,,) RemoveFiles: File: client.cpython-34.pyc, Directory: C:\Python34\Lib\http\__pycache__\ MSI (s) (9C:9C) [21:24:01:112]: Verifying accessibility of file: client.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:127]: Executing op: FileRemove(,FileName=cookiejar.cpython-34.pyc,,) RemoveFiles: File: cookiejar.cpython-34.pyc, Directory: C:\Python34\Lib\http\__pycache__\ MSI (s) (9C:9C) [21:24:01:127]: Verifying accessibility of file: cookiejar.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:158]: Executing op: FileRemove(,FileName=cookies.cpython-34.pyc,,) RemoveFiles: File: cookies.cpython-34.pyc, Directory: C:\Python34\Lib\http\__pycache__\ MSI (s) (9C:9C) [21:24:01:174]: Verifying accessibility of file: cookies.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:190]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\http\__pycache__\ MSI (s) (9C:9C) [21:24:01:205]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:221]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\sqlite3\__pycache__\) MSI (s) (9C:9C) [21:24:01:221]: Executing op: FileRemove(,FileName=dbapi2.cpython-34.pyc,,) RemoveFiles: File: dbapi2.cpython-34.pyc, Directory: C:\Python34\Lib\sqlite3\__pycache__\ MSI (s) (9C:9C) [21:24:01:221]: Verifying accessibility of file: dbapi2.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:237]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\sqlite3\__pycache__\ MSI (s) (9C:9C) [21:24:01:237]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:252]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\sqlite3\test\__pycache__\) MSI (s) (9C:9C) [21:24:01:252]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\html\__pycache__\) MSI (s) (9C:9C) [21:24:01:252]: Executing op: FileRemove(,FileName=entities.cpython-34.pyc,,) RemoveFiles: File: entities.cpython-34.pyc, Directory: C:\Python34\Lib\html\__pycache__\ MSI (s) (9C:9C) [21:24:01:268]: Verifying accessibility of file: entities.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:283]: Executing op: FileRemove(,FileName=parser.cpython-34.pyc,,) RemoveFiles: File: parser.cpython-34.pyc, Directory: C:\Python34\Lib\html\__pycache__\ MSI (s) (9C:9C) [21:24:01:283]: Verifying accessibility of file: parser.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:315]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\html\__pycache__\ MSI (s) (9C:9C) [21:24:01:315]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:330]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\__pycache__\) MSI (s) (9C:9C) [21:24:01:330]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\pgen2\__pycache__\) MSI (s) (9C:9C) [21:24:01:330]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\__pycache__\) MSI (s) (9C:9C) [21:24:01:330]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\__pycache__\) MSI (s) (9C:9C) [21:24:01:330]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\) MSI (s) (9C:9C) [21:24:01:330]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\) MSI (s) (9C:9C) [21:24:01:330]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\fixes\__pycache__\) MSI (s) (9C:9C) [21:24:01:330]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\__pycache__\) MSI (s) (9C:9C) [21:24:01:330]: Executing op: FileRemove(,FileName=colorchooser.cpython-34.pyc,,) RemoveFiles: File: colorchooser.cpython-34.pyc, Directory: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:01:346]: Verifying accessibility of file: colorchooser.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:362]: Executing op: FileRemove(,FileName=commondialog.cpython-34.pyc,,) RemoveFiles: File: commondialog.cpython-34.pyc, Directory: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:01:377]: Verifying accessibility of file: commondialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:393]: Executing op: FileRemove(,FileName=constants.cpython-34.pyc,,) RemoveFiles: File: constants.cpython-34.pyc, Directory: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:01:393]: Verifying accessibility of file: constants.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:408]: Executing op: FileRemove(,FileName=dialog.cpython-34.pyc,,) RemoveFiles: File: dialog.cpython-34.pyc, Directory: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:01:424]: Verifying accessibility of file: dialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:440]: Executing op: FileRemove(,FileName=filedialog.cpython-34.pyc,,) RemoveFiles: File: filedialog.cpython-34.pyc, Directory: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:01:455]: Verifying accessibility of file: filedialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:471]: Executing op: FileRemove(,FileName=font.cpython-34.pyc,,) RemoveFiles: File: font.cpython-34.pyc, Directory: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:01:471]: Verifying accessibility of file: font.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:487]: Executing op: FileRemove(,FileName=messagebox.cpython-34.pyc,,) RemoveFiles: File: messagebox.cpython-34.pyc, Directory: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:01:487]: Verifying accessibility of file: messagebox.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:487]: Executing op: FileRemove(,FileName=simpledialog.cpython-34.pyc,,) RemoveFiles: File: simpledialog.cpython-34.pyc, Directory: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:01:502]: Verifying accessibility of file: simpledialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:518]: Executing op: FileRemove(,FileName=_fix.cpython-34.pyc,,) RemoveFiles: File: _fix.cpython-34.pyc, Directory: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:01:518]: Verifying accessibility of file: _fix.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:533]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:01:533]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:565]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\__pycache__\) MSI (s) (9C:9C) [21:24:01:565]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\) MSI (s) (9C:9C) [21:24:01:565]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\) MSI (s) (9C:9C) [21:24:01:565]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\wsgiref\__pycache__\) MSI (s) (9C:9C) [21:24:01:565]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\venv\__pycache__\) MSI (s) (9C:9C) [21:24:01:565]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\json\__pycache__\) MSI (s) (9C:9C) [21:24:01:565]: Executing op: FileRemove(,FileName=decoder.cpython-34.pyc,,) RemoveFiles: File: decoder.cpython-34.pyc, Directory: C:\Python34\Lib\json\__pycache__\ MSI (s) (9C:9C) [21:24:01:565]: Verifying accessibility of file: decoder.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:580]: Executing op: FileRemove(,FileName=encoder.cpython-34.pyc,,) RemoveFiles: File: encoder.cpython-34.pyc, Directory: C:\Python34\Lib\json\__pycache__\ MSI (s) (9C:9C) [21:24:01:580]: Verifying accessibility of file: encoder.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:596]: Executing op: FileRemove(,FileName=scanner.cpython-34.pyc,,) RemoveFiles: File: scanner.cpython-34.pyc, Directory: C:\Python34\Lib\json\__pycache__\ MSI (s) (9C:9C) [21:24:01:596]: Verifying accessibility of file: scanner.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:612]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\json\__pycache__\ MSI (s) (9C:9C) [21:24:01:612]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:627]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\curses\__pycache__\) MSI (s) (9C:9C) [21:24:01:627]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\multiprocessing\__pycache__\) MSI (s) (9C:9C) [21:24:01:627]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\multiprocessing\dummy\__pycache__\) MSI (s) (9C:9C) [21:24:01:627]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ensurepip\__pycache__\) MSI (s) (9C:9C) [21:24:01:627]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\ensurepip\__pycache__\ MSI (s) (9C:9C) [21:24:01:627]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:643]: Executing op: FileRemove(,FileName=__main__.cpython-34.pyc,,) RemoveFiles: File: __main__.cpython-34.pyc, Directory: C:\Python34\Lib\ensurepip\__pycache__\ MSI (s) (9C:9C) [21:24:01:643]: Verifying accessibility of file: __main__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:658]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\logging\__pycache__\) MSI (s) (9C:9C) [21:24:01:658]: Executing op: FileRemove(,FileName=config.cpython-34.pyc,,) RemoveFiles: File: config.cpython-34.pyc, Directory: C:\Python34\Lib\logging\__pycache__\ MSI (s) (9C:9C) [21:24:01:658]: Verifying accessibility of file: config.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:674]: Executing op: FileRemove(,FileName=handlers.cpython-34.pyc,,) RemoveFiles: File: handlers.cpython-34.pyc, Directory: C:\Python34\Lib\logging\__pycache__\ MSI (s) (9C:9C) [21:24:01:674]: Verifying accessibility of file: handlers.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:690]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\logging\__pycache__\ MSI (s) (9C:9C) [21:24:01:705]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:721]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\__pycache__\) MSI (s) (9C:9C) [21:24:01:721]: Executing op: FileRemove(,FileName=util.cpython-34.pyc,,) RemoveFiles: File: util.cpython-34.pyc, Directory: C:\Python34\Lib\ctypes\__pycache__\ MSI (s) (9C:9C) [21:24:01:721]: Verifying accessibility of file: util.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:737]: Executing op: FileRemove(,FileName=wintypes.cpython-34.pyc,,) RemoveFiles: File: wintypes.cpython-34.pyc, Directory: C:\Python34\Lib\ctypes\__pycache__\ MSI (s) (9C:9C) [21:24:01:737]: Verifying accessibility of file: wintypes.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:752]: Executing op: FileRemove(,FileName=_endian.cpython-34.pyc,,) RemoveFiles: File: _endian.cpython-34.pyc, Directory: C:\Python34\Lib\ctypes\__pycache__\ MSI (s) (9C:9C) [21:24:01:752]: Verifying accessibility of file: _endian.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:768]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\ctypes\__pycache__\ MSI (s) (9C:9C) [21:24:01:768]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:783]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\test\__pycache__\) MSI (s) (9C:9C) [21:24:01:783]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\macholib\__pycache__\) MSI (s) (9C:9C) [21:24:01:783]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\__pycache__\) MSI (s) (9C:9C) [21:24:01:783]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_asyncio\__pycache__\) MSI (s) (9C:9C) [21:24:01:783]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\support\__pycache__\) MSI (s) (9C:9C) [21:24:01:783]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\encoded_modules\__pycache__\) MSI (s) (9C:9C) [21:24:01:783]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\tracedmodules\__pycache__\) MSI (s) (9C:9C) [21:24:01:783]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\crashers\__pycache__\) MSI (s) (9C:9C) [21:24:01:783]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\leakers\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\subprocessdata\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_json\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\builtin\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\frozen\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\source\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\extension\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\import_\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_email\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\turtledemo\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\xml\__pycache__\ MSI (s) (9C:9C) [21:24:01:815]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:815]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\dom\__pycache__\) MSI (s) (9C:9C) [21:24:01:815]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\etree\__pycache__\) MSI (s) (9C:9C) [21:24:01:815]: Executing op: FileRemove(,FileName=cElementTree.cpython-34.pyc,,) RemoveFiles: File: cElementTree.cpython-34.pyc, Directory: C:\Python34\Lib\xml\etree\__pycache__\ MSI (s) (9C:9C) [21:24:01:830]: Verifying accessibility of file: cElementTree.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:830]: Executing op: FileRemove(,FileName=ElementPath.cpython-34.pyc,,) RemoveFiles: File: ElementPath.cpython-34.pyc, Directory: C:\Python34\Lib\xml\etree\__pycache__\ MSI (s) (9C:9C) [21:24:01:846]: Verifying accessibility of file: ElementPath.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:846]: Executing op: FileRemove(,FileName=ElementTree.cpython-34.pyc,,) RemoveFiles: File: ElementTree.cpython-34.pyc, Directory: C:\Python34\Lib\xml\etree\__pycache__\ MSI (s) (9C:9C) [21:24:01:846]: Verifying accessibility of file: ElementTree.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:871]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\xml\etree\__pycache__\ MSI (s) (9C:9C) [21:24:01:878]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:883]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\parsers\__pycache__\) MSI (s) (9C:9C) [21:24:01:883]: Executing op: FileRemove(,FileName=expat.cpython-34.pyc,,) RemoveFiles: File: expat.cpython-34.pyc, Directory: C:\Python34\Lib\xml\parsers\__pycache__\ MSI (s) (9C:9C) [21:24:01:883]: Verifying accessibility of file: expat.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:898]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\xml\parsers\__pycache__\ MSI (s) (9C:9C) [21:24:01:898]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:898]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\sax\__pycache__\) MSI (s) (9C:9C) [21:24:01:898]: Executing op: FileRemove(,FileName=handler.cpython-34.pyc,,) RemoveFiles: File: handler.cpython-34.pyc, Directory: C:\Python34\Lib\xml\sax\__pycache__\ MSI (s) (9C:9C) [21:24:01:914]: Verifying accessibility of file: handler.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:930]: Executing op: FileRemove(,FileName=saxutils.cpython-34.pyc,,) RemoveFiles: File: saxutils.cpython-34.pyc, Directory: C:\Python34\Lib\xml\sax\__pycache__\ MSI (s) (9C:9C) [21:24:01:930]: Verifying accessibility of file: saxutils.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:945]: Executing op: FileRemove(,FileName=xmlreader.cpython-34.pyc,,) RemoveFiles: File: xmlreader.cpython-34.pyc, Directory: C:\Python34\Lib\xml\sax\__pycache__\ MSI (s) (9C:9C) [21:24:01:945]: Verifying accessibility of file: xmlreader.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:961]: Executing op: FileRemove(,FileName=_exceptions.cpython-34.pyc,,) RemoveFiles: File: _exceptions.cpython-34.pyc, Directory: C:\Python34\Lib\xml\sax\__pycache__\ MSI (s) (9C:9C) [21:24:01:961]: Verifying accessibility of file: _exceptions.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:992]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\xml\sax\__pycache__\ MSI (s) (9C:9C) [21:24:01:992]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:008]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\email\__pycache__\) MSI (s) (9C:9C) [21:24:02:008]: Executing op: FileRemove(,FileName=base64mime.cpython-34.pyc,,) RemoveFiles: File: base64mime.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:008]: Verifying accessibility of file: base64mime.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:024]: Executing op: FileRemove(,FileName=charset.cpython-34.pyc,,) RemoveFiles: File: charset.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:024]: Verifying accessibility of file: charset.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:039]: Executing op: FileRemove(,FileName=encoders.cpython-34.pyc,,) RemoveFiles: File: encoders.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:039]: Verifying accessibility of file: encoders.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:055]: Executing op: FileRemove(,FileName=errors.cpython-34.pyc,,) RemoveFiles: File: errors.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:055]: Verifying accessibility of file: errors.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:070]: Executing op: FileRemove(,FileName=feedparser.cpython-34.pyc,,) RemoveFiles: File: feedparser.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:070]: Verifying accessibility of file: feedparser.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:102]: Executing op: FileRemove(,FileName=header.cpython-34.pyc,,) RemoveFiles: File: header.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:102]: Verifying accessibility of file: header.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:117]: Executing op: FileRemove(,FileName=iterators.cpython-34.pyc,,) RemoveFiles: File: iterators.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:117]: Verifying accessibility of file: iterators.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:117]: Executing op: FileRemove(,FileName=message.cpython-34.pyc,,) RemoveFiles: File: message.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:133]: Verifying accessibility of file: message.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:149]: Executing op: FileRemove(,FileName=parser.cpython-34.pyc,,) RemoveFiles: File: parser.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:164]: Verifying accessibility of file: parser.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:164]: Executing op: FileRemove(,FileName=quoprimime.cpython-34.pyc,,) RemoveFiles: File: quoprimime.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:180]: Verifying accessibility of file: quoprimime.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:195]: Executing op: FileRemove(,FileName=utils.cpython-34.pyc,,) RemoveFiles: File: utils.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:211]: Verifying accessibility of file: utils.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:211]: Executing op: FileRemove(,FileName=_encoded_words.cpython-34.pyc,,) RemoveFiles: File: _encoded_words.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:227]: Verifying accessibility of file: _encoded_words.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:227]: Executing op: FileRemove(,FileName=_parseaddr.cpython-34.pyc,,) RemoveFiles: File: _parseaddr.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:227]: Verifying accessibility of file: _parseaddr.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:242]: Executing op: FileRemove(,FileName=_policybase.cpython-34.pyc,,) RemoveFiles: File: _policybase.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:242]: Verifying accessibility of file: _policybase.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:258]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:258]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:274]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\email\mime\__pycache__\) MSI (s) (9C:9C) [21:24:02:274]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\urllib\__pycache__\) MSI (s) (9C:9C) [21:24:02:274]: Executing op: FileRemove(,FileName=error.cpython-34.pyc,,) RemoveFiles: File: error.cpython-34.pyc, Directory: C:\Python34\Lib\urllib\__pycache__\ MSI (s) (9C:9C) [21:24:02:274]: Verifying accessibility of file: error.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:289]: Executing op: FileRemove(,FileName=parse.cpython-34.pyc,,) RemoveFiles: File: parse.cpython-34.pyc, Directory: C:\Python34\Lib\urllib\__pycache__\ MSI (s) (9C:9C) [21:24:02:289]: Verifying accessibility of file: parse.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:305]: Executing op: FileRemove(,FileName=request.cpython-34.pyc,,) RemoveFiles: File: request.cpython-34.pyc, Directory: C:\Python34\Lib\urllib\__pycache__\ MSI (s) (9C:9C) [21:24:02:305]: Verifying accessibility of file: request.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:320]: Executing op: FileRemove(,FileName=response.cpython-34.pyc,,) RemoveFiles: File: response.cpython-34.pyc, Directory: C:\Python34\Lib\urllib\__pycache__\ MSI (s) (9C:9C) [21:24:02:336]: Verifying accessibility of file: response.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:336]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\urllib\__pycache__\ MSI (s) (9C:9C) [21:24:02:352]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:352]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\encodings\__pycache__\) MSI (s) (9C:9C) [21:24:02:352]: Executing op: FileRemove(,FileName=aliases.cpython-34.pyc,,) RemoveFiles: File: aliases.cpython-34.pyc, Directory: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:24:02:352]: Verifying accessibility of file: aliases.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:367]: Executing op: FileRemove(,FileName=cp1252.cpython-34.pyc,,) RemoveFiles: File: cp1252.cpython-34.pyc, Directory: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:24:02:367]: Verifying accessibility of file: cp1252.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:383]: Executing op: FileRemove(,FileName=cp437.cpython-34.pyc,,) RemoveFiles: File: cp437.cpython-34.pyc, Directory: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:24:02:383]: Verifying accessibility of file: cp437.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:399]: Executing op: FileRemove(,FileName=cp850.cpython-34.pyc,,) RemoveFiles: File: cp850.cpython-34.pyc, Directory: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:24:02:399]: Verifying accessibility of file: cp850.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:414]: Executing op: FileRemove(,FileName=idna.cpython-34.pyc,,) RemoveFiles: File: idna.cpython-34.pyc, Directory: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:24:02:414]: Verifying accessibility of file: idna.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:430]: Executing op: FileRemove(,FileName=latin_1.cpython-34.pyc,,) RemoveFiles: File: latin_1.cpython-34.pyc, Directory: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:24:02:430]: Verifying accessibility of file: latin_1.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:445]: Executing op: FileRemove(,FileName=mbcs.cpython-34.pyc,,) RemoveFiles: File: mbcs.cpython-34.pyc, Directory: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:24:02:445]: Verifying accessibility of file: mbcs.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:445]: Executing op: FileRemove(,FileName=utf_8.cpython-34.pyc,,) RemoveFiles: File: utf_8.cpython-34.pyc, Directory: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:24:02:461]: Verifying accessibility of file: utf_8.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:461]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:24:02:477]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:477]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\pydoc_data\__pycache__\) MSI (s) (9C:9C) [21:24:02:477]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\msilib\__pycache__\) MSI (s) (9C:9C) [21:24:02:477]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xmlrpc\__pycache__\) MSI (s) (9C:9C) [21:24:02:477]: Executing op: FileRemove(,FileName=client.cpython-34.pyc,,) RemoveFiles: File: client.cpython-34.pyc, Directory: C:\Python34\Lib\xmlrpc\__pycache__\ MSI (s) (9C:9C) [21:24:02:492]: Verifying accessibility of file: client.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:508]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\xmlrpc\__pycache__\ MSI (s) (9C:9C) [21:24:02:508]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:523]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\__pycache__\) MSI (s) (9C:9C) [21:24:02:523]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\test\__pycache__\) MSI (s) (9C:9C) [21:24:02:523]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\test\testmock\__pycache__\) MSI (s) (9C:9C) [21:24:02:523]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\collections\__pycache__\) MSI (s) (9C:9C) [21:24:02:523]: Executing op: FileRemove(,FileName=abc.cpython-34.pyc,,) RemoveFiles: File: abc.cpython-34.pyc, Directory: C:\Python34\Lib\collections\__pycache__\ MSI (s) (9C:9C) [21:24:02:523]: Verifying accessibility of file: abc.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:539]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\collections\__pycache__\ MSI (s) (9C:9C) [21:24:02:539]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:555]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\importlib\__pycache__\) MSI (s) (9C:9C) [21:24:02:555]: Executing op: FileRemove(,FileName=abc.cpython-34.pyc,,) RemoveFiles: File: abc.cpython-34.pyc, Directory: C:\Python34\Lib\importlib\__pycache__\ MSI (s) (9C:9C) [21:24:02:555]: Verifying accessibility of file: abc.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:586]: Executing op: FileRemove(,FileName=machinery.cpython-34.pyc,,) RemoveFiles: File: machinery.cpython-34.pyc, Directory: C:\Python34\Lib\importlib\__pycache__\ MSI (s) (9C:9C) [21:24:02:586]: Verifying accessibility of file: machinery.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:586]: Executing op: FileRemove(,FileName=util.cpython-34.pyc,,) RemoveFiles: File: util.cpython-34.pyc, Directory: C:\Python34\Lib\importlib\__pycache__\ MSI (s) (9C:9C) [21:24:02:602]: Verifying accessibility of file: util.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:602]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\importlib\__pycache__\ MSI (s) (9C:9C) [21:24:02:617]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:617]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\__pycache__\) MSI (s) (9C:9C) [21:24:02:617]: Executing op: FileRemove(,FileName=archive_util.cpython-34.pyc,,) RemoveFiles: File: archive_util.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:617]: Verifying accessibility of file: archive_util.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:633]: Executing op: FileRemove(,FileName=cmd.cpython-34.pyc,,) RemoveFiles: File: cmd.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:633]: Verifying accessibility of file: cmd.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:649]: Executing op: FileRemove(,FileName=config.cpython-34.pyc,,) RemoveFiles: File: config.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:649]: Verifying accessibility of file: config.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:664]: Executing op: FileRemove(,FileName=core.cpython-34.pyc,,) RemoveFiles: File: core.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:664]: Verifying accessibility of file: core.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:680]: Executing op: FileRemove(,FileName=debug.cpython-34.pyc,,) RemoveFiles: File: debug.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:680]: Verifying accessibility of file: debug.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:680]: Executing op: FileRemove(,FileName=dep_util.cpython-34.pyc,,) RemoveFiles: File: dep_util.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:695]: Verifying accessibility of file: dep_util.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:695]: Executing op: FileRemove(,FileName=dir_util.cpython-34.pyc,,) RemoveFiles: File: dir_util.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:711]: Verifying accessibility of file: dir_util.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:727]: Executing op: FileRemove(,FileName=dist.cpython-34.pyc,,) RemoveFiles: File: dist.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:727]: Verifying accessibility of file: dist.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:742]: Executing op: FileRemove(,FileName=errors.cpython-34.pyc,,) RemoveFiles: File: errors.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:742]: Verifying accessibility of file: errors.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:758]: Executing op: FileRemove(,FileName=extension.cpython-34.pyc,,) RemoveFiles: File: extension.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:758]: Verifying accessibility of file: extension.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:774]: Executing op: FileRemove(,FileName=fancy_getopt.cpython-34.pyc,,) RemoveFiles: File: fancy_getopt.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:774]: Verifying accessibility of file: fancy_getopt.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:774]: Executing op: FileRemove(,FileName=file_util.cpython-34.pyc,,) RemoveFiles: File: file_util.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:789]: Verifying accessibility of file: file_util.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:805]: Executing op: FileRemove(,FileName=log.cpython-34.pyc,,) RemoveFiles: File: log.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:805]: Verifying accessibility of file: log.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:820]: Executing op: FileRemove(,FileName=spawn.cpython-34.pyc,,) RemoveFiles: File: spawn.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:820]: Verifying accessibility of file: spawn.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:820]: Executing op: FileRemove(,FileName=sysconfig.cpython-34.pyc,,) RemoveFiles: File: sysconfig.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:836]: Verifying accessibility of file: sysconfig.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:836]: Executing op: FileRemove(,FileName=util.cpython-34.pyc,,) RemoveFiles: File: util.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:852]: Verifying accessibility of file: util.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:852]: Executing op: FileRemove(,FileName=version.cpython-34.pyc,,) RemoveFiles: File: version.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:867]: Verifying accessibility of file: version.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:867]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:883]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:883]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\command\__pycache__\) MSI (s) (9C:9C) [21:24:02:883]: Executing op: FileRemove(,FileName=build.cpython-34.pyc,,) RemoveFiles: File: build.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\command\__pycache__\ MSI (s) (9C:9C) [21:24:02:883]: Verifying accessibility of file: build.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:914]: Executing op: FileRemove(,FileName=install.cpython-34.pyc,,) RemoveFiles: File: install.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\command\__pycache__\ MSI (s) (9C:9C) [21:24:02:914]: Verifying accessibility of file: install.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:945]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\command\__pycache__\ MSI (s) (9C:9C) [21:24:02:945]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:961]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\tests\__pycache__\) MSI (s) (9C:9C) [21:24:02:961]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\dbm\__pycache__\) MSI (s) (9C:9C) [21:24:02:961]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\i18n\__pycache__\) MSI (s) (9C:9C) [21:24:02:961]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\pynche\__pycache__\) MSI (s) (9C:9C) [21:24:02:961]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\Scripts\__pycache__\) MSI (s) (9C:9C) [21:24:02:961]: Executing op: ProgressTotal(Total=3371,Type=1,ByteEquivalent=175000) MSI (s) (9C:9C) [21:24:02:961]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\) MSI (s) (9C:9C) [21:24:02:961]: Executing op: FileRemove(,FileName=GB,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: GB, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:02:961]: Verifying accessibility of file: GB MSI (s) (9C:9C) [21:24:02:977]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:02:977]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:02:977]: Executing op: SetTargetFolder(Folder=C:\Python34\DLLs\) MSI (s) (9C:9C) [21:24:02:977]: Executing op: FileRemove(,FileName=py.ico,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: py.ico, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:02:977]: Verifying accessibility of file: py.ico MSI (s) (9C:9C) [21:24:02:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:02:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:02:992]: Executing op: SetTargetFolder(Folder=C:\Python34\) MSI (s) (9C:9C) [21:24:02:992]: Executing op: FileRemove(,FileName=python.exe,,ComponentId={AFE7885B-782A-47F1-AFF1-53AA58CD4A3D}) RemoveFiles: File: python.exe, Directory: C:\Python34\ MSI (s) (9C:9C) [21:24:02:992]: Verifying accessibility of file: python.exe MSI (s) (9C:9C) [21:24:03:008]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={C4D88CF0-8342-4897-8E2C-A418BE1FB1C4}) RemoveFiles: File: README.txt, Directory: C:\Python34\ MSI (s) (9C:9C) [21:24:03:008]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:03:024]: Executing op: FileRemove(,FileName=NEWS.txt,,ComponentId={C4D88CF0-8342-4897-8E2C-A418BE1FB1C4}) RemoveFiles: File: NEWS.txt, Directory: C:\Python34\ MSI (s) (9C:9C) [21:24:03:024]: Verifying accessibility of file: NEWS.txt MSI (s) (9C:9C) [21:24:03:039]: Executing op: FileRemove(,FileName=LICENSE.txt,,ComponentId={C4D88CF0-8342-4897-8E2C-A418BE1FB1C4}) RemoveFiles: File: LICENSE.txt, Directory: C:\Python34\ MSI (s) (9C:9C) [21:24:03:039]: Verifying accessibility of file: LICENSE.txt MSI (s) (9C:9C) [21:24:03:055]: Executing op: FileRemove(,FileName=pythonw.exe,,ComponentId={9CAEF4EA-3214-4158-B003-1B2678F9A0DF}) RemoveFiles: File: pythonw.exe, Directory: C:\Python34\ MSI (s) (9C:9C) [21:24:03:055]: Verifying accessibility of file: pythonw.exe MSI (s) (9C:9C) [21:24:03:070]: Executing op: SetTargetFolder(Folder=C:\WINDOWS\system32\) MSI (s) (9C:9C) [21:24:03:070]: Executing op: FileRemove(,FileName=python34.dll,,ComponentId={7A0C5812-2583-40D9-BCBB-CD7485F11377}) RemoveFiles: File: python34.dll, Directory: C:\WINDOWS\system32\ MSI (s) (9C:9C) [21:24:03:086]: Verifying accessibility of file: python34.dll MSI (s) (9C:9C) [21:24:03:086]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\) MSI (s) (9C:9C) [21:24:03:102]: Executing op: FileRemove(,FileName=weakref.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: weakref.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:102]: Verifying accessibility of file: weakref.py MSI (s) (9C:9C) [21:24:03:102]: Executing op: FileRemove(,FileName=colorsys.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: colorsys.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:117]: Verifying accessibility of file: colorsys.py MSI (s) (9C:9C) [21:24:03:117]: Executing op: FileRemove(,FileName=operator.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: operator.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:133]: Verifying accessibility of file: operator.py MSI (s) (9C:9C) [21:24:03:133]: Executing op: FileRemove(,FileName=linecache.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: linecache.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:133]: Verifying accessibility of file: linecache.py MSI (s) (9C:9C) [21:24:03:149]: Executing op: FileRemove(,FileName=sched.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: sched.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:149]: Verifying accessibility of file: sched.py MSI (s) (9C:9C) [21:24:03:164]: Executing op: FileRemove(,FileName=enum.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: enum.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:164]: Verifying accessibility of file: enum.py MSI (s) (9C:9C) [21:24:03:164]: Executing op: FileRemove(,FileName=locale.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: locale.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:180]: Verifying accessibility of file: locale.py MSI (s) (9C:9C) [21:24:03:180]: Executing op: FileRemove(,FileName=netrc.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: netrc.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:195]: Verifying accessibility of file: netrc.py MSI (s) (9C:9C) [21:24:03:195]: Executing op: FileRemove(,FileName=getpass.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: getpass.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:195]: Verifying accessibility of file: getpass.py MSI (s) (9C:9C) [21:24:03:211]: Executing op: FileRemove(,FileName=aifc.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: aifc.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:211]: Verifying accessibility of file: aifc.py MSI (s) (9C:9C) [21:24:03:227]: Executing op: FileRemove(,FileName=_pyio.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _pyio.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:227]: Verifying accessibility of file: _pyio.py MSI (s) (9C:9C) [21:24:03:242]: Executing op: FileRemove(,FileName=binhex.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: binhex.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:242]: Verifying accessibility of file: binhex.py MSI (s) (9C:9C) [21:24:03:258]: Executing op: FileRemove(,FileName=abc.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: abc.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:258]: Verifying accessibility of file: abc.py MSI (s) (9C:9C) [21:24:03:274]: Executing op: FileRemove(,FileName=opcode.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: opcode.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:274]: Verifying accessibility of file: opcode.py MSI (s) (9C:9C) [21:24:03:289]: Executing op: FileRemove(,FileName=doctest.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: doctest.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:289]: Verifying accessibility of file: doctest.py MSI (s) (9C:9C) [21:24:03:305]: Executing op: FileRemove(,FileName=reprlib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: reprlib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:305]: Verifying accessibility of file: reprlib.py MSI (s) (9C:9C) [21:24:03:320]: Executing op: FileRemove(,FileName=tarfile.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: tarfile.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:320]: Verifying accessibility of file: tarfile.py MSI (s) (9C:9C) [21:24:03:336]: Executing op: FileRemove(,FileName=asynchat.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: asynchat.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:352]: Verifying accessibility of file: asynchat.py MSI (s) (9C:9C) [21:24:03:352]: Executing op: FileRemove(,FileName=string.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: string.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:367]: Verifying accessibility of file: string.py MSI (s) (9C:9C) [21:24:03:367]: Executing op: FileRemove(,FileName=copyreg.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: copyreg.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:367]: Verifying accessibility of file: copyreg.py MSI (s) (9C:9C) [21:24:03:383]: Executing op: FileRemove(,FileName=traceback.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: traceback.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:383]: Verifying accessibility of file: traceback.py MSI (s) (9C:9C) [21:24:03:399]: Executing op: FileRemove(,FileName=imaplib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: imaplib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:399]: Verifying accessibility of file: imaplib.py MSI (s) (9C:9C) [21:24:03:414]: Executing op: FileRemove(,FileName=fractions.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: fractions.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:414]: Verifying accessibility of file: fractions.py MSI (s) (9C:9C) [21:24:03:414]: Executing op: FileRemove(,FileName=bz2.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: bz2.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:430]: Verifying accessibility of file: bz2.py MSI (s) (9C:9C) [21:24:03:430]: Executing op: FileRemove(,FileName=sre_compile.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: sre_compile.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:445]: Verifying accessibility of file: sre_compile.py MSI (s) (9C:9C) [21:24:03:445]: Executing op: FileRemove(,FileName=argparse.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: argparse.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:445]: Verifying accessibility of file: argparse.py MSI (s) (9C:9C) [21:24:03:461]: Executing op: FileRemove(,FileName=poplib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: poplib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:461]: Verifying accessibility of file: poplib.py MSI (s) (9C:9C) [21:24:03:477]: Executing op: FileRemove(,FileName=mimetypes.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: mimetypes.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:477]: Verifying accessibility of file: mimetypes.py MSI (s) (9C:9C) [21:24:03:492]: Executing op: FileRemove(,FileName=tabnanny.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: tabnanny.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:492]: Verifying accessibility of file: tabnanny.py MSI (s) (9C:9C) [21:24:03:508]: Executing op: FileRemove(,FileName=_weakrefset.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _weakrefset.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:508]: Verifying accessibility of file: _weakrefset.py MSI (s) (9C:9C) [21:24:03:524]: Executing op: FileRemove(,FileName=hashlib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: hashlib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:524]: Verifying accessibility of file: hashlib.py MSI (s) (9C:9C) [21:24:03:539]: Executing op: FileRemove(,FileName=getopt.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: getopt.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:539]: Verifying accessibility of file: getopt.py MSI (s) (9C:9C) [21:24:03:555]: Executing op: FileRemove(,FileName=uuid.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: uuid.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:570]: Verifying accessibility of file: uuid.py MSI (s) (9C:9C) [21:24:03:570]: Executing op: FileRemove(,FileName=fileinput.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: fileinput.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:586]: Verifying accessibility of file: fileinput.py MSI (s) (9C:9C) [21:24:03:586]: Executing op: FileRemove(,FileName=tracemalloc.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: tracemalloc.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:602]: Verifying accessibility of file: tracemalloc.py MSI (s) (9C:9C) [21:24:03:602]: Executing op: FileRemove(,FileName=modulefinder.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: modulefinder.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:617]: Verifying accessibility of file: modulefinder.py MSI (s) (9C:9C) [21:24:03:633]: Executing op: FileRemove(,FileName=inspect.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: inspect.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:633]: Verifying accessibility of file: inspect.py MSI (s) (9C:9C) [21:24:03:649]: Executing op: FileRemove(,FileName=sysconfig.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: sysconfig.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:649]: Verifying accessibility of file: sysconfig.py MSI (s) (9C:9C) [21:24:03:664]: Executing op: FileRemove(,FileName=ast.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: ast.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:664]: Verifying accessibility of file: ast.py MSI (s) (9C:9C) [21:24:03:680]: Executing op: FileRemove(,FileName=trace.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: trace.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:680]: Verifying accessibility of file: trace.py MSI (s) (9C:9C) [21:24:03:695]: Executing op: FileRemove(,FileName=pickletools.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pickletools.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:695]: Verifying accessibility of file: pickletools.py MSI (s) (9C:9C) [21:24:03:711]: Executing op: FileRemove(,FileName=token.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: token.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:711]: Verifying accessibility of file: token.py MSI (s) (9C:9C) [21:24:03:727]: Executing op: FileRemove(,FileName=sre_parse.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: sre_parse.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:727]: Verifying accessibility of file: sre_parse.py MSI (s) (9C:9C) [21:24:03:742]: Executing op: FileRemove(,FileName=copy.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: copy.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:742]: Verifying accessibility of file: copy.py MSI (s) (9C:9C) [21:24:03:758]: Executing op: FileRemove(,FileName=smtpd.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: smtpd.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:758]: Verifying accessibility of file: smtpd.py MSI (s) (9C:9C) [21:24:03:774]: Executing op: FileRemove(,FileName=pprint.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pprint.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:774]: Verifying accessibility of file: pprint.py MSI (s) (9C:9C) [21:24:03:789]: Executing op: FileRemove(,FileName=_osx_support.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _osx_support.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:805]: Verifying accessibility of file: _osx_support.py MSI (s) (9C:9C) [21:24:03:805]: Executing op: FileRemove(,FileName=plistlib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: plistlib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:820]: Verifying accessibility of file: plistlib.py MSI (s) (9C:9C) [21:24:03:820]: Executing op: FileRemove(,FileName=cProfile.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: cProfile.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:836]: Verifying accessibility of file: cProfile.py MSI (s) (9C:9C) [21:24:03:836]: Executing op: FileRemove(,FileName=telnetlib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: telnetlib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:852]: Verifying accessibility of file: telnetlib.py MSI (s) (9C:9C) [21:24:03:852]: Executing op: FileRemove(,FileName=socket.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: socket.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:867]: Verifying accessibility of file: socket.py MSI (s) (9C:9C) [21:24:03:883]: Executing op: FileRemove(,FileName=_compat_pickle.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _compat_pickle.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:883]: Verifying accessibility of file: _compat_pickle.py MSI (s) (9C:9C) [21:24:03:899]: Executing op: FileRemove(,FileName=shelve.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: shelve.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:899]: Verifying accessibility of file: shelve.py MSI (s) (9C:9C) [21:24:03:914]: Executing op: FileRemove(,FileName=random.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: random.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:914]: Verifying accessibility of file: random.py MSI (s) (9C:9C) [21:24:03:930]: Executing op: FileRemove(,FileName=difflib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: difflib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:930]: Verifying accessibility of file: difflib.py MSI (s) (9C:9C) [21:24:03:945]: Executing op: FileRemove(,FileName=stringprep.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: stringprep.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:945]: Verifying accessibility of file: stringprep.py MSI (s) (9C:9C) [21:24:03:961]: Executing op: FileRemove(,FileName=keyword.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: keyword.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:961]: Verifying accessibility of file: keyword.py MSI (s) (9C:9C) [21:24:03:977]: Executing op: FileRemove(,FileName=asyncore.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: asyncore.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:977]: Verifying accessibility of file: asyncore.py MSI (s) (9C:9C) [21:24:03:977]: Executing op: FileRemove(,FileName=macpath.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: macpath.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:992]: Verifying accessibility of file: macpath.py MSI (s) (9C:9C) [21:24:03:992]: Executing op: FileRemove(,FileName=_dummy_thread.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _dummy_thread.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:008]: Verifying accessibility of file: _dummy_thread.py MSI (s) (9C:9C) [21:24:04:008]: Executing op: FileRemove(,FileName=tempfile.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: tempfile.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:008]: Verifying accessibility of file: tempfile.py MSI (s) (9C:9C) [21:24:04:024]: Executing op: FileRemove(,FileName=compileall.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: compileall.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:024]: Verifying accessibility of file: compileall.py MSI (s) (9C:9C) [21:24:04:039]: Executing op: FileRemove(,FileName=glob.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: glob.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:055]: Verifying accessibility of file: glob.py MSI (s) (9C:9C) [21:24:04:055]: Executing op: FileRemove(,FileName=warnings.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: warnings.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:070]: Verifying accessibility of file: warnings.py MSI (s) (9C:9C) [21:24:04:070]: Executing op: FileRemove(,FileName=queue.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: queue.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:086]: Verifying accessibility of file: queue.py MSI (s) (9C:9C) [21:24:04:086]: Executing op: FileRemove(,FileName=calendar.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: calendar.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:102]: Verifying accessibility of file: calendar.py MSI (s) (9C:9C) [21:24:04:102]: Executing op: FileRemove(,FileName=platform.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: platform.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:117]: Verifying accessibility of file: platform.py MSI (s) (9C:9C) [21:24:04:117]: Executing op: FileRemove(,FileName=optparse.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: optparse.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:133]: Verifying accessibility of file: optparse.py MSI (s) (9C:9C) [21:24:04:133]: Executing op: FileRemove(,FileName=pickle.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pickle.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:149]: Verifying accessibility of file: pickle.py MSI (s) (9C:9C) [21:24:04:149]: Executing op: FileRemove(,FileName=shutil.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: shutil.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:164]: Verifying accessibility of file: shutil.py MSI (s) (9C:9C) [21:24:04:180]: Executing op: FileRemove(,FileName=bisect.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: bisect.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:180]: Verifying accessibility of file: bisect.py MSI (s) (9C:9C) [21:24:04:180]: Executing op: FileRemove(,FileName=py_compile.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: py_compile.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:195]: Verifying accessibility of file: py_compile.py MSI (s) (9C:9C) [21:24:04:195]: Executing op: FileRemove(,FileName=sunau.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: sunau.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:211]: Verifying accessibility of file: sunau.py MSI (s) (9C:9C) [21:24:04:211]: Executing op: FileRemove(,FileName=cmd.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: cmd.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:227]: Verifying accessibility of file: cmd.py MSI (s) (9C:9C) [21:24:04:227]: Executing op: FileRemove(,FileName=timeit.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: timeit.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:242]: Verifying accessibility of file: timeit.py MSI (s) (9C:9C) [21:24:04:258]: Executing op: FileRemove(,FileName=nturl2path.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: nturl2path.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:258]: Verifying accessibility of file: nturl2path.py MSI (s) (9C:9C) [21:24:04:274]: Executing op: FileRemove(,FileName=datetime.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: datetime.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:274]: Verifying accessibility of file: datetime.py MSI (s) (9C:9C) [21:24:04:289]: Executing op: FileRemove(,FileName=heapq.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: heapq.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:289]: Verifying accessibility of file: heapq.py MSI (s) (9C:9C) [21:24:04:305]: Executing op: FileRemove(,FileName=configparser.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: configparser.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:305]: Verifying accessibility of file: configparser.py MSI (s) (9C:9C) [21:24:04:320]: Executing op: FileRemove(,FileName=pipes.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pipes.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:320]: Verifying accessibility of file: pipes.py MSI (s) (9C:9C) [21:24:04:336]: Executing op: FileRemove(,FileName=code.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: code.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:336]: Verifying accessibility of file: code.py MSI (s) (9C:9C) [21:24:04:352]: Executing op: FileRemove(,FileName=sre_constants.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: sre_constants.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:352]: Verifying accessibility of file: sre_constants.py MSI (s) (9C:9C) [21:24:04:367]: Executing op: FileRemove(,FileName=hmac.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: hmac.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:367]: Verifying accessibility of file: hmac.py MSI (s) (9C:9C) [21:24:04:383]: Executing op: FileRemove(,FileName=rlcompleter.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: rlcompleter.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:399]: Verifying accessibility of file: rlcompleter.py MSI (s) (9C:9C) [21:24:04:508]: Executing op: FileRemove(,FileName=dis.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: dis.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:508]: Verifying accessibility of file: dis.py MSI (s) (9C:9C) [21:24:04:524]: Executing op: FileRemove(,FileName=quopri.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: quopri.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:524]: Verifying accessibility of file: quopri.py MSI (s) (9C:9C) [21:24:04:539]: Executing op: FileRemove(,FileName=pkgutil.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pkgutil.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:539]: Verifying accessibility of file: pkgutil.py MSI (s) (9C:9C) [21:24:04:539]: Executing op: FileRemove(,FileName=__phello__.foo.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: __phello__.foo.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:555]: Verifying accessibility of file: __phello__.foo.py MSI (s) (9C:9C) [21:24:04:555]: Executing op: FileRemove(,FileName=symtable.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: symtable.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:570]: Verifying accessibility of file: symtable.py MSI (s) (9C:9C) [21:24:04:570]: Executing op: FileRemove(,FileName=base64.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: base64.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:570]: Verifying accessibility of file: base64.py MSI (s) (9C:9C) [21:24:04:586]: Executing op: FileRemove(,FileName=ssl.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: ssl.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:586]: Verifying accessibility of file: ssl.py MSI (s) (9C:9C) [21:24:04:602]: Executing op: FileRemove(,FileName=selectors.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: selectors.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:602]: Verifying accessibility of file: selectors.py MSI (s) (9C:9C) [21:24:04:617]: Executing op: FileRemove(,FileName=tty.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: tty.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:617]: Verifying accessibility of file: tty.py MSI (s) (9C:9C) [21:24:04:617]: Executing op: FileRemove(,FileName=_markupbase.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _markupbase.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:633]: Verifying accessibility of file: _markupbase.py MSI (s) (9C:9C) [21:24:04:633]: Executing op: FileRemove(,FileName=pdb.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pdb.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:649]: Verifying accessibility of file: pdb.py MSI (s) (9C:9C) [21:24:04:649]: Executing op: FileRemove(,FileName=pstats.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pstats.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:649]: Verifying accessibility of file: pstats.py MSI (s) (9C:9C) [21:24:04:664]: Executing op: FileRemove(,FileName=nntplib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: nntplib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:664]: Verifying accessibility of file: nntplib.py MSI (s) (9C:9C) [21:24:04:680]: Executing op: FileRemove(,FileName=io.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: io.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:680]: Verifying accessibility of file: io.py MSI (s) (9C:9C) [21:24:04:680]: Executing op: FileRemove(,FileName=statistics.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: statistics.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:695]: Verifying accessibility of file: statistics.py MSI (s) (9C:9C) [21:24:04:695]: Executing op: FileRemove(,FileName=ftplib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: ftplib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:727]: Verifying accessibility of file: ftplib.py MSI (s) (9C:9C) [21:24:04:742]: Executing op: FileRemove(,FileName=imghdr.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: imghdr.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:742]: Verifying accessibility of file: imghdr.py MSI (s) (9C:9C) [21:24:04:758]: Executing op: FileRemove(,FileName=pyclbr.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pyclbr.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:758]: Verifying accessibility of file: pyclbr.py MSI (s) (9C:9C) [21:24:04:758]: Executing op: FileRemove(,FileName=cgitb.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: cgitb.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:774]: Verifying accessibility of file: cgitb.py MSI (s) (9C:9C) [21:24:04:774]: Executing op: FileRemove(,FileName=functools.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: functools.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:789]: Verifying accessibility of file: functools.py MSI (s) (9C:9C) [21:24:04:789]: Executing op: FileRemove(,FileName=ipaddress.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: ipaddress.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:789]: Verifying accessibility of file: ipaddress.py MSI (s) (9C:9C) [21:24:04:805]: Executing op: FileRemove(,FileName=sndhdr.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: sndhdr.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:805]: Verifying accessibility of file: sndhdr.py MSI (s) (9C:9C) [21:24:04:820]: Executing op: FileRemove(,FileName=textwrap.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: textwrap.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:820]: Verifying accessibility of file: textwrap.py MSI (s) (9C:9C) [21:24:04:820]: Executing op: FileRemove(,FileName=subprocess.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: subprocess.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:836]: Verifying accessibility of file: subprocess.py MSI (s) (9C:9C) [21:24:04:836]: Executing op: FileRemove(,FileName=types.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: types.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:852]: Verifying accessibility of file: types.py MSI (s) (9C:9C) [21:24:04:852]: Executing op: FileRemove(,FileName=pydoc.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pydoc.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:852]: Verifying accessibility of file: pydoc.py MSI (s) (9C:9C) [21:24:04:867]: Executing op: FileRemove(,FileName=csv.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: csv.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:867]: Verifying accessibility of file: csv.py MSI (s) (9C:9C) [21:24:04:883]: Executing op: FileRemove(,FileName=chunk.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: chunk.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:883]: Verifying accessibility of file: chunk.py MSI (s) (9C:9C) [21:24:04:899]: Executing op: FileRemove(,FileName=crypt.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: crypt.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:899]: Verifying accessibility of file: crypt.py MSI (s) (9C:9C) [21:24:04:899]: Executing op: FileRemove(,FileName=struct.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: struct.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:914]: Verifying accessibility of file: struct.py MSI (s) (9C:9C) [21:24:04:914]: Executing op: FileRemove(,FileName=turtle.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: turtle.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:930]: Verifying accessibility of file: turtle.py MSI (s) (9C:9C) [21:24:04:930]: Executing op: FileRemove(,FileName=xdrlib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: xdrlib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:930]: Verifying accessibility of file: xdrlib.py MSI (s) (9C:9C) [21:24:04:945]: Executing op: FileRemove(,FileName=runpy.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: runpy.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:945]: Verifying accessibility of file: runpy.py MSI (s) (9C:9C) [21:24:04:961]: Executing op: FileRemove(,FileName=shlex.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: shlex.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:961]: Verifying accessibility of file: shlex.py MSI (s) (9C:9C) [21:24:04:961]: Executing op: FileRemove(,FileName=cgi.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: cgi.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:977]: Verifying accessibility of file: cgi.py MSI (s) (9C:9C) [21:24:04:977]: Executing op: FileRemove(,FileName=_strptime.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _strptime.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:992]: Verifying accessibility of file: _strptime.py MSI (s) (9C:9C) [21:24:04:992]: Executing op: FileRemove(,FileName=site.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: site.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:008]: Verifying accessibility of file: site.py MSI (s) (9C:9C) [21:24:05:008]: Executing op: FileRemove(,FileName=tokenize.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: tokenize.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:024]: Verifying accessibility of file: tokenize.py MSI (s) (9C:9C) [21:24:05:024]: Executing op: FileRemove(,FileName=symbol.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: symbol.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:024]: Verifying accessibility of file: symbol.py MSI (s) (9C:9C) [21:24:05:039]: Executing op: FileRemove(,FileName=formatter.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: formatter.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:039]: Verifying accessibility of file: formatter.py MSI (s) (9C:9C) [21:24:05:055]: Executing op: FileRemove(,FileName=smtplib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: smtplib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:055]: Verifying accessibility of file: smtplib.py MSI (s) (9C:9C) [21:24:05:055]: Executing op: FileRemove(,FileName=gzip.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: gzip.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:070]: Verifying accessibility of file: gzip.py MSI (s) (9C:9C) [21:24:05:070]: Executing op: FileRemove(,FileName=codecs.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: codecs.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:086]: Verifying accessibility of file: codecs.py MSI (s) (9C:9C) [21:24:05:086]: Executing op: FileRemove(,FileName=genericpath.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: genericpath.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:102]: Verifying accessibility of file: genericpath.py MSI (s) (9C:9C) [21:24:05:102]: Executing op: FileRemove(,FileName=mailcap.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: mailcap.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:102]: Verifying accessibility of file: mailcap.py MSI (s) (9C:9C) [21:24:05:117]: Executing op: FileRemove(,FileName=threading.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: threading.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:117]: Verifying accessibility of file: threading.py MSI (s) (9C:9C) [21:24:05:133]: Executing op: FileRemove(,FileName=this.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: this.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:133]: Verifying accessibility of file: this.py MSI (s) (9C:9C) [21:24:05:133]: Executing op: FileRemove(,FileName=gettext.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: gettext.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:149]: Verifying accessibility of file: gettext.py MSI (s) (9C:9C) [21:24:05:149]: Executing op: FileRemove(,FileName=mailbox.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: mailbox.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:164]: Verifying accessibility of file: mailbox.py MSI (s) (9C:9C) [21:24:05:164]: Executing op: FileRemove(,FileName=fnmatch.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: fnmatch.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:164]: Verifying accessibility of file: fnmatch.py MSI (s) (9C:9C) [21:24:05:180]: Executing op: FileRemove(,FileName=codeop.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: codeop.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:180]: Verifying accessibility of file: codeop.py MSI (s) (9C:9C) [21:24:05:195]: Executing op: FileRemove(,FileName=uu.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: uu.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:195]: Verifying accessibility of file: uu.py MSI (s) (9C:9C) [21:24:05:211]: Executing op: FileRemove(,FileName=dummy_threading.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: dummy_threading.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:211]: Verifying accessibility of file: dummy_threading.py MSI (s) (9C:9C) [21:24:05:211]: Executing op: FileRemove(,FileName=filecmp.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: filecmp.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:227]: Verifying accessibility of file: filecmp.py MSI (s) (9C:9C) [21:24:05:227]: Executing op: FileRemove(,FileName=re.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: re.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:242]: Verifying accessibility of file: re.py MSI (s) (9C:9C) [21:24:05:242]: Executing op: FileRemove(,FileName=antigravity.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: antigravity.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:242]: Verifying accessibility of file: antigravity.py MSI (s) (9C:9C) [21:24:05:258]: Executing op: FileRemove(,FileName=_bootlocale.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _bootlocale.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:258]: Verifying accessibility of file: _bootlocale.py MSI (s) (9C:9C) [21:24:05:274]: Executing op: FileRemove(,FileName=ntpath.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: ntpath.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:274]: Verifying accessibility of file: ntpath.py MSI (s) (9C:9C) [21:24:05:274]: Executing op: FileRemove(,FileName=macurl2path.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: macurl2path.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:289]: Verifying accessibility of file: macurl2path.py MSI (s) (9C:9C) [21:24:05:289]: Executing op: FileRemove(,FileName=decimal.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: decimal.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:305]: Verifying accessibility of file: decimal.py MSI (s) (9C:9C) [21:24:05:305]: Executing op: FileRemove(,FileName=socketserver.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: socketserver.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:320]: Verifying accessibility of file: socketserver.py MSI (s) (9C:9C) [21:24:05:320]: Executing op: FileRemove(,FileName=profile.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: profile.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:320]: Verifying accessibility of file: profile.py MSI (s) (9C:9C) [21:24:05:336]: Executing op: FileRemove(,FileName=os.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: os.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:336]: Verifying accessibility of file: os.py MSI (s) (9C:9C) [21:24:05:352]: Executing op: FileRemove(,FileName=numbers.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: numbers.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:352]: Verifying accessibility of file: numbers.py MSI (s) (9C:9C) [21:24:05:367]: Executing op: FileRemove(,FileName=lzma.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: lzma.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:367]: Verifying accessibility of file: lzma.py MSI (s) (9C:9C) [21:24:05:367]: Executing op: FileRemove(,FileName=bdb.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: bdb.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:383]: Verifying accessibility of file: bdb.py MSI (s) (9C:9C) [21:24:05:383]: Executing op: FileRemove(,FileName=posixpath.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: posixpath.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:399]: Verifying accessibility of file: posixpath.py MSI (s) (9C:9C) [21:24:05:399]: Executing op: FileRemove(,FileName=_collections_abc.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _collections_abc.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:399]: Verifying accessibility of file: _collections_abc.py MSI (s) (9C:9C) [21:24:05:414]: Executing op: FileRemove(,FileName=zipfile.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: zipfile.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:414]: Verifying accessibility of file: zipfile.py MSI (s) (9C:9C) [21:24:05:430]: Executing op: FileRemove(,FileName=webbrowser.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: webbrowser.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:430]: Verifying accessibility of file: webbrowser.py MSI (s) (9C:9C) [21:24:05:430]: Executing op: FileRemove(,FileName=wave.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: wave.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:445]: Verifying accessibility of file: wave.py MSI (s) (9C:9C) [21:24:05:445]: Executing op: FileRemove(,FileName=contextlib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: contextlib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:461]: Verifying accessibility of file: contextlib.py MSI (s) (9C:9C) [21:24:05:461]: Executing op: FileRemove(,FileName=_sitebuiltins.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _sitebuiltins.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:477]: Verifying accessibility of file: _sitebuiltins.py MSI (s) (9C:9C) [21:24:05:477]: Executing op: FileRemove(,FileName=stat.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: stat.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:477]: Verifying accessibility of file: stat.py MSI (s) (9C:9C) [21:24:05:492]: Executing op: FileRemove(,FileName=pathlib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pathlib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:492]: Verifying accessibility of file: pathlib.py MSI (s) (9C:9C) [21:24:05:508]: Executing op: FileRemove(,FileName=pty.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pty.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:508]: Verifying accessibility of file: pty.py MSI (s) (9C:9C) [21:24:05:508]: Executing op: FileRemove(,FileName=imp.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: imp.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:524]: Verifying accessibility of file: imp.py MSI (s) (9C:9C) [21:24:05:524]: Executing op: FileRemove(,FileName=__future__.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: __future__.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:539]: Verifying accessibility of file: __future__.py MSI (s) (9C:9C) [21:24:05:539]: Executing op: FileRemove(,FileName=_threading_local.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _threading_local.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:555]: Verifying accessibility of file: _threading_local.py MSI (s) (9C:9C) [21:24:05:555]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\asyncio\) MSI (s) (9C:9C) [21:24:05:555]: Executing op: FileRemove(,FileName=test_utils.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: test_utils.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:555]: Verifying accessibility of file: test_utils.py MSI (s) (9C:9C) [21:24:05:570]: Executing op: FileRemove(,FileName=locks.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: locks.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:570]: Verifying accessibility of file: locks.py MSI (s) (9C:9C) [21:24:05:586]: Executing op: FileRemove(,FileName=protocols.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: protocols.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:586]: Verifying accessibility of file: protocols.py MSI (s) (9C:9C) [21:24:05:602]: Executing op: FileRemove(,FileName=constants.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: constants.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:602]: Verifying accessibility of file: constants.py MSI (s) (9C:9C) [21:24:05:617]: Executing op: FileRemove(,FileName=transports.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: transports.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:617]: Verifying accessibility of file: transports.py MSI (s) (9C:9C) [21:24:05:617]: Executing op: FileRemove(,FileName=proactor_events.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: proactor_events.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:633]: Verifying accessibility of file: proactor_events.py MSI (s) (9C:9C) [21:24:05:633]: Executing op: FileRemove(,FileName=unix_events.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: unix_events.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:649]: Verifying accessibility of file: unix_events.py MSI (s) (9C:9C) [21:24:05:649]: Executing op: FileRemove(,FileName=base_subprocess.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: base_subprocess.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:649]: Verifying accessibility of file: base_subprocess.py MSI (s) (9C:9C) [21:24:05:664]: Executing op: FileRemove(,FileName=subprocess.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: subprocess.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:664]: Verifying accessibility of file: subprocess.py MSI (s) (9C:9C) [21:24:05:680]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:680]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:05:695]: Executing op: FileRemove(,FileName=tasks.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: tasks.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:695]: Verifying accessibility of file: tasks.py MSI (s) (9C:9C) [21:24:05:695]: Executing op: FileRemove(,FileName=streams.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: streams.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:711]: Verifying accessibility of file: streams.py MSI (s) (9C:9C) [21:24:05:711]: Executing op: FileRemove(,FileName=log.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: log.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:727]: Verifying accessibility of file: log.py MSI (s) (9C:9C) [21:24:05:727]: Executing op: FileRemove(,FileName=selector_events.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: selector_events.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:727]: Verifying accessibility of file: selector_events.py MSI (s) (9C:9C) [21:24:05:742]: Executing op: FileRemove(,FileName=events.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: events.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:742]: Verifying accessibility of file: events.py MSI (s) (9C:9C) [21:24:05:758]: Executing op: FileRemove(,FileName=futures.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: futures.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:758]: Verifying accessibility of file: futures.py MSI (s) (9C:9C) [21:24:05:774]: Executing op: FileRemove(,FileName=base_events.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: base_events.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:774]: Verifying accessibility of file: base_events.py MSI (s) (9C:9C) [21:24:05:774]: Executing op: FileRemove(,FileName=windows_utils.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: windows_utils.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:789]: Verifying accessibility of file: windows_utils.py MSI (s) (9C:9C) [21:24:05:789]: Executing op: FileRemove(,FileName=queues.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: queues.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:789]: Verifying accessibility of file: queues.py MSI (s) (9C:9C) [21:24:05:805]: Executing op: FileRemove(,FileName=windows_events.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: windows_events.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:805]: Verifying accessibility of file: windows_events.py MSI (s) (9C:9C) [21:24:05:820]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\site-packages\) MSI (s) (9C:9C) [21:24:05:820]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={BDB6621E-8BBF-4FD2-823E-073CE0555220}) RemoveFiles: File: README.txt, Directory: C:\Python34\Lib\site-packages\ MSI (s) (9C:9C) [21:24:05:820]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:05:836]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:05:836]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\idlelib\) MSI (s) (9C:9C) [21:24:05:836]: Executing op: FileRemove(,FileName=IOBinding.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: IOBinding.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:836]: Verifying accessibility of file: IOBinding.py MSI (s) (9C:9C) [21:24:05:852]: Executing op: FileRemove(,FileName=GrepDialog.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: GrepDialog.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:867]: Verifying accessibility of file: GrepDialog.py MSI (s) (9C:9C) [21:24:05:867]: Executing op: FileRemove(,FileName=config-keys.def,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: config-keys.def, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:867]: Verifying accessibility of file: config-keys.def MSI (s) (9C:9C) [21:24:05:883]: Executing op: FileRemove(,FileName=WindowList.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: WindowList.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:883]: Verifying accessibility of file: WindowList.py MSI (s) (9C:9C) [21:24:05:899]: Executing op: FileRemove(,FileName=idle.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: idle.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:899]: Verifying accessibility of file: idle.py MSI (s) (9C:9C) [21:24:05:899]: Executing op: FileRemove(,FileName=RstripExtension.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: RstripExtension.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:914]: Verifying accessibility of file: RstripExtension.py MSI (s) (9C:9C) [21:24:05:914]: Executing op: FileRemove(,FileName=aboutDialog.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: aboutDialog.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:930]: Verifying accessibility of file: aboutDialog.py MSI (s) (9C:9C) [21:24:05:930]: Executing op: FileRemove(,FileName=ColorDelegator.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: ColorDelegator.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:945]: Verifying accessibility of file: ColorDelegator.py MSI (s) (9C:9C) [21:24:05:945]: Executing op: FileRemove(,FileName=NEWS.txt,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: NEWS.txt, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:945]: Verifying accessibility of file: NEWS.txt MSI (s) (9C:9C) [21:24:05:961]: Executing op: FileRemove(,FileName=SearchDialog.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: SearchDialog.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:961]: Verifying accessibility of file: SearchDialog.py MSI (s) (9C:9C) [21:24:05:977]: Executing op: FileRemove(,FileName=SearchDialogBase.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: SearchDialogBase.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:977]: Verifying accessibility of file: SearchDialogBase.py MSI (s) (9C:9C) [21:24:05:977]: Executing op: FileRemove(,FileName=RemoteObjectBrowser.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: RemoteObjectBrowser.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:992]: Verifying accessibility of file: RemoteObjectBrowser.py MSI (s) (9C:9C) [21:24:05:992]: Executing op: FileRemove(,FileName=configSectionNameDialog.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: configSectionNameDialog.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:008]: Verifying accessibility of file: configSectionNameDialog.py MSI (s) (9C:9C) [21:24:06:008]: Executing op: FileRemove(,FileName=PyShell.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: PyShell.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:008]: Verifying accessibility of file: PyShell.py MSI (s) (9C:9C) [21:24:06:024]: Executing op: FileRemove(,FileName=MultiCall.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: MultiCall.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:024]: Verifying accessibility of file: MultiCall.py MSI (s) (9C:9C) [21:24:06:039]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: README.txt, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:039]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:06:055]: Executing op: FileRemove(,FileName=help.txt,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: help.txt, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:055]: Verifying accessibility of file: help.txt MSI (s) (9C:9C) [21:24:06:055]: Executing op: FileRemove(,FileName=FormatParagraph.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: FormatParagraph.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:070]: Verifying accessibility of file: FormatParagraph.py MSI (s) (9C:9C) [21:24:06:070]: Executing op: FileRemove(,FileName=config-extensions.def,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: config-extensions.def, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:086]: Verifying accessibility of file: config-extensions.def MSI (s) (9C:9C) [21:24:06:086]: Executing op: FileRemove(,FileName=AutoExpand.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: AutoExpand.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:086]: Verifying accessibility of file: AutoExpand.py MSI (s) (9C:9C) [21:24:06:102]: Executing op: FileRemove(,FileName=MultiStatusBar.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: MultiStatusBar.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:102]: Verifying accessibility of file: MultiStatusBar.py MSI (s) (9C:9C) [21:24:06:117]: Executing op: FileRemove(,FileName=CREDITS.txt,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: CREDITS.txt, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:117]: Verifying accessibility of file: CREDITS.txt MSI (s) (9C:9C) [21:24:06:133]: Executing op: FileRemove(,FileName=CallTips.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: CallTips.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:133]: Verifying accessibility of file: CallTips.py MSI (s) (9C:9C) [21:24:06:149]: Executing op: FileRemove(,FileName=AutoCompleteWindow.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: AutoCompleteWindow.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:149]: Verifying accessibility of file: AutoCompleteWindow.py MSI (s) (9C:9C) [21:24:06:149]: Executing op: FileRemove(,FileName=textView.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: textView.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:164]: Verifying accessibility of file: textView.py MSI (s) (9C:9C) [21:24:06:164]: Executing op: FileRemove(,FileName=dynOptionMenuWidget.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: dynOptionMenuWidget.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:180]: Verifying accessibility of file: dynOptionMenuWidget.py MSI (s) (9C:9C) [21:24:06:180]: Executing op: FileRemove(,FileName=ToolTip.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: ToolTip.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:195]: Verifying accessibility of file: ToolTip.py MSI (s) (9C:9C) [21:24:06:195]: Executing op: FileRemove(,FileName=configDialog.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: configDialog.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:211]: Verifying accessibility of file: configDialog.py MSI (s) (9C:9C) [21:24:06:211]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:211]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:06:242]: Executing op: FileRemove(,FileName=extend.txt,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: extend.txt, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:242]: Verifying accessibility of file: extend.txt MSI (s) (9C:9C) [21:24:06:258]: Executing op: FileRemove(,FileName=Bindings.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: Bindings.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:258]: Verifying accessibility of file: Bindings.py MSI (s) (9C:9C) [21:24:06:274]: Executing op: FileRemove(,FileName=ScriptBinding.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: ScriptBinding.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:274]: Verifying accessibility of file: ScriptBinding.py MSI (s) (9C:9C) [21:24:06:289]: Executing op: FileRemove(,FileName=run.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: run.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:367]: Verifying accessibility of file: run.py MSI (s) (9C:9C) [21:24:06:367]: Executing op: FileRemove(,FileName=keybindingDialog.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: keybindingDialog.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:383]: Verifying accessibility of file: keybindingDialog.py MSI (s) (9C:9C) [21:24:06:383]: Executing op: FileRemove(,FileName=config-main.def,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: config-main.def, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:383]: Verifying accessibility of file: config-main.def MSI (s) (9C:9C) [21:24:06:399]: Executing op: FileRemove(,FileName=HISTORY.txt,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: HISTORY.txt, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:399]: Verifying accessibility of file: HISTORY.txt MSI (s) (9C:9C) [21:24:06:414]: Executing op: FileRemove(,FileName=TODO.txt,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: TODO.txt, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:414]: Verifying accessibility of file: TODO.txt MSI (s) (9C:9C) [21:24:06:414]: Executing op: FileRemove(,FileName=tabbedpages.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: tabbedpages.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:430]: Verifying accessibility of file: tabbedpages.py MSI (s) (9C:9C) [21:24:06:445]: Executing op: FileRemove(,FileName=idlever.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: idlever.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:445]: Verifying accessibility of file: idlever.py MSI (s) (9C:9C) [21:24:06:461]: Executing op: FileRemove(,FileName=CodeContext.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: CodeContext.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:461]: Verifying accessibility of file: CodeContext.py MSI (s) (9C:9C) [21:24:06:477]: Executing op: FileRemove(,FileName=Delegator.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: Delegator.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:477]: Verifying accessibility of file: Delegator.py MSI (s) (9C:9C) [21:24:06:492]: Executing op: FileRemove(,FileName=ClassBrowser.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: ClassBrowser.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:492]: Verifying accessibility of file: ClassBrowser.py MSI (s) (9C:9C) [21:24:06:508]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:524]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:06:524]: Executing op: FileRemove(,FileName=rpc.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: rpc.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:539]: Verifying accessibility of file: rpc.py MSI (s) (9C:9C) [21:24:06:539]: Executing op: FileRemove(,FileName=RemoteDebugger.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: RemoteDebugger.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:555]: Verifying accessibility of file: RemoteDebugger.py MSI (s) (9C:9C) [21:24:06:555]: Executing op: FileRemove(,FileName=AutoComplete.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: AutoComplete.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:570]: Verifying accessibility of file: AutoComplete.py MSI (s) (9C:9C) [21:24:06:570]: Executing op: FileRemove(,FileName=SearchEngine.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: SearchEngine.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:586]: Verifying accessibility of file: SearchEngine.py MSI (s) (9C:9C) [21:24:06:602]: Executing op: FileRemove(,FileName=ParenMatch.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: ParenMatch.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:602]: Verifying accessibility of file: ParenMatch.py MSI (s) (9C:9C) [21:24:06:617]: Executing op: FileRemove(,FileName=Debugger.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: Debugger.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:617]: Verifying accessibility of file: Debugger.py MSI (s) (9C:9C) [21:24:06:633]: Executing op: FileRemove(,FileName=config-highlight.def,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: config-highlight.def, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:633]: Verifying accessibility of file: config-highlight.def MSI (s) (9C:9C) [21:24:06:649]: Executing op: FileRemove(,FileName=WidgetRedirector.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: WidgetRedirector.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:649]: Verifying accessibility of file: WidgetRedirector.py MSI (s) (9C:9C) [21:24:06:664]: Executing op: FileRemove(,FileName=macosxSupport.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: macosxSupport.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:664]: Verifying accessibility of file: macosxSupport.py MSI (s) (9C:9C) [21:24:06:680]: Executing op: FileRemove(,FileName=ScrolledList.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: ScrolledList.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:680]: Verifying accessibility of file: ScrolledList.py MSI (s) (9C:9C) [21:24:06:695]: Executing op: FileRemove(,FileName=CallTipWindow.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: CallTipWindow.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:695]: Verifying accessibility of file: CallTipWindow.py MSI (s) (9C:9C) [21:24:06:711]: Executing op: FileRemove(,FileName=PathBrowser.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: PathBrowser.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:711]: Verifying accessibility of file: PathBrowser.py MSI (s) (9C:9C) [21:24:06:727]: Executing op: FileRemove(,FileName=testcode.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: testcode.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:727]: Verifying accessibility of file: testcode.py MSI (s) (9C:9C) [21:24:06:742]: Executing op: FileRemove(,FileName=FileList.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: FileList.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:742]: Verifying accessibility of file: FileList.py MSI (s) (9C:9C) [21:24:06:758]: Executing op: FileRemove(,FileName=idle.bat,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: idle.bat, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:758]: Verifying accessibility of file: idle.bat MSI (s) (9C:9C) [21:24:06:774]: Executing op: FileRemove(,FileName=HyperParser.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: HyperParser.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:774]: Verifying accessibility of file: HyperParser.py MSI (s) (9C:9C) [21:24:06:789]: Executing op: FileRemove(,FileName=OutputWindow.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: OutputWindow.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:789]: Verifying accessibility of file: OutputWindow.py MSI (s) (9C:9C) [21:24:06:805]: Executing op: FileRemove(,FileName=ChangeLog,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: ChangeLog, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:805]: Verifying accessibility of file: ChangeLog MSI (s) (9C:9C) [21:24:06:820]: Executing op: FileRemove(,FileName=configHelpSourceEdit.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: configHelpSourceEdit.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:820]: Verifying accessibility of file: configHelpSourceEdit.py MSI (s) (9C:9C) [21:24:06:836]: Executing op: FileRemove(,FileName=configHandler.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: configHandler.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:836]: Verifying accessibility of file: configHandler.py MSI (s) (9C:9C) [21:24:06:852]: Executing op: FileRemove(,FileName=StackViewer.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: StackViewer.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:852]: Verifying accessibility of file: StackViewer.py MSI (s) (9C:9C) [21:24:06:867]: Executing op: FileRemove(,FileName=ObjectBrowser.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: ObjectBrowser.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:867]: Verifying accessibility of file: ObjectBrowser.py MSI (s) (9C:9C) [21:24:06:883]: Executing op: FileRemove(,FileName=TreeWidget.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: TreeWidget.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:883]: Verifying accessibility of file: TreeWidget.py MSI (s) (9C:9C) [21:24:06:899]: Executing op: FileRemove(,FileName=idle.pyw,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: idle.pyw, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:899]: Verifying accessibility of file: idle.pyw MSI (s) (9C:9C) [21:24:06:914]: Executing op: FileRemove(,FileName=PyParse.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: PyParse.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:930]: Verifying accessibility of file: PyParse.py MSI (s) (9C:9C) [21:24:06:930]: Executing op: FileRemove(,FileName=UndoDelegator.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: UndoDelegator.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:945]: Verifying accessibility of file: UndoDelegator.py MSI (s) (9C:9C) [21:24:06:961]: Executing op: FileRemove(,FileName=Percolator.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: Percolator.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:961]: Verifying accessibility of file: Percolator.py MSI (s) (9C:9C) [21:24:06:977]: Executing op: FileRemove(,FileName=EditorWindow.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: EditorWindow.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:977]: Verifying accessibility of file: EditorWindow.py MSI (s) (9C:9C) [21:24:06:992]: Executing op: FileRemove(,FileName=IdleHistory.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: IdleHistory.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:992]: Verifying accessibility of file: IdleHistory.py MSI (s) (9C:9C) [21:24:07:008]: Executing op: FileRemove(,FileName=ZoomHeight.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: ZoomHeight.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:07:024]: Verifying accessibility of file: ZoomHeight.py MSI (s) (9C:9C) [21:24:07:024]: Executing op: FileRemove(,FileName=ReplaceDialog.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: ReplaceDialog.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:07:039]: Verifying accessibility of file: ReplaceDialog.py MSI (s) (9C:9C) [21:24:07:039]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\idlelib\idle_test\) MSI (s) (9C:9C) [21:24:07:055]: Executing op: FileRemove(,FileName=test_delegator.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_delegator.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:055]: Verifying accessibility of file: test_delegator.py MSI (s) (9C:9C) [21:24:07:070]: Executing op: FileRemove(,FileName=test_warning.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_warning.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:070]: Verifying accessibility of file: test_warning.py MSI (s) (9C:9C) [21:24:07:086]: Executing op: FileRemove(,FileName=test_rstrip.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_rstrip.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:102]: Verifying accessibility of file: test_rstrip.py MSI (s) (9C:9C) [21:24:07:102]: Executing op: FileRemove(,FileName=test_text.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_text.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:117]: Verifying accessibility of file: test_text.py MSI (s) (9C:9C) [21:24:07:117]: Executing op: FileRemove(,FileName=mock_idle.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: mock_idle.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:180]: Verifying accessibility of file: mock_idle.py MSI (s) (9C:9C) [21:24:07:195]: Executing op: FileRemove(,FileName=test_formatparagraph.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_formatparagraph.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:195]: Verifying accessibility of file: test_formatparagraph.py MSI (s) (9C:9C) [21:24:07:211]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:211]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:07:227]: Executing op: FileRemove(,FileName=test_config_name.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_config_name.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:227]: Verifying accessibility of file: test_config_name.py MSI (s) (9C:9C) [21:24:07:242]: Executing op: FileRemove(,FileName=htest.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: htest.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:242]: Verifying accessibility of file: htest.py MSI (s) (9C:9C) [21:24:07:258]: Executing op: FileRemove(,FileName=test_calltips.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_calltips.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:258]: Verifying accessibility of file: test_calltips.py MSI (s) (9C:9C) [21:24:07:274]: Executing op: FileRemove(,FileName=test_grep.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_grep.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:289]: Verifying accessibility of file: test_grep.py MSI (s) (9C:9C) [21:24:07:289]: Executing op: FileRemove(,FileName=mock_tk.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: mock_tk.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:305]: Verifying accessibility of file: mock_tk.py MSI (s) (9C:9C) [21:24:07:305]: Executing op: FileRemove(,FileName=test_searchengine.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_searchengine.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:320]: Verifying accessibility of file: test_searchengine.py MSI (s) (9C:9C) [21:24:07:336]: Executing op: FileRemove(,FileName=test_pathbrowser.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_pathbrowser.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:336]: Verifying accessibility of file: test_pathbrowser.py MSI (s) (9C:9C) [21:24:07:352]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: README.txt, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:352]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:07:367]: Executing op: FileRemove(,FileName=test_idlehistory.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_idlehistory.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:383]: Verifying accessibility of file: test_idlehistory.py MSI (s) (9C:9C) [21:24:07:383]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\idlelib\Icons\) MSI (s) (9C:9C) [21:24:07:383]: Executing op: FileRemove(,FileName=openfolder.gif,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: openfolder.gif, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:399]: Verifying accessibility of file: openfolder.gif MSI (s) (9C:9C) [21:24:07:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:414]: Executing op: FileRemove(,FileName=plusnode.gif,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: plusnode.gif, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:414]: Verifying accessibility of file: plusnode.gif MSI (s) (9C:9C) [21:24:07:430]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:430]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:430]: Executing op: FileRemove(,FileName=idle_32.gif,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: idle_32.gif, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:445]: Verifying accessibility of file: idle_32.gif MSI (s) (9C:9C) [21:24:07:445]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:445]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:445]: Executing op: FileRemove(,FileName=idle_48.gif,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: idle_48.gif, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:461]: Verifying accessibility of file: idle_48.gif MSI (s) (9C:9C) [21:24:07:461]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:477]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:477]: Executing op: FileRemove(,FileName=idle_16.png,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: idle_16.png, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:477]: Verifying accessibility of file: idle_16.png MSI (s) (9C:9C) [21:24:07:492]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:492]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:492]: Executing op: FileRemove(,FileName=idle.ico,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: idle.ico, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:492]: Verifying accessibility of file: idle.ico MSI (s) (9C:9C) [21:24:07:508]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:508]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:508]: Executing op: FileRemove(,FileName=minusnode.gif,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: minusnode.gif, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:524]: Verifying accessibility of file: minusnode.gif MSI (s) (9C:9C) [21:24:07:524]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:539]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:539]: Executing op: FileRemove(,FileName=tk.gif,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: tk.gif, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:539]: Verifying accessibility of file: tk.gif MSI (s) (9C:9C) [21:24:07:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:555]: Executing op: FileRemove(,FileName=idle_32.png,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: idle_32.png, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:570]: Verifying accessibility of file: idle_32.png MSI (s) (9C:9C) [21:24:07:570]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:570]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:570]: Executing op: FileRemove(,FileName=idle_16.gif,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: idle_16.gif, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:586]: Verifying accessibility of file: idle_16.gif MSI (s) (9C:9C) [21:24:07:602]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:602]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:602]: Executing op: FileRemove(,FileName=python.gif,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: python.gif, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:602]: Verifying accessibility of file: python.gif MSI (s) (9C:9C) [21:24:07:617]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:617]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:617]: Executing op: FileRemove(,FileName=folder.gif,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: folder.gif, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:633]: Verifying accessibility of file: folder.gif MSI (s) (9C:9C) [21:24:07:633]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:649]: Executing op: FileRemove(,FileName=idle.icns,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: idle.icns, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:649]: Verifying accessibility of file: idle.icns MSI (s) (9C:9C) [21:24:07:664]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:664]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:664]: Executing op: FileRemove(,FileName=idle_48.png,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: idle_48.png, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:664]: Verifying accessibility of file: idle_48.png MSI (s) (9C:9C) [21:24:07:680]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:680]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\concurrent\) MSI (s) (9C:9C) [21:24:07:680]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={764452AA-A130-42F4-8E4C-6C350E10CD06}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\concurrent\ MSI (s) (9C:9C) [21:24:07:695]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:07:695]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\concurrent\futures\) MSI (s) (9C:9C) [21:24:07:695]: Executing op: FileRemove(,FileName=process.py,,ComponentId={B9E11F85-B98E-4AA4-864A-4CDE5C871E44}) RemoveFiles: File: process.py, Directory: C:\Python34\Lib\concurrent\futures\ MSI (s) (9C:9C) [21:24:07:711]: Verifying accessibility of file: process.py MSI (s) (9C:9C) [21:24:07:727]: Executing op: FileRemove(,FileName=thread.py,,ComponentId={B9E11F85-B98E-4AA4-864A-4CDE5C871E44}) RemoveFiles: File: thread.py, Directory: C:\Python34\Lib\concurrent\futures\ MSI (s) (9C:9C) [21:24:07:727]: Verifying accessibility of file: thread.py MSI (s) (9C:9C) [21:24:07:742]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={B9E11F85-B98E-4AA4-864A-4CDE5C871E44}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\concurrent\futures\ MSI (s) (9C:9C) [21:24:07:742]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:07:758]: Executing op: FileRemove(,FileName=_base.py,,ComponentId={B9E11F85-B98E-4AA4-864A-4CDE5C871E44}) RemoveFiles: File: _base.py, Directory: C:\Python34\Lib\concurrent\futures\ MSI (s) (9C:9C) [21:24:07:758]: Verifying accessibility of file: _base.py MSI (s) (9C:9C) [21:24:07:774]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\http\) MSI (s) (9C:9C) [21:24:07:774]: Executing op: FileRemove(,FileName=client.py,,ComponentId={9527A56D-AE42-4951-BA6F-B6617749CF29}) RemoveFiles: File: client.py, Directory: C:\Python34\Lib\http\ MSI (s) (9C:9C) [21:24:07:789]: Verifying accessibility of file: client.py MSI (s) (9C:9C) [21:24:07:789]: Executing op: FileRemove(,FileName=cookies.py,,ComponentId={9527A56D-AE42-4951-BA6F-B6617749CF29}) RemoveFiles: File: cookies.py, Directory: C:\Python34\Lib\http\ MSI (s) (9C:9C) [21:24:07:805]: Verifying accessibility of file: cookies.py MSI (s) (9C:9C) [21:24:07:805]: Executing op: FileRemove(,FileName=cookiejar.py,,ComponentId={9527A56D-AE42-4951-BA6F-B6617749CF29}) RemoveFiles: File: cookiejar.py, Directory: C:\Python34\Lib\http\ MSI (s) (9C:9C) [21:24:07:805]: Verifying accessibility of file: cookiejar.py MSI (s) (9C:9C) [21:24:07:820]: Executing op: FileRemove(,FileName=server.py,,ComponentId={9527A56D-AE42-4951-BA6F-B6617749CF29}) RemoveFiles: File: server.py, Directory: C:\Python34\Lib\http\ MSI (s) (9C:9C) [21:24:07:820]: Verifying accessibility of file: server.py MSI (s) (9C:9C) [21:24:07:836]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={9527A56D-AE42-4951-BA6F-B6617749CF29}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\http\ MSI (s) (9C:9C) [21:24:07:836]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:07:852]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\sqlite3\) MSI (s) (9C:9C) [21:24:07:852]: Executing op: FileRemove(,FileName=dbapi2.py,,ComponentId={CDC9F1F0-F335-4C2E-AA6B-B9AE6C56488F}) RemoveFiles: File: dbapi2.py, Directory: C:\Python34\Lib\sqlite3\ MSI (s) (9C:9C) [21:24:07:852]: Verifying accessibility of file: dbapi2.py MSI (s) (9C:9C) [21:24:07:867]: Executing op: FileRemove(,FileName=dump.py,,ComponentId={CDC9F1F0-F335-4C2E-AA6B-B9AE6C56488F}) RemoveFiles: File: dump.py, Directory: C:\Python34\Lib\sqlite3\ MSI (s) (9C:9C) [21:24:07:867]: Verifying accessibility of file: dump.py MSI (s) (9C:9C) [21:24:07:867]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={CDC9F1F0-F335-4C2E-AA6B-B9AE6C56488F}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\sqlite3\ MSI (s) (9C:9C) [21:24:07:883]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:07:883]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\sqlite3\test\) MSI (s) (9C:9C) [21:24:07:883]: Executing op: FileRemove(,FileName=dbapi.py,,ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C}) RemoveFiles: File: dbapi.py, Directory: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:9C) [21:24:07:899]: Verifying accessibility of file: dbapi.py MSI (s) (9C:9C) [21:24:07:914]: Executing op: FileRemove(,FileName=dump.py,,ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C}) RemoveFiles: File: dump.py, Directory: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:9C) [21:24:07:914]: Verifying accessibility of file: dump.py MSI (s) (9C:9C) [21:24:07:930]: Executing op: FileRemove(,FileName=regression.py,,ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C}) RemoveFiles: File: regression.py, Directory: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:9C) [21:24:07:930]: Verifying accessibility of file: regression.py MSI (s) (9C:9C) [21:24:07:930]: Executing op: FileRemove(,FileName=userfunctions.py,,ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C}) RemoveFiles: File: userfunctions.py, Directory: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:9C) [21:24:07:945]: Verifying accessibility of file: userfunctions.py MSI (s) (9C:9C) [21:24:07:945]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:9C) [21:24:07:961]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:07:961]: Executing op: FileRemove(,FileName=factory.py,,ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C}) RemoveFiles: File: factory.py, Directory: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:9C) [21:24:07:961]: Verifying accessibility of file: factory.py MSI (s) (9C:9C) [21:24:07:977]: Executing op: FileRemove(,FileName=types.py,,ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C}) RemoveFiles: File: types.py, Directory: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:9C) [21:24:07:992]: Verifying accessibility of file: types.py MSI (s) (9C:9C) [21:24:07:992]: Executing op: FileRemove(,FileName=transactions.py,,ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C}) RemoveFiles: File: transactions.py, Directory: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:9C) [21:24:07:992]: Verifying accessibility of file: transactions.py MSI (s) (9C:9C) [21:24:08:008]: Executing op: FileRemove(,FileName=hooks.py,,ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C}) RemoveFiles: File: hooks.py, Directory: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:9C) [21:24:08:008]: Verifying accessibility of file: hooks.py MSI (s) (9C:9C) [21:24:08:024]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\html\) MSI (s) (9C:9C) [21:24:08:024]: Executing op: FileRemove(,FileName=parser.py,,ComponentId={48E345AB-5EC0-46A1-B3C1-0C7C565C3604}) RemoveFiles: File: parser.py, Directory: C:\Python34\Lib\html\ MSI (s) (9C:9C) [21:24:08:024]: Verifying accessibility of file: parser.py MSI (s) (9C:9C) [21:24:08:039]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={48E345AB-5EC0-46A1-B3C1-0C7C565C3604}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\html\ MSI (s) (9C:9C) [21:24:08:039]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:08:055]: Executing op: FileRemove(,FileName=entities.py,,ComponentId={48E345AB-5EC0-46A1-B3C1-0C7C565C3604}) RemoveFiles: File: entities.py, Directory: C:\Python34\Lib\html\ MSI (s) (9C:9C) [21:24:08:055]: Verifying accessibility of file: entities.py MSI (s) (9C:9C) [21:24:08:070]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\) MSI (s) (9C:9C) [21:24:08:070]: Executing op: FileRemove(,FileName=pygram.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: pygram.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:070]: Verifying accessibility of file: pygram.py MSI (s) (9C:9C) [21:24:08:070]: Executing op: FileRemove(,FileName=btm_utils.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: btm_utils.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:086]: Verifying accessibility of file: btm_utils.py MSI (s) (9C:9C) [21:24:08:086]: Executing op: FileRemove(,FileName=main.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: main.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:102]: Verifying accessibility of file: main.py MSI (s) (9C:9C) [21:24:08:102]: Executing op: FileRemove(,FileName=pytree.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: pytree.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:117]: Verifying accessibility of file: pytree.py MSI (s) (9C:9C) [21:24:08:117]: Executing op: FileRemove(,FileName=patcomp.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: patcomp.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:117]: Verifying accessibility of file: patcomp.py MSI (s) (9C:9C) [21:24:08:133]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:133]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:08:149]: Executing op: FileRemove(,FileName=fixer_util.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: fixer_util.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:149]: Verifying accessibility of file: fixer_util.py MSI (s) (9C:9C) [21:24:08:164]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:164]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:08:180]: Executing op: FileRemove(,FileName=btm_matcher.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: btm_matcher.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:180]: Verifying accessibility of file: btm_matcher.py MSI (s) (9C:9C) [21:24:08:180]: Executing op: FileRemove(,FileName=fixer_base.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: fixer_base.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:195]: Verifying accessibility of file: fixer_base.py MSI (s) (9C:9C) [21:24:08:195]: Executing op: FileRemove(,FileName=Grammar.txt,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: Grammar.txt, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:211]: Verifying accessibility of file: Grammar.txt MSI (s) (9C:9C) [21:24:08:211]: Executing op: FileRemove(,FileName=PatternGrammar.txt,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: PatternGrammar.txt, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:211]: Verifying accessibility of file: PatternGrammar.txt MSI (s) (9C:9C) [21:24:08:227]: Executing op: FileRemove(,FileName=refactor.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: refactor.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:227]: Verifying accessibility of file: refactor.py MSI (s) (9C:9C) [21:24:08:242]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\pgen2\) MSI (s) (9C:9C) [21:24:08:242]: Executing op: FileRemove(,FileName=token.py,,ComponentId={FA203881-0826-427B-84F1-14A398079123}) RemoveFiles: File: token.py, Directory: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:9C) [21:24:08:242]: Verifying accessibility of file: token.py MSI (s) (9C:9C) [21:24:08:258]: Executing op: FileRemove(,FileName=conv.py,,ComponentId={FA203881-0826-427B-84F1-14A398079123}) RemoveFiles: File: conv.py, Directory: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:9C) [21:24:08:258]: Verifying accessibility of file: conv.py MSI (s) (9C:9C) [21:24:08:258]: Executing op: FileRemove(,FileName=tokenize.py,,ComponentId={FA203881-0826-427B-84F1-14A398079123}) RemoveFiles: File: tokenize.py, Directory: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:9C) [21:24:08:274]: Verifying accessibility of file: tokenize.py MSI (s) (9C:9C) [21:24:08:274]: Executing op: FileRemove(,FileName=pgen.py,,ComponentId={FA203881-0826-427B-84F1-14A398079123}) RemoveFiles: File: pgen.py, Directory: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:9C) [21:24:08:289]: Verifying accessibility of file: pgen.py MSI (s) (9C:9C) [21:24:08:289]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={FA203881-0826-427B-84F1-14A398079123}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:9C) [21:24:08:289]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:08:305]: Executing op: FileRemove(,FileName=driver.py,,ComponentId={FA203881-0826-427B-84F1-14A398079123}) RemoveFiles: File: driver.py, Directory: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:9C) [21:24:08:305]: Verifying accessibility of file: driver.py MSI (s) (9C:9C) [21:24:08:320]: Executing op: FileRemove(,FileName=parse.py,,ComponentId={FA203881-0826-427B-84F1-14A398079123}) RemoveFiles: File: parse.py, Directory: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:9C) [21:24:08:320]: Verifying accessibility of file: parse.py MSI (s) (9C:9C) [21:24:08:336]: Executing op: FileRemove(,FileName=literals.py,,ComponentId={FA203881-0826-427B-84F1-14A398079123}) RemoveFiles: File: literals.py, Directory: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:9C) [21:24:08:336]: Verifying accessibility of file: literals.py MSI (s) (9C:9C) [21:24:08:336]: Executing op: FileRemove(,FileName=grammar.py,,ComponentId={FA203881-0826-427B-84F1-14A398079123}) RemoveFiles: File: grammar.py, Directory: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:9C) [21:24:08:352]: Verifying accessibility of file: grammar.py MSI (s) (9C:9C) [21:24:08:352]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\) MSI (s) (9C:9C) [21:24:08:352]: Executing op: FileRemove(,FileName=test_parser.py,,ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992}) RemoveFiles: File: test_parser.py, Directory: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:24:08:367]: Verifying accessibility of file: test_parser.py MSI (s) (9C:9C) [21:24:08:367]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:24:08:383]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:08:383]: Executing op: FileRemove(,FileName=test_main.py,,ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992}) RemoveFiles: File: test_main.py, Directory: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:24:08:383]: Verifying accessibility of file: test_main.py MSI (s) (9C:9C) [21:24:08:399]: Executing op: FileRemove(,FileName=test_refactor.py,,ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992}) RemoveFiles: File: test_refactor.py, Directory: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:24:08:399]: Verifying accessibility of file: test_refactor.py MSI (s) (9C:9C) [21:24:08:414]: Executing op: FileRemove(,FileName=test_all_fixers.py,,ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992}) RemoveFiles: File: test_all_fixers.py, Directory: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:24:08:414]: Verifying accessibility of file: test_all_fixers.py MSI (s) (9C:9C) [21:24:08:430]: Executing op: FileRemove(,FileName=support.py,,ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992}) RemoveFiles: File: support.py, Directory: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:24:08:430]: Verifying accessibility of file: support.py MSI (s) (9C:9C) [21:24:08:430]: Executing op: FileRemove(,FileName=pytree_idempotency.py,,ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992}) RemoveFiles: File: pytree_idempotency.py, Directory: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:24:08:445]: Verifying accessibility of file: pytree_idempotency.py MSI (s) (9C:9C) [21:24:08:445]: Executing op: FileRemove(,FileName=test_util.py,,ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992}) RemoveFiles: File: test_util.py, Directory: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:24:08:461]: Verifying accessibility of file: test_util.py MSI (s) (9C:9C) [21:24:08:461]: Executing op: FileRemove(,FileName=test_fixers.py,,ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992}) RemoveFiles: File: test_fixers.py, Directory: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:24:08:461]: Verifying accessibility of file: test_fixers.py MSI (s) (9C:9C) [21:24:08:477]: Executing op: FileRemove(,FileName=test_pytree.py,,ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992}) RemoveFiles: File: test_pytree.py, Directory: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:24:08:477]: Verifying accessibility of file: test_pytree.py MSI (s) (9C:9C) [21:24:08:492]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\) MSI (s) (9C:9C) [21:24:08:492]: Executing op: FileRemove(,FileName=different_encoding.py,,ComponentId={30A3DDC4-0FB6-451D-BD94-3518F4704A15}) RemoveFiles: File: different_encoding.py, Directory: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:9C) [21:24:08:492]: Verifying accessibility of file: different_encoding.py MSI (s) (9C:9C) [21:24:08:508]: Executing op: FileRemove(,FileName=bom.py,,ComponentId={30A3DDC4-0FB6-451D-BD94-3518F4704A15}) RemoveFiles: File: bom.py, Directory: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:9C) [21:24:08:508]: Verifying accessibility of file: bom.py MSI (s) (9C:9C) [21:24:08:508]: Executing op: FileRemove(,FileName=infinite_recursion.py,,ComponentId={30A3DDC4-0FB6-451D-BD94-3518F4704A15}) RemoveFiles: File: infinite_recursion.py, Directory: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:9C) [21:24:08:524]: Verifying accessibility of file: infinite_recursion.py MSI (s) (9C:9C) [21:24:08:539]: Executing op: FileRemove(,FileName=crlf.py,,ComponentId={30A3DDC4-0FB6-451D-BD94-3518F4704A15}) RemoveFiles: File: crlf.py, Directory: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:9C) [21:24:08:539]: Verifying accessibility of file: crlf.py MSI (s) (9C:9C) [21:24:08:539]: Executing op: FileRemove(,FileName=false_encoding.py,,ComponentId={30A3DDC4-0FB6-451D-BD94-3518F4704A15}) RemoveFiles: File: false_encoding.py, Directory: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:9C) [21:24:08:555]: Verifying accessibility of file: false_encoding.py MSI (s) (9C:9C) [21:24:08:555]: Executing op: FileRemove(,FileName=py3_test_grammar.py,,ComponentId={30A3DDC4-0FB6-451D-BD94-3518F4704A15}) RemoveFiles: File: py3_test_grammar.py, Directory: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:9C) [21:24:08:570]: Verifying accessibility of file: py3_test_grammar.py MSI (s) (9C:9C) [21:24:08:570]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={30A3DDC4-0FB6-451D-BD94-3518F4704A15}) RemoveFiles: File: README.txt, Directory: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:9C) [21:24:08:570]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:08:586]: Executing op: FileRemove(,FileName=py2_test_grammar.py,,ComponentId={30A3DDC4-0FB6-451D-BD94-3518F4704A15}) RemoveFiles: File: py2_test_grammar.py, Directory: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:9C) [21:24:08:586]: Verifying accessibility of file: py2_test_grammar.py MSI (s) (9C:9C) [21:24:08:602]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\) MSI (s) (9C:9C) [21:24:08:602]: Executing op: FileRemove(,FileName=parrot_example.py,,ComponentId={2B74645C-67E3-46AA-8ECA-BCA9F693D1A9}) RemoveFiles: File: parrot_example.py, Directory: C:\Python34\Lib\lib2to3\tests\data\fixers\ MSI (s) (9C:9C) [21:24:08:602]: Verifying accessibility of file: parrot_example.py MSI (s) (9C:9C) [21:24:08:617]: Executing op: FileRemove(,FileName=no_fixer_cls.py,,ComponentId={2B74645C-67E3-46AA-8ECA-BCA9F693D1A9}) RemoveFiles: File: no_fixer_cls.py, Directory: C:\Python34\Lib\lib2to3\tests\data\fixers\ MSI (s) (9C:9C) [21:24:08:617]: Verifying accessibility of file: no_fixer_cls.py MSI (s) (9C:9C) [21:24:08:617]: Executing op: FileRemove(,FileName=bad_order.py,,ComponentId={2B74645C-67E3-46AA-8ECA-BCA9F693D1A9}) RemoveFiles: File: bad_order.py, Directory: C:\Python34\Lib\lib2to3\tests\data\fixers\ MSI (s) (9C:9C) [21:24:08:633]: Verifying accessibility of file: bad_order.py MSI (s) (9C:9C) [21:24:08:633]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\) MSI (s) (9C:9C) [21:24:08:633]: Executing op: FileRemove(,FileName=fix_preorder.py,,ComponentId={C069E520-790A-4219-B712-67A6688A3815}) RemoveFiles: File: fix_preorder.py, Directory: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ MSI (s) (9C:9C) [21:24:08:649]: Verifying accessibility of file: fix_preorder.py MSI (s) (9C:9C) [21:24:08:649]: Executing op: FileRemove(,FileName=fix_explicit.py,,ComponentId={C069E520-790A-4219-B712-67A6688A3815}) RemoveFiles: File: fix_explicit.py, Directory: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ MSI (s) (9C:9C) [21:24:08:664]: Verifying accessibility of file: fix_explicit.py MSI (s) (9C:9C) [21:24:08:664]: Executing op: FileRemove(,FileName=fix_first.py,,ComponentId={C069E520-790A-4219-B712-67A6688A3815}) RemoveFiles: File: fix_first.py, Directory: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ MSI (s) (9C:9C) [21:24:08:680]: Verifying accessibility of file: fix_first.py MSI (s) (9C:9C) [21:24:08:680]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={C069E520-790A-4219-B712-67A6688A3815}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ MSI (s) (9C:9C) [21:24:08:680]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:08:695]: Executing op: FileRemove(,FileName=fix_last.py,,ComponentId={C069E520-790A-4219-B712-67A6688A3815}) RemoveFiles: File: fix_last.py, Directory: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ MSI (s) (9C:9C) [21:24:08:695]: Verifying accessibility of file: fix_last.py MSI (s) (9C:9C) [21:24:08:711]: Executing op: FileRemove(,FileName=fix_parrot.py,,ComponentId={C069E520-790A-4219-B712-67A6688A3815}) RemoveFiles: File: fix_parrot.py, Directory: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ MSI (s) (9C:9C) [21:24:08:711]: Verifying accessibility of file: fix_parrot.py MSI (s) (9C:9C) [21:24:08:711]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\fixes\) MSI (s) (9C:9C) [21:24:08:727]: Executing op: FileRemove(,FileName=fix_import.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_import.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:727]: Verifying accessibility of file: fix_import.py MSI (s) (9C:9C) [21:24:08:727]: Executing op: FileRemove(,FileName=fix_urllib.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_urllib.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:742]: Verifying accessibility of file: fix_urllib.py MSI (s) (9C:9C) [21:24:08:742]: Executing op: FileRemove(,FileName=fix_except.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_except.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:758]: Verifying accessibility of file: fix_except.py MSI (s) (9C:9C) [21:24:08:758]: Executing op: FileRemove(,FileName=fix_itertools_imports.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_itertools_imports.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:774]: Verifying accessibility of file: fix_itertools_imports.py MSI (s) (9C:9C) [21:24:08:774]: Executing op: FileRemove(,FileName=fix_dict.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_dict.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:774]: Verifying accessibility of file: fix_dict.py MSI (s) (9C:9C) [21:24:08:789]: Executing op: FileRemove(,FileName=fix_future.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_future.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:789]: Verifying accessibility of file: fix_future.py MSI (s) (9C:9C) [21:24:08:805]: Executing op: FileRemove(,FileName=fix_basestring.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_basestring.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:805]: Verifying accessibility of file: fix_basestring.py MSI (s) (9C:9C) [21:24:08:820]: Executing op: FileRemove(,FileName=fix_execfile.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_execfile.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:820]: Verifying accessibility of file: fix_execfile.py MSI (s) (9C:9C) [21:24:08:820]: Executing op: FileRemove(,FileName=fix_imports2.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_imports2.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:836]: Verifying accessibility of file: fix_imports2.py MSI (s) (9C:9C) [21:24:08:836]: Executing op: FileRemove(,FileName=fix_asserts.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_asserts.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:852]: Verifying accessibility of file: fix_asserts.py MSI (s) (9C:9C) [21:24:08:852]: Executing op: FileRemove(,FileName=fix_raw_input.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_raw_input.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:852]: Verifying accessibility of file: fix_raw_input.py MSI (s) (9C:9C) [21:24:08:867]: Executing op: FileRemove(,FileName=fix_nonzero.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_nonzero.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:867]: Verifying accessibility of file: fix_nonzero.py MSI (s) (9C:9C) [21:24:08:883]: Executing op: FileRemove(,FileName=fix_isinstance.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_isinstance.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:883]: Verifying accessibility of file: fix_isinstance.py MSI (s) (9C:9C) [21:24:08:899]: Executing op: FileRemove(,FileName=fix_idioms.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_idioms.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:899]: Verifying accessibility of file: fix_idioms.py MSI (s) (9C:9C) [21:24:08:899]: Executing op: FileRemove(,FileName=fix_zip.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_zip.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:914]: Verifying accessibility of file: fix_zip.py MSI (s) (9C:9C) [21:24:08:914]: Executing op: FileRemove(,FileName=fix_next.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_next.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:930]: Verifying accessibility of file: fix_next.py MSI (s) (9C:9C) [21:24:08:930]: Executing op: FileRemove(,FileName=fix_funcattrs.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_funcattrs.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:930]: Verifying accessibility of file: fix_funcattrs.py MSI (s) (9C:9C) [21:24:08:945]: Executing op: FileRemove(,FileName=fix_itertools.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_itertools.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:945]: Verifying accessibility of file: fix_itertools.py MSI (s) (9C:9C) [21:24:08:961]: Executing op: FileRemove(,FileName=fix_callable.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_callable.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:961]: Verifying accessibility of file: fix_callable.py MSI (s) (9C:9C) [21:24:08:961]: Executing op: FileRemove(,FileName=fix_standarderror.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_standarderror.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:977]: Verifying accessibility of file: fix_standarderror.py MSI (s) (9C:9C) [21:24:08:977]: Executing op: FileRemove(,FileName=fix_map.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_map.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:992]: Verifying accessibility of file: fix_map.py MSI (s) (9C:9C) [21:24:08:992]: Executing op: FileRemove(,FileName=fix_exec.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_exec.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:008]: Verifying accessibility of file: fix_exec.py MSI (s) (9C:9C) [21:24:09:008]: Executing op: FileRemove(,FileName=fix_intern.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_intern.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:024]: Verifying accessibility of file: fix_intern.py MSI (s) (9C:9C) [21:24:09:024]: Executing op: FileRemove(,FileName=fix_xrange.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_xrange.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:024]: Verifying accessibility of file: fix_xrange.py MSI (s) (9C:9C) [21:24:09:039]: Executing op: FileRemove(,FileName=fix_getcwdu.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_getcwdu.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:039]: Verifying accessibility of file: fix_getcwdu.py MSI (s) (9C:9C) [21:24:09:055]: Executing op: FileRemove(,FileName=fix_apply.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_apply.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:070]: Verifying accessibility of file: fix_apply.py MSI (s) (9C:9C) [21:24:09:070]: Executing op: FileRemove(,FileName=fix_imports.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_imports.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:086]: Verifying accessibility of file: fix_imports.py MSI (s) (9C:9C) [21:24:09:086]: Executing op: FileRemove(,FileName=fix_reduce.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_reduce.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:102]: Verifying accessibility of file: fix_reduce.py MSI (s) (9C:9C) [21:24:09:102]: Executing op: FileRemove(,FileName=fix_paren.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_paren.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:117]: Verifying accessibility of file: fix_paren.py MSI (s) (9C:9C) [21:24:09:117]: Executing op: FileRemove(,FileName=fix_operator.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_operator.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:133]: Verifying accessibility of file: fix_operator.py MSI (s) (9C:9C) [21:24:09:149]: Executing op: FileRemove(,FileName=fix_xreadlines.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_xreadlines.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:149]: Verifying accessibility of file: fix_xreadlines.py MSI (s) (9C:9C) [21:24:09:164]: Executing op: FileRemove(,FileName=fix_long.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_long.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:164]: Verifying accessibility of file: fix_long.py MSI (s) (9C:9C) [21:24:09:180]: Executing op: FileRemove(,FileName=fix_sys_exc.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_sys_exc.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:180]: Verifying accessibility of file: fix_sys_exc.py MSI (s) (9C:9C) [21:24:09:180]: Executing op: FileRemove(,FileName=fix_input.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_input.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:195]: Verifying accessibility of file: fix_input.py MSI (s) (9C:9C) [21:24:09:211]: Executing op: FileRemove(,FileName=fix_tuple_params.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_tuple_params.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:211]: Verifying accessibility of file: fix_tuple_params.py MSI (s) (9C:9C) [21:24:09:227]: Executing op: FileRemove(,FileName=fix_filter.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_filter.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:227]: Verifying accessibility of file: fix_filter.py MSI (s) (9C:9C) [21:24:09:227]: Executing op: FileRemove(,FileName=fix_numliterals.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_numliterals.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:242]: Verifying accessibility of file: fix_numliterals.py MSI (s) (9C:9C) [21:24:09:242]: Executing op: FileRemove(,FileName=fix_renames.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_renames.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:258]: Verifying accessibility of file: fix_renames.py MSI (s) (9C:9C) [21:24:09:258]: Executing op: FileRemove(,FileName=fix_throw.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_throw.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:274]: Verifying accessibility of file: fix_throw.py MSI (s) (9C:9C) [21:24:09:274]: Executing op: FileRemove(,FileName=fix_buffer.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_buffer.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:289]: Verifying accessibility of file: fix_buffer.py MSI (s) (9C:9C) [21:24:09:305]: Executing op: FileRemove(,FileName=fix_set_literal.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_set_literal.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:305]: Verifying accessibility of file: fix_set_literal.py MSI (s) (9C:9C) [21:24:09:305]: Executing op: FileRemove(,FileName=fix_methodattrs.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_methodattrs.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:320]: Verifying accessibility of file: fix_methodattrs.py MSI (s) (9C:9C) [21:24:09:320]: Executing op: FileRemove(,FileName=fix_ne.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_ne.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:336]: Verifying accessibility of file: fix_ne.py MSI (s) (9C:9C) [21:24:09:336]: Executing op: FileRemove(,FileName=fix_repr.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_repr.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:352]: Verifying accessibility of file: fix_repr.py MSI (s) (9C:9C) [21:24:09:352]: Executing op: FileRemove(,FileName=fix_types.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_types.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:367]: Verifying accessibility of file: fix_types.py MSI (s) (9C:9C) [21:24:09:367]: Executing op: FileRemove(,FileName=fix_raise.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_raise.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:383]: Verifying accessibility of file: fix_raise.py MSI (s) (9C:9C) [21:24:09:383]: Executing op: FileRemove(,FileName=fix_has_key.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_has_key.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:399]: Verifying accessibility of file: fix_has_key.py MSI (s) (9C:9C) [21:24:09:399]: Executing op: FileRemove(,FileName=fix_metaclass.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_metaclass.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:414]: Verifying accessibility of file: fix_metaclass.py MSI (s) (9C:9C) [21:24:09:414]: Executing op: FileRemove(,FileName=fix_ws_comma.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_ws_comma.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:430]: Verifying accessibility of file: fix_ws_comma.py MSI (s) (9C:9C) [21:24:09:430]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:430]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:09:445]: Executing op: FileRemove(,FileName=fix_exitfunc.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_exitfunc.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:445]: Verifying accessibility of file: fix_exitfunc.py MSI (s) (9C:9C) [21:24:09:461]: Executing op: FileRemove(,FileName=fix_reload.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_reload.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:461]: Verifying accessibility of file: fix_reload.py MSI (s) (9C:9C) [21:24:09:477]: Executing op: FileRemove(,FileName=fix_print.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_print.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:477]: Verifying accessibility of file: fix_print.py MSI (s) (9C:9C) [21:24:09:492]: Executing op: FileRemove(,FileName=fix_unicode.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_unicode.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:492]: Verifying accessibility of file: fix_unicode.py MSI (s) (9C:9C) [21:24:09:508]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\) MSI (s) (9C:9C) [21:24:09:508]: Executing op: FileRemove(,FileName=_fix.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: _fix.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:508]: Verifying accessibility of file: _fix.py MSI (s) (9C:9C) [21:24:09:524]: Executing op: FileRemove(,FileName=ttk.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: ttk.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:524]: Verifying accessibility of file: ttk.py MSI (s) (9C:9C) [21:24:09:539]: Executing op: FileRemove(,FileName=messagebox.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: messagebox.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:539]: Verifying accessibility of file: messagebox.py MSI (s) (9C:9C) [21:24:09:539]: Executing op: FileRemove(,FileName=font.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: font.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:555]: Verifying accessibility of file: font.py MSI (s) (9C:9C) [21:24:09:570]: Executing op: FileRemove(,FileName=constants.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: constants.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:570]: Verifying accessibility of file: constants.py MSI (s) (9C:9C) [21:24:09:586]: Executing op: FileRemove(,FileName=dnd.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: dnd.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:586]: Verifying accessibility of file: dnd.py MSI (s) (9C:9C) [21:24:09:602]: Executing op: FileRemove(,FileName=tix.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: tix.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:602]: Verifying accessibility of file: tix.py MSI (s) (9C:9C) [21:24:09:602]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:617]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:09:617]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:633]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:09:633]: Executing op: FileRemove(,FileName=simpledialog.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: simpledialog.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:633]: Verifying accessibility of file: simpledialog.py MSI (s) (9C:9C) [21:24:09:649]: Executing op: FileRemove(,FileName=dialog.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: dialog.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:649]: Verifying accessibility of file: dialog.py MSI (s) (9C:9C) [21:24:09:664]: Executing op: FileRemove(,FileName=colorchooser.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: colorchooser.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:664]: Verifying accessibility of file: colorchooser.py MSI (s) (9C:9C) [21:24:09:680]: Executing op: FileRemove(,FileName=filedialog.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: filedialog.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:680]: Verifying accessibility of file: filedialog.py MSI (s) (9C:9C) [21:24:09:695]: Executing op: FileRemove(,FileName=commondialog.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: commondialog.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:695]: Verifying accessibility of file: commondialog.py MSI (s) (9C:9C) [21:24:09:711]: Executing op: FileRemove(,FileName=scrolledtext.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: scrolledtext.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:711]: Verifying accessibility of file: scrolledtext.py MSI (s) (9C:9C) [21:24:09:727]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\) MSI (s) (9C:9C) [21:24:09:727]: Executing op: FileRemove(,FileName=runtktests.py,,ComponentId={2B4A971A-9E0E-4EC3-ACF2-C5F83E00A9DF}) RemoveFiles: File: runtktests.py, Directory: C:\Python34\Lib\tkinter\test\ MSI (s) (9C:9C) [21:24:09:727]: Verifying accessibility of file: runtktests.py MSI (s) (9C:9C) [21:24:09:742]: Executing op: FileRemove(,FileName=support.py,,ComponentId={2B4A971A-9E0E-4EC3-ACF2-C5F83E00A9DF}) RemoveFiles: File: support.py, Directory: C:\Python34\Lib\tkinter\test\ MSI (s) (9C:9C) [21:24:09:742]: Verifying accessibility of file: support.py MSI (s) (9C:9C) [21:24:09:742]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={2B4A971A-9E0E-4EC3-ACF2-C5F83E00A9DF}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\tkinter\test\ MSI (s) (9C:9C) [21:24:09:758]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:09:758]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={2B4A971A-9E0E-4EC3-ACF2-C5F83E00A9DF}) RemoveFiles: File: README.txt, Directory: C:\Python34\Lib\tkinter\test\ MSI (s) (9C:9C) [21:24:09:774]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:09:774]: Executing op: FileRemove(,FileName=widget_tests.py,,ComponentId={2B4A971A-9E0E-4EC3-ACF2-C5F83E00A9DF}) RemoveFiles: File: widget_tests.py, Directory: C:\Python34\Lib\tkinter\test\ MSI (s) (9C:9C) [21:24:09:774]: Verifying accessibility of file: widget_tests.py MSI (s) (9C:9C) [21:24:09:789]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\test_tkinter\) MSI (s) (9C:9C) [21:24:09:789]: Executing op: FileRemove(,FileName=test_widgets.py,,ComponentId={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8}) RemoveFiles: File: test_widgets.py, Directory: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:9C) [21:24:09:789]: Verifying accessibility of file: test_widgets.py MSI (s) (9C:9C) [21:24:09:805]: Executing op: FileRemove(,FileName=test_font.py,,ComponentId={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8}) RemoveFiles: File: test_font.py, Directory: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:9C) [21:24:09:805]: Verifying accessibility of file: test_font.py MSI (s) (9C:9C) [21:24:09:820]: Executing op: FileRemove(,FileName=test_variables.py,,ComponentId={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8}) RemoveFiles: File: test_variables.py, Directory: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:9C) [21:24:09:820]: Verifying accessibility of file: test_variables.py MSI (s) (9C:9C) [21:24:09:836]: Executing op: FileRemove(,FileName=test_text.py,,ComponentId={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8}) RemoveFiles: File: test_text.py, Directory: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:9C) [21:24:09:836]: Verifying accessibility of file: test_text.py MSI (s) (9C:9C) [21:24:09:836]: Executing op: FileRemove(,FileName=test_geometry_managers.py,,ComponentId={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8}) RemoveFiles: File: test_geometry_managers.py, Directory: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:9C) [21:24:09:852]: Verifying accessibility of file: test_geometry_managers.py MSI (s) (9C:9C) [21:24:09:852]: Executing op: FileRemove(,FileName=test_misc.py,,ComponentId={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8}) RemoveFiles: File: test_misc.py, Directory: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:9C) [21:24:09:867]: Verifying accessibility of file: test_misc.py MSI (s) (9C:9C) [21:24:09:867]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:9C) [21:24:09:883]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:09:883]: Executing op: FileRemove(,FileName=test_loadtk.py,,ComponentId={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8}) RemoveFiles: File: test_loadtk.py, Directory: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:9C) [21:24:09:899]: Verifying accessibility of file: test_loadtk.py MSI (s) (9C:9C) [21:24:09:899]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\test_ttk\) MSI (s) (9C:9C) [21:24:09:899]: Executing op: FileRemove(,FileName=test_style.py,,ComponentId={5BF35942-ED87-4719-B806-425903D8658D}) RemoveFiles: File: test_style.py, Directory: C:\Python34\Lib\tkinter\test\test_ttk\ MSI (s) (9C:9C) [21:24:09:914]: Verifying accessibility of file: test_style.py MSI (s) (9C:9C) [21:24:09:914]: Executing op: FileRemove(,FileName=test_extensions.py,,ComponentId={5BF35942-ED87-4719-B806-425903D8658D}) RemoveFiles: File: test_extensions.py, Directory: C:\Python34\Lib\tkinter\test\test_ttk\ MSI (s) (9C:9C) [21:24:09:914]: Verifying accessibility of file: test_extensions.py MSI (s) (9C:9C) [21:24:09:930]: Executing op: FileRemove(,FileName=test_functions.py,,ComponentId={5BF35942-ED87-4719-B806-425903D8658D}) RemoveFiles: File: test_functions.py, Directory: C:\Python34\Lib\tkinter\test\test_ttk\ MSI (s) (9C:9C) [21:24:09:930]: Verifying accessibility of file: test_functions.py MSI (s) (9C:9C) [21:24:09:945]: Executing op: FileRemove(,FileName=test_widgets.py,,ComponentId={5BF35942-ED87-4719-B806-425903D8658D}) RemoveFiles: File: test_widgets.py, Directory: C:\Python34\Lib\tkinter\test\test_ttk\ MSI (s) (9C:9C) [21:24:09:945]: Verifying accessibility of file: test_widgets.py MSI (s) (9C:9C) [21:24:09:945]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={5BF35942-ED87-4719-B806-425903D8658D}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\tkinter\test\test_ttk\ MSI (s) (9C:9C) [21:24:09:961]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:09:961]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\wsgiref\) MSI (s) (9C:9C) [21:24:09:961]: Executing op: FileRemove(,FileName=simple_server.py,,ComponentId={D88DFB76-32C6-4245-B42F-C9F0311E117E}) RemoveFiles: File: simple_server.py, Directory: C:\Python34\Lib\wsgiref\ MSI (s) (9C:9C) [21:24:09:977]: Verifying accessibility of file: simple_server.py MSI (s) (9C:9C) [21:24:09:977]: Executing op: FileRemove(,FileName=util.py,,ComponentId={D88DFB76-32C6-4245-B42F-C9F0311E117E}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\wsgiref\ MSI (s) (9C:9C) [21:24:09:977]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:09:992]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={D88DFB76-32C6-4245-B42F-C9F0311E117E}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\wsgiref\ MSI (s) (9C:9C) [21:24:09:992]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:10:008]: Executing op: FileRemove(,FileName=headers.py,,ComponentId={D88DFB76-32C6-4245-B42F-C9F0311E117E}) RemoveFiles: File: headers.py, Directory: C:\Python34\Lib\wsgiref\ MSI (s) (9C:9C) [21:24:10:008]: Verifying accessibility of file: headers.py MSI (s) (9C:9C) [21:24:10:024]: Executing op: FileRemove(,FileName=handlers.py,,ComponentId={D88DFB76-32C6-4245-B42F-C9F0311E117E}) RemoveFiles: File: handlers.py, Directory: C:\Python34\Lib\wsgiref\ MSI (s) (9C:9C) [21:24:10:024]: Verifying accessibility of file: handlers.py MSI (s) (9C:9C) [21:24:10:039]: Executing op: FileRemove(,FileName=validate.py,,ComponentId={D88DFB76-32C6-4245-B42F-C9F0311E117E}) RemoveFiles: File: validate.py, Directory: C:\Python34\Lib\wsgiref\ MSI (s) (9C:9C) [21:24:10:039]: Verifying accessibility of file: validate.py MSI (s) (9C:9C) [21:24:10:055]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\venv\) MSI (s) (9C:9C) [21:24:10:055]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={CF2AD6B9-B7A1-450E-9380-60B278B6314A}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\venv\ MSI (s) (9C:9C) [21:24:10:055]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:10:070]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={CF2AD6B9-B7A1-450E-9380-60B278B6314A}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\venv\ MSI (s) (9C:9C) [21:24:10:070]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:10:070]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\venv\scripts\nt\) MSI (s) (9C:9C) [21:24:10:070]: Executing op: FileRemove(,FileName=Activate.ps1,,ComponentId={5C72C40F-D7C7-4841-B59A-B9A95BC998A5}) RemoveFiles: File: Activate.ps1, Directory: C:\Python34\Lib\venv\scripts\nt\ MSI (s) (9C:9C) [21:24:10:086]: Verifying accessibility of file: Activate.ps1 MSI (s) (9C:9C) [21:24:10:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:086]: Executing op: FileRemove(,FileName=activate.bat,,ComponentId={5C72C40F-D7C7-4841-B59A-B9A95BC998A5}) RemoveFiles: File: activate.bat, Directory: C:\Python34\Lib\venv\scripts\nt\ MSI (s) (9C:9C) [21:24:10:102]: Verifying accessibility of file: activate.bat MSI (s) (9C:9C) [21:24:10:102]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:102]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:102]: Executing op: FileRemove(,FileName=deactivate.bat,,ComponentId={5C72C40F-D7C7-4841-B59A-B9A95BC998A5}) RemoveFiles: File: deactivate.bat, Directory: C:\Python34\Lib\venv\scripts\nt\ MSI (s) (9C:9C) [21:24:10:117]: Verifying accessibility of file: deactivate.bat MSI (s) (9C:9C) [21:24:10:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:133]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\venv\scripts\posix\) MSI (s) (9C:9C) [21:24:10:133]: Executing op: FileRemove(,FileName=activate,,ComponentId={2C3F1D5A-90C4-47FA-8967-5F43FEDC074A}) RemoveFiles: File: activate, Directory: C:\Python34\Lib\venv\scripts\posix\ MSI (s) (9C:9C) [21:24:10:133]: Verifying accessibility of file: activate MSI (s) (9C:9C) [21:24:10:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:149]: Executing op: FileRemove(,FileName=activate.fish,,ComponentId={2C3F1D5A-90C4-47FA-8967-5F43FEDC074A}) RemoveFiles: File: activate.fish, Directory: C:\Python34\Lib\venv\scripts\posix\ MSI (s) (9C:9C) [21:24:10:149]: Verifying accessibility of file: activate.fish MSI (s) (9C:9C) [21:24:10:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:164]: Executing op: FileRemove(,FileName=activate.csh,,ComponentId={2C3F1D5A-90C4-47FA-8967-5F43FEDC074A}) RemoveFiles: File: activate.csh, Directory: C:\Python34\Lib\venv\scripts\posix\ MSI (s) (9C:9C) [21:24:10:164]: Verifying accessibility of file: activate.csh MSI (s) (9C:9C) [21:24:10:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:180]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\json\) MSI (s) (9C:9C) [21:24:10:180]: Executing op: FileRemove(,FileName=tool.py,,ComponentId={932A9557-AD0B-4D9E-8FEE-356E090711CF}) RemoveFiles: File: tool.py, Directory: C:\Python34\Lib\json\ MSI (s) (9C:9C) [21:24:10:180]: Verifying accessibility of file: tool.py MSI (s) (9C:9C) [21:24:10:195]: Executing op: FileRemove(,FileName=scanner.py,,ComponentId={932A9557-AD0B-4D9E-8FEE-356E090711CF}) RemoveFiles: File: scanner.py, Directory: C:\Python34\Lib\json\ MSI (s) (9C:9C) [21:24:10:195]: Verifying accessibility of file: scanner.py MSI (s) (9C:9C) [21:24:10:195]: Executing op: FileRemove(,FileName=decoder.py,,ComponentId={932A9557-AD0B-4D9E-8FEE-356E090711CF}) RemoveFiles: File: decoder.py, Directory: C:\Python34\Lib\json\ MSI (s) (9C:9C) [21:24:10:211]: Verifying accessibility of file: decoder.py MSI (s) (9C:9C) [21:24:10:211]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={932A9557-AD0B-4D9E-8FEE-356E090711CF}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\json\ MSI (s) (9C:9C) [21:24:10:227]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:10:227]: Executing op: FileRemove(,FileName=encoder.py,,ComponentId={932A9557-AD0B-4D9E-8FEE-356E090711CF}) RemoveFiles: File: encoder.py, Directory: C:\Python34\Lib\json\ MSI (s) (9C:9C) [21:24:10:242]: Verifying accessibility of file: encoder.py MSI (s) (9C:9C) [21:24:10:242]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\curses\) MSI (s) (9C:9C) [21:24:10:242]: Executing op: FileRemove(,FileName=has_key.py,,ComponentId={B13054D7-2C84-4A88-B8F5-C8B9509286F6}) RemoveFiles: File: has_key.py, Directory: C:\Python34\Lib\curses\ MSI (s) (9C:9C) [21:24:10:258]: Verifying accessibility of file: has_key.py MSI (s) (9C:9C) [21:24:10:258]: Executing op: FileRemove(,FileName=ascii.py,,ComponentId={B13054D7-2C84-4A88-B8F5-C8B9509286F6}) RemoveFiles: File: ascii.py, Directory: C:\Python34\Lib\curses\ MSI (s) (9C:9C) [21:24:10:258]: Verifying accessibility of file: ascii.py MSI (s) (9C:9C) [21:24:10:274]: Executing op: FileRemove(,FileName=textpad.py,,ComponentId={B13054D7-2C84-4A88-B8F5-C8B9509286F6}) RemoveFiles: File: textpad.py, Directory: C:\Python34\Lib\curses\ MSI (s) (9C:9C) [21:24:10:274]: Verifying accessibility of file: textpad.py MSI (s) (9C:9C) [21:24:10:289]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={B13054D7-2C84-4A88-B8F5-C8B9509286F6}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\curses\ MSI (s) (9C:9C) [21:24:10:289]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:10:305]: Executing op: FileRemove(,FileName=panel.py,,ComponentId={B13054D7-2C84-4A88-B8F5-C8B9509286F6}) RemoveFiles: File: panel.py, Directory: C:\Python34\Lib\curses\ MSI (s) (9C:9C) [21:24:10:321]: Verifying accessibility of file: panel.py MSI (s) (9C:9C) [21:24:10:336]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\multiprocessing\) MSI (s) (9C:9C) [21:24:10:336]: Executing op: FileRemove(,FileName=sharedctypes.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: sharedctypes.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:336]: Verifying accessibility of file: sharedctypes.py MSI (s) (9C:9C) [21:24:10:352]: Executing op: FileRemove(,FileName=context.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: context.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:352]: Verifying accessibility of file: context.py MSI (s) (9C:9C) [21:24:10:367]: Executing op: FileRemove(,FileName=resource_sharer.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: resource_sharer.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:367]: Verifying accessibility of file: resource_sharer.py MSI (s) (9C:9C) [21:24:10:367]: Executing op: FileRemove(,FileName=spawn.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: spawn.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:383]: Verifying accessibility of file: spawn.py MSI (s) (9C:9C) [21:24:10:383]: Executing op: FileRemove(,FileName=synchronize.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: synchronize.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:399]: Verifying accessibility of file: synchronize.py MSI (s) (9C:9C) [21:24:10:399]: Executing op: FileRemove(,FileName=reduction.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: reduction.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:399]: Verifying accessibility of file: reduction.py MSI (s) (9C:9C) [21:24:10:414]: Executing op: FileRemove(,FileName=util.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:414]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:10:445]: Executing op: FileRemove(,FileName=popen_forkserver.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: popen_forkserver.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:461]: Verifying accessibility of file: popen_forkserver.py MSI (s) (9C:9C) [21:24:10:461]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:477]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:10:477]: Executing op: FileRemove(,FileName=process.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: process.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:477]: Verifying accessibility of file: process.py MSI (s) (9C:9C) [21:24:10:492]: Executing op: FileRemove(,FileName=connection.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: connection.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:492]: Verifying accessibility of file: connection.py MSI (s) (9C:9C) [21:24:10:508]: Executing op: FileRemove(,FileName=popen_fork.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: popen_fork.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:508]: Verifying accessibility of file: popen_fork.py MSI (s) (9C:9C) [21:24:10:524]: Executing op: FileRemove(,FileName=semaphore_tracker.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: semaphore_tracker.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:524]: Verifying accessibility of file: semaphore_tracker.py MSI (s) (9C:9C) [21:24:10:524]: Executing op: FileRemove(,FileName=pool.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: pool.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:539]: Verifying accessibility of file: pool.py MSI (s) (9C:9C) [21:24:10:539]: Executing op: FileRemove(,FileName=heap.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: heap.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:555]: Verifying accessibility of file: heap.py MSI (s) (9C:9C) [21:24:10:555]: Executing op: FileRemove(,FileName=popen_spawn_win32.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: popen_spawn_win32.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:571]: Verifying accessibility of file: popen_spawn_win32.py MSI (s) (9C:9C) [21:24:10:571]: Executing op: FileRemove(,FileName=managers.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: managers.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:571]: Verifying accessibility of file: managers.py MSI (s) (9C:9C) [21:24:10:586]: Executing op: FileRemove(,FileName=queues.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: queues.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:586]: Verifying accessibility of file: queues.py MSI (s) (9C:9C) [21:24:10:602]: Executing op: FileRemove(,FileName=popen_spawn_posix.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: popen_spawn_posix.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:602]: Verifying accessibility of file: popen_spawn_posix.py MSI (s) (9C:9C) [21:24:10:617]: Executing op: FileRemove(,FileName=forkserver.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: forkserver.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:617]: Verifying accessibility of file: forkserver.py MSI (s) (9C:9C) [21:24:10:633]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\multiprocessing\dummy\) MSI (s) (9C:9C) [21:24:10:633]: Executing op: FileRemove(,FileName=connection.py,,ComponentId={BF66F12F-0EC1-476B-A4E7-DB92D92B4328}) RemoveFiles: File: connection.py, Directory: C:\Python34\Lib\multiprocessing\dummy\ MSI (s) (9C:9C) [21:24:10:633]: Verifying accessibility of file: connection.py MSI (s) (9C:9C) [21:24:10:649]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={BF66F12F-0EC1-476B-A4E7-DB92D92B4328}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\multiprocessing\dummy\ MSI (s) (9C:9C) [21:24:10:649]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:10:664]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ensurepip\) MSI (s) (9C:9C) [21:24:10:664]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={5DE387F7-3042-4070-B99A-F71FC9B436B8}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\ensurepip\ MSI (s) (9C:9C) [21:24:10:664]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:10:664]: Executing op: FileRemove(,FileName=_uninstall.py,,ComponentId={5DE387F7-3042-4070-B99A-F71FC9B436B8}) RemoveFiles: File: _uninstall.py, Directory: C:\Python34\Lib\ensurepip\ MSI (s) (9C:9C) [21:24:10:680]: Verifying accessibility of file: _uninstall.py MSI (s) (9C:9C) [21:24:10:680]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={5DE387F7-3042-4070-B99A-F71FC9B436B8}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\ensurepip\ MSI (s) (9C:9C) [21:24:10:695]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:10:695]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ensurepip\_bundled\) MSI (s) (9C:9C) [21:24:10:695]: Executing op: FileRemove(,FileName=setuptools-2.1-py2.py3-none-any.whl,,ComponentId={E833A182-D859-4086-8E97-6BE554B479FB}) RemoveFiles: File: setuptools-2.1-py2.py3-none-any.whl, Directory: C:\Python34\Lib\ensurepip\_bundled\ MSI (s) (9C:9C) [21:24:10:711]: Verifying accessibility of file: setuptools-2.1-py2.py3-none-any.whl MSI (s) (9C:9C) [21:24:10:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:711]: Executing op: FileRemove(,FileName=pip-1.5.6-py2.py3-none-any.whl,,ComponentId={E833A182-D859-4086-8E97-6BE554B479FB}) RemoveFiles: File: pip-1.5.6-py2.py3-none-any.whl, Directory: C:\Python34\Lib\ensurepip\_bundled\ MSI (s) (9C:9C) [21:24:10:727]: Verifying accessibility of file: pip-1.5.6-py2.py3-none-any.whl MSI (s) (9C:9C) [21:24:10:727]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:727]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\logging\) MSI (s) (9C:9C) [21:24:10:727]: Executing op: FileRemove(,FileName=config.py,,ComponentId={D1D033BD-07F3-49AE-8803-EFE5DC4291F3}) RemoveFiles: File: config.py, Directory: C:\Python34\Lib\logging\ MSI (s) (9C:9C) [21:24:10:742]: Verifying accessibility of file: config.py MSI (s) (9C:9C) [21:24:10:742]: Executing op: FileRemove(,FileName=handlers.py,,ComponentId={D1D033BD-07F3-49AE-8803-EFE5DC4291F3}) RemoveFiles: File: handlers.py, Directory: C:\Python34\Lib\logging\ MSI (s) (9C:9C) [21:24:10:758]: Verifying accessibility of file: handlers.py MSI (s) (9C:9C) [21:24:10:758]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={D1D033BD-07F3-49AE-8803-EFE5DC4291F3}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\logging\ MSI (s) (9C:9C) [21:24:10:774]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:10:774]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\) MSI (s) (9C:9C) [21:24:10:774]: Executing op: FileRemove(,FileName=_endian.py,,ComponentId={AC7DBFF8-7F45-4B31-9152-6FE52114C4CF}) RemoveFiles: File: _endian.py, Directory: C:\Python34\Lib\ctypes\ MSI (s) (9C:9C) [21:24:10:789]: Verifying accessibility of file: _endian.py MSI (s) (9C:9C) [21:24:10:789]: Executing op: FileRemove(,FileName=util.py,,ComponentId={AC7DBFF8-7F45-4B31-9152-6FE52114C4CF}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\ctypes\ MSI (s) (9C:9C) [21:24:10:805]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:10:805]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={AC7DBFF8-7F45-4B31-9152-6FE52114C4CF}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\ctypes\ MSI (s) (9C:9C) [21:24:10:820]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:10:820]: Executing op: FileRemove(,FileName=wintypes.py,,ComponentId={AC7DBFF8-7F45-4B31-9152-6FE52114C4CF}) RemoveFiles: File: wintypes.py, Directory: C:\Python34\Lib\ctypes\ MSI (s) (9C:9C) [21:24:10:820]: Verifying accessibility of file: wintypes.py MSI (s) (9C:9C) [21:24:10:836]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\test\) MSI (s) (9C:9C) [21:24:10:836]: Executing op: FileRemove(,FileName=test_functions.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_functions.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:836]: Verifying accessibility of file: test_functions.py MSI (s) (9C:9C) [21:24:10:852]: Executing op: FileRemove(,FileName=test_values.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_values.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:852]: Verifying accessibility of file: test_values.py MSI (s) (9C:9C) [21:24:10:867]: Executing op: FileRemove(,FileName=test_python_api.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_python_api.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:867]: Verifying accessibility of file: test_python_api.py MSI (s) (9C:9C) [21:24:10:883]: Executing op: FileRemove(,FileName=test_pointers.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_pointers.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:883]: Verifying accessibility of file: test_pointers.py MSI (s) (9C:9C) [21:24:10:899]: Executing op: FileRemove(,FileName=test_frombuffer.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_frombuffer.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:899]: Verifying accessibility of file: test_frombuffer.py MSI (s) (9C:9C) [21:24:10:914]: Executing op: FileRemove(,FileName=test_refcounts.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_refcounts.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:914]: Verifying accessibility of file: test_refcounts.py MSI (s) (9C:9C) [21:24:10:914]: Executing op: FileRemove(,FileName=test_as_parameter.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_as_parameter.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:930]: Verifying accessibility of file: test_as_parameter.py MSI (s) (9C:9C) [21:24:10:945]: Executing op: FileRemove(,FileName=test_pickling.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_pickling.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:945]: Verifying accessibility of file: test_pickling.py MSI (s) (9C:9C) [21:24:10:961]: Executing op: FileRemove(,FileName=test_cfuncs.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_cfuncs.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:961]: Verifying accessibility of file: test_cfuncs.py MSI (s) (9C:9C) [21:24:10:977]: Executing op: FileRemove(,FileName=test_byteswap.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_byteswap.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:977]: Verifying accessibility of file: test_byteswap.py MSI (s) (9C:9C) [21:24:10:992]: Executing op: FileRemove(,FileName=test_numbers.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_numbers.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:992]: Verifying accessibility of file: test_numbers.py MSI (s) (9C:9C) [21:24:10:992]: Executing op: FileRemove(,FileName=test_macholib.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_macholib.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:008]: Verifying accessibility of file: test_macholib.py MSI (s) (9C:9C) [21:24:11:008]: Executing op: FileRemove(,FileName=test_integers.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_integers.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:024]: Verifying accessibility of file: test_integers.py MSI (s) (9C:9C) [21:24:11:024]: Executing op: FileRemove(,FileName=test_win32.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_win32.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:024]: Verifying accessibility of file: test_win32.py MSI (s) (9C:9C) [21:24:11:039]: Executing op: FileRemove(,FileName=test_sizes.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_sizes.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:039]: Verifying accessibility of file: test_sizes.py MSI (s) (9C:9C) [21:24:11:055]: Executing op: FileRemove(,FileName=test_random_things.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_random_things.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:055]: Verifying accessibility of file: test_random_things.py MSI (s) (9C:9C) [21:24:11:070]: Executing op: FileRemove(,FileName=test_bitfields.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_bitfields.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:070]: Verifying accessibility of file: test_bitfields.py MSI (s) (9C:9C) [21:24:11:070]: Executing op: FileRemove(,FileName=test_keeprefs.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_keeprefs.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:086]: Verifying accessibility of file: test_keeprefs.py MSI (s) (9C:9C) [21:24:11:086]: Executing op: FileRemove(,FileName=test_struct_fields.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_struct_fields.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:102]: Verifying accessibility of file: test_struct_fields.py MSI (s) (9C:9C) [21:24:11:102]: Executing op: FileRemove(,FileName=test_pep3118.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_pep3118.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:117]: Verifying accessibility of file: test_pep3118.py MSI (s) (9C:9C) [21:24:11:117]: Executing op: FileRemove(,FileName=test_stringptr.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_stringptr.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:133]: Verifying accessibility of file: test_stringptr.py MSI (s) (9C:9C) [21:24:11:133]: Executing op: FileRemove(,FileName=test_loading.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_loading.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:149]: Verifying accessibility of file: test_loading.py MSI (s) (9C:9C) [21:24:11:149]: Executing op: FileRemove(,FileName=test_incomplete.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_incomplete.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:164]: Verifying accessibility of file: test_incomplete.py MSI (s) (9C:9C) [21:24:11:164]: Executing op: FileRemove(,FileName=test_funcptr.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_funcptr.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:180]: Verifying accessibility of file: test_funcptr.py MSI (s) (9C:9C) [21:24:11:180]: Executing op: FileRemove(,FileName=test_parameters.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_parameters.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:195]: Verifying accessibility of file: test_parameters.py MSI (s) (9C:9C) [21:24:11:195]: Executing op: FileRemove(,FileName=test_unaligned_structures.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_unaligned_structures.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:211]: Verifying accessibility of file: test_unaligned_structures.py MSI (s) (9C:9C) [21:24:11:211]: Executing op: FileRemove(,FileName=test_repr.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_repr.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:227]: Verifying accessibility of file: test_repr.py MSI (s) (9C:9C) [21:24:11:227]: Executing op: FileRemove(,FileName=test_bytes.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_bytes.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:242]: Verifying accessibility of file: test_bytes.py MSI (s) (9C:9C) [21:24:11:242]: Executing op: FileRemove(,FileName=test_buffers.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_buffers.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:242]: Verifying accessibility of file: test_buffers.py MSI (s) (9C:9C) [21:24:11:274]: Executing op: FileRemove(,FileName=test_prototypes.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_prototypes.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:289]: Verifying accessibility of file: test_prototypes.py MSI (s) (9C:9C) [21:24:11:289]: Executing op: FileRemove(,FileName=test_simplesubclasses.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_simplesubclasses.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:305]: Verifying accessibility of file: test_simplesubclasses.py MSI (s) (9C:9C) [21:24:11:305]: Executing op: FileRemove(,FileName=test_varsize_struct.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_varsize_struct.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:305]: Verifying accessibility of file: test_varsize_struct.py MSI (s) (9C:9C) [21:24:11:320]: Executing op: FileRemove(,FileName=test_callbacks.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_callbacks.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:320]: Verifying accessibility of file: test_callbacks.py MSI (s) (9C:9C) [21:24:11:336]: Executing op: FileRemove(,FileName=runtests.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: runtests.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:336]: Verifying accessibility of file: runtests.py MSI (s) (9C:9C) [21:24:11:352]: Executing op: FileRemove(,FileName=test_checkretval.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_checkretval.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:352]: Verifying accessibility of file: test_checkretval.py MSI (s) (9C:9C) [21:24:11:352]: Executing op: FileRemove(,FileName=test_array_in_pointer.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_array_in_pointer.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:367]: Verifying accessibility of file: test_array_in_pointer.py MSI (s) (9C:9C) [21:24:11:367]: Executing op: FileRemove(,FileName=test_returnfuncptrs.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_returnfuncptrs.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:383]: Verifying accessibility of file: test_returnfuncptrs.py MSI (s) (9C:9C) [21:24:11:383]: Executing op: FileRemove(,FileName=test_errno.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_errno.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:383]: Verifying accessibility of file: test_errno.py MSI (s) (9C:9C) [21:24:11:399]: Executing op: FileRemove(,FileName=test_slicing.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_slicing.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:399]: Verifying accessibility of file: test_slicing.py MSI (s) (9C:9C) [21:24:11:414]: Executing op: FileRemove(,FileName=test_delattr.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_delattr.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:414]: Verifying accessibility of file: test_delattr.py MSI (s) (9C:9C) [21:24:11:430]: Executing op: FileRemove(,FileName=test_init.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_init.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:430]: Verifying accessibility of file: test_init.py MSI (s) (9C:9C) [21:24:11:445]: Executing op: FileRemove(,FileName=test_strings.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_strings.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:445]: Verifying accessibility of file: test_strings.py MSI (s) (9C:9C) [21:24:11:461]: Executing op: FileRemove(,FileName=test_unicode.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_unicode.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:461]: Verifying accessibility of file: test_unicode.py MSI (s) (9C:9C) [21:24:11:461]: Executing op: FileRemove(,FileName=test_wintypes.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_wintypes.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:477]: Verifying accessibility of file: test_wintypes.py MSI (s) (9C:9C) [21:24:11:477]: Executing op: FileRemove(,FileName=test_objects.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_objects.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:492]: Verifying accessibility of file: test_objects.py MSI (s) (9C:9C) [21:24:11:492]: Executing op: FileRemove(,FileName=test_internals.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_internals.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:508]: Verifying accessibility of file: test_internals.py MSI (s) (9C:9C) [21:24:11:508]: Executing op: FileRemove(,FileName=test_libc.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_libc.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:524]: Verifying accessibility of file: test_libc.py MSI (s) (9C:9C) [21:24:11:524]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:539]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:11:539]: Executing op: FileRemove(,FileName=test_anon.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_anon.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:555]: Verifying accessibility of file: test_anon.py MSI (s) (9C:9C) [21:24:11:555]: Executing op: FileRemove(,FileName=test_structures.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_structures.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:570]: Verifying accessibility of file: test_structures.py MSI (s) (9C:9C) [21:24:11:570]: Executing op: FileRemove(,FileName=test_errcheck.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_errcheck.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:586]: Verifying accessibility of file: test_errcheck.py MSI (s) (9C:9C) [21:24:11:586]: Executing op: FileRemove(,FileName=test_cast.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_cast.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:586]: Verifying accessibility of file: test_cast.py MSI (s) (9C:9C) [21:24:11:602]: Executing op: FileRemove(,FileName=test_arrays.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_arrays.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:602]: Verifying accessibility of file: test_arrays.py MSI (s) (9C:9C) [21:24:11:617]: Executing op: FileRemove(,FileName=test_memfunctions.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_memfunctions.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:617]: Verifying accessibility of file: test_memfunctions.py MSI (s) (9C:9C) [21:24:11:633]: Executing op: FileRemove(,FileName=test_find.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_find.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:633]: Verifying accessibility of file: test_find.py MSI (s) (9C:9C) [21:24:11:649]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\macholib\) MSI (s) (9C:9C) [21:24:11:649]: Executing op: FileRemove(,FileName=fetch_macholib,,ComponentId={B6A1D26C-B730-434D-8721-1EE25AB3EDE6}) RemoveFiles: File: fetch_macholib, Directory: C:\Python34\Lib\ctypes\macholib\ MSI (s) (9C:9C) [21:24:11:649]: Verifying accessibility of file: fetch_macholib MSI (s) (9C:9C) [21:24:11:649]: Executing op: FileRemove(,FileName=README.ctypes,,ComponentId={B6A1D26C-B730-434D-8721-1EE25AB3EDE6}) RemoveFiles: File: README.ctypes, Directory: C:\Python34\Lib\ctypes\macholib\ MSI (s) (9C:9C) [21:24:11:664]: Verifying accessibility of file: README.ctypes MSI (s) (9C:9C) [21:24:11:680]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={B6A1D26C-B730-434D-8721-1EE25AB3EDE6}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\ctypes\macholib\ MSI (s) (9C:9C) [21:24:11:680]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:11:695]: Executing op: FileRemove(,FileName=dyld.py,,ComponentId={B6A1D26C-B730-434D-8721-1EE25AB3EDE6}) RemoveFiles: File: dyld.py, Directory: C:\Python34\Lib\ctypes\macholib\ MSI (s) (9C:9C) [21:24:11:695]: Verifying accessibility of file: dyld.py MSI (s) (9C:9C) [21:24:11:711]: Executing op: FileRemove(,FileName=framework.py,,ComponentId={B6A1D26C-B730-434D-8721-1EE25AB3EDE6}) RemoveFiles: File: framework.py, Directory: C:\Python34\Lib\ctypes\macholib\ MSI (s) (9C:9C) [21:24:11:711]: Verifying accessibility of file: framework.py MSI (s) (9C:9C) [21:24:11:727]: Executing op: FileRemove(,FileName=dylib.py,,ComponentId={B6A1D26C-B730-434D-8721-1EE25AB3EDE6}) RemoveFiles: File: dylib.py, Directory: C:\Python34\Lib\ctypes\macholib\ MSI (s) (9C:9C) [21:24:11:758]: Verifying accessibility of file: dylib.py MSI (s) (9C:9C) [21:24:11:758]: Executing op: FileRemove(,FileName=fetch_macholib.bat,,ComponentId={B6A1D26C-B730-434D-8721-1EE25AB3EDE6}) RemoveFiles: File: fetch_macholib.bat, Directory: C:\Python34\Lib\ctypes\macholib\ MSI (s) (9C:9C) [21:24:11:774]: Verifying accessibility of file: fetch_macholib.bat MSI (s) (9C:9C) [21:24:11:774]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\) MSI (s) (9C:9C) [21:24:11:774]: Executing op: FileRemove(,FileName=test_codecencodings_hk.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecencodings_hk.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:11:774]: Verifying accessibility of file: test_codecencodings_hk.py MSI (s) (9C:9C) [21:24:11:852]: Executing op: FileRemove(,FileName=test_parser.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_parser.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:11:852]: Verifying accessibility of file: test_parser.py MSI (s) (9C:9C) [21:24:11:867]: Executing op: FileRemove(,FileName=test_ttk_textonly.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ttk_textonly.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:11:867]: Verifying accessibility of file: test_ttk_textonly.py MSI (s) (9C:9C) [21:24:11:883]: Executing op: FileRemove(,FileName=badsyntax_future3.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badsyntax_future3.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:11:883]: Verifying accessibility of file: badsyntax_future3.py MSI (s) (9C:9C) [21:24:11:899]: Executing op: FileRemove(,FileName=badsyntax_future8.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badsyntax_future8.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:11:899]: Verifying accessibility of file: badsyntax_future8.py MSI (s) (9C:9C) [21:24:11:914]: Executing op: FileRemove(,FileName=test___future__.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test___future__.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:11:914]: Verifying accessibility of file: test___future__.py MSI (s) (9C:9C) [21:24:11:930]: Executing op: FileRemove(,FileName=test_compileall.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_compileall.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:11:945]: Verifying accessibility of file: test_compileall.py MSI (s) (9C:9C) [21:24:11:961]: Executing op: FileRemove(,FileName=test_strftime.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_strftime.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:11:961]: Verifying accessibility of file: test_strftime.py MSI (s) (9C:9C) [21:24:11:977]: Executing op: FileRemove(,FileName=test_tuple.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_tuple.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:11:977]: Verifying accessibility of file: test_tuple.py MSI (s) (9C:9C) [21:24:11:977]: Executing op: FileRemove(,FileName=test_resource.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_resource.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:11:992]: Verifying accessibility of file: test_resource.py MSI (s) (9C:9C) [21:24:12:008]: Executing op: FileRemove(,FileName=test_codecmaps_tw.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecmaps_tw.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:008]: Verifying accessibility of file: test_codecmaps_tw.py MSI (s) (9C:9C) [21:24:12:008]: Executing op: FileRemove(,FileName=test_epoll.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_epoll.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:024]: Verifying accessibility of file: test_epoll.py MSI (s) (9C:9C) [21:24:12:024]: Executing op: FileRemove(,FileName=test_pty.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pty.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:039]: Verifying accessibility of file: test_pty.py MSI (s) (9C:9C) [21:24:12:039]: Executing op: FileRemove(,FileName=test_normalization.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_normalization.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:055]: Verifying accessibility of file: test_normalization.py MSI (s) (9C:9C) [21:24:12:055]: Executing op: FileRemove(,FileName=outstanding_bugs.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: outstanding_bugs.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:070]: Verifying accessibility of file: outstanding_bugs.py MSI (s) (9C:9C) [21:24:12:070]: Executing op: FileRemove(,FileName=test_subprocess.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_subprocess.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:086]: Verifying accessibility of file: test_subprocess.py MSI (s) (9C:9C) [21:24:12:086]: Executing op: FileRemove(,FileName=test_codecs.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecs.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:086]: Verifying accessibility of file: test_codecs.py MSI (s) (9C:9C) [21:24:12:102]: Executing op: FileRemove(,FileName=test_socketserver.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_socketserver.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:102]: Verifying accessibility of file: test_socketserver.py MSI (s) (9C:9C) [21:24:12:117]: Executing op: FileRemove(,FileName=test_webbrowser.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_webbrowser.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:117]: Verifying accessibility of file: test_webbrowser.py MSI (s) (9C:9C) [21:24:12:133]: Executing op: FileRemove(,FileName=test_pwd.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pwd.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:133]: Verifying accessibility of file: test_pwd.py MSI (s) (9C:9C) [21:24:12:149]: Executing op: FileRemove(,FileName=test_grammar.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_grammar.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:149]: Verifying accessibility of file: test_grammar.py MSI (s) (9C:9C) [21:24:12:164]: Executing op: FileRemove(,FileName=test_htmlparser.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_htmlparser.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:164]: Verifying accessibility of file: test_htmlparser.py MSI (s) (9C:9C) [21:24:12:180]: Executing op: FileRemove(,FileName=test_getopt.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_getopt.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:180]: Verifying accessibility of file: test_getopt.py MSI (s) (9C:9C) [21:24:12:195]: Executing op: FileRemove(,FileName=test_bool.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_bool.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:195]: Verifying accessibility of file: test_bool.py MSI (s) (9C:9C) [21:24:12:211]: Executing op: FileRemove(,FileName=test_startfile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_startfile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:211]: Verifying accessibility of file: test_startfile.py MSI (s) (9C:9C) [21:24:12:227]: Executing op: FileRemove(,FileName=test_print.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_print.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:227]: Verifying accessibility of file: test_print.py MSI (s) (9C:9C) [21:24:12:242]: Executing op: FileRemove(,FileName=test_format.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_format.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:242]: Verifying accessibility of file: test_format.py MSI (s) (9C:9C) [21:24:12:258]: Executing op: FileRemove(,FileName=test_tracemalloc.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_tracemalloc.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:258]: Verifying accessibility of file: test_tracemalloc.py MSI (s) (9C:9C) [21:24:12:274]: Executing op: FileRemove(,FileName=audiotest.au,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: audiotest.au, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:274]: Verifying accessibility of file: audiotest.au MSI (s) (9C:9C) [21:24:12:289]: Executing op: FileRemove(,FileName=list_tests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: list_tests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:289]: Verifying accessibility of file: list_tests.py MSI (s) (9C:9C) [21:24:12:289]: Executing op: FileRemove(,FileName=keycert3.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: keycert3.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:305]: Verifying accessibility of file: keycert3.pem MSI (s) (9C:9C) [21:24:12:305]: Executing op: FileRemove(,FileName=sortperf.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: sortperf.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:321]: Verifying accessibility of file: sortperf.py MSI (s) (9C:9C) [21:24:12:321]: Executing op: FileRemove(,FileName=profilee.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: profilee.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:321]: Verifying accessibility of file: profilee.py MSI (s) (9C:9C) [21:24:12:336]: Executing op: FileRemove(,FileName=test_zlib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_zlib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:336]: Verifying accessibility of file: test_zlib.py MSI (s) (9C:9C) [21:24:12:352]: Executing op: FileRemove(,FileName=test_idle.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_idle.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:352]: Verifying accessibility of file: test_idle.py MSI (s) (9C:9C) [21:24:12:352]: Executing op: FileRemove(,FileName=badsyntax_future10.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badsyntax_future10.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:367]: Verifying accessibility of file: badsyntax_future10.py MSI (s) (9C:9C) [21:24:12:367]: Executing op: FileRemove(,FileName=test_pep3131.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pep3131.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:383]: Verifying accessibility of file: test_pep3131.py MSI (s) (9C:9C) [21:24:12:383]: Executing op: FileRemove(,FileName=check_soundcard.vbs,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: check_soundcard.vbs, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:399]: Verifying accessibility of file: check_soundcard.vbs MSI (s) (9C:9C) [21:24:12:399]: Executing op: FileRemove(,FileName=test_nis.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_nis.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:399]: Verifying accessibility of file: test_nis.py MSI (s) (9C:9C) [21:24:12:414]: Executing op: FileRemove(,FileName=test_pkgimport.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pkgimport.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:414]: Verifying accessibility of file: test_pkgimport.py MSI (s) (9C:9C) [21:24:12:430]: Executing op: FileRemove(,FileName=test_fileio.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_fileio.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:430]: Verifying accessibility of file: test_fileio.py MSI (s) (9C:9C) [21:24:12:445]: Executing op: FileRemove(,FileName=test_sunau.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sunau.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:445]: Verifying accessibility of file: test_sunau.py MSI (s) (9C:9C) [21:24:12:461]: Executing op: FileRemove(,FileName=test_threaded_import.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_threaded_import.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:461]: Verifying accessibility of file: test_threaded_import.py MSI (s) (9C:9C) [21:24:12:477]: Executing op: FileRemove(,FileName=badsyntax_future5.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badsyntax_future5.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:477]: Verifying accessibility of file: badsyntax_future5.py MSI (s) (9C:9C) [21:24:12:492]: Executing op: FileRemove(,FileName=test_multiprocessing_fork.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_multiprocessing_fork.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:492]: Verifying accessibility of file: test_multiprocessing_fork.py MSI (s) (9C:9C) [21:24:12:492]: Executing op: FileRemove(,FileName=test_logging.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_logging.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:508]: Verifying accessibility of file: test_logging.py MSI (s) (9C:9C) [21:24:12:508]: Executing op: FileRemove(,FileName=test_strlit.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_strlit.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:524]: Verifying accessibility of file: test_strlit.py MSI (s) (9C:9C) [21:24:12:524]: Executing op: FileRemove(,FileName=test_ctypes.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ctypes.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:539]: Verifying accessibility of file: test_ctypes.py MSI (s) (9C:9C) [21:24:12:539]: Executing op: FileRemove(,FileName=test_urllib_response.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_urllib_response.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:555]: Verifying accessibility of file: test_urllib_response.py MSI (s) (9C:9C) [21:24:12:555]: Executing op: FileRemove(,FileName=dis_module.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: dis_module.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:586]: Verifying accessibility of file: dis_module.py MSI (s) (9C:9C) [21:24:12:602]: Executing op: FileRemove(,FileName=test_httpservers.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_httpservers.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:602]: Verifying accessibility of file: test_httpservers.py MSI (s) (9C:9C) [21:24:12:617]: Executing op: FileRemove(,FileName=keycert.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: keycert.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:617]: Verifying accessibility of file: keycert.pem MSI (s) (9C:9C) [21:24:12:617]: Executing op: FileRemove(,FileName=test_int.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_int.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:633]: Verifying accessibility of file: test_int.py MSI (s) (9C:9C) [21:24:12:633]: Executing op: FileRemove(,FileName=test_extcall.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_extcall.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:649]: Verifying accessibility of file: test_extcall.py MSI (s) (9C:9C) [21:24:12:649]: Executing op: FileRemove(,FileName=empty.vbs,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: empty.vbs, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:649]: Verifying accessibility of file: empty.vbs MSI (s) (9C:9C) [21:24:12:664]: Executing op: FileRemove(,FileName=test_timeit.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_timeit.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:664]: Verifying accessibility of file: test_timeit.py MSI (s) (9C:9C) [21:24:12:680]: Executing op: FileRemove(,FileName=test_telnetlib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_telnetlib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:680]: Verifying accessibility of file: test_telnetlib.py MSI (s) (9C:9C) [21:24:12:680]: Executing op: FileRemove(,FileName=test_lib2to3.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_lib2to3.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:696]: Verifying accessibility of file: test_lib2to3.py MSI (s) (9C:9C) [21:24:12:696]: Executing op: FileRemove(,FileName=test_copyreg.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_copyreg.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:711]: Verifying accessibility of file: test_copyreg.py MSI (s) (9C:9C) [21:24:12:711]: Executing op: FileRemove(,FileName=test_descrtut.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_descrtut.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:711]: Verifying accessibility of file: test_descrtut.py MSI (s) (9C:9C) [21:24:12:727]: Executing op: FileRemove(,FileName=test_codecencodings_cn.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecencodings_cn.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:727]: Verifying accessibility of file: test_codecencodings_cn.py MSI (s) (9C:9C) [21:24:12:742]: Executing op: FileRemove(,FileName=test_codecencodings_kr.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecencodings_kr.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:742]: Verifying accessibility of file: test_codecencodings_kr.py MSI (s) (9C:9C) [21:24:12:758]: Executing op: FileRemove(,FileName=test_urllib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_urllib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:758]: Verifying accessibility of file: test_urllib.py MSI (s) (9C:9C) [21:24:12:774]: Executing op: FileRemove(,FileName=pydocfodder.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: pydocfodder.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:774]: Verifying accessibility of file: pydocfodder.py MSI (s) (9C:9C) [21:24:12:789]: Executing op: FileRemove(,FileName=test_urlparse.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_urlparse.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:789]: Verifying accessibility of file: test_urlparse.py MSI (s) (9C:9C) [21:24:12:789]: Executing op: FileRemove(,FileName=test_contains.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_contains.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:805]: Verifying accessibility of file: test_contains.py MSI (s) (9C:9C) [21:24:12:805]: Executing op: FileRemove(,FileName=time_hashlib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: time_hashlib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:821]: Verifying accessibility of file: time_hashlib.py MSI (s) (9C:9C) [21:24:12:836]: Executing op: FileRemove(,FileName=test_pickle.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pickle.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:836]: Verifying accessibility of file: test_pickle.py MSI (s) (9C:9C) [21:24:12:852]: Executing op: FileRemove(,FileName=ssl_cert.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: ssl_cert.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:852]: Verifying accessibility of file: ssl_cert.pem MSI (s) (9C:9C) [21:24:12:867]: Executing op: FileRemove(,FileName=inspect_fodder2.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: inspect_fodder2.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:883]: Verifying accessibility of file: inspect_fodder2.py MSI (s) (9C:9C) [21:24:12:883]: Executing op: FileRemove(,FileName=revocation.crl,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: revocation.crl, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:899]: Verifying accessibility of file: revocation.crl MSI (s) (9C:9C) [21:24:12:899]: Executing op: FileRemove(,FileName=test_robotparser.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_robotparser.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:914]: Verifying accessibility of file: test_robotparser.py MSI (s) (9C:9C) [21:24:12:930]: Executing op: FileRemove(,FileName=test_platform.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_platform.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:930]: Verifying accessibility of file: test_platform.py MSI (s) (9C:9C) [21:24:12:946]: Executing op: FileRemove(,FileName=test_buffer.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_buffer.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:946]: Verifying accessibility of file: test_buffer.py MSI (s) (9C:9C) [21:24:12:961]: Executing op: FileRemove(,FileName=mapping_tests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: mapping_tests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:961]: Verifying accessibility of file: mapping_tests.py MSI (s) (9C:9C) [21:24:12:977]: Executing op: FileRemove(,FileName=test_future5.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_future5.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:977]: Verifying accessibility of file: test_future5.py MSI (s) (9C:9C) [21:24:12:992]: Executing op: FileRemove(,FileName=test_genexps.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_genexps.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:992]: Verifying accessibility of file: test_genexps.py MSI (s) (9C:9C) [21:24:13:008]: Executing op: FileRemove(,FileName=test_pdb.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pdb.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:008]: Verifying accessibility of file: test_pdb.py MSI (s) (9C:9C) [21:24:13:024]: Executing op: FileRemove(,FileName=test_sort.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sort.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:024]: Verifying accessibility of file: test_sort.py MSI (s) (9C:9C) [21:24:13:039]: Executing op: FileRemove(,FileName=test_sys_setprofile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sys_setprofile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:039]: Verifying accessibility of file: test_sys_setprofile.py MSI (s) (9C:9C) [21:24:13:055]: Executing op: FileRemove(,FileName=test_multibytecodec.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_multibytecodec.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:055]: Verifying accessibility of file: test_multibytecodec.py MSI (s) (9C:9C) [21:24:13:071]: Executing op: FileRemove(,FileName=test_hashlib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_hashlib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:071]: Verifying accessibility of file: test_hashlib.py MSI (s) (9C:9C) [21:24:13:086]: Executing op: FileRemove(,FileName=inspect_fodder.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: inspect_fodder.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:086]: Verifying accessibility of file: inspect_fodder.py MSI (s) (9C:9C) [21:24:13:102]: Executing op: FileRemove(,FileName=test_cmd.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_cmd.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:102]: Verifying accessibility of file: test_cmd.py MSI (s) (9C:9C) [21:24:13:117]: Executing op: FileRemove(,FileName=test_list.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_list.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:117]: Verifying accessibility of file: test_list.py MSI (s) (9C:9C) [21:24:13:133]: Executing op: FileRemove(,FileName=test_generators.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_generators.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:133]: Verifying accessibility of file: test_generators.py MSI (s) (9C:9C) [21:24:13:149]: Executing op: FileRemove(,FileName=test_zipfile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_zipfile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:164]: Verifying accessibility of file: test_zipfile.py MSI (s) (9C:9C) [21:24:13:164]: Executing op: FileRemove(,FileName=test_winreg.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_winreg.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:180]: Verifying accessibility of file: test_winreg.py MSI (s) (9C:9C) [21:24:13:180]: Executing op: FileRemove(,FileName=test_iter.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_iter.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:196]: Verifying accessibility of file: test_iter.py MSI (s) (9C:9C) [21:24:13:211]: Executing op: FileRemove(,FileName=test_zipfile64.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_zipfile64.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:211]: Verifying accessibility of file: test_zipfile64.py MSI (s) (9C:9C) [21:24:13:227]: Executing op: FileRemove(,FileName=test_datetime.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_datetime.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:227]: Verifying accessibility of file: test_datetime.py MSI (s) (9C:9C) [21:24:13:242]: Executing op: FileRemove(,FileName=badcert.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badcert.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:258]: Verifying accessibility of file: badcert.pem MSI (s) (9C:9C) [21:24:13:258]: Executing op: FileRemove(,FileName=test_runpy.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_runpy.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:274]: Verifying accessibility of file: test_runpy.py MSI (s) (9C:9C) [21:24:13:274]: Executing op: FileRemove(,FileName=test_stat.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_stat.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:289]: Verifying accessibility of file: test_stat.py MSI (s) (9C:9C) [21:24:13:305]: Executing op: FileRemove(,FileName=test_codecencodings_jp.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecencodings_jp.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:305]: Verifying accessibility of file: test_codecencodings_jp.py MSI (s) (9C:9C) [21:24:13:321]: Executing op: FileRemove(,FileName=test_gdb.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_gdb.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:321]: Verifying accessibility of file: test_gdb.py MSI (s) (9C:9C) [21:24:13:336]: Executing op: FileRemove(,FileName=test_cmd_line.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_cmd_line.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:336]: Verifying accessibility of file: test_cmd_line.py MSI (s) (9C:9C) [21:24:13:352]: Executing op: FileRemove(,FileName=test_tk.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_tk.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:352]: Verifying accessibility of file: test_tk.py MSI (s) (9C:9C) [21:24:13:367]: Executing op: FileRemove(,FileName=test_time.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_time.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:367]: Verifying accessibility of file: test_time.py MSI (s) (9C:9C) [21:24:13:383]: Executing op: FileRemove(,FileName=test_univnewlines.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_univnewlines.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:383]: Verifying accessibility of file: test_univnewlines.py MSI (s) (9C:9C) [21:24:13:399]: Executing op: FileRemove(,FileName=test_imp.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_imp.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:399]: Verifying accessibility of file: test_imp.py MSI (s) (9C:9C) [21:24:13:414]: Executing op: FileRemove(,FileName=test_macurl2path.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_macurl2path.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:414]: Verifying accessibility of file: test_macurl2path.py MSI (s) (9C:9C) [21:24:13:430]: Executing op: FileRemove(,FileName=test_fork1.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_fork1.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:430]: Verifying accessibility of file: test_fork1.py MSI (s) (9C:9C) [21:24:13:446]: Executing op: FileRemove(,FileName=_test_multiprocessing.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: _test_multiprocessing.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:461]: Verifying accessibility of file: _test_multiprocessing.py MSI (s) (9C:9C) [21:24:13:461]: Executing op: FileRemove(,FileName=test_pep3151.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pep3151.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:477]: Verifying accessibility of file: test_pep3151.py MSI (s) (9C:9C) [21:24:13:477]: Executing op: FileRemove(,FileName=test_charmapcodec.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_charmapcodec.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:492]: Verifying accessibility of file: test_charmapcodec.py MSI (s) (9C:9C) [21:24:13:508]: Executing op: FileRemove(,FileName=test_rlcompleter.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_rlcompleter.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:508]: Verifying accessibility of file: test_rlcompleter.py MSI (s) (9C:9C) [21:24:13:524]: Executing op: FileRemove(,FileName=test_string.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_string.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:524]: Verifying accessibility of file: test_string.py MSI (s) (9C:9C) [21:24:13:539]: Executing op: FileRemove(,FileName=test_eof.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_eof.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:539]: Verifying accessibility of file: test_eof.py MSI (s) (9C:9C) [21:24:13:555]: Executing op: FileRemove(,FileName=test_lzma.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_lzma.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:571]: Verifying accessibility of file: test_lzma.py MSI (s) (9C:9C) [21:24:13:571]: Executing op: FileRemove(,FileName=test_xmlrpc_net.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_xmlrpc_net.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:586]: Verifying accessibility of file: test_xmlrpc_net.py MSI (s) (9C:9C) [21:24:13:586]: Executing op: FileRemove(,FileName=test_asyncore.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_asyncore.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:602]: Verifying accessibility of file: test_asyncore.py MSI (s) (9C:9C) [21:24:13:617]: Executing op: FileRemove(,FileName=test_types.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_types.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:617]: Verifying accessibility of file: test_types.py MSI (s) (9C:9C) [21:24:13:633]: Executing op: FileRemove(,FileName=test_devpoll.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_devpoll.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:633]: Verifying accessibility of file: test_devpoll.py MSI (s) (9C:9C) [21:24:13:649]: Executing op: FileRemove(,FileName=test_decorators.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_decorators.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:649]: Verifying accessibility of file: test_decorators.py MSI (s) (9C:9C) [21:24:13:664]: Executing op: FileRemove(,FileName=test_hash.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_hash.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:664]: Verifying accessibility of file: test_hash.py MSI (s) (9C:9C) [21:24:13:680]: Executing op: FileRemove(,FileName=test_signal.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_signal.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:680]: Verifying accessibility of file: test_signal.py MSI (s) (9C:9C) [21:24:13:696]: Executing op: FileRemove(,FileName=test_msilib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_msilib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:696]: Verifying accessibility of file: test_msilib.py MSI (s) (9C:9C) [21:24:13:711]: Executing op: FileRemove(,FileName=test_base64.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_base64.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:711]: Verifying accessibility of file: test_base64.py MSI (s) (9C:9C) [21:24:13:727]: Executing op: FileRemove(,FileName=test_dbm.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dbm.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:742]: Verifying accessibility of file: test_dbm.py MSI (s) (9C:9C) [21:24:13:742]: Executing op: FileRemove(,FileName=test_enumerate.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_enumerate.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:758]: Verifying accessibility of file: test_enumerate.py MSI (s) (9C:9C) [21:24:13:758]: Executing op: FileRemove(,FileName=test_dbm_dumb.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dbm_dumb.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:774]: Verifying accessibility of file: test_dbm_dumb.py MSI (s) (9C:9C) [21:24:13:774]: Executing op: FileRemove(,FileName=https_svn_python_org_root.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: https_svn_python_org_root.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:789]: Verifying accessibility of file: https_svn_python_org_root.pem MSI (s) (9C:9C) [21:24:13:789]: Executing op: FileRemove(,FileName=test_deque.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_deque.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:789]: Verifying accessibility of file: test_deque.py MSI (s) (9C:9C) [21:24:13:805]: Executing op: FileRemove(,FileName=mailcap.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: mailcap.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:805]: Verifying accessibility of file: mailcap.txt MSI (s) (9C:9C) [21:24:13:821]: Executing op: FileRemove(,FileName=test_pstats.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pstats.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:821]: Verifying accessibility of file: test_pstats.py MSI (s) (9C:9C) [21:24:13:836]: Executing op: FileRemove(,FileName=test_zipimport.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_zipimport.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:836]: Verifying accessibility of file: test_zipimport.py MSI (s) (9C:9C) [21:24:13:852]: Executing op: FileRemove(,FileName=test_doctest.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_doctest.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:852]: Verifying accessibility of file: test_doctest.txt MSI (s) (9C:9C) [21:24:13:852]: Executing op: FileRemove(,FileName=test_binop.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_binop.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:867]: Verifying accessibility of file: test_binop.py MSI (s) (9C:9C) [21:24:13:867]: Executing op: FileRemove(,FileName=warning_tests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: warning_tests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:883]: Verifying accessibility of file: warning_tests.py MSI (s) (9C:9C) [21:24:13:883]: Executing op: FileRemove(,FileName=test_stringprep.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_stringprep.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:883]: Verifying accessibility of file: test_stringprep.py MSI (s) (9C:9C) [21:24:13:899]: Executing op: FileRemove(,FileName=test_imghdr.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_imghdr.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:899]: Verifying accessibility of file: test_imghdr.py MSI (s) (9C:9C) [21:24:13:914]: Executing op: FileRemove(,FileName=test_sys.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sys.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:914]: Verifying accessibility of file: test_sys.py MSI (s) (9C:9C) [21:24:13:930]: Executing op: FileRemove(,FileName=test_tokenize.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_tokenize.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:930]: Verifying accessibility of file: test_tokenize.py MSI (s) (9C:9C) [21:24:14:071]: Executing op: FileRemove(,FileName=pyclbr_input.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: pyclbr_input.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:086]: Verifying accessibility of file: pyclbr_input.py MSI (s) (9C:9C) [21:24:14:086]: Executing op: FileRemove(,FileName=test_tarfile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_tarfile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:102]: Verifying accessibility of file: test_tarfile.py MSI (s) (9C:9C) [21:24:14:102]: Executing op: FileRemove(,FileName=test_pickletools.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pickletools.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:117]: Verifying accessibility of file: test_pickletools.py MSI (s) (9C:9C) [21:24:14:117]: Executing op: FileRemove(,FileName=test_timeout.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_timeout.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:117]: Verifying accessibility of file: test_timeout.py MSI (s) (9C:9C) [21:24:14:133]: Executing op: FileRemove(,FileName=test_difflib_expect.html,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_difflib_expect.html, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:133]: Verifying accessibility of file: test_difflib_expect.html MSI (s) (9C:9C) [21:24:14:149]: Executing op: FileRemove(,FileName=fork_wait.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: fork_wait.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:149]: Verifying accessibility of file: fork_wait.py MSI (s) (9C:9C) [21:24:14:149]: Executing op: FileRemove(,FileName=zip_cp437_header.zip,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: zip_cp437_header.zip, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:164]: Verifying accessibility of file: zip_cp437_header.zip MSI (s) (9C:9C) [21:24:14:164]: Executing op: FileRemove(,FileName=test_xml_etree_c.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_xml_etree_c.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:180]: Verifying accessibility of file: test_xml_etree_c.py MSI (s) (9C:9C) [21:24:14:180]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:180]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:14:196]: Executing op: FileRemove(,FileName=test_cgitb.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_cgitb.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:196]: Verifying accessibility of file: test_cgitb.py MSI (s) (9C:9C) [21:24:14:211]: Executing op: FileRemove(,FileName=test_configparser.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_configparser.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:211]: Verifying accessibility of file: test_configparser.py MSI (s) (9C:9C) [21:24:14:227]: Executing op: FileRemove(,FileName=doctest_aliases.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: doctest_aliases.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:227]: Verifying accessibility of file: doctest_aliases.py MSI (s) (9C:9C) [21:24:14:227]: Executing op: FileRemove(,FileName=test_curses.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_curses.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:242]: Verifying accessibility of file: test_curses.py MSI (s) (9C:9C) [21:24:14:242]: Executing op: FileRemove(,FileName=badsyntax_pep3120.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badsyntax_pep3120.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:258]: Verifying accessibility of file: badsyntax_pep3120.py MSI (s) (9C:9C) [21:24:14:258]: Executing op: FileRemove(,FileName=zipdir.zip,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: zipdir.zip, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:258]: Verifying accessibility of file: zipdir.zip MSI (s) (9C:9C) [21:24:14:274]: Executing op: FileRemove(,FileName=test_defaultdict.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_defaultdict.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:274]: Verifying accessibility of file: test_defaultdict.py MSI (s) (9C:9C) [21:24:14:289]: Executing op: FileRemove(,FileName=test_float.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_float.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:289]: Verifying accessibility of file: test_float.py MSI (s) (9C:9C) [21:24:14:289]: Executing op: FileRemove(,FileName=test_exceptions.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_exceptions.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:305]: Verifying accessibility of file: test_exceptions.py MSI (s) (9C:9C) [21:24:14:305]: Executing op: FileRemove(,FileName=test_httplib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_httplib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:321]: Verifying accessibility of file: test_httplib.py MSI (s) (9C:9C) [21:24:14:321]: Executing op: FileRemove(,FileName=badsyntax_future4.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badsyntax_future4.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:336]: Verifying accessibility of file: badsyntax_future4.py MSI (s) (9C:9C) [21:24:14:336]: Executing op: FileRemove(,FileName=test_multiprocessing_main_handling.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_multiprocessing_main_handling.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:336]: Verifying accessibility of file: test_multiprocessing_main_handling.py MSI (s) (9C:9C) [21:24:14:352]: Executing op: FileRemove(,FileName=test_heapq.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_heapq.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:352]: Verifying accessibility of file: test_heapq.py MSI (s) (9C:9C) [21:24:14:367]: Executing op: FileRemove(,FileName=test_venv.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_venv.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:367]: Verifying accessibility of file: test_venv.py MSI (s) (9C:9C) [21:24:14:383]: Executing op: FileRemove(,FileName=test__locale.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test__locale.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:383]: Verifying accessibility of file: test__locale.py MSI (s) (9C:9C) [21:24:14:383]: Executing op: FileRemove(,FileName=test_xml_etree.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_xml_etree.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:399]: Verifying accessibility of file: test_xml_etree.py MSI (s) (9C:9C) [21:24:14:399]: Executing op: FileRemove(,FileName=script_helper.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: script_helper.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:414]: Verifying accessibility of file: script_helper.py MSI (s) (9C:9C) [21:24:14:414]: Executing op: FileRemove(,FileName=test_userlist.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_userlist.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:430]: Verifying accessibility of file: test_userlist.py MSI (s) (9C:9C) [21:24:14:430]: Executing op: FileRemove(,FileName=pydoc_mod.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: pydoc_mod.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:430]: Verifying accessibility of file: pydoc_mod.py MSI (s) (9C:9C) [21:24:14:446]: Executing op: FileRemove(,FileName=keycert4.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: keycert4.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:446]: Verifying accessibility of file: keycert4.pem MSI (s) (9C:9C) [21:24:14:461]: Executing op: FileRemove(,FileName=test_cgi.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_cgi.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:461]: Verifying accessibility of file: test_cgi.py MSI (s) (9C:9C) [21:24:14:477]: Executing op: FileRemove(,FileName=test_wave.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_wave.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:484]: Verifying accessibility of file: test_wave.py MSI (s) (9C:9C) [21:24:14:492]: Executing op: FileRemove(,FileName=sample_doctest.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: sample_doctest.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:493]: Verifying accessibility of file: sample_doctest.py MSI (s) (9C:9C) [21:24:14:493]: Executing op: FileRemove(,FileName=test_capi.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_capi.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:509]: Verifying accessibility of file: test_capi.py MSI (s) (9C:9C) [21:24:14:509]: Executing op: FileRemove(,FileName=test_strptime.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_strptime.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:509]: Verifying accessibility of file: test_strptime.py MSI (s) (9C:9C) [21:24:14:525]: Executing op: FileRemove(,FileName=test_pow.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pow.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:525]: Verifying accessibility of file: test_pow.py MSI (s) (9C:9C) [21:24:14:541]: Executing op: FileRemove(,FileName=test_future4.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_future4.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:541]: Verifying accessibility of file: test_future4.py MSI (s) (9C:9C) [21:24:14:556]: Executing op: FileRemove(,FileName=test_ttk_guionly.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ttk_guionly.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:556]: Verifying accessibility of file: test_ttk_guionly.py MSI (s) (9C:9C) [21:24:14:572]: Executing op: FileRemove(,FileName=test_pep247.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pep247.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:572]: Verifying accessibility of file: test_pep247.py MSI (s) (9C:9C) [21:24:14:588]: Executing op: FileRemove(,FileName=test_unary.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_unary.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:588]: Verifying accessibility of file: test_unary.py MSI (s) (9C:9C) [21:24:14:588]: Executing op: FileRemove(,FileName=test_ioctl.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ioctl.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:603]: Verifying accessibility of file: test_ioctl.py MSI (s) (9C:9C) [21:24:14:603]: Executing op: FileRemove(,FileName=test_asynchat.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_asynchat.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:619]: Verifying accessibility of file: test_asynchat.py MSI (s) (9C:9C) [21:24:14:619]: Executing op: FileRemove(,FileName=test_collections.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_collections.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:619]: Verifying accessibility of file: test_collections.py MSI (s) (9C:9C) [21:24:14:634]: Executing op: FileRemove(,FileName=test_multiprocessing_forkserver.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_multiprocessing_forkserver.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:634]: Verifying accessibility of file: test_multiprocessing_forkserver.py MSI (s) (9C:9C) [21:24:14:650]: Executing op: FileRemove(,FileName=test_gzip.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_gzip.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:650]: Verifying accessibility of file: test_gzip.py MSI (s) (9C:9C) [21:24:14:650]: Executing op: FileRemove(,FileName=test_uuid.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_uuid.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:666]: Verifying accessibility of file: test_uuid.py MSI (s) (9C:9C) [21:24:14:666]: Executing op: FileRemove(,FileName=lock_tests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: lock_tests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:681]: Verifying accessibility of file: lock_tests.py MSI (s) (9C:9C) [21:24:14:681]: Executing op: FileRemove(,FileName=test_bz2.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_bz2.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:681]: Verifying accessibility of file: test_bz2.py MSI (s) (9C:9C) [21:24:14:697]: Executing op: FileRemove(,FileName=test_code.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_code.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:697]: Verifying accessibility of file: test_code.py MSI (s) (9C:9C) [21:24:14:713]: Executing op: FileRemove(,FileName=test_doctest2.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_doctest2.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:713]: Verifying accessibility of file: test_doctest2.txt MSI (s) (9C:9C) [21:24:14:713]: Executing op: FileRemove(,FileName=test_bigmem.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_bigmem.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:728]: Verifying accessibility of file: test_bigmem.py MSI (s) (9C:9C) [21:24:14:728]: Executing op: FileRemove(,FileName=test_xdrlib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_xdrlib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:744]: Verifying accessibility of file: test_xdrlib.py MSI (s) (9C:9C) [21:24:14:744]: Executing op: FileRemove(,FileName=test_traceback.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_traceback.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:759]: Verifying accessibility of file: test_traceback.py MSI (s) (9C:9C) [21:24:14:759]: Executing op: FileRemove(,FileName=test_codecencodings_tw.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecencodings_tw.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:759]: Verifying accessibility of file: test_codecencodings_tw.py MSI (s) (9C:9C) [21:24:14:775]: Executing op: FileRemove(,FileName=test_codecmaps_jp.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecmaps_jp.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:775]: Verifying accessibility of file: test_codecmaps_jp.py MSI (s) (9C:9C) [21:24:14:791]: Executing op: FileRemove(,FileName=test___all__.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test___all__.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:791]: Verifying accessibility of file: test___all__.py MSI (s) (9C:9C) [21:24:14:806]: Executing op: FileRemove(,FileName=test_xmlrpc.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_xmlrpc.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:806]: Verifying accessibility of file: test_xmlrpc.py MSI (s) (9C:9C) [21:24:14:806]: Executing op: FileRemove(,FileName=test_codecencodings_iso2022.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecencodings_iso2022.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:822]: Verifying accessibility of file: test_codecencodings_iso2022.py MSI (s) (9C:9C) [21:24:14:822]: Executing op: FileRemove(,FileName=test_plistlib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_plistlib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:838]: Verifying accessibility of file: test_plistlib.py MSI (s) (9C:9C) [21:24:14:838]: Executing op: FileRemove(,FileName=test_tools.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_tools.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:853]: Verifying accessibility of file: test_tools.py MSI (s) (9C:9C) [21:24:14:853]: Executing op: FileRemove(,FileName=test_metaclass.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_metaclass.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:869]: Verifying accessibility of file: test_metaclass.py MSI (s) (9C:9C) [21:24:14:869]: Executing op: FileRemove(,FileName=test_smtpd.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_smtpd.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:869]: Verifying accessibility of file: test_smtpd.py MSI (s) (9C:9C) [21:24:14:884]: Executing op: FileRemove(,FileName=test_modulefinder.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_modulefinder.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:884]: Verifying accessibility of file: test_modulefinder.py MSI (s) (9C:9C) [21:24:14:900]: Executing op: FileRemove(,FileName=test_struct.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_struct.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:900]: Verifying accessibility of file: test_struct.py MSI (s) (9C:9C) [21:24:14:900]: Executing op: FileRemove(,FileName=test_tcl.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_tcl.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:916]: Verifying accessibility of file: test_tcl.py MSI (s) (9C:9C) [21:24:14:916]: Executing op: FileRemove(,FileName=test_richcmp.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_richcmp.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:931]: Verifying accessibility of file: test_richcmp.py MSI (s) (9C:9C) [21:24:14:931]: Executing op: FileRemove(,FileName=test_call.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_call.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:931]: Verifying accessibility of file: test_call.py MSI (s) (9C:9C) [21:24:14:947]: Executing op: FileRemove(,FileName=Sine-1000Hz-300ms.aif,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: Sine-1000Hz-300ms.aif, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:947]: Verifying accessibility of file: Sine-1000Hz-300ms.aif MSI (s) (9C:9C) [21:24:14:963]: Executing op: FileRemove(,FileName=test_support.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_support.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:963]: Verifying accessibility of file: test_support.py MSI (s) (9C:9C) [21:24:14:978]: Executing op: FileRemove(,FileName=test_wait3.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_wait3.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:978]: Verifying accessibility of file: test_wait3.py MSI (s) (9C:9C) [21:24:14:978]: Executing op: FileRemove(,FileName=sgml_input.html,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: sgml_input.html, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:994]: Verifying accessibility of file: sgml_input.html MSI (s) (9C:9C) [21:24:14:994]: Executing op: FileRemove(,FileName=test_enum.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_enum.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:009]: Verifying accessibility of file: test_enum.py MSI (s) (9C:9C) [21:24:15:009]: Executing op: FileRemove(,FileName=test_kqueue.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_kqueue.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:025]: Verifying accessibility of file: test_kqueue.py MSI (s) (9C:9C) [21:24:15:025]: Executing op: FileRemove(,FileName=cmath_testcases.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: cmath_testcases.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:025]: Verifying accessibility of file: cmath_testcases.txt MSI (s) (9C:9C) [21:24:15:041]: Executing op: FileRemove(,FileName=test_zipimport_support.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_zipimport_support.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:041]: Verifying accessibility of file: test_zipimport_support.py MSI (s) (9C:9C) [21:24:15:056]: Executing op: FileRemove(,FileName=test_structseq.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_structseq.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:072]: Verifying accessibility of file: test_structseq.py MSI (s) (9C:9C) [21:24:15:072]: Executing op: FileRemove(,FileName=future_test1.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: future_test1.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:088]: Verifying accessibility of file: future_test1.py MSI (s) (9C:9C) [21:24:15:088]: Executing op: FileRemove(,FileName=test_argparse.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_argparse.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:103]: Verifying accessibility of file: test_argparse.py MSI (s) (9C:9C) [21:24:15:103]: Executing op: FileRemove(,FileName=sample_doctest_no_doctests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: sample_doctest_no_doctests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:119]: Verifying accessibility of file: sample_doctest_no_doctests.py MSI (s) (9C:9C) [21:24:15:119]: Executing op: FileRemove(,FileName=test_distutils.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_distutils.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:134]: Verifying accessibility of file: test_distutils.py MSI (s) (9C:9C) [21:24:15:134]: Executing op: FileRemove(,FileName=test_ftplib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ftplib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:150]: Verifying accessibility of file: test_ftplib.py MSI (s) (9C:9C) [21:24:15:150]: Executing op: FileRemove(,FileName=double_const.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: double_const.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:166]: Verifying accessibility of file: double_const.py MSI (s) (9C:9C) [21:24:15:166]: Executing op: FileRemove(,FileName=test_io.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_io.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:181]: Verifying accessibility of file: test_io.py MSI (s) (9C:9C) [21:24:15:181]: Executing op: FileRemove(,FileName=mime.types,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: mime.types, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:181]: Verifying accessibility of file: mime.types MSI (s) (9C:9C) [21:24:15:197]: Executing op: FileRemove(,FileName=pystone.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: pystone.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:197]: Verifying accessibility of file: pystone.py MSI (s) (9C:9C) [21:24:15:213]: Executing op: FileRemove(,FileName=test_aifc.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_aifc.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:213]: Verifying accessibility of file: test_aifc.py MSI (s) (9C:9C) [21:24:15:228]: Executing op: FileRemove(,FileName=tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:228]: Verifying accessibility of file: tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt MSI (s) (9C:9C) [21:24:15:244]: Executing op: FileRemove(,FileName=test_mailbox.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_mailbox.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:244]: Verifying accessibility of file: test_mailbox.py MSI (s) (9C:9C) [21:24:15:244]: Executing op: FileRemove(,FileName=test_module.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_module.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:259]: Verifying accessibility of file: test_module.py MSI (s) (9C:9C) [21:24:15:259]: Executing op: FileRemove(,FileName=future_test2.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: future_test2.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:275]: Verifying accessibility of file: future_test2.py MSI (s) (9C:9C) [21:24:15:275]: Executing op: FileRemove(,FileName=test_popen.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_popen.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:291]: Verifying accessibility of file: test_popen.py MSI (s) (9C:9C) [21:24:15:291]: Executing op: FileRemove(,FileName=badkey.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badkey.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:291]: Verifying accessibility of file: badkey.pem MSI (s) (9C:9C) [21:24:15:306]: Executing op: FileRemove(,FileName=tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:306]: Verifying accessibility of file: tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt MSI (s) (9C:9C) [21:24:15:322]: Executing op: FileRemove(,FileName=test_sundry.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sundry.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:322]: Verifying accessibility of file: test_sundry.py MSI (s) (9C:9C) [21:24:15:338]: Executing op: FileRemove(,FileName=test_macpath.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_macpath.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:338]: Verifying accessibility of file: test_macpath.py MSI (s) (9C:9C) [21:24:15:353]: Executing op: FileRemove(,FileName=sample_doctest_no_docstrings.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: sample_doctest_no_docstrings.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:353]: Verifying accessibility of file: sample_doctest_no_docstrings.py MSI (s) (9C:9C) [21:24:15:369]: Executing op: FileRemove(,FileName=test_codecmaps_kr.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecmaps_kr.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:369]: Verifying accessibility of file: test_codecmaps_kr.py MSI (s) (9C:9C) [21:24:15:384]: Executing op: FileRemove(,FileName=test_gettext.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_gettext.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:384]: Verifying accessibility of file: test_gettext.py MSI (s) (9C:9C) [21:24:15:400]: Executing op: FileRemove(,FileName=pycakey.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: pycakey.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:400]: Verifying accessibility of file: pycakey.pem MSI (s) (9C:9C) [21:24:15:416]: Executing op: FileRemove(,FileName=test_mimetypes.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_mimetypes.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:416]: Verifying accessibility of file: test_mimetypes.py MSI (s) (9C:9C) [21:24:15:416]: Executing op: FileRemove(,FileName=test_pathlib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pathlib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:431]: Verifying accessibility of file: test_pathlib.py MSI (s) (9C:9C) [21:24:15:431]: Executing op: FileRemove(,FileName=test_grp.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_grp.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:447]: Verifying accessibility of file: test_grp.py MSI (s) (9C:9C) [21:24:15:447]: Executing op: FileRemove(,FileName=test_imaplib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_imaplib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:463]: Verifying accessibility of file: test_imaplib.py MSI (s) (9C:9C) [21:24:15:463]: Executing op: FileRemove(,FileName=randv2_32.pck,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: randv2_32.pck, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:478]: Verifying accessibility of file: randv2_32.pck MSI (s) (9C:9C) [21:24:15:478]: Executing op: FileRemove(,FileName=test_pkgutil.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pkgutil.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:494]: Verifying accessibility of file: test_pkgutil.py MSI (s) (9C:9C) [21:24:15:494]: Executing op: FileRemove(,FileName=string_tests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: string_tests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:494]: Verifying accessibility of file: string_tests.py MSI (s) (9C:9C) [21:24:15:509]: Executing op: FileRemove(,FileName=test_decimal.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_decimal.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:509]: Verifying accessibility of file: test_decimal.py MSI (s) (9C:9C) [21:24:15:525]: Executing op: FileRemove(,FileName=test_sys_settrace.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sys_settrace.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:525]: Verifying accessibility of file: test_sys_settrace.py MSI (s) (9C:9C) [21:24:15:541]: Executing op: FileRemove(,FileName=tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:541]: Verifying accessibility of file: tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt MSI (s) (9C:9C) [21:24:15:556]: Executing op: FileRemove(,FileName=audiotests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: audiotests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:556]: Verifying accessibility of file: audiotests.py MSI (s) (9C:9C) [21:24:15:572]: Executing op: FileRemove(,FileName=xmltests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: xmltests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:572]: Verifying accessibility of file: xmltests.py MSI (s) (9C:9C) [21:24:15:588]: Executing op: FileRemove(,FileName=test_fractions.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_fractions.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:603]: Verifying accessibility of file: test_fractions.py MSI (s) (9C:9C) [21:24:15:619]: Executing op: FileRemove(,FileName=coding20731.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: coding20731.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:619]: Verifying accessibility of file: coding20731.py MSI (s) (9C:9C) [21:24:15:634]: Executing op: FileRemove(,FileName=test_errno.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_errno.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:634]: Verifying accessibility of file: test_errno.py MSI (s) (9C:9C) [21:24:15:634]: Executing op: FileRemove(,FileName=test_pep292.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pep292.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:650]: Verifying accessibility of file: test_pep292.py MSI (s) (9C:9C) [21:24:15:650]: Executing op: FileRemove(,FileName=test_shutil.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_shutil.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:666]: Verifying accessibility of file: test_shutil.py MSI (s) (9C:9C) [21:24:15:666]: Executing op: FileRemove(,FileName=test_int_literal.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_int_literal.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:681]: Verifying accessibility of file: test_int_literal.py MSI (s) (9C:9C) [21:24:15:681]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:681]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:15:697]: Executing op: FileRemove(,FileName=test_threading_local.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_threading_local.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:697]: Verifying accessibility of file: test_threading_local.py MSI (s) (9C:9C) [21:24:15:713]: Executing op: FileRemove(,FileName=test_urllibnet.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_urllibnet.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:713]: Verifying accessibility of file: test_urllibnet.py MSI (s) (9C:9C) [21:24:15:713]: Executing op: FileRemove(,FileName=test_future.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_future.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:728]: Verifying accessibility of file: test_future.py MSI (s) (9C:9C) [21:24:15:728]: Executing op: FileRemove(,FileName=test_os.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_os.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:744]: Verifying accessibility of file: test_os.py MSI (s) (9C:9C) [21:24:15:744]: Executing op: FileRemove(,FileName=test_shlex.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_shlex.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:759]: Verifying accessibility of file: test_shlex.py MSI (s) (9C:9C) [21:24:15:759]: Executing op: FileRemove(,FileName=test_crypt.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_crypt.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:775]: Verifying accessibility of file: test_crypt.py MSI (s) (9C:9C) [21:24:15:775]: Executing op: FileRemove(,FileName=test_isinstance.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_isinstance.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:775]: Verifying accessibility of file: test_isinstance.py MSI (s) (9C:9C) [21:24:15:791]: Executing op: FileRemove(,FileName=test_ssl.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ssl.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:838]: Verifying accessibility of file: test_ssl.py MSI (s) (9C:9C) [21:24:15:838]: Executing op: FileRemove(,FileName=test_index.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_index.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:853]: Verifying accessibility of file: test_index.py MSI (s) (9C:9C) [21:24:15:853]: Executing op: FileRemove(,FileName=test_multiprocessing_spawn.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_multiprocessing_spawn.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:853]: Verifying accessibility of file: test_multiprocessing_spawn.py MSI (s) (9C:9C) [21:24:15:869]: Executing op: FileRemove(,FileName=test_sysconfig.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sysconfig.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:869]: Verifying accessibility of file: test_sysconfig.py MSI (s) (9C:9C) [21:24:15:884]: Executing op: FileRemove(,FileName=test_thread.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_thread.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:884]: Verifying accessibility of file: test_thread.py MSI (s) (9C:9C) [21:24:15:900]: Executing op: FileRemove(,FileName=re_tests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: re_tests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:900]: Verifying accessibility of file: re_tests.py MSI (s) (9C:9C) [21:24:15:900]: Executing op: FileRemove(,FileName=final_b.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: final_b.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:916]: Verifying accessibility of file: final_b.py MSI (s) (9C:9C) [21:24:15:916]: Executing op: FileRemove(,FileName=test_codecmaps_hk.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecmaps_hk.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:931]: Verifying accessibility of file: test_codecmaps_hk.py MSI (s) (9C:9C) [21:24:15:931]: Executing op: FileRemove(,FileName=test_future3.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_future3.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:931]: Verifying accessibility of file: test_future3.py MSI (s) (9C:9C) [21:24:15:947]: Executing op: FileRemove(,FileName=test_typechecks.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_typechecks.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:947]: Verifying accessibility of file: test_typechecks.py MSI (s) (9C:9C) [21:24:15:963]: Executing op: FileRemove(,FileName=badsyntax_future7.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badsyntax_future7.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:963]: Verifying accessibility of file: badsyntax_future7.py MSI (s) (9C:9C) [21:24:15:978]: Executing op: FileRemove(,FileName=curses_tests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: curses_tests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:978]: Verifying accessibility of file: curses_tests.py MSI (s) (9C:9C) [21:24:15:978]: Executing op: FileRemove(,FileName=test_codeccallbacks.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codeccallbacks.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:994]: Verifying accessibility of file: test_codeccallbacks.py MSI (s) (9C:9C) [21:24:15:994]: Executing op: FileRemove(,FileName=exception_hierarchy.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: exception_hierarchy.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:009]: Verifying accessibility of file: exception_hierarchy.txt MSI (s) (9C:9C) [21:24:16:009]: Executing op: FileRemove(,FileName=test_flufl.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_flufl.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:072]: Verifying accessibility of file: test_flufl.py MSI (s) (9C:9C) [21:24:16:088]: Executing op: FileRemove(,FileName=test_weakset.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_weakset.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:088]: Verifying accessibility of file: test_weakset.py MSI (s) (9C:9C) [21:24:16:103]: Executing op: FileRemove(,FileName=test_reprlib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_reprlib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:103]: Verifying accessibility of file: test_reprlib.py MSI (s) (9C:9C) [21:24:16:103]: Executing op: FileRemove(,FileName=test_bigaddrspace.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_bigaddrspace.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:119]: Verifying accessibility of file: test_bigaddrspace.py MSI (s) (9C:9C) [21:24:16:119]: Executing op: FileRemove(,FileName=test_unicodedata.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_unicodedata.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:134]: Verifying accessibility of file: test_unicodedata.py MSI (s) (9C:9C) [21:24:16:134]: Executing op: FileRemove(,FileName=test_dynamic.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dynamic.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:134]: Verifying accessibility of file: test_dynamic.py MSI (s) (9C:9C) [21:24:16:150]: Executing op: FileRemove(,FileName=test_dummy_thread.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dummy_thread.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:150]: Verifying accessibility of file: test_dummy_thread.py MSI (s) (9C:9C) [21:24:16:166]: Executing op: FileRemove(,FileName=relimport.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: relimport.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:166]: Verifying accessibility of file: relimport.py MSI (s) (9C:9C) [21:24:16:181]: Executing op: FileRemove(,FileName=test_listcomps.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_listcomps.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:181]: Verifying accessibility of file: test_listcomps.py MSI (s) (9C:9C) [21:24:16:197]: Executing op: FileRemove(,FileName=test_ast.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ast.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:197]: Verifying accessibility of file: test_ast.py MSI (s) (9C:9C) [21:24:16:197]: Executing op: FileRemove(,FileName=test_pep380.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pep380.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:213]: Verifying accessibility of file: test_pep380.py MSI (s) (9C:9C) [21:24:16:213]: Executing op: FileRemove(,FileName=test_memoryio.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_memoryio.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:228]: Verifying accessibility of file: test_memoryio.py MSI (s) (9C:9C) [21:24:16:228]: Executing op: FileRemove(,FileName=test_docxmlrpc.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_docxmlrpc.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:244]: Verifying accessibility of file: test_docxmlrpc.py MSI (s) (9C:9C) [21:24:16:244]: Executing op: FileRemove(,FileName=test_setcomps.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_setcomps.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:244]: Verifying accessibility of file: test_setcomps.py MSI (s) (9C:9C) [21:24:16:259]: Executing op: FileRemove(,FileName=test_builtin.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_builtin.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:259]: Verifying accessibility of file: test_builtin.py MSI (s) (9C:9C) [21:24:16:275]: Executing op: FileRemove(,FileName=randv3.pck,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: randv3.pck, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:275]: Verifying accessibility of file: randv3.pck MSI (s) (9C:9C) [21:24:16:291]: Executing op: FileRemove(,FileName=keycert.passwd.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: keycert.passwd.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:291]: Verifying accessibility of file: keycert.passwd.pem MSI (s) (9C:9C) [21:24:16:291]: Executing op: FileRemove(,FileName=test_compare.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_compare.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:306]: Verifying accessibility of file: test_compare.py MSI (s) (9C:9C) [21:24:16:306]: Executing op: FileRemove(,FileName=test_contextlib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_contextlib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:322]: Verifying accessibility of file: test_contextlib.py MSI (s) (9C:9C) [21:24:16:322]: Executing op: FileRemove(,FileName=win_console_handler.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: win_console_handler.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:494]: Verifying accessibility of file: win_console_handler.py MSI (s) (9C:9C) [21:24:16:509]: Executing op: FileRemove(,FileName=regrtest.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: regrtest.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:509]: Verifying accessibility of file: regrtest.py MSI (s) (9C:9C) [21:24:16:525]: Executing op: FileRemove(,FileName=test_abc.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_abc.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:525]: Verifying accessibility of file: test_abc.py MSI (s) (9C:9C) [21:24:16:541]: Executing op: FileRemove(,FileName=test_longexp.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_longexp.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:541]: Verifying accessibility of file: test_longexp.py MSI (s) (9C:9C) [21:24:16:541]: Executing op: FileRemove(,FileName=test_cprofile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_cprofile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:556]: Verifying accessibility of file: test_cprofile.py MSI (s) (9C:9C) [21:24:16:556]: Executing op: FileRemove(,FileName=test_property.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_property.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:572]: Verifying accessibility of file: test_property.py MSI (s) (9C:9C) [21:24:16:572]: Executing op: FileRemove(,FileName=test_faulthandler.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_faulthandler.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:588]: Verifying accessibility of file: test_faulthandler.py MSI (s) (9C:9C) [21:24:16:588]: Executing op: FileRemove(,FileName=test_array.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_array.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:603]: Verifying accessibility of file: test_array.py MSI (s) (9C:9C) [21:24:16:603]: Executing op: FileRemove(,FileName=test_doctest.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_doctest.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:603]: Verifying accessibility of file: test_doctest.py MSI (s) (9C:9C) [21:24:16:619]: Executing op: FileRemove(,FileName=test_threadedtempfile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_threadedtempfile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:619]: Verifying accessibility of file: test_threadedtempfile.py MSI (s) (9C:9C) [21:24:16:634]: Executing op: FileRemove(,FileName=test_profile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_profile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:634]: Verifying accessibility of file: test_profile.py MSI (s) (9C:9C) [21:24:16:634]: Executing op: FileRemove(,FileName=185test.db,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: 185test.db, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:650]: Verifying accessibility of file: 185test.db MSI (s) (9C:9C) [21:24:16:650]: Executing op: FileRemove(,FileName=pickletester.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: pickletester.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:697]: Verifying accessibility of file: pickletester.py MSI (s) (9C:9C) [21:24:16:713]: Executing op: FileRemove(,FileName=tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:713]: Verifying accessibility of file: tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt MSI (s) (9C:9C) [21:24:16:728]: Executing op: FileRemove(,FileName=nullbytecert.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: nullbytecert.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:728]: Verifying accessibility of file: nullbytecert.pem MSI (s) (9C:9C) [21:24:16:728]: Executing op: FileRemove(,FileName=test_getpass.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_getpass.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:744]: Verifying accessibility of file: test_getpass.py MSI (s) (9C:9C) [21:24:16:744]: Executing op: FileRemove(,FileName=badsyntax_future6.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badsyntax_future6.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:759]: Verifying accessibility of file: badsyntax_future6.py MSI (s) (9C:9C) [21:24:16:759]: Executing op: FileRemove(,FileName=test_smtpnet.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_smtpnet.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:775]: Verifying accessibility of file: test_smtpnet.py MSI (s) (9C:9C) [21:24:16:775]: Executing op: FileRemove(,FileName=seq_tests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: seq_tests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:775]: Verifying accessibility of file: seq_tests.py MSI (s) (9C:9C) [21:24:16:791]: Executing op: FileRemove(,FileName=make_ssl_certs.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: make_ssl_certs.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:791]: Verifying accessibility of file: make_ssl_certs.py MSI (s) (9C:9C) [21:24:16:806]: Executing op: FileRemove(,FileName=test_opcodes.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_opcodes.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:806]: Verifying accessibility of file: test_opcodes.py MSI (s) (9C:9C) [21:24:16:806]: Executing op: FileRemove(,FileName=test_super.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_super.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:822]: Verifying accessibility of file: test_super.py MSI (s) (9C:9C) [21:24:16:822]: Executing op: FileRemove(,FileName=test_copy.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_copy.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:838]: Verifying accessibility of file: test_copy.py MSI (s) (9C:9C) [21:24:16:838]: Executing op: FileRemove(,FileName=pycacert.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: pycacert.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:853]: Verifying accessibility of file: pycacert.pem MSI (s) (9C:9C) [21:24:16:853]: Executing op: FileRemove(,FileName=test_pprint.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pprint.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:853]: Verifying accessibility of file: test_pprint.py MSI (s) (9C:9C) [21:24:16:869]: Executing op: FileRemove(,FileName=test_uu.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_uu.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:869]: Verifying accessibility of file: test_uu.py MSI (s) (9C:9C) [21:24:16:884]: Executing op: FileRemove(,FileName=test_urllib2net.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_urllib2net.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:884]: Verifying accessibility of file: test_urllib2net.py MSI (s) (9C:9C) [21:24:16:884]: Executing op: FileRemove(,FileName=test_descr.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_descr.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:900]: Verifying accessibility of file: test_descr.py MSI (s) (9C:9C) [21:24:16:900]: Executing op: FileRemove(,FileName=test_wsgiref.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_wsgiref.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:916]: Verifying accessibility of file: test_wsgiref.py MSI (s) (9C:9C) [21:24:16:916]: Executing op: FileRemove(,FileName=bad_coding2.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: bad_coding2.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:916]: Verifying accessibility of file: bad_coding2.py MSI (s) (9C:9C) [21:24:16:931]: Executing op: FileRemove(,FileName=test_bytes.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_bytes.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:931]: Verifying accessibility of file: test_bytes.py MSI (s) (9C:9C) [21:24:16:947]: Executing op: FileRemove(,FileName=pstats.pck,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: pstats.pck, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:947]: Verifying accessibility of file: pstats.pck MSI (s) (9C:9C) [21:24:16:963]: Executing op: FileRemove(,FileName=test_frame.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_frame.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:963]: Verifying accessibility of file: test_frame.py MSI (s) (9C:9C) [21:24:16:963]: Executing op: FileRemove(,FileName=test_http_cookies.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_http_cookies.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:978]: Verifying accessibility of file: test_http_cookies.py MSI (s) (9C:9C) [21:24:16:994]: Executing op: FileRemove(,FileName=test_strtod.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_strtod.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:994]: Verifying accessibility of file: test_strtod.py MSI (s) (9C:9C) [21:24:16:994]: Executing op: FileRemove(,FileName=test_symtable.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_symtable.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:009]: Verifying accessibility of file: test_symtable.py MSI (s) (9C:9C) [21:24:17:009]: Executing op: FileRemove(,FileName=nokia.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: nokia.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:009]: Verifying accessibility of file: nokia.pem MSI (s) (9C:9C) [21:24:17:025]: Executing op: FileRemove(,FileName=test_tempfile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_tempfile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:025]: Verifying accessibility of file: test_tempfile.py MSI (s) (9C:9C) [21:24:17:041]: Executing op: FileRemove(,FileName=ssl_key.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: ssl_key.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:041]: Verifying accessibility of file: ssl_key.pem MSI (s) (9C:9C) [21:24:17:056]: Executing op: FileRemove(,FileName=test_pep3120.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pep3120.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:056]: Verifying accessibility of file: test_pep3120.py MSI (s) (9C:9C) [21:24:17:150]: Executing op: FileRemove(,FileName=testtar.tar,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: testtar.tar, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:166]: Verifying accessibility of file: testtar.tar MSI (s) (9C:9C) [21:24:17:166]: Executing op: FileRemove(,FileName=test_fnmatch.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_fnmatch.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:166]: Verifying accessibility of file: test_fnmatch.py MSI (s) (9C:9C) [21:24:17:181]: Executing op: FileRemove(,FileName=test_threading.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_threading.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:181]: Verifying accessibility of file: test_threading.py MSI (s) (9C:9C) [21:24:17:197]: Executing op: FileRemove(,FileName=ssl_servers.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: ssl_servers.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:197]: Verifying accessibility of file: ssl_servers.py MSI (s) (9C:9C) [21:24:17:197]: Executing op: FileRemove(,FileName=test_finalization.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_finalization.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:213]: Verifying accessibility of file: test_finalization.py MSI (s) (9C:9C) [21:24:17:213]: Executing op: FileRemove(,FileName=test_crashers.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_crashers.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:228]: Verifying accessibility of file: test_crashers.py MSI (s) (9C:9C) [21:24:17:228]: Executing op: FileRemove(,FileName=test_marshal.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_marshal.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:228]: Verifying accessibility of file: test_marshal.py MSI (s) (9C:9C) [21:24:17:244]: Executing op: FileRemove(,FileName=test_operator.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_operator.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:244]: Verifying accessibility of file: test_operator.py MSI (s) (9C:9C) [21:24:17:259]: Executing op: FileRemove(,FileName=multibytecodec_support.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: multibytecodec_support.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:259]: Verifying accessibility of file: multibytecodec_support.py MSI (s) (9C:9C) [21:24:17:275]: Executing op: FileRemove(,FileName=test_numeric_tower.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_numeric_tower.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:275]: Verifying accessibility of file: test_numeric_tower.py MSI (s) (9C:9C) [21:24:17:275]: Executing op: FileRemove(,FileName=testcodec.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: testcodec.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:291]: Verifying accessibility of file: testcodec.py MSI (s) (9C:9C) [21:24:17:291]: Executing op: FileRemove(,FileName=test_codeop.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codeop.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:306]: Verifying accessibility of file: test_codeop.py MSI (s) (9C:9C) [21:24:17:306]: Executing op: FileRemove(,FileName=test_textwrap.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_textwrap.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:306]: Verifying accessibility of file: test_textwrap.py MSI (s) (9C:9C) [21:24:17:322]: Executing op: FileRemove(,FileName=test_py_compile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_py_compile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:322]: Verifying accessibility of file: test_py_compile.py MSI (s) (9C:9C) [21:24:17:338]: Executing op: FileRemove(,FileName=test_ipaddress.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ipaddress.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:338]: Verifying accessibility of file: test_ipaddress.py MSI (s) (9C:9C) [21:24:17:338]: Executing op: FileRemove(,FileName=ssltests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: ssltests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:353]: Verifying accessibility of file: ssltests.py MSI (s) (9C:9C) [21:24:17:353]: Executing op: FileRemove(,FileName=test_ensurepip.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ensurepip.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:369]: Verifying accessibility of file: test_ensurepip.py MSI (s) (9C:9C) [21:24:17:369]: Executing op: FileRemove(,FileName=test_quopri.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_quopri.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:369]: Verifying accessibility of file: test_quopri.py MSI (s) (9C:9C) [21:24:17:384]: Executing op: FileRemove(,FileName=test_doctest4.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_doctest4.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:384]: Verifying accessibility of file: test_doctest4.txt MSI (s) (9C:9C) [21:24:17:400]: Executing op: FileRemove(,FileName=mock_socket.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: mock_socket.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:400]: Verifying accessibility of file: mock_socket.py MSI (s) (9C:9C) [21:24:17:400]: Executing op: FileRemove(,FileName=tf_inherit_check.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: tf_inherit_check.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:416]: Verifying accessibility of file: tf_inherit_check.py MSI (s) (9C:9C) [21:24:17:416]: Executing op: FileRemove(,FileName=test_dbm_gnu.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dbm_gnu.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:431]: Verifying accessibility of file: test_dbm_gnu.py MSI (s) (9C:9C) [21:24:17:431]: Executing op: FileRemove(,FileName=test_memoryview.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_memoryview.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:447]: Verifying accessibility of file: test_memoryview.py MSI (s) (9C:9C) [21:24:17:447]: Executing op: FileRemove(,FileName=test_keyword.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_keyword.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:447]: Verifying accessibility of file: test_keyword.py MSI (s) (9C:9C) [21:24:17:463]: Executing op: FileRemove(,FileName=sha256.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: sha256.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:463]: Verifying accessibility of file: sha256.pem MSI (s) (9C:9C) [21:24:17:478]: Executing op: FileRemove(,FileName=test_smtplib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_smtplib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:478]: Verifying accessibility of file: test_smtplib.py MSI (s) (9C:9C) [21:24:17:478]: Executing op: FileRemove(,FileName=threaded_import_hangers.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: threaded_import_hangers.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:494]: Verifying accessibility of file: threaded_import_hangers.py MSI (s) (9C:9C) [21:24:17:494]: Executing op: FileRemove(,FileName=test_sax.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sax.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:509]: Verifying accessibility of file: test_sax.py MSI (s) (9C:9C) [21:24:17:509]: Executing op: FileRemove(,FileName=test_range.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_range.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:525]: Verifying accessibility of file: test_range.py MSI (s) (9C:9C) [21:24:17:525]: Executing op: FileRemove(,FileName=test_sqlite.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sqlite.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:525]: Verifying accessibility of file: test_sqlite.py MSI (s) (9C:9C) [21:24:17:541]: Executing op: FileRemove(,FileName=test_dynamicclassattribute.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dynamicclassattribute.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:541]: Verifying accessibility of file: test_dynamicclassattribute.py MSI (s) (9C:9C) [21:24:17:556]: Executing op: FileRemove(,FileName=test_pep352.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pep352.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:556]: Verifying accessibility of file: test_pep352.py MSI (s) (9C:9C) [21:24:17:572]: Executing op: FileRemove(,FileName=test_unpack.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_unpack.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:572]: Verifying accessibility of file: test_unpack.py MSI (s) (9C:9C) [21:24:17:588]: Executing op: FileRemove(,FileName=test_netrc.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_netrc.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:588]: Verifying accessibility of file: test_netrc.py MSI (s) (9C:9C) [21:24:17:588]: Executing op: FileRemove(,FileName=test_userstring.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_userstring.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:603]: Verifying accessibility of file: test_userstring.py MSI (s) (9C:9C) [21:24:17:603]: Executing op: FileRemove(,FileName=tokenize_tests.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: tokenize_tests.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:619]: Verifying accessibility of file: tokenize_tests.txt MSI (s) (9C:9C) [21:24:17:619]: Executing op: FileRemove(,FileName=test_pep277.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pep277.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:619]: Verifying accessibility of file: test_pep277.py MSI (s) (9C:9C) [21:24:17:634]: Executing op: FileRemove(,FileName=test_sndhdr.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sndhdr.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:634]: Verifying accessibility of file: test_sndhdr.py MSI (s) (9C:9C) [21:24:17:650]: Executing op: FileRemove(,FileName=test_pipes.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pipes.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:650]: Verifying accessibility of file: test_pipes.py MSI (s) (9C:9C) [21:24:17:666]: Executing op: FileRemove(,FileName=test_wait4.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_wait4.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:666]: Verifying accessibility of file: test_wait4.py MSI (s) (9C:9C) [21:24:17:666]: Executing op: FileRemove(,FileName=test_dummy_threading.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dummy_threading.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:681]: Verifying accessibility of file: test_dummy_threading.py MSI (s) (9C:9C) [21:24:17:681]: Executing op: FileRemove(,FileName=test_poplib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_poplib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:697]: Verifying accessibility of file: test_poplib.py MSI (s) (9C:9C) [21:24:17:697]: Executing op: FileRemove(,FileName=test_random.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_random.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:744]: Verifying accessibility of file: test_random.py MSI (s) (9C:9C) [21:24:17:744]: Executing op: FileRemove(,FileName=test_sched.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sched.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:744]: Verifying accessibility of file: test_sched.py MSI (s) (9C:9C) [21:24:17:760]: Executing op: FileRemove(,FileName=test_pydoc.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pydoc.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:760]: Verifying accessibility of file: test_pydoc.py MSI (s) (9C:9C) [21:24:17:775]: Executing op: FileRemove(,FileName=test_unittest.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_unittest.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:775]: Verifying accessibility of file: test_unittest.py MSI (s) (9C:9C) [21:24:17:775]: Executing op: FileRemove(,FileName=test_bisect.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_bisect.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:791]: Verifying accessibility of file: test_bisect.py MSI (s) (9C:9C) [21:24:17:791]: Executing op: FileRemove(,FileName=test_ossaudiodev.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ossaudiodev.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:806]: Verifying accessibility of file: test_ossaudiodev.py MSI (s) (9C:9C) [21:24:17:806]: Executing op: FileRemove(,FileName=test_statistics.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_statistics.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:822]: Verifying accessibility of file: test_statistics.py MSI (s) (9C:9C) [21:24:17:822]: Executing op: FileRemove(,FileName=cfgparser.2,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: cfgparser.2, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:822]: Verifying accessibility of file: cfgparser.2 MSI (s) (9C:9C) [21:24:17:838]: Executing op: FileRemove(,FileName=cfgparser.3,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: cfgparser.3, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:838]: Verifying accessibility of file: cfgparser.3 MSI (s) (9C:9C) [21:24:17:853]: Executing op: FileRemove(,FileName=cfgparser.1,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: cfgparser.1, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:853]: Verifying accessibility of file: cfgparser.1 MSI (s) (9C:9C) [21:24:17:869]: Executing op: FileRemove(,FileName=test_dis.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dis.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:869]: Verifying accessibility of file: test_dis.py MSI (s) (9C:9C) [21:24:17:869]: Executing op: FileRemove(,FileName=test_binascii.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_binascii.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:884]: Verifying accessibility of file: test_binascii.py MSI (s) (9C:9C) [21:24:17:884]: Executing op: FileRemove(,FileName=datetimetester.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: datetimetester.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:900]: Verifying accessibility of file: datetimetester.py MSI (s) (9C:9C) [21:24:17:900]: Executing op: FileRemove(,FileName=test_selectors.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_selectors.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:916]: Verifying accessibility of file: test_selectors.py MSI (s) (9C:9C) [21:24:17:916]: Executing op: FileRemove(,FileName=ieee754.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: ieee754.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:916]: Verifying accessibility of file: ieee754.txt MSI (s) (9C:9C) [21:24:17:931]: Executing op: FileRemove(,FileName=floating_points.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: floating_points.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:931]: Verifying accessibility of file: floating_points.txt MSI (s) (9C:9C) [21:24:17:947]: Executing op: FileRemove(,FileName=test_calendar.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_calendar.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:947]: Verifying accessibility of file: test_calendar.py MSI (s) (9C:9C) [21:24:17:963]: Executing op: FileRemove(,FileName=mp_fork_bomb.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: mp_fork_bomb.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:963]: Verifying accessibility of file: mp_fork_bomb.py MSI (s) (9C:9C) [21:24:17:978]: Executing op: FileRemove(,FileName=test_pkg.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pkg.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:978]: Verifying accessibility of file: test_pkg.py MSI (s) (9C:9C) [21:24:17:978]: Executing op: FileRemove(,FileName=test_optparse.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_optparse.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:994]: Verifying accessibility of file: test_optparse.py MSI (s) (9C:9C) [21:24:17:994]: Executing op: FileRemove(,FileName=test_global.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_global.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:009]: Verifying accessibility of file: test_global.py MSI (s) (9C:9C) [21:24:18:009]: Executing op: FileRemove(,FileName=test_unicode.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_unicode.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:025]: Verifying accessibility of file: test_unicode.py MSI (s) (9C:9C) [21:24:18:025]: Executing op: FileRemove(,FileName=test_site.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_site.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:041]: Verifying accessibility of file: test_site.py MSI (s) (9C:9C) [21:24:18:041]: Executing op: FileRemove(,FileName=test_class.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_class.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:041]: Verifying accessibility of file: test_class.py MSI (s) (9C:9C) [21:24:18:119]: Executing op: FileRemove(,FileName=test_itertools.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_itertools.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:119]: Verifying accessibility of file: test_itertools.py MSI (s) (9C:9C) [21:24:18:119]: Executing op: FileRemove(,FileName=test_audioop.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_audioop.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:135]: Verifying accessibility of file: test_audioop.py MSI (s) (9C:9C) [21:24:18:135]: Executing op: FileRemove(,FileName=badsyntax_3131.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badsyntax_3131.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:150]: Verifying accessibility of file: badsyntax_3131.py MSI (s) (9C:9C) [21:24:18:150]: Executing op: FileRemove(,FileName=test_nntplib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_nntplib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:166]: Verifying accessibility of file: test_nntplib.py MSI (s) (9C:9C) [21:24:18:166]: Executing op: FileRemove(,FileName=test_ntpath.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ntpath.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:166]: Verifying accessibility of file: test_ntpath.py MSI (s) (9C:9C) [21:24:18:181]: Executing op: FileRemove(,FileName=formatfloat_testcases.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: formatfloat_testcases.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:181]: Verifying accessibility of file: formatfloat_testcases.txt MSI (s) (9C:9C) [21:24:18:197]: Executing op: FileRemove(,FileName=test_codecmaps_cn.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecmaps_cn.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:197]: Verifying accessibility of file: test_codecmaps_cn.py MSI (s) (9C:9C) [21:24:18:197]: Executing op: FileRemove(,FileName=test_posix.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_posix.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:213]: Verifying accessibility of file: test_posix.py MSI (s) (9C:9C) [21:24:18:213]: Executing op: FileRemove(,FileName=test_posixpath.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_posixpath.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:228]: Verifying accessibility of file: test_posixpath.py MSI (s) (9C:9C) [21:24:18:228]: Executing op: FileRemove(,FileName=test_concurrent_futures.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_concurrent_futures.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:228]: Verifying accessibility of file: test_concurrent_futures.py MSI (s) (9C:9C) [21:24:18:244]: Executing op: FileRemove(,FileName=test_complex.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_complex.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:244]: Verifying accessibility of file: test_complex.py MSI (s) (9C:9C) [21:24:18:259]: Executing op: FileRemove(,FileName=memory_watchdog.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: memory_watchdog.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:259]: Verifying accessibility of file: memory_watchdog.py MSI (s) (9C:9C) [21:24:18:275]: Executing op: FileRemove(,FileName=test_functools.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_functools.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:275]: Verifying accessibility of file: test_functools.py MSI (s) (9C:9C) [21:24:18:275]: Executing op: FileRemove(,FileName=test_socket.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_socket.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:291]: Verifying accessibility of file: test_socket.py MSI (s) (9C:9C) [21:24:18:291]: Executing op: FileRemove(,FileName=test_pyclbr.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pyclbr.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:306]: Verifying accessibility of file: test_pyclbr.py MSI (s) (9C:9C) [21:24:18:306]: Executing op: FileRemove(,FileName=test_code_module.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_code_module.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:322]: Verifying accessibility of file: test_code_module.py MSI (s) (9C:9C) [21:24:18:322]: Executing op: FileRemove(,FileName=test_doctest2.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_doctest2.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:322]: Verifying accessibility of file: test_doctest2.py MSI (s) (9C:9C) [21:24:18:338]: Executing op: FileRemove(,FileName=test__osx_support.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test__osx_support.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:338]: Verifying accessibility of file: test__osx_support.py MSI (s) (9C:9C) [21:24:18:353]: Executing op: FileRemove(,FileName=test_trace.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_trace.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:353]: Verifying accessibility of file: test_trace.py MSI (s) (9C:9C) [21:24:18:369]: Executing op: FileRemove(,FileName=nullcert.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: nullcert.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:369]: Verifying accessibility of file: nullcert.pem MSI (s) (9C:9C) [21:24:18:369]: Executing op: FileRemove(,FileName=test_poll.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_poll.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:384]: Verifying accessibility of file: test_poll.py MSI (s) (9C:9C) [21:24:18:416]: Executing op: FileRemove(,FileName=test_inspect.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_inspect.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:416]: Verifying accessibility of file: test_inspect.py MSI (s) (9C:9C) [21:24:18:431]: Executing op: FileRemove(,FileName=reperf.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: reperf.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:431]: Verifying accessibility of file: reperf.py MSI (s) (9C:9C) [21:24:18:431]: Executing op: FileRemove(,FileName=test_exception_variations.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_exception_variations.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:447]: Verifying accessibility of file: test_exception_variations.py MSI (s) (9C:9C) [21:24:18:447]: Executing op: FileRemove(,FileName=test_threadsignals.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_threadsignals.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:463]: Verifying accessibility of file: test_threadsignals.py MSI (s) (9C:9C) [21:24:18:463]: Executing op: FileRemove(,FileName=test_structmembers.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_structmembers.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:463]: Verifying accessibility of file: test_structmembers.py MSI (s) (9C:9C) [21:24:18:478]: Executing op: FileRemove(,FileName=gdb_sample.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: gdb_sample.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:478]: Verifying accessibility of file: gdb_sample.py MSI (s) (9C:9C) [21:24:18:494]: Executing op: FileRemove(,FileName=test_genericpath.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_genericpath.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:494]: Verifying accessibility of file: test_genericpath.py MSI (s) (9C:9C) [21:24:18:509]: Executing op: FileRemove(,FileName=test_colorsys.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_colorsys.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:509]: Verifying accessibility of file: test_colorsys.py MSI (s) (9C:9C) [21:24:18:509]: Executing op: FileRemove(,FileName=test_scope.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_scope.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:525]: Verifying accessibility of file: test_scope.py MSI (s) (9C:9C) [21:24:18:525]: Executing op: FileRemove(,FileName=test_fcntl.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_fcntl.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:541]: Verifying accessibility of file: test_fcntl.py MSI (s) (9C:9C) [21:24:18:541]: Executing op: FileRemove(,FileName=autotest.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: autotest.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:541]: Verifying accessibility of file: autotest.py MSI (s) (9C:9C) [21:24:18:556]: Executing op: FileRemove(,FileName=test_iterlen.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_iterlen.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:556]: Verifying accessibility of file: test_iterlen.py MSI (s) (9C:9C) [21:24:18:572]: Executing op: FileRemove(,FileName=test_fileinput.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_fileinput.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:635]: Verifying accessibility of file: test_fileinput.py MSI (s) (9C:9C) [21:24:18:635]: Executing op: FileRemove(,FileName=test_import.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_import.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:635]: Verifying accessibility of file: test_import.py MSI (s) (9C:9C) [21:24:18:650]: Executing op: FileRemove(,FileName=test_binhex.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_binhex.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:650]: Verifying accessibility of file: test_binhex.py MSI (s) (9C:9C) [21:24:18:666]: Executing op: FileRemove(,FileName=math_testcases.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: math_testcases.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:666]: Verifying accessibility of file: math_testcases.txt MSI (s) (9C:9C) [21:24:18:681]: Executing op: FileRemove(,FileName=test_linecache.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_linecache.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:681]: Verifying accessibility of file: test_linecache.py MSI (s) (9C:9C) [21:24:18:681]: Executing op: FileRemove(,FileName=buffer_tests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: buffer_tests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:697]: Verifying accessibility of file: buffer_tests.py MSI (s) (9C:9C) [21:24:18:697]: Executing op: FileRemove(,FileName=test_queue.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_queue.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:713]: Verifying accessibility of file: test_queue.py MSI (s) (9C:9C) [21:24:18:713]: Executing op: FileRemove(,FileName=test_cmath.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_cmath.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:728]: Verifying accessibility of file: test_cmath.py MSI (s) (9C:9C) [21:24:18:728]: Executing op: FileRemove(,FileName=test_re.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_re.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:744]: Verifying accessibility of file: test_re.py MSI (s) (9C:9C) [21:24:18:744]: Executing op: FileRemove(,FileName=test_compile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_compile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:759]: Verifying accessibility of file: test_compile.py MSI (s) (9C:9C) [21:24:18:759]: Executing op: FileRemove(,FileName=test_peepholer.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_peepholer.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:775]: Verifying accessibility of file: test_peepholer.py MSI (s) (9C:9C) [21:24:18:775]: Executing op: FileRemove(,FileName=test_largefile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_largefile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:775]: Verifying accessibility of file: test_largefile.py MSI (s) (9C:9C) [21:24:18:791]: Executing op: FileRemove(,FileName=test_unicode_file.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_unicode_file.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:806]: Verifying accessibility of file: test_unicode_file.py MSI (s) (9C:9C) [21:24:18:806]: Executing op: FileRemove(,FileName=test_shelve.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_shelve.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:822]: Verifying accessibility of file: test_shelve.py MSI (s) (9C:9C) [21:24:18:822]: Executing op: FileRemove(,FileName=test_html.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_html.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:822]: Verifying accessibility of file: test_html.py MSI (s) (9C:9C) [21:24:18:838]: Executing op: FileRemove(,FileName=test_dbm_ndbm.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dbm_ndbm.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:838]: Verifying accessibility of file: test_dbm_ndbm.py MSI (s) (9C:9C) [21:24:18:853]: Executing op: FileRemove(,FileName=test_regrtest.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_regrtest.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:853]: Verifying accessibility of file: test_regrtest.py MSI (s) (9C:9C) [21:24:18:869]: Executing op: FileRemove(,FileName=test_abstract_numbers.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_abstract_numbers.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:869]: Verifying accessibility of file: test_abstract_numbers.py MSI (s) (9C:9C) [21:24:18:885]: Executing op: FileRemove(,FileName=test_funcattrs.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_funcattrs.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:885]: Verifying accessibility of file: test_funcattrs.py MSI (s) (9C:9C) [21:24:18:900]: Executing op: FileRemove(,FileName=test_http_cookiejar.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_http_cookiejar.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:900]: Verifying accessibility of file: test_http_cookiejar.py MSI (s) (9C:9C) [21:24:18:916]: Executing op: FileRemove(,FileName=test_file.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_file.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:916]: Verifying accessibility of file: test_file.py MSI (s) (9C:9C) [21:24:18:931]: Executing op: FileRemove(,FileName=test_urllib2.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_urllib2.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:931]: Verifying accessibility of file: test_urllib2.py MSI (s) (9C:9C) [21:24:18:947]: Executing op: FileRemove(,FileName=test_csv.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_csv.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:947]: Verifying accessibility of file: test_csv.py MSI (s) (9C:9C) [21:24:18:963]: Executing op: FileRemove(,FileName=test_pyexpat.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pyexpat.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:963]: Verifying accessibility of file: test_pyexpat.py MSI (s) (9C:9C) [21:24:18:978]: Executing op: FileRemove(,FileName=badsyntax_future9.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badsyntax_future9.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:978]: Verifying accessibility of file: badsyntax_future9.py MSI (s) (9C:9C) [21:24:18:994]: Executing op: FileRemove(,FileName=test_syntax.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_syntax.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:994]: Verifying accessibility of file: test_syntax.py MSI (s) (9C:9C) [21:24:18:994]: Executing op: FileRemove(,FileName=test_openpty.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_openpty.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:009]: Verifying accessibility of file: test_openpty.py MSI (s) (9C:9C) [21:24:19:009]: Executing op: FileRemove(,FileName=test_unpack_ex.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_unpack_ex.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:025]: Verifying accessibility of file: test_unpack_ex.py MSI (s) (9C:9C) [21:24:19:041]: Executing op: FileRemove(,FileName=test_dictviews.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dictviews.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:041]: Verifying accessibility of file: test_dictviews.py MSI (s) (9C:9C) [21:24:19:056]: Executing op: FileRemove(,FileName=test_mmap.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_mmap.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:056]: Verifying accessibility of file: test_mmap.py MSI (s) (9C:9C) [21:24:19:072]: Executing op: FileRemove(,FileName=test_source_encoding.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_source_encoding.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:088]: Verifying accessibility of file: test_source_encoding.py MSI (s) (9C:9C) [21:24:19:088]: Executing op: FileRemove(,FileName=test_atexit.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_atexit.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:103]: Verifying accessibility of file: test_atexit.py MSI (s) (9C:9C) [21:24:19:103]: Executing op: FileRemove(,FileName=test_minidom.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_minidom.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:119]: Verifying accessibility of file: test_minidom.py MSI (s) (9C:9C) [21:24:19:119]: Executing op: FileRemove(,FileName=test_file_eintr.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_file_eintr.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:134]: Verifying accessibility of file: test_file_eintr.py MSI (s) (9C:9C) [21:24:19:134]: Executing op: FileRemove(,FileName=keycert2.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: keycert2.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:150]: Verifying accessibility of file: keycert2.pem MSI (s) (9C:9C) [21:24:19:166]: Executing op: FileRemove(,FileName=test_select.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_select.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:228]: Verifying accessibility of file: test_select.py MSI (s) (9C:9C) [21:24:19:244]: Executing op: FileRemove(,FileName=test_filecmp.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_filecmp.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:244]: Verifying accessibility of file: test_filecmp.py MSI (s) (9C:9C) [21:24:19:259]: Executing op: FileRemove(,FileName=test_long.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_long.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:259]: Verifying accessibility of file: test_long.py MSI (s) (9C:9C) [21:24:19:275]: Executing op: FileRemove(,FileName=ssl_key.passwd.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: ssl_key.passwd.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:275]: Verifying accessibility of file: ssl_key.passwd.pem MSI (s) (9C:9C) [21:24:19:291]: Executing op: FileRemove(,FileName=final_a.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: final_a.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:306]: Verifying accessibility of file: final_a.py MSI (s) (9C:9C) [21:24:19:306]: Executing op: FileRemove(,FileName=test__opcode.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test__opcode.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:322]: Verifying accessibility of file: test__opcode.py MSI (s) (9C:9C) [21:24:19:384]: Executing op: FileRemove(,FileName=test_slice.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_slice.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:400]: Verifying accessibility of file: test_slice.py MSI (s) (9C:9C) [21:24:19:400]: Executing op: FileRemove(,FileName=test_winsound.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_winsound.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:416]: Verifying accessibility of file: test_winsound.py MSI (s) (9C:9C) [21:24:19:416]: Executing op: FileRemove(,FileName=test_mailcap.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_mailcap.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:431]: Verifying accessibility of file: test_mailcap.py MSI (s) (9C:9C) [21:24:19:431]: Executing op: FileRemove(,FileName=test_urllib2_localnet.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_urllib2_localnet.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:447]: Verifying accessibility of file: test_urllib2_localnet.py MSI (s) (9C:9C) [21:24:19:447]: Executing op: FileRemove(,FileName=test_osx_env.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_osx_env.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:463]: Verifying accessibility of file: test_osx_env.py MSI (s) (9C:9C) [21:24:19:463]: Executing op: FileRemove(,FileName=test_gc.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_gc.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:478]: Verifying accessibility of file: test_gc.py MSI (s) (9C:9C) [21:24:19:478]: Executing op: FileRemove(,FileName=randv2_64.pck,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: randv2_64.pck, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:478]: Verifying accessibility of file: randv2_64.pck MSI (s) (9C:9C) [21:24:19:494]: Executing op: FileRemove(,FileName=test_set.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_set.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:494]: Verifying accessibility of file: test_set.py MSI (s) (9C:9C) [21:24:19:509]: Executing op: FileRemove(,FileName=test_hmac.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_hmac.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:509]: Verifying accessibility of file: test_hmac.py MSI (s) (9C:9C) [21:24:19:525]: Executing op: FileRemove(,FileName=test_bufio.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_bufio.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:525]: Verifying accessibility of file: test_bufio.py MSI (s) (9C:9C) [21:24:19:541]: Executing op: FileRemove(,FileName=test_cmd_line_script.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_cmd_line_script.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:541]: Verifying accessibility of file: test_cmd_line_script.py MSI (s) (9C:9C) [21:24:19:556]: Executing op: FileRemove(,FileName=test_ucn.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ucn.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:572]: Verifying accessibility of file: test_ucn.py MSI (s) (9C:9C) [21:24:19:588]: Executing op: FileRemove(,FileName=bad_coding.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: bad_coding.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:588]: Verifying accessibility of file: bad_coding.py MSI (s) (9C:9C) [21:24:19:603]: Executing op: FileRemove(,FileName=test_userdict.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_userdict.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:603]: Verifying accessibility of file: test_userdict.py MSI (s) (9C:9C) [21:24:19:619]: Executing op: FileRemove(,FileName=test_weakref.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_weakref.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:619]: Verifying accessibility of file: test_weakref.py MSI (s) (9C:9C) [21:24:19:619]: Executing op: FileRemove(,FileName=bytecode_helper.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: bytecode_helper.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:634]: Verifying accessibility of file: bytecode_helper.py MSI (s) (9C:9C) [21:24:19:634]: Executing op: FileRemove(,FileName=test_locale.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_locale.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:650]: Verifying accessibility of file: test_locale.py MSI (s) (9C:9C) [21:24:19:650]: Executing op: FileRemove(,FileName=test_keywordonlyarg.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_keywordonlyarg.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:666]: Verifying accessibility of file: test_keywordonlyarg.py MSI (s) (9C:9C) [21:24:19:666]: Executing op: FileRemove(,FileName=test_glob.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_glob.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:681]: Verifying accessibility of file: test_glob.py MSI (s) (9C:9C) [21:24:19:681]: Executing op: FileRemove(,FileName=test_pulldom.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pulldom.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:697]: Verifying accessibility of file: test_pulldom.py MSI (s) (9C:9C) [21:24:19:697]: Executing op: FileRemove(,FileName=test_math.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_math.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:713]: Verifying accessibility of file: test_math.py MSI (s) (9C:9C) [21:24:19:713]: Executing op: FileRemove(,FileName=test_doctest3.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_doctest3.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:775]: Verifying accessibility of file: test_doctest3.txt MSI (s) (9C:9C) [21:24:19:775]: Executing op: FileRemove(,FileName=dh512.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: dh512.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:791]: Verifying accessibility of file: dh512.pem MSI (s) (9C:9C) [21:24:19:791]: Executing op: FileRemove(,FileName=test_readline.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_readline.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:806]: Verifying accessibility of file: test_readline.py MSI (s) (9C:9C) [21:24:19:806]: Executing op: FileRemove(,FileName=test_dict.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dict.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:822]: Verifying accessibility of file: test_dict.py MSI (s) (9C:9C) [21:24:19:822]: Executing op: FileRemove(,FileName=test_augassign.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_augassign.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:822]: Verifying accessibility of file: test_augassign.py MSI (s) (9C:9C) [21:24:19:838]: Executing op: FileRemove(,FileName=test_raise.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_raise.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:838]: Verifying accessibility of file: test_raise.py MSI (s) (9C:9C) [21:24:19:853]: Executing op: FileRemove(,FileName=test_xml_dom_minicompat.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_xml_dom_minicompat.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:853]: Verifying accessibility of file: test_xml_dom_minicompat.py MSI (s) (9C:9C) [21:24:19:869]: Executing op: FileRemove(,FileName=test_with.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_with.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:869]: Verifying accessibility of file: test_with.py MSI (s) (9C:9C) [21:24:19:869]: Executing op: FileRemove(,FileName=test_warnings.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_warnings.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:884]: Verifying accessibility of file: test_warnings.py MSI (s) (9C:9C) [21:24:19:900]: Executing op: FileRemove(,FileName=test_getargs2.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_getargs2.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:900]: Verifying accessibility of file: test_getargs2.py MSI (s) (9C:9C) [21:24:19:900]: Executing op: FileRemove(,FileName=test_dictcomps.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dictcomps.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:916]: Verifying accessibility of file: test_dictcomps.py MSI (s) (9C:9C) [21:24:19:931]: Executing op: FileRemove(,FileName=test_syslog.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_syslog.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:931]: Verifying accessibility of file: test_syslog.py MSI (s) (9C:9C) [21:24:19:931]: Executing op: FileRemove(,FileName=test_difflib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_difflib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:947]: Verifying accessibility of file: test_difflib.py MSI (s) (9C:9C) [21:24:19:947]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_asyncio\) MSI (s) (9C:9C) [21:24:19:947]: Executing op: FileRemove(,FileName=test_transports.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_transports.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:19:963]: Verifying accessibility of file: test_transports.py MSI (s) (9C:9C) [21:24:19:963]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:19:963]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:19:978]: Executing op: FileRemove(,FileName=pycacert.pem,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: pycacert.pem, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:19:994]: Verifying accessibility of file: pycacert.pem MSI (s) (9C:9C) [21:24:19:994]: Executing op: FileRemove(,FileName=echo3.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: echo3.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:19:994]: Verifying accessibility of file: echo3.py MSI (s) (9C:9C) [21:24:20:009]: Executing op: FileRemove(,FileName=test_proactor_events.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_proactor_events.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:009]: Verifying accessibility of file: test_proactor_events.py MSI (s) (9C:9C) [21:24:20:119]: Executing op: FileRemove(,FileName=test_unix_events.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_unix_events.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:119]: Verifying accessibility of file: test_unix_events.py MSI (s) (9C:9C) [21:24:20:135]: Executing op: FileRemove(,FileName=test_tasks.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_tasks.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:135]: Verifying accessibility of file: test_tasks.py MSI (s) (9C:9C) [21:24:20:135]: Executing op: FileRemove(,FileName=test_locks.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_locks.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:150]: Verifying accessibility of file: test_locks.py MSI (s) (9C:9C) [21:24:20:150]: Executing op: FileRemove(,FileName=test_windows_utils.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_windows_utils.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:166]: Verifying accessibility of file: test_windows_utils.py MSI (s) (9C:9C) [21:24:20:166]: Executing op: FileRemove(,FileName=echo.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: echo.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:181]: Verifying accessibility of file: echo.py MSI (s) (9C:9C) [21:24:20:181]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:181]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:20:197]: Executing op: FileRemove(,FileName=test_subprocess.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_subprocess.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:197]: Verifying accessibility of file: test_subprocess.py MSI (s) (9C:9C) [21:24:20:213]: Executing op: FileRemove(,FileName=test_queues.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_queues.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:213]: Verifying accessibility of file: test_queues.py MSI (s) (9C:9C) [21:24:20:228]: Executing op: FileRemove(,FileName=test_selector_events.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_selector_events.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:228]: Verifying accessibility of file: test_selector_events.py MSI (s) (9C:9C) [21:24:20:244]: Executing op: FileRemove(,FileName=test_base_events.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_base_events.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:244]: Verifying accessibility of file: test_base_events.py MSI (s) (9C:9C) [21:24:20:260]: Executing op: FileRemove(,FileName=test_streams.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_streams.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:260]: Verifying accessibility of file: test_streams.py MSI (s) (9C:9C) [21:24:20:275]: Executing op: FileRemove(,FileName=ssl_cert.pem,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: ssl_cert.pem, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:275]: Verifying accessibility of file: ssl_cert.pem MSI (s) (9C:9C) [21:24:20:275]: Executing op: FileRemove(,FileName=ssl_key.pem,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: ssl_key.pem, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:291]: Verifying accessibility of file: ssl_key.pem MSI (s) (9C:9C) [21:24:20:291]: Executing op: FileRemove(,FileName=keycert3.pem,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: keycert3.pem, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:306]: Verifying accessibility of file: keycert3.pem MSI (s) (9C:9C) [21:24:20:306]: Executing op: FileRemove(,FileName=echo2.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: echo2.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:322]: Verifying accessibility of file: echo2.py MSI (s) (9C:9C) [21:24:20:322]: Executing op: FileRemove(,FileName=test_windows_events.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_windows_events.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:338]: Verifying accessibility of file: test_windows_events.py MSI (s) (9C:9C) [21:24:20:338]: Executing op: FileRemove(,FileName=test_events.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_events.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:353]: Verifying accessibility of file: test_events.py MSI (s) (9C:9C) [21:24:20:369]: Executing op: FileRemove(,FileName=test_futures.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_futures.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:369]: Verifying accessibility of file: test_futures.py MSI (s) (9C:9C) [21:24:20:369]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\support\) MSI (s) (9C:9C) [21:24:20:369]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={132CC124-704D-4EB7-BCA0-1C74FA0550DF}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\support\ MSI (s) (9C:9C) [21:24:20:385]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:20:385]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\capath\) MSI (s) (9C:9C) [21:24:20:385]: Executing op: FileRemove(,FileName=6e88d7b8.0,,ComponentId={966B0E33-8652-4390-B3DD-85291E93765D}) RemoveFiles: File: 6e88d7b8.0, Directory: C:\Python34\Lib\test\capath\ MSI (s) (9C:9C) [21:24:20:400]: Verifying accessibility of file: 6e88d7b8.0 MSI (s) (9C:9C) [21:24:20:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:400]: Executing op: FileRemove(,FileName=99d0fa06.0,,ComponentId={966B0E33-8652-4390-B3DD-85291E93765D}) RemoveFiles: File: 99d0fa06.0, Directory: C:\Python34\Lib\test\capath\ MSI (s) (9C:9C) [21:24:20:416]: Verifying accessibility of file: 99d0fa06.0 MSI (s) (9C:9C) [21:24:20:416]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:416]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:416]: Executing op: FileRemove(,FileName=4e1295a3.0,,ComponentId={966B0E33-8652-4390-B3DD-85291E93765D}) RemoveFiles: File: 4e1295a3.0, Directory: C:\Python34\Lib\test\capath\ MSI (s) (9C:9C) [21:24:20:431]: Verifying accessibility of file: 4e1295a3.0 MSI (s) (9C:9C) [21:24:20:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:431]: Executing op: FileRemove(,FileName=5ed36f99.0,,ComponentId={966B0E33-8652-4390-B3DD-85291E93765D}) RemoveFiles: File: 5ed36f99.0, Directory: C:\Python34\Lib\test\capath\ MSI (s) (9C:9C) [21:24:20:447]: Verifying accessibility of file: 5ed36f99.0 MSI (s) (9C:9C) [21:24:20:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:447]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\encoded_modules\) MSI (s) (9C:9C) [21:24:20:447]: Executing op: FileRemove(,FileName=module_iso_8859_1.py,,ComponentId={641C911F-17B9-49A9-BFE5-9FC15F3084C3}) RemoveFiles: File: module_iso_8859_1.py, Directory: C:\Python34\Lib\test\encoded_modules\ MSI (s) (9C:9C) [21:24:20:463]: Verifying accessibility of file: module_iso_8859_1.py MSI (s) (9C:9C) [21:24:20:463]: Executing op: FileRemove(,FileName=module_koi8_r.py,,ComponentId={641C911F-17B9-49A9-BFE5-9FC15F3084C3}) RemoveFiles: File: module_koi8_r.py, Directory: C:\Python34\Lib\test\encoded_modules\ MSI (s) (9C:9C) [21:24:20:478]: Verifying accessibility of file: module_koi8_r.py MSI (s) (9C:9C) [21:24:20:478]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={641C911F-17B9-49A9-BFE5-9FC15F3084C3}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\encoded_modules\ MSI (s) (9C:9C) [21:24:20:494]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:20:494]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\imghdrdata\) MSI (s) (9C:9C) [21:24:20:494]: Executing op: FileRemove(,FileName=python.tiff,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.tiff, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:494]: Verifying accessibility of file: python.tiff MSI (s) (9C:9C) [21:24:20:510]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:510]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:510]: Executing op: FileRemove(,FileName=python.png,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.png, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:525]: Verifying accessibility of file: python.png MSI (s) (9C:9C) [21:24:20:533]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:535]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:536]: Executing op: FileRemove(,FileName=python.pbm,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.pbm, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:540]: Verifying accessibility of file: python.pbm MSI (s) (9C:9C) [21:24:20:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:540]: Executing op: FileRemove(,FileName=python.sgi,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.sgi, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:556]: Verifying accessibility of file: python.sgi MSI (s) (9C:9C) [21:24:20:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:556]: Executing op: FileRemove(,FileName=python.ras,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.ras, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:571]: Verifying accessibility of file: python.ras MSI (s) (9C:9C) [21:24:20:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:571]: Executing op: FileRemove(,FileName=python.jpg,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.jpg, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:587]: Verifying accessibility of file: python.jpg MSI (s) (9C:9C) [21:24:20:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:587]: Executing op: FileRemove(,FileName=python.ppm,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.ppm, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:603]: Verifying accessibility of file: python.ppm MSI (s) (9C:9C) [21:24:20:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:603]: Executing op: FileRemove(,FileName=python.bmp,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.bmp, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:618]: Verifying accessibility of file: python.bmp MSI (s) (9C:9C) [21:24:20:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:618]: Executing op: FileRemove(,FileName=python.gif,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.gif, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:634]: Verifying accessibility of file: python.gif MSI (s) (9C:9C) [21:24:20:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:634]: Executing op: FileRemove(,FileName=python.xbm,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.xbm, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:650]: Verifying accessibility of file: python.xbm MSI (s) (9C:9C) [21:24:20:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:650]: Executing op: FileRemove(,FileName=python.pgm,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.pgm, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:665]: Verifying accessibility of file: python.pgm MSI (s) (9C:9C) [21:24:20:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:665]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\decimaltestdata\) MSI (s) (9C:9C) [21:24:20:665]: Executing op: FileRemove(,FileName=ddCompare.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddCompare.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:681]: Verifying accessibility of file: ddCompare.decTest MSI (s) (9C:9C) [21:24:20:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:681]: Executing op: FileRemove(,FileName=dqPlus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqPlus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:696]: Verifying accessibility of file: dqPlus.decTest MSI (s) (9C:9C) [21:24:20:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:696]: Executing op: FileRemove(,FileName=dqScaleB.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqScaleB.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:712]: Verifying accessibility of file: dqScaleB.decTest MSI (s) (9C:9C) [21:24:20:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:728]: Executing op: FileRemove(,FileName=ddCompareTotal.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddCompareTotal.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:728]: Verifying accessibility of file: ddCompareTotal.decTest MSI (s) (9C:9C) [21:24:20:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:743]: Executing op: FileRemove(,FileName=dqAbs.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqAbs.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:743]: Verifying accessibility of file: dqAbs.decTest MSI (s) (9C:9C) [21:24:20:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:759]: Executing op: FileRemove(,FileName=ddMaxMag.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddMaxMag.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:759]: Verifying accessibility of file: ddMaxMag.decTest MSI (s) (9C:9C) [21:24:20:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:775]: Executing op: FileRemove(,FileName=ddNextToward.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddNextToward.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:775]: Verifying accessibility of file: ddNextToward.decTest MSI (s) (9C:9C) [21:24:20:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:790]: Executing op: FileRemove(,FileName=ddDivide.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddDivide.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:790]: Verifying accessibility of file: ddDivide.decTest MSI (s) (9C:9C) [21:24:20:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:806]: Executing op: FileRemove(,FileName=dqMaxMag.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqMaxMag.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:806]: Verifying accessibility of file: dqMaxMag.decTest MSI (s) (9C:9C) [21:24:20:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:821]: Executing op: FileRemove(,FileName=multiply.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: multiply.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:821]: Verifying accessibility of file: multiply.decTest MSI (s) (9C:9C) [21:24:20:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:837]: Executing op: FileRemove(,FileName=abs.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: abs.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:837]: Verifying accessibility of file: abs.decTest MSI (s) (9C:9C) [21:24:20:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:853]: Executing op: FileRemove(,FileName=ddScaleB.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddScaleB.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:853]: Verifying accessibility of file: ddScaleB.decTest MSI (s) (9C:9C) [21:24:20:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:868]: Executing op: FileRemove(,FileName=ddClass.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddClass.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:868]: Verifying accessibility of file: ddClass.decTest MSI (s) (9C:9C) [21:24:20:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:884]: Executing op: FileRemove(,FileName=shift.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: shift.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:900]: Verifying accessibility of file: shift.decTest MSI (s) (9C:9C) [21:24:20:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:900]: Executing op: FileRemove(,FileName=subtract.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: subtract.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:915]: Verifying accessibility of file: subtract.decTest MSI (s) (9C:9C) [21:24:20:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:931]: Executing op: FileRemove(,FileName=dqCompareSig.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqCompareSig.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:931]: Verifying accessibility of file: dqCompareSig.decTest MSI (s) (9C:9C) [21:24:20:946]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:946]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:946]: Executing op: FileRemove(,FileName=decDouble.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: decDouble.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:962]: Verifying accessibility of file: decDouble.decTest MSI (s) (9C:9C) [21:24:20:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:962]: Executing op: FileRemove(,FileName=samequantum.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: samequantum.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:978]: Verifying accessibility of file: samequantum.decTest MSI (s) (9C:9C) [21:24:20:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:978]: Executing op: FileRemove(,FileName=maxmag.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: maxmag.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:993]: Verifying accessibility of file: maxmag.decTest MSI (s) (9C:9C) [21:24:20:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:993]: Executing op: FileRemove(,FileName=dqOr.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqOr.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:025]: Verifying accessibility of file: dqOr.decTest MSI (s) (9C:9C) [21:24:21:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:040]: Executing op: FileRemove(,FileName=dqRotate.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqRotate.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:040]: Verifying accessibility of file: dqRotate.decTest MSI (s) (9C:9C) [21:24:21:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:056]: Executing op: FileRemove(,FileName=tointegral.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: tointegral.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:056]: Verifying accessibility of file: tointegral.decTest MSI (s) (9C:9C) [21:24:21:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:056]: Executing op: FileRemove(,FileName=dqCompareTotal.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqCompareTotal.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:071]: Verifying accessibility of file: dqCompareTotal.decTest MSI (s) (9C:9C) [21:24:21:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:071]: Executing op: FileRemove(,FileName=ddXor.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddXor.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:087]: Verifying accessibility of file: ddXor.decTest MSI (s) (9C:9C) [21:24:21:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:087]: Executing op: FileRemove(,FileName=dqCopySign.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqCopySign.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:103]: Verifying accessibility of file: dqCopySign.decTest MSI (s) (9C:9C) [21:24:21:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:103]: Executing op: FileRemove(,FileName=decSingle.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: decSingle.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:118]: Verifying accessibility of file: decSingle.decTest MSI (s) (9C:9C) [21:24:21:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:118]: Executing op: FileRemove(,FileName=dqCanonical.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqCanonical.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:118]: Verifying accessibility of file: dqCanonical.decTest MSI (s) (9C:9C) [21:24:21:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:134]: Executing op: FileRemove(,FileName=dqSameQuantum.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqSameQuantum.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:134]: Verifying accessibility of file: dqSameQuantum.decTest MSI (s) (9C:9C) [21:24:21:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:150]: Executing op: FileRemove(,FileName=min.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: min.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:150]: Verifying accessibility of file: min.decTest MSI (s) (9C:9C) [21:24:21:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:165]: Executing op: FileRemove(,FileName=dqCopyNegate.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqCopyNegate.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:165]: Verifying accessibility of file: dqCopyNegate.decTest MSI (s) (9C:9C) [21:24:21:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:181]: Executing op: FileRemove(,FileName=xor.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: xor.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:181]: Verifying accessibility of file: xor.decTest MSI (s) (9C:9C) [21:24:21:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:196]: Executing op: FileRemove(,FileName=ddNextMinus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddNextMinus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:196]: Verifying accessibility of file: ddNextMinus.decTest MSI (s) (9C:9C) [21:24:21:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:212]: Executing op: FileRemove(,FileName=copy.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: copy.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:212]: Verifying accessibility of file: copy.decTest MSI (s) (9C:9C) [21:24:21:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:228]: Executing op: FileRemove(,FileName=randoms.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: randoms.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:228]: Verifying accessibility of file: randoms.decTest MSI (s) (9C:9C) [21:24:21:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:228]: Executing op: FileRemove(,FileName=log10.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: log10.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:243]: Verifying accessibility of file: log10.decTest MSI (s) (9C:9C) [21:24:21:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:259]: Executing op: FileRemove(,FileName=dqSubtract.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqSubtract.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:259]: Verifying accessibility of file: dqSubtract.decTest MSI (s) (9C:9C) [21:24:21:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:275]: Executing op: FileRemove(,FileName=dqShift.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqShift.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:275]: Verifying accessibility of file: dqShift.decTest MSI (s) (9C:9C) [21:24:21:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:290]: Executing op: FileRemove(,FileName=dqFMA.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqFMA.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:290]: Verifying accessibility of file: dqFMA.decTest MSI (s) (9C:9C) [21:24:21:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:306]: Executing op: FileRemove(,FileName=testall.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: testall.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:306]: Verifying accessibility of file: testall.decTest MSI (s) (9C:9C) [21:24:21:321]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:321]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:321]: Executing op: FileRemove(,FileName=ddMinMag.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddMinMag.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:321]: Verifying accessibility of file: ddMinMag.decTest MSI (s) (9C:9C) [21:24:21:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:337]: Executing op: FileRemove(,FileName=reduce.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: reduce.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:337]: Verifying accessibility of file: reduce.decTest MSI (s) (9C:9C) [21:24:21:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:353]: Executing op: FileRemove(,FileName=comparetotmag.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: comparetotmag.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:353]: Verifying accessibility of file: comparetotmag.decTest MSI (s) (9C:9C) [21:24:21:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:368]: Executing op: FileRemove(,FileName=dqEncode.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqEncode.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:368]: Verifying accessibility of file: dqEncode.decTest MSI (s) (9C:9C) [21:24:21:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:384]: Executing op: FileRemove(,FileName=add.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: add.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:384]: Verifying accessibility of file: add.decTest MSI (s) (9C:9C) [21:24:21:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:400]: Executing op: FileRemove(,FileName=dqXor.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqXor.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:400]: Verifying accessibility of file: dqXor.decTest MSI (s) (9C:9C) [21:24:21:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:415]: Executing op: FileRemove(,FileName=ddEncode.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddEncode.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:415]: Verifying accessibility of file: ddEncode.decTest MSI (s) (9C:9C) [21:24:21:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:431]: Executing op: FileRemove(,FileName=dqLogB.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqLogB.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:431]: Verifying accessibility of file: dqLogB.decTest MSI (s) (9C:9C) [21:24:21:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:446]: Executing op: FileRemove(,FileName=invert.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: invert.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:446]: Verifying accessibility of file: invert.decTest MSI (s) (9C:9C) [21:24:21:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:462]: Executing op: FileRemove(,FileName=ddOr.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddOr.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:462]: Verifying accessibility of file: ddOr.decTest MSI (s) (9C:9C) [21:24:21:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:478]: Executing op: FileRemove(,FileName=ddRemainder.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddRemainder.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:478]: Verifying accessibility of file: ddRemainder.decTest MSI (s) (9C:9C) [21:24:21:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:509]: Executing op: FileRemove(,FileName=dqBase.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqBase.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:525]: Verifying accessibility of file: dqBase.decTest MSI (s) (9C:9C) [21:24:21:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:525]: Executing op: FileRemove(,FileName=ddAnd.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddAnd.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:540]: Verifying accessibility of file: ddAnd.decTest MSI (s) (9C:9C) [21:24:21:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:540]: Executing op: FileRemove(,FileName=ddCopy.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddCopy.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:556]: Verifying accessibility of file: ddCopy.decTest MSI (s) (9C:9C) [21:24:21:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:556]: Executing op: FileRemove(,FileName=ddMinus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddMinus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:571]: Verifying accessibility of file: ddMinus.decTest MSI (s) (9C:9C) [21:24:21:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:571]: Executing op: FileRemove(,FileName=ddInvert.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddInvert.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:587]: Verifying accessibility of file: ddInvert.decTest MSI (s) (9C:9C) [21:24:21:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:587]: Executing op: FileRemove(,FileName=dqMax.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqMax.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:587]: Verifying accessibility of file: dqMax.decTest MSI (s) (9C:9C) [21:24:21:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:603]: Executing op: FileRemove(,FileName=fma.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: fma.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:603]: Verifying accessibility of file: fma.decTest MSI (s) (9C:9C) [21:24:21:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:618]: Executing op: FileRemove(,FileName=and.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: and.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:618]: Verifying accessibility of file: and.decTest MSI (s) (9C:9C) [21:24:21:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:634]: Executing op: FileRemove(,FileName=dqDivide.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqDivide.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:634]: Verifying accessibility of file: dqDivide.decTest MSI (s) (9C:9C) [21:24:21:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:650]: Executing op: FileRemove(,FileName=ddMin.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddMin.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:650]: Verifying accessibility of file: ddMin.decTest MSI (s) (9C:9C) [21:24:21:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:665]: Executing op: FileRemove(,FileName=copyabs.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: copyabs.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:665]: Verifying accessibility of file: copyabs.decTest MSI (s) (9C:9C) [21:24:21:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:681]: Executing op: FileRemove(,FileName=dqReduce.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqReduce.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:681]: Verifying accessibility of file: dqReduce.decTest MSI (s) (9C:9C) [21:24:21:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:696]: Executing op: FileRemove(,FileName=ln.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ln.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:696]: Verifying accessibility of file: ln.decTest MSI (s) (9C:9C) [21:24:21:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:712]: Executing op: FileRemove(,FileName=ddCopySign.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddCopySign.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:712]: Verifying accessibility of file: ddCopySign.decTest MSI (s) (9C:9C) [21:24:21:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:728]: Executing op: FileRemove(,FileName=decQuad.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: decQuad.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:728]: Verifying accessibility of file: decQuad.decTest MSI (s) (9C:9C) [21:24:21:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:743]: Executing op: FileRemove(,FileName=nextminus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: nextminus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:743]: Verifying accessibility of file: nextminus.decTest MSI (s) (9C:9C) [21:24:21:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:759]: Executing op: FileRemove(,FileName=ddShift.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddShift.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:775]: Verifying accessibility of file: ddShift.decTest MSI (s) (9C:9C) [21:24:21:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:775]: Executing op: FileRemove(,FileName=plus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: plus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:790]: Verifying accessibility of file: plus.decTest MSI (s) (9C:9C) [21:24:21:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:790]: Executing op: FileRemove(,FileName=ddCopyNegate.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddCopyNegate.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:806]: Verifying accessibility of file: ddCopyNegate.decTest MSI (s) (9C:9C) [21:24:21:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:806]: Executing op: FileRemove(,FileName=clamp.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: clamp.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:821]: Verifying accessibility of file: clamp.decTest MSI (s) (9C:9C) [21:24:21:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:837]: Executing op: FileRemove(,FileName=ddSameQuantum.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddSameQuantum.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:837]: Verifying accessibility of file: ddSameQuantum.decTest MSI (s) (9C:9C) [21:24:21:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:853]: Executing op: FileRemove(,FileName=remainderNear.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: remainderNear.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:853]: Verifying accessibility of file: remainderNear.decTest MSI (s) (9C:9C) [21:24:21:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:868]: Executing op: FileRemove(,FileName=ddToIntegral.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddToIntegral.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:884]: Verifying accessibility of file: ddToIntegral.decTest MSI (s) (9C:9C) [21:24:21:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:884]: Executing op: FileRemove(,FileName=ddPlus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddPlus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:884]: Verifying accessibility of file: ddPlus.decTest MSI (s) (9C:9C) [21:24:21:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:900]: Executing op: FileRemove(,FileName=rotate.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: rotate.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:915]: Verifying accessibility of file: rotate.decTest MSI (s) (9C:9C) [21:24:21:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:931]: Executing op: FileRemove(,FileName=ddMax.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddMax.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:931]: Verifying accessibility of file: ddMax.decTest MSI (s) (9C:9C) [21:24:21:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:931]: Executing op: FileRemove(,FileName=remainder.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: remainder.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:946]: Verifying accessibility of file: remainder.decTest MSI (s) (9C:9C) [21:24:21:946]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:962]: Executing op: FileRemove(,FileName=dqRemainder.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqRemainder.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:962]: Verifying accessibility of file: dqRemainder.decTest MSI (s) (9C:9C) [21:24:21:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:978]: Executing op: FileRemove(,FileName=quantize.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: quantize.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:978]: Verifying accessibility of file: quantize.decTest MSI (s) (9C:9C) [21:24:21:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:993]: Executing op: FileRemove(,FileName=dqMultiply.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqMultiply.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:993]: Verifying accessibility of file: dqMultiply.decTest MSI (s) (9C:9C) [21:24:21:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:009]: Executing op: FileRemove(,FileName=dqMinMag.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqMinMag.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:009]: Verifying accessibility of file: dqMinMag.decTest MSI (s) (9C:9C) [21:24:22:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:025]: Executing op: FileRemove(,FileName=max.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: max.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:025]: Verifying accessibility of file: max.decTest MSI (s) (9C:9C) [21:24:22:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:040]: Executing op: FileRemove(,FileName=extra.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: extra.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:040]: Verifying accessibility of file: extra.decTest MSI (s) (9C:9C) [21:24:22:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:056]: Executing op: FileRemove(,FileName=copysign.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: copysign.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:056]: Verifying accessibility of file: copysign.decTest MSI (s) (9C:9C) [21:24:22:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:071]: Executing op: FileRemove(,FileName=compare.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: compare.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:071]: Verifying accessibility of file: compare.decTest MSI (s) (9C:9C) [21:24:22:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:087]: Executing op: FileRemove(,FileName=squareroot.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: squareroot.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:087]: Verifying accessibility of file: squareroot.decTest MSI (s) (9C:9C) [21:24:22:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:103]: Executing op: FileRemove(,FileName=dqAdd.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqAdd.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:103]: Verifying accessibility of file: dqAdd.decTest MSI (s) (9C:9C) [21:24:22:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:118]: Executing op: FileRemove(,FileName=dqClass.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqClass.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:118]: Verifying accessibility of file: dqClass.decTest MSI (s) (9C:9C) [21:24:22:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:134]: Executing op: FileRemove(,FileName=ddCompareTotalMag.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddCompareTotalMag.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:134]: Verifying accessibility of file: ddCompareTotalMag.decTest MSI (s) (9C:9C) [21:24:22:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:150]: Executing op: FileRemove(,FileName=dqDivideInt.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqDivideInt.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:150]: Verifying accessibility of file: dqDivideInt.decTest MSI (s) (9C:9C) [21:24:22:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:165]: Executing op: FileRemove(,FileName=ddAbs.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddAbs.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:165]: Verifying accessibility of file: ddAbs.decTest MSI (s) (9C:9C) [21:24:22:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:181]: Executing op: FileRemove(,FileName=base.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: base.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:181]: Verifying accessibility of file: base.decTest MSI (s) (9C:9C) [21:24:22:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:196]: Executing op: FileRemove(,FileName=ddCompareSig.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddCompareSig.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:196]: Verifying accessibility of file: ddCompareSig.decTest MSI (s) (9C:9C) [21:24:22:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:212]: Executing op: FileRemove(,FileName=ddDivideInt.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddDivideInt.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:212]: Verifying accessibility of file: ddDivideInt.decTest MSI (s) (9C:9C) [21:24:22:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:228]: Executing op: FileRemove(,FileName=dqQuantize.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqQuantize.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:228]: Verifying accessibility of file: dqQuantize.decTest MSI (s) (9C:9C) [21:24:22:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:228]: Executing op: FileRemove(,FileName=dqCompare.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqCompare.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:243]: Verifying accessibility of file: dqCompare.decTest MSI (s) (9C:9C) [21:24:22:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:243]: Executing op: FileRemove(,FileName=dqToIntegral.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqToIntegral.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:259]: Verifying accessibility of file: dqToIntegral.decTest MSI (s) (9C:9C) [21:24:22:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:275]: Executing op: FileRemove(,FileName=dqRemainderNear.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqRemainderNear.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:275]: Verifying accessibility of file: dqRemainderNear.decTest MSI (s) (9C:9C) [21:24:22:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:275]: Executing op: FileRemove(,FileName=dqCopy.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqCopy.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:290]: Verifying accessibility of file: dqCopy.decTest MSI (s) (9C:9C) [21:24:22:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:290]: Executing op: FileRemove(,FileName=randomBound32.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: randomBound32.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:306]: Verifying accessibility of file: randomBound32.decTest MSI (s) (9C:9C) [21:24:22:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:306]: Executing op: FileRemove(,FileName=ddBase.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddBase.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:321]: Verifying accessibility of file: ddBase.decTest MSI (s) (9C:9C) [21:24:22:321]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:321]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:321]: Executing op: FileRemove(,FileName=dqCompareTotalMag.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqCompareTotalMag.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:337]: Verifying accessibility of file: dqCompareTotalMag.decTest MSI (s) (9C:9C) [21:24:22:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:337]: Executing op: FileRemove(,FileName=dsEncode.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dsEncode.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:353]: Verifying accessibility of file: dsEncode.decTest MSI (s) (9C:9C) [21:24:22:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:353]: Executing op: FileRemove(,FileName=rounding.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: rounding.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:368]: Verifying accessibility of file: rounding.decTest MSI (s) (9C:9C) [21:24:22:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:368]: Executing op: FileRemove(,FileName=exp.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: exp.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:384]: Verifying accessibility of file: exp.decTest MSI (s) (9C:9C) [21:24:22:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:400]: Executing op: FileRemove(,FileName=ddQuantize.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddQuantize.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:415]: Verifying accessibility of file: ddQuantize.decTest MSI (s) (9C:9C) [21:24:22:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:431]: Executing op: FileRemove(,FileName=comparetotal.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: comparetotal.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:431]: Verifying accessibility of file: comparetotal.decTest MSI (s) (9C:9C) [21:24:22:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:446]: Executing op: FileRemove(,FileName=minmag.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: minmag.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:446]: Verifying accessibility of file: minmag.decTest MSI (s) (9C:9C) [21:24:22:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:462]: Executing op: FileRemove(,FileName=nexttoward.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: nexttoward.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:462]: Verifying accessibility of file: nexttoward.decTest MSI (s) (9C:9C) [21:24:22:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:478]: Executing op: FileRemove(,FileName=dqNextMinus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqNextMinus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:478]: Verifying accessibility of file: dqNextMinus.decTest MSI (s) (9C:9C) [21:24:22:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:493]: Executing op: FileRemove(,FileName=ddReduce.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddReduce.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:493]: Verifying accessibility of file: ddReduce.decTest MSI (s) (9C:9C) [21:24:22:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:509]: Executing op: FileRemove(,FileName=ddAdd.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddAdd.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:509]: Verifying accessibility of file: ddAdd.decTest MSI (s) (9C:9C) [21:24:22:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:509]: Executing op: FileRemove(,FileName=or.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: or.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:525]: Verifying accessibility of file: or.decTest MSI (s) (9C:9C) [21:24:22:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:525]: Executing op: FileRemove(,FileName=tointegralx.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: tointegralx.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:540]: Verifying accessibility of file: tointegralx.decTest MSI (s) (9C:9C) [21:24:22:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:556]: Executing op: FileRemove(,FileName=dqMin.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqMin.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:556]: Verifying accessibility of file: dqMin.decTest MSI (s) (9C:9C) [21:24:22:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:571]: Executing op: FileRemove(,FileName=dqNextToward.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqNextToward.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:571]: Verifying accessibility of file: dqNextToward.decTest MSI (s) (9C:9C) [21:24:22:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:587]: Executing op: FileRemove(,FileName=ddNextPlus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddNextPlus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:587]: Verifying accessibility of file: ddNextPlus.decTest MSI (s) (9C:9C) [21:24:22:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:603]: Executing op: FileRemove(,FileName=minus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: minus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:618]: Verifying accessibility of file: minus.decTest MSI (s) (9C:9C) [21:24:22:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:618]: Executing op: FileRemove(,FileName=divide.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: divide.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:634]: Verifying accessibility of file: divide.decTest MSI (s) (9C:9C) [21:24:22:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:634]: Executing op: FileRemove(,FileName=dqMinus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqMinus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:650]: Verifying accessibility of file: dqMinus.decTest MSI (s) (9C:9C) [21:24:22:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:650]: Executing op: FileRemove(,FileName=inexact.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: inexact.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:665]: Verifying accessibility of file: inexact.decTest MSI (s) (9C:9C) [21:24:22:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:665]: Executing op: FileRemove(,FileName=powersqrt.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: powersqrt.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:681]: Verifying accessibility of file: powersqrt.decTest MSI (s) (9C:9C) [21:24:22:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:681]: Executing op: FileRemove(,FileName=dqAnd.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqAnd.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:696]: Verifying accessibility of file: dqAnd.decTest MSI (s) (9C:9C) [21:24:22:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:696]: Executing op: FileRemove(,FileName=copynegate.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: copynegate.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:696]: Verifying accessibility of file: copynegate.decTest MSI (s) (9C:9C) [21:24:22:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:712]: Executing op: FileRemove(,FileName=rescale.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: rescale.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:712]: Verifying accessibility of file: rescale.decTest MSI (s) (9C:9C) [21:24:22:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:728]: Executing op: FileRemove(,FileName=divideint.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: divideint.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:728]: Verifying accessibility of file: divideint.decTest MSI (s) (9C:9C) [21:24:22:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:743]: Executing op: FileRemove(,FileName=ddCanonical.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddCanonical.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:743]: Verifying accessibility of file: ddCanonical.decTest MSI (s) (9C:9C) [21:24:22:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:759]: Executing op: FileRemove(,FileName=ddCopyAbs.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddCopyAbs.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:759]: Verifying accessibility of file: ddCopyAbs.decTest MSI (s) (9C:9C) [21:24:22:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:775]: Executing op: FileRemove(,FileName=ddFMA.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddFMA.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:775]: Verifying accessibility of file: ddFMA.decTest MSI (s) (9C:9C) [21:24:22:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:790]: Executing op: FileRemove(,FileName=scaleb.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: scaleb.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:790]: Verifying accessibility of file: scaleb.decTest MSI (s) (9C:9C) [21:24:22:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:806]: Executing op: FileRemove(,FileName=dsBase.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dsBase.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:806]: Verifying accessibility of file: dsBase.decTest MSI (s) (9C:9C) [21:24:22:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:821]: Executing op: FileRemove(,FileName=ddRotate.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddRotate.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:821]: Verifying accessibility of file: ddRotate.decTest MSI (s) (9C:9C) [21:24:22:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:837]: Executing op: FileRemove(,FileName=ddSubtract.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddSubtract.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:837]: Verifying accessibility of file: ddSubtract.decTest MSI (s) (9C:9C) [21:24:22:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:853]: Executing op: FileRemove(,FileName=dqNextPlus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqNextPlus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:853]: Verifying accessibility of file: dqNextPlus.decTest MSI (s) (9C:9C) [21:24:22:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:868]: Executing op: FileRemove(,FileName=dqInvert.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqInvert.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:868]: Verifying accessibility of file: dqInvert.decTest MSI (s) (9C:9C) [21:24:22:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:884]: Executing op: FileRemove(,FileName=logb.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: logb.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:884]: Verifying accessibility of file: logb.decTest MSI (s) (9C:9C) [21:24:22:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:900]: Executing op: FileRemove(,FileName=power.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: power.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:900]: Verifying accessibility of file: power.decTest MSI (s) (9C:9C) [21:24:22:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:900]: Executing op: FileRemove(,FileName=dqCopyAbs.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqCopyAbs.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:915]: Verifying accessibility of file: dqCopyAbs.decTest MSI (s) (9C:9C) [21:24:22:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:915]: Executing op: FileRemove(,FileName=ddMultiply.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddMultiply.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:931]: Verifying accessibility of file: ddMultiply.decTest MSI (s) (9C:9C) [21:24:22:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:931]: Executing op: FileRemove(,FileName=ddLogB.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddLogB.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:946]: Verifying accessibility of file: ddLogB.decTest MSI (s) (9C:9C) [21:24:22:946]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:946]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:946]: Executing op: FileRemove(,FileName=ddRemainderNear.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddRemainderNear.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:962]: Verifying accessibility of file: ddRemainderNear.decTest MSI (s) (9C:9C) [21:24:22:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:962]: Executing op: FileRemove(,FileName=class.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: class.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:962]: Verifying accessibility of file: class.decTest MSI (s) (9C:9C) [21:24:22:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:978]: Executing op: FileRemove(,FileName=nextplus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: nextplus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:978]: Verifying accessibility of file: nextplus.decTest MSI (s) (9C:9C) [21:24:23:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:150]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\sndhdrdata\) MSI (s) (9C:9C) [21:24:23:150]: Executing op: FileRemove(,FileName=sndhdr.aifc,,ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61}) RemoveFiles: File: sndhdr.aifc, Directory: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:9C) [21:24:23:150]: Verifying accessibility of file: sndhdr.aifc MSI (s) (9C:9C) [21:24:23:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:165]: Executing op: FileRemove(,FileName=sndhdr.au,,ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61}) RemoveFiles: File: sndhdr.au, Directory: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:9C) [21:24:23:165]: Verifying accessibility of file: sndhdr.au MSI (s) (9C:9C) [21:24:23:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:181]: Executing op: FileRemove(,FileName=sndhdr.wav,,ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61}) RemoveFiles: File: sndhdr.wav, Directory: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:9C) [21:24:23:181]: Verifying accessibility of file: sndhdr.wav MSI (s) (9C:9C) [21:24:23:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:196]: Executing op: FileRemove(,FileName=sndhdr.aiff,,ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61}) RemoveFiles: File: sndhdr.aiff, Directory: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:9C) [21:24:23:196]: Verifying accessibility of file: sndhdr.aiff MSI (s) (9C:9C) [21:24:23:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:212]: Executing op: FileRemove(,FileName=sndhdr.voc,,ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61}) RemoveFiles: File: sndhdr.voc, Directory: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:9C) [21:24:23:212]: Verifying accessibility of file: sndhdr.voc MSI (s) (9C:9C) [21:24:23:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:228]: Executing op: FileRemove(,FileName=sndhdr.8svx,,ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61}) RemoveFiles: File: sndhdr.8svx, Directory: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:9C) [21:24:23:228]: Verifying accessibility of file: sndhdr.8svx MSI (s) (9C:9C) [21:24:23:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:243]: Executing op: FileRemove(,FileName=sndhdr.hcom,,ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61}) RemoveFiles: File: sndhdr.hcom, Directory: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:9C) [21:24:23:243]: Verifying accessibility of file: sndhdr.hcom MSI (s) (9C:9C) [21:24:23:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:259]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61}) RemoveFiles: File: README.txt, Directory: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:9C) [21:24:23:259]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:23:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:275]: Executing op: FileRemove(,FileName=sndhdr.sndt,,ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61}) RemoveFiles: File: sndhdr.sndt, Directory: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:9C) [21:24:23:275]: Verifying accessibility of file: sndhdr.sndt MSI (s) (9C:9C) [21:24:23:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:275]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\tracedmodules\) MSI (s) (9C:9C) [21:24:23:290]: Executing op: FileRemove(,FileName=testmod.py,,ComponentId={D57377E9-C10F-4C35-875A-91C3D13B2879}) RemoveFiles: File: testmod.py, Directory: C:\Python34\Lib\test\tracedmodules\ MSI (s) (9C:9C) [21:24:23:290]: Verifying accessibility of file: testmod.py MSI (s) (9C:9C) [21:24:23:290]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={D57377E9-C10F-4C35-875A-91C3D13B2879}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\tracedmodules\ MSI (s) (9C:9C) [21:24:23:306]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:23:306]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\crashers\) MSI (s) (9C:9C) [21:24:23:306]: Executing op: FileRemove(,FileName=mutation_inside_cyclegc.py,,ComponentId={577492CC-3777-42A3-90A2-A78352C57669}) RemoveFiles: File: mutation_inside_cyclegc.py, Directory: C:\Python34\Lib\test\crashers\ MSI (s) (9C:9C) [21:24:23:321]: Verifying accessibility of file: mutation_inside_cyclegc.py MSI (s) (9C:9C) [21:24:23:321]: Executing op: FileRemove(,FileName=bogus_code_obj.py,,ComponentId={577492CC-3777-42A3-90A2-A78352C57669}) RemoveFiles: File: bogus_code_obj.py, Directory: C:\Python34\Lib\test\crashers\ MSI (s) (9C:9C) [21:24:23:337]: Verifying accessibility of file: bogus_code_obj.py MSI (s) (9C:9C) [21:24:23:337]: Executing op: FileRemove(,FileName=infinite_loop_re.py,,ComponentId={577492CC-3777-42A3-90A2-A78352C57669}) RemoveFiles: File: infinite_loop_re.py, Directory: C:\Python34\Lib\test\crashers\ MSI (s) (9C:9C) [21:24:23:353]: Verifying accessibility of file: infinite_loop_re.py MSI (s) (9C:9C) [21:24:23:353]: Executing op: FileRemove(,FileName=trace_at_recursion_limit.py,,ComponentId={577492CC-3777-42A3-90A2-A78352C57669}) RemoveFiles: File: trace_at_recursion_limit.py, Directory: C:\Python34\Lib\test\crashers\ MSI (s) (9C:9C) [21:24:23:368]: Verifying accessibility of file: trace_at_recursion_limit.py MSI (s) (9C:9C) [21:24:23:368]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={577492CC-3777-42A3-90A2-A78352C57669}) RemoveFiles: File: README.txt, Directory: C:\Python34\Lib\test\crashers\ MSI (s) (9C:9C) [21:24:23:384]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:23:384]: Executing op: FileRemove(,FileName=underlying_dict.py,,ComponentId={577492CC-3777-42A3-90A2-A78352C57669}) RemoveFiles: File: underlying_dict.py, Directory: C:\Python34\Lib\test\crashers\ MSI (s) (9C:9C) [21:24:23:400]: Verifying accessibility of file: underlying_dict.py MSI (s) (9C:9C) [21:24:23:400]: Executing op: FileRemove(,FileName=recursive_call.py,,ComponentId={577492CC-3777-42A3-90A2-A78352C57669}) RemoveFiles: File: recursive_call.py, Directory: C:\Python34\Lib\test\crashers\ MSI (s) (9C:9C) [21:24:23:415]: Verifying accessibility of file: recursive_call.py MSI (s) (9C:9C) [21:24:23:415]: Executing op: FileRemove(,FileName=gc_inspection.py,,ComponentId={577492CC-3777-42A3-90A2-A78352C57669}) RemoveFiles: File: gc_inspection.py, Directory: C:\Python34\Lib\test\crashers\ MSI (s) (9C:9C) [21:24:23:415]: Verifying accessibility of file: gc_inspection.py MSI (s) (9C:9C) [21:24:23:431]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\cjkencodings\) MSI (s) (9C:9C) [21:24:23:431]: Executing op: FileRemove(,FileName=gbk-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: gbk-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:431]: Verifying accessibility of file: gbk-utf8.txt MSI (s) (9C:9C) [21:24:23:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:446]: Executing op: FileRemove(,FileName=big5.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: big5.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:446]: Verifying accessibility of file: big5.txt MSI (s) (9C:9C) [21:24:23:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:462]: Executing op: FileRemove(,FileName=gb2312.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: gb2312.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:462]: Verifying accessibility of file: gb2312.txt MSI (s) (9C:9C) [21:24:23:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:478]: Executing op: FileRemove(,FileName=iso2022_jp.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: iso2022_jp.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:478]: Verifying accessibility of file: iso2022_jp.txt MSI (s) (9C:9C) [21:24:23:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:493]: Executing op: FileRemove(,FileName=euc_jisx0213-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: euc_jisx0213-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:493]: Verifying accessibility of file: euc_jisx0213-utf8.txt MSI (s) (9C:9C) [21:24:23:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:509]: Executing op: FileRemove(,FileName=euc_kr.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: euc_kr.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:509]: Verifying accessibility of file: euc_kr.txt MSI (s) (9C:9C) [21:24:23:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:509]: Executing op: FileRemove(,FileName=iso2022_kr.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: iso2022_kr.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:525]: Verifying accessibility of file: iso2022_kr.txt MSI (s) (9C:9C) [21:24:23:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:540]: Executing op: FileRemove(,FileName=iso2022_kr-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: iso2022_kr-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:540]: Verifying accessibility of file: iso2022_kr-utf8.txt MSI (s) (9C:9C) [21:24:23:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:556]: Executing op: FileRemove(,FileName=shift_jisx0213-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: shift_jisx0213-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:556]: Verifying accessibility of file: shift_jisx0213-utf8.txt MSI (s) (9C:9C) [21:24:23:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:571]: Executing op: FileRemove(,FileName=gbk.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: gbk.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:571]: Verifying accessibility of file: gbk.txt MSI (s) (9C:9C) [21:24:23:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:571]: Executing op: FileRemove(,FileName=big5hkscs.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: big5hkscs.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:587]: Verifying accessibility of file: big5hkscs.txt MSI (s) (9C:9C) [21:24:23:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:587]: Executing op: FileRemove(,FileName=big5hkscs-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: big5hkscs-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:603]: Verifying accessibility of file: big5hkscs-utf8.txt MSI (s) (9C:9C) [21:24:23:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:603]: Executing op: FileRemove(,FileName=euc_kr-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: euc_kr-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:618]: Verifying accessibility of file: euc_kr-utf8.txt MSI (s) (9C:9C) [21:24:23:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:618]: Executing op: FileRemove(,FileName=shift_jis.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: shift_jis.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:634]: Verifying accessibility of file: shift_jis.txt MSI (s) (9C:9C) [21:24:23:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:634]: Executing op: FileRemove(,FileName=euc_jisx0213.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: euc_jisx0213.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:650]: Verifying accessibility of file: euc_jisx0213.txt MSI (s) (9C:9C) [21:24:23:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:650]: Executing op: FileRemove(,FileName=iso2022_jp-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: iso2022_jp-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:665]: Verifying accessibility of file: iso2022_jp-utf8.txt MSI (s) (9C:9C) [21:24:23:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:665]: Executing op: FileRemove(,FileName=cp949.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: cp949.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:665]: Verifying accessibility of file: cp949.txt MSI (s) (9C:9C) [21:24:23:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:681]: Executing op: FileRemove(,FileName=euc_jp.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: euc_jp.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:696]: Verifying accessibility of file: euc_jp.txt MSI (s) (9C:9C) [21:24:23:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:696]: Executing op: FileRemove(,FileName=gb18030.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: gb18030.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:728]: Verifying accessibility of file: gb18030.txt MSI (s) (9C:9C) [21:24:23:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:743]: Executing op: FileRemove(,FileName=hz-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: hz-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:743]: Verifying accessibility of file: hz-utf8.txt MSI (s) (9C:9C) [21:24:23:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:759]: Executing op: FileRemove(,FileName=cp949-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: cp949-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:759]: Verifying accessibility of file: cp949-utf8.txt MSI (s) (9C:9C) [21:24:23:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:775]: Executing op: FileRemove(,FileName=gb2312-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: gb2312-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:775]: Verifying accessibility of file: gb2312-utf8.txt MSI (s) (9C:9C) [21:24:23:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:790]: Executing op: FileRemove(,FileName=big5-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: big5-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:790]: Verifying accessibility of file: big5-utf8.txt MSI (s) (9C:9C) [21:24:23:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:806]: Executing op: FileRemove(,FileName=johab-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: johab-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:806]: Verifying accessibility of file: johab-utf8.txt MSI (s) (9C:9C) [21:24:23:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:821]: Executing op: FileRemove(,FileName=hz.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: hz.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:821]: Verifying accessibility of file: hz.txt MSI (s) (9C:9C) [21:24:23:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:837]: Executing op: FileRemove(,FileName=euc_jp-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: euc_jp-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:837]: Verifying accessibility of file: euc_jp-utf8.txt MSI (s) (9C:9C) [21:24:23:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:853]: Executing op: FileRemove(,FileName=gb18030-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: gb18030-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:853]: Verifying accessibility of file: gb18030-utf8.txt MSI (s) (9C:9C) [21:24:23:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:868]: Executing op: FileRemove(,FileName=johab.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: johab.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:868]: Verifying accessibility of file: johab.txt MSI (s) (9C:9C) [21:24:23:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:884]: Executing op: FileRemove(,FileName=shift_jisx0213.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: shift_jisx0213.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:884]: Verifying accessibility of file: shift_jisx0213.txt MSI (s) (9C:9C) [21:24:23:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:900]: Executing op: FileRemove(,FileName=shift_jis-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: shift_jis-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:915]: Verifying accessibility of file: shift_jis-utf8.txt MSI (s) (9C:9C) [21:24:23:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:915]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\leakers\) MSI (s) (9C:9C) [21:24:23:915]: Executing op: FileRemove(,FileName=test_selftype.py,,ComponentId={F94509B5-5DE3-4E15-975E-421FF0328611}) RemoveFiles: File: test_selftype.py, Directory: C:\Python34\Lib\test\leakers\ MSI (s) (9C:9C) [21:24:23:931]: Verifying accessibility of file: test_selftype.py MSI (s) (9C:9C) [21:24:23:931]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={F94509B5-5DE3-4E15-975E-421FF0328611}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\leakers\ MSI (s) (9C:9C) [21:24:23:946]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:23:946]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={F94509B5-5DE3-4E15-975E-421FF0328611}) RemoveFiles: File: README.txt, Directory: C:\Python34\Lib\test\leakers\ MSI (s) (9C:9C) [21:24:23:962]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:23:962]: Executing op: FileRemove(,FileName=test_ctypes.py,,ComponentId={F94509B5-5DE3-4E15-975E-421FF0328611}) RemoveFiles: File: test_ctypes.py, Directory: C:\Python34\Lib\test\leakers\ MSI (s) (9C:9C) [21:24:23:978]: Verifying accessibility of file: test_ctypes.py MSI (s) (9C:9C) [21:24:23:978]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\subprocessdata\) MSI (s) (9C:9C) [21:24:23:978]: Executing op: FileRemove(,FileName=qgrep.py,,ComponentId={606D14A5-32A3-4A79-BA34-56F6E9A931CC}) RemoveFiles: File: qgrep.py, Directory: C:\Python34\Lib\test\subprocessdata\ MSI (s) (9C:9C) [21:24:23:993]: Verifying accessibility of file: qgrep.py MSI (s) (9C:9C) [21:24:23:993]: Executing op: FileRemove(,FileName=fd_status.py,,ComponentId={606D14A5-32A3-4A79-BA34-56F6E9A931CC}) RemoveFiles: File: fd_status.py, Directory: C:\Python34\Lib\test\subprocessdata\ MSI (s) (9C:9C) [21:24:23:993]: Verifying accessibility of file: fd_status.py MSI (s) (9C:9C) [21:24:24:009]: Executing op: FileRemove(,FileName=input_reader.py,,ComponentId={606D14A5-32A3-4A79-BA34-56F6E9A931CC}) RemoveFiles: File: input_reader.py, Directory: C:\Python34\Lib\test\subprocessdata\ MSI (s) (9C:9C) [21:24:24:009]: Verifying accessibility of file: input_reader.py MSI (s) (9C:9C) [21:24:24:025]: Executing op: FileRemove(,FileName=sigchild_ignore.py,,ComponentId={606D14A5-32A3-4A79-BA34-56F6E9A931CC}) RemoveFiles: File: sigchild_ignore.py, Directory: C:\Python34\Lib\test\subprocessdata\ MSI (s) (9C:9C) [21:24:24:025]: Verifying accessibility of file: sigchild_ignore.py MSI (s) (9C:9C) [21:24:24:025]: Executing op: FileRemove(,FileName=qcat.py,,ComponentId={606D14A5-32A3-4A79-BA34-56F6E9A931CC}) RemoveFiles: File: qcat.py, Directory: C:\Python34\Lib\test\subprocessdata\ MSI (s) (9C:9C) [21:24:24:040]: Verifying accessibility of file: qcat.py MSI (s) (9C:9C) [21:24:24:056]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_json\) MSI (s) (9C:9C) [21:24:24:056]: Executing op: FileRemove(,FileName=test_tool.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_tool.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:056]: Verifying accessibility of file: test_tool.py MSI (s) (9C:9C) [21:24:24:071]: Executing op: FileRemove(,FileName=test_unicode.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_unicode.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:071]: Verifying accessibility of file: test_unicode.py MSI (s) (9C:9C) [21:24:24:071]: Executing op: FileRemove(,FileName=test_recursion.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_recursion.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:087]: Verifying accessibility of file: test_recursion.py MSI (s) (9C:9C) [21:24:24:087]: Executing op: FileRemove(,FileName=test_enum.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_enum.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:103]: Verifying accessibility of file: test_enum.py MSI (s) (9C:9C) [21:24:24:103]: Executing op: FileRemove(,FileName=test_dump.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_dump.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:103]: Verifying accessibility of file: test_dump.py MSI (s) (9C:9C) [21:24:24:118]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:118]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:24:134]: Executing op: FileRemove(,FileName=test_fail.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_fail.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:150]: Verifying accessibility of file: test_fail.py MSI (s) (9C:9C) [21:24:24:150]: Executing op: FileRemove(,FileName=test_float.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_float.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:165]: Verifying accessibility of file: test_float.py MSI (s) (9C:9C) [21:24:24:165]: Executing op: FileRemove(,FileName=test_separators.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_separators.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:165]: Verifying accessibility of file: test_separators.py MSI (s) (9C:9C) [21:24:24:181]: Executing op: FileRemove(,FileName=test_pass1.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_pass1.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:181]: Verifying accessibility of file: test_pass1.py MSI (s) (9C:9C) [21:24:24:196]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:196]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:24:212]: Executing op: FileRemove(,FileName=test_scanstring.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_scanstring.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:212]: Verifying accessibility of file: test_scanstring.py MSI (s) (9C:9C) [21:24:24:228]: Executing op: FileRemove(,FileName=test_speedups.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_speedups.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:228]: Verifying accessibility of file: test_speedups.py MSI (s) (9C:9C) [21:24:24:243]: Executing op: FileRemove(,FileName=test_decode.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_decode.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:243]: Verifying accessibility of file: test_decode.py MSI (s) (9C:9C) [21:24:24:259]: Executing op: FileRemove(,FileName=test_pass3.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_pass3.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:259]: Verifying accessibility of file: test_pass3.py MSI (s) (9C:9C) [21:24:24:275]: Executing op: FileRemove(,FileName=test_pass2.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_pass2.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:275]: Verifying accessibility of file: test_pass2.py MSI (s) (9C:9C) [21:24:24:290]: Executing op: FileRemove(,FileName=test_default.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_default.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:290]: Verifying accessibility of file: test_default.py MSI (s) (9C:9C) [21:24:24:290]: Executing op: FileRemove(,FileName=test_encode_basestring_ascii.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_encode_basestring_ascii.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:306]: Verifying accessibility of file: test_encode_basestring_ascii.py MSI (s) (9C:9C) [21:24:24:306]: Executing op: FileRemove(,FileName=test_indent.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_indent.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:321]: Verifying accessibility of file: test_indent.py MSI (s) (9C:9C) [21:24:24:321]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\xmltestdata\) MSI (s) (9C:9C) [21:24:24:321]: Executing op: FileRemove(,FileName=test.xml,,ComponentId={FE155C1B-BAA2-4A1D-9475-CF82DE571A08}) RemoveFiles: File: test.xml, Directory: C:\Python34\Lib\test\xmltestdata\ MSI (s) (9C:9C) [21:24:24:337]: Verifying accessibility of file: test.xml MSI (s) (9C:9C) [21:24:24:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:353]: Executing op: FileRemove(,FileName=simple.xml,,ComponentId={FE155C1B-BAA2-4A1D-9475-CF82DE571A08}) RemoveFiles: File: simple.xml, Directory: C:\Python34\Lib\test\xmltestdata\ MSI (s) (9C:9C) [21:24:24:353]: Verifying accessibility of file: simple.xml MSI (s) (9C:9C) [21:24:24:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:353]: Executing op: FileRemove(,FileName=simple-ns.xml,,ComponentId={FE155C1B-BAA2-4A1D-9475-CF82DE571A08}) RemoveFiles: File: simple-ns.xml, Directory: C:\Python34\Lib\test\xmltestdata\ MSI (s) (9C:9C) [21:24:24:368]: Verifying accessibility of file: simple-ns.xml MSI (s) (9C:9C) [21:24:24:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:384]: Executing op: FileRemove(,FileName=test.xml.out,,ComponentId={FE155C1B-BAA2-4A1D-9475-CF82DE571A08}) RemoveFiles: File: test.xml.out, Directory: C:\Python34\Lib\test\xmltestdata\ MSI (s) (9C:9C) [21:24:24:384]: Verifying accessibility of file: test.xml.out MSI (s) (9C:9C) [21:24:24:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:400]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\data\) MSI (s) (9C:9C) [21:24:24:400]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={AEC9480E-4CE9-49B3-8491-46A511473EE7}) RemoveFiles: File: README.txt, Directory: C:\Python34\Lib\test\data\ MSI (s) (9C:9C) [21:24:24:400]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:24:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:415]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\audiodata\) MSI (s) (9C:9C) [21:24:24:415]: Executing op: FileRemove(,FileName=pluck-pcm24.au,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm24.au, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:415]: Verifying accessibility of file: pluck-pcm24.au MSI (s) (9C:9C) [21:24:24:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:431]: Executing op: FileRemove(,FileName=pluck-pcm8.wav,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm8.wav, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:431]: Verifying accessibility of file: pluck-pcm8.wav MSI (s) (9C:9C) [21:24:24:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:446]: Executing op: FileRemove(,FileName=pluck-pcm8.aiff,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm8.aiff, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:462]: Verifying accessibility of file: pluck-pcm8.aiff MSI (s) (9C:9C) [21:24:24:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:478]: Executing op: FileRemove(,FileName=pluck-pcm32.wav,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm32.wav, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:478]: Verifying accessibility of file: pluck-pcm32.wav MSI (s) (9C:9C) [21:24:24:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:493]: Executing op: FileRemove(,FileName=pluck-pcm32.aiff,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm32.aiff, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:493]: Verifying accessibility of file: pluck-pcm32.aiff MSI (s) (9C:9C) [21:24:24:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:509]: Executing op: FileRemove(,FileName=pluck-pcm24.aiff,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm24.aiff, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:525]: Verifying accessibility of file: pluck-pcm24.aiff MSI (s) (9C:9C) [21:24:24:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:540]: Executing op: FileRemove(,FileName=pluck-pcm16.aiff,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm16.aiff, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:540]: Verifying accessibility of file: pluck-pcm16.aiff MSI (s) (9C:9C) [21:24:24:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:540]: Executing op: FileRemove(,FileName=pluck-ulaw.aifc,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-ulaw.aifc, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:556]: Verifying accessibility of file: pluck-ulaw.aifc MSI (s) (9C:9C) [21:24:24:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:571]: Executing op: FileRemove(,FileName=pluck-pcm16.au,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm16.au, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:571]: Verifying accessibility of file: pluck-pcm16.au MSI (s) (9C:9C) [21:24:24:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:587]: Executing op: FileRemove(,FileName=pluck-pcm24.wav,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm24.wav, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:587]: Verifying accessibility of file: pluck-pcm24.wav MSI (s) (9C:9C) [21:24:24:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:603]: Executing op: FileRemove(,FileName=pluck-pcm8.au,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm8.au, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:618]: Verifying accessibility of file: pluck-pcm8.au MSI (s) (9C:9C) [21:24:24:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:634]: Executing op: FileRemove(,FileName=pluck-alaw.aifc,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-alaw.aifc, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:634]: Verifying accessibility of file: pluck-alaw.aifc MSI (s) (9C:9C) [21:24:24:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:650]: Executing op: FileRemove(,FileName=pluck-ulaw.au,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-ulaw.au, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:650]: Verifying accessibility of file: pluck-ulaw.au MSI (s) (9C:9C) [21:24:24:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:665]: Executing op: FileRemove(,FileName=pluck-pcm32.au,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm32.au, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:681]: Verifying accessibility of file: pluck-pcm32.au MSI (s) (9C:9C) [21:24:24:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:696]: Executing op: FileRemove(,FileName=pluck-pcm16.wav,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm16.wav, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:696]: Verifying accessibility of file: pluck-pcm16.wav MSI (s) (9C:9C) [21:24:24:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:712]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\) MSI (s) (9C:9C) [21:24:24:712]: Executing op: FileRemove(,FileName=test_namespace_pkgs.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: test_namespace_pkgs.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:728]: Verifying accessibility of file: test_namespace_pkgs.py MSI (s) (9C:9C) [21:24:24:728]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:743]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:24:743]: Executing op: FileRemove(,FileName=test_abc.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: test_abc.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:759]: Verifying accessibility of file: test_abc.py MSI (s) (9C:9C) [21:24:24:759]: Executing op: FileRemove(,FileName=util.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:775]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:24:775]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:790]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:24:790]: Executing op: FileRemove(,FileName=regrtest.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: regrtest.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:806]: Verifying accessibility of file: regrtest.py MSI (s) (9C:9C) [21:24:24:821]: Executing op: FileRemove(,FileName=abc.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: abc.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:821]: Verifying accessibility of file: abc.py MSI (s) (9C:9C) [21:24:24:837]: Executing op: FileRemove(,FileName=test_util.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: test_util.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:837]: Verifying accessibility of file: test_util.py MSI (s) (9C:9C) [21:24:24:853]: Executing op: FileRemove(,FileName=test_spec.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: test_spec.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:853]: Verifying accessibility of file: test_spec.py MSI (s) (9C:9C) [21:24:24:868]: Executing op: FileRemove(,FileName=test_api.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: test_api.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:884]: Verifying accessibility of file: test_api.py MSI (s) (9C:9C) [21:24:24:884]: Executing op: FileRemove(,FileName=test_windows.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: test_windows.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:900]: Verifying accessibility of file: test_windows.py MSI (s) (9C:9C) [21:24:24:900]: Executing op: FileRemove(,FileName=test_locks.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: test_locks.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:915]: Verifying accessibility of file: test_locks.py MSI (s) (9C:9C) [21:24:24:915]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\builtin\) MSI (s) (9C:9C) [21:24:24:931]: Executing op: FileRemove(,FileName=test_finder.py,,ComponentId={3F9E2219-67ED-4CB2-85F1-AD721AF70F48}) RemoveFiles: File: test_finder.py, Directory: C:\Python34\Lib\test\test_importlib\builtin\ MSI (s) (9C:9C) [21:24:24:931]: Verifying accessibility of file: test_finder.py MSI (s) (9C:9C) [21:24:24:946]: Executing op: FileRemove(,FileName=util.py,,ComponentId={3F9E2219-67ED-4CB2-85F1-AD721AF70F48}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\test\test_importlib\builtin\ MSI (s) (9C:9C) [21:24:24:946]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:24:962]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={3F9E2219-67ED-4CB2-85F1-AD721AF70F48}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\test_importlib\builtin\ MSI (s) (9C:9C) [21:24:24:962]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:24:978]: Executing op: FileRemove(,FileName=test_loader.py,,ComponentId={3F9E2219-67ED-4CB2-85F1-AD721AF70F48}) RemoveFiles: File: test_loader.py, Directory: C:\Python34\Lib\test\test_importlib\builtin\ MSI (s) (9C:9C) [21:24:24:993]: Verifying accessibility of file: test_loader.py MSI (s) (9C:9C) [21:24:24:993]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\) MSI (s) (9C:9C) [21:24:24:993]: Executing op: FileRemove(,FileName=nested_portion1.zip,,ComponentId={5150542E-A941-4BD2-B7F0-31187B3220A5}) RemoveFiles: File: nested_portion1.zip, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\ MSI (s) (9C:9C) [21:24:25:009]: Verifying accessibility of file: nested_portion1.zip MSI (s) (9C:9C) [21:24:25:009]: Executing op: FileRemove(,FileName=top_level_portion1.zip,,ComponentId={5150542E-A941-4BD2-B7F0-31187B3220A5}) RemoveFiles: File: top_level_portion1.zip, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\ MSI (s) (9C:9C) [21:24:25:009]: Verifying accessibility of file: top_level_portion1.zip MSI (s) (9C:9C) [21:24:25:025]: Executing op: FileRemove(,FileName=missing_directory.zip,,ComponentId={5150542E-A941-4BD2-B7F0-31187B3220A5}) RemoveFiles: File: missing_directory.zip, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\ MSI (s) (9C:9C) [21:24:25:040]: Verifying accessibility of file: missing_directory.zip MSI (s) (9C:9C) [21:24:25:040]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\) MSI (s) (9C:9C) [21:24:25:040]: Executing op: FileRemove(,FileName=a_test.py,,ComponentId={435268B0-834D-49EF-89DA-8F5CF6838CEF}) RemoveFiles: File: a_test.py, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\ MSI (s) (9C:9C) [21:24:25:056]: Verifying accessibility of file: a_test.py MSI (s) (9C:9C) [21:24:25:071]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\) MSI (s) (9C:9C) [21:24:25:071]: Executing op: FileRemove(,FileName=empty,,ComponentId={536F6DD8-75F1-49B7-BB56-D1DD78D12484}) RemoveFiles: File: empty, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\ MSI (s) (9C:9C) [21:24:25:071]: Verifying accessibility of file: empty MSI (s) (9C:9C) [21:24:25:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:25:087]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\) MSI (s) (9C:9C) [21:24:25:087]: Executing op: FileRemove(,FileName=three.py,,ComponentId={45D2E6FE-2B3C-4A4C-90DF-81ACAD97757A}) RemoveFiles: File: three.py, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\ MSI (s) (9C:9C) [21:24:25:087]: Verifying accessibility of file: three.py MSI (s) (9C:9C) [21:24:25:103]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\) MSI (s) (9C:9C) [21:24:25:103]: Executing op: FileRemove(,FileName=one.py,,ComponentId={BB2FF230-A151-45B8-BE4D-7667579278BE}) RemoveFiles: File: one.py, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\ MSI (s) (9C:9C) [21:24:25:134]: Verifying accessibility of file: one.py MSI (s) (9C:9C) [21:24:25:134]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\) MSI (s) (9C:9C) [21:24:25:150]: Executing op: FileRemove(,FileName=two.py,,ComponentId={85BC99CA-AEA2-4522-A7AA-519882E4483D}) RemoveFiles: File: two.py, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\ MSI (s) (9C:9C) [21:24:25:150]: Verifying accessibility of file: two.py MSI (s) (9C:9C) [21:24:25:150]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\) MSI (s) (9C:9C) [21:24:25:150]: Executing op: FileRemove(,FileName=two.py,,ComponentId={9173B52D-97AD-4909-9289-217C5B03EC7B}) RemoveFiles: File: two.py, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\ MSI (s) (9C:9C) [21:24:25:165]: Verifying accessibility of file: two.py MSI (s) (9C:9C) [21:24:25:165]: Executing op: FileRemove(,FileName=one.py,,ComponentId={9173B52D-97AD-4909-9289-217C5B03EC7B}) RemoveFiles: File: one.py, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\ MSI (s) (9C:9C) [21:24:25:181]: Verifying accessibility of file: one.py MSI (s) (9C:9C) [21:24:25:181]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\) MSI (s) (9C:9C) [21:24:25:181]: Executing op: FileRemove(,FileName=one.py,,ComponentId={75A053B7-488C-433B-A7EE-F06FC5493D41}) RemoveFiles: File: one.py, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\ MSI (s) (9C:9C) [21:24:25:196]: Verifying accessibility of file: one.py MSI (s) (9C:9C) [21:24:25:196]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={75A053B7-488C-433B-A7EE-F06FC5493D41}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\ MSI (s) (9C:9C) [21:24:25:212]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:25:212]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\) MSI (s) (9C:9C) [21:24:25:212]: Executing op: FileRemove(,FileName=one.py,,ComponentId={F584A0AE-3D75-4E53-B958-4D12BCC59218}) RemoveFiles: File: one.py, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\ MSI (s) (9C:9C) [21:24:25:228]: Verifying accessibility of file: one.py MSI (s) (9C:9C) [21:24:25:228]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\) MSI (s) (9C:9C) [21:24:25:228]: Executing op: FileRemove(,FileName=two.py,,ComponentId={C8AD2DEB-EF68-4F78-8C80-158B651951EC}) RemoveFiles: File: two.py, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\ MSI (s) (9C:9C) [21:24:25:243]: Verifying accessibility of file: two.py MSI (s) (9C:9C) [21:24:25:259]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\frozen\) MSI (s) (9C:9C) [21:24:25:259]: Executing op: FileRemove(,FileName=test_finder.py,,ComponentId={83878BB5-7E76-4233-9985-6A6A9027FB38}) RemoveFiles: File: test_finder.py, Directory: C:\Python34\Lib\test\test_importlib\frozen\ MSI (s) (9C:9C) [21:24:25:259]: Verifying accessibility of file: test_finder.py MSI (s) (9C:9C) [21:24:25:275]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={83878BB5-7E76-4233-9985-6A6A9027FB38}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\test_importlib\frozen\ MSI (s) (9C:9C) [21:24:25:275]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:25:290]: Executing op: FileRemove(,FileName=test_loader.py,,ComponentId={83878BB5-7E76-4233-9985-6A6A9027FB38}) RemoveFiles: File: test_loader.py, Directory: C:\Python34\Lib\test\test_importlib\frozen\ MSI (s) (9C:9C) [21:24:25:290]: Verifying accessibility of file: test_loader.py MSI (s) (9C:9C) [21:24:25:306]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\source\) MSI (s) (9C:9C) [21:24:25:306]: Executing op: FileRemove(,FileName=test_case_sensitivity.py,,ComponentId={D02E8912-54C2-43D4-8A1A-F12600217D8A}) RemoveFiles: File: test_case_sensitivity.py, Directory: C:\Python34\Lib\test\test_importlib\source\ MSI (s) (9C:9C) [21:24:25:306]: Verifying accessibility of file: test_case_sensitivity.py MSI (s) (9C:9C) [21:24:25:321]: Executing op: FileRemove(,FileName=util.py,,ComponentId={D02E8912-54C2-43D4-8A1A-F12600217D8A}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\test\test_importlib\source\ MSI (s) (9C:9C) [21:24:25:321]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:25:337]: Executing op: FileRemove(,FileName=test_path_hook.py,,ComponentId={D02E8912-54C2-43D4-8A1A-F12600217D8A}) RemoveFiles: File: test_path_hook.py, Directory: C:\Python34\Lib\test\test_importlib\source\ MSI (s) (9C:9C) [21:24:25:337]: Verifying accessibility of file: test_path_hook.py MSI (s) (9C:9C) [21:24:25:353]: Executing op: FileRemove(,FileName=test_file_loader.py,,ComponentId={D02E8912-54C2-43D4-8A1A-F12600217D8A}) RemoveFiles: File: test_file_loader.py, Directory: C:\Python34\Lib\test\test_importlib\source\ MSI (s) (9C:9C) [21:24:25:353]: Verifying accessibility of file: test_file_loader.py MSI (s) (9C:9C) [21:24:25:368]: Executing op: FileRemove(,FileName=test_source_encoding.py,,ComponentId={D02E8912-54C2-43D4-8A1A-F12600217D8A}) RemoveFiles: File: test_source_encoding.py, Directory: C:\Python34\Lib\test\test_importlib\source\ MSI (s) (9C:9C) [21:24:25:368]: Verifying accessibility of file: test_source_encoding.py MSI (s) (9C:9C) [21:24:25:368]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={D02E8912-54C2-43D4-8A1A-F12600217D8A}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\test_importlib\source\ MSI (s) (9C:9C) [21:24:25:384]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:25:384]: Executing op: FileRemove(,FileName=test_finder.py,,ComponentId={D02E8912-54C2-43D4-8A1A-F12600217D8A}) RemoveFiles: File: test_finder.py, Directory: C:\Python34\Lib\test\test_importlib\source\ MSI (s) (9C:9C) [21:24:25:400]: Verifying accessibility of file: test_finder.py MSI (s) (9C:9C) [21:24:25:400]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\extension\) MSI (s) (9C:9C) [21:24:25:400]: Executing op: FileRemove(,FileName=test_case_sensitivity.py,,ComponentId={2A996475-3ABB-417A-806F-7A4ABB975C40}) RemoveFiles: File: test_case_sensitivity.py, Directory: C:\Python34\Lib\test\test_importlib\extension\ MSI (s) (9C:9C) [21:24:25:415]: Verifying accessibility of file: test_case_sensitivity.py MSI (s) (9C:9C) [21:24:25:415]: Executing op: FileRemove(,FileName=util.py,,ComponentId={2A996475-3ABB-417A-806F-7A4ABB975C40}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\test\test_importlib\extension\ MSI (s) (9C:9C) [21:24:25:431]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:25:431]: Executing op: FileRemove(,FileName=test_path_hook.py,,ComponentId={2A996475-3ABB-417A-806F-7A4ABB975C40}) RemoveFiles: File: test_path_hook.py, Directory: C:\Python34\Lib\test\test_importlib\extension\ MSI (s) (9C:9C) [21:24:25:446]: Verifying accessibility of file: test_path_hook.py MSI (s) (9C:9C) [21:24:25:446]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={2A996475-3ABB-417A-806F-7A4ABB975C40}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\test_importlib\extension\ MSI (s) (9C:9C) [21:24:25:462]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:25:462]: Executing op: FileRemove(,FileName=test_loader.py,,ComponentId={2A996475-3ABB-417A-806F-7A4ABB975C40}) RemoveFiles: File: test_loader.py, Directory: C:\Python34\Lib\test\test_importlib\extension\ MSI (s) (9C:9C) [21:24:25:462]: Verifying accessibility of file: test_loader.py MSI (s) (9C:9C) [21:24:25:478]: Executing op: FileRemove(,FileName=test_finder.py,,ComponentId={2A996475-3ABB-417A-806F-7A4ABB975C40}) RemoveFiles: File: test_finder.py, Directory: C:\Python34\Lib\test\test_importlib\extension\ MSI (s) (9C:9C) [21:24:25:478]: Verifying accessibility of file: test_finder.py MSI (s) (9C:9C) [21:24:25:493]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\import_\) MSI (s) (9C:9C) [21:24:25:493]: Executing op: FileRemove(,FileName=test_path.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: test_path.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:493]: Verifying accessibility of file: test_path.py MSI (s) (9C:9C) [21:24:25:509]: Executing op: FileRemove(,FileName=test_packages.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: test_packages.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:525]: Verifying accessibility of file: test_packages.py MSI (s) (9C:9C) [21:24:25:525]: Executing op: FileRemove(,FileName=test_meta_path.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: test_meta_path.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:540]: Verifying accessibility of file: test_meta_path.py MSI (s) (9C:9C) [21:24:25:540]: Executing op: FileRemove(,FileName=test___loader__.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: test___loader__.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:556]: Verifying accessibility of file: test___loader__.py MSI (s) (9C:9C) [21:24:25:556]: Executing op: FileRemove(,FileName=util.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:571]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:25:571]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:587]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:25:587]: Executing op: FileRemove(,FileName=test_api.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: test_api.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:603]: Verifying accessibility of file: test_api.py MSI (s) (9C:9C) [21:24:25:618]: Executing op: FileRemove(,FileName=test_relative_imports.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: test_relative_imports.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:618]: Verifying accessibility of file: test_relative_imports.py MSI (s) (9C:9C) [21:24:25:618]: Executing op: FileRemove(,FileName=test_caching.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: test_caching.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:634]: Verifying accessibility of file: test_caching.py MSI (s) (9C:9C) [21:24:25:634]: Executing op: FileRemove(,FileName=test_fromlist.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: test_fromlist.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:650]: Verifying accessibility of file: test_fromlist.py MSI (s) (9C:9C) [21:24:25:650]: Executing op: FileRemove(,FileName=test___package__.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: test___package__.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:665]: Verifying accessibility of file: test___package__.py MSI (s) (9C:9C) [21:24:25:665]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_email\) MSI (s) (9C:9C) [21:24:25:665]: Executing op: FileRemove(,FileName=test_asian_codecs.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_asian_codecs.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:681]: Verifying accessibility of file: test_asian_codecs.py MSI (s) (9C:9C) [21:24:25:681]: Executing op: FileRemove(,FileName=test_generator.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_generator.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:696]: Verifying accessibility of file: test_generator.py MSI (s) (9C:9C) [21:24:25:696]: Executing op: FileRemove(,FileName=test_defect_handling.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_defect_handling.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:712]: Verifying accessibility of file: test_defect_handling.py MSI (s) (9C:9C) [21:24:25:712]: Executing op: FileRemove(,FileName=test_parser.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_parser.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:728]: Verifying accessibility of file: test_parser.py MSI (s) (9C:9C) [21:24:25:728]: Executing op: FileRemove(,FileName=test_inversion.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_inversion.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:743]: Verifying accessibility of file: test_inversion.py MSI (s) (9C:9C) [21:24:25:759]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:759]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:25:775]: Executing op: FileRemove(,FileName=test_policy.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_policy.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:775]: Verifying accessibility of file: test_policy.py MSI (s) (9C:9C) [21:24:25:790]: Executing op: FileRemove(,FileName=test_contentmanager.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_contentmanager.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:790]: Verifying accessibility of file: test_contentmanager.py MSI (s) (9C:9C) [21:24:25:806]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:806]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:25:821]: Executing op: FileRemove(,FileName=test_message.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_message.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:821]: Verifying accessibility of file: test_message.py MSI (s) (9C:9C) [21:24:25:837]: Executing op: FileRemove(,FileName=test_email.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_email.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:837]: Verifying accessibility of file: test_email.py MSI (s) (9C:9C) [21:24:25:853]: Executing op: FileRemove(,FileName=test__header_value_parser.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test__header_value_parser.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:853]: Verifying accessibility of file: test__header_value_parser.py MSI (s) (9C:9C) [21:24:25:868]: Executing op: FileRemove(,FileName=test_pickleable.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_pickleable.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:868]: Verifying accessibility of file: test_pickleable.py MSI (s) (9C:9C) [21:24:25:884]: Executing op: FileRemove(,FileName=torture_test.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: torture_test.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:884]: Verifying accessibility of file: torture_test.py MSI (s) (9C:9C) [21:24:25:900]: Executing op: FileRemove(,FileName=test_headerregistry.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_headerregistry.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:915]: Verifying accessibility of file: test_headerregistry.py MSI (s) (9C:9C) [21:24:25:915]: Executing op: FileRemove(,FileName=test_utils.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_utils.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:931]: Verifying accessibility of file: test_utils.py MSI (s) (9C:9C) [21:24:25:931]: Executing op: FileRemove(,FileName=test__encoded_words.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test__encoded_words.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:946]: Verifying accessibility of file: test__encoded_words.py MSI (s) (9C:9C) [21:24:25:946]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_email\data\) MSI (s) (9C:9C) [21:24:25:946]: Executing op: FileRemove(,FileName=msg_06.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_06.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:25:962]: Verifying accessibility of file: msg_06.txt MSI (s) (9C:9C) [21:24:25:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:25:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:25:978]: Executing op: FileRemove(,FileName=msg_20.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_20.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:25:978]: Verifying accessibility of file: msg_20.txt MSI (s) (9C:9C) [21:24:25:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:25:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:25:993]: Executing op: FileRemove(,FileName=PyBanner048.gif,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: PyBanner048.gif, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:009]: Verifying accessibility of file: PyBanner048.gif MSI (s) (9C:9C) [21:24:26:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:009]: Executing op: FileRemove(,FileName=msg_01.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_01.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:025]: Verifying accessibility of file: msg_01.txt MSI (s) (9C:9C) [21:24:26:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:025]: Executing op: FileRemove(,FileName=msg_32.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_32.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:040]: Verifying accessibility of file: msg_32.txt MSI (s) (9C:9C) [21:24:26:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:056]: Executing op: FileRemove(,FileName=msg_14.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_14.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:056]: Verifying accessibility of file: msg_14.txt MSI (s) (9C:9C) [21:24:26:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:071]: Executing op: FileRemove(,FileName=msg_23.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_23.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:071]: Verifying accessibility of file: msg_23.txt MSI (s) (9C:9C) [21:24:26:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:087]: Executing op: FileRemove(,FileName=msg_40.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_40.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:087]: Verifying accessibility of file: msg_40.txt MSI (s) (9C:9C) [21:24:26:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:103]: Executing op: FileRemove(,FileName=msg_42.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_42.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:118]: Verifying accessibility of file: msg_42.txt MSI (s) (9C:9C) [21:24:26:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:118]: Executing op: FileRemove(,FileName=msg_03.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_03.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:134]: Verifying accessibility of file: msg_03.txt MSI (s) (9C:9C) [21:24:26:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:150]: Executing op: FileRemove(,FileName=msg_27.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_27.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:150]: Verifying accessibility of file: msg_27.txt MSI (s) (9C:9C) [21:24:26:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:165]: Executing op: FileRemove(,FileName=msg_18.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_18.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:165]: Verifying accessibility of file: msg_18.txt MSI (s) (9C:9C) [21:24:26:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:181]: Executing op: FileRemove(,FileName=msg_17.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_17.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:181]: Verifying accessibility of file: msg_17.txt MSI (s) (9C:9C) [21:24:26:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:196]: Executing op: FileRemove(,FileName=msg_30.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_30.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:212]: Verifying accessibility of file: msg_30.txt MSI (s) (9C:9C) [21:24:26:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:228]: Executing op: FileRemove(,FileName=msg_16.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_16.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:228]: Verifying accessibility of file: msg_16.txt MSI (s) (9C:9C) [21:24:26:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:243]: Executing op: FileRemove(,FileName=msg_37.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_37.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:243]: Verifying accessibility of file: msg_37.txt MSI (s) (9C:9C) [21:24:26:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:259]: Executing op: FileRemove(,FileName=msg_21.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_21.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:259]: Verifying accessibility of file: msg_21.txt MSI (s) (9C:9C) [21:24:26:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:275]: Executing op: FileRemove(,FileName=msg_41.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_41.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:275]: Verifying accessibility of file: msg_41.txt MSI (s) (9C:9C) [21:24:26:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:290]: Executing op: FileRemove(,FileName=msg_28.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_28.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:306]: Verifying accessibility of file: msg_28.txt MSI (s) (9C:9C) [21:24:26:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:306]: Executing op: FileRemove(,FileName=msg_24.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_24.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:321]: Verifying accessibility of file: msg_24.txt MSI (s) (9C:9C) [21:24:26:321]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:321]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:337]: Executing op: FileRemove(,FileName=msg_13.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_13.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:337]: Verifying accessibility of file: msg_13.txt MSI (s) (9C:9C) [21:24:26:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:353]: Executing op: FileRemove(,FileName=msg_46.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_46.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:353]: Verifying accessibility of file: msg_46.txt MSI (s) (9C:9C) [21:24:26:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:368]: Executing op: FileRemove(,FileName=msg_22.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_22.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:368]: Verifying accessibility of file: msg_22.txt MSI (s) (9C:9C) [21:24:26:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:384]: Executing op: FileRemove(,FileName=msg_31.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_31.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:400]: Verifying accessibility of file: msg_31.txt MSI (s) (9C:9C) [21:24:26:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:400]: Executing op: FileRemove(,FileName=msg_11.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_11.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:415]: Verifying accessibility of file: msg_11.txt MSI (s) (9C:9C) [21:24:26:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:415]: Executing op: FileRemove(,FileName=msg_35.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_35.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:431]: Verifying accessibility of file: msg_35.txt MSI (s) (9C:9C) [21:24:26:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:431]: Executing op: FileRemove(,FileName=msg_33.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_33.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:446]: Verifying accessibility of file: msg_33.txt MSI (s) (9C:9C) [21:24:26:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:462]: Executing op: FileRemove(,FileName=msg_34.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_34.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:462]: Verifying accessibility of file: msg_34.txt MSI (s) (9C:9C) [21:24:26:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:462]: Executing op: FileRemove(,FileName=msg_07.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_07.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:478]: Verifying accessibility of file: msg_07.txt MSI (s) (9C:9C) [21:24:26:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:478]: Executing op: FileRemove(,FileName=msg_08.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_08.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:493]: Verifying accessibility of file: msg_08.txt MSI (s) (9C:9C) [21:24:26:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:493]: Executing op: FileRemove(,FileName=msg_09.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_09.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:509]: Verifying accessibility of file: msg_09.txt MSI (s) (9C:9C) [21:24:26:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:525]: Executing op: FileRemove(,FileName=msg_29.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_29.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:525]: Verifying accessibility of file: msg_29.txt MSI (s) (9C:9C) [21:24:26:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:540]: Executing op: FileRemove(,FileName=msg_44.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_44.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:540]: Verifying accessibility of file: msg_44.txt MSI (s) (9C:9C) [21:24:26:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:556]: Executing op: FileRemove(,FileName=msg_12.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_12.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:556]: Verifying accessibility of file: msg_12.txt MSI (s) (9C:9C) [21:24:26:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:571]: Executing op: FileRemove(,FileName=msg_19.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_19.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:571]: Verifying accessibility of file: msg_19.txt MSI (s) (9C:9C) [21:24:26:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:587]: Executing op: FileRemove(,FileName=msg_36.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_36.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:587]: Verifying accessibility of file: msg_36.txt MSI (s) (9C:9C) [21:24:26:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:603]: Executing op: FileRemove(,FileName=msg_45.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_45.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:603]: Verifying accessibility of file: msg_45.txt MSI (s) (9C:9C) [21:24:26:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:618]: Executing op: FileRemove(,FileName=msg_15.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_15.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:618]: Verifying accessibility of file: msg_15.txt MSI (s) (9C:9C) [21:24:26:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:634]: Executing op: FileRemove(,FileName=msg_43.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_43.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:634]: Verifying accessibility of file: msg_43.txt MSI (s) (9C:9C) [21:24:26:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:650]: Executing op: FileRemove(,FileName=msg_05.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_05.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:650]: Verifying accessibility of file: msg_05.txt MSI (s) (9C:9C) [21:24:26:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:665]: Executing op: FileRemove(,FileName=msg_39.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_39.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:665]: Verifying accessibility of file: msg_39.txt MSI (s) (9C:9C) [21:24:26:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:681]: Executing op: FileRemove(,FileName=msg_02.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_02.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:681]: Verifying accessibility of file: msg_02.txt MSI (s) (9C:9C) [21:24:26:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:696]: Executing op: FileRemove(,FileName=msg_10.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_10.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:712]: Verifying accessibility of file: msg_10.txt MSI (s) (9C:9C) [21:24:26:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:712]: Executing op: FileRemove(,FileName=audiotest.au,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: audiotest.au, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:728]: Verifying accessibility of file: audiotest.au MSI (s) (9C:9C) [21:24:26:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:728]: Executing op: FileRemove(,FileName=msg_25.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_25.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:743]: Verifying accessibility of file: msg_25.txt MSI (s) (9C:9C) [21:24:26:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:759]: Executing op: FileRemove(,FileName=msg_12a.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_12a.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:759]: Verifying accessibility of file: msg_12a.txt MSI (s) (9C:9C) [21:24:26:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:775]: Executing op: FileRemove(,FileName=msg_04.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_04.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:775]: Verifying accessibility of file: msg_04.txt MSI (s) (9C:9C) [21:24:26:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:790]: Executing op: FileRemove(,FileName=msg_26.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_26.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:790]: Verifying accessibility of file: msg_26.txt MSI (s) (9C:9C) [21:24:26:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:806]: Executing op: FileRemove(,FileName=msg_38.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_38.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:821]: Verifying accessibility of file: msg_38.txt MSI (s) (9C:9C) [21:24:26:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:821]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\turtledemo\) MSI (s) (9C:9C) [21:24:26:821]: Executing op: FileRemove(,FileName=clock.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: clock.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:837]: Verifying accessibility of file: clock.py MSI (s) (9C:9C) [21:24:26:837]: Executing op: FileRemove(,FileName=two_canvases.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: two_canvases.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:853]: Verifying accessibility of file: two_canvases.py MSI (s) (9C:9C) [21:24:26:853]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:868]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:26:868]: Executing op: FileRemove(,FileName=colormixer.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: colormixer.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:884]: Verifying accessibility of file: colormixer.py MSI (s) (9C:9C) [21:24:26:884]: Executing op: FileRemove(,FileName=about_turtledemo.txt,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: about_turtledemo.txt, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:900]: Verifying accessibility of file: about_turtledemo.txt MSI (s) (9C:9C) [21:24:26:900]: Executing op: FileRemove(,FileName=peace.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: peace.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:915]: Verifying accessibility of file: peace.py MSI (s) (9C:9C) [21:24:26:915]: Executing op: FileRemove(,FileName=chaos.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: chaos.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:931]: Verifying accessibility of file: chaos.py MSI (s) (9C:9C) [21:24:26:931]: Executing op: FileRemove(,FileName=yinyang.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: yinyang.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:946]: Verifying accessibility of file: yinyang.py MSI (s) (9C:9C) [21:24:26:962]: Executing op: FileRemove(,FileName=wikipedia.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: wikipedia.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:962]: Verifying accessibility of file: wikipedia.py MSI (s) (9C:9C) [21:24:26:978]: Executing op: FileRemove(,FileName=bytedesign.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: bytedesign.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:978]: Verifying accessibility of file: bytedesign.py MSI (s) (9C:9C) [21:24:26:993]: Executing op: FileRemove(,FileName=paint.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: paint.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:993]: Verifying accessibility of file: paint.py MSI (s) (9C:9C) [21:24:27:009]: Executing op: FileRemove(,FileName=turtle.cfg,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: turtle.cfg, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:009]: Verifying accessibility of file: turtle.cfg MSI (s) (9C:9C) [21:24:27:025]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:025]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:27:046]: Executing op: FileRemove(,FileName=demohelp.txt,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: demohelp.txt, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:053]: Verifying accessibility of file: demohelp.txt MSI (s) (9C:9C) [21:24:27:053]: Executing op: FileRemove(,FileName=planet_and_moon.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: planet_and_moon.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:053]: Verifying accessibility of file: planet_and_moon.py MSI (s) (9C:9C) [21:24:27:069]: Executing op: FileRemove(,FileName=forest.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: forest.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:069]: Verifying accessibility of file: forest.py MSI (s) (9C:9C) [21:24:27:085]: Executing op: FileRemove(,FileName=minimal_hanoi.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: minimal_hanoi.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:085]: Verifying accessibility of file: minimal_hanoi.py MSI (s) (9C:9C) [21:24:27:100]: Executing op: FileRemove(,FileName=lindenmayer.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: lindenmayer.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:100]: Verifying accessibility of file: lindenmayer.py MSI (s) (9C:9C) [21:24:27:100]: Executing op: FileRemove(,FileName=round_dance.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: round_dance.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:116]: Verifying accessibility of file: round_dance.py MSI (s) (9C:9C) [21:24:27:116]: Executing op: FileRemove(,FileName=fractalcurves.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: fractalcurves.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:132]: Verifying accessibility of file: fractalcurves.py MSI (s) (9C:9C) [21:24:27:132]: Executing op: FileRemove(,FileName=tree.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: tree.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:132]: Verifying accessibility of file: tree.py MSI (s) (9C:9C) [21:24:27:147]: Executing op: FileRemove(,FileName=about_turtle.txt,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: about_turtle.txt, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:147]: Verifying accessibility of file: about_turtle.txt MSI (s) (9C:9C) [21:24:27:163]: Executing op: FileRemove(,FileName=nim.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: nim.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:163]: Verifying accessibility of file: nim.py MSI (s) (9C:9C) [21:24:27:178]: Executing op: FileRemove(,FileName=penrose.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: penrose.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:178]: Verifying accessibility of file: penrose.py MSI (s) (9C:9C) [21:24:27:178]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\) MSI (s) (9C:9C) [21:24:27:178]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={0E705172-82F6-4882-92D4-ACFE820653EC}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\xml\ MSI (s) (9C:9C) [21:24:27:194]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:27:194]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\dom\) MSI (s) (9C:9C) [21:24:27:194]: Executing op: FileRemove(,FileName=domreg.py,,ComponentId={33C73223-087A-4CDD-8F9D-B6620079BE79}) RemoveFiles: File: domreg.py, Directory: C:\Python34\Lib\xml\dom\ MSI (s) (9C:9C) [21:24:27:210]: Verifying accessibility of file: domreg.py MSI (s) (9C:9C) [21:24:27:210]: Executing op: FileRemove(,FileName=pulldom.py,,ComponentId={33C73223-087A-4CDD-8F9D-B6620079BE79}) RemoveFiles: File: pulldom.py, Directory: C:\Python34\Lib\xml\dom\ MSI (s) (9C:9C) [21:24:27:225]: Verifying accessibility of file: pulldom.py MSI (s) (9C:9C) [21:24:27:225]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={33C73223-087A-4CDD-8F9D-B6620079BE79}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\xml\dom\ MSI (s) (9C:9C) [21:24:27:225]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:27:241]: Executing op: FileRemove(,FileName=minidom.py,,ComponentId={33C73223-087A-4CDD-8F9D-B6620079BE79}) RemoveFiles: File: minidom.py, Directory: C:\Python34\Lib\xml\dom\ MSI (s) (9C:9C) [21:24:27:241]: Verifying accessibility of file: minidom.py MSI (s) (9C:9C) [21:24:27:257]: Executing op: FileRemove(,FileName=NodeFilter.py,,ComponentId={33C73223-087A-4CDD-8F9D-B6620079BE79}) RemoveFiles: File: NodeFilter.py, Directory: C:\Python34\Lib\xml\dom\ MSI (s) (9C:9C) [21:24:27:257]: Verifying accessibility of file: NodeFilter.py MSI (s) (9C:9C) [21:24:27:272]: Executing op: FileRemove(,FileName=expatbuilder.py,,ComponentId={33C73223-087A-4CDD-8F9D-B6620079BE79}) RemoveFiles: File: expatbuilder.py, Directory: C:\Python34\Lib\xml\dom\ MSI (s) (9C:9C) [21:24:27:272]: Verifying accessibility of file: expatbuilder.py MSI (s) (9C:9C) [21:24:27:272]: Executing op: FileRemove(,FileName=xmlbuilder.py,,ComponentId={33C73223-087A-4CDD-8F9D-B6620079BE79}) RemoveFiles: File: xmlbuilder.py, Directory: C:\Python34\Lib\xml\dom\ MSI (s) (9C:9C) [21:24:27:288]: Verifying accessibility of file: xmlbuilder.py MSI (s) (9C:9C) [21:24:27:288]: Executing op: FileRemove(,FileName=minicompat.py,,ComponentId={33C73223-087A-4CDD-8F9D-B6620079BE79}) RemoveFiles: File: minicompat.py, Directory: C:\Python34\Lib\xml\dom\ MSI (s) (9C:9C) [21:24:27:304]: Verifying accessibility of file: minicompat.py MSI (s) (9C:9C) [21:24:27:304]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\etree\) MSI (s) (9C:9C) [21:24:27:304]: Executing op: FileRemove(,FileName=ElementTree.py,,ComponentId={55016FC7-C3FF-4342-911C-9063A58BF2F8}) RemoveFiles: File: ElementTree.py, Directory: C:\Python34\Lib\xml\etree\ MSI (s) (9C:9C) [21:24:27:319]: Verifying accessibility of file: ElementTree.py MSI (s) (9C:9C) [21:24:27:319]: Executing op: FileRemove(,FileName=ElementInclude.py,,ComponentId={55016FC7-C3FF-4342-911C-9063A58BF2F8}) RemoveFiles: File: ElementInclude.py, Directory: C:\Python34\Lib\xml\etree\ MSI (s) (9C:9C) [21:24:27:319]: Verifying accessibility of file: ElementInclude.py MSI (s) (9C:9C) [21:24:27:335]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={55016FC7-C3FF-4342-911C-9063A58BF2F8}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\xml\etree\ MSI (s) (9C:9C) [21:24:27:335]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:27:350]: Executing op: FileRemove(,FileName=ElementPath.py,,ComponentId={55016FC7-C3FF-4342-911C-9063A58BF2F8}) RemoveFiles: File: ElementPath.py, Directory: C:\Python34\Lib\xml\etree\ MSI (s) (9C:9C) [21:24:27:350]: Verifying accessibility of file: ElementPath.py MSI (s) (9C:9C) [21:24:27:350]: Executing op: FileRemove(,FileName=cElementTree.py,,ComponentId={55016FC7-C3FF-4342-911C-9063A58BF2F8}) RemoveFiles: File: cElementTree.py, Directory: C:\Python34\Lib\xml\etree\ MSI (s) (9C:9C) [21:24:27:366]: Verifying accessibility of file: cElementTree.py MSI (s) (9C:9C) [21:24:27:366]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\parsers\) MSI (s) (9C:9C) [21:24:27:366]: Executing op: FileRemove(,FileName=expat.py,,ComponentId={1A4C97FA-C3BF-4667-8B80-475B0130C962}) RemoveFiles: File: expat.py, Directory: C:\Python34\Lib\xml\parsers\ MSI (s) (9C:9C) [21:24:27:382]: Verifying accessibility of file: expat.py MSI (s) (9C:9C) [21:24:27:382]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={1A4C97FA-C3BF-4667-8B80-475B0130C962}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\xml\parsers\ MSI (s) (9C:9C) [21:24:27:382]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:27:397]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\sax\) MSI (s) (9C:9C) [21:24:27:397]: Executing op: FileRemove(,FileName=handler.py,,ComponentId={E19D2356-6427-4BCD-BAD3-E20E3D20DD61}) RemoveFiles: File: handler.py, Directory: C:\Python34\Lib\xml\sax\ MSI (s) (9C:9C) [21:24:27:397]: Verifying accessibility of file: handler.py MSI (s) (9C:9C) [21:24:27:413]: Executing op: FileRemove(,FileName=saxutils.py,,ComponentId={E19D2356-6427-4BCD-BAD3-E20E3D20DD61}) RemoveFiles: File: saxutils.py, Directory: C:\Python34\Lib\xml\sax\ MSI (s) (9C:9C) [21:24:27:413]: Verifying accessibility of file: saxutils.py MSI (s) (9C:9C) [21:24:27:429]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={E19D2356-6427-4BCD-BAD3-E20E3D20DD61}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\xml\sax\ MSI (s) (9C:9C) [21:24:27:429]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:27:429]: Executing op: FileRemove(,FileName=expatreader.py,,ComponentId={E19D2356-6427-4BCD-BAD3-E20E3D20DD61}) RemoveFiles: File: expatreader.py, Directory: C:\Python34\Lib\xml\sax\ MSI (s) (9C:9C) [21:24:27:444]: Verifying accessibility of file: expatreader.py MSI (s) (9C:9C) [21:24:27:444]: Executing op: FileRemove(,FileName=_exceptions.py,,ComponentId={E19D2356-6427-4BCD-BAD3-E20E3D20DD61}) RemoveFiles: File: _exceptions.py, Directory: C:\Python34\Lib\xml\sax\ MSI (s) (9C:9C) [21:24:27:460]: Verifying accessibility of file: _exceptions.py MSI (s) (9C:9C) [21:24:27:460]: Executing op: FileRemove(,FileName=xmlreader.py,,ComponentId={E19D2356-6427-4BCD-BAD3-E20E3D20DD61}) RemoveFiles: File: xmlreader.py, Directory: C:\Python34\Lib\xml\sax\ MSI (s) (9C:9C) [21:24:27:475]: Verifying accessibility of file: xmlreader.py MSI (s) (9C:9C) [21:24:27:475]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\email\) MSI (s) (9C:9C) [21:24:27:475]: Executing op: FileRemove(,FileName=policy.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: policy.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:475]: Verifying accessibility of file: policy.py MSI (s) (9C:9C) [21:24:27:491]: Executing op: FileRemove(,FileName=_policybase.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: _policybase.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:491]: Verifying accessibility of file: _policybase.py MSI (s) (9C:9C) [21:24:27:507]: Executing op: FileRemove(,FileName=base64mime.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: base64mime.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:507]: Verifying accessibility of file: base64mime.py MSI (s) (9C:9C) [21:24:27:507]: Executing op: FileRemove(,FileName=errors.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: errors.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:522]: Verifying accessibility of file: errors.py MSI (s) (9C:9C) [21:24:27:522]: Executing op: FileRemove(,FileName=contentmanager.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: contentmanager.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:538]: Verifying accessibility of file: contentmanager.py MSI (s) (9C:9C) [21:24:27:538]: Executing op: FileRemove(,FileName=_header_value_parser.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: _header_value_parser.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:554]: Verifying accessibility of file: _header_value_parser.py MSI (s) (9C:9C) [21:24:27:554]: Executing op: FileRemove(,FileName=encoders.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: encoders.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:569]: Verifying accessibility of file: encoders.py MSI (s) (9C:9C) [21:24:27:569]: Executing op: FileRemove(,FileName=feedparser.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: feedparser.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:585]: Verifying accessibility of file: feedparser.py MSI (s) (9C:9C) [21:24:27:585]: Executing op: FileRemove(,FileName=header.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: header.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:585]: Verifying accessibility of file: header.py MSI (s) (9C:9C) [21:24:27:600]: Executing op: FileRemove(,FileName=_parseaddr.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: _parseaddr.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:600]: Verifying accessibility of file: _parseaddr.py MSI (s) (9C:9C) [21:24:27:616]: Executing op: FileRemove(,FileName=charset.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: charset.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:616]: Verifying accessibility of file: charset.py MSI (s) (9C:9C) [21:24:27:632]: Executing op: FileRemove(,FileName=utils.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: utils.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:632]: Verifying accessibility of file: utils.py MSI (s) (9C:9C) [21:24:27:647]: Executing op: FileRemove(,FileName=architecture.rst,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: architecture.rst, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:647]: Verifying accessibility of file: architecture.rst MSI (s) (9C:9C) [21:24:27:663]: Executing op: FileRemove(,FileName=message.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: message.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:663]: Verifying accessibility of file: message.py MSI (s) (9C:9C) [21:24:27:679]: Executing op: FileRemove(,FileName=headerregistry.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: headerregistry.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:679]: Verifying accessibility of file: headerregistry.py MSI (s) (9C:9C) [21:24:27:679]: Executing op: FileRemove(,FileName=iterators.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: iterators.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:694]: Verifying accessibility of file: iterators.py MSI (s) (9C:9C) [21:24:27:694]: Executing op: FileRemove(,FileName=_encoded_words.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: _encoded_words.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:710]: Verifying accessibility of file: _encoded_words.py MSI (s) (9C:9C) [21:24:27:710]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:710]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:27:725]: Executing op: FileRemove(,FileName=parser.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: parser.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:725]: Verifying accessibility of file: parser.py MSI (s) (9C:9C) [21:24:27:741]: Executing op: FileRemove(,FileName=quoprimime.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: quoprimime.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:741]: Verifying accessibility of file: quoprimime.py MSI (s) (9C:9C) [21:24:27:741]: Executing op: FileRemove(,FileName=generator.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: generator.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:757]: Verifying accessibility of file: generator.py MSI (s) (9C:9C) [21:24:27:757]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\email\mime\) MSI (s) (9C:9C) [21:24:27:757]: Executing op: FileRemove(,FileName=nonmultipart.py,,ComponentId={B9283B76-908A-484F-A683-277587A1004C}) RemoveFiles: File: nonmultipart.py, Directory: C:\Python34\Lib\email\mime\ MSI (s) (9C:9C) [21:24:27:772]: Verifying accessibility of file: nonmultipart.py MSI (s) (9C:9C) [21:24:27:772]: Executing op: FileRemove(,FileName=message.py,,ComponentId={B9283B76-908A-484F-A683-277587A1004C}) RemoveFiles: File: message.py, Directory: C:\Python34\Lib\email\mime\ MSI (s) (9C:9C) [21:24:27:788]: Verifying accessibility of file: message.py MSI (s) (9C:9C) [21:24:27:788]: Executing op: FileRemove(,FileName=application.py,,ComponentId={B9283B76-908A-484F-A683-277587A1004C}) RemoveFiles: File: application.py, Directory: C:\Python34\Lib\email\mime\ MSI (s) (9C:9C) [21:24:27:788]: Verifying accessibility of file: application.py MSI (s) (9C:9C) [21:24:28:054]: Executing op: FileRemove(,FileName=base.py,,ComponentId={B9283B76-908A-484F-A683-277587A1004C}) RemoveFiles: File: base.py, Directory: C:\Python34\Lib\email\mime\ MSI (s) (9C:9C) [21:24:28:069]: Verifying accessibility of file: base.py MSI (s) (9C:9C) [21:24:28:069]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={B9283B76-908A-484F-A683-277587A1004C}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\email\mime\ MSI (s) (9C:9C) [21:24:28:085]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:28:085]: Executing op: FileRemove(,FileName=multipart.py,,ComponentId={B9283B76-908A-484F-A683-277587A1004C}) RemoveFiles: File: multipart.py, Directory: C:\Python34\Lib\email\mime\ MSI (s) (9C:9C) [21:24:28:100]: Verifying accessibility of file: multipart.py MSI (s) (9C:9C) [21:24:28:100]: Executing op: FileRemove(,FileName=audio.py,,ComponentId={B9283B76-908A-484F-A683-277587A1004C}) RemoveFiles: File: audio.py, Directory: C:\Python34\Lib\email\mime\ MSI (s) (9C:9C) [21:24:28:100]: Verifying accessibility of file: audio.py MSI (s) (9C:9C) [21:24:28:116]: Executing op: FileRemove(,FileName=image.py,,ComponentId={B9283B76-908A-484F-A683-277587A1004C}) RemoveFiles: File: image.py, Directory: C:\Python34\Lib\email\mime\ MSI (s) (9C:9C) [21:24:28:116]: Verifying accessibility of file: image.py MSI (s) (9C:9C) [21:24:28:132]: Executing op: FileRemove(,FileName=text.py,,ComponentId={B9283B76-908A-484F-A683-277587A1004C}) RemoveFiles: File: text.py, Directory: C:\Python34\Lib\email\mime\ MSI (s) (9C:9C) [21:24:28:132]: Verifying accessibility of file: text.py MSI (s) (9C:9C) [21:24:28:147]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\urllib\) MSI (s) (9C:9C) [21:24:28:147]: Executing op: FileRemove(,FileName=request.py,,ComponentId={FF89A477-CA42-4275-9B0F-A1A5FE2B06A3}) RemoveFiles: File: request.py, Directory: C:\Python34\Lib\urllib\ MSI (s) (9C:9C) [21:24:28:147]: Verifying accessibility of file: request.py MSI (s) (9C:9C) [21:24:28:163]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={FF89A477-CA42-4275-9B0F-A1A5FE2B06A3}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\urllib\ MSI (s) (9C:9C) [21:24:28:163]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:28:163]: Executing op: FileRemove(,FileName=parse.py,,ComponentId={FF89A477-CA42-4275-9B0F-A1A5FE2B06A3}) RemoveFiles: File: parse.py, Directory: C:\Python34\Lib\urllib\ MSI (s) (9C:9C) [21:24:28:179]: Verifying accessibility of file: parse.py MSI (s) (9C:9C) [21:24:28:179]: Executing op: FileRemove(,FileName=error.py,,ComponentId={FF89A477-CA42-4275-9B0F-A1A5FE2B06A3}) RemoveFiles: File: error.py, Directory: C:\Python34\Lib\urllib\ MSI (s) (9C:9C) [21:24:28:194]: Verifying accessibility of file: error.py MSI (s) (9C:9C) [21:24:28:194]: Executing op: FileRemove(,FileName=response.py,,ComponentId={FF89A477-CA42-4275-9B0F-A1A5FE2B06A3}) RemoveFiles: File: response.py, Directory: C:\Python34\Lib\urllib\ MSI (s) (9C:9C) [21:24:28:194]: Verifying accessibility of file: response.py MSI (s) (9C:9C) [21:24:28:210]: Executing op: FileRemove(,FileName=robotparser.py,,ComponentId={FF89A477-CA42-4275-9B0F-A1A5FE2B06A3}) RemoveFiles: File: robotparser.py, Directory: C:\Python34\Lib\urllib\ MSI (s) (9C:9C) [21:24:28:210]: Verifying accessibility of file: robotparser.py MSI (s) (9C:9C) [21:24:28:225]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\encodings\) MSI (s) (9C:9C) [21:24:28:225]: Executing op: FileRemove(,FileName=cp860.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp860.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:225]: Verifying accessibility of file: cp860.py MSI (s) (9C:9C) [21:24:28:225]: Executing op: FileRemove(,FileName=cp424.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp424.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:241]: Verifying accessibility of file: cp424.py MSI (s) (9C:9C) [21:24:28:241]: Executing op: FileRemove(,FileName=iso8859_7.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_7.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:257]: Verifying accessibility of file: iso8859_7.py MSI (s) (9C:9C) [21:24:28:257]: Executing op: FileRemove(,FileName=iso2022_kr.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso2022_kr.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:257]: Verifying accessibility of file: iso2022_kr.py MSI (s) (9C:9C) [21:24:28:272]: Executing op: FileRemove(,FileName=iso8859_8.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_8.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:272]: Verifying accessibility of file: iso8859_8.py MSI (s) (9C:9C) [21:24:28:288]: Executing op: FileRemove(,FileName=cp1125.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1125.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:288]: Verifying accessibility of file: cp1125.py MSI (s) (9C:9C) [21:24:28:288]: Executing op: FileRemove(,FileName=idna.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: idna.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:304]: Verifying accessibility of file: idna.py MSI (s) (9C:9C) [21:24:28:319]: Executing op: FileRemove(,FileName=rot_13.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: rot_13.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:319]: Verifying accessibility of file: rot_13.py MSI (s) (9C:9C) [21:24:28:335]: Executing op: FileRemove(,FileName=cp037.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp037.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:335]: Verifying accessibility of file: cp037.py MSI (s) (9C:9C) [21:24:28:350]: Executing op: FileRemove(,FileName=cp500.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp500.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:350]: Verifying accessibility of file: cp500.py MSI (s) (9C:9C) [21:24:28:366]: Executing op: FileRemove(,FileName=cp1140.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1140.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:366]: Verifying accessibility of file: cp1140.py MSI (s) (9C:9C) [21:24:28:382]: Executing op: FileRemove(,FileName=mac_roman.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_roman.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:382]: Verifying accessibility of file: mac_roman.py MSI (s) (9C:9C) [21:24:28:397]: Executing op: FileRemove(,FileName=cp950.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp950.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:397]: Verifying accessibility of file: cp950.py MSI (s) (9C:9C) [21:24:28:413]: Executing op: FileRemove(,FileName=mac_iceland.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_iceland.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:413]: Verifying accessibility of file: mac_iceland.py MSI (s) (9C:9C) [21:24:28:429]: Executing op: FileRemove(,FileName=cp65001.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp65001.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:429]: Verifying accessibility of file: cp65001.py MSI (s) (9C:9C) [21:24:28:444]: Executing op: FileRemove(,FileName=cp856.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp856.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:444]: Verifying accessibility of file: cp856.py MSI (s) (9C:9C) [21:24:28:460]: Executing op: FileRemove(,FileName=charmap.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: charmap.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:460]: Verifying accessibility of file: charmap.py MSI (s) (9C:9C) [21:24:28:475]: Executing op: FileRemove(,FileName=quopri_codec.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: quopri_codec.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:475]: Verifying accessibility of file: quopri_codec.py MSI (s) (9C:9C) [21:24:28:491]: Executing op: FileRemove(,FileName=punycode.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: punycode.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:491]: Verifying accessibility of file: punycode.py MSI (s) (9C:9C) [21:24:28:491]: Executing op: FileRemove(,FileName=cp864.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp864.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:507]: Verifying accessibility of file: cp864.py MSI (s) (9C:9C) [21:24:28:522]: Executing op: FileRemove(,FileName=cp1253.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1253.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:522]: Verifying accessibility of file: cp1253.py MSI (s) (9C:9C) [21:24:28:538]: Executing op: FileRemove(,FileName=euc_kr.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: euc_kr.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:538]: Verifying accessibility of file: euc_kr.py MSI (s) (9C:9C) [21:24:28:538]: Executing op: FileRemove(,FileName=mac_greek.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_greek.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:554]: Verifying accessibility of file: mac_greek.py MSI (s) (9C:9C) [21:24:28:554]: Executing op: FileRemove(,FileName=iso8859_1.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_1.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:569]: Verifying accessibility of file: iso8859_1.py MSI (s) (9C:9C) [21:24:28:569]: Executing op: FileRemove(,FileName=cp932.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp932.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:569]: Verifying accessibility of file: cp932.py MSI (s) (9C:9C) [21:24:28:585]: Executing op: FileRemove(,FileName=cp862.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp862.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:585]: Verifying accessibility of file: cp862.py MSI (s) (9C:9C) [21:24:28:600]: Executing op: FileRemove(,FileName=iso8859_4.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_4.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:600]: Verifying accessibility of file: iso8859_4.py MSI (s) (9C:9C) [21:24:28:616]: Executing op: FileRemove(,FileName=mbcs.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mbcs.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:616]: Verifying accessibility of file: mbcs.py MSI (s) (9C:9C) [21:24:28:616]: Executing op: FileRemove(,FileName=mac_croatian.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_croatian.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:632]: Verifying accessibility of file: mac_croatian.py MSI (s) (9C:9C) [21:24:28:632]: Executing op: FileRemove(,FileName=shift_jis.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: shift_jis.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:647]: Verifying accessibility of file: shift_jis.py MSI (s) (9C:9C) [21:24:28:647]: Executing op: FileRemove(,FileName=iso8859_5.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_5.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:647]: Verifying accessibility of file: iso8859_5.py MSI (s) (9C:9C) [21:24:28:663]: Executing op: FileRemove(,FileName=utf_8.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: utf_8.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:663]: Verifying accessibility of file: utf_8.py MSI (s) (9C:9C) [21:24:28:679]: Executing op: FileRemove(,FileName=shift_jisx0213.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: shift_jisx0213.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:679]: Verifying accessibility of file: shift_jisx0213.py MSI (s) (9C:9C) [21:24:28:679]: Executing op: FileRemove(,FileName=cp1258.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1258.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:694]: Verifying accessibility of file: cp1258.py MSI (s) (9C:9C) [21:24:28:694]: Executing op: FileRemove(,FileName=cp1252.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1252.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:710]: Verifying accessibility of file: cp1252.py MSI (s) (9C:9C) [21:24:28:710]: Executing op: FileRemove(,FileName=big5.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: big5.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:710]: Verifying accessibility of file: big5.py MSI (s) (9C:9C) [21:24:28:725]: Executing op: FileRemove(,FileName=cp949.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp949.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:725]: Verifying accessibility of file: cp949.py MSI (s) (9C:9C) [21:24:28:741]: Executing op: FileRemove(,FileName=cp775.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp775.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:741]: Verifying accessibility of file: cp775.py MSI (s) (9C:9C) [21:24:28:757]: Executing op: FileRemove(,FileName=bz2_codec.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: bz2_codec.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:757]: Verifying accessibility of file: bz2_codec.py MSI (s) (9C:9C) [21:24:28:772]: Executing op: FileRemove(,FileName=cp857.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp857.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:772]: Verifying accessibility of file: cp857.py MSI (s) (9C:9C) [21:24:28:772]: Executing op: FileRemove(,FileName=utf_32_le.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: utf_32_le.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:788]: Verifying accessibility of file: utf_32_le.py MSI (s) (9C:9C) [21:24:28:788]: Executing op: FileRemove(,FileName=utf_16.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: utf_16.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:788]: Verifying accessibility of file: utf_16.py MSI (s) (9C:9C) [21:24:28:804]: Executing op: FileRemove(,FileName=utf_32_be.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: utf_32_be.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:804]: Verifying accessibility of file: utf_32_be.py MSI (s) (9C:9C) [21:24:28:819]: Executing op: FileRemove(,FileName=iso2022_jp_3.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso2022_jp_3.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:819]: Verifying accessibility of file: iso2022_jp_3.py MSI (s) (9C:9C) [21:24:28:835]: Executing op: FileRemove(,FileName=cp437.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp437.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:835]: Verifying accessibility of file: cp437.py MSI (s) (9C:9C) [21:24:28:835]: Executing op: FileRemove(,FileName=mac_farsi.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_farsi.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:850]: Verifying accessibility of file: mac_farsi.py MSI (s) (9C:9C) [21:24:28:850]: Executing op: FileRemove(,FileName=aliases.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: aliases.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:866]: Verifying accessibility of file: aliases.py MSI (s) (9C:9C) [21:24:28:866]: Executing op: FileRemove(,FileName=cp866.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp866.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:866]: Verifying accessibility of file: cp866.py MSI (s) (9C:9C) [21:24:28:882]: Executing op: FileRemove(,FileName=utf_7.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: utf_7.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:882]: Verifying accessibility of file: utf_7.py MSI (s) (9C:9C) [21:24:28:897]: Executing op: FileRemove(,FileName=utf_16_be.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: utf_16_be.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:897]: Verifying accessibility of file: utf_16_be.py MSI (s) (9C:9C) [21:24:28:913]: Executing op: FileRemove(,FileName=mac_romanian.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_romanian.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:913]: Verifying accessibility of file: mac_romanian.py MSI (s) (9C:9C) [21:24:28:929]: Executing op: FileRemove(,FileName=koi8_r.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: koi8_r.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:929]: Verifying accessibility of file: koi8_r.py MSI (s) (9C:9C) [21:24:28:929]: Executing op: FileRemove(,FileName=euc_jis_2004.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: euc_jis_2004.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:944]: Verifying accessibility of file: euc_jis_2004.py MSI (s) (9C:9C) [21:24:28:944]: Executing op: FileRemove(,FileName=iso2022_jp_ext.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso2022_jp_ext.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:960]: Verifying accessibility of file: iso2022_jp_ext.py MSI (s) (9C:9C) [21:24:28:960]: Executing op: FileRemove(,FileName=utf_16_le.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: utf_16_le.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:975]: Verifying accessibility of file: utf_16_le.py MSI (s) (9C:9C) [21:24:28:975]: Executing op: FileRemove(,FileName=palmos.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: palmos.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:991]: Verifying accessibility of file: palmos.py MSI (s) (9C:9C) [21:24:28:991]: Executing op: FileRemove(,FileName=koi8_u.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: koi8_u.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:007]: Verifying accessibility of file: koi8_u.py MSI (s) (9C:9C) [21:24:29:022]: Executing op: FileRemove(,FileName=iso2022_jp_1.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso2022_jp_1.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:022]: Verifying accessibility of file: iso2022_jp_1.py MSI (s) (9C:9C) [21:24:29:038]: Executing op: FileRemove(,FileName=cp1254.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1254.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:038]: Verifying accessibility of file: cp1254.py MSI (s) (9C:9C) [21:24:29:054]: Executing op: FileRemove(,FileName=gbk.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: gbk.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:054]: Verifying accessibility of file: gbk.py MSI (s) (9C:9C) [21:24:29:069]: Executing op: FileRemove(,FileName=cp1250.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1250.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:069]: Verifying accessibility of file: cp1250.py MSI (s) (9C:9C) [21:24:29:069]: Executing op: FileRemove(,FileName=mac_centeuro.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_centeuro.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:085]: Verifying accessibility of file: mac_centeuro.py MSI (s) (9C:9C) [21:24:29:085]: Executing op: FileRemove(,FileName=iso8859_15.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_15.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:100]: Verifying accessibility of file: iso8859_15.py MSI (s) (9C:9C) [21:24:29:100]: Executing op: FileRemove(,FileName=ptcp154.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: ptcp154.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:100]: Verifying accessibility of file: ptcp154.py MSI (s) (9C:9C) [21:24:29:116]: Executing op: FileRemove(,FileName=utf_32.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: utf_32.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:116]: Verifying accessibility of file: utf_32.py MSI (s) (9C:9C) [21:24:29:132]: Executing op: FileRemove(,FileName=gb2312.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: gb2312.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:132]: Verifying accessibility of file: gb2312.py MSI (s) (9C:9C) [21:24:29:147]: Executing op: FileRemove(,FileName=euc_jisx0213.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: euc_jisx0213.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:147]: Verifying accessibility of file: euc_jisx0213.py MSI (s) (9C:9C) [21:24:29:147]: Executing op: FileRemove(,FileName=ascii.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: ascii.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:163]: Verifying accessibility of file: ascii.py MSI (s) (9C:9C) [21:24:29:163]: Executing op: FileRemove(,FileName=gb18030.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: gb18030.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:179]: Verifying accessibility of file: gb18030.py MSI (s) (9C:9C) [21:24:29:179]: Executing op: FileRemove(,FileName=mac_cyrillic.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_cyrillic.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:194]: Verifying accessibility of file: mac_cyrillic.py MSI (s) (9C:9C) [21:24:29:194]: Executing op: FileRemove(,FileName=cp273.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp273.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:210]: Verifying accessibility of file: cp273.py MSI (s) (9C:9C) [21:24:29:210]: Executing op: FileRemove(,FileName=cp863.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp863.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:210]: Verifying accessibility of file: cp863.py MSI (s) (9C:9C) [21:24:29:225]: Executing op: FileRemove(,FileName=undefined.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: undefined.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:225]: Verifying accessibility of file: undefined.py MSI (s) (9C:9C) [21:24:29:241]: Executing op: FileRemove(,FileName=base64_codec.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: base64_codec.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:241]: Verifying accessibility of file: base64_codec.py MSI (s) (9C:9C) [21:24:29:241]: Executing op: FileRemove(,FileName=hex_codec.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: hex_codec.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:257]: Verifying accessibility of file: hex_codec.py MSI (s) (9C:9C) [21:24:29:257]: Executing op: FileRemove(,FileName=cp855.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp855.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:272]: Verifying accessibility of file: cp855.py MSI (s) (9C:9C) [21:24:29:272]: Executing op: FileRemove(,FileName=iso8859_3.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_3.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:272]: Verifying accessibility of file: iso8859_3.py MSI (s) (9C:9C) [21:24:29:288]: Executing op: FileRemove(,FileName=tis_620.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: tis_620.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:288]: Verifying accessibility of file: tis_620.py MSI (s) (9C:9C) [21:24:29:304]: Executing op: FileRemove(,FileName=big5hkscs.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: big5hkscs.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:304]: Verifying accessibility of file: big5hkscs.py MSI (s) (9C:9C) [21:24:29:304]: Executing op: FileRemove(,FileName=mac_latin2.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_latin2.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:319]: Verifying accessibility of file: mac_latin2.py MSI (s) (9C:9C) [21:24:29:319]: Executing op: FileRemove(,FileName=cp720.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp720.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:335]: Verifying accessibility of file: cp720.py MSI (s) (9C:9C) [21:24:29:335]: Executing op: FileRemove(,FileName=cp1256.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1256.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:350]: Verifying accessibility of file: cp1256.py MSI (s) (9C:9C) [21:24:29:350]: Executing op: FileRemove(,FileName=iso8859_14.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_14.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:350]: Verifying accessibility of file: iso8859_14.py MSI (s) (9C:9C) [21:24:29:366]: Executing op: FileRemove(,FileName=iso8859_9.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_9.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:366]: Verifying accessibility of file: iso8859_9.py MSI (s) (9C:9C) [21:24:29:382]: Executing op: FileRemove(,FileName=hp_roman8.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: hp_roman8.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:382]: Verifying accessibility of file: hp_roman8.py MSI (s) (9C:9C) [21:24:29:397]: Executing op: FileRemove(,FileName=cp737.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp737.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:397]: Verifying accessibility of file: cp737.py MSI (s) (9C:9C) [21:24:29:397]: Executing op: FileRemove(,FileName=cp1257.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1257.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:413]: Verifying accessibility of file: cp1257.py MSI (s) (9C:9C) [21:24:29:413]: Executing op: FileRemove(,FileName=unicode_internal.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: unicode_internal.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:429]: Verifying accessibility of file: unicode_internal.py MSI (s) (9C:9C) [21:24:29:429]: Executing op: FileRemove(,FileName=cp874.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp874.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:429]: Verifying accessibility of file: cp874.py MSI (s) (9C:9C) [21:24:29:444]: Executing op: FileRemove(,FileName=cp865.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp865.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:444]: Verifying accessibility of file: cp865.py MSI (s) (9C:9C) [21:24:29:460]: Executing op: FileRemove(,FileName=johab.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: johab.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:460]: Verifying accessibility of file: johab.py MSI (s) (9C:9C) [21:24:29:475]: Executing op: FileRemove(,FileName=iso8859_13.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_13.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:475]: Verifying accessibility of file: iso8859_13.py MSI (s) (9C:9C) [21:24:29:475]: Executing op: FileRemove(,FileName=unicode_escape.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: unicode_escape.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:491]: Verifying accessibility of file: unicode_escape.py MSI (s) (9C:9C) [21:24:29:491]: Executing op: FileRemove(,FileName=euc_jp.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: euc_jp.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:507]: Verifying accessibility of file: euc_jp.py MSI (s) (9C:9C) [21:24:29:507]: Executing op: FileRemove(,FileName=mac_arabic.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_arabic.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:522]: Verifying accessibility of file: mac_arabic.py MSI (s) (9C:9C) [21:24:29:522]: Executing op: FileRemove(,FileName=utf_8_sig.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: utf_8_sig.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:522]: Verifying accessibility of file: utf_8_sig.py MSI (s) (9C:9C) [21:24:29:538]: Executing op: FileRemove(,FileName=raw_unicode_escape.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: raw_unicode_escape.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:554]: Verifying accessibility of file: raw_unicode_escape.py MSI (s) (9C:9C) [21:24:29:554]: Executing op: FileRemove(,FileName=cp850.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp850.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:554]: Verifying accessibility of file: cp850.py MSI (s) (9C:9C) [21:24:29:569]: Executing op: FileRemove(,FileName=cp1026.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1026.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:569]: Verifying accessibility of file: cp1026.py MSI (s) (9C:9C) [21:24:29:585]: Executing op: FileRemove(,FileName=cp1006.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1006.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:585]: Verifying accessibility of file: cp1006.py MSI (s) (9C:9C) [21:24:29:600]: Executing op: FileRemove(,FileName=cp1251.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1251.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:600]: Verifying accessibility of file: cp1251.py MSI (s) (9C:9C) [21:24:29:600]: Executing op: FileRemove(,FileName=iso8859_16.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_16.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:616]: Verifying accessibility of file: iso8859_16.py MSI (s) (9C:9C) [21:24:29:616]: Executing op: FileRemove(,FileName=hz.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: hz.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:632]: Verifying accessibility of file: hz.py MSI (s) (9C:9C) [21:24:29:632]: Executing op: FileRemove(,FileName=cp875.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp875.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:632]: Verifying accessibility of file: cp875.py MSI (s) (9C:9C) [21:24:29:647]: Executing op: FileRemove(,FileName=cp1255.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1255.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:647]: Verifying accessibility of file: cp1255.py MSI (s) (9C:9C) [21:24:29:663]: Executing op: FileRemove(,FileName=latin_1.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: latin_1.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:663]: Verifying accessibility of file: latin_1.py MSI (s) (9C:9C) [21:24:29:663]: Executing op: FileRemove(,FileName=shift_jis_2004.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: shift_jis_2004.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:679]: Verifying accessibility of file: shift_jis_2004.py MSI (s) (9C:9C) [21:24:29:679]: Executing op: FileRemove(,FileName=cp858.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp858.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:694]: Verifying accessibility of file: cp858.py MSI (s) (9C:9C) [21:24:29:694]: Executing op: FileRemove(,FileName=iso8859_2.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_2.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:710]: Verifying accessibility of file: iso8859_2.py MSI (s) (9C:9C) [21:24:29:710]: Executing op: FileRemove(,FileName=iso2022_jp_2004.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso2022_jp_2004.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:710]: Verifying accessibility of file: iso2022_jp_2004.py MSI (s) (9C:9C) [21:24:29:725]: Executing op: FileRemove(,FileName=iso8859_6.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_6.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:725]: Verifying accessibility of file: iso8859_6.py MSI (s) (9C:9C) [21:24:29:741]: Executing op: FileRemove(,FileName=iso2022_jp.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso2022_jp.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:741]: Verifying accessibility of file: iso2022_jp.py MSI (s) (9C:9C) [21:24:29:741]: Executing op: FileRemove(,FileName=iso8859_11.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_11.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:757]: Verifying accessibility of file: iso8859_11.py MSI (s) (9C:9C) [21:24:29:757]: Executing op: FileRemove(,FileName=cp869.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp869.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:772]: Verifying accessibility of file: cp869.py MSI (s) (9C:9C) [21:24:29:772]: Executing op: FileRemove(,FileName=cp861.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp861.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:788]: Verifying accessibility of file: cp861.py MSI (s) (9C:9C) [21:24:29:788]: Executing op: FileRemove(,FileName=cp852.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp852.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:788]: Verifying accessibility of file: cp852.py MSI (s) (9C:9C) [21:24:29:804]: Executing op: FileRemove(,FileName=uu_codec.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: uu_codec.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:804]: Verifying accessibility of file: uu_codec.py MSI (s) (9C:9C) [21:24:29:819]: Executing op: FileRemove(,FileName=iso2022_jp_2.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso2022_jp_2.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:819]: Verifying accessibility of file: iso2022_jp_2.py MSI (s) (9C:9C) [21:24:29:819]: Executing op: FileRemove(,FileName=zlib_codec.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: zlib_codec.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:835]: Verifying accessibility of file: zlib_codec.py MSI (s) (9C:9C) [21:24:29:835]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:850]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:29:850]: Executing op: FileRemove(,FileName=mac_turkish.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_turkish.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:850]: Verifying accessibility of file: mac_turkish.py MSI (s) (9C:9C) [21:24:29:866]: Executing op: FileRemove(,FileName=iso8859_10.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_10.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:866]: Verifying accessibility of file: iso8859_10.py MSI (s) (9C:9C) [21:24:29:882]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\pydoc_data\) MSI (s) (9C:9C) [21:24:29:882]: Executing op: FileRemove(,FileName=topics.py,,ComponentId={11F3E5A1-C247-4445-9638-2FBD318521C7}) RemoveFiles: File: topics.py, Directory: C:\Python34\Lib\pydoc_data\ MSI (s) (9C:9C) [21:24:29:882]: Verifying accessibility of file: topics.py MSI (s) (9C:9C) [21:24:29:897]: Executing op: FileRemove(,FileName=_pydoc.css,,ComponentId={11F3E5A1-C247-4445-9638-2FBD318521C7}) RemoveFiles: File: _pydoc.css, Directory: C:\Python34\Lib\pydoc_data\ MSI (s) (9C:9C) [21:24:29:897]: Verifying accessibility of file: _pydoc.css MSI (s) (9C:9C) [21:24:29:897]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={11F3E5A1-C247-4445-9638-2FBD318521C7}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\pydoc_data\ MSI (s) (9C:9C) [21:24:29:913]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:29:913]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\msilib\) MSI (s) (9C:9C) [21:24:29:913]: Executing op: FileRemove(,FileName=sequence.py,,ComponentId={63EE0306-897A-4543-A7D1-D70FEB1DD2FE}) RemoveFiles: File: sequence.py, Directory: C:\Python34\Lib\msilib\ MSI (s) (9C:9C) [21:24:29:929]: Verifying accessibility of file: sequence.py MSI (s) (9C:9C) [21:24:29:929]: Executing op: FileRemove(,FileName=schema.py,,ComponentId={63EE0306-897A-4543-A7D1-D70FEB1DD2FE}) RemoveFiles: File: schema.py, Directory: C:\Python34\Lib\msilib\ MSI (s) (9C:9C) [21:24:29:944]: Verifying accessibility of file: schema.py MSI (s) (9C:9C) [21:24:29:944]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={63EE0306-897A-4543-A7D1-D70FEB1DD2FE}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\msilib\ MSI (s) (9C:9C) [21:24:29:944]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:29:960]: Executing op: FileRemove(,FileName=text.py,,ComponentId={63EE0306-897A-4543-A7D1-D70FEB1DD2FE}) RemoveFiles: File: text.py, Directory: C:\Python34\Lib\msilib\ MSI (s) (9C:9C) [21:24:29:960]: Verifying accessibility of file: text.py MSI (s) (9C:9C) [21:24:29:975]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xmlrpc\) MSI (s) (9C:9C) [21:24:29:975]: Executing op: FileRemove(,FileName=client.py,,ComponentId={420DCB77-4EC0-4971-A6AE-9D5FCF485D05}) RemoveFiles: File: client.py, Directory: C:\Python34\Lib\xmlrpc\ MSI (s) (9C:9C) [21:24:29:975]: Verifying accessibility of file: client.py MSI (s) (9C:9C) [21:24:29:991]: Executing op: FileRemove(,FileName=server.py,,ComponentId={420DCB77-4EC0-4971-A6AE-9D5FCF485D05}) RemoveFiles: File: server.py, Directory: C:\Python34\Lib\xmlrpc\ MSI (s) (9C:9C) [21:24:29:991]: Verifying accessibility of file: server.py MSI (s) (9C:9C) [21:24:30:007]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={420DCB77-4EC0-4971-A6AE-9D5FCF485D05}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\xmlrpc\ MSI (s) (9C:9C) [21:24:30:007]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:30:007]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\) MSI (s) (9C:9C) [21:24:30:007]: Executing op: FileRemove(,FileName=signals.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: signals.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:022]: Verifying accessibility of file: signals.py MSI (s) (9C:9C) [21:24:30:022]: Executing op: FileRemove(,FileName=runner.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: runner.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:038]: Verifying accessibility of file: runner.py MSI (s) (9C:9C) [21:24:30:038]: Executing op: FileRemove(,FileName=main.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: main.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:038]: Verifying accessibility of file: main.py MSI (s) (9C:9C) [21:24:30:054]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:054]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:30:069]: Executing op: FileRemove(,FileName=suite.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: suite.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:069]: Verifying accessibility of file: suite.py MSI (s) (9C:9C) [21:24:30:085]: Executing op: FileRemove(,FileName=util.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:085]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:30:085]: Executing op: FileRemove(,FileName=mock.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: mock.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:100]: Verifying accessibility of file: mock.py MSI (s) (9C:9C) [21:24:30:100]: Executing op: FileRemove(,FileName=result.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: result.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:116]: Verifying accessibility of file: result.py MSI (s) (9C:9C) [21:24:30:116]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:116]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:30:132]: Executing op: FileRemove(,FileName=case.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: case.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:132]: Verifying accessibility of file: case.py MSI (s) (9C:9C) [21:24:30:147]: Executing op: FileRemove(,FileName=loader.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: loader.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:147]: Verifying accessibility of file: loader.py MSI (s) (9C:9C) [21:24:30:147]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\test\) MSI (s) (9C:9C) [21:24:30:147]: Executing op: FileRemove(,FileName=test_skipping.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_skipping.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:163]: Verifying accessibility of file: test_skipping.py MSI (s) (9C:9C) [21:24:30:163]: Executing op: FileRemove(,FileName=test_functiontestcase.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_functiontestcase.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:179]: Verifying accessibility of file: test_functiontestcase.py MSI (s) (9C:9C) [21:24:30:179]: Executing op: FileRemove(,FileName=_test_warnings.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: _test_warnings.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:194]: Verifying accessibility of file: _test_warnings.py MSI (s) (9C:9C) [21:24:30:194]: Executing op: FileRemove(,FileName=test_case.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_case.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:194]: Verifying accessibility of file: test_case.py MSI (s) (9C:9C) [21:24:30:210]: Executing op: FileRemove(,FileName=test_program.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_program.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:210]: Verifying accessibility of file: test_program.py MSI (s) (9C:9C) [21:24:30:225]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:225]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:30:225]: Executing op: FileRemove(,FileName=test_loader.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_loader.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:241]: Verifying accessibility of file: test_loader.py MSI (s) (9C:9C) [21:24:30:241]: Executing op: FileRemove(,FileName=test_setups.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_setups.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:257]: Verifying accessibility of file: test_setups.py MSI (s) (9C:9C) [21:24:30:257]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:272]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:30:272]: Executing op: FileRemove(,FileName=support.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: support.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:272]: Verifying accessibility of file: support.py MSI (s) (9C:9C) [21:24:30:288]: Executing op: FileRemove(,FileName=dummy.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: dummy.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:288]: Verifying accessibility of file: dummy.py MSI (s) (9C:9C) [21:24:30:304]: Executing op: FileRemove(,FileName=test_suite.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_suite.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:304]: Verifying accessibility of file: test_suite.py MSI (s) (9C:9C) [21:24:30:319]: Executing op: FileRemove(,FileName=test_break.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_break.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:319]: Verifying accessibility of file: test_break.py MSI (s) (9C:9C) [21:24:30:335]: Executing op: FileRemove(,FileName=test_runner.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_runner.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:335]: Verifying accessibility of file: test_runner.py MSI (s) (9C:9C) [21:24:30:350]: Executing op: FileRemove(,FileName=test_discovery.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_discovery.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:350]: Verifying accessibility of file: test_discovery.py MSI (s) (9C:9C) [21:24:30:366]: Executing op: FileRemove(,FileName=test_result.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_result.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:366]: Verifying accessibility of file: test_result.py MSI (s) (9C:9C) [21:24:30:382]: Executing op: FileRemove(,FileName=test_assertions.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_assertions.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:382]: Verifying accessibility of file: test_assertions.py MSI (s) (9C:9C) [21:24:30:397]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\test\testmock\) MSI (s) (9C:9C) [21:24:30:397]: Executing op: FileRemove(,FileName=testwith.py,,ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1}) RemoveFiles: File: testwith.py, Directory: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:24:30:397]: Verifying accessibility of file: testwith.py MSI (s) (9C:9C) [21:24:30:413]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:24:30:413]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:30:413]: Executing op: FileRemove(,FileName=testsentinel.py,,ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1}) RemoveFiles: File: testsentinel.py, Directory: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:24:30:429]: Verifying accessibility of file: testsentinel.py MSI (s) (9C:9C) [21:24:30:429]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:24:30:444]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:30:444]: Executing op: FileRemove(,FileName=support.py,,ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1}) RemoveFiles: File: support.py, Directory: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:24:30:460]: Verifying accessibility of file: support.py MSI (s) (9C:9C) [21:24:30:460]: Executing op: FileRemove(,FileName=testmagicmethods.py,,ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1}) RemoveFiles: File: testmagicmethods.py, Directory: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:24:30:475]: Verifying accessibility of file: testmagicmethods.py MSI (s) (9C:9C) [21:24:30:475]: Executing op: FileRemove(,FileName=testcallable.py,,ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1}) RemoveFiles: File: testcallable.py, Directory: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:24:30:491]: Verifying accessibility of file: testcallable.py MSI (s) (9C:9C) [21:24:30:491]: Executing op: FileRemove(,FileName=testpatch.py,,ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1}) RemoveFiles: File: testpatch.py, Directory: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:24:30:507]: Verifying accessibility of file: testpatch.py MSI (s) (9C:9C) [21:24:30:507]: Executing op: FileRemove(,FileName=testhelpers.py,,ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1}) RemoveFiles: File: testhelpers.py, Directory: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:24:30:522]: Verifying accessibility of file: testhelpers.py MSI (s) (9C:9C) [21:24:30:522]: Executing op: FileRemove(,FileName=testmock.py,,ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1}) RemoveFiles: File: testmock.py, Directory: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:24:30:538]: Verifying accessibility of file: testmock.py MSI (s) (9C:9C) [21:24:30:554]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\collections\) MSI (s) (9C:9C) [21:24:30:554]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={B9AA8E69-9809-45B7-8CAA-D7294A8AF342}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\collections\ MSI (s) (9C:9C) [21:24:30:554]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:30:569]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={B9AA8E69-9809-45B7-8CAA-D7294A8AF342}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\collections\ MSI (s) (9C:9C) [21:24:30:569]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:30:585]: Executing op: FileRemove(,FileName=abc.py,,ComponentId={B9AA8E69-9809-45B7-8CAA-D7294A8AF342}) RemoveFiles: File: abc.py, Directory: C:\Python34\Lib\collections\ MSI (s) (9C:9C) [21:24:30:585]: Verifying accessibility of file: abc.py MSI (s) (9C:9C) [21:24:30:600]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\importlib\) MSI (s) (9C:9C) [21:24:30:600]: Executing op: FileRemove(,FileName=abc.py,,ComponentId={79F478F5-9DEB-415E-8D22-85A81E05ED9C}) RemoveFiles: File: abc.py, Directory: C:\Python34\Lib\importlib\ MSI (s) (9C:9C) [21:24:30:600]: Verifying accessibility of file: abc.py MSI (s) (9C:9C) [21:24:30:616]: Executing op: FileRemove(,FileName=_bootstrap.py,,ComponentId={79F478F5-9DEB-415E-8D22-85A81E05ED9C}) RemoveFiles: File: _bootstrap.py, Directory: C:\Python34\Lib\importlib\ MSI (s) (9C:9C) [21:24:30:616]: Verifying accessibility of file: _bootstrap.py MSI (s) (9C:9C) [21:24:30:632]: Executing op: FileRemove(,FileName=util.py,,ComponentId={79F478F5-9DEB-415E-8D22-85A81E05ED9C}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\importlib\ MSI (s) (9C:9C) [21:24:30:632]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:30:647]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={79F478F5-9DEB-415E-8D22-85A81E05ED9C}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\importlib\ MSI (s) (9C:9C) [21:24:30:647]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:30:663]: Executing op: FileRemove(,FileName=machinery.py,,ComponentId={79F478F5-9DEB-415E-8D22-85A81E05ED9C}) RemoveFiles: File: machinery.py, Directory: C:\Python34\Lib\importlib\ MSI (s) (9C:9C) [21:24:30:663]: Verifying accessibility of file: machinery.py MSI (s) (9C:9C) [21:24:30:679]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\) MSI (s) (9C:9C) [21:24:30:679]: Executing op: FileRemove(,FileName=ccompiler.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: ccompiler.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:679]: Verifying accessibility of file: ccompiler.py MSI (s) (9C:9C) [21:24:30:694]: Executing op: FileRemove(,FileName=archive_util.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: archive_util.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:694]: Verifying accessibility of file: archive_util.py MSI (s) (9C:9C) [21:24:30:710]: Executing op: FileRemove(,FileName=spawn.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: spawn.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:710]: Verifying accessibility of file: spawn.py MSI (s) (9C:9C) [21:24:30:725]: Executing op: FileRemove(,FileName=dist.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: dist.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:725]: Verifying accessibility of file: dist.py MSI (s) (9C:9C) [21:24:30:741]: Executing op: FileRemove(,FileName=text_file.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: text_file.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:741]: Verifying accessibility of file: text_file.py MSI (s) (9C:9C) [21:24:30:757]: Executing op: FileRemove(,FileName=cygwinccompiler.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: cygwinccompiler.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:757]: Verifying accessibility of file: cygwinccompiler.py MSI (s) (9C:9C) [21:24:30:757]: Executing op: FileRemove(,FileName=filelist.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: filelist.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:772]: Verifying accessibility of file: filelist.py MSI (s) (9C:9C) [21:24:30:772]: Executing op: FileRemove(,FileName=config.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: config.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:788]: Verifying accessibility of file: config.py MSI (s) (9C:9C) [21:24:30:788]: Executing op: FileRemove(,FileName=unixccompiler.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: unixccompiler.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:804]: Verifying accessibility of file: unixccompiler.py MSI (s) (9C:9C) [21:24:30:804]: Executing op: FileRemove(,FileName=dir_util.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: dir_util.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:819]: Verifying accessibility of file: dir_util.py MSI (s) (9C:9C) [21:24:30:819]: Executing op: FileRemove(,FileName=errors.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: errors.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:835]: Verifying accessibility of file: errors.py MSI (s) (9C:9C) [21:24:30:835]: Executing op: FileRemove(,FileName=dep_util.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: dep_util.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:850]: Verifying accessibility of file: dep_util.py MSI (s) (9C:9C) [21:24:30:850]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: README.txt, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:850]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:30:866]: Executing op: FileRemove(,FileName=extension.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: extension.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:866]: Verifying accessibility of file: extension.py MSI (s) (9C:9C) [21:24:30:882]: Executing op: FileRemove(,FileName=debug.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: debug.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:882]: Verifying accessibility of file: debug.py MSI (s) (9C:9C) [21:24:30:897]: Executing op: FileRemove(,FileName=version.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: version.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:897]: Verifying accessibility of file: version.py MSI (s) (9C:9C) [21:24:30:913]: Executing op: FileRemove(,FileName=bcppcompiler.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: bcppcompiler.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:913]: Verifying accessibility of file: bcppcompiler.py MSI (s) (9C:9C) [21:24:30:929]: Executing op: FileRemove(,FileName=core.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: core.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:929]: Verifying accessibility of file: core.py MSI (s) (9C:9C) [21:24:30:929]: Executing op: FileRemove(,FileName=log.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: log.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:944]: Verifying accessibility of file: log.py MSI (s) (9C:9C) [21:24:30:944]: Executing op: FileRemove(,FileName=file_util.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: file_util.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:960]: Verifying accessibility of file: file_util.py MSI (s) (9C:9C) [21:24:30:975]: Executing op: FileRemove(,FileName=fancy_getopt.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: fancy_getopt.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:975]: Verifying accessibility of file: fancy_getopt.py MSI (s) (9C:9C) [21:24:30:991]: Executing op: FileRemove(,FileName=cmd.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: cmd.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:991]: Verifying accessibility of file: cmd.py MSI (s) (9C:9C) [21:24:31:007]: Executing op: FileRemove(,FileName=util.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:31:007]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:31:022]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:31:022]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:31:022]: Executing op: FileRemove(,FileName=sysconfig.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: sysconfig.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:31:038]: Verifying accessibility of file: sysconfig.py MSI (s) (9C:9C) [21:24:31:038]: Executing op: FileRemove(,FileName=msvccompiler.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: msvccompiler.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:31:054]: Verifying accessibility of file: msvccompiler.py MSI (s) (9C:9C) [21:24:31:054]: Executing op: FileRemove(,FileName=versionpredicate.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: versionpredicate.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:31:054]: Verifying accessibility of file: versionpredicate.py MSI (s) (9C:9C) [21:24:31:069]: Executing op: FileRemove(,FileName=msvc9compiler.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: msvc9compiler.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:31:069]: Verifying accessibility of file: msvc9compiler.py MSI (s) (9C:9C) [21:24:31:085]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\command\) MSI (s) (9C:9C) [21:24:31:085]: Executing op: FileRemove(,FileName=bdist_rpm.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: bdist_rpm.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:085]: Verifying accessibility of file: bdist_rpm.py MSI (s) (9C:9C) [21:24:31:100]: Executing op: FileRemove(,FileName=upload.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: upload.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:100]: Verifying accessibility of file: upload.py MSI (s) (9C:9C) [21:24:31:100]: Executing op: FileRemove(,FileName=clean.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: clean.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:116]: Verifying accessibility of file: clean.py MSI (s) (9C:9C) [21:24:31:116]: Executing op: FileRemove(,FileName=wininst-9.0-amd64.exe,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: wininst-9.0-amd64.exe, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:132]: Verifying accessibility of file: wininst-9.0-amd64.exe MSI (s) (9C:9C) [21:24:31:132]: Executing op: FileRemove(,FileName=install_headers.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: install_headers.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:132]: Verifying accessibility of file: install_headers.py MSI (s) (9C:9C) [21:24:31:147]: Executing op: FileRemove(,FileName=install_data.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: install_data.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:147]: Verifying accessibility of file: install_data.py MSI (s) (9C:9C) [21:24:31:163]: Executing op: FileRemove(,FileName=wininst-8.0.exe,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: wininst-8.0.exe, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:163]: Verifying accessibility of file: wininst-8.0.exe MSI (s) (9C:9C) [21:24:31:179]: Executing op: FileRemove(,FileName=build_scripts.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: build_scripts.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:179]: Verifying accessibility of file: build_scripts.py MSI (s) (9C:9C) [21:24:31:179]: Executing op: FileRemove(,FileName=register.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: register.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:194]: Verifying accessibility of file: register.py MSI (s) (9C:9C) [21:24:31:194]: Executing op: FileRemove(,FileName=config.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: config.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:210]: Verifying accessibility of file: config.py MSI (s) (9C:9C) [21:24:31:210]: Executing op: FileRemove(,FileName=install_lib.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: install_lib.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:210]: Verifying accessibility of file: install_lib.py MSI (s) (9C:9C) [21:24:31:225]: Executing op: FileRemove(,FileName=build_py.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: build_py.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:225]: Verifying accessibility of file: build_py.py MSI (s) (9C:9C) [21:24:31:241]: Executing op: FileRemove(,FileName=build_ext.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: build_ext.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:241]: Verifying accessibility of file: build_ext.py MSI (s) (9C:9C) [21:24:31:241]: Executing op: FileRemove(,FileName=build.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: build.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:257]: Verifying accessibility of file: build.py MSI (s) (9C:9C) [21:24:31:257]: Executing op: FileRemove(,FileName=check.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: check.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:272]: Verifying accessibility of file: check.py MSI (s) (9C:9C) [21:24:31:272]: Executing op: FileRemove(,FileName=bdist_msi.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: bdist_msi.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:288]: Verifying accessibility of file: bdist_msi.py MSI (s) (9C:9C) [21:24:31:288]: Executing op: FileRemove(,FileName=wininst-7.1.exe,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: wininst-7.1.exe, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:288]: Verifying accessibility of file: wininst-7.1.exe MSI (s) (9C:9C) [21:24:31:304]: Executing op: FileRemove(,FileName=bdist.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: bdist.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:304]: Verifying accessibility of file: bdist.py MSI (s) (9C:9C) [21:24:31:319]: Executing op: FileRemove(,FileName=wininst-9.0.exe,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: wininst-9.0.exe, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:319]: Verifying accessibility of file: wininst-9.0.exe MSI (s) (9C:9C) [21:24:31:319]: Executing op: FileRemove(,FileName=wininst-10.0-amd64.exe,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: wininst-10.0-amd64.exe, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:335]: Verifying accessibility of file: wininst-10.0-amd64.exe MSI (s) (9C:9C) [21:24:31:335]: Executing op: FileRemove(,FileName=wininst-10.0.exe,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: wininst-10.0.exe, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:350]: Verifying accessibility of file: wininst-10.0.exe MSI (s) (9C:9C) [21:24:31:350]: Executing op: FileRemove(,FileName=bdist_dumb.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: bdist_dumb.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:366]: Verifying accessibility of file: bdist_dumb.py MSI (s) (9C:9C) [21:24:31:366]: Executing op: FileRemove(,FileName=sdist.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: sdist.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:366]: Verifying accessibility of file: sdist.py MSI (s) (9C:9C) [21:24:31:382]: Executing op: FileRemove(,FileName=wininst-6.0.exe,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: wininst-6.0.exe, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:382]: Verifying accessibility of file: wininst-6.0.exe MSI (s) (9C:9C) [21:24:31:397]: Executing op: FileRemove(,FileName=install_scripts.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: install_scripts.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:397]: Verifying accessibility of file: install_scripts.py MSI (s) (9C:9C) [21:24:31:413]: Executing op: FileRemove(,FileName=install.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: install.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:413]: Verifying accessibility of file: install.py MSI (s) (9C:9C) [21:24:31:413]: Executing op: FileRemove(,FileName=install_egg_info.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: install_egg_info.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:429]: Verifying accessibility of file: install_egg_info.py MSI (s) (9C:9C) [21:24:31:429]: Executing op: FileRemove(,FileName=build_clib.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: build_clib.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:444]: Verifying accessibility of file: build_clib.py MSI (s) (9C:9C) [21:24:31:444]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:444]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:31:460]: Executing op: FileRemove(,FileName=bdist_wininst.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: bdist_wininst.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:460]: Verifying accessibility of file: bdist_wininst.py MSI (s) (9C:9C) [21:24:31:475]: Executing op: FileRemove(,FileName=command_template,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: command_template, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:475]: Verifying accessibility of file: command_template MSI (s) (9C:9C) [21:24:31:475]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\tests\) MSI (s) (9C:9C) [21:24:31:475]: Executing op: FileRemove(,FileName=test_filelist.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_filelist.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:491]: Verifying accessibility of file: test_filelist.py MSI (s) (9C:9C) [21:24:31:491]: Executing op: FileRemove(,FileName=test_upload.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_upload.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:507]: Verifying accessibility of file: test_upload.py MSI (s) (9C:9C) [21:24:31:507]: Executing op: FileRemove(,FileName=test_file_util.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_file_util.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:507]: Verifying accessibility of file: test_file_util.py MSI (s) (9C:9C) [21:24:31:522]: Executing op: FileRemove(,FileName=test_dep_util.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_dep_util.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:522]: Verifying accessibility of file: test_dep_util.py MSI (s) (9C:9C) [21:24:31:538]: Executing op: FileRemove(,FileName=test_archive_util.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_archive_util.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:538]: Verifying accessibility of file: test_archive_util.py MSI (s) (9C:9C) [21:24:31:554]: Executing op: FileRemove(,FileName=test_log.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_log.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:554]: Verifying accessibility of file: test_log.py MSI (s) (9C:9C) [21:24:31:569]: Executing op: FileRemove(,FileName=test_install_data.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_install_data.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:569]: Verifying accessibility of file: test_install_data.py MSI (s) (9C:9C) [21:24:31:569]: Executing op: FileRemove(,FileName=test_bdist_dumb.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_bdist_dumb.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:585]: Verifying accessibility of file: test_bdist_dumb.py MSI (s) (9C:9C) [21:24:31:585]: Executing op: FileRemove(,FileName=test_check.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_check.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:600]: Verifying accessibility of file: test_check.py MSI (s) (9C:9C) [21:24:31:600]: Executing op: FileRemove(,FileName=test_build_scripts.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_build_scripts.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:600]: Verifying accessibility of file: test_build_scripts.py MSI (s) (9C:9C) [21:24:31:616]: Executing op: FileRemove(,FileName=test_bdist_msi.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_bdist_msi.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:616]: Verifying accessibility of file: test_bdist_msi.py MSI (s) (9C:9C) [21:24:31:632]: Executing op: FileRemove(,FileName=test_msvc9compiler.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_msvc9compiler.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:632]: Verifying accessibility of file: test_msvc9compiler.py MSI (s) (9C:9C) [21:24:31:647]: Executing op: FileRemove(,FileName=Setup.sample,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: Setup.sample, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:647]: Verifying accessibility of file: Setup.sample MSI (s) (9C:9C) [21:24:31:647]: Executing op: FileRemove(,FileName=test_dir_util.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_dir_util.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:663]: Verifying accessibility of file: test_dir_util.py MSI (s) (9C:9C) [21:24:31:663]: Executing op: FileRemove(,FileName=test_cygwinccompiler.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_cygwinccompiler.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:679]: Verifying accessibility of file: test_cygwinccompiler.py MSI (s) (9C:9C) [21:24:31:679]: Executing op: FileRemove(,FileName=test_unixccompiler.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_unixccompiler.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:679]: Verifying accessibility of file: test_unixccompiler.py MSI (s) (9C:9C) [21:24:31:694]: Executing op: FileRemove(,FileName=test_dist.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_dist.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:694]: Verifying accessibility of file: test_dist.py MSI (s) (9C:9C) [21:24:31:710]: Executing op: FileRemove(,FileName=test_config_cmd.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_config_cmd.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:710]: Verifying accessibility of file: test_config_cmd.py MSI (s) (9C:9C) [21:24:31:710]: Executing op: FileRemove(,FileName=test_register.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_register.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:725]: Verifying accessibility of file: test_register.py MSI (s) (9C:9C) [21:24:31:725]: Executing op: FileRemove(,FileName=test_install.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_install.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:741]: Verifying accessibility of file: test_install.py MSI (s) (9C:9C) [21:24:31:741]: Executing op: FileRemove(,FileName=test_config.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_config.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:741]: Verifying accessibility of file: test_config.py MSI (s) (9C:9C) [21:24:31:757]: Executing op: FileRemove(,FileName=test_clean.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_clean.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:757]: Verifying accessibility of file: test_clean.py MSI (s) (9C:9C) [21:24:31:772]: Executing op: FileRemove(,FileName=test_versionpredicate.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_versionpredicate.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:772]: Verifying accessibility of file: test_versionpredicate.py MSI (s) (9C:9C) [21:24:31:788]: Executing op: FileRemove(,FileName=test_install_scripts.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_install_scripts.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:788]: Verifying accessibility of file: test_install_scripts.py MSI (s) (9C:9C) [21:24:31:788]: Executing op: FileRemove(,FileName=test_sysconfig.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_sysconfig.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:804]: Verifying accessibility of file: test_sysconfig.py MSI (s) (9C:9C) [21:24:31:804]: Executing op: FileRemove(,FileName=test_build_py.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_build_py.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:819]: Verifying accessibility of file: test_build_py.py MSI (s) (9C:9C) [21:24:31:819]: Executing op: FileRemove(,FileName=test_cmd.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_cmd.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:819]: Verifying accessibility of file: test_cmd.py MSI (s) (9C:9C) [21:24:31:835]: Executing op: FileRemove(,FileName=test_install_headers.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_install_headers.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:835]: Verifying accessibility of file: test_install_headers.py MSI (s) (9C:9C) [21:24:31:850]: Executing op: FileRemove(,FileName=test_util.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_util.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:850]: Verifying accessibility of file: test_util.py MSI (s) (9C:9C) [21:24:31:850]: Executing op: FileRemove(,FileName=test_build_clib.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_build_clib.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:866]: Verifying accessibility of file: test_build_clib.py MSI (s) (9C:9C) [21:24:31:866]: Executing op: FileRemove(,FileName=test_install_lib.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_install_lib.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:882]: Verifying accessibility of file: test_install_lib.py MSI (s) (9C:9C) [21:24:31:882]: Executing op: FileRemove(,FileName=test_build.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_build.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:882]: Verifying accessibility of file: test_build.py MSI (s) (9C:9C) [21:24:31:897]: Executing op: FileRemove(,FileName=test_bdist_rpm.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_bdist_rpm.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:897]: Verifying accessibility of file: test_bdist_rpm.py MSI (s) (9C:9C) [21:24:31:913]: Executing op: FileRemove(,FileName=test_text_file.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_text_file.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:913]: Verifying accessibility of file: test_text_file.py MSI (s) (9C:9C) [21:24:31:929]: Executing op: FileRemove(,FileName=test_extension.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_extension.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:929]: Verifying accessibility of file: test_extension.py MSI (s) (9C:9C) [21:24:31:929]: Executing op: FileRemove(,FileName=test_version.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_version.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:32:069]: Verifying accessibility of file: test_version.py MSI (s) (9C:9C) [21:24:32:069]: Executing op: FileRemove(,FileName=support.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: support.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:32:085]: Verifying accessibility of file: support.py MSI (s) (9C:9C) [21:24:32:085]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:32:100]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:32:100]: Executing op: FileRemove(,FileName=test_bdist.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_bdist.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:32:100]: Verifying accessibility of file: test_bdist.py MSI (s) (9C:9C) [21:24:32:116]: Executing op: FileRemove(,FileName=test_sdist.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_sdist.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:32:116]: Verifying accessibility of file: test_sdist.py MSI (s) (9C:9C) [21:24:32:132]: Executing op: FileRemove(,FileName=test_core.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_core.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:32:132]: Verifying accessibility of file: test_core.py MSI (s) (9C:9C) [21:24:32:132]: Executing op: FileRemove(,FileName=test_bdist_wininst.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_bdist_wininst.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:32:147]: Verifying accessibility of file: test_bdist_wininst.py MSI (s) (9C:9C) [21:24:32:147]: Executing op: FileRemove(,FileName=test_spawn.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_spawn.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:32:163]: Verifying accessibility of file: test_spawn.py MSI (s) (9C:9C) [21:24:32:163]: Executing op: FileRemove(,FileName=test_build_ext.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_build_ext.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:32:163]: Verifying accessibility of file: test_build_ext.py MSI (s) (9C:9C) [21:24:32:179]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\dbm\) MSI (s) (9C:9C) [21:24:32:179]: Executing op: FileRemove(,FileName=dumb.py,,ComponentId={80CAE7D8-27BC-4C51-AB7E-1DC701EECC0E}) RemoveFiles: File: dumb.py, Directory: C:\Python34\Lib\dbm\ MSI (s) (9C:9C) [21:24:32:179]: Verifying accessibility of file: dumb.py MSI (s) (9C:9C) [21:24:32:194]: Executing op: FileRemove(,FileName=gnu.py,,ComponentId={80CAE7D8-27BC-4C51-AB7E-1DC701EECC0E}) RemoveFiles: File: gnu.py, Directory: C:\Python34\Lib\dbm\ MSI (s) (9C:9C) [21:24:32:194]: Verifying accessibility of file: gnu.py MSI (s) (9C:9C) [21:24:32:210]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={80CAE7D8-27BC-4C51-AB7E-1DC701EECC0E}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\dbm\ MSI (s) (9C:9C) [21:24:32:210]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:32:210]: Executing op: FileRemove(,FileName=ndbm.py,,ComponentId={80CAE7D8-27BC-4C51-AB7E-1DC701EECC0E}) RemoveFiles: File: ndbm.py, Directory: C:\Python34\Lib\dbm\ MSI (s) (9C:9C) [21:24:32:225]: Verifying accessibility of file: ndbm.py MSI (s) (9C:9C) [21:24:32:225]: Executing op: SetTargetFolder(Folder=C:\Python34\DLLs\) MSI (s) (9C:9C) [21:24:32:225]: Executing op: FileRemove(,FileName=pyc.ico,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: pyc.ico, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:241]: Verifying accessibility of file: pyc.ico MSI (s) (9C:9C) [21:24:32:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:241]: Executing op: FileRemove(,FileName=pyexpat.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: pyexpat.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:241]: Verifying accessibility of file: pyexpat.pyd MSI (s) (9C:9C) [21:24:32:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:257]: Executing op: FileRemove(,FileName=select.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: select.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:257]: Verifying accessibility of file: select.pyd MSI (s) (9C:9C) [21:24:32:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:272]: Executing op: FileRemove(,FileName=unicodedata.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: unicodedata.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:272]: Verifying accessibility of file: unicodedata.pyd MSI (s) (9C:9C) [21:24:32:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:288]: Executing op: FileRemove(,FileName=winsound.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: winsound.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:288]: Verifying accessibility of file: winsound.pyd MSI (s) (9C:9C) [21:24:32:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:304]: Executing op: FileRemove(,FileName=_bz2.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _bz2.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:304]: Verifying accessibility of file: _bz2.pyd MSI (s) (9C:9C) [21:24:32:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:319]: Executing op: FileRemove(,FileName=_elementtree.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _elementtree.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:319]: Verifying accessibility of file: _elementtree.pyd MSI (s) (9C:9C) [21:24:32:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:335]: Executing op: FileRemove(,FileName=_socket.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _socket.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:335]: Verifying accessibility of file: _socket.pyd MSI (s) (9C:9C) [21:24:32:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:350]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:350]: Executing op: FileRemove(,FileName=_ssl.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _ssl.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:350]: Verifying accessibility of file: _ssl.pyd MSI (s) (9C:9C) [21:24:32:350]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:350]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:366]: Executing op: FileRemove(,FileName=_testcapi.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _testcapi.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:366]: Verifying accessibility of file: _testcapi.pyd MSI (s) (9C:9C) [21:24:32:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:366]: Executing op: FileRemove(,FileName=_msi.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _msi.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:382]: Verifying accessibility of file: _msi.pyd MSI (s) (9C:9C) [21:24:32:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:382]: Executing op: FileRemove(,FileName=_ctypes.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _ctypes.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:397]: Verifying accessibility of file: _ctypes.pyd MSI (s) (9C:9C) [21:24:32:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:397]: Executing op: FileRemove(,FileName=_ctypes_test.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _ctypes_test.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:413]: Verifying accessibility of file: _ctypes_test.pyd MSI (s) (9C:9C) [21:24:32:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:413]: Executing op: FileRemove(,FileName=_sqlite3.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _sqlite3.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:429]: Verifying accessibility of file: _sqlite3.pyd MSI (s) (9C:9C) [21:24:32:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:429]: Executing op: FileRemove(,FileName=_hashlib.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _hashlib.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:429]: Verifying accessibility of file: _hashlib.pyd MSI (s) (9C:9C) [21:24:32:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:444]: Executing op: FileRemove(,FileName=_multiprocessing.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _multiprocessing.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:444]: Verifying accessibility of file: _multiprocessing.pyd MSI (s) (9C:9C) [21:24:32:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:460]: Executing op: FileRemove(,FileName=_lzma.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _lzma.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:460]: Verifying accessibility of file: _lzma.pyd MSI (s) (9C:9C) [21:24:32:475]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:475]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:475]: Executing op: FileRemove(,FileName=_decimal.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _decimal.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:475]: Verifying accessibility of file: _decimal.pyd MSI (s) (9C:9C) [21:24:32:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:491]: Executing op: FileRemove(,FileName=_testbuffer.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _testbuffer.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:491]: Verifying accessibility of file: _testbuffer.pyd MSI (s) (9C:9C) [21:24:32:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:507]: Executing op: FileRemove(,FileName=_testimportmultiple.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _testimportmultiple.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:507]: Verifying accessibility of file: _testimportmultiple.pyd MSI (s) (9C:9C) [21:24:32:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:522]: Executing op: FileRemove(,FileName=_overlapped.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _overlapped.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:522]: Verifying accessibility of file: _overlapped.pyd MSI (s) (9C:9C) [21:24:32:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:538]: Executing op: FileRemove(,FileName=python3.dll,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: python3.dll, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:538]: Verifying accessibility of file: python3.dll MSI (s) (9C:9C) [21:24:32:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:554]: Executing op: FileRemove(,FileName=sqlite3.dll,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: sqlite3.dll, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:554]: Verifying accessibility of file: sqlite3.dll MSI (s) (9C:9C) [21:24:32:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:569]: Executing op: FileRemove(,FileName=_tkinter.pyd,,ComponentId={F83BB69D-5AB3-4199-93F6-7A4D2C400294}) RemoveFiles: File: _tkinter.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:569]: Verifying accessibility of file: _tkinter.pyd MSI (s) (9C:9C) [21:24:32:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:585]: Executing op: FileRemove(,FileName=tcl86t.dll,,ComponentId={F83BB69D-5AB3-4199-93F6-7A4D2C400294}) RemoveFiles: File: tcl86t.dll, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:585]: Verifying accessibility of file: tcl86t.dll MSI (s) (9C:9C) [21:24:32:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:585]: Executing op: FileRemove(,FileName=tk86t.dll,,ComponentId={F83BB69D-5AB3-4199-93F6-7A4D2C400294}) RemoveFiles: File: tk86t.dll, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:600]: Verifying accessibility of file: tk86t.dll MSI (s) (9C:9C) [21:24:32:600]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:600]: Executing op: SetTargetFolder(Folder=C:\Python34\include\) MSI (s) (9C:9C) [21:24:32:600]: Executing op: FileRemove(,FileName=abstract.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: abstract.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:616]: Verifying accessibility of file: abstract.h MSI (s) (9C:9C) [21:24:32:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:616]: Executing op: FileRemove(,FileName=accu.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: accu.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:632]: Verifying accessibility of file: accu.h MSI (s) (9C:9C) [21:24:32:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:632]: Executing op: FileRemove(,FileName=asdl.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: asdl.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:647]: Verifying accessibility of file: asdl.h MSI (s) (9C:9C) [21:24:32:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:647]: Executing op: FileRemove(,FileName=ast.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: ast.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:663]: Verifying accessibility of file: ast.h MSI (s) (9C:9C) [21:24:32:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:663]: Executing op: FileRemove(,FileName=bitset.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: bitset.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:679]: Verifying accessibility of file: bitset.h MSI (s) (9C:9C) [21:24:32:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:679]: Executing op: FileRemove(,FileName=bltinmodule.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: bltinmodule.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:694]: Verifying accessibility of file: bltinmodule.h MSI (s) (9C:9C) [21:24:32:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:694]: Executing op: FileRemove(,FileName=boolobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: boolobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:710]: Verifying accessibility of file: boolobject.h MSI (s) (9C:9C) [21:24:32:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:710]: Executing op: FileRemove(,FileName=bytearrayobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: bytearrayobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:725]: Verifying accessibility of file: bytearrayobject.h MSI (s) (9C:9C) [21:24:32:725]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:725]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:725]: Executing op: FileRemove(,FileName=bytesobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: bytesobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:741]: Verifying accessibility of file: bytesobject.h MSI (s) (9C:9C) [21:24:32:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:741]: Executing op: FileRemove(,FileName=bytes_methods.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: bytes_methods.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:741]: Verifying accessibility of file: bytes_methods.h MSI (s) (9C:9C) [21:24:32:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:757]: Executing op: FileRemove(,FileName=cellobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: cellobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:757]: Verifying accessibility of file: cellobject.h MSI (s) (9C:9C) [21:24:32:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:772]: Executing op: FileRemove(,FileName=ceval.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: ceval.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:772]: Verifying accessibility of file: ceval.h MSI (s) (9C:9C) [21:24:32:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:788]: Executing op: FileRemove(,FileName=classobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: classobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:788]: Verifying accessibility of file: classobject.h MSI (s) (9C:9C) [21:24:32:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:804]: Executing op: FileRemove(,FileName=code.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: code.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:804]: Verifying accessibility of file: code.h MSI (s) (9C:9C) [21:24:32:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:819]: Executing op: FileRemove(,FileName=codecs.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: codecs.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:819]: Verifying accessibility of file: codecs.h MSI (s) (9C:9C) [21:24:32:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:835]: Executing op: FileRemove(,FileName=compile.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: compile.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:835]: Verifying accessibility of file: compile.h MSI (s) (9C:9C) [21:24:32:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:850]: Executing op: FileRemove(,FileName=complexobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: complexobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:850]: Verifying accessibility of file: complexobject.h MSI (s) (9C:9C) [21:24:32:850]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:850]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:850]: Executing op: FileRemove(,FileName=datetime.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: datetime.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:866]: Verifying accessibility of file: datetime.h MSI (s) (9C:9C) [21:24:32:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:866]: Executing op: FileRemove(,FileName=descrobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: descrobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:882]: Verifying accessibility of file: descrobject.h MSI (s) (9C:9C) [21:24:32:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:882]: Executing op: FileRemove(,FileName=dictobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: dictobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:897]: Verifying accessibility of file: dictobject.h MSI (s) (9C:9C) [21:24:32:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:897]: Executing op: FileRemove(,FileName=dtoa.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: dtoa.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:913]: Verifying accessibility of file: dtoa.h MSI (s) (9C:9C) [21:24:32:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:913]: Executing op: FileRemove(,FileName=dynamic_annotations.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: dynamic_annotations.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:929]: Verifying accessibility of file: dynamic_annotations.h MSI (s) (9C:9C) [21:24:32:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:929]: Executing op: FileRemove(,FileName=enumobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: enumobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:944]: Verifying accessibility of file: enumobject.h MSI (s) (9C:9C) [21:24:32:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:944]: Executing op: FileRemove(,FileName=errcode.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: errcode.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:960]: Verifying accessibility of file: errcode.h MSI (s) (9C:9C) [21:24:32:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:960]: Executing op: FileRemove(,FileName=eval.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: eval.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:960]: Verifying accessibility of file: eval.h MSI (s) (9C:9C) [21:24:32:975]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:975]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:975]: Executing op: FileRemove(,FileName=fileobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: fileobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:975]: Verifying accessibility of file: fileobject.h MSI (s) (9C:9C) [21:24:32:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:991]: Executing op: FileRemove(,FileName=fileutils.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: fileutils.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:991]: Verifying accessibility of file: fileutils.h MSI (s) (9C:9C) [21:24:33:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:007]: Executing op: FileRemove(,FileName=floatobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: floatobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:007]: Verifying accessibility of file: floatobject.h MSI (s) (9C:9C) [21:24:33:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:022]: Executing op: FileRemove(,FileName=frameobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: frameobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:022]: Verifying accessibility of file: frameobject.h MSI (s) (9C:9C) [21:24:33:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:038]: Executing op: FileRemove(,FileName=funcobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: funcobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:038]: Verifying accessibility of file: funcobject.h MSI (s) (9C:9C) [21:24:33:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:054]: Executing op: FileRemove(,FileName=genobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: genobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:054]: Verifying accessibility of file: genobject.h MSI (s) (9C:9C) [21:24:33:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:069]: Executing op: FileRemove(,FileName=graminit.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: graminit.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:069]: Verifying accessibility of file: graminit.h MSI (s) (9C:9C) [21:24:33:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:085]: Executing op: FileRemove(,FileName=grammar.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: grammar.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:085]: Verifying accessibility of file: grammar.h MSI (s) (9C:9C) [21:24:33:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:085]: Executing op: FileRemove(,FileName=import.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: import.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:100]: Verifying accessibility of file: import.h MSI (s) (9C:9C) [21:24:33:100]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:100]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:100]: Executing op: FileRemove(,FileName=intrcheck.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: intrcheck.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:116]: Verifying accessibility of file: intrcheck.h MSI (s) (9C:9C) [21:24:33:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:116]: Executing op: FileRemove(,FileName=iterobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: iterobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:132]: Verifying accessibility of file: iterobject.h MSI (s) (9C:9C) [21:24:33:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:132]: Executing op: FileRemove(,FileName=listobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: listobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:147]: Verifying accessibility of file: listobject.h MSI (s) (9C:9C) [21:24:33:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:147]: Executing op: FileRemove(,FileName=longintrepr.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: longintrepr.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:163]: Verifying accessibility of file: longintrepr.h MSI (s) (9C:9C) [21:24:33:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:163]: Executing op: FileRemove(,FileName=longobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: longobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:179]: Verifying accessibility of file: longobject.h MSI (s) (9C:9C) [21:24:33:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:179]: Executing op: FileRemove(,FileName=marshal.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: marshal.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:179]: Verifying accessibility of file: marshal.h MSI (s) (9C:9C) [21:24:33:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:194]: Executing op: FileRemove(,FileName=memoryobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: memoryobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:194]: Verifying accessibility of file: memoryobject.h MSI (s) (9C:9C) [21:24:33:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:210]: Executing op: FileRemove(,FileName=metagrammar.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: metagrammar.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:210]: Verifying accessibility of file: metagrammar.h MSI (s) (9C:9C) [21:24:33:225]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:225]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:225]: Executing op: FileRemove(,FileName=methodobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: methodobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:225]: Verifying accessibility of file: methodobject.h MSI (s) (9C:9C) [21:24:33:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:241]: Executing op: FileRemove(,FileName=modsupport.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: modsupport.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:241]: Verifying accessibility of file: modsupport.h MSI (s) (9C:9C) [21:24:33:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:257]: Executing op: FileRemove(,FileName=moduleobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: moduleobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:257]: Verifying accessibility of file: moduleobject.h MSI (s) (9C:9C) [21:24:33:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:272]: Executing op: FileRemove(,FileName=namespaceobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: namespaceobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:272]: Verifying accessibility of file: namespaceobject.h MSI (s) (9C:9C) [21:24:33:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:288]: Executing op: FileRemove(,FileName=node.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: node.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:288]: Verifying accessibility of file: node.h MSI (s) (9C:9C) [21:24:33:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:304]: Executing op: FileRemove(,FileName=object.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: object.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:304]: Verifying accessibility of file: object.h MSI (s) (9C:9C) [21:24:33:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:319]: Executing op: FileRemove(,FileName=objimpl.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: objimpl.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:319]: Verifying accessibility of file: objimpl.h MSI (s) (9C:9C) [21:24:33:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:319]: Executing op: FileRemove(,FileName=opcode.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: opcode.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:335]: Verifying accessibility of file: opcode.h MSI (s) (9C:9C) [21:24:33:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:335]: Executing op: FileRemove(,FileName=osdefs.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: osdefs.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:350]: Verifying accessibility of file: osdefs.h MSI (s) (9C:9C) [21:24:33:350]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:350]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:350]: Executing op: FileRemove(,FileName=parsetok.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: parsetok.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:366]: Verifying accessibility of file: parsetok.h MSI (s) (9C:9C) [21:24:33:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:366]: Executing op: FileRemove(,FileName=patchlevel.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: patchlevel.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:382]: Verifying accessibility of file: patchlevel.h MSI (s) (9C:9C) [21:24:33:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:382]: Executing op: FileRemove(,FileName=pgen.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pgen.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:397]: Verifying accessibility of file: pgen.h MSI (s) (9C:9C) [21:24:33:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:397]: Executing op: FileRemove(,FileName=pgenheaders.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pgenheaders.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:397]: Verifying accessibility of file: pgenheaders.h MSI (s) (9C:9C) [21:24:33:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:413]: Executing op: FileRemove(,FileName=pyarena.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pyarena.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:413]: Verifying accessibility of file: pyarena.h MSI (s) (9C:9C) [21:24:33:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:429]: Executing op: FileRemove(,FileName=pyatomic.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pyatomic.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:429]: Verifying accessibility of file: pyatomic.h MSI (s) (9C:9C) [21:24:33:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:444]: Executing op: FileRemove(,FileName=pycapsule.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pycapsule.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:444]: Verifying accessibility of file: pycapsule.h MSI (s) (9C:9C) [21:24:33:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:460]: Executing op: FileRemove(,FileName=pyctype.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pyctype.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:460]: Verifying accessibility of file: pyctype.h MSI (s) (9C:9C) [21:24:33:475]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:475]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:475]: Executing op: FileRemove(,FileName=pydebug.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pydebug.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:475]: Verifying accessibility of file: pydebug.h MSI (s) (9C:9C) [21:24:33:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:491]: Executing op: FileRemove(,FileName=pyerrors.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pyerrors.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:491]: Verifying accessibility of file: pyerrors.h MSI (s) (9C:9C) [21:24:33:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:507]: Executing op: FileRemove(,FileName=pyexpat.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pyexpat.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:507]: Verifying accessibility of file: pyexpat.h MSI (s) (9C:9C) [21:24:33:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:522]: Executing op: FileRemove(,FileName=pyfpe.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pyfpe.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:522]: Verifying accessibility of file: pyfpe.h MSI (s) (9C:9C) [21:24:33:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:538]: Executing op: FileRemove(,FileName=pygetopt.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pygetopt.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:538]: Verifying accessibility of file: pygetopt.h MSI (s) (9C:9C) [21:24:33:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:554]: Executing op: FileRemove(,FileName=pyhash.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pyhash.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:554]: Verifying accessibility of file: pyhash.h MSI (s) (9C:9C) [21:24:33:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:569]: Executing op: FileRemove(,FileName=pymacconfig.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pymacconfig.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:569]: Verifying accessibility of file: pymacconfig.h MSI (s) (9C:9C) [21:24:33:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:585]: Executing op: FileRemove(,FileName=pymacro.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pymacro.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:585]: Verifying accessibility of file: pymacro.h MSI (s) (9C:9C) [21:24:33:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:600]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:600]: Executing op: FileRemove(,FileName=pymath.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pymath.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:600]: Verifying accessibility of file: pymath.h MSI (s) (9C:9C) [21:24:33:600]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:600]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:616]: Executing op: FileRemove(,FileName=pymem.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pymem.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:616]: Verifying accessibility of file: pymem.h MSI (s) (9C:9C) [21:24:33:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:616]: Executing op: FileRemove(,FileName=pyport.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pyport.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:632]: Verifying accessibility of file: pyport.h MSI (s) (9C:9C) [21:24:33:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:632]: Executing op: FileRemove(,FileName=pystate.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pystate.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:647]: Verifying accessibility of file: pystate.h MSI (s) (9C:9C) [21:24:33:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:647]: Executing op: FileRemove(,FileName=pystrcmp.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pystrcmp.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:663]: Verifying accessibility of file: pystrcmp.h MSI (s) (9C:9C) [21:24:33:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:663]: Executing op: FileRemove(,FileName=pystrtod.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pystrtod.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:679]: Verifying accessibility of file: pystrtod.h MSI (s) (9C:9C) [21:24:33:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:679]: Executing op: FileRemove(,FileName=Python-ast.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: Python-ast.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:694]: Verifying accessibility of file: Python-ast.h MSI (s) (9C:9C) [21:24:33:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:694]: Executing op: FileRemove(,FileName=Python.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: Python.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:710]: Verifying accessibility of file: Python.h MSI (s) (9C:9C) [21:24:33:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:710]: Executing op: FileRemove(,FileName=pythonrun.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pythonrun.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:710]: Verifying accessibility of file: pythonrun.h MSI (s) (9C:9C) [21:24:33:725]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:725]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:725]: Executing op: FileRemove(,FileName=pythread.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pythread.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:725]: Verifying accessibility of file: pythread.h MSI (s) (9C:9C) [21:24:33:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:741]: Executing op: FileRemove(,FileName=pytime.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pytime.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:741]: Verifying accessibility of file: pytime.h MSI (s) (9C:9C) [21:24:33:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:757]: Executing op: FileRemove(,FileName=py_curses.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: py_curses.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:757]: Verifying accessibility of file: py_curses.h MSI (s) (9C:9C) [21:24:33:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:772]: Executing op: FileRemove(,FileName=rangeobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: rangeobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:772]: Verifying accessibility of file: rangeobject.h MSI (s) (9C:9C) [21:24:33:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:788]: Executing op: FileRemove(,FileName=setobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: setobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:788]: Verifying accessibility of file: setobject.h MSI (s) (9C:9C) [21:24:33:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:804]: Executing op: FileRemove(,FileName=sliceobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: sliceobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:804]: Verifying accessibility of file: sliceobject.h MSI (s) (9C:9C) [21:24:33:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:804]: Executing op: FileRemove(,FileName=structmember.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: structmember.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:819]: Verifying accessibility of file: structmember.h MSI (s) (9C:9C) [21:24:33:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:819]: Executing op: FileRemove(,FileName=structseq.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: structseq.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:835]: Verifying accessibility of file: structseq.h MSI (s) (9C:9C) [21:24:33:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:835]: Executing op: FileRemove(,FileName=symtable.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: symtable.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:850]: Verifying accessibility of file: symtable.h MSI (s) (9C:9C) [21:24:33:850]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:850]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:850]: Executing op: FileRemove(,FileName=sysmodule.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: sysmodule.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:866]: Verifying accessibility of file: sysmodule.h MSI (s) (9C:9C) [21:24:33:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:866]: Executing op: FileRemove(,FileName=token.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: token.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:882]: Verifying accessibility of file: token.h MSI (s) (9C:9C) [21:24:33:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:882]: Executing op: FileRemove(,FileName=traceback.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: traceback.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:897]: Verifying accessibility of file: traceback.h MSI (s) (9C:9C) [21:24:33:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:897]: Executing op: FileRemove(,FileName=tupleobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: tupleobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:913]: Verifying accessibility of file: tupleobject.h MSI (s) (9C:9C) [21:24:33:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:913]: Executing op: FileRemove(,FileName=typeslots.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: typeslots.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:929]: Verifying accessibility of file: typeslots.h MSI (s) (9C:9C) [21:24:33:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:929]: Executing op: FileRemove(,FileName=ucnhash.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: ucnhash.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:929]: Verifying accessibility of file: ucnhash.h MSI (s) (9C:9C) [21:24:33:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:944]: Executing op: FileRemove(,FileName=unicodeobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: unicodeobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:944]: Verifying accessibility of file: unicodeobject.h MSI (s) (9C:9C) [21:24:33:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:960]: Executing op: FileRemove(,FileName=warnings.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: warnings.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:960]: Verifying accessibility of file: warnings.h MSI (s) (9C:9C) [21:24:33:975]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:975]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:975]: Executing op: FileRemove(,FileName=weakrefobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: weakrefobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:975]: Verifying accessibility of file: weakrefobject.h MSI (s) (9C:9C) [21:24:33:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:991]: Executing op: FileRemove(,FileName=pyconfig.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pyconfig.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:991]: Verifying accessibility of file: pyconfig.h MSI (s) (9C:9C) [21:24:34:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:132]: Executing op: SetTargetFolder(Folder=C:\Python34\libs\) MSI (s) (9C:9C) [21:24:34:132]: Executing op: FileRemove(,FileName=pyexpat.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: pyexpat.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:147]: Verifying accessibility of file: pyexpat.lib MSI (s) (9C:9C) [21:24:34:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:147]: Executing op: FileRemove(,FileName=select.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: select.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:163]: Verifying accessibility of file: select.lib MSI (s) (9C:9C) [21:24:34:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:163]: Executing op: FileRemove(,FileName=unicodedata.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: unicodedata.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:179]: Verifying accessibility of file: unicodedata.lib MSI (s) (9C:9C) [21:24:34:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:179]: Executing op: FileRemove(,FileName=winsound.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: winsound.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:179]: Verifying accessibility of file: winsound.lib MSI (s) (9C:9C) [21:24:34:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:194]: Executing op: FileRemove(,FileName=_bz2.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _bz2.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:194]: Verifying accessibility of file: _bz2.lib MSI (s) (9C:9C) [21:24:34:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:210]: Executing op: FileRemove(,FileName=_elementtree.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _elementtree.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:210]: Verifying accessibility of file: _elementtree.lib MSI (s) (9C:9C) [21:24:34:225]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:225]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:225]: Executing op: FileRemove(,FileName=_socket.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _socket.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:225]: Verifying accessibility of file: _socket.lib MSI (s) (9C:9C) [21:24:34:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:241]: Executing op: FileRemove(,FileName=_ssl.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _ssl.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:241]: Verifying accessibility of file: _ssl.lib MSI (s) (9C:9C) [21:24:34:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:257]: Executing op: FileRemove(,FileName=_testcapi.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _testcapi.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:257]: Verifying accessibility of file: _testcapi.lib MSI (s) (9C:9C) [21:24:34:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:272]: Executing op: FileRemove(,FileName=_msi.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _msi.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:272]: Verifying accessibility of file: _msi.lib MSI (s) (9C:9C) [21:24:34:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:288]: Executing op: FileRemove(,FileName=_ctypes.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _ctypes.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:288]: Verifying accessibility of file: _ctypes.lib MSI (s) (9C:9C) [21:24:34:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:288]: Executing op: FileRemove(,FileName=_ctypes_test.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _ctypes_test.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:304]: Verifying accessibility of file: _ctypes_test.lib MSI (s) (9C:9C) [21:24:34:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:304]: Executing op: FileRemove(,FileName=_sqlite3.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _sqlite3.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:319]: Verifying accessibility of file: _sqlite3.lib MSI (s) (9C:9C) [21:24:34:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:319]: Executing op: FileRemove(,FileName=_hashlib.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _hashlib.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:335]: Verifying accessibility of file: _hashlib.lib MSI (s) (9C:9C) [21:24:34:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:335]: Executing op: FileRemove(,FileName=_multiprocessing.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _multiprocessing.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:350]: Verifying accessibility of file: _multiprocessing.lib MSI (s) (9C:9C) [21:24:34:350]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:350]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:350]: Executing op: FileRemove(,FileName=_lzma.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _lzma.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:366]: Verifying accessibility of file: _lzma.lib MSI (s) (9C:9C) [21:24:34:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:366]: Executing op: FileRemove(,FileName=_decimal.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _decimal.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:366]: Verifying accessibility of file: _decimal.lib MSI (s) (9C:9C) [21:24:34:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:382]: Executing op: FileRemove(,FileName=_testbuffer.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _testbuffer.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:382]: Verifying accessibility of file: _testbuffer.lib MSI (s) (9C:9C) [21:24:34:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:397]: Executing op: FileRemove(,FileName=_testimportmultiple.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _testimportmultiple.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:397]: Verifying accessibility of file: _testimportmultiple.lib MSI (s) (9C:9C) [21:24:34:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:413]: Executing op: FileRemove(,FileName=_overlapped.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _overlapped.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:413]: Verifying accessibility of file: _overlapped.lib MSI (s) (9C:9C) [21:24:34:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:429]: Executing op: FileRemove(,FileName=_tkinter.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _tkinter.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:429]: Verifying accessibility of file: _tkinter.lib MSI (s) (9C:9C) [21:24:34:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:444]: Executing op: FileRemove(,FileName=python34.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: python34.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:444]: Verifying accessibility of file: python34.lib MSI (s) (9C:9C) [21:24:34:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:460]: Executing op: FileRemove(,FileName=python3.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: python3.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:460]: Verifying accessibility of file: python3.lib MSI (s) (9C:9C) [21:24:34:475]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:475]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:475]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\) MSI (s) (9C:9C) [21:24:34:475]: Executing op: FileRemove(,FileName=itclstub40.lib,,ComponentId={415A8452-86C6-49C0-9A4C-2524006C10DD}) RemoveFiles: File: itclstub40.lib, Directory: C:\Python34\tcl\ MSI (s) (9C:9C) [21:24:34:475]: Verifying accessibility of file: itclstub40.lib MSI (s) (9C:9C) [21:24:34:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:491]: Executing op: FileRemove(,FileName=tcl86t.lib,,ComponentId={415A8452-86C6-49C0-9A4C-2524006C10DD}) RemoveFiles: File: tcl86t.lib, Directory: C:\Python34\tcl\ MSI (s) (9C:9C) [21:24:34:491]: Verifying accessibility of file: tcl86t.lib MSI (s) (9C:9C) [21:24:34:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:507]: Executing op: FileRemove(,FileName=tclConfig.sh,,ComponentId={415A8452-86C6-49C0-9A4C-2524006C10DD}) RemoveFiles: File: tclConfig.sh, Directory: C:\Python34\tcl\ MSI (s) (9C:9C) [21:24:34:507]: Verifying accessibility of file: tclConfig.sh MSI (s) (9C:9C) [21:24:34:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:522]: Executing op: FileRemove(,FileName=tclooConfig.sh,,ComponentId={415A8452-86C6-49C0-9A4C-2524006C10DD}) RemoveFiles: File: tclooConfig.sh, Directory: C:\Python34\tcl\ MSI (s) (9C:9C) [21:24:34:522]: Verifying accessibility of file: tclooConfig.sh MSI (s) (9C:9C) [21:24:34:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:538]: Executing op: FileRemove(,FileName=tclstub86.lib,,ComponentId={415A8452-86C6-49C0-9A4C-2524006C10DD}) RemoveFiles: File: tclstub86.lib, Directory: C:\Python34\tcl\ MSI (s) (9C:9C) [21:24:34:538]: Verifying accessibility of file: tclstub86.lib MSI (s) (9C:9C) [21:24:34:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:554]: Executing op: FileRemove(,FileName=tk86t.lib,,ComponentId={415A8452-86C6-49C0-9A4C-2524006C10DD}) RemoveFiles: File: tk86t.lib, Directory: C:\Python34\tcl\ MSI (s) (9C:9C) [21:24:34:554]: Verifying accessibility of file: tk86t.lib MSI (s) (9C:9C) [21:24:34:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:569]: Executing op: FileRemove(,FileName=tkstub86.lib,,ComponentId={415A8452-86C6-49C0-9A4C-2524006C10DD}) RemoveFiles: File: tkstub86.lib, Directory: C:\Python34\tcl\ MSI (s) (9C:9C) [21:24:34:569]: Verifying accessibility of file: tkstub86.lib MSI (s) (9C:9C) [21:24:34:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:585]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\) MSI (s) (9C:9C) [21:24:34:585]: Executing op: FileRemove(,FileName=bgerror.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: bgerror.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:585]: Verifying accessibility of file: bgerror.tcl MSI (s) (9C:9C) [21:24:34:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:585]: Executing op: FileRemove(,FileName=button.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: button.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:600]: Verifying accessibility of file: button.tcl MSI (s) (9C:9C) [21:24:34:600]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:600]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:600]: Executing op: FileRemove(,FileName=choosedir.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: choosedir.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:616]: Verifying accessibility of file: choosedir.tcl MSI (s) (9C:9C) [21:24:34:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:616]: Executing op: FileRemove(,FileName=clrpick.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: clrpick.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:632]: Verifying accessibility of file: clrpick.tcl MSI (s) (9C:9C) [21:24:34:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:647]: Executing op: FileRemove(,FileName=comdlg.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: comdlg.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:647]: Verifying accessibility of file: comdlg.tcl MSI (s) (9C:9C) [21:24:34:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:663]: Executing op: FileRemove(,FileName=console.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: console.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:663]: Verifying accessibility of file: console.tcl MSI (s) (9C:9C) [21:24:34:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:663]: Executing op: FileRemove(,FileName=dialog.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: dialog.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:679]: Verifying accessibility of file: dialog.tcl MSI (s) (9C:9C) [21:24:34:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:679]: Executing op: FileRemove(,FileName=entry.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: entry.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:694]: Verifying accessibility of file: entry.tcl MSI (s) (9C:9C) [21:24:34:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:694]: Executing op: FileRemove(,FileName=focus.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: focus.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:710]: Verifying accessibility of file: focus.tcl MSI (s) (9C:9C) [21:24:34:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:710]: Executing op: FileRemove(,FileName=fontchooser.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: fontchooser.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:725]: Verifying accessibility of file: fontchooser.tcl MSI (s) (9C:9C) [21:24:34:725]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:725]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:725]: Executing op: FileRemove(,FileName=iconlist.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: iconlist.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:741]: Verifying accessibility of file: iconlist.tcl MSI (s) (9C:9C) [21:24:34:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:741]: Executing op: FileRemove(,FileName=icons.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: icons.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:741]: Verifying accessibility of file: icons.tcl MSI (s) (9C:9C) [21:24:34:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:757]: Executing op: FileRemove(,FileName=license.terms,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: license.terms, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:757]: Verifying accessibility of file: license.terms MSI (s) (9C:9C) [21:24:34:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:772]: Executing op: FileRemove(,FileName=listbox.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: listbox.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:772]: Verifying accessibility of file: listbox.tcl MSI (s) (9C:9C) [21:24:34:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:788]: Executing op: FileRemove(,FileName=megawidget.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: megawidget.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:788]: Verifying accessibility of file: megawidget.tcl MSI (s) (9C:9C) [21:24:34:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:804]: Executing op: FileRemove(,FileName=menu.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: menu.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:804]: Verifying accessibility of file: menu.tcl MSI (s) (9C:9C) [21:24:34:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:819]: Executing op: FileRemove(,FileName=mkpsenc.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: mkpsenc.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:819]: Verifying accessibility of file: mkpsenc.tcl MSI (s) (9C:9C) [21:24:34:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:835]: Executing op: FileRemove(,FileName=msgbox.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: msgbox.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:835]: Verifying accessibility of file: msgbox.tcl MSI (s) (9C:9C) [21:24:34:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:850]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:850]: Executing op: FileRemove(,FileName=obsolete.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: obsolete.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:850]: Verifying accessibility of file: obsolete.tcl MSI (s) (9C:9C) [21:24:34:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:866]: Executing op: FileRemove(,FileName=optMenu.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: optMenu.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:866]: Verifying accessibility of file: optMenu.tcl MSI (s) (9C:9C) [21:24:34:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:882]: Executing op: FileRemove(,FileName=palette.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: palette.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:882]: Verifying accessibility of file: palette.tcl MSI (s) (9C:9C) [21:24:34:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:897]: Executing op: FileRemove(,FileName=panedwindow.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: panedwindow.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:897]: Verifying accessibility of file: panedwindow.tcl MSI (s) (9C:9C) [21:24:34:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:913]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:913]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:34:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:929]: Executing op: FileRemove(,FileName=safetk.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: safetk.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:929]: Verifying accessibility of file: safetk.tcl MSI (s) (9C:9C) [21:24:34:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:944]: Executing op: FileRemove(,FileName=scale.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: scale.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:944]: Verifying accessibility of file: scale.tcl MSI (s) (9C:9C) [21:24:34:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:944]: Executing op: FileRemove(,FileName=scrlbar.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: scrlbar.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:960]: Verifying accessibility of file: scrlbar.tcl MSI (s) (9C:9C) [21:24:34:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:960]: Executing op: FileRemove(,FileName=spinbox.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: spinbox.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:975]: Verifying accessibility of file: spinbox.tcl MSI (s) (9C:9C) [21:24:34:975]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:975]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:975]: Executing op: FileRemove(,FileName=tclIndex,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: tclIndex, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:991]: Verifying accessibility of file: tclIndex MSI (s) (9C:9C) [21:24:34:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:991]: Executing op: FileRemove(,FileName=tearoff.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: tearoff.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:35:007]: Verifying accessibility of file: tearoff.tcl MSI (s) (9C:9C) [21:24:35:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:007]: Executing op: FileRemove(,FileName=text.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: text.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:35:007]: Verifying accessibility of file: text.tcl MSI (s) (9C:9C) [21:24:35:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:022]: Executing op: FileRemove(,FileName=tk.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: tk.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:35:022]: Verifying accessibility of file: tk.tcl MSI (s) (9C:9C) [21:24:35:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:038]: Executing op: FileRemove(,FileName=tkfbox.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: tkfbox.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:35:038]: Verifying accessibility of file: tkfbox.tcl MSI (s) (9C:9C) [21:24:35:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:054]: Executing op: FileRemove(,FileName=unsupported.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: unsupported.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:35:054]: Verifying accessibility of file: unsupported.tcl MSI (s) (9C:9C) [21:24:35:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:069]: Executing op: FileRemove(,FileName=xmfbox.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: xmfbox.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:35:069]: Verifying accessibility of file: xmfbox.tcl MSI (s) (9C:9C) [21:24:35:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:085]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\ttk\) MSI (s) (9C:9C) [21:24:35:085]: Executing op: FileRemove(,FileName=altTheme.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: altTheme.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:085]: Verifying accessibility of file: altTheme.tcl MSI (s) (9C:9C) [21:24:35:101]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:101]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:101]: Executing op: FileRemove(,FileName=aquaTheme.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: aquaTheme.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:101]: Verifying accessibility of file: aquaTheme.tcl MSI (s) (9C:9C) [21:24:35:101]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:116]: Executing op: FileRemove(,FileName=button.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: button.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:116]: Verifying accessibility of file: button.tcl MSI (s) (9C:9C) [21:24:35:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:132]: Executing op: FileRemove(,FileName=clamTheme.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: clamTheme.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:132]: Verifying accessibility of file: clamTheme.tcl MSI (s) (9C:9C) [21:24:35:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:132]: Executing op: FileRemove(,FileName=classicTheme.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: classicTheme.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:147]: Verifying accessibility of file: classicTheme.tcl MSI (s) (9C:9C) [21:24:35:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:147]: Executing op: FileRemove(,FileName=combobox.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: combobox.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:163]: Verifying accessibility of file: combobox.tcl MSI (s) (9C:9C) [21:24:35:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:163]: Executing op: FileRemove(,FileName=cursors.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: cursors.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:179]: Verifying accessibility of file: cursors.tcl MSI (s) (9C:9C) [21:24:35:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:179]: Executing op: FileRemove(,FileName=defaults.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: defaults.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:194]: Verifying accessibility of file: defaults.tcl MSI (s) (9C:9C) [21:24:35:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:194]: Executing op: FileRemove(,FileName=entry.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: entry.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:194]: Verifying accessibility of file: entry.tcl MSI (s) (9C:9C) [21:24:35:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:210]: Executing op: FileRemove(,FileName=fonts.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: fonts.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:210]: Verifying accessibility of file: fonts.tcl MSI (s) (9C:9C) [21:24:35:225]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:225]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:225]: Executing op: FileRemove(,FileName=menubutton.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: menubutton.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:225]: Verifying accessibility of file: menubutton.tcl MSI (s) (9C:9C) [21:24:35:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:241]: Executing op: FileRemove(,FileName=notebook.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: notebook.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:241]: Verifying accessibility of file: notebook.tcl MSI (s) (9C:9C) [21:24:35:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:257]: Executing op: FileRemove(,FileName=panedwindow.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: panedwindow.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:257]: Verifying accessibility of file: panedwindow.tcl MSI (s) (9C:9C) [21:24:35:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:272]: Executing op: FileRemove(,FileName=progress.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: progress.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:272]: Verifying accessibility of file: progress.tcl MSI (s) (9C:9C) [21:24:35:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:272]: Executing op: FileRemove(,FileName=scale.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: scale.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:288]: Verifying accessibility of file: scale.tcl MSI (s) (9C:9C) [21:24:35:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:288]: Executing op: FileRemove(,FileName=scrollbar.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: scrollbar.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:304]: Verifying accessibility of file: scrollbar.tcl MSI (s) (9C:9C) [21:24:35:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:304]: Executing op: FileRemove(,FileName=sizegrip.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: sizegrip.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:319]: Verifying accessibility of file: sizegrip.tcl MSI (s) (9C:9C) [21:24:35:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:319]: Executing op: FileRemove(,FileName=spinbox.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: spinbox.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:335]: Verifying accessibility of file: spinbox.tcl MSI (s) (9C:9C) [21:24:35:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:335]: Executing op: FileRemove(,FileName=treeview.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: treeview.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:351]: Verifying accessibility of file: treeview.tcl MSI (s) (9C:9C) [21:24:35:351]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:351]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:351]: Executing op: FileRemove(,FileName=ttk.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: ttk.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:351]: Verifying accessibility of file: ttk.tcl MSI (s) (9C:9C) [21:24:35:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:366]: Executing op: FileRemove(,FileName=utils.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: utils.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:366]: Verifying accessibility of file: utils.tcl MSI (s) (9C:9C) [21:24:35:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:382]: Executing op: FileRemove(,FileName=vistaTheme.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: vistaTheme.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:382]: Verifying accessibility of file: vistaTheme.tcl MSI (s) (9C:9C) [21:24:35:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:397]: Executing op: FileRemove(,FileName=winTheme.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: winTheme.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:397]: Verifying accessibility of file: winTheme.tcl MSI (s) (9C:9C) [21:24:35:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:413]: Executing op: FileRemove(,FileName=xpTheme.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: xpTheme.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:413]: Verifying accessibility of file: xpTheme.tcl MSI (s) (9C:9C) [21:24:35:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:429]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\msgs\) MSI (s) (9C:9C) [21:24:35:429]: Executing op: FileRemove(,FileName=cs.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: cs.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:429]: Verifying accessibility of file: cs.msg MSI (s) (9C:9C) [21:24:35:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:444]: Executing op: FileRemove(,FileName=da.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: da.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:444]: Verifying accessibility of file: da.msg MSI (s) (9C:9C) [21:24:35:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:444]: Executing op: FileRemove(,FileName=de.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: de.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:460]: Verifying accessibility of file: de.msg MSI (s) (9C:9C) [21:24:35:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:460]: Executing op: FileRemove(,FileName=el.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: el.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:475]: Verifying accessibility of file: el.msg MSI (s) (9C:9C) [21:24:35:475]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:475]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:475]: Executing op: FileRemove(,FileName=en.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: en.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:491]: Verifying accessibility of file: en.msg MSI (s) (9C:9C) [21:24:35:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:491]: Executing op: FileRemove(,FileName=en_gb.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: en_gb.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:507]: Verifying accessibility of file: en_gb.msg MSI (s) (9C:9C) [21:24:35:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:507]: Executing op: FileRemove(,FileName=eo.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: eo.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:507]: Verifying accessibility of file: eo.msg MSI (s) (9C:9C) [21:24:35:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:522]: Executing op: FileRemove(,FileName=es.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: es.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:522]: Verifying accessibility of file: es.msg MSI (s) (9C:9C) [21:24:35:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:538]: Executing op: FileRemove(,FileName=fr.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: fr.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:538]: Verifying accessibility of file: fr.msg MSI (s) (9C:9C) [21:24:35:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:554]: Executing op: FileRemove(,FileName=hu.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: hu.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:554]: Verifying accessibility of file: hu.msg MSI (s) (9C:9C) [21:24:35:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:569]: Executing op: FileRemove(,FileName=it.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: it.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:569]: Verifying accessibility of file: it.msg MSI (s) (9C:9C) [21:24:35:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:585]: Executing op: FileRemove(,FileName=nl.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: nl.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:585]: Verifying accessibility of file: nl.msg MSI (s) (9C:9C) [21:24:35:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:601]: Executing op: FileRemove(,FileName=pl.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: pl.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:601]: Verifying accessibility of file: pl.msg MSI (s) (9C:9C) [21:24:35:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:601]: Executing op: FileRemove(,FileName=pt.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: pt.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:616]: Verifying accessibility of file: pt.msg MSI (s) (9C:9C) [21:24:35:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:616]: Executing op: FileRemove(,FileName=ru.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: ru.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:632]: Verifying accessibility of file: ru.msg MSI (s) (9C:9C) [21:24:35:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:632]: Executing op: FileRemove(,FileName=sv.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: sv.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:647]: Verifying accessibility of file: sv.msg MSI (s) (9C:9C) [21:24:35:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:647]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\images\) MSI (s) (9C:9C) [21:24:35:647]: Executing op: FileRemove(,FileName=lamp.png,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: lamp.png, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:663]: Verifying accessibility of file: lamp.png MSI (s) (9C:9C) [21:24:35:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:663]: Executing op: FileRemove(,FileName=lamp.svg,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: lamp.svg, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:679]: Verifying accessibility of file: lamp.svg MSI (s) (9C:9C) [21:24:35:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:679]: Executing op: FileRemove(,FileName=logo.eps,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: logo.eps, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:679]: Verifying accessibility of file: logo.eps MSI (s) (9C:9C) [21:24:35:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:694]: Executing op: FileRemove(,FileName=logo100.gif,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: logo100.gif, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:694]: Verifying accessibility of file: logo100.gif MSI (s) (9C:9C) [21:24:35:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:710]: Executing op: FileRemove(,FileName=logo64.gif,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: logo64.gif, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:710]: Verifying accessibility of file: logo64.gif MSI (s) (9C:9C) [21:24:35:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:726]: Executing op: FileRemove(,FileName=logoLarge.gif,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: logoLarge.gif, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:726]: Verifying accessibility of file: logoLarge.gif MSI (s) (9C:9C) [21:24:35:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:741]: Executing op: FileRemove(,FileName=logoMed.gif,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: logoMed.gif, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:741]: Verifying accessibility of file: logoMed.gif MSI (s) (9C:9C) [21:24:35:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:757]: Executing op: FileRemove(,FileName=pwrdLogo.eps,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: pwrdLogo.eps, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:757]: Verifying accessibility of file: pwrdLogo.eps MSI (s) (9C:9C) [21:24:35:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:772]: Executing op: FileRemove(,FileName=pwrdLogo100.gif,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: pwrdLogo100.gif, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:772]: Verifying accessibility of file: pwrdLogo100.gif MSI (s) (9C:9C) [21:24:35:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:772]: Executing op: FileRemove(,FileName=pwrdLogo150.gif,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: pwrdLogo150.gif, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:788]: Verifying accessibility of file: pwrdLogo150.gif MSI (s) (9C:9C) [21:24:35:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:788]: Executing op: FileRemove(,FileName=pwrdLogo175.gif,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: pwrdLogo175.gif, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:804]: Verifying accessibility of file: pwrdLogo175.gif MSI (s) (9C:9C) [21:24:35:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:804]: Executing op: FileRemove(,FileName=pwrdLogo200.gif,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: pwrdLogo200.gif, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:819]: Verifying accessibility of file: pwrdLogo200.gif MSI (s) (9C:9C) [21:24:35:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:819]: Executing op: FileRemove(,FileName=pwrdLogo75.gif,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: pwrdLogo75.gif, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:819]: Verifying accessibility of file: pwrdLogo75.gif MSI (s) (9C:9C) [21:24:35:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:835]: Executing op: FileRemove(,FileName=README,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: README, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:835]: Verifying accessibility of file: README MSI (s) (9C:9C) [21:24:35:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:851]: Executing op: FileRemove(,FileName=tai-ku.gif,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: tai-ku.gif, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:851]: Verifying accessibility of file: tai-ku.gif MSI (s) (9C:9C) [21:24:35:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:866]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\demos\) MSI (s) (9C:9C) [21:24:35:866]: Executing op: FileRemove(,FileName=anilabel.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: anilabel.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:35:866]: Verifying accessibility of file: anilabel.tcl MSI (s) (9C:9C) [21:24:35:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:882]: Executing op: FileRemove(,FileName=aniwave.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: aniwave.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:35:882]: Verifying accessibility of file: aniwave.tcl MSI (s) (9C:9C) [21:24:35:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:897]: Executing op: FileRemove(,FileName=arrow.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: arrow.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:35:897]: Verifying accessibility of file: arrow.tcl MSI (s) (9C:9C) [21:24:35:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:913]: Executing op: FileRemove(,FileName=bind.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: bind.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:35:913]: Verifying accessibility of file: bind.tcl MSI (s) (9C:9C) [21:24:35:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:929]: Executing op: FileRemove(,FileName=bitmap.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: bitmap.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:35:929]: Verifying accessibility of file: bitmap.tcl MSI (s) (9C:9C) [21:24:35:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:944]: Executing op: FileRemove(,FileName=browse,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: browse, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:35:944]: Verifying accessibility of file: browse MSI (s) (9C:9C) [21:24:35:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:944]: Executing op: FileRemove(,FileName=button.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: button.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:35:960]: Verifying accessibility of file: button.tcl MSI (s) (9C:9C) [21:24:35:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:960]: Executing op: FileRemove(,FileName=check.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: check.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:35:976]: Verifying accessibility of file: check.tcl MSI (s) (9C:9C) [21:24:35:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:976]: Executing op: FileRemove(,FileName=clrpick.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: clrpick.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:35:991]: Verifying accessibility of file: clrpick.tcl MSI (s) (9C:9C) [21:24:35:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:991]: Executing op: FileRemove(,FileName=colors.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: colors.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:007]: Verifying accessibility of file: colors.tcl MSI (s) (9C:9C) [21:24:36:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:007]: Executing op: FileRemove(,FileName=combo.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: combo.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:022]: Verifying accessibility of file: combo.tcl MSI (s) (9C:9C) [21:24:36:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:022]: Executing op: FileRemove(,FileName=cscroll.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: cscroll.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:038]: Verifying accessibility of file: cscroll.tcl MSI (s) (9C:9C) [21:24:36:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:038]: Executing op: FileRemove(,FileName=ctext.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: ctext.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:054]: Verifying accessibility of file: ctext.tcl MSI (s) (9C:9C) [21:24:36:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:054]: Executing op: FileRemove(,FileName=dialog1.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: dialog1.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:069]: Verifying accessibility of file: dialog1.tcl MSI (s) (9C:9C) [21:24:36:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:069]: Executing op: FileRemove(,FileName=dialog2.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: dialog2.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:085]: Verifying accessibility of file: dialog2.tcl MSI (s) (9C:9C) [21:24:36:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:085]: Executing op: FileRemove(,FileName=en.msg,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: en.msg, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:100]: Verifying accessibility of file: en.msg MSI (s) (9C:9C) [21:24:36:100]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:100]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:116]: Executing op: FileRemove(,FileName=entry1.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: entry1.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:116]: Verifying accessibility of file: entry1.tcl MSI (s) (9C:9C) [21:24:36:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:132]: Executing op: FileRemove(,FileName=entry2.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: entry2.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:132]: Verifying accessibility of file: entry2.tcl MSI (s) (9C:9C) [21:24:36:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:147]: Executing op: FileRemove(,FileName=entry3.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: entry3.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:147]: Verifying accessibility of file: entry3.tcl MSI (s) (9C:9C) [21:24:36:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:163]: Executing op: FileRemove(,FileName=filebox.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: filebox.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:163]: Verifying accessibility of file: filebox.tcl MSI (s) (9C:9C) [21:24:36:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:179]: Executing op: FileRemove(,FileName=floor.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: floor.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:179]: Verifying accessibility of file: floor.tcl MSI (s) (9C:9C) [21:24:36:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:194]: Executing op: FileRemove(,FileName=fontchoose.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: fontchoose.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:210]: Verifying accessibility of file: fontchoose.tcl MSI (s) (9C:9C) [21:24:36:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:210]: Executing op: FileRemove(,FileName=form.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: form.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:225]: Verifying accessibility of file: form.tcl MSI (s) (9C:9C) [21:24:36:225]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:241]: Executing op: FileRemove(,FileName=goldberg.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: goldberg.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:241]: Verifying accessibility of file: goldberg.tcl MSI (s) (9C:9C) [21:24:36:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:257]: Executing op: FileRemove(,FileName=hello,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: hello, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:257]: Verifying accessibility of file: hello MSI (s) (9C:9C) [21:24:36:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:272]: Executing op: FileRemove(,FileName=hscale.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: hscale.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:288]: Verifying accessibility of file: hscale.tcl MSI (s) (9C:9C) [21:24:36:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:288]: Executing op: FileRemove(,FileName=icon.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: icon.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:304]: Verifying accessibility of file: icon.tcl MSI (s) (9C:9C) [21:24:36:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:304]: Executing op: FileRemove(,FileName=image1.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: image1.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:319]: Verifying accessibility of file: image1.tcl MSI (s) (9C:9C) [21:24:36:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:335]: Executing op: FileRemove(,FileName=image2.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: image2.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:335]: Verifying accessibility of file: image2.tcl MSI (s) (9C:9C) [21:24:36:350]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:350]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:350]: Executing op: FileRemove(,FileName=items.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: items.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:366]: Verifying accessibility of file: items.tcl MSI (s) (9C:9C) [21:24:36:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:366]: Executing op: FileRemove(,FileName=ixset,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: ixset, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:382]: Verifying accessibility of file: ixset MSI (s) (9C:9C) [21:24:36:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:397]: Executing op: FileRemove(,FileName=knightstour.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: knightstour.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:397]: Verifying accessibility of file: knightstour.tcl MSI (s) (9C:9C) [21:24:36:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:413]: Executing op: FileRemove(,FileName=label.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: label.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:413]: Verifying accessibility of file: label.tcl MSI (s) (9C:9C) [21:24:36:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:429]: Executing op: FileRemove(,FileName=labelframe.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: labelframe.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:444]: Verifying accessibility of file: labelframe.tcl MSI (s) (9C:9C) [21:24:36:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:444]: Executing op: FileRemove(,FileName=license.terms,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: license.terms, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:460]: Verifying accessibility of file: license.terms MSI (s) (9C:9C) [21:24:36:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:475]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:475]: Executing op: FileRemove(,FileName=mclist.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: mclist.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:475]: Verifying accessibility of file: mclist.tcl MSI (s) (9C:9C) [21:24:36:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:491]: Executing op: FileRemove(,FileName=menu.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: menu.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:491]: Verifying accessibility of file: menu.tcl MSI (s) (9C:9C) [21:24:36:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:507]: Executing op: FileRemove(,FileName=menubu.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: menubu.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:507]: Verifying accessibility of file: menubu.tcl MSI (s) (9C:9C) [21:24:36:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:522]: Executing op: FileRemove(,FileName=msgbox.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: msgbox.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:538]: Verifying accessibility of file: msgbox.tcl MSI (s) (9C:9C) [21:24:36:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:554]: Executing op: FileRemove(,FileName=nl.msg,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: nl.msg, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:554]: Verifying accessibility of file: nl.msg MSI (s) (9C:9C) [21:24:36:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:569]: Executing op: FileRemove(,FileName=paned1.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: paned1.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:569]: Verifying accessibility of file: paned1.tcl MSI (s) (9C:9C) [21:24:36:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:585]: Executing op: FileRemove(,FileName=paned2.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: paned2.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:585]: Verifying accessibility of file: paned2.tcl MSI (s) (9C:9C) [21:24:36:600]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:600]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:600]: Executing op: FileRemove(,FileName=pendulum.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: pendulum.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:616]: Verifying accessibility of file: pendulum.tcl MSI (s) (9C:9C) [21:24:36:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:616]: Executing op: FileRemove(,FileName=plot.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: plot.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:632]: Verifying accessibility of file: plot.tcl MSI (s) (9C:9C) [21:24:36:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:647]: Executing op: FileRemove(,FileName=puzzle.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: puzzle.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:647]: Verifying accessibility of file: puzzle.tcl MSI (s) (9C:9C) [21:24:36:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:663]: Executing op: FileRemove(,FileName=radio.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: radio.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:663]: Verifying accessibility of file: radio.tcl MSI (s) (9C:9C) [21:24:36:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:679]: Executing op: FileRemove(,FileName=README,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: README, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:679]: Verifying accessibility of file: README MSI (s) (9C:9C) [21:24:36:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:694]: Executing op: FileRemove(,FileName=rmt,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: rmt, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:694]: Verifying accessibility of file: rmt MSI (s) (9C:9C) [21:24:36:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:710]: Executing op: FileRemove(,FileName=rolodex,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: rolodex, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:725]: Verifying accessibility of file: rolodex MSI (s) (9C:9C) [21:24:36:725]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:725]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:725]: Executing op: FileRemove(,FileName=ruler.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: ruler.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:741]: Verifying accessibility of file: ruler.tcl MSI (s) (9C:9C) [21:24:36:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:757]: Executing op: FileRemove(,FileName=sayings.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: sayings.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:757]: Verifying accessibility of file: sayings.tcl MSI (s) (9C:9C) [21:24:36:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:772]: Executing op: FileRemove(,FileName=search.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: search.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:772]: Verifying accessibility of file: search.tcl MSI (s) (9C:9C) [21:24:36:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:788]: Executing op: FileRemove(,FileName=spin.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: spin.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:804]: Verifying accessibility of file: spin.tcl MSI (s) (9C:9C) [21:24:36:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:804]: Executing op: FileRemove(,FileName=square,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: square, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:819]: Verifying accessibility of file: square MSI (s) (9C:9C) [21:24:36:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:819]: Executing op: FileRemove(,FileName=states.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: states.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:835]: Verifying accessibility of file: states.tcl MSI (s) (9C:9C) [21:24:36:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:835]: Executing op: FileRemove(,FileName=style.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: style.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:835]: Verifying accessibility of file: style.tcl MSI (s) (9C:9C) [21:24:36:850]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:850]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:850]: Executing op: FileRemove(,FileName=tclIndex,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: tclIndex, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:850]: Verifying accessibility of file: tclIndex MSI (s) (9C:9C) [21:24:36:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:866]: Executing op: FileRemove(,FileName=tcolor,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: tcolor, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:866]: Verifying accessibility of file: tcolor MSI (s) (9C:9C) [21:24:36:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:882]: Executing op: FileRemove(,FileName=text.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: text.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:882]: Verifying accessibility of file: text.tcl MSI (s) (9C:9C) [21:24:36:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:897]: Executing op: FileRemove(,FileName=textpeer.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: textpeer.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:897]: Verifying accessibility of file: textpeer.tcl MSI (s) (9C:9C) [21:24:36:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:913]: Executing op: FileRemove(,FileName=timer,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: timer, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:913]: Verifying accessibility of file: timer MSI (s) (9C:9C) [21:24:36:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:929]: Executing op: FileRemove(,FileName=toolbar.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: toolbar.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:929]: Verifying accessibility of file: toolbar.tcl MSI (s) (9C:9C) [21:24:36:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:944]: Executing op: FileRemove(,FileName=tree.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: tree.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:944]: Verifying accessibility of file: tree.tcl MSI (s) (9C:9C) [21:24:36:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:960]: Executing op: FileRemove(,FileName=ttkbut.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: ttkbut.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:960]: Verifying accessibility of file: ttkbut.tcl MSI (s) (9C:9C) [21:24:36:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:960]: Executing op: FileRemove(,FileName=ttkmenu.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: ttkmenu.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:975]: Verifying accessibility of file: ttkmenu.tcl MSI (s) (9C:9C) [21:24:36:975]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:975]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:975]: Executing op: FileRemove(,FileName=ttknote.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: ttknote.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:991]: Verifying accessibility of file: ttknote.tcl MSI (s) (9C:9C) [21:24:36:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:991]: Executing op: FileRemove(,FileName=ttkpane.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: ttkpane.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:37:007]: Verifying accessibility of file: ttkpane.tcl MSI (s) (9C:9C) [21:24:37:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:007]: Executing op: FileRemove(,FileName=ttkprogress.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: ttkprogress.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:37:022]: Verifying accessibility of file: ttkprogress.tcl MSI (s) (9C:9C) [21:24:37:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:022]: Executing op: FileRemove(,FileName=ttkscale.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: ttkscale.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:37:038]: Verifying accessibility of file: ttkscale.tcl MSI (s) (9C:9C) [21:24:37:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:038]: Executing op: FileRemove(,FileName=twind.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: twind.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:37:054]: Verifying accessibility of file: twind.tcl MSI (s) (9C:9C) [21:24:37:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:054]: Executing op: FileRemove(,FileName=unicodeout.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: unicodeout.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:37:069]: Verifying accessibility of file: unicodeout.tcl MSI (s) (9C:9C) [21:24:37:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:069]: Executing op: FileRemove(,FileName=vscale.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: vscale.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:37:085]: Verifying accessibility of file: vscale.tcl MSI (s) (9C:9C) [21:24:37:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:085]: Executing op: FileRemove(,FileName=widget,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: widget, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:37:100]: Verifying accessibility of file: widget MSI (s) (9C:9C) [21:24:37:100]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:100]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:100]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\demos\images\) MSI (s) (9C:9C) [21:24:37:100]: Executing op: FileRemove(,FileName=earth.gif,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: earth.gif, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:100]: Verifying accessibility of file: earth.gif MSI (s) (9C:9C) [21:24:37:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:116]: Executing op: FileRemove(,FileName=earthris.gif,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: earthris.gif, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:116]: Verifying accessibility of file: earthris.gif MSI (s) (9C:9C) [21:24:37:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:132]: Executing op: FileRemove(,FileName=flagdown.xbm,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: flagdown.xbm, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:132]: Verifying accessibility of file: flagdown.xbm MSI (s) (9C:9C) [21:24:37:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:147]: Executing op: FileRemove(,FileName=flagup.xbm,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: flagup.xbm, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:147]: Verifying accessibility of file: flagup.xbm MSI (s) (9C:9C) [21:24:37:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:163]: Executing op: FileRemove(,FileName=gray25.xbm,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: gray25.xbm, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:163]: Verifying accessibility of file: gray25.xbm MSI (s) (9C:9C) [21:24:37:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:179]: Executing op: FileRemove(,FileName=letters.xbm,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: letters.xbm, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:179]: Verifying accessibility of file: letters.xbm MSI (s) (9C:9C) [21:24:37:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:194]: Executing op: FileRemove(,FileName=noletter.xbm,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: noletter.xbm, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:194]: Verifying accessibility of file: noletter.xbm MSI (s) (9C:9C) [21:24:37:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:210]: Executing op: FileRemove(,FileName=ouster.png,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: ouster.png, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:210]: Verifying accessibility of file: ouster.png MSI (s) (9C:9C) [21:24:37:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:210]: Executing op: FileRemove(,FileName=pattern.xbm,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: pattern.xbm, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:225]: Verifying accessibility of file: pattern.xbm MSI (s) (9C:9C) [21:24:37:225]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:225]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:225]: Executing op: FileRemove(,FileName=tcllogo.gif,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: tcllogo.gif, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:241]: Verifying accessibility of file: tcllogo.gif MSI (s) (9C:9C) [21:24:37:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:241]: Executing op: FileRemove(,FileName=teapot.ppm,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: teapot.ppm, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:257]: Verifying accessibility of file: teapot.ppm MSI (s) (9C:9C) [21:24:37:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:272]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\) MSI (s) (9C:9C) [21:24:37:272]: Executing op: FileRemove(,FileName=Balloon.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Balloon.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:272]: Verifying accessibility of file: Balloon.tcl MSI (s) (9C:9C) [21:24:37:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:288]: Executing op: FileRemove(,FileName=BtnBox.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: BtnBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:288]: Verifying accessibility of file: BtnBox.tcl MSI (s) (9C:9C) [21:24:37:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:304]: Executing op: FileRemove(,FileName=ChkList.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: ChkList.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:304]: Verifying accessibility of file: ChkList.tcl MSI (s) (9C:9C) [21:24:37:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:319]: Executing op: FileRemove(,FileName=CObjView.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: CObjView.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:319]: Verifying accessibility of file: CObjView.tcl MSI (s) (9C:9C) [21:24:37:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:335]: Executing op: FileRemove(,FileName=ComboBox.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: ComboBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:335]: Verifying accessibility of file: ComboBox.tcl MSI (s) (9C:9C) [21:24:37:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:351]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:351]: Executing op: FileRemove(,FileName=Compat.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Compat.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:351]: Verifying accessibility of file: Compat.tcl MSI (s) (9C:9C) [21:24:37:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:366]: Executing op: FileRemove(,FileName=Console.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Console.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:491]: Verifying accessibility of file: Console.tcl MSI (s) (9C:9C) [21:24:37:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:491]: Executing op: FileRemove(,FileName=Control.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Control.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:507]: Verifying accessibility of file: Control.tcl MSI (s) (9C:9C) [21:24:37:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:507]: Executing op: FileRemove(,FileName=DefSchm.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: DefSchm.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:522]: Verifying accessibility of file: DefSchm.tcl MSI (s) (9C:9C) [21:24:37:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:522]: Executing op: FileRemove(,FileName=DialogS.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: DialogS.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:538]: Verifying accessibility of file: DialogS.tcl MSI (s) (9C:9C) [21:24:37:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:538]: Executing op: FileRemove(,FileName=DirBox.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: DirBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:554]: Verifying accessibility of file: DirBox.tcl MSI (s) (9C:9C) [21:24:37:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:554]: Executing op: FileRemove(,FileName=DirDlg.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: DirDlg.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:569]: Verifying accessibility of file: DirDlg.tcl MSI (s) (9C:9C) [21:24:37:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:585]: Executing op: FileRemove(,FileName=DirList.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: DirList.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:585]: Verifying accessibility of file: DirList.tcl MSI (s) (9C:9C) [21:24:37:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:601]: Executing op: FileRemove(,FileName=DirTree.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: DirTree.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:601]: Verifying accessibility of file: DirTree.tcl MSI (s) (9C:9C) [21:24:37:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:616]: Executing op: FileRemove(,FileName=DragDrop.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: DragDrop.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:616]: Verifying accessibility of file: DragDrop.tcl MSI (s) (9C:9C) [21:24:37:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:632]: Executing op: FileRemove(,FileName=DtlList.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: DtlList.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:632]: Verifying accessibility of file: DtlList.tcl MSI (s) (9C:9C) [21:24:37:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:647]: Executing op: FileRemove(,FileName=EFileBox.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: EFileBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:647]: Verifying accessibility of file: EFileBox.tcl MSI (s) (9C:9C) [21:24:37:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:663]: Executing op: FileRemove(,FileName=EFileDlg.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: EFileDlg.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:663]: Verifying accessibility of file: EFileDlg.tcl MSI (s) (9C:9C) [21:24:37:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:679]: Executing op: FileRemove(,FileName=Event.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Event.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:679]: Verifying accessibility of file: Event.tcl MSI (s) (9C:9C) [21:24:37:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:694]: Executing op: FileRemove(,FileName=FileBox.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: FileBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:694]: Verifying accessibility of file: FileBox.tcl MSI (s) (9C:9C) [21:24:37:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:710]: Executing op: FileRemove(,FileName=FileCbx.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: FileCbx.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:710]: Verifying accessibility of file: FileCbx.tcl MSI (s) (9C:9C) [21:24:37:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:726]: Executing op: FileRemove(,FileName=FileDlg.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: FileDlg.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:726]: Verifying accessibility of file: FileDlg.tcl MSI (s) (9C:9C) [21:24:37:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:741]: Executing op: FileRemove(,FileName=FileEnt.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: FileEnt.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:741]: Verifying accessibility of file: FileEnt.tcl MSI (s) (9C:9C) [21:24:37:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:741]: Executing op: FileRemove(,FileName=FloatEnt.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: FloatEnt.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:757]: Verifying accessibility of file: FloatEnt.tcl MSI (s) (9C:9C) [21:24:37:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:757]: Executing op: FileRemove(,FileName=fs.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: fs.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:772]: Verifying accessibility of file: fs.tcl MSI (s) (9C:9C) [21:24:37:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:772]: Executing op: FileRemove(,FileName=Grid.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Grid.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:788]: Verifying accessibility of file: Grid.tcl MSI (s) (9C:9C) [21:24:37:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:788]: Executing op: FileRemove(,FileName=HList.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: HList.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:804]: Verifying accessibility of file: HList.tcl MSI (s) (9C:9C) [21:24:37:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:804]: Executing op: FileRemove(,FileName=HListDD.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: HListDD.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:819]: Verifying accessibility of file: HListDD.tcl MSI (s) (9C:9C) [21:24:37:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:819]: Executing op: FileRemove(,FileName=IconView.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: IconView.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:819]: Verifying accessibility of file: IconView.tcl MSI (s) (9C:9C) [21:24:37:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:835]: Executing op: FileRemove(,FileName=Init.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Init.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:835]: Verifying accessibility of file: Init.tcl MSI (s) (9C:9C) [21:24:37:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:851]: Executing op: FileRemove(,FileName=LabEntry.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: LabEntry.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:851]: Verifying accessibility of file: LabEntry.tcl MSI (s) (9C:9C) [21:24:37:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:866]: Executing op: FileRemove(,FileName=LabFrame.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: LabFrame.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:866]: Verifying accessibility of file: LabFrame.tcl MSI (s) (9C:9C) [21:24:37:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:882]: Executing op: FileRemove(,FileName=LabWidg.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: LabWidg.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:882]: Verifying accessibility of file: LabWidg.tcl MSI (s) (9C:9C) [21:24:37:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:897]: Executing op: FileRemove(,FileName=ListNBk.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: ListNBk.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:897]: Verifying accessibility of file: ListNBk.tcl MSI (s) (9C:9C) [21:24:37:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:897]: Executing op: FileRemove(,FileName=Makefile,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Makefile, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:913]: Verifying accessibility of file: Makefile MSI (s) (9C:9C) [21:24:37:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:913]: Executing op: FileRemove(,FileName=Meter.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Meter.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:929]: Verifying accessibility of file: Meter.tcl MSI (s) (9C:9C) [21:24:37:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:929]: Executing op: FileRemove(,FileName=MultView.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: MultView.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:944]: Verifying accessibility of file: MultView.tcl MSI (s) (9C:9C) [21:24:37:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:944]: Executing op: FileRemove(,FileName=NoteBook.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: NoteBook.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:944]: Verifying accessibility of file: NoteBook.tcl MSI (s) (9C:9C) [21:24:37:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:960]: Executing op: FileRemove(,FileName=OldUtil.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: OldUtil.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:960]: Verifying accessibility of file: OldUtil.tcl MSI (s) (9C:9C) [21:24:37:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:976]: Executing op: FileRemove(,FileName=OptMenu.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: OptMenu.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:976]: Verifying accessibility of file: OptMenu.tcl MSI (s) (9C:9C) [21:24:37:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:991]: Executing op: FileRemove(,FileName=PanedWin.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: PanedWin.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:991]: Verifying accessibility of file: PanedWin.tcl MSI (s) (9C:9C) [21:24:38:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:007]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:007]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:38:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:022]: Executing op: FileRemove(,FileName=PopMenu.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: PopMenu.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:022]: Verifying accessibility of file: PopMenu.tcl MSI (s) (9C:9C) [21:24:38:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:038]: Executing op: FileRemove(,FileName=Primitiv.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Primitiv.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:038]: Verifying accessibility of file: Primitiv.tcl MSI (s) (9C:9C) [21:24:38:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:054]: Executing op: FileRemove(,FileName=ResizeH.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: ResizeH.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:054]: Verifying accessibility of file: ResizeH.tcl MSI (s) (9C:9C) [21:24:38:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:069]: Executing op: FileRemove(,FileName=Select.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Select.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:069]: Verifying accessibility of file: Select.tcl MSI (s) (9C:9C) [21:24:38:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:069]: Executing op: FileRemove(,FileName=SGrid.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: SGrid.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:085]: Verifying accessibility of file: SGrid.tcl MSI (s) (9C:9C) [21:24:38:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:085]: Executing op: FileRemove(,FileName=Shell.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Shell.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:101]: Verifying accessibility of file: Shell.tcl MSI (s) (9C:9C) [21:24:38:101]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:101]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:101]: Executing op: FileRemove(,FileName=SHList.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: SHList.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:116]: Verifying accessibility of file: SHList.tcl MSI (s) (9C:9C) [21:24:38:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:116]: Executing op: FileRemove(,FileName=SimpDlg.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: SimpDlg.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:132]: Verifying accessibility of file: SimpDlg.tcl MSI (s) (9C:9C) [21:24:38:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:132]: Executing op: FileRemove(,FileName=SListBox.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: SListBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:132]: Verifying accessibility of file: SListBox.tcl MSI (s) (9C:9C) [21:24:38:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:147]: Executing op: FileRemove(,FileName=StackWin.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: StackWin.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:147]: Verifying accessibility of file: StackWin.tcl MSI (s) (9C:9C) [21:24:38:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:163]: Executing op: FileRemove(,FileName=StatBar.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: StatBar.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:163]: Verifying accessibility of file: StatBar.tcl MSI (s) (9C:9C) [21:24:38:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:179]: Executing op: FileRemove(,FileName=StdBBox.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: StdBBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:179]: Verifying accessibility of file: StdBBox.tcl MSI (s) (9C:9C) [21:24:38:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:194]: Executing op: FileRemove(,FileName=StdShell.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: StdShell.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:194]: Verifying accessibility of file: StdShell.tcl MSI (s) (9C:9C) [21:24:38:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:210]: Executing op: FileRemove(,FileName=SText.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: SText.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:210]: Verifying accessibility of file: SText.tcl MSI (s) (9C:9C) [21:24:38:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:226]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:226]: Executing op: FileRemove(,FileName=STList.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: STList.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:226]: Verifying accessibility of file: STList.tcl MSI (s) (9C:9C) [21:24:38:226]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:226]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:226]: Executing op: FileRemove(,FileName=SWidget.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: SWidget.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:241]: Verifying accessibility of file: SWidget.tcl MSI (s) (9C:9C) [21:24:38:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:241]: Executing op: FileRemove(,FileName=SWindow.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: SWindow.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:257]: Verifying accessibility of file: SWindow.tcl MSI (s) (9C:9C) [21:24:38:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:257]: Executing op: FileRemove(,FileName=Tix.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Tix.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:272]: Verifying accessibility of file: Tix.tcl MSI (s) (9C:9C) [21:24:38:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:272]: Executing op: FileRemove(,FileName=tix84.dll,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: tix84.dll, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:288]: Verifying accessibility of file: tix84.dll MSI (s) (9C:9C) [21:24:38:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:288]: Executing op: FileRemove(,FileName=tix84.lib,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: tix84.lib, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:288]: Verifying accessibility of file: tix84.lib MSI (s) (9C:9C) [21:24:38:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:304]: Executing op: FileRemove(,FileName=TList.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: TList.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:304]: Verifying accessibility of file: TList.tcl MSI (s) (9C:9C) [21:24:38:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:319]: Executing op: FileRemove(,FileName=Tree.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Tree.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:319]: Verifying accessibility of file: Tree.tcl MSI (s) (9C:9C) [21:24:38:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:335]: Executing op: FileRemove(,FileName=Utils.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Utils.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:335]: Verifying accessibility of file: Utils.tcl MSI (s) (9C:9C) [21:24:38:351]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:351]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:351]: Executing op: FileRemove(,FileName=Variable.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Variable.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:351]: Verifying accessibility of file: Variable.tcl MSI (s) (9C:9C) [21:24:38:351]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:366]: Executing op: FileRemove(,FileName=VResize.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: VResize.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:366]: Verifying accessibility of file: VResize.tcl MSI (s) (9C:9C) [21:24:38:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:382]: Executing op: FileRemove(,FileName=VStack.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: VStack.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:382]: Verifying accessibility of file: VStack.tcl MSI (s) (9C:9C) [21:24:38:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:382]: Executing op: FileRemove(,FileName=VTree.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: VTree.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:397]: Verifying accessibility of file: VTree.tcl MSI (s) (9C:9C) [21:24:38:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:397]: Executing op: FileRemove(,FileName=WInfo.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: WInfo.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:413]: Verifying accessibility of file: WInfo.tcl MSI (s) (9C:9C) [21:24:38:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:413]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\pref\) MSI (s) (9C:9C) [21:24:38:413]: Executing op: FileRemove(,FileName=10Point.fs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: 10Point.fs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:429]: Verifying accessibility of file: 10Point.fs MSI (s) (9C:9C) [21:24:38:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:429]: Executing op: FileRemove(,FileName=10Point.fsc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: 10Point.fsc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:444]: Verifying accessibility of file: 10Point.fsc MSI (s) (9C:9C) [21:24:38:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:444]: Executing op: FileRemove(,FileName=12Point.fs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: 12Point.fs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:460]: Verifying accessibility of file: 12Point.fs MSI (s) (9C:9C) [21:24:38:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:460]: Executing op: FileRemove(,FileName=12Point.fsc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: 12Point.fsc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:476]: Verifying accessibility of file: 12Point.fsc MSI (s) (9C:9C) [21:24:38:476]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:476]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:476]: Executing op: FileRemove(,FileName=14Point.fs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: 14Point.fs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:476]: Verifying accessibility of file: 14Point.fs MSI (s) (9C:9C) [21:24:38:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:491]: Executing op: FileRemove(,FileName=14Point.fsc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: 14Point.fsc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:491]: Verifying accessibility of file: 14Point.fsc MSI (s) (9C:9C) [21:24:38:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:507]: Executing op: FileRemove(,FileName=Bisque.cs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: Bisque.cs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:507]: Verifying accessibility of file: Bisque.cs MSI (s) (9C:9C) [21:24:38:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:522]: Executing op: FileRemove(,FileName=Bisque.csc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: Bisque.csc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:522]: Verifying accessibility of file: Bisque.csc MSI (s) (9C:9C) [21:24:38:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:538]: Executing op: FileRemove(,FileName=Blue.cs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: Blue.cs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:538]: Verifying accessibility of file: Blue.cs MSI (s) (9C:9C) [21:24:38:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:554]: Executing op: FileRemove(,FileName=Blue.csc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: Blue.csc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:554]: Verifying accessibility of file: Blue.csc MSI (s) (9C:9C) [21:24:38:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:569]: Executing op: FileRemove(,FileName=Gray.cs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: Gray.cs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:569]: Verifying accessibility of file: Gray.cs MSI (s) (9C:9C) [21:24:38:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:585]: Executing op: FileRemove(,FileName=Gray.csc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: Gray.csc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:585]: Verifying accessibility of file: Gray.csc MSI (s) (9C:9C) [21:24:38:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:585]: Executing op: FileRemove(,FileName=Makefile,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: Makefile, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:601]: Verifying accessibility of file: Makefile MSI (s) (9C:9C) [21:24:38:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:601]: Executing op: FileRemove(,FileName=Old12Pt.fs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: Old12Pt.fs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:616]: Verifying accessibility of file: Old12Pt.fs MSI (s) (9C:9C) [21:24:38:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:616]: Executing op: FileRemove(,FileName=Old14Pt.fs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: Old14Pt.fs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:632]: Verifying accessibility of file: Old14Pt.fs MSI (s) (9C:9C) [21:24:38:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:632]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:647]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:38:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:647]: Executing op: FileRemove(,FileName=SGIGray.cs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: SGIGray.cs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:663]: Verifying accessibility of file: SGIGray.cs MSI (s) (9C:9C) [21:24:38:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:663]: Executing op: FileRemove(,FileName=SGIGray.csc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: SGIGray.csc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:679]: Verifying accessibility of file: SGIGray.csc MSI (s) (9C:9C) [21:24:38:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:679]: Executing op: FileRemove(,FileName=TixGray.cs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: TixGray.cs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:679]: Verifying accessibility of file: TixGray.cs MSI (s) (9C:9C) [21:24:38:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:694]: Executing op: FileRemove(,FileName=TixGray.csc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: TixGray.csc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:694]: Verifying accessibility of file: TixGray.csc MSI (s) (9C:9C) [21:24:38:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:710]: Executing op: FileRemove(,FileName=tixmkpref,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: tixmkpref, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:710]: Verifying accessibility of file: tixmkpref MSI (s) (9C:9C) [21:24:38:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:726]: Executing op: FileRemove(,FileName=TK.cs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: TK.cs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:726]: Verifying accessibility of file: TK.cs MSI (s) (9C:9C) [21:24:38:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:741]: Executing op: FileRemove(,FileName=TK.csc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: TK.csc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:741]: Verifying accessibility of file: TK.csc MSI (s) (9C:9C) [21:24:38:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:757]: Executing op: FileRemove(,FileName=TK.fs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: TK.fs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:757]: Verifying accessibility of file: TK.fs MSI (s) (9C:9C) [21:24:38:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:772]: Executing op: FileRemove(,FileName=TK.fsc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: TK.fsc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:772]: Verifying accessibility of file: TK.fsc MSI (s) (9C:9C) [21:24:38:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:772]: Executing op: FileRemove(,FileName=TkWin.cs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: TkWin.cs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:788]: Verifying accessibility of file: TkWin.cs MSI (s) (9C:9C) [21:24:38:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:788]: Executing op: FileRemove(,FileName=TkWin.csc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: TkWin.csc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:804]: Verifying accessibility of file: TkWin.csc MSI (s) (9C:9C) [21:24:38:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:804]: Executing op: FileRemove(,FileName=TkWin.fs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: TkWin.fs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:819]: Verifying accessibility of file: TkWin.fs MSI (s) (9C:9C) [21:24:38:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:819]: Executing op: FileRemove(,FileName=TkWin.fsc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: TkWin.fsc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:819]: Verifying accessibility of file: TkWin.fsc MSI (s) (9C:9C) [21:24:38:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:835]: Executing op: FileRemove(,FileName=WmDefault.cs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: WmDefault.cs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:835]: Verifying accessibility of file: WmDefault.cs MSI (s) (9C:9C) [21:24:38:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:851]: Executing op: FileRemove(,FileName=WmDefault.csc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: WmDefault.csc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:851]: Verifying accessibility of file: WmDefault.csc MSI (s) (9C:9C) [21:24:38:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:866]: Executing op: FileRemove(,FileName=WmDefault.fs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: WmDefault.fs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:866]: Verifying accessibility of file: WmDefault.fs MSI (s) (9C:9C) [21:24:38:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:882]: Executing op: FileRemove(,FileName=WmDefault.fsc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: WmDefault.fsc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:882]: Verifying accessibility of file: WmDefault.fsc MSI (s) (9C:9C) [21:24:38:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:897]: Executing op: FileRemove(,FileName=WmDefault.py,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: WmDefault.py, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:897]: Verifying accessibility of file: WmDefault.py MSI (s) (9C:9C) [21:24:38:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:913]: Executing op: FileRemove(,FileName=WmDefault.tcl,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: WmDefault.tcl, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:913]: Verifying accessibility of file: WmDefault.tcl MSI (s) (9C:9C) [21:24:38:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:929]: Executing op: FileRemove(,FileName=WmDefault.txt,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: WmDefault.txt, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:929]: Verifying accessibility of file: WmDefault.txt MSI (s) (9C:9C) [21:24:38:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:944]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\demos\) MSI (s) (9C:9C) [21:24:38:944]: Executing op: FileRemove(,FileName=MkChoose.tcl,,ComponentId={6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1}) RemoveFiles: File: MkChoose.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\ MSI (s) (9C:9C) [21:24:38:944]: Verifying accessibility of file: MkChoose.tcl MSI (s) (9C:9C) [21:24:38:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:960]: Executing op: FileRemove(,FileName=MkDirLis.tcl,,ComponentId={6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1}) RemoveFiles: File: MkDirLis.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\ MSI (s) (9C:9C) [21:24:38:960]: Verifying accessibility of file: MkDirLis.tcl MSI (s) (9C:9C) [21:24:38:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:976]: Executing op: FileRemove(,FileName=MkSample.tcl,,ComponentId={6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1}) RemoveFiles: File: MkSample.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\ MSI (s) (9C:9C) [21:24:38:976]: Verifying accessibility of file: MkSample.tcl MSI (s) (9C:9C) [21:24:38:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:976]: Executing op: FileRemove(,FileName=MkScroll.tcl,,ComponentId={6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1}) RemoveFiles: File: MkScroll.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\ MSI (s) (9C:9C) [21:24:38:991]: Verifying accessibility of file: MkScroll.tcl MSI (s) (9C:9C) [21:24:38:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:991]: Executing op: FileRemove(,FileName=tclIndex,,ComponentId={6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1}) RemoveFiles: File: tclIndex, Directory: C:\Python34\tcl\tix8.4.3\demos\ MSI (s) (9C:9C) [21:24:39:007]: Verifying accessibility of file: tclIndex MSI (s) (9C:9C) [21:24:39:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:022]: Executing op: FileRemove(,FileName=tixwidgets.tcl,,ComponentId={6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1}) RemoveFiles: File: tixwidgets.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\ MSI (s) (9C:9C) [21:24:39:022]: Verifying accessibility of file: tixwidgets.tcl MSI (s) (9C:9C) [21:24:39:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:038]: Executing op: FileRemove(,FileName=widget,,ComponentId={6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1}) RemoveFiles: File: widget, Directory: C:\Python34\tcl\tix8.4.3\demos\ MSI (s) (9C:9C) [21:24:39:038]: Verifying accessibility of file: widget MSI (s) (9C:9C) [21:24:39:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:038]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\demos\samples\) MSI (s) (9C:9C) [21:24:39:038]: Executing op: FileRemove(,FileName=AllSampl.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: AllSampl.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:054]: Verifying accessibility of file: AllSampl.tcl MSI (s) (9C:9C) [21:24:39:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:069]: Executing op: FileRemove(,FileName=ArrowBtn.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: ArrowBtn.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:069]: Verifying accessibility of file: ArrowBtn.tcl MSI (s) (9C:9C) [21:24:39:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:069]: Executing op: FileRemove(,FileName=Balloon.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: Balloon.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:085]: Verifying accessibility of file: Balloon.tcl MSI (s) (9C:9C) [21:24:39:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:085]: Executing op: FileRemove(,FileName=BtnBox.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: BtnBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:101]: Verifying accessibility of file: BtnBox.tcl MSI (s) (9C:9C) [21:24:39:101]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:101]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:101]: Executing op: FileRemove(,FileName=ChkList.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: ChkList.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:116]: Verifying accessibility of file: ChkList.tcl MSI (s) (9C:9C) [21:24:39:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:116]: Executing op: FileRemove(,FileName=CmpImg.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: CmpImg.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:132]: Verifying accessibility of file: CmpImg.tcl MSI (s) (9C:9C) [21:24:39:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:132]: Executing op: FileRemove(,FileName=CmpImg1.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: CmpImg1.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:147]: Verifying accessibility of file: CmpImg1.tcl MSI (s) (9C:9C) [21:24:39:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:147]: Executing op: FileRemove(,FileName=CmpImg2.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: CmpImg2.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:163]: Verifying accessibility of file: CmpImg2.tcl MSI (s) (9C:9C) [21:24:39:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:163]: Executing op: FileRemove(,FileName=CmpImg3.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: CmpImg3.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:163]: Verifying accessibility of file: CmpImg3.tcl MSI (s) (9C:9C) [21:24:39:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:179]: Executing op: FileRemove(,FileName=CmpImg4.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: CmpImg4.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:179]: Verifying accessibility of file: CmpImg4.tcl MSI (s) (9C:9C) [21:24:39:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:194]: Executing op: FileRemove(,FileName=CObjView.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: CObjView.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:194]: Verifying accessibility of file: CObjView.tcl MSI (s) (9C:9C) [21:24:39:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:210]: Executing op: FileRemove(,FileName=ComboBox.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: ComboBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:210]: Verifying accessibility of file: ComboBox.tcl MSI (s) (9C:9C) [21:24:39:226]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:226]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:226]: Executing op: FileRemove(,FileName=Control.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: Control.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:226]: Verifying accessibility of file: Control.tcl MSI (s) (9C:9C) [21:24:39:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:241]: Executing op: FileRemove(,FileName=DirDlg.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: DirDlg.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:241]: Verifying accessibility of file: DirDlg.tcl MSI (s) (9C:9C) [21:24:39:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:257]: Executing op: FileRemove(,FileName=DirList.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: DirList.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:257]: Verifying accessibility of file: DirList.tcl MSI (s) (9C:9C) [21:24:39:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:272]: Executing op: FileRemove(,FileName=DirTree.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: DirTree.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:272]: Verifying accessibility of file: DirTree.tcl MSI (s) (9C:9C) [21:24:39:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:288]: Executing op: FileRemove(,FileName=DragDrop.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: DragDrop.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:288]: Verifying accessibility of file: DragDrop.tcl MSI (s) (9C:9C) [21:24:39:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:304]: Executing op: FileRemove(,FileName=DynTree.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: DynTree.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:304]: Verifying accessibility of file: DynTree.tcl MSI (s) (9C:9C) [21:24:39:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:319]: Executing op: FileRemove(,FileName=EditGrid.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: EditGrid.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:319]: Verifying accessibility of file: EditGrid.tcl MSI (s) (9C:9C) [21:24:39:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:319]: Executing op: FileRemove(,FileName=EFileDlg.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: EFileDlg.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:335]: Verifying accessibility of file: EFileDlg.tcl MSI (s) (9C:9C) [21:24:39:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:335]: Executing op: FileRemove(,FileName=FileDlg.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: FileDlg.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:351]: Verifying accessibility of file: FileDlg.tcl MSI (s) (9C:9C) [21:24:39:351]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:351]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:351]: Executing op: FileRemove(,FileName=FileEnt.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: FileEnt.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:366]: Verifying accessibility of file: FileEnt.tcl MSI (s) (9C:9C) [21:24:39:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:366]: Executing op: FileRemove(,FileName=HList1.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: HList1.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:382]: Verifying accessibility of file: HList1.tcl MSI (s) (9C:9C) [21:24:39:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:382]: Executing op: FileRemove(,FileName=LabEntry.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: LabEntry.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:397]: Verifying accessibility of file: LabEntry.tcl MSI (s) (9C:9C) [21:24:39:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:397]: Executing op: FileRemove(,FileName=LabFrame.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: LabFrame.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:413]: Verifying accessibility of file: LabFrame.tcl MSI (s) (9C:9C) [21:24:39:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:413]: Executing op: FileRemove(,FileName=ListNBK.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: ListNBK.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:413]: Verifying accessibility of file: ListNBK.tcl MSI (s) (9C:9C) [21:24:39:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:429]: Executing op: FileRemove(,FileName=Meter.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: Meter.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:429]: Verifying accessibility of file: Meter.tcl MSI (s) (9C:9C) [21:24:39:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:444]: Executing op: FileRemove(,FileName=NoteBook.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: NoteBook.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:444]: Verifying accessibility of file: NoteBook.tcl MSI (s) (9C:9C) [21:24:39:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:460]: Executing op: FileRemove(,FileName=OptMenu.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: OptMenu.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:460]: Verifying accessibility of file: OptMenu.tcl MSI (s) (9C:9C) [21:24:39:476]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:476]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:476]: Executing op: FileRemove(,FileName=PanedWin.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: PanedWin.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:476]: Verifying accessibility of file: PanedWin.tcl MSI (s) (9C:9C) [21:24:39:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:491]: Executing op: FileRemove(,FileName=PopMenu.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: PopMenu.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:491]: Verifying accessibility of file: PopMenu.tcl MSI (s) (9C:9C) [21:24:39:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:507]: Executing op: FileRemove(,FileName=Sample.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: Sample.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:507]: Verifying accessibility of file: Sample.tcl MSI (s) (9C:9C) [21:24:39:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:522]: Executing op: FileRemove(,FileName=Select.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: Select.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:522]: Verifying accessibility of file: Select.tcl MSI (s) (9C:9C) [21:24:39:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:538]: Executing op: FileRemove(,FileName=SGrid0.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: SGrid0.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:538]: Verifying accessibility of file: SGrid0.tcl MSI (s) (9C:9C) [21:24:39:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:538]: Executing op: FileRemove(,FileName=SGrid1.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: SGrid1.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:554]: Verifying accessibility of file: SGrid1.tcl MSI (s) (9C:9C) [21:24:39:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:554]: Executing op: FileRemove(,FileName=SHList.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: SHList.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:569]: Verifying accessibility of file: SHList.tcl MSI (s) (9C:9C) [21:24:39:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:569]: Executing op: FileRemove(,FileName=SHList2.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: SHList2.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:585]: Verifying accessibility of file: SHList2.tcl MSI (s) (9C:9C) [21:24:39:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:585]: Executing op: FileRemove(,FileName=SListBox.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: SListBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:601]: Verifying accessibility of file: SListBox.tcl MSI (s) (9C:9C) [21:24:39:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:601]: Executing op: FileRemove(,FileName=StdBBox.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: StdBBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:616]: Verifying accessibility of file: StdBBox.tcl MSI (s) (9C:9C) [21:24:39:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:616]: Executing op: FileRemove(,FileName=SText.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: SText.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:616]: Verifying accessibility of file: SText.tcl MSI (s) (9C:9C) [21:24:39:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:632]: Executing op: FileRemove(,FileName=STList1.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: STList1.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:632]: Verifying accessibility of file: STList1.tcl MSI (s) (9C:9C) [21:24:39:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:647]: Executing op: FileRemove(,FileName=STList2.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: STList2.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:647]: Verifying accessibility of file: STList2.tcl MSI (s) (9C:9C) [21:24:39:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:663]: Executing op: FileRemove(,FileName=STList3.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: STList3.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:663]: Verifying accessibility of file: STList3.tcl MSI (s) (9C:9C) [21:24:39:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:679]: Executing op: FileRemove(,FileName=SWindow.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: SWindow.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:679]: Verifying accessibility of file: SWindow.tcl MSI (s) (9C:9C) [21:24:39:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:694]: Executing op: FileRemove(,FileName=Tree.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: Tree.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:694]: Verifying accessibility of file: Tree.tcl MSI (s) (9C:9C) [21:24:39:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:710]: Executing op: FileRemove(,FileName=Xpm.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: Xpm.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:710]: Verifying accessibility of file: Xpm.tcl MSI (s) (9C:9C) [21:24:39:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:726]: Executing op: FileRemove(,FileName=Xpm1.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: Xpm1.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:726]: Verifying accessibility of file: Xpm1.tcl MSI (s) (9C:9C) [21:24:39:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:741]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\demos\bitmaps\) MSI (s) (9C:9C) [21:24:39:741]: Executing op: FileRemove(,FileName=about.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: about.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:741]: Verifying accessibility of file: about.xpm MSI (s) (9C:9C) [21:24:39:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:757]: Executing op: FileRemove(,FileName=bold.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: bold.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:757]: Verifying accessibility of file: bold.xbm MSI (s) (9C:9C) [21:24:39:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:772]: Executing op: FileRemove(,FileName=capital.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: capital.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:772]: Verifying accessibility of file: capital.xbm MSI (s) (9C:9C) [21:24:39:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:772]: Executing op: FileRemove(,FileName=centerj.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: centerj.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:788]: Verifying accessibility of file: centerj.xbm MSI (s) (9C:9C) [21:24:39:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:788]: Executing op: FileRemove(,FileName=code.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: code.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:804]: Verifying accessibility of file: code.xpm MSI (s) (9C:9C) [21:24:39:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:804]: Executing op: FileRemove(,FileName=combobox.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: combobox.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:819]: Verifying accessibility of file: combobox.xbm MSI (s) (9C:9C) [21:24:39:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:819]: Executing op: FileRemove(,FileName=combobox.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: combobox.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:835]: Verifying accessibility of file: combobox.xpm MSI (s) (9C:9C) [21:24:39:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:835]: Executing op: FileRemove(,FileName=drivea.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: drivea.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:851]: Verifying accessibility of file: drivea.xbm MSI (s) (9C:9C) [21:24:39:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:851]: Executing op: FileRemove(,FileName=drivea.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: drivea.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:866]: Verifying accessibility of file: drivea.xpm MSI (s) (9C:9C) [21:24:39:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:866]: Executing op: FileRemove(,FileName=exit.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: exit.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:866]: Verifying accessibility of file: exit.xpm MSI (s) (9C:9C) [21:24:39:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:882]: Executing op: FileRemove(,FileName=filebox.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: filebox.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:882]: Verifying accessibility of file: filebox.xbm MSI (s) (9C:9C) [21:24:39:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:897]: Executing op: FileRemove(,FileName=filebox.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: filebox.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:897]: Verifying accessibility of file: filebox.xpm MSI (s) (9C:9C) [21:24:39:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:913]: Executing op: FileRemove(,FileName=harddisk.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: harddisk.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:913]: Verifying accessibility of file: harddisk.xbm MSI (s) (9C:9C) [21:24:39:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:929]: Executing op: FileRemove(,FileName=harddisk.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: harddisk.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:929]: Verifying accessibility of file: harddisk.xpm MSI (s) (9C:9C) [21:24:39:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:944]: Executing op: FileRemove(,FileName=italic.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: italic.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:944]: Verifying accessibility of file: italic.xbm MSI (s) (9C:9C) [21:24:39:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:960]: Executing op: FileRemove(,FileName=justify.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: justify.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:960]: Verifying accessibility of file: justify.xbm MSI (s) (9C:9C) [21:24:39:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:976]: Executing op: FileRemove(,FileName=leftj.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: leftj.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:976]: Verifying accessibility of file: leftj.xbm MSI (s) (9C:9C) [21:24:39:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:991]: Executing op: FileRemove(,FileName=netw.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: netw.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:991]: Verifying accessibility of file: netw.xbm MSI (s) (9C:9C) [21:24:40:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:007]: Executing op: FileRemove(,FileName=netw.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: netw.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:40:007]: Verifying accessibility of file: netw.xpm MSI (s) (9C:9C) [21:24:40:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:022]: Executing op: FileRemove(,FileName=network.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: network.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:40:022]: Verifying accessibility of file: network.xbm MSI (s) (9C:9C) [21:24:40:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:038]: Executing op: FileRemove(,FileName=network.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: network.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:40:038]: Verifying accessibility of file: network.xpm MSI (s) (9C:9C) [21:24:40:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:038]: Executing op: FileRemove(,FileName=optmenu.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: optmenu.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:40:054]: Verifying accessibility of file: optmenu.xpm MSI (s) (9C:9C) [21:24:40:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:054]: Executing op: FileRemove(,FileName=rightj.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: rightj.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:40:226]: Verifying accessibility of file: rightj.xbm MSI (s) (9C:9C) [21:24:40:226]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:226]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:226]: Executing op: FileRemove(,FileName=select.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: select.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:40:241]: Verifying accessibility of file: select.xpm MSI (s) (9C:9C) [21:24:40:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:241]: Executing op: FileRemove(,FileName=tix.gif,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: tix.gif, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:40:257]: Verifying accessibility of file: tix.gif MSI (s) (9C:9C) [21:24:40:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:257]: Executing op: FileRemove(,FileName=underlin.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: underlin.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:40:257]: Verifying accessibility of file: underlin.xbm MSI (s) (9C:9C) [21:24:40:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:272]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\bitmaps\) MSI (s) (9C:9C) [21:24:40:272]: Executing op: FileRemove(,FileName=act_fold.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: act_fold.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:288]: Verifying accessibility of file: act_fold.gif MSI (s) (9C:9C) [21:24:40:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:288]: Executing op: FileRemove(,FileName=act_fold.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: act_fold.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:288]: Verifying accessibility of file: act_fold.xbm MSI (s) (9C:9C) [21:24:40:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:304]: Executing op: FileRemove(,FileName=act_fold.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: act_fold.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:304]: Verifying accessibility of file: act_fold.xpm MSI (s) (9C:9C) [21:24:40:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:319]: Executing op: FileRemove(,FileName=balarrow.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: balarrow.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:319]: Verifying accessibility of file: balarrow.xbm MSI (s) (9C:9C) [21:24:40:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:335]: Executing op: FileRemove(,FileName=cbxarrow.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: cbxarrow.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:335]: Verifying accessibility of file: cbxarrow.xbm MSI (s) (9C:9C) [21:24:40:351]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:351]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:351]: Executing op: FileRemove(,FileName=ck_def.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: ck_def.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:351]: Verifying accessibility of file: ck_def.xbm MSI (s) (9C:9C) [21:24:40:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:366]: Executing op: FileRemove(,FileName=ck_off.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: ck_off.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:366]: Verifying accessibility of file: ck_off.xbm MSI (s) (9C:9C) [21:24:40:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:382]: Executing op: FileRemove(,FileName=ck_on.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: ck_on.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:382]: Verifying accessibility of file: ck_on.xbm MSI (s) (9C:9C) [21:24:40:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:397]: Executing op: FileRemove(,FileName=cross.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: cross.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:397]: Verifying accessibility of file: cross.xbm MSI (s) (9C:9C) [21:24:40:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:413]: Executing op: FileRemove(,FileName=decr.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: decr.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:413]: Verifying accessibility of file: decr.xbm MSI (s) (9C:9C) [21:24:40:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:429]: Executing op: FileRemove(,FileName=drop.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: drop.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:429]: Verifying accessibility of file: drop.xbm MSI (s) (9C:9C) [21:24:40:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:444]: Executing op: FileRemove(,FileName=file.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: file.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:444]: Verifying accessibility of file: file.gif MSI (s) (9C:9C) [21:24:40:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:460]: Executing op: FileRemove(,FileName=file.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: file.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:460]: Verifying accessibility of file: file.xbm MSI (s) (9C:9C) [21:24:40:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:476]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:476]: Executing op: FileRemove(,FileName=file.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: file.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:476]: Verifying accessibility of file: file.xpm MSI (s) (9C:9C) [21:24:40:476]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:476]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:476]: Executing op: FileRemove(,FileName=folder.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: folder.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:491]: Verifying accessibility of file: folder.gif MSI (s) (9C:9C) [21:24:40:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:491]: Executing op: FileRemove(,FileName=folder.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: folder.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:507]: Verifying accessibility of file: folder.xbm MSI (s) (9C:9C) [21:24:40:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:507]: Executing op: FileRemove(,FileName=folder.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: folder.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:522]: Verifying accessibility of file: folder.xpm MSI (s) (9C:9C) [21:24:40:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:522]: Executing op: FileRemove(,FileName=harddisk.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: harddisk.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:538]: Verifying accessibility of file: harddisk.xbm MSI (s) (9C:9C) [21:24:40:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:538]: Executing op: FileRemove(,FileName=hourglas.mask,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: hourglas.mask, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:554]: Verifying accessibility of file: hourglas.mask MSI (s) (9C:9C) [21:24:40:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:554]: Executing op: FileRemove(,FileName=hourglas.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: hourglas.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:569]: Verifying accessibility of file: hourglas.xbm MSI (s) (9C:9C) [21:24:40:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:569]: Executing op: FileRemove(,FileName=incr.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: incr.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:569]: Verifying accessibility of file: incr.xbm MSI (s) (9C:9C) [21:24:40:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:585]: Executing op: FileRemove(,FileName=info.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: info.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:585]: Verifying accessibility of file: info.gif MSI (s) (9C:9C) [21:24:40:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:601]: Executing op: FileRemove(,FileName=info.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: info.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:601]: Verifying accessibility of file: info.xpm MSI (s) (9C:9C) [21:24:40:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:616]: Executing op: FileRemove(,FileName=maximize.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: maximize.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:616]: Verifying accessibility of file: maximize.xbm MSI (s) (9C:9C) [21:24:40:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:632]: Executing op: FileRemove(,FileName=minimize.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: minimize.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:632]: Verifying accessibility of file: minimize.xbm MSI (s) (9C:9C) [21:24:40:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:647]: Executing op: FileRemove(,FileName=minus.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: minus.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:647]: Verifying accessibility of file: minus.gif MSI (s) (9C:9C) [21:24:40:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:663]: Executing op: FileRemove(,FileName=minus.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: minus.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:663]: Verifying accessibility of file: minus.xbm MSI (s) (9C:9C) [21:24:40:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:663]: Executing op: FileRemove(,FileName=minus.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: minus.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:679]: Verifying accessibility of file: minus.xpm MSI (s) (9C:9C) [21:24:40:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:679]: Executing op: FileRemove(,FileName=minusarm.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: minusarm.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:694]: Verifying accessibility of file: minusarm.gif MSI (s) (9C:9C) [21:24:40:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:694]: Executing op: FileRemove(,FileName=minusarm.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: minusarm.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:710]: Verifying accessibility of file: minusarm.xbm MSI (s) (9C:9C) [21:24:40:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:710]: Executing op: FileRemove(,FileName=minusarm.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: minusarm.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:726]: Verifying accessibility of file: minusarm.xpm MSI (s) (9C:9C) [21:24:40:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:726]: Executing op: FileRemove(,FileName=mktransgif.tcl,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: mktransgif.tcl, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:726]: Verifying accessibility of file: mktransgif.tcl MSI (s) (9C:9C) [21:24:40:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:741]: Executing op: FileRemove(,FileName=network.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: network.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:741]: Verifying accessibility of file: network.xbm MSI (s) (9C:9C) [21:24:40:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:757]: Executing op: FileRemove(,FileName=no_entry.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: no_entry.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:757]: Verifying accessibility of file: no_entry.gif MSI (s) (9C:9C) [21:24:40:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:772]: Executing op: FileRemove(,FileName=no_entry.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: no_entry.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:772]: Verifying accessibility of file: no_entry.xpm MSI (s) (9C:9C) [21:24:40:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:788]: Executing op: FileRemove(,FileName=openfile.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: openfile.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:788]: Verifying accessibility of file: openfile.xbm MSI (s) (9C:9C) [21:24:40:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:804]: Executing op: FileRemove(,FileName=openfold.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: openfold.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:804]: Verifying accessibility of file: openfold.gif MSI (s) (9C:9C) [21:24:40:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:819]: Executing op: FileRemove(,FileName=openfold.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: openfold.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:819]: Verifying accessibility of file: openfold.xbm MSI (s) (9C:9C) [21:24:40:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:835]: Executing op: FileRemove(,FileName=openfold.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: openfold.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:835]: Verifying accessibility of file: openfold.xpm MSI (s) (9C:9C) [21:24:40:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:851]: Executing op: FileRemove(,FileName=plus.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: plus.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:851]: Verifying accessibility of file: plus.gif MSI (s) (9C:9C) [21:24:40:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:851]: Executing op: FileRemove(,FileName=plus.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: plus.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:866]: Verifying accessibility of file: plus.xbm MSI (s) (9C:9C) [21:24:40:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:866]: Executing op: FileRemove(,FileName=plus.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: plus.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:882]: Verifying accessibility of file: plus.xpm MSI (s) (9C:9C) [21:24:40:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:882]: Executing op: FileRemove(,FileName=plusarm.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: plusarm.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:897]: Verifying accessibility of file: plusarm.gif MSI (s) (9C:9C) [21:24:40:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:897]: Executing op: FileRemove(,FileName=plusarm.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: plusarm.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:913]: Verifying accessibility of file: plusarm.xbm MSI (s) (9C:9C) [21:24:40:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:913]: Executing op: FileRemove(,FileName=plusarm.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: plusarm.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:929]: Verifying accessibility of file: plusarm.xpm MSI (s) (9C:9C) [21:24:40:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:929]: Executing op: FileRemove(,FileName=resize1.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: resize1.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:929]: Verifying accessibility of file: resize1.xbm MSI (s) (9C:9C) [21:24:40:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:944]: Executing op: FileRemove(,FileName=resize2.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: resize2.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:944]: Verifying accessibility of file: resize2.xbm MSI (s) (9C:9C) [21:24:40:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:960]: Executing op: FileRemove(,FileName=restore.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: restore.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:960]: Verifying accessibility of file: restore.xbm MSI (s) (9C:9C) [21:24:40:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:976]: Executing op: FileRemove(,FileName=srcfile.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: srcfile.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:976]: Verifying accessibility of file: srcfile.gif MSI (s) (9C:9C) [21:24:40:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:991]: Executing op: FileRemove(,FileName=srcfile.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: srcfile.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:991]: Verifying accessibility of file: srcfile.xbm MSI (s) (9C:9C) [21:24:41:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:007]: Executing op: FileRemove(,FileName=srcfile.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: srcfile.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:41:007]: Verifying accessibility of file: srcfile.xpm MSI (s) (9C:9C) [21:24:41:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:022]: Executing op: FileRemove(,FileName=system.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: system.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:41:022]: Verifying accessibility of file: system.xbm MSI (s) (9C:9C) [21:24:41:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:038]: Executing op: FileRemove(,FileName=textfile.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: textfile.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:41:038]: Verifying accessibility of file: textfile.gif MSI (s) (9C:9C) [21:24:41:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:054]: Executing op: FileRemove(,FileName=textfile.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: textfile.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:41:054]: Verifying accessibility of file: textfile.xbm MSI (s) (9C:9C) [21:24:41:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:069]: Executing op: FileRemove(,FileName=textfile.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: textfile.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:41:069]: Verifying accessibility of file: textfile.xpm MSI (s) (9C:9C) [21:24:41:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:085]: Executing op: FileRemove(,FileName=tick.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: tick.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:41:085]: Verifying accessibility of file: tick.xbm MSI (s) (9C:9C) [21:24:41:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:101]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:101]: Executing op: FileRemove(,FileName=warning.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: warning.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:41:101]: Verifying accessibility of file: warning.gif MSI (s) (9C:9C) [21:24:41:101]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:101]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:116]: Executing op: FileRemove(,FileName=warning.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: warning.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:41:117]: Verifying accessibility of file: warning.xpm MSI (s) (9C:9C) [21:24:41:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:133]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\thread2.7.0\) MSI (s) (9C:9C) [21:24:41:133]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={1C3468C0-219A-4639-90AD-D28D3270DBAD}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\thread2.7.0\ MSI (s) (9C:9C) [21:24:41:133]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:41:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:149]: Executing op: FileRemove(,FileName=thread.n,,ComponentId={1C3468C0-219A-4639-90AD-D28D3270DBAD}) RemoveFiles: File: thread.n, Directory: C:\Python34\tcl\thread2.7.0\ MSI (s) (9C:9C) [21:24:41:149]: Verifying accessibility of file: thread.n MSI (s) (9C:9C) [21:24:41:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:149]: Executing op: FileRemove(,FileName=thread27.dll,,ComponentId={1C3468C0-219A-4639-90AD-D28D3270DBAD}) RemoveFiles: File: thread27.dll, Directory: C:\Python34\tcl\thread2.7.0\ MSI (s) (9C:9C) [21:24:41:164]: Verifying accessibility of file: thread27.dll MSI (s) (9C:9C) [21:24:41:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:164]: Executing op: FileRemove(,FileName=tpool.n,,ComponentId={1C3468C0-219A-4639-90AD-D28D3270DBAD}) RemoveFiles: File: tpool.n, Directory: C:\Python34\tcl\thread2.7.0\ MSI (s) (9C:9C) [21:24:41:180]: Verifying accessibility of file: tpool.n MSI (s) (9C:9C) [21:24:41:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:180]: Executing op: FileRemove(,FileName=tsv.n,,ComponentId={1C3468C0-219A-4639-90AD-D28D3270DBAD}) RemoveFiles: File: tsv.n, Directory: C:\Python34\tcl\thread2.7.0\ MSI (s) (9C:9C) [21:24:41:195]: Verifying accessibility of file: tsv.n MSI (s) (9C:9C) [21:24:41:195]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:195]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:195]: Executing op: FileRemove(,FileName=ttrace.n,,ComponentId={1C3468C0-219A-4639-90AD-D28D3270DBAD}) RemoveFiles: File: ttrace.n, Directory: C:\Python34\tcl\thread2.7.0\ MSI (s) (9C:9C) [21:24:41:211]: Verifying accessibility of file: ttrace.n MSI (s) (9C:9C) [21:24:41:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:211]: Executing op: FileRemove(,FileName=ttrace.tcl,,ComponentId={1C3468C0-219A-4639-90AD-D28D3270DBAD}) RemoveFiles: File: ttrace.tcl, Directory: C:\Python34\tcl\thread2.7.0\ MSI (s) (9C:9C) [21:24:41:227]: Verifying accessibility of file: ttrace.tcl MSI (s) (9C:9C) [21:24:41:227]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:227]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:227]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tdbcsqlite1.0.0\) MSI (s) (9C:9C) [21:24:41:227]: Executing op: FileRemove(,FileName=tdbc_sqlite3.n,,ComponentId={1BC8DA21-C484-43E1-8EEC-1F817FF116C3}) RemoveFiles: File: tdbc_sqlite3.n, Directory: C:\Python34\tcl\tdbcsqlite1.0.0\ MSI (s) (9C:9C) [21:24:41:242]: Verifying accessibility of file: tdbc_sqlite3.n MSI (s) (9C:9C) [21:24:41:242]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:242]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:242]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tdbcpostgres1.0.0\) MSI (s) (9C:9C) [21:24:41:242]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={1A1D1A22-B785-4D88-93D9-8FB7DBB4CC65}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\tdbcpostgres1.0.0\ MSI (s) (9C:9C) [21:24:41:258]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:41:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:258]: Executing op: FileRemove(,FileName=tdbcpostgres.tcl,,ComponentId={1A1D1A22-B785-4D88-93D9-8FB7DBB4CC65}) RemoveFiles: File: tdbcpostgres.tcl, Directory: C:\Python34\tcl\tdbcpostgres1.0.0\ MSI (s) (9C:9C) [21:24:41:274]: Verifying accessibility of file: tdbcpostgres.tcl MSI (s) (9C:9C) [21:24:41:274]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:274]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:274]: Executing op: FileRemove(,FileName=tdbcpostgres100.dll,,ComponentId={1A1D1A22-B785-4D88-93D9-8FB7DBB4CC65}) RemoveFiles: File: tdbcpostgres100.dll, Directory: C:\Python34\tcl\tdbcpostgres1.0.0\ MSI (s) (9C:9C) [21:24:41:289]: Verifying accessibility of file: tdbcpostgres100.dll MSI (s) (9C:9C) [21:24:41:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:289]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tdbcodbc1.0.0\) MSI (s) (9C:9C) [21:24:41:289]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={27C47694-C8C1-4886-852C-ACBCA782F517}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\tdbcodbc1.0.0\ MSI (s) (9C:9C) [21:24:41:305]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:41:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:305]: Executing op: FileRemove(,FileName=tdbcodbc.tcl,,ComponentId={27C47694-C8C1-4886-852C-ACBCA782F517}) RemoveFiles: File: tdbcodbc.tcl, Directory: C:\Python34\tcl\tdbcodbc1.0.0\ MSI (s) (9C:9C) [21:24:41:305]: Verifying accessibility of file: tdbcodbc.tcl MSI (s) (9C:9C) [21:24:41:320]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:320]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:320]: Executing op: FileRemove(,FileName=tdbcodbc100.dll,,ComponentId={27C47694-C8C1-4886-852C-ACBCA782F517}) RemoveFiles: File: tdbcodbc100.dll, Directory: C:\Python34\tcl\tdbcodbc1.0.0\ MSI (s) (9C:9C) [21:24:41:320]: Verifying accessibility of file: tdbcodbc100.dll MSI (s) (9C:9C) [21:24:41:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:336]: Executing op: FileRemove(,FileName=tdbc_odbc.n,,ComponentId={27C47694-C8C1-4886-852C-ACBCA782F517}) RemoveFiles: File: tdbc_odbc.n, Directory: C:\Python34\tcl\tdbcodbc1.0.0\ MSI (s) (9C:9C) [21:24:41:336]: Verifying accessibility of file: tdbc_odbc.n MSI (s) (9C:9C) [21:24:41:352]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:352]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:352]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tdbcmysql1.0.0\) MSI (s) (9C:9C) [21:24:41:352]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={6AF28314-4638-4C1C-B831-971E33520BB4}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\tdbcmysql1.0.0\ MSI (s) (9C:9C) [21:24:41:352]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:41:367]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:367]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:367]: Executing op: FileRemove(,FileName=tdbcmysql.tcl,,ComponentId={6AF28314-4638-4C1C-B831-971E33520BB4}) RemoveFiles: File: tdbcmysql.tcl, Directory: C:\Python34\tcl\tdbcmysql1.0.0\ MSI (s) (9C:9C) [21:24:41:367]: Verifying accessibility of file: tdbcmysql.tcl MSI (s) (9C:9C) [21:24:41:383]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:383]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:383]: Executing op: FileRemove(,FileName=tdbcmysql100.dll,,ComponentId={6AF28314-4638-4C1C-B831-971E33520BB4}) RemoveFiles: File: tdbcmysql100.dll, Directory: C:\Python34\tcl\tdbcmysql1.0.0\ MSI (s) (9C:9C) [21:24:41:383]: Verifying accessibility of file: tdbcmysql100.dll MSI (s) (9C:9C) [21:24:41:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:399]: Executing op: FileRemove(,FileName=tdbc_mysql.n,,ComponentId={6AF28314-4638-4C1C-B831-971E33520BB4}) RemoveFiles: File: tdbc_mysql.n, Directory: C:\Python34\tcl\tdbcmysql1.0.0\ MSI (s) (9C:9C) [21:24:41:399]: Verifying accessibility of file: tdbc_mysql.n MSI (s) (9C:9C) [21:24:41:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:414]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tdbc1.0.0\) MSI (s) (9C:9C) [21:24:41:414]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:414]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:41:430]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:430]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:430]: Executing op: FileRemove(,FileName=tdbc.n,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: tdbc.n, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:430]: Verifying accessibility of file: tdbc.n MSI (s) (9C:9C) [21:24:41:445]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:445]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:445]: Executing op: FileRemove(,FileName=tdbc.tcl,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: tdbc.tcl, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:445]: Verifying accessibility of file: tdbc.tcl MSI (s) (9C:9C) [21:24:41:461]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:461]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:461]: Executing op: FileRemove(,FileName=tdbc100.dll,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: tdbc100.dll, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:461]: Verifying accessibility of file: tdbc100.dll MSI (s) (9C:9C) [21:24:41:477]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:477]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:477]: Executing op: FileRemove(,FileName=tdbcConfig.sh,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: tdbcConfig.sh, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:477]: Verifying accessibility of file: tdbcConfig.sh MSI (s) (9C:9C) [21:24:41:477]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:492]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:492]: Executing op: FileRemove(,FileName=tdbcstub100.lib,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: tdbcstub100.lib, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:492]: Verifying accessibility of file: tdbcstub100.lib MSI (s) (9C:9C) [21:24:41:492]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:508]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:508]: Executing op: FileRemove(,FileName=tdbc_connection.n,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: tdbc_connection.n, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:508]: Verifying accessibility of file: tdbc_connection.n MSI (s) (9C:9C) [21:24:41:508]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:508]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:524]: Executing op: FileRemove(,FileName=tdbc_mapSqlState.n,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: tdbc_mapSqlState.n, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:524]: Verifying accessibility of file: tdbc_mapSqlState.n MSI (s) (9C:9C) [21:24:41:524]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:524]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:524]: Executing op: FileRemove(,FileName=tdbc_resultset.n,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: tdbc_resultset.n, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:539]: Verifying accessibility of file: tdbc_resultset.n MSI (s) (9C:9C) [21:24:41:539]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:539]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:539]: Executing op: FileRemove(,FileName=tdbc_statement.n,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: tdbc_statement.n, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:555]: Verifying accessibility of file: tdbc_statement.n MSI (s) (9C:9C) [21:24:41:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:555]: Executing op: FileRemove(,FileName=tdbc_tokenize.n,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: tdbc_tokenize.n, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:570]: Verifying accessibility of file: tdbc_tokenize.n MSI (s) (9C:9C) [21:24:41:570]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:570]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:570]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\) MSI (s) (9C:9C) [21:24:41:570]: Executing op: FileRemove(,FileName=auto.tcl,,ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77}) RemoveFiles: File: auto.tcl, Directory: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:24:41:586]: Verifying accessibility of file: auto.tcl MSI (s) (9C:9C) [21:24:41:586]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:586]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:586]: Executing op: FileRemove(,FileName=clock.tcl,,ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77}) RemoveFiles: File: clock.tcl, Directory: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:24:41:602]: Verifying accessibility of file: clock.tcl MSI (s) (9C:9C) [21:24:41:602]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:602]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:602]: Executing op: FileRemove(,FileName=history.tcl,,ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77}) RemoveFiles: File: history.tcl, Directory: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:24:41:617]: Verifying accessibility of file: history.tcl MSI (s) (9C:9C) [21:24:41:617]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:617]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:617]: Executing op: FileRemove(,FileName=init.tcl,,ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77}) RemoveFiles: File: init.tcl, Directory: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:24:41:633]: Verifying accessibility of file: init.tcl MSI (s) (9C:9C) [21:24:41:633]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:633]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:633]: Executing op: FileRemove(,FileName=package.tcl,,ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77}) RemoveFiles: File: package.tcl, Directory: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:24:41:633]: Verifying accessibility of file: package.tcl MSI (s) (9C:9C) [21:24:41:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:649]: Executing op: FileRemove(,FileName=parray.tcl,,ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77}) RemoveFiles: File: parray.tcl, Directory: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:24:41:649]: Verifying accessibility of file: parray.tcl MSI (s) (9C:9C) [21:24:41:664]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:664]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:664]: Executing op: FileRemove(,FileName=safe.tcl,,ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77}) RemoveFiles: File: safe.tcl, Directory: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:24:41:664]: Verifying accessibility of file: safe.tcl MSI (s) (9C:9C) [21:24:41:680]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:680]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:680]: Executing op: FileRemove(,FileName=tclIndex,,ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77}) RemoveFiles: File: tclIndex, Directory: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:24:41:680]: Verifying accessibility of file: tclIndex MSI (s) (9C:9C) [21:24:41:695]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:695]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:695]: Executing op: FileRemove(,FileName=tm.tcl,,ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77}) RemoveFiles: File: tm.tcl, Directory: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:24:41:695]: Verifying accessibility of file: tm.tcl MSI (s) (9C:9C) [21:24:41:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:711]: Executing op: FileRemove(,FileName=word.tcl,,ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77}) RemoveFiles: File: word.tcl, Directory: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:24:41:711]: Verifying accessibility of file: word.tcl MSI (s) (9C:9C) [21:24:41:727]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:727]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:727]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\) MSI (s) (9C:9C) [21:24:41:727]: Executing op: FileRemove(,FileName=CET,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: CET, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:727]: Verifying accessibility of file: CET MSI (s) (9C:9C) [21:24:41:742]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:742]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:742]: Executing op: FileRemove(,FileName=CST6CDT,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: CST6CDT, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:742]: Verifying accessibility of file: CST6CDT MSI (s) (9C:9C) [21:24:41:742]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:758]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:758]: Executing op: FileRemove(,FileName=Cuba,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Cuba, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:758]: Verifying accessibility of file: Cuba MSI (s) (9C:9C) [21:24:41:758]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:774]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:774]: Executing op: FileRemove(,FileName=EET,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: EET, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:774]: Verifying accessibility of file: EET MSI (s) (9C:9C) [21:24:41:774]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:774]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:774]: Executing op: FileRemove(,FileName=Egypt,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Egypt, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:789]: Verifying accessibility of file: Egypt MSI (s) (9C:9C) [21:24:41:789]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:789]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:789]: Executing op: FileRemove(,FileName=Eire,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Eire, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:805]: Verifying accessibility of file: Eire MSI (s) (9C:9C) [21:24:41:805]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:820]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:820]: Executing op: FileRemove(,FileName=EST,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: EST, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:820]: Verifying accessibility of file: EST MSI (s) (9C:9C) [21:24:41:836]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:836]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:836]: Executing op: FileRemove(,FileName=EST5EDT,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: EST5EDT, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:836]: Verifying accessibility of file: EST5EDT MSI (s) (9C:9C) [21:24:41:852]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:852]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:852]: Executing op: FileRemove(,FileName=GB-Eire,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: GB-Eire, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:852]: Verifying accessibility of file: GB-Eire MSI (s) (9C:9C) [21:24:41:867]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:867]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:867]: Executing op: FileRemove(,FileName=GMT,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: GMT, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:883]: Verifying accessibility of file: GMT MSI (s) (9C:9C) [21:24:41:883]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:883]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:883]: Executing op: FileRemove(,FileName=GMT+0,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: GMT+0, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:899]: Verifying accessibility of file: GMT+0 MSI (s) (9C:9C) [21:24:41:899]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:914]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:914]: Executing op: FileRemove(,FileName=GMT-0,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: GMT-0, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:914]: Verifying accessibility of file: GMT-0 MSI (s) (9C:9C) [21:24:41:930]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:930]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:930]: Executing op: FileRemove(,FileName=GMT0,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: GMT0, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:930]: Verifying accessibility of file: GMT0 MSI (s) (9C:9C) [21:24:41:945]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:945]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:945]: Executing op: FileRemove(,FileName=Greenwich,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Greenwich, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:961]: Verifying accessibility of file: Greenwich MSI (s) (9C:9C) [21:24:41:961]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:961]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:977]: Executing op: FileRemove(,FileName=Hongkong,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Hongkong, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:977]: Verifying accessibility of file: Hongkong MSI (s) (9C:9C) [21:24:41:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:992]: Executing op: FileRemove(,FileName=HST,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: HST, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:992]: Verifying accessibility of file: HST MSI (s) (9C:9C) [21:24:42:008]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:008]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:008]: Executing op: FileRemove(,FileName=Iceland,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Iceland, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:024]: Verifying accessibility of file: Iceland MSI (s) (9C:9C) [21:24:42:024]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:024]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:024]: Executing op: FileRemove(,FileName=Iran,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Iran, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:039]: Verifying accessibility of file: Iran MSI (s) (9C:9C) [21:24:42:039]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:039]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:055]: Executing op: FileRemove(,FileName=Israel,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Israel, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:055]: Verifying accessibility of file: Israel MSI (s) (9C:9C) [21:24:42:070]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:070]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:070]: Executing op: FileRemove(,FileName=Jamaica,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Jamaica, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:070]: Verifying accessibility of file: Jamaica MSI (s) (9C:9C) [21:24:42:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:086]: Executing op: FileRemove(,FileName=Japan,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Japan, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:086]: Verifying accessibility of file: Japan MSI (s) (9C:9C) [21:24:42:102]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:102]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:102]: Executing op: FileRemove(,FileName=Kwajalein,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Kwajalein, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:102]: Verifying accessibility of file: Kwajalein MSI (s) (9C:9C) [21:24:42:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:117]: Executing op: FileRemove(,FileName=Libya,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Libya, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:117]: Verifying accessibility of file: Libya MSI (s) (9C:9C) [21:24:42:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:133]: Executing op: FileRemove(,FileName=MET,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: MET, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:133]: Verifying accessibility of file: MET MSI (s) (9C:9C) [21:24:42:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:149]: Executing op: FileRemove(,FileName=MST,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: MST, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:149]: Verifying accessibility of file: MST MSI (s) (9C:9C) [21:24:42:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:164]: Executing op: FileRemove(,FileName=MST7MDT,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: MST7MDT, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:164]: Verifying accessibility of file: MST7MDT MSI (s) (9C:9C) [21:24:42:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:180]: Executing op: FileRemove(,FileName=Navajo,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Navajo, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:195]: Verifying accessibility of file: Navajo MSI (s) (9C:9C) [21:24:42:195]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:195]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:195]: Executing op: FileRemove(,FileName=NZ,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: NZ, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:211]: Verifying accessibility of file: NZ MSI (s) (9C:9C) [21:24:42:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:211]: Executing op: FileRemove(,FileName=NZ-CHAT,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: NZ-CHAT, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:227]: Verifying accessibility of file: NZ-CHAT MSI (s) (9C:9C) [21:24:42:227]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:227]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:227]: Executing op: FileRemove(,FileName=Poland,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Poland, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:242]: Verifying accessibility of file: Poland MSI (s) (9C:9C) [21:24:42:242]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:242]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:242]: Executing op: FileRemove(,FileName=Portugal,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Portugal, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:258]: Verifying accessibility of file: Portugal MSI (s) (9C:9C) [21:24:42:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:258]: Executing op: FileRemove(,FileName=PRC,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: PRC, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:274]: Verifying accessibility of file: PRC MSI (s) (9C:9C) [21:24:42:274]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:274]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:274]: Executing op: FileRemove(,FileName=PST8PDT,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: PST8PDT, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:289]: Verifying accessibility of file: PST8PDT MSI (s) (9C:9C) [21:24:42:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:289]: Executing op: FileRemove(,FileName=ROC,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: ROC, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:305]: Verifying accessibility of file: ROC MSI (s) (9C:9C) [21:24:42:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:305]: Executing op: FileRemove(,FileName=ROK,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: ROK, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:320]: Verifying accessibility of file: ROK MSI (s) (9C:9C) [21:24:42:320]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:320]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:320]: Executing op: FileRemove(,FileName=Singapore,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Singapore, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:336]: Verifying accessibility of file: Singapore MSI (s) (9C:9C) [21:24:42:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:336]: Executing op: FileRemove(,FileName=Turkey,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Turkey, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:352]: Verifying accessibility of file: Turkey MSI (s) (9C:9C) [21:24:42:352]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:352]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:367]: Executing op: FileRemove(,FileName=UCT,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: UCT, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:367]: Verifying accessibility of file: UCT MSI (s) (9C:9C) [21:24:42:383]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:383]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:383]: Executing op: FileRemove(,FileName=Universal,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Universal, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:383]: Verifying accessibility of file: Universal MSI (s) (9C:9C) [21:24:42:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:399]: Executing op: FileRemove(,FileName=UTC,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: UTC, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:399]: Verifying accessibility of file: UTC MSI (s) (9C:9C) [21:24:42:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:414]: Executing op: FileRemove(,FileName=W-SU,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: W-SU, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:414]: Verifying accessibility of file: W-SU MSI (s) (9C:9C) [21:24:42:430]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:430]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:430]: Executing op: FileRemove(,FileName=WET,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: WET, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:430]: Verifying accessibility of file: WET MSI (s) (9C:9C) [21:24:42:445]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:445]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:445]: Executing op: FileRemove(,FileName=Zulu,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Zulu, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:445]: Verifying accessibility of file: Zulu MSI (s) (9C:9C) [21:24:42:461]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:461]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:461]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\US\) MSI (s) (9C:9C) [21:24:42:461]: Executing op: FileRemove(,FileName=Alaska,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Alaska, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:461]: Verifying accessibility of file: Alaska MSI (s) (9C:9C) [21:24:42:477]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:477]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:477]: Executing op: FileRemove(,FileName=Aleutian,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Aleutian, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:477]: Verifying accessibility of file: Aleutian MSI (s) (9C:9C) [21:24:42:492]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:492]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:492]: Executing op: FileRemove(,FileName=Arizona,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Arizona, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:508]: Verifying accessibility of file: Arizona MSI (s) (9C:9C) [21:24:42:508]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:508]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:508]: Executing op: FileRemove(,FileName=Central,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Central, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:524]: Verifying accessibility of file: Central MSI (s) (9C:9C) [21:24:42:524]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:524]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:539]: Executing op: FileRemove(,FileName=East-Indiana,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: East-Indiana, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:539]: Verifying accessibility of file: East-Indiana MSI (s) (9C:9C) [21:24:42:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:555]: Executing op: FileRemove(,FileName=Eastern,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Eastern, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:555]: Verifying accessibility of file: Eastern MSI (s) (9C:9C) [21:24:42:570]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:570]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:570]: Executing op: FileRemove(,FileName=Hawaii,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Hawaii, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:570]: Verifying accessibility of file: Hawaii MSI (s) (9C:9C) [21:24:42:586]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:586]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:586]: Executing op: FileRemove(,FileName=Indiana-Starke,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Indiana-Starke, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:586]: Verifying accessibility of file: Indiana-Starke MSI (s) (9C:9C) [21:24:42:602]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:602]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:602]: Executing op: FileRemove(,FileName=Michigan,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Michigan, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:602]: Verifying accessibility of file: Michigan MSI (s) (9C:9C) [21:24:42:617]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:617]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:617]: Executing op: FileRemove(,FileName=Mountain,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Mountain, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:617]: Verifying accessibility of file: Mountain MSI (s) (9C:9C) [21:24:42:633]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:633]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:633]: Executing op: FileRemove(,FileName=Pacific,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Pacific, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:633]: Verifying accessibility of file: Pacific MSI (s) (9C:9C) [21:24:42:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:649]: Executing op: FileRemove(,FileName=Pacific-New,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Pacific-New, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:649]: Verifying accessibility of file: Pacific-New MSI (s) (9C:9C) [21:24:42:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:664]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:664]: Executing op: FileRemove(,FileName=Samoa,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Samoa, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:664]: Verifying accessibility of file: Samoa MSI (s) (9C:9C) [21:24:42:680]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:680]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:680]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\SystemV\) MSI (s) (9C:9C) [21:24:42:680]: Executing op: FileRemove(,FileName=AST4,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: AST4, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:680]: Verifying accessibility of file: AST4 MSI (s) (9C:9C) [21:24:42:695]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:695]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:695]: Executing op: FileRemove(,FileName=AST4ADT,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: AST4ADT, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:695]: Verifying accessibility of file: AST4ADT MSI (s) (9C:9C) [21:24:42:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:711]: Executing op: FileRemove(,FileName=CST6,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: CST6, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:711]: Verifying accessibility of file: CST6 MSI (s) (9C:9C) [21:24:42:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:727]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:727]: Executing op: FileRemove(,FileName=CST6CDT,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: CST6CDT, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:727]: Verifying accessibility of file: CST6CDT MSI (s) (9C:9C) [21:24:42:727]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:742]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:742]: Executing op: FileRemove(,FileName=EST5,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: EST5, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:742]: Verifying accessibility of file: EST5 MSI (s) (9C:9C) [21:24:42:742]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:742]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:758]: Executing op: FileRemove(,FileName=EST5EDT,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: EST5EDT, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:758]: Verifying accessibility of file: EST5EDT MSI (s) (9C:9C) [21:24:42:758]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:758]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:758]: Executing op: FileRemove(,FileName=HST10,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: HST10, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:774]: Verifying accessibility of file: HST10 MSI (s) (9C:9C) [21:24:42:774]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:774]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:774]: Executing op: FileRemove(,FileName=MST7,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: MST7, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:789]: Verifying accessibility of file: MST7 MSI (s) (9C:9C) [21:24:42:789]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:789]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:789]: Executing op: FileRemove(,FileName=MST7MDT,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: MST7MDT, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:805]: Verifying accessibility of file: MST7MDT MSI (s) (9C:9C) [21:24:42:805]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:805]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:805]: Executing op: FileRemove(,FileName=PST8,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: PST8, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:820]: Verifying accessibility of file: PST8 MSI (s) (9C:9C) [21:24:42:820]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:820]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:820]: Executing op: FileRemove(,FileName=PST8PDT,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: PST8PDT, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:836]: Verifying accessibility of file: PST8PDT MSI (s) (9C:9C) [21:24:42:836]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:836]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:836]: Executing op: FileRemove(,FileName=YST9,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: YST9, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:852]: Verifying accessibility of file: YST9 MSI (s) (9C:9C) [21:24:42:852]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:852]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:852]: Executing op: FileRemove(,FileName=YST9YDT,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: YST9YDT, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:852]: Verifying accessibility of file: YST9YDT MSI (s) (9C:9C) [21:24:42:867]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:867]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:867]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Pacific\) MSI (s) (9C:9C) [21:24:42:867]: Executing op: FileRemove(,FileName=Apia,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Apia, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:42:867]: Verifying accessibility of file: Apia MSI (s) (9C:9C) [21:24:42:883]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:883]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:883]: Executing op: FileRemove(,FileName=Auckland,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Auckland, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:42:883]: Verifying accessibility of file: Auckland MSI (s) (9C:9C) [21:24:42:899]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:899]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:899]: Executing op: FileRemove(,FileName=Chatham,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Chatham, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:42:899]: Verifying accessibility of file: Chatham MSI (s) (9C:9C) [21:24:42:914]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:914]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:914]: Executing op: FileRemove(,FileName=Chuuk,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Chuuk, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:42:914]: Verifying accessibility of file: Chuuk MSI (s) (9C:9C) [21:24:42:930]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:930]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:930]: Executing op: FileRemove(,FileName=Easter,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Easter, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:42:930]: Verifying accessibility of file: Easter MSI (s) (9C:9C) [21:24:42:945]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:945]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:945]: Executing op: FileRemove(,FileName=Efate,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Efate, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:42:945]: Verifying accessibility of file: Efate MSI (s) (9C:9C) [21:24:42:961]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:961]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:961]: Executing op: FileRemove(,FileName=Enderbury,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Enderbury, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:42:961]: Verifying accessibility of file: Enderbury MSI (s) (9C:9C) [21:24:42:961]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:977]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:977]: Executing op: FileRemove(,FileName=Fakaofo,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Fakaofo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:42:977]: Verifying accessibility of file: Fakaofo MSI (s) (9C:9C) [21:24:42:977]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:992]: Executing op: FileRemove(,FileName=Fiji,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Fiji, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:42:992]: Verifying accessibility of file: Fiji MSI (s) (9C:9C) [21:24:42:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:992]: Executing op: FileRemove(,FileName=Funafuti,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Funafuti, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:008]: Verifying accessibility of file: Funafuti MSI (s) (9C:9C) [21:24:43:008]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:008]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:008]: Executing op: FileRemove(,FileName=Galapagos,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Galapagos, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:024]: Verifying accessibility of file: Galapagos MSI (s) (9C:9C) [21:24:43:024]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:024]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:024]: Executing op: FileRemove(,FileName=Gambier,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Gambier, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:039]: Verifying accessibility of file: Gambier MSI (s) (9C:9C) [21:24:43:039]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:039]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:039]: Executing op: FileRemove(,FileName=Guadalcanal,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Guadalcanal, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:055]: Verifying accessibility of file: Guadalcanal MSI (s) (9C:9C) [21:24:43:055]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:055]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:055]: Executing op: FileRemove(,FileName=Guam,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Guam, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:070]: Verifying accessibility of file: Guam MSI (s) (9C:9C) [21:24:43:070]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:070]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:070]: Executing op: FileRemove(,FileName=Honolulu,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Honolulu, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:086]: Verifying accessibility of file: Honolulu MSI (s) (9C:9C) [21:24:43:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:086]: Executing op: FileRemove(,FileName=Johnston,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Johnston, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:102]: Verifying accessibility of file: Johnston MSI (s) (9C:9C) [21:24:43:102]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:102]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:102]: Executing op: FileRemove(,FileName=Kiritimati,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Kiritimati, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:102]: Verifying accessibility of file: Kiritimati MSI (s) (9C:9C) [21:24:43:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:117]: Executing op: FileRemove(,FileName=Kosrae,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Kosrae, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:117]: Verifying accessibility of file: Kosrae MSI (s) (9C:9C) [21:24:43:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:133]: Executing op: FileRemove(,FileName=Kwajalein,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Kwajalein, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:133]: Verifying accessibility of file: Kwajalein MSI (s) (9C:9C) [21:24:43:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:149]: Executing op: FileRemove(,FileName=Majuro,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Majuro, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:149]: Verifying accessibility of file: Majuro MSI (s) (9C:9C) [21:24:43:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:164]: Executing op: FileRemove(,FileName=Marquesas,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Marquesas, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:164]: Verifying accessibility of file: Marquesas MSI (s) (9C:9C) [21:24:43:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:180]: Executing op: FileRemove(,FileName=Midway,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Midway, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:180]: Verifying accessibility of file: Midway MSI (s) (9C:9C) [21:24:43:195]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:195]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:195]: Executing op: FileRemove(,FileName=Nauru,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Nauru, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:195]: Verifying accessibility of file: Nauru MSI (s) (9C:9C) [21:24:43:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:211]: Executing op: FileRemove(,FileName=Niue,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Niue, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:211]: Verifying accessibility of file: Niue MSI (s) (9C:9C) [21:24:43:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:227]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:227]: Executing op: FileRemove(,FileName=Norfolk,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Norfolk, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:227]: Verifying accessibility of file: Norfolk MSI (s) (9C:9C) [21:24:43:227]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:242]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:242]: Executing op: FileRemove(,FileName=Noumea,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Noumea, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:242]: Verifying accessibility of file: Noumea MSI (s) (9C:9C) [21:24:43:242]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:258]: Executing op: FileRemove(,FileName=Pago_Pago,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Pago_Pago, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:258]: Verifying accessibility of file: Pago_Pago MSI (s) (9C:9C) [21:24:43:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:274]: Executing op: FileRemove(,FileName=Palau,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Palau, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:274]: Verifying accessibility of file: Palau MSI (s) (9C:9C) [21:24:43:274]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:274]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:274]: Executing op: FileRemove(,FileName=Pitcairn,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Pitcairn, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:289]: Verifying accessibility of file: Pitcairn MSI (s) (9C:9C) [21:24:43:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:289]: Executing op: FileRemove(,FileName=Pohnpei,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Pohnpei, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:305]: Verifying accessibility of file: Pohnpei MSI (s) (9C:9C) [21:24:43:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:305]: Executing op: FileRemove(,FileName=Ponape,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Ponape, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:320]: Verifying accessibility of file: Ponape MSI (s) (9C:9C) [21:24:43:320]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:320]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:320]: Executing op: FileRemove(,FileName=Port_Moresby,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Port_Moresby, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:336]: Verifying accessibility of file: Port_Moresby MSI (s) (9C:9C) [21:24:43:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:336]: Executing op: FileRemove(,FileName=Rarotonga,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Rarotonga, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:352]: Verifying accessibility of file: Rarotonga MSI (s) (9C:9C) [21:24:43:352]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:352]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:352]: Executing op: FileRemove(,FileName=Saipan,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Saipan, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:367]: Verifying accessibility of file: Saipan MSI (s) (9C:9C) [21:24:43:367]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:367]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:367]: Executing op: FileRemove(,FileName=Samoa,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Samoa, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:383]: Verifying accessibility of file: Samoa MSI (s) (9C:9C) [21:24:43:383]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:383]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:383]: Executing op: FileRemove(,FileName=Tahiti,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Tahiti, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:399]: Verifying accessibility of file: Tahiti MSI (s) (9C:9C) [21:24:43:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:399]: Executing op: FileRemove(,FileName=Tarawa,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Tarawa, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:414]: Verifying accessibility of file: Tarawa MSI (s) (9C:9C) [21:24:43:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:414]: Executing op: FileRemove(,FileName=Tongatapu,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Tongatapu, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:430]: Verifying accessibility of file: Tongatapu MSI (s) (9C:9C) [21:24:43:430]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:430]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:430]: Executing op: FileRemove(,FileName=Truk,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Truk, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:445]: Verifying accessibility of file: Truk MSI (s) (9C:9C) [21:24:43:445]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:445]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:445]: Executing op: FileRemove(,FileName=Wake,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Wake, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:461]: Verifying accessibility of file: Wake MSI (s) (9C:9C) [21:24:43:461]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:461]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:477]: Executing op: FileRemove(,FileName=Wallis,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Wallis, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:477]: Verifying accessibility of file: Wallis MSI (s) (9C:9C) [21:24:43:477]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:477]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:492]: Executing op: FileRemove(,FileName=Yap,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Yap, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:492]: Verifying accessibility of file: Yap MSI (s) (9C:9C) [21:24:43:492]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:508]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:508]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Mexico\) MSI (s) (9C:9C) [21:24:43:508]: Executing op: FileRemove(,FileName=BajaNorte,,ComponentId={54FA7304-9749-49D2-8D2F-9916D70D5B4F}) RemoveFiles: File: BajaNorte, Directory: C:\Python34\tcl\tcl8.6\tzdata\Mexico\ MSI (s) (9C:9C) [21:24:43:508]: Verifying accessibility of file: BajaNorte MSI (s) (9C:9C) [21:24:43:524]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:524]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:524]: Executing op: FileRemove(,FileName=BajaSur,,ComponentId={54FA7304-9749-49D2-8D2F-9916D70D5B4F}) RemoveFiles: File: BajaSur, Directory: C:\Python34\tcl\tcl8.6\tzdata\Mexico\ MSI (s) (9C:9C) [21:24:43:524]: Verifying accessibility of file: BajaSur MSI (s) (9C:9C) [21:24:43:539]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:539]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:539]: Executing op: FileRemove(,FileName=General,,ComponentId={54FA7304-9749-49D2-8D2F-9916D70D5B4F}) RemoveFiles: File: General, Directory: C:\Python34\tcl\tcl8.6\tzdata\Mexico\ MSI (s) (9C:9C) [21:24:43:539]: Verifying accessibility of file: General MSI (s) (9C:9C) [21:24:43:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:555]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Indian\) MSI (s) (9C:9C) [21:24:43:555]: Executing op: FileRemove(,FileName=Antananarivo,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Antananarivo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:555]: Verifying accessibility of file: Antananarivo MSI (s) (9C:9C) [21:24:43:570]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:570]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:570]: Executing op: FileRemove(,FileName=Chagos,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Chagos, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:570]: Verifying accessibility of file: Chagos MSI (s) (9C:9C) [21:24:43:586]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:586]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:586]: Executing op: FileRemove(,FileName=Christmas,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Christmas, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:586]: Verifying accessibility of file: Christmas MSI (s) (9C:9C) [21:24:43:602]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:602]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:602]: Executing op: FileRemove(,FileName=Cocos,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Cocos, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:602]: Verifying accessibility of file: Cocos MSI (s) (9C:9C) [21:24:43:617]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:617]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:617]: Executing op: FileRemove(,FileName=Comoro,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Comoro, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:617]: Verifying accessibility of file: Comoro MSI (s) (9C:9C) [21:24:43:633]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:633]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:633]: Executing op: FileRemove(,FileName=Kerguelen,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Kerguelen, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:633]: Verifying accessibility of file: Kerguelen MSI (s) (9C:9C) [21:24:43:633]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:649]: Executing op: FileRemove(,FileName=Mahe,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Mahe, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:649]: Verifying accessibility of file: Mahe MSI (s) (9C:9C) [21:24:43:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:664]: Executing op: FileRemove(,FileName=Maldives,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Maldives, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:664]: Verifying accessibility of file: Maldives MSI (s) (9C:9C) [21:24:43:664]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:664]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:664]: Executing op: FileRemove(,FileName=Mauritius,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Mauritius, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:680]: Verifying accessibility of file: Mauritius MSI (s) (9C:9C) [21:24:43:680]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:680]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:680]: Executing op: FileRemove(,FileName=Mayotte,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Mayotte, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:695]: Verifying accessibility of file: Mayotte MSI (s) (9C:9C) [21:24:43:695]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:695]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:695]: Executing op: FileRemove(,FileName=Reunion,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Reunion, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:711]: Verifying accessibility of file: Reunion MSI (s) (9C:9C) [21:24:43:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:711]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Europe\) MSI (s) (9C:9C) [21:24:43:711]: Executing op: FileRemove(,FileName=Amsterdam,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Amsterdam, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:727]: Verifying accessibility of file: Amsterdam MSI (s) (9C:9C) [21:24:43:727]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:727]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:727]: Executing op: FileRemove(,FileName=Andorra,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Andorra, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:742]: Verifying accessibility of file: Andorra MSI (s) (9C:9C) [21:24:43:742]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:742]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:742]: Executing op: FileRemove(,FileName=Athens,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Athens, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:758]: Verifying accessibility of file: Athens MSI (s) (9C:9C) [21:24:43:758]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:758]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:758]: Executing op: FileRemove(,FileName=Belfast,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Belfast, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:758]: Verifying accessibility of file: Belfast MSI (s) (9C:9C) [21:24:43:774]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:774]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:774]: Executing op: FileRemove(,FileName=Belgrade,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Belgrade, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:774]: Verifying accessibility of file: Belgrade MSI (s) (9C:9C) [21:24:43:789]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:789]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:789]: Executing op: FileRemove(,FileName=Berlin,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Berlin, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:789]: Verifying accessibility of file: Berlin MSI (s) (9C:9C) [21:24:43:805]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:805]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:805]: Executing op: FileRemove(,FileName=Bratislava,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Bratislava, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:805]: Verifying accessibility of file: Bratislava MSI (s) (9C:9C) [21:24:43:820]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:820]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:820]: Executing op: FileRemove(,FileName=Brussels,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Brussels, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:820]: Verifying accessibility of file: Brussels MSI (s) (9C:9C) [21:24:43:836]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:836]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:836]: Executing op: FileRemove(,FileName=Bucharest,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Bucharest, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:836]: Verifying accessibility of file: Bucharest MSI (s) (9C:9C) [21:24:43:852]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:852]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:852]: Executing op: FileRemove(,FileName=Budapest,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Budapest, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:852]: Verifying accessibility of file: Budapest MSI (s) (9C:9C) [21:24:43:852]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:867]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:867]: Executing op: FileRemove(,FileName=Busingen,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Busingen, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:867]: Verifying accessibility of file: Busingen MSI (s) (9C:9C) [21:24:43:867]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:883]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:883]: Executing op: FileRemove(,FileName=Chisinau,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Chisinau, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:883]: Verifying accessibility of file: Chisinau MSI (s) (9C:9C) [21:24:43:883]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:899]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:899]: Executing op: FileRemove(,FileName=Copenhagen,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Copenhagen, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:899]: Verifying accessibility of file: Copenhagen MSI (s) (9C:9C) [21:24:43:899]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:899]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:914]: Executing op: FileRemove(,FileName=Dublin,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Dublin, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:914]: Verifying accessibility of file: Dublin MSI (s) (9C:9C) [21:24:43:914]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:914]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:914]: Executing op: FileRemove(,FileName=Gibraltar,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Gibraltar, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:930]: Verifying accessibility of file: Gibraltar MSI (s) (9C:9C) [21:24:43:930]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:930]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:930]: Executing op: FileRemove(,FileName=Guernsey,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Guernsey, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:945]: Verifying accessibility of file: Guernsey MSI (s) (9C:9C) [21:24:43:945]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:945]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:945]: Executing op: FileRemove(,FileName=Helsinki,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Helsinki, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:961]: Verifying accessibility of file: Helsinki MSI (s) (9C:9C) [21:24:43:961]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:961]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:961]: Executing op: FileRemove(,FileName=Isle_of_Man,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Isle_of_Man, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:977]: Verifying accessibility of file: Isle_of_Man MSI (s) (9C:9C) [21:24:43:977]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:977]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:977]: Executing op: FileRemove(,FileName=Istanbul,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Istanbul, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:977]: Verifying accessibility of file: Istanbul MSI (s) (9C:9C) [21:24:43:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:992]: Executing op: FileRemove(,FileName=Jersey,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Jersey, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:992]: Verifying accessibility of file: Jersey MSI (s) (9C:9C) [21:24:44:008]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:008]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:008]: Executing op: FileRemove(,FileName=Kaliningrad,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Kaliningrad, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:008]: Verifying accessibility of file: Kaliningrad MSI (s) (9C:9C) [21:24:44:024]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:024]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:024]: Executing op: FileRemove(,FileName=Kiev,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Kiev, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:024]: Verifying accessibility of file: Kiev MSI (s) (9C:9C) [21:24:44:039]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:039]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:039]: Executing op: FileRemove(,FileName=Lisbon,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Lisbon, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:039]: Verifying accessibility of file: Lisbon MSI (s) (9C:9C) [21:24:44:055]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:055]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:055]: Executing op: FileRemove(,FileName=Ljubljana,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Ljubljana, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:055]: Verifying accessibility of file: Ljubljana MSI (s) (9C:9C) [21:24:44:070]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:070]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:070]: Executing op: FileRemove(,FileName=London,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: London, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:070]: Verifying accessibility of file: London MSI (s) (9C:9C) [21:24:44:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:086]: Executing op: FileRemove(,FileName=Luxembourg,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Luxembourg, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:086]: Verifying accessibility of file: Luxembourg MSI (s) (9C:9C) [21:24:44:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:102]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:102]: Executing op: FileRemove(,FileName=Madrid,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Madrid, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:102]: Verifying accessibility of file: Madrid MSI (s) (9C:9C) [21:24:44:102]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:117]: Executing op: FileRemove(,FileName=Malta,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Malta, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:117]: Verifying accessibility of file: Malta MSI (s) (9C:9C) [21:24:44:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:133]: Executing op: FileRemove(,FileName=Mariehamn,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Mariehamn, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:133]: Verifying accessibility of file: Mariehamn MSI (s) (9C:9C) [21:24:44:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:133]: Executing op: FileRemove(,FileName=Minsk,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Minsk, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:149]: Verifying accessibility of file: Minsk MSI (s) (9C:9C) [21:24:44:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:149]: Executing op: FileRemove(,FileName=Monaco,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Monaco, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:164]: Verifying accessibility of file: Monaco MSI (s) (9C:9C) [21:24:44:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:164]: Executing op: FileRemove(,FileName=Moscow,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Moscow, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:180]: Verifying accessibility of file: Moscow MSI (s) (9C:9C) [21:24:44:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:180]: Executing op: FileRemove(,FileName=Nicosia,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Nicosia, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:195]: Verifying accessibility of file: Nicosia MSI (s) (9C:9C) [21:24:44:195]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:195]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:195]: Executing op: FileRemove(,FileName=Oslo,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Oslo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:211]: Verifying accessibility of file: Oslo MSI (s) (9C:9C) [21:24:44:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:211]: Executing op: FileRemove(,FileName=Paris,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Paris, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:211]: Verifying accessibility of file: Paris MSI (s) (9C:9C) [21:24:44:227]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:227]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:227]: Executing op: FileRemove(,FileName=Podgorica,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Podgorica, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:227]: Verifying accessibility of file: Podgorica MSI (s) (9C:9C) [21:24:44:242]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:242]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:242]: Executing op: FileRemove(,FileName=Prague,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Prague, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:242]: Verifying accessibility of file: Prague MSI (s) (9C:9C) [21:24:44:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:258]: Executing op: FileRemove(,FileName=Riga,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Riga, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:258]: Verifying accessibility of file: Riga MSI (s) (9C:9C) [21:24:44:274]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:274]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:274]: Executing op: FileRemove(,FileName=Rome,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Rome, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:274]: Verifying accessibility of file: Rome MSI (s) (9C:9C) [21:24:44:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:289]: Executing op: FileRemove(,FileName=Samara,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Samara, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:289]: Verifying accessibility of file: Samara MSI (s) (9C:9C) [21:24:44:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:305]: Executing op: FileRemove(,FileName=San_Marino,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: San_Marino, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:305]: Verifying accessibility of file: San_Marino MSI (s) (9C:9C) [21:24:44:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:320]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:320]: Executing op: FileRemove(,FileName=Sarajevo,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Sarajevo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:320]: Verifying accessibility of file: Sarajevo MSI (s) (9C:9C) [21:24:44:320]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:336]: Executing op: FileRemove(,FileName=Simferopol,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Simferopol, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:336]: Verifying accessibility of file: Simferopol MSI (s) (9C:9C) [21:24:44:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:352]: Executing op: FileRemove(,FileName=Skopje,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Skopje, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:352]: Verifying accessibility of file: Skopje MSI (s) (9C:9C) [21:24:44:352]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:352]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:352]: Executing op: FileRemove(,FileName=Sofia,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Sofia, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:367]: Verifying accessibility of file: Sofia MSI (s) (9C:9C) [21:24:44:367]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:367]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:367]: Executing op: FileRemove(,FileName=Stockholm,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Stockholm, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:383]: Verifying accessibility of file: Stockholm MSI (s) (9C:9C) [21:24:44:383]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:383]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:383]: Executing op: FileRemove(,FileName=Tallinn,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Tallinn, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:399]: Verifying accessibility of file: Tallinn MSI (s) (9C:9C) [21:24:44:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:399]: Executing op: FileRemove(,FileName=Tirane,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Tirane, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:414]: Verifying accessibility of file: Tirane MSI (s) (9C:9C) [21:24:44:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:414]: Executing op: FileRemove(,FileName=Tiraspol,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Tiraspol, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:414]: Verifying accessibility of file: Tiraspol MSI (s) (9C:9C) [21:24:44:430]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:430]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:430]: Executing op: FileRemove(,FileName=Uzhgorod,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Uzhgorod, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:430]: Verifying accessibility of file: Uzhgorod MSI (s) (9C:9C) [21:24:44:445]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:445]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:445]: Executing op: FileRemove(,FileName=Vaduz,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Vaduz, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:445]: Verifying accessibility of file: Vaduz MSI (s) (9C:9C) [21:24:44:461]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:461]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:461]: Executing op: FileRemove(,FileName=Vatican,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Vatican, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:461]: Verifying accessibility of file: Vatican MSI (s) (9C:9C) [21:24:44:477]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:477]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:477]: Executing op: FileRemove(,FileName=Vienna,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Vienna, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:477]: Verifying accessibility of file: Vienna MSI (s) (9C:9C) [21:24:44:492]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:492]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:492]: Executing op: FileRemove(,FileName=Vilnius,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Vilnius, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:492]: Verifying accessibility of file: Vilnius MSI (s) (9C:9C) [21:24:44:508]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:508]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:508]: Executing op: FileRemove(,FileName=Volgograd,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Volgograd, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:508]: Verifying accessibility of file: Volgograd MSI (s) (9C:9C) [21:24:44:524]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:524]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:524]: Executing op: FileRemove(,FileName=Warsaw,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Warsaw, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:524]: Verifying accessibility of file: Warsaw MSI (s) (9C:9C) [21:24:44:524]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:539]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:539]: Executing op: FileRemove(,FileName=Zagreb,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Zagreb, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:539]: Verifying accessibility of file: Zagreb MSI (s) (9C:9C) [21:24:44:539]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:555]: Executing op: FileRemove(,FileName=Zaporozhye,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Zaporozhye, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:555]: Verifying accessibility of file: Zaporozhye MSI (s) (9C:9C) [21:24:44:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:570]: Executing op: FileRemove(,FileName=Zurich,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Zurich, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:570]: Verifying accessibility of file: Zurich MSI (s) (9C:9C) [21:24:44:570]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:570]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:570]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Etc\) MSI (s) (9C:9C) [21:24:44:586]: Executing op: FileRemove(,FileName=GMT,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:586]: Verifying accessibility of file: GMT MSI (s) (9C:9C) [21:24:44:586]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:586]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:586]: Executing op: FileRemove(,FileName=GMT+0,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+0, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:602]: Verifying accessibility of file: GMT+0 MSI (s) (9C:9C) [21:24:44:602]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:602]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:602]: Executing op: FileRemove(,FileName=GMT+1,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+1, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:617]: Verifying accessibility of file: GMT+1 MSI (s) (9C:9C) [21:24:44:617]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:617]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:617]: Executing op: FileRemove(,FileName=GMT+10,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+10, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:633]: Verifying accessibility of file: GMT+10 MSI (s) (9C:9C) [21:24:44:633]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:633]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:633]: Executing op: FileRemove(,FileName=GMT+11,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+11, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:649]: Verifying accessibility of file: GMT+11 MSI (s) (9C:9C) [21:24:44:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:649]: Executing op: FileRemove(,FileName=GMT+12,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+12, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:664]: Verifying accessibility of file: GMT+12 MSI (s) (9C:9C) [21:24:44:664]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:664]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:664]: Executing op: FileRemove(,FileName=GMT+2,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+2, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:664]: Verifying accessibility of file: GMT+2 MSI (s) (9C:9C) [21:24:44:680]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:680]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:680]: Executing op: FileRemove(,FileName=GMT+3,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+3, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:680]: Verifying accessibility of file: GMT+3 MSI (s) (9C:9C) [21:24:44:695]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:695]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:695]: Executing op: FileRemove(,FileName=GMT+4,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+4, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:695]: Verifying accessibility of file: GMT+4 MSI (s) (9C:9C) [21:24:44:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:711]: Executing op: FileRemove(,FileName=GMT+5,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+5, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:711]: Verifying accessibility of file: GMT+5 MSI (s) (9C:9C) [21:24:44:727]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:727]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:727]: Executing op: FileRemove(,FileName=GMT+6,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+6, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:727]: Verifying accessibility of file: GMT+6 MSI (s) (9C:9C) [21:24:44:727]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:742]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:742]: Executing op: FileRemove(,FileName=GMT+7,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+7, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:742]: Verifying accessibility of file: GMT+7 MSI (s) (9C:9C) [21:24:44:742]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:758]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:758]: Executing op: FileRemove(,FileName=GMT+8,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+8, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:758]: Verifying accessibility of file: GMT+8 MSI (s) (9C:9C) [21:24:44:758]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:758]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:758]: Executing op: FileRemove(,FileName=GMT+9,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+9, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:774]: Verifying accessibility of file: GMT+9 MSI (s) (9C:9C) [21:24:44:774]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:774]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:774]: Executing op: FileRemove(,FileName=GMT-0,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-0, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:789]: Verifying accessibility of file: GMT-0 MSI (s) (9C:9C) [21:24:44:789]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:789]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:789]: Executing op: FileRemove(,FileName=GMT-1,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-1, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:805]: Verifying accessibility of file: GMT-1 MSI (s) (9C:9C) [21:24:44:805]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:805]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:805]: Executing op: FileRemove(,FileName=GMT-10,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-10, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:820]: Verifying accessibility of file: GMT-10 MSI (s) (9C:9C) [21:24:44:820]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:820]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:820]: Executing op: FileRemove(,FileName=GMT-11,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-11, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:836]: Verifying accessibility of file: GMT-11 MSI (s) (9C:9C) [21:24:44:836]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:836]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:836]: Executing op: FileRemove(,FileName=GMT-12,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-12, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:852]: Verifying accessibility of file: GMT-12 MSI (s) (9C:9C) [21:24:44:852]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:852]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:852]: Executing op: FileRemove(,FileName=GMT-13,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-13, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:867]: Verifying accessibility of file: GMT-13 MSI (s) (9C:9C) [21:24:44:867]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:867]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:867]: Executing op: FileRemove(,FileName=GMT-14,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-14, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:883]: Verifying accessibility of file: GMT-14 MSI (s) (9C:9C) [21:24:44:883]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:883]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:883]: Executing op: FileRemove(,FileName=GMT-2,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-2, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:899]: Verifying accessibility of file: GMT-2 MSI (s) (9C:9C) [21:24:44:899]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:899]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:899]: Executing op: FileRemove(,FileName=GMT-3,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-3, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:914]: Verifying accessibility of file: GMT-3 MSI (s) (9C:9C) [21:24:44:914]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:914]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:914]: Executing op: FileRemove(,FileName=GMT-4,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-4, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:930]: Verifying accessibility of file: GMT-4 MSI (s) (9C:9C) [21:24:44:930]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:930]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:930]: Executing op: FileRemove(,FileName=GMT-5,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-5, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:945]: Verifying accessibility of file: GMT-5 MSI (s) (9C:9C) [21:24:44:945]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:945]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:945]: Executing op: FileRemove(,FileName=GMT-6,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-6, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:961]: Verifying accessibility of file: GMT-6 MSI (s) (9C:9C) [21:24:44:961]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:961]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:961]: Executing op: FileRemove(,FileName=GMT-7,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-7, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:977]: Verifying accessibility of file: GMT-7 MSI (s) (9C:9C) [21:24:44:977]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:977]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:977]: Executing op: FileRemove(,FileName=GMT-8,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-8, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:977]: Verifying accessibility of file: GMT-8 MSI (s) (9C:9C) [21:24:44:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:992]: Executing op: FileRemove(,FileName=GMT-9,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-9, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:992]: Verifying accessibility of file: GMT-9 MSI (s) (9C:9C) [21:24:45:008]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:008]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:008]: Executing op: FileRemove(,FileName=GMT0,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT0, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:45:008]: Verifying accessibility of file: GMT0 MSI (s) (9C:9C) [21:24:45:024]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:024]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:024]: Executing op: FileRemove(,FileName=Greenwich,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: Greenwich, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:45:024]: Verifying accessibility of file: Greenwich MSI (s) (9C:9C) [21:24:45:039]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:039]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:039]: Executing op: FileRemove(,FileName=UCT,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: UCT, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:45:039]: Verifying accessibility of file: UCT MSI (s) (9C:9C) [21:24:45:039]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:055]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:055]: Executing op: FileRemove(,FileName=Universal,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: Universal, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:45:055]: Verifying accessibility of file: Universal MSI (s) (9C:9C) [21:24:45:055]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:070]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:070]: Executing op: FileRemove(,FileName=UTC,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: UTC, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:45:070]: Verifying accessibility of file: UTC MSI (s) (9C:9C) [21:24:45:070]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:070]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:086]: Executing op: FileRemove(,FileName=Zulu,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: Zulu, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:45:086]: Verifying accessibility of file: Zulu MSI (s) (9C:9C) [21:24:45:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:086]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Chile\) MSI (s) (9C:9C) [21:24:45:102]: Executing op: FileRemove(,FileName=Continental,,ComponentId={4C8432AF-874B-4360-97A8-5C47888098A9}) RemoveFiles: File: Continental, Directory: C:\Python34\tcl\tcl8.6\tzdata\Chile\ MSI (s) (9C:9C) [21:24:45:102]: Verifying accessibility of file: Continental MSI (s) (9C:9C) [21:24:45:102]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:102]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:102]: Executing op: FileRemove(,FileName=EasterIsland,,ComponentId={4C8432AF-874B-4360-97A8-5C47888098A9}) RemoveFiles: File: EasterIsland, Directory: C:\Python34\tcl\tcl8.6\tzdata\Chile\ MSI (s) (9C:9C) [21:24:45:117]: Verifying accessibility of file: EasterIsland MSI (s) (9C:9C) [21:24:45:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:117]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Canada\) MSI (s) (9C:9C) [21:24:45:117]: Executing op: FileRemove(,FileName=Atlantic,,ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF}) RemoveFiles: File: Atlantic, Directory: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:9C) [21:24:45:133]: Verifying accessibility of file: Atlantic MSI (s) (9C:9C) [21:24:45:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:133]: Executing op: FileRemove(,FileName=Central,,ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF}) RemoveFiles: File: Central, Directory: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:9C) [21:24:45:149]: Verifying accessibility of file: Central MSI (s) (9C:9C) [21:24:45:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:149]: Executing op: FileRemove(,FileName=East-Saskatchewan,,ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF}) RemoveFiles: File: East-Saskatchewan, Directory: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:9C) [21:24:45:164]: Verifying accessibility of file: East-Saskatchewan MSI (s) (9C:9C) [21:24:45:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:164]: Executing op: FileRemove(,FileName=Eastern,,ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF}) RemoveFiles: File: Eastern, Directory: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:9C) [21:24:45:180]: Verifying accessibility of file: Eastern MSI (s) (9C:9C) [21:24:45:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:180]: Executing op: FileRemove(,FileName=Mountain,,ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF}) RemoveFiles: File: Mountain, Directory: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:9C) [21:24:45:195]: Verifying accessibility of file: Mountain MSI (s) (9C:9C) [21:24:45:195]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:195]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:195]: Executing op: FileRemove(,FileName=Newfoundland,,ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF}) RemoveFiles: File: Newfoundland, Directory: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:9C) [21:24:45:211]: Verifying accessibility of file: Newfoundland MSI (s) (9C:9C) [21:24:45:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:211]: Executing op: FileRemove(,FileName=Pacific,,ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF}) RemoveFiles: File: Pacific, Directory: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:9C) [21:24:45:227]: Verifying accessibility of file: Pacific MSI (s) (9C:9C) [21:24:45:227]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:227]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:227]: Executing op: FileRemove(,FileName=Saskatchewan,,ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF}) RemoveFiles: File: Saskatchewan, Directory: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:9C) [21:24:45:227]: Verifying accessibility of file: Saskatchewan MSI (s) (9C:9C) [21:24:45:242]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:242]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:242]: Executing op: FileRemove(,FileName=Yukon,,ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF}) RemoveFiles: File: Yukon, Directory: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:9C) [21:24:45:242]: Verifying accessibility of file: Yukon MSI (s) (9C:9C) [21:24:45:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:258]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Brazil\) MSI (s) (9C:9C) [21:24:45:258]: Executing op: FileRemove(,FileName=Acre,,ComponentId={5F3F5B58-CD4C-4A88-91C0-023937852F85}) RemoveFiles: File: Acre, Directory: C:\Python34\tcl\tcl8.6\tzdata\Brazil\ MSI (s) (9C:9C) [21:24:45:258]: Verifying accessibility of file: Acre MSI (s) (9C:9C) [21:24:45:274]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:274]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:274]: Executing op: FileRemove(,FileName=DeNoronha,,ComponentId={5F3F5B58-CD4C-4A88-91C0-023937852F85}) RemoveFiles: File: DeNoronha, Directory: C:\Python34\tcl\tcl8.6\tzdata\Brazil\ MSI (s) (9C:9C) [21:24:45:274]: Verifying accessibility of file: DeNoronha MSI (s) (9C:9C) [21:24:45:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:289]: Executing op: FileRemove(,FileName=East,,ComponentId={5F3F5B58-CD4C-4A88-91C0-023937852F85}) RemoveFiles: File: East, Directory: C:\Python34\tcl\tcl8.6\tzdata\Brazil\ MSI (s) (9C:9C) [21:24:45:289]: Verifying accessibility of file: East MSI (s) (9C:9C) [21:24:45:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:305]: Executing op: FileRemove(,FileName=West,,ComponentId={5F3F5B58-CD4C-4A88-91C0-023937852F85}) RemoveFiles: File: West, Directory: C:\Python34\tcl\tcl8.6\tzdata\Brazil\ MSI (s) (9C:9C) [21:24:45:305]: Verifying accessibility of file: West MSI (s) (9C:9C) [21:24:45:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:320]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:320]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Australia\) MSI (s) (9C:9C) [21:24:45:320]: Executing op: FileRemove(,FileName=ACT,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: ACT, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:320]: Verifying accessibility of file: ACT MSI (s) (9C:9C) [21:24:45:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:336]: Executing op: FileRemove(,FileName=Adelaide,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Adelaide, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:336]: Verifying accessibility of file: Adelaide MSI (s) (9C:9C) [21:24:45:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:352]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:352]: Executing op: FileRemove(,FileName=Brisbane,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Brisbane, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:352]: Verifying accessibility of file: Brisbane MSI (s) (9C:9C) [21:24:45:352]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:367]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:367]: Executing op: FileRemove(,FileName=Broken_Hill,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Broken_Hill, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:367]: Verifying accessibility of file: Broken_Hill MSI (s) (9C:9C) [21:24:45:367]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:383]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:383]: Executing op: FileRemove(,FileName=Canberra,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Canberra, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:383]: Verifying accessibility of file: Canberra MSI (s) (9C:9C) [21:24:45:383]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:399]: Executing op: FileRemove(,FileName=Currie,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Currie, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:399]: Verifying accessibility of file: Currie MSI (s) (9C:9C) [21:24:45:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:414]: Executing op: FileRemove(,FileName=Darwin,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Darwin, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:414]: Verifying accessibility of file: Darwin MSI (s) (9C:9C) [21:24:45:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:414]: Executing op: FileRemove(,FileName=Eucla,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Eucla, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:431]: Verifying accessibility of file: Eucla MSI (s) (9C:9C) [21:24:45:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:431]: Executing op: FileRemove(,FileName=Hobart,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Hobart, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:446]: Verifying accessibility of file: Hobart MSI (s) (9C:9C) [21:24:45:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:446]: Executing op: FileRemove(,FileName=LHI,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: LHI, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:462]: Verifying accessibility of file: LHI MSI (s) (9C:9C) [21:24:45:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:462]: Executing op: FileRemove(,FileName=Lindeman,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Lindeman, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:478]: Verifying accessibility of file: Lindeman MSI (s) (9C:9C) [21:24:45:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:478]: Executing op: FileRemove(,FileName=Lord_Howe,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Lord_Howe, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:478]: Verifying accessibility of file: Lord_Howe MSI (s) (9C:9C) [21:24:45:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:493]: Executing op: FileRemove(,FileName=Melbourne,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Melbourne, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:493]: Verifying accessibility of file: Melbourne MSI (s) (9C:9C) [21:24:45:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:509]: Executing op: FileRemove(,FileName=North,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: North, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:509]: Verifying accessibility of file: North MSI (s) (9C:9C) [21:24:45:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:525]: Executing op: FileRemove(,FileName=NSW,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: NSW, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:525]: Verifying accessibility of file: NSW MSI (s) (9C:9C) [21:24:45:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:540]: Executing op: FileRemove(,FileName=Perth,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Perth, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:540]: Verifying accessibility of file: Perth MSI (s) (9C:9C) [21:24:45:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:556]: Executing op: FileRemove(,FileName=Queensland,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Queensland, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:556]: Verifying accessibility of file: Queensland MSI (s) (9C:9C) [21:24:45:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:571]: Executing op: FileRemove(,FileName=South,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: South, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:571]: Verifying accessibility of file: South MSI (s) (9C:9C) [21:24:45:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:587]: Executing op: FileRemove(,FileName=Sydney,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Sydney, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:587]: Verifying accessibility of file: Sydney MSI (s) (9C:9C) [21:24:45:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:603]: Executing op: FileRemove(,FileName=Tasmania,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Tasmania, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:603]: Verifying accessibility of file: Tasmania MSI (s) (9C:9C) [21:24:45:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:618]: Executing op: FileRemove(,FileName=Victoria,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Victoria, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:618]: Verifying accessibility of file: Victoria MSI (s) (9C:9C) [21:24:45:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:634]: Executing op: FileRemove(,FileName=West,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: West, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:634]: Verifying accessibility of file: West MSI (s) (9C:9C) [21:24:45:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:634]: Executing op: FileRemove(,FileName=Yancowinna,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Yancowinna, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:650]: Verifying accessibility of file: Yancowinna MSI (s) (9C:9C) [21:24:45:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:650]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\) MSI (s) (9C:9C) [21:24:45:650]: Executing op: FileRemove(,FileName=Azores,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: Azores, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:665]: Verifying accessibility of file: Azores MSI (s) (9C:9C) [21:24:45:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:681]: Executing op: FileRemove(,FileName=Bermuda,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: Bermuda, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:681]: Verifying accessibility of file: Bermuda MSI (s) (9C:9C) [21:24:45:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:681]: Executing op: FileRemove(,FileName=Canary,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: Canary, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:696]: Verifying accessibility of file: Canary MSI (s) (9C:9C) [21:24:45:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:696]: Executing op: FileRemove(,FileName=Cape_Verde,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: Cape_Verde, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:712]: Verifying accessibility of file: Cape_Verde MSI (s) (9C:9C) [21:24:45:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:712]: Executing op: FileRemove(,FileName=Faeroe,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: Faeroe, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:728]: Verifying accessibility of file: Faeroe MSI (s) (9C:9C) [21:24:45:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:728]: Executing op: FileRemove(,FileName=Faroe,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: Faroe, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:743]: Verifying accessibility of file: Faroe MSI (s) (9C:9C) [21:24:45:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:743]: Executing op: FileRemove(,FileName=Jan_Mayen,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: Jan_Mayen, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:759]: Verifying accessibility of file: Jan_Mayen MSI (s) (9C:9C) [21:24:45:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:759]: Executing op: FileRemove(,FileName=Madeira,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: Madeira, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:759]: Verifying accessibility of file: Madeira MSI (s) (9C:9C) [21:24:45:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:775]: Executing op: FileRemove(,FileName=Reykjavik,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: Reykjavik, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:775]: Verifying accessibility of file: Reykjavik MSI (s) (9C:9C) [21:24:45:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:790]: Executing op: FileRemove(,FileName=South_Georgia,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: South_Georgia, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:790]: Verifying accessibility of file: South_Georgia MSI (s) (9C:9C) [21:24:45:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:806]: Executing op: FileRemove(,FileName=Stanley,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: Stanley, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:806]: Verifying accessibility of file: Stanley MSI (s) (9C:9C) [21:24:45:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:821]: Executing op: FileRemove(,FileName=St_Helena,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: St_Helena, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:821]: Verifying accessibility of file: St_Helena MSI (s) (9C:9C) [21:24:45:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:837]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Asia\) MSI (s) (9C:9C) [21:24:45:837]: Executing op: FileRemove(,FileName=Aden,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Aden, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:837]: Verifying accessibility of file: Aden MSI (s) (9C:9C) [21:24:45:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:853]: Executing op: FileRemove(,FileName=Almaty,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Almaty, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:853]: Verifying accessibility of file: Almaty MSI (s) (9C:9C) [21:24:45:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:868]: Executing op: FileRemove(,FileName=Amman,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Amman, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:868]: Verifying accessibility of file: Amman MSI (s) (9C:9C) [21:24:45:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:884]: Executing op: FileRemove(,FileName=Anadyr,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Anadyr, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:884]: Verifying accessibility of file: Anadyr MSI (s) (9C:9C) [21:24:45:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:900]: Executing op: FileRemove(,FileName=Aqtau,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Aqtau, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:900]: Verifying accessibility of file: Aqtau MSI (s) (9C:9C) [21:24:45:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:915]: Executing op: FileRemove(,FileName=Aqtobe,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Aqtobe, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:915]: Verifying accessibility of file: Aqtobe MSI (s) (9C:9C) [21:24:45:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:931]: Executing op: FileRemove(,FileName=Ashgabat,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Ashgabat, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:931]: Verifying accessibility of file: Ashgabat MSI (s) (9C:9C) [21:24:45:946]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:946]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:946]: Executing op: FileRemove(,FileName=Ashkhabad,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Ashkhabad, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:946]: Verifying accessibility of file: Ashkhabad MSI (s) (9C:9C) [21:24:45:946]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:962]: Executing op: FileRemove(,FileName=Baghdad,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Baghdad, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:962]: Verifying accessibility of file: Baghdad MSI (s) (9C:9C) [21:24:45:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:978]: Executing op: FileRemove(,FileName=Bahrain,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Bahrain, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:978]: Verifying accessibility of file: Bahrain MSI (s) (9C:9C) [21:24:45:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:978]: Executing op: FileRemove(,FileName=Baku,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Baku, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:993]: Verifying accessibility of file: Baku MSI (s) (9C:9C) [21:24:45:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:993]: Executing op: FileRemove(,FileName=Bangkok,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Bangkok, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:009]: Verifying accessibility of file: Bangkok MSI (s) (9C:9C) [21:24:46:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:009]: Executing op: FileRemove(,FileName=Beirut,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Beirut, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:025]: Verifying accessibility of file: Beirut MSI (s) (9C:9C) [21:24:46:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:025]: Executing op: FileRemove(,FileName=Bishkek,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Bishkek, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:040]: Verifying accessibility of file: Bishkek MSI (s) (9C:9C) [21:24:46:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:040]: Executing op: FileRemove(,FileName=Brunei,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Brunei, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:056]: Verifying accessibility of file: Brunei MSI (s) (9C:9C) [21:24:46:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:056]: Executing op: FileRemove(,FileName=Calcutta,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Calcutta, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:071]: Verifying accessibility of file: Calcutta MSI (s) (9C:9C) [21:24:46:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:071]: Executing op: FileRemove(,FileName=Choibalsan,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Choibalsan, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:087]: Verifying accessibility of file: Choibalsan MSI (s) (9C:9C) [21:24:46:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:087]: Executing op: FileRemove(,FileName=Chongqing,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Chongqing, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:103]: Verifying accessibility of file: Chongqing MSI (s) (9C:9C) [21:24:46:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:103]: Executing op: FileRemove(,FileName=Chungking,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Chungking, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:118]: Verifying accessibility of file: Chungking MSI (s) (9C:9C) [21:24:46:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:118]: Executing op: FileRemove(,FileName=Colombo,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Colombo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:118]: Verifying accessibility of file: Colombo MSI (s) (9C:9C) [21:24:46:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:134]: Executing op: FileRemove(,FileName=Dacca,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Dacca, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:134]: Verifying accessibility of file: Dacca MSI (s) (9C:9C) [21:24:46:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:150]: Executing op: FileRemove(,FileName=Damascus,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Damascus, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:150]: Verifying accessibility of file: Damascus MSI (s) (9C:9C) [21:24:46:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:165]: Executing op: FileRemove(,FileName=Dhaka,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Dhaka, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:165]: Verifying accessibility of file: Dhaka MSI (s) (9C:9C) [21:24:46:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:181]: Executing op: FileRemove(,FileName=Dili,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Dili, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:181]: Verifying accessibility of file: Dili MSI (s) (9C:9C) [21:24:46:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:196]: Executing op: FileRemove(,FileName=Dubai,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Dubai, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:196]: Verifying accessibility of file: Dubai MSI (s) (9C:9C) [21:24:46:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:196]: Executing op: FileRemove(,FileName=Dushanbe,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Dushanbe, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:212]: Verifying accessibility of file: Dushanbe MSI (s) (9C:9C) [21:24:46:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:212]: Executing op: FileRemove(,FileName=Gaza,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Gaza, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:228]: Verifying accessibility of file: Gaza MSI (s) (9C:9C) [21:24:46:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:228]: Executing op: FileRemove(,FileName=Harbin,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Harbin, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:243]: Verifying accessibility of file: Harbin MSI (s) (9C:9C) [21:24:46:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:243]: Executing op: FileRemove(,FileName=Hebron,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Hebron, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:259]: Verifying accessibility of file: Hebron MSI (s) (9C:9C) [21:24:46:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:259]: Executing op: FileRemove(,FileName=Hong_Kong,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Hong_Kong, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:275]: Verifying accessibility of file: Hong_Kong MSI (s) (9C:9C) [21:24:46:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:275]: Executing op: FileRemove(,FileName=Hovd,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Hovd, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:290]: Verifying accessibility of file: Hovd MSI (s) (9C:9C) [21:24:46:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:306]: Executing op: FileRemove(,FileName=Ho_Chi_Minh,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Ho_Chi_Minh, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:306]: Verifying accessibility of file: Ho_Chi_Minh MSI (s) (9C:9C) [21:24:46:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:306]: Executing op: FileRemove(,FileName=Irkutsk,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Irkutsk, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:321]: Verifying accessibility of file: Irkutsk MSI (s) (9C:9C) [21:24:46:321]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:337]: Executing op: FileRemove(,FileName=Istanbul,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Istanbul, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:337]: Verifying accessibility of file: Istanbul MSI (s) (9C:9C) [21:24:46:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:353]: Executing op: FileRemove(,FileName=Jakarta,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Jakarta, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:353]: Verifying accessibility of file: Jakarta MSI (s) (9C:9C) [21:24:46:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:368]: Executing op: FileRemove(,FileName=Jayapura,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Jayapura, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:368]: Verifying accessibility of file: Jayapura MSI (s) (9C:9C) [21:24:46:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:384]: Executing op: FileRemove(,FileName=Jerusalem,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Jerusalem, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:384]: Verifying accessibility of file: Jerusalem MSI (s) (9C:9C) [21:24:46:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:400]: Executing op: FileRemove(,FileName=Kabul,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Kabul, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:400]: Verifying accessibility of file: Kabul MSI (s) (9C:9C) [21:24:46:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:400]: Executing op: FileRemove(,FileName=Kamchatka,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Kamchatka, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:415]: Verifying accessibility of file: Kamchatka MSI (s) (9C:9C) [21:24:46:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:415]: Executing op: FileRemove(,FileName=Karachi,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Karachi, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:431]: Verifying accessibility of file: Karachi MSI (s) (9C:9C) [21:24:46:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:431]: Executing op: FileRemove(,FileName=Kashgar,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Kashgar, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:446]: Verifying accessibility of file: Kashgar MSI (s) (9C:9C) [21:24:46:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:446]: Executing op: FileRemove(,FileName=Kathmandu,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Kathmandu, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:462]: Verifying accessibility of file: Kathmandu MSI (s) (9C:9C) [21:24:46:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:462]: Executing op: FileRemove(,FileName=Katmandu,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Katmandu, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:478]: Verifying accessibility of file: Katmandu MSI (s) (9C:9C) [21:24:46:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:478]: Executing op: FileRemove(,FileName=Khandyga,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Khandyga, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:493]: Verifying accessibility of file: Khandyga MSI (s) (9C:9C) [21:24:46:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:493]: Executing op: FileRemove(,FileName=Kolkata,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Kolkata, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:509]: Verifying accessibility of file: Kolkata MSI (s) (9C:9C) [21:24:46:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:509]: Executing op: FileRemove(,FileName=Krasnoyarsk,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Krasnoyarsk, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:525]: Verifying accessibility of file: Krasnoyarsk MSI (s) (9C:9C) [21:24:46:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:525]: Executing op: FileRemove(,FileName=Kuala_Lumpur,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Kuala_Lumpur, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:540]: Verifying accessibility of file: Kuala_Lumpur MSI (s) (9C:9C) [21:24:46:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:540]: Executing op: FileRemove(,FileName=Kuching,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Kuching, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:556]: Verifying accessibility of file: Kuching MSI (s) (9C:9C) [21:24:46:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:556]: Executing op: FileRemove(,FileName=Kuwait,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Kuwait, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:571]: Verifying accessibility of file: Kuwait MSI (s) (9C:9C) [21:24:46:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:571]: Executing op: FileRemove(,FileName=Macao,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Macao, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:587]: Verifying accessibility of file: Macao MSI (s) (9C:9C) [21:24:46:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:587]: Executing op: FileRemove(,FileName=Macau,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Macau, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:603]: Verifying accessibility of file: Macau MSI (s) (9C:9C) [21:24:46:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:603]: Executing op: FileRemove(,FileName=Magadan,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Magadan, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:618]: Verifying accessibility of file: Magadan MSI (s) (9C:9C) [21:24:46:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:618]: Executing op: FileRemove(,FileName=Makassar,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Makassar, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:634]: Verifying accessibility of file: Makassar MSI (s) (9C:9C) [21:24:46:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:634]: Executing op: FileRemove(,FileName=Manila,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Manila, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:650]: Verifying accessibility of file: Manila MSI (s) (9C:9C) [21:24:46:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:650]: Executing op: FileRemove(,FileName=Muscat,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Muscat, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:665]: Verifying accessibility of file: Muscat MSI (s) (9C:9C) [21:24:46:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:665]: Executing op: FileRemove(,FileName=Nicosia,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Nicosia, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:681]: Verifying accessibility of file: Nicosia MSI (s) (9C:9C) [21:24:46:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:681]: Executing op: FileRemove(,FileName=Novokuznetsk,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Novokuznetsk, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:696]: Verifying accessibility of file: Novokuznetsk MSI (s) (9C:9C) [21:24:46:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:696]: Executing op: FileRemove(,FileName=Novosibirsk,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Novosibirsk, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:712]: Verifying accessibility of file: Novosibirsk MSI (s) (9C:9C) [21:24:46:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:712]: Executing op: FileRemove(,FileName=Omsk,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Omsk, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:728]: Verifying accessibility of file: Omsk MSI (s) (9C:9C) [21:24:46:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:728]: Executing op: FileRemove(,FileName=Oral,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Oral, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:743]: Verifying accessibility of file: Oral MSI (s) (9C:9C) [21:24:46:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:743]: Executing op: FileRemove(,FileName=Phnom_Penh,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Phnom_Penh, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:743]: Verifying accessibility of file: Phnom_Penh MSI (s) (9C:9C) [21:24:46:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:759]: Executing op: FileRemove(,FileName=Pontianak,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Pontianak, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:759]: Verifying accessibility of file: Pontianak MSI (s) (9C:9C) [21:24:46:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:775]: Executing op: FileRemove(,FileName=Pyongyang,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Pyongyang, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:775]: Verifying accessibility of file: Pyongyang MSI (s) (9C:9C) [21:24:46:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:790]: Executing op: FileRemove(,FileName=Qatar,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Qatar, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:790]: Verifying accessibility of file: Qatar MSI (s) (9C:9C) [21:24:46:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:806]: Executing op: FileRemove(,FileName=Qyzylorda,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Qyzylorda, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:806]: Verifying accessibility of file: Qyzylorda MSI (s) (9C:9C) [21:24:46:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:821]: Executing op: FileRemove(,FileName=Rangoon,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Rangoon, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:821]: Verifying accessibility of file: Rangoon MSI (s) (9C:9C) [21:24:46:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:837]: Executing op: FileRemove(,FileName=Riyadh,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Riyadh, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:837]: Verifying accessibility of file: Riyadh MSI (s) (9C:9C) [21:24:46:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:853]: Executing op: FileRemove(,FileName=Saigon,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Saigon, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:853]: Verifying accessibility of file: Saigon MSI (s) (9C:9C) [21:24:46:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:868]: Executing op: FileRemove(,FileName=Sakhalin,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Sakhalin, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:868]: Verifying accessibility of file: Sakhalin MSI (s) (9C:9C) [21:24:46:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:884]: Executing op: FileRemove(,FileName=Samarkand,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Samarkand, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:884]: Verifying accessibility of file: Samarkand MSI (s) (9C:9C) [21:24:46:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:900]: Executing op: FileRemove(,FileName=Seoul,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Seoul, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:900]: Verifying accessibility of file: Seoul MSI (s) (9C:9C) [21:24:46:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:915]: Executing op: FileRemove(,FileName=Shanghai,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Shanghai, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:915]: Verifying accessibility of file: Shanghai MSI (s) (9C:9C) [21:24:46:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:931]: Executing op: FileRemove(,FileName=Singapore,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Singapore, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:931]: Verifying accessibility of file: Singapore MSI (s) (9C:9C) [21:24:46:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:947]: Executing op: FileRemove(,FileName=Taipei,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Taipei, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:947]: Verifying accessibility of file: Taipei MSI (s) (9C:9C) [21:24:46:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:962]: Executing op: FileRemove(,FileName=Tashkent,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Tashkent, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:962]: Verifying accessibility of file: Tashkent MSI (s) (9C:9C) [21:24:46:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:978]: Executing op: FileRemove(,FileName=Tbilisi,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Tbilisi, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:978]: Verifying accessibility of file: Tbilisi MSI (s) (9C:9C) [21:24:46:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:978]: Executing op: FileRemove(,FileName=Tehran,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Tehran, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:993]: Verifying accessibility of file: Tehran MSI (s) (9C:9C) [21:24:46:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:993]: Executing op: FileRemove(,FileName=Tel_Aviv,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Tel_Aviv, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:009]: Verifying accessibility of file: Tel_Aviv MSI (s) (9C:9C) [21:24:47:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:009]: Executing op: FileRemove(,FileName=Thimbu,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Thimbu, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:025]: Verifying accessibility of file: Thimbu MSI (s) (9C:9C) [21:24:47:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:025]: Executing op: FileRemove(,FileName=Thimphu,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Thimphu, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:040]: Verifying accessibility of file: Thimphu MSI (s) (9C:9C) [21:24:47:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:040]: Executing op: FileRemove(,FileName=Tokyo,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Tokyo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:056]: Verifying accessibility of file: Tokyo MSI (s) (9C:9C) [21:24:47:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:071]: Executing op: FileRemove(,FileName=Ujung_Pandang,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Ujung_Pandang, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:071]: Verifying accessibility of file: Ujung_Pandang MSI (s) (9C:9C) [21:24:47:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:071]: Executing op: FileRemove(,FileName=Ulaanbaatar,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Ulaanbaatar, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:087]: Verifying accessibility of file: Ulaanbaatar MSI (s) (9C:9C) [21:24:47:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:087]: Executing op: FileRemove(,FileName=Ulan_Bator,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Ulan_Bator, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:103]: Verifying accessibility of file: Ulan_Bator MSI (s) (9C:9C) [21:24:47:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:103]: Executing op: FileRemove(,FileName=Urumqi,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Urumqi, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:118]: Verifying accessibility of file: Urumqi MSI (s) (9C:9C) [21:24:47:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:118]: Executing op: FileRemove(,FileName=Ust-Nera,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Ust-Nera, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:134]: Verifying accessibility of file: Ust-Nera MSI (s) (9C:9C) [21:24:47:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:134]: Executing op: FileRemove(,FileName=Vientiane,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Vientiane, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:150]: Verifying accessibility of file: Vientiane MSI (s) (9C:9C) [21:24:47:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:150]: Executing op: FileRemove(,FileName=Vladivostok,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Vladivostok, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:165]: Verifying accessibility of file: Vladivostok MSI (s) (9C:9C) [21:24:47:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:165]: Executing op: FileRemove(,FileName=Yakutsk,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Yakutsk, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:181]: Verifying accessibility of file: Yakutsk MSI (s) (9C:9C) [21:24:47:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:181]: Executing op: FileRemove(,FileName=Yekaterinburg,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Yekaterinburg, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:196]: Verifying accessibility of file: Yekaterinburg MSI (s) (9C:9C) [21:24:47:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:196]: Executing op: FileRemove(,FileName=Yerevan,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Yerevan, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:212]: Verifying accessibility of file: Yerevan MSI (s) (9C:9C) [21:24:47:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:243]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Arctic\) MSI (s) (9C:9C) [21:24:47:243]: Executing op: FileRemove(,FileName=Longyearbyen,,ComponentId={7AC0FD07-F279-419A-B80F-DFE5AE0981C4}) RemoveFiles: File: Longyearbyen, Directory: C:\Python34\tcl\tcl8.6\tzdata\Arctic\ MSI (s) (9C:9C) [21:24:47:243]: Verifying accessibility of file: Longyearbyen MSI (s) (9C:9C) [21:24:47:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:259]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\) MSI (s) (9C:9C) [21:24:47:259]: Executing op: FileRemove(,FileName=Casey,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: Casey, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:259]: Verifying accessibility of file: Casey MSI (s) (9C:9C) [21:24:47:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:275]: Executing op: FileRemove(,FileName=Davis,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: Davis, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:275]: Verifying accessibility of file: Davis MSI (s) (9C:9C) [21:24:47:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:290]: Executing op: FileRemove(,FileName=DumontDUrville,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: DumontDUrville, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:290]: Verifying accessibility of file: DumontDUrville MSI (s) (9C:9C) [21:24:47:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:306]: Executing op: FileRemove(,FileName=Macquarie,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: Macquarie, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:306]: Verifying accessibility of file: Macquarie MSI (s) (9C:9C) [21:24:47:321]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:321]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:321]: Executing op: FileRemove(,FileName=Mawson,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: Mawson, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:321]: Verifying accessibility of file: Mawson MSI (s) (9C:9C) [21:24:47:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:337]: Executing op: FileRemove(,FileName=McMurdo,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: McMurdo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:337]: Verifying accessibility of file: McMurdo MSI (s) (9C:9C) [21:24:47:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:353]: Executing op: FileRemove(,FileName=Palmer,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: Palmer, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:353]: Verifying accessibility of file: Palmer MSI (s) (9C:9C) [21:24:47:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:368]: Executing op: FileRemove(,FileName=Rothera,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: Rothera, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:368]: Verifying accessibility of file: Rothera MSI (s) (9C:9C) [21:24:47:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:384]: Executing op: FileRemove(,FileName=South_Pole,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: South_Pole, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:384]: Verifying accessibility of file: South_Pole MSI (s) (9C:9C) [21:24:47:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:400]: Executing op: FileRemove(,FileName=Syowa,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: Syowa, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:400]: Verifying accessibility of file: Syowa MSI (s) (9C:9C) [21:24:47:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:415]: Executing op: FileRemove(,FileName=Vostok,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: Vostok, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:415]: Verifying accessibility of file: Vostok MSI (s) (9C:9C) [21:24:47:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:431]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\America\) MSI (s) (9C:9C) [21:24:47:431]: Executing op: FileRemove(,FileName=Adak,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Adak, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:447]: Verifying accessibility of file: Adak MSI (s) (9C:9C) [21:24:47:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:447]: Executing op: FileRemove(,FileName=Anchorage,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Anchorage, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:462]: Verifying accessibility of file: Anchorage MSI (s) (9C:9C) [21:24:47:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:462]: Executing op: FileRemove(,FileName=Anguilla,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Anguilla, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:478]: Verifying accessibility of file: Anguilla MSI (s) (9C:9C) [21:24:47:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:478]: Executing op: FileRemove(,FileName=Antigua,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Antigua, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:493]: Verifying accessibility of file: Antigua MSI (s) (9C:9C) [21:24:47:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:493]: Executing op: FileRemove(,FileName=Araguaina,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Araguaina, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:493]: Verifying accessibility of file: Araguaina MSI (s) (9C:9C) [21:24:47:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:509]: Executing op: FileRemove(,FileName=Aruba,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Aruba, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:509]: Verifying accessibility of file: Aruba MSI (s) (9C:9C) [21:24:47:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:525]: Executing op: FileRemove(,FileName=Asuncion,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Asuncion, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:525]: Verifying accessibility of file: Asuncion MSI (s) (9C:9C) [21:24:47:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:540]: Executing op: FileRemove(,FileName=Atikokan,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Atikokan, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:540]: Verifying accessibility of file: Atikokan MSI (s) (9C:9C) [21:24:47:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:556]: Executing op: FileRemove(,FileName=Atka,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Atka, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:556]: Verifying accessibility of file: Atka MSI (s) (9C:9C) [21:24:47:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:571]: Executing op: FileRemove(,FileName=Bahia,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Bahia, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:571]: Verifying accessibility of file: Bahia MSI (s) (9C:9C) [21:24:47:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:587]: Executing op: FileRemove(,FileName=Bahia_Banderas,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Bahia_Banderas, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:587]: Verifying accessibility of file: Bahia_Banderas MSI (s) (9C:9C) [21:24:47:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:603]: Executing op: FileRemove(,FileName=Barbados,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Barbados, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:618]: Verifying accessibility of file: Barbados MSI (s) (9C:9C) [21:24:47:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:634]: Executing op: FileRemove(,FileName=Belem,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Belem, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:634]: Verifying accessibility of file: Belem MSI (s) (9C:9C) [21:24:47:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:650]: Executing op: FileRemove(,FileName=Belize,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Belize, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:650]: Verifying accessibility of file: Belize MSI (s) (9C:9C) [21:24:47:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:665]: Executing op: FileRemove(,FileName=Blanc-Sablon,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Blanc-Sablon, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:681]: Verifying accessibility of file: Blanc-Sablon MSI (s) (9C:9C) [21:24:47:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:681]: Executing op: FileRemove(,FileName=Boa_Vista,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Boa_Vista, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:696]: Verifying accessibility of file: Boa_Vista MSI (s) (9C:9C) [21:24:47:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:712]: Executing op: FileRemove(,FileName=Bogota,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Bogota, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:712]: Verifying accessibility of file: Bogota MSI (s) (9C:9C) [21:24:47:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:728]: Executing op: FileRemove(,FileName=Boise,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Boise, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:728]: Verifying accessibility of file: Boise MSI (s) (9C:9C) [21:24:47:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:743]: Executing op: FileRemove(,FileName=Buenos_Aires,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Buenos_Aires, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:743]: Verifying accessibility of file: Buenos_Aires MSI (s) (9C:9C) [21:24:47:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:759]: Executing op: FileRemove(,FileName=Cambridge_Bay,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Cambridge_Bay, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:775]: Verifying accessibility of file: Cambridge_Bay MSI (s) (9C:9C) [21:24:47:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:775]: Executing op: FileRemove(,FileName=Campo_Grande,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Campo_Grande, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:790]: Verifying accessibility of file: Campo_Grande MSI (s) (9C:9C) [21:24:47:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:806]: Executing op: FileRemove(,FileName=Cancun,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Cancun, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:806]: Verifying accessibility of file: Cancun MSI (s) (9C:9C) [21:24:47:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:821]: Executing op: FileRemove(,FileName=Caracas,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Caracas, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:821]: Verifying accessibility of file: Caracas MSI (s) (9C:9C) [21:24:47:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:837]: Executing op: FileRemove(,FileName=Catamarca,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Catamarca, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:853]: Verifying accessibility of file: Catamarca MSI (s) (9C:9C) [21:24:47:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:853]: Executing op: FileRemove(,FileName=Cayenne,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Cayenne, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:868]: Verifying accessibility of file: Cayenne MSI (s) (9C:9C) [21:24:47:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:868]: Executing op: FileRemove(,FileName=Cayman,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Cayman, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:884]: Verifying accessibility of file: Cayman MSI (s) (9C:9C) [21:24:47:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:884]: Executing op: FileRemove(,FileName=Chicago,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Chicago, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:900]: Verifying accessibility of file: Chicago MSI (s) (9C:9C) [21:24:47:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:900]: Executing op: FileRemove(,FileName=Chihuahua,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Chihuahua, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:915]: Verifying accessibility of file: Chihuahua MSI (s) (9C:9C) [21:24:47:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:915]: Executing op: FileRemove(,FileName=Coral_Harbour,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Coral_Harbour, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:931]: Verifying accessibility of file: Coral_Harbour MSI (s) (9C:9C) [21:24:47:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:931]: Executing op: FileRemove(,FileName=Cordoba,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Cordoba, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:946]: Verifying accessibility of file: Cordoba MSI (s) (9C:9C) [21:24:47:946]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:946]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:946]: Executing op: FileRemove(,FileName=Costa_Rica,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Costa_Rica, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:962]: Verifying accessibility of file: Costa_Rica MSI (s) (9C:9C) [21:24:47:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:978]: Executing op: FileRemove(,FileName=Creston,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Creston, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:978]: Verifying accessibility of file: Creston MSI (s) (9C:9C) [21:24:47:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:993]: Executing op: FileRemove(,FileName=Cuiaba,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Cuiaba, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:993]: Verifying accessibility of file: Cuiaba MSI (s) (9C:9C) [21:24:47:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:009]: Executing op: FileRemove(,FileName=Curacao,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Curacao, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:009]: Verifying accessibility of file: Curacao MSI (s) (9C:9C) [21:24:48:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:025]: Executing op: FileRemove(,FileName=Danmarkshavn,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Danmarkshavn, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:025]: Verifying accessibility of file: Danmarkshavn MSI (s) (9C:9C) [21:24:48:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:025]: Executing op: FileRemove(,FileName=Dawson,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Dawson, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:040]: Verifying accessibility of file: Dawson MSI (s) (9C:9C) [21:24:48:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:040]: Executing op: FileRemove(,FileName=Dawson_Creek,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Dawson_Creek, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:056]: Verifying accessibility of file: Dawson_Creek MSI (s) (9C:9C) [21:24:48:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:071]: Executing op: FileRemove(,FileName=Denver,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Denver, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:071]: Verifying accessibility of file: Denver MSI (s) (9C:9C) [21:24:48:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:087]: Executing op: FileRemove(,FileName=Detroit,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Detroit, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:087]: Verifying accessibility of file: Detroit MSI (s) (9C:9C) [21:24:48:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:103]: Executing op: FileRemove(,FileName=Dominica,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Dominica, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:103]: Verifying accessibility of file: Dominica MSI (s) (9C:9C) [21:24:48:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:118]: Executing op: FileRemove(,FileName=Edmonton,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Edmonton, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:118]: Verifying accessibility of file: Edmonton MSI (s) (9C:9C) [21:24:48:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:134]: Executing op: FileRemove(,FileName=Eirunepe,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Eirunepe, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:134]: Verifying accessibility of file: Eirunepe MSI (s) (9C:9C) [21:24:48:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:150]: Executing op: FileRemove(,FileName=El_Salvador,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: El_Salvador, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:150]: Verifying accessibility of file: El_Salvador MSI (s) (9C:9C) [21:24:48:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:165]: Executing op: FileRemove(,FileName=Ensenada,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Ensenada, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:165]: Verifying accessibility of file: Ensenada MSI (s) (9C:9C) [21:24:48:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:181]: Executing op: FileRemove(,FileName=Fortaleza,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Fortaleza, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:197]: Verifying accessibility of file: Fortaleza MSI (s) (9C:9C) [21:24:48:197]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:197]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:197]: Executing op: FileRemove(,FileName=Fort_Wayne,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Fort_Wayne, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:212]: Verifying accessibility of file: Fort_Wayne MSI (s) (9C:9C) [21:24:48:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:212]: Executing op: FileRemove(,FileName=Glace_Bay,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Glace_Bay, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:228]: Verifying accessibility of file: Glace_Bay MSI (s) (9C:9C) [21:24:48:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:228]: Executing op: FileRemove(,FileName=Godthab,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Godthab, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:243]: Verifying accessibility of file: Godthab MSI (s) (9C:9C) [21:24:48:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:243]: Executing op: FileRemove(,FileName=Goose_Bay,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Goose_Bay, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:384]: Verifying accessibility of file: Goose_Bay MSI (s) (9C:9C) [21:24:48:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:384]: Executing op: FileRemove(,FileName=Grand_Turk,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Grand_Turk, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:400]: Verifying accessibility of file: Grand_Turk MSI (s) (9C:9C) [21:24:48:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:400]: Executing op: FileRemove(,FileName=Grenada,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Grenada, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:400]: Verifying accessibility of file: Grenada MSI (s) (9C:9C) [21:24:48:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:415]: Executing op: FileRemove(,FileName=Guadeloupe,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Guadeloupe, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:415]: Verifying accessibility of file: Guadeloupe MSI (s) (9C:9C) [21:24:48:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:431]: Executing op: FileRemove(,FileName=Guatemala,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Guatemala, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:431]: Verifying accessibility of file: Guatemala MSI (s) (9C:9C) [21:24:48:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:446]: Executing op: FileRemove(,FileName=Guayaquil,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Guayaquil, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:446]: Verifying accessibility of file: Guayaquil MSI (s) (9C:9C) [21:24:48:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:462]: Executing op: FileRemove(,FileName=Guyana,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Guyana, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:462]: Verifying accessibility of file: Guyana MSI (s) (9C:9C) [21:24:48:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:478]: Executing op: FileRemove(,FileName=Halifax,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Halifax, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:478]: Verifying accessibility of file: Halifax MSI (s) (9C:9C) [21:24:48:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:493]: Executing op: FileRemove(,FileName=Havana,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Havana, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:493]: Verifying accessibility of file: Havana MSI (s) (9C:9C) [21:24:48:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:493]: Executing op: FileRemove(,FileName=Hermosillo,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Hermosillo, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:509]: Verifying accessibility of file: Hermosillo MSI (s) (9C:9C) [21:24:48:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:509]: Executing op: FileRemove(,FileName=Indianapolis,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Indianapolis, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:525]: Verifying accessibility of file: Indianapolis MSI (s) (9C:9C) [21:24:48:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:525]: Executing op: FileRemove(,FileName=Inuvik,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Inuvik, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:540]: Verifying accessibility of file: Inuvik MSI (s) (9C:9C) [21:24:48:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:540]: Executing op: FileRemove(,FileName=Iqaluit,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Iqaluit, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:556]: Verifying accessibility of file: Iqaluit MSI (s) (9C:9C) [21:24:48:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:556]: Executing op: FileRemove(,FileName=Jamaica,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Jamaica, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:572]: Verifying accessibility of file: Jamaica MSI (s) (9C:9C) [21:24:48:572]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:572]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:572]: Executing op: FileRemove(,FileName=Jujuy,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Jujuy, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:587]: Verifying accessibility of file: Jujuy MSI (s) (9C:9C) [21:24:48:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:587]: Executing op: FileRemove(,FileName=Juneau,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Juneau, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:603]: Verifying accessibility of file: Juneau MSI (s) (9C:9C) [21:24:48:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:603]: Executing op: FileRemove(,FileName=Knox_IN,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Knox_IN, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:618]: Verifying accessibility of file: Knox_IN MSI (s) (9C:9C) [21:24:48:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:618]: Executing op: FileRemove(,FileName=Kralendijk,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Kralendijk, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:634]: Verifying accessibility of file: Kralendijk MSI (s) (9C:9C) [21:24:48:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:634]: Executing op: FileRemove(,FileName=La_Paz,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: La_Paz, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:650]: Verifying accessibility of file: La_Paz MSI (s) (9C:9C) [21:24:48:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:650]: Executing op: FileRemove(,FileName=Lima,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Lima, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:650]: Verifying accessibility of file: Lima MSI (s) (9C:9C) [21:24:48:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:665]: Executing op: FileRemove(,FileName=Los_Angeles,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Los_Angeles, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:665]: Verifying accessibility of file: Los_Angeles MSI (s) (9C:9C) [21:24:48:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:681]: Executing op: FileRemove(,FileName=Louisville,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Louisville, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:681]: Verifying accessibility of file: Louisville MSI (s) (9C:9C) [21:24:48:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:696]: Executing op: FileRemove(,FileName=Lower_Princes,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Lower_Princes, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:696]: Verifying accessibility of file: Lower_Princes MSI (s) (9C:9C) [21:24:48:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:712]: Executing op: FileRemove(,FileName=Maceio,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Maceio, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:712]: Verifying accessibility of file: Maceio MSI (s) (9C:9C) [21:24:48:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:728]: Executing op: FileRemove(,FileName=Managua,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Managua, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:728]: Verifying accessibility of file: Managua MSI (s) (9C:9C) [21:24:48:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:728]: Executing op: FileRemove(,FileName=Manaus,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Manaus, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:743]: Verifying accessibility of file: Manaus MSI (s) (9C:9C) [21:24:48:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:743]: Executing op: FileRemove(,FileName=Marigot,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Marigot, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:759]: Verifying accessibility of file: Marigot MSI (s) (9C:9C) [21:24:48:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:759]: Executing op: FileRemove(,FileName=Martinique,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Martinique, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:775]: Verifying accessibility of file: Martinique MSI (s) (9C:9C) [21:24:48:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:775]: Executing op: FileRemove(,FileName=Matamoros,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Matamoros, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:790]: Verifying accessibility of file: Matamoros MSI (s) (9C:9C) [21:24:48:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:790]: Executing op: FileRemove(,FileName=Mazatlan,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Mazatlan, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:806]: Verifying accessibility of file: Mazatlan MSI (s) (9C:9C) [21:24:48:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:806]: Executing op: FileRemove(,FileName=Mendoza,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Mendoza, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:806]: Verifying accessibility of file: Mendoza MSI (s) (9C:9C) [21:24:48:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:822]: Executing op: FileRemove(,FileName=Menominee,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Menominee, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:822]: Verifying accessibility of file: Menominee MSI (s) (9C:9C) [21:24:48:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:837]: Executing op: FileRemove(,FileName=Merida,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Merida, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:837]: Verifying accessibility of file: Merida MSI (s) (9C:9C) [21:24:48:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:853]: Executing op: FileRemove(,FileName=Metlakatla,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Metlakatla, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:853]: Verifying accessibility of file: Metlakatla MSI (s) (9C:9C) [21:24:48:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:868]: Executing op: FileRemove(,FileName=Mexico_City,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Mexico_City, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:868]: Verifying accessibility of file: Mexico_City MSI (s) (9C:9C) [21:24:48:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:884]: Executing op: FileRemove(,FileName=Miquelon,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Miquelon, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:884]: Verifying accessibility of file: Miquelon MSI (s) (9C:9C) [21:24:48:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:900]: Executing op: FileRemove(,FileName=Moncton,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Moncton, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:900]: Verifying accessibility of file: Moncton MSI (s) (9C:9C) [21:24:48:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:900]: Executing op: FileRemove(,FileName=Monterrey,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Monterrey, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:915]: Verifying accessibility of file: Monterrey MSI (s) (9C:9C) [21:24:48:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:915]: Executing op: FileRemove(,FileName=Montevideo,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Montevideo, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:931]: Verifying accessibility of file: Montevideo MSI (s) (9C:9C) [21:24:48:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:931]: Executing op: FileRemove(,FileName=Montreal,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Montreal, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:947]: Verifying accessibility of file: Montreal MSI (s) (9C:9C) [21:24:48:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:947]: Executing op: FileRemove(,FileName=Montserrat,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Montserrat, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:962]: Verifying accessibility of file: Montserrat MSI (s) (9C:9C) [21:24:48:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:962]: Executing op: FileRemove(,FileName=Nassau,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Nassau, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:962]: Verifying accessibility of file: Nassau MSI (s) (9C:9C) [21:24:48:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:978]: Executing op: FileRemove(,FileName=New_York,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: New_York, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:978]: Verifying accessibility of file: New_York MSI (s) (9C:9C) [21:24:48:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:993]: Executing op: FileRemove(,FileName=Nipigon,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Nipigon, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:993]: Verifying accessibility of file: Nipigon MSI (s) (9C:9C) [21:24:49:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:009]: Executing op: FileRemove(,FileName=Nome,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Nome, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:009]: Verifying accessibility of file: Nome MSI (s) (9C:9C) [21:24:49:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:025]: Executing op: FileRemove(,FileName=Noronha,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Noronha, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:025]: Verifying accessibility of file: Noronha MSI (s) (9C:9C) [21:24:49:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:040]: Executing op: FileRemove(,FileName=Ojinaga,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Ojinaga, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:040]: Verifying accessibility of file: Ojinaga MSI (s) (9C:9C) [21:24:49:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:056]: Executing op: FileRemove(,FileName=Panama,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Panama, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:056]: Verifying accessibility of file: Panama MSI (s) (9C:9C) [21:24:49:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:056]: Executing op: FileRemove(,FileName=Pangnirtung,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Pangnirtung, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:072]: Verifying accessibility of file: Pangnirtung MSI (s) (9C:9C) [21:24:49:072]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:072]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:072]: Executing op: FileRemove(,FileName=Paramaribo,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Paramaribo, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:087]: Verifying accessibility of file: Paramaribo MSI (s) (9C:9C) [21:24:49:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:087]: Executing op: FileRemove(,FileName=Phoenix,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Phoenix, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:103]: Verifying accessibility of file: Phoenix MSI (s) (9C:9C) [21:24:49:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:103]: Executing op: FileRemove(,FileName=Port-au-Prince,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Port-au-Prince, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:118]: Verifying accessibility of file: Port-au-Prince MSI (s) (9C:9C) [21:24:49:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:118]: Executing op: FileRemove(,FileName=Porto_Acre,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Porto_Acre, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:134]: Verifying accessibility of file: Porto_Acre MSI (s) (9C:9C) [21:24:49:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:134]: Executing op: FileRemove(,FileName=Porto_Velho,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Porto_Velho, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:150]: Verifying accessibility of file: Porto_Velho MSI (s) (9C:9C) [21:24:49:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:150]: Executing op: FileRemove(,FileName=Port_of_Spain,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Port_of_Spain, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:165]: Verifying accessibility of file: Port_of_Spain MSI (s) (9C:9C) [21:24:49:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:165]: Executing op: FileRemove(,FileName=Puerto_Rico,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Puerto_Rico, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:165]: Verifying accessibility of file: Puerto_Rico MSI (s) (9C:9C) [21:24:49:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:181]: Executing op: FileRemove(,FileName=Rainy_River,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Rainy_River, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:197]: Verifying accessibility of file: Rainy_River MSI (s) (9C:9C) [21:24:49:197]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:197]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:197]: Executing op: FileRemove(,FileName=Rankin_Inlet,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Rankin_Inlet, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:212]: Verifying accessibility of file: Rankin_Inlet MSI (s) (9C:9C) [21:24:49:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:212]: Executing op: FileRemove(,FileName=Recife,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Recife, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:212]: Verifying accessibility of file: Recife MSI (s) (9C:9C) [21:24:49:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:228]: Executing op: FileRemove(,FileName=Regina,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Regina, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:228]: Verifying accessibility of file: Regina MSI (s) (9C:9C) [21:24:49:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:243]: Executing op: FileRemove(,FileName=Resolute,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Resolute, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:243]: Verifying accessibility of file: Resolute MSI (s) (9C:9C) [21:24:49:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:259]: Executing op: FileRemove(,FileName=Rio_Branco,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Rio_Branco, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:259]: Verifying accessibility of file: Rio_Branco MSI (s) (9C:9C) [21:24:49:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:275]: Executing op: FileRemove(,FileName=Rosario,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Rosario, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:275]: Verifying accessibility of file: Rosario MSI (s) (9C:9C) [21:24:49:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:290]: Executing op: FileRemove(,FileName=Santarem,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Santarem, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:290]: Verifying accessibility of file: Santarem MSI (s) (9C:9C) [21:24:49:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:306]: Executing op: FileRemove(,FileName=Santa_Isabel,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Santa_Isabel, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:306]: Verifying accessibility of file: Santa_Isabel MSI (s) (9C:9C) [21:24:49:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:306]: Executing op: FileRemove(,FileName=Santiago,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Santiago, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:322]: Verifying accessibility of file: Santiago MSI (s) (9C:9C) [21:24:49:322]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:322]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:322]: Executing op: FileRemove(,FileName=Santo_Domingo,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Santo_Domingo, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:337]: Verifying accessibility of file: Santo_Domingo MSI (s) (9C:9C) [21:24:49:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:337]: Executing op: FileRemove(,FileName=Sao_Paulo,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Sao_Paulo, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:353]: Verifying accessibility of file: Sao_Paulo MSI (s) (9C:9C) [21:24:49:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:353]: Executing op: FileRemove(,FileName=Scoresbysund,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Scoresbysund, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:368]: Verifying accessibility of file: Scoresbysund MSI (s) (9C:9C) [21:24:49:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:368]: Executing op: FileRemove(,FileName=Shiprock,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Shiprock, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:368]: Verifying accessibility of file: Shiprock MSI (s) (9C:9C) [21:24:49:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:384]: Executing op: FileRemove(,FileName=Sitka,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Sitka, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:384]: Verifying accessibility of file: Sitka MSI (s) (9C:9C) [21:24:49:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:400]: Executing op: FileRemove(,FileName=St_Barthelemy,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: St_Barthelemy, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:400]: Verifying accessibility of file: St_Barthelemy MSI (s) (9C:9C) [21:24:49:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:415]: Executing op: FileRemove(,FileName=St_Johns,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: St_Johns, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:415]: Verifying accessibility of file: St_Johns MSI (s) (9C:9C) [21:24:49:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:431]: Executing op: FileRemove(,FileName=St_Kitts,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: St_Kitts, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:431]: Verifying accessibility of file: St_Kitts MSI (s) (9C:9C) [21:24:49:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:447]: Executing op: FileRemove(,FileName=St_Lucia,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: St_Lucia, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:447]: Verifying accessibility of file: St_Lucia MSI (s) (9C:9C) [21:24:49:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:462]: Executing op: FileRemove(,FileName=St_Thomas,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: St_Thomas, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:462]: Verifying accessibility of file: St_Thomas MSI (s) (9C:9C) [21:24:49:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:478]: Executing op: FileRemove(,FileName=St_Vincent,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: St_Vincent, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:478]: Verifying accessibility of file: St_Vincent MSI (s) (9C:9C) [21:24:49:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:478]: Executing op: FileRemove(,FileName=Swift_Current,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Swift_Current, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:493]: Verifying accessibility of file: Swift_Current MSI (s) (9C:9C) [21:24:49:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:493]: Executing op: FileRemove(,FileName=Tegucigalpa,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Tegucigalpa, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:509]: Verifying accessibility of file: Tegucigalpa MSI (s) (9C:9C) [21:24:49:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:509]: Executing op: FileRemove(,FileName=Thule,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Thule, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:525]: Verifying accessibility of file: Thule MSI (s) (9C:9C) [21:24:49:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:525]: Executing op: FileRemove(,FileName=Thunder_Bay,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Thunder_Bay, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:540]: Verifying accessibility of file: Thunder_Bay MSI (s) (9C:9C) [21:24:49:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:540]: Executing op: FileRemove(,FileName=Tijuana,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Tijuana, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:540]: Verifying accessibility of file: Tijuana MSI (s) (9C:9C) [21:24:49:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:556]: Executing op: FileRemove(,FileName=Toronto,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Toronto, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:556]: Verifying accessibility of file: Toronto MSI (s) (9C:9C) [21:24:49:572]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:572]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:572]: Executing op: FileRemove(,FileName=Tortola,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Tortola, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:572]: Verifying accessibility of file: Tortola MSI (s) (9C:9C) [21:24:49:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:587]: Executing op: FileRemove(,FileName=Vancouver,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Vancouver, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:587]: Verifying accessibility of file: Vancouver MSI (s) (9C:9C) [21:24:49:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:603]: Executing op: FileRemove(,FileName=Virgin,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Virgin, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:603]: Verifying accessibility of file: Virgin MSI (s) (9C:9C) [21:24:49:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:618]: Executing op: FileRemove(,FileName=Whitehorse,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Whitehorse, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:618]: Verifying accessibility of file: Whitehorse MSI (s) (9C:9C) [21:24:49:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:634]: Executing op: FileRemove(,FileName=Winnipeg,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Winnipeg, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:634]: Verifying accessibility of file: Winnipeg MSI (s) (9C:9C) [21:24:49:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:650]: Executing op: FileRemove(,FileName=Yakutat,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Yakutat, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:650]: Verifying accessibility of file: Yakutat MSI (s) (9C:9C) [21:24:49:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:650]: Executing op: FileRemove(,FileName=Yellowknife,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Yellowknife, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:665]: Verifying accessibility of file: Yellowknife MSI (s) (9C:9C) [21:24:49:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:665]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\) MSI (s) (9C:9C) [21:24:49:665]: Executing op: FileRemove(,FileName=Beulah,,ComponentId={F85F0919-C252-476F-8437-8ED0215EB46A}) RemoveFiles: File: Beulah, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ MSI (s) (9C:9C) [21:24:49:681]: Verifying accessibility of file: Beulah MSI (s) (9C:9C) [21:24:49:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:681]: Executing op: FileRemove(,FileName=Center,,ComponentId={F85F0919-C252-476F-8437-8ED0215EB46A}) RemoveFiles: File: Center, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ MSI (s) (9C:9C) [21:24:49:697]: Verifying accessibility of file: Center MSI (s) (9C:9C) [21:24:49:697]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:697]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:697]: Executing op: FileRemove(,FileName=New_Salem,,ComponentId={F85F0919-C252-476F-8437-8ED0215EB46A}) RemoveFiles: File: New_Salem, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ MSI (s) (9C:9C) [21:24:49:712]: Verifying accessibility of file: New_Salem MSI (s) (9C:9C) [21:24:49:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:712]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\) MSI (s) (9C:9C) [21:24:49:712]: Executing op: FileRemove(,FileName=Louisville,,ComponentId={0DA3E9B5-44EE-46F5-AA2D-E667BE7042C7}) RemoveFiles: File: Louisville, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\ MSI (s) (9C:9C) [21:24:49:728]: Verifying accessibility of file: Louisville MSI (s) (9C:9C) [21:24:49:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:728]: Executing op: FileRemove(,FileName=Monticello,,ComponentId={0DA3E9B5-44EE-46F5-AA2D-E667BE7042C7}) RemoveFiles: File: Monticello, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\ MSI (s) (9C:9C) [21:24:49:743]: Verifying accessibility of file: Monticello MSI (s) (9C:9C) [21:24:49:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:743]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\) MSI (s) (9C:9C) [21:24:49:743]: Executing op: FileRemove(,FileName=Indianapolis,,ComponentId={FBBFCA19-B08D-473B-9AAB-46E68F20790C}) RemoveFiles: File: Indianapolis, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:9C) [21:24:49:759]: Verifying accessibility of file: Indianapolis MSI (s) (9C:9C) [21:24:49:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:759]: Executing op: FileRemove(,FileName=Knox,,ComponentId={FBBFCA19-B08D-473B-9AAB-46E68F20790C}) RemoveFiles: File: Knox, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:9C) [21:24:49:759]: Verifying accessibility of file: Knox MSI (s) (9C:9C) [21:24:49:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:775]: Executing op: FileRemove(,FileName=Marengo,,ComponentId={FBBFCA19-B08D-473B-9AAB-46E68F20790C}) RemoveFiles: File: Marengo, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:9C) [21:24:49:775]: Verifying accessibility of file: Marengo MSI (s) (9C:9C) [21:24:49:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:790]: Executing op: FileRemove(,FileName=Petersburg,,ComponentId={FBBFCA19-B08D-473B-9AAB-46E68F20790C}) RemoveFiles: File: Petersburg, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:9C) [21:24:49:790]: Verifying accessibility of file: Petersburg MSI (s) (9C:9C) [21:24:49:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:806]: Executing op: FileRemove(,FileName=Tell_City,,ComponentId={FBBFCA19-B08D-473B-9AAB-46E68F20790C}) RemoveFiles: File: Tell_City, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:9C) [21:24:49:806]: Verifying accessibility of file: Tell_City MSI (s) (9C:9C) [21:24:49:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:822]: Executing op: FileRemove(,FileName=Vevay,,ComponentId={FBBFCA19-B08D-473B-9AAB-46E68F20790C}) RemoveFiles: File: Vevay, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:9C) [21:24:49:822]: Verifying accessibility of file: Vevay MSI (s) (9C:9C) [21:24:49:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:837]: Executing op: FileRemove(,FileName=Vincennes,,ComponentId={FBBFCA19-B08D-473B-9AAB-46E68F20790C}) RemoveFiles: File: Vincennes, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:9C) [21:24:49:837]: Verifying accessibility of file: Vincennes MSI (s) (9C:9C) [21:24:49:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:837]: Executing op: FileRemove(,FileName=Winamac,,ComponentId={FBBFCA19-B08D-473B-9AAB-46E68F20790C}) RemoveFiles: File: Winamac, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:9C) [21:24:49:853]: Verifying accessibility of file: Winamac MSI (s) (9C:9C) [21:24:49:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:993]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\) MSI (s) (9C:9C) [21:24:49:993]: Executing op: FileRemove(,FileName=Buenos_Aires,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: Buenos_Aires, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:009]: Verifying accessibility of file: Buenos_Aires MSI (s) (9C:9C) [21:24:50:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:009]: Executing op: FileRemove(,FileName=Catamarca,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: Catamarca, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:025]: Verifying accessibility of file: Catamarca MSI (s) (9C:9C) [21:24:50:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:040]: Executing op: FileRemove(,FileName=ComodRivadavia,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: ComodRivadavia, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:040]: Verifying accessibility of file: ComodRivadavia MSI (s) (9C:9C) [21:24:50:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:040]: Executing op: FileRemove(,FileName=Cordoba,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: Cordoba, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:056]: Verifying accessibility of file: Cordoba MSI (s) (9C:9C) [21:24:50:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:056]: Executing op: FileRemove(,FileName=Jujuy,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: Jujuy, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:072]: Verifying accessibility of file: Jujuy MSI (s) (9C:9C) [21:24:50:072]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:072]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:072]: Executing op: FileRemove(,FileName=La_Rioja,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: La_Rioja, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:087]: Verifying accessibility of file: La_Rioja MSI (s) (9C:9C) [21:24:50:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:087]: Executing op: FileRemove(,FileName=Mendoza,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: Mendoza, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:087]: Verifying accessibility of file: Mendoza MSI (s) (9C:9C) [21:24:50:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:103]: Executing op: FileRemove(,FileName=Rio_Gallegos,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: Rio_Gallegos, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:103]: Verifying accessibility of file: Rio_Gallegos MSI (s) (9C:9C) [21:24:50:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:118]: Executing op: FileRemove(,FileName=Salta,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: Salta, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:118]: Verifying accessibility of file: Salta MSI (s) (9C:9C) [21:24:50:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:134]: Executing op: FileRemove(,FileName=San_Juan,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: San_Juan, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:134]: Verifying accessibility of file: San_Juan MSI (s) (9C:9C) [21:24:50:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:150]: Executing op: FileRemove(,FileName=San_Luis,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: San_Luis, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:150]: Verifying accessibility of file: San_Luis MSI (s) (9C:9C) [21:24:50:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:165]: Executing op: FileRemove(,FileName=Tucuman,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: Tucuman, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:165]: Verifying accessibility of file: Tucuman MSI (s) (9C:9C) [21:24:50:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:181]: Executing op: FileRemove(,FileName=Ushuaia,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: Ushuaia, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:181]: Verifying accessibility of file: Ushuaia MSI (s) (9C:9C) [21:24:50:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:322]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:337]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Africa\) MSI (s) (9C:9C) [21:24:50:337]: Executing op: FileRemove(,FileName=Abidjan,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Abidjan, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:337]: Verifying accessibility of file: Abidjan MSI (s) (9C:9C) [21:24:50:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:353]: Executing op: FileRemove(,FileName=Accra,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Accra, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:353]: Verifying accessibility of file: Accra MSI (s) (9C:9C) [21:24:50:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:368]: Executing op: FileRemove(,FileName=Addis_Ababa,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Addis_Ababa, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:368]: Verifying accessibility of file: Addis_Ababa MSI (s) (9C:9C) [21:24:50:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:368]: Executing op: FileRemove(,FileName=Algiers,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Algiers, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:384]: Verifying accessibility of file: Algiers MSI (s) (9C:9C) [21:24:50:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:384]: Executing op: FileRemove(,FileName=Asmara,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Asmara, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:400]: Verifying accessibility of file: Asmara MSI (s) (9C:9C) [21:24:50:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:400]: Executing op: FileRemove(,FileName=Asmera,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Asmera, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:415]: Verifying accessibility of file: Asmera MSI (s) (9C:9C) [21:24:50:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:415]: Executing op: FileRemove(,FileName=Bamako,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Bamako, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:431]: Verifying accessibility of file: Bamako MSI (s) (9C:9C) [21:24:50:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:431]: Executing op: FileRemove(,FileName=Bangui,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Bangui, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:431]: Verifying accessibility of file: Bangui MSI (s) (9C:9C) [21:24:50:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:447]: Executing op: FileRemove(,FileName=Banjul,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Banjul, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:447]: Verifying accessibility of file: Banjul MSI (s) (9C:9C) [21:24:50:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:462]: Executing op: FileRemove(,FileName=Bissau,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Bissau, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:462]: Verifying accessibility of file: Bissau MSI (s) (9C:9C) [21:24:50:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:478]: Executing op: FileRemove(,FileName=Blantyre,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Blantyre, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:478]: Verifying accessibility of file: Blantyre MSI (s) (9C:9C) [21:24:50:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:493]: Executing op: FileRemove(,FileName=Brazzaville,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Brazzaville, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:493]: Verifying accessibility of file: Brazzaville MSI (s) (9C:9C) [21:24:50:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:509]: Executing op: FileRemove(,FileName=Bujumbura,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Bujumbura, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:509]: Verifying accessibility of file: Bujumbura MSI (s) (9C:9C) [21:24:50:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:525]: Executing op: FileRemove(,FileName=Cairo,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Cairo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:525]: Verifying accessibility of file: Cairo MSI (s) (9C:9C) [21:24:50:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:540]: Executing op: FileRemove(,FileName=Casablanca,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Casablanca, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:540]: Verifying accessibility of file: Casablanca MSI (s) (9C:9C) [21:24:50:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:556]: Executing op: FileRemove(,FileName=Ceuta,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Ceuta, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:556]: Verifying accessibility of file: Ceuta MSI (s) (9C:9C) [21:24:50:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:572]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:572]: Executing op: FileRemove(,FileName=Conakry,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Conakry, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:572]: Verifying accessibility of file: Conakry MSI (s) (9C:9C) [21:24:50:572]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:587]: Executing op: FileRemove(,FileName=Dakar,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Dakar, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:587]: Verifying accessibility of file: Dakar MSI (s) (9C:9C) [21:24:50:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:603]: Executing op: FileRemove(,FileName=Dar_es_Salaam,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Dar_es_Salaam, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:603]: Verifying accessibility of file: Dar_es_Salaam MSI (s) (9C:9C) [21:24:50:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:618]: Executing op: FileRemove(,FileName=Djibouti,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Djibouti, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:618]: Verifying accessibility of file: Djibouti MSI (s) (9C:9C) [21:24:50:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:618]: Executing op: FileRemove(,FileName=Douala,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Douala, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:634]: Verifying accessibility of file: Douala MSI (s) (9C:9C) [21:24:50:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:634]: Executing op: FileRemove(,FileName=El_Aaiun,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: El_Aaiun, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:650]: Verifying accessibility of file: El_Aaiun MSI (s) (9C:9C) [21:24:50:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:650]: Executing op: FileRemove(,FileName=Freetown,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Freetown, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:665]: Verifying accessibility of file: Freetown MSI (s) (9C:9C) [21:24:50:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:665]: Executing op: FileRemove(,FileName=Gaborone,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Gaborone, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:681]: Verifying accessibility of file: Gaborone MSI (s) (9C:9C) [21:24:50:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:681]: Executing op: FileRemove(,FileName=Harare,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Harare, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:681]: Verifying accessibility of file: Harare MSI (s) (9C:9C) [21:24:50:697]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:697]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:697]: Executing op: FileRemove(,FileName=Johannesburg,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Johannesburg, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:697]: Verifying accessibility of file: Johannesburg MSI (s) (9C:9C) [21:24:50:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:712]: Executing op: FileRemove(,FileName=Juba,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Juba, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:712]: Verifying accessibility of file: Juba MSI (s) (9C:9C) [21:24:50:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:728]: Executing op: FileRemove(,FileName=Kampala,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Kampala, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:728]: Verifying accessibility of file: Kampala MSI (s) (9C:9C) [21:24:50:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:743]: Executing op: FileRemove(,FileName=Khartoum,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Khartoum, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:743]: Verifying accessibility of file: Khartoum MSI (s) (9C:9C) [21:24:50:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:759]: Executing op: FileRemove(,FileName=Kigali,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Kigali, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:759]: Verifying accessibility of file: Kigali MSI (s) (9C:9C) [21:24:50:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:775]: Executing op: FileRemove(,FileName=Kinshasa,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Kinshasa, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:775]: Verifying accessibility of file: Kinshasa MSI (s) (9C:9C) [21:24:50:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:790]: Executing op: FileRemove(,FileName=Lagos,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Lagos, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:790]: Verifying accessibility of file: Lagos MSI (s) (9C:9C) [21:24:50:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:806]: Executing op: FileRemove(,FileName=Libreville,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Libreville, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:806]: Verifying accessibility of file: Libreville MSI (s) (9C:9C) [21:24:50:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:806]: Executing op: FileRemove(,FileName=Lome,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Lome, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:822]: Verifying accessibility of file: Lome MSI (s) (9C:9C) [21:24:50:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:822]: Executing op: FileRemove(,FileName=Luanda,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Luanda, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:837]: Verifying accessibility of file: Luanda MSI (s) (9C:9C) [21:24:50:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:837]: Executing op: FileRemove(,FileName=Lubumbashi,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Lubumbashi, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:853]: Verifying accessibility of file: Lubumbashi MSI (s) (9C:9C) [21:24:50:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:853]: Executing op: FileRemove(,FileName=Lusaka,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Lusaka, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:868]: Verifying accessibility of file: Lusaka MSI (s) (9C:9C) [21:24:50:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:868]: Executing op: FileRemove(,FileName=Malabo,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Malabo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:884]: Verifying accessibility of file: Malabo MSI (s) (9C:9C) [21:24:50:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:884]: Executing op: FileRemove(,FileName=Maputo,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Maputo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:900]: Verifying accessibility of file: Maputo MSI (s) (9C:9C) [21:24:50:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:900]: Executing op: FileRemove(,FileName=Maseru,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Maseru, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:915]: Verifying accessibility of file: Maseru MSI (s) (9C:9C) [21:24:50:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:915]: Executing op: FileRemove(,FileName=Mbabane,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Mbabane, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:915]: Verifying accessibility of file: Mbabane MSI (s) (9C:9C) [21:24:50:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:931]: Executing op: FileRemove(,FileName=Mogadishu,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Mogadishu, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:931]: Verifying accessibility of file: Mogadishu MSI (s) (9C:9C) [21:24:50:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:947]: Executing op: FileRemove(,FileName=Monrovia,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Monrovia, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:947]: Verifying accessibility of file: Monrovia MSI (s) (9C:9C) [21:24:50:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:962]: Executing op: FileRemove(,FileName=Nairobi,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Nairobi, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:962]: Verifying accessibility of file: Nairobi MSI (s) (9C:9C) [21:24:50:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:978]: Executing op: FileRemove(,FileName=Ndjamena,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Ndjamena, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:978]: Verifying accessibility of file: Ndjamena MSI (s) (9C:9C) [21:24:50:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:993]: Executing op: FileRemove(,FileName=Niamey,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Niamey, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:993]: Verifying accessibility of file: Niamey MSI (s) (9C:9C) [21:24:51:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:009]: Executing op: FileRemove(,FileName=Nouakchott,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Nouakchott, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:51:009]: Verifying accessibility of file: Nouakchott MSI (s) (9C:9C) [21:24:51:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:025]: Executing op: FileRemove(,FileName=Ouagadougou,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Ouagadougou, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:51:025]: Verifying accessibility of file: Ouagadougou MSI (s) (9C:9C) [21:24:51:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:040]: Executing op: FileRemove(,FileName=Porto-Novo,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Porto-Novo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:51:040]: Verifying accessibility of file: Porto-Novo MSI (s) (9C:9C) [21:24:51:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:056]: Executing op: FileRemove(,FileName=Sao_Tome,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Sao_Tome, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:51:056]: Verifying accessibility of file: Sao_Tome MSI (s) (9C:9C) [21:24:51:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:056]: Executing op: FileRemove(,FileName=Timbuktu,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Timbuktu, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:51:072]: Verifying accessibility of file: Timbuktu MSI (s) (9C:9C) [21:24:51:072]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:072]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:087]: Executing op: FileRemove(,FileName=Tripoli,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Tripoli, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:51:087]: Verifying accessibility of file: Tripoli MSI (s) (9C:9C) [21:24:51:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:087]: Executing op: FileRemove(,FileName=Tunis,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Tunis, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:51:103]: Verifying accessibility of file: Tunis MSI (s) (9C:9C) [21:24:51:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:103]: Executing op: FileRemove(,FileName=Windhoek,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Windhoek, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:51:118]: Verifying accessibility of file: Windhoek MSI (s) (9C:9C) [21:24:51:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:118]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\opt0.4\) MSI (s) (9C:9C) [21:24:51:134]: Executing op: FileRemove(,FileName=optparse.tcl,,ComponentId={8E9154B6-F83C-4B84-BE2C-B97B5FD1B249}) RemoveFiles: File: optparse.tcl, Directory: C:\Python34\tcl\tcl8.6\opt0.4\ MSI (s) (9C:9C) [21:24:51:134]: Verifying accessibility of file: optparse.tcl MSI (s) (9C:9C) [21:24:51:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:150]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={8E9154B6-F83C-4B84-BE2C-B97B5FD1B249}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\tcl8.6\opt0.4\ MSI (s) (9C:9C) [21:24:51:150]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:51:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:165]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\msgs\) MSI (s) (9C:9C) [21:24:51:165]: Executing op: FileRemove(,FileName=af.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: af.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:165]: Verifying accessibility of file: af.msg MSI (s) (9C:9C) [21:24:51:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:181]: Executing op: FileRemove(,FileName=af_za.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: af_za.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:181]: Verifying accessibility of file: af_za.msg MSI (s) (9C:9C) [21:24:51:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:181]: Executing op: FileRemove(,FileName=ar.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ar.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:197]: Verifying accessibility of file: ar.msg MSI (s) (9C:9C) [21:24:51:197]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:197]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:197]: Executing op: FileRemove(,FileName=ar_in.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ar_in.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:212]: Verifying accessibility of file: ar_in.msg MSI (s) (9C:9C) [21:24:51:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:212]: Executing op: FileRemove(,FileName=ar_jo.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ar_jo.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:228]: Verifying accessibility of file: ar_jo.msg MSI (s) (9C:9C) [21:24:51:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:228]: Executing op: FileRemove(,FileName=ar_lb.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ar_lb.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:243]: Verifying accessibility of file: ar_lb.msg MSI (s) (9C:9C) [21:24:51:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:243]: Executing op: FileRemove(,FileName=ar_sy.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ar_sy.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:259]: Verifying accessibility of file: ar_sy.msg MSI (s) (9C:9C) [21:24:51:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:259]: Executing op: FileRemove(,FileName=be.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: be.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:275]: Verifying accessibility of file: be.msg MSI (s) (9C:9C) [21:24:51:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:275]: Executing op: FileRemove(,FileName=bg.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: bg.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:290]: Verifying accessibility of file: bg.msg MSI (s) (9C:9C) [21:24:51:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:290]: Executing op: FileRemove(,FileName=bn.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: bn.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:290]: Verifying accessibility of file: bn.msg MSI (s) (9C:9C) [21:24:51:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:306]: Executing op: FileRemove(,FileName=bn_in.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: bn_in.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:306]: Verifying accessibility of file: bn_in.msg MSI (s) (9C:9C) [21:24:51:322]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:322]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:322]: Executing op: FileRemove(,FileName=ca.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ca.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:322]: Verifying accessibility of file: ca.msg MSI (s) (9C:9C) [21:24:51:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:337]: Executing op: FileRemove(,FileName=cs.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: cs.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:337]: Verifying accessibility of file: cs.msg MSI (s) (9C:9C) [21:24:51:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:353]: Executing op: FileRemove(,FileName=da.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: da.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:353]: Verifying accessibility of file: da.msg MSI (s) (9C:9C) [21:24:51:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:368]: Executing op: FileRemove(,FileName=de.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: de.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:368]: Verifying accessibility of file: de.msg MSI (s) (9C:9C) [21:24:51:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:384]: Executing op: FileRemove(,FileName=de_at.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: de_at.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:384]: Verifying accessibility of file: de_at.msg MSI (s) (9C:9C) [21:24:51:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:400]: Executing op: FileRemove(,FileName=de_be.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: de_be.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:400]: Verifying accessibility of file: de_be.msg MSI (s) (9C:9C) [21:24:51:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:415]: Executing op: FileRemove(,FileName=el.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: el.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:415]: Verifying accessibility of file: el.msg MSI (s) (9C:9C) [21:24:51:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:431]: Executing op: FileRemove(,FileName=en_au.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_au.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:431]: Verifying accessibility of file: en_au.msg MSI (s) (9C:9C) [21:24:51:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:447]: Executing op: FileRemove(,FileName=en_be.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_be.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:447]: Verifying accessibility of file: en_be.msg MSI (s) (9C:9C) [21:24:51:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:447]: Executing op: FileRemove(,FileName=en_bw.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_bw.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:462]: Verifying accessibility of file: en_bw.msg MSI (s) (9C:9C) [21:24:51:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:462]: Executing op: FileRemove(,FileName=en_ca.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_ca.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:478]: Verifying accessibility of file: en_ca.msg MSI (s) (9C:9C) [21:24:51:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:478]: Executing op: FileRemove(,FileName=en_gb.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_gb.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:493]: Verifying accessibility of file: en_gb.msg MSI (s) (9C:9C) [21:24:51:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:493]: Executing op: FileRemove(,FileName=en_hk.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_hk.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:509]: Verifying accessibility of file: en_hk.msg MSI (s) (9C:9C) [21:24:51:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:509]: Executing op: FileRemove(,FileName=en_ie.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_ie.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:525]: Verifying accessibility of file: en_ie.msg MSI (s) (9C:9C) [21:24:51:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:525]: Executing op: FileRemove(,FileName=en_in.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_in.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:540]: Verifying accessibility of file: en_in.msg MSI (s) (9C:9C) [21:24:51:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:540]: Executing op: FileRemove(,FileName=en_nz.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_nz.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:540]: Verifying accessibility of file: en_nz.msg MSI (s) (9C:9C) [21:24:51:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:556]: Executing op: FileRemove(,FileName=en_ph.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_ph.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:556]: Verifying accessibility of file: en_ph.msg MSI (s) (9C:9C) [21:24:51:572]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:572]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:572]: Executing op: FileRemove(,FileName=en_sg.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_sg.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:572]: Verifying accessibility of file: en_sg.msg MSI (s) (9C:9C) [21:24:51:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:587]: Executing op: FileRemove(,FileName=en_za.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_za.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:587]: Verifying accessibility of file: en_za.msg MSI (s) (9C:9C) [21:24:51:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:603]: Executing op: FileRemove(,FileName=en_zw.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_zw.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:603]: Verifying accessibility of file: en_zw.msg MSI (s) (9C:9C) [21:24:51:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:618]: Executing op: FileRemove(,FileName=eo.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: eo.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:618]: Verifying accessibility of file: eo.msg MSI (s) (9C:9C) [21:24:51:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:634]: Executing op: FileRemove(,FileName=es.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:634]: Verifying accessibility of file: es.msg MSI (s) (9C:9C) [21:24:51:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:650]: Executing op: FileRemove(,FileName=es_ar.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_ar.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:650]: Verifying accessibility of file: es_ar.msg MSI (s) (9C:9C) [21:24:51:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:665]: Executing op: FileRemove(,FileName=es_bo.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_bo.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:665]: Verifying accessibility of file: es_bo.msg MSI (s) (9C:9C) [21:24:51:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:681]: Executing op: FileRemove(,FileName=es_cl.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_cl.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:681]: Verifying accessibility of file: es_cl.msg MSI (s) (9C:9C) [21:24:51:697]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:697]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:697]: Executing op: FileRemove(,FileName=es_co.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_co.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:697]: Verifying accessibility of file: es_co.msg MSI (s) (9C:9C) [21:24:51:697]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:712]: Executing op: FileRemove(,FileName=es_cr.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_cr.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:712]: Verifying accessibility of file: es_cr.msg MSI (s) (9C:9C) [21:24:51:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:728]: Executing op: FileRemove(,FileName=es_do.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_do.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:728]: Verifying accessibility of file: es_do.msg MSI (s) (9C:9C) [21:24:51:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:743]: Executing op: FileRemove(,FileName=es_ec.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_ec.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:743]: Verifying accessibility of file: es_ec.msg MSI (s) (9C:9C) [21:24:51:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:759]: Executing op: FileRemove(,FileName=es_gt.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_gt.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:759]: Verifying accessibility of file: es_gt.msg MSI (s) (9C:9C) [21:24:51:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:775]: Executing op: FileRemove(,FileName=es_hn.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_hn.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:775]: Verifying accessibility of file: es_hn.msg MSI (s) (9C:9C) [21:24:51:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:790]: Executing op: FileRemove(,FileName=es_mx.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_mx.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:790]: Verifying accessibility of file: es_mx.msg MSI (s) (9C:9C) [21:24:51:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:806]: Executing op: FileRemove(,FileName=es_ni.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_ni.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:806]: Verifying accessibility of file: es_ni.msg MSI (s) (9C:9C) [21:24:51:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:822]: Executing op: FileRemove(,FileName=es_pa.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_pa.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:822]: Verifying accessibility of file: es_pa.msg MSI (s) (9C:9C) [21:24:51:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:837]: Executing op: FileRemove(,FileName=es_pe.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_pe.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:837]: Verifying accessibility of file: es_pe.msg MSI (s) (9C:9C) [21:24:51:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:853]: Executing op: FileRemove(,FileName=es_pr.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_pr.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:853]: Verifying accessibility of file: es_pr.msg MSI (s) (9C:9C) [21:24:51:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:868]: Executing op: FileRemove(,FileName=es_py.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_py.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:868]: Verifying accessibility of file: es_py.msg MSI (s) (9C:9C) [21:24:51:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:884]: Executing op: FileRemove(,FileName=es_sv.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_sv.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:884]: Verifying accessibility of file: es_sv.msg MSI (s) (9C:9C) [21:24:51:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:900]: Executing op: FileRemove(,FileName=es_uy.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_uy.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:900]: Verifying accessibility of file: es_uy.msg MSI (s) (9C:9C) [21:24:51:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:915]: Executing op: FileRemove(,FileName=es_ve.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_ve.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:915]: Verifying accessibility of file: es_ve.msg MSI (s) (9C:9C) [21:24:51:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:931]: Executing op: FileRemove(,FileName=et.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: et.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:931]: Verifying accessibility of file: et.msg MSI (s) (9C:9C) [21:24:51:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:931]: Executing op: FileRemove(,FileName=eu.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: eu.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:947]: Verifying accessibility of file: eu.msg MSI (s) (9C:9C) [21:24:51:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:947]: Executing op: FileRemove(,FileName=eu_es.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: eu_es.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:962]: Verifying accessibility of file: eu_es.msg MSI (s) (9C:9C) [21:24:51:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:962]: Executing op: FileRemove(,FileName=fa.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: fa.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:978]: Verifying accessibility of file: fa.msg MSI (s) (9C:9C) [21:24:51:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:978]: Executing op: FileRemove(,FileName=fa_in.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: fa_in.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:993]: Verifying accessibility of file: fa_in.msg MSI (s) (9C:9C) [21:24:51:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:993]: Executing op: FileRemove(,FileName=fa_ir.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: fa_ir.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:009]: Verifying accessibility of file: fa_ir.msg MSI (s) (9C:9C) [21:24:52:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:009]: Executing op: FileRemove(,FileName=fi.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: fi.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:025]: Verifying accessibility of file: fi.msg MSI (s) (9C:9C) [21:24:52:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:025]: Executing op: FileRemove(,FileName=fo.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: fo.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:040]: Verifying accessibility of file: fo.msg MSI (s) (9C:9C) [21:24:52:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:040]: Executing op: FileRemove(,FileName=fo_fo.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: fo_fo.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:040]: Verifying accessibility of file: fo_fo.msg MSI (s) (9C:9C) [21:24:52:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:056]: Executing op: FileRemove(,FileName=fr.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: fr.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:056]: Verifying accessibility of file: fr.msg MSI (s) (9C:9C) [21:24:52:072]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:072]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:072]: Executing op: FileRemove(,FileName=fr_be.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: fr_be.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:072]: Verifying accessibility of file: fr_be.msg MSI (s) (9C:9C) [21:24:52:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:087]: Executing op: FileRemove(,FileName=fr_ca.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: fr_ca.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:087]: Verifying accessibility of file: fr_ca.msg MSI (s) (9C:9C) [21:24:52:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:103]: Executing op: FileRemove(,FileName=fr_ch.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: fr_ch.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:103]: Verifying accessibility of file: fr_ch.msg MSI (s) (9C:9C) [21:24:52:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:118]: Executing op: FileRemove(,FileName=ga.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ga.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:118]: Verifying accessibility of file: ga.msg MSI (s) (9C:9C) [21:24:52:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:134]: Executing op: FileRemove(,FileName=ga_ie.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ga_ie.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:134]: Verifying accessibility of file: ga_ie.msg MSI (s) (9C:9C) [21:24:52:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:150]: Executing op: FileRemove(,FileName=gl.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: gl.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:150]: Verifying accessibility of file: gl.msg MSI (s) (9C:9C) [21:24:52:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:165]: Executing op: FileRemove(,FileName=gl_es.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: gl_es.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:165]: Verifying accessibility of file: gl_es.msg MSI (s) (9C:9C) [21:24:52:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:181]: Executing op: FileRemove(,FileName=gv.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: gv.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:181]: Verifying accessibility of file: gv.msg MSI (s) (9C:9C) [21:24:52:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:197]: Executing op: FileRemove(,FileName=gv_gb.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: gv_gb.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:197]: Verifying accessibility of file: gv_gb.msg MSI (s) (9C:9C) [21:24:52:197]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:197]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:197]: Executing op: FileRemove(,FileName=he.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: he.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:212]: Verifying accessibility of file: he.msg MSI (s) (9C:9C) [21:24:52:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:212]: Executing op: FileRemove(,FileName=hi.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: hi.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:228]: Verifying accessibility of file: hi.msg MSI (s) (9C:9C) [21:24:52:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:228]: Executing op: FileRemove(,FileName=hi_in.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: hi_in.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:243]: Verifying accessibility of file: hi_in.msg MSI (s) (9C:9C) [21:24:52:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:243]: Executing op: FileRemove(,FileName=hr.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: hr.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:259]: Verifying accessibility of file: hr.msg MSI (s) (9C:9C) [21:24:52:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:259]: Executing op: FileRemove(,FileName=hu.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: hu.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:275]: Verifying accessibility of file: hu.msg MSI (s) (9C:9C) [21:24:52:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:275]: Executing op: FileRemove(,FileName=id.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: id.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:290]: Verifying accessibility of file: id.msg MSI (s) (9C:9C) [21:24:52:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:290]: Executing op: FileRemove(,FileName=id_id.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: id_id.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:290]: Verifying accessibility of file: id_id.msg MSI (s) (9C:9C) [21:24:52:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:306]: Executing op: FileRemove(,FileName=is.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: is.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:306]: Verifying accessibility of file: is.msg MSI (s) (9C:9C) [21:24:52:322]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:322]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:322]: Executing op: FileRemove(,FileName=it.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: it.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:322]: Verifying accessibility of file: it.msg MSI (s) (9C:9C) [21:24:52:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:337]: Executing op: FileRemove(,FileName=it_ch.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: it_ch.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:337]: Verifying accessibility of file: it_ch.msg MSI (s) (9C:9C) [21:24:52:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:400]: Executing op: FileRemove(,FileName=ja.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ja.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:400]: Verifying accessibility of file: ja.msg MSI (s) (9C:9C) [21:24:52:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:415]: Executing op: FileRemove(,FileName=kl.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: kl.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:415]: Verifying accessibility of file: kl.msg MSI (s) (9C:9C) [21:24:52:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:431]: Executing op: FileRemove(,FileName=kl_gl.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: kl_gl.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:431]: Verifying accessibility of file: kl_gl.msg MSI (s) (9C:9C) [21:24:52:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:447]: Executing op: FileRemove(,FileName=ko.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ko.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:447]: Verifying accessibility of file: ko.msg MSI (s) (9C:9C) [21:24:52:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:462]: Executing op: FileRemove(,FileName=kok.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: kok.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:462]: Verifying accessibility of file: kok.msg MSI (s) (9C:9C) [21:24:52:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:478]: Executing op: FileRemove(,FileName=kok_in.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: kok_in.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:478]: Verifying accessibility of file: kok_in.msg MSI (s) (9C:9C) [21:24:52:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:478]: Executing op: FileRemove(,FileName=ko_kr.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ko_kr.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:493]: Verifying accessibility of file: ko_kr.msg MSI (s) (9C:9C) [21:24:52:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:509]: Executing op: FileRemove(,FileName=kw.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: kw.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:509]: Verifying accessibility of file: kw.msg MSI (s) (9C:9C) [21:24:52:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:509]: Executing op: FileRemove(,FileName=kw_gb.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: kw_gb.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:525]: Verifying accessibility of file: kw_gb.msg MSI (s) (9C:9C) [21:24:52:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:525]: Executing op: FileRemove(,FileName=lt.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: lt.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:540]: Verifying accessibility of file: lt.msg MSI (s) (9C:9C) [21:24:52:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:540]: Executing op: FileRemove(,FileName=lv.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: lv.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:556]: Verifying accessibility of file: lv.msg MSI (s) (9C:9C) [21:24:52:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:556]: Executing op: FileRemove(,FileName=mk.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: mk.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:572]: Verifying accessibility of file: mk.msg MSI (s) (9C:9C) [21:24:52:572]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:572]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:572]: Executing op: FileRemove(,FileName=mr.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: mr.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:587]: Verifying accessibility of file: mr.msg MSI (s) (9C:9C) [21:24:52:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:587]: Executing op: FileRemove(,FileName=mr_in.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: mr_in.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:587]: Verifying accessibility of file: mr_in.msg MSI (s) (9C:9C) [21:24:52:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:603]: Executing op: FileRemove(,FileName=ms.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ms.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:603]: Verifying accessibility of file: ms.msg MSI (s) (9C:9C) [21:24:52:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:618]: Executing op: FileRemove(,FileName=ms_my.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ms_my.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:618]: Verifying accessibility of file: ms_my.msg MSI (s) (9C:9C) [21:24:52:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:634]: Executing op: FileRemove(,FileName=mt.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: mt.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:634]: Verifying accessibility of file: mt.msg MSI (s) (9C:9C) [21:24:52:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:650]: Executing op: FileRemove(,FileName=nb.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: nb.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:650]: Verifying accessibility of file: nb.msg MSI (s) (9C:9C) [21:24:52:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:665]: Executing op: FileRemove(,FileName=nl.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: nl.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:665]: Verifying accessibility of file: nl.msg MSI (s) (9C:9C) [21:24:52:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:681]: Executing op: FileRemove(,FileName=nl_be.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: nl_be.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:681]: Verifying accessibility of file: nl_be.msg MSI (s) (9C:9C) [21:24:52:697]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:697]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:697]: Executing op: FileRemove(,FileName=nn.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: nn.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:697]: Verifying accessibility of file: nn.msg MSI (s) (9C:9C) [21:24:52:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:712]: Executing op: FileRemove(,FileName=pl.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: pl.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:712]: Verifying accessibility of file: pl.msg MSI (s) (9C:9C) [21:24:52:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:728]: Executing op: FileRemove(,FileName=pt.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: pt.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:728]: Verifying accessibility of file: pt.msg MSI (s) (9C:9C) [21:24:52:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:728]: Executing op: FileRemove(,FileName=pt_br.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: pt_br.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:743]: Verifying accessibility of file: pt_br.msg MSI (s) (9C:9C) [21:24:52:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:743]: Executing op: FileRemove(,FileName=ro.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ro.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:759]: Verifying accessibility of file: ro.msg MSI (s) (9C:9C) [21:24:52:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:759]: Executing op: FileRemove(,FileName=ru.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ru.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:775]: Verifying accessibility of file: ru.msg MSI (s) (9C:9C) [21:24:52:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:775]: Executing op: FileRemove(,FileName=ru_ua.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ru_ua.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:790]: Verifying accessibility of file: ru_ua.msg MSI (s) (9C:9C) [21:24:52:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:790]: Executing op: FileRemove(,FileName=sh.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: sh.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:806]: Verifying accessibility of file: sh.msg MSI (s) (9C:9C) [21:24:52:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:806]: Executing op: FileRemove(,FileName=sk.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: sk.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:822]: Verifying accessibility of file: sk.msg MSI (s) (9C:9C) [21:24:52:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:822]: Executing op: FileRemove(,FileName=sl.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: sl.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:822]: Verifying accessibility of file: sl.msg MSI (s) (9C:9C) [21:24:52:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:837]: Executing op: FileRemove(,FileName=sq.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: sq.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:837]: Verifying accessibility of file: sq.msg MSI (s) (9C:9C) [21:24:52:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:853]: Executing op: FileRemove(,FileName=sr.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: sr.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:853]: Verifying accessibility of file: sr.msg MSI (s) (9C:9C) [21:24:52:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:868]: Executing op: FileRemove(,FileName=sv.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: sv.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:868]: Verifying accessibility of file: sv.msg MSI (s) (9C:9C) [21:24:52:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:884]: Executing op: FileRemove(,FileName=sw.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: sw.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:884]: Verifying accessibility of file: sw.msg MSI (s) (9C:9C) [21:24:52:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:900]: Executing op: FileRemove(,FileName=ta.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ta.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:900]: Verifying accessibility of file: ta.msg MSI (s) (9C:9C) [21:24:52:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:915]: Executing op: FileRemove(,FileName=ta_in.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ta_in.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:915]: Verifying accessibility of file: ta_in.msg MSI (s) (9C:9C) [21:24:52:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:931]: Executing op: FileRemove(,FileName=te.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: te.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:931]: Verifying accessibility of file: te.msg MSI (s) (9C:9C) [21:24:52:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:931]: Executing op: FileRemove(,FileName=te_in.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: te_in.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:947]: Verifying accessibility of file: te_in.msg MSI (s) (9C:9C) [21:24:52:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:947]: Executing op: FileRemove(,FileName=th.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: th.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:962]: Verifying accessibility of file: th.msg MSI (s) (9C:9C) [21:24:52:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:962]: Executing op: FileRemove(,FileName=tr.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: tr.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:978]: Verifying accessibility of file: tr.msg MSI (s) (9C:9C) [21:24:52:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:978]: Executing op: FileRemove(,FileName=uk.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: uk.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:993]: Verifying accessibility of file: uk.msg MSI (s) (9C:9C) [21:24:52:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:993]: Executing op: FileRemove(,FileName=vi.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: vi.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:53:009]: Verifying accessibility of file: vi.msg MSI (s) (9C:9C) [21:24:53:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:009]: Executing op: FileRemove(,FileName=zh.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: zh.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:53:009]: Verifying accessibility of file: zh.msg MSI (s) (9C:9C) [21:24:53:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:025]: Executing op: FileRemove(,FileName=zh_cn.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: zh_cn.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:53:025]: Verifying accessibility of file: zh_cn.msg MSI (s) (9C:9C) [21:24:53:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:040]: Executing op: FileRemove(,FileName=zh_hk.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: zh_hk.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:53:040]: Verifying accessibility of file: zh_hk.msg MSI (s) (9C:9C) [21:24:53:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:056]: Executing op: FileRemove(,FileName=zh_sg.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: zh_sg.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:53:056]: Verifying accessibility of file: zh_sg.msg MSI (s) (9C:9C) [21:24:53:072]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:072]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:072]: Executing op: FileRemove(,FileName=zh_tw.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: zh_tw.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:53:072]: Verifying accessibility of file: zh_tw.msg MSI (s) (9C:9C) [21:24:53:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:743]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\http1.0\) MSI (s) (9C:9C) [21:24:53:743]: Executing op: FileRemove(,FileName=http.tcl,,ComponentId={7DC98DF5-1D06-474C-9EFC-472A8707BA72}) RemoveFiles: File: http.tcl, Directory: C:\Python34\tcl\tcl8.6\http1.0\ MSI (s) (9C:9C) [21:24:53:759]: Verifying accessibility of file: http.tcl MSI (s) (9C:9C) [21:24:53:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:759]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={7DC98DF5-1D06-474C-9EFC-472A8707BA72}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\tcl8.6\http1.0\ MSI (s) (9C:9C) [21:24:53:775]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:53:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:775]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\encoding\) MSI (s) (9C:9C) [21:24:53:775]: Executing op: FileRemove(,FileName=ascii.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: ascii.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:790]: Verifying accessibility of file: ascii.enc MSI (s) (9C:9C) [21:24:53:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:790]: Executing op: FileRemove(,FileName=big5.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: big5.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:806]: Verifying accessibility of file: big5.enc MSI (s) (9C:9C) [21:24:53:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:806]: Executing op: FileRemove(,FileName=cp1250.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp1250.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:822]: Verifying accessibility of file: cp1250.enc MSI (s) (9C:9C) [21:24:53:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:837]: Executing op: FileRemove(,FileName=cp1251.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp1251.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:837]: Verifying accessibility of file: cp1251.enc MSI (s) (9C:9C) [21:24:53:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:853]: Executing op: FileRemove(,FileName=cp1252.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp1252.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:853]: Verifying accessibility of file: cp1252.enc MSI (s) (9C:9C) [21:24:53:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:868]: Executing op: FileRemove(,FileName=cp1253.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp1253.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:868]: Verifying accessibility of file: cp1253.enc MSI (s) (9C:9C) [21:24:53:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:884]: Executing op: FileRemove(,FileName=cp1254.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp1254.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:884]: Verifying accessibility of file: cp1254.enc MSI (s) (9C:9C) [21:24:53:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:900]: Executing op: FileRemove(,FileName=cp1255.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp1255.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:900]: Verifying accessibility of file: cp1255.enc MSI (s) (9C:9C) [21:24:53:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:915]: Executing op: FileRemove(,FileName=cp1256.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp1256.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:915]: Verifying accessibility of file: cp1256.enc MSI (s) (9C:9C) [21:24:53:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:931]: Executing op: FileRemove(,FileName=cp1257.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp1257.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:931]: Verifying accessibility of file: cp1257.enc MSI (s) (9C:9C) [21:24:53:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:947]: Executing op: FileRemove(,FileName=cp1258.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp1258.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:947]: Verifying accessibility of file: cp1258.enc MSI (s) (9C:9C) [21:24:53:965]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:967]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:967]: Executing op: FileRemove(,FileName=cp437.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp437.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:974]: Verifying accessibility of file: cp437.enc MSI (s) (9C:9C) [21:24:53:979]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:981]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:982]: Executing op: FileRemove(,FileName=cp737.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp737.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:982]: Verifying accessibility of file: cp737.enc MSI (s) (9C:9C) [21:24:53:982]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:982]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:982]: Executing op: FileRemove(,FileName=cp775.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp775.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:998]: Verifying accessibility of file: cp775.enc MSI (s) (9C:9C) [21:24:53:998]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:998]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:998]: Executing op: FileRemove(,FileName=cp850.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp850.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:014]: Verifying accessibility of file: cp850.enc MSI (s) (9C:9C) [21:24:54:014]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:014]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:014]: Executing op: FileRemove(,FileName=cp852.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp852.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:029]: Verifying accessibility of file: cp852.enc MSI (s) (9C:9C) [21:24:54:029]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:029]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:029]: Executing op: FileRemove(,FileName=cp855.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp855.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:029]: Verifying accessibility of file: cp855.enc MSI (s) (9C:9C) [21:24:54:045]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:045]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:045]: Executing op: FileRemove(,FileName=cp857.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp857.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:045]: Verifying accessibility of file: cp857.enc MSI (s) (9C:9C) [21:24:54:060]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:060]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:060]: Executing op: FileRemove(,FileName=cp860.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp860.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:060]: Verifying accessibility of file: cp860.enc MSI (s) (9C:9C) [21:24:54:076]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:076]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:076]: Executing op: FileRemove(,FileName=cp861.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp861.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:076]: Verifying accessibility of file: cp861.enc MSI (s) (9C:9C) [21:24:54:092]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:092]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:092]: Executing op: FileRemove(,FileName=cp862.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp862.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:092]: Verifying accessibility of file: cp862.enc MSI (s) (9C:9C) [21:24:54:107]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:107]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:107]: Executing op: FileRemove(,FileName=cp863.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp863.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:107]: Verifying accessibility of file: cp863.enc MSI (s) (9C:9C) [21:24:54:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:123]: Executing op: FileRemove(,FileName=cp864.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp864.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:123]: Verifying accessibility of file: cp864.enc MSI (s) (9C:9C) [21:24:54:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:139]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:139]: Executing op: FileRemove(,FileName=cp865.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp865.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:139]: Verifying accessibility of file: cp865.enc MSI (s) (9C:9C) [21:24:54:139]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:154]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:154]: Executing op: FileRemove(,FileName=cp866.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp866.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:154]: Verifying accessibility of file: cp866.enc MSI (s) (9C:9C) [21:24:54:154]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:154]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:154]: Executing op: FileRemove(,FileName=cp869.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp869.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:170]: Verifying accessibility of file: cp869.enc MSI (s) (9C:9C) [21:24:54:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:170]: Executing op: FileRemove(,FileName=cp874.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp874.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:185]: Verifying accessibility of file: cp874.enc MSI (s) (9C:9C) [21:24:54:185]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:185]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:185]: Executing op: FileRemove(,FileName=cp932.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp932.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:201]: Verifying accessibility of file: cp932.enc MSI (s) (9C:9C) [21:24:54:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:201]: Executing op: FileRemove(,FileName=cp936.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp936.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:217]: Verifying accessibility of file: cp936.enc MSI (s) (9C:9C) [21:24:54:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:217]: Executing op: FileRemove(,FileName=cp949.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp949.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:232]: Verifying accessibility of file: cp949.enc MSI (s) (9C:9C) [21:24:54:232]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:232]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:232]: Executing op: FileRemove(,FileName=cp950.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp950.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:248]: Verifying accessibility of file: cp950.enc MSI (s) (9C:9C) [21:24:54:248]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:248]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:248]: Executing op: FileRemove(,FileName=dingbats.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: dingbats.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:248]: Verifying accessibility of file: dingbats.enc MSI (s) (9C:9C) [21:24:54:264]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:264]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:264]: Executing op: FileRemove(,FileName=ebcdic.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: ebcdic.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:264]: Verifying accessibility of file: ebcdic.enc MSI (s) (9C:9C) [21:24:54:279]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:279]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:279]: Executing op: FileRemove(,FileName=euc-cn.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: euc-cn.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:279]: Verifying accessibility of file: euc-cn.enc MSI (s) (9C:9C) [21:24:54:295]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:295]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:295]: Executing op: FileRemove(,FileName=euc-jp.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: euc-jp.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:295]: Verifying accessibility of file: euc-jp.enc MSI (s) (9C:9C) [21:24:54:295]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:310]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:310]: Executing op: FileRemove(,FileName=euc-kr.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: euc-kr.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:310]: Verifying accessibility of file: euc-kr.enc MSI (s) (9C:9C) [21:24:54:310]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:326]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:326]: Executing op: FileRemove(,FileName=gb12345.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: gb12345.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:326]: Verifying accessibility of file: gb12345.enc MSI (s) (9C:9C) [21:24:54:326]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:326]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:326]: Executing op: FileRemove(,FileName=gb1988.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: gb1988.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:342]: Verifying accessibility of file: gb1988.enc MSI (s) (9C:9C) [21:24:54:342]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:342]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:342]: Executing op: FileRemove(,FileName=gb2312-raw.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: gb2312-raw.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:357]: Verifying accessibility of file: gb2312-raw.enc MSI (s) (9C:9C) [21:24:54:357]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:357]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:357]: Executing op: FileRemove(,FileName=gb2312.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: gb2312.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:373]: Verifying accessibility of file: gb2312.enc MSI (s) (9C:9C) [21:24:54:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:373]: Executing op: FileRemove(,FileName=iso2022-jp.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso2022-jp.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:389]: Verifying accessibility of file: iso2022-jp.enc MSI (s) (9C:9C) [21:24:54:389]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:389]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:389]: Executing op: FileRemove(,FileName=iso2022-kr.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso2022-kr.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:404]: Verifying accessibility of file: iso2022-kr.enc MSI (s) (9C:9C) [21:24:54:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:420]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:420]: Executing op: FileRemove(,FileName=iso2022.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso2022.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:435]: Verifying accessibility of file: iso2022.enc MSI (s) (9C:9C) [21:24:54:435]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:435]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:435]: Executing op: FileRemove(,FileName=iso8859-1.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-1.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:435]: Verifying accessibility of file: iso8859-1.enc MSI (s) (9C:9C) [21:24:54:451]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:451]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:451]: Executing op: FileRemove(,FileName=iso8859-10.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-10.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:451]: Verifying accessibility of file: iso8859-10.enc MSI (s) (9C:9C) [21:24:54:467]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:467]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:467]: Executing op: FileRemove(,FileName=iso8859-13.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-13.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:467]: Verifying accessibility of file: iso8859-13.enc MSI (s) (9C:9C) [21:24:54:482]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:482]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:482]: Executing op: FileRemove(,FileName=iso8859-14.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-14.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:482]: Verifying accessibility of file: iso8859-14.enc MSI (s) (9C:9C) [21:24:54:482]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:498]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:498]: Executing op: FileRemove(,FileName=iso8859-15.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-15.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:498]: Verifying accessibility of file: iso8859-15.enc MSI (s) (9C:9C) [21:24:54:498]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:498]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:514]: Executing op: FileRemove(,FileName=iso8859-16.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-16.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:514]: Verifying accessibility of file: iso8859-16.enc MSI (s) (9C:9C) [21:24:54:514]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:514]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:514]: Executing op: FileRemove(,FileName=iso8859-2.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-2.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:529]: Verifying accessibility of file: iso8859-2.enc MSI (s) (9C:9C) [21:24:54:529]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:529]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:529]: Executing op: FileRemove(,FileName=iso8859-3.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-3.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:545]: Verifying accessibility of file: iso8859-3.enc MSI (s) (9C:9C) [21:24:54:545]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:545]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:545]: Executing op: FileRemove(,FileName=iso8859-4.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-4.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:560]: Verifying accessibility of file: iso8859-4.enc MSI (s) (9C:9C) [21:24:54:560]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:560]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:560]: Executing op: FileRemove(,FileName=iso8859-5.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-5.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:576]: Verifying accessibility of file: iso8859-5.enc MSI (s) (9C:9C) [21:24:54:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:576]: Executing op: FileRemove(,FileName=iso8859-6.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-6.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:576]: Verifying accessibility of file: iso8859-6.enc MSI (s) (9C:9C) [21:24:54:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:592]: Executing op: FileRemove(,FileName=iso8859-7.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-7.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:592]: Verifying accessibility of file: iso8859-7.enc MSI (s) (9C:9C) [21:24:54:607]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:607]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:607]: Executing op: FileRemove(,FileName=iso8859-8.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-8.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:607]: Verifying accessibility of file: iso8859-8.enc MSI (s) (9C:9C) [21:24:54:623]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:623]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:623]: Executing op: FileRemove(,FileName=iso8859-9.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-9.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:623]: Verifying accessibility of file: iso8859-9.enc MSI (s) (9C:9C) [21:24:54:639]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:639]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:639]: Executing op: FileRemove(,FileName=jis0201.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: jis0201.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:639]: Verifying accessibility of file: jis0201.enc MSI (s) (9C:9C) [21:24:54:654]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:654]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:654]: Executing op: FileRemove(,FileName=jis0208.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: jis0208.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:654]: Verifying accessibility of file: jis0208.enc MSI (s) (9C:9C) [21:24:54:670]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:670]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:670]: Executing op: FileRemove(,FileName=jis0212.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: jis0212.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:685]: Verifying accessibility of file: jis0212.enc MSI (s) (9C:9C) [21:24:54:685]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:685]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:685]: Executing op: FileRemove(,FileName=koi8-r.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: koi8-r.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:701]: Verifying accessibility of file: koi8-r.enc MSI (s) (9C:9C) [21:24:54:701]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:701]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:717]: Executing op: FileRemove(,FileName=koi8-u.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: koi8-u.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:717]: Verifying accessibility of file: koi8-u.enc MSI (s) (9C:9C) [21:24:54:732]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:732]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:732]: Executing op: FileRemove(,FileName=ksc5601.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: ksc5601.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:748]: Verifying accessibility of file: ksc5601.enc MSI (s) (9C:9C) [21:24:54:748]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:748]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:748]: Executing op: FileRemove(,FileName=macCentEuro.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macCentEuro.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:764]: Verifying accessibility of file: macCentEuro.enc MSI (s) (9C:9C) [21:24:54:764]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:764]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:764]: Executing op: FileRemove(,FileName=macCroatian.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macCroatian.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:779]: Verifying accessibility of file: macCroatian.enc MSI (s) (9C:9C) [21:24:54:779]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:795]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:795]: Executing op: FileRemove(,FileName=macCyrillic.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macCyrillic.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:795]: Verifying accessibility of file: macCyrillic.enc MSI (s) (9C:9C) [21:24:54:795]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:810]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:810]: Executing op: FileRemove(,FileName=macDingbats.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macDingbats.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:810]: Verifying accessibility of file: macDingbats.enc MSI (s) (9C:9C) [21:24:54:810]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:826]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:826]: Executing op: FileRemove(,FileName=macGreek.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macGreek.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:826]: Verifying accessibility of file: macGreek.enc MSI (s) (9C:9C) [21:24:54:826]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:842]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:842]: Executing op: FileRemove(,FileName=macIceland.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macIceland.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:842]: Verifying accessibility of file: macIceland.enc MSI (s) (9C:9C) [21:24:54:857]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:857]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:857]: Executing op: FileRemove(,FileName=macJapan.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macJapan.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:857]: Verifying accessibility of file: macJapan.enc MSI (s) (9C:9C) [21:24:54:873]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:873]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:873]: Executing op: FileRemove(,FileName=macRoman.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macRoman.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:873]: Verifying accessibility of file: macRoman.enc MSI (s) (9C:9C) [21:24:54:889]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:889]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:889]: Executing op: FileRemove(,FileName=macRomania.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macRomania.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:889]: Verifying accessibility of file: macRomania.enc MSI (s) (9C:9C) [21:24:54:904]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:904]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:904]: Executing op: FileRemove(,FileName=macThai.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macThai.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:904]: Verifying accessibility of file: macThai.enc MSI (s) (9C:9C) [21:24:54:920]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:920]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:920]: Executing op: FileRemove(,FileName=macTurkish.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macTurkish.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:920]: Verifying accessibility of file: macTurkish.enc MSI (s) (9C:9C) [21:24:54:935]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:935]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:935]: Executing op: FileRemove(,FileName=macUkraine.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macUkraine.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:935]: Verifying accessibility of file: macUkraine.enc MSI (s) (9C:9C) [21:24:54:951]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:951]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:951]: Executing op: FileRemove(,FileName=shiftjis.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: shiftjis.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:951]: Verifying accessibility of file: shiftjis.enc MSI (s) (9C:9C) [21:24:54:967]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:967]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:967]: Executing op: FileRemove(,FileName=symbol.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: symbol.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:967]: Verifying accessibility of file: symbol.enc MSI (s) (9C:9C) [21:24:54:967]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:982]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:982]: Executing op: FileRemove(,FileName=tis-620.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: tis-620.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:982]: Verifying accessibility of file: tis-620.enc MSI (s) (9C:9C) [21:24:55:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:170]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8\8.6\) MSI (s) (9C:9C) [21:24:55:170]: Executing op: FileRemove(,FileName=http-2.8.7.tm,,ComponentId={D147208D-757B-4F14-B4A0-E538817BEF44}) RemoveFiles: File: http-2.8.7.tm, Directory: C:\Python34\tcl\tcl8\8.6\ MSI (s) (9C:9C) [21:24:55:185]: Verifying accessibility of file: http-2.8.7.tm MSI (s) (9C:9C) [21:24:55:185]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:201]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8\8.6\tdbc\) MSI (s) (9C:9C) [21:24:55:201]: Executing op: FileRemove(,FileName=sqlite3-1.0.0.tm,,ComponentId={D88ACE85-E4D0-4CFC-BAC5-C74F2F7AEA89}) RemoveFiles: File: sqlite3-1.0.0.tm, Directory: C:\Python34\tcl\tcl8\8.6\tdbc\ MSI (s) (9C:9C) [21:24:55:201]: Verifying accessibility of file: sqlite3-1.0.0.tm MSI (s) (9C:9C) [21:24:55:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:217]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8\8.5\) MSI (s) (9C:9C) [21:24:55:217]: Executing op: FileRemove(,FileName=msgcat-1.5.2.tm,,ComponentId={5E7777EC-8B38-43D6-9496-A574512E3FF5}) RemoveFiles: File: msgcat-1.5.2.tm, Directory: C:\Python34\tcl\tcl8\8.5\ MSI (s) (9C:9C) [21:24:55:357]: Verifying accessibility of file: msgcat-1.5.2.tm MSI (s) (9C:9C) [21:24:55:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:373]: Executing op: FileRemove(,FileName=tcltest-2.3.6.tm,,ComponentId={5E7777EC-8B38-43D6-9496-A574512E3FF5}) RemoveFiles: File: tcltest-2.3.6.tm, Directory: C:\Python34\tcl\tcl8\8.5\ MSI (s) (9C:9C) [21:24:55:373]: Verifying accessibility of file: tcltest-2.3.6.tm MSI (s) (9C:9C) [21:24:55:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:389]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:389]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8\8.4\) MSI (s) (9C:9C) [21:24:55:389]: Executing op: FileRemove(,FileName=platform-1.0.12.tm,,ComponentId={366231CB-9BFC-48B0-9D1A-28F4233E6113}) RemoveFiles: File: platform-1.0.12.tm, Directory: C:\Python34\tcl\tcl8\8.4\ MSI (s) (9C:9C) [21:24:55:389]: Verifying accessibility of file: platform-1.0.12.tm MSI (s) (9C:9C) [21:24:55:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:404]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8\8.4\platform\) MSI (s) (9C:9C) [21:24:55:404]: Executing op: FileRemove(,FileName=shell-1.1.4.tm,,ComponentId={E0E058BF-98B9-4F06-BA10-FB2983B22653}) RemoveFiles: File: shell-1.1.4.tm, Directory: C:\Python34\tcl\tcl8\8.4\platform\ MSI (s) (9C:9C) [21:24:55:404]: Verifying accessibility of file: shell-1.1.4.tm MSI (s) (9C:9C) [21:24:55:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:420]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:420]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:420]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:420]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\sqlite33.8.0\) MSI (s) (9C:9C) [21:24:55:420]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={B1F1CCBE-988D-43D3-9366-47DA1A2027F2}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\sqlite33.8.0\ MSI (s) (9C:9C) [21:24:55:420]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:55:436]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:436]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:436]: Executing op: FileRemove(,FileName=sqlite3.n,,ComponentId={B1F1CCBE-988D-43D3-9366-47DA1A2027F2}) RemoveFiles: File: sqlite3.n, Directory: C:\Python34\tcl\sqlite33.8.0\ MSI (s) (9C:9C) [21:24:55:436]: Verifying accessibility of file: sqlite3.n MSI (s) (9C:9C) [21:24:55:451]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:451]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:451]: Executing op: FileRemove(,FileName=sqlite3380t.dll,,ComponentId={B1F1CCBE-988D-43D3-9366-47DA1A2027F2}) RemoveFiles: File: sqlite3380t.dll, Directory: C:\Python34\tcl\sqlite33.8.0\ MSI (s) (9C:9C) [21:24:55:451]: Verifying accessibility of file: sqlite3380t.dll MSI (s) (9C:9C) [21:24:55:467]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:467]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:467]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\reg1.3\) MSI (s) (9C:9C) [21:24:55:467]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={755BF2F1-E7EA-4344-BCE2-264A7B484D8D}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\reg1.3\ MSI (s) (9C:9C) [21:24:55:467]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:55:482]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:482]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:482]: Executing op: FileRemove(,FileName=tclreg13.dll,,ComponentId={755BF2F1-E7EA-4344-BCE2-264A7B484D8D}) RemoveFiles: File: tclreg13.dll, Directory: C:\Python34\tcl\reg1.3\ MSI (s) (9C:9C) [21:24:55:482]: Verifying accessibility of file: tclreg13.dll MSI (s) (9C:9C) [21:24:55:498]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:498]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:498]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\itcl4.0.0\) MSI (s) (9C:9C) [21:24:55:498]: Executing op: FileRemove(,FileName=itcl.tcl,,ComponentId={941796A1-85F5-4981-A3A6-BA28EEAC3B78}) RemoveFiles: File: itcl.tcl, Directory: C:\Python34\tcl\itcl4.0.0\ MSI (s) (9C:9C) [21:24:55:498]: Verifying accessibility of file: itcl.tcl MSI (s) (9C:9C) [21:24:55:514]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:514]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:514]: Executing op: FileRemove(,FileName=itcl40t.dll,,ComponentId={941796A1-85F5-4981-A3A6-BA28EEAC3B78}) RemoveFiles: File: itcl40t.dll, Directory: C:\Python34\tcl\itcl4.0.0\ MSI (s) (9C:9C) [21:24:55:514]: Verifying accessibility of file: itcl40t.dll MSI (s) (9C:9C) [21:24:55:529]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:529]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:529]: Executing op: FileRemove(,FileName=itclHullCmds.tcl,,ComponentId={941796A1-85F5-4981-A3A6-BA28EEAC3B78}) RemoveFiles: File: itclHullCmds.tcl, Directory: C:\Python34\tcl\itcl4.0.0\ MSI (s) (9C:9C) [21:24:55:529]: Verifying accessibility of file: itclHullCmds.tcl MSI (s) (9C:9C) [21:24:55:545]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:545]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:545]: Executing op: FileRemove(,FileName=itclWidget.tcl,,ComponentId={941796A1-85F5-4981-A3A6-BA28EEAC3B78}) RemoveFiles: File: itclWidget.tcl, Directory: C:\Python34\tcl\itcl4.0.0\ MSI (s) (9C:9C) [21:24:55:545]: Verifying accessibility of file: itclWidget.tcl MSI (s) (9C:9C) [21:24:55:561]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:561]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:561]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={941796A1-85F5-4981-A3A6-BA28EEAC3B78}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\itcl4.0.0\ MSI (s) (9C:9C) [21:24:55:561]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:55:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:576]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\dde1.4\) MSI (s) (9C:9C) [21:24:55:576]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={49E1A103-4588-4379-ACEB-C345A7DB634C}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\dde1.4\ MSI (s) (9C:9C) [21:24:55:576]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:55:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:592]: Executing op: FileRemove(,FileName=tcldde14.dll,,ComponentId={49E1A103-4588-4379-ACEB-C345A7DB634C}) RemoveFiles: File: tcldde14.dll, Directory: C:\Python34\tcl\dde1.4\ MSI (s) (9C:9C) [21:24:55:592]: Verifying accessibility of file: tcldde14.dll MSI (s) (9C:9C) [21:24:55:607]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:607]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:607]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\i18n\) MSI (s) (9C:9C) [21:24:55:607]: Executing op: FileRemove(,FileName=makelocalealias.py,,ComponentId={B526E15F-2099-4974-A851-AF2900CB4303}) RemoveFiles: File: makelocalealias.py, Directory: C:\Python34\Tools\i18n\ MSI (s) (9C:9C) [21:24:55:623]: Verifying accessibility of file: makelocalealias.py MSI (s) (9C:9C) [21:24:55:623]: Executing op: FileRemove(,FileName=msgfmt.py,,ComponentId={B526E15F-2099-4974-A851-AF2900CB4303}) RemoveFiles: File: msgfmt.py, Directory: C:\Python34\Tools\i18n\ MSI (s) (9C:9C) [21:24:55:639]: Verifying accessibility of file: msgfmt.py MSI (s) (9C:9C) [21:24:55:654]: Executing op: FileRemove(,FileName=pygettext.py,,ComponentId={B526E15F-2099-4974-A851-AF2900CB4303}) RemoveFiles: File: pygettext.py, Directory: C:\Python34\Tools\i18n\ MSI (s) (9C:9C) [21:24:55:654]: Verifying accessibility of file: pygettext.py MSI (s) (9C:9C) [21:24:55:670]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\pynche\) MSI (s) (9C:9C) [21:24:55:670]: Executing op: FileRemove(,FileName=ChipViewer.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: ChipViewer.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:670]: Verifying accessibility of file: ChipViewer.py MSI (s) (9C:9C) [21:24:55:686]: Executing op: FileRemove(,FileName=ColorDB.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: ColorDB.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:686]: Verifying accessibility of file: ColorDB.py MSI (s) (9C:9C) [21:24:55:701]: Executing op: FileRemove(,FileName=DetailsViewer.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: DetailsViewer.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:717]: Verifying accessibility of file: DetailsViewer.py MSI (s) (9C:9C) [21:24:55:717]: Executing op: FileRemove(,FileName=ListViewer.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: ListViewer.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:732]: Verifying accessibility of file: ListViewer.py MSI (s) (9C:9C) [21:24:55:732]: Executing op: FileRemove(,FileName=Main.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: Main.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:748]: Verifying accessibility of file: Main.py MSI (s) (9C:9C) [21:24:55:748]: Executing op: FileRemove(,FileName=pyColorChooser.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: pyColorChooser.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:764]: Verifying accessibility of file: pyColorChooser.py MSI (s) (9C:9C) [21:24:55:764]: Executing op: FileRemove(,FileName=PyncheWidget.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: PyncheWidget.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:779]: Verifying accessibility of file: PyncheWidget.py MSI (s) (9C:9C) [21:24:55:779]: Executing op: FileRemove(,FileName=StripViewer.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: StripViewer.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:779]: Verifying accessibility of file: StripViewer.py MSI (s) (9C:9C) [21:24:55:795]: Executing op: FileRemove(,FileName=Switchboard.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: Switchboard.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:795]: Verifying accessibility of file: Switchboard.py MSI (s) (9C:9C) [21:24:55:811]: Executing op: FileRemove(,FileName=TextViewer.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: TextViewer.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:811]: Verifying accessibility of file: TextViewer.py MSI (s) (9C:9C) [21:24:55:826]: Executing op: FileRemove(,FileName=TypeinViewer.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: TypeinViewer.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:826]: Verifying accessibility of file: TypeinViewer.py MSI (s) (9C:9C) [21:24:55:842]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:842]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:55:857]: Executing op: FileRemove(,FileName=pynche.pyw,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: pynche.pyw, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:857]: Verifying accessibility of file: pynche.pyw MSI (s) (9C:9C) [21:24:55:857]: Executing op: FileRemove(,FileName=html40colors.txt,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: html40colors.txt, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:873]: Verifying accessibility of file: html40colors.txt MSI (s) (9C:9C) [21:24:55:873]: Executing op: FileRemove(,FileName=namedcolors.txt,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: namedcolors.txt, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:889]: Verifying accessibility of file: namedcolors.txt MSI (s) (9C:9C) [21:24:55:889]: Executing op: FileRemove(,FileName=webcolors.txt,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: webcolors.txt, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:904]: Verifying accessibility of file: webcolors.txt MSI (s) (9C:9C) [21:24:55:904]: Executing op: FileRemove(,FileName=websafe.txt,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: websafe.txt, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:904]: Verifying accessibility of file: websafe.txt MSI (s) (9C:9C) [21:24:55:920]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\pynche\X\) MSI (s) (9C:9C) [21:24:55:920]: Executing op: FileRemove(,FileName=rgb.txt,,ComponentId={2D8CFF11-87C4-4569-9999-ED22D3FCFBB0}) RemoveFiles: File: rgb.txt, Directory: C:\Python34\Tools\pynche\X\ MSI (s) (9C:9C) [21:24:55:920]: Verifying accessibility of file: rgb.txt MSI (s) (9C:9C) [21:24:55:936]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:936]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:936]: Executing op: FileRemove(,FileName=xlicense.txt,,ComponentId={2D8CFF11-87C4-4569-9999-ED22D3FCFBB0}) RemoveFiles: File: xlicense.txt, Directory: C:\Python34\Tools\pynche\X\ MSI (s) (9C:9C) [21:24:55:936]: Verifying accessibility of file: xlicense.txt MSI (s) (9C:9C) [21:24:55:951]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:951]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\pynche\) MSI (s) (9C:9C) [21:24:55:951]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: README.txt, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:951]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:55:967]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\Scripts\) MSI (s) (9C:9C) [21:24:55:967]: Executing op: FileRemove(,FileName=abitype.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: abitype.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:55:967]: Verifying accessibility of file: abitype.py MSI (s) (9C:9C) [21:24:55:982]: Executing op: FileRemove(,FileName=analyze_dxp.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: analyze_dxp.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:55:982]: Verifying accessibility of file: analyze_dxp.py MSI (s) (9C:9C) [21:24:55:998]: Executing op: FileRemove(,FileName=byext.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: byext.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:014]: Verifying accessibility of file: byext.py MSI (s) (9C:9C) [21:24:56:014]: Executing op: FileRemove(,FileName=byteyears.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: byteyears.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:029]: Verifying accessibility of file: byteyears.py MSI (s) (9C:9C) [21:24:56:045]: Executing op: FileRemove(,FileName=checkpip.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: checkpip.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:045]: Verifying accessibility of file: checkpip.py MSI (s) (9C:9C) [21:24:56:061]: Executing op: FileRemove(,FileName=checkpyc.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: checkpyc.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:061]: Verifying accessibility of file: checkpyc.py MSI (s) (9C:9C) [21:24:56:076]: Executing op: FileRemove(,FileName=cleanfuture.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: cleanfuture.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:076]: Verifying accessibility of file: cleanfuture.py MSI (s) (9C:9C) [21:24:56:092]: Executing op: FileRemove(,FileName=combinerefs.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: combinerefs.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:092]: Verifying accessibility of file: combinerefs.py MSI (s) (9C:9C) [21:24:56:107]: Executing op: FileRemove(,FileName=copytime.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: copytime.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:107]: Verifying accessibility of file: copytime.py MSI (s) (9C:9C) [21:24:56:123]: Executing op: FileRemove(,FileName=crlf.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: crlf.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:123]: Verifying accessibility of file: crlf.py MSI (s) (9C:9C) [21:24:56:123]: Executing op: FileRemove(,FileName=db2pickle.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: db2pickle.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:139]: Verifying accessibility of file: db2pickle.py MSI (s) (9C:9C) [21:24:56:139]: Executing op: FileRemove(,FileName=diff.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: diff.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:154]: Verifying accessibility of file: diff.py MSI (s) (9C:9C) [21:24:56:154]: Executing op: FileRemove(,FileName=dutree.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: dutree.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:170]: Verifying accessibility of file: dutree.py MSI (s) (9C:9C) [21:24:56:170]: Executing op: FileRemove(,FileName=eptags.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: eptags.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:186]: Verifying accessibility of file: eptags.py MSI (s) (9C:9C) [21:24:56:186]: Executing op: FileRemove(,FileName=find-uname.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: find-uname.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:201]: Verifying accessibility of file: find-uname.py MSI (s) (9C:9C) [21:24:56:201]: Executing op: FileRemove(,FileName=finddiv.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: finddiv.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:217]: Verifying accessibility of file: finddiv.py MSI (s) (9C:9C) [21:24:56:217]: Executing op: FileRemove(,FileName=findlinksto.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: findlinksto.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:217]: Verifying accessibility of file: findlinksto.py MSI (s) (9C:9C) [21:24:56:232]: Executing op: FileRemove(,FileName=findnocoding.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: findnocoding.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:232]: Verifying accessibility of file: findnocoding.py MSI (s) (9C:9C) [21:24:56:248]: Executing op: FileRemove(,FileName=find_recursionlimit.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: find_recursionlimit.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:248]: Verifying accessibility of file: find_recursionlimit.py MSI (s) (9C:9C) [21:24:56:264]: Executing op: FileRemove(,FileName=fixcid.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: fixcid.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:264]: Verifying accessibility of file: fixcid.py MSI (s) (9C:9C) [21:24:56:279]: Executing op: FileRemove(,FileName=fixdiv.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: fixdiv.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:279]: Verifying accessibility of file: fixdiv.py MSI (s) (9C:9C) [21:24:56:279]: Executing op: FileRemove(,FileName=fixheader.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: fixheader.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:295]: Verifying accessibility of file: fixheader.py MSI (s) (9C:9C) [21:24:56:295]: Executing op: FileRemove(,FileName=fixnotice.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: fixnotice.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:311]: Verifying accessibility of file: fixnotice.py MSI (s) (9C:9C) [21:24:56:311]: Executing op: FileRemove(,FileName=fixps.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: fixps.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:326]: Verifying accessibility of file: fixps.py MSI (s) (9C:9C) [21:24:56:326]: Executing op: FileRemove(,FileName=ftpmirror.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: ftpmirror.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:326]: Verifying accessibility of file: ftpmirror.py MSI (s) (9C:9C) [21:24:56:342]: Executing op: FileRemove(,FileName=get-remote-certificate.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: get-remote-certificate.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:342]: Verifying accessibility of file: get-remote-certificate.py MSI (s) (9C:9C) [21:24:56:357]: Executing op: FileRemove(,FileName=google.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: google.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:357]: Verifying accessibility of file: google.py MSI (s) (9C:9C) [21:24:56:373]: Executing op: FileRemove(,FileName=gprof2html.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: gprof2html.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:373]: Verifying accessibility of file: gprof2html.py MSI (s) (9C:9C) [21:24:56:389]: Executing op: FileRemove(,FileName=h2py.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: h2py.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:389]: Verifying accessibility of file: h2py.py MSI (s) (9C:9C) [21:24:56:404]: Executing op: FileRemove(,FileName=highlight.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: highlight.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:404]: Verifying accessibility of file: highlight.py MSI (s) (9C:9C) [21:24:56:404]: Executing op: FileRemove(,FileName=ifdef.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: ifdef.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:420]: Verifying accessibility of file: ifdef.py MSI (s) (9C:9C) [21:24:56:420]: Executing op: FileRemove(,FileName=import_diagnostics.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: import_diagnostics.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:436]: Verifying accessibility of file: import_diagnostics.py MSI (s) (9C:9C) [21:24:56:436]: Executing op: FileRemove(,FileName=lfcr.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: lfcr.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:451]: Verifying accessibility of file: lfcr.py MSI (s) (9C:9C) [21:24:56:451]: Executing op: FileRemove(,FileName=linktree.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: linktree.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:467]: Verifying accessibility of file: linktree.py MSI (s) (9C:9C) [21:24:56:467]: Executing op: FileRemove(,FileName=lll.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: lll.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:482]: Verifying accessibility of file: lll.py MSI (s) (9C:9C) [21:24:56:482]: Executing op: FileRemove(,FileName=mailerdaemon.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: mailerdaemon.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:498]: Verifying accessibility of file: mailerdaemon.py MSI (s) (9C:9C) [21:24:56:498]: Executing op: FileRemove(,FileName=make_ctype.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: make_ctype.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:498]: Verifying accessibility of file: make_ctype.py MSI (s) (9C:9C) [21:24:56:514]: Executing op: FileRemove(,FileName=md5sum.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: md5sum.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:514]: Verifying accessibility of file: md5sum.py MSI (s) (9C:9C) [21:24:56:529]: Executing op: FileRemove(,FileName=mkreal.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: mkreal.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:529]: Verifying accessibility of file: mkreal.py MSI (s) (9C:9C) [21:24:56:545]: Executing op: FileRemove(,FileName=ndiff.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: ndiff.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:545]: Verifying accessibility of file: ndiff.py MSI (s) (9C:9C) [21:24:56:561]: Executing op: FileRemove(,FileName=nm2def.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: nm2def.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:561]: Verifying accessibility of file: nm2def.py MSI (s) (9C:9C) [21:24:56:576]: Executing op: FileRemove(,FileName=objgraph.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: objgraph.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:576]: Verifying accessibility of file: objgraph.py MSI (s) (9C:9C) [21:24:56:576]: Executing op: FileRemove(,FileName=parseentities.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: parseentities.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:592]: Verifying accessibility of file: parseentities.py MSI (s) (9C:9C) [21:24:56:592]: Executing op: FileRemove(,FileName=parse_html5_entities.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: parse_html5_entities.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:607]: Verifying accessibility of file: parse_html5_entities.py MSI (s) (9C:9C) [21:24:56:607]: Executing op: FileRemove(,FileName=patchcheck.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: patchcheck.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:623]: Verifying accessibility of file: patchcheck.py MSI (s) (9C:9C) [21:24:56:623]: Executing op: FileRemove(,FileName=pathfix.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: pathfix.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:623]: Verifying accessibility of file: pathfix.py MSI (s) (9C:9C) [21:24:56:639]: Executing op: FileRemove(,FileName=pdeps.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: pdeps.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:639]: Verifying accessibility of file: pdeps.py MSI (s) (9C:9C) [21:24:56:654]: Executing op: FileRemove(,FileName=pickle2db.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: pickle2db.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:654]: Verifying accessibility of file: pickle2db.py MSI (s) (9C:9C) [21:24:56:670]: Executing op: FileRemove(,FileName=pindent.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: pindent.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:670]: Verifying accessibility of file: pindent.py MSI (s) (9C:9C) [21:24:56:686]: Executing op: FileRemove(,FileName=ptags.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: ptags.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:686]: Verifying accessibility of file: ptags.py MSI (s) (9C:9C) [21:24:56:701]: Executing op: FileRemove(,FileName=pysource.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: pysource.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:701]: Verifying accessibility of file: pysource.py MSI (s) (9C:9C) [21:24:56:701]: Executing op: FileRemove(,FileName=reindent-rst.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: reindent-rst.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:717]: Verifying accessibility of file: reindent-rst.py MSI (s) (9C:9C) [21:24:56:717]: Executing op: FileRemove(,FileName=reindent.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: reindent.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:732]: Verifying accessibility of file: reindent.py MSI (s) (9C:9C) [21:24:56:732]: Executing op: FileRemove(,FileName=rgrep.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: rgrep.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:732]: Verifying accessibility of file: rgrep.py MSI (s) (9C:9C) [21:24:56:748]: Executing op: FileRemove(,FileName=run_tests.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: run_tests.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:748]: Verifying accessibility of file: run_tests.py MSI (s) (9C:9C) [21:24:56:764]: Executing op: FileRemove(,FileName=serve.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: serve.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:764]: Verifying accessibility of file: serve.py MSI (s) (9C:9C) [21:24:56:779]: Executing op: FileRemove(,FileName=suff.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: suff.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:779]: Verifying accessibility of file: suff.py MSI (s) (9C:9C) [21:24:56:779]: Executing op: FileRemove(,FileName=svneol.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: svneol.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:795]: Verifying accessibility of file: svneol.py MSI (s) (9C:9C) [21:24:56:795]: Executing op: FileRemove(,FileName=texi2html.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: texi2html.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:811]: Verifying accessibility of file: texi2html.py MSI (s) (9C:9C) [21:24:56:811]: Executing op: FileRemove(,FileName=treesync.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: treesync.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:826]: Verifying accessibility of file: treesync.py MSI (s) (9C:9C) [21:24:56:826]: Executing op: FileRemove(,FileName=untabify.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: untabify.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:842]: Verifying accessibility of file: untabify.py MSI (s) (9C:9C) [21:24:56:842]: Executing op: FileRemove(,FileName=which.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: which.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:842]: Verifying accessibility of file: which.py MSI (s) (9C:9C) [21:24:56:857]: Executing op: FileRemove(,FileName=win_add2path.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: win_add2path.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:857]: Verifying accessibility of file: win_add2path.py MSI (s) (9C:9C) [21:24:56:873]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: README.txt, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:873]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:56:889]: Executing op: FileRemove(,FileName=2to3.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: 2to3.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:889]: Verifying accessibility of file: 2to3.py MSI (s) (9C:9C) [21:24:56:904]: Executing op: FileRemove(,FileName=pydoc3.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: pydoc3.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:904]: Verifying accessibility of file: pydoc3.py MSI (s) (9C:9C) [21:24:56:920]: Executing op: FileRemove(,FileName=pyvenv.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: pyvenv.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:920]: Verifying accessibility of file: pyvenv.py MSI (s) (9C:9C) [21:24:56:920]: Executing op: FileRemove(,FileName=pydocgui.pyw,,ComponentId={85260C52-C3A1-48D7-BC6A-A160CEAECED6}) RemoveFiles: File: pydocgui.pyw, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:936]: Verifying accessibility of file: pydocgui.pyw MSI (s) (9C:9C) [21:24:56:936]: Executing op: SetTargetFolder(Folder=C:\Python34\Doc\) MSI (s) (9C:9C) [21:24:56:936]: Executing op: FileRemove(,FileName=python341.chm,,ComponentId={E258B5D0-A833-4105-A4EC-99584B0C12B9}) RemoveFiles: File: python341.chm, Directory: C:\Python34\Doc\ MSI (s) (9C:9C) [21:24:56:951]: Verifying accessibility of file: python341.chm MSI (s) (9C:9C) [21:24:56:951]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:951]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:951]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=175000) MSI (s) (9C:9C) [21:24:56:951]: Executing op: FolderRemove(Folder=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\,Foreign=1) RemoveFiles: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\, Directory: MSI (s) (9C:9C) [21:24:56:967]: Executing op: ActionStart(Name=RemoveFolders,Description=Removing folders,Template=Folder: [1]) Action 21:24:56: RemoveFolders. Removing folders MSI (s) (9C:9C) [21:24:56:967]: Executing op: FolderRemove(Folder=C:\Python34\Lib\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:24:56:967]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:967]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:967]: Executing op: FolderRemove(Folder=C:\Python34\Lib\asyncio\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\asyncio\__pycache__\ MSI (s) (9C:9C) [21:24:56:967]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:982]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:982]: Executing op: FolderRemove(Folder=C:\Python34\Lib\idlelib\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:56:982]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:982]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:982]: Executing op: FolderRemove(Folder=C:\Python34\Lib\idlelib\idle_test\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\idlelib\idle_test\__pycache__\ MSI (s) (9C:9C) [21:24:56:982]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:982]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:982]: Executing op: FolderRemove(Folder=C:\Python34\Lib\concurrent\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\concurrent\__pycache__\ MSI (s) (9C:9C) [21:24:56:982]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:982]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:998]: Executing op: FolderRemove(Folder=C:\Python34\Lib\concurrent\futures\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\concurrent\futures\__pycache__\ MSI (s) (9C:9C) [21:24:56:998]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:998]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:998]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:998]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:998]: Executing op: FolderRemove(Folder=C:\Python34\Lib\http\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\http\__pycache__\ MSI (s) (9C:9C) [21:24:56:998]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:998]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:998]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:014]: Executing op: FolderRemove(Folder=C:\Python34\Lib\sqlite3\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\sqlite3\__pycache__\ MSI (s) (9C:9C) [21:24:57:014]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:014]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:014]: Executing op: FolderRemove(Folder=C:\Python34\Lib\sqlite3\test\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\sqlite3\test\__pycache__\ MSI (s) (9C:9C) [21:24:57:014]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:014]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:014]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:014]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:014]: Executing op: FolderRemove(Folder=C:\Python34\Lib\html\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\html\__pycache__\ MSI (s) (9C:9C) [21:24:57:029]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:029]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:029]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:029]: Executing op: FolderRemove(Folder=C:\Python34\Lib\lib2to3\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\lib2to3\__pycache__\ MSI (s) (9C:9C) [21:24:57:029]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:029]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:029]: Executing op: FolderRemove(Folder=C:\Python34\Lib\lib2to3\pgen2\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\lib2to3\pgen2\__pycache__\ MSI (s) (9C:9C) [21:24:57:029]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:029]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:045]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:045]: Executing op: FolderRemove(Folder=C:\Python34\Lib\lib2to3\tests\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\lib2to3\tests\__pycache__\ MSI (s) (9C:9C) [21:24:57:045]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:045]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:045]: Executing op: FolderRemove(Folder=C:\Python34\Lib\lib2to3\tests\data\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\lib2to3\tests\data\__pycache__\ MSI (s) (9C:9C) [21:24:57:045]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:045]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:045]: Executing op: FolderRemove(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\ MSI (s) (9C:9C) [21:24:57:061]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:061]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:061]: Executing op: FolderRemove(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\ MSI (s) (9C:9C) [21:24:57:061]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:061]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:061]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:061]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:061]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:061]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:061]: Executing op: FolderRemove(Folder=C:\Python34\Lib\lib2to3\fixes\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\lib2to3\fixes\__pycache__\ MSI (s) (9C:9C) [21:24:57:076]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:076]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:076]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:076]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:076]: Executing op: FolderRemove(Folder=C:\Python34\Lib\tkinter\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:57:076]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:076]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:076]: Executing op: FolderRemove(Folder=C:\Python34\Lib\tkinter\test\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\tkinter\test\__pycache__\ MSI (s) (9C:9C) [21:24:57:092]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:092]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:092]: Executing op: FolderRemove(Folder=C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:57:092]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:092]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:092]: Executing op: FolderRemove(Folder=C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\ MSI (s) (9C:9C) [21:24:57:092]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:092]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:092]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:092]: Executing op: FolderRemove(Folder=C:\Python34\Lib\wsgiref\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\wsgiref\__pycache__\ MSI (s) (9C:9C) [21:24:57:107]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:107]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:107]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:107]: Executing op: FolderRemove(Folder=C:\Python34\Lib\venv\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\venv\__pycache__\ MSI (s) (9C:9C) [21:24:57:107]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:107]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:107]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:107]: Executing op: FolderRemove(Folder=C:\Python34\Lib\json\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\json\__pycache__\ MSI (s) (9C:9C) [21:24:57:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:123]: Executing op: FolderRemove(Folder=C:\Python34\Lib\curses\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\curses\__pycache__\ MSI (s) (9C:9C) [21:24:57:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:123]: Executing op: FolderRemove(Folder=C:\Python34\Lib\multiprocessing\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\multiprocessing\__pycache__\ MSI (s) (9C:9C) [21:24:57:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:139]: Executing op: FolderRemove(Folder=C:\Python34\Lib\multiprocessing\dummy\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\multiprocessing\dummy\__pycache__\ MSI (s) (9C:9C) [21:24:57:139]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:139]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:139]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:139]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:139]: Executing op: FolderRemove(Folder=C:\Python34\Lib\ensurepip\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\ensurepip\__pycache__\ MSI (s) (9C:9C) [21:24:57:139]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:139]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:139]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:154]: Executing op: FolderRemove(Folder=C:\Python34\Lib\logging\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\logging\__pycache__\ MSI (s) (9C:9C) [21:24:57:154]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:154]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:154]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:154]: Executing op: FolderRemove(Folder=C:\Python34\Lib\ctypes\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\ctypes\__pycache__\ MSI (s) (9C:9C) [21:24:57:154]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:154]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:154]: Executing op: FolderRemove(Folder=C:\Python34\Lib\ctypes\test\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\ctypes\test\__pycache__\ MSI (s) (9C:9C) [21:24:57:154]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:170]: Executing op: FolderRemove(Folder=C:\Python34\Lib\ctypes\macholib\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\ctypes\macholib\__pycache__\ MSI (s) (9C:9C) [21:24:57:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:170]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\__pycache__\ MSI (s) (9C:9C) [21:24:57:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:170]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_asyncio\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_asyncio\__pycache__\ MSI (s) (9C:9C) [21:24:57:186]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:186]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:186]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:186]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\support\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\support\__pycache__\ MSI (s) (9C:9C) [21:24:57:186]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:186]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:186]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:186]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\encoded_modules\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\encoded_modules\__pycache__\ MSI (s) (9C:9C) [21:24:57:186]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:201]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\tracedmodules\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\tracedmodules\__pycache__\ MSI (s) (9C:9C) [21:24:57:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:201]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\crashers\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\crashers\__pycache__\ MSI (s) (9C:9C) [21:24:57:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:217]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\leakers\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\leakers\__pycache__\ MSI (s) (9C:9C) [21:24:57:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:217]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\subprocessdata\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\subprocessdata\__pycache__\ MSI (s) (9C:9C) [21:24:57:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:233]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_json\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_json\__pycache__\ MSI (s) (9C:9C) [21:24:57:233]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:233]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:233]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:233]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\__pycache__\ MSI (s) (9C:9C) [21:24:57:233]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:233]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:233]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\builtin\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\builtin\__pycache__\ MSI (s) (9C:9C) [21:24:57:233]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:248]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:248]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\ MSI (s) (9C:9C) [21:24:57:248]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:248]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:248]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:248]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\ MSI (s) (9C:9C) [21:24:57:248]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:248]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:264]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:264]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:264]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:264]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\ MSI (s) (9C:9C) [21:24:57:264]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:264]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:264]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:264]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:264]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:264]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\ MSI (s) (9C:9C) [21:24:57:279]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:279]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:279]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:279]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:279]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:279]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\ MSI (s) (9C:9C) [21:24:57:279]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:279]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:295]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:295]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:295]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\ MSI (s) (9C:9C) [21:24:57:295]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:295]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:295]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:295]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:295]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\ MSI (s) (9C:9C) [21:24:57:295]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:311]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:311]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:311]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:311]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\ MSI (s) (9C:9C) [21:24:57:311]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:311]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:311]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:311]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:311]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:311]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\frozen\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\frozen\__pycache__\ MSI (s) (9C:9C) [21:24:57:326]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:326]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:326]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\source\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\source\__pycache__\ MSI (s) (9C:9C) [21:24:57:326]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:326]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:326]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\extension\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\extension\__pycache__\ MSI (s) (9C:9C) [21:24:57:326]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:326]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:326]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\import_\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\import_\__pycache__\ MSI (s) (9C:9C) [21:24:57:342]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:342]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:342]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_email\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_email\__pycache__\ MSI (s) (9C:9C) [21:24:57:342]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:342]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:342]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:342]: Executing op: FolderRemove(Folder=C:\Python34\Lib\turtledemo\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\turtledemo\__pycache__\ MSI (s) (9C:9C) [21:24:57:342]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:358]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:358]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:358]: Executing op: FolderRemove(Folder=C:\Python34\Lib\xml\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\xml\__pycache__\ MSI (s) (9C:9C) [21:24:57:358]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:358]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:358]: Executing op: FolderRemove(Folder=C:\Python34\Lib\xml\dom\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\xml\dom\__pycache__\ MSI (s) (9C:9C) [21:24:57:358]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:358]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:358]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:358]: Executing op: FolderRemove(Folder=C:\Python34\Lib\xml\etree\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\xml\etree\__pycache__\ MSI (s) (9C:9C) [21:24:57:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:373]: Executing op: FolderRemove(Folder=C:\Python34\Lib\xml\parsers\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\xml\parsers\__pycache__\ MSI (s) (9C:9C) [21:24:57:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:373]: Executing op: FolderRemove(Folder=C:\Python34\Lib\xml\sax\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\xml\sax\__pycache__\ MSI (s) (9C:9C) [21:24:57:389]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:389]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:389]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:389]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:389]: Executing op: FolderRemove(Folder=C:\Python34\Lib\email\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:57:389]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:389]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:389]: Executing op: FolderRemove(Folder=C:\Python34\Lib\email\mime\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\email\mime\__pycache__\ MSI (s) (9C:9C) [21:24:57:389]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:404]: Executing op: FolderRemove(Folder=C:\Python34\Lib\urllib\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\urllib\__pycache__\ MSI (s) (9C:9C) [21:24:57:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:404]: Executing op: FolderRemove(Folder=C:\Python34\Lib\encodings\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:24:57:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:529]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:529]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:529]: Executing op: FolderRemove(Folder=C:\Python34\Lib\pydoc_data\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\pydoc_data\__pycache__\ MSI (s) (9C:9C) [21:24:57:529]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:529]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:545]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:545]: Executing op: FolderRemove(Folder=C:\Python34\Lib\msilib\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\msilib\__pycache__\ MSI (s) (9C:9C) [21:24:57:545]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:545]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:545]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:545]: Executing op: FolderRemove(Folder=C:\Python34\Lib\xmlrpc\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\xmlrpc\__pycache__\ MSI (s) (9C:9C) [21:24:57:545]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:545]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:561]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:561]: Executing op: FolderRemove(Folder=C:\Python34\Lib\unittest\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\unittest\__pycache__\ MSI (s) (9C:9C) [21:24:57:561]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:561]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:561]: Executing op: FolderRemove(Folder=C:\Python34\Lib\unittest\test\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\unittest\test\__pycache__\ MSI (s) (9C:9C) [21:24:57:561]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:561]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:561]: Executing op: FolderRemove(Folder=C:\Python34\Lib\unittest\test\testmock\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\unittest\test\testmock\__pycache__\ MSI (s) (9C:9C) [21:24:57:561]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:576]: Executing op: FolderRemove(Folder=C:\Python34\Lib\collections\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\collections\__pycache__\ MSI (s) (9C:9C) [21:24:57:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:576]: Executing op: FolderRemove(Folder=C:\Python34\Lib\importlib\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\importlib\__pycache__\ MSI (s) (9C:9C) [21:24:57:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:592]: Executing op: FolderRemove(Folder=C:\Python34\Lib\distutils\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:57:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:592]: Executing op: FolderRemove(Folder=C:\Python34\Lib\distutils\command\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\distutils\command\__pycache__\ MSI (s) (9C:9C) [21:24:57:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:608]: Executing op: FolderRemove(Folder=C:\Python34\Lib\distutils\tests\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\distutils\tests\__pycache__\ MSI (s) (9C:9C) [21:24:57:608]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:608]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:608]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:608]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:608]: Executing op: FolderRemove(Folder=C:\Python34\Lib\dbm\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\dbm\__pycache__\ MSI (s) (9C:9C) [21:24:57:608]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:623]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:623]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:623]: Executing op: FolderRemove(Folder=C:\Python34\Tools\i18n\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Tools\i18n\__pycache__\ MSI (s) (9C:9C) [21:24:57:623]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:623]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:623]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:623]: Executing op: FolderRemove(Folder=C:\Python34\Tools\pynche\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Tools\pynche\__pycache__\ MSI (s) (9C:9C) [21:24:57:623]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:639]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:639]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:639]: Executing op: FolderRemove(Folder=C:\Python34\Tools\Scripts\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Tools\Scripts\__pycache__\ MSI (s) (9C:9C) [21:24:57:639]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:654]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:654]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:670]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:670]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1], Directory: [9], Size: [6]) Action 21:24:57: InstallFiles. Copying new files MSI (s) (9C:9C) [21:24:57:670]: Executing op: RemoveBaseline(ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF},ProductVersion=3.4.1150) MSI (s) (9C:9C) [21:24:57:686]: Verifying accessibility of file: F_CENTRAL_msvcp100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC MSI (s) (9C:9C) [21:24:57:701]: Verifying accessibility of file: F_CENTRAL_msvcr100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC MSI (s) (9C:9C) [21:24:57:733]: Executing op: RemoveBaseline(ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF},) MSI (s) (9C:9C) [21:24:57:748]: Verifying accessibility of file: CacheSize.txt MSI (s) (9C:9C) [21:24:57:764]: Executing op: ActionStart(Name=PublishProduct,Description=Publishing product information,) Action 21:24:57: PublishProduct. Publishing product information MSI (s) (9C:9C) [21:24:57:764]: Executing op: CleanupConfigData() MSI (s) (9C:9C) [21:24:57:764]: Executing op: RegisterPatchOrder(Continue=0,SequenceType=0,Remove=1) MSI (s) (9C:9C) [21:24:57:764]: Note: 1: 1402 2: UNKNOWN\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD\Patches 3: 2 MSI (s) (9C:9C) [21:24:57:764]: Executing op: RegisterPatchOrder(Continue=0,SequenceType=1,Remove=1) MSI (s) (9C:9C) [21:24:57:764]: Executing op: CleanupConfigData(RemovingProduct=1) MSI (s) (9C:9C) [21:24:57:764]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Patches 3: 2 MSI (s) (9C:9C) [21:24:57:764]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=640018400) MSI (s) (9C:9C) [21:24:57:967]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'. Action ended 21:24:57: InstallFinalize. Return value 1. Action ended 21:24:57: INSTALL. Return value 1. Property(N): X = C:\Python34\Tools\pynche\X\ Property(N): UpgradeCode = {6A965A0C-6EE6-4E3A-9983-3263F56311EC} Property(N): ProductName = Python 3.4.1 (64-bit) Property(N): ProductCode = {D54842CB-F761-30BA-881F-1FF821DC44DF} Property(N): ProductVersion = 3.4.1150 Property(N): Manufacturer = Python Software Foundation Property(N): ProductLanguage = 1033 Property(N): VersionNT = 603 Property(N): WhichUsers = ALL Property(N): ProductLine = Python34 Property(N): TARGETDIR = C:\Python34\ Property(N): Tools = C:\Python34\Tools\ Property(N): DefaultUIFont = DlgFont8 Property(N): ErrorDialog = ErrorDlg Property(N): Progress1 = Install Property(N): Progress2 = installs Property(N): MaintenanceForm_Action = Repair Property(N): DLLDIR = C:\WINDOWS\system32\ Property(N): LAUNCHERDIR = C:\WINDOWS\ Property(N): DLLs = C:\Python34\DLLs\ Property(N): Lib = C:\Python34\Lib\ Property(N): Lib_pycache = C:\Python34\Lib\__pycache__\ Property(N): asyncio = C:\Python34\Lib\asyncio\ Property(N): asyncio_pycache = C:\Python34\Lib\asyncio\__pycache__\ Property(N): site_packages = C:\Python34\Lib\site-packages\ Property(N): idlelib = C:\Python34\Lib\idlelib\ Property(N): idlelib_pycache = C:\Python34\Lib\idlelib\__pycache__\ Property(N): idle_test = C:\Python34\Lib\idlelib\idle_test\ Property(N): idle_test_pycache = C:\Python34\Lib\idlelib\idle_test\__pycache__\ Property(N): Icons = C:\Python34\Lib\idlelib\Icons\ Property(N): concurrent = C:\Python34\Lib\concurrent\ Property(N): concurrent_pycache = C:\Python34\Lib\concurrent\__pycache__\ Property(N): futures = C:\Python34\Lib\concurrent\futures\ Property(N): futures_pycache = C:\Python34\Lib\concurrent\futures\__pycache__\ Property(N): http = C:\Python34\Lib\http\ Property(N): http_pycache = C:\Python34\Lib\http\__pycache__\ Property(N): sqlite3 = C:\Python34\Lib\sqlite3\ Property(N): sqlite3_pycache = C:\Python34\Lib\sqlite3\__pycache__\ Property(N): test = C:\Python34\Lib\sqlite3\test\ Property(N): test_pycache = C:\Python34\Lib\sqlite3\test\__pycache__\ Property(N): html = C:\Python34\Lib\html\ Property(N): html_pycache = C:\Python34\Lib\html\__pycache__\ Property(N): lib2to3 = C:\Python34\Lib\lib2to3\ Property(N): lib2to3_pycache = C:\Python34\Lib\lib2to3\__pycache__\ Property(N): pgen2 = C:\Python34\Lib\lib2to3\pgen2\ Property(N): pgen2_pycache = C:\Python34\Lib\lib2to3\pgen2\__pycache__\ Property(N): tests = C:\Python34\Lib\lib2to3\tests\ Property(N): tests_pycache = C:\Python34\Lib\lib2to3\tests\__pycache__\ Property(N): data = C:\Python34\Lib\lib2to3\tests\data\ Property(N): data_pycache = C:\Python34\Lib\lib2to3\tests\data\__pycache__\ Property(N): fixers = C:\Python34\Lib\lib2to3\tests\data\fixers\ Property(N): fixers_pycache = C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\ Property(N): myfixes = C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ Property(N): myfixes_pycache = C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\ Property(N): fixes = C:\Python34\Lib\lib2to3\fixes\ Property(N): fixes_pycache = C:\Python34\Lib\lib2to3\fixes\__pycache__\ Property(N): tkinter = C:\Python34\Lib\tkinter\ Property(N): tkinter_pycache = C:\Python34\Lib\tkinter\__pycache__\ Property(N): test1 = C:\Python34\Lib\tkinter\test\ Property(N): test1_pycache = C:\Python34\Lib\tkinter\test\__pycache__\ Property(N): test_tkinter = C:\Python34\Lib\tkinter\test\test_tkinter\ Property(N): test_tkinter_pycache = C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\ Property(N): test_ttk = C:\Python34\Lib\tkinter\test\test_ttk\ Property(N): test_ttk_pycache = C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\ Property(N): wsgiref = C:\Python34\Lib\wsgiref\ Property(N): wsgiref_pycache = C:\Python34\Lib\wsgiref\__pycache__\ Property(N): venv = C:\Python34\Lib\venv\ Property(N): venv_pycache = C:\Python34\Lib\venv\__pycache__\ Property(N): scripts = C:\Python34\Lib\venv\scripts\ Property(N): nt = C:\Python34\Lib\venv\scripts\nt\ Property(N): posix = C:\Python34\Lib\venv\scripts\posix\ Property(N): json = C:\Python34\Lib\json\ Property(N): json_pycache = C:\Python34\Lib\json\__pycache__\ Property(N): curses = C:\Python34\Lib\curses\ Property(N): curses_pycache = C:\Python34\Lib\curses\__pycache__\ Property(N): multiprocessing = C:\Python34\Lib\multiprocessing\ Property(N): multiprocessing_pycache = C:\Python34\Lib\multiprocessing\__pycache__\ Property(N): dummy = C:\Python34\Lib\multiprocessing\dummy\ Property(N): dummy_pycache = C:\Python34\Lib\multiprocessing\dummy\__pycache__\ Property(N): ensurepip = C:\Python34\Lib\ensurepip\ Property(N): ensurepip_pycache = C:\Python34\Lib\ensurepip\__pycache__\ Property(N): _bundled = C:\Python34\Lib\ensurepip\_bundled\ Property(N): logging = C:\Python34\Lib\logging\ Property(N): logging_pycache = C:\Python34\Lib\logging\__pycache__\ Property(N): ctypes = C:\Python34\Lib\ctypes\ Property(N): ctypes_pycache = C:\Python34\Lib\ctypes\__pycache__\ Property(N): test2 = C:\Python34\Lib\ctypes\test\ Property(N): test2_pycache = C:\Python34\Lib\ctypes\test\__pycache__\ Property(N): macholib = C:\Python34\Lib\ctypes\macholib\ Property(N): macholib_pycache = C:\Python34\Lib\ctypes\macholib\__pycache__\ Property(N): test3 = C:\Python34\Lib\test\ Property(N): test3_pycache = C:\Python34\Lib\test\__pycache__\ Property(N): test_asyncio = C:\Python34\Lib\test\test_asyncio\ Property(N): test_asyncio_pycache = C:\Python34\Lib\test\test_asyncio\__pycache__\ Property(N): support = C:\Python34\Lib\test\support\ Property(N): support_pycache = C:\Python34\Lib\test\support\__pycache__\ Property(N): capath = C:\Python34\Lib\test\capath\ Property(N): encoded_modules = C:\Python34\Lib\test\encoded_modules\ Property(N): encoded_modules_pycache = C:\Python34\Lib\test\encoded_modules\__pycache__\ Property(N): imghdrdata = C:\Python34\Lib\test\imghdrdata\ Property(N): decimaltestdata = C:\Python34\Lib\test\decimaltestdata\ Property(N): sndhdrdata = C:\Python34\Lib\test\sndhdrdata\ Property(N): tracedmodules = C:\Python34\Lib\test\tracedmodules\ Property(N): tracedmodules_pycache = C:\Python34\Lib\test\tracedmodules\__pycache__\ Property(N): crashers = C:\Python34\Lib\test\crashers\ Property(N): crashers_pycache = C:\Python34\Lib\test\crashers\__pycache__\ Property(N): cjkencodings = C:\Python34\Lib\test\cjkencodings\ Property(N): leakers = C:\Python34\Lib\test\leakers\ Property(N): leakers_pycache = C:\Python34\Lib\test\leakers\__pycache__\ Property(N): subprocessdata = C:\Python34\Lib\test\subprocessdata\ Property(N): subprocessdata_pycache = C:\Python34\Lib\test\subprocessdata\__pycache__\ Property(N): test_json = C:\Python34\Lib\test\test_json\ Property(N): test_json_pycache = C:\Python34\Lib\test\test_json\__pycache__\ Property(N): xmltestdata = C:\Python34\Lib\test\xmltestdata\ Property(N): data1 = C:\Python34\Lib\test\data\ Property(N): audiodata = C:\Python34\Lib\test\audiodata\ Property(N): test_importlib = C:\Python34\Lib\test\test_importlib\ Property(N): test_importlib_pycache = C:\Python34\Lib\test\test_importlib\__pycache__\ Property(N): builtin = C:\Python34\Lib\test\test_importlib\builtin\ Property(N): builtin_pycache = C:\Python34\Lib\test\test_importlib\builtin\__pycache__\ Property(N): namespace_pkgs = C:\Python34\Lib\test\test_importlib\namespace_pkgs\ Property(N): module_and_namespace_package = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\ Property(N): module_and_namespace_package_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\ Property(N): a_test = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\ Property(N): project3 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\ Property(N): parent = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\ Property(N): child = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\ Property(N): child_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\ Property(N): project1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\ Property(N): parent1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\ Property(N): child1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\ Property(N): child1_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\ Property(N): project2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\ Property(N): parent2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\ Property(N): child2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\ Property(N): child2_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\ Property(N): both_portions = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\ Property(N): foo = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\ Property(N): foo_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\ Property(N): not_a_namespace_pkg = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\ Property(N): foo1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\ Property(N): foo1_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\ Property(N): portion1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\ Property(N): foo2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\ Property(N): foo2_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\ Property(N): portion2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\ Property(N): foo3 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\ Property(N): foo3_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\ Property(N): frozen = C:\Python34\Lib\test\test_importlib\frozen\ Property(N): frozen_pycache = C:\Python34\Lib\test\test_importlib\frozen\__pycache__\ Property(N): source = C:\Python34\Lib\test\test_importlib\source\ Property(N): source_pycache = C:\Python34\Lib\test\test_importlib\source\__pycache__\ Property(N): extension = C:\Python34\Lib\test\test_importlib\extension\ Property(N): extension_pycache = C:\Python34\Lib\test\test_importlib\extension\__pycache__\ Property(N): import_ = C:\Python34\Lib\test\test_importlib\import_\ Property(N): import__pycache = C:\Python34\Lib\test\test_importlib\import_\__pycache__\ Property(N): test_email = C:\Python34\Lib\test\test_email\ Property(N): test_email_pycache = C:\Python34\Lib\test\test_email\__pycache__\ Property(N): data2 = C:\Python34\Lib\test\test_email\data\ Property(N): turtledemo = C:\Python34\Lib\turtledemo\ Property(N): turtledemo_pycache = C:\Python34\Lib\turtledemo\__pycache__\ Property(N): xml = C:\Python34\Lib\xml\ Property(N): xml_pycache = C:\Python34\Lib\xml\__pycache__\ Property(N): dom = C:\Python34\Lib\xml\dom\ Property(N): dom_pycache = C:\Python34\Lib\xml\dom\__pycache__\ Property(N): etree = C:\Python34\Lib\xml\etree\ Property(N): etree_pycache = C:\Python34\Lib\xml\etree\__pycache__\ Property(N): parsers = C:\Python34\Lib\xml\parsers\ Property(N): parsers_pycache = C:\Python34\Lib\xml\parsers\__pycache__\ Property(N): sax = C:\Python34\Lib\xml\sax\ Property(N): sax_pycache = C:\Python34\Lib\xml\sax\__pycache__\ Property(N): email = C:\Python34\Lib\email\ Property(N): email_pycache = C:\Python34\Lib\email\__pycache__\ Property(N): mime = C:\Python34\Lib\email\mime\ Property(N): mime_pycache = C:\Python34\Lib\email\mime\__pycache__\ Property(N): urllib = C:\Python34\Lib\urllib\ Property(N): urllib_pycache = C:\Python34\Lib\urllib\__pycache__\ Property(N): encodings = C:\Python34\Lib\encodings\ Property(N): encodings_pycache = C:\Python34\Lib\encodings\__pycache__\ Property(N): pydoc_data = C:\Python34\Lib\pydoc_data\ Property(N): pydoc_data_pycache = C:\Python34\Lib\pydoc_data\__pycache__\ Property(N): msilib = C:\Python34\Lib\msilib\ Property(N): msilib_pycache = C:\Python34\Lib\msilib\__pycache__\ Property(N): xmlrpc = C:\Python34\Lib\xmlrpc\ Property(N): xmlrpc_pycache = C:\Python34\Lib\xmlrpc\__pycache__\ Property(N): unittest = C:\Python34\Lib\unittest\ Property(N): unittest_pycache = C:\Python34\Lib\unittest\__pycache__\ Property(N): test4 = C:\Python34\Lib\unittest\test\ Property(N): test4_pycache = C:\Python34\Lib\unittest\test\__pycache__\ Property(N): testmock = C:\Python34\Lib\unittest\test\testmock\ Property(N): testmock_pycache = C:\Python34\Lib\unittest\test\testmock\__pycache__\ Property(N): collections = C:\Python34\Lib\collections\ Property(N): collections_pycache = C:\Python34\Lib\collections\__pycache__\ Property(N): importlib = C:\Python34\Lib\importlib\ Property(N): importlib_pycache = C:\Python34\Lib\importlib\__pycache__\ Property(N): distutils = C:\Python34\Lib\distutils\ Property(N): distutils_pycache = C:\Python34\Lib\distutils\__pycache__\ Property(N): command = C:\Python34\Lib\distutils\command\ Property(N): command_pycache = C:\Python34\Lib\distutils\command\__pycache__\ Property(N): tests1 = C:\Python34\Lib\distutils\tests\ Property(N): tests1_pycache = C:\Python34\Lib\distutils\tests\__pycache__\ Property(N): dbm = C:\Python34\Lib\dbm\ Property(N): dbm_pycache = C:\Python34\Lib\dbm\__pycache__\ Property(N): include = C:\Python34\include\ Property(N): libs = C:\Python34\libs\ Property(N): tcl = C:\Python34\tcl\ Property(N): tk8.6 = C:\Python34\tcl\tk8.6\ Property(N): ttk = C:\Python34\tcl\tk8.6\ttk\ Property(N): msgs = C:\Python34\tcl\tk8.6\msgs\ Property(N): images = C:\Python34\tcl\tk8.6\images\ Property(N): demos = C:\Python34\tcl\tk8.6\demos\ Property(N): images1 = C:\Python34\tcl\tk8.6\demos\images\ Property(N): tix8.4.3 = C:\Python34\tcl\tix8.4.3\ Property(N): pref = C:\Python34\tcl\tix8.4.3\pref\ Property(N): demos1 = C:\Python34\tcl\tix8.4.3\demos\ Property(N): samples = C:\Python34\tcl\tix8.4.3\demos\samples\ Property(N): bitmaps = C:\Python34\tcl\tix8.4.3\demos\bitmaps\ Property(N): bitmaps1 = C:\Python34\tcl\tix8.4.3\bitmaps\ Property(N): thread2.7.0 = C:\Python34\tcl\thread2.7.0\ Property(N): tdbcsqlite1.0.0 = C:\Python34\tcl\tdbcsqlite1.0.0\ Property(N): tdbcpostgres1.0.0 = C:\Python34\tcl\tdbcpostgres1.0.0\ Property(N): tdbcodbc1.0.0 = C:\Python34\tcl\tdbcodbc1.0.0\ Property(N): tdbcmysql1.0.0 = C:\Python34\tcl\tdbcmysql1.0.0\ Property(N): tdbc1.0.0 = C:\Python34\tcl\tdbc1.0.0\ Property(N): tcl8.6 = C:\Python34\tcl\tcl8.6\ Property(N): tzdata = C:\Python34\tcl\tcl8.6\tzdata\ Property(N): US = C:\Python34\tcl\tcl8.6\tzdata\US\ Property(N): Pacific = C:\Python34\tcl\tcl8.6\tzdata\Pacific\ Property(N): SystemV = C:\Python34\tcl\tcl8.6\tzdata\SystemV\ Property(N): Mexico = C:\Python34\tcl\tcl8.6\tzdata\Mexico\ Property(N): Indian = C:\Python34\tcl\tcl8.6\tzdata\Indian\ Property(N): Europe = C:\Python34\tcl\tcl8.6\tzdata\Europe\ Property(N): Etc = C:\Python34\tcl\tcl8.6\tzdata\Etc\ Property(N): Chile = C:\Python34\tcl\tcl8.6\tzdata\Chile\ Property(N): Canada = C:\Python34\tcl\tcl8.6\tzdata\Canada\ Property(N): Atlantic = C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ Property(N): Brazil = C:\Python34\tcl\tcl8.6\tzdata\Brazil\ Property(N): Australia = C:\Python34\tcl\tcl8.6\tzdata\Australia\ Property(N): Asia = C:\Python34\tcl\tcl8.6\tzdata\Asia\ Property(N): Arctic = C:\Python34\tcl\tcl8.6\tzdata\Arctic\ Property(N): Antarctica = C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ Property(N): America = C:\Python34\tcl\tcl8.6\tzdata\America\ Property(N): North_Dakota = C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ Property(N): Kentucky = C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\ Property(N): Indiana = C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ Property(N): Argentina = C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ Property(N): Africa = C:\Python34\tcl\tcl8.6\tzdata\Africa\ Property(N): opt0.4 = C:\Python34\tcl\tcl8.6\opt0.4\ Property(N): msgs1 = C:\Python34\tcl\tcl8.6\msgs\ Property(N): http1.0 = C:\Python34\tcl\tcl8.6\http1.0\ Property(N): encoding = C:\Python34\tcl\tcl8.6\encoding\ Property(N): tcl8 = C:\Python34\tcl\tcl8\ Property(N): _8.6 = C:\Python34\tcl\tcl8\8.6\ Property(N): tdbc = C:\Python34\tcl\tcl8\8.6\tdbc\ Property(N): _8.5 = C:\Python34\tcl\tcl8\8.5\ Property(N): _8.4 = C:\Python34\tcl\tcl8\8.4\ Property(N): platform = C:\Python34\tcl\tcl8\8.4\platform\ Property(N): _8.3 = C:\Python34\tcl\tcl8\8.3\ Property(N): _8.2 = C:\Python34\tcl\tcl8\8.2\ Property(N): sqlite33.8.0 = C:\Python34\tcl\sqlite33.8.0\ Property(N): reg1.3 = C:\Python34\tcl\reg1.3\ Property(N): itcl4.0.0 = C:\Python34\tcl\itcl4.0.0\ Property(N): dde1.4 = C:\Python34\tcl\dde1.4\ Property(N): i18n = C:\Python34\Tools\i18n\ Property(N): i18n_pycache = C:\Python34\Tools\i18n\__pycache__\ Property(N): pynche = C:\Python34\Tools\pynche\ Property(N): pynche_pycache = C:\Python34\Tools\pynche\__pycache__\ Property(N): Scripts = C:\Python34\Tools\Scripts\ Property(N): Scripts_pycache = C:\Python34\Tools\Scripts\__pycache__\ Property(N): Doc = C:\Python34\Doc\ Property(N): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ Property(N): MenuDir = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\ Property(N): SecureCustomProperties = REMOVEOLDSNAPSHOT;REMOVEOLDVERSION;TARGETDIR;DLLDIR;LAUNCHERDIR Property(N): WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC = C:\WINDOWS\ Property(N): System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC = C:\WINDOWS\system32\ Property(N): DirectoryTable100_amd64.BFF61907_AA2D_3A26_8666_98D956A62ABC = DirectoryTable Property(N): PackageCode = {A3D6909A-868F-4BF0-8F8B-7CAA65BDD455} Property(N): ProductState = 5 Property(N): ALLUSERS = 1 Property(N): UPGRADINGPRODUCTCODE = {CD723946-09C1-38D3-8542-732BA931E9EF} Property(N): CLIENTPROCESSID = 7536 Property(N): CLIENTUILEVEL = 0 Property(N): REMOVE = ALL Property(N): PRODUCTLANGUAGE = 1033 Property(N): VersionDatabase = 200 Property(N): VersionMsi = 5.00 Property(N): VersionNT64 = 603 Property(N): WindowsBuild = 9600 Property(N): ServicePackLevel = 0 Property(N): ServicePackLevelMinor = 0 Property(N): MsiNTProductType = 1 Property(N): MsiNTSuitePersonal = 1 Property(N): WindowsFolder = C:\WINDOWS\ Property(N): WindowsVolume = C:\ Property(N): System64Folder = C:\WINDOWS\system32\ Property(N): SystemFolder = C:\WINDOWS\SysWOW64\ Property(N): RemoteAdminTS = 1 Property(N): TempFolder = C:\Users\pierre\AppData\Local\Temp\ Property(N): ProgramFilesFolder = C:\Program Files (x86)\ Property(N): CommonFilesFolder = C:\Program Files (x86)\Common Files\ Property(N): ProgramFiles64Folder = C:\Program Files\ Property(N): CommonFiles64Folder = C:\Program Files\Common Files\ Property(N): AppDataFolder = C:\Users\pierre\AppData\Roaming\ Property(N): FavoritesFolder = C:\Users\pierre\Favorites\ Property(N): NetHoodFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Network Shortcuts\ Property(N): PersonalFolder = C:\Users\pierre\Documents\ Property(N): PrintHoodFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\ Property(N): RecentFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Recent\ Property(N): SendToFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\SendTo\ Property(N): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\ Property(N): CommonAppDataFolder = C:\ProgramData\ Property(N): LocalAppDataFolder = C:\Users\pierre\AppData\Local\ Property(N): MyPicturesFolder = C:\Users\pierre\Pictures\ Property(N): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\ Property(N): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\ Property(N): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\ Property(N): DesktopFolder = C:\Users\Public\Desktop\ Property(N): FontsFolder = C:\WINDOWS\Fonts\ Property(N): GPTSupport = 1 Property(N): OLEAdvtSupport = 1 Property(N): ShellAdvtSupport = 1 Property(N): MsiAMD64 = 6 Property(N): Msix64 = 6 Property(N): Intel = 6 Property(N): PhysicalMemory = 8088 Property(N): VirtualMemory = 5152 Property(N): AdminUser = 1 Property(N): MsiTrueAdminUser = 1 Property(N): LogonUser = pierre Property(N): UserSID = S-1-5-21-3441990254-2136703886-705876676-1002 Property(N): UserLanguageID = 2060 Property(N): ComputerName = BRP Property(N): SystemLanguageID = 2060 Property(N): ScreenX = 1024 Property(N): ScreenY = 768 Property(N): CaptionHeight = 28 Property(N): BorderTop = 1 Property(N): BorderSide = 1 Property(N): MsiTabletPC = 1 Property(N): TextHeight = 16 Property(N): TextInternalLeading = 3 Property(N): ColorBits = 32 Property(N): TTCSupport = 1 Property(N): Time = 21:24:58 Property(N): Date = 18-10-14 Property(N): MsiNetAssemblySupport = 4.0.30319.33440 Property(N): MsiWin32AssemblySupport = 6.3.9600.16384 Property(N): RedirectedDllSupport = 2 Property(N): MsiRunningElevated = 1 Property(N): Privileged = 1 Property(N): USERNAME = pierre.boulanger at hotmail.com Property(N): Installed = 00:00:00 Property(N): DATABASE = C:\WINDOWS\Installer\20094.msi Property(N): UILevel = 5 Property(N): OriginalDatabase = C:\WINDOWS\Installer\20094.msi Property(N): Preselected = 1 Property(N): ACTION = INSTALL Property(N): ROOTDRIVE = C:\ Property(N): CostingComplete = 1 Property(N): OutOfDiskSpace = 0 Property(N): OutOfNoRbDiskSpace = 0 Property(N): PrimaryVolumeSpaceAvailable = 0 Property(N): PrimaryVolumeSpaceRequired = 0 Property(N): PrimaryVolumeSpaceRemaining = 0 Property(N): INSTALLLEVEL = 1 MSI (s) (9C:9C) [21:24:58:139]: Closing MSIHANDLE (3) of type 790542 for thread 1436 RemoveExistingProducts: Application: {2583CDBA-8A53-4622-BB67-1D163714C1B4}, Command line: UPGRADINGPRODUCTCODE={CD723946-09C1-38D3-8542-732BA931E9EF} CLIENTPROCESSID=7536 CLIENTUILEVEL=0 REMOVE=ALL MSI (s) (9C:2C) [21:24:58:154]: Resetting cached policy values MSI (s) (9C:2C) [21:24:58:154]: Machine policy value 'Debug' is 0 MSI (s) (9C:2C) [21:24:58:154]: ******* RunEngine: ******* Product: {2583CDBA-8A53-4622-BB67-1D163714C1B4} ******* Action: ******* CommandLine: ********** MSI (s) (9C:2C) [21:24:58:154]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:154]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:154]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:154]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:154]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:154]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:154]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:186]: Note: 1: 2265 2: 3: -2147287035 MSI (s) (9C:2C) [21:24:58:186]: Creating MSIHANDLE (5) of type 790542 for thread 4908 MSI (s) (9C:2C) [21:24:58:186]: MSCOREE not loaded loading copy from system32 MSI (s) (9C:2C) [21:24:58:201]: End dialog not enabled MSI (s) (9C:2C) [21:24:58:201]: Original package ==> C:\WINDOWS\Installer\cacff.msi MSI (s) (9C:2C) [21:24:58:201]: Package we're running from ==> C:\WINDOWS\Installer\cacff.msi MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: APPCOMPAT: Uninstall Flags override found. MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: APPCOMPAT: Uninstall VersionNT override found. MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: APPCOMPAT: Uninstall ServicePackLevel override found. MSI (s) (9C:2C) [21:24:58:217]: APPCOMPAT: looking for appcompat database entry with ProductCode '{2583CDBA-8A53-4622-BB67-1D163714C1B4}'. MSI (s) (9C:2C) [21:24:58:217]: APPCOMPAT: no matching ProductCode found in database. MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:232]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Machine policy value 'DisablePatch' is 0 MSI (s) (9C:2C) [21:24:58:248]: Machine policy value 'AllowLockdownPatch' is 0 MSI (s) (9C:2C) [21:24:58:248]: Machine policy value 'DisableLUAPatching' is 0 MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Machine policy value 'DisableFlyWeightPatching' is 0 MSI (s) (9C:2C) [21:24:58:248]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active MSI (s) (9C:2C) [21:24:58:248]: APPCOMPAT: looking for appcompat database entry with ProductCode '{2583CDBA-8A53-4622-BB67-1D163714C1B4}'. MSI (s) (9C:2C) [21:24:58:248]: APPCOMPAT: no matching ProductCode found in database. MSI (s) (9C:2C) [21:24:58:248]: Transforms are not secure. MSI (s) (9C:2C) [21:24:58:248]: Command Line: UPGRADINGPRODUCTCODE={CD723946-09C1-38D3-8542-732BA931E9EF} CLIENTPROCESSID=7536 CLIENTUILEVEL=0 REMOVE=ALL MSI (s) (9C:2C) [21:24:58:248]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{9360D2A4-D416-4381-9306-E96BF03C2201}'. MSI (s) (9C:2C) [21:24:58:248]: Product Code passed to Engine.Initialize: '{2583CDBA-8A53-4622-BB67-1D163714C1B4}' MSI (s) (9C:2C) [21:24:58:248]: Product Code from property table before transforms: '{2583CDBA-8A53-4622-BB67-1D163714C1B4}' MSI (s) (9C:2C) [21:24:58:248]: Product Code from property table after transforms: '{2583CDBA-8A53-4622-BB67-1D163714C1B4}' MSI (s) (9C:2C) [21:24:58:248]: Product registered: entering maintenance mode MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine. MSI (s) (9C:2C) [21:24:58:248]: PROPERTY CHANGE: Adding ALLUSERS property. Its value is '1'. MSI (s) (9C:2C) [21:24:58:248]: MSI_LUA: Nested installation UAC elevation tracks that of parent (is not elevated) MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Product {2583CDBA-8A53-4622-BB67-1D163714C1B4} is admin assigned: LocalSystem owns the publish key. MSI (s) (9C:2C) [21:24:58:248]: Product {2583CDBA-8A53-4622-BB67-1D163714C1B4} is managed. MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: MSI_LUA: Credential prompt not required, user is an admin MSI (s) (9C:2C) [21:24:58:248]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'. MSI (s) (9C:2C) [21:24:58:248]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'. MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Package name retrieved from configuration data: 'python-3.4.2.msi' MSI (s) (9C:2C) [21:24:58:248]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (9C:2C) [21:24:58:248]: Note: 1: 2262 2: AdminProperties 3: -2147287038 MSI (s) (9C:2C) [21:24:58:248]: Machine policy value 'DisableMsi' is 0 MSI (s) (9C:2C) [21:24:58:248]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:2C) [21:24:58:248]: User policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Product {2583CDBA-8A53-4622-BB67-1D163714C1B4} is admin assigned: LocalSystem owns the publish key. MSI (s) (9C:2C) [21:24:58:248]: Product {2583CDBA-8A53-4622-BB67-1D163714C1B4} is managed. MSI (s) (9C:2C) [21:24:58:248]: Running product '{2583CDBA-8A53-4622-BB67-1D163714C1B4}' with elevated privileges: Product is assigned. MSI (s) (9C:2C) [21:24:58:248]: PROPERTY CHANGE: Adding UPGRADINGPRODUCTCODE property. Its value is '{CD723946-09C1-38D3-8542-732BA931E9EF}'. MSI (s) (9C:2C) [21:24:58:248]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '7536'. MSI (s) (9C:2C) [21:24:58:248]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'. MSI (s) (9C:2C) [21:24:58:248]: PROPERTY CHANGE: Adding REMOVE property. Its value is 'ALL'. MSI (s) (9C:2C) [21:24:58:264]: RESTART MANAGER: Session closed. MSI (s) (9C:2C) [21:24:58:264]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0 MSI (s) (9C:2C) [21:24:58:279]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is 'a1c3afc14ce8e44ba21d6f60a87e5e9d'. MSI (s) (9C:2C) [21:24:58:279]: RESTART MANAGER: Session opened. MSI (s) (9C:2C) [21:24:58:279]: TRANSFORMS property is now: MSI (s) (9C:2C) [21:24:58:279]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'. MSI (s) (9C:2C) [21:24:58:279]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'. MSI (s) (9C:2C) [21:24:58:279]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming MSI (s) (9C:2C) [21:24:58:279]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Favorites MSI (s) (9C:2C) [21:24:58:279]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Network Shortcuts MSI (s) (9C:2C) [21:24:58:295]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Documents MSI (s) (9C:2C) [21:24:58:295]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Printer Shortcuts MSI (s) (9C:2C) [21:24:58:295]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Recent MSI (s) (9C:2C) [21:24:58:295]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\SendTo MSI (s) (9C:2C) [21:24:58:311]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Templates MSI (s) (9C:2C) [21:24:58:311]: SHELL32::SHGetFolderPath returned: C:\ProgramData MSI (s) (9C:2C) [21:24:58:311]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Local MSI (s) (9C:2C) [21:24:58:311]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Pictures MSI (s) (9C:2C) [21:24:58:326]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (s) (9C:2C) [21:24:58:326]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup MSI (s) (9C:2C) [21:24:58:326]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:2C) [21:24:58:342]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu MSI (s) (9C:2C) [21:24:58:342]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop MSI (s) (9C:2C) [21:24:58:342]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (s) (9C:2C) [21:24:58:357]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup MSI (s) (9C:2C) [21:24:58:357]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:2C) [21:24:58:357]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu MSI (s) (9C:2C) [21:24:58:373]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Desktop MSI (s) (9C:2C) [21:24:58:373]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates MSI (s) (9C:2C) [21:24:58:373]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts MSI (s) (9C:2C) [21:24:58:373]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16 MSI (s) (9C:2C) [21:24:58:389]: MSI_LUA: Setting AdminUser property to 1 because the product is already installed managed and per-machine MSI (s) (9C:2C) [21:24:58:389]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated. MSI (s) (9C:2C) [21:24:58:389]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'. MSI (s) (9C:2C) [21:24:58:389]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'. MSI (s) (9C:2C) [21:24:58:389]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:389]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (s) (9C:2C) [21:24:58:389]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'pierre.boulanger at hotmail.com'. MSI (s) (9C:2C) [21:24:58:389]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (s) (9C:2C) [21:24:58:389]: PROPERTY CHANGE: Adding Installed property. Its value is '00:00:00'. MSI (s) (9C:2C) [21:24:58:389]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINDOWS\Installer\cacff.msi'. MSI (s) (9C:2C) [21:24:58:389]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\WINDOWS\Installer\cacff.msi'. MSI (s) (9C:2C) [21:24:58:389]: Machine policy value 'MsiDisableEmbeddedUI' is 0 MSI (s) (9C:2C) [21:24:58:389]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install MSI (s) (9C:2C) [21:24:58:389]: Note: 1: 2262 2: PatchPackage 3: -2147287038 MSI (s) (9C:2C) [21:24:58:389]: Machine policy value 'DisableRollback' is 0 MSI (s) (9C:2C) [21:24:58:389]: User policy value 'DisableRollback' is 0 MSI (s) (9C:2C) [21:24:58:389]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'. MSI (s) (9C:2C) [21:24:58:389]: Note: 1: 2262 2: Font 3: -2147287038 MSI (s) (9C:2C) [21:24:58:389]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'. MSI (s) (9C:2C) [21:24:58:389]: Note: 1: 2262 2: LaunchCondition 3: -2147287038 MSI (s) (9C:2C) [21:24:58:389]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes. MSI (s) (9C:2C) [21:24:58:389]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'. MSI (s) (9C:2C) [21:24:58:389]: Doing action: INSTALL Action 21:24:58: INSTALL. Action start 21:24:58: INSTALL. MSI (s) (9C:2C) [21:24:58:404]: Running ExecuteSequence MSI (s) (9C:2C) [21:24:58:404]: Doing action: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D Action 21:24:58: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Action start 21:24:58: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. MSI (s) (9C:2C) [21:24:58:404]: PROPERTY CHANGE: Adding WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D property. Its value is 'C:\WINDOWS\'. Action ended 21:24:58: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1. MSI (s) (9C:2C) [21:24:58:404]: Doing action: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D Action 21:24:58: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Action start 21:24:58: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. MSI (s) (9C:2C) [21:24:58:404]: PROPERTY CHANGE: Adding SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D property. Its value is 'C:\WINDOWS\SysWOW64\'. Action ended 21:24:58: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1. MSI (s) (9C:2C) [21:24:58:404]: Doing action: LaunchConditions Action 21:24:58: LaunchConditions. Evaluating launch conditions Action start 21:24:58: LaunchConditions. MSI (s) (9C:2C) [21:24:58:404]: Note: 1: 2262 2: LaunchCondition 3: -2147287038 Action ended 21:24:58: LaunchConditions. Return value 1. MSI (s) (9C:2C) [21:24:58:420]: Doing action: FindRelatedProducts Action 21:24:58: FindRelatedProducts. Searching for related applications Action start 21:24:58: FindRelatedProducts. MSI (s) (9C:2C) [21:24:58:420]: Skipping FindRelatedProducts action: not run in maintenance mode Action ended 21:24:58: FindRelatedProducts. Return value 0. MSI (s) (9C:2C) [21:24:58:420]: Doing action: AppSearch Action 21:24:58: AppSearch. Searching for installed applications Action start 21:24:58: AppSearch. MSI (s) (9C:2C) [21:24:58:420]: Note: 1: 2262 2: AppSearch 3: -2147287038 Action ended 21:24:58: AppSearch. Return value 1. MSI (s) (9C:2C) [21:24:58:420]: Skipping action: CCPSearch (condition is false) MSI (s) (9C:2C) [21:24:58:420]: Skipping action: RMCCPSearch (condition is false) MSI (s) (9C:2C) [21:24:58:420]: Doing action: ValidateProductID Action 21:24:58: ValidateProductID. Action start 21:24:58: ValidateProductID. Action ended 21:24:58: ValidateProductID. Return value 1. MSI (s) (9C:2C) [21:24:58:420]: Doing action: InitialTargetDir Action 21:24:58: InitialTargetDir. Action start 21:24:58: InitialTargetDir. MSI (s) (9C:2C) [21:24:58:436]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\Python34'. Action ended 21:24:58: InitialTargetDir. Return value 1. MSI (s) (9C:2C) [21:24:58:436]: Doing action: SetDLLDirToSystem32 Action 21:24:58: SetDLLDirToSystem32. Action start 21:24:58: SetDLLDirToSystem32. MSI (s) (9C:2C) [21:24:58:436]: PROPERTY CHANGE: Adding DLLDIR property. Its value is 'C:\WINDOWS\SysWOW64\'. Action ended 21:24:58: SetDLLDirToSystem32. Return value 1. MSI (s) (9C:2C) [21:24:58:436]: Skipping action: SetDLLDirToTarget (condition is false) MSI (s) (9C:2C) [21:24:58:436]: Doing action: SetLauncherDirToWindows Action 21:24:58: SetLauncherDirToWindows. Action start 21:24:58: SetLauncherDirToWindows. MSI (s) (9C:2C) [21:24:58:436]: PROPERTY CHANGE: Adding LAUNCHERDIR property. Its value is 'C:\WINDOWS\'. Action ended 21:24:58: SetLauncherDirToWindows. Return value 1. MSI (s) (9C:2C) [21:24:58:436]: Skipping action: SetLauncherDirToTarget (condition is false) MSI (s) (9C:2C) [21:24:58:436]: Doing action: CA_WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D Action 21:24:58: CA_WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Action start 21:24:58: CA_WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Action ended 21:24:58: CA_WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1. MSI (s) (9C:2C) [21:24:58:436]: Doing action: CA_SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D Action 21:24:58: CA_SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Action start 21:24:58: CA_SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Action ended 21:24:58: CA_SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1. MSI (s) (9C:2C) [21:24:58:451]: Doing action: CostInitialize Action 21:24:58: CostInitialize. Computing space requirements Action start 21:24:58: CostInitialize. MSI (s) (9C:2C) [21:24:58:451]: Machine policy value 'MaxPatchCacheSize' is 10 MSI (s) (9C:2C) [21:24:58:451]: Baseline: Sorting baselines for {2583CDBA-8A53-4622-BB67-1D163714C1B4}. MSI (s) (9C:2C) [21:24:58:451]: Baseline: New baseline 3.4.16349 from transaction. MSI (s) (9C:2C) [21:24:58:451]: Baseline: Sorted order Native: Order 0. MSI (s) (9C:2C) [21:24:58:451]: Baseline Data Table: MSI (s) (9C:2C) [21:24:58:451]: ProductCode: {2583CDBA-8A53-4622-BB67-1D163714C1B4} Version: 3.4.16349 Attributes: 4 PatchId: Native BaselineId: -2147483648 Order: 0 MSI (s) (9C:2C) [21:24:58:451]: Baseline File Table: MSI (s) (9C:2C) [21:24:58:451]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'. MSI (s) (9C:2C) [21:24:58:467]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'. MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: Patch 3: -2147287038 MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: PatchPackage 3: -2147287038 MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: MsiPatchHeaders 3: -2147287038 MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2205 2: 3: __MsiPatchFileList MSI (s) (9C:2C) [21:24:58:467]: Dumping __MsiPatchMedia table... MSI (s) (9C:2C) [21:24:58:467]: Delta compression fallback method for this product transaction is 'MSI 2.0 legacy obsolescence' Action ended 21:24:58: CostInitialize. Return value 1. MSI (s) (9C:2C) [21:24:58:467]: Doing action: FileCost Action 21:24:58: FileCost. Computing space requirements Action start 21:24:58: FileCost. MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: MsiAssembly 3: -2147287038 MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: MoveFile 3: -2147287038 MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: DuplicateFile 3: -2147287038 MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: IniFile 3: -2147287038 MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: ReserveCost 3: -2147287038 Action ended 21:24:58: FileCost. Return value 1. MSI (s) (9C:2C) [21:24:58:467]: Doing action: IsolateComponents Action 21:24:58: IsolateComponents. Action start 21:24:58: IsolateComponents. MSI (s) (9C:2C) [21:24:58:482]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:2C) [21:24:58:482]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 Action ended 21:24:58: IsolateComponents. Return value 1. MSI (s) (9C:2C) [21:24:58:482]: Doing action: CostFinalize Action 21:24:58: CostFinalize. Computing space requirements Action start 21:24:58: CostFinalize. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding X property. Its value is 'C:\Python34\Tools\pynche\X'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Modifying DLLDIR property. Its current value is 'C:\WINDOWS\SysWOW64\'. Its new value: 'C:\WINDOWS\SysWOW64'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Modifying LAUNCHERDIR property. Its current value is 'C:\WINDOWS\'. Its new value: 'C:\WINDOWS'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding DLLs property. Its value is 'C:\Python34\DLLs'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding Lib property. Its value is 'C:\Python34\Lib'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding Lib_pycache property. Its value is 'C:\Python34\Lib\__pycache__'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding asyncio property. Its value is 'C:\Python34\Lib\asyncio'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding asyncio_pycache property. Its value is 'C:\Python34\Lib\asyncio\__pycache__'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding site_packages property. Its value is 'C:\Python34\Lib\site-packages'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding idlelib property. Its value is 'C:\Python34\Lib\idlelib'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding idlelib_pycache property. Its value is 'C:\Python34\Lib\idlelib\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding idle_test property. Its value is 'C:\Python34\Lib\idlelib\idle_test'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding idle_test_pycache property. Its value is 'C:\Python34\Lib\idlelib\idle_test\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding Icons property. Its value is 'C:\Python34\Lib\idlelib\Icons'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding concurrent property. Its value is 'C:\Python34\Lib\concurrent'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding concurrent_pycache property. Its value is 'C:\Python34\Lib\concurrent\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding futures property. Its value is 'C:\Python34\Lib\concurrent\futures'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding futures_pycache property. Its value is 'C:\Python34\Lib\concurrent\futures\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding http property. Its value is 'C:\Python34\Lib\http'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding http_pycache property. Its value is 'C:\Python34\Lib\http\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding sqlite3 property. Its value is 'C:\Python34\Lib\sqlite3'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding sqlite3_pycache property. Its value is 'C:\Python34\Lib\sqlite3\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding test property. Its value is 'C:\Python34\Lib\sqlite3\test'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding test_pycache property. Its value is 'C:\Python34\Lib\sqlite3\test\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding html property. Its value is 'C:\Python34\Lib\html'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding html_pycache property. Its value is 'C:\Python34\Lib\html\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding lib2to3 property. Its value is 'C:\Python34\Lib\lib2to3'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding lib2to3_pycache property. Its value is 'C:\Python34\Lib\lib2to3\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding pgen2 property. Its value is 'C:\Python34\Lib\lib2to3\pgen2'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding pgen2_pycache property. Its value is 'C:\Python34\Lib\lib2to3\pgen2\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding tests property. Its value is 'C:\Python34\Lib\lib2to3\tests'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding tests_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding data property. Its value is 'C:\Python34\Lib\lib2to3\tests\data'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding data_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding fixers property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding fixers_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding myfixes property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding myfixes_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding fixes property. Its value is 'C:\Python34\Lib\lib2to3\fixes'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding fixes_pycache property. Its value is 'C:\Python34\Lib\lib2to3\fixes\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding tkinter property. Its value is 'C:\Python34\Lib\tkinter'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding tkinter_pycache property. Its value is 'C:\Python34\Lib\tkinter\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding test1 property. Its value is 'C:\Python34\Lib\tkinter\test'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding test1_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding test_tkinter property. Its value is 'C:\Python34\Lib\tkinter\test\test_tkinter'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding test_tkinter_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding test_ttk property. Its value is 'C:\Python34\Lib\tkinter\test\test_ttk'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding test_ttk_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\test_ttk\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding wsgiref property. Its value is 'C:\Python34\Lib\wsgiref'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding wsgiref_pycache property. Its value is 'C:\Python34\Lib\wsgiref\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding venv property. Its value is 'C:\Python34\Lib\venv'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding venv_pycache property. Its value is 'C:\Python34\Lib\venv\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding nt property. Its value is 'C:\Python34\Lib\venv\scripts\nt'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding posix property. Its value is 'C:\Python34\Lib\venv\scripts\posix'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding json property. Its value is 'C:\Python34\Lib\json'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding json_pycache property. Its value is 'C:\Python34\Lib\json\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding curses property. Its value is 'C:\Python34\Lib\curses'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding curses_pycache property. Its value is 'C:\Python34\Lib\curses\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding multiprocessing property. Its value is 'C:\Python34\Lib\multiprocessing'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding multiprocessing_pycache property. Its value is 'C:\Python34\Lib\multiprocessing\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding dummy property. Its value is 'C:\Python34\Lib\multiprocessing\dummy'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding dummy_pycache property. Its value is 'C:\Python34\Lib\multiprocessing\dummy\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding ensurepip property. Its value is 'C:\Python34\Lib\ensurepip'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding ensurepip_pycache property. Its value is 'C:\Python34\Lib\ensurepip\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding _bundled property. Its value is 'C:\Python34\Lib\ensurepip\_bundled'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding logging property. Its value is 'C:\Python34\Lib\logging'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding logging_pycache property. Its value is 'C:\Python34\Lib\logging\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding ctypes property. Its value is 'C:\Python34\Lib\ctypes'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding ctypes_pycache property. Its value is 'C:\Python34\Lib\ctypes\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding test2 property. Its value is 'C:\Python34\Lib\ctypes\test'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding test2_pycache property. Its value is 'C:\Python34\Lib\ctypes\test\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding macholib property. Its value is 'C:\Python34\Lib\ctypes\macholib'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding macholib_pycache property. Its value is 'C:\Python34\Lib\ctypes\macholib\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding test3 property. Its value is 'C:\Python34\Lib\test'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding test3_pycache property. Its value is 'C:\Python34\Lib\test\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding test_asyncio property. Its value is 'C:\Python34\Lib\test\test_asyncio'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding test_asyncio_pycache property. Its value is 'C:\Python34\Lib\test\test_asyncio\__pycache__'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding support property. Its value is 'C:\Python34\Lib\test\support'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding support_pycache property. Its value is 'C:\Python34\Lib\test\support\__pycache__'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding capath property. Its value is 'C:\Python34\Lib\test\capath'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding encoded_modules property. Its value is 'C:\Python34\Lib\test\encoded_modules'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding encoded_modules_pycache property. Its value is 'C:\Python34\Lib\test\encoded_modules\__pycache__'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding imghdrdata property. Its value is 'C:\Python34\Lib\test\imghdrdata'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding test_tools property. Its value is 'C:\Python34\Lib\test\test_tools'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding test_tools_pycache property. Its value is 'C:\Python34\Lib\test\test_tools\__pycache__'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding decimaltestdata property. Its value is 'C:\Python34\Lib\test\decimaltestdata'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding sndhdrdata property. Its value is 'C:\Python34\Lib\test\sndhdrdata'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding tracedmodules property. Its value is 'C:\Python34\Lib\test\tracedmodules'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding tracedmodules_pycache property. Its value is 'C:\Python34\Lib\test\tracedmodules\__pycache__'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding crashers property. Its value is 'C:\Python34\Lib\test\crashers'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding crashers_pycache property. Its value is 'C:\Python34\Lib\test\crashers\__pycache__'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding cjkencodings property. Its value is 'C:\Python34\Lib\test\cjkencodings'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding leakers property. Its value is 'C:\Python34\Lib\test\leakers'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding leakers_pycache property. Its value is 'C:\Python34\Lib\test\leakers\__pycache__'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding subprocessdata property. Its value is 'C:\Python34\Lib\test\subprocessdata'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding subprocessdata_pycache property. Its value is 'C:\Python34\Lib\test\subprocessdata\__pycache__'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding test_json property. Its value is 'C:\Python34\Lib\test\test_json'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding test_json_pycache property. Its value is 'C:\Python34\Lib\test\test_json\__pycache__'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding xmltestdata property. Its value is 'C:\Python34\Lib\test\xmltestdata'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding data1 property. Its value is 'C:\Python34\Lib\test\data'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding audiodata property. Its value is 'C:\Python34\Lib\test\audiodata'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding test_importlib property. Its value is 'C:\Python34\Lib\test\test_importlib'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding test_importlib_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding builtin property. Its value is 'C:\Python34\Lib\test\test_importlib\builtin'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding builtin_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\builtin\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding namespace_pkgs property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding module_and_namespace_package property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding module_and_namespace_package_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding a_test property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding child property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding child_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding child1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding child1_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding child2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding child2_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding foo property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding foo_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding foo1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding foo1_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding foo2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding foo2_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding foo3 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding foo3_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding frozen property. Its value is 'C:\Python34\Lib\test\test_importlib\frozen'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding frozen_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\frozen\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding source property. Its value is 'C:\Python34\Lib\test\test_importlib\source'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding source_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\source\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding extension property. Its value is 'C:\Python34\Lib\test\test_importlib\extension'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding extension_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\extension\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding import_ property. Its value is 'C:\Python34\Lib\test\test_importlib\import_'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding import__pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\import_\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding test_email property. Its value is 'C:\Python34\Lib\test\test_email'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding test_email_pycache property. Its value is 'C:\Python34\Lib\test\test_email\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding data2 property. Its value is 'C:\Python34\Lib\test\test_email\data'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding turtledemo property. Its value is 'C:\Python34\Lib\turtledemo'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding turtledemo_pycache property. Its value is 'C:\Python34\Lib\turtledemo\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding xml property. Its value is 'C:\Python34\Lib\xml'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding xml_pycache property. Its value is 'C:\Python34\Lib\xml\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding dom property. Its value is 'C:\Python34\Lib\xml\dom'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding dom_pycache property. Its value is 'C:\Python34\Lib\xml\dom\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding etree property. Its value is 'C:\Python34\Lib\xml\etree'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding etree_pycache property. Its value is 'C:\Python34\Lib\xml\etree\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding parsers property. Its value is 'C:\Python34\Lib\xml\parsers'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding parsers_pycache property. Its value is 'C:\Python34\Lib\xml\parsers\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding sax property. Its value is 'C:\Python34\Lib\xml\sax'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding sax_pycache property. Its value is 'C:\Python34\Lib\xml\sax\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding email property. Its value is 'C:\Python34\Lib\email'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding email_pycache property. Its value is 'C:\Python34\Lib\email\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding mime property. Its value is 'C:\Python34\Lib\email\mime'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding mime_pycache property. Its value is 'C:\Python34\Lib\email\mime\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding urllib property. Its value is 'C:\Python34\Lib\urllib'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding urllib_pycache property. Its value is 'C:\Python34\Lib\urllib\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding encodings property. Its value is 'C:\Python34\Lib\encodings'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding encodings_pycache property. Its value is 'C:\Python34\Lib\encodings\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding pydoc_data property. Its value is 'C:\Python34\Lib\pydoc_data'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding pydoc_data_pycache property. Its value is 'C:\Python34\Lib\pydoc_data\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding msilib property. Its value is 'C:\Python34\Lib\msilib'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding msilib_pycache property. Its value is 'C:\Python34\Lib\msilib\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding xmlrpc property. Its value is 'C:\Python34\Lib\xmlrpc'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding xmlrpc_pycache property. Its value is 'C:\Python34\Lib\xmlrpc\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding unittest property. Its value is 'C:\Python34\Lib\unittest'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding unittest_pycache property. Its value is 'C:\Python34\Lib\unittest\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding test4 property. Its value is 'C:\Python34\Lib\unittest\test'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding test4_pycache property. Its value is 'C:\Python34\Lib\unittest\test\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding testmock property. Its value is 'C:\Python34\Lib\unittest\test\testmock'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding testmock_pycache property. Its value is 'C:\Python34\Lib\unittest\test\testmock\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding collections property. Its value is 'C:\Python34\Lib\collections'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding collections_pycache property. Its value is 'C:\Python34\Lib\collections\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding importlib property. Its value is 'C:\Python34\Lib\importlib'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding importlib_pycache property. Its value is 'C:\Python34\Lib\importlib\__pycache__'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding distutils property. Its value is 'C:\Python34\Lib\distutils'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding distutils_pycache property. Its value is 'C:\Python34\Lib\distutils\__pycache__'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding command property. Its value is 'C:\Python34\Lib\distutils\command'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding command_pycache property. Its value is 'C:\Python34\Lib\distutils\command\__pycache__'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tests1 property. Its value is 'C:\Python34\Lib\distutils\tests'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tests1_pycache property. Its value is 'C:\Python34\Lib\distutils\tests\__pycache__'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding dbm property. Its value is 'C:\Python34\Lib\dbm'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding dbm_pycache property. Its value is 'C:\Python34\Lib\dbm\__pycache__'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding include property. Its value is 'C:\Python34\include'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding libs property. Its value is 'C:\Python34\libs'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tcl property. Its value is 'C:\Python34\tcl'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tk8.6 property. Its value is 'C:\Python34\tcl\tk8.6'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding ttk property. Its value is 'C:\Python34\tcl\tk8.6\ttk'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding msgs property. Its value is 'C:\Python34\tcl\tk8.6\msgs'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding images property. Its value is 'C:\Python34\tcl\tk8.6\images'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding demos property. Its value is 'C:\Python34\tcl\tk8.6\demos'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding images1 property. Its value is 'C:\Python34\tcl\tk8.6\demos\images'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tix8.4.3 property. Its value is 'C:\Python34\tcl\tix8.4.3'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding pref property. Its value is 'C:\Python34\tcl\tix8.4.3\pref'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding demos1 property. Its value is 'C:\Python34\tcl\tix8.4.3\demos'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding samples property. Its value is 'C:\Python34\tcl\tix8.4.3\demos\samples'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding bitmaps property. Its value is 'C:\Python34\tcl\tix8.4.3\demos\bitmaps'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding bitmaps1 property. Its value is 'C:\Python34\tcl\tix8.4.3\bitmaps'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding thread2.7.0 property. Its value is 'C:\Python34\tcl\thread2.7.0'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tdbcsqlite1.0.0 property. Its value is 'C:\Python34\tcl\tdbcsqlite1.0.0'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tdbcpostgres1.0.0 property. Its value is 'C:\Python34\tcl\tdbcpostgres1.0.0'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tdbcodbc1.0.0 property. Its value is 'C:\Python34\tcl\tdbcodbc1.0.0'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tdbcmysql1.0.0 property. Its value is 'C:\Python34\tcl\tdbcmysql1.0.0'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tdbc1.0.0 property. Its value is 'C:\Python34\tcl\tdbc1.0.0'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tcl8.6 property. Its value is 'C:\Python34\tcl\tcl8.6'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tzdata property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding US property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\US'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding Pacific property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Pacific'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding SystemV property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\SystemV'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Mexico property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Mexico'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Indian property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Indian'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Europe property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Europe'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Etc property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Etc'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Chile property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Chile'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Canada property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Canada'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Atlantic property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Atlantic'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Brazil property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Brazil'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Australia property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Australia'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Asia property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Asia'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Arctic property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Arctic'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Antarctica property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Antarctica'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding America property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding North_Dakota property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Kentucky property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Indiana property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Indiana'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Argentina property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Argentina'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Africa property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Africa'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding opt0.4 property. Its value is 'C:\Python34\tcl\tcl8.6\opt0.4'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding msgs1 property. Its value is 'C:\Python34\tcl\tcl8.6\msgs'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding http1.0 property. Its value is 'C:\Python34\tcl\tcl8.6\http1.0'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding encoding property. Its value is 'C:\Python34\tcl\tcl8.6\encoding'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding _8.6 property. Its value is 'C:\Python34\tcl\tcl8\8.6'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding tdbc property. Its value is 'C:\Python34\tcl\tcl8\8.6\tdbc'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding _8.5 property. Its value is 'C:\Python34\tcl\tcl8\8.5'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding _8.4 property. Its value is 'C:\Python34\tcl\tcl8\8.4'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding platform property. Its value is 'C:\Python34\tcl\tcl8\8.4\platform'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding sqlite33.8.0 property. Its value is 'C:\Python34\tcl\sqlite33.8.0'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding reg1.3 property. Its value is 'C:\Python34\tcl\reg1.3'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding itcl4.0.0 property. Its value is 'C:\Python34\tcl\itcl4.0.0'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding dde1.4 property. Its value is 'C:\Python34\tcl\dde1.4'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding i18n property. Its value is 'C:\Python34\Tools\i18n'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding i18n_pycache property. Its value is 'C:\Python34\Tools\i18n\__pycache__'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding pynche property. Its value is 'C:\Python34\Tools\pynche'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding pynche_pycache property. Its value is 'C:\Python34\Tools\pynche\__pycache__'. MSI (s) (9C:2C) [21:24:58:623]: PROPERTY CHANGE: Adding Scripts property. Its value is 'C:\Python34\Tools\Scripts'. MSI (s) (9C:2C) [21:24:58:623]: PROPERTY CHANGE: Adding Scripts_pycache property. Its value is 'C:\Python34\Tools\Scripts\__pycache__'. MSI (s) (9C:2C) [21:24:58:623]: PROPERTY CHANGE: Adding Doc property. Its value is 'C:\Python34\Doc'. MSI (s) (9C:2C) [21:24:58:623]: PROPERTY CHANGE: Modifying SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D property. Its current value is 'C:\WINDOWS\SysWOW64\'. Its new value: 'C:\WINDOWS\SysWOW64'. MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: Machine policy value 'DisableUserInstalls' is 0 MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: PROPERTY CHANGE: Modifying TARGETDIR property. Its current value is 'C:\Python34'. Its new value: 'C:\Python34\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D property. Its current value is 'C:\WINDOWS\SysWOW64'. Its new value: 'C:\WINDOWS\SysWOW64\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Adding MenuDir property. Its value is 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Doc property. Its current value is 'C:\Python34\Doc'. Its new value: 'C:\Python34\Doc\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying tcl property. Its current value is 'C:\Python34\tcl'. Its new value: 'C:\Python34\tcl\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying dde1.4 property. Its current value is 'C:\Python34\tcl\dde1.4'. Its new value: 'C:\Python34\tcl\dde1.4\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying itcl4.0.0 property. Its current value is 'C:\Python34\tcl\itcl4.0.0'. Its new value: 'C:\Python34\tcl\itcl4.0.0\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying reg1.3 property. Its current value is 'C:\Python34\tcl\reg1.3'. Its new value: 'C:\Python34\tcl\reg1.3\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying sqlite33.8.0 property. Its current value is 'C:\Python34\tcl\sqlite33.8.0'. Its new value: 'C:\Python34\tcl\sqlite33.8.0\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Adding tcl8 property. Its value is 'C:\Python34\tcl\tcl8\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Adding _8.2 property. Its value is 'C:\Python34\tcl\tcl8\8.2\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Adding _8.3 property. Its value is 'C:\Python34\tcl\tcl8\8.3\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying _8.4 property. Its current value is 'C:\Python34\tcl\tcl8\8.4'. Its new value: 'C:\Python34\tcl\tcl8\8.4\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying platform property. Its current value is 'C:\Python34\tcl\tcl8\8.4\platform'. Its new value: 'C:\Python34\tcl\tcl8\8.4\platform\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying _8.5 property. Its current value is 'C:\Python34\tcl\tcl8\8.5'. Its new value: 'C:\Python34\tcl\tcl8\8.5\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying _8.6 property. Its current value is 'C:\Python34\tcl\tcl8\8.6'. Its new value: 'C:\Python34\tcl\tcl8\8.6\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying tdbc property. Its current value is 'C:\Python34\tcl\tcl8\8.6\tdbc'. Its new value: 'C:\Python34\tcl\tcl8\8.6\tdbc\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying tcl8.6 property. Its current value is 'C:\Python34\tcl\tcl8.6'. Its new value: 'C:\Python34\tcl\tcl8.6\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying encoding property. Its current value is 'C:\Python34\tcl\tcl8.6\encoding'. Its new value: 'C:\Python34\tcl\tcl8.6\encoding\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying http1.0 property. Its current value is 'C:\Python34\tcl\tcl8.6\http1.0'. Its new value: 'C:\Python34\tcl\tcl8.6\http1.0\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying msgs1 property. Its current value is 'C:\Python34\tcl\tcl8.6\msgs'. Its new value: 'C:\Python34\tcl\tcl8.6\msgs\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying opt0.4 property. Its current value is 'C:\Python34\tcl\tcl8.6\opt0.4'. Its new value: 'C:\Python34\tcl\tcl8.6\opt0.4\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying tzdata property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Africa property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Africa'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Africa\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying America property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\America'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\America\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Argentina property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Argentina'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Indiana property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Indiana'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Kentucky property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying North_Dakota property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Antarctica property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Antarctica'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Antarctica\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Arctic property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Arctic'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Arctic\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Asia property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Asia'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Asia\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Australia property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Australia'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Australia\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Brazil property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Brazil'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Brazil\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Atlantic property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Atlantic'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Atlantic\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Canada property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Canada'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Canada\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Chile property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Chile'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Chile\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Etc property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Etc'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Etc\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Europe property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Europe'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Europe\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Indian property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Indian'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Indian\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Mexico property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Mexico'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Mexico\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying SystemV property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\SystemV'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\SystemV\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Pacific property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Pacific'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Pacific\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying US property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\US'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\US\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying tdbc1.0.0 property. Its current value is 'C:\Python34\tcl\tdbc1.0.0'. Its new value: 'C:\Python34\tcl\tdbc1.0.0\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying tdbcmysql1.0.0 property. Its current value is 'C:\Python34\tcl\tdbcmysql1.0.0'. Its new value: 'C:\Python34\tcl\tdbcmysql1.0.0\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying tdbcodbc1.0.0 property. Its current value is 'C:\Python34\tcl\tdbcodbc1.0.0'. Its new value: 'C:\Python34\tcl\tdbcodbc1.0.0\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying tdbcpostgres1.0.0 property. Its current value is 'C:\Python34\tcl\tdbcpostgres1.0.0'. Its new value: 'C:\Python34\tcl\tdbcpostgres1.0.0\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying tdbcsqlite1.0.0 property. Its current value is 'C:\Python34\tcl\tdbcsqlite1.0.0'. Its new value: 'C:\Python34\tcl\tdbcsqlite1.0.0\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying thread2.7.0 property. Its current value is 'C:\Python34\tcl\thread2.7.0'. Its new value: 'C:\Python34\tcl\thread2.7.0\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying tix8.4.3 property. Its current value is 'C:\Python34\tcl\tix8.4.3'. Its new value: 'C:\Python34\tcl\tix8.4.3\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying bitmaps1 property. Its current value is 'C:\Python34\tcl\tix8.4.3\bitmaps'. Its new value: 'C:\Python34\tcl\tix8.4.3\bitmaps\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying demos1 property. Its current value is 'C:\Python34\tcl\tix8.4.3\demos'. Its new value: 'C:\Python34\tcl\tix8.4.3\demos\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying bitmaps property. Its current value is 'C:\Python34\tcl\tix8.4.3\demos\bitmaps'. Its new value: 'C:\Python34\tcl\tix8.4.3\demos\bitmaps\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying samples property. Its current value is 'C:\Python34\tcl\tix8.4.3\demos\samples'. Its new value: 'C:\Python34\tcl\tix8.4.3\demos\samples\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying pref property. Its current value is 'C:\Python34\tcl\tix8.4.3\pref'. Its new value: 'C:\Python34\tcl\tix8.4.3\pref\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying tk8.6 property. Its current value is 'C:\Python34\tcl\tk8.6'. Its new value: 'C:\Python34\tcl\tk8.6\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying demos property. Its current value is 'C:\Python34\tcl\tk8.6\demos'. Its new value: 'C:\Python34\tcl\tk8.6\demos\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying images1 property. Its current value is 'C:\Python34\tcl\tk8.6\demos\images'. Its new value: 'C:\Python34\tcl\tk8.6\demos\images\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying images property. Its current value is 'C:\Python34\tcl\tk8.6\images'. Its new value: 'C:\Python34\tcl\tk8.6\images\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying msgs property. Its current value is 'C:\Python34\tcl\tk8.6\msgs'. Its new value: 'C:\Python34\tcl\tk8.6\msgs\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying ttk property. Its current value is 'C:\Python34\tcl\tk8.6\ttk'. Its new value: 'C:\Python34\tcl\tk8.6\ttk\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying libs property. Its current value is 'C:\Python34\libs'. Its new value: 'C:\Python34\libs\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying include property. Its current value is 'C:\Python34\include'. Its new value: 'C:\Python34\include\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying Lib property. Its current value is 'C:\Python34\Lib'. Its new value: 'C:\Python34\Lib\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying dbm property. Its current value is 'C:\Python34\Lib\dbm'. Its new value: 'C:\Python34\Lib\dbm\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying dbm_pycache property. Its current value is 'C:\Python34\Lib\dbm\__pycache__'. Its new value: 'C:\Python34\Lib\dbm\__pycache__\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying distutils property. Its current value is 'C:\Python34\Lib\distutils'. Its new value: 'C:\Python34\Lib\distutils\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying tests1 property. Its current value is 'C:\Python34\Lib\distutils\tests'. Its new value: 'C:\Python34\Lib\distutils\tests\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying tests1_pycache property. Its current value is 'C:\Python34\Lib\distutils\tests\__pycache__'. Its new value: 'C:\Python34\Lib\distutils\tests\__pycache__\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying command property. Its current value is 'C:\Python34\Lib\distutils\command'. Its new value: 'C:\Python34\Lib\distutils\command\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying command_pycache property. Its current value is 'C:\Python34\Lib\distutils\command\__pycache__'. Its new value: 'C:\Python34\Lib\distutils\command\__pycache__\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying distutils_pycache property. Its current value is 'C:\Python34\Lib\distutils\__pycache__'. Its new value: 'C:\Python34\Lib\distutils\__pycache__\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying importlib property. Its current value is 'C:\Python34\Lib\importlib'. Its new value: 'C:\Python34\Lib\importlib\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying importlib_pycache property. Its current value is 'C:\Python34\Lib\importlib\__pycache__'. Its new value: 'C:\Python34\Lib\importlib\__pycache__\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying collections property. Its current value is 'C:\Python34\Lib\collections'. Its new value: 'C:\Python34\Lib\collections\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying collections_pycache property. Its current value is 'C:\Python34\Lib\collections\__pycache__'. Its new value: 'C:\Python34\Lib\collections\__pycache__\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying unittest property. Its current value is 'C:\Python34\Lib\unittest'. Its new value: 'C:\Python34\Lib\unittest\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying test4 property. Its current value is 'C:\Python34\Lib\unittest\test'. Its new value: 'C:\Python34\Lib\unittest\test\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying testmock property. Its current value is 'C:\Python34\Lib\unittest\test\testmock'. Its new value: 'C:\Python34\Lib\unittest\test\testmock\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying testmock_pycache property. Its current value is 'C:\Python34\Lib\unittest\test\testmock\__pycache__'. Its new value: 'C:\Python34\Lib\unittest\test\testmock\__pycache__\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying test4_pycache property. Its current value is 'C:\Python34\Lib\unittest\test\__pycache__'. Its new value: 'C:\Python34\Lib\unittest\test\__pycache__\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying unittest_pycache property. Its current value is 'C:\Python34\Lib\unittest\__pycache__'. Its new value: 'C:\Python34\Lib\unittest\__pycache__\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying xmlrpc property. Its current value is 'C:\Python34\Lib\xmlrpc'. Its new value: 'C:\Python34\Lib\xmlrpc\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying xmlrpc_pycache property. Its current value is 'C:\Python34\Lib\xmlrpc\__pycache__'. Its new value: 'C:\Python34\Lib\xmlrpc\__pycache__\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying msilib property. Its current value is 'C:\Python34\Lib\msilib'. Its new value: 'C:\Python34\Lib\msilib\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying msilib_pycache property. Its current value is 'C:\Python34\Lib\msilib\__pycache__'. Its new value: 'C:\Python34\Lib\msilib\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying pydoc_data property. Its current value is 'C:\Python34\Lib\pydoc_data'. Its new value: 'C:\Python34\Lib\pydoc_data\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying pydoc_data_pycache property. Its current value is 'C:\Python34\Lib\pydoc_data\__pycache__'. Its new value: 'C:\Python34\Lib\pydoc_data\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying encodings property. Its current value is 'C:\Python34\Lib\encodings'. Its new value: 'C:\Python34\Lib\encodings\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying encodings_pycache property. Its current value is 'C:\Python34\Lib\encodings\__pycache__'. Its new value: 'C:\Python34\Lib\encodings\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying urllib property. Its current value is 'C:\Python34\Lib\urllib'. Its new value: 'C:\Python34\Lib\urllib\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying urllib_pycache property. Its current value is 'C:\Python34\Lib\urllib\__pycache__'. Its new value: 'C:\Python34\Lib\urllib\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying email property. Its current value is 'C:\Python34\Lib\email'. Its new value: 'C:\Python34\Lib\email\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying mime property. Its current value is 'C:\Python34\Lib\email\mime'. Its new value: 'C:\Python34\Lib\email\mime\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying mime_pycache property. Its current value is 'C:\Python34\Lib\email\mime\__pycache__'. Its new value: 'C:\Python34\Lib\email\mime\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying email_pycache property. Its current value is 'C:\Python34\Lib\email\__pycache__'. Its new value: 'C:\Python34\Lib\email\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying xml property. Its current value is 'C:\Python34\Lib\xml'. Its new value: 'C:\Python34\Lib\xml\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying sax property. Its current value is 'C:\Python34\Lib\xml\sax'. Its new value: 'C:\Python34\Lib\xml\sax\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying sax_pycache property. Its current value is 'C:\Python34\Lib\xml\sax\__pycache__'. Its new value: 'C:\Python34\Lib\xml\sax\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying parsers property. Its current value is 'C:\Python34\Lib\xml\parsers'. Its new value: 'C:\Python34\Lib\xml\parsers\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying parsers_pycache property. Its current value is 'C:\Python34\Lib\xml\parsers\__pycache__'. Its new value: 'C:\Python34\Lib\xml\parsers\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying etree property. Its current value is 'C:\Python34\Lib\xml\etree'. Its new value: 'C:\Python34\Lib\xml\etree\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying etree_pycache property. Its current value is 'C:\Python34\Lib\xml\etree\__pycache__'. Its new value: 'C:\Python34\Lib\xml\etree\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying dom property. Its current value is 'C:\Python34\Lib\xml\dom'. Its new value: 'C:\Python34\Lib\xml\dom\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying dom_pycache property. Its current value is 'C:\Python34\Lib\xml\dom\__pycache__'. Its new value: 'C:\Python34\Lib\xml\dom\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying xml_pycache property. Its current value is 'C:\Python34\Lib\xml\__pycache__'. Its new value: 'C:\Python34\Lib\xml\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying turtledemo property. Its current value is 'C:\Python34\Lib\turtledemo'. Its new value: 'C:\Python34\Lib\turtledemo\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying turtledemo_pycache property. Its current value is 'C:\Python34\Lib\turtledemo\__pycache__'. Its new value: 'C:\Python34\Lib\turtledemo\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying test3 property. Its current value is 'C:\Python34\Lib\test'. Its new value: 'C:\Python34\Lib\test\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying test_email property. Its current value is 'C:\Python34\Lib\test\test_email'. Its new value: 'C:\Python34\Lib\test\test_email\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying data2 property. Its current value is 'C:\Python34\Lib\test\test_email\data'. Its new value: 'C:\Python34\Lib\test\test_email\data\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying test_email_pycache property. Its current value is 'C:\Python34\Lib\test\test_email\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_email\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying test_importlib property. Its current value is 'C:\Python34\Lib\test\test_importlib'. Its new value: 'C:\Python34\Lib\test\test_importlib\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying import_ property. Its current value is 'C:\Python34\Lib\test\test_importlib\import_'. Its new value: 'C:\Python34\Lib\test\test_importlib\import_\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying import__pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\import_\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\import_\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying extension property. Its current value is 'C:\Python34\Lib\test\test_importlib\extension'. Its new value: 'C:\Python34\Lib\test\test_importlib\extension\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying extension_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\extension\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\extension\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying source property. Its current value is 'C:\Python34\Lib\test\test_importlib\source'. Its new value: 'C:\Python34\Lib\test\test_importlib\source\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying source_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\source\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\source\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying frozen property. Its current value is 'C:\Python34\Lib\test\test_importlib\frozen'. Its new value: 'C:\Python34\Lib\test\test_importlib\frozen\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying frozen_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\frozen\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\frozen\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying namespace_pkgs property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Adding portion2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying foo3 property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying foo3_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Adding portion1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying foo2 property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying foo2_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Adding not_a_namespace_pkg property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying foo1 property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying foo1_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Adding both_portions property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying foo property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying foo_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Adding project2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Adding parent2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying child2 property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying child2_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Adding project1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Adding parent1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying child1 property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying child1_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Adding project3 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Adding parent property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying child property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying child_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying module_and_namespace_package property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying a_test property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying module_and_namespace_package_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying builtin property. Its current value is 'C:\Python34\Lib\test\test_importlib\builtin'. Its new value: 'C:\Python34\Lib\test\test_importlib\builtin\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying builtin_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\builtin\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\builtin\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying test_importlib_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying audiodata property. Its current value is 'C:\Python34\Lib\test\audiodata'. Its new value: 'C:\Python34\Lib\test\audiodata\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying data1 property. Its current value is 'C:\Python34\Lib\test\data'. Its new value: 'C:\Python34\Lib\test\data\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying xmltestdata property. Its current value is 'C:\Python34\Lib\test\xmltestdata'. Its new value: 'C:\Python34\Lib\test\xmltestdata\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying test_json property. Its current value is 'C:\Python34\Lib\test\test_json'. Its new value: 'C:\Python34\Lib\test\test_json\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying test_json_pycache property. Its current value is 'C:\Python34\Lib\test\test_json\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_json\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying subprocessdata property. Its current value is 'C:\Python34\Lib\test\subprocessdata'. Its new value: 'C:\Python34\Lib\test\subprocessdata\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying subprocessdata_pycache property. Its current value is 'C:\Python34\Lib\test\subprocessdata\__pycache__'. Its new value: 'C:\Python34\Lib\test\subprocessdata\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying leakers property. Its current value is 'C:\Python34\Lib\test\leakers'. Its new value: 'C:\Python34\Lib\test\leakers\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying leakers_pycache property. Its current value is 'C:\Python34\Lib\test\leakers\__pycache__'. Its new value: 'C:\Python34\Lib\test\leakers\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying cjkencodings property. Its current value is 'C:\Python34\Lib\test\cjkencodings'. Its new value: 'C:\Python34\Lib\test\cjkencodings\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying crashers property. Its current value is 'C:\Python34\Lib\test\crashers'. Its new value: 'C:\Python34\Lib\test\crashers\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying crashers_pycache property. Its current value is 'C:\Python34\Lib\test\crashers\__pycache__'. Its new value: 'C:\Python34\Lib\test\crashers\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying tracedmodules property. Its current value is 'C:\Python34\Lib\test\tracedmodules'. Its new value: 'C:\Python34\Lib\test\tracedmodules\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying tracedmodules_pycache property. Its current value is 'C:\Python34\Lib\test\tracedmodules\__pycache__'. Its new value: 'C:\Python34\Lib\test\tracedmodules\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying sndhdrdata property. Its current value is 'C:\Python34\Lib\test\sndhdrdata'. Its new value: 'C:\Python34\Lib\test\sndhdrdata\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying decimaltestdata property. Its current value is 'C:\Python34\Lib\test\decimaltestdata'. Its new value: 'C:\Python34\Lib\test\decimaltestdata\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying test_tools property. Its current value is 'C:\Python34\Lib\test\test_tools'. Its new value: 'C:\Python34\Lib\test\test_tools\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying test_tools_pycache property. Its current value is 'C:\Python34\Lib\test\test_tools\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_tools\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying imghdrdata property. Its current value is 'C:\Python34\Lib\test\imghdrdata'. Its new value: 'C:\Python34\Lib\test\imghdrdata\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying encoded_modules property. Its current value is 'C:\Python34\Lib\test\encoded_modules'. Its new value: 'C:\Python34\Lib\test\encoded_modules\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying encoded_modules_pycache property. Its current value is 'C:\Python34\Lib\test\encoded_modules\__pycache__'. Its new value: 'C:\Python34\Lib\test\encoded_modules\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying capath property. Its current value is 'C:\Python34\Lib\test\capath'. Its new value: 'C:\Python34\Lib\test\capath\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying support property. Its current value is 'C:\Python34\Lib\test\support'. Its new value: 'C:\Python34\Lib\test\support\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying support_pycache property. Its current value is 'C:\Python34\Lib\test\support\__pycache__'. Its new value: 'C:\Python34\Lib\test\support\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying test_asyncio property. Its current value is 'C:\Python34\Lib\test\test_asyncio'. Its new value: 'C:\Python34\Lib\test\test_asyncio\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying test_asyncio_pycache property. Its current value is 'C:\Python34\Lib\test\test_asyncio\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_asyncio\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying test3_pycache property. Its current value is 'C:\Python34\Lib\test\__pycache__'. Its new value: 'C:\Python34\Lib\test\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying ctypes property. Its current value is 'C:\Python34\Lib\ctypes'. Its new value: 'C:\Python34\Lib\ctypes\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying macholib property. Its current value is 'C:\Python34\Lib\ctypes\macholib'. Its new value: 'C:\Python34\Lib\ctypes\macholib\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying macholib_pycache property. Its current value is 'C:\Python34\Lib\ctypes\macholib\__pycache__'. Its new value: 'C:\Python34\Lib\ctypes\macholib\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying test2 property. Its current value is 'C:\Python34\Lib\ctypes\test'. Its new value: 'C:\Python34\Lib\ctypes\test\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying test2_pycache property. Its current value is 'C:\Python34\Lib\ctypes\test\__pycache__'. Its new value: 'C:\Python34\Lib\ctypes\test\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying ctypes_pycache property. Its current value is 'C:\Python34\Lib\ctypes\__pycache__'. Its new value: 'C:\Python34\Lib\ctypes\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying logging property. Its current value is 'C:\Python34\Lib\logging'. Its new value: 'C:\Python34\Lib\logging\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying logging_pycache property. Its current value is 'C:\Python34\Lib\logging\__pycache__'. Its new value: 'C:\Python34\Lib\logging\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying ensurepip property. Its current value is 'C:\Python34\Lib\ensurepip'. Its new value: 'C:\Python34\Lib\ensurepip\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying _bundled property. Its current value is 'C:\Python34\Lib\ensurepip\_bundled'. Its new value: 'C:\Python34\Lib\ensurepip\_bundled\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying ensurepip_pycache property. Its current value is 'C:\Python34\Lib\ensurepip\__pycache__'. Its new value: 'C:\Python34\Lib\ensurepip\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying multiprocessing property. Its current value is 'C:\Python34\Lib\multiprocessing'. Its new value: 'C:\Python34\Lib\multiprocessing\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying dummy property. Its current value is 'C:\Python34\Lib\multiprocessing\dummy'. Its new value: 'C:\Python34\Lib\multiprocessing\dummy\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying dummy_pycache property. Its current value is 'C:\Python34\Lib\multiprocessing\dummy\__pycache__'. Its new value: 'C:\Python34\Lib\multiprocessing\dummy\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying multiprocessing_pycache property. Its current value is 'C:\Python34\Lib\multiprocessing\__pycache__'. Its new value: 'C:\Python34\Lib\multiprocessing\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying curses property. Its current value is 'C:\Python34\Lib\curses'. Its new value: 'C:\Python34\Lib\curses\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying curses_pycache property. Its current value is 'C:\Python34\Lib\curses\__pycache__'. Its new value: 'C:\Python34\Lib\curses\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying json property. Its current value is 'C:\Python34\Lib\json'. Its new value: 'C:\Python34\Lib\json\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying json_pycache property. Its current value is 'C:\Python34\Lib\json\__pycache__'. Its new value: 'C:\Python34\Lib\json\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying venv property. Its current value is 'C:\Python34\Lib\venv'. Its new value: 'C:\Python34\Lib\venv\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Adding scripts property. Its value is 'C:\Python34\Lib\venv\scripts\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying posix property. Its current value is 'C:\Python34\Lib\venv\scripts\posix'. Its new value: 'C:\Python34\Lib\venv\scripts\posix\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying nt property. Its current value is 'C:\Python34\Lib\venv\scripts\nt'. Its new value: 'C:\Python34\Lib\venv\scripts\nt\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying venv_pycache property. Its current value is 'C:\Python34\Lib\venv\__pycache__'. Its new value: 'C:\Python34\Lib\venv\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying wsgiref property. Its current value is 'C:\Python34\Lib\wsgiref'. Its new value: 'C:\Python34\Lib\wsgiref\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying wsgiref_pycache property. Its current value is 'C:\Python34\Lib\wsgiref\__pycache__'. Its new value: 'C:\Python34\Lib\wsgiref\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying tkinter property. Its current value is 'C:\Python34\Lib\tkinter'. Its new value: 'C:\Python34\Lib\tkinter\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying test1 property. Its current value is 'C:\Python34\Lib\tkinter\test'. Its new value: 'C:\Python34\Lib\tkinter\test\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying test_ttk property. Its current value is 'C:\Python34\Lib\tkinter\test\test_ttk'. Its new value: 'C:\Python34\Lib\tkinter\test\test_ttk\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying test_ttk_pycache property. Its current value is 'C:\Python34\Lib\tkinter\test\test_ttk\__pycache__'. Its new value: 'C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying test_tkinter property. Its current value is 'C:\Python34\Lib\tkinter\test\test_tkinter'. Its new value: 'C:\Python34\Lib\tkinter\test\test_tkinter\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying test_tkinter_pycache property. Its current value is 'C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__'. Its new value: 'C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying test1_pycache property. Its current value is 'C:\Python34\Lib\tkinter\test\__pycache__'. Its new value: 'C:\Python34\Lib\tkinter\test\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying tkinter_pycache property. Its current value is 'C:\Python34\Lib\tkinter\__pycache__'. Its new value: 'C:\Python34\Lib\tkinter\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying lib2to3 property. Its current value is 'C:\Python34\Lib\lib2to3'. Its new value: 'C:\Python34\Lib\lib2to3\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying fixes property. Its current value is 'C:\Python34\Lib\lib2to3\fixes'. Its new value: 'C:\Python34\Lib\lib2to3\fixes\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying fixes_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\fixes\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\fixes\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying tests property. Its current value is 'C:\Python34\Lib\lib2to3\tests'. Its new value: 'C:\Python34\Lib\lib2to3\tests\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying data property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying fixers property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data\fixers'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\fixers\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying myfixes property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying myfixes_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying fixers_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying data_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying tests_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\tests\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\tests\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying pgen2 property. Its current value is 'C:\Python34\Lib\lib2to3\pgen2'. Its new value: 'C:\Python34\Lib\lib2to3\pgen2\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying pgen2_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\pgen2\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\pgen2\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying lib2to3_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying html property. Its current value is 'C:\Python34\Lib\html'. Its new value: 'C:\Python34\Lib\html\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying html_pycache property. Its current value is 'C:\Python34\Lib\html\__pycache__'. Its new value: 'C:\Python34\Lib\html\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying sqlite3 property. Its current value is 'C:\Python34\Lib\sqlite3'. Its new value: 'C:\Python34\Lib\sqlite3\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying test property. Its current value is 'C:\Python34\Lib\sqlite3\test'. Its new value: 'C:\Python34\Lib\sqlite3\test\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying test_pycache property. Its current value is 'C:\Python34\Lib\sqlite3\test\__pycache__'. Its new value: 'C:\Python34\Lib\sqlite3\test\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying sqlite3_pycache property. Its current value is 'C:\Python34\Lib\sqlite3\__pycache__'. Its new value: 'C:\Python34\Lib\sqlite3\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying http property. Its current value is 'C:\Python34\Lib\http'. Its new value: 'C:\Python34\Lib\http\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying http_pycache property. Its current value is 'C:\Python34\Lib\http\__pycache__'. Its new value: 'C:\Python34\Lib\http\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying concurrent property. Its current value is 'C:\Python34\Lib\concurrent'. Its new value: 'C:\Python34\Lib\concurrent\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying futures property. Its current value is 'C:\Python34\Lib\concurrent\futures'. Its new value: 'C:\Python34\Lib\concurrent\futures\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying futures_pycache property. Its current value is 'C:\Python34\Lib\concurrent\futures\__pycache__'. Its new value: 'C:\Python34\Lib\concurrent\futures\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying concurrent_pycache property. Its current value is 'C:\Python34\Lib\concurrent\__pycache__'. Its new value: 'C:\Python34\Lib\concurrent\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying idlelib property. Its current value is 'C:\Python34\Lib\idlelib'. Its new value: 'C:\Python34\Lib\idlelib\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying Icons property. Its current value is 'C:\Python34\Lib\idlelib\Icons'. Its new value: 'C:\Python34\Lib\idlelib\Icons\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying idle_test property. Its current value is 'C:\Python34\Lib\idlelib\idle_test'. Its new value: 'C:\Python34\Lib\idlelib\idle_test\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying idle_test_pycache property. Its current value is 'C:\Python34\Lib\idlelib\idle_test\__pycache__'. Its new value: 'C:\Python34\Lib\idlelib\idle_test\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying idlelib_pycache property. Its current value is 'C:\Python34\Lib\idlelib\__pycache__'. Its new value: 'C:\Python34\Lib\idlelib\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying site_packages property. Its current value is 'C:\Python34\Lib\site-packages'. Its new value: 'C:\Python34\Lib\site-packages\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying asyncio property. Its current value is 'C:\Python34\Lib\asyncio'. Its new value: 'C:\Python34\Lib\asyncio\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying asyncio_pycache property. Its current value is 'C:\Python34\Lib\asyncio\__pycache__'. Its new value: 'C:\Python34\Lib\asyncio\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying Lib_pycache property. Its current value is 'C:\Python34\Lib\__pycache__'. Its new value: 'C:\Python34\Lib\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying DLLs property. Its current value is 'C:\Python34\DLLs'. Its new value: 'C:\Python34\DLLs\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying LAUNCHERDIR property. Its current value is 'C:\WINDOWS'. Its new value: 'C:\WINDOWS\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying DLLDIR property. Its current value is 'C:\WINDOWS\SysWOW64'. Its new value: 'C:\WINDOWS\SysWOW64\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Adding Tools property. Its value is 'C:\Python34\Tools\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying Scripts property. Its current value is 'C:\Python34\Tools\Scripts'. Its new value: 'C:\Python34\Tools\Scripts\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying Scripts_pycache property. Its current value is 'C:\Python34\Tools\Scripts\__pycache__'. Its new value: 'C:\Python34\Tools\Scripts\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying i18n property. Its current value is 'C:\Python34\Tools\i18n'. Its new value: 'C:\Python34\Tools\i18n\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying i18n_pycache property. Its current value is 'C:\Python34\Tools\i18n\__pycache__'. Its new value: 'C:\Python34\Tools\i18n\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying pynche property. Its current value is 'C:\Python34\Tools\pynche'. Its new value: 'C:\Python34\Tools\pynche\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying pynche_pycache property. Its current value is 'C:\Python34\Tools\pynche\__pycache__'. Its new value: 'C:\Python34\Tools\pynche\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying X property. Its current value is 'C:\Python34\Tools\pynche\X'. Its new value: 'C:\Python34\Tools\pynche\X\'. MSI (s) (9C:2C) [21:24:58:717]: Target path resolution complete. Dumping Directory table... MSI (s) (9C:2C) [21:24:58:717]: Note: target paths subject to change (via custom actions or browsing) MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: TARGETDIR , Object: C:\Python34\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: WindowsFolder , Object: C:\WINDOWS\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D , Object: C:\WINDOWS\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D , Object: C:\WINDOWS\SysWOW64\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: ProgramMenuFolder , Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: MenuDir , Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: Doc , Object: C:\Python34\Doc\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: tcl , Object: C:\Python34\tcl\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: dde1.4 , Object: C:\Python34\tcl\dde1.4\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: itcl4.0.0 , Object: C:\Python34\tcl\itcl4.0.0\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: reg1.3 , Object: C:\Python34\tcl\reg1.3\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: sqlite33.8.0 , Object: C:\Python34\tcl\sqlite33.8.0\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: tcl8 , Object: C:\Python34\tcl\tcl8\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: _8.2 , Object: C:\Python34\tcl\tcl8\8.2\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: _8.3 , Object: C:\Python34\tcl\tcl8\8.3\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: _8.4 , Object: C:\Python34\tcl\tcl8\8.4\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: platform , Object: C:\Python34\tcl\tcl8\8.4\platform\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: _8.5 , Object: C:\Python34\tcl\tcl8\8.5\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: _8.6 , Object: C:\Python34\tcl\tcl8\8.6\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tdbc , Object: C:\Python34\tcl\tcl8\8.6\tdbc\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tcl8.6 , Object: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: encoding , Object: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: http1.0 , Object: C:\Python34\tcl\tcl8.6\http1.0\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: msgs1 , Object: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: opt0.4 , Object: C:\Python34\tcl\tcl8.6\opt0.4\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tzdata , Object: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Africa , Object: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: America , Object: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Argentina , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Indiana , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Kentucky , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: North_Dakota , Object: C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Antarctica , Object: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Arctic , Object: C:\Python34\tcl\tcl8.6\tzdata\Arctic\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Asia , Object: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Australia , Object: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Brazil , Object: C:\Python34\tcl\tcl8.6\tzdata\Brazil\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Atlantic , Object: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Canada , Object: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Chile , Object: C:\Python34\tcl\tcl8.6\tzdata\Chile\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Etc , Object: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Europe , Object: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Indian , Object: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Mexico , Object: C:\Python34\tcl\tcl8.6\tzdata\Mexico\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: SystemV , Object: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Pacific , Object: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: US , Object: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tdbc1.0.0 , Object: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tdbcmysql1.0.0 , Object: C:\Python34\tcl\tdbcmysql1.0.0\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tdbcodbc1.0.0 , Object: C:\Python34\tcl\tdbcodbc1.0.0\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tdbcpostgres1.0.0 , Object: C:\Python34\tcl\tdbcpostgres1.0.0\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tdbcsqlite1.0.0 , Object: C:\Python34\tcl\tdbcsqlite1.0.0\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: thread2.7.0 , Object: C:\Python34\tcl\thread2.7.0\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tix8.4.3 , Object: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: bitmaps1 , Object: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: demos1 , Object: C:\Python34\tcl\tix8.4.3\demos\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: bitmaps , Object: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: samples , Object: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: pref , Object: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tk8.6 , Object: C:\Python34\tcl\tk8.6\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: demos , Object: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: images1 , Object: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: images , Object: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: msgs , Object: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: ttk , Object: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: libs , Object: C:\Python34\libs\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: include , Object: C:\Python34\include\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Lib , Object: C:\Python34\Lib\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: dbm , Object: C:\Python34\Lib\dbm\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: dbm_pycache , Object: C:\Python34\Lib\dbm\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: distutils , Object: C:\Python34\Lib\distutils\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tests1 , Object: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tests1_pycache , Object: C:\Python34\Lib\distutils\tests\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: command , Object: C:\Python34\Lib\distutils\command\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: command_pycache , Object: C:\Python34\Lib\distutils\command\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: distutils_pycache , Object: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: importlib , Object: C:\Python34\Lib\importlib\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: importlib_pycache , Object: C:\Python34\Lib\importlib\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: collections , Object: C:\Python34\Lib\collections\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: collections_pycache , Object: C:\Python34\Lib\collections\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: unittest , Object: C:\Python34\Lib\unittest\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test4 , Object: C:\Python34\Lib\unittest\test\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: testmock , Object: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: testmock_pycache , Object: C:\Python34\Lib\unittest\test\testmock\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test4_pycache , Object: C:\Python34\Lib\unittest\test\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: unittest_pycache , Object: C:\Python34\Lib\unittest\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: xmlrpc , Object: C:\Python34\Lib\xmlrpc\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: xmlrpc_pycache , Object: C:\Python34\Lib\xmlrpc\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: msilib , Object: C:\Python34\Lib\msilib\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: msilib_pycache , Object: C:\Python34\Lib\msilib\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: pydoc_data , Object: C:\Python34\Lib\pydoc_data\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: pydoc_data_pycache , Object: C:\Python34\Lib\pydoc_data\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: encodings , Object: C:\Python34\Lib\encodings\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: encodings_pycache , Object: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: urllib , Object: C:\Python34\Lib\urllib\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: urllib_pycache , Object: C:\Python34\Lib\urllib\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: email , Object: C:\Python34\Lib\email\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: mime , Object: C:\Python34\Lib\email\mime\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: mime_pycache , Object: C:\Python34\Lib\email\mime\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: email_pycache , Object: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: xml , Object: C:\Python34\Lib\xml\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: sax , Object: C:\Python34\Lib\xml\sax\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: sax_pycache , Object: C:\Python34\Lib\xml\sax\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: parsers , Object: C:\Python34\Lib\xml\parsers\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: parsers_pycache , Object: C:\Python34\Lib\xml\parsers\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: etree , Object: C:\Python34\Lib\xml\etree\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: etree_pycache , Object: C:\Python34\Lib\xml\etree\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: dom , Object: C:\Python34\Lib\xml\dom\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: dom_pycache , Object: C:\Python34\Lib\xml\dom\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: xml_pycache , Object: C:\Python34\Lib\xml\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: turtledemo , Object: C:\Python34\Lib\turtledemo\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: turtledemo_pycache , Object: C:\Python34\Lib\turtledemo\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test3 , Object: C:\Python34\Lib\test\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_email , Object: C:\Python34\Lib\test\test_email\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: data2 , Object: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_email_pycache , Object: C:\Python34\Lib\test\test_email\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_importlib , Object: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: import_ , Object: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: import__pycache , Object: C:\Python34\Lib\test\test_importlib\import_\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: extension , Object: C:\Python34\Lib\test\test_importlib\extension\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: extension_pycache , Object: C:\Python34\Lib\test\test_importlib\extension\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: source , Object: C:\Python34\Lib\test\test_importlib\source\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: source_pycache , Object: C:\Python34\Lib\test\test_importlib\source\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: frozen , Object: C:\Python34\Lib\test\test_importlib\frozen\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: frozen_pycache , Object: C:\Python34\Lib\test\test_importlib\frozen\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: namespace_pkgs , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: portion2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: foo3 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: foo3_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: portion1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: foo2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: foo2_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: not_a_namespace_pkg , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: foo1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: foo1_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: both_portions , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: foo , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: foo_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: project2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: parent2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: child2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: child2_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: project1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: parent1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: child1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: child1_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: project3 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: parent , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: child , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: child_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: module_and_namespace_package , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: a_test , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: module_and_namespace_package_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: builtin , Object: C:\Python34\Lib\test\test_importlib\builtin\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: builtin_pycache , Object: C:\Python34\Lib\test\test_importlib\builtin\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_importlib_pycache , Object: C:\Python34\Lib\test\test_importlib\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: audiodata , Object: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: data1 , Object: C:\Python34\Lib\test\data\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: xmltestdata , Object: C:\Python34\Lib\test\xmltestdata\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_json , Object: C:\Python34\Lib\test\test_json\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_json_pycache , Object: C:\Python34\Lib\test\test_json\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: subprocessdata , Object: C:\Python34\Lib\test\subprocessdata\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: subprocessdata_pycache , Object: C:\Python34\Lib\test\subprocessdata\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: leakers , Object: C:\Python34\Lib\test\leakers\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: leakers_pycache , Object: C:\Python34\Lib\test\leakers\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: cjkencodings , Object: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: crashers , Object: C:\Python34\Lib\test\crashers\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: crashers_pycache , Object: C:\Python34\Lib\test\crashers\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tracedmodules , Object: C:\Python34\Lib\test\tracedmodules\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tracedmodules_pycache , Object: C:\Python34\Lib\test\tracedmodules\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: sndhdrdata , Object: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: decimaltestdata , Object: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_tools , Object: C:\Python34\Lib\test\test_tools\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_tools_pycache , Object: C:\Python34\Lib\test\test_tools\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: imghdrdata , Object: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: encoded_modules , Object: C:\Python34\Lib\test\encoded_modules\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: encoded_modules_pycache , Object: C:\Python34\Lib\test\encoded_modules\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: capath , Object: C:\Python34\Lib\test\capath\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: support , Object: C:\Python34\Lib\test\support\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: support_pycache , Object: C:\Python34\Lib\test\support\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_asyncio , Object: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_asyncio_pycache , Object: C:\Python34\Lib\test\test_asyncio\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test3_pycache , Object: C:\Python34\Lib\test\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: ctypes , Object: C:\Python34\Lib\ctypes\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: macholib , Object: C:\Python34\Lib\ctypes\macholib\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: macholib_pycache , Object: C:\Python34\Lib\ctypes\macholib\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test2 , Object: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test2_pycache , Object: C:\Python34\Lib\ctypes\test\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: ctypes_pycache , Object: C:\Python34\Lib\ctypes\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: logging , Object: C:\Python34\Lib\logging\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: logging_pycache , Object: C:\Python34\Lib\logging\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: ensurepip , Object: C:\Python34\Lib\ensurepip\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: _bundled , Object: C:\Python34\Lib\ensurepip\_bundled\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: ensurepip_pycache , Object: C:\Python34\Lib\ensurepip\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: multiprocessing , Object: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: dummy , Object: C:\Python34\Lib\multiprocessing\dummy\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: dummy_pycache , Object: C:\Python34\Lib\multiprocessing\dummy\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: multiprocessing_pycache , Object: C:\Python34\Lib\multiprocessing\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: curses , Object: C:\Python34\Lib\curses\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: curses_pycache , Object: C:\Python34\Lib\curses\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: json , Object: C:\Python34\Lib\json\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: json_pycache , Object: C:\Python34\Lib\json\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: venv , Object: C:\Python34\Lib\venv\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: scripts , Object: C:\Python34\Lib\venv\scripts\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: posix , Object: C:\Python34\Lib\venv\scripts\posix\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: nt , Object: C:\Python34\Lib\venv\scripts\nt\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: venv_pycache , Object: C:\Python34\Lib\venv\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: wsgiref , Object: C:\Python34\Lib\wsgiref\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: wsgiref_pycache , Object: C:\Python34\Lib\wsgiref\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tkinter , Object: C:\Python34\Lib\tkinter\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test1 , Object: C:\Python34\Lib\tkinter\test\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_ttk , Object: C:\Python34\Lib\tkinter\test\test_ttk\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_ttk_pycache , Object: C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_tkinter , Object: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_tkinter_pycache , Object: C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test1_pycache , Object: C:\Python34\Lib\tkinter\test\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tkinter_pycache , Object: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: lib2to3 , Object: C:\Python34\Lib\lib2to3\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: fixes , Object: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: fixes_pycache , Object: C:\Python34\Lib\lib2to3\fixes\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tests , Object: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: data , Object: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: fixers , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: myfixes , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: myfixes_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: fixers_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: data_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tests_pycache , Object: C:\Python34\Lib\lib2to3\tests\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: pgen2 , Object: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: pgen2_pycache , Object: C:\Python34\Lib\lib2to3\pgen2\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: lib2to3_pycache , Object: C:\Python34\Lib\lib2to3\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: html , Object: C:\Python34\Lib\html\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: html_pycache , Object: C:\Python34\Lib\html\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: sqlite3 , Object: C:\Python34\Lib\sqlite3\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test , Object: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_pycache , Object: C:\Python34\Lib\sqlite3\test\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: sqlite3_pycache , Object: C:\Python34\Lib\sqlite3\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: http , Object: C:\Python34\Lib\http\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: http_pycache , Object: C:\Python34\Lib\http\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: concurrent , Object: C:\Python34\Lib\concurrent\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: futures , Object: C:\Python34\Lib\concurrent\futures\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: futures_pycache , Object: C:\Python34\Lib\concurrent\futures\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: concurrent_pycache , Object: C:\Python34\Lib\concurrent\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: idlelib , Object: C:\Python34\Lib\idlelib\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Icons , Object: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: idle_test , Object: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: idle_test_pycache , Object: C:\Python34\Lib\idlelib\idle_test\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: idlelib_pycache , Object: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: site_packages , Object: C:\Python34\Lib\site-packages\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: asyncio , Object: C:\Python34\Lib\asyncio\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: asyncio_pycache , Object: C:\Python34\Lib\asyncio\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Lib_pycache , Object: C:\Python34\Lib\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: DLLs , Object: C:\Python34\DLLs\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: LAUNCHERDIR , Object: C:\WINDOWS\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: DLLDIR , Object: C:\WINDOWS\SysWOW64\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Tools , Object: C:\Python34\Tools\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Scripts , Object: C:\Python34\Tools\Scripts\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Scripts_pycache , Object: C:\Python34\Tools\Scripts\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: i18n , Object: C:\Python34\Tools\i18n\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: i18n_pycache , Object: C:\Python34\Tools\i18n\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: pynche , Object: C:\Python34\Tools\pynche\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: pynche_pycache , Object: C:\Python34\Tools\pynche\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: X , Object: C:\Python34\Tools\pynche\X\ MSI (s) (9C:2C) [21:24:58:732]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'. MSI (s) (9C:2C) [21:24:58:732]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:732]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:732]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:732]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:732]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:732]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:732]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:732]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 MSI (s) (9C:2C) [21:24:58:764]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:2C) [21:24:59:092]: WIN64DUALFOLDERS: 'C:\WINDOWS\system32\' will substitute 20 characters in 'C:\WINDOWS\SysWOW64\python34.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). Action ended 21:24:59: CostFinalize. Return value 1. MSI (s) (9C:2C) [21:24:59:107]: Doing action: UpdateEditIDLE Action 21:24:59: UpdateEditIDLE. Action start 21:24:59: UpdateEditIDLE. MSI (s) (9C:2C) [21:24:59:139]: Creating MSIHANDLE (6) of type 790542 for thread 4908 MSI (s) (9C:60) [21:24:59:139]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSIC2CA.tmp, Entrypoint: _UpdateEditIDLE at 4 MSI (s) (9C:90) [21:24:59:139]: Generating random cookie. MSI (s) (9C:90) [21:24:59:201]: Created Custom Action Server with PID 3644 (0xE3C). MSI (s) (9C:E0) [21:25:00:498]: Running as a service. MSI (s) (9C:40) [21:25:00:498]: Hello, I'm your 32bit Impersonated custom action server. MSI (s) (9C:60) [21:25:00:514]: Closing MSIHANDLE (6) of type 790542 for thread 4908 Action ended 21:25:00: UpdateEditIDLE. Return value 1. MSI (s) (9C:2C) [21:25:00:514]: Doing action: SetODBCFolders Action 21:25:00: SetODBCFolders. Initializing ODBC directories Action start 21:25:00: SetODBCFolders. MSI (s) (9C:2C) [21:25:00:529]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:2C) [21:25:00:529]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 Action ended 21:25:00: SetODBCFolders. Return value 1. MSI (s) (9C:2C) [21:25:00:529]: Doing action: MigrateFeatureStates Action 21:25:00: MigrateFeatureStates. Migrating feature states from related applications Action start 21:25:00: MigrateFeatureStates. MSI (s) (9C:2C) [21:25:00:529]: Skipping MigrateFeatureStates action: not run in maintenance mode Action ended 21:25:00: MigrateFeatureStates. Return value 0. MSI (s) (9C:2C) [21:25:00:529]: Doing action: InstallValidate Action 21:25:00: InstallValidate. Validating install Action start 21:25:00: InstallValidate. MSI (s) (9C:2C) [21:25:00:529]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is 'a1c3afc14ce8e44ba21d6f60a87e5e9d'. MSI (s) (9C:2C) [21:25:00:529]: Feature: DefaultFeature; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:2C) [21:25:00:529]: Feature: SharedCRT; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:2C) [21:25:00:529]: Feature: PrivateCRT; Installed: Absent; Request: Null; Action: Null MSI (s) (9C:2C) [21:25:00:529]: Feature: Extensions; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:2C) [21:25:00:529]: Feature: TclTk; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:2C) [21:25:00:529]: Feature: Documentation; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:2C) [21:25:00:529]: Feature: Tools; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:2C) [21:25:00:529]: Feature: pip_feature; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:2C) [21:25:00:529]: Feature: Testsuite; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:2C) [21:25:00:529]: Feature: PrependPath; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: X; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: TARGETDIR; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:529]: Component: DLLDIR; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:529]: Component: python.exe; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: REGISTRY.path; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:529]: Component: pythonw.exe; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: launcher; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:529]: Component: launcherw; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:529]: Component: DLLs; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: msvcr90; Installed: Absent; Request: Null; Action: Null; Client State: Unknown MSI (s) (9C:2C) [21:25:00:529]: Component: Lib; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:529]: Component: Lib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: asyncio; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:529]: Component: asyncio_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: site_packages; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: idlelib; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:529]: Component: idlelib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: idle_test; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:529]: Component: idle_test_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: Icons; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: concurrent; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: concurrent_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: futures; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: futures_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: http; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: http_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: sqlite3; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: sqlite3_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: html; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: html_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: lib2to3; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: lib2to3_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: pgen2; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: pgen2_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tests; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tests_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: data; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: data_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: fixers; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: fixers_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: myfixes; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: myfixes_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: fixes; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: fixes_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tkinter; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: tkinter_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test1; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: test1_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_tkinter; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: test_tkinter_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_ttk; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_ttk_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: wsgiref; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: wsgiref_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: venv; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: venv_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: nt; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: posix; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: json; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: json_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: curses; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: curses_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: multiprocessing; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: multiprocessing_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: dummy; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: dummy_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: ensurepip; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: ensurepip_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: _bundled; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: logging; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: logging_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: ctypes; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: ctypes_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test2; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: test2_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: macholib; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: macholib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test3; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: test3_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_asyncio; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_asyncio_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: support; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: support_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: capath; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: encoded_modules; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: encoded_modules_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: imghdrdata; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_tools; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: test_tools_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: decimaltestdata; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: sndhdrdata; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tracedmodules; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tracedmodules_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: crashers; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: crashers_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: cjkencodings; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: leakers; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: leakers_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: subprocessdata; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: subprocessdata_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_json; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_json_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: xmltestdata; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: data1; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: audiodata; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_importlib; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: test_importlib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: builtin; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: builtin_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: namespace_pkgs; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: module_and_namespace_package; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: module_and_namespace_package_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: a_test; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: child; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: child_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: child1; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: child1_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: child2; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: child2_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: foo; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: foo_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: foo1; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: foo1_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: foo2; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: foo2_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: foo3; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: foo3_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: frozen; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: frozen_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: source; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: source_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: extension; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: extension_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: import_; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: import__pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_email; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_email_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: data2; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: turtledemo; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: turtledemo_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: xml; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: xml_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: dom; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: dom_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: etree; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: etree_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: parsers; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: parsers_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: sax; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: sax_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: email; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: email_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: mime; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: mime_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: urllib; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: urllib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: encodings; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: encodings_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: pydoc_data; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: pydoc_data_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: msilib; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: msilib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: xmlrpc; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: xmlrpc_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: unittest; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: unittest_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test4; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test4_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: testmock; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: testmock_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: collections; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: collections_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: importlib; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: importlib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: distutils; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: distutils_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: command; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: command_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tests1; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tests1_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: dbm; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: dbm_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: TkDLLs; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: include; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: libs; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: tcl; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tk8.6; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: ttk; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: msgs; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: images; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: demos; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: images1; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tix8.4.3; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: pref; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: demos1; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: samples; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: bitmaps; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: bitmaps1; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: thread2.7.0; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tdbcsqlite1.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tdbcpostgres1.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tdbcodbc1.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tdbcmysql1.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tdbc1.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tcl8.6; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tzdata; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: US; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Pacific; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: SystemV; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Mexico; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Indian; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Europe; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Etc; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Chile; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Canada; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Atlantic; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Brazil; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Australia; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Asia; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Arctic; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Antarctica; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: America; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: North_Dakota; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Kentucky; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Indiana; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Argentina; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Africa; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: opt0.4; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: msgs1; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: http1.0; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: encoding; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: _8.6; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tdbc; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: _8.5; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: _8.4; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: platform; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: sqlite33.8.0; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: reg1.3; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: itcl4.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: dde1.4; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: i18n; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: i18n_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: pynche; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: pynche_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Scripts; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Scripts_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: documentation; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: REGISTRY.doc; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: REGISTRY; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: REGISTRY.ensurepip; Installed: Local; Request: Absent; Action: Null; Client State: Not Used MSI (s) (9C:2C) [21:25:00:545]: Component: REGISTRY.def; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: REGISTRY.tcl; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: C_CENTRAL_msvcr100_x86.AFA96EB4_FA9F_335C_A7CB_36079407553D; Installed: Local; Request: Absent; Action: Null; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: C_CENTRAL_msvcp100_x86.AFA96EB4_FA9F_335C_A7CB_36079407553D; Installed: Local; Request: Absent; Action: Null; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: __Lib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __asyncio65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __idlelib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __idle_test65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __concurrent65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __futures65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __http65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __sqlite365; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __html65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __lib2to365; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __pgen265; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __tests65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __data65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __fixers65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __myfixes65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __fixes65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __tkinter65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test165; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test_tkinter65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test_ttk65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __wsgiref65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __venv65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __json65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __curses65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __multiprocessing65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __dummy65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __ensurepip65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __logging65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __ctypes65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test265; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __macholib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test365; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test_asyncio65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __support65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __encoded_modules65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test_tools65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __tracedmodules65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __crashers65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __leakers65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __subprocessdata65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test_json65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test_importlib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __builtin65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __module_and_namespace_package65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __child65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __child165; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __child265; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __foo65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __foo165; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __foo265; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __foo365; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __frozen65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __source65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __extension65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __import_65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test_email65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __turtledemo65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __xml65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __dom65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __etree65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __parsers65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __sax65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __email65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __mime65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __urllib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __encodings65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __pydoc_data65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __msilib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __xmlrpc65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __unittest65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test465; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __testmock65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __collections65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __importlib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __distutils65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __command65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __tests165; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __dbm65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __i18n65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __pynche65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __Scripts65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __TARGETDIR65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __python.exe65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __pythonw.exe65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __REGISTRY.doc65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __REGISTRY65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __REGISTRY.doc66; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __REGISTRY.ensurepip65; Installed: Null; Request: Absent; Action: Null; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __REGISTRY66; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __REGISTRY.tcl65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __REGISTRY.def65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2262 2: PublishComponent 3: -2147287038 MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2262 2: SelfReg 3: -2147287038 MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2262 2: Font 3: -2147287038 MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2205 2: 3: _RemoveFilePath MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2262 2: DuplicateFile 3: -2147287038 MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2262 2: ReserveCost 3: -2147287038 MSI (s) (9C:2C) [21:25:01:983]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 (command line - 32 bit) 3: 2 MSI (s) (9C:2C) [21:25:01:998]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 Docs Server (pydoc - 32 bit) 3: 2 MSI (s) (9C:2C) [21:25:02:014]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 GUI - 32 bit) 3: 2 MSI (s) (9C:2C) [21:25:02:029]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 Manuals 3: 2 MSI (s) (9C:2C) [21:25:02:029]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 (32 bit) 3: 2 MSI (s) (9C:2C) [21:25:02:154]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'. MSI (s) (9C:2C) [21:25:02:154]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:2C) [21:25:02:154]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:2C) [21:25:02:154]: Note: 1: 2262 2: PublishComponent 3: -2147287038 MSI (s) (9C:2C) [21:25:02:154]: Note: 1: 2262 2: SelfReg 3: -2147287038 MSI (s) (9C:2C) [21:25:02:154]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:2C) [21:25:02:154]: Note: 1: 2262 2: Font 3: -2147287038 MSI (s) (9C:2C) [21:25:02:154]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:2C) [21:25:02:154]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (s) (9C:2C) [21:25:02:201]: Note: 1: 2727 2: MSI (s) (9C:2C) [21:25:02:201]: Note: 1: 2205 2: 3: FilesInUse MSI (s) (9C:2C) [21:25:02:233]: Note: 1: 2727 2: Action ended 21:25:02: InstallValidate. Return value 1. MSI (s) (9C:2C) [21:25:02:233]: Doing action: InstallInitialize Action 21:25:02: InstallInitialize. Action start 21:25:02: InstallInitialize. MSI (s) (9C:2C) [21:25:02:233]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:2C) [21:25:02:233]: User policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:2C) [21:25:02:233]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:02:233]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:02:233]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B Action 21:25:02: GenerateScript. Generating script operations for action: GenerateScript: InstallInitialize MSI (s) (9C:2C) [21:25:02:248]: PROPERTY CHANGE: Deleting ProductToBeRegistered property. Its current value is '1'. MSI (s) (9C:2C) [21:25:02:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:02:248]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:2C) [21:25:02:248]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:2C) [21:25:02:248]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:2C) [21:25:02:248]: 'python_icon.exe' icon will be removed. MSI (s) (9C:2C) [21:25:02:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:02:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B Action ended 21:25:02: InstallInitialize. Return value 1. MSI (s) (9C:2C) [21:25:02:248]: Doing action: RemoveExistingProducts Action 21:25:02: RemoveExistingProducts. Removing applications Action start 21:25:02: RemoveExistingProducts. MSI (s) (9C:2C) [21:25:02:264]: Skipping RemoveExistingProducts action: current configuration is maintenance mode or an uninstall Action ended 21:25:02: RemoveExistingProducts. Return value 0. MSI (s) (9C:2C) [21:25:02:264]: Skipping action: AllocateRegistrySpace (condition is false) MSI (s) (9C:2C) [21:25:02:264]: Doing action: ProcessComponents Action 21:25:02: ProcessComponents. Updating component registration Action start 21:25:02: ProcessComponents. 1: Updating component registration Action ended 21:25:02: ProcessComponents. Return value 1. MSI (s) (9C:2C) [21:25:02:436]: Doing action: UnpublishComponents Action 21:25:02: UnpublishComponents. Unpublishing Qualified Components Action start 21:25:02: UnpublishComponents. MSI (s) (9C:2C) [21:25:02:436]: Note: 1: 2262 2: PublishComponent 3: -2147287038 Action ended 21:25:02: UnpublishComponents. Return value 1. MSI (s) (9C:2C) [21:25:02:436]: Doing action: MsiUnpublishAssemblies Action 21:25:02: MsiUnpublishAssemblies. Unpublishing assembly information Action start 21:25:02: MsiUnpublishAssemblies. Action ended 21:25:02: MsiUnpublishAssemblies. Return value 1. MSI (s) (9C:2C) [21:25:02:451]: Doing action: UnpublishFeatures Action 21:25:02: UnpublishFeatures. Unpublishing Product Features Action start 21:25:02: UnpublishFeatures. MSI (s) (9C:2C) [21:25:02:451]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B UnpublishFeatures: Feature: Unpublishing Product Features Action ended 21:25:02: UnpublishFeatures. Return value 1. MSI (s) (9C:2C) [21:25:02:451]: Doing action: StopServices Action 21:25:02: StopServices. Stopping services Action start 21:25:02: StopServices. MSI (s) (9C:2C) [21:25:02:467]: Note: 1: 2262 2: ServiceControl 3: -2147287038 Action ended 21:25:02: StopServices. Return value 1. MSI (s) (9C:2C) [21:25:02:467]: Doing action: DeleteServices Action 21:25:02: DeleteServices. Deleting services Action start 21:25:02: DeleteServices. MSI (s) (9C:2C) [21:25:02:467]: Note: 1: 2262 2: ServiceControl 3: -2147287038 Action ended 21:25:02: DeleteServices. Return value 1. MSI (s) (9C:2C) [21:25:02:467]: Doing action: UnregisterComPlus Action 21:25:02: UnregisterComPlus. Unregistering COM+ Applications and Components Action start 21:25:02: UnregisterComPlus. MSI (s) (9C:2C) [21:25:02:467]: Note: 1: 2262 2: Complus 3: -2147287038 Action ended 21:25:02: UnregisterComPlus. Return value 1. MSI (s) (9C:2C) [21:25:02:467]: Doing action: SelfUnregModules Action 21:25:02: SelfUnregModules. Unregistering modules Action start 21:25:02: SelfUnregModules. MSI (s) (9C:2C) [21:25:02:467]: Note: 1: 2262 2: SelfReg 3: -2147287038 Action ended 21:25:02: SelfUnregModules. Return value 1. MSI (s) (9C:2C) [21:25:02:483]: Doing action: UnregisterTypeLibraries Action 21:25:02: UnregisterTypeLibraries. Unregistering type libraries Action start 21:25:02: UnregisterTypeLibraries. MSI (s) (9C:2C) [21:25:02:483]: Note: 1: 2262 2: TypeLib 3: -2147287038 Action ended 21:25:02: UnregisterTypeLibraries. Return value 1. MSI (s) (9C:2C) [21:25:02:483]: Doing action: RemoveODBC Action 21:25:02: RemoveODBC. Removing ODBC components Action start 21:25:02: RemoveODBC. MSI (s) (9C:2C) [21:25:02:483]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038 MSI (s) (9C:2C) [21:25:02:483]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038 MSI (s) (9C:2C) [21:25:02:483]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 MSI (s) (9C:2C) [21:25:02:483]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 MSI (s) (9C:2C) [21:25:02:483]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:2C) [21:25:02:483]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:2C) [21:25:02:483]: Note: 1: 2711 2: ODBCDriverManager 1: Removing ODBC components MSI (s) (9C:2C) [21:25:02:483]: Note: 1: 2711 2: ODBCDriverManager64 Action ended 21:25:02: RemoveODBC. Return value 1. MSI (s) (9C:2C) [21:25:02:483]: Doing action: UnregisterFonts Action 21:25:02: UnregisterFonts. Unregistering fonts Action start 21:25:02: UnregisterFonts. MSI (s) (9C:2C) [21:25:02:498]: Note: 1: 2262 2: Font 3: -2147287038 Action ended 21:25:02: UnregisterFonts. Return value 1. MSI (s) (9C:2C) [21:25:02:498]: Doing action: RemoveRegistryValues Action 21:25:02: RemoveRegistryValues. Removing system registry values Action start 21:25:02: RemoveRegistryValues. RemoveRegistryValues: Key: Removing system registry values, Name: MSI (s) (9C:2C) [21:25:02:529]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038 Action ended 21:25:02: RemoveRegistryValues. Return value 1. MSI (s) (9C:2C) [21:25:02:529]: Doing action: UnregisterClassInfo Action 21:25:02: UnregisterClassInfo. Unregister Class servers Action start 21:25:02: UnregisterClassInfo. MSI (s) (9C:2C) [21:25:02:529]: Note: 1: 2262 2: Class 3: -2147287038 Action ended 21:25:02: UnregisterClassInfo. Return value 1. MSI (s) (9C:2C) [21:25:02:529]: Doing action: UnregisterExtensionInfo Action 21:25:02: UnregisterExtensionInfo. Unregistering extension servers Action start 21:25:02: UnregisterExtensionInfo. MSI (s) (9C:2C) [21:25:02:529]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:25:02: UnregisterExtensionInfo. Return value 1. MSI (s) (9C:2C) [21:25:02:529]: Doing action: UnregisterProgIdInfo Action 21:25:02: UnregisterProgIdInfo. Unregistering program identifiers Action start 21:25:02: UnregisterProgIdInfo. MSI (s) (9C:2C) [21:25:02:529]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:2C) [21:25:02:529]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:2C) [21:25:02:545]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:2C) [21:25:02:545]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:25:02: UnregisterProgIdInfo. Return value 1. MSI (s) (9C:2C) [21:25:02:545]: Doing action: UnregisterMIMEInfo Action 21:25:02: UnregisterMIMEInfo. Unregistering MIME info Action start 21:25:02: UnregisterMIMEInfo. MSI (s) (9C:2C) [21:25:02:545]: Note: 1: 2262 2: MIME 3: -2147287038 MSI (s) (9C:2C) [21:25:02:545]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:25:02: UnregisterMIMEInfo. Return value 1. MSI (s) (9C:2C) [21:25:02:545]: Doing action: RemoveIniValues Action 21:25:02: RemoveIniValues. Removing INI files entries Action start 21:25:02: RemoveIniValues. MSI (s) (9C:2C) [21:25:02:545]: Note: 1: 2262 2: RemoveIniFile 3: -2147287038 Action ended 21:25:02: RemoveIniValues. Return value 1. MSI (s) (9C:2C) [21:25:02:545]: Doing action: RemoveShortcuts Action 21:25:02: RemoveShortcuts. Removing shortcuts Action start 21:25:02: RemoveShortcuts. RemoveShortcuts: Shortcut: Removing shortcuts Action ended 21:25:02: RemoveShortcuts. Return value 1. MSI (s) (9C:2C) [21:25:02:561]: Doing action: RemoveEnvironmentStrings Action 21:25:02: RemoveEnvironmentStrings. Updating environment strings Action start 21:25:02: RemoveEnvironmentStrings. RemoveEnvironmentStrings: Name: Updating environment strings, Value: , Action Action ended 21:25:02: RemoveEnvironmentStrings. Return value 1. MSI (s) (9C:2C) [21:25:02:561]: Doing action: RemoveDuplicateFiles Action 21:25:02: RemoveDuplicateFiles. Removing duplicated files Action start 21:25:02: RemoveDuplicateFiles. Action ended 21:25:02: RemoveDuplicateFiles. Return value 1. MSI (s) (9C:2C) [21:25:02:561]: Doing action: RemovePip Action 21:25:02: RemovePip. Action start 21:25:02: RemovePip. RemovePip: Action ended 21:25:02: RemovePip. Return value 1. MSI (s) (9C:2C) [21:25:02:576]: Doing action: RemoveFiles Action 21:25:02: RemoveFiles. Removing files Action start 21:25:02: RemoveFiles. RemoveFiles: File: Removing files, Directory: MSI (s) (9C:2C) [21:25:03:639]: Counted 1 foreign folders to be removed. MSI (s) (9C:2C) [21:25:03:639]: Removing foreign folder: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\ Action ended 21:25:03: RemoveFiles. Return value 1. MSI (s) (9C:2C) [21:25:03:639]: Doing action: RemoveFolders Action 21:25:03: RemoveFolders. Removing folders Action start 21:25:03: RemoveFolders. MSI (s) (9C:2C) [21:25:03:639]: Note: 1: 2262 2: LockPermissions 3: -2147287038 RemoveFolders: Folder: Removing folders Action ended 21:25:03: RemoveFolders. Return value 1. MSI (s) (9C:2C) [21:25:03:670]: Doing action: CreateFolders Action 21:25:03: CreateFolders. Creating folders Action start 21:25:03: CreateFolders. MSI (s) (9C:2C) [21:25:03:670]: Note: 1: 2262 2: LockPermissions 3: -2147287038 Action ended 21:25:03: CreateFolders. Return value 1. MSI (s) (9C:2C) [21:25:03:670]: Doing action: MoveFiles Action 21:25:03: MoveFiles. Moving files Action start 21:25:03: MoveFiles. Action ended 21:25:03: MoveFiles. Return value 1. MSI (s) (9C:2C) [21:25:03:670]: Doing action: InstallFiles Action 21:25:03: InstallFiles. Copying new files Action start 21:25:03: InstallFiles. MSI (s) (9C:2C) [21:25:03:686]: Dumping binary patch manager data... MSI (s) (9C:2C) [21:25:03:686]: The file represented by File table key 'GB' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'py.ico' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'python.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'README.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'NEWS.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'LICENSE.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'pythonw.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'py.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'pyw.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'python34.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'msvcr100.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'weakref.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'colorsys.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'operator.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'linecache.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'sched.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'enum.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'locale.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'netrc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'getpass.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'aifc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key '_pyio.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'binhex.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'abc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'opcode.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'doctest.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'reprlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'tarfile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'asynchat.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'string.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'copyreg.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'traceback.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'imaplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'fractions.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'bz2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'sre_compile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'argparse.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'poplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'mimetypes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'tabnanny.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key '_weakrefset.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'hashlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'getopt.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'uuid.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'fileinput.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'tracemalloc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'modulefinder.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'inspect.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'sysconfig.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'ast.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'trace.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'pickletools.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'token.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'sre_parse.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'copy.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'smtpd.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'pprint.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key '_osx_support.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'plistlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'cProfile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'telnetlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'socket.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key '_compat_pickle.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'shelve.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'random.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'difflib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'stringprep.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'keyword.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'asyncore.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'macpath.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key '_dummy_thread.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'tempfile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'compileall.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'glob.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'warnings.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'queue.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'calendar.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'platform.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'optparse.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'pickle.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'shutil.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'bisect.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'py_compile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'sunau.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'cmd.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'timeit.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'nturl2path.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'datetime.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'heapq.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'configparser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'pipes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'code.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'sre_constants.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'hmac.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'rlcompleter.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'dis.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'quopri.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'pkgutil.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key '__phello__.foo.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'symtable.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'base64.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'ssl.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'selectors.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'tty.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key '_markupbase.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'pdb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'pstats.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'nntplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'io.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'statistics.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'ftplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'imghdr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'pyclbr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'cgitb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'functools.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'ipaddress.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'sndhdr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'textwrap.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'subprocess.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'types.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'pydoc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'csv.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'chunk.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'crypt.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'struct.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'turtle.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'xdrlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'runpy.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'shlex.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'cgi.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key '_strptime.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'site.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'tokenize.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'symbol.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'formatter.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'smtplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'gzip.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'codecs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'genericpath.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'mailcap.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'threading.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'this.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'gettext.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'mailbox.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'fnmatch.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'codeop.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'uu.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'dummy_threading.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'filecmp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 're.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'antigravity.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:858]: The file represented by File table key '_bootlocale.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:858]: The file represented by File table key 'ntpath.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:858]: The file represented by File table key 'macurl2path.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:858]: The file represented by File table key 'decimal.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:858]: The file represented by File table key 'socketserver.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:858]: The file represented by File table key 'profile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:858]: The file represented by File table key 'os.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:858]: The file represented by File table key 'numbers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:858]: The file represented by File table key 'lzma.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:873]: The file represented by File table key 'bdb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:873]: The file represented by File table key 'posixpath.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:873]: The file represented by File table key '_collections_abc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:873]: The file represented by File table key 'zipfile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:873]: The file represented by File table key 'webbrowser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:873]: The file represented by File table key 'wave.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:873]: The file represented by File table key 'contextlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:873]: The file represented by File table key '_sitebuiltins.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'stat.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'pathlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'pty.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'imp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key '__future__.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key '_threading_local.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'test_utils.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'locks.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'protocols.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'constants.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'transports.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'coroutines.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'proactor_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'unix_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'base_subprocess.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'subprocess.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key '__init__.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'tasks.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'streams.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'log.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'selector_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'futures.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'base_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'windows_utils.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'queues.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'windows_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'README.txt.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'IOBinding.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'GrepDialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'config_keys.def' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'WindowList.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'idle.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'RstripExtension.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'aboutDialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'ColorDelegator.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'NEWS.txt.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'SearchDialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'SearchDialogBase.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'RemoteObjectBrowser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'configSectionNameDialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'PyShell.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'MultiCall.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'README.txt.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'help.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'FormatParagraph.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'config_extensions.def' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'AutoExpand.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'MultiStatusBar.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'CREDITS.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'CallTips.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'AutoCompleteWindow.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'textView.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'dynOptionMenuWidget.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'ToolTip.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'configDialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key '__main__.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'extend.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'Bindings.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'ScriptBinding.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'run.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'keybindingDialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'config_main.def' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'HISTORY.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'TODO.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'tabbedpages.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'idlever.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'CodeContext.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'Delegator.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'ClassBrowser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key '__init__.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'rpc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'RemoteDebugger.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'AutoComplete.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:967]: The file represented by File table key 'SearchEngine.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:967]: The file represented by File table key 'ParenMatch.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:967]: The file represented by File table key 'Debugger.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:967]: The file represented by File table key 'config_highlight.def' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:967]: The file represented by File table key 'WidgetRedirector.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:967]: The file represented by File table key 'macosxSupport.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:967]: The file represented by File table key 'ScrolledList.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:967]: The file represented by File table key 'CallTipWindow.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:967]: The file represented by File table key 'PathBrowser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:967]: The file represented by File table key 'testcode.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'FileList.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'idle.bat' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'HyperParser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'OutputWindow.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'ChangeLog' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'configHelpSourceEdit.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'configHandler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'StackViewer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'ObjectBrowser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'TreeWidget.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'idle.pyw' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'PyParse.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'UndoDelegator.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'Percolator.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'EditorWindow.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:998]: The file represented by File table key 'IdleHistory.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:998]: The file represented by File table key 'ZoomHeight.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:998]: The file represented by File table key 'ReplaceDialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:998]: The file represented by File table key 'test_rstrip.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:998]: The file represented by File table key 'test_text.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:998]: The file represented by File table key 'test_grep.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:998]: The file represented by File table key 'test_searchdialogbase.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:998]: The file represented by File table key 'test_idlehistory.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:998]: The file represented by File table key 'README.txt.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:998]: The file represented by File table key 'test_warning.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'test_parenmatch.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'test_configdialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'htest.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'test_autoexpand.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'test_widgetredir.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'mock_idle.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'test_formatparagraph.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'test_textview.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'test_searchengine.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'test_delegator.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'test_autocomplete.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key '__init__.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'test_config_name.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'mock_tk.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'test_calltips.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'test_pathbrowser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'test_hyperparser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'openfolder.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'plusnode.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'idle_32.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'idle_48.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'idle_16.png' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'idle.ico' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'minusnode.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'tk.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'idle_32.png' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'idle_16.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'python.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key 'folder.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key 'idle.icns' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key 'idle_48.png' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key '__init__.py.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key 'process.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key 'thread.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key '__init__.py.4' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key '_base.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key 'client.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key 'cookies.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key 'cookiejar.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key 'server.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key '__init__.py.5' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key 'dbapi2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key 'dump.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key '__init__.py.6' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key 'dbapi.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key 'dump.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key 'regression.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key 'userfunctions.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key '__init__.py.7' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key 'factory.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key 'types.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key 'transactions.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key 'hooks.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key 'parser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key '__init__.py.8' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'entities.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'pygram.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'btm_utils.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'main.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'pytree.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'patcomp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key '__main__.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'fixer_util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key '__init__.py.9' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'btm_matcher.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'fixer_base.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'Grammar.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'PatternGrammar.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'refactor.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'token.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'conv.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'tokenize.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'pgen.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key '__init__.py.10' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'driver.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'parse.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'literals.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'grammar.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'test_parser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key '__init__.py.11' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'test_main.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'test_refactor.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'test_all_fixers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'support.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'pytree_idempotency.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'test_util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'test_fixers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'test_pytree.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'different_encoding.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'bom.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'infinite_recursion.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'crlf.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'false_encoding.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'py3_test_grammar.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'README.txt.4' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'py2_test_grammar.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'parrot_example.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'no_fixer_cls.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'bad_order.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'fix_preorder.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_explicit.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_first.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key '__init__.py.12' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_last.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_parrot.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_import.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_urllib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_except.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_itertools_imports.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_dict.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_future.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_basestring.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_execfile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_imports2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_asserts.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_raw_input.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_nonzero.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_isinstance.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_idioms.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_zip.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_next.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_funcattrs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_itertools.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_callable.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_standarderror.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_map.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_exec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_intern.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_xrange.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_getcwdu.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_apply.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_imports.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_reduce.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_paren.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_operator.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:172]: The file represented by File table key 'fix_xreadlines.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:176]: The file represented by File table key 'fix_long.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:178]: The file represented by File table key 'fix_sys_exc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:179]: The file represented by File table key 'fix_input.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:180]: The file represented by File table key 'fix_tuple_params.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:182]: The file represented by File table key 'fix_filter.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:183]: The file represented by File table key 'fix_numliterals.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:184]: The file represented by File table key 'fix_renames.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:187]: The file represented by File table key 'fix_throw.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:189]: The file represented by File table key 'fix_buffer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:190]: The file represented by File table key 'fix_set_literal.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:191]: The file represented by File table key 'fix_methodattrs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:194]: The file represented by File table key 'fix_ne.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:196]: The file represented by File table key 'fix_repr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:198]: The file represented by File table key 'fix_types.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:199]: The file represented by File table key 'fix_raise.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:200]: The file represented by File table key 'fix_has_key.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:202]: The file represented by File table key 'fix_metaclass.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:205]: The file represented by File table key 'fix_ws_comma.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:206]: The file represented by File table key '__init__.py.13' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:207]: The file represented by File table key 'fix_exitfunc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:208]: The file represented by File table key 'fix_reload.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:210]: The file represented by File table key 'fix_print.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:211]: The file represented by File table key 'fix_unicode.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:212]: The file represented by File table key '_fix.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:213]: The file represented by File table key 'ttk.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:215]: The file represented by File table key 'messagebox.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:216]: The file represented by File table key 'font.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:217]: The file represented by File table key 'constants.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:217]: The file represented by File table key 'dnd.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:218]: The file represented by File table key 'tix.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:219]: The file represented by File table key '__main__.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:220]: The file represented by File table key '__init__.py.14' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:221]: The file represented by File table key 'simpledialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:222]: The file represented by File table key 'dialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:223]: The file represented by File table key 'colorchooser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:224]: The file represented by File table key 'filedialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:225]: The file represented by File table key 'commondialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:226]: The file represented by File table key 'scrolledtext.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:227]: The file represented by File table key 'runtktests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:227]: The file represented by File table key 'support.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:228]: The file represented by File table key '__init__.py.15' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:229]: The file represented by File table key 'README.txt.5' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:229]: The file represented by File table key 'widget_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:230]: The file represented by File table key 'test_widgets.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:231]: The file represented by File table key 'test_font.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:231]: The file represented by File table key 'test_variables.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:232]: The file represented by File table key '__init__.py.16' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:233]: The file represented by File table key 'test_geometry_managers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:234]: The file represented by File table key 'test_misc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:235]: The file represented by File table key 'test_images.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:236]: The file represented by File table key 'test_text.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:237]: The file represented by File table key 'test_loadtk.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:239]: The file represented by File table key 'test_style.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:241]: The file represented by File table key 'test_extensions.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:242]: The file represented by File table key 'test_functions.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:244]: The file represented by File table key 'test_widgets.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:245]: The file represented by File table key '__init__.py.17' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:246]: The file represented by File table key 'simple_server.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:247]: The file represented by File table key 'util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:248]: The file represented by File table key '__init__.py.18' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:250]: The file represented by File table key 'headers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:252]: The file represented by File table key 'handlers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:252]: The file represented by File table key 'validate.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:253]: The file represented by File table key '__main__.py.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:253]: The file represented by File table key '__init__.py.19' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:254]: The file represented by File table key 'Activate.ps1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:255]: The file represented by File table key 'activate.bat' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:255]: The file represented by File table key 'deactivate.bat' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:257]: The file represented by File table key 'activate' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:258]: The file represented by File table key 'activate.fish' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:258]: The file represented by File table key 'activate.csh' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:259]: The file represented by File table key 'tool.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:260]: The file represented by File table key 'scanner.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:261]: The file represented by File table key 'decoder.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:261]: The file represented by File table key '__init__.py.20' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:262]: The file represented by File table key 'encoder.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:262]: The file represented by File table key 'has_key.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:262]: The file represented by File table key 'ascii.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:264]: The file represented by File table key 'textpad.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:264]: The file represented by File table key '__init__.py.21' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:265]: The file represented by File table key 'panel.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:267]: The file represented by File table key 'sharedctypes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:268]: The file represented by File table key 'context.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:268]: The file represented by File table key 'resource_sharer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:269]: The file represented by File table key 'spawn.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:270]: The file represented by File table key 'synchronize.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:270]: The file represented by File table key 'reduction.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:271]: The file represented by File table key 'util.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:272]: The file represented by File table key 'popen_forkserver.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:272]: The file represented by File table key '__init__.py.22' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:273]: The file represented by File table key 'process.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:274]: The file represented by File table key 'connection.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:274]: The file represented by File table key 'popen_fork.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:275]: The file represented by File table key 'semaphore_tracker.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:276]: The file represented by File table key 'pool.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:277]: The file represented by File table key 'heap.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:278]: The file represented by File table key 'popen_spawn_win32.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:280]: The file represented by File table key 'managers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:280]: The file represented by File table key 'queues.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:281]: The file represented by File table key 'popen_spawn_posix.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:282]: The file represented by File table key 'forkserver.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:282]: The file represented by File table key 'connection.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:283]: The file represented by File table key '__init__.py.23' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:284]: The file represented by File table key '__main__.py.4' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:285]: The file represented by File table key '_uninstall.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:285]: The file represented by File table key '__init__.py.24' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:286]: The file represented by File table key 'setuptools_2.1_py2.py3_none_any.whl' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:287]: The file represented by File table key 'pip_1.5.6_py2.py3_none_any.whl' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:287]: The file represented by File table key 'config.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:288]: The file represented by File table key 'handlers.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:289]: The file represented by File table key '__init__.py.25' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:289]: The file represented by File table key '_endian.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:290]: The file represented by File table key 'util.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:291]: The file represented by File table key '__init__.py.26' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:291]: The file represented by File table key 'wintypes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:292]: The file represented by File table key 'test_functions.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:293]: The file represented by File table key 'test_values.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:293]: The file represented by File table key 'test_pointers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:294]: The file represented by File table key 'test_frombuffer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:295]: The file represented by File table key 'test_refcounts.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:295]: The file represented by File table key '__init__.py.27' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:296]: The file represented by File table key 'test_pickling.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:297]: The file represented by File table key 'test_cfuncs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:297]: The file represented by File table key 'test_byteswap.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:298]: The file represented by File table key 'test_numbers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:299]: The file represented by File table key 'test_macholib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:299]: The file represented by File table key 'test_python_api.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:300]: The file represented by File table key 'test_win32.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:301]: The file represented by File table key 'test_sizes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:301]: The file represented by File table key 'test_random_things.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:302]: The file represented by File table key 'test_bitfields.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:303]: The file represented by File table key 'test_keeprefs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:303]: The file represented by File table key 'test_struct_fields.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:304]: The file represented by File table key 'test_pep3118.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:305]: The file represented by File table key 'test_stringptr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:305]: The file represented by File table key 'test_loading.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:306]: The file represented by File table key 'test_incomplete.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:307]: The file represented by File table key 'test_funcptr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:308]: The file represented by File table key 'test_parameters.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:309]: The file represented by File table key 'test_unaligned_structures.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:310]: The file represented by File table key 'test_repr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:310]: The file represented by File table key 'test_bytes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:311]: The file represented by File table key 'test_buffers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:312]: The file represented by File table key 'test_prototypes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:312]: The file represented by File table key '__main__.py.5' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:313]: The file represented by File table key 'test_simplesubclasses.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:314]: The file represented by File table key 'test_varsize_struct.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:314]: The file represented by File table key 'test_callbacks.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:315]: The file represented by File table key 'test_checkretval.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:316]: The file represented by File table key 'test_array_in_pointer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:316]: The file represented by File table key 'test_returnfuncptrs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:317]: The file represented by File table key 'test_errno.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:318]: The file represented by File table key 'test_slicing.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:318]: The file represented by File table key 'test_delattr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:319]: The file represented by File table key 'test_init.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:320]: The file represented by File table key 'test_strings.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:320]: The file represented by File table key 'test_unicode.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:321]: The file represented by File table key 'test_wintypes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:322]: The file represented by File table key 'test_objects.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:323]: The file represented by File table key 'test_internals.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:323]: The file represented by File table key 'test_libc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:324]: The file represented by File table key 'test_as_parameter.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:325]: The file represented by File table key 'test_anon.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:325]: The file represented by File table key 'test_structures.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:326]: The file represented by File table key 'test_cast.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:327]: The file represented by File table key 'test_arrays.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:328]: The file represented by File table key 'test_memfunctions.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:328]: The file represented by File table key 'test_find.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:329]: The file represented by File table key 'fetch_macholib' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:329]: The file represented by File table key 'README.ctypes' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:330]: The file represented by File table key '__init__.py.28' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:331]: The file represented by File table key 'dyld.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:331]: The file represented by File table key 'framework.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:332]: The file represented by File table key 'dylib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:333]: The file represented by File table key 'fetch_macholib.bat' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:333]: The file represented by File table key 'test_codecencodings_hk.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:334]: The file represented by File table key 'test_parser.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:335]: The file represented by File table key 'test_ttk_textonly.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:336]: The file represented by File table key 'badsyntax_future3.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:336]: The file represented by File table key 'badsyntax_future8.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:337]: The file represented by File table key 'test___future__.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:338]: The file represented by File table key 'test_compileall.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:339]: The file represented by File table key 'test_strftime.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:340]: The file represented by File table key 'test_tuple.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:341]: The file represented by File table key 'test_resource.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:342]: The file represented by File table key 'test_codecmaps_tw.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:343]: The file represented by File table key 'test_epoll.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:343]: The file represented by File table key 'test_pty.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:344]: The file represented by File table key 'test_normalization.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:344]: The file represented by File table key 'outstanding_bugs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:345]: The file represented by File table key 'test_subprocess.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:346]: The file represented by File table key 'test_codecs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:347]: The file represented by File table key 'test_socketserver.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:348]: The file represented by File table key 'test_webbrowser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:348]: The file represented by File table key 'test_pwd.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:349]: The file represented by File table key 'test_grammar.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:350]: The file represented by File table key 'test_htmlparser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:350]: The file represented by File table key 'test_getopt.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:351]: The file represented by File table key 'test_bool.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:352]: The file represented by File table key 'test_startfile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:352]: The file represented by File table key 'test_print.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:353]: The file represented by File table key 'test_format.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:354]: The file represented by File table key 'test_tracemalloc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:355]: The file represented by File table key 'audiotest.au' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:356]: The file represented by File table key 'list_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:358]: The file represented by File table key 'keycert3.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:363]: The file represented by File table key 'sortperf.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:365]: The file represented by File table key 'profilee.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:366]: The file represented by File table key 'test_zlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:370]: The file represented by File table key 'test_idle.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:373]: The file represented by File table key 'badsyntax_future10.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:375]: The file represented by File table key 'test_pep3131.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:376]: The file represented by File table key 'check_soundcard.vbs' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:382]: The file represented by File table key 'test_nis.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:383]: The file represented by File table key 'test_pkgimport.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:384]: The file represented by File table key 'test_fileio.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:385]: The file represented by File table key 'test_sunau.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:390]: The file represented by File table key 'test_threaded_import.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:391]: The file represented by File table key 'badsyntax_future5.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:405]: The file represented by File table key 'test_multiprocessing_fork.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:414]: The file represented by File table key 'test_logging.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:415]: The file represented by File table key 'test_strlit.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:419]: The file represented by File table key 'test_ctypes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:420]: The file represented by File table key 'test_urllib_response.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:422]: The file represented by File table key 'dis_module.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:423]: The file represented by File table key 'test_httpservers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:424]: The file represented by File table key 'keycert.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:426]: The file represented by File table key 'test_int.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:427]: The file represented by File table key 'test_extcall.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:433]: The file represented by File table key 'empty.vbs' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:435]: The file represented by File table key 'test_timeit.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:440]: The file represented by File table key 'test_telnetlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:442]: The file represented by File table key 'test_lib2to3.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:447]: The file represented by File table key 'test_copyreg.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:452]: The file represented by File table key 'test_descrtut.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:454]: The file represented by File table key 'test_codecencodings_cn.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:462]: The file represented by File table key 'test_codecencodings_kr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:463]: The file represented by File table key 'test_urllib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:465]: The file represented by File table key 'pydocfodder.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:466]: The file represented by File table key 'test_urlparse.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:468]: The file represented by File table key 'test_contains.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:475]: The file represented by File table key 'time_hashlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:477]: The file represented by File table key 'test_pickle.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:483]: The file represented by File table key 'ssl_cert.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:507]: The file represented by File table key 'inspect_fodder2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:527]: The file represented by File table key 'revocation.crl' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:529]: The file represented by File table key 'test_robotparser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:533]: The file represented by File table key 'test_platform.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:534]: The file represented by File table key 'test_buffer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:535]: The file represented by File table key 'mapping_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:536]: The file represented by File table key 'test_future5.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:538]: The file represented by File table key 'test_genexps.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:539]: The file represented by File table key 'test_pdb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:541]: The file represented by File table key 'test_sort.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:544]: The file represented by File table key 'test_sys_setprofile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:546]: The file represented by File table key 'test_multibytecodec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:547]: The file represented by File table key 'test_hashlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:549]: The file represented by File table key 'inspect_fodder.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:553]: The file represented by File table key 'test_cmd.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:553]: The file represented by File table key 'test_list.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:554]: The file represented by File table key 'test_generators.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:555]: The file represented by File table key 'test_zipfile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:556]: The file represented by File table key 'test_winreg.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:556]: The file represented by File table key 'test_iter.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:557]: The file represented by File table key 'test_zipfile64.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:558]: The file represented by File table key 'test_datetime.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:558]: The file represented by File table key 'badcert.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:559]: The file represented by File table key 'test_runpy.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:561]: The file represented by File table key 'test_stat.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:563]: The file represented by File table key 'test_codecencodings_jp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:564]: The file represented by File table key 'test_gdb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:564]: The file represented by File table key 'test_cmd_line.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:566]: The file represented by File table key 'test_tk.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:566]: The file represented by File table key 'test_time.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:567]: The file represented by File table key 'test_univnewlines.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:568]: The file represented by File table key 'test_imp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:569]: The file represented by File table key 'test_macurl2path.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:569]: The file represented by File table key 'test_fork1.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:571]: The file represented by File table key '_test_multiprocessing.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:572]: The file represented by File table key 'test_pep3151.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:573]: The file represented by File table key 'test_charmapcodec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:574]: The file represented by File table key 'test_rlcompleter.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:574]: The file represented by File table key 'test_string.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:575]: The file represented by File table key 'test_eof.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:577]: The file represented by File table key 'test_lzma.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:578]: The file represented by File table key 'test_xmlrpc_net.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:579]: The file represented by File table key 'test_asyncore.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:580]: The file represented by File table key 'test_types.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:581]: The file represented by File table key 'test_devpoll.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:582]: The file represented by File table key 'test_decorators.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:583]: The file represented by File table key 'test_hash.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:584]: The file represented by File table key 'test_signal.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:585]: The file represented by File table key 'test_msilib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:585]: The file represented by File table key 'test_base64.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:586]: The file represented by File table key 'test_dbm.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:587]: The file represented by File table key 'test_enumerate.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:588]: The file represented by File table key 'test_dbm_dumb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:589]: The file represented by File table key 'https_svn_python_org_root.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:590]: The file represented by File table key 'test_deque.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:591]: The file represented by File table key 'mailcap.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:592]: The file represented by File table key 'test_pstats.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:593]: The file represented by File table key 'test_zipimport.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:594]: The file represented by File table key 'test_doctest.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:595]: The file represented by File table key 'test_binop.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:596]: The file represented by File table key 'warning_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:596]: The file represented by File table key 'test_stringprep.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:598]: The file represented by File table key 'test_imghdr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:599]: The file represented by File table key 'test_sys.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:600]: The file represented by File table key 'test_tokenize.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:602]: The file represented by File table key 'pyclbr_input.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:602]: The file represented by File table key 'test_tarfile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:603]: The file represented by File table key 'test_pickletools.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:604]: The file represented by File table key 'test_timeout.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:605]: The file represented by File table key 'test_difflib_expect.html' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:607]: The file represented by File table key 'fork_wait.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:608]: The file represented by File table key 'zip_cp437_header.zip' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:609]: The file represented by File table key 'test_xml_etree_c.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:613]: The file represented by File table key '__main__.py.6' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:615]: The file represented by File table key 'test_cgitb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:616]: The file represented by File table key 'test_configparser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:617]: The file represented by File table key 'doctest_aliases.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:618]: The file represented by File table key 'test_curses.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:619]: The file represented by File table key 'badsyntax_pep3120.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:621]: The file represented by File table key 'zipdir.zip' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:622]: The file represented by File table key 'test_defaultdict.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:624]: The file represented by File table key 'test_float.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:624]: The file represented by File table key 'test_exceptions.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:625]: The file represented by File table key 'test_httplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:626]: The file represented by File table key 'badsyntax_future4.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:627]: The file represented by File table key 'test_multiprocessing_main_handling.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:628]: The file represented by File table key 'test_heapq.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:629]: The file represented by File table key 'test_venv.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:630]: The file represented by File table key 'test__locale.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:631]: The file represented by File table key 'test_xml_etree.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:632]: The file represented by File table key 'script_helper.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:634]: The file represented by File table key 'test_userlist.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:634]: The file represented by File table key 'pydoc_mod.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:637]: The file represented by File table key 'keycert4.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:639]: The file represented by File table key 'test_cgi.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:640]: The file represented by File table key 'test_wave.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:643]: The file represented by File table key 'sample_doctest.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:644]: The file represented by File table key 'test_capi.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:645]: The file represented by File table key 'test_strptime.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:646]: The file represented by File table key 'test_pow.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:647]: The file represented by File table key 'test_future4.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:647]: The file represented by File table key 'test_ttk_guionly.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:648]: The file represented by File table key 'test_pep247.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:649]: The file represented by File table key 'test_unary.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:649]: The file represented by File table key 'test_ioctl.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:650]: The file represented by File table key 'test_asynchat.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:654]: The file represented by File table key 'test_collections.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:655]: The file represented by File table key 'test_multiprocessing_forkserver.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:656]: The file represented by File table key 'test_gzip.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:656]: The file represented by File table key 'test_uuid.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:657]: The file represented by File table key 'lock_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:658]: The file represented by File table key 'test_bz2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:659]: The file represented by File table key 'test_code.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:659]: The file represented by File table key 'test_doctest2.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:660]: The file represented by File table key 'test_bigmem.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:661]: The file represented by File table key 'test_xdrlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:662]: The file represented by File table key 'test_traceback.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:663]: The file represented by File table key 'test_codecencodings_tw.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:664]: The file represented by File table key 'test_codecmaps_jp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:665]: The file represented by File table key 'test___all__.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:666]: The file represented by File table key 'test_xmlrpc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:667]: The file represented by File table key 'test_codecencodings_iso2022.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:669]: The file represented by File table key 'test_plistlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:670]: The file represented by File table key 'test_metaclass.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:673]: The file represented by File table key 'test_smtpd.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:674]: The file represented by File table key 'test_modulefinder.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:675]: The file represented by File table key 'test_struct.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:677]: The file represented by File table key 'test_tcl.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:678]: The file represented by File table key 'test_richcmp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:679]: The file represented by File table key 'test_call.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:680]: The file represented by File table key 'Sine_1000Hz_300ms.aif' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:681]: The file represented by File table key 'test_support.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:682]: The file represented by File table key 'test_wait3.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:683]: The file represented by File table key 'sgml_input.html' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:685]: The file represented by File table key 'test_enum.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:690]: The file represented by File table key 'test_kqueue.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:691]: The file represented by File table key 'cmath_testcases.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:692]: The file represented by File table key 'test_zipimport_support.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:693]: The file represented by File table key 'test_structseq.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:694]: The file represented by File table key 'future_test1.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:695]: The file represented by File table key 'test_argparse.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:697]: The file represented by File table key 'sample_doctest_no_doctests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:698]: The file represented by File table key 'test_distutils.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:699]: The file represented by File table key 'test_ftplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:700]: The file represented by File table key 'double_const.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:701]: The file represented by File table key 'test_io.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:705]: The file represented by File table key 'mime.types' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:707]: The file represented by File table key 'pystone.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:708]: The file represented by File table key 'test_aifc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:709]: The file represented by File table key 'tokenize_tests_utf8_coding_cookie_and_no_utf8_bom_sig.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:711]: The file represented by File table key 'test_mailbox.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:712]: The file represented by File table key 'test_module.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:713]: The file represented by File table key 'future_test2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:714]: The file represented by File table key 'test_popen.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:715]: The file represented by File table key 'badkey.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:716]: The file represented by File table key 'tokenize_tests_utf8_coding_cookie_and_utf8_bom_sig.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:719]: The file represented by File table key 'test_sundry.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:720]: The file represented by File table key 'test_macpath.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:721]: The file represented by File table key 'sample_doctest_no_docstrings.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:725]: The file represented by File table key 'test_codecmaps_kr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:726]: The file represented by File table key 'test_gettext.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:727]: The file represented by File table key 'pycakey.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:730]: The file represented by File table key 'test_mimetypes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:731]: The file represented by File table key 'test_pathlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:732]: The file represented by File table key 'test_grp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:734]: The file represented by File table key 'test_imaplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:736]: The file represented by File table key 'randv2_32.pck' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:737]: The file represented by File table key 'test_pkgutil.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:738]: The file represented by File table key 'string_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:740]: The file represented by File table key 'test_decimal.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:741]: The file represented by File table key 'test_sys_settrace.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:743]: The file represented by File table key 'test_spwd.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:744]: The file represented by File table key 'tokenize_tests_latin1_coding_cookie_and_utf8_bom_sig.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:745]: The file represented by File table key 'audiotests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:746]: The file represented by File table key 'xmltests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:748]: The file represented by File table key 'test_fractions.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:749]: The file represented by File table key 'coding20731.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:750]: The file represented by File table key 'test_errno.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:752]: The file represented by File table key 'test_pep292.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:754]: The file represented by File table key 'test_shutil.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:755]: The file represented by File table key 'test_int_literal.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:757]: The file represented by File table key '__init__.py.29' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:758]: The file represented by File table key 'test_threading_local.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:759]: The file represented by File table key 'test_urllibnet.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:760]: The file represented by File table key 'test_future.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:762]: The file represented by File table key 'test_os.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:767]: The file represented by File table key 'test_shlex.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:768]: The file represented by File table key 'test_crypt.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:769]: The file represented by File table key 'test_isinstance.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:770]: The file represented by File table key 'test_ssl.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:771]: The file represented by File table key 'test_index.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:774]: The file represented by File table key 'test_multiprocessing_spawn.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:776]: The file represented by File table key 'test_sysconfig.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:777]: The file represented by File table key 'test_thread.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:778]: The file represented by File table key 're_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:779]: The file represented by File table key 'final_b.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:780]: The file represented by File table key 'test_codecmaps_hk.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:781]: The file represented by File table key 'test_future3.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:782]: The file represented by File table key 'test_typechecks.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:784]: The file represented by File table key 'badsyntax_future7.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:786]: The file represented by File table key 'curses_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:787]: The file represented by File table key 'test_codeccallbacks.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:787]: The file represented by File table key 'exception_hierarchy.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:789]: The file represented by File table key 'test_flufl.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:797]: The file represented by File table key 'test_weakset.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:801]: The file represented by File table key 'test_reprlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:807]: The file represented by File table key 'test_bigaddrspace.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:809]: The file represented by File table key 'test_unicodedata.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:810]: The file represented by File table key 'test_dynamic.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:811]: The file represented by File table key 'test_dummy_thread.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:812]: The file represented by File table key 'relimport.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:813]: The file represented by File table key 'test_listcomps.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:817]: The file represented by File table key 'test_ast.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:819]: The file represented by File table key 'test_pep380.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:828]: The file represented by File table key 'test_memoryio.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:831]: The file represented by File table key 'test_docxmlrpc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:832]: The file represented by File table key 'test_setcomps.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:833]: The file represented by File table key 'test_builtin.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:838]: The file represented by File table key 'randv3.pck' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:839]: The file represented by File table key 'keycert.passwd.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:840]: The file represented by File table key 'test_compare.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:841]: The file represented by File table key 'test_contextlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:843]: The file represented by File table key 'win_console_handler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:847]: The file represented by File table key 'regrtest.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:849]: The file represented by File table key 'test_abc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:850]: The file represented by File table key 'test_longexp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:852]: The file represented by File table key 'test_cprofile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:854]: The file represented by File table key 'test_property.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:856]: The file represented by File table key 'test_faulthandler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:857]: The file represented by File table key 'test_array.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:858]: The file represented by File table key 'test_doctest.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:860]: The file represented by File table key 'test_threadedtempfile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:861]: The file represented by File table key 'test_profile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:862]: The file represented by File table key '_185test.db' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:867]: The file represented by File table key 'pickletester.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:870]: The file represented by File table key 'tokenize_tests_no_coding_cookie_and_utf8_bom_sig_only.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:872]: The file represented by File table key 'nullbytecert.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:873]: The file represented by File table key 'test_getpass.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:878]: The file represented by File table key 'badsyntax_future6.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:879]: The file represented by File table key 'test_smtpnet.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:880]: The file represented by File table key 'seq_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:882]: The file represented by File table key 'make_ssl_certs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:883]: The file represented by File table key 'test_opcodes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:888]: The file represented by File table key 'test_super.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:890]: The file represented by File table key 'test_copy.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:891]: The file represented by File table key 'pycacert.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:893]: The file represented by File table key 'test_pprint.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:894]: The file represented by File table key 'test_uu.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:898]: The file represented by File table key 'test_urllib2net.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:900]: The file represented by File table key 'test_descr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:901]: The file represented by File table key 'test_wsgiref.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:902]: The file represented by File table key 'bad_coding2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:903]: The file represented by File table key 'test_bytes.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:904]: The file represented by File table key 'pstats.pck' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:907]: The file represented by File table key 'test_frame.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:908]: The file represented by File table key 'test_http_cookies.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:909]: The file represented by File table key 'test_strtod.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:910]: The file represented by File table key 'test_symtable.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:911]: The file represented by File table key 'nokia.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:912]: The file represented by File table key 'test_tempfile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:914]: The file represented by File table key 'ssl_key.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:918]: The file represented by File table key 'test_pep3120.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:919]: The file represented by File table key 'testtar.tar' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:921]: The file represented by File table key 'test_fnmatch.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:922]: The file represented by File table key 'test_threading.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:924]: The file represented by File table key 'ssl_servers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:928]: The file represented by File table key 'test_finalization.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:930]: The file represented by File table key 'test_crashers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:931]: The file represented by File table key 'test_marshal.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:932]: The file represented by File table key 'test_operator.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:933]: The file represented by File table key 'multibytecodec_support.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:938]: The file represented by File table key 'test_numeric_tower.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:939]: The file represented by File table key 'testcodec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:940]: The file represented by File table key 'test_codeop.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:941]: The file represented by File table key 'test_textwrap.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:942]: The file represented by File table key 'test_py_compile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:943]: The file represented by File table key 'test_ipaddress.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:946]: The file represented by File table key 'ssltests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:949]: The file represented by File table key 'test_ensurepip.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:950]: The file represented by File table key 'test_quopri.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:951]: The file represented by File table key 'test_doctest4.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:957]: The file represented by File table key 'mock_socket.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:958]: The file represented by File table key 'tf_inherit_check.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:959]: The file represented by File table key 'test_dbm_gnu.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:960]: The file represented by File table key 'test_memoryview.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:962]: The file represented by File table key 'test_keyword.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:964]: The file represented by File table key 'sha256.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:965]: The file represented by File table key 'test_smtplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:969]: The file represented by File table key 'threaded_import_hangers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:971]: The file represented by File table key 'test_sax.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:972]: The file represented by File table key 'test_range.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:973]: The file represented by File table key 'test_sqlite.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:974]: The file represented by File table key 'test_dynamicclassattribute.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:975]: The file represented by File table key 'test_pep352.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:976]: The file represented by File table key 'test_unpack.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:980]: The file represented by File table key 'test_netrc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:981]: The file represented by File table key 'test_userstring.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:982]: The file represented by File table key 'tokenize_tests.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:984]: The file represented by File table key 'test_pep277.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:985]: The file represented by File table key 'test_sndhdr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:987]: The file represented by File table key 'test_pipes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:989]: The file represented by File table key 'test_wait4.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:990]: The file represented by File table key 'test_dummy_threading.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:991]: The file represented by File table key 'test_poplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:992]: The file represented by File table key 'test_random.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:993]: The file represented by File table key 'test_sched.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:994]: The file represented by File table key 'test_pydoc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:995]: The file represented by File table key 'test_unittest.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:997]: The file represented by File table key 'test_bisect.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:998]: The file represented by File table key 'test_ossaudiodev.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:999]: The file represented by File table key 'test_statistics.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:000]: The file represented by File table key 'cfgparser.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:001]: The file represented by File table key 'cfgparser.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:002]: The file represented by File table key 'cfgparser.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:003]: The file represented by File table key 'test_dis.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:004]: The file represented by File table key 'test_binascii.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:010]: The file represented by File table key 'datetimetester.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:011]: The file represented by File table key 'test_selectors.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:013]: The file represented by File table key 'ieee754.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:013]: The file represented by File table key 'floating_points.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:014]: The file represented by File table key 'test_calendar.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:015]: The file represented by File table key 'mp_fork_bomb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:016]: The file represented by File table key 'test_pkg.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:017]: The file represented by File table key 'test_optparse.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:018]: The file represented by File table key 'test_global.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:020]: The file represented by File table key 'test_unicode.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:021]: The file represented by File table key 'test_site.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:022]: The file represented by File table key 'test_class.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:023]: The file represented by File table key 'test_itertools.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:024]: The file represented by File table key 'test_audioop.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:025]: The file represented by File table key 'badsyntax_3131.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:026]: The file represented by File table key 'test_nntplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:031]: The file represented by File table key 'test_ntpath.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:032]: The file represented by File table key 'formatfloat_testcases.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:033]: The file represented by File table key 'test_codecmaps_cn.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:035]: The file represented by File table key 'test_posix.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:037]: The file represented by File table key 'test_posixpath.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:046]: The file represented by File table key 'test_concurrent_futures.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:048]: The file represented by File table key 'test_complex.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:049]: The file represented by File table key 'memory_watchdog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:050]: The file represented by File table key 'test_functools.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:051]: The file represented by File table key 'test_socket.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:054]: The file represented by File table key 'test_pyclbr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:055]: The file represented by File table key 'test_code_module.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:056]: The file represented by File table key 'test_doctest2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:077]: The file represented by File table key 'test__osx_support.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:080]: The file represented by File table key 'test_trace.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:081]: The file represented by File table key 'nullcert.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:082]: The file represented by File table key 'test_poll.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:083]: The file represented by File table key 'test_inspect.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:084]: The file represented by File table key 'reperf.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:085]: The file represented by File table key 'test_exception_variations.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:086]: The file represented by File table key 'test_threadsignals.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:087]: The file represented by File table key 'test_structmembers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:091]: The file represented by File table key 'gdb_sample.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:093]: The file represented by File table key 'test_genericpath.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:094]: The file represented by File table key 'test_colorsys.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:095]: The file represented by File table key 'test_scope.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:096]: The file represented by File table key 'test_fcntl.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:097]: The file represented by File table key 'autotest.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:098]: The file represented by File table key 'test_iterlen.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:100]: The file represented by File table key 'test_fileinput.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:103]: The file represented by File table key 'test_import.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:106]: The file represented by File table key 'test_binhex.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:107]: The file represented by File table key 'math_testcases.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:108]: The file represented by File table key 'test_linecache.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:109]: The file represented by File table key 'buffer_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:110]: The file represented by File table key 'test_queue.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:111]: The file represented by File table key 'test_cmath.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:112]: The file represented by File table key 'test_re.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:113]: The file represented by File table key 'test_compile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:114]: The file represented by File table key 'test_peepholer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:117]: The file represented by File table key 'test_largefile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:120]: The file represented by File table key 'test_unicode_file.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:122]: The file represented by File table key 'test_shelve.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:123]: The file represented by File table key 'test_html.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:124]: The file represented by File table key 'test_dbm_ndbm.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:125]: The file represented by File table key 'test_regrtest.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:126]: The file represented by File table key 'test_abstract_numbers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:127]: The file represented by File table key 'test_funcattrs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:127]: The file represented by File table key 'test_http_cookiejar.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:129]: The file represented by File table key 'test_file.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:130]: The file represented by File table key 'test_urllib2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:132]: The file represented by File table key 'test_csv.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:133]: The file represented by File table key 'test_pyexpat.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:134]: The file represented by File table key 'badsyntax_future9.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:135]: The file represented by File table key 'test_syntax.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:136]: The file represented by File table key 'test_openpty.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:137]: The file represented by File table key 'test_unpack_ex.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:138]: The file represented by File table key 'test_dictviews.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:139]: The file represented by File table key 'test_mmap.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:140]: The file represented by File table key 'test_source_encoding.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:141]: The file represented by File table key 'test_atexit.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:142]: The file represented by File table key 'test_minidom.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:143]: The file represented by File table key 'test_file_eintr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:144]: The file represented by File table key 'keycert2.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:145]: The file represented by File table key 'test_select.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:146]: The file represented by File table key 'test_filecmp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:147]: The file represented by File table key 'test_long.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:148]: The file represented by File table key 'ssl_key.passwd.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:150]: The file represented by File table key 'final_a.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:151]: The file represented by File table key 'test__opcode.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:157]: The file represented by File table key 'test_slice.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:160]: The file represented by File table key 'test_winsound.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:162]: The file represented by File table key 'test_mailcap.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:163]: The file represented by File table key 'test_urllib2_localnet.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:164]: The file represented by File table key 'test_osx_env.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:165]: The file represented by File table key 'test_gc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:166]: The file represented by File table key 'randv2_64.pck' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:167]: The file represented by File table key 'test_set.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:168]: The file represented by File table key 'test_hmac.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:169]: The file represented by File table key 'test_bufio.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:170]: The file represented by File table key 'test_cmd_line_script.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:171]: The file represented by File table key 'test_ucn.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:173]: The file represented by File table key 'bad_coding.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:173]: The file represented by File table key 'test_userdict.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:173]: The file represented by File table key 'test_weakref.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:173]: The file represented by File table key 'bytecode_helper.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:173]: The file represented by File table key 'test_locale.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:173]: The file represented by File table key 'test_keywordonlyarg.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:173]: The file represented by File table key 'test_glob.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'test_pulldom.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'test_math.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'test_doctest3.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'dh512.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'test_readline.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'test_dict.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'test_augassign.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'test_raise.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'test_xml_dom_minicompat.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'test_with.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'test_warnings.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'test_getargs2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'test_dictcomps.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'test_syslog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'test_difflib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'test_transports.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key '__init__.py.30' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'pycacert.pem.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'echo3.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'test_proactor_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'test_unix_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'test_tasks.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'test_locks.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:220]: The file represented by File table key 'test_windows_utils.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:220]: The file represented by File table key 'echo.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:220]: The file represented by File table key '__main__.py.7' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:220]: The file represented by File table key 'test_subprocess.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:220]: The file represented by File table key 'test_queues.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:220]: The file represented by File table key 'test_selector_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:220]: The file represented by File table key 'test_base_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:220]: The file represented by File table key 'test_streams.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:220]: The file represented by File table key 'ssl_cert.pem.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key 'ssl_key.pem.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key 'keycert3.pem.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key 'echo2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key 'test_windows_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key 'test_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key 'test_futures.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key '__init__.py.31' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key '_6e88d7b8.0' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key '_99d0fa06.0' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key '_4e1295a3.0' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key '_5ed36f99.0' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key 'module_iso_8859_1.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:267]: The file represented by File table key 'module_koi8_r.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:267]: The file represented by File table key '__init__.py.32' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:267]: The file represented by File table key 'python.tiff' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:267]: The file represented by File table key 'python.png' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:267]: The file represented by File table key 'python.pbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:267]: The file represented by File table key 'python.sgi' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:267]: The file represented by File table key 'python.ras' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:267]: The file represented by File table key 'python.jpg' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:267]: The file represented by File table key 'python.ppm' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:267]: The file represented by File table key 'python.bmp' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:282]: The file represented by File table key 'python.gif.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:282]: The file represented by File table key 'python.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:282]: The file represented by File table key 'python.pgm' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:282]: The file represented by File table key 'test_pindent.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:282]: The file represented by File table key 'test_sundry.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:298]: The file represented by File table key '__main__.py.8' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:298]: The file represented by File table key 'test_gprof2html.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:298]: The file represented by File table key '__init__.py.33' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:298]: The file represented by File table key 'test_md5sum.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:298]: The file represented by File table key 'test_reindent.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:298]: The file represented by File table key 'test_unparse.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:298]: The file represented by File table key 'test_pdeps.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:298]: The file represented by File table key 'ddCompare.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:313]: The file represented by File table key 'dqPlus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:313]: The file represented by File table key 'dqScaleB.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:313]: The file represented by File table key 'ddCompareTotal.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:313]: The file represented by File table key 'dqAbs.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:313]: The file represented by File table key 'ddMaxMag.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:313]: The file represented by File table key 'ddNextToward.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:313]: The file represented by File table key 'ddDivide.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:313]: The file represented by File table key 'dqMaxMag.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'multiply.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'abs.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'ddScaleB.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'ddClass.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'shift.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'subtract.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'dqCompareSig.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'decDouble.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'samequantum.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'maxmag.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'dqOr.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:345]: The file represented by File table key 'dqRotate.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:345]: The file represented by File table key 'tointegral.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:345]: The file represented by File table key 'dqCompareTotal.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:345]: The file represented by File table key 'ddXor.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:345]: The file represented by File table key 'dqCopySign.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:345]: The file represented by File table key 'decSingle.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:345]: The file represented by File table key 'dqCanonical.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:345]: The file represented by File table key 'dqSameQuantum.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'min.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'dqCopyNegate.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'xor.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'ddNextMinus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'copy.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'randoms.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'log10.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'dqSubtract.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'dqShift.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'dqFMA.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'testall.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'ddMinMag.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'reduce.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'comparetotmag.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'dqEncode.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'add.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'dqXor.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'ddEncode.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'dqLogB.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'invert.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'ddOr.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'ddRemainder.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'dqBase.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'ddAnd.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'ddCopy.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'ddMinus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'ddInvert.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'dqMax.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'fma.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'and.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'dqDivide.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'ddMin.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'copyabs.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'dqReduce.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'ln.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'ddCopySign.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'decQuad.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'nextminus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'ddShift.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'plus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'ddCopyNegate.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'clamp.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'ddSameQuantum.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'remainderNear.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'ddToIntegral.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'ddPlus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'rotate.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'ddMax.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'remainder.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'dqRemainder.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'quantize.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'dqMultiply.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'dqMinMag.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'max.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'extra.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'copysign.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'compare.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'squareroot.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'dqAdd.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'dqClass.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'ddCompareTotalMag.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'dqDivideInt.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'ddAbs.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'base.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'ddCompareSig.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'ddDivideInt.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:438]: The file represented by File table key 'dqQuantize.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:438]: The file represented by File table key 'dqCompare.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:438]: The file represented by File table key 'dqToIntegral.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:438]: The file represented by File table key 'dqRemainderNear.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:438]: The file represented by File table key 'dqCopy.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:438]: The file represented by File table key 'randomBound32.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:438]: The file represented by File table key 'ddBase.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:438]: The file represented by File table key 'dqCompareTotalMag.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:438]: The file represented by File table key 'dsEncode.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:438]: The file represented by File table key 'rounding.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'exp.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'ddQuantize.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'comparetotal.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'minmag.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'nexttoward.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'dqNextMinus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'ddReduce.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'ddAdd.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'or.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'tointegralx.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'dqMin.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'dqNextToward.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'ddNextPlus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'minus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'divide.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'dqMinus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'inexact.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'powersqrt.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'dqAnd.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'copynegate.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'rescale.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'divideint.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'ddCanonical.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'ddCopyAbs.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'ddFMA.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'scaleb.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'dsBase.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'ddRotate.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'ddSubtract.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'dqNextPlus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'dqInvert.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'logb.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'power.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'dqCopyAbs.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'ddMultiply.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'ddLogB.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'ddRemainderNear.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'class.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'nextplus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'sndhdr.aifc' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'sndhdr.au' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'sndhdr.wav' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'sndhdr.aiff' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'sndhdr.voc' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'sndhdr.8svx' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'sndhdr.hcom' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'README.txt.6' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'sndhdr.sndt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'testmod.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key '__init__.py.34' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'mutation_inside_cyclegc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:517]: The file represented by File table key 'bogus_code_obj.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:517]: The file represented by File table key 'infinite_loop_re.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:517]: The file represented by File table key 'trace_at_recursion_limit.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:517]: The file represented by File table key 'README.txt.7' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:534]: The file represented by File table key 'underlying_dict.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:538]: The file represented by File table key 'recursive_call.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:540]: The file represented by File table key 'gc_inspection.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:541]: The file represented by File table key 'gbk_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:543]: The file represented by File table key 'big5.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:545]: The file represented by File table key 'gb2312.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:549]: The file represented by File table key 'iso2022_jp.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:550]: The file represented by File table key 'euc_jisx0213_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:551]: The file represented by File table key 'euc_kr.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:552]: The file represented by File table key 'iso2022_kr.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:553]: The file represented by File table key 'iso2022_kr_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:555]: The file represented by File table key 'shift_jisx0213_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:559]: The file represented by File table key 'gbk.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:560]: The file represented by File table key 'big5hkscs.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:561]: The file represented by File table key 'big5hkscs_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:562]: The file represented by File table key 'euc_kr_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:564]: The file represented by File table key 'shift_jis.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:564]: The file represented by File table key 'euc_jisx0213.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:565]: The file represented by File table key 'iso2022_jp_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:569]: The file represented by File table key 'cp949.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:570]: The file represented by File table key 'euc_jp.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:571]: The file represented by File table key 'gb18030.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:572]: The file represented by File table key 'hz_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:573]: The file represented by File table key 'cp949_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:574]: The file represented by File table key 'gb2312_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:575]: The file represented by File table key 'big5_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:577]: The file represented by File table key 'johab_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:578]: The file represented by File table key 'hz.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:579]: The file represented by File table key 'euc_jp_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:580]: The file represented by File table key 'gb18030_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:585]: The file represented by File table key 'johab.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:590]: The file represented by File table key 'shift_jisx0213.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:591]: The file represented by File table key 'shift_jis_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:592]: The file represented by File table key 'test_selftype.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:593]: The file represented by File table key '__init__.py.35' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:594]: The file represented by File table key 'README.txt.8' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:595]: The file represented by File table key 'test_ctypes.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:596]: The file represented by File table key 'qgrep.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:597]: The file represented by File table key 'fd_status.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:598]: The file represented by File table key 'input_reader.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:599]: The file represented by File table key 'sigchild_ignore.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:600]: The file represented by File table key 'qcat.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:601]: The file represented by File table key 'test_tool.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:603]: The file represented by File table key 'test_unicode.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:604]: The file represented by File table key 'test_recursion.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:605]: The file represented by File table key 'test_enum.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:606]: The file represented by File table key 'test_dump.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:607]: The file represented by File table key '__main__.py.9' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:608]: The file represented by File table key 'test_fail.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:609]: The file represented by File table key 'test_float.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:610]: The file represented by File table key 'test_separators.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:611]: The file represented by File table key 'test_pass1.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:612]: The file represented by File table key '__init__.py.36' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:613]: The file represented by File table key 'test_scanstring.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:614]: The file represented by File table key 'test_speedups.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:615]: The file represented by File table key 'test_decode.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:616]: The file represented by File table key 'test_pass3.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:618]: The file represented by File table key 'test_pass2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:619]: The file represented by File table key 'test_default.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:621]: The file represented by File table key 'test_encode_basestring_ascii.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:622]: The file represented by File table key 'test_indent.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:625]: The file represented by File table key 'test.xml' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:630]: The file represented by File table key 'simple.xml' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:632]: The file represented by File table key 'simple_ns.xml' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:632]: The file represented by File table key 'test.xml.out' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:633]: The file represented by File table key 'README.txt.9' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:635]: The file represented by File table key 'pluck_pcm24.au' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:636]: The file represented by File table key 'pluck_pcm8.wav' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:638]: The file represented by File table key 'pluck_pcm8.aiff' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:639]: The file represented by File table key 'pluck_pcm32.wav' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:640]: The file represented by File table key 'pluck_pcm32.aiff' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:641]: The file represented by File table key 'pluck_pcm24.aiff' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:642]: The file represented by File table key 'pluck_pcm16.aiff' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:643]: The file represented by File table key 'pluck_ulaw.aifc' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:644]: The file represented by File table key 'pluck_pcm16.au' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:645]: The file represented by File table key 'pluck_pcm24.wav' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:646]: The file represented by File table key 'pluck_pcm8.au' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:647]: The file represented by File table key 'pluck_alaw.aifc' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:650]: The file represented by File table key 'pluck_ulaw.au' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:652]: The file represented by File table key 'pluck_pcm32.au' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:653]: The file represented by File table key 'pluck_pcm16.wav' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:654]: The file represented by File table key 'test_namespace_pkgs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:655]: The file represented by File table key '__main__.py.10' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:656]: The file represented by File table key 'test_abc.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:658]: The file represented by File table key 'util.py.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:659]: The file represented by File table key '__init__.py.37' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:661]: The file represented by File table key 'regrtest.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:662]: The file represented by File table key 'abc.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:663]: The file represented by File table key 'test_util.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:664]: The file represented by File table key 'test_spec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:665]: The file represented by File table key 'test_api.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:670]: The file represented by File table key 'test_windows.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:673]: The file represented by File table key 'test_locks.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:674]: The file represented by File table key 'test_finder.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:675]: The file represented by File table key '__main__.py.11' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:676]: The file represented by File table key 'util.py.4' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:677]: The file represented by File table key '__init__.py.38' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:678]: The file represented by File table key 'test_loader.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:679]: The file represented by File table key 'nested_portion1.zip' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:680]: The file represented by File table key 'top_level_portion1.zip' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:681]: The file represented by File table key 'missing_directory.zip' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:682]: The file represented by File table key 'a_test.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:691]: The file represented by File table key 'empty' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:692]: The file represented by File table key 'three.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:693]: The file represented by File table key 'one.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:694]: The file represented by File table key 'two.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:695]: The file represented by File table key 'two.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:697]: The file represented by File table key 'one.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:701]: The file represented by File table key 'one.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:702]: The file represented by File table key '__init__.py.39' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:704]: The file represented by File table key 'one.py.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:705]: The file represented by File table key 'two.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:706]: The file represented by File table key 'test_finder.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:707]: The file represented by File table key '__main__.py.12' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:708]: The file represented by File table key '__init__.py.40' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:709]: The file represented by File table key 'test_loader.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:710]: The file represented by File table key 'test_case_sensitivity.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:711]: The file represented by File table key '__main__.py.13' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:714]: The file represented by File table key 'util.py.5' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:715]: The file represented by File table key 'test_path_hook.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:716]: The file represented by File table key 'test_file_loader.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:729]: The file represented by File table key 'test_source_encoding.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:730]: The file represented by File table key '__init__.py.41' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:732]: The file represented by File table key 'test_finder.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:734]: The file represented by File table key 'test_case_sensitivity.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:737]: The file represented by File table key '__main__.py.14' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:741]: The file represented by File table key 'util.py.6' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:742]: The file represented by File table key 'test_path_hook.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:743]: The file represented by File table key '__init__.py.42' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:745]: The file represented by File table key 'test_loader.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:746]: The file represented by File table key 'test_finder.py.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:747]: The file represented by File table key 'test_path.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:748]: The file represented by File table key 'test_packages.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:749]: The file represented by File table key 'test_meta_path.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:750]: The file represented by File table key 'test___loader__.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:751]: The file represented by File table key '__main__.py.15' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:754]: The file represented by File table key 'util.py.7' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:757]: The file represented by File table key '__init__.py.43' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:758]: The file represented by File table key 'test_api.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:762]: The file represented by File table key 'test_relative_imports.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:763]: The file represented by File table key 'test_caching.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:765]: The file represented by File table key 'test_fromlist.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:766]: The file represented by File table key 'test___package__.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:768]: The file represented by File table key 'test_asian_codecs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:775]: The file represented by File table key 'test_generator.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:776]: The file represented by File table key 'test_defect_handling.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:778]: The file represented by File table key 'test_parser.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:783]: The file represented by File table key 'test_inversion.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:784]: The file represented by File table key '__main__.py.16' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:785]: The file represented by File table key 'test_policy.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:786]: The file represented by File table key 'test_contentmanager.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:787]: The file represented by File table key '__init__.py.44' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:788]: The file represented by File table key 'test_message.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:789]: The file represented by File table key 'test_email.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:790]: The file represented by File table key 'test__header_value_parser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:791]: The file represented by File table key 'test_pickleable.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:792]: The file represented by File table key 'torture_test.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:793]: The file represented by File table key 'test_headerregistry.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:795]: The file represented by File table key 'test_utils.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:796]: The file represented by File table key 'test__encoded_words.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:797]: The file represented by File table key 'msg_06.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:798]: The file represented by File table key 'msg_20.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:799]: The file represented by File table key 'PyBanner048.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:801]: The file represented by File table key 'msg_01.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:802]: The file represented by File table key 'msg_32.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:803]: The file represented by File table key 'msg_14.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:804]: The file represented by File table key 'msg_23.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:805]: The file represented by File table key 'msg_40.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:806]: The file represented by File table key 'msg_42.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:807]: The file represented by File table key 'msg_03.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:808]: The file represented by File table key 'msg_27.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:809]: The file represented by File table key 'msg_18.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:810]: The file represented by File table key 'msg_17.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:811]: The file represented by File table key 'msg_30.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:812]: The file represented by File table key 'msg_16.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:813]: The file represented by File table key 'msg_37.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:814]: The file represented by File table key 'msg_21.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:815]: The file represented by File table key 'msg_41.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:817]: The file represented by File table key 'msg_28.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:818]: The file represented by File table key 'msg_24.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:819]: The file represented by File table key 'msg_13.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:821]: The file represented by File table key 'msg_46.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:822]: The file represented by File table key 'msg_22.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:823]: The file represented by File table key 'msg_31.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:824]: The file represented by File table key 'msg_11.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:825]: The file represented by File table key 'msg_35.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:826]: The file represented by File table key 'msg_33.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:827]: The file represented by File table key 'msg_34.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:828]: The file represented by File table key 'msg_07.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:829]: The file represented by File table key 'msg_08.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:830]: The file represented by File table key 'msg_09.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:831]: The file represented by File table key 'msg_29.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:832]: The file represented by File table key 'msg_44.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:833]: The file represented by File table key 'msg_12.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:835]: The file represented by File table key 'msg_19.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:836]: The file represented by File table key 'msg_36.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:837]: The file represented by File table key 'msg_45.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:838]: The file represented by File table key 'msg_15.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:839]: The file represented by File table key 'msg_43.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:840]: The file represented by File table key 'msg_05.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:841]: The file represented by File table key 'msg_39.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:842]: The file represented by File table key 'msg_02.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:843]: The file represented by File table key 'msg_10.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:844]: The file represented by File table key 'audiotest.au.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:845]: The file represented by File table key 'msg_25.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:846]: The file represented by File table key 'msg_12a.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:847]: The file represented by File table key 'msg_04.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:848]: The file represented by File table key 'msg_26.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:849]: The file represented by File table key 'msg_38.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:850]: The file represented by File table key 'peace.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:853]: The file represented by File table key 'penrose.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:854]: The file represented by File table key 'paint.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:855]: The file represented by File table key 'turtle.cfg' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:856]: The file represented by File table key 'bytedesign.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:857]: The file represented by File table key 'fractalcurves.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:858]: The file represented by File table key 'chaos.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:859]: The file represented by File table key 'tree.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:860]: The file represented by File table key 'clock.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:861]: The file represented by File table key 'two_canvases.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:862]: The file represented by File table key 'wikipedia.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:863]: The file represented by File table key 'planet_and_moon.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:864]: The file represented by File table key '__init__.py.45' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:866]: The file represented by File table key 'forest.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:867]: The file represented by File table key 'minimal_hanoi.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:868]: The file represented by File table key 'yinyang.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:869]: The file represented by File table key 'colormixer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:870]: The file represented by File table key '__main__.py.17' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:871]: The file represented by File table key 'round_dance.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:872]: The file represented by File table key 'nim.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:873]: The file represented by File table key 'lindenmayer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:874]: The file represented by File table key '__init__.py.46' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:875]: The file represented by File table key 'domreg.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:876]: The file represented by File table key 'pulldom.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:877]: The file represented by File table key '__init__.py.47' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:878]: The file represented by File table key 'minidom.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:879]: The file represented by File table key 'NodeFilter.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:880]: The file represented by File table key 'expatbuilder.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:881]: The file represented by File table key 'xmlbuilder.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:883]: The file represented by File table key 'minicompat.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:884]: The file represented by File table key 'ElementTree.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:884]: The file represented by File table key 'ElementInclude.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:885]: The file represented by File table key '__init__.py.48' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:886]: The file represented by File table key 'ElementPath.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:887]: The file represented by File table key 'cElementTree.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:887]: The file represented by File table key 'expat.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:888]: The file represented by File table key '__init__.py.49' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:889]: The file represented by File table key 'handler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:890]: The file represented by File table key 'saxutils.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:891]: The file represented by File table key '__init__.py.50' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:892]: The file represented by File table key 'expatreader.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:894]: The file represented by File table key '_exceptions.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:895]: The file represented by File table key 'xmlreader.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:896]: The file represented by File table key 'policy.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:897]: The file represented by File table key '_policybase.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:898]: The file represented by File table key 'base64mime.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:898]: The file represented by File table key 'errors.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:899]: The file represented by File table key 'contentmanager.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:899]: The file represented by File table key '_header_value_parser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:900]: The file represented by File table key 'encoders.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:901]: The file represented by File table key 'feedparser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:903]: The file represented by File table key 'header.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:904]: The file represented by File table key '_parseaddr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:905]: The file represented by File table key 'charset.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:906]: The file represented by File table key 'utils.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:907]: The file represented by File table key 'architecture.rst' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:908]: The file represented by File table key 'message.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:909]: The file represented by File table key 'headerregistry.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:909]: The file represented by File table key 'iterators.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:910]: The file represented by File table key '_encoded_words.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:911]: The file represented by File table key '__init__.py.51' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:913]: The file represented by File table key 'parser.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:914]: The file represented by File table key 'quoprimime.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:915]: The file represented by File table key 'generator.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:915]: The file represented by File table key 'nonmultipart.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:916]: The file represented by File table key 'message.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:917]: The file represented by File table key 'application.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:918]: The file represented by File table key 'base.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:919]: The file represented by File table key '__init__.py.52' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:920]: The file represented by File table key 'multipart.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:920]: The file represented by File table key 'audio.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:921]: The file represented by File table key 'image.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:923]: The file represented by File table key 'text.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:924]: The file represented by File table key 'request.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:926]: The file represented by File table key '__init__.py.53' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:927]: The file represented by File table key 'parse.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:928]: The file represented by File table key 'error.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:929]: The file represented by File table key 'response.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:929]: The file represented by File table key 'robotparser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:930]: The file represented by File table key 'cp860.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:931]: The file represented by File table key 'cp424.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:933]: The file represented by File table key 'iso8859_7.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:934]: The file represented by File table key 'iso2022_kr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:935]: The file represented by File table key 'iso8859_8.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:935]: The file represented by File table key 'cp1125.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:936]: The file represented by File table key 'idna.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:937]: The file represented by File table key 'rot_13.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:938]: The file represented by File table key 'cp037.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:938]: The file represented by File table key 'cp500.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:939]: The file represented by File table key 'cp1140.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:939]: The file represented by File table key 'mac_roman.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:940]: The file represented by File table key 'cp950.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:941]: The file represented by File table key 'mac_iceland.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:942]: The file represented by File table key 'cp65001.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:943]: The file represented by File table key 'cp856.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:944]: The file represented by File table key 'charmap.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:945]: The file represented by File table key 'quopri_codec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:946]: The file represented by File table key 'punycode.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:947]: The file represented by File table key 'cp864.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:948]: The file represented by File table key 'cp1253.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:949]: The file represented by File table key 'euc_kr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:950]: The file represented by File table key 'mac_greek.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:951]: The file represented by File table key 'iso8859_1.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:951]: The file represented by File table key 'cp932.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:953]: The file represented by File table key 'cp862.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:954]: The file represented by File table key 'iso8859_4.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:955]: The file represented by File table key 'mbcs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:956]: The file represented by File table key 'mac_croatian.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:957]: The file represented by File table key 'shift_jis.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:958]: The file represented by File table key 'iso8859_5.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:958]: The file represented by File table key 'utf_8.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:959]: The file represented by File table key 'shift_jisx0213.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:960]: The file represented by File table key 'cp1258.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:960]: The file represented by File table key 'cp1252.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:961]: The file represented by File table key 'big5.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:961]: The file represented by File table key 'cp949.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:962]: The file represented by File table key 'cp775.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:964]: The file represented by File table key 'bz2_codec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:965]: The file represented by File table key 'cp857.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:966]: The file represented by File table key 'utf_32_le.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:967]: The file represented by File table key 'utf_16.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:968]: The file represented by File table key 'utf_32_be.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:968]: The file represented by File table key 'iso2022_jp_3.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:969]: The file represented by File table key 'cp437.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:970]: The file represented by File table key 'mac_farsi.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:971]: The file represented by File table key 'aliases.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:971]: The file represented by File table key 'cp866.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:972]: The file represented by File table key 'utf_7.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:973]: The file represented by File table key 'utf_16_be.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:974]: The file represented by File table key 'mac_romanian.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:975]: The file represented by File table key 'koi8_r.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:976]: The file represented by File table key 'euc_jis_2004.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:977]: The file represented by File table key 'iso2022_jp_ext.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:977]: The file represented by File table key 'utf_16_le.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:978]: The file represented by File table key 'palmos.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:979]: The file represented by File table key 'koi8_u.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:979]: The file represented by File table key 'iso2022_jp_1.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:980]: The file represented by File table key 'cp1254.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:981]: The file represented by File table key 'gbk.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:981]: The file represented by File table key 'cp1250.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:983]: The file represented by File table key 'mac_centeuro.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:985]: The file represented by File table key 'iso8859_15.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:986]: The file represented by File table key 'ptcp154.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:987]: The file represented by File table key 'utf_32.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:988]: The file represented by File table key 'gb2312.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:989]: The file represented by File table key 'euc_jisx0213.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:990]: The file represented by File table key 'ascii.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:991]: The file represented by File table key 'gb18030.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:991]: The file represented by File table key 'mac_cyrillic.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:992]: The file represented by File table key 'cp273.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:993]: The file represented by File table key 'cp863.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:994]: The file represented by File table key 'undefined.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:995]: The file represented by File table key 'base64_codec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:996]: The file represented by File table key 'hex_codec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:997]: The file represented by File table key 'cp855.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:998]: The file represented by File table key 'iso8859_3.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:999]: The file represented by File table key 'tis_620.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:000]: The file represented by File table key 'big5hkscs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:000]: The file represented by File table key 'mac_latin2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:001]: The file represented by File table key 'cp720.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:002]: The file represented by File table key 'cp1256.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:003]: The file represented by File table key 'iso8859_14.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:005]: The file represented by File table key 'iso8859_9.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:006]: The file represented by File table key 'hp_roman8.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:007]: The file represented by File table key 'cp737.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:008]: The file represented by File table key 'cp1257.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:009]: The file represented by File table key 'unicode_internal.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:009]: The file represented by File table key 'cp874.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:010]: The file represented by File table key 'cp865.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:011]: The file represented by File table key 'johab.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:012]: The file represented by File table key 'iso8859_13.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:014]: The file represented by File table key 'unicode_escape.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:015]: The file represented by File table key 'euc_jp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:017]: The file represented by File table key 'mac_arabic.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:018]: The file represented by File table key 'utf_8_sig.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:019]: The file represented by File table key 'raw_unicode_escape.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:019]: The file represented by File table key 'cp850.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:020]: The file represented by File table key 'cp1026.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:021]: The file represented by File table key 'cp1006.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:022]: The file represented by File table key 'cp1251.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:023]: The file represented by File table key 'iso8859_16.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:024]: The file represented by File table key 'hz.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:025]: The file represented by File table key 'cp875.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:026]: The file represented by File table key 'cp1255.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:027]: The file represented by File table key 'latin_1.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:028]: The file represented by File table key 'shift_jis_2004.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:029]: The file represented by File table key 'cp858.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:030]: The file represented by File table key 'iso8859_2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:031]: The file represented by File table key 'iso2022_jp_2004.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:032]: The file represented by File table key 'iso8859_6.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:033]: The file represented by File table key 'iso2022_jp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:034]: The file represented by File table key 'iso8859_11.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:035]: The file represented by File table key 'cp869.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:037]: The file represented by File table key 'cp861.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:037]: The file represented by File table key 'cp852.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:038]: The file represented by File table key 'uu_codec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:039]: The file represented by File table key 'iso2022_jp_2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:040]: The file represented by File table key 'zlib_codec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:041]: The file represented by File table key '__init__.py.54' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:042]: The file represented by File table key 'mac_turkish.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:043]: The file represented by File table key 'iso8859_10.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:044]: The file represented by File table key 'topics.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:045]: The file represented by File table key '_pydoc.css' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:048]: The file represented by File table key '__init__.py.55' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:049]: The file represented by File table key 'sequence.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:049]: The file represented by File table key 'schema.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:050]: The file represented by File table key '__init__.py.56' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:051]: The file represented by File table key 'text.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:052]: The file represented by File table key 'client.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:054]: The file represented by File table key 'server.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:055]: The file represented by File table key '__init__.py.57' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:056]: The file represented by File table key 'signals.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:057]: The file represented by File table key 'runner.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:058]: The file represented by File table key 'main.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:063]: The file represented by File table key '__main__.py.18' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:064]: The file represented by File table key 'suite.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:065]: The file represented by File table key 'util.py.8' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:066]: The file represented by File table key 'mock.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:067]: The file represented by File table key 'result.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:068]: The file represented by File table key '__init__.py.58' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:069]: The file represented by File table key 'case.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:070]: The file represented by File table key 'loader.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:071]: The file represented by File table key 'test_skipping.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:072]: The file represented by File table key 'test_functiontestcase.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:073]: The file represented by File table key '_test_warnings.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:074]: The file represented by File table key 'test_case.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:075]: The file represented by File table key 'test_program.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:076]: The file represented by File table key '__main__.py.19' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:077]: The file represented by File table key 'test_loader.py.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:078]: The file represented by File table key 'test_setups.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:078]: The file represented by File table key '__init__.py.59' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:079]: The file represented by File table key 'support.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:080]: The file represented by File table key 'dummy.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:081]: The file represented by File table key 'test_suite.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:081]: The file represented by File table key 'test_break.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:082]: The file represented by File table key 'test_runner.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:083]: The file represented by File table key 'test_discovery.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:083]: The file represented by File table key 'test_result.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:084]: The file represented by File table key 'test_assertions.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:085]: The file represented by File table key 'testwith.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:086]: The file represented by File table key '__main__.py.20' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:087]: The file represented by File table key 'testsentinel.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:087]: The file represented by File table key '__init__.py.60' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:088]: The file represented by File table key 'support.py.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:088]: The file represented by File table key 'testmagicmethods.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:089]: The file represented by File table key 'testcallable.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:090]: The file represented by File table key 'testpatch.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:090]: The file represented by File table key 'testhelpers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:091]: The file represented by File table key 'testmock.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:092]: The file represented by File table key '__main__.py.21' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:092]: The file represented by File table key '__init__.py.61' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:093]: The file represented by File table key 'abc.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:093]: The file represented by File table key 'abc.py.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:095]: The file represented by File table key '_bootstrap.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:098]: The file represented by File table key 'util.py.9' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:099]: The file represented by File table key '__init__.py.62' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:101]: The file represented by File table key 'machinery.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:102]: The file represented by File table key 'ccompiler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:103]: The file represented by File table key 'archive_util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:106]: The file represented by File table key 'spawn.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:107]: The file represented by File table key 'dist.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:108]: The file represented by File table key 'text_file.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:108]: The file represented by File table key 'cygwinccompiler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:109]: The file represented by File table key 'filelist.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:109]: The file represented by File table key 'config.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:110]: The file represented by File table key 'unixccompiler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:111]: The file represented by File table key 'dir_util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:111]: The file represented by File table key 'errors.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:112]: The file represented by File table key 'dep_util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:112]: The file represented by File table key 'README.txt.10' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:113]: The file represented by File table key 'extension.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:114]: The file represented by File table key 'debug.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:115]: The file represented by File table key 'version.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:116]: The file represented by File table key 'bcppcompiler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:117]: The file represented by File table key 'core.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:118]: The file represented by File table key 'log.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:118]: The file represented by File table key 'file_util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:119]: The file represented by File table key 'fancy_getopt.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:120]: The file represented by File table key 'cmd.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:121]: The file represented by File table key 'util.py.10' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:121]: The file represented by File table key '__init__.py.63' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:122]: The file represented by File table key 'sysconfig.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:123]: The file represented by File table key 'msvccompiler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:124]: The file represented by File table key 'versionpredicate.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:125]: The file represented by File table key 'msvc9compiler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:126]: The file represented by File table key 'bdist_rpm.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:127]: The file represented by File table key 'upload.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:127]: The file represented by File table key 'clean.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:128]: The file represented by File table key 'wininst_9.0_amd64.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:128]: The file represented by File table key 'install_headers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:129]: The file represented by File table key 'install_data.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:130]: The file represented by File table key 'wininst_8.0.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:131]: The file represented by File table key 'build_scripts.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:132]: The file represented by File table key 'register.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:133]: The file represented by File table key 'config.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:137]: The file represented by File table key 'install_lib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:138]: The file represented by File table key 'build_py.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:143]: The file represented by File table key 'build_ext.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:145]: The file represented by File table key 'build.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:148]: The file represented by File table key 'check.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:150]: The file represented by File table key 'bdist_msi.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:151]: The file represented by File table key 'wininst_7.1.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:153]: The file represented by File table key 'bdist.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:154]: The file represented by File table key 'wininst_9.0.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:156]: The file represented by File table key 'wininst_10.0_amd64.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:157]: The file represented by File table key 'wininst_10.0.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:158]: The file represented by File table key 'bdist_dumb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:159]: The file represented by File table key 'sdist.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:160]: The file represented by File table key 'wininst_6.0.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:161]: The file represented by File table key 'install_scripts.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:162]: The file represented by File table key 'install.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:163]: The file represented by File table key 'install_egg_info.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:164]: The file represented by File table key 'build_clib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:165]: The file represented by File table key '__init__.py.64' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:166]: The file represented by File table key 'bdist_wininst.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:167]: The file represented by File table key 'command_template' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:168]: The file represented by File table key 'test_filelist.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:169]: The file represented by File table key 'test_upload.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:170]: The file represented by File table key 'test_file_util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:171]: The file represented by File table key 'test_dep_util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:172]: The file represented by File table key 'test_archive_util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:173]: The file represented by File table key 'test_log.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:174]: The file represented by File table key 'test_install_data.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:175]: The file represented by File table key 'test_bdist_dumb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:176]: The file represented by File table key 'test_check.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:177]: The file represented by File table key 'test_build_scripts.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:178]: The file represented by File table key 'test_bdist_msi.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:179]: The file represented by File table key 'test_msvc9compiler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:180]: The file represented by File table key 'Setup.sample' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:181]: The file represented by File table key 'test_dir_util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:182]: The file represented by File table key 'test_cygwinccompiler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:183]: The file represented by File table key 'test_unixccompiler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:184]: The file represented by File table key 'test_dist.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:185]: The file represented by File table key 'test_config_cmd.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:189]: The file represented by File table key 'test_register.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:190]: The file represented by File table key 'test_install.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:190]: The file represented by File table key 'test_config.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:191]: The file represented by File table key 'test_clean.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:192]: The file represented by File table key 'test_versionpredicate.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:193]: The file represented by File table key 'test_install_scripts.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:195]: The file represented by File table key 'test_sysconfig.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:195]: The file represented by File table key 'test_build_py.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:196]: The file represented by File table key 'test_cmd.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:197]: The file represented by File table key 'test_install_headers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:198]: The file represented by File table key 'test_util.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:199]: The file represented by File table key 'test_build_clib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:200]: The file represented by File table key 'test_install_lib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:201]: The file represented by File table key 'test_build.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:202]: The file represented by File table key 'test_bdist_rpm.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:203]: The file represented by File table key 'test_text_file.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:204]: The file represented by File table key 'test_extension.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:205]: The file represented by File table key 'test_version.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:206]: The file represented by File table key 'support.py.4' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:207]: The file represented by File table key '__init__.py.65' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:208]: The file represented by File table key 'test_bdist.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:209]: The file represented by File table key 'test_sdist.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:210]: The file represented by File table key 'test_core.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:211]: The file represented by File table key 'test_bdist_wininst.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:212]: The file represented by File table key 'test_spawn.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:213]: The file represented by File table key 'test_build_ext.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:214]: The file represented by File table key 'dumb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:215]: The file represented by File table key 'gnu.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:216]: The file represented by File table key '__init__.py.66' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:219]: The file represented by File table key 'ndbm.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:220]: The file represented by File table key 'pyc.ico' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:221]: The file represented by File table key 'pyexpat.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:222]: The file represented by File table key 'select.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:224]: The file represented by File table key 'unicodedata.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:227]: The file represented by File table key 'winsound.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:228]: The file represented by File table key '_bz2.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:229]: The file represented by File table key '_elementtree.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:230]: The file represented by File table key '_socket.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:231]: The file represented by File table key '_ssl.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:232]: The file represented by File table key '_testcapi.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:232]: The file represented by File table key '_msi.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:233]: The file represented by File table key '_ctypes.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:233]: The file represented by File table key '_ctypes_test.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:234]: The file represented by File table key '_sqlite3.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:235]: The file represented by File table key '_hashlib.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:235]: The file represented by File table key '_multiprocessing.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:236]: The file represented by File table key '_lzma.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:237]: The file represented by File table key '_decimal.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:238]: The file represented by File table key '_testbuffer.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:238]: The file represented by File table key '_testimportmultiple.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:240]: The file represented by File table key '_overlapped.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:241]: The file represented by File table key 'python3.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:242]: The file represented by File table key 'sqlite3.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:243]: The file represented by File table key '_tkinter.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:244]: The file represented by File table key 'tcl86t.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:245]: The file represented by File table key 'tk86t.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:246]: The file represented by File table key 'abstract.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:247]: The file represented by File table key 'accu.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:248]: The file represented by File table key 'asdl.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:249]: The file represented by File table key 'ast.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:249]: The file represented by File table key 'bitset.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:250]: The file represented by File table key 'bltinmodule.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:251]: The file represented by File table key 'boolobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:251]: The file represented by File table key 'bytearrayobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:252]: The file represented by File table key 'bytesobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:253]: The file represented by File table key 'bytes_methods.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:254]: The file represented by File table key 'cellobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:255]: The file represented by File table key 'ceval.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:256]: The file represented by File table key 'classobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:257]: The file represented by File table key 'code.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:258]: The file represented by File table key 'codecs.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:259]: The file represented by File table key 'compile.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:260]: The file represented by File table key 'complexobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:261]: The file represented by File table key 'datetime.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:262]: The file represented by File table key 'descrobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:262]: The file represented by File table key 'dictobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:263]: The file represented by File table key 'dtoa.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:264]: The file represented by File table key 'dynamic_annotations.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:265]: The file represented by File table key 'enumobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:265]: The file represented by File table key 'errcode.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:266]: The file represented by File table key 'eval.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:267]: The file represented by File table key 'fileobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:268]: The file represented by File table key 'fileutils.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:270]: The file represented by File table key 'floatobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:271]: The file represented by File table key 'frameobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:272]: The file represented by File table key 'funcobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:274]: The file represented by File table key 'genobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:274]: The file represented by File table key 'graminit.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:275]: The file represented by File table key 'grammar.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:276]: The file represented by File table key 'import.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:276]: The file represented by File table key 'intrcheck.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:277]: The file represented by File table key 'iterobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:277]: The file represented by File table key 'listobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:278]: The file represented by File table key 'longintrepr.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:279]: The file represented by File table key 'longobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:279]: The file represented by File table key 'marshal.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:280]: The file represented by File table key 'memoryobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:280]: The file represented by File table key 'metagrammar.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:281]: The file represented by File table key 'methodobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:281]: The file represented by File table key 'modsupport.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:282]: The file represented by File table key 'moduleobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:282]: The file represented by File table key 'namespaceobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:283]: The file represented by File table key 'node.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:284]: The file represented by File table key 'object.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:284]: The file represented by File table key 'objimpl.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:286]: The file represented by File table key 'opcode.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:286]: The file represented by File table key 'osdefs.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:287]: The file represented by File table key 'parsetok.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:288]: The file represented by File table key 'patchlevel.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:288]: The file represented by File table key 'pgen.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:289]: The file represented by File table key 'pgenheaders.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:290]: The file represented by File table key 'pyarena.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:290]: The file represented by File table key 'pyatomic.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:291]: The file represented by File table key 'pycapsule.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:291]: The file represented by File table key 'pyctype.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:292]: The file represented by File table key 'pydebug.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:293]: The file represented by File table key 'pyerrors.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:293]: The file represented by File table key 'pyexpat.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:294]: The file represented by File table key 'pyfpe.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:294]: The file represented by File table key 'pygetopt.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:295]: The file represented by File table key 'pyhash.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:296]: The file represented by File table key 'pymacconfig.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:297]: The file represented by File table key 'pymacro.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:298]: The file represented by File table key 'pymath.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:299]: The file represented by File table key 'pymem.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:300]: The file represented by File table key 'pyport.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:300]: The file represented by File table key 'pystate.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:301]: The file represented by File table key 'pystrcmp.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:302]: The file represented by File table key 'pystrtod.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:302]: The file represented by File table key 'Python_ast.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:303]: The file represented by File table key 'Python.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:304]: The file represented by File table key 'pythonrun.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:304]: The file represented by File table key 'pythread.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:305]: The file represented by File table key 'pytime.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:305]: The file represented by File table key 'py_curses.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:306]: The file represented by File table key 'rangeobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:306]: The file represented by File table key 'setobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:307]: The file represented by File table key 'sliceobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:308]: The file represented by File table key 'structmember.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:308]: The file represented by File table key 'structseq.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:309]: The file represented by File table key 'symtable.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:310]: The file represented by File table key 'sysmodule.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:310]: The file represented by File table key 'token.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:311]: The file represented by File table key 'traceback.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:312]: The file represented by File table key 'tupleobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:312]: The file represented by File table key 'typeslots.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:313]: The file represented by File table key 'ucnhash.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:314]: The file represented by File table key 'unicodeobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:315]: The file represented by File table key 'warnings.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:316]: The file represented by File table key 'weakrefobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:317]: The file represented by File table key 'pyconfig.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:317]: The file represented by File table key 'pyexpat.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:318]: The file represented by File table key 'select.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:319]: The file represented by File table key 'unicodedata.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:320]: The file represented by File table key 'winsound.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:321]: The file represented by File table key '_bz2.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:321]: The file represented by File table key '_elementtree.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:322]: The file represented by File table key '_socket.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:323]: The file represented by File table key '_ssl.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:324]: The file represented by File table key '_testcapi.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:325]: The file represented by File table key '_msi.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:326]: The file represented by File table key '_ctypes.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:327]: The file represented by File table key '_ctypes_test.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:328]: The file represented by File table key '_sqlite3.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:329]: The file represented by File table key '_hashlib.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:330]: The file represented by File table key '_multiprocessing.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:331]: The file represented by File table key '_lzma.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:332]: The file represented by File table key '_decimal.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:333]: The file represented by File table key '_testbuffer.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:334]: The file represented by File table key '_testimportmultiple.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:335]: The file represented by File table key '_overlapped.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:336]: The file represented by File table key '_tkinter.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:337]: The file represented by File table key 'python34.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:338]: The file represented by File table key 'python3.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:339]: The file represented by File table key 'libpython34.a' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:340]: The file represented by File table key 'itclstub40.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:341]: The file represented by File table key 'tcl86t.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:342]: The file represented by File table key 'tclConfig.sh' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:343]: The file represented by File table key 'tclooConfig.sh' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:344]: The file represented by File table key 'tclstub86.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:345]: The file represented by File table key 'tk86t.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:346]: The file represented by File table key 'tkstub86.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:347]: The file represented by File table key 'bgerror.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:347]: The file represented by File table key 'button.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:348]: The file represented by File table key 'choosedir.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:349]: The file represented by File table key 'clrpick.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:349]: The file represented by File table key 'comdlg.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:350]: The file represented by File table key 'console.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:350]: The file represented by File table key 'dialog.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:351]: The file represented by File table key 'entry.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:352]: The file represented by File table key 'focus.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:353]: The file represented by File table key 'fontchooser.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:353]: The file represented by File table key 'iconlist.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:354]: The file represented by File table key 'icons.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:354]: The file represented by File table key 'license.terms' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:355]: The file represented by File table key 'listbox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:356]: The file represented by File table key 'megawidget.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:356]: The file represented by File table key 'menu.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:357]: The file represented by File table key 'mkpsenc.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:358]: The file represented by File table key 'msgbox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:359]: The file represented by File table key 'obsolete.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:360]: The file represented by File table key 'optMenu.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:361]: The file represented by File table key 'palette.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:362]: The file represented by File table key 'panedwindow.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:363]: The file represented by File table key 'pkgIndex.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:364]: The file represented by File table key 'safetk.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:365]: The file represented by File table key 'scale.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:365]: The file represented by File table key 'scrlbar.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:367]: The file represented by File table key 'spinbox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:367]: The file represented by File table key 'tclIndex' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:368]: The file represented by File table key 'tearoff.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:369]: The file represented by File table key 'text.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:370]: The file represented by File table key 'tk.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:371]: The file represented by File table key 'tkfbox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:372]: The file represented by File table key 'unsupported.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:373]: The file represented by File table key 'xmfbox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:374]: The file represented by File table key 'altTheme.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:375]: The file represented by File table key 'aquaTheme.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:376]: The file represented by File table key 'button.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:377]: The file represented by File table key 'clamTheme.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:377]: The file represented by File table key 'classicTheme.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:378]: The file represented by File table key 'combobox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:379]: The file represented by File table key 'cursors.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:380]: The file represented by File table key 'defaults.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:381]: The file represented by File table key 'entry.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:382]: The file represented by File table key 'fonts.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:383]: The file represented by File table key 'menubutton.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:384]: The file represented by File table key 'notebook.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:385]: The file represented by File table key 'panedwindow.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:386]: The file represented by File table key 'progress.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:387]: The file represented by File table key 'scale.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:387]: The file represented by File table key 'scrollbar.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:388]: The file represented by File table key 'sizegrip.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:388]: The file represented by File table key 'spinbox.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:389]: The file represented by File table key 'treeview.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:390]: The file represented by File table key 'ttk.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:391]: The file represented by File table key 'utils.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:392]: The file represented by File table key 'vistaTheme.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:392]: The file represented by File table key 'winTheme.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:393]: The file represented by File table key 'xpTheme.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:394]: The file represented by File table key 'cs.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:394]: The file represented by File table key 'da.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:395]: The file represented by File table key 'de.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:395]: The file represented by File table key 'el.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:396]: The file represented by File table key 'en.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:397]: The file represented by File table key 'en_gb.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:397]: The file represented by File table key 'eo.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:398]: The file represented by File table key 'es.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:398]: The file represented by File table key 'fr.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:399]: The file represented by File table key 'hu.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:400]: The file represented by File table key 'it.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:401]: The file represented by File table key 'nl.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:402]: The file represented by File table key 'pl.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:402]: The file represented by File table key 'pt.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:403]: The file represented by File table key 'ru.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:403]: The file represented by File table key 'sv.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:404]: The file represented by File table key 'lamp.png' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:405]: The file represented by File table key 'lamp.svg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:406]: The file represented by File table key 'logo.eps' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:407]: The file represented by File table key 'logo100.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:408]: The file represented by File table key 'logo64.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:410]: The file represented by File table key 'logoLarge.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:411]: The file represented by File table key 'logoMed.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:412]: The file represented by File table key 'pwrdLogo.eps' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:412]: The file represented by File table key 'pwrdLogo100.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:413]: The file represented by File table key 'pwrdLogo150.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:413]: The file represented by File table key 'pwrdLogo175.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:414]: The file represented by File table key 'pwrdLogo200.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:414]: The file represented by File table key 'pwrdLogo75.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:415]: The file represented by File table key 'README' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:416]: The file represented by File table key 'tai_ku.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:416]: The file represented by File table key 'anilabel.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:417]: The file represented by File table key 'aniwave.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:417]: The file represented by File table key 'arrow.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:418]: The file represented by File table key 'bind.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:419]: The file represented by File table key 'bitmap.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:420]: The file represented by File table key 'browse' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:421]: The file represented by File table key 'button.tcl.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:422]: The file represented by File table key 'check.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:423]: The file represented by File table key 'clrpick.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:424]: The file represented by File table key 'colors.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:424]: The file represented by File table key 'combo.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:425]: The file represented by File table key 'cscroll.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:426]: The file represented by File table key 'ctext.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:427]: The file represented by File table key 'dialog1.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:427]: The file represented by File table key 'dialog2.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:428]: The file represented by File table key 'en.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:429]: The file represented by File table key 'entry1.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:430]: The file represented by File table key 'entry2.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:431]: The file represented by File table key 'entry3.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:432]: The file represented by File table key 'filebox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:433]: The file represented by File table key 'floor.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:434]: The file represented by File table key 'fontchoose.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:435]: The file represented by File table key 'form.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:436]: The file represented by File table key 'goldberg.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:437]: The file represented by File table key 'hello' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:437]: The file represented by File table key 'hscale.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:438]: The file represented by File table key 'icon.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:439]: The file represented by File table key 'image1.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:439]: The file represented by File table key 'image2.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:441]: The file represented by File table key 'items.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:442]: The file represented by File table key 'ixset' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:443]: The file represented by File table key 'knightstour.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:444]: The file represented by File table key 'label.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:445]: The file represented by File table key 'labelframe.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:446]: The file represented by File table key 'license.terms.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:447]: The file represented by File table key 'mclist.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:448]: The file represented by File table key 'menu.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:449]: The file represented by File table key 'menubu.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:451]: The file represented by File table key 'msgbox.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:452]: The file represented by File table key 'nl.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:453]: The file represented by File table key 'paned1.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:454]: The file represented by File table key 'paned2.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:455]: The file represented by File table key 'pendulum.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:456]: The file represented by File table key 'plot.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:457]: The file represented by File table key 'puzzle.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:458]: The file represented by File table key 'radio.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:459]: The file represented by File table key 'README.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:461]: The file represented by File table key 'rmt' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:462]: The file represented by File table key 'rolodex' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:463]: The file represented by File table key 'ruler.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:464]: The file represented by File table key 'sayings.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:465]: The file represented by File table key 'search.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:466]: The file represented by File table key 'spin.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:467]: The file represented by File table key 'square' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:467]: The file represented by File table key 'states.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:468]: The file represented by File table key 'style.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:468]: The file represented by File table key 'tclIndex.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:469]: The file represented by File table key 'tcolor' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:470]: The file represented by File table key 'text.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:471]: The file represented by File table key 'textpeer.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:472]: The file represented by File table key 'timer' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:473]: The file represented by File table key 'toolbar.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:474]: The file represented by File table key 'tree.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:475]: The file represented by File table key 'ttkbut.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:475]: The file represented by File table key 'ttkmenu.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:476]: The file represented by File table key 'ttknote.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:477]: The file represented by File table key 'ttkpane.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:478]: The file represented by File table key 'ttkprogress.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:479]: The file represented by File table key 'ttkscale.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:480]: The file represented by File table key 'twind.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:481]: The file represented by File table key 'unicodeout.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:482]: The file represented by File table key 'vscale.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:483]: The file represented by File table key 'widget' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:484]: The file represented by File table key 'earth.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:485]: The file represented by File table key 'earthris.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:486]: The file represented by File table key 'flagdown.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:487]: The file represented by File table key 'flagup.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:488]: The file represented by File table key 'gray25.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:489]: The file represented by File table key 'letters.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:490]: The file represented by File table key 'noletter.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:492]: The file represented by File table key 'ouster.png' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:493]: The file represented by File table key 'pattern.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:494]: The file represented by File table key 'tcllogo.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:495]: The file represented by File table key 'teapot.ppm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:496]: The file represented by File table key 'Balloon.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:497]: The file represented by File table key 'BtnBox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:497]: The file represented by File table key 'ChkList.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:498]: The file represented by File table key 'CObjView.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:499]: The file represented by File table key 'ComboBox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:499]: The file represented by File table key 'Compat.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:500]: The file represented by File table key 'Console.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:500]: The file represented by File table key 'Control.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:502]: The file represented by File table key 'DefSchm.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:503]: The file represented by File table key 'DialogS.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:504]: The file represented by File table key 'DirBox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:504]: The file represented by File table key 'DirDlg.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:505]: The file represented by File table key 'DirList.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:506]: The file represented by File table key 'DirTree.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:506]: The file represented by File table key 'DragDrop.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:507]: The file represented by File table key 'DtlList.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:507]: The file represented by File table key 'EFileBox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:508]: The file represented by File table key 'EFileDlg.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:509]: The file represented by File table key 'Event.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:509]: The file represented by File table key 'FileBox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:510]: The file represented by File table key 'FileCbx.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:512]: The file represented by File table key 'FileDlg.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:513]: The file represented by File table key 'FileEnt.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:514]: The file represented by File table key 'FloatEnt.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:515]: The file represented by File table key 'fs.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:516]: The file represented by File table key 'Grid.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:517]: The file represented by File table key 'HList.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:518]: The file represented by File table key 'HListDD.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:518]: The file represented by File table key 'IconView.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:519]: The file represented by File table key 'Init.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:520]: The file represented by File table key 'LabEntry.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:520]: The file represented by File table key 'LabFrame.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:521]: The file represented by File table key 'LabWidg.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:522]: The file represented by File table key 'ListNBk.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:523]: The file represented by File table key 'Makefile' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:524]: The file represented by File table key 'Meter.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:525]: The file represented by File table key 'MultView.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:526]: The file represented by File table key 'NoteBook.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:526]: The file represented by File table key 'OldUtil.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:527]: The file represented by File table key 'OptMenu.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:528]: The file represented by File table key 'PanedWin.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:528]: The file represented by File table key 'pkgIndex.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:529]: The file represented by File table key 'PopMenu.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:529]: The file represented by File table key 'Primitiv.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:530]: The file represented by File table key 'ResizeH.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:531]: The file represented by File table key 'Select.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:532]: The file represented by File table key 'SGrid.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:533]: The file represented by File table key 'Shell.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:533]: The file represented by File table key 'SHList.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:534]: The file represented by File table key 'SimpDlg.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:534]: The file represented by File table key 'SListBox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:535]: The file represented by File table key 'StackWin.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:536]: The file represented by File table key 'StatBar.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:536]: The file represented by File table key 'StdBBox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:537]: The file represented by File table key 'StdShell.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:538]: The file represented by File table key 'SText.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:538]: The file represented by File table key 'STList.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:539]: The file represented by File table key 'SWidget.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:540]: The file represented by File table key 'SWindow.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:540]: The file represented by File table key 'Tix.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:541]: The file represented by File table key 'tix84.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:542]: The file represented by File table key 'tix84.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:543]: The file represented by File table key 'TList.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:544]: The file represented by File table key 'Tree.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:545]: The file represented by File table key 'Utils.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:546]: The file represented by File table key 'Variable.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:547]: The file represented by File table key 'VResize.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:548]: The file represented by File table key 'VStack.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:548]: The file represented by File table key 'VTree.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:549]: The file represented by File table key 'WInfo.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:549]: The file represented by File table key '_10Point.fs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:550]: The file represented by File table key '_10Point.fsc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:551]: The file represented by File table key '_12Point.fs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:552]: The file represented by File table key '_12Point.fsc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:553]: The file represented by File table key '_14Point.fs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:554]: The file represented by File table key '_14Point.fsc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:555]: The file represented by File table key 'Bisque.cs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'Bisque.csc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'Blue.cs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'Blue.csc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'Gray.cs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'Gray.csc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'Makefile.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'Old12Pt.fs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'Old14Pt.fs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'pkgIndex.tcl.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'SGIGray.cs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'SGIGray.csc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'TixGray.cs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'TixGray.csc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'tixmkpref' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'TK.cs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'TK.csc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'TK.fs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'TK.fsc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'TkWin.cs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'TkWin.csc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'TkWin.fs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'TkWin.fsc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'WmDefault.cs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'WmDefault.csc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'WmDefault.fs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'WmDefault.fsc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'WmDefault.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'WmDefault.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'WmDefault.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'MkChoose.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'MkDirLis.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'MkSample.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:587]: The file represented by File table key 'MkScroll.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:589]: The file represented by File table key 'tclIndex.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:590]: The file represented by File table key 'tixwidgets.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:590]: The file represented by File table key 'widget.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:591]: The file represented by File table key 'AllSampl.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:592]: The file represented by File table key 'ArrowBtn.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:592]: The file represented by File table key 'Balloon.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:593]: The file represented by File table key 'BtnBox.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:594]: The file represented by File table key 'ChkList.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:595]: The file represented by File table key 'CmpImg.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:596]: The file represented by File table key 'CmpImg1.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:597]: The file represented by File table key 'CmpImg2.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:597]: The file represented by File table key 'CmpImg3.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:598]: The file represented by File table key 'CmpImg4.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:598]: The file represented by File table key 'CObjView.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:599]: The file represented by File table key 'ComboBox.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:600]: The file represented by File table key 'Control.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:600]: The file represented by File table key 'DirDlg.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:601]: The file represented by File table key 'DirList.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:601]: The file represented by File table key 'DirTree.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:602]: The file represented by File table key 'DragDrop.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:604]: The file represented by File table key 'DynTree.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:605]: The file represented by File table key 'EditGrid.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:606]: The file represented by File table key 'EFileDlg.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:607]: The file represented by File table key 'FileDlg.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:607]: The file represented by File table key 'FileEnt.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:608]: The file represented by File table key 'HList1.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:609]: The file represented by File table key 'LabEntry.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:609]: The file represented by File table key 'LabFrame.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:610]: The file represented by File table key 'ListNBK.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:610]: The file represented by File table key 'Meter.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:611]: The file represented by File table key 'NoteBook.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:612]: The file represented by File table key 'OptMenu.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:613]: The file represented by File table key 'PanedWin.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:617]: The file represented by File table key 'PopMenu.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:618]: The file represented by File table key 'Sample.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:619]: The file represented by File table key 'Select.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:620]: The file represented by File table key 'SGrid0.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:621]: The file represented by File table key 'SGrid1.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:622]: The file represented by File table key 'SHList.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:626]: The file represented by File table key 'SHList2.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:627]: The file represented by File table key 'SListBox.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:628]: The file represented by File table key 'StdBBox.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:629]: The file represented by File table key 'SText.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:629]: The file represented by File table key 'STList1.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:630]: The file represented by File table key 'STList2.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:630]: The file represented by File table key 'STList3.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:631]: The file represented by File table key 'SWindow.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:632]: The file represented by File table key 'Tree.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:632]: The file represented by File table key 'Xpm.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:633]: The file represented by File table key 'Xpm1.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:634]: The file represented by File table key 'about.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:635]: The file represented by File table key 'bold.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:636]: The file represented by File table key 'capital.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:637]: The file represented by File table key 'centerj.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:638]: The file represented by File table key 'code.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:639]: The file represented by File table key 'combobox.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:640]: The file represented by File table key 'combobox.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:642]: The file represented by File table key 'drivea.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:643]: The file represented by File table key 'drivea.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:644]: The file represented by File table key 'exit.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:646]: The file represented by File table key 'filebox.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:647]: The file represented by File table key 'filebox.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:648]: The file represented by File table key 'harddisk.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:648]: The file represented by File table key 'harddisk.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:649]: The file represented by File table key 'italic.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:650]: The file represented by File table key 'justify.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:650]: The file represented by File table key 'leftj.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:651]: The file represented by File table key 'netw.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:651]: The file represented by File table key 'netw.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:652]: The file represented by File table key 'network.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:653]: The file represented by File table key 'network.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:653]: The file represented by File table key 'optmenu.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:655]: The file represented by File table key 'rightj.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:656]: The file represented by File table key 'select.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:657]: The file represented by File table key 'tix.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:658]: The file represented by File table key 'underlin.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:659]: The file represented by File table key 'act_fold.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:660]: The file represented by File table key 'act_fold.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:661]: The file represented by File table key 'act_fold.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:662]: The file represented by File table key 'balarrow.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:662]: The file represented by File table key 'cbxarrow.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:663]: The file represented by File table key 'ck_def.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:664]: The file represented by File table key 'ck_off.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:665]: The file represented by File table key 'ck_on.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:666]: The file represented by File table key 'cross.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:667]: The file represented by File table key 'decr.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:668]: The file represented by File table key 'drop.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:669]: The file represented by File table key 'file.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:669]: The file represented by File table key 'file.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:671]: The file represented by File table key 'file.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:672]: The file represented by File table key 'folder.gif.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:672]: The file represented by File table key 'folder.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:674]: The file represented by File table key 'folder.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:675]: The file represented by File table key 'harddisk.xbm.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:677]: The file represented by File table key 'hourglas.mask' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:678]: The file represented by File table key 'hourglas.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:679]: The file represented by File table key 'incr.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:680]: The file represented by File table key 'info.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:681]: The file represented by File table key 'info.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:681]: The file represented by File table key 'maximize.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:682]: The file represented by File table key 'minimize.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:683]: The file represented by File table key 'minus.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:683]: The file represented by File table key 'minus.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:684]: The file represented by File table key 'minus.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:685]: The file represented by File table key 'minusarm.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:687]: The file represented by File table key 'minusarm.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:688]: The file represented by File table key 'minusarm.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:689]: The file represented by File table key 'mktransgif.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:690]: The file represented by File table key 'network.xbm.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:691]: The file represented by File table key 'no_entry.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:692]: The file represented by File table key 'no_entry.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:693]: The file represented by File table key 'openfile.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:694]: The file represented by File table key 'openfold.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:695]: The file represented by File table key 'openfold.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:696]: The file represented by File table key 'openfold.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:697]: The file represented by File table key 'plus.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:698]: The file represented by File table key 'plus.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:698]: The file represented by File table key 'plus.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:699]: The file represented by File table key 'plusarm.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:699]: The file represented by File table key 'plusarm.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:700]: The file represented by File table key 'plusarm.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:700]: The file represented by File table key 'resize1.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:701]: The file represented by File table key 'resize2.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:702]: The file represented by File table key 'restore.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:702]: The file represented by File table key 'srcfile.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:703]: The file represented by File table key 'srcfile.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:703]: The file represented by File table key 'srcfile.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:704]: The file represented by File table key 'system.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:705]: The file represented by File table key 'textfile.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:706]: The file represented by File table key 'textfile.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:708]: The file represented by File table key 'textfile.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:709]: The file represented by File table key 'tick.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:710]: The file represented by File table key 'warning.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:711]: The file represented by File table key 'warning.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:712]: The file represented by File table key 'pkgIndex.tcl.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:713]: The file represented by File table key 'thread.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:714]: The file represented by File table key 'thread27.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:715]: The file represented by File table key 'tpool.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:716]: The file represented by File table key 'tsv.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:716]: The file represented by File table key 'ttrace.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:717]: The file represented by File table key 'ttrace.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:718]: The file represented by File table key 'tdbc_sqlite3.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:718]: The file represented by File table key 'pkgIndex.tcl.4' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:719]: The file represented by File table key 'tdbcpostgres.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:720]: The file represented by File table key 'tdbcpostgres100.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:720]: The file represented by File table key 'pkgIndex.tcl.5' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:721]: The file represented by File table key 'tdbcodbc.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:722]: The file represented by File table key 'tdbcodbc100.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:722]: The file represented by File table key 'tdbc_odbc.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:723]: The file represented by File table key 'pkgIndex.tcl.6' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:724]: The file represented by File table key 'tdbcmysql.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:724]: The file represented by File table key 'tdbcmysql100.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:725]: The file represented by File table key 'tdbc_mysql.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:726]: The file represented by File table key 'pkgIndex.tcl.7' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:727]: The file represented by File table key 'tdbc.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:728]: The file represented by File table key 'tdbc.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:729]: The file represented by File table key 'tdbc100.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:730]: The file represented by File table key 'tdbcConfig.sh' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:730]: The file represented by File table key 'tdbcstub100.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:731]: The file represented by File table key 'tdbc_connection.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:732]: The file represented by File table key 'tdbc_mapSqlState.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:733]: The file represented by File table key 'tdbc_resultset.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:734]: The file represented by File table key 'tdbc_statement.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:736]: The file represented by File table key 'tdbc_tokenize.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:738]: The file represented by File table key 'auto.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:739]: The file represented by File table key 'clock.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:740]: The file represented by File table key 'history.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:741]: The file represented by File table key 'init.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:742]: The file represented by File table key 'package.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:743]: The file represented by File table key 'parray.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:744]: The file represented by File table key 'safe.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:745]: The file represented by File table key 'tclIndex.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:746]: The file represented by File table key 'tm.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:747]: The file represented by File table key 'word.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:748]: The file represented by File table key 'CET' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:749]: The file represented by File table key 'CST6CDT' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:750]: The file represented by File table key 'Cuba' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:751]: The file represented by File table key 'EET' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:752]: The file represented by File table key 'Egypt' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:752]: The file represented by File table key 'Eire' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:753]: The file represented by File table key 'EST' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:753]: The file represented by File table key 'EST5EDT' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:754]: The file represented by File table key 'GB_Eire' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:755]: The file represented by File table key 'GMT' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:756]: The file represented by File table key 'GMT_0' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:757]: The file represented by File table key 'GMT_0.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:758]: The file represented by File table key 'GMT0' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:759]: The file represented by File table key 'Greenwich' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:760]: The file represented by File table key 'Hongkong' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:761]: The file represented by File table key 'HST' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:763]: The file represented by File table key 'Iceland' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:764]: The file represented by File table key 'Iran' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:765]: The file represented by File table key 'Israel' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:766]: The file represented by File table key 'Jamaica' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:768]: The file represented by File table key 'Japan' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:769]: The file represented by File table key 'Kwajalein' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:770]: The file represented by File table key 'Libya' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:771]: The file represented by File table key 'MET' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:772]: The file represented by File table key 'MST' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:773]: The file represented by File table key 'MST7MDT' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:774]: The file represented by File table key 'Navajo' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:775]: The file represented by File table key 'NZ' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:776]: The file represented by File table key 'NZ_CHAT' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:777]: The file represented by File table key 'Poland' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:778]: The file represented by File table key 'Portugal' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:779]: The file represented by File table key 'PRC' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:780]: The file represented by File table key 'PST8PDT' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:781]: The file represented by File table key 'ROC' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:782]: The file represented by File table key 'ROK' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:784]: The file represented by File table key 'Singapore' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:786]: The file represented by File table key 'Turkey' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:787]: The file represented by File table key 'UCT' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:788]: The file represented by File table key 'Universal' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:789]: The file represented by File table key 'UTC' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:790]: The file represented by File table key 'W_SU' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:791]: The file represented by File table key 'WET' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:792]: The file represented by File table key 'Zulu' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:793]: The file represented by File table key 'Alaska' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:793]: The file represented by File table key 'Aleutian' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:794]: The file represented by File table key 'Arizona' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:795]: The file represented by File table key 'Central' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:797]: The file represented by File table key 'East_Indiana' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:798]: The file represented by File table key 'Eastern' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:799]: The file represented by File table key 'Hawaii' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:801]: The file represented by File table key 'Indiana_Starke' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:802]: The file represented by File table key 'Michigan' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:804]: The file represented by File table key 'Mountain' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:804]: The file represented by File table key 'Pacific' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:805]: The file represented by File table key 'Pacific_New' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:806]: The file represented by File table key 'Samoa' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:807]: The file represented by File table key 'AST4' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:808]: The file represented by File table key 'AST4ADT' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:809]: The file represented by File table key 'CST6' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:810]: The file represented by File table key 'CST6CDT.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:811]: The file represented by File table key 'EST5' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:812]: The file represented by File table key 'EST5EDT.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:813]: The file represented by File table key 'HST10' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:814]: The file represented by File table key 'MST7' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:815]: The file represented by File table key 'MST7MDT.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:816]: The file represented by File table key 'PST8' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:817]: The file represented by File table key 'PST8PDT.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:818]: The file represented by File table key 'YST9' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:819]: The file represented by File table key 'YST9YDT' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:820]: The file represented by File table key 'Apia' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:821]: The file represented by File table key 'Auckland' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:823]: The file represented by File table key 'Chatham' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:824]: The file represented by File table key 'Chuuk' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:825]: The file represented by File table key 'Easter' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:829]: The file represented by File table key 'Efate' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:831]: The file represented by File table key 'Enderbury' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:832]: The file represented by File table key 'Fakaofo' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:833]: The file represented by File table key 'Fiji' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:834]: The file represented by File table key 'Funafuti' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:835]: The file represented by File table key 'Galapagos' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:836]: The file represented by File table key 'Gambier' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:837]: The file represented by File table key 'Guadalcanal' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:838]: The file represented by File table key 'Guam' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:839]: The file represented by File table key 'Honolulu' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:839]: The file represented by File table key 'Johnston' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:840]: The file represented by File table key 'Kiritimati' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:841]: The file represented by File table key 'Kosrae' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:842]: The file represented by File table key 'Kwajalein.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:843]: The file represented by File table key 'Majuro' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:844]: The file represented by File table key 'Marquesas' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:844]: The file represented by File table key 'Midway' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:846]: The file represented by File table key 'Nauru' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:848]: The file represented by File table key 'Niue' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:849]: The file represented by File table key 'Norfolk' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:851]: The file represented by File table key 'Noumea' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:851]: The file represented by File table key 'Pago_Pago' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:852]: The file represented by File table key 'Palau' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:854]: The file represented by File table key 'Pitcairn' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:854]: The file represented by File table key 'Pohnpei' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:857]: The file represented by File table key 'Ponape' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:859]: The file represented by File table key 'Port_Moresby' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:860]: The file represented by File table key 'Rarotonga' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:861]: The file represented by File table key 'Saipan' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:862]: The file represented by File table key 'Samoa.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:863]: The file represented by File table key 'Tahiti' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:864]: The file represented by File table key 'Tarawa' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:865]: The file represented by File table key 'Tongatapu' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:866]: The file represented by File table key 'Truk' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:867]: The file represented by File table key 'Wake' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:868]: The file represented by File table key 'Wallis' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:869]: The file represented by File table key 'Yap' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:870]: The file represented by File table key 'BajaNorte' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:870]: The file represented by File table key 'BajaSur' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:871]: The file represented by File table key 'General' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:872]: The file represented by File table key 'Antananarivo' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:872]: The file represented by File table key 'Chagos' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:873]: The file represented by File table key 'Christmas' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:875]: The file represented by File table key 'Cocos' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:876]: The file represented by File table key 'Comoro' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:877]: The file represented by File table key 'Kerguelen' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:878]: The file represented by File table key 'Mahe' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:879]: The file represented by File table key 'Maldives' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:880]: The file represented by File table key 'Mauritius' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:881]: The file represented by File table key 'Mayotte' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:881]: The file represented by File table key 'Reunion' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:882]: The file represented by File table key 'Amsterdam' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:882]: The file represented by File table key 'Andorra' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:883]: The file represented by File table key 'Athens' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:884]: The file represented by File table key 'Belfast' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:885]: The file represented by File table key 'Belgrade' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:886]: The file represented by File table key 'Berlin' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:887]: The file represented by File table key 'Bratislava' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:889]: The file represented by File table key 'Brussels' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:889]: The file represented by File table key 'Bucharest' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:890]: The file represented by File table key 'Budapest' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:891]: The file represented by File table key 'Busingen' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:892]: The file represented by File table key 'Chisinau' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:892]: The file represented by File table key 'Copenhagen' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:893]: The file represented by File table key 'Dublin' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:893]: The file represented by File table key 'Gibraltar' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:894]: The file represented by File table key 'Guernsey' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:895]: The file represented by File table key 'Helsinki' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:895]: The file represented by File table key 'Isle_of_Man' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:896]: The file represented by File table key 'Istanbul' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:896]: The file represented by File table key 'Jersey' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:899]: The file represented by File table key 'Kaliningrad' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:901]: The file represented by File table key 'Kiev' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:902]: The file represented by File table key 'Lisbon' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:903]: The file represented by File table key 'Ljubljana' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:903]: The file represented by File table key 'London' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:905]: The file represented by File table key 'Luxembourg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:906]: The file represented by File table key 'Madrid' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:907]: The file represented by File table key 'Malta' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:914]: The file represented by File table key 'Mariehamn' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:915]: The file represented by File table key 'Minsk' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:917]: The file represented by File table key 'Monaco' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:920]: The file represented by File table key 'Moscow' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:921]: The file represented by File table key 'Nicosia' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:922]: The file represented by File table key 'Oslo' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:923]: The file represented by File table key 'Paris' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:924]: The file represented by File table key 'Podgorica' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:925]: The file represented by File table key 'Prague' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:926]: The file represented by File table key 'Riga' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:927]: The file represented by File table key 'Rome' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:929]: The file represented by File table key 'Samara' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:930]: The file represented by File table key 'San_Marino' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:931]: The file represented by File table key 'Sarajevo' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:932]: The file represented by File table key 'Simferopol' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:933]: The file represented by File table key 'Skopje' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:933]: The file represented by File table key 'Sofia' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:934]: The file represented by File table key 'Stockholm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:935]: The file represented by File table key 'Tallinn' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:937]: The file represented by File table key 'Tirane' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:938]: The file represented by File table key 'Tiraspol' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:939]: The file represented by File table key 'Uzhgorod' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:941]: The file represented by File table key 'Vaduz' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:942]: The file represented by File table key 'Vatican' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:943]: The file represented by File table key 'Vienna' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:943]: The file represented by File table key 'Vilnius' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:944]: The file represented by File table key 'Volgograd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:945]: The file represented by File table key 'Warsaw' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:946]: The file represented by File table key 'Zagreb' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:949]: The file represented by File table key 'Zaporozhye' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:950]: The file represented by File table key 'Zurich' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:952]: The file represented by File table key 'GMT.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:953]: The file represented by File table key 'GMT_0.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:954]: The file represented by File table key 'GMT_1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:955]: The file represented by File table key 'GMT_10' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:956]: The file represented by File table key 'GMT_11' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:957]: The file represented by File table key 'GMT_12' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:957]: The file represented by File table key 'GMT_2' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:959]: The file represented by File table key 'GMT_3' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:960]: The file represented by File table key 'GMT_4' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:961]: The file represented by File table key 'GMT_5' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:962]: The file represented by File table key 'GMT_6' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:963]: The file represented by File table key 'GMT_7' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:964]: The file represented by File table key 'GMT_8' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:964]: The file represented by File table key 'GMT_9' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:965]: The file represented by File table key 'GMT_0.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:965]: The file represented by File table key 'GMT_1.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:966]: The file represented by File table key 'GMT_10.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:967]: The file represented by File table key 'GMT_11.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:967]: The file represented by File table key 'GMT_12.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:968]: The file represented by File table key 'GMT_13' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:969]: The file represented by File table key 'GMT_14' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:970]: The file represented by File table key 'GMT_2.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:971]: The file represented by File table key 'GMT_3.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:972]: The file represented by File table key 'GMT_4.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:973]: The file represented by File table key 'GMT_5.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:974]: The file represented by File table key 'GMT_6.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:975]: The file represented by File table key 'GMT_7.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:976]: The file represented by File table key 'GMT_8.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:977]: The file represented by File table key 'GMT_9.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:978]: The file represented by File table key 'GMT0.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:980]: The file represented by File table key 'Greenwich.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:980]: The file represented by File table key 'UCT.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:981]: The file represented by File table key 'Universal.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:982]: The file represented by File table key 'UTC.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:982]: The file represented by File table key 'Zulu.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:983]: The file represented by File table key 'Continental' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:984]: The file represented by File table key 'EasterIsland' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:984]: The file represented by File table key 'Atlantic' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:985]: The file represented by File table key 'Central.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:986]: The file represented by File table key 'East_Saskatchewan' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:987]: The file represented by File table key 'Eastern.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:987]: The file represented by File table key 'Mountain.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:988]: The file represented by File table key 'Newfoundland' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:989]: The file represented by File table key 'Pacific.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:989]: The file represented by File table key 'Saskatchewan' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:990]: The file represented by File table key 'Yukon' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:991]: The file represented by File table key 'Acre' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:992]: The file represented by File table key 'DeNoronha' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:993]: The file represented by File table key 'East' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:994]: The file represented by File table key 'West' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:995]: The file represented by File table key 'ACT' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:995]: The file represented by File table key 'Adelaide' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:996]: The file represented by File table key 'Brisbane' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:997]: The file represented by File table key 'Broken_Hill' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:998]: The file represented by File table key 'Canberra' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:000]: The file represented by File table key 'Currie' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:003]: The file represented by File table key 'Darwin' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:004]: The file represented by File table key 'Eucla' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:004]: The file represented by File table key 'Hobart' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:005]: The file represented by File table key 'LHI' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:006]: The file represented by File table key 'Lindeman' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:008]: The file represented by File table key 'Lord_Howe' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:011]: The file represented by File table key 'Melbourne' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:014]: The file represented by File table key 'North' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:016]: The file represented by File table key 'NSW' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:017]: The file represented by File table key 'Perth' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:018]: The file represented by File table key 'Queensland' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:019]: The file represented by File table key 'South' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:020]: The file represented by File table key 'Sydney' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:022]: The file represented by File table key 'Tasmania' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:023]: The file represented by File table key 'Victoria' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:024]: The file represented by File table key 'West.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:025]: The file represented by File table key 'Yancowinna' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:026]: The file represented by File table key 'Azores' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:027]: The file represented by File table key 'Bermuda' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:028]: The file represented by File table key 'Canary' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:029]: The file represented by File table key 'Cape_Verde' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:030]: The file represented by File table key 'Faeroe' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:031]: The file represented by File table key 'Faroe' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:032]: The file represented by File table key 'Jan_Mayen' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:033]: The file represented by File table key 'Madeira' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:034]: The file represented by File table key 'Reykjavik' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:035]: The file represented by File table key 'South_Georgia' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:036]: The file represented by File table key 'Stanley' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:037]: The file represented by File table key 'St_Helena' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:039]: The file represented by File table key 'Aden' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:040]: The file represented by File table key 'Almaty' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:041]: The file represented by File table key 'Amman' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:042]: The file represented by File table key 'Anadyr' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:043]: The file represented by File table key 'Aqtau' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:044]: The file represented by File table key 'Aqtobe' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:045]: The file represented by File table key 'Ashgabat' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:046]: The file represented by File table key 'Ashkhabad' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:047]: The file represented by File table key 'Baghdad' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:048]: The file represented by File table key 'Bahrain' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:050]: The file represented by File table key 'Baku' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:054]: The file represented by File table key 'Bangkok' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:055]: The file represented by File table key 'Beirut' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:056]: The file represented by File table key 'Bishkek' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:056]: The file represented by File table key 'Brunei' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:057]: The file represented by File table key 'Calcutta' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:058]: The file represented by File table key 'Choibalsan' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:058]: The file represented by File table key 'Chongqing' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:059]: The file represented by File table key 'Chungking' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:059]: The file represented by File table key 'Colombo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:060]: The file represented by File table key 'Dacca' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:061]: The file represented by File table key 'Damascus' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:062]: The file represented by File table key 'Dhaka' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:063]: The file represented by File table key 'Dili' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:064]: The file represented by File table key 'Dubai' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:065]: The file represented by File table key 'Dushanbe' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:066]: The file represented by File table key 'Gaza' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:067]: The file represented by File table key 'Harbin' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:069]: The file represented by File table key 'Hebron' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:070]: The file represented by File table key 'Hong_Kong' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:071]: The file represented by File table key 'Hovd' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:072]: The file represented by File table key 'Ho_Chi_Minh' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:073]: The file represented by File table key 'Irkutsk' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:073]: The file represented by File table key 'Istanbul.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:074]: The file represented by File table key 'Jakarta' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:075]: The file represented by File table key 'Jayapura' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:076]: The file represented by File table key 'Jerusalem' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:077]: The file represented by File table key 'Kabul' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:078]: The file represented by File table key 'Kamchatka' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:078]: The file represented by File table key 'Karachi' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:079]: The file represented by File table key 'Kashgar' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:080]: The file represented by File table key 'Kathmandu' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:081]: The file represented by File table key 'Katmandu' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:082]: The file represented by File table key 'Khandyga' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:083]: The file represented by File table key 'Kolkata' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:084]: The file represented by File table key 'Krasnoyarsk' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:085]: The file represented by File table key 'Kuala_Lumpur' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:086]: The file represented by File table key 'Kuching' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:088]: The file represented by File table key 'Kuwait' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:088]: The file represented by File table key 'Macao' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:089]: The file represented by File table key 'Macau' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:090]: The file represented by File table key 'Magadan' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:091]: The file represented by File table key 'Makassar' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:092]: The file represented by File table key 'Manila' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:093]: The file represented by File table key 'Muscat' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:094]: The file represented by File table key 'Nicosia.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:095]: The file represented by File table key 'Novokuznetsk' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:096]: The file represented by File table key 'Novosibirsk' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:096]: The file represented by File table key 'Omsk' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:098]: The file represented by File table key 'Oral' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:099]: The file represented by File table key 'Phnom_Penh' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:100]: The file represented by File table key 'Pontianak' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:101]: The file represented by File table key 'Pyongyang' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:102]: The file represented by File table key 'Qatar' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:103]: The file represented by File table key 'Qyzylorda' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:104]: The file represented by File table key 'Rangoon' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:105]: The file represented by File table key 'Riyadh' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:106]: The file represented by File table key 'Saigon' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:107]: The file represented by File table key 'Sakhalin' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:108]: The file represented by File table key 'Samarkand' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:109]: The file represented by File table key 'Seoul' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:110]: The file represented by File table key 'Shanghai' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:111]: The file represented by File table key 'Singapore.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:113]: The file represented by File table key 'Taipei' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:114]: The file represented by File table key 'Tashkent' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:115]: The file represented by File table key 'Tbilisi' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:116]: The file represented by File table key 'Tehran' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:117]: The file represented by File table key 'Tel_Aviv' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:118]: The file represented by File table key 'Thimbu' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:119]: The file represented by File table key 'Thimphu' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:120]: The file represented by File table key 'Tokyo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:120]: The file represented by File table key 'Ujung_Pandang' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:121]: The file represented by File table key 'Ulaanbaatar' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:122]: The file represented by File table key 'Ulan_Bator' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:123]: The file represented by File table key 'Urumqi' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:124]: The file represented by File table key 'Ust_Nera' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:125]: The file represented by File table key 'Vientiane' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:126]: The file represented by File table key 'Vladivostok' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:127]: The file represented by File table key 'Yakutsk' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:128]: The file represented by File table key 'Yekaterinburg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:129]: The file represented by File table key 'Yerevan' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:130]: The file represented by File table key 'Longyearbyen' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:131]: The file represented by File table key 'Casey' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:132]: The file represented by File table key 'Davis' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:133]: The file represented by File table key 'DumontDUrville' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:134]: The file represented by File table key 'Macquarie' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:135]: The file represented by File table key 'Mawson' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:135]: The file represented by File table key 'McMurdo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:136]: The file represented by File table key 'Palmer' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:137]: The file represented by File table key 'Rothera' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:138]: The file represented by File table key 'South_Pole' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:139]: The file represented by File table key 'Syowa' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:140]: The file represented by File table key 'Vostok' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:141]: The file represented by File table key 'Adak' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:141]: The file represented by File table key 'Anchorage' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:142]: The file represented by File table key 'Anguilla' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:143]: The file represented by File table key 'Antigua' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:144]: The file represented by File table key 'Araguaina' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:145]: The file represented by File table key 'Aruba' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:145]: The file represented by File table key 'Asuncion' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:146]: The file represented by File table key 'Atikokan' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:146]: The file represented by File table key 'Atka' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:147]: The file represented by File table key 'Bahia' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:148]: The file represented by File table key 'Bahia_Banderas' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:148]: The file represented by File table key 'Barbados' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:149]: The file represented by File table key 'Belem' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:150]: The file represented by File table key 'Belize' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:150]: The file represented by File table key 'Blanc_Sablon' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:151]: The file represented by File table key 'Boa_Vista' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:152]: The file represented by File table key 'Bogota' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:153]: The file represented by File table key 'Boise' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:154]: The file represented by File table key 'Buenos_Aires' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:154]: The file represented by File table key 'Cambridge_Bay' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:155]: The file represented by File table key 'Campo_Grande' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:156]: The file represented by File table key 'Cancun' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:157]: The file represented by File table key 'Caracas' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:159]: The file represented by File table key 'Catamarca' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:160]: The file represented by File table key 'Cayenne' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:161]: The file represented by File table key 'Cayman' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:161]: The file represented by File table key 'Chicago' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:162]: The file represented by File table key 'Chihuahua' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:163]: The file represented by File table key 'Coral_Harbour' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:164]: The file represented by File table key 'Cordoba' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:165]: The file represented by File table key 'Costa_Rica' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:165]: The file represented by File table key 'Creston' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:166]: The file represented by File table key 'Cuiaba' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:166]: The file represented by File table key 'Curacao' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:167]: The file represented by File table key 'Danmarkshavn' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:168]: The file represented by File table key 'Dawson' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:169]: The file represented by File table key 'Dawson_Creek' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:169]: The file represented by File table key 'Denver' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:170]: The file represented by File table key 'Detroit' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:171]: The file represented by File table key 'Dominica' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:171]: The file represented by File table key 'Edmonton' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:172]: The file represented by File table key 'Eirunepe' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:173]: The file represented by File table key 'El_Salvador' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:174]: The file represented by File table key 'Ensenada' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:174]: The file represented by File table key 'Fortaleza' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:175]: The file represented by File table key 'Fort_Wayne' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:175]: The file represented by File table key 'Glace_Bay' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:176]: The file represented by File table key 'Godthab' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:177]: The file represented by File table key 'Goose_Bay' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:177]: The file represented by File table key 'Grand_Turk' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:178]: The file represented by File table key 'Grenada' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:178]: The file represented by File table key 'Guadeloupe' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:179]: The file represented by File table key 'Guatemala' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:180]: The file represented by File table key 'Guayaquil' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:180]: The file represented by File table key 'Guyana' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:181]: The file represented by File table key 'Halifax' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:181]: The file represented by File table key 'Havana' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:182]: The file represented by File table key 'Hermosillo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:183]: The file represented by File table key 'Indianapolis' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:184]: The file represented by File table key 'Inuvik' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:184]: The file represented by File table key 'Iqaluit' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:185]: The file represented by File table key 'Jamaica.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:186]: The file represented by File table key 'Jujuy' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:187]: The file represented by File table key 'Juneau' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:188]: The file represented by File table key 'Knox_IN' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:189]: The file represented by File table key 'Kralendijk' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:189]: The file represented by File table key 'La_Paz' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:190]: The file represented by File table key 'Lima' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:191]: The file represented by File table key 'Los_Angeles' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:191]: The file represented by File table key 'Louisville' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:192]: The file represented by File table key 'Lower_Princes' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:193]: The file represented by File table key 'Maceio' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:194]: The file represented by File table key 'Managua' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:194]: The file represented by File table key 'Manaus' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:195]: The file represented by File table key 'Marigot' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:196]: The file represented by File table key 'Martinique' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:196]: The file represented by File table key 'Matamoros' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:197]: The file represented by File table key 'Mazatlan' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:197]: The file represented by File table key 'Mendoza' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:198]: The file represented by File table key 'Menominee' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:198]: The file represented by File table key 'Merida' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:199]: The file represented by File table key 'Metlakatla' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:200]: The file represented by File table key 'Mexico_City' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:200]: The file represented by File table key 'Miquelon' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:201]: The file represented by File table key 'Moncton' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:201]: The file represented by File table key 'Monterrey' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:202]: The file represented by File table key 'Montevideo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:203]: The file represented by File table key 'Montreal' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:204]: The file represented by File table key 'Montserrat' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:205]: The file represented by File table key 'Nassau' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:205]: The file represented by File table key 'New_York' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:206]: The file represented by File table key 'Nipigon' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:207]: The file represented by File table key 'Nome' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:207]: The file represented by File table key 'Noronha' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:208]: The file represented by File table key 'Ojinaga' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:208]: The file represented by File table key 'Panama' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:209]: The file represented by File table key 'Pangnirtung' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:209]: The file represented by File table key 'Paramaribo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:210]: The file represented by File table key 'Phoenix' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:211]: The file represented by File table key 'Port_au_Prince' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:212]: The file represented by File table key 'Porto_Acre' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:213]: The file represented by File table key 'Porto_Velho' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:214]: The file represented by File table key 'Port_of_Spain' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:215]: The file represented by File table key 'Puerto_Rico' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:216]: The file represented by File table key 'Rainy_River' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:217]: The file represented by File table key 'Rankin_Inlet' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:218]: The file represented by File table key 'Recife' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:220]: The file represented by File table key 'Regina' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:221]: The file represented by File table key 'Resolute' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:222]: The file represented by File table key 'Rio_Branco' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:222]: The file represented by File table key 'Rosario' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:223]: The file represented by File table key 'Santarem' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:224]: The file represented by File table key 'Santa_Isabel' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:225]: The file represented by File table key 'Santiago' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:226]: The file represented by File table key 'Santo_Domingo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:227]: The file represented by File table key 'Sao_Paulo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:228]: The file represented by File table key 'Scoresbysund' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:229]: The file represented by File table key 'Shiprock' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:230]: The file represented by File table key 'Sitka' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:231]: The file represented by File table key 'St_Barthelemy' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:232]: The file represented by File table key 'St_Johns' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:233]: The file represented by File table key 'St_Kitts' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:233]: The file represented by File table key 'St_Lucia' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:234]: The file represented by File table key 'St_Thomas' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:235]: The file represented by File table key 'St_Vincent' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:236]: The file represented by File table key 'Swift_Current' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:237]: The file represented by File table key 'Tegucigalpa' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:238]: The file represented by File table key 'Thule' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:239]: The file represented by File table key 'Thunder_Bay' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:239]: The file represented by File table key 'Tijuana' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:240]: The file represented by File table key 'Toronto' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:240]: The file represented by File table key 'Tortola' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:241]: The file represented by File table key 'Vancouver' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:241]: The file represented by File table key 'Virgin' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:242]: The file represented by File table key 'Whitehorse' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:243]: The file represented by File table key 'Winnipeg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:244]: The file represented by File table key 'Yakutat' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:245]: The file represented by File table key 'Yellowknife' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:246]: The file represented by File table key 'Beulah' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:247]: The file represented by File table key 'Center' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:248]: The file represented by File table key 'New_Salem' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:249]: The file represented by File table key 'Louisville.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:250]: The file represented by File table key 'Monticello' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:251]: The file represented by File table key 'Indianapolis.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:252]: The file represented by File table key 'Knox' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:253]: The file represented by File table key 'Marengo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:254]: The file represented by File table key 'Petersburg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:255]: The file represented by File table key 'Tell_City' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:256]: The file represented by File table key 'Vevay' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:257]: The file represented by File table key 'Vincennes' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:258]: The file represented by File table key 'Winamac' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:259]: The file represented by File table key 'Buenos_Aires.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:259]: The file represented by File table key 'Catamarca.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:260]: The file represented by File table key 'ComodRivadavia' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:261]: The file represented by File table key 'Cordoba.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:262]: The file represented by File table key 'Jujuy.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:263]: The file represented by File table key 'La_Rioja' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:264]: The file represented by File table key 'Mendoza.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:265]: The file represented by File table key 'Rio_Gallegos' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:265]: The file represented by File table key 'Salta' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:266]: The file represented by File table key 'San_Juan' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:267]: The file represented by File table key 'San_Luis' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:268]: The file represented by File table key 'Tucuman' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:268]: The file represented by File table key 'Ushuaia' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:269]: The file represented by File table key 'Abidjan' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:270]: The file represented by File table key 'Accra' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:270]: The file represented by File table key 'Addis_Ababa' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:271]: The file represented by File table key 'Algiers' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:271]: The file represented by File table key 'Asmara' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:272]: The file represented by File table key 'Asmera' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:272]: The file represented by File table key 'Bamako' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:273]: The file represented by File table key 'Bangui' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:274]: The file represented by File table key 'Banjul' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:275]: The file represented by File table key 'Bissau' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:276]: The file represented by File table key 'Blantyre' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:276]: The file represented by File table key 'Brazzaville' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:277]: The file represented by File table key 'Bujumbura' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:278]: The file represented by File table key 'Cairo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:280]: The file represented by File table key 'Casablanca' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:280]: The file represented by File table key 'Ceuta' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:281]: The file represented by File table key 'Conakry' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:282]: The file represented by File table key 'Dakar' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:282]: The file represented by File table key 'Dar_es_Salaam' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:283]: The file represented by File table key 'Djibouti' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:283]: The file represented by File table key 'Douala' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:284]: The file represented by File table key 'El_Aaiun' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:285]: The file represented by File table key 'Freetown' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:286]: The file represented by File table key 'Gaborone' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:287]: The file represented by File table key 'Harare' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:288]: The file represented by File table key 'Johannesburg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:289]: The file represented by File table key 'Juba' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:290]: The file represented by File table key 'Kampala' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:291]: The file represented by File table key 'Khartoum' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:293]: The file represented by File table key 'Kigali' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:294]: The file represented by File table key 'Kinshasa' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:295]: The file represented by File table key 'Lagos' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:296]: The file represented by File table key 'Libreville' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:297]: The file represented by File table key 'Lome' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:298]: The file represented by File table key 'Luanda' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:299]: The file represented by File table key 'Lubumbashi' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:300]: The file represented by File table key 'Lusaka' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:301]: The file represented by File table key 'Malabo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:302]: The file represented by File table key 'Maputo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:303]: The file represented by File table key 'Maseru' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:304]: The file represented by File table key 'Mbabane' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:305]: The file represented by File table key 'Mogadishu' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:306]: The file represented by File table key 'Monrovia' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:306]: The file represented by File table key 'Nairobi' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:308]: The file represented by File table key 'Ndjamena' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:309]: The file represented by File table key 'Niamey' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:310]: The file represented by File table key 'Nouakchott' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:310]: The file represented by File table key 'Ouagadougou' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:311]: The file represented by File table key 'Porto_Novo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:311]: The file represented by File table key 'Sao_Tome' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:312]: The file represented by File table key 'Timbuktu' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:313]: The file represented by File table key 'Tripoli' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:313]: The file represented by File table key 'Tunis' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:314]: The file represented by File table key 'Windhoek' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:315]: The file represented by File table key 'optparse.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:315]: The file represented by File table key 'pkgIndex.tcl.8' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:316]: The file represented by File table key 'af.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:317]: The file represented by File table key 'af_za.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:317]: The file represented by File table key 'ar.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:318]: The file represented by File table key 'ar_in.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:319]: The file represented by File table key 'ar_jo.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:320]: The file represented by File table key 'ar_lb.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:321]: The file represented by File table key 'ar_sy.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:322]: The file represented by File table key 'be.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:324]: The file represented by File table key 'bg.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:325]: The file represented by File table key 'bn.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:326]: The file represented by File table key 'bn_in.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:327]: The file represented by File table key 'ca.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:328]: The file represented by File table key 'cs.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:329]: The file represented by File table key 'da.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:330]: The file represented by File table key 'de.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:331]: The file represented by File table key 'de_at.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:332]: The file represented by File table key 'de_be.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:332]: The file represented by File table key 'el.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:333]: The file represented by File table key 'en_au.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:333]: The file represented by File table key 'en_be.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:335]: The file represented by File table key 'en_bw.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:336]: The file represented by File table key 'en_ca.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:337]: The file represented by File table key 'en_gb.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:338]: The file represented by File table key 'en_hk.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:339]: The file represented by File table key 'en_ie.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:340]: The file represented by File table key 'en_in.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:341]: The file represented by File table key 'en_nz.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:342]: The file represented by File table key 'en_ph.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:343]: The file represented by File table key 'en_sg.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:345]: The file represented by File table key 'en_za.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:346]: The file represented by File table key 'en_zw.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:347]: The file represented by File table key 'eo.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:348]: The file represented by File table key 'es.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:349]: The file represented by File table key 'es_ar.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:350]: The file represented by File table key 'es_bo.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:351]: The file represented by File table key 'es_cl.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:352]: The file represented by File table key 'es_co.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:353]: The file represented by File table key 'es_cr.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:354]: The file represented by File table key 'es_do.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:354]: The file represented by File table key 'es_ec.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:355]: The file represented by File table key 'es_gt.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:357]: The file represented by File table key 'es_hn.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:357]: The file represented by File table key 'es_mx.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:358]: The file represented by File table key 'es_ni.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:358]: The file represented by File table key 'es_pa.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:359]: The file represented by File table key 'es_pe.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:360]: The file represented by File table key 'es_pr.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:362]: The file represented by File table key 'es_py.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:363]: The file represented by File table key 'es_sv.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:364]: The file represented by File table key 'es_uy.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:368]: The file represented by File table key 'es_ve.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:370]: The file represented by File table key 'et.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:371]: The file represented by File table key 'eu.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:372]: The file represented by File table key 'eu_es.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:373]: The file represented by File table key 'fa.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:374]: The file represented by File table key 'fa_in.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:375]: The file represented by File table key 'fa_ir.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:376]: The file represented by File table key 'fi.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:377]: The file represented by File table key 'fo.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:378]: The file represented by File table key 'fo_fo.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:378]: The file represented by File table key 'fr.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:380]: The file represented by File table key 'fr_be.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:380]: The file represented by File table key 'fr_ca.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:382]: The file represented by File table key 'fr_ch.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:382]: The file represented by File table key 'ga.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:384]: The file represented by File table key 'ga_ie.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:390]: The file represented by File table key 'gl.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:392]: The file represented by File table key 'gl_es.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:393]: The file represented by File table key 'gv.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:393]: The file represented by File table key 'gv_gb.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:394]: The file represented by File table key 'he.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:395]: The file represented by File table key 'hi.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:396]: The file represented by File table key 'hi_in.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:399]: The file represented by File table key 'hr.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:400]: The file represented by File table key 'hu.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:402]: The file represented by File table key 'id.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:403]: The file represented by File table key 'id_id.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:404]: The file represented by File table key 'is.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:405]: The file represented by File table key 'it.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:406]: The file represented by File table key 'it_ch.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:406]: The file represented by File table key 'ja.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:407]: The file represented by File table key 'kl.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:408]: The file represented by File table key 'kl_gl.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:409]: The file represented by File table key 'ko.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:410]: The file represented by File table key 'kok.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:410]: The file represented by File table key 'kok_in.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:411]: The file represented by File table key 'ko_kr.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:411]: The file represented by File table key 'kw.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:412]: The file represented by File table key 'kw_gb.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:413]: The file represented by File table key 'lt.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:413]: The file represented by File table key 'lv.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:414]: The file represented by File table key 'mk.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:414]: The file represented by File table key 'mr.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:415]: The file represented by File table key 'mr_in.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:416]: The file represented by File table key 'ms.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:417]: The file represented by File table key 'ms_my.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:418]: The file represented by File table key 'mt.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:419]: The file represented by File table key 'nb.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:420]: The file represented by File table key 'nl.msg.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:420]: The file represented by File table key 'nl_be.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:422]: The file represented by File table key 'nn.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:422]: The file represented by File table key 'pl.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:424]: The file represented by File table key 'pt.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:425]: The file represented by File table key 'pt_br.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:425]: The file represented by File table key 'ro.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:426]: The file represented by File table key 'ru.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:428]: The file represented by File table key 'ru_ua.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:429]: The file represented by File table key 'sh.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:430]: The file represented by File table key 'sk.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:431]: The file represented by File table key 'sl.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:432]: The file represented by File table key 'sq.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:433]: The file represented by File table key 'sr.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:434]: The file represented by File table key 'sv.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:435]: The file represented by File table key 'sw.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:436]: The file represented by File table key 'ta.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:437]: The file represented by File table key 'ta_in.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:438]: The file represented by File table key 'te.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:438]: The file represented by File table key 'te_in.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:439]: The file represented by File table key 'th.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:440]: The file represented by File table key 'tr.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:441]: The file represented by File table key 'uk.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:442]: The file represented by File table key 'vi.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:443]: The file represented by File table key 'zh.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:443]: The file represented by File table key 'zh_cn.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:444]: The file represented by File table key 'zh_hk.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:445]: The file represented by File table key 'zh_sg.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:445]: The file represented by File table key 'zh_tw.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:446]: The file represented by File table key 'http.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:447]: The file represented by File table key 'pkgIndex.tcl.9' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:448]: The file represented by File table key 'ascii.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:451]: The file represented by File table key 'big5.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:452]: The file represented by File table key 'cp1250.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:453]: The file represented by File table key 'cp1251.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:453]: The file represented by File table key 'cp1252.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:454]: The file represented by File table key 'cp1253.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:454]: The file represented by File table key 'cp1254.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:455]: The file represented by File table key 'cp1255.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:457]: The file represented by File table key 'cp1256.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:459]: The file represented by File table key 'cp1257.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:460]: The file represented by File table key 'cp1258.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:462]: The file represented by File table key 'cp437.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:463]: The file represented by File table key 'cp737.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:464]: The file represented by File table key 'cp775.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:465]: The file represented by File table key 'cp850.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:465]: The file represented by File table key 'cp852.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:466]: The file represented by File table key 'cp855.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:467]: The file represented by File table key 'cp857.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:470]: The file represented by File table key 'cp860.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:471]: The file represented by File table key 'cp861.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:471]: The file represented by File table key 'cp862.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:472]: The file represented by File table key 'cp863.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:473]: The file represented by File table key 'cp864.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:474]: The file represented by File table key 'cp865.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:475]: The file represented by File table key 'cp866.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:475]: The file represented by File table key 'cp869.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:476]: The file represented by File table key 'cp874.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:477]: The file represented by File table key 'cp932.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:478]: The file represented by File table key 'cp936.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:479]: The file represented by File table key 'cp949.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:480]: The file represented by File table key 'cp950.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:482]: The file represented by File table key 'dingbats.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:483]: The file represented by File table key 'ebcdic.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:483]: The file represented by File table key 'euc_cn.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:484]: The file represented by File table key 'euc_jp.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:485]: The file represented by File table key 'euc_kr.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:486]: The file represented by File table key 'gb12345.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:487]: The file represented by File table key 'gb1988.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:489]: The file represented by File table key 'gb2312_raw.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:490]: The file represented by File table key 'gb2312.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:491]: The file represented by File table key 'iso2022_jp.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:492]: The file represented by File table key 'iso2022_kr.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:493]: The file represented by File table key 'iso2022.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:494]: The file represented by File table key 'iso8859_1.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:495]: The file represented by File table key 'iso8859_10.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:502]: The file represented by File table key 'iso8859_13.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:504]: The file represented by File table key 'iso8859_14.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:505]: The file represented by File table key 'iso8859_15.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:506]: The file represented by File table key 'iso8859_16.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:507]: The file represented by File table key 'iso8859_2.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:507]: The file represented by File table key 'iso8859_3.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:511]: The file represented by File table key 'iso8859_4.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:513]: The file represented by File table key 'iso8859_5.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:516]: The file represented by File table key 'iso8859_6.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:517]: The file represented by File table key 'iso8859_7.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:520]: The file represented by File table key 'iso8859_8.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:521]: The file represented by File table key 'iso8859_9.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:523]: The file represented by File table key 'jis0201.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:524]: The file represented by File table key 'jis0208.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:525]: The file represented by File table key 'jis0212.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:531]: The file represented by File table key 'koi8_r.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:532]: The file represented by File table key 'koi8_u.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:533]: The file represented by File table key 'ksc5601.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:536]: The file represented by File table key 'macCentEuro.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:545]: The file represented by File table key 'macCroatian.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:547]: The file represented by File table key 'macCyrillic.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:553]: The file represented by File table key 'macDingbats.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:554]: The file represented by File table key 'macGreek.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:561]: The file represented by File table key 'macIceland.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:562]: The file represented by File table key 'macJapan.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:563]: The file represented by File table key 'macRoman.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:564]: The file represented by File table key 'macRomania.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:565]: The file represented by File table key 'macThai.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:566]: The file represented by File table key 'macTurkish.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:567]: The file represented by File table key 'macUkraine.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:569]: The file represented by File table key 'shiftjis.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:570]: The file represented by File table key 'symbol.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:571]: The file represented by File table key 'tis_620.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:573]: The file represented by File table key 'http_2.8.7.tm' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:574]: The file represented by File table key 'sqlite3_1.0.0.tm' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:575]: The file represented by File table key 'msgcat_1.5.2.tm' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:576]: The file represented by File table key 'tcltest_2.3.6.tm' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:577]: The file represented by File table key 'platform_1.0.12.tm' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:578]: The file represented by File table key 'shell_1.1.4.tm' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:580]: The file represented by File table key 'pkgIndex.tcl.10' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:581]: The file represented by File table key 'sqlite3.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:582]: The file represented by File table key 'sqlite3380t.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:583]: The file represented by File table key 'pkgIndex.tcl.11' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:584]: The file represented by File table key 'tclreg13.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:585]: The file represented by File table key 'itcl.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:586]: The file represented by File table key 'itcl40t.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:587]: The file represented by File table key 'itclHullCmds.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:588]: The file represented by File table key 'itclWidget.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:589]: The file represented by File table key 'pkgIndex.tcl.12' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:591]: The file represented by File table key 'pkgIndex.tcl.13' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:594]: The file represented by File table key 'tcldde14.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:595]: The file represented by File table key 'makelocalealias.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:597]: The file represented by File table key 'msgfmt.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:598]: The file represented by File table key 'pygettext.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:603]: The file represented by File table key 'ChipViewer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:604]: The file represented by File table key 'ColorDB.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:605]: The file represented by File table key 'DetailsViewer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:606]: The file represented by File table key 'ListViewer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:607]: The file represented by File table key 'Main.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:608]: The file represented by File table key 'pyColorChooser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:610]: The file represented by File table key 'PyncheWidget.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:612]: The file represented by File table key 'StripViewer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:613]: The file represented by File table key 'Switchboard.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:614]: The file represented by File table key 'TextViewer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:615]: The file represented by File table key 'TypeinViewer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:616]: The file represented by File table key '__init__.py.67' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:617]: The file represented by File table key 'pynche.pyw' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:618]: The file represented by File table key 'html40colors.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:619]: The file represented by File table key 'namedcolors.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:620]: The file represented by File table key 'webcolors.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:621]: The file represented by File table key 'websafe.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:622]: The file represented by File table key 'rgb.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:623]: The file represented by File table key 'xlicense.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:625]: The file represented by File table key 'README.txt.11' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:627]: The file represented by File table key 'abitype.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:628]: The file represented by File table key 'analyze_dxp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:632]: The file represented by File table key 'byext.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:633]: The file represented by File table key 'byteyears.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:634]: The file represented by File table key 'checkpip.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:635]: The file represented by File table key 'checkpyc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:636]: The file represented by File table key 'cleanfuture.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:637]: The file represented by File table key 'combinerefs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:641]: The file represented by File table key 'copytime.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:642]: The file represented by File table key 'crlf.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:643]: The file represented by File table key 'db2pickle.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:645]: The file represented by File table key 'diff.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:646]: The file represented by File table key 'dutree.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:647]: The file represented by File table key 'eptags.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:648]: The file represented by File table key 'find_uname.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:649]: The file represented by File table key 'finddiv.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:650]: The file represented by File table key 'findlinksto.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:652]: The file represented by File table key 'findnocoding.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:653]: The file represented by File table key 'find_recursionlimit.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:654]: The file represented by File table key 'fixcid.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:655]: The file represented by File table key 'fixdiv.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:656]: The file represented by File table key 'fixheader.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:657]: The file represented by File table key 'fixnotice.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:659]: The file represented by File table key 'fixps.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:660]: The file represented by File table key 'ftpmirror.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:661]: The file represented by File table key 'get_remote_certificate.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:662]: The file represented by File table key 'google.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:663]: The file represented by File table key 'gprof2html.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:664]: The file represented by File table key 'h2py.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:666]: The file represented by File table key 'highlight.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:667]: The file represented by File table key 'ifdef.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:672]: The file represented by File table key 'import_diagnostics.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:674]: The file represented by File table key 'lfcr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:675]: The file represented by File table key 'linktree.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:676]: The file represented by File table key 'lll.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:678]: The file represented by File table key 'mailerdaemon.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:679]: The file represented by File table key 'make_ctype.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:680]: The file represented by File table key 'md5sum.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:682]: The file represented by File table key 'mkreal.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:683]: The file represented by File table key 'ndiff.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:685]: The file represented by File table key 'nm2def.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:686]: The file represented by File table key 'objgraph.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:687]: The file represented by File table key 'parseentities.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:693]: The file represented by File table key 'parse_html5_entities.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:694]: The file represented by File table key 'patchcheck.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:696]: The file represented by File table key 'pathfix.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:705]: The file represented by File table key 'pdeps.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:707]: The file represented by File table key 'pickle2db.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:709]: The file represented by File table key 'pindent.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:709]: The file represented by File table key 'ptags.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:710]: The file represented by File table key 'pysource.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:712]: The file represented by File table key 'reindent_rst.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:713]: The file represented by File table key 'reindent.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:715]: The file represented by File table key 'rgrep.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:716]: The file represented by File table key 'run_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:717]: The file represented by File table key 'serve.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:718]: The file represented by File table key 'suff.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:720]: The file represented by File table key 'svneol.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:721]: The file represented by File table key 'texi2html.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:722]: The file represented by File table key 'treesync.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:723]: The file represented by File table key 'untabify.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:724]: The file represented by File table key 'which.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:725]: The file represented by File table key 'win_add2path.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:726]: The file represented by File table key 'README.txt.12' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:727]: The file represented by File table key '_2to3.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:728]: The file represented by File table key 'pydoc3.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:729]: The file represented by File table key 'pyvenv.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:731]: The file represented by File table key 'python342.chm' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:733]: The file represented by File table key 'F_CENTRAL_msvcr100_x86.AFA96EB4_FA9F_335C_A7CB_36079407553D' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:752]: Chain for F_CENTRAL_msvcr100_x86.AFA96EB4_FA9F_335C_A7CB_36079407553D starts with cached baseline file for 3.4.16349 (simulated sequence 0) MSI (s) (9C:2C) [21:25:07:752]: The file represented by File table key 'F_CENTRAL_msvcp100_x86.AFA96EB4_FA9F_335C_A7CB_36079407553D' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:753]: Chain for F_CENTRAL_msvcp100_x86.AFA96EB4_FA9F_335C_A7CB_36079407553D starts with cached baseline file for 3.4.16349 (simulated sequence 0) MSI (s) (9C:2C) [21:25:07:753]: Dumping binary patch manager data... MSI (s) (9C:2C) [21:25:07:755]: Note: 1: 2262 2: LockPermissions 3: -2147287038 MSI (s) (9C:2C) [21:25:07:755]: Note: 1: 2205 2: 3: MsiPatchOldAssemblyFile MSI (s) (9C:2C) [21:25:07:755]: Note: 1: 2228 2: 3: MsiPatchOldAssemblyFile 4: SELECT `MsiPatchOldAssemblyFile`.`Assembly_` FROM `MsiPatchOldAssemblyFile` WHERE `MsiPatchOldAssemblyFile`.`File_` = ? MSI (s) (9C:2C) [21:25:07:755]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (9C:2C) [21:25:07:755]: Note: 1: 2205 2: 3: MsiSFCBypass MSI (s) (9C:2C) [21:25:07:755]: Note: 1: 2228 2: 3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ? InstallFiles: File: Copying new files, Directory: , Size: Action ended 21:25:07: InstallFiles. Return value 1. MSI (s) (9C:2C) [21:25:07:806]: Skipping action: UpdatePip (condition is false) MSI (s) (9C:2C) [21:25:07:806]: Skipping action: CompilePyc (condition is false) MSI (s) (9C:2C) [21:25:07:806]: Skipping action: CompilePyo (condition is false) MSI (s) (9C:2C) [21:25:07:806]: Skipping action: CompileGrammar (condition is false) MSI (s) (9C:2C) [21:25:07:806]: Doing action: PatchFiles Action 21:25:07: PatchFiles. Patching files Action start 21:25:07: PatchFiles. MSI (s) (9C:2C) [21:25:07:809]: Note: 1: 2262 2: Error 3: -2147287038 Action ended 21:25:07: PatchFiles. Return value 1. MSI (s) (9C:2C) [21:25:07:810]: Doing action: DuplicateFiles Action 21:25:07: DuplicateFiles. Creating duplicate files Action start 21:25:07: DuplicateFiles. Action ended 21:25:07: DuplicateFiles. Return value 1. MSI (s) (9C:2C) [21:25:07:814]: Doing action: BindImage Action 21:25:07: BindImage. Binding executables Action start 21:25:07: BindImage. MSI (s) (9C:2C) [21:25:07:817]: Note: 1: 2262 2: BindImage 3: -2147287038 Action ended 21:25:07: BindImage. Return value 1. MSI (s) (9C:2C) [21:25:07:818]: Doing action: CreateShortcuts Action 21:25:07: CreateShortcuts. Creating shortcuts Action start 21:25:07: CreateShortcuts. MSI (s) (9C:2C) [21:25:07:821]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:821]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:821]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:822]: Note: 1: 2235 2: 3: DisplayResourceDLL 4: SELECT `Shortcut`,`Name`, `FileName`, `Component`.`Directory_`, `Arguments`, `WkDir`, `Icon_`, `IconIndex`, `Hotkey`, `ShowCmd`, `Shortcut`.`Description`, `Shortcut`.`Directory_`, `Component`.`RuntimeFlags`, `Component`.`Action`, `Target`, `ComponentId`, `Feature`.`Action`, `Component`.`Installed`, `DisplayResourceDLL`, `DisplayResourceId`, `DescriptionResourceDLL`, `DescriptionResourceId` From `Shortcut`, `Feature`, `Component`, `File` WHERE `Target` = `Feature` AND `Shortcut`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2) OR (`Feature`.`Action` = 4 AND `Feature`.`Installed` = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)) OR (`Feature`.`Action` = NULL AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4))) MSI (s) (9C:2C) [21:25:07:823]: Note: 1: 2205 2: 3: MsiShortcutProperty MSI (s) (9C:2C) [21:25:07:823]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:823]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:823]: Note: 1: 2235 2: 3: DisplayResourceDLL 4: SELECT `Shortcut`,`Name`, `Target`, null, `Arguments`, `WkDir`, `Icon_`, `IconIndex`, `Hotkey`, `ShowCmd`, `Shortcut`.`Description`, `Shortcut`.`Directory_`, `Component`.`RuntimeFlags`, null, null, null, null, null, `DisplayResourceDLL`, `DisplayResourceId`, `DescriptionResourceDLL`, `DescriptionResourceId` From `Shortcut`, `Component` WHERE `Shortcut`.`Component_` = `Component` AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) MSI (s) (9C:2C) [21:25:07:824]: Note: 1: 2205 2: 3: MsiShortcutProperty Action ended 21:25:07: CreateShortcuts. Return value 1. MSI (s) (9C:2C) [21:25:07:824]: Doing action: RegisterClassInfo Action 21:25:07: RegisterClassInfo. Registering Class servers Action start 21:25:07: RegisterClassInfo. MSI (s) (9C:2C) [21:25:07:828]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:828]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:828]: Note: 1: 2262 2: Class 3: -2147287038 Action ended 21:25:07: RegisterClassInfo. Return value 1. MSI (s) (9C:2C) [21:25:07:830]: Doing action: RegisterExtensionInfo Action 21:25:07: RegisterExtensionInfo. Registering extension servers Action start 21:25:07: RegisterExtensionInfo. MSI (s) (9C:2C) [21:25:07:846]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:846]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:846]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:25:07: RegisterExtensionInfo. Return value 1. MSI (s) (9C:2C) [21:25:07:848]: Doing action: RegisterProgIdInfo Action 21:25:07: RegisterProgIdInfo. Registering program identifiers Action start 21:25:07: RegisterProgIdInfo. MSI (s) (9C:2C) [21:25:07:851]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:851]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:851]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:2C) [21:25:07:851]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:2C) [21:25:07:853]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:853]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:853]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:2C) [21:25:07:853]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:25:07: RegisterProgIdInfo. Return value 1. MSI (s) (9C:2C) [21:25:07:854]: Doing action: RegisterMIMEInfo Action 21:25:07: RegisterMIMEInfo. Registering MIME info Action start 21:25:07: RegisterMIMEInfo. MSI (s) (9C:2C) [21:25:07:857]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:858]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:858]: Note: 1: 2262 2: MIME 3: -2147287038 MSI (s) (9C:2C) [21:25:07:858]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:25:07: RegisterMIMEInfo. Return value 1. MSI (s) (9C:2C) [21:25:07:859]: Doing action: WriteRegistryValues Action 21:25:07: WriteRegistryValues. Writing system registry values Action start 21:25:07: WriteRegistryValues. MSI (s) (9C:2C) [21:25:07:862]: Note: 1: 2262 2: LockPermissions 3: -2147287038 Action ended 21:25:07: WriteRegistryValues. Return value 1. MSI (s) (9C:2C) [21:25:07:863]: Doing action: WriteIniValues Action 21:25:07: WriteIniValues. Writing INI files values Action start 21:25:07: WriteIniValues. Action ended 21:25:07: WriteIniValues. Return value 1. MSI (s) (9C:2C) [21:25:07:870]: Doing action: WriteEnvironmentStrings Action 21:25:07: WriteEnvironmentStrings. Updating environment strings Action start 21:25:07: WriteEnvironmentStrings. Action ended 21:25:07: WriteEnvironmentStrings. Return value 1. MSI (s) (9C:2C) [21:25:07:874]: Doing action: RegisterFonts Action 21:25:07: RegisterFonts. Registering fonts Action start 21:25:07: RegisterFonts. MSI (s) (9C:2C) [21:25:07:877]: Note: 1: 2262 2: Font 3: -2147287038 Action ended 21:25:07: RegisterFonts. Return value 1. MSI (s) (9C:2C) [21:25:07:878]: Doing action: InstallODBC Action 21:25:07: InstallODBC. Installing ODBC components Action start 21:25:07: InstallODBC. MSI (s) (9C:2C) [21:25:07:881]: Note: 1: 2711 2: ODBCDriverManager MSI (s) (9C:2C) [21:25:07:881]: Note: 1: 2711 2: ODBCDriverManager64 MSI (s) (9C:2C) [21:25:07:881]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:2C) [21:25:07:882]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038 MSI (s) (9C:2C) [21:25:07:882]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:2C) [21:25:07:883]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038 MSI (s) (9C:2C) [21:25:07:883]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 MSI (s) (9C:2C) [21:25:07:884]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 MSI (s) (9C:2C) [21:25:07:884]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038 MSI (s) (9C:2C) [21:25:07:884]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038 MSI (s) (9C:2C) [21:25:07:884]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038 MSI (s) (9C:2C) [21:25:07:884]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038 Action ended 21:25:07: InstallODBC. Return value 0. MSI (s) (9C:2C) [21:25:07:887]: Doing action: RegisterTypeLibraries Action 21:25:07: RegisterTypeLibraries. Registering type libraries Action start 21:25:07: RegisterTypeLibraries. MSI (s) (9C:2C) [21:25:07:891]: Note: 1: 2262 2: TypeLib 3: -2147287038 Action ended 21:25:07: RegisterTypeLibraries. Return value 1. MSI (s) (9C:2C) [21:25:07:892]: Doing action: SelfRegModules Action 21:25:07: SelfRegModules. Registering modules Action start 21:25:07: SelfRegModules. MSI (s) (9C:2C) [21:25:07:895]: Note: 1: 2262 2: SelfReg 3: -2147287038 Action ended 21:25:07: SelfRegModules. Return value 1. MSI (s) (9C:2C) [21:25:07:895]: Doing action: RegisterComPlus Action 21:25:07: RegisterComPlus. Registering COM+ Applications and Components Action start 21:25:07: RegisterComPlus. MSI (s) (9C:2C) [21:25:07:899]: Note: 1: 2262 2: Complus 3: -2147287038 Action ended 21:25:07: RegisterComPlus. Return value 1. MSI (s) (9C:2C) [21:25:07:900]: Doing action: InstallServices Action 21:25:07: InstallServices. Installing new services Action start 21:25:07: InstallServices. MSI (s) (9C:2C) [21:25:07:903]: Note: 1: 2262 2: LockPermissions 3: -2147287038 MSI (s) (9C:2C) [21:25:07:904]: Note: 1: 2262 2: ServiceInstall 3: -2147287038 Action ended 21:25:07: InstallServices. Return value 1. MSI (s) (9C:2C) [21:25:07:904]: Doing action: StartServices Action 21:25:07: StartServices. Starting services Action start 21:25:07: StartServices. MSI (s) (9C:2C) [21:25:07:907]: Note: 1: 2262 2: ServiceControl 3: -2147287038 Action ended 21:25:07: StartServices. Return value 1. MSI (s) (9C:2C) [21:25:07:908]: Doing action: RegisterUser Action 21:25:07: RegisterUser. Registering user Action start 21:25:07: RegisterUser. Action ended 21:25:07: RegisterUser. Return value 0. MSI (s) (9C:2C) [21:25:07:911]: Doing action: RegisterProduct Action 21:25:07: RegisterProduct. Registering product Action start 21:25:07: RegisterProduct. Action ended 21:25:07: RegisterProduct. Return value 1. MSI (s) (9C:2C) [21:25:07:915]: Doing action: PublishComponents Action 21:25:07: PublishComponents. Publishing Qualified Components Action start 21:25:07: PublishComponents. MSI (s) (9C:2C) [21:25:07:919]: Note: 1: 2262 2: PublishComponent 3: -2147287038 Action ended 21:25:07: PublishComponents. Return value 1. MSI (s) (9C:2C) [21:25:07:921]: Doing action: MsiPublishAssemblies Action 21:25:07: MsiPublishAssemblies. Publishing assembly information Action start 21:25:07: MsiPublishAssemblies. Action ended 21:25:07: MsiPublishAssemblies. Return value 1. MSI (s) (9C:2C) [21:25:07:925]: Doing action: PublishFeatures Action 21:25:07: PublishFeatures. Publishing Product Features Action start 21:25:07: PublishFeatures. Action ended 21:25:07: PublishFeatures. Return value 1. MSI (s) (9C:2C) [21:25:07:930]: Doing action: PublishProduct Action 21:25:07: PublishProduct. Publishing product information Action start 21:25:07: PublishProduct. MSI (s) (9C:2C) [21:25:07:934]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B 1: Publishing product information MSI (s) (9C:2C) [21:25:07:935]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:935]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B Action ended 21:25:07: PublishProduct. Return value 1. MSI (s) (9C:2C) [21:25:07:936]: Doing action: InstallFinalize Action 21:25:07: InstallFinalize. Action start 21:25:07: InstallFinalize. MSI (s) (9C:2C) [21:25:07:939]: Running Script: C:\WINDOWS\Installer\MSICF00.tmp MSI (s) (9C:2C) [21:25:07:939]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'. MSI (s) (9C:2C) [21:25:07:945]: Note: 1: 2265 2: 3: -2147287035 MSI (s) (9C:2C) [21:25:07:947]: Machine policy value 'DisableRollback' is 0 MSI (s) (9C:2C) [21:25:07:956]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1163045666,LangId=1033,Platform=0,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1) MSI (s) (9C:2C) [21:25:07:958]: Executing op: ProductInfo(ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},ProductName=Python 3.4.2,PackageName=python-3.4.2.msi,Language=1033,Version=50610141,Assignment=1,ObsoleteArg=0,,,PackageCode={9360D2A4-D416-4381-9306-E96BF03C2201},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=2) MSI (s) (9C:2C) [21:25:07:959]: Executing op: DialogInfo(Type=0,Argument=1033) MSI (s) (9C:2C) [21:25:07:959]: Executing op: DialogInfo(Type=1,Argument=Python 3.4.2) MSI (s) (9C:2C) [21:25:07:959]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1]) MSI (s) (9C:2C) [21:25:07:959]: Executing op: SetBaseline(Baseline=0,) MSI (s) (9C:2C) [21:25:07:959]: Executing op: SetBaseline(Baseline=1,) MSI (s) (9C:2C) [21:25:07:959]: Executing op: ActionStart(Name=InstallInitialize,,) Action 21:25:07: InstallInitialize. MSI (s) (9C:2C) [21:25:07:962]: Executing op: ProductUnregister(UpgradeCode={92A24481-3ECB-40FC-8836-04B7966EC0D5}) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} MSI (s) (9C:2C) [21:25:07:963]: Note: 1: 1402 2: UNKNOWN\Products\ABDC385235A82264BB76D16173411C4B\Transforms 3: 2 MSI (s) (9C:2C) [21:25:07:963]: Note: 1: 1402 2: UNKNOWN\Products\ABDC385235A82264BB76D16173411C4B\Transforms 3: 2 MSI (s) (9C:2C) [21:25:07:963]: Scheduling file 'C:\WINDOWS\Installer\cacff.msi' for deletion during post-install cleanup (not post-reboot). MSI (s) (9C:2C) [21:25:07:984]: Executing op: ProductCPDisplayInfoUnregister() MSI (s) (9C:2C) [21:25:07:987]: Executing op: ProductUnpublish(PackageKey={9360D2A4-D416-4381-9306-E96BF03C2201}) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} MSI (s) (9C:2C) [21:25:07:987]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:990]: Executing op: UpgradeCodeUnpublish(UpgradeCode={92A24481-3ECB-40FC-8836-04B7966EC0D5}) MSI (s) (9C:2C) [21:25:07:991]: Executing op: IconRemove(Icon=python_icon.exe,) 1: python_icon.exe MSI (s) (9C:2C) [21:25:07:992]: Scheduling file 'C:\WINDOWS\Installer\{2583CDBA-8A53-4622-BB67-1D163714C1B4}\python_icon.exe' for deletion during post-install cleanup (not post-reboot). MSI (s) (9C:2C) [21:25:07:993]: Executing op: ProductUnpublishClient(,,) MSI (s) (9C:2C) [21:25:07:993]: Note: 1: 1402 2: UNKNOWN\Installer\Products\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:2C) [21:25:07:993]: Executing op: SourceListUnpublish(,) MSI (s) (9C:2C) [21:25:07:993]: Note: 1: 1402 2: UNKNOWN\Installer\Products\ABDC385235A82264BB76D16173411C4B\SourceList 3: 2 MSI (s) (9C:2C) [21:25:07:993]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,) Action 21:25:07: ProcessComponents. Updating component registration MSI (s) (9C:2C) [21:25:07:996]: Executing op: ProgressTotal(Total=255,Type=1,ByteEquivalent=24000) MSI (s) (9C:2C) [21:25:07:997]: Executing op: UnregisterSharedComponentProvider(Component={0D59C737-395C-4498-A056-D72653A296B5},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:07:997]: Executing op: ComponentUnregister(ComponentId={0D59C737-395C-4498-A056-D72653A296B5},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {0D59C737-395C-4498-A056-D72653A296B5} MSI (s) (9C:2C) [21:25:08:000]: Executing op: UnregisterSharedComponentProvider(Component={B5CAB1D1-55F7-4B11-AFE9-6C55AC8274D4},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:001]: Executing op: ComponentUnregister(ComponentId={B5CAB1D1-55F7-4B11-AFE9-6C55AC8274D4},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {B5CAB1D1-55F7-4B11-AFE9-6C55AC8274D4} MSI (s) (9C:2C) [21:25:08:004]: Executing op: UnregisterSharedComponentProvider(Component={7A0C5812-2583-40D9-BCBB-CD7485F11377},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:004]: Executing op: ComponentUnregister(ComponentId={7A0C5812-2583-40D9-BCBB-CD7485F11377},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {7A0C5812-2583-40D9-BCBB-CD7485F11377} MSI (s) (9C:2C) [21:25:08:006]: WIN64DUALFOLDERS: 'C:\WINDOWS\system32\' will substitute 20 characters in 'C:\WINDOWS\SysWOW64\python34.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). MSI (s) (9C:2C) [21:25:08:007]: Executing op: UnregisterSharedComponentProvider(Component={6D4731E9-039A-45F2-9E45-8D383FAA29A1},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:007]: Executing op: ComponentUnregister(ComponentId={6D4731E9-039A-45F2-9E45-8D383FAA29A1},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {6D4731E9-039A-45F2-9E45-8D383FAA29A1} MSI (s) (9C:2C) [21:25:08:009]: Executing op: UnregisterSharedComponentProvider(Component={9ADE136B-B6F0-4D75-81E6-B76C842199AA},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:009]: Executing op: ComponentUnregister(ComponentId={9ADE136B-B6F0-4D75-81E6-B76C842199AA},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9ADE136B-B6F0-4D75-81E6-B76C842199AA} MSI (s) (9C:2C) [21:25:08:011]: Executing op: UnregisterSharedComponentProvider(Component={0A5816F7-32B4-43A2-8A8B-385F07CACA1B},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:011]: Executing op: ComponentUnregister(ComponentId={0A5816F7-32B4-43A2-8A8B-385F07CACA1B},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {0A5816F7-32B4-43A2-8A8B-385F07CACA1B} MSI (s) (9C:2C) [21:25:08:012]: Executing op: UnregisterSharedComponentProvider(Component={FFAF3F15-2286-4117-B9B8-C726A03032B8},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:013]: Executing op: ComponentUnregister(ComponentId={FFAF3F15-2286-4117-B9B8-C726A03032B8},,BinaryType=1,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {FFAF3F15-2286-4117-B9B8-C726A03032B8} MSI (s) (9C:2C) [21:25:08:014]: Executing op: UnregisterSharedComponentProvider(Component={502E653B-81E8-42F3-97BC-D006E028FF02},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:015]: Executing op: ComponentUnregister(ComponentId={502E653B-81E8-42F3-97BC-D006E028FF02},,BinaryType=1,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {502E653B-81E8-42F3-97BC-D006E028FF02} MSI (s) (9C:2C) [21:25:08:020]: Executing op: UnregisterSharedComponentProvider(Component={F7FE2C01-5E65-46B7-B7CE-1AD311337836},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:020]: Executing op: ComponentUnregister(ComponentId={F7FE2C01-5E65-46B7-B7CE-1AD311337836},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F7FE2C01-5E65-46B7-B7CE-1AD311337836} MSI (s) (9C:2C) [21:25:08:022]: Executing op: UnregisterSharedComponentProvider(Component={B0860D14-842F-405B-8221-69405AEE472B},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:023]: Executing op: ComponentUnregister(ComponentId={B0860D14-842F-405B-8221-69405AEE472B},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {B0860D14-842F-405B-8221-69405AEE472B} MSI (s) (9C:2C) [21:25:08:024]: Executing op: UnregisterSharedComponentProvider(Component={06752958-7EDD-4717-9C92-72CE09A18D45},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:024]: Executing op: ComponentUnregister(ComponentId={06752958-7EDD-4717-9C92-72CE09A18D45},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {06752958-7EDD-4717-9C92-72CE09A18D45} MSI (s) (9C:2C) [21:25:08:025]: Executing op: UnregisterSharedComponentProvider(Component={64A48A73-6DED-46A8-BC72-B5C713C9A3F9},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:026]: Executing op: ComponentUnregister(ComponentId={64A48A73-6DED-46A8-BC72-B5C713C9A3F9},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {64A48A73-6DED-46A8-BC72-B5C713C9A3F9} MSI (s) (9C:2C) [21:25:08:028]: Executing op: UnregisterSharedComponentProvider(Component={059DED03-DBFA-4FAC-BE54-F497EBB8BC60},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:028]: Executing op: ComponentUnregister(ComponentId={059DED03-DBFA-4FAC-BE54-F497EBB8BC60},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {059DED03-DBFA-4FAC-BE54-F497EBB8BC60} MSI (s) (9C:2C) [21:25:08:029]: Executing op: UnregisterSharedComponentProvider(Component={E3E458AF-9549-421D-ABCD-9A4C8396D4BF},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:029]: Executing op: ComponentUnregister(ComponentId={E3E458AF-9549-421D-ABCD-9A4C8396D4BF},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E3E458AF-9549-421D-ABCD-9A4C8396D4BF} MSI (s) (9C:2C) [21:25:08:031]: Executing op: UnregisterSharedComponentProvider(Component={40D5646E-E676-4CC1-BE16-92A59057B308},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:031]: Executing op: ComponentUnregister(ComponentId={40D5646E-E676-4CC1-BE16-92A59057B308},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {40D5646E-E676-4CC1-BE16-92A59057B308} MSI (s) (9C:2C) [21:25:08:033]: Executing op: UnregisterSharedComponentProvider(Component={0BBD1890-325A-4132-999F-3DB9E43EDE9F},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:033]: Executing op: ComponentUnregister(ComponentId={0BBD1890-325A-4132-999F-3DB9E43EDE9F},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {0BBD1890-325A-4132-999F-3DB9E43EDE9F} MSI (s) (9C:2C) [21:25:08:035]: Executing op: UnregisterSharedComponentProvider(Component={C2FE6927-5DB7-46F2-8F2B-A4A4025EF6D6},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:035]: Executing op: ComponentUnregister(ComponentId={C2FE6927-5DB7-46F2-8F2B-A4A4025EF6D6},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C2FE6927-5DB7-46F2-8F2B-A4A4025EF6D6} MSI (s) (9C:2C) [21:25:08:036]: Executing op: UnregisterSharedComponentProvider(Component={E6D7F362-5511-4B15-9899-43B17ED3D883},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:036]: Executing op: ComponentUnregister(ComponentId={E6D7F362-5511-4B15-9899-43B17ED3D883},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E6D7F362-5511-4B15-9899-43B17ED3D883} MSI (s) (9C:2C) [21:25:08:038]: Executing op: UnregisterSharedComponentProvider(Component={16EE5E8C-D79B-42EB-9BBA-B20D215818D9},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:038]: Executing op: ComponentUnregister(ComponentId={16EE5E8C-D79B-42EB-9BBA-B20D215818D9},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {16EE5E8C-D79B-42EB-9BBA-B20D215818D9} MSI (s) (9C:2C) [21:25:08:040]: Executing op: UnregisterSharedComponentProvider(Component={7C7112EC-DDC7-494B-BB57-BA050117C599},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:040]: Executing op: ComponentUnregister(ComponentId={7C7112EC-DDC7-494B-BB57-BA050117C599},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {7C7112EC-DDC7-494B-BB57-BA050117C599} MSI (s) (9C:2C) [21:25:08:042]: Executing op: UnregisterSharedComponentProvider(Component={EC446479-5F03-43E9-B2EA-84E50C3189D9},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:042]: Executing op: ComponentUnregister(ComponentId={EC446479-5F03-43E9-B2EA-84E50C3189D9},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {EC446479-5F03-43E9-B2EA-84E50C3189D9} MSI (s) (9C:2C) [21:25:08:044]: Executing op: UnregisterSharedComponentProvider(Component={3E652E24-4388-4622-9DA4-6C076FB69233},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:044]: Executing op: ComponentUnregister(ComponentId={3E652E24-4388-4622-9DA4-6C076FB69233},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {3E652E24-4388-4622-9DA4-6C076FB69233} MSI (s) (9C:2C) [21:25:08:045]: Executing op: UnregisterSharedComponentProvider(Component={B8132288-A7D8-4960-8DF8-F764E27D5E9C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:045]: Executing op: ComponentUnregister(ComponentId={B8132288-A7D8-4960-8DF8-F764E27D5E9C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {B8132288-A7D8-4960-8DF8-F764E27D5E9C} MSI (s) (9C:2C) [21:25:08:046]: Executing op: UnregisterSharedComponentProvider(Component={6A46E3B0-77DB-40D0-8F41-998887538411},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:046]: Executing op: ComponentUnregister(ComponentId={6A46E3B0-77DB-40D0-8F41-998887538411},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {6A46E3B0-77DB-40D0-8F41-998887538411} MSI (s) (9C:2C) [21:25:08:048]: Executing op: UnregisterSharedComponentProvider(Component={CBC8034F-3295-4B21-B48D-574E064DF050},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:048]: Executing op: ComponentUnregister(ComponentId={CBC8034F-3295-4B21-B48D-574E064DF050},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {CBC8034F-3295-4B21-B48D-574E064DF050} MSI (s) (9C:2C) [21:25:08:049]: Executing op: UnregisterSharedComponentProvider(Component={787B5BC3-76A0-4269-A61A-9EEDB5CC4AAC},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:050]: Executing op: ComponentUnregister(ComponentId={787B5BC3-76A0-4269-A61A-9EEDB5CC4AAC},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {787B5BC3-76A0-4269-A61A-9EEDB5CC4AAC} MSI (s) (9C:2C) [21:25:08:051]: Executing op: UnregisterSharedComponentProvider(Component={842B0430-0B90-40A9-99FE-5493843134B4},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:051]: Executing op: ComponentUnregister(ComponentId={842B0430-0B90-40A9-99FE-5493843134B4},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {842B0430-0B90-40A9-99FE-5493843134B4} MSI (s) (9C:2C) [21:25:08:053]: Executing op: UnregisterSharedComponentProvider(Component={2453CF14-19BD-4FCE-A5FE-20ADAC851F7E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:053]: Executing op: ComponentUnregister(ComponentId={2453CF14-19BD-4FCE-A5FE-20ADAC851F7E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {2453CF14-19BD-4FCE-A5FE-20ADAC851F7E} MSI (s) (9C:2C) [21:25:08:054]: Executing op: UnregisterSharedComponentProvider(Component={3A7D05D9-9EBF-4D92-AE81-650B201B8D34},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:054]: Executing op: ComponentUnregister(ComponentId={3A7D05D9-9EBF-4D92-AE81-650B201B8D34},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {3A7D05D9-9EBF-4D92-AE81-650B201B8D34} MSI (s) (9C:2C) [21:25:08:056]: Executing op: UnregisterSharedComponentProvider(Component={BBDFE696-5A25-4069-A5F2-E4B9D2328E6F},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:056]: Executing op: ComponentUnregister(ComponentId={BBDFE696-5A25-4069-A5F2-E4B9D2328E6F},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {BBDFE696-5A25-4069-A5F2-E4B9D2328E6F} MSI (s) (9C:2C) [21:25:08:062]: Executing op: UnregisterSharedComponentProvider(Component={5F97B4B2-4424-4358-BD09-2BE019AB1F9B},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:062]: Executing op: ComponentUnregister(ComponentId={5F97B4B2-4424-4358-BD09-2BE019AB1F9B},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {5F97B4B2-4424-4358-BD09-2BE019AB1F9B} MSI (s) (9C:2C) [21:25:08:065]: Executing op: UnregisterSharedComponentProvider(Component={78C1B9B3-C60F-4B0F-981E-3D9E1713C55D},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:065]: Executing op: ComponentUnregister(ComponentId={78C1B9B3-C60F-4B0F-981E-3D9E1713C55D},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {78C1B9B3-C60F-4B0F-981E-3D9E1713C55D} MSI (s) (9C:2C) [21:25:08:067]: Executing op: UnregisterSharedComponentProvider(Component={26DD7FEF-7F19-4D9F-8453-F537EE54F44C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:067]: Executing op: ComponentUnregister(ComponentId={26DD7FEF-7F19-4D9F-8453-F537EE54F44C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {26DD7FEF-7F19-4D9F-8453-F537EE54F44C} MSI (s) (9C:2C) [21:25:08:069]: Executing op: UnregisterSharedComponentProvider(Component={D40C906D-8BF9-4027-80D9-083B77F83B6B},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:069]: Executing op: ComponentUnregister(ComponentId={D40C906D-8BF9-4027-80D9-083B77F83B6B},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {D40C906D-8BF9-4027-80D9-083B77F83B6B} MSI (s) (9C:2C) [21:25:08:071]: Executing op: UnregisterSharedComponentProvider(Component={C91D3713-396C-4237-8A26-9FC26C7805DC},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:071]: Executing op: ComponentUnregister(ComponentId={C91D3713-396C-4237-8A26-9FC26C7805DC},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C91D3713-396C-4237-8A26-9FC26C7805DC} MSI (s) (9C:2C) [21:25:08:073]: Executing op: UnregisterSharedComponentProvider(Component={1C303B33-3410-4000-8CA6-DA42A4ADFE68},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:073]: Executing op: ComponentUnregister(ComponentId={1C303B33-3410-4000-8CA6-DA42A4ADFE68},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {1C303B33-3410-4000-8CA6-DA42A4ADFE68} MSI (s) (9C:2C) [21:25:08:075]: Executing op: UnregisterSharedComponentProvider(Component={06871CFA-3705-4384-A313-B93C02368AE1},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:075]: Executing op: ComponentUnregister(ComponentId={06871CFA-3705-4384-A313-B93C02368AE1},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {06871CFA-3705-4384-A313-B93C02368AE1} MSI (s) (9C:2C) [21:25:08:077]: Executing op: UnregisterSharedComponentProvider(Component={DCFD977F-CBA5-4E3C-89D1-D15AECD20378},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:078]: Executing op: ComponentUnregister(ComponentId={DCFD977F-CBA5-4E3C-89D1-D15AECD20378},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {DCFD977F-CBA5-4E3C-89D1-D15AECD20378} MSI (s) (9C:2C) [21:25:08:079]: Executing op: UnregisterSharedComponentProvider(Component={98B886F9-9DFA-4A28-A3A0-DFDE1504ACCC},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:079]: Executing op: ComponentUnregister(ComponentId={98B886F9-9DFA-4A28-A3A0-DFDE1504ACCC},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {98B886F9-9DFA-4A28-A3A0-DFDE1504ACCC} MSI (s) (9C:2C) [21:25:08:080]: Executing op: UnregisterSharedComponentProvider(Component={34E48AEB-0FF9-4FBA-A334-0DBCA4ED1660},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:081]: Executing op: ComponentUnregister(ComponentId={34E48AEB-0FF9-4FBA-A334-0DBCA4ED1660},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {34E48AEB-0FF9-4FBA-A334-0DBCA4ED1660} MSI (s) (9C:2C) [21:25:08:082]: Executing op: UnregisterSharedComponentProvider(Component={43CC7DD9-20AB-46C4-B05C-B576BA9331DC},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:082]: Executing op: ComponentUnregister(ComponentId={43CC7DD9-20AB-46C4-B05C-B576BA9331DC},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {43CC7DD9-20AB-46C4-B05C-B576BA9331DC} MSI (s) (9C:2C) [21:25:08:083]: Executing op: UnregisterSharedComponentProvider(Component={9A987846-8820-4790-8DD2-52011D23A84C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:083]: Executing op: ComponentUnregister(ComponentId={9A987846-8820-4790-8DD2-52011D23A84C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9A987846-8820-4790-8DD2-52011D23A84C} MSI (s) (9C:2C) [21:25:08:084]: Executing op: UnregisterSharedComponentProvider(Component={260FC447-DD97-4E55-BEA4-531A98D9B60A},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:084]: Executing op: ComponentUnregister(ComponentId={260FC447-DD97-4E55-BEA4-531A98D9B60A},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {260FC447-DD97-4E55-BEA4-531A98D9B60A} MSI (s) (9C:2C) [21:25:08:085]: Executing op: UnregisterSharedComponentProvider(Component={7E27192B-16AD-4388-AC47-E44C14483707},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:085]: Executing op: ComponentUnregister(ComponentId={7E27192B-16AD-4388-AC47-E44C14483707},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {7E27192B-16AD-4388-AC47-E44C14483707} MSI (s) (9C:2C) [21:25:08:086]: Executing op: UnregisterSharedComponentProvider(Component={DC2C8A71-65EE-41F7-BB24-19194A856F02},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:086]: Executing op: ComponentUnregister(ComponentId={DC2C8A71-65EE-41F7-BB24-19194A856F02},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {DC2C8A71-65EE-41F7-BB24-19194A856F02} MSI (s) (9C:2C) [21:25:08:088]: Executing op: UnregisterSharedComponentProvider(Component={83C6B667-5062-4B16-ABE6-3C4E6F639CB4},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:088]: Executing op: ComponentUnregister(ComponentId={83C6B667-5062-4B16-ABE6-3C4E6F639CB4},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {83C6B667-5062-4B16-ABE6-3C4E6F639CB4} MSI (s) (9C:2C) [21:25:08:090]: Executing op: UnregisterSharedComponentProvider(Component={EF542765-5211-4F71-B94D-24B82A1EA95D},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:090]: Executing op: ComponentUnregister(ComponentId={EF542765-5211-4F71-B94D-24B82A1EA95D},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {EF542765-5211-4F71-B94D-24B82A1EA95D} MSI (s) (9C:2C) [21:25:08:092]: Executing op: UnregisterSharedComponentProvider(Component={ABCC98B1-7791-4716-A72D-B4A476A57EE4},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:092]: Executing op: ComponentUnregister(ComponentId={ABCC98B1-7791-4716-A72D-B4A476A57EE4},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {ABCC98B1-7791-4716-A72D-B4A476A57EE4} MSI (s) (9C:2C) [21:25:08:094]: Executing op: UnregisterSharedComponentProvider(Component={C146E958-7ADC-4AEF-894D-E37C9437D43E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:094]: Executing op: ComponentUnregister(ComponentId={C146E958-7ADC-4AEF-894D-E37C9437D43E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C146E958-7ADC-4AEF-894D-E37C9437D43E} MSI (s) (9C:2C) [21:25:08:096]: Executing op: UnregisterSharedComponentProvider(Component={59F3F9AA-156E-4E11-B5BF-FCD84F864033},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:096]: Executing op: ComponentUnregister(ComponentId={59F3F9AA-156E-4E11-B5BF-FCD84F864033},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {59F3F9AA-156E-4E11-B5BF-FCD84F864033} MSI (s) (9C:2C) [21:25:08:097]: Executing op: UnregisterSharedComponentProvider(Component={5A86D033-5751-453A-9989-43947646D0E1},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:097]: Executing op: ComponentUnregister(ComponentId={5A86D033-5751-453A-9989-43947646D0E1},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {5A86D033-5751-453A-9989-43947646D0E1} MSI (s) (9C:2C) [21:25:08:099]: Executing op: UnregisterSharedComponentProvider(Component={DC0554AA-9E69-4625-9595-16A56AF32849},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:099]: Executing op: ComponentUnregister(ComponentId={DC0554AA-9E69-4625-9595-16A56AF32849},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {DC0554AA-9E69-4625-9595-16A56AF32849} MSI (s) (9C:2C) [21:25:08:101]: Executing op: UnregisterSharedComponentProvider(Component={A6A96A40-1E41-43F3-9161-125F50208842},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:101]: Executing op: ComponentUnregister(ComponentId={A6A96A40-1E41-43F3-9161-125F50208842},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {A6A96A40-1E41-43F3-9161-125F50208842} MSI (s) (9C:2C) [21:25:08:102]: Executing op: UnregisterSharedComponentProvider(Component={BC22EE2D-7E8D-4DC6-8DBA-811544DA7646},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:102]: Executing op: ComponentUnregister(ComponentId={BC22EE2D-7E8D-4DC6-8DBA-811544DA7646},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {BC22EE2D-7E8D-4DC6-8DBA-811544DA7646} MSI (s) (9C:2C) [21:25:08:104]: Executing op: UnregisterSharedComponentProvider(Component={F15FBE6E-9DB4-4E6B-AD23-BECED6E48028},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:104]: Executing op: ComponentUnregister(ComponentId={F15FBE6E-9DB4-4E6B-AD23-BECED6E48028},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F15FBE6E-9DB4-4E6B-AD23-BECED6E48028} MSI (s) (9C:2C) [21:25:08:105]: Executing op: UnregisterSharedComponentProvider(Component={B2CE9FD3-A8FB-4C23-8D13-F932E37E7307},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:105]: Executing op: ComponentUnregister(ComponentId={B2CE9FD3-A8FB-4C23-8D13-F932E37E7307},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {B2CE9FD3-A8FB-4C23-8D13-F932E37E7307} MSI (s) (9C:2C) [21:25:08:107]: Executing op: UnregisterSharedComponentProvider(Component={E335F36F-004B-49B8-B83E-CA38AE632830},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:107]: Executing op: ComponentUnregister(ComponentId={E335F36F-004B-49B8-B83E-CA38AE632830},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E335F36F-004B-49B8-B83E-CA38AE632830} MSI (s) (9C:2C) [21:25:08:110]: Executing op: UnregisterSharedComponentProvider(Component={D277BEC4-B5BE-47DF-B7EE-493F2D3C1741},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:110]: Executing op: ComponentUnregister(ComponentId={D277BEC4-B5BE-47DF-B7EE-493F2D3C1741},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {D277BEC4-B5BE-47DF-B7EE-493F2D3C1741} MSI (s) (9C:2C) [21:25:08:112]: Executing op: UnregisterSharedComponentProvider(Component={D5DB5710-684C-454D-A00D-359CAFBAB510},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:112]: Executing op: ComponentUnregister(ComponentId={D5DB5710-684C-454D-A00D-359CAFBAB510},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {D5DB5710-684C-454D-A00D-359CAFBAB510} MSI (s) (9C:2C) [21:25:08:113]: Executing op: UnregisterSharedComponentProvider(Component={18E31949-024E-425D-BA88-747C45D9D3E5},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:113]: Executing op: ComponentUnregister(ComponentId={18E31949-024E-425D-BA88-747C45D9D3E5},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {18E31949-024E-425D-BA88-747C45D9D3E5} MSI (s) (9C:2C) [21:25:08:115]: Executing op: UnregisterSharedComponentProvider(Component={D15C355D-5ED2-4271-A5B1-907F1B68328C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:115]: Executing op: ComponentUnregister(ComponentId={D15C355D-5ED2-4271-A5B1-907F1B68328C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {D15C355D-5ED2-4271-A5B1-907F1B68328C} MSI (s) (9C:2C) [21:25:08:116]: Executing op: UnregisterSharedComponentProvider(Component={1CEDC146-F359-47C5-917F-B50A2C5F217B},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:116]: Executing op: ComponentUnregister(ComponentId={1CEDC146-F359-47C5-917F-B50A2C5F217B},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {1CEDC146-F359-47C5-917F-B50A2C5F217B} MSI (s) (9C:2C) [21:25:08:118]: Executing op: UnregisterSharedComponentProvider(Component={73BDF6EA-235B-4190-A9F0-216760571DEF},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:119]: Executing op: ComponentUnregister(ComponentId={73BDF6EA-235B-4190-A9F0-216760571DEF},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {73BDF6EA-235B-4190-A9F0-216760571DEF} MSI (s) (9C:2C) [21:25:08:121]: Executing op: UnregisterSharedComponentProvider(Component={76B9C85A-B7A5-44E1-A9AA-093219821495},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:121]: Executing op: ComponentUnregister(ComponentId={76B9C85A-B7A5-44E1-A9AA-093219821495},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {76B9C85A-B7A5-44E1-A9AA-093219821495} MSI (s) (9C:2C) [21:25:08:123]: Executing op: UnregisterSharedComponentProvider(Component={68EEC75E-05C9-45D1-A3B4-C2C1124B9D5C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:123]: Executing op: ComponentUnregister(ComponentId={68EEC75E-05C9-45D1-A3B4-C2C1124B9D5C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {68EEC75E-05C9-45D1-A3B4-C2C1124B9D5C} MSI (s) (9C:2C) [21:25:08:125]: Executing op: UnregisterSharedComponentProvider(Component={5EB1EDE1-E966-4393-AF37-DC5533C7CE99},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:125]: Executing op: ComponentUnregister(ComponentId={5EB1EDE1-E966-4393-AF37-DC5533C7CE99},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {5EB1EDE1-E966-4393-AF37-DC5533C7CE99} MSI (s) (9C:2C) [21:25:08:127]: Executing op: UnregisterSharedComponentProvider(Component={00753773-947F-4DC9-9A8F-1F5352E5A09C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:127]: Executing op: ComponentUnregister(ComponentId={00753773-947F-4DC9-9A8F-1F5352E5A09C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {00753773-947F-4DC9-9A8F-1F5352E5A09C} MSI (s) (9C:2C) [21:25:08:129]: Executing op: UnregisterSharedComponentProvider(Component={7FCBFA5B-0D1F-4D02-8199-A1BFA0C92076},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:129]: Executing op: ComponentUnregister(ComponentId={7FCBFA5B-0D1F-4D02-8199-A1BFA0C92076},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {7FCBFA5B-0D1F-4D02-8199-A1BFA0C92076} MSI (s) (9C:2C) [21:25:08:131]: Executing op: UnregisterSharedComponentProvider(Component={937731CE-9A5B-49AE-B2F2-19E6A1B17AE7},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:131]: Executing op: ComponentUnregister(ComponentId={937731CE-9A5B-49AE-B2F2-19E6A1B17AE7},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {937731CE-9A5B-49AE-B2F2-19E6A1B17AE7} MSI (s) (9C:2C) [21:25:08:132]: Executing op: UnregisterSharedComponentProvider(Component={E4911C93-20AE-417C-864E-532F61F53CA0},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:132]: Executing op: ComponentUnregister(ComponentId={E4911C93-20AE-417C-864E-532F61F53CA0},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E4911C93-20AE-417C-864E-532F61F53CA0} MSI (s) (9C:2C) [21:25:08:133]: Executing op: UnregisterSharedComponentProvider(Component={1D1F1E4D-E940-40DA-9B70-FE7CE0D9290A},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:134]: Executing op: ComponentUnregister(ComponentId={1D1F1E4D-E940-40DA-9B70-FE7CE0D9290A},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {1D1F1E4D-E940-40DA-9B70-FE7CE0D9290A} MSI (s) (9C:2C) [21:25:08:135]: Executing op: UnregisterSharedComponentProvider(Component={9DF544BB-AC9E-43EB-AC0D-3EEAE6C58FA7},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:135]: Executing op: ComponentUnregister(ComponentId={9DF544BB-AC9E-43EB-AC0D-3EEAE6C58FA7},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9DF544BB-AC9E-43EB-AC0D-3EEAE6C58FA7} MSI (s) (9C:2C) [21:25:08:136]: Executing op: UnregisterSharedComponentProvider(Component={134B2323-09A5-40F9-A9BF-E03F83EEBD16},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:137]: Executing op: ComponentUnregister(ComponentId={134B2323-09A5-40F9-A9BF-E03F83EEBD16},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {134B2323-09A5-40F9-A9BF-E03F83EEBD16} MSI (s) (9C:2C) [21:25:08:138]: Executing op: UnregisterSharedComponentProvider(Component={E6755C65-1494-4C48-B748-613C1B52BEAB},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:139]: Executing op: ComponentUnregister(ComponentId={E6755C65-1494-4C48-B748-613C1B52BEAB},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E6755C65-1494-4C48-B748-613C1B52BEAB} MSI (s) (9C:2C) [21:25:08:140]: Executing op: UnregisterSharedComponentProvider(Component={4645AFA0-C418-4C43-A6B5-F6C230526FBF},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:140]: Executing op: ComponentUnregister(ComponentId={4645AFA0-C418-4C43-A6B5-F6C230526FBF},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {4645AFA0-C418-4C43-A6B5-F6C230526FBF} MSI (s) (9C:2C) [21:25:08:142]: Executing op: UnregisterSharedComponentProvider(Component={CA4DEB21-2F34-4264-9D02-3D144BA91303},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:142]: Executing op: ComponentUnregister(ComponentId={CA4DEB21-2F34-4264-9D02-3D144BA91303},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {CA4DEB21-2F34-4264-9D02-3D144BA91303} MSI (s) (9C:2C) [21:25:08:143]: Executing op: UnregisterSharedComponentProvider(Component={F1E56143-FAF9-4AA7-974C-71E335450644},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:143]: Executing op: ComponentUnregister(ComponentId={F1E56143-FAF9-4AA7-974C-71E335450644},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F1E56143-FAF9-4AA7-974C-71E335450644} MSI (s) (9C:2C) [21:25:08:144]: Executing op: UnregisterSharedComponentProvider(Component={FBDD1D8F-AEEA-4A80-BD80-4AE6D9759BB1},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:144]: Executing op: ComponentUnregister(ComponentId={FBDD1D8F-AEEA-4A80-BD80-4AE6D9759BB1},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {FBDD1D8F-AEEA-4A80-BD80-4AE6D9759BB1} MSI (s) (9C:2C) [21:25:08:146]: Executing op: UnregisterSharedComponentProvider(Component={50DA767D-3744-47C5-BBF3-98B8FB280B3D},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:146]: Executing op: ComponentUnregister(ComponentId={50DA767D-3744-47C5-BBF3-98B8FB280B3D},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {50DA767D-3744-47C5-BBF3-98B8FB280B3D} MSI (s) (9C:2C) [21:25:08:147]: Executing op: UnregisterSharedComponentProvider(Component={7BD4DF9A-AB4D-4141-9129-B216ED6C151C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:147]: Executing op: ComponentUnregister(ComponentId={7BD4DF9A-AB4D-4141-9129-B216ED6C151C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {7BD4DF9A-AB4D-4141-9129-B216ED6C151C} MSI (s) (9C:2C) [21:25:08:149]: Executing op: UnregisterSharedComponentProvider(Component={2DFB9D39-2799-4B46-9442-F60273943915},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:149]: Executing op: ComponentUnregister(ComponentId={2DFB9D39-2799-4B46-9442-F60273943915},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {2DFB9D39-2799-4B46-9442-F60273943915} MSI (s) (9C:2C) [21:25:08:151]: Executing op: UnregisterSharedComponentProvider(Component={F4F92DC7-F6F5-45F9-924A-386561AD3500},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:151]: Executing op: ComponentUnregister(ComponentId={F4F92DC7-F6F5-45F9-924A-386561AD3500},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F4F92DC7-F6F5-45F9-924A-386561AD3500} MSI (s) (9C:2C) [21:25:08:153]: Executing op: UnregisterSharedComponentProvider(Component={3F1F71A3-ECBF-49C2-907D-04CCFEFC8A59},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:153]: Executing op: ComponentUnregister(ComponentId={3F1F71A3-ECBF-49C2-907D-04CCFEFC8A59},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {3F1F71A3-ECBF-49C2-907D-04CCFEFC8A59} MSI (s) (9C:2C) [21:25:08:154]: Executing op: UnregisterSharedComponentProvider(Component={FAFACE7B-2F6B-4127-A5A8-4F8BA07EF558},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:154]: Executing op: ComponentUnregister(ComponentId={FAFACE7B-2F6B-4127-A5A8-4F8BA07EF558},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {FAFACE7B-2F6B-4127-A5A8-4F8BA07EF558} MSI (s) (9C:2C) [21:25:08:156]: Executing op: UnregisterSharedComponentProvider(Component={043C182C-5E79-4419-825A-497E0453F3A1},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:156]: Executing op: ComponentUnregister(ComponentId={043C182C-5E79-4419-825A-497E0453F3A1},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {043C182C-5E79-4419-825A-497E0453F3A1} MSI (s) (9C:2C) [21:25:08:157]: Executing op: UnregisterSharedComponentProvider(Component={86C3D1D1-041F-4C4B-ADDD-D1F7F13E09DD},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:157]: Executing op: ComponentUnregister(ComponentId={86C3D1D1-041F-4C4B-ADDD-D1F7F13E09DD},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {86C3D1D1-041F-4C4B-ADDD-D1F7F13E09DD} MSI (s) (9C:2C) [21:25:08:159]: Executing op: UnregisterSharedComponentProvider(Component={DFEFE475-084B-4792-9951-B7FA008DFBA6},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:159]: Executing op: ComponentUnregister(ComponentId={DFEFE475-084B-4792-9951-B7FA008DFBA6},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {DFEFE475-084B-4792-9951-B7FA008DFBA6} MSI (s) (9C:2C) [21:25:08:161]: Executing op: UnregisterSharedComponentProvider(Component={7F45F00F-3B78-4FAF-93B5-3A68333230FD},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:161]: Executing op: ComponentUnregister(ComponentId={7F45F00F-3B78-4FAF-93B5-3A68333230FD},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {7F45F00F-3B78-4FAF-93B5-3A68333230FD} MSI (s) (9C:2C) [21:25:08:162]: Executing op: UnregisterSharedComponentProvider(Component={0D67B5AE-B3F9-48A6-A8FD-C68204F423A9},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:162]: Executing op: ComponentUnregister(ComponentId={0D67B5AE-B3F9-48A6-A8FD-C68204F423A9},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {0D67B5AE-B3F9-48A6-A8FD-C68204F423A9} MSI (s) (9C:2C) [21:25:08:163]: Executing op: UnregisterSharedComponentProvider(Component={73908F05-1142-4F20-98C8-79E20EC0A37B},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:164]: Executing op: ComponentUnregister(ComponentId={73908F05-1142-4F20-98C8-79E20EC0A37B},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {73908F05-1142-4F20-98C8-79E20EC0A37B} MSI (s) (9C:2C) [21:25:08:165]: Executing op: UnregisterSharedComponentProvider(Component={4B40E294-440E-490A-9196-B54B0A32507D},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:165]: Executing op: ComponentUnregister(ComponentId={4B40E294-440E-490A-9196-B54B0A32507D},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {4B40E294-440E-490A-9196-B54B0A32507D} MSI (s) (9C:2C) [21:25:08:166]: Executing op: UnregisterSharedComponentProvider(Component={FE14B104-7590-4F88-8D84-E31DC010E577},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:167]: Executing op: ComponentUnregister(ComponentId={FE14B104-7590-4F88-8D84-E31DC010E577},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {FE14B104-7590-4F88-8D84-E31DC010E577} MSI (s) (9C:2C) [21:25:08:169]: Executing op: UnregisterSharedComponentProvider(Component={91CCF477-004A-4296-9143-87A0F20A484A},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:169]: Executing op: ComponentUnregister(ComponentId={91CCF477-004A-4296-9143-87A0F20A484A},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {91CCF477-004A-4296-9143-87A0F20A484A} MSI (s) (9C:2C) [21:25:08:171]: Executing op: UnregisterSharedComponentProvider(Component={54EFED03-5922-469E-B523-22683B0C03C1},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:171]: Executing op: ComponentUnregister(ComponentId={54EFED03-5922-469E-B523-22683B0C03C1},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {54EFED03-5922-469E-B523-22683B0C03C1} MSI (s) (9C:2C) [21:25:08:172]: Executing op: UnregisterSharedComponentProvider(Component={31098E1A-57FD-42A0-9F93-C82C056FC8E6},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:172]: Executing op: ComponentUnregister(ComponentId={31098E1A-57FD-42A0-9F93-C82C056FC8E6},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {31098E1A-57FD-42A0-9F93-C82C056FC8E6} MSI (s) (9C:2C) [21:25:08:174]: Executing op: UnregisterSharedComponentProvider(Component={F1C11557-4CF8-4F08-A237-D88346353A4A},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:174]: Executing op: ComponentUnregister(ComponentId={F1C11557-4CF8-4F08-A237-D88346353A4A},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F1C11557-4CF8-4F08-A237-D88346353A4A} MSI (s) (9C:2C) [21:25:08:175]: Executing op: UnregisterSharedComponentProvider(Component={87300615-947E-4045-858A-3920F1025C98},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:175]: Executing op: ComponentUnregister(ComponentId={87300615-947E-4045-858A-3920F1025C98},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {87300615-947E-4045-858A-3920F1025C98} MSI (s) (9C:2C) [21:25:08:176]: Executing op: UnregisterSharedComponentProvider(Component={B6AD6048-A47B-4D30-92F2-48833368D39C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:176]: Executing op: ComponentUnregister(ComponentId={B6AD6048-A47B-4D30-92F2-48833368D39C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {B6AD6048-A47B-4D30-92F2-48833368D39C} MSI (s) (9C:2C) [21:25:08:177]: Executing op: UnregisterSharedComponentProvider(Component={CC0F519D-AC39-4EBE-8242-0DD4F7F2CFC3},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:178]: Executing op: ComponentUnregister(ComponentId={CC0F519D-AC39-4EBE-8242-0DD4F7F2CFC3},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {CC0F519D-AC39-4EBE-8242-0DD4F7F2CFC3} MSI (s) (9C:2C) [21:25:08:179]: Executing op: UnregisterSharedComponentProvider(Component={B25E1F41-BA0D-4F98-8B29-393B88D1AA33},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:179]: Executing op: ComponentUnregister(ComponentId={B25E1F41-BA0D-4F98-8B29-393B88D1AA33},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {B25E1F41-BA0D-4F98-8B29-393B88D1AA33} MSI (s) (9C:2C) [21:25:08:181]: Executing op: UnregisterSharedComponentProvider(Component={C14189ED-7F53-47FD-82BC-711FCE6E0993},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:182]: Executing op: ComponentUnregister(ComponentId={C14189ED-7F53-47FD-82BC-711FCE6E0993},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C14189ED-7F53-47FD-82BC-711FCE6E0993} MSI (s) (9C:2C) [21:25:08:183]: Executing op: UnregisterSharedComponentProvider(Component={77577775-40CE-4B11-B425-6D42C3DC7F41},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:183]: Executing op: ComponentUnregister(ComponentId={77577775-40CE-4B11-B425-6D42C3DC7F41},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {77577775-40CE-4B11-B425-6D42C3DC7F41} MSI (s) (9C:2C) [21:25:08:185]: Executing op: UnregisterSharedComponentProvider(Component={F22A49C3-7C11-43FB-95A4-F0FD34700900},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:186]: Executing op: ComponentUnregister(ComponentId={F22A49C3-7C11-43FB-95A4-F0FD34700900},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F22A49C3-7C11-43FB-95A4-F0FD34700900} MSI (s) (9C:2C) [21:25:08:187]: Executing op: UnregisterSharedComponentProvider(Component={3AEE26AA-DE5E-4C5B-9D42-2FFBF5277467},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:187]: Executing op: ComponentUnregister(ComponentId={3AEE26AA-DE5E-4C5B-9D42-2FFBF5277467},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {3AEE26AA-DE5E-4C5B-9D42-2FFBF5277467} MSI (s) (9C:2C) [21:25:08:189]: Executing op: UnregisterSharedComponentProvider(Component={87BE3AE1-90FA-4A31-83AF-23E4312B38AE},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:189]: Executing op: ComponentUnregister(ComponentId={87BE3AE1-90FA-4A31-83AF-23E4312B38AE},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {87BE3AE1-90FA-4A31-83AF-23E4312B38AE} MSI (s) (9C:2C) [21:25:08:191]: Executing op: UnregisterSharedComponentProvider(Component={009D6ECA-8CA4-4E6D-B06B-4093F2CD9DC6},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:192]: Executing op: ComponentUnregister(ComponentId={009D6ECA-8CA4-4E6D-B06B-4093F2CD9DC6},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {009D6ECA-8CA4-4E6D-B06B-4093F2CD9DC6} MSI (s) (9C:2C) [21:25:08:193]: Executing op: UnregisterSharedComponentProvider(Component={0091B91D-B52E-42F4-AE69-CB83EF668EA9},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:193]: Executing op: ComponentUnregister(ComponentId={0091B91D-B52E-42F4-AE69-CB83EF668EA9},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {0091B91D-B52E-42F4-AE69-CB83EF668EA9} MSI (s) (9C:2C) [21:25:08:194]: Executing op: UnregisterSharedComponentProvider(Component={40AF44E2-51E7-442C-BC4A-66A3B17B81DC},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:195]: Executing op: ComponentUnregister(ComponentId={40AF44E2-51E7-442C-BC4A-66A3B17B81DC},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {40AF44E2-51E7-442C-BC4A-66A3B17B81DC} MSI (s) (9C:2C) [21:25:08:196]: Executing op: UnregisterSharedComponentProvider(Component={AC33A264-0263-42E4-ABDE-93E77B9E04B8},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:196]: Executing op: ComponentUnregister(ComponentId={AC33A264-0263-42E4-ABDE-93E77B9E04B8},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {AC33A264-0263-42E4-ABDE-93E77B9E04B8} MSI (s) (9C:2C) [21:25:08:197]: Executing op: UnregisterSharedComponentProvider(Component={F0573B1B-851F-40B8-BB2B-53C5834A7987},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:197]: Executing op: ComponentUnregister(ComponentId={F0573B1B-851F-40B8-BB2B-53C5834A7987},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F0573B1B-851F-40B8-BB2B-53C5834A7987} MSI (s) (9C:2C) [21:25:08:199]: Executing op: UnregisterSharedComponentProvider(Component={E34BF110-1B50-4476-AC64-12334F1BEDA4},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:199]: Executing op: ComponentUnregister(ComponentId={E34BF110-1B50-4476-AC64-12334F1BEDA4},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E34BF110-1B50-4476-AC64-12334F1BEDA4} MSI (s) (9C:2C) [21:25:08:201]: Executing op: UnregisterSharedComponentProvider(Component={15FCAE9E-9E66-4CE0-8518-DD0F57F27F61},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:201]: Executing op: ComponentUnregister(ComponentId={15FCAE9E-9E66-4CE0-8518-DD0F57F27F61},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {15FCAE9E-9E66-4CE0-8518-DD0F57F27F61} MSI (s) (9C:2C) [21:25:08:202]: Executing op: UnregisterSharedComponentProvider(Component={9E93A6DE-B05B-497C-B499-38E1E6305B31},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:203]: Executing op: ComponentUnregister(ComponentId={9E93A6DE-B05B-497C-B499-38E1E6305B31},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9E93A6DE-B05B-497C-B499-38E1E6305B31} MSI (s) (9C:2C) [21:25:08:204]: Executing op: UnregisterSharedComponentProvider(Component={80404118-8817-4F2D-98FD-63F547997A2B},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:204]: Executing op: ComponentUnregister(ComponentId={80404118-8817-4F2D-98FD-63F547997A2B},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {80404118-8817-4F2D-98FD-63F547997A2B} MSI (s) (9C:2C) [21:25:08:205]: Executing op: UnregisterSharedComponentProvider(Component={BB788F20-051D-42CD-B983-37C77ACC11EB},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:205]: Executing op: ComponentUnregister(ComponentId={BB788F20-051D-42CD-B983-37C77ACC11EB},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {BB788F20-051D-42CD-B983-37C77ACC11EB} MSI (s) (9C:2C) [21:25:08:207]: Executing op: UnregisterSharedComponentProvider(Component={1F7DA211-749D-40D6-84A1-B0657327C29C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:207]: Executing op: ComponentUnregister(ComponentId={1F7DA211-749D-40D6-84A1-B0657327C29C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {1F7DA211-749D-40D6-84A1-B0657327C29C} MSI (s) (9C:2C) [21:25:08:208]: Executing op: UnregisterSharedComponentProvider(Component={9D91E335-E1DD-436B-9937-B95EB40E7D16},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:208]: Executing op: ComponentUnregister(ComponentId={9D91E335-E1DD-436B-9937-B95EB40E7D16},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9D91E335-E1DD-436B-9937-B95EB40E7D16} MSI (s) (9C:2C) [21:25:08:210]: Executing op: UnregisterSharedComponentProvider(Component={FC26AA63-89CB-4805-8479-34A2A05CF0AD},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:210]: Executing op: ComponentUnregister(ComponentId={FC26AA63-89CB-4805-8479-34A2A05CF0AD},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {FC26AA63-89CB-4805-8479-34A2A05CF0AD} MSI (s) (9C:2C) [21:25:08:212]: Executing op: UnregisterSharedComponentProvider(Component={726088E8-7104-4D47-AA00-765AACC9BA22},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:213]: Executing op: ComponentUnregister(ComponentId={726088E8-7104-4D47-AA00-765AACC9BA22},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {726088E8-7104-4D47-AA00-765AACC9BA22} MSI (s) (9C:2C) [21:25:08:214]: Executing op: UnregisterSharedComponentProvider(Component={D894ACAB-A24C-4683-ACCA-F031A9AD2CE0},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:214]: Executing op: ComponentUnregister(ComponentId={D894ACAB-A24C-4683-ACCA-F031A9AD2CE0},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {D894ACAB-A24C-4683-ACCA-F031A9AD2CE0} MSI (s) (9C:2C) [21:25:08:216]: Executing op: UnregisterSharedComponentProvider(Component={BF3A43B1-A49E-4AE7-A9FC-6A4230389177},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:216]: Executing op: ComponentUnregister(ComponentId={BF3A43B1-A49E-4AE7-A9FC-6A4230389177},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {BF3A43B1-A49E-4AE7-A9FC-6A4230389177} MSI (s) (9C:2C) [21:25:08:217]: Executing op: UnregisterSharedComponentProvider(Component={E59FB05D-B8C6-464C-966C-F8DE5852A0EB},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:217]: Executing op: ComponentUnregister(ComponentId={E59FB05D-B8C6-464C-966C-F8DE5852A0EB},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E59FB05D-B8C6-464C-966C-F8DE5852A0EB} MSI (s) (9C:2C) [21:25:08:219]: Executing op: UnregisterSharedComponentProvider(Component={BFB4D286-CE57-4972-BF61-FC0C85827072},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:219]: Executing op: ComponentUnregister(ComponentId={BFB4D286-CE57-4972-BF61-FC0C85827072},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {BFB4D286-CE57-4972-BF61-FC0C85827072} MSI (s) (9C:2C) [21:25:08:221]: Executing op: UnregisterSharedComponentProvider(Component={3C14114C-8F6D-49D6-98E9-E5F0B0AEA482},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:221]: Executing op: ComponentUnregister(ComponentId={3C14114C-8F6D-49D6-98E9-E5F0B0AEA482},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {3C14114C-8F6D-49D6-98E9-E5F0B0AEA482} MSI (s) (9C:2C) [21:25:08:222]: Executing op: UnregisterSharedComponentProvider(Component={B7CDCB68-5A58-482F-B3AC-DDE938C7E50E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:222]: Executing op: ComponentUnregister(ComponentId={B7CDCB68-5A58-482F-B3AC-DDE938C7E50E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {B7CDCB68-5A58-482F-B3AC-DDE938C7E50E} MSI (s) (9C:2C) [21:25:08:223]: Executing op: UnregisterSharedComponentProvider(Component={01522C44-6A50-4B70-B1EF-60619CC14F78},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:224]: Executing op: ComponentUnregister(ComponentId={01522C44-6A50-4B70-B1EF-60619CC14F78},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {01522C44-6A50-4B70-B1EF-60619CC14F78} MSI (s) (9C:2C) [21:25:08:225]: Executing op: UnregisterSharedComponentProvider(Component={58E2CB10-599E-43DA-A3C8-6AB7EC97F3C4},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:225]: Executing op: ComponentUnregister(ComponentId={58E2CB10-599E-43DA-A3C8-6AB7EC97F3C4},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {58E2CB10-599E-43DA-A3C8-6AB7EC97F3C4} MSI (s) (9C:2C) [21:25:08:226]: Executing op: UnregisterSharedComponentProvider(Component={624D96EB-EB4E-41B2-89A9-5657ECC31E57},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:226]: Executing op: ComponentUnregister(ComponentId={624D96EB-EB4E-41B2-89A9-5657ECC31E57},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {624D96EB-EB4E-41B2-89A9-5657ECC31E57} MSI (s) (9C:2C) [21:25:08:227]: Executing op: UnregisterSharedComponentProvider(Component={DFA7D056-8E6D-43F3-963F-411DCADAFD82},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:228]: Executing op: ComponentUnregister(ComponentId={DFA7D056-8E6D-43F3-963F-411DCADAFD82},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {DFA7D056-8E6D-43F3-963F-411DCADAFD82} MSI (s) (9C:2C) [21:25:08:229]: Executing op: UnregisterSharedComponentProvider(Component={D5DAC868-FD4E-4E82-BD86-BA70411B7FAF},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:229]: Executing op: ComponentUnregister(ComponentId={D5DAC868-FD4E-4E82-BD86-BA70411B7FAF},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {D5DAC868-FD4E-4E82-BD86-BA70411B7FAF} MSI (s) (9C:2C) [21:25:08:231]: Executing op: UnregisterSharedComponentProvider(Component={56C43233-14E3-44D7-B2B0-D9F43EE4472C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:231]: Executing op: ComponentUnregister(ComponentId={56C43233-14E3-44D7-B2B0-D9F43EE4472C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {56C43233-14E3-44D7-B2B0-D9F43EE4472C} MSI (s) (9C:2C) [21:25:08:232]: Executing op: UnregisterSharedComponentProvider(Component={D6DA89A7-56CD-4115-A1DD-41C6E7934E67},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:233]: Executing op: ComponentUnregister(ComponentId={D6DA89A7-56CD-4115-A1DD-41C6E7934E67},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {D6DA89A7-56CD-4115-A1DD-41C6E7934E67} MSI (s) (9C:2C) [21:25:08:234]: Executing op: UnregisterSharedComponentProvider(Component={14F60A62-B672-41F5-85AE-5CCF516D933A},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:234]: Executing op: ComponentUnregister(ComponentId={14F60A62-B672-41F5-85AE-5CCF516D933A},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {14F60A62-B672-41F5-85AE-5CCF516D933A} MSI (s) (9C:2C) [21:25:08:236]: Executing op: UnregisterSharedComponentProvider(Component={A204F4B4-939A-4FE2-8501-11559F33AF42},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:236]: Executing op: ComponentUnregister(ComponentId={A204F4B4-939A-4FE2-8501-11559F33AF42},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {A204F4B4-939A-4FE2-8501-11559F33AF42} MSI (s) (9C:2C) [21:25:08:237]: Executing op: UnregisterSharedComponentProvider(Component={33D5E321-0E8F-4A80-8981-8CDF41DD054F},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:237]: Executing op: ComponentUnregister(ComponentId={33D5E321-0E8F-4A80-8981-8CDF41DD054F},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {33D5E321-0E8F-4A80-8981-8CDF41DD054F} MSI (s) (9C:2C) [21:25:08:238]: Executing op: UnregisterSharedComponentProvider(Component={2F2302F6-BA61-4B4E-9F06-17AC5B01D070},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:239]: Executing op: ComponentUnregister(ComponentId={2F2302F6-BA61-4B4E-9F06-17AC5B01D070},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {2F2302F6-BA61-4B4E-9F06-17AC5B01D070} MSI (s) (9C:2C) [21:25:08:240]: Executing op: UnregisterSharedComponentProvider(Component={0BB61DF4-25E3-4215-AFED-9E25192502DB},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:240]: Executing op: ComponentUnregister(ComponentId={0BB61DF4-25E3-4215-AFED-9E25192502DB},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {0BB61DF4-25E3-4215-AFED-9E25192502DB} MSI (s) (9C:2C) [21:25:08:242]: Executing op: UnregisterSharedComponentProvider(Component={4F40C704-F7FB-4E6E-B8BF-238EEBF187DC},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:242]: Executing op: ComponentUnregister(ComponentId={4F40C704-F7FB-4E6E-B8BF-238EEBF187DC},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {4F40C704-F7FB-4E6E-B8BF-238EEBF187DC} MSI (s) (9C:2C) [21:25:08:244]: Executing op: UnregisterSharedComponentProvider(Component={40E423CA-ABD0-40DB-87C4-82270D748197},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:244]: Executing op: ComponentUnregister(ComponentId={40E423CA-ABD0-40DB-87C4-82270D748197},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {40E423CA-ABD0-40DB-87C4-82270D748197} MSI (s) (9C:2C) [21:25:08:245]: Executing op: UnregisterSharedComponentProvider(Component={DDD807DC-BA5B-4EE0-98E3-DB792932E682},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:245]: Executing op: ComponentUnregister(ComponentId={DDD807DC-BA5B-4EE0-98E3-DB792932E682},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {DDD807DC-BA5B-4EE0-98E3-DB792932E682} MSI (s) (9C:2C) [21:25:08:247]: Executing op: UnregisterSharedComponentProvider(Component={9738AC9D-0C5E-4287-80AD-DAF2E0A6436F},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:247]: Executing op: ComponentUnregister(ComponentId={9738AC9D-0C5E-4287-80AD-DAF2E0A6436F},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9738AC9D-0C5E-4287-80AD-DAF2E0A6436F} MSI (s) (9C:2C) [21:25:08:249]: Executing op: UnregisterSharedComponentProvider(Component={B7C1CD18-B966-4E6F-83DE-71CF4686BE35},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:249]: Executing op: ComponentUnregister(ComponentId={B7C1CD18-B966-4E6F-83DE-71CF4686BE35},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {B7C1CD18-B966-4E6F-83DE-71CF4686BE35} MSI (s) (9C:2C) [21:25:08:251]: Executing op: UnregisterSharedComponentProvider(Component={F43572BE-FF0D-4B55-8DAE-6699BFCF2521},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:251]: Executing op: ComponentUnregister(ComponentId={F43572BE-FF0D-4B55-8DAE-6699BFCF2521},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F43572BE-FF0D-4B55-8DAE-6699BFCF2521} MSI (s) (9C:2C) [21:25:08:253]: Executing op: UnregisterSharedComponentProvider(Component={93817CAB-7C54-4A9C-8CDD-4C63B0EECB7B},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:253]: Executing op: ComponentUnregister(ComponentId={93817CAB-7C54-4A9C-8CDD-4C63B0EECB7B},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {93817CAB-7C54-4A9C-8CDD-4C63B0EECB7B} MSI (s) (9C:2C) [21:25:08:254]: Executing op: UnregisterSharedComponentProvider(Component={F4DBF48E-EFEB-467B-B3BA-41BEF30A4956},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:254]: Executing op: ComponentUnregister(ComponentId={F4DBF48E-EFEB-467B-B3BA-41BEF30A4956},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F4DBF48E-EFEB-467B-B3BA-41BEF30A4956} MSI (s) (9C:2C) [21:25:08:256]: Executing op: UnregisterSharedComponentProvider(Component={AE666653-1F30-4549-81F4-8940A4C19D00},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:256]: Executing op: ComponentUnregister(ComponentId={AE666653-1F30-4549-81F4-8940A4C19D00},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {AE666653-1F30-4549-81F4-8940A4C19D00} MSI (s) (9C:2C) [21:25:08:257]: Executing op: UnregisterSharedComponentProvider(Component={CDA1E7CC-89D5-44E5-B5B3-BBB791338FB6},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:257]: Executing op: ComponentUnregister(ComponentId={CDA1E7CC-89D5-44E5-B5B3-BBB791338FB6},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {CDA1E7CC-89D5-44E5-B5B3-BBB791338FB6} MSI (s) (9C:2C) [21:25:08:258]: Executing op: UnregisterSharedComponentProvider(Component={8FFFE215-E7A3-4094-8496-772506FDBC3D},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:258]: Executing op: ComponentUnregister(ComponentId={8FFFE215-E7A3-4094-8496-772506FDBC3D},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {8FFFE215-E7A3-4094-8496-772506FDBC3D} MSI (s) (9C:2C) [21:25:08:259]: Executing op: UnregisterSharedComponentProvider(Component={2DCC3748-BA25-46CF-AAA5-C711C705999E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:259]: Executing op: ComponentUnregister(ComponentId={2DCC3748-BA25-46CF-AAA5-C711C705999E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {2DCC3748-BA25-46CF-AAA5-C711C705999E} MSI (s) (9C:2C) [21:25:08:261]: Executing op: UnregisterSharedComponentProvider(Component={44827BBD-47BA-49EE-82C4-BB6149B9DB1C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:261]: Executing op: ComponentUnregister(ComponentId={44827BBD-47BA-49EE-82C4-BB6149B9DB1C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {44827BBD-47BA-49EE-82C4-BB6149B9DB1C} MSI (s) (9C:2C) [21:25:08:263]: Executing op: UnregisterSharedComponentProvider(Component={85ED20B9-BCC0-4647-AFC2-335501A26E26},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:263]: Executing op: ComponentUnregister(ComponentId={85ED20B9-BCC0-4647-AFC2-335501A26E26},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {85ED20B9-BCC0-4647-AFC2-335501A26E26} MSI (s) (9C:2C) [21:25:08:265]: Executing op: UnregisterSharedComponentProvider(Component={DDC85856-EEA9-4A24-83CA-4F4A8D8E935F},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:265]: Executing op: ComponentUnregister(ComponentId={DDC85856-EEA9-4A24-83CA-4F4A8D8E935F},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {DDC85856-EEA9-4A24-83CA-4F4A8D8E935F} MSI (s) (9C:2C) [21:25:08:267]: Executing op: UnregisterSharedComponentProvider(Component={91B94F41-6E5D-4671-AD82-213956DFE0D3},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:267]: Executing op: ComponentUnregister(ComponentId={91B94F41-6E5D-4671-AD82-213956DFE0D3},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {91B94F41-6E5D-4671-AD82-213956DFE0D3} MSI (s) (9C:2C) [21:25:08:268]: Executing op: UnregisterSharedComponentProvider(Component={27735C72-CB5B-4A84-96E3-C16A813B1341},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:268]: Executing op: ComponentUnregister(ComponentId={27735C72-CB5B-4A84-96E3-C16A813B1341},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {27735C72-CB5B-4A84-96E3-C16A813B1341} MSI (s) (9C:2C) [21:25:08:270]: Executing op: UnregisterSharedComponentProvider(Component={0FF1D7D0-A20D-4451-A018-1C560FEBBAE2},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:271]: Executing op: ComponentUnregister(ComponentId={0FF1D7D0-A20D-4451-A018-1C560FEBBAE2},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {0FF1D7D0-A20D-4451-A018-1C560FEBBAE2} MSI (s) (9C:2C) [21:25:08:273]: Executing op: UnregisterSharedComponentProvider(Component={BE6FC00A-305D-44CA-9AB1-AE9303D16EE3},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:273]: Executing op: ComponentUnregister(ComponentId={BE6FC00A-305D-44CA-9AB1-AE9303D16EE3},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {BE6FC00A-305D-44CA-9AB1-AE9303D16EE3} MSI (s) (9C:2C) [21:25:08:275]: Executing op: UnregisterSharedComponentProvider(Component={2D9AD070-E076-4EF7-B275-E5DDBCBBF038},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:276]: Executing op: ComponentUnregister(ComponentId={2D9AD070-E076-4EF7-B275-E5DDBCBBF038},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {2D9AD070-E076-4EF7-B275-E5DDBCBBF038} MSI (s) (9C:2C) [21:25:08:277]: Executing op: UnregisterSharedComponentProvider(Component={D1F19C58-3E59-42FB-A543-45A0FBD0C0B1},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:277]: Executing op: ComponentUnregister(ComponentId={D1F19C58-3E59-42FB-A543-45A0FBD0C0B1},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {D1F19C58-3E59-42FB-A543-45A0FBD0C0B1} MSI (s) (9C:2C) [21:25:08:279]: Executing op: UnregisterSharedComponentProvider(Component={E324F18B-FC37-4DDF-99C3-4B92B39B0C77},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:279]: Executing op: ComponentUnregister(ComponentId={E324F18B-FC37-4DDF-99C3-4B92B39B0C77},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E324F18B-FC37-4DDF-99C3-4B92B39B0C77} MSI (s) (9C:2C) [21:25:08:282]: Executing op: UnregisterSharedComponentProvider(Component={237D9AB3-6EF9-40B0-88EB-03F1591C6EFA},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:282]: Executing op: ComponentUnregister(ComponentId={237D9AB3-6EF9-40B0-88EB-03F1591C6EFA},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {237D9AB3-6EF9-40B0-88EB-03F1591C6EFA} MSI (s) (9C:2C) [21:25:08:284]: Executing op: UnregisterSharedComponentProvider(Component={FD2A9AB7-A3EC-4B38-9F6B-60696653C483},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:284]: Executing op: ComponentUnregister(ComponentId={FD2A9AB7-A3EC-4B38-9F6B-60696653C483},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {FD2A9AB7-A3EC-4B38-9F6B-60696653C483} MSI (s) (9C:2C) [21:25:08:287]: Executing op: UnregisterSharedComponentProvider(Component={429529A8-A9F1-4195-8801-3B27B520791E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:287]: Executing op: ComponentUnregister(ComponentId={429529A8-A9F1-4195-8801-3B27B520791E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {429529A8-A9F1-4195-8801-3B27B520791E} MSI (s) (9C:2C) [21:25:08:289]: Executing op: UnregisterSharedComponentProvider(Component={45866CCF-BDBE-4AD3-B03F-5F938EE51C71},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:289]: Executing op: ComponentUnregister(ComponentId={45866CCF-BDBE-4AD3-B03F-5F938EE51C71},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {45866CCF-BDBE-4AD3-B03F-5F938EE51C71} MSI (s) (9C:2C) [21:25:08:293]: Executing op: UnregisterSharedComponentProvider(Component={BB073EC0-5FA4-48DF-ABCC-1A75BF3DEE1C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:293]: Executing op: ComponentUnregister(ComponentId={BB073EC0-5FA4-48DF-ABCC-1A75BF3DEE1C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {BB073EC0-5FA4-48DF-ABCC-1A75BF3DEE1C} MSI (s) (9C:2C) [21:25:08:295]: Executing op: UnregisterSharedComponentProvider(Component={1A7DF43A-D8FD-4072-A047-FD757471F6B8},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:295]: Executing op: ComponentUnregister(ComponentId={1A7DF43A-D8FD-4072-A047-FD757471F6B8},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {1A7DF43A-D8FD-4072-A047-FD757471F6B8} MSI (s) (9C:2C) [21:25:08:296]: Executing op: UnregisterSharedComponentProvider(Component={37AAC803-FDD2-4530-AE76-2649E9BC09E7},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:296]: Executing op: ComponentUnregister(ComponentId={37AAC803-FDD2-4530-AE76-2649E9BC09E7},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {37AAC803-FDD2-4530-AE76-2649E9BC09E7} MSI (s) (9C:2C) [21:25:08:297]: Executing op: UnregisterSharedComponentProvider(Component={2F59BFDC-1300-47D5-B97A-E376509A04BD},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:297]: Executing op: ComponentUnregister(ComponentId={2F59BFDC-1300-47D5-B97A-E376509A04BD},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {2F59BFDC-1300-47D5-B97A-E376509A04BD} MSI (s) (9C:2C) [21:25:08:298]: Executing op: UnregisterSharedComponentProvider(Component={1A9F6108-2567-4C5D-B01B-8B236D232C52},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:299]: Executing op: ComponentUnregister(ComponentId={1A9F6108-2567-4C5D-B01B-8B236D232C52},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {1A9F6108-2567-4C5D-B01B-8B236D232C52} MSI (s) (9C:2C) [21:25:08:300]: Executing op: UnregisterSharedComponentProvider(Component={1F650E11-A06B-43A1-80CF-D1F0993DE33E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:300]: Executing op: ComponentUnregister(ComponentId={1F650E11-A06B-43A1-80CF-D1F0993DE33E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {1F650E11-A06B-43A1-80CF-D1F0993DE33E} MSI (s) (9C:2C) [21:25:08:302]: Executing op: UnregisterSharedComponentProvider(Component={82F490EA-CD85-4E8F-803B-258862B8AA37},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:302]: Executing op: ComponentUnregister(ComponentId={82F490EA-CD85-4E8F-803B-258862B8AA37},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {82F490EA-CD85-4E8F-803B-258862B8AA37} MSI (s) (9C:2C) [21:25:08:303]: Executing op: UnregisterSharedComponentProvider(Component={98FF471A-A4B7-4B81-9490-41781BB7D6EE},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:304]: Executing op: ComponentUnregister(ComponentId={98FF471A-A4B7-4B81-9490-41781BB7D6EE},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {98FF471A-A4B7-4B81-9490-41781BB7D6EE} MSI (s) (9C:2C) [21:25:08:305]: Executing op: UnregisterSharedComponentProvider(Component={F2B3EB01-8066-4707-A444-490FE4C881DE},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:305]: Executing op: ComponentUnregister(ComponentId={F2B3EB01-8066-4707-A444-490FE4C881DE},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F2B3EB01-8066-4707-A444-490FE4C881DE} MSI (s) (9C:2C) [21:25:08:306]: Executing op: UnregisterSharedComponentProvider(Component={DD4F33F1-2706-43F4-92F2-0D11E1469586},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:306]: Executing op: ComponentUnregister(ComponentId={DD4F33F1-2706-43F4-92F2-0D11E1469586},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {DD4F33F1-2706-43F4-92F2-0D11E1469586} MSI (s) (9C:2C) [21:25:08:308]: Executing op: UnregisterSharedComponentProvider(Component={05A61824-CAD7-4B80-ABA8-60BF7DF5320E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:308]: Executing op: ComponentUnregister(ComponentId={05A61824-CAD7-4B80-ABA8-60BF7DF5320E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {05A61824-CAD7-4B80-ABA8-60BF7DF5320E} MSI (s) (9C:2C) [21:25:08:309]: Executing op: UnregisterSharedComponentProvider(Component={72F039C9-D20E-4560-9C4E-55D7C6F4CC2E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:309]: Executing op: ComponentUnregister(ComponentId={72F039C9-D20E-4560-9C4E-55D7C6F4CC2E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {72F039C9-D20E-4560-9C4E-55D7C6F4CC2E} MSI (s) (9C:2C) [21:25:08:311]: Executing op: UnregisterSharedComponentProvider(Component={3451ADF0-3BB3-431B-84A0-2E8421C0688B},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:311]: Executing op: ComponentUnregister(ComponentId={3451ADF0-3BB3-431B-84A0-2E8421C0688B},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {3451ADF0-3BB3-431B-84A0-2E8421C0688B} MSI (s) (9C:2C) [21:25:08:313]: Executing op: UnregisterSharedComponentProvider(Component={406BD12A-4523-4E52-A82C-B0B09260A4C8},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:313]: Executing op: ComponentUnregister(ComponentId={406BD12A-4523-4E52-A82C-B0B09260A4C8},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {406BD12A-4523-4E52-A82C-B0B09260A4C8} MSI (s) (9C:2C) [21:25:08:315]: Executing op: UnregisterSharedComponentProvider(Component={D74077F7-0FFE-4379-8293-94A58950BCCF},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:315]: Executing op: ComponentUnregister(ComponentId={D74077F7-0FFE-4379-8293-94A58950BCCF},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {D74077F7-0FFE-4379-8293-94A58950BCCF} MSI (s) (9C:2C) [21:25:08:316]: Executing op: UnregisterSharedComponentProvider(Component={F46722C0-1482-4000-AC04-9723B15833B1},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:316]: Executing op: ComponentUnregister(ComponentId={F46722C0-1482-4000-AC04-9723B15833B1},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F46722C0-1482-4000-AC04-9723B15833B1} MSI (s) (9C:2C) [21:25:08:317]: Executing op: UnregisterSharedComponentProvider(Component={6E67046B-2B04-4D17-9A6B-C71497AB0D5C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:318]: Executing op: ComponentUnregister(ComponentId={6E67046B-2B04-4D17-9A6B-C71497AB0D5C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {6E67046B-2B04-4D17-9A6B-C71497AB0D5C} MSI (s) (9C:2C) [21:25:08:319]: Executing op: UnregisterSharedComponentProvider(Component={1B1C410C-36E6-4899-8006-0382A378CDAA},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:319]: Executing op: ComponentUnregister(ComponentId={1B1C410C-36E6-4899-8006-0382A378CDAA},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {1B1C410C-36E6-4899-8006-0382A378CDAA} MSI (s) (9C:2C) [21:25:08:320]: Executing op: UnregisterSharedComponentProvider(Component={B81A303C-F7C9-4FE8-B846-FB922F85616B},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:320]: Executing op: ComponentUnregister(ComponentId={B81A303C-F7C9-4FE8-B846-FB922F85616B},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {B81A303C-F7C9-4FE8-B846-FB922F85616B} MSI (s) (9C:2C) [21:25:08:322]: Executing op: UnregisterSharedComponentProvider(Component={AEA104F8-3395-49E1-97F6-4E5FE97CD8D9},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:322]: Executing op: ComponentUnregister(ComponentId={AEA104F8-3395-49E1-97F6-4E5FE97CD8D9},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {AEA104F8-3395-49E1-97F6-4E5FE97CD8D9} MSI (s) (9C:2C) [21:25:08:323]: Executing op: UnregisterSharedComponentProvider(Component={1557A103-3AE2-4462-905C-BB721CDAF167},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:323]: Executing op: ComponentUnregister(ComponentId={1557A103-3AE2-4462-905C-BB721CDAF167},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {1557A103-3AE2-4462-905C-BB721CDAF167} MSI (s) (9C:2C) [21:25:08:325]: Executing op: UnregisterSharedComponentProvider(Component={1AFC2745-F09D-4975-97E9-0E9BE0D0BCED},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:325]: Executing op: ComponentUnregister(ComponentId={1AFC2745-F09D-4975-97E9-0E9BE0D0BCED},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {1AFC2745-F09D-4975-97E9-0E9BE0D0BCED} MSI (s) (9C:2C) [21:25:08:327]: Executing op: UnregisterSharedComponentProvider(Component={2285AD57-0F84-4643-83C8-0F9DDB2B4CD4},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:327]: Executing op: ComponentUnregister(ComponentId={2285AD57-0F84-4643-83C8-0F9DDB2B4CD4},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {2285AD57-0F84-4643-83C8-0F9DDB2B4CD4} MSI (s) (9C:2C) [21:25:08:329]: Executing op: UnregisterSharedComponentProvider(Component={76E92608-B615-47A4-B3DB-37D3CD48491D},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:329]: Executing op: ComponentUnregister(ComponentId={76E92608-B615-47A4-B3DB-37D3CD48491D},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {76E92608-B615-47A4-B3DB-37D3CD48491D} MSI (s) (9C:2C) [21:25:08:330]: Executing op: UnregisterSharedComponentProvider(Component={52494BD8-B421-4E2F-AC8A-4D7284EC2119},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:330]: Executing op: ComponentUnregister(ComponentId={52494BD8-B421-4E2F-AC8A-4D7284EC2119},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {52494BD8-B421-4E2F-AC8A-4D7284EC2119} MSI (s) (9C:2C) [21:25:08:332]: Executing op: UnregisterSharedComponentProvider(Component={0F557854-8749-4D8D-91BD-86978333140C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:332]: Executing op: ComponentUnregister(ComponentId={0F557854-8749-4D8D-91BD-86978333140C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {0F557854-8749-4D8D-91BD-86978333140C} MSI (s) (9C:2C) [21:25:08:334]: Executing op: UnregisterSharedComponentProvider(Component={C2EBAA75-098D-419F-9A3C-57C5BD9E62C5},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:334]: Executing op: ComponentUnregister(ComponentId={C2EBAA75-098D-419F-9A3C-57C5BD9E62C5},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C2EBAA75-098D-419F-9A3C-57C5BD9E62C5} MSI (s) (9C:2C) [21:25:08:335]: Executing op: UnregisterSharedComponentProvider(Component={9FD7BE12-FFBB-4066-8A52-111C00EDCC28},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:335]: Executing op: ComponentUnregister(ComponentId={9FD7BE12-FFBB-4066-8A52-111C00EDCC28},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9FD7BE12-FFBB-4066-8A52-111C00EDCC28} MSI (s) (9C:2C) [21:25:08:337]: Executing op: UnregisterSharedComponentProvider(Component={AF324E7F-1F39-4FD5-B145-2503621C813F},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:337]: Executing op: ComponentUnregister(ComponentId={AF324E7F-1F39-4FD5-B145-2503621C813F},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {AF324E7F-1F39-4FD5-B145-2503621C813F} MSI (s) (9C:2C) [21:25:08:338]: Executing op: UnregisterSharedComponentProvider(Component={FB6A7CF0-7A6B-4C62-945E-C95AEC34507C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:338]: Executing op: ComponentUnregister(ComponentId={FB6A7CF0-7A6B-4C62-945E-C95AEC34507C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {FB6A7CF0-7A6B-4C62-945E-C95AEC34507C} MSI (s) (9C:2C) [21:25:08:339]: Executing op: UnregisterSharedComponentProvider(Component={F5E197CB-D538-46FF-A62C-2F242D3BEA85},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:339]: Executing op: ComponentUnregister(ComponentId={F5E197CB-D538-46FF-A62C-2F242D3BEA85},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F5E197CB-D538-46FF-A62C-2F242D3BEA85} MSI (s) (9C:2C) [21:25:08:340]: Executing op: UnregisterSharedComponentProvider(Component={C50D7B66-0D5C-4120-9608-4E00500FB6D1},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:340]: Executing op: ComponentUnregister(ComponentId={C50D7B66-0D5C-4120-9608-4E00500FB6D1},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C50D7B66-0D5C-4120-9608-4E00500FB6D1} MSI (s) (9C:2C) [21:25:08:342]: Executing op: UnregisterSharedComponentProvider(Component={C946F6A5-8687-4D13-87D4-4F204F11FA8A},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:342]: Executing op: ComponentUnregister(ComponentId={C946F6A5-8687-4D13-87D4-4F204F11FA8A},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C946F6A5-8687-4D13-87D4-4F204F11FA8A} MSI (s) (9C:2C) [21:25:08:343]: Executing op: UnregisterSharedComponentProvider(Component={F3CDE55F-FAF4-4CFC-A6C2-DEC5D7A87263},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:344]: Executing op: ComponentUnregister(ComponentId={F3CDE55F-FAF4-4CFC-A6C2-DEC5D7A87263},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F3CDE55F-FAF4-4CFC-A6C2-DEC5D7A87263} MSI (s) (9C:2C) [21:25:08:345]: Executing op: UnregisterSharedComponentProvider(Component={E5662582-E649-4811-81AB-EFFC73C28450},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:345]: Executing op: ComponentUnregister(ComponentId={E5662582-E649-4811-81AB-EFFC73C28450},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E5662582-E649-4811-81AB-EFFC73C28450} MSI (s) (9C:2C) [21:25:08:346]: Executing op: UnregisterSharedComponentProvider(Component={6B584FEE-8648-4986-81B1-72B82DED0758},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:346]: Executing op: ComponentUnregister(ComponentId={6B584FEE-8648-4986-81B1-72B82DED0758},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {6B584FEE-8648-4986-81B1-72B82DED0758} MSI (s) (9C:2C) [21:25:08:348]: Executing op: UnregisterSharedComponentProvider(Component={B641B011-89A3-45C9-BEF5-5C43F8613ACC},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:348]: Executing op: ComponentUnregister(ComponentId={B641B011-89A3-45C9-BEF5-5C43F8613ACC},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {B641B011-89A3-45C9-BEF5-5C43F8613ACC} MSI (s) (9C:2C) [21:25:08:349]: Executing op: UnregisterSharedComponentProvider(Component={FB5D43A4-A0BB-4C17-9429-AA2FF40A2486},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:349]: Executing op: ComponentUnregister(ComponentId={FB5D43A4-A0BB-4C17-9429-AA2FF40A2486},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {FB5D43A4-A0BB-4C17-9429-AA2FF40A2486} MSI (s) (9C:2C) [21:25:08:350]: Executing op: UnregisterSharedComponentProvider(Component={973BDFB2-93E7-4D5A-BCF2-A83F2554EF45},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:350]: Executing op: ComponentUnregister(ComponentId={973BDFB2-93E7-4D5A-BCF2-A83F2554EF45},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {973BDFB2-93E7-4D5A-BCF2-A83F2554EF45} MSI (s) (9C:2C) [21:25:08:352]: Executing op: UnregisterSharedComponentProvider(Component={A2ED9F61-8F25-4BFB-A849-7171F6AACDF9},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:352]: Executing op: ComponentUnregister(ComponentId={A2ED9F61-8F25-4BFB-A849-7171F6AACDF9},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {A2ED9F61-8F25-4BFB-A849-7171F6AACDF9} MSI (s) (9C:2C) [21:25:08:354]: Executing op: UnregisterSharedComponentProvider(Component={32B0D38D-F20C-480C-BED6-8D089049C49F},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:354]: Executing op: ComponentUnregister(ComponentId={32B0D38D-F20C-480C-BED6-8D089049C49F},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {32B0D38D-F20C-480C-BED6-8D089049C49F} MSI (s) (9C:2C) [21:25:08:355]: Executing op: UnregisterSharedComponentProvider(Component={4F245327-F4F1-4CB9-92BF-520B9909B4FE},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:355]: Executing op: ComponentUnregister(ComponentId={4F245327-F4F1-4CB9-92BF-520B9909B4FE},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {4F245327-F4F1-4CB9-92BF-520B9909B4FE} MSI (s) (9C:2C) [21:25:08:357]: Executing op: UnregisterSharedComponentProvider(Component={62B11C5A-D62B-44A5-87C3-B60193BFE1E3},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:358]: Executing op: ComponentUnregister(ComponentId={62B11C5A-D62B-44A5-87C3-B60193BFE1E3},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {62B11C5A-D62B-44A5-87C3-B60193BFE1E3} MSI (s) (9C:2C) [21:25:08:359]: Executing op: UnregisterSharedComponentProvider(Component={479B1D98-3F43-412D-BFE7-9029B9FB5807},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:359]: Executing op: ComponentUnregister(ComponentId={479B1D98-3F43-412D-BFE7-9029B9FB5807},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {479B1D98-3F43-412D-BFE7-9029B9FB5807} MSI (s) (9C:2C) [21:25:08:360]: Executing op: UnregisterSharedComponentProvider(Component={96ADE246-9D1C-4A55-A12F-55504E5A779C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:361]: Executing op: ComponentUnregister(ComponentId={96ADE246-9D1C-4A55-A12F-55504E5A779C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {96ADE246-9D1C-4A55-A12F-55504E5A779C} MSI (s) (9C:2C) [21:25:08:363]: Executing op: UnregisterSharedComponentProvider(Component={C72E83E8-D550-4C6B-85A5-E874FC36BC8F},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:363]: Executing op: ComponentUnregister(ComponentId={C72E83E8-D550-4C6B-85A5-E874FC36BC8F},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C72E83E8-D550-4C6B-85A5-E874FC36BC8F} MSI (s) (9C:2C) [21:25:08:365]: Executing op: UnregisterSharedComponentProvider(Component={661E7317-5FCD-4932-8F60-E886B5104D4E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:365]: Executing op: ComponentUnregister(ComponentId={661E7317-5FCD-4932-8F60-E886B5104D4E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {661E7317-5FCD-4932-8F60-E886B5104D4E} MSI (s) (9C:2C) [21:25:08:367]: Executing op: UnregisterSharedComponentProvider(Component={8077F5B8-5925-42B6-B23A-CD11621B61E3},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:367]: Executing op: ComponentUnregister(ComponentId={8077F5B8-5925-42B6-B23A-CD11621B61E3},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {8077F5B8-5925-42B6-B23A-CD11621B61E3} MSI (s) (9C:2C) [21:25:08:369]: Executing op: UnregisterSharedComponentProvider(Component={D65703EF-DBB2-4F14-98AD-CD601AC658D5},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:369]: Executing op: ComponentUnregister(ComponentId={D65703EF-DBB2-4F14-98AD-CD601AC658D5},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {D65703EF-DBB2-4F14-98AD-CD601AC658D5} MSI (s) (9C:2C) [21:25:08:370]: Executing op: UnregisterSharedComponentProvider(Component={2FA04CEC-0B3B-433B-8BFE-EC2D41BF31BC},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:371]: Executing op: ComponentUnregister(ComponentId={2FA04CEC-0B3B-433B-8BFE-EC2D41BF31BC},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {2FA04CEC-0B3B-433B-8BFE-EC2D41BF31BC} MSI (s) (9C:2C) [21:25:08:373]: Executing op: UnregisterSharedComponentProvider(Component={BF7CD259-9DAB-47E2-8FED-11015D54B46A},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:373]: Executing op: ComponentUnregister(ComponentId={BF7CD259-9DAB-47E2-8FED-11015D54B46A},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {BF7CD259-9DAB-47E2-8FED-11015D54B46A} MSI (s) (9C:2C) [21:25:08:375]: Executing op: UnregisterSharedComponentProvider(Component={CB7F979C-8702-4577-AE3D-3BA99ECF3B55},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:375]: Executing op: ComponentUnregister(ComponentId={CB7F979C-8702-4577-AE3D-3BA99ECF3B55},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {CB7F979C-8702-4577-AE3D-3BA99ECF3B55} MSI (s) (9C:2C) [21:25:08:376]: Executing op: UnregisterSharedComponentProvider(Component={86C2E9D8-3B5C-40E5-8949-DFBB6DA32186},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:376]: Executing op: ComponentUnregister(ComponentId={86C2E9D8-3B5C-40E5-8949-DFBB6DA32186},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {86C2E9D8-3B5C-40E5-8949-DFBB6DA32186} MSI (s) (9C:2C) [21:25:08:377]: Executing op: UnregisterSharedComponentProvider(Component={7EB3C8C1-5B95-466C-B163-EB5D23EC31F6},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:378]: Executing op: ComponentUnregister(ComponentId={7EB3C8C1-5B95-466C-B163-EB5D23EC31F6},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {7EB3C8C1-5B95-466C-B163-EB5D23EC31F6} MSI (s) (9C:2C) [21:25:08:379]: Executing op: UnregisterSharedComponentProvider(Component={11129B58-BCD2-4365-8787-9BD39443ADDF},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:379]: Executing op: ComponentUnregister(ComponentId={11129B58-BCD2-4365-8787-9BD39443ADDF},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {11129B58-BCD2-4365-8787-9BD39443ADDF} MSI (s) (9C:2C) [21:25:08:380]: Executing op: UnregisterSharedComponentProvider(Component={32E51060-E385-4661-9FB3-39373712E967},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:380]: Executing op: ComponentUnregister(ComponentId={32E51060-E385-4661-9FB3-39373712E967},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {32E51060-E385-4661-9FB3-39373712E967} MSI (s) (9C:2C) [21:25:08:381]: Executing op: UnregisterSharedComponentProvider(Component={A44E8131-3332-477C-84EA-9F1C066444BE},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:381]: Executing op: ComponentUnregister(ComponentId={A44E8131-3332-477C-84EA-9F1C066444BE},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {A44E8131-3332-477C-84EA-9F1C066444BE} MSI (s) (9C:2C) [21:25:08:383]: Executing op: UnregisterSharedComponentProvider(Component={0E113720-A19A-4EF8-85F0-D67073864731},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:383]: Executing op: ComponentUnregister(ComponentId={0E113720-A19A-4EF8-85F0-D67073864731},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {0E113720-A19A-4EF8-85F0-D67073864731} MSI (s) (9C:2C) [21:25:08:384]: Executing op: UnregisterSharedComponentProvider(Component={CE60515E-2FAA-4650-B4E9-45AA64C91B73},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:384]: Executing op: ComponentUnregister(ComponentId={CE60515E-2FAA-4650-B4E9-45AA64C91B73},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {CE60515E-2FAA-4650-B4E9-45AA64C91B73} MSI (s) (9C:2C) [21:25:08:386]: Executing op: UnregisterSharedComponentProvider(Component={BDD3A47B-8635-4457-864C-E89E9DE7C153},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:386]: Executing op: ComponentUnregister(ComponentId={BDD3A47B-8635-4457-864C-E89E9DE7C153},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {BDD3A47B-8635-4457-864C-E89E9DE7C153} MSI (s) (9C:2C) [21:25:08:387]: Executing op: UnregisterSharedComponentProvider(Component={9B2B4698-5570-43D4-9BE9-7BBD97C6CC35},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:387]: Executing op: ComponentUnregister(ComponentId={9B2B4698-5570-43D4-9BE9-7BBD97C6CC35},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9B2B4698-5570-43D4-9BE9-7BBD97C6CC35} MSI (s) (9C:2C) [21:25:08:388]: Executing op: UnregisterSharedComponentProvider(Component={10733047-C108-4EDC-B776-7F2235529DB9},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:388]: Executing op: ComponentUnregister(ComponentId={10733047-C108-4EDC-B776-7F2235529DB9},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {10733047-C108-4EDC-B776-7F2235529DB9} MSI (s) (9C:2C) [21:25:08:389]: Executing op: UnregisterSharedComponentProvider(Component={C7D2A8EF-432D-4176-A101-A7B34F1B4020},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:389]: Executing op: ComponentUnregister(ComponentId={C7D2A8EF-432D-4176-A101-A7B34F1B4020},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C7D2A8EF-432D-4176-A101-A7B34F1B4020} MSI (s) (9C:2C) [21:25:08:391]: Executing op: UnregisterSharedComponentProvider(Component={77FAE713-B713-47DF-95F5-EE80247BF484},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:391]: Executing op: ComponentUnregister(ComponentId={77FAE713-B713-47DF-95F5-EE80247BF484},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {77FAE713-B713-47DF-95F5-EE80247BF484} MSI (s) (9C:2C) [21:25:08:393]: Executing op: UnregisterSharedComponentProvider(Component={4C6D5783-28A4-4058-9078-656698E0FB05},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:393]: Executing op: ComponentUnregister(ComponentId={4C6D5783-28A4-4058-9078-656698E0FB05},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {4C6D5783-28A4-4058-9078-656698E0FB05} MSI (s) (9C:2C) [21:25:08:395]: Executing op: UnregisterSharedComponentProvider(Component={FDB38F23-0CD8-41E5-8D08-243DFD1E1EC1},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:395]: Executing op: ComponentUnregister(ComponentId={FDB38F23-0CD8-41E5-8D08-243DFD1E1EC1},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {FDB38F23-0CD8-41E5-8D08-243DFD1E1EC1} MSI (s) (9C:2C) [21:25:08:396]: Executing op: UnregisterSharedComponentProvider(Component={C6E6D21E-8131-4B01-9C40-EB3D2C07BC37},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:396]: Executing op: ComponentUnregister(ComponentId={C6E6D21E-8131-4B01-9C40-EB3D2C07BC37},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C6E6D21E-8131-4B01-9C40-EB3D2C07BC37} MSI (s) (9C:2C) [21:25:08:397]: Executing op: UnregisterSharedComponentProvider(Component={20FBAC06-02AD-4A5F-A621-D540B1EFF8FC},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:397]: Executing op: ComponentUnregister(ComponentId={20FBAC06-02AD-4A5F-A621-D540B1EFF8FC},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {20FBAC06-02AD-4A5F-A621-D540B1EFF8FC} MSI (s) (9C:2C) [21:25:08:398]: Executing op: UnregisterSharedComponentProvider(Component={E7B8BA77-2DFB-40F8-8D03-73EA45A8E6C2},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:398]: Executing op: ComponentUnregister(ComponentId={E7B8BA77-2DFB-40F8-8D03-73EA45A8E6C2},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E7B8BA77-2DFB-40F8-8D03-73EA45A8E6C2} MSI (s) (9C:2C) [21:25:08:399]: Executing op: UnregisterSharedComponentProvider(Component={AFE88B7F-0476-4B6A-93C5-98FBFD033076},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:399]: Executing op: ComponentUnregister(ComponentId={AFE88B7F-0476-4B6A-93C5-98FBFD033076},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {AFE88B7F-0476-4B6A-93C5-98FBFD033076} MSI (s) (9C:2C) [21:25:08:401]: Executing op: UnregisterSharedComponentProvider(Component={8795F9B2-BEF3-4EB9-A474-B635AD2EBA7D},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:401]: Executing op: ComponentUnregister(ComponentId={8795F9B2-BEF3-4EB9-A474-B635AD2EBA7D},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {8795F9B2-BEF3-4EB9-A474-B635AD2EBA7D} MSI (s) (9C:2C) [21:25:08:402]: Executing op: UnregisterSharedComponentProvider(Component={E87C3633-6A6D-4A71-91A9-0376E1B241AE},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:402]: Executing op: ComponentUnregister(ComponentId={E87C3633-6A6D-4A71-91A9-0376E1B241AE},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E87C3633-6A6D-4A71-91A9-0376E1B241AE} MSI (s) (9C:2C) [21:25:08:404]: Executing op: UnregisterSharedComponentProvider(Component={888F137B-1076-4970-ABA5-1E9699E7C67C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:404]: Executing op: ComponentUnregister(ComponentId={888F137B-1076-4970-ABA5-1E9699E7C67C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {888F137B-1076-4970-ABA5-1E9699E7C67C} MSI (s) (9C:2C) [21:25:08:406]: Executing op: UnregisterSharedComponentProvider(Component={C01DF8C1-35B4-480A-A381-54D85DCB7ACD},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:406]: Executing op: ComponentUnregister(ComponentId={C01DF8C1-35B4-480A-A381-54D85DCB7ACD},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C01DF8C1-35B4-480A-A381-54D85DCB7ACD} MSI (s) (9C:2C) [21:25:08:407]: Executing op: UnregisterSharedComponentProvider(Component={224CC4B6-F196-46E5-911A-D6F759DFB016},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:408]: Executing op: ComponentUnregister(ComponentId={224CC4B6-F196-46E5-911A-D6F759DFB016},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {224CC4B6-F196-46E5-911A-D6F759DFB016} MSI (s) (9C:2C) [21:25:08:410]: Executing op: UnregisterSharedComponentProvider(Component={4EC764C3-5B9C-4E4E-B5FF-D67A594E27D5},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:410]: Executing op: ComponentUnregister(ComponentId={4EC764C3-5B9C-4E4E-B5FF-D67A594E27D5},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {4EC764C3-5B9C-4E4E-B5FF-D67A594E27D5} MSI (s) (9C:2C) [21:25:08:412]: Executing op: UnregisterSharedComponentProvider(Component={4943FEDE-D4AB-44AE-A8E3-47A21CEEDD85},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:412]: Executing op: ComponentUnregister(ComponentId={4943FEDE-D4AB-44AE-A8E3-47A21CEEDD85},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {4943FEDE-D4AB-44AE-A8E3-47A21CEEDD85} MSI (s) (9C:2C) [21:25:08:414]: Executing op: UnregisterSharedComponentProvider(Component={C00C9407-1509-4258-A372-5C740667E1C2},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:415]: Executing op: ComponentUnregister(ComponentId={C00C9407-1509-4258-A372-5C740667E1C2},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C00C9407-1509-4258-A372-5C740667E1C2} MSI (s) (9C:2C) [21:25:08:416]: Executing op: UnregisterSharedComponentProvider(Component={6E602721-5888-425B-9061-D2CB5D2B09AF},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:416]: Executing op: ComponentUnregister(ComponentId={6E602721-5888-425B-9061-D2CB5D2B09AF},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {6E602721-5888-425B-9061-D2CB5D2B09AF} MSI (s) (9C:2C) [21:25:08:417]: Executing op: UnregisterSharedComponentProvider(Component={9866756F-2C60-4A2C-8429-8C18498DFF87},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:417]: Executing op: ComponentUnregister(ComponentId={9866756F-2C60-4A2C-8429-8C18498DFF87},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9866756F-2C60-4A2C-8429-8C18498DFF87} MSI (s) (9C:2C) [21:25:08:419]: Executing op: UnregisterSharedComponentProvider(Component={2B2E2E3D-C93A-42B4-B066-7A53CC9B767F},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:419]: Executing op: ComponentUnregister(ComponentId={2B2E2E3D-C93A-42B4-B066-7A53CC9B767F},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {2B2E2E3D-C93A-42B4-B066-7A53CC9B767F} MSI (s) (9C:2C) [21:25:08:421]: Executing op: UnregisterSharedComponentProvider(Component={638F7C34-D000-48F1-A750-85B4951895E8},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:421]: Executing op: ComponentUnregister(ComponentId={638F7C34-D000-48F1-A750-85B4951895E8},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {638F7C34-D000-48F1-A750-85B4951895E8} MSI (s) (9C:2C) [21:25:08:423]: Executing op: UnregisterSharedComponentProvider(Component={2A0F5521-95B9-4D79-947B-74089E016529},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:423]: Executing op: ComponentUnregister(ComponentId={2A0F5521-95B9-4D79-947B-74089E016529},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {2A0F5521-95B9-4D79-947B-74089E016529} MSI (s) (9C:2C) [21:25:08:425]: Executing op: UnregisterSharedComponentProvider(Component={C30DEE87-DCFB-4C47-838E-8FCF09FE1A0E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:425]: Executing op: ComponentUnregister(ComponentId={C30DEE87-DCFB-4C47-838E-8FCF09FE1A0E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C30DEE87-DCFB-4C47-838E-8FCF09FE1A0E} MSI (s) (9C:2C) [21:25:08:426]: Executing op: UnregisterSharedComponentProvider(Component={9CAF2D75-0D5E-4483-9569-25A677F162D8},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:426]: Executing op: ComponentUnregister(ComponentId={9CAF2D75-0D5E-4483-9569-25A677F162D8},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9CAF2D75-0D5E-4483-9569-25A677F162D8} MSI (s) (9C:2C) [21:25:08:427]: Executing op: UnregisterSharedComponentProvider(Component={C6BBD9E3-EA0C-4FF1-A3B5-331398B08B3E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:427]: Executing op: ComponentUnregister(ComponentId={C6BBD9E3-EA0C-4FF1-A3B5-331398B08B3E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C6BBD9E3-EA0C-4FF1-A3B5-331398B08B3E} MSI (s) (9C:2C) [21:25:08:429]: Executing op: UnregisterSharedComponentProvider(Component={19D57D76-2D16-43A7-B098-7A0FFE6B6DE2},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:429]: Executing op: ComponentUnregister(ComponentId={19D57D76-2D16-43A7-B098-7A0FFE6B6DE2},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {19D57D76-2D16-43A7-B098-7A0FFE6B6DE2} MSI (s) (9C:2C) [21:25:08:430]: Executing op: UnregisterSharedComponentProvider(Component={720BE90B-4B9F-4BCD-9E09-6592B0702856},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:430]: Executing op: ComponentUnregister(ComponentId={720BE90B-4B9F-4BCD-9E09-6592B0702856},,BinaryType=0,PreviouslyPinned=1) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {720BE90B-4B9F-4BCD-9E09-6592B0702856} MSI (s) (9C:2C) [21:25:08:431]: Executing op: UnregisterSharedComponentProvider(Component={F36E0675-802A-440C-A687-01E12A13B07A},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:431]: Executing op: ComponentUnregister(ComponentId={F36E0675-802A-440C-A687-01E12A13B07A},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F36E0675-802A-440C-A687-01E12A13B07A} MSI (s) (9C:2C) [21:25:08:436]: Executing op: UnregisterSharedComponentProvider(Component={61FC5D58-D4B8-4220-B313-5C38A810ED32},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:436]: Executing op: ComponentUnregister(ComponentId={61FC5D58-D4B8-4220-B313-5C38A810ED32},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {61FC5D58-D4B8-4220-B313-5C38A810ED32} MSI (s) (9C:2C) [21:25:08:437]: Executing op: UnregisterSharedComponentProvider(Component={9983C931-37BE-3C6E-AD32-8B6E789B6881},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:438]: Executing op: ComponentUnregister(ComponentId={9983C931-37BE-3C6E-AD32-8B6E789B6881},,BinaryType=0,PreviouslyPinned=1) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9983C931-37BE-3C6E-AD32-8B6E789B6881} MSI (s) (9C:2C) [21:25:08:440]: WIN64DUALFOLDERS: 'C:\WINDOWS\system32\' will substitute 20 characters in 'C:\WINDOWS\SysWOW64\msvcr100.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). MSI (s) (9C:2C) [21:25:08:440]: Executing op: UnregisterSharedComponentProvider(Component={E822F933-C70D-3CF4-A92D-7263B8ACCF30},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:441]: Executing op: ComponentUnregister(ComponentId={E822F933-C70D-3CF4-A92D-7263B8ACCF30},,BinaryType=0,PreviouslyPinned=1) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} MSI (s) (9C:2C) [21:25:08:443]: WIN64DUALFOLDERS: 'C:\WINDOWS\system32\' will substitute 20 characters in 'C:\WINDOWS\SysWOW64\msvcp100.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). MSI (s) (9C:2C) [21:25:08:443]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=13200) MSI (s) (9C:2C) [21:25:08:445]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:445]: Executing op: ProgressTick() MSI (s) (9C:2C) [21:25:08:445]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=13200) MSI (s) (9C:2C) [21:25:08:446]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:446]: Executing op: ProgressTick() MSI (s) (9C:2C) [21:25:08:446]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=13200) MSI (s) (9C:2C) [21:25:08:446]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:446]: Executing op: ProgressTick() MSI (s) (9C:2C) [21:25:08:446]: Executing op: ActionStart(Name=UnpublishFeatures,Description=Unpublishing Product Features,Template=Feature: [1]) Action 21:25:08: UnpublishFeatures. Unpublishing Product Features MSI (s) (9C:2C) [21:25:08:449]: Executing op: FeatureUnpublish(Feature=DefaultFeature,,Absent=2,Component='kELc~4j-@)xfNCKB&@mou67O at OYp84NyUM%T)?NMEF-KSWoP=~Gx26-!ll[C+ZC&JFbg9&}C[F1B9x+'`$3{$h4w8.`LO05j%5dGCOjAtk%T9S%44%.drz!Letdx?etf=GU0qlq$'S5&[Lgaxu2c8vI^d85%Iv1{GK)%4`0q=C+wEkP~,F=*,NEHs4Ae=%{n3iM't7yg%Nm$PD_[As=7pX?%i*GNDi8rgD599.8i]@'YZ`fkm[~OcuGW?PlPp$J{nKY3IWxtcy=o9+x5jrtLpvntEX'8]6}U=.6oH%j4wX4I)f1dRPZY?asENH)`o9Zn9G1J3h`o8qWfuSC+V^(ek)Rj])O0 at fM63Ah31$B7bLfN@^AE9v8NGuLfoG`b3cPRX0Nk8SVyEWrS{vbAjTHeQJ`d8`DLhd&]XqK,1QfF'hk_9P.%'qRcmqY{yxmNX%[- at f0vqZvOc.FF4iQ0XvXy@(-f}5WCBg@]My0mkR^]8qTi{6?CTOJYB6_iGwx?973qVgDygeoh!FVPcTtd9MfZe at n3.C%(Evioa{-596f`(+jkUk!yjbOeH`g~@]zUv)YR!`=Q$)Yv0LF5A,V}Mk3JS$1s+nOb8T&P at J[TH4ZGWI%OM0%rvivc?xMM969N]P3KMh_logS+?WA}D8?`5w8A1DgmpN=?=RjJ5ZX,RG(,Rt~*n`{C9]4}~OVu^rr=WQ at lcE0F96yx~Pk(%(U6YAA,(*j(?NHWM&PhkXO7By4MyC,)9KkO0IBQEqu}cN1NV^j.=c}{)4nndvWPw_fIdABM=ZYC?g%T-jE^vzLFOj0f9AV[ZC2qqLYH8S0!S_(!Ap)peBH}vDZuc=)QNjjh at O)1Zf$w-{M.jZIWlSvb?yh,zr.KiIsNM4Or`n{&9%_s53]uTR[{DXF,nOjp8Z+d2Plb`=&gJ8jZMpSo9ab8 at tboZq^xW)5)gg}s8]B)U8o0 at B*Fxr(sfswS at qlSJ7UPp4`O4DhveVT~?bjP UnpublishFeatures: Feature: DefaultFeature MSI (s) (9C:2C) [21:25:08:450]: Note: 1: 1402 2: UNKNOWN\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:2C) [21:25:08:452]: Executing op: FeatureUnpublish(Feature=SharedCRT,,Absent=2,Component=@]qDYt,uK7W at xTK}UAZQaoe[s)b9Z7%3izG4qOc3) UnpublishFeatures: Feature: SharedCRT MSI (s) (9C:2C) [21:25:08:458]: Note: 1: 1402 2: UNKNOWN\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:2C) [21:25:08:462]: Executing op: FeatureUnpublish(Feature=Extensions,Parent=DefaultFeature,Absent=2,Component=[j78wyZ$s95gvBq7(dLO) UnpublishFeatures: Feature: Extensions MSI (s) (9C:2C) [21:25:08:467]: Note: 1: 1402 2: UNKNOWN\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:2C) [21:25:08:469]: Executing op: FeatureUnpublish(Feature=TclTk,Parent=DefaultFeature,Absent=2,Component=C+ZC&JFbg9&}C[F1B9x+gJ3p8=swa at 1^56^w[cl%DJcj&!6*z8XYXUdukKH[{9$bgwq3m='Unv]VKU*n96I4sDN4. at Oy`{a'avGRnSNG*u96S9=Y6J'=oljn7F}ER8FA. at EcG0AL_*'cNb4wuL?@UAbmV3dxsd+Fn}TApneqEAOH'2OBo$)RB*5[X]}NH9z6S'wcK]iK5*'r)A72}9CZEsLyc`JIbDS6N1Y6%?n&9tlOn(K,9V{MB}{z-AuM^gL$GZ)+Yruw'$x`w@@5UdXTS}s&L7$`gJPd*9r3.LhWMEMhqlfG[1(Jd8-+k$,a(^,1(s2BaPVx`AGJx!$hmrJ8QUJmyhChV@?,43Elb+zOd=5%x~!^n=NfS^.VhJ&S-3=DhH^0x8knC+!fX)Jl%!bciA?_j at ISfH-dwcaT*IOFwbj7h at 2QZZh$VmzGrnwfr]~r1?Bdx at z.ebsA%JVRJr{^^?,rv?dM7v at D3.'YceJSL=~B@`905 at _jjY~ky9HiN at kP0C3~.Y,S4,V[XKj6r at k1-O8'5VP=eY$G]zjiK at RY-OL8zE@ym8n at 4}'E1?SLch%gC`E[lr(MAkn)a@(iD_&$!6rz^v0fGjOH(=&vnV!AjP8rlU4$?oBWy80hUF19tfF%@1ILX'Lgt?I3[nA61Q at Z1%L$i[3hW@[XnXMRJc4V3$knH}a`T?-&UFS0B+2Azc]@QJ%SM9IHCf(@uh)rI}TtmpXKKAGoW,G3oIXm,%+B3Bba[9xP_i2m2=Qe7P7VfF+o+?cf7E!Nz&AJRsEJjoSiC=N?6I_~UQIC06UBS7*sq8A5OHe2DC,S6.GfPwAt^=,$k3Favj-x?YJQ(ax6a9Q.t!m4?[tp[)IF45Ej]=A7dh5n&fIIyPbm]Q,u{=ST~4, at Rt0fI_AT'VUJHA7U`=LE}9p3]S{CkCjsZ=b3bf_68_~L*lq!f%-%{9(s2)[n`1wBy{&sY[-%m98$Rue.*i at 5y UnpublishFeatures: Feature: TclTk MSI (s) (9C:2C) [21:25:08:471]: Note: 1: 1402 2: UNKNOWN\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:2C) [21:25:08:472]: Executing op: FeatureUnpublish(Feature=Documentation,Parent=DefaultFeature,Absent=2,Component=mTMFZ[ya$=HzwI^xHMVnix3shae!dAs'Y2)7ab+8) UnpublishFeatures: Feature: Documentation MSI (s) (9C:2C) [21:25:08:476]: Note: 1: 1402 2: UNKNOWN\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:2C) [21:25:08:478]: Executing op: FeatureUnpublish(Feature=Tools,Parent=DefaultFeature,Absent=2,Component=4gf@'E~w&=sA+Q0kVlFc?pDPKQXlC9do3Sjjfk9abQJ}X&UBp?{v[t*,FCeSBN_s1yqDM9c(UoB,D1{Pw!t~G.'jM?ZE^$cT!uhs(U%T1=%Uu@`L}e%VVqA1p&bcg?vuS at D,DekXCEU') UnpublishFeatures: Feature: Tools MSI (s) (9C:2C) [21:25:08:479]: Note: 1: 1402 2: UNKNOWN\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:2C) [21:25:08:480]: Executing op: FeatureUnpublish(Feature=pip_feature,Parent=DefaultFeature,Absent=2,Component=E-^`L'.oF at szD'WsxgcC) UnpublishFeatures: Feature: pip_feature MSI (s) (9C:2C) [21:25:08:481]: Note: 1: 1402 2: UNKNOWN\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:2C) [21:25:08:483]: Executing op: FeatureUnpublish(Feature=Testsuite,Parent=DefaultFeature,Absent=2,Component=)%Lb.sq3`AE^c_`M at VUPj4pl6g,5x at tuDa&{M_t44O)(,W^LX8yBHQ930EhIx5D+%'IPd9%0tS7xTRQqpY6%pzfF0AZh*4EdJbXNOv1*Y.?xo?&!a^pfxJkjcW{~47+'^AueFMe,1(tF6~3l9TM9h=bZ}0N*%NjopDHcYSU(!?,G1L!^33_ at j&m70A.&3ANO6O+[_dM&@{F6`5C&q=VgTx]Ry6Mrsb,-ge+1*@`yl.P]UK48pOKvDa7d*AtSqgnrc0P4cI*+EPS79=yAJ`WB(}Xq_bfeoF`DV=eE%(^M4`S?yB$X^jFBp93m9WFdiXH9YTiY=?hOS@=J4ag*$lTfM4g$j-hgD9oTtR).a'~!G+o}A[Kc(?$u~Cd?d_]7HzxlONWg{8VI%A*_B6%,!+5k2{AJ4 at M{vy!$Tpn)b+JgwTbbQ=MB6UHmtf(!FuM at 82q)e?]FUXj^16kDiRQay&Dvx8QAojT at 0=ZDWTcF$^CIt9xf!ZPk4B']lL^BS4S8T@!o1`x?AO&pR_e{pU07!?qD at YyXEka^BqzuP+rt[AjWLRIg~nGzV+6B'phhE?njc%RC&gF_lM+0M at 9]LA7^(lqlGdgO&Sp3 at yqGP?Q*AD at -cK?PF]5az[1iWA7oT[,VJIUNHO,rVK]'J9{uNZ[cC at s?^5IAC.i6d=2dmOI0,s%gar_i3aL1K9P&MI2LOg2sHzNdvpa)JA_.qGR!pmq?Pw2NSlwo`88DEF-gf@{X1yUecqHhm at zXW4R01BJZHYcYjqm6BAzh$1mQwGxgD^mCb(fQYAQiv%7aqQ[4MyU,g at xc.?Mz$,-W0t9W5!@FN=Ni-@]&dE90dG'9R8covJ95q9Q^F]z&]!$!xEvx6cG&V at .A*gywU89I1pE^S*Ntp?drSCrlxP~`T%m4!kzW5AnwhCWMI}oh7nV3!Cb1T96~PFRb[*R_?[,l8~6Kv950uS]_o{roeZFE``5HR9)kMLsTJ UnpublishFeatures: Feature: Testsuite MSI (s) (9C:2C) [21:25:08:484]: Note: 1: 1402 2: UNKNOWN\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:2C) [21:25:08:486]: Executing op: FeatureUnpublish(Feature=PrependPath,Parent=DefaultFeature,Absent=2,Component=vemjY9w,u@`W(yJh%Wo_) UnpublishFeatures: Feature: PrependPath MSI (s) (9C:2C) [21:25:08:487]: Note: 1: 1402 2: UNKNOWN\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:2C) [21:25:08:488]: Executing op: ActionStart(Name=RemoveODBC,Description=Removing ODBC components,) Action 21:25:08: RemoveODBC. Removing ODBC components MSI (s) (9C:2C) [21:25:08:491]: Executing op: ODBCDriverManager(,BinaryType=0) MSI (s) (9C:2C) [21:25:08:491]: Executing op: ODBCDriverManager(,BinaryType=1) MSI (s) (9C:2C) [21:25:08:491]: Executing op: ActionStart(Name=RemoveRegistryValues,Description=Removing system registry values,Template=Key: [1], Name: [2]) Action 21:25:08: RemoveRegistryValues. Removing system registry values MSI (s) (9C:2C) [21:25:08:495]: Executing op: ProgressTotal(Total=27,Type=1,ByteEquivalent=13200) MSI (s) (9C:2C) [21:25:08:495]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.py,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:495]: Executing op: RegRemoveValue(,Value=Python.File,) RemoveRegistryValues: Key: \Software\Classes\.py, Name: MSI (s) (9C:2C) [21:25:08:496]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.py 3: 2 MSI (s) (9C:2C) [21:25:08:496]: Executing op: RegRemoveValue(Name=Content Type,Value=text/plain,) RemoveRegistryValues: Key: \Software\Classes\.py, Name: Content Type MSI (s) (9C:2C) [21:25:08:497]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.py 3: 2 MSI (s) (9C:2C) [21:25:08:497]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyw,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:497]: Executing op: RegRemoveValue(,Value=Python.NoConFile,) RemoveRegistryValues: Key: \Software\Classes\.pyw, Name: MSI (s) (9C:2C) [21:25:08:498]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.pyw 3: 2 MSI (s) (9C:2C) [21:25:08:498]: Executing op: RegRemoveValue(Name=Content Type,Value=text/plain,) RemoveRegistryValues: Key: \Software\Classes\.pyw, Name: Content Type MSI (s) (9C:2C) [21:25:08:499]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.pyw 3: 2 MSI (s) (9C:2C) [21:25:08:499]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyc,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:499]: Executing op: RegRemoveValue(,Value=Python.CompiledFile,) RemoveRegistryValues: Key: \Software\Classes\.pyc, Name: MSI (s) (9C:2C) [21:25:08:500]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.pyc 3: 2 MSI (s) (9C:2C) [21:25:08:500]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyo,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:500]: Executing op: RegRemoveValue(,Value=Python.CompiledFile,) RemoveRegistryValues: Key: \Software\Classes\.pyo, Name: MSI (s) (9C:2C) [21:25:08:501]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.pyo 3: 2 MSI (s) (9C:2C) [21:25:08:501]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shell\open\command,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:501]: Executing op: RegRemoveValue(,Value="[LAUNCHERDIR]py.exe" "%1" %*,) RemoveRegistryValues: Key: \Software\Classes\Python.File\shell\open\command, Name: MSI (s) (9C:2C) [21:25:08:502]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.File\shell\open\command 3: 2 MSI (s) (9C:2C) [21:25:08:502]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shell\open\command,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:503]: Executing op: RegRemoveValue(,Value="[LAUNCHERDIR]pyw.exe" "%1" %*,) RemoveRegistryValues: Key: \Software\Classes\Python.NoConFile\shell\open\command, Name: MSI (s) (9C:2C) [21:25:08:505]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.NoConFile\shell\open\command 3: 2 MSI (s) (9C:2C) [21:25:08:505]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\shell\open\command,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:505]: Executing op: RegRemoveValue(,Value="[LAUNCHERDIR]py.exe" "%1" %*,) RemoveRegistryValues: Key: \Software\Classes\Python.CompiledFile\shell\open\command, Name: MSI (s) (9C:2C) [21:25:08:506]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.CompiledFile\shell\open\command 3: 2 MSI (s) (9C:2C) [21:25:08:506]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shell\Edit with IDLE\command,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:506]: Executing op: RegRemoveValue(,Value="[TARGETDIR]pythonw.exe" "[TARGETDIR]Lib\idlelib\idle.pyw" -e "%1",) RemoveRegistryValues: Key: \Software\Classes\Python.File\shell\Edit with IDLE\command, Name: MSI (s) (9C:2C) [21:25:08:507]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.File\shell\Edit with IDLE\command 3: 2 MSI (s) (9C:2C) [21:25:08:507]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shell\Edit with IDLE\command,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:507]: Executing op: RegRemoveValue(,Value="[TARGETDIR]pythonw.exe" "[TARGETDIR]Lib\idlelib\idle.pyw" -e "%1",) RemoveRegistryValues: Key: \Software\Classes\Python.NoConFile\shell\Edit with IDLE\command, Name: MSI (s) (9C:2C) [21:25:08:508]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.NoConFile\shell\Edit with IDLE\command 3: 2 MSI (s) (9C:2C) [21:25:08:508]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\DefaultIcon,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:508]: Executing op: RegRemoveValue(,Value=[DLLs]py.ico,) RemoveRegistryValues: Key: \Software\Classes\Python.File\DefaultIcon, Name: MSI (s) (9C:2C) [21:25:08:509]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.File\DefaultIcon 3: 2 MSI (s) (9C:2C) [21:25:08:509]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\DefaultIcon,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:509]: Executing op: RegRemoveValue(,Value=[DLLs]py.ico,) RemoveRegistryValues: Key: \Software\Classes\Python.NoConFile\DefaultIcon, Name: MSI (s) (9C:2C) [21:25:08:510]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.NoConFile\DefaultIcon 3: 2 MSI (s) (9C:2C) [21:25:08:510]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\DefaultIcon,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:510]: Executing op: RegRemoveValue(,Value=[DLLs]pyc.ico,) RemoveRegistryValues: Key: \Software\Classes\Python.CompiledFile\DefaultIcon, Name: MSI (s) (9C:2C) [21:25:08:511]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.CompiledFile\DefaultIcon 3: 2 MSI (s) (9C:2C) [21:25:08:511]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:511]: Executing op: RegRemoveValue(,Value=Python File,) RemoveRegistryValues: Key: \Software\Classes\Python.File, Name: MSI (s) (9C:2C) [21:25:08:512]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.File 3: 2 MSI (s) (9C:2C) [21:25:08:512]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:512]: Executing op: RegRemoveValue(,Value=Python File (no console),) RemoveRegistryValues: Key: \Software\Classes\Python.NoConFile, Name: MSI (s) (9C:2C) [21:25:08:514]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.NoConFile 3: 2 MSI (s) (9C:2C) [21:25:08:514]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:514]: Executing op: RegRemoveValue(,Value=Compiled Python File,) RemoveRegistryValues: Key: \Software\Classes\Python.CompiledFile, Name: MSI (s) (9C:2C) [21:25:08:515]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.CompiledFile 3: 2 MSI (s) (9C:2C) [21:25:08:515]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shellex\DropHandler,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:515]: Executing op: RegRemoveValue(,Value={60254CA5-953B-11CF-8C96-00AA00B8708C},) RemoveRegistryValues: Key: \Software\Classes\Python.File\shellex\DropHandler, Name: MSI (s) (9C:2C) [21:25:08:516]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.File\shellex\DropHandler 3: 2 MSI (s) (9C:2C) [21:25:08:516]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shellex\DropHandler,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:516]: Executing op: RegRemoveValue(,Value={60254CA5-953B-11CF-8C96-00AA00B8708C},) RemoveRegistryValues: Key: \Software\Classes\Python.NoConFile\shellex\DropHandler, Name: MSI (s) (9C:2C) [21:25:08:517]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.NoConFile\shellex\DropHandler 3: 2 MSI (s) (9C:2C) [21:25:08:517]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\shellex\DropHandler,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:517]: Executing op: RegRemoveValue(,Value={60254CA5-953B-11CF-8C96-00AA00B8708C},) RemoveRegistryValues: Key: \Software\Classes\Python.CompiledFile\shellex\DropHandler, Name: MSI (s) (9C:2C) [21:25:08:519]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.CompiledFile\shellex\DropHandler 3: 2 MSI (s) (9C:2C) [21:25:08:519]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\InstallPath,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:519]: Executing op: RegRemoveValue(,Value=[TARGETDIR],) RemoveRegistryValues: Key: \Software\Python\PythonCore\3.4\InstallPath, Name: MSI (s) (9C:2C) [21:25:08:520]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\InstallPath\InstallGroup,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:521]: Executing op: RegRemoveValue(,Value=Python 3.4,) RemoveRegistryValues: Key: \Software\Python\PythonCore\3.4\InstallPath\InstallGroup, Name: MSI (s) (9C:2C) [21:25:08:522]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\PythonPath,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:522]: Executing op: RegRemoveValue(,Value=[TARGETDIR]Lib;[TARGETDIR]DLLs,) RemoveRegistryValues: Key: \Software\Python\PythonCore\3.4\PythonPath, Name: MSI (s) (9C:2C) [21:25:08:523]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\Help\Main Python Documentation,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:523]: Executing op: RegRemoveValue(,Value=[TARGETDIR]Doc\python342.chm,) RemoveRegistryValues: Key: \Software\Python\PythonCore\3.4\Help\Main Python Documentation, Name: MSI (s) (9C:2C) [21:25:08:525]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\Modules,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:525]: Executing op: RegOpenKey(Root=-1,Key=Software\Microsoft\Windows\CurrentVersion\App Paths\Python.exe,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:525]: Executing op: RegRemoveValue(,Value=[TARGETDIR]Python.exe,) RemoveRegistryValues: Key: \Software\Microsoft\Windows\CurrentVersion\App Paths\Python.exe, Name: MSI (s) (9C:2C) [21:25:08:526]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Microsoft\Windows\CurrentVersion\App Paths\Python.exe 3: 2 MSI (s) (9C:2C) [21:25:08:527]: Executing op: RegOpenKey(Root=-1,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{2583CDBA-8A53-4622-BB67-1D163714C1B4},,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:527]: Executing op: RegRemoveValue(Name=DisplayIcon,Value=[TARGETDIR]python.exe,) RemoveRegistryValues: Key: \Software\Microsoft\Windows\CurrentVersion\Uninstall\{2583CDBA-8A53-4622-BB67-1D163714C1B4}, Name: DisplayIcon MSI (s) (9C:2C) [21:25:08:528]: Executing op: ActionStart(Name=RemoveShortcuts,Description=Removing shortcuts,Template=Shortcut: [1]) Action 21:25:08: RemoveShortcuts. Removing shortcuts MSI (s) (9C:2C) [21:25:08:532]: Executing op: SetTargetFolder(Folder=23\Python 3.4\) MSI (s) (9C:2C) [21:25:08:546]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:2C) [21:25:08:546]: Executing op: ShortcutRemove(Name=PYTHON|Python 3.4 (command line - 32 bit)) RemoveShortcuts: Shortcut: PYTHON|Python 3.4 (command line - 32 bit) MSI (s) (9C:2C) [21:25:08:547]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 (command line - 32 bit) 3: 2 MSI (s) (9C:2C) [21:25:08:565]: Verifying accessibility of file: Python 3.4 (command line - 32 bit).lnk MSI (s) (9C:2C) [21:25:08:568]: Using source file security for destination. MSI (s) (9C:2C) [21:25:09:959]: Note: 1: 2318 2: MSI (s) (9C:2C) [21:25:09:963]: Executing op: ShortcutRemove(Name=IDLE|IDLE (Python 3.4 GUI - 32 bit)) RemoveShortcuts: Shortcut: IDLE|IDLE (Python 3.4 GUI - 32 bit) MSI (s) (9C:2C) [21:25:09:965]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 GUI - 32 bit) 3: 2 MSI (s) (9C:2C) [21:25:09:984]: Verifying accessibility of file: IDLE (Python 3.4 GUI - 32 bit).lnk MSI (s) (9C:2C) [21:25:09:986]: Using source file security for destination. MSI (s) (9C:2C) [21:25:11:497]: Note: 1: 2318 2: MSI (s) (9C:2C) [21:25:11:500]: Executing op: ShortcutRemove(Name=MODDOCS|Python 3.4 Docs Server (pydoc - 32 bit)) RemoveShortcuts: Shortcut: MODDOCS|Python 3.4 Docs Server (pydoc - 32 bit) MSI (s) (9C:2C) [21:25:11:501]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 Docs Server (pydoc - 32 bit) 3: 2 MSI (s) (9C:2C) [21:25:11:524]: Verifying accessibility of file: Python 3.4 Docs Server (pydoc - 32 bit).lnk MSI (s) (9C:2C) [21:25:11:527]: Using source file security for destination. MSI (s) (9C:2C) [21:25:13:385]: Note: 1: 2318 2: MSI (s) (9C:2C) [21:25:13:388]: Executing op: SetTargetFolder(Folder=23\Python 3.4\) MSI (s) (9C:2C) [21:25:13:409]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:2C) [21:25:13:409]: Executing op: ShortcutRemove(Name=MANUAL|Python 3.4 Manuals) RemoveShortcuts: Shortcut: MANUAL|Python 3.4 Manuals MSI (s) (9C:2C) [21:25:13:410]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 Manuals 3: 2 MSI (s) (9C:2C) [21:25:13:461]: Verifying accessibility of file: Python 3.4 Manuals.lnk MSI (s) (9C:2C) [21:25:13:479]: Using source file security for destination. MSI (s) (9C:2C) [21:25:14:691]: Note: 1: 2318 2: MSI (s) (9C:2C) [21:25:14:694]: Executing op: ShortcutRemove(Name=UNINST|Uninstall Python 3.4 (32 bit)) RemoveShortcuts: Shortcut: UNINST|Uninstall Python 3.4 (32 bit) MSI (s) (9C:2C) [21:25:14:695]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 (32 bit) 3: 2 MSI (s) (9C:2C) [21:25:14:714]: Verifying accessibility of file: Uninstall Python 3.4 (32 bit).lnk MSI (s) (9C:2C) [21:25:14:717]: Using source file security for destination. MSI (s) (9C:2C) [21:25:15:684]: Note: 1: 2318 2: MSI (s) (9C:2C) [21:25:15:703]: Executing op: ActionStart(Name=RemoveEnvironmentStrings,Description=Updating environment strings,Template=Name: [1], Value: [2], Action [3]) Action 21:25:15: RemoveEnvironmentStrings. Updating environment strings MSI (s) (9C:2C) [21:25:15:709]: Executing op: ProgressTotal(Total=2,Type=1,ByteEquivalent=13200) MSI (s) (9C:2C) [21:25:15:710]: Executing op: UpdateEnvironmentStrings(Name=Path,Value=C:\Python34\;C:\Python34\Scripts,Delimiter=;,Action=-1610612732,) RemoveEnvironmentStrings: Name: Path, Value: C:\Python34\;C:\Python34\Scripts, Action -1610612732 MSI (s) (9C:2C) [21:25:15:711]: Executing op: UpdateEnvironmentStrings(Name=PathExt,Value=.PY,Delimiter=;,Action=1610612740,) RemoveEnvironmentStrings: Name: PathExt, Value: .PY, Action 1610612740 MSI (s) (9C:2C) [21:25:15:712]: Executing op: ActionStart(Name=RemovePip,,) Action 21:25:15: RemovePip. MSI (s) (9C:2C) [21:25:15:717]: Executing op: CustomActionSchedule(Action=RemovePip,ActionType=3090,Source=C:\Python34\python.exe,Target=-B -m ensurepip._uninstall,) MSI (s) (9C:2C) [21:25:15:720]: Note: 1: 1721 2: RemovePip 3: C:\Python34\python.exe 4: -B -m ensurepip._uninstall MSI (s) (9C:2C) [21:25:15:720]: Note: 1: 2262 2: Error 3: -2147287038 Error 1721. There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: RemovePip, location: C:\Python34\python.exe, command: -B -m ensurepip._uninstall MSI (s) (9C:2C) [21:25:23:160]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (9C:2C) [21:25:23:160]: Product: Python 3.4.2 -- Error 1721. There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: RemovePip, location: C:\Python34\python.exe, command: -B -m ensurepip._uninstall Action ended 21:25:23: InstallFinalize. Return value 3. MSI (s) (9C:2C) [21:25:23:160]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'. Action ended 21:25:23: INSTALL. Return value 3. Property(N): X = C:\Python34\Tools\pynche\X\ Property(N): UpgradeCode = {92A24481-3ECB-40FC-8836-04B7966EC0D5} Property(N): ProductName = Python 3.4.2 Property(N): ProductCode = {2583CDBA-8A53-4622-BB67-1D163714C1B4} Property(N): ProductVersion = 3.4.16349 Property(N): Manufacturer = Python Software Foundation Property(N): ProductLanguage = 1033 Property(N): VersionNT = 603 Property(N): WhichUsers = ALL Property(N): ProductLine = Python34 Property(N): TARGETDIR = C:\Python34\ Property(N): Tools = C:\Python34\Tools\ Property(N): DefaultUIFont = DlgFont8 Property(N): ErrorDialog = ErrorDlg Property(N): Progress1 = Install Property(N): Progress2 = installs Property(N): MaintenanceForm_Action = Repair Property(N): DLLDIR = C:\WINDOWS\SysWOW64\ Property(N): LAUNCHERDIR = C:\WINDOWS\ Property(N): DLLs = C:\Python34\DLLs\ Property(N): Lib = C:\Python34\Lib\ Property(N): Lib_pycache = C:\Python34\Lib\__pycache__\ Property(N): asyncio = C:\Python34\Lib\asyncio\ Property(N): asyncio_pycache = C:\Python34\Lib\asyncio\__pycache__\ Property(N): site_packages = C:\Python34\Lib\site-packages\ Property(N): idlelib = C:\Python34\Lib\idlelib\ Property(N): idlelib_pycache = C:\Python34\Lib\idlelib\__pycache__\ Property(N): idle_test = C:\Python34\Lib\idlelib\idle_test\ Property(N): idle_test_pycache = C:\Python34\Lib\idlelib\idle_test\__pycache__\ Property(N): Icons = C:\Python34\Lib\idlelib\Icons\ Property(N): concurrent = C:\Python34\Lib\concurrent\ Property(N): concurrent_pycache = C:\Python34\Lib\concurrent\__pycache__\ Property(N): futures = C:\Python34\Lib\concurrent\futures\ Property(N): futures_pycache = C:\Python34\Lib\concurrent\futures\__pycache__\ Property(N): http = C:\Python34\Lib\http\ Property(N): http_pycache = C:\Python34\Lib\http\__pycache__\ Property(N): sqlite3 = C:\Python34\Lib\sqlite3\ Property(N): sqlite3_pycache = C:\Python34\Lib\sqlite3\__pycache__\ Property(N): test = C:\Python34\Lib\sqlite3\test\ Property(N): test_pycache = C:\Python34\Lib\sqlite3\test\__pycache__\ Property(N): html = C:\Python34\Lib\html\ Property(N): html_pycache = C:\Python34\Lib\html\__pycache__\ Property(N): lib2to3 = C:\Python34\Lib\lib2to3\ Property(N): lib2to3_pycache = C:\Python34\Lib\lib2to3\__pycache__\ Property(N): pgen2 = C:\Python34\Lib\lib2to3\pgen2\ Property(N): pgen2_pycache = C:\Python34\Lib\lib2to3\pgen2\__pycache__\ Property(N): tests = C:\Python34\Lib\lib2to3\tests\ Property(N): tests_pycache = C:\Python34\Lib\lib2to3\tests\__pycache__\ Property(N): data = C:\Python34\Lib\lib2to3\tests\data\ Property(N): data_pycache = C:\Python34\Lib\lib2to3\tests\data\__pycache__\ Property(N): fixers = C:\Python34\Lib\lib2to3\tests\data\fixers\ Property(N): fixers_pycache = C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\ Property(N): myfixes = C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ Property(N): myfixes_pycache = C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\ Property(N): fixes = C:\Python34\Lib\lib2to3\fixes\ Property(N): fixes_pycache = C:\Python34\Lib\lib2to3\fixes\__pycache__\ Property(N): tkinter = C:\Python34\Lib\tkinter\ Property(N): tkinter_pycache = C:\Python34\Lib\tkinter\__pycache__\ Property(N): test1 = C:\Python34\Lib\tkinter\test\ Property(N): test1_pycache = C:\Python34\Lib\tkinter\test\__pycache__\ Property(N): test_tkinter = C:\Python34\Lib\tkinter\test\test_tkinter\ Property(N): test_tkinter_pycache = C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\ Property(N): test_ttk = C:\Python34\Lib\tkinter\test\test_ttk\ Property(N): test_ttk_pycache = C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\ Property(N): wsgiref = C:\Python34\Lib\wsgiref\ Property(N): wsgiref_pycache = C:\Python34\Lib\wsgiref\__pycache__\ Property(N): venv = C:\Python34\Lib\venv\ Property(N): venv_pycache = C:\Python34\Lib\venv\__pycache__\ Property(N): scripts = C:\Python34\Lib\venv\scripts\ Property(N): nt = C:\Python34\Lib\venv\scripts\nt\ Property(N): posix = C:\Python34\Lib\venv\scripts\posix\ Property(N): json = C:\Python34\Lib\json\ Property(N): json_pycache = C:\Python34\Lib\json\__pycache__\ Property(N): curses = C:\Python34\Lib\curses\ Property(N): curses_pycache = C:\Python34\Lib\curses\__pycache__\ Property(N): multiprocessing = C:\Python34\Lib\multiprocessing\ Property(N): multiprocessing_pycache = C:\Python34\Lib\multiprocessing\__pycache__\ Property(N): dummy = C:\Python34\Lib\multiprocessing\dummy\ Property(N): dummy_pycache = C:\Python34\Lib\multiprocessing\dummy\__pycache__\ Property(N): ensurepip = C:\Python34\Lib\ensurepip\ Property(N): ensurepip_pycache = C:\Python34\Lib\ensurepip\__pycache__\ Property(N): _bundled = C:\Python34\Lib\ensurepip\_bundled\ Property(N): logging = C:\Python34\Lib\logging\ Property(N): logging_pycache = C:\Python34\Lib\logging\__pycache__\ Property(N): ctypes = C:\Python34\Lib\ctypes\ Property(N): ctypes_pycache = C:\Python34\Lib\ctypes\__pycache__\ Property(N): test2 = C:\Python34\Lib\ctypes\test\ Property(N): test2_pycache = C:\Python34\Lib\ctypes\test\__pycache__\ Property(N): macholib = C:\Python34\Lib\ctypes\macholib\ Property(N): macholib_pycache = C:\Python34\Lib\ctypes\macholib\__pycache__\ Property(N): test3 = C:\Python34\Lib\test\ Property(N): test3_pycache = C:\Python34\Lib\test\__pycache__\ Property(N): test_asyncio = C:\Python34\Lib\test\test_asyncio\ Property(N): test_asyncio_pycache = C:\Python34\Lib\test\test_asyncio\__pycache__\ Property(N): support = C:\Python34\Lib\test\support\ Property(N): support_pycache = C:\Python34\Lib\test\support\__pycache__\ Property(N): capath = C:\Python34\Lib\test\capath\ Property(N): encoded_modules = C:\Python34\Lib\test\encoded_modules\ Property(N): encoded_modules_pycache = C:\Python34\Lib\test\encoded_modules\__pycache__\ Property(N): imghdrdata = C:\Python34\Lib\test\imghdrdata\ Property(N): test_tools = C:\Python34\Lib\test\test_tools\ Property(N): test_tools_pycache = C:\Python34\Lib\test\test_tools\__pycache__\ Property(N): decimaltestdata = C:\Python34\Lib\test\decimaltestdata\ Property(N): sndhdrdata = C:\Python34\Lib\test\sndhdrdata\ Property(N): tracedmodules = C:\Python34\Lib\test\tracedmodules\ Property(N): tracedmodules_pycache = C:\Python34\Lib\test\tracedmodules\__pycache__\ Property(N): crashers = C:\Python34\Lib\test\crashers\ Property(N): crashers_pycache = C:\Python34\Lib\test\crashers\__pycache__\ Property(N): cjkencodings = C:\Python34\Lib\test\cjkencodings\ Property(N): leakers = C:\Python34\Lib\test\leakers\ Property(N): leakers_pycache = C:\Python34\Lib\test\leakers\__pycache__\ Property(N): subprocessdata = C:\Python34\Lib\test\subprocessdata\ Property(N): subprocessdata_pycache = C:\Python34\Lib\test\subprocessdata\__pycache__\ Property(N): test_json = C:\Python34\Lib\test\test_json\ Property(N): test_json_pycache = C:\Python34\Lib\test\test_json\__pycache__\ Property(N): xmltestdata = C:\Python34\Lib\test\xmltestdata\ Property(N): data1 = C:\Python34\Lib\test\data\ Property(N): audiodata = C:\Python34\Lib\test\audiodata\ Property(N): test_importlib = C:\Python34\Lib\test\test_importlib\ Property(N): test_importlib_pycache = C:\Python34\Lib\test\test_importlib\__pycache__\ Property(N): builtin = C:\Python34\Lib\test\test_importlib\builtin\ Property(N): builtin_pycache = C:\Python34\Lib\test\test_importlib\builtin\__pycache__\ Property(N): namespace_pkgs = C:\Python34\Lib\test\test_importlib\namespace_pkgs\ Property(N): module_and_namespace_package = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\ Property(N): module_and_namespace_package_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\ Property(N): a_test = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\ Property(N): project3 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\ Property(N): parent = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\ Property(N): child = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\ Property(N): child_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\ Property(N): project1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\ Property(N): parent1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\ Property(N): child1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\ Property(N): child1_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\ Property(N): project2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\ Property(N): parent2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\ Property(N): child2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\ Property(N): child2_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\ Property(N): both_portions = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\ Property(N): foo = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\ Property(N): foo_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\ Property(N): not_a_namespace_pkg = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\ Property(N): foo1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\ Property(N): foo1_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\ Property(N): portion1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\ Property(N): foo2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\ Property(N): foo2_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\ Property(N): portion2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\ Property(N): foo3 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\ Property(N): foo3_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\ Property(N): frozen = C:\Python34\Lib\test\test_importlib\frozen\ Property(N): frozen_pycache = C:\Python34\Lib\test\test_importlib\frozen\__pycache__\ Property(N): source = C:\Python34\Lib\test\test_importlib\source\ Property(N): source_pycache = C:\Python34\Lib\test\test_importlib\source\__pycache__\ Property(N): extension = C:\Python34\Lib\test\test_importlib\extension\ Property(N): extension_pycache = C:\Python34\Lib\test\test_importlib\extension\__pycache__\ Property(N): import_ = C:\Python34\Lib\test\test_importlib\import_\ Property(N): import__pycache = C:\Python34\Lib\test\test_importlib\import_\__pycache__\ Property(N): test_email = C:\Python34\Lib\test\test_email\ Property(N): test_email_pycache = C:\Python34\Lib\test\test_email\__pycache__\ Property(N): data2 = C:\Python34\Lib\test\test_email\data\ Property(N): turtledemo = C:\Python34\Lib\turtledemo\ Property(N): turtledemo_pycache = C:\Python34\Lib\turtledemo\__pycache__\ Property(N): xml = C:\Python34\Lib\xml\ Property(N): xml_pycache = C:\Python34\Lib\xml\__pycache__\ Property(N): dom = C:\Python34\Lib\xml\dom\ Property(N): dom_pycache = C:\Python34\Lib\xml\dom\__pycache__\ Property(N): etree = C:\Python34\Lib\xml\etree\ Property(N): etree_pycache = C:\Python34\Lib\xml\etree\__pycache__\ Property(N): parsers = C:\Python34\Lib\xml\parsers\ Property(N): parsers_pycache = C:\Python34\Lib\xml\parsers\__pycache__\ Property(N): sax = C:\Python34\Lib\xml\sax\ Property(N): sax_pycache = C:\Python34\Lib\xml\sax\__pycache__\ Property(N): email = C:\Python34\Lib\email\ Property(N): email_pycache = C:\Python34\Lib\email\__pycache__\ Property(N): mime = C:\Python34\Lib\email\mime\ Property(N): mime_pycache = C:\Python34\Lib\email\mime\__pycache__\ Property(N): urllib = C:\Python34\Lib\urllib\ Property(N): urllib_pycache = C:\Python34\Lib\urllib\__pycache__\ Property(N): encodings = C:\Python34\Lib\encodings\ Property(N): encodings_pycache = C:\Python34\Lib\encodings\__pycache__\ Property(N): pydoc_data = C:\Python34\Lib\pydoc_data\ Property(N): pydoc_data_pycache = C:\Python34\Lib\pydoc_data\__pycache__\ Property(N): msilib = C:\Python34\Lib\msilib\ Property(N): msilib_pycache = C:\Python34\Lib\msilib\__pycache__\ Property(N): xmlrpc = C:\Python34\Lib\xmlrpc\ Property(N): xmlrpc_pycache = C:\Python34\Lib\xmlrpc\__pycache__\ Property(N): unittest = C:\Python34\Lib\unittest\ Property(N): unittest_pycache = C:\Python34\Lib\unittest\__pycache__\ Property(N): test4 = C:\Python34\Lib\unittest\test\ Property(N): test4_pycache = C:\Python34\Lib\unittest\test\__pycache__\ Property(N): testmock = C:\Python34\Lib\unittest\test\testmock\ Property(N): testmock_pycache = C:\Python34\Lib\unittest\test\testmock\__pycache__\ Property(N): collections = C:\Python34\Lib\collections\ Property(N): collections_pycache = C:\Python34\Lib\collections\__pycache__\ Property(N): importlib = C:\Python34\Lib\importlib\ Property(N): importlib_pycache = C:\Python34\Lib\importlib\__pycache__\ Property(N): distutils = C:\Python34\Lib\distutils\ Property(N): distutils_pycache = C:\Python34\Lib\distutils\__pycache__\ Property(N): command = C:\Python34\Lib\distutils\command\ Property(N): command_pycache = C:\Python34\Lib\distutils\command\__pycache__\ Property(N): tests1 = C:\Python34\Lib\distutils\tests\ Property(N): tests1_pycache = C:\Python34\Lib\distutils\tests\__pycache__\ Property(N): dbm = C:\Python34\Lib\dbm\ Property(N): dbm_pycache = C:\Python34\Lib\dbm\__pycache__\ Property(N): include = C:\Python34\include\ Property(N): libs = C:\Python34\libs\ Property(N): tcl = C:\Python34\tcl\ Property(N): tk8.6 = C:\Python34\tcl\tk8.6\ Property(N): ttk = C:\Python34\tcl\tk8.6\ttk\ Property(N): msgs = C:\Python34\tcl\tk8.6\msgs\ Property(N): images = C:\Python34\tcl\tk8.6\images\ Property(N): demos = C:\Python34\tcl\tk8.6\demos\ Property(N): images1 = C:\Python34\tcl\tk8.6\demos\images\ Property(N): tix8.4.3 = C:\Python34\tcl\tix8.4.3\ Property(N): pref = C:\Python34\tcl\tix8.4.3\pref\ Property(N): demos1 = C:\Python34\tcl\tix8.4.3\demos\ Property(N): samples = C:\Python34\tcl\tix8.4.3\demos\samples\ Property(N): bitmaps = C:\Python34\tcl\tix8.4.3\demos\bitmaps\ Property(N): bitmaps1 = C:\Python34\tcl\tix8.4.3\bitmaps\ Property(N): thread2.7.0 = C:\Python34\tcl\thread2.7.0\ Property(N): tdbcsqlite1.0.0 = C:\Python34\tcl\tdbcsqlite1.0.0\ Property(N): tdbcpostgres1.0.0 = C:\Python34\tcl\tdbcpostgres1.0.0\ Property(N): tdbcodbc1.0.0 = C:\Python34\tcl\tdbcodbc1.0.0\ Property(N): tdbcmysql1.0.0 = C:\Python34\tcl\tdbcmysql1.0.0\ Property(N): tdbc1.0.0 = C:\Python34\tcl\tdbc1.0.0\ Property(N): tcl8.6 = C:\Python34\tcl\tcl8.6\ Property(N): tzdata = C:\Python34\tcl\tcl8.6\tzdata\ Property(N): US = C:\Python34\tcl\tcl8.6\tzdata\US\ Property(N): Pacific = C:\Python34\tcl\tcl8.6\tzdata\Pacific\ Property(N): SystemV = C:\Python34\tcl\tcl8.6\tzdata\SystemV\ Property(N): Mexico = C:\Python34\tcl\tcl8.6\tzdata\Mexico\ Property(N): Indian = C:\Python34\tcl\tcl8.6\tzdata\Indian\ Property(N): Europe = C:\Python34\tcl\tcl8.6\tzdata\Europe\ Property(N): Etc = C:\Python34\tcl\tcl8.6\tzdata\Etc\ Property(N): Chile = C:\Python34\tcl\tcl8.6\tzdata\Chile\ Property(N): Canada = C:\Python34\tcl\tcl8.6\tzdata\Canada\ Property(N): Atlantic = C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ Property(N): Brazil = C:\Python34\tcl\tcl8.6\tzdata\Brazil\ Property(N): Australia = C:\Python34\tcl\tcl8.6\tzdata\Australia\ Property(N): Asia = C:\Python34\tcl\tcl8.6\tzdata\Asia\ Property(N): Arctic = C:\Python34\tcl\tcl8.6\tzdata\Arctic\ Property(N): Antarctica = C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ Property(N): America = C:\Python34\tcl\tcl8.6\tzdata\America\ Property(N): North_Dakota = C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ Property(N): Kentucky = C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\ Property(N): Indiana = C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ Property(N): Argentina = C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ Property(N): Africa = C:\Python34\tcl\tcl8.6\tzdata\Africa\ Property(N): opt0.4 = C:\Python34\tcl\tcl8.6\opt0.4\ Property(N): msgs1 = C:\Python34\tcl\tcl8.6\msgs\ Property(N): http1.0 = C:\Python34\tcl\tcl8.6\http1.0\ Property(N): encoding = C:\Python34\tcl\tcl8.6\encoding\ Property(N): tcl8 = C:\Python34\tcl\tcl8\ Property(N): _8.6 = C:\Python34\tcl\tcl8\8.6\ Property(N): tdbc = C:\Python34\tcl\tcl8\8.6\tdbc\ Property(N): _8.5 = C:\Python34\tcl\tcl8\8.5\ Property(N): _8.4 = C:\Python34\tcl\tcl8\8.4\ Property(N): platform = C:\Python34\tcl\tcl8\8.4\platform\ Property(N): _8.3 = C:\Python34\tcl\tcl8\8.3\ Property(N): _8.2 = C:\Python34\tcl\tcl8\8.2\ Property(N): sqlite33.8.0 = C:\Python34\tcl\sqlite33.8.0\ Property(N): reg1.3 = C:\Python34\tcl\reg1.3\ Property(N): itcl4.0.0 = C:\Python34\tcl\itcl4.0.0\ Property(N): dde1.4 = C:\Python34\tcl\dde1.4\ Property(N): i18n = C:\Python34\Tools\i18n\ Property(N): i18n_pycache = C:\Python34\Tools\i18n\__pycache__\ Property(N): pynche = C:\Python34\Tools\pynche\ Property(N): pynche_pycache = C:\Python34\Tools\pynche\__pycache__\ Property(N): Scripts = C:\Python34\Tools\Scripts\ Property(N): Scripts_pycache = C:\Python34\Tools\Scripts\__pycache__\ Property(N): Doc = C:\Python34\Doc\ Property(N): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ Property(N): MenuDir = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\ Property(N): SecureCustomProperties = REMOVEOLDSNAPSHOT;TARGETDIR;DLLDIR;LAUNCHERDIR Property(N): WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D = C:\WINDOWS\ Property(N): SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D = C:\WINDOWS\SysWOW64\ Property(N): DirectoryTable100_x86.AFA96EB4_FA9F_335C_A7CB_36079407553D = DirectoryTable Property(N): PackageCode = {9360D2A4-D416-4381-9306-E96BF03C2201} Property(N): ProductState = 5 Property(N): ALLUSERS = 1 Property(N): UPGRADINGPRODUCTCODE = {CD723946-09C1-38D3-8542-732BA931E9EF} Property(N): CLIENTPROCESSID = 7536 Property(N): CLIENTUILEVEL = 0 Property(N): REMOVE = ALL Property(N): PRODUCTLANGUAGE = 1033 Property(N): VersionDatabase = 200 Property(N): VersionMsi = 5.00 Property(N): VersionNT64 = 603 Property(N): WindowsBuild = 9600 Property(N): ServicePackLevel = 0 Property(N): ServicePackLevelMinor = 0 Property(N): MsiNTProductType = 1 Property(N): MsiNTSuitePersonal = 1 Property(N): WindowsFolder = C:\WINDOWS\ Property(N): WindowsVolume = C:\ Property(N): System64Folder = C:\WINDOWS\system32\ Property(N): SystemFolder = C:\WINDOWS\SysWOW64\ Property(N): RemoteAdminTS = 1 Property(N): TempFolder = C:\Users\pierre\AppData\Local\Temp\ Property(N): ProgramFilesFolder = C:\Program Files (x86)\ Property(N): CommonFilesFolder = C:\Program Files (x86)\Common Files\ Property(N): ProgramFiles64Folder = C:\Program Files\ Property(N): CommonFiles64Folder = C:\Program Files\Common Files\ Property(N): AppDataFolder = C:\Users\pierre\AppData\Roaming\ Property(N): FavoritesFolder = C:\Users\pierre\Favorites\ Property(N): NetHoodFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Network Shortcuts\ Property(N): PersonalFolder = C:\Users\pierre\Documents\ Property(N): PrintHoodFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\ Property(N): RecentFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Recent\ Property(N): SendToFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\SendTo\ Property(N): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\ Property(N): CommonAppDataFolder = C:\ProgramData\ Property(N): LocalAppDataFolder = C:\Users\pierre\AppData\Local\ Property(N): MyPicturesFolder = C:\Users\pierre\Pictures\ Property(N): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\ Property(N): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\ Property(N): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\ Property(N): DesktopFolder = C:\Users\Public\Desktop\ Property(N): FontsFolder = C:\WINDOWS\Fonts\ Property(N): GPTSupport = 1 Property(N): OLEAdvtSupport = 1 Property(N): ShellAdvtSupport = 1 Property(N): MsiAMD64 = 6 Property(N): Msix64 = 6 Property(N): Intel = 6 Property(N): PhysicalMemory = 8088 Property(N): VirtualMemory = 5146 Property(N): AdminUser = 1 Property(N): MsiTrueAdminUser = 1 Property(N): LogonUser = pierre Property(N): UserSID = S-1-5-21-3441990254-2136703886-705876676-1002 Property(N): UserLanguageID = 2060 Property(N): ComputerName = BRP Property(N): SystemLanguageID = 2060 Property(N): ScreenX = 1024 Property(N): ScreenY = 768 Property(N): CaptionHeight = 28 Property(N): BorderTop = 1 Property(N): BorderSide = 1 Property(N): MsiTabletPC = 1 Property(N): TextHeight = 16 Property(N): TextInternalLeading = 3 Property(N): ColorBits = 32 Property(N): TTCSupport = 1 Property(N): Time = 21:25:23 Property(N): Date = 18-10-14 Property(N): MsiNetAssemblySupport = 4.0.30319.33440 Property(N): MsiWin32AssemblySupport = 6.3.9600.16384 Property(N): RedirectedDllSupport = 2 Property(N): MsiRunningElevated = 1 Property(N): Privileged = 1 Property(N): USERNAME = pierre.boulanger at hotmail.com Property(N): Installed = 00:00:00 Property(N): DATABASE = C:\WINDOWS\Installer\cacff.msi Property(N): UILevel = 5 Property(N): OriginalDatabase = C:\WINDOWS\Installer\cacff.msi Property(N): Preselected = 1 Property(N): ACTION = INSTALL Property(N): ROOTDRIVE = C:\ Property(N): CostingComplete = 1 Property(N): OutOfDiskSpace = 0 Property(N): OutOfNoRbDiskSpace = 0 Property(N): PrimaryVolumeSpaceAvailable = 0 Property(N): PrimaryVolumeSpaceRequired = 0 Property(N): PrimaryVolumeSpaceRemaining = 0 Property(N): INSTALLLEVEL = 1 MSI (s) (9C:2C) [21:25:23:332]: Closing MSIHANDLE (5) of type 790542 for thread 4908 CustomAction returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox) MSI (s) (9C:5C) [21:25:23:332]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (9C:5C) [21:25:23:332]: Note: 1: 2262 2: Error 3: -2147287038 Action ended 21:25:23: RemoveExistingProducts. Return value 3. MSI (s) (9C:5C) [21:25:23:347]: Note: 1: 2265 2: 3: -2147287035 MSI (s) (9C:5C) [21:25:23:347]: User policy value 'DisableRollback' is 0 MSI (s) (9C:5C) [21:25:23:347]: Machine policy value 'DisableRollback' is 0 MSI (s) (9C:5C) [21:25:23:363]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1163045668,LangId=1033,Platform=0,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1) MSI (s) (9C:5C) [21:25:23:363]: Executing op: DialogInfo(Type=0,Argument=1033) MSI (s) (9C:5C) [21:25:23:363]: Executing op: DialogInfo(Type=1,Argument=Python 3.4.2) MSI (s) (9C:5C) [21:25:23:363]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1]) MSI (s) (9C:5C) [21:25:23:363]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f9a.rbf) MSI (s) (9C:5C) [21:25:23:363]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f9b.rbf) MSI (s) (9C:5C) [21:25:23:363]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f9c.rbf) MSI (s) (9C:5C) [21:25:23:363]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f9d.rbf) MSI (s) (9C:5C) [21:25:23:363]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f9e.rbf) Action 21:25:23: Rollback. Rolling back action: Rollback: RemovePip MSI (s) (9C:5C) [21:25:23:363]: Executing op: ActionStart(Name=RemovePip,,) MSI (s) (9C:5C) [21:25:23:363]: Executing op: ProductInfo(ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},ProductName=Python 3.4.2,PackageName=python-3.4.2.msi,Language=1033,Version=50610141,Assignment=1,ObsoleteArg=0,,,PackageCode={9360D2A4-D416-4381-9306-E96BF03C2201},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=2) Rollback: Updating environment strings MSI (s) (9C:5C) [21:25:23:363]: Executing op: ActionStart(Name=RemoveEnvironmentStrings,Description=Updating environment strings,Template=Name: [1], Value: [2], Action [3]) Rollback: Removing shortcuts MSI (s) (9C:5C) [21:25:23:363]: Executing op: ActionStart(Name=RemoveShortcuts,Description=Removing shortcuts,Template=Shortcut: [1]) MSI (s) (9C:5C) [21:25:23:378]: Executing op: SetTargetFolder(Folder=23\Python 3.4\) MSI (s) (9C:5C) [21:25:23:378]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:5C) [21:25:23:378]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f9e.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Uninstall Python 3.4 (32 bit).lnk,Attributes=8224,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194304,,,,,,,) MSI (s) (9C:5C) [21:25:23:394]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Uninstall Python 3.4 (32 bit).lnk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:23:410]: Executing op: FileRemove(,FileName=C:\Config.Msi\52f9e.rbf,Elevate=1,) MSI (s) (9C:5C) [21:25:23:425]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:23:425]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f9d.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Python 3.4 Manuals.lnk,Attributes=8224,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194304,,,,,,,) MSI (s) (9C:5C) [21:25:23:425]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Python 3.4 Manuals.lnk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:23:441]: Executing op: FileRemove(,FileName=C:\Config.Msi\52f9d.rbf,Elevate=1,) MSI (s) (9C:5C) [21:25:23:441]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:23:457]: Executing op: SetTargetFolder(Folder=23\Python 3.4\) MSI (s) (9C:5C) [21:25:23:457]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:5C) [21:25:23:457]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f9c.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Python 3.4 Docs Server (pydoc - 32 bit).lnk,Attributes=8224,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194304,,,,,,,) MSI (s) (9C:5C) [21:25:23:472]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Python 3.4 Docs Server (pydoc - 32 bit).lnk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:23:550]: Executing op: FileRemove(,FileName=C:\Config.Msi\52f9c.rbf,Elevate=1,) MSI (s) (9C:5C) [21:25:23:566]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:23:566]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f9b.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\IDLE (Python 3.4 GUI - 32 bit).lnk,Attributes=8224,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194304,,,,,,,) MSI (s) (9C:5C) [21:25:23:566]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\IDLE (Python 3.4 GUI - 32 bit).lnk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:23:582]: Executing op: FileRemove(,FileName=C:\Config.Msi\52f9b.rbf,Elevate=1,) MSI (s) (9C:5C) [21:25:23:582]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:23:582]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f9a.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Python 3.4 (command line - 32 bit).lnk,Attributes=8224,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194304,,,,,,,) MSI (s) (9C:5C) [21:25:23:582]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Python 3.4 (command line - 32 bit).lnk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:23:597]: Executing op: FileRemove(,FileName=C:\Config.Msi\52f9a.rbf,Elevate=1,) MSI (s) (9C:5C) [21:25:23:597]: Note: 1: 2318 2: Rollback: Removing system registry values MSI (s) (9C:5C) [21:25:23:613]: Executing op: ActionStart(Name=RemoveRegistryValues,Description=Removing system registry values,Template=Key: [1], Name: [2]) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegOpenKey(Root=-1,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{2583CDBA-8A53-4622-BB67-1D163714C1B4},SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegAddValue(Name=DisplayIcon,Value=C:\Python34\python.exe,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegOpenKey(Root=-1,Key=Software\Microsoft\Windows\CurrentVersion\App Paths\Python.exe,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:613]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Microsoft\Windows\CurrentVersion\App Paths\Python.exe 3: 2 MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\Modules,SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\Help\Main Python Documentation,SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegAddValue(,Value=C:\Python34\Doc\python342.chm,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\PythonPath,SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegAddValue(,Value=C:\Python34\Lib;C:\Python34\DLLs,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\InstallPath\InstallGroup,SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegAddValue(,Value=Python 3.4,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\InstallPath,SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegAddValue(,Value=C:\Python34\,) MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\shellex\DropHandler,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:628]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.CompiledFile\shellex\DropHandler 3: 2 MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shellex\DropHandler,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:628]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.NoConFile\shellex\DropHandler 3: 2 MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shellex\DropHandler,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:628]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.File\shellex\DropHandler 3: 2 MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:628]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.CompiledFile 3: 2 MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:628]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.NoConFile 3: 2 MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:628]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.File 3: 2 MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\DefaultIcon,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:628]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.CompiledFile\DefaultIcon 3: 2 MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\DefaultIcon,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:628]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.NoConFile\DefaultIcon 3: 2 MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\DefaultIcon,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:644]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.File\DefaultIcon 3: 2 MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shell\Edit with IDLE\command,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:644]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.NoConFile\shell\Edit with IDLE\command 3: 2 MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shell\Edit with IDLE\command,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:644]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.File\shell\Edit with IDLE\command 3: 2 MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\shell\open\command,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:644]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.CompiledFile\shell\open\command 3: 2 MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shell\open\command,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:644]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.NoConFile\shell\open\command 3: 2 MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shell\open\command,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:644]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.File\shell\open\command 3: 2 MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyo,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:644]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.pyo 3: 2 MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyc,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:644]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.pyc 3: 2 MSI (s) (9C:5C) [21:25:23:660]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyw,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:660]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:660]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.pyw 3: 2 MSI (s) (9C:5C) [21:25:23:660]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:660]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.pyw 3: 2 MSI (s) (9C:5C) [21:25:23:660]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.py,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:660]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:660]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.py 3: 2 MSI (s) (9C:5C) [21:25:23:660]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:660]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.py 3: 2 Rollback: Removing ODBC components MSI (s) (9C:5C) [21:25:23:660]: Executing op: ActionStart(Name=RemoveODBC,Description=Removing ODBC components,) Rollback: Unpublishing Product Features MSI (s) (9C:5C) [21:25:23:660]: Executing op: ActionStart(Name=UnpublishFeatures,Description=Unpublishing Product Features,Template=Feature: [1]) MSI (s) (9C:5C) [21:25:23:660]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:660]: Executing op: RegAddValue(Name=PrependPath,Value=vemjY9w,u@`W(yJh%Wo_DefaultFeature,) MSI (s) (9C:5C) [21:25:23:660]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:660]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:660]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegAddValue(Name=Testsuite,Value=)%Lb.sq3`AE^c_`M at VUPj4pl6g,5x at tuDa&{M_t44O)(,W^LX8yBHQ930EhIx5D+%'IPd9%0tS7xTRQqpY6%pzfF0AZh*4EdJbXNOv1*Y.?xo?&!a^pfxJkjcW{~47+'^AueFMe,1(tF6~3l9TM9h=bZ}0N*%NjopDHcYSU(!?,G1L!^33_ at j&m70A.&3ANO6O+[_dM&@{F6`5C&q=VgTx]Ry6Mrsb,-ge+1*@`yl.P]UK48pOKvDa7d*AtSqgnrc0P4cI*+EPS79=yAJ`WB(}Xq_bfeoF`DV=eE%(^M4`S?yB$X^jFBp93m9WFdiXH9YTiY=?hOS@=J4ag*$lTfM4g$j-hgD9oTtR).a'~!G+o}A[Kc(?$u~Cd?d_]7HzxlONWg{8VI%A*_B6%,!+5k2{AJ4 at M{vy!$Tpn)b+JgwTbbQ=MB6UHmtf(!FuM at 82q)e?]FUXj^16kDiRQay&Dvx8QAojT at 0=ZDWTcF$^CIt9xf!ZPk4B']lL^BS4S8T@!o1`x?AO&pR_e{pU07!?qD at YyXEka^BqzuP+rt[AjWLRIg~nGzV+6B'phhE?njc%RC&gF_lM+0M at 9]LA7^(lqlGdgO&Sp3 at yqGP?Q*AD at -cK?PF]5az[1iWA7oT[,VJIUNHO,rVK]'J9{uNZ[cC at s?^5IAC.i6d=2dmOI0,s%gar_i3aL1K9P&MI2LOg2sHzNdvpa)JA_.qGR!pmq?Pw2NSlwo`88DEF-gf@{X1yUecqHhm at zXW4R01BJZHYcYjqm6BAzh$1mQwGxgD^mCb(fQYAQiv%7aqQ[4MyU,g at xc.?Mz$,-W0t9W5!@FN=Ni-@]&dE90dG'9R8covJ95q9Q^F]z&]!$!xEvx6cG&V at .A*gywU89I1pE^S*Ntp?drSCrlxP~`T%m4!kzW5AnwhCWMI}oh7nV3!Cb1T96~PFRb[*R_?[,l8~6Kv950uS]_o{roeZFE``5HR9)kMLsTJ20drcp8vqS+m8!BdKhLS~USYvQ'rNT@!=$97K4{,[!^ MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:675]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegAddValue(Name=pip_feature,Value=E-^`L'.oF at szD'WsxgcCDefaultFeature,) MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:675]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegAddValue(Name=Tools,Value=4gf@'E~w&=sA+Q0kVlFc?pDPKQXlC9do3Sjjfk9abQJ}X&UBp?{v[t*,FCeSBN_s1yqDM9c(UoB,D1{Pw!t~G.'jM?ZE^$cT!uhs(U%T1=%Uu@`L}e%VVqA1p&bcg?vuS at D,DekXCEU'DefaultFeature,) MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:675]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegAddValue(Name=Documentation,Value=mTMFZ[ya$=HzwI^xHMVnix3shae!dAs'Y2)7ab+8DefaultFeature,) MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:691]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegAddValue(Name=TclTk,Value=C+ZC&JFbg9&}C[F1B9x+gJ3p8=swa at 1^56^w[cl%DJcj&!6*z8XYXUdukKH[{9$bgwq3m='Unv]VKU*n96I4sDN4. at Oy`{a'avGRnSNG*u96S9=Y6J'=oljn7F}ER8FA. at EcG0AL_*'cNb4wuL?@UAbmV3dxsd+Fn}TApneqEAOH'2OBo$)RB*5[X]}NH9z6S'wcK]iK5*'r)A72}9CZEsLyc`JIbDS6N1Y6%?n&9tlOn(K,9V{MB}{z-AuM^gL$GZ)+Yruw'$x`w@@5UdXTS}s&L7$`gJPd*9r3.LhWMEMhqlfG[1(Jd8-+k$,a(^,1(s2BaPVx`AGJx!$hmrJ8QUJmyhChV@?,43Elb+zOd=5%x~!^n=NfS^.VhJ&S-3=DhH^0x8knC+!fX)Jl%!bciA?_j at ISfH-dwcaT*IOFwbj7h at 2QZZh$VmzGrnwfr]~r1?Bdx at z.ebsA%JVRJr{^^?,rv?dM7v at D3.'YceJSL=~B@`905 at _jjY~ky9HiN at kP0C3~.Y,S4,V[XKj6r at k1-O8'5VP=eY$G]zjiK at RY-OL8zE@ym8n at 4}'E1?SLch%gC`E[lr(MAkn)a@(iD_&$!6rz^v0fGjOH(=&vnV!AjP8rlU4$?oBWy80hUF19tfF%@1ILX'Lgt?I3[nA61Q at Z1%L$i[3hW@[XnXMRJc4V3$knH}a`T?-&UFS0B+2Azc]@QJ%SM9IHCf(@uh)rI}TtmpXKKAGoW,G3oIXm,%+B3Bba[9xP_i2m2=Qe7P7VfF+o+?cf7E!Nz&AJRsEJjoSiC=N?6I_~UQIC06UBS7*sq8A5OHe2DC,S6.GfPwAt^=,$k3Favj-x?YJQ(ax6a9Q.t!m4?[tp[)IF45Ej]=A7dh5n&fIIyPbm]Q,u{=ST~4, at Rt0fI_AT'VUJHA7U`=LE}9p3]S{CkCjsZ=b3bf_68_~L*lq!f%-%{9(s2)[n`1wBy{&sY[-%m98$Rue.*i at 5yUI@(saLEAMlM*.]^k`d[xx6iP]E&9}pugbHt&G- at QfW MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:691]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegAddValue(Name=Extensions,Value=[j78wyZ$s95gvBq7(dLODefaultFeature,) MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:691]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegAddValue(Name=SharedCRT,Value=@]qDYt,uK7W at xTK}UAZQaoe[s)b9Z7%3izG4qOc3,) MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:707]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegAddValue(Name=DefaultFeature,Value='kELc~4j-@)xfNCKB&@mou67O at OYp84NyUM%T)?NMEF-KSWoP=~Gx26-!ll[C+ZC&JFbg9&}C[F1B9x+'`$3{$h4w8.`LO05j%5dGCOjAtk%T9S%44%.drz!Letdx?etf=GU0qlq$'S5&[Lgaxu2c8vI^d85%Iv1{GK)%4`0q=C+wEkP~,F=*,NEHs4Ae=%{n3iM't7yg%Nm$PD_[As=7pX?%i*GNDi8rgD599.8i]@'YZ`fkm[~OcuGW?PlPp$J{nKY3IWxtcy=o9+x5jrtLpvntEX'8]6}U=.6oH%j4wX4I)f1dRPZY?asENH)`o9Zn9G1J3h`o8qWfuSC+V^(ek)Rj])O0 at fM63Ah31$B7bLfN@^AE9v8NGuLfoG`b3cPRX0Nk8SVyEWrS{vbAjTHeQJ`d8`DLhd&]XqK,1QfF'hk_9P.%'qRcmqY{yxmNX%[- at f0vqZvOc.FF4iQ0XvXy@(-f}5WCBg@]My0mkR^]8qTi{6?CTOJYB6_iGwx?973qVgDygeoh!FVPcTtd9MfZe at n3.C%(Evioa{-596f`(+jkUk!yjbOeH`g~@]zUv)YR!`=Q$)Yv0LF5A,V}Mk3JS$1s+nOb8T&P at J[TH4ZGWI%OM0%rvivc?xMM969N]P3KMh_logS+?WA}D8?`5w8A1DgmpN=?=RjJ5ZX,RG(,Rt~*n`{C9]4}~OVu^rr=WQ at lcE0F96yx~Pk(%(U6YAA,(*j(?NHWM&PhkXO7By4MyC,)9KkO0IBQEqu}cN1NV^j.=c}{)4nndvWPw_fIdABM=ZYC?g%T-jE^vzLFOj0f9AV[ZC2qqLYH8S0!S_(!Ap)peBH}vDZuc=)QNjjh at O)1Zf$w-{M.jZIWlSvb?yh,zr.KiIsNM4Or`n{&9%_s53]uTR[{DXF,nOjp8Z+d2Plb`=&gJ8jZMpSo9ab8 at tboZq^xW)5)gg}s8]B)U8o0 at B*Fxr(sfswS at qlSJ7UPp4`O4DhveVT~?bjP+rB*Fr9Y at _yy3+Dy?B3A$s MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:707]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 Rollback: Updating component registration MSI (s) (9C:5C) [21:25:23:707]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,) MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:707]: Executing op: ComponentRegister(ComponentId={E822F933-C70D-3CF4-A92D-7263B8ACCF30},KeyPath=C:\WINDOWS\SysWOW64\msvcp100.dll,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=1,BinaryType=0) MSI (s) (9C:5C) [21:25:23:707]: WIN64DUALFOLDERS: 'C:\WINDOWS\system32\' will substitute 20 characters in 'C:\WINDOWS\SysWOW64\msvcp100.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). MSI (s) (9C:5C) [21:25:23:707]: WIN64DUALFOLDERS: 'C:\WINDOWS\system32\' will substitute 20 characters in 'C:\WINDOWS\SysWOW64\msvcp100.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegisterSharedComponentProvider(,,,Component={E822F933-C70D-3CF4-A92D-7263B8ACCF30},,ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4},,,,,,) MSI (s) (9C:5C) [21:25:23:707]: Executing op: ComponentRegister(ComponentId={9983C931-37BE-3C6E-AD32-8B6E789B6881},KeyPath=C:\WINDOWS\SysWOW64\msvcr100.dll,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=1,BinaryType=0) MSI (s) (9C:5C) [21:25:23:707]: WIN64DUALFOLDERS: 'C:\WINDOWS\system32\' will substitute 20 characters in 'C:\WINDOWS\SysWOW64\msvcr100.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). MSI (s) (9C:5C) [21:25:23:707]: WIN64DUALFOLDERS: 'C:\WINDOWS\system32\' will substitute 20 characters in 'C:\WINDOWS\SysWOW64\msvcr100.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegisterSharedComponentProvider(,,,Component={9983C931-37BE-3C6E-AD32-8B6E789B6881},,ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4},,,,,,) MSI (s) (9C:5C) [21:25:23:722]: Executing op: ComponentRegister(ComponentId={61FC5D58-D4B8-4220-B313-5C38A810ED32},KeyPath=02:\Software\Classes\Python.File\shell\Edit with IDLE\command\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:723]: Executing op: ComponentRegister(ComponentId={F36E0675-802A-440C-A687-01E12A13B07A},KeyPath=C:\Python34\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:723]: Executing op: ComponentRegister(ComponentId={720BE90B-4B9F-4BCD-9E09-6592B0702856},,State=-7,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={19D57D76-2D16-43A7-B098-7A0FFE6B6DE2},KeyPath=02:\Software\Python\PythonCore\3.4\InstallPath\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={C6BBD9E3-EA0C-4FF1-A3B5-331398B08B3E},KeyPath=02:\Software\Python\PythonCore\3.4\Help\Main Python Documentation\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={9CAF2D75-0D5E-4483-9569-25A677F162D8},KeyPath=C:\Python34\Doc\python342.chm,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={C30DEE87-DCFB-4C47-838E-8FCF09FE1A0E},KeyPath=C:\Python34\Tools\Scripts\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={2A0F5521-95B9-4D79-947B-74089E016529},KeyPath=C:\Python34\Tools\Scripts\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={638F7C34-D000-48F1-A750-85B4951895E8},KeyPath=C:\Python34\Tools\pynche\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={2B2E2E3D-C93A-42B4-B066-7A53CC9B767F},KeyPath=C:\Python34\Tools\pynche\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={9866756F-2C60-4A2C-8429-8C18498DFF87},KeyPath=C:\Python34\Tools\i18n\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={6E602721-5888-425B-9061-D2CB5D2B09AF},KeyPath=C:\Python34\Tools\i18n\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={C00C9407-1509-4258-A372-5C740667E1C2},KeyPath=C:\Python34\tcl\dde1.4\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={4943FEDE-D4AB-44AE-A8E3-47A21CEEDD85},KeyPath=C:\Python34\tcl\itcl4.0.0\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={4EC764C3-5B9C-4E4E-B5FF-D67A594E27D5},KeyPath=C:\Python34\tcl\reg1.3\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={224CC4B6-F196-46E5-911A-D6F759DFB016},KeyPath=C:\Python34\tcl\sqlite33.8.0\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={C01DF8C1-35B4-480A-A381-54D85DCB7ACD},KeyPath=C:\Python34\tcl\tcl8\8.4\platform\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={888F137B-1076-4970-ABA5-1E9699E7C67C},KeyPath=C:\Python34\tcl\tcl8\8.4\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={E87C3633-6A6D-4A71-91A9-0376E1B241AE},KeyPath=C:\Python34\tcl\tcl8\8.5\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={8795F9B2-BEF3-4EB9-A474-B635AD2EBA7D},KeyPath=C:\Python34\tcl\tcl8\8.6\tdbc\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={AFE88B7F-0476-4B6A-93C5-98FBFD033076},KeyPath=C:\Python34\tcl\tcl8\8.6\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={E7B8BA77-2DFB-40F8-8D03-73EA45A8E6C2},KeyPath=C:\Python34\tcl\tcl8.6\encoding\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={20FBAC06-02AD-4A5F-A621-D540B1EFF8FC},KeyPath=C:\Python34\tcl\tcl8.6\http1.0\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={C6E6D21E-8131-4B01-9C40-EB3D2C07BC37},KeyPath=C:\Python34\tcl\tcl8.6\msgs\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={FDB38F23-0CD8-41E5-8D08-243DFD1E1EC1},KeyPath=C:\Python34\tcl\tcl8.6\opt0.4\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={4C6D5783-28A4-4058-9078-656698E0FB05},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Africa\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={77FAE713-B713-47DF-95F5-EE80247BF484},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={C7D2A8EF-432D-4176-A101-A7B34F1B4020},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={10733047-C108-4EDC-B776-7F2235529DB9},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={9B2B4698-5570-43D4-9BE9-7BBD97C6CC35},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={BDD3A47B-8635-4457-864C-E89E9DE7C153},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\America\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={CE60515E-2FAA-4650-B4E9-45AA64C91B73},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={0E113720-A19A-4EF8-85F0-D67073864731},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Arctic\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={A44E8131-3332-477C-84EA-9F1C066444BE},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Asia\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={32E51060-E385-4661-9FB3-39373712E967},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Australia\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={11129B58-BCD2-4365-8787-9BD39443ADDF},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Brazil\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={7EB3C8C1-5B95-466C-B163-EB5D23EC31F6},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={86C2E9D8-3B5C-40E5-8949-DFBB6DA32186},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Canada\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={CB7F979C-8702-4577-AE3D-3BA99ECF3B55},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Chile\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={BF7CD259-9DAB-47E2-8FED-11015D54B46A},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Etc\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:773]: Executing op: ComponentRegister(ComponentId={2FA04CEC-0B3B-433B-8BFE-EC2D41BF31BC},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Europe\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:773]: Executing op: ComponentRegister(ComponentId={D65703EF-DBB2-4F14-98AD-CD601AC658D5},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Indian\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:773]: Executing op: ComponentRegister(ComponentId={8077F5B8-5925-42B6-B23A-CD11621B61E3},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Mexico\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:773]: Executing op: ComponentRegister(ComponentId={661E7317-5FCD-4932-8F60-E886B5104D4E},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\SystemV\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:778]: Executing op: ComponentRegister(ComponentId={C72E83E8-D550-4C6B-85A5-E874FC36BC8F},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Pacific\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={96ADE246-9D1C-4A55-A12F-55504E5A779C},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\US\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={479B1D98-3F43-412D-BFE7-9029B9FB5807},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={62B11C5A-D62B-44A5-87C3-B60193BFE1E3},KeyPath=C:\Python34\tcl\tcl8.6\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={4F245327-F4F1-4CB9-92BF-520B9909B4FE},KeyPath=C:\Python34\tcl\tdbc1.0.0\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={32B0D38D-F20C-480C-BED6-8D089049C49F},KeyPath=C:\Python34\tcl\tdbcmysql1.0.0\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={A2ED9F61-8F25-4BFB-A849-7171F6AACDF9},KeyPath=C:\Python34\tcl\tdbcodbc1.0.0\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={973BDFB2-93E7-4D5A-BCF2-A83F2554EF45},KeyPath=C:\Python34\tcl\tdbcpostgres1.0.0\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={FB5D43A4-A0BB-4C17-9429-AA2FF40A2486},KeyPath=C:\Python34\tcl\tdbcsqlite1.0.0\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={B641B011-89A3-45C9-BEF5-5C43F8613ACC},KeyPath=C:\Python34\tcl\thread2.7.0\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={6B584FEE-8648-4986-81B1-72B82DED0758},KeyPath=C:\Python34\tcl\tix8.4.3\bitmaps\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={E5662582-E649-4811-81AB-EFFC73C28450},KeyPath=C:\Python34\tcl\tix8.4.3\demos\bitmaps\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={F3CDE55F-FAF4-4CFC-A6C2-DEC5D7A87263},KeyPath=C:\Python34\tcl\tix8.4.3\demos\samples\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={C946F6A5-8687-4D13-87D4-4F204F11FA8A},KeyPath=C:\Python34\tcl\tix8.4.3\demos\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:794]: Executing op: ComponentRegister(ComponentId={C50D7B66-0D5C-4120-9608-4E00500FB6D1},KeyPath=C:\Python34\tcl\tix8.4.3\pref\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:794]: Executing op: ComponentRegister(ComponentId={F5E197CB-D538-46FF-A62C-2F242D3BEA85},KeyPath=C:\Python34\tcl\tix8.4.3\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:798]: Executing op: ComponentRegister(ComponentId={FB6A7CF0-7A6B-4C62-945E-C95AEC34507C},KeyPath=C:\Python34\tcl\tk8.6\demos\images\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:799]: Executing op: ComponentRegister(ComponentId={AF324E7F-1F39-4FD5-B145-2503621C813F},KeyPath=C:\Python34\tcl\tk8.6\demos\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:801]: Executing op: ComponentRegister(ComponentId={9FD7BE12-FFBB-4066-8A52-111C00EDCC28},KeyPath=C:\Python34\tcl\tk8.6\images\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:801]: Executing op: ComponentRegister(ComponentId={C2EBAA75-098D-419F-9A3C-57C5BD9E62C5},KeyPath=C:\Python34\tcl\tk8.6\msgs\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:803]: Executing op: ComponentRegister(ComponentId={0F557854-8749-4D8D-91BD-86978333140C},KeyPath=C:\Python34\tcl\tk8.6\ttk\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:804]: Executing op: ComponentRegister(ComponentId={52494BD8-B421-4E2F-AC8A-4D7284EC2119},KeyPath=C:\Python34\tcl\tk8.6\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:806]: Executing op: ComponentRegister(ComponentId={76E92608-B615-47A4-B3DB-37D3CD48491D},KeyPath=C:\Python34\tcl\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:807]: Executing op: ComponentRegister(ComponentId={2285AD57-0F84-4643-83C8-0F9DDB2B4CD4},KeyPath=C:\Python34\libs\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:809]: Executing op: ComponentRegister(ComponentId={1AFC2745-F09D-4975-97E9-0E9BE0D0BCED},KeyPath=C:\Python34\include\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:810]: Executing op: ComponentRegister(ComponentId={1557A103-3AE2-4462-905C-BB721CDAF167},KeyPath=C:\Python34\DLLs\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:811]: Executing op: ComponentRegister(ComponentId={AEA104F8-3395-49E1-97F6-4E5FE97CD8D9},KeyPath=C:\Python34\Lib\dbm\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:812]: Executing op: ComponentRegister(ComponentId={B81A303C-F7C9-4FE8-B846-FB922F85616B},KeyPath=C:\Python34\Lib\dbm\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:813]: Executing op: ComponentRegister(ComponentId={1B1C410C-36E6-4899-8006-0382A378CDAA},KeyPath=C:\Python34\Lib\distutils\tests\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:815]: Executing op: ComponentRegister(ComponentId={6E67046B-2B04-4D17-9A6B-C71497AB0D5C},KeyPath=C:\Python34\Lib\distutils\tests\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:817]: Executing op: ComponentRegister(ComponentId={F46722C0-1482-4000-AC04-9723B15833B1},KeyPath=C:\Python34\Lib\distutils\command\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:819]: Executing op: ComponentRegister(ComponentId={D74077F7-0FFE-4379-8293-94A58950BCCF},KeyPath=C:\Python34\Lib\distutils\command\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:820]: Executing op: ComponentRegister(ComponentId={406BD12A-4523-4E52-A82C-B0B09260A4C8},KeyPath=C:\Python34\Lib\distutils\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:822]: Executing op: ComponentRegister(ComponentId={3451ADF0-3BB3-431B-84A0-2E8421C0688B},KeyPath=C:\Python34\Lib\distutils\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:823]: Executing op: ComponentRegister(ComponentId={72F039C9-D20E-4560-9C4E-55D7C6F4CC2E},KeyPath=C:\Python34\Lib\importlib\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:824]: Executing op: ComponentRegister(ComponentId={05A61824-CAD7-4B80-ABA8-60BF7DF5320E},KeyPath=C:\Python34\Lib\importlib\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:826]: Executing op: ComponentRegister(ComponentId={DD4F33F1-2706-43F4-92F2-0D11E1469586},KeyPath=C:\Python34\Lib\collections\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:827]: Executing op: ComponentRegister(ComponentId={F2B3EB01-8066-4707-A444-490FE4C881DE},KeyPath=C:\Python34\Lib\collections\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:829]: Executing op: ComponentRegister(ComponentId={98FF471A-A4B7-4B81-9490-41781BB7D6EE},KeyPath=C:\Python34\Lib\unittest\test\testmock\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:830]: Executing op: ComponentRegister(ComponentId={82F490EA-CD85-4E8F-803B-258862B8AA37},KeyPath=C:\Python34\Lib\unittest\test\testmock\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:832]: Executing op: ComponentRegister(ComponentId={1F650E11-A06B-43A1-80CF-D1F0993DE33E},KeyPath=C:\Python34\Lib\unittest\test\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:833]: Executing op: ComponentRegister(ComponentId={1A9F6108-2567-4C5D-B01B-8B236D232C52},KeyPath=C:\Python34\Lib\unittest\test\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:835]: Executing op: ComponentRegister(ComponentId={2F59BFDC-1300-47D5-B97A-E376509A04BD},KeyPath=C:\Python34\Lib\unittest\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:836]: Executing op: ComponentRegister(ComponentId={37AAC803-FDD2-4530-AE76-2649E9BC09E7},KeyPath=C:\Python34\Lib\unittest\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:838]: Executing op: ComponentRegister(ComponentId={1A7DF43A-D8FD-4072-A047-FD757471F6B8},KeyPath=C:\Python34\Lib\xmlrpc\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:839]: Executing op: ComponentRegister(ComponentId={BB073EC0-5FA4-48DF-ABCC-1A75BF3DEE1C},KeyPath=C:\Python34\Lib\xmlrpc\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:841]: Executing op: ComponentRegister(ComponentId={45866CCF-BDBE-4AD3-B03F-5F938EE51C71},KeyPath=C:\Python34\Lib\msilib\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:842]: Executing op: ComponentRegister(ComponentId={429529A8-A9F1-4195-8801-3B27B520791E},KeyPath=C:\Python34\Lib\msilib\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:845]: Executing op: ComponentRegister(ComponentId={FD2A9AB7-A3EC-4B38-9F6B-60696653C483},KeyPath=C:\Python34\Lib\pydoc_data\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:847]: Executing op: ComponentRegister(ComponentId={237D9AB3-6EF9-40B0-88EB-03F1591C6EFA},KeyPath=C:\Python34\Lib\pydoc_data\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:849]: Executing op: ComponentRegister(ComponentId={E324F18B-FC37-4DDF-99C3-4B92B39B0C77},KeyPath=C:\Python34\Lib\encodings\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:850]: Executing op: ComponentRegister(ComponentId={D1F19C58-3E59-42FB-A543-45A0FBD0C0B1},KeyPath=C:\Python34\Lib\encodings\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:852]: Executing op: ComponentRegister(ComponentId={2D9AD070-E076-4EF7-B275-E5DDBCBBF038},KeyPath=C:\Python34\Lib\urllib\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:852]: Executing op: ComponentRegister(ComponentId={BE6FC00A-305D-44CA-9AB1-AE9303D16EE3},KeyPath=C:\Python34\Lib\urllib\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:854]: Executing op: ComponentRegister(ComponentId={0FF1D7D0-A20D-4451-A018-1C560FEBBAE2},KeyPath=C:\Python34\Lib\email\mime\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:855]: Executing op: ComponentRegister(ComponentId={27735C72-CB5B-4A84-96E3-C16A813B1341},KeyPath=C:\Python34\Lib\email\mime\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:856]: Executing op: ComponentRegister(ComponentId={91B94F41-6E5D-4671-AD82-213956DFE0D3},KeyPath=C:\Python34\Lib\email\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:857]: Executing op: ComponentRegister(ComponentId={DDC85856-EEA9-4A24-83CA-4F4A8D8E935F},KeyPath=C:\Python34\Lib\email\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:861]: Executing op: ComponentRegister(ComponentId={85ED20B9-BCC0-4647-AFC2-335501A26E26},KeyPath=C:\Python34\Lib\xml\sax\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:862]: Executing op: ComponentRegister(ComponentId={44827BBD-47BA-49EE-82C4-BB6149B9DB1C},KeyPath=C:\Python34\Lib\xml\sax\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:863]: Executing op: ComponentRegister(ComponentId={2DCC3748-BA25-46CF-AAA5-C711C705999E},KeyPath=C:\Python34\Lib\xml\parsers\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:864]: Executing op: ComponentRegister(ComponentId={8FFFE215-E7A3-4094-8496-772506FDBC3D},KeyPath=C:\Python34\Lib\xml\parsers\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:866]: Executing op: ComponentRegister(ComponentId={CDA1E7CC-89D5-44E5-B5B3-BBB791338FB6},KeyPath=C:\Python34\Lib\xml\etree\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:867]: Executing op: ComponentRegister(ComponentId={AE666653-1F30-4549-81F4-8940A4C19D00},KeyPath=C:\Python34\Lib\xml\etree\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:869]: Executing op: ComponentRegister(ComponentId={F4DBF48E-EFEB-467B-B3BA-41BEF30A4956},KeyPath=C:\Python34\Lib\xml\dom\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:870]: Executing op: ComponentRegister(ComponentId={93817CAB-7C54-4A9C-8CDD-4C63B0EECB7B},KeyPath=C:\Python34\Lib\xml\dom\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:871]: Executing op: ComponentRegister(ComponentId={F43572BE-FF0D-4B55-8DAE-6699BFCF2521},KeyPath=C:\Python34\Lib\xml\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:872]: Executing op: ComponentRegister(ComponentId={B7C1CD18-B966-4E6F-83DE-71CF4686BE35},KeyPath=C:\Python34\Lib\xml\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:873]: Executing op: ComponentRegister(ComponentId={9738AC9D-0C5E-4287-80AD-DAF2E0A6436F},KeyPath=C:\Python34\Lib\turtledemo\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:874]: Executing op: ComponentRegister(ComponentId={DDD807DC-BA5B-4EE0-98E3-DB792932E682},KeyPath=C:\Python34\Lib\turtledemo\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:875]: Executing op: ComponentRegister(ComponentId={40E423CA-ABD0-40DB-87C4-82270D748197},KeyPath=C:\Python34\Lib\test\test_email\data\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:876]: Executing op: ComponentRegister(ComponentId={4F40C704-F7FB-4E6E-B8BF-238EEBF187DC},KeyPath=C:\Python34\Lib\test\test_email\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:878]: Executing op: ComponentRegister(ComponentId={0BB61DF4-25E3-4215-AFED-9E25192502DB},KeyPath=C:\Python34\Lib\test\test_email\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:879]: Executing op: ComponentRegister(ComponentId={2F2302F6-BA61-4B4E-9F06-17AC5B01D070},KeyPath=C:\Python34\Lib\test\test_importlib\import_\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:880]: Executing op: ComponentRegister(ComponentId={33D5E321-0E8F-4A80-8981-8CDF41DD054F},KeyPath=C:\Python34\Lib\test\test_importlib\import_\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:882]: Executing op: ComponentRegister(ComponentId={A204F4B4-939A-4FE2-8501-11559F33AF42},KeyPath=C:\Python34\Lib\test\test_importlib\extension\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:883]: Executing op: ComponentRegister(ComponentId={14F60A62-B672-41F5-85AE-5CCF516D933A},KeyPath=C:\Python34\Lib\test\test_importlib\extension\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:884]: Executing op: ComponentRegister(ComponentId={D6DA89A7-56CD-4115-A1DD-41C6E7934E67},KeyPath=C:\Python34\Lib\test\test_importlib\source\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:885]: Executing op: ComponentRegister(ComponentId={56C43233-14E3-44D7-B2B0-D9F43EE4472C},KeyPath=C:\Python34\Lib\test\test_importlib\source\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:885]: Executing op: ComponentRegister(ComponentId={D5DAC868-FD4E-4E82-BD86-BA70411B7FAF},KeyPath=C:\Python34\Lib\test\test_importlib\frozen\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:887]: Executing op: ComponentRegister(ComponentId={DFA7D056-8E6D-43F3-963F-411DCADAFD82},KeyPath=C:\Python34\Lib\test\test_importlib\frozen\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:888]: Executing op: ComponentRegister(ComponentId={624D96EB-EB4E-41B2-89A9-5657ECC31E57},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:890]: Executing op: ComponentRegister(ComponentId={58E2CB10-599E-43DA-A3C8-6AB7EC97F3C4},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:891]: Executing op: ComponentRegister(ComponentId={01522C44-6A50-4B70-B1EF-60619CC14F78},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:892]: Executing op: ComponentRegister(ComponentId={B7CDCB68-5A58-482F-B3AC-DDE938C7E50E},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:893]: Executing op: ComponentRegister(ComponentId={3C14114C-8F6D-49D6-98E9-E5F0B0AEA482},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:895]: Executing op: ComponentRegister(ComponentId={BFB4D286-CE57-4972-BF61-FC0C85827072},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:896]: Executing op: ComponentRegister(ComponentId={E59FB05D-B8C6-464C-966C-F8DE5852A0EB},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:898]: Executing op: ComponentRegister(ComponentId={BF3A43B1-A49E-4AE7-A9FC-6A4230389177},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:899]: Executing op: ComponentRegister(ComponentId={D894ACAB-A24C-4683-ACCA-F031A9AD2CE0},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:900]: Executing op: ComponentRegister(ComponentId={726088E8-7104-4D47-AA00-765AACC9BA22},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:901]: Executing op: ComponentRegister(ComponentId={FC26AA63-89CB-4805-8479-34A2A05CF0AD},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:903]: Executing op: ComponentRegister(ComponentId={9D91E335-E1DD-436B-9937-B95EB40E7D16},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:904]: Executing op: ComponentRegister(ComponentId={1F7DA211-749D-40D6-84A1-B0657327C29C},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:905]: Executing op: ComponentRegister(ComponentId={BB788F20-051D-42CD-B983-37C77ACC11EB},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:906]: Executing op: ComponentRegister(ComponentId={80404118-8817-4F2D-98FD-63F547997A2B},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:908]: Executing op: ComponentRegister(ComponentId={9E93A6DE-B05B-497C-B499-38E1E6305B31},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:909]: Executing op: ComponentRegister(ComponentId={15FCAE9E-9E66-4CE0-8518-DD0F57F27F61},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:911]: Executing op: ComponentRegister(ComponentId={E34BF110-1B50-4476-AC64-12334F1BEDA4},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:912]: Executing op: ComponentRegister(ComponentId={F0573B1B-851F-40B8-BB2B-53C5834A7987},KeyPath=C:\Python34\Lib\test\test_importlib\builtin\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:913]: Executing op: ComponentRegister(ComponentId={AC33A264-0263-42E4-ABDE-93E77B9E04B8},KeyPath=C:\Python34\Lib\test\test_importlib\builtin\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:914]: Executing op: ComponentRegister(ComponentId={40AF44E2-51E7-442C-BC4A-66A3B17B81DC},KeyPath=C:\Python34\Lib\test\test_importlib\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:915]: Executing op: ComponentRegister(ComponentId={0091B91D-B52E-42F4-AE69-CB83EF668EA9},KeyPath=C:\Python34\Lib\test\test_importlib\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:922]: Executing op: ComponentRegister(ComponentId={009D6ECA-8CA4-4E6D-B06B-4093F2CD9DC6},KeyPath=C:\Python34\Lib\test\audiodata\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:923]: Executing op: ComponentRegister(ComponentId={87BE3AE1-90FA-4A31-83AF-23E4312B38AE},KeyPath=C:\Python34\Lib\test\data\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:924]: Executing op: ComponentRegister(ComponentId={3AEE26AA-DE5E-4C5B-9D42-2FFBF5277467},KeyPath=C:\Python34\Lib\test\xmltestdata\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:926]: Executing op: ComponentRegister(ComponentId={F22A49C3-7C11-43FB-95A4-F0FD34700900},KeyPath=C:\Python34\Lib\test\test_json\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:927]: Executing op: ComponentRegister(ComponentId={77577775-40CE-4B11-B425-6D42C3DC7F41},KeyPath=C:\Python34\Lib\test\test_json\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:929]: Executing op: ComponentRegister(ComponentId={C14189ED-7F53-47FD-82BC-711FCE6E0993},KeyPath=C:\Python34\Lib\test\subprocessdata\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:930]: Executing op: ComponentRegister(ComponentId={B25E1F41-BA0D-4F98-8B29-393B88D1AA33},KeyPath=C:\Python34\Lib\test\subprocessdata\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:932]: Executing op: ComponentRegister(ComponentId={CC0F519D-AC39-4EBE-8242-0DD4F7F2CFC3},KeyPath=C:\Python34\Lib\test\leakers\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:933]: Executing op: ComponentRegister(ComponentId={B6AD6048-A47B-4D30-92F2-48833368D39C},KeyPath=C:\Python34\Lib\test\leakers\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:934]: Executing op: ComponentRegister(ComponentId={87300615-947E-4045-858A-3920F1025C98},KeyPath=C:\Python34\Lib\test\cjkencodings\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:935]: Executing op: ComponentRegister(ComponentId={F1C11557-4CF8-4F08-A237-D88346353A4A},KeyPath=C:\Python34\Lib\test\crashers\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:936]: Executing op: ComponentRegister(ComponentId={31098E1A-57FD-42A0-9F93-C82C056FC8E6},KeyPath=C:\Python34\Lib\test\crashers\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:937]: Executing op: ComponentRegister(ComponentId={54EFED03-5922-469E-B523-22683B0C03C1},KeyPath=C:\Python34\Lib\test\tracedmodules\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:939]: Executing op: ComponentRegister(ComponentId={91CCF477-004A-4296-9143-87A0F20A484A},KeyPath=C:\Python34\Lib\test\tracedmodules\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:940]: Executing op: ComponentRegister(ComponentId={FE14B104-7590-4F88-8D84-E31DC010E577},KeyPath=C:\Python34\Lib\test\sndhdrdata\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:941]: Executing op: ComponentRegister(ComponentId={4B40E294-440E-490A-9196-B54B0A32507D},KeyPath=C:\Python34\Lib\test\decimaltestdata\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:942]: Executing op: ComponentRegister(ComponentId={73908F05-1142-4F20-98C8-79E20EC0A37B},KeyPath=C:\Python34\Lib\test\test_tools\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:944]: Executing op: ComponentRegister(ComponentId={0D67B5AE-B3F9-48A6-A8FD-C68204F423A9},KeyPath=C:\Python34\Lib\test\test_tools\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:944]: Executing op: ComponentRegister(ComponentId={7F45F00F-3B78-4FAF-93B5-3A68333230FD},KeyPath=C:\Python34\Lib\test\imghdrdata\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:946]: Executing op: ComponentRegister(ComponentId={DFEFE475-084B-4792-9951-B7FA008DFBA6},KeyPath=C:\Python34\Lib\test\encoded_modules\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:946]: Executing op: ComponentRegister(ComponentId={86C3D1D1-041F-4C4B-ADDD-D1F7F13E09DD},KeyPath=C:\Python34\Lib\test\encoded_modules\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:949]: Executing op: ComponentRegister(ComponentId={043C182C-5E79-4419-825A-497E0453F3A1},KeyPath=C:\Python34\Lib\test\capath\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:950]: Executing op: ComponentRegister(ComponentId={FAFACE7B-2F6B-4127-A5A8-4F8BA07EF558},KeyPath=C:\Python34\Lib\test\support\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:951]: Executing op: ComponentRegister(ComponentId={3F1F71A3-ECBF-49C2-907D-04CCFEFC8A59},KeyPath=C:\Python34\Lib\test\support\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:952]: Executing op: ComponentRegister(ComponentId={F4F92DC7-F6F5-45F9-924A-386561AD3500},KeyPath=C:\Python34\Lib\test\test_asyncio\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:954]: Executing op: ComponentRegister(ComponentId={2DFB9D39-2799-4B46-9442-F60273943915},KeyPath=C:\Python34\Lib\test\test_asyncio\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:954]: Executing op: ComponentRegister(ComponentId={7BD4DF9A-AB4D-4141-9129-B216ED6C151C},KeyPath=C:\Python34\Lib\test\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:956]: Executing op: ComponentRegister(ComponentId={50DA767D-3744-47C5-BBF3-98B8FB280B3D},KeyPath=C:\Python34\Lib\test\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:956]: Executing op: ComponentRegister(ComponentId={FBDD1D8F-AEEA-4A80-BD80-4AE6D9759BB1},KeyPath=C:\Python34\Lib\ctypes\macholib\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:959]: Executing op: ComponentRegister(ComponentId={F1E56143-FAF9-4AA7-974C-71E335450644},KeyPath=C:\Python34\Lib\ctypes\macholib\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:048]: Executing op: ComponentRegister(ComponentId={CA4DEB21-2F34-4264-9D02-3D144BA91303},KeyPath=C:\Python34\Lib\ctypes\test\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:049]: Executing op: ComponentRegister(ComponentId={4645AFA0-C418-4C43-A6B5-F6C230526FBF},KeyPath=C:\Python34\Lib\ctypes\test\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:050]: Executing op: ComponentRegister(ComponentId={E6755C65-1494-4C48-B748-613C1B52BEAB},KeyPath=C:\Python34\Lib\ctypes\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:052]: Executing op: ComponentRegister(ComponentId={134B2323-09A5-40F9-A9BF-E03F83EEBD16},KeyPath=C:\Python34\Lib\ctypes\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:053]: Executing op: ComponentRegister(ComponentId={9DF544BB-AC9E-43EB-AC0D-3EEAE6C58FA7},KeyPath=C:\Python34\Lib\logging\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:054]: Executing op: ComponentRegister(ComponentId={1D1F1E4D-E940-40DA-9B70-FE7CE0D9290A},KeyPath=C:\Python34\Lib\logging\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:055]: Executing op: ComponentRegister(ComponentId={E4911C93-20AE-417C-864E-532F61F53CA0},KeyPath=C:\Python34\Lib\ensurepip\_bundled\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:057]: Executing op: ComponentRegister(ComponentId={937731CE-9A5B-49AE-B2F2-19E6A1B17AE7},KeyPath=C:\Python34\Lib\ensurepip\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:057]: Executing op: ComponentRegister(ComponentId={7FCBFA5B-0D1F-4D02-8199-A1BFA0C92076},KeyPath=C:\Python34\Lib\ensurepip\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:058]: Executing op: ComponentRegister(ComponentId={00753773-947F-4DC9-9A8F-1F5352E5A09C},KeyPath=C:\Python34\Lib\multiprocessing\dummy\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:059]: Executing op: ComponentRegister(ComponentId={5EB1EDE1-E966-4393-AF37-DC5533C7CE99},KeyPath=C:\Python34\Lib\multiprocessing\dummy\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:061]: Executing op: ComponentRegister(ComponentId={68EEC75E-05C9-45D1-A3B4-C2C1124B9D5C},KeyPath=C:\Python34\Lib\multiprocessing\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:062]: Executing op: ComponentRegister(ComponentId={76B9C85A-B7A5-44E1-A9AA-093219821495},KeyPath=C:\Python34\Lib\multiprocessing\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:063]: Executing op: ComponentRegister(ComponentId={73BDF6EA-235B-4190-A9F0-216760571DEF},KeyPath=C:\Python34\Lib\curses\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:064]: Executing op: ComponentRegister(ComponentId={1CEDC146-F359-47C5-917F-B50A2C5F217B},KeyPath=C:\Python34\Lib\curses\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:065]: Executing op: ComponentRegister(ComponentId={D15C355D-5ED2-4271-A5B1-907F1B68328C},KeyPath=C:\Python34\Lib\json\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:067]: Executing op: ComponentRegister(ComponentId={18E31949-024E-425D-BA88-747C45D9D3E5},KeyPath=C:\Python34\Lib\json\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:068]: Executing op: ComponentRegister(ComponentId={D5DB5710-684C-454D-A00D-359CAFBAB510},KeyPath=C:\Python34\Lib\venv\scripts\posix\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:068]: Executing op: ComponentRegister(ComponentId={D277BEC4-B5BE-47DF-B7EE-493F2D3C1741},KeyPath=C:\Python34\Lib\venv\scripts\nt\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:070]: Executing op: ComponentRegister(ComponentId={E335F36F-004B-49B8-B83E-CA38AE632830},KeyPath=C:\Python34\Lib\venv\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:071]: Executing op: ComponentRegister(ComponentId={B2CE9FD3-A8FB-4C23-8D13-F932E37E7307},KeyPath=C:\Python34\Lib\venv\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:073]: Executing op: ComponentRegister(ComponentId={F15FBE6E-9DB4-4E6B-AD23-BECED6E48028},KeyPath=C:\Python34\Lib\wsgiref\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:074]: Executing op: ComponentRegister(ComponentId={BC22EE2D-7E8D-4DC6-8DBA-811544DA7646},KeyPath=C:\Python34\Lib\wsgiref\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:077]: Executing op: ComponentRegister(ComponentId={A6A96A40-1E41-43F3-9161-125F50208842},KeyPath=C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:078]: Executing op: ComponentRegister(ComponentId={DC0554AA-9E69-4625-9595-16A56AF32849},KeyPath=C:\Python34\Lib\tkinter\test\test_ttk\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:079]: Executing op: ComponentRegister(ComponentId={5A86D033-5751-453A-9989-43947646D0E1},KeyPath=C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:080]: Executing op: ComponentRegister(ComponentId={59F3F9AA-156E-4E11-B5BF-FCD84F864033},KeyPath=C:\Python34\Lib\tkinter\test\test_tkinter\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:082]: Executing op: ComponentRegister(ComponentId={C146E958-7ADC-4AEF-894D-E37C9437D43E},KeyPath=C:\Python34\Lib\tkinter\test\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:083]: Executing op: ComponentRegister(ComponentId={ABCC98B1-7791-4716-A72D-B4A476A57EE4},KeyPath=C:\Python34\Lib\tkinter\test\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:085]: Executing op: ComponentRegister(ComponentId={EF542765-5211-4F71-B94D-24B82A1EA95D},KeyPath=C:\Python34\Lib\tkinter\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:085]: Executing op: ComponentRegister(ComponentId={83C6B667-5062-4B16-ABE6-3C4E6F639CB4},KeyPath=C:\Python34\Lib\tkinter\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:087]: Executing op: ComponentRegister(ComponentId={DC2C8A71-65EE-41F7-BB24-19194A856F02},KeyPath=C:\Python34\Lib\lib2to3\fixes\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:088]: Executing op: ComponentRegister(ComponentId={7E27192B-16AD-4388-AC47-E44C14483707},KeyPath=C:\Python34\Lib\lib2to3\fixes\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:089]: Executing op: ComponentRegister(ComponentId={260FC447-DD97-4E55-BEA4-531A98D9B60A},KeyPath=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:090]: Executing op: ComponentRegister(ComponentId={9A987846-8820-4790-8DD2-52011D23A84C},KeyPath=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:091]: Executing op: ComponentRegister(ComponentId={43CC7DD9-20AB-46C4-B05C-B576BA9331DC},KeyPath=C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:092]: Executing op: ComponentRegister(ComponentId={34E48AEB-0FF9-4FBA-A334-0DBCA4ED1660},KeyPath=C:\Python34\Lib\lib2to3\tests\data\fixers\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:094]: Executing op: ComponentRegister(ComponentId={98B886F9-9DFA-4A28-A3A0-DFDE1504ACCC},KeyPath=C:\Python34\Lib\lib2to3\tests\data\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:094]: Executing op: ComponentRegister(ComponentId={DCFD977F-CBA5-4E3C-89D1-D15AECD20378},KeyPath=C:\Python34\Lib\lib2to3\tests\data\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:096]: Executing op: ComponentRegister(ComponentId={06871CFA-3705-4384-A313-B93C02368AE1},KeyPath=C:\Python34\Lib\lib2to3\tests\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:097]: Executing op: ComponentRegister(ComponentId={1C303B33-3410-4000-8CA6-DA42A4ADFE68},KeyPath=C:\Python34\Lib\lib2to3\tests\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:098]: Executing op: ComponentRegister(ComponentId={C91D3713-396C-4237-8A26-9FC26C7805DC},KeyPath=C:\Python34\Lib\lib2to3\pgen2\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:099]: Executing op: ComponentRegister(ComponentId={D40C906D-8BF9-4027-80D9-083B77F83B6B},KeyPath=C:\Python34\Lib\lib2to3\pgen2\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:101]: Executing op: ComponentRegister(ComponentId={26DD7FEF-7F19-4D9F-8453-F537EE54F44C},KeyPath=C:\Python34\Lib\lib2to3\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:102]: Executing op: ComponentRegister(ComponentId={78C1B9B3-C60F-4B0F-981E-3D9E1713C55D},KeyPath=C:\Python34\Lib\lib2to3\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:104]: Executing op: ComponentRegister(ComponentId={5F97B4B2-4424-4358-BD09-2BE019AB1F9B},KeyPath=C:\Python34\Lib\html\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:104]: Executing op: ComponentRegister(ComponentId={BBDFE696-5A25-4069-A5F2-E4B9D2328E6F},KeyPath=C:\Python34\Lib\html\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:106]: Executing op: ComponentRegister(ComponentId={3A7D05D9-9EBF-4D92-AE81-650B201B8D34},KeyPath=C:\Python34\Lib\sqlite3\test\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:107]: Executing op: ComponentRegister(ComponentId={2453CF14-19BD-4FCE-A5FE-20ADAC851F7E},KeyPath=C:\Python34\Lib\sqlite3\test\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:108]: Executing op: ComponentRegister(ComponentId={842B0430-0B90-40A9-99FE-5493843134B4},KeyPath=C:\Python34\Lib\sqlite3\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:109]: Executing op: ComponentRegister(ComponentId={787B5BC3-76A0-4269-A61A-9EEDB5CC4AAC},KeyPath=C:\Python34\Lib\sqlite3\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:110]: Executing op: ComponentRegister(ComponentId={CBC8034F-3295-4B21-B48D-574E064DF050},KeyPath=C:\Python34\Lib\http\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:111]: Executing op: ComponentRegister(ComponentId={6A46E3B0-77DB-40D0-8F41-998887538411},KeyPath=C:\Python34\Lib\http\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:113]: Executing op: ComponentRegister(ComponentId={B8132288-A7D8-4960-8DF8-F764E27D5E9C},KeyPath=C:\Python34\Lib\concurrent\futures\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:114]: Executing op: ComponentRegister(ComponentId={3E652E24-4388-4622-9DA4-6C076FB69233},KeyPath=C:\Python34\Lib\concurrent\futures\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:115]: Executing op: ComponentRegister(ComponentId={EC446479-5F03-43E9-B2EA-84E50C3189D9},KeyPath=C:\Python34\Lib\concurrent\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:116]: Executing op: ComponentRegister(ComponentId={7C7112EC-DDC7-494B-BB57-BA050117C599},KeyPath=C:\Python34\Lib\concurrent\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:117]: Executing op: ComponentRegister(ComponentId={16EE5E8C-D79B-42EB-9BBA-B20D215818D9},KeyPath=C:\Python34\Lib\idlelib\Icons\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:118]: Executing op: ComponentRegister(ComponentId={E6D7F362-5511-4B15-9899-43B17ED3D883},KeyPath=C:\Python34\Lib\idlelib\idle_test\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:119]: Executing op: ComponentRegister(ComponentId={C2FE6927-5DB7-46F2-8F2B-A4A4025EF6D6},KeyPath=C:\Python34\Lib\idlelib\idle_test\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:120]: Executing op: ComponentRegister(ComponentId={0BBD1890-325A-4132-999F-3DB9E43EDE9F},KeyPath=C:\Python34\Lib\idlelib\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:121]: Executing op: ComponentRegister(ComponentId={40D5646E-E676-4CC1-BE16-92A59057B308},KeyPath=C:\Python34\Lib\idlelib\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:123]: Executing op: ComponentRegister(ComponentId={E3E458AF-9549-421D-ABCD-9A4C8396D4BF},KeyPath=C:\Python34\Lib\site-packages\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:125]: Executing op: ComponentRegister(ComponentId={059DED03-DBFA-4FAC-BE54-F497EBB8BC60},KeyPath=C:\Python34\Lib\asyncio\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:125]: Executing op: ComponentRegister(ComponentId={64A48A73-6DED-46A8-BC72-B5C713C9A3F9},KeyPath=C:\Python34\Lib\asyncio\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:127]: Executing op: ComponentRegister(ComponentId={06752958-7EDD-4717-9C92-72CE09A18D45},KeyPath=C:\Python34\Lib\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:128]: Executing op: ComponentRegister(ComponentId={B0860D14-842F-405B-8221-69405AEE472B},KeyPath=C:\Python34\Lib\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:129]: Executing op: ComponentRegister(ComponentId={F7FE2C01-5E65-46B7-B7CE-1AD311337836},KeyPath=C:\Python34\DLLs\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:129]: Executing op: ComponentRegister(ComponentId={502E653B-81E8-42F3-97BC-D006E028FF02},KeyPath=C:\WINDOWS\pyw.exe,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=1,BinaryType=1) MSI (s) (9C:5C) [21:25:24:132]: Executing op: RegisterSharedComponentProvider(,,,Component={502E653B-81E8-42F3-97BC-D006E028FF02},,ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4},,,,,,) MSI (s) (9C:5C) [21:25:24:133]: Executing op: ComponentRegister(ComponentId={FFAF3F15-2286-4117-B9B8-C726A03032B8},KeyPath=C:\WINDOWS\py.exe,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=1,BinaryType=1) MSI (s) (9C:5C) [21:25:24:135]: Executing op: RegisterSharedComponentProvider(,,,Component={FFAF3F15-2286-4117-B9B8-C726A03032B8},,ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4},,,,,,) MSI (s) (9C:5C) [21:25:24:136]: Executing op: ComponentRegister(ComponentId={0A5816F7-32B4-43A2-8A8B-385F07CACA1B},KeyPath=C:\Python34\pythonw.exe,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:137]: Executing op: ComponentRegister(ComponentId={9ADE136B-B6F0-4D75-81E6-B76C842199AA},KeyPath=C:\Python34\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:138]: Executing op: ComponentRegister(ComponentId={6D4731E9-039A-45F2-9E45-8D383FAA29A1},KeyPath=C:\Python34\python.exe,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:140]: Executing op: ComponentRegister(ComponentId={7A0C5812-2583-40D9-BCBB-CD7485F11377},KeyPath=C:\WINDOWS\SysWOW64\python34.dll,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=1,BinaryType=0) MSI (s) (9C:5C) [21:25:24:140]: WIN64DUALFOLDERS: 'C:\WINDOWS\system32\' will substitute 20 characters in 'C:\WINDOWS\SysWOW64\python34.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). MSI (s) (9C:5C) [21:25:24:140]: WIN64DUALFOLDERS: 'C:\WINDOWS\system32\' will substitute 20 characters in 'C:\WINDOWS\SysWOW64\python34.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). MSI (s) (9C:5C) [21:25:24:141]: Executing op: ComponentRegister(ComponentId={B5CAB1D1-55F7-4B11-AFE9-6C55AC8274D4},KeyPath=C:\Python34\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:142]: Executing op: ComponentRegister(ComponentId={0D59C737-395C-4498-A056-D72653A296B5},KeyPath=C:\Python34\Tools\pynche\X\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) Rollback: InstallInitialize MSI (s) (9C:5C) [21:25:24:144]: Executing op: ActionStart(Name=InstallInitialize,,) MSI (s) (9C:5C) [21:25:24:145]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\ABDC385235A82264BB76D16173411C4B\SourceList,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:146]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:24:146]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\ABDC385235A82264BB76D16173411C4B\SourceList 3: 2 MSI (s) (9C:5C) [21:25:24:147]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:148]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:24:148]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:5C) [21:25:24:149]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\TempPackages,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:150]: Executing op: RegRemoveValue(Name=C:\WINDOWS\Installer\{2583CDBA-8A53-4622-BB67-1D163714C1B4}\python_icon.exe,Value=#1,) MSI (s) (9C:5C) [21:25:24:151]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:153]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\UpgradeCodes\18442A29BCE3CF048863407B69E60C5D,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:154]: Executing op: RegAddValue(Name=ABDC385235A82264BB76D16173411C4B,,) MSI (s) (9C:5C) [21:25:24:155]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:156]: Executing op: RegAddValue(Name=DefaultFeature,,) MSI (s) (9C:5C) [21:25:24:156]: Executing op: RegAddValue(Name=SharedCRT,,) MSI (s) (9C:5C) [21:25:24:158]: Executing op: RegAddValue(Name=Extensions,Value=DefaultFeature,) MSI (s) (9C:5C) [21:25:24:158]: Executing op: RegAddValue(Name=TclTk,Value=DefaultFeature,) MSI (s) (9C:5C) [21:25:24:160]: Executing op: RegAddValue(Name=Documentation,Value=DefaultFeature,) MSI (s) (9C:5C) [21:25:24:160]: Executing op: RegAddValue(Name=Tools,Value=DefaultFeature,) MSI (s) (9C:5C) [21:25:24:161]: Executing op: RegAddValue(Name=pip_feature,Value=DefaultFeature,) MSI (s) (9C:5C) [21:25:24:162]: Executing op: RegAddValue(Name=Testsuite,Value=DefaultFeature,) MSI (s) (9C:5C) [21:25:24:163]: Executing op: RegAddValue(Name=PrependPath,Value=DefaultFeature,) MSI (s) (9C:5C) [21:25:24:164]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:165]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:166]: Executing op: RegAddValue(Name=ProductName,Value=Python 3.4.2,) MSI (s) (9C:5C) [21:25:24:168]: Executing op: RegAddValue(Name=PackageCode,Value=4A2D0639614D183439609EB60FC32210,) MSI (s) (9C:5C) [21:25:24:168]: Executing op: RegAddValue(Name=Language,Value=#1033,) MSI (s) (9C:5C) [21:25:24:169]: Executing op: RegAddValue(Name=Version,Value=#50610141,) MSI (s) (9C:5C) [21:25:24:169]: Executing op: RegAddValue(Name=Assignment,Value=#1,) MSI (s) (9C:5C) [21:25:24:171]: Executing op: RegAddValue(Name=AdvertiseFlags,Value=#388,) MSI (s) (9C:5C) [21:25:24:172]: Executing op: RegAddValue(Name=InstanceType,Value=#0,) MSI (s) (9C:5C) [21:25:24:173]: Executing op: RegAddValue(Name=AuthorizedLUAApp,Value=#0,) MSI (s) (9C:5C) [21:25:24:174]: Executing op: RegAddValue(Name=DeploymentFlags,Value=#2,) MSI (s) (9C:5C) [21:25:24:175]: Executing op: RegAddValue(Name=Clients,Value=[~]:[~],) MSI (s) (9C:5C) [21:25:24:176]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\ABDC385235A82264BB76D16173411C4B\SourceList,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:177]: Executing op: RegAddValue(Name=PackageName,Value=python-3.4.2.msi,) MSI (s) (9C:5C) [21:25:24:179]: Executing op: RegAddValue(Name=LastUsedSource,Value=#%n;1;C:\Users\pierre\Downloads\,) MSI (s) (9C:5C) [21:25:24:180]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\ABDC385235A82264BB76D16173411C4B\SourceList\Net,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:180]: Executing op: RegAddValue(Name=1,Value=#%C:\Users\pierre\Downloads\,) MSI (s) (9C:5C) [21:25:24:182]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\ABDC385235A82264BB76D16173411C4B\SourceList\Media,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:182]: Executing op: RegAddValue(Name=1,Value=;,) MSI (s) (9C:5C) [21:25:24:184]: Executing op: RegAddValue(Name=3394,Value=;,) MSI (s) (9C:5C) [21:25:24:184]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\ABDC385235A82264BB76D16173411C4B,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:186]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{2583CDBA-8A53-4622-BB67-1D163714C1B4},SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:24:187]: Executing op: RegAddValue(Name=DisplayName,Value=Python 3.4.2,) MSI (s) (9C:5C) [21:25:24:189]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\InstallProperties,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:189]: Executing op: RegAddValue(Name=DisplayName,Value=Python 3.4.2,) MSI (s) (9C:5C) [21:25:24:192]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\InstallProperties,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:192]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:195]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:196]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:197]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Usage,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:198]: Executing op: RegAddValue(Name=TclTk,Value=#1162805249,) MSI (s) (9C:5C) [21:25:24:199]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Usage,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:200]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Usage,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:201]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:202]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes\18442A29BCE3CF048863407B69E60C5D,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:203]: Executing op: RegAddValue(Name=ABDC385235A82264BB76D16173411C4B,,) MSI (s) (9C:5C) [21:25:24:205]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{2583CDBA-8A53-4622-BB67-1D163714C1B4},SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:24:206]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:208]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:210]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:210]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:211]: Executing op: RegAddValue(Name=Language,Value=#1033,) MSI (s) (9C:5C) [21:25:24:211]: Executing op: RegAddValue(Name=Version,Value=#50610141,) MSI (s) (9C:5C) [21:25:24:213]: Executing op: RegAddValue(Name=WindowsInstaller,Value=#1,) MSI (s) (9C:5C) [21:25:24:214]: Executing op: RegAddValue(Name=VersionMinor,Value=#4,) MSI (s) (9C:5C) [21:25:24:216]: Executing op: RegAddValue(Name=VersionMajor,Value=#3,) MSI (s) (9C:5C) [21:25:24:217]: Executing op: RegAddValue(Name=URLUpdateInfo,,) MSI (s) (9C:5C) [21:25:24:218]: Executing op: RegAddValue(Name=URLInfoAbout,,) MSI (s) (9C:5C) [21:25:24:218]: Executing op: RegAddValue(Name=UninstallString,Value=#%MsiExec.exe /I{2583CDBA-8A53-4622-BB67-1D163714C1B4},) MSI (s) (9C:5C) [21:25:24:219]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:220]: Executing op: RegAddValue(Name=EstimatedSize,Value=#67185,) MSI (s) (9C:5C) [21:25:24:221]: Executing op: RegAddValue(Name=Size,,) MSI (s) (9C:5C) [21:25:24:222]: Executing op: RegAddValue(Name=Readme,,) MSI (s) (9C:5C) [21:25:24:223]: Executing op: RegAddValue(Name=Publisher,Value=Python Software Foundation,) MSI (s) (9C:5C) [21:25:24:224]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:225]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:226]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:227]: Executing op: RegAddValue(Name=ModifyPath,Value=#%MsiExec.exe /I{2583CDBA-8A53-4622-BB67-1D163714C1B4},) MSI (s) (9C:5C) [21:25:24:227]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:228]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:229]: Executing op: RegAddValue(Name=InstallSource,Value=C:\Users\pierre\Downloads\,) MSI (s) (9C:5C) [21:25:24:230]: Executing op: RegAddValue(Name=InstallLocation,,) MSI (s) (9C:5C) [21:25:24:231]: Executing op: RegAddValue(Name=InstallDate,Value=20141015,) MSI (s) (9C:5C) [21:25:24:233]: Executing op: RegAddValue(Name=HelpTelephone,,) MSI (s) (9C:5C) [21:25:24:233]: Executing op: RegAddValue(Name=HelpLink,,) MSI (s) (9C:5C) [21:25:24:235]: Executing op: RegAddValue(Name=DisplayVersion,Value=3.4.16349,) MSI (s) (9C:5C) [21:25:24:236]: Executing op: RegAddValue(Name=Contact,,) MSI (s) (9C:5C) [21:25:24:237]: Executing op: RegAddValue(Name=Comments,,) MSI (s) (9C:5C) [21:25:24:237]: Executing op: RegAddValue(Name=AuthorizedCDFPrefix,,) MSI (s) (9C:5C) [21:25:24:239]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\InstallProperties,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:240]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:241]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:241]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:243]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:245]: Executing op: RegAddValue(Name=Language,Value=#1033,) MSI (s) (9C:5C) [21:25:24:246]: Executing op: RegAddValue(Name=Version,Value=#50610141,) MSI (s) (9C:5C) [21:25:24:246]: Executing op: RegAddValue(Name=WindowsInstaller,Value=#1,) MSI (s) (9C:5C) [21:25:24:248]: Executing op: RegAddValue(Name=VersionMinor,Value=#4,) MSI (s) (9C:5C) [21:25:24:248]: Executing op: RegAddValue(Name=VersionMajor,Value=#3,) MSI (s) (9C:5C) [21:25:24:250]: Executing op: RegAddValue(Name=URLUpdateInfo,,) MSI (s) (9C:5C) [21:25:24:250]: Executing op: RegAddValue(Name=URLInfoAbout,,) MSI (s) (9C:5C) [21:25:24:251]: Executing op: RegAddValue(Name=UninstallString,Value=#%MsiExec.exe /I{2583CDBA-8A53-4622-BB67-1D163714C1B4},) MSI (s) (9C:5C) [21:25:24:252]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:253]: Executing op: RegAddValue(Name=EstimatedSize,Value=#67185,) MSI (s) (9C:5C) [21:25:24:255]: Executing op: RegAddValue(Name=Size,,) MSI (s) (9C:5C) [21:25:24:256]: Executing op: RegAddValue(Name=Readme,,) MSI (s) (9C:5C) [21:25:24:257]: Executing op: RegAddValue(Name=Publisher,Value=Python Software Foundation,) MSI (s) (9C:5C) [21:25:24:258]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:258]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:260]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:260]: Executing op: RegAddValue(Name=ModifyPath,Value=#%MsiExec.exe /I{2583CDBA-8A53-4622-BB67-1D163714C1B4},) MSI (s) (9C:5C) [21:25:24:261]: Executing op: RegAddValue(Name=LocalPackage,Value=C:\WINDOWS\Installer\cacff.msi,) MSI (s) (9C:5C) [21:25:24:262]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:263]: Executing op: RegAddValue(Name=InstallSource,Value=C:\Users\pierre\Downloads\,) MSI (s) (9C:5C) [21:25:24:264]: Executing op: RegAddValue(Name=InstallLocation,,) MSI (s) (9C:5C) [21:25:24:266]: Executing op: RegAddValue(Name=InstallDate,Value=20141015,) MSI (s) (9C:5C) [21:25:24:267]: Executing op: RegAddValue(Name=HelpTelephone,,) MSI (s) (9C:5C) [21:25:24:269]: Executing op: RegAddValue(Name=HelpLink,,) MSI (s) (9C:5C) [21:25:24:270]: Executing op: RegAddValue(Name=DisplayVersion,Value=3.4.16349,) MSI (s) (9C:5C) [21:25:24:271]: Executing op: RegAddValue(Name=Contact,,) MSI (s) (9C:5C) [21:25:24:271]: Executing op: RegAddValue(Name=Comments,,) MSI (s) (9C:5C) [21:25:24:272]: Executing op: RegAddValue(Name=AuthorizedCDFPrefix,,) MSI (s) (9C:5C) [21:25:24:273]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\TempPackages,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:274]: Executing op: RegRemoveValue(Name=C:\WINDOWS\Installer\cacff.msi,Value=#0,) MSI (s) (9C:5C) [21:25:24:275]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:277]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Transforms,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:278]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:24:278]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Transforms 3: 2 MSI (s) (9C:5C) [21:25:24:278]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0) MSI (s) (9C:5C) [21:25:24:278]: Error in rollback skipped. Return: 5 MSI (s) (9C:5C) [21:25:24:286]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:24:324]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1163045624,LangId=1033,Platform=589824,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1) MSI (s) (9C:5C) [21:25:24:324]: Executing op: DialogInfo(Type=0,Argument=1033) MSI (s) (9C:5C) [21:25:24:325]: Executing op: DialogInfo(Type=1,Argument=Python 3.4.1 (64-bit)) MSI (s) (9C:5C) [21:25:24:325]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1]) MSI (s) (9C:5C) [21:25:24:325]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5216d.rbf) MSI (s) (9C:5C) [21:25:24:325]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5216e.rbf) MSI (s) (9C:5C) [21:25:24:325]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5216f.rbf) MSI (s) (9C:5C) [21:25:24:325]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52170.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52171.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52172.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52173.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52174.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52175.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52176.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52177.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52178.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52179.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5217a.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5217b.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5217c.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5217d.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5217e.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5217f.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52180.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52181.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52182.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52183.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52184.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52185.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52186.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52187.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52188.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52189.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5218a.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5218b.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5218c.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5218d.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5218e.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5218f.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52190.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52191.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52192.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52193.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52194.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52195.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52196.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52197.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52198.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52199.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5219a.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5219b.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5219c.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5219d.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5219e.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5219f.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521a0.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521a1.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521a2.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521a3.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521a4.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521a5.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521a6.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521a7.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521a8.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521a9.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521aa.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ab.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ac.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ad.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ae.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521af.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521b0.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521b1.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521b2.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521b3.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521b4.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521b5.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521b6.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521b7.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521b8.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521b9.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ba.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521bb.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521bc.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521bd.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521be.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521bf.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521c0.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521c1.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521c2.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521c3.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521c4.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521c5.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521c6.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521c7.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521c8.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521c9.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ca.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521cb.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521cc.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521cd.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ce.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521cf.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521d0.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521d1.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521d2.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521d3.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521d4.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521d5.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521d6.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521d7.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521d8.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521d9.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521da.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521db.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521dc.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521dd.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521de.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521df.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521e0.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521e1.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521e2.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521e3.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521e4.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521e5.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521e6.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521e7.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521e8.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521e9.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ea.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521eb.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ec.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ed.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ee.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ef.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521f0.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521f1.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521f2.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521f3.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521f4.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521f5.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521f6.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521f7.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521f8.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521f9.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521fa.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521fb.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521fc.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521fd.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521fe.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ff.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52200.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52201.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52202.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52203.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52204.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52205.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52206.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52207.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52208.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52209.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5220a.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5220b.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5220c.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5220d.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5220e.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5220f.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52210.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52211.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52212.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52213.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52214.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52215.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52216.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52217.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52218.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52219.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5221a.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5221b.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5221c.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5221d.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5221e.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5221f.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52220.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52221.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52222.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52223.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52224.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52225.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52226.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52227.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52228.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52229.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5222a.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5222b.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5222c.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5222d.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5222e.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5222f.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52230.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52231.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52232.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52233.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52234.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52235.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52236.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52237.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52238.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52239.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5223a.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5223b.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5223c.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5223d.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5223e.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5223f.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52240.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52241.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52242.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52243.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52244.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52245.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52246.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52247.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52248.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52249.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5224a.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5224b.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5224c.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5224d.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5224e.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5224f.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52250.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52251.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52252.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52253.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52254.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52255.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52256.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52257.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52258.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52259.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5225a.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5225b.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5225c.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5225d.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5225e.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5225f.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52260.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52261.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52262.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52263.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52264.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52265.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52266.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52267.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52268.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52269.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5226a.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5226b.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5226c.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5226d.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5226e.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5226f.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52270.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52271.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52272.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52273.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52274.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52275.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52276.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52277.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52278.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52279.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5227a.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5227b.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5227c.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5227d.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5227e.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5227f.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52280.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52281.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52282.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52283.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52284.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52285.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52286.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52287.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52288.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52289.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5228a.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5228b.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5228c.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5228d.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5228e.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5228f.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52290.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52291.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52292.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52293.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52294.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52295.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52296.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52297.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52298.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52299.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5229a.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5229b.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5229c.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5229d.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5229e.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5229f.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522a0.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522a1.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522a2.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522a3.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522a4.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522a5.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522a6.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522a7.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522a8.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522a9.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522aa.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ab.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ac.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ad.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ae.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522af.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522b0.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522b1.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522b2.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522b3.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522b4.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522b5.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522b6.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522b7.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522b8.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522b9.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ba.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522bb.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522bc.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522bd.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522be.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522bf.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522c0.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522c1.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522c2.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522c3.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522c4.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522c5.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522c6.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522c7.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522c8.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522c9.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ca.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522cb.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522cc.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522cd.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ce.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522cf.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522d0.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522d1.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522d2.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522d3.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522d4.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522d5.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522d6.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522d7.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522d8.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522d9.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522da.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522db.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522dc.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522dd.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522de.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522df.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522e0.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522e1.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522e2.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522e3.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522e4.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522e5.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522e6.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522e7.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522e8.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522e9.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ea.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522eb.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ec.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ed.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ee.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ef.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522f0.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522f1.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522f2.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522f3.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522f4.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522f5.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522f6.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522f7.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522f8.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522f9.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522fa.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522fb.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522fc.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522fd.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522fe.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ff.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52300.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52301.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52302.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52303.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52304.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52305.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52306.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52307.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52308.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52309.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5230a.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5230b.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5230c.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5230d.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5230e.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5230f.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52310.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52311.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52312.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52313.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52314.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52315.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52316.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52317.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52318.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52319.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5231a.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5231b.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5231c.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5231d.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5231e.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5231f.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52320.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52321.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52322.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52323.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52324.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52325.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52326.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52327.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52328.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52329.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5232a.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5232b.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5232c.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5232d.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5232e.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5232f.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52330.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52331.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52332.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52333.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52334.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52335.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52336.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52337.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52338.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52339.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5233a.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5233b.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5233c.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5233d.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5233e.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5233f.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52340.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52341.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52342.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52343.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52344.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52345.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52346.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52347.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52348.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52349.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5234a.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5234b.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5234c.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5234d.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5234e.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5234f.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52350.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52351.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52352.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52353.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52354.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52355.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52356.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52357.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52358.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52359.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5235a.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5235b.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5235c.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5235d.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5235e.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5235f.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52360.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52361.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52362.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52363.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52364.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52365.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52366.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52367.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52368.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52369.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5236a.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5236b.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5236c.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5236d.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5236e.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5236f.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52370.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52371.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52372.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52373.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52374.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52375.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52376.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52377.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52378.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52379.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5237a.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5237b.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5237c.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5237d.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5237e.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5237f.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52380.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52381.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52382.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52383.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52384.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52385.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52386.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52387.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52388.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52389.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5238a.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5238b.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5238c.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5238d.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5238e.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5238f.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52390.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52391.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52392.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52393.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52394.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52395.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52396.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52397.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52398.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52399.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5239a.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5239b.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5239c.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5239d.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5239e.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5239f.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523a0.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523a1.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523a2.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523a3.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523a4.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523a5.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523a6.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523a7.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523a8.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523a9.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523aa.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ab.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ac.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ad.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ae.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523af.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523b0.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523b1.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523b2.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523b3.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523b4.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523b5.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523b6.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523b7.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523b8.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523b9.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ba.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523bb.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523bc.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523bd.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523be.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523bf.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523c0.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523c1.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523c2.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523c3.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523c4.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523c5.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523c6.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523c7.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523c8.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523c9.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ca.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523cb.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523cc.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523cd.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ce.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523cf.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523d0.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523d1.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523d2.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523d3.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523d4.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523d5.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523d6.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523d7.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523d8.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523d9.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523da.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523db.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523dc.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523dd.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523de.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523df.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523e0.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523e1.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523e2.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523e3.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523e4.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523e5.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523e6.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523e7.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523e8.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523e9.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ea.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523eb.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ec.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ed.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ee.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ef.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523f0.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523f1.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523f2.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523f3.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523f4.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523f5.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523f6.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523f7.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523f8.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523f9.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523fa.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523fb.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523fc.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523fd.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523fe.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ff.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52400.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52401.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52402.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52403.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52404.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52405.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52406.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52407.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52408.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52409.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5240a.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5240b.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5240c.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5240d.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5240e.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5240f.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52410.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52411.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52412.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52413.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52414.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52415.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52416.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52417.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52418.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52419.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5241a.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5241b.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5241c.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5241d.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5241e.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5241f.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52420.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52421.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52422.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52423.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52424.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52425.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52426.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52427.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52428.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52429.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5242a.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5242b.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5242c.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5242d.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5242e.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5242f.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52430.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52431.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52432.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52433.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52434.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52435.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52436.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52437.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52438.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52439.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5243a.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5243b.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5243c.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5243d.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5243e.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5243f.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52440.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52441.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52442.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52443.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52444.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52445.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52446.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52447.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52448.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52449.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5244a.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5244b.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5244c.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5244d.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5244e.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5244f.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52450.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52451.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52452.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52453.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52454.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52455.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52456.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52457.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52458.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52459.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5245a.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5245b.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5245c.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5245d.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5245e.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5245f.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52460.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52461.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52462.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52463.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52464.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52465.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52466.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52467.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52468.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52469.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5246a.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5246b.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5246c.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5246d.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5246e.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5246f.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52470.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52471.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52472.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52473.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52474.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52475.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52476.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52477.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52478.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52479.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5247a.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5247b.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5247c.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5247d.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5247e.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5247f.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52480.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52481.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52482.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52483.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52484.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52485.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52486.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52487.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52488.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52489.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5248a.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5248b.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5248c.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5248d.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5248e.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5248f.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52490.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52491.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52492.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52493.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52494.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52495.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52496.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52497.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52498.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52499.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5249a.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5249b.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5249c.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5249d.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5249e.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5249f.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524a0.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524a1.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524a2.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524a3.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524a4.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524a5.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524a6.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524a7.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524a8.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524a9.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524aa.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ab.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ac.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ad.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ae.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524af.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524b0.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524b1.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524b2.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524b3.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524b4.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524b5.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524b6.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524b7.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524b8.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524b9.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ba.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524bb.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524bc.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524bd.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524be.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524bf.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524c0.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524c1.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524c2.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524c3.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524c4.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524c5.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524c6.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524c7.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524c8.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524c9.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ca.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524cb.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524cc.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524cd.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ce.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524cf.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524d0.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524d1.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524d2.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524d3.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524d4.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524d5.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524d6.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524d7.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524d8.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524d9.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524da.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524db.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524dc.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524dd.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524de.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524df.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524e0.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524e1.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524e2.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524e3.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524e4.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524e5.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524e6.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524e7.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524e8.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524e9.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ea.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524eb.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ec.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ed.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ee.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ef.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524f0.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524f1.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524f2.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524f3.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524f4.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524f5.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524f6.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524f7.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524f8.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524f9.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524fa.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524fb.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524fc.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524fd.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524fe.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ff.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52500.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52501.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52502.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52503.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52504.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52505.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52506.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52507.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52508.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52509.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5250a.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5250b.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5250c.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5250d.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5250e.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5250f.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52510.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52511.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52512.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52513.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52514.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52515.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52516.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52517.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52518.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52519.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5251a.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5251b.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5251c.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5251d.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5251e.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5251f.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52520.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52521.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52522.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52523.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52524.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52525.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52526.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52527.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52528.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52529.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5252a.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5252b.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5252c.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5252d.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5252e.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5252f.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52530.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52531.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52532.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52533.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52534.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52535.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52536.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52537.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52538.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52539.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5253a.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5253b.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5253c.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5253d.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5253e.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5253f.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52540.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52541.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52542.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52543.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52544.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52545.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52546.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52547.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52548.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52549.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5254a.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5254b.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5254c.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5254d.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5254e.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5254f.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52550.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52551.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52552.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52553.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52554.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52555.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52556.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52557.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52558.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52559.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5255a.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5255b.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5255c.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5255d.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5255e.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5255f.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52560.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52561.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52562.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52563.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52564.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52565.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52566.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52567.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52568.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52569.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5256a.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5256b.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5256c.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5256d.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5256e.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5256f.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52570.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52571.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52572.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52573.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52574.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52575.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52576.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52577.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52578.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52579.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5257a.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5257b.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5257c.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5257d.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5257e.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5257f.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52580.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52581.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52582.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52583.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52584.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52585.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52586.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52587.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52588.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52589.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5258a.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5258b.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5258c.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5258d.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5258e.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5258f.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52590.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52591.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52592.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52593.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52594.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52595.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52596.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52597.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52598.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52599.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5259a.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5259b.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5259c.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5259d.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5259e.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5259f.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525a0.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525a1.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525a2.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525a3.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525a4.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525a5.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525a6.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525a7.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525a8.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525a9.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525aa.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ab.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ac.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ad.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ae.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525af.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525b0.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525b1.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525b2.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525b3.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525b4.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525b5.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525b6.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525b7.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525b8.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525b9.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ba.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525bb.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525bc.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525bd.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525be.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525bf.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525c0.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525c1.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525c2.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525c3.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525c4.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525c5.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525c6.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525c7.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525c8.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525c9.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ca.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525cb.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525cc.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525cd.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ce.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525cf.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525d0.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525d1.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525d2.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525d3.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525d4.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525d5.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525d6.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525d7.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525d8.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525d9.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525da.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525db.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525dc.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525dd.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525de.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525df.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525e0.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525e1.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525e2.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525e3.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525e4.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525e5.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525e6.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525e7.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525e8.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525e9.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ea.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525eb.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ec.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ed.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ee.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ef.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525f0.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525f1.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525f2.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525f3.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525f4.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525f5.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525f6.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525f7.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525f8.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525f9.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525fa.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525fb.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525fc.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525fd.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525fe.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ff.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52600.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52601.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52602.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52603.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52604.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52605.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52606.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52607.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52608.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52609.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5260a.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5260b.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5260c.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5260d.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5260e.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5260f.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52610.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52611.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52612.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52613.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52614.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52615.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52616.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52617.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52618.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52619.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5261a.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5261b.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5261c.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5261d.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5261e.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5261f.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52620.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52621.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52622.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52623.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52624.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52625.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52626.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52627.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52628.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52629.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5262a.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5262b.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5262c.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5262d.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5262e.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5262f.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52630.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52631.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52632.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52633.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52634.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52635.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52636.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52637.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52638.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52639.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5263a.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5263b.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5263c.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5263d.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5263e.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5263f.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52640.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52641.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52642.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52643.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52644.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52645.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52646.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52647.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52648.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52649.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5264a.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5264b.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5264c.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5264d.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5264e.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5264f.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52650.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52651.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52652.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52653.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52654.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52655.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52656.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52657.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52658.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52659.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5265a.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5265b.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5265c.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5265d.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5265e.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5265f.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52660.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52661.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52662.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52663.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52664.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52665.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52666.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52667.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52668.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52669.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5266a.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5266b.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5266c.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5266d.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5266e.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5266f.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52670.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52671.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52672.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52673.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52674.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52675.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52676.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52677.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52678.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52679.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5267a.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5267b.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5267c.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5267d.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5267e.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5267f.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52680.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52681.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52682.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52683.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52684.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52685.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52686.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52687.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52688.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52689.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5268a.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5268b.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5268c.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5268d.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5268e.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5268f.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52690.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52691.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52692.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52693.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52694.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52695.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52696.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52697.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52698.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52699.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5269a.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5269b.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5269c.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5269d.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5269e.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5269f.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526a0.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526a1.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526a2.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526a3.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526a4.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526a5.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526a6.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526a7.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526a8.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526a9.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526aa.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ab.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ac.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ad.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ae.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526af.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526b0.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526b1.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526b2.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526b3.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526b4.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526b5.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526b6.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526b7.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526b8.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526b9.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ba.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526bb.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526bc.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526bd.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526be.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526bf.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526c0.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526c1.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526c2.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526c3.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526c4.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526c5.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526c6.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526c7.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526c8.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526c9.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ca.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526cb.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526cc.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526cd.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ce.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526cf.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526d0.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526d1.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526d2.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526d3.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526d4.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526d5.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526d6.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526d7.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526d8.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526d9.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526da.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526db.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526dc.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526dd.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526de.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526df.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526e0.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526e1.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526e2.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526e3.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526e4.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526e5.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526e6.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526e7.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526e8.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526e9.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ea.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526eb.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ec.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ed.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ee.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ef.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526f0.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526f1.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526f2.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526f3.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526f4.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526f5.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526f6.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526f7.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526f8.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526f9.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526fa.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526fb.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526fc.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526fd.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526fe.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ff.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52700.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52701.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52702.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52703.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52704.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52705.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52706.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52707.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52708.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52709.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5270a.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5270b.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5270c.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5270d.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5270e.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5270f.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52710.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52711.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52712.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52713.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52714.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52715.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52716.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52717.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52718.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52719.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5271a.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5271b.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5271c.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5271d.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5271e.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5271f.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52720.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52721.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52722.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52723.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52724.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52725.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52726.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52727.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52728.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52729.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5272a.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5272b.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5272c.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5272d.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5272e.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5272f.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52730.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52731.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52732.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52733.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52734.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52735.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52736.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52737.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52738.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52739.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5273a.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5273b.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5273c.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5273d.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5273e.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5273f.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52740.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52741.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52742.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52743.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52744.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52745.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52746.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52747.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52748.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52749.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5274a.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5274b.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5274c.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5274d.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5274e.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5274f.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52750.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52751.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52752.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52753.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52754.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52755.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52756.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52757.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52758.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52759.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5275a.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5275b.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5275c.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5275d.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5275e.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5275f.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52760.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52761.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52762.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52763.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52764.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52765.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52766.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52767.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52768.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52769.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5276a.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5276b.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5276c.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5276d.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5276e.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5276f.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52770.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52771.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52772.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52773.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52774.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52775.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52776.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52777.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52778.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52779.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5277a.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5277b.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5277c.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5277d.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5277e.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5277f.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52780.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52781.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52782.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52783.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52784.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52785.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52786.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52787.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52788.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52789.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5278a.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5278b.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5278c.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5278d.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5278e.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5278f.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52790.rbf) MSI (s) (9C:5C) [21:25:24:363]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52791.rbf) MSI (s) (9C:5C) [21:25:24:363]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52792.rbf) MSI (s) (9C:5C) [21:25:24:364]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52793.rbf) MSI (s) (9C:5C) [21:25:24:364]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52794.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52795.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52796.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52797.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52798.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52799.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5279a.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5279b.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5279c.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5279d.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5279e.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5279f.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527a0.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527a1.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527a2.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527a3.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527a4.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527a5.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527a6.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527a7.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527a8.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527a9.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527aa.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ab.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ac.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ad.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ae.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527af.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527b0.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527b1.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527b2.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527b3.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527b4.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527b5.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527b6.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527b7.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527b8.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527b9.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ba.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527bb.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527bc.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527bd.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527be.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527bf.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527c0.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527c1.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527c2.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527c3.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527c4.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527c5.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527c6.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527c7.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527c8.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527c9.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ca.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527cb.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527cc.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527cd.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ce.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527cf.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527d0.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527d1.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527d2.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527d3.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527d4.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527d5.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527d6.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527d7.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527d8.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527d9.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527da.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527db.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527dc.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527dd.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527de.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527df.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527e0.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527e1.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527e2.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527e3.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527e4.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527e5.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527e6.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527e7.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527e8.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527e9.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ea.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527eb.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ec.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ed.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ee.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ef.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527f0.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527f1.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527f2.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527f3.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527f4.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527f5.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527f6.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527f7.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527f8.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527f9.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527fa.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527fb.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527fc.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527fd.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527fe.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ff.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52800.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52801.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52802.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52803.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52804.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52805.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52806.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52807.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52808.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52809.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5280a.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5280b.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5280c.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5280d.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5280e.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5280f.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52810.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52811.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52812.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52813.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52814.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52815.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52816.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52817.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52818.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52819.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5281a.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5281b.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5281c.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5281d.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5281e.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5281f.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52820.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52821.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52822.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52823.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52824.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52825.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52826.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52827.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52828.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52829.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5282a.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5282b.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5282c.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5282d.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5282e.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5282f.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52830.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52831.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52832.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52833.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52834.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52835.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52836.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52837.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52838.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52839.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5283a.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5283b.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5283c.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5283d.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5283e.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5283f.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52840.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52841.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52842.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52843.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52844.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52845.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52846.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52847.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52848.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52849.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5284a.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5284b.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5284c.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5284d.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5284e.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5284f.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52850.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52851.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52852.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52853.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52854.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52855.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52856.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52857.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52858.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52859.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5285a.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5285b.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5285c.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5285d.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5285e.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5285f.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52860.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52861.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52862.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52863.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52864.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52865.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52866.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52867.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52868.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52869.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5286a.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5286b.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5286c.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5286d.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5286e.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5286f.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52870.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52871.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52872.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52873.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52874.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52875.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52876.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52877.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52878.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52879.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5287a.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5287b.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5287c.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5287d.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5287e.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5287f.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52880.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52881.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52882.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52883.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52884.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52885.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52886.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52887.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52888.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52889.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5288a.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5288b.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5288c.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5288d.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5288e.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5288f.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52890.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52891.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52892.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52893.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52894.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52895.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52896.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52897.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52898.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52899.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5289a.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5289b.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5289c.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5289d.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5289e.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5289f.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528a0.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528a1.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528a2.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528a3.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528a4.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528a5.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528a6.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528a7.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528a8.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528a9.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528aa.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ab.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ac.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ad.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ae.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528af.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528b0.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528b1.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528b2.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528b3.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528b4.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528b5.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528b6.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528b7.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528b8.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528b9.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ba.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528bb.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528bc.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528bd.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528be.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528bf.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528c0.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528c1.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528c2.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528c3.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528c4.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528c5.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528c6.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528c7.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528c8.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528c9.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ca.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528cb.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528cc.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528cd.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ce.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528cf.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528d0.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528d1.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528d2.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528d3.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528d4.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528d5.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528d6.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528d7.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528d8.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528d9.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528da.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528db.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528dc.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528dd.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528de.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528df.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528e0.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528e1.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528e2.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528e3.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528e4.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528e5.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528e6.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528e7.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528e8.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528e9.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ea.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528eb.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ec.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ed.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ee.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ef.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528f0.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528f1.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528f2.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528f3.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528f4.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528f5.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528f6.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528f7.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528f8.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528f9.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528fa.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528fb.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528fc.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528fd.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528fe.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ff.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52900.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52901.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52902.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52903.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52904.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52905.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52906.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52907.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52908.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52909.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5290a.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5290b.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5290c.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5290d.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5290e.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5290f.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52910.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52911.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52912.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52913.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52914.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52915.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52916.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52917.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52918.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52919.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5291a.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5291b.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5291c.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5291d.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5291e.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5291f.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52920.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52921.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52922.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52923.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52924.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52925.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52926.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52927.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52928.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52929.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5292a.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5292b.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5292c.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5292d.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5292e.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5292f.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52930.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52931.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52932.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52933.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52934.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52935.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52936.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52937.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52938.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52939.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5293a.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5293b.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5293c.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5293d.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5293e.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5293f.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52940.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52941.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52942.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52943.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52944.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52945.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52946.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52947.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52948.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52949.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5294a.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5294b.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5294c.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5294d.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5294e.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5294f.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52950.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52951.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52952.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52953.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52954.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52955.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52956.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52957.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52958.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52959.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5295a.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5295b.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5295c.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5295d.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5295e.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5295f.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52960.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52961.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52962.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52963.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52964.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52965.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52966.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52967.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52968.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52969.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5296a.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5296b.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5296c.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5296d.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5296e.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5296f.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52970.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52971.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52972.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52973.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52974.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52975.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52976.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52977.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52978.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52979.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5297a.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5297b.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5297c.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5297d.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5297e.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5297f.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52980.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52981.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52982.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52983.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52984.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52985.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52986.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52987.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52988.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52989.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5298a.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5298b.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5298c.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5298d.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5298e.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5298f.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52990.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52991.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52992.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52993.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52994.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52995.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52996.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52997.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52998.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52999.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5299a.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5299b.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5299c.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5299d.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5299e.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5299f.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529a0.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529a1.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529a2.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529a3.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529a4.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529a5.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529a6.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529a7.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529a8.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529a9.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529aa.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ab.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ac.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ad.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ae.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529af.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529b0.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529b1.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529b2.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529b3.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529b4.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529b5.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529b6.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529b7.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529b8.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529b9.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ba.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529bb.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529bc.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529bd.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529be.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529bf.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529c0.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529c1.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529c2.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529c3.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529c4.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529c5.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529c6.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529c7.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529c8.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529c9.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ca.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529cb.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529cc.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529cd.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ce.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529cf.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529d0.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529d1.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529d2.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529d3.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529d4.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529d5.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529d6.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529d7.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529d8.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529d9.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529da.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529db.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529dc.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529dd.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529de.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529df.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529e0.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529e1.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529e2.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529e3.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529e4.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529e5.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529e6.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529e7.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529e8.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529e9.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ea.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529eb.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ec.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ed.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ee.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ef.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529f0.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529f1.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529f2.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529f3.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529f4.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529f5.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529f6.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529f7.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529f8.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529f9.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529fa.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529fb.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529fc.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529fd.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529fe.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ff.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a00.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a01.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a02.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a03.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a04.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a05.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a06.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a07.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a08.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a09.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a0a.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a0b.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a0c.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a0d.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a0e.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a0f.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a10.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a11.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a12.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a13.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a14.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a15.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a16.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a17.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a18.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a19.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a1a.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a1b.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a1c.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a1d.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a1e.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a1f.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a20.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a21.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a22.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a23.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a24.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a25.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a26.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a27.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a28.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a29.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a2a.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a2b.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a2c.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a2d.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a2e.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a2f.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a30.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a31.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a32.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a33.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a34.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a35.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a36.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a37.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a38.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a39.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a3a.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a3b.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a3c.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a3d.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a3e.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a3f.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a40.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a41.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a42.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a43.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a44.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a45.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a46.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a47.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a48.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a49.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a4a.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a4b.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a4c.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a4d.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a4e.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a4f.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a50.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a51.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a52.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a53.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a54.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a55.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a56.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a57.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a58.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a59.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a5a.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a5b.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a5c.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a5d.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a5e.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a5f.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a60.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a61.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a62.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a63.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a64.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a65.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a66.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a67.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a68.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a69.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a6a.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a6b.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a6c.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a6d.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a6e.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a6f.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a70.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a71.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a72.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a73.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a74.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a75.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a76.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a77.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a78.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a79.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a7a.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a7b.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a7c.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a7d.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a7e.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a7f.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a80.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a81.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a82.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a83.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a84.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a85.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a86.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a87.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a88.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a89.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a8a.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a8b.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a8c.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a8d.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a8e.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a8f.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a90.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a91.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a92.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a93.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a94.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a95.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a96.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a97.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a98.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a99.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a9a.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a9b.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a9c.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a9d.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a9e.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a9f.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aa0.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aa1.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aa2.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aa3.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aa4.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aa5.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aa6.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aa7.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aa8.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aa9.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aaa.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aab.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aac.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aad.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aae.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aaf.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ab0.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ab1.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ab2.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ab3.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ab4.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ab5.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ab6.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ab7.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ab8.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ab9.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aba.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52abb.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52abc.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52abd.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52abe.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52abf.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ac0.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ac1.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ac2.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ac3.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ac4.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ac5.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ac6.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ac7.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ac8.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ac9.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aca.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52acb.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52acc.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52acd.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ace.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52acf.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ad0.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ad1.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ad2.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ad3.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ad4.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ad5.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ad6.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ad7.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ad8.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ad9.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ada.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52adb.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52adc.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52add.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ade.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52adf.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ae0.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ae1.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ae2.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ae3.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ae4.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ae5.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ae6.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ae7.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ae8.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ae9.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aea.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aeb.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aec.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aed.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aee.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aef.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52af0.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52af1.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52af2.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52af3.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52af4.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52af5.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52af6.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52af7.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52af8.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52af9.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52afa.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52afb.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52afc.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52afd.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52afe.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aff.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b00.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b01.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b02.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b03.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b04.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b05.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b06.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b07.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b08.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b09.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b0a.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b0b.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b0c.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b0d.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b0e.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b0f.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b10.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b11.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b12.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b13.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b14.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b15.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b16.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b17.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b18.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b19.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b1a.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b1b.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b1c.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b1d.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b1e.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b1f.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b20.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b21.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b22.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b23.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b24.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b25.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b26.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b27.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b28.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b29.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b2a.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b2b.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b2c.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b2d.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b2e.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b2f.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b30.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b31.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b32.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b33.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b34.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b35.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b36.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b37.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b38.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b39.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b3a.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b3b.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b3c.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b3d.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b3e.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b3f.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b40.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b41.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b42.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b43.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b44.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b45.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b46.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b47.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b48.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b49.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b4a.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b4b.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b4c.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b4d.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b4e.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b4f.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b50.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b51.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b52.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b53.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b54.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b55.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b56.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b57.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b58.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b59.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b5a.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b5b.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b5c.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b5d.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b5e.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b5f.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b60.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b61.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b62.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b63.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b64.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b65.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b66.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b67.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b68.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b69.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b6a.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b6b.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b6c.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b6d.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b6e.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b6f.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b70.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b71.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b72.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b73.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b74.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b75.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b76.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b77.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b78.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b79.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b7a.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b7b.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b7c.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b7d.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b7e.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b7f.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b80.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b81.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b82.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b83.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b84.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b85.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b86.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b87.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b88.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b89.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b8a.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b8b.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b8c.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b8d.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b8e.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b8f.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b90.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b91.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b92.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b93.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b94.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b95.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b96.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b97.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b98.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b99.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b9a.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b9b.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b9c.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b9d.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b9e.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b9f.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ba0.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ba1.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ba2.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ba3.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ba4.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ba5.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ba6.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ba7.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ba8.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ba9.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52baa.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bab.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bac.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bad.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bae.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52baf.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bb0.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bb1.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bb2.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bb3.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bb4.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bb5.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bb6.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bb7.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bb8.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bb9.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bba.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bbb.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bbc.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bbd.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bbe.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bbf.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bc0.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bc1.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bc2.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bc3.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bc4.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bc5.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bc6.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bc7.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bc8.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bc9.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bca.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bcb.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bcc.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bcd.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bce.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bcf.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bd0.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bd1.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bd2.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bd3.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bd4.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bd5.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bd6.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bd7.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bd8.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bd9.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bda.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bdb.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bdc.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bdd.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bde.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bdf.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52be0.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52be1.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52be2.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52be3.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52be4.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52be5.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52be6.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52be7.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52be8.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52be9.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bea.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52beb.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bec.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bed.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bee.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bef.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bf0.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bf1.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bf2.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bf3.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bf4.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bf5.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bf6.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bf7.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bf8.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bf9.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bfa.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bfb.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bfc.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bfd.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bfe.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bff.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c00.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c01.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c02.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c03.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c04.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c05.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c06.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c07.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c08.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c09.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c0a.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c0b.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c0c.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c0d.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c0e.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c0f.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c10.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c11.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c12.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c13.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c14.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c15.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c16.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c17.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c18.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c19.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c1a.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c1b.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c1c.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c1d.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c1e.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c1f.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c20.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c21.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c22.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c23.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c24.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c25.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c26.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c27.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c28.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c29.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c2a.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c2b.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c2c.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c2d.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c2e.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c2f.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c30.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c31.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c32.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c33.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c34.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c35.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c36.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c37.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c38.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c39.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c3a.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c3b.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c3c.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c3d.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c3e.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c3f.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c40.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c41.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c42.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c43.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c44.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c45.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c46.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c47.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c48.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c49.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c4a.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c4b.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c4c.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c4d.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c4e.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c4f.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c50.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c51.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c52.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c53.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c54.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c55.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c56.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c57.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c58.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c59.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c5a.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c5b.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c5c.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c5d.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c5e.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c5f.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c60.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c61.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c62.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c63.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c64.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c65.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c66.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c67.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c68.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c69.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c6a.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c6b.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c6c.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c6d.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c6e.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c6f.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c70.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c71.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c72.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c73.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c74.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c75.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c76.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c77.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c78.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c79.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c7a.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c7b.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c7c.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c7d.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c7e.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c7f.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c80.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c81.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c82.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c83.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c84.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c85.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c86.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c87.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c88.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c89.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c8a.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c8b.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c8c.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c8d.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c8e.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c8f.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c90.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c91.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c92.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c93.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c94.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c95.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c96.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c97.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c98.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c99.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c9a.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c9b.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c9c.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c9d.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c9e.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c9f.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ca0.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ca1.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ca2.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ca3.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ca4.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ca5.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ca6.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ca7.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ca8.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ca9.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52caa.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cab.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cac.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cad.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cae.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52caf.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cb0.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cb1.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cb2.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cb3.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cb4.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cb5.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cb6.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cb7.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cb8.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cb9.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cba.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cbb.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cbc.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cbd.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cbe.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cbf.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cc0.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cc1.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cc2.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cc3.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cc4.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cc5.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cc6.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cc7.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cc8.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cc9.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cca.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ccb.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ccc.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ccd.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cce.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ccf.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cd0.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cd1.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cd2.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cd3.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cd4.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cd5.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cd6.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cd7.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cd8.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cd9.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cda.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cdb.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cdc.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cdd.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cde.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cdf.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ce0.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ce1.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ce2.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ce3.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ce4.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ce5.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ce6.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ce7.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ce8.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ce9.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cea.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ceb.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cec.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ced.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cee.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cef.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cf0.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cf1.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cf2.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cf3.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cf4.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cf5.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cf6.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cf7.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cf8.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cf9.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cfa.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cfb.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cfc.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cfd.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cfe.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cff.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d00.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d01.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d02.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d03.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d04.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d05.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d06.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d07.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d08.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d09.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d0a.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d0b.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d0c.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d0d.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d0e.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d0f.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d10.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d11.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d12.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d13.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d14.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d15.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d16.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d17.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d18.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d19.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d1a.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d1b.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d1c.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d1d.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d1e.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d1f.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d20.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d21.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d22.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d23.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d24.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d25.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d26.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d27.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d28.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d29.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d2a.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d2b.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d2c.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d2d.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d2e.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d2f.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d30.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d31.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d32.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d33.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d34.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d35.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d36.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d37.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d38.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d39.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d3a.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d3b.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d3c.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d3d.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d3e.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d3f.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d40.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d41.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d42.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d43.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d44.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d45.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d46.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d47.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d48.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d49.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d4a.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d4b.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d4c.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d4d.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d4e.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d4f.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d50.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d51.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d52.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d53.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d54.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d55.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d56.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d57.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d58.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d59.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d5a.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d5b.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d5c.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d5d.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d5e.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d5f.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d60.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d61.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d62.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d63.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d64.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d65.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d66.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d67.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d68.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d69.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d6a.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d6b.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d6c.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d6d.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d6e.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d6f.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d70.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d71.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d72.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d73.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d74.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d75.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d76.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d77.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d78.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d79.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d7a.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d7b.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d7c.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d7d.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d7e.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d7f.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d80.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d81.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d82.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d83.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d84.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d85.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d86.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d87.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d88.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d89.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d8a.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d8b.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d8c.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d8d.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d8e.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d8f.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d90.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d91.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d92.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d93.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d94.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d95.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d96.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d97.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d98.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d99.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d9a.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d9b.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d9c.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d9d.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d9e.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d9f.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52da0.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52da1.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52da2.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52da3.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52da4.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52da5.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52da6.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52da7.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52da8.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52da9.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52daa.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dab.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dac.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dad.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dae.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52daf.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52db0.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52db1.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52db2.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52db3.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52db4.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52db5.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52db6.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52db7.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52db8.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52db9.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dba.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dbb.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dbc.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dbd.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dbe.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dbf.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dc0.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dc1.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dc2.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dc3.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dc4.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dc5.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dc6.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dc7.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dc8.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dc9.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dca.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dcb.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dcc.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dcd.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dce.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dcf.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dd0.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dd1.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dd2.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dd3.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dd4.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dd5.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dd6.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dd7.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dd8.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dd9.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dda.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ddb.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ddc.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ddd.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dde.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ddf.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52de0.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52de1.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52de2.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52de3.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52de4.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52de5.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52de6.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52de7.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52de8.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52de9.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dea.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52deb.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dec.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ded.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dee.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52def.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52df0.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52df1.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52df2.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52df3.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52df4.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52df5.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52df6.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52df7.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52df8.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52df9.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dfa.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dfb.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dfc.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dfd.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dfe.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dff.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e00.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e01.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e02.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e03.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e04.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e05.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e06.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e07.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e08.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e09.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e0a.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e0b.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e0c.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e0d.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e0e.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e0f.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e10.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e11.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e12.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e13.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e14.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e15.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e16.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e17.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e18.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e19.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e1a.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e1b.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e1c.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e1d.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e1e.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e1f.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e20.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e21.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e22.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e23.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e24.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e25.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e26.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e27.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e28.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e29.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e2a.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e2b.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e2c.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e2d.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e2e.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e2f.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e30.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e31.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e32.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e33.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e34.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e35.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e36.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e37.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e38.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e39.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e3a.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e3b.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e3c.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e3d.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e3e.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e3f.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e40.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e41.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e42.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e43.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e44.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e45.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e46.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e47.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e48.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e49.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e4a.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e4b.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e4c.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e4d.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e4e.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e4f.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e50.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e51.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e52.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e53.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e54.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e55.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e56.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e57.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e58.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e59.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e5a.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e5b.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e5c.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e5d.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e5e.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e5f.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e60.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e61.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e62.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e63.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e64.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e65.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e66.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e67.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e68.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e69.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e6a.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e6b.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e6c.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e6d.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e6e.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e6f.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e70.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e71.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e72.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e73.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e74.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e75.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e76.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e77.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e78.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e79.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e7a.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e7b.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e7c.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e7d.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e7e.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e7f.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e80.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e81.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e82.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e83.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e84.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e85.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e86.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e87.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e88.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e89.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e8a.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e8b.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e8c.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e8d.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e8e.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e8f.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e90.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e91.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e92.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e93.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e94.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e95.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e96.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e97.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e98.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e99.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e9a.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e9b.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e9c.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e9d.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e9e.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e9f.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ea0.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ea1.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ea2.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ea3.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ea4.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ea5.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ea6.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ea7.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ea8.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ea9.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eaa.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eab.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eac.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ead.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eae.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eaf.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eb0.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eb1.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eb2.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eb3.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eb4.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eb5.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eb6.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eb7.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eb8.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eb9.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eba.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ebb.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ebc.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ebd.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ebe.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ebf.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ec0.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ec1.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ec2.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ec3.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ec4.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ec5.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ec6.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ec7.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ec8.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ec9.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eca.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ecb.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ecc.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ecd.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ece.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ecf.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ed0.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ed1.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ed2.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ed3.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ed4.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ed5.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ed6.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ed7.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ed8.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ed9.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eda.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52edb.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52edc.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52edd.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ede.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52edf.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ee0.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ee1.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ee2.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ee3.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ee4.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ee5.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ee6.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ee7.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ee8.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ee9.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eea.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eeb.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eec.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eed.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eee.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eef.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ef0.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ef1.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ef2.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ef3.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ef4.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ef5.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ef6.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ef7.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ef8.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ef9.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52efa.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52efb.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52efc.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52efd.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52efe.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eff.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f00.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f01.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f02.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f03.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f04.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f05.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f06.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f07.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f08.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f09.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f0a.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f0b.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f0c.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f0d.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f0e.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f0f.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f10.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f11.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f12.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f13.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f14.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f15.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f16.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f17.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f18.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f19.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f1a.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f1b.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f1c.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f1d.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f1e.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f1f.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f20.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f21.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f22.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f23.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f24.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f25.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f26.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f27.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f28.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f29.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f2a.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f2b.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f2c.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f2d.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f2e.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f2f.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f30.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f31.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f32.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f33.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f34.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f35.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f36.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f37.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f38.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f39.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f3a.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f3b.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f3c.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f3d.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f3e.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f3f.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f40.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f41.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f42.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f43.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f44.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f45.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f46.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f47.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f48.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f49.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f4a.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f4b.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f4c.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f4d.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f4e.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f4f.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f50.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f51.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f52.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f53.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f54.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f55.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f56.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f57.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f58.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f59.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f5a.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f5b.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f5c.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f5d.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f5e.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f5f.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f60.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f61.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f62.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f63.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f64.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f65.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f66.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f67.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f68.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f69.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f6a.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f6b.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f6c.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f6d.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f6e.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f6f.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f70.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f71.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f72.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f73.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f74.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f75.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f76.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f77.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f78.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f79.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f7a.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f7b.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f7c.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f7d.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f7e.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f7f.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f80.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f81.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f82.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f83.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f84.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f85.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f86.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f87.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f88.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f89.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f8a.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f8b.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f8c.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f8d.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f8e.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f8f.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f90.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f91.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f92.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f93.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f94.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f95.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f96.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f97.rbf) Action 21:25:24: Rollback. Rolling back action: Rollback: Publishing product information MSI (s) (9C:5C) [21:25:24:417]: Executing op: ActionStart(Name=PublishProduct,Description=Publishing product information,) MSI (s) (9C:5C) [21:25:24:418]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Patches,,BinaryType=-1,,) MSI (s) (9C:5C) [21:25:24:419]: Executing op: ProductInfo(ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},ProductName=Python 3.4.1 (64-bit),PackageName=python-3.4.1.amd64.msi,Language=1033,Version=50594942,Assignment=1,ObsoleteArg=0,,,PackageCode={A3D6909A-868F-4BF0-8F8B-7CAA65BDD455},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=2) MSI (s) (9C:5C) [21:25:24:420]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:24:420]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Patches 3: 2 MSI (s) (9C:5C) [21:25:24:420]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Patches,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:421]: Executing op: RegAddValue(Name=AllPatches,,) MSI (s) (9C:5C) [21:25:24:423]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD\Patches,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:423]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:24:423]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD\Patches 3: 2 Rollback: Copying new files MSI (s) (9C:5C) [21:25:24:424]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1], Directory: [9], Size: [6]) MSI (s) (9C:5C) [21:25:24:425]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f97.rbf,,DestName=C:\WINDOWS\Installer\$PatchCache$\Managed\BC24845D167FAB0388F1F18F12CD44FD\CacheSize.txt,Attributes=32800,FileSize=3,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:24:428]: File: C:\WINDOWS\Installer\$PatchCache$\Managed\BC24845D167FAB0388F1F18F12CD44FD\CacheSize.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:24:439]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:24:442]: Executing op: CacheSizeFlush(SizeHigh=0,SizeLow=0) MSI (s) (9C:5C) [21:25:24:446]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f96.rbf,,DestName=C:\WINDOWS\Installer\$PatchCache$\Managed\BC24845D167FAB0388F1F18F12CD44FD\3.4.1150\F_CENTRAL_msvcr100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC,Attributes=32800,FileSize=829264,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:24:448]: File: C:\WINDOWS\Installer\$PatchCache$\Managed\BC24845D167FAB0388F1F18F12CD44FD\3.4.1150\F_CENTRAL_msvcr100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:24:458]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:24:460]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f95.rbf,,DestName=C:\WINDOWS\Installer\$PatchCache$\Managed\BC24845D167FAB0388F1F18F12CD44FD\3.4.1150\F_CENTRAL_msvcp100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC,Attributes=32800,FileSize=608080,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:24:462]: File: C:\WINDOWS\Installer\$PatchCache$\Managed\BC24845D167FAB0388F1F18F12CD44FD\3.4.1150\F_CENTRAL_msvcp100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:24:472]: Note: 1: 2318 2: Rollback: Removing folders MSI (s) (9C:5C) [21:25:24:474]: Executing op: ActionStart(Name=RemoveFolders,Description=Removing folders,Template=Folder: [1]) MSI (s) (9C:5C) [21:25:24:474]: Executing op: FolderCreate(Folder=C:\Python34\Tools\Scripts\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:481]: Executing op: FolderCreate(Folder=C:\Python34\Tools\pynche\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:487]: Executing op: FolderCreate(Folder=C:\Python34\Tools\i18n\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:493]: Executing op: FolderCreate(Folder=C:\Python34\Lib\dbm\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:501]: Executing op: FolderCreate(Folder=C:\Python34\Lib\distutils\tests\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:508]: Executing op: FolderCreate(Folder=C:\Python34\Lib\distutils\command\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:515]: Executing op: FolderCreate(Folder=C:\Python34\Lib\distutils\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:522]: Executing op: FolderCreate(Folder=C:\Python34\Lib\importlib\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:528]: Executing op: FolderCreate(Folder=C:\Python34\Lib\collections\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:535]: Executing op: FolderCreate(Folder=C:\Python34\Lib\unittest\test\testmock\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:545]: Executing op: FolderCreate(Folder=C:\Python34\Lib\unittest\test\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:550]: Executing op: FolderCreate(Folder=C:\Python34\Lib\unittest\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:555]: Executing op: FolderCreate(Folder=C:\Python34\Lib\xmlrpc\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:561]: Executing op: FolderCreate(Folder=C:\Python34\Lib\msilib\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:567]: Executing op: FolderCreate(Folder=C:\Python34\Lib\pydoc_data\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:574]: Executing op: FolderCreate(Folder=C:\Python34\Lib\encodings\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:579]: Executing op: FolderCreate(Folder=C:\Python34\Lib\urllib\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:585]: Executing op: FolderCreate(Folder=C:\Python34\Lib\email\mime\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:594]: Executing op: FolderCreate(Folder=C:\Python34\Lib\email\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:598]: Executing op: FolderCreate(Folder=C:\Python34\Lib\xml\sax\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:607]: Executing op: FolderCreate(Folder=C:\Python34\Lib\xml\parsers\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:614]: Executing op: FolderCreate(Folder=C:\Python34\Lib\xml\etree\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:622]: Executing op: FolderCreate(Folder=C:\Python34\Lib\xml\dom\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:629]: Executing op: FolderCreate(Folder=C:\Python34\Lib\xml\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:635]: Executing op: FolderCreate(Folder=C:\Python34\Lib\turtledemo\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:642]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_email\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:649]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\import_\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:656]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\extension\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:662]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\source\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:668]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\frozen\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:675]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:688]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:705]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:719]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:734]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:746]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:758]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:772]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:782]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\builtin\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:793]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:805]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_json\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:814]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\subprocessdata\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:823]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\leakers\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:830]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\crashers\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:837]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\tracedmodules\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:843]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\encoded_modules\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:852]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\support\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:858]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_asyncio\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:865]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:871]: Executing op: FolderCreate(Folder=C:\Python34\Lib\ctypes\macholib\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:877]: Executing op: FolderCreate(Folder=C:\Python34\Lib\ctypes\test\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:883]: Executing op: FolderCreate(Folder=C:\Python34\Lib\ctypes\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:889]: Executing op: FolderCreate(Folder=C:\Python34\Lib\logging\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:895]: Executing op: FolderCreate(Folder=C:\Python34\Lib\ensurepip\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:902]: Executing op: FolderCreate(Folder=C:\Python34\Lib\multiprocessing\dummy\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:910]: Executing op: FolderCreate(Folder=C:\Python34\Lib\multiprocessing\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:917]: Executing op: FolderCreate(Folder=C:\Python34\Lib\curses\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:924]: Executing op: FolderCreate(Folder=C:\Python34\Lib\json\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:931]: Executing op: FolderCreate(Folder=C:\Python34\Lib\venv\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:938]: Executing op: FolderCreate(Folder=C:\Python34\Lib\wsgiref\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:944]: Executing op: FolderCreate(Folder=C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:952]: Executing op: FolderCreate(Folder=C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:958]: Executing op: FolderCreate(Folder=C:\Python34\Lib\tkinter\test\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:968]: Executing op: FolderCreate(Folder=C:\Python34\Lib\tkinter\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:974]: Executing op: FolderCreate(Folder=C:\Python34\Lib\lib2to3\fixes\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:984]: Executing op: FolderCreate(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:996]: Executing op: FolderCreate(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:003]: Executing op: FolderCreate(Folder=C:\Python34\Lib\lib2to3\tests\data\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:010]: Executing op: FolderCreate(Folder=C:\Python34\Lib\lib2to3\tests\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:018]: Executing op: FolderCreate(Folder=C:\Python34\Lib\lib2to3\pgen2\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:024]: Executing op: FolderCreate(Folder=C:\Python34\Lib\lib2to3\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:030]: Executing op: FolderCreate(Folder=C:\Python34\Lib\html\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:037]: Executing op: FolderCreate(Folder=C:\Python34\Lib\sqlite3\test\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:046]: Executing op: FolderCreate(Folder=C:\Python34\Lib\sqlite3\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:051]: Executing op: FolderCreate(Folder=C:\Python34\Lib\http\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:060]: Executing op: FolderCreate(Folder=C:\Python34\Lib\concurrent\futures\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:071]: Executing op: FolderCreate(Folder=C:\Python34\Lib\concurrent\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:076]: Executing op: FolderCreate(Folder=C:\Python34\Lib\idlelib\idle_test\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:085]: Executing op: FolderCreate(Folder=C:\Python34\Lib\idlelib\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:091]: Executing op: FolderCreate(Folder=C:\Python34\Lib\asyncio\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:097]: Executing op: FolderCreate(Folder=C:\Python34\Lib\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) Rollback: Removing files MSI (s) (9C:5C) [21:25:25:103]: Executing op: ActionStart(Name=RemoveFiles,Description=Removing files,Template=File: [1], Directory: [9]) MSI (s) (9C:5C) [21:25:25:103]: Executing op: SetTargetFolder(Folder=C:\Python34\Doc\) MSI (s) (9C:5C) [21:25:25:104]: Executing op: FolderCreate(Folder=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\,Foreign=1,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:111]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f94.rbf,,DestName=C:\Python34\Doc\python341.chm,Attributes=32800,FileSize=7297786,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:114]: File: C:\Python34\Doc\python341.chm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:124]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:126]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\Scripts\) MSI (s) (9C:5C) [21:25:25:127]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f93.rbf,,DestName=C:\Python34\Tools\Scripts\pydocgui.pyw,Attributes=32800,FileSize=222,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:130]: File: C:\Python34\Tools\Scripts\pydocgui.pyw; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:139]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:142]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f92.rbf,,DestName=C:\Python34\Tools\Scripts\pyvenv.py,Attributes=32800,FileSize=243,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:143]: File: C:\Python34\Tools\Scripts\pyvenv.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:154]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:155]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f91.rbf,,DestName=C:\Python34\Tools\Scripts\pydoc3.py,Attributes=32800,FileSize=85,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:157]: File: C:\Python34\Tools\Scripts\pydoc3.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:167]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:170]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f90.rbf,,DestName=C:\Python34\Tools\Scripts\2to3.py,Attributes=32800,FileSize=101,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:171]: File: C:\Python34\Tools\Scripts\2to3.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:180]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:182]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f8f.rbf,,DestName=C:\Python34\Tools\Scripts\README.txt,Attributes=32800,FileSize=4850,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:184]: File: C:\Python34\Tools\Scripts\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:304]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:305]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f8e.rbf,,DestName=C:\Python34\Tools\Scripts\win_add2path.py,Attributes=32800,FileSize=1670,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:307]: File: C:\Python34\Tools\Scripts\win_add2path.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:321]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:323]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f8d.rbf,,DestName=C:\Python34\Tools\Scripts\which.py,Attributes=32800,FileSize=1693,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:325]: File: C:\Python34\Tools\Scripts\which.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:335]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:337]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f8c.rbf,,DestName=C:\Python34\Tools\Scripts\untabify.py,Attributes=32800,FileSize=1351,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:340]: File: C:\Python34\Tools\Scripts\untabify.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:350]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:354]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f8b.rbf,,DestName=C:\Python34\Tools\Scripts\treesync.py,Attributes=32800,FileSize=6140,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:355]: File: C:\Python34\Tools\Scripts\treesync.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:364]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:366]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f8a.rbf,,DestName=C:\Python34\Tools\Scripts\texi2html.py,Attributes=32800,FileSize=72244,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:367]: File: C:\Python34\Tools\Scripts\texi2html.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:378]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:381]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f89.rbf,,DestName=C:\Python34\Tools\Scripts\svneol.py,Attributes=32800,FileSize=3607,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:384]: File: C:\Python34\Tools\Scripts\svneol.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:395]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:409]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f88.rbf,,DestName=C:\Python34\Tools\Scripts\suff.py,Attributes=32800,FileSize=536,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:411]: File: C:\Python34\Tools\Scripts\suff.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:424]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:426]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f87.rbf,,DestName=C:\Python34\Tools\Scripts\serve.py,Attributes=32800,FileSize=1196,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:427]: File: C:\Python34\Tools\Scripts\serve.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:436]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:438]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f86.rbf,,DestName=C:\Python34\Tools\Scripts\run_tests.py,Attributes=32800,FileSize=1942,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:440]: File: C:\Python34\Tools\Scripts\run_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:449]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:450]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f85.rbf,,DestName=C:\Python34\Tools\Scripts\rgrep.py,Attributes=32800,FileSize=1542,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:452]: File: C:\Python34\Tools\Scripts\rgrep.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:460]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:462]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f84.rbf,,DestName=C:\Python34\Tools\Scripts\reindent.py,Attributes=32800,FileSize=11844,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:464]: File: C:\Python34\Tools\Scripts\reindent.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:472]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:475]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f83.rbf,,DestName=C:\Python34\Tools\Scripts\reindent-rst.py,Attributes=32800,FileSize=293,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:476]: File: C:\Python34\Tools\Scripts\reindent-rst.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:485]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:486]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f82.rbf,,DestName=C:\Python34\Tools\Scripts\pysource.py,Attributes=32800,FileSize=3994,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:488]: File: C:\Python34\Tools\Scripts\pysource.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:497]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:498]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f81.rbf,,DestName=C:\Python34\Tools\Scripts\ptags.py,Attributes=32800,FileSize=1279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:500]: File: C:\Python34\Tools\Scripts\ptags.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:509]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:511]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f80.rbf,,DestName=C:\Python34\Tools\Scripts\pindent.py,Attributes=32800,FileSize=17633,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:513]: File: C:\Python34\Tools\Scripts\pindent.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:524]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:528]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f7f.rbf,,DestName=C:\Python34\Tools\Scripts\pickle2db.py,Attributes=32800,FileSize=4168,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:530]: File: C:\Python34\Tools\Scripts\pickle2db.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:540]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:542]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f7e.rbf,,DestName=C:\Python34\Tools\Scripts\pdeps.py,Attributes=32800,FileSize=4080,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:544]: File: C:\Python34\Tools\Scripts\pdeps.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:552]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:554]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f7d.rbf,,DestName=C:\Python34\Tools\Scripts\pathfix.py,Attributes=32800,FileSize=5040,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:556]: File: C:\Python34\Tools\Scripts\pathfix.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:566]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:568]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f7c.rbf,,DestName=C:\Python34\Tools\Scripts\patchcheck.py,Attributes=32800,FileSize=6012,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:569]: File: C:\Python34\Tools\Scripts\patchcheck.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:578]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:580]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f7b.rbf,,DestName=C:\Python34\Tools\Scripts\parse_html5_entities.py,Attributes=32800,FileSize=4104,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:581]: File: C:\Python34\Tools\Scripts\parse_html5_entities.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:589]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:591]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f7a.rbf,,DestName=C:\Python34\Tools\Scripts\parseentities.py,Attributes=32800,FileSize=1755,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:593]: File: C:\Python34\Tools\Scripts\parseentities.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:601]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:603]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f79.rbf,,DestName=C:\Python34\Tools\Scripts\objgraph.py,Attributes=32800,FileSize=6190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:606]: File: C:\Python34\Tools\Scripts\objgraph.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:614]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f78.rbf,,DestName=C:\Python34\Tools\Scripts\nm2def.py,Attributes=32800,FileSize=2554,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:617]: File: C:\Python34\Tools\Scripts\nm2def.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:625]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:627]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f77.rbf,,DestName=C:\Python34\Tools\Scripts\ndiff.py,Attributes=32800,FileSize=3953,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:628]: File: C:\Python34\Tools\Scripts\ndiff.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:636]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:639]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f76.rbf,,DestName=C:\Python34\Tools\Scripts\mkreal.py,Attributes=32800,FileSize=1697,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:640]: File: C:\Python34\Tools\Scripts\mkreal.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:648]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:650]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f75.rbf,,DestName=C:\Python34\Tools\Scripts\md5sum.py,Attributes=32800,FileSize=2601,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:651]: File: C:\Python34\Tools\Scripts\md5sum.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:659]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:660]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f74.rbf,,DestName=C:\Python34\Tools\Scripts\make_ctype.py,Attributes=32800,FileSize=2374,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:662]: File: C:\Python34\Tools\Scripts\make_ctype.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:670]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:672]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f73.rbf,,DestName=C:\Python34\Tools\Scripts\mailerdaemon.py,Attributes=32800,FileSize=8285,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:674]: File: C:\Python34\Tools\Scripts\mailerdaemon.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:682]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:683]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f72.rbf,,DestName=C:\Python34\Tools\Scripts\lll.py,Attributes=32800,FileSize=780,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:685]: File: C:\Python34\Tools\Scripts\lll.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:692]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:694]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f71.rbf,,DestName=C:\Python34\Tools\Scripts\linktree.py,Attributes=32800,FileSize=2520,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:696]: File: C:\Python34\Tools\Scripts\linktree.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:703]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:705]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f70.rbf,,DestName=C:\Python34\Tools\Scripts\lfcr.py,Attributes=32800,FileSize=664,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:707]: File: C:\Python34\Tools\Scripts\lfcr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:715]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:717]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f6f.rbf,,DestName=C:\Python34\Tools\Scripts\import_diagnostics.py,Attributes=32800,FileSize=1036,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:719]: File: C:\Python34\Tools\Scripts\import_diagnostics.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:727]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:729]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f6e.rbf,,DestName=C:\Python34\Tools\Scripts\ifdef.py,Attributes=32800,FileSize=3832,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:731]: File: C:\Python34\Tools\Scripts\ifdef.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:739]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:740]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f6d.rbf,,DestName=C:\Python34\Tools\Scripts\highlight.py,Attributes=32800,FileSize=9377,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:741]: File: C:\Python34\Tools\Scripts\highlight.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:749]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:752]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f6c.rbf,,DestName=C:\Python34\Tools\Scripts\h2py.py,Attributes=32800,FileSize=5780,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:753]: File: C:\Python34\Tools\Scripts\h2py.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:761]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:763]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f6b.rbf,,DestName=C:\Python34\Tools\Scripts\gprof2html.py,Attributes=32800,FileSize=2284,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:765]: File: C:\Python34\Tools\Scripts\gprof2html.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:773]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:774]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f6a.rbf,,DestName=C:\Python34\Tools\Scripts\google.py,Attributes=32800,FileSize=545,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:775]: File: C:\Python34\Tools\Scripts\google.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:785]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:786]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f69.rbf,,DestName=C:\Python34\Tools\Scripts\get-remote-certificate.py,Attributes=32800,FileSize=2804,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:788]: File: C:\Python34\Tools\Scripts\get-remote-certificate.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:796]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:797]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f68.rbf,,DestName=C:\Python34\Tools\Scripts\ftpmirror.py,Attributes=32800,FileSize=13483,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:799]: File: C:\Python34\Tools\Scripts\ftpmirror.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:807]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:810]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f67.rbf,,DestName=C:\Python34\Tools\Scripts\fixps.py,Attributes=32800,FileSize=932,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:812]: File: C:\Python34\Tools\Scripts\fixps.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:820]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:821]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f66.rbf,,DestName=C:\Python34\Tools\Scripts\fixnotice.py,Attributes=32800,FileSize=3172,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:823]: File: C:\Python34\Tools\Scripts\fixnotice.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:832]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:834]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f65.rbf,,DestName=C:\Python34\Tools\Scripts\fixheader.py,Attributes=32800,FileSize=1257,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:835]: File: C:\Python34\Tools\Scripts\fixheader.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:843]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:845]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f64.rbf,,DestName=C:\Python34\Tools\Scripts\fixdiv.py,Attributes=32800,FileSize=14318,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:847]: File: C:\Python34\Tools\Scripts\fixdiv.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:855]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:856]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f63.rbf,,DestName=C:\Python34\Tools\Scripts\fixcid.py,Attributes=32800,FileSize=10303,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:858]: File: C:\Python34\Tools\Scripts\fixcid.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:867]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:868]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f62.rbf,,DestName=C:\Python34\Tools\Scripts\find_recursionlimit.py,Attributes=32800,FileSize=4119,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:870]: File: C:\Python34\Tools\Scripts\find_recursionlimit.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:879]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:881]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f61.rbf,,DestName=C:\Python34\Tools\Scripts\findnocoding.py,Attributes=32800,FileSize=3058,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:883]: File: C:\Python34\Tools\Scripts\findnocoding.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:891]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:893]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f60.rbf,,DestName=C:\Python34\Tools\Scripts\findlinksto.py,Attributes=32800,FileSize=1114,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:895]: File: C:\Python34\Tools\Scripts\findlinksto.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:904]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:906]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f5f.rbf,,DestName=C:\Python34\Tools\Scripts\finddiv.py,Attributes=32800,FileSize=2586,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:907]: File: C:\Python34\Tools\Scripts\finddiv.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:916]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:918]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f5e.rbf,,DestName=C:\Python34\Tools\Scripts\find-uname.py,Attributes=32800,FileSize=1247,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:920]: File: C:\Python34\Tools\Scripts\find-uname.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:929]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:931]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f5d.rbf,,DestName=C:\Python34\Tools\Scripts\eptags.py,Attributes=32800,FileSize=1541,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:932]: File: C:\Python34\Tools\Scripts\eptags.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:941]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:943]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f5c.rbf,,DestName=C:\Python34\Tools\Scripts\dutree.py,Attributes=32800,FileSize=1668,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:945]: File: C:\Python34\Tools\Scripts\dutree.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:954]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:956]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f5b.rbf,,DestName=C:\Python34\Tools\Scripts\diff.py,Attributes=32800,FileSize=2284,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:957]: File: C:\Python34\Tools\Scripts\diff.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:966]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:968]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f5a.rbf,,DestName=C:\Python34\Tools\Scripts\db2pickle.py,Attributes=32800,FileSize=3765,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:970]: File: C:\Python34\Tools\Scripts\db2pickle.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:978]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:981]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f59.rbf,,DestName=C:\Python34\Tools\Scripts\crlf.py,Attributes=32800,FileSize=655,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:983]: File: C:\Python34\Tools\Scripts\crlf.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:992]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:993]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f58.rbf,,DestName=C:\Python34\Tools\Scripts\copytime.py,Attributes=32800,FileSize=689,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:995]: File: C:\Python34\Tools\Scripts\copytime.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:003]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:006]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f57.rbf,,DestName=C:\Python34\Tools\Scripts\combinerefs.py,Attributes=32800,FileSize=4542,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:007]: File: C:\Python34\Tools\Scripts\combinerefs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:016]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:018]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f56.rbf,,DestName=C:\Python34\Tools\Scripts\cleanfuture.py,Attributes=32800,FileSize=8899,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:019]: File: C:\Python34\Tools\Scripts\cleanfuture.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:028]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:030]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f55.rbf,,DestName=C:\Python34\Tools\Scripts\checkpyc.py,Attributes=32800,FileSize=2284,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:032]: File: C:\Python34\Tools\Scripts\checkpyc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:040]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:043]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f54.rbf,,DestName=C:\Python34\Tools\Scripts\checkpip.py,Attributes=32800,FileSize=832,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:045]: File: C:\Python34\Tools\Scripts\checkpip.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:053]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:055]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f53.rbf,,DestName=C:\Python34\Tools\Scripts\byteyears.py,Attributes=32800,FileSize=1711,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:056]: File: C:\Python34\Tools\Scripts\byteyears.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:065]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:066]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f52.rbf,,DestName=C:\Python34\Tools\Scripts\byext.py,Attributes=32800,FileSize=4048,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:067]: File: C:\Python34\Tools\Scripts\byext.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:075]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:077]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f51.rbf,,DestName=C:\Python34\Tools\Scripts\analyze_dxp.py,Attributes=32800,FileSize=4312,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:078]: File: C:\Python34\Tools\Scripts\analyze_dxp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:086]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:088]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f50.rbf,,DestName=C:\Python34\Tools\Scripts\abitype.py,Attributes=32800,FileSize=5774,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:090]: File: C:\Python34\Tools\Scripts\abitype.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:098]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:100]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\pynche\) MSI (s) (9C:5C) [21:25:26:101]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f4f.rbf,,DestName=C:\Python34\Tools\pynche\README.txt,Attributes=32800,FileSize=16182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:103]: File: C:\Python34\Tools\pynche\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:110]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:112]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\pynche\X\) MSI (s) (9C:5C) [21:25:26:113]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f4e.rbf,,DestName=C:\Python34\Tools\pynche\X\xlicense.txt,Attributes=32800,FileSize=1381,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:114]: File: C:\Python34\Tools\pynche\X\xlicense.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:124]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:126]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f4d.rbf,,DestName=C:\Python34\Tools\pynche\X\rgb.txt,Attributes=32800,FileSize=18128,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:127]: File: C:\Python34\Tools\pynche\X\rgb.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:135]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:137]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\pynche\) MSI (s) (9C:5C) [21:25:26:139]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f4c.rbf,,DestName=C:\Python34\Tools\pynche\websafe.txt,Attributes=32800,FileSize=1966,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:140]: File: C:\Python34\Tools\pynche\websafe.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:148]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:150]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f4b.rbf,,DestName=C:\Python34\Tools\pynche\webcolors.txt,Attributes=32800,FileSize=3229,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:152]: File: C:\Python34\Tools\pynche\webcolors.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:166]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:169]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f4a.rbf,,DestName=C:\Python34\Tools\pynche\namedcolors.txt,Attributes=32800,FileSize=5816,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:170]: File: C:\Python34\Tools\pynche\namedcolors.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:178]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:180]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f49.rbf,,DestName=C:\Python34\Tools\pynche\html40colors.txt,Attributes=32800,FileSize=262,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:181]: File: C:\Python34\Tools\pynche\html40colors.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:190]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:192]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f48.rbf,,DestName=C:\Python34\Tools\pynche\pynche.pyw,Attributes=32800,FileSize=188,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:193]: File: C:\Python34\Tools\pynche\pynche.pyw; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:202]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:203]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f47.rbf,,DestName=C:\Python34\Tools\pynche\__init__.py,Attributes=32800,FileSize=48,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:205]: File: C:\Python34\Tools\pynche\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:213]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:215]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f46.rbf,,DestName=C:\Python34\Tools\pynche\TypeinViewer.py,Attributes=32800,FileSize=6263,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:217]: File: C:\Python34\Tools\pynche\TypeinViewer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:225]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:227]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f45.rbf,,DestName=C:\Python34\Tools\pynche\TextViewer.py,Attributes=32800,FileSize=7057,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:228]: File: C:\Python34\Tools\pynche\TextViewer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:237]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:239]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f44.rbf,,DestName=C:\Python34\Tools\pynche\Switchboard.py,Attributes=32800,FileSize=4935,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:240]: File: C:\Python34\Tools\pynche\Switchboard.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:249]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:251]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f43.rbf,,DestName=C:\Python34\Tools\pynche\StripViewer.py,Attributes=32800,FileSize=15910,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:252]: File: C:\Python34\Tools\pynche\StripViewer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:261]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:264]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f42.rbf,,DestName=C:\Python34\Tools\pynche\PyncheWidget.py,Attributes=32800,FileSize=10928,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:266]: File: C:\Python34\Tools\pynche\PyncheWidget.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:275]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:277]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f41.rbf,,DestName=C:\Python34\Tools\pynche\pyColorChooser.py,Attributes=32800,FileSize=3884,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:279]: File: C:\Python34\Tools\pynche\pyColorChooser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:289]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:290]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f40.rbf,,DestName=C:\Python34\Tools\pynche\Main.py,Attributes=32800,FileSize=6635,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:292]: File: C:\Python34\Tools\pynche\Main.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:301]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:303]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f3f.rbf,,DestName=C:\Python34\Tools\pynche\ListViewer.py,Attributes=32800,FileSize=6823,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:304]: File: C:\Python34\Tools\pynche\ListViewer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:313]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:315]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f3e.rbf,,DestName=C:\Python34\Tools\pynche\DetailsViewer.py,Attributes=32800,FileSize=10389,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:318]: File: C:\Python34\Tools\pynche\DetailsViewer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:326]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:328]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f3d.rbf,,DestName=C:\Python34\Tools\pynche\ColorDB.py,Attributes=32800,FileSize=9105,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:329]: File: C:\Python34\Tools\pynche\ColorDB.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:337]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:339]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f3c.rbf,,DestName=C:\Python34\Tools\pynche\ChipViewer.py,Attributes=32800,FileSize=5128,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:340]: File: C:\Python34\Tools\pynche\ChipViewer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:348]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:349]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\i18n\) MSI (s) (9C:5C) [21:25:26:351]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f3b.rbf,,DestName=C:\Python34\Tools\i18n\pygettext.py,Attributes=32800,FileSize=23035,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:352]: File: C:\Python34\Tools\i18n\pygettext.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:360]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:362]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f3a.rbf,,DestName=C:\Python34\Tools\i18n\msgfmt.py,Attributes=32800,FileSize=7269,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:363]: File: C:\Python34\Tools\i18n\msgfmt.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:372]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:374]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f39.rbf,,DestName=C:\Python34\Tools\i18n\makelocalealias.py,Attributes=32800,FileSize=3226,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:375]: File: C:\Python34\Tools\i18n\makelocalealias.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:384]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:385]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\dde1.4\) MSI (s) (9C:5C) [21:25:26:385]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f38.rbf,,DestName=C:\Python34\tcl\dde1.4\tcldde14.dll,Attributes=32800,FileSize=18944,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:387]: File: C:\Python34\tcl\dde1.4\tcldde14.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:397]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:399]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f37.rbf,,DestName=C:\Python34\tcl\dde1.4\pkgIndex.tcl,Attributes=32800,FileSize=297,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:400]: File: C:\Python34\tcl\dde1.4\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:408]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:410]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\itcl4.0.0\) MSI (s) (9C:5C) [21:25:26:412]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f36.rbf,,DestName=C:\Python34\tcl\itcl4.0.0\pkgIndex.tcl,Attributes=32800,FileSize=428,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:413]: File: C:\Python34\tcl\itcl4.0.0\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:422]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:424]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f35.rbf,,DestName=C:\Python34\tcl\itcl4.0.0\itclWidget.tcl,Attributes=32800,FileSize=13046,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:426]: File: C:\Python34\tcl\itcl4.0.0\itclWidget.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:435]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:436]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f34.rbf,,DestName=C:\Python34\tcl\itcl4.0.0\itclHullCmds.tcl,Attributes=32800,FileSize=7107,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:437]: File: C:\Python34\tcl\itcl4.0.0\itclHullCmds.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:446]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:448]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f33.rbf,,DestName=C:\Python34\tcl\itcl4.0.0\itcl40t.dll,Attributes=32800,FileSize=275968,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:450]: File: C:\Python34\tcl\itcl4.0.0\itcl40t.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:457]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:460]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f32.rbf,,DestName=C:\Python34\tcl\itcl4.0.0\itcl.tcl,Attributes=32800,FileSize=5048,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:461]: File: C:\Python34\tcl\itcl4.0.0\itcl.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:469]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:470]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\reg1.3\) MSI (s) (9C:5C) [21:25:26:471]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f31.rbf,,DestName=C:\Python34\tcl\reg1.3\tclreg13.dll,Attributes=32800,FileSize=15872,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:472]: File: C:\Python34\tcl\reg1.3\tclreg13.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:481]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:483]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f30.rbf,,DestName=C:\Python34\tcl\reg1.3\pkgIndex.tcl,Attributes=32800,FileSize=345,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:485]: File: C:\Python34\tcl\reg1.3\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:493]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:495]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\sqlite33.8.0\) MSI (s) (9C:5C) [21:25:26:496]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f2f.rbf,,DestName=C:\Python34\tcl\sqlite33.8.0\sqlite3380t.dll,Attributes=32800,FileSize=637952,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:497]: File: C:\Python34\tcl\sqlite33.8.0\sqlite3380t.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:506]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:508]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f2e.rbf,,DestName=C:\Python34\tcl\sqlite33.8.0\sqlite3.n,Attributes=32800,FileSize=482,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:509]: File: C:\Python34\tcl\sqlite33.8.0\sqlite3.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:518]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:520]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f2d.rbf,,DestName=C:\Python34\tcl\sqlite33.8.0\pkgIndex.tcl,Attributes=32800,FileSize=92,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:522]: File: C:\Python34\tcl\sqlite33.8.0\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:531]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:532]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8\8.4\platform\) MSI (s) (9C:5C) [21:25:26:533]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f2c.rbf,,DestName=C:\Python34\tcl\tcl8\8.4\platform\shell-1.1.4.tm,Attributes=32800,FileSize=5977,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:534]: File: C:\Python34\tcl\tcl8\8.4\platform\shell-1.1.4.tm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:547]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:549]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8\8.4\) MSI (s) (9C:5C) [21:25:26:550]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f2b.rbf,,DestName=C:\Python34\tcl\tcl8\8.4\platform-1.0.12.tm,Attributes=32800,FileSize=9863,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:551]: File: C:\Python34\tcl\tcl8\8.4\platform-1.0.12.tm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:560]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:562]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8\8.5\) MSI (s) (9C:5C) [21:25:26:563]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f2a.rbf,,DestName=C:\Python34\tcl\tcl8\8.5\tcltest-2.3.6.tm,Attributes=32800,FileSize=99922,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:565]: File: C:\Python34\tcl\tcl8\8.5\tcltest-2.3.6.tm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:574]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:575]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f29.rbf,,DestName=C:\Python34\tcl\tcl8\8.5\msgcat-1.5.2.tm,Attributes=32800,FileSize=16406,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:576]: File: C:\Python34\tcl\tcl8\8.5\msgcat-1.5.2.tm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:586]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:588]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8\8.6\tdbc\) MSI (s) (9C:5C) [21:25:26:588]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f28.rbf,,DestName=C:\Python34\tcl\tcl8\8.6\tdbc\sqlite3-1.0.0.tm,Attributes=32800,FileSize=19318,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:589]: File: C:\Python34\tcl\tcl8\8.6\tdbc\sqlite3-1.0.0.tm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:601]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:603]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8\8.6\) MSI (s) (9C:5C) [21:25:26:604]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f27.rbf,,DestName=C:\Python34\tcl\tcl8\8.6\http-2.8.7.tm,Attributes=32800,FileSize=41868,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:605]: File: C:\Python34\tcl\tcl8\8.6\http-2.8.7.tm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:613]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:615]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\encoding\) MSI (s) (9C:5C) [21:25:26:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f26.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\tis-620.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:617]: File: C:\Python34\tcl\tcl8.6\encoding\tis-620.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:627]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:629]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f25.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\symbol.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:631]: File: C:\Python34\tcl\tcl8.6\encoding\symbol.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:639]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:640]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f24.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\shiftjis.enc,Attributes=32800,FileSize=41862,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:642]: File: C:\Python34\tcl\tcl8.6\encoding\shiftjis.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:650]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:651]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f23.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macUkraine.enc,Attributes=32800,FileSize=1095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:653]: File: C:\Python34\tcl\tcl8.6\encoding\macUkraine.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:661]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:664]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f22.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macTurkish.enc,Attributes=32800,FileSize=1095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:665]: File: C:\Python34\tcl\tcl8.6\encoding\macTurkish.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:840]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:843]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f21.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macThai.enc,Attributes=32800,FileSize=1092,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:845]: File: C:\Python34\tcl\tcl8.6\encoding\macThai.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:858]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:860]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f20.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macRomania.enc,Attributes=32800,FileSize=1095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:863]: File: C:\Python34\tcl\tcl8.6\encoding\macRomania.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:879]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:881]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f1f.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macRoman.enc,Attributes=32800,FileSize=1093,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:884]: File: C:\Python34\tcl\tcl8.6\encoding\macRoman.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:896]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:898]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f1e.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macJapan.enc,Attributes=32800,FileSize=48028,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:902]: File: C:\Python34\tcl\tcl8.6\encoding\macJapan.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:914]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:918]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f1d.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macIceland.enc,Attributes=32800,FileSize=1095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:920]: File: C:\Python34\tcl\tcl8.6\encoding\macIceland.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:929]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:931]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f1c.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macGreek.enc,Attributes=32800,FileSize=1093,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:934]: File: C:\Python34\tcl\tcl8.6\encoding\macGreek.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:943]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:946]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f1b.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macDingbats.enc,Attributes=32800,FileSize=1096,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:949]: File: C:\Python34\tcl\tcl8.6\encoding\macDingbats.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:961]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:963]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f1a.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macCyrillic.enc,Attributes=32800,FileSize=1096,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:966]: File: C:\Python34\tcl\tcl8.6\encoding\macCyrillic.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:977]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:982]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f19.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macCroatian.enc,Attributes=32800,FileSize=1096,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:985]: File: C:\Python34\tcl\tcl8.6\encoding\macCroatian.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:994]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:001]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f18.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macCentEuro.enc,Attributes=32800,FileSize=1096,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:004]: File: C:\Python34\tcl\tcl8.6\encoding\macCentEuro.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:014]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:018]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f17.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\ksc5601.enc,Attributes=32800,FileSize=92877,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:022]: File: C:\Python34\tcl\tcl8.6\encoding\ksc5601.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:040]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:042]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f16.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\koi8-u.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:043]: File: C:\Python34\tcl\tcl8.6\encoding\koi8-u.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:060]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:061]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f15.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\koi8-r.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:064]: File: C:\Python34\tcl\tcl8.6\encoding\koi8-r.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:075]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:077]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f14.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\jis0212.enc,Attributes=32800,FileSize=70974,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:080]: File: C:\Python34\tcl\tcl8.6\encoding\jis0212.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:094]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:096]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f13.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\jis0208.enc,Attributes=32800,FileSize=80459,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:099]: File: C:\Python34\tcl\tcl8.6\encoding\jis0208.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:109]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:111]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f12.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\jis0201.enc,Attributes=32800,FileSize=1092,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:113]: File: C:\Python34\tcl\tcl8.6\encoding\jis0201.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:122]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:123]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f11.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-9.enc,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:125]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-9.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:134]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:135]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f10.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-8.enc,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:137]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-8.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:145]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:147]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f0f.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-7.enc,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:149]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-7.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:160]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:163]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f0e.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-6.enc,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:165]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-6.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:175]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:177]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f0d.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-5.enc,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:179]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-5.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:187]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:189]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f0c.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-4.enc,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:192]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-4.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:203]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:204]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f0b.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-3.enc,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:206]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-3.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:215]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:217]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f0a.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-2.enc,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:219]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-2.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:228]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:232]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f09.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-16.enc,Attributes=32800,FileSize=1095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:234]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-16.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:246]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:248]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f08.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-15.enc,Attributes=32800,FileSize=1095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:251]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-15.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:261]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:263]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f07.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-14.enc,Attributes=32800,FileSize=1095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:265]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-14.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:274]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:276]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f06.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-13.enc,Attributes=32800,FileSize=1095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:279]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-13.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:292]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:295]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f05.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-10.enc,Attributes=32800,FileSize=1095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:297]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-10.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:310]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:314]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f04.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-1.enc,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:318]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-1.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:330]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:332]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f03.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso2022.enc,Attributes=32800,FileSize=226,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:335]: File: C:\Python34\tcl\tcl8.6\encoding\iso2022.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:347]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:349]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f02.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso2022-kr.enc,Attributes=32800,FileSize=115,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:352]: File: C:\Python34\tcl\tcl8.6\encoding\iso2022-kr.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:364]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:366]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f01.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso2022-jp.enc,Attributes=32800,FileSize=192,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:368]: File: C:\Python34\tcl\tcl8.6\encoding\iso2022-jp.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:380]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:382]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f00.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\gb2312.enc,Attributes=32800,FileSize=85574,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:384]: File: C:\Python34\tcl\tcl8.6\encoding\gb2312.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:396]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:398]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eff.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\gb2312-raw.enc,Attributes=32800,FileSize=84532,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:400]: File: C:\Python34\tcl\tcl8.6\encoding\gb2312-raw.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:415]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:417]: Executing op: FileCopy(SourceName=C:\Config.Msi\52efe.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\gb1988.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:419]: File: C:\Python34\tcl\tcl8.6\encoding\gb1988.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:430]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:432]: Executing op: FileCopy(SourceName=C:\Config.Msi\52efd.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\gb12345.enc,Attributes=32800,FileSize=86619,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:434]: File: C:\Python34\tcl\tcl8.6\encoding\gb12345.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:445]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:447]: Executing op: FileCopy(SourceName=C:\Config.Msi\52efc.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\euc-kr.enc,Attributes=32800,FileSize=93918,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:449]: File: C:\Python34\tcl\tcl8.6\encoding\euc-kr.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:461]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:462]: Executing op: FileCopy(SourceName=C:\Config.Msi\52efb.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\euc-jp.enc,Attributes=32800,FileSize=82537,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:464]: File: C:\Python34\tcl\tcl8.6\encoding\euc-jp.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:478]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:479]: Executing op: FileCopy(SourceName=C:\Config.Msi\52efa.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\euc-cn.enc,Attributes=32800,FileSize=85574,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:481]: File: C:\Python34\tcl\tcl8.6\encoding\euc-cn.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:493]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:495]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ef9.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\ebcdic.enc,Attributes=32800,FileSize=1054,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:498]: File: C:\Python34\tcl\tcl8.6\encoding\ebcdic.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:509]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:513]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ef8.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\dingbats.enc,Attributes=32800,FileSize=1093,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:517]: File: C:\Python34\tcl\tcl8.6\encoding\dingbats.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:530]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:534]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ef7.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp950.enc,Attributes=32800,FileSize=91831,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:537]: File: C:\Python34\tcl\tcl8.6\encoding\cp950.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:550]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:551]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ef6.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp949.enc,Attributes=32800,FileSize=130423,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:554]: File: C:\Python34\tcl\tcl8.6\encoding\cp949.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:568]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:570]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ef5.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp936.enc,Attributes=32800,FileSize=132509,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:573]: File: C:\Python34\tcl\tcl8.6\encoding\cp936.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:585]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:588]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ef4.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp932.enc,Attributes=32800,FileSize=48207,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:590]: File: C:\Python34\tcl\tcl8.6\encoding\cp932.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:602]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:604]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ef3.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp874.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:607]: File: C:\Python34\tcl\tcl8.6\encoding\cp874.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:619]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:621]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ef2.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp869.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:624]: File: C:\Python34\tcl\tcl8.6\encoding\cp869.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:639]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ef1.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp866.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:643]: File: C:\Python34\tcl\tcl8.6\encoding\cp866.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:655]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:657]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ef0.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp865.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:660]: File: C:\Python34\tcl\tcl8.6\encoding\cp865.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:673]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:675]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eef.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp864.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:677]: File: C:\Python34\tcl\tcl8.6\encoding\cp864.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:698]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:700]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eee.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp863.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:703]: File: C:\Python34\tcl\tcl8.6\encoding\cp863.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:714]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:716]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eed.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp862.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:718]: File: C:\Python34\tcl\tcl8.6\encoding\cp862.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:731]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:733]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eec.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp861.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:735]: File: C:\Python34\tcl\tcl8.6\encoding\cp861.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:747]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:749]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eeb.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp860.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:752]: File: C:\Python34\tcl\tcl8.6\encoding\cp860.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:762]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:764]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eea.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp857.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:766]: File: C:\Python34\tcl\tcl8.6\encoding\cp857.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:775]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:778]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ee9.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp855.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:780]: File: C:\Python34\tcl\tcl8.6\encoding\cp855.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:789]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:790]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ee8.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp852.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:792]: File: C:\Python34\tcl\tcl8.6\encoding\cp852.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:801]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:802]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ee7.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp850.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:804]: File: C:\Python34\tcl\tcl8.6\encoding\cp850.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:813]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:815]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ee6.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp775.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:817]: File: C:\Python34\tcl\tcl8.6\encoding\cp775.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:825]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:828]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ee5.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp737.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:830]: File: C:\Python34\tcl\tcl8.6\encoding\cp737.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:841]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:843]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ee4.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp437.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:845]: File: C:\Python34\tcl\tcl8.6\encoding\cp437.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:854]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:855]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ee3.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp1258.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:857]: File: C:\Python34\tcl\tcl8.6\encoding\cp1258.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:867]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:870]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ee2.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp1257.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:872]: File: C:\Python34\tcl\tcl8.6\encoding\cp1257.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:881]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:882]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ee1.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp1256.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:884]: File: C:\Python34\tcl\tcl8.6\encoding\cp1256.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:893]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:894]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ee0.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp1255.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:896]: File: C:\Python34\tcl\tcl8.6\encoding\cp1255.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:904]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:906]: Executing op: FileCopy(SourceName=C:\Config.Msi\52edf.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp1254.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:908]: File: C:\Python34\tcl\tcl8.6\encoding\cp1254.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:916]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:918]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ede.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp1253.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:920]: File: C:\Python34\tcl\tcl8.6\encoding\cp1253.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:928]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:930]: Executing op: FileCopy(SourceName=C:\Config.Msi\52edd.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp1252.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:932]: File: C:\Python34\tcl\tcl8.6\encoding\cp1252.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:940]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:942]: Executing op: FileCopy(SourceName=C:\Config.Msi\52edc.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp1251.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:944]: File: C:\Python34\tcl\tcl8.6\encoding\cp1251.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:952]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:954]: Executing op: FileCopy(SourceName=C:\Config.Msi\52edb.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp1250.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:955]: File: C:\Python34\tcl\tcl8.6\encoding\cp1250.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:964]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:965]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eda.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\big5.enc,Attributes=32800,FileSize=92873,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:967]: File: C:\Python34\tcl\tcl8.6\encoding\big5.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:975]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:977]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ed9.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\ascii.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:979]: File: C:\Python34\tcl\tcl8.6\encoding\ascii.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:987]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:988]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\http1.0\) MSI (s) (9C:5C) [21:25:27:989]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ed8.rbf,,DestName=C:\Python34\tcl\tcl8.6\http1.0\pkgIndex.tcl,Attributes=32800,FileSize=735,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:991]: File: C:\Python34\tcl\tcl8.6\http1.0\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:002]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:003]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ed7.rbf,,DestName=C:\Python34\tcl\tcl8.6\http1.0\http.tcl,Attributes=32800,FileSize=9689,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:005]: File: C:\Python34\tcl\tcl8.6\http1.0\http.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:013]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:015]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\msgs\) MSI (s) (9C:5C) [21:25:28:016]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ed6.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\zh_tw.msg,Attributes=32800,FileSize=346,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:018]: File: C:\Python34\tcl\tcl8.6\msgs\zh_tw.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:027]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:029]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ed5.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\zh_sg.msg,Attributes=32800,FileSize=339,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:031]: File: C:\Python34\tcl\tcl8.6\msgs\zh_sg.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:040]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:041]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ed4.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\zh_hk.msg,Attributes=32800,FileSize=752,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:043]: File: C:\Python34\tcl\tcl8.6\msgs\zh_hk.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:054]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:056]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ed3.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\zh_cn.msg,Attributes=32800,FileSize=312,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:057]: File: C:\Python34\tcl\tcl8.6\msgs\zh_cn.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:066]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:067]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ed2.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\zh.msg,Attributes=32800,FileSize=3330,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:069]: File: C:\Python34\tcl\tcl8.6\msgs\zh.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:077]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:079]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ed1.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\vi.msg,Attributes=32800,FileSize=1421,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:081]: File: C:\Python34\tcl\tcl8.6\msgs\vi.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:090]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:091]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ed0.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\uk.msg,Attributes=32800,FileSize=2113,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:093]: File: C:\Python34\tcl\tcl8.6\msgs\uk.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:102]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:105]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ecf.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\tr.msg,Attributes=32800,FileSize=1133,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:107]: File: C:\Python34\tcl\tcl8.6\msgs\tr.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:115]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:117]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ece.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\th.msg,Attributes=32800,FileSize=2305,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:118]: File: C:\Python34\tcl\tcl8.6\msgs\th.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:127]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:129]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ecd.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\te_in.msg,Attributes=32800,FileSize=411,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:131]: File: C:\Python34\tcl\tcl8.6\msgs\te_in.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:142]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:144]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ecc.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\te.msg,Attributes=32800,FileSize=2102,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:146]: File: C:\Python34\tcl\tcl8.6\msgs\te.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:157]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:159]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ecb.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ta_in.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:161]: File: C:\Python34\tcl\tcl8.6\msgs\ta_in.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:172]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:174]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eca.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ta.msg,Attributes=32800,FileSize=1835,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:176]: File: C:\Python34\tcl\tcl8.6\msgs\ta.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:187]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:189]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ec9.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\sw.msg,Attributes=32800,FileSize=991,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:191]: File: C:\Python34\tcl\tcl8.6\msgs\sw.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:203]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:205]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ec8.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\sv.msg,Attributes=32800,FileSize=1167,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:208]: File: C:\Python34\tcl\tcl8.6\msgs\sv.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:219]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:221]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ec7.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\sr.msg,Attributes=32800,FileSize=2035,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:223]: File: C:\Python34\tcl\tcl8.6\msgs\sr.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:235]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:236]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ec6.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\sq.msg,Attributes=32800,FileSize=1267,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:239]: File: C:\Python34\tcl\tcl8.6\msgs\sq.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:250]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:252]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ec5.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\sl.msg,Attributes=32800,FileSize=1164,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:255]: File: C:\Python34\tcl\tcl8.6\msgs\sl.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:266]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:268]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ec4.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\sk.msg,Attributes=32800,FileSize=1203,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:270]: File: C:\Python34\tcl\tcl8.6\msgs\sk.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:281]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:284]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ec3.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\sh.msg,Attributes=32800,FileSize=1160,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:286]: File: C:\Python34\tcl\tcl8.6\msgs\sh.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:298]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:300]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ec2.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ru_ua.msg,Attributes=32800,FileSize=242,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:302]: File: C:\Python34\tcl\tcl8.6\msgs\ru_ua.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:315]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:316]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ec1.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ru.msg,Attributes=32800,FileSize=2039,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:318]: File: C:\Python34\tcl\tcl8.6\msgs\ru.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:330]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:332]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ec0.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ro.msg,Attributes=32800,FileSize=1172,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:334]: File: C:\Python34\tcl\tcl8.6\msgs\ro.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:345]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:347]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ebf.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\pt_br.msg,Attributes=32800,FileSize=279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:350]: File: C:\Python34\tcl\tcl8.6\msgs\pt_br.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:361]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:363]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ebe.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\pt.msg,Attributes=32800,FileSize=1127,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:365]: File: C:\Python34\tcl\tcl8.6\msgs\pt.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:378]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:380]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ebd.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\pl.msg,Attributes=32800,FileSize=1211,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:383]: File: C:\Python34\tcl\tcl8.6\msgs\pl.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:394]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:396]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ebc.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\nn.msg,Attributes=32800,FileSize=1148,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:399]: File: C:\Python34\tcl\tcl8.6\msgs\nn.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:413]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:415]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ebb.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\nl_be.msg,Attributes=32800,FileSize=279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:417]: File: C:\Python34\tcl\tcl8.6\msgs\nl_be.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:429]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:431]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eba.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\nl.msg,Attributes=32800,FileSize=1079,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:433]: File: C:\Python34\tcl\tcl8.6\msgs\nl.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:445]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:447]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eb9.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\nb.msg,Attributes=32800,FileSize=1157,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:450]: File: C:\Python34\tcl\tcl8.6\msgs\nb.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:462]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:464]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eb8.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\mt.msg,Attributes=32800,FileSize=690,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:467]: File: C:\Python34\tcl\tcl8.6\msgs\mt.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:480]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:482]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eb7.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ms_my.msg,Attributes=32800,FileSize=259,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:484]: File: C:\Python34\tcl\tcl8.6\msgs\ms_my.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:497]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:499]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eb6.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ms.msg,Attributes=32800,FileSize=910,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:501]: File: C:\Python34\tcl\tcl8.6\msgs\ms.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:513]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:515]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eb5.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\mr_in.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:518]: File: C:\Python34\tcl\tcl8.6\msgs\mr_in.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:531]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:533]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eb4.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\mr.msg,Attributes=32800,FileSize=1807,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:536]: File: C:\Python34\tcl\tcl8.6\msgs\mr.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:548]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:550]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eb3.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\mk.msg,Attributes=32800,FileSize=2105,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:552]: File: C:\Python34\tcl\tcl8.6\msgs\mk.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:565]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:567]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eb2.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\lv.msg,Attributes=32800,FileSize=1219,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:569]: File: C:\Python34\tcl\tcl8.6\msgs\lv.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:581]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:585]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eb1.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\lt.msg,Attributes=32800,FileSize=1255,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:587]: File: C:\Python34\tcl\tcl8.6\msgs\lt.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:600]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:602]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eb0.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\kw_gb.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:605]: File: C:\Python34\tcl\tcl8.6\msgs\kw_gb.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:617]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:619]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eaf.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\kw.msg,Attributes=32800,FileSize=966,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:621]: File: C:\Python34\tcl\tcl8.6\msgs\kw.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:634]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:636]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eae.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ko_kr.msg,Attributes=32800,FileSize=346,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:639]: File: C:\Python34\tcl\tcl8.6\msgs\ko_kr.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:652]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:654]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ead.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\kok_in.msg,Attributes=32800,FileSize=254,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:656]: File: C:\Python34\tcl\tcl8.6\msgs\kok_in.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:669]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:671]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eac.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\kok.msg,Attributes=32800,FileSize=1958,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:673]: File: C:\Python34\tcl\tcl8.6\msgs\kok.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:686]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:688]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eab.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ko.msg,Attributes=32800,FileSize=1566,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:690]: File: C:\Python34\tcl\tcl8.6\msgs\ko.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:702]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:704]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eaa.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\kl_gl.msg,Attributes=32800,FileSize=279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:707]: File: C:\Python34\tcl\tcl8.6\msgs\kl_gl.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:719]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:721]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ea9.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\kl.msg,Attributes=32800,FileSize=978,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:723]: File: C:\Python34\tcl\tcl8.6\msgs\kl.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:736]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:738]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ea8.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ja.msg,Attributes=32800,FileSize=1664,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:740]: File: C:\Python34\tcl\tcl8.6\msgs\ja.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:752]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:754]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ea7.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\it_ch.msg,Attributes=32800,FileSize=244,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:757]: File: C:\Python34\tcl\tcl8.6\msgs\it_ch.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:770]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:772]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ea6.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\it.msg,Attributes=32800,FileSize=1240,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:775]: File: C:\Python34\tcl\tcl8.6\msgs\it.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:791]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:793]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ea5.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\is.msg,Attributes=32800,FileSize=1255,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:796]: File: C:\Python34\tcl\tcl8.6\msgs\is.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:810]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:812]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ea4.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\id_id.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:815]: File: C:\Python34\tcl\tcl8.6\msgs\id_id.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:828]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:830]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ea3.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\id.msg,Attributes=32800,FileSize=914,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:832]: File: C:\Python34\tcl\tcl8.6\msgs\id.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:845]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:847]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ea2.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\hu.msg,Attributes=32800,FileSize=1327,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:850]: File: C:\Python34\tcl\tcl8.6\msgs\hu.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:866]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:868]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ea1.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\hr.msg,Attributes=32800,FileSize=1121,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:871]: File: C:\Python34\tcl\tcl8.6\msgs\hr.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:883]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:885]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ea0.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\hi_in.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:888]: File: C:\Python34\tcl\tcl8.6\msgs\hi_in.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:901]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:904]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e9f.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\hi.msg,Attributes=32800,FileSize=1738,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:907]: File: C:\Python34\tcl\tcl8.6\msgs\hi.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:920]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:922]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e9e.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\he.msg,Attributes=32800,FileSize=1938,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:925]: File: C:\Python34\tcl\tcl8.6\msgs\he.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:937]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:938]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e9d.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\gv_gb.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:941]: File: C:\Python34\tcl\tcl8.6\msgs\gv_gb.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:954]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:956]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e9c.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\gv.msg,Attributes=32800,FileSize=1037,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:958]: File: C:\Python34\tcl\tcl8.6\msgs\gv.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:971]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:973]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e9b.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\gl_es.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:976]: File: C:\Python34\tcl\tcl8.6\msgs\gl_es.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:989]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:991]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e9a.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\gl.msg,Attributes=32800,FileSize=950,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:993]: File: C:\Python34\tcl\tcl8.6\msgs\gl.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:006]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:008]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e99.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ga_ie.msg,Attributes=32800,FileSize=279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:010]: File: C:\Python34\tcl\tcl8.6\msgs\ga_ie.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:022]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:024]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e98.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ga.msg,Attributes=32800,FileSize=1141,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:027]: File: C:\Python34\tcl\tcl8.6\msgs\ga.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:040]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:042]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e97.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\fr_ch.msg,Attributes=32800,FileSize=281,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:045]: File: C:\Python34\tcl\tcl8.6\msgs\fr_ch.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:058]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:060]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e96.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\fr_ca.msg,Attributes=32800,FileSize=279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:062]: File: C:\Python34\tcl\tcl8.6\msgs\fr_ca.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:075]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:077]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e95.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\fr_be.msg,Attributes=32800,FileSize=279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:080]: File: C:\Python34\tcl\tcl8.6\msgs\fr_be.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:093]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:095]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e94.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\fr.msg,Attributes=32800,FileSize=1205,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:097]: File: C:\Python34\tcl\tcl8.6\msgs\fr.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:110]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:112]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e93.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\fo_fo.msg,Attributes=32800,FileSize=279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:115]: File: C:\Python34\tcl\tcl8.6\msgs\fo_fo.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:127]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:129]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e92.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\fo.msg,Attributes=32800,FileSize=986,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:132]: File: C:\Python34\tcl\tcl8.6\msgs\fo.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:145]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:147]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e91.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\fi.msg,Attributes=32800,FileSize=1145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:149]: File: C:\Python34\tcl\tcl8.6\msgs\fi.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:162]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:164]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e90.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\fa_ir.msg,Attributes=32800,FileSize=417,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:167]: File: C:\Python34\tcl\tcl8.6\msgs\fa_ir.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:180]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:182]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e8f.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\fa_in.msg,Attributes=32800,FileSize=1957,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:185]: File: C:\Python34\tcl\tcl8.6\msgs\fa_in.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:198]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:200]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e8e.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\fa.msg,Attributes=32800,FileSize=1664,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:202]: File: C:\Python34\tcl\tcl8.6\msgs\fa.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:215]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:218]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e8d.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\eu_es.msg,Attributes=32800,FileSize=287,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:220]: File: C:\Python34\tcl\tcl8.6\msgs\eu_es.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:232]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:234]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e8c.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\eu.msg,Attributes=32800,FileSize=985,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:237]: File: C:\Python34\tcl\tcl8.6\msgs\eu.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:250]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:252]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e8b.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\et.msg,Attributes=32800,FileSize=1206,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:255]: File: C:\Python34\tcl\tcl8.6\msgs\et.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:269]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:271]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e8a.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_ve.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:273]: File: C:\Python34\tcl\tcl8.6\msgs\es_ve.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:287]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:289]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e89.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_uy.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:292]: File: C:\Python34\tcl\tcl8.6\msgs\es_uy.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:304]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:306]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e88.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_sv.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:308]: File: C:\Python34\tcl\tcl8.6\msgs\es_sv.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:320]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:322]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e87.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_py.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:325]: File: C:\Python34\tcl\tcl8.6\msgs\es_py.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:337]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:339]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e86.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_pr.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:342]: File: C:\Python34\tcl\tcl8.6\msgs\es_pr.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:354]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:356]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e85.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_pe.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:359]: File: C:\Python34\tcl\tcl8.6\msgs\es_pe.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:371]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:373]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e84.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_pa.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:376]: File: C:\Python34\tcl\tcl8.6\msgs\es_pa.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:387]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:389]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e83.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_ni.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:392]: File: C:\Python34\tcl\tcl8.6\msgs\es_ni.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:403]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:405]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e82.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_mx.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:407]: File: C:\Python34\tcl\tcl8.6\msgs\es_mx.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:419]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:420]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e81.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_hn.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:423]: File: C:\Python34\tcl\tcl8.6\msgs\es_hn.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:435]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:436]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e80.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_gt.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:439]: File: C:\Python34\tcl\tcl8.6\msgs\es_gt.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:450]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:452]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e7f.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_ec.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:453]: File: C:\Python34\tcl\tcl8.6\msgs\es_ec.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:462]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:464]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e7e.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_do.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:466]: File: C:\Python34\tcl\tcl8.6\msgs\es_do.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:478]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:479]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e7d.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_cr.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:481]: File: C:\Python34\tcl\tcl8.6\msgs\es_cr.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:490]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:492]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e7c.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_co.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:494]: File: C:\Python34\tcl\tcl8.6\msgs\es_co.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:503]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:505]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e7b.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_cl.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:508]: File: C:\Python34\tcl\tcl8.6\msgs\es_cl.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:520]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:521]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e7a.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_bo.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:524]: File: C:\Python34\tcl\tcl8.6\msgs\es_bo.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:534]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:536]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e79.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_ar.msg,Attributes=32800,FileSize=242,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:539]: File: C:\Python34\tcl\tcl8.6\msgs\es_ar.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:552]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:553]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e78.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es.msg,Attributes=32800,FileSize=1180,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:555]: File: C:\Python34\tcl\tcl8.6\msgs\es.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:566]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:568]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e77.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\eo.msg,Attributes=32800,FileSize=1231,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:571]: File: C:\Python34\tcl\tcl8.6\msgs\eo.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:584]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:586]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e76.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_zw.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:589]: File: C:\Python34\tcl\tcl8.6\msgs\en_zw.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:605]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:615]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e75.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_za.msg,Attributes=32800,FileSize=245,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:618]: File: C:\Python34\tcl\tcl8.6\msgs\en_za.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:699]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:705]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e74.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_sg.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:709]: File: C:\Python34\tcl\tcl8.6\msgs\en_sg.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:727]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:730]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e73.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_ph.msg,Attributes=32800,FileSize=321,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:733]: File: C:\Python34\tcl\tcl8.6\msgs\en_ph.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:747]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:749]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e72.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_nz.msg,Attributes=32800,FileSize=300,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:751]: File: C:\Python34\tcl\tcl8.6\msgs\en_nz.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:764]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:766]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e71.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_in.msg,Attributes=32800,FileSize=310,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:769]: File: C:\Python34\tcl\tcl8.6\msgs\en_in.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:783]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:785]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e70.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_ie.msg,Attributes=32800,FileSize=279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:788]: File: C:\Python34\tcl\tcl8.6\msgs\en_ie.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:801]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:803]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e6f.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_hk.msg,Attributes=32800,FileSize=321,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:806]: File: C:\Python34\tcl\tcl8.6\msgs\en_hk.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:818]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:820]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e6e.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_gb.msg,Attributes=32800,FileSize=279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:823]: File: C:\Python34\tcl\tcl8.6\msgs\en_gb.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:836]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:838]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e6d.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_ca.msg,Attributes=32800,FileSize=288,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:841]: File: C:\Python34\tcl\tcl8.6\msgs\en_ca.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:855]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:857]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e6c.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_bw.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:860]: File: C:\Python34\tcl\tcl8.6\msgs\en_bw.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:872]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:874]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e6b.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_be.msg,Attributes=32800,FileSize=305,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:877]: File: C:\Python34\tcl\tcl8.6\msgs\en_be.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:893]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:895]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e6a.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_au.msg,Attributes=32800,FileSize=300,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:897]: File: C:\Python34\tcl\tcl8.6\msgs\en_au.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:911]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:914]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e69.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\el.msg,Attributes=32800,FileSize=2252,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:917]: File: C:\Python34\tcl\tcl8.6\msgs\el.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:930]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:933]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e68.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\de_be.msg,Attributes=32800,FileSize=1223,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:935]: File: C:\Python34\tcl\tcl8.6\msgs\de_be.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:951]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:956]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e67.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\de_at.msg,Attributes=32800,FileSize=812,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:958]: File: C:\Python34\tcl\tcl8.6\msgs\de_at.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:970]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:972]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e66.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\de.msg,Attributes=32800,FileSize=1222,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:974]: File: C:\Python34\tcl\tcl8.6\msgs\de.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:986]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:988]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e65.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\da.msg,Attributes=32800,FileSize=1156,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:990]: File: C:\Python34\tcl\tcl8.6\msgs\da.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:000]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:002]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e64.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\cs.msg,Attributes=32800,FileSize=1300,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:005]: File: C:\Python34\tcl\tcl8.6\msgs\cs.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:016]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:018]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e63.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ca.msg,Attributes=32800,FileSize=1102,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:021]: File: C:\Python34\tcl\tcl8.6\msgs\ca.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:034]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:041]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e62.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\bn_in.msg,Attributes=32800,FileSize=259,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:044]: File: C:\Python34\tcl\tcl8.6\msgs\bn_in.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:057]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:059]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e61.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\bn.msg,Attributes=32800,FileSize=2286,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:062]: File: C:\Python34\tcl\tcl8.6\msgs\bn.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:075]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:076]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e60.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\bg.msg,Attributes=32800,FileSize=1819,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:079]: File: C:\Python34\tcl\tcl8.6\msgs\bg.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:088]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:090]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e5f.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\be.msg,Attributes=32800,FileSize=2105,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:092]: File: C:\Python34\tcl\tcl8.6\msgs\be.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:104]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:105]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e5e.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ar_sy.msg,Attributes=32800,FileSize=1812,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:108]: File: C:\Python34\tcl\tcl8.6\msgs\ar_sy.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:121]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:122]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e5d.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ar_lb.msg,Attributes=32800,FileSize=1812,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:125]: File: C:\Python34\tcl\tcl8.6\msgs\ar_lb.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:137]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:139]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e5c.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ar_jo.msg,Attributes=32800,FileSize=1812,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:141]: File: C:\Python34\tcl\tcl8.6\msgs\ar_jo.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:159]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:160]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e5b.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ar_in.msg,Attributes=32800,FileSize=259,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:163]: File: C:\Python34\tcl\tcl8.6\msgs\ar_in.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:173]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:174]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e5a.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ar.msg,Attributes=32800,FileSize=1964,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:176]: File: C:\Python34\tcl\tcl8.6\msgs\ar.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:186]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:187]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e59.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\af_za.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:189]: File: C:\Python34\tcl\tcl8.6\msgs\af_za.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:197]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:199]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e58.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\af.msg,Attributes=32800,FileSize=989,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:200]: File: C:\Python34\tcl\tcl8.6\msgs\af.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:208]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:211]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\opt0.4\) MSI (s) (9C:5C) [21:25:30:212]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e57.rbf,,DestName=C:\Python34\tcl\tcl8.6\opt0.4\pkgIndex.tcl,Attributes=32800,FileSize=607,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:213]: File: C:\Python34\tcl\tcl8.6\opt0.4\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:222]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:224]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e56.rbf,,DestName=C:\Python34\tcl\tcl8.6\opt0.4\optparse.tcl,Attributes=32800,FileSize=32720,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:226]: File: C:\Python34\tcl\tcl8.6\opt0.4\optparse.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:235]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:236]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Africa\) MSI (s) (9C:5C) [21:25:30:237]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e55.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Windhoek,Attributes=32800,FileSize=6288,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:238]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Windhoek; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:250]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:251]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e54.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Tunis,Attributes=32800,FileSize=1072,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:253]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Tunis; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:267]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:269]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e53.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Tripoli,Attributes=32800,FileSize=5822,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:271]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Tripoli; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:280]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:282]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e52.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Timbuktu,Attributes=32800,FileSize=178,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:285]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Timbuktu; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:297]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:299]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e51.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Sao_Tome,Attributes=32800,FileSize=172,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:301]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Sao_Tome; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:313]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:314]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e50.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Porto-Novo,Attributes=32800,FileSize=172,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:316]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Porto-Novo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:329]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:331]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e4f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Ouagadougou,Attributes=32800,FileSize=145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:333]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Ouagadougou; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:342]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:343]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e4e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Nouakchott,Attributes=32800,FileSize=200,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:345]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Nouakchott; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:356]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:358]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e4d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Niamey,Attributes=32800,FileSize=197,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:360]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Niamey; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:371]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:373]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e4c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Ndjamena,Attributes=32800,FileSize=200,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:374]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Ndjamena; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:385]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:386]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e4b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Nairobi,Attributes=32800,FileSize=234,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:388]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Nairobi; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:398]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:400]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e4a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Monrovia,Attributes=32800,FileSize=200,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:402]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Monrovia; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:414]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:416]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e49.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Mogadishu,Attributes=32800,FileSize=207,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:418]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Mogadishu; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:430]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:432]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e48.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Mbabane,Attributes=32800,FileSize=145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:433]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Mbabane; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:443]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:446]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e47.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Maseru,Attributes=32800,FileSize=203,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:448]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Maseru; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:458]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:460]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e46.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Maputo,Attributes=32800,FileSize=143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:462]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Maputo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:473]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:475]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e45.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Malabo,Attributes=32800,FileSize=168,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:477]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Malabo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:486]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:487]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e44.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Lusaka,Attributes=32800,FileSize=143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:489]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Lusaka; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:500]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:501]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e43.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Lubumbashi,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:503]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Lubumbashi; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:513]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:515]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e42.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Luanda,Attributes=32800,FileSize=172,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:517]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Luanda; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:525]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:527]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e41.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Lome,Attributes=32800,FileSize=137,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:529]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Lome; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:538]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:540]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e40.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Libreville,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:543]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Libreville; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:556]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:558]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e3f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Lagos,Attributes=32800,FileSize=141,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:561]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Lagos; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:575]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:577]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e3e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Kinshasa,Attributes=32800,FileSize=145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:579]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Kinshasa; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:592]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:594]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e3d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Kigali,Attributes=32800,FileSize=143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:597]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Kigali; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:609]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:611]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e3c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Khartoum,Attributes=32800,FileSize=1063,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:613]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Khartoum; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:622]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:624]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e3b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Kampala,Attributes=32800,FileSize=234,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:626]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Kampala; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:639]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e3a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Juba,Attributes=32800,FileSize=1059,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:643]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Juba; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:656]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:658]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e39.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Johannesburg,Attributes=32800,FileSize=298,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:661]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Johannesburg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:670]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:672]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e38.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Harare,Attributes=32800,FileSize=143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:675]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Harare; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:686]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:688]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e37.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Gaborone,Attributes=32800,FileSize=233,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:690]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Gaborone; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:699]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:701]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e36.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Freetown,Attributes=32800,FileSize=1004,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:703]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Freetown; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:712]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:714]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e35.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\El_Aaiun,Attributes=32800,FileSize=171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:716]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\El_Aaiun; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:795]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:797]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e34.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Douala,Attributes=32800,FileSize=143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:799]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Douala; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:808]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:809]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e33.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Djibouti,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:811]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Djibouti; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:821]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:822]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e32.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Dar_es_Salaam,Attributes=32800,FileSize=210,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:824]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Dar_es_Salaam; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:836]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:837]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e31.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Dakar,Attributes=32800,FileSize=169,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:840]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Dakar; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:851]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:853]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e30.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Conakry,Attributes=32800,FileSize=197,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:855]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Conakry; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:865]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:867]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e2f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Ceuta,Attributes=32800,FileSize=7253,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:868]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Ceuta; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:882]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:885]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e2e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Casablanca,Attributes=32800,FileSize=6018,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:890]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Casablanca; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:921]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:924]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e2d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Cairo,Attributes=32800,FileSize=3604,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:926]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Cairo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:947]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:956]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e2c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Bujumbura,Attributes=32800,FileSize=146,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:981]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Bujumbura; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:001]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:005]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e2b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Brazzaville,Attributes=32800,FileSize=148,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:008]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Brazzaville; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:024]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:026]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e2a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Blantyre,Attributes=32800,FileSize=145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:029]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Blantyre; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:043]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:045]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e29.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Bissau,Attributes=32800,FileSize=169,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:048]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Bissau; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:063]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:065]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e28.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Banjul,Attributes=32800,FileSize=200,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:067]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Banjul; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:077]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:079]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e27.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Bangui,Attributes=32800,FileSize=143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:082]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Bangui; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:094]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:096]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e26.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Bamako,Attributes=32800,FileSize=196,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:098]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Bamako; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:107]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:109]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e25.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Asmera,Attributes=32800,FileSize=176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:111]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Asmera; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:123]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:125]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e24.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Asmara,Attributes=32800,FileSize=203,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:128]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Asmara; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:140]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:143]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e23.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Algiers,Attributes=32800,FileSize=1041,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:145]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Algiers; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:158]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:160]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e22.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Addis_Ababa,Attributes=32800,FileSize=179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:163]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Addis_Ababa; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:175]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:177]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e21.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Accra,Attributes=32800,FileSize=520,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:179]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Accra; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:192]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:194]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e20.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Abidjan,Attributes=32800,FileSize=141,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:196]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Abidjan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:209]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:211]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\) MSI (s) (9C:5C) [21:25:31:212]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e1f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Ushuaia,Attributes=32800,FileSize=2036,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:213]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Ushuaia; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:224]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:226]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e1e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Tucuman,Attributes=32800,FileSize=2067,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:228]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Tucuman; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:237]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:238]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e1d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\San_Luis,Attributes=32800,FileSize=2052,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:240]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\San_Luis; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:249]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:251]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e1c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\San_Juan,Attributes=32800,FileSize=2067,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:252]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\San_Juan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:262]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:264]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e1b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Salta,Attributes=32800,FileSize=1974,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:266]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Salta; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:280]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:282]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e1a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Rio_Gallegos,Attributes=32800,FileSize=2041,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:285]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Rio_Gallegos; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:298]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:300]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e19.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Mendoza,Attributes=32800,FileSize=2043,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:302]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Mendoza; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:312]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:313]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e18.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\La_Rioja,Attributes=32800,FileSize=2067,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:315]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\La_Rioja; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:325]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:327]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e17.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Jujuy,Attributes=32800,FileSize=2005,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:329]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Jujuy; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:339]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:341]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e16.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Cordoba,Attributes=32800,FileSize=2006,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:343]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Cordoba; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:352]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:353]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e15.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ComodRivadavia,Attributes=32800,FileSize=237,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:355]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ComodRivadavia; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:364]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:366]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e14.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Catamarca,Attributes=32800,FileSize=2039,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:368]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Catamarca; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:377]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:379]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e13.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Buenos_Aires,Attributes=32800,FileSize=2010,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:381]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Buenos_Aires; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:390]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:393]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\) MSI (s) (9C:5C) [21:25:31:394]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e12.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Winamac,Attributes=32800,FileSize=7170,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:395]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Winamac; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:408]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:410]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e11.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Vincennes,Attributes=32800,FileSize=6992,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:412]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Vincennes; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:421]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:423]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e10.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Vevay,Attributes=32800,FileSize=6350,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:425]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Vevay; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:434]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:436]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e0f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Tell_City,Attributes=32800,FileSize=6992,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:438]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Tell_City; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:447]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:448]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e0e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Petersburg,Attributes=32800,FileSize=7364,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:451]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Petersburg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:540]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:542]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e0d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Marengo,Attributes=32800,FileSize=7037,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:545]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Marengo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:558]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:560]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e0c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Knox,Attributes=32800,FileSize=8470,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:563]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Knox; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:574]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:576]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e0b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Indianapolis,Attributes=32800,FileSize=6996,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:578]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Indianapolis; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:588]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:590]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\) MSI (s) (9C:5C) [21:25:31:591]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e0a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\Monticello,Attributes=32800,FileSize=8279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:593]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\Monticello; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:603]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:605]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e09.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\Louisville,Attributes=32800,FileSize=9332,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:607]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\Louisville; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:616]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:617]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\) MSI (s) (9C:5C) [21:25:31:618]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e08.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\New_Salem,Attributes=32800,FileSize=8281,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:620]: File: C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\New_Salem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:629]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:631]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e07.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\Center,Attributes=32800,FileSize=8278,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:633]: File: C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\Center; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:642]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:644]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e06.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\Beulah,Attributes=32800,FileSize=8278,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:646]: File: C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\Beulah; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:655]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:657]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\America\) MSI (s) (9C:5C) [21:25:31:658]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e05.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Yellowknife,Attributes=32800,FileSize=7485,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:660]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Yellowknife; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:670]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:672]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e04.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Yakutat,Attributes=32800,FileSize=8407,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:675]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Yakutat; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:685]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:686]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e03.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Winnipeg,Attributes=32800,FileSize=9379,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:688]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Winnipeg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:697]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:698]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e02.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Whitehorse,Attributes=32800,FileSize=7613,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:700]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Whitehorse; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:710]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:711]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e01.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Virgin,Attributes=32800,FileSize=189,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:713]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Virgin; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:722]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:723]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e00.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Vancouver,Attributes=32800,FileSize=9495,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:725]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Vancouver; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:735]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:737]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dff.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Tortola,Attributes=32800,FileSize=149,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:739]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Tortola; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:748]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:749]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dfe.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Toronto,Attributes=32800,FileSize=10883,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:751]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Toronto; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:760]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:761]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dfd.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Tijuana,Attributes=32800,FileSize=8470,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:763]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Tijuana; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:772]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:773]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dfc.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Thunder_Bay,Attributes=32800,FileSize=8058,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:775]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Thunder_Bay; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:784]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:786]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dfb.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Thule,Attributes=32800,FileSize=6666,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:788]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Thule; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:797]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:798]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dfa.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Tegucigalpa,Attributes=32800,FileSize=329,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:800]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Tegucigalpa; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:812]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:814]: Executing op: FileCopy(SourceName=C:\Config.Msi\52df9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Swift_Current,Attributes=32800,FileSize=845,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:816]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Swift_Current; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:833]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:836]: Executing op: FileCopy(SourceName=C:\Config.Msi\52df8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\St_Vincent,Attributes=32800,FileSize=183,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:840]: File: C:\Python34\tcl\tcl8.6\tzdata\America\St_Vincent; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:875]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:883]: Executing op: FileCopy(SourceName=C:\Config.Msi\52df7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\St_Thomas,Attributes=32800,FileSize=151,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:886]: File: C:\Python34\tcl\tcl8.6\tzdata\America\St_Thomas; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:906]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:908]: Executing op: FileCopy(SourceName=C:\Config.Msi\52df6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\St_Lucia,Attributes=32800,FileSize=181,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:910]: File: C:\Python34\tcl\tcl8.6\tzdata\America\St_Lucia; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:924]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:928]: Executing op: FileCopy(SourceName=C:\Config.Msi\52df5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\St_Kitts,Attributes=32800,FileSize=150,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:930]: File: C:\Python34\tcl\tcl8.6\tzdata\America\St_Kitts; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:943]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:945]: Executing op: FileCopy(SourceName=C:\Config.Msi\52df4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\St_Johns,Attributes=32800,FileSize=10917,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:946]: File: C:\Python34\tcl\tcl8.6\tzdata\America\St_Johns; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:956]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:958]: Executing op: FileCopy(SourceName=C:\Config.Msi\52df3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\St_Barthelemy,Attributes=32800,FileSize=199,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:960]: File: C:\Python34\tcl\tcl8.6\tzdata\America\St_Barthelemy; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:969]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:971]: Executing op: FileCopy(SourceName=C:\Config.Msi\52df2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Sitka,Attributes=32800,FileSize=8376,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:973]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Sitka; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:982]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:983]: Executing op: FileCopy(SourceName=C:\Config.Msi\52df1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Shiprock,Attributes=32800,FileSize=182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:986]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Shiprock; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:999]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:001]: Executing op: FileCopy(SourceName=C:\Config.Msi\52df0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Scoresbysund,Attributes=32800,FileSize=6713,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:003]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Scoresbysund; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:017]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:019]: Executing op: FileCopy(SourceName=C:\Config.Msi\52def.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Sao_Paulo,Attributes=32800,FileSize=7678,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:022]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Sao_Paulo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:036]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:038]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dee.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Santo_Domingo,Attributes=32800,FileSize=590,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:041]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Santo_Domingo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:054]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:056]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ded.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Santiago,Attributes=32800,FileSize=8782,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:058]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Santiago; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:074]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:076]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dec.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Santa_Isabel,Attributes=32800,FileSize=8445,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:078]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Santa_Isabel; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:095]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:097]: Executing op: FileCopy(SourceName=C:\Config.Msi\52deb.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Santarem,Attributes=32800,FileSize=1057,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:101]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Santarem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:118]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:120]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dea.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Rosario,Attributes=32800,FileSize=214,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:122]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Rosario; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:132]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:134]: Executing op: FileCopy(SourceName=C:\Config.Msi\52de9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Rio_Branco,Attributes=32800,FileSize=1059,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:136]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Rio_Branco; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:144]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:147]: Executing op: FileCopy(SourceName=C:\Config.Msi\52de8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Resolute,Attributes=32800,FileSize=7362,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:149]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Resolute; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:160]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:162]: Executing op: FileCopy(SourceName=C:\Config.Msi\52de7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Regina,Attributes=32800,FileSize=1723,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:164]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Regina; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:173]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:175]: Executing op: FileCopy(SourceName=C:\Config.Msi\52de6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Recife,Attributes=32800,FileSize=1391,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:177]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Recife; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:188]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:189]: Executing op: FileCopy(SourceName=C:\Config.Msi\52de5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Rankin_Inlet,Attributes=32800,FileSize=7366,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:191]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Rankin_Inlet; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:200]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:202]: Executing op: FileCopy(SourceName=C:\Config.Msi\52de4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Rainy_River,Attributes=32800,FileSize=7840,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:203]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Rainy_River; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:212]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:213]: Executing op: FileCopy(SourceName=C:\Config.Msi\52de3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Puerto_Rico,Attributes=32800,FileSize=273,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:215]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Puerto_Rico; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:241]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:243]: Executing op: FileCopy(SourceName=C:\Config.Msi\52de2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Port_of_Spain,Attributes=32800,FileSize=155,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:245]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Port_of_Spain; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:253]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:255]: Executing op: FileCopy(SourceName=C:\Config.Msi\52de1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Porto_Velho,Attributes=32800,FileSize=1030,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:257]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Porto_Velho; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:266]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:269]: Executing op: FileCopy(SourceName=C:\Config.Msi\52de0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Porto_Acre,Attributes=32800,FileSize=196,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:271]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Porto_Acre; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:283]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:285]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ddf.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Port-au-Prince,Attributes=32800,FileSize=6458,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:287]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Port-au-Prince; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:300]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:302]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dde.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Phoenix,Attributes=32800,FileSize=479,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:304]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Phoenix; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:315]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:316]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ddd.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Paramaribo,Attributes=32800,FileSize=272,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:318]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Paramaribo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:330]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:331]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ddc.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Pangnirtung,Attributes=32800,FileSize=7484,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:333]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Pangnirtung; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:342]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:344]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ddb.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Panama,Attributes=32800,FileSize=179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:346]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Panama; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:354]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:356]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dda.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Ojinaga,Attributes=32800,FileSize=6621,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:358]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Ojinaga; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:366]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:368]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dd9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Noronha,Attributes=32800,FileSize=1368,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:370]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Noronha; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:378]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:379]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dd8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Nome,Attributes=32800,FileSize=8404,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:381]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Nome; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:389]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:390]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dd7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Nipigon,Attributes=32800,FileSize=7836,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:392]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Nipigon; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:402]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:404]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dd6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\New_York,Attributes=32800,FileSize=11004,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:406]: File: C:\Python34\tcl\tcl8.6\tzdata\America\New_York; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:414]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:415]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dd5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Nassau,Attributes=32800,FileSize=8260,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:417]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Nassau; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:426]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:427]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dd4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Montserrat,Attributes=32800,FileSize=152,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:429]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Montserrat; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:437]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:438]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dd3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Montreal,Attributes=32800,FileSize=10915,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:440]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Montreal; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:448]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:450]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dd2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Montevideo,Attributes=32800,FileSize=7813,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:451]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Montevideo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:459]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:461]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dd1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Monterrey,Attributes=32800,FileSize=6496,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:463]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Monterrey; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:471]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:472]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dd0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Moncton,Attributes=32800,FileSize=10165,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:474]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Moncton; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:482]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:484]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dcf.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Miquelon,Attributes=32800,FileSize=7074,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:486]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Miquelon; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:494]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:495]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dce.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Mexico_City,Attributes=32800,FileSize=6807,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:498]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Mexico_City; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:508]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:509]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dcd.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Metlakatla,Attributes=32800,FileSize=1224,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:513]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Metlakatla; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:523]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:524]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dcc.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Merida,Attributes=32800,FileSize=6435,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:526]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Merida; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:535]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:536]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dcb.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Menominee,Attributes=32800,FileSize=8136,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:538]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Menominee; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:547]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:549]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dca.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Mendoza,Attributes=32800,FileSize=214,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:550]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Mendoza; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:559]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:560]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dc9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Mazatlan,Attributes=32800,FileSize=6619,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:562]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Mazatlan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:572]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:573]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dc8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Matamoros,Attributes=32800,FileSize=6526,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:575]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Matamoros; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:608]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:610]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dc7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Martinique,Attributes=32800,FileSize=242,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:612]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Martinique; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:621]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:622]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dc6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Marigot,Attributes=32800,FileSize=193,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:624]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Marigot; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:632]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:633]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dc5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Manaus,Attributes=32800,FileSize=1142,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:635]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Manaus; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:643]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:644]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dc4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Managua,Attributes=32800,FileSize=590,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:646]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Managua; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:654]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:655]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dc3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Maceio,Attributes=32800,FileSize=1507,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:657]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Maceio; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:665]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:667]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dc2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Lower_Princes,Attributes=32800,FileSize=190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:668]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Lower_Princes; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:679]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:680]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dc1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Louisville,Attributes=32800,FileSize=223,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:682]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Louisville; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:692]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:693]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dc0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Los_Angeles,Attributes=32800,FileSize=9409,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:695]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Los_Angeles; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:703]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:705]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dbf.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Lima,Attributes=32800,FileSize=447,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:707]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Lima; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:715]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:717]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dbe.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\La_Paz,Attributes=32800,FileSize=211,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:718]: File: C:\Python34\tcl\tcl8.6\tzdata\America\La_Paz; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:726]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:728]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dbd.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Kralendijk,Attributes=32800,FileSize=187,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:729]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Kralendijk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:740]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:743]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dbc.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Knox_IN,Attributes=32800,FileSize=199,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:745]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Knox_IN; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:757]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:759]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dbb.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Juneau,Attributes=32800,FileSize=8406,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:761]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Juneau; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:770]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:771]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dba.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Jujuy,Attributes=32800,FileSize=206,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:773]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Jujuy; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:785]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:787]: Executing op: FileCopy(SourceName=C:\Config.Msi\52db9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Jamaica,Attributes=32800,FileSize=789,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:788]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Jamaica; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:807]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:808]: Executing op: FileCopy(SourceName=C:\Config.Msi\52db8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Iqaluit,Attributes=32800,FileSize=7421,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:810]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Iqaluit; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:823]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:828]: Executing op: FileCopy(SourceName=C:\Config.Msi\52db7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Inuvik,Attributes=32800,FileSize=7389,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:831]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Inuvik; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:845]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:847]: Executing op: FileCopy(SourceName=C:\Config.Msi\52db6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Indianapolis,Attributes=32800,FileSize=228,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:850]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Indianapolis; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:938]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:941]: Executing op: FileCopy(SourceName=C:\Config.Msi\52db5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Hermosillo,Attributes=32800,FileSize=595,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:945]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Hermosillo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:959]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:961]: Executing op: FileCopy(SourceName=C:\Config.Msi\52db4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Havana,Attributes=32800,FileSize=8444,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:964]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Havana; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:979]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:981]: Executing op: FileCopy(SourceName=C:\Config.Msi\52db3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Halifax,Attributes=32800,FileSize=10763,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:984]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Halifax; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:998]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:000]: Executing op: FileCopy(SourceName=C:\Config.Msi\52db2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Guyana,Attributes=32800,FileSize=237,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:003]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Guyana; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:015]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:017]: Executing op: FileCopy(SourceName=C:\Config.Msi\52db1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Guayaquil,Attributes=32800,FileSize=182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:020]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Guayaquil; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:030]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:031]: Executing op: FileCopy(SourceName=C:\Config.Msi\52db0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Guatemala,Attributes=32800,FileSize=385,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:033]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Guatemala; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:041]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:043]: Executing op: FileCopy(SourceName=C:\Config.Msi\52daf.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Guadeloupe,Attributes=32800,FileSize=152,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:045]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Guadeloupe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:053]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:054]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dae.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Grenada,Attributes=32800,FileSize=149,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:056]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Grenada; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:064]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:066]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dad.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Grand_Turk,Attributes=32800,FileSize=7398,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:067]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Grand_Turk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:076]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:078]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dac.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Goose_Bay,Attributes=32800,FileSize=10015,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:080]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Goose_Bay; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:092]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:093]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dab.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Godthab,Attributes=32800,FileSize=7306,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:096]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Godthab; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:108]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:110]: Executing op: FileCopy(SourceName=C:\Config.Msi\52daa.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Glace_Bay,Attributes=32800,FileSize=8099,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:112]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Glace_Bay; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:121]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:123]: Executing op: FileCopy(SourceName=C:\Config.Msi\52da9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Fort_Wayne,Attributes=32800,FileSize=226,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:124]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Fort_Wayne; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:133]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:135]: Executing op: FileCopy(SourceName=C:\Config.Msi\52da8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Fortaleza,Attributes=32800,FileSize=1394,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:136]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Fortaleza; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:145]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:146]: Executing op: FileCopy(SourceName=C:\Config.Msi\52da7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Ensenada,Attributes=32800,FileSize=185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:148]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Ensenada; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:158]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:159]: Executing op: FileCopy(SourceName=C:\Config.Msi\52da6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\El_Salvador,Attributes=32800,FileSize=269,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:162]: File: C:\Python34\tcl\tcl8.6\tzdata\America\El_Salvador; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:171]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:172]: Executing op: FileCopy(SourceName=C:\Config.Msi\52da5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Eirunepe,Attributes=32800,FileSize=1174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:174]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Eirunepe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:182]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:183]: Executing op: FileCopy(SourceName=C:\Config.Msi\52da4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Edmonton,Attributes=32800,FileSize=8435,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:186]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Edmonton; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:197]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:199]: Executing op: FileCopy(SourceName=C:\Config.Msi\52da3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Dominica,Attributes=32800,FileSize=150,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:201]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Dominica; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:209]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:211]: Executing op: FileCopy(SourceName=C:\Config.Msi\52da2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Detroit,Attributes=32800,FileSize=8068,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:212]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Detroit; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:223]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:225]: Executing op: FileCopy(SourceName=C:\Config.Msi\52da1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Denver,Attributes=32800,FileSize=8629,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:228]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Denver; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:239]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:241]: Executing op: FileCopy(SourceName=C:\Config.Msi\52da0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Dawson_Creek,Attributes=32800,FileSize=1876,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:243]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Dawson_Creek; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:254]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:256]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d9f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Dawson,Attributes=32800,FileSize=7609,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:257]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Dawson; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:270]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:272]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d9e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Danmarkshavn,Attributes=32800,FileSize=1105,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:275]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Danmarkshavn; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:288]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:290]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d9d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Curacao,Attributes=32800,FileSize=179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:293]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Curacao; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:306]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:310]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d9c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Cuiaba,Attributes=32800,FileSize=7771,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:313]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Cuiaba; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:323]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:325]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d9b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Creston,Attributes=32800,FileSize=211,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:328]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Creston; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:337]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:339]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d9a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Costa_Rica,Attributes=32800,FileSize=416,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:341]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Costa_Rica; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:350]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:352]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d99.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Cordoba,Attributes=32800,FileSize=214,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:354]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Cordoba; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:364]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:366]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d98.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Coral_Harbour,Attributes=32800,FileSize=193,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:369]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Coral_Harbour; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:378]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:379]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d97.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Chihuahua,Attributes=32800,FileSize=6593,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:381]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Chihuahua; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:391]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:393]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d96.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Chicago,Attributes=32800,FileSize=11003,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:395]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Chicago; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:403]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:405]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d95.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Cayman,Attributes=32800,FileSize=179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:407]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Cayman; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:416]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:418]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d94.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Cayenne,Attributes=32800,FileSize=178,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:421]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Cayenne; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:433]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:434]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d93.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Catamarca,Attributes=32800,FileSize=222,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:436]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Catamarca; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:445]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:447]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d92.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Caracas,Attributes=32800,FileSize=240,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:449]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Caracas; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:458]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:459]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d91.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Cancun,Attributes=32800,FileSize=6435,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:462]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Cancun; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:471]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:472]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d90.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Campo_Grande,Attributes=32800,FileSize=7778,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:474]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Campo_Grande; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:483]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:484]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d8f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Cambridge_Bay,Attributes=32800,FileSize=7487,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:486]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Cambridge_Bay; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:496]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:514]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d8e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Buenos_Aires,Attributes=32800,FileSize=234,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:516]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Buenos_Aires; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:527]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:530]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d8d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Boise,Attributes=32800,FileSize=8324,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:533]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Boise; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:549]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:552]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d8c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Bogota,Attributes=32800,FileSize=238,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:555]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Bogota; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:568]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:571]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d8b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Boa_Vista,Attributes=32800,FileSize=1175,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:575]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Boa_Vista; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:642]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:648]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d8a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Blanc-Sablon,Attributes=32800,FileSize=331,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:650]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Blanc-Sablon; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:664]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:666]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d89.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Belize,Attributes=32800,FileSize=1829,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:669]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Belize; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:685]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:687]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d88.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Belem,Attributes=32800,FileSize=1010,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:690]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Belem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:704]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:706]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d87.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Barbados,Attributes=32800,FileSize=413,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:709]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Barbados; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:726]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:730]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d86.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Bahia_Banderas,Attributes=32800,FileSize=6625,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:732]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Bahia_Banderas; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:744]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:746]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d85.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Bahia,Attributes=32800,FileSize=1974,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:748]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Bahia; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:760]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:762]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d84.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Atka,Attributes=32800,FileSize=172,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:764]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Atka; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:772]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:774]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d83.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Atikokan,Attributes=32800,FileSize=332,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:776]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Atikokan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:784]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:786]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d82.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Asuncion,Attributes=32800,FileSize=7810,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:788]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Asuncion; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:797]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:799]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d81.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Aruba,Attributes=32800,FileSize=177,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:800]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Aruba; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:809]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:811]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d80.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Araguaina,Attributes=32800,FileSize=6907,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:812]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Araguaina; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:824]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:826]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d7f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Antigua,Attributes=32800,FileSize=179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:829]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Antigua; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:838]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:839]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d7e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Anguilla,Attributes=32800,FileSize=150,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:841]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Anguilla; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:849]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:851]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d7d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Anchorage,Attributes=32800,FileSize=8444,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:853]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Anchorage; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:861]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:862]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d7c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Adak,Attributes=32800,FileSize=8404,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:864]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Adak; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:874]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:876]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\) MSI (s) (9C:5C) [21:25:33:877]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d7b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Vostok,Attributes=32800,FileSize=145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:879]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Vostok; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:891]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:893]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d7a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Syowa,Attributes=32800,FileSize=144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:895]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Syowa; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:903]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:905]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d79.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\South_Pole,Attributes=32800,FileSize=199,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:907]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\South_Pole; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:917]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:919]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d78.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Rothera,Attributes=32800,FileSize=146,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:922]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Rothera; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:936]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:938]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d77.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Palmer,Attributes=32800,FileSize=7659,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:941]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Palmer; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:965]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:969]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d76.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\McMurdo,Attributes=32800,FileSize=7622,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:972]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\McMurdo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:030]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:034]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d75.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Mawson,Attributes=32800,FileSize=175,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:037]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Mawson; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:058]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:060]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d74.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Macquarie,Attributes=32800,FileSize=2711,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:066]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Macquarie; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:084]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:089]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d73.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\DumontDUrville,Attributes=32800,FileSize=207,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:092]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\DumontDUrville; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:102]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:104]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d72.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Davis,Attributes=32800,FileSize=318,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:105]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Davis; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:114]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:115]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d71.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Casey,Attributes=32800,FileSize=260,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:117]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Casey; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:127]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:130]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Arctic\) MSI (s) (9C:5C) [21:25:34:131]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d70.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Arctic\Longyearbyen,Attributes=32800,FileSize=176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:132]: File: C:\Python34\tcl\tcl8.6\tzdata\Arctic\Longyearbyen; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:142]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:144]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Asia\) MSI (s) (9C:5C) [21:25:34:145]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d6f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Yerevan,Attributes=32800,FileSize=2013,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:147]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Yerevan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:160]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:162]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d6e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Yekaterinburg,Attributes=32800,FileSize=2068,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:163]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Yekaterinburg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:172]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:173]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d6d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Yakutsk,Attributes=32800,FileSize=2062,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:175]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Yakutsk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:186]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:187]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d6c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Vladivostok,Attributes=32800,FileSize=2069,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:189]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Vladivostok; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:197]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:199]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d6b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Vientiane,Attributes=32800,FileSize=236,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:200]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Vientiane; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:210]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:212]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d6a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Ust-Nera,Attributes=32800,FileSize=2059,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:215]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Ust-Nera; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:227]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:229]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d69.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Urumqi,Attributes=32800,FileSize=508,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:231]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Urumqi; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:239]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:241]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d68.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Ulan_Bator,Attributes=32800,FileSize=187,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:243]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Ulan_Bator; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:252]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:253]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d67.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Ulaanbaatar,Attributes=32800,FileSize=1487,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:255]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Ulaanbaatar; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:263]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:265]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d66.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Ujung_Pandang,Attributes=32800,FileSize=181,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:267]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Ujung_Pandang; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:275]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:278]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d65.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Tokyo,Attributes=32800,FileSize=434,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:280]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Tokyo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:289]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:291]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d64.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Thimphu,Attributes=32800,FileSize=171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:292]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Thimphu; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:304]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:305]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d63.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Thimbu,Attributes=32800,FileSize=171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:307]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Thimbu; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:315]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:316]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d62.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Tel_Aviv,Attributes=32800,FileSize=179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:318]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Tel_Aviv; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:329]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:331]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d61.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Tehran,Attributes=32800,FileSize=3084,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:332]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Tehran; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:340]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:342]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d60.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Tbilisi,Attributes=32800,FileSize=1719,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:344]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Tbilisi; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:352]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:353]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d5f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Tashkent,Attributes=32800,FileSize=911,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:355]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Tashkent; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:365]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:367]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d5e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Taipei,Attributes=32800,FileSize=1297,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:369]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Taipei; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:380]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:382]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d5d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Singapore,Attributes=32800,FileSize=386,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:383]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Singapore; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:394]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:395]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d5c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Shanghai,Attributes=32800,FileSize=626,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:397]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Shanghai; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:408]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:411]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d5b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Seoul,Attributes=32800,FileSize=488,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:413]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Seoul; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:424]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:426]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d5a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Samarkand,Attributes=32800,FileSize=912,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:429]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Samarkand; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:442]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:443]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d59.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Sakhalin,Attributes=32800,FileSize=2123,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:446]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Sakhalin; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:459]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:461]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d58.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Saigon,Attributes=32800,FileSize=183,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:463]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Saigon; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:473]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:475]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d57.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Riyadh,Attributes=32800,FileSize=142,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:477]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Riyadh; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:489]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:491]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d56.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Rangoon,Attributes=32800,FileSize=233,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:494]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Rangoon; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:506]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:508]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d55.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Qyzylorda,Attributes=32800,FileSize=1688,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:509]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Qyzylorda; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:521]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:523]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d54.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Qatar,Attributes=32800,FileSize=169,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:526]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Qatar; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:536]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:539]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d53.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Pyongyang,Attributes=32800,FileSize=294,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:541]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Pyongyang; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:554]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:556]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d52.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Pontianak,Attributes=32800,FileSize=349,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:558]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Pontianak; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:572]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:574]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d51.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Phnom_Penh,Attributes=32800,FileSize=237,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:577]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Phnom_Penh; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:589]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:591]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d50.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Oral,Attributes=32800,FileSize=1683,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:594]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Oral; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:607]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:609]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d4f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Omsk,Attributes=32800,FileSize=2059,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:612]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Omsk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:625]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:627]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d4e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Novosibirsk,Attributes=32800,FileSize=2096,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:630]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Novosibirsk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:641]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:643]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d4d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Novokuznetsk,Attributes=32800,FileSize=2100,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:645]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Novokuznetsk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:656]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:658]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d4c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Nicosia,Attributes=32800,FileSize=7368,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:660]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Nicosia; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:673]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:675]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d4b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Muscat,Attributes=32800,FileSize=143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:678]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Muscat; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:690]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:692]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d4a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Manila,Attributes=32800,FileSize=409,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:694]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Manila; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:705]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:707]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d49.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Makassar,Attributes=32800,FileSize=233,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:709]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Makassar; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:722]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:723]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d48.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Magadan,Attributes=32800,FileSize=2062,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:725]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Magadan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:736]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:738]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d47.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Macau,Attributes=32800,FileSize=1286,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:740]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Macau; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:751]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:753]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d46.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Macao,Attributes=32800,FileSize=164,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:756]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Macao; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:769]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:771]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d45.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Kuwait,Attributes=32800,FileSize=142,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:773]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Kuwait; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:786]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:788]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d44.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Kuching,Attributes=32800,FileSize=703,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:790]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Kuching; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:800]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:802]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d43.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Kuala_Lumpur,Attributes=32800,FileSize=360,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:803]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Kuala_Lumpur; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:815]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:817]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d42.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Krasnoyarsk,Attributes=32800,FileSize=2066,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:819]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Krasnoyarsk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:829]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:832]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d41.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Kolkata,Attributes=32800,FileSize=261,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:834]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Kolkata; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:846]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:848]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d40.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Khandyga,Attributes=32800,FileSize=2126,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:850]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Khandyga; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:862]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:864]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d3f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Katmandu,Attributes=32800,FileSize=179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:866]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Katmandu; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:877]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:879]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d3e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Kathmandu,Attributes=32800,FileSize=174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:882]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Kathmandu; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:895]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:896]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d3d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Kashgar,Attributes=32800,FileSize=539,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:899]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Kashgar; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:912]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:914]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d3c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Karachi,Attributes=32800,FileSize=436,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:917]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Karachi; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:930]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:932]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d3b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Kamchatka,Attributes=32800,FileSize=2097,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:934]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Kamchatka; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:949]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:951]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d3a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Kabul,Attributes=32800,FileSize=171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:953]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Kabul; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:963]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:975]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d39.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Jerusalem,Attributes=32800,FileSize=7690,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:978]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Jerusalem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:991]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:993]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d38.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Jayapura,Attributes=32800,FileSize=203,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:996]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Jayapura; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:008]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:010]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d37.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Jakarta,Attributes=32800,FileSize=350,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:012]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Jakarta; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:025]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:027]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d36.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Istanbul,Attributes=32800,FileSize=182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:029]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Istanbul; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:038]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:040]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d35.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Irkutsk,Attributes=32800,FileSize=2092,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:043]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Irkutsk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:055]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:057]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d34.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Ho_Chi_Minh,Attributes=32800,FileSize=238,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:059]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Ho_Chi_Minh; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:070]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:072]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d33.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Hovd,Attributes=32800,FileSize=1480,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:074]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Hovd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:086]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:088]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d32.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Hong_Kong,Attributes=32800,FileSize=2150,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:090]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Hong_Kong; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:099]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:101]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d31.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Hebron,Attributes=32800,FileSize=7939,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:104]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Hebron; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:116]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:118]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d30.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Harbin,Attributes=32800,FileSize=598,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:121]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Harbin; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:135]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:138]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d2f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Gaza,Attributes=32800,FileSize=7963,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:140]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Gaza; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:151]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:153]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d2e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Dushanbe,Attributes=32800,FileSize=825,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:156]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Dushanbe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:169]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:170]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d2d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Dubai,Attributes=32800,FileSize=142,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:173]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Dubai; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:185]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:188]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d2c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Dili,Attributes=32800,FileSize=255,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:190]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Dili; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:203]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:204]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d2b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Dhaka,Attributes=32800,FileSize=376,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:207]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Dhaka; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:220]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:222]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d2a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Damascus,Attributes=32800,FileSize=8031,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:224]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Damascus; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:236]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:238]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d29.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Dacca,Attributes=32800,FileSize=164,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:240]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Dacca; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:248]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:249]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d28.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Colombo,Attributes=32800,FileSize=347,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:251]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Colombo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:259]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:260]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d27.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Chungking,Attributes=32800,FileSize=180,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:262]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Chungking; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:270]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:271]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d26.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Chongqing,Attributes=32800,FileSize=511,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:273]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Chongqing; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:281]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:282]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d25.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Choibalsan,Attributes=32800,FileSize=1486,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:284]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Choibalsan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:292]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:294]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d24.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Calcutta,Attributes=32800,FileSize=173,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:295]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Calcutta; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:407]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:408]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d23.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Brunei,Attributes=32800,FileSize=173,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:410]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Brunei; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:418]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:420]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d22.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Bishkek,Attributes=32800,FileSize=1631,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:422]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Bishkek; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:430]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:431]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d21.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Beirut,Attributes=32800,FileSize=7754,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:433]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Beirut; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:441]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:442]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d20.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Bangkok,Attributes=32800,FileSize=174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:444]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Bangkok; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:453]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:454]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d1f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Baku,Attributes=32800,FileSize=7087,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:456]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Baku; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:464]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:465]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d1e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Bahrain,Attributes=32800,FileSize=171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:467]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Bahrain; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:475]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:477]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d1d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Baghdad,Attributes=32800,FileSize=1643,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:479]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Baghdad; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:487]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:489]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d1c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Ashkhabad,Attributes=32800,FileSize=177,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:491]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Ashkhabad; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:499]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:500]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d1b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Ashgabat,Attributes=32800,FileSize=883,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:502]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Ashgabat; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:510]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:512]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d1a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Aqtobe,Attributes=32800,FileSize=1656,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:513]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Aqtobe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:523]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:524]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d19.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Aqtau,Attributes=32800,FileSize=1684,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:527]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Aqtau; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:536]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:538]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d18.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Anadyr,Attributes=32800,FileSize=2126,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:540]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Anadyr; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:548]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:549]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d17.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Amman,Attributes=32800,FileSize=7085,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:551]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Amman; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:559]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:561]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d16.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Almaty,Attributes=32800,FileSize=1627,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:562]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Almaty; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:570]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:572]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d15.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Aden,Attributes=32800,FileSize=140,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:573]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Aden; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:582]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:583]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\) MSI (s) (9C:5C) [21:25:35:584]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d14.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\St_Helena,Attributes=32800,FileSize=175,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:585]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\St_Helena; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:596]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:597]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d13.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Stanley,Attributes=32800,FileSize=2215,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:599]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Stanley; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:607]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:608]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d12.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\South_Georgia,Attributes=32800,FileSize=154,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:610]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\South_Georgia; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:618]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:619]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d11.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Reykjavik,Attributes=32800,FileSize=1911,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:621]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Reykjavik; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:630]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:631]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d10.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Madeira,Attributes=32800,FileSize=9568,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:633]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Madeira; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:641]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:642]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d0f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Jan_Mayen,Attributes=32800,FileSize=175,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:645]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Jan_Mayen; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:654]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:656]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d0e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Faroe,Attributes=32800,FileSize=6551,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:658]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Faroe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:666]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:668]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d0d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Faeroe,Attributes=32800,FileSize=181,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:669]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Faeroe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:678]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:680]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d0c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Cape_Verde,Attributes=32800,FileSize=238,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:682]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Cape_Verde; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:691]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:693]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d0b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Canary,Attributes=32800,FileSize=6638,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:695]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Canary; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:703]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:704]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d0a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Bermuda,Attributes=32800,FileSize=7684,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:706]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Bermuda; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:714]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:716]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d09.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Azores,Attributes=32800,FileSize=10092,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:718]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Azores; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:726]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:727]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Australia\) MSI (s) (9C:5C) [21:25:35:728]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d08.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Yancowinna,Attributes=32800,FileSize=207,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:730]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Yancowinna; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:739]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:740]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d07.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\West,Attributes=32800,FileSize=183,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:742]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\West; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:750]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:751]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d06.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Victoria,Attributes=32800,FileSize=199,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:753]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Victoria; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:761]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:763]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d05.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Tasmania,Attributes=32800,FileSize=190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:764]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Tasmania; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:772]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:774]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d04.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Sydney,Attributes=32800,FileSize=7799,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:775]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Sydney; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:811]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:812]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d03.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\South,Attributes=32800,FileSize=193,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:814]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\South; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:822]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:823]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d02.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Queensland,Attributes=32800,FileSize=198,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:825]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Queensland; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:833]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:834]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d01.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Perth,Attributes=32800,FileSize=694,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:836]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Perth; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:844]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:846]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d00.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\NSW,Attributes=32800,FileSize=185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:847]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\NSW; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:855]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:857]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cff.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\North,Attributes=32800,FileSize=187,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:859]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\North; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:867]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:869]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cfe.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Melbourne,Attributes=32800,FileSize=7802,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:871]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Melbourne; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:879]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:880]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cfd.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Lord_Howe,Attributes=32800,FileSize=7250,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:882]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Lord_Howe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:890]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:891]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cfc.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Lindeman,Attributes=32800,FileSize=773,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:893]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Lindeman; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:901]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:903]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cfb.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\LHI,Attributes=32800,FileSize=194,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:905]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\LHI; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:913]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:915]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cfa.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Hobart,Attributes=32800,FileSize=8049,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:916]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Hobart; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:925]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:926]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cf9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Eucla,Attributes=32800,FileSize=714,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:928]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Eucla; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:936]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:938]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cf8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Darwin,Attributes=32800,FileSize=412,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:939]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Darwin; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:948]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:949]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cf7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Currie,Attributes=32800,FileSize=7829,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:951]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Currie; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:959]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:960]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cf6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Canberra,Attributes=32800,FileSize=190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:962]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Canberra; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:970]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:971]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cf5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Broken_Hill,Attributes=32800,FileSize=7892,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:973]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Broken_Hill; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:982]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:984]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cf4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Brisbane,Attributes=32800,FileSize=633,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:986]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Brisbane; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:994]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:996]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cf3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Adelaide,Attributes=32800,FileSize=7831,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:997]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Adelaide; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:005]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:007]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cf2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\ACT,Attributes=32800,FileSize=185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:008]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\ACT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:017]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:018]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Brazil\) MSI (s) (9C:5C) [21:25:36:019]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cf1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Brazil\West,Attributes=32800,FileSize=177,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:020]: File: C:\Python34\tcl\tcl8.6\tzdata\Brazil\West; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:030]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:032]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cf0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Brazil\East,Attributes=32800,FileSize=186,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:033]: File: C:\Python34\tcl\tcl8.6\tzdata\Brazil\East; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:041]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:043]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cef.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Brazil\DeNoronha,Attributes=32800,FileSize=185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:045]: File: C:\Python34\tcl\tcl8.6\tzdata\Brazil\DeNoronha; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:057]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:058]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cee.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Brazil\Acre,Attributes=32800,FileSize=189,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:060]: File: C:\Python34\tcl\tcl8.6\tzdata\Brazil\Acre; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:076]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:077]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Canada\) MSI (s) (9C:5C) [21:25:36:078]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ced.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Canada\Yukon,Attributes=32800,FileSize=190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:080]: File: C:\Python34\tcl\tcl8.6\tzdata\Canada\Yukon; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:089]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:090]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cec.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Canada\Saskatchewan,Attributes=32800,FileSize=185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:092]: File: C:\Python34\tcl\tcl8.6\tzdata\Canada\Saskatchewan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:100]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:103]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ceb.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Canada\Pacific,Attributes=32800,FileSize=189,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:105]: File: C:\Python34\tcl\tcl8.6\tzdata\Canada\Pacific; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:113]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:114]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cea.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Canada\Newfoundland,Attributes=32800,FileSize=191,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:116]: File: C:\Python34\tcl\tcl8.6\tzdata\Canada\Newfoundland; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:124]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:126]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ce9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Canada\Mountain,Attributes=32800,FileSize=187,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:128]: File: C:\Python34\tcl\tcl8.6\tzdata\Canada\Mountain; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:197]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:199]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ce8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Canada\Eastern,Attributes=32800,FileSize=183,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:201]: File: C:\Python34\tcl\tcl8.6\tzdata\Canada\Eastern; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:210]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:211]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ce7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Canada\East-Saskatchewan,Attributes=32800,FileSize=190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:213]: File: C:\Python34\tcl\tcl8.6\tzdata\Canada\East-Saskatchewan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:222]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:224]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ce6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Canada\Central,Attributes=32800,FileSize=186,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:226]: File: C:\Python34\tcl\tcl8.6\tzdata\Canada\Central; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:235]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:237]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ce5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Canada\Atlantic,Attributes=32800,FileSize=184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:239]: File: C:\Python34\tcl\tcl8.6\tzdata\Canada\Atlantic; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:247]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:249]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Chile\) MSI (s) (9C:5C) [21:25:36:251]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ce4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Chile\EasterIsland,Attributes=32800,FileSize=184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:252]: File: C:\Python34\tcl\tcl8.6\tzdata\Chile\EasterIsland; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:267]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:269]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ce3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Chile\Continental,Attributes=32800,FileSize=189,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:271]: File: C:\Python34\tcl\tcl8.6\tzdata\Chile\Continental; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:281]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:283]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Etc\) MSI (s) (9C:5C) [21:25:36:284]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ce2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\Zulu,Attributes=32800,FileSize=153,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:285]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\Zulu; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:295]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:297]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ce1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\UTC,Attributes=32800,FileSize=105,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:299]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\UTC; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:307]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:310]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ce0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\Universal,Attributes=32800,FileSize=158,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:312]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\Universal; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:322]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:324]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cdf.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\UCT,Attributes=32800,FileSize=105,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:326]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\UCT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:337]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:339]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cde.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\Greenwich,Attributes=32800,FileSize=158,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:342]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\Greenwich; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:354]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:356]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cdd.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT0,Attributes=32800,FileSize=153,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:358]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT0; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:368]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:370]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cdc.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-9,Attributes=32800,FileSize=113,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:373]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-9; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:383]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:386]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cdb.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-8,Attributes=32800,FileSize=113,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:388]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-8; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:400]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:403]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cda.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-7,Attributes=32800,FileSize=113,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:405]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-7; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:415]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:416]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cd9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-6,Attributes=32800,FileSize=113,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:418]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-6; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:431]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:433]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cd8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-5,Attributes=32800,FileSize=113,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:436]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-5; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:446]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:448]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cd7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-4,Attributes=32800,FileSize=113,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:449]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-4; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:460]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:462]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cd6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-3,Attributes=32800,FileSize=113,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:465]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-3; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:476]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:478]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cd5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-2,Attributes=32800,FileSize=112,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:480]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-2; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:493]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:495]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cd4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-14,Attributes=32800,FileSize=115,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:497]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-14; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:507]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:509]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cd3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-13,Attributes=32800,FileSize=115,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:513]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-13; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:524]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:526]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cd2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-12,Attributes=32800,FileSize=115,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:528]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-12; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:538]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:540]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cd1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-11,Attributes=32800,FileSize=115,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:543]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-11; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:553]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:555]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cd0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-10,Attributes=32800,FileSize=115,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:556]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-10; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:566]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:567]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ccf.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-1,Attributes=32800,FileSize=112,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:569]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-1; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:579]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:581]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cce.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-0,Attributes=32800,FileSize=154,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:583]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-0; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:593]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:595]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ccd.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+9,Attributes=32800,FileSize=114,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:597]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+9; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:606]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:608]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ccc.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+8,Attributes=32800,FileSize=114,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:610]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+8; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:618]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:620]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ccb.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+7,Attributes=32800,FileSize=114,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:622]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+7; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:630]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:632]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cca.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+6,Attributes=32800,FileSize=114,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:634]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+6; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:644]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:646]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cc9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+5,Attributes=32800,FileSize=114,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:648]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+5; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:657]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:659]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cc8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+4,Attributes=32800,FileSize=114,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:661]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+4; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:670]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:671]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cc7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+3,Attributes=32800,FileSize=114,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:673]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+3; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:685]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:686]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cc6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+2,Attributes=32800,FileSize=113,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:688]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+2; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:698]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:699]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cc5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+12,Attributes=32800,FileSize=116,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:701]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+12; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:713]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:715]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cc4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+11,Attributes=32800,FileSize=116,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:717]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+11; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:789]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:791]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cc3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+10,Attributes=32800,FileSize=116,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:793]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+10; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:805]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:807]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cc2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+1,Attributes=32800,FileSize=113,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:809]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+1; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:820]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:823]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cc1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+0,Attributes=32800,FileSize=154,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:825]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+0; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:835]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:836]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cc0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT,Attributes=32800,FileSize=105,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:838]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:847]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:849]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Europe\) MSI (s) (9C:5C) [21:25:36:850]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cbf.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Zurich,Attributes=32800,FileSize=7055,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:852]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Zurich; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:862]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:863]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cbe.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Zaporozhye,Attributes=32800,FileSize=7236,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:865]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Zaporozhye; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:875]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:876]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cbd.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Zagreb,Attributes=32800,FileSize=182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:879]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Zagreb; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:888]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:890]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cbc.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Warsaw,Attributes=32800,FileSize=8366,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:892]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Warsaw; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:902]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:903]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cbb.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Volgograd,Attributes=32800,FileSize=2065,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:905]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Volgograd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:915]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:917]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cba.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Vilnius,Attributes=32800,FileSize=7203,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:920]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Vilnius; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:929]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:931]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cb9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Vienna,Attributes=32800,FileSize=7659,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:933]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Vienna; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:943]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:945]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cb8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Vatican,Attributes=32800,FileSize=171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:947]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Vatican; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:957]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:958]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cb7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Vaduz,Attributes=32800,FileSize=6911,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:961]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Vaduz; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:971]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:973]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cb6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Uzhgorod,Attributes=32800,FileSize=7287,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:975]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Uzhgorod; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:985]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:987]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cb5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Tiraspol,Attributes=32800,FileSize=184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:989]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Tiraspol; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:000]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:002]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cb4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Tirane,Attributes=32800,FileSize=7412,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:004]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Tirane; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:014]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:016]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cb3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Tallinn,Attributes=32800,FileSize=7322,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:018]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Tallinn; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:031]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:033]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cb2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Stockholm,Attributes=32800,FileSize=7058,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:035]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Stockholm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:045]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:046]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cb1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Sofia,Attributes=32800,FileSize=7425,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:048]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Sofia; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:058]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:059]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cb0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Skopje,Attributes=32800,FileSize=182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:062]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Skopje; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:071]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:073]: Executing op: FileCopy(SourceName=C:\Config.Msi\52caf.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Simferopol,Attributes=32800,FileSize=7265,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:076]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Simferopol; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:086]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:088]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cae.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Sarajevo,Attributes=32800,FileSize=184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:090]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Sarajevo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:100]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:102]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cad.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\San_Marino,Attributes=32800,FileSize=174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:104]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\San_Marino; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:114]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:115]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cac.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Samara,Attributes=32800,FileSize=2155,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:117]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Samara; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:127]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:129]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cab.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Rome,Attributes=32800,FileSize=8481,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:130]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Rome; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:141]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:143]: Executing op: FileCopy(SourceName=C:\Config.Msi\52caa.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Riga,Attributes=32800,FileSize=7400,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:145]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Riga; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:155]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:157]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ca9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Prague,Attributes=32800,FileSize=7684,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:158]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Prague; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:171]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:173]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ca8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Podgorica,Attributes=32800,FileSize=185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:173]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Podgorica; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:173]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:173]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ca7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Paris,Attributes=32800,FileSize=8838,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:189]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Paris; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:189]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:205]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ca6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Oslo,Attributes=32800,FileSize=7651,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:205]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Oslo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:205]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:220]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ca5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Nicosia,Attributes=32800,FileSize=174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:220]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Nicosia; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:220]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:237]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ca4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Moscow,Attributes=32800,FileSize=2348,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:240]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Moscow; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:252]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:255]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ca3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Monaco,Attributes=32800,FileSize=8871,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:257]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Monaco; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:270]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:272]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ca2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Minsk,Attributes=32800,FileSize=2072,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:274]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Minsk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:283]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:285]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ca1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Mariehamn,Attributes=32800,FileSize=185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:288]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Mariehamn; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:298]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:299]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ca0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Malta,Attributes=32800,FileSize=8425,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:301]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Malta; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:311]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:314]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c9f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Madrid,Attributes=32800,FileSize=8282,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:317]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Madrid; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:326]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:328]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c9e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Luxembourg,Attributes=32800,FileSize=8826,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:330]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Luxembourg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:341]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:343]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c9d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\London,Attributes=32800,FileSize=9839,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:345]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\London; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:354]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:356]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c9c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Ljubljana,Attributes=32800,FileSize=185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:358]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Ljubljana; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:367]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:369]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c9b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Lisbon,Attributes=32800,FileSize=9471,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:370]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Lisbon; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:380]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:381]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c9a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Kiev,Attributes=32800,FileSize=7200,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:383]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Kiev; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:393]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:394]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c99.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Kaliningrad,Attributes=32800,FileSize=2369,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:396]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Kaliningrad; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:405]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:407]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c98.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Jersey,Attributes=32800,FileSize=176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:409]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Jersey; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:418]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:419]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c97.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Istanbul,Attributes=32800,FileSize=8735,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:421]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Istanbul; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:434]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:436]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c96.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Isle_of_Man,Attributes=32800,FileSize=181,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:437]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Isle_of_Man; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:449]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:451]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c95.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Helsinki,Attributes=32800,FileSize=7120,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:453]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Helsinki; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:513]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:515]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c94.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Guernsey,Attributes=32800,FileSize=178,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:517]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Guernsey; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:530]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:532]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c93.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Gibraltar,Attributes=32800,FileSize=9181,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:535]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Gibraltar; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:546]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:548]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c92.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Dublin,Attributes=32800,FileSize=9476,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:550]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Dublin; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:563]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:564]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c91.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Copenhagen,Attributes=32800,FileSize=7458,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:567]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Copenhagen; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:577]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:579]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c90.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Chisinau,Attributes=32800,FileSize=7825,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:581]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Chisinau; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:593]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:595]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c8f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Busingen,Attributes=32800,FileSize=178,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:598]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Busingen; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:609]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:611]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c8e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Budapest,Attributes=32800,FileSize=8034,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:613]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Budapest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:623]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:625]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c8d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Bucharest,Attributes=32800,FileSize=7706,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:628]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Bucharest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:642]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:644]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c8c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Brussels,Attributes=32800,FileSize=8907,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:647]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Brussels; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:660]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:662]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c8b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Bratislava,Attributes=32800,FileSize=180,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:664]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Bratislava; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:673]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:675]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c8a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Berlin,Attributes=32800,FileSize=7746,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:677]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Berlin; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:688]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:690]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c89.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Belgrade,Attributes=32800,FileSize=7059,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:693]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Belgrade; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:703]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:710]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c88.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Belfast,Attributes=32800,FileSize=177,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:713]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Belfast; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:725]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:727]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c87.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Athens,Attributes=32800,FileSize=7686,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:729]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Athens; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:738]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:740]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c86.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Andorra,Attributes=32800,FileSize=6690,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:742]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Andorra; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:751]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:753]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c85.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Amsterdam,Attributes=32800,FileSize=8783,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:755]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Amsterdam; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:766]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:768]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Indian\) MSI (s) (9C:5C) [21:25:37:769]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c84.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Reunion,Attributes=32800,FileSize=146,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:770]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Reunion; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:784]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:786]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c83.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Mayotte,Attributes=32800,FileSize=146,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:788]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Mayotte; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:799]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:801]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c82.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Mauritius,Attributes=32800,FileSize=264,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:803]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Mauritius; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:816]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:818]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c81.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Maldives,Attributes=32800,FileSize=176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:820]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Maldives; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:831]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:833]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c80.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Mahe,Attributes=32800,FileSize=143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:836]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Mahe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:846]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:848]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c7f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Kerguelen,Attributes=32800,FileSize=143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:850]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Kerguelen; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:860]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:862]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c7e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Comoro,Attributes=32800,FileSize=145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:864]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Comoro; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:872]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:874]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c7d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Cocos,Attributes=32800,FileSize=144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:877]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Cocos; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:888]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:890]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c7c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Christmas,Attributes=32800,FileSize=148,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:892]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Christmas; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:902]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:903]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c7b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Chagos,Attributes=32800,FileSize=173,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:906]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Chagos; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:918]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:919]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c7a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Antananarivo,Attributes=32800,FileSize=210,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:921]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Antananarivo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:931]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:933]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Mexico\) MSI (s) (9C:5C) [21:25:37:934]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c79.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Mexico\General,Attributes=32800,FileSize=195,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:936]: File: C:\Python34\tcl\tcl8.6\tzdata\Mexico\General; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:945]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:947]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c78.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Mexico\BajaSur,Attributes=32800,FileSize=186,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:949]: File: C:\Python34\tcl\tcl8.6\tzdata\Mexico\BajaSur; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:958]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:960]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c77.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Mexico\BajaNorte,Attributes=32800,FileSize=185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:962]: File: C:\Python34\tcl\tcl8.6\tzdata\Mexico\BajaNorte; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:971]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:972]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Pacific\) MSI (s) (9C:5C) [21:25:37:973]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c76.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Yap,Attributes=32800,FileSize=174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:975]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Yap; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:985]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:987]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c75.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Wallis,Attributes=32800,FileSize=146,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:989]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Wallis; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:998]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:000]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c74.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Wake,Attributes=32800,FileSize=145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:001]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Wake; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:011]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:013]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c73.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Truk,Attributes=32800,FileSize=175,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:015]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Truk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:024]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:026]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c72.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Tongatapu,Attributes=32800,FileSize=379,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:028]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Tongatapu; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:038]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:040]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c71.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Tarawa,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:042]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Tarawa; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:052]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:054]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c70.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Tahiti,Attributes=32800,FileSize=149,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:055]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Tahiti; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:066]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:068]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c6f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Samoa,Attributes=32800,FileSize=188,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:071]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Samoa; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:083]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:084]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c6e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Saipan,Attributes=32800,FileSize=233,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:086]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Saipan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:096]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:098]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c6d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Rarotonga,Attributes=32800,FileSize=931,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:100]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Rarotonga; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:110]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:111]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c6c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Port_Moresby,Attributes=32800,FileSize=183,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:113]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Port_Moresby; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:125]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:127]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c6b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Ponape,Attributes=32800,FileSize=183,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:130]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Ponape; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:140]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:142]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c6a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Pohnpei,Attributes=32800,FileSize=148,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:143]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Pohnpei; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:155]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:157]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c69.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Pitcairn,Attributes=32800,FileSize=179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:161]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Pitcairn; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:170]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:172]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c68.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Palau,Attributes=32800,FileSize=145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:173]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Palau; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:185]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:187]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c67.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Pago_Pago,Attributes=32800,FileSize=270,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:190]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Pago_Pago; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:200]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:203]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c66.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Noumea,Attributes=32800,FileSize=317,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:206]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Noumea; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:219]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:221]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c65.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Norfolk,Attributes=32800,FileSize=176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:223]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Norfolk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:233]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:235]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c64.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Niue,Attributes=32800,FileSize=205,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:236]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Niue; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:246]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:247]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c63.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Nauru,Attributes=32800,FileSize=231,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:249]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Nauru; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:262]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:264]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c62.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Midway,Attributes=32800,FileSize=266,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:266]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Midway; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:276]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:278]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c61.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Marquesas,Attributes=32800,FileSize=152,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:280]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Marquesas; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:289]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:291]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c60.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Majuro,Attributes=32800,FileSize=173,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:295]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Majuro; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:306]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:310]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c5f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Kwajalein,Attributes=32800,FileSize=206,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:312]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Kwajalein; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:324]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:326]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c5e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Kosrae,Attributes=32800,FileSize=204,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:327]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Kosrae; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:339]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:340]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c5d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Kiritimati,Attributes=32800,FileSize=212,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:343]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Kiritimati; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:355]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:357]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c5c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Johnston,Attributes=32800,FileSize=119,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:359]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Johnston; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:370]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:372]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c5b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Honolulu,Attributes=32800,FileSize=302,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:374]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Honolulu; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:384]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:385]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c5a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Guam,Attributes=32800,FileSize=204,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:388]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Guam; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:400]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:401]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c59.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Guadalcanal,Attributes=32800,FileSize=151,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:404]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Guadalcanal; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:417]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:419]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c58.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Gambier,Attributes=32800,FileSize=150,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:421]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Gambier; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:433]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:435]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c57.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Galapagos,Attributes=32800,FileSize=181,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:436]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Galapagos; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:447]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:449]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c56.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Funafuti,Attributes=32800,FileSize=148,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:450]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Funafuti; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:461]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:463]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c55.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Fiji,Attributes=32800,FileSize=5598,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:466]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Fiji; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:475]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:478]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c54.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Fakaofo,Attributes=32800,FileSize=178,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:479]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Fakaofo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:489]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:491]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c53.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Enderbury,Attributes=32800,FileSize=211,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:493]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Enderbury; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:503]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:505]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c52.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Efate,Attributes=32800,FileSize=715,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:508]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Efate; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:519]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:521]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c51.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Easter,Attributes=32800,FileSize=8549,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:523]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Easter; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:535]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:538]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c50.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Chuuk,Attributes=32800,FileSize=146,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:541]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Chuuk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:556]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:561]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c4f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Chatham,Attributes=32800,FileSize=7875,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:564]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Chatham; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:579]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:581]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c4e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Auckland,Attributes=32800,FileSize=8487,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:583]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Auckland; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:593]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:595]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c4d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Apia,Attributes=32800,FileSize=5521,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:597]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Apia; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:606]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:608]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\SystemV\) MSI (s) (9C:5C) [21:25:38:609]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c4c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\YST9YDT,Attributes=32800,FileSize=193,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:610]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\YST9YDT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:620]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:622]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c4b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\YST9,Attributes=32800,FileSize=184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:624]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\YST9; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:633]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:635]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c4a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\PST8PDT,Attributes=32800,FileSize=199,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:637]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\PST8PDT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:645]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:647]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c49.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\PST8,Attributes=32800,FileSize=187,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:649]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\PST8; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:658]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:659]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c48.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\MST7MDT,Attributes=32800,FileSize=184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:662]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\MST7MDT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:673]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:674]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c47.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\MST7,Attributes=32800,FileSize=184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:676]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\MST7; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:686]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:687]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c46.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\HST10,Attributes=32800,FileSize=188,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:690]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\HST10; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:700]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:701]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c45.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\EST5EDT,Attributes=32800,FileSize=190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:703]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\EST5EDT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:713]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:715]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c44.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\EST5,Attributes=32800,FileSize=199,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:716]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\EST5; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:727]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:729]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c43.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\CST6CDT,Attributes=32800,FileSize=187,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:731]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\CST6CDT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:740]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:742]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c42.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\CST6,Attributes=32800,FileSize=181,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:744]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\CST6; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:755]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:756]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c41.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\AST4ADT,Attributes=32800,FileSize=187,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:759]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\AST4ADT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:768]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:770]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c40.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\AST4,Attributes=32800,FileSize=196,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:772]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\AST4; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:781]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:783]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\US\) MSI (s) (9C:5C) [21:25:38:785]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c3f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Samoa,Attributes=32800,FileSize=183,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:786]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Samoa; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:799]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:801]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c3e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Pacific-New,Attributes=32800,FileSize=195,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:803]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Pacific-New; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:812]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:814]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c3d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Pacific,Attributes=32800,FileSize=191,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:815]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Pacific; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:825]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:827]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c3c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Mountain,Attributes=32800,FileSize=177,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:830]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Mountain; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:842]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:844]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c3b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Michigan,Attributes=32800,FileSize=180,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:846]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Michigan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:856]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:858]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c3a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Indiana-Starke,Attributes=32800,FileSize=201,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:860]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Indiana-Starke; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:869]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:871]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c39.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Hawaii,Attributes=32800,FileSize=181,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:874]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Hawaii; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:885]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:886]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c38.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Eastern,Attributes=32800,FileSize=182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:888]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Eastern; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:897]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:899]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c37.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\East-Indiana,Attributes=32800,FileSize=223,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:901]: File: C:\Python34\tcl\tcl8.6\tzdata\US\East-Indiana; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:912]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:913]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c36.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Central,Attributes=32800,FileSize=179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:916]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Central; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:927]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:929]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c35.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Arizona,Attributes=32800,FileSize=179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:930]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Arizona; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:939]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:941]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c34.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Aleutian,Attributes=32800,FileSize=171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:944]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Aleutian; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:955]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:957]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c33.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Alaska,Attributes=32800,FileSize=184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:960]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Alaska; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:971]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:973]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\) MSI (s) (9C:5C) [21:25:38:975]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c32.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Zulu,Attributes=32800,FileSize=149,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:978]: File: C:\Python34\tcl\tcl8.6\tzdata\Zulu; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:989]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:990]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c31.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\WET,Attributes=32800,FileSize=6694,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:993]: File: C:\Python34\tcl\tcl8.6\tzdata\WET; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:005]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:007]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c30.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\W-SU,Attributes=32800,FileSize=167,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:010]: File: C:\Python34\tcl\tcl8.6\tzdata\W-SU; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:022]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:024]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c2f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\UTC,Attributes=32800,FileSize=148,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:026]: File: C:\Python34\tcl\tcl8.6\tzdata\UTC; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:038]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:041]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c2e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Universal,Attributes=32800,FileSize=154,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:044]: File: C:\Python34\tcl\tcl8.6\tzdata\Universal; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:056]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:058]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c2d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\UCT,Attributes=32800,FileSize=148,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:061]: File: C:\Python34\tcl\tcl8.6\tzdata\UCT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:074]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:077]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c2c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Turkey,Attributes=32800,FileSize=175,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:080]: File: C:\Python34\tcl\tcl8.6\tzdata\Turkey; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:091]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:093]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c2b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Singapore,Attributes=32800,FileSize=175,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:096]: File: C:\Python34\tcl\tcl8.6\tzdata\Singapore; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:105]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:107]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c2a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\ROK,Attributes=32800,FileSize=157,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:111]: File: C:\Python34\tcl\tcl8.6\tzdata\ROK; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:129]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:132]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c29.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\ROC,Attributes=32800,FileSize=160,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:134]: File: C:\Python34\tcl\tcl8.6\tzdata\ROC; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:144]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:146]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c28.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\PST8PDT,Attributes=32800,FileSize=8227,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:148]: File: C:\Python34\tcl\tcl8.6\tzdata\PST8PDT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:158]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:160]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c27.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\PRC,Attributes=32800,FileSize=166,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:162]: File: C:\Python34\tcl\tcl8.6\tzdata\PRC; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:171]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:173]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c26.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Portugal,Attributes=32800,FileSize=171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:176]: File: C:\Python34\tcl\tcl8.6\tzdata\Portugal; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:186]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:187]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c25.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Poland,Attributes=32800,FileSize=169,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:189]: File: C:\Python34\tcl\tcl8.6\tzdata\Poland; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:198]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:199]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c24.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\NZ-CHAT,Attributes=32800,FileSize=176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:201]: File: C:\Python34\tcl\tcl8.6\tzdata\NZ-CHAT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:211]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:213]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c23.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\NZ,Attributes=32800,FileSize=174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:216]: File: C:\Python34\tcl\tcl8.6\tzdata\NZ; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:228]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c22.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Navajo,Attributes=32800,FileSize=172,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:233]: File: C:\Python34\tcl\tcl8.6\tzdata\Navajo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:243]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:245]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c21.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\MST7MDT,Attributes=32800,FileSize=8227,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:247]: File: C:\Python34\tcl\tcl8.6\tzdata\MST7MDT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:255]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:257]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c20.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\MST,Attributes=32800,FileSize=106,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:259]: File: C:\Python34\tcl\tcl8.6\tzdata\MST; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:268]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:270]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c1f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\MET,Attributes=32800,FileSize=7471,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:272]: File: C:\Python34\tcl\tcl8.6\tzdata\MET; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:283]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:285]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c1e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Libya,Attributes=32800,FileSize=171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:287]: File: C:\Python34\tcl\tcl8.6\tzdata\Libya; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:297]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:298]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c1d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Kwajalein,Attributes=32800,FileSize=184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:301]: File: C:\Python34\tcl\tcl8.6\tzdata\Kwajalein; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:310]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:313]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c1c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Japan,Attributes=32800,FileSize=159,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:315]: File: C:\Python34\tcl\tcl8.6\tzdata\Japan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:324]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:326]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c1b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Jamaica,Attributes=32800,FileSize=176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:328]: File: C:\Python34\tcl\tcl8.6\tzdata\Jamaica; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:337]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:339]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c1a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Israel,Attributes=32800,FileSize=172,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:341]: File: C:\Python34\tcl\tcl8.6\tzdata\Israel; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:350]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:351]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c19.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Iran,Attributes=32800,FileSize=161,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:353]: File: C:\Python34\tcl\tcl8.6\tzdata\Iran; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:364]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:366]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c18.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Iceland,Attributes=32800,FileSize=185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:369]: File: C:\Python34\tcl\tcl8.6\tzdata\Iceland; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:381]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:382]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c17.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\HST,Attributes=32800,FileSize=106,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:384]: File: C:\Python34\tcl\tcl8.6\tzdata\HST; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:394]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:395]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c16.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Hongkong,Attributes=32800,FileSize=174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:397]: File: C:\Python34\tcl\tcl8.6\tzdata\Hongkong; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:409]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:410]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c15.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Greenwich,Attributes=32800,FileSize=154,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:412]: File: C:\Python34\tcl\tcl8.6\tzdata\Greenwich; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:422]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:423]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c14.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\GMT0,Attributes=32800,FileSize=149,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:425]: File: C:\Python34\tcl\tcl8.6\tzdata\GMT0; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:435]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:436]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c13.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\GMT-0,Attributes=32800,FileSize=150,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:438]: File: C:\Python34\tcl\tcl8.6\tzdata\GMT-0; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:447]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:448]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c12.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\GMT+0,Attributes=32800,FileSize=150,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:451]: File: C:\Python34\tcl\tcl8.6\tzdata\GMT+0; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:459]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:461]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c11.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\GMT,Attributes=32800,FileSize=148,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:463]: File: C:\Python34\tcl\tcl8.6\tzdata\GMT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:473]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:475]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c10.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\GB-Eire,Attributes=32800,FileSize=170,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:477]: File: C:\Python34\tcl\tcl8.6\tzdata\GB-Eire; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:488]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:490]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c0f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\EST5EDT,Attributes=32800,FileSize=8227,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:493]: File: C:\Python34\tcl\tcl8.6\tzdata\EST5EDT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:502]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:504]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c0e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\EST,Attributes=32800,FileSize=106,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:506]: File: C:\Python34\tcl\tcl8.6\tzdata\EST; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:517]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:518]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c0d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Eire,Attributes=32800,FileSize=167,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:521]: File: C:\Python34\tcl\tcl8.6\tzdata\Eire; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:530]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:532]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c0c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Egypt,Attributes=32800,FileSize=165,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:534]: File: C:\Python34\tcl\tcl8.6\tzdata\Egypt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:544]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:546]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c0b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\EET,Attributes=32800,FileSize=7189,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:548]: File: C:\Python34\tcl\tcl8.6\tzdata\EET; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:559]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:563]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c0a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Cuba,Attributes=32800,FileSize=170,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:566]: File: C:\Python34\tcl\tcl8.6\tzdata\Cuba; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:578]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:579]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c09.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\CST6CDT,Attributes=32800,FileSize=8227,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:582]: File: C:\Python34\tcl\tcl8.6\tzdata\CST6CDT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:590]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:592]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c08.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\CET,Attributes=32800,FileSize=7471,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:595]: File: C:\Python34\tcl\tcl8.6\tzdata\CET; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:606]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:607]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\) MSI (s) (9C:5C) [21:25:39:609]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c07.rbf,,DestName=C:\Python34\tcl\tcl8.6\word.tcl,Attributes=32800,FileSize=4674,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:611]: File: C:\Python34\tcl\tcl8.6\word.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:620]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:621]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c06.rbf,,DestName=C:\Python34\tcl\tcl8.6\tm.tcl,Attributes=32800,FileSize=11626,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:623]: File: C:\Python34\tcl\tcl8.6\tm.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:634]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:636]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c05.rbf,,DestName=C:\Python34\tcl\tcl8.6\tclIndex,Attributes=32800,FileSize=5415,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:638]: File: C:\Python34\tcl\tcl8.6\tclIndex; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:648]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:650]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c04.rbf,,DestName=C:\Python34\tcl\tcl8.6\safe.tcl,Attributes=32800,FileSize=33447,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:651]: File: C:\Python34\tcl\tcl8.6\safe.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:662]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:664]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c03.rbf,,DestName=C:\Python34\tcl\tcl8.6\parray.tcl,Attributes=32800,FileSize=803,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:666]: File: C:\Python34\tcl\tcl8.6\parray.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:678]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:680]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c02.rbf,,DestName=C:\Python34\tcl\tcl8.6\package.tcl,Attributes=32800,FileSize=22964,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:682]: File: C:\Python34\tcl\tcl8.6\package.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:694]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:696]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c01.rbf,,DestName=C:\Python34\tcl\tcl8.6\init.tcl,Attributes=32800,FileSize=24447,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:698]: File: C:\Python34\tcl\tcl8.6\init.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:709]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:711]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c00.rbf,,DestName=C:\Python34\tcl\tcl8.6\history.tcl,Attributes=32800,FileSize=7328,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:713]: File: C:\Python34\tcl\tcl8.6\history.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:722]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:724]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bff.rbf,,DestName=C:\Python34\tcl\tcl8.6\clock.tcl,Attributes=32800,FileSize=129701,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:727]: File: C:\Python34\tcl\tcl8.6\clock.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:737]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:740]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bfe.rbf,,DestName=C:\Python34\tcl\tcl8.6\auto.tcl,Attributes=32800,FileSize=21317,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:743]: File: C:\Python34\tcl\tcl8.6\auto.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:756]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:758]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tdbc1.0.0\) MSI (s) (9C:5C) [21:25:39:759]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bfd.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\tdbc_tokenize.n,Attributes=32800,FileSize=2456,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:760]: File: C:\Python34\tcl\tdbc1.0.0\tdbc_tokenize.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:772]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:774]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bfc.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\tdbc_statement.n,Attributes=32800,FileSize=8424,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:777]: File: C:\Python34\tcl\tdbc1.0.0\tdbc_statement.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:786]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:788]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bfb.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\tdbc_resultset.n,Attributes=32800,FileSize=7568,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:789]: File: C:\Python34\tcl\tdbc1.0.0\tdbc_resultset.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:829]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:831]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bfa.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\tdbc_mapSqlState.n,Attributes=32800,FileSize=2288,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:833]: File: C:\Python34\tcl\tdbc1.0.0\tdbc_mapSqlState.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:842]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:844]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bf9.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\tdbc_connection.n,Attributes=32800,FileSize=16597,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:847]: File: C:\Python34\tcl\tdbc1.0.0\tdbc_connection.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:855]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:856]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bf8.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\tdbcstub100.lib,Attributes=32800,FileSize=1966,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:859]: File: C:\Python34\tcl\tdbc1.0.0\tdbcstub100.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:867]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:869]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bf7.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\tdbcConfig.sh,Attributes=32800,FileSize=3384,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:871]: File: C:\Python34\tcl\tdbc1.0.0\tdbcConfig.sh; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:880]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:882]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bf6.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\tdbc100.dll,Attributes=32800,FileSize=13312,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:884]: File: C:\Python34\tcl\tdbc1.0.0\tdbc100.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:895]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:897]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bf5.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\tdbc.tcl,Attributes=32800,FileSize=26633,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:900]: File: C:\Python34\tcl\tdbc1.0.0\tdbc.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:909]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:911]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bf4.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\tdbc.n,Attributes=32800,FileSize=2418,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:913]: File: C:\Python34\tcl\tdbc1.0.0\tdbc.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:921]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:923]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bf3.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\pkgIndex.tcl,Attributes=32800,FileSize=434,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:925]: File: C:\Python34\tcl\tdbc1.0.0\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:935]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:936]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tdbcmysql1.0.0\) MSI (s) (9C:5C) [21:25:39:938]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bf2.rbf,,DestName=C:\Python34\tcl\tdbcmysql1.0.0\tdbc_mysql.n,Attributes=32800,FileSize=6612,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:939]: File: C:\Python34\tcl\tdbcmysql1.0.0\tdbc_mysql.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:949]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:951]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bf1.rbf,,DestName=C:\Python34\tcl\tdbcmysql1.0.0\tdbcmysql100.dll,Attributes=32800,FileSize=36352,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:952]: File: C:\Python34\tcl\tdbcmysql1.0.0\tdbcmysql100.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:961]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:962]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bf0.rbf,,DestName=C:\Python34\tcl\tdbcmysql1.0.0\tdbcmysql.tcl,Attributes=32800,FileSize=6626,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:964]: File: C:\Python34\tcl\tdbcmysql1.0.0\tdbcmysql.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:023]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:024]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bef.rbf,,DestName=C:\Python34\tcl\tdbcmysql1.0.0\pkgIndex.tcl,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:026]: File: C:\Python34\tcl\tdbcmysql1.0.0\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:036]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:037]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tdbcodbc1.0.0\) MSI (s) (9C:5C) [21:25:40:038]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bee.rbf,,DestName=C:\Python34\tcl\tdbcodbc1.0.0\tdbc_odbc.n,Attributes=32800,FileSize=8010,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:040]: File: C:\Python34\tcl\tdbcodbc1.0.0\tdbc_odbc.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:050]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:052]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bed.rbf,,DestName=C:\Python34\tcl\tdbcodbc1.0.0\tdbcodbc100.dll,Attributes=32800,FileSize=51200,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:054]: File: C:\Python34\tcl\tdbcodbc1.0.0\tdbcodbc100.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:063]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:065]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bec.rbf,,DestName=C:\Python34\tcl\tdbcodbc1.0.0\tdbcodbc.tcl,Attributes=32800,FileSize=15624,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:067]: File: C:\Python34\tcl\tdbcodbc1.0.0\tdbcodbc.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:077]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:078]: Executing op: FileCopy(SourceName=C:\Config.Msi\52beb.rbf,,DestName=C:\Python34\tcl\tdbcodbc1.0.0\pkgIndex.tcl,Attributes=32800,FileSize=246,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:081]: File: C:\Python34\tcl\tdbcodbc1.0.0\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:090]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:093]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tdbcpostgres1.0.0\) MSI (s) (9C:5C) [21:25:40:094]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bea.rbf,,DestName=C:\Python34\tcl\tdbcpostgres1.0.0\tdbcpostgres100.dll,Attributes=32800,FileSize=35328,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:096]: File: C:\Python34\tcl\tdbcpostgres1.0.0\tdbcpostgres100.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:107]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:110]: Executing op: FileCopy(SourceName=C:\Config.Msi\52be9.rbf,,DestName=C:\Python34\tcl\tdbcpostgres1.0.0\tdbcpostgres.tcl,Attributes=32800,FileSize=4369,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:112]: File: C:\Python34\tcl\tdbcpostgres1.0.0\tdbcpostgres.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:121]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:123]: Executing op: FileCopy(SourceName=C:\Config.Msi\52be8.rbf,,DestName=C:\Python34\tcl\tdbcpostgres1.0.0\pkgIndex.tcl,Attributes=32800,FileSize=266,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:125]: File: C:\Python34\tcl\tdbcpostgres1.0.0\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:134]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:135]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tdbcsqlite1.0.0\) MSI (s) (9C:5C) [21:25:40:136]: Executing op: FileCopy(SourceName=C:\Config.Msi\52be7.rbf,,DestName=C:\Python34\tcl\tdbcsqlite1.0.0\tdbc_sqlite3.n,Attributes=32800,FileSize=3784,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:138]: File: C:\Python34\tcl\tdbcsqlite1.0.0\tdbc_sqlite3.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:148]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:150]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\thread2.7.0\) MSI (s) (9C:5C) [21:25:40:151]: Executing op: FileCopy(SourceName=C:\Config.Msi\52be6.rbf,,DestName=C:\Python34\tcl\thread2.7.0\ttrace.tcl,Attributes=32800,FileSize=29546,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:153]: File: C:\Python34\tcl\thread2.7.0\ttrace.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:165]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:167]: Executing op: FileCopy(SourceName=C:\Config.Msi\52be5.rbf,,DestName=C:\Python34\tcl\thread2.7.0\ttrace.n,Attributes=32800,FileSize=14309,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:169]: File: C:\Python34\tcl\thread2.7.0\ttrace.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:178]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:180]: Executing op: FileCopy(SourceName=C:\Config.Msi\52be4.rbf,,DestName=C:\Python34\tcl\thread2.7.0\tsv.n,Attributes=32800,FileSize=19726,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:182]: File: C:\Python34\tcl\thread2.7.0\tsv.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:193]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:195]: Executing op: FileCopy(SourceName=C:\Config.Msi\52be3.rbf,,DestName=C:\Python34\tcl\thread2.7.0\tpool.n,Attributes=32800,FileSize=15185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:196]: File: C:\Python34\tcl\thread2.7.0\tpool.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:205]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:207]: Executing op: FileCopy(SourceName=C:\Config.Msi\52be2.rbf,,DestName=C:\Python34\tcl\thread2.7.0\thread27.dll,Attributes=32800,FileSize=105472,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:209]: File: C:\Python34\tcl\thread2.7.0\thread27.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:219]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:220]: Executing op: FileCopy(SourceName=C:\Config.Msi\52be1.rbf,,DestName=C:\Python34\tcl\thread2.7.0\thread.n,Attributes=32800,FileSize=29356,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:223]: File: C:\Python34\tcl\thread2.7.0\thread.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:233]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:234]: Executing op: FileCopy(SourceName=C:\Config.Msi\52be0.rbf,,DestName=C:\Python34\tcl\thread2.7.0\pkgIndex.tcl,Attributes=32800,FileSize=2248,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:236]: File: C:\Python34\tcl\thread2.7.0\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:246]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:248]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\bitmaps\) MSI (s) (9C:5C) [21:25:40:249]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bdf.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\warning.xpm,Attributes=32800,FileSize=1262,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:251]: File: C:\Python34\tcl\tix8.4.3\bitmaps\warning.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:268]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:269]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bde.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\warning.gif,Attributes=32800,FileSize=180,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:271]: File: C:\Python34\tcl\tix8.4.3\bitmaps\warning.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:282]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:285]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bdd.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\tick.xbm,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:287]: File: C:\Python34\tcl\tix8.4.3\bitmaps\tick.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:301]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:305]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bdc.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\textfile.xpm,Attributes=32800,FileSize=302,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:307]: File: C:\Python34\tcl\tix8.4.3\bitmaps\textfile.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:321]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:325]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bdb.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\textfile.xbm,Attributes=32800,FileSize=245,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:327]: File: C:\Python34\tcl\tix8.4.3\bitmaps\textfile.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:338]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:340]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bda.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\textfile.gif,Attributes=32800,FileSize=79,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:343]: File: C:\Python34\tcl\tix8.4.3\bitmaps\textfile.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:356]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:358]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bd9.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\system.xbm,Attributes=32800,FileSize=278,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:360]: File: C:\Python34\tcl\tix8.4.3\bitmaps\system.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:372]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:376]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bd8.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\srcfile.xpm,Attributes=32800,FileSize=294,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:379]: File: C:\Python34\tcl\tix8.4.3\bitmaps\srcfile.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:392]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:394]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bd7.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\srcfile.xbm,Attributes=32800,FileSize=242,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:397]: File: C:\Python34\tcl\tix8.4.3\bitmaps\srcfile.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:408]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:410]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bd6.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\srcfile.gif,Attributes=32800,FileSize=79,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:412]: File: C:\Python34\tcl\tix8.4.3\bitmaps\srcfile.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:425]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:437]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bd5.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\restore.xbm,Attributes=32800,FileSize=281,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:440]: File: C:\Python34\tcl\tix8.4.3\bitmaps\restore.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:452]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:454]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bd4.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\resize2.xbm,Attributes=32800,FileSize=305,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:457]: File: C:\Python34\tcl\tix8.4.3\bitmaps\resize2.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:470]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:472]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bd3.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\resize1.xbm,Attributes=32800,FileSize=305,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:474]: File: C:\Python34\tcl\tix8.4.3\bitmaps\resize1.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:486]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:488]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bd2.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\plusarm.xpm,Attributes=32800,FileSize=212,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:491]: File: C:\Python34\tcl\tix8.4.3\bitmaps\plusarm.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:504]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:506]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bd1.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\plusarm.xbm,Attributes=32800,FileSize=204,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:510]: File: C:\Python34\tcl\tix8.4.3\bitmaps\plusarm.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:522]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:524]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bd0.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\plusarm.gif,Attributes=32800,FileSize=60,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:527]: File: C:\Python34\tcl\tix8.4.3\bitmaps\plusarm.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:540]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:542]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bcf.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\plus.xpm,Attributes=32800,FileSize=200,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:544]: File: C:\Python34\tcl\tix8.4.3\bitmaps\plus.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:555]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:558]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bce.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\plus.xbm,Attributes=32800,FileSize=195,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:561]: File: C:\Python34\tcl\tix8.4.3\bitmaps\plus.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:573]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:575]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bcd.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\plus.gif,Attributes=32800,FileSize=58,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:578]: File: C:\Python34\tcl\tix8.4.3\bitmaps\plus.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:592]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:594]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bcc.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\openfold.xpm,Attributes=32800,FileSize=418,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:597]: File: C:\Python34\tcl\tix8.4.3\bitmaps\openfold.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:612]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:614]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bcb.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\openfold.xbm,Attributes=32800,FileSize=221,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:616]: File: C:\Python34\tcl\tix8.4.3\bitmaps\openfold.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:629]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:632]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bca.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\openfold.gif,Attributes=32800,FileSize=84,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:634]: File: C:\Python34\tcl\tix8.4.3\bitmaps\openfold.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:645]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:646]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bc9.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\openfile.xbm,Attributes=32800,FileSize=221,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:649]: File: C:\Python34\tcl\tix8.4.3\bitmaps\openfile.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:662]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:664]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bc8.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\no_entry.xpm,Attributes=32800,FileSize=1274,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:666]: File: C:\Python34\tcl\tix8.4.3\bitmaps\no_entry.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:680]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:683]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bc7.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\no_entry.gif,Attributes=32800,FileSize=176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:686]: File: C:\Python34\tcl\tix8.4.3\bitmaps\no_entry.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:698]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:700]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bc6.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\network.xbm,Attributes=32800,FileSize=893,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:703]: File: C:\Python34\tcl\tix8.4.3\bitmaps\network.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:715]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:717]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bc5.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\mktransgif.tcl,Attributes=32800,FileSize=263,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:720]: File: C:\Python34\tcl\tix8.4.3\bitmaps\mktransgif.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:733]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:735]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bc4.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\minusarm.xpm,Attributes=32800,FileSize=220,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:737]: File: C:\Python34\tcl\tix8.4.3\bitmaps\minusarm.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:749]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:751]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bc3.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\minusarm.xbm,Attributes=32800,FileSize=207,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:754]: File: C:\Python34\tcl\tix8.4.3\bitmaps\minusarm.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:767]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:768]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bc2.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\minusarm.gif,Attributes=32800,FileSize=59,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:771]: File: C:\Python34\tcl\tix8.4.3\bitmaps\minusarm.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:784]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:786]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bc1.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\minus.xpm,Attributes=32800,FileSize=201,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:789]: File: C:\Python34\tcl\tix8.4.3\bitmaps\minus.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:802]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:804]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bc0.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\minus.xbm,Attributes=32800,FileSize=198,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:806]: File: C:\Python34\tcl\tix8.4.3\bitmaps\minus.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:817]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:819]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bbf.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\minus.gif,Attributes=32800,FileSize=57,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:822]: File: C:\Python34\tcl\tix8.4.3\bitmaps\minus.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:834]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:836]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bbe.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\minimize.xbm,Attributes=32800,FileSize=284,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:838]: File: C:\Python34\tcl\tix8.4.3\bitmaps\minimize.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:849]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:851]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bbd.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\maximize.xbm,Attributes=32800,FileSize=284,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:854]: File: C:\Python34\tcl\tix8.4.3\bitmaps\maximize.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:868]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:870]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bbc.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\info.xpm,Attributes=32800,FileSize=1258,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:872]: File: C:\Python34\tcl\tix8.4.3\bitmaps\info.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:885]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:887]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bbb.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\info.gif,Attributes=32800,FileSize=159,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:890]: File: C:\Python34\tcl\tix8.4.3\bitmaps\info.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:903]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:905]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bba.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\incr.xbm,Attributes=32800,FileSize=99,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:908]: File: C:\Python34\tcl\tix8.4.3\bitmaps\incr.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:920]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:922]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bb9.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\hourglas.xbm,Attributes=32800,FileSize=940,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:925]: File: C:\Python34\tcl\tix8.4.3\bitmaps\hourglas.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:938]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:941]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bb8.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\hourglas.mask,Attributes=32800,FileSize=969,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:944]: File: C:\Python34\tcl\tix8.4.3\bitmaps\hourglas.mask; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:961]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:964]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bb7.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\harddisk.xbm,Attributes=32800,FileSize=896,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:967]: File: C:\Python34\tcl\tix8.4.3\bitmaps\harddisk.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:977]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:979]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bb6.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\folder.xpm,Attributes=32800,FileSize=418,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:982]: File: C:\Python34\tcl\tix8.4.3\bitmaps\folder.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:994]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:996]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bb5.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\folder.xbm,Attributes=32800,FileSize=215,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:999]: File: C:\Python34\tcl\tix8.4.3\bitmaps\folder.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:012]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:014]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bb4.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\folder.gif,Attributes=32800,FileSize=79,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:016]: File: C:\Python34\tcl\tix8.4.3\bitmaps\folder.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:030]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:032]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bb3.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\file.xpm,Attributes=32800,FileSize=298,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:035]: File: C:\Python34\tcl\tix8.4.3\bitmaps\file.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:048]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:050]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bb2.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\file.xbm,Attributes=32800,FileSize=233,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:052]: File: C:\Python34\tcl\tix8.4.3\bitmaps\file.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:066]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:069]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bb1.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\file.gif,Attributes=32800,FileSize=76,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:071]: File: C:\Python34\tcl\tix8.4.3\bitmaps\file.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:083]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:085]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bb0.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\drop.xbm,Attributes=32800,FileSize=326,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:088]: File: C:\Python34\tcl\tix8.4.3\bitmaps\drop.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:099]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:101]: Executing op: FileCopy(SourceName=C:\Config.Msi\52baf.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\decr.xbm,Attributes=32800,FileSize=99,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:103]: File: C:\Python34\tcl\tix8.4.3\bitmaps\decr.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:115]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:117]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bae.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\cross.xbm,Attributes=32800,FileSize=254,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:120]: File: C:\Python34\tcl\tix8.4.3\bitmaps\cross.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:133]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:134]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bad.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\ck_on.xbm,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:137]: File: C:\Python34\tcl\tix8.4.3\bitmaps\ck_on.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:149]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:151]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bac.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\ck_off.xbm,Attributes=32800,FileSize=254,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:153]: File: C:\Python34\tcl\tix8.4.3\bitmaps\ck_off.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:164]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:166]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bab.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\ck_def.xbm,Attributes=32800,FileSize=254,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:168]: File: C:\Python34\tcl\tix8.4.3\bitmaps\ck_def.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:179]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:181]: Executing op: FileCopy(SourceName=C:\Config.Msi\52baa.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\cbxarrow.xbm,Attributes=32800,FileSize=263,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:184]: File: C:\Python34\tcl\tix8.4.3\bitmaps\cbxarrow.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:193]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:195]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ba9.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\balarrow.xbm,Attributes=32800,FileSize=123,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:197]: File: C:\Python34\tcl\tix8.4.3\bitmaps\balarrow.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:209]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:211]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ba8.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\act_fold.xpm,Attributes=32800,FileSize=436,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:212]: File: C:\Python34\tcl\tix8.4.3\bitmaps\act_fold.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:223]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:225]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ba7.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\act_fold.xbm,Attributes=32800,FileSize=221,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:227]: File: C:\Python34\tcl\tix8.4.3\bitmaps\act_fold.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:236]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:239]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ba6.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\act_fold.gif,Attributes=32800,FileSize=90,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:242]: File: C:\Python34\tcl\tix8.4.3\bitmaps\act_fold.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:251]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:252]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\demos\bitmaps\) MSI (s) (9C:5C) [21:25:41:253]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ba5.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\underlin.xbm,Attributes=32800,FileSize=299,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:254]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\underlin.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:267]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:269]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ba4.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\tix.gif,Attributes=32800,FileSize=11042,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:271]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\tix.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:280]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:281]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ba3.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\select.xpm,Attributes=32800,FileSize=2356,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:283]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\select.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:292]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:293]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ba2.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\rightj.xbm,Attributes=32800,FileSize=290,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:295]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\rightj.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:305]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:307]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ba1.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\optmenu.xpm,Attributes=32800,FileSize=2289,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:309]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\optmenu.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:317]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:319]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ba0.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\network.xpm,Attributes=32800,FileSize=1386,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:320]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\network.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:330]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:332]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b9f.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\network.xbm,Attributes=32800,FileSize=884,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:334]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\network.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:388]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:389]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b9e.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\netw.xpm,Attributes=32800,FileSize=1386,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:393]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\netw.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:405]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:407]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b9d.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\netw.xbm,Attributes=32800,FileSize=884,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:408]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\netw.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:421]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:423]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b9c.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\leftj.xbm,Attributes=32800,FileSize=287,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:426]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\leftj.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:435]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:437]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b9b.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\justify.xbm,Attributes=32800,FileSize=293,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:439]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\justify.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:449]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:451]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b9a.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\italic.xbm,Attributes=32800,FileSize=290,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:454]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\italic.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:464]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:466]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b99.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\harddisk.xpm,Attributes=32800,FileSize=1371,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:468]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\harddisk.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:479]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:481]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b98.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\harddisk.xbm,Attributes=32800,FileSize=890,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:483]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\harddisk.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:497]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:499]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b97.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\filebox.xpm,Attributes=32800,FileSize=2310,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:501]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\filebox.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:519]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:520]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b96.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\filebox.xbm,Attributes=32800,FileSize=893,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:525]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\filebox.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:539]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:543]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b95.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\exit.xpm,Attributes=32800,FileSize=2293,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:547]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\exit.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:559]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:561]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b94.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\drivea.xpm,Attributes=32800,FileSize=1371,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:563]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\drivea.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:573]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:576]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b93.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\drivea.xbm,Attributes=32800,FileSize=890,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:578]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\drivea.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:586]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:588]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b92.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\combobox.xpm,Attributes=32800,FileSize=2318,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:590]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\combobox.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:602]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:604]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b91.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\combobox.xbm,Attributes=32800,FileSize=896,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:606]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\combobox.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:616]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:618]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b90.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\code.xpm,Attributes=32800,FileSize=620,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:619]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\code.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:632]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:633]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b8f.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\centerj.xbm,Attributes=32800,FileSize=293,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:636]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\centerj.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:645]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:647]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b8e.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\capital.xbm,Attributes=32800,FileSize=293,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:650]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\capital.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:660]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:662]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b8d.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\bold.xbm,Attributes=32800,FileSize=284,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:663]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\bold.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:673]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:675]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b8c.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\about.xpm,Attributes=32800,FileSize=2310,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:678]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\about.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:816]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:817]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\demos\samples\) MSI (s) (9C:5C) [21:25:41:818]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b8b.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\Xpm1.tcl,Attributes=32800,FileSize=3557,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:820]: File: C:\Python34\tcl\tix8.4.3\demos\samples\Xpm1.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:835]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:837]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b8a.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\Xpm.tcl,Attributes=32800,FileSize=3009,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:839]: File: C:\Python34\tcl\tix8.4.3\demos\samples\Xpm.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:851]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:853]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b89.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\Tree.tcl,Attributes=32800,FileSize=2744,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:854]: File: C:\Python34\tcl\tix8.4.3\demos\samples\Tree.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:865]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:867]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b88.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\SWindow.tcl,Attributes=32800,FileSize=2807,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:869]: File: C:\Python34\tcl\tix8.4.3\demos\samples\SWindow.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:881]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:883]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b87.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\STList3.tcl,Attributes=32800,FileSize=3090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:885]: File: C:\Python34\tcl\tix8.4.3\demos\samples\STList3.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:894]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:896]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b86.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\STList2.tcl,Attributes=32800,FileSize=2473,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:898]: File: C:\Python34\tcl\tix8.4.3\demos\samples\STList2.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:908]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:910]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b85.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\STList1.tcl,Attributes=32800,FileSize=1612,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:913]: File: C:\Python34\tcl\tix8.4.3\demos\samples\STList1.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:923]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:926]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b84.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\SText.tcl,Attributes=32800,FileSize=2617,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:928]: File: C:\Python34\tcl\tix8.4.3\demos\samples\SText.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:937]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:938]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b83.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\StdBBox.tcl,Attributes=32800,FileSize=2351,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:940]: File: C:\Python34\tcl\tix8.4.3\demos\samples\StdBBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:951]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:952]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b82.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\SListBox.tcl,Attributes=32800,FileSize=2949,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:954]: File: C:\Python34\tcl\tix8.4.3\demos\samples\SListBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:963]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:965]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b81.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\SHList2.tcl,Attributes=32800,FileSize=5092,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:967]: File: C:\Python34\tcl\tix8.4.3\demos\samples\SHList2.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:976]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:978]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b80.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\SHList.tcl,Attributes=32800,FileSize=3208,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:980]: File: C:\Python34\tcl\tix8.4.3\demos\samples\SHList.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:991]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:994]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b7f.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\SGrid1.tcl,Attributes=32800,FileSize=5633,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:996]: File: C:\Python34\tcl\tix8.4.3\demos\samples\SGrid1.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:007]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:009]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b7e.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\SGrid0.tcl,Attributes=32800,FileSize=3573,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:011]: File: C:\Python34\tcl\tix8.4.3\demos\samples\SGrid0.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:024]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:026]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b7d.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\Select.tcl,Attributes=32800,FileSize=3433,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:027]: File: C:\Python34\tcl\tix8.4.3\demos\samples\Select.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:045]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:048]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b7c.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\Sample.tcl,Attributes=32800,FileSize=1065,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:051]: File: C:\Python34\tcl\tix8.4.3\demos\samples\Sample.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:070]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:075]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b7b.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\PopMenu.tcl,Attributes=32800,FileSize=2436,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:078]: File: C:\Python34\tcl\tix8.4.3\demos\samples\PopMenu.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:097]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:109]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b7a.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\PanedWin.tcl,Attributes=32800,FileSize=4335,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:115]: File: C:\Python34\tcl\tix8.4.3\demos\samples\PanedWin.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:135]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:137]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b79.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\OptMenu.tcl,Attributes=32800,FileSize=3250,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:140]: File: C:\Python34\tcl\tix8.4.3\demos\samples\OptMenu.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:154]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:158]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b78.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\NoteBook.tcl,Attributes=32800,FileSize=3711,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:164]: File: C:\Python34\tcl\tix8.4.3\demos\samples\NoteBook.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:178]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:179]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b77.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\Meter.tcl,Attributes=32800,FileSize=2242,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:183]: File: C:\Python34\tcl\tix8.4.3\demos\samples\Meter.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:194]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:196]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b76.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\ListNBK.tcl,Attributes=32800,FileSize=3026,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:198]: File: C:\Python34\tcl\tix8.4.3\demos\samples\ListNBK.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:207]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:209]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b75.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\LabFrame.tcl,Attributes=32800,FileSize=2872,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:210]: File: C:\Python34\tcl\tix8.4.3\demos\samples\LabFrame.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:219]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:221]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b74.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\LabEntry.tcl,Attributes=32800,FileSize=2867,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:222]: File: C:\Python34\tcl\tix8.4.3\demos\samples\LabEntry.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:232]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:233]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b73.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\HList1.tcl,Attributes=32800,FileSize=4794,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:235]: File: C:\Python34\tcl\tix8.4.3\demos\samples\HList1.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:244]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:247]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b72.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\FileEnt.tcl,Attributes=32800,FileSize=2295,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:249]: File: C:\Python34\tcl\tix8.4.3\demos\samples\FileEnt.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:258]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:259]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b71.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\FileDlg.tcl,Attributes=32800,FileSize=3111,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:261]: File: C:\Python34\tcl\tix8.4.3\demos\samples\FileDlg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:271]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:273]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b70.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\EFileDlg.tcl,Attributes=32800,FileSize=3226,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:275]: File: C:\Python34\tcl\tix8.4.3\demos\samples\EFileDlg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:283]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:285]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b6f.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\EditGrid.tcl,Attributes=32800,FileSize=7019,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:288]: File: C:\Python34\tcl\tix8.4.3\demos\samples\EditGrid.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:298]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:300]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b6e.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\DynTree.tcl,Attributes=32800,FileSize=3916,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:302]: File: C:\Python34\tcl\tix8.4.3\demos\samples\DynTree.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:311]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:312]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b6d.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\DragDrop.tcl,Attributes=32800,FileSize=1662,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:314]: File: C:\Python34\tcl\tix8.4.3\demos\samples\DragDrop.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:324]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:325]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b6c.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\DirTree.tcl,Attributes=32800,FileSize=2825,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:327]: File: C:\Python34\tcl\tix8.4.3\demos\samples\DirTree.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:336]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:337]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b6b.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\DirList.tcl,Attributes=32800,FileSize=2848,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:340]: File: C:\Python34\tcl\tix8.4.3\demos\samples\DirList.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:349]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:351]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b6a.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\DirDlg.tcl,Attributes=32800,FileSize=2587,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:353]: File: C:\Python34\tcl\tix8.4.3\demos\samples\DirDlg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:363]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:365]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b69.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\Control.tcl,Attributes=32800,FileSize=3721,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:368]: File: C:\Python34\tcl\tix8.4.3\demos\samples\Control.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:377]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:378]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b68.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\ComboBox.tcl,Attributes=32800,FileSize=3665,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:380]: File: C:\Python34\tcl\tix8.4.3\demos\samples\ComboBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:390]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:391]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b67.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\CObjView.tcl,Attributes=32800,FileSize=2654,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:393]: File: C:\Python34\tcl\tix8.4.3\demos\samples\CObjView.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:402]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:403]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b66.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\CmpImg4.tcl,Attributes=32800,FileSize=4430,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:405]: File: C:\Python34\tcl\tix8.4.3\demos\samples\CmpImg4.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:415]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:417]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b65.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\CmpImg3.tcl,Attributes=32800,FileSize=2621,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:419]: File: C:\Python34\tcl\tix8.4.3\demos\samples\CmpImg3.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:431]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:433]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b64.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\CmpImg2.tcl,Attributes=32800,FileSize=4649,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:435]: File: C:\Python34\tcl\tix8.4.3\demos\samples\CmpImg2.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:443]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:445]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b63.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\CmpImg1.tcl,Attributes=32800,FileSize=6163,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:447]: File: C:\Python34\tcl\tix8.4.3\demos\samples\CmpImg1.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:456]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:457]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b62.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\CmpImg.tcl,Attributes=32800,FileSize=2023,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:459]: File: C:\Python34\tcl\tix8.4.3\demos\samples\CmpImg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:471]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:472]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b61.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\ChkList.tcl,Attributes=32800,FileSize=5487,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:474]: File: C:\Python34\tcl\tix8.4.3\demos\samples\ChkList.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:483]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:485]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b60.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\BtnBox.tcl,Attributes=32800,FileSize=2051,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:487]: File: C:\Python34\tcl\tix8.4.3\demos\samples\BtnBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:496]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:498]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b5f.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\Balloon.tcl,Attributes=32800,FileSize=1769,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:501]: File: C:\Python34\tcl\tix8.4.3\demos\samples\Balloon.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:511]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:513]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b5e.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\ArrowBtn.tcl,Attributes=32800,FileSize=4952,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:516]: File: C:\Python34\tcl\tix8.4.3\demos\samples\ArrowBtn.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:527]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:529]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b5d.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\AllSampl.tcl,Attributes=32800,FileSize=5001,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:532]: File: C:\Python34\tcl\tix8.4.3\demos\samples\AllSampl.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:543]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:545]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\demos\) MSI (s) (9C:5C) [21:25:42:546]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b5c.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\widget,Attributes=32800,FileSize=13311,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:549]: File: C:\Python34\tcl\tix8.4.3\demos\widget; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:560]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:562]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b5b.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\tixwidgets.tcl,Attributes=32800,FileSize=9356,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:564]: File: C:\Python34\tcl\tix8.4.3\demos\tixwidgets.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:574]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:575]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b5a.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\tclIndex,Attributes=32800,FileSize=3842,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:577]: File: C:\Python34\tcl\tix8.4.3\demos\tclIndex; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:589]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:591]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b59.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\MkScroll.tcl,Attributes=32800,FileSize=5283,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:593]: File: C:\Python34\tcl\tix8.4.3\demos\MkScroll.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:604]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:605]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b58.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\MkSample.tcl,Attributes=32800,FileSize=7008,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:608]: File: C:\Python34\tcl\tix8.4.3\demos\MkSample.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:618]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:621]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b57.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\MkDirLis.tcl,Attributes=32800,FileSize=2087,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:624]: File: C:\Python34\tcl\tix8.4.3\demos\MkDirLis.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:636]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:638]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b56.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\MkChoose.tcl,Attributes=32800,FileSize=9221,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:642]: File: C:\Python34\tcl\tix8.4.3\demos\MkChoose.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:654]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:655]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\pref\) MSI (s) (9C:5C) [21:25:42:656]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b55.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\WmDefault.txt,Attributes=32800,FileSize=4466,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:658]: File: C:\Python34\tcl\tix8.4.3\pref\WmDefault.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:670]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:673]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b54.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\WmDefault.tcl,Attributes=32800,FileSize=34898,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:675]: File: C:\Python34\tcl\tix8.4.3\pref\WmDefault.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:688]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:689]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b53.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\WmDefault.py,Attributes=32800,FileSize=3597,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:692]: File: C:\Python34\tcl\tix8.4.3\pref\WmDefault.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:705]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:707]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b52.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\WmDefault.fsc,Attributes=32800,FileSize=2184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:709]: File: C:\Python34\tcl\tix8.4.3\pref\WmDefault.fsc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:722]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:725]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b51.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\WmDefault.fs,Attributes=32800,FileSize=755,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:726]: File: C:\Python34\tcl\tix8.4.3\pref\WmDefault.fs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:736]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:741]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b50.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\WmDefault.csc,Attributes=32800,FileSize=14566,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:744]: File: C:\Python34\tcl\tix8.4.3\pref\WmDefault.csc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:754]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:756]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b4f.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\WmDefault.cs,Attributes=32800,FileSize=1452,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:758]: File: C:\Python34\tcl\tix8.4.3\pref\WmDefault.cs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:769]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:770]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b4e.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\TkWin.fsc,Attributes=32800,FileSize=1674,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:772]: File: C:\Python34\tcl\tix8.4.3\pref\TkWin.fsc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:783]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:786]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b4d.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\TkWin.fs,Attributes=32800,FileSize=390,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:788]: File: C:\Python34\tcl\tix8.4.3\pref\TkWin.fs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:801]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:804]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b4c.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\TkWin.csc,Attributes=32800,FileSize=22302,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:807]: File: C:\Python34\tcl\tix8.4.3\pref\TkWin.csc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:819]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:820]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b4b.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\TkWin.cs,Attributes=32800,FileSize=2246,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:822]: File: C:\Python34\tcl\tix8.4.3\pref\TkWin.cs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:832]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:833]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b4a.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\TK.fsc,Attributes=32800,FileSize=569,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:836]: File: C:\Python34\tcl\tix8.4.3\pref\TK.fsc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:845]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:847]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b49.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\TK.fs,Attributes=32800,FileSize=506,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:849]: File: C:\Python34\tcl\tix8.4.3\pref\TK.fs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:859]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:860]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b48.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\TK.csc,Attributes=32800,FileSize=2023,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:862]: File: C:\Python34\tcl\tix8.4.3\pref\TK.csc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:872]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:875]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b47.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\TK.cs,Attributes=32800,FileSize=1024,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:877]: File: C:\Python34\tcl\tix8.4.3\pref\TK.cs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:887]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:889]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b46.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\tixmkpref,Attributes=32800,FileSize=9651,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:891]: File: C:\Python34\tcl\tix8.4.3\pref\tixmkpref; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:904]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:907]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b45.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\TixGray.csc,Attributes=32800,FileSize=22539,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:910]: File: C:\Python34\tcl\tix8.4.3\pref\TixGray.csc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:923]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:925]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b44.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\TixGray.cs,Attributes=32800,FileSize=1026,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:928]: File: C:\Python34\tcl\tix8.4.3\pref\TixGray.cs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:937]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:938]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b43.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\SGIGray.csc,Attributes=32800,FileSize=22537,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:941]: File: C:\Python34\tcl\tix8.4.3\pref\SGIGray.csc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:952]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:955]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b42.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\SGIGray.cs,Attributes=32800,FileSize=1026,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:958]: File: C:\Python34\tcl\tix8.4.3\pref\SGIGray.cs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:969]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:971]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b41.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\pkgIndex.tcl,Attributes=32800,FileSize=271,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:973]: File: C:\Python34\tcl\tix8.4.3\pref\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:982]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:983]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b40.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\Old14Pt.fs,Attributes=32800,FileSize=499,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:985]: File: C:\Python34\tcl\tix8.4.3\pref\Old14Pt.fs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:996]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:998]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b3f.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\Old12Pt.fs,Attributes=32800,FileSize=541,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:001]: File: C:\Python34\tcl\tix8.4.3\pref\Old12Pt.fs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:014]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:017]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b3e.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\Makefile,Attributes=32800,FileSize=834,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:020]: File: C:\Python34\tcl\tix8.4.3\pref\Makefile; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:021]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:021]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b3d.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\Gray.csc,Attributes=32800,FileSize=22552,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:021]: File: C:\Python34\tcl\tix8.4.3\pref\Gray.csc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:036]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:036]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b3c.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\Gray.cs,Attributes=32800,FileSize=1045,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:036]: File: C:\Python34\tcl\tix8.4.3\pref\Gray.cs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:059]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:061]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b3b.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\Blue.csc,Attributes=32800,FileSize=22552,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:063]: File: C:\Python34\tcl\tix8.4.3\pref\Blue.csc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:077]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:080]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b3a.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\Blue.cs,Attributes=32800,FileSize=1045,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:083]: File: C:\Python34\tcl\tix8.4.3\pref\Blue.cs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:098]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:101]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b39.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\Bisque.csc,Attributes=32800,FileSize=22539,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:104]: File: C:\Python34\tcl\tix8.4.3\pref\Bisque.csc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:121]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:123]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b38.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\Bisque.cs,Attributes=32800,FileSize=1028,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:125]: File: C:\Python34\tcl\tix8.4.3\pref\Bisque.cs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:138]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:141]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b37.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\14Point.fsc,Attributes=32800,FileSize=2105,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:144]: File: C:\Python34\tcl\tix8.4.3\pref\14Point.fsc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:162]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:167]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b36.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\14Point.fs,Attributes=32800,FileSize=639,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:170]: File: C:\Python34\tcl\tix8.4.3\pref\14Point.fs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:181]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:183]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b35.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\12Point.fsc,Attributes=32800,FileSize=2045,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:187]: File: C:\Python34\tcl\tix8.4.3\pref\12Point.fsc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:197]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:199]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b34.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\12Point.fs,Attributes=32800,FileSize=640,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:202]: File: C:\Python34\tcl\tix8.4.3\pref\12Point.fs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:213]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:215]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b33.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\10Point.fsc,Attributes=32800,FileSize=2046,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:217]: File: C:\Python34\tcl\tix8.4.3\pref\10Point.fsc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:229]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b32.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\10Point.fs,Attributes=32800,FileSize=641,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:234]: File: C:\Python34\tcl\tix8.4.3\pref\10Point.fs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:245]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:246]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\) MSI (s) (9C:5C) [21:25:43:248]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b31.rbf,,DestName=C:\Python34\tcl\tix8.4.3\WInfo.tcl,Attributes=32800,FileSize=1005,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:250]: File: C:\Python34\tcl\tix8.4.3\WInfo.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:262]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:264]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b30.rbf,,DestName=C:\Python34\tcl\tix8.4.3\VTree.tcl,Attributes=32800,FileSize=4605,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:267]: File: C:\Python34\tcl\tix8.4.3\VTree.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:279]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:281]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b2f.rbf,,DestName=C:\Python34\tcl\tix8.4.3\VStack.tcl,Attributes=32800,FileSize=10081,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:283]: File: C:\Python34\tcl\tix8.4.3\VStack.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:293]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:296]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b2e.rbf,,DestName=C:\Python34\tcl\tix8.4.3\VResize.tcl,Attributes=32800,FileSize=5280,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:298]: File: C:\Python34\tcl\tix8.4.3\VResize.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:306]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:309]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b2d.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Variable.tcl,Attributes=32800,FileSize=2664,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:311]: File: C:\Python34\tcl\tix8.4.3\Variable.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:322]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:324]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b2c.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Utils.tcl,Attributes=32800,FileSize=11230,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:327]: File: C:\Python34\tcl\tix8.4.3\Utils.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:338]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:340]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b2b.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Tree.tcl,Attributes=32800,FileSize=4890,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:342]: File: C:\Python34\tcl\tix8.4.3\Tree.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:351]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:353]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b2a.rbf,,DestName=C:\Python34\tcl\tix8.4.3\TList.tcl,Attributes=32800,FileSize=18962,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:356]: File: C:\Python34\tcl\tix8.4.3\TList.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:365]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:367]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b29.rbf,,DestName=C:\Python34\tcl\tix8.4.3\tix84.lib,Attributes=32800,FileSize=34872,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:368]: File: C:\Python34\tcl\tix8.4.3\tix84.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:379]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:380]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b28.rbf,,DestName=C:\Python34\tcl\tix8.4.3\tix84.dll,Attributes=32800,FileSize=262144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:382]: File: C:\Python34\tcl\tix8.4.3\tix84.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:391]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:393]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b27.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Tix.tcl,Attributes=32800,FileSize=10135,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:396]: File: C:\Python34\tcl\tix8.4.3\Tix.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:406]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:408]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b26.rbf,,DestName=C:\Python34\tcl\tix8.4.3\SWindow.tcl,Attributes=32800,FileSize=7182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:410]: File: C:\Python34\tcl\tix8.4.3\SWindow.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:418]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:420]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b25.rbf,,DestName=C:\Python34\tcl\tix8.4.3\SWidget.tcl,Attributes=32800,FileSize=10213,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:422]: File: C:\Python34\tcl\tix8.4.3\SWidget.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:433]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:435]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b24.rbf,,DestName=C:\Python34\tcl\tix8.4.3\STList.tcl,Attributes=32800,FileSize=2521,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:438]: File: C:\Python34\tcl\tix8.4.3\STList.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:449]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:451]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b23.rbf,,DestName=C:\Python34\tcl\tix8.4.3\SText.tcl,Attributes=32800,FileSize=3297,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:452]: File: C:\Python34\tcl\tix8.4.3\SText.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:463]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:465]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b22.rbf,,DestName=C:\Python34\tcl\tix8.4.3\StdShell.tcl,Attributes=32800,FileSize=1222,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:467]: File: C:\Python34\tcl\tix8.4.3\StdShell.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:476]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:477]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b21.rbf,,DestName=C:\Python34\tcl\tix8.4.3\StdBBox.tcl,Attributes=32800,FileSize=1727,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:479]: File: C:\Python34\tcl\tix8.4.3\StdBBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:488]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:490]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b20.rbf,,DestName=C:\Python34\tcl\tix8.4.3\StatBar.tcl,Attributes=32800,FileSize=1395,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:492]: File: C:\Python34\tcl\tix8.4.3\StatBar.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:504]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:505]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b1f.rbf,,DestName=C:\Python34\tcl\tix8.4.3\StackWin.tcl,Attributes=32800,FileSize=2076,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:508]: File: C:\Python34\tcl\tix8.4.3\StackWin.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:520]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:523]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b1e.rbf,,DestName=C:\Python34\tcl\tix8.4.3\SListBox.tcl,Attributes=32800,FileSize=7433,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:525]: File: C:\Python34\tcl\tix8.4.3\SListBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:538]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:540]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b1d.rbf,,DestName=C:\Python34\tcl\tix8.4.3\SimpDlg.tcl,Attributes=32800,FileSize=1204,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:543]: File: C:\Python34\tcl\tix8.4.3\SimpDlg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:554]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:556]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b1c.rbf,,DestName=C:\Python34\tcl\tix8.4.3\SHList.tcl,Attributes=32800,FileSize=3933,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:559]: File: C:\Python34\tcl\tix8.4.3\SHList.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:568]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:570]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b1b.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Shell.tcl,Attributes=32800,FileSize=1129,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:572]: File: C:\Python34\tcl\tix8.4.3\Shell.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:581]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:583]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b1a.rbf,,DestName=C:\Python34\tcl\tix8.4.3\SGrid.tcl,Attributes=32800,FileSize=6178,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:584]: File: C:\Python34\tcl\tix8.4.3\SGrid.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:594]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:596]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b19.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Select.tcl,Attributes=32800,FileSize=7504,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:597]: File: C:\Python34\tcl\tix8.4.3\Select.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:606]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:608]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b18.rbf,,DestName=C:\Python34\tcl\tix8.4.3\ResizeH.tcl,Attributes=32800,FileSize=13752,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:610]: File: C:\Python34\tcl\tix8.4.3\ResizeH.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:618]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:619]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b17.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Primitiv.tcl,Attributes=32800,FileSize=10955,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:621]: File: C:\Python34\tcl\tix8.4.3\Primitiv.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:629]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:631]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b16.rbf,,DestName=C:\Python34\tcl\tix8.4.3\PopMenu.tcl,Attributes=32800,FileSize=5739,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:633]: File: C:\Python34\tcl\tix8.4.3\PopMenu.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:641]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:643]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b15.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pkgIndex.tcl,Attributes=32800,FileSize=154,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:645]: File: C:\Python34\tcl\tix8.4.3\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:654]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:655]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b14.rbf,,DestName=C:\Python34\tcl\tix8.4.3\PanedWin.tcl,Attributes=32800,FileSize=29562,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:658]: File: C:\Python34\tcl\tix8.4.3\PanedWin.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:666]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:667]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b13.rbf,,DestName=C:\Python34\tcl\tix8.4.3\OptMenu.tcl,Attributes=32800,FileSize=9786,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:670]: File: C:\Python34\tcl\tix8.4.3\OptMenu.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:681]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:683]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b12.rbf,,DestName=C:\Python34\tcl\tix8.4.3\OldUtil.tcl,Attributes=32800,FileSize=3164,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:685]: File: C:\Python34\tcl\tix8.4.3\OldUtil.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:696]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:698]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b11.rbf,,DestName=C:\Python34\tcl\tix8.4.3\NoteBook.tcl,Attributes=32800,FileSize=6407,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:700]: File: C:\Python34\tcl\tix8.4.3\NoteBook.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:708]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:710]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b10.rbf,,DestName=C:\Python34\tcl\tix8.4.3\MultView.tcl,Attributes=32800,FileSize=3861,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:712]: File: C:\Python34\tcl\tix8.4.3\MultView.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:721]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:722]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b0f.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Meter.tcl,Attributes=32800,FileSize=3251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:724]: File: C:\Python34\tcl\tix8.4.3\Meter.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:734]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:736]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b0e.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Makefile,Attributes=32800,FileSize=61,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:738]: File: C:\Python34\tcl\tix8.4.3\Makefile; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:747]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:749]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b0d.rbf,,DestName=C:\Python34\tcl\tix8.4.3\ListNBk.tcl,Attributes=32800,FileSize=3734,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:751]: File: C:\Python34\tcl\tix8.4.3\ListNBk.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:760]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:762]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b0c.rbf,,DestName=C:\Python34\tcl\tix8.4.3\LabWidg.tcl,Attributes=32800,FileSize=4108,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:765]: File: C:\Python34\tcl\tix8.4.3\LabWidg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:776]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:778]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b0b.rbf,,DestName=C:\Python34\tcl\tix8.4.3\LabFrame.tcl,Attributes=32800,FileSize=1230,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:781]: File: C:\Python34\tcl\tix8.4.3\LabFrame.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:788]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:791]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b0a.rbf,,DestName=C:\Python34\tcl\tix8.4.3\LabEntry.tcl,Attributes=32800,FileSize=2229,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:793]: File: C:\Python34\tcl\tix8.4.3\LabEntry.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:804]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:806]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b09.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Init.tcl,Attributes=32800,FileSize=6431,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:808]: File: C:\Python34\tcl\tix8.4.3\Init.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:817]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:818]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b08.rbf,,DestName=C:\Python34\tcl\tix8.4.3\IconView.tcl,Attributes=32800,FileSize=6382,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:821]: File: C:\Python34\tcl\tix8.4.3\IconView.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:830]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:832]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b07.rbf,,DestName=C:\Python34\tcl\tix8.4.3\HListDD.tcl,Attributes=32800,FileSize=4704,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:834]: File: C:\Python34\tcl\tix8.4.3\HListDD.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:843]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:845]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b06.rbf,,DestName=C:\Python34\tcl\tix8.4.3\HList.tcl,Attributes=32800,FileSize=19065,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:846]: File: C:\Python34\tcl\tix8.4.3\HList.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:855]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:857]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b05.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Grid.tcl,Attributes=32800,FileSize=22787,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:859]: File: C:\Python34\tcl\tix8.4.3\Grid.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:870]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:872]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b04.rbf,,DestName=C:\Python34\tcl\tix8.4.3\fs.tcl,Attributes=32800,FileSize=4165,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:874]: File: C:\Python34\tcl\tix8.4.3\fs.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:883]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:884]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b03.rbf,,DestName=C:\Python34\tcl\tix8.4.3\FloatEnt.tcl,Attributes=32800,FileSize=3308,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:886]: File: C:\Python34\tcl\tix8.4.3\FloatEnt.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:895]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:896]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b02.rbf,,DestName=C:\Python34\tcl\tix8.4.3\FileEnt.tcl,Attributes=32800,FileSize=7589,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:898]: File: C:\Python34\tcl\tix8.4.3\FileEnt.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:907]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:909]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b01.rbf,,DestName=C:\Python34\tcl\tix8.4.3\FileDlg.tcl,Attributes=32800,FileSize=2260,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:911]: File: C:\Python34\tcl\tix8.4.3\FileDlg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:919]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:920]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b00.rbf,,DestName=C:\Python34\tcl\tix8.4.3\FileCbx.tcl,Attributes=32800,FileSize=2591,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:923]: File: C:\Python34\tcl\tix8.4.3\FileCbx.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:931]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:933]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aff.rbf,,DestName=C:\Python34\tcl\tix8.4.3\FileBox.tcl,Attributes=32800,FileSize=14904,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:935]: File: C:\Python34\tcl\tix8.4.3\FileBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:944]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:946]: Executing op: FileCopy(SourceName=C:\Config.Msi\52afe.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Event.tcl,Attributes=32800,FileSize=5448,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:947]: File: C:\Python34\tcl\tix8.4.3\Event.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:957]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:958]: Executing op: FileCopy(SourceName=C:\Config.Msi\52afd.rbf,,DestName=C:\Python34\tcl\tix8.4.3\EFileDlg.tcl,Attributes=32800,FileSize=1783,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:960]: File: C:\Python34\tcl\tix8.4.3\EFileDlg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:970]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:972]: Executing op: FileCopy(SourceName=C:\Config.Msi\52afc.rbf,,DestName=C:\Python34\tcl\tix8.4.3\EFileBox.tcl,Attributes=32800,FileSize=11826,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:974]: File: C:\Python34\tcl\tix8.4.3\EFileBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:982]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:984]: Executing op: FileCopy(SourceName=C:\Config.Msi\52afb.rbf,,DestName=C:\Python34\tcl\tix8.4.3\DtlList.tcl,Attributes=32800,FileSize=1051,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:986]: File: C:\Python34\tcl\tix8.4.3\DtlList.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:995]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:997]: Executing op: FileCopy(SourceName=C:\Config.Msi\52afa.rbf,,DestName=C:\Python34\tcl\tix8.4.3\DragDrop.tcl,Attributes=32800,FileSize=4191,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:998]: File: C:\Python34\tcl\tix8.4.3\DragDrop.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:007]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:009]: Executing op: FileCopy(SourceName=C:\Config.Msi\52af9.rbf,,DestName=C:\Python34\tcl\tix8.4.3\DirTree.tcl,Attributes=32800,FileSize=9322,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:011]: File: C:\Python34\tcl\tix8.4.3\DirTree.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:020]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:021]: Executing op: FileCopy(SourceName=C:\Config.Msi\52af8.rbf,,DestName=C:\Python34\tcl\tix8.4.3\DirList.tcl,Attributes=32800,FileSize=7336,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:025]: File: C:\Python34\tcl\tix8.4.3\DirList.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:033]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:037]: Executing op: FileCopy(SourceName=C:\Config.Msi\52af7.rbf,,DestName=C:\Python34\tcl\tix8.4.3\DirDlg.tcl,Attributes=32800,FileSize=2301,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:039]: File: C:\Python34\tcl\tix8.4.3\DirDlg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:048]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:050]: Executing op: FileCopy(SourceName=C:\Config.Msi\52af6.rbf,,DestName=C:\Python34\tcl\tix8.4.3\DirBox.tcl,Attributes=32800,FileSize=5632,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:052]: File: C:\Python34\tcl\tix8.4.3\DirBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:061]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:063]: Executing op: FileCopy(SourceName=C:\Config.Msi\52af5.rbf,,DestName=C:\Python34\tcl\tix8.4.3\DialogS.tcl,Attributes=32800,FileSize=4471,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:066]: File: C:\Python34\tcl\tix8.4.3\DialogS.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:077]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:079]: Executing op: FileCopy(SourceName=C:\Config.Msi\52af4.rbf,,DestName=C:\Python34\tcl\tix8.4.3\DefSchm.tcl,Attributes=32800,FileSize=3116,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:081]: File: C:\Python34\tcl\tix8.4.3\DefSchm.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:092]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:094]: Executing op: FileCopy(SourceName=C:\Config.Msi\52af3.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Control.tcl,Attributes=32800,FileSize=12884,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:097]: File: C:\Python34\tcl\tix8.4.3\Control.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:111]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:114]: Executing op: FileCopy(SourceName=C:\Config.Msi\52af2.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Console.tcl,Attributes=32800,FileSize=15923,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:116]: File: C:\Python34\tcl\tix8.4.3\Console.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:128]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:130]: Executing op: FileCopy(SourceName=C:\Config.Msi\52af1.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Compat.tcl,Attributes=32800,FileSize=903,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:131]: File: C:\Python34\tcl\tix8.4.3\Compat.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:142]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:144]: Executing op: FileCopy(SourceName=C:\Config.Msi\52af0.rbf,,DestName=C:\Python34\tcl\tix8.4.3\ComboBox.tcl,Attributes=32800,FileSize=37829,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:147]: File: C:\Python34\tcl\tix8.4.3\ComboBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:159]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:161]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aef.rbf,,DestName=C:\Python34\tcl\tix8.4.3\CObjView.tcl,Attributes=32800,FileSize=8098,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:162]: File: C:\Python34\tcl\tix8.4.3\CObjView.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:173]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:175]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aee.rbf,,DestName=C:\Python34\tcl\tix8.4.3\ChkList.tcl,Attributes=32800,FileSize=5326,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:176]: File: C:\Python34\tcl\tix8.4.3\ChkList.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:184]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:186]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aed.rbf,,DestName=C:\Python34\tcl\tix8.4.3\BtnBox.tcl,Attributes=32800,FileSize=2791,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:189]: File: C:\Python34\tcl\tix8.4.3\BtnBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:198]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:200]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aec.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Balloon.tcl,Attributes=32800,FileSize=13870,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:202]: File: C:\Python34\tcl\tix8.4.3\Balloon.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:211]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:212]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\demos\images\) MSI (s) (9C:5C) [21:25:44:213]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aeb.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\teapot.ppm,Attributes=32800,FileSize=196623,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:214]: File: C:\Python34\tcl\tk8.6\demos\images\teapot.ppm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:230]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:232]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aea.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\tcllogo.gif,Attributes=32800,FileSize=2341,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:235]: File: C:\Python34\tcl\tk8.6\demos\images\tcllogo.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:245]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:247]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ae9.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\pattern.xbm,Attributes=32800,FileSize=272,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:249]: File: C:\Python34\tcl\tk8.6\demos\images\pattern.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:259]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:260]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ae8.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\ouster.png,Attributes=32800,FileSize=54257,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:262]: File: C:\Python34\tcl\tk8.6\demos\images\ouster.png; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:272]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:274]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ae7.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\noletter.xbm,Attributes=32800,FileSize=1889,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:276]: File: C:\Python34\tcl\tk8.6\demos\images\noletter.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:285]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:287]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ae6.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\letters.xbm,Attributes=32800,FileSize=1883,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:289]: File: C:\Python34\tcl\tk8.6\demos\images\letters.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:301]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:303]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ae5.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\gray25.xbm,Attributes=32800,FileSize=275,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:304]: File: C:\Python34\tcl\tk8.6\demos\images\gray25.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:315]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:316]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ae4.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\flagup.xbm,Attributes=32800,FileSize=1880,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:318]: File: C:\Python34\tcl\tk8.6\demos\images\flagup.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:327]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:329]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ae3.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\flagdown.xbm,Attributes=32800,FileSize=1886,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:331]: File: C:\Python34\tcl\tk8.6\demos\images\flagdown.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:340]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:342]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ae2.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\earthris.gif,Attributes=32800,FileSize=6343,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:344]: File: C:\Python34\tcl\tk8.6\demos\images\earthris.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:355]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:356]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ae1.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\earth.gif,Attributes=32800,FileSize=51712,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:358]: File: C:\Python34\tcl\tk8.6\demos\images\earth.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:369]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:370]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\demos\) MSI (s) (9C:5C) [21:25:44:371]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ae0.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\widget,Attributes=32800,FileSize=23259,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:373]: File: C:\Python34\tcl\tk8.6\demos\widget; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:382]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:383]: Executing op: FileCopy(SourceName=C:\Config.Msi\52adf.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\vscale.tcl,Attributes=32800,FileSize=1477,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:385]: File: C:\Python34\tcl\tk8.6\demos\vscale.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:395]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:397]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ade.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\unicodeout.tcl,Attributes=32800,FileSize=4399,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:399]: File: C:\Python34\tcl\tk8.6\demos\unicodeout.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:407]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:485]: Executing op: FileCopy(SourceName=C:\Config.Msi\52add.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\twind.tcl,Attributes=32800,FileSize=10830,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:486]: File: C:\Python34\tcl\tk8.6\demos\twind.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:497]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:499]: Executing op: FileCopy(SourceName=C:\Config.Msi\52adc.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\ttkscale.tcl,Attributes=32800,FileSize=1420,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:502]: File: C:\Python34\tcl\tk8.6\demos\ttkscale.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:511]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:513]: Executing op: FileCopy(SourceName=C:\Config.Msi\52adb.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\ttkprogress.tcl,Attributes=32800,FileSize=1536,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:516]: File: C:\Python34\tcl\tk8.6\demos\ttkprogress.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:526]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:528]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ada.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\ttkpane.tcl,Attributes=32800,FileSize=4172,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:530]: File: C:\Python34\tcl\tk8.6\demos\ttkpane.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:542]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:544]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ad9.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\ttknote.tcl,Attributes=32800,FileSize=2317,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:546]: File: C:\Python34\tcl\tk8.6\demos\ttknote.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:554]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:556]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ad8.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\ttkmenu.tcl,Attributes=32800,FileSize=2391,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:558]: File: C:\Python34\tcl\tk8.6\demos\ttkmenu.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:569]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:571]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ad7.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\ttkbut.tcl,Attributes=32800,FileSize=3405,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:574]: File: C:\Python34\tcl\tk8.6\demos\ttkbut.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:583]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:585]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ad6.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\tree.tcl,Attributes=32800,FileSize=3162,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:587]: File: C:\Python34\tcl\tk8.6\demos\tree.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:598]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:600]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ad5.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\toolbar.tcl,Attributes=32800,FileSize=3264,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:602]: File: C:\Python34\tcl\tk8.6\demos\toolbar.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:611]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:612]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ad4.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\timer,Attributes=32800,FileSize=1116,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:615]: File: C:\Python34\tcl\tk8.6\demos\timer; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:626]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:627]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ad3.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\textpeer.tcl,Attributes=32800,FileSize=2183,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:629]: File: C:\Python34\tcl\tk8.6\demos\textpeer.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:639]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ad2.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\text.tcl,Attributes=32800,FileSize=4262,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:643]: File: C:\Python34\tcl\tk8.6\demos\text.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:651]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:652]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ad1.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\tcolor,Attributes=32800,FileSize=11247,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:654]: File: C:\Python34\tcl\tk8.6\demos\tcolor; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:662]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:664]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ad0.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\tclIndex,Attributes=32800,FileSize=4354,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:667]: File: C:\Python34\tcl\tk8.6\demos\tclIndex; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:678]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:680]: Executing op: FileCopy(SourceName=C:\Config.Msi\52acf.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\style.tcl,Attributes=32800,FileSize=6938,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:682]: File: C:\Python34\tcl\tk8.6\demos\style.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:691]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:693]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ace.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\states.tcl,Attributes=32800,FileSize=1667,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:695]: File: C:\Python34\tcl\tk8.6\demos\states.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:704]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:706]: Executing op: FileCopy(SourceName=C:\Config.Msi\52acd.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\square,Attributes=32800,FileSize=1315,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:708]: File: C:\Python34\tcl\tk8.6\demos\square; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:717]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:718]: Executing op: FileCopy(SourceName=C:\Config.Msi\52acc.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\spin.tcl,Attributes=32800,FileSize=1820,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:720]: File: C:\Python34\tcl\tk8.6\demos\spin.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:729]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:730]: Executing op: FileCopy(SourceName=C:\Config.Msi\52acb.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\search.tcl,Attributes=32800,FileSize=4398,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:732]: File: C:\Python34\tcl\tk8.6\demos\search.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:742]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:743]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aca.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\sayings.tcl,Attributes=32800,FileSize=2263,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:745]: File: C:\Python34\tcl\tk8.6\demos\sayings.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:753]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:755]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ac9.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\ruler.tcl,Attributes=32800,FileSize=5211,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:757]: File: C:\Python34\tcl\tk8.6\demos\ruler.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:767]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:769]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ac8.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\rolodex,Attributes=32800,FileSize=8297,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:770]: File: C:\Python34\tcl\tk8.6\demos\rolodex; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:779]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:780]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ac7.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\rmt,Attributes=32800,FileSize=5340,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:782]: File: C:\Python34\tcl\tk8.6\demos\rmt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:790]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:792]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ac6.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\README,Attributes=32800,FileSize=2082,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:793]: File: C:\Python34\tcl\tk8.6\demos\README; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:802]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:803]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ac5.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\radio.tcl,Attributes=32800,FileSize=2752,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:805]: File: C:\Python34\tcl\tk8.6\demos\radio.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:814]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:816]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ac4.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\puzzle.tcl,Attributes=32800,FileSize=2597,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:818]: File: C:\Python34\tcl\tk8.6\demos\puzzle.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:831]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:834]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ac3.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\plot.tcl,Attributes=32800,FileSize=2758,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:836]: File: C:\Python34\tcl\tk8.6\demos\plot.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:845]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:846]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ac2.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\pendulum.tcl,Attributes=32800,FileSize=7596,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:849]: File: C:\Python34\tcl\tk8.6\demos\pendulum.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:858]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:859]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ac1.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\paned2.tcl,Attributes=32800,FileSize=2229,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:861]: File: C:\Python34\tcl\tk8.6\demos\paned2.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:870]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:872]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ac0.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\paned1.tcl,Attributes=32800,FileSize=1110,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:873]: File: C:\Python34\tcl\tk8.6\demos\paned1.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:883]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:885]: Executing op: FileCopy(SourceName=C:\Config.Msi\52abf.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\nl.msg,Attributes=32800,FileSize=6753,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:887]: File: C:\Python34\tcl\tk8.6\demos\nl.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:899]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:900]: Executing op: FileCopy(SourceName=C:\Config.Msi\52abe.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\msgbox.tcl,Attributes=32800,FileSize=2003,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:902]: File: C:\Python34\tcl\tk8.6\demos\msgbox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:911]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:912]: Executing op: FileCopy(SourceName=C:\Config.Msi\52abd.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\menubu.tcl,Attributes=32800,FileSize=4477,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:914]: File: C:\Python34\tcl\tk8.6\demos\menubu.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:923]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:925]: Executing op: FileCopy(SourceName=C:\Config.Msi\52abc.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\menu.tcl,Attributes=32800,FileSize=6730,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:927]: File: C:\Python34\tcl\tk8.6\demos\menu.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:935]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:937]: Executing op: FileCopy(SourceName=C:\Config.Msi\52abb.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\mclist.tcl,Attributes=32800,FileSize=4357,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:940]: File: C:\Python34\tcl\tk8.6\demos\mclist.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:952]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:953]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aba.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\license.terms,Attributes=32800,FileSize=2267,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:955]: File: C:\Python34\tcl\tk8.6\demos\license.terms; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:966]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:967]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ab9.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\labelframe.tcl,Attributes=32800,FileSize=1847,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:970]: File: C:\Python34\tcl\tk8.6\demos\labelframe.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:982]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:983]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ab8.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\label.tcl,Attributes=32800,FileSize=1379,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:985]: File: C:\Python34\tcl\tk8.6\demos\label.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:995]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:996]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ab7.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\knightstour.tcl,Attributes=32800,FileSize=9148,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:998]: File: C:\Python34\tcl\tk8.6\demos\knightstour.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:007]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:010]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ab6.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\ixset,Attributes=32800,FileSize=8095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:011]: File: C:\Python34\tcl\tk8.6\demos\ixset; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:020]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:021]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ab5.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\items.tcl,Attributes=32800,FileSize=10123,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:023]: File: C:\Python34\tcl\tk8.6\demos\items.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:033]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:034]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ab4.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\image2.tcl,Attributes=32800,FileSize=3347,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:036]: File: C:\Python34\tcl\tk8.6\demos\image2.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:047]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:049]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ab3.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\image1.tcl,Attributes=32800,FileSize=1002,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:051]: File: C:\Python34\tcl\tk8.6\demos\image1.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:060]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:062]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ab2.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\icon.tcl,Attributes=32800,FileSize=2063,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:064]: File: C:\Python34\tcl\tk8.6\demos\icon.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:076]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:079]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ab1.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\hscale.tcl,Attributes=32800,FileSize=1497,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:082]: File: C:\Python34\tcl\tk8.6\demos\hscale.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:091]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:093]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ab0.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\hello,Attributes=32800,FileSize=509,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:094]: File: C:\Python34\tcl\tk8.6\demos\hello; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:103]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:105]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aaf.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\goldberg.tcl,Attributes=32800,FileSize=56556,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:107]: File: C:\Python34\tcl\tk8.6\demos\goldberg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:116]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:117]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aae.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\form.tcl,Attributes=32800,FileSize=1046,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:119]: File: C:\Python34\tcl\tk8.6\demos\form.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:128]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:131]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aad.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\fontchoose.tcl,Attributes=32800,FileSize=1756,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:133]: File: C:\Python34\tcl\tk8.6\demos\fontchoose.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:142]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:144]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aac.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\floor.tcl,Attributes=32800,FileSize=79098,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:146]: File: C:\Python34\tcl\tk8.6\demos\floor.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:155]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:156]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aab.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\filebox.tcl,Attributes=32800,FileSize=2351,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:158]: File: C:\Python34\tcl\tk8.6\demos\filebox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:166]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:168]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aaa.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\entry3.tcl,Attributes=32800,FileSize=6104,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:169]: File: C:\Python34\tcl\tk8.6\demos\entry3.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:178]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:179]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aa9.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\entry2.tcl,Attributes=32800,FileSize=2111,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:182]: File: C:\Python34\tcl\tk8.6\demos\entry2.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:192]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:194]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aa8.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\entry1.tcl,Attributes=32800,FileSize=1385,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:196]: File: C:\Python34\tcl\tk8.6\demos\entry1.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:205]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:206]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aa7.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\en.msg,Attributes=32800,FileSize=3871,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:208]: File: C:\Python34\tcl\tk8.6\demos\en.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:217]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:219]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aa6.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\dialog2.tcl,Attributes=32800,FileSize=613,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:220]: File: C:\Python34\tcl\tk8.6\demos\dialog2.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:229]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aa5.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\dialog1.tcl,Attributes=32800,FileSize=660,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:233]: File: C:\Python34\tcl\tk8.6\demos\dialog1.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:241]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:243]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aa4.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\ctext.tcl,Attributes=32800,FileSize=6019,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:245]: File: C:\Python34\tcl\tk8.6\demos\ctext.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:254]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:255]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aa3.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\cscroll.tcl,Attributes=32800,FileSize=3389,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:257]: File: C:\Python34\tcl\tk8.6\demos\cscroll.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:266]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:267]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aa2.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\combo.tcl,Attributes=32800,FileSize=1963,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:269]: File: C:\Python34\tcl\tk8.6\demos\combo.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:279]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:281]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aa1.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\colors.tcl,Attributes=32800,FileSize=4995,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:283]: File: C:\Python34\tcl\tk8.6\demos\colors.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:292]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:293]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aa0.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\clrpick.tcl,Attributes=32800,FileSize=1431,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:296]: File: C:\Python34\tcl\tk8.6\demos\clrpick.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:304]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:307]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a9f.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\check.tcl,Attributes=32800,FileSize=2278,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:309]: File: C:\Python34\tcl\tk8.6\demos\check.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:318]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:319]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a9e.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\button.tcl,Attributes=32800,FileSize=1504,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:321]: File: C:\Python34\tcl\tk8.6\demos\button.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:330]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:332]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a9d.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\browse,Attributes=32800,FileSize=1755,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:333]: File: C:\Python34\tcl\tk8.6\demos\browse; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:342]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:344]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a9c.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\bitmap.tcl,Attributes=32800,FileSize=1411,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:346]: File: C:\Python34\tcl\tk8.6\demos\bitmap.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:355]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:357]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a9b.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\bind.tcl,Attributes=32800,FileSize=2943,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:359]: File: C:\Python34\tcl\tk8.6\demos\bind.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:367]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:370]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a9a.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\arrow.tcl,Attributes=32800,FileSize=7984,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:371]: File: C:\Python34\tcl\tk8.6\demos\arrow.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:382]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:384]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a99.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\aniwave.tcl,Attributes=32800,FileSize=3495,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:386]: File: C:\Python34\tcl\tk8.6\demos\aniwave.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:399]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:401]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a98.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\anilabel.tcl,Attributes=32800,FileSize=6670,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:402]: File: C:\Python34\tcl\tk8.6\demos\anilabel.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:411]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:413]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\images\) MSI (s) (9C:5C) [21:25:45:414]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a97.rbf,,DestName=C:\Python34\tcl\tk8.6\images\tai-ku.gif,Attributes=32800,FileSize=5473,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:415]: File: C:\Python34\tcl\tk8.6\images\tai-ku.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:426]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:427]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a96.rbf,,DestName=C:\Python34\tcl\tk8.6\images\README,Attributes=32800,FileSize=322,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:429]: File: C:\Python34\tcl\tk8.6\images\README; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:438]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:440]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a95.rbf,,DestName=C:\Python34\tcl\tk8.6\images\pwrdLogo75.gif,Attributes=32800,FileSize=1171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:442]: File: C:\Python34\tcl\tk8.6\images\pwrdLogo75.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:450]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:452]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a94.rbf,,DestName=C:\Python34\tcl\tk8.6\images\pwrdLogo200.gif,Attributes=32800,FileSize=3491,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:453]: File: C:\Python34\tcl\tk8.6\images\pwrdLogo200.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:462]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:465]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a93.rbf,,DestName=C:\Python34\tcl\tk8.6\images\pwrdLogo175.gif,Attributes=32800,FileSize=2981,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:468]: File: C:\Python34\tcl\tk8.6\images\pwrdLogo175.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:479]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:481]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a92.rbf,,DestName=C:\Python34\tcl\tk8.6\images\pwrdLogo150.gif,Attributes=32800,FileSize=2489,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:483]: File: C:\Python34\tcl\tk8.6\images\pwrdLogo150.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:492]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:494]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a91.rbf,,DestName=C:\Python34\tcl\tk8.6\images\pwrdLogo100.gif,Attributes=32800,FileSize=1615,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:495]: File: C:\Python34\tcl\tk8.6\images\pwrdLogo100.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:504]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:506]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a90.rbf,,DestName=C:\Python34\tcl\tk8.6\images\pwrdLogo.eps,Attributes=32800,FileSize=27809,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:508]: File: C:\Python34\tcl\tk8.6\images\pwrdLogo.eps; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:520]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:521]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a8f.rbf,,DestName=C:\Python34\tcl\tk8.6\images\logoMed.gif,Attributes=32800,FileSize=3889,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:523]: File: C:\Python34\tcl\tk8.6\images\logoMed.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:532]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:534]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a8e.rbf,,DestName=C:\Python34\tcl\tk8.6\images\logoLarge.gif,Attributes=32800,FileSize=11000,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:536]: File: C:\Python34\tcl\tk8.6\images\logoLarge.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:545]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:547]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a8d.rbf,,DestName=C:\Python34\tcl\tk8.6\images\logo64.gif,Attributes=32800,FileSize=1670,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:549]: File: C:\Python34\tcl\tk8.6\images\logo64.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:558]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:559]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a8c.rbf,,DestName=C:\Python34\tcl\tk8.6\images\logo100.gif,Attributes=32800,FileSize=2341,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:562]: File: C:\Python34\tcl\tk8.6\images\logo100.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:573]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:575]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a8b.rbf,,DestName=C:\Python34\tcl\tk8.6\images\logo.eps,Attributes=32800,FileSize=32900,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:578]: File: C:\Python34\tcl\tk8.6\images\logo.eps; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:586]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:587]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a8a.rbf,,DestName=C:\Python34\tcl\tk8.6\images\lamp.svg,Attributes=32800,FileSize=20354,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:589]: File: C:\Python34\tcl\tk8.6\images\lamp.svg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:601]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:603]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a89.rbf,,DestName=C:\Python34\tcl\tk8.6\images\lamp.png,Attributes=32800,FileSize=8203,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:605]: File: C:\Python34\tcl\tk8.6\images\lamp.png; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:614]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:615]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\msgs\) MSI (s) (9C:5C) [21:25:45:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a88.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\sv.msg,Attributes=32800,FileSize=3832,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:617]: File: C:\Python34\tcl\tk8.6\msgs\sv.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:627]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:629]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a87.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\ru.msg,Attributes=32800,FileSize=7216,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:631]: File: C:\Python34\tcl\tk8.6\msgs\ru.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:640]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a86.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\pt.msg,Attributes=32800,FileSize=3913,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:643]: File: C:\Python34\tcl\tk8.6\msgs\pt.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:651]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:653]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a85.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\pl.msg,Attributes=32800,FileSize=4841,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:655]: File: C:\Python34\tcl\tk8.6\msgs\pl.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:663]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:665]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a84.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\nl.msg,Attributes=32800,FileSize=4466,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:667]: File: C:\Python34\tcl\tk8.6\msgs\nl.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:676]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:679]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a83.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\it.msg,Attributes=32800,FileSize=3692,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:682]: File: C:\Python34\tcl\tk8.6\msgs\it.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:694]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:696]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a82.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\hu.msg,Attributes=32800,FileSize=4600,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:700]: File: C:\Python34\tcl\tk8.6\msgs\hu.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:713]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:715]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a81.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\fr.msg,Attributes=32800,FileSize=3805,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:718]: File: C:\Python34\tcl\tk8.6\msgs\fr.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:735]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:737]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a80.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\es.msg,Attributes=32800,FileSize=3950,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:740]: File: C:\Python34\tcl\tk8.6\msgs\es.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:753]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:755]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a7f.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\eo.msg,Attributes=32800,FileSize=3916,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:758]: File: C:\Python34\tcl\tk8.6\msgs\eo.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:772]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:775]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a7e.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\en_gb.msg,Attributes=32800,FileSize=63,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:777]: File: C:\Python34\tcl\tk8.6\msgs\en_gb.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:792]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:795]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a7d.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\en.msg,Attributes=32800,FileSize=3286,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:797]: File: C:\Python34\tcl\tk8.6\msgs\en.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:810]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:813]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a7c.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\el.msg,Attributes=32800,FileSize=8698,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:815]: File: C:\Python34\tcl\tk8.6\msgs\el.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:829]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:831]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a7b.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\de.msg,Attributes=32800,FileSize=4823,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:834]: File: C:\Python34\tcl\tk8.6\msgs\de.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:846]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:847]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a7a.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\da.msg,Attributes=32800,FileSize=3909,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:849]: File: C:\Python34\tcl\tk8.6\msgs\da.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:861]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:863]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a79.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\cs.msg,Attributes=32800,FileSize=4158,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:865]: File: C:\Python34\tcl\tk8.6\msgs\cs.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:876]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:878]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\ttk\) MSI (s) (9C:5C) [21:25:45:953]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a78.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\xpTheme.tcl,Attributes=32800,FileSize=1920,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:959]: File: C:\Python34\tcl\tk8.6\ttk\xpTheme.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:976]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:978]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a77.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\winTheme.tcl,Attributes=32800,FileSize=2643,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:980]: File: C:\Python34\tcl\tk8.6\ttk\winTheme.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:989]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:991]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a76.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\vistaTheme.tcl,Attributes=32800,FileSize=9349,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:993]: File: C:\Python34\tcl\tk8.6\ttk\vistaTheme.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:002]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:004]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a75.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\utils.tcl,Attributes=32800,FileSize=8562,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:006]: File: C:\Python34\tcl\tk8.6\ttk\utils.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:017]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:018]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a74.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\ttk.tcl,Attributes=32800,FileSize=4546,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:020]: File: C:\Python34\tcl\tk8.6\ttk\ttk.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:030]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:031]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a73.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\treeview.tcl,Attributes=32800,FileSize=8859,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:033]: File: C:\Python34\tcl\tk8.6\ttk\treeview.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:045]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:047]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a72.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\spinbox.tcl,Attributes=32800,FileSize=4255,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:049]: File: C:\Python34\tcl\tk8.6\ttk\spinbox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:057]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:058]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a71.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\sizegrip.tcl,Attributes=32800,FileSize=2392,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:060]: File: C:\Python34\tcl\tk8.6\ttk\sizegrip.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:069]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:071]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a70.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\scrollbar.tcl,Attributes=32800,FileSize=3097,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:072]: File: C:\Python34\tcl\tk8.6\ttk\scrollbar.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:081]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:083]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a6f.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\scale.tcl,Attributes=32800,FileSize=2698,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:085]: File: C:\Python34\tcl\tk8.6\ttk\scale.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:093]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:095]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a6e.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\progress.tcl,Attributes=32800,FileSize=1089,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:097]: File: C:\Python34\tcl\tk8.6\ttk\progress.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:105]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:107]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a6d.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\panedwindow.tcl,Attributes=32800,FileSize=1920,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:109]: File: C:\Python34\tcl\tk8.6\ttk\panedwindow.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:118]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:120]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a6c.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\notebook.tcl,Attributes=32800,FileSize=5619,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:121]: File: C:\Python34\tcl\tk8.6\ttk\notebook.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:133]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:135]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a6b.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\menubutton.tcl,Attributes=32800,FileSize=4886,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:137]: File: C:\Python34\tcl\tk8.6\ttk\menubutton.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:146]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:147]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a6a.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\fonts.tcl,Attributes=32800,FileSize=5571,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:150]: File: C:\Python34\tcl\tk8.6\ttk\fonts.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:162]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:163]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a69.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\entry.tcl,Attributes=32800,FileSize=15889,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:165]: File: C:\Python34\tcl\tk8.6\ttk\entry.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:175]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:177]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a68.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\defaults.tcl,Attributes=32800,FileSize=3684,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:179]: File: C:\Python34\tcl\tk8.6\ttk\defaults.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:188]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:191]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a67.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\cursors.tcl,Attributes=32800,FileSize=4007,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:193]: File: C:\Python34\tcl\tk8.6\ttk\cursors.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:205]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:207]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a66.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\combobox.tcl,Attributes=32800,FileSize=12394,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:210]: File: C:\Python34\tcl\tk8.6\ttk\combobox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:222]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:224]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a65.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\classicTheme.tcl,Attributes=32800,FileSize=3520,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:226]: File: C:\Python34\tcl\tk8.6\ttk\classicTheme.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:238]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:240]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a64.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\clamTheme.tcl,Attributes=32800,FileSize=4261,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:242]: File: C:\Python34\tcl\tk8.6\ttk\clamTheme.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:255]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:257]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a63.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\button.tcl,Attributes=32800,FileSize=2978,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:259]: File: C:\Python34\tcl\tk8.6\ttk\button.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:272]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:273]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a62.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\aquaTheme.tcl,Attributes=32800,FileSize=2001,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:276]: File: C:\Python34\tcl\tk8.6\ttk\aquaTheme.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:288]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:291]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a61.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\altTheme.tcl,Attributes=32800,FileSize=3342,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:293]: File: C:\Python34\tcl\tk8.6\ttk\altTheme.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:303]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:305]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\) MSI (s) (9C:5C) [21:25:46:306]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a60.rbf,,DestName=C:\Python34\tcl\tk8.6\xmfbox.tcl,Attributes=32800,FileSize=26045,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:309]: File: C:\Python34\tcl\tk8.6\xmfbox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:320]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:322]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a5f.rbf,,DestName=C:\Python34\tcl\tk8.6\unsupported.tcl,Attributes=32800,FileSize=10253,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:325]: File: C:\Python34\tcl\tk8.6\unsupported.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:336]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:338]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a5e.rbf,,DestName=C:\Python34\tcl\tk8.6\tkfbox.tcl,Attributes=32800,FileSize=38137,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:341]: File: C:\Python34\tcl\tk8.6\tkfbox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:354]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:356]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a5d.rbf,,DestName=C:\Python34\tcl\tk8.6\tk.tcl,Attributes=32800,FileSize=23216,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:359]: File: C:\Python34\tcl\tk8.6\tk.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:371]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:373]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a5c.rbf,,DestName=C:\Python34\tcl\tk8.6\text.tcl,Attributes=32800,FileSize=31575,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:376]: File: C:\Python34\tcl\tk8.6\text.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:388]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:392]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a5b.rbf,,DestName=C:\Python34\tcl\tk8.6\tearoff.tcl,Attributes=32800,FileSize=5143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:394]: File: C:\Python34\tcl\tk8.6\tearoff.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:406]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:408]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a5a.rbf,,DestName=C:\Python34\tcl\tk8.6\tclIndex,Attributes=32800,FileSize=20270,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:411]: File: C:\Python34\tcl\tk8.6\tclIndex; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:424]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:426]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a59.rbf,,DestName=C:\Python34\tcl\tk8.6\spinbox.tcl,Attributes=32800,FileSize=14821,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:428]: File: C:\Python34\tcl\tk8.6\spinbox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:441]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:443]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a58.rbf,,DestName=C:\Python34\tcl\tk8.6\scrlbar.tcl,Attributes=32800,FileSize=12434,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:445]: File: C:\Python34\tcl\tk8.6\scrlbar.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:457]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:459]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a57.rbf,,DestName=C:\Python34\tcl\tk8.6\scale.tcl,Attributes=32800,FileSize=7639,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:462]: File: C:\Python34\tcl\tk8.6\scale.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:475]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:477]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a56.rbf,,DestName=C:\Python34\tcl\tk8.6\safetk.tcl,Attributes=32800,FileSize=7381,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:479]: File: C:\Python34\tcl\tk8.6\safetk.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:491]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:493]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a55.rbf,,DestName=C:\Python34\tcl\tk8.6\pkgIndex.tcl,Attributes=32800,FileSize=370,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:496]: File: C:\Python34\tcl\tk8.6\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:509]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:510]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a54.rbf,,DestName=C:\Python34\tcl\tk8.6\panedwindow.tcl,Attributes=32800,FileSize=5176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:514]: File: C:\Python34\tcl\tk8.6\panedwindow.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:527]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:529]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a53.rbf,,DestName=C:\Python34\tcl\tk8.6\palette.tcl,Attributes=32800,FileSize=7928,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:532]: File: C:\Python34\tcl\tk8.6\palette.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:543]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:545]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a52.rbf,,DestName=C:\Python34\tcl\tk8.6\optMenu.tcl,Attributes=32800,FileSize=1586,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:547]: File: C:\Python34\tcl\tk8.6\optMenu.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:557]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:559]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a51.rbf,,DestName=C:\Python34\tcl\tk8.6\obsolete.tcl,Attributes=32800,FileSize=5594,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:561]: File: C:\Python34\tcl\tk8.6\obsolete.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:573]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:575]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a50.rbf,,DestName=C:\Python34\tcl\tk8.6\msgbox.tcl,Attributes=32800,FileSize=16487,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:578]: File: C:\Python34\tcl\tk8.6\msgbox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:589]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:591]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a4f.rbf,,DestName=C:\Python34\tcl\tk8.6\mkpsenc.tcl,Attributes=32800,FileSize=29355,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:594]: File: C:\Python34\tcl\tk8.6\mkpsenc.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:606]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:608]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a4e.rbf,,DestName=C:\Python34\tcl\tk8.6\menu.tcl,Attributes=32800,FileSize=37893,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:611]: File: C:\Python34\tcl\tk8.6\menu.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:623]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:625]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a4d.rbf,,DestName=C:\Python34\tcl\tk8.6\megawidget.tcl,Attributes=32800,FileSize=3499,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:628]: File: C:\Python34\tcl\tk8.6\megawidget.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:640]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:642]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a4c.rbf,,DestName=C:\Python34\tcl\tk8.6\listbox.tcl,Attributes=32800,FileSize=14377,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:644]: File: C:\Python34\tcl\tk8.6\listbox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:657]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:658]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a4b.rbf,,DestName=C:\Python34\tcl\tk8.6\license.terms,Attributes=32800,FileSize=2267,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:660]: File: C:\Python34\tcl\tk8.6\license.terms; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:671]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:673]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a4a.rbf,,DestName=C:\Python34\tcl\tk8.6\icons.tcl,Attributes=32800,FileSize=10883,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:676]: File: C:\Python34\tcl\tk8.6\icons.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:688]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:691]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a49.rbf,,DestName=C:\Python34\tcl\tk8.6\iconlist.tcl,Attributes=32800,FileSize=15978,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:694]: File: C:\Python34\tcl\tk8.6\iconlist.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:708]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:710]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a48.rbf,,DestName=C:\Python34\tcl\tk8.6\fontchooser.tcl,Attributes=32800,FileSize=15611,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:711]: File: C:\Python34\tcl\tk8.6\fontchooser.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:723]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:726]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a47.rbf,,DestName=C:\Python34\tcl\tk8.6\focus.tcl,Attributes=32800,FileSize=4857,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:729]: File: C:\Python34\tcl\tk8.6\focus.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:741]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:743]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a46.rbf,,DestName=C:\Python34\tcl\tk8.6\entry.tcl,Attributes=32800,FileSize=16779,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:745]: File: C:\Python34\tcl\tk8.6\entry.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:756]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:758]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a45.rbf,,DestName=C:\Python34\tcl\tk8.6\dialog.tcl,Attributes=32800,FileSize=6050,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:760]: File: C:\Python34\tcl\tk8.6\dialog.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:770]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:772]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a44.rbf,,DestName=C:\Python34\tcl\tk8.6\console.tcl,Attributes=32800,FileSize=32061,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:774]: File: C:\Python34\tcl\tk8.6\console.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:785]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:787]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a43.rbf,,DestName=C:\Python34\tcl\tk8.6\comdlg.tcl,Attributes=32800,FileSize=8232,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:789]: File: C:\Python34\tcl\tk8.6\comdlg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:801]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:803]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a42.rbf,,DestName=C:\Python34\tcl\tk8.6\clrpick.tcl,Attributes=32800,FileSize=21446,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:805]: File: C:\Python34\tcl\tk8.6\clrpick.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:818]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:820]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a41.rbf,,DestName=C:\Python34\tcl\tk8.6\choosedir.tcl,Attributes=32800,FileSize=9660,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:822]: File: C:\Python34\tcl\tk8.6\choosedir.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:833]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:835]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a40.rbf,,DestName=C:\Python34\tcl\tk8.6\button.tcl,Attributes=32800,FileSize=20200,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:837]: File: C:\Python34\tcl\tk8.6\button.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:847]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:849]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a3f.rbf,,DestName=C:\Python34\tcl\tk8.6\bgerror.tcl,Attributes=32800,FileSize=8259,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:852]: File: C:\Python34\tcl\tk8.6\bgerror.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:864]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:866]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\) MSI (s) (9C:5C) [21:25:46:867]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a3e.rbf,,DestName=C:\Python34\tcl\tkstub86.lib,Attributes=32800,FileSize=260592,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:870]: File: C:\Python34\tcl\tkstub86.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:882]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:884]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a3d.rbf,,DestName=C:\Python34\tcl\tk86t.lib,Attributes=32800,FileSize=126302,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:886]: File: C:\Python34\tcl\tk86t.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:895]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:897]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a3c.rbf,,DestName=C:\Python34\tcl\tclstub86.lib,Attributes=32800,FileSize=462616,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:900]: File: C:\Python34\tcl\tclstub86.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:911]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:913]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a3b.rbf,,DestName=C:\Python34\tcl\tclooConfig.sh,Attributes=32800,FileSize=773,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:916]: File: C:\Python34\tcl\tclooConfig.sh; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:927]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:929]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a3a.rbf,,DestName=C:\Python34\tcl\tclConfig.sh,Attributes=32800,FileSize=7217,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:932]: File: C:\Python34\tcl\tclConfig.sh; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:943]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:945]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a39.rbf,,DestName=C:\Python34\tcl\tcl86t.lib,Attributes=32800,FileSize=186844,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:948]: File: C:\Python34\tcl\tcl86t.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:960]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:963]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a38.rbf,,DestName=C:\Python34\tcl\itclstub40.lib,Attributes=32800,FileSize=3184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:966]: File: C:\Python34\tcl\itclstub40.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:976]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:978]: Executing op: SetTargetFolder(Folder=C:\Python34\libs\) MSI (s) (9C:5C) [21:25:46:979]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a37.rbf,,DestName=C:\Python34\libs\python3.lib,Attributes=32800,FileSize=151662,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:982]: File: C:\Python34\libs\python3.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:994]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:996]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a36.rbf,,DestName=C:\Python34\libs\python34.lib,Attributes=32800,FileSize=290588,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:998]: File: C:\Python34\libs\python34.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:009]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:011]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a35.rbf,,DestName=C:\Python34\libs\_tkinter.lib,Attributes=32800,FileSize=1746,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:014]: File: C:\Python34\libs\_tkinter.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:026]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:028]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a34.rbf,,DestName=C:\Python34\libs\_overlapped.lib,Attributes=32800,FileSize=1796,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:030]: File: C:\Python34\libs\_overlapped.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:042]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:044]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a33.rbf,,DestName=C:\Python34\libs\_testimportmultiple.lib,Attributes=32800,FileSize=2600,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:047]: File: C:\Python34\libs\_testimportmultiple.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:058]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:060]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a32.rbf,,DestName=C:\Python34\libs\_testbuffer.lib,Attributes=32800,FileSize=1796,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:063]: File: C:\Python34\libs\_testbuffer.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:072]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:074]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a31.rbf,,DestName=C:\Python34\libs\_decimal.lib,Attributes=32800,FileSize=1746,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:076]: File: C:\Python34\libs\_decimal.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:085]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:087]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a30.rbf,,DestName=C:\Python34\libs\_lzma.lib,Attributes=32800,FileSize=1694,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:089]: File: C:\Python34\libs\_lzma.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:100]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:102]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a2f.rbf,,DestName=C:\Python34\libs\_multiprocessing.lib,Attributes=32800,FileSize=1964,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:105]: File: C:\Python34\libs\_multiprocessing.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:112]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:114]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a2e.rbf,,DestName=C:\Python34\libs\_hashlib.lib,Attributes=32800,FileSize=1746,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:116]: File: C:\Python34\libs\_hashlib.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:125]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:127]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a2d.rbf,,DestName=C:\Python34\libs\_sqlite3.lib,Attributes=32800,FileSize=1746,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:130]: File: C:\Python34\libs\_sqlite3.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:266]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:267]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a2c.rbf,,DestName=C:\Python34\libs\_ctypes_test.lib,Attributes=32800,FileSize=21694,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:269]: File: C:\Python34\libs\_ctypes_test.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:278]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:280]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a2b.rbf,,DestName=C:\Python34\libs\_ctypes.lib,Attributes=32800,FileSize=1728,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:281]: File: C:\Python34\libs\_ctypes.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:289]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:291]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a2a.rbf,,DestName=C:\Python34\libs\_msi.lib,Attributes=32800,FileSize=1678,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:294]: File: C:\Python34\libs\_msi.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:305]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:307]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a29.rbf,,DestName=C:\Python34\libs\_testcapi.lib,Attributes=32800,FileSize=1762,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:309]: File: C:\Python34\libs\_testcapi.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:319]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:321]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a28.rbf,,DestName=C:\Python34\libs\_ssl.lib,Attributes=32800,FileSize=1678,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:324]: File: C:\Python34\libs\_ssl.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:335]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:338]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a27.rbf,,DestName=C:\Python34\libs\_socket.lib,Attributes=32800,FileSize=1728,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:340]: File: C:\Python34\libs\_socket.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:351]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:352]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a26.rbf,,DestName=C:\Python34\libs\_elementtree.lib,Attributes=32800,FileSize=1892,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:354]: File: C:\Python34\libs\_elementtree.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:365]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:367]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a25.rbf,,DestName=C:\Python34\libs\_bz2.lib,Attributes=32800,FileSize=1678,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:369]: File: C:\Python34\libs\_bz2.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:378]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:380]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a24.rbf,,DestName=C:\Python34\libs\winsound.lib,Attributes=32800,FileSize=1746,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:383]: File: C:\Python34\libs\winsound.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:391]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:393]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a23.rbf,,DestName=C:\Python34\libs\unicodedata.lib,Attributes=32800,FileSize=1796,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:395]: File: C:\Python34\libs\unicodedata.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:402]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:404]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a22.rbf,,DestName=C:\Python34\libs\select.lib,Attributes=32800,FileSize=1712,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:405]: File: C:\Python34\libs\select.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:413]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:415]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a21.rbf,,DestName=C:\Python34\libs\pyexpat.lib,Attributes=32800,FileSize=1728,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:416]: File: C:\Python34\libs\pyexpat.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:425]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:426]: Executing op: SetTargetFolder(Folder=C:\Python34\include\) MSI (s) (9C:5C) [21:25:47:427]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a20.rbf,,DestName=C:\Python34\include\pyconfig.h,Attributes=32800,FileSize=21821,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:429]: File: C:\Python34\include\pyconfig.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:441]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:443]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a1f.rbf,,DestName=C:\Python34\include\weakrefobject.h,Attributes=32800,FileSize=2952,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:445]: File: C:\Python34\include\weakrefobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:453]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:455]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a1e.rbf,,DestName=C:\Python34\include\warnings.h,Attributes=32800,FileSize=1480,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:457]: File: C:\Python34\include\warnings.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:466]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:468]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a1d.rbf,,DestName=C:\Python34\include\unicodeobject.h,Attributes=32800,FileSize=80415,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:470]: File: C:\Python34\include\unicodeobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:477]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:479]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a1c.rbf,,DestName=C:\Python34\include\ucnhash.h,Attributes=32800,FileSize=1093,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:482]: File: C:\Python34\include\ucnhash.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:490]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:492]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a1b.rbf,,DestName=C:\Python34\include\typeslots.h,Attributes=32800,FileSize=2073,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:493]: File: C:\Python34\include\typeslots.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:502]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:503]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a1a.rbf,,DestName=C:\Python34\include\tupleobject.h,Attributes=32800,FileSize=2517,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:505]: File: C:\Python34\include\tupleobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:515]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:517]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a19.rbf,,DestName=C:\Python34\include\traceback.h,Attributes=32800,FileSize=2217,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:519]: File: C:\Python34\include\traceback.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:530]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:532]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a18.rbf,,DestName=C:\Python34\include\token.h,Attributes=32800,FileSize=1975,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:535]: File: C:\Python34\include\token.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:546]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:547]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a17.rbf,,DestName=C:\Python34\include\sysmodule.h,Attributes=32800,FileSize=1398,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:549]: File: C:\Python34\include\sysmodule.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:558]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:561]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a16.rbf,,DestName=C:\Python34\include\symtable.h,Attributes=32800,FileSize=5221,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:563]: File: C:\Python34\include\symtable.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:573]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:575]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a15.rbf,,DestName=C:\Python34\include\structseq.h,Attributes=32800,FileSize=1402,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:577]: File: C:\Python34\include\structseq.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:586]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:588]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a14.rbf,,DestName=C:\Python34\include\structmember.h,Attributes=32800,FileSize=2144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:589]: File: C:\Python34\include\structmember.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:597]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:599]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a13.rbf,,DestName=C:\Python34\include\sliceobject.h,Attributes=32800,FileSize=1640,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:601]: File: C:\Python34\include\sliceobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:611]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:612]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a12.rbf,,DestName=C:\Python34\include\setobject.h,Attributes=32800,FileSize=3414,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:614]: File: C:\Python34\include\setobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:623]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:624]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a11.rbf,,DestName=C:\Python34\include\rangeobject.h,Attributes=32800,FileSize=656,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:626]: File: C:\Python34\include\rangeobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:634]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:636]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a10.rbf,,DestName=C:\Python34\include\py_curses.h,Attributes=32800,FileSize=4352,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:638]: File: C:\Python34\include\py_curses.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:649]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:650]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a0f.rbf,,DestName=C:\Python34\include\pytime.h,Attributes=32800,FileSize=3019,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:653]: File: C:\Python34\include\pytime.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:664]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:670]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a0e.rbf,,DestName=C:\Python34\include\pythread.h,Attributes=32800,FileSize=3129,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:677]: File: C:\Python34\include\pythread.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:690]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:692]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a0d.rbf,,DestName=C:\Python34\include\pythonrun.h,Attributes=32800,FileSize=10488,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:695]: File: C:\Python34\include\pythonrun.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:710]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:712]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a0c.rbf,,DestName=C:\Python34\include\Python.h,Attributes=32800,FileSize=2989,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:715]: File: C:\Python34\include\Python.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:727]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:729]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a0b.rbf,,DestName=C:\Python34\include\Python-ast.h,Attributes=32800,FileSize=20058,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:731]: File: C:\Python34\include\Python-ast.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:740]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:742]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a0a.rbf,,DestName=C:\Python34\include\pystrtod.h,Attributes=32800,FileSize=1317,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:743]: File: C:\Python34\include\pystrtod.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:751]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:753]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a09.rbf,,DestName=C:\Python34\include\pystrcmp.h,Attributes=32800,FileSize=459,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:756]: File: C:\Python34\include\pystrcmp.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:767]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:768]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a08.rbf,,DestName=C:\Python34\include\pystate.h,Attributes=32800,FileSize=9395,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:771]: File: C:\Python34\include\pystate.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:785]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:787]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a07.rbf,,DestName=C:\Python34\include\pyport.h,Attributes=32800,FileSize=31756,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:790]: File: C:\Python34\include\pyport.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:800]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:802]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a06.rbf,,DestName=C:\Python34\include\pymem.h,Attributes=32800,FileSize=6965,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:803]: File: C:\Python34\include\pymem.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:814]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:816]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a05.rbf,,DestName=C:\Python34\include\pymath.h,Attributes=32800,FileSize=6602,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:818]: File: C:\Python34\include\pymath.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:828]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:831]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a04.rbf,,DestName=C:\Python34\include\pymacro.h,Attributes=32800,FileSize=2899,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:833]: File: C:\Python34\include\pymacro.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:842]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:843]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a03.rbf,,DestName=C:\Python34\include\pymacconfig.h,Attributes=32800,FileSize=3090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:845]: File: C:\Python34\include\pymacconfig.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:853]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:855]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a02.rbf,,DestName=C:\Python34\include\pyhash.h,Attributes=32800,FileSize=4423,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:857]: File: C:\Python34\include\pyhash.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:868]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:869]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a01.rbf,,DestName=C:\Python34\include\pygetopt.h,Attributes=32800,FileSize=409,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:871]: File: C:\Python34\include\pygetopt.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:880]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:882]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a00.rbf,,DestName=C:\Python34\include\pyfpe.h,Attributes=32800,FileSize=8665,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:884]: File: C:\Python34\include\pyfpe.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:893]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:894]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ff.rbf,,DestName=C:\Python34\include\pyexpat.h,Attributes=32800,FileSize=2393,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:897]: File: C:\Python34\include\pyexpat.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:906]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:908]: Executing op: FileCopy(SourceName=C:\Config.Msi\529fe.rbf,,DestName=C:\Python34\include\pyerrors.h,Attributes=32800,FileSize=16381,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:911]: File: C:\Python34\include\pyerrors.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:921]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:923]: Executing op: FileCopy(SourceName=C:\Config.Msi\529fd.rbf,,DestName=C:\Python34\include\pydebug.h,Attributes=32800,FileSize=1053,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:925]: File: C:\Python34\include\pydebug.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:933]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:934]: Executing op: FileCopy(SourceName=C:\Config.Msi\529fc.rbf,,DestName=C:\Python34\include\pyctype.h,Attributes=32800,FileSize=1353,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:936]: File: C:\Python34\include\pyctype.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:944]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:946]: Executing op: FileCopy(SourceName=C:\Config.Msi\529fb.rbf,,DestName=C:\Python34\include\pycapsule.h,Attributes=32800,FileSize=1785,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:948]: File: C:\Python34\include\pycapsule.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:957]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:959]: Executing op: FileCopy(SourceName=C:\Config.Msi\529fa.rbf,,DestName=C:\Python34\include\pyatomic.h,Attributes=32800,FileSize=6128,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:962]: File: C:\Python34\include\pyatomic.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:972]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:974]: Executing op: FileCopy(SourceName=C:\Config.Msi\529f9.rbf,,DestName=C:\Python34\include\pyarena.h,Attributes=32800,FileSize=2808,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:976]: File: C:\Python34\include\pyarena.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:987]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:989]: Executing op: FileCopy(SourceName=C:\Config.Msi\529f8.rbf,,DestName=C:\Python34\include\pgenheaders.h,Attributes=32800,FileSize=1186,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:991]: File: C:\Python34\include\pgenheaders.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:999]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:001]: Executing op: FileCopy(SourceName=C:\Config.Msi\529f7.rbf,,DestName=C:\Python34\include\pgen.h,Attributes=32800,FileSize=271,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:004]: File: C:\Python34\include\pgen.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:013]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:015]: Executing op: FileCopy(SourceName=C:\Config.Msi\529f6.rbf,,DestName=C:\Python34\include\patchlevel.h,Attributes=32800,FileSize=1163,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:017]: File: C:\Python34\include\patchlevel.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:025]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:026]: Executing op: FileCopy(SourceName=C:\Config.Msi\529f5.rbf,,DestName=C:\Python34\include\parsetok.h,Attributes=32800,FileSize=2993,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:029]: File: C:\Python34\include\parsetok.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:038]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:040]: Executing op: FileCopy(SourceName=C:\Config.Msi\529f4.rbf,,DestName=C:\Python34\include\osdefs.h,Attributes=32800,FileSize=898,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:042]: File: C:\Python34\include\osdefs.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:050]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:052]: Executing op: FileCopy(SourceName=C:\Config.Msi\529f3.rbf,,DestName=C:\Python34\include\opcode.h,Attributes=32800,FileSize=5370,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:054]: File: C:\Python34\include\opcode.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:063]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:066]: Executing op: FileCopy(SourceName=C:\Config.Msi\529f2.rbf,,DestName=C:\Python34\include\objimpl.h,Attributes=32800,FileSize=14209,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:068]: File: C:\Python34\include\objimpl.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:076]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:078]: Executing op: FileCopy(SourceName=C:\Config.Msi\529f1.rbf,,DestName=C:\Python34\include\object.h,Attributes=32800,FileSize=39473,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:080]: File: C:\Python34\include\object.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:088]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:090]: Executing op: FileCopy(SourceName=C:\Config.Msi\529f0.rbf,,DestName=C:\Python34\include\node.h,Attributes=32800,FileSize=1040,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:091]: File: C:\Python34\include\node.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:103]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:104]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ef.rbf,,DestName=C:\Python34\include\namespaceobject.h,Attributes=32800,FileSize=314,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:106]: File: C:\Python34\include\namespaceobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:117]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:118]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ee.rbf,,DestName=C:\Python34\include\moduleobject.h,Attributes=32800,FileSize=1678,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:120]: File: C:\Python34\include\moduleobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:128]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:130]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ed.rbf,,DestName=C:\Python34\include\modsupport.h,Attributes=32800,FileSize=5029,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:132]: File: C:\Python34\include\modsupport.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:142]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:144]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ec.rbf,,DestName=C:\Python34\include\methodobject.h,Attributes=32800,FileSize=3400,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:146]: File: C:\Python34\include\methodobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:156]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:158]: Executing op: FileCopy(SourceName=C:\Config.Msi\529eb.rbf,,DestName=C:\Python34\include\metagrammar.h,Attributes=32800,FileSize=271,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:159]: File: C:\Python34\include\metagrammar.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:167]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:168]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ea.rbf,,DestName=C:\Python34\include\memoryobject.h,Attributes=32800,FileSize=2946,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:171]: File: C:\Python34\include\memoryobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:180]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:182]: Executing op: FileCopy(SourceName=C:\Config.Msi\529e9.rbf,,DestName=C:\Python34\include\marshal.h,Attributes=32800,FileSize=831,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:184]: File: C:\Python34\include\marshal.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:192]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:194]: Executing op: FileCopy(SourceName=C:\Config.Msi\529e8.rbf,,DestName=C:\Python34\include\longobject.h,Attributes=32800,FileSize=8378,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:197]: File: C:\Python34\include\longobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:207]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:208]: Executing op: FileCopy(SourceName=C:\Config.Msi\529e7.rbf,,DestName=C:\Python34\include\longintrepr.h,Attributes=32800,FileSize=4100,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:210]: File: C:\Python34\include\longintrepr.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:217]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:219]: Executing op: FileCopy(SourceName=C:\Config.Msi\529e6.rbf,,DestName=C:\Python34\include\listobject.h,Attributes=32800,FileSize=2916,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:220]: File: C:\Python34\include\listobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:230]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\529e5.rbf,,DestName=C:\Python34\include\iterobject.h,Attributes=32800,FileSize=592,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:233]: File: C:\Python34\include\iterobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:242]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:244]: Executing op: FileCopy(SourceName=C:\Config.Msi\529e4.rbf,,DestName=C:\Python34\include\intrcheck.h,Attributes=32800,FileSize=481,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:246]: File: C:\Python34\include\intrcheck.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:254]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:256]: Executing op: FileCopy(SourceName=C:\Config.Msi\529e3.rbf,,DestName=C:\Python34\include\import.h,Attributes=32800,FileSize=4031,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:258]: File: C:\Python34\include\import.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:266]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:267]: Executing op: FileCopy(SourceName=C:\Config.Msi\529e2.rbf,,DestName=C:\Python34\include\grammar.h,Attributes=32800,FileSize=2138,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:269]: File: C:\Python34\include\grammar.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:277]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:279]: Executing op: FileCopy(SourceName=C:\Config.Msi\529e1.rbf,,DestName=C:\Python34\include\graminit.h,Attributes=32800,FileSize=1957,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:281]: File: C:\Python34\include\graminit.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:290]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:292]: Executing op: FileCopy(SourceName=C:\Config.Msi\529e0.rbf,,DestName=C:\Python34\include\genobject.h,Attributes=32800,FileSize=1177,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:295]: File: C:\Python34\include\genobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:305]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:306]: Executing op: FileCopy(SourceName=C:\Config.Msi\529df.rbf,,DestName=C:\Python34\include\funcobject.h,Attributes=32800,FileSize=3860,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:308]: File: C:\Python34\include\funcobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:317]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:319]: Executing op: FileCopy(SourceName=C:\Config.Msi\529de.rbf,,DestName=C:\Python34\include\frameobject.h,Attributes=32800,FileSize=3653,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:320]: File: C:\Python34\include\frameobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:331]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:333]: Executing op: FileCopy(SourceName=C:\Config.Msi\529dd.rbf,,DestName=C:\Python34\include\floatobject.h,Attributes=32800,FileSize=4769,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:335]: File: C:\Python34\include\floatobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:346]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:347]: Executing op: FileCopy(SourceName=C:\Config.Msi\529dc.rbf,,DestName=C:\Python34\include\fileutils.h,Attributes=32800,FileSize=1580,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:349]: File: C:\Python34\include\fileutils.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:383]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:385]: Executing op: FileCopy(SourceName=C:\Config.Msi\529db.rbf,,DestName=C:\Python34\include\fileobject.h,Attributes=32800,FileSize=1920,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:387]: File: C:\Python34\include\fileobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:395]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:396]: Executing op: FileCopy(SourceName=C:\Config.Msi\529da.rbf,,DestName=C:\Python34\include\eval.h,Attributes=32800,FileSize=624,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:398]: File: C:\Python34\include\eval.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:407]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:409]: Executing op: FileCopy(SourceName=C:\Config.Msi\529d9.rbf,,DestName=C:\Python34\include\errcode.h,Attributes=32800,FileSize=1535,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:410]: File: C:\Python34\include\errcode.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:422]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:424]: Executing op: FileCopy(SourceName=C:\Config.Msi\529d8.rbf,,DestName=C:\Python34\include\enumobject.h,Attributes=32800,FileSize=270,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:427]: File: C:\Python34\include\enumobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:438]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:440]: Executing op: FileCopy(SourceName=C:\Config.Msi\529d7.rbf,,DestName=C:\Python34\include\dynamic_annotations.h,Attributes=32800,FileSize=22970,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:443]: File: C:\Python34\include\dynamic_annotations.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:453]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:455]: Executing op: FileCopy(SourceName=C:\Config.Msi\529d6.rbf,,DestName=C:\Python34\include\dtoa.h,Attributes=32800,FileSize=477,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:457]: File: C:\Python34\include\dtoa.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:465]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:467]: Executing op: FileCopy(SourceName=C:\Config.Msi\529d5.rbf,,DestName=C:\Python34\include\dictobject.h,Attributes=32800,FileSize=5304,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:470]: File: C:\Python34\include\dictobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:480]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:481]: Executing op: FileCopy(SourceName=C:\Config.Msi\529d4.rbf,,DestName=C:\Python34\include\descrobject.h,Attributes=32800,FileSize=3018,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:483]: File: C:\Python34\include\descrobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:494]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:496]: Executing op: FileCopy(SourceName=C:\Config.Msi\529d3.rbf,,DestName=C:\Python34\include\datetime.h,Attributes=32800,FileSize=8785,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:498]: File: C:\Python34\include\datetime.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:506]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:507]: Executing op: FileCopy(SourceName=C:\Config.Msi\529d2.rbf,,DestName=C:\Python34\include\complexobject.h,Attributes=32800,FileSize=2031,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:509]: File: C:\Python34\include\complexobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:519]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:521]: Executing op: FileCopy(SourceName=C:\Config.Msi\529d1.rbf,,DestName=C:\Python34\include\compile.h,Attributes=32800,FileSize=2189,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:523]: File: C:\Python34\include\compile.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:533]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:535]: Executing op: FileCopy(SourceName=C:\Config.Msi\529d0.rbf,,DestName=C:\Python34\include\codecs.h,Attributes=32800,FileSize=6783,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:537]: File: C:\Python34\include\codecs.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:545]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:548]: Executing op: FileCopy(SourceName=C:\Config.Msi\529cf.rbf,,DestName=C:\Python34\include\code.h,Attributes=32800,FileSize=4342,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:550]: File: C:\Python34\include\code.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:559]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:561]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ce.rbf,,DestName=C:\Python34\include\classobject.h,Attributes=32800,FileSize=1724,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:563]: File: C:\Python34\include\classobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:575]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:578]: Executing op: FileCopy(SourceName=C:\Config.Msi\529cd.rbf,,DestName=C:\Python34\include\ceval.h,Attributes=32800,FileSize=7399,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:582]: File: C:\Python34\include\ceval.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:595]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:598]: Executing op: FileCopy(SourceName=C:\Config.Msi\529cc.rbf,,DestName=C:\Python34\include\cellobject.h,Attributes=32800,FileSize=730,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:600]: File: C:\Python34\include\cellobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:611]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:613]: Executing op: FileCopy(SourceName=C:\Config.Msi\529cb.rbf,,DestName=C:\Python34\include\bytes_methods.h,Attributes=32800,FileSize=2071,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:616]: File: C:\Python34\include\bytes_methods.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:628]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:630]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ca.rbf,,DestName=C:\Python34\include\bytesobject.h,Attributes=32800,FileSize=5050,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:632]: File: C:\Python34\include\bytesobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:642]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:644]: Executing op: FileCopy(SourceName=C:\Config.Msi\529c9.rbf,,DestName=C:\Python34\include\bytearrayobject.h,Attributes=32800,FileSize=2176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:646]: File: C:\Python34\include\bytearrayobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:660]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:662]: Executing op: FileCopy(SourceName=C:\Config.Msi\529c8.rbf,,DestName=C:\Python34\include\boolobject.h,Attributes=32800,FileSize=920,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:664]: File: C:\Python34\include\boolobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:678]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:681]: Executing op: FileCopy(SourceName=C:\Config.Msi\529c7.rbf,,DestName=C:\Python34\include\bltinmodule.h,Attributes=32800,FileSize=278,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:684]: File: C:\Python34\include\bltinmodule.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:697]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:699]: Executing op: FileCopy(SourceName=C:\Config.Msi\529c6.rbf,,DestName=C:\Python34\include\bitset.h,Attributes=32800,FileSize=824,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:703]: File: C:\Python34\include\bitset.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:733]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:735]: Executing op: FileCopy(SourceName=C:\Config.Msi\529c5.rbf,,DestName=C:\Python34\include\ast.h,Attributes=32800,FileSize=499,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:740]: File: C:\Python34\include\ast.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:759]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:761]: Executing op: FileCopy(SourceName=C:\Config.Msi\529c4.rbf,,DestName=C:\Python34\include\asdl.h,Attributes=32800,FileSize=1229,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:764]: File: C:\Python34\include\asdl.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:776]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:778]: Executing op: FileCopy(SourceName=C:\Config.Msi\529c3.rbf,,DestName=C:\Python34\include\accu.h,Attributes=32800,FileSize=1053,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:781]: File: C:\Python34\include\accu.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:795]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:798]: Executing op: FileCopy(SourceName=C:\Config.Msi\529c2.rbf,,DestName=C:\Python34\include\abstract.h,Attributes=32800,FileSize=44344,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:801]: File: C:\Python34\include\abstract.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:813]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:815]: Executing op: SetTargetFolder(Folder=C:\Python34\DLLs\) MSI (s) (9C:5C) [21:25:48:816]: Executing op: FileCopy(SourceName=C:\Config.Msi\529c1.rbf,,DestName=C:\Python34\DLLs\tk86t.dll,Attributes=32800,FileSize=1943040,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:818]: File: C:\Python34\DLLs\tk86t.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:829]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:831]: Executing op: FileCopy(SourceName=C:\Config.Msi\529c0.rbf,,DestName=C:\Python34\DLLs\tcl86t.dll,Attributes=32800,FileSize=1591808,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:833]: File: C:\Python34\DLLs\tcl86t.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:844]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:846]: Executing op: FileCopy(SourceName=C:\Config.Msi\529bf.rbf,,DestName=C:\Python34\DLLs\_tkinter.pyd,Attributes=32800,FileSize=34816,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:849]: File: C:\Python34\DLLs\_tkinter.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:860]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:863]: Executing op: FileCopy(SourceName=C:\Config.Msi\529be.rbf,,DestName=C:\Python34\DLLs\sqlite3.dll,Attributes=32800,FileSize=497664,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:865]: File: C:\Python34\DLLs\sqlite3.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:874]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:878]: Executing op: FileCopy(SourceName=C:\Config.Msi\529bd.rbf,,DestName=C:\Python34\DLLs\python3.dll,Attributes=32800,FileSize=72704,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:881]: File: C:\Python34\DLLs\python3.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:893]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:895]: Executing op: FileCopy(SourceName=C:\Config.Msi\529bc.rbf,,DestName=C:\Python34\DLLs\_overlapped.pyd,Attributes=32800,FileSize=19968,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:897]: File: C:\Python34\DLLs\_overlapped.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:908]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:910]: Executing op: FileCopy(SourceName=C:\Config.Msi\529bb.rbf,,DestName=C:\Python34\DLLs\_testimportmultiple.pyd,Attributes=32800,FileSize=6656,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:913]: File: C:\Python34\DLLs\_testimportmultiple.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:930]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:934]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ba.rbf,,DestName=C:\Python34\DLLs\_testbuffer.pyd,Attributes=32800,FileSize=28160,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:936]: File: C:\Python34\DLLs\_testbuffer.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:946]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:948]: Executing op: FileCopy(SourceName=C:\Config.Msi\529b9.rbf,,DestName=C:\Python34\DLLs\_decimal.pyd,Attributes=32800,FileSize=182272,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:951]: File: C:\Python34\DLLs\_decimal.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:961]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:963]: Executing op: FileCopy(SourceName=C:\Config.Msi\529b8.rbf,,DestName=C:\Python34\DLLs\_lzma.pyd,Attributes=32800,FileSize=137216,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:965]: File: C:\Python34\DLLs\_lzma.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:976]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:978]: Executing op: FileCopy(SourceName=C:\Config.Msi\529b7.rbf,,DestName=C:\Python34\DLLs\_multiprocessing.pyd,Attributes=32800,FileSize=12288,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:981]: File: C:\Python34\DLLs\_multiprocessing.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:991]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:992]: Executing op: FileCopy(SourceName=C:\Config.Msi\529b6.rbf,,DestName=C:\Python34\DLLs\_hashlib.pyd,Attributes=32800,FileSize=781824,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:995]: File: C:\Python34\DLLs\_hashlib.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:003]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:004]: Executing op: FileCopy(SourceName=C:\Config.Msi\529b5.rbf,,DestName=C:\Python34\DLLs\_sqlite3.pyd,Attributes=32800,FileSize=47616,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:006]: File: C:\Python34\DLLs\_sqlite3.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:015]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:017]: Executing op: FileCopy(SourceName=C:\Config.Msi\529b4.rbf,,DestName=C:\Python34\DLLs\_ctypes_test.pyd,Attributes=32800,FileSize=15872,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:019]: File: C:\Python34\DLLs\_ctypes_test.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:028]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:030]: Executing op: FileCopy(SourceName=C:\Config.Msi\529b3.rbf,,DestName=C:\Python34\DLLs\_ctypes.pyd,Attributes=32800,FileSize=84992,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:032]: File: C:\Python34\DLLs\_ctypes.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:040]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:041]: Executing op: FileCopy(SourceName=C:\Config.Msi\529b2.rbf,,DestName=C:\Python34\DLLs\_msi.pyd,Attributes=32800,FileSize=48640,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:043]: File: C:\Python34\DLLs\_msi.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:057]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:059]: Executing op: FileCopy(SourceName=C:\Config.Msi\529b1.rbf,,DestName=C:\Python34\DLLs\_testcapi.pyd,Attributes=32800,FileSize=47616,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:063]: File: C:\Python34\DLLs\_testcapi.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:077]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:079]: Executing op: FileCopy(SourceName=C:\Config.Msi\529b0.rbf,,DestName=C:\Python34\DLLs\_ssl.pyd,Attributes=32800,FileSize=1206784,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:082]: File: C:\Python34\DLLs\_ssl.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:090]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:091]: Executing op: FileCopy(SourceName=C:\Config.Msi\529af.rbf,,DestName=C:\Python34\DLLs\_socket.pyd,Attributes=32800,FileSize=47104,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:093]: File: C:\Python34\DLLs\_socket.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:101]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:103]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ae.rbf,,DestName=C:\Python34\DLLs\_elementtree.pyd,Attributes=32800,FileSize=131584,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:106]: File: C:\Python34\DLLs\_elementtree.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:114]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:116]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ad.rbf,,DestName=C:\Python34\DLLs\_bz2.pyd,Attributes=32800,FileSize=53760,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:118]: File: C:\Python34\DLLs\_bz2.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:128]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:129]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ac.rbf,,DestName=C:\Python34\DLLs\winsound.pyd,Attributes=32800,FileSize=9216,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:131]: File: C:\Python34\DLLs\winsound.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:140]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:142]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ab.rbf,,DestName=C:\Python34\DLLs\unicodedata.pyd,Attributes=32800,FileSize=758784,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:145]: File: C:\Python34\DLLs\unicodedata.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:152]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:154]: Executing op: FileCopy(SourceName=C:\Config.Msi\529aa.rbf,,DestName=C:\Python34\DLLs\select.pyd,Attributes=32800,FileSize=9728,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:157]: File: C:\Python34\DLLs\select.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:168]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:169]: Executing op: FileCopy(SourceName=C:\Config.Msi\529a9.rbf,,DestName=C:\Python34\DLLs\pyexpat.pyd,Attributes=32800,FileSize=134144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:171]: File: C:\Python34\DLLs\pyexpat.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:180]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:181]: Executing op: FileCopy(SourceName=C:\Config.Msi\529a8.rbf,,DestName=C:\Python34\DLLs\pyc.ico,Attributes=32800,FileSize=19790,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:183]: File: C:\Python34\DLLs\pyc.ico; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:192]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:194]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\dbm\) MSI (s) (9C:5C) [21:25:49:195]: Executing op: FileCopy(SourceName=C:\Config.Msi\529a7.rbf,,DestName=C:\Python34\Lib\dbm\ndbm.py,Attributes=32800,FileSize=73,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:197]: File: C:\Python34\Lib\dbm\ndbm.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:209]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:211]: Executing op: FileCopy(SourceName=C:\Config.Msi\529a6.rbf,,DestName=C:\Python34\Lib\dbm\__init__.py,Attributes=32800,FileSize=5965,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:213]: File: C:\Python34\Lib\dbm\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:222]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:223]: Executing op: FileCopy(SourceName=C:\Config.Msi\529a5.rbf,,DestName=C:\Python34\Lib\dbm\gnu.py,Attributes=32800,FileSize=75,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:225]: File: C:\Python34\Lib\dbm\gnu.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:233]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:235]: Executing op: FileCopy(SourceName=C:\Config.Msi\529a4.rbf,,DestName=C:\Python34\Lib\dbm\dumb.py,Attributes=32800,FileSize=10830,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:237]: File: C:\Python34\Lib\dbm\dumb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:245]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:247]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\tests\) MSI (s) (9C:5C) [21:25:49:248]: Executing op: FileCopy(SourceName=C:\Config.Msi\529a3.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_build_ext.py,Attributes=32800,FileSize=18573,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:250]: File: C:\Python34\Lib\distutils\tests\test_build_ext.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:259]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:260]: Executing op: FileCopy(SourceName=C:\Config.Msi\529a2.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_spawn.py,Attributes=32800,FileSize=1915,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:262]: File: C:\Python34\Lib\distutils\tests\test_spawn.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:271]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:273]: Executing op: FileCopy(SourceName=C:\Config.Msi\529a1.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_bdist_wininst.py,Attributes=32800,FileSize=1071,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:275]: File: C:\Python34\Lib\distutils\tests\test_bdist_wininst.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:284]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:285]: Executing op: FileCopy(SourceName=C:\Config.Msi\529a0.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_core.py,Attributes=32800,FileSize=3135,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:287]: File: C:\Python34\Lib\distutils\tests\test_core.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:296]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:298]: Executing op: FileCopy(SourceName=C:\Config.Msi\5299f.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_sdist.py,Attributes=32800,FileSize=16963,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:300]: File: C:\Python34\Lib\distutils\tests\test_sdist.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:310]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:312]: Executing op: FileCopy(SourceName=C:\Config.Msi\5299e.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_bdist.py,Attributes=32800,FileSize=1584,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:314]: File: C:\Python34\Lib\distutils\tests\test_bdist.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:324]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:326]: Executing op: FileCopy(SourceName=C:\Config.Msi\5299d.rbf,,DestName=C:\Python34\Lib\distutils\tests\__init__.py,Attributes=32800,FileSize=1096,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:329]: File: C:\Python34\Lib\distutils\tests\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:341]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:342]: Executing op: FileCopy(SourceName=C:\Config.Msi\5299c.rbf,,DestName=C:\Python34\Lib\distutils\tests\support.py,Attributes=32800,FileSize=6743,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:344]: File: C:\Python34\Lib\distutils\tests\support.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:354]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:357]: Executing op: FileCopy(SourceName=C:\Config.Msi\5299b.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_version.py,Attributes=32800,FileSize=2685,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:360]: File: C:\Python34\Lib\distutils\tests\test_version.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:372]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:374]: Executing op: FileCopy(SourceName=C:\Config.Msi\5299a.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_extension.py,Attributes=32800,FileSize=2837,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:376]: File: C:\Python34\Lib\distutils\tests\test_extension.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:387]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:389]: Executing op: FileCopy(SourceName=C:\Config.Msi\52999.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_text_file.py,Attributes=32800,FileSize=3543,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:391]: File: C:\Python34\Lib\distutils\tests\test_text_file.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:401]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:402]: Executing op: FileCopy(SourceName=C:\Config.Msi\52998.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_bdist_rpm.py,Attributes=32800,FileSize=5002,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:405]: File: C:\Python34\Lib\distutils\tests\test_bdist_rpm.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:416]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:417]: Executing op: FileCopy(SourceName=C:\Config.Msi\52997.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_build.py,Attributes=32800,FileSize=1974,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:420]: File: C:\Python34\Lib\distutils\tests\test_build.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:429]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:431]: Executing op: FileCopy(SourceName=C:\Config.Msi\52996.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_install_lib.py,Attributes=32800,FileSize=4098,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:433]: File: C:\Python34\Lib\distutils\tests\test_install_lib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:442]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:443]: Executing op: FileCopy(SourceName=C:\Config.Msi\52995.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_build_clib.py,Attributes=32800,FileSize=5121,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:445]: File: C:\Python34\Lib\distutils\tests\test_build_clib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:454]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:456]: Executing op: FileCopy(SourceName=C:\Config.Msi\52994.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_util.py,Attributes=32800,FileSize=11550,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:458]: File: C:\Python34\Lib\distutils\tests\test_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:466]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:468]: Executing op: FileCopy(SourceName=C:\Config.Msi\52993.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_install_headers.py,Attributes=32800,FileSize=1305,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:470]: File: C:\Python34\Lib\distutils\tests\test_install_headers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:478]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:480]: Executing op: FileCopy(SourceName=C:\Config.Msi\52992.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_cmd.py,Attributes=32800,FileSize=3961,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:482]: File: C:\Python34\Lib\distutils\tests\test_cmd.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:490]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:492]: Executing op: FileCopy(SourceName=C:\Config.Msi\52991.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_build_py.py,Attributes=32800,FileSize=6462,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:494]: File: C:\Python34\Lib\distutils\tests\test_build_py.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:506]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:507]: Executing op: FileCopy(SourceName=C:\Config.Msi\52990.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_sysconfig.py,Attributes=32800,FileSize=8600,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:509]: File: C:\Python34\Lib\distutils\tests\test_sysconfig.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:519]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:520]: Executing op: FileCopy(SourceName=C:\Config.Msi\5298f.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_install_scripts.py,Attributes=32800,FileSize=2707,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:523]: File: C:\Python34\Lib\distutils\tests\test_install_scripts.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:535]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:536]: Executing op: FileCopy(SourceName=C:\Config.Msi\5298e.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_versionpredicate.py,Attributes=32800,FileSize=293,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:538]: File: C:\Python34\Lib\distutils\tests\test_versionpredicate.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:549]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:551]: Executing op: FileCopy(SourceName=C:\Config.Msi\5298d.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_clean.py,Attributes=32800,FileSize=1518,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:553]: File: C:\Python34\Lib\distutils\tests\test_clean.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:565]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:567]: Executing op: FileCopy(SourceName=C:\Config.Msi\5298c.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_config.py,Attributes=32800,FileSize=3268,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:568]: File: C:\Python34\Lib\distutils\tests\test_config.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:579]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:580]: Executing op: FileCopy(SourceName=C:\Config.Msi\5298b.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_install.py,Attributes=32800,FileSize=8678,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:583]: File: C:\Python34\Lib\distutils\tests\test_install.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:593]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:595]: Executing op: FileCopy(SourceName=C:\Config.Msi\5298a.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_register.py,Attributes=32800,FileSize=9601,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:597]: File: C:\Python34\Lib\distutils\tests\test_register.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:606]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:609]: Executing op: FileCopy(SourceName=C:\Config.Msi\52989.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_config_cmd.py,Attributes=32800,FileSize=2691,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:611]: File: C:\Python34\Lib\distutils\tests\test_config_cmd.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:620]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:622]: Executing op: FileCopy(SourceName=C:\Config.Msi\52988.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_dist.py,Attributes=32800,FileSize=16408,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:624]: File: C:\Python34\Lib\distutils\tests\test_dist.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:633]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:634]: Executing op: FileCopy(SourceName=C:\Config.Msi\52987.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_unixccompiler.py,Attributes=32800,FileSize=5021,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:636]: File: C:\Python34\Lib\distutils\tests\test_unixccompiler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:647]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:649]: Executing op: FileCopy(SourceName=C:\Config.Msi\52986.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_cygwinccompiler.py,Attributes=32800,FileSize=5826,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:651]: File: C:\Python34\Lib\distutils\tests\test_cygwinccompiler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:659]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:661]: Executing op: FileCopy(SourceName=C:\Config.Msi\52985.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_dir_util.py,Attributes=32800,FileSize=4793,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:663]: File: C:\Python34\Lib\distutils\tests\test_dir_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:671]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:673]: Executing op: FileCopy(SourceName=C:\Config.Msi\52984.rbf,,DestName=C:\Python34\Lib\distutils\tests\Setup.sample,Attributes=32800,FileSize=2316,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:676]: File: C:\Python34\Lib\distutils\tests\Setup.sample; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:687]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:688]: Executing op: FileCopy(SourceName=C:\Config.Msi\52983.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_msvc9compiler.py,Attributes=32800,FileSize=6225,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:690]: File: C:\Python34\Lib\distutils\tests\test_msvc9compiler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:699]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:700]: Executing op: FileCopy(SourceName=C:\Config.Msi\52982.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_bdist_msi.py,Attributes=32800,FileSize=753,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:703]: File: C:\Python34\Lib\distutils\tests\test_bdist_msi.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:715]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:716]: Executing op: FileCopy(SourceName=C:\Config.Msi\52981.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_build_scripts.py,Attributes=32800,FileSize=3705,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:718]: File: C:\Python34\Lib\distutils\tests\test_build_scripts.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:727]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:729]: Executing op: FileCopy(SourceName=C:\Config.Msi\52980.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_check.py,Attributes=32800,FileSize=4107,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:730]: File: C:\Python34\Lib\distutils\tests\test_check.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:740]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:743]: Executing op: FileCopy(SourceName=C:\Config.Msi\5297f.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_bdist_dumb.py,Attributes=32800,FileSize=2996,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:744]: File: C:\Python34\Lib\distutils\tests\test_bdist_dumb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:753]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:755]: Executing op: FileCopy(SourceName=C:\Config.Msi\5297e.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_install_data.py,Attributes=32800,FileSize=2680,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:757]: File: C:\Python34\Lib\distutils\tests\test_install_data.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:766]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:768]: Executing op: FileCopy(SourceName=C:\Config.Msi\5297d.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_log.py,Attributes=32800,FileSize=1269,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:770]: File: C:\Python34\Lib\distutils\tests\test_log.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:779]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:780]: Executing op: FileCopy(SourceName=C:\Config.Msi\5297c.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_archive_util.py,Attributes=32800,FileSize=12072,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:782]: File: C:\Python34\Lib\distutils\tests\test_archive_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:791]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:792]: Executing op: FileCopy(SourceName=C:\Config.Msi\5297b.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_dep_util.py,Attributes=32800,FileSize=2913,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:795]: File: C:\Python34\Lib\distutils\tests\test_dep_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:807]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:809]: Executing op: FileCopy(SourceName=C:\Config.Msi\5297a.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_file_util.py,Attributes=32800,FileSize=2867,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:812]: File: C:\Python34\Lib\distutils\tests\test_file_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:824]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:826]: Executing op: FileCopy(SourceName=C:\Config.Msi\52979.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_upload.py,Attributes=32800,FileSize=4350,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:828]: File: C:\Python34\Lib\distutils\tests\test_upload.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:841]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:842]: Executing op: FileCopy(SourceName=C:\Config.Msi\52978.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_filelist.py,Attributes=32800,FileSize=10372,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:844]: File: C:\Python34\Lib\distutils\tests\test_filelist.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:858]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:861]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\command\) MSI (s) (9C:5C) [21:25:49:862]: Executing op: FileCopy(SourceName=C:\Config.Msi\52977.rbf,,DestName=C:\Python34\Lib\distutils\command\command_template,Attributes=32800,FileSize=666,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:863]: File: C:\Python34\Lib\distutils\command\command_template; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:874]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:876]: Executing op: FileCopy(SourceName=C:\Config.Msi\52976.rbf,,DestName=C:\Python34\Lib\distutils\command\bdist_wininst.py,Attributes=32800,FileSize=15245,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:879]: File: C:\Python34\Lib\distutils\command\bdist_wininst.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:891]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:893]: Executing op: FileCopy(SourceName=C:\Config.Msi\52975.rbf,,DestName=C:\Python34\Lib\distutils\command\__init__.py,Attributes=32800,FileSize=830,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:896]: File: C:\Python34\Lib\distutils\command\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:908]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:910]: Executing op: FileCopy(SourceName=C:\Config.Msi\52974.rbf,,DestName=C:\Python34\Lib\distutils\command\build_clib.py,Attributes=32800,FileSize=8231,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:912]: File: C:\Python34\Lib\distutils\command\build_clib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:923]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:924]: Executing op: FileCopy(SourceName=C:\Config.Msi\52973.rbf,,DestName=C:\Python34\Lib\distutils\command\install_egg_info.py,Attributes=32800,FileSize=2671,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:927]: File: C:\Python34\Lib\distutils\command\install_egg_info.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:938]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:940]: Executing op: FileCopy(SourceName=C:\Config.Msi\52972.rbf,,DestName=C:\Python34\Lib\distutils\command\install.py,Attributes=32800,FileSize=27162,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:943]: File: C:\Python34\Lib\distutils\command\install.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:956]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:958]: Executing op: FileCopy(SourceName=C:\Config.Msi\52971.rbf,,DestName=C:\Python34\Lib\distutils\command\install_scripts.py,Attributes=32800,FileSize=2077,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:960]: File: C:\Python34\Lib\distutils\command\install_scripts.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:973]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:975]: Executing op: FileCopy(SourceName=C:\Config.Msi\52970.rbf,,DestName=C:\Python34\Lib\distutils\command\wininst-6.0.exe,Attributes=32800,FileSize=61440,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:977]: File: C:\Python34\Lib\distutils\command\wininst-6.0.exe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:992]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:999]: Executing op: FileCopy(SourceName=C:\Config.Msi\5296f.rbf,,DestName=C:\Python34\Lib\distutils\command\sdist.py,Attributes=32800,FileSize=18688,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:002]: File: C:\Python34\Lib\distutils\command\sdist.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:013]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:015]: Executing op: FileCopy(SourceName=C:\Config.Msi\5296e.rbf,,DestName=C:\Python34\Lib\distutils\command\bdist_dumb.py,Attributes=32800,FileSize=4997,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:018]: File: C:\Python34\Lib\distutils\command\bdist_dumb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:027]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:029]: Executing op: FileCopy(SourceName=C:\Config.Msi\5296d.rbf,,DestName=C:\Python34\Lib\distutils\command\wininst-10.0.exe,Attributes=32800,FileSize=190976,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:031]: File: C:\Python34\Lib\distutils\command\wininst-10.0.exe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:041]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:043]: Executing op: FileCopy(SourceName=C:\Config.Msi\5296c.rbf,,DestName=C:\Python34\Lib\distutils\command\wininst-10.0-amd64.exe,Attributes=32800,FileSize=222208,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:045]: File: C:\Python34\Lib\distutils\command\wininst-10.0-amd64.exe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:054]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:055]: Executing op: FileCopy(SourceName=C:\Config.Msi\5296b.rbf,,DestName=C:\Python34\Lib\distutils\command\wininst-9.0.exe,Attributes=32800,FileSize=196096,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:057]: File: C:\Python34\Lib\distutils\command\wininst-9.0.exe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:066]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:068]: Executing op: FileCopy(SourceName=C:\Config.Msi\5296a.rbf,,DestName=C:\Python34\Lib\distutils\command\bdist.py,Attributes=32800,FileSize=5630,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:070]: File: C:\Python34\Lib\distutils\command\bdist.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:079]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:081]: Executing op: FileCopy(SourceName=C:\Config.Msi\52969.rbf,,DestName=C:\Python34\Lib\distutils\command\wininst-7.1.exe,Attributes=32800,FileSize=65536,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:083]: File: C:\Python34\Lib\distutils\command\wininst-7.1.exe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:095]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:097]: Executing op: FileCopy(SourceName=C:\Config.Msi\52968.rbf,,DestName=C:\Python34\Lib\distutils\command\bdist_msi.py,Attributes=32800,FileSize=35958,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:099]: File: C:\Python34\Lib\distutils\command\bdist_msi.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:109]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:110]: Executing op: FileCopy(SourceName=C:\Config.Msi\52967.rbf,,DestName=C:\Python34\Lib\distutils\command\check.py,Attributes=32800,FileSize=5629,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:113]: File: C:\Python34\Lib\distutils\command\check.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:125]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:128]: Executing op: FileCopy(SourceName=C:\Config.Msi\52966.rbf,,DestName=C:\Python34\Lib\distutils\command\build.py,Attributes=32800,FileSize=5561,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:130]: File: C:\Python34\Lib\distutils\command\build.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:140]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:141]: Executing op: FileCopy(SourceName=C:\Config.Msi\52965.rbf,,DestName=C:\Python34\Lib\distutils\command\build_ext.py,Attributes=32800,FileSize=32002,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:143]: File: C:\Python34\Lib\distutils\command\build_ext.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:152]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:154]: Executing op: FileCopy(SourceName=C:\Config.Msi\52964.rbf,,DestName=C:\Python34\Lib\distutils\command\build_py.py,Attributes=32800,FileSize=17578,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:155]: File: C:\Python34\Lib\distutils\command\build_py.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:164]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:166]: Executing op: FileCopy(SourceName=C:\Config.Msi\52963.rbf,,DestName=C:\Python34\Lib\distutils\command\install_lib.py,Attributes=32800,FileSize=8619,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:168]: File: C:\Python34\Lib\distutils\command\install_lib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:177]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:178]: Executing op: FileCopy(SourceName=C:\Config.Msi\52962.rbf,,DestName=C:\Python34\Lib\distutils\command\config.py,Attributes=32800,FileSize=13439,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:181]: File: C:\Python34\Lib\distutils\command\config.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:192]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:194]: Executing op: FileCopy(SourceName=C:\Config.Msi\52961.rbf,,DestName=C:\Python34\Lib\distutils\command\register.py,Attributes=32800,FileSize=12012,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:197]: File: C:\Python34\Lib\distutils\command\register.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:206]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:207]: Executing op: FileCopy(SourceName=C:\Config.Msi\52960.rbf,,DestName=C:\Python34\Lib\distutils\command\build_scripts.py,Attributes=32800,FileSize=6391,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:209]: File: C:\Python34\Lib\distutils\command\build_scripts.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:218]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:219]: Executing op: FileCopy(SourceName=C:\Config.Msi\5295f.rbf,,DestName=C:\Python34\Lib\distutils\command\wininst-8.0.exe,Attributes=32800,FileSize=61440,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:222]: File: C:\Python34\Lib\distutils\command\wininst-8.0.exe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:230]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:232]: Executing op: FileCopy(SourceName=C:\Config.Msi\5295e.rbf,,DestName=C:\Python34\Lib\distutils\command\install_data.py,Attributes=32800,FileSize=2901,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:234]: File: C:\Python34\Lib\distutils\command\install_data.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:243]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:244]: Executing op: FileCopy(SourceName=C:\Config.Msi\5295d.rbf,,DestName=C:\Python34\Lib\distutils\command\install_headers.py,Attributes=32800,FileSize=1345,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:247]: File: C:\Python34\Lib\distutils\command\install_headers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:259]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:261]: Executing op: FileCopy(SourceName=C:\Config.Msi\5295c.rbf,,DestName=C:\Python34\Lib\distutils\command\wininst-9.0-amd64.exe,Attributes=32800,FileSize=224256,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:262]: File: C:\Python34\Lib\distutils\command\wininst-9.0-amd64.exe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:271]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:273]: Executing op: FileCopy(SourceName=C:\Config.Msi\5295b.rbf,,DestName=C:\Python34\Lib\distutils\command\clean.py,Attributes=32800,FileSize=2852,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:275]: File: C:\Python34\Lib\distutils\command\clean.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:284]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:286]: Executing op: FileCopy(SourceName=C:\Config.Msi\5295a.rbf,,DestName=C:\Python34\Lib\distutils\command\upload.py,Attributes=32800,FileSize=7611,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:288]: File: C:\Python34\Lib\distutils\command\upload.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:296]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:298]: Executing op: FileCopy(SourceName=C:\Config.Msi\52959.rbf,,DestName=C:\Python34\Lib\distutils\command\bdist_rpm.py,Attributes=32800,FileSize=22252,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:299]: File: C:\Python34\Lib\distutils\command\bdist_rpm.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:309]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:310]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\) MSI (s) (9C:5C) [21:25:50:311]: Executing op: FileCopy(SourceName=C:\Config.Msi\52958.rbf,,DestName=C:\Python34\Lib\distutils\msvc9compiler.py,Attributes=32800,FileSize=31316,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:313]: File: C:\Python34\Lib\distutils\msvc9compiler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:322]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:326]: Executing op: FileCopy(SourceName=C:\Config.Msi\52957.rbf,,DestName=C:\Python34\Lib\distutils\versionpredicate.py,Attributes=32800,FileSize=5298,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:328]: File: C:\Python34\Lib\distutils\versionpredicate.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:337]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:339]: Executing op: FileCopy(SourceName=C:\Config.Msi\52956.rbf,,DestName=C:\Python34\Lib\distutils\msvccompiler.py,Attributes=32800,FileSize=24119,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:340]: File: C:\Python34\Lib\distutils\msvccompiler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:351]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:354]: Executing op: FileCopy(SourceName=C:\Config.Msi\52955.rbf,,DestName=C:\Python34\Lib\distutils\sysconfig.py,Attributes=32800,FileSize=21685,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:356]: File: C:\Python34\Lib\distutils\sysconfig.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:364]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:366]: Executing op: FileCopy(SourceName=C:\Config.Msi\52954.rbf,,DestName=C:\Python34\Lib\distutils\__init__.py,Attributes=32800,FileSize=331,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:368]: File: C:\Python34\Lib\distutils\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:379]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:381]: Executing op: FileCopy(SourceName=C:\Config.Msi\52953.rbf,,DestName=C:\Python34\Lib\distutils\util.py,Attributes=32800,FileSize=21218,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:383]: File: C:\Python34\Lib\distutils\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:394]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:396]: Executing op: FileCopy(SourceName=C:\Config.Msi\52952.rbf,,DestName=C:\Python34\Lib\distutils\cmd.py,Attributes=32800,FileSize=19582,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:398]: File: C:\Python34\Lib\distutils\cmd.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:405]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:407]: Executing op: FileCopy(SourceName=C:\Config.Msi\52951.rbf,,DestName=C:\Python34\Lib\distutils\fancy_getopt.py,Attributes=32800,FileSize=18241,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:409]: File: C:\Python34\Lib\distutils\fancy_getopt.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:417]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:419]: Executing op: FileCopy(SourceName=C:\Config.Msi\52950.rbf,,DestName=C:\Python34\Lib\distutils\file_util.py,Attributes=32800,FileSize=8042,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:420]: File: C:\Python34\Lib\distutils\file_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:428]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:430]: Executing op: FileCopy(SourceName=C:\Config.Msi\5294f.rbf,,DestName=C:\Python34\Lib\distutils\log.py,Attributes=32800,FileSize=1983,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:432]: File: C:\Python34\Lib\distutils\log.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:443]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:444]: Executing op: FileCopy(SourceName=C:\Config.Msi\5294e.rbf,,DestName=C:\Python34\Lib\distutils\core.py,Attributes=32800,FileSize=9146,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:447]: File: C:\Python34\Lib\distutils\core.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:459]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:461]: Executing op: FileCopy(SourceName=C:\Config.Msi\5294d.rbf,,DestName=C:\Python34\Lib\distutils\bcppcompiler.py,Attributes=32800,FileSize=15328,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:464]: File: C:\Python34\Lib\distutils\bcppcompiler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:478]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:480]: Executing op: FileCopy(SourceName=C:\Config.Msi\5294c.rbf,,DestName=C:\Python34\Lib\distutils\version.py,Attributes=32800,FileSize=12828,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:483]: File: C:\Python34\Lib\distutils\version.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:496]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:498]: Executing op: FileCopy(SourceName=C:\Config.Msi\5294b.rbf,,DestName=C:\Python34\Lib\distutils\debug.py,Attributes=32800,FileSize=144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:501]: File: C:\Python34\Lib\distutils\debug.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:515]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:517]: Executing op: FileCopy(SourceName=C:\Config.Msi\5294a.rbf,,DestName=C:\Python34\Lib\distutils\extension.py,Attributes=32800,FileSize=10568,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:519]: File: C:\Python34\Lib\distutils\extension.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:529]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:531]: Executing op: FileCopy(SourceName=C:\Config.Msi\52949.rbf,,DestName=C:\Python34\Lib\distutils\README.txt,Attributes=32800,FileSize=308,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:533]: File: C:\Python34\Lib\distutils\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:541]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:542]: Executing op: FileCopy(SourceName=C:\Config.Msi\52948.rbf,,DestName=C:\Python34\Lib\distutils\dep_util.py,Attributes=32800,FileSize=3583,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:544]: File: C:\Python34\Lib\distutils\dep_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:552]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:553]: Executing op: FileCopy(SourceName=C:\Config.Msi\52947.rbf,,DestName=C:\Python34\Lib\distutils\errors.py,Attributes=32800,FileSize=3674,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:555]: File: C:\Python34\Lib\distutils\errors.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:562]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:564]: Executing op: FileCopy(SourceName=C:\Config.Msi\52946.rbf,,DestName=C:\Python34\Lib\distutils\dir_util.py,Attributes=32800,FileSize=7990,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:565]: File: C:\Python34\Lib\distutils\dir_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:573]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:574]: Executing op: FileCopy(SourceName=C:\Config.Msi\52945.rbf,,DestName=C:\Python34\Lib\distutils\unixccompiler.py,Attributes=32800,FileSize=13419,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:576]: File: C:\Python34\Lib\distutils\unixccompiler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:583]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:585]: Executing op: FileCopy(SourceName=C:\Config.Msi\52944.rbf,,DestName=C:\Python34\Lib\distutils\config.py,Attributes=32800,FileSize=5002,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:587]: File: C:\Python34\Lib\distutils\config.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:594]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:596]: Executing op: FileCopy(SourceName=C:\Config.Msi\52943.rbf,,DestName=C:\Python34\Lib\distutils\filelist.py,Attributes=32800,FileSize=13048,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:598]: File: C:\Python34\Lib\distutils\filelist.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:605]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:607]: Executing op: FileCopy(SourceName=C:\Config.Msi\52942.rbf,,DestName=C:\Python34\Lib\distutils\cygwinccompiler.py,Attributes=32800,FileSize=16876,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:609]: File: C:\Python34\Lib\distutils\cygwinccompiler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:616]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:617]: Executing op: FileCopy(SourceName=C:\Config.Msi\52941.rbf,,DestName=C:\Python34\Lib\distutils\text_file.py,Attributes=32800,FileSize=12752,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:619]: File: C:\Python34\Lib\distutils\text_file.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:629]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:630]: Executing op: FileCopy(SourceName=C:\Config.Msi\52940.rbf,,DestName=C:\Python34\Lib\distutils\dist.py,Attributes=32800,FileSize=51024,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:632]: File: C:\Python34\Lib\distutils\dist.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:640]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:642]: Executing op: FileCopy(SourceName=C:\Config.Msi\5293f.rbf,,DestName=C:\Python34\Lib\distutils\spawn.py,Attributes=32800,FileSize=7709,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:643]: File: C:\Python34\Lib\distutils\spawn.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:651]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:652]: Executing op: FileCopy(SourceName=C:\Config.Msi\5293e.rbf,,DestName=C:\Python34\Lib\distutils\archive_util.py,Attributes=32800,FileSize=8190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:654]: File: C:\Python34\Lib\distutils\archive_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:663]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:665]: Executing op: FileCopy(SourceName=C:\Config.Msi\5293d.rbf,,DestName=C:\Python34\Lib\distutils\ccompiler.py,Attributes=32800,FileSize=48498,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:666]: File: C:\Python34\Lib\distutils\ccompiler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:674]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:675]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\importlib\) MSI (s) (9C:5C) [21:25:50:676]: Executing op: FileCopy(SourceName=C:\Config.Msi\5293c.rbf,,DestName=C:\Python34\Lib\importlib\machinery.py,Attributes=32800,FileSize=810,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:678]: File: C:\Python34\Lib\importlib\machinery.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:688]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:690]: Executing op: FileCopy(SourceName=C:\Config.Msi\5293b.rbf,,DestName=C:\Python34\Lib\importlib\__init__.py,Attributes=32800,FileSize=5312,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:691]: File: C:\Python34\Lib\importlib\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:705]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:706]: Executing op: FileCopy(SourceName=C:\Config.Msi\5293a.rbf,,DestName=C:\Python34\Lib\importlib\util.py,Attributes=32800,FileSize=7429,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:708]: File: C:\Python34\Lib\importlib\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:829]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:831]: Executing op: FileCopy(SourceName=C:\Config.Msi\52939.rbf,,DestName=C:\Python34\Lib\importlib\_bootstrap.py,Attributes=32800,FileSize=89248,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:833]: File: C:\Python34\Lib\importlib\_bootstrap.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:844]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:846]: Executing op: FileCopy(SourceName=C:\Config.Msi\52938.rbf,,DestName=C:\Python34\Lib\importlib\abc.py,Attributes=32800,FileSize=10799,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:848]: File: C:\Python34\Lib\importlib\abc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:858]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:860]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\collections\) MSI (s) (9C:5C) [21:25:50:861]: Executing op: FileCopy(SourceName=C:\Config.Msi\52937.rbf,,DestName=C:\Python34\Lib\collections\abc.py,Attributes=32800,FileSize=70,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:862]: File: C:\Python34\Lib\collections\abc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:871]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:873]: Executing op: FileCopy(SourceName=C:\Config.Msi\52936.rbf,,DestName=C:\Python34\Lib\collections\__init__.py,Attributes=32800,FileSize=43096,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:875]: File: C:\Python34\Lib\collections\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:882]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:884]: Executing op: FileCopy(SourceName=C:\Config.Msi\52935.rbf,,DestName=C:\Python34\Lib\collections\__main__.py,Attributes=32800,FileSize=1313,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:886]: File: C:\Python34\Lib\collections\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:893]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:895]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\test\testmock\) MSI (s) (9C:5C) [21:25:50:896]: Executing op: FileCopy(SourceName=C:\Config.Msi\52934.rbf,,DestName=C:\Python34\Lib\unittest\test\testmock\testmock.py,Attributes=32800,FileSize=46487,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:898]: File: C:\Python34\Lib\unittest\test\testmock\testmock.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:907]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:908]: Executing op: FileCopy(SourceName=C:\Config.Msi\52933.rbf,,DestName=C:\Python34\Lib\unittest\test\testmock\testhelpers.py,Attributes=32800,FileSize=27581,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:910]: File: C:\Python34\Lib\unittest\test\testmock\testhelpers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:918]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:920]: Executing op: FileCopy(SourceName=C:\Config.Msi\52932.rbf,,DestName=C:\Python34\Lib\unittest\test\testmock\testpatch.py,Attributes=32800,FileSize=55531,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:922]: File: C:\Python34\Lib\unittest\test\testmock\testpatch.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:930]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:932]: Executing op: FileCopy(SourceName=C:\Config.Msi\52931.rbf,,DestName=C:\Python34\Lib\unittest\test\testmock\testcallable.py,Attributes=32800,FileSize=4434,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:933]: File: C:\Python34\Lib\unittest\test\testmock\testcallable.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:941]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:943]: Executing op: FileCopy(SourceName=C:\Config.Msi\52930.rbf,,DestName=C:\Python34\Lib\unittest\test\testmock\testmagicmethods.py,Attributes=32800,FileSize=13353,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:945]: File: C:\Python34\Lib\unittest\test\testmock\testmagicmethods.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:953]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:954]: Executing op: FileCopy(SourceName=C:\Config.Msi\5292f.rbf,,DestName=C:\Python34\Lib\unittest\test\testmock\support.py,Attributes=32800,FileSize=422,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:956]: File: C:\Python34\Lib\unittest\test\testmock\support.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:965]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:966]: Executing op: FileCopy(SourceName=C:\Config.Msi\5292e.rbf,,DestName=C:\Python34\Lib\unittest\test\testmock\__init__.py,Attributes=32800,FileSize=482,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:968]: File: C:\Python34\Lib\unittest\test\testmock\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:977]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:978]: Executing op: FileCopy(SourceName=C:\Config.Msi\5292d.rbf,,DestName=C:\Python34\Lib\unittest\test\testmock\testsentinel.py,Attributes=32800,FileSize=852,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:980]: File: C:\Python34\Lib\unittest\test\testmock\testsentinel.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:990]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:992]: Executing op: FileCopy(SourceName=C:\Config.Msi\5292c.rbf,,DestName=C:\Python34\Lib\unittest\test\testmock\__main__.py,Attributes=32800,FileSize=641,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:993]: File: C:\Python34\Lib\unittest\test\testmock\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:002]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:003]: Executing op: FileCopy(SourceName=C:\Config.Msi\5292b.rbf,,DestName=C:\Python34\Lib\unittest\test\testmock\testwith.py,Attributes=32800,FileSize=9132,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:005]: File: C:\Python34\Lib\unittest\test\testmock\testwith.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:013]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:015]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\test\) MSI (s) (9C:5C) [21:25:51:016]: Executing op: FileCopy(SourceName=C:\Config.Msi\5292a.rbf,,DestName=C:\Python34\Lib\unittest\test\test_assertions.py,Attributes=32800,FileSize=16868,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:017]: File: C:\Python34\Lib\unittest\test\test_assertions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:025]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:026]: Executing op: FileCopy(SourceName=C:\Config.Msi\52929.rbf,,DestName=C:\Python34\Lib\unittest\test\test_result.py,Attributes=32800,FileSize=23907,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:028]: File: C:\Python34\Lib\unittest\test\test_result.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:037]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:038]: Executing op: FileCopy(SourceName=C:\Config.Msi\52928.rbf,,DestName=C:\Python34\Lib\unittest\test\test_discovery.py,Attributes=32800,FileSize=19062,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:040]: File: C:\Python34\Lib\unittest\test\test_discovery.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:047]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:049]: Executing op: FileCopy(SourceName=C:\Config.Msi\52927.rbf,,DestName=C:\Python34\Lib\unittest\test\test_runner.py,Attributes=32800,FileSize=12050,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:051]: File: C:\Python34\Lib\unittest\test\test_runner.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:058]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:060]: Executing op: FileCopy(SourceName=C:\Config.Msi\52926.rbf,,DestName=C:\Python34\Lib\unittest\test\test_break.py,Attributes=32800,FileSize=10100,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:063]: File: C:\Python34\Lib\unittest\test\test_break.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:074]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:075]: Executing op: FileCopy(SourceName=C:\Config.Msi\52925.rbf,,DestName=C:\Python34\Lib\unittest\test\test_suite.py,Attributes=32800,FileSize=15631,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:077]: File: C:\Python34\Lib\unittest\test\test_suite.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:084]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:086]: Executing op: FileCopy(SourceName=C:\Config.Msi\52924.rbf,,DestName=C:\Python34\Lib\unittest\test\dummy.py,Attributes=32800,FileSize=51,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:088]: File: C:\Python34\Lib\unittest\test\dummy.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:097]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:099]: Executing op: FileCopy(SourceName=C:\Config.Msi\52923.rbf,,DestName=C:\Python34\Lib\unittest\test\support.py,Attributes=32800,FileSize=4014,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:101]: File: C:\Python34\Lib\unittest\test\support.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:110]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:111]: Executing op: FileCopy(SourceName=C:\Config.Msi\52922.rbf,,DestName=C:\Python34\Lib\unittest\test\__init__.py,Attributes=32800,FileSize=606,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:113]: File: C:\Python34\Lib\unittest\test\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:121]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:123]: Executing op: FileCopy(SourceName=C:\Config.Msi\52921.rbf,,DestName=C:\Python34\Lib\unittest\test\test_setups.py,Attributes=32800,FileSize=16932,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:125]: File: C:\Python34\Lib\unittest\test\test_setups.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:133]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:134]: Executing op: FileCopy(SourceName=C:\Config.Msi\52920.rbf,,DestName=C:\Python34\Lib\unittest\test\test_loader.py,Attributes=32800,FileSize=51632,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:136]: File: C:\Python34\Lib\unittest\test\test_loader.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:144]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:145]: Executing op: FileCopy(SourceName=C:\Config.Msi\5291f.rbf,,DestName=C:\Python34\Lib\unittest\test\__main__.py,Attributes=32800,FileSize=614,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:147]: File: C:\Python34\Lib\unittest\test\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:156]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:157]: Executing op: FileCopy(SourceName=C:\Config.Msi\5291e.rbf,,DestName=C:\Python34\Lib\unittest\test\test_program.py,Attributes=32800,FileSize=13351,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:159]: File: C:\Python34\Lib\unittest\test\test_program.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:167]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:168]: Executing op: FileCopy(SourceName=C:\Config.Msi\5291d.rbf,,DestName=C:\Python34\Lib\unittest\test\test_case.py,Attributes=32800,FileSize=63253,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:170]: File: C:\Python34\Lib\unittest\test\test_case.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:178]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:179]: Executing op: FileCopy(SourceName=C:\Config.Msi\5291c.rbf,,DestName=C:\Python34\Lib\unittest\test\_test_warnings.py,Attributes=32800,FileSize=2377,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:181]: File: C:\Python34\Lib\unittest\test\_test_warnings.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:188]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:190]: Executing op: FileCopy(SourceName=C:\Config.Msi\5291b.rbf,,DestName=C:\Python34\Lib\unittest\test\test_functiontestcase.py,Attributes=32800,FileSize=5688,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:192]: File: C:\Python34\Lib\unittest\test\test_functiontestcase.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:199]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:201]: Executing op: FileCopy(SourceName=C:\Config.Msi\5291a.rbf,,DestName=C:\Python34\Lib\unittest\test\test_skipping.py,Attributes=32800,FileSize=8440,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:203]: File: C:\Python34\Lib\unittest\test\test_skipping.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:211]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:212]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\) MSI (s) (9C:5C) [21:25:51:213]: Executing op: FileCopy(SourceName=C:\Config.Msi\52919.rbf,,DestName=C:\Python34\Lib\unittest\loader.py,Attributes=32800,FileSize=16757,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:215]: File: C:\Python34\Lib\unittest\loader.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:222]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:224]: Executing op: FileCopy(SourceName=C:\Config.Msi\52918.rbf,,DestName=C:\Python34\Lib\unittest\case.py,Attributes=32800,FileSize=56919,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:225]: File: C:\Python34\Lib\unittest\case.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:233]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:234]: Executing op: FileCopy(SourceName=C:\Config.Msi\52917.rbf,,DestName=C:\Python34\Lib\unittest\__init__.py,Attributes=32800,FileSize=2787,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:236]: File: C:\Python34\Lib\unittest\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:243]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:244]: Executing op: FileCopy(SourceName=C:\Config.Msi\52916.rbf,,DestName=C:\Python34\Lib\unittest\result.py,Attributes=32800,FileSize=7520,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:246]: File: C:\Python34\Lib\unittest\result.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:254]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:255]: Executing op: FileCopy(SourceName=C:\Config.Msi\52915.rbf,,DestName=C:\Python34\Lib\unittest\mock.py,Attributes=32800,FileSize=78367,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:257]: File: C:\Python34\Lib\unittest\mock.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:264]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:265]: Executing op: FileCopy(SourceName=C:\Config.Msi\52914.rbf,,DestName=C:\Python34\Lib\unittest\util.py,Attributes=32800,FileSize=5606,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:267]: File: C:\Python34\Lib\unittest\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:275]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:276]: Executing op: FileCopy(SourceName=C:\Config.Msi\52913.rbf,,DestName=C:\Python34\Lib\unittest\suite.py,Attributes=32800,FileSize=10865,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:278]: File: C:\Python34\Lib\unittest\suite.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:288]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:290]: Executing op: FileCopy(SourceName=C:\Config.Msi\52912.rbf,,DestName=C:\Python34\Lib\unittest\__main__.py,Attributes=32800,FileSize=503,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:292]: File: C:\Python34\Lib\unittest\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:299]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:301]: Executing op: FileCopy(SourceName=C:\Config.Msi\52911.rbf,,DestName=C:\Python34\Lib\unittest\main.py,Attributes=32800,FileSize=10007,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:302]: File: C:\Python34\Lib\unittest\main.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:315]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:317]: Executing op: FileCopy(SourceName=C:\Config.Msi\52910.rbf,,DestName=C:\Python34\Lib\unittest\runner.py,Attributes=32800,FileSize=7697,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:320]: File: C:\Python34\Lib\unittest\runner.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:333]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:335]: Executing op: FileCopy(SourceName=C:\Config.Msi\5290f.rbf,,DestName=C:\Python34\Lib\unittest\signals.py,Attributes=32800,FileSize=2474,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:338]: File: C:\Python34\Lib\unittest\signals.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:347]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:348]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xmlrpc\) MSI (s) (9C:5C) [21:25:51:349]: Executing op: FileCopy(SourceName=C:\Config.Msi\5290e.rbf,,DestName=C:\Python34\Lib\xmlrpc\__init__.py,Attributes=32800,FileSize=39,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:351]: File: C:\Python34\Lib\xmlrpc\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:359]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:360]: Executing op: FileCopy(SourceName=C:\Config.Msi\5290d.rbf,,DestName=C:\Python34\Lib\xmlrpc\server.py,Attributes=32800,FileSize=37583,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:362]: File: C:\Python34\Lib\xmlrpc\server.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:369]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:371]: Executing op: FileCopy(SourceName=C:\Config.Msi\5290c.rbf,,DestName=C:\Python34\Lib\xmlrpc\client.py,Attributes=32800,FileSize=48716,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:372]: File: C:\Python34\Lib\xmlrpc\client.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:380]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:381]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\msilib\) MSI (s) (9C:5C) [21:25:51:382]: Executing op: FileCopy(SourceName=C:\Config.Msi\5290b.rbf,,DestName=C:\Python34\Lib\msilib\text.py,Attributes=32800,FileSize=9147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:384]: File: C:\Python34\Lib\msilib\text.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:392]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:393]: Executing op: FileCopy(SourceName=C:\Config.Msi\5290a.rbf,,DestName=C:\Python34\Lib\msilib\__init__.py,Attributes=32800,FileSize=18010,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:395]: File: C:\Python34\Lib\msilib\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:402]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:404]: Executing op: FileCopy(SourceName=C:\Config.Msi\52909.rbf,,DestName=C:\Python34\Lib\msilib\schema.py,Attributes=32800,FileSize=82590,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:406]: File: C:\Python34\Lib\msilib\schema.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:416]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:418]: Executing op: FileCopy(SourceName=C:\Config.Msi\52908.rbf,,DestName=C:\Python34\Lib\msilib\sequence.py,Attributes=32800,FileSize=4055,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:420]: File: C:\Python34\Lib\msilib\sequence.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:429]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:431]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\pydoc_data\) MSI (s) (9C:5C) [21:25:51:432]: Executing op: FileCopy(SourceName=C:\Config.Msi\52907.rbf,,DestName=C:\Python34\Lib\pydoc_data\__init__.py,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:433]: File: C:\Python34\Lib\pydoc_data\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:441]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:442]: Executing op: FileCopy(SourceName=C:\Config.Msi\52906.rbf,,DestName=C:\Python34\Lib\pydoc_data\_pydoc.css,Attributes=32800,FileSize=102,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:444]: File: C:\Python34\Lib\pydoc_data\_pydoc.css; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:451]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:453]: Executing op: FileCopy(SourceName=C:\Config.Msi\52905.rbf,,DestName=C:\Python34\Lib\pydoc_data\topics.py,Attributes=32800,FileSize=386526,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:454]: File: C:\Python34\Lib\pydoc_data\topics.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:462]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:463]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\encodings\) MSI (s) (9C:5C) [21:25:51:464]: Executing op: FileCopy(SourceName=C:\Config.Msi\52904.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_10.py,Attributes=32800,FileSize=13896,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:466]: File: C:\Python34\Lib\encodings\iso8859_10.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:474]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:476]: Executing op: FileCopy(SourceName=C:\Config.Msi\52903.rbf,,DestName=C:\Python34\Lib\encodings\mac_turkish.py,Attributes=32800,FileSize=13820,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:477]: File: C:\Python34\Lib\encodings\mac_turkish.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:485]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:487]: Executing op: FileCopy(SourceName=C:\Config.Msi\52902.rbf,,DestName=C:\Python34\Lib\encodings\__init__.py,Attributes=32800,FileSize=5219,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:489]: File: C:\Python34\Lib\encodings\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:496]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:497]: Executing op: FileCopy(SourceName=C:\Config.Msi\52901.rbf,,DestName=C:\Python34\Lib\encodings\zlib_codec.py,Attributes=32800,FileSize=2281,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:499]: File: C:\Python34\Lib\encodings\zlib_codec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:508]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:509]: Executing op: FileCopy(SourceName=C:\Config.Msi\52900.rbf,,DestName=C:\Python34\Lib\encodings\iso2022_jp_2.py,Attributes=32800,FileSize=1100,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:511]: File: C:\Python34\Lib\encodings\iso2022_jp_2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:521]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:523]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ff.rbf,,DestName=C:\Python34\Lib\encodings\uu_codec.py,Attributes=32800,FileSize=2824,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:525]: File: C:\Python34\Lib\encodings\uu_codec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:539]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:541]: Executing op: FileCopy(SourceName=C:\Config.Msi\528fe.rbf,,DestName=C:\Python34\Lib\encodings\cp852.py,Attributes=32800,FileSize=35700,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:544]: File: C:\Python34\Lib\encodings\cp852.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:558]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:559]: Executing op: FileCopy(SourceName=C:\Config.Msi\528fd.rbf,,DestName=C:\Python34\Lib\encodings\cp861.py,Attributes=32800,FileSize=35331,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:562]: File: C:\Python34\Lib\encodings\cp861.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:574]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:576]: Executing op: FileCopy(SourceName=C:\Config.Msi\528fc.rbf,,DestName=C:\Python34\Lib\encodings\cp869.py,Attributes=32800,FileSize=33654,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:578]: File: C:\Python34\Lib\encodings\cp869.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:588]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:590]: Executing op: FileCopy(SourceName=C:\Config.Msi\528fb.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_11.py,Attributes=32800,FileSize=12642,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:592]: File: C:\Python34\Lib\encodings\iso8859_11.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:604]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:607]: Executing op: FileCopy(SourceName=C:\Config.Msi\528fa.rbf,,DestName=C:\Python34\Lib\encodings\iso2022_jp.py,Attributes=32800,FileSize=1092,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:608]: File: C:\Python34\Lib\encodings\iso2022_jp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:616]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:617]: Executing op: FileCopy(SourceName=C:\Config.Msi\528f9.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_6.py,Attributes=32800,FileSize=11140,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:619]: File: C:\Python34\Lib\encodings\iso8859_6.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:628]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:630]: Executing op: FileCopy(SourceName=C:\Config.Msi\528f8.rbf,,DestName=C:\Python34\Lib\encodings\iso2022_jp_2004.py,Attributes=32800,FileSize=1112,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:631]: File: C:\Python34\Lib\encodings\iso2022_jp_2004.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:639]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\528f7.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_2.py,Attributes=32800,FileSize=13711,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:643]: File: C:\Python34\Lib\encodings\iso8859_2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:654]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:656]: Executing op: FileCopy(SourceName=C:\Config.Msi\528f6.rbf,,DestName=C:\Python34\Lib\encodings\cp858.py,Attributes=32800,FileSize=34713,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:658]: File: C:\Python34\Lib\encodings\cp858.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:665]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:667]: Executing op: FileCopy(SourceName=C:\Config.Msi\528f5.rbf,,DestName=C:\Python34\Lib\encodings\shift_jis_2004.py,Attributes=32800,FileSize=1098,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:668]: File: C:\Python34\Lib\encodings\shift_jis_2004.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:677]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:679]: Executing op: FileCopy(SourceName=C:\Config.Msi\528f4.rbf,,DestName=C:\Python34\Lib\encodings\latin_1.py,Attributes=32800,FileSize=1314,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:680]: File: C:\Python34\Lib\encodings\latin_1.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:688]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:689]: Executing op: FileCopy(SourceName=C:\Config.Msi\528f3.rbf,,DestName=C:\Python34\Lib\encodings\cp1255.py,Attributes=32800,FileSize=12773,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:691]: File: C:\Python34\Lib\encodings\cp1255.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:700]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:703]: Executing op: FileCopy(SourceName=C:\Config.Msi\528f2.rbf,,DestName=C:\Python34\Lib\encodings\cp875.py,Attributes=32800,FileSize=13161,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:706]: File: C:\Python34\Lib\encodings\cp875.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:713]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:715]: Executing op: FileCopy(SourceName=C:\Config.Msi\528f1.rbf,,DestName=C:\Python34\Lib\encodings\hz.py,Attributes=32800,FileSize=1050,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:717]: File: C:\Python34\Lib\encodings\hz.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:727]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:729]: Executing op: FileCopy(SourceName=C:\Config.Msi\528f0.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_16.py,Attributes=32800,FileSize=13864,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:731]: File: C:\Python34\Lib\encodings\iso8859_16.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:739]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:741]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ef.rbf,,DestName=C:\Python34\Lib\encodings\cp1251.py,Attributes=32800,FileSize=13668,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:743]: File: C:\Python34\Lib\encodings\cp1251.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:754]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:756]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ee.rbf,,DestName=C:\Python34\Lib\encodings\cp1006.py,Attributes=32800,FileSize=13875,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:758]: File: C:\Python34\Lib\encodings\cp1006.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:765]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:767]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ed.rbf,,DestName=C:\Python34\Lib\encodings\cp1026.py,Attributes=32800,FileSize=13420,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:768]: File: C:\Python34\Lib\encodings\cp1026.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:778]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:780]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ec.rbf,,DestName=C:\Python34\Lib\encodings\cp850.py,Attributes=32800,FileSize=34803,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:782]: File: C:\Python34\Lib\encodings\cp850.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:903]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:905]: Executing op: FileCopy(SourceName=C:\Config.Msi\528eb.rbf,,DestName=C:\Python34\Lib\encodings\raw_unicode_escape.py,Attributes=32800,FileSize=1253,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:907]: File: C:\Python34\Lib\encodings\raw_unicode_escape.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:915]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:917]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ea.rbf,,DestName=C:\Python34\Lib\encodings\utf_8_sig.py,Attributes=32800,FileSize=4263,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:919]: File: C:\Python34\Lib\encodings\utf_8_sig.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:929]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:931]: Executing op: FileCopy(SourceName=C:\Config.Msi\528e9.rbf,,DestName=C:\Python34\Lib\encodings\mac_arabic.py,Attributes=32800,FileSize=37165,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:934]: File: C:\Python34\Lib\encodings\mac_arabic.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:945]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:947]: Executing op: FileCopy(SourceName=C:\Config.Msi\528e8.rbf,,DestName=C:\Python34\Lib\encodings\euc_jp.py,Attributes=32800,FileSize=1066,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:949]: File: C:\Python34\Lib\encodings\euc_jp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:962]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:964]: Executing op: FileCopy(SourceName=C:\Config.Msi\528e7.rbf,,DestName=C:\Python34\Lib\encodings\unicode_escape.py,Attributes=32800,FileSize=1229,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:967]: File: C:\Python34\Lib\encodings\unicode_escape.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:978]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:981]: Executing op: FileCopy(SourceName=C:\Config.Msi\528e6.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_13.py,Attributes=32800,FileSize=13578,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:984]: File: C:\Python34\Lib\encodings\iso8859_13.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:996]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:001]: Executing op: FileCopy(SourceName=C:\Config.Msi\528e5.rbf,,DestName=C:\Python34\Lib\encodings\johab.py,Attributes=32800,FileSize=1062,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:005]: File: C:\Python34\Lib\encodings\johab.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:016]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:018]: Executing op: FileCopy(SourceName=C:\Config.Msi\528e4.rbf,,DestName=C:\Python34\Lib\encodings\cp865.py,Attributes=32800,FileSize=35316,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:021]: File: C:\Python34\Lib\encodings\cp865.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:031]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:033]: Executing op: FileCopy(SourceName=C:\Config.Msi\528e3.rbf,,DestName=C:\Python34\Lib\encodings\cp874.py,Attributes=32800,FileSize=12902,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:037]: File: C:\Python34\Lib\encodings\cp874.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:048]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:050]: Executing op: FileCopy(SourceName=C:\Config.Msi\528e2.rbf,,DestName=C:\Python34\Lib\encodings\unicode_internal.py,Attributes=32800,FileSize=1241,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:053]: File: C:\Python34\Lib\encodings\unicode_internal.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:062]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:063]: Executing op: FileCopy(SourceName=C:\Config.Msi\528e1.rbf,,DestName=C:\Python34\Lib\encodings\cp1257.py,Attributes=32800,FileSize=13681,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:066]: File: C:\Python34\Lib\encodings\cp1257.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:078]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:082]: Executing op: FileCopy(SourceName=C:\Config.Msi\528e0.rbf,,DestName=C:\Python34\Lib\encodings\cp737.py,Attributes=32800,FileSize=35379,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:084]: File: C:\Python34\Lib\encodings\cp737.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:095]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:097]: Executing op: FileCopy(SourceName=C:\Config.Msi\528df.rbf,,DestName=C:\Python34\Lib\encodings\hp_roman8.py,Attributes=32800,FileSize=13759,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:099]: File: C:\Python34\Lib\encodings\hp_roman8.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:109]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:110]: Executing op: FileCopy(SourceName=C:\Config.Msi\528de.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_9.py,Attributes=32800,FileSize=13463,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:112]: File: C:\Python34\Lib\encodings\iso8859_9.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:121]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:123]: Executing op: FileCopy(SourceName=C:\Config.Msi\528dd.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_14.py,Attributes=32800,FileSize=13959,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:125]: File: C:\Python34\Lib\encodings\iso8859_14.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:137]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:139]: Executing op: FileCopy(SourceName=C:\Config.Msi\528dc.rbf,,DestName=C:\Python34\Lib\encodings\cp1256.py,Attributes=32800,FileSize=13121,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:141]: File: C:\Python34\Lib\encodings\cp1256.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:151]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:153]: Executing op: FileCopy(SourceName=C:\Config.Msi\528db.rbf,,DestName=C:\Python34\Lib\encodings\cp720.py,Attributes=32800,FileSize=13995,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:156]: File: C:\Python34\Lib\encodings\cp720.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:168]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:170]: Executing op: FileCopy(SourceName=C:\Config.Msi\528da.rbf,,DestName=C:\Python34\Lib\encodings\mac_latin2.py,Attributes=32800,FileSize=14430,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:172]: File: C:\Python34\Lib\encodings\mac_latin2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:180]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:182]: Executing op: FileCopy(SourceName=C:\Config.Msi\528d9.rbf,,DestName=C:\Python34\Lib\encodings\big5hkscs.py,Attributes=32800,FileSize=1078,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:185]: File: C:\Python34\Lib\encodings\big5hkscs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:197]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:199]: Executing op: FileCopy(SourceName=C:\Config.Msi\528d8.rbf,,DestName=C:\Python34\Lib\encodings\tis_620.py,Attributes=32800,FileSize=12607,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:201]: File: C:\Python34\Lib\encodings\tis_620.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:213]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:215]: Executing op: FileCopy(SourceName=C:\Config.Msi\528d7.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_3.py,Attributes=32800,FileSize=13396,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:218]: File: C:\Python34\Lib\encodings\iso8859_3.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:229]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\528d6.rbf,,DestName=C:\Python34\Lib\encodings\cp855.py,Attributes=32800,FileSize=34548,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:233]: File: C:\Python34\Lib\encodings\cp855.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:245]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:247]: Executing op: FileCopy(SourceName=C:\Config.Msi\528d5.rbf,,DestName=C:\Python34\Lib\encodings\hex_codec.py,Attributes=32800,FileSize=1563,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:250]: File: C:\Python34\Lib\encodings\hex_codec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:262]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:264]: Executing op: FileCopy(SourceName=C:\Config.Msi\528d4.rbf,,DestName=C:\Python34\Lib\encodings\base64_codec.py,Attributes=32800,FileSize=1588,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:266]: File: C:\Python34\Lib\encodings\base64_codec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:279]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:280]: Executing op: FileCopy(SourceName=C:\Config.Msi\528d3.rbf,,DestName=C:\Python34\Lib\encodings\undefined.py,Attributes=32800,FileSize=1348,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:283]: File: C:\Python34\Lib\encodings\undefined.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:302]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:304]: Executing op: FileCopy(SourceName=C:\Config.Msi\528d2.rbf,,DestName=C:\Python34\Lib\encodings\cp863.py,Attributes=32800,FileSize=34950,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:306]: File: C:\Python34\Lib\encodings\cp863.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:318]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:320]: Executing op: FileCopy(SourceName=C:\Config.Msi\528d1.rbf,,DestName=C:\Python34\Lib\encodings\cp273.py,Attributes=32800,FileSize=14439,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:323]: File: C:\Python34\Lib\encodings\cp273.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:336]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:344]: Executing op: FileCopy(SourceName=C:\Config.Msi\528d0.rbf,,DestName=C:\Python34\Lib\encodings\mac_cyrillic.py,Attributes=32800,FileSize=13761,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:347]: File: C:\Python34\Lib\encodings\mac_cyrillic.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:360]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:362]: Executing op: FileCopy(SourceName=C:\Config.Msi\528cf.rbf,,DestName=C:\Python34\Lib\encodings\gb18030.py,Attributes=32800,FileSize=1070,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:365]: File: C:\Python34\Lib\encodings\gb18030.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:377]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:380]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ce.rbf,,DestName=C:\Python34\Lib\encodings\ascii.py,Attributes=32800,FileSize=1298,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:383]: File: C:\Python34\Lib\encodings\ascii.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:395]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:397]: Executing op: FileCopy(SourceName=C:\Config.Msi\528cd.rbf,,DestName=C:\Python34\Lib\encodings\euc_jisx0213.py,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:400]: File: C:\Python34\Lib\encodings\euc_jisx0213.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:412]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:414]: Executing op: FileCopy(SourceName=C:\Config.Msi\528cc.rbf,,DestName=C:\Python34\Lib\encodings\gb2312.py,Attributes=32800,FileSize=1066,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:417]: File: C:\Python34\Lib\encodings\gb2312.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:428]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:430]: Executing op: FileCopy(SourceName=C:\Config.Msi\528cb.rbf,,DestName=C:\Python34\Lib\encodings\utf_32.py,Attributes=32800,FileSize=5278,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:432]: File: C:\Python34\Lib\encodings\utf_32.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:442]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:444]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ca.rbf,,DestName=C:\Python34\Lib\encodings\ptcp154.py,Attributes=32800,FileSize=14327,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:447]: File: C:\Python34\Lib\encodings\ptcp154.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:459]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:462]: Executing op: FileCopy(SourceName=C:\Config.Msi\528c9.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_15.py,Attributes=32800,FileSize=13519,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:464]: File: C:\Python34\Lib\encodings\iso8859_15.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:477]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:480]: Executing op: FileCopy(SourceName=C:\Config.Msi\528c8.rbf,,DestName=C:\Python34\Lib\encodings\mac_centeuro.py,Attributes=32800,FileSize=14409,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:482]: File: C:\Python34\Lib\encodings\mac_centeuro.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:497]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:505]: Executing op: FileCopy(SourceName=C:\Config.Msi\528c7.rbf,,DestName=C:\Python34\Lib\encodings\cp1250.py,Attributes=32800,FileSize=13993,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:507]: File: C:\Python34\Lib\encodings\cp1250.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:520]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:523]: Executing op: FileCopy(SourceName=C:\Config.Msi\528c6.rbf,,DestName=C:\Python34\Lib\encodings\gbk.py,Attributes=32800,FileSize=1054,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:526]: File: C:\Python34\Lib\encodings\gbk.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:538]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:540]: Executing op: FileCopy(SourceName=C:\Config.Msi\528c5.rbf,,DestName=C:\Python34\Lib\encodings\cp1254.py,Attributes=32800,FileSize=13809,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:543]: File: C:\Python34\Lib\encodings\cp1254.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:554]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:555]: Executing op: FileCopy(SourceName=C:\Config.Msi\528c4.rbf,,DestName=C:\Python34\Lib\encodings\iso2022_jp_1.py,Attributes=32800,FileSize=1100,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:558]: File: C:\Python34\Lib\encodings\iso2022_jp_1.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:569]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:571]: Executing op: FileCopy(SourceName=C:\Config.Msi\528c3.rbf,,DestName=C:\Python34\Lib\encodings\koi8_u.py,Attributes=32800,FileSize=14069,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:573]: File: C:\Python34\Lib\encodings\koi8_u.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:714]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:716]: Executing op: FileCopy(SourceName=C:\Config.Msi\528c2.rbf,,DestName=C:\Python34\Lib\encodings\palmos.py,Attributes=32800,FileSize=13827,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:718]: File: C:\Python34\Lib\encodings\palmos.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:730]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:732]: Executing op: FileCopy(SourceName=C:\Config.Msi\528c1.rbf,,DestName=C:\Python34\Lib\encodings\utf_16_le.py,Attributes=32800,FileSize=1079,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:734]: File: C:\Python34\Lib\encodings\utf_16_le.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:744]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:746]: Executing op: FileCopy(SourceName=C:\Config.Msi\528c0.rbf,,DestName=C:\Python34\Lib\encodings\iso2022_jp_ext.py,Attributes=32800,FileSize=1108,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:748]: File: C:\Python34\Lib\encodings\iso2022_jp_ext.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:759]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:761]: Executing op: FileCopy(SourceName=C:\Config.Msi\528bf.rbf,,DestName=C:\Python34\Lib\encodings\euc_jis_2004.py,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:764]: File: C:\Python34\Lib\encodings\euc_jis_2004.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:776]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:778]: Executing op: FileCopy(SourceName=C:\Config.Msi\528be.rbf,,DestName=C:\Python34\Lib\encodings\koi8_r.py,Attributes=32800,FileSize=14086,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:780]: File: C:\Python34\Lib\encodings\koi8_r.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:789]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:790]: Executing op: FileCopy(SourceName=C:\Config.Msi\528bd.rbf,,DestName=C:\Python34\Lib\encodings\mac_romanian.py,Attributes=32800,FileSize=13968,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:793]: File: C:\Python34\Lib\encodings\mac_romanian.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:805]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:808]: Executing op: FileCopy(SourceName=C:\Config.Msi\528bc.rbf,,DestName=C:\Python34\Lib\encodings\utf_16_be.py,Attributes=32800,FileSize=1079,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:810]: File: C:\Python34\Lib\encodings\utf_16_be.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:820]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:823]: Executing op: FileCopy(SourceName=C:\Config.Msi\528bb.rbf,,DestName=C:\Python34\Lib\encodings\utf_7.py,Attributes=32800,FileSize=984,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:826]: File: C:\Python34\Lib\encodings\utf_7.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:838]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:840]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ba.rbf,,DestName=C:\Python34\Lib\encodings\cp866.py,Attributes=32800,FileSize=35094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:842]: File: C:\Python34\Lib\encodings\cp866.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:852]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:854]: Executing op: FileCopy(SourceName=C:\Config.Msi\528b9.rbf,,DestName=C:\Python34\Lib\encodings\aliases.py,Attributes=32800,FileSize=15958,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:856]: File: C:\Python34\Lib\encodings\aliases.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:868]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:870]: Executing op: FileCopy(SourceName=C:\Config.Msi\528b8.rbf,,DestName=C:\Python34\Lib\encodings\mac_farsi.py,Attributes=32800,FileSize=15477,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:872]: File: C:\Python34\Lib\encodings\mac_farsi.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:881]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:883]: Executing op: FileCopy(SourceName=C:\Config.Msi\528b7.rbf,,DestName=C:\Python34\Lib\encodings\cp437.py,Attributes=32800,FileSize=35262,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:885]: File: C:\Python34\Lib\encodings\cp437.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:895]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:896]: Executing op: FileCopy(SourceName=C:\Config.Msi\528b6.rbf,,DestName=C:\Python34\Lib\encodings\iso2022_jp_3.py,Attributes=32800,FileSize=1100,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:899]: File: C:\Python34\Lib\encodings\iso2022_jp_3.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:910]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:912]: Executing op: FileCopy(SourceName=C:\Config.Msi\528b5.rbf,,DestName=C:\Python34\Lib\encodings\utf_32_be.py,Attributes=32800,FileSize=967,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:915]: File: C:\Python34\Lib\encodings\utf_32_be.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:928]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:930]: Executing op: FileCopy(SourceName=C:\Config.Msi\528b4.rbf,,DestName=C:\Python34\Lib\encodings\utf_16.py,Attributes=32800,FileSize=5390,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:933]: File: C:\Python34\Lib\encodings\utf_16.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:945]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:946]: Executing op: FileCopy(SourceName=C:\Config.Msi\528b3.rbf,,DestName=C:\Python34\Lib\encodings\utf_32_le.py,Attributes=32800,FileSize=967,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:949]: File: C:\Python34\Lib\encodings\utf_32_le.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:961]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:964]: Executing op: FileCopy(SourceName=C:\Config.Msi\528b2.rbf,,DestName=C:\Python34\Lib\encodings\cp857.py,Attributes=32800,FileSize=34602,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:967]: File: C:\Python34\Lib\encodings\cp857.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:980]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:981]: Executing op: FileCopy(SourceName=C:\Config.Msi\528b1.rbf,,DestName=C:\Python34\Lib\encodings\bz2_codec.py,Attributes=32800,FileSize=2327,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:983]: File: C:\Python34\Lib\encodings\bz2_codec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:992]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:994]: Executing op: FileCopy(SourceName=C:\Config.Msi\528b0.rbf,,DestName=C:\Python34\Lib\encodings\cp775.py,Attributes=32800,FileSize=35173,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:997]: File: C:\Python34\Lib\encodings\cp775.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:009]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:011]: Executing op: FileCopy(SourceName=C:\Config.Msi\528af.rbf,,DestName=C:\Python34\Lib\encodings\cp949.py,Attributes=32800,FileSize=1062,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:015]: File: C:\Python34\Lib\encodings\cp949.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:026]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:028]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ae.rbf,,DestName=C:\Python34\Lib\encodings\big5.py,Attributes=32800,FileSize=1058,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:030]: File: C:\Python34\Lib\encodings\big5.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:039]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:042]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ad.rbf,,DestName=C:\Python34\Lib\encodings\cp1252.py,Attributes=32800,FileSize=13818,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:044]: File: C:\Python34\Lib\encodings\cp1252.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:052]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:054]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ac.rbf,,DestName=C:\Python34\Lib\encodings\cp1258.py,Attributes=32800,FileSize=13671,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:056]: File: C:\Python34\Lib\encodings\cp1258.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:070]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:072]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ab.rbf,,DestName=C:\Python34\Lib\encodings\shift_jisx0213.py,Attributes=32800,FileSize=1098,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:075]: File: C:\Python34\Lib\encodings\shift_jisx0213.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:087]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:090]: Executing op: FileCopy(SourceName=C:\Config.Msi\528aa.rbf,,DestName=C:\Python34\Lib\encodings\utf_8.py,Attributes=32800,FileSize=1047,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:092]: File: C:\Python34\Lib\encodings\utf_8.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:102]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:105]: Executing op: FileCopy(SourceName=C:\Config.Msi\528a9.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_5.py,Attributes=32800,FileSize=13322,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:107]: File: C:\Python34\Lib\encodings\iso8859_5.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:119]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:122]: Executing op: FileCopy(SourceName=C:\Config.Msi\528a8.rbf,,DestName=C:\Python34\Lib\encodings\shift_jis.py,Attributes=32800,FileSize=1078,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:124]: File: C:\Python34\Lib\encodings\shift_jis.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:135]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:138]: Executing op: FileCopy(SourceName=C:\Config.Msi\528a7.rbf,,DestName=C:\Python34\Lib\encodings\mac_croatian.py,Attributes=32800,FileSize=13940,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:140]: File: C:\Python34\Lib\encodings\mac_croatian.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:152]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:155]: Executing op: FileCopy(SourceName=C:\Config.Msi\528a6.rbf,,DestName=C:\Python34\Lib\encodings\mbcs.py,Attributes=32800,FileSize=1258,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:157]: File: C:\Python34\Lib\encodings\mbcs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:171]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:173]: Executing op: FileCopy(SourceName=C:\Config.Msi\528a5.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_4.py,Attributes=32800,FileSize=13683,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:176]: File: C:\Python34\Lib\encodings\iso8859_4.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:187]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:189]: Executing op: FileCopy(SourceName=C:\Config.Msi\528a4.rbf,,DestName=C:\Python34\Lib\encodings\cp862.py,Attributes=32800,FileSize=34068,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:192]: File: C:\Python34\Lib\encodings\cp862.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:203]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:205]: Executing op: FileCopy(SourceName=C:\Config.Msi\528a3.rbf,,DestName=C:\Python34\Lib\encodings\cp932.py,Attributes=32800,FileSize=1062,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:207]: File: C:\Python34\Lib\encodings\cp932.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:216]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:218]: Executing op: FileCopy(SourceName=C:\Config.Msi\528a2.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_1.py,Attributes=32800,FileSize=13483,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:221]: File: C:\Python34\Lib\encodings\iso8859_1.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:233]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:236]: Executing op: FileCopy(SourceName=C:\Config.Msi\528a1.rbf,,DestName=C:\Python34\Lib\encodings\mac_greek.py,Attributes=32800,FileSize=14028,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:238]: File: C:\Python34\Lib\encodings\mac_greek.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:247]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:248]: Executing op: FileCopy(SourceName=C:\Config.Msi\528a0.rbf,,DestName=C:\Python34\Lib\encodings\euc_kr.py,Attributes=32800,FileSize=1066,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:251]: File: C:\Python34\Lib\encodings\euc_kr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:263]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:266]: Executing op: FileCopy(SourceName=C:\Config.Msi\5289f.rbf,,DestName=C:\Python34\Lib\encodings\cp1253.py,Attributes=32800,FileSize=13401,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:269]: File: C:\Python34\Lib\encodings\cp1253.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:280]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:281]: Executing op: FileCopy(SourceName=C:\Config.Msi\5289e.rbf,,DestName=C:\Python34\Lib\encodings\cp864.py,Attributes=32800,FileSize=34353,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:284]: File: C:\Python34\Lib\encodings\cp864.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:295]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:297]: Executing op: FileCopy(SourceName=C:\Config.Msi\5289d.rbf,,DestName=C:\Python34\Lib\encodings\punycode.py,Attributes=32800,FileSize=7118,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:299]: File: C:\Python34\Lib\encodings\punycode.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:310]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:312]: Executing op: FileCopy(SourceName=C:\Config.Msi\5289c.rbf,,DestName=C:\Python34\Lib\encodings\quopri_codec.py,Attributes=32800,FileSize=1568,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:315]: File: C:\Python34\Lib\encodings\quopri_codec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:325]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:327]: Executing op: FileCopy(SourceName=C:\Config.Msi\5289b.rbf,,DestName=C:\Python34\Lib\encodings\charmap.py,Attributes=32800,FileSize=2153,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:329]: File: C:\Python34\Lib\encodings\charmap.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:342]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:344]: Executing op: FileCopy(SourceName=C:\Config.Msi\5289a.rbf,,DestName=C:\Python34\Lib\encodings\cp856.py,Attributes=32800,FileSize=12730,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:346]: File: C:\Python34\Lib\encodings\cp856.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:357]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:359]: Executing op: FileCopy(SourceName=C:\Config.Msi\52899.rbf,,DestName=C:\Python34\Lib\encodings\cp65001.py,Attributes=32800,FileSize=1043,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:362]: File: C:\Python34\Lib\encodings\cp65001.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:373]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:376]: Executing op: FileCopy(SourceName=C:\Config.Msi\52898.rbf,,DestName=C:\Python34\Lib\encodings\mac_iceland.py,Attributes=32800,FileSize=13805,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:379]: File: C:\Python34\Lib\encodings\mac_iceland.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:391]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:393]: Executing op: FileCopy(SourceName=C:\Config.Msi\52897.rbf,,DestName=C:\Python34\Lib\encodings\cp950.py,Attributes=32800,FileSize=1062,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:396]: File: C:\Python34\Lib\encodings\cp950.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:408]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:410]: Executing op: FileCopy(SourceName=C:\Config.Msi\52896.rbf,,DestName=C:\Python34\Lib\encodings\mac_roman.py,Attributes=32800,FileSize=13787,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:412]: File: C:\Python34\Lib\encodings\mac_roman.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:421]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:423]: Executing op: FileCopy(SourceName=C:\Config.Msi\52895.rbf,,DestName=C:\Python34\Lib\encodings\cp1140.py,Attributes=32800,FileSize=13412,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:425]: File: C:\Python34\Lib\encodings\cp1140.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:438]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:440]: Executing op: FileCopy(SourceName=C:\Config.Msi\52894.rbf,,DestName=C:\Python34\Lib\encodings\cp500.py,Attributes=32800,FileSize=13428,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:443]: File: C:\Python34\Lib\encodings\cp500.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:454]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:456]: Executing op: FileCopy(SourceName=C:\Config.Msi\52893.rbf,,DestName=C:\Python34\Lib\encodings\cp037.py,Attributes=32800,FileSize=13428,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:458]: File: C:\Python34\Lib\encodings\cp037.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:468]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:470]: Executing op: FileCopy(SourceName=C:\Config.Msi\52892.rbf,,DestName=C:\Python34\Lib\encodings\rot_13.py,Attributes=32800,FileSize=2541,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:473]: File: C:\Python34\Lib\encodings\rot_13.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:485]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:487]: Executing op: FileCopy(SourceName=C:\Config.Msi\52891.rbf,,DestName=C:\Python34\Lib\encodings\idna.py,Attributes=32800,FileSize=9479,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:489]: File: C:\Python34\Lib\encodings\idna.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:498]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:500]: Executing op: FileCopy(SourceName=C:\Config.Msi\52890.rbf,,DestName=C:\Python34\Lib\encodings\cp1125.py,Attributes=32800,FileSize=35295,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:501]: File: C:\Python34\Lib\encodings\cp1125.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:513]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:515]: Executing op: FileCopy(SourceName=C:\Config.Msi\5288f.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_8.py,Attributes=32800,FileSize=11343,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:518]: File: C:\Python34\Lib\encodings\iso8859_8.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:530]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:532]: Executing op: FileCopy(SourceName=C:\Config.Msi\5288e.rbf,,DestName=C:\Python34\Lib\encodings\iso2022_kr.py,Attributes=32800,FileSize=1092,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:535]: File: C:\Python34\Lib\encodings\iso2022_kr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:548]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:550]: Executing op: FileCopy(SourceName=C:\Config.Msi\5288d.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_7.py,Attributes=32800,FileSize=13151,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:551]: File: C:\Python34\Lib\encodings\iso8859_7.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:562]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:564]: Executing op: FileCopy(SourceName=C:\Config.Msi\5288c.rbf,,DestName=C:\Python34\Lib\encodings\cp424.py,Attributes=32800,FileSize=12362,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:566]: File: C:\Python34\Lib\encodings\cp424.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:575]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:577]: Executing op: FileCopy(SourceName=C:\Config.Msi\5288b.rbf,,DestName=C:\Python34\Lib\encodings\cp860.py,Attributes=32800,FileSize=35379,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:579]: File: C:\Python34\Lib\encodings\cp860.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:588]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:589]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\urllib\) MSI (s) (9C:5C) [21:25:53:590]: Executing op: FileCopy(SourceName=C:\Config.Msi\5288a.rbf,,DestName=C:\Python34\Lib\urllib\robotparser.py,Attributes=32800,FileSize=7176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:592]: File: C:\Python34\Lib\urllib\robotparser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:600]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:601]: Executing op: FileCopy(SourceName=C:\Config.Msi\52889.rbf,,DestName=C:\Python34\Lib\urllib\response.py,Attributes=32800,FileSize=2264,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:604]: File: C:\Python34\Lib\urllib\response.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:614]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\52888.rbf,,DestName=C:\Python34\Lib\urllib\error.py,Attributes=32800,FileSize=2743,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:618]: File: C:\Python34\Lib\urllib\error.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:626]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:629]: Executing op: FileCopy(SourceName=C:\Config.Msi\52887.rbf,,DestName=C:\Python34\Lib\urllib\parse.py,Attributes=32800,FileSize=36193,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:632]: File: C:\Python34\Lib\urllib\parse.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:644]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:646]: Executing op: FileCopy(SourceName=C:\Config.Msi\52886.rbf,,DestName=C:\Python34\Lib\urllib\__init__.py,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:649]: File: C:\Python34\Lib\urllib\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:661]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:663]: Executing op: FileCopy(SourceName=C:\Config.Msi\52885.rbf,,DestName=C:\Python34\Lib\urllib\request.py,Attributes=32800,FileSize=95212,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:665]: File: C:\Python34\Lib\urllib\request.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:674]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:676]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\email\mime\) MSI (s) (9C:5C) [21:25:53:677]: Executing op: FileCopy(SourceName=C:\Config.Msi\52884.rbf,,DestName=C:\Python34\Lib\email\mime\text.py,Attributes=32800,FileSize=1408,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:679]: File: C:\Python34\Lib\email\mime\text.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:687]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:689]: Executing op: FileCopy(SourceName=C:\Config.Msi\52883.rbf,,DestName=C:\Python34\Lib\email\mime\image.py,Attributes=32800,FileSize=1810,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:690]: File: C:\Python34\Lib\email\mime\image.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:698]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:700]: Executing op: FileCopy(SourceName=C:\Config.Msi\52882.rbf,,DestName=C:\Python34\Lib\email\mime\audio.py,Attributes=32800,FileSize=2747,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:701]: File: C:\Python34\Lib\email\mime\audio.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:709]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:710]: Executing op: FileCopy(SourceName=C:\Config.Msi\52881.rbf,,DestName=C:\Python34\Lib\email\mime\multipart.py,Attributes=32800,FileSize=1620,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:712]: File: C:\Python34\Lib\email\mime\multipart.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:720]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:722]: Executing op: FileCopy(SourceName=C:\Config.Msi\52880.rbf,,DestName=C:\Python34\Lib\email\mime\__init__.py,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:724]: File: C:\Python34\Lib\email\mime\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:731]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:733]: Executing op: FileCopy(SourceName=C:\Config.Msi\5287f.rbf,,DestName=C:\Python34\Lib\email\mime\base.py,Attributes=32800,FileSize=820,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:734]: File: C:\Python34\Lib\email\mime\base.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:742]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:743]: Executing op: FileCopy(SourceName=C:\Config.Msi\5287e.rbf,,DestName=C:\Python34\Lib\email\mime\application.py,Attributes=32800,FileSize=1292,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:745]: File: C:\Python34\Lib\email\mime\application.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:754]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:755]: Executing op: FileCopy(SourceName=C:\Config.Msi\5287d.rbf,,DestName=C:\Python34\Lib\email\mime\message.py,Attributes=32800,FileSize=1320,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:757]: File: C:\Python34\Lib\email\mime\message.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:765]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:766]: Executing op: FileCopy(SourceName=C:\Config.Msi\5287c.rbf,,DestName=C:\Python34\Lib\email\mime\nonmultipart.py,Attributes=32800,FileSize=711,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:768]: File: C:\Python34\Lib\email\mime\nonmultipart.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:775]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:777]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\email\) MSI (s) (9C:5C) [21:25:53:778]: Executing op: FileCopy(SourceName=C:\Config.Msi\5287b.rbf,,DestName=C:\Python34\Lib\email\generator.py,Attributes=32800,FileSize=20365,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:779]: File: C:\Python34\Lib\email\generator.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:787]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:788]: Executing op: FileCopy(SourceName=C:\Config.Msi\5287a.rbf,,DestName=C:\Python34\Lib\email\quoprimime.py,Attributes=32800,FileSize=10158,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:790]: File: C:\Python34\Lib\email\quoprimime.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:797]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:799]: Executing op: FileCopy(SourceName=C:\Config.Msi\52879.rbf,,DestName=C:\Python34\Lib\email\parser.py,Attributes=32800,FileSize=5177,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:801]: File: C:\Python34\Lib\email\parser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:808]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:809]: Executing op: FileCopy(SourceName=C:\Config.Msi\52878.rbf,,DestName=C:\Python34\Lib\email\__init__.py,Attributes=32800,FileSize=1853,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:811]: File: C:\Python34\Lib\email\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:818]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:820]: Executing op: FileCopy(SourceName=C:\Config.Msi\52877.rbf,,DestName=C:\Python34\Lib\email\_encoded_words.py,Attributes=32800,FileSize=8134,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:822]: File: C:\Python34\Lib\email\_encoded_words.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:829]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:831]: Executing op: FileCopy(SourceName=C:\Config.Msi\52876.rbf,,DestName=C:\Python34\Lib\email\iterators.py,Attributes=32800,FileSize=2206,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:833]: File: C:\Python34\Lib\email\iterators.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:840]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:841]: Executing op: FileCopy(SourceName=C:\Config.Msi\52875.rbf,,DestName=C:\Python34\Lib\email\headerregistry.py,Attributes=32800,FileSize=20618,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:843]: File: C:\Python34\Lib\email\headerregistry.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:850]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:852]: Executing op: FileCopy(SourceName=C:\Config.Msi\52874.rbf,,DestName=C:\Python34\Lib\email\message.py,Attributes=32800,FileSize=47048,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:854]: File: C:\Python34\Lib\email\message.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:861]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:863]: Executing op: FileCopy(SourceName=C:\Config.Msi\52873.rbf,,DestName=C:\Python34\Lib\email\architecture.rst,Attributes=32800,FileSize=9776,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:864]: File: C:\Python34\Lib\email\architecture.rst; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:872]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:873]: Executing op: FileCopy(SourceName=C:\Config.Msi\52872.rbf,,DestName=C:\Python34\Lib\email\utils.py,Attributes=32800,FileSize=14708,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:875]: File: C:\Python34\Lib\email\utils.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:884]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:886]: Executing op: FileCopy(SourceName=C:\Config.Msi\52871.rbf,,DestName=C:\Python34\Lib\email\charset.py,Attributes=32800,FileSize=17628,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:887]: File: C:\Python34\Lib\email\charset.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:895]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:896]: Executing op: FileCopy(SourceName=C:\Config.Msi\52870.rbf,,DestName=C:\Python34\Lib\email\_parseaddr.py,Attributes=32800,FileSize=17739,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:898]: File: C:\Python34\Lib\email\_parseaddr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:908]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:910]: Executing op: FileCopy(SourceName=C:\Config.Msi\5286f.rbf,,DestName=C:\Python34\Lib\email\header.py,Attributes=32800,FileSize=24744,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:914]: File: C:\Python34\Lib\email\header.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:925]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:927]: Executing op: FileCopy(SourceName=C:\Config.Msi\5286e.rbf,,DestName=C:\Python34\Lib\email\feedparser.py,Attributes=32800,FileSize=23042,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:929]: File: C:\Python34\Lib\email\feedparser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:938]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:940]: Executing op: FileCopy(SourceName=C:\Config.Msi\5286d.rbf,,DestName=C:\Python34\Lib\email\encoders.py,Attributes=32800,FileSize=1855,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:942]: File: C:\Python34\Lib\email\encoders.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:954]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:955]: Executing op: FileCopy(SourceName=C:\Config.Msi\5286c.rbf,,DestName=C:\Python34\Lib\email\_header_value_parser.py,Attributes=32800,FileSize=106822,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:957]: File: C:\Python34\Lib\email\_header_value_parser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:965]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:967]: Executing op: FileCopy(SourceName=C:\Config.Msi\5286b.rbf,,DestName=C:\Python34\Lib\email\contentmanager.py,Attributes=32800,FileSize=10847,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:968]: File: C:\Python34\Lib\email\contentmanager.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:979]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:981]: Executing op: FileCopy(SourceName=C:\Config.Msi\5286a.rbf,,DestName=C:\Python34\Lib\email\errors.py,Attributes=32800,FileSize=3642,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:983]: File: C:\Python34\Lib\email\errors.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:992]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:994]: Executing op: FileCopy(SourceName=C:\Config.Msi\52869.rbf,,DestName=C:\Python34\Lib\email\base64mime.py,Attributes=32800,FileSize=3677,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:996]: File: C:\Python34\Lib\email\base64mime.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:005]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:007]: Executing op: FileCopy(SourceName=C:\Config.Msi\52868.rbf,,DestName=C:\Python34\Lib\email\_policybase.py,Attributes=32800,FileSize=14685,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:008]: File: C:\Python34\Lib\email\_policybase.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:016]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:017]: Executing op: FileCopy(SourceName=C:\Config.Msi\52867.rbf,,DestName=C:\Python34\Lib\email\policy.py,Attributes=32800,FileSize=9491,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:019]: File: C:\Python34\Lib\email\policy.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:027]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:028]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\sax\) MSI (s) (9C:5C) [21:25:54:030]: Executing op: FileCopy(SourceName=C:\Config.Msi\52866.rbf,,DestName=C:\Python34\Lib\xml\sax\xmlreader.py,Attributes=32800,FileSize=12990,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:032]: File: C:\Python34\Lib\xml\sax\xmlreader.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:040]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:041]: Executing op: FileCopy(SourceName=C:\Config.Msi\52865.rbf,,DestName=C:\Python34\Lib\xml\sax\_exceptions.py,Attributes=32800,FileSize=4916,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:043]: File: C:\Python34\Lib\xml\sax\_exceptions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:052]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:053]: Executing op: FileCopy(SourceName=C:\Config.Msi\52864.rbf,,DestName=C:\Python34\Lib\xml\sax\expatreader.py,Attributes=32800,FileSize=15076,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:055]: File: C:\Python34\Lib\xml\sax\expatreader.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:072]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:073]: Executing op: FileCopy(SourceName=C:\Config.Msi\52863.rbf,,DestName=C:\Python34\Lib\xml\sax\__init__.py,Attributes=32800,FileSize=3608,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:075]: File: C:\Python34\Lib\xml\sax\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:083]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:085]: Executing op: FileCopy(SourceName=C:\Config.Msi\52862.rbf,,DestName=C:\Python34\Lib\xml\sax\saxutils.py,Attributes=32800,FileSize=12404,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:087]: File: C:\Python34\Lib\xml\sax\saxutils.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:095]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:096]: Executing op: FileCopy(SourceName=C:\Config.Msi\52861.rbf,,DestName=C:\Python34\Lib\xml\sax\handler.py,Attributes=32800,FileSize=14264,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:098]: File: C:\Python34\Lib\xml\sax\handler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:106]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:108]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\parsers\) MSI (s) (9C:5C) [21:25:54:109]: Executing op: FileCopy(SourceName=C:\Config.Msi\52860.rbf,,DestName=C:\Python34\Lib\xml\parsers\__init__.py,Attributes=32800,FileSize=175,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:111]: File: C:\Python34\Lib\xml\parsers\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:119]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:121]: Executing op: FileCopy(SourceName=C:\Config.Msi\5285f.rbf,,DestName=C:\Python34\Lib\xml\parsers\expat.py,Attributes=32800,FileSize=256,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:124]: File: C:\Python34\Lib\xml\parsers\expat.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:135]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:137]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\etree\) MSI (s) (9C:5C) [21:25:54:138]: Executing op: FileCopy(SourceName=C:\Config.Msi\5285e.rbf,,DestName=C:\Python34\Lib\xml\etree\cElementTree.py,Attributes=32800,FileSize=85,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:140]: File: C:\Python34\Lib\xml\etree\cElementTree.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:147]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:149]: Executing op: FileCopy(SourceName=C:\Config.Msi\5285d.rbf,,DestName=C:\Python34\Lib\xml\etree\ElementPath.py,Attributes=32800,FileSize=10099,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:151]: File: C:\Python34\Lib\xml\etree\ElementPath.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:163]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:164]: Executing op: FileCopy(SourceName=C:\Config.Msi\5285c.rbf,,DestName=C:\Python34\Lib\xml\etree\__init__.py,Attributes=32800,FileSize=1637,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:166]: File: C:\Python34\Lib\xml\etree\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:174]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:176]: Executing op: FileCopy(SourceName=C:\Config.Msi\5285b.rbf,,DestName=C:\Python34\Lib\xml\etree\ElementInclude.py,Attributes=32800,FileSize=5294,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:178]: File: C:\Python34\Lib\xml\etree\ElementInclude.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:186]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:187]: Executing op: FileCopy(SourceName=C:\Config.Msi\5285a.rbf,,DestName=C:\Python34\Lib\xml\etree\ElementTree.py,Attributes=32800,FileSize=59035,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:189]: File: C:\Python34\Lib\xml\etree\ElementTree.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:197]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:199]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\dom\) MSI (s) (9C:5C) [21:25:54:200]: Executing op: FileCopy(SourceName=C:\Config.Msi\52859.rbf,,DestName=C:\Python34\Lib\xml\dom\minicompat.py,Attributes=32800,FileSize=3449,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:202]: File: C:\Python34\Lib\xml\dom\minicompat.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:210]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:212]: Executing op: FileCopy(SourceName=C:\Config.Msi\52858.rbf,,DestName=C:\Python34\Lib\xml\dom\xmlbuilder.py,Attributes=32800,FileSize=12763,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:215]: File: C:\Python34\Lib\xml\dom\xmlbuilder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:227]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\52857.rbf,,DestName=C:\Python34\Lib\xml\dom\expatbuilder.py,Attributes=32800,FileSize=36720,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:233]: File: C:\Python34\Lib\xml\dom\expatbuilder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:248]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:251]: Executing op: FileCopy(SourceName=C:\Config.Msi\52856.rbf,,DestName=C:\Python34\Lib\xml\dom\NodeFilter.py,Attributes=32800,FileSize=963,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:254]: File: C:\Python34\Lib\xml\dom\NodeFilter.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:266]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:268]: Executing op: FileCopy(SourceName=C:\Config.Msi\52855.rbf,,DestName=C:\Python34\Lib\xml\dom\minidom.py,Attributes=32800,FileSize=68787,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:271]: File: C:\Python34\Lib\xml\dom\minidom.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:282]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:284]: Executing op: FileCopy(SourceName=C:\Config.Msi\52854.rbf,,DestName=C:\Python34\Lib\xml\dom\__init__.py,Attributes=32800,FileSize=4159,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:286]: File: C:\Python34\Lib\xml\dom\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:294]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:296]: Executing op: FileCopy(SourceName=C:\Config.Msi\52853.rbf,,DestName=C:\Python34\Lib\xml\dom\pulldom.py,Attributes=32800,FileSize=12103,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:297]: File: C:\Python34\Lib\xml\dom\pulldom.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:306]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:307]: Executing op: FileCopy(SourceName=C:\Config.Msi\52852.rbf,,DestName=C:\Python34\Lib\xml\dom\domreg.py,Attributes=32800,FileSize=3499,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:309]: File: C:\Python34\Lib\xml\dom\domreg.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:317]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:318]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\) MSI (s) (9C:5C) [21:25:54:319]: Executing op: FileCopy(SourceName=C:\Config.Msi\52851.rbf,,DestName=C:\Python34\Lib\xml\__init__.py,Attributes=32800,FileSize=577,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:321]: File: C:\Python34\Lib\xml\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:329]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:331]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\turtledemo\) MSI (s) (9C:5C) [21:25:54:332]: Executing op: FileCopy(SourceName=C:\Config.Msi\52850.rbf,,DestName=C:\Python34\Lib\turtledemo\penrose.py,Attributes=32800,FileSize=3721,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:334]: File: C:\Python34\Lib\turtledemo\penrose.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:341]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:343]: Executing op: FileCopy(SourceName=C:\Config.Msi\5284f.rbf,,DestName=C:\Python34\Lib\turtledemo\nim.py,Attributes=32800,FileSize=6739,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:345]: File: C:\Python34\Lib\turtledemo\nim.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:353]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:354]: Executing op: FileCopy(SourceName=C:\Config.Msi\5284e.rbf,,DestName=C:\Python34\Lib\turtledemo\about_turtle.txt,Attributes=32800,FileSize=3624,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:356]: File: C:\Python34\Lib\turtledemo\about_turtle.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:506]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:507]: Executing op: FileCopy(SourceName=C:\Config.Msi\5284d.rbf,,DestName=C:\Python34\Lib\turtledemo\tree.py,Attributes=32800,FileSize=1488,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:509]: File: C:\Python34\Lib\turtledemo\tree.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:517]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:518]: Executing op: FileCopy(SourceName=C:\Config.Msi\5284c.rbf,,DestName=C:\Python34\Lib\turtledemo\fractalcurves.py,Attributes=32800,FileSize=3595,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:520]: File: C:\Python34\Lib\turtledemo\fractalcurves.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:528]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:530]: Executing op: FileCopy(SourceName=C:\Config.Msi\5284b.rbf,,DestName=C:\Python34\Lib\turtledemo\round_dance.py,Attributes=32800,FileSize=1890,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:531]: File: C:\Python34\Lib\turtledemo\round_dance.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:540]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:541]: Executing op: FileCopy(SourceName=C:\Config.Msi\5284a.rbf,,DestName=C:\Python34\Lib\turtledemo\lindenmayer.py,Attributes=32800,FileSize=2553,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:543]: File: C:\Python34\Lib\turtledemo\lindenmayer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:551]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:553]: Executing op: FileCopy(SourceName=C:\Config.Msi\52849.rbf,,DestName=C:\Python34\Lib\turtledemo\minimal_hanoi.py,Attributes=32800,FileSize=2130,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:554]: File: C:\Python34\Lib\turtledemo\minimal_hanoi.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:562]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:564]: Executing op: FileCopy(SourceName=C:\Config.Msi\52848.rbf,,DestName=C:\Python34\Lib\turtledemo\forest.py,Attributes=32800,FileSize=3058,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:565]: File: C:\Python34\Lib\turtledemo\forest.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:573]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:576]: Executing op: FileCopy(SourceName=C:\Config.Msi\52847.rbf,,DestName=C:\Python34\Lib\turtledemo\planet_and_moon.py,Attributes=32800,FileSize=2960,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:577]: File: C:\Python34\Lib\turtledemo\planet_and_moon.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:585]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:586]: Executing op: FileCopy(SourceName=C:\Config.Msi\52846.rbf,,DestName=C:\Python34\Lib\turtledemo\demohelp.txt,Attributes=32800,FileSize=2331,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:588]: File: C:\Python34\Lib\turtledemo\demohelp.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:614]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\52845.rbf,,DestName=C:\Python34\Lib\turtledemo\__main__.py,Attributes=32800,FileSize=14497,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:618]: File: C:\Python34\Lib\turtledemo\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:628]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:630]: Executing op: FileCopy(SourceName=C:\Config.Msi\52844.rbf,,DestName=C:\Python34\Lib\turtledemo\turtle.cfg,Attributes=32800,FileSize=170,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:632]: File: C:\Python34\Lib\turtledemo\turtle.cfg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:642]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:643]: Executing op: FileCopy(SourceName=C:\Config.Msi\52843.rbf,,DestName=C:\Python34\Lib\turtledemo\paint.py,Attributes=32800,FileSize=1345,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:646]: File: C:\Python34\Lib\turtledemo\paint.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:658]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:660]: Executing op: FileCopy(SourceName=C:\Config.Msi\52842.rbf,,DestName=C:\Python34\Lib\turtledemo\bytedesign.py,Attributes=32800,FileSize=4406,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:663]: File: C:\Python34\Lib\turtledemo\bytedesign.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:676]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:678]: Executing op: FileCopy(SourceName=C:\Config.Msi\52841.rbf,,DestName=C:\Python34\Lib\turtledemo\wikipedia.py,Attributes=32800,FileSize=1412,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:680]: File: C:\Python34\Lib\turtledemo\wikipedia.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:693]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:695]: Executing op: FileCopy(SourceName=C:\Config.Msi\52840.rbf,,DestName=C:\Python34\Lib\turtledemo\yinyang.py,Attributes=32800,FileSize=870,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:697]: File: C:\Python34\Lib\turtledemo\yinyang.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:715]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:723]: Executing op: FileCopy(SourceName=C:\Config.Msi\5283f.rbf,,DestName=C:\Python34\Lib\turtledemo\chaos.py,Attributes=32800,FileSize=1012,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:726]: File: C:\Python34\Lib\turtledemo\chaos.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:738]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:740]: Executing op: FileCopy(SourceName=C:\Config.Msi\5283e.rbf,,DestName=C:\Python34\Lib\turtledemo\peace.py,Attributes=32800,FileSize=1127,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:742]: File: C:\Python34\Lib\turtledemo\peace.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:756]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:758]: Executing op: FileCopy(SourceName=C:\Config.Msi\5283d.rbf,,DestName=C:\Python34\Lib\turtledemo\about_turtledemo.txt,Attributes=32800,FileSize=320,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:761]: File: C:\Python34\Lib\turtledemo\about_turtledemo.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:772]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:774]: Executing op: FileCopy(SourceName=C:\Config.Msi\5283c.rbf,,DestName=C:\Python34\Lib\turtledemo\colormixer.py,Attributes=32800,FileSize=1397,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:776]: File: C:\Python34\Lib\turtledemo\colormixer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:795]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:797]: Executing op: FileCopy(SourceName=C:\Config.Msi\5283b.rbf,,DestName=C:\Python34\Lib\turtledemo\__init__.py,Attributes=32800,FileSize=328,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:800]: File: C:\Python34\Lib\turtledemo\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:812]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:814]: Executing op: FileCopy(SourceName=C:\Config.Msi\5283a.rbf,,DestName=C:\Python34\Lib\turtledemo\two_canvases.py,Attributes=32800,FileSize=1174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:818]: File: C:\Python34\Lib\turtledemo\two_canvases.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:837]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:839]: Executing op: FileCopy(SourceName=C:\Config.Msi\52839.rbf,,DestName=C:\Python34\Lib\turtledemo\clock.py,Attributes=32800,FileSize=3333,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:842]: File: C:\Python34\Lib\turtledemo\clock.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:854]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:856]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_email\data\) MSI (s) (9C:5C) [21:25:54:857]: Executing op: FileCopy(SourceName=C:\Config.Msi\52838.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_38.txt,Attributes=32800,FileSize=2649,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:860]: File: C:\Python34\Lib\test\test_email\data\msg_38.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:874]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:876]: Executing op: FileCopy(SourceName=C:\Config.Msi\52837.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_26.txt,Attributes=32800,FileSize=2103,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:879]: File: C:\Python34\Lib\test\test_email\data\msg_26.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:892]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:895]: Executing op: FileCopy(SourceName=C:\Config.Msi\52836.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_04.txt,Attributes=32800,FileSize=998,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:898]: File: C:\Python34\Lib\test\test_email\data\msg_04.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:912]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:914]: Executing op: FileCopy(SourceName=C:\Config.Msi\52835.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_12a.txt,Attributes=32800,FileSize=684,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:916]: File: C:\Python34\Lib\test\test_email\data\msg_12a.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:929]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:931]: Executing op: FileCopy(SourceName=C:\Config.Msi\52834.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_25.txt,Attributes=32800,FileSize=5239,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:934]: File: C:\Python34\Lib\test\test_email\data\msg_25.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:947]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:949]: Executing op: FileCopy(SourceName=C:\Config.Msi\52833.rbf,,DestName=C:\Python34\Lib\test\test_email\data\audiotest.au,Attributes=32800,FileSize=28144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:952]: File: C:\Python34\Lib\test\test_email\data\audiotest.au; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:966]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:968]: Executing op: FileCopy(SourceName=C:\Config.Msi\52832.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_10.txt,Attributes=32800,FileSize=923,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:971]: File: C:\Python34\Lib\test\test_email\data\msg_10.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:983]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:985]: Executing op: FileCopy(SourceName=C:\Config.Msi\52831.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_02.txt,Attributes=32800,FileSize=2948,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:988]: File: C:\Python34\Lib\test\test_email\data\msg_02.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:002]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:004]: Executing op: FileCopy(SourceName=C:\Config.Msi\52830.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_39.txt,Attributes=32800,FileSize=2038,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:007]: File: C:\Python34\Lib\test\test_email\data\msg_39.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:022]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:024]: Executing op: FileCopy(SourceName=C:\Config.Msi\5282f.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_05.txt,Attributes=32800,FileSize=586,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:027]: File: C:\Python34\Lib\test\test_email\data\msg_05.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:040]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:042]: Executing op: FileCopy(SourceName=C:\Config.Msi\5282e.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_43.txt,Attributes=32800,FileSize=9383,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:045]: File: C:\Python34\Lib\test\test_email\data\msg_43.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:058]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:060]: Executing op: FileCopy(SourceName=C:\Config.Msi\5282d.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_15.txt,Attributes=32800,FileSize=1358,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:063]: File: C:\Python34\Lib\test\test_email\data\msg_15.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:076]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:078]: Executing op: FileCopy(SourceName=C:\Config.Msi\5282c.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_45.txt,Attributes=32800,FileSize=998,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:081]: File: C:\Python34\Lib\test\test_email\data\msg_45.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:094]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:096]: Executing op: FileCopy(SourceName=C:\Config.Msi\5282b.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_36.txt,Attributes=32800,FileSize=856,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:099]: File: C:\Python34\Lib\test\test_email\data\msg_36.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:112]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:114]: Executing op: FileCopy(SourceName=C:\Config.Msi\5282a.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_19.txt,Attributes=32800,FileSize=800,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:117]: File: C:\Python34\Lib\test\test_email\data\msg_19.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:130]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:132]: Executing op: FileCopy(SourceName=C:\Config.Msi\52829.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_12.txt,Attributes=32800,FileSize=680,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:135]: File: C:\Python34\Lib\test\test_email\data\msg_12.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:148]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:150]: Executing op: FileCopy(SourceName=C:\Config.Msi\52828.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_44.txt,Attributes=32800,FileSize=928,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:153]: File: C:\Python34\Lib\test\test_email\data\msg_44.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:166]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:168]: Executing op: FileCopy(SourceName=C:\Config.Msi\52827.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_29.txt,Attributes=32800,FileSize=605,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:171]: File: C:\Python34\Lib\test\test_email\data\msg_29.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:185]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:188]: Executing op: FileCopy(SourceName=C:\Config.Msi\52826.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_09.txt,Attributes=32800,FileSize=456,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:191]: File: C:\Python34\Lib\test\test_email\data\msg_09.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:205]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:207]: Executing op: FileCopy(SourceName=C:\Config.Msi\52825.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_08.txt,Attributes=32800,FileSize=478,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:210]: File: C:\Python34\Lib\test\test_email\data\msg_08.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:223]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:227]: Executing op: FileCopy(SourceName=C:\Config.Msi\52824.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_07.txt,Attributes=32800,FileSize=5310,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:230]: File: C:\Python34\Lib\test\test_email\data\msg_07.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:244]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:246]: Executing op: FileCopy(SourceName=C:\Config.Msi\52823.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_34.txt,Attributes=32800,FileSize=319,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:249]: File: C:\Python34\Lib\test\test_email\data\msg_34.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:263]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:265]: Executing op: FileCopy(SourceName=C:\Config.Msi\52822.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_33.txt,Attributes=32800,FileSize=779,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:268]: File: C:\Python34\Lib\test\test_email\data\msg_33.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:281]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:283]: Executing op: FileCopy(SourceName=C:\Config.Msi\52821.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_35.txt,Attributes=32800,FileSize=140,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:286]: File: C:\Python34\Lib\test\test_email\data\msg_35.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:300]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:302]: Executing op: FileCopy(SourceName=C:\Config.Msi\52820.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_11.txt,Attributes=32800,FileSize=149,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:305]: File: C:\Python34\Lib\test\test_email\data\msg_11.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:321]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:323]: Executing op: FileCopy(SourceName=C:\Config.Msi\5281f.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_31.txt,Attributes=32800,FileSize=215,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:325]: File: C:\Python34\Lib\test\test_email\data\msg_31.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:339]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:341]: Executing op: FileCopy(SourceName=C:\Config.Msi\5281e.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_22.txt,Attributes=32800,FileSize=1940,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:343]: File: C:\Python34\Lib\test\test_email\data\msg_22.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:354]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:356]: Executing op: FileCopy(SourceName=C:\Config.Msi\5281d.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_46.txt,Attributes=32800,FileSize=839,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:359]: File: C:\Python34\Lib\test\test_email\data\msg_46.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:372]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:374]: Executing op: FileCopy(SourceName=C:\Config.Msi\5281c.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_13.txt,Attributes=32800,FileSize=5461,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:376]: File: C:\Python34\Lib\test\test_email\data\msg_13.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:387]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:389]: Executing op: FileCopy(SourceName=C:\Config.Msi\5281b.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_24.txt,Attributes=32800,FileSize=167,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:391]: File: C:\Python34\Lib\test\test_email\data\msg_24.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:402]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:404]: Executing op: FileCopy(SourceName=C:\Config.Msi\5281a.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_28.txt,Attributes=32800,FileSize=405,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:407]: File: C:\Python34\Lib\test\test_email\data\msg_28.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:420]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:422]: Executing op: FileCopy(SourceName=C:\Config.Msi\52819.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_41.txt,Attributes=32800,FileSize=193,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:425]: File: C:\Python34\Lib\test\test_email\data\msg_41.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:438]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:440]: Executing op: FileCopy(SourceName=C:\Config.Msi\52818.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_21.txt,Attributes=32800,FileSize=396,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:442]: File: C:\Python34\Lib\test\test_email\data\msg_21.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:452]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:454]: Executing op: FileCopy(SourceName=C:\Config.Msi\52817.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_37.txt,Attributes=32800,FileSize=231,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:457]: File: C:\Python34\Lib\test\test_email\data\msg_37.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:470]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:472]: Executing op: FileCopy(SourceName=C:\Config.Msi\52816.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_16.txt,Attributes=32800,FileSize=5326,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:474]: File: C:\Python34\Lib\test\test_email\data\msg_16.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:487]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:489]: Executing op: FileCopy(SourceName=C:\Config.Msi\52815.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_30.txt,Attributes=32800,FileSize=345,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:491]: File: C:\Python34\Lib\test\test_email\data\msg_30.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:503]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:505]: Executing op: FileCopy(SourceName=C:\Config.Msi\52814.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_17.txt,Attributes=32800,FileSize=342,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:507]: File: C:\Python34\Lib\test\test_email\data\msg_17.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:518]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:520]: Executing op: FileCopy(SourceName=C:\Config.Msi\52813.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_18.txt,Attributes=32800,FileSize=236,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:523]: File: C:\Python34\Lib\test\test_email\data\msg_18.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:538]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:541]: Executing op: FileCopy(SourceName=C:\Config.Msi\52812.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_27.txt,Attributes=32800,FileSize=593,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:543]: File: C:\Python34\Lib\test\test_email\data\msg_27.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:554]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:556]: Executing op: FileCopy(SourceName=C:\Config.Msi\52811.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_03.txt,Attributes=32800,FileSize=382,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:559]: File: C:\Python34\Lib\test\test_email\data\msg_03.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:572]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:574]: Executing op: FileCopy(SourceName=C:\Config.Msi\52810.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_42.txt,Attributes=32800,FileSize=333,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:577]: File: C:\Python34\Lib\test\test_email\data\msg_42.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:590]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:592]: Executing op: FileCopy(SourceName=C:\Config.Msi\5280f.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_40.txt,Attributes=32800,FileSize=207,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:594]: File: C:\Python34\Lib\test\test_email\data\msg_40.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:606]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:607]: Executing op: FileCopy(SourceName=C:\Config.Msi\5280e.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_23.txt,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:610]: File: C:\Python34\Lib\test\test_email\data\msg_23.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:623]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:625]: Executing op: FileCopy(SourceName=C:\Config.Msi\5280d.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_14.txt,Attributes=32800,FileSize=664,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:628]: File: C:\Python34\Lib\test\test_email\data\msg_14.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:638]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:640]: Executing op: FileCopy(SourceName=C:\Config.Msi\5280c.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_32.txt,Attributes=32800,FileSize=432,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:642]: File: C:\Python34\Lib\test\test_email\data\msg_32.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:655]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:657]: Executing op: FileCopy(SourceName=C:\Config.Msi\5280b.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_01.txt,Attributes=32800,FileSize=478,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:660]: File: C:\Python34\Lib\test\test_email\data\msg_01.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:673]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:675]: Executing op: FileCopy(SourceName=C:\Config.Msi\5280a.rbf,,DestName=C:\Python34\Lib\test\test_email\data\PyBanner048.gif,Attributes=32800,FileSize=954,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:677]: File: C:\Python34\Lib\test\test_email\data\PyBanner048.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:688]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:689]: Executing op: FileCopy(SourceName=C:\Config.Msi\52809.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_20.txt,Attributes=32800,FileSize=529,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:692]: File: C:\Python34\Lib\test\test_email\data\msg_20.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:706]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:707]: Executing op: FileCopy(SourceName=C:\Config.Msi\52808.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_06.txt,Attributes=32800,FileSize=1074,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:709]: File: C:\Python34\Lib\test\test_email\data\msg_06.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:719]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:720]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_email\) MSI (s) (9C:5C) [21:25:55:722]: Executing op: FileCopy(SourceName=C:\Config.Msi\52807.rbf,,DestName=C:\Python34\Lib\test\test_email\test__encoded_words.py,Attributes=32800,FileSize=6579,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:723]: File: C:\Python34\Lib\test\test_email\test__encoded_words.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:733]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:736]: Executing op: FileCopy(SourceName=C:\Config.Msi\52806.rbf,,DestName=C:\Python34\Lib\test\test_email\test_utils.py,Attributes=32800,FileSize=5562,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:738]: File: C:\Python34\Lib\test\test_email\test_utils.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:748]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:750]: Executing op: FileCopy(SourceName=C:\Config.Msi\52805.rbf,,DestName=C:\Python34\Lib\test\test_email\test_headerregistry.py,Attributes=32800,FileSize=58504,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:753]: File: C:\Python34\Lib\test\test_email\test_headerregistry.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:765]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:767]: Executing op: FileCopy(SourceName=C:\Config.Msi\52804.rbf,,DestName=C:\Python34\Lib\test\test_email\torture_test.py,Attributes=32800,FileSize=3793,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:771]: File: C:\Python34\Lib\test\test_email\torture_test.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:783]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:785]: Executing op: FileCopy(SourceName=C:\Config.Msi\52803.rbf,,DestName=C:\Python34\Lib\test\test_email\test_pickleable.py,Attributes=32800,FileSize=2471,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:788]: File: C:\Python34\Lib\test\test_email\test_pickleable.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:799]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:800]: Executing op: FileCopy(SourceName=C:\Config.Msi\52802.rbf,,DestName=C:\Python34\Lib\test\test_email\test__header_value_parser.py,Attributes=32800,FileSize=114035,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:803]: File: C:\Python34\Lib\test\test_email\test__header_value_parser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:814]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:816]: Executing op: FileCopy(SourceName=C:\Config.Msi\52801.rbf,,DestName=C:\Python34\Lib\test\test_email\test_email.py,Attributes=32800,FileSize=208882,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:818]: File: C:\Python34\Lib\test\test_email\test_email.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:826]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:828]: Executing op: FileCopy(SourceName=C:\Config.Msi\52800.rbf,,DestName=C:\Python34\Lib\test\test_email\test_message.py,Attributes=32800,FileSize=27161,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:830]: File: C:\Python34\Lib\test\test_email\test_message.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:838]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:840]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ff.rbf,,DestName=C:\Python34\Lib\test\test_email\__init__.py,Attributes=32800,FileSize=6060,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:842]: File: C:\Python34\Lib\test\test_email\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:849]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:851]: Executing op: FileCopy(SourceName=C:\Config.Msi\527fe.rbf,,DestName=C:\Python34\Lib\test\test_email\test_contentmanager.py,Attributes=32800,FileSize=34334,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:853]: File: C:\Python34\Lib\test\test_email\test_contentmanager.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:860]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:862]: Executing op: FileCopy(SourceName=C:\Config.Msi\527fd.rbf,,DestName=C:\Python34\Lib\test\test_email\test_policy.py,Attributes=32800,FileSize=13749,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:864]: File: C:\Python34\Lib\test\test_email\test_policy.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:871]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:873]: Executing op: FileCopy(SourceName=C:\Config.Msi\527fc.rbf,,DestName=C:\Python34\Lib\test\test_email\__main__.py,Attributes=32800,FileSize=76,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:875]: File: C:\Python34\Lib\test\test_email\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:882]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:884]: Executing op: FileCopy(SourceName=C:\Config.Msi\527fb.rbf,,DestName=C:\Python34\Lib\test\test_email\test_inversion.py,Attributes=32800,FileSize=1402,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:885]: File: C:\Python34\Lib\test\test_email\test_inversion.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:893]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:894]: Executing op: FileCopy(SourceName=C:\Config.Msi\527fa.rbf,,DestName=C:\Python34\Lib\test\test_email\test_parser.py,Attributes=32800,FileSize=1266,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:896]: File: C:\Python34\Lib\test\test_email\test_parser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:905]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:907]: Executing op: FileCopy(SourceName=C:\Config.Msi\527f9.rbf,,DestName=C:\Python34\Lib\test\test_email\test_defect_handling.py,Attributes=32800,FileSize=11645,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:909]: File: C:\Python34\Lib\test\test_email\test_defect_handling.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:917]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:918]: Executing op: FileCopy(SourceName=C:\Config.Msi\527f8.rbf,,DestName=C:\Python34\Lib\test\test_email\test_generator.py,Attributes=32800,FileSize=7815,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:920]: File: C:\Python34\Lib\test\test_email\test_generator.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:928]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:929]: Executing op: FileCopy(SourceName=C:\Config.Msi\527f7.rbf,,DestName=C:\Python34\Lib\test\test_email\test_asian_codecs.py,Attributes=32800,FileSize=3278,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:931]: File: C:\Python34\Lib\test\test_email\test_asian_codecs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:939]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:940]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\import_\) MSI (s) (9C:5C) [21:25:55:941]: Executing op: FileCopy(SourceName=C:\Config.Msi\527f6.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\test___package__.py,Attributes=32800,FileSize=4992,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:943]: File: C:\Python34\Lib\test\test_importlib\import_\test___package__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:951]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:952]: Executing op: FileCopy(SourceName=C:\Config.Msi\527f5.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\test_fromlist.py,Attributes=32800,FileSize=5537,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:954]: File: C:\Python34\Lib\test\test_importlib\import_\test_fromlist.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:962]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:963]: Executing op: FileCopy(SourceName=C:\Config.Msi\527f4.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\test_caching.py,Attributes=32800,FileSize=3735,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:965]: File: C:\Python34\Lib\test\test_importlib\import_\test_caching.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:973]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:975]: Executing op: FileCopy(SourceName=C:\Config.Msi\527f3.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\test_relative_imports.py,Attributes=32800,FileSize=9029,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:976]: File: C:\Python34\Lib\test\test_importlib\import_\test_relative_imports.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:984]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:986]: Executing op: FileCopy(SourceName=C:\Config.Msi\527f2.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\test_api.py,Attributes=32800,FileSize=3026,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:987]: File: C:\Python34\Lib\test\test_importlib\import_\test_api.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:996]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:998]: Executing op: FileCopy(SourceName=C:\Config.Msi\527f1.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\__init__.py,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:999]: File: C:\Python34\Lib\test\test_importlib\import_\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:007]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:009]: Executing op: FileCopy(SourceName=C:\Config.Msi\527f0.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\util.py,Attributes=32800,FileSize=477,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:011]: File: C:\Python34\Lib\test\test_importlib\import_\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:025]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:027]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ef.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\test___loader__.py,Attributes=32800,FileSize=1965,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:030]: File: C:\Python34\Lib\test\test_importlib\import_\test___loader__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:040]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:042]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ee.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\test_meta_path.py,Attributes=32800,FileSize=4533,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:044]: File: C:\Python34\Lib\test\test_importlib\import_\test_meta_path.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:053]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:055]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ed.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\test_packages.py,Attributes=32800,FileSize=4715,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:057]: File: C:\Python34\Lib\test\test_importlib\import_\test_packages.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:065]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:066]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ec.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\test_path.py,Attributes=32800,FileSize=5872,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:068]: File: C:\Python34\Lib\test\test_importlib\import_\test_path.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:076]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:078]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\extension\) MSI (s) (9C:5C) [21:25:56:079]: Executing op: FileCopy(SourceName=C:\Config.Msi\527eb.rbf,,DestName=C:\Python34\Lib\test\test_importlib\extension\test_finder.py,Attributes=32800,FileSize=1361,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:080]: File: C:\Python34\Lib\test\test_importlib\extension\test_finder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:089]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:090]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ea.rbf,,DestName=C:\Python34\Lib\test\test_importlib\extension\test_loader.py,Attributes=32800,FileSize=3046,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:092]: File: C:\Python34\Lib\test\test_importlib\extension\test_loader.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:100]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:102]: Executing op: FileCopy(SourceName=C:\Config.Msi\527e9.rbf,,DestName=C:\Python34\Lib\test\test_importlib\extension\__init__.py,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:104]: File: C:\Python34\Lib\test\test_importlib\extension\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:113]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:114]: Executing op: FileCopy(SourceName=C:\Config.Msi\527e8.rbf,,DestName=C:\Python34\Lib\test\test_importlib\extension\test_path_hook.py,Attributes=32800,FileSize=960,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:116]: File: C:\Python34\Lib\test\test_importlib\extension\test_path_hook.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:125]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:126]: Executing op: FileCopy(SourceName=C:\Config.Msi\527e7.rbf,,DestName=C:\Python34\Lib\test\test_importlib\extension\util.py,Attributes=32800,FileSize=483,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:128]: File: C:\Python34\Lib\test\test_importlib\extension\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:136]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:137]: Executing op: FileCopy(SourceName=C:\Config.Msi\527e6.rbf,,DestName=C:\Python34\Lib\test\test_importlib\extension\test_case_sensitivity.py,Attributes=32800,FileSize=1850,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:139]: File: C:\Python34\Lib\test\test_importlib\extension\test_case_sensitivity.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:147]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:148]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\source\) MSI (s) (9C:5C) [21:25:56:149]: Executing op: FileCopy(SourceName=C:\Config.Msi\527e5.rbf,,DestName=C:\Python34\Lib\test\test_importlib\source\test_finder.py,Attributes=32800,FileSize=9086,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:151]: File: C:\Python34\Lib\test\test_importlib\source\test_finder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:159]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:160]: Executing op: FileCopy(SourceName=C:\Config.Msi\527e4.rbf,,DestName=C:\Python34\Lib\test\test_importlib\source\__init__.py,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:162]: File: C:\Python34\Lib\test\test_importlib\source\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:170]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:171]: Executing op: FileCopy(SourceName=C:\Config.Msi\527e3.rbf,,DestName=C:\Python34\Lib\test\test_importlib\source\test_source_encoding.py,Attributes=32800,FileSize=5561,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:173]: File: C:\Python34\Lib\test\test_importlib\source\test_source_encoding.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:181]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:182]: Executing op: FileCopy(SourceName=C:\Config.Msi\527e2.rbf,,DestName=C:\Python34\Lib\test\test_importlib\source\test_file_loader.py,Attributes=32800,FileSize=25349,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:184]: File: C:\Python34\Lib\test\test_importlib\source\test_file_loader.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:192]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:194]: Executing op: FileCopy(SourceName=C:\Config.Msi\527e1.rbf,,DestName=C:\Python34\Lib\test\test_importlib\source\test_path_hook.py,Attributes=32800,FileSize=884,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:195]: File: C:\Python34\Lib\test\test_importlib\source\test_path_hook.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:203]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:205]: Executing op: FileCopy(SourceName=C:\Config.Msi\527e0.rbf,,DestName=C:\Python34\Lib\test\test_importlib\source\util.py,Attributes=32800,FileSize=3340,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:207]: File: C:\Python34\Lib\test\test_importlib\source\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:215]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:217]: Executing op: FileCopy(SourceName=C:\Config.Msi\527df.rbf,,DestName=C:\Python34\Lib\test\test_importlib\source\test_case_sensitivity.py,Attributes=32800,FileSize=3558,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:218]: File: C:\Python34\Lib\test\test_importlib\source\test_case_sensitivity.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:227]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:229]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\frozen\) MSI (s) (9C:5C) [21:25:56:230]: Executing op: FileCopy(SourceName=C:\Config.Msi\527de.rbf,,DestName=C:\Python34\Lib\test\test_importlib\frozen\test_loader.py,Attributes=32800,FileSize=9716,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:232]: File: C:\Python34\Lib\test\test_importlib\frozen\test_loader.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:240]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:241]: Executing op: FileCopy(SourceName=C:\Config.Msi\527dd.rbf,,DestName=C:\Python34\Lib\test\test_importlib\frozen\__init__.py,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:243]: File: C:\Python34\Lib\test\test_importlib\frozen\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:251]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:253]: Executing op: FileCopy(SourceName=C:\Config.Msi\527dc.rbf,,DestName=C:\Python34\Lib\test\test_importlib\frozen\test_finder.py,Attributes=32800,FileSize=2289,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:254]: File: C:\Python34\Lib\test\test_importlib\frozen\test_finder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:262]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:264]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\) MSI (s) (9C:5C) [21:25:56:265]: Executing op: FileCopy(SourceName=C:\Config.Msi\527db.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\two.py,Attributes=32800,FileSize=27,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:266]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\two.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:277]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:279]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\) MSI (s) (9C:5C) [21:25:56:281]: Executing op: FileCopy(SourceName=C:\Config.Msi\527da.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\one.py,Attributes=32800,FileSize=27,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:283]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\one.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:295]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:296]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\) MSI (s) (9C:5C) [21:25:56:298]: Executing op: FileCopy(SourceName=C:\Config.Msi\527d9.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__init__.py,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:299]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:308]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:310]: Executing op: FileCopy(SourceName=C:\Config.Msi\527d8.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\one.py,Attributes=32800,FileSize=27,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:312]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\one.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:320]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:322]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\) MSI (s) (9C:5C) [21:25:56:324]: Executing op: FileCopy(SourceName=C:\Config.Msi\527d7.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\one.py,Attributes=32800,FileSize=32,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:326]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\one.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:336]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:337]: Executing op: FileCopy(SourceName=C:\Config.Msi\527d6.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\two.py,Attributes=32800,FileSize=32,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:340]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\two.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:349]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:350]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\) MSI (s) (9C:5C) [21:25:56:352]: Executing op: FileCopy(SourceName=C:\Config.Msi\527d5.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\two.py,Attributes=32800,FileSize=27,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:354]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\two.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:363]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:365]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\) MSI (s) (9C:5C) [21:25:56:367]: Executing op: FileCopy(SourceName=C:\Config.Msi\527d4.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\one.py,Attributes=32800,FileSize=27,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:368]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\one.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:378]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:379]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\) MSI (s) (9C:5C) [21:25:56:380]: Executing op: FileCopy(SourceName=C:\Config.Msi\527d3.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\three.py,Attributes=32800,FileSize=29,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:382]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\three.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:393]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:395]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\) MSI (s) (9C:5C) [21:25:56:396]: Executing op: FileCopy(SourceName=C:\Config.Msi\527d2.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\empty,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:398]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\empty; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:417]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:419]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\) MSI (s) (9C:5C) [21:25:56:420]: Executing op: FileCopy(SourceName=C:\Config.Msi\527d1.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test.py,Attributes=32800,FileSize=20,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:423]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:433]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:434]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\) MSI (s) (9C:5C) [21:25:56:435]: Executing op: FileCopy(SourceName=C:\Config.Msi\527d0.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\missing_directory.zip,Attributes=32800,FileSize=515,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:437]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\missing_directory.zip; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:445]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:447]: Executing op: FileCopy(SourceName=C:\Config.Msi\527cf.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\top_level_portion1.zip,Attributes=32800,FileSize=332,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:449]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\top_level_portion1.zip; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:461]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:462]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ce.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\nested_portion1.zip,Attributes=32800,FileSize=556,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:464]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\nested_portion1.zip; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:476]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:478]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\builtin\) MSI (s) (9C:5C) [21:25:56:479]: Executing op: FileCopy(SourceName=C:\Config.Msi\527cd.rbf,,DestName=C:\Python34\Lib\test\test_importlib\builtin\test_loader.py,Attributes=32800,FileSize=3731,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:481]: File: C:\Python34\Lib\test\test_importlib\builtin\test_loader.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:493]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:495]: Executing op: FileCopy(SourceName=C:\Config.Msi\527cc.rbf,,DestName=C:\Python34\Lib\test\test_importlib\builtin\__init__.py,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:497]: File: C:\Python34\Lib\test\test_importlib\builtin\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:508]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:509]: Executing op: FileCopy(SourceName=C:\Config.Msi\527cb.rbf,,DestName=C:\Python34\Lib\test\test_importlib\builtin\util.py,Attributes=32800,FileSize=152,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:512]: File: C:\Python34\Lib\test\test_importlib\builtin\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:523]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:525]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ca.rbf,,DestName=C:\Python34\Lib\test\test_importlib\builtin\test_finder.py,Attributes=32800,FileSize=2883,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:527]: File: C:\Python34\Lib\test\test_importlib\builtin\test_finder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:539]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:541]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\) MSI (s) (9C:5C) [21:25:56:543]: Executing op: FileCopy(SourceName=C:\Config.Msi\527c9.rbf,,DestName=C:\Python34\Lib\test\test_importlib\test_locks.py,Attributes=32800,FileSize=5269,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:546]: File: C:\Python34\Lib\test\test_importlib\test_locks.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:555]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:556]: Executing op: FileCopy(SourceName=C:\Config.Msi\527c8.rbf,,DestName=C:\Python34\Lib\test\test_importlib\test_windows.py,Attributes=32800,FileSize=948,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:559]: File: C:\Python34\Lib\test\test_importlib\test_windows.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:570]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:572]: Executing op: FileCopy(SourceName=C:\Config.Msi\527c7.rbf,,DestName=C:\Python34\Lib\test\test_importlib\test_api.py,Attributes=32800,FileSize=18516,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:573]: File: C:\Python34\Lib\test\test_importlib\test_api.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:582]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:583]: Executing op: FileCopy(SourceName=C:\Config.Msi\527c6.rbf,,DestName=C:\Python34\Lib\test\test_importlib\test_spec.py,Attributes=32800,FileSize=37780,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:585]: File: C:\Python34\Lib\test\test_importlib\test_spec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:594]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:595]: Executing op: FileCopy(SourceName=C:\Config.Msi\527c5.rbf,,DestName=C:\Python34\Lib\test\test_importlib\test_util.py,Attributes=32800,FileSize=23159,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:597]: File: C:\Python34\Lib\test\test_importlib\test_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:605]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:607]: Executing op: FileCopy(SourceName=C:\Config.Msi\527c4.rbf,,DestName=C:\Python34\Lib\test\test_importlib\abc.py,Attributes=32800,FileSize=2382,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:608]: File: C:\Python34\Lib\test\test_importlib\abc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:616]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:618]: Executing op: FileCopy(SourceName=C:\Config.Msi\527c3.rbf,,DestName=C:\Python34\Lib\test\test_importlib\regrtest.py,Attributes=32800,FileSize=533,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:620]: File: C:\Python34\Lib\test\test_importlib\regrtest.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:629]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:630]: Executing op: FileCopy(SourceName=C:\Config.Msi\527c2.rbf,,DestName=C:\Python34\Lib\test\test_importlib\__init__.py,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:632]: File: C:\Python34\Lib\test\test_importlib\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:640]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\527c1.rbf,,DestName=C:\Python34\Lib\test\test_importlib\util.py,Attributes=32800,FileSize=7540,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:643]: File: C:\Python34\Lib\test\test_importlib\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:651]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:653]: Executing op: FileCopy(SourceName=C:\Config.Msi\527c0.rbf,,DestName=C:\Python34\Lib\test\test_importlib\test_abc.py,Attributes=32800,FileSize=34771,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:654]: File: C:\Python34\Lib\test\test_importlib\test_abc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:662]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:664]: Executing op: FileCopy(SourceName=C:\Config.Msi\527bf.rbf,,DestName=C:\Python34\Lib\test\test_importlib\__main__.py,Attributes=32800,FileSize=62,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:666]: File: C:\Python34\Lib\test\test_importlib\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:678]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:680]: Executing op: FileCopy(SourceName=C:\Config.Msi\527be.rbf,,DestName=C:\Python34\Lib\test\test_importlib\test_namespace_pkgs.py,Attributes=32800,FileSize=9695,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:683]: File: C:\Python34\Lib\test\test_importlib\test_namespace_pkgs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:695]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:697]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\audiodata\) MSI (s) (9C:5C) [21:25:56:699]: Executing op: FileCopy(SourceName=C:\Config.Msi\527bd.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm16.wav,Attributes=32800,FileSize=13370,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:701]: File: C:\Python34\Lib\test\audiodata\pluck-pcm16.wav; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:714]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:716]: Executing op: FileCopy(SourceName=C:\Config.Msi\527bc.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm32.au,Attributes=32800,FileSize=26480,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:718]: File: C:\Python34\Lib\test\audiodata\pluck-pcm32.au; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:729]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:730]: Executing op: FileCopy(SourceName=C:\Config.Msi\527bb.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-ulaw.au,Attributes=32800,FileSize=6638,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:732]: File: C:\Python34\Lib\test\audiodata\pluck-ulaw.au; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:796]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:798]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ba.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-alaw.aifc,Attributes=32800,FileSize=6910,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:800]: File: C:\Python34\Lib\test\audiodata\pluck-alaw.aifc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:807]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:809]: Executing op: FileCopy(SourceName=C:\Config.Msi\527b9.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm8.au,Attributes=32800,FileSize=6638,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:811]: File: C:\Python34\Lib\test\audiodata\pluck-pcm8.au; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:819]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:821]: Executing op: FileCopy(SourceName=C:\Config.Msi\527b8.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm24.wav,Attributes=32800,FileSize=19984,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:823]: File: C:\Python34\Lib\test\audiodata\pluck-pcm24.wav; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:832]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:833]: Executing op: FileCopy(SourceName=C:\Config.Msi\527b7.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm16.au,Attributes=32800,FileSize=13252,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:835]: File: C:\Python34\Lib\test\audiodata\pluck-pcm16.au; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:844]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:846]: Executing op: FileCopy(SourceName=C:\Config.Msi\527b6.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-ulaw.aifc,Attributes=32800,FileSize=6910,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:848]: File: C:\Python34\Lib\test\audiodata\pluck-ulaw.aifc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:860]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:863]: Executing op: FileCopy(SourceName=C:\Config.Msi\527b5.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm16.aiff,Attributes=32800,FileSize=13506,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:866]: File: C:\Python34\Lib\test\audiodata\pluck-pcm16.aiff; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:879]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:881]: Executing op: FileCopy(SourceName=C:\Config.Msi\527b4.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm24.aiff,Attributes=32800,FileSize=20120,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:884]: File: C:\Python34\Lib\test\audiodata\pluck-pcm24.aiff; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:896]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:898]: Executing op: FileCopy(SourceName=C:\Config.Msi\527b3.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm32.aiff,Attributes=32800,FileSize=26734,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:901]: File: C:\Python34\Lib\test\audiodata\pluck-pcm32.aiff; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:910]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:911]: Executing op: FileCopy(SourceName=C:\Config.Msi\527b2.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm32.wav,Attributes=32800,FileSize=26598,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:913]: File: C:\Python34\Lib\test\audiodata\pluck-pcm32.wav; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:921]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:922]: Executing op: FileCopy(SourceName=C:\Config.Msi\527b1.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm8.aiff,Attributes=32800,FileSize=6892,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:924]: File: C:\Python34\Lib\test\audiodata\pluck-pcm8.aiff; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:932]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:934]: Executing op: FileCopy(SourceName=C:\Config.Msi\527b0.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm8.wav,Attributes=32800,FileSize=6756,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:935]: File: C:\Python34\Lib\test\audiodata\pluck-pcm8.wav; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:943]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:945]: Executing op: FileCopy(SourceName=C:\Config.Msi\527af.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm24.au,Attributes=32800,FileSize=19866,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:947]: File: C:\Python34\Lib\test\audiodata\pluck-pcm24.au; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:955]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:956]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\data\) MSI (s) (9C:5C) [21:25:56:957]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ae.rbf,,DestName=C:\Python34\Lib\test\data\README.txt,Attributes=32800,FileSize=131,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:958]: File: C:\Python34\Lib\test\data\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:968]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:969]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\xmltestdata\) MSI (s) (9C:5C) [21:25:56:970]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ad.rbf,,DestName=C:\Python34\Lib\test\xmltestdata\test.xml.out,Attributes=32800,FileSize=1386,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:971]: File: C:\Python34\Lib\test\xmltestdata\test.xml.out; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:981]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:982]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ac.rbf,,DestName=C:\Python34\Lib\test\xmltestdata\simple-ns.xml,Attributes=32800,FileSize=152,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:984]: File: C:\Python34\Lib\test\xmltestdata\simple-ns.xml; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:994]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:995]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ab.rbf,,DestName=C:\Python34\Lib\test\xmltestdata\simple.xml,Attributes=32800,FileSize=122,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:997]: File: C:\Python34\Lib\test\xmltestdata\simple.xml; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:006]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:008]: Executing op: FileCopy(SourceName=C:\Config.Msi\527aa.rbf,,DestName=C:\Python34\Lib\test\xmltestdata\test.xml,Attributes=32800,FileSize=1365,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:010]: File: C:\Python34\Lib\test\xmltestdata\test.xml; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:018]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:019]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_json\) MSI (s) (9C:5C) [21:25:57:021]: Executing op: FileCopy(SourceName=C:\Config.Msi\527a9.rbf,,DestName=C:\Python34\Lib\test\test_json\test_indent.py,Attributes=32800,FileSize=1891,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:023]: File: C:\Python34\Lib\test\test_json\test_indent.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:037]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:039]: Executing op: FileCopy(SourceName=C:\Config.Msi\527a8.rbf,,DestName=C:\Python34\Lib\test\test_json\test_encode_basestring_ascii.py,Attributes=32800,FileSize=2190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:041]: File: C:\Python34\Lib\test\test_json\test_encode_basestring_ascii.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:050]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:052]: Executing op: FileCopy(SourceName=C:\Config.Msi\527a7.rbf,,DestName=C:\Python34\Lib\test\test_json\test_default.py,Attributes=32800,FileSize=302,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:054]: File: C:\Python34\Lib\test\test_json\test_default.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:062]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:063]: Executing op: FileCopy(SourceName=C:\Config.Msi\527a6.rbf,,DestName=C:\Python34\Lib\test\test_json\test_pass2.py,Attributes=32800,FileSize=466,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:065]: File: C:\Python34\Lib\test\test_json\test_pass2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:073]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:075]: Executing op: FileCopy(SourceName=C:\Config.Msi\527a5.rbf,,DestName=C:\Python34\Lib\test\test_json\test_pass3.py,Attributes=32800,FileSize=568,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:077]: File: C:\Python34\Lib\test\test_json\test_pass3.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:084]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:086]: Executing op: FileCopy(SourceName=C:\Config.Msi\527a4.rbf,,DestName=C:\Python34\Lib\test\test_json\test_decode.py,Attributes=32800,FileSize=4347,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:088]: File: C:\Python34\Lib\test\test_json\test_decode.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:096]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:097]: Executing op: FileCopy(SourceName=C:\Config.Msi\527a3.rbf,,DestName=C:\Python34\Lib\test\test_json\test_speedups.py,Attributes=32800,FileSize=948,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:099]: File: C:\Python34\Lib\test\test_json\test_speedups.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:107]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:108]: Executing op: FileCopy(SourceName=C:\Config.Msi\527a2.rbf,,DestName=C:\Python34\Lib\test\test_json\test_scanstring.py,Attributes=32800,FileSize=4786,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:110]: File: C:\Python34\Lib\test\test_json\test_scanstring.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:119]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:121]: Executing op: FileCopy(SourceName=C:\Config.Msi\527a1.rbf,,DestName=C:\Python34\Lib\test\test_json\__init__.py,Attributes=32800,FileSize=1950,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:122]: File: C:\Python34\Lib\test\test_json\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:130]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:132]: Executing op: FileCopy(SourceName=C:\Config.Msi\527a0.rbf,,DestName=C:\Python34\Lib\test\test_json\test_pass1.py,Attributes=32800,FileSize=1912,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:133]: File: C:\Python34\Lib\test\test_json\test_pass1.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:142]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:144]: Executing op: FileCopy(SourceName=C:\Config.Msi\5279f.rbf,,DestName=C:\Python34\Lib\test\test_json\test_separators.py,Attributes=32800,FileSize=1063,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:147]: File: C:\Python34\Lib\test\test_json\test_separators.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:162]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:164]: Executing op: FileCopy(SourceName=C:\Config.Msi\5279e.rbf,,DestName=C:\Python34\Lib\test\test_json\test_float.py,Attributes=32800,FileSize=1244,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:166]: File: C:\Python34\Lib\test\test_json\test_float.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:176]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:178]: Executing op: FileCopy(SourceName=C:\Config.Msi\5279d.rbf,,DestName=C:\Python34\Lib\test\test_json\test_fail.py,Attributes=32800,FileSize=8070,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:180]: File: C:\Python34\Lib\test\test_json\test_fail.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:192]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:194]: Executing op: FileCopy(SourceName=C:\Config.Msi\5279c.rbf,,DestName=C:\Python34\Lib\test\test_json\__main__.py,Attributes=32800,FileSize=75,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:196]: File: C:\Python34\Lib\test\test_json\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:205]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:206]: Executing op: FileCopy(SourceName=C:\Config.Msi\5279b.rbf,,DestName=C:\Python34\Lib\test\test_json\test_dump.py,Attributes=32800,FileSize=1675,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:208]: File: C:\Python34\Lib\test\test_json\test_dump.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:218]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:219]: Executing op: FileCopy(SourceName=C:\Config.Msi\5279a.rbf,,DestName=C:\Python34\Lib\test\test_json\test_enum.py,Attributes=32800,FileSize=4154,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:221]: File: C:\Python34\Lib\test\test_json\test_enum.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:229]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\52799.rbf,,DestName=C:\Python34\Lib\test\test_json\test_recursion.py,Attributes=32800,FileSize=3106,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:232]: File: C:\Python34\Lib\test\test_json\test_recursion.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:240]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:242]: Executing op: FileCopy(SourceName=C:\Config.Msi\52798.rbf,,DestName=C:\Python34\Lib\test\test_json\test_unicode.py,Attributes=32800,FileSize=2985,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:244]: File: C:\Python34\Lib\test\test_json\test_unicode.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:252]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:254]: Executing op: FileCopy(SourceName=C:\Config.Msi\52797.rbf,,DestName=C:\Python34\Lib\test\test_json\test_tool.py,Attributes=32800,FileSize=2033,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:256]: File: C:\Python34\Lib\test\test_json\test_tool.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:266]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:268]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\subprocessdata\) MSI (s) (9C:5C) [21:25:57:269]: Executing op: FileCopy(SourceName=C:\Config.Msi\52796.rbf,,DestName=C:\Python34\Lib\test\subprocessdata\qcat.py,Attributes=32800,FileSize=166,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:271]: File: C:\Python34\Lib\test\subprocessdata\qcat.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:279]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:280]: Executing op: FileCopy(SourceName=C:\Config.Msi\52795.rbf,,DestName=C:\Python34\Lib\test\subprocessdata\sigchild_ignore.py,Attributes=32800,FileSize=772,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:282]: File: C:\Python34\Lib\test\subprocessdata\sigchild_ignore.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:293]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:295]: Executing op: FileCopy(SourceName=C:\Config.Msi\52794.rbf,,DestName=C:\Python34\Lib\test\subprocessdata\input_reader.py,Attributes=32800,FileSize=137,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:297]: File: C:\Python34\Lib\test\subprocessdata\input_reader.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:306]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:308]: Executing op: FileCopy(SourceName=C:\Config.Msi\52793.rbf,,DestName=C:\Python34\Lib\test\subprocessdata\fd_status.py,Attributes=32800,FileSize=869,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:310]: File: C:\Python34\Lib\test\subprocessdata\fd_status.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:317]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:319]: Executing op: FileCopy(SourceName=C:\Config.Msi\52792.rbf,,DestName=C:\Python34\Lib\test\subprocessdata\qgrep.py,Attributes=32800,FileSize=263,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:321]: File: C:\Python34\Lib\test\subprocessdata\qgrep.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:329]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:330]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\leakers\) MSI (s) (9C:5C) [21:25:57:331]: Executing op: FileCopy(SourceName=C:\Config.Msi\52791.rbf,,DestName=C:\Python34\Lib\test\leakers\test_ctypes.py,Attributes=32800,FileSize=344,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:334]: File: C:\Python34\Lib\test\leakers\test_ctypes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:346]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:347]: Executing op: FileCopy(SourceName=C:\Config.Msi\52790.rbf,,DestName=C:\Python34\Lib\test\leakers\README.txt,Attributes=32800,FileSize=1122,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:349]: File: C:\Python34\Lib\test\leakers\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:358]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:360]: Executing op: FileCopy(SourceName=C:\Config.Msi\5278f.rbf,,DestName=C:\Python34\Lib\test\leakers\__init__.py,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:362]: File: C:\Python34\Lib\test\leakers\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:371]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:372]: Executing op: FileCopy(SourceName=C:\Config.Msi\5278e.rbf,,DestName=C:\Python34\Lib\test\leakers\test_selftype.py,Attributes=32800,FileSize=306,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:374]: File: C:\Python34\Lib\test\leakers\test_selftype.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:383]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:384]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\cjkencodings\) MSI (s) (9C:5C) [21:25:57:385]: Executing op: FileCopy(SourceName=C:\Config.Msi\5278d.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\shift_jis-utf8.txt,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:386]: File: C:\Python34\Lib\test\cjkencodings\shift_jis-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:395]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:397]: Executing op: FileCopy(SourceName=C:\Config.Msi\5278c.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\shift_jisx0213.txt,Attributes=32800,FileSize=789,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:398]: File: C:\Python34\Lib\test\cjkencodings\shift_jisx0213.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:409]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:411]: Executing op: FileCopy(SourceName=C:\Config.Msi\5278b.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\johab.txt,Attributes=32800,FileSize=346,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:412]: File: C:\Python34\Lib\test\cjkencodings\johab.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:421]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:422]: Executing op: FileCopy(SourceName=C:\Config.Msi\5278a.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\gb18030-utf8.txt,Attributes=32800,FileSize=1127,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:424]: File: C:\Python34\Lib\test\cjkencodings\gb18030-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:432]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:433]: Executing op: FileCopy(SourceName=C:\Config.Msi\52789.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\euc_jp-utf8.txt,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:435]: File: C:\Python34\Lib\test\cjkencodings\euc_jp-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:443]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:445]: Executing op: FileCopy(SourceName=C:\Config.Msi\52788.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\hz.txt,Attributes=32800,FileSize=83,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:447]: File: C:\Python34\Lib\test\cjkencodings\hz.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:455]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:456]: Executing op: FileCopy(SourceName=C:\Config.Msi\52787.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\johab-utf8.txt,Attributes=32800,FileSize=478,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:458]: File: C:\Python34\Lib\test\cjkencodings\johab-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:466]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:467]: Executing op: FileCopy(SourceName=C:\Config.Msi\52786.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\big5-utf8.txt,Attributes=32800,FileSize=564,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:469]: File: C:\Python34\Lib\test\cjkencodings\big5-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:477]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:479]: Executing op: FileCopy(SourceName=C:\Config.Msi\52785.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\gb2312-utf8.txt,Attributes=32800,FileSize=480,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:480]: File: C:\Python34\Lib\test\cjkencodings\gb2312-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:488]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:489]: Executing op: FileCopy(SourceName=C:\Config.Msi\52784.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\cp949-utf8.txt,Attributes=32800,FileSize=478,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:491]: File: C:\Python34\Lib\test\cjkencodings\cp949-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:501]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:503]: Executing op: FileCopy(SourceName=C:\Config.Msi\52783.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\hz-utf8.txt,Attributes=32800,FileSize=89,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:505]: File: C:\Python34\Lib\test\cjkencodings\hz-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:514]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:516]: Executing op: FileCopy(SourceName=C:\Config.Msi\52782.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\gb18030.txt,Attributes=32800,FileSize=864,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:519]: File: C:\Python34\Lib\test\cjkencodings\gb18030.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:531]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:533]: Executing op: FileCopy(SourceName=C:\Config.Msi\52781.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\euc_jp.txt,Attributes=32800,FileSize=760,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:536]: File: C:\Python34\Lib\test\cjkencodings\euc_jp.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:546]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:547]: Executing op: FileCopy(SourceName=C:\Config.Msi\52780.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\cp949.txt,Attributes=32800,FileSize=346,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:549]: File: C:\Python34\Lib\test\cjkencodings\cp949.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:557]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:558]: Executing op: FileCopy(SourceName=C:\Config.Msi\5277f.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\iso2022_jp-utf8.txt,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:560]: File: C:\Python34\Lib\test\cjkencodings\iso2022_jp-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:571]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:573]: Executing op: FileCopy(SourceName=C:\Config.Msi\5277e.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\euc_jisx0213.txt,Attributes=32800,FileSize=793,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:575]: File: C:\Python34\Lib\test\cjkencodings\euc_jisx0213.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:583]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:584]: Executing op: FileCopy(SourceName=C:\Config.Msi\5277d.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\shift_jis.txt,Attributes=32800,FileSize=760,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:586]: File: C:\Python34\Lib\test\cjkencodings\shift_jis.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:594]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:595]: Executing op: FileCopy(SourceName=C:\Config.Msi\5277c.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\euc_kr-utf8.txt,Attributes=32800,FileSize=586,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:597]: File: C:\Python34\Lib\test\cjkencodings\euc_kr-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:605]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:607]: Executing op: FileCopy(SourceName=C:\Config.Msi\5277b.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\big5hkscs-utf8.txt,Attributes=32800,FileSize=32,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:609]: File: C:\Python34\Lib\test\cjkencodings\big5hkscs-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:620]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:622]: Executing op: FileCopy(SourceName=C:\Config.Msi\5277a.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\big5hkscs.txt,Attributes=32800,FileSize=23,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:625]: File: C:\Python34\Lib\test\cjkencodings\big5hkscs.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:637]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:639]: Executing op: FileCopy(SourceName=C:\Config.Msi\52779.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\gbk.txt,Attributes=32800,FileSize=755,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:641]: File: C:\Python34\Lib\test\cjkencodings\gbk.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:649]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:651]: Executing op: FileCopy(SourceName=C:\Config.Msi\52778.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\shift_jisx0213-utf8.txt,Attributes=32800,FileSize=1144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:652]: File: C:\Python34\Lib\test\cjkencodings\shift_jisx0213-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:661]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:662]: Executing op: FileCopy(SourceName=C:\Config.Msi\52777.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\iso2022_kr-utf8.txt,Attributes=32800,FileSize=563,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:664]: File: C:\Python34\Lib\test\cjkencodings\iso2022_kr-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:672]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:674]: Executing op: FileCopy(SourceName=C:\Config.Msi\52776.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\iso2022_kr.txt,Attributes=32800,FileSize=502,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:676]: File: C:\Python34\Lib\test\cjkencodings\iso2022_kr.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:685]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:687]: Executing op: FileCopy(SourceName=C:\Config.Msi\52775.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\euc_kr.txt,Attributes=32800,FileSize=456,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:688]: File: C:\Python34\Lib\test\cjkencodings\euc_kr.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:696]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:698]: Executing op: FileCopy(SourceName=C:\Config.Msi\52774.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\euc_jisx0213-utf8.txt,Attributes=32800,FileSize=1144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:699]: File: C:\Python34\Lib\test\cjkencodings\euc_jisx0213-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:710]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:711]: Executing op: FileCopy(SourceName=C:\Config.Msi\52773.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\iso2022_jp.txt,Attributes=32800,FileSize=868,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:713]: File: C:\Python34\Lib\test\cjkencodings\iso2022_jp.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:722]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:723]: Executing op: FileCopy(SourceName=C:\Config.Msi\52772.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\gb2312.txt,Attributes=32800,FileSize=324,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:725]: File: C:\Python34\Lib\test\cjkencodings\gb2312.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:733]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:735]: Executing op: FileCopy(SourceName=C:\Config.Msi\52771.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\big5.txt,Attributes=32800,FileSize=432,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:736]: File: C:\Python34\Lib\test\cjkencodings\big5.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:744]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:746]: Executing op: FileCopy(SourceName=C:\Config.Msi\52770.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\gbk-utf8.txt,Attributes=32800,FileSize=1043,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:747]: File: C:\Python34\Lib\test\cjkencodings\gbk-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:756]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:757]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\crashers\) MSI (s) (9C:5C) [21:25:57:758]: Executing op: FileCopy(SourceName=C:\Config.Msi\5276f.rbf,,DestName=C:\Python34\Lib\test\crashers\gc_inspection.py,Attributes=32800,FileSize=1124,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:760]: File: C:\Python34\Lib\test\crashers\gc_inspection.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:768]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:769]: Executing op: FileCopy(SourceName=C:\Config.Msi\5276e.rbf,,DestName=C:\Python34\Lib\test\crashers\recursive_call.py,Attributes=32800,FileSize=373,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:771]: File: C:\Python34\Lib\test\crashers\recursive_call.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:780]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:782]: Executing op: FileCopy(SourceName=C:\Config.Msi\5276d.rbf,,DestName=C:\Python34\Lib\test\crashers\underlying_dict.py,Attributes=32800,FileSize=302,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:783]: File: C:\Python34\Lib\test\crashers\underlying_dict.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:791]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:792]: Executing op: FileCopy(SourceName=C:\Config.Msi\5276c.rbf,,DestName=C:\Python34\Lib\test\crashers\README.txt,Attributes=32800,FileSize=1049,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:794]: File: C:\Python34\Lib\test\crashers\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:802]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:803]: Executing op: FileCopy(SourceName=C:\Config.Msi\5276b.rbf,,DestName=C:\Python34\Lib\test\crashers\trace_at_recursion_limit.py,Attributes=32800,FileSize=403,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:805]: File: C:\Python34\Lib\test\crashers\trace_at_recursion_limit.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:813]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:815]: Executing op: FileCopy(SourceName=C:\Config.Msi\5276a.rbf,,DestName=C:\Python34\Lib\test\crashers\infinite_loop_re.py,Attributes=32800,FileSize=661,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:817]: File: C:\Python34\Lib\test\crashers\infinite_loop_re.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:824]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:826]: Executing op: FileCopy(SourceName=C:\Config.Msi\52769.rbf,,DestName=C:\Python34\Lib\test\crashers\bogus_code_obj.py,Attributes=32800,FileSize=644,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:827]: File: C:\Python34\Lib\test\crashers\bogus_code_obj.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:835]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:837]: Executing op: FileCopy(SourceName=C:\Config.Msi\52768.rbf,,DestName=C:\Python34\Lib\test\crashers\mutation_inside_cyclegc.py,Attributes=32800,FileSize=784,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:838]: File: C:\Python34\Lib\test\crashers\mutation_inside_cyclegc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:846]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:848]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\tracedmodules\) MSI (s) (9C:5C) [21:25:57:849]: Executing op: FileCopy(SourceName=C:\Config.Msi\52767.rbf,,DestName=C:\Python34\Lib\test\tracedmodules\__init__.py,Attributes=32800,FileSize=207,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:851]: File: C:\Python34\Lib\test\tracedmodules\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:858]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:860]: Executing op: FileCopy(SourceName=C:\Config.Msi\52766.rbf,,DestName=C:\Python34\Lib\test\tracedmodules\testmod.py,Attributes=32800,FileSize=152,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:862]: File: C:\Python34\Lib\test\tracedmodules\testmod.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:870]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:871]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\sndhdrdata\) MSI (s) (9C:5C) [21:25:57:872]: Executing op: FileCopy(SourceName=C:\Config.Msi\52765.rbf,,DestName=C:\Python34\Lib\test\sndhdrdata\sndhdr.sndt,Attributes=32800,FileSize=129,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:874]: File: C:\Python34\Lib\test\sndhdrdata\sndhdr.sndt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:883]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:884]: Executing op: FileCopy(SourceName=C:\Config.Msi\52764.rbf,,DestName=C:\Python34\Lib\test\sndhdrdata\README.txt,Attributes=32800,FileSize=408,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:886]: File: C:\Python34\Lib\test\sndhdrdata\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:894]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:895]: Executing op: FileCopy(SourceName=C:\Config.Msi\52763.rbf,,DestName=C:\Python34\Lib\test\sndhdrdata\sndhdr.hcom,Attributes=32800,FileSize=256,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:897]: File: C:\Python34\Lib\test\sndhdrdata\sndhdr.hcom; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:905]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:907]: Executing op: FileCopy(SourceName=C:\Config.Msi\52762.rbf,,DestName=C:\Python34\Lib\test\sndhdrdata\sndhdr.8svx,Attributes=32800,FileSize=110,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:908]: File: C:\Python34\Lib\test\sndhdrdata\sndhdr.8svx; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:917]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:919]: Executing op: FileCopy(SourceName=C:\Config.Msi\52761.rbf,,DestName=C:\Python34\Lib\test\sndhdrdata\sndhdr.voc,Attributes=32800,FileSize=63,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:921]: File: C:\Python34\Lib\test\sndhdrdata\sndhdr.voc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:928]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:930]: Executing op: FileCopy(SourceName=C:\Config.Msi\52760.rbf,,DestName=C:\Python34\Lib\test\sndhdrdata\sndhdr.aiff,Attributes=32800,FileSize=108,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:932]: File: C:\Python34\Lib\test\sndhdrdata\sndhdr.aiff; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:939]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:941]: Executing op: FileCopy(SourceName=C:\Config.Msi\5275f.rbf,,DestName=C:\Python34\Lib\test\sndhdrdata\sndhdr.wav,Attributes=32800,FileSize=64,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:943]: File: C:\Python34\Lib\test\sndhdrdata\sndhdr.wav; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:952]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:954]: Executing op: FileCopy(SourceName=C:\Config.Msi\5275e.rbf,,DestName=C:\Python34\Lib\test\sndhdrdata\sndhdr.au,Attributes=32800,FileSize=64,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:956]: File: C:\Python34\Lib\test\sndhdrdata\sndhdr.au; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:968]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:970]: Executing op: FileCopy(SourceName=C:\Config.Msi\5275d.rbf,,DestName=C:\Python34\Lib\test\sndhdrdata\sndhdr.aifc,Attributes=32800,FileSize=106,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:975]: File: C:\Python34\Lib\test\sndhdrdata\sndhdr.aifc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:992]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:994]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\decimaltestdata\) MSI (s) (9C:5C) [21:25:57:995]: Executing op: FileCopy(SourceName=C:\Config.Msi\5275c.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\nextplus.decTest,Attributes=32800,FileSize=6923,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:997]: File: C:\Python34\Lib\test\decimaltestdata\nextplus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:012]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:014]: Executing op: FileCopy(SourceName=C:\Config.Msi\5275b.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\class.decTest,Attributes=32800,FileSize=6376,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:017]: File: C:\Python34\Lib\test\decimaltestdata\class.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:027]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:029]: Executing op: FileCopy(SourceName=C:\Config.Msi\5275a.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddRemainderNear.decTest,Attributes=32800,FileSize=30259,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:032]: File: C:\Python34\Lib\test\decimaltestdata\ddRemainderNear.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:172]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:174]: Executing op: FileCopy(SourceName=C:\Config.Msi\52759.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddLogB.decTest,Attributes=32800,FileSize=6240,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:177]: File: C:\Python34\Lib\test\decimaltestdata\ddLogB.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:189]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:191]: Executing op: FileCopy(SourceName=C:\Config.Msi\52758.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddMultiply.decTest,Attributes=32800,FileSize=29304,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:193]: File: C:\Python34\Lib\test\decimaltestdata\ddMultiply.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:201]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:203]: Executing op: FileCopy(SourceName=C:\Config.Msi\52757.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqCopyAbs.decTest,Attributes=32800,FileSize=4101,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:206]: File: C:\Python34\Lib\test\decimaltestdata\dqCopyAbs.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:219]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:222]: Executing op: FileCopy(SourceName=C:\Config.Msi\52756.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\power.decTest,Attributes=32800,FileSize=94981,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:224]: File: C:\Python34\Lib\test\decimaltestdata\power.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:237]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:239]: Executing op: FileCopy(SourceName=C:\Config.Msi\52755.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\logb.decTest,Attributes=32800,FileSize=7319,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:241]: File: C:\Python34\Lib\test\decimaltestdata\logb.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:252]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:254]: Executing op: FileCopy(SourceName=C:\Config.Msi\52754.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqInvert.decTest,Attributes=32800,FileSize=16124,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:257]: File: C:\Python34\Lib\test\decimaltestdata\dqInvert.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:270]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:271]: Executing op: FileCopy(SourceName=C:\Config.Msi\52753.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqNextPlus.decTest,Attributes=32800,FileSize=8527,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:273]: File: C:\Python34\Lib\test\decimaltestdata\dqNextPlus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:282]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:284]: Executing op: FileCopy(SourceName=C:\Config.Msi\52752.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddSubtract.decTest,Attributes=32800,FileSize=35398,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:287]: File: C:\Python34\Lib\test\decimaltestdata\ddSubtract.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:300]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:301]: Executing op: FileCopy(SourceName=C:\Config.Msi\52751.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddRotate.decTest,Attributes=32800,FileSize=14082,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:303]: File: C:\Python34\Lib\test\decimaltestdata\ddRotate.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:313]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:315]: Executing op: FileCopy(SourceName=C:\Config.Msi\52750.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dsBase.decTest,Attributes=32800,FileSize=49566,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:318]: File: C:\Python34\Lib\test\decimaltestdata\dsBase.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:331]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:332]: Executing op: FileCopy(SourceName=C:\Config.Msi\5274f.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\scaleb.decTest,Attributes=32800,FileSize=9912,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:335]: File: C:\Python34\Lib\test\decimaltestdata\scaleb.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:347]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:349]: Executing op: FileCopy(SourceName=C:\Config.Msi\5274e.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddFMA.decTest,Attributes=32800,FileSize=102180,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:351]: File: C:\Python34\Lib\test\decimaltestdata\ddFMA.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:364]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:366]: Executing op: FileCopy(SourceName=C:\Config.Msi\5274d.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddCopyAbs.decTest,Attributes=32800,FileSize=3729,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:368]: File: C:\Python34\Lib\test\decimaltestdata\ddCopyAbs.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:380]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:382]: Executing op: FileCopy(SourceName=C:\Config.Msi\5274c.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddCanonical.decTest,Attributes=32800,FileSize=18908,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:384]: File: C:\Python34\Lib\test\decimaltestdata\ddCanonical.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:397]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:398]: Executing op: FileCopy(SourceName=C:\Config.Msi\5274b.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\divideint.decTest,Attributes=32800,FileSize=20436,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:400]: File: C:\Python34\Lib\test\decimaltestdata\divideint.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:412]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:414]: Executing op: FileCopy(SourceName=C:\Config.Msi\5274a.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\rescale.decTest,Attributes=32800,FileSize=35257,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:417]: File: C:\Python34\Lib\test\decimaltestdata\rescale.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:426]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:428]: Executing op: FileCopy(SourceName=C:\Config.Msi\52749.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\copynegate.decTest,Attributes=32800,FileSize=3673,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:430]: File: C:\Python34\Lib\test\decimaltestdata\copynegate.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:441]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:443]: Executing op: FileCopy(SourceName=C:\Config.Msi\52748.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqAnd.decTest,Attributes=32800,FileSize=29123,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:446]: File: C:\Python34\Lib\test\decimaltestdata\dqAnd.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:457]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:459]: Executing op: FileCopy(SourceName=C:\Config.Msi\52747.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\powersqrt.decTest,Attributes=32800,FileSize=158655,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:461]: File: C:\Python34\Lib\test\decimaltestdata\powersqrt.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:470]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:472]: Executing op: FileCopy(SourceName=C:\Config.Msi\52746.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\inexact.decTest,Attributes=32800,FileSize=10492,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:474]: File: C:\Python34\Lib\test\decimaltestdata\inexact.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:486]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:487]: Executing op: FileCopy(SourceName=C:\Config.Msi\52745.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqMinus.decTest,Attributes=32800,FileSize=4156,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:490]: File: C:\Python34\Lib\test\decimaltestdata\dqMinus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:502]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:505]: Executing op: FileCopy(SourceName=C:\Config.Msi\52744.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\divide.decTest,Attributes=32800,FileSize=37804,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:507]: File: C:\Python34\Lib\test\decimaltestdata\divide.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:518]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:520]: Executing op: FileCopy(SourceName=C:\Config.Msi\52743.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\minus.decTest,Attributes=32800,FileSize=7425,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:521]: File: C:\Python34\Lib\test\decimaltestdata\minus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:532]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:533]: Executing op: FileCopy(SourceName=C:\Config.Msi\52742.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddNextPlus.decTest,Attributes=32800,FileSize=6723,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:536]: File: C:\Python34\Lib\test\decimaltestdata\ddNextPlus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:548]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:550]: Executing op: FileCopy(SourceName=C:\Config.Msi\52741.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqNextToward.decTest,Attributes=32800,FileSize=29726,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:552]: File: C:\Python34\Lib\test\decimaltestdata\dqNextToward.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:565]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:567]: Executing op: FileCopy(SourceName=C:\Config.Msi\52740.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqMin.decTest,Attributes=32800,FileSize=12004,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:570]: File: C:\Python34\Lib\test\decimaltestdata\dqMin.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:581]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:582]: Executing op: FileCopy(SourceName=C:\Config.Msi\5273f.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\tointegralx.decTest,Attributes=32800,FileSize=11860,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:585]: File: C:\Python34\Lib\test\decimaltestdata\tointegralx.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:598]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:600]: Executing op: FileCopy(SourceName=C:\Config.Msi\5273e.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\or.decTest,Attributes=32800,FileSize=15857,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:602]: File: C:\Python34\Lib\test\decimaltestdata\or.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:611]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:612]: Executing op: FileCopy(SourceName=C:\Config.Msi\5273d.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddAdd.decTest,Attributes=32800,FileSize=78095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:615]: File: C:\Python34\Lib\test\decimaltestdata\ddAdd.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:628]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:630]: Executing op: FileCopy(SourceName=C:\Config.Msi\5273c.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddReduce.decTest,Attributes=32800,FileSize=7460,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:632]: File: C:\Python34\Lib\test\decimaltestdata\ddReduce.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:644]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:646]: Executing op: FileCopy(SourceName=C:\Config.Msi\5273b.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqNextMinus.decTest,Attributes=32800,FileSize=8651,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:648]: File: C:\Python34\Lib\test\decimaltestdata\dqNextMinus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:659]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:661]: Executing op: FileCopy(SourceName=C:\Config.Msi\5273a.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\nexttoward.decTest,Attributes=32800,FileSize=25224,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:663]: File: C:\Python34\Lib\test\decimaltestdata\nexttoward.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:676]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:678]: Executing op: FileCopy(SourceName=C:\Config.Msi\52739.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\minmag.decTest,Attributes=32800,FileSize=15438,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:680]: File: C:\Python34\Lib\test\decimaltestdata\minmag.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:691]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:693]: Executing op: FileCopy(SourceName=C:\Config.Msi\52738.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\comparetotal.decTest,Attributes=32800,FileSize=34423,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:696]: File: C:\Python34\Lib\test\decimaltestdata\comparetotal.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:708]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:711]: Executing op: FileCopy(SourceName=C:\Config.Msi\52737.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddQuantize.decTest,Attributes=32800,FileSize=42493,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:713]: File: C:\Python34\Lib\test\decimaltestdata\ddQuantize.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:726]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:728]: Executing op: FileCopy(SourceName=C:\Config.Msi\52736.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\exp.decTest,Attributes=32800,FileSize=39440,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:730]: File: C:\Python34\Lib\test\decimaltestdata\exp.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:742]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:744]: Executing op: FileCopy(SourceName=C:\Config.Msi\52735.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\rounding.decTest,Attributes=32800,FileSize=63772,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:746]: File: C:\Python34\Lib\test\decimaltestdata\rounding.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:756]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:758]: Executing op: FileCopy(SourceName=C:\Config.Msi\52734.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dsEncode.decTest,Attributes=32800,FileSize=15886,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:760]: File: C:\Python34\Lib\test\decimaltestdata\dsEncode.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:769]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:771]: Executing op: FileCopy(SourceName=C:\Config.Msi\52733.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqCompareTotalMag.decTest,Attributes=32800,FileSize=32626,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:773]: File: C:\Python34\Lib\test\decimaltestdata\dqCompareTotalMag.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:781]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:783]: Executing op: FileCopy(SourceName=C:\Config.Msi\52732.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddBase.decTest,Attributes=32800,FileSize=54457,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:785]: File: C:\Python34\Lib\test\decimaltestdata\ddBase.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:793]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:795]: Executing op: FileCopy(SourceName=C:\Config.Msi\52731.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\randomBound32.decTest,Attributes=32800,FileSize=304506,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:797]: File: C:\Python34\Lib\test\decimaltestdata\randomBound32.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:804]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:806]: Executing op: FileCopy(SourceName=C:\Config.Msi\52730.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqCopy.decTest,Attributes=32800,FileSize=3987,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:808]: File: C:\Python34\Lib\test\decimaltestdata\dqCopy.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:819]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:821]: Executing op: FileCopy(SourceName=C:\Config.Msi\5272f.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqRemainderNear.decTest,Attributes=32800,FileSize=31289,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:823]: File: C:\Python34\Lib\test\decimaltestdata\dqRemainderNear.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:831]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:833]: Executing op: FileCopy(SourceName=C:\Config.Msi\5272e.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqToIntegral.decTest,Attributes=32800,FileSize=12224,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:835]: File: C:\Python34\Lib\test\decimaltestdata\dqToIntegral.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:842]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:844]: Executing op: FileCopy(SourceName=C:\Config.Msi\5272d.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqCompare.decTest,Attributes=32800,FileSize=33122,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:846]: File: C:\Python34\Lib\test\decimaltestdata\dqCompare.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:854]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:855]: Executing op: FileCopy(SourceName=C:\Config.Msi\5272c.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqQuantize.decTest,Attributes=32800,FileSize=43092,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:857]: File: C:\Python34\Lib\test\decimaltestdata\dqQuantize.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:865]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:866]: Executing op: FileCopy(SourceName=C:\Config.Msi\5272b.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddDivideInt.decTest,Attributes=32800,FileSize=19584,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:868]: File: C:\Python34\Lib\test\decimaltestdata\ddDivideInt.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:876]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:877]: Executing op: FileCopy(SourceName=C:\Config.Msi\5272a.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddCompareSig.decTest,Attributes=32800,FileSize=28408,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:879]: File: C:\Python34\Lib\test\decimaltestdata\ddCompareSig.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:888]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:889]: Executing op: FileCopy(SourceName=C:\Config.Msi\52729.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\base.decTest,Attributes=32800,FileSize=61355,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:891]: File: C:\Python34\Lib\test\decimaltestdata\base.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:900]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:902]: Executing op: FileCopy(SourceName=C:\Config.Msi\52728.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddAbs.decTest,Attributes=32800,FileSize=4901,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:904]: File: C:\Python34\Lib\test\decimaltestdata\ddAbs.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:912]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:914]: Executing op: FileCopy(SourceName=C:\Config.Msi\52727.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqDivideInt.decTest,Attributes=32800,FileSize=19826,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:915]: File: C:\Python34\Lib\test\decimaltestdata\dqDivideInt.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:924]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:925]: Executing op: FileCopy(SourceName=C:\Config.Msi\52726.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddCompareTotalMag.decTest,Attributes=32800,FileSize=32418,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:928]: File: C:\Python34\Lib\test\decimaltestdata\ddCompareTotalMag.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:938]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:940]: Executing op: FileCopy(SourceName=C:\Config.Msi\52725.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqClass.decTest,Attributes=32800,FileSize=4020,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:942]: File: C:\Python34\Lib\test\decimaltestdata\dqClass.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:954]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:956]: Executing op: FileCopy(SourceName=C:\Config.Msi\52724.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqAdd.decTest,Attributes=32800,FileSize=89197,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:958]: File: C:\Python34\Lib\test\decimaltestdata\dqAdd.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:971]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:972]: Executing op: FileCopy(SourceName=C:\Config.Msi\52723.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\squareroot.decTest,Attributes=32800,FileSize=192459,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:975]: File: C:\Python34\Lib\test\decimaltestdata\squareroot.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:987]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:989]: Executing op: FileCopy(SourceName=C:\Config.Msi\52722.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\compare.decTest,Attributes=32800,FileSize=29627,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:991]: File: C:\Python34\Lib\test\decimaltestdata\compare.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:006]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:008]: Executing op: FileCopy(SourceName=C:\Config.Msi\52721.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\copysign.decTest,Attributes=32800,FileSize=7378,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:011]: File: C:\Python34\Lib\test\decimaltestdata\copysign.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:024]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:027]: Executing op: FileCopy(SourceName=C:\Config.Msi\52720.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\extra.decTest,Attributes=32800,FileSize=92512,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:030]: File: C:\Python34\Lib\test\decimaltestdata\extra.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:046]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:057]: Executing op: FileCopy(SourceName=C:\Config.Msi\5271f.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\max.decTest,Attributes=32800,FileSize=15972,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:092]: File: C:\Python34\Lib\test\decimaltestdata\max.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:108]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:111]: Executing op: FileCopy(SourceName=C:\Config.Msi\5271e.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqMinMag.decTest,Attributes=32800,FileSize=11649,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:113]: File: C:\Python34\Lib\test\decimaltestdata\dqMinMag.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:127]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:129]: Executing op: FileCopy(SourceName=C:\Config.Msi\5271d.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqMultiply.decTest,Attributes=32800,FileSize=32493,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:132]: File: C:\Python34\Lib\test\decimaltestdata\dqMultiply.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:155]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:159]: Executing op: FileCopy(SourceName=C:\Config.Msi\5271c.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\quantize.decTest,Attributes=32800,FileSize=47282,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:162]: File: C:\Python34\Lib\test\decimaltestdata\quantize.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:175]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:177]: Executing op: FileCopy(SourceName=C:\Config.Msi\5271b.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqRemainder.decTest,Attributes=32800,FileSize=27563,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:180]: File: C:\Python34\Lib\test\decimaltestdata\dqRemainder.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:195]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:197]: Executing op: FileCopy(SourceName=C:\Config.Msi\5271a.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\remainder.decTest,Attributes=32800,FileSize=27124,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:200]: File: C:\Python34\Lib\test\decimaltestdata\remainder.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:214]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:216]: Executing op: FileCopy(SourceName=C:\Config.Msi\52719.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddMax.decTest,Attributes=32800,FileSize=12314,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:219]: File: C:\Python34\Lib\test\decimaltestdata\ddMax.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:234]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:236]: Executing op: FileCopy(SourceName=C:\Config.Msi\52718.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\rotate.decTest,Attributes=32800,FileSize=11888,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:239]: File: C:\Python34\Lib\test\decimaltestdata\rotate.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:255]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:257]: Executing op: FileCopy(SourceName=C:\Config.Msi\52717.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddPlus.decTest,Attributes=32800,FileSize=3746,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:260]: File: C:\Python34\Lib\test\decimaltestdata\ddPlus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:272]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:274]: Executing op: FileCopy(SourceName=C:\Config.Msi\52716.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddToIntegral.decTest,Attributes=32800,FileSize=12192,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:277]: File: C:\Python34\Lib\test\decimaltestdata\ddToIntegral.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:294]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:311]: Executing op: FileCopy(SourceName=C:\Config.Msi\52715.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\remainderNear.decTest,Attributes=32800,FileSize=25018,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:314]: File: C:\Python34\Lib\test\decimaltestdata\remainderNear.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:328]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:330]: Executing op: FileCopy(SourceName=C:\Config.Msi\52714.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddSameQuantum.decTest,Attributes=32800,FileSize=17541,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:333]: File: C:\Python34\Lib\test\decimaltestdata\ddSameQuantum.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:353]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:355]: Executing op: FileCopy(SourceName=C:\Config.Msi\52713.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\clamp.decTest,Attributes=32800,FileSize=11009,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:358]: File: C:\Python34\Lib\test\decimaltestdata\clamp.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:372]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:374]: Executing op: FileCopy(SourceName=C:\Config.Msi\52712.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddCopyNegate.decTest,Attributes=32800,FileSize=3882,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:377]: File: C:\Python34\Lib\test\decimaltestdata\ddCopyNegate.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:391]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:393]: Executing op: FileCopy(SourceName=C:\Config.Msi\52711.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\plus.decTest,Attributes=32800,FileSize=7882,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:396]: File: C:\Python34\Lib\test\decimaltestdata\plus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:413]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:415]: Executing op: FileCopy(SourceName=C:\Config.Msi\52710.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddShift.decTest,Attributes=32800,FileSize=13411,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:419]: File: C:\Python34\Lib\test\decimaltestdata\ddShift.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:480]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:496]: Executing op: FileCopy(SourceName=C:\Config.Msi\5270f.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\nextminus.decTest,Attributes=32800,FileSize=6942,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:500]: File: C:\Python34\Lib\test\decimaltestdata\nextminus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:544]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:555]: Executing op: FileCopy(SourceName=C:\Config.Msi\5270e.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\decQuad.decTest,Attributes=32800,FileSize=2207,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:559]: File: C:\Python34\Lib\test\decimaltestdata\decQuad.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:573]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:575]: Executing op: FileCopy(SourceName=C:\Config.Msi\5270d.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddCopySign.decTest,Attributes=32800,FileSize=7632,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:578]: File: C:\Python34\Lib\test\decimaltestdata\ddCopySign.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:590]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:592]: Executing op: FileCopy(SourceName=C:\Config.Msi\5270c.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ln.decTest,Attributes=32800,FileSize=35525,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:595]: File: C:\Python34\Lib\test\decimaltestdata\ln.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:608]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:609]: Executing op: FileCopy(SourceName=C:\Config.Msi\5270b.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqReduce.decTest,Attributes=32800,FileSize=7820,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:612]: File: C:\Python34\Lib\test\decimaltestdata\dqReduce.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:625]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:627]: Executing op: FileCopy(SourceName=C:\Config.Msi\5270a.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\copyabs.decTest,Attributes=32800,FileSize=3484,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:630]: File: C:\Python34\Lib\test\decimaltestdata\copyabs.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:643]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:645]: Executing op: FileCopy(SourceName=C:\Config.Msi\52709.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddMin.decTest,Attributes=32800,FileSize=11969,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:648]: File: C:\Python34\Lib\test\decimaltestdata\ddMin.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:661]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:663]: Executing op: FileCopy(SourceName=C:\Config.Msi\52708.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqDivide.decTest,Attributes=32800,FileSize=55102,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:666]: File: C:\Python34\Lib\test\decimaltestdata\dqDivide.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:678]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:680]: Executing op: FileCopy(SourceName=C:\Config.Msi\52707.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\and.decTest,Attributes=32800,FileSize=16364,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:682]: File: C:\Python34\Lib\test\decimaltestdata\and.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:699]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:702]: Executing op: FileCopy(SourceName=C:\Config.Msi\52706.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\fma.decTest,Attributes=32800,FileSize=195325,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:705]: File: C:\Python34\Lib\test\decimaltestdata\fma.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:720]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:722]: Executing op: FileCopy(SourceName=C:\Config.Msi\52705.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqMax.decTest,Attributes=32800,FileSize=12349,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:725]: File: C:\Python34\Lib\test\decimaltestdata\dqMax.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:739]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:741]: Executing op: FileCopy(SourceName=C:\Config.Msi\52704.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddInvert.decTest,Attributes=32800,FileSize=10361,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:743]: File: C:\Python34\Lib\test\decimaltestdata\ddInvert.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:755]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:757]: Executing op: FileCopy(SourceName=C:\Config.Msi\52703.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddMinus.decTest,Attributes=32800,FileSize=3790,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:760]: File: C:\Python34\Lib\test\decimaltestdata\ddMinus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:774]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:775]: Executing op: FileCopy(SourceName=C:\Config.Msi\52702.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddCopy.decTest,Attributes=32800,FileSize=3621,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:777]: File: C:\Python34\Lib\test\decimaltestdata\ddCopy.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:785]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:787]: Executing op: FileCopy(SourceName=C:\Config.Msi\52701.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddAnd.decTest,Attributes=32800,FileSize=18619,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:789]: File: C:\Python34\Lib\test\decimaltestdata\ddAnd.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:801]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:803]: Executing op: FileCopy(SourceName=C:\Config.Msi\52700.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqBase.decTest,Attributes=32800,FileSize=58955,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:804]: File: C:\Python34\Lib\test\decimaltestdata\dqBase.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:819]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:821]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ff.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddRemainder.decTest,Attributes=32800,FileSize=26987,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:823]: File: C:\Python34\Lib\test\decimaltestdata\ddRemainder.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:831]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:832]: Executing op: FileCopy(SourceName=C:\Config.Msi\526fe.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddOr.decTest,Attributes=32800,FileSize=16023,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:834]: File: C:\Python34\Lib\test\decimaltestdata\ddOr.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:842]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:843]: Executing op: FileCopy(SourceName=C:\Config.Msi\526fd.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\invert.decTest,Attributes=32800,FileSize=8286,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:845]: File: C:\Python34\Lib\test\decimaltestdata\invert.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:853]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:855]: Executing op: FileCopy(SourceName=C:\Config.Msi\526fc.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqLogB.decTest,Attributes=32800,FileSize=6380,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:856]: File: C:\Python34\Lib\test\decimaltestdata\dqLogB.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:865]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:867]: Executing op: FileCopy(SourceName=C:\Config.Msi\526fb.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddEncode.decTest,Attributes=32800,FileSize=24688,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:869]: File: C:\Python34\Lib\test\decimaltestdata\ddEncode.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:879]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:880]: Executing op: FileCopy(SourceName=C:\Config.Msi\526fa.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqXor.decTest,Attributes=32800,FileSize=28263,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:882]: File: C:\Python34\Lib\test\decimaltestdata\dqXor.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:890]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:891]: Executing op: FileCopy(SourceName=C:\Config.Msi\526f9.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\add.decTest,Attributes=32800,FileSize=140338,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:893]: File: C:\Python34\Lib\test\decimaltestdata\add.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:901]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:903]: Executing op: FileCopy(SourceName=C:\Config.Msi\526f8.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqEncode.decTest,Attributes=32800,FileSize=31430,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:905]: File: C:\Python34\Lib\test\decimaltestdata\dqEncode.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:912]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:914]: Executing op: FileCopy(SourceName=C:\Config.Msi\526f7.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\comparetotmag.decTest,Attributes=32800,FileSize=36129,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:915]: File: C:\Python34\Lib\test\decimaltestdata\comparetotmag.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:923]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:925]: Executing op: FileCopy(SourceName=C:\Config.Msi\526f6.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\reduce.decTest,Attributes=32800,FileSize=9319,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:927]: File: C:\Python34\Lib\test\decimaltestdata\reduce.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:934]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:936]: Executing op: FileCopy(SourceName=C:\Config.Msi\526f5.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddMinMag.decTest,Attributes=32800,FileSize=11625,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:939]: File: C:\Python34\Lib\test\decimaltestdata\ddMinMag.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:949]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:950]: Executing op: FileCopy(SourceName=C:\Config.Msi\526f4.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\testall.decTest,Attributes=32800,FileSize=2731,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:952]: File: C:\Python34\Lib\test\decimaltestdata\testall.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:960]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:961]: Executing op: FileCopy(SourceName=C:\Config.Msi\526f3.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqFMA.decTest,Attributes=32800,FileSize=129990,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:963]: File: C:\Python34\Lib\test\decimaltestdata\dqFMA.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:971]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:973]: Executing op: FileCopy(SourceName=C:\Config.Msi\526f2.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqShift.decTest,Attributes=32800,FileSize=19436,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:974]: File: C:\Python34\Lib\test\decimaltestdata\dqShift.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:982]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:984]: Executing op: FileCopy(SourceName=C:\Config.Msi\526f1.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqSubtract.decTest,Attributes=32800,FileSize=41928,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:985]: File: C:\Python34\Lib\test\decimaltestdata\dqSubtract.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:994]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:995]: Executing op: FileCopy(SourceName=C:\Config.Msi\526f0.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\log10.decTest,Attributes=32800,FileSize=32696,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:997]: File: C:\Python34\Lib\test\decimaltestdata\log10.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:008]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:009]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ef.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\randoms.decTest,Attributes=32800,FileSize=291073,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:012]: File: C:\Python34\Lib\test\decimaltestdata\randoms.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:021]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:023]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ee.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\copy.decTest,Attributes=32800,FileSize=3376,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:024]: File: C:\Python34\Lib\test\decimaltestdata\copy.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:033]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:035]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ed.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddNextMinus.decTest,Attributes=32800,FileSize=6827,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:037]: File: C:\Python34\Lib\test\decimaltestdata\ddNextMinus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:047]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:048]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ec.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\xor.decTest,Attributes=32800,FileSize=16329,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:051]: File: C:\Python34\Lib\test\decimaltestdata\xor.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:063]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:065]: Executing op: FileCopy(SourceName=C:\Config.Msi\526eb.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqCopyNegate.decTest,Attributes=32800,FileSize=4248,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:068]: File: C:\Python34\Lib\test\decimaltestdata\dqCopyNegate.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:079]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:082]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ea.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\min.decTest,Attributes=32800,FileSize=15690,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:084]: File: C:\Python34\Lib\test\decimaltestdata\min.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:095]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:097]: Executing op: FileCopy(SourceName=C:\Config.Msi\526e9.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqSameQuantum.decTest,Attributes=32800,FileSize=18145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:099]: File: C:\Python34\Lib\test\decimaltestdata\dqSameQuantum.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:109]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:110]: Executing op: FileCopy(SourceName=C:\Config.Msi\526e8.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqCanonical.decTest,Attributes=32800,FileSize=27319,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:112]: File: C:\Python34\Lib\test\decimaltestdata\dqCanonical.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:121]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:122]: Executing op: FileCopy(SourceName=C:\Config.Msi\526e7.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\decSingle.decTest,Attributes=32800,FileSize=1456,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:124]: File: C:\Python34\Lib\test\decimaltestdata\decSingle.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:132]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:133]: Executing op: FileCopy(SourceName=C:\Config.Msi\526e6.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqCopySign.decTest,Attributes=32800,FileSize=8228,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:135]: File: C:\Python34\Lib\test\decimaltestdata\dqCopySign.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:143]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:144]: Executing op: FileCopy(SourceName=C:\Config.Msi\526e5.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddXor.decTest,Attributes=32800,FileSize=17702,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:146]: File: C:\Python34\Lib\test\decimaltestdata\ddXor.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:154]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:155]: Executing op: FileCopy(SourceName=C:\Config.Msi\526e4.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqCompareTotal.decTest,Attributes=32800,FileSize=30846,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:157]: File: C:\Python34\Lib\test\decimaltestdata\dqCompareTotal.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:165]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:166]: Executing op: FileCopy(SourceName=C:\Config.Msi\526e3.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\tointegral.decTest,Attributes=32800,FileSize=8864,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:168]: File: C:\Python34\Lib\test\decimaltestdata\tointegral.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:176]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:178]: Executing op: FileCopy(SourceName=C:\Config.Msi\526e2.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqRotate.decTest,Attributes=32800,FileSize=20980,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:179]: File: C:\Python34\Lib\test\decimaltestdata\dqRotate.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:188]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:189]: Executing op: FileCopy(SourceName=C:\Config.Msi\526e1.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqOr.decTest,Attributes=32800,FileSize=30617,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:191]: File: C:\Python34\Lib\test\decimaltestdata\dqOr.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:198]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:200]: Executing op: FileCopy(SourceName=C:\Config.Msi\526e0.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\maxmag.decTest,Attributes=32800,FileSize=17352,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:202]: File: C:\Python34\Lib\test\decimaltestdata\maxmag.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:209]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:211]: Executing op: FileCopy(SourceName=C:\Config.Msi\526df.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\samequantum.decTest,Attributes=32800,FileSize=16202,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:213]: File: C:\Python34\Lib\test\decimaltestdata\samequantum.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:220]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:222]: Executing op: FileCopy(SourceName=C:\Config.Msi\526de.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\decDouble.decTest,Attributes=32800,FileSize=2209,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:223]: File: C:\Python34\Lib\test\decimaltestdata\decDouble.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:233]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:234]: Executing op: FileCopy(SourceName=C:\Config.Msi\526dd.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqCompareSig.decTest,Attributes=32800,FileSize=29695,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:236]: File: C:\Python34\Lib\test\decimaltestdata\dqCompareSig.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:244]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:245]: Executing op: FileCopy(SourceName=C:\Config.Msi\526dc.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\subtract.decTest,Attributes=32800,FileSize=44305,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:247]: File: C:\Python34\Lib\test\decimaltestdata\subtract.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:255]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:257]: Executing op: FileCopy(SourceName=C:\Config.Msi\526db.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\shift.decTest,Attributes=32800,FileSize=11672,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:259]: File: C:\Python34\Lib\test\decimaltestdata\shift.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:267]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:269]: Executing op: FileCopy(SourceName=C:\Config.Msi\526da.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddClass.decTest,Attributes=32800,FileSize=3907,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:271]: File: C:\Python34\Lib\test\decimaltestdata\ddClass.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:282]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:284]: Executing op: FileCopy(SourceName=C:\Config.Msi\526d9.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddScaleB.decTest,Attributes=32800,FileSize=12787,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:287]: File: C:\Python34\Lib\test\decimaltestdata\ddScaleB.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:299]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:301]: Executing op: FileCopy(SourceName=C:\Config.Msi\526d8.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\abs.decTest,Attributes=32800,FileSize=6289,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:303]: File: C:\Python34\Lib\test\decimaltestdata\abs.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:311]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:313]: Executing op: FileCopy(SourceName=C:\Config.Msi\526d7.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\multiply.decTest,Attributes=32800,FileSize=38313,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:315]: File: C:\Python34\Lib\test\decimaltestdata\multiply.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:324]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:326]: Executing op: FileCopy(SourceName=C:\Config.Msi\526d6.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqMaxMag.decTest,Attributes=32800,FileSize=12789,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:328]: File: C:\Python34\Lib\test\decimaltestdata\dqMaxMag.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:340]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:341]: Executing op: FileCopy(SourceName=C:\Config.Msi\526d5.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddDivide.decTest,Attributes=32800,FileSize=48137,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:343]: File: C:\Python34\Lib\test\decimaltestdata\ddDivide.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:353]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:354]: Executing op: FileCopy(SourceName=C:\Config.Msi\526d4.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddNextToward.decTest,Attributes=32800,FileSize=24990,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:356]: File: C:\Python34\Lib\test\decimaltestdata\ddNextToward.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:366]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:368]: Executing op: FileCopy(SourceName=C:\Config.Msi\526d3.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddMaxMag.decTest,Attributes=32800,FileSize=12743,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:370]: File: C:\Python34\Lib\test\decimaltestdata\ddMaxMag.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:378]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:379]: Executing op: FileCopy(SourceName=C:\Config.Msi\526d2.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqAbs.decTest,Attributes=32800,FileSize=5275,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:381]: File: C:\Python34\Lib\test\decimaltestdata\dqAbs.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:394]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:397]: Executing op: FileCopy(SourceName=C:\Config.Msi\526d1.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddCompareTotal.decTest,Attributes=32800,FileSize=30638,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:400]: File: C:\Python34\Lib\test\decimaltestdata\ddCompareTotal.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:412]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:413]: Executing op: FileCopy(SourceName=C:\Config.Msi\526d0.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqScaleB.decTest,Attributes=32800,FileSize=16059,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:415]: File: C:\Python34\Lib\test\decimaltestdata\dqScaleB.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:427]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:428]: Executing op: FileCopy(SourceName=C:\Config.Msi\526cf.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqPlus.decTest,Attributes=32800,FileSize=4112,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:430]: File: C:\Python34\Lib\test\decimaltestdata\dqPlus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:439]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:440]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ce.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddCompare.decTest,Attributes=32800,FileSize=30282,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:442]: File: C:\Python34\Lib\test\decimaltestdata\ddCompare.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:450]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:451]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\imghdrdata\) MSI (s) (9C:5C) [21:26:00:452]: Executing op: FileCopy(SourceName=C:\Config.Msi\526cd.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.pgm,Attributes=32800,FileSize=269,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:454]: File: C:\Python34\Lib\test\imghdrdata\python.pgm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:463]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:464]: Executing op: FileCopy(SourceName=C:\Config.Msi\526cc.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.xbm,Attributes=32800,FileSize=288,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:466]: File: C:\Python34\Lib\test\imghdrdata\python.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:476]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:477]: Executing op: FileCopy(SourceName=C:\Config.Msi\526cb.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.gif,Attributes=32800,FileSize=610,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:479]: File: C:\Python34\Lib\test\imghdrdata\python.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:487]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:488]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ca.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.bmp,Attributes=32800,FileSize=1162,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:490]: File: C:\Python34\Lib\test\imghdrdata\python.bmp; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:498]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:499]: Executing op: FileCopy(SourceName=C:\Config.Msi\526c9.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.ppm,Attributes=32800,FileSize=781,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:502]: File: C:\Python34\Lib\test\imghdrdata\python.ppm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:513]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:515]: Executing op: FileCopy(SourceName=C:\Config.Msi\526c8.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.jpg,Attributes=32800,FileSize=543,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:517]: File: C:\Python34\Lib\test\imghdrdata\python.jpg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:525]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:527]: Executing op: FileCopy(SourceName=C:\Config.Msi\526c7.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.ras,Attributes=32800,FileSize=1056,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:529]: File: C:\Python34\Lib\test\imghdrdata\python.ras; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:538]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:539]: Executing op: FileCopy(SourceName=C:\Config.Msi\526c6.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.sgi,Attributes=32800,FileSize=1967,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:541]: File: C:\Python34\Lib\test\imghdrdata\python.sgi; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:549]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:550]: Executing op: FileCopy(SourceName=C:\Config.Msi\526c5.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.pbm,Attributes=32800,FileSize=43,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:552]: File: C:\Python34\Lib\test\imghdrdata\python.pbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:560]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:561]: Executing op: FileCopy(SourceName=C:\Config.Msi\526c4.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.png,Attributes=32800,FileSize=1020,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:563]: File: C:\Python34\Lib\test\imghdrdata\python.png; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:571]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:572]: Executing op: FileCopy(SourceName=C:\Config.Msi\526c3.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.tiff,Attributes=32800,FileSize=1326,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:574]: File: C:\Python34\Lib\test\imghdrdata\python.tiff; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:581]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:583]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\encoded_modules\) MSI (s) (9C:5C) [21:26:00:584]: Executing op: FileCopy(SourceName=C:\Config.Msi\526c2.rbf,,DestName=C:\Python34\Lib\test\encoded_modules\__init__.py,Attributes=32800,FileSize=1297,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:585]: File: C:\Python34\Lib\test\encoded_modules\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:593]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:595]: Executing op: FileCopy(SourceName=C:\Config.Msi\526c1.rbf,,DestName=C:\Python34\Lib\test\encoded_modules\module_koi8_r.py,Attributes=32800,FileSize=116,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:596]: File: C:\Python34\Lib\test\encoded_modules\module_koi8_r.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:604]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:606]: Executing op: FileCopy(SourceName=C:\Config.Msi\526c0.rbf,,DestName=C:\Python34\Lib\test\encoded_modules\module_iso_8859_1.py,Attributes=32800,FileSize=243,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:607]: File: C:\Python34\Lib\test\encoded_modules\module_iso_8859_1.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:616]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:617]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\capath\) MSI (s) (9C:5C) [21:26:00:618]: Executing op: FileCopy(SourceName=C:\Config.Msi\526bf.rbf,,DestName=C:\Python34\Lib\test\capath\5ed36f99.0,Attributes=32800,FileSize=2610,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:619]: File: C:\Python34\Lib\test\capath\5ed36f99.0; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:628]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:629]: Executing op: FileCopy(SourceName=C:\Config.Msi\526be.rbf,,DestName=C:\Python34\Lib\test\capath\4e1295a3.0,Attributes=32800,FileSize=828,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:631]: File: C:\Python34\Lib\test\capath\4e1295a3.0; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:639]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\526bd.rbf,,DestName=C:\Python34\Lib\test\capath\99d0fa06.0,Attributes=32800,FileSize=2610,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:642]: File: C:\Python34\Lib\test\capath\99d0fa06.0; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:650]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:651]: Executing op: FileCopy(SourceName=C:\Config.Msi\526bc.rbf,,DestName=C:\Python34\Lib\test\capath\6e88d7b8.0,Attributes=32800,FileSize=828,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:653]: File: C:\Python34\Lib\test\capath\6e88d7b8.0; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:663]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:664]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\support\) MSI (s) (9C:5C) [21:26:00:665]: Executing op: FileCopy(SourceName=C:\Config.Msi\526bb.rbf,,DestName=C:\Python34\Lib\test\support\__init__.py,Attributes=32800,FileSize=80325,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:667]: File: C:\Python34\Lib\test\support\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:675]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:676]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_asyncio\) MSI (s) (9C:5C) [21:26:00:677]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ba.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_futures.py,Attributes=32800,FileSize=15790,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:679]: File: C:\Python34\Lib\test\test_asyncio\test_futures.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:687]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:689]: Executing op: FileCopy(SourceName=C:\Config.Msi\526b9.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_events.py,Attributes=32800,FileSize=84229,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:691]: File: C:\Python34\Lib\test\test_asyncio\test_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:699]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:700]: Executing op: FileCopy(SourceName=C:\Config.Msi\526b8.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_windows_events.py,Attributes=32800,FileSize=4733,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:702]: File: C:\Python34\Lib\test\test_asyncio\test_windows_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:710]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:711]: Executing op: FileCopy(SourceName=C:\Config.Msi\526b7.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\echo2.py,Attributes=32800,FileSize=129,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:713]: File: C:\Python34\Lib\test\test_asyncio\echo2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:722]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:723]: Executing op: FileCopy(SourceName=C:\Config.Msi\526b6.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\keycert3.pem,Attributes=32800,FileSize=4123,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:725]: File: C:\Python34\Lib\test\test_asyncio\keycert3.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:733]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:735]: Executing op: FileCopy(SourceName=C:\Config.Msi\526b5.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\ssl_key.pem,Attributes=32800,FileSize=932,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:736]: File: C:\Python34\Lib\test\test_asyncio\ssl_key.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:745]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:747]: Executing op: FileCopy(SourceName=C:\Config.Msi\526b4.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\ssl_cert.pem,Attributes=32800,FileSize=882,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:748]: File: C:\Python34\Lib\test\test_asyncio\ssl_cert.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:756]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:758]: Executing op: FileCopy(SourceName=C:\Config.Msi\526b3.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_streams.py,Attributes=32800,FileSize=23256,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:759]: File: C:\Python34\Lib\test\test_asyncio\test_streams.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:770]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:771]: Executing op: FileCopy(SourceName=C:\Config.Msi\526b2.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_base_events.py,Attributes=32800,FileSize=39939,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:773]: File: C:\Python34\Lib\test\test_asyncio\test_base_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:782]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:784]: Executing op: FileCopy(SourceName=C:\Config.Msi\526b1.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_selector_events.py,Attributes=32800,FileSize=65432,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:786]: File: C:\Python34\Lib\test\test_asyncio\test_selector_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:794]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:795]: Executing op: FileCopy(SourceName=C:\Config.Msi\526b0.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_queues.py,Attributes=32800,FileSize=14337,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:797]: File: C:\Python34\Lib\test\test_asyncio\test_queues.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:805]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:807]: Executing op: FileCopy(SourceName=C:\Config.Msi\526af.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_subprocess.py,Attributes=32800,FileSize=7999,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:808]: File: C:\Python34\Lib\test\test_asyncio\test_subprocess.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:816]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:818]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ae.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\__main__.py,Attributes=32800,FileSize=62,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:819]: File: C:\Python34\Lib\test\test_asyncio\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:828]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:845]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ad.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\echo.py,Attributes=32800,FileSize=156,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:848]: File: C:\Python34\Lib\test\test_asyncio\echo.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:859]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:861]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ac.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_windows_utils.py,Attributes=32800,FileSize=5972,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:862]: File: C:\Python34\Lib\test\test_asyncio\test_windows_utils.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:878]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:880]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ab.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_locks.py,Attributes=32800,FileSize=25908,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:882]: File: C:\Python34\Lib\test\test_asyncio\test_locks.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:894]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:896]: Executing op: FileCopy(SourceName=C:\Config.Msi\526aa.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_tasks.py,Attributes=32800,FileSize=65011,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:898]: File: C:\Python34\Lib\test\test_asyncio\test_tasks.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:908]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:909]: Executing op: FileCopy(SourceName=C:\Config.Msi\526a9.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_unix_events.py,Attributes=32800,FileSize=54666,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:912]: File: C:\Python34\Lib\test\test_asyncio\test_unix_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:923]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:924]: Executing op: FileCopy(SourceName=C:\Config.Msi\526a8.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_proactor_events.py,Attributes=32800,FileSize=18490,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:926]: File: C:\Python34\Lib\test\test_asyncio\test_proactor_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:938]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:940]: Executing op: FileCopy(SourceName=C:\Config.Msi\526a7.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\echo3.py,Attributes=32800,FileSize=287,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:942]: File: C:\Python34\Lib\test\test_asyncio\echo3.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:950]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:952]: Executing op: FileCopy(SourceName=C:\Config.Msi\526a6.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\pycacert.pem,Attributes=32800,FileSize=4385,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:955]: File: C:\Python34\Lib\test\test_asyncio\pycacert.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:963]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:965]: Executing op: FileCopy(SourceName=C:\Config.Msi\526a5.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\__init__.py,Attributes=32800,FileSize=322,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:966]: File: C:\Python34\Lib\test\test_asyncio\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:978]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:980]: Executing op: FileCopy(SourceName=C:\Config.Msi\526a4.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_transports.py,Attributes=32800,FileSize=3525,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:983]: File: C:\Python34\Lib\test\test_asyncio\test_transports.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:993]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:994]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\) MSI (s) (9C:5C) [21:26:00:995]: Executing op: FileCopy(SourceName=C:\Config.Msi\526a3.rbf,,DestName=C:\Python34\Lib\test\test_difflib.py,Attributes=32800,FileSize=11677,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:997]: File: C:\Python34\Lib\test\test_difflib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:009]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:011]: Executing op: FileCopy(SourceName=C:\Config.Msi\526a2.rbf,,DestName=C:\Python34\Lib\test\test_syslog.py,Attributes=32800,FileSize=1270,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:012]: File: C:\Python34\Lib\test\test_syslog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:020]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:022]: Executing op: FileCopy(SourceName=C:\Config.Msi\526a1.rbf,,DestName=C:\Python34\Lib\test\test_dictcomps.py,Attributes=32800,FileSize=3870,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:024]: File: C:\Python34\Lib\test\test_dictcomps.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:033]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:035]: Executing op: FileCopy(SourceName=C:\Config.Msi\526a0.rbf,,DestName=C:\Python34\Lib\test\test_getargs2.py,Attributes=32800,FileSize=25149,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:037]: File: C:\Python34\Lib\test\test_getargs2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:045]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:046]: Executing op: FileCopy(SourceName=C:\Config.Msi\5269f.rbf,,DestName=C:\Python34\Lib\test\test_warnings.py,Attributes=32800,FileSize=37586,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:048]: File: C:\Python34\Lib\test\test_warnings.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:059]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:061]: Executing op: FileCopy(SourceName=C:\Config.Msi\5269e.rbf,,DestName=C:\Python34\Lib\test\test_with.py,Attributes=32800,FileSize=27253,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:063]: File: C:\Python34\Lib\test\test_with.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:071]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:073]: Executing op: FileCopy(SourceName=C:\Config.Msi\5269d.rbf,,DestName=C:\Python34\Lib\test\test_xml_dom_minicompat.py,Attributes=32800,FileSize=3082,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:075]: File: C:\Python34\Lib\test\test_xml_dom_minicompat.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:085]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:087]: Executing op: FileCopy(SourceName=C:\Config.Msi\5269c.rbf,,DestName=C:\Python34\Lib\test\test_raise.py,Attributes=32800,FileSize=11766,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:089]: File: C:\Python34\Lib\test\test_raise.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:096]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:098]: Executing op: FileCopy(SourceName=C:\Config.Msi\5269b.rbf,,DestName=C:\Python34\Lib\test\test_augassign.py,Attributes=32800,FileSize=7933,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:100]: File: C:\Python34\Lib\test\test_augassign.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:111]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:113]: Executing op: FileCopy(SourceName=C:\Config.Msi\5269a.rbf,,DestName=C:\Python34\Lib\test\test_dict.py,Attributes=32800,FileSize=29980,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:115]: File: C:\Python34\Lib\test\test_dict.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:123]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:124]: Executing op: FileCopy(SourceName=C:\Config.Msi\52699.rbf,,DestName=C:\Python34\Lib\test\test_readline.py,Attributes=32800,FileSize=2294,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:126]: File: C:\Python34\Lib\test\test_readline.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:136]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:138]: Executing op: FileCopy(SourceName=C:\Config.Msi\52698.rbf,,DestName=C:\Python34\Lib\test\dh512.pem,Attributes=32800,FileSize=411,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:140]: File: C:\Python34\Lib\test\dh512.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:148]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:149]: Executing op: FileCopy(SourceName=C:\Config.Msi\52697.rbf,,DestName=C:\Python34\Lib\test\test_doctest3.txt,Attributes=32800,FileSize=87,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:152]: File: C:\Python34\Lib\test\test_doctest3.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:163]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:165]: Executing op: FileCopy(SourceName=C:\Config.Msi\52696.rbf,,DestName=C:\Python34\Lib\test\test_math.py,Attributes=32800,FileSize=48102,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:167]: File: C:\Python34\Lib\test\test_math.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:178]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:180]: Executing op: FileCopy(SourceName=C:\Config.Msi\52695.rbf,,DestName=C:\Python34\Lib\test\test_pulldom.py,Attributes=32800,FileSize=12814,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:182]: File: C:\Python34\Lib\test\test_pulldom.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:194]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:195]: Executing op: FileCopy(SourceName=C:\Config.Msi\52694.rbf,,DestName=C:\Python34\Lib\test\test_glob.py,Attributes=32800,FileSize=7866,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:197]: File: C:\Python34\Lib\test\test_glob.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:207]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:209]: Executing op: FileCopy(SourceName=C:\Config.Msi\52693.rbf,,DestName=C:\Python34\Lib\test\test_keywordonlyarg.py,Attributes=32800,FileSize=7504,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:211]: File: C:\Python34\Lib\test\test_keywordonlyarg.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:220]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:221]: Executing op: FileCopy(SourceName=C:\Config.Msi\52692.rbf,,DestName=C:\Python34\Lib\test\test_locale.py,Attributes=32800,FileSize=21143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:223]: File: C:\Python34\Lib\test\test_locale.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:232]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:234]: Executing op: FileCopy(SourceName=C:\Config.Msi\52691.rbf,,DestName=C:\Python34\Lib\test\bytecode_helper.py,Attributes=32800,FileSize=1644,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:237]: File: C:\Python34\Lib\test\bytecode_helper.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:250]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:252]: Executing op: FileCopy(SourceName=C:\Config.Msi\52690.rbf,,DestName=C:\Python34\Lib\test\test_weakref.py,Attributes=32800,FileSize=62317,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:254]: File: C:\Python34\Lib\test\test_weakref.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:265]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:267]: Executing op: FileCopy(SourceName=C:\Config.Msi\5268f.rbf,,DestName=C:\Python34\Lib\test\test_userdict.py,Attributes=32800,FileSize=6774,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:269]: File: C:\Python34\Lib\test\test_userdict.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:277]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:279]: Executing op: FileCopy(SourceName=C:\Config.Msi\5268e.rbf,,DestName=C:\Python34\Lib\test\bad_coding.py,Attributes=32800,FileSize=25,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:282]: File: C:\Python34\Lib\test\bad_coding.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:294]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:296]: Executing op: FileCopy(SourceName=C:\Config.Msi\5268d.rbf,,DestName=C:\Python34\Lib\test\test_ucn.py,Attributes=32800,FileSize=9873,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:298]: File: C:\Python34\Lib\test\test_ucn.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:309]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:311]: Executing op: FileCopy(SourceName=C:\Config.Msi\5268c.rbf,,DestName=C:\Python34\Lib\test\test_cmd_line_script.py,Attributes=32800,FileSize=21143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:312]: File: C:\Python34\Lib\test\test_cmd_line_script.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:323]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:325]: Executing op: FileCopy(SourceName=C:\Config.Msi\5268b.rbf,,DestName=C:\Python34\Lib\test\test_bufio.py,Attributes=32800,FileSize=2672,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:327]: File: C:\Python34\Lib\test\test_bufio.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:339]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:340]: Executing op: FileCopy(SourceName=C:\Config.Msi\5268a.rbf,,DestName=C:\Python34\Lib\test\test_hmac.py,Attributes=32800,FileSize=21197,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:343]: File: C:\Python34\Lib\test\test_hmac.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:355]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:357]: Executing op: FileCopy(SourceName=C:\Config.Msi\52689.rbf,,DestName=C:\Python34\Lib\test\test_set.py,Attributes=32800,FileSize=65532,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:359]: File: C:\Python34\Lib\test\test_set.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:369]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:371]: Executing op: FileCopy(SourceName=C:\Config.Msi\52688.rbf,,DestName=C:\Python34\Lib\test\randv2_64.pck,Attributes=32800,FileSize=7365,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:374]: File: C:\Python34\Lib\test\randv2_64.pck; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:383]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:385]: Executing op: FileCopy(SourceName=C:\Config.Msi\52687.rbf,,DestName=C:\Python34\Lib\test\test_gc.py,Attributes=32800,FileSize=34456,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:388]: File: C:\Python34\Lib\test\test_gc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:400]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:403]: Executing op: FileCopy(SourceName=C:\Config.Msi\52686.rbf,,DestName=C:\Python34\Lib\test\test_osx_env.py,Attributes=32800,FileSize=1376,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:404]: File: C:\Python34\Lib\test\test_osx_env.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:414]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:416]: Executing op: FileCopy(SourceName=C:\Config.Msi\52685.rbf,,DestName=C:\Python34\Lib\test\test_urllib2_localnet.py,Attributes=32800,FileSize=26763,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:418]: File: C:\Python34\Lib\test\test_urllib2_localnet.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:432]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:435]: Executing op: FileCopy(SourceName=C:\Config.Msi\52684.rbf,,DestName=C:\Python34\Lib\test\test_mailcap.py,Attributes=32800,FileSize=9442,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:438]: File: C:\Python34\Lib\test\test_mailcap.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:450]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:452]: Executing op: FileCopy(SourceName=C:\Config.Msi\52683.rbf,,DestName=C:\Python34\Lib\test\test_winsound.py,Attributes=32800,FileSize=9323,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:454]: File: C:\Python34\Lib\test\test_winsound.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:465]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:468]: Executing op: FileCopy(SourceName=C:\Config.Msi\52682.rbf,,DestName=C:\Python34\Lib\test\test_slice.py,Attributes=32800,FileSize=8506,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:471]: File: C:\Python34\Lib\test\test_slice.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:481]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:483]: Executing op: FileCopy(SourceName=C:\Config.Msi\52681.rbf,,DestName=C:\Python34\Lib\test\test__opcode.py,Attributes=32800,FileSize=931,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:485]: File: C:\Python34\Lib\test\test__opcode.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:495]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:497]: Executing op: FileCopy(SourceName=C:\Config.Msi\52680.rbf,,DestName=C:\Python34\Lib\test\final_a.py,Attributes=32800,FileSize=430,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:500]: File: C:\Python34\Lib\test\final_a.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:511]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:513]: Executing op: FileCopy(SourceName=C:\Config.Msi\5267f.rbf,,DestName=C:\Python34\Lib\test\ssl_key.passwd.pem,Attributes=32800,FileSize=981,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:515]: File: C:\Python34\Lib\test\ssl_key.passwd.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:527]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:529]: Executing op: FileCopy(SourceName=C:\Config.Msi\5267e.rbf,,DestName=C:\Python34\Lib\test\test_long.py,Attributes=32800,FileSize=52374,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:532]: File: C:\Python34\Lib\test\test_long.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:545]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:546]: Executing op: FileCopy(SourceName=C:\Config.Msi\5267d.rbf,,DestName=C:\Python34\Lib\test\test_filecmp.py,Attributes=32800,FileSize=9111,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:549]: File: C:\Python34\Lib\test\test_filecmp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:561]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:563]: Executing op: FileCopy(SourceName=C:\Config.Msi\5267c.rbf,,DestName=C:\Python34\Lib\test\test_select.py,Attributes=32800,FileSize=2825,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:566]: File: C:\Python34\Lib\test\test_select.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:576]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:578]: Executing op: FileCopy(SourceName=C:\Config.Msi\5267b.rbf,,DestName=C:\Python34\Lib\test\keycert2.pem,Attributes=32800,FileSize=1826,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:580]: File: C:\Python34\Lib\test\keycert2.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:594]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:596]: Executing op: FileCopy(SourceName=C:\Config.Msi\5267a.rbf,,DestName=C:\Python34\Lib\test\test_file_eintr.py,Attributes=32800,FileSize=10567,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:599]: File: C:\Python34\Lib\test\test_file_eintr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:611]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:613]: Executing op: FileCopy(SourceName=C:\Config.Msi\52679.rbf,,DestName=C:\Python34\Lib\test\test_minidom.py,Attributes=32800,FileSize=65873,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:616]: File: C:\Python34\Lib\test\test_minidom.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:628]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:631]: Executing op: FileCopy(SourceName=C:\Config.Msi\52678.rbf,,DestName=C:\Python34\Lib\test\test_atexit.py,Attributes=32800,FileSize=4835,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:633]: File: C:\Python34\Lib\test\test_atexit.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:646]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:648]: Executing op: FileCopy(SourceName=C:\Config.Msi\52677.rbf,,DestName=C:\Python34\Lib\test\test_source_encoding.py,Attributes=32800,FileSize=5368,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:651]: File: C:\Python34\Lib\test\test_source_encoding.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:661]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:663]: Executing op: FileCopy(SourceName=C:\Config.Msi\52676.rbf,,DestName=C:\Python34\Lib\test\test_mmap.py,Attributes=32800,FileSize=27891,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:665]: File: C:\Python34\Lib\test\test_mmap.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:677]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:679]: Executing op: FileCopy(SourceName=C:\Config.Msi\52675.rbf,,DestName=C:\Python34\Lib\test\test_dictviews.py,Attributes=32800,FileSize=8919,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:682]: File: C:\Python34\Lib\test\test_dictviews.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:691]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:693]: Executing op: FileCopy(SourceName=C:\Config.Msi\52674.rbf,,DestName=C:\Python34\Lib\test\test_unpack_ex.py,Attributes=32800,FileSize=4311,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:696]: File: C:\Python34\Lib\test\test_unpack_ex.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:706]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:708]: Executing op: FileCopy(SourceName=C:\Config.Msi\52673.rbf,,DestName=C:\Python34\Lib\test\test_openpty.py,Attributes=32800,FileSize=707,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:711]: File: C:\Python34\Lib\test\test_openpty.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:721]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:724]: Executing op: FileCopy(SourceName=C:\Config.Msi\52672.rbf,,DestName=C:\Python34\Lib\test\test_syntax.py,Attributes=32800,FileSize=18661,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:725]: File: C:\Python34\Lib\test\test_syntax.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:734]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:736]: Executing op: FileCopy(SourceName=C:\Config.Msi\52671.rbf,,DestName=C:\Python34\Lib\test\badsyntax_future9.py,Attributes=32800,FileSize=152,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:738]: File: C:\Python34\Lib\test\badsyntax_future9.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:749]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:751]: Executing op: FileCopy(SourceName=C:\Config.Msi\52670.rbf,,DestName=C:\Python34\Lib\test\test_pyexpat.py,Attributes=32800,FileSize=26295,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:754]: File: C:\Python34\Lib\test\test_pyexpat.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:764]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:766]: Executing op: FileCopy(SourceName=C:\Config.Msi\5266f.rbf,,DestName=C:\Python34\Lib\test\test_csv.py,Attributes=32800,FileSize=43475,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:769]: File: C:\Python34\Lib\test\test_csv.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:780]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:782]: Executing op: FileCopy(SourceName=C:\Config.Msi\5266e.rbf,,DestName=C:\Python34\Lib\test\test_urllib2.py,Attributes=32800,FileSize=69169,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:785]: File: C:\Python34\Lib\test\test_urllib2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:796]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:798]: Executing op: FileCopy(SourceName=C:\Config.Msi\5266d.rbf,,DestName=C:\Python34\Lib\test\test_file.py,Attributes=32800,FileSize=11696,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:800]: File: C:\Python34\Lib\test\test_file.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:811]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:812]: Executing op: FileCopy(SourceName=C:\Config.Msi\5266c.rbf,,DestName=C:\Python34\Lib\test\test_http_cookiejar.py,Attributes=32800,FileSize=73398,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:814]: File: C:\Python34\Lib\test\test_http_cookiejar.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:823]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:825]: Executing op: FileCopy(SourceName=C:\Config.Msi\5266b.rbf,,DestName=C:\Python34\Lib\test\test_funcattrs.py,Attributes=32800,FileSize=13751,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:827]: File: C:\Python34\Lib\test\test_funcattrs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:837]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:838]: Executing op: FileCopy(SourceName=C:\Config.Msi\5266a.rbf,,DestName=C:\Python34\Lib\test\test_abstract_numbers.py,Attributes=32800,FileSize=1572,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:840]: File: C:\Python34\Lib\test\test_abstract_numbers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:848]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:849]: Executing op: FileCopy(SourceName=C:\Config.Msi\52669.rbf,,DestName=C:\Python34\Lib\test\test_regrtest.py,Attributes=32800,FileSize=10886,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:851]: File: C:\Python34\Lib\test\test_regrtest.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:860]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:862]: Executing op: FileCopy(SourceName=C:\Config.Msi\52668.rbf,,DestName=C:\Python34\Lib\test\test_dbm_ndbm.py,Attributes=32800,FileSize=1676,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:864]: File: C:\Python34\Lib\test\test_dbm_ndbm.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:875]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:877]: Executing op: FileCopy(SourceName=C:\Config.Msi\52667.rbf,,DestName=C:\Python34\Lib\test\test_html.py,Attributes=32800,FileSize=4476,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:880]: File: C:\Python34\Lib\test\test_html.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:890]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:893]: Executing op: FileCopy(SourceName=C:\Config.Msi\52666.rbf,,DestName=C:\Python34\Lib\test\test_shelve.py,Attributes=32800,FileSize=6494,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:895]: File: C:\Python34\Lib\test\test_shelve.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:904]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:905]: Executing op: FileCopy(SourceName=C:\Config.Msi\52665.rbf,,DestName=C:\Python34\Lib\test\test_unicode_file.py,Attributes=32800,FileSize=6083,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:907]: File: C:\Python34\Lib\test\test_unicode_file.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:914]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:916]: Executing op: FileCopy(SourceName=C:\Config.Msi\52664.rbf,,DestName=C:\Python34\Lib\test\test_largefile.py,Attributes=32800,FileSize=6734,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:918]: File: C:\Python34\Lib\test\test_largefile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:925]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:927]: Executing op: FileCopy(SourceName=C:\Config.Msi\52663.rbf,,DestName=C:\Python34\Lib\test\test_peepholer.py,Attributes=32800,FileSize=13446,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:930]: File: C:\Python34\Lib\test\test_peepholer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:941]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:942]: Executing op: FileCopy(SourceName=C:\Config.Msi\52662.rbf,,DestName=C:\Python34\Lib\test\test_compile.py,Attributes=32800,FileSize=21701,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:944]: File: C:\Python34\Lib\test\test_compile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:952]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:954]: Executing op: FileCopy(SourceName=C:\Config.Msi\52661.rbf,,DestName=C:\Python34\Lib\test\test_re.py,Attributes=32800,FileSize=69533,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:956]: File: C:\Python34\Lib\test\test_re.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:966]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:968]: Executing op: FileCopy(SourceName=C:\Config.Msi\52660.rbf,,DestName=C:\Python34\Lib\test\test_cmath.py,Attributes=32800,FileSize=21406,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:971]: File: C:\Python34\Lib\test\test_cmath.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:982]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:984]: Executing op: FileCopy(SourceName=C:\Config.Msi\5265f.rbf,,DestName=C:\Python34\Lib\test\test_queue.py,Attributes=32800,FileSize=13507,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:986]: File: C:\Python34\Lib\test\test_queue.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:994]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:995]: Executing op: FileCopy(SourceName=C:\Config.Msi\5265e.rbf,,DestName=C:\Python34\Lib\test\buffer_tests.py,Attributes=32800,FileSize=11592,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:997]: File: C:\Python34\Lib\test\buffer_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:009]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:011]: Executing op: FileCopy(SourceName=C:\Config.Msi\5265d.rbf,,DestName=C:\Python34\Lib\test\test_linecache.py,Attributes=32800,FileSize=4266,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:013]: File: C:\Python34\Lib\test\test_linecache.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:022]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:024]: Executing op: FileCopy(SourceName=C:\Config.Msi\5265c.rbf,,DestName=C:\Python34\Lib\test\math_testcases.txt,Attributes=32800,FileSize=24375,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:026]: File: C:\Python34\Lib\test\math_testcases.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:034]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:037]: Executing op: FileCopy(SourceName=C:\Config.Msi\5265b.rbf,,DestName=C:\Python34\Lib\test\test_binhex.py,Attributes=32800,FileSize=1564,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:039]: File: C:\Python34\Lib\test\test_binhex.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:051]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:053]: Executing op: FileCopy(SourceName=C:\Config.Msi\5265a.rbf,,DestName=C:\Python34\Lib\test\test_import.py,Attributes=32800,FileSize=41251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:055]: File: C:\Python34\Lib\test\test_import.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:065]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:066]: Executing op: FileCopy(SourceName=C:\Config.Msi\52659.rbf,,DestName=C:\Python34\Lib\test\test_fileinput.py,Attributes=32800,FileSize=35229,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:069]: File: C:\Python34\Lib\test\test_fileinput.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:077]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:079]: Executing op: FileCopy(SourceName=C:\Config.Msi\52658.rbf,,DestName=C:\Python34\Lib\test\test_iterlen.py,Attributes=32800,FileSize=7520,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:082]: File: C:\Python34\Lib\test\test_iterlen.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:093]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:095]: Executing op: FileCopy(SourceName=C:\Config.Msi\52657.rbf,,DestName=C:\Python34\Lib\test\autotest.py,Attributes=32800,FileSize=217,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:097]: File: C:\Python34\Lib\test\autotest.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:107]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:109]: Executing op: FileCopy(SourceName=C:\Config.Msi\52656.rbf,,DestName=C:\Python34\Lib\test\test_fcntl.py,Attributes=32800,FileSize=5372,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:110]: File: C:\Python34\Lib\test\test_fcntl.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:121]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:127]: Executing op: FileCopy(SourceName=C:\Config.Msi\52655.rbf,,DestName=C:\Python34\Lib\test\test_scope.py,Attributes=32800,FileSize=20998,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:129]: File: C:\Python34\Lib\test\test_scope.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:139]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:141]: Executing op: FileCopy(SourceName=C:\Config.Msi\52654.rbf,,DestName=C:\Python34\Lib\test\test_colorsys.py,Attributes=32800,FileSize=4027,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:144]: File: C:\Python34\Lib\test\test_colorsys.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:155]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:157]: Executing op: FileCopy(SourceName=C:\Config.Msi\52653.rbf,,DestName=C:\Python34\Lib\test\test_genericpath.py,Attributes=32800,FileSize=16658,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:159]: File: C:\Python34\Lib\test\test_genericpath.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:168]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:170]: Executing op: FileCopy(SourceName=C:\Config.Msi\52652.rbf,,DestName=C:\Python34\Lib\test\gdb_sample.py,Attributes=32800,FileSize=165,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:172]: File: C:\Python34\Lib\test\gdb_sample.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:241]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:243]: Executing op: FileCopy(SourceName=C:\Config.Msi\52651.rbf,,DestName=C:\Python34\Lib\test\test_structmembers.py,Attributes=32800,FileSize=5036,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:245]: File: C:\Python34\Lib\test\test_structmembers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:254]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:256]: Executing op: FileCopy(SourceName=C:\Config.Msi\52650.rbf,,DestName=C:\Python34\Lib\test\test_threadsignals.py,Attributes=32800,FileSize=9668,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:258]: File: C:\Python34\Lib\test\test_threadsignals.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:391]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:393]: Executing op: FileCopy(SourceName=C:\Config.Msi\5264f.rbf,,DestName=C:\Python34\Lib\test\test_exception_variations.py,Attributes=32800,FileSize=4216,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:395]: File: C:\Python34\Lib\test\test_exception_variations.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:407]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:452]: Executing op: FileCopy(SourceName=C:\Config.Msi\5264e.rbf,,DestName=C:\Python34\Lib\test\reperf.py,Attributes=32800,FileSize=561,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:454]: File: C:\Python34\Lib\test\reperf.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:465]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:468]: Executing op: FileCopy(SourceName=C:\Config.Msi\5264d.rbf,,DestName=C:\Python34\Lib\test\test_inspect.py,Attributes=32800,FileSize=121528,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:470]: File: C:\Python34\Lib\test\test_inspect.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:481]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:483]: Executing op: FileCopy(SourceName=C:\Config.Msi\5264c.rbf,,DestName=C:\Python34\Lib\test\test_poll.py,Attributes=32800,FileSize=6767,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:485]: File: C:\Python34\Lib\test\test_poll.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:496]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:498]: Executing op: FileCopy(SourceName=C:\Config.Msi\5264b.rbf,,DestName=C:\Python34\Lib\test\nullcert.pem,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:501]: File: C:\Python34\Lib\test\nullcert.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:509]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:512]: Executing op: FileCopy(SourceName=C:\Config.Msi\5264a.rbf,,DestName=C:\Python34\Lib\test\test_trace.py,Attributes=32800,FileSize=15238,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:514]: File: C:\Python34\Lib\test\test_trace.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:522]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:524]: Executing op: FileCopy(SourceName=C:\Config.Msi\52649.rbf,,DestName=C:\Python34\Lib\test\test__osx_support.py,Attributes=32800,FileSize=12057,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:526]: File: C:\Python34\Lib\test\test__osx_support.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:537]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:539]: Executing op: FileCopy(SourceName=C:\Config.Msi\52648.rbf,,DestName=C:\Python34\Lib\test\test_doctest2.py,Attributes=32800,FileSize=2482,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:541]: File: C:\Python34\Lib\test\test_doctest2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:549]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:551]: Executing op: FileCopy(SourceName=C:\Config.Msi\52647.rbf,,DestName=C:\Python34\Lib\test\test_code_module.py,Attributes=32800,FileSize=3095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:553]: File: C:\Python34\Lib\test\test_code_module.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:563]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:564]: Executing op: FileCopy(SourceName=C:\Config.Msi\52646.rbf,,DestName=C:\Python34\Lib\test\test_pyclbr.py,Attributes=32800,FileSize=7173,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:567]: File: C:\Python34\Lib\test\test_pyclbr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:577]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:579]: Executing op: FileCopy(SourceName=C:\Config.Msi\52645.rbf,,DestName=C:\Python34\Lib\test\test_socket.py,Attributes=32800,FileSize=200055,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:580]: File: C:\Python34\Lib\test\test_socket.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:592]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:594]: Executing op: FileCopy(SourceName=C:\Config.Msi\52644.rbf,,DestName=C:\Python34\Lib\test\test_functools.py,Attributes=32800,FileSize=61812,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:596]: File: C:\Python34\Lib\test\test_functools.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:608]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:610]: Executing op: FileCopy(SourceName=C:\Config.Msi\52643.rbf,,DestName=C:\Python34\Lib\test\memory_watchdog.py,Attributes=32800,FileSize=887,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:611]: File: C:\Python34\Lib\test\memory_watchdog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:619]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:621]: Executing op: FileCopy(SourceName=C:\Config.Msi\52642.rbf,,DestName=C:\Python34\Lib\test\test_complex.py,Attributes=32800,FileSize=28558,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:623]: File: C:\Python34\Lib\test\test_complex.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:634]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:635]: Executing op: FileCopy(SourceName=C:\Config.Msi\52641.rbf,,DestName=C:\Python34\Lib\test\test_concurrent_futures.py,Attributes=32800,FileSize=24513,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:638]: File: C:\Python34\Lib\test\test_concurrent_futures.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:649]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:651]: Executing op: FileCopy(SourceName=C:\Config.Msi\52640.rbf,,DestName=C:\Python34\Lib\test\test_posixpath.py,Attributes=32800,FileSize=24281,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:652]: File: C:\Python34\Lib\test\test_posixpath.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:659]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:661]: Executing op: FileCopy(SourceName=C:\Config.Msi\5263f.rbf,,DestName=C:\Python34\Lib\test\test_posix.py,Attributes=32800,FileSize=50206,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:663]: File: C:\Python34\Lib\test\test_posix.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:674]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:676]: Executing op: FileCopy(SourceName=C:\Config.Msi\5263e.rbf,,DestName=C:\Python34\Lib\test\test_codecmaps_cn.py,Attributes=32800,FileSize=910,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:677]: File: C:\Python34\Lib\test\test_codecmaps_cn.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:686]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:688]: Executing op: FileCopy(SourceName=C:\Config.Msi\5263d.rbf,,DestName=C:\Python34\Lib\test\formatfloat_testcases.txt,Attributes=32800,FileSize=7985,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:689]: File: C:\Python34\Lib\test\formatfloat_testcases.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:696]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:699]: Executing op: FileCopy(SourceName=C:\Config.Msi\5263c.rbf,,DestName=C:\Python34\Lib\test\test_ntpath.py,Attributes=32800,FileSize=18776,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:701]: File: C:\Python34\Lib\test\test_ntpath.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:711]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:713]: Executing op: FileCopy(SourceName=C:\Config.Msi\5263b.rbf,,DestName=C:\Python34\Lib\test\test_nntplib.py,Attributes=32800,FileSize=57892,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:715]: File: C:\Python34\Lib\test\test_nntplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:726]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:728]: Executing op: FileCopy(SourceName=C:\Config.Msi\5263a.rbf,,DestName=C:\Python34\Lib\test\badsyntax_3131.py,Attributes=32800,FileSize=34,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:731]: File: C:\Python34\Lib\test\badsyntax_3131.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:742]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:743]: Executing op: FileCopy(SourceName=C:\Config.Msi\52639.rbf,,DestName=C:\Python34\Lib\test\test_audioop.py,Attributes=32800,FileSize=27707,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:746]: File: C:\Python34\Lib\test\test_audioop.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:756]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:758]: Executing op: FileCopy(SourceName=C:\Config.Msi\52638.rbf,,DestName=C:\Python34\Lib\test\test_itertools.py,Attributes=32800,FileSize=88477,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:760]: File: C:\Python34\Lib\test\test_itertools.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:768]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:769]: Executing op: FileCopy(SourceName=C:\Config.Msi\52637.rbf,,DestName=C:\Python34\Lib\test\test_class.py,Attributes=32800,FileSize=14670,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:771]: File: C:\Python34\Lib\test\test_class.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:779]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:781]: Executing op: FileCopy(SourceName=C:\Config.Msi\52636.rbf,,DestName=C:\Python34\Lib\test\test_site.py,Attributes=32800,FileSize=19507,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:783]: File: C:\Python34\Lib\test\test_site.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:793]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:795]: Executing op: FileCopy(SourceName=C:\Config.Msi\52635.rbf,,DestName=C:\Python34\Lib\test\test_unicode.py,Attributes=32800,FileSize=118614,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:797]: File: C:\Python34\Lib\test\test_unicode.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:808]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:809]: Executing op: FileCopy(SourceName=C:\Config.Msi\52634.rbf,,DestName=C:\Python34\Lib\test\test_global.py,Attributes=32800,FileSize=1341,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:812]: File: C:\Python34\Lib\test\test_global.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:822]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:824]: Executing op: FileCopy(SourceName=C:\Config.Msi\52633.rbf,,DestName=C:\Python34\Lib\test\test_optparse.py,Attributes=32800,FileSize=63916,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:826]: File: C:\Python34\Lib\test\test_optparse.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:837]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:839]: Executing op: FileCopy(SourceName=C:\Config.Msi\52632.rbf,,DestName=C:\Python34\Lib\test\test_pkg.py,Attributes=32800,FileSize=10058,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:842]: File: C:\Python34\Lib\test\test_pkg.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:851]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:853]: Executing op: FileCopy(SourceName=C:\Config.Msi\52631.rbf,,DestName=C:\Python34\Lib\test\mp_fork_bomb.py,Attributes=32800,FileSize=466,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:854]: File: C:\Python34\Lib\test\mp_fork_bomb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:861]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:862]: Executing op: FileCopy(SourceName=C:\Config.Msi\52630.rbf,,DestName=C:\Python34\Lib\test\test_calendar.py,Attributes=32800,FileSize=40339,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:864]: File: C:\Python34\Lib\test\test_calendar.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:872]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:873]: Executing op: FileCopy(SourceName=C:\Config.Msi\5262f.rbf,,DestName=C:\Python34\Lib\test\floating_points.txt,Attributes=32800,FileSize=17330,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:874]: File: C:\Python34\Lib\test\floating_points.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:881]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:883]: Executing op: FileCopy(SourceName=C:\Config.Msi\5262e.rbf,,DestName=C:\Python34\Lib\test\ieee754.txt,Attributes=32800,FileSize=3468,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:884]: File: C:\Python34\Lib\test\ieee754.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:892]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:893]: Executing op: FileCopy(SourceName=C:\Config.Msi\5262d.rbf,,DestName=C:\Python34\Lib\test\test_selectors.py,Attributes=32800,FileSize=14318,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:894]: File: C:\Python34\Lib\test\test_selectors.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:902]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:903]: Executing op: FileCopy(SourceName=C:\Config.Msi\5262c.rbf,,DestName=C:\Python34\Lib\test\datetimetester.py,Attributes=32800,FileSize=154614,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:905]: File: C:\Python34\Lib\test\datetimetester.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:911]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:913]: Executing op: FileCopy(SourceName=C:\Config.Msi\5262b.rbf,,DestName=C:\Python34\Lib\test\test_binascii.py,Attributes=32800,FileSize=10446,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:914]: File: C:\Python34\Lib\test\test_binascii.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:922]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:924]: Executing op: FileCopy(SourceName=C:\Config.Msi\5262a.rbf,,DestName=C:\Python34\Lib\test\test_dis.py,Attributes=32800,FileSize=42255,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:925]: File: C:\Python34\Lib\test\test_dis.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:932]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:933]: Executing op: FileCopy(SourceName=C:\Config.Msi\52629.rbf,,DestName=C:\Python34\Lib\test\cfgparser.1,Attributes=32800,FileSize=23,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:935]: File: C:\Python34\Lib\test\cfgparser.1; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:942]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:943]: Executing op: FileCopy(SourceName=C:\Config.Msi\52628.rbf,,DestName=C:\Python34\Lib\test\cfgparser.3,Attributes=32800,FileSize=1656,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:944]: File: C:\Python34\Lib\test\cfgparser.3; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:952]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:953]: Executing op: FileCopy(SourceName=C:\Config.Msi\52627.rbf,,DestName=C:\Python34\Lib\test\cfgparser.2,Attributes=32800,FileSize=20009,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:954]: File: C:\Python34\Lib\test\cfgparser.2; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:961]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:962]: Executing op: FileCopy(SourceName=C:\Config.Msi\52626.rbf,,DestName=C:\Python34\Lib\test\test_statistics.py,Attributes=32800,FileSize=61994,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:964]: File: C:\Python34\Lib\test\test_statistics.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:971]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:972]: Executing op: FileCopy(SourceName=C:\Config.Msi\52625.rbf,,DestName=C:\Python34\Lib\test\test_ossaudiodev.py,Attributes=32800,FileSize=7418,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:974]: File: C:\Python34\Lib\test\test_ossaudiodev.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:980]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:982]: Executing op: FileCopy(SourceName=C:\Config.Msi\52624.rbf,,DestName=C:\Python34\Lib\test\test_bisect.py,Attributes=32800,FileSize=14288,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:983]: File: C:\Python34\Lib\test\test_bisect.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:990]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:991]: Executing op: FileCopy(SourceName=C:\Config.Msi\52623.rbf,,DestName=C:\Python34\Lib\test\test_unittest.py,Attributes=32800,FileSize=302,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:993]: File: C:\Python34\Lib\test\test_unittest.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:000]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:001]: Executing op: FileCopy(SourceName=C:\Config.Msi\52622.rbf,,DestName=C:\Python34\Lib\test\test_pydoc.py,Attributes=32800,FileSize=38056,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:003]: File: C:\Python34\Lib\test\test_pydoc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:012]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:013]: Executing op: FileCopy(SourceName=C:\Config.Msi\52621.rbf,,DestName=C:\Python34\Lib\test\test_sched.py,Attributes=32800,FileSize=6787,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:015]: File: C:\Python34\Lib\test\test_sched.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:022]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:023]: Executing op: FileCopy(SourceName=C:\Config.Msi\52620.rbf,,DestName=C:\Python34\Lib\test\test_random.py,Attributes=32800,FileSize=32397,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:025]: File: C:\Python34\Lib\test\test_random.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:031]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:032]: Executing op: FileCopy(SourceName=C:\Config.Msi\5261f.rbf,,DestName=C:\Python34\Lib\test\test_poplib.py,Attributes=32800,FileSize=16438,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:034]: File: C:\Python34\Lib\test\test_poplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:041]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:042]: Executing op: FileCopy(SourceName=C:\Config.Msi\5261e.rbf,,DestName=C:\Python34\Lib\test\test_dummy_threading.py,Attributes=32800,FileSize=1871,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:044]: File: C:\Python34\Lib\test\test_dummy_threading.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:051]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:052]: Executing op: FileCopy(SourceName=C:\Config.Msi\5261d.rbf,,DestName=C:\Python34\Lib\test\test_wait4.py,Attributes=32800,FileSize=1178,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:053]: File: C:\Python34\Lib\test\test_wait4.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:060]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:062]: Executing op: FileCopy(SourceName=C:\Config.Msi\5261c.rbf,,DestName=C:\Python34\Lib\test\test_pipes.py,Attributes=32800,FileSize=6669,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:063]: File: C:\Python34\Lib\test\test_pipes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:070]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:071]: Executing op: FileCopy(SourceName=C:\Config.Msi\5261b.rbf,,DestName=C:\Python34\Lib\test\test_sndhdr.py,Attributes=32800,FileSize=891,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:073]: File: C:\Python34\Lib\test\test_sndhdr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:080]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:081]: Executing op: FileCopy(SourceName=C:\Config.Msi\5261a.rbf,,DestName=C:\Python34\Lib\test\test_pep277.py,Attributes=32800,FileSize=7336,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:082]: File: C:\Python34\Lib\test\test_pep277.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:089]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:091]: Executing op: FileCopy(SourceName=C:\Config.Msi\52619.rbf,,DestName=C:\Python34\Lib\test\tokenize_tests.txt,Attributes=32800,FileSize=2907,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:092]: File: C:\Python34\Lib\test\tokenize_tests.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:104]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:107]: Executing op: FileCopy(SourceName=C:\Config.Msi\52618.rbf,,DestName=C:\Python34\Lib\test\test_userstring.py,Attributes=32800,FileSize=1523,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:110]: File: C:\Python34\Lib\test\test_userstring.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:118]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:120]: Executing op: FileCopy(SourceName=C:\Config.Msi\52617.rbf,,DestName=C:\Python34\Lib\test\test_netrc.py,Attributes=32800,FileSize=4737,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:122]: File: C:\Python34\Lib\test\test_netrc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:130]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:132]: Executing op: FileCopy(SourceName=C:\Config.Msi\52616.rbf,,DestName=C:\Python34\Lib\test\test_unpack.py,Attributes=32800,FileSize=2749,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:135]: File: C:\Python34\Lib\test\test_unpack.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:145]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:146]: Executing op: FileCopy(SourceName=C:\Config.Msi\52615.rbf,,DestName=C:\Python34\Lib\test\test_pep352.py,Attributes=32800,FileSize=7229,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:148]: File: C:\Python34\Lib\test\test_pep352.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:155]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:157]: Executing op: FileCopy(SourceName=C:\Config.Msi\52614.rbf,,DestName=C:\Python34\Lib\test\test_dynamicclassattribute.py,Attributes=32800,FileSize=10212,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:159]: File: C:\Python34\Lib\test\test_dynamicclassattribute.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:166]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:167]: Executing op: FileCopy(SourceName=C:\Config.Msi\52613.rbf,,DestName=C:\Python34\Lib\test\test_sqlite.py,Attributes=32800,FileSize=917,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:169]: File: C:\Python34\Lib\test\test_sqlite.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:176]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:177]: Executing op: FileCopy(SourceName=C:\Config.Msi\52612.rbf,,DestName=C:\Python34\Lib\test\test_range.py,Attributes=32800,FileSize=23875,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:178]: File: C:\Python34\Lib\test\test_range.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:185]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:186]: Executing op: FileCopy(SourceName=C:\Config.Msi\52611.rbf,,DestName=C:\Python34\Lib\test\test_sax.py,Attributes=32800,FileSize=35292,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:188]: File: C:\Python34\Lib\test\test_sax.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:195]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:196]: Executing op: FileCopy(SourceName=C:\Config.Msi\52610.rbf,,DestName=C:\Python34\Lib\test\threaded_import_hangers.py,Attributes=32800,FileSize=1529,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:197]: File: C:\Python34\Lib\test\threaded_import_hangers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:205]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:206]: Executing op: FileCopy(SourceName=C:\Config.Msi\5260f.rbf,,DestName=C:\Python34\Lib\test\test_smtplib.py,Attributes=32800,FileSize=36811,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:208]: File: C:\Python34\Lib\test\test_smtplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:215]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:216]: Executing op: FileCopy(SourceName=C:\Config.Msi\5260e.rbf,,DestName=C:\Python34\Lib\test\sha256.pem,Attributes=32800,FileSize=8472,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:218]: File: C:\Python34\Lib\test\sha256.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:225]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:226]: Executing op: FileCopy(SourceName=C:\Config.Msi\5260d.rbf,,DestName=C:\Python34\Lib\test\test_keyword.py,Attributes=32800,FileSize=5978,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:228]: File: C:\Python34\Lib\test\test_keyword.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:235]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:236]: Executing op: FileCopy(SourceName=C:\Config.Msi\5260c.rbf,,DestName=C:\Python34\Lib\test\test_memoryview.py,Attributes=32800,FileSize=16547,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:238]: File: C:\Python34\Lib\test\test_memoryview.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:245]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:247]: Executing op: FileCopy(SourceName=C:\Config.Msi\5260b.rbf,,DestName=C:\Python34\Lib\test\test_dbm_gnu.py,Attributes=32800,FileSize=3451,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:248]: File: C:\Python34\Lib\test\test_dbm_gnu.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:255]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:256]: Executing op: FileCopy(SourceName=C:\Config.Msi\5260a.rbf,,DestName=C:\Python34\Lib\test\tf_inherit_check.py,Attributes=32800,FileSize=602,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:258]: File: C:\Python34\Lib\test\tf_inherit_check.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:265]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:267]: Executing op: FileCopy(SourceName=C:\Config.Msi\52609.rbf,,DestName=C:\Python34\Lib\test\mock_socket.py,Attributes=32800,FileSize=3545,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:268]: File: C:\Python34\Lib\test\mock_socket.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:275]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:276]: Executing op: FileCopy(SourceName=C:\Config.Msi\52608.rbf,,DestName=C:\Python34\Lib\test\test_doctest4.txt,Attributes=32800,FileSize=255,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:278]: File: C:\Python34\Lib\test\test_doctest4.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:284]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:286]: Executing op: FileCopy(SourceName=C:\Config.Msi\52607.rbf,,DestName=C:\Python34\Lib\test\test_quopri.py,Attributes=32800,FileSize=7923,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:287]: File: C:\Python34\Lib\test\test_quopri.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:295]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:297]: Executing op: FileCopy(SourceName=C:\Config.Msi\52606.rbf,,DestName=C:\Python34\Lib\test\test_ensurepip.py,Attributes=32800,FileSize=11650,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:298]: File: C:\Python34\Lib\test\test_ensurepip.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:305]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:306]: Executing op: FileCopy(SourceName=C:\Config.Msi\52605.rbf,,DestName=C:\Python34\Lib\test\ssltests.py,Attributes=32800,FileSize=662,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:308]: File: C:\Python34\Lib\test\ssltests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:315]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:316]: Executing op: FileCopy(SourceName=C:\Config.Msi\52604.rbf,,DestName=C:\Python34\Lib\test\test_ipaddress.py,Attributes=32800,FileSize=76541,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:317]: File: C:\Python34\Lib\test\test_ipaddress.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:327]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:329]: Executing op: FileCopy(SourceName=C:\Config.Msi\52603.rbf,,DestName=C:\Python34\Lib\test\test_py_compile.py,Attributes=32800,FileSize=4154,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:330]: File: C:\Python34\Lib\test\test_py_compile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:337]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:338]: Executing op: FileCopy(SourceName=C:\Config.Msi\52602.rbf,,DestName=C:\Python34\Lib\test\test_textwrap.py,Attributes=32800,FileSize=37184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:340]: File: C:\Python34\Lib\test\test_textwrap.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:347]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:348]: Executing op: FileCopy(SourceName=C:\Config.Msi\52601.rbf,,DestName=C:\Python34\Lib\test\test_codeop.py,Attributes=32800,FileSize=7934,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:350]: File: C:\Python34\Lib\test\test_codeop.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:357]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:358]: Executing op: FileCopy(SourceName=C:\Config.Msi\52600.rbf,,DestName=C:\Python34\Lib\test\testcodec.py,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:360]: File: C:\Python34\Lib\test\testcodec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:366]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:368]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ff.rbf,,DestName=C:\Python34\Lib\test\test_numeric_tower.py,Attributes=32800,FileSize=7653,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:369]: File: C:\Python34\Lib\test\test_numeric_tower.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:376]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:377]: Executing op: FileCopy(SourceName=C:\Config.Msi\525fe.rbf,,DestName=C:\Python34\Lib\test\multibytecodec_support.py,Attributes=32800,FileSize=14899,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:379]: File: C:\Python34\Lib\test\multibytecodec_support.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:385]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:387]: Executing op: FileCopy(SourceName=C:\Config.Msi\525fd.rbf,,DestName=C:\Python34\Lib\test\test_operator.py,Attributes=32800,FileSize=19092,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:388]: File: C:\Python34\Lib\test\test_operator.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:395]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:396]: Executing op: FileCopy(SourceName=C:\Config.Msi\525fc.rbf,,DestName=C:\Python34\Lib\test\test_marshal.py,Attributes=32800,FileSize=15548,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:398]: File: C:\Python34\Lib\test\test_marshal.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:405]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:406]: Executing op: FileCopy(SourceName=C:\Config.Msi\525fb.rbf,,DestName=C:\Python34\Lib\test\test_crashers.py,Attributes=32800,FileSize=1248,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:407]: File: C:\Python34\Lib\test\test_crashers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:414]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:415]: Executing op: FileCopy(SourceName=C:\Config.Msi\525fa.rbf,,DestName=C:\Python34\Lib\test\test_finalization.py,Attributes=32800,FileSize=15073,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:417]: File: C:\Python34\Lib\test\test_finalization.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:424]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:425]: Executing op: FileCopy(SourceName=C:\Config.Msi\525f9.rbf,,DestName=C:\Python34\Lib\test\ssl_servers.py,Attributes=32800,FileSize=7249,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:427]: File: C:\Python34\Lib\test\ssl_servers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:433]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:435]: Executing op: FileCopy(SourceName=C:\Config.Msi\525f8.rbf,,DestName=C:\Python34\Lib\test\test_threading.py,Attributes=32800,FileSize=37707,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:436]: File: C:\Python34\Lib\test\test_threading.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:443]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:444]: Executing op: FileCopy(SourceName=C:\Config.Msi\525f7.rbf,,DestName=C:\Python34\Lib\test\test_fnmatch.py,Attributes=32800,FileSize=2996,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:447]: File: C:\Python34\Lib\test\test_fnmatch.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:455]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:456]: Executing op: FileCopy(SourceName=C:\Config.Msi\525f6.rbf,,DestName=C:\Python34\Lib\test\testtar.tar,Attributes=32800,FileSize=435200,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:458]: File: C:\Python34\Lib\test\testtar.tar; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:465]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:466]: Executing op: FileCopy(SourceName=C:\Config.Msi\525f5.rbf,,DestName=C:\Python34\Lib\test\test_pep3120.py,Attributes=32800,FileSize=1318,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:467]: File: C:\Python34\Lib\test\test_pep3120.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:474]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:476]: Executing op: FileCopy(SourceName=C:\Config.Msi\525f4.rbf,,DestName=C:\Python34\Lib\test\ssl_key.pem,Attributes=32800,FileSize=932,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:478]: File: C:\Python34\Lib\test\ssl_key.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:485]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:486]: Executing op: FileCopy(SourceName=C:\Config.Msi\525f3.rbf,,DestName=C:\Python34\Lib\test\test_tempfile.py,Attributes=32800,FileSize=43847,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:488]: File: C:\Python34\Lib\test\test_tempfile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:620]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:622]: Executing op: FileCopy(SourceName=C:\Config.Msi\525f2.rbf,,DestName=C:\Python34\Lib\test\nokia.pem,Attributes=32800,FileSize=1954,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:624]: File: C:\Python34\Lib\test\nokia.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:631]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:633]: Executing op: FileCopy(SourceName=C:\Config.Msi\525f1.rbf,,DestName=C:\Python34\Lib\test\test_symtable.py,Attributes=32800,FileSize=6136,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:635]: File: C:\Python34\Lib\test\test_symtable.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:645]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:646]: Executing op: FileCopy(SourceName=C:\Config.Msi\525f0.rbf,,DestName=C:\Python34\Lib\test\test_strtod.py,Attributes=32800,FileSize=21030,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:648]: File: C:\Python34\Lib\test\test_strtod.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:655]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:656]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ef.rbf,,DestName=C:\Python34\Lib\test\test_http_cookies.py,Attributes=32800,FileSize=9932,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:658]: File: C:\Python34\Lib\test\test_http_cookies.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:664]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:666]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ee.rbf,,DestName=C:\Python34\Lib\test\test_frame.py,Attributes=32800,FileSize=4693,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:667]: File: C:\Python34\Lib\test\test_frame.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:674]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:675]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ed.rbf,,DestName=C:\Python34\Lib\test\pstats.pck,Attributes=32800,FileSize=66607,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:677]: File: C:\Python34\Lib\test\pstats.pck; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:684]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:686]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ec.rbf,,DestName=C:\Python34\Lib\test\test_bytes.py,Attributes=32800,FileSize=56823,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:688]: File: C:\Python34\Lib\test\test_bytes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:694]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:696]: Executing op: FileCopy(SourceName=C:\Config.Msi\525eb.rbf,,DestName=C:\Python34\Lib\test\bad_coding2.py,Attributes=32800,FileSize=32,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:697]: File: C:\Python34\Lib\test\bad_coding2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:704]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:706]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ea.rbf,,DestName=C:\Python34\Lib\test\test_wsgiref.py,Attributes=32800,FileSize=23004,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:708]: File: C:\Python34\Lib\test\test_wsgiref.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:720]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:721]: Executing op: FileCopy(SourceName=C:\Config.Msi\525e9.rbf,,DestName=C:\Python34\Lib\test\test_descr.py,Attributes=32800,FileSize=177174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:723]: File: C:\Python34\Lib\test\test_descr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:732]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:734]: Executing op: FileCopy(SourceName=C:\Config.Msi\525e8.rbf,,DestName=C:\Python34\Lib\test\test_urllib2net.py,Attributes=32800,FileSize=13018,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:736]: File: C:\Python34\Lib\test\test_urllib2net.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:745]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:747]: Executing op: FileCopy(SourceName=C:\Config.Msi\525e7.rbf,,DestName=C:\Python34\Lib\test\test_uu.py,Attributes=32800,FileSize=7111,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:749]: File: C:\Python34\Lib\test\test_uu.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:761]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:763]: Executing op: FileCopy(SourceName=C:\Config.Msi\525e6.rbf,,DestName=C:\Python34\Lib\test\test_pprint.py,Attributes=32800,FileSize=30941,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:766]: File: C:\Python34\Lib\test\test_pprint.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:778]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:780]: Executing op: FileCopy(SourceName=C:\Config.Msi\525e5.rbf,,DestName=C:\Python34\Lib\test\pycacert.pem,Attributes=32800,FileSize=4385,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:783]: File: C:\Python34\Lib\test\pycacert.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:795]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:797]: Executing op: FileCopy(SourceName=C:\Config.Msi\525e4.rbf,,DestName=C:\Python34\Lib\test\test_copy.py,Attributes=32800,FileSize=23189,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:799]: File: C:\Python34\Lib\test\test_copy.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:813]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:815]: Executing op: FileCopy(SourceName=C:\Config.Msi\525e3.rbf,,DestName=C:\Python34\Lib\test\test_super.py,Attributes=32800,FileSize=4718,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:818]: File: C:\Python34\Lib\test\test_super.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:829]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:832]: Executing op: FileCopy(SourceName=C:\Config.Msi\525e2.rbf,,DestName=C:\Python34\Lib\test\test_opcodes.py,Attributes=32800,FileSize=2787,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:835]: File: C:\Python34\Lib\test\test_opcodes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:847]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:849]: Executing op: FileCopy(SourceName=C:\Config.Msi\525e1.rbf,,DestName=C:\Python34\Lib\test\make_ssl_certs.py,Attributes=32800,FileSize=5821,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:851]: File: C:\Python34\Lib\test\make_ssl_certs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:864]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:865]: Executing op: FileCopy(SourceName=C:\Config.Msi\525e0.rbf,,DestName=C:\Python34\Lib\test\seq_tests.py,Attributes=32800,FileSize=14209,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:868]: File: C:\Python34\Lib\test\seq_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:880]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:882]: Executing op: FileCopy(SourceName=C:\Config.Msi\525df.rbf,,DestName=C:\Python34\Lib\test\test_smtpnet.py,Attributes=32800,FileSize=2910,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:884]: File: C:\Python34\Lib\test\test_smtpnet.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:895]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:897]: Executing op: FileCopy(SourceName=C:\Config.Msi\525de.rbf,,DestName=C:\Python34\Lib\test\badsyntax_future6.py,Attributes=32800,FileSize=171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:900]: File: C:\Python34\Lib\test\badsyntax_future6.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:912]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:914]: Executing op: FileCopy(SourceName=C:\Config.Msi\525dd.rbf,,DestName=C:\Python34\Lib\test\test_getpass.py,Attributes=32800,FileSize=6600,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:915]: File: C:\Python34\Lib\test\test_getpass.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:924]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:926]: Executing op: FileCopy(SourceName=C:\Config.Msi\525dc.rbf,,DestName=C:\Python34\Lib\test\nullbytecert.pem,Attributes=32800,FileSize=5525,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:929]: File: C:\Python34\Lib\test\nullbytecert.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:940]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:942]: Executing op: FileCopy(SourceName=C:\Config.Msi\525db.rbf,,DestName=C:\Python34\Lib\test\tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt,Attributes=32800,FileSize=314,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:944]: File: C:\Python34\Lib\test\tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:954]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:956]: Executing op: FileCopy(SourceName=C:\Config.Msi\525da.rbf,,DestName=C:\Python34\Lib\test\pickletester.py,Attributes=32800,FileSize=79252,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:959]: File: C:\Python34\Lib\test\pickletester.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:970]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:972]: Executing op: FileCopy(SourceName=C:\Config.Msi\525d9.rbf,,DestName=C:\Python34\Lib\test\185test.db,Attributes=32800,FileSize=16384,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:975]: File: C:\Python34\Lib\test\185test.db; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:987]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:989]: Executing op: FileCopy(SourceName=C:\Config.Msi\525d8.rbf,,DestName=C:\Python34\Lib\test\test_profile.py,Attributes=32800,FileSize=7983,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:990]: File: C:\Python34\Lib\test\test_profile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:000]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:002]: Executing op: FileCopy(SourceName=C:\Config.Msi\525d7.rbf,,DestName=C:\Python34\Lib\test\test_threadedtempfile.py,Attributes=32800,FileSize=2270,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:004]: File: C:\Python34\Lib\test\test_threadedtempfile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:016]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:017]: Executing op: FileCopy(SourceName=C:\Config.Msi\525d6.rbf,,DestName=C:\Python34\Lib\test\test_doctest.py,Attributes=32800,FileSize=97173,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:020]: File: C:\Python34\Lib\test\test_doctest.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:032]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:034]: Executing op: FileCopy(SourceName=C:\Config.Msi\525d5.rbf,,DestName=C:\Python34\Lib\test\test_array.py,Attributes=32800,FileSize=46842,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:037]: File: C:\Python34\Lib\test\test_array.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:048]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:050]: Executing op: FileCopy(SourceName=C:\Config.Msi\525d4.rbf,,DestName=C:\Python34\Lib\test\test_faulthandler.py,Attributes=32800,FileSize=21950,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:052]: File: C:\Python34\Lib\test\test_faulthandler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:061]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:063]: Executing op: FileCopy(SourceName=C:\Config.Msi\525d3.rbf,,DestName=C:\Python34\Lib\test\test_property.py,Attributes=32800,FileSize=8069,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:065]: File: C:\Python34\Lib\test\test_property.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:076]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:077]: Executing op: FileCopy(SourceName=C:\Config.Msi\525d2.rbf,,DestName=C:\Python34\Lib\test\test_cprofile.py,Attributes=32800,FileSize=5638,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:080]: File: C:\Python34\Lib\test\test_cprofile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:092]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:094]: Executing op: FileCopy(SourceName=C:\Config.Msi\525d1.rbf,,DestName=C:\Python34\Lib\test\test_longexp.py,Attributes=32800,FileSize=322,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:096]: File: C:\Python34\Lib\test\test_longexp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:108]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:111]: Executing op: FileCopy(SourceName=C:\Config.Msi\525d0.rbf,,DestName=C:\Python34\Lib\test\test_abc.py,Attributes=32800,FileSize=14060,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:113]: File: C:\Python34\Lib\test\test_abc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:121]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:123]: Executing op: FileCopy(SourceName=C:\Config.Msi\525cf.rbf,,DestName=C:\Python34\Lib\test\regrtest.py,Attributes=32800,FileSize=63304,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:126]: File: C:\Python34\Lib\test\regrtest.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:136]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:138]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ce.rbf,,DestName=C:\Python34\Lib\test\win_console_handler.py,Attributes=32800,FileSize=1465,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:141]: File: C:\Python34\Lib\test\win_console_handler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:149]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:151]: Executing op: FileCopy(SourceName=C:\Config.Msi\525cd.rbf,,DestName=C:\Python34\Lib\test\test_contextlib.py,Attributes=32800,FileSize=26825,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:154]: File: C:\Python34\Lib\test\test_contextlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:166]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:168]: Executing op: FileCopy(SourceName=C:\Config.Msi\525cc.rbf,,DestName=C:\Python34\Lib\test\test_compare.py,Attributes=32800,FileSize=1733,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:169]: File: C:\Python34\Lib\test\test_compare.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:179]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:181]: Executing op: FileCopy(SourceName=C:\Config.Msi\525cb.rbf,,DestName=C:\Python34\Lib\test\keycert.passwd.pem,Attributes=32800,FileSize=1863,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:184]: File: C:\Python34\Lib\test\keycert.passwd.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:196]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:198]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ca.rbf,,DestName=C:\Python34\Lib\test\randv3.pck,Attributes=32800,FileSize=8004,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:201]: File: C:\Python34\Lib\test\randv3.pck; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:213]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:215]: Executing op: FileCopy(SourceName=C:\Config.Msi\525c9.rbf,,DestName=C:\Python34\Lib\test\test_builtin.py,Attributes=32800,FileSize=60150,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:217]: File: C:\Python34\Lib\test\test_builtin.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:228]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:230]: Executing op: FileCopy(SourceName=C:\Config.Msi\525c8.rbf,,DestName=C:\Python34\Lib\test\test_setcomps.py,Attributes=32800,FileSize=3943,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:232]: File: C:\Python34\Lib\test\test_setcomps.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:242]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:244]: Executing op: FileCopy(SourceName=C:\Config.Msi\525c7.rbf,,DestName=C:\Python34\Lib\test\test_docxmlrpc.py,Attributes=32800,FileSize=8746,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:247]: File: C:\Python34\Lib\test\test_docxmlrpc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:259]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:261]: Executing op: FileCopy(SourceName=C:\Config.Msi\525c6.rbf,,DestName=C:\Python34\Lib\test\test_memoryio.py,Attributes=32800,FileSize=29531,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:263]: File: C:\Python34\Lib\test\test_memoryio.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:275]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:277]: Executing op: FileCopy(SourceName=C:\Config.Msi\525c5.rbf,,DestName=C:\Python34\Lib\test\test_pep380.py,Attributes=32800,FileSize=30641,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:280]: File: C:\Python34\Lib\test\test_pep380.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:292]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:294]: Executing op: FileCopy(SourceName=C:\Config.Msi\525c4.rbf,,DestName=C:\Python34\Lib\test\test_ast.py,Attributes=32800,FileSize=45833,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:297]: File: C:\Python34\Lib\test\test_ast.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:309]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:311]: Executing op: FileCopy(SourceName=C:\Config.Msi\525c3.rbf,,DestName=C:\Python34\Lib\test\test_listcomps.py,Attributes=32800,FileSize=3999,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:313]: File: C:\Python34\Lib\test\test_listcomps.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:322]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:323]: Executing op: FileCopy(SourceName=C:\Config.Msi\525c2.rbf,,DestName=C:\Python34\Lib\test\relimport.py,Attributes=32800,FileSize=28,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:326]: File: C:\Python34\Lib\test\relimport.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:338]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:339]: Executing op: FileCopy(SourceName=C:\Config.Msi\525c1.rbf,,DestName=C:\Python34\Lib\test\test_dummy_thread.py,Attributes=32800,FileSize=7339,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:342]: File: C:\Python34\Lib\test\test_dummy_thread.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:354]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:356]: Executing op: FileCopy(SourceName=C:\Config.Msi\525c0.rbf,,DestName=C:\Python34\Lib\test\test_dynamic.py,Attributes=32800,FileSize=4622,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:358]: File: C:\Python34\Lib\test\test_dynamic.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:369]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:370]: Executing op: FileCopy(SourceName=C:\Config.Msi\525bf.rbf,,DestName=C:\Python34\Lib\test\test_unicodedata.py,Attributes=32800,FileSize=12677,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:373]: File: C:\Python34\Lib\test\test_unicodedata.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:385]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:388]: Executing op: FileCopy(SourceName=C:\Config.Msi\525be.rbf,,DestName=C:\Python34\Lib\test\test_bigaddrspace.py,Attributes=32800,FileSize=3090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:389]: File: C:\Python34\Lib\test\test_bigaddrspace.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:399]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:401]: Executing op: FileCopy(SourceName=C:\Config.Msi\525bd.rbf,,DestName=C:\Python34\Lib\test\test_reprlib.py,Attributes=32800,FileSize=14994,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:404]: File: C:\Python34\Lib\test\test_reprlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:414]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:416]: Executing op: FileCopy(SourceName=C:\Config.Msi\525bc.rbf,,DestName=C:\Python34\Lib\test\test_weakset.py,Attributes=32800,FileSize=15996,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:418]: File: C:\Python34\Lib\test\test_weakset.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:430]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:432]: Executing op: FileCopy(SourceName=C:\Config.Msi\525bb.rbf,,DestName=C:\Python34\Lib\test\test_flufl.py,Attributes=32800,FileSize=863,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:434]: File: C:\Python34\Lib\test\test_flufl.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:444]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:446]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ba.rbf,,DestName=C:\Python34\Lib\test\exception_hierarchy.txt,Attributes=32800,FileSize=1789,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:448]: File: C:\Python34\Lib\test\exception_hierarchy.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:460]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:462]: Executing op: FileCopy(SourceName=C:\Config.Msi\525b9.rbf,,DestName=C:\Python34\Lib\test\test_codeccallbacks.py,Attributes=32800,FileSize=34785,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:465]: File: C:\Python34\Lib\test\test_codeccallbacks.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:477]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:479]: Executing op: FileCopy(SourceName=C:\Config.Msi\525b8.rbf,,DestName=C:\Python34\Lib\test\curses_tests.py,Attributes=32800,FileSize=1288,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:482]: File: C:\Python34\Lib\test\curses_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:494]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:496]: Executing op: FileCopy(SourceName=C:\Config.Msi\525b7.rbf,,DestName=C:\Python34\Lib\test\badsyntax_future7.py,Attributes=32800,FileSize=207,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:498]: File: C:\Python34\Lib\test\badsyntax_future7.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:510]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:512]: Executing op: FileCopy(SourceName=C:\Config.Msi\525b6.rbf,,DestName=C:\Python34\Lib\test\test_typechecks.py,Attributes=32800,FileSize=2776,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:515]: File: C:\Python34\Lib\test\test_typechecks.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:526]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:528]: Executing op: FileCopy(SourceName=C:\Config.Msi\525b5.rbf,,DestName=C:\Python34\Lib\test\test_future3.py,Attributes=32800,FileSize=516,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:530]: File: C:\Python34\Lib\test\test_future3.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:541]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:543]: Executing op: FileCopy(SourceName=C:\Config.Msi\525b4.rbf,,DestName=C:\Python34\Lib\test\test_codecmaps_hk.py,Attributes=32800,FileSize=431,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:545]: File: C:\Python34\Lib\test\test_codecmaps_hk.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:556]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:558]: Executing op: FileCopy(SourceName=C:\Config.Msi\525b3.rbf,,DestName=C:\Python34\Lib\test\final_b.py,Attributes=32800,FileSize=430,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:560]: File: C:\Python34\Lib\test\final_b.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:571]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:573]: Executing op: FileCopy(SourceName=C:\Config.Msi\525b2.rbf,,DestName=C:\Python34\Lib\test\re_tests.py,Attributes=32800,FileSize=32466,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:574]: File: C:\Python34\Lib\test\re_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:586]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:589]: Executing op: FileCopy(SourceName=C:\Config.Msi\525b1.rbf,,DestName=C:\Python34\Lib\test\test_thread.py,Attributes=32800,FileSize=8545,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:590]: File: C:\Python34\Lib\test\test_thread.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:600]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:601]: Executing op: FileCopy(SourceName=C:\Config.Msi\525b0.rbf,,DestName=C:\Python34\Lib\test\test_sysconfig.py,Attributes=32800,FileSize=17303,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:604]: File: C:\Python34\Lib\test\test_sysconfig.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:615]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:617]: Executing op: FileCopy(SourceName=C:\Config.Msi\525af.rbf,,DestName=C:\Python34\Lib\test\test_multiprocessing_spawn.py,Attributes=32800,FileSize=182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:619]: File: C:\Python34\Lib\test\test_multiprocessing_spawn.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:628]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:630]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ae.rbf,,DestName=C:\Python34\Lib\test\test_index.py,Attributes=32800,FileSize=8842,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:632]: File: C:\Python34\Lib\test\test_index.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:640]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ad.rbf,,DestName=C:\Python34\Lib\test\test_ssl.py,Attributes=32800,FileSize=133164,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:644]: File: C:\Python34\Lib\test\test_ssl.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:655]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:658]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ac.rbf,,DestName=C:\Python34\Lib\test\test_isinstance.py,Attributes=32800,FileSize=10460,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:661]: File: C:\Python34\Lib\test\test_isinstance.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:674]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:676]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ab.rbf,,DestName=C:\Python34\Lib\test\test_crypt.py,Attributes=32800,FileSize=1117,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:679]: File: C:\Python34\Lib\test\test_crypt.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:694]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:696]: Executing op: FileCopy(SourceName=C:\Config.Msi\525aa.rbf,,DestName=C:\Python34\Lib\test\test_shlex.py,Attributes=32800,FileSize=6114,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:703]: File: C:\Python34\Lib\test\test_shlex.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:725]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:728]: Executing op: FileCopy(SourceName=C:\Config.Msi\525a9.rbf,,DestName=C:\Python34\Lib\test\test_os.py,Attributes=32800,FileSize=98208,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:730]: File: C:\Python34\Lib\test\test_os.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:741]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:743]: Executing op: FileCopy(SourceName=C:\Config.Msi\525a8.rbf,,DestName=C:\Python34\Lib\test\test_future.py,Attributes=32800,FileSize=4270,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:746]: File: C:\Python34\Lib\test\test_future.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:755]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:756]: Executing op: FileCopy(SourceName=C:\Config.Msi\525a7.rbf,,DestName=C:\Python34\Lib\test\test_urllibnet.py,Attributes=32800,FileSize=9145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:758]: File: C:\Python34\Lib\test\test_urllibnet.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:769]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:771]: Executing op: FileCopy(SourceName=C:\Config.Msi\525a6.rbf,,DestName=C:\Python34\Lib\test\test_threading_local.py,Attributes=32800,FileSize=6564,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:773]: File: C:\Python34\Lib\test\test_threading_local.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:781]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:783]: Executing op: FileCopy(SourceName=C:\Config.Msi\525a5.rbf,,DestName=C:\Python34\Lib\test\__init__.py,Attributes=32800,FileSize=48,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:785]: File: C:\Python34\Lib\test\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:793]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:795]: Executing op: FileCopy(SourceName=C:\Config.Msi\525a4.rbf,,DestName=C:\Python34\Lib\test\test_int_literal.py,Attributes=32800,FileSize=7279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:797]: File: C:\Python34\Lib\test\test_int_literal.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:809]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:810]: Executing op: FileCopy(SourceName=C:\Config.Msi\525a3.rbf,,DestName=C:\Python34\Lib\test\test_shutil.py,Attributes=32800,FileSize=70782,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:813]: File: C:\Python34\Lib\test\test_shutil.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:822]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:825]: Executing op: FileCopy(SourceName=C:\Config.Msi\525a2.rbf,,DestName=C:\Python34\Lib\test\test_pep292.py,Attributes=32800,FileSize=9795,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:827]: File: C:\Python34\Lib\test\test_pep292.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:838]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:840]: Executing op: FileCopy(SourceName=C:\Config.Msi\525a1.rbf,,DestName=C:\Python34\Lib\test\test_errno.py,Attributes=32800,FileSize=1211,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:842]: File: C:\Python34\Lib\test\test_errno.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:854]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:855]: Executing op: FileCopy(SourceName=C:\Config.Msi\525a0.rbf,,DestName=C:\Python34\Lib\test\coding20731.py,Attributes=32800,FileSize=22,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:856]: File: C:\Python34\Lib\test\coding20731.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:865]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:866]: Executing op: FileCopy(SourceName=C:\Config.Msi\5259f.rbf,,DestName=C:\Python34\Lib\test\test_fractions.py,Attributes=32800,FileSize=25975,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:868]: File: C:\Python34\Lib\test\test_fractions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:876]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:878]: Executing op: FileCopy(SourceName=C:\Config.Msi\5259e.rbf,,DestName=C:\Python34\Lib\test\xmltests.py,Attributes=32800,FileSize=520,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:880]: File: C:\Python34\Lib\test\xmltests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:888]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:889]: Executing op: FileCopy(SourceName=C:\Config.Msi\5259d.rbf,,DestName=C:\Python34\Lib\test\audiotests.py,Attributes=32800,FileSize=12674,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:891]: File: C:\Python34\Lib\test\audiotests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:898]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:899]: Executing op: FileCopy(SourceName=C:\Config.Msi\5259c.rbf,,DestName=C:\Python34\Lib\test\tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt,Attributes=32800,FileSize=457,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:901]: File: C:\Python34\Lib\test\tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:909]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:911]: Executing op: FileCopy(SourceName=C:\Config.Msi\5259b.rbf,,DestName=C:\Python34\Lib\test\test_sys_settrace.py,Attributes=32800,FileSize=25793,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:913]: File: C:\Python34\Lib\test\test_sys_settrace.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:923]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:925]: Executing op: FileCopy(SourceName=C:\Config.Msi\5259a.rbf,,DestName=C:\Python34\Lib\test\test_decimal.py,Attributes=32800,FileSize=208691,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:927]: File: C:\Python34\Lib\test\test_decimal.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:935]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:936]: Executing op: FileCopy(SourceName=C:\Config.Msi\52599.rbf,,DestName=C:\Python34\Lib\test\string_tests.py,Attributes=32800,FileSize=66144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:938]: File: C:\Python34\Lib\test\string_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:945]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:947]: Executing op: FileCopy(SourceName=C:\Config.Msi\52598.rbf,,DestName=C:\Python34\Lib\test\test_pkgutil.py,Attributes=32800,FileSize=15156,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:949]: File: C:\Python34\Lib\test\test_pkgutil.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:957]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:958]: Executing op: FileCopy(SourceName=C:\Config.Msi\52597.rbf,,DestName=C:\Python34\Lib\test\randv2_32.pck,Attributes=32800,FileSize=7517,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:960]: File: C:\Python34\Lib\test\randv2_32.pck; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:969]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:971]: Executing op: FileCopy(SourceName=C:\Config.Msi\52596.rbf,,DestName=C:\Python34\Lib\test\test_imaplib.py,Attributes=32800,FileSize=18198,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:973]: File: C:\Python34\Lib\test\test_imaplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:981]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:982]: Executing op: FileCopy(SourceName=C:\Config.Msi\52595.rbf,,DestName=C:\Python34\Lib\test\test_grp.py,Attributes=32800,FileSize=3358,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:984]: File: C:\Python34\Lib\test\test_grp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:992]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:993]: Executing op: FileCopy(SourceName=C:\Config.Msi\52594.rbf,,DestName=C:\Python34\Lib\test\test_pathlib.py,Attributes=32800,FileSize=76403,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:995]: File: C:\Python34\Lib\test\test_pathlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:005]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:006]: Executing op: FileCopy(SourceName=C:\Config.Msi\52593.rbf,,DestName=C:\Python34\Lib\test\test_mimetypes.py,Attributes=32800,FileSize=4390,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:008]: File: C:\Python34\Lib\test\test_mimetypes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:018]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:020]: Executing op: FileCopy(SourceName=C:\Config.Msi\52592.rbf,,DestName=C:\Python34\Lib\test\pycakey.pem,Attributes=32800,FileSize=1732,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:022]: File: C:\Python34\Lib\test\pycakey.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:029]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:030]: Executing op: FileCopy(SourceName=C:\Config.Msi\52591.rbf,,DestName=C:\Python34\Lib\test\test_gettext.py,Attributes=32800,FileSize=18801,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:032]: File: C:\Python34\Lib\test\test_gettext.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:040]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:041]: Executing op: FileCopy(SourceName=C:\Config.Msi\52590.rbf,,DestName=C:\Python34\Lib\test\test_codecmaps_kr.py,Attributes=32800,FileSize=1361,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:043]: File: C:\Python34\Lib\test\test_codecmaps_kr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:051]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:052]: Executing op: FileCopy(SourceName=C:\Config.Msi\5258f.rbf,,DestName=C:\Python34\Lib\test\sample_doctest_no_docstrings.py,Attributes=32800,FileSize=239,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:054]: File: C:\Python34\Lib\test\sample_doctest_no_docstrings.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:062]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:063]: Executing op: FileCopy(SourceName=C:\Config.Msi\5258e.rbf,,DestName=C:\Python34\Lib\test\test_macpath.py,Attributes=32800,FileSize=5055,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:065]: File: C:\Python34\Lib\test\test_macpath.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:072]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:074]: Executing op: FileCopy(SourceName=C:\Config.Msi\5258d.rbf,,DestName=C:\Python34\Lib\test\test_sundry.py,Attributes=32800,FileSize=2280,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:076]: File: C:\Python34\Lib\test\test_sundry.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:083]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:085]: Executing op: FileCopy(SourceName=C:\Config.Msi\5258c.rbf,,DestName=C:\Python34\Lib\test\tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt,Attributes=32800,FileSize=339,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:087]: File: C:\Python34\Lib\test\tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:095]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:097]: Executing op: FileCopy(SourceName=C:\Config.Msi\5258b.rbf,,DestName=C:\Python34\Lib\test\badkey.pem,Attributes=32800,FileSize=2202,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:099]: File: C:\Python34\Lib\test\badkey.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:107]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:108]: Executing op: FileCopy(SourceName=C:\Config.Msi\5258a.rbf,,DestName=C:\Python34\Lib\test\test_popen.py,Attributes=32800,FileSize=2031,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:110]: File: C:\Python34\Lib\test\test_popen.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:118]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:119]: Executing op: FileCopy(SourceName=C:\Config.Msi\52589.rbf,,DestName=C:\Python34\Lib\test\future_test2.py,Attributes=32800,FileSize=159,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:121]: File: C:\Python34\Lib\test\future_test2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:129]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:132]: Executing op: FileCopy(SourceName=C:\Config.Msi\52588.rbf,,DestName=C:\Python34\Lib\test\test_module.py,Attributes=32800,FileSize=7942,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:134]: File: C:\Python34\Lib\test\test_module.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:144]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:147]: Executing op: FileCopy(SourceName=C:\Config.Msi\52587.rbf,,DestName=C:\Python34\Lib\test\test_mailbox.py,Attributes=32800,FileSize=94967,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:148]: File: C:\Python34\Lib\test\test_mailbox.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:158]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:160]: Executing op: FileCopy(SourceName=C:\Config.Msi\52586.rbf,,DestName=C:\Python34\Lib\test\tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt,Attributes=32800,FileSize=434,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:163]: File: C:\Python34\Lib\test\tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:175]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:177]: Executing op: FileCopy(SourceName=C:\Config.Msi\52585.rbf,,DestName=C:\Python34\Lib\test\test_aifc.py,Attributes=32800,FileSize=15886,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:179]: File: C:\Python34\Lib\test\test_aifc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:187]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:189]: Executing op: FileCopy(SourceName=C:\Config.Msi\52584.rbf,,DestName=C:\Python34\Lib\test\pystone.py,Attributes=32800,FileSize=8012,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:191]: File: C:\Python34\Lib\test\pystone.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:202]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:204]: Executing op: FileCopy(SourceName=C:\Config.Msi\52583.rbf,,DestName=C:\Python34\Lib\test\mime.types,Attributes=32800,FileSize=49954,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:206]: File: C:\Python34\Lib\test\mime.types; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:218]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:220]: Executing op: FileCopy(SourceName=C:\Config.Msi\52582.rbf,,DestName=C:\Python34\Lib\test\test_io.py,Attributes=32800,FileSize=132274,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:223]: File: C:\Python34\Lib\test\test_io.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:238]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:240]: Executing op: FileCopy(SourceName=C:\Config.Msi\52581.rbf,,DestName=C:\Python34\Lib\test\double_const.py,Attributes=32800,FileSize=1242,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:243]: File: C:\Python34\Lib\test\double_const.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:259]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:264]: Executing op: FileCopy(SourceName=C:\Config.Msi\52580.rbf,,DestName=C:\Python34\Lib\test\test_ftplib.py,Attributes=32800,FileSize=39216,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:268]: File: C:\Python34\Lib\test\test_ftplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:283]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:286]: Executing op: FileCopy(SourceName=C:\Config.Msi\5257f.rbf,,DestName=C:\Python34\Lib\test\test_distutils.py,Attributes=32800,FileSize=393,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:289]: File: C:\Python34\Lib\test\test_distutils.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:299]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:302]: Executing op: FileCopy(SourceName=C:\Config.Msi\5257e.rbf,,DestName=C:\Python34\Lib\test\sample_doctest_no_doctests.py,Attributes=32800,FileSize=284,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:304]: File: C:\Python34\Lib\test\sample_doctest_no_doctests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:313]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:314]: Executing op: FileCopy(SourceName=C:\Config.Msi\5257d.rbf,,DestName=C:\Python34\Lib\test\test_argparse.py,Attributes=32800,FileSize=169018,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:318]: File: C:\Python34\Lib\test\test_argparse.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:330]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:332]: Executing op: FileCopy(SourceName=C:\Config.Msi\5257c.rbf,,DestName=C:\Python34\Lib\test\future_test1.py,Attributes=32800,FileSize=240,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:335]: File: C:\Python34\Lib\test\future_test1.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:345]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:347]: Executing op: FileCopy(SourceName=C:\Config.Msi\5257b.rbf,,DestName=C:\Python34\Lib\test\test_structseq.py,Attributes=32800,FileSize=4172,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:348]: File: C:\Python34\Lib\test\test_structseq.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:362]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:364]: Executing op: FileCopy(SourceName=C:\Config.Msi\5257a.rbf,,DestName=C:\Python34\Lib\test\test_zipimport_support.py,Attributes=32800,FileSize=10950,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:366]: File: C:\Python34\Lib\test\test_zipimport_support.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:377]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:379]: Executing op: FileCopy(SourceName=C:\Config.Msi\52579.rbf,,DestName=C:\Python34\Lib\test\cmath_testcases.txt,Attributes=32800,FileSize=139447,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:381]: File: C:\Python34\Lib\test\cmath_testcases.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:390]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:392]: Executing op: FileCopy(SourceName=C:\Config.Msi\52578.rbf,,DestName=C:\Python34\Lib\test\test_kqueue.py,Attributes=32800,FileSize=7838,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:394]: File: C:\Python34\Lib\test\test_kqueue.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:401]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:403]: Executing op: FileCopy(SourceName=C:\Config.Msi\52577.rbf,,DestName=C:\Python34\Lib\test\test_enum.py,Attributes=32800,FileSize=58305,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:405]: File: C:\Python34\Lib\test\test_enum.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:412]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:414]: Executing op: FileCopy(SourceName=C:\Config.Msi\52576.rbf,,DestName=C:\Python34\Lib\test\sgml_input.html,Attributes=32800,FileSize=8506,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:416]: File: C:\Python34\Lib\test\sgml_input.html; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:426]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:428]: Executing op: FileCopy(SourceName=C:\Config.Msi\52575.rbf,,DestName=C:\Python34\Lib\test\test_wait3.py,Attributes=32800,FileSize=1195,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:430]: File: C:\Python34\Lib\test\test_wait3.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:438]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:440]: Executing op: FileCopy(SourceName=C:\Config.Msi\52574.rbf,,DestName=C:\Python34\Lib\test\test_support.py,Attributes=32800,FileSize=10609,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:441]: File: C:\Python34\Lib\test\test_support.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:449]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:451]: Executing op: FileCopy(SourceName=C:\Config.Msi\52573.rbf,,DestName=C:\Python34\Lib\test\Sine-1000Hz-300ms.aif,Attributes=32800,FileSize=61696,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:453]: File: C:\Python34\Lib\test\Sine-1000Hz-300ms.aif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:460]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:462]: Executing op: FileCopy(SourceName=C:\Config.Msi\52572.rbf,,DestName=C:\Python34\Lib\test\test_call.py,Attributes=32800,FileSize=3290,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:464]: File: C:\Python34\Lib\test\test_call.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:471]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:473]: Executing op: FileCopy(SourceName=C:\Config.Msi\52571.rbf,,DestName=C:\Python34\Lib\test\test_richcmp.py,Attributes=32800,FileSize=11427,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:475]: File: C:\Python34\Lib\test\test_richcmp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:483]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:485]: Executing op: FileCopy(SourceName=C:\Config.Msi\52570.rbf,,DestName=C:\Python34\Lib\test\test_tcl.py,Attributes=32800,FileSize=25599,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:487]: File: C:\Python34\Lib\test\test_tcl.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:497]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:499]: Executing op: FileCopy(SourceName=C:\Config.Msi\5256f.rbf,,DestName=C:\Python34\Lib\test\test_struct.py,Attributes=32800,FileSize=28218,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:503]: File: C:\Python34\Lib\test\test_struct.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:514]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:516]: Executing op: FileCopy(SourceName=C:\Config.Msi\5256e.rbf,,DestName=C:\Python34\Lib\test\test_modulefinder.py,Attributes=32800,FileSize=9273,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:519]: File: C:\Python34\Lib\test\test_modulefinder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:531]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:533]: Executing op: FileCopy(SourceName=C:\Config.Msi\5256d.rbf,,DestName=C:\Python34\Lib\test\test_smtpd.py,Attributes=32800,FileSize=23142,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:536]: File: C:\Python34\Lib\test\test_smtpd.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:547]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:549]: Executing op: FileCopy(SourceName=C:\Config.Msi\5256c.rbf,,DestName=C:\Python34\Lib\test\test_metaclass.py,Attributes=32800,FileSize=6615,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:552]: File: C:\Python34\Lib\test\test_metaclass.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:563]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:565]: Executing op: FileCopy(SourceName=C:\Config.Msi\5256b.rbf,,DestName=C:\Python34\Lib\test\test_tools.py,Attributes=32800,FileSize=13325,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:567]: File: C:\Python34\Lib\test\test_tools.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:576]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:579]: Executing op: FileCopy(SourceName=C:\Config.Msi\5256a.rbf,,DestName=C:\Python34\Lib\test\test_plistlib.py,Attributes=32800,FileSize=21538,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:581]: File: C:\Python34\Lib\test\test_plistlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:594]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:597]: Executing op: FileCopy(SourceName=C:\Config.Msi\52569.rbf,,DestName=C:\Python34\Lib\test\test_codecencodings_iso2022.py,Attributes=32800,FileSize=1509,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:601]: File: C:\Python34\Lib\test\test_codecencodings_iso2022.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:615]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:618]: Executing op: FileCopy(SourceName=C:\Config.Msi\52568.rbf,,DestName=C:\Python34\Lib\test\test_xmlrpc.py,Attributes=32800,FileSize=43480,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:622]: File: C:\Python34\Lib\test\test_xmlrpc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:638]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\52567.rbf,,DestName=C:\Python34\Lib\test\test___all__.py,Attributes=32800,FileSize=4264,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:644]: File: C:\Python34\Lib\test\test___all__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:656]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:658]: Executing op: FileCopy(SourceName=C:\Config.Msi\52566.rbf,,DestName=C:\Python34\Lib\test\test_codecmaps_jp.py,Attributes=32800,FileSize=1943,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:660]: File: C:\Python34\Lib\test\test_codecmaps_jp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:670]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:672]: Executing op: FileCopy(SourceName=C:\Config.Msi\52565.rbf,,DestName=C:\Python34\Lib\test\test_codecencodings_tw.py,Attributes=32800,FileSize=781,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:674]: File: C:\Python34\Lib\test\test_codecencodings_tw.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:682]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:685]: Executing op: FileCopy(SourceName=C:\Config.Msi\52564.rbf,,DestName=C:\Python34\Lib\test\test_traceback.py,Attributes=32800,FileSize=17363,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:687]: File: C:\Python34\Lib\test\test_traceback.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:695]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:696]: Executing op: FileCopy(SourceName=C:\Config.Msi\52563.rbf,,DestName=C:\Python34\Lib\test\test_xdrlib.py,Attributes=32800,FileSize=1654,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:698]: File: C:\Python34\Lib\test\test_xdrlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:708]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:710]: Executing op: FileCopy(SourceName=C:\Config.Msi\52562.rbf,,DestName=C:\Python34\Lib\test\test_bigmem.py,Attributes=32800,FileSize=46498,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:712]: File: C:\Python34\Lib\test\test_bigmem.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:721]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:723]: Executing op: FileCopy(SourceName=C:\Config.Msi\52561.rbf,,DestName=C:\Python34\Lib\test\test_doctest2.txt,Attributes=32800,FileSize=406,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:726]: File: C:\Python34\Lib\test\test_doctest2.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:734]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:736]: Executing op: FileCopy(SourceName=C:\Config.Msi\52560.rbf,,DestName=C:\Python34\Lib\test\test_code.py,Attributes=32800,FileSize=3796,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:738]: File: C:\Python34\Lib\test\test_code.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:749]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:752]: Executing op: FileCopy(SourceName=C:\Config.Msi\5255f.rbf,,DestName=C:\Python34\Lib\test\test_bz2.py,Attributes=32800,FileSize=33852,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:754]: File: C:\Python34\Lib\test\test_bz2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:763]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:765]: Executing op: FileCopy(SourceName=C:\Config.Msi\5255e.rbf,,DestName=C:\Python34\Lib\test\lock_tests.py,Attributes=32800,FileSize=28071,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:768]: File: C:\Python34\Lib\test\lock_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:779]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:781]: Executing op: FileCopy(SourceName=C:\Config.Msi\5255d.rbf,,DestName=C:\Python34\Lib\test\test_uuid.py,Attributes=32800,FileSize=22614,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:784]: File: C:\Python34\Lib\test\test_uuid.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:795]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:797]: Executing op: FileCopy(SourceName=C:\Config.Msi\5255c.rbf,,DestName=C:\Python34\Lib\test\test_gzip.py,Attributes=32800,FileSize=20700,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:799]: File: C:\Python34\Lib\test\test_gzip.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:807]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:810]: Executing op: FileCopy(SourceName=C:\Config.Msi\5255b.rbf,,DestName=C:\Python34\Lib\test\test_multiprocessing_forkserver.py,Attributes=32800,FileSize=187,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:812]: File: C:\Python34\Lib\test\test_multiprocessing_forkserver.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:824]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:826]: Executing op: FileCopy(SourceName=C:\Config.Msi\5255a.rbf,,DestName=C:\Python34\Lib\test\test_collections.py,Attributes=32800,FileSize=64645,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:828]: File: C:\Python34\Lib\test\test_collections.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:838]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:840]: Executing op: FileCopy(SourceName=C:\Config.Msi\52559.rbf,,DestName=C:\Python34\Lib\test\test_asynchat.py,Attributes=32800,FileSize=11494,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:843]: File: C:\Python34\Lib\test\test_asynchat.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:854]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:856]: Executing op: FileCopy(SourceName=C:\Config.Msi\52558.rbf,,DestName=C:\Python34\Lib\test\test_ioctl.py,Attributes=32800,FileSize=3376,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:858]: File: C:\Python34\Lib\test\test_ioctl.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:867]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:869]: Executing op: FileCopy(SourceName=C:\Config.Msi\52557.rbf,,DestName=C:\Python34\Lib\test\test_unary.py,Attributes=32800,FileSize=1810,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:871]: File: C:\Python34\Lib\test\test_unary.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:879]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:880]: Executing op: FileCopy(SourceName=C:\Config.Msi\52556.rbf,,DestName=C:\Python34\Lib\test\test_pep247.py,Attributes=32800,FileSize=2312,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:883]: File: C:\Python34\Lib\test\test_pep247.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:891]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:893]: Executing op: FileCopy(SourceName=C:\Config.Msi\52555.rbf,,DestName=C:\Python34\Lib\test\test_ttk_guionly.py,Attributes=32800,FileSize=884,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:895]: File: C:\Python34\Lib\test\test_ttk_guionly.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:904]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:905]: Executing op: FileCopy(SourceName=C:\Config.Msi\52554.rbf,,DestName=C:\Python34\Lib\test\test_future4.py,Attributes=32800,FileSize=111,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:907]: File: C:\Python34\Lib\test\test_future4.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:915]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:917]: Executing op: FileCopy(SourceName=C:\Config.Msi\52553.rbf,,DestName=C:\Python34\Lib\test\test_pow.py,Attributes=32800,FileSize=4722,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:919]: File: C:\Python34\Lib\test\test_pow.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:927]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:930]: Executing op: FileCopy(SourceName=C:\Config.Msi\52552.rbf,,DestName=C:\Python34\Lib\test\test_strptime.py,Attributes=32800,FileSize=27038,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:933]: File: C:\Python34\Lib\test\test_strptime.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:945]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:947]: Executing op: FileCopy(SourceName=C:\Config.Msi\52551.rbf,,DestName=C:\Python34\Lib\test\test_capi.py,Attributes=32800,FileSize=18913,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:952]: File: C:\Python34\Lib\test\test_capi.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:966]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:969]: Executing op: FileCopy(SourceName=C:\Config.Msi\52550.rbf,,DestName=C:\Python34\Lib\test\sample_doctest.py,Attributes=32800,FileSize=1117,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:971]: File: C:\Python34\Lib\test\sample_doctest.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:982]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:984]: Executing op: FileCopy(SourceName=C:\Config.Msi\5254f.rbf,,DestName=C:\Python34\Lib\test\test_wave.py,Attributes=32800,FileSize=4130,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:986]: File: C:\Python34\Lib\test\test_wave.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:998]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:000]: Executing op: FileCopy(SourceName=C:\Config.Msi\5254e.rbf,,DestName=C:\Python34\Lib\test\test_cgi.py,Attributes=32800,FileSize=18243,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:003]: File: C:\Python34\Lib\test\test_cgi.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:015]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:017]: Executing op: FileCopy(SourceName=C:\Config.Msi\5254d.rbf,,DestName=C:\Python34\Lib\test\keycert4.pem,Attributes=32800,FileSize=4130,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:020]: File: C:\Python34\Lib\test\keycert4.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:031]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:033]: Executing op: FileCopy(SourceName=C:\Config.Msi\5254c.rbf,,DestName=C:\Python34\Lib\test\pydoc_mod.py,Attributes=32800,FileSize=745,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:036]: File: C:\Python34\Lib\test\pydoc_mod.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:047]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:048]: Executing op: FileCopy(SourceName=C:\Config.Msi\5254b.rbf,,DestName=C:\Python34\Lib\test\test_userlist.py,Attributes=32800,FileSize=1961,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:051]: File: C:\Python34\Lib\test\test_userlist.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:063]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:065]: Executing op: FileCopy(SourceName=C:\Config.Msi\5254a.rbf,,DestName=C:\Python34\Lib\test\script_helper.py,Attributes=32800,FileSize=7080,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:068]: File: C:\Python34\Lib\test\script_helper.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:082]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:084]: Executing op: FileCopy(SourceName=C:\Config.Msi\52549.rbf,,DestName=C:\Python34\Lib\test\test_xml_etree.py,Attributes=32800,FileSize=100335,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:088]: File: C:\Python34\Lib\test\test_xml_etree.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:102]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:103]: Executing op: FileCopy(SourceName=C:\Config.Msi\52548.rbf,,DestName=C:\Python34\Lib\test\test__locale.py,Attributes=32800,FileSize=7225,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:105]: File: C:\Python34\Lib\test\test__locale.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:113]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:114]: Executing op: FileCopy(SourceName=C:\Config.Msi\52547.rbf,,DestName=C:\Python34\Lib\test\test_venv.py,Attributes=32800,FileSize=17027,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:118]: File: C:\Python34\Lib\test\test_venv.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:129]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:130]: Executing op: FileCopy(SourceName=C:\Config.Msi\52546.rbf,,DestName=C:\Python34\Lib\test\test_heapq.py,Attributes=32800,FileSize=14892,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:133]: File: C:\Python34\Lib\test\test_heapq.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:141]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:143]: Executing op: FileCopy(SourceName=C:\Config.Msi\52545.rbf,,DestName=C:\Python34\Lib\test\test_multiprocessing_main_handling.py,Attributes=32800,FileSize=11713,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:145]: File: C:\Python34\Lib\test\test_multiprocessing_main_handling.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:153]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:155]: Executing op: FileCopy(SourceName=C:\Config.Msi\52544.rbf,,DestName=C:\Python34\Lib\test\badsyntax_future4.py,Attributes=32800,FileSize=163,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:157]: File: C:\Python34\Lib\test\badsyntax_future4.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:165]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:168]: Executing op: FileCopy(SourceName=C:\Config.Msi\52543.rbf,,DestName=C:\Python34\Lib\test\test_httplib.py,Attributes=32800,FileSize=39275,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:171]: File: C:\Python34\Lib\test\test_httplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:180]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:182]: Executing op: FileCopy(SourceName=C:\Config.Msi\52542.rbf,,DestName=C:\Python34\Lib\test\test_exceptions.py,Attributes=32800,FileSize=35439,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:185]: File: C:\Python34\Lib\test\test_exceptions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:198]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:200]: Executing op: FileCopy(SourceName=C:\Config.Msi\52541.rbf,,DestName=C:\Python34\Lib\test\test_float.py,Attributes=32800,FileSize=60221,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:202]: File: C:\Python34\Lib\test\test_float.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:217]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:349]: Executing op: FileCopy(SourceName=C:\Config.Msi\52540.rbf,,DestName=C:\Python34\Lib\test\test_defaultdict.py,Attributes=32800,FileSize=6274,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:351]: File: C:\Python34\Lib\test\test_defaultdict.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:359]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:361]: Executing op: FileCopy(SourceName=C:\Config.Msi\5253f.rbf,,DestName=C:\Python34\Lib\test\zipdir.zip,Attributes=32800,FileSize=374,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:363]: File: C:\Python34\Lib\test\zipdir.zip; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:372]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:374]: Executing op: FileCopy(SourceName=C:\Config.Msi\5253e.rbf,,DestName=C:\Python34\Lib\test\badsyntax_pep3120.py,Attributes=32800,FileSize=15,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:377]: File: C:\Python34\Lib\test\badsyntax_pep3120.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:387]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:389]: Executing op: FileCopy(SourceName=C:\Config.Msi\5253d.rbf,,DestName=C:\Python34\Lib\test\test_curses.py,Attributes=32800,FileSize=12398,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:391]: File: C:\Python34\Lib\test\test_curses.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:408]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:410]: Executing op: FileCopy(SourceName=C:\Config.Msi\5253c.rbf,,DestName=C:\Python34\Lib\test\doctest_aliases.py,Attributes=32800,FileSize=253,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:413]: File: C:\Python34\Lib\test\doctest_aliases.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:433]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:469]: Executing op: FileCopy(SourceName=C:\Config.Msi\5253b.rbf,,DestName=C:\Python34\Lib\test\test_configparser.py,Attributes=32800,FileSize=72688,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:473]: File: C:\Python34\Lib\test\test_configparser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:486]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:488]: Executing op: FileCopy(SourceName=C:\Config.Msi\5253a.rbf,,DestName=C:\Python34\Lib\test\test_cgitb.py,Attributes=32800,FileSize=2621,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:490]: File: C:\Python34\Lib\test\test_cgitb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:501]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:502]: Executing op: FileCopy(SourceName=C:\Config.Msi\52539.rbf,,DestName=C:\Python34\Lib\test\__main__.py,Attributes=32800,FileSize=58,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:505]: File: C:\Python34\Lib\test\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:518]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:520]: Executing op: FileCopy(SourceName=C:\Config.Msi\52538.rbf,,DestName=C:\Python34\Lib\test\test_xml_etree_c.py,Attributes=32800,FileSize=3099,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:522]: File: C:\Python34\Lib\test\test_xml_etree_c.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:530]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:532]: Executing op: FileCopy(SourceName=C:\Config.Msi\52537.rbf,,DestName=C:\Python34\Lib\test\zip_cp437_header.zip,Attributes=32800,FileSize=270,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:535]: File: C:\Python34\Lib\test\zip_cp437_header.zip; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:543]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:545]: Executing op: FileCopy(SourceName=C:\Config.Msi\52536.rbf,,DestName=C:\Python34\Lib\test\fork_wait.py,Attributes=32800,FileSize=2229,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:546]: File: C:\Python34\Lib\test\fork_wait.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:554]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:556]: Executing op: FileCopy(SourceName=C:\Config.Msi\52535.rbf,,DestName=C:\Python34\Lib\test\test_difflib_expect.html,Attributes=32800,FileSize=103808,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:558]: File: C:\Python34\Lib\test\test_difflib_expect.html; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:565]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:567]: Executing op: FileCopy(SourceName=C:\Config.Msi\52534.rbf,,DestName=C:\Python34\Lib\test\test_timeout.py,Attributes=32800,FileSize=11682,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:569]: File: C:\Python34\Lib\test\test_timeout.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:576]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:578]: Executing op: FileCopy(SourceName=C:\Config.Msi\52533.rbf,,DestName=C:\Python34\Lib\test\test_pickletools.py,Attributes=32800,FileSize=668,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:580]: File: C:\Python34\Lib\test\test_pickletools.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:587]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:589]: Executing op: FileCopy(SourceName=C:\Config.Msi\52532.rbf,,DestName=C:\Python34\Lib\test\test_tarfile.py,Attributes=32800,FileSize=81561,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:591]: File: C:\Python34\Lib\test\test_tarfile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:599]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:600]: Executing op: FileCopy(SourceName=C:\Config.Msi\52531.rbf,,DestName=C:\Python34\Lib\test\pyclbr_input.py,Attributes=32800,FileSize=681,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:602]: File: C:\Python34\Lib\test\pyclbr_input.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:611]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:612]: Executing op: FileCopy(SourceName=C:\Config.Msi\52530.rbf,,DestName=C:\Python34\Lib\test\test_tokenize.py,Attributes=32800,FileSize=49590,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:614]: File: C:\Python34\Lib\test\test_tokenize.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:621]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:623]: Executing op: FileCopy(SourceName=C:\Config.Msi\5252f.rbf,,DestName=C:\Python34\Lib\test\test_sys.py,Attributes=32800,FileSize=39258,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:625]: File: C:\Python34\Lib\test\test_sys.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:632]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:634]: Executing op: FileCopy(SourceName=C:\Config.Msi\5252e.rbf,,DestName=C:\Python34\Lib\test\test_imghdr.py,Attributes=32800,FileSize=4544,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:636]: File: C:\Python34\Lib\test\test_imghdr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:643]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:645]: Executing op: FileCopy(SourceName=C:\Config.Msi\5252d.rbf,,DestName=C:\Python34\Lib\test\test_stringprep.py,Attributes=32800,FileSize=3289,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:646]: File: C:\Python34\Lib\test\test_stringprep.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:654]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:656]: Executing op: FileCopy(SourceName=C:\Config.Msi\5252c.rbf,,DestName=C:\Python34\Lib\test\warning_tests.py,Attributes=32800,FileSize=249,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:657]: File: C:\Python34\Lib\test\warning_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:665]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:667]: Executing op: FileCopy(SourceName=C:\Config.Msi\5252b.rbf,,DestName=C:\Python34\Lib\test\test_binop.py,Attributes=32800,FileSize=13038,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:668]: File: C:\Python34\Lib\test\test_binop.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:676]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:677]: Executing op: FileCopy(SourceName=C:\Config.Msi\5252a.rbf,,DestName=C:\Python34\Lib\test\test_doctest.txt,Attributes=32800,FileSize=317,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:679]: File: C:\Python34\Lib\test\test_doctest.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:687]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:688]: Executing op: FileCopy(SourceName=C:\Config.Msi\52529.rbf,,DestName=C:\Python34\Lib\test\test_zipimport.py,Attributes=32800,FileSize=18625,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:690]: File: C:\Python34\Lib\test\test_zipimport.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:697]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:699]: Executing op: FileCopy(SourceName=C:\Config.Msi\52528.rbf,,DestName=C:\Python34\Lib\test\test_pstats.py,Attributes=32800,FileSize=1340,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:700]: File: C:\Python34\Lib\test\test_pstats.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:708]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:709]: Executing op: FileCopy(SourceName=C:\Config.Msi\52527.rbf,,DestName=C:\Python34\Lib\test\mailcap.txt,Attributes=32800,FileSize=1310,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:711]: File: C:\Python34\Lib\test\mailcap.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:720]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:721]: Executing op: FileCopy(SourceName=C:\Config.Msi\52526.rbf,,DestName=C:\Python34\Lib\test\test_deque.py,Attributes=32800,FileSize=26408,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:723]: File: C:\Python34\Lib\test\test_deque.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:731]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:733]: Executing op: FileCopy(SourceName=C:\Config.Msi\52525.rbf,,DestName=C:\Python34\Lib\test\https_svn_python_org_root.pem,Attributes=32800,FileSize=2610,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:735]: File: C:\Python34\Lib\test\https_svn_python_org_root.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:742]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:744]: Executing op: FileCopy(SourceName=C:\Config.Msi\52524.rbf,,DestName=C:\Python34\Lib\test\test_dbm_dumb.py,Attributes=32800,FileSize=7117,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:745]: File: C:\Python34\Lib\test\test_dbm_dumb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:758]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:760]: Executing op: FileCopy(SourceName=C:\Config.Msi\52523.rbf,,DestName=C:\Python34\Lib\test\test_enumerate.py,Attributes=32800,FileSize=8344,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:762]: File: C:\Python34\Lib\test\test_enumerate.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:772]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:773]: Executing op: FileCopy(SourceName=C:\Config.Msi\52522.rbf,,DestName=C:\Python34\Lib\test\test_dbm.py,Attributes=32800,FileSize=5842,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:775]: File: C:\Python34\Lib\test\test_dbm.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:787]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:789]: Executing op: FileCopy(SourceName=C:\Config.Msi\52521.rbf,,DestName=C:\Python34\Lib\test\test_base64.py,Attributes=32800,FileSize=30262,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:790]: File: C:\Python34\Lib\test\test_base64.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:799]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:800]: Executing op: FileCopy(SourceName=C:\Config.Msi\52520.rbf,,DestName=C:\Python34\Lib\test\test_msilib.py,Attributes=32800,FileSize=1514,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:803]: File: C:\Python34\Lib\test\test_msilib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:815]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:817]: Executing op: FileCopy(SourceName=C:\Config.Msi\5251f.rbf,,DestName=C:\Python34\Lib\test\test_signal.py,Attributes=32800,FileSize=34810,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:820]: File: C:\Python34\Lib\test\test_signal.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:832]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:834]: Executing op: FileCopy(SourceName=C:\Config.Msi\5251e.rbf,,DestName=C:\Python34\Lib\test\test_hash.py,Attributes=32800,FileSize=12055,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:836]: File: C:\Python34\Lib\test\test_hash.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:845]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:847]: Executing op: FileCopy(SourceName=C:\Config.Msi\5251d.rbf,,DestName=C:\Python34\Lib\test\test_decorators.py,Attributes=32800,FileSize=10137,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:850]: File: C:\Python34\Lib\test\test_decorators.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:861]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:865]: Executing op: FileCopy(SourceName=C:\Config.Msi\5251c.rbf,,DestName=C:\Python34\Lib\test\test_devpoll.py,Attributes=32800,FileSize=4783,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:868]: File: C:\Python34\Lib\test\test_devpoll.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:884]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:886]: Executing op: FileCopy(SourceName=C:\Config.Msi\5251b.rbf,,DestName=C:\Python34\Lib\test\test_types.py,Attributes=32800,FileSize=44387,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:889]: File: C:\Python34\Lib\test\test_types.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:904]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:906]: Executing op: FileCopy(SourceName=C:\Config.Msi\5251a.rbf,,DestName=C:\Python34\Lib\test\test_asyncore.py,Attributes=32800,FileSize=28266,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:908]: File: C:\Python34\Lib\test\test_asyncore.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:918]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:919]: Executing op: FileCopy(SourceName=C:\Config.Msi\52519.rbf,,DestName=C:\Python34\Lib\test\test_xmlrpc_net.py,Attributes=32800,FileSize=1022,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:922]: File: C:\Python34\Lib\test\test_xmlrpc_net.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:934]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:935]: Executing op: FileCopy(SourceName=C:\Config.Msi\52518.rbf,,DestName=C:\Python34\Lib\test\test_lzma.py,Attributes=32800,FileSize=74237,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:937]: File: C:\Python34\Lib\test\test_lzma.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:945]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:946]: Executing op: FileCopy(SourceName=C:\Config.Msi\52517.rbf,,DestName=C:\Python34\Lib\test\test_eof.py,Attributes=32800,FileSize=886,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:949]: File: C:\Python34\Lib\test\test_eof.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:959]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:961]: Executing op: FileCopy(SourceName=C:\Config.Msi\52516.rbf,,DestName=C:\Python34\Lib\test\test_string.py,Attributes=32800,FileSize=7184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:963]: File: C:\Python34\Lib\test\test_string.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:972]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:973]: Executing op: FileCopy(SourceName=C:\Config.Msi\52515.rbf,,DestName=C:\Python34\Lib\test\test_rlcompleter.py,Attributes=32800,FileSize=2882,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:975]: File: C:\Python34\Lib\test\test_rlcompleter.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:984]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:986]: Executing op: FileCopy(SourceName=C:\Config.Msi\52514.rbf,,DestName=C:\Python34\Lib\test\test_charmapcodec.py,Attributes=32800,FileSize=1850,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:989]: File: C:\Python34\Lib\test\test_charmapcodec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:004]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:006]: Executing op: FileCopy(SourceName=C:\Config.Msi\52513.rbf,,DestName=C:\Python34\Lib\test\test_pep3151.py,Attributes=32800,FileSize=7692,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:009]: File: C:\Python34\Lib\test\test_pep3151.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:020]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:022]: Executing op: FileCopy(SourceName=C:\Config.Msi\52512.rbf,,DestName=C:\Python34\Lib\test\_test_multiprocessing.py,Attributes=32800,FileSize=124102,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:025]: File: C:\Python34\Lib\test\_test_multiprocessing.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:038]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:040]: Executing op: FileCopy(SourceName=C:\Config.Msi\52511.rbf,,DestName=C:\Python34\Lib\test\test_fork1.py,Attributes=32800,FileSize=3894,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:043]: File: C:\Python34\Lib\test\test_fork1.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:056]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:058]: Executing op: FileCopy(SourceName=C:\Config.Msi\52510.rbf,,DestName=C:\Python34\Lib\test\test_macurl2path.py,Attributes=32800,FileSize=1870,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:061]: File: C:\Python34\Lib\test\test_macurl2path.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:071]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:073]: Executing op: FileCopy(SourceName=C:\Config.Msi\5250f.rbf,,DestName=C:\Python34\Lib\test\test_imp.py,Attributes=32800,FileSize=20328,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:075]: File: C:\Python34\Lib\test\test_imp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:085]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:086]: Executing op: FileCopy(SourceName=C:\Config.Msi\5250e.rbf,,DestName=C:\Python34\Lib\test\test_univnewlines.py,Attributes=32800,FileSize=4045,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:089]: File: C:\Python34\Lib\test\test_univnewlines.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:099]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:101]: Executing op: FileCopy(SourceName=C:\Config.Msi\5250d.rbf,,DestName=C:\Python34\Lib\test\test_time.py,Attributes=32800,FileSize=31451,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:103]: File: C:\Python34\Lib\test\test_time.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:116]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:118]: Executing op: FileCopy(SourceName=C:\Config.Msi\5250c.rbf,,DestName=C:\Python34\Lib\test\test_tk.py,Attributes=32800,FileSize=476,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:119]: File: C:\Python34\Lib\test\test_tk.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:127]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:129]: Executing op: FileCopy(SourceName=C:\Config.Msi\5250b.rbf,,DestName=C:\Python34\Lib\test\test_cmd_line.py,Attributes=32800,FileSize=19719,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:131]: File: C:\Python34\Lib\test\test_cmd_line.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:139]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:142]: Executing op: FileCopy(SourceName=C:\Config.Msi\5250a.rbf,,DestName=C:\Python34\Lib\test\test_gdb.py,Attributes=32800,FileSize=36630,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:145]: File: C:\Python34\Lib\test\test_gdb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:158]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:161]: Executing op: FileCopy(SourceName=C:\Config.Msi\52509.rbf,,DestName=C:\Python34\Lib\test\test_codecencodings_jp.py,Attributes=32800,FileSize=5111,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:163]: File: C:\Python34\Lib\test\test_codecencodings_jp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:177]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:179]: Executing op: FileCopy(SourceName=C:\Config.Msi\52508.rbf,,DestName=C:\Python34\Lib\test\test_stat.py,Attributes=32800,FileSize=7199,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:187]: File: C:\Python34\Lib\test\test_stat.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:205]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:211]: Executing op: FileCopy(SourceName=C:\Config.Msi\52507.rbf,,DestName=C:\Python34\Lib\test\test_runpy.py,Attributes=32800,FileSize=30019,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:214]: File: C:\Python34\Lib\test\test_runpy.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:227]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:228]: Executing op: FileCopy(SourceName=C:\Config.Msi\52506.rbf,,DestName=C:\Python34\Lib\test\badcert.pem,Attributes=32800,FileSize=1964,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:231]: File: C:\Python34\Lib\test\badcert.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:241]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:243]: Executing op: FileCopy(SourceName=C:\Config.Msi\52505.rbf,,DestName=C:\Python34\Lib\test\test_datetime.py,Attributes=32800,FileSize=1902,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:245]: File: C:\Python34\Lib\test\test_datetime.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:254]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:256]: Executing op: FileCopy(SourceName=C:\Config.Msi\52504.rbf,,DestName=C:\Python34\Lib\test\test_zipfile64.py,Attributes=32800,FileSize=4392,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:257]: File: C:\Python34\Lib\test\test_zipfile64.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:270]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:272]: Executing op: FileCopy(SourceName=C:\Config.Msi\52503.rbf,,DestName=C:\Python34\Lib\test\test_iter.py,Attributes=32800,FileSize=30114,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:275]: File: C:\Python34\Lib\test\test_iter.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:287]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:288]: Executing op: FileCopy(SourceName=C:\Config.Msi\52502.rbf,,DestName=C:\Python34\Lib\test\test_winreg.py,Attributes=32800,FileSize=21498,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:291]: File: C:\Python34\Lib\test\test_winreg.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:300]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:301]: Executing op: FileCopy(SourceName=C:\Config.Msi\52501.rbf,,DestName=C:\Python34\Lib\test\test_zipfile.py,Attributes=32800,FileSize=72224,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:303]: File: C:\Python34\Lib\test\test_zipfile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:310]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:312]: Executing op: FileCopy(SourceName=C:\Config.Msi\52500.rbf,,DestName=C:\Python34\Lib\test\test_generators.py,Attributes=32800,FileSize=52850,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:313]: File: C:\Python34\Lib\test\test_generators.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:321]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:323]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ff.rbf,,DestName=C:\Python34\Lib\test\test_list.py,Attributes=32800,FileSize=4347,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:325]: File: C:\Python34\Lib\test\test_list.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:337]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:339]: Executing op: FileCopy(SourceName=C:\Config.Msi\524fe.rbf,,DestName=C:\Python34\Lib\test\test_cmd.py,Attributes=32800,FileSize=6503,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:340]: File: C:\Python34\Lib\test\test_cmd.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:348]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:350]: Executing op: FileCopy(SourceName=C:\Config.Msi\524fd.rbf,,DestName=C:\Python34\Lib\test\inspect_fodder.py,Attributes=32800,FileSize=912,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:352]: File: C:\Python34\Lib\test\inspect_fodder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:360]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:362]: Executing op: FileCopy(SourceName=C:\Config.Msi\524fc.rbf,,DestName=C:\Python34\Lib\test\test_hashlib.py,Attributes=32800,FileSize=22607,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:364]: File: C:\Python34\Lib\test\test_hashlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:373]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:374]: Executing op: FileCopy(SourceName=C:\Config.Msi\524fb.rbf,,DestName=C:\Python34\Lib\test\test_multibytecodec.py,Attributes=32800,FileSize=10240,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:376]: File: C:\Python34\Lib\test\test_multibytecodec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:386]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:387]: Executing op: FileCopy(SourceName=C:\Config.Msi\524fa.rbf,,DestName=C:\Python34\Lib\test\test_sys_setprofile.py,Attributes=32800,FileSize=11741,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:389]: File: C:\Python34\Lib\test\test_sys_setprofile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:397]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:399]: Executing op: FileCopy(SourceName=C:\Config.Msi\524f9.rbf,,DestName=C:\Python34\Lib\test\test_sort.py,Attributes=32800,FileSize=9449,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:401]: File: C:\Python34\Lib\test\test_sort.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:408]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:410]: Executing op: FileCopy(SourceName=C:\Config.Msi\524f8.rbf,,DestName=C:\Python34\Lib\test\test_pdb.py,Attributes=32800,FileSize=34495,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:412]: File: C:\Python34\Lib\test\test_pdb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:422]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:424]: Executing op: FileCopy(SourceName=C:\Config.Msi\524f7.rbf,,DestName=C:\Python34\Lib\test\test_genexps.py,Attributes=32800,FileSize=7571,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:426]: File: C:\Python34\Lib\test\test_genexps.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:435]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:437]: Executing op: FileCopy(SourceName=C:\Config.Msi\524f6.rbf,,DestName=C:\Python34\Lib\test\test_future5.py,Attributes=32800,FileSize=531,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:438]: File: C:\Python34\Lib\test\test_future5.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:446]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:448]: Executing op: FileCopy(SourceName=C:\Config.Msi\524f5.rbf,,DestName=C:\Python34\Lib\test\mapping_tests.py,Attributes=32800,FileSize=22673,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:449]: File: C:\Python34\Lib\test\mapping_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:460]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:461]: Executing op: FileCopy(SourceName=C:\Config.Msi\524f4.rbf,,DestName=C:\Python34\Lib\test\test_buffer.py,Attributes=32800,FileSize=163047,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:463]: File: C:\Python34\Lib\test\test_buffer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:473]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:475]: Executing op: FileCopy(SourceName=C:\Config.Msi\524f3.rbf,,DestName=C:\Python34\Lib\test\test_platform.py,Attributes=32800,FileSize=12733,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:477]: File: C:\Python34\Lib\test\test_platform.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:484]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:486]: Executing op: FileCopy(SourceName=C:\Config.Msi\524f2.rbf,,DestName=C:\Python34\Lib\test\test_robotparser.py,Attributes=32800,FileSize=7849,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:488]: File: C:\Python34\Lib\test\test_robotparser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:499]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:501]: Executing op: FileCopy(SourceName=C:\Config.Msi\524f1.rbf,,DestName=C:\Python34\Lib\test\revocation.crl,Attributes=32800,FileSize=636,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:504]: File: C:\Python34\Lib\test\revocation.crl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:521]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:523]: Executing op: FileCopy(SourceName=C:\Config.Msi\524f0.rbf,,DestName=C:\Python34\Lib\test\inspect_fodder2.py,Attributes=32800,FileSize=1530,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:526]: File: C:\Python34\Lib\test\inspect_fodder2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:538]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:540]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ef.rbf,,DestName=C:\Python34\Lib\test\ssl_cert.pem,Attributes=32800,FileSize=882,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:543]: File: C:\Python34\Lib\test\ssl_cert.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:556]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:558]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ee.rbf,,DestName=C:\Python34\Lib\test\test_pickle.py,Attributes=32800,FileSize=4678,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:561]: File: C:\Python34\Lib\test\test_pickle.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:572]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:574]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ed.rbf,,DestName=C:\Python34\Lib\test\time_hashlib.py,Attributes=32800,FileSize=2974,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:577]: File: C:\Python34\Lib\test\time_hashlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:586]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:587]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ec.rbf,,DestName=C:\Python34\Lib\test\test_contains.py,Attributes=32800,FileSize=2734,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:590]: File: C:\Python34\Lib\test\test_contains.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:600]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:602]: Executing op: FileCopy(SourceName=C:\Config.Msi\524eb.rbf,,DestName=C:\Python34\Lib\test\test_urlparse.py,Attributes=32800,FileSize=44954,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:604]: File: C:\Python34\Lib\test\test_urlparse.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:615]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:632]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ea.rbf,,DestName=C:\Python34\Lib\test\pydocfodder.py,Attributes=32800,FileSize=6548,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:635]: File: C:\Python34\Lib\test\pydocfodder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:648]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:650]: Executing op: FileCopy(SourceName=C:\Config.Msi\524e9.rbf,,DestName=C:\Python34\Lib\test\test_urllib.py,Attributes=32800,FileSize=62123,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:654]: File: C:\Python34\Lib\test\test_urllib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:686]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:696]: Executing op: FileCopy(SourceName=C:\Config.Msi\524e8.rbf,,DestName=C:\Python34\Lib\test\test_codecencodings_kr.py,Attributes=32800,FileSize=3175,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:700]: File: C:\Python34\Lib\test\test_codecencodings_kr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:713]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:717]: Executing op: FileCopy(SourceName=C:\Config.Msi\524e7.rbf,,DestName=C:\Python34\Lib\test\test_codecencodings_cn.py,Attributes=32800,FileSize=3553,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:723]: File: C:\Python34\Lib\test\test_codecencodings_cn.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:737]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:740]: Executing op: FileCopy(SourceName=C:\Config.Msi\524e6.rbf,,DestName=C:\Python34\Lib\test\test_descrtut.py,Attributes=32800,FileSize=12263,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:743]: File: C:\Python34\Lib\test\test_descrtut.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:755]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:757]: Executing op: FileCopy(SourceName=C:\Config.Msi\524e5.rbf,,DestName=C:\Python34\Lib\test\test_copyreg.py,Attributes=32800,FileSize=4338,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:759]: File: C:\Python34\Lib\test\test_copyreg.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:770]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:772]: Executing op: FileCopy(SourceName=C:\Config.Msi\524e4.rbf,,DestName=C:\Python34\Lib\test\test_lib2to3.py,Attributes=32800,FileSize=659,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:775]: File: C:\Python34\Lib\test\test_lib2to3.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:787]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:790]: Executing op: FileCopy(SourceName=C:\Config.Msi\524e3.rbf,,DestName=C:\Python34\Lib\test\test_telnetlib.py,Attributes=32800,FileSize=13382,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:793]: File: C:\Python34\Lib\test\test_telnetlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:805]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:807]: Executing op: FileCopy(SourceName=C:\Config.Msi\524e2.rbf,,DestName=C:\Python34\Lib\test\test_timeit.py,Attributes=32800,FileSize=11391,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:809]: File: C:\Python34\Lib\test\test_timeit.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:820]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:822]: Executing op: FileCopy(SourceName=C:\Config.Msi\524e1.rbf,,DestName=C:\Python34\Lib\test\empty.vbs,Attributes=32800,FileSize=70,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:825]: File: C:\Python34\Lib\test\empty.vbs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:837]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:840]: Executing op: FileCopy(SourceName=C:\Config.Msi\524e0.rbf,,DestName=C:\Python34\Lib\test\test_extcall.py,Attributes=32800,FileSize=9199,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:842]: File: C:\Python34\Lib\test\test_extcall.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:856]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:857]: Executing op: FileCopy(SourceName=C:\Config.Msi\524df.rbf,,DestName=C:\Python34\Lib\test\test_int.py,Attributes=32800,FileSize=17596,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:860]: File: C:\Python34\Lib\test\test_int.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:872]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:873]: Executing op: FileCopy(SourceName=C:\Config.Msi\524de.rbf,,DestName=C:\Python34\Lib\test\keycert.pem,Attributes=32800,FileSize=1814,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:876]: File: C:\Python34\Lib\test\keycert.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:887]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:889]: Executing op: FileCopy(SourceName=C:\Config.Msi\524dd.rbf,,DestName=C:\Python34\Lib\test\test_httpservers.py,Attributes=32800,FileSize=29167,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:891]: File: C:\Python34\Lib\test\test_httpservers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:902]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:904]: Executing op: FileCopy(SourceName=C:\Config.Msi\524dc.rbf,,DestName=C:\Python34\Lib\test\dis_module.py,Attributes=32800,FileSize=81,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:906]: File: C:\Python34\Lib\test\dis_module.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:914]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:915]: Executing op: FileCopy(SourceName=C:\Config.Msi\524db.rbf,,DestName=C:\Python34\Lib\test\test_urllib_response.py,Attributes=32800,FileSize=1787,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:917]: File: C:\Python34\Lib\test\test_urllib_response.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:926]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:928]: Executing op: FileCopy(SourceName=C:\Config.Msi\524da.rbf,,DestName=C:\Python34\Lib\test\test_ctypes.py,Attributes=32800,FileSize=106,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:930]: File: C:\Python34\Lib\test\test_ctypes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:937]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:939]: Executing op: FileCopy(SourceName=C:\Config.Msi\524d9.rbf,,DestName=C:\Python34\Lib\test\test_strlit.py,Attributes=32800,FileSize=8426,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:941]: File: C:\Python34\Lib\test\test_strlit.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:951]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:953]: Executing op: FileCopy(SourceName=C:\Config.Msi\524d8.rbf,,DestName=C:\Python34\Lib\test\test_logging.py,Attributes=32800,FileSize=150098,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:956]: File: C:\Python34\Lib\test\test_logging.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:969]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:971]: Executing op: FileCopy(SourceName=C:\Config.Msi\524d7.rbf,,DestName=C:\Python34\Lib\test\test_multiprocessing_fork.py,Attributes=32800,FileSize=181,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:974]: File: C:\Python34\Lib\test\test_multiprocessing_fork.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:003]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:024]: Executing op: FileCopy(SourceName=C:\Config.Msi\524d6.rbf,,DestName=C:\Python34\Lib\test\badsyntax_future5.py,Attributes=32800,FileSize=196,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:027]: File: C:\Python34\Lib\test\badsyntax_future5.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:040]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:041]: Executing op: FileCopy(SourceName=C:\Config.Msi\524d5.rbf,,DestName=C:\Python34\Lib\test\test_threaded_import.py,Attributes=32800,FileSize=8581,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:043]: File: C:\Python34\Lib\test\test_threaded_import.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:055]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:058]: Executing op: FileCopy(SourceName=C:\Config.Msi\524d4.rbf,,DestName=C:\Python34\Lib\test\test_sunau.py,Attributes=32800,FileSize=4785,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:061]: File: C:\Python34\Lib\test\test_sunau.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:074]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:076]: Executing op: FileCopy(SourceName=C:\Config.Msi\524d3.rbf,,DestName=C:\Python34\Lib\test\test_fileio.py,Attributes=32800,FileSize=15940,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:078]: File: C:\Python34\Lib\test\test_fileio.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:088]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:090]: Executing op: FileCopy(SourceName=C:\Config.Msi\524d2.rbf,,DestName=C:\Python34\Lib\test\test_pkgimport.py,Attributes=32800,FileSize=2871,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:092]: File: C:\Python34\Lib\test\test_pkgimport.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:104]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:105]: Executing op: FileCopy(SourceName=C:\Config.Msi\524d1.rbf,,DestName=C:\Python34\Lib\test\test_nis.py,Attributes=32800,FileSize=1259,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:108]: File: C:\Python34\Lib\test\test_nis.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:118]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:120]: Executing op: FileCopy(SourceName=C:\Config.Msi\524d0.rbf,,DestName=C:\Python34\Lib\test\check_soundcard.vbs,Attributes=32800,FileSize=424,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:123]: File: C:\Python34\Lib\test\check_soundcard.vbs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:134]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:136]: Executing op: FileCopy(SourceName=C:\Config.Msi\524cf.rbf,,DestName=C:\Python34\Lib\test\test_pep3131.py,Attributes=32800,FileSize=1012,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:139]: File: C:\Python34\Lib\test\test_pep3131.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:148]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:151]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ce.rbf,,DestName=C:\Python34\Lib\test\badsyntax_future10.py,Attributes=32800,FileSize=98,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:157]: File: C:\Python34\Lib\test\badsyntax_future10.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:180]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:182]: Executing op: FileCopy(SourceName=C:\Config.Msi\524cd.rbf,,DestName=C:\Python34\Lib\test\test_idle.py,Attributes=32800,FileSize=637,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:185]: File: C:\Python34\Lib\test\test_idle.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:197]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:200]: Executing op: FileCopy(SourceName=C:\Config.Msi\524cc.rbf,,DestName=C:\Python34\Lib\test\test_zlib.py,Attributes=32800,FileSize=27491,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:205]: File: C:\Python34\Lib\test\test_zlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:219]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:221]: Executing op: FileCopy(SourceName=C:\Config.Msi\524cb.rbf,,DestName=C:\Python34\Lib\test\profilee.py,Attributes=32800,FileSize=3156,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:224]: File: C:\Python34\Lib\test\profilee.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:235]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:237]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ca.rbf,,DestName=C:\Python34\Lib\test\sortperf.py,Attributes=32800,FileSize=4974,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:239]: File: C:\Python34\Lib\test\sortperf.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:252]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:253]: Executing op: FileCopy(SourceName=C:\Config.Msi\524c9.rbf,,DestName=C:\Python34\Lib\test\keycert3.pem,Attributes=32800,FileSize=4123,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:256]: File: C:\Python34\Lib\test\keycert3.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:268]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:270]: Executing op: FileCopy(SourceName=C:\Config.Msi\524c8.rbf,,DestName=C:\Python34\Lib\test\list_tests.py,Attributes=32800,FileSize=18261,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:272]: File: C:\Python34\Lib\test\list_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:282]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:284]: Executing op: FileCopy(SourceName=C:\Config.Msi\524c7.rbf,,DestName=C:\Python34\Lib\test\audiotest.au,Attributes=32800,FileSize=28144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:286]: File: C:\Python34\Lib\test\audiotest.au; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:298]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:300]: Executing op: FileCopy(SourceName=C:\Config.Msi\524c6.rbf,,DestName=C:\Python34\Lib\test\test_tracemalloc.py,Attributes=32800,FileSize=31502,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:302]: File: C:\Python34\Lib\test\test_tracemalloc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:357]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:374]: Executing op: FileCopy(SourceName=C:\Config.Msi\524c5.rbf,,DestName=C:\Python34\Lib\test\test_format.py,Attributes=32800,FileSize=17581,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:376]: File: C:\Python34\Lib\test\test_format.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:388]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:389]: Executing op: FileCopy(SourceName=C:\Config.Msi\524c4.rbf,,DestName=C:\Python34\Lib\test\test_print.py,Attributes=32800,FileSize=4390,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:392]: File: C:\Python34\Lib\test\test_print.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:403]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:405]: Executing op: FileCopy(SourceName=C:\Config.Msi\524c3.rbf,,DestName=C:\Python34\Lib\test\test_startfile.py,Attributes=32800,FileSize=1277,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:407]: File: C:\Python34\Lib\test\test_startfile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:418]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:420]: Executing op: FileCopy(SourceName=C:\Config.Msi\524c2.rbf,,DestName=C:\Python34\Lib\test\test_bool.py,Attributes=32800,FileSize=12437,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:423]: File: C:\Python34\Lib\test\test_bool.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:435]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:437]: Executing op: FileCopy(SourceName=C:\Config.Msi\524c1.rbf,,DestName=C:\Python34\Lib\test\test_getopt.py,Attributes=32800,FileSize=7155,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:439]: File: C:\Python34\Lib\test\test_getopt.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:447]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:449]: Executing op: FileCopy(SourceName=C:\Config.Msi\524c0.rbf,,DestName=C:\Python34\Lib\test\test_htmlparser.py,Attributes=32800,FileSize=35210,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:451]: File: C:\Python34\Lib\test\test_htmlparser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:462]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:464]: Executing op: FileCopy(SourceName=C:\Config.Msi\524bf.rbf,,DestName=C:\Python34\Lib\test\test_grammar.py,Attributes=32800,FileSize=35290,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:467]: File: C:\Python34\Lib\test\test_grammar.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:484]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:488]: Executing op: FileCopy(SourceName=C:\Config.Msi\524be.rbf,,DestName=C:\Python34\Lib\test\test_pwd.py,Attributes=32800,FileSize=4343,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:525]: File: C:\Python34\Lib\test\test_pwd.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:562]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:563]: Executing op: FileCopy(SourceName=C:\Config.Msi\524bd.rbf,,DestName=C:\Python34\Lib\test\test_webbrowser.py,Attributes=32800,FileSize=5978,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:566]: File: C:\Python34\Lib\test\test_webbrowser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:576]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:578]: Executing op: FileCopy(SourceName=C:\Config.Msi\524bc.rbf,,DestName=C:\Python34\Lib\test\test_socketserver.py,Attributes=32800,FileSize=10665,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:580]: File: C:\Python34\Lib\test\test_socketserver.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:592]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:593]: Executing op: FileCopy(SourceName=C:\Config.Msi\524bb.rbf,,DestName=C:\Python34\Lib\test\test_codecs.py,Attributes=32800,FileSize=114384,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:596]: File: C:\Python34\Lib\test\test_codecs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:606]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:608]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ba.rbf,,DestName=C:\Python34\Lib\test\test_subprocess.py,Attributes=32800,FileSize=107521,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:610]: File: C:\Python34\Lib\test\test_subprocess.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:621]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:622]: Executing op: FileCopy(SourceName=C:\Config.Msi\524b9.rbf,,DestName=C:\Python34\Lib\test\outstanding_bugs.py,Attributes=32800,FileSize=388,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:627]: File: C:\Python34\Lib\test\outstanding_bugs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:639]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\524b8.rbf,,DestName=C:\Python34\Lib\test\test_normalization.py,Attributes=32800,FileSize=3330,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:643]: File: C:\Python34\Lib\test\test_normalization.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:655]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:658]: Executing op: FileCopy(SourceName=C:\Config.Msi\524b7.rbf,,DestName=C:\Python34\Lib\test\test_pty.py,Attributes=32800,FileSize=11588,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:661]: File: C:\Python34\Lib\test\test_pty.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:673]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:675]: Executing op: FileCopy(SourceName=C:\Config.Msi\524b6.rbf,,DestName=C:\Python34\Lib\test\test_epoll.py,Attributes=32800,FileSize=9141,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:677]: File: C:\Python34\Lib\test\test_epoll.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:689]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:691]: Executing op: FileCopy(SourceName=C:\Config.Msi\524b5.rbf,,DestName=C:\Python34\Lib\test\test_codecmaps_tw.py,Attributes=32800,FileSize=861,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:693]: File: C:\Python34\Lib\test\test_codecmaps_tw.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:704]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:706]: Executing op: FileCopy(SourceName=C:\Config.Msi\524b4.rbf,,DestName=C:\Python34\Lib\test\test_resource.py,Attributes=32800,FileSize=6779,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:709]: File: C:\Python34\Lib\test\test_resource.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:720]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:722]: Executing op: FileCopy(SourceName=C:\Config.Msi\524b3.rbf,,DestName=C:\Python34\Lib\test\test_tuple.py,Attributes=32800,FileSize=7149,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:724]: File: C:\Python34\Lib\test\test_tuple.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:735]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:737]: Executing op: FileCopy(SourceName=C:\Config.Msi\524b2.rbf,,DestName=C:\Python34\Lib\test\test_strftime.py,Attributes=32800,FileSize=7806,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:738]: File: C:\Python34\Lib\test\test_strftime.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:745]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:747]: Executing op: FileCopy(SourceName=C:\Config.Msi\524b1.rbf,,DestName=C:\Python34\Lib\test\test_compileall.py,Attributes=32800,FileSize=16658,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:749]: File: C:\Python34\Lib\test\test_compileall.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:758]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:761]: Executing op: FileCopy(SourceName=C:\Config.Msi\524b0.rbf,,DestName=C:\Python34\Lib\test\test___future__.py,Attributes=32800,FileSize=2562,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:762]: File: C:\Python34\Lib\test\test___future__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:786]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:787]: Executing op: FileCopy(SourceName=C:\Config.Msi\524af.rbf,,DestName=C:\Python34\Lib\test\badsyntax_future8.py,Attributes=32800,FileSize=132,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:790]: File: C:\Python34\Lib\test\badsyntax_future8.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:808]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:811]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ae.rbf,,DestName=C:\Python34\Lib\test\badsyntax_future3.py,Attributes=32800,FileSize=182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:818]: File: C:\Python34\Lib\test\badsyntax_future3.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:829]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:831]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ad.rbf,,DestName=C:\Python34\Lib\test\test_ttk_textonly.py,Attributes=32800,FileSize=422,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:834]: File: C:\Python34\Lib\test\test_ttk_textonly.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:845]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:846]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ac.rbf,,DestName=C:\Python34\Lib\test\test_parser.py,Attributes=32800,FileSize=26859,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:848]: File: C:\Python34\Lib\test\test_parser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:856]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:858]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ab.rbf,,DestName=C:\Python34\Lib\test\test_codecencodings_hk.py,Attributes=32800,FileSize=801,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:860]: File: C:\Python34\Lib\test\test_codecencodings_hk.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:871]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:873]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\macholib\) MSI (s) (9C:5C) [21:26:08:874]: Executing op: FileCopy(SourceName=C:\Config.Msi\524aa.rbf,,DestName=C:\Python34\Lib\ctypes\macholib\fetch_macholib.bat,Attributes=32800,FileSize=75,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:876]: File: C:\Python34\Lib\ctypes\macholib\fetch_macholib.bat; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:884]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:886]: Executing op: FileCopy(SourceName=C:\Config.Msi\524a9.rbf,,DestName=C:\Python34\Lib\ctypes\macholib\dylib.py,Attributes=32800,FileSize=1891,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:889]: File: C:\Python34\Lib\ctypes\macholib\dylib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:900]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:901]: Executing op: FileCopy(SourceName=C:\Config.Msi\524a8.rbf,,DestName=C:\Python34\Lib\ctypes\macholib\framework.py,Attributes=32800,FileSize=2266,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:904]: File: C:\Python34\Lib\ctypes\macholib\framework.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:920]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:922]: Executing op: FileCopy(SourceName=C:\Config.Msi\524a7.rbf,,DestName=C:\Python34\Lib\ctypes\macholib\dyld.py,Attributes=32800,FileSize=5065,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:925]: File: C:\Python34\Lib\ctypes\macholib\dyld.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:938]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:940]: Executing op: FileCopy(SourceName=C:\Config.Msi\524a6.rbf,,DestName=C:\Python34\Lib\ctypes\macholib\__init__.py,Attributes=32800,FileSize=163,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:942]: File: C:\Python34\Lib\ctypes\macholib\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:955]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:957]: Executing op: FileCopy(SourceName=C:\Config.Msi\524a5.rbf,,DestName=C:\Python34\Lib\ctypes\macholib\README.ctypes,Attributes=32800,FileSize=302,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:959]: File: C:\Python34\Lib\ctypes\macholib\README.ctypes; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:103]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:105]: Executing op: FileCopy(SourceName=C:\Config.Msi\524a4.rbf,,DestName=C:\Python34\Lib\ctypes\macholib\fetch_macholib,Attributes=32800,FileSize=86,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:107]: File: C:\Python34\Lib\ctypes\macholib\fetch_macholib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:117]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:119]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\test\) MSI (s) (9C:5C) [21:26:09:121]: Executing op: FileCopy(SourceName=C:\Config.Msi\524a3.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_find.py,Attributes=32800,FileSize=2686,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:123]: File: C:\Python34\Lib\ctypes\test\test_find.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:132]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:134]: Executing op: FileCopy(SourceName=C:\Config.Msi\524a2.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_memfunctions.py,Attributes=32800,FileSize=3372,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:137]: File: C:\Python34\Lib\ctypes\test\test_memfunctions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:146]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:147]: Executing op: FileCopy(SourceName=C:\Config.Msi\524a1.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_arrays.py,Attributes=32800,FileSize=5809,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:151]: File: C:\Python34\Lib\ctypes\test\test_arrays.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:160]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:162]: Executing op: FileCopy(SourceName=C:\Config.Msi\524a0.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_cast.py,Attributes=32800,FileSize=3274,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:163]: File: C:\Python34\Lib\ctypes\test\test_cast.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:174]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:175]: Executing op: FileCopy(SourceName=C:\Config.Msi\5249f.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_errcheck.py,Attributes=32800,FileSize=496,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:178]: File: C:\Python34\Lib\ctypes\test\test_errcheck.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:189]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:191]: Executing op: FileCopy(SourceName=C:\Config.Msi\5249e.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_structures.py,Attributes=32800,FileSize=16248,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:192]: File: C:\Python34\Lib\ctypes\test\test_structures.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:200]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:201]: Executing op: FileCopy(SourceName=C:\Config.Msi\5249d.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_anon.py,Attributes=32800,FileSize=2111,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:203]: File: C:\Python34\Lib\ctypes\test\test_anon.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:210]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:211]: Executing op: FileCopy(SourceName=C:\Config.Msi\5249c.rbf,,DestName=C:\Python34\Lib\ctypes\test\__init__.py,Attributes=32800,FileSize=413,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:213]: File: C:\Python34\Lib\ctypes\test\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:220]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:222]: Executing op: FileCopy(SourceName=C:\Config.Msi\5249b.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_libc.py,Attributes=32800,FileSize=1038,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:223]: File: C:\Python34\Lib\ctypes\test\test_libc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:230]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:232]: Executing op: FileCopy(SourceName=C:\Config.Msi\5249a.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_internals.py,Attributes=32800,FileSize=2731,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:233]: File: C:\Python34\Lib\ctypes\test\test_internals.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:240]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:241]: Executing op: FileCopy(SourceName=C:\Config.Msi\52499.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_objects.py,Attributes=32800,FileSize=1749,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:243]: File: C:\Python34\Lib\ctypes\test\test_objects.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:251]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:252]: Executing op: FileCopy(SourceName=C:\Config.Msi\52498.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_wintypes.py,Attributes=32800,FileSize=1507,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:254]: File: C:\Python34\Lib\ctypes\test\test_wintypes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:261]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:263]: Executing op: FileCopy(SourceName=C:\Config.Msi\52497.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_unicode.py,Attributes=32800,FileSize=1817,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:264]: File: C:\Python34\Lib\ctypes\test\test_unicode.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:271]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:272]: Executing op: FileCopy(SourceName=C:\Config.Msi\52496.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_strings.py,Attributes=32800,FileSize=7360,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:274]: File: C:\Python34\Lib\ctypes\test\test_strings.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:283]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:287]: Executing op: FileCopy(SourceName=C:\Config.Msi\52495.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_init.py,Attributes=32800,FileSize=1079,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:289]: File: C:\Python34\Lib\ctypes\test\test_init.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:299]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:301]: Executing op: FileCopy(SourceName=C:\Config.Msi\52494.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_delattr.py,Attributes=32800,FileSize=554,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:304]: File: C:\Python34\Lib\ctypes\test\test_delattr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:314]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:315]: Executing op: FileCopy(SourceName=C:\Config.Msi\52493.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_slicing.py,Attributes=32800,FileSize=6182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:317]: File: C:\Python34\Lib\ctypes\test\test_slicing.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:324]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:325]: Executing op: FileCopy(SourceName=C:\Config.Msi\52492.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_errno.py,Attributes=32800,FileSize=2381,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:327]: File: C:\Python34\Lib\ctypes\test\test_errno.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:334]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:335]: Executing op: FileCopy(SourceName=C:\Config.Msi\52491.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_returnfuncptrs.py,Attributes=32800,FileSize=2970,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:337]: File: C:\Python34\Lib\ctypes\test\test_returnfuncptrs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:344]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:345]: Executing op: FileCopy(SourceName=C:\Config.Msi\52490.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_array_in_pointer.py,Attributes=32800,FileSize=1802,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:347]: File: C:\Python34\Lib\ctypes\test\test_array_in_pointer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:354]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:356]: Executing op: FileCopy(SourceName=C:\Config.Msi\5248f.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_checkretval.py,Attributes=32800,FileSize=1004,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:359]: File: C:\Python34\Lib\ctypes\test\test_checkretval.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:367]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:369]: Executing op: FileCopy(SourceName=C:\Config.Msi\5248e.rbf,,DestName=C:\Python34\Lib\ctypes\test\runtests.py,Attributes=32800,FileSize=701,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:370]: File: C:\Python34\Lib\ctypes\test\runtests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:379]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:381]: Executing op: FileCopy(SourceName=C:\Config.Msi\5248d.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_callbacks.py,Attributes=32800,FileSize=8095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:382]: File: C:\Python34\Lib\ctypes\test\test_callbacks.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:389]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:390]: Executing op: FileCopy(SourceName=C:\Config.Msi\5248c.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_varsize_struct.py,Attributes=32800,FileSize=1892,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:392]: File: C:\Python34\Lib\ctypes\test\test_varsize_struct.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:399]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:401]: Executing op: FileCopy(SourceName=C:\Config.Msi\5248b.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_simplesubclasses.py,Attributes=32800,FileSize=1344,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:402]: File: C:\Python34\Lib\ctypes\test\test_simplesubclasses.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:409]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:411]: Executing op: FileCopy(SourceName=C:\Config.Msi\5248a.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_prototypes.py,Attributes=32800,FileSize=6957,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:412]: File: C:\Python34\Lib\ctypes\test\test_prototypes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:419]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:421]: Executing op: FileCopy(SourceName=C:\Config.Msi\52489.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_buffers.py,Attributes=32800,FileSize=2348,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:422]: File: C:\Python34\Lib\ctypes\test\test_buffers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:430]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:431]: Executing op: FileCopy(SourceName=C:\Config.Msi\52488.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_bytes.py,Attributes=32800,FileSize=1989,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:433]: File: C:\Python34\Lib\ctypes\test\test_bytes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:440]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:441]: Executing op: FileCopy(SourceName=C:\Config.Msi\52487.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_repr.py,Attributes=32800,FileSize=871,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:443]: File: C:\Python34\Lib\ctypes\test\test_repr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:451]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:452]: Executing op: FileCopy(SourceName=C:\Config.Msi\52486.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_unaligned_structures.py,Attributes=32800,FileSize=1260,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:454]: File: C:\Python34\Lib\ctypes\test\test_unaligned_structures.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:461]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:462]: Executing op: FileCopy(SourceName=C:\Config.Msi\52485.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_parameters.py,Attributes=32800,FileSize=6372,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:464]: File: C:\Python34\Lib\ctypes\test\test_parameters.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:471]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:473]: Executing op: FileCopy(SourceName=C:\Config.Msi\52484.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_funcptr.py,Attributes=32800,FileSize=4038,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:474]: File: C:\Python34\Lib\ctypes\test\test_funcptr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:481]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:482]: Executing op: FileCopy(SourceName=C:\Config.Msi\52483.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_incomplete.py,Attributes=32800,FileSize=1065,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:484]: File: C:\Python34\Lib\ctypes\test\test_incomplete.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:491]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:493]: Executing op: FileCopy(SourceName=C:\Config.Msi\52482.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_loading.py,Attributes=32800,FileSize=4515,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:494]: File: C:\Python34\Lib\ctypes\test\test_loading.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:505]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:506]: Executing op: FileCopy(SourceName=C:\Config.Msi\52481.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_stringptr.py,Attributes=32800,FileSize=2613,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:508]: File: C:\Python34\Lib\ctypes\test\test_stringptr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:517]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:519]: Executing op: FileCopy(SourceName=C:\Config.Msi\52480.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_pep3118.py,Attributes=32800,FileSize=8041,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:521]: File: C:\Python34\Lib\ctypes\test\test_pep3118.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:528]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:530]: Executing op: FileCopy(SourceName=C:\Config.Msi\5247f.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_struct_fields.py,Attributes=32800,FileSize=1553,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:532]: File: C:\Python34\Lib\ctypes\test\test_struct_fields.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:540]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:541]: Executing op: FileCopy(SourceName=C:\Config.Msi\5247e.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_keeprefs.py,Attributes=32800,FileSize=4211,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:543]: File: C:\Python34\Lib\ctypes\test\test_keeprefs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:551]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:553]: Executing op: FileCopy(SourceName=C:\Config.Msi\5247d.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_bitfields.py,Attributes=32800,FileSize=9475,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:554]: File: C:\Python34\Lib\ctypes\test\test_bitfields.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:562]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:564]: Executing op: FileCopy(SourceName=C:\Config.Msi\5247c.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_random_things.py,Attributes=32800,FileSize=2900,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:566]: File: C:\Python34\Lib\ctypes\test\test_random_things.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:576]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:578]: Executing op: FileCopy(SourceName=C:\Config.Msi\5247b.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_sizes.py,Attributes=32800,FileSize=849,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:580]: File: C:\Python34\Lib\ctypes\test\test_sizes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:592]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:594]: Executing op: FileCopy(SourceName=C:\Config.Msi\5247a.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_win32.py,Attributes=32800,FileSize=4318,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:596]: File: C:\Python34\Lib\ctypes\test\test_win32.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:607]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:609]: Executing op: FileCopy(SourceName=C:\Config.Msi\52479.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_integers.py,Attributes=32800,FileSize=101,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:612]: File: C:\Python34\Lib\ctypes\test\test_integers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:624]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:626]: Executing op: FileCopy(SourceName=C:\Config.Msi\52478.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_macholib.py,Attributes=32800,FileSize=1893,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:628]: File: C:\Python34\Lib\ctypes\test\test_macholib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:639]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\52477.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_numbers.py,Attributes=32800,FileSize=9581,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:643]: File: C:\Python34\Lib\ctypes\test\test_numbers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:653]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:654]: Executing op: FileCopy(SourceName=C:\Config.Msi\52476.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_byteswap.py,Attributes=32800,FileSize=11152,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:656]: File: C:\Python34\Lib\ctypes\test\test_byteswap.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:666]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:668]: Executing op: FileCopy(SourceName=C:\Config.Msi\52475.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_cfuncs.py,Attributes=32800,FileSize=7892,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:670]: File: C:\Python34\Lib\ctypes\test\test_cfuncs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:679]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:680]: Executing op: FileCopy(SourceName=C:\Config.Msi\52474.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_pickling.py,Attributes=32800,FileSize=2283,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:683]: File: C:\Python34\Lib\ctypes\test\test_pickling.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:696]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:698]: Executing op: FileCopy(SourceName=C:\Config.Msi\52473.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_as_parameter.py,Attributes=32800,FileSize=6996,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:700]: File: C:\Python34\Lib\ctypes\test\test_as_parameter.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:710]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:712]: Executing op: FileCopy(SourceName=C:\Config.Msi\52472.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_refcounts.py,Attributes=32800,FileSize=2677,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:713]: File: C:\Python34\Lib\ctypes\test\test_refcounts.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:724]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:725]: Executing op: FileCopy(SourceName=C:\Config.Msi\52471.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_frombuffer.py,Attributes=32800,FileSize=2562,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:728]: File: C:\Python34\Lib\ctypes\test\test_frombuffer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:738]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:740]: Executing op: FileCopy(SourceName=C:\Config.Msi\52470.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_pointers.py,Attributes=32800,FileSize=6458,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:742]: File: C:\Python34\Lib\ctypes\test\test_pointers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:757]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:759]: Executing op: FileCopy(SourceName=C:\Config.Msi\5246f.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_python_api.py,Attributes=32800,FileSize=2955,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:762]: File: C:\Python34\Lib\ctypes\test\test_python_api.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:775]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:777]: Executing op: FileCopy(SourceName=C:\Config.Msi\5246e.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_values.py,Attributes=32800,FileSize=3664,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:780]: File: C:\Python34\Lib\ctypes\test\test_values.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:793]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:795]: Executing op: FileCopy(SourceName=C:\Config.Msi\5246d.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_functions.py,Attributes=32800,FileSize=12957,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:798]: File: C:\Python34\Lib\ctypes\test\test_functions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:811]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:813]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\) MSI (s) (9C:5C) [21:26:09:814]: Executing op: FileCopy(SourceName=C:\Config.Msi\5246c.rbf,,DestName=C:\Python34\Lib\ctypes\wintypes.py,Attributes=32800,FileSize=5830,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:817]: File: C:\Python34\Lib\ctypes\wintypes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:829]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:832]: Executing op: FileCopy(SourceName=C:\Config.Msi\5246b.rbf,,DestName=C:\Python34\Lib\ctypes\__init__.py,Attributes=32800,FileSize=17561,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:834]: File: C:\Python34\Lib\ctypes\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:847]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:849]: Executing op: FileCopy(SourceName=C:\Config.Msi\5246a.rbf,,DestName=C:\Python34\Lib\ctypes\util.py,Attributes=32800,FileSize=9257,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:852]: File: C:\Python34\Lib\ctypes\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:864]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:867]: Executing op: FileCopy(SourceName=C:\Config.Msi\52469.rbf,,DestName=C:\Python34\Lib\ctypes\_endian.py,Attributes=32800,FileSize=2013,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:871]: File: C:\Python34\Lib\ctypes\_endian.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:896]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:899]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\logging\) MSI (s) (9C:5C) [21:26:09:902]: Executing op: FileCopy(SourceName=C:\Config.Msi\52468.rbf,,DestName=C:\Python34\Lib\logging\__init__.py,Attributes=32800,FileSize=70884,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:904]: File: C:\Python34\Lib\logging\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:918]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:922]: Executing op: FileCopy(SourceName=C:\Config.Msi\52467.rbf,,DestName=C:\Python34\Lib\logging\handlers.py,Attributes=32800,FileSize=57262,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:926]: File: C:\Python34\Lib\logging\handlers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:939]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:941]: Executing op: FileCopy(SourceName=C:\Config.Msi\52466.rbf,,DestName=C:\Python34\Lib\logging\config.py,Attributes=32800,FileSize=36654,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:944]: File: C:\Python34\Lib\logging\config.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:956]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:958]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ensurepip\_bundled\) MSI (s) (9C:5C) [21:26:09:959]: Executing op: FileCopy(SourceName=C:\Config.Msi\52465.rbf,,DestName=C:\Python34\Lib\ensurepip\_bundled\pip-1.5.6-py2.py3-none-any.whl,Attributes=32800,FileSize=1002021,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:961]: File: C:\Python34\Lib\ensurepip\_bundled\pip-1.5.6-py2.py3-none-any.whl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:974]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:976]: Executing op: FileCopy(SourceName=C:\Config.Msi\52464.rbf,,DestName=C:\Python34\Lib\ensurepip\_bundled\setuptools-2.1-py2.py3-none-any.whl,Attributes=32800,FileSize=540293,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:979]: File: C:\Python34\Lib\ensurepip\_bundled\setuptools-2.1-py2.py3-none-any.whl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:992]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:994]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ensurepip\) MSI (s) (9C:5C) [21:26:09:995]: Executing op: FileCopy(SourceName=C:\Config.Msi\52463.rbf,,DestName=C:\Python34\Lib\ensurepip\__init__.py,Attributes=32800,FileSize=6598,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:998]: File: C:\Python34\Lib\ensurepip\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:010]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:012]: Executing op: FileCopy(SourceName=C:\Config.Msi\52462.rbf,,DestName=C:\Python34\Lib\ensurepip\_uninstall.py,Attributes=32800,FileSize=810,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:015]: File: C:\Python34\Lib\ensurepip\_uninstall.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:027]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:029]: Executing op: FileCopy(SourceName=C:\Config.Msi\52461.rbf,,DestName=C:\Python34\Lib\ensurepip\__main__.py,Attributes=32800,FileSize=71,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:032]: File: C:\Python34\Lib\ensurepip\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:044]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:046]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\multiprocessing\dummy\) MSI (s) (9C:5C) [21:26:10:047]: Executing op: FileCopy(SourceName=C:\Config.Msi\52460.rbf,,DestName=C:\Python34\Lib\multiprocessing\dummy\__init__.py,Attributes=32800,FileSize=3000,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:050]: File: C:\Python34\Lib\multiprocessing\dummy\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:062]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:064]: Executing op: FileCopy(SourceName=C:\Config.Msi\5245f.rbf,,DestName=C:\Python34\Lib\multiprocessing\dummy\connection.py,Attributes=32800,FileSize=1694,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:067]: File: C:\Python34\Lib\multiprocessing\dummy\connection.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:079]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:081]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\multiprocessing\) MSI (s) (9C:5C) [21:26:10:083]: Executing op: FileCopy(SourceName=C:\Config.Msi\5245e.rbf,,DestName=C:\Python34\Lib\multiprocessing\forkserver.py,Attributes=32800,FileSize=8744,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:085]: File: C:\Python34\Lib\multiprocessing\forkserver.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:096]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:097]: Executing op: FileCopy(SourceName=C:\Config.Msi\5245d.rbf,,DestName=C:\Python34\Lib\multiprocessing\popen_spawn_posix.py,Attributes=32800,FileSize=1984,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:099]: File: C:\Python34\Lib\multiprocessing\popen_spawn_posix.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:108]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:110]: Executing op: FileCopy(SourceName=C:\Config.Msi\5245c.rbf,,DestName=C:\Python34\Lib\multiprocessing\queues.py,Attributes=32800,FileSize=11760,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:113]: File: C:\Python34\Lib\multiprocessing\queues.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:124]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:126]: Executing op: FileCopy(SourceName=C:\Config.Msi\5245b.rbf,,DestName=C:\Python34\Lib\multiprocessing\managers.py,Attributes=32800,FileSize=37404,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:128]: File: C:\Python34\Lib\multiprocessing\managers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:140]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:142]: Executing op: FileCopy(SourceName=C:\Config.Msi\5245a.rbf,,DestName=C:\Python34\Lib\multiprocessing\popen_spawn_win32.py,Attributes=32800,FileSize=3097,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:144]: File: C:\Python34\Lib\multiprocessing\popen_spawn_win32.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:153]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:154]: Executing op: FileCopy(SourceName=C:\Config.Msi\52459.rbf,,DestName=C:\Python34\Lib\multiprocessing\heap.py,Attributes=32800,FileSize=8201,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:157]: File: C:\Python34\Lib\multiprocessing\heap.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:168]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:170]: Executing op: FileCopy(SourceName=C:\Config.Msi\52458.rbf,,DestName=C:\Python34\Lib\multiprocessing\pool.py,Attributes=32800,FileSize=25412,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:172]: File: C:\Python34\Lib\multiprocessing\pool.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:184]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:186]: Executing op: FileCopy(SourceName=C:\Config.Msi\52457.rbf,,DestName=C:\Python34\Lib\multiprocessing\semaphore_tracker.py,Attributes=32800,FileSize=4963,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:188]: File: C:\Python34\Lib\multiprocessing\semaphore_tracker.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:197]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:198]: Executing op: FileCopy(SourceName=C:\Config.Msi\52456.rbf,,DestName=C:\Python34\Lib\multiprocessing\popen_fork.py,Attributes=32800,FileSize=2503,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:201]: File: C:\Python34\Lib\multiprocessing\popen_fork.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:215]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:218]: Executing op: FileCopy(SourceName=C:\Config.Msi\52455.rbf,,DestName=C:\Python34\Lib\multiprocessing\connection.py,Attributes=32800,FileSize=31524,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:221]: File: C:\Python34\Lib\multiprocessing\connection.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:234]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:236]: Executing op: FileCopy(SourceName=C:\Config.Msi\52454.rbf,,DestName=C:\Python34\Lib\multiprocessing\process.py,Attributes=32800,FileSize=9476,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:239]: File: C:\Python34\Lib\multiprocessing\process.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:252]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:254]: Executing op: FileCopy(SourceName=C:\Config.Msi\52453.rbf,,DestName=C:\Python34\Lib\multiprocessing\__init__.py,Attributes=32800,FileSize=961,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:257]: File: C:\Python34\Lib\multiprocessing\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:268]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:270]: Executing op: FileCopy(SourceName=C:\Config.Msi\52452.rbf,,DestName=C:\Python34\Lib\multiprocessing\popen_forkserver.py,Attributes=32800,FileSize=2036,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:273]: File: C:\Python34\Lib\multiprocessing\popen_forkserver.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:285]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:287]: Executing op: FileCopy(SourceName=C:\Config.Msi\52451.rbf,,DestName=C:\Python34\Lib\multiprocessing\util.py,Attributes=32800,FileSize=10986,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:290]: File: C:\Python34\Lib\multiprocessing\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:302]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:304]: Executing op: FileCopy(SourceName=C:\Config.Msi\52450.rbf,,DestName=C:\Python34\Lib\multiprocessing\reduction.py,Attributes=32800,FileSize=8348,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:307]: File: C:\Python34\Lib\multiprocessing\reduction.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:320]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:322]: Executing op: FileCopy(SourceName=C:\Config.Msi\5244f.rbf,,DestName=C:\Python34\Lib\multiprocessing\synchronize.py,Attributes=32800,FileSize=12642,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:325]: File: C:\Python34\Lib\multiprocessing\synchronize.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:341]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:343]: Executing op: FileCopy(SourceName=C:\Config.Msi\5244e.rbf,,DestName=C:\Python34\Lib\multiprocessing\spawn.py,Attributes=32800,FileSize=9134,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:346]: File: C:\Python34\Lib\multiprocessing\spawn.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:358]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:360]: Executing op: FileCopy(SourceName=C:\Config.Msi\5244d.rbf,,DestName=C:\Python34\Lib\multiprocessing\resource_sharer.py,Attributes=32800,FileSize=5476,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:363]: File: C:\Python34\Lib\multiprocessing\resource_sharer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:376]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:379]: Executing op: FileCopy(SourceName=C:\Config.Msi\5244c.rbf,,DestName=C:\Python34\Lib\multiprocessing\context.py,Attributes=32800,FileSize=11017,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:384]: File: C:\Python34\Lib\multiprocessing\context.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:400]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:402]: Executing op: FileCopy(SourceName=C:\Config.Msi\5244b.rbf,,DestName=C:\Python34\Lib\multiprocessing\sharedctypes.py,Attributes=32800,FileSize=6579,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:405]: File: C:\Python34\Lib\multiprocessing\sharedctypes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:417]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:419]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\curses\) MSI (s) (9C:5C) [21:26:10:420]: Executing op: FileCopy(SourceName=C:\Config.Msi\5244a.rbf,,DestName=C:\Python34\Lib\curses\panel.py,Attributes=32800,FileSize=93,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:423]: File: C:\Python34\Lib\curses\panel.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:435]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:438]: Executing op: FileCopy(SourceName=C:\Config.Msi\52449.rbf,,DestName=C:\Python34\Lib\curses\__init__.py,Attributes=32800,FileSize=3467,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:440]: File: C:\Python34\Lib\curses\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:457]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:466]: Executing op: FileCopy(SourceName=C:\Config.Msi\52448.rbf,,DestName=C:\Python34\Lib\curses\textpad.py,Attributes=32800,FileSize=7527,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:469]: File: C:\Python34\Lib\curses\textpad.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:481]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:484]: Executing op: FileCopy(SourceName=C:\Config.Msi\52447.rbf,,DestName=C:\Python34\Lib\curses\ascii.py,Attributes=32800,FileSize=2706,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:486]: File: C:\Python34\Lib\curses\ascii.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:499]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:502]: Executing op: FileCopy(SourceName=C:\Config.Msi\52446.rbf,,DestName=C:\Python34\Lib\curses\has_key.py,Attributes=32800,FileSize=5826,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:504]: File: C:\Python34\Lib\curses\has_key.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:521]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:523]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\json\) MSI (s) (9C:5C) [21:26:10:525]: Executing op: FileCopy(SourceName=C:\Config.Msi\52445.rbf,,DestName=C:\Python34\Lib\json\encoder.py,Attributes=32800,FileSize=16221,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:527]: File: C:\Python34\Lib\json\encoder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:540]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:542]: Executing op: FileCopy(SourceName=C:\Config.Msi\52444.rbf,,DestName=C:\Python34\Lib\json\__init__.py,Attributes=32800,FileSize=13577,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:546]: File: C:\Python34\Lib\json\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:561]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:563]: Executing op: FileCopy(SourceName=C:\Config.Msi\52443.rbf,,DestName=C:\Python34\Lib\json\decoder.py,Attributes=32800,FileSize=13125,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:568]: File: C:\Python34\Lib\json\decoder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:580]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:582]: Executing op: FileCopy(SourceName=C:\Config.Msi\52442.rbf,,DestName=C:\Python34\Lib\json\scanner.py,Attributes=32800,FileSize=2489,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:585]: File: C:\Python34\Lib\json\scanner.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:597]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:599]: Executing op: FileCopy(SourceName=C:\Config.Msi\52441.rbf,,DestName=C:\Python34\Lib\json\tool.py,Attributes=32800,FileSize=993,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:602]: File: C:\Python34\Lib\json\tool.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:613]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:615]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\venv\scripts\posix\) MSI (s) (9C:5C) [21:26:10:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\52440.rbf,,DestName=C:\Python34\Lib\venv\scripts\posix\activate.csh,Attributes=32800,FileSize=1313,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:618]: File: C:\Python34\Lib\venv\scripts\posix\activate.csh; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:634]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:636]: Executing op: FileCopy(SourceName=C:\Config.Msi\5243f.rbf,,DestName=C:\Python34\Lib\venv\scripts\posix\activate.fish,Attributes=32800,FileSize=2484,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:639]: File: C:\Python34\Lib\venv\scripts\posix\activate.fish; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:652]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:654]: Executing op: FileCopy(SourceName=C:\Config.Msi\5243e.rbf,,DestName=C:\Python34\Lib\venv\scripts\posix\activate,Attributes=32800,FileSize=2234,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:656]: File: C:\Python34\Lib\venv\scripts\posix\activate; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:669]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:672]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\venv\scripts\nt\) MSI (s) (9C:5C) [21:26:10:673]: Executing op: FileCopy(SourceName=C:\Config.Msi\5243d.rbf,,DestName=C:\Python34\Lib\venv\scripts\nt\deactivate.bat,Attributes=32800,FileSize=368,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:675]: File: C:\Python34\Lib\venv\scripts\nt\deactivate.bat; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:692]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:695]: Executing op: FileCopy(SourceName=C:\Config.Msi\5243c.rbf,,DestName=C:\Python34\Lib\venv\scripts\nt\activate.bat,Attributes=32800,FileSize=621,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:698]: File: C:\Python34\Lib\venv\scripts\nt\activate.bat; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:712]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:714]: Executing op: FileCopy(SourceName=C:\Config.Msi\5243b.rbf,,DestName=C:\Python34\Lib\venv\scripts\nt\Activate.ps1,Attributes=32800,FileSize=1420,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:718]: File: C:\Python34\Lib\venv\scripts\nt\Activate.ps1; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:733]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:735]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\venv\) MSI (s) (9C:5C) [21:26:10:736]: Executing op: FileCopy(SourceName=C:\Config.Msi\5243a.rbf,,DestName=C:\Python34\Lib\venv\__init__.py,Attributes=32800,FileSize=19963,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:739]: File: C:\Python34\Lib\venv\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:749]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:751]: Executing op: FileCopy(SourceName=C:\Config.Msi\52439.rbf,,DestName=C:\Python34\Lib\venv\__main__.py,Attributes=32800,FileSize=155,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:754]: File: C:\Python34\Lib\venv\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:765]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:767]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\wsgiref\) MSI (s) (9C:5C) [21:26:10:768]: Executing op: FileCopy(SourceName=C:\Config.Msi\52438.rbf,,DestName=C:\Python34\Lib\wsgiref\validate.py,Attributes=32800,FileSize=15594,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:771]: File: C:\Python34\Lib\wsgiref\validate.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:783]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:785]: Executing op: FileCopy(SourceName=C:\Config.Msi\52437.rbf,,DestName=C:\Python34\Lib\wsgiref\handlers.py,Attributes=32800,FileSize=21179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:787]: File: C:\Python34\Lib\wsgiref\handlers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:799]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:801]: Executing op: FileCopy(SourceName=C:\Config.Msi\52436.rbf,,DestName=C:\Python34\Lib\wsgiref\headers.py,Attributes=32800,FileSize=6866,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:803]: File: C:\Python34\Lib\wsgiref\headers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:827]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:829]: Executing op: FileCopy(SourceName=C:\Config.Msi\52435.rbf,,DestName=C:\Python34\Lib\wsgiref\__init__.py,Attributes=32800,FileSize=610,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:832]: File: C:\Python34\Lib\wsgiref\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:852]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:856]: Executing op: FileCopy(SourceName=C:\Config.Msi\52434.rbf,,DestName=C:\Python34\Lib\wsgiref\util.py,Attributes=32800,FileSize=5799,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:861]: File: C:\Python34\Lib\wsgiref\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:875]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:877]: Executing op: FileCopy(SourceName=C:\Config.Msi\52433.rbf,,DestName=C:\Python34\Lib\wsgiref\simple_server.py,Attributes=32800,FileSize=5318,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:880]: File: C:\Python34\Lib\wsgiref\simple_server.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:892]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:894]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\test_ttk\) MSI (s) (9C:5C) [21:26:10:895]: Executing op: FileCopy(SourceName=C:\Config.Msi\52432.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_ttk\__init__.py,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:897]: File: C:\Python34\Lib\tkinter\test\test_ttk\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:911]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:913]: Executing op: FileCopy(SourceName=C:\Config.Msi\52431.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_ttk\test_widgets.py,Attributes=32800,FileSize=58426,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:915]: File: C:\Python34\Lib\tkinter\test\test_ttk\test_widgets.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:929]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:931]: Executing op: FileCopy(SourceName=C:\Config.Msi\52430.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_ttk\test_functions.py,Attributes=32800,FileSize=17605,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:932]: File: C:\Python34\Lib\tkinter\test\test_ttk\test_functions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:942]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:945]: Executing op: FileCopy(SourceName=C:\Config.Msi\5242f.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_ttk\test_extensions.py,Attributes=32800,FileSize=10629,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:948]: File: C:\Python34\Lib\tkinter\test\test_ttk\test_extensions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:959]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:961]: Executing op: FileCopy(SourceName=C:\Config.Msi\5242e.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_ttk\test_style.py,Attributes=32800,FileSize=2992,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:964]: File: C:\Python34\Lib\tkinter\test\test_ttk\test_style.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:983]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:985]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\test_tkinter\) MSI (s) (9C:5C) [21:26:10:986]: Executing op: FileCopy(SourceName=C:\Config.Msi\5242d.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_tkinter\test_loadtk.py,Attributes=32800,FileSize=1549,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:991]: File: C:\Python34\Lib\tkinter\test\test_tkinter\test_loadtk.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:029]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:033]: Executing op: FileCopy(SourceName=C:\Config.Msi\5242c.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_tkinter\__init__.py,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:036]: File: C:\Python34\Lib\tkinter\test\test_tkinter\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:050]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:052]: Executing op: FileCopy(SourceName=C:\Config.Msi\5242b.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_tkinter\test_misc.py,Attributes=32800,FileSize=1627,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:055]: File: C:\Python34\Lib\tkinter\test\test_tkinter\test_misc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:066]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:067]: Executing op: FileCopy(SourceName=C:\Config.Msi\5242a.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_tkinter\test_geometry_managers.py,Attributes=32800,FileSize=41849,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:069]: File: C:\Python34\Lib\tkinter\test\test_tkinter\test_geometry_managers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:078]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:080]: Executing op: FileCopy(SourceName=C:\Config.Msi\52429.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_tkinter\test_text.py,Attributes=32800,FileSize=1489,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:082]: File: C:\Python34\Lib\tkinter\test\test_tkinter\test_text.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:092]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:094]: Executing op: FileCopy(SourceName=C:\Config.Msi\52428.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_tkinter\test_variables.py,Attributes=32800,FileSize=5732,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:096]: File: C:\Python34\Lib\tkinter\test\test_tkinter\test_variables.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:107]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:108]: Executing op: FileCopy(SourceName=C:\Config.Msi\52427.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_tkinter\test_font.py,Attributes=32800,FileSize=896,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:111]: File: C:\Python34\Lib\tkinter\test\test_tkinter\test_font.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:120]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:122]: Executing op: FileCopy(SourceName=C:\Config.Msi\52426.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_tkinter\test_widgets.py,Attributes=32800,FileSize=46827,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:138]: File: C:\Python34\Lib\tkinter\test\test_tkinter\test_widgets.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:168]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:170]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\) MSI (s) (9C:5C) [21:26:11:171]: Executing op: FileCopy(SourceName=C:\Config.Msi\52425.rbf,,DestName=C:\Python34\Lib\tkinter\test\widget_tests.py,Attributes=32800,FileSize=19648,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:174]: File: C:\Python34\Lib\tkinter\test\widget_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:188]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:190]: Executing op: FileCopy(SourceName=C:\Config.Msi\52424.rbf,,DestName=C:\Python34\Lib\tkinter\test\README.txt,Attributes=32800,FileSize=580,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:192]: File: C:\Python34\Lib\tkinter\test\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:205]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:206]: Executing op: FileCopy(SourceName=C:\Config.Msi\52423.rbf,,DestName=C:\Python34\Lib\tkinter\test\__init__.py,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:209]: File: C:\Python34\Lib\tkinter\test\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:218]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:220]: Executing op: FileCopy(SourceName=C:\Config.Msi\52422.rbf,,DestName=C:\Python34\Lib\tkinter\test\support.py,Attributes=32800,FileSize=3232,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:222]: File: C:\Python34\Lib\tkinter\test\support.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:233]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:234]: Executing op: FileCopy(SourceName=C:\Config.Msi\52421.rbf,,DestName=C:\Python34\Lib\tkinter\test\runtktests.py,Attributes=32800,FileSize=2342,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:236]: File: C:\Python34\Lib\tkinter\test\runtktests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:244]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:246]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\) MSI (s) (9C:5C) [21:26:11:249]: Executing op: FileCopy(SourceName=C:\Config.Msi\52420.rbf,,DestName=C:\Python34\Lib\tkinter\scrolledtext.py,Attributes=32800,FileSize=1868,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:251]: File: C:\Python34\Lib\tkinter\scrolledtext.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:262]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:266]: Executing op: FileCopy(SourceName=C:\Config.Msi\5241f.rbf,,DestName=C:\Python34\Lib\tkinter\commondialog.py,Attributes=32800,FileSize=1472,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:269]: File: C:\Python34\Lib\tkinter\commondialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:285]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:287]: Executing op: FileCopy(SourceName=C:\Config.Msi\5241e.rbf,,DestName=C:\Python34\Lib\tkinter\filedialog.py,Attributes=32800,FileSize=14981,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:289]: File: C:\Python34\Lib\tkinter\filedialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:302]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:303]: Executing op: FileCopy(SourceName=C:\Config.Msi\5241d.rbf,,DestName=C:\Python34\Lib\tkinter\colorchooser.py,Attributes=32800,FileSize=1865,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:306]: File: C:\Python34\Lib\tkinter\colorchooser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:314]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:317]: Executing op: FileCopy(SourceName=C:\Config.Msi\5241c.rbf,,DestName=C:\Python34\Lib\tkinter\dialog.py,Attributes=32800,FileSize=1617,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:319]: File: C:\Python34\Lib\tkinter\dialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:332]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:333]: Executing op: FileCopy(SourceName=C:\Config.Msi\5241b.rbf,,DestName=C:\Python34\Lib\tkinter\simpledialog.py,Attributes=32800,FileSize=11830,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:335]: File: C:\Python34\Lib\tkinter\simpledialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:345]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:347]: Executing op: FileCopy(SourceName=C:\Config.Msi\5241a.rbf,,DestName=C:\Python34\Lib\tkinter\__init__.py,Attributes=32800,FileSize=167411,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:349]: File: C:\Python34\Lib\tkinter\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:359]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:361]: Executing op: FileCopy(SourceName=C:\Config.Msi\52419.rbf,,DestName=C:\Python34\Lib\tkinter\__main__.py,Attributes=32800,FileSize=155,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:363]: File: C:\Python34\Lib\tkinter\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:371]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:373]: Executing op: FileCopy(SourceName=C:\Config.Msi\52418.rbf,,DestName=C:\Python34\Lib\tkinter\tix.py,Attributes=32800,FileSize=78966,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:375]: File: C:\Python34\Lib\tkinter\tix.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:386]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:388]: Executing op: FileCopy(SourceName=C:\Config.Msi\52417.rbf,,DestName=C:\Python34\Lib\tkinter\dnd.py,Attributes=32800,FileSize=11809,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:390]: File: C:\Python34\Lib\tkinter\dnd.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:398]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:400]: Executing op: FileCopy(SourceName=C:\Config.Msi\52416.rbf,,DestName=C:\Python34\Lib\tkinter\constants.py,Attributes=32800,FileSize=1603,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:402]: File: C:\Python34\Lib\tkinter\constants.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:416]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:418]: Executing op: FileCopy(SourceName=C:\Config.Msi\52415.rbf,,DestName=C:\Python34\Lib\tkinter\font.py,Attributes=32800,FileSize=6845,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:421]: File: C:\Python34\Lib\tkinter\font.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:435]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:438]: Executing op: FileCopy(SourceName=C:\Config.Msi\52414.rbf,,DestName=C:\Python34\Lib\tkinter\messagebox.py,Attributes=32800,FileSize=3835,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:441]: File: C:\Python34\Lib\tkinter\messagebox.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:491]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:493]: Executing op: FileCopy(SourceName=C:\Config.Msi\52413.rbf,,DestName=C:\Python34\Lib\tkinter\ttk.py,Attributes=32800,FileSize=57330,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:497]: File: C:\Python34\Lib\tkinter\ttk.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:508]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:511]: Executing op: FileCopy(SourceName=C:\Config.Msi\52412.rbf,,DestName=C:\Python34\Lib\tkinter\_fix.py,Attributes=32800,FileSize=2975,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:514]: File: C:\Python34\Lib\tkinter\_fix.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:525]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:527]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\fixes\) MSI (s) (9C:5C) [21:26:11:528]: Executing op: FileCopy(SourceName=C:\Config.Msi\52411.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_unicode.py,Attributes=32800,FileSize=1298,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:531]: File: C:\Python34\Lib\lib2to3\fixes\fix_unicode.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:542]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:543]: Executing op: FileCopy(SourceName=C:\Config.Msi\52410.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_print.py,Attributes=32800,FileSize=2941,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:546]: File: C:\Python34\Lib\lib2to3\fixes\fix_print.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:558]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:561]: Executing op: FileCopy(SourceName=C:\Config.Msi\5240f.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_reload.py,Attributes=32800,FileSize=721,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:564]: File: C:\Python34\Lib\lib2to3\fixes\fix_reload.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:614]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\5240e.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_exitfunc.py,Attributes=32800,FileSize=2569,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:620]: File: C:\Python34\Lib\lib2to3\fixes\fix_exitfunc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:633]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:635]: Executing op: FileCopy(SourceName=C:\Config.Msi\5240d.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\__init__.py,Attributes=32800,FileSize=48,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:638]: File: C:\Python34\Lib\lib2to3\fixes\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:648]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:650]: Executing op: FileCopy(SourceName=C:\Config.Msi\5240c.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_ws_comma.py,Attributes=32800,FileSize=1129,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:652]: File: C:\Python34\Lib\lib2to3\fixes\fix_ws_comma.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:663]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:665]: Executing op: FileCopy(SourceName=C:\Config.Msi\5240b.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_metaclass.py,Attributes=32800,FileSize=8429,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:668]: File: C:\Python34\Lib\lib2to3\fixes\fix_metaclass.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:677]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:679]: Executing op: FileCopy(SourceName=C:\Config.Msi\5240a.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_has_key.py,Attributes=32800,FileSize=3332,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:681]: File: C:\Python34\Lib\lib2to3\fixes\fix_has_key.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:689]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:691]: Executing op: FileCopy(SourceName=C:\Config.Msi\52409.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_raise.py,Attributes=32800,FileSize=3016,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:693]: File: C:\Python34\Lib\lib2to3\fixes\fix_raise.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:704]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:705]: Executing op: FileCopy(SourceName=C:\Config.Msi\52408.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_types.py,Attributes=32800,FileSize=1859,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:708]: File: C:\Python34\Lib\lib2to3\fixes\fix_types.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:792]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:793]: Executing op: FileCopy(SourceName=C:\Config.Msi\52407.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_repr.py,Attributes=32800,FileSize=636,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:796]: File: C:\Python34\Lib\lib2to3\fixes\fix_repr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:806]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:807]: Executing op: FileCopy(SourceName=C:\Config.Msi\52406.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_ne.py,Attributes=32800,FileSize=594,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:809]: File: C:\Python34\Lib\lib2to3\fixes\fix_ne.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:822]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:823]: Executing op: FileCopy(SourceName=C:\Config.Msi\52405.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_methodattrs.py,Attributes=32800,FileSize=630,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:826]: File: C:\Python34\Lib\lib2to3\fixes\fix_methodattrs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:835]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:836]: Executing op: FileCopy(SourceName=C:\Config.Msi\52404.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_set_literal.py,Attributes=32800,FileSize=1750,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:838]: File: C:\Python34\Lib\lib2to3\fixes\fix_set_literal.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:849]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:850]: Executing op: FileCopy(SourceName=C:\Config.Msi\52403.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_buffer.py,Attributes=32800,FileSize=612,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:852]: File: C:\Python34\Lib\lib2to3\fixes\fix_buffer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:862]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:864]: Executing op: FileCopy(SourceName=C:\Config.Msi\52402.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_throw.py,Attributes=32800,FileSize=1638,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:866]: File: C:\Python34\Lib\lib2to3\fixes\fix_throw.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:918]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:920]: Executing op: FileCopy(SourceName=C:\Config.Msi\52401.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_renames.py,Attributes=32800,FileSize=2291,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:922]: File: C:\Python34\Lib\lib2to3\fixes\fix_renames.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:932]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:934]: Executing op: FileCopy(SourceName=C:\Config.Msi\52400.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_numliterals.py,Attributes=32800,FileSize=796,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:936]: File: C:\Python34\Lib\lib2to3\fixes\fix_numliterals.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:945]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:947]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ff.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_filter.py,Attributes=32800,FileSize=2178,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:949]: File: C:\Python34\Lib\lib2to3\fixes\fix_filter.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:958]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:959]: Executing op: FileCopy(SourceName=C:\Config.Msi\523fe.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_tuple_params.py,Attributes=32800,FileSize=5740,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:961]: File: C:\Python34\Lib\lib2to3\fixes\fix_tuple_params.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:971]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:973]: Executing op: FileCopy(SourceName=C:\Config.Msi\523fd.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_input.py,Attributes=32800,FileSize=733,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:975]: File: C:\Python34\Lib\lib2to3\fixes\fix_input.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:983]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:985]: Executing op: FileCopy(SourceName=C:\Config.Msi\523fc.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_sys_exc.py,Attributes=32800,FileSize=1064,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:987]: File: C:\Python34\Lib\lib2to3\fixes\fix_sys_exc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:998]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:999]: Executing op: FileCopy(SourceName=C:\Config.Msi\523fb.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_long.py,Attributes=32800,FileSize=495,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:002]: File: C:\Python34\Lib\lib2to3\fixes\fix_long.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:012]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:014]: Executing op: FileCopy(SourceName=C:\Config.Msi\523fa.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_xreadlines.py,Attributes=32800,FileSize=714,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:016]: File: C:\Python34\Lib\lib2to3\fixes\fix_xreadlines.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:028]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:038]: Executing op: FileCopy(SourceName=C:\Config.Msi\523f9.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_operator.py,Attributes=32800,FileSize=3569,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:040]: File: C:\Python34\Lib\lib2to3\fixes\fix_operator.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:052]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:054]: Executing op: FileCopy(SourceName=C:\Config.Msi\523f8.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_paren.py,Attributes=32800,FileSize=1271,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:057]: File: C:\Python34\Lib\lib2to3\fixes\fix_paren.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:076]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:078]: Executing op: FileCopy(SourceName=C:\Config.Msi\523f7.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_reduce.py,Attributes=32800,FileSize=872,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:081]: File: C:\Python34\Lib\lib2to3\fixes\fix_reduce.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:091]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:093]: Executing op: FileCopy(SourceName=C:\Config.Msi\523f6.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_imports.py,Attributes=32800,FileSize=5829,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:095]: File: C:\Python34\Lib\lib2to3\fixes\fix_imports.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:105]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:106]: Executing op: FileCopy(SourceName=C:\Config.Msi\523f5.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_apply.py,Attributes=32800,FileSize=1960,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:108]: File: C:\Python34\Lib\lib2to3\fixes\fix_apply.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:118]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:119]: Executing op: FileCopy(SourceName=C:\Config.Msi\523f4.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_getcwdu.py,Attributes=32800,FileSize=470,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:121]: File: C:\Python34\Lib\lib2to3\fixes\fix_getcwdu.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:131]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:132]: Executing op: FileCopy(SourceName=C:\Config.Msi\523f3.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_xrange.py,Attributes=32800,FileSize=2767,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:134]: File: C:\Python34\Lib\lib2to3\fixes\fix_xrange.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:141]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:142]: Executing op: FileCopy(SourceName=C:\Config.Msi\523f2.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_intern.py,Attributes=32800,FileSize=805,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:145]: File: C:\Python34\Lib\lib2to3\fixes\fix_intern.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:161]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:164]: Executing op: FileCopy(SourceName=C:\Config.Msi\523f1.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_exec.py,Attributes=32800,FileSize=1041,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:166]: File: C:\Python34\Lib\lib2to3\fixes\fix_exec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:177]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:179]: Executing op: FileCopy(SourceName=C:\Config.Msi\523f0.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_map.py,Attributes=32800,FileSize=3149,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:181]: File: C:\Python34\Lib\lib2to3\fixes\fix_map.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:194]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:196]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ef.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_standarderror.py,Attributes=32800,FileSize=467,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:198]: File: C:\Python34\Lib\lib2to3\fixes\fix_standarderror.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:206]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:208]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ee.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_callable.py,Attributes=32800,FileSize=1188,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:210]: File: C:\Python34\Lib\lib2to3\fixes\fix_callable.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:218]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:219]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ed.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_itertools.py,Attributes=32800,FileSize=1591,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:221]: File: C:\Python34\Lib\lib2to3\fixes\fix_itertools.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:230]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ec.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_funcattrs.py,Attributes=32800,FileSize=665,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:234]: File: C:\Python34\Lib\lib2to3\fixes\fix_funcattrs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:241]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:243]: Executing op: FileCopy(SourceName=C:\Config.Msi\523eb.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_next.py,Attributes=32800,FileSize=3277,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:245]: File: C:\Python34\Lib\lib2to3\fixes\fix_next.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:252]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:254]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ea.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_zip.py,Attributes=32800,FileSize=937,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:256]: File: C:\Python34\Lib\lib2to3\fixes\fix_zip.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:265]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:267]: Executing op: FileCopy(SourceName=C:\Config.Msi\523e9.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_idioms.py,Attributes=32800,FileSize=5028,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:269]: File: C:\Python34\Lib\lib2to3\fixes\fix_idioms.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:278]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:280]: Executing op: FileCopy(SourceName=C:\Config.Msi\523e8.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_isinstance.py,Attributes=32800,FileSize=1660,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:281]: File: C:\Python34\Lib\lib2to3\fixes\fix_isinstance.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:299]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:302]: Executing op: FileCopy(SourceName=C:\Config.Msi\523e7.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_nonzero.py,Attributes=32800,FileSize=618,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:304]: File: C:\Python34\Lib\lib2to3\fixes\fix_nonzero.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:316]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:317]: Executing op: FileCopy(SourceName=C:\Config.Msi\523e6.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_raw_input.py,Attributes=32800,FileSize=471,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:320]: File: C:\Python34\Lib\lib2to3\fixes\fix_raw_input.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:329]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:331]: Executing op: FileCopy(SourceName=C:\Config.Msi\523e5.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_asserts.py,Attributes=32800,FileSize=1018,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:333]: File: C:\Python34\Lib\lib2to3\fixes\fix_asserts.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:343]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:345]: Executing op: FileCopy(SourceName=C:\Config.Msi\523e4.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_imports2.py,Attributes=32800,FileSize=305,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:346]: File: C:\Python34\Lib\lib2to3\fixes\fix_imports2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:353]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:355]: Executing op: FileCopy(SourceName=C:\Config.Msi\523e3.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_execfile.py,Attributes=32800,FileSize=2042,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:357]: File: C:\Python34\Lib\lib2to3\fixes\fix_execfile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:367]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:369]: Executing op: FileCopy(SourceName=C:\Config.Msi\523e2.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_basestring.py,Attributes=32800,FileSize=334,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:371]: File: C:\Python34\Lib\lib2to3\fixes\fix_basestring.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:378]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:379]: Executing op: FileCopy(SourceName=C:\Config.Msi\523e1.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_future.py,Attributes=32800,FileSize=569,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:381]: File: C:\Python34\Lib\lib2to3\fixes\fix_future.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:391]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:393]: Executing op: FileCopy(SourceName=C:\Config.Msi\523e0.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_dict.py,Attributes=32800,FileSize=3923,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:397]: File: C:\Python34\Lib\lib2to3\fixes\fix_dict.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:410]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:415]: Executing op: FileCopy(SourceName=C:\Config.Msi\523df.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_itertools_imports.py,Attributes=32800,FileSize=2143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:419]: File: C:\Python34\Lib\lib2to3\fixes\fix_itertools_imports.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:436]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:438]: Executing op: FileCopy(SourceName=C:\Config.Msi\523de.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_except.py,Attributes=32800,FileSize=3437,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:440]: File: C:\Python34\Lib\lib2to3\fixes\fix_except.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:451]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:453]: Executing op: FileCopy(SourceName=C:\Config.Msi\523dd.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_urllib.py,Attributes=32800,FileSize=8581,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:454]: File: C:\Python34\Lib\lib2to3\fixes\fix_urllib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:461]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:462]: Executing op: FileCopy(SourceName=C:\Config.Msi\523dc.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_import.py,Attributes=32800,FileSize=3355,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:465]: File: C:\Python34\Lib\lib2to3\fixes\fix_import.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:476]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:477]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\) MSI (s) (9C:5C) [21:26:12:478]: Executing op: FileCopy(SourceName=C:\Config.Msi\523db.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\fix_parrot.py,Attributes=32800,FileSize=360,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:480]: File: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\fix_parrot.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:488]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:490]: Executing op: FileCopy(SourceName=C:\Config.Msi\523da.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\fix_last.py,Attributes=32800,FileSize=132,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:492]: File: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\fix_last.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:503]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:504]: Executing op: FileCopy(SourceName=C:\Config.Msi\523d9.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__init__.py,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:505]: File: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:514]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:515]: Executing op: FileCopy(SourceName=C:\Config.Msi\523d8.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\fix_first.py,Attributes=32800,FileSize=130,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:517]: File: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\fix_first.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:532]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:536]: Executing op: FileCopy(SourceName=C:\Config.Msi\523d7.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\fix_explicit.py,Attributes=32800,FileSize=129,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:539]: File: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\fix_explicit.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:554]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:556]: Executing op: FileCopy(SourceName=C:\Config.Msi\523d6.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\fix_preorder.py,Attributes=32800,FileSize=133,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:558]: File: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\fix_preorder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:570]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:572]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\) MSI (s) (9C:5C) [21:26:12:573]: Executing op: FileCopy(SourceName=C:\Config.Msi\523d5.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\fixers\bad_order.py,Attributes=32800,FileSize=94,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:574]: File: C:\Python34\Lib\lib2to3\tests\data\fixers\bad_order.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:583]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:584]: Executing op: FileCopy(SourceName=C:\Config.Msi\523d4.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\fixers\no_fixer_cls.py,Attributes=32800,FileSize=76,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:586]: File: C:\Python34\Lib\lib2to3\tests\data\fixers\no_fixer_cls.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:593]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:594]: Executing op: FileCopy(SourceName=C:\Config.Msi\523d3.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\fixers\parrot_example.py,Attributes=32800,FileSize=25,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:596]: File: C:\Python34\Lib\lib2to3\tests\data\fixers\parrot_example.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:603]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:605]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\) MSI (s) (9C:5C) [21:26:12:605]: Executing op: FileCopy(SourceName=C:\Config.Msi\523d2.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\py2_test_grammar.py,Attributes=32800,FileSize=31954,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:607]: File: C:\Python34\Lib\lib2to3\tests\data\py2_test_grammar.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:615]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\523d1.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\README.txt,Attributes=32800,FileSize=410,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:618]: File: C:\Python34\Lib\lib2to3\tests\data\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:624]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:625]: Executing op: FileCopy(SourceName=C:\Config.Msi\523d0.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\py3_test_grammar.py,Attributes=32800,FileSize=31285,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:627]: File: C:\Python34\Lib\lib2to3\tests\data\py3_test_grammar.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:635]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:637]: Executing op: FileCopy(SourceName=C:\Config.Msi\523cf.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\false_encoding.py,Attributes=32800,FileSize=42,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:638]: File: C:\Python34\Lib\lib2to3\tests\data\false_encoding.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:644]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:646]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ce.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\crlf.py,Attributes=32800,FileSize=50,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:648]: File: C:\Python34\Lib\lib2to3\tests\data\crlf.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:656]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:658]: Executing op: FileCopy(SourceName=C:\Config.Msi\523cd.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\infinite_recursion.py,Attributes=32800,FileSize=95740,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:659]: File: C:\Python34\Lib\lib2to3\tests\data\infinite_recursion.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:666]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:667]: Executing op: FileCopy(SourceName=C:\Config.Msi\523cc.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\bom.py,Attributes=32800,FileSize=39,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:669]: File: C:\Python34\Lib\lib2to3\tests\data\bom.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:679]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:681]: Executing op: FileCopy(SourceName=C:\Config.Msi\523cb.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\different_encoding.py,Attributes=32800,FileSize=236,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:683]: File: C:\Python34\Lib\lib2to3\tests\data\different_encoding.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:694]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:696]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\) MSI (s) (9C:5C) [21:26:12:697]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ca.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\test_pytree.py,Attributes=32800,FileSize=16926,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:699]: File: C:\Python34\Lib\lib2to3\tests\test_pytree.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:708]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:709]: Executing op: FileCopy(SourceName=C:\Config.Msi\523c9.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\test_fixers.py,Attributes=32800,FileSize=128194,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:710]: File: C:\Python34\Lib\lib2to3\tests\test_fixers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:717]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:719]: Executing op: FileCopy(SourceName=C:\Config.Msi\523c8.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\test_util.py,Attributes=32800,FileSize=21834,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:720]: File: C:\Python34\Lib\lib2to3\tests\test_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:726]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:727]: Executing op: FileCopy(SourceName=C:\Config.Msi\523c7.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\pytree_idempotency.py,Attributes=32800,FileSize=2496,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:729]: File: C:\Python34\Lib\lib2to3\tests\pytree_idempotency.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:735]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:736]: Executing op: FileCopy(SourceName=C:\Config.Msi\523c6.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\support.py,Attributes=32800,FileSize=1767,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:738]: File: C:\Python34\Lib\lib2to3\tests\support.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:744]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:745]: Executing op: FileCopy(SourceName=C:\Config.Msi\523c5.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\test_all_fixers.py,Attributes=32800,FileSize=540,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:747]: File: C:\Python34\Lib\lib2to3\tests\test_all_fixers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:753]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:754]: Executing op: FileCopy(SourceName=C:\Config.Msi\523c4.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\test_refactor.py,Attributes=32800,FileSize=12168,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:756]: File: C:\Python34\Lib\lib2to3\tests\test_refactor.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:762]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:763]: Executing op: FileCopy(SourceName=C:\Config.Msi\523c3.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\test_main.py,Attributes=32800,FileSize=5879,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:764]: File: C:\Python34\Lib\lib2to3\tests\test_main.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:771]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:772]: Executing op: FileCopy(SourceName=C:\Config.Msi\523c2.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\__init__.py,Attributes=32800,FileSize=697,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:774]: File: C:\Python34\Lib\lib2to3\tests\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:780]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:782]: Executing op: FileCopy(SourceName=C:\Config.Msi\523c1.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\test_parser.py,Attributes=32800,FileSize=7443,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:784]: File: C:\Python34\Lib\lib2to3\tests\test_parser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:794]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:796]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\pgen2\) MSI (s) (9C:5C) [21:26:12:797]: Executing op: FileCopy(SourceName=C:\Config.Msi\523c0.rbf,,DestName=C:\Python34\Lib\lib2to3\pgen2\grammar.py,Attributes=32800,FileSize=5549,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:799]: File: C:\Python34\Lib\lib2to3\pgen2\grammar.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:809]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:810]: Executing op: FileCopy(SourceName=C:\Config.Msi\523bf.rbf,,DestName=C:\Python34\Lib\lib2to3\pgen2\literals.py,Attributes=32800,FileSize=1675,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:811]: File: C:\Python34\Lib\lib2to3\pgen2\literals.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:818]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:820]: Executing op: FileCopy(SourceName=C:\Config.Msi\523be.rbf,,DestName=C:\Python34\Lib\lib2to3\pgen2\parse.py,Attributes=32800,FileSize=8254,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:822]: File: C:\Python34\Lib\lib2to3\pgen2\parse.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:831]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:832]: Executing op: FileCopy(SourceName=C:\Config.Msi\523bd.rbf,,DestName=C:\Python34\Lib\lib2to3\pgen2\driver.py,Attributes=32800,FileSize=5310,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:834]: File: C:\Python34\Lib\lib2to3\pgen2\driver.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:844]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:846]: Executing op: FileCopy(SourceName=C:\Config.Msi\523bc.rbf,,DestName=C:\Python34\Lib\lib2to3\pgen2\__init__.py,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:848]: File: C:\Python34\Lib\lib2to3\pgen2\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:858]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:859]: Executing op: FileCopy(SourceName=C:\Config.Msi\523bb.rbf,,DestName=C:\Python34\Lib\lib2to3\pgen2\pgen.py,Attributes=32800,FileSize=14166,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:861]: File: C:\Python34\Lib\lib2to3\pgen2\pgen.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:867]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:869]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ba.rbf,,DestName=C:\Python34\Lib\lib2to3\pgen2\tokenize.py,Attributes=32800,FileSize=19823,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:870]: File: C:\Python34\Lib\lib2to3\pgen2\tokenize.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:876]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:877]: Executing op: FileCopy(SourceName=C:\Config.Msi\523b9.rbf,,DestName=C:\Python34\Lib\lib2to3\pgen2\conv.py,Attributes=32800,FileSize=9899,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:879]: File: C:\Python34\Lib\lib2to3\pgen2\conv.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:885]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:886]: Executing op: FileCopy(SourceName=C:\Config.Msi\523b8.rbf,,DestName=C:\Python34\Lib\lib2to3\pgen2\token.py,Attributes=32800,FileSize=1347,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:888]: File: C:\Python34\Lib\lib2to3\pgen2\token.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:894]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:895]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\) MSI (s) (9C:5C) [21:26:12:896]: Executing op: FileCopy(SourceName=C:\Config.Msi\523b7.rbf,,DestName=C:\Python34\Lib\lib2to3\refactor.py,Attributes=32800,FileSize=28787,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:898]: File: C:\Python34\Lib\lib2to3\refactor.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:906]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:907]: Executing op: FileCopy(SourceName=C:\Config.Msi\523b6.rbf,,DestName=C:\Python34\Lib\lib2to3\PatternGrammar.txt,Attributes=32800,FileSize=821,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:909]: File: C:\Python34\Lib\lib2to3\PatternGrammar.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:916]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:917]: Executing op: FileCopy(SourceName=C:\Config.Msi\523b5.rbf,,DestName=C:\Python34\Lib\lib2to3\Grammar.txt,Attributes=32800,FileSize=6794,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:918]: File: C:\Python34\Lib\lib2to3\Grammar.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:924]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:926]: Executing op: FileCopy(SourceName=C:\Config.Msi\523b4.rbf,,DestName=C:\Python34\Lib\lib2to3\fixer_base.py,Attributes=32800,FileSize=6893,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:927]: File: C:\Python34\Lib\lib2to3\fixer_base.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:933]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:934]: Executing op: FileCopy(SourceName=C:\Config.Msi\523b3.rbf,,DestName=C:\Python34\Lib\lib2to3\btm_matcher.py,Attributes=32800,FileSize=7001,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:936]: File: C:\Python34\Lib\lib2to3\btm_matcher.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:942]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:943]: Executing op: FileCopy(SourceName=C:\Config.Msi\523b2.rbf,,DestName=C:\Python34\Lib\lib2to3\__init__.py,Attributes=32800,FileSize=8,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:945]: File: C:\Python34\Lib\lib2to3\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:952]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:954]: Executing op: FileCopy(SourceName=C:\Config.Msi\523b1.rbf,,DestName=C:\Python34\Lib\lib2to3\fixer_util.py,Attributes=32800,FileSize=15711,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:955]: File: C:\Python34\Lib\lib2to3\fixer_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:961]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:962]: Executing op: FileCopy(SourceName=C:\Config.Msi\523b0.rbf,,DestName=C:\Python34\Lib\lib2to3\__main__.py,Attributes=32800,FileSize=71,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:964]: File: C:\Python34\Lib\lib2to3\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:970]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:971]: Executing op: FileCopy(SourceName=C:\Config.Msi\523af.rbf,,DestName=C:\Python34\Lib\lib2to3\patcomp.py,Attributes=32800,FileSize=7280,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:972]: File: C:\Python34\Lib\lib2to3\patcomp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:978]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:979]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ae.rbf,,DestName=C:\Python34\Lib\lib2to3\pytree.py,Attributes=32800,FileSize=29169,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:981]: File: C:\Python34\Lib\lib2to3\pytree.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:987]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:988]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ad.rbf,,DestName=C:\Python34\Lib\lib2to3\main.py,Attributes=32800,FileSize=11890,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:989]: File: C:\Python34\Lib\lib2to3\main.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:996]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:997]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ac.rbf,,DestName=C:\Python34\Lib\lib2to3\btm_utils.py,Attributes=32800,FileSize=10246,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:999]: File: C:\Python34\Lib\lib2to3\btm_utils.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:005]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:006]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ab.rbf,,DestName=C:\Python34\Lib\lib2to3\pygram.py,Attributes=32800,FileSize=1154,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:007]: File: C:\Python34\Lib\lib2to3\pygram.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:013]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:014]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\html\) MSI (s) (9C:5C) [21:26:13:016]: Executing op: FileCopy(SourceName=C:\Config.Msi\523aa.rbf,,DestName=C:\Python34\Lib\html\entities.py,Attributes=32800,FileSize=77746,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:017]: File: C:\Python34\Lib\html\entities.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:023]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:024]: Executing op: FileCopy(SourceName=C:\Config.Msi\523a9.rbf,,DestName=C:\Python34\Lib\html\__init__.py,Attributes=32800,FileSize=4888,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:026]: File: C:\Python34\Lib\html\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:036]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:037]: Executing op: FileCopy(SourceName=C:\Config.Msi\523a8.rbf,,DestName=C:\Python34\Lib\html\parser.py,Attributes=32800,FileSize=21331,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:039]: File: C:\Python34\Lib\html\parser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:045]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:046]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\sqlite3\test\) MSI (s) (9C:5C) [21:26:13:047]: Executing op: FileCopy(SourceName=C:\Config.Msi\523a7.rbf,,DestName=C:\Python34\Lib\sqlite3\test\hooks.py,Attributes=32800,FileSize=9672,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:048]: File: C:\Python34\Lib\sqlite3\test\hooks.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:054]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:056]: Executing op: FileCopy(SourceName=C:\Config.Msi\523a6.rbf,,DestName=C:\Python34\Lib\sqlite3\test\transactions.py,Attributes=32800,FileSize=7542,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:057]: File: C:\Python34\Lib\sqlite3\test\transactions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:063]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:065]: Executing op: FileCopy(SourceName=C:\Config.Msi\523a5.rbf,,DestName=C:\Python34\Lib\sqlite3\test\types.py,Attributes=32800,FileSize=14838,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:066]: File: C:\Python34\Lib\sqlite3\test\types.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:072]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:073]: Executing op: FileCopy(SourceName=C:\Config.Msi\523a4.rbf,,DestName=C:\Python34\Lib\sqlite3\test\factory.py,Attributes=32800,FileSize=9873,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:075]: File: C:\Python34\Lib\sqlite3\test\factory.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:081]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:083]: Executing op: FileCopy(SourceName=C:\Config.Msi\523a3.rbf,,DestName=C:\Python34\Lib\sqlite3\test\__init__.py,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:084]: File: C:\Python34\Lib\sqlite3\test\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:091]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:092]: Executing op: FileCopy(SourceName=C:\Config.Msi\523a2.rbf,,DestName=C:\Python34\Lib\sqlite3\test\userfunctions.py,Attributes=32800,FileSize=15491,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:094]: File: C:\Python34\Lib\sqlite3\test\userfunctions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:100]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:101]: Executing op: FileCopy(SourceName=C:\Config.Msi\523a1.rbf,,DestName=C:\Python34\Lib\sqlite3\test\regression.py,Attributes=32800,FileSize=13278,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:102]: File: C:\Python34\Lib\sqlite3\test\regression.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:108]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:109]: Executing op: FileCopy(SourceName=C:\Config.Msi\523a0.rbf,,DestName=C:\Python34\Lib\sqlite3\test\dump.py,Attributes=32800,FileSize=2921,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:111]: File: C:\Python34\Lib\sqlite3\test\dump.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:117]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:118]: Executing op: FileCopy(SourceName=C:\Config.Msi\5239f.rbf,,DestName=C:\Python34\Lib\sqlite3\test\dbapi.py,Attributes=32800,FileSize=32319,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:120]: File: C:\Python34\Lib\sqlite3\test\dbapi.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:127]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:137]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\sqlite3\) MSI (s) (9C:5C) [21:26:13:138]: Executing op: FileCopy(SourceName=C:\Config.Msi\5239e.rbf,,DestName=C:\Python34\Lib\sqlite3\__init__.py,Attributes=32800,FileSize=1041,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:140]: File: C:\Python34\Lib\sqlite3\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:146]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:147]: Executing op: FileCopy(SourceName=C:\Config.Msi\5239d.rbf,,DestName=C:\Python34\Lib\sqlite3\dump.py,Attributes=32800,FileSize=2895,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:149]: File: C:\Python34\Lib\sqlite3\dump.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:155]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:156]: Executing op: FileCopy(SourceName=C:\Config.Msi\5239c.rbf,,DestName=C:\Python34\Lib\sqlite3\dbapi2.py,Attributes=32800,FileSize=2776,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:157]: File: C:\Python34\Lib\sqlite3\dbapi2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:163]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:164]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\http\) MSI (s) (9C:5C) [21:26:13:166]: Executing op: FileCopy(SourceName=C:\Config.Msi\5239b.rbf,,DestName=C:\Python34\Lib\http\__init__.py,Attributes=32800,FileSize=39,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:167]: File: C:\Python34\Lib\http\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:173]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:174]: Executing op: FileCopy(SourceName=C:\Config.Msi\5239a.rbf,,DestName=C:\Python34\Lib\http\server.py,Attributes=32800,FileSize=47385,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:176]: File: C:\Python34\Lib\http\server.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:182]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:184]: Executing op: FileCopy(SourceName=C:\Config.Msi\52399.rbf,,DestName=C:\Python34\Lib\http\cookiejar.py,Attributes=32800,FileSize=77871,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:185]: File: C:\Python34\Lib\http\cookiejar.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:192]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:193]: Executing op: FileCopy(SourceName=C:\Config.Msi\52398.rbf,,DestName=C:\Python34\Lib\http\cookies.py,Attributes=32800,FileSize=21437,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:195]: File: C:\Python34\Lib\http\cookies.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:201]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:202]: Executing op: FileCopy(SourceName=C:\Config.Msi\52397.rbf,,DestName=C:\Python34\Lib\http\client.py,Attributes=32800,FileSize=47013,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:204]: File: C:\Python34\Lib\http\client.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:210]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:211]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\concurrent\futures\) MSI (s) (9C:5C) [21:26:13:212]: Executing op: FileCopy(SourceName=C:\Config.Msi\52396.rbf,,DestName=C:\Python34\Lib\concurrent\futures\_base.py,Attributes=32800,FileSize=20213,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:213]: File: C:\Python34\Lib\concurrent\futures\_base.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:220]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:221]: Executing op: FileCopy(SourceName=C:\Config.Msi\52395.rbf,,DestName=C:\Python34\Lib\concurrent\futures\__init__.py,Attributes=32800,FileSize=818,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:222]: File: C:\Python34\Lib\concurrent\futures\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:229]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\52394.rbf,,DestName=C:\Python34\Lib\concurrent\futures\thread.py,Attributes=32800,FileSize=4680,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:232]: File: C:\Python34\Lib\concurrent\futures\thread.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:239]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:240]: Executing op: FileCopy(SourceName=C:\Config.Msi\52393.rbf,,DestName=C:\Python34\Lib\concurrent\futures\process.py,Attributes=32800,FileSize=18001,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:242]: File: C:\Python34\Lib\concurrent\futures\process.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:248]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:249]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\concurrent\) MSI (s) (9C:5C) [21:26:13:250]: Executing op: FileCopy(SourceName=C:\Config.Msi\52392.rbf,,DestName=C:\Python34\Lib\concurrent\__init__.py,Attributes=32800,FileSize=39,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:251]: File: C:\Python34\Lib\concurrent\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:257]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:258]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\idlelib\Icons\) MSI (s) (9C:5C) [21:26:13:259]: Executing op: FileCopy(SourceName=C:\Config.Msi\52391.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\idle_48.png,Attributes=32800,FileSize=4710,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:260]: File: C:\Python34\Lib\idlelib\Icons\idle_48.png; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:267]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:268]: Executing op: FileCopy(SourceName=C:\Config.Msi\52390.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\idle.icns,Attributes=32800,FileSize=57435,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:269]: File: C:\Python34\Lib\idlelib\Icons\idle.icns; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:275]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:277]: Executing op: FileCopy(SourceName=C:\Config.Msi\5238f.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\folder.gif,Attributes=32800,FileSize=120,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:278]: File: C:\Python34\Lib\idlelib\Icons\folder.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:285]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:286]: Executing op: FileCopy(SourceName=C:\Config.Msi\5238e.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\python.gif,Attributes=32800,FileSize=585,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:288]: File: C:\Python34\Lib\idlelib\Icons\python.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:297]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:299]: Executing op: FileCopy(SourceName=C:\Config.Msi\5238d.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\idle_16.gif,Attributes=32800,FileSize=1034,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:300]: File: C:\Python34\Lib\idlelib\Icons\idle_16.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:307]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:310]: Executing op: FileCopy(SourceName=C:\Config.Msi\5238c.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\idle_32.png,Attributes=32800,FileSize=2542,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:312]: File: C:\Python34\Lib\idlelib\Icons\idle_32.png; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:321]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:322]: Executing op: FileCopy(SourceName=C:\Config.Msi\5238b.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\tk.gif,Attributes=32800,FileSize=85,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:324]: File: C:\Python34\Lib\idlelib\Icons\tk.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:335]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:336]: Executing op: FileCopy(SourceName=C:\Config.Msi\5238a.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\minusnode.gif,Attributes=32800,FileSize=96,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:338]: File: C:\Python34\Lib\idlelib\Icons\minusnode.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:348]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:349]: Executing op: FileCopy(SourceName=C:\Config.Msi\52389.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\idle.ico,Attributes=32800,FileSize=19790,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:351]: File: C:\Python34\Lib\idlelib\Icons\idle.ico; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:362]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:363]: Executing op: FileCopy(SourceName=C:\Config.Msi\52388.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\idle_16.png,Attributes=32800,FileSize=1264,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:365]: File: C:\Python34\Lib\idlelib\Icons\idle_16.png; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:378]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:385]: Executing op: FileCopy(SourceName=C:\Config.Msi\52387.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\idle_48.gif,Attributes=32800,FileSize=1388,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:392]: File: C:\Python34\Lib\idlelib\Icons\idle_48.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:406]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:408]: Executing op: FileCopy(SourceName=C:\Config.Msi\52386.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\idle_32.gif,Attributes=32800,FileSize=1435,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:412]: File: C:\Python34\Lib\idlelib\Icons\idle_32.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:424]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:425]: Executing op: FileCopy(SourceName=C:\Config.Msi\52385.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\plusnode.gif,Attributes=32800,FileSize=79,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:428]: File: C:\Python34\Lib\idlelib\Icons\plusnode.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:437]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:439]: Executing op: FileCopy(SourceName=C:\Config.Msi\52384.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\openfolder.gif,Attributes=32800,FileSize=125,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:440]: File: C:\Python34\Lib\idlelib\Icons\openfolder.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:447]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:449]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\idlelib\idle_test\) MSI (s) (9C:5C) [21:26:13:450]: Executing op: FileCopy(SourceName=C:\Config.Msi\52383.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_idlehistory.py,Attributes=32800,FileSize=5632,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:451]: File: C:\Python34\Lib\idlelib\idle_test\test_idlehistory.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:457]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:459]: Executing op: FileCopy(SourceName=C:\Config.Msi\52382.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\README.txt,Attributes=32800,FileSize=4915,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:460]: File: C:\Python34\Lib\idlelib\idle_test\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:469]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:470]: Executing op: FileCopy(SourceName=C:\Config.Msi\52381.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_pathbrowser.py,Attributes=32800,FileSize=356,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:472]: File: C:\Python34\Lib\idlelib\idle_test\test_pathbrowser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:478]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:479]: Executing op: FileCopy(SourceName=C:\Config.Msi\52380.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_searchengine.py,Attributes=32800,FileSize=11832,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:482]: File: C:\Python34\Lib\idlelib\idle_test\test_searchengine.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:489]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:491]: Executing op: FileCopy(SourceName=C:\Config.Msi\5237f.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\mock_tk.py,Attributes=32800,FileSize=11842,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:492]: File: C:\Python34\Lib\idlelib\idle_test\mock_tk.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:500]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:501]: Executing op: FileCopy(SourceName=C:\Config.Msi\5237e.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_grep.py,Attributes=32800,FileSize=2751,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:503]: File: C:\Python34\Lib\idlelib\idle_test\test_grep.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:510]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:512]: Executing op: FileCopy(SourceName=C:\Config.Msi\5237d.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_calltips.py,Attributes=32800,FileSize=6559,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:515]: File: C:\Python34\Lib\idlelib\idle_test\test_calltips.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:522]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:523]: Executing op: FileCopy(SourceName=C:\Config.Msi\5237c.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\htest.py,Attributes=32800,FileSize=12982,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:525]: File: C:\Python34\Lib\idlelib\idle_test\htest.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:534]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:535]: Executing op: FileCopy(SourceName=C:\Config.Msi\5237b.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_config_name.py,Attributes=32800,FileSize=2474,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:538]: File: C:\Python34\Lib\idlelib\idle_test\test_config_name.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:547]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:548]: Executing op: FileCopy(SourceName=C:\Config.Msi\5237a.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\__init__.py,Attributes=32800,FileSize=365,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:549]: File: C:\Python34\Lib\idlelib\idle_test\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:556]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:557]: Executing op: FileCopy(SourceName=C:\Config.Msi\52379.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_formatparagraph.py,Attributes=32800,FileSize=14728,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:558]: File: C:\Python34\Lib\idlelib\idle_test\test_formatparagraph.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:565]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:566]: Executing op: FileCopy(SourceName=C:\Config.Msi\52378.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\mock_idle.py,Attributes=32800,FileSize=1628,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:567]: File: C:\Python34\Lib\idlelib\idle_test\mock_idle.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:574]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:575]: Executing op: FileCopy(SourceName=C:\Config.Msi\52377.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_text.py,Attributes=32800,FileSize=6988,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:576]: File: C:\Python34\Lib\idlelib\idle_test\test_text.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:582]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:584]: Executing op: FileCopy(SourceName=C:\Config.Msi\52376.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_rstrip.py,Attributes=32800,FileSize=1662,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:585]: File: C:\Python34\Lib\idlelib\idle_test\test_rstrip.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:591]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:592]: Executing op: FileCopy(SourceName=C:\Config.Msi\52375.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_warning.py,Attributes=32800,FileSize=2825,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:594]: File: C:\Python34\Lib\idlelib\idle_test\test_warning.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:600]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:601]: Executing op: FileCopy(SourceName=C:\Config.Msi\52374.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_delegator.py,Attributes=32800,FileSize=1331,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:603]: File: C:\Python34\Lib\idlelib\idle_test\test_delegator.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:609]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:610]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\idlelib\) MSI (s) (9C:5C) [21:26:13:611]: Executing op: FileCopy(SourceName=C:\Config.Msi\52373.rbf,,DestName=C:\Python34\Lib\idlelib\ReplaceDialog.py,Attributes=32800,FileSize=6863,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:612]: File: C:\Python34\Lib\idlelib\ReplaceDialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:618]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:619]: Executing op: FileCopy(SourceName=C:\Config.Msi\52372.rbf,,DestName=C:\Python34\Lib\idlelib\ZoomHeight.py,Attributes=32800,FileSize=1351,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:621]: File: C:\Python34\Lib\idlelib\ZoomHeight.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:626]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:628]: Executing op: FileCopy(SourceName=C:\Config.Msi\52371.rbf,,DestName=C:\Python34\Lib\idlelib\IdleHistory.py,Attributes=32800,FileSize=4156,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:629]: File: C:\Python34\Lib\idlelib\IdleHistory.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:635]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:636]: Executing op: FileCopy(SourceName=C:\Config.Msi\52370.rbf,,DestName=C:\Python34\Lib\idlelib\EditorWindow.py,Attributes=32800,FileSize=68447,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:637]: File: C:\Python34\Lib\idlelib\EditorWindow.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:643]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:644]: Executing op: FileCopy(SourceName=C:\Config.Msi\5236f.rbf,,DestName=C:\Python34\Lib\idlelib\Percolator.py,Attributes=32800,FileSize=3348,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:646]: File: C:\Python34\Lib\idlelib\Percolator.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:652]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:653]: Executing op: FileCopy(SourceName=C:\Config.Msi\5236e.rbf,,DestName=C:\Python34\Lib\idlelib\UndoDelegator.py,Attributes=32800,FileSize=11180,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:654]: File: C:\Python34\Lib\idlelib\UndoDelegator.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:660]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:661]: Executing op: FileCopy(SourceName=C:\Config.Msi\5236d.rbf,,DestName=C:\Python34\Lib\idlelib\PyParse.py,Attributes=32800,FileSize=21109,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:662]: File: C:\Python34\Lib\idlelib\PyParse.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:668]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:669]: Executing op: FileCopy(SourceName=C:\Config.Msi\5236c.rbf,,DestName=C:\Python34\Lib\idlelib\idle.pyw,Attributes=32800,FileSize=692,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:670]: File: C:\Python34\Lib\idlelib\idle.pyw; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:676]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:677]: Executing op: FileCopy(SourceName=C:\Config.Msi\5236b.rbf,,DestName=C:\Python34\Lib\idlelib\TreeWidget.py,Attributes=32800,FileSize=15495,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:679]: File: C:\Python34\Lib\idlelib\TreeWidget.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:685]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:686]: Executing op: FileCopy(SourceName=C:\Config.Msi\5236a.rbf,,DestName=C:\Python34\Lib\idlelib\ObjectBrowser.py,Attributes=32800,FileSize=4118,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:687]: File: C:\Python34\Lib\idlelib\ObjectBrowser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:693]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:695]: Executing op: FileCopy(SourceName=C:\Config.Msi\52369.rbf,,DestName=C:\Python34\Lib\idlelib\StackViewer.py,Attributes=32800,FileSize=4562,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:696]: File: C:\Python34\Lib\idlelib\StackViewer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:702]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:703]: Executing op: FileCopy(SourceName=C:\Config.Msi\52368.rbf,,DestName=C:\Python34\Lib\idlelib\configHandler.py,Attributes=32800,FileSize=30203,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:704]: File: C:\Python34\Lib\idlelib\configHandler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:710]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:711]: Executing op: FileCopy(SourceName=C:\Config.Msi\52367.rbf,,DestName=C:\Python34\Lib\idlelib\configHelpSourceEdit.py,Attributes=32800,FileSize=6836,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:713]: File: C:\Python34\Lib\idlelib\configHelpSourceEdit.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:719]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:720]: Executing op: FileCopy(SourceName=C:\Config.Msi\52366.rbf,,DestName=C:\Python34\Lib\idlelib\ChangeLog,Attributes=32800,FileSize=57984,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:721]: File: C:\Python34\Lib\idlelib\ChangeLog; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:727]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:728]: Executing op: FileCopy(SourceName=C:\Config.Msi\52365.rbf,,DestName=C:\Python34\Lib\idlelib\OutputWindow.py,Attributes=32800,FileSize=4538,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:729]: File: C:\Python34\Lib\idlelib\OutputWindow.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:754]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:755]: Executing op: FileCopy(SourceName=C:\Config.Msi\52364.rbf,,DestName=C:\Python34\Lib\idlelib\HyperParser.py,Attributes=32800,FileSize=13190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:757]: File: C:\Python34\Lib\idlelib\HyperParser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:767]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:768]: Executing op: FileCopy(SourceName=C:\Config.Msi\52363.rbf,,DestName=C:\Python34\Lib\idlelib\idle.bat,Attributes=32800,FileSize=177,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:770]: File: C:\Python34\Lib\idlelib\idle.bat; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:779]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:781]: Executing op: FileCopy(SourceName=C:\Config.Msi\52362.rbf,,DestName=C:\Python34\Lib\idlelib\FileList.py,Attributes=32800,FileSize=3942,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:782]: File: C:\Python34\Lib\idlelib\FileList.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:789]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:790]: Executing op: FileCopy(SourceName=C:\Config.Msi\52361.rbf,,DestName=C:\Python34\Lib\idlelib\testcode.py,Attributes=32800,FileSize=264,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:792]: File: C:\Python34\Lib\idlelib\testcode.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:800]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:802]: Executing op: FileCopy(SourceName=C:\Config.Msi\52360.rbf,,DestName=C:\Python34\Lib\idlelib\PathBrowser.py,Attributes=32800,FileSize=3217,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:804]: File: C:\Python34\Lib\idlelib\PathBrowser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:814]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:815]: Executing op: FileCopy(SourceName=C:\Config.Msi\5235f.rbf,,DestName=C:\Python34\Lib\idlelib\CallTipWindow.py,Attributes=32800,FileSize=6417,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:817]: File: C:\Python34\Lib\idlelib\CallTipWindow.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:830]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:831]: Executing op: FileCopy(SourceName=C:\Config.Msi\5235e.rbf,,DestName=C:\Python34\Lib\idlelib\ScrolledList.py,Attributes=32800,FileSize=4299,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:834]: File: C:\Python34\Lib\idlelib\ScrolledList.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:844]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:845]: Executing op: FileCopy(SourceName=C:\Config.Msi\5235d.rbf,,DestName=C:\Python34\Lib\idlelib\macosxSupport.py,Attributes=32800,FileSize=8782,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:847]: File: C:\Python34\Lib\idlelib\macosxSupport.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:868]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:871]: Executing op: FileCopy(SourceName=C:\Config.Msi\5235c.rbf,,DestName=C:\Python34\Lib\idlelib\WidgetRedirector.py,Attributes=32800,FileSize=7043,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:874]: File: C:\Python34\Lib\idlelib\WidgetRedirector.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:884]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:886]: Executing op: FileCopy(SourceName=C:\Config.Msi\5235b.rbf,,DestName=C:\Python34\Lib\idlelib\config-highlight.def,Attributes=32800,FileSize=1804,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:888]: File: C:\Python34\Lib\idlelib\config-highlight.def; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:898]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:900]: Executing op: FileCopy(SourceName=C:\Config.Msi\5235a.rbf,,DestName=C:\Python34\Lib\idlelib\Debugger.py,Attributes=32800,FileSize=16837,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:901]: File: C:\Python34\Lib\idlelib\Debugger.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:910]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:912]: Executing op: FileCopy(SourceName=C:\Config.Msi\52359.rbf,,DestName=C:\Python34\Lib\idlelib\ParenMatch.py,Attributes=32800,FileSize=6891,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:913]: File: C:\Python34\Lib\idlelib\ParenMatch.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:920]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:922]: Executing op: FileCopy(SourceName=C:\Config.Msi\52358.rbf,,DestName=C:\Python34\Lib\idlelib\SearchEngine.py,Attributes=32800,FileSize=7716,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:924]: File: C:\Python34\Lib\idlelib\SearchEngine.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:934]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:935]: Executing op: FileCopy(SourceName=C:\Config.Msi\52357.rbf,,DestName=C:\Python34\Lib\idlelib\AutoComplete.py,Attributes=32800,FileSize=9435,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:937]: File: C:\Python34\Lib\idlelib\AutoComplete.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:943]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:945]: Executing op: FileCopy(SourceName=C:\Config.Msi\52356.rbf,,DestName=C:\Python34\Lib\idlelib\RemoteDebugger.py,Attributes=32800,FileSize=12418,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:947]: File: C:\Python34\Lib\idlelib\RemoteDebugger.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:956]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:958]: Executing op: FileCopy(SourceName=C:\Config.Msi\52355.rbf,,DestName=C:\Python34\Lib\idlelib\rpc.py,Attributes=32800,FileSize=21557,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:959]: File: C:\Python34\Lib\idlelib\rpc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:967]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:972]: Executing op: FileCopy(SourceName=C:\Config.Msi\52354.rbf,,DestName=C:\Python34\Lib\idlelib\__init__.py,Attributes=32800,FileSize=38,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:976]: File: C:\Python34\Lib\idlelib\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:994]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:995]: Executing op: FileCopy(SourceName=C:\Config.Msi\52353.rbf,,DestName=C:\Python34\Lib\idlelib\ClassBrowser.py,Attributes=32800,FileSize=7013,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:998]: File: C:\Python34\Lib\idlelib\ClassBrowser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:009]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:010]: Executing op: FileCopy(SourceName=C:\Config.Msi\52352.rbf,,DestName=C:\Python34\Lib\idlelib\Delegator.py,Attributes=32800,FileSize=690,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:015]: File: C:\Python34\Lib\idlelib\Delegator.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:026]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:028]: Executing op: FileCopy(SourceName=C:\Config.Msi\52351.rbf,,DestName=C:\Python34\Lib\idlelib\CodeContext.py,Attributes=32800,FileSize=8529,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:030]: File: C:\Python34\Lib\idlelib\CodeContext.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:039]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:041]: Executing op: FileCopy(SourceName=C:\Config.Msi\52350.rbf,,DestName=C:\Python34\Lib\idlelib\idlever.py,Attributes=32800,FileSize=24,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:043]: File: C:\Python34\Lib\idlelib\idlever.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:054]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:056]: Executing op: FileCopy(SourceName=C:\Config.Msi\5234f.rbf,,DestName=C:\Python34\Lib\idlelib\tabbedpages.py,Attributes=32800,FileSize=18916,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:058]: File: C:\Python34\Lib\idlelib\tabbedpages.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:066]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:067]: Executing op: FileCopy(SourceName=C:\Config.Msi\5234e.rbf,,DestName=C:\Python34\Lib\idlelib\TODO.txt,Attributes=32800,FileSize=8688,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:069]: File: C:\Python34\Lib\idlelib\TODO.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:078]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:079]: Executing op: FileCopy(SourceName=C:\Config.Msi\5234d.rbf,,DestName=C:\Python34\Lib\idlelib\HISTORY.txt,Attributes=32800,FileSize=10613,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:081]: File: C:\Python34\Lib\idlelib\HISTORY.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:098]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:100]: Executing op: FileCopy(SourceName=C:\Config.Msi\5234c.rbf,,DestName=C:\Python34\Lib\idlelib\config-main.def,Attributes=32800,FileSize=2593,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:102]: File: C:\Python34\Lib\idlelib\config-main.def; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:110]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:111]: Executing op: FileCopy(SourceName=C:\Config.Msi\5234b.rbf,,DestName=C:\Python34\Lib\idlelib\keybindingDialog.py,Attributes=32800,FileSize=12682,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:113]: File: C:\Python34\Lib\idlelib\keybindingDialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:123]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:124]: Executing op: FileCopy(SourceName=C:\Config.Msi\5234a.rbf,,DestName=C:\Python34\Lib\idlelib\run.py,Attributes=32800,FileSize=14088,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:126]: File: C:\Python34\Lib\idlelib\run.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:137]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:138]: Executing op: FileCopy(SourceName=C:\Config.Msi\52349.rbf,,DestName=C:\Python34\Lib\idlelib\ScriptBinding.py,Attributes=32800,FileSize=8264,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:140]: File: C:\Python34\Lib\idlelib\ScriptBinding.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:151]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:152]: Executing op: FileCopy(SourceName=C:\Config.Msi\52348.rbf,,DestName=C:\Python34\Lib\idlelib\Bindings.py,Attributes=32800,FileSize=3143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:154]: File: C:\Python34\Lib\idlelib\Bindings.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:165]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:167]: Executing op: FileCopy(SourceName=C:\Config.Msi\52347.rbf,,DestName=C:\Python34\Lib\idlelib\extend.txt,Attributes=32800,FileSize=3725,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:169]: File: C:\Python34\Lib\idlelib\extend.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:178]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:180]: Executing op: FileCopy(SourceName=C:\Config.Msi\52346.rbf,,DestName=C:\Python34\Lib\idlelib\__main__.py,Attributes=32800,FileSize=118,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:182]: File: C:\Python34\Lib\idlelib\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:190]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:191]: Executing op: FileCopy(SourceName=C:\Config.Msi\52345.rbf,,DestName=C:\Python34\Lib\idlelib\configDialog.py,Attributes=32800,FileSize=55806,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:192]: File: C:\Python34\Lib\idlelib\configDialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:199]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:200]: Executing op: FileCopy(SourceName=C:\Config.Msi\52344.rbf,,DestName=C:\Python34\Lib\idlelib\ToolTip.py,Attributes=32800,FileSize=3270,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:202]: File: C:\Python34\Lib\idlelib\ToolTip.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:214]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:215]: Executing op: FileCopy(SourceName=C:\Config.Msi\52343.rbf,,DestName=C:\Python34\Lib\idlelib\dynOptionMenuWidget.py,Attributes=32800,FileSize=2044,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:217]: File: C:\Python34\Lib\idlelib\dynOptionMenuWidget.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:230]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\52342.rbf,,DestName=C:\Python34\Lib\idlelib\textView.py,Attributes=32800,FileSize=3311,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:233]: File: C:\Python34\Lib\idlelib\textView.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:243]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:244]: Executing op: FileCopy(SourceName=C:\Config.Msi\52341.rbf,,DestName=C:\Python34\Lib\idlelib\AutoCompleteWindow.py,Attributes=32800,FileSize=18087,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:246]: File: C:\Python34\Lib\idlelib\AutoCompleteWindow.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:256]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:257]: Executing op: FileCopy(SourceName=C:\Config.Msi\52340.rbf,,DestName=C:\Python34\Lib\idlelib\CallTips.py,Attributes=32800,FileSize=6107,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:259]: File: C:\Python34\Lib\idlelib\CallTips.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:267]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:269]: Executing op: FileCopy(SourceName=C:\Config.Msi\5233f.rbf,,DestName=C:\Python34\Lib\idlelib\CREDITS.txt,Attributes=32800,FileSize=1902,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:270]: File: C:\Python34\Lib\idlelib\CREDITS.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:276]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:278]: Executing op: FileCopy(SourceName=C:\Config.Msi\5233e.rbf,,DestName=C:\Python34\Lib\idlelib\MultiStatusBar.py,Attributes=32800,FileSize=1313,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:280]: File: C:\Python34\Lib\idlelib\MultiStatusBar.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:289]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:290]: Executing op: FileCopy(SourceName=C:\Config.Msi\5233d.rbf,,DestName=C:\Python34\Lib\idlelib\AutoExpand.py,Attributes=32800,FileSize=3499,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:292]: File: C:\Python34\Lib\idlelib\AutoExpand.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:301]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:302]: Executing op: FileCopy(SourceName=C:\Config.Msi\5233c.rbf,,DestName=C:\Python34\Lib\idlelib\config-extensions.def,Attributes=32800,FileSize=2884,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:304]: File: C:\Python34\Lib\idlelib\config-extensions.def; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:313]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:314]: Executing op: FileCopy(SourceName=C:\Config.Msi\5233b.rbf,,DestName=C:\Python34\Lib\idlelib\FormatParagraph.py,Attributes=32800,FileSize=7387,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:316]: File: C:\Python34\Lib\idlelib\FormatParagraph.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:323]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:326]: Executing op: FileCopy(SourceName=C:\Config.Msi\5233a.rbf,,DestName=C:\Python34\Lib\idlelib\help.txt,Attributes=32800,FileSize=18057,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:330]: File: C:\Python34\Lib\idlelib\help.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:340]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:342]: Executing op: FileCopy(SourceName=C:\Config.Msi\52339.rbf,,DestName=C:\Python34\Lib\idlelib\README.txt,Attributes=32800,FileSize=2562,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:344]: File: C:\Python34\Lib\idlelib\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:354]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:356]: Executing op: FileCopy(SourceName=C:\Config.Msi\52338.rbf,,DestName=C:\Python34\Lib\idlelib\MultiCall.py,Attributes=32800,FileSize=19215,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:358]: File: C:\Python34\Lib\idlelib\MultiCall.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:369]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:370]: Executing op: FileCopy(SourceName=C:\Config.Msi\52337.rbf,,DestName=C:\Python34\Lib\idlelib\PyShell.py,Attributes=32800,FileSize=60167,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:372]: File: C:\Python34\Lib\idlelib\PyShell.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:380]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:382]: Executing op: FileCopy(SourceName=C:\Config.Msi\52336.rbf,,DestName=C:\Python34\Lib\idlelib\configSectionNameDialog.py,Attributes=32800,FileSize=4105,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:384]: File: C:\Python34\Lib\idlelib\configSectionNameDialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:393]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:394]: Executing op: FileCopy(SourceName=C:\Config.Msi\52335.rbf,,DestName=C:\Python34\Lib\idlelib\RemoteObjectBrowser.py,Attributes=32800,FileSize=1000,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:397]: File: C:\Python34\Lib\idlelib\RemoteObjectBrowser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:449]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:452]: Executing op: FileCopy(SourceName=C:\Config.Msi\52334.rbf,,DestName=C:\Python34\Lib\idlelib\SearchDialogBase.py,Attributes=32800,FileSize=7193,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:454]: File: C:\Python34\Lib\idlelib\SearchDialogBase.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:464]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:466]: Executing op: FileCopy(SourceName=C:\Config.Msi\52333.rbf,,DestName=C:\Python34\Lib\idlelib\SearchDialog.py,Attributes=32800,FileSize=2723,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:468]: File: C:\Python34\Lib\idlelib\SearchDialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:477]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:480]: Executing op: FileCopy(SourceName=C:\Config.Msi\52332.rbf,,DestName=C:\Python34\Lib\idlelib\NEWS.txt,Attributes=32800,FileSize=33099,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:482]: File: C:\Python34\Lib\idlelib\NEWS.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:498]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:499]: Executing op: FileCopy(SourceName=C:\Config.Msi\52331.rbf,,DestName=C:\Python34\Lib\idlelib\ColorDelegator.py,Attributes=32800,FileSize=9933,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:501]: File: C:\Python34\Lib\idlelib\ColorDelegator.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:507]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:508]: Executing op: FileCopy(SourceName=C:\Config.Msi\52330.rbf,,DestName=C:\Python34\Lib\idlelib\aboutDialog.py,Attributes=32800,FileSize=6768,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:510]: File: C:\Python34\Lib\idlelib\aboutDialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:519]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:520]: Executing op: FileCopy(SourceName=C:\Config.Msi\5232f.rbf,,DestName=C:\Python34\Lib\idlelib\RstripExtension.py,Attributes=32800,FileSize=1083,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:521]: File: C:\Python34\Lib\idlelib\RstripExtension.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:527]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:529]: Executing op: FileCopy(SourceName=C:\Config.Msi\5232e.rbf,,DestName=C:\Python34\Lib\idlelib\idle.py,Attributes=32800,FileSize=411,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:530]: File: C:\Python34\Lib\idlelib\idle.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:539]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:540]: Executing op: FileCopy(SourceName=C:\Config.Msi\5232d.rbf,,DestName=C:\Python34\Lib\idlelib\WindowList.py,Attributes=32800,FileSize=2562,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:542]: File: C:\Python34\Lib\idlelib\WindowList.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:555]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:557]: Executing op: FileCopy(SourceName=C:\Config.Msi\5232c.rbf,,DestName=C:\Python34\Lib\idlelib\config-keys.def,Attributes=32800,FileSize=7991,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:559]: File: C:\Python34\Lib\idlelib\config-keys.def; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:569]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:571]: Executing op: FileCopy(SourceName=C:\Config.Msi\5232b.rbf,,DestName=C:\Python34\Lib\idlelib\GrepDialog.py,Attributes=32800,FileSize=5302,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:573]: File: C:\Python34\Lib\idlelib\GrepDialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:586]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:588]: Executing op: FileCopy(SourceName=C:\Config.Msi\5232a.rbf,,DestName=C:\Python34\Lib\idlelib\IOBinding.py,Attributes=32800,FileSize=20300,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:590]: File: C:\Python34\Lib\idlelib\IOBinding.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:600]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:601]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\site-packages\) MSI (s) (9C:5C) [21:26:14:602]: Executing op: FileCopy(SourceName=C:\Config.Msi\52329.rbf,,DestName=C:\Python34\Lib\site-packages\README.txt,Attributes=32800,FileSize=121,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:603]: File: C:\Python34\Lib\site-packages\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:614]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:615]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\asyncio\) MSI (s) (9C:5C) [21:26:14:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\52328.rbf,,DestName=C:\Python34\Lib\asyncio\windows_events.py,Attributes=32800,FileSize=23874,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:618]: File: C:\Python34\Lib\asyncio\windows_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:624]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:626]: Executing op: FileCopy(SourceName=C:\Config.Msi\52327.rbf,,DestName=C:\Python34\Lib\asyncio\queues.py,Attributes=32800,FileSize=9307,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:627]: File: C:\Python34\Lib\asyncio\queues.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:636]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:638]: Executing op: FileCopy(SourceName=C:\Config.Msi\52326.rbf,,DestName=C:\Python34\Lib\asyncio\windows_utils.py,Attributes=32800,FileSize=6273,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:639]: File: C:\Python34\Lib\asyncio\windows_utils.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:645]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:646]: Executing op: FileCopy(SourceName=C:\Config.Msi\52325.rbf,,DestName=C:\Python34\Lib\asyncio\base_events.py,Attributes=32800,FileSize=41640,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:648]: File: C:\Python34\Lib\asyncio\base_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:655]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:657]: Executing op: FileCopy(SourceName=C:\Config.Msi\52324.rbf,,DestName=C:\Python34\Lib\asyncio\futures.py,Attributes=32800,FileSize=15164,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:658]: File: C:\Python34\Lib\asyncio\futures.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:666]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:668]: Executing op: FileCopy(SourceName=C:\Config.Msi\52323.rbf,,DestName=C:\Python34\Lib\asyncio\events.py,Attributes=32800,FileSize=19408,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:670]: File: C:\Python34\Lib\asyncio\events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:681]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:683]: Executing op: FileCopy(SourceName=C:\Config.Msi\52322.rbf,,DestName=C:\Python34\Lib\asyncio\selector_events.py,Attributes=32800,FileSize=37303,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:685]: File: C:\Python34\Lib\asyncio\selector_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:696]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:698]: Executing op: FileCopy(SourceName=C:\Config.Msi\52321.rbf,,DestName=C:\Python34\Lib\asyncio\log.py,Attributes=32800,FileSize=131,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:701]: File: C:\Python34\Lib\asyncio\log.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:710]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:711]: Executing op: FileCopy(SourceName=C:\Config.Msi\52320.rbf,,DestName=C:\Python34\Lib\asyncio\streams.py,Attributes=32800,FileSize=16654,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:714]: File: C:\Python34\Lib\asyncio\streams.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:720]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:721]: Executing op: FileCopy(SourceName=C:\Config.Msi\5231f.rbf,,DestName=C:\Python34\Lib\asyncio\tasks.py,Attributes=32800,FileSize=23537,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:723]: File: C:\Python34\Lib\asyncio\tasks.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:730]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:731]: Executing op: FileCopy(SourceName=C:\Config.Msi\5231e.rbf,,DestName=C:\Python34\Lib\asyncio\__init__.py,Attributes=32800,FileSize=1424,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:733]: File: C:\Python34\Lib\asyncio\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:739]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:740]: Executing op: FileCopy(SourceName=C:\Config.Msi\5231d.rbf,,DestName=C:\Python34\Lib\asyncio\subprocess.py,Attributes=32800,FileSize=7930,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:741]: File: C:\Python34\Lib\asyncio\subprocess.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:747]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:748]: Executing op: FileCopy(SourceName=C:\Config.Msi\5231c.rbf,,DestName=C:\Python34\Lib\asyncio\base_subprocess.py,Attributes=32800,FileSize=6332,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:750]: File: C:\Python34\Lib\asyncio\base_subprocess.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:756]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:758]: Executing op: FileCopy(SourceName=C:\Config.Msi\5231b.rbf,,DestName=C:\Python34\Lib\asyncio\unix_events.py,Attributes=32800,FileSize=32330,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:760]: File: C:\Python34\Lib\asyncio\unix_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:769]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:770]: Executing op: FileCopy(SourceName=C:\Config.Msi\5231a.rbf,,DestName=C:\Python34\Lib\asyncio\proactor_events.py,Attributes=32800,FileSize=18597,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:772]: File: C:\Python34\Lib\asyncio\proactor_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:780]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:782]: Executing op: FileCopy(SourceName=C:\Config.Msi\52319.rbf,,DestName=C:\Python34\Lib\asyncio\transports.py,Attributes=32800,FileSize=10170,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:784]: File: C:\Python34\Lib\asyncio\transports.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:816]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:821]: Executing op: FileCopy(SourceName=C:\Config.Msi\52318.rbf,,DestName=C:\Python34\Lib\asyncio\constants.py,Attributes=32800,FileSize=202,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:823]: File: C:\Python34\Lib\asyncio\constants.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:833]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:834]: Executing op: FileCopy(SourceName=C:\Config.Msi\52317.rbf,,DestName=C:\Python34\Lib\asyncio\protocols.py,Attributes=32800,FileSize=4533,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:835]: File: C:\Python34\Lib\asyncio\protocols.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:841]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:843]: Executing op: FileCopy(SourceName=C:\Config.Msi\52316.rbf,,DestName=C:\Python34\Lib\asyncio\locks.py,Attributes=32800,FileSize=14877,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:844]: File: C:\Python34\Lib\asyncio\locks.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:850]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:852]: Executing op: FileCopy(SourceName=C:\Config.Msi\52315.rbf,,DestName=C:\Python34\Lib\asyncio\test_utils.py,Attributes=32800,FileSize=12320,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:854]: File: C:\Python34\Lib\asyncio\test_utils.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:863]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:864]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\) MSI (s) (9C:5C) [21:26:14:865]: Executing op: FileCopy(SourceName=C:\Config.Msi\52314.rbf,,DestName=C:\Python34\Lib\_threading_local.py,Attributes=32800,FileSize=7656,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:867]: File: C:\Python34\Lib\_threading_local.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:874]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:877]: Executing op: FileCopy(SourceName=C:\Config.Msi\52313.rbf,,DestName=C:\Python34\Lib\__future__.py,Attributes=32800,FileSize=4718,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:879]: File: C:\Python34\Lib\__future__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:887]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:889]: Executing op: FileCopy(SourceName=C:\Config.Msi\52312.rbf,,DestName=C:\Python34\Lib\imp.py,Attributes=32800,FileSize=10299,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:890]: File: C:\Python34\Lib\imp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:903]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:905]: Executing op: FileCopy(SourceName=C:\Config.Msi\52311.rbf,,DestName=C:\Python34\Lib\pty.py,Attributes=32800,FileSize=4933,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:908]: File: C:\Python34\Lib\pty.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:925]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:926]: Executing op: FileCopy(SourceName=C:\Config.Msi\52310.rbf,,DestName=C:\Python34\Lib\pathlib.py,Attributes=32800,FileSize=43111,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:928]: File: C:\Python34\Lib\pathlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:939]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:940]: Executing op: FileCopy(SourceName=C:\Config.Msi\5230f.rbf,,DestName=C:\Python34\Lib\stat.py,Attributes=32800,FileSize=4555,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:942]: File: C:\Python34\Lib\stat.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:951]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:952]: Executing op: FileCopy(SourceName=C:\Config.Msi\5230e.rbf,,DestName=C:\Python34\Lib\_sitebuiltins.py,Attributes=32800,FileSize=3218,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:954]: File: C:\Python34\Lib\_sitebuiltins.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:962]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:963]: Executing op: FileCopy(SourceName=C:\Config.Msi\5230d.rbf,,DestName=C:\Python34\Lib\contextlib.py,Attributes=32800,FileSize=11988,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:965]: File: C:\Python34\Lib\contextlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:970]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:972]: Executing op: FileCopy(SourceName=C:\Config.Msi\5230c.rbf,,DestName=C:\Python34\Lib\wave.py,Attributes=32800,FileSize=18174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:973]: File: C:\Python34\Lib\wave.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:981]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:983]: Executing op: FileCopy(SourceName=C:\Config.Msi\5230b.rbf,,DestName=C:\Python34\Lib\webbrowser.py,Attributes=32800,FileSize=22072,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:985]: File: C:\Python34\Lib\webbrowser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:993]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:994]: Executing op: FileCopy(SourceName=C:\Config.Msi\5230a.rbf,,DestName=C:\Python34\Lib\zipfile.py,Attributes=32800,FileSize=69120,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:997]: File: C:\Python34\Lib\zipfile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:011]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:018]: Executing op: FileCopy(SourceName=C:\Config.Msi\52309.rbf,,DestName=C:\Python34\Lib\_collections_abc.py,Attributes=32800,FileSize=20720,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:026]: File: C:\Python34\Lib\_collections_abc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:039]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:040]: Executing op: FileCopy(SourceName=C:\Config.Msi\52308.rbf,,DestName=C:\Python34\Lib\posixpath.py,Attributes=32800,FileSize=13905,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:042]: File: C:\Python34\Lib\posixpath.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:050]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:051]: Executing op: FileCopy(SourceName=C:\Config.Msi\52307.rbf,,DestName=C:\Python34\Lib\bdb.py,Attributes=32800,FileSize=24027,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:053]: File: C:\Python34\Lib\bdb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:062]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:064]: Executing op: FileCopy(SourceName=C:\Config.Msi\52306.rbf,,DestName=C:\Python34\Lib\lzma.py,Attributes=32800,FileSize=19882,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:066]: File: C:\Python34\Lib\lzma.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:074]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:075]: Executing op: FileCopy(SourceName=C:\Config.Msi\52305.rbf,,DestName=C:\Python34\Lib\numbers.py,Attributes=32800,FileSize=10792,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:076]: File: C:\Python34\Lib\numbers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:082]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:083]: Executing op: FileCopy(SourceName=C:\Config.Msi\52304.rbf,,DestName=C:\Python34\Lib\os.py,Attributes=32800,FileSize=34743,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:085]: File: C:\Python34\Lib\os.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:092]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:094]: Executing op: FileCopy(SourceName=C:\Config.Msi\52303.rbf,,DestName=C:\Python34\Lib\profile.py,Attributes=32800,FileSize=22610,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:096]: File: C:\Python34\Lib\profile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:104]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:105]: Executing op: FileCopy(SourceName=C:\Config.Msi\52302.rbf,,DestName=C:\Python34\Lib\socketserver.py,Attributes=32800,FileSize=24997,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:106]: File: C:\Python34\Lib\socketserver.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:116]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:119]: Executing op: FileCopy(SourceName=C:\Config.Msi\52301.rbf,,DestName=C:\Python34\Lib\decimal.py,Attributes=32800,FileSize=235051,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:121]: File: C:\Python34\Lib\decimal.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:132]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:135]: Executing op: FileCopy(SourceName=C:\Config.Msi\52300.rbf,,DestName=C:\Python34\Lib\macurl2path.py,Attributes=32800,FileSize=2809,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:139]: File: C:\Python34\Lib\macurl2path.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:149]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:151]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ff.rbf,,DestName=C:\Python34\Lib\ntpath.py,Attributes=32800,FileSize=21098,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:153]: File: C:\Python34\Lib\ntpath.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:161]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:162]: Executing op: FileCopy(SourceName=C:\Config.Msi\522fe.rbf,,DestName=C:\Python34\Lib\_bootlocale.py,Attributes=32800,FileSize=1335,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:165]: File: C:\Python34\Lib\_bootlocale.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:172]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:173]: Executing op: FileCopy(SourceName=C:\Config.Msi\522fd.rbf,,DestName=C:\Python34\Lib\antigravity.py,Attributes=32800,FileSize=492,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:175]: File: C:\Python34\Lib\antigravity.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:183]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:184]: Executing op: FileCopy(SourceName=C:\Config.Msi\522fc.rbf,,DestName=C:\Python34\Lib\re.py,Attributes=32800,FileSize=15630,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:186]: File: C:\Python34\Lib\re.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:193]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:194]: Executing op: FileCopy(SourceName=C:\Config.Msi\522fb.rbf,,DestName=C:\Python34\Lib\filecmp.py,Attributes=32800,FileSize=10135,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:196]: File: C:\Python34\Lib\filecmp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:202]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:203]: Executing op: FileCopy(SourceName=C:\Config.Msi\522fa.rbf,,DestName=C:\Python34\Lib\dummy_threading.py,Attributes=32800,FileSize=2893,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:205]: File: C:\Python34\Lib\dummy_threading.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:213]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:214]: Executing op: FileCopy(SourceName=C:\Config.Msi\522f9.rbf,,DestName=C:\Python34\Lib\uu.py,Attributes=32800,FileSize=6954,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:215]: File: C:\Python34\Lib\uu.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:222]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:223]: Executing op: FileCopy(SourceName=C:\Config.Msi\522f8.rbf,,DestName=C:\Python34\Lib\codeop.py,Attributes=32800,FileSize=6162,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:225]: File: C:\Python34\Lib\codeop.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:234]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:235]: Executing op: FileCopy(SourceName=C:\Config.Msi\522f7.rbf,,DestName=C:\Python34\Lib\fnmatch.py,Attributes=32800,FileSize=3272,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:236]: File: C:\Python34\Lib\fnmatch.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:244]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:246]: Executing op: FileCopy(SourceName=C:\Config.Msi\522f6.rbf,,DestName=C:\Python34\Lib\mailbox.py,Attributes=32800,FileSize=80422,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:248]: File: C:\Python34\Lib\mailbox.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:257]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:259]: Executing op: FileCopy(SourceName=C:\Config.Msi\522f5.rbf,,DestName=C:\Python34\Lib\gettext.py,Attributes=32800,FileSize=18184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:261]: File: C:\Python34\Lib\gettext.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:269]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:270]: Executing op: FileCopy(SourceName=C:\Config.Msi\522f4.rbf,,DestName=C:\Python34\Lib\this.py,Attributes=32800,FileSize=1031,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:272]: File: C:\Python34\Lib\this.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:278]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:280]: Executing op: FileCopy(SourceName=C:\Config.Msi\522f3.rbf,,DestName=C:\Python34\Lib\threading.py,Attributes=32800,FileSize=50259,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:282]: File: C:\Python34\Lib\threading.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:290]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:292]: Executing op: FileCopy(SourceName=C:\Config.Msi\522f2.rbf,,DestName=C:\Python34\Lib\mailcap.py,Attributes=32800,FileSize=7690,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:293]: File: C:\Python34\Lib\mailcap.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:300]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:302]: Executing op: FileCopy(SourceName=C:\Config.Msi\522f1.rbf,,DestName=C:\Python34\Lib\genericpath.py,Attributes=32800,FileSize=4014,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:304]: File: C:\Python34\Lib\genericpath.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:311]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:313]: Executing op: FileCopy(SourceName=C:\Config.Msi\522f0.rbf,,DestName=C:\Python34\Lib\codecs.py,Attributes=32800,FileSize=37066,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:315]: File: C:\Python34\Lib\codecs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:331]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:334]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ef.rbf,,DestName=C:\Python34\Lib\gzip.py,Attributes=32800,FileSize=24967,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:336]: File: C:\Python34\Lib\gzip.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:344]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:348]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ee.rbf,,DestName=C:\Python34\Lib\smtplib.py,Attributes=32800,FileSize=39799,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:350]: File: C:\Python34\Lib\smtplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:358]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:360]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ed.rbf,,DestName=C:\Python34\Lib\formatter.py,Attributes=32800,FileSize=15524,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:362]: File: C:\Python34\Lib\formatter.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:370]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:371]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ec.rbf,,DestName=C:\Python34\Lib\symbol.py,Attributes=32800,FileSize=2153,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:373]: File: C:\Python34\Lib\symbol.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:378]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:379]: Executing op: FileCopy(SourceName=C:\Config.Msi\522eb.rbf,,DestName=C:\Python34\Lib\tokenize.py,Attributes=32800,FileSize=25567,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:381]: File: C:\Python34\Lib\tokenize.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:388]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:389]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ea.rbf,,DestName=C:\Python34\Lib\site.py,Attributes=32800,FileSize=21779,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:391]: File: C:\Python34\Lib\site.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:396]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:397]: Executing op: FileCopy(SourceName=C:\Config.Msi\522e9.rbf,,DestName=C:\Python34\Lib\_strptime.py,Attributes=32800,FileSize=22190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:399]: File: C:\Python34\Lib\_strptime.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:406]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:407]: Executing op: FileCopy(SourceName=C:\Config.Msi\522e8.rbf,,DestName=C:\Python34\Lib\cgi.py,Attributes=32800,FileSize=36663,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:409]: File: C:\Python34\Lib\cgi.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:417]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:418]: Executing op: FileCopy(SourceName=C:\Config.Msi\522e7.rbf,,DestName=C:\Python34\Lib\shlex.py,Attributes=32800,FileSize=11806,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:420]: File: C:\Python34\Lib\shlex.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:433]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:434]: Executing op: FileCopy(SourceName=C:\Config.Msi\522e6.rbf,,DestName=C:\Python34\Lib\runpy.py,Attributes=32800,FileSize=11087,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:436]: File: C:\Python34\Lib\runpy.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:445]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:446]: Executing op: FileCopy(SourceName=C:\Config.Msi\522e5.rbf,,DestName=C:\Python34\Lib\xdrlib.py,Attributes=32800,FileSize=5605,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:448]: File: C:\Python34\Lib\xdrlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:456]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:458]: Executing op: FileCopy(SourceName=C:\Config.Msi\522e4.rbf,,DestName=C:\Python34\Lib\turtle.py,Attributes=32800,FileSize=147687,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:459]: File: C:\Python34\Lib\turtle.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:466]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:467]: Executing op: FileCopy(SourceName=C:\Config.Msi\522e3.rbf,,DestName=C:\Python34\Lib\struct.py,Attributes=32800,FileSize=272,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:468]: File: C:\Python34\Lib\struct.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:473]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:474]: Executing op: FileCopy(SourceName=C:\Config.Msi\522e2.rbf,,DestName=C:\Python34\Lib\crypt.py,Attributes=32800,FileSize=1941,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:476]: File: C:\Python34\Lib\crypt.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:484]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:485]: Executing op: FileCopy(SourceName=C:\Config.Msi\522e1.rbf,,DestName=C:\Python34\Lib\chunk.py,Attributes=32800,FileSize=5544,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:487]: File: C:\Python34\Lib\chunk.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:494]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:495]: Executing op: FileCopy(SourceName=C:\Config.Msi\522e0.rbf,,DestName=C:\Python34\Lib\csv.py,Attributes=32800,FileSize=16634,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:497]: File: C:\Python34\Lib\csv.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:504]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:506]: Executing op: FileCopy(SourceName=C:\Config.Msi\522df.rbf,,DestName=C:\Python34\Lib\pydoc.py,Attributes=32800,FileSize=104634,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:508]: File: C:\Python34\Lib\pydoc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:516]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:517]: Executing op: FileCopy(SourceName=C:\Config.Msi\522de.rbf,,DestName=C:\Python34\Lib\types.py,Attributes=32800,FileSize=5518,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:519]: File: C:\Python34\Lib\types.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:536]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:555]: Executing op: FileCopy(SourceName=C:\Config.Msi\522dd.rbf,,DestName=C:\Python34\Lib\subprocess.py,Attributes=32800,FileSize=65661,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:557]: File: C:\Python34\Lib\subprocess.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:569]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:570]: Executing op: FileCopy(SourceName=C:\Config.Msi\522dc.rbf,,DestName=C:\Python34\Lib\textwrap.py,Attributes=32800,FileSize=19574,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:572]: File: C:\Python34\Lib\textwrap.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:581]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:582]: Executing op: FileCopy(SourceName=C:\Config.Msi\522db.rbf,,DestName=C:\Python34\Lib\sndhdr.py,Attributes=32800,FileSize=6496,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:584]: File: C:\Python34\Lib\sndhdr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:592]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:594]: Executing op: FileCopy(SourceName=C:\Config.Msi\522da.rbf,,DestName=C:\Python34\Lib\ipaddress.py,Attributes=32800,FileSize=75039,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:595]: File: C:\Python34\Lib\ipaddress.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:603]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:604]: Executing op: FileCopy(SourceName=C:\Config.Msi\522d9.rbf,,DestName=C:\Python34\Lib\functools.py,Attributes=32800,FileSize=29402,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:606]: File: C:\Python34\Lib\functools.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:614]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\522d8.rbf,,DestName=C:\Python34\Lib\cgitb.py,Attributes=32800,FileSize=12361,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:617]: File: C:\Python34\Lib\cgitb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:625]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:626]: Executing op: FileCopy(SourceName=C:\Config.Msi\522d7.rbf,,DestName=C:\Python34\Lib\pyclbr.py,Attributes=32800,FileSize=13871,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:628]: File: C:\Python34\Lib\pyclbr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:636]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:638]: Executing op: FileCopy(SourceName=C:\Config.Msi\522d6.rbf,,DestName=C:\Python34\Lib\imghdr.py,Attributes=32800,FileSize=3682,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:640]: File: C:\Python34\Lib\imghdr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:649]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:650]: Executing op: FileCopy(SourceName=C:\Config.Msi\522d5.rbf,,DestName=C:\Python34\Lib\ftplib.py,Attributes=32800,FileSize=39531,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:651]: File: C:\Python34\Lib\ftplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:661]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:663]: Executing op: FileCopy(SourceName=C:\Config.Msi\522d4.rbf,,DestName=C:\Python34\Lib\statistics.py,Attributes=32800,FileSize=18454,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:665]: File: C:\Python34\Lib\statistics.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:673]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:676]: Executing op: FileCopy(SourceName=C:\Config.Msi\522d3.rbf,,DestName=C:\Python34\Lib\io.py,Attributes=32800,FileSize=3487,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:678]: File: C:\Python34\Lib\io.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:691]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:693]: Executing op: FileCopy(SourceName=C:\Config.Msi\522d2.rbf,,DestName=C:\Python34\Lib\nntplib.py,Attributes=32800,FileSize=43916,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:696]: File: C:\Python34\Lib\nntplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:706]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:711]: Executing op: FileCopy(SourceName=C:\Config.Msi\522d1.rbf,,DestName=C:\Python34\Lib\pstats.py,Attributes=32800,FileSize=27007,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:715]: File: C:\Python34\Lib\pstats.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:723]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:725]: Executing op: FileCopy(SourceName=C:\Config.Msi\522d0.rbf,,DestName=C:\Python34\Lib\pdb.py,Attributes=32800,FileSize=62579,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:726]: File: C:\Python34\Lib\pdb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:735]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:737]: Executing op: FileCopy(SourceName=C:\Config.Msi\522cf.rbf,,DestName=C:\Python34\Lib\_markupbase.py,Attributes=32800,FileSize=14993,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:739]: File: C:\Python34\Lib\_markupbase.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:747]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:749]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ce.rbf,,DestName=C:\Python34\Lib\tty.py,Attributes=32800,FileSize=915,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:751]: File: C:\Python34\Lib\tty.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:759]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:761]: Executing op: FileCopy(SourceName=C:\Config.Msi\522cd.rbf,,DestName=C:\Python34\Lib\selectors.py,Attributes=32800,FileSize=16985,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:763]: File: C:\Python34\Lib\selectors.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:777]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:779]: Executing op: FileCopy(SourceName=C:\Config.Msi\522cc.rbf,,DestName=C:\Python34\Lib\ssl.py,Attributes=32800,FileSize=35365,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:781]: File: C:\Python34\Lib\ssl.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:789]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:791]: Executing op: FileCopy(SourceName=C:\Config.Msi\522cb.rbf,,DestName=C:\Python34\Lib\base64.py,Attributes=32800,FileSize=20769,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:795]: File: C:\Python34\Lib\base64.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:806]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:807]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ca.rbf,,DestName=C:\Python34\Lib\symtable.py,Attributes=32800,FileSize=7644,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:809]: File: C:\Python34\Lib\symtable.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:819]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:821]: Executing op: FileCopy(SourceName=C:\Config.Msi\522c9.rbf,,DestName=C:\Python34\Lib\__phello__.foo.py,Attributes=32800,FileSize=65,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:823]: File: C:\Python34\Lib\__phello__.foo.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:832]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:833]: Executing op: FileCopy(SourceName=C:\Config.Msi\522c8.rbf,,DestName=C:\Python34\Lib\pkgutil.py,Attributes=32800,FileSize=21844,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:835]: File: C:\Python34\Lib\pkgutil.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:843]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:845]: Executing op: FileCopy(SourceName=C:\Config.Msi\522c7.rbf,,DestName=C:\Python34\Lib\quopri.py,Attributes=32800,FileSize=7492,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:847]: File: C:\Python34\Lib\quopri.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:854]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:855]: Executing op: FileCopy(SourceName=C:\Config.Msi\522c6.rbf,,DestName=C:\Python34\Lib\dis.py,Attributes=32800,FileSize=17635,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:857]: File: C:\Python34\Lib\dis.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:865]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:866]: Executing op: FileCopy(SourceName=C:\Config.Msi\522c5.rbf,,DestName=C:\Python34\Lib\rlcompleter.py,Attributes=32800,FileSize=5928,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:868]: File: C:\Python34\Lib\rlcompleter.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:876]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:877]: Executing op: FileCopy(SourceName=C:\Config.Msi\522c4.rbf,,DestName=C:\Python34\Lib\hmac.py,Attributes=32800,FileSize=5207,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:879]: File: C:\Python34\Lib\hmac.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:887]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:889]: Executing op: FileCopy(SourceName=C:\Config.Msi\522c3.rbf,,DestName=C:\Python34\Lib\sre_constants.py,Attributes=32800,FileSize=7528,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:891]: File: C:\Python34\Lib\sre_constants.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:899]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:042]: Executing op: FileCopy(SourceName=C:\Config.Msi\522c2.rbf,,DestName=C:\Python34\Lib\code.py,Attributes=32800,FileSize=10339,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:044]: File: C:\Python34\Lib\code.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:052]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:053]: Executing op: FileCopy(SourceName=C:\Config.Msi\522c1.rbf,,DestName=C:\Python34\Lib\pipes.py,Attributes=32800,FileSize=9163,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:055]: File: C:\Python34\Lib\pipes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:083]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:084]: Executing op: FileCopy(SourceName=C:\Config.Msi\522c0.rbf,,DestName=C:\Python34\Lib\configparser.py,Attributes=32800,FileSize=50691,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:086]: File: C:\Python34\Lib\configparser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:094]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:096]: Executing op: FileCopy(SourceName=C:\Config.Msi\522bf.rbf,,DestName=C:\Python34\Lib\heapq.py,Attributes=32800,FileSize=18473,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:098]: File: C:\Python34\Lib\heapq.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:104]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:106]: Executing op: FileCopy(SourceName=C:\Config.Msi\522be.rbf,,DestName=C:\Python34\Lib\datetime.py,Attributes=32800,FileSize=77512,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:107]: File: C:\Python34\Lib\datetime.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:115]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:116]: Executing op: FileCopy(SourceName=C:\Config.Msi\522bd.rbf,,DestName=C:\Python34\Lib\nturl2path.py,Attributes=32800,FileSize=2462,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:118]: File: C:\Python34\Lib\nturl2path.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:125]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:126]: Executing op: FileCopy(SourceName=C:\Config.Msi\522bc.rbf,,DestName=C:\Python34\Lib\timeit.py,Attributes=32800,FileSize=11832,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:128]: File: C:\Python34\Lib\timeit.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:135]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:139]: Executing op: FileCopy(SourceName=C:\Config.Msi\522bb.rbf,,DestName=C:\Python34\Lib\cmd.py,Attributes=32800,FileSize=15261,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:141]: File: C:\Python34\Lib\cmd.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:154]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:156]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ba.rbf,,DestName=C:\Python34\Lib\sunau.py,Attributes=32800,FileSize=18674,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:158]: File: C:\Python34\Lib\sunau.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:167]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:169]: Executing op: FileCopy(SourceName=C:\Config.Msi\522b9.rbf,,DestName=C:\Python34\Lib\py_compile.py,Attributes=32800,FileSize=7279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:170]: File: C:\Python34\Lib\py_compile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:180]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:182]: Executing op: FileCopy(SourceName=C:\Config.Msi\522b8.rbf,,DestName=C:\Python34\Lib\bisect.py,Attributes=32800,FileSize=2687,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:183]: File: C:\Python34\Lib\bisect.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:190]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:192]: Executing op: FileCopy(SourceName=C:\Config.Msi\522b7.rbf,,DestName=C:\Python34\Lib\shutil.py,Attributes=32800,FileSize=40277,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:194]: File: C:\Python34\Lib\shutil.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:201]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:202]: Executing op: FileCopy(SourceName=C:\Config.Msi\522b6.rbf,,DestName=C:\Python34\Lib\pickle.py,Attributes=32800,FileSize=57240,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:204]: File: C:\Python34\Lib\pickle.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:211]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:212]: Executing op: FileCopy(SourceName=C:\Config.Msi\522b5.rbf,,DestName=C:\Python34\Lib\optparse.py,Attributes=32800,FileSize=62026,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:214]: File: C:\Python34\Lib\optparse.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:221]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:222]: Executing op: FileCopy(SourceName=C:\Config.Msi\522b4.rbf,,DestName=C:\Python34\Lib\platform.py,Attributes=32800,FileSize=50491,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:224]: File: C:\Python34\Lib\platform.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:231]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:232]: Executing op: FileCopy(SourceName=C:\Config.Msi\522b3.rbf,,DestName=C:\Python34\Lib\calendar.py,Attributes=32800,FileSize=23643,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:234]: File: C:\Python34\Lib\calendar.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:245]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:255]: Executing op: FileCopy(SourceName=C:\Config.Msi\522b2.rbf,,DestName=C:\Python34\Lib\queue.py,Attributes=32800,FileSize=9084,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:257]: File: C:\Python34\Lib\queue.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:269]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:270]: Executing op: FileCopy(SourceName=C:\Config.Msi\522b1.rbf,,DestName=C:\Python34\Lib\warnings.py,Attributes=32800,FileSize=14587,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:272]: File: C:\Python34\Lib\warnings.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:280]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:281]: Executing op: FileCopy(SourceName=C:\Config.Msi\522b0.rbf,,DestName=C:\Python34\Lib\glob.py,Attributes=32800,FileSize=3571,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:283]: File: C:\Python34\Lib\glob.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:290]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:291]: Executing op: FileCopy(SourceName=C:\Config.Msi\522af.rbf,,DestName=C:\Python34\Lib\compileall.py,Attributes=32800,FileSize=10034,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:293]: File: C:\Python34\Lib\compileall.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:300]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:302]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ae.rbf,,DestName=C:\Python34\Lib\tempfile.py,Attributes=32800,FileSize=22217,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:303]: File: C:\Python34\Lib\tempfile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:309]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:310]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ad.rbf,,DestName=C:\Python34\Lib\_dummy_thread.py,Attributes=32800,FileSize=5027,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:312]: File: C:\Python34\Lib\_dummy_thread.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:318]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:320]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ac.rbf,,DestName=C:\Python34\Lib\macpath.py,Attributes=32800,FileSize=5821,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:321]: File: C:\Python34\Lib\macpath.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:325]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:326]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ab.rbf,,DestName=C:\Python34\Lib\asyncore.py,Attributes=32800,FileSize=21664,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:328]: File: C:\Python34\Lib\asyncore.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:336]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:338]: Executing op: FileCopy(SourceName=C:\Config.Msi\522aa.rbf,,DestName=C:\Python34\Lib\keyword.py,Attributes=32800,FileSize=2305,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:340]: File: C:\Python34\Lib\keyword.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:347]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:349]: Executing op: FileCopy(SourceName=C:\Config.Msi\522a9.rbf,,DestName=C:\Python34\Lib\stringprep.py,Attributes=32800,FileSize=13189,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:350]: File: C:\Python34\Lib\stringprep.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:358]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:359]: Executing op: FileCopy(SourceName=C:\Config.Msi\522a8.rbf,,DestName=C:\Python34\Lib\difflib.py,Attributes=32800,FileSize=83718,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:360]: File: C:\Python34\Lib\difflib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:367]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:369]: Executing op: FileCopy(SourceName=C:\Config.Msi\522a7.rbf,,DestName=C:\Python34\Lib\random.py,Attributes=32800,FileSize=26826,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:371]: File: C:\Python34\Lib\random.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:376]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:377]: Executing op: FileCopy(SourceName=C:\Config.Msi\522a6.rbf,,DestName=C:\Python34\Lib\shelve.py,Attributes=32800,FileSize=8667,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:379]: File: C:\Python34\Lib\shelve.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:387]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:388]: Executing op: FileCopy(SourceName=C:\Config.Msi\522a5.rbf,,DestName=C:\Python34\Lib\_compat_pickle.py,Attributes=32800,FileSize=4475,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:390]: File: C:\Python34\Lib\_compat_pickle.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:397]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:398]: Executing op: FileCopy(SourceName=C:\Config.Msi\522a4.rbf,,DestName=C:\Python34\Lib\socket.py,Attributes=32800,FileSize=19462,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:400]: File: C:\Python34\Lib\socket.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:407]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:409]: Executing op: FileCopy(SourceName=C:\Config.Msi\522a3.rbf,,DestName=C:\Python34\Lib\telnetlib.py,Attributes=32800,FileSize=23731,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:411]: File: C:\Python34\Lib\telnetlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:418]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:419]: Executing op: FileCopy(SourceName=C:\Config.Msi\522a2.rbf,,DestName=C:\Python34\Lib\cProfile.py,Attributes=32800,FileSize=5473,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:421]: File: C:\Python34\Lib\cProfile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:429]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:430]: Executing op: FileCopy(SourceName=C:\Config.Msi\522a1.rbf,,DestName=C:\Python34\Lib\plistlib.py,Attributes=32800,FileSize=32502,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:432]: File: C:\Python34\Lib\plistlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:442]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:443]: Executing op: FileCopy(SourceName=C:\Config.Msi\522a0.rbf,,DestName=C:\Python34\Lib\_osx_support.py,Attributes=32800,FileSize=19603,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:445]: File: C:\Python34\Lib\_osx_support.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:452]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:454]: Executing op: FileCopy(SourceName=C:\Config.Msi\5229f.rbf,,DestName=C:\Python34\Lib\pprint.py,Attributes=32800,FileSize=15277,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:458]: File: C:\Python34\Lib\pprint.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:469]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:471]: Executing op: FileCopy(SourceName=C:\Config.Msi\5229e.rbf,,DestName=C:\Python34\Lib\smtpd.py,Attributes=32800,FileSize=31091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:472]: File: C:\Python34\Lib\smtpd.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:480]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:481]: Executing op: FileCopy(SourceName=C:\Config.Msi\5229d.rbf,,DestName=C:\Python34\Lib\copy.py,Attributes=32800,FileSize=9324,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:483]: File: C:\Python34\Lib\copy.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:487]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:488]: Executing op: FileCopy(SourceName=C:\Config.Msi\5229c.rbf,,DestName=C:\Python34\Lib\sre_parse.py,Attributes=32800,FileSize=30899,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:489]: File: C:\Python34\Lib\sre_parse.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:494]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:496]: Executing op: FileCopy(SourceName=C:\Config.Msi\5229b.rbf,,DestName=C:\Python34\Lib\token.py,Attributes=32800,FileSize=3174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:498]: File: C:\Python34\Lib\token.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:502]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:503]: Executing op: FileCopy(SourceName=C:\Config.Msi\5229a.rbf,,DestName=C:\Python34\Lib\pickletools.py,Attributes=32800,FileSize=93988,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:504]: File: C:\Python34\Lib\pickletools.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:508]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:509]: Executing op: FileCopy(SourceName=C:\Config.Msi\52299.rbf,,DestName=C:\Python34\Lib\trace.py,Attributes=32800,FileSize=32333,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:510]: File: C:\Python34\Lib\trace.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:516]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:517]: Executing op: FileCopy(SourceName=C:\Config.Msi\52298.rbf,,DestName=C:\Python34\Lib\ast.py,Attributes=32800,FileSize=12349,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:518]: File: C:\Python34\Lib\ast.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:522]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:523]: Executing op: FileCopy(SourceName=C:\Config.Msi\52297.rbf,,DestName=C:\Python34\Lib\sysconfig.py,Attributes=32800,FileSize=25218,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:524]: File: C:\Python34\Lib\sysconfig.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:528]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:529]: Executing op: FileCopy(SourceName=C:\Config.Msi\52296.rbf,,DestName=C:\Python34\Lib\inspect.py,Attributes=32800,FileSize=106876,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:531]: File: C:\Python34\Lib\inspect.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:535]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:536]: Executing op: FileCopy(SourceName=C:\Config.Msi\52295.rbf,,DestName=C:\Python34\Lib\modulefinder.py,Attributes=32800,FileSize=24063,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:537]: File: C:\Python34\Lib\modulefinder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:541]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:542]: Executing op: FileCopy(SourceName=C:\Config.Msi\52294.rbf,,DestName=C:\Python34\Lib\tracemalloc.py,Attributes=32800,FileSize=16138,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:543]: File: C:\Python34\Lib\tracemalloc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:549]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:550]: Executing op: FileCopy(SourceName=C:\Config.Msi\52293.rbf,,DestName=C:\Python34\Lib\fileinput.py,Attributes=32800,FileSize=14999,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:551]: File: C:\Python34\Lib\fileinput.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:555]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:556]: Executing op: FileCopy(SourceName=C:\Config.Msi\52292.rbf,,DestName=C:\Python34\Lib\uuid.py,Attributes=32800,FileSize=23042,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:557]: File: C:\Python34\Lib\uuid.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:562]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:563]: Executing op: FileCopy(SourceName=C:\Config.Msi\52291.rbf,,DestName=C:\Python34\Lib\getopt.py,Attributes=32800,FileSize=7703,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:564]: File: C:\Python34\Lib\getopt.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:568]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:569]: Executing op: FileCopy(SourceName=C:\Config.Msi\52290.rbf,,DestName=C:\Python34\Lib\hashlib.py,Attributes=32800,FileSize=8200,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:570]: File: C:\Python34\Lib\hashlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:575]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:576]: Executing op: FileCopy(SourceName=C:\Config.Msi\5228f.rbf,,DestName=C:\Python34\Lib\_weakrefset.py,Attributes=32800,FileSize=5901,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:577]: File: C:\Python34\Lib\_weakrefset.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:584]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:585]: Executing op: FileCopy(SourceName=C:\Config.Msi\5228e.rbf,,DestName=C:\Python34\Lib\tabnanny.py,Attributes=32800,FileSize=11731,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:586]: File: C:\Python34\Lib\tabnanny.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:591]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:592]: Executing op: FileCopy(SourceName=C:\Config.Msi\5228d.rbf,,DestName=C:\Python34\Lib\mimetypes.py,Attributes=32800,FileSize=21327,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:593]: File: C:\Python34\Lib\mimetypes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:597]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:598]: Executing op: FileCopy(SourceName=C:\Config.Msi\5228c.rbf,,DestName=C:\Python34\Lib\poplib.py,Attributes=32800,FileSize=14788,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:599]: File: C:\Python34\Lib\poplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:603]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:604]: Executing op: FileCopy(SourceName=C:\Config.Msi\5228b.rbf,,DestName=C:\Python34\Lib\argparse.py,Attributes=32800,FileSize=92131,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:605]: File: C:\Python34\Lib\argparse.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:609]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:610]: Executing op: FileCopy(SourceName=C:\Config.Msi\5228a.rbf,,DestName=C:\Python34\Lib\sre_compile.py,Attributes=32800,FileSize=16057,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:611]: File: C:\Python34\Lib\sre_compile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:615]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\52289.rbf,,DestName=C:\Python34\Lib\bz2.py,Attributes=32800,FileSize=19360,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:617]: File: C:\Python34\Lib\bz2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:621]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:622]: Executing op: FileCopy(SourceName=C:\Config.Msi\52288.rbf,,DestName=C:\Python34\Lib\fractions.py,Attributes=32800,FileSize=23833,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:623]: File: C:\Python34\Lib\fractions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:627]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:628]: Executing op: FileCopy(SourceName=C:\Config.Msi\52287.rbf,,DestName=C:\Python34\Lib\imaplib.py,Attributes=32800,FileSize=51887,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:629]: File: C:\Python34\Lib\imaplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:634]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:634]: Executing op: FileCopy(SourceName=C:\Config.Msi\52286.rbf,,DestName=C:\Python34\Lib\traceback.py,Attributes=32800,FileSize=11480,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:635]: File: C:\Python34\Lib\traceback.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:639]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:640]: Executing op: FileCopy(SourceName=C:\Config.Msi\52285.rbf,,DestName=C:\Python34\Lib\copyreg.py,Attributes=32800,FileSize=7035,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:641]: File: C:\Python34\Lib\copyreg.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:645]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:646]: Executing op: FileCopy(SourceName=C:\Config.Msi\52284.rbf,,DestName=C:\Python34\Lib\string.py,Attributes=32800,FileSize=10726,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:647]: File: C:\Python34\Lib\string.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:652]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:653]: Executing op: FileCopy(SourceName=C:\Config.Msi\52283.rbf,,DestName=C:\Python34\Lib\asynchat.py,Attributes=32800,FileSize=12158,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:654]: File: C:\Python34\Lib\asynchat.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:658]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:659]: Executing op: FileCopy(SourceName=C:\Config.Msi\52282.rbf,,DestName=C:\Python34\Lib\tarfile.py,Attributes=32800,FileSize=93484,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:660]: File: C:\Python34\Lib\tarfile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:664]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:665]: Executing op: FileCopy(SourceName=C:\Config.Msi\52281.rbf,,DestName=C:\Python34\Lib\reprlib.py,Attributes=32800,FileSize=5267,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:666]: File: C:\Python34\Lib\reprlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:670]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:671]: Executing op: FileCopy(SourceName=C:\Config.Msi\52280.rbf,,DestName=C:\Python34\Lib\doctest.py,Attributes=32800,FileSize=107477,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:672]: File: C:\Python34\Lib\doctest.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:676]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:677]: Executing op: FileCopy(SourceName=C:\Config.Msi\5227f.rbf,,DestName=C:\Python34\Lib\opcode.py,Attributes=32800,FileSize=5642,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:678]: File: C:\Python34\Lib\opcode.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:682]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:683]: Executing op: FileCopy(SourceName=C:\Config.Msi\5227e.rbf,,DestName=C:\Python34\Lib\abc.py,Attributes=32800,FileSize=8872,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:684]: File: C:\Python34\Lib\abc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:688]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:689]: Executing op: FileCopy(SourceName=C:\Config.Msi\5227d.rbf,,DestName=C:\Python34\Lib\binhex.py,Attributes=32800,FileSize=14179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:690]: File: C:\Python34\Lib\binhex.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:694]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:695]: Executing op: FileCopy(SourceName=C:\Config.Msi\5227c.rbf,,DestName=C:\Python34\Lib\_pyio.py,Attributes=32800,FileSize=75670,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:696]: File: C:\Python34\Lib\_pyio.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:701]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:703]: Executing op: FileCopy(SourceName=C:\Config.Msi\5227b.rbf,,DestName=C:\Python34\Lib\aifc.py,Attributes=32800,FileSize=32412,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:704]: File: C:\Python34\Lib\aifc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:710]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:711]: Executing op: FileCopy(SourceName=C:\Config.Msi\5227a.rbf,,DestName=C:\Python34\Lib\getpass.py,Attributes=32800,FileSize=6255,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:713]: File: C:\Python34\Lib\getpass.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:717]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:718]: Executing op: FileCopy(SourceName=C:\Config.Msi\52279.rbf,,DestName=C:\Python34\Lib\netrc.py,Attributes=32800,FileSize=5890,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:719]: File: C:\Python34\Lib\netrc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:725]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:726]: Executing op: FileCopy(SourceName=C:\Config.Msi\52278.rbf,,DestName=C:\Python34\Lib\locale.py,Attributes=32800,FileSize=69136,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:728]: File: C:\Python34\Lib\locale.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:733]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:734]: Executing op: FileCopy(SourceName=C:\Config.Msi\52277.rbf,,DestName=C:\Python34\Lib\enum.py,Attributes=32800,FileSize=20876,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:735]: File: C:\Python34\Lib\enum.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:739]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:739]: Executing op: FileCopy(SourceName=C:\Config.Msi\52276.rbf,,DestName=C:\Python34\Lib\sched.py,Attributes=32800,FileSize=6521,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:740]: File: C:\Python34\Lib\sched.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:745]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:746]: Executing op: FileCopy(SourceName=C:\Config.Msi\52275.rbf,,DestName=C:\Python34\Lib\linecache.py,Attributes=32800,FileSize=3996,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:747]: File: C:\Python34\Lib\linecache.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:751]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:752]: Executing op: FileCopy(SourceName=C:\Config.Msi\52274.rbf,,DestName=C:\Python34\Lib\operator.py,Attributes=32800,FileSize=9606,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:753]: File: C:\Python34\Lib\operator.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:757]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:758]: Executing op: FileCopy(SourceName=C:\Config.Msi\52273.rbf,,DestName=C:\Python34\Lib\colorsys.py,Attributes=32800,FileSize=4228,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:759]: File: C:\Python34\Lib\colorsys.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:763]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:764]: Executing op: FileCopy(SourceName=C:\Config.Msi\52272.rbf,,DestName=C:\Python34\Lib\weakref.py,Attributes=32800,FileSize=18835,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:765]: File: C:\Python34\Lib\weakref.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:769]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:770]: Executing op: SetTargetFolder(Folder=C:\WINDOWS\system32\) MSI (s) (9C:5C) [21:26:16:771]: Executing op: FileCopy(SourceName=C:\Config.Msi\52271.rbf,,DestName=C:\WINDOWS\system32\python34.dll,Attributes=32800,FileSize=4047872,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:773]: File: C:\WINDOWS\system32\python34.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:777]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:778]: Executing op: SetTargetFolder(Folder=C:\Python34\) MSI (s) (9C:5C) [21:26:16:779]: Executing op: FileCopy(SourceName=C:\Config.Msi\52270.rbf,,DestName=C:\Python34\pythonw.exe,Attributes=32800,FileSize=27648,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:780]: File: C:\Python34\pythonw.exe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:784]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:785]: Executing op: FileCopy(SourceName=C:\Config.Msi\5226f.rbf,,DestName=C:\Python34\LICENSE.txt,Attributes=32800,FileSize=31073,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:786]: File: C:\Python34\LICENSE.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:790]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:791]: Executing op: FileCopy(SourceName=C:\Config.Msi\5226e.rbf,,DestName=C:\Python34\NEWS.txt,Attributes=32800,FileSize=367504,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:792]: File: C:\Python34\NEWS.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:796]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:797]: Executing op: FileCopy(SourceName=C:\Config.Msi\5226d.rbf,,DestName=C:\Python34\README.txt,Attributes=32800,FileSize=6942,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:798]: File: C:\Python34\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:802]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:803]: Executing op: FileCopy(SourceName=C:\Config.Msi\5226c.rbf,,DestName=C:\Python34\python.exe,Attributes=32800,FileSize=27136,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:804]: File: C:\Python34\python.exe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:808]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:808]: Executing op: SetTargetFolder(Folder=C:\Python34\DLLs\) MSI (s) (9C:5C) [21:26:16:809]: Executing op: FileCopy(SourceName=C:\Config.Msi\5226b.rbf,,DestName=C:\Python34\DLLs\py.ico,Attributes=32800,FileSize=19790,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:810]: File: C:\Python34\DLLs\py.ico; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:814]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:815]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\) MSI (s) (9C:5C) [21:26:16:816]: Executing op: FileCopy(SourceName=C:\Config.Msi\5226a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\GB,Attributes=32800,FileSize=165,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:817]: File: C:\Python34\tcl\tcl8.6\tzdata\GB; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:821]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:822]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\Scripts\__pycache__\) MSI (s) (9C:5C) [21:26:16:822]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\pynche\__pycache__\) MSI (s) (9C:5C) [21:26:16:823]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\i18n\__pycache__\) MSI (s) (9C:5C) [21:26:16:823]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\dbm\__pycache__\) MSI (s) (9C:5C) [21:26:16:824]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\tests\__pycache__\) MSI (s) (9C:5C) [21:26:16:824]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\command\__pycache__\) MSI (s) (9C:5C) [21:26:16:826]: Executing op: FileCopy(SourceName=C:\Config.Msi\52269.rbf,,DestName=C:\Python34\Lib\distutils\command\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=553,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:827]: File: C:\Python34\Lib\distutils\command\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:831]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:832]: Executing op: FileCopy(SourceName=C:\Config.Msi\52268.rbf,,DestName=C:\Python34\Lib\distutils\command\__pycache__\install.cpython-34.pyc,Attributes=32800,FileSize=15089,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:833]: File: C:\Python34\Lib\distutils\command\__pycache__\install.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:838]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:839]: Executing op: FileCopy(SourceName=C:\Config.Msi\52267.rbf,,DestName=C:\Python34\Lib\distutils\command\__pycache__\build.cpython-34.pyc,Attributes=32800,FileSize=4049,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:840]: File: C:\Python34\Lib\distutils\command\__pycache__\build.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:845]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:846]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\__pycache__\) MSI (s) (9C:5C) [21:26:16:847]: Executing op: FileCopy(SourceName=C:\Config.Msi\52266.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=327,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:848]: File: C:\Python34\Lib\distutils\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:852]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:853]: Executing op: FileCopy(SourceName=C:\Config.Msi\52265.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\version.cpython-34.pyc,Attributes=32800,FileSize=7955,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:854]: File: C:\Python34\Lib\distutils\__pycache__\version.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:859]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:859]: Executing op: FileCopy(SourceName=C:\Config.Msi\52264.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\util.cpython-34.pyc,Attributes=32800,FileSize=16595,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:860]: File: C:\Python34\Lib\distutils\__pycache__\util.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:866]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:866]: Executing op: FileCopy(SourceName=C:\Config.Msi\52263.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\sysconfig.cpython-34.pyc,Attributes=32800,FileSize=13419,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:867]: File: C:\Python34\Lib\distutils\__pycache__\sysconfig.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:872]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:873]: Executing op: FileCopy(SourceName=C:\Config.Msi\52262.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\spawn.cpython-34.pyc,Attributes=32800,FileSize=5469,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:874]: File: C:\Python34\Lib\distutils\__pycache__\spawn.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:878]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:879]: Executing op: FileCopy(SourceName=C:\Config.Msi\52261.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\log.cpython-34.pyc,Attributes=32800,FileSize=2475,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:880]: File: C:\Python34\Lib\distutils\__pycache__\log.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:885]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:886]: Executing op: FileCopy(SourceName=C:\Config.Msi\52260.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\file_util.cpython-34.pyc,Attributes=32800,FileSize=6214,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:887]: File: C:\Python34\Lib\distutils\__pycache__\file_util.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:891]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:892]: Executing op: FileCopy(SourceName=C:\Config.Msi\5225f.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\fancy_getopt.cpython-34.pyc,Attributes=32800,FileSize=11551,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:893]: File: C:\Python34\Lib\distutils\__pycache__\fancy_getopt.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:898]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:898]: Executing op: FileCopy(SourceName=C:\Config.Msi\5225e.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\extension.cpython-34.pyc,Attributes=32800,FileSize=7197,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:899]: File: C:\Python34\Lib\distutils\__pycache__\extension.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:904]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:905]: Executing op: FileCopy(SourceName=C:\Config.Msi\5225d.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\errors.cpython-34.pyc,Attributes=32800,FileSize=5699,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:906]: File: C:\Python34\Lib\distutils\__pycache__\errors.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:910]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:911]: Executing op: FileCopy(SourceName=C:\Config.Msi\5225c.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\dist.cpython-34.pyc,Attributes=32800,FileSize=36833,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:913]: File: C:\Python34\Lib\distutils\__pycache__\dist.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:919]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:920]: Executing op: FileCopy(SourceName=C:\Config.Msi\5225b.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\dir_util.cpython-34.pyc,Attributes=32800,FileSize=6218,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:921]: File: C:\Python34\Lib\distutils\__pycache__\dir_util.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:926]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:927]: Executing op: FileCopy(SourceName=C:\Config.Msi\5225a.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\dep_util.cpython-34.pyc,Attributes=32800,FileSize=2847,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:928]: File: C:\Python34\Lib\distutils\__pycache__\dep_util.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:932]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:933]: Executing op: FileCopy(SourceName=C:\Config.Msi\52259.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\debug.cpython-34.pyc,Attributes=32800,FileSize=193,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:934]: File: C:\Python34\Lib\distutils\__pycache__\debug.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:939]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:940]: Executing op: FileCopy(SourceName=C:\Config.Msi\52258.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\core.cpython-34.pyc,Attributes=32800,FileSize=7135,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:941]: File: C:\Python34\Lib\distutils\__pycache__\core.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:946]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:947]: Executing op: FileCopy(SourceName=C:\Config.Msi\52257.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\config.cpython-34.pyc,Attributes=32800,FileSize=3800,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:948]: File: C:\Python34\Lib\distutils\__pycache__\config.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:952]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:953]: Executing op: FileCopy(SourceName=C:\Config.Msi\52256.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\cmd.cpython-34.pyc,Attributes=32800,FileSize=15659,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:954]: File: C:\Python34\Lib\distutils\__pycache__\cmd.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:959]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:960]: Executing op: FileCopy(SourceName=C:\Config.Msi\52255.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\archive_util.cpython-34.pyc,Attributes=32800,FileSize=6720,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:961]: File: C:\Python34\Lib\distutils\__pycache__\archive_util.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:965]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:966]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\importlib\__pycache__\) MSI (s) (9C:5C) [21:26:16:967]: Executing op: FileCopy(SourceName=C:\Config.Msi\52254.rbf,,DestName=C:\Python34\Lib\importlib\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=3645,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:968]: File: C:\Python34\Lib\importlib\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:972]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:973]: Executing op: FileCopy(SourceName=C:\Config.Msi\52253.rbf,,DestName=C:\Python34\Lib\importlib\__pycache__\util.cpython-34.pyc,Attributes=32800,FileSize=6547,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:974]: File: C:\Python34\Lib\importlib\__pycache__\util.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:979]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:980]: Executing op: FileCopy(SourceName=C:\Config.Msi\52252.rbf,,DestName=C:\Python34\Lib\importlib\__pycache__\machinery.cpython-34.pyc,Attributes=32800,FileSize=984,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:981]: File: C:\Python34\Lib\importlib\__pycache__\machinery.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:986]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:986]: Executing op: FileCopy(SourceName=C:\Config.Msi\52251.rbf,,DestName=C:\Python34\Lib\importlib\__pycache__\abc.cpython-34.pyc,Attributes=32800,FileSize=11563,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:987]: File: C:\Python34\Lib\importlib\__pycache__\abc.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:992]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:993]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\collections\__pycache__\) MSI (s) (9C:5C) [21:26:16:993]: Executing op: FileCopy(SourceName=C:\Config.Msi\52250.rbf,,DestName=C:\Python34\Lib\collections\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=44662,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:994]: File: C:\Python34\Lib\collections\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:999]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:002]: Executing op: FileCopy(SourceName=C:\Config.Msi\5224f.rbf,,DestName=C:\Python34\Lib\collections\__pycache__\abc.cpython-34.pyc,Attributes=32800,FileSize=186,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:004]: File: C:\Python34\Lib\collections\__pycache__\abc.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:010]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:012]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\test\testmock\__pycache__\) MSI (s) (9C:5C) [21:26:17:012]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\test\__pycache__\) MSI (s) (9C:5C) [21:26:17:013]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\__pycache__\) MSI (s) (9C:5C) [21:26:17:014]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xmlrpc\__pycache__\) MSI (s) (9C:5C) [21:26:17:015]: Executing op: FileCopy(SourceName=C:\Config.Msi\5224e.rbf,,DestName=C:\Python34\Lib\xmlrpc\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=117,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:017]: File: C:\Python34\Lib\xmlrpc\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:024]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:025]: Executing op: FileCopy(SourceName=C:\Config.Msi\5224d.rbf,,DestName=C:\Python34\Lib\xmlrpc\__pycache__\client.cpython-34.pyc,Attributes=32800,FileSize=36368,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:027]: File: C:\Python34\Lib\xmlrpc\__pycache__\client.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:034]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:035]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\msilib\__pycache__\) MSI (s) (9C:5C) [21:26:17:036]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\pydoc_data\__pycache__\) MSI (s) (9C:5C) [21:26:17:036]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\encodings\__pycache__\) MSI (s) (9C:5C) [21:26:17:037]: Executing op: FileCopy(SourceName=C:\Config.Msi\5224c.rbf,,DestName=C:\Python34\Lib\encodings\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=3855,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:038]: File: C:\Python34\Lib\encodings\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:043]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:044]: Executing op: FileCopy(SourceName=C:\Config.Msi\5224b.rbf,,DestName=C:\Python34\Lib\encodings\__pycache__\utf_8.cpython-34.pyc,Attributes=32800,FileSize=1691,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:046]: File: C:\Python34\Lib\encodings\__pycache__\utf_8.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:051]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:052]: Executing op: FileCopy(SourceName=C:\Config.Msi\5224a.rbf,,DestName=C:\Python34\Lib\encodings\__pycache__\mbcs.cpython-34.pyc,Attributes=32800,FileSize=1772,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:054]: File: C:\Python34\Lib\encodings\__pycache__\mbcs.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:061]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:062]: Executing op: FileCopy(SourceName=C:\Config.Msi\52249.rbf,,DestName=C:\Python34\Lib\encodings\__pycache__\latin_1.cpython-34.pyc,Attributes=32800,FileSize=2003,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:063]: File: C:\Python34\Lib\encodings\__pycache__\latin_1.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:070]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:071]: Executing op: FileCopy(SourceName=C:\Config.Msi\52248.rbf,,DestName=C:\Python34\Lib\encodings\__pycache__\idna.cpython-34.pyc,Attributes=32800,FileSize=6516,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:072]: File: C:\Python34\Lib\encodings\__pycache__\idna.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:079]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:080]: Executing op: FileCopy(SourceName=C:\Config.Msi\52247.rbf,,DestName=C:\Python34\Lib\encodings\__pycache__\cp850.cpython-34.pyc,Attributes=32800,FileSize=7499,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:081]: File: C:\Python34\Lib\encodings\__pycache__\cp850.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:086]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:086]: Executing op: FileCopy(SourceName=C:\Config.Msi\52246.rbf,,DestName=C:\Python34\Lib\encodings\__pycache__\cp437.cpython-34.pyc,Attributes=32800,FileSize=7752,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:088]: File: C:\Python34\Lib\encodings\__pycache__\cp437.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:095]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:096]: Executing op: FileCopy(SourceName=C:\Config.Msi\52245.rbf,,DestName=C:\Python34\Lib\encodings\__pycache__\cp1252.cpython-34.pyc,Attributes=32800,FileSize=2555,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:097]: File: C:\Python34\Lib\encodings\__pycache__\cp1252.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:102]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:103]: Executing op: FileCopy(SourceName=C:\Config.Msi\52244.rbf,,DestName=C:\Python34\Lib\encodings\__pycache__\aliases.cpython-34.pyc,Attributes=32800,FileSize=7804,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:104]: File: C:\Python34\Lib\encodings\__pycache__\aliases.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:109]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:110]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\urllib\__pycache__\) MSI (s) (9C:5C) [21:26:17:111]: Executing op: FileCopy(SourceName=C:\Config.Msi\52243.rbf,,DestName=C:\Python34\Lib\urllib\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=117,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:112]: File: C:\Python34\Lib\urllib\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:120]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:121]: Executing op: FileCopy(SourceName=C:\Config.Msi\52242.rbf,,DestName=C:\Python34\Lib\urllib\__pycache__\response.cpython-34.pyc,Attributes=32800,FileSize=3350,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:122]: File: C:\Python34\Lib\urllib\__pycache__\response.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:127]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:128]: Executing op: FileCopy(SourceName=C:\Config.Msi\52241.rbf,,DestName=C:\Python34\Lib\urllib\__pycache__\request.cpython-34.pyc,Attributes=32800,FileSize=73825,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:130]: File: C:\Python34\Lib\urllib\__pycache__\request.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:152]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:153]: Executing op: FileCopy(SourceName=C:\Config.Msi\52240.rbf,,DestName=C:\Python34\Lib\urllib\__pycache__\parse.cpython-34.pyc,Attributes=32800,FileSize=30758,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:154]: File: C:\Python34\Lib\urllib\__pycache__\parse.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:159]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:160]: Executing op: FileCopy(SourceName=C:\Config.Msi\5223f.rbf,,DestName=C:\Python34\Lib\urllib\__pycache__\error.cpython-34.pyc,Attributes=32800,FileSize=2665,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:161]: File: C:\Python34\Lib\urllib\__pycache__\error.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:168]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:169]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\email\mime\__pycache__\) MSI (s) (9C:5C) [21:26:17:170]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\email\__pycache__\) MSI (s) (9C:5C) [21:26:17:171]: Executing op: FileCopy(SourceName=C:\Config.Msi\5223e.rbf,,DestName=C:\Python34\Lib\email\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=1771,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:172]: File: C:\Python34\Lib\email\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:179]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:180]: Executing op: FileCopy(SourceName=C:\Config.Msi\5223d.rbf,,DestName=C:\Python34\Lib\email\__pycache__\_policybase.cpython-34.pyc,Attributes=32800,FileSize=14818,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:181]: File: C:\Python34\Lib\email\__pycache__\_policybase.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:186]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:187]: Executing op: FileCopy(SourceName=C:\Config.Msi\5223c.rbf,,DestName=C:\Python34\Lib\email\__pycache__\_parseaddr.cpython-34.pyc,Attributes=32800,FileSize=13824,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:188]: File: C:\Python34\Lib\email\__pycache__\_parseaddr.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:195]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:195]: Executing op: FileCopy(SourceName=C:\Config.Msi\5223b.rbf,,DestName=C:\Python34\Lib\email\__pycache__\_encoded_words.cpython-34.pyc,Attributes=32800,FileSize=6049,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:197]: File: C:\Python34\Lib\email\__pycache__\_encoded_words.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:205]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:206]: Executing op: FileCopy(SourceName=C:\Config.Msi\5223a.rbf,,DestName=C:\Python34\Lib\email\__pycache__\utils.cpython-34.pyc,Attributes=32800,FileSize=10684,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:207]: File: C:\Python34\Lib\email\__pycache__\utils.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:214]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:215]: Executing op: FileCopy(SourceName=C:\Config.Msi\52239.rbf,,DestName=C:\Python34\Lib\email\__pycache__\quoprimime.cpython-34.pyc,Attributes=32800,FileSize=8109,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:217]: File: C:\Python34\Lib\email\__pycache__\quoprimime.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:224]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:225]: Executing op: FileCopy(SourceName=C:\Config.Msi\52238.rbf,,DestName=C:\Python34\Lib\email\__pycache__\parser.cpython-34.pyc,Attributes=32800,FileSize=5899,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:226]: File: C:\Python34\Lib\email\__pycache__\parser.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:233]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:234]: Executing op: FileCopy(SourceName=C:\Config.Msi\52237.rbf,,DestName=C:\Python34\Lib\email\__pycache__\message.cpython-34.pyc,Attributes=32800,FileSize=39674,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:236]: File: C:\Python34\Lib\email\__pycache__\message.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:242]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:244]: Executing op: FileCopy(SourceName=C:\Config.Msi\52236.rbf,,DestName=C:\Python34\Lib\email\__pycache__\iterators.cpython-34.pyc,Attributes=32800,FileSize=2028,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:245]: File: C:\Python34\Lib\email\__pycache__\iterators.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:252]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:253]: Executing op: FileCopy(SourceName=C:\Config.Msi\52235.rbf,,DestName=C:\Python34\Lib\email\__pycache__\header.cpython-34.pyc,Attributes=32800,FileSize=17903,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:255]: File: C:\Python34\Lib\email\__pycache__\header.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:262]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:263]: Executing op: FileCopy(SourceName=C:\Config.Msi\52234.rbf,,DestName=C:\Python34\Lib\email\__pycache__\feedparser.cpython-34.pyc,Attributes=32800,FileSize=11720,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:265]: File: C:\Python34\Lib\email\__pycache__\feedparser.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:281]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:283]: Executing op: FileCopy(SourceName=C:\Config.Msi\52233.rbf,,DestName=C:\Python34\Lib\email\__pycache__\errors.cpython-34.pyc,Attributes=32800,FileSize=6258,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:292]: File: C:\Python34\Lib\email\__pycache__\errors.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:302]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:304]: Executing op: FileCopy(SourceName=C:\Config.Msi\52232.rbf,,DestName=C:\Python34\Lib\email\__pycache__\encoders.cpython-34.pyc,Attributes=32800,FileSize=1726,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:306]: File: C:\Python34\Lib\email\__pycache__\encoders.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:315]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:316]: Executing op: FileCopy(SourceName=C:\Config.Msi\52231.rbf,,DestName=C:\Python34\Lib\email\__pycache__\charset.cpython-34.pyc,Attributes=32800,FileSize=12240,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:317]: File: C:\Python34\Lib\email\__pycache__\charset.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:322]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:323]: Executing op: FileCopy(SourceName=C:\Config.Msi\52230.rbf,,DestName=C:\Python34\Lib\email\__pycache__\base64mime.cpython-34.pyc,Attributes=32800,FileSize=3360,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:324]: File: C:\Python34\Lib\email\__pycache__\base64mime.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:332]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:333]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\sax\__pycache__\) MSI (s) (9C:5C) [21:26:17:334]: Executing op: FileCopy(SourceName=C:\Config.Msi\5222f.rbf,,DestName=C:\Python34\Lib\xml\sax\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=3264,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:336]: File: C:\Python34\Lib\xml\sax\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:342]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:343]: Executing op: FileCopy(SourceName=C:\Config.Msi\5222e.rbf,,DestName=C:\Python34\Lib\xml\sax\__pycache__\_exceptions.cpython-34.pyc,Attributes=32800,FileSize=5678,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:345]: File: C:\Python34\Lib\xml\sax\__pycache__\_exceptions.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:351]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:352]: Executing op: FileCopy(SourceName=C:\Config.Msi\5222d.rbf,,DestName=C:\Python34\Lib\xml\sax\__pycache__\xmlreader.cpython-34.pyc,Attributes=32800,FileSize=17488,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:354]: File: C:\Python34\Lib\xml\sax\__pycache__\xmlreader.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:362]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:363]: Executing op: FileCopy(SourceName=C:\Config.Msi\5222c.rbf,,DestName=C:\Python34\Lib\xml\sax\__pycache__\saxutils.cpython-34.pyc,Attributes=32800,FileSize=13638,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:365]: File: C:\Python34\Lib\xml\sax\__pycache__\saxutils.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:372]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:373]: Executing op: FileCopy(SourceName=C:\Config.Msi\5222b.rbf,,DestName=C:\Python34\Lib\xml\sax\__pycache__\handler.cpython-34.pyc,Attributes=32800,FileSize=12488,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:374]: File: C:\Python34\Lib\xml\sax\__pycache__\handler.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:382]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:383]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\parsers\__pycache__\) MSI (s) (9C:5C) [21:26:17:384]: Executing op: FileCopy(SourceName=C:\Config.Msi\5222a.rbf,,DestName=C:\Python34\Lib\xml\parsers\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=296,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:386]: File: C:\Python34\Lib\xml\parsers\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:392]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:394]: Executing op: FileCopy(SourceName=C:\Config.Msi\52229.rbf,,DestName=C:\Python34\Lib\xml\parsers\__pycache__\expat.cpython-34.pyc,Attributes=32800,FileSize=337,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:396]: File: C:\Python34\Lib\xml\parsers\__pycache__\expat.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:403]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:404]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\etree\__pycache__\) MSI (s) (9C:5C) [21:26:17:405]: Executing op: FileCopy(SourceName=C:\Config.Msi\52228.rbf,,DestName=C:\Python34\Lib\xml\etree\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=120,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:407]: File: C:\Python34\Lib\xml\etree\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:414]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:415]: Executing op: FileCopy(SourceName=C:\Config.Msi\52227.rbf,,DestName=C:\Python34\Lib\xml\etree\__pycache__\ElementTree.cpython-34.pyc,Attributes=32800,FileSize=48133,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:417]: File: C:\Python34\Lib\xml\etree\__pycache__\ElementTree.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:424]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:425]: Executing op: FileCopy(SourceName=C:\Config.Msi\52226.rbf,,DestName=C:\Python34\Lib\xml\etree\__pycache__\ElementPath.cpython-34.pyc,Attributes=32800,FileSize=6689,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:427]: File: C:\Python34\Lib\xml\etree\__pycache__\ElementPath.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:441]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:442]: Executing op: FileCopy(SourceName=C:\Config.Msi\52225.rbf,,DestName=C:\Python34\Lib\xml\etree\__pycache__\cElementTree.cpython-34.pyc,Attributes=32800,FileSize=164,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:444]: File: C:\Python34\Lib\xml\etree\__pycache__\cElementTree.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:451]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:452]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\dom\__pycache__\) MSI (s) (9C:5C) [21:26:17:453]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\__pycache__\) MSI (s) (9C:5C) [21:26:17:453]: Executing op: FileCopy(SourceName=C:\Config.Msi\52224.rbf,,DestName=C:\Python34\Lib\xml\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=689,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:455]: File: C:\Python34\Lib\xml\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:461]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:462]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\turtledemo\__pycache__\) MSI (s) (9C:5C) [21:26:17:463]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_email\__pycache__\) MSI (s) (9C:5C) [21:26:17:464]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\import_\__pycache__\) MSI (s) (9C:5C) [21:26:17:465]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\extension\__pycache__\) MSI (s) (9C:5C) [21:26:17:465]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\source\__pycache__\) MSI (s) (9C:5C) [21:26:17:466]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\frozen\__pycache__\) MSI (s) (9C:5C) [21:26:17:466]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\) MSI (s) (9C:5C) [21:26:17:467]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\) MSI (s) (9C:5C) [21:26:17:468]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\) MSI (s) (9C:5C) [21:26:17:468]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\) MSI (s) (9C:5C) [21:26:17:469]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\) MSI (s) (9C:5C) [21:26:17:469]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\) MSI (s) (9C:5C) [21:26:17:470]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\) MSI (s) (9C:5C) [21:26:17:471]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\) MSI (s) (9C:5C) [21:26:17:472]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\builtin\__pycache__\) MSI (s) (9C:5C) [21:26:17:472]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\__pycache__\) MSI (s) (9C:5C) [21:26:17:473]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_json\__pycache__\) MSI (s) (9C:5C) [21:26:17:473]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\subprocessdata\__pycache__\) MSI (s) (9C:5C) [21:26:17:474]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\leakers\__pycache__\) MSI (s) (9C:5C) [21:26:17:475]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\crashers\__pycache__\) MSI (s) (9C:5C) [21:26:17:476]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\tracedmodules\__pycache__\) MSI (s) (9C:5C) [21:26:17:476]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\encoded_modules\__pycache__\) MSI (s) (9C:5C) [21:26:17:477]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\support\__pycache__\) MSI (s) (9C:5C) [21:26:17:478]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_asyncio\__pycache__\) MSI (s) (9C:5C) [21:26:17:478]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\__pycache__\) MSI (s) (9C:5C) [21:26:17:479]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\macholib\__pycache__\) MSI (s) (9C:5C) [21:26:17:480]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\test\__pycache__\) MSI (s) (9C:5C) [21:26:17:480]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\__pycache__\) MSI (s) (9C:5C) [21:26:17:481]: Executing op: FileCopy(SourceName=C:\Config.Msi\52223.rbf,,DestName=C:\Python34\Lib\ctypes\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=17699,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:482]: File: C:\Python34\Lib\ctypes\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:487]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:488]: Executing op: FileCopy(SourceName=C:\Config.Msi\52222.rbf,,DestName=C:\Python34\Lib\ctypes\__pycache__\_endian.cpython-34.pyc,Attributes=32800,FileSize=2020,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:490]: File: C:\Python34\Lib\ctypes\__pycache__\_endian.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:497]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:502]: Executing op: FileCopy(SourceName=C:\Config.Msi\52221.rbf,,DestName=C:\Python34\Lib\ctypes\__pycache__\wintypes.cpython-34.pyc,Attributes=32800,FileSize=5723,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:503]: File: C:\Python34\Lib\ctypes\__pycache__\wintypes.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:511]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:513]: Executing op: FileCopy(SourceName=C:\Config.Msi\52220.rbf,,DestName=C:\Python34\Lib\ctypes\__pycache__\util.cpython-34.pyc,Attributes=32800,FileSize=7058,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:515]: File: C:\Python34\Lib\ctypes\__pycache__\util.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:527]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:529]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\logging\__pycache__\) MSI (s) (9C:5C) [21:26:17:529]: Executing op: FileCopy(SourceName=C:\Config.Msi\5221f.rbf,,DestName=C:\Python34\Lib\logging\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=61411,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:531]: File: C:\Python34\Lib\logging\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:538]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:539]: Executing op: FileCopy(SourceName=C:\Config.Msi\5221e.rbf,,DestName=C:\Python34\Lib\logging\__pycache__\handlers.cpython-34.pyc,Attributes=32800,FileSize=44880,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:540]: File: C:\Python34\Lib\logging\__pycache__\handlers.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:547]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:548]: Executing op: FileCopy(SourceName=C:\Config.Msi\5221d.rbf,,DestName=C:\Python34\Lib\logging\__pycache__\config.cpython-34.pyc,Attributes=32800,FileSize=25441,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:549]: File: C:\Python34\Lib\logging\__pycache__\config.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:554]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:555]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ensurepip\__pycache__\) MSI (s) (9C:5C) [21:26:17:555]: Executing op: FileCopy(SourceName=C:\Config.Msi\5221c.rbf,,DestName=C:\Python34\Lib\ensurepip\__pycache__\__main__.cpython-34.pyc,Attributes=32800,FileSize=201,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:556]: File: C:\Python34\Lib\ensurepip\__pycache__\__main__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:561]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:562]: Executing op: FileCopy(SourceName=C:\Config.Msi\5221b.rbf,,DestName=C:\Python34\Lib\ensurepip\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=5239,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:563]: File: C:\Python34\Lib\ensurepip\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:568]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:568]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\multiprocessing\dummy\__pycache__\) MSI (s) (9C:5C) [21:26:17:569]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\multiprocessing\__pycache__\) MSI (s) (9C:5C) [21:26:17:569]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\curses\__pycache__\) MSI (s) (9C:5C) [21:26:17:570]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\json\__pycache__\) MSI (s) (9C:5C) [21:26:17:570]: Executing op: FileCopy(SourceName=C:\Config.Msi\5221a.rbf,,DestName=C:\Python34\Lib\json\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=12211,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:571]: File: C:\Python34\Lib\json\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:576]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:577]: Executing op: FileCopy(SourceName=C:\Config.Msi\52219.rbf,,DestName=C:\Python34\Lib\json\__pycache__\scanner.cpython-34.pyc,Attributes=32800,FileSize=2194,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:578]: File: C:\Python34\Lib\json\__pycache__\scanner.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:585]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:586]: Executing op: FileCopy(SourceName=C:\Config.Msi\52218.rbf,,DestName=C:\Python34\Lib\json\__pycache__\encoder.cpython-34.pyc,Attributes=32800,FileSize=11922,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:587]: File: C:\Python34\Lib\json\__pycache__\encoder.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:593]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:594]: Executing op: FileCopy(SourceName=C:\Config.Msi\52217.rbf,,DestName=C:\Python34\Lib\json\__pycache__\decoder.cpython-34.pyc,Attributes=32800,FileSize=10525,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:595]: File: C:\Python34\Lib\json\__pycache__\decoder.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:599]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:600]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\venv\__pycache__\) MSI (s) (9C:5C) [21:26:17:600]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\wsgiref\__pycache__\) MSI (s) (9C:5C) [21:26:17:601]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\) MSI (s) (9C:5C) [21:26:17:601]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\) MSI (s) (9C:5C) [21:26:17:602]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\__pycache__\) MSI (s) (9C:5C) [21:26:17:602]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\__pycache__\) MSI (s) (9C:5C) [21:26:17:603]: Executing op: FileCopy(SourceName=C:\Config.Msi\52216.rbf,,DestName=C:\Python34\Lib\tkinter\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=187478,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:604]: File: C:\Python34\Lib\tkinter\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:609]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:610]: Executing op: FileCopy(SourceName=C:\Config.Msi\52215.rbf,,DestName=C:\Python34\Lib\tkinter\__pycache__\_fix.cpython-34.pyc,Attributes=32800,FileSize=1738,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:611]: File: C:\Python34\Lib\tkinter\__pycache__\_fix.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:615]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\52214.rbf,,DestName=C:\Python34\Lib\tkinter\__pycache__\simpledialog.cpython-34.pyc,Attributes=32800,FileSize=11402,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:617]: File: C:\Python34\Lib\tkinter\__pycache__\simpledialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:622]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:623]: Executing op: FileCopy(SourceName=C:\Config.Msi\52213.rbf,,DestName=C:\Python34\Lib\tkinter\__pycache__\messagebox.cpython-34.pyc,Attributes=32800,FileSize=3277,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:624]: File: C:\Python34\Lib\tkinter\__pycache__\messagebox.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:629]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:630]: Executing op: FileCopy(SourceName=C:\Config.Msi\52212.rbf,,DestName=C:\Python34\Lib\tkinter\__pycache__\font.cpython-34.pyc,Attributes=32800,FileSize=6710,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:631]: File: C:\Python34\Lib\tkinter\__pycache__\font.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:635]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:636]: Executing op: FileCopy(SourceName=C:\Config.Msi\52211.rbf,,DestName=C:\Python34\Lib\tkinter\__pycache__\filedialog.cpython-34.pyc,Attributes=32800,FileSize=13451,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:637]: File: C:\Python34\Lib\tkinter\__pycache__\filedialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:642]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:642]: Executing op: FileCopy(SourceName=C:\Config.Msi\52210.rbf,,DestName=C:\Python34\Lib\tkinter\__pycache__\dialog.cpython-34.pyc,Attributes=32800,FileSize=1619,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:643]: File: C:\Python34\Lib\tkinter\__pycache__\dialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:648]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:649]: Executing op: FileCopy(SourceName=C:\Config.Msi\5220f.rbf,,DestName=C:\Python34\Lib\tkinter\__pycache__\constants.cpython-34.pyc,Attributes=32800,FileSize=1789,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:650]: File: C:\Python34\Lib\tkinter\__pycache__\constants.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:654]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:655]: Executing op: FileCopy(SourceName=C:\Config.Msi\5220e.rbf,,DestName=C:\Python34\Lib\tkinter\__pycache__\commondialog.cpython-34.pyc,Attributes=32800,FileSize=1267,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:656]: File: C:\Python34\Lib\tkinter\__pycache__\commondialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:660]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:662]: Executing op: FileCopy(SourceName=C:\Config.Msi\5220d.rbf,,DestName=C:\Python34\Lib\tkinter\__pycache__\colorchooser.cpython-34.pyc,Attributes=32800,FileSize=1198,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:663]: File: C:\Python34\Lib\tkinter\__pycache__\colorchooser.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:671]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:672]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\fixes\__pycache__\) MSI (s) (9C:5C) [21:26:17:673]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\) MSI (s) (9C:5C) [21:26:17:674]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\) MSI (s) (9C:5C) [21:26:17:674]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\__pycache__\) MSI (s) (9C:5C) [21:26:17:675]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\__pycache__\) MSI (s) (9C:5C) [21:26:17:676]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\pgen2\__pycache__\) MSI (s) (9C:5C) [21:26:17:676]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\__pycache__\) MSI (s) (9C:5C) [21:26:17:677]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\html\__pycache__\) MSI (s) (9C:5C) [21:26:17:678]: Executing op: FileCopy(SourceName=C:\Config.Msi\5220c.rbf,,DestName=C:\Python34\Lib\html\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=3653,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:679]: File: C:\Python34\Lib\html\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:684]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:685]: Executing op: FileCopy(SourceName=C:\Config.Msi\5220b.rbf,,DestName=C:\Python34\Lib\html\__pycache__\parser.cpython-34.pyc,Attributes=32800,FileSize=15093,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:686]: File: C:\Python34\Lib\html\__pycache__\parser.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:693]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:694]: Executing op: FileCopy(SourceName=C:\Config.Msi\5220a.rbf,,DestName=C:\Python34\Lib\html\__pycache__\entities.cpython-34.pyc,Attributes=32800,FileSize=57860,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:695]: File: C:\Python34\Lib\html\__pycache__\entities.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:701]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:702]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\sqlite3\test\__pycache__\) MSI (s) (9C:5C) [21:26:17:703]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\sqlite3\__pycache__\) MSI (s) (9C:5C) [21:26:17:703]: Executing op: FileCopy(SourceName=C:\Config.Msi\52209.rbf,,DestName=C:\Python34\Lib\sqlite3\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=151,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:704]: File: C:\Python34\Lib\sqlite3\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:709]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:709]: Executing op: FileCopy(SourceName=C:\Config.Msi\52208.rbf,,DestName=C:\Python34\Lib\sqlite3\__pycache__\dbapi2.cpython-34.pyc,Attributes=32800,FileSize=2591,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:710]: File: C:\Python34\Lib\sqlite3\__pycache__\dbapi2.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:715]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:716]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\http\__pycache__\) MSI (s) (9C:5C) [21:26:17:717]: Executing op: FileCopy(SourceName=C:\Config.Msi\52207.rbf,,DestName=C:\Python34\Lib\http\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=115,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:718]: File: C:\Python34\Lib\http\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:723]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:724]: Executing op: FileCopy(SourceName=C:\Config.Msi\52206.rbf,,DestName=C:\Python34\Lib\http\__pycache__\cookies.cpython-34.pyc,Attributes=32800,FileSize=17431,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:725]: File: C:\Python34\Lib\http\__pycache__\cookies.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:730]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:731]: Executing op: FileCopy(SourceName=C:\Config.Msi\52205.rbf,,DestName=C:\Python34\Lib\http\__pycache__\cookiejar.cpython-34.pyc,Attributes=32800,FileSize=58657,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:733]: File: C:\Python34\Lib\http\__pycache__\cookiejar.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:740]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:742]: Executing op: FileCopy(SourceName=C:\Config.Msi\52204.rbf,,DestName=C:\Python34\Lib\http\__pycache__\client.cpython-34.pyc,Attributes=32800,FileSize=32714,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:743]: File: C:\Python34\Lib\http\__pycache__\client.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:753]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:754]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\concurrent\futures\__pycache__\) MSI (s) (9C:5C) [21:26:17:755]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\concurrent\__pycache__\) MSI (s) (9C:5C) [21:26:17:755]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\idlelib\idle_test\__pycache__\) MSI (s) (9C:5C) [21:26:17:756]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\idlelib\__pycache__\) MSI (s) (9C:5C) [21:26:17:757]: Executing op: FileCopy(SourceName=C:\Config.Msi\52203.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=118,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:758]: File: C:\Python34\Lib\idlelib\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:768]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:770]: Executing op: FileCopy(SourceName=C:\Config.Msi\52202.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\ZoomHeight.cpython-34.pyc,Attributes=32800,FileSize=1384,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:771]: File: C:\Python34\Lib\idlelib\__pycache__\ZoomHeight.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:780]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:783]: Executing op: FileCopy(SourceName=C:\Config.Msi\52201.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\WindowList.cpython-34.pyc,Attributes=32800,FileSize=3219,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:785]: File: C:\Python34\Lib\idlelib\__pycache__\WindowList.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:797]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:799]: Executing op: FileCopy(SourceName=C:\Config.Msi\52200.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\WidgetRedirector.cpython-34.pyc,Attributes=32800,FileSize=4824,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:801]: File: C:\Python34\Lib\idlelib\__pycache__\WidgetRedirector.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:808]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:809]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ff.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\UndoDelegator.cpython-34.pyc,Attributes=32800,FileSize=11011,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:811]: File: C:\Python34\Lib\idlelib\__pycache__\UndoDelegator.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:818]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:820]: Executing op: FileCopy(SourceName=C:\Config.Msi\521fe.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\TreeWidget.cpython-34.pyc,Attributes=32800,FileSize=15816,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:822]: File: C:\Python34\Lib\idlelib\__pycache__\TreeWidget.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:829]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:830]: Executing op: FileCopy(SourceName=C:\Config.Msi\521fd.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\textView.cpython-34.pyc,Attributes=32800,FileSize=3690,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:831]: File: C:\Python34\Lib\idlelib\__pycache__\textView.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:838]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:839]: Executing op: FileCopy(SourceName=C:\Config.Msi\521fc.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\tabbedpages.cpython-34.pyc,Attributes=32800,FileSize=16704,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:840]: File: C:\Python34\Lib\idlelib\__pycache__\tabbedpages.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:847]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:848]: Executing op: FileCopy(SourceName=C:\Config.Msi\521fb.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\StackViewer.cpython-34.pyc,Attributes=32800,FileSize=4808,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:849]: File: C:\Python34\Lib\idlelib\__pycache__\StackViewer.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:854]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:855]: Executing op: FileCopy(SourceName=C:\Config.Msi\521fa.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\SearchEngine.cpython-34.pyc,Attributes=32800,FileSize=7531,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:856]: File: C:\Python34\Lib\idlelib\__pycache__\SearchEngine.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:865]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:867]: Executing op: FileCopy(SourceName=C:\Config.Msi\521f9.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\SearchDialogBase.cpython-34.pyc,Attributes=32800,FileSize=5688,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:868]: File: C:\Python34\Lib\idlelib\__pycache__\SearchDialogBase.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:876]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:877]: Executing op: FileCopy(SourceName=C:\Config.Msi\521f8.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\SearchDialog.cpython-34.pyc,Attributes=32800,FileSize=2497,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:879]: File: C:\Python34\Lib\idlelib\__pycache__\SearchDialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:890]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:891]: Executing op: FileCopy(SourceName=C:\Config.Msi\521f7.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\ScrolledList.cpython-34.pyc,Attributes=32800,FileSize=5422,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:892]: File: C:\Python34\Lib\idlelib\__pycache__\ScrolledList.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:902]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:903]: Executing op: FileCopy(SourceName=C:\Config.Msi\521f6.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\run.cpython-34.pyc,Attributes=32800,FileSize=12661,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:905]: File: C:\Python34\Lib\idlelib\__pycache__\run.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:916]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:917]: Executing op: FileCopy(SourceName=C:\Config.Msi\521f5.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\rpc.cpython-34.pyc,Attributes=32800,FileSize=20594,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:919]: File: C:\Python34\Lib\idlelib\__pycache__\rpc.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:924]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:925]: Executing op: FileCopy(SourceName=C:\Config.Msi\521f4.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\ReplaceDialog.cpython-34.pyc,Attributes=32800,FileSize=5755,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:926]: File: C:\Python34\Lib\idlelib\__pycache__\ReplaceDialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:931]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:932]: Executing op: FileCopy(SourceName=C:\Config.Msi\521f3.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\RemoteObjectBrowser.cpython-34.pyc,Attributes=32800,FileSize=1991,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:933]: File: C:\Python34\Lib\idlelib\__pycache__\RemoteObjectBrowser.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:939]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:940]: Executing op: FileCopy(SourceName=C:\Config.Msi\521f2.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\RemoteDebugger.cpython-34.pyc,Attributes=32800,FileSize=14664,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:941]: File: C:\Python34\Lib\idlelib\__pycache__\RemoteDebugger.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:949]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:950]: Executing op: FileCopy(SourceName=C:\Config.Msi\521f1.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\PyShell.cpython-34.pyc,Attributes=32800,FileSize=48268,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:952]: File: C:\Python34\Lib\idlelib\__pycache__\PyShell.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:961]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:962]: Executing op: FileCopy(SourceName=C:\Config.Msi\521f0.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\PyParse.cpython-34.pyc,Attributes=32800,FileSize=9240,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:964]: File: C:\Python34\Lib\idlelib\__pycache__\PyParse.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:971]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:972]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ef.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\Percolator.cpython-34.pyc,Attributes=32800,FileSize=3211,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:973]: File: C:\Python34\Lib\idlelib\__pycache__\Percolator.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:982]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:983]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ee.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\ParenMatch.cpython-34.pyc,Attributes=32800,FileSize=6319,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:984]: File: C:\Python34\Lib\idlelib\__pycache__\ParenMatch.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:990]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:991]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ed.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\OutputWindow.cpython-34.pyc,Attributes=32800,FileSize=4571,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:992]: File: C:\Python34\Lib\idlelib\__pycache__\OutputWindow.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:999]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:000]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ec.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\ObjectBrowser.cpython-34.pyc,Attributes=32800,FileSize=5211,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:002]: File: C:\Python34\Lib\idlelib\__pycache__\ObjectBrowser.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:008]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:010]: Executing op: FileCopy(SourceName=C:\Config.Msi\521eb.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\MultiStatusBar.cpython-34.pyc,Attributes=32800,FileSize=1263,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:011]: File: C:\Python34\Lib\idlelib\__pycache__\MultiStatusBar.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:016]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:017]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ea.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\MultiCall.cpython-34.pyc,Attributes=32800,FileSize=16187,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:019]: File: C:\Python34\Lib\idlelib\__pycache__\MultiCall.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:025]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:027]: Executing op: FileCopy(SourceName=C:\Config.Msi\521e9.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\macosxSupport.cpython-34.pyc,Attributes=32800,FileSize=7476,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:028]: File: C:\Python34\Lib\idlelib\__pycache__\macosxSupport.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:035]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:037]: Executing op: FileCopy(SourceName=C:\Config.Msi\521e8.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\keybindingDialog.cpython-34.pyc,Attributes=32800,FileSize=11135,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:046]: File: C:\Python34\Lib\idlelib\__pycache__\keybindingDialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:053]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:054]: Executing op: FileCopy(SourceName=C:\Config.Msi\521e7.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\IOBinding.cpython-34.pyc,Attributes=32800,FileSize=14573,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:056]: File: C:\Python34\Lib\idlelib\__pycache__\IOBinding.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:062]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:064]: Executing op: FileCopy(SourceName=C:\Config.Msi\521e6.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\idlever.cpython-34.pyc,Attributes=32800,FileSize=141,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:066]: File: C:\Python34\Lib\idlelib\__pycache__\idlever.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:072]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:073]: Executing op: FileCopy(SourceName=C:\Config.Msi\521e5.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\IdleHistory.cpython-34.pyc,Attributes=32800,FileSize=3758,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:075]: File: C:\Python34\Lib\idlelib\__pycache__\IdleHistory.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:082]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:083]: Executing op: FileCopy(SourceName=C:\Config.Msi\521e4.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\HyperParser.cpython-34.pyc,Attributes=32800,FileSize=6315,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:084]: File: C:\Python34\Lib\idlelib\__pycache__\HyperParser.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:089]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:090]: Executing op: FileCopy(SourceName=C:\Config.Msi\521e3.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\GrepDialog.cpython-34.pyc,Attributes=32800,FileSize=4525,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:091]: File: C:\Python34\Lib\idlelib\__pycache__\GrepDialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:095]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:096]: Executing op: FileCopy(SourceName=C:\Config.Msi\521e2.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\FormatParagraph.cpython-34.pyc,Attributes=32800,FileSize=6400,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:098]: File: C:\Python34\Lib\idlelib\__pycache__\FormatParagraph.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:103]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:105]: Executing op: FileCopy(SourceName=C:\Config.Msi\521e1.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\FileList.cpython-34.pyc,Attributes=32800,FileSize=3622,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:107]: File: C:\Python34\Lib\idlelib\__pycache__\FileList.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:115]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:117]: Executing op: FileCopy(SourceName=C:\Config.Msi\521e0.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\EditorWindow.cpython-34.pyc,Attributes=32800,FileSize=53318,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:118]: File: C:\Python34\Lib\idlelib\__pycache__\EditorWindow.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:125]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:126]: Executing op: FileCopy(SourceName=C:\Config.Msi\521df.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\dynOptionMenuWidget.cpython-34.pyc,Attributes=32800,FileSize=1502,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:128]: File: C:\Python34\Lib\idlelib\__pycache__\dynOptionMenuWidget.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:134]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:135]: Executing op: FileCopy(SourceName=C:\Config.Msi\521de.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\Delegator.cpython-34.pyc,Attributes=32800,FileSize=1083,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:136]: File: C:\Python34\Lib\idlelib\__pycache__\Delegator.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:143]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:145]: Executing op: FileCopy(SourceName=C:\Config.Msi\521dd.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\Debugger.cpython-34.pyc,Attributes=32800,FileSize=15100,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:146]: File: C:\Python34\Lib\idlelib\__pycache__\Debugger.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:151]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:152]: Executing op: FileCopy(SourceName=C:\Config.Msi\521dc.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\configSectionNameDialog.cpython-34.pyc,Attributes=32800,FileSize=3923,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:153]: File: C:\Python34\Lib\idlelib\__pycache__\configSectionNameDialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:160]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:161]: Executing op: FileCopy(SourceName=C:\Config.Msi\521db.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\configHelpSourceEdit.cpython-34.pyc,Attributes=32800,FileSize=5901,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:162]: File: C:\Python34\Lib\idlelib\__pycache__\configHelpSourceEdit.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:167]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:169]: Executing op: FileCopy(SourceName=C:\Config.Msi\521da.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\configHandler.cpython-34.pyc,Attributes=32800,FileSize=25306,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:170]: File: C:\Python34\Lib\idlelib\__pycache__\configHandler.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:177]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:178]: Executing op: FileCopy(SourceName=C:\Config.Msi\521d9.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\configDialog.cpython-34.pyc,Attributes=32800,FileSize=40902,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:180]: File: C:\Python34\Lib\idlelib\__pycache__\configDialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:189]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:193]: Executing op: FileCopy(SourceName=C:\Config.Msi\521d8.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\ColorDelegator.cpython-34.pyc,Attributes=32800,FileSize=8053,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:195]: File: C:\Python34\Lib\idlelib\__pycache__\ColorDelegator.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:203]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:204]: Executing op: FileCopy(SourceName=C:\Config.Msi\521d7.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\CallTipWindow.cpython-34.pyc,Attributes=32800,FileSize=5244,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:206]: File: C:\Python34\Lib\idlelib\__pycache__\CallTipWindow.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:212]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:214]: Executing op: FileCopy(SourceName=C:\Config.Msi\521d6.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\CallTips.cpython-34.pyc,Attributes=32800,FileSize=5933,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:216]: File: C:\Python34\Lib\idlelib\__pycache__\CallTips.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:221]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:221]: Executing op: FileCopy(SourceName=C:\Config.Msi\521d5.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\Bindings.cpython-34.pyc,Attributes=32800,FileSize=2975,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:223]: File: C:\Python34\Lib\idlelib\__pycache__\Bindings.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:230]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\521d4.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\AutoExpand.cpython-34.pyc,Attributes=32800,FileSize=2249,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:232]: File: C:\Python34\Lib\idlelib\__pycache__\AutoExpand.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:239]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:240]: Executing op: FileCopy(SourceName=C:\Config.Msi\521d3.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\AutoCompleteWindow.cpython-34.pyc,Attributes=32800,FileSize=11573,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:241]: File: C:\Python34\Lib\idlelib\__pycache__\AutoCompleteWindow.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:246]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:247]: Executing op: FileCopy(SourceName=C:\Config.Msi\521d2.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\AutoComplete.cpython-34.pyc,Attributes=32800,FileSize=7563,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:249]: File: C:\Python34\Lib\idlelib\__pycache__\AutoComplete.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:255]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:257]: Executing op: FileCopy(SourceName=C:\Config.Msi\521d1.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\aboutDialog.cpython-34.pyc,Attributes=32800,FileSize=5795,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:259]: File: C:\Python34\Lib\idlelib\__pycache__\aboutDialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:267]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:269]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\asyncio\__pycache__\) MSI (s) (9C:5C) [21:26:18:270]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\__pycache__\) MSI (s) (9C:5C) [21:26:18:270]: Executing op: FileCopy(SourceName=C:\Config.Msi\521d0.rbf,,DestName=C:\Python34\Lib\__pycache__\__future__.cpython-34.pyc,Attributes=32800,FileSize=4153,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:272]: File: C:\Python34\Lib\__pycache__\__future__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:281]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:282]: Executing op: FileCopy(SourceName=C:\Config.Msi\521cf.rbf,,DestName=C:\Python34\Lib\__pycache__\_weakrefset.cpython-34.pyc,Attributes=32800,FileSize=8446,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:284]: File: C:\Python34\Lib\__pycache__\_weakrefset.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:290]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:291]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ce.rbf,,DestName=C:\Python34\Lib\__pycache__\_sitebuiltins.cpython-34.pyc,Attributes=32800,FileSize=3658,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:293]: File: C:\Python34\Lib\__pycache__\_sitebuiltins.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:299]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:301]: Executing op: FileCopy(SourceName=C:\Config.Msi\521cd.rbf,,DestName=C:\Python34\Lib\__pycache__\_markupbase.cpython-34.pyc,Attributes=32800,FileSize=8910,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:302]: File: C:\Python34\Lib\__pycache__\_markupbase.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:308]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:309]: Executing op: FileCopy(SourceName=C:\Config.Msi\521cc.rbf,,DestName=C:\Python34\Lib\__pycache__\_compat_pickle.cpython-34.pyc,Attributes=32800,FileSize=4342,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:311]: File: C:\Python34\Lib\__pycache__\_compat_pickle.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:317]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:318]: Executing op: FileCopy(SourceName=C:\Config.Msi\521cb.rbf,,DestName=C:\Python34\Lib\__pycache__\_collections_abc.cpython-34.pyc,Attributes=32800,FileSize=24191,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:319]: File: C:\Python34\Lib\__pycache__\_collections_abc.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:323]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:324]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ca.rbf,,DestName=C:\Python34\Lib\__pycache__\_bootlocale.cpython-34.pyc,Attributes=32800,FileSize=1029,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:325]: File: C:\Python34\Lib\__pycache__\_bootlocale.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:331]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:332]: Executing op: FileCopy(SourceName=C:\Config.Msi\521c9.rbf,,DestName=C:\Python34\Lib\__pycache__\zipfile.cpython-34.pyc,Attributes=32800,FileSize=45294,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:334]: File: C:\Python34\Lib\__pycache__\zipfile.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:340]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:341]: Executing op: FileCopy(SourceName=C:\Config.Msi\521c8.rbf,,DestName=C:\Python34\Lib\__pycache__\webbrowser.cpython-34.pyc,Attributes=32800,FileSize=17282,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:343]: File: C:\Python34\Lib\__pycache__\webbrowser.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:357]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:362]: Executing op: FileCopy(SourceName=C:\Config.Msi\521c7.rbf,,DestName=C:\Python34\Lib\__pycache__\weakref.cpython-34.pyc,Attributes=32800,FileSize=19376,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:364]: File: C:\Python34\Lib\__pycache__\weakref.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:371]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:372]: Executing op: FileCopy(SourceName=C:\Config.Msi\521c6.rbf,,DestName=C:\Python34\Lib\__pycache__\warnings.cpython-34.pyc,Attributes=32800,FileSize=12226,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:374]: File: C:\Python34\Lib\__pycache__\warnings.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:381]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:382]: Executing op: FileCopy(SourceName=C:\Config.Msi\521c5.rbf,,DestName=C:\Python34\Lib\__pycache__\uuid.cpython-34.pyc,Attributes=32800,FileSize=20596,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:383]: File: C:\Python34\Lib\__pycache__\uuid.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:388]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:389]: Executing op: FileCopy(SourceName=C:\Config.Msi\521c4.rbf,,DestName=C:\Python34\Lib\__pycache__\uu.cpython-34.pyc,Attributes=32800,FileSize=4002,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:390]: File: C:\Python34\Lib\__pycache__\uu.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:395]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:396]: Executing op: FileCopy(SourceName=C:\Config.Msi\521c3.rbf,,DestName=C:\Python34\Lib\__pycache__\types.cpython-34.pyc,Attributes=32800,FileSize=5362,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:398]: File: C:\Python34\Lib\__pycache__\types.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:403]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:404]: Executing op: FileCopy(SourceName=C:\Config.Msi\521c2.rbf,,DestName=C:\Python34\Lib\__pycache__\traceback.cpython-34.pyc,Attributes=32800,FileSize=11073,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:406]: File: C:\Python34\Lib\__pycache__\traceback.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:412]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:413]: Executing op: FileCopy(SourceName=C:\Config.Msi\521c1.rbf,,DestName=C:\Python34\Lib\__pycache__\tokenize.cpython-34.pyc,Attributes=32800,FileSize=19600,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:414]: File: C:\Python34\Lib\__pycache__\tokenize.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:420]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:422]: Executing op: FileCopy(SourceName=C:\Config.Msi\521c0.rbf,,DestName=C:\Python34\Lib\__pycache__\token.cpython-34.pyc,Attributes=32800,FileSize=3597,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:423]: File: C:\Python34\Lib\__pycache__\token.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:440]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:441]: Executing op: FileCopy(SourceName=C:\Config.Msi\521bf.rbf,,DestName=C:\Python34\Lib\__pycache__\threading.cpython-34.pyc,Attributes=32800,FileSize=39001,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:443]: File: C:\Python34\Lib\__pycache__\threading.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:450]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:451]: Executing op: FileCopy(SourceName=C:\Config.Msi\521be.rbf,,DestName=C:\Python34\Lib\__pycache__\textwrap.cpython-34.pyc,Attributes=32800,FileSize=13646,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:453]: File: C:\Python34\Lib\__pycache__\textwrap.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:459]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:460]: Executing op: FileCopy(SourceName=C:\Config.Msi\521bd.rbf,,DestName=C:\Python34\Lib\__pycache__\tempfile.cpython-34.pyc,Attributes=32800,FileSize=21306,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:462]: File: C:\Python34\Lib\__pycache__\tempfile.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:466]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:467]: Executing op: FileCopy(SourceName=C:\Config.Msi\521bc.rbf,,DestName=C:\Python34\Lib\__pycache__\tarfile.cpython-34.pyc,Attributes=32800,FileSize=67711,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:468]: File: C:\Python34\Lib\__pycache__\tarfile.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:472]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:473]: Executing op: FileCopy(SourceName=C:\Config.Msi\521bb.rbf,,DestName=C:\Python34\Lib\__pycache__\sysconfig.cpython-34.pyc,Attributes=32800,FileSize=17134,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:474]: File: C:\Python34\Lib\__pycache__\sysconfig.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:479]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:480]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ba.rbf,,DestName=C:\Python34\Lib\__pycache__\symbol.cpython-34.pyc,Attributes=32800,FileSize=2644,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:481]: File: C:\Python34\Lib\__pycache__\symbol.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:540]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:541]: Executing op: FileCopy(SourceName=C:\Config.Msi\521b9.rbf,,DestName=C:\Python34\Lib\__pycache__\subprocess.cpython-34.pyc,Attributes=32800,FileSize=43376,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:542]: File: C:\Python34\Lib\__pycache__\subprocess.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:549]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:550]: Executing op: FileCopy(SourceName=C:\Config.Msi\521b8.rbf,,DestName=C:\Python34\Lib\__pycache__\struct.cpython-34.pyc,Attributes=32800,FileSize=329,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:551]: File: C:\Python34\Lib\__pycache__\struct.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:555]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:556]: Executing op: FileCopy(SourceName=C:\Config.Msi\521b7.rbf,,DestName=C:\Python34\Lib\__pycache__\stringprep.cpython-34.pyc,Attributes=32800,FileSize=13618,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:557]: File: C:\Python34\Lib\__pycache__\stringprep.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:562]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:563]: Executing op: FileCopy(SourceName=C:\Config.Msi\521b6.rbf,,DestName=C:\Python34\Lib\__pycache__\string.cpython-34.pyc,Attributes=32800,FileSize=7852,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:564]: File: C:\Python34\Lib\__pycache__\string.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:568]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:569]: Executing op: FileCopy(SourceName=C:\Config.Msi\521b5.rbf,,DestName=C:\Python34\Lib\__pycache__\stat.cpython-34.pyc,Attributes=32800,FileSize=3560,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:570]: File: C:\Python34\Lib\__pycache__\stat.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:575]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:576]: Executing op: FileCopy(SourceName=C:\Config.Msi\521b4.rbf,,DestName=C:\Python34\Lib\__pycache__\ssl.cpython-34.pyc,Attributes=32800,FileSize=27553,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:577]: File: C:\Python34\Lib\__pycache__\ssl.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:581]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:582]: Executing op: FileCopy(SourceName=C:\Config.Msi\521b3.rbf,,DestName=C:\Python34\Lib\__pycache__\sre_parse.cpython-34.pyc,Attributes=32800,FileSize=19667,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:583]: File: C:\Python34\Lib\__pycache__\sre_parse.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:587]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:588]: Executing op: FileCopy(SourceName=C:\Config.Msi\521b2.rbf,,DestName=C:\Python34\Lib\__pycache__\sre_constants.cpython-34.pyc,Attributes=32800,FileSize=5563,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:589]: File: C:\Python34\Lib\__pycache__\sre_constants.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:593]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:594]: Executing op: FileCopy(SourceName=C:\Config.Msi\521b1.rbf,,DestName=C:\Python34\Lib\__pycache__\sre_compile.cpython-34.pyc,Attributes=32800,FileSize=10043,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:596]: File: C:\Python34\Lib\__pycache__\sre_compile.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:602]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:603]: Executing op: FileCopy(SourceName=C:\Config.Msi\521b0.rbf,,DestName=C:\Python34\Lib\__pycache__\socketserver.cpython-34.pyc,Attributes=32800,FileSize=23192,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:604]: File: C:\Python34\Lib\__pycache__\socketserver.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:609]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:610]: Executing op: FileCopy(SourceName=C:\Config.Msi\521af.rbf,,DestName=C:\Python34\Lib\__pycache__\socket.cpython-34.pyc,Attributes=32800,FileSize=18181,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:611]: File: C:\Python34\Lib\__pycache__\socket.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:615]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ae.rbf,,DestName=C:\Python34\Lib\__pycache__\site.cpython-34.pyc,Attributes=32800,FileSize=17832,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:617]: File: C:\Python34\Lib\__pycache__\site.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:621]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:622]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ad.rbf,,DestName=C:\Python34\Lib\__pycache__\shutil.cpython-34.pyc,Attributes=32800,FileSize=32717,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:623]: File: C:\Python34\Lib\__pycache__\shutil.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:627]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:627]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ac.rbf,,DestName=C:\Python34\Lib\__pycache__\shlex.cpython-34.pyc,Attributes=32800,FileSize=7372,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:628]: File: C:\Python34\Lib\__pycache__\shlex.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:633]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:633]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ab.rbf,,DestName=C:\Python34\Lib\__pycache__\runpy.cpython-34.pyc,Attributes=32800,FileSize=7733,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:634]: File: C:\Python34\Lib\__pycache__\runpy.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:638]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:639]: Executing op: FileCopy(SourceName=C:\Config.Msi\521aa.rbf,,DestName=C:\Python34\Lib\__pycache__\reprlib.cpython-34.pyc,Attributes=32800,FileSize=5854,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:640]: File: C:\Python34\Lib\__pycache__\reprlib.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:644]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:645]: Executing op: FileCopy(SourceName=C:\Config.Msi\521a9.rbf,,DestName=C:\Python34\Lib\__pycache__\re.cpython-34.pyc,Attributes=32800,FileSize=14299,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:646]: File: C:\Python34\Lib\__pycache__\re.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:650]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:651]: Executing op: FileCopy(SourceName=C:\Config.Msi\521a8.rbf,,DestName=C:\Python34\Lib\__pycache__\random.cpython-34.pyc,Attributes=32800,FileSize=19037,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:652]: File: C:\Python34\Lib\__pycache__\random.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:656]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:657]: Executing op: FileCopy(SourceName=C:\Config.Msi\521a7.rbf,,DestName=C:\Python34\Lib\__pycache__\quopri.cpython-34.pyc,Attributes=32800,FileSize=6416,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:658]: File: C:\Python34\Lib\__pycache__\quopri.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:664]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:666]: Executing op: FileCopy(SourceName=C:\Config.Msi\521a6.rbf,,DestName=C:\Python34\Lib\__pycache__\queue.cpython-34.pyc,Attributes=32800,FileSize=9244,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:667]: File: C:\Python34\Lib\__pycache__\queue.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:673]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:674]: Executing op: FileCopy(SourceName=C:\Config.Msi\521a5.rbf,,DestName=C:\Python34\Lib\__pycache__\py_compile.cpython-34.pyc,Attributes=32800,FileSize=6834,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:675]: File: C:\Python34\Lib\__pycache__\py_compile.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:680]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:680]: Executing op: FileCopy(SourceName=C:\Config.Msi\521a4.rbf,,DestName=C:\Python34\Lib\__pycache__\pydoc.cpython-34.pyc,Attributes=32800,FileSize=90256,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:681]: File: C:\Python34\Lib\__pycache__\pydoc.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:686]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:687]: Executing op: FileCopy(SourceName=C:\Config.Msi\521a3.rbf,,DestName=C:\Python34\Lib\__pycache__\posixpath.cpython-34.pyc,Attributes=32800,FileSize=9790,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:689]: File: C:\Python34\Lib\__pycache__\posixpath.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:696]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:697]: Executing op: FileCopy(SourceName=C:\Config.Msi\521a2.rbf,,DestName=C:\Python34\Lib\__pycache__\platform.cpython-34.pyc,Attributes=32800,FileSize=31345,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:698]: File: C:\Python34\Lib\__pycache__\platform.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:702]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:703]: Executing op: FileCopy(SourceName=C:\Config.Msi\521a1.rbf,,DestName=C:\Python34\Lib\__pycache__\pkgutil.cpython-34.pyc,Attributes=32800,FileSize=17582,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:705]: File: C:\Python34\Lib\__pycache__\pkgutil.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:709]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:710]: Executing op: FileCopy(SourceName=C:\Config.Msi\521a0.rbf,,DestName=C:\Python34\Lib\__pycache__\pickle.cpython-34.pyc,Attributes=32800,FileSize=46689,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:711]: File: C:\Python34\Lib\__pycache__\pickle.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:715]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:716]: Executing op: FileCopy(SourceName=C:\Config.Msi\5219f.rbf,,DestName=C:\Python34\Lib\__pycache__\os.cpython-34.pyc,Attributes=32800,FileSize=29641,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:717]: File: C:\Python34\Lib\__pycache__\os.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:721]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:722]: Executing op: FileCopy(SourceName=C:\Config.Msi\5219e.rbf,,DestName=C:\Python34\Lib\__pycache__\optparse.cpython-34.pyc,Attributes=32800,FileSize=51519,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:723]: File: C:\Python34\Lib\__pycache__\optparse.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:728]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:729]: Executing op: FileCopy(SourceName=C:\Config.Msi\5219d.rbf,,DestName=C:\Python34\Lib\__pycache__\operator.cpython-34.pyc,Attributes=32800,FileSize=12760,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:730]: File: C:\Python34\Lib\__pycache__\operator.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:734]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:735]: Executing op: FileCopy(SourceName=C:\Config.Msi\5219c.rbf,,DestName=C:\Python34\Lib\__pycache__\opcode.cpython-34.pyc,Attributes=32800,FileSize=5156,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:736]: File: C:\Python34\Lib\__pycache__\opcode.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:740]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:740]: Executing op: FileCopy(SourceName=C:\Config.Msi\5219b.rbf,,DestName=C:\Python34\Lib\__pycache__\numbers.cpython-34.pyc,Attributes=32800,FileSize=12789,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:741]: File: C:\Python34\Lib\__pycache__\numbers.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:745]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:746]: Executing op: FileCopy(SourceName=C:\Config.Msi\5219a.rbf,,DestName=C:\Python34\Lib\__pycache__\nturl2path.cpython-34.pyc,Attributes=32800,FileSize=1698,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:747]: File: C:\Python34\Lib\__pycache__\nturl2path.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:752]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:753]: Executing op: FileCopy(SourceName=C:\Config.Msi\52199.rbf,,DestName=C:\Python34\Lib\__pycache__\ntpath.cpython-34.pyc,Attributes=32800,FileSize=13283,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:754]: File: C:\Python34\Lib\__pycache__\ntpath.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:758]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:759]: Executing op: FileCopy(SourceName=C:\Config.Msi\52198.rbf,,DestName=C:\Python34\Lib\__pycache__\mimetypes.cpython-34.pyc,Attributes=32800,FileSize=16767,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:760]: File: C:\Python34\Lib\__pycache__\mimetypes.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:764]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:765]: Executing op: FileCopy(SourceName=C:\Config.Msi\52197.rbf,,DestName=C:\Python34\Lib\__pycache__\lzma.cpython-34.pyc,Attributes=32800,FileSize=15896,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:765]: File: C:\Python34\Lib\__pycache__\lzma.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:769]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:770]: Executing op: FileCopy(SourceName=C:\Config.Msi\52196.rbf,,DestName=C:\Python34\Lib\__pycache__\locale.cpython-34.pyc,Attributes=32800,FileSize=33701,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:771]: File: C:\Python34\Lib\__pycache__\locale.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:775]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:776]: Executing op: FileCopy(SourceName=C:\Config.Msi\52195.rbf,,DestName=C:\Python34\Lib\__pycache__\linecache.cpython-34.pyc,Attributes=32800,FileSize=3004,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:777]: File: C:\Python34\Lib\__pycache__\linecache.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:781]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:782]: Executing op: FileCopy(SourceName=C:\Config.Msi\52194.rbf,,DestName=C:\Python34\Lib\__pycache__\keyword.cpython-34.pyc,Attributes=32800,FileSize=1928,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:783]: File: C:\Python34\Lib\__pycache__\keyword.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:787]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:788]: Executing op: FileCopy(SourceName=C:\Config.Msi\52193.rbf,,DestName=C:\Python34\Lib\__pycache__\io.cpython-34.pyc,Attributes=32800,FileSize=3439,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:789]: File: C:\Python34\Lib\__pycache__\io.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:793]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:794]: Executing op: FileCopy(SourceName=C:\Config.Msi\52192.rbf,,DestName=C:\Python34\Lib\__pycache__\inspect.cpython-34.pyc,Attributes=32800,FileSize=76628,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:795]: File: C:\Python34\Lib\__pycache__\inspect.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:799]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:799]: Executing op: FileCopy(SourceName=C:\Config.Msi\52191.rbf,,DestName=C:\Python34\Lib\__pycache__\imp.cpython-34.pyc,Attributes=32800,FileSize=9849,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:800]: File: C:\Python34\Lib\__pycache__\imp.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:804]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:805]: Executing op: FileCopy(SourceName=C:\Config.Msi\52190.rbf,,DestName=C:\Python34\Lib\__pycache__\heapq.cpython-34.pyc,Attributes=32800,FileSize=13891,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:806]: File: C:\Python34\Lib\__pycache__\heapq.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:810]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:811]: Executing op: FileCopy(SourceName=C:\Config.Msi\5218f.rbf,,DestName=C:\Python34\Lib\__pycache__\hashlib.cpython-34.pyc,Attributes=32800,FileSize=6351,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:812]: File: C:\Python34\Lib\__pycache__\hashlib.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:816]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:816]: Executing op: FileCopy(SourceName=C:\Config.Msi\5218e.rbf,,DestName=C:\Python34\Lib\__pycache__\gzip.cpython-34.pyc,Attributes=32800,FileSize=19438,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:817]: File: C:\Python34\Lib\__pycache__\gzip.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:821]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:822]: Executing op: FileCopy(SourceName=C:\Config.Msi\5218d.rbf,,DestName=C:\Python34\Lib\__pycache__\glob.cpython-34.pyc,Attributes=32800,FileSize=2862,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:823]: File: C:\Python34\Lib\__pycache__\glob.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:827]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:828]: Executing op: FileCopy(SourceName=C:\Config.Msi\5218c.rbf,,DestName=C:\Python34\Lib\__pycache__\gettext.cpython-34.pyc,Attributes=32800,FileSize=12694,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:829]: File: C:\Python34\Lib\__pycache__\gettext.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:833]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:833]: Executing op: FileCopy(SourceName=C:\Config.Msi\5218b.rbf,,DestName=C:\Python34\Lib\__pycache__\getpass.cpython-34.pyc,Attributes=32800,FileSize=4605,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:834]: File: C:\Python34\Lib\__pycache__\getpass.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:838]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:839]: Executing op: FileCopy(SourceName=C:\Config.Msi\5218a.rbf,,DestName=C:\Python34\Lib\__pycache__\getopt.cpython-34.pyc,Attributes=32800,FileSize=6715,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:840]: File: C:\Python34\Lib\__pycache__\getopt.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:844]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:845]: Executing op: FileCopy(SourceName=C:\Config.Msi\52189.rbf,,DestName=C:\Python34\Lib\__pycache__\genericpath.cpython-34.pyc,Attributes=32800,FileSize=3475,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:846]: File: C:\Python34\Lib\__pycache__\genericpath.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:850]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:850]: Executing op: FileCopy(SourceName=C:\Config.Msi\52188.rbf,,DestName=C:\Python34\Lib\__pycache__\functools.cpython-34.pyc,Attributes=32800,FileSize=22894,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:851]: File: C:\Python34\Lib\__pycache__\functools.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:855]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:856]: Executing op: FileCopy(SourceName=C:\Config.Msi\52187.rbf,,DestName=C:\Python34\Lib\__pycache__\fnmatch.cpython-34.pyc,Attributes=32800,FileSize=3128,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:857]: File: C:\Python34\Lib\__pycache__\fnmatch.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:861]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:862]: Executing op: FileCopy(SourceName=C:\Config.Msi\52186.rbf,,DestName=C:\Python34\Lib\__pycache__\enum.cpython-34.pyc,Attributes=32800,FileSize=15350,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:863]: File: C:\Python34\Lib\__pycache__\enum.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:868]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:868]: Executing op: FileCopy(SourceName=C:\Config.Msi\52185.rbf,,DestName=C:\Python34\Lib\__pycache__\dis.cpython-34.pyc,Attributes=32800,FileSize=14569,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:869]: File: C:\Python34\Lib\__pycache__\dis.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:873]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:874]: Executing op: FileCopy(SourceName=C:\Config.Msi\52184.rbf,,DestName=C:\Python34\Lib\__pycache__\datetime.cpython-34.pyc,Attributes=32800,FileSize=55605,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:875]: File: C:\Python34\Lib\__pycache__\datetime.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:879]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:880]: Executing op: FileCopy(SourceName=C:\Config.Msi\52183.rbf,,DestName=C:\Python34\Lib\__pycache__\csv.cpython-34.pyc,Attributes=32800,FileSize=12979,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:881]: File: C:\Python34\Lib\__pycache__\csv.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:885]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:886]: Executing op: FileCopy(SourceName=C:\Config.Msi\52182.rbf,,DestName=C:\Python34\Lib\__pycache__\copyreg.cpython-34.pyc,Attributes=32800,FileSize=4589,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:887]: File: C:\Python34\Lib\__pycache__\copyreg.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:891]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:892]: Executing op: FileCopy(SourceName=C:\Config.Msi\52181.rbf,,DestName=C:\Python34\Lib\__pycache__\copy.cpython-34.pyc,Attributes=32800,FileSize=8037,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:893]: File: C:\Python34\Lib\__pycache__\copy.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:897]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:898]: Executing op: FileCopy(SourceName=C:\Config.Msi\52180.rbf,,DestName=C:\Python34\Lib\__pycache__\contextlib.cpython-34.pyc,Attributes=32800,FileSize=10351,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:898]: File: C:\Python34\Lib\__pycache__\contextlib.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:902]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:903]: Executing op: FileCopy(SourceName=C:\Config.Msi\5217f.rbf,,DestName=C:\Python34\Lib\__pycache__\configparser.cpython-34.pyc,Attributes=32800,FileSize=44608,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:904]: File: C:\Python34\Lib\__pycache__\configparser.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:908]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:909]: Executing op: FileCopy(SourceName=C:\Config.Msi\5217e.rbf,,DestName=C:\Python34\Lib\__pycache__\compileall.cpython-34.pyc,Attributes=32800,FileSize=7504,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:910]: File: C:\Python34\Lib\__pycache__\compileall.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:914]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:915]: Executing op: FileCopy(SourceName=C:\Config.Msi\5217d.rbf,,DestName=C:\Python34\Lib\__pycache__\codeop.cpython-34.pyc,Attributes=32800,FileSize=6448,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:916]: File: C:\Python34\Lib\__pycache__\codeop.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:920]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:921]: Executing op: FileCopy(SourceName=C:\Config.Msi\5217c.rbf,,DestName=C:\Python34\Lib\__pycache__\codecs.cpython-34.pyc,Attributes=32800,FileSize=35452,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:922]: File: C:\Python34\Lib\__pycache__\codecs.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:926]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:926]: Executing op: FileCopy(SourceName=C:\Config.Msi\5217b.rbf,,DestName=C:\Python34\Lib\__pycache__\code.cpython-34.pyc,Attributes=32800,FileSize=9683,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:927]: File: C:\Python34\Lib\__pycache__\code.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:931]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:932]: Executing op: FileCopy(SourceName=C:\Config.Msi\5217a.rbf,,DestName=C:\Python34\Lib\__pycache__\cgi.cpython-34.pyc,Attributes=32800,FileSize=29672,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:933]: File: C:\Python34\Lib\__pycache__\cgi.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:937]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:938]: Executing op: FileCopy(SourceName=C:\Config.Msi\52179.rbf,,DestName=C:\Python34\Lib\__pycache__\calendar.cpython-34.pyc,Attributes=32800,FileSize=27548,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:939]: File: C:\Python34\Lib\__pycache__\calendar.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:943]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:943]: Executing op: FileCopy(SourceName=C:\Config.Msi\52178.rbf,,DestName=C:\Python34\Lib\__pycache__\bz2.cpython-34.pyc,Attributes=32800,FileSize=15111,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:944]: File: C:\Python34\Lib\__pycache__\bz2.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:948]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:949]: Executing op: FileCopy(SourceName=C:\Config.Msi\52177.rbf,,DestName=C:\Python34\Lib\__pycache__\bisect.cpython-34.pyc,Attributes=32800,FileSize=2840,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:950]: File: C:\Python34\Lib\__pycache__\bisect.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:954]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:955]: Executing op: FileCopy(SourceName=C:\Config.Msi\52176.rbf,,DestName=C:\Python34\Lib\__pycache__\bdb.cpython-34.pyc,Attributes=32800,FileSize=18676,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:956]: File: C:\Python34\Lib\__pycache__\bdb.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:960]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:961]: Executing op: FileCopy(SourceName=C:\Config.Msi\52175.rbf,,DestName=C:\Python34\Lib\__pycache__\base64.cpython-34.pyc,Attributes=32800,FileSize=18275,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:961]: File: C:\Python34\Lib\__pycache__\base64.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:965]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:966]: Executing op: FileCopy(SourceName=C:\Config.Msi\52174.rbf,,DestName=C:\Python34\Lib\__pycache__\ast.cpython-34.pyc,Attributes=32800,FileSize=12342,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:967]: File: C:\Python34\Lib\__pycache__\ast.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:971]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:972]: Executing op: FileCopy(SourceName=C:\Config.Msi\52173.rbf,,DestName=C:\Python34\Lib\__pycache__\argparse.cpython-34.pyc,Attributes=32800,FileSize=65771,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:973]: File: C:\Python34\Lib\__pycache__\argparse.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:977]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:977]: Executing op: FileCopy(SourceName=C:\Config.Msi\52172.rbf,,DestName=C:\Python34\Lib\__pycache__\abc.cpython-34.pyc,Attributes=32800,FileSize=7859,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:978]: File: C:\Python34\Lib\__pycache__\abc.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:983]: Note: 1: 2318 2: Rollback: RemovePip MSI (s) (9C:5C) [21:26:18:984]: Executing op: ActionStart(Name=RemovePip,,) Rollback: Updating environment strings MSI (s) (9C:5C) [21:26:18:984]: Executing op: ActionStart(Name=RemoveEnvironmentStrings,Description=Updating environment strings,Template=Name: [1], Value: [2], Action [3]) MSI (s) (9C:5C) [21:26:18:985]: Executing op: RegOpenKey(Root=-2147483646,Key=System\CurrentControlSet\Control\Session Manager\Environment,,BinaryType=-1,,) MSI (s) (9C:5C) [21:26:18:985]: Executing op: RegAddValue(Name=PathExt,Value=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY,) MSI (s) (9C:5C) [21:26:18:985]: Executing op: RegOpenKey(Root=-2147483646,Key=System\CurrentControlSet\Control\Session Manager\Environment,,BinaryType=-1,,) MSI (s) (9C:5C) [21:26:18:985]: Executing op: RegAddValue(Name=Path,Value=#%C:\Python34;C:\Python34\;C:\Python34\Scripts;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Western Digital\WD Boost\;C:\Program Files\Sony\VAIO Improvement;C:\Program Files (x86)\Sony\VAIO BIOS Data Transfer Utility\;C:\Program Files (x86)\Sony\VAIO Startup Setting Tool;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\,) Rollback: Removing shortcuts MSI (s) (9C:5C) [21:26:18:986]: Executing op: ActionStart(Name=RemoveShortcuts,Description=Removing shortcuts,Template=Shortcut: [1]) MSI (s) (9C:5C) [21:26:18:986]: Executing op: SetTargetFolder(Folder=23\Python 3.4\) MSI (s) (9C:5C) [21:26:18:991]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:5C) [21:26:18:992]: Executing op: FileCopy(SourceName=C:\Config.Msi\52171.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Uninstall Python.lnk,Attributes=8224,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194304,,,,,,,) MSI (s) (9C:5C) [21:26:18:993]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Uninstall Python.lnk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:19:001]: Executing op: FileRemove(,FileName=C:\Config.Msi\52171.rbf,Elevate=1,) MSI (s) (9C:5C) [21:26:19:005]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:19:006]: Executing op: FileCopy(SourceName=C:\Config.Msi\52170.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Python Manuals.lnk,Attributes=8224,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194304,,,,,,,) MSI (s) (9C:5C) [21:26:19:007]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Python Manuals.lnk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:19:014]: Executing op: FileRemove(,FileName=C:\Config.Msi\52170.rbf,Elevate=1,) MSI (s) (9C:5C) [21:26:19:016]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:19:017]: Executing op: SetTargetFolder(Folder=23\Python 3.4\) MSI (s) (9C:5C) [21:26:19:022]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:5C) [21:26:19:022]: Executing op: FileCopy(SourceName=C:\Config.Msi\5216f.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Module Docs.lnk,Attributes=8224,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194304,,,,,,,) MSI (s) (9C:5C) [21:26:19:024]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Module Docs.lnk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:19:030]: Executing op: FileRemove(,FileName=C:\Config.Msi\5216f.rbf,Elevate=1,) MSI (s) (9C:5C) [21:26:19:034]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:19:035]: Executing op: FileCopy(SourceName=C:\Config.Msi\5216e.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\IDLE (Python GUI).lnk,Attributes=8224,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194304,,,,,,,) MSI (s) (9C:5C) [21:26:19:036]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\IDLE (Python GUI).lnk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:19:043]: Executing op: FileRemove(,FileName=C:\Config.Msi\5216e.rbf,Elevate=1,) MSI (s) (9C:5C) [21:26:19:046]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:19:047]: Executing op: FileCopy(SourceName=C:\Config.Msi\5216d.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Python (command line).lnk,Attributes=8224,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194304,,,,,,,) MSI (s) (9C:5C) [21:26:19:048]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Python (command line).lnk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:19:055]: Executing op: FileRemove(,FileName=C:\Config.Msi\5216d.rbf,Elevate=1,) MSI (s) (9C:5C) [21:26:19:058]: Note: 1: 2318 2: Rollback: Removing system registry values MSI (s) (9C:5C) [21:26:19:059]: Executing op: ActionStart(Name=RemoveRegistryValues,Description=Removing system registry values,Template=Key: [1], Name: [2]) MSI (s) (9C:5C) [21:26:19:059]: Executing op: RegOpenKey(Root=-1,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{d54842cb-f761-30ba-881f-1ff821dc44df},SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:060]: Executing op: RegAddValue(Name=DisplayIcon,Value=C:\Python34\python.exe,) MSI (s) (9C:5C) [21:26:19:060]: Executing op: RegOpenKey(Root=-1,Key=Software\Microsoft\Windows\CurrentVersion\App Paths\Python.exe,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:061]: Executing op: RegAddValue(,Value=C:\Python34\Python.exe,) MSI (s) (9C:5C) [21:26:19:061]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\Modules,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:062]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\Help\Main Python Documentation,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:062]: Executing op: RegAddValue(,Value=C:\Python34\Doc\python341.chm,) MSI (s) (9C:5C) [21:26:19:063]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\PythonPath,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:063]: Executing op: RegAddValue(,Value=C:\Python34\Lib;C:\Python34\DLLs,) MSI (s) (9C:5C) [21:26:19:064]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\InstallPath\InstallGroup,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:064]: Executing op: RegAddValue(,Value=Python 3.4,) MSI (s) (9C:5C) [21:26:19:065]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\InstallPath,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:065]: Executing op: RegAddValue(,Value=C:\Python34\,) MSI (s) (9C:5C) [21:26:19:066]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\shellex\DropHandler,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:066]: Executing op: RegAddValue(,Value={60254CA5-953B-11CF-8C96-00AA00B8708C},) MSI (s) (9C:5C) [21:26:19:067]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shellex\DropHandler,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:068]: Executing op: RegAddValue(,Value={60254CA5-953B-11CF-8C96-00AA00B8708C},) MSI (s) (9C:5C) [21:26:19:069]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shellex\DropHandler,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:069]: Executing op: RegAddValue(,Value={60254CA5-953B-11CF-8C96-00AA00B8708C},) MSI (s) (9C:5C) [21:26:19:070]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:070]: Executing op: RegAddValue(,Value=Compiled Python File,) MSI (s) (9C:5C) [21:26:19:071]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:071]: Executing op: RegAddValue(,Value=Python File (no console),) MSI (s) (9C:5C) [21:26:19:071]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:072]: Executing op: RegAddValue(,Value=Python File,) MSI (s) (9C:5C) [21:26:19:072]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\DefaultIcon,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:072]: Executing op: RegAddValue(,Value=C:\Python34\DLLs\pyc.ico,) MSI (s) (9C:5C) [21:26:19:073]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\DefaultIcon,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:073]: Executing op: RegAddValue(,Value=C:\Python34\DLLs\py.ico,) MSI (s) (9C:5C) [21:26:19:074]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\DefaultIcon,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:074]: Executing op: RegAddValue(,Value=C:\Python34\DLLs\py.ico,) MSI (s) (9C:5C) [21:26:19:075]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shell\Edit with IDLE\command,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:075]: Executing op: RegAddValue(,Value="C:\Python34\pythonw.exe" "C:\Python34\Lib\idlelib\idle.pyw" -e "%1",) MSI (s) (9C:5C) [21:26:19:076]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shell\Edit with IDLE\command,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:076]: Executing op: RegAddValue(,Value="C:\Python34\pythonw.exe" "C:\Python34\Lib\idlelib\idle.pyw" -e "%1",) MSI (s) (9C:5C) [21:26:19:077]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\shell\open\command,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:078]: Executing op: RegAddValue(,Value="C:\WINDOWS\py.exe" "%1" %*,) MSI (s) (9C:5C) [21:26:19:079]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shell\open\command,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:079]: Executing op: RegAddValue(,Value="C:\WINDOWS\pyw.exe" "%1" %*,) MSI (s) (9C:5C) [21:26:19:080]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shell\open\command,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:080]: Executing op: RegAddValue(,Value="C:\WINDOWS\py.exe" "%1" %*,) MSI (s) (9C:5C) [21:26:19:081]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyo,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:081]: Executing op: RegAddValue(,Value=Python.CompiledFile,) MSI (s) (9C:5C) [21:26:19:082]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyc,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:082]: Executing op: RegAddValue(,Value=Python.CompiledFile,) MSI (s) (9C:5C) [21:26:19:083]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyw,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:083]: Executing op: RegAddValue(Name=Content Type,Value=text/plain,) MSI (s) (9C:5C) [21:26:19:084]: Executing op: RegAddValue(,Value=Python.NoConFile,) MSI (s) (9C:5C) [21:26:19:084]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.py,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:084]: Executing op: RegAddValue(Name=Content Type,Value=text/plain,) MSI (s) (9C:5C) [21:26:19:085]: Executing op: RegAddValue(,Value=Python.File,) Rollback: Removing ODBC components MSI (s) (9C:5C) [21:26:19:085]: Executing op: ActionStart(Name=RemoveODBC,Description=Removing ODBC components,) Rollback: Unpublishing Product Features MSI (s) (9C:5C) [21:26:19:086]: Executing op: ActionStart(Name=UnpublishFeatures,Description=Unpublishing Product Features,Template=Feature: [1]) MSI (s) (9C:5C) [21:26:19:086]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:086]: Executing op: RegAddValue(Name=PrependPath,Value=+dN$uSDZz at Fvih[W9mvSDefaultFeature,) MSI (s) (9C:5C) [21:26:19:087]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:087]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:087]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:5C) [21:26:19:088]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:088]: Executing op: RegAddValue(Name=Testsuite,Value=U=SnAHJnR at Yho6[',[[E%icUAe~(z=5s?@xz$PhUc&5!7Y)3,9C}Y3Exe7+WXU12v&k3YAu9Rt^Bo)DSIPl^3Pw+6=sWGk*BO_p)N0R1KMXyP=$H-}tpRV}%.C.{1e-Se=9I&W_)y9Y_U5)EB'auY8r_i72e7YhIXuTpf]'j89UVxP^i*gn)1DoyI)'~8@%{rxRe3=RpO0bv18ahBA,o5zxE[0tp-=9{eQ%?M?MWy?SxJgSw5mU7,{%'P at Efe[$Ap}an&sl)k7-Pj=k&W]gW~skSi~}VESeJq=(ELcDLhoMUJ.$T_pH(a?q((9v&N&?`]^huOWvdA9Lr2?8?ESN?=`48(dHMm=)ttLFhL7FYS`hKcCnj`=j%tSc]DL*,_hJS$7hmy?usA`%&)BC4O+Qcw9l!,=){sKh4p`GF010qx,^,59cT39HRqOnzM{o1)A4NAAl{&CMXS`jp&8qDL}4s-@?-(P)!oi[Bl{9EX%'le9i[FE1XKB&FYfx2HAUCb?*q[7gUf at pgH47WssFT7?B)dok%!6'saPbMJRc5O at v!G3bXW^An]TM9eN at sG=zg3.HAeDz$tk[zs%tV}8=xLU+&{A9G!{8[m{_{Q@`.dqg'ksxNjR1==-^R,?2L39S2BVdeS^3,DhQOK9,OaBRvO1uIf.y==ydo=?(VltO(?xlso8Cs[ro3AAu[EI[ka]HR}]j,yx)1+A%B{&-4*h^(SkA`49sKh9((GX+VP8akZ]9~Fm4Ux?e%`2xe,F^joe}e+a'2(=.'F8feTRCRcWgc)%j{)=4}nH1zV)fUxC(E$`6[}8bfi-SwuzoF_b?azBSjn?*ZZ&R&mF[%L6{2a[-Kc?%[0-^QIBCsdqaF1_]0[9CAoHRmdQ.o66Nkr5s)e8`0J}-Vv2)]XyCc?]=Ma?O at nuq-gjl[A({M8~C?`@ksvqL8Na1?MnUEfYhf^8T$Vfror~ZVL7J.B,mIG at pU}j*FV')^']1_9-Api?y[chEuv5~uWaz3eC7t8 at jMkohMnwe? MSI (s) (9C:5C) [21:26:19:088]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:089]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:089]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:5C) [21:26:19:089]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:089]: Executing op: RegAddValue(Name=pip_feature,Value=cMv`FPiOl?4(Wz9!}k[oDefaultFeature,) MSI (s) (9C:5C) [21:26:19:090]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:090]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:090]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:5C) [21:26:19:090]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:090]: Executing op: RegAddValue(Name=Tools,Value=HeI_2yV=B=lm47.PG$taErr6cJ+b[?P]kI1694'$z0e(KhzRW at lkEH0@)0SHOr&M!*kwS9u6O-eR&=-g,g,_1}lY,=M'@jPY7PO^Erev]41'i8O3~0a?71Piqy7p1+MDz9dJ*eLP4.h4DefaultFeature,) MSI (s) (9C:5C) [21:26:19:091]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:091]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:091]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:5C) [21:26:19:091]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:092]: Executing op: RegAddValue(Name=Documentation,Value=?^UhqJ5Du8VUQPDKCwPdykzaP`}=^?.CirI=}LMvDefaultFeature,) MSI (s) (9C:5C) [21:26:19:093]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:093]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:093]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:5C) [21:26:19:093]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:093]: Executing op: RegAddValue(Name=TclTk,Value=STKFZ^t.!9s(!90ql at speiRR)nyO9?jj*?!buo3xK+B,L2ddL?](s!izZGhF9YS(q1yW{@}odZ+~iTRRJ$3zG7YRw=Cf*khac]RFdkh%O=XRA?DCqC6B%[Ots_}dB9$2+AK'`kYuzU8oBk({eugm~9lz@,q++TawtGQwtL at gV=e^4H91FNh2ADj1r)Ra*A^L9Tpj at OSk[xNkxgw**9{Tbu@&,MXWEyH!9%+od?X0O].(I7'p&lIm7rW,H at 0Q^,FVQ)VF['7 at +{Oqc at -E+5+4t~9bPW)*^5$lO9.2m0$3[PG&feOO4r2e)?~q??10F?GxXq(ST[Xu+@&VjDEheof2B9KYzH=h^@jCVLd$w7^'Ti7grNH+1=?XCM_q&N5BajdM1pCRJ978XElEb`@Z]S)XJ3wCO9a=touq9h1bL&$pmvwrp9fd9nAB{.OMp^9z_2v,6A{^(Jf]Y-]fYjE@)!U*. at l5G[C49nD&LFT(,d_KX=ryMYUTmYs`^g&x+A}Nn9D9VRQtk^dgFgII+7 at 0w@-7e~c at V'fHu4Jk0'7EB?CbC_e`IUd*s~bGJeT9O at s]do,nj[rbqdJ+b=zC3AzqLWONV`t8EK?*ShfSv8nlnXix2$ENl{%$+pcUx?ptzGq~I!,GpPlT[lwa]=ZC.'D5+N at m({eq=aj,=9Tx,8SA`c,QvIr76*Ah4AVSmBYeX?T6DaSBC{yhf??pF=*cAvRA~-iMtS1L[?z3NXQDHVzW~FuSlt!da9^aN($kZvPh3&u[YzRQQ9NW68(8dZN?+4EZ at Ica`9b!Ux=t62S_g$XO=yp^f=&+lEvq_glp3^V*Y5EuB=NO3%[VHoUC{i']Fkg4z?a!PC6D0QmR8)zO>b'9'Mm+Pda(Zkr!{VQj{yx9ai1Q[t_~fZiPRNOqG=*9a[osr}8?1hgu=a5q^*j861*(zxYg70*n!GO}0NM9}o8nxz76I4MD7oxI=Xz=C(S%lrA'AJy3_H'B4Rm=NmJIIbiV&is?Svy=z!u=FKt!s^}h!'X@{W MSI (s) (9C:5C) [21:26:19:094]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:094]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:094]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:5C) [21:26:19:095]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:095]: Executing op: RegAddValue(Name=Extensions,Value=t9tk,=[1z=4qni7$@3Q%DefaultFeature,) MSI (s) (9C:5C) [21:26:19:096]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:096]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:096]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:5C) [21:26:19:097]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:097]: Executing op: RegAddValue(Name=SharedCRT,Value=UN1c'f8]'6O4&*c=BKlry?v^`HN[24ojK%sRGd!x,) MSI (s) (9C:5C) [21:26:19:098]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:098]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:098]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:5C) [21:26:19:098]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:099]: Executing op: RegAddValue(Name=DefaultFeature,Value=C']=hyz-D?Jf2w*~KJ6hou67O at OYp84NyUM%T)?NNfSUaYoJ-?sN2h_&}Ld7STKFZ^t.!9s(!90ql at spsEgCqxkf(?}5(WR3}T}OiR7I.XATa9&*PGkJ+3%g=%Q}9HWcI?J$!=$r!M)Pyi5)S+lxu8!472v(o$vQT)'[(F(}U?r')~O+3+DfSnUptc=UZ at J)*qsuNtfdJ~r}xy?A%95(7Y3z50$CsHg{e at 3a`A')v at 7}7~H-19w!N,{0T9O{N25pdl3%{=nYyr_~u8B+xkK'K1,hi_$hd`$3~?zVxMpo-yt9j3297Q.IA@[?q-oq*ubvMKhxW__~W?k,JJG3Z4M1f?r5GH.`FApNk3)4?~m=MTw.kww8Q at QE?1anBC'VK{oSf{b3~97{jkd!BE at OE16L?*2Vd=}qurOkS)F$Aw`z*L7+K=$0CIOuu{d=r]dKdK.'{?I8MD5c]H&C2dWd$o6L*9`{jBue7-pdRj1Iyj}2G9V96K]~7_L.jA&%6zssh?kapVo]ratvjfXASR`vI=?EQ^'8]Pa6[FkL7TaG,9[5%}M0_qpgVk%[nSbLA9rE!Iv]^!TP.%Kg]66 at L9hJ?x?=Y9dA^TYYk%nX4=O6(Db!kup?n)MhP$~(2?Rb}KxOckmKviYeEQs}6?,QdV_2Hw6^a1j62kDH.?gQV`9U2Ml?!qKAWxOQy at JroKKoIoVk@&m.@~Bvz9FOK*,,~Iw)22[yaV&.z?YOMed.hm7x2K&_3Wtln9Fb&&Hd[^TK-'ViURg8R=mMh)(2!4CpLel*1p%NV9&L=D-$$E~Qp!uSfU](z=y2%5WCUwx0T89[%L9.+?invk[WaGOL=gx2FKKHe8=8B?- at gS5dXa^^wj%A`8)jIMl[1mBFiwQ^swwlg8J6SgrQW%oygdrLlqCqb?0BUurxH~?ww[MRfWxq$?b%bmEcGy3aas=M`jw42 at b'vgrGTxjkZ)5`8mvz+AzH7eLIPA=dk.BdcK&a^9~=@bqaRe6sC~0dpaIyF at Z1.p? MSI (s) (9C:5C) [21:26:19:100]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:100]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:100]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 Rollback: Updating component registration MSI (s) (9C:5C) [21:26:19:101]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,) MSI (s) (9C:5C) [21:26:19:101]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:102]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:102]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:102]: Executing op: ComponentRegister(ComponentId={AD19AE30-281F-3251-AA0A-55E6377ED3F5},KeyPath=C:\WINDOWS\system32\msvcp100.dll,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=1,BinaryType=1) MSI (s) (9C:5C) [21:26:19:103]: Executing op: RegisterSharedComponentProvider(,,,Component={AD19AE30-281F-3251-AA0A-55E6377ED3F5},,ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF},,,,,,) MSI (s) (9C:5C) [21:26:19:103]: Executing op: ComponentRegister(ComponentId={0E931026-929B-382C-B702-B8B4039399E5},KeyPath=C:\WINDOWS\system32\msvcr100.dll,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=1,BinaryType=1) MSI (s) (9C:5C) [21:26:19:104]: Executing op: RegisterSharedComponentProvider(,,,Component={0E931026-929B-382C-B702-B8B4039399E5},,ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF},,,,,,) MSI (s) (9C:5C) [21:26:19:105]: Executing op: ComponentRegister(ComponentId={2185D5D2-2A31-4C72-B28F-AD0E92B3093D},KeyPath=22:\Software\Classes\Python.File\shell\Edit with IDLE\command\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:105]: Executing op: ComponentRegister(ComponentId={1E736F4A-F01D-476B-B847-7D3DA7ECBA07},KeyPath=C:\Python34\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:105]: Executing op: ComponentRegister(ComponentId={5F637B51-2605-4A08-B21B-5344DE93B1DB},,State=-7,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:106]: Executing op: ComponentRegister(ComponentId={E5FCAF14-7056-4CEA-94CF-EE818666B85B},KeyPath=22:\Software\Python\PythonCore\3.4\InstallPath\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:106]: Executing op: ComponentRegister(ComponentId={7E8A83C3-1BA4-4983-A843-606927B5F2F0},KeyPath=22:\Software\Python\PythonCore\3.4\Help\Main Python Documentation\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:107]: Executing op: ComponentRegister(ComponentId={E258B5D0-A833-4105-A4EC-99584B0C12B9},KeyPath=C:\Python34\Doc\python341.chm,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:107]: Executing op: ComponentRegister(ComponentId={85260C52-C3A1-48D7-BC6A-A160CEAECED6},KeyPath=C:\Python34\Tools\Scripts\pydocgui.pyw,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:108]: Executing op: ComponentRegister(ComponentId={2B0E43CB-0E0F-4451-84B9-35724EE31734},KeyPath=C:\Python34\Tools\Scripts\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:108]: Executing op: ComponentRegister(ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8},KeyPath=C:\Python34\Tools\Scripts\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:109]: Executing op: ComponentRegister(ComponentId={2A6DD59B-3B06-44CD-A67C-D87E285E59A6},KeyPath=C:\Python34\Tools\pynche\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:109]: Executing op: ComponentRegister(ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1},KeyPath=C:\Python34\Tools\pynche\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:110]: Executing op: ComponentRegister(ComponentId={6D1BA07D-9A99-4C69-8E5E-8526B1DC2465},KeyPath=C:\Python34\Tools\i18n\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:110]: Executing op: ComponentRegister(ComponentId={B526E15F-2099-4974-A851-AF2900CB4303},KeyPath=C:\Python34\Tools\i18n\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:111]: Executing op: ComponentRegister(ComponentId={49E1A103-4588-4379-ACEB-C345A7DB634C},KeyPath=C:\Python34\tcl\dde1.4\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:112]: Executing op: ComponentRegister(ComponentId={941796A1-85F5-4981-A3A6-BA28EEAC3B78},KeyPath=C:\Python34\tcl\itcl4.0.0\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:112]: Executing op: ComponentRegister(ComponentId={755BF2F1-E7EA-4344-BCE2-264A7B484D8D},KeyPath=C:\Python34\tcl\reg1.3\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:113]: Executing op: ComponentRegister(ComponentId={B1F1CCBE-988D-43D3-9366-47DA1A2027F2},KeyPath=C:\Python34\tcl\sqlite33.8.0\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:114]: Executing op: ComponentRegister(ComponentId={E0E058BF-98B9-4F06-BA10-FB2983B22653},KeyPath=C:\Python34\tcl\tcl8\8.4\platform\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:114]: Executing op: ComponentRegister(ComponentId={366231CB-9BFC-48B0-9D1A-28F4233E6113},KeyPath=C:\Python34\tcl\tcl8\8.4\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:115]: Executing op: ComponentRegister(ComponentId={5E7777EC-8B38-43D6-9496-A574512E3FF5},KeyPath=C:\Python34\tcl\tcl8\8.5\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:115]: Executing op: ComponentRegister(ComponentId={D88ACE85-E4D0-4CFC-BAC5-C74F2F7AEA89},KeyPath=C:\Python34\tcl\tcl8\8.6\tdbc\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:116]: Executing op: ComponentRegister(ComponentId={D147208D-757B-4F14-B4A0-E538817BEF44},KeyPath=C:\Python34\tcl\tcl8\8.6\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:116]: Executing op: ComponentRegister(ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B},KeyPath=C:\Python34\tcl\tcl8.6\encoding\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:117]: Executing op: ComponentRegister(ComponentId={7DC98DF5-1D06-474C-9EFC-472A8707BA72},KeyPath=C:\Python34\tcl\tcl8.6\http1.0\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:117]: Executing op: ComponentRegister(ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E},KeyPath=C:\Python34\tcl\tcl8.6\msgs\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:118]: Executing op: ComponentRegister(ComponentId={8E9154B6-F83C-4B84-BE2C-B97B5FD1B249},KeyPath=C:\Python34\tcl\tcl8.6\opt0.4\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:118]: Executing op: ComponentRegister(ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Africa\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:119]: Executing op: ComponentRegister(ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:120]: Executing op: ComponentRegister(ComponentId={FBBFCA19-B08D-473B-9AAB-46E68F20790C},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:120]: Executing op: ComponentRegister(ComponentId={0DA3E9B5-44EE-46F5-AA2D-E667BE7042C7},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:121]: Executing op: ComponentRegister(ComponentId={F85F0919-C252-476F-8437-8ED0215EB46A},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:121]: Executing op: ComponentRegister(ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\America\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:121]: Executing op: ComponentRegister(ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:122]: Executing op: ComponentRegister(ComponentId={7AC0FD07-F279-419A-B80F-DFE5AE0981C4},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Arctic\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:122]: Executing op: ComponentRegister(ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Asia\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:123]: Executing op: ComponentRegister(ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Australia\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:123]: Executing op: ComponentRegister(ComponentId={5F3F5B58-CD4C-4A88-91C0-023937852F85},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Brazil\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:124]: Executing op: ComponentRegister(ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:124]: Executing op: ComponentRegister(ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Canada\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:125]: Executing op: ComponentRegister(ComponentId={4C8432AF-874B-4360-97A8-5C47888098A9},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Chile\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:125]: Executing op: ComponentRegister(ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Etc\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:126]: Executing op: ComponentRegister(ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Europe\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:126]: Executing op: ComponentRegister(ComponentId={EABCAA02-D19E-4971-8B42-578176823895},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Indian\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:126]: Executing op: ComponentRegister(ComponentId={54FA7304-9749-49D2-8D2F-9916D70D5B4F},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Mexico\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:127]: Executing op: ComponentRegister(ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\SystemV\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:127]: Executing op: ComponentRegister(ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Pacific\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:128]: Executing op: ComponentRegister(ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\US\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:129]: Executing op: ComponentRegister(ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:129]: Executing op: ComponentRegister(ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77},KeyPath=C:\Python34\tcl\tcl8.6\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:130]: Executing op: ComponentRegister(ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40},KeyPath=C:\Python34\tcl\tdbc1.0.0\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:130]: Executing op: ComponentRegister(ComponentId={6AF28314-4638-4C1C-B831-971E33520BB4},KeyPath=C:\Python34\tcl\tdbcmysql1.0.0\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:131]: Executing op: ComponentRegister(ComponentId={27C47694-C8C1-4886-852C-ACBCA782F517},KeyPath=C:\Python34\tcl\tdbcodbc1.0.0\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:131]: Executing op: ComponentRegister(ComponentId={1A1D1A22-B785-4D88-93D9-8FB7DBB4CC65},KeyPath=C:\Python34\tcl\tdbcpostgres1.0.0\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:132]: Executing op: ComponentRegister(ComponentId={1BC8DA21-C484-43E1-8EEC-1F817FF116C3},KeyPath=C:\Python34\tcl\tdbcsqlite1.0.0\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:132]: Executing op: ComponentRegister(ComponentId={1C3468C0-219A-4639-90AD-D28D3270DBAD},KeyPath=C:\Python34\tcl\thread2.7.0\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:133]: Executing op: ComponentRegister(ComponentId={138F4A99-5947-4B14-B158-E3556592630A},KeyPath=C:\Python34\tcl\tix8.4.3\bitmaps\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:133]: Executing op: ComponentRegister(ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF},KeyPath=C:\Python34\tcl\tix8.4.3\demos\bitmaps\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:134]: Executing op: ComponentRegister(ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74},KeyPath=C:\Python34\tcl\tix8.4.3\demos\samples\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:134]: Executing op: ComponentRegister(ComponentId={6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1},KeyPath=C:\Python34\tcl\tix8.4.3\demos\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:134]: Executing op: ComponentRegister(ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C},KeyPath=C:\Python34\tcl\tix8.4.3\pref\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:135]: Executing op: ComponentRegister(ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851},KeyPath=C:\Python34\tcl\tix8.4.3\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:135]: Executing op: ComponentRegister(ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E},KeyPath=C:\Python34\tcl\tk8.6\demos\images\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:136]: Executing op: ComponentRegister(ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D},KeyPath=C:\Python34\tcl\tk8.6\demos\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:136]: Executing op: ComponentRegister(ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6},KeyPath=C:\Python34\tcl\tk8.6\images\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:137]: Executing op: ComponentRegister(ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A},KeyPath=C:\Python34\tcl\tk8.6\msgs\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:138]: Executing op: ComponentRegister(ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2},KeyPath=C:\Python34\tcl\tk8.6\ttk\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:138]: Executing op: ComponentRegister(ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F},KeyPath=C:\Python34\tcl\tk8.6\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:139]: Executing op: ComponentRegister(ComponentId={415A8452-86C6-49C0-9A4C-2524006C10DD},KeyPath=C:\Python34\tcl\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:139]: Executing op: ComponentRegister(ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A},KeyPath=C:\Python34\libs\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:140]: Executing op: ComponentRegister(ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729},KeyPath=C:\Python34\include\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:140]: Executing op: ComponentRegister(ComponentId={F83BB69D-5AB3-4199-93F6-7A4D2C400294},KeyPath=C:\Python34\DLLs\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:140]: Executing op: ComponentRegister(ComponentId={2EE9338C-FA9F-402F-9D81-E7A90F90F488},KeyPath=C:\Python34\Lib\dbm\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:141]: Executing op: ComponentRegister(ComponentId={80CAE7D8-27BC-4C51-AB7E-1DC701EECC0E},KeyPath=C:\Python34\Lib\dbm\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:141]: Executing op: ComponentRegister(ComponentId={1C96C4DF-B0FA-4968-89E9-FC28E2770222},KeyPath=C:\Python34\Lib\distutils\tests\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:142]: Executing op: ComponentRegister(ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE},KeyPath=C:\Python34\Lib\distutils\tests\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:142]: Executing op: ComponentRegister(ComponentId={F779FEB0-47CE-4E46-94C2-CB2EA248BE6E},KeyPath=C:\Python34\Lib\distutils\command\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:143]: Executing op: ComponentRegister(ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B},KeyPath=C:\Python34\Lib\distutils\command\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:143]: Executing op: ComponentRegister(ComponentId={F1D5B55E-E375-4114-BDB1-D62EE01910D4},KeyPath=C:\Python34\Lib\distutils\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:144]: Executing op: ComponentRegister(ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A},KeyPath=C:\Python34\Lib\distutils\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:145]: Executing op: ComponentRegister(ComponentId={FA9DBA0B-6CC7-4F8C-8009-92D68367428B},KeyPath=C:\Python34\Lib\importlib\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:145]: Executing op: ComponentRegister(ComponentId={79F478F5-9DEB-415E-8D22-85A81E05ED9C},KeyPath=C:\Python34\Lib\importlib\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:146]: Executing op: ComponentRegister(ComponentId={42FFD992-8C4F-4465-8E13-8CBBA6AF6064},KeyPath=C:\Python34\Lib\collections\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:147]: Executing op: ComponentRegister(ComponentId={B9AA8E69-9809-45B7-8CAA-D7294A8AF342},KeyPath=C:\Python34\Lib\collections\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:147]: Executing op: ComponentRegister(ComponentId={6F64C0E1-E466-4652-8AFB-E488C5FDB3F9},KeyPath=C:\Python34\Lib\unittest\test\testmock\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:148]: Executing op: ComponentRegister(ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1},KeyPath=C:\Python34\Lib\unittest\test\testmock\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:148]: Executing op: ComponentRegister(ComponentId={57C631B9-DDC5-43F6-B63E-A6DF5DEDBE24},KeyPath=C:\Python34\Lib\unittest\test\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:149]: Executing op: ComponentRegister(ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92},KeyPath=C:\Python34\Lib\unittest\test\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:150]: Executing op: ComponentRegister(ComponentId={CFCD4E83-156F-4F54-8F21-62BE07AB3EC1},KeyPath=C:\Python34\Lib\unittest\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:150]: Executing op: ComponentRegister(ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071},KeyPath=C:\Python34\Lib\unittest\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:151]: Executing op: ComponentRegister(ComponentId={6752F371-DA03-4B5E-9BC5-1C5D820D3AFC},KeyPath=C:\Python34\Lib\xmlrpc\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:151]: Executing op: ComponentRegister(ComponentId={420DCB77-4EC0-4971-A6AE-9D5FCF485D05},KeyPath=C:\Python34\Lib\xmlrpc\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:152]: Executing op: ComponentRegister(ComponentId={A20014B0-B5B0-4D4E-AA23-9D4D1557961D},KeyPath=C:\Python34\Lib\msilib\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:152]: Executing op: ComponentRegister(ComponentId={63EE0306-897A-4543-A7D1-D70FEB1DD2FE},KeyPath=C:\Python34\Lib\msilib\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:153]: Executing op: ComponentRegister(ComponentId={91004FAC-61CF-4F8F-AF4A-17C7BE585845},KeyPath=C:\Python34\Lib\pydoc_data\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:153]: Executing op: ComponentRegister(ComponentId={11F3E5A1-C247-4445-9638-2FBD318521C7},KeyPath=C:\Python34\Lib\pydoc_data\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:154]: Executing op: ComponentRegister(ComponentId={8EF2F960-F9E1-4087-9A5A-83A443AA4E8E},KeyPath=C:\Python34\Lib\encodings\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:154]: Executing op: ComponentRegister(ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF},KeyPath=C:\Python34\Lib\encodings\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:155]: Executing op: ComponentRegister(ComponentId={7C9F86D5-FAE8-448A-B49F-DD80F522C81A},KeyPath=C:\Python34\Lib\urllib\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:155]: Executing op: ComponentRegister(ComponentId={FF89A477-CA42-4275-9B0F-A1A5FE2B06A3},KeyPath=C:\Python34\Lib\urllib\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:155]: Executing op: ComponentRegister(ComponentId={69213081-3688-4B70-B388-686EAC93CD4E},KeyPath=C:\Python34\Lib\email\mime\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:156]: Executing op: ComponentRegister(ComponentId={B9283B76-908A-484F-A683-277587A1004C},KeyPath=C:\Python34\Lib\email\mime\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:158]: Executing op: ComponentRegister(ComponentId={90D30633-313E-4647-B9B4-00DBE1F3F962},KeyPath=C:\Python34\Lib\email\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:159]: Executing op: ComponentRegister(ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9},KeyPath=C:\Python34\Lib\email\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:160]: Executing op: ComponentRegister(ComponentId={E012E2A5-8519-4997-8D39-B5D61188EB9C},KeyPath=C:\Python34\Lib\xml\sax\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:161]: Executing op: ComponentRegister(ComponentId={E19D2356-6427-4BCD-BAD3-E20E3D20DD61},KeyPath=C:\Python34\Lib\xml\sax\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:162]: Executing op: ComponentRegister(ComponentId={F9D169BC-0A37-4877-81D6-59CE4B675E0A},KeyPath=C:\Python34\Lib\xml\parsers\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:163]: Executing op: ComponentRegister(ComponentId={1A4C97FA-C3BF-4667-8B80-475B0130C962},KeyPath=C:\Python34\Lib\xml\parsers\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:164]: Executing op: ComponentRegister(ComponentId={CC037FE9-D55D-4960-B97E-946B3183152A},KeyPath=C:\Python34\Lib\xml\etree\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:165]: Executing op: ComponentRegister(ComponentId={55016FC7-C3FF-4342-911C-9063A58BF2F8},KeyPath=C:\Python34\Lib\xml\etree\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:165]: Executing op: ComponentRegister(ComponentId={4423B248-D8E7-4BA6-BC2E-1D40720326FE},KeyPath=C:\Python34\Lib\xml\dom\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:166]: Executing op: ComponentRegister(ComponentId={33C73223-087A-4CDD-8F9D-B6620079BE79},KeyPath=C:\Python34\Lib\xml\dom\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:167]: Executing op: ComponentRegister(ComponentId={57DDD491-5645-4582-A325-A711D9DA9516},KeyPath=C:\Python34\Lib\xml\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:167]: Executing op: ComponentRegister(ComponentId={0E705172-82F6-4882-92D4-ACFE820653EC},KeyPath=C:\Python34\Lib\xml\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:168]: Executing op: ComponentRegister(ComponentId={E3A2DC60-C834-4E10-A97A-87DE597CF1CE},KeyPath=C:\Python34\Lib\turtledemo\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:168]: Executing op: ComponentRegister(ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D},KeyPath=C:\Python34\Lib\turtledemo\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:169]: Executing op: ComponentRegister(ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F},KeyPath=C:\Python34\Lib\test\test_email\data\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:169]: Executing op: ComponentRegister(ComponentId={8DABFE40-7214-47CB-88A9-7B744B972235},KeyPath=C:\Python34\Lib\test\test_email\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:170]: Executing op: ComponentRegister(ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4},KeyPath=C:\Python34\Lib\test\test_email\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:171]: Executing op: ComponentRegister(ComponentId={44D35FB4-3F72-4FD9-BD9B-79D63A68213C},KeyPath=C:\Python34\Lib\test\test_importlib\import_\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:172]: Executing op: ComponentRegister(ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4},KeyPath=C:\Python34\Lib\test\test_importlib\import_\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:172]: Executing op: ComponentRegister(ComponentId={8AE3441B-45F4-4D33-BBAF-4FC148AAA42C},KeyPath=C:\Python34\Lib\test\test_importlib\extension\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:173]: Executing op: ComponentRegister(ComponentId={2A996475-3ABB-417A-806F-7A4ABB975C40},KeyPath=C:\Python34\Lib\test\test_importlib\extension\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:174]: Executing op: ComponentRegister(ComponentId={38606B33-8A37-4866-8D38-7CAE1C244250},KeyPath=C:\Python34\Lib\test\test_importlib\source\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:174]: Executing op: ComponentRegister(ComponentId={D02E8912-54C2-43D4-8A1A-F12600217D8A},KeyPath=C:\Python34\Lib\test\test_importlib\source\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:175]: Executing op: ComponentRegister(ComponentId={58C702C2-3671-425C-8554-60C6929FB0F5},KeyPath=C:\Python34\Lib\test\test_importlib\frozen\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:175]: Executing op: ComponentRegister(ComponentId={83878BB5-7E76-4233-9985-6A6A9027FB38},KeyPath=C:\Python34\Lib\test\test_importlib\frozen\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:176]: Executing op: ComponentRegister(ComponentId={BCE79190-7EF0-43FE-9312-89E6DC6CFF7E},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:176]: Executing op: ComponentRegister(ComponentId={C8AD2DEB-EF68-4F78-8C80-158B651951EC},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:177]: Executing op: ComponentRegister(ComponentId={45D7C415-D33F-4DDF-992C-1BAEA8AC9A32},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:178]: Executing op: ComponentRegister(ComponentId={F584A0AE-3D75-4E53-B958-4D12BCC59218},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:179]: Executing op: ComponentRegister(ComponentId={4B80B1FB-76F4-4F7C-83B5-EB6E5635F4AB},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:180]: Executing op: ComponentRegister(ComponentId={75A053B7-488C-433B-A7EE-F06FC5493D41},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:181]: Executing op: ComponentRegister(ComponentId={D2ED3C13-5765-4A45-9902-74C1E2804F64},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:182]: Executing op: ComponentRegister(ComponentId={9173B52D-97AD-4909-9289-217C5B03EC7B},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:182]: Executing op: ComponentRegister(ComponentId={F49D7C80-FEAF-4C3B-93E2-6E54DC836C34},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:183]: Executing op: ComponentRegister(ComponentId={85BC99CA-AEA2-4522-A7AA-519882E4483D},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:184]: Executing op: ComponentRegister(ComponentId={39821770-2DD6-4B6B-A123-E172F2F00522},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:184]: Executing op: ComponentRegister(ComponentId={BB2FF230-A151-45B8-BE4D-7667579278BE},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:185]: Executing op: ComponentRegister(ComponentId={45C3F0CD-7DDE-47B0-9EE7-1AE27A51B1EF},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:186]: Executing op: ComponentRegister(ComponentId={45D2E6FE-2B3C-4A4C-90DF-81ACAD97757A},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:186]: Executing op: ComponentRegister(ComponentId={536F6DD8-75F1-49B7-BB56-D1DD78D12484},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:187]: Executing op: ComponentRegister(ComponentId={BB44AA2F-2639-4B70-99EF-9BC6DFDBCA49},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:187]: Executing op: ComponentRegister(ComponentId={435268B0-834D-49EF-89DA-8F5CF6838CEF},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:188]: Executing op: ComponentRegister(ComponentId={5150542E-A941-4BD2-B7F0-31187B3220A5},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:189]: Executing op: ComponentRegister(ComponentId={BEE06C19-D396-4031-B187-62E54FBDFD90},KeyPath=C:\Python34\Lib\test\test_importlib\builtin\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:189]: Executing op: ComponentRegister(ComponentId={3F9E2219-67ED-4CB2-85F1-AD721AF70F48},KeyPath=C:\Python34\Lib\test\test_importlib\builtin\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:190]: Executing op: ComponentRegister(ComponentId={49B2825C-CB7E-49A0-A023-D5E2638629A1},KeyPath=C:\Python34\Lib\test\test_importlib\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:190]: Executing op: ComponentRegister(ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2},KeyPath=C:\Python34\Lib\test\test_importlib\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:191]: Executing op: ComponentRegister(ComponentId={2992215E-2FE2-4336-A862-E18391F537DA},KeyPath=C:\Python34\Lib\test\audiodata\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:191]: Executing op: ComponentRegister(ComponentId={AEC9480E-4CE9-49B3-8491-46A511473EE7},KeyPath=C:\Python34\Lib\test\data\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:192]: Executing op: ComponentRegister(ComponentId={FE155C1B-BAA2-4A1D-9475-CF82DE571A08},KeyPath=C:\Python34\Lib\test\xmltestdata\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:192]: Executing op: ComponentRegister(ComponentId={042CDBED-CA37-4149-B721-2F861F89F05F},KeyPath=C:\Python34\Lib\test\test_json\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:192]: Executing op: ComponentRegister(ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E},KeyPath=C:\Python34\Lib\test\test_json\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:193]: Executing op: ComponentRegister(ComponentId={1B1F9FC1-CE81-44A3-BE58-8ABE3B78AF83},KeyPath=C:\Python34\Lib\test\subprocessdata\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:194]: Executing op: ComponentRegister(ComponentId={606D14A5-32A3-4A79-BA34-56F6E9A931CC},KeyPath=C:\Python34\Lib\test\subprocessdata\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:195]: Executing op: ComponentRegister(ComponentId={33CE87A1-334A-43A9-8D5E-A91A643B69CF},KeyPath=C:\Python34\Lib\test\leakers\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:196]: Executing op: ComponentRegister(ComponentId={F94509B5-5DE3-4E15-975E-421FF0328611},KeyPath=C:\Python34\Lib\test\leakers\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:197]: Executing op: ComponentRegister(ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83},KeyPath=C:\Python34\Lib\test\cjkencodings\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:197]: Executing op: ComponentRegister(ComponentId={454A6548-DFC2-4865-9C78-1E7C70F0BAE8},KeyPath=C:\Python34\Lib\test\crashers\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:198]: Executing op: ComponentRegister(ComponentId={577492CC-3777-42A3-90A2-A78352C57669},KeyPath=C:\Python34\Lib\test\crashers\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:198]: Executing op: ComponentRegister(ComponentId={45430CAC-F539-47E8-85C6-90860915DDBC},KeyPath=C:\Python34\Lib\test\tracedmodules\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:199]: Executing op: ComponentRegister(ComponentId={D57377E9-C10F-4C35-875A-91C3D13B2879},KeyPath=C:\Python34\Lib\test\tracedmodules\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:199]: Executing op: ComponentRegister(ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61},KeyPath=C:\Python34\Lib\test\sndhdrdata\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:200]: Executing op: ComponentRegister(ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606},KeyPath=C:\Python34\Lib\test\decimaltestdata\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:200]: Executing op: ComponentRegister(ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7},KeyPath=C:\Python34\Lib\test\imghdrdata\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:201]: Executing op: ComponentRegister(ComponentId={E7F8E658-DB8A-4846-ABAD-F0CFE2D265E6},KeyPath=C:\Python34\Lib\test\encoded_modules\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:201]: Executing op: ComponentRegister(ComponentId={641C911F-17B9-49A9-BFE5-9FC15F3084C3},KeyPath=C:\Python34\Lib\test\encoded_modules\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:202]: Executing op: ComponentRegister(ComponentId={966B0E33-8652-4390-B3DD-85291E93765D},KeyPath=C:\Python34\Lib\test\capath\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:202]: Executing op: ComponentRegister(ComponentId={7111017F-53F7-4B12-B481-2214AF88CA52},KeyPath=C:\Python34\Lib\test\support\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:203]: Executing op: ComponentRegister(ComponentId={132CC124-704D-4EB7-BCA0-1C74FA0550DF},KeyPath=C:\Python34\Lib\test\support\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:203]: Executing op: ComponentRegister(ComponentId={F870FC50-3FE5-41F7-BE15-5764A3F690FE},KeyPath=C:\Python34\Lib\test\test_asyncio\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:204]: Executing op: ComponentRegister(ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E},KeyPath=C:\Python34\Lib\test\test_asyncio\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:205]: Executing op: ComponentRegister(ComponentId={04B34B33-2A19-4A85-BC48-3F08DA2DC832},KeyPath=C:\Python34\Lib\test\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:205]: Executing op: ComponentRegister(ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C},KeyPath=C:\Python34\Lib\test\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:206]: Executing op: ComponentRegister(ComponentId={DF131C61-6D5B-4BCE-987A-2A4AD7AA5299},KeyPath=C:\Python34\Lib\ctypes\macholib\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:206]: Executing op: ComponentRegister(ComponentId={B6A1D26C-B730-434D-8721-1EE25AB3EDE6},KeyPath=C:\Python34\Lib\ctypes\macholib\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:207]: Executing op: ComponentRegister(ComponentId={104BD7E2-BD42-46F4-B243-B15E15AA9099},KeyPath=C:\Python34\Lib\ctypes\test\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:207]: Executing op: ComponentRegister(ComponentId={7C276927-C28D-4247-9E88-133F60CAF848},KeyPath=C:\Python34\Lib\ctypes\test\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:208]: Executing op: ComponentRegister(ComponentId={403FA4B8-F48F-4E1C-9C0B-3772238C63B8},KeyPath=C:\Python34\Lib\ctypes\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:208]: Executing op: ComponentRegister(ComponentId={AC7DBFF8-7F45-4B31-9152-6FE52114C4CF},KeyPath=C:\Python34\Lib\ctypes\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:209]: Executing op: ComponentRegister(ComponentId={BF595689-5546-47A1-9588-BE5CF072D2AE},KeyPath=C:\Python34\Lib\logging\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:209]: Executing op: ComponentRegister(ComponentId={D1D033BD-07F3-49AE-8803-EFE5DC4291F3},KeyPath=C:\Python34\Lib\logging\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:210]: Executing op: ComponentRegister(ComponentId={E833A182-D859-4086-8E97-6BE554B479FB},KeyPath=C:\Python34\Lib\ensurepip\_bundled\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:210]: Executing op: ComponentRegister(ComponentId={F4A6FF94-853B-4040-882B-D5D178B4525E},KeyPath=C:\Python34\Lib\ensurepip\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:211]: Executing op: ComponentRegister(ComponentId={5DE387F7-3042-4070-B99A-F71FC9B436B8},KeyPath=C:\Python34\Lib\ensurepip\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:212]: Executing op: ComponentRegister(ComponentId={08194A16-20DF-47DC-AB7C-21A1AD9C7371},KeyPath=C:\Python34\Lib\multiprocessing\dummy\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:213]: Executing op: ComponentRegister(ComponentId={BF66F12F-0EC1-476B-A4E7-DB92D92B4328},KeyPath=C:\Python34\Lib\multiprocessing\dummy\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:213]: Executing op: ComponentRegister(ComponentId={28BBCC73-2282-430A-B309-2620E898A782},KeyPath=C:\Python34\Lib\multiprocessing\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:214]: Executing op: ComponentRegister(ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD},KeyPath=C:\Python34\Lib\multiprocessing\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:214]: Executing op: ComponentRegister(ComponentId={30A62CB5-F467-43E4-9D1A-AD63E65D886E},KeyPath=C:\Python34\Lib\curses\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:215]: Executing op: ComponentRegister(ComponentId={B13054D7-2C84-4A88-B8F5-C8B9509286F6},KeyPath=C:\Python34\Lib\curses\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:216]: Executing op: ComponentRegister(ComponentId={4B1B0502-719D-4456-902B-461CA2C78915},KeyPath=C:\Python34\Lib\json\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:217]: Executing op: ComponentRegister(ComponentId={932A9557-AD0B-4D9E-8FEE-356E090711CF},KeyPath=C:\Python34\Lib\json\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:217]: Executing op: ComponentRegister(ComponentId={2C3F1D5A-90C4-47FA-8967-5F43FEDC074A},KeyPath=C:\Python34\Lib\venv\scripts\posix\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:218]: Executing op: ComponentRegister(ComponentId={5C72C40F-D7C7-4841-B59A-B9A95BC998A5},KeyPath=C:\Python34\Lib\venv\scripts\nt\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:218]: Executing op: ComponentRegister(ComponentId={7EC72E7B-C5DF-4813-9826-1EF742B56A6F},KeyPath=C:\Python34\Lib\venv\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:219]: Executing op: ComponentRegister(ComponentId={CF2AD6B9-B7A1-450E-9380-60B278B6314A},KeyPath=C:\Python34\Lib\venv\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:219]: Executing op: ComponentRegister(ComponentId={A413CDDA-E73D-42AA-B2CB-764AF036F44F},KeyPath=C:\Python34\Lib\wsgiref\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:219]: Executing op: ComponentRegister(ComponentId={D88DFB76-32C6-4245-B42F-C9F0311E117E},KeyPath=C:\Python34\Lib\wsgiref\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:220]: Executing op: ComponentRegister(ComponentId={A9A06E14-47C3-499D-BC41-59F09E6AF8AB},KeyPath=C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:220]: Executing op: ComponentRegister(ComponentId={5BF35942-ED87-4719-B806-425903D8658D},KeyPath=C:\Python34\Lib\tkinter\test\test_ttk\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:221]: Executing op: ComponentRegister(ComponentId={CD99EAB0-EDB0-46D8-BA9A-D4C262073D88},KeyPath=C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:221]: Executing op: ComponentRegister(ComponentId={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8},KeyPath=C:\Python34\Lib\tkinter\test\test_tkinter\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:221]: Executing op: ComponentRegister(ComponentId={BDB1D96B-2E1A-48ED-96B2-AA8624414AF4},KeyPath=C:\Python34\Lib\tkinter\test\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:222]: Executing op: ComponentRegister(ComponentId={2B4A971A-9E0E-4EC3-ACF2-C5F83E00A9DF},KeyPath=C:\Python34\Lib\tkinter\test\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:222]: Executing op: ComponentRegister(ComponentId={BDB02487-9C4F-4471-9D68-5CE0420EC2F4},KeyPath=C:\Python34\Lib\tkinter\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:223]: Executing op: ComponentRegister(ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA},KeyPath=C:\Python34\Lib\tkinter\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:223]: Executing op: ComponentRegister(ComponentId={3C768352-B685-41AE-B632-29769B7889C3},KeyPath=C:\Python34\Lib\lib2to3\fixes\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:224]: Executing op: ComponentRegister(ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A},KeyPath=C:\Python34\Lib\lib2to3\fixes\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:224]: Executing op: ComponentRegister(ComponentId={69A285D0-1F2A-4B71-AA37-9A8516D274DE},KeyPath=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:225]: Executing op: ComponentRegister(ComponentId={C069E520-790A-4219-B712-67A6688A3815},KeyPath=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:225]: Executing op: ComponentRegister(ComponentId={51F5E9FB-FCB9-400D-BC6D-482C98E40069},KeyPath=C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:225]: Executing op: ComponentRegister(ComponentId={2B74645C-67E3-46AA-8ECA-BCA9F693D1A9},KeyPath=C:\Python34\Lib\lib2to3\tests\data\fixers\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:226]: Executing op: ComponentRegister(ComponentId={6D649BB8-1E23-45F3-8DCB-65ECB0F04709},KeyPath=C:\Python34\Lib\lib2to3\tests\data\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:226]: Executing op: ComponentRegister(ComponentId={30A3DDC4-0FB6-451D-BD94-3518F4704A15},KeyPath=C:\Python34\Lib\lib2to3\tests\data\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:226]: Executing op: ComponentRegister(ComponentId={F0189839-DDEA-4F95-B3F0-AAA7556CD186},KeyPath=C:\Python34\Lib\lib2to3\tests\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:227]: Executing op: ComponentRegister(ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992},KeyPath=C:\Python34\Lib\lib2to3\tests\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:227]: Executing op: ComponentRegister(ComponentId={38146F85-8997-49E6-A53D-83DB95FD58F2},KeyPath=C:\Python34\Lib\lib2to3\pgen2\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:228]: Executing op: ComponentRegister(ComponentId={FA203881-0826-427B-84F1-14A398079123},KeyPath=C:\Python34\Lib\lib2to3\pgen2\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:229]: Executing op: ComponentRegister(ComponentId={054AA76C-7944-419C-884E-72ED4B092DBA},KeyPath=C:\Python34\Lib\lib2to3\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:229]: Executing op: ComponentRegister(ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154},KeyPath=C:\Python34\Lib\lib2to3\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:230]: Executing op: ComponentRegister(ComponentId={18C4D412-49D8-45BC-8471-907A9F6BA546},KeyPath=C:\Python34\Lib\html\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:230]: Executing op: ComponentRegister(ComponentId={48E345AB-5EC0-46A1-B3C1-0C7C565C3604},KeyPath=C:\Python34\Lib\html\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:230]: Executing op: ComponentRegister(ComponentId={4F751F1E-1970-476B-997A-B0F6FE18568E},KeyPath=C:\Python34\Lib\sqlite3\test\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:231]: Executing op: ComponentRegister(ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C},KeyPath=C:\Python34\Lib\sqlite3\test\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:231]: Executing op: ComponentRegister(ComponentId={BF6662EF-C2DF-446B-AB53-04BA46583C7A},KeyPath=C:\Python34\Lib\sqlite3\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:232]: Executing op: ComponentRegister(ComponentId={CDC9F1F0-F335-4C2E-AA6B-B9AE6C56488F},KeyPath=C:\Python34\Lib\sqlite3\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:232]: Executing op: ComponentRegister(ComponentId={611B734D-2915-4EE8-A0FF-3E1391E8F946},KeyPath=C:\Python34\Lib\http\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:232]: Executing op: ComponentRegister(ComponentId={9527A56D-AE42-4951-BA6F-B6617749CF29},KeyPath=C:\Python34\Lib\http\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:233]: Executing op: ComponentRegister(ComponentId={3BE432EE-5CE6-4B9A-86F5-31DA896FB2F1},KeyPath=C:\Python34\Lib\concurrent\futures\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:233]: Executing op: ComponentRegister(ComponentId={B9E11F85-B98E-4AA4-864A-4CDE5C871E44},KeyPath=C:\Python34\Lib\concurrent\futures\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:233]: Executing op: ComponentRegister(ComponentId={FABC45AA-E11B-410B-A655-596F6C785AC4},KeyPath=C:\Python34\Lib\concurrent\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:234]: Executing op: ComponentRegister(ComponentId={764452AA-A130-42F4-8E4C-6C350E10CD06},KeyPath=C:\Python34\Lib\concurrent\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:234]: Executing op: ComponentRegister(ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA},KeyPath=C:\Python34\Lib\idlelib\Icons\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:234]: Executing op: ComponentRegister(ComponentId={636CC23A-051E-4753-94FA-6FC6AEEEE65E},KeyPath=C:\Python34\Lib\idlelib\idle_test\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:235]: Executing op: ComponentRegister(ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84},KeyPath=C:\Python34\Lib\idlelib\idle_test\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:235]: Executing op: ComponentRegister(ComponentId={7059DFCE-DA03-48E7-9756-29C7E364A95F},KeyPath=C:\Python34\Lib\idlelib\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:235]: Executing op: ComponentRegister(ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6},KeyPath=C:\Python34\Lib\idlelib\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:236]: Executing op: ComponentRegister(ComponentId={BDB6621E-8BBF-4FD2-823E-073CE0555220},KeyPath=C:\Python34\Lib\site-packages\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:236]: Executing op: ComponentRegister(ComponentId={F8DEE1BD-69E3-416C-B10B-79303AB60C54},KeyPath=C:\Python34\Lib\asyncio\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:236]: Executing op: ComponentRegister(ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9},KeyPath=C:\Python34\Lib\asyncio\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:237]: Executing op: ComponentRegister(ComponentId={116CF3BA-C3D2-493E-AE07-6C7CE4E6D2BE},KeyPath=C:\Python34\Lib\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:237]: Executing op: ComponentRegister(ComponentId={860478A2-580E-410B-BE37-19F01E016382},KeyPath=C:\Python34\Lib\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:237]: Executing op: ComponentRegister(ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C},KeyPath=C:\Python34\DLLs\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:238]: Executing op: ComponentRegister(ComponentId={23711695-88A6-4368-931F-81CED98AFCC0},KeyPath=C:\WINDOWS\pyw.exe,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=1,BinaryType=1) MSI (s) (9C:5C) [21:26:19:238]: Executing op: ComponentRegister(ComponentId={E1093480-9656-47C5-A2C5-668438F3667C},KeyPath=C:\WINDOWS\py.exe,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=1,BinaryType=1) MSI (s) (9C:5C) [21:26:19:239]: Executing op: ComponentRegister(ComponentId={9CAEF4EA-3214-4158-B003-1B2678F9A0DF},KeyPath=C:\Python34\pythonw.exe,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:239]: Executing op: ComponentRegister(ComponentId={EC85078E-062E-4DA9-85F3-03A1505DA388},KeyPath=C:\Python34\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:239]: Executing op: ComponentRegister(ComponentId={AFE7885B-782A-47F1-AFF1-53AA58CD4A3D},KeyPath=C:\Python34\python.exe,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:240]: Executing op: ComponentRegister(ComponentId={7A0C5812-2583-40D9-BCBB-CD7485F11377},KeyPath=C:\WINDOWS\system32\python34.dll,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=1,BinaryType=1) MSI (s) (9C:5C) [21:26:19:240]: Executing op: ComponentRegister(ComponentId={C4D88CF0-8342-4897-8E2C-A418BE1FB1C4},KeyPath=C:\Python34\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:240]: Executing op: ComponentRegister(ComponentId={2D8CFF11-87C4-4569-9999-ED22D3FCFBB0},KeyPath=C:\Python34\Tools\pynche\X\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) Rollback: InstallInitialize MSI (s) (9C:5C) [21:26:19:241]: Executing op: ActionStart(Name=InstallInitialize,,) MSI (s) (9C:5C) [21:26:19:241]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD\SourceList,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:241]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:241]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD\SourceList 3: 2 MSI (s) (9C:5C) [21:26:19:242]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:242]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:242]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:5C) [21:26:19:242]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\TempPackages,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:242]: Executing op: RegRemoveValue(Name=C:\WINDOWS\Installer\{D54842CB-F761-30BA-881F-1FF821DC44DF}\python_icon.exe,Value=#1,) MSI (s) (9C:5C) [21:26:19:243]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:243]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\UpgradeCodes\C0A569A66EE6A3E4993823365F3611CE,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:243]: Executing op: RegAddValue(Name=BC24845D167FAB0388F1F18F12CD44FD,,) MSI (s) (9C:5C) [21:26:19:245]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:246]: Executing op: RegAddValue(Name=DefaultFeature,,) MSI (s) (9C:5C) [21:26:19:246]: Executing op: RegAddValue(Name=SharedCRT,,) MSI (s) (9C:5C) [21:26:19:247]: Executing op: RegAddValue(Name=Extensions,Value=DefaultFeature,) MSI (s) (9C:5C) [21:26:19:247]: Executing op: RegAddValue(Name=TclTk,Value=DefaultFeature,) MSI (s) (9C:5C) [21:26:19:247]: Executing op: RegAddValue(Name=Documentation,Value=DefaultFeature,) MSI (s) (9C:5C) [21:26:19:247]: Executing op: RegAddValue(Name=Tools,Value=DefaultFeature,) MSI (s) (9C:5C) [21:26:19:247]: Executing op: RegAddValue(Name=pip_feature,Value=DefaultFeature,) MSI (s) (9C:5C) [21:26:19:248]: Executing op: RegAddValue(Name=Testsuite,Value=DefaultFeature,) MSI (s) (9C:5C) [21:26:19:248]: Executing op: RegAddValue(Name=PrependPath,Value=DefaultFeature,) MSI (s) (9C:5C) [21:26:19:248]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:248]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:249]: Executing op: RegAddValue(Name=ProductName,Value=Python 3.4.1 (64-bit),) MSI (s) (9C:5C) [21:26:19:249]: Executing op: RegAddValue(Name=PackageCode,Value=A9096D3AF8680FB4F8B8C7AA56DB4D55,) MSI (s) (9C:5C) [21:26:19:249]: Executing op: RegAddValue(Name=Language,Value=#1033,) MSI (s) (9C:5C) [21:26:19:249]: Executing op: RegAddValue(Name=Version,Value=#50594942,) MSI (s) (9C:5C) [21:26:19:250]: Executing op: RegAddValue(Name=Assignment,Value=#1,) MSI (s) (9C:5C) [21:26:19:250]: Executing op: RegAddValue(Name=AdvertiseFlags,Value=#388,) MSI (s) (9C:5C) [21:26:19:250]: Executing op: RegAddValue(Name=InstanceType,Value=#0,) MSI (s) (9C:5C) [21:26:19:251]: Executing op: RegAddValue(Name=AuthorizedLUAApp,Value=#0,) MSI (s) (9C:5C) [21:26:19:251]: Executing op: RegAddValue(Name=DeploymentFlags,Value=#2,) MSI (s) (9C:5C) [21:26:19:251]: Executing op: RegAddValue(Name=Clients,Value=[~]:[~],) MSI (s) (9C:5C) [21:26:19:251]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD\SourceList,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:251]: Executing op: RegAddValue(Name=PackageName,Value=python-3.4.1.amd64.msi,) MSI (s) (9C:5C) [21:26:19:252]: Executing op: RegAddValue(Name=LastUsedSource,Value=#%n;1;C:\Users\pierre\Downloads\,) MSI (s) (9C:5C) [21:26:19:252]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD\SourceList\Net,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:252]: Executing op: RegAddValue(Name=1,Value=#%C:\Users\pierre\Downloads\,) MSI (s) (9C:5C) [21:26:19:253]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD\SourceList\Media,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:253]: Executing op: RegAddValue(Name=1,Value=;,) MSI (s) (9C:5C) [21:26:19:253]: Executing op: RegAddValue(Name=3375,Value=;,) MSI (s) (9C:5C) [21:26:19:253]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:254]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{D54842CB-F761-30BA-881F-1FF821DC44DF},SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:254]: Executing op: RegAddValue(Name=DisplayName,Value=Python 3.4.1 (64-bit),) MSI (s) (9C:5C) [21:26:19:255]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\InstallProperties,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:255]: Executing op: RegAddValue(Name=DisplayName,Value=Python 3.4.1 (64-bit),) MSI (s) (9C:5C) [21:26:19:256]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\InstallProperties,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:256]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:257]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:257]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:258]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Usage,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:258]: Executing op: RegAddValue(Name=TclTk,Value=#1162805249,) MSI (s) (9C:5C) [21:26:19:258]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Usage,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:258]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Usage,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:259]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:259]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes\C0A569A66EE6A3E4993823365F3611CE,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:260]: Executing op: RegAddValue(Name=BC24845D167FAB0388F1F18F12CD44FD,,) MSI (s) (9C:5C) [21:26:19:261]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{D54842CB-F761-30BA-881F-1FF821DC44DF},SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:261]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:263]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:263]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:263]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:264]: Executing op: RegAddValue(Name=Language,Value=#1033,) MSI (s) (9C:5C) [21:26:19:264]: Executing op: RegAddValue(Name=Version,Value=#50594942,) MSI (s) (9C:5C) [21:26:19:264]: Executing op: RegAddValue(Name=WindowsInstaller,Value=#1,) MSI (s) (9C:5C) [21:26:19:265]: Executing op: RegAddValue(Name=VersionMinor,Value=#4,) MSI (s) (9C:5C) [21:26:19:265]: Executing op: RegAddValue(Name=VersionMajor,Value=#3,) MSI (s) (9C:5C) [21:26:19:265]: Executing op: RegAddValue(Name=URLUpdateInfo,,) MSI (s) (9C:5C) [21:26:19:265]: Executing op: RegAddValue(Name=URLInfoAbout,,) MSI (s) (9C:5C) [21:26:19:266]: Executing op: RegAddValue(Name=UninstallString,Value=#%MsiExec.exe /I{D54842CB-F761-30BA-881F-1FF821DC44DF},) MSI (s) (9C:5C) [21:26:19:266]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:266]: Executing op: RegAddValue(Name=EstimatedSize,Value=#68669,) MSI (s) (9C:5C) [21:26:19:266]: Executing op: RegAddValue(Name=Size,,) MSI (s) (9C:5C) [21:26:19:267]: Executing op: RegAddValue(Name=Readme,,) MSI (s) (9C:5C) [21:26:19:267]: Executing op: RegAddValue(Name=Publisher,Value=Python Software Foundation,) MSI (s) (9C:5C) [21:26:19:267]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:267]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:268]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:268]: Executing op: RegAddValue(Name=ModifyPath,Value=#%MsiExec.exe /I{D54842CB-F761-30BA-881F-1FF821DC44DF},) MSI (s) (9C:5C) [21:26:19:268]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:268]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:268]: Executing op: RegAddValue(Name=InstallSource,Value=C:\Users\pierre\Downloads\,) MSI (s) (9C:5C) [21:26:19:269]: Executing op: RegAddValue(Name=InstallLocation,,) MSI (s) (9C:5C) [21:26:19:269]: Executing op: RegAddValue(Name=InstallDate,Value=20140924,) MSI (s) (9C:5C) [21:26:19:269]: Executing op: RegAddValue(Name=HelpTelephone,,) MSI (s) (9C:5C) [21:26:19:270]: Executing op: RegAddValue(Name=HelpLink,,) MSI (s) (9C:5C) [21:26:19:270]: Executing op: RegAddValue(Name=DisplayVersion,Value=3.4.1150,) MSI (s) (9C:5C) [21:26:19:270]: Executing op: RegAddValue(Name=Contact,,) MSI (s) (9C:5C) [21:26:19:271]: Executing op: RegAddValue(Name=Comments,,) MSI (s) (9C:5C) [21:26:19:271]: Executing op: RegAddValue(Name=AuthorizedCDFPrefix,,) MSI (s) (9C:5C) [21:26:19:271]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\InstallProperties,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:271]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:272]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:273]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:273]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:273]: Executing op: RegAddValue(Name=Language,Value=#1033,) MSI (s) (9C:5C) [21:26:19:274]: Executing op: RegAddValue(Name=Version,Value=#50594942,) MSI (s) (9C:5C) [21:26:19:274]: Executing op: RegAddValue(Name=WindowsInstaller,Value=#1,) MSI (s) (9C:5C) [21:26:19:274]: Executing op: RegAddValue(Name=VersionMinor,Value=#4,) MSI (s) (9C:5C) [21:26:19:275]: Executing op: RegAddValue(Name=VersionMajor,Value=#3,) MSI (s) (9C:5C) [21:26:19:275]: Executing op: RegAddValue(Name=URLUpdateInfo,,) MSI (s) (9C:5C) [21:26:19:276]: Executing op: RegAddValue(Name=URLInfoAbout,,) MSI (s) (9C:5C) [21:26:19:276]: Executing op: RegAddValue(Name=UninstallString,Value=#%MsiExec.exe /I{D54842CB-F761-30BA-881F-1FF821DC44DF},) MSI (s) (9C:5C) [21:26:19:276]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:277]: Executing op: RegAddValue(Name=EstimatedSize,Value=#68669,) MSI (s) (9C:5C) [21:26:19:277]: Executing op: RegAddValue(Name=Size,,) MSI (s) (9C:5C) [21:26:19:277]: Executing op: RegAddValue(Name=Readme,,) MSI (s) (9C:5C) [21:26:19:278]: Executing op: RegAddValue(Name=Publisher,Value=Python Software Foundation,) MSI (s) (9C:5C) [21:26:19:279]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:279]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:279]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:280]: Executing op: RegAddValue(Name=ModifyPath,Value=#%MsiExec.exe /I{D54842CB-F761-30BA-881F-1FF821DC44DF},) MSI (s) (9C:5C) [21:26:19:280]: Executing op: RegAddValue(Name=LocalPackage,Value=C:\WINDOWS\Installer\20094.msi,) MSI (s) (9C:5C) [21:26:19:280]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:281]: Executing op: RegAddValue(Name=InstallSource,Value=C:\Users\pierre\Downloads\,) MSI (s) (9C:5C) [21:26:19:281]: Executing op: RegAddValue(Name=InstallLocation,,) MSI (s) (9C:5C) [21:26:19:281]: Executing op: RegAddValue(Name=InstallDate,Value=20140924,) MSI (s) (9C:5C) [21:26:19:282]: Executing op: RegAddValue(Name=HelpTelephone,,) MSI (s) (9C:5C) [21:26:19:282]: Executing op: RegAddValue(Name=HelpLink,,) MSI (s) (9C:5C) [21:26:19:282]: Executing op: RegAddValue(Name=DisplayVersion,Value=3.4.1150,) MSI (s) (9C:5C) [21:26:19:283]: Executing op: RegAddValue(Name=Contact,,) MSI (s) (9C:5C) [21:26:19:283]: Executing op: RegAddValue(Name=Comments,,) MSI (s) (9C:5C) [21:26:19:283]: Executing op: RegAddValue(Name=AuthorizedCDFPrefix,,) MSI (s) (9C:5C) [21:26:19:283]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\TempPackages,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:284]: Executing op: RegRemoveValue(Name=C:\WINDOWS\Installer\20094.msi,Value=#0,) MSI (s) (9C:5C) [21:26:19:284]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:284]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\TempPackages 3: 2 MSI (s) (9C:5C) [21:26:19:284]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Transforms,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:284]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:285]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Transforms 3: 2 MSI (s) (9C:5C) [21:26:19:285]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0) MSI (s) (9C:5C) [21:26:19:285]: Error in rollback skipped. Return: 5 MSI (s) (9C:5C) [21:26:19:325]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:19:330]: Calling SRSetRestorePoint API. dwRestorePtType: 13, dwEventType: 103, llSequenceNumber: 6, szDescription: "". MSI (s) (9C:5C) [21:26:19:331]: The call to SRSetRestorePoint API succeeded. Returned status: 0. MSI (s) (9C:5C) [21:26:19:331]: Unlocking Server Action ended 21:26:19: INSTALL. Return value 3. Property(S): X = C:\Python34\Tools\pynche\X\ Property(S): UpgradeCode = {6A965A0C-6EE6-4E3A-9983-3263F56311EC} Property(S): ProductName = Python 3.4.2 (64-bit) Property(S): ProductCode = {CD723946-09C1-38D3-8542-732BA931E9EF} Property(S): ProductVersion = 3.4.2150 Property(S): Manufacturer = Python Software Foundation Property(S): ProductLanguage = 1033 Property(S): VersionNT = 603 Property(S): WhichUsers = ALL Property(S): ProductLine = Python34 Property(S): TARGETDIR = C:\Python34\ Property(S): Tools = C:\Python34\Tools\ Property(S): DefaultUIFont = DlgFont8 Property(S): ErrorDialog = ErrorDlg Property(S): Progress1 = Install Property(S): Progress2 = installs Property(S): MaintenanceForm_Action = Repair Property(S): DLLDIR = C:\WINDOWS\system32\ Property(S): LAUNCHERDIR = C:\WINDOWS\ Property(S): DLLs = C:\Python34\DLLs\ Property(S): Lib = C:\Python34\Lib\ Property(S): Lib_pycache = C:\Python34\Lib\__pycache__\ Property(S): asyncio = C:\Python34\Lib\asyncio\ Property(S): asyncio_pycache = C:\Python34\Lib\asyncio\__pycache__\ Property(S): site_packages = C:\Python34\Lib\site-packages\ Property(S): idlelib = C:\Python34\Lib\idlelib\ Property(S): idlelib_pycache = C:\Python34\Lib\idlelib\__pycache__\ Property(S): idle_test = C:\Python34\Lib\idlelib\idle_test\ Property(S): idle_test_pycache = C:\Python34\Lib\idlelib\idle_test\__pycache__\ Property(S): Icons = C:\Python34\Lib\idlelib\Icons\ Property(S): concurrent = C:\Python34\Lib\concurrent\ Property(S): concurrent_pycache = C:\Python34\Lib\concurrent\__pycache__\ Property(S): futures = C:\Python34\Lib\concurrent\futures\ Property(S): futures_pycache = C:\Python34\Lib\concurrent\futures\__pycache__\ Property(S): http = C:\Python34\Lib\http\ Property(S): http_pycache = C:\Python34\Lib\http\__pycache__\ Property(S): sqlite3 = C:\Python34\Lib\sqlite3\ Property(S): sqlite3_pycache = C:\Python34\Lib\sqlite3\__pycache__\ Property(S): test = C:\Python34\Lib\sqlite3\test\ Property(S): test_pycache = C:\Python34\Lib\sqlite3\test\__pycache__\ Property(S): html = C:\Python34\Lib\html\ Property(S): html_pycache = C:\Python34\Lib\html\__pycache__\ Property(S): lib2to3 = C:\Python34\Lib\lib2to3\ Property(S): lib2to3_pycache = C:\Python34\Lib\lib2to3\__pycache__\ Property(S): pgen2 = C:\Python34\Lib\lib2to3\pgen2\ Property(S): pgen2_pycache = C:\Python34\Lib\lib2to3\pgen2\__pycache__\ Property(S): tests = C:\Python34\Lib\lib2to3\tests\ Property(S): tests_pycache = C:\Python34\Lib\lib2to3\tests\__pycache__\ Property(S): data = C:\Python34\Lib\lib2to3\tests\data\ Property(S): data_pycache = C:\Python34\Lib\lib2to3\tests\data\__pycache__\ Property(S): fixers = C:\Python34\Lib\lib2to3\tests\data\fixers\ Property(S): fixers_pycache = C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\ Property(S): myfixes = C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ Property(S): myfixes_pycache = C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\ Property(S): fixes = C:\Python34\Lib\lib2to3\fixes\ Property(S): fixes_pycache = C:\Python34\Lib\lib2to3\fixes\__pycache__\ Property(S): tkinter = C:\Python34\Lib\tkinter\ Property(S): tkinter_pycache = C:\Python34\Lib\tkinter\__pycache__\ Property(S): test1 = C:\Python34\Lib\tkinter\test\ Property(S): test1_pycache = C:\Python34\Lib\tkinter\test\__pycache__\ Property(S): test_tkinter = C:\Python34\Lib\tkinter\test\test_tkinter\ Property(S): test_tkinter_pycache = C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\ Property(S): test_ttk = C:\Python34\Lib\tkinter\test\test_ttk\ Property(S): test_ttk_pycache = C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\ Property(S): wsgiref = C:\Python34\Lib\wsgiref\ Property(S): wsgiref_pycache = C:\Python34\Lib\wsgiref\__pycache__\ Property(S): venv = C:\Python34\Lib\venv\ Property(S): venv_pycache = C:\Python34\Lib\venv\__pycache__\ Property(S): scripts = C:\Python34\Lib\venv\scripts\ Property(S): nt = C:\Python34\Lib\venv\scripts\nt\ Property(S): posix = C:\Python34\Lib\venv\scripts\posix\ Property(S): json = C:\Python34\Lib\json\ Property(S): json_pycache = C:\Python34\Lib\json\__pycache__\ Property(S): curses = C:\Python34\Lib\curses\ Property(S): curses_pycache = C:\Python34\Lib\curses\__pycache__\ Property(S): multiprocessing = C:\Python34\Lib\multiprocessing\ Property(S): multiprocessing_pycache = C:\Python34\Lib\multiprocessing\__pycache__\ Property(S): dummy = C:\Python34\Lib\multiprocessing\dummy\ Property(S): dummy_pycache = C:\Python34\Lib\multiprocessing\dummy\__pycache__\ Property(S): ensurepip = C:\Python34\Lib\ensurepip\ Property(S): ensurepip_pycache = C:\Python34\Lib\ensurepip\__pycache__\ Property(S): _bundled = C:\Python34\Lib\ensurepip\_bundled\ Property(S): logging = C:\Python34\Lib\logging\ Property(S): logging_pycache = C:\Python34\Lib\logging\__pycache__\ Property(S): ctypes = C:\Python34\Lib\ctypes\ Property(S): ctypes_pycache = C:\Python34\Lib\ctypes\__pycache__\ Property(S): test2 = C:\Python34\Lib\ctypes\test\ Property(S): test2_pycache = C:\Python34\Lib\ctypes\test\__pycache__\ Property(S): macholib = C:\Python34\Lib\ctypes\macholib\ Property(S): macholib_pycache = C:\Python34\Lib\ctypes\macholib\__pycache__\ Property(S): test3 = C:\Python34\Lib\test\ Property(S): test3_pycache = C:\Python34\Lib\test\__pycache__\ Property(S): test_asyncio = C:\Python34\Lib\test\test_asyncio\ Property(S): test_asyncio_pycache = C:\Python34\Lib\test\test_asyncio\__pycache__\ Property(S): support = C:\Python34\Lib\test\support\ Property(S): support_pycache = C:\Python34\Lib\test\support\__pycache__\ Property(S): capath = C:\Python34\Lib\test\capath\ Property(S): encoded_modules = C:\Python34\Lib\test\encoded_modules\ Property(S): encoded_modules_pycache = C:\Python34\Lib\test\encoded_modules\__pycache__\ Property(S): imghdrdata = C:\Python34\Lib\test\imghdrdata\ Property(S): test_tools = C:\Python34\Lib\test\test_tools\ Property(S): test_tools_pycache = C:\Python34\Lib\test\test_tools\__pycache__\ Property(S): decimaltestdata = C:\Python34\Lib\test\decimaltestdata\ Property(S): sndhdrdata = C:\Python34\Lib\test\sndhdrdata\ Property(S): tracedmodules = C:\Python34\Lib\test\tracedmodules\ Property(S): tracedmodules_pycache = C:\Python34\Lib\test\tracedmodules\__pycache__\ Property(S): crashers = C:\Python34\Lib\test\crashers\ Property(S): crashers_pycache = C:\Python34\Lib\test\crashers\__pycache__\ Property(S): cjkencodings = C:\Python34\Lib\test\cjkencodings\ Property(S): leakers = C:\Python34\Lib\test\leakers\ Property(S): leakers_pycache = C:\Python34\Lib\test\leakers\__pycache__\ Property(S): subprocessdata = C:\Python34\Lib\test\subprocessdata\ Property(S): subprocessdata_pycache = C:\Python34\Lib\test\subprocessdata\__pycache__\ Property(S): test_json = C:\Python34\Lib\test\test_json\ Property(S): test_json_pycache = C:\Python34\Lib\test\test_json\__pycache__\ Property(S): xmltestdata = C:\Python34\Lib\test\xmltestdata\ Property(S): data1 = C:\Python34\Lib\test\data\ Property(S): audiodata = C:\Python34\Lib\test\audiodata\ Property(S): test_importlib = C:\Python34\Lib\test\test_importlib\ Property(S): test_importlib_pycache = C:\Python34\Lib\test\test_importlib\__pycache__\ Property(S): builtin = C:\Python34\Lib\test\test_importlib\builtin\ Property(S): builtin_pycache = C:\Python34\Lib\test\test_importlib\builtin\__pycache__\ Property(S): namespace_pkgs = C:\Python34\Lib\test\test_importlib\namespace_pkgs\ Property(S): module_and_namespace_package = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\ Property(S): module_and_namespace_package_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\ Property(S): a_test = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\ Property(S): project3 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\ Property(S): parent = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\ Property(S): child = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\ Property(S): child_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\ Property(S): project1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\ Property(S): parent1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\ Property(S): child1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\ Property(S): child1_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\ Property(S): project2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\ Property(S): parent2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\ Property(S): child2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\ Property(S): child2_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\ Property(S): both_portions = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\ Property(S): foo = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\ Property(S): foo_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\ Property(S): not_a_namespace_pkg = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\ Property(S): foo1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\ Property(S): foo1_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\ Property(S): portion1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\ Property(S): foo2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\ Property(S): foo2_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\ Property(S): portion2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\ Property(S): foo3 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\ Property(S): foo3_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\ Property(S): frozen = C:\Python34\Lib\test\test_importlib\frozen\ Property(S): frozen_pycache = C:\Python34\Lib\test\test_importlib\frozen\__pycache__\ Property(S): source = C:\Python34\Lib\test\test_importlib\source\ Property(S): source_pycache = C:\Python34\Lib\test\test_importlib\source\__pycache__\ Property(S): extension = C:\Python34\Lib\test\test_importlib\extension\ Property(S): extension_pycache = C:\Python34\Lib\test\test_importlib\extension\__pycache__\ Property(S): import_ = C:\Python34\Lib\test\test_importlib\import_\ Property(S): import__pycache = C:\Python34\Lib\test\test_importlib\import_\__pycache__\ Property(S): test_email = C:\Python34\Lib\test\test_email\ Property(S): test_email_pycache = C:\Python34\Lib\test\test_email\__pycache__\ Property(S): data2 = C:\Python34\Lib\test\test_email\data\ Property(S): turtledemo = C:\Python34\Lib\turtledemo\ Property(S): turtledemo_pycache = C:\Python34\Lib\turtledemo\__pycache__\ Property(S): xml = C:\Python34\Lib\xml\ Property(S): xml_pycache = C:\Python34\Lib\xml\__pycache__\ Property(S): dom = C:\Python34\Lib\xml\dom\ Property(S): dom_pycache = C:\Python34\Lib\xml\dom\__pycache__\ Property(S): etree = C:\Python34\Lib\xml\etree\ Property(S): etree_pycache = C:\Python34\Lib\xml\etree\__pycache__\ Property(S): parsers = C:\Python34\Lib\xml\parsers\ Property(S): parsers_pycache = C:\Python34\Lib\xml\parsers\__pycache__\ Property(S): sax = C:\Python34\Lib\xml\sax\ Property(S): sax_pycache = C:\Python34\Lib\xml\sax\__pycache__\ Property(S): email = C:\Python34\Lib\email\ Property(S): email_pycache = C:\Python34\Lib\email\__pycache__\ Property(S): mime = C:\Python34\Lib\email\mime\ Property(S): mime_pycache = C:\Python34\Lib\email\mime\__pycache__\ Property(S): urllib = C:\Python34\Lib\urllib\ Property(S): urllib_pycache = C:\Python34\Lib\urllib\__pycache__\ Property(S): encodings = C:\Python34\Lib\encodings\ Property(S): encodings_pycache = C:\Python34\Lib\encodings\__pycache__\ Property(S): pydoc_data = C:\Python34\Lib\pydoc_data\ Property(S): pydoc_data_pycache = C:\Python34\Lib\pydoc_data\__pycache__\ Property(S): msilib = C:\Python34\Lib\msilib\ Property(S): msilib_pycache = C:\Python34\Lib\msilib\__pycache__\ Property(S): xmlrpc = C:\Python34\Lib\xmlrpc\ Property(S): xmlrpc_pycache = C:\Python34\Lib\xmlrpc\__pycache__\ Property(S): unittest = C:\Python34\Lib\unittest\ Property(S): unittest_pycache = C:\Python34\Lib\unittest\__pycache__\ Property(S): test4 = C:\Python34\Lib\unittest\test\ Property(S): test4_pycache = C:\Python34\Lib\unittest\test\__pycache__\ Property(S): testmock = C:\Python34\Lib\unittest\test\testmock\ Property(S): testmock_pycache = C:\Python34\Lib\unittest\test\testmock\__pycache__\ Property(S): collections = C:\Python34\Lib\collections\ Property(S): collections_pycache = C:\Python34\Lib\collections\__pycache__\ Property(S): importlib = C:\Python34\Lib\importlib\ Property(S): importlib_pycache = C:\Python34\Lib\importlib\__pycache__\ Property(S): distutils = C:\Python34\Lib\distutils\ Property(S): distutils_pycache = C:\Python34\Lib\distutils\__pycache__\ Property(S): command = C:\Python34\Lib\distutils\command\ Property(S): command_pycache = C:\Python34\Lib\distutils\command\__pycache__\ Property(S): tests1 = C:\Python34\Lib\distutils\tests\ Property(S): tests1_pycache = C:\Python34\Lib\distutils\tests\__pycache__\ Property(S): dbm = C:\Python34\Lib\dbm\ Property(S): dbm_pycache = C:\Python34\Lib\dbm\__pycache__\ Property(S): include = C:\Python34\include\ Property(S): libs = C:\Python34\libs\ Property(S): tcl = C:\Python34\tcl\ Property(S): tk8.6 = C:\Python34\tcl\tk8.6\ Property(S): ttk = C:\Python34\tcl\tk8.6\ttk\ Property(S): msgs = C:\Python34\tcl\tk8.6\msgs\ Property(S): images = C:\Python34\tcl\tk8.6\images\ Property(S): demos = C:\Python34\tcl\tk8.6\demos\ Property(S): images1 = C:\Python34\tcl\tk8.6\demos\images\ Property(S): tix8.4.3 = C:\Python34\tcl\tix8.4.3\ Property(S): pref = C:\Python34\tcl\tix8.4.3\pref\ Property(S): demos1 = C:\Python34\tcl\tix8.4.3\demos\ Property(S): samples = C:\Python34\tcl\tix8.4.3\demos\samples\ Property(S): bitmaps = C:\Python34\tcl\tix8.4.3\demos\bitmaps\ Property(S): bitmaps1 = C:\Python34\tcl\tix8.4.3\bitmaps\ Property(S): thread2.7.0 = C:\Python34\tcl\thread2.7.0\ Property(S): tdbcsqlite1.0.0 = C:\Python34\tcl\tdbcsqlite1.0.0\ Property(S): tdbcpostgres1.0.0 = C:\Python34\tcl\tdbcpostgres1.0.0\ Property(S): tdbcodbc1.0.0 = C:\Python34\tcl\tdbcodbc1.0.0\ Property(S): tdbcmysql1.0.0 = C:\Python34\tcl\tdbcmysql1.0.0\ Property(S): tdbc1.0.0 = C:\Python34\tcl\tdbc1.0.0\ Property(S): tcl8.6 = C:\Python34\tcl\tcl8.6\ Property(S): tzdata = C:\Python34\tcl\tcl8.6\tzdata\ Property(S): US = C:\Python34\tcl\tcl8.6\tzdata\US\ Property(S): Pacific = C:\Python34\tcl\tcl8.6\tzdata\Pacific\ Property(S): SystemV = C:\Python34\tcl\tcl8.6\tzdata\SystemV\ Property(S): Mexico = C:\Python34\tcl\tcl8.6\tzdata\Mexico\ Property(S): Indian = C:\Python34\tcl\tcl8.6\tzdata\Indian\ Property(S): Europe = C:\Python34\tcl\tcl8.6\tzdata\Europe\ Property(S): Etc = C:\Python34\tcl\tcl8.6\tzdata\Etc\ Property(S): Chile = C:\Python34\tcl\tcl8.6\tzdata\Chile\ Property(S): Canada = C:\Python34\tcl\tcl8.6\tzdata\Canada\ Property(S): Atlantic = C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ Property(S): Brazil = C:\Python34\tcl\tcl8.6\tzdata\Brazil\ Property(S): Australia = C:\Python34\tcl\tcl8.6\tzdata\Australia\ Property(S): Asia = C:\Python34\tcl\tcl8.6\tzdata\Asia\ Property(S): Arctic = C:\Python34\tcl\tcl8.6\tzdata\Arctic\ Property(S): Antarctica = C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ Property(S): America = C:\Python34\tcl\tcl8.6\tzdata\America\ Property(S): North_Dakota = C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ Property(S): Kentucky = C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\ Property(S): Indiana = C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ Property(S): Argentina = C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ Property(S): Africa = C:\Python34\tcl\tcl8.6\tzdata\Africa\ Property(S): opt0.4 = C:\Python34\tcl\tcl8.6\opt0.4\ Property(S): msgs1 = C:\Python34\tcl\tcl8.6\msgs\ Property(S): http1.0 = C:\Python34\tcl\tcl8.6\http1.0\ Property(S): encoding = C:\Python34\tcl\tcl8.6\encoding\ Property(S): tcl8 = C:\Python34\tcl\tcl8\ Property(S): _8.6 = C:\Python34\tcl\tcl8\8.6\ Property(S): tdbc = C:\Python34\tcl\tcl8\8.6\tdbc\ Property(S): _8.5 = C:\Python34\tcl\tcl8\8.5\ Property(S): _8.4 = C:\Python34\tcl\tcl8\8.4\ Property(S): platform = C:\Python34\tcl\tcl8\8.4\platform\ Property(S): _8.3 = C:\Python34\tcl\tcl8\8.3\ Property(S): _8.2 = C:\Python34\tcl\tcl8\8.2\ Property(S): sqlite33.8.0 = C:\Python34\tcl\sqlite33.8.0\ Property(S): reg1.3 = C:\Python34\tcl\reg1.3\ Property(S): itcl4.0.0 = C:\Python34\tcl\itcl4.0.0\ Property(S): dde1.4 = C:\Python34\tcl\dde1.4\ Property(S): i18n = C:\Python34\Tools\i18n\ Property(S): i18n_pycache = C:\Python34\Tools\i18n\__pycache__\ Property(S): pynche = C:\Python34\Tools\pynche\ Property(S): pynche_pycache = C:\Python34\Tools\pynche\__pycache__\ Property(S): Scripts = C:\Python34\Tools\Scripts\ Property(S): Scripts_pycache = C:\Python34\Tools\Scripts\__pycache__\ Property(S): Doc = C:\Python34\Doc\ Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ Property(S): MenuDir = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\ Property(S): REMOVEOLDVERSION = {D54842CB-F761-30BA-881F-1FF821DC44DF} Property(S): REMOVEOLDSNAPSHOT = {2583CDBA-8A53-4622-BB67-1D163714C1B4} Property(S): SecureCustomProperties = REMOVEOLDSNAPSHOT;REMOVEOLDVERSION;TARGETDIR;DLLDIR;LAUNCHERDIR Property(S): WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC = C:\WINDOWS\ Property(S): System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC = C:\WINDOWS\system32\ Property(S): DirectoryTable100_amd64.BFF61907_AA2D_3A26_8666_98D956A62ABC = DirectoryTable Property(S): MsiLogFileLocation = C:\WINDOWS\system32\log.txt Property(S): PackageCode = {DFFC8690-7E44-4587-9B40-13D3182C6046} Property(S): ProductState = -1 Property(S): ALLUSERS = 1 Property(S): PackagecodeChanging = 1 Property(S): CURRENTDIRECTORY = C:\WINDOWS\system32 Property(S): CLIENTUILEVEL = 0 Property(S): CLIENTPROCESSID = 7536 Property(S): USERNAME = pierre.boulanger at hotmail.com Property(S): VersionDatabase = 200 Property(S): ACTION = INSTALL Property(S): EXECUTEACTION = INSTALL Property(S): ROOTDRIVE = C:\ Property(S): MIGRATE = {D54842CB-F761-30BA-881F-1FF821DC44DF};{2583CDBA-8A53-4622-BB67-1D163714C1B4} Property(S): INSTALLLEVEL = 1 Property(S): SECONDSEQUENCE = 1 Property(S): ADDLOCAL = DefaultFeature,SharedCRT,Extensions,TclTk,Documentation,Tools,pip_feature,Testsuite,PrependPath Property(S): VersionMsi = 5.00 Property(S): VersionNT64 = 603 Property(S): WindowsBuild = 9600 Property(S): ServicePackLevel = 0 Property(S): ServicePackLevelMinor = 0 Property(S): MsiNTProductType = 1 Property(S): MsiNTSuitePersonal = 1 Property(S): WindowsFolder = C:\WINDOWS\ Property(S): WindowsVolume = C:\ Property(S): System64Folder = C:\WINDOWS\system32\ Property(S): SystemFolder = C:\WINDOWS\SysWOW64\ Property(S): RemoteAdminTS = 1 Property(S): TempFolder = C:\Users\pierre\AppData\Local\Temp\ Property(S): ProgramFilesFolder = C:\Program Files (x86)\ Property(S): CommonFilesFolder = C:\Program Files (x86)\Common Files\ Property(S): ProgramFiles64Folder = C:\Program Files\ Property(S): CommonFiles64Folder = C:\Program Files\Common Files\ Property(S): AppDataFolder = C:\Users\pierre\AppData\Roaming\ Property(S): FavoritesFolder = C:\Users\pierre\Favorites\ Property(S): NetHoodFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Network Shortcuts\ Property(S): PersonalFolder = C:\Users\pierre\Documents\ Property(S): PrintHoodFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\ Property(S): RecentFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Recent\ Property(S): SendToFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\SendTo\ Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\ Property(S): CommonAppDataFolder = C:\ProgramData\ Property(S): LocalAppDataFolder = C:\Users\pierre\AppData\Local\ Property(S): MyPicturesFolder = C:\Users\pierre\Pictures\ Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\ Property(S): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\ Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\ Property(S): DesktopFolder = C:\Users\Public\Desktop\ Property(S): FontsFolder = C:\WINDOWS\Fonts\ Property(S): GPTSupport = 1 Property(S): OLEAdvtSupport = 1 Property(S): ShellAdvtSupport = 1 Property(S): MsiAMD64 = 6 Property(S): Msix64 = 6 Property(S): Intel = 6 Property(S): PhysicalMemory = 8088 Property(S): VirtualMemory = 5249 Property(S): AdminUser = 1 Property(S): MsiTrueAdminUser = 1 Property(S): LogonUser = pierre Property(S): UserSID = S-1-5-21-3441990254-2136703886-705876676-1002 Property(S): UserLanguageID = 2060 Property(S): ComputerName = BRP Property(S): SystemLanguageID = 2060 Property(S): ScreenX = 1024 Property(S): ScreenY = 768 Property(S): CaptionHeight = 28 Property(S): BorderTop = 1 Property(S): BorderSide = 1 Property(S): MsiTabletPC = 1 Property(S): TextHeight = 16 Property(S): TextInternalLeading = 3 Property(S): ColorBits = 32 Property(S): TTCSupport = 1 Property(S): Time = 21:26:19 Property(S): Date = 18-10-14 Property(S): MsiNetAssemblySupport = 4.0.30319.33440 Property(S): MsiWin32AssemblySupport = 6.3.9600.16384 Property(S): RedirectedDllSupport = 2 Property(S): MsiRunningElevated = 1 Property(S): Privileged = 1 Property(S): DATABASE = C:\WINDOWS\Installer\5216a.msi Property(S): OriginalDatabase = C:\Users\pierre\Documents\python-3.4.2.amd64.msi Property(S): UILevel = 5 Property(S): Preselected = 1 Property(S): CostingComplete = 1 Property(S): OutOfDiskSpace = 0 Property(S): OutOfNoRbDiskSpace = 0 Property(S): PrimaryVolumeSpaceAvailable = 0 Property(S): PrimaryVolumeSpaceRequired = 0 Property(S): PrimaryVolumeSpaceRemaining = 0 MSI (s) (9C:5C) [21:26:19:511]: Closing MSIHANDLE (1) of type 790542 for thread 3932 MSI (s) (9C:5C) [21:26:19:536]: MainEngineThread is returning 1603 MSI (s) (9C:78) [21:26:19:543]: RESTART MANAGER: Session closed. MSI (s) (9C:78) [21:26:19:548]: RESTART MANAGER: Session closed. MSI (s) (9C:78) [21:26:19:553]: User policy value 'DisableRollback' is 0 MSI (s) (9C:78) [21:26:19:553]: Machine policy value 'DisableRollback' is 0 MSI (s) (9C:78) [21:26:19:553]: Incrementing counter to disable shutdown. Counter after increment: 0 MSI (s) (9C:78) [21:26:19:553]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (9C:78) [21:26:19:554]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (9C:78) [21:26:19:556]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 MSI (s) (9C:78) [21:26:19:558]: Destroying RemoteAPI object. MSI (s) (9C:90) [21:26:19:558]: Custom Action Manager thread ending. MSI (c) (70:74) [21:26:19:560]: Back from server. Return value: 1603 MSI (c) (70:74) [21:26:19:560]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 MSI (c) (70:74) [21:26:19:561]: PROPERTY CHANGE: Deleting SECONDSEQUENCE property. Its current value is '1'. Action ended 21:26:19: ExecuteAction. Return value 3. MSI (c) (70:74) [21:26:19:562]: Doing action: FatalError Action 21:26:19: FatalError. Action start 21:26:19: FatalError. Action 21:26:19: FatalError. Dialog created Action ended 21:26:28: FatalError. Return value 2. Action ended 21:26:28: INSTALL. Return value 3. MSI (c) (70:74) [21:26:28:173]: Destroying RemoteAPI object. MSI (c) (70:70) [21:26:28:174]: Custom Action Manager thread ending. Property(C): X = C:\Python34\Tools\pynche\X\ Property(C): UpgradeCode = {6A965A0C-6EE6-4E3A-9983-3263F56311EC} Property(C): ProductName = Python 3.4.2 (64-bit) Property(C): ProductCode = {CD723946-09C1-38D3-8542-732BA931E9EF} Property(C): ProductVersion = 3.4.2150 Property(C): Manufacturer = Python Software Foundation Property(C): ProductLanguage = 1033 Property(C): VersionNT = 603 Property(C): WhichUsers = ALL Property(C): ProductLine = Python34 Property(C): TARGETDIR = C:\Python34\ Property(C): Tools = C:\Python34\Tools\ Property(C): DefaultUIFont = DlgFont8 Property(C): ErrorDialog = ErrorDlg Property(C): Progress1 = Install Property(C): Progress2 = installs Property(C): MaintenanceForm_Action = Repair Property(C): DLLDIR = C:\WINDOWS\system32\ Property(C): LAUNCHERDIR = C:\WINDOWS\ Property(C): SourceDir = C:\Users\pierre\Documents\ Property(C): DLLs = C:\Python34\DLLs\ Property(C): Lib = C:\Python34\Lib\ Property(C): Lib_pycache = C:\Python34\Lib\__pycache__\ Property(C): asyncio = C:\Python34\Lib\asyncio\ Property(C): asyncio_pycache = C:\Python34\Lib\asyncio\__pycache__\ Property(C): site_packages = C:\Python34\Lib\site-packages\ Property(C): idlelib = C:\Python34\Lib\idlelib\ Property(C): idlelib_pycache = C:\Python34\Lib\idlelib\__pycache__\ Property(C): idle_test = C:\Python34\Lib\idlelib\idle_test\ Property(C): idle_test_pycache = C:\Python34\Lib\idlelib\idle_test\__pycache__\ Property(C): Icons = C:\Python34\Lib\idlelib\Icons\ Property(C): concurrent = C:\Python34\Lib\concurrent\ Property(C): concurrent_pycache = C:\Python34\Lib\concurrent\__pycache__\ Property(C): futures = C:\Python34\Lib\concurrent\futures\ Property(C): futures_pycache = C:\Python34\Lib\concurrent\futures\__pycache__\ Property(C): http = C:\Python34\Lib\http\ Property(C): http_pycache = C:\Python34\Lib\http\__pycache__\ Property(C): sqlite3 = C:\Python34\Lib\sqlite3\ Property(C): sqlite3_pycache = C:\Python34\Lib\sqlite3\__pycache__\ Property(C): test = C:\Python34\Lib\sqlite3\test\ Property(C): test_pycache = C:\Python34\Lib\sqlite3\test\__pycache__\ Property(C): html = C:\Python34\Lib\html\ Property(C): html_pycache = C:\Python34\Lib\html\__pycache__\ Property(C): lib2to3 = C:\Python34\Lib\lib2to3\ Property(C): lib2to3_pycache = C:\Python34\Lib\lib2to3\__pycache__\ Property(C): pgen2 = C:\Python34\Lib\lib2to3\pgen2\ Property(C): pgen2_pycache = C:\Python34\Lib\lib2to3\pgen2\__pycache__\ Property(C): tests = C:\Python34\Lib\lib2to3\tests\ Property(C): tests_pycache = C:\Python34\Lib\lib2to3\tests\__pycache__\ Property(C): data = C:\Python34\Lib\lib2to3\tests\data\ Property(C): data_pycache = C:\Python34\Lib\lib2to3\tests\data\__pycache__\ Property(C): fixers = C:\Python34\Lib\lib2to3\tests\data\fixers\ Property(C): fixers_pycache = C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\ Property(C): myfixes = C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ Property(C): myfixes_pycache = C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\ Property(C): fixes = C:\Python34\Lib\lib2to3\fixes\ Property(C): fixes_pycache = C:\Python34\Lib\lib2to3\fixes\__pycache__\ Property(C): tkinter = C:\Python34\Lib\tkinter\ Property(C): tkinter_pycache = C:\Python34\Lib\tkinter\__pycache__\ Property(C): test1 = C:\Python34\Lib\tkinter\test\ Property(C): test1_pycache = C:\Python34\Lib\tkinter\test\__pycache__\ Property(C): test_tkinter = C:\Python34\Lib\tkinter\test\test_tkinter\ Property(C): test_tkinter_pycache = C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\ Property(C): test_ttk = C:\Python34\Lib\tkinter\test\test_ttk\ Property(C): test_ttk_pycache = C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\ Property(C): wsgiref = C:\Python34\Lib\wsgiref\ Property(C): wsgiref_pycache = C:\Python34\Lib\wsgiref\__pycache__\ Property(C): venv = C:\Python34\Lib\venv\ Property(C): venv_pycache = C:\Python34\Lib\venv\__pycache__\ Property(C): scripts = C:\Python34\Lib\venv\scripts\ Property(C): nt = C:\Python34\Lib\venv\scripts\nt\ Property(C): posix = C:\Python34\Lib\venv\scripts\posix\ Property(C): json = C:\Python34\Lib\json\ Property(C): json_pycache = C:\Python34\Lib\json\__pycache__\ Property(C): curses = C:\Python34\Lib\curses\ Property(C): curses_pycache = C:\Python34\Lib\curses\__pycache__\ Property(C): multiprocessing = C:\Python34\Lib\multiprocessing\ Property(C): multiprocessing_pycache = C:\Python34\Lib\multiprocessing\__pycache__\ Property(C): dummy = C:\Python34\Lib\multiprocessing\dummy\ Property(C): dummy_pycache = C:\Python34\Lib\multiprocessing\dummy\__pycache__\ Property(C): ensurepip = C:\Python34\Lib\ensurepip\ Property(C): ensurepip_pycache = C:\Python34\Lib\ensurepip\__pycache__\ Property(C): _bundled = C:\Python34\Lib\ensurepip\_bundled\ Property(C): logging = C:\Python34\Lib\logging\ Property(C): logging_pycache = C:\Python34\Lib\logging\__pycache__\ Property(C): ctypes = C:\Python34\Lib\ctypes\ Property(C): ctypes_pycache = C:\Python34\Lib\ctypes\__pycache__\ Property(C): test2 = C:\Python34\Lib\ctypes\test\ Property(C): test2_pycache = C:\Python34\Lib\ctypes\test\__pycache__\ Property(C): macholib = C:\Python34\Lib\ctypes\macholib\ Property(C): macholib_pycache = C:\Python34\Lib\ctypes\macholib\__pycache__\ Property(C): test3 = C:\Python34\Lib\test\ Property(C): test3_pycache = C:\Python34\Lib\test\__pycache__\ Property(C): test_asyncio = C:\Python34\Lib\test\test_asyncio\ Property(C): test_asyncio_pycache = C:\Python34\Lib\test\test_asyncio\__pycache__\ Property(C): support = C:\Python34\Lib\test\support\ Property(C): support_pycache = C:\Python34\Lib\test\support\__pycache__\ Property(C): capath = C:\Python34\Lib\test\capath\ Property(C): encoded_modules = C:\Python34\Lib\test\encoded_modules\ Property(C): encoded_modules_pycache = C:\Python34\Lib\test\encoded_modules\__pycache__\ Property(C): imghdrdata = C:\Python34\Lib\test\imghdrdata\ Property(C): test_tools = C:\Python34\Lib\test\test_tools\ Property(C): test_tools_pycache = C:\Python34\Lib\test\test_tools\__pycache__\ Property(C): decimaltestdata = C:\Python34\Lib\test\decimaltestdata\ Property(C): sndhdrdata = C:\Python34\Lib\test\sndhdrdata\ Property(C): tracedmodules = C:\Python34\Lib\test\tracedmodules\ Property(C): tracedmodules_pycache = C:\Python34\Lib\test\tracedmodules\__pycache__\ Property(C): crashers = C:\Python34\Lib\test\crashers\ Property(C): crashers_pycache = C:\Python34\Lib\test\crashers\__pycache__\ Property(C): cjkencodings = C:\Python34\Lib\test\cjkencodings\ Property(C): leakers = C:\Python34\Lib\test\leakers\ Property(C): leakers_pycache = C:\Python34\Lib\test\leakers\__pycache__\ Property(C): subprocessdata = C:\Python34\Lib\test\subprocessdata\ Property(C): subprocessdata_pycache = C:\Python34\Lib\test\subprocessdata\__pycache__\ Property(C): test_json = C:\Python34\Lib\test\test_json\ Property(C): test_json_pycache = C:\Python34\Lib\test\test_json\__pycache__\ Property(C): xmltestdata = C:\Python34\Lib\test\xmltestdata\ Property(C): data1 = C:\Python34\Lib\test\data\ Property(C): audiodata = C:\Python34\Lib\test\audiodata\ Property(C): test_importlib = C:\Python34\Lib\test\test_importlib\ Property(C): test_importlib_pycache = C:\Python34\Lib\test\test_importlib\__pycache__\ Property(C): builtin = C:\Python34\Lib\test\test_importlib\builtin\ Property(C): builtin_pycache = C:\Python34\Lib\test\test_importlib\builtin\__pycache__\ Property(C): namespace_pkgs = C:\Python34\Lib\test\test_importlib\namespace_pkgs\ Property(C): module_and_namespace_package = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\ Property(C): module_and_namespace_package_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\ Property(C): a_test = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\ Property(C): project3 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\ Property(C): parent = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\ Property(C): child = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\ Property(C): child_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\ Property(C): project1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\ Property(C): parent1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\ Property(C): child1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\ Property(C): child1_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\ Property(C): project2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\ Property(C): parent2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\ Property(C): child2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\ Property(C): child2_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\ Property(C): both_portions = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\ Property(C): foo = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\ Property(C): foo_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\ Property(C): not_a_namespace_pkg = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\ Property(C): foo1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\ Property(C): foo1_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\ Property(C): portion1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\ Property(C): foo2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\ 1\foo\__pycache__\ Property(C): portion2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\ Property(C): foo3 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\ Property(C): foo3_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\ Property(C): frozen = C:\Python34\Lib\test\test_importlib\frozen\ Property(C): frozen_pycache = C:\Python34\Lib\test\test_importlib\frozen\__pycache__\ Property(C): source = C:\Python34\Lib\test\test_importlib\source\ Property(C): source_pycache = C:\Python34\Lib\test\test_importlib\source\__pycache__\ Property(C): extension = C:\Python34\Lib\test\test_importlib\extension\ Property(C): extension_pycache = C:\Python34\Lib\test\test_importlib\extension\__pycache__\ Property(C): import_ = C:\Python34\Lib\test\test_importlib\import_\ Property(C): import__pycache = C:\Python34\Lib\test\test_importlib\import_\__pycache__\ Property(C): test_email = C:\Python34\Lib\test\test_email\ Property(C): test_email_pycache = C:\Python34\Lib\test\test_email\__pycache__\ Property(C): data2 = C:\Python34\Lib\test\test_email\data\ Property(C): turtledemo = C:\Python34\Lib\turtledemo\ Property(C): turtledemo_pycache = C:\Python34\Lib\turtledemo\__pycache__\ Property(C): xml = C:\Python34\Lib\xml\ Property(C): xml_pycache = C:\Python34\Lib\xml\__pycache__\ Property(C): dom = C:\Python34\Lib\xml\dom\ Property(C): dom_pycache = C:\Python34\Lib\xml\dom\__pycache__\ Property(C): etree = C:\Python34\Lib\xml\etree\ Property(C): etree_pycache = C:\Python34\Lib\xml\etree\__pycache__\ Property(C): parsers = C:\Python34\Lib\xml\parsers\ Property(C): parsers_pycache = C:\Python34\Lib\xml\parsers\__pycache__\ Property(C): sax = C:\Python34\Lib\xml\sax\ Property(C): sax_pycache = C:\Python34\Lib\xml\sax\__pycache__\ Property(C): email = C:\Python34\Lib\email\ Property(C): email_pycache = C:\Python34\Lib\email\__pycache__\ Property(C): mime = C:\Python34\Lib\email\mime\ Property(C): mime_pycache = C:\Python34\Lib\email\mime\__pycache__\ Property(C): urllib = C:\Python34\Lib\urllib\ Property(C): urllib_pycache = C:\Python34\Lib\urllib\__pycache__\ Property(C): encodings = C:\Python34\Lib\encodings\ Property(C): encodings_pycache = C:\Python34\Lib\encodings\__pycache__\ Property(C): pydoc_data = C:\Python34\Lib\pydoc_data\ Property(C): pydoc_data_pycache = C:\Python34\Lib\pydoc_data\__pycache__\ Property(C): msilib = C:\Python34\Lib\msilib\ Property(C): msilib_pycache = C:\Python34\Lib\msilib\__pycache__\ Property(C): xmlrpc = C:\Python34\Lib\xmlrpc\ Property(C): xmlrpc_pycache = C:\Python34\Lib\xmlrpc\__pycache__\ Property(C): unittest = C:\Python34\Lib\unittest\ Property(C): unittest_pycache = C:\Python34\Lib\unittest\__pycache__\ Property(C): test4 = C:\Python34\Lib\unittest\test\ Property(C): test4_pycache = C:\Python34\Lib\unittest\test\__pycache__\ Property(C): testmock = C:\Python34\Lib\unittest\test\testmock\ Property(C): testmock_pycache = C:\Python34\Lib\unittest\test\testmock\__pycache__\ Property(C): collections = C:\Python34\Lib\collections\ Property(C): collections_pycache = C:\Python34\Lib\collections\__pycache__\ Property(C): importlib = C:\Python34\Lib\importlib\ Property(C): importlib_pycache = C:\Python34\Lib\importlib\__pycache__\ Property(C): distutils = C:\Python34\Lib\distutils\ Property(C): distutils_pycache = C:\Python34\Lib\distutils\__pycache__\ Property(C): command = C:\Python34\Lib\distutils\command\ Property(C): command_pycache = C:\Python34\Lib\distutils\command\__pycache__\ Property(C): tests1 = C:\Python34\Lib\distutils\tests\ Property(C): tests1_pycache = C:\Python34\Lib\distutils\tests\__pycache__\ Property(C): dbm = C:\Python34\Lib\dbm\ Property(C): dbm_pycache = C:\Python34\Lib\dbm\__pycache__\ Property(C): include = C:\Python34\include\ Property(C): libs = C:\Python34\libs\ Property(C): tcl = C:\Python34\tcl\ Property(C): tk8.6 = C:\Python34\tcl\tk8.6\ Property(C): ttk = C:\Python34\tcl\tk8.6\ttk\ Property(C): msgs = C:\Python34\tcl\tk8.6\msgs\ Property(C): images = C:\Python34\tcl\tk8.6\images\ Property(C): demos = C:\Python34\tcl\tk8.6\demos\ Property(C): images1 = C:\Python34\tcl\tk8.6\demos\images\ Property(C): tix8.4.3 = C:\Python34\tcl\tix8.4.3\ Property(C): pref = C:\Python34\tcl\tix8.4.3\pref\ Property(C): demos1 = C:\Python34\tcl\tix8.4.3\demos\ Property(C): samples = C:\Python34\tcl\tix8.4.3\demos\samples\ Property(C): bitmaps = C:\Python34\tcl\tix8.4.3\demos\bitmaps\ Property(C): bitmaps1 = C:\Python34\tcl\tix8.4.3\bitmaps\ Property(C): thread2.7.0 = C:\Python34\tcl\thread2.7.0\ Property(C): tdbcsqlite1.0.0 = C:\Python34\tcl\tdbcsqlite1.0.0\ Property(C): tdbcpostgres1.0.0 = C:\Python34\tcl\tdbcpostgres1.0.0\ Property(C): tdbcodbc1.0.0 = C:\Python34\tcl\tdbcodbc1.0.0\ Property(C): tdbcmysql1.0.0 = C:\Python34\tcl\tdbcmysql1.0.0\ Property(C): tdbc1.0.0 = C:\Python34\tcl\tdbc1.0.0\ Property(C): tcl8.6 = C:\Python34\tcl\tcl8.6\ Property(C): tzdata = C:\Python34\tcl\tcl8.6\tzdata\ Property(C): US = C:\Python34\tcl\tcl8.6\tzdata\US\ Pacific\ Property(C): SystemV = C:\Python34\tcl\tcl8.6\tzdata\SystemV\ Property(C): Mexico = C:\Python34\tcl\tcl8.6\tzdata\Mexico\ Property(C): Indian = C:\Python34\tcl\tcl8.6\tzdata\Indian\ Property(C): Europe = C:\Python34\tcl\tcl8.6\tzdata\Europe\ Property(C): Etc = C:\Python34\tcl\tcl8.6\tzdata\Etc\ Property(C): Chile = C:\Python34\tcl\tcl8.6\tzdata\Chile\ Property(C): Canada = C:\Python34\tcl\tcl8.6\tzdata\Canada\ Property(C): Atlantic = C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ Property(C): Brazil = C:\Python34\tcl\tcl8.6\tzdata\Brazil\ Property(C): Australia = C:\Python34\tcl\tcl8.6\tzdata\Australia\ Property(C): Asia = C:\Python34\tcl\tcl8.6\tzdata\Asia\ Property(C): Arctic = C:\Python34\tcl\tcl8.6\tzdata\Arctic\ Property(C): Antarctica = C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ Property(C): America = C:\Python34\tcl\tcl8.6\tzdata\America\ Property(C): North_Dakota = C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ Property(C): Kentucky = C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\ Property(C): Indiana = C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ Property(C): Argentina = C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ Property(C): Africa = C:\Python34\tcl\tcl8.6\tzdata\Africa\ Property(C): opt0.4 = C:\Python34\tcl\tcl8.6\opt0.4\ Property(C): msgs1 = C:\Python34\tcl\tcl8.6\msgs\ Property(C): http1.0 = C:\Python34\tcl\tcl8.6\http1.0\ Property(C): encoding = C:\Python34\tcl\tcl8.6\encoding\ Property(C): tcl8 = C:\Python34\tcl\tcl8\ Property(C): _8.6 = C:\Python34\tcl\tcl8\8.6\ Property(C): tdbc = C:\Python34\tcl\tcl8\8.6\tdbc\ Property(C): _8.5 = C:\Python34\tcl\tcl8\8.5\ Property(C): _8.4 = C:\Python34\tcl\tcl8\8.4\ Property(C): platform = C:\Python34\tcl\tcl8\8.4\platform\ Property(C): _8.3 = C:\Python34\tcl\tcl8\8.3\ Property(C): _8.2 = C:\Python34\tcl\tcl8\8.2\ Property(C): sqlite33.8.0 = C:\Python34\tcl\sqlite33.8.0\ Property(C): reg1.3 = C:\Python34\tcl\reg1.3\ Property(C): itcl4.0.0 = C:\Python34\tcl\itcl4.0.0\ Property(C): dde1.4 = C:\Python34\tcl\dde1.4\ Property(C): i18n = C:\Python34\Tools\i18n\ Property(C): i18n_pycache = C:\Python34\Tools\i18n\__pycache__\ Property(C): pynche = C:\Python34\Tools\pynche\ Property(C): pynche_pycache = C:\Python34\Tools\pynche\__pycache__\ Property(C): Scripts = C:\Python34\Tools\Scripts\ ripts\__pycache__\ Property(C): Doc = C:\Python34\Doc\ Property(C): ProgramMenuFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\ Property(C): MenuDir = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.4\ Property(C): REMOVEOLDVERSION = {D54842CB-F761-30BA-881F-1FF821DC44DF} Property(C): REMOVEOLDSNAPSHOT = {2583CDBA-8A53-4622-BB67-1D163714C1B4} Property(C): SecureCustomProperties = REMOVEOLDSNAPSHOT;REMOVEOLDVERSION;TARGETDIR;DLLDIR;LAUNCHERDIR Property(C): WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC = C:\WINDOWS\ Property(C): System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC = C:\WINDOWS\system32\ Property(C): DirectoryTable100_amd64.BFF61907_AA2D_3A26_8666_98D956A62ABC = DirectoryTable Property(C): MsiLogFileLocation = C:\WINDOWS\system32\log.txt Property(C): PackageCode = {DFFC8690-7E44-4587-9B40-13D3182C6046} Property(C): ProductState = -1 Property(C): PackagecodeChanging = 1 Property(C): CURRENTDIRECTORY = C:\WINDOWS\system32 Property(C): CLIENTUILEVEL = 0 Property(C): CLIENTPROCESSID = 7536 Property(C): VersionDatabase = 200 Property(C): VersionMsi = 5.00 Property(C): VersionNT64 = 603 Property(C): WindowsBuild = 9600 Property(C): ServicePackLevelMinor = 0 Property(C): MsiNTProductType = 1 Property(C): MsiNTSuitePersonal = 1 Property(C): WindowsFolder = C:\WINDOWS\ Property(C): WindowsVolume = C:\ Property(C): System64Folder = C:\WINDOWS\system32\ Property(C): SystemFolder = C:\WINDOWS\SysWOW64\ Property(C): RemoteAdminTS = 1 Property(C): TempFolder = C:\Users\pierre\AppData\Local\Temp\ Property(C): ProgramFilesFolder = C:\Program Files (x86)\ Property(C): CommonFilesFolder = C:\Program Files (x86)\Common Files\ Property(C): ProgramFiles64Folder = C:\Program Files\ Property(C): CommonFiles64Folder = C:\Program Files\Common Files\ Property(C): AppDataFolder = C:\Users\pierre\AppData\Roaming\ Property(C): FavoritesFolder = C:\Users\pierre\Favorites\ Property(C): NetHoodFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Network Shortcuts\ Property(C): PersonalFolder = C:\Users\pierre\Documents\ Property(C): PrintHoodFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\ Property(C): RecentFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Recent\ Property(C): SendToFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\SendTo\ Property(C): TemplateFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Templates\ Property(C): CommonAppDataFolder = C:\ProgramData\ Property(C): LocalAppDataFolder = C:\Users\pierre\AppData\Local\ Property(C): MyPicturesFolder = C:\Users\pierre\Pictures\ Property(C): AdminToolsFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools\ Property(C): StartupFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\ Property(C): StartMenuFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\ Property(C): DesktopFolder = C:\Users\pierre\Desktop\ Property(C): FontsFolder = C:\WINDOWS\Fonts\ Property(C): GPTSupport = 1 Property(C): OLEAdvtSupport = 1 Property(C): ShellAdvtSupport = 1 Property(C): MsiAMD64 = 6 Property(C): Msix64 = 6 Property(C): Intel = 6 Property(C): PhysicalMemory = 8088 Property(C): VirtualMemory = 6102 Property(C): AdminUser = 1 Property(C): MsiTrueAdminUser = 1 Property(C): LogonUser = pierre Property(C): UserSID = S-1-5-21-3441990254-2136703886-705876676-1002 Property(C): UserLanguageID = 2060 Property(C): ComputerName = BRP Property(C): SystemLanguageID = 2060 Property(C): ScreenX = 1920 Property(C): ScreenY = 1080 Property(C): CaptionHeight = 29 Property(C): BorderTop = 1 Property(C): BorderSide = 1 Property(C): MsiTabletPC = 1 Property(C): TextHeight = 20 Property(C): TextInternalLeading = 4 Property(C): ColorBits = 32 Property(C): TTCSupport = 1 Property(C): Time = 21:26:28 Property(C): Date = 18-10-14 Property(C): MsiNetAssemblySupport = 4.0.30319.33440 Property(C): MsiWin32AssemblySupport = 6.3.9600.16384 Property(C): RedirectedDllSupport = 2 Property(C): MsiRunningElevated = 1 Property(C): Privileged = 1 Property(C): USERNAME = pierre.boulanger at hotmail.com Property(C): DATABASE = C:\Users\pierre\Documents\python-3.4.2.amd64.msi Property(C): OriginalDatabase = C:\Users\pierre\Documents\python-3.4.2.amd64.msi Property(C): SOURCEDIR = C:\Users\pierre\Documents\ Property(C): VersionHandler = 5.00 Property(C): UILevel = 5 Property(C): ACTION = INSTALL Property(C): EXECUTEACTION = INSTALL Property(C): ROOTDRIVE = C:\ Property(C): MIGRATE = {D54842CB-F761-30BA-881F-1FF821DC44DF};{2583CDBA-8A53-4622-BB67-1D163714C1B4} Property(C): ALLUSERS = 1 Property(C): CostingComplete = 1 Property(C): OutOfDiskSpace = 0 Property(C): OutOfNoRbDiskSpace = 0 Property(C): PrimaryVolumeSpaceAvailable = 0 Property(C): PrimaryVolumeSpaceRequired = 0 Property(C): PrimaryVolumeSpaceRemaining = 0 Property(C): INSTALLLEVEL = 1 Property(C): TargetExists = 1 === Logging stopped: 18-10-14 21:26:28 === MSI (c) (70:74) [21:26:28:262]: Note: 1: 1708 MSI (c) (70:74) [21:26:28:262]: Note: 1: 2262 2: Error 3: -2147287038 MSI (c) (70:74) [21:26:28:263]: Note: 1: 2262 2: Error 3: -2147287038 MSI (c) (70:74) [21:26:28:263]: Product: Python 3.4.2 (64-bit) -- Installation failed. MSI (c) (70:74) [21:26:28:265]: Windows Installer installed the product. Product Name: Python 3.4.2 (64-bit). Product Version: 3.4.2150. Product Language: 1033. Manufacturer: Python Software Foundation. Installation success or error status: 1603. MSI (c) (70:74) [21:26:29:788]: Grabbed execution mutex. MSI (c) (70:74) [21:26:29:789]: Cleaning up uninstalled install packages, if any exist MSI (c) (70:74) [21:26:29:791]: MainEngineThread is returning 1603 === Verbose logging stopped: 18-10-14 21:26:29 === ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 18 21:38:22 2014 From: report at bugs.python.org (Pierre Boulanger) Date: Sat, 18 Oct 2014 19:38:22 +0000 Subject: [issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1 In-Reply-To: <1413402308.59.0.884804309845.issue22648@psf.upfronthosting.co.za> Message-ID: <1413661102.6.0.11893920066.issue22648@psf.upfronthosting.co.za> Pierre Boulanger added the comment: Ooops! I'm so sorry! Here is the right log: === Verbose logging started: 18-10-14 21:21:27 Build type: SHIP UNICODE 5.00.9600.00 Calling process: C:\WINDOWS\system32\msiexec.exe === MSI (c) (70:DC) [21:21:27:614]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg MSI (c) (70:DC) [21:21:27:614]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg MSI (c) (70:74) [21:21:27:802]: Resetting cached policy values MSI (c) (70:74) [21:21:27:802]: Machine policy value 'Debug' is 0 MSI (c) (70:74) [21:21:27:802]: ******* RunEngine: ******* Product: C:\Users\pierre\Documents\python-3.4.2.amd64.msi ******* Action: ******* CommandLine: ********** MSI (c) (70:74) [21:21:27:849]: Machine policy value 'DisableUserInstalls' is 0 MSI (c) (70:74) [21:21:27:880]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2 MSI (c) (70:74) [21:21:27:880]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Users\pierre\Documents\python-3.4.2.amd64.msi' against software restriction policy MSI (c) (70:74) [21:21:27:880]: SOFTWARE RESTRICTION POLICY: C:\Users\pierre\Documents\python-3.4.2.amd64.msi has a digital signature MSI (c) (70:74) [21:21:29:255]: SOFTWARE RESTRICTION POLICY: C:\Users\pierre\Documents\python-3.4.2.amd64.msi is permitted to run at the 'unrestricted' authorization level. MSI (c) (70:74) [21:21:29:411]: Cloaking enabled. MSI (c) (70:74) [21:21:29:411]: Attempting to enable all disabled privileges before calling Install on Server MSI (c) (70:74) [21:21:29:411]: End dialog not enabled MSI (c) (70:74) [21:21:29:411]: Original package ==> C:\Users\pierre\Documents\python-3.4.2.amd64.msi MSI (c) (70:74) [21:21:29:411]: Package we're running from ==> C:\Users\pierre\Documents\python-3.4.2.amd64.msi MSI (c) (70:74) [21:21:29:427]: APPCOMPAT: Compatibility mode property overrides found. MSI (c) (70:74) [21:21:29:474]: APPCOMPAT: looking for appcompat database entry with ProductCode '{CD723946-09C1-38D3-8542-732BA931E9EF}'. MSI (c) (70:74) [21:21:29:474]: APPCOMPAT: no matching ProductCode found in database. MSI (c) (70:74) [21:21:30:052]: MSCOREE not loaded loading copy from system32 MSI (c) (70:74) [21:21:30:068]: Machine policy value 'TransformsSecure' is 0 MSI (c) (70:74) [21:21:30:068]: User policy value 'TransformsAtSource' is 0 MSI (c) (70:74) [21:21:30:083]: Machine policy value 'DisablePatch' is 0 MSI (c) (70:74) [21:21:30:083]: Machine policy value 'AllowLockdownPatch' is 0 MSI (c) (70:74) [21:21:30:083]: Machine policy value 'DisableLUAPatching' is 0 MSI (c) (70:74) [21:21:30:083]: Machine policy value 'DisableFlyWeightPatching' is 0 MSI (c) (70:74) [21:21:30:083]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active MSI (c) (70:74) [21:21:30:083]: APPCOMPAT: looking for appcompat database entry with ProductCode '{CD723946-09C1-38D3-8542-732BA931E9EF}'. MSI (c) (70:74) [21:21:30:083]: APPCOMPAT: no matching ProductCode found in database. MSI (c) (70:74) [21:21:30:083]: Transforms are not secure. MSI (c) (70:74) [21:21:30:083]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\WINDOWS\system32\log.txt'. MSI (c) (70:74) [21:21:30:083]: Command Line: CURRENTDIRECTORY=C:\WINDOWS\system32 CLIENTUILEVEL=0 CLIENTPROCESSID=7536 MSI (c) (70:74) [21:21:30:083]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{DFFC8690-7E44-4587-9B40-13D3182C6046}'. MSI (c) (70:74) [21:21:30:083]: Product Code passed to Engine.Initialize: '' MSI (c) (70:74) [21:21:30:083]: Product Code from property table before transforms: '{CD723946-09C1-38D3-8542-732BA931E9EF}' MSI (c) (70:74) [21:21:30:083]: Product Code from property table after transforms: '{CD723946-09C1-38D3-8542-732BA931E9EF}' MSI (c) (70:74) [21:21:30:083]: Product not registered: beginning first-time install MSI (c) (70:74) [21:21:30:083]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'. MSI (c) (70:74) [21:21:30:083]: Entering CMsiConfigurationManager::SetLastUsedSource. MSI (c) (70:74) [21:21:30:083]: User policy value 'SearchOrder' is 'nmu' MSI (c) (70:74) [21:21:30:083]: Adding new sources is allowed. MSI (c) (70:74) [21:21:30:083]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'. MSI (c) (70:74) [21:21:30:083]: Package name extracted from package path: 'python-3.4.2.amd64.msi' MSI (c) (70:74) [21:21:30:083]: Package to be registered: 'python-3.4.2.amd64.msi' MSI (c) (70:74) [21:21:30:083]: Note: 1: 2262 2: Error 3: -2147287038 MSI (c) (70:74) [21:21:30:083]: Note: 1: 2262 2: AdminProperties 3: -2147287038 MSI (c) (70:74) [21:21:30:083]: Machine policy value 'DisableMsi' is 0 MSI (c) (70:74) [21:21:30:083]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (c) (70:74) [21:21:30:083]: User policy value 'AlwaysInstallElevated' is 0 MSI (c) (70:74) [21:21:30:083]: Running product '{CD723946-09C1-38D3-8542-732BA931E9EF}' with user privileges: It's not assigned. MSI (c) (70:74) [21:21:30:083]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\WINDOWS\system32'. MSI (c) (70:74) [21:21:30:083]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'. MSI (c) (70:74) [21:21:30:083]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '7536'. MSI (c) (70:74) [21:21:30:083]: TRANSFORMS property is now: MSI (c) (70:74) [21:21:30:083]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'. MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Favorites MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Network Shortcuts MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Documents MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Printer Shortcuts MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Recent MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\SendTo MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Templates MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\ProgramData MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Local MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Pictures MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Desktop MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu MSI (c) (70:74) [21:21:30:099]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop MSI (c) (70:74) [21:21:30:115]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts MSI (c) (70:74) [21:21:30:115]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 20 MSI (c) (70:74) [21:21:30:161]: MSI_LUA: Setting AdminUser property to 1 because this is the client or the user has already permitted elevation MSI (c) (70:74) [21:21:30:161]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated. MSI (c) (70:74) [21:21:30:161]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'. MSI (c) (70:74) [21:21:30:161]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'. MSI (c) (70:74) [21:21:30:161]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (c) (70:74) [21:21:30:161]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'pierre.boulanger at hotmail.com'. MSI (c) (70:74) [21:21:30:161]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (c) (70:74) [21:21:30:161]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Users\pierre\Documents\python-3.4.2.amd64.msi'. MSI (c) (70:74) [21:21:30:161]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Users\pierre\Documents\python-3.4.2.amd64.msi'. MSI (c) (70:74) [21:21:30:161]: Machine policy value 'MsiDisableEmbeddedUI' is 0 MSI (c) (70:74) [21:21:30:161]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\Users\pierre\Documents\'. MSI (c) (70:74) [21:21:30:161]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Users\pierre\Documents\'. MSI (c) (70:DC) [21:21:30:208]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '5.00'. === Logging started: 18-10-14 21:21:30 === MSI (c) (70:74) [21:21:30:224]: Note: 1: 2262 2: PatchPackage 3: -2147287038 MSI (c) (70:74) [21:21:30:224]: Machine policy value 'DisableRollback' is 0 MSI (c) (70:74) [21:21:30:224]: User policy value 'DisableRollback' is 0 MSI (c) (70:74) [21:21:30:224]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'. MSI (c) (70:74) [21:21:30:224]: Note: 1: 2262 2: Font 3: -2147287038 MSI (c) (70:74) [21:21:30:224]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038 MSI (c) (70:74) [21:21:30:224]: Note: 1: 2262 2: LaunchCondition 3: -2147287038 MSI (c) (70:74) [21:21:30:224]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes. MSI (c) (70:74) [21:21:30:240]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'. MSI (c) (70:74) [21:21:30:240]: Doing action: INSTALL Action 21:21:30: INSTALL. Action start 21:21:30: INSTALL. MSI (c) (70:74) [21:21:30:240]: UI Sequence table 'InstallUISequence' is present and populated. MSI (c) (70:74) [21:21:30:240]: Running UISequence MSI (c) (70:74) [21:21:30:240]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'. MSI (c) (70:74) [21:21:30:240]: Doing action: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:21:30: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:21:30: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. MSI (c) (70:74) [21:21:30:240]: PROPERTY CHANGE: Adding WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC property. Its value is 'C:\WINDOWS\'. Action ended 21:21:30: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (c) (70:74) [21:21:30:240]: Doing action: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:21:30: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:21:30: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. MSI (c) (70:74) [21:21:30:240]: PROPERTY CHANGE: Adding System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC property. Its value is 'C:\WINDOWS\system32\'. Action ended 21:21:30: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (c) (70:74) [21:21:30:240]: Doing action: LaunchConditions Action 21:21:30: LaunchConditions. Evaluating launch conditions Action start 21:21:30: LaunchConditions. MSI (c) (70:74) [21:21:30:240]: Note: 1: 2262 2: LaunchCondition 3: -2147287038 Action ended 21:21:30: LaunchConditions. Return value 1. MSI (c) (70:74) [21:21:30:240]: Skipping action: PrepareDlg (condition is false) MSI (c) (70:74) [21:21:30:240]: Doing action: WhichUsersDlg Action 21:21:30: WhichUsersDlg. Action start 21:21:30: WhichUsersDlg. MSI (c) (70:DC) [21:21:30:255]: Note: 1: 2262 2: Error 3: -2147287038 Info 2898.For VerdanaBold10 textstyle, the system created a 'Verdana' font, in 1 character set, of 20 pixels height. MSI (c) (70:DC) [21:21:30:286]: Note: 1: 2262 2: Error 3: -2147287038 Info 2898.For DlgFont8 textstyle, the system created a 'Tahoma' font, in 1 character set, of 18 pixels height. Action 21:21:30: WhichUsersDlg. Dialog created MSI (c) (70:BC) [21:21:30:302]: Note: 1: 2731 2: 0 MSI (c) (70:DC) [21:21:35:831]: PROPERTY CHANGE: Adding ALLUSERS property. Its value is '1'. Action ended 21:21:35: WhichUsersDlg. Return value 1. MSI (c) (70:74) [21:21:35:847]: Doing action: FindRelatedProducts Action 21:21:35: FindRelatedProducts. Searching for related applications Action start 21:21:35: FindRelatedProducts. FindRelatedProducts: Found application: {D54842CB-F761-30BA-881F-1FF821DC44DF} MSI (c) (70:74) [21:21:35:847]: PROPERTY CHANGE: Adding REMOVEOLDVERSION property. Its value is '{D54842CB-F761-30BA-881F-1FF821DC44DF}'. MSI (c) (70:74) [21:21:35:847]: PROPERTY CHANGE: Adding MIGRATE property. Its value is '{D54842CB-F761-30BA-881F-1FF821DC44DF}'. FindRelatedProducts: Found application: {2583CDBA-8A53-4622-BB67-1D163714C1B4} MSI (c) (70:74) [21:21:35:847]: PROPERTY CHANGE: Adding REMOVEOLDSNAPSHOT property. Its value is '{2583CDBA-8A53-4622-BB67-1D163714C1B4}'. MSI (c) (70:74) [21:21:35:847]: PROPERTY CHANGE: Modifying MIGRATE property. Its current value is '{D54842CB-F761-30BA-881F-1FF821DC44DF}'. Its new value: '{D54842CB-F761-30BA-881F-1FF821DC44DF};{2583CDBA-8A53-4622-BB67-1D163714C1B4}'. Action ended 21:21:35: FindRelatedProducts. Return value 1. MSI (c) (70:74) [21:21:35:847]: Doing action: AppSearch Action 21:21:35: AppSearch. Searching for installed applications Action start 21:21:35: AppSearch. MSI (c) (70:74) [21:21:35:863]: Note: 1: 2262 2: AppSearch 3: -2147287038 Action ended 21:21:35: AppSearch. Return value 1. MSI (c) (70:74) [21:21:35:863]: Doing action: CCPSearch Action 21:21:35: CCPSearch. Searching for qualifying products Action start 21:21:35: CCPSearch. MSI (c) (70:74) [21:21:35:863]: Note: 1: 2262 2: CCPSearch 3: -2147287038 Action ended 21:21:35: CCPSearch. Return value 1. MSI (c) (70:74) [21:21:35:863]: Doing action: RMCCPSearch Action 21:21:35: RMCCPSearch. Searching for qualifying products Action start 21:21:35: RMCCPSearch. MSI (c) (70:74) [21:21:35:863]: Note: 1: 2262 2: CCPSearch 3: -2147287038 Action ended 21:21:35: RMCCPSearch. Return value 0. MSI (c) (70:74) [21:21:35:863]: Doing action: ValidateProductID Action 21:21:35: ValidateProductID. Action start 21:21:35: ValidateProductID. Action ended 21:21:35: ValidateProductID. Return value 1. MSI (c) (70:74) [21:21:35:863]: Doing action: InitialTargetDir Action 21:21:35: InitialTargetDir. Action start 21:21:35: InitialTargetDir. MSI (c) (70:74) [21:21:35:863]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\Python34'. Action ended 21:21:35: InitialTargetDir. Return value 1. MSI (c) (70:74) [21:21:35:863]: Doing action: SetDLLDirToSystem32 Action 21:21:35: SetDLLDirToSystem32. Action start 21:21:35: SetDLLDirToSystem32. MSI (c) (70:74) [21:21:35:863]: PROPERTY CHANGE: Adding DLLDIR property. Its value is 'C:\WINDOWS\system32\'. Action ended 21:21:35: SetDLLDirToSystem32. Return value 1. MSI (c) (70:74) [21:21:35:863]: Skipping action: SetDLLDirToTarget (condition is false) MSI (c) (70:74) [21:21:35:863]: Doing action: SetLauncherDirToWindows Action 21:21:35: SetLauncherDirToWindows. Action start 21:21:35: SetLauncherDirToWindows. MSI (c) (70:74) [21:21:35:863]: PROPERTY CHANGE: Adding LAUNCHERDIR property. Its value is 'C:\WINDOWS\'. Action ended 21:21:35: SetLauncherDirToWindows. Return value 1. MSI (c) (70:74) [21:21:35:863]: Skipping action: SetLauncherDirToTarget (condition is false) MSI (c) (70:74) [21:21:35:863]: Doing action: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:21:35: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:21:35: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action ended 21:21:35: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (c) (70:74) [21:21:35:863]: Doing action: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:21:35: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:21:35: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action ended 21:21:35: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (c) (70:74) [21:21:35:863]: Doing action: CostInitialize Action 21:21:35: CostInitialize. Computing space requirements Action start 21:21:35: CostInitialize. MSI (c) (70:74) [21:21:35:863]: Machine policy value 'MaxPatchCacheSize' is 10 MSI (c) (70:74) [21:21:35:863]: Baseline: Sorting baselines for {CD723946-09C1-38D3-8542-732BA931E9EF}. MSI (c) (70:74) [21:21:35:863]: Baseline: New baseline 3.4.2150 from transaction. MSI (c) (70:74) [21:21:35:863]: Baseline: Sorted order Native: Order 0. MSI (c) (70:74) [21:21:35:863]: Baseline Data Table: MSI (c) (70:74) [21:21:35:863]: ProductCode: {CD723946-09C1-38D3-8542-732BA931E9EF} Version: 3.4.2150 Attributes: 0 PatchId: Native BaselineId: -2147483648 Order: 0 MSI (c) (70:74) [21:21:35:863]: Baseline File Table: MSI (c) (70:74) [21:21:35:972]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'. MSI (c) (70:74) [21:21:35:972]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'. Action ended 21:21:35: CostInitialize. Return value 1. MSI (c) (70:74) [21:21:35:972]: Doing action: FileCost Action 21:21:35: FileCost. Computing space requirements Action start 21:21:35: FileCost. MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: MsiAssembly 3: -2147287038 MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: MoveFile 3: -2147287038 MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: DuplicateFile 3: -2147287038 MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: Class 3: -2147287038 MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: IniFile 3: -2147287038 MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: ReserveCost 3: -2147287038 Action ended 21:21:35: FileCost. Return value 1. MSI (c) (70:74) [21:21:35:972]: Doing action: IsolateComponents Action 21:21:35: IsolateComponents. Action start 21:21:35: IsolateComponents. MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 MSI (c) (70:74) [21:21:35:972]: Note: 1: 2262 2: Patch 3: -2147287038 Action ended 21:21:35: IsolateComponents. Return value 1. MSI (c) (70:74) [21:21:35:988]: Doing action: CostFinalize Action 21:21:35: CostFinalize. Computing space requirements Action start 21:21:35: CostFinalize. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'. MSI (c) (70:74) [21:21:35:988]: Note: 1: 2262 2: Patch 3: -2147287038 MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Modifying TARGETDIR property. Its current value is 'C:\Python34'. Its new value: 'C:\Python34\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding MenuDir property. Its value is 'C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.4\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Doc property. Its value is 'C:\Python34\Doc\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tcl property. Its value is 'C:\Python34\tcl\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding dde1.4 property. Its value is 'C:\Python34\tcl\dde1.4\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding itcl4.0.0 property. Its value is 'C:\Python34\tcl\itcl4.0.0\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding reg1.3 property. Its value is 'C:\Python34\tcl\reg1.3\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding sqlite33.8.0 property. Its value is 'C:\Python34\tcl\sqlite33.8.0\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tcl8 property. Its value is 'C:\Python34\tcl\tcl8\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding _8.2 property. Its value is 'C:\Python34\tcl\tcl8\8.2\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding _8.3 property. Its value is 'C:\Python34\tcl\tcl8\8.3\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding _8.4 property. Its value is 'C:\Python34\tcl\tcl8\8.4\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding platform property. Its value is 'C:\Python34\tcl\tcl8\8.4\platform\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding _8.5 property. Its value is 'C:\Python34\tcl\tcl8\8.5\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding _8.6 property. Its value is 'C:\Python34\tcl\tcl8\8.6\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tdbc property. Its value is 'C:\Python34\tcl\tcl8\8.6\tdbc\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tcl8.6 property. Its value is 'C:\Python34\tcl\tcl8.6\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding encoding property. Its value is 'C:\Python34\tcl\tcl8.6\encoding\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding http1.0 property. Its value is 'C:\Python34\tcl\tcl8.6\http1.0\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding msgs1 property. Its value is 'C:\Python34\tcl\tcl8.6\msgs\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding opt0.4 property. Its value is 'C:\Python34\tcl\tcl8.6\opt0.4\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tzdata property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Africa property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Africa\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding America property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Argentina property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Indiana property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Kentucky property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding North_Dakota property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Antarctica property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Antarctica\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Arctic property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Arctic\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Asia property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Asia\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Australia property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Australia\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Brazil property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Brazil\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Atlantic property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Atlantic\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Canada property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Canada\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Chile property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Chile\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Etc property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Etc\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Europe property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Europe\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Indian property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Indian\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Mexico property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Mexico\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding SystemV property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\SystemV\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Pacific property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Pacific\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding US property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\US\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tdbc1.0.0 property. Its value is 'C:\Python34\tcl\tdbc1.0.0\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tdbcmysql1.0.0 property. Its value is 'C:\Python34\tcl\tdbcmysql1.0.0\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tdbcodbc1.0.0 property. Its value is 'C:\Python34\tcl\tdbcodbc1.0.0\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tdbcpostgres1.0.0 property. Its value is 'C:\Python34\tcl\tdbcpostgres1.0.0\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tdbcsqlite1.0.0 property. Its value is 'C:\Python34\tcl\tdbcsqlite1.0.0\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding thread2.7.0 property. Its value is 'C:\Python34\tcl\thread2.7.0\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tix8.4.3 property. Its value is 'C:\Python34\tcl\tix8.4.3\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding bitmaps1 property. Its value is 'C:\Python34\tcl\tix8.4.3\bitmaps\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding demos1 property. Its value is 'C:\Python34\tcl\tix8.4.3\demos\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding bitmaps property. Its value is 'C:\Python34\tcl\tix8.4.3\demos\bitmaps\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding samples property. Its value is 'C:\Python34\tcl\tix8.4.3\demos\samples\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding pref property. Its value is 'C:\Python34\tcl\tix8.4.3\pref\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tk8.6 property. Its value is 'C:\Python34\tcl\tk8.6\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding demos property. Its value is 'C:\Python34\tcl\tk8.6\demos\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding images1 property. Its value is 'C:\Python34\tcl\tk8.6\demos\images\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding images property. Its value is 'C:\Python34\tcl\tk8.6\images\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding msgs property. Its value is 'C:\Python34\tcl\tk8.6\msgs\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding ttk property. Its value is 'C:\Python34\tcl\tk8.6\ttk\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding libs property. Its value is 'C:\Python34\libs\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding include property. Its value is 'C:\Python34\include\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding Lib property. Its value is 'C:\Python34\Lib\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding dbm property. Its value is 'C:\Python34\Lib\dbm\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding dbm_pycache property. Its value is 'C:\Python34\Lib\dbm\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding distutils property. Its value is 'C:\Python34\Lib\distutils\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tests1 property. Its value is 'C:\Python34\Lib\distutils\tests\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tests1_pycache property. Its value is 'C:\Python34\Lib\distutils\tests\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding command property. Its value is 'C:\Python34\Lib\distutils\command\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding command_pycache property. Its value is 'C:\Python34\Lib\distutils\command\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding distutils_pycache property. Its value is 'C:\Python34\Lib\distutils\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding importlib property. Its value is 'C:\Python34\Lib\importlib\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding importlib_pycache property. Its value is 'C:\Python34\Lib\importlib\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding collections property. Its value is 'C:\Python34\Lib\collections\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding collections_pycache property. Its value is 'C:\Python34\Lib\collections\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding unittest property. Its value is 'C:\Python34\Lib\unittest\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test4 property. Its value is 'C:\Python34\Lib\unittest\test\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding testmock property. Its value is 'C:\Python34\Lib\unittest\test\testmock\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding testmock_pycache property. Its value is 'C:\Python34\Lib\unittest\test\testmock\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test4_pycache property. Its value is 'C:\Python34\Lib\unittest\test\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding unittest_pycache property. Its value is 'C:\Python34\Lib\unittest\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding xmlrpc property. Its value is 'C:\Python34\Lib\xmlrpc\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding xmlrpc_pycache property. Its value is 'C:\Python34\Lib\xmlrpc\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding msilib property. Its value is 'C:\Python34\Lib\msilib\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding msilib_pycache property. Its value is 'C:\Python34\Lib\msilib\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding pydoc_data property. Its value is 'C:\Python34\Lib\pydoc_data\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding pydoc_data_pycache property. Its value is 'C:\Python34\Lib\pydoc_data\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding encodings property. Its value is 'C:\Python34\Lib\encodings\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding encodings_pycache property. Its value is 'C:\Python34\Lib\encodings\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding urllib property. Its value is 'C:\Python34\Lib\urllib\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding urllib_pycache property. Its value is 'C:\Python34\Lib\urllib\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding email property. Its value is 'C:\Python34\Lib\email\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding mime property. Its value is 'C:\Python34\Lib\email\mime\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding mime_pycache property. Its value is 'C:\Python34\Lib\email\mime\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding email_pycache property. Its value is 'C:\Python34\Lib\email\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding xml property. Its value is 'C:\Python34\Lib\xml\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding sax property. Its value is 'C:\Python34\Lib\xml\sax\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding sax_pycache property. Its value is 'C:\Python34\Lib\xml\sax\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding parsers property. Its value is 'C:\Python34\Lib\xml\parsers\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding parsers_pycache property. Its value is 'C:\Python34\Lib\xml\parsers\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding etree property. Its value is 'C:\Python34\Lib\xml\etree\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding etree_pycache property. Its value is 'C:\Python34\Lib\xml\etree\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding dom property. Its value is 'C:\Python34\Lib\xml\dom\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding dom_pycache property. Its value is 'C:\Python34\Lib\xml\dom\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding xml_pycache property. Its value is 'C:\Python34\Lib\xml\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding turtledemo property. Its value is 'C:\Python34\Lib\turtledemo\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding turtledemo_pycache property. Its value is 'C:\Python34\Lib\turtledemo\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test3 property. Its value is 'C:\Python34\Lib\test\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test_email property. Its value is 'C:\Python34\Lib\test\test_email\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding data2 property. Its value is 'C:\Python34\Lib\test\test_email\data\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test_email_pycache property. Its value is 'C:\Python34\Lib\test\test_email\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test_importlib property. Its value is 'C:\Python34\Lib\test\test_importlib\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding import_ property. Its value is 'C:\Python34\Lib\test\test_importlib\import_\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding import__pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\import_\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding extension property. Its value is 'C:\Python34\Lib\test\test_importlib\extension\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding extension_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\extension\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding source property. Its value is 'C:\Python34\Lib\test\test_importlib\source\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding source_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\source\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding frozen property. Its value is 'C:\Python34\Lib\test\test_importlib\frozen\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding frozen_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\frozen\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding namespace_pkgs property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding portion2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding foo3 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding foo3_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding portion1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding foo2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding foo2_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding not_a_namespace_pkg property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding foo1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding foo1_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding both_portions property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding foo property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding foo_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding project2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding parent2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding child2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding child2_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding project1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding parent1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding child1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding child1_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding project3 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding parent property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding child property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding child_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding module_and_namespace_package property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding a_test property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding module_and_namespace_package_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding builtin property. Its value is 'C:\Python34\Lib\test\test_importlib\builtin\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding builtin_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\builtin\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test_importlib_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding audiodata property. Its value is 'C:\Python34\Lib\test\audiodata\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding data1 property. Its value is 'C:\Python34\Lib\test\data\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding xmltestdata property. Its value is 'C:\Python34\Lib\test\xmltestdata\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test_json property. Its value is 'C:\Python34\Lib\test\test_json\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test_json_pycache property. Its value is 'C:\Python34\Lib\test\test_json\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding subprocessdata property. Its value is 'C:\Python34\Lib\test\subprocessdata\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding subprocessdata_pycache property. Its value is 'C:\Python34\Lib\test\subprocessdata\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding leakers property. Its value is 'C:\Python34\Lib\test\leakers\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding leakers_pycache property. Its value is 'C:\Python34\Lib\test\leakers\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding cjkencodings property. Its value is 'C:\Python34\Lib\test\cjkencodings\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding crashers property. Its value is 'C:\Python34\Lib\test\crashers\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding crashers_pycache property. Its value is 'C:\Python34\Lib\test\crashers\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tracedmodules property. Its value is 'C:\Python34\Lib\test\tracedmodules\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding tracedmodules_pycache property. Its value is 'C:\Python34\Lib\test\tracedmodules\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding sndhdrdata property. Its value is 'C:\Python34\Lib\test\sndhdrdata\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding decimaltestdata property. Its value is 'C:\Python34\Lib\test\decimaltestdata\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test_tools property. Its value is 'C:\Python34\Lib\test\test_tools\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test_tools_pycache property. Its value is 'C:\Python34\Lib\test\test_tools\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding imghdrdata property. Its value is 'C:\Python34\Lib\test\imghdrdata\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding encoded_modules property. Its value is 'C:\Python34\Lib\test\encoded_modules\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding encoded_modules_pycache property. Its value is 'C:\Python34\Lib\test\encoded_modules\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding capath property. Its value is 'C:\Python34\Lib\test\capath\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding support property. Its value is 'C:\Python34\Lib\test\support\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding support_pycache property. Its value is 'C:\Python34\Lib\test\support\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test_asyncio property. Its value is 'C:\Python34\Lib\test\test_asyncio\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test_asyncio_pycache property. Its value is 'C:\Python34\Lib\test\test_asyncio\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test3_pycache property. Its value is 'C:\Python34\Lib\test\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding ctypes property. Its value is 'C:\Python34\Lib\ctypes\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding macholib property. Its value is 'C:\Python34\Lib\ctypes\macholib\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding macholib_pycache property. Its value is 'C:\Python34\Lib\ctypes\macholib\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test2 property. Its value is 'C:\Python34\Lib\ctypes\test\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding test2_pycache property. Its value is 'C:\Python34\Lib\ctypes\test\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding ctypes_pycache property. Its value is 'C:\Python34\Lib\ctypes\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding logging property. Its value is 'C:\Python34\Lib\logging\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding logging_pycache property. Its value is 'C:\Python34\Lib\logging\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding ensurepip property. Its value is 'C:\Python34\Lib\ensurepip\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding _bundled property. Its value is 'C:\Python34\Lib\ensurepip\_bundled\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding ensurepip_pycache property. Its value is 'C:\Python34\Lib\ensurepip\__pycache__\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding multiprocessing property. Its value is 'C:\Python34\Lib\multiprocessing\'. MSI (c) (70:74) [21:21:35:988]: PROPERTY CHANGE: Adding dummy property. Its value is 'C:\Python34\Lib\multiprocessing\dummy\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding dummy_pycache property. Its value is 'C:\Python34\Lib\multiprocessing\dummy\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding multiprocessing_pycache property. Its value is 'C:\Python34\Lib\multiprocessing\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding curses property. Its value is 'C:\Python34\Lib\curses\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding curses_pycache property. Its value is 'C:\Python34\Lib\curses\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding json property. Its value is 'C:\Python34\Lib\json\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding json_pycache property. Its value is 'C:\Python34\Lib\json\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding venv property. Its value is 'C:\Python34\Lib\venv\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding scripts property. Its value is 'C:\Python34\Lib\venv\scripts\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding posix property. Its value is 'C:\Python34\Lib\venv\scripts\posix\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding nt property. Its value is 'C:\Python34\Lib\venv\scripts\nt\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding venv_pycache property. Its value is 'C:\Python34\Lib\venv\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding wsgiref property. Its value is 'C:\Python34\Lib\wsgiref\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding wsgiref_pycache property. Its value is 'C:\Python34\Lib\wsgiref\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding tkinter property. Its value is 'C:\Python34\Lib\tkinter\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding test1 property. Its value is 'C:\Python34\Lib\tkinter\test\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding test_ttk property. Its value is 'C:\Python34\Lib\tkinter\test\test_ttk\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding test_ttk_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding test_tkinter property. Its value is 'C:\Python34\Lib\tkinter\test\test_tkinter\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding test_tkinter_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding test1_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding tkinter_pycache property. Its value is 'C:\Python34\Lib\tkinter\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding lib2to3 property. Its value is 'C:\Python34\Lib\lib2to3\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding fixes property. Its value is 'C:\Python34\Lib\lib2to3\fixes\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding fixes_pycache property. Its value is 'C:\Python34\Lib\lib2to3\fixes\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding tests property. Its value is 'C:\Python34\Lib\lib2to3\tests\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding data property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding fixers property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding myfixes property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding myfixes_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding fixers_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding data_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding tests_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding pgen2 property. Its value is 'C:\Python34\Lib\lib2to3\pgen2\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding pgen2_pycache property. Its value is 'C:\Python34\Lib\lib2to3\pgen2\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding lib2to3_pycache property. Its value is 'C:\Python34\Lib\lib2to3\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding html property. Its value is 'C:\Python34\Lib\html\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding html_pycache property. Its value is 'C:\Python34\Lib\html\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding sqlite3 property. Its value is 'C:\Python34\Lib\sqlite3\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding test property. Its value is 'C:\Python34\Lib\sqlite3\test\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding test_pycache property. Its value is 'C:\Python34\Lib\sqlite3\test\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding sqlite3_pycache property. Its value is 'C:\Python34\Lib\sqlite3\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding http property. Its value is 'C:\Python34\Lib\http\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding http_pycache property. Its value is 'C:\Python34\Lib\http\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding concurrent property. Its value is 'C:\Python34\Lib\concurrent\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding futures property. Its value is 'C:\Python34\Lib\concurrent\futures\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding futures_pycache property. Its value is 'C:\Python34\Lib\concurrent\futures\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding concurrent_pycache property. Its value is 'C:\Python34\Lib\concurrent\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding idlelib property. Its value is 'C:\Python34\Lib\idlelib\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding Icons property. Its value is 'C:\Python34\Lib\idlelib\Icons\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding idle_test property. Its value is 'C:\Python34\Lib\idlelib\idle_test\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding idle_test_pycache property. Its value is 'C:\Python34\Lib\idlelib\idle_test\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding idlelib_pycache property. Its value is 'C:\Python34\Lib\idlelib\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding site_packages property. Its value is 'C:\Python34\Lib\site-packages\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding asyncio property. Its value is 'C:\Python34\Lib\asyncio\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding asyncio_pycache property. Its value is 'C:\Python34\Lib\asyncio\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding Lib_pycache property. Its value is 'C:\Python34\Lib\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding DLLs property. Its value is 'C:\Python34\DLLs\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding Tools property. Its value is 'C:\Python34\Tools\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding Scripts property. Its value is 'C:\Python34\Tools\Scripts\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding Scripts_pycache property. Its value is 'C:\Python34\Tools\Scripts\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding i18n property. Its value is 'C:\Python34\Tools\i18n\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding i18n_pycache property. Its value is 'C:\Python34\Tools\i18n\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding pynche property. Its value is 'C:\Python34\Tools\pynche\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding pynche_pycache property. Its value is 'C:\Python34\Tools\pynche\__pycache__\'. MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding X property. Its value is 'C:\Python34\Tools\pynche\X\'. MSI (c) (70:74) [21:21:36:003]: Target path resolution complete. Dumping Directory table... MSI (c) (70:74) [21:21:36:003]: Note: target paths subject to change (via custom actions or browsing) MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: TARGETDIR , Object: C:\Python34\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: WindowsFolder , Object: C:\WINDOWS\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC , Object: C:\WINDOWS\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC , Object: C:\WINDOWS\system32\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: ProgramMenuFolder , Object: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: MenuDir , Object: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.4\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Doc , Object: C:\Python34\Doc\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tcl , Object: C:\Python34\tcl\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: dde1.4 , Object: C:\Python34\tcl\dde1.4\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: itcl4.0.0 , Object: C:\Python34\tcl\itcl4.0.0\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: reg1.3 , Object: C:\Python34\tcl\reg1.3\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: sqlite33.8.0 , Object: C:\Python34\tcl\sqlite33.8.0\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tcl8 , Object: C:\Python34\tcl\tcl8\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: _8.2 , Object: C:\Python34\tcl\tcl8\8.2\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: _8.3 , Object: C:\Python34\tcl\tcl8\8.3\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: _8.4 , Object: C:\Python34\tcl\tcl8\8.4\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: platform , Object: C:\Python34\tcl\tcl8\8.4\platform\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: _8.5 , Object: C:\Python34\tcl\tcl8\8.5\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: _8.6 , Object: C:\Python34\tcl\tcl8\8.6\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tdbc , Object: C:\Python34\tcl\tcl8\8.6\tdbc\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tcl8.6 , Object: C:\Python34\tcl\tcl8.6\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: encoding , Object: C:\Python34\tcl\tcl8.6\encoding\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: http1.0 , Object: C:\Python34\tcl\tcl8.6\http1.0\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: msgs1 , Object: C:\Python34\tcl\tcl8.6\msgs\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: opt0.4 , Object: C:\Python34\tcl\tcl8.6\opt0.4\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tzdata , Object: C:\Python34\tcl\tcl8.6\tzdata\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Africa , Object: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: America , Object: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Argentina , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Indiana , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Kentucky , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: North_Dakota , Object: C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Antarctica , Object: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Arctic , Object: C:\Python34\tcl\tcl8.6\tzdata\Arctic\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Asia , Object: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Australia , Object: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Brazil , Object: C:\Python34\tcl\tcl8.6\tzdata\Brazil\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Atlantic , Object: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Canada , Object: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Chile , Object: C:\Python34\tcl\tcl8.6\tzdata\Chile\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Etc , Object: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Europe , Object: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Indian , Object: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Mexico , Object: C:\Python34\tcl\tcl8.6\tzdata\Mexico\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: SystemV , Object: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Pacific , Object: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: US , Object: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tdbc1.0.0 , Object: C:\Python34\tcl\tdbc1.0.0\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tdbcmysql1.0.0 , Object: C:\Python34\tcl\tdbcmysql1.0.0\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tdbcodbc1.0.0 , Object: C:\Python34\tcl\tdbcodbc1.0.0\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tdbcpostgres1.0.0 , Object: C:\Python34\tcl\tdbcpostgres1.0.0\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tdbcsqlite1.0.0 , Object: C:\Python34\tcl\tdbcsqlite1.0.0\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: thread2.7.0 , Object: C:\Python34\tcl\thread2.7.0\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tix8.4.3 , Object: C:\Python34\tcl\tix8.4.3\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: bitmaps1 , Object: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: demos1 , Object: C:\Python34\tcl\tix8.4.3\demos\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: bitmaps , Object: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: samples , Object: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: pref , Object: C:\Python34\tcl\tix8.4.3\pref\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tk8.6 , Object: C:\Python34\tcl\tk8.6\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: demos , Object: C:\Python34\tcl\tk8.6\demos\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: images1 , Object: C:\Python34\tcl\tk8.6\demos\images\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: images , Object: C:\Python34\tcl\tk8.6\images\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: msgs , Object: C:\Python34\tcl\tk8.6\msgs\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: ttk , Object: C:\Python34\tcl\tk8.6\ttk\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: libs , Object: C:\Python34\libs\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: include , Object: C:\Python34\include\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Lib , Object: C:\Python34\Lib\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: dbm , Object: C:\Python34\Lib\dbm\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: dbm_pycache , Object: C:\Python34\Lib\dbm\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: distutils , Object: C:\Python34\Lib\distutils\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tests1 , Object: C:\Python34\Lib\distutils\tests\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tests1_pycache , Object: C:\Python34\Lib\distutils\tests\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: command , Object: C:\Python34\Lib\distutils\command\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: command_pycache , Object: C:\Python34\Lib\distutils\command\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: distutils_pycache , Object: C:\Python34\Lib\distutils\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: importlib , Object: C:\Python34\Lib\importlib\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: importlib_pycache , Object: C:\Python34\Lib\importlib\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: collections , Object: C:\Python34\Lib\collections\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: collections_pycache , Object: C:\Python34\Lib\collections\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: unittest , Object: C:\Python34\Lib\unittest\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test4 , Object: C:\Python34\Lib\unittest\test\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: testmock , Object: C:\Python34\Lib\unittest\test\testmock\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: testmock_pycache , Object: C:\Python34\Lib\unittest\test\testmock\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test4_pycache , Object: C:\Python34\Lib\unittest\test\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: unittest_pycache , Object: C:\Python34\Lib\unittest\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: xmlrpc , Object: C:\Python34\Lib\xmlrpc\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: xmlrpc_pycache , Object: C:\Python34\Lib\xmlrpc\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: msilib , Object: C:\Python34\Lib\msilib\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: msilib_pycache , Object: C:\Python34\Lib\msilib\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: pydoc_data , Object: C:\Python34\Lib\pydoc_data\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: pydoc_data_pycache , Object: C:\Python34\Lib\pydoc_data\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: encodings , Object: C:\Python34\Lib\encodings\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: encodings_pycache , Object: C:\Python34\Lib\encodings\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: urllib , Object: C:\Python34\Lib\urllib\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: urllib_pycache , Object: C:\Python34\Lib\urllib\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: email , Object: C:\Python34\Lib\email\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: mime , Object: C:\Python34\Lib\email\mime\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: mime_pycache , Object: C:\Python34\Lib\email\mime\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: email_pycache , Object: C:\Python34\Lib\email\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: xml , Object: C:\Python34\Lib\xml\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: sax , Object: C:\Python34\Lib\xml\sax\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: sax_pycache , Object: C:\Python34\Lib\xml\sax\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: parsers , Object: C:\Python34\Lib\xml\parsers\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: parsers_pycache , Object: C:\Python34\Lib\xml\parsers\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: etree , Object: C:\Python34\Lib\xml\etree\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: etree_pycache , Object: C:\Python34\Lib\xml\etree\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: dom , Object: C:\Python34\Lib\xml\dom\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: dom_pycache , Object: C:\Python34\Lib\xml\dom\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: xml_pycache , Object: C:\Python34\Lib\xml\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: turtledemo , Object: C:\Python34\Lib\turtledemo\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: turtledemo_pycache , Object: C:\Python34\Lib\turtledemo\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test3 , Object: C:\Python34\Lib\test\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_email , Object: C:\Python34\Lib\test\test_email\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: data2 , Object: C:\Python34\Lib\test\test_email\data\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_email_pycache , Object: C:\Python34\Lib\test\test_email\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_importlib , Object: C:\Python34\Lib\test\test_importlib\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: import_ , Object: C:\Python34\Lib\test\test_importlib\import_\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: import__pycache , Object: C:\Python34\Lib\test\test_importlib\import_\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: extension , Object: C:\Python34\Lib\test\test_importlib\extension\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: extension_pycache , Object: C:\Python34\Lib\test\test_importlib\extension\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: source , Object: C:\Python34\Lib\test\test_importlib\source\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: source_pycache , Object: C:\Python34\Lib\test\test_importlib\source\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: frozen , Object: C:\Python34\Lib\test\test_importlib\frozen\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: frozen_pycache , Object: C:\Python34\Lib\test\test_importlib\frozen\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: namespace_pkgs , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: portion2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: foo3 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: foo3_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: portion1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: foo2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: foo2_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: not_a_namespace_pkg , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: foo1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: foo1_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: both_portions , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: foo , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: foo_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: project2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: parent2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: child2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: child2_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: project1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: parent1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: child1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: child1_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: project3 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: parent , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: child , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: child_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: module_and_namespace_package , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: a_test , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: module_and_namespace_package_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: builtin , Object: C:\Python34\Lib\test\test_importlib\builtin\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: builtin_pycache , Object: C:\Python34\Lib\test\test_importlib\builtin\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_importlib_pycache , Object: C:\Python34\Lib\test\test_importlib\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: audiodata , Object: C:\Python34\Lib\test\audiodata\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: data1 , Object: C:\Python34\Lib\test\data\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: xmltestdata , Object: C:\Python34\Lib\test\xmltestdata\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_json , Object: C:\Python34\Lib\test\test_json\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_json_pycache , Object: C:\Python34\Lib\test\test_json\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: subprocessdata , Object: C:\Python34\Lib\test\subprocessdata\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: subprocessdata_pycache , Object: C:\Python34\Lib\test\subprocessdata\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: leakers , Object: C:\Python34\Lib\test\leakers\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: leakers_pycache , Object: C:\Python34\Lib\test\leakers\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: cjkencodings , Object: C:\Python34\Lib\test\cjkencodings\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: crashers , Object: C:\Python34\Lib\test\crashers\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: crashers_pycache , Object: C:\Python34\Lib\test\crashers\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tracedmodules , Object: C:\Python34\Lib\test\tracedmodules\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tracedmodules_pycache , Object: C:\Python34\Lib\test\tracedmodules\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: sndhdrdata , Object: C:\Python34\Lib\test\sndhdrdata\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: decimaltestdata , Object: C:\Python34\Lib\test\decimaltestdata\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_tools , Object: C:\Python34\Lib\test\test_tools\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_tools_pycache , Object: C:\Python34\Lib\test\test_tools\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: imghdrdata , Object: C:\Python34\Lib\test\imghdrdata\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: encoded_modules , Object: C:\Python34\Lib\test\encoded_modules\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: encoded_modules_pycache , Object: C:\Python34\Lib\test\encoded_modules\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: capath , Object: C:\Python34\Lib\test\capath\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: support , Object: C:\Python34\Lib\test\support\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: support_pycache , Object: C:\Python34\Lib\test\support\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_asyncio , Object: C:\Python34\Lib\test\test_asyncio\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_asyncio_pycache , Object: C:\Python34\Lib\test\test_asyncio\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test3_pycache , Object: C:\Python34\Lib\test\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: ctypes , Object: C:\Python34\Lib\ctypes\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: macholib , Object: C:\Python34\Lib\ctypes\macholib\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: macholib_pycache , Object: C:\Python34\Lib\ctypes\macholib\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test2 , Object: C:\Python34\Lib\ctypes\test\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test2_pycache , Object: C:\Python34\Lib\ctypes\test\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: ctypes_pycache , Object: C:\Python34\Lib\ctypes\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: logging , Object: C:\Python34\Lib\logging\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: logging_pycache , Object: C:\Python34\Lib\logging\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: ensurepip , Object: C:\Python34\Lib\ensurepip\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: _bundled , Object: C:\Python34\Lib\ensurepip\_bundled\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: ensurepip_pycache , Object: C:\Python34\Lib\ensurepip\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: multiprocessing , Object: C:\Python34\Lib\multiprocessing\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: dummy , Object: C:\Python34\Lib\multiprocessing\dummy\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: dummy_pycache , Object: C:\Python34\Lib\multiprocessing\dummy\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: multiprocessing_pycache , Object: C:\Python34\Lib\multiprocessing\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: curses , Object: C:\Python34\Lib\curses\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: curses_pycache , Object: C:\Python34\Lib\curses\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: json , Object: C:\Python34\Lib\json\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: json_pycache , Object: C:\Python34\Lib\json\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: venv , Object: C:\Python34\Lib\venv\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: scripts , Object: C:\Python34\Lib\venv\scripts\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: posix , Object: C:\Python34\Lib\venv\scripts\posix\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: nt , Object: C:\Python34\Lib\venv\scripts\nt\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: venv_pycache , Object: C:\Python34\Lib\venv\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: wsgiref , Object: C:\Python34\Lib\wsgiref\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: wsgiref_pycache , Object: C:\Python34\Lib\wsgiref\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tkinter , Object: C:\Python34\Lib\tkinter\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test1 , Object: C:\Python34\Lib\tkinter\test\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_ttk , Object: C:\Python34\Lib\tkinter\test\test_ttk\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_ttk_pycache , Object: C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_tkinter , Object: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_tkinter_pycache , Object: C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test1_pycache , Object: C:\Python34\Lib\tkinter\test\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tkinter_pycache , Object: C:\Python34\Lib\tkinter\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: lib2to3 , Object: C:\Python34\Lib\lib2to3\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: fixes , Object: C:\Python34\Lib\lib2to3\fixes\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: fixes_pycache , Object: C:\Python34\Lib\lib2to3\fixes\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tests , Object: C:\Python34\Lib\lib2to3\tests\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: data , Object: C:\Python34\Lib\lib2to3\tests\data\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: fixers , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: myfixes , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: myfixes_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: fixers_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: data_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: tests_pycache , Object: C:\Python34\Lib\lib2to3\tests\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: pgen2 , Object: C:\Python34\Lib\lib2to3\pgen2\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: pgen2_pycache , Object: C:\Python34\Lib\lib2to3\pgen2\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: lib2to3_pycache , Object: C:\Python34\Lib\lib2to3\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: html , Object: C:\Python34\Lib\html\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: html_pycache , Object: C:\Python34\Lib\html\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: sqlite3 , Object: C:\Python34\Lib\sqlite3\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test , Object: C:\Python34\Lib\sqlite3\test\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: test_pycache , Object: C:\Python34\Lib\sqlite3\test\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: sqlite3_pycache , Object: C:\Python34\Lib\sqlite3\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: http , Object: C:\Python34\Lib\http\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: http_pycache , Object: C:\Python34\Lib\http\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: concurrent , Object: C:\Python34\Lib\concurrent\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: futures , Object: C:\Python34\Lib\concurrent\futures\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: futures_pycache , Object: C:\Python34\Lib\concurrent\futures\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: concurrent_pycache , Object: C:\Python34\Lib\concurrent\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: idlelib , Object: C:\Python34\Lib\idlelib\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Icons , Object: C:\Python34\Lib\idlelib\Icons\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: idle_test , Object: C:\Python34\Lib\idlelib\idle_test\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: idle_test_pycache , Object: C:\Python34\Lib\idlelib\idle_test\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: idlelib_pycache , Object: C:\Python34\Lib\idlelib\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: site_packages , Object: C:\Python34\Lib\site-packages\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: asyncio , Object: C:\Python34\Lib\asyncio\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: asyncio_pycache , Object: C:\Python34\Lib\asyncio\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Lib_pycache , Object: C:\Python34\Lib\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: DLLs , Object: C:\Python34\DLLs\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: LAUNCHERDIR , Object: C:\WINDOWS\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: DLLDIR , Object: C:\WINDOWS\system32\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Tools , Object: C:\Python34\Tools\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Scripts , Object: C:\Python34\Tools\Scripts\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: Scripts_pycache , Object: C:\Python34\Tools\Scripts\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: i18n , Object: C:\Python34\Tools\i18n\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: i18n_pycache , Object: C:\Python34\Tools\i18n\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: pynche , Object: C:\Python34\Tools\pynche\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: pynche_pycache , Object: C:\Python34\Tools\pynche\__pycache__\ MSI (c) (70:74) [21:21:36:003]: Dir (target): Key: X , Object: C:\Python34\Tools\pynche\X\ MSI (c) (70:74) [21:21:36:003]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'. MSI (c) (70:74) [21:21:36:019]: Disallowing installation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since the same component with higher versioned keyfile exists MSI (c) (70:74) [21:21:36:035]: Disallowing installation of component: {0E931026-929B-382C-B702-B8B4039399E5} since the same component with higher versioned keyfile exists MSI (c) (70:74) [21:21:36:035]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 MSI (c) (70:74) [21:21:36:035]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (c) (70:74) [21:21:36:035]: Note: 1: 2262 2: Patch 3: -2147287038 Action ended 21:21:36: CostFinalize. Return value 1. MSI (c) (70:74) [21:21:36:238]: Doing action: MigrateFeatureStates Action 21:21:36: MigrateFeatureStates. Migrating feature states from related applications Action start 21:21:36: MigrateFeatureStates. MSI (c) (70:74) [21:21:36:238]: Migrating feature settings from product(s) '{D54842CB-F761-30BA-881F-1FF821DC44DF};{2583CDBA-8A53-4622-BB67-1D163714C1B4}' MSI (c) (70:74) [21:21:36:238]: MigrateFeatureStates: based on existing product, setting feature 'SharedCRT' to 'Local' state. MSI (c) (70:74) [21:21:36:253]: Disallowing installation of component: {0E931026-929B-382C-B702-B8B4039399E5} since the same component with higher versioned keyfile exists MSI (c) (70:74) [21:21:36:253]: Disallowing installation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since the same component with higher versioned keyfile exists MSI (c) (70:74) [21:21:36:253]: MigrateFeatureStates: based on existing product, setting feature 'DefaultFeature' to 'Local' state. MSI (c) (70:74) [21:21:36:285]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 MSI (c) (70:74) [21:21:36:300]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (c) (70:74) [21:21:36:300]: Note: 1: 2262 2: Patch 3: -2147287038 MSI (c) (70:74) [21:21:36:300]: MigrateFeatureStates: based on existing product, setting feature 'PrependPath' to 'Local' state. MSI (c) (70:74) [21:21:36:316]: MigrateFeatureStates: based on existing product, setting feature 'Testsuite' to 'Local' state. MSI (c) (70:74) [21:21:36:331]: MigrateFeatureStates: based on existing product, setting feature 'pip_feature' to 'Local' state. MSI (c) (70:74) [21:21:36:331]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 MSI (c) (70:74) [21:21:36:331]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (c) (70:74) [21:21:36:331]: Note: 1: 2262 2: Patch 3: -2147287038 MSI (c) (70:74) [21:21:36:331]: MigrateFeatureStates: based on existing product, setting feature 'Tools' to 'Local' state. MSI (c) (70:74) [21:21:36:331]: MigrateFeatureStates: based on existing product, setting feature 'Documentation' to 'Local' state. MSI (c) (70:74) [21:21:36:347]: MigrateFeatureStates: based on existing product, setting feature 'TclTk' to 'Local' state. MSI (c) (70:74) [21:21:36:363]: MigrateFeatureStates: based on existing product, setting feature 'Extensions' to 'Local' state. Action ended 21:21:36: MigrateFeatureStates. Return value 1. MSI (c) (70:74) [21:21:36:363]: Doing action: SelectDirectoryDlg Action 21:21:36: SelectDirectoryDlg. Action start 21:21:36: SelectDirectoryDlg. MSI (c) (70:DC) [21:21:36:378]: Note: 1: 2262 2: Error 3: -2147287038 Info 2898.For VerdanaRed9 textstyle, the system created a 'Verdana' font, in 1 character set, of 18 pixels height. MSI (c) (70:DC) [21:21:36:394]: Note: 1: 2262 2: Error 3: -2147287038 Info 2898.For DlgFont8__UL textstyle, the system created a 'Tahoma' font, in 0 character set, of 18 pixels height. MSI (c) (70:DC) [21:21:36:394]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2 Action 21:21:36: SelectDirectoryDlg. Dialog created MSI (c) (70:10) [21:21:36:613]: Note: 1: 2262 2: DuplicateFile 3: -2147287038 MSI (c) (70:10) [21:21:36:613]: Note: 1: 2262 2: ReserveCost 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 (command line - 64 bit) 3: 2 MSI (c) (70:10) [21:22:08:216]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 Docs Server (pydoc - 64 bit) 3: 2 MSI (c) (70:10) [21:22:08:216]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 GUI - 64 bit) 3: 2 MSI (c) (70:10) [21:22:08:216]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 Manuals 3: 2 MSI (c) (70:10) [21:22:08:216]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 (64 bit) 3: 2 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: Class 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: Class 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: Class 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'. MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: PublishComponent 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: SelfReg 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: Font 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2262 2: Class 3: -2147287038 MSI (c) (70:10) [21:22:08:216]: Note: 1: 2727 2: MSI (c) (70:DC) [21:22:08:231]: Doing action: CheckDir Action 21:22:08: CheckDir. Action start 21:22:08: CheckDir. MSI (c) (70:DC) [21:22:08:247]: Creating MSIHANDLE (1) of type 790542 for thread 3548 MSI (c) (70:24) [21:22:08:247]: Invoking remote custom action. DLL: C:\Users\pierre\AppData\Local\Temp\MSI274B.tmp, Entrypoint: CheckDir MSI (c) (70:70) [21:22:08:263]: Cloaking enabled. MSI (c) (70:70) [21:22:08:263]: Attempting to enable all disabled privileges before calling Install on Server MSI (c) (70:70) [21:22:08:263]: Connected to service for CA interface. MSI (c) (70!3C) [21:22:08:403]: PROPERTY CHANGE: Adding TargetExists property. Its value is '1'. MSI (c) (70:24) [21:22:08:403]: Closing MSIHANDLE (1) of type 790542 for thread 3548 Action ended 21:22:08: CheckDir. Return value 1. MSI (c) (70:DC) [21:22:08:435]: PROPERTY CHANGE: Adding MsiSelectionTreeSelectedFeature property. Its value is 'DefaultFeature'. MSI (c) (70:DC) [21:22:08:435]: PROPERTY CHANGE: Adding MsiSelectionTreeSelectedAction property. Its value is '3'. MSI (c) (70:DC) [21:22:08:435]: PROPERTY CHANGE: Adding MsiSelectionTreeChildrenCount property. Its value is '7'. MSI (c) (70:DC) [21:22:08:435]: PROPERTY CHANGE: Adding MsiSelectionTreeInstallingChildrenCount property. Its value is '7'. MSI (c) (70:DC) [21:22:08:435]: PROPERTY CHANGE: Adding MsiSelectionTreeSelectedCost property. Its value is '2546'. MSI (c) (70:DC) [21:22:08:435]: PROPERTY CHANGE: Adding MsiSelectionTreeChildrenCost property. Its value is '687'. MSI (c) (70:DC) [21:22:08:435]: PROPERTY CHANGE: Adding MsiSelectionTreeSelectedPath property. Its value is 'C:\Python34\'. Action 21:22:08: SelectFeaturesDlg. Dialog created MSI (c) (70:DC) [21:22:08:935]: Note: 1: 2727 2: MSI (c) (70:DC) [21:22:09:435]: Note: 1: 2727 2: MSI (c) (70:DC) [21:22:09:935]: Note: 1: 2727 2: MSI (c) (70:DC) [21:22:10:435]: Note: 1: 2727 2: MSI (c) (70:DC) [21:22:10:935]: Note: 1: 2727 2: MSI (c) (70:DC) [21:22:11:450]: Note: 1: 2727 2: MSI (c) (70:DC) [21:22:11:950]: Note: 1: 2727 2: MSI (c) (70:DC) [21:22:12:450]: Note: 1: 2727 2: MSI (c) (70:DC) [21:22:12:935]: PROPERTY CHANGE: Deleting MsiSelectionTreeSelectedFeature property. Its current value is 'DefaultFeature'. MSI (c) (70:DC) [21:22:12:935]: PROPERTY CHANGE: Deleting MsiSelectionTreeSelectedAction property. Its current value is '3'. MSI (c) (70:DC) [21:22:12:935]: PROPERTY CHANGE: Deleting MsiSelectionTreeChildrenCount property. Its current value is '7'. MSI (c) (70:DC) [21:22:12:935]: PROPERTY CHANGE: Deleting MsiSelectionTreeInstallingChildrenCount property. Its current value is '7'. MSI (c) (70:DC) [21:22:12:935]: PROPERTY CHANGE: Deleting MsiSelectionTreeSelectedCost property. Its current value is '2546'. MSI (c) (70:DC) [21:22:12:935]: PROPERTY CHANGE: Deleting MsiSelectionTreeChildrenCost property. Its current value is '687'. MSI (c) (70:DC) [21:22:12:935]: PROPERTY CHANGE: Deleting MsiSelectionTreeSelectedPath property. Its current value is 'C:\Python34\'. Action ended 21:22:12: SelectDirectoryDlg. Return value 1. MSI (c) (70:74) [21:22:12:950]: Skipping action: MaintenanceTypeDlg (condition is false) MSI (c) (70:74) [21:22:12:950]: Doing action: ProgressDlg Action 21:22:12: ProgressDlg. Action start 21:22:12: ProgressDlg. MSI (c) (70:DC) [21:22:12:950]: Note: 1: 2262 2: Error 3: -2147287038 Info 2898.For DlgFontBold8 textstyle, the system created a 'Tahoma' font, in 1 character set, of 16 pixels height. Action 21:22:12: ProgressDlg. Dialog created Action ended 21:22:13: ProgressDlg. Return value 1. MSI (c) (70:74) [21:22:13:138]: Doing action: ExecuteAction Action 21:22:13: ExecuteAction. Action start 21:22:13: ExecuteAction. MSI (c) (70:74) [21:22:13:138]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'. MSI (c) (70:74) [21:22:13:138]: Grabbed execution mutex. MSI (c) (70:74) [21:22:13:138]: Incrementing counter to disable shutdown. Counter after increment: 0 MSI (c) (70:74) [21:22:13:138]: Switching to server: X="C:\Python34\Tools\pynche\X\" TARGETDIR="C:\Python34\" DLLDIR="C:\WINDOWS\system32\" LAUNCHERDIR="C:\WINDOWS\" US="C:\Python34\tcl\tcl8.6\tzdata\US\" _8.6="C:\Python34\tcl\tcl8\8.6\" _8.5="C:\Python34\tcl\tcl8\8.5\" _8.4="C:\Python34\tcl\tcl8\8.4\" _8.3="C:\Python34\tcl\tcl8\8.3\" _8.2="C:\Python34\tcl\tcl8\8.2\" REMOVEOLDVERSION="{D54842CB-F761-30BA-881F-1FF821DC44DF}" REMOVEOLDSNAPSHOT="{2583CDBA-8A53-4622-BB67-1D163714C1B4}" CURRENTDIRECTORY="C:\WINDOWS\system32" CLIENTUILEVEL="0" CLIENTPROCESSID="7536" USERNAME="pierre.boulanger at hotmail.com" SOURCEDIR="C:\Users\pierre\Documents\" ACTION="INSTALL" EXECUTEACTION="INSTALL" ROOTDRIVE="C:\" MIGRATE="{D54842CB-F761-30BA-881F-1FF821DC44DF};{2583CDBA-8A53-4622-BB67-1D163714C1B4}" ALLUSERS="1" INSTALLLEVEL="1" SECONDSEQUENCE="1" ADDLOCAL=DefaultFeature,SharedCRT,Extensions,TclTk,Documentation,Tools,pip_feature,Testsuite,PrependPath MSI (s) (9C:78) [21:22:13:169]: Running installation inside multi-package transaction C:\Users\pierre\Documents\python-3.4.2.amd64.msi MSI (s) (9C:78) [21:22:13:169]: Grabbed execution mutex. MSI (s) (9C:5C) [21:22:13:185]: Resetting cached policy values MSI (s) (9C:5C) [21:22:13:185]: Machine policy value 'Debug' is 0 MSI (s) (9C:5C) [21:22:13:185]: ******* RunEngine: ******* Product: C:\Users\pierre\Documents\python-3.4.2.amd64.msi ******* Action: INSTALL ******* CommandLine: ********** MSI (s) (9C:5C) [21:22:13:185]: Machine policy value 'DisableUserInstalls' is 0 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 00005109831090400000000000F01FEC MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 00005109831090400000000000F01FEC MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 09C2F43DABC2EED4483DBF3700D59530 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 09C2F43DABC2EED4483DBF3700D59530 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 0AA7CFB2C445A3E47869763FEB56B59E MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 0AA7CFB2C445A3E47869763FEB56B59E MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 0B08BE870A812E1179160FD42AA3C585 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 0B08BE870A812E1179160FD42AA3C585 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 0CC0CDFA8E930C248932C2C1816267CD MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 0CC0CDFA8E930C248932C2C1816267CD MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 0D4BECCE0807A8F44B894EA0234ABFDE MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 0D4BECCE0807A8F44B894EA0234ABFDE MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 163AAEBD4A8F89244BC1E9D9BCA9BA48 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 163AAEBD4A8F89244BC1E9D9BCA9BA48 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 178362A7CEEB1E11CA350FD42AA3C585 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 178362A7CEEB1E11CA350FD42AA3C585 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 1926E8D15D0BCE53481466615F760A7F MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 1926E8D15D0BCE53481466615F760A7F MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 1933CB586EB62E11888D01043F7E10F0 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 1933CB586EB62E11888D01043F7E10F0 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 1C006203FDB61DF43170419892CC3158 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 1C006203FDB61DF43170419892CC3158 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 1D5E3C0FEDA1E123187686FED06E995A MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 1D5E3C0FEDA1E123187686FED06E995A MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 1F905C24154C1E11EA9C0FD42AA3C585 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 1F905C24154C1E11EA9C0FD42AA3C585 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 2285CC2C6E2312D488AEEDC8DE90EEF2 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 2285CC2C6E2312D488AEEDC8DE90EEF2 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 2B271A26E055D994A92815091D3809AA MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 2B271A26E055D994A92815091D3809AA MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 3407C5E15C9047946AF95A72F18DB2CB MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 3407C5E15C9047946AF95A72F18DB2CB MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 350BFA98343AFE64794E5D39DA17486E MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 350BFA98343AFE64794E5D39DA17486E MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 44D3EEBF339048B4BBA69459F79881F7 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 44D3EEBF339048B4BBA69459F79881F7 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 4EA42A62D9304AC4784BF230120776FF MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 4EA42A62D9304AC4784BF230120776FF MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 4EA42A62D9304AC4784BF260140776FF MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 4EA42A62D9304AC4784BF260140776FF MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 53434C36824FAB24E8B7858447D92926 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 53434C36824FAB24E8B7858447D92926 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 5ABBFB104D5F2A8468DA8F3AFDD0F46E MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 5ABBFB104D5F2A8468DA8F3AFDD0F46E MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 5B8A21D914D95644FB110717E90BDC20 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 5B8A21D914D95644FB110717E90BDC20 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 60670929CF2B39140BEC2A1195ADA3BB MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 60670929CF2B39140BEC2A1195ADA3BB MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 610AC2A9C4C144D4FB072C8C36C9434A MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 610AC2A9C4C144D4FB072C8C36C9434A MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 65A12609E109D7148ABC8E3E6A97C392 MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 65A12609E109D7148ABC8E3E6A97C392 MSI (s) (9C:5C) [21:22:13:185]: Setting cached product context: machine assigned for product: 681ED7B6B4733784EA1C4746AD33D76D MSI (s) (9C:5C) [21:22:13:185]: Using cached product context: machine assigned for product: 681ED7B6B4733784EA1C4746AD33D76D MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 68AB67CA7DA7FFFFB744BA0000000010 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 68AB67CA7DA7FFFFB744BA0000000010 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 6E1F8BCA18EECF34EA7B86DEFA92F11B MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 6E1F8BCA18EECF34EA7B86DEFA92F11B MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 6E815EB96CCE9A53884E7857C57002F0 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 6E815EB96CCE9A53884E7857C57002F0 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 70CAE55D7027DB445B42F060F3237734 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 70CAE55D7027DB445B42F060F3237734 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 729C7955A9207A640A0CD8BA9D98A105 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 729C7955A9207A640A0CD8BA9D98A105 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 7C83913B79E7EE94F88859E15126863A MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 7C83913B79E7EE94F88859E15126863A MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 844C97FE649617D41843300487880C45 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 844C97FE649617D41843300487880C45 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 85A2C71DAE0E7DD42A6D4C84DF526B6F MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 85A2C71DAE0E7DD42A6D4C84DF526B6F MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 8FAA6A8C7AFD7B444BBCFC02C02A67D0 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 8FAA6A8C7AFD7B444BBCFC02C02A67D0 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 93BAD29AC2E44034A96BCB446EB8552E MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 93BAD29AC2E44034A96BCB446EB8552E MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: 99D1998BDF882F14C823BD0772D8C503 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: 99D1998BDF882F14C823BD0772D8C503 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: A03D08C720CAF3E49BD5920F4EFF39B7 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: A03D08C720CAF3E49BD5920F4EFF39B7 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: A4F277D5ED35F1E4385F0BD8FF01C606 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: A4F277D5ED35F1E4385F0BD8FF01C606 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: B3E744BA59A76AC4E8DC2BC56913B476 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: B3E744BA59A76AC4E8DC2BC56913B476 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: BCA204EE962844E4C91A8DF1CDB45454 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: BCA204EE962844E4C91A8DF1CDB45454 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: BCFACE52BFCDECF45A2B77A2755F8906 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: BCFACE52BFCDECF45A2B77A2755F8906 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: BD2118D909431FB4AAAFD122F4BFD5C3 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: BD2118D909431FB4AAAFD122F4BFD5C3 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: CB5932132CC7C4346A06035220679A62 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: CB5932132CC7C4346A06035220679A62 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: D529D99AF10C4834892AF7CE92C5E651 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: D529D99AF10C4834892AF7CE92C5E651 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: DC87A16F82EF88942AF7E570062AB226 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: DC87A16F82EF88942AF7E570062AB226 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: DDDD297F8C17E914EA50640BDC1BEB8C MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: DDDD297F8C17E914EA50640BDC1BEB8C MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: E4029B5190ABE584F8C290A40C706746 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: E4029B5190ABE584F8C290A40C706746 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: E47BB42B9538AA3489A5E8089C12C907 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: E47BB42B9538AA3489A5E8089C12C907 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: E6FE6646E007F07449BC0D5030208CE4 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: E6FE6646E007F07449BC0D5030208CE4 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: E76AA5B70AEFBB04AB5BAC6546A585C9 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: E76AA5B70AEFBB04AB5BAC6546A585C9 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: E81764303FE8A304780A19D2C0449AAB MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: E81764303FE8A304780A19D2C0449AAB MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: ED365428DA576614D90C6B84F2024756 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: ED365428DA576614D90C6B84F2024756 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: F356094398721A641BFBB64DFC1413BA MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: F356094398721A641BFBB64DFC1413BA MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: F60730A4A66673047777F5728467D401 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: F60730A4A66673047777F5728467D401 MSI (s) (9C:5C) [21:22:13:200]: Setting cached product context: machine assigned for product: F95CA8C146462E110A0C0FD42AA3C585 MSI (s) (9C:5C) [21:22:13:200]: Using cached product context: machine assigned for product: F95CA8C146462E110A0C0FD42AA3C585 MSI (s) (9C:5C) [21:22:13:200]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038 MSI (s) (9C:5C) [21:22:13:216]: Machine policy value 'LimitSystemRestoreCheckpointing' is 0 MSI (s) (9C:5C) [21:22:13:216]: Note: 1: 1715 2: Python 3.4.2 (64-bit) MSI (s) (9C:5C) [21:22:13:216]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (9C:5C) [21:22:13:216]: Calling SRSetRestorePoint API. dwRestorePtType: 0, dwEventType: 102, llSequenceNumber: 0, szDescription: "Installed Python 3.4.2 (64-bit)". MSI (s) (9C:5C) [21:23:12:269]: The call to SRSetRestorePoint API succeeded. Returned status: 0, llSequenceNumber: 6. MSI (s) (9C:5C) [21:23:12:300]: File will have security applied from OpCode. MSI (s) (9C:5C) [21:23:12:456]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Users\pierre\Documents\python-3.4.2.amd64.msi' against software restriction policy MSI (s) (9C:5C) [21:23:12:456]: SOFTWARE RESTRICTION POLICY: C:\Users\pierre\Documents\python-3.4.2.amd64.msi has a digital signature MSI (s) (9C:5C) [21:23:13:097]: SOFTWARE RESTRICTION POLICY: C:\Users\pierre\Documents\python-3.4.2.amd64.msi is permitted to run at the 'unrestricted' authorization level. MSI (s) (9C:5C) [21:23:13:097]: Creating MSIHANDLE (1) of type 790542 for thread 3932 MSI (s) (9C:5C) [21:23:13:097]: MSCOREE not loaded loading copy from system32 MSI (s) (9C:5C) [21:23:13:206]: End dialog not enabled MSI (s) (9C:5C) [21:23:13:206]: Original package ==> C:\Users\pierre\Documents\python-3.4.2.amd64.msi MSI (s) (9C:5C) [21:23:13:206]: Package we're running from ==> C:\WINDOWS\Installer\5216a.msi MSI (s) (9C:5C) [21:23:13:222]: APPCOMPAT: Compatibility mode property overrides found. MSI (s) (9C:5C) [21:23:13:222]: APPCOMPAT: looking for appcompat database entry with ProductCode '{CD723946-09C1-38D3-8542-732BA931E9EF}'. MSI (s) (9C:5C) [21:23:13:222]: APPCOMPAT: no matching ProductCode found in database. MSI (s) (9C:5C) [21:23:13:269]: Machine policy value 'TransformsSecure' is 0 MSI (s) (9C:5C) [21:23:13:269]: User policy value 'TransformsAtSource' is 0 MSI (s) (9C:5C) [21:23:13:269]: Machine policy value 'DisablePatch' is 0 MSI (s) (9C:5C) [21:23:13:269]: Machine policy value 'AllowLockdownPatch' is 0 MSI (s) (9C:5C) [21:23:13:269]: Machine policy value 'DisableLUAPatching' is 0 MSI (s) (9C:5C) [21:23:13:269]: Machine policy value 'DisableFlyWeightPatching' is 0 MSI (s) (9C:5C) [21:23:13:269]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active MSI (s) (9C:5C) [21:23:13:269]: APPCOMPAT: looking for appcompat database entry with ProductCode '{CD723946-09C1-38D3-8542-732BA931E9EF}'. MSI (s) (9C:5C) [21:23:13:269]: APPCOMPAT: no matching ProductCode found in database. MSI (s) (9C:5C) [21:23:13:269]: Transforms are not secure. MSI (s) (9C:5C) [21:23:13:269]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\WINDOWS\system32\log.txt'. MSI (s) (9C:5C) [21:23:13:269]: Command Line: X=C:\Python34\Tools\pynche\X\ TARGETDIR=C:\Python34\ DLLDIR=C:\WINDOWS\system32\ LAUNCHERDIR=C:\WINDOWS\ US=C:\Python34\tcl\tcl8.6\tzdata\US\ _8.6=C:\Python34\tcl\tcl8\8.6\ _8.5=C:\Python34\tcl\tcl8\8.5\ _8.4=C:\Python34\tcl\tcl8\8.4\ _8.3=C:\Python34\tcl\tcl8\8.3\ _8.2=C:\Python34\tcl\tcl8\8.2\ REMOVEOLDVERSION={D54842CB-F761-30BA-881F-1FF821DC44DF} REMOVEOLDSNAPSHOT={2583CDBA-8A53-4622-BB67-1D163714C1B4} CURRENTDIRECTORY=C:\WINDOWS\system32 CLIENTUILEVEL=0 CLIENTPROCESSID=7536 USERNAME=pierre.boulanger at hotmail.com SOURCEDIR=C:\Users\pierre\Documents\ ACTION=INSTALL EXECUTEACTION=INSTALL ROOTDRIVE=C:\ MIGRATE={D54842CB-F761-30BA-881F-1FF821DC44DF};{2583CDBA-8A53-4622-BB67-1D163714C1B4} ALLUSERS=1 INSTALLLEVEL=1 SECONDSEQUENCE=1 ADDLOCAL=DefaultFeature,SharedCRT,Extensions,TclTk,Documentation,Tools,pip_feature,Testsuite,PrependPath ACTION=INSTALL MSI (s) (9C:5C) [21:23:13:269]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{DFFC8690-7E44-4587-9B40-13D3182C6046}'. MSI (s) (9C:5C) [21:23:13:269]: Product Code passed to Engine.Initialize: '' MSI (s) (9C:5C) [21:23:13:269]: Product Code from property table before transforms: '{CD723946-09C1-38D3-8542-732BA931E9EF}' MSI (s) (9C:5C) [21:23:13:269]: Product Code from property table after transforms: '{CD723946-09C1-38D3-8542-732BA931E9EF}' MSI (s) (9C:5C) [21:23:13:269]: Product not registered: beginning first-time install MSI (s) (9C:5C) [21:23:13:269]: Machine policy value 'DisableMsi' is 0 MSI (s) (9C:5C) [21:23:13:269]: PROPERTY CHANGE: Adding ALLUSERS property. Its value is '1'. MSI (s) (9C:5C) [21:23:13:269]: Product {CD723946-09C1-38D3-8542-732BA931E9EF} is not managed. MSI (s) (9C:5C) [21:23:13:269]: MSI_LUA: Credential prompt not required, user is an admin MSI (s) (9C:5C) [21:23:13:269]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'. MSI (s) (9C:5C) [21:23:13:269]: Entering CMsiConfigurationManager::SetLastUsedSource. MSI (s) (9C:5C) [21:23:13:269]: User policy value 'SearchOrder' is 'nmu' MSI (s) (9C:5C) [21:23:13:269]: Adding new sources is allowed. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'. MSI (s) (9C:5C) [21:23:13:284]: Package name extracted from package path: 'python-3.4.2.amd64.msi' MSI (s) (9C:5C) [21:23:13:284]: Package to be registered: 'python-3.4.2.amd64.msi' MSI (s) (9C:5C) [21:23:13:284]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (9C:5C) [21:23:13:284]: Note: 1: 2262 2: AdminProperties 3: -2147287038 MSI (s) (9C:5C) [21:23:13:284]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:5C) [21:23:13:284]: User policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:5C) [21:23:13:284]: Product installation will be elevated because user is admin and product is being installed per-machine. MSI (s) (9C:5C) [21:23:13:284]: Running product '{CD723946-09C1-38D3-8542-732BA931E9EF}' with elevated privileges: Product is assigned. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding X property. Its value is 'C:\Python34\Tools\pynche\X\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\Python34\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding DLLDIR property. Its value is 'C:\WINDOWS\system32\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding LAUNCHERDIR property. Its value is 'C:\WINDOWS\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding US property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\US\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding _8.6 property. Its value is 'C:\Python34\tcl\tcl8\8.6\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding _8.5 property. Its value is 'C:\Python34\tcl\tcl8\8.5\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding _8.4 property. Its value is 'C:\Python34\tcl\tcl8\8.4\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding _8.3 property. Its value is 'C:\Python34\tcl\tcl8\8.3\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding _8.2 property. Its value is 'C:\Python34\tcl\tcl8\8.2\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding REMOVEOLDVERSION property. Its value is '{D54842CB-F761-30BA-881F-1FF821DC44DF}'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding REMOVEOLDSNAPSHOT property. Its value is '{2583CDBA-8A53-4622-BB67-1D163714C1B4}'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\WINDOWS\system32'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '7536'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'pierre.boulanger at hotmail.com'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Users\pierre\Documents\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding MIGRATE property. Its value is '{D54842CB-F761-30BA-881F-1FF821DC44DF};{2583CDBA-8A53-4622-BB67-1D163714C1B4}'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'. MSI (s) (9C:5C) [21:23:13:284]: PROPERTY CHANGE: Adding ADDLOCAL property. Its value is 'DefaultFeature,SharedCRT,Extensions,TclTk,Documentation,Tools,pip_feature,Testsuite,PrependPath'. MSI (s) (9C:5C) [21:23:13:284]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0 MSI (s) (9C:5C) [21:23:13:316]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is '70bdbd6e91749e439d96ed4dc562548b'. MSI (s) (9C:5C) [21:23:13:316]: RESTART MANAGER: Session opened. MSI (s) (9C:5C) [21:23:13:316]: Engine has iefSecondSequence set to true. MSI (s) (9C:5C) [21:23:13:316]: TRANSFORMS property is now: MSI (s) (9C:5C) [21:23:13:316]: PROPERTY CHANGE: Deleting SOURCEDIR property. Its current value is 'C:\Users\pierre\Documents\'. MSI (s) (9C:5C) [21:23:13:316]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'. MSI (s) (9C:5C) [21:23:13:316]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming MSI (s) (9C:5C) [21:23:13:331]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Favorites MSI (s) (9C:5C) [21:23:13:331]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Network Shortcuts MSI (s) (9C:5C) [21:23:13:331]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Documents MSI (s) (9C:5C) [21:23:13:347]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Printer Shortcuts MSI (s) (9C:5C) [21:23:13:347]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Recent MSI (s) (9C:5C) [21:23:13:347]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\SendTo MSI (s) (9C:5C) [21:23:13:363]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Templates MSI (s) (9C:5C) [21:23:13:363]: SHELL32::SHGetFolderPath returned: C:\ProgramData MSI (s) (9C:5C) [21:23:13:363]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Local MSI (s) (9C:5C) [21:23:13:378]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Pictures MSI (s) (9C:5C) [21:23:13:378]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (s) (9C:5C) [21:23:13:394]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup MSI (s) (9C:5C) [21:23:13:394]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:5C) [21:23:13:409]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu MSI (s) (9C:5C) [21:23:13:409]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop MSI (s) (9C:5C) [21:23:13:425]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (s) (9C:5C) [21:23:13:425]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup MSI (s) (9C:5C) [21:23:13:425]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:5C) [21:23:13:441]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu MSI (s) (9C:5C) [21:23:13:441]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Desktop MSI (s) (9C:5C) [21:23:13:456]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates MSI (s) (9C:5C) [21:23:13:456]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts MSI (s) (9C:5C) [21:23:13:456]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16 MSI (s) (9C:5C) [21:23:13:488]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated. MSI (s) (9C:5C) [21:23:13:488]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'. MSI (s) (9C:5C) [21:23:13:488]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'. MSI (s) (9C:5C) [21:23:13:488]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (s) (9C:5C) [21:23:13:488]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINDOWS\Installer\5216a.msi'. MSI (s) (9C:5C) [21:23:13:488]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Users\pierre\Documents\python-3.4.2.amd64.msi'. MSI (s) (9C:5C) [21:23:13:488]: Machine policy value 'MsiDisableEmbeddedUI' is 0 MSI (s) (9C:5C) [21:23:13:488]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install MSI (s) (9C:5C) [21:23:13:488]: Note: 1: 2262 2: PatchPackage 3: -2147287038 MSI (s) (9C:5C) [21:23:13:488]: Machine policy value 'DisableRollback' is 0 MSI (s) (9C:5C) [21:23:13:488]: User policy value 'DisableRollback' is 0 MSI (s) (9C:5C) [21:23:13:488]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'. MSI (s) (9C:5C) [21:23:13:488]: Note: 1: 2262 2: Font 3: -2147287038 MSI (s) (9C:5C) [21:23:13:488]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'. MSI (s) (9C:5C) [21:23:13:488]: Note: 1: 2262 2: LaunchCondition 3: -2147287038 MSI (s) (9C:5C) [21:23:13:488]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes. MSI (s) (9C:5C) [21:23:13:488]: Doing action: INSTALL Action 21:23:13: INSTALL. Action start 21:23:13: INSTALL. MSI (s) (9C:5C) [21:23:13:503]: Running ExecuteSequence MSI (s) (9C:5C) [21:23:13:503]: Doing action: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:23:13: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:23:13: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. MSI (s) (9C:5C) [21:23:13:503]: PROPERTY CHANGE: Adding WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC property. Its value is 'C:\WINDOWS\'. Action ended 21:23:13: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (s) (9C:5C) [21:23:13:503]: Doing action: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:23:13: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:23:13: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. MSI (s) (9C:5C) [21:23:13:503]: PROPERTY CHANGE: Adding System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC property. Its value is 'C:\WINDOWS\system32\'. Action ended 21:23:13: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (s) (9C:5C) [21:23:13:503]: Doing action: LaunchConditions Action 21:23:13: LaunchConditions. Evaluating launch conditions Action start 21:23:13: LaunchConditions. MSI (s) (9C:5C) [21:23:13:503]: Note: 1: 2262 2: LaunchCondition 3: -2147287038 Action ended 21:23:13: LaunchConditions. Return value 1. MSI (s) (9C:5C) [21:23:13:519]: Doing action: FindRelatedProducts Action 21:23:13: FindRelatedProducts. Searching for related applications Action start 21:23:13: FindRelatedProducts. MSI (s) (9C:5C) [21:23:13:519]: Skipping FindRelatedProducts action: already done on client side Action ended 21:23:13: FindRelatedProducts. Return value 0. MSI (s) (9C:5C) [21:23:13:519]: Doing action: AppSearch Action 21:23:13: AppSearch. Searching for installed applications Action start 21:23:13: AppSearch. MSI (s) (9C:5C) [21:23:13:519]: Skipping AppSearch action: already done on client side Action ended 21:23:13: AppSearch. Return value 0. MSI (s) (9C:5C) [21:23:13:519]: Doing action: CCPSearch Action 21:23:13: CCPSearch. Searching for qualifying products Action start 21:23:13: CCPSearch. MSI (s) (9C:5C) [21:23:13:519]: Skipping CCPSearch action: already done on client side Action ended 21:23:13: CCPSearch. Return value 0. MSI (s) (9C:5C) [21:23:13:519]: Doing action: RMCCPSearch Action 21:23:13: RMCCPSearch. Searching for qualifying products Action start 21:23:13: RMCCPSearch. MSI (s) (9C:5C) [21:23:13:534]: Skipping RMCCPSearch action: already done on client side Action ended 21:23:13: RMCCPSearch. Return value 0. MSI (s) (9C:5C) [21:23:13:534]: Doing action: ValidateProductID Action 21:23:13: ValidateProductID. Action start 21:23:13: ValidateProductID. Action ended 21:23:13: ValidateProductID. Return value 1. MSI (s) (9C:5C) [21:23:13:534]: Skipping action: InitialTargetDir (condition is false) MSI (s) (9C:5C) [21:23:13:534]: Skipping action: SetDLLDirToSystem32 (condition is false) MSI (s) (9C:5C) [21:23:13:534]: Skipping action: SetDLLDirToTarget (condition is false) MSI (s) (9C:5C) [21:23:13:534]: Skipping action: SetLauncherDirToWindows (condition is false) MSI (s) (9C:5C) [21:23:13:534]: Skipping action: SetLauncherDirToTarget (condition is false) MSI (s) (9C:5C) [21:23:13:534]: Doing action: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:23:13: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:23:13: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action ended 21:23:13: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (s) (9C:5C) [21:23:13:534]: Doing action: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:23:13: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:23:13: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action ended 21:23:13: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (s) (9C:5C) [21:23:13:534]: Doing action: CostInitialize Action 21:23:13: CostInitialize. Computing space requirements Action start 21:23:13: CostInitialize. MSI (s) (9C:5C) [21:23:13:550]: Machine policy value 'MaxPatchCacheSize' is 10 MSI (s) (9C:5C) [21:23:13:550]: Baseline: Sorting baselines for {CD723946-09C1-38D3-8542-732BA931E9EF}. MSI (s) (9C:5C) [21:23:13:550]: Baseline: New baseline 3.4.2150 from transaction. MSI (s) (9C:5C) [21:23:13:550]: Baseline: Sorted order Native: Order 0. MSI (s) (9C:5C) [21:23:13:550]: Baseline Data Table: MSI (s) (9C:5C) [21:23:13:550]: ProductCode: {CD723946-09C1-38D3-8542-732BA931E9EF} Version: 3.4.2150 Attributes: 0 PatchId: Native BaselineId: -2147483648 Order: 0 MSI (s) (9C:5C) [21:23:13:550]: Baseline File Table: MSI (s) (9C:5C) [21:23:13:550]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'. MSI (s) (9C:5C) [21:23:13:550]: Note: 1: 2262 2: Patch 3: -2147287038 MSI (s) (9C:5C) [21:23:13:550]: Note: 1: 2262 2: PatchPackage 3: -2147287038 MSI (s) (9C:5C) [21:23:13:550]: Note: 1: 2262 2: MsiPatchHeaders 3: -2147287038 MSI (s) (9C:5C) [21:23:13:550]: Note: 1: 2205 2: 3: __MsiPatchFileList MSI (s) (9C:5C) [21:23:13:550]: Dumping __MsiPatchMedia table... MSI (s) (9C:5C) [21:23:13:550]: Delta compression fallback method for this product transaction is 'MSI 2.0 legacy obsolescence' Action ended 21:23:13: CostInitialize. Return value 1. MSI (s) (9C:5C) [21:23:13:550]: Doing action: FileCost Action 21:23:13: FileCost. Computing space requirements Action start 21:23:13: FileCost. MSI (s) (9C:5C) [21:23:13:566]: Note: 1: 2262 2: MsiAssembly 3: -2147287038 MSI (s) (9C:5C) [21:23:13:566]: Note: 1: 2262 2: MoveFile 3: -2147287038 MSI (s) (9C:5C) [21:23:13:566]: Note: 1: 2262 2: DuplicateFile 3: -2147287038 MSI (s) (9C:5C) [21:23:13:566]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:5C) [21:23:13:566]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:5C) [21:23:13:566]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (s) (9C:5C) [21:23:13:566]: Note: 1: 2262 2: IniFile 3: -2147287038 MSI (s) (9C:5C) [21:23:13:566]: Note: 1: 2262 2: ReserveCost 3: -2147287038 Action ended 21:23:13: FileCost. Return value 1. MSI (s) (9C:5C) [21:23:13:566]: Doing action: IsolateComponents Action 21:23:13: IsolateComponents. Action start 21:23:13: IsolateComponents. MSI (s) (9C:5C) [21:23:13:566]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:5C) [21:23:13:566]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 Action ended 21:23:13: IsolateComponents. Return value 1. MSI (s) (9C:5C) [21:23:13:566]: Doing action: CostFinalize Action 21:23:13: CostFinalize. Computing space requirements Action start 21:23:13: CostFinalize. MSI (s) (9C:5C) [21:23:13:581]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'. MSI (s) (9C:5C) [21:23:13:581]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'. MSI (s) (9C:5C) [21:23:13:581]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'. MSI (s) (9C:5C) [21:23:13:581]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'. MSI (s) (9C:5C) [21:23:13:581]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding MenuDir property. Its value is 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Doc property. Its value is 'C:\Python34\Doc\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tcl property. Its value is 'C:\Python34\tcl\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding dde1.4 property. Its value is 'C:\Python34\tcl\dde1.4\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding itcl4.0.0 property. Its value is 'C:\Python34\tcl\itcl4.0.0\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding reg1.3 property. Its value is 'C:\Python34\tcl\reg1.3\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding sqlite33.8.0 property. Its value is 'C:\Python34\tcl\sqlite33.8.0\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tcl8 property. Its value is 'C:\Python34\tcl\tcl8\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding platform property. Its value is 'C:\Python34\tcl\tcl8\8.4\platform\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tdbc property. Its value is 'C:\Python34\tcl\tcl8\8.6\tdbc\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tcl8.6 property. Its value is 'C:\Python34\tcl\tcl8.6\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding encoding property. Its value is 'C:\Python34\tcl\tcl8.6\encoding\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding http1.0 property. Its value is 'C:\Python34\tcl\tcl8.6\http1.0\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding msgs1 property. Its value is 'C:\Python34\tcl\tcl8.6\msgs\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding opt0.4 property. Its value is 'C:\Python34\tcl\tcl8.6\opt0.4\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tzdata property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Africa property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Africa\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding America property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Argentina property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Indiana property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Kentucky property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding North_Dakota property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Antarctica property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Antarctica\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Arctic property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Arctic\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Asia property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Asia\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Australia property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Australia\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Brazil property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Brazil\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Atlantic property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Atlantic\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Canada property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Canada\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Chile property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Chile\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Etc property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Etc\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Europe property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Europe\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Indian property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Indian\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Mexico property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Mexico\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding SystemV property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\SystemV\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Pacific property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Pacific\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tdbc1.0.0 property. Its value is 'C:\Python34\tcl\tdbc1.0.0\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tdbcmysql1.0.0 property. Its value is 'C:\Python34\tcl\tdbcmysql1.0.0\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tdbcodbc1.0.0 property. Its value is 'C:\Python34\tcl\tdbcodbc1.0.0\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tdbcpostgres1.0.0 property. Its value is 'C:\Python34\tcl\tdbcpostgres1.0.0\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tdbcsqlite1.0.0 property. Its value is 'C:\Python34\tcl\tdbcsqlite1.0.0\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding thread2.7.0 property. Its value is 'C:\Python34\tcl\thread2.7.0\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tix8.4.3 property. Its value is 'C:\Python34\tcl\tix8.4.3\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding bitmaps1 property. Its value is 'C:\Python34\tcl\tix8.4.3\bitmaps\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding demos1 property. Its value is 'C:\Python34\tcl\tix8.4.3\demos\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding bitmaps property. Its value is 'C:\Python34\tcl\tix8.4.3\demos\bitmaps\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding samples property. Its value is 'C:\Python34\tcl\tix8.4.3\demos\samples\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding pref property. Its value is 'C:\Python34\tcl\tix8.4.3\pref\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tk8.6 property. Its value is 'C:\Python34\tcl\tk8.6\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding demos property. Its value is 'C:\Python34\tcl\tk8.6\demos\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding images1 property. Its value is 'C:\Python34\tcl\tk8.6\demos\images\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding images property. Its value is 'C:\Python34\tcl\tk8.6\images\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding msgs property. Its value is 'C:\Python34\tcl\tk8.6\msgs\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding ttk property. Its value is 'C:\Python34\tcl\tk8.6\ttk\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding libs property. Its value is 'C:\Python34\libs\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding include property. Its value is 'C:\Python34\include\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding Lib property. Its value is 'C:\Python34\Lib\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding dbm property. Its value is 'C:\Python34\Lib\dbm\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding dbm_pycache property. Its value is 'C:\Python34\Lib\dbm\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding distutils property. Its value is 'C:\Python34\Lib\distutils\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tests1 property. Its value is 'C:\Python34\Lib\distutils\tests\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding tests1_pycache property. Its value is 'C:\Python34\Lib\distutils\tests\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding command property. Its value is 'C:\Python34\Lib\distutils\command\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding command_pycache property. Its value is 'C:\Python34\Lib\distutils\command\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding distutils_pycache property. Its value is 'C:\Python34\Lib\distutils\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding importlib property. Its value is 'C:\Python34\Lib\importlib\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding importlib_pycache property. Its value is 'C:\Python34\Lib\importlib\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding collections property. Its value is 'C:\Python34\Lib\collections\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding collections_pycache property. Its value is 'C:\Python34\Lib\collections\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding unittest property. Its value is 'C:\Python34\Lib\unittest\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding test4 property. Its value is 'C:\Python34\Lib\unittest\test\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding testmock property. Its value is 'C:\Python34\Lib\unittest\test\testmock\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding testmock_pycache property. Its value is 'C:\Python34\Lib\unittest\test\testmock\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding test4_pycache property. Its value is 'C:\Python34\Lib\unittest\test\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding unittest_pycache property. Its value is 'C:\Python34\Lib\unittest\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding xmlrpc property. Its value is 'C:\Python34\Lib\xmlrpc\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding xmlrpc_pycache property. Its value is 'C:\Python34\Lib\xmlrpc\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding msilib property. Its value is 'C:\Python34\Lib\msilib\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding msilib_pycache property. Its value is 'C:\Python34\Lib\msilib\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding pydoc_data property. Its value is 'C:\Python34\Lib\pydoc_data\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding pydoc_data_pycache property. Its value is 'C:\Python34\Lib\pydoc_data\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding encodings property. Its value is 'C:\Python34\Lib\encodings\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding encodings_pycache property. Its value is 'C:\Python34\Lib\encodings\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding urllib property. Its value is 'C:\Python34\Lib\urllib\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding urllib_pycache property. Its value is 'C:\Python34\Lib\urllib\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding email property. Its value is 'C:\Python34\Lib\email\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding mime property. Its value is 'C:\Python34\Lib\email\mime\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding mime_pycache property. Its value is 'C:\Python34\Lib\email\mime\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding email_pycache property. Its value is 'C:\Python34\Lib\email\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding xml property. Its value is 'C:\Python34\Lib\xml\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding sax property. Its value is 'C:\Python34\Lib\xml\sax\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding sax_pycache property. Its value is 'C:\Python34\Lib\xml\sax\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding parsers property. Its value is 'C:\Python34\Lib\xml\parsers\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding parsers_pycache property. Its value is 'C:\Python34\Lib\xml\parsers\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding etree property. Its value is 'C:\Python34\Lib\xml\etree\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding etree_pycache property. Its value is 'C:\Python34\Lib\xml\etree\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding dom property. Its value is 'C:\Python34\Lib\xml\dom\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding dom_pycache property. Its value is 'C:\Python34\Lib\xml\dom\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding xml_pycache property. Its value is 'C:\Python34\Lib\xml\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding turtledemo property. Its value is 'C:\Python34\Lib\turtledemo\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding turtledemo_pycache property. Its value is 'C:\Python34\Lib\turtledemo\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding test3 property. Its value is 'C:\Python34\Lib\test\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding test_email property. Its value is 'C:\Python34\Lib\test\test_email\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding data2 property. Its value is 'C:\Python34\Lib\test\test_email\data\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding test_email_pycache property. Its value is 'C:\Python34\Lib\test\test_email\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding test_importlib property. Its value is 'C:\Python34\Lib\test\test_importlib\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding import_ property. Its value is 'C:\Python34\Lib\test\test_importlib\import_\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding import__pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\import_\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding extension property. Its value is 'C:\Python34\Lib\test\test_importlib\extension\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding extension_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\extension\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding source property. Its value is 'C:\Python34\Lib\test\test_importlib\source\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding source_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\source\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding frozen property. Its value is 'C:\Python34\Lib\test\test_importlib\frozen\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding frozen_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\frozen\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding namespace_pkgs property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding portion2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding foo3 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding foo3_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding portion1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding foo2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding foo2_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding not_a_namespace_pkg property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding foo1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding foo1_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding both_portions property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding foo property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding foo_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding project2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding parent2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding child2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding child2_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding project1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding parent1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding child1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\'. MSI (s) (9C:5C) [21:23:13:597]: PROPERTY CHANGE: Adding child1_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding project3 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding parent property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding child property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding child_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding module_and_namespace_package property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding a_test property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding module_and_namespace_package_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding builtin property. Its value is 'C:\Python34\Lib\test\test_importlib\builtin\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding builtin_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\builtin\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_importlib_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding audiodata property. Its value is 'C:\Python34\Lib\test\audiodata\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding data1 property. Its value is 'C:\Python34\Lib\test\data\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding xmltestdata property. Its value is 'C:\Python34\Lib\test\xmltestdata\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_json property. Its value is 'C:\Python34\Lib\test\test_json\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_json_pycache property. Its value is 'C:\Python34\Lib\test\test_json\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding subprocessdata property. Its value is 'C:\Python34\Lib\test\subprocessdata\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding subprocessdata_pycache property. Its value is 'C:\Python34\Lib\test\subprocessdata\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding leakers property. Its value is 'C:\Python34\Lib\test\leakers\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding leakers_pycache property. Its value is 'C:\Python34\Lib\test\leakers\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding cjkencodings property. Its value is 'C:\Python34\Lib\test\cjkencodings\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding crashers property. Its value is 'C:\Python34\Lib\test\crashers\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding crashers_pycache property. Its value is 'C:\Python34\Lib\test\crashers\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding tracedmodules property. Its value is 'C:\Python34\Lib\test\tracedmodules\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding tracedmodules_pycache property. Its value is 'C:\Python34\Lib\test\tracedmodules\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding sndhdrdata property. Its value is 'C:\Python34\Lib\test\sndhdrdata\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding decimaltestdata property. Its value is 'C:\Python34\Lib\test\decimaltestdata\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_tools property. Its value is 'C:\Python34\Lib\test\test_tools\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_tools_pycache property. Its value is 'C:\Python34\Lib\test\test_tools\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding imghdrdata property. Its value is 'C:\Python34\Lib\test\imghdrdata\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding encoded_modules property. Its value is 'C:\Python34\Lib\test\encoded_modules\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding encoded_modules_pycache property. Its value is 'C:\Python34\Lib\test\encoded_modules\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding capath property. Its value is 'C:\Python34\Lib\test\capath\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding support property. Its value is 'C:\Python34\Lib\test\support\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding support_pycache property. Its value is 'C:\Python34\Lib\test\support\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_asyncio property. Its value is 'C:\Python34\Lib\test\test_asyncio\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_asyncio_pycache property. Its value is 'C:\Python34\Lib\test\test_asyncio\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test3_pycache property. Its value is 'C:\Python34\Lib\test\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding ctypes property. Its value is 'C:\Python34\Lib\ctypes\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding macholib property. Its value is 'C:\Python34\Lib\ctypes\macholib\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding macholib_pycache property. Its value is 'C:\Python34\Lib\ctypes\macholib\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test2 property. Its value is 'C:\Python34\Lib\ctypes\test\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test2_pycache property. Its value is 'C:\Python34\Lib\ctypes\test\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding ctypes_pycache property. Its value is 'C:\Python34\Lib\ctypes\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding logging property. Its value is 'C:\Python34\Lib\logging\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding logging_pycache property. Its value is 'C:\Python34\Lib\logging\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding ensurepip property. Its value is 'C:\Python34\Lib\ensurepip\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding _bundled property. Its value is 'C:\Python34\Lib\ensurepip\_bundled\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding ensurepip_pycache property. Its value is 'C:\Python34\Lib\ensurepip\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding multiprocessing property. Its value is 'C:\Python34\Lib\multiprocessing\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding dummy property. Its value is 'C:\Python34\Lib\multiprocessing\dummy\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding dummy_pycache property. Its value is 'C:\Python34\Lib\multiprocessing\dummy\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding multiprocessing_pycache property. Its value is 'C:\Python34\Lib\multiprocessing\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding curses property. Its value is 'C:\Python34\Lib\curses\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding curses_pycache property. Its value is 'C:\Python34\Lib\curses\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding json property. Its value is 'C:\Python34\Lib\json\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding json_pycache property. Its value is 'C:\Python34\Lib\json\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding venv property. Its value is 'C:\Python34\Lib\venv\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding scripts property. Its value is 'C:\Python34\Lib\venv\scripts\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding posix property. Its value is 'C:\Python34\Lib\venv\scripts\posix\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding nt property. Its value is 'C:\Python34\Lib\venv\scripts\nt\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding venv_pycache property. Its value is 'C:\Python34\Lib\venv\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding wsgiref property. Its value is 'C:\Python34\Lib\wsgiref\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding wsgiref_pycache property. Its value is 'C:\Python34\Lib\wsgiref\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding tkinter property. Its value is 'C:\Python34\Lib\tkinter\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test1 property. Its value is 'C:\Python34\Lib\tkinter\test\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_ttk property. Its value is 'C:\Python34\Lib\tkinter\test\test_ttk\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_ttk_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_tkinter property. Its value is 'C:\Python34\Lib\tkinter\test\test_tkinter\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_tkinter_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test1_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding tkinter_pycache property. Its value is 'C:\Python34\Lib\tkinter\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding lib2to3 property. Its value is 'C:\Python34\Lib\lib2to3\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding fixes property. Its value is 'C:\Python34\Lib\lib2to3\fixes\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding fixes_pycache property. Its value is 'C:\Python34\Lib\lib2to3\fixes\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding tests property. Its value is 'C:\Python34\Lib\lib2to3\tests\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding data property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding fixers property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding myfixes property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding myfixes_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding fixers_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding data_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding tests_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding pgen2 property. Its value is 'C:\Python34\Lib\lib2to3\pgen2\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding pgen2_pycache property. Its value is 'C:\Python34\Lib\lib2to3\pgen2\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding lib2to3_pycache property. Its value is 'C:\Python34\Lib\lib2to3\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding html property. Its value is 'C:\Python34\Lib\html\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding html_pycache property. Its value is 'C:\Python34\Lib\html\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding sqlite3 property. Its value is 'C:\Python34\Lib\sqlite3\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test property. Its value is 'C:\Python34\Lib\sqlite3\test\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding test_pycache property. Its value is 'C:\Python34\Lib\sqlite3\test\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding sqlite3_pycache property. Its value is 'C:\Python34\Lib\sqlite3\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding http property. Its value is 'C:\Python34\Lib\http\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding http_pycache property. Its value is 'C:\Python34\Lib\http\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding concurrent property. Its value is 'C:\Python34\Lib\concurrent\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding futures property. Its value is 'C:\Python34\Lib\concurrent\futures\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding futures_pycache property. Its value is 'C:\Python34\Lib\concurrent\futures\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding concurrent_pycache property. Its value is 'C:\Python34\Lib\concurrent\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding idlelib property. Its value is 'C:\Python34\Lib\idlelib\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding Icons property. Its value is 'C:\Python34\Lib\idlelib\Icons\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding idle_test property. Its value is 'C:\Python34\Lib\idlelib\idle_test\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding idle_test_pycache property. Its value is 'C:\Python34\Lib\idlelib\idle_test\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding idlelib_pycache property. Its value is 'C:\Python34\Lib\idlelib\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding site_packages property. Its value is 'C:\Python34\Lib\site-packages\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding asyncio property. Its value is 'C:\Python34\Lib\asyncio\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding asyncio_pycache property. Its value is 'C:\Python34\Lib\asyncio\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding Lib_pycache property. Its value is 'C:\Python34\Lib\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding DLLs property. Its value is 'C:\Python34\DLLs\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding Tools property. Its value is 'C:\Python34\Tools\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding Scripts property. Its value is 'C:\Python34\Tools\Scripts\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding Scripts_pycache property. Its value is 'C:\Python34\Tools\Scripts\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding i18n property. Its value is 'C:\Python34\Tools\i18n\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding i18n_pycache property. Its value is 'C:\Python34\Tools\i18n\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding pynche property. Its value is 'C:\Python34\Tools\pynche\'. MSI (s) (9C:5C) [21:23:13:613]: PROPERTY CHANGE: Adding pynche_pycache property. Its value is 'C:\Python34\Tools\pynche\__pycache__\'. MSI (s) (9C:5C) [21:23:13:613]: Target path resolution complete. Dumping Directory table... MSI (s) (9C:5C) [21:23:13:613]: Note: target paths subject to change (via custom actions or browsing) MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: TARGETDIR , Object: C:\Python34\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: WindowsFolder , Object: C:\WINDOWS\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC , Object: C:\WINDOWS\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC , Object: C:\WINDOWS\system32\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: ProgramMenuFolder , Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: MenuDir , Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Doc , Object: C:\Python34\Doc\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tcl , Object: C:\Python34\tcl\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: dde1.4 , Object: C:\Python34\tcl\dde1.4\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: itcl4.0.0 , Object: C:\Python34\tcl\itcl4.0.0\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: reg1.3 , Object: C:\Python34\tcl\reg1.3\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: sqlite33.8.0 , Object: C:\Python34\tcl\sqlite33.8.0\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tcl8 , Object: C:\Python34\tcl\tcl8\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: _8.2 , Object: C:\Python34\tcl\tcl8\8.2\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: _8.3 , Object: C:\Python34\tcl\tcl8\8.3\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: _8.4 , Object: C:\Python34\tcl\tcl8\8.4\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: platform , Object: C:\Python34\tcl\tcl8\8.4\platform\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: _8.5 , Object: C:\Python34\tcl\tcl8\8.5\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: _8.6 , Object: C:\Python34\tcl\tcl8\8.6\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tdbc , Object: C:\Python34\tcl\tcl8\8.6\tdbc\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tcl8.6 , Object: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: encoding , Object: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: http1.0 , Object: C:\Python34\tcl\tcl8.6\http1.0\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: msgs1 , Object: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: opt0.4 , Object: C:\Python34\tcl\tcl8.6\opt0.4\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tzdata , Object: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Africa , Object: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: America , Object: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Argentina , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Indiana , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Kentucky , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: North_Dakota , Object: C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Antarctica , Object: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Arctic , Object: C:\Python34\tcl\tcl8.6\tzdata\Arctic\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Asia , Object: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Australia , Object: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Brazil , Object: C:\Python34\tcl\tcl8.6\tzdata\Brazil\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Atlantic , Object: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Canada , Object: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Chile , Object: C:\Python34\tcl\tcl8.6\tzdata\Chile\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Etc , Object: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Europe , Object: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Indian , Object: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Mexico , Object: C:\Python34\tcl\tcl8.6\tzdata\Mexico\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: SystemV , Object: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Pacific , Object: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: US , Object: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tdbc1.0.0 , Object: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tdbcmysql1.0.0 , Object: C:\Python34\tcl\tdbcmysql1.0.0\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tdbcodbc1.0.0 , Object: C:\Python34\tcl\tdbcodbc1.0.0\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tdbcpostgres1.0.0 , Object: C:\Python34\tcl\tdbcpostgres1.0.0\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tdbcsqlite1.0.0 , Object: C:\Python34\tcl\tdbcsqlite1.0.0\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: thread2.7.0 , Object: C:\Python34\tcl\thread2.7.0\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tix8.4.3 , Object: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: bitmaps1 , Object: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: demos1 , Object: C:\Python34\tcl\tix8.4.3\demos\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: bitmaps , Object: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: samples , Object: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: pref , Object: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tk8.6 , Object: C:\Python34\tcl\tk8.6\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: demos , Object: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: images1 , Object: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: images , Object: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: msgs , Object: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: ttk , Object: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: libs , Object: C:\Python34\libs\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: include , Object: C:\Python34\include\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: Lib , Object: C:\Python34\Lib\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: dbm , Object: C:\Python34\Lib\dbm\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: dbm_pycache , Object: C:\Python34\Lib\dbm\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: distutils , Object: C:\Python34\Lib\distutils\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tests1 , Object: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: tests1_pycache , Object: C:\Python34\Lib\distutils\tests\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: command , Object: C:\Python34\Lib\distutils\command\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: command_pycache , Object: C:\Python34\Lib\distutils\command\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: distutils_pycache , Object: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: importlib , Object: C:\Python34\Lib\importlib\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: importlib_pycache , Object: C:\Python34\Lib\importlib\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: collections , Object: C:\Python34\Lib\collections\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: collections_pycache , Object: C:\Python34\Lib\collections\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: unittest , Object: C:\Python34\Lib\unittest\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: test4 , Object: C:\Python34\Lib\unittest\test\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: testmock , Object: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: testmock_pycache , Object: C:\Python34\Lib\unittest\test\testmock\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: test4_pycache , Object: C:\Python34\Lib\unittest\test\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: unittest_pycache , Object: C:\Python34\Lib\unittest\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: xmlrpc , Object: C:\Python34\Lib\xmlrpc\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: xmlrpc_pycache , Object: C:\Python34\Lib\xmlrpc\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: msilib , Object: C:\Python34\Lib\msilib\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: msilib_pycache , Object: C:\Python34\Lib\msilib\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: pydoc_data , Object: C:\Python34\Lib\pydoc_data\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: pydoc_data_pycache , Object: C:\Python34\Lib\pydoc_data\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: encodings , Object: C:\Python34\Lib\encodings\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: encodings_pycache , Object: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: urllib , Object: C:\Python34\Lib\urllib\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: urllib_pycache , Object: C:\Python34\Lib\urllib\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: email , Object: C:\Python34\Lib\email\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: mime , Object: C:\Python34\Lib\email\mime\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: mime_pycache , Object: C:\Python34\Lib\email\mime\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: email_pycache , Object: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: xml , Object: C:\Python34\Lib\xml\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: sax , Object: C:\Python34\Lib\xml\sax\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: sax_pycache , Object: C:\Python34\Lib\xml\sax\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: parsers , Object: C:\Python34\Lib\xml\parsers\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: parsers_pycache , Object: C:\Python34\Lib\xml\parsers\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: etree , Object: C:\Python34\Lib\xml\etree\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: etree_pycache , Object: C:\Python34\Lib\xml\etree\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: dom , Object: C:\Python34\Lib\xml\dom\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: dom_pycache , Object: C:\Python34\Lib\xml\dom\__pycache__\ MSI (s) (9C:5C) [21:23:13:613]: Dir (target): Key: xml_pycache , Object: C:\Python34\Lib\xml\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: turtledemo , Object: C:\Python34\Lib\turtledemo\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: turtledemo_pycache , Object: C:\Python34\Lib\turtledemo\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test3 , Object: C:\Python34\Lib\test\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_email , Object: C:\Python34\Lib\test\test_email\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: data2 , Object: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_email_pycache , Object: C:\Python34\Lib\test\test_email\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_importlib , Object: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: import_ , Object: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: import__pycache , Object: C:\Python34\Lib\test\test_importlib\import_\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: extension , Object: C:\Python34\Lib\test\test_importlib\extension\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: extension_pycache , Object: C:\Python34\Lib\test\test_importlib\extension\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: source , Object: C:\Python34\Lib\test\test_importlib\source\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: source_pycache , Object: C:\Python34\Lib\test\test_importlib\source\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: frozen , Object: C:\Python34\Lib\test\test_importlib\frozen\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: frozen_pycache , Object: C:\Python34\Lib\test\test_importlib\frozen\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: namespace_pkgs , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: portion2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: foo3 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: foo3_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: portion1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: foo2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: foo2_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: not_a_namespace_pkg , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: foo1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: foo1_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: both_portions , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: foo , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: foo_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: project2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: parent2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: child2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: child2_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: project1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: parent1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: child1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: child1_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: project3 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: parent , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: child , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: child_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: module_and_namespace_package , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: a_test , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: module_and_namespace_package_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: builtin , Object: C:\Python34\Lib\test\test_importlib\builtin\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: builtin_pycache , Object: C:\Python34\Lib\test\test_importlib\builtin\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_importlib_pycache , Object: C:\Python34\Lib\test\test_importlib\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: audiodata , Object: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: data1 , Object: C:\Python34\Lib\test\data\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: xmltestdata , Object: C:\Python34\Lib\test\xmltestdata\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_json , Object: C:\Python34\Lib\test\test_json\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_json_pycache , Object: C:\Python34\Lib\test\test_json\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: subprocessdata , Object: C:\Python34\Lib\test\subprocessdata\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: subprocessdata_pycache , Object: C:\Python34\Lib\test\subprocessdata\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: leakers , Object: C:\Python34\Lib\test\leakers\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: leakers_pycache , Object: C:\Python34\Lib\test\leakers\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: cjkencodings , Object: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: crashers , Object: C:\Python34\Lib\test\crashers\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: crashers_pycache , Object: C:\Python34\Lib\test\crashers\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: tracedmodules , Object: C:\Python34\Lib\test\tracedmodules\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: tracedmodules_pycache , Object: C:\Python34\Lib\test\tracedmodules\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: sndhdrdata , Object: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: decimaltestdata , Object: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_tools , Object: C:\Python34\Lib\test\test_tools\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_tools_pycache , Object: C:\Python34\Lib\test\test_tools\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: imghdrdata , Object: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: encoded_modules , Object: C:\Python34\Lib\test\encoded_modules\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: encoded_modules_pycache , Object: C:\Python34\Lib\test\encoded_modules\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: capath , Object: C:\Python34\Lib\test\capath\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: support , Object: C:\Python34\Lib\test\support\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: support_pycache , Object: C:\Python34\Lib\test\support\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_asyncio , Object: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_asyncio_pycache , Object: C:\Python34\Lib\test\test_asyncio\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test3_pycache , Object: C:\Python34\Lib\test\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: ctypes , Object: C:\Python34\Lib\ctypes\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: macholib , Object: C:\Python34\Lib\ctypes\macholib\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: macholib_pycache , Object: C:\Python34\Lib\ctypes\macholib\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test2 , Object: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test2_pycache , Object: C:\Python34\Lib\ctypes\test\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: ctypes_pycache , Object: C:\Python34\Lib\ctypes\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: logging , Object: C:\Python34\Lib\logging\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: logging_pycache , Object: C:\Python34\Lib\logging\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: ensurepip , Object: C:\Python34\Lib\ensurepip\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: _bundled , Object: C:\Python34\Lib\ensurepip\_bundled\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: ensurepip_pycache , Object: C:\Python34\Lib\ensurepip\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: multiprocessing , Object: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: dummy , Object: C:\Python34\Lib\multiprocessing\dummy\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: dummy_pycache , Object: C:\Python34\Lib\multiprocessing\dummy\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: multiprocessing_pycache , Object: C:\Python34\Lib\multiprocessing\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: curses , Object: C:\Python34\Lib\curses\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: curses_pycache , Object: C:\Python34\Lib\curses\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: json , Object: C:\Python34\Lib\json\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: json_pycache , Object: C:\Python34\Lib\json\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: venv , Object: C:\Python34\Lib\venv\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: scripts , Object: C:\Python34\Lib\venv\scripts\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: posix , Object: C:\Python34\Lib\venv\scripts\posix\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: nt , Object: C:\Python34\Lib\venv\scripts\nt\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: venv_pycache , Object: C:\Python34\Lib\venv\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: wsgiref , Object: C:\Python34\Lib\wsgiref\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: wsgiref_pycache , Object: C:\Python34\Lib\wsgiref\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: tkinter , Object: C:\Python34\Lib\tkinter\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test1 , Object: C:\Python34\Lib\tkinter\test\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_ttk , Object: C:\Python34\Lib\tkinter\test\test_ttk\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_ttk_pycache , Object: C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_tkinter , Object: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_tkinter_pycache , Object: C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test1_pycache , Object: C:\Python34\Lib\tkinter\test\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: tkinter_pycache , Object: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: lib2to3 , Object: C:\Python34\Lib\lib2to3\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: fixes , Object: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: fixes_pycache , Object: C:\Python34\Lib\lib2to3\fixes\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: tests , Object: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: data , Object: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: fixers , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: myfixes , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: myfixes_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: fixers_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: data_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: tests_pycache , Object: C:\Python34\Lib\lib2to3\tests\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: pgen2 , Object: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: pgen2_pycache , Object: C:\Python34\Lib\lib2to3\pgen2\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: lib2to3_pycache , Object: C:\Python34\Lib\lib2to3\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: html , Object: C:\Python34\Lib\html\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: html_pycache , Object: C:\Python34\Lib\html\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: sqlite3 , Object: C:\Python34\Lib\sqlite3\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test , Object: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: test_pycache , Object: C:\Python34\Lib\sqlite3\test\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: sqlite3_pycache , Object: C:\Python34\Lib\sqlite3\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: http , Object: C:\Python34\Lib\http\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: http_pycache , Object: C:\Python34\Lib\http\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: concurrent , Object: C:\Python34\Lib\concurrent\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: futures , Object: C:\Python34\Lib\concurrent\futures\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: futures_pycache , Object: C:\Python34\Lib\concurrent\futures\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: concurrent_pycache , Object: C:\Python34\Lib\concurrent\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: idlelib , Object: C:\Python34\Lib\idlelib\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: Icons , Object: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: idle_test , Object: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: idle_test_pycache , Object: C:\Python34\Lib\idlelib\idle_test\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: idlelib_pycache , Object: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: site_packages , Object: C:\Python34\Lib\site-packages\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: asyncio , Object: C:\Python34\Lib\asyncio\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: asyncio_pycache , Object: C:\Python34\Lib\asyncio\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: Lib_pycache , Object: C:\Python34\Lib\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: DLLs , Object: C:\Python34\DLLs\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: LAUNCHERDIR , Object: C:\WINDOWS\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: DLLDIR , Object: C:\WINDOWS\system32\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: Tools , Object: C:\Python34\Tools\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: Scripts , Object: C:\Python34\Tools\Scripts\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: Scripts_pycache , Object: C:\Python34\Tools\Scripts\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: i18n , Object: C:\Python34\Tools\i18n\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: i18n_pycache , Object: C:\Python34\Tools\i18n\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: pynche , Object: C:\Python34\Tools\pynche\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: pynche_pycache , Object: C:\Python34\Tools\pynche\__pycache__\ MSI (s) (9C:5C) [21:23:13:628]: Dir (target): Key: X , Object: C:\Python34\Tools\pynche\X\ MSI (s) (9C:5C) [21:23:13:644]: Disallowing installation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since the same component with higher versioned keyfile exists MSI (s) (9C:5C) [21:23:13:659]: Disallowing installation of component: {0E931026-929B-382C-B702-B8B4039399E5} since the same component with higher versioned keyfile exists MSI (s) (9C:5C) [21:23:13:659]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 MSI (s) (9C:5C) [21:23:13:659]: Note: 1: 2262 2: BindImage 3: -2147287038 Action ended 21:23:13: CostFinalize. Return value 1. MSI (s) (9C:5C) [21:23:13:738]: Doing action: UpdateEditIDLE Action 21:23:13: UpdateEditIDLE. Action start 21:23:13: UpdateEditIDLE. MSI (s) (9C:5C) [21:23:13:800]: Creating MSIHANDLE (2) of type 790542 for thread 3932 MSI (s) (9C:60) [21:23:13:800]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI2736.tmp, Entrypoint: UpdateEditIDLE MSI (s) (9C:90) [21:23:13:800]: Generating random cookie. MSI (s) (9C:90) [21:23:13:816]: Created Custom Action Server with PID 4552 (0x11C8). MSI (s) (9C:5C) [21:23:13:941]: Running as a service. MSI (s) (9C:40) [21:23:13:956]: Hello, I'm your 64bit Impersonated custom action server. MSI (s) (9C:60) [21:23:14:019]: Closing MSIHANDLE (2) of type 790542 for thread 3932 Action ended 21:23:14: UpdateEditIDLE. Return value 1. MSI (s) (9C:5C) [21:23:14:019]: Doing action: SetODBCFolders Action 21:23:14: SetODBCFolders. Initializing ODBC directories Action start 21:23:14: SetODBCFolders. MSI (s) (9C:5C) [21:23:14:019]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:5C) [21:23:14:019]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 Action ended 21:23:14: SetODBCFolders. Return value 1. MSI (s) (9C:5C) [21:23:14:019]: Doing action: MigrateFeatureStates Action 21:23:14: MigrateFeatureStates. Migrating feature states from related applications Action start 21:23:14: MigrateFeatureStates. MSI (s) (9C:5C) [21:23:14:034]: Skipping MigrateFeatureStates action: already done on client side Action ended 21:23:14: MigrateFeatureStates. Return value 0. MSI (s) (9C:5C) [21:23:14:034]: Doing action: InstallValidate Action 21:23:14: InstallValidate. Validating install Action start 21:23:14: InstallValidate. MSI (s) (9C:5C) [21:23:14:034]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is '70bdbd6e91749e439d96ed4dc562548b'. MSI (s) (9C:5C) [21:23:14:034]: Feature: DefaultFeature; Installed: Absent; Request: Local; Action: Local MSI (s) (9C:5C) [21:23:14:034]: Feature: SharedCRT; Installed: Absent; Request: Local; Action: Local MSI (s) (9C:5C) [21:23:14:034]: Feature: PrivateCRT; Installed: Absent; Request: Null; Action: Null MSI (s) (9C:5C) [21:23:14:034]: Feature: Extensions; Installed: Absent; Request: Local; Action: Local MSI (s) (9C:5C) [21:23:14:034]: Feature: TclTk; Installed: Absent; Request: Local; Action: Local MSI (s) (9C:5C) [21:23:14:034]: Feature: Documentation; Installed: Absent; Request: Local; Action: Local MSI (s) (9C:5C) [21:23:14:034]: Feature: Tools; Installed: Absent; Request: Local; Action: Local MSI (s) (9C:5C) [21:23:14:034]: Feature: pip_feature; Installed: Absent; Request: Local; Action: Local MSI (s) (9C:5C) [21:23:14:034]: Feature: Testsuite; Installed: Absent; Request: Local; Action: Local MSI (s) (9C:5C) [21:23:14:034]: Feature: PrependPath; Installed: Absent; Request: Local; Action: Local MSI (s) (9C:5C) [21:23:14:034]: Component: X; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: TARGETDIR; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: DLLDIR; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: python.exe; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: REGISTRY.path; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: pythonw.exe; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: launcher; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: launcherw; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: DLLs; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: msvcr90; Installed: Absent; Request: Null; Action: Null; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Lib; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Lib_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: asyncio; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: asyncio_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: site_packages; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: idlelib; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: idlelib_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: idle_test; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: idle_test_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Icons; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: concurrent; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: concurrent_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: futures; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: futures_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: http; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: http_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: sqlite3; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: sqlite3_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: html; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: html_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: lib2to3; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: lib2to3_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: pgen2; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: pgen2_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tests; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tests_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: data; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: data_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: fixers; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: fixers_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: myfixes; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: myfixes_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: fixes; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: fixes_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tkinter; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tkinter_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test1; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test1_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_tkinter; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_tkinter_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_ttk; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_ttk_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: wsgiref; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: wsgiref_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: venv; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: venv_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: nt; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: posix; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: json; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: json_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: curses; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: curses_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: multiprocessing; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: multiprocessing_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: dummy; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: dummy_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: ensurepip; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: ensurepip_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: _bundled; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: logging; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: logging_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: ctypes; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: ctypes_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test2; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test2_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: macholib; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: macholib_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test3; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test3_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_asyncio; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_asyncio_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: support; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: support_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: capath; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: encoded_modules; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: encoded_modules_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: imghdrdata; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_tools; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_tools_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: decimaltestdata; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: sndhdrdata; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tracedmodules; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tracedmodules_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: crashers; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: crashers_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: cjkencodings; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: leakers; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: leakers_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: subprocessdata; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: subprocessdata_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_json; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_json_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: xmltestdata; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: data1; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: audiodata; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_importlib; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_importlib_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: builtin; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: builtin_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: namespace_pkgs; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: module_and_namespace_package; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: module_and_namespace_package_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: a_test; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: child; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: child_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: child1; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: child1_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: child2; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: child2_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: foo; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: foo_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: foo1; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: foo1_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: foo2; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: foo2_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: foo3; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: foo3_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: frozen; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: frozen_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: source; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: source_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: extension; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: extension_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: import_; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: import__pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_email; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test_email_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: data2; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: turtledemo; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: turtledemo_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: xml; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: xml_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: dom; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: dom_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: etree; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: etree_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: parsers; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: parsers_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: sax; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: sax_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: email; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: email_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: mime; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: mime_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: urllib; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: urllib_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: encodings; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: encodings_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: pydoc_data; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: pydoc_data_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: msilib; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: msilib_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: xmlrpc; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: xmlrpc_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: unittest; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: unittest_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test4; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: test4_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: testmock; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: testmock_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: collections; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: collections_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: importlib; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: importlib_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: distutils; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: distutils_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: command; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: command_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tests1; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tests1_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: dbm; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: dbm_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: TkDLLs; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: include; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: libs; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tcl; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tk8.6; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: ttk; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: msgs; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: images; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: demos; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: images1; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tix8.4.3; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: pref; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: demos1; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: samples; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: bitmaps; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: bitmaps1; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: thread2.7.0; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tdbcsqlite1.0.0; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tdbcpostgres1.0.0; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tdbcodbc1.0.0; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tdbcmysql1.0.0; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tdbc1.0.0; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tcl8.6; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tzdata; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: US; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Pacific; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: SystemV; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Mexico; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Indian; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Europe; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Etc; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Chile; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Canada; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Atlantic; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Brazil; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Australia; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Asia; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Arctic; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Antarctica; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: America; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: North_Dakota; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Kentucky; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Indiana; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Argentina; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Africa; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: opt0.4; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: msgs1; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: http1.0; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: encoding; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: _8.6; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: tdbc; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: _8.5; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: _8.4; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: platform; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: sqlite33.8.0; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: reg1.3; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: itcl4.0.0; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: dde1.4; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: i18n; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: i18n_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: pynche; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: pynche_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Scripts; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: Scripts_pycache; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: documentation; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: REGISTRY.doc; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: REGISTRY; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: REGISTRY.ensurepip; Installed: Absent; Request: Local; Action: Null; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: REGISTRY.def; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: REGISTRY.tcl; Installed: Absent; Request: Local; Action: Local; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: C_CENTRAL_msvcr100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC; Installed: Absent; Request: Local; Action: Null; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: C_CENTRAL_msvcp100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC; Installed: Absent; Request: Local; Action: Null; Client State: Unknown MSI (s) (9C:5C) [21:23:14:034]: Component: __Lib65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __asyncio65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __idlelib65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __idle_test65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __concurrent65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __futures65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __http65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __sqlite365; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __html65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __lib2to365; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __pgen265; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __tests65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __data65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __fixers65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __myfixes65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __fixes65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __tkinter65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test165; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test_tkinter65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test_ttk65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __wsgiref65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __venv65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __json65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __curses65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __multiprocessing65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __dummy65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __ensurepip65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __logging65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __ctypes65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test265; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __macholib65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test365; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test_asyncio65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __support65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __encoded_modules65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test_tools65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __tracedmodules65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __crashers65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __leakers65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __subprocessdata65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test_json65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test_importlib65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __builtin65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __module_and_namespace_package65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __child65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __child165; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __child265; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __foo65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __foo165; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __foo265; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __foo365; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __frozen65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __source65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __extension65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __import_65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test_email65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __turtledemo65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __xml65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __dom65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __etree65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __parsers65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __sax65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __email65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __mime65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __urllib65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __encodings65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __pydoc_data65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __msilib65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __xmlrpc65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __unittest65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __test465; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __testmock65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __collections65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __importlib65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __distutils65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __command65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __tests165; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __dbm65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __i18n65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __pynche65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __Scripts65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __TARGETDIR65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __python.exe65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __pythonw.exe65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __REGISTRY.doc65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __REGISTRY65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __REGISTRY.doc66; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __REGISTRY.ensurepip65; Installed: Null; Request: Local; Action: Null; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __REGISTRY66; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __REGISTRY.tcl65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Component: __REGISTRY.def65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (9C:5C) [21:23:14:034]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:5C) [21:23:14:034]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:5C) [21:23:14:034]: Note: 1: 2262 2: PublishComponent 3: -2147287038 MSI (s) (9C:5C) [21:23:14:034]: Note: 1: 2262 2: SelfReg 3: -2147287038 MSI (s) (9C:5C) [21:23:14:034]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:5C) [21:23:14:034]: Note: 1: 2262 2: Font 3: -2147287038 MSI (s) (9C:5C) [21:23:14:050]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:5C) [21:23:14:050]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (s) (9C:5C) [21:23:14:066]: Note: 1: 2262 2: DuplicateFile 3: -2147287038 MSI (s) (9C:5C) [21:23:14:066]: Note: 1: 2262 2: ReserveCost 3: -2147287038 MSI (s) (9C:5C) [21:23:36:866]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 (command line - 64 bit) 3: 2 MSI (s) (9C:5C) [21:23:36:866]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 Docs Server (pydoc - 64 bit) 3: 2 MSI (s) (9C:5C) [21:23:36:866]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 GUI - 64 bit) 3: 2 MSI (s) (9C:5C) [21:23:36:866]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 Manuals 3: 2 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 (64 bit) 3: 2 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'. MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: PublishComponent 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: SelfReg 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Font 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:5C) [21:23:36:882]: Note: 1: 2727 2: MSI (s) (9C:5C) [21:23:36:897]: Note: 1: 2205 2: 3: FilesInUse MSI (s) (9C:5C) [21:23:37:038]: Note: 1: 2727 2: Action ended 21:23:37: InstallValidate. Return value 1. MSI (s) (9C:5C) [21:23:37:038]: Doing action: InstallInitialize Action 21:23:37: InstallInitialize. Action start 21:23:37: InstallInitialize. MSI (s) (9C:5C) [21:23:37:054]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:5C) [21:23:37:054]: User policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:5C) [21:23:37:054]: BeginTransaction: Locking Server MSI (s) (9C:5C) [21:23:37:054]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038 MSI (s) (9C:5C) [21:23:37:054]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038 MSI (s) (9C:5C) [21:23:37:054]: Server not locked: locking for product {CD723946-09C1-38D3-8542-732BA931E9EF} Action ended 21:23:37: InstallInitialize. Return value 1. MSI (s) (9C:5C) [21:23:37:085]: Doing action: RemoveExistingProducts Action 21:23:37: RemoveExistingProducts. Removing applications Action start 21:23:37: RemoveExistingProducts. MSI (s) (9C:5C) [21:23:37:085]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (9C:5C) [21:23:37:085]: Note: 1: 2262 2: Error 3: -2147287038 RemoveExistingProducts: Application: {D54842CB-F761-30BA-881F-1FF821DC44DF}, Command line: UPGRADINGPRODUCTCODE={CD723946-09C1-38D3-8542-732BA931E9EF} CLIENTPROCESSID=7536 CLIENTUILEVEL=0 REMOVE=ALL MSI (s) (9C:9C) [21:23:37:101]: Resetting cached policy values MSI (s) (9C:9C) [21:23:37:101]: Machine policy value 'Debug' is 0 MSI (s) (9C:9C) [21:23:37:101]: ******* RunEngine: ******* Product: {D54842CB-F761-30BA-881F-1FF821DC44DF} ******* Action: ******* CommandLine: ********** MSI (s) (9C:9C) [21:23:37:101]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:101]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:101]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:101]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:101]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:101]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:116]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:147]: Note: 1: 2265 2: 3: -2147287035 MSI (s) (9C:9C) [21:23:37:147]: Creating MSIHANDLE (3) of type 790542 for thread 1436 MSI (s) (9C:9C) [21:23:37:147]: End dialog not enabled MSI (s) (9C:9C) [21:23:37:147]: Original package ==> C:\WINDOWS\Installer\20094.msi MSI (s) (9C:9C) [21:23:37:147]: Package we're running from ==> C:\WINDOWS\Installer\20094.msi MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: APPCOMPAT: Uninstall Flags override found. MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: APPCOMPAT: Uninstall VersionNT override found. MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: APPCOMPAT: Uninstall ServicePackLevel override found. MSI (s) (9C:9C) [21:23:37:163]: APPCOMPAT: looking for appcompat database entry with ProductCode '{D54842CB-F761-30BA-881F-1FF821DC44DF}'. MSI (s) (9C:9C) [21:23:37:163]: APPCOMPAT: no matching ProductCode found in database. MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:163]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:179]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Machine policy value 'DisablePatch' is 0 MSI (s) (9C:9C) [21:23:37:194]: Machine policy value 'AllowLockdownPatch' is 0 MSI (s) (9C:9C) [21:23:37:194]: Machine policy value 'DisableLUAPatching' is 0 MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Machine policy value 'DisableFlyWeightPatching' is 0 MSI (s) (9C:9C) [21:23:37:194]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active MSI (s) (9C:9C) [21:23:37:194]: APPCOMPAT: looking for appcompat database entry with ProductCode '{D54842CB-F761-30BA-881F-1FF821DC44DF}'. MSI (s) (9C:9C) [21:23:37:194]: APPCOMPAT: no matching ProductCode found in database. MSI (s) (9C:9C) [21:23:37:194]: Transforms are not secure. MSI (s) (9C:9C) [21:23:37:194]: Command Line: UPGRADINGPRODUCTCODE={CD723946-09C1-38D3-8542-732BA931E9EF} CLIENTPROCESSID=7536 CLIENTUILEVEL=0 REMOVE=ALL MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{A3D6909A-868F-4BF0-8F8B-7CAA65BDD455}'. MSI (s) (9C:9C) [21:23:37:194]: Product Code passed to Engine.Initialize: '{D54842CB-F761-30BA-881F-1FF821DC44DF}' MSI (s) (9C:9C) [21:23:37:194]: Product Code from property table before transforms: '{D54842CB-F761-30BA-881F-1FF821DC44DF}' MSI (s) (9C:9C) [21:23:37:194]: Product Code from property table after transforms: '{D54842CB-F761-30BA-881F-1FF821DC44DF}' MSI (s) (9C:9C) [21:23:37:194]: Product registered: entering maintenance mode MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine. MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding ALLUSERS property. Its value is '1'. MSI (s) (9C:9C) [21:23:37:194]: MSI_LUA: Nested installation UAC elevation tracks that of parent (is not elevated) MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Product {D54842CB-F761-30BA-881F-1FF821DC44DF} is admin assigned: LocalSystem owns the publish key. MSI (s) (9C:9C) [21:23:37:194]: Product {D54842CB-F761-30BA-881F-1FF821DC44DF} is managed. MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: MSI_LUA: Credential prompt not required, user is an admin MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'. MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'. MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Package name retrieved from configuration data: 'python-3.4.1.amd64.msi' MSI (s) (9C:9C) [21:23:37:194]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (9C:9C) [21:23:37:194]: Note: 1: 2262 2: AdminProperties 3: -2147287038 MSI (s) (9C:9C) [21:23:37:194]: Machine policy value 'DisableMsi' is 0 MSI (s) (9C:9C) [21:23:37:194]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:9C) [21:23:37:194]: User policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:9C) [21:23:37:194]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:194]: Product {D54842CB-F761-30BA-881F-1FF821DC44DF} is admin assigned: LocalSystem owns the publish key. MSI (s) (9C:9C) [21:23:37:194]: Product {D54842CB-F761-30BA-881F-1FF821DC44DF} is managed. MSI (s) (9C:9C) [21:23:37:194]: Running product '{D54842CB-F761-30BA-881F-1FF821DC44DF}' with elevated privileges: Product is assigned. MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding UPGRADINGPRODUCTCODE property. Its value is '{CD723946-09C1-38D3-8542-732BA931E9EF}'. MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '7536'. MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'. MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding REMOVE property. Its value is 'ALL'. MSI (s) (9C:9C) [21:23:37:194]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0 MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is '329dd0b5b2b7da4fa8502c918ba268c9'. MSI (s) (9C:9C) [21:23:37:194]: RESTART MANAGER: Session opened. MSI (s) (9C:9C) [21:23:37:194]: TRANSFORMS property is now: MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'. MSI (s) (9C:9C) [21:23:37:194]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'. MSI (s) (9C:9C) [21:23:37:194]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming MSI (s) (9C:9C) [21:23:37:210]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Favorites MSI (s) (9C:9C) [21:23:37:210]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Network Shortcuts MSI (s) (9C:9C) [21:23:37:210]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Documents MSI (s) (9C:9C) [21:23:37:210]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Printer Shortcuts MSI (s) (9C:9C) [21:23:37:210]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Recent MSI (s) (9C:9C) [21:23:37:226]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\SendTo MSI (s) (9C:9C) [21:23:37:226]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Templates MSI (s) (9C:9C) [21:23:37:226]: SHELL32::SHGetFolderPath returned: C:\ProgramData MSI (s) (9C:9C) [21:23:37:226]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Local MSI (s) (9C:9C) [21:23:37:226]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Pictures MSI (s) (9C:9C) [21:23:37:241]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (s) (9C:9C) [21:23:37:241]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup MSI (s) (9C:9C) [21:23:37:241]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:9C) [21:23:37:241]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu MSI (s) (9C:9C) [21:23:37:257]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop MSI (s) (9C:9C) [21:23:37:257]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (s) (9C:9C) [21:23:37:257]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup MSI (s) (9C:9C) [21:23:37:272]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:9C) [21:23:37:272]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu MSI (s) (9C:9C) [21:23:37:272]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Desktop MSI (s) (9C:9C) [21:23:37:272]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates MSI (s) (9C:9C) [21:23:37:288]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts MSI (s) (9C:9C) [21:23:37:288]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16 MSI (s) (9C:9C) [21:23:37:304]: MSI_LUA: Setting AdminUser property to 1 because the product is already installed managed and per-machine MSI (s) (9C:9C) [21:23:37:304]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated. MSI (s) (9C:9C) [21:23:37:304]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'. MSI (s) (9C:9C) [21:23:37:304]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'. MSI (s) (9C:9C) [21:23:37:304]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:304]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (s) (9C:9C) [21:23:37:304]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'pierre.boulanger at hotmail.com'. MSI (s) (9C:9C) [21:23:37:304]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (s) (9C:9C) [21:23:37:304]: PROPERTY CHANGE: Adding Installed property. Its value is '00:00:00'. MSI (s) (9C:9C) [21:23:37:304]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINDOWS\Installer\20094.msi'. MSI (s) (9C:9C) [21:23:37:304]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\WINDOWS\Installer\20094.msi'. MSI (s) (9C:9C) [21:23:37:304]: Machine policy value 'MsiDisableEmbeddedUI' is 0 MSI (s) (9C:9C) [21:23:37:304]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install MSI (s) (9C:9C) [21:23:37:304]: Note: 1: 2262 2: PatchPackage 3: -2147287038 MSI (s) (9C:9C) [21:23:37:304]: Machine policy value 'DisableRollback' is 0 MSI (s) (9C:9C) [21:23:37:304]: User policy value 'DisableRollback' is 0 MSI (s) (9C:9C) [21:23:37:304]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'. MSI (s) (9C:9C) [21:23:37:304]: Note: 1: 2262 2: Font 3: -2147287038 MSI (s) (9C:9C) [21:23:37:304]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'. MSI (s) (9C:9C) [21:23:37:304]: Note: 1: 2262 2: LaunchCondition 3: -2147287038 MSI (s) (9C:9C) [21:23:37:304]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes. MSI (s) (9C:9C) [21:23:37:304]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'. MSI (s) (9C:9C) [21:23:37:304]: Doing action: INSTALL Action 21:23:37: INSTALL. Action start 21:23:37: INSTALL. MSI (s) (9C:9C) [21:23:37:304]: Running ExecuteSequence MSI (s) (9C:9C) [21:23:37:304]: Doing action: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:23:37: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:23:37: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. MSI (s) (9C:9C) [21:23:37:304]: PROPERTY CHANGE: Adding WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC property. Its value is 'C:\WINDOWS\'. Action ended 21:23:37: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (s) (9C:9C) [21:23:37:304]: Doing action: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:23:37: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:23:37: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. MSI (s) (9C:9C) [21:23:37:319]: PROPERTY CHANGE: Adding System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC property. Its value is 'C:\WINDOWS\system32\'. Action ended 21:23:37: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (s) (9C:9C) [21:23:37:319]: Doing action: LaunchConditions Action 21:23:37: LaunchConditions. Evaluating launch conditions Action start 21:23:37: LaunchConditions. MSI (s) (9C:9C) [21:23:37:319]: Note: 1: 2262 2: LaunchCondition 3: -2147287038 Action ended 21:23:37: LaunchConditions. Return value 1. MSI (s) (9C:9C) [21:23:37:319]: Doing action: FindRelatedProducts Action 21:23:37: FindRelatedProducts. Searching for related applications Action start 21:23:37: FindRelatedProducts. MSI (s) (9C:9C) [21:23:37:319]: Skipping FindRelatedProducts action: not run in maintenance mode Action ended 21:23:37: FindRelatedProducts. Return value 0. MSI (s) (9C:9C) [21:23:37:319]: Doing action: AppSearch Action 21:23:37: AppSearch. Searching for installed applications Action start 21:23:37: AppSearch. MSI (s) (9C:9C) [21:23:37:335]: Note: 1: 2262 2: AppSearch 3: -2147287038 Action ended 21:23:37: AppSearch. Return value 1. MSI (s) (9C:9C) [21:23:37:335]: Skipping action: CCPSearch (condition is false) MSI (s) (9C:9C) [21:23:37:335]: Skipping action: RMCCPSearch (condition is false) MSI (s) (9C:9C) [21:23:37:335]: Doing action: ValidateProductID Action 21:23:37: ValidateProductID. Action start 21:23:37: ValidateProductID. Action ended 21:23:37: ValidateProductID. Return value 1. MSI (s) (9C:9C) [21:23:37:335]: Doing action: InitialTargetDir Action 21:23:37: InitialTargetDir. Action start 21:23:37: InitialTargetDir. MSI (s) (9C:9C) [21:23:37:335]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\Python34'. Action ended 21:23:37: InitialTargetDir. Return value 1. MSI (s) (9C:9C) [21:23:37:335]: Doing action: SetDLLDirToSystem32 Action 21:23:37: SetDLLDirToSystem32. Action start 21:23:37: SetDLLDirToSystem32. MSI (s) (9C:9C) [21:23:37:351]: PROPERTY CHANGE: Adding DLLDIR property. Its value is 'C:\WINDOWS\system32\'. Action ended 21:23:37: SetDLLDirToSystem32. Return value 1. MSI (s) (9C:9C) [21:23:37:351]: Skipping action: SetDLLDirToTarget (condition is false) MSI (s) (9C:9C) [21:23:37:351]: Doing action: SetLauncherDirToWindows Action 21:23:37: SetLauncherDirToWindows. Action start 21:23:37: SetLauncherDirToWindows. MSI (s) (9C:9C) [21:23:37:351]: PROPERTY CHANGE: Adding LAUNCHERDIR property. Its value is 'C:\WINDOWS\'. Action ended 21:23:37: SetLauncherDirToWindows. Return value 1. MSI (s) (9C:9C) [21:23:37:351]: Skipping action: SetLauncherDirToTarget (condition is false) MSI (s) (9C:9C) [21:23:37:351]: Doing action: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:23:37: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:23:37: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action ended 21:23:37: CA_WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (s) (9C:9C) [21:23:37:351]: Doing action: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC Action 21:23:37: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action start 21:23:37: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Action ended 21:23:37: CA_System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1. MSI (s) (9C:9C) [21:23:37:351]: Doing action: CostInitialize Action 21:23:37: CostInitialize. Computing space requirements Action start 21:23:37: CostInitialize. MSI (s) (9C:9C) [21:23:37:366]: Machine policy value 'MaxPatchCacheSize' is 10 MSI (s) (9C:9C) [21:23:37:366]: Baseline: Sorting baselines for {D54842CB-F761-30BA-881F-1FF821DC44DF}. MSI (s) (9C:9C) [21:23:37:366]: Baseline: New baseline 3.4.1150 from transaction. MSI (s) (9C:9C) [21:23:37:366]: Baseline: Sorted order Native: Order 0. MSI (s) (9C:9C) [21:23:37:366]: Baseline Data Table: MSI (s) (9C:9C) [21:23:37:366]: ProductCode: {D54842CB-F761-30BA-881F-1FF821DC44DF} Version: 3.4.1150 Attributes: 4 PatchId: Native BaselineId: -2147483648 Order: 0 MSI (s) (9C:9C) [21:23:37:366]: Baseline File Table: MSI (s) (9C:9C) [21:23:37:366]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'. MSI (s) (9C:9C) [21:23:37:366]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'. MSI (s) (9C:9C) [21:23:37:366]: Note: 1: 2262 2: Patch 3: -2147287038 MSI (s) (9C:9C) [21:23:37:366]: Note: 1: 2262 2: PatchPackage 3: -2147287038 MSI (s) (9C:9C) [21:23:37:366]: Note: 1: 2262 2: MsiPatchHeaders 3: -2147287038 MSI (s) (9C:9C) [21:23:37:366]: Note: 1: 2205 2: 3: __MsiPatchFileList MSI (s) (9C:9C) [21:23:37:366]: Dumping __MsiPatchMedia table... MSI (s) (9C:9C) [21:23:37:366]: Delta compression fallback method for this product transaction is 'MSI 2.0 legacy obsolescence' Action ended 21:23:37: CostInitialize. Return value 1. MSI (s) (9C:9C) [21:23:37:366]: Doing action: FileCost Action 21:23:37: FileCost. Computing space requirements Action start 21:23:37: FileCost. MSI (s) (9C:9C) [21:23:37:382]: Note: 1: 2262 2: MsiAssembly 3: -2147287038 MSI (s) (9C:9C) [21:23:37:382]: Note: 1: 2262 2: MoveFile 3: -2147287038 MSI (s) (9C:9C) [21:23:37:382]: Note: 1: 2262 2: DuplicateFile 3: -2147287038 MSI (s) (9C:9C) [21:23:37:382]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:9C) [21:23:37:382]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:9C) [21:23:37:382]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (s) (9C:9C) [21:23:37:382]: Note: 1: 2262 2: IniFile 3: -2147287038 MSI (s) (9C:9C) [21:23:37:382]: Note: 1: 2262 2: ReserveCost 3: -2147287038 Action ended 21:23:37: FileCost. Return value 1. MSI (s) (9C:9C) [21:23:37:382]: Doing action: IsolateComponents Action 21:23:37: IsolateComponents. Action start 21:23:37: IsolateComponents. MSI (s) (9C:9C) [21:23:37:382]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:9C) [21:23:37:382]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 Action ended 21:23:37: IsolateComponents. Return value 1. MSI (s) (9C:9C) [21:23:37:382]: Doing action: CostFinalize Action 21:23:37: CostFinalize. Computing space requirements Action start 21:23:37: CostFinalize. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding X property. Its value is 'C:\Python34\Tools\pynche\X'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Modifying DLLDIR property. Its current value is 'C:\WINDOWS\system32\'. Its new value: 'C:\WINDOWS\system32'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Modifying LAUNCHERDIR property. Its current value is 'C:\WINDOWS\'. Its new value: 'C:\WINDOWS'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding DLLs property. Its value is 'C:\Python34\DLLs'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding Lib property. Its value is 'C:\Python34\Lib'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding Lib_pycache property. Its value is 'C:\Python34\Lib\__pycache__'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding asyncio property. Its value is 'C:\Python34\Lib\asyncio'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding asyncio_pycache property. Its value is 'C:\Python34\Lib\asyncio\__pycache__'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding site_packages property. Its value is 'C:\Python34\Lib\site-packages'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding idlelib property. Its value is 'C:\Python34\Lib\idlelib'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding idlelib_pycache property. Its value is 'C:\Python34\Lib\idlelib\__pycache__'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding idle_test property. Its value is 'C:\Python34\Lib\idlelib\idle_test'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding idle_test_pycache property. Its value is 'C:\Python34\Lib\idlelib\idle_test\__pycache__'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding Icons property. Its value is 'C:\Python34\Lib\idlelib\Icons'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding concurrent property. Its value is 'C:\Python34\Lib\concurrent'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding concurrent_pycache property. Its value is 'C:\Python34\Lib\concurrent\__pycache__'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding futures property. Its value is 'C:\Python34\Lib\concurrent\futures'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding futures_pycache property. Its value is 'C:\Python34\Lib\concurrent\futures\__pycache__'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding http property. Its value is 'C:\Python34\Lib\http'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding http_pycache property. Its value is 'C:\Python34\Lib\http\__pycache__'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding sqlite3 property. Its value is 'C:\Python34\Lib\sqlite3'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding sqlite3_pycache property. Its value is 'C:\Python34\Lib\sqlite3\__pycache__'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding test property. Its value is 'C:\Python34\Lib\sqlite3\test'. MSI (s) (9C:9C) [21:23:37:397]: PROPERTY CHANGE: Adding test_pycache property. Its value is 'C:\Python34\Lib\sqlite3\test\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding html property. Its value is 'C:\Python34\Lib\html'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding html_pycache property. Its value is 'C:\Python34\Lib\html\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding lib2to3 property. Its value is 'C:\Python34\Lib\lib2to3'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding lib2to3_pycache property. Its value is 'C:\Python34\Lib\lib2to3\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding pgen2 property. Its value is 'C:\Python34\Lib\lib2to3\pgen2'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding pgen2_pycache property. Its value is 'C:\Python34\Lib\lib2to3\pgen2\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding tests property. Its value is 'C:\Python34\Lib\lib2to3\tests'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding tests_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding data property. Its value is 'C:\Python34\Lib\lib2to3\tests\data'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding data_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding fixers property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding fixers_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding myfixes property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding myfixes_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding fixes property. Its value is 'C:\Python34\Lib\lib2to3\fixes'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding fixes_pycache property. Its value is 'C:\Python34\Lib\lib2to3\fixes\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding tkinter property. Its value is 'C:\Python34\Lib\tkinter'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding tkinter_pycache property. Its value is 'C:\Python34\Lib\tkinter\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding test1 property. Its value is 'C:\Python34\Lib\tkinter\test'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding test1_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding test_tkinter property. Its value is 'C:\Python34\Lib\tkinter\test\test_tkinter'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding test_tkinter_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding test_ttk property. Its value is 'C:\Python34\Lib\tkinter\test\test_ttk'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding test_ttk_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\test_ttk\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding wsgiref property. Its value is 'C:\Python34\Lib\wsgiref'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding wsgiref_pycache property. Its value is 'C:\Python34\Lib\wsgiref\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding venv property. Its value is 'C:\Python34\Lib\venv'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding venv_pycache property. Its value is 'C:\Python34\Lib\venv\__pycache__'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding nt property. Its value is 'C:\Python34\Lib\venv\scripts\nt'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding posix property. Its value is 'C:\Python34\Lib\venv\scripts\posix'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding json property. Its value is 'C:\Python34\Lib\json'. MSI (s) (9C:9C) [21:23:37:413]: PROPERTY CHANGE: Adding json_pycache property. Its value is 'C:\Python34\Lib\json\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding curses property. Its value is 'C:\Python34\Lib\curses'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding curses_pycache property. Its value is 'C:\Python34\Lib\curses\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding multiprocessing property. Its value is 'C:\Python34\Lib\multiprocessing'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding multiprocessing_pycache property. Its value is 'C:\Python34\Lib\multiprocessing\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding dummy property. Its value is 'C:\Python34\Lib\multiprocessing\dummy'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding dummy_pycache property. Its value is 'C:\Python34\Lib\multiprocessing\dummy\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding ensurepip property. Its value is 'C:\Python34\Lib\ensurepip'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding ensurepip_pycache property. Its value is 'C:\Python34\Lib\ensurepip\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding _bundled property. Its value is 'C:\Python34\Lib\ensurepip\_bundled'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding logging property. Its value is 'C:\Python34\Lib\logging'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding logging_pycache property. Its value is 'C:\Python34\Lib\logging\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding ctypes property. Its value is 'C:\Python34\Lib\ctypes'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding ctypes_pycache property. Its value is 'C:\Python34\Lib\ctypes\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding test2 property. Its value is 'C:\Python34\Lib\ctypes\test'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding test2_pycache property. Its value is 'C:\Python34\Lib\ctypes\test\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding macholib property. Its value is 'C:\Python34\Lib\ctypes\macholib'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding macholib_pycache property. Its value is 'C:\Python34\Lib\ctypes\macholib\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding test3 property. Its value is 'C:\Python34\Lib\test'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding test3_pycache property. Its value is 'C:\Python34\Lib\test\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding test_asyncio property. Its value is 'C:\Python34\Lib\test\test_asyncio'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding test_asyncio_pycache property. Its value is 'C:\Python34\Lib\test\test_asyncio\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding support property. Its value is 'C:\Python34\Lib\test\support'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding support_pycache property. Its value is 'C:\Python34\Lib\test\support\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding capath property. Its value is 'C:\Python34\Lib\test\capath'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding encoded_modules property. Its value is 'C:\Python34\Lib\test\encoded_modules'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding encoded_modules_pycache property. Its value is 'C:\Python34\Lib\test\encoded_modules\__pycache__'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding imghdrdata property. Its value is 'C:\Python34\Lib\test\imghdrdata'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding decimaltestdata property. Its value is 'C:\Python34\Lib\test\decimaltestdata'. MSI (s) (9C:9C) [21:23:37:429]: PROPERTY CHANGE: Adding sndhdrdata property. Its value is 'C:\Python34\Lib\test\sndhdrdata'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding tracedmodules property. Its value is 'C:\Python34\Lib\test\tracedmodules'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding tracedmodules_pycache property. Its value is 'C:\Python34\Lib\test\tracedmodules\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding crashers property. Its value is 'C:\Python34\Lib\test\crashers'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding crashers_pycache property. Its value is 'C:\Python34\Lib\test\crashers\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding cjkencodings property. Its value is 'C:\Python34\Lib\test\cjkencodings'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding leakers property. Its value is 'C:\Python34\Lib\test\leakers'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding leakers_pycache property. Its value is 'C:\Python34\Lib\test\leakers\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding subprocessdata property. Its value is 'C:\Python34\Lib\test\subprocessdata'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding subprocessdata_pycache property. Its value is 'C:\Python34\Lib\test\subprocessdata\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding test_json property. Its value is 'C:\Python34\Lib\test\test_json'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding test_json_pycache property. Its value is 'C:\Python34\Lib\test\test_json\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding xmltestdata property. Its value is 'C:\Python34\Lib\test\xmltestdata'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding data1 property. Its value is 'C:\Python34\Lib\test\data'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding audiodata property. Its value is 'C:\Python34\Lib\test\audiodata'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding test_importlib property. Its value is 'C:\Python34\Lib\test\test_importlib'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding test_importlib_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding builtin property. Its value is 'C:\Python34\Lib\test\test_importlib\builtin'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding builtin_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\builtin\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding namespace_pkgs property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding module_and_namespace_package property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding module_and_namespace_package_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding a_test property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding child property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding child_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding child1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding child1_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding child2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding child2_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding foo property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding foo_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding foo1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo'. MSI (s) (9C:9C) [21:23:37:444]: PROPERTY CHANGE: Adding foo1_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding foo2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding foo2_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding foo3 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding foo3_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding frozen property. Its value is 'C:\Python34\Lib\test\test_importlib\frozen'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding frozen_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\frozen\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding source property. Its value is 'C:\Python34\Lib\test\test_importlib\source'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding source_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\source\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding extension property. Its value is 'C:\Python34\Lib\test\test_importlib\extension'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding extension_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\extension\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding import_ property. Its value is 'C:\Python34\Lib\test\test_importlib\import_'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding import__pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\import_\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding test_email property. Its value is 'C:\Python34\Lib\test\test_email'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding test_email_pycache property. Its value is 'C:\Python34\Lib\test\test_email\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding data2 property. Its value is 'C:\Python34\Lib\test\test_email\data'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding turtledemo property. Its value is 'C:\Python34\Lib\turtledemo'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding turtledemo_pycache property. Its value is 'C:\Python34\Lib\turtledemo\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding xml property. Its value is 'C:\Python34\Lib\xml'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding xml_pycache property. Its value is 'C:\Python34\Lib\xml\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding dom property. Its value is 'C:\Python34\Lib\xml\dom'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding dom_pycache property. Its value is 'C:\Python34\Lib\xml\dom\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding etree property. Its value is 'C:\Python34\Lib\xml\etree'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding etree_pycache property. Its value is 'C:\Python34\Lib\xml\etree\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding parsers property. Its value is 'C:\Python34\Lib\xml\parsers'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding parsers_pycache property. Its value is 'C:\Python34\Lib\xml\parsers\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding sax property. Its value is 'C:\Python34\Lib\xml\sax'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding sax_pycache property. Its value is 'C:\Python34\Lib\xml\sax\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding email property. Its value is 'C:\Python34\Lib\email'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding email_pycache property. Its value is 'C:\Python34\Lib\email\__pycache__'. MSI (s) (9C:9C) [21:23:37:460]: PROPERTY CHANGE: Adding mime property. Its value is 'C:\Python34\Lib\email\mime'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding mime_pycache property. Its value is 'C:\Python34\Lib\email\mime\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding urllib property. Its value is 'C:\Python34\Lib\urllib'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding urllib_pycache property. Its value is 'C:\Python34\Lib\urllib\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding encodings property. Its value is 'C:\Python34\Lib\encodings'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding encodings_pycache property. Its value is 'C:\Python34\Lib\encodings\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding pydoc_data property. Its value is 'C:\Python34\Lib\pydoc_data'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding pydoc_data_pycache property. Its value is 'C:\Python34\Lib\pydoc_data\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding msilib property. Its value is 'C:\Python34\Lib\msilib'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding msilib_pycache property. Its value is 'C:\Python34\Lib\msilib\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding xmlrpc property. Its value is 'C:\Python34\Lib\xmlrpc'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding xmlrpc_pycache property. Its value is 'C:\Python34\Lib\xmlrpc\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding unittest property. Its value is 'C:\Python34\Lib\unittest'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding unittest_pycache property. Its value is 'C:\Python34\Lib\unittest\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding test4 property. Its value is 'C:\Python34\Lib\unittest\test'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding test4_pycache property. Its value is 'C:\Python34\Lib\unittest\test\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding testmock property. Its value is 'C:\Python34\Lib\unittest\test\testmock'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding testmock_pycache property. Its value is 'C:\Python34\Lib\unittest\test\testmock\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding collections property. Its value is 'C:\Python34\Lib\collections'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding collections_pycache property. Its value is 'C:\Python34\Lib\collections\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding importlib property. Its value is 'C:\Python34\Lib\importlib'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding importlib_pycache property. Its value is 'C:\Python34\Lib\importlib\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding distutils property. Its value is 'C:\Python34\Lib\distutils'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding distutils_pycache property. Its value is 'C:\Python34\Lib\distutils\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding command property. Its value is 'C:\Python34\Lib\distutils\command'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding command_pycache property. Its value is 'C:\Python34\Lib\distutils\command\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding tests1 property. Its value is 'C:\Python34\Lib\distutils\tests'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding tests1_pycache property. Its value is 'C:\Python34\Lib\distutils\tests\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding dbm property. Its value is 'C:\Python34\Lib\dbm'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding dbm_pycache property. Its value is 'C:\Python34\Lib\dbm\__pycache__'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding include property. Its value is 'C:\Python34\include'. MSI (s) (9C:9C) [21:23:37:476]: PROPERTY CHANGE: Adding libs property. Its value is 'C:\Python34\libs'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding tcl property. Its value is 'C:\Python34\tcl'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding tk8.6 property. Its value is 'C:\Python34\tcl\tk8.6'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding ttk property. Its value is 'C:\Python34\tcl\tk8.6\ttk'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding msgs property. Its value is 'C:\Python34\tcl\tk8.6\msgs'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding images property. Its value is 'C:\Python34\tcl\tk8.6\images'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding demos property. Its value is 'C:\Python34\tcl\tk8.6\demos'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding images1 property. Its value is 'C:\Python34\tcl\tk8.6\demos\images'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding tix8.4.3 property. Its value is 'C:\Python34\tcl\tix8.4.3'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding pref property. Its value is 'C:\Python34\tcl\tix8.4.3\pref'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding demos1 property. Its value is 'C:\Python34\tcl\tix8.4.3\demos'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding samples property. Its value is 'C:\Python34\tcl\tix8.4.3\demos\samples'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding bitmaps property. Its value is 'C:\Python34\tcl\tix8.4.3\demos\bitmaps'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding bitmaps1 property. Its value is 'C:\Python34\tcl\tix8.4.3\bitmaps'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding thread2.7.0 property. Its value is 'C:\Python34\tcl\thread2.7.0'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding tdbcsqlite1.0.0 property. Its value is 'C:\Python34\tcl\tdbcsqlite1.0.0'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding tdbcpostgres1.0.0 property. Its value is 'C:\Python34\tcl\tdbcpostgres1.0.0'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding tdbcodbc1.0.0 property. Its value is 'C:\Python34\tcl\tdbcodbc1.0.0'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding tdbcmysql1.0.0 property. Its value is 'C:\Python34\tcl\tdbcmysql1.0.0'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding tdbc1.0.0 property. Its value is 'C:\Python34\tcl\tdbc1.0.0'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding tcl8.6 property. Its value is 'C:\Python34\tcl\tcl8.6'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding tzdata property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding US property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\US'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding Pacific property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Pacific'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding SystemV property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\SystemV'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding Mexico property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Mexico'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding Indian property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Indian'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding Europe property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Europe'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding Etc property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Etc'. MSI (s) (9C:9C) [21:23:37:491]: PROPERTY CHANGE: Adding Chile property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Chile'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Canada property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Canada'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Atlantic property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Atlantic'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Brazil property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Brazil'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Australia property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Australia'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Asia property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Asia'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Arctic property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Arctic'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Antarctica property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Antarctica'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding America property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding North_Dakota property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Kentucky property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Indiana property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Indiana'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Argentina property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Argentina'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Africa property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Africa'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding opt0.4 property. Its value is 'C:\Python34\tcl\tcl8.6\opt0.4'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding msgs1 property. Its value is 'C:\Python34\tcl\tcl8.6\msgs'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding http1.0 property. Its value is 'C:\Python34\tcl\tcl8.6\http1.0'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding encoding property. Its value is 'C:\Python34\tcl\tcl8.6\encoding'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding _8.6 property. Its value is 'C:\Python34\tcl\tcl8\8.6'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding tdbc property. Its value is 'C:\Python34\tcl\tcl8\8.6\tdbc'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding _8.5 property. Its value is 'C:\Python34\tcl\tcl8\8.5'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding _8.4 property. Its value is 'C:\Python34\tcl\tcl8\8.4'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding platform property. Its value is 'C:\Python34\tcl\tcl8\8.4\platform'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding sqlite33.8.0 property. Its value is 'C:\Python34\tcl\sqlite33.8.0'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding reg1.3 property. Its value is 'C:\Python34\tcl\reg1.3'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding itcl4.0.0 property. Its value is 'C:\Python34\tcl\itcl4.0.0'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding dde1.4 property. Its value is 'C:\Python34\tcl\dde1.4'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding i18n property. Its value is 'C:\Python34\Tools\i18n'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding i18n_pycache property. Its value is 'C:\Python34\Tools\i18n\__pycache__'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding pynche property. Its value is 'C:\Python34\Tools\pynche'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding pynche_pycache property. Its value is 'C:\Python34\Tools\pynche\__pycache__'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Scripts property. Its value is 'C:\Python34\Tools\Scripts'. MSI (s) (9C:9C) [21:23:37:507]: PROPERTY CHANGE: Adding Scripts_pycache property. Its value is 'C:\Python34\Tools\Scripts\__pycache__'. MSI (s) (9C:9C) [21:23:37:523]: PROPERTY CHANGE: Adding Doc property. Its value is 'C:\Python34\Doc'. MSI (s) (9C:9C) [21:23:37:523]: PROPERTY CHANGE: Modifying System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC property. Its current value is 'C:\WINDOWS\system32\'. Its new value: 'C:\WINDOWS\system32'. MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: Machine policy value 'DisableUserInstalls' is 0 MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:37:523]: PROPERTY CHANGE: Modifying TARGETDIR property. Its current value is 'C:\Python34'. Its new value: 'C:\Python34\'. MSI (s) (9C:9C) [21:23:37:523]: PROPERTY CHANGE: Modifying System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC property. Its current value is 'C:\WINDOWS\system32'. Its new value: 'C:\WINDOWS\system32\'. MSI (s) (9C:9C) [21:23:37:523]: PROPERTY CHANGE: Adding MenuDir property. Its value is 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\'. MSI (s) (9C:9C) [21:23:37:523]: PROPERTY CHANGE: Modifying Doc property. Its current value is 'C:\Python34\Doc'. Its new value: 'C:\Python34\Doc\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying tcl property. Its current value is 'C:\Python34\tcl'. Its new value: 'C:\Python34\tcl\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying dde1.4 property. Its current value is 'C:\Python34\tcl\dde1.4'. Its new value: 'C:\Python34\tcl\dde1.4\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying itcl4.0.0 property. Its current value is 'C:\Python34\tcl\itcl4.0.0'. Its new value: 'C:\Python34\tcl\itcl4.0.0\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying reg1.3 property. Its current value is 'C:\Python34\tcl\reg1.3'. Its new value: 'C:\Python34\tcl\reg1.3\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying sqlite33.8.0 property. Its current value is 'C:\Python34\tcl\sqlite33.8.0'. Its new value: 'C:\Python34\tcl\sqlite33.8.0\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Adding tcl8 property. Its value is 'C:\Python34\tcl\tcl8\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Adding _8.2 property. Its value is 'C:\Python34\tcl\tcl8\8.2\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Adding _8.3 property. Its value is 'C:\Python34\tcl\tcl8\8.3\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying _8.4 property. Its current value is 'C:\Python34\tcl\tcl8\8.4'. Its new value: 'C:\Python34\tcl\tcl8\8.4\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying platform property. Its current value is 'C:\Python34\tcl\tcl8\8.4\platform'. Its new value: 'C:\Python34\tcl\tcl8\8.4\platform\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying _8.5 property. Its current value is 'C:\Python34\tcl\tcl8\8.5'. Its new value: 'C:\Python34\tcl\tcl8\8.5\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying _8.6 property. Its current value is 'C:\Python34\tcl\tcl8\8.6'. Its new value: 'C:\Python34\tcl\tcl8\8.6\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying tdbc property. Its current value is 'C:\Python34\tcl\tcl8\8.6\tdbc'. Its new value: 'C:\Python34\tcl\tcl8\8.6\tdbc\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying tcl8.6 property. Its current value is 'C:\Python34\tcl\tcl8.6'. Its new value: 'C:\Python34\tcl\tcl8.6\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying encoding property. Its current value is 'C:\Python34\tcl\tcl8.6\encoding'. Its new value: 'C:\Python34\tcl\tcl8.6\encoding\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying http1.0 property. Its current value is 'C:\Python34\tcl\tcl8.6\http1.0'. Its new value: 'C:\Python34\tcl\tcl8.6\http1.0\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying msgs1 property. Its current value is 'C:\Python34\tcl\tcl8.6\msgs'. Its new value: 'C:\Python34\tcl\tcl8.6\msgs\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying opt0.4 property. Its current value is 'C:\Python34\tcl\tcl8.6\opt0.4'. Its new value: 'C:\Python34\tcl\tcl8.6\opt0.4\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying tzdata property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Africa property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Africa'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Africa\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying America property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\America'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\America\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Argentina property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Argentina'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Indiana property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Indiana'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Kentucky property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying North_Dakota property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Antarctica property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Antarctica'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Antarctica\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Arctic property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Arctic'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Arctic\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Asia property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Asia'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Asia\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Australia property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Australia'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Australia\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Brazil property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Brazil'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Brazil\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Atlantic property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Atlantic'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Atlantic\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Canada property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Canada'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Canada\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Chile property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Chile'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Chile\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Etc property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Etc'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Etc\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Europe property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Europe'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Europe\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Indian property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Indian'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Indian\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Mexico property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Mexico'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Mexico\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying SystemV property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\SystemV'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\SystemV\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying Pacific property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Pacific'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Pacific\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying US property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\US'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\US\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying tdbc1.0.0 property. Its current value is 'C:\Python34\tcl\tdbc1.0.0'. Its new value: 'C:\Python34\tcl\tdbc1.0.0\'. MSI (s) (9C:9C) [21:23:37:538]: PROPERTY CHANGE: Modifying tdbcmysql1.0.0 property. Its current value is 'C:\Python34\tcl\tdbcmysql1.0.0'. Its new value: 'C:\Python34\tcl\tdbcmysql1.0.0\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying tdbcodbc1.0.0 property. Its current value is 'C:\Python34\tcl\tdbcodbc1.0.0'. Its new value: 'C:\Python34\tcl\tdbcodbc1.0.0\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying tdbcpostgres1.0.0 property. Its current value is 'C:\Python34\tcl\tdbcpostgres1.0.0'. Its new value: 'C:\Python34\tcl\tdbcpostgres1.0.0\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying tdbcsqlite1.0.0 property. Its current value is 'C:\Python34\tcl\tdbcsqlite1.0.0'. Its new value: 'C:\Python34\tcl\tdbcsqlite1.0.0\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying thread2.7.0 property. Its current value is 'C:\Python34\tcl\thread2.7.0'. Its new value: 'C:\Python34\tcl\thread2.7.0\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying tix8.4.3 property. Its current value is 'C:\Python34\tcl\tix8.4.3'. Its new value: 'C:\Python34\tcl\tix8.4.3\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying bitmaps1 property. Its current value is 'C:\Python34\tcl\tix8.4.3\bitmaps'. Its new value: 'C:\Python34\tcl\tix8.4.3\bitmaps\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying demos1 property. Its current value is 'C:\Python34\tcl\tix8.4.3\demos'. Its new value: 'C:\Python34\tcl\tix8.4.3\demos\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying bitmaps property. Its current value is 'C:\Python34\tcl\tix8.4.3\demos\bitmaps'. Its new value: 'C:\Python34\tcl\tix8.4.3\demos\bitmaps\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying samples property. Its current value is 'C:\Python34\tcl\tix8.4.3\demos\samples'. Its new value: 'C:\Python34\tcl\tix8.4.3\demos\samples\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying pref property. Its current value is 'C:\Python34\tcl\tix8.4.3\pref'. Its new value: 'C:\Python34\tcl\tix8.4.3\pref\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying tk8.6 property. Its current value is 'C:\Python34\tcl\tk8.6'. Its new value: 'C:\Python34\tcl\tk8.6\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying demos property. Its current value is 'C:\Python34\tcl\tk8.6\demos'. Its new value: 'C:\Python34\tcl\tk8.6\demos\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying images1 property. Its current value is 'C:\Python34\tcl\tk8.6\demos\images'. Its new value: 'C:\Python34\tcl\tk8.6\demos\images\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying images property. Its current value is 'C:\Python34\tcl\tk8.6\images'. Its new value: 'C:\Python34\tcl\tk8.6\images\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying msgs property. Its current value is 'C:\Python34\tcl\tk8.6\msgs'. Its new value: 'C:\Python34\tcl\tk8.6\msgs\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying ttk property. Its current value is 'C:\Python34\tcl\tk8.6\ttk'. Its new value: 'C:\Python34\tcl\tk8.6\ttk\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying libs property. Its current value is 'C:\Python34\libs'. Its new value: 'C:\Python34\libs\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying include property. Its current value is 'C:\Python34\include'. Its new value: 'C:\Python34\include\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying Lib property. Its current value is 'C:\Python34\Lib'. Its new value: 'C:\Python34\Lib\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying dbm property. Its current value is 'C:\Python34\Lib\dbm'. Its new value: 'C:\Python34\Lib\dbm\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying dbm_pycache property. Its current value is 'C:\Python34\Lib\dbm\__pycache__'. Its new value: 'C:\Python34\Lib\dbm\__pycache__\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying distutils property. Its current value is 'C:\Python34\Lib\distutils'. Its new value: 'C:\Python34\Lib\distutils\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying tests1 property. Its current value is 'C:\Python34\Lib\distutils\tests'. Its new value: 'C:\Python34\Lib\distutils\tests\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying tests1_pycache property. Its current value is 'C:\Python34\Lib\distutils\tests\__pycache__'. Its new value: 'C:\Python34\Lib\distutils\tests\__pycache__\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying command property. Its current value is 'C:\Python34\Lib\distutils\command'. Its new value: 'C:\Python34\Lib\distutils\command\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying command_pycache property. Its current value is 'C:\Python34\Lib\distutils\command\__pycache__'. Its new value: 'C:\Python34\Lib\distutils\command\__pycache__\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying distutils_pycache property. Its current value is 'C:\Python34\Lib\distutils\__pycache__'. Its new value: 'C:\Python34\Lib\distutils\__pycache__\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying importlib property. Its current value is 'C:\Python34\Lib\importlib'. Its new value: 'C:\Python34\Lib\importlib\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying importlib_pycache property. Its current value is 'C:\Python34\Lib\importlib\__pycache__'. Its new value: 'C:\Python34\Lib\importlib\__pycache__\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying collections property. Its current value is 'C:\Python34\Lib\collections'. Its new value: 'C:\Python34\Lib\collections\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying collections_pycache property. Its current value is 'C:\Python34\Lib\collections\__pycache__'. Its new value: 'C:\Python34\Lib\collections\__pycache__\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying unittest property. Its current value is 'C:\Python34\Lib\unittest'. Its new value: 'C:\Python34\Lib\unittest\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying test4 property. Its current value is 'C:\Python34\Lib\unittest\test'. Its new value: 'C:\Python34\Lib\unittest\test\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying testmock property. Its current value is 'C:\Python34\Lib\unittest\test\testmock'. Its new value: 'C:\Python34\Lib\unittest\test\testmock\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying testmock_pycache property. Its current value is 'C:\Python34\Lib\unittest\test\testmock\__pycache__'. Its new value: 'C:\Python34\Lib\unittest\test\testmock\__pycache__\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying test4_pycache property. Its current value is 'C:\Python34\Lib\unittest\test\__pycache__'. Its new value: 'C:\Python34\Lib\unittest\test\__pycache__\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying unittest_pycache property. Its current value is 'C:\Python34\Lib\unittest\__pycache__'. Its new value: 'C:\Python34\Lib\unittest\__pycache__\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying xmlrpc property. Its current value is 'C:\Python34\Lib\xmlrpc'. Its new value: 'C:\Python34\Lib\xmlrpc\'. MSI (s) (9C:9C) [21:23:37:554]: PROPERTY CHANGE: Modifying xmlrpc_pycache property. Its current value is 'C:\Python34\Lib\xmlrpc\__pycache__'. Its new value: 'C:\Python34\Lib\xmlrpc\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying msilib property. Its current value is 'C:\Python34\Lib\msilib'. Its new value: 'C:\Python34\Lib\msilib\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying msilib_pycache property. Its current value is 'C:\Python34\Lib\msilib\__pycache__'. Its new value: 'C:\Python34\Lib\msilib\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying pydoc_data property. Its current value is 'C:\Python34\Lib\pydoc_data'. Its new value: 'C:\Python34\Lib\pydoc_data\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying pydoc_data_pycache property. Its current value is 'C:\Python34\Lib\pydoc_data\__pycache__'. Its new value: 'C:\Python34\Lib\pydoc_data\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying encodings property. Its current value is 'C:\Python34\Lib\encodings'. Its new value: 'C:\Python34\Lib\encodings\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying encodings_pycache property. Its current value is 'C:\Python34\Lib\encodings\__pycache__'. Its new value: 'C:\Python34\Lib\encodings\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying urllib property. Its current value is 'C:\Python34\Lib\urllib'. Its new value: 'C:\Python34\Lib\urllib\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying urllib_pycache property. Its current value is 'C:\Python34\Lib\urllib\__pycache__'. Its new value: 'C:\Python34\Lib\urllib\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying email property. Its current value is 'C:\Python34\Lib\email'. Its new value: 'C:\Python34\Lib\email\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying mime property. Its current value is 'C:\Python34\Lib\email\mime'. Its new value: 'C:\Python34\Lib\email\mime\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying mime_pycache property. Its current value is 'C:\Python34\Lib\email\mime\__pycache__'. Its new value: 'C:\Python34\Lib\email\mime\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying email_pycache property. Its current value is 'C:\Python34\Lib\email\__pycache__'. Its new value: 'C:\Python34\Lib\email\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying xml property. Its current value is 'C:\Python34\Lib\xml'. Its new value: 'C:\Python34\Lib\xml\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying sax property. Its current value is 'C:\Python34\Lib\xml\sax'. Its new value: 'C:\Python34\Lib\xml\sax\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying sax_pycache property. Its current value is 'C:\Python34\Lib\xml\sax\__pycache__'. Its new value: 'C:\Python34\Lib\xml\sax\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying parsers property. Its current value is 'C:\Python34\Lib\xml\parsers'. Its new value: 'C:\Python34\Lib\xml\parsers\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying parsers_pycache property. Its current value is 'C:\Python34\Lib\xml\parsers\__pycache__'. Its new value: 'C:\Python34\Lib\xml\parsers\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying etree property. Its current value is 'C:\Python34\Lib\xml\etree'. Its new value: 'C:\Python34\Lib\xml\etree\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying etree_pycache property. Its current value is 'C:\Python34\Lib\xml\etree\__pycache__'. Its new value: 'C:\Python34\Lib\xml\etree\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying dom property. Its current value is 'C:\Python34\Lib\xml\dom'. Its new value: 'C:\Python34\Lib\xml\dom\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying dom_pycache property. Its current value is 'C:\Python34\Lib\xml\dom\__pycache__'. Its new value: 'C:\Python34\Lib\xml\dom\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying xml_pycache property. Its current value is 'C:\Python34\Lib\xml\__pycache__'. Its new value: 'C:\Python34\Lib\xml\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying turtledemo property. Its current value is 'C:\Python34\Lib\turtledemo'. Its new value: 'C:\Python34\Lib\turtledemo\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying turtledemo_pycache property. Its current value is 'C:\Python34\Lib\turtledemo\__pycache__'. Its new value: 'C:\Python34\Lib\turtledemo\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying test3 property. Its current value is 'C:\Python34\Lib\test'. Its new value: 'C:\Python34\Lib\test\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying test_email property. Its current value is 'C:\Python34\Lib\test\test_email'. Its new value: 'C:\Python34\Lib\test\test_email\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying data2 property. Its current value is 'C:\Python34\Lib\test\test_email\data'. Its new value: 'C:\Python34\Lib\test\test_email\data\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying test_email_pycache property. Its current value is 'C:\Python34\Lib\test\test_email\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_email\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying test_importlib property. Its current value is 'C:\Python34\Lib\test\test_importlib'. Its new value: 'C:\Python34\Lib\test\test_importlib\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying import_ property. Its current value is 'C:\Python34\Lib\test\test_importlib\import_'. Its new value: 'C:\Python34\Lib\test\test_importlib\import_\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying import__pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\import_\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\import_\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying extension property. Its current value is 'C:\Python34\Lib\test\test_importlib\extension'. Its new value: 'C:\Python34\Lib\test\test_importlib\extension\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying extension_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\extension\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\extension\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying source property. Its current value is 'C:\Python34\Lib\test\test_importlib\source'. Its new value: 'C:\Python34\Lib\test\test_importlib\source\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying source_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\source\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\source\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying frozen property. Its current value is 'C:\Python34\Lib\test\test_importlib\frozen'. Its new value: 'C:\Python34\Lib\test\test_importlib\frozen\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying frozen_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\frozen\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\frozen\__pycache__\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying namespace_pkgs property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Adding portion2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying foo3 property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\'. MSI (s) (9C:9C) [21:23:37:569]: PROPERTY CHANGE: Modifying foo3_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Adding portion1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying foo2 property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying foo2_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Adding not_a_namespace_pkg property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying foo1 property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying foo1_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Adding both_portions property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying foo property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying foo_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Adding project2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Adding parent2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying child2 property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying child2_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Adding project1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Adding parent1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying child1 property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying child1_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Adding project3 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Adding parent property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying child property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying child_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying module_and_namespace_package property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying a_test property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying module_and_namespace_package_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying builtin property. Its current value is 'C:\Python34\Lib\test\test_importlib\builtin'. Its new value: 'C:\Python34\Lib\test\test_importlib\builtin\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying builtin_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\builtin\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\builtin\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying test_importlib_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying audiodata property. Its current value is 'C:\Python34\Lib\test\audiodata'. Its new value: 'C:\Python34\Lib\test\audiodata\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying data1 property. Its current value is 'C:\Python34\Lib\test\data'. Its new value: 'C:\Python34\Lib\test\data\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying xmltestdata property. Its current value is 'C:\Python34\Lib\test\xmltestdata'. Its new value: 'C:\Python34\Lib\test\xmltestdata\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying test_json property. Its current value is 'C:\Python34\Lib\test\test_json'. Its new value: 'C:\Python34\Lib\test\test_json\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying test_json_pycache property. Its current value is 'C:\Python34\Lib\test\test_json\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_json\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying subprocessdata property. Its current value is 'C:\Python34\Lib\test\subprocessdata'. Its new value: 'C:\Python34\Lib\test\subprocessdata\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying subprocessdata_pycache property. Its current value is 'C:\Python34\Lib\test\subprocessdata\__pycache__'. Its new value: 'C:\Python34\Lib\test\subprocessdata\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying leakers property. Its current value is 'C:\Python34\Lib\test\leakers'. Its new value: 'C:\Python34\Lib\test\leakers\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying leakers_pycache property. Its current value is 'C:\Python34\Lib\test\leakers\__pycache__'. Its new value: 'C:\Python34\Lib\test\leakers\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying cjkencodings property. Its current value is 'C:\Python34\Lib\test\cjkencodings'. Its new value: 'C:\Python34\Lib\test\cjkencodings\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying crashers property. Its current value is 'C:\Python34\Lib\test\crashers'. Its new value: 'C:\Python34\Lib\test\crashers\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying crashers_pycache property. Its current value is 'C:\Python34\Lib\test\crashers\__pycache__'. Its new value: 'C:\Python34\Lib\test\crashers\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying tracedmodules property. Its current value is 'C:\Python34\Lib\test\tracedmodules'. Its new value: 'C:\Python34\Lib\test\tracedmodules\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying tracedmodules_pycache property. Its current value is 'C:\Python34\Lib\test\tracedmodules\__pycache__'. Its new value: 'C:\Python34\Lib\test\tracedmodules\__pycache__\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying sndhdrdata property. Its current value is 'C:\Python34\Lib\test\sndhdrdata'. Its new value: 'C:\Python34\Lib\test\sndhdrdata\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying decimaltestdata property. Its current value is 'C:\Python34\Lib\test\decimaltestdata'. Its new value: 'C:\Python34\Lib\test\decimaltestdata\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying imghdrdata property. Its current value is 'C:\Python34\Lib\test\imghdrdata'. Its new value: 'C:\Python34\Lib\test\imghdrdata\'. MSI (s) (9C:9C) [21:23:37:585]: PROPERTY CHANGE: Modifying encoded_modules property. Its current value is 'C:\Python34\Lib\test\encoded_modules'. Its new value: 'C:\Python34\Lib\test\encoded_modules\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying encoded_modules_pycache property. Its current value is 'C:\Python34\Lib\test\encoded_modules\__pycache__'. Its new value: 'C:\Python34\Lib\test\encoded_modules\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying capath property. Its current value is 'C:\Python34\Lib\test\capath'. Its new value: 'C:\Python34\Lib\test\capath\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying support property. Its current value is 'C:\Python34\Lib\test\support'. Its new value: 'C:\Python34\Lib\test\support\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying support_pycache property. Its current value is 'C:\Python34\Lib\test\support\__pycache__'. Its new value: 'C:\Python34\Lib\test\support\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying test_asyncio property. Its current value is 'C:\Python34\Lib\test\test_asyncio'. Its new value: 'C:\Python34\Lib\test\test_asyncio\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying test_asyncio_pycache property. Its current value is 'C:\Python34\Lib\test\test_asyncio\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_asyncio\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying test3_pycache property. Its current value is 'C:\Python34\Lib\test\__pycache__'. Its new value: 'C:\Python34\Lib\test\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying ctypes property. Its current value is 'C:\Python34\Lib\ctypes'. Its new value: 'C:\Python34\Lib\ctypes\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying macholib property. Its current value is 'C:\Python34\Lib\ctypes\macholib'. Its new value: 'C:\Python34\Lib\ctypes\macholib\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying macholib_pycache property. Its current value is 'C:\Python34\Lib\ctypes\macholib\__pycache__'. Its new value: 'C:\Python34\Lib\ctypes\macholib\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying test2 property. Its current value is 'C:\Python34\Lib\ctypes\test'. Its new value: 'C:\Python34\Lib\ctypes\test\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying test2_pycache property. Its current value is 'C:\Python34\Lib\ctypes\test\__pycache__'. Its new value: 'C:\Python34\Lib\ctypes\test\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying ctypes_pycache property. Its current value is 'C:\Python34\Lib\ctypes\__pycache__'. Its new value: 'C:\Python34\Lib\ctypes\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying logging property. Its current value is 'C:\Python34\Lib\logging'. Its new value: 'C:\Python34\Lib\logging\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying logging_pycache property. Its current value is 'C:\Python34\Lib\logging\__pycache__'. Its new value: 'C:\Python34\Lib\logging\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying ensurepip property. Its current value is 'C:\Python34\Lib\ensurepip'. Its new value: 'C:\Python34\Lib\ensurepip\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying _bundled property. Its current value is 'C:\Python34\Lib\ensurepip\_bundled'. Its new value: 'C:\Python34\Lib\ensurepip\_bundled\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying ensurepip_pycache property. Its current value is 'C:\Python34\Lib\ensurepip\__pycache__'. Its new value: 'C:\Python34\Lib\ensurepip\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying multiprocessing property. Its current value is 'C:\Python34\Lib\multiprocessing'. Its new value: 'C:\Python34\Lib\multiprocessing\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying dummy property. Its current value is 'C:\Python34\Lib\multiprocessing\dummy'. Its new value: 'C:\Python34\Lib\multiprocessing\dummy\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying dummy_pycache property. Its current value is 'C:\Python34\Lib\multiprocessing\dummy\__pycache__'. Its new value: 'C:\Python34\Lib\multiprocessing\dummy\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying multiprocessing_pycache property. Its current value is 'C:\Python34\Lib\multiprocessing\__pycache__'. Its new value: 'C:\Python34\Lib\multiprocessing\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying curses property. Its current value is 'C:\Python34\Lib\curses'. Its new value: 'C:\Python34\Lib\curses\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying curses_pycache property. Its current value is 'C:\Python34\Lib\curses\__pycache__'. Its new value: 'C:\Python34\Lib\curses\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying json property. Its current value is 'C:\Python34\Lib\json'. Its new value: 'C:\Python34\Lib\json\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying json_pycache property. Its current value is 'C:\Python34\Lib\json\__pycache__'. Its new value: 'C:\Python34\Lib\json\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying venv property. Its current value is 'C:\Python34\Lib\venv'. Its new value: 'C:\Python34\Lib\venv\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Adding scripts property. Its value is 'C:\Python34\Lib\venv\scripts\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying posix property. Its current value is 'C:\Python34\Lib\venv\scripts\posix'. Its new value: 'C:\Python34\Lib\venv\scripts\posix\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying nt property. Its current value is 'C:\Python34\Lib\venv\scripts\nt'. Its new value: 'C:\Python34\Lib\venv\scripts\nt\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying venv_pycache property. Its current value is 'C:\Python34\Lib\venv\__pycache__'. Its new value: 'C:\Python34\Lib\venv\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying wsgiref property. Its current value is 'C:\Python34\Lib\wsgiref'. Its new value: 'C:\Python34\Lib\wsgiref\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying wsgiref_pycache property. Its current value is 'C:\Python34\Lib\wsgiref\__pycache__'. Its new value: 'C:\Python34\Lib\wsgiref\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying tkinter property. Its current value is 'C:\Python34\Lib\tkinter'. Its new value: 'C:\Python34\Lib\tkinter\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying test1 property. Its current value is 'C:\Python34\Lib\tkinter\test'. Its new value: 'C:\Python34\Lib\tkinter\test\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying test_ttk property. Its current value is 'C:\Python34\Lib\tkinter\test\test_ttk'. Its new value: 'C:\Python34\Lib\tkinter\test\test_ttk\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying test_ttk_pycache property. Its current value is 'C:\Python34\Lib\tkinter\test\test_ttk\__pycache__'. Its new value: 'C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying test_tkinter property. Its current value is 'C:\Python34\Lib\tkinter\test\test_tkinter'. Its new value: 'C:\Python34\Lib\tkinter\test\test_tkinter\'. MSI (s) (9C:9C) [21:23:37:601]: PROPERTY CHANGE: Modifying test_tkinter_pycache property. Its current value is 'C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__'. Its new value: 'C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying test1_pycache property. Its current value is 'C:\Python34\Lib\tkinter\test\__pycache__'. Its new value: 'C:\Python34\Lib\tkinter\test\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying tkinter_pycache property. Its current value is 'C:\Python34\Lib\tkinter\__pycache__'. Its new value: 'C:\Python34\Lib\tkinter\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying lib2to3 property. Its current value is 'C:\Python34\Lib\lib2to3'. Its new value: 'C:\Python34\Lib\lib2to3\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying fixes property. Its current value is 'C:\Python34\Lib\lib2to3\fixes'. Its new value: 'C:\Python34\Lib\lib2to3\fixes\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying fixes_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\fixes\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\fixes\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying tests property. Its current value is 'C:\Python34\Lib\lib2to3\tests'. Its new value: 'C:\Python34\Lib\lib2to3\tests\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying data property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying fixers property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data\fixers'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\fixers\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying myfixes property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying myfixes_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying fixers_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying data_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying tests_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\tests\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\tests\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying pgen2 property. Its current value is 'C:\Python34\Lib\lib2to3\pgen2'. Its new value: 'C:\Python34\Lib\lib2to3\pgen2\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying pgen2_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\pgen2\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\pgen2\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying lib2to3_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying html property. Its current value is 'C:\Python34\Lib\html'. Its new value: 'C:\Python34\Lib\html\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying html_pycache property. Its current value is 'C:\Python34\Lib\html\__pycache__'. Its new value: 'C:\Python34\Lib\html\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying sqlite3 property. Its current value is 'C:\Python34\Lib\sqlite3'. Its new value: 'C:\Python34\Lib\sqlite3\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying test property. Its current value is 'C:\Python34\Lib\sqlite3\test'. Its new value: 'C:\Python34\Lib\sqlite3\test\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying test_pycache property. Its current value is 'C:\Python34\Lib\sqlite3\test\__pycache__'. Its new value: 'C:\Python34\Lib\sqlite3\test\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying sqlite3_pycache property. Its current value is 'C:\Python34\Lib\sqlite3\__pycache__'. Its new value: 'C:\Python34\Lib\sqlite3\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying http property. Its current value is 'C:\Python34\Lib\http'. Its new value: 'C:\Python34\Lib\http\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying http_pycache property. Its current value is 'C:\Python34\Lib\http\__pycache__'. Its new value: 'C:\Python34\Lib\http\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying concurrent property. Its current value is 'C:\Python34\Lib\concurrent'. Its new value: 'C:\Python34\Lib\concurrent\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying futures property. Its current value is 'C:\Python34\Lib\concurrent\futures'. Its new value: 'C:\Python34\Lib\concurrent\futures\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying futures_pycache property. Its current value is 'C:\Python34\Lib\concurrent\futures\__pycache__'. Its new value: 'C:\Python34\Lib\concurrent\futures\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying concurrent_pycache property. Its current value is 'C:\Python34\Lib\concurrent\__pycache__'. Its new value: 'C:\Python34\Lib\concurrent\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying idlelib property. Its current value is 'C:\Python34\Lib\idlelib'. Its new value: 'C:\Python34\Lib\idlelib\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying Icons property. Its current value is 'C:\Python34\Lib\idlelib\Icons'. Its new value: 'C:\Python34\Lib\idlelib\Icons\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying idle_test property. Its current value is 'C:\Python34\Lib\idlelib\idle_test'. Its new value: 'C:\Python34\Lib\idlelib\idle_test\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying idle_test_pycache property. Its current value is 'C:\Python34\Lib\idlelib\idle_test\__pycache__'. Its new value: 'C:\Python34\Lib\idlelib\idle_test\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying idlelib_pycache property. Its current value is 'C:\Python34\Lib\idlelib\__pycache__'. Its new value: 'C:\Python34\Lib\idlelib\__pycache__\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying site_packages property. Its current value is 'C:\Python34\Lib\site-packages'. Its new value: 'C:\Python34\Lib\site-packages\'. MSI (s) (9C:9C) [21:23:37:616]: PROPERTY CHANGE: Modifying asyncio property. Its current value is 'C:\Python34\Lib\asyncio'. Its new value: 'C:\Python34\Lib\asyncio\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying asyncio_pycache property. Its current value is 'C:\Python34\Lib\asyncio\__pycache__'. Its new value: 'C:\Python34\Lib\asyncio\__pycache__\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying Lib_pycache property. Its current value is 'C:\Python34\Lib\__pycache__'. Its new value: 'C:\Python34\Lib\__pycache__\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying DLLs property. Its current value is 'C:\Python34\DLLs'. Its new value: 'C:\Python34\DLLs\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying LAUNCHERDIR property. Its current value is 'C:\WINDOWS'. Its new value: 'C:\WINDOWS\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying DLLDIR property. Its current value is 'C:\WINDOWS\system32'. Its new value: 'C:\WINDOWS\system32\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Adding Tools property. Its value is 'C:\Python34\Tools\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying Scripts property. Its current value is 'C:\Python34\Tools\Scripts'. Its new value: 'C:\Python34\Tools\Scripts\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying Scripts_pycache property. Its current value is 'C:\Python34\Tools\Scripts\__pycache__'. Its new value: 'C:\Python34\Tools\Scripts\__pycache__\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying i18n property. Its current value is 'C:\Python34\Tools\i18n'. Its new value: 'C:\Python34\Tools\i18n\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying i18n_pycache property. Its current value is 'C:\Python34\Tools\i18n\__pycache__'. Its new value: 'C:\Python34\Tools\i18n\__pycache__\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying pynche property. Its current value is 'C:\Python34\Tools\pynche'. Its new value: 'C:\Python34\Tools\pynche\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying pynche_pycache property. Its current value is 'C:\Python34\Tools\pynche\__pycache__'. Its new value: 'C:\Python34\Tools\pynche\__pycache__\'. MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Modifying X property. Its current value is 'C:\Python34\Tools\pynche\X'. Its new value: 'C:\Python34\Tools\pynche\X\'. MSI (s) (9C:9C) [21:23:37:632]: Target path resolution complete. Dumping Directory table... MSI (s) (9C:9C) [21:23:37:632]: Note: target paths subject to change (via custom actions or browsing) MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: TARGETDIR , Object: C:\Python34\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: WindowsFolder , Object: C:\WINDOWS\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC , Object: C:\WINDOWS\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC , Object: C:\WINDOWS\system32\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: ProgramMenuFolder , Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: MenuDir , Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Doc , Object: C:\Python34\Doc\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tcl , Object: C:\Python34\tcl\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: dde1.4 , Object: C:\Python34\tcl\dde1.4\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: itcl4.0.0 , Object: C:\Python34\tcl\itcl4.0.0\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: reg1.3 , Object: C:\Python34\tcl\reg1.3\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: sqlite33.8.0 , Object: C:\Python34\tcl\sqlite33.8.0\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tcl8 , Object: C:\Python34\tcl\tcl8\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: _8.2 , Object: C:\Python34\tcl\tcl8\8.2\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: _8.3 , Object: C:\Python34\tcl\tcl8\8.3\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: _8.4 , Object: C:\Python34\tcl\tcl8\8.4\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: platform , Object: C:\Python34\tcl\tcl8\8.4\platform\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: _8.5 , Object: C:\Python34\tcl\tcl8\8.5\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: _8.6 , Object: C:\Python34\tcl\tcl8\8.6\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tdbc , Object: C:\Python34\tcl\tcl8\8.6\tdbc\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tcl8.6 , Object: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: encoding , Object: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: http1.0 , Object: C:\Python34\tcl\tcl8.6\http1.0\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: msgs1 , Object: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: opt0.4 , Object: C:\Python34\tcl\tcl8.6\opt0.4\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tzdata , Object: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Africa , Object: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: America , Object: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Argentina , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Indiana , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Kentucky , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: North_Dakota , Object: C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Antarctica , Object: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Arctic , Object: C:\Python34\tcl\tcl8.6\tzdata\Arctic\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Asia , Object: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Australia , Object: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Brazil , Object: C:\Python34\tcl\tcl8.6\tzdata\Brazil\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Atlantic , Object: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Canada , Object: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Chile , Object: C:\Python34\tcl\tcl8.6\tzdata\Chile\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Etc , Object: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Europe , Object: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Indian , Object: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Mexico , Object: C:\Python34\tcl\tcl8.6\tzdata\Mexico\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: SystemV , Object: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Pacific , Object: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: US , Object: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tdbc1.0.0 , Object: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tdbcmysql1.0.0 , Object: C:\Python34\tcl\tdbcmysql1.0.0\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tdbcodbc1.0.0 , Object: C:\Python34\tcl\tdbcodbc1.0.0\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tdbcpostgres1.0.0 , Object: C:\Python34\tcl\tdbcpostgres1.0.0\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tdbcsqlite1.0.0 , Object: C:\Python34\tcl\tdbcsqlite1.0.0\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: thread2.7.0 , Object: C:\Python34\tcl\thread2.7.0\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tix8.4.3 , Object: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: bitmaps1 , Object: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: demos1 , Object: C:\Python34\tcl\tix8.4.3\demos\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: bitmaps , Object: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: samples , Object: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: pref , Object: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tk8.6 , Object: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: demos , Object: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: images1 , Object: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: images , Object: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: msgs , Object: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: ttk , Object: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: libs , Object: C:\Python34\libs\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: include , Object: C:\Python34\include\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Lib , Object: C:\Python34\Lib\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: dbm , Object: C:\Python34\Lib\dbm\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: dbm_pycache , Object: C:\Python34\Lib\dbm\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: distutils , Object: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tests1 , Object: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tests1_pycache , Object: C:\Python34\Lib\distutils\tests\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: command , Object: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: command_pycache , Object: C:\Python34\Lib\distutils\command\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: distutils_pycache , Object: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: importlib , Object: C:\Python34\Lib\importlib\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: importlib_pycache , Object: C:\Python34\Lib\importlib\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: collections , Object: C:\Python34\Lib\collections\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: collections_pycache , Object: C:\Python34\Lib\collections\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: unittest , Object: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test4 , Object: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: testmock , Object: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: testmock_pycache , Object: C:\Python34\Lib\unittest\test\testmock\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test4_pycache , Object: C:\Python34\Lib\unittest\test\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: unittest_pycache , Object: C:\Python34\Lib\unittest\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: xmlrpc , Object: C:\Python34\Lib\xmlrpc\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: xmlrpc_pycache , Object: C:\Python34\Lib\xmlrpc\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: msilib , Object: C:\Python34\Lib\msilib\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: msilib_pycache , Object: C:\Python34\Lib\msilib\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: pydoc_data , Object: C:\Python34\Lib\pydoc_data\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: pydoc_data_pycache , Object: C:\Python34\Lib\pydoc_data\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: encodings , Object: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: encodings_pycache , Object: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: urllib , Object: C:\Python34\Lib\urllib\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: urllib_pycache , Object: C:\Python34\Lib\urllib\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: email , Object: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: mime , Object: C:\Python34\Lib\email\mime\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: mime_pycache , Object: C:\Python34\Lib\email\mime\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: email_pycache , Object: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: xml , Object: C:\Python34\Lib\xml\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: sax , Object: C:\Python34\Lib\xml\sax\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: sax_pycache , Object: C:\Python34\Lib\xml\sax\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: parsers , Object: C:\Python34\Lib\xml\parsers\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: parsers_pycache , Object: C:\Python34\Lib\xml\parsers\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: etree , Object: C:\Python34\Lib\xml\etree\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: etree_pycache , Object: C:\Python34\Lib\xml\etree\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: dom , Object: C:\Python34\Lib\xml\dom\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: dom_pycache , Object: C:\Python34\Lib\xml\dom\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: xml_pycache , Object: C:\Python34\Lib\xml\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: turtledemo , Object: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: turtledemo_pycache , Object: C:\Python34\Lib\turtledemo\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test3 , Object: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_email , Object: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: data2 , Object: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_email_pycache , Object: C:\Python34\Lib\test\test_email\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_importlib , Object: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: import_ , Object: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: import__pycache , Object: C:\Python34\Lib\test\test_importlib\import_\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: extension , Object: C:\Python34\Lib\test\test_importlib\extension\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: extension_pycache , Object: C:\Python34\Lib\test\test_importlib\extension\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: source , Object: C:\Python34\Lib\test\test_importlib\source\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: source_pycache , Object: C:\Python34\Lib\test\test_importlib\source\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: frozen , Object: C:\Python34\Lib\test\test_importlib\frozen\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: frozen_pycache , Object: C:\Python34\Lib\test\test_importlib\frozen\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: namespace_pkgs , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: portion2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: foo3 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: foo3_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: portion1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: foo2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: foo2_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: not_a_namespace_pkg , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: foo1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: foo1_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: both_portions , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: foo , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: foo_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: project2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: parent2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: child2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: child2_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: project1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: parent1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: child1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: child1_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: project3 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: parent , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: child , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: child_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: module_and_namespace_package , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: a_test , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: module_and_namespace_package_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: builtin , Object: C:\Python34\Lib\test\test_importlib\builtin\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: builtin_pycache , Object: C:\Python34\Lib\test\test_importlib\builtin\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_importlib_pycache , Object: C:\Python34\Lib\test\test_importlib\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: audiodata , Object: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: data1 , Object: C:\Python34\Lib\test\data\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: xmltestdata , Object: C:\Python34\Lib\test\xmltestdata\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_json , Object: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_json_pycache , Object: C:\Python34\Lib\test\test_json\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: subprocessdata , Object: C:\Python34\Lib\test\subprocessdata\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: subprocessdata_pycache , Object: C:\Python34\Lib\test\subprocessdata\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: leakers , Object: C:\Python34\Lib\test\leakers\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: leakers_pycache , Object: C:\Python34\Lib\test\leakers\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: cjkencodings , Object: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: crashers , Object: C:\Python34\Lib\test\crashers\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: crashers_pycache , Object: C:\Python34\Lib\test\crashers\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tracedmodules , Object: C:\Python34\Lib\test\tracedmodules\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tracedmodules_pycache , Object: C:\Python34\Lib\test\tracedmodules\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: sndhdrdata , Object: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: decimaltestdata , Object: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: imghdrdata , Object: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: encoded_modules , Object: C:\Python34\Lib\test\encoded_modules\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: encoded_modules_pycache , Object: C:\Python34\Lib\test\encoded_modules\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: capath , Object: C:\Python34\Lib\test\capath\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: support , Object: C:\Python34\Lib\test\support\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: support_pycache , Object: C:\Python34\Lib\test\support\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_asyncio , Object: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_asyncio_pycache , Object: C:\Python34\Lib\test\test_asyncio\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test3_pycache , Object: C:\Python34\Lib\test\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: ctypes , Object: C:\Python34\Lib\ctypes\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: macholib , Object: C:\Python34\Lib\ctypes\macholib\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: macholib_pycache , Object: C:\Python34\Lib\ctypes\macholib\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test2 , Object: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test2_pycache , Object: C:\Python34\Lib\ctypes\test\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: ctypes_pycache , Object: C:\Python34\Lib\ctypes\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: logging , Object: C:\Python34\Lib\logging\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: logging_pycache , Object: C:\Python34\Lib\logging\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: ensurepip , Object: C:\Python34\Lib\ensurepip\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: _bundled , Object: C:\Python34\Lib\ensurepip\_bundled\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: ensurepip_pycache , Object: C:\Python34\Lib\ensurepip\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: multiprocessing , Object: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: dummy , Object: C:\Python34\Lib\multiprocessing\dummy\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: dummy_pycache , Object: C:\Python34\Lib\multiprocessing\dummy\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: multiprocessing_pycache , Object: C:\Python34\Lib\multiprocessing\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: curses , Object: C:\Python34\Lib\curses\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: curses_pycache , Object: C:\Python34\Lib\curses\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: json , Object: C:\Python34\Lib\json\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: json_pycache , Object: C:\Python34\Lib\json\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: venv , Object: C:\Python34\Lib\venv\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: scripts , Object: C:\Python34\Lib\venv\scripts\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: posix , Object: C:\Python34\Lib\venv\scripts\posix\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: nt , Object: C:\Python34\Lib\venv\scripts\nt\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: venv_pycache , Object: C:\Python34\Lib\venv\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: wsgiref , Object: C:\Python34\Lib\wsgiref\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: wsgiref_pycache , Object: C:\Python34\Lib\wsgiref\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tkinter , Object: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test1 , Object: C:\Python34\Lib\tkinter\test\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_ttk , Object: C:\Python34\Lib\tkinter\test\test_ttk\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_ttk_pycache , Object: C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_tkinter , Object: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_tkinter_pycache , Object: C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test1_pycache , Object: C:\Python34\Lib\tkinter\test\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tkinter_pycache , Object: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: lib2to3 , Object: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: fixes , Object: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: fixes_pycache , Object: C:\Python34\Lib\lib2to3\fixes\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tests , Object: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: data , Object: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: fixers , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: myfixes , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: myfixes_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: fixers_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: data_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: tests_pycache , Object: C:\Python34\Lib\lib2to3\tests\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: pgen2 , Object: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: pgen2_pycache , Object: C:\Python34\Lib\lib2to3\pgen2\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: lib2to3_pycache , Object: C:\Python34\Lib\lib2to3\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: html , Object: C:\Python34\Lib\html\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: html_pycache , Object: C:\Python34\Lib\html\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: sqlite3 , Object: C:\Python34\Lib\sqlite3\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test , Object: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: test_pycache , Object: C:\Python34\Lib\sqlite3\test\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: sqlite3_pycache , Object: C:\Python34\Lib\sqlite3\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: http , Object: C:\Python34\Lib\http\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: http_pycache , Object: C:\Python34\Lib\http\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: concurrent , Object: C:\Python34\Lib\concurrent\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: futures , Object: C:\Python34\Lib\concurrent\futures\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: futures_pycache , Object: C:\Python34\Lib\concurrent\futures\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: concurrent_pycache , Object: C:\Python34\Lib\concurrent\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: idlelib , Object: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Icons , Object: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: idle_test , Object: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: idle_test_pycache , Object: C:\Python34\Lib\idlelib\idle_test\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: idlelib_pycache , Object: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: site_packages , Object: C:\Python34\Lib\site-packages\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: asyncio , Object: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: asyncio_pycache , Object: C:\Python34\Lib\asyncio\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Lib_pycache , Object: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: DLLs , Object: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: LAUNCHERDIR , Object: C:\WINDOWS\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: DLLDIR , Object: C:\WINDOWS\system32\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Tools , Object: C:\Python34\Tools\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Scripts , Object: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: Scripts_pycache , Object: C:\Python34\Tools\Scripts\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: i18n , Object: C:\Python34\Tools\i18n\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: i18n_pycache , Object: C:\Python34\Tools\i18n\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: pynche , Object: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: pynche_pycache , Object: C:\Python34\Tools\pynche\__pycache__\ MSI (s) (9C:9C) [21:23:37:632]: Dir (target): Key: X , Object: C:\Python34\Tools\pynche\X\ MSI (s) (9C:9C) [21:23:37:632]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'. MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:632]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Disallowing uninstallation of component: {0E931026-929B-382C-B702-B8B4039399E5} since another client exists MSI (s) (9C:9C) [21:23:37:647]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 MSI (s) (9C:9C) [21:23:37:647]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:9C) [21:23:37:976]: Allowing uninstallation of shared component: {7A0C5812-2583-40D9-BCBB-CD7485F11377}. Other clients exist, but installed to a different location Action ended 21:23:37: CostFinalize. Return value 1. MSI (s) (9C:9C) [21:23:37:991]: Doing action: UpdateEditIDLE Action 21:23:37: UpdateEditIDLE. Action start 21:23:37: UpdateEditIDLE. MSI (s) (9C:9C) [21:23:38:023]: Creating MSIHANDLE (4) of type 790542 for thread 1436 MSI (s) (9C:D0) [21:23:38:023]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI85E2.tmp, Entrypoint: UpdateEditIDLE MSI (s) (9C:D0) [21:23:38:132]: Closing MSIHANDLE (4) of type 790542 for thread 1436 Action ended 21:23:38: UpdateEditIDLE. Return value 1. MSI (s) (9C:9C) [21:23:38:132]: Doing action: SetODBCFolders Action 21:23:38: SetODBCFolders. Initializing ODBC directories Action start 21:23:38: SetODBCFolders. MSI (s) (9C:9C) [21:23:38:132]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:9C) [21:23:38:132]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 Action ended 21:23:38: SetODBCFolders. Return value 1. MSI (s) (9C:9C) [21:23:38:132]: Doing action: MigrateFeatureStates Action 21:23:38: MigrateFeatureStates. Migrating feature states from related applications Action start 21:23:38: MigrateFeatureStates. MSI (s) (9C:9C) [21:23:38:147]: Skipping MigrateFeatureStates action: not run in maintenance mode Action ended 21:23:38: MigrateFeatureStates. Return value 0. MSI (s) (9C:9C) [21:23:38:147]: Doing action: InstallValidate Action 21:23:38: InstallValidate. Validating install Action start 21:23:38: InstallValidate. MSI (s) (9C:9C) [21:23:38:147]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is '329dd0b5b2b7da4fa8502c918ba268c9'. MSI (s) (9C:9C) [21:23:38:147]: Feature: DefaultFeature; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:9C) [21:23:38:147]: Feature: SharedCRT; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:9C) [21:23:38:147]: Feature: PrivateCRT; Installed: Absent; Request: Null; Action: Null MSI (s) (9C:9C) [21:23:38:147]: Feature: Extensions; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:9C) [21:23:38:147]: Feature: TclTk; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:9C) [21:23:38:147]: Feature: Documentation; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:9C) [21:23:38:147]: Feature: Tools; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:9C) [21:23:38:147]: Feature: pip_feature; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:9C) [21:23:38:147]: Feature: Testsuite; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:9C) [21:23:38:147]: Feature: PrependPath; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:9C) [21:23:38:147]: Component: X; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: TARGETDIR; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: DLLDIR; Installed: Local; Request: Absent; Action: FileAbsent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: python.exe; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: REGISTRY.path; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: pythonw.exe; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: launcher; Installed: Local; Request: Absent; Action: Null; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: launcherw; Installed: Local; Request: Absent; Action: Null; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: DLLs; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: msvcr90; Installed: Absent; Request: Null; Action: Null; Client State: Unknown MSI (s) (9C:9C) [21:23:38:147]: Component: Lib; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Lib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: asyncio; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: asyncio_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: site_packages; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: idlelib; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: idlelib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: idle_test; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: idle_test_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Icons; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: concurrent; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: concurrent_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: futures; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: futures_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: http; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: http_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: sqlite3; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: sqlite3_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: html; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: html_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: lib2to3; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: lib2to3_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: pgen2; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: pgen2_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tests; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tests_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: data; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: data_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: fixers; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: fixers_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: myfixes; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: myfixes_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: fixes; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: fixes_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tkinter; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tkinter_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test1; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test1_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_tkinter; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_tkinter_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_ttk; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_ttk_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: wsgiref; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: wsgiref_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: venv; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: venv_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: nt; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: posix; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: json; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: json_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: curses; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: curses_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: multiprocessing; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: multiprocessing_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: dummy; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: dummy_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: ensurepip; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: ensurepip_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: _bundled; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: logging; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: logging_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: ctypes; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: ctypes_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test2; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test2_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: macholib; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: macholib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test3; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test3_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_asyncio; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_asyncio_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: support; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: support_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: capath; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: encoded_modules; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: encoded_modules_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: imghdrdata; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: decimaltestdata; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: sndhdrdata; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tracedmodules; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tracedmodules_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: crashers; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: crashers_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: cjkencodings; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: leakers; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: leakers_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: subprocessdata; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: subprocessdata_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_json; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_json_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: xmltestdata; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: data1; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: audiodata; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_importlib; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_importlib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: builtin; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: builtin_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: namespace_pkgs; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: module_and_namespace_package; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: module_and_namespace_package_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: a_test; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: child; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: child_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: child1; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: child1_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: child2; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: child2_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: foo; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: foo_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: foo1; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: foo1_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: foo2; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: foo2_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: foo3; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: foo3_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: frozen; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: frozen_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: source; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: source_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: extension; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: extension_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: import_; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: import__pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_email; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test_email_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: data2; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: turtledemo; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: turtledemo_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: xml; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: xml_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: dom; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: dom_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: etree; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: etree_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: parsers; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: parsers_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: sax; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: sax_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: email; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: email_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: mime; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: mime_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: urllib; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: urllib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: encodings; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: encodings_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: pydoc_data; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: pydoc_data_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: msilib; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: msilib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: xmlrpc; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: xmlrpc_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: unittest; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: unittest_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test4; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: test4_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: testmock; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: testmock_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: collections; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: collections_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: importlib; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: importlib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: distutils; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: distutils_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: command; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: command_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tests1; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tests1_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: dbm; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: dbm_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: TkDLLs; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: include; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: libs; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tcl; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tk8.6; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: ttk; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: msgs; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: images; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: demos; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: images1; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tix8.4.3; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: pref; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: demos1; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: samples; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: bitmaps; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: bitmaps1; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: thread2.7.0; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tdbcsqlite1.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tdbcpostgres1.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tdbcodbc1.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tdbcmysql1.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tdbc1.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tcl8.6; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tzdata; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: US; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Pacific; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: SystemV; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Mexico; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Indian; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Europe; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Etc; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Chile; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Canada; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Atlantic; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Brazil; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Australia; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Asia; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Arctic; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Antarctica; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: America; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: North_Dakota; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Kentucky; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Indiana; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Argentina; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Africa; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: opt0.4; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: msgs1; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: http1.0; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: encoding; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: _8.6; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: tdbc; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: _8.5; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: _8.4; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: platform; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: sqlite33.8.0; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: reg1.3; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: itcl4.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: dde1.4; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: i18n; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: i18n_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: pynche; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: pynche_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Scripts; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: Scripts_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: pydocgui.pyw; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: documentation; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: REGISTRY.doc; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: REGISTRY; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: REGISTRY.ensurepip; Installed: Local; Request: Absent; Action: Null; Client State: Not Used MSI (s) (9C:9C) [21:23:38:147]: Component: REGISTRY.def; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: REGISTRY.tcl; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: C_CENTRAL_msvcr100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC; Installed: Local; Request: Absent; Action: Null; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: C_CENTRAL_msvcp100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC; Installed: Local; Request: Absent; Action: Null; Client State: Local MSI (s) (9C:9C) [21:23:38:147]: Component: __Lib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __asyncio65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __idlelib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __idle_test65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __concurrent65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __futures65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __http65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __sqlite365; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __html65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __lib2to365; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __pgen265; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __tests65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __data65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __fixers65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __myfixes65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __fixes65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __tkinter65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test165; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test_tkinter65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test_ttk65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __wsgiref65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __venv65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __json65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __curses65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __multiprocessing65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __dummy65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __ensurepip65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __logging65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __ctypes65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test265; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __macholib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test365; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test_asyncio65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __support65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __encoded_modules65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __tracedmodules65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __crashers65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __leakers65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __subprocessdata65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test_json65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test_importlib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __builtin65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __module_and_namespace_package65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __child65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __child165; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __child265; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __foo65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __foo165; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __foo265; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __foo365; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __frozen65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __source65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __extension65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __import_65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test_email65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __turtledemo65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __xml65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __dom65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __etree65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __parsers65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __sax65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __email65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __mime65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __urllib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __encodings65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __pydoc_data65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __msilib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __xmlrpc65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __unittest65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __test465; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __testmock65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __collections65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __importlib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __distutils65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __command65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __tests165; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __dbm65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __i18n65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __pynche65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __Scripts65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __TARGETDIR65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __python.exe65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __pythonw.exe65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __REGISTRY.doc65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __REGISTRY65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __REGISTRY.doc66; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __REGISTRY.ensurepip65; Installed: Null; Request: Absent; Action: Null; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __REGISTRY66; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __REGISTRY.tcl65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Component: __REGISTRY.def65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:9C) [21:23:38:147]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:9C) [21:23:38:147]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:9C) [21:23:38:163]: Note: 1: 2262 2: PublishComponent 3: -2147287038 MSI (s) (9C:9C) [21:23:38:163]: Note: 1: 2262 2: SelfReg 3: -2147287038 MSI (s) (9C:9C) [21:23:38:163]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:9C) [21:23:38:163]: Note: 1: 2262 2: Font 3: -2147287038 MSI (s) (9C:9C) [21:23:38:163]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:9C) [21:23:38:163]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (s) (9C:9C) [21:23:38:163]: Note: 1: 2262 2: DuplicateFile 3: -2147287038 MSI (s) (9C:9C) [21:23:38:163]: Note: 1: 2262 2: ReserveCost 3: -2147287038 MSI (s) (9C:9C) [21:23:42:679]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'. MSI (s) (9C:9C) [21:23:42:679]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:9C) [21:23:42:679]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:9C) [21:23:42:679]: Note: 1: 2262 2: PublishComponent 3: -2147287038 MSI (s) (9C:9C) [21:23:42:679]: Note: 1: 2262 2: SelfReg 3: -2147287038 MSI (s) (9C:9C) [21:23:42:679]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:9C) [21:23:42:679]: Note: 1: 2262 2: Font 3: -2147287038 MSI (s) (9C:9C) [21:23:42:679]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:9C) [21:23:42:679]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (s) (9C:9C) [21:23:42:679]: Note: 1: 2727 2: MSI (s) (9C:9C) [21:23:42:679]: Note: 1: 2205 2: 3: FilesInUse MSI (s) (9C:9C) [21:23:42:710]: Note: 1: 2727 2: Action ended 21:23:42: InstallValidate. Return value 1. MSI (s) (9C:9C) [21:23:42:710]: Doing action: InstallInitialize Action 21:23:42: InstallInitialize. Action start 21:23:42: InstallInitialize. MSI (s) (9C:9C) [21:23:42:710]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:9C) [21:23:42:710]: User policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:9C) [21:23:42:710]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:42:710]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:42:710]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD Action 21:23:42: GenerateScript. Generating script operations for action: GenerateScript: InstallInitialize MSI (s) (9C:9C) [21:23:42:726]: PROPERTY CHANGE: Deleting ProductToBeRegistered property. Its current value is '1'. MSI (s) (9C:9C) [21:23:42:726]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:42:726]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:9C) [21:23:42:726]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:9C) [21:23:42:726]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:9C) [21:23:42:726]: 'python_icon.exe' icon will be removed. MSI (s) (9C:9C) [21:23:42:726]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:42:726]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD Action ended 21:23:42: InstallInitialize. Return value 1. MSI (s) (9C:9C) [21:23:42:726]: Doing action: RemoveExistingProducts Action 21:23:42: RemoveExistingProducts. Removing applications Action start 21:23:42: RemoveExistingProducts. MSI (s) (9C:9C) [21:23:42:726]: Skipping RemoveExistingProducts action: current configuration is maintenance mode or an uninstall Action ended 21:23:42: RemoveExistingProducts. Return value 0. MSI (s) (9C:9C) [21:23:42:726]: Skipping action: AllocateRegistrySpace (condition is false) MSI (s) (9C:9C) [21:23:42:726]: Doing action: ProcessComponents Action 21:23:42: ProcessComponents. Updating component registration Action start 21:23:42: ProcessComponents. 1: Updating component registration Action ended 21:23:42: ProcessComponents. Return value 1. MSI (s) (9C:9C) [21:23:42:882]: Doing action: UnpublishComponents Action 21:23:42: UnpublishComponents. Unpublishing Qualified Components Action start 21:23:42: UnpublishComponents. MSI (s) (9C:9C) [21:23:42:882]: Note: 1: 2262 2: PublishComponent 3: -2147287038 Action ended 21:23:42: UnpublishComponents. Return value 1. MSI (s) (9C:9C) [21:23:42:882]: Doing action: MsiUnpublishAssemblies Action 21:23:42: MsiUnpublishAssemblies. Unpublishing assembly information Action start 21:23:42: MsiUnpublishAssemblies. Action ended 21:23:42: MsiUnpublishAssemblies. Return value 1. MSI (s) (9C:9C) [21:23:42:882]: Doing action: UnpublishFeatures Action 21:23:42: UnpublishFeatures. Unpublishing Product Features Action start 21:23:42: UnpublishFeatures. MSI (s) (9C:9C) [21:23:42:898]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD UnpublishFeatures: Feature: Unpublishing Product Features Action ended 21:23:42: UnpublishFeatures. Return value 1. MSI (s) (9C:9C) [21:23:42:898]: Doing action: StopServices Action 21:23:42: StopServices. Stopping services Action start 21:23:42: StopServices. MSI (s) (9C:9C) [21:23:42:898]: Note: 1: 2262 2: ServiceControl 3: -2147287038 Action ended 21:23:42: StopServices. Return value 1. MSI (s) (9C:9C) [21:23:42:898]: Doing action: DeleteServices Action 21:23:42: DeleteServices. Deleting services Action start 21:23:42: DeleteServices. MSI (s) (9C:9C) [21:23:42:913]: Note: 1: 2262 2: ServiceControl 3: -2147287038 Action ended 21:23:42: DeleteServices. Return value 1. MSI (s) (9C:9C) [21:23:42:913]: Doing action: UnregisterComPlus Action 21:23:42: UnregisterComPlus. Unregistering COM+ Applications and Components Action start 21:23:42: UnregisterComPlus. MSI (s) (9C:9C) [21:23:42:913]: Note: 1: 2262 2: Complus 3: -2147287038 Action ended 21:23:42: UnregisterComPlus. Return value 1. MSI (s) (9C:9C) [21:23:42:913]: Doing action: SelfUnregModules Action 21:23:42: SelfUnregModules. Unregistering modules Action start 21:23:42: SelfUnregModules. MSI (s) (9C:9C) [21:23:42:913]: Note: 1: 2262 2: SelfReg 3: -2147287038 Action ended 21:23:42: SelfUnregModules. Return value 1. MSI (s) (9C:9C) [21:23:42:913]: Doing action: UnregisterTypeLibraries Action 21:23:42: UnregisterTypeLibraries. Unregistering type libraries Action start 21:23:42: UnregisterTypeLibraries. MSI (s) (9C:9C) [21:23:42:913]: Note: 1: 2262 2: TypeLib 3: -2147287038 Action ended 21:23:42: UnregisterTypeLibraries. Return value 1. MSI (s) (9C:9C) [21:23:42:929]: Doing action: RemoveODBC Action 21:23:42: RemoveODBC. Removing ODBC components Action start 21:23:42: RemoveODBC. MSI (s) (9C:9C) [21:23:42:929]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038 MSI (s) (9C:9C) [21:23:42:929]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038 MSI (s) (9C:9C) [21:23:42:929]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 MSI (s) (9C:9C) [21:23:42:929]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 MSI (s) (9C:9C) [21:23:42:929]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:9C) [21:23:42:929]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:9C) [21:23:42:929]: Note: 1: 2711 2: ODBCDriverManager 1: Removing ODBC components MSI (s) (9C:9C) [21:23:42:929]: Note: 1: 2711 2: ODBCDriverManager64 Action ended 21:23:42: RemoveODBC. Return value 1. MSI (s) (9C:9C) [21:23:42:929]: Doing action: UnregisterFonts Action 21:23:42: UnregisterFonts. Unregistering fonts Action start 21:23:42: UnregisterFonts. MSI (s) (9C:9C) [21:23:42:944]: Note: 1: 2262 2: Font 3: -2147287038 Action ended 21:23:42: UnregisterFonts. Return value 1. MSI (s) (9C:9C) [21:23:42:944]: Doing action: RemoveRegistryValues Action 21:23:42: RemoveRegistryValues. Removing system registry values Action start 21:23:42: RemoveRegistryValues. RemoveRegistryValues: Key: Removing system registry values, Name: MSI (s) (9C:9C) [21:23:42:960]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038 Action ended 21:23:42: RemoveRegistryValues. Return value 1. MSI (s) (9C:9C) [21:23:42:960]: Doing action: UnregisterClassInfo Action 21:23:42: UnregisterClassInfo. Unregister Class servers Action start 21:23:42: UnregisterClassInfo. MSI (s) (9C:9C) [21:23:42:960]: Note: 1: 2262 2: Class 3: -2147287038 Action ended 21:23:42: UnregisterClassInfo. Return value 1. MSI (s) (9C:9C) [21:23:42:960]: Doing action: UnregisterExtensionInfo Action 21:23:42: UnregisterExtensionInfo. Unregistering extension servers Action start 21:23:42: UnregisterExtensionInfo. MSI (s) (9C:9C) [21:23:42:960]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:23:42: UnregisterExtensionInfo. Return value 1. MSI (s) (9C:9C) [21:23:42:960]: Doing action: UnregisterProgIdInfo Action 21:23:42: UnregisterProgIdInfo. Unregistering program identifiers Action start 21:23:42: UnregisterProgIdInfo. MSI (s) (9C:9C) [21:23:42:976]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:9C) [21:23:42:976]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:9C) [21:23:42:976]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:9C) [21:23:42:976]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:23:42: UnregisterProgIdInfo. Return value 1. MSI (s) (9C:9C) [21:23:42:976]: Doing action: UnregisterMIMEInfo Action 21:23:42: UnregisterMIMEInfo. Unregistering MIME info Action start 21:23:42: UnregisterMIMEInfo. MSI (s) (9C:9C) [21:23:42:976]: Note: 1: 2262 2: MIME 3: -2147287038 MSI (s) (9C:9C) [21:23:42:976]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:23:42: UnregisterMIMEInfo. Return value 1. MSI (s) (9C:9C) [21:23:42:976]: Doing action: RemoveIniValues Action 21:23:42: RemoveIniValues. Removing INI files entries Action start 21:23:42: RemoveIniValues. MSI (s) (9C:9C) [21:23:42:976]: Note: 1: 2262 2: RemoveIniFile 3: -2147287038 Action ended 21:23:42: RemoveIniValues. Return value 1. MSI (s) (9C:9C) [21:23:42:976]: Doing action: RemoveShortcuts Action 21:23:42: RemoveShortcuts. Removing shortcuts Action start 21:23:42: RemoveShortcuts. RemoveShortcuts: Shortcut: Removing shortcuts Action ended 21:23:42: RemoveShortcuts. Return value 1. MSI (s) (9C:9C) [21:23:42:991]: Doing action: RemoveEnvironmentStrings Action 21:23:42: RemoveEnvironmentStrings. Updating environment strings Action start 21:23:42: RemoveEnvironmentStrings. RemoveEnvironmentStrings: Name: Updating environment strings, Value: , Action Action ended 21:23:42: RemoveEnvironmentStrings. Return value 1. MSI (s) (9C:9C) [21:23:42:991]: Doing action: RemoveDuplicateFiles Action 21:23:42: RemoveDuplicateFiles. Removing duplicated files Action start 21:23:42: RemoveDuplicateFiles. Action ended 21:23:42: RemoveDuplicateFiles. Return value 1. MSI (s) (9C:9C) [21:23:42:991]: Doing action: RemovePip Action 21:23:42: RemovePip. Action start 21:23:43: RemovePip. RemovePip: Action ended 21:23:43: RemovePip. Return value 1. MSI (s) (9C:9C) [21:23:43:007]: Doing action: RemoveFiles Action 21:23:43: RemoveFiles. Removing files Action start 21:23:43: RemoveFiles. RemoveFiles: File: Removing files, Directory: MSI (s) (9C:9C) [21:23:44:163]: Counted 1 foreign folders to be removed. MSI (s) (9C:9C) [21:23:44:163]: Removing foreign folder: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\ Action ended 21:23:44: RemoveFiles. Return value 1. MSI (s) (9C:9C) [21:23:44:179]: Doing action: RemoveFolders Action 21:23:44: RemoveFolders. Removing folders Action start 21:23:44: RemoveFolders. MSI (s) (9C:9C) [21:23:44:210]: Note: 1: 2262 2: LockPermissions 3: -2147287038 RemoveFolders: Folder: Removing folders Action ended 21:23:44: RemoveFolders. Return value 1. MSI (s) (9C:9C) [21:23:44:226]: Doing action: CreateFolders Action 21:23:44: CreateFolders. Creating folders Action start 21:23:44: CreateFolders. MSI (s) (9C:9C) [21:23:44:241]: Note: 1: 2262 2: LockPermissions 3: -2147287038 Action ended 21:23:44: CreateFolders. Return value 1. MSI (s) (9C:9C) [21:23:44:241]: Doing action: MoveFiles Action 21:23:44: MoveFiles. Moving files Action start 21:23:44: MoveFiles. Action ended 21:23:44: MoveFiles. Return value 1. MSI (s) (9C:9C) [21:23:44:241]: Doing action: InstallFiles Action 21:23:44: InstallFiles. Copying new files Action start 21:23:44: InstallFiles. MSI (s) (9C:9C) [21:23:44:257]: Dumping binary patch manager data... MSI (s) (9C:9C) [21:23:44:257]: The file represented by File table key 'GB' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:257]: The file represented by File table key 'py.ico' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:257]: The file represented by File table key 'python.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:257]: The file represented by File table key 'README.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:257]: The file represented by File table key 'NEWS.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:257]: The file represented by File table key 'LICENSE.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:257]: The file represented by File table key 'pythonw.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:257]: The file represented by File table key 'py.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'pyw.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'python34.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'msvcr100.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'weakref.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'colorsys.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'operator.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'linecache.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'sched.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'enum.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'locale.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'netrc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'getpass.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'aifc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key '_pyio.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'binhex.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:273]: The file represented by File table key 'abc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'opcode.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'doctest.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'reprlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'tarfile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'asynchat.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'string.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'copyreg.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'traceback.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'imaplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'fractions.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'bz2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'sre_compile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:288]: The file represented by File table key 'argparse.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'poplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'mimetypes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'tabnanny.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key '_weakrefset.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'hashlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'getopt.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'uuid.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'fileinput.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'tracemalloc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'modulefinder.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'inspect.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'sysconfig.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:304]: The file represented by File table key 'ast.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'trace.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'pickletools.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'token.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'sre_parse.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'copy.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'smtpd.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'pprint.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key '_osx_support.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'plistlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'cProfile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'telnetlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'socket.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key '_compat_pickle.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'shelve.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'random.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:319]: The file represented by File table key 'difflib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'stringprep.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'keyword.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'asyncore.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'macpath.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key '_dummy_thread.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'tempfile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'compileall.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'glob.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'warnings.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'queue.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'calendar.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'platform.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'optparse.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'pickle.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'shutil.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:335]: The file represented by File table key 'bisect.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'py_compile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'sunau.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'cmd.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'timeit.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'nturl2path.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'datetime.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'heapq.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'configparser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'pipes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'code.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:351]: The file represented by File table key 'sre_constants.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key 'hmac.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key 'rlcompleter.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key 'dis.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key 'quopri.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key 'pkgutil.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key '__phello__.foo.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key 'symtable.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key 'base64.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key 'ssl.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key 'selectors.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key 'tty.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:366]: The file represented by File table key '_markupbase.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'pdb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'pstats.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'nntplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'io.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'statistics.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'ftplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'imghdr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'pyclbr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'cgitb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'functools.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'ipaddress.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'sndhdr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:382]: The file represented by File table key 'textwrap.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'subprocess.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'types.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'pydoc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'csv.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'chunk.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'crypt.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'struct.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'turtle.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'xdrlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'runpy.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'shlex.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:398]: The file represented by File table key 'cgi.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key '_strptime.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'site.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'tokenize.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'symbol.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'formatter.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'smtplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'gzip.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'codecs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'genericpath.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'mailcap.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'threading.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'this.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'gettext.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'mailbox.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'fnmatch.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:413]: The file represented by File table key 'codeop.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'uu.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'dummy_threading.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'filecmp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 're.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'antigravity.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key '_bootlocale.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'ntpath.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'macurl2path.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'decimal.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'socketserver.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'profile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'os.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'numbers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'lzma.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'bdb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'posixpath.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key '_collections_abc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'zipfile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:429]: The file represented by File table key 'webbrowser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key 'wave.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key 'contextlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key '_sitebuiltins.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key 'stat.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key 'pathlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key 'pty.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key 'imp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key '__future__.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key '_threading_local.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key 'test_utils.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key 'locks.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:444]: The file represented by File table key 'protocols.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'constants.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'transports.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'proactor_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'unix_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'base_subprocess.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'subprocess.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key '__init__.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'tasks.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'streams.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'log.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'selector_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:460]: The file represented by File table key 'events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'futures.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'base_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'windows_utils.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'queues.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'windows_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'README.txt.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'IOBinding.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'GrepDialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'config_keys.def' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'WindowList.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'idle.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:476]: The file represented by File table key 'RstripExtension.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'aboutDialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'ColorDelegator.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'NEWS.txt.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'SearchDialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'SearchDialogBase.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'RemoteObjectBrowser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'configSectionNameDialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'PyShell.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'MultiCall.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'README.txt.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'help.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'FormatParagraph.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'config_extensions.def' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'AutoExpand.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'MultiStatusBar.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'CREDITS.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:491]: The file represented by File table key 'CallTips.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'AutoCompleteWindow.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'textView.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'dynOptionMenuWidget.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'ToolTip.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'configDialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key '__main__.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'extend.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'Bindings.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'ScriptBinding.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'run.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'keybindingDialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:507]: The file represented by File table key 'config_main.def' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'HISTORY.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'TODO.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'tabbedpages.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'idlever.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'CodeContext.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'Delegator.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'ClassBrowser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key '__init__.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'rpc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'RemoteDebugger.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'AutoComplete.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'SearchEngine.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'ParenMatch.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'Debugger.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'config_highlight.def' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'WidgetRedirector.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'macosxSupport.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'ScrolledList.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'CallTipWindow.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'PathBrowser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:523]: The file represented by File table key 'testcode.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'FileList.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'idle.bat' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'HyperParser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'OutputWindow.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'ChangeLog' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'configHelpSourceEdit.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'configHandler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'StackViewer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'ObjectBrowser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'TreeWidget.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'idle.pyw' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:538]: The file represented by File table key 'PyParse.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'UndoDelegator.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'Percolator.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'EditorWindow.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'IdleHistory.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'ZoomHeight.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'ReplaceDialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'test_delegator.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'test_warning.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'test_rstrip.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'test_text.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'mock_idle.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'test_formatparagraph.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key '__init__.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'test_config_name.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'htest.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'test_calltips.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'test_grep.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'mock_tk.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:554]: The file represented by File table key 'test_searchengine.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'test_pathbrowser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'README.txt.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'test_idlehistory.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'openfolder.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'plusnode.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'idle_32.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'idle_48.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'idle_16.png' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'idle.ico' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'minusnode.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'tk.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'idle_32.png' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'idle_16.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'python.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'folder.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'idle.icns' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'idle_48.png' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key '__init__.py.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'process.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key 'thread.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:569]: The file represented by File table key '__init__.py.4' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key '_base.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'client.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'cookies.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'cookiejar.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'server.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key '__init__.py.5' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'dbapi2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'dump.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key '__init__.py.6' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'dbapi.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'dump.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'regression.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'userfunctions.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key '__init__.py.7' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'factory.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'types.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'transactions.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'hooks.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'parser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key '__init__.py.8' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'entities.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:585]: The file represented by File table key 'pygram.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'btm_utils.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'main.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'pytree.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'patcomp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key '__main__.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'fixer_util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key '__init__.py.9' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'btm_matcher.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'fixer_base.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'Grammar.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'PatternGrammar.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'refactor.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'token.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'conv.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'tokenize.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'pgen.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key '__init__.py.10' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'driver.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'parse.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'literals.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:601]: The file represented by File table key 'grammar.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'test_parser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key '__init__.py.11' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'test_main.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'test_refactor.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'test_all_fixers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'support.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'pytree_idempotency.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'test_util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'test_fixers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'test_pytree.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'different_encoding.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'bom.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'infinite_recursion.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'crlf.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'false_encoding.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'py3_test_grammar.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'README.txt.4' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'py2_test_grammar.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'parrot_example.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'no_fixer_cls.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:616]: The file represented by File table key 'bad_order.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_preorder.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_explicit.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_first.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key '__init__.py.12' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_last.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_parrot.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_import.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_urllib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_except.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_itertools_imports.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_dict.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_future.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_basestring.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_execfile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_imports2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_asserts.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_raw_input.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_nonzero.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_isinstance.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:632]: The file represented by File table key 'fix_idioms.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_zip.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_next.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_funcattrs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_itertools.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_callable.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_standarderror.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_map.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_exec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_intern.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_xrange.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_getcwdu.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_apply.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_imports.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_reduce.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_paren.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_operator.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_xreadlines.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_long.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_sys_exc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:648]: The file represented by File table key 'fix_input.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_tuple_params.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_filter.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_numliterals.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_renames.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_throw.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_buffer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_set_literal.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_methodattrs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_ne.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_repr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_types.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_raise.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_has_key.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_metaclass.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key 'fix_ws_comma.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:663]: The file represented by File table key '__init__.py.13' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'fix_exitfunc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'fix_reload.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'fix_print.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'fix_unicode.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key '_fix.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'ttk.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'messagebox.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'font.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'constants.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'dnd.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'tix.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key '__main__.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key '__init__.py.14' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:679]: The file represented by File table key 'simpledialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'dialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'colorchooser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'filedialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'commondialog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'scrolledtext.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'runtktests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'support.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key '__init__.py.15' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'README.txt.5' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'widget_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'test_widgets.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'test_font.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'test_variables.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'test_text.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'test_geometry_managers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'test_misc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key '__init__.py.16' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'test_loadtk.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'test_style.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:694]: The file represented by File table key 'test_extensions.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'test_functions.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'test_widgets.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key '__init__.py.17' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'simple_server.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key '__init__.py.18' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'headers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'handlers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'validate.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key '__main__.py.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key '__init__.py.19' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'Activate.ps1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'activate.bat' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'deactivate.bat' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'activate' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'activate.fish' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'activate.csh' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'tool.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'scanner.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'decoder.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key '__init__.py.20' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:710]: The file represented by File table key 'encoder.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'has_key.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'ascii.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'textpad.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key '__init__.py.21' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'panel.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'sharedctypes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'context.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'resource_sharer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'spawn.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'synchronize.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'reduction.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'util.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key 'popen_forkserver.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:726]: The file represented by File table key '__init__.py.22' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'process.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'connection.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'popen_fork.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'semaphore_tracker.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'pool.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'heap.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'popen_spawn_win32.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'managers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'queues.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'popen_spawn_posix.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'forkserver.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'connection.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key '__init__.py.23' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key '__main__.py.4' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key '_uninstall.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key '__init__.py.24' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'setuptools_2.1_py2.py3_none_any.whl' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'pip_1.5.6_py2.py3_none_any.whl' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'config.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key 'handlers.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:741]: The file represented by File table key '__init__.py.25' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key '_endian.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'util.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key '__init__.py.26' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'wintypes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_functions.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_values.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_python_api.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_pointers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_frombuffer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_refcounts.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_as_parameter.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_pickling.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_cfuncs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_byteswap.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_numbers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_macholib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_integers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:757]: The file represented by File table key 'test_win32.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_sizes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_random_things.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_bitfields.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_keeprefs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_struct_fields.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_pep3118.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_stringptr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_loading.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_incomplete.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_funcptr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_parameters.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_unaligned_structures.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_repr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:773]: The file represented by File table key 'test_bytes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_buffers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_prototypes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_simplesubclasses.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_varsize_struct.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_callbacks.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'runtests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_checkretval.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_array_in_pointer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_returnfuncptrs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_errno.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_slicing.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_delattr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_init.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:788]: The file represented by File table key 'test_strings.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_unicode.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_wintypes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_objects.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_internals.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_libc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key '__init__.py.27' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_anon.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_structures.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_errcheck.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_cast.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_arrays.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_memfunctions.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'test_find.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:804]: The file represented by File table key 'fetch_macholib' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'README.ctypes' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key '__init__.py.28' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'dyld.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'framework.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'dylib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'fetch_macholib.bat' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'test_codecencodings_hk.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'test_parser.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'test_ttk_textonly.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'badsyntax_future3.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'badsyntax_future8.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'test___future__.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:819]: The file represented by File table key 'test_compileall.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_strftime.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_tuple.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_resource.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_codecmaps_tw.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_epoll.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_pty.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_normalization.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'outstanding_bugs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_subprocess.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_codecs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_socketserver.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_webbrowser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_pwd.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_grammar.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_htmlparser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_getopt.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_bool.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_startfile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_print.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:835]: The file represented by File table key 'test_format.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'test_tracemalloc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'audiotest.au' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'list_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'keycert3.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'sortperf.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'profilee.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'test_zlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'test_idle.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'badsyntax_future10.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'test_pep3131.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'check_soundcard.vbs' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'test_nis.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:851]: The file represented by File table key 'test_pkgimport.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_fileio.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_sunau.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_threaded_import.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'badsyntax_future5.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_multiprocessing_fork.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_logging.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_strlit.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_ctypes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_urllib_response.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'dis_module.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_httpservers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'keycert.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_int.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_extcall.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'empty.vbs' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_timeit.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_telnetlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:866]: The file represented by File table key 'test_lib2to3.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_copyreg.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_descrtut.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_codecencodings_cn.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_codecencodings_kr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_urllib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'pydocfodder.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_urlparse.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_contains.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'time_hashlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_pickle.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'ssl_cert.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'inspect_fodder2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'revocation.crl' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_robotparser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_platform.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_buffer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'mapping_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_future5.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:882]: The file represented by File table key 'test_genexps.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_pdb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_sort.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_sys_setprofile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_multibytecodec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_hashlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'inspect_fodder.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_cmd.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_list.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_generators.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_zipfile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_winreg.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_iter.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_zipfile64.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_datetime.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'badcert.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_runpy.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_stat.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_codecencodings_jp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_gdb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_cmd_line.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:898]: The file represented by File table key 'test_tk.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_time.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_univnewlines.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_imp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_macurl2path.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_fork1.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key '_test_multiprocessing.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_pep3151.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_charmapcodec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_rlcompleter.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_string.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_eof.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_lzma.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_xmlrpc_net.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_asyncore.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_types.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_devpoll.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_decorators.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_hash.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:913]: The file represented by File table key 'test_signal.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_msilib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_base64.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_dbm.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_enumerate.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_dbm_dumb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'https_svn_python_org_root.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_deque.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'mailcap.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_pstats.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_zipimport.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_doctest.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_binop.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'warning_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_stringprep.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_imghdr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_sys.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_tokenize.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'pyclbr_input.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_tarfile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_pickletools.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:929]: The file represented by File table key 'test_timeout.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'test_difflib_expect.html' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'fork_wait.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'zip_cp437_header.zip' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'test_xml_etree_c.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key '__main__.py.5' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'test_cgitb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'test_configparser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'doctest_aliases.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'test_curses.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'badsyntax_pep3120.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'zipdir.zip' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'test_defaultdict.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'test_float.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'test_exceptions.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'test_httplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:944]: The file represented by File table key 'badsyntax_future4.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'test_multiprocessing_main_handling.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'test_heapq.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'test_venv.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'test__locale.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'test_xml_etree.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'script_helper.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'test_userlist.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'pydoc_mod.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'keycert4.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'test_cgi.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'test_wave.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'sample_doctest.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:960]: The file represented by File table key 'test_capi.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_strptime.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_pow.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_future4.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_ttk_guionly.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_pep247.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_unary.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_ioctl.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_asynchat.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_collections.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_multiprocessing_forkserver.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_gzip.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_uuid.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'lock_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_bz2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_code.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:976]: The file represented by File table key 'test_doctest2.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_bigmem.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_xdrlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_traceback.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_codecencodings_tw.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_codecmaps_jp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test___all__.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_xmlrpc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_codecencodings_iso2022.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_plistlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_tools.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_metaclass.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_smtpd.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_modulefinder.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_struct.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_tcl.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_richcmp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_call.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'Sine_1000Hz_300ms.aif' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_support.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_wait3.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'sgml_input.html' has no eligible binary patches MSI (s) (9C:9C) [21:23:44:991]: The file represented by File table key 'test_enum.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_kqueue.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'cmath_testcases.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_zipimport_support.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_structseq.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'future_test1.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_argparse.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'sample_doctest_no_doctests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_distutils.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_ftplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'double_const.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_io.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'mime.types' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'pystone.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_aifc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'tokenize_tests_utf8_coding_cookie_and_no_utf8_bom_sig.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_mailbox.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_module.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'future_test2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'test_popen.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'badkey.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:007]: The file represented by File table key 'tokenize_tests_utf8_coding_cookie_and_utf8_bom_sig.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_sundry.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_macpath.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'sample_doctest_no_docstrings.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_codecmaps_kr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_gettext.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'pycakey.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_mimetypes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_pathlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_grp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_imaplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'randv2_32.pck' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_pkgutil.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'string_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_decimal.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_sys_settrace.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'tokenize_tests_latin1_coding_cookie_and_utf8_bom_sig.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'audiotests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'xmltests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_fractions.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'coding20731.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:023]: The file represented by File table key 'test_errno.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_pep292.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_shutil.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_int_literal.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key '__init__.py.29' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_threading_local.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_urllibnet.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_future.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_os.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_shlex.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_crypt.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_isinstance.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_ssl.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_index.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_multiprocessing_spawn.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_sysconfig.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_thread.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 're_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'final_b.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_codecmaps_hk.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_future3.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:038]: The file represented by File table key 'test_typechecks.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'badsyntax_future7.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'curses_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_codeccallbacks.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'exception_hierarchy.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_flufl.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_weakset.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_reprlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_bigaddrspace.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_unicodedata.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_dynamic.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_dummy_thread.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'relimport.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_listcomps.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_ast.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_pep380.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_memoryio.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_docxmlrpc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_setcomps.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_builtin.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'randv3.pck' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'keycert.passwd.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:054]: The file represented by File table key 'test_compare.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'test_contextlib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'win_console_handler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'regrtest.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'test_abc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'test_longexp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'test_cprofile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'test_property.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'test_faulthandler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'test_array.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'test_doctest.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'test_threadedtempfile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'test_profile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key '_185test.db' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'pickletester.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:069]: The file represented by File table key 'tokenize_tests_no_coding_cookie_and_utf8_bom_sig_only.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'nullbytecert.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_getpass.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'badsyntax_future6.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_smtpnet.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'seq_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'make_ssl_certs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_opcodes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_super.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_copy.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'pycacert.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_pprint.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_uu.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_urllib2net.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_descr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_wsgiref.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'bad_coding2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_bytes.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'pstats.pck' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_frame.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:085]: The file represented by File table key 'test_http_cookies.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'test_strtod.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'test_symtable.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'nokia.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'test_tempfile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'ssl_key.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'test_pep3120.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'testtar.tar' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'test_fnmatch.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'test_threading.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'ssl_servers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'test_finalization.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'test_crashers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:101]: The file represented by File table key 'test_marshal.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_operator.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'multibytecodec_support.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_numeric_tower.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'testcodec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_codeop.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_textwrap.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_py_compile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_ipaddress.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'ssltests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_ensurepip.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_quopri.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_doctest4.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'mock_socket.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'tf_inherit_check.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_dbm_gnu.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_memoryview.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_keyword.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'sha256.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_smtplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'threaded_import_hangers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_sax.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:116]: The file represented by File table key 'test_range.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_sqlite.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_dynamicclassattribute.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_pep352.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_unpack.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_netrc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_userstring.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'tokenize_tests.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_pep277.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_sndhdr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_pipes.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_wait4.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:132]: The file represented by File table key 'test_dummy_threading.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'test_poplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'test_random.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'test_sched.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'test_pydoc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'test_unittest.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'test_bisect.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'test_ossaudiodev.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'test_statistics.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'cfgparser.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'cfgparser.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'cfgparser.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'test_dis.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:148]: The file represented by File table key 'test_binascii.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'datetimetester.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'test_selectors.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'ieee754.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'floating_points.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'test_calendar.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'mp_fork_bomb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'test_pkg.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'test_optparse.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'test_global.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'test_unicode.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'test_site.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'test_class.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'test_itertools.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:163]: The file represented by File table key 'test_audioop.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'badsyntax_3131.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'test_nntplib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'test_ntpath.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'formatfloat_testcases.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'test_codecmaps_cn.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'test_posix.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'test_posixpath.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'test_concurrent_futures.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'test_complex.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'memory_watchdog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'test_functools.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:179]: The file represented by File table key 'test_socket.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_pyclbr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_code_module.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_doctest2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test__osx_support.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_trace.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'nullcert.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_poll.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_inspect.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'reperf.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_exception_variations.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_threadsignals.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_structmembers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'gdb_sample.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_genericpath.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_colorsys.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_scope.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_fcntl.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'autotest.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_iterlen.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_fileinput.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:194]: The file represented by File table key 'test_import.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_binhex.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'math_testcases.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_linecache.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'buffer_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_queue.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_cmath.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_re.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_compile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_peepholer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_largefile.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_unicode_file.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_shelve.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_html.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_dbm_ndbm.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_regrtest.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_abstract_numbers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_funcattrs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_http_cookiejar.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_file.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_urllib2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:210]: The file represented by File table key 'test_csv.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_pyexpat.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'badsyntax_future9.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_syntax.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_openpty.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_unpack_ex.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_dictviews.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_mmap.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_source_encoding.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_atexit.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_minidom.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_file_eintr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'keycert2.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_select.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_filecmp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_long.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'ssl_key.passwd.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'final_a.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test__opcode.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_slice.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_winsound.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:226]: The file represented by File table key 'test_mailcap.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_urllib2_localnet.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_osx_env.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_gc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'randv2_64.pck' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_set.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_hmac.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_bufio.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_cmd_line_script.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_ucn.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'bad_coding.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_userdict.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_weakref.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'bytecode_helper.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_locale.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_keywordonlyarg.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_glob.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_pulldom.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_math.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_doctest3.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'dh512.pem' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:241]: The file represented by File table key 'test_readline.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_dict.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_augassign.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_raise.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_xml_dom_minicompat.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_with.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_warnings.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_getargs2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_dictcomps.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_syslog.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_difflib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_transports.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key '__init__.py.30' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'pycacert.pem.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'echo3.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_proactor_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_unix_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_tasks.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_locks.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'test_windows_utils.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key 'echo.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:257]: The file represented by File table key '__main__.py.6' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'test_subprocess.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'test_queues.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'test_selector_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'test_base_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'test_streams.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'ssl_cert.pem.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'ssl_key.pem.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'keycert3.pem.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'echo2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'test_windows_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'test_events.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'test_futures.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key '__init__.py.31' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key '_6e88d7b8.0' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key '_99d0fa06.0' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key '_4e1295a3.0' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key '_5ed36f99.0' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:273]: The file represented by File table key 'module_iso_8859_1.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'module_koi8_r.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key '__init__.py.32' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.tiff' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.png' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.pbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.sgi' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.ras' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.jpg' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.ppm' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.bmp' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.gif.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:288]: The file represented by File table key 'python.pgm' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'ddCompare.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'dqPlus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'dqScaleB.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'ddCompareTotal.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'dqAbs.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'ddMaxMag.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'ddNextToward.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'ddDivide.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'dqMaxMag.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'multiply.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'abs.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:304]: The file represented by File table key 'ddScaleB.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:319]: The file represented by File table key 'ddClass.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:319]: The file represented by File table key 'shift.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:319]: The file represented by File table key 'subtract.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:319]: The file represented by File table key 'dqCompareSig.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:319]: The file represented by File table key 'decDouble.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:319]: The file represented by File table key 'samequantum.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:319]: The file represented by File table key 'maxmag.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:319]: The file represented by File table key 'dqOr.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:319]: The file represented by File table key 'dqRotate.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:319]: The file represented by File table key 'tointegral.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'dqCompareTotal.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'ddXor.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'dqCopySign.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'decSingle.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'dqCanonical.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'dqSameQuantum.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'min.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'dqCopyNegate.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'xor.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'ddNextMinus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'copy.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'randoms.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'log10.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:335]: The file represented by File table key 'dqSubtract.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'dqShift.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'dqFMA.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'testall.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'ddMinMag.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'reduce.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'comparetotmag.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'dqEncode.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'add.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'dqXor.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'ddEncode.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'dqLogB.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'invert.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'ddOr.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:351]: The file represented by File table key 'ddRemainder.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'dqBase.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'ddAnd.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'ddCopy.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'ddMinus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'ddInvert.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'dqMax.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'fma.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'and.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'dqDivide.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'ddMin.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'copyabs.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'dqReduce.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'ln.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'ddCopySign.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:366]: The file represented by File table key 'decQuad.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'nextminus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'ddShift.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'plus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'ddCopyNegate.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'clamp.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'ddSameQuantum.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'remainderNear.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'ddToIntegral.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'ddPlus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'rotate.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'ddMax.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'remainder.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'dqRemainder.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:382]: The file represented by File table key 'quantize.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'dqMultiply.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'dqMinMag.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'max.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'extra.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'copysign.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'compare.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'squareroot.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'dqAdd.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'dqClass.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'ddCompareTotalMag.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'dqDivideInt.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'ddAbs.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'base.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:398]: The file represented by File table key 'ddCompareSig.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'ddDivideInt.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'dqQuantize.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'dqCompare.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'dqToIntegral.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'dqRemainderNear.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'dqCopy.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'randomBound32.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'ddBase.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'dqCompareTotalMag.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'dsEncode.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'rounding.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'exp.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:413]: The file represented by File table key 'ddQuantize.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'comparetotal.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'minmag.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'nexttoward.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'dqNextMinus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'ddReduce.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'ddAdd.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'or.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'tointegralx.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'dqMin.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'dqNextToward.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'ddNextPlus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'minus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:429]: The file represented by File table key 'divide.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'dqMinus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'inexact.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'powersqrt.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'dqAnd.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'copynegate.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'rescale.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'divideint.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'ddCanonical.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'ddCopyAbs.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'ddFMA.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'scaleb.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'dsBase.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'ddRotate.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'ddSubtract.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:444]: The file represented by File table key 'dqNextPlus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'dqInvert.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'logb.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'power.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'dqCopyAbs.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'ddMultiply.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'ddLogB.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'ddRemainderNear.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'class.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'nextplus.decTest' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'sndhdr.aifc' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'sndhdr.au' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'sndhdr.wav' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'sndhdr.aiff' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'sndhdr.voc' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:460]: The file represented by File table key 'sndhdr.8svx' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'sndhdr.hcom' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'README.txt.6' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'sndhdr.sndt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'testmod.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key '__init__.py.33' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'mutation_inside_cyclegc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'bogus_code_obj.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'infinite_loop_re.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'trace_at_recursion_limit.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'README.txt.7' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'underlying_dict.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'recursive_call.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'gc_inspection.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'gbk_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'big5.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'gb2312.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'iso2022_jp.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'euc_jisx0213_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:476]: The file represented by File table key 'euc_kr.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'iso2022_kr.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'iso2022_kr_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'shift_jisx0213_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'gbk.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'big5hkscs.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'big5hkscs_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'euc_kr_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'shift_jis.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'euc_jisx0213.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'iso2022_jp_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'cp949.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'euc_jp.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'gb18030.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:491]: The file represented by File table key 'hz_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'cp949_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'gb2312_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'big5_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'johab_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'hz.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'euc_jp_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'gb18030_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'johab.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'shift_jisx0213.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'shift_jis_utf8.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'test_selftype.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key '__init__.py.34' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'README.txt.8' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'test_ctypes.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:507]: The file represented by File table key 'qgrep.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'fd_status.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'input_reader.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'sigchild_ignore.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'qcat.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'test_tool.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'test_unicode.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'test_recursion.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'test_enum.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'test_dump.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key '__main__.py.7' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'test_fail.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'test_float.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'test_separators.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:523]: The file represented by File table key 'test_pass1.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key '__init__.py.35' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'test_scanstring.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'test_speedups.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'test_decode.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'test_pass3.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'test_pass2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'test_default.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'test_encode_basestring_ascii.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'test_indent.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'test.xml' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'simple.xml' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'simple_ns.xml' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'test.xml.out' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:538]: The file represented by File table key 'README.txt.9' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm24.au' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm8.wav' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm8.aiff' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm32.wav' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm32.aiff' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm24.aiff' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm16.aiff' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_ulaw.aifc' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm16.au' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm24.wav' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm8.au' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_alaw.aifc' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_ulaw.au' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm32.au' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'pluck_pcm16.wav' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:554]: The file represented by File table key 'test_namespace_pkgs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key '__main__.py.8' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'test_abc.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'util.py.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key '__init__.py.36' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'regrtest.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'abc.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'test_util.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'test_spec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'test_api.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'test_windows.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'test_locks.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'test_finder.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:569]: The file represented by File table key 'util.py.4' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key '__init__.py.37' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'test_loader.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'nested_portion1.zip' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'top_level_portion1.zip' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'missing_directory.zip' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'a_test.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'empty' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'three.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'one.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'two.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'two.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'one.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'one.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key '__init__.py.38' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'one.py.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'two.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key 'test_finder.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:585]: The file represented by File table key '__init__.py.39' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'test_loader.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'test_case_sensitivity.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'util.py.5' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'test_path_hook.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'test_file_loader.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'test_source_encoding.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key '__init__.py.40' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'test_finder.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'test_case_sensitivity.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'util.py.6' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'test_path_hook.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key '__init__.py.41' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'test_loader.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:601]: The file represented by File table key 'test_finder.py.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test_path.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test_packages.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test_meta_path.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test___loader__.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'util.py.7' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key '__init__.py.42' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test_api.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test_relative_imports.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test_caching.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test_fromlist.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test___package__.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test_asian_codecs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test_generator.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:616]: The file represented by File table key 'test_defect_handling.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test_parser.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test_inversion.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key '__main__.py.9' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test_policy.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test_contentmanager.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key '__init__.py.43' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test_message.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test_email.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test__header_value_parser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test_pickleable.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'torture_test.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test_headerregistry.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test_utils.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'test__encoded_words.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'msg_06.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'msg_20.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'PyBanner048.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'msg_01.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'msg_32.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:632]: The file represented by File table key 'msg_14.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_23.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_40.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_42.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_03.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_27.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_18.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_17.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_30.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_16.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_37.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_21.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_41.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_28.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_24.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:648]: The file represented by File table key 'msg_13.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_46.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_22.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_31.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_11.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_35.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_33.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_34.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_07.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_08.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_09.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_29.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_44.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_12.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_19.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_36.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_45.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_15.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:663]: The file represented by File table key 'msg_43.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'msg_05.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'msg_39.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'msg_02.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'msg_10.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'audiotest.au.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'msg_25.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'msg_12a.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'msg_04.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'msg_26.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'msg_38.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'clock.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'two_canvases.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key '__init__.py.44' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'colormixer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'about_turtledemo.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'peace.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'chaos.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'yinyang.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:679]: The file represented by File table key 'wikipedia.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'bytedesign.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'paint.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'turtle.cfg' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key '__main__.py.10' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'demohelp.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'planet_and_moon.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'forest.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'minimal_hanoi.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'lindenmayer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'round_dance.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'fractalcurves.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'tree.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'about_turtle.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'nim.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'penrose.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key '__init__.py.45' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'domreg.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'pulldom.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key '__init__.py.46' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'minidom.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:694]: The file represented by File table key 'NodeFilter.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'expatbuilder.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'xmlbuilder.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'minicompat.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'ElementTree.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'ElementInclude.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key '__init__.py.47' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'ElementPath.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'cElementTree.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'expat.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key '__init__.py.48' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'handler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'saxutils.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key '__init__.py.49' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'expatreader.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key '_exceptions.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'xmlreader.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'policy.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key '_policybase.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'base64mime.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'errors.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key 'contentmanager.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:710]: The file represented by File table key '_header_value_parser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'encoders.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'feedparser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'header.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key '_parseaddr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'charset.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'utils.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'architecture.rst' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'message.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'headerregistry.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'iterators.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key '_encoded_words.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key '__init__.py.50' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'parser.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'quoprimime.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'generator.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'nonmultipart.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'message.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'application.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'base.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key '__init__.py.51' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'multipart.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:726]: The file represented by File table key 'audio.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'image.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'text.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'request.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key '__init__.py.52' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'parse.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'error.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'response.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'robotparser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'cp860.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'cp424.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'iso8859_7.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'iso2022_kr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'iso8859_8.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'cp1125.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'idna.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'rot_13.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'cp037.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'cp500.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'cp1140.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'mac_roman.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'cp950.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:741]: The file represented by File table key 'mac_iceland.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'cp65001.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'cp856.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'charmap.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'quopri_codec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'punycode.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'cp864.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'cp1253.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'euc_kr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'mac_greek.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'iso8859_1.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'cp932.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'cp862.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'iso8859_4.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'mbcs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'mac_croatian.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'shift_jis.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'iso8859_5.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'utf_8.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'shift_jisx0213.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'cp1258.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:757]: The file represented by File table key 'cp1252.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'big5.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'cp949.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'cp775.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'bz2_codec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'cp857.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'utf_32_le.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'utf_16.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'utf_32_be.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'iso2022_jp_3.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'cp437.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'mac_farsi.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'aliases.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'cp866.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'utf_7.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'utf_16_be.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'mac_romanian.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'koi8_r.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'euc_jis_2004.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'iso2022_jp_ext.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'utf_16_le.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:773]: The file represented by File table key 'palmos.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'koi8_u.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'iso2022_jp_1.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'cp1254.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'gbk.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'cp1250.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'mac_centeuro.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'iso8859_15.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'ptcp154.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'utf_32.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'gb2312.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'euc_jisx0213.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'ascii.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'gb18030.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'mac_cyrillic.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'cp273.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'cp863.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'undefined.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'base64_codec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'hex_codec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'cp855.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:788]: The file represented by File table key 'iso8859_3.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'tis_620.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'big5hkscs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'mac_latin2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'cp720.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'cp1256.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'iso8859_14.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'iso8859_9.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'hp_roman8.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'cp737.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'cp1257.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'unicode_internal.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'cp874.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'cp865.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'johab.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'iso8859_13.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'unicode_escape.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'euc_jp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'mac_arabic.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'utf_8_sig.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:804]: The file represented by File table key 'raw_unicode_escape.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'cp850.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'cp1026.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'cp1006.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'cp1251.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'iso8859_16.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'hz.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'cp875.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'cp1255.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'latin_1.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'shift_jis_2004.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'cp858.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'iso8859_2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'iso2022_jp_2004.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'iso8859_6.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'iso2022_jp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'iso8859_11.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'cp869.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'cp861.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'cp852.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'uu_codec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:819]: The file represented by File table key 'iso2022_jp_2.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'zlib_codec.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key '__init__.py.53' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'mac_turkish.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'iso8859_10.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'topics.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key '_pydoc.css' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key '__init__.py.54' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'sequence.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'schema.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key '__init__.py.55' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'text.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'client.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'server.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key '__init__.py.56' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'signals.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'runner.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'main.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key '__main__.py.11' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'suite.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'util.py.8' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:835]: The file represented by File table key 'mock.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:851]: The file represented by File table key 'result.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:852]: The file represented by File table key '__init__.py.57' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:853]: The file represented by File table key 'case.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:854]: The file represented by File table key 'loader.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:855]: The file represented by File table key 'test_skipping.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:855]: The file represented by File table key 'test_functiontestcase.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:856]: The file represented by File table key '_test_warnings.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:857]: The file represented by File table key 'test_case.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:858]: The file represented by File table key 'test_program.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:859]: The file represented by File table key '__main__.py.12' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:860]: The file represented by File table key 'test_loader.py.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:862]: The file represented by File table key 'test_setups.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:863]: The file represented by File table key '__init__.py.58' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:863]: The file represented by File table key 'support.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:864]: The file represented by File table key 'dummy.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:866]: The file represented by File table key 'test_suite.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:866]: The file represented by File table key 'test_break.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:867]: The file represented by File table key 'test_runner.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:868]: The file represented by File table key 'test_discovery.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:869]: The file represented by File table key 'test_result.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:869]: The file represented by File table key 'test_assertions.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:870]: The file represented by File table key 'testwith.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:871]: The file represented by File table key '__main__.py.13' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:872]: The file represented by File table key 'testsentinel.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:872]: The file represented by File table key '__init__.py.59' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:873]: The file represented by File table key 'support.py.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'testmagicmethods.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'testcallable.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'testpatch.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'testhelpers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'testmock.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key '__main__.py.14' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key '__init__.py.60' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'abc.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'abc.py.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key '_bootstrap.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'util.py.9' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key '__init__.py.61' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'machinery.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'ccompiler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'archive_util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'spawn.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'dist.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'text_file.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'cygwinccompiler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'filelist.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'config.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:874]: The file represented by File table key 'unixccompiler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'dir_util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'errors.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'dep_util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'README.txt.10' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'extension.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'debug.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'version.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'bcppcompiler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'core.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'log.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'file_util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'fancy_getopt.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'cmd.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'util.py.10' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key '__init__.py.62' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'sysconfig.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'msvccompiler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'versionpredicate.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'msvc9compiler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'bdist_rpm.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:890]: The file represented by File table key 'upload.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'clean.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'wininst_9.0_amd64.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'install_headers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'install_data.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'wininst_8.0.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'build_scripts.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'register.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'config.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'install_lib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'build_py.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'build_ext.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'build.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'check.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'bdist_msi.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'wininst_7.1.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'bdist.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'wininst_9.0.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'wininst_10.0_amd64.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'wininst_10.0.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'bdist_dumb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'sdist.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:906]: The file represented by File table key 'wininst_6.0.exe' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'install_scripts.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'install.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'install_egg_info.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'build_clib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key '__init__.py.63' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'bdist_wininst.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'command_template' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_filelist.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_upload.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_file_util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_dep_util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_archive_util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_log.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_install_data.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_bdist_dumb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_check.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_build_scripts.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_bdist_msi.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'test_msvc9compiler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:921]: The file represented by File table key 'Setup.sample' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_dir_util.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_cygwinccompiler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_unixccompiler.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_dist.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_config_cmd.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_register.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_install.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_config.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_clean.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_versionpredicate.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_install_scripts.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_sysconfig.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_build_py.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_cmd.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_install_headers.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:937]: The file represented by File table key 'test_util.py.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_build_clib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_install_lib.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_build.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_bdist_rpm.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_text_file.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_extension.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_version.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'support.py.4' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key '__init__.py.64' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_bdist.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_sdist.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_core.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_bdist_wininst.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_spawn.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'test_build_ext.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'dumb.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'gnu.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key '__init__.py.65' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'ndbm.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'pyc.ico' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:953]: The file represented by File table key 'pyexpat.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key 'select.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key 'unicodedata.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key 'winsound.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_bz2.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_elementtree.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_socket.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_ssl.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_testcapi.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_msi.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_ctypes.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_ctypes_test.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_sqlite3.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_hashlib.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_multiprocessing.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_lzma.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_decimal.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_testbuffer.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_testimportmultiple.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key '_overlapped.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key 'python3.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:968]: The file represented by File table key 'sqlite3.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key '_tkinter.pyd' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'tcl86t.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'tk86t.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'abstract.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'accu.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'asdl.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'ast.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'bitset.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'bltinmodule.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'boolobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'bytearrayobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'bytesobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'bytes_methods.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'cellobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'ceval.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'classobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'code.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'codecs.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'compile.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'complexobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:45:984]: The file represented by File table key 'datetime.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'descrobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'dictobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'dtoa.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'dynamic_annotations.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'enumobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'errcode.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'eval.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'fileobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'fileutils.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'floatobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'frameobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'funcobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'genobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'graminit.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'grammar.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'import.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'intrcheck.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'iterobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'listobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'longintrepr.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'longobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:000]: The file represented by File table key 'marshal.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'memoryobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'metagrammar.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'methodobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'modsupport.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'moduleobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'namespaceobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'node.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'object.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'objimpl.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'opcode.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'osdefs.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'parsetok.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'patchlevel.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'pgen.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'pgenheaders.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'pyarena.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'pyatomic.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'pycapsule.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:015]: The file represented by File table key 'pyctype.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pydebug.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pyerrors.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pyexpat.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pyfpe.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pygetopt.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pyhash.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pymacconfig.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pymacro.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pymath.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pymem.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pyport.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pystate.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pystrcmp.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pystrtod.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'Python_ast.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'Python.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pythonrun.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pythread.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'pytime.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'py_curses.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:031]: The file represented by File table key 'rangeobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'setobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'sliceobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'structmember.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'structseq.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'symtable.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'sysmodule.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'token.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'traceback.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'tupleobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'typeslots.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'ucnhash.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'unicodeobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'warnings.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'weakrefobject.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'pyconfig.h' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'pyexpat.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'select.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'unicodedata.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key 'winsound.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key '_bz2.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key '_elementtree.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:046]: The file represented by File table key '_socket.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_ssl.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_testcapi.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_msi.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_ctypes.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_ctypes_test.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_sqlite3.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_hashlib.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_multiprocessing.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_lzma.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_decimal.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_testbuffer.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_testimportmultiple.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_overlapped.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key '_tkinter.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key 'python34.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key 'python3.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key 'itclstub40.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key 'tcl86t.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key 'tclConfig.sh' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:062]: The file represented by File table key 'tclooConfig.sh' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'tclstub86.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'tk86t.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'tkstub86.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'bgerror.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'button.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'choosedir.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'clrpick.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'comdlg.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'console.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'dialog.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'entry.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'focus.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'fontchooser.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'iconlist.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'icons.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'license.terms' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'listbox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'megawidget.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'menu.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:078]: The file represented by File table key 'mkpsenc.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'msgbox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'obsolete.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'optMenu.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'palette.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'panedwindow.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'pkgIndex.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'safetk.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'scale.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'scrlbar.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'spinbox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'tclIndex' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'tearoff.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'text.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'tk.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'tkfbox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'unsupported.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'xmfbox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'altTheme.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'aquaTheme.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'button.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'clamTheme.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:093]: The file represented by File table key 'classicTheme.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'combobox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'cursors.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'defaults.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'entry.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'fonts.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'menubutton.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'notebook.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'panedwindow.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'progress.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'scale.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'scrollbar.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'sizegrip.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'spinbox.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'treeview.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'ttk.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'utils.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'vistaTheme.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'winTheme.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'xpTheme.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'cs.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'da.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:109]: The file represented by File table key 'de.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'el.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'en.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'en_gb.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'eo.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'es.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'fr.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'hu.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'it.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'nl.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'pl.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'pt.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'ru.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'sv.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'lamp.png' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'lamp.svg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'logo.eps' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'logo100.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'logo64.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'logoLarge.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'logoMed.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'pwrdLogo.eps' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:125]: The file represented by File table key 'pwrdLogo100.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'pwrdLogo150.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'pwrdLogo175.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'pwrdLogo200.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'pwrdLogo75.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'README' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'tai_ku.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'anilabel.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'aniwave.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'arrow.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'bind.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'bitmap.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'browse' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'button.tcl.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'check.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'clrpick.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'colors.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'combo.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'cscroll.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'ctext.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'dialog1.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:140]: The file represented by File table key 'dialog2.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'en.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'entry1.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'entry2.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'entry3.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'filebox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'floor.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'fontchoose.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'form.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'goldberg.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'hello' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'hscale.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'icon.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'image1.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'image2.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'items.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'ixset' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'knightstour.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'label.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'labelframe.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'license.terms.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:156]: The file represented by File table key 'mclist.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'menu.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'menubu.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'msgbox.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'nl.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'paned1.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'paned2.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'pendulum.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'plot.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'puzzle.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'radio.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'README.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'rmt' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'rolodex' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'ruler.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'sayings.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'search.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'spin.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'square' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'states.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'style.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:171]: The file represented by File table key 'tclIndex.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'tcolor' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'text.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'textpeer.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'timer' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'toolbar.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'tree.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'ttkbut.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'ttkmenu.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'ttknote.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'ttkpane.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'ttkprogress.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'ttkscale.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'twind.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'unicodeout.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'vscale.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'widget' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'earth.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'earthris.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'flagdown.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'flagup.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:187]: The file represented by File table key 'gray25.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'letters.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'noletter.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'ouster.png' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'pattern.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'tcllogo.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'teapot.ppm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'Balloon.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'BtnBox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'ChkList.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'CObjView.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'ComboBox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'Compat.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'Console.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'Control.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'DefSchm.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'DialogS.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'DirBox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'DirDlg.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'DirList.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'DirTree.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'DragDrop.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:203]: The file represented by File table key 'DtlList.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'EFileBox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'EFileDlg.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'Event.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'FileBox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'FileCbx.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'FileDlg.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'FileEnt.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'FloatEnt.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'fs.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'Grid.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'HList.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'HListDD.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'IconView.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:218]: The file represented by File table key 'Init.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'LabEntry.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'LabFrame.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'LabWidg.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'ListNBk.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'Makefile' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'Meter.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'MultView.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'NoteBook.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'OldUtil.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'OptMenu.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'PanedWin.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'pkgIndex.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'PopMenu.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'Primitiv.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'ResizeH.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'Select.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'SGrid.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'Shell.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'SHList.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:234]: The file represented by File table key 'SimpDlg.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'SListBox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'StackWin.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'StatBar.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'StdBBox.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'StdShell.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'SText.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'STList.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'SWidget.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'SWindow.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'Tix.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'tix84.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'tix84.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'TList.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'Tree.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'Utils.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'Variable.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'VResize.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:250]: The file represented by File table key 'VStack.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key 'VTree.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key 'WInfo.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key '_10Point.fs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key '_10Point.fsc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key '_12Point.fs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key '_12Point.fsc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key '_14Point.fs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key '_14Point.fsc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key 'Bisque.cs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key 'Bisque.csc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key 'Blue.cs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key 'Blue.csc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key 'Gray.cs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:265]: The file represented by File table key 'Gray.csc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'Makefile.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'Old12Pt.fs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'Old14Pt.fs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'pkgIndex.tcl.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'SGIGray.cs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'SGIGray.csc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'TixGray.cs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'TixGray.csc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'tixmkpref' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'TK.cs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'TK.csc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'TK.fs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'TK.fsc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'TkWin.cs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'TkWin.csc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'TkWin.fs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'TkWin.fsc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'WmDefault.cs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:281]: The file represented by File table key 'WmDefault.csc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'WmDefault.fs' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'WmDefault.fsc' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'WmDefault.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'WmDefault.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'WmDefault.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'MkChoose.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'MkDirLis.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'MkSample.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'MkScroll.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'tclIndex.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'tixwidgets.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'widget.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'AllSampl.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'ArrowBtn.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'Balloon.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'BtnBox.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:296]: The file represented by File table key 'ChkList.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'CmpImg.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'CmpImg1.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'CmpImg2.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'CmpImg3.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'CmpImg4.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'CObjView.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'ComboBox.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'Control.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'DirDlg.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'DirList.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'DirTree.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'DragDrop.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'DynTree.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'EditGrid.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'EFileDlg.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'FileDlg.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'FileEnt.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'HList1.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'LabEntry.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'LabFrame.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:312]: The file represented by File table key 'ListNBK.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'Meter.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'NoteBook.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'OptMenu.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'PanedWin.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'PopMenu.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'Sample.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'Select.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'SGrid0.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'SGrid1.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'SHList.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'SHList2.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'SListBox.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'StdBBox.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'SText.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'STList1.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'STList2.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'STList3.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'SWindow.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'Tree.tcl.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'Xpm.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'Xpm1.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:328]: The file represented by File table key 'about.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'bold.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'capital.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'centerj.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'code.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'combobox.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'combobox.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'drivea.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'drivea.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'exit.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'filebox.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'filebox.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'harddisk.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'harddisk.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'italic.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'justify.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'leftj.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'netw.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'netw.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'network.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'network.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'optmenu.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:343]: The file represented by File table key 'rightj.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'select.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'tix.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'underlin.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'act_fold.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'act_fold.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'act_fold.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'balarrow.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'cbxarrow.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'ck_def.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'ck_off.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'ck_on.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'cross.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'decr.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'drop.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'file.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'file.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'file.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:359]: The file represented by File table key 'folder.gif.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'folder.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'folder.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'harddisk.xbm.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'hourglas.mask' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'hourglas.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'incr.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'info.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'info.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'maximize.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'minimize.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'minus.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'minus.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'minus.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'minusarm.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'minusarm.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'minusarm.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'mktransgif.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'network.xbm.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'no_entry.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'no_entry.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'openfile.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:375]: The file represented by File table key 'openfold.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'openfold.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'openfold.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'plus.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'plus.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'plus.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'plusarm.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'plusarm.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'plusarm.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'resize1.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'resize2.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'restore.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'srcfile.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'srcfile.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'srcfile.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'system.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'textfile.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'textfile.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'textfile.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'tick.xbm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'warning.gif' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:390]: The file represented by File table key 'warning.xpm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'pkgIndex.tcl.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'thread.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'thread27.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'tpool.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'tsv.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'ttrace.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'ttrace.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'tdbc_sqlite3.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'pkgIndex.tcl.4' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'tdbcpostgres.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'tdbcpostgres100.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'pkgIndex.tcl.5' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'tdbcodbc.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'tdbcodbc100.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:406]: The file represented by File table key 'tdbc_odbc.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'pkgIndex.tcl.6' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbcmysql.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbcmysql100.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbc_mysql.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'pkgIndex.tcl.7' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbc.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbc.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbc100.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbcConfig.sh' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbcstub100.lib' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbc_connection.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbc_mapSqlState.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbc_resultset.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbc_statement.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'tdbc_tokenize.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'auto.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'clock.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'history.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'init.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:421]: The file represented by File table key 'package.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'parray.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'safe.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'tclIndex.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'tm.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'word.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'CET' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'CST6CDT' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'Cuba' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'EET' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'Egypt' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'Eire' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'EST' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'EST5EDT' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'GB_Eire' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'GMT' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:437]: The file represented by File table key 'GMT_0' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'GMT_0.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'GMT0' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Greenwich' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Hongkong' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'HST' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Iceland' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Iran' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Israel' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Jamaica' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Japan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Kwajalein' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Libya' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'MET' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'MST' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'MST7MDT' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Navajo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'NZ' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'NZ_CHAT' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Poland' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:453]: The file represented by File table key 'Portugal' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'PRC' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'PST8PDT' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'ROC' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'ROK' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Singapore' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Turkey' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'UCT' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Universal' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'UTC' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'W_SU' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'WET' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Zulu' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Alaska' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Aleutian' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Arizona' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Central' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'East_Indiana' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Eastern' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Hawaii' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Indiana_Starke' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Michigan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:468]: The file represented by File table key 'Mountain' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'Pacific' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'Pacific_New' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'Samoa' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'AST4' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'AST4ADT' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'CST6' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'CST6CDT.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'EST5' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'EST5EDT.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'HST10' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'MST7' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'MST7MDT.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'PST8' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'PST8PDT.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'YST9' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'YST9YDT' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'Apia' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'Auckland' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'Chatham' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:484]: The file represented by File table key 'Chuuk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Easter' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Efate' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Enderbury' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Fakaofo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Fiji' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Funafuti' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Galapagos' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Gambier' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Guadalcanal' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Guam' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Honolulu' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Johnston' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Kiritimati' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Kosrae' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Kwajalein.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Majuro' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Marquesas' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Midway' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Nauru' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:500]: The file represented by File table key 'Niue' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Norfolk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Noumea' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Pago_Pago' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Palau' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Pitcairn' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Pohnpei' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Ponape' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Port_Moresby' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Rarotonga' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Saipan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Samoa.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Tahiti' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Tarawa' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Tongatapu' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Truk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Wake' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Wallis' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:515]: The file represented by File table key 'Yap' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'BajaNorte' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'BajaSur' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'General' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Antananarivo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Chagos' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Christmas' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Cocos' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Comoro' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Kerguelen' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Mahe' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Maldives' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Mauritius' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Mayotte' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Reunion' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Amsterdam' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Andorra' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Athens' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Belfast' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Belgrade' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Berlin' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:531]: The file represented by File table key 'Bratislava' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Brussels' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Bucharest' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Budapest' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Busingen' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Chisinau' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Copenhagen' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Dublin' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Gibraltar' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Guernsey' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Helsinki' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Isle_of_Man' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Istanbul' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Jersey' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Kaliningrad' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Kiev' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Lisbon' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Ljubljana' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'London' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Luxembourg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Madrid' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:546]: The file represented by File table key 'Malta' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Mariehamn' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Minsk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Monaco' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Moscow' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Nicosia' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Oslo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Paris' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Podgorica' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Prague' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Riga' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Rome' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Samara' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'San_Marino' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Sarajevo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Simferopol' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Skopje' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Sofia' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Stockholm' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Tallinn' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Tirane' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Tiraspol' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Uzhgorod' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:562]: The file represented by File table key 'Vaduz' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'Vatican' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'Vienna' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'Vilnius' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'Volgograd' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'Warsaw' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'Zagreb' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'Zaporozhye' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'Zurich' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_0.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_10' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_11' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_12' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_2' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_3' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_4' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_5' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_6' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_7' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:578]: The file represented by File table key 'GMT_8' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_9' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_0.3' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_1.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_10.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_11.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_12.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_13' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_14' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_2.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_3.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_4.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_5.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_6.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_7.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_8.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT_9.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'GMT0.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'Greenwich.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'UCT.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'Universal.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:593]: The file represented by File table key 'UTC.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Zulu.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Continental' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'EasterIsland' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Atlantic' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Central.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'East_Saskatchewan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Eastern.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Mountain.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Newfoundland' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Pacific.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Saskatchewan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Yukon' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Acre' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'DeNoronha' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'East' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'West' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'ACT' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Adelaide' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Brisbane' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Broken_Hill' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Canberra' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:609]: The file represented by File table key 'Currie' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Darwin' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Eucla' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Hobart' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'LHI' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Lindeman' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Lord_Howe' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Melbourne' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'North' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'NSW' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Perth' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Queensland' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'South' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Sydney' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Tasmania' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Victoria' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'West.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Yancowinna' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Azores' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Bermuda' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Canary' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Cape_Verde' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:625]: The file represented by File table key 'Faeroe' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Faroe' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Jan_Mayen' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Madeira' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Reykjavik' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'South_Georgia' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Stanley' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'St_Helena' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Aden' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Almaty' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Amman' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Anadyr' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Aqtau' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Aqtobe' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Ashgabat' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Ashkhabad' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Baghdad' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Bahrain' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Baku' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Bangkok' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Beirut' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:640]: The file represented by File table key 'Bishkek' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Brunei' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Calcutta' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Choibalsan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Chongqing' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Chungking' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Colombo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Dacca' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Damascus' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Dhaka' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Dili' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Dubai' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Dushanbe' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Gaza' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Harbin' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Hebron' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Hong_Kong' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Hovd' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Ho_Chi_Minh' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Irkutsk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Istanbul.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:656]: The file represented by File table key 'Jakarta' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Jayapura' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Jerusalem' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Kabul' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Kamchatka' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Karachi' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Kashgar' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Kathmandu' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Katmandu' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Khandyga' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Kolkata' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Krasnoyarsk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Kuala_Lumpur' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Kuching' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Kuwait' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Macao' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Macau' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Magadan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Makassar' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Manila' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:671]: The file represented by File table key 'Muscat' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Nicosia.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Novokuznetsk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Novosibirsk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Omsk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Oral' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Phnom_Penh' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Pontianak' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Pyongyang' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Qatar' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Qyzylorda' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Rangoon' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Riyadh' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Saigon' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Sakhalin' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Samarkand' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Seoul' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Shanghai' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Singapore.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Taipei' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Tashkent' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Tbilisi' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:687]: The file represented by File table key 'Tehran' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Tel_Aviv' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Thimbu' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Thimphu' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Tokyo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Ujung_Pandang' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Ulaanbaatar' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Ulan_Bator' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Urumqi' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Ust_Nera' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Vientiane' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Vladivostok' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Yakutsk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Yekaterinburg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Yerevan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Longyearbyen' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Casey' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Davis' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'DumontDUrville' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Macquarie' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Mawson' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'McMurdo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:703]: The file represented by File table key 'Palmer' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Rothera' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'South_Pole' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Syowa' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Vostok' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Adak' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Anchorage' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Anguilla' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Antigua' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Araguaina' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Aruba' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Asuncion' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Atikokan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Atka' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Bahia' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Bahia_Banderas' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Barbados' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Belem' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Belize' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Blanc_Sablon' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Boa_Vista' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Bogota' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:718]: The file represented by File table key 'Boise' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Buenos_Aires' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Cambridge_Bay' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Campo_Grande' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Cancun' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Caracas' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Catamarca' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Cayenne' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Cayman' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Chicago' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Chihuahua' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Coral_Harbour' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Cordoba' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Costa_Rica' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:734]: The file represented by File table key 'Creston' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Cuiaba' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Curacao' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Danmarkshavn' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Dawson' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Dawson_Creek' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Denver' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Detroit' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Dominica' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Edmonton' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Eirunepe' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'El_Salvador' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Ensenada' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Fortaleza' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Fort_Wayne' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:750]: The file represented by File table key 'Glace_Bay' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Godthab' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Goose_Bay' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Grand_Turk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Grenada' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Guadeloupe' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Guatemala' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Guayaquil' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Guyana' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Halifax' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Havana' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Hermosillo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Indianapolis' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Inuvik' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Iqaluit' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Jamaica.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Jujuy' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Juneau' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Knox_IN' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Kralendijk' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'La_Paz' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:765]: The file represented by File table key 'Lima' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Los_Angeles' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Louisville' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Lower_Princes' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Maceio' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Managua' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Manaus' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Marigot' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Martinique' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Matamoros' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Mazatlan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Mendoza' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Menominee' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Merida' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Metlakatla' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Mexico_City' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Miquelon' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Moncton' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Monterrey' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Montevideo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Montreal' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:781]: The file represented by File table key 'Montserrat' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Nassau' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'New_York' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Nipigon' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Nome' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Noronha' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Ojinaga' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Panama' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Pangnirtung' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Paramaribo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Phoenix' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Port_au_Prince' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Porto_Acre' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Porto_Velho' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Port_of_Spain' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Puerto_Rico' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Rainy_River' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Rankin_Inlet' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Recife' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Regina' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Resolute' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:796]: The file represented by File table key 'Rio_Branco' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Rosario' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Santarem' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Santa_Isabel' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Santiago' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Santo_Domingo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Sao_Paulo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Scoresbysund' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Shiprock' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Sitka' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'St_Barthelemy' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'St_Johns' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'St_Kitts' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'St_Lucia' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'St_Thomas' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'St_Vincent' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Swift_Current' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Tegucigalpa' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Thule' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Thunder_Bay' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:812]: The file represented by File table key 'Tijuana' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Toronto' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Tortola' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Vancouver' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Virgin' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Whitehorse' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Winnipeg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Yakutat' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Yellowknife' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Beulah' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Center' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'New_Salem' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Louisville.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Monticello' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Indianapolis.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Knox' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Marengo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Petersburg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Tell_City' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Vevay' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Vincennes' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:828]: The file represented by File table key 'Winamac' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Buenos_Aires.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Catamarca.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'ComodRivadavia' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Cordoba.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Jujuy.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'La_Rioja' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Mendoza.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Rio_Gallegos' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Salta' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'San_Juan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'San_Luis' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Tucuman' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Ushuaia' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Abidjan' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Accra' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Addis_Ababa' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Algiers' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Asmara' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Asmera' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:843]: The file represented by File table key 'Bamako' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Bangui' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Banjul' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Bissau' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Blantyre' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Brazzaville' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Bujumbura' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Cairo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Casablanca' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Ceuta' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Conakry' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Dakar' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Dar_es_Salaam' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:859]: The file represented by File table key 'Djibouti' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Douala' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'El_Aaiun' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Freetown' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Gaborone' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Harare' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Johannesburg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Juba' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Kampala' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Khartoum' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Kigali' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Kinshasa' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Lagos' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Libreville' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Lome' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Luanda' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Lubumbashi' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Lusaka' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Malabo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Maputo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:875]: The file represented by File table key 'Maseru' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Mbabane' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Mogadishu' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Monrovia' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Nairobi' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Ndjamena' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Niamey' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Nouakchott' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Ouagadougou' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Porto_Novo' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Sao_Tome' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Timbuktu' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Tripoli' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Tunis' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'Windhoek' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'optparse.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'pkgIndex.tcl.8' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'af.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'af_za.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'ar.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'ar_in.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:890]: The file represented by File table key 'ar_jo.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'ar_lb.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'ar_sy.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'be.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'bg.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'bn.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'bn_in.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'ca.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'cs.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'da.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'de.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'de_at.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'de_be.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'el.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'en_au.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'en_be.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'en_bw.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'en_ca.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'en_gb.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'en_hk.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'en_ie.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:906]: The file represented by File table key 'en_in.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'en_nz.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'en_ph.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'en_sg.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'en_za.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'en_zw.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'eo.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_ar.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_bo.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_cl.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_co.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_cr.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_do.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_ec.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_gt.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_hn.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_mx.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_ni.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_pa.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_pe.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:921]: The file represented by File table key 'es_pr.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'es_py.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'es_sv.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'es_uy.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'es_ve.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'et.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'eu.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'eu_es.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'fa.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'fa_in.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'fa_ir.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'fi.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'fo.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'fo_fo.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'fr.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'fr_be.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'fr_ca.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'fr_ch.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'ga.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'ga_ie.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'gl.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'gl_es.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:937]: The file represented by File table key 'gv.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'gv_gb.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'he.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'hi.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'hi_in.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'hr.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'hu.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'id.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'id_id.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'is.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'it.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'it_ch.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'ja.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'kl.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'kl_gl.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'ko.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'kok.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'kok_in.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'ko_kr.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:953]: The file represented by File table key 'kw.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'kw_gb.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'lt.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'lv.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'mk.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'mr.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'mr_in.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'ms.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'ms_my.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'mt.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'nb.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'nl.msg.2' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'nl_be.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:968]: The file represented by File table key 'nn.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'pl.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'pt.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'pt_br.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'ro.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'ru.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'ru_ua.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'sh.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'sk.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'sl.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'sq.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'sr.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'sv.msg.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'sw.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:46:984]: The file represented by File table key 'ta.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'ta_in.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'te.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'te_in.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'th.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'tr.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'uk.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'vi.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'zh.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'zh_cn.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'zh_hk.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'zh_sg.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'zh_tw.msg' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:000]: The file represented by File table key 'http.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'pkgIndex.tcl.9' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'ascii.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'big5.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp1250.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp1251.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp1252.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp1253.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp1254.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp1255.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp1256.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp1257.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp1258.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp437.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp737.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp775.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp850.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp852.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp855.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp857.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp860.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:015]: The file represented by File table key 'cp861.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp862.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp863.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp864.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp865.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp866.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp869.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp874.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp932.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp936.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp949.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'cp950.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'dingbats.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'ebcdic.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'euc_cn.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'euc_jp.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'euc_kr.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'gb12345.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'gb1988.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'gb2312_raw.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'gb2312.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'iso2022_jp.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:031]: The file represented by File table key 'iso2022_kr.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso2022.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_1.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_10.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_13.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_14.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_15.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_16.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_2.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_3.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_4.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_5.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_6.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_7.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_8.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:046]: The file represented by File table key 'iso8859_9.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'jis0201.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'jis0208.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'jis0212.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'koi8_r.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'koi8_u.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'ksc5601.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'macCentEuro.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'macCroatian.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'macCyrillic.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'macDingbats.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'macGreek.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'macIceland.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'macJapan.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:062]: The file represented by File table key 'macRoman.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'macRomania.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'macThai.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'macTurkish.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'macUkraine.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'shiftjis.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'symbol.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'tis_620.enc' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'http_2.8.7.tm' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'sqlite3_1.0.0.tm' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'msgcat_1.5.2.tm' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'tcltest_2.3.6.tm' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'platform_1.0.12.tm' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'shell_1.1.4.tm' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:078]: The file represented by File table key 'pkgIndex.tcl.10' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'sqlite3.n' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'sqlite3380t.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'pkgIndex.tcl.11' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'tclreg13.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'itcl.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'itcl40t.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'itclHullCmds.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'itclWidget.tcl' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'pkgIndex.tcl.12' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'pkgIndex.tcl.13' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'tcldde14.dll' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'makelocalealias.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'msgfmt.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'pygettext.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'ChipViewer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'ColorDB.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'DetailsViewer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'ListViewer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'Main.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'pyColorChooser.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'PyncheWidget.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:093]: The file represented by File table key 'StripViewer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'Switchboard.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'TextViewer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'TypeinViewer.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key '__init__.py.66' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'pynche.pyw' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'html40colors.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'namedcolors.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'webcolors.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'websafe.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'rgb.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'xlicense.txt' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'README.txt.11' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:109]: The file represented by File table key 'abitype.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'analyze_dxp.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'byext.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'byteyears.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'checkpip.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'checkpyc.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'cleanfuture.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'combinerefs.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'copytime.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'crlf.py.1' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'db2pickle.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'diff.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'dutree.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:125]: The file represented by File table key 'eptags.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'find_uname.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'finddiv.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'findlinksto.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'findnocoding.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'find_recursionlimit.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'fixcid.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'fixdiv.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'fixheader.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'fixnotice.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'fixps.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'ftpmirror.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'get_remote_certificate.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'google.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'gprof2html.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'h2py.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'highlight.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'ifdef.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'import_diagnostics.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'lfcr.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'linktree.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:140]: The file represented by File table key 'lll.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'mailerdaemon.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'make_ctype.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'md5sum.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'mkreal.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'ndiff.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'nm2def.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'objgraph.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'parseentities.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'parse_html5_entities.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'patchcheck.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'pathfix.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'pdeps.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'pickle2db.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'pindent.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'ptags.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'pysource.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'reindent_rst.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'reindent.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'rgrep.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:156]: The file represented by File table key 'run_tests.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'serve.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'suff.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'svneol.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'texi2html.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'treesync.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'untabify.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'which.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'win_add2path.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'README.txt.12' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key '_2to3.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'pydoc3.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'pyvenv.py' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:171]: The file represented by File table key 'pydocgui.pyw' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:187]: The file represented by File table key 'python341.chm' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:187]: The file represented by File table key 'F_CENTRAL_msvcr100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:187]: Chain for F_CENTRAL_msvcr100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC starts with cached baseline file for 3.4.1150 (simulated sequence 0) MSI (s) (9C:9C) [21:23:47:187]: The file represented by File table key 'F_CENTRAL_msvcp100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC' has no eligible binary patches MSI (s) (9C:9C) [21:23:47:187]: Chain for F_CENTRAL_msvcp100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC starts with cached baseline file for 3.4.1150 (simulated sequence 0) MSI (s) (9C:9C) [21:23:47:187]: Dumping binary patch manager data... MSI (s) (9C:9C) [21:23:47:187]: Note: 1: 2262 2: LockPermissions 3: -2147287038 MSI (s) (9C:9C) [21:23:47:187]: Note: 1: 2205 2: 3: MsiPatchOldAssemblyFile MSI (s) (9C:9C) [21:23:47:187]: Note: 1: 2228 2: 3: MsiPatchOldAssemblyFile 4: SELECT `MsiPatchOldAssemblyFile`.`Assembly_` FROM `MsiPatchOldAssemblyFile` WHERE `MsiPatchOldAssemblyFile`.`File_` = ? MSI (s) (9C:9C) [21:23:47:187]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (9C:9C) [21:23:47:187]: Note: 1: 2205 2: 3: MsiSFCBypass MSI (s) (9C:9C) [21:23:47:187]: Note: 1: 2228 2: 3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ? InstallFiles: File: Copying new files, Directory: , Size: Action ended 21:23:47: InstallFiles. Return value 1. MSI (s) (9C:9C) [21:23:47:218]: Skipping action: UpdatePip (condition is false) MSI (s) (9C:9C) [21:23:47:218]: Skipping action: CompilePyc (condition is false) MSI (s) (9C:9C) [21:23:47:218]: Skipping action: CompilePyo (condition is false) MSI (s) (9C:9C) [21:23:47:218]: Skipping action: CompileGrammar (condition is false) MSI (s) (9C:9C) [21:23:47:218]: Doing action: PatchFiles Action 21:23:47: PatchFiles. Patching files Action start 21:23:47: PatchFiles. MSI (s) (9C:9C) [21:23:47:218]: Note: 1: 2262 2: Error 3: -2147287038 Action ended 21:23:47: PatchFiles. Return value 1. MSI (s) (9C:9C) [21:23:47:218]: Doing action: DuplicateFiles Action 21:23:47: DuplicateFiles. Creating duplicate files Action start 21:23:47: DuplicateFiles. Action ended 21:23:47: DuplicateFiles. Return value 1. MSI (s) (9C:9C) [21:23:47:218]: Doing action: BindImage Action 21:23:47: BindImage. Binding executables Action start 21:23:47: BindImage. MSI (s) (9C:9C) [21:23:47:218]: Note: 1: 2262 2: BindImage 3: -2147287038 Action ended 21:23:47: BindImage. Return value 1. MSI (s) (9C:9C) [21:23:47:218]: Doing action: CreateShortcuts Action 21:23:47: CreateShortcuts. Creating shortcuts Action start 21:23:47: CreateShortcuts. MSI (s) (9C:9C) [21:23:47:234]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:234]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:234]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:234]: Note: 1: 2235 2: 3: DisplayResourceDLL 4: SELECT `Shortcut`,`Name`, `FileName`, `Component`.`Directory_`, `Arguments`, `WkDir`, `Icon_`, `IconIndex`, `Hotkey`, `ShowCmd`, `Shortcut`.`Description`, `Shortcut`.`Directory_`, `Component`.`RuntimeFlags`, `Component`.`Action`, `Target`, `ComponentId`, `Feature`.`Action`, `Component`.`Installed`, `DisplayResourceDLL`, `DisplayResourceId`, `DescriptionResourceDLL`, `DescriptionResourceId` From `Shortcut`, `Feature`, `Component`, `File` WHERE `Target` = `Feature` AND `Shortcut`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2) OR (`Feature`.`Action` = 4 AND `Feature`.`Installed` = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)) OR (`Feature`.`Action` = NULL AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4))) MSI (s) (9C:9C) [21:23:47:234]: Note: 1: 2205 2: 3: MsiShortcutProperty MSI (s) (9C:9C) [21:23:47:234]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:234]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:234]: Note: 1: 2235 2: 3: DisplayResourceDLL 4: SELECT `Shortcut`,`Name`, `Target`, null, `Arguments`, `WkDir`, `Icon_`, `IconIndex`, `Hotkey`, `ShowCmd`, `Shortcut`.`Description`, `Shortcut`.`Directory_`, `Component`.`RuntimeFlags`, null, null, null, null, null, `DisplayResourceDLL`, `DisplayResourceId`, `DescriptionResourceDLL`, `DescriptionResourceId` From `Shortcut`, `Component` WHERE `Shortcut`.`Component_` = `Component` AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) MSI (s) (9C:9C) [21:23:47:234]: Note: 1: 2205 2: 3: MsiShortcutProperty Action ended 21:23:47: CreateShortcuts. Return value 1. MSI (s) (9C:9C) [21:23:47:234]: Doing action: RegisterClassInfo Action 21:23:47: RegisterClassInfo. Registering Class servers Action start 21:23:47: RegisterClassInfo. MSI (s) (9C:9C) [21:23:47:234]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:234]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:234]: Note: 1: 2262 2: Class 3: -2147287038 Action ended 21:23:47: RegisterClassInfo. Return value 1. MSI (s) (9C:9C) [21:23:47:234]: Doing action: RegisterExtensionInfo Action 21:23:47: RegisterExtensionInfo. Registering extension servers Action start 21:23:47: RegisterExtensionInfo. MSI (s) (9C:9C) [21:23:47:234]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:234]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:234]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:23:47: RegisterExtensionInfo. Return value 1. MSI (s) (9C:9C) [21:23:47:234]: Doing action: RegisterProgIdInfo Action 21:23:47: RegisterProgIdInfo. Registering program identifiers Action start 21:23:47: RegisterProgIdInfo. MSI (s) (9C:9C) [21:23:47:250]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:250]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:250]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:9C) [21:23:47:250]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:9C) [21:23:47:250]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:250]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:250]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:9C) [21:23:47:250]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:23:47: RegisterProgIdInfo. Return value 1. MSI (s) (9C:9C) [21:23:47:250]: Doing action: RegisterMIMEInfo Action 21:23:47: RegisterMIMEInfo. Registering MIME info Action start 21:23:47: RegisterMIMEInfo. MSI (s) (9C:9C) [21:23:47:250]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:250]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:250]: Note: 1: 2262 2: MIME 3: -2147287038 MSI (s) (9C:9C) [21:23:47:250]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:23:47: RegisterMIMEInfo. Return value 1. MSI (s) (9C:9C) [21:23:47:250]: Doing action: WriteRegistryValues Action 21:23:47: WriteRegistryValues. Writing system registry values Action start 21:23:47: WriteRegistryValues. MSI (s) (9C:9C) [21:23:47:265]: Note: 1: 2262 2: LockPermissions 3: -2147287038 Action ended 21:23:47: WriteRegistryValues. Return value 1. MSI (s) (9C:9C) [21:23:47:265]: Doing action: WriteIniValues Action 21:23:47: WriteIniValues. Writing INI files values Action start 21:23:47: WriteIniValues. Action ended 21:23:47: WriteIniValues. Return value 1. MSI (s) (9C:9C) [21:23:47:265]: Doing action: WriteEnvironmentStrings Action 21:23:47: WriteEnvironmentStrings. Updating environment strings Action start 21:23:47: WriteEnvironmentStrings. Action ended 21:23:47: WriteEnvironmentStrings. Return value 1. MSI (s) (9C:9C) [21:23:47:265]: Doing action: RegisterFonts Action 21:23:47: RegisterFonts. Registering fonts Action start 21:23:47: RegisterFonts. MSI (s) (9C:9C) [21:23:47:265]: Note: 1: 2262 2: Font 3: -2147287038 Action ended 21:23:47: RegisterFonts. Return value 1. MSI (s) (9C:9C) [21:23:47:265]: Doing action: InstallODBC Action 21:23:47: InstallODBC. Installing ODBC components Action start 21:23:47: InstallODBC. MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2711 2: ODBCDriverManager MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2711 2: ODBCDriverManager64 MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038 MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038 MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038 MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038 MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038 MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038 Action ended 21:23:47: InstallODBC. Return value 0. MSI (s) (9C:9C) [21:23:47:281]: Doing action: RegisterTypeLibraries Action 21:23:47: RegisterTypeLibraries. Registering type libraries Action start 21:23:47: RegisterTypeLibraries. MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: TypeLib 3: -2147287038 Action ended 21:23:47: RegisterTypeLibraries. Return value 1. MSI (s) (9C:9C) [21:23:47:281]: Doing action: SelfRegModules Action 21:23:47: SelfRegModules. Registering modules Action start 21:23:47: SelfRegModules. MSI (s) (9C:9C) [21:23:47:281]: Note: 1: 2262 2: SelfReg 3: -2147287038 Action ended 21:23:47: SelfRegModules. Return value 1. MSI (s) (9C:9C) [21:23:47:296]: Doing action: RegisterComPlus Action 21:23:47: RegisterComPlus. Registering COM+ Applications and Components Action start 21:23:47: RegisterComPlus. MSI (s) (9C:9C) [21:23:47:296]: Note: 1: 2262 2: Complus 3: -2147287038 Action ended 21:23:47: RegisterComPlus. Return value 1. MSI (s) (9C:9C) [21:23:47:296]: Doing action: InstallServices Action 21:23:47: InstallServices. Installing new services Action start 21:23:47: InstallServices. MSI (s) (9C:9C) [21:23:47:296]: Note: 1: 2262 2: LockPermissions 3: -2147287038 MSI (s) (9C:9C) [21:23:47:296]: Note: 1: 2262 2: ServiceInstall 3: -2147287038 Action ended 21:23:47: InstallServices. Return value 1. MSI (s) (9C:9C) [21:23:47:296]: Doing action: StartServices Action 21:23:47: StartServices. Starting services Action start 21:23:47: StartServices. MSI (s) (9C:9C) [21:23:47:296]: Note: 1: 2262 2: ServiceControl 3: -2147287038 Action ended 21:23:47: StartServices. Return value 1. MSI (s) (9C:9C) [21:23:47:312]: Doing action: RegisterUser Action 21:23:47: RegisterUser. Registering user Action start 21:23:47: RegisterUser. Action ended 21:23:47: RegisterUser. Return value 0. MSI (s) (9C:9C) [21:23:47:312]: Doing action: RegisterProduct Action 21:23:47: RegisterProduct. Registering product Action start 21:23:47: RegisterProduct. Action ended 21:23:47: RegisterProduct. Return value 1. MSI (s) (9C:9C) [21:23:47:312]: Doing action: PublishComponents Action 21:23:47: PublishComponents. Publishing Qualified Components Action start 21:23:47: PublishComponents. MSI (s) (9C:9C) [21:23:47:312]: Note: 1: 2262 2: PublishComponent 3: -2147287038 Action ended 21:23:47: PublishComponents. Return value 1. MSI (s) (9C:9C) [21:23:47:312]: Doing action: MsiPublishAssemblies Action 21:23:47: MsiPublishAssemblies. Publishing assembly information Action start 21:23:47: MsiPublishAssemblies. Action ended 21:23:47: MsiPublishAssemblies. Return value 1. MSI (s) (9C:9C) [21:23:47:328]: Doing action: PublishFeatures Action 21:23:47: PublishFeatures. Publishing Product Features Action start 21:23:47: PublishFeatures. Action ended 21:23:47: PublishFeatures. Return value 1. MSI (s) (9C:9C) [21:23:47:328]: Doing action: PublishProduct Action 21:23:47: PublishProduct. Publishing product information Action start 21:23:47: PublishProduct. MSI (s) (9C:9C) [21:23:47:328]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD 1: Publishing product information MSI (s) (9C:9C) [21:23:47:328]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:328]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD Action ended 21:23:47: PublishProduct. Return value 1. MSI (s) (9C:9C) [21:23:47:328]: Doing action: InstallFinalize Action 21:23:47: InstallFinalize. Action start 21:23:47: InstallFinalize. MSI (s) (9C:9C) [21:23:47:343]: Running Script: C:\WINDOWS\Installer\MSI9851.tmp MSI (s) (9C:9C) [21:23:47:343]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'. MSI (s) (9C:9C) [21:23:47:343]: Note: 1: 2265 2: 3: -2147287035 MSI (s) (9C:9C) [21:23:47:343]: Machine policy value 'DisableRollback' is 0 MSI (s) (9C:9C) [21:23:47:359]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (9C:9C) [21:23:47:359]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1163045622,LangId=1033,Platform=589824,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1) MSI (s) (9C:9C) [21:23:47:359]: Executing op: ProductInfo(ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},ProductName=Python 3.4.1 (64-bit),PackageName=python-3.4.1.amd64.msi,Language=1033,Version=50594942,Assignment=1,ObsoleteArg=0,,,PackageCode={A3D6909A-868F-4BF0-8F8B-7CAA65BDD455},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=2) MSI (s) (9C:9C) [21:23:47:359]: Executing op: DialogInfo(Type=0,Argument=1033) MSI (s) (9C:9C) [21:23:47:359]: Executing op: DialogInfo(Type=1,Argument=Python 3.4.1 (64-bit)) MSI (s) (9C:9C) [21:23:47:359]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1]) MSI (s) (9C:9C) [21:23:47:359]: Executing op: SetBaseline(Baseline=0,) MSI (s) (9C:9C) [21:23:47:359]: Executing op: SetBaseline(Baseline=1,) MSI (s) (9C:9C) [21:23:47:359]: Executing op: ActionStart(Name=InstallInitialize,,) Action 21:23:47: InstallInitialize. MSI (s) (9C:9C) [21:23:47:375]: Executing op: ProductUnregister(UpgradeCode={6A965A0C-6EE6-4E3A-9983-3263F56311EC}) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} MSI (s) (9C:9C) [21:23:47:375]: Note: 1: 1402 2: UNKNOWN\Products\BC24845D167FAB0388F1F18F12CD44FD\Transforms 3: 2 MSI (s) (9C:9C) [21:23:47:375]: Note: 1: 1402 2: UNKNOWN\Products\BC24845D167FAB0388F1F18F12CD44FD\Transforms 3: 2 MSI (s) (9C:9C) [21:23:47:375]: Scheduling file 'C:\WINDOWS\Installer\20094.msi' for deletion during post-install cleanup (not post-reboot). MSI (s) (9C:9C) [21:23:47:390]: Executing op: ProductCPDisplayInfoUnregister() MSI (s) (9C:9C) [21:23:47:390]: Executing op: ProductUnpublish(PackageKey={A3D6909A-868F-4BF0-8F8B-7CAA65BDD455}) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} MSI (s) (9C:9C) [21:23:47:390]: Using cached product context: machine assigned for product: BC24845D167FAB0388F1F18F12CD44FD MSI (s) (9C:9C) [21:23:47:390]: Executing op: UpgradeCodeUnpublish(UpgradeCode={6A965A0C-6EE6-4E3A-9983-3263F56311EC}) MSI (s) (9C:9C) [21:23:47:390]: Executing op: IconRemove(Icon=python_icon.exe,) 1: python_icon.exe MSI (s) (9C:9C) [21:23:47:390]: Scheduling file 'C:\WINDOWS\Installer\{D54842CB-F761-30BA-881F-1FF821DC44DF}\python_icon.exe' for deletion during post-install cleanup (not post-reboot). MSI (s) (9C:9C) [21:23:47:390]: Executing op: ProductUnpublishClient(,,) MSI (s) (9C:9C) [21:23:47:390]: Note: 1: 1402 2: UNKNOWN\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:9C) [21:23:47:390]: Executing op: SourceListUnpublish(,) MSI (s) (9C:9C) [21:23:47:390]: Note: 1: 1402 2: UNKNOWN\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD\SourceList 3: 2 MSI (s) (9C:9C) [21:23:47:390]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,) Action 21:23:47: ProcessComponents. Updating component registration MSI (s) (9C:9C) [21:23:47:406]: Executing op: ProgressTotal(Total=254,Type=1,ByteEquivalent=24000) MSI (s) (9C:9C) [21:23:47:406]: Executing op: UnregisterSharedComponentProvider(Component={2D8CFF11-87C4-4569-9999-ED22D3FCFBB0},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:406]: Executing op: ComponentUnregister(ComponentId={2D8CFF11-87C4-4569-9999-ED22D3FCFBB0},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {2D8CFF11-87C4-4569-9999-ED22D3FCFBB0} MSI (s) (9C:9C) [21:23:47:406]: Executing op: UnregisterSharedComponentProvider(Component={C4D88CF0-8342-4897-8E2C-A418BE1FB1C4},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:406]: Executing op: ComponentUnregister(ComponentId={C4D88CF0-8342-4897-8E2C-A418BE1FB1C4},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {C4D88CF0-8342-4897-8E2C-A418BE1FB1C4} MSI (s) (9C:9C) [21:23:47:406]: Executing op: UnregisterSharedComponentProvider(Component={7A0C5812-2583-40D9-BCBB-CD7485F11377},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:406]: Executing op: ComponentUnregister(ComponentId={7A0C5812-2583-40D9-BCBB-CD7485F11377},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7A0C5812-2583-40D9-BCBB-CD7485F11377} MSI (s) (9C:9C) [21:23:47:406]: Executing op: UnregisterSharedComponentProvider(Component={AFE7885B-782A-47F1-AFF1-53AA58CD4A3D},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:406]: Executing op: ComponentUnregister(ComponentId={AFE7885B-782A-47F1-AFF1-53AA58CD4A3D},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {AFE7885B-782A-47F1-AFF1-53AA58CD4A3D} MSI (s) (9C:9C) [21:23:47:406]: Executing op: UnregisterSharedComponentProvider(Component={EC85078E-062E-4DA9-85F3-03A1505DA388},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:406]: Executing op: ComponentUnregister(ComponentId={EC85078E-062E-4DA9-85F3-03A1505DA388},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {EC85078E-062E-4DA9-85F3-03A1505DA388} MSI (s) (9C:9C) [21:23:47:406]: Executing op: UnregisterSharedComponentProvider(Component={9CAEF4EA-3214-4158-B003-1B2678F9A0DF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:406]: Executing op: ComponentUnregister(ComponentId={9CAEF4EA-3214-4158-B003-1B2678F9A0DF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {9CAEF4EA-3214-4158-B003-1B2678F9A0DF} MSI (s) (9C:9C) [21:23:47:406]: Executing op: UnregisterSharedComponentProvider(Component={E1093480-9656-47C5-A2C5-668438F3667C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:406]: Executing op: ComponentUnregister(ComponentId={E1093480-9656-47C5-A2C5-668438F3667C},,BinaryType=1,PreviouslyPinned=1) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E1093480-9656-47C5-A2C5-668438F3667C} MSI (s) (9C:9C) [21:23:47:422]: Executing op: UnregisterSharedComponentProvider(Component={23711695-88A6-4368-931F-81CED98AFCC0},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:422]: Executing op: ComponentUnregister(ComponentId={23711695-88A6-4368-931F-81CED98AFCC0},,BinaryType=1,PreviouslyPinned=1) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {23711695-88A6-4368-931F-81CED98AFCC0} MSI (s) (9C:9C) [21:23:47:422]: Executing op: UnregisterSharedComponentProvider(Component={44652F3D-9D19-48CB-86AD-EA03BC09B17C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:422]: Executing op: ComponentUnregister(ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {44652F3D-9D19-48CB-86AD-EA03BC09B17C} MSI (s) (9C:9C) [21:23:47:422]: Executing op: UnregisterSharedComponentProvider(Component={860478A2-580E-410B-BE37-19F01E016382},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:422]: Executing op: ComponentUnregister(ComponentId={860478A2-580E-410B-BE37-19F01E016382},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {860478A2-580E-410B-BE37-19F01E016382} MSI (s) (9C:9C) [21:23:47:422]: Executing op: UnregisterSharedComponentProvider(Component={116CF3BA-C3D2-493E-AE07-6C7CE4E6D2BE},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:422]: Executing op: ComponentUnregister(ComponentId={116CF3BA-C3D2-493E-AE07-6C7CE4E6D2BE},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {116CF3BA-C3D2-493E-AE07-6C7CE4E6D2BE} MSI (s) (9C:9C) [21:23:47:422]: Executing op: UnregisterSharedComponentProvider(Component={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:422]: Executing op: ComponentUnregister(ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {EBF940AF-F86F-4C85-81D5-E1E8E184D6B9} MSI (s) (9C:9C) [21:23:47:422]: Executing op: UnregisterSharedComponentProvider(Component={F8DEE1BD-69E3-416C-B10B-79303AB60C54},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:422]: Executing op: ComponentUnregister(ComponentId={F8DEE1BD-69E3-416C-B10B-79303AB60C54},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F8DEE1BD-69E3-416C-B10B-79303AB60C54} MSI (s) (9C:9C) [21:23:47:422]: Executing op: UnregisterSharedComponentProvider(Component={BDB6621E-8BBF-4FD2-823E-073CE0555220},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:422]: Executing op: ComponentUnregister(ComponentId={BDB6621E-8BBF-4FD2-823E-073CE0555220},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BDB6621E-8BBF-4FD2-823E-073CE0555220} MSI (s) (9C:9C) [21:23:47:437]: Executing op: UnregisterSharedComponentProvider(Component={143965DE-1CDC-4859-B062-D8008D5361F6},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:437]: Executing op: ComponentUnregister(ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {143965DE-1CDC-4859-B062-D8008D5361F6} MSI (s) (9C:9C) [21:23:47:437]: Executing op: UnregisterSharedComponentProvider(Component={7059DFCE-DA03-48E7-9756-29C7E364A95F},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:437]: Executing op: ComponentUnregister(ComponentId={7059DFCE-DA03-48E7-9756-29C7E364A95F},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7059DFCE-DA03-48E7-9756-29C7E364A95F} MSI (s) (9C:9C) [21:23:47:437]: Executing op: UnregisterSharedComponentProvider(Component={E038FA56-2196-4DB2-8648-BF1A4C473C84},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:437]: Executing op: ComponentUnregister(ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E038FA56-2196-4DB2-8648-BF1A4C473C84} MSI (s) (9C:9C) [21:23:47:437]: Executing op: UnregisterSharedComponentProvider(Component={636CC23A-051E-4753-94FA-6FC6AEEEE65E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:437]: Executing op: ComponentUnregister(ComponentId={636CC23A-051E-4753-94FA-6FC6AEEEE65E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {636CC23A-051E-4753-94FA-6FC6AEEEE65E} MSI (s) (9C:9C) [21:23:47:437]: Executing op: UnregisterSharedComponentProvider(Component={7971FCFD-E26C-487E-8C50-063915F6CDEA},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:437]: Executing op: ComponentUnregister(ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7971FCFD-E26C-487E-8C50-063915F6CDEA} MSI (s) (9C:9C) [21:23:47:437]: Executing op: UnregisterSharedComponentProvider(Component={764452AA-A130-42F4-8E4C-6C350E10CD06},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:437]: Executing op: ComponentUnregister(ComponentId={764452AA-A130-42F4-8E4C-6C350E10CD06},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {764452AA-A130-42F4-8E4C-6C350E10CD06} MSI (s) (9C:9C) [21:23:47:437]: Executing op: UnregisterSharedComponentProvider(Component={FABC45AA-E11B-410B-A655-596F6C785AC4},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:437]: Executing op: ComponentUnregister(ComponentId={FABC45AA-E11B-410B-A655-596F6C785AC4},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {FABC45AA-E11B-410B-A655-596F6C785AC4} MSI (s) (9C:9C) [21:23:47:437]: Executing op: UnregisterSharedComponentProvider(Component={B9E11F85-B98E-4AA4-864A-4CDE5C871E44},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:437]: Executing op: ComponentUnregister(ComponentId={B9E11F85-B98E-4AA4-864A-4CDE5C871E44},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {B9E11F85-B98E-4AA4-864A-4CDE5C871E44} MSI (s) (9C:9C) [21:23:47:453]: Executing op: UnregisterSharedComponentProvider(Component={3BE432EE-5CE6-4B9A-86F5-31DA896FB2F1},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:453]: Executing op: ComponentUnregister(ComponentId={3BE432EE-5CE6-4B9A-86F5-31DA896FB2F1},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {3BE432EE-5CE6-4B9A-86F5-31DA896FB2F1} MSI (s) (9C:9C) [21:23:47:453]: Executing op: UnregisterSharedComponentProvider(Component={9527A56D-AE42-4951-BA6F-B6617749CF29},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:453]: Executing op: ComponentUnregister(ComponentId={9527A56D-AE42-4951-BA6F-B6617749CF29},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {9527A56D-AE42-4951-BA6F-B6617749CF29} MSI (s) (9C:9C) [21:23:47:453]: Executing op: UnregisterSharedComponentProvider(Component={611B734D-2915-4EE8-A0FF-3E1391E8F946},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:453]: Executing op: ComponentUnregister(ComponentId={611B734D-2915-4EE8-A0FF-3E1391E8F946},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {611B734D-2915-4EE8-A0FF-3E1391E8F946} MSI (s) (9C:9C) [21:23:47:453]: Executing op: UnregisterSharedComponentProvider(Component={CDC9F1F0-F335-4C2E-AA6B-B9AE6C56488F},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:453]: Executing op: ComponentUnregister(ComponentId={CDC9F1F0-F335-4C2E-AA6B-B9AE6C56488F},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {CDC9F1F0-F335-4C2E-AA6B-B9AE6C56488F} MSI (s) (9C:9C) [21:23:47:453]: Executing op: UnregisterSharedComponentProvider(Component={BF6662EF-C2DF-446B-AB53-04BA46583C7A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:453]: Executing op: ComponentUnregister(ComponentId={BF6662EF-C2DF-446B-AB53-04BA46583C7A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BF6662EF-C2DF-446B-AB53-04BA46583C7A} MSI (s) (9C:9C) [21:23:47:453]: Executing op: UnregisterSharedComponentProvider(Component={50545038-AA41-4C3D-9FE8-5E9FA0931E5C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:453]: Executing op: ComponentUnregister(ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {50545038-AA41-4C3D-9FE8-5E9FA0931E5C} MSI (s) (9C:9C) [21:23:47:453]: Executing op: UnregisterSharedComponentProvider(Component={4F751F1E-1970-476B-997A-B0F6FE18568E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:453]: Executing op: ComponentUnregister(ComponentId={4F751F1E-1970-476B-997A-B0F6FE18568E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {4F751F1E-1970-476B-997A-B0F6FE18568E} MSI (s) (9C:9C) [21:23:47:453]: Executing op: UnregisterSharedComponentProvider(Component={48E345AB-5EC0-46A1-B3C1-0C7C565C3604},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:453]: Executing op: ComponentUnregister(ComponentId={48E345AB-5EC0-46A1-B3C1-0C7C565C3604},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {48E345AB-5EC0-46A1-B3C1-0C7C565C3604} MSI (s) (9C:9C) [21:23:47:468]: Executing op: UnregisterSharedComponentProvider(Component={18C4D412-49D8-45BC-8471-907A9F6BA546},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:468]: Executing op: ComponentUnregister(ComponentId={18C4D412-49D8-45BC-8471-907A9F6BA546},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {18C4D412-49D8-45BC-8471-907A9F6BA546} MSI (s) (9C:9C) [21:23:47:468]: Executing op: UnregisterSharedComponentProvider(Component={B8E121E2-C87F-4A90-AF4C-EF3510B42154},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:468]: Executing op: ComponentUnregister(ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {B8E121E2-C87F-4A90-AF4C-EF3510B42154} MSI (s) (9C:9C) [21:23:47:468]: Executing op: UnregisterSharedComponentProvider(Component={054AA76C-7944-419C-884E-72ED4B092DBA},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:468]: Executing op: ComponentUnregister(ComponentId={054AA76C-7944-419C-884E-72ED4B092DBA},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {054AA76C-7944-419C-884E-72ED4B092DBA} MSI (s) (9C:9C) [21:23:47:468]: Executing op: UnregisterSharedComponentProvider(Component={FA203881-0826-427B-84F1-14A398079123},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:468]: Executing op: ComponentUnregister(ComponentId={FA203881-0826-427B-84F1-14A398079123},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {FA203881-0826-427B-84F1-14A398079123} MSI (s) (9C:9C) [21:23:47:468]: Executing op: UnregisterSharedComponentProvider(Component={38146F85-8997-49E6-A53D-83DB95FD58F2},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:468]: Executing op: ComponentUnregister(ComponentId={38146F85-8997-49E6-A53D-83DB95FD58F2},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {38146F85-8997-49E6-A53D-83DB95FD58F2} MSI (s) (9C:9C) [21:23:47:468]: Executing op: UnregisterSharedComponentProvider(Component={3B1FBA25-E260-41AC-831A-CD5A5D808992},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:468]: Executing op: ComponentUnregister(ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {3B1FBA25-E260-41AC-831A-CD5A5D808992} MSI (s) (9C:9C) [21:23:47:468]: Executing op: UnregisterSharedComponentProvider(Component={F0189839-DDEA-4F95-B3F0-AAA7556CD186},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:468]: Executing op: ComponentUnregister(ComponentId={F0189839-DDEA-4F95-B3F0-AAA7556CD186},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F0189839-DDEA-4F95-B3F0-AAA7556CD186} MSI (s) (9C:9C) [21:23:47:468]: Executing op: UnregisterSharedComponentProvider(Component={30A3DDC4-0FB6-451D-BD94-3518F4704A15},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:484]: Executing op: ComponentUnregister(ComponentId={30A3DDC4-0FB6-451D-BD94-3518F4704A15},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {30A3DDC4-0FB6-451D-BD94-3518F4704A15} MSI (s) (9C:9C) [21:23:47:484]: Executing op: UnregisterSharedComponentProvider(Component={6D649BB8-1E23-45F3-8DCB-65ECB0F04709},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:484]: Executing op: ComponentUnregister(ComponentId={6D649BB8-1E23-45F3-8DCB-65ECB0F04709},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {6D649BB8-1E23-45F3-8DCB-65ECB0F04709} MSI (s) (9C:9C) [21:23:47:484]: Executing op: UnregisterSharedComponentProvider(Component={2B74645C-67E3-46AA-8ECA-BCA9F693D1A9},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:484]: Executing op: ComponentUnregister(ComponentId={2B74645C-67E3-46AA-8ECA-BCA9F693D1A9},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {2B74645C-67E3-46AA-8ECA-BCA9F693D1A9} MSI (s) (9C:9C) [21:23:47:484]: Executing op: UnregisterSharedComponentProvider(Component={51F5E9FB-FCB9-400D-BC6D-482C98E40069},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:484]: Executing op: ComponentUnregister(ComponentId={51F5E9FB-FCB9-400D-BC6D-482C98E40069},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {51F5E9FB-FCB9-400D-BC6D-482C98E40069} MSI (s) (9C:9C) [21:23:47:484]: Executing op: UnregisterSharedComponentProvider(Component={C069E520-790A-4219-B712-67A6688A3815},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:484]: Executing op: ComponentUnregister(ComponentId={C069E520-790A-4219-B712-67A6688A3815},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {C069E520-790A-4219-B712-67A6688A3815} MSI (s) (9C:9C) [21:23:47:484]: Executing op: UnregisterSharedComponentProvider(Component={69A285D0-1F2A-4B71-AA37-9A8516D274DE},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:484]: Executing op: ComponentUnregister(ComponentId={69A285D0-1F2A-4B71-AA37-9A8516D274DE},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {69A285D0-1F2A-4B71-AA37-9A8516D274DE} MSI (s) (9C:9C) [21:23:47:484]: Executing op: UnregisterSharedComponentProvider(Component={86B9EE12-3355-45B1-AE48-670E8A92123A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:484]: Executing op: ComponentUnregister(ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {86B9EE12-3355-45B1-AE48-670E8A92123A} MSI (s) (9C:9C) [21:23:47:484]: Executing op: UnregisterSharedComponentProvider(Component={3C768352-B685-41AE-B632-29769B7889C3},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:484]: Executing op: ComponentUnregister(ComponentId={3C768352-B685-41AE-B632-29769B7889C3},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {3C768352-B685-41AE-B632-29769B7889C3} MSI (s) (9C:9C) [21:23:47:484]: Executing op: UnregisterSharedComponentProvider(Component={5317934C-7839-4E15-B1F0-E59A20C48CDA},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:484]: Executing op: ComponentUnregister(ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {5317934C-7839-4E15-B1F0-E59A20C48CDA} MSI (s) (9C:9C) [21:23:47:500]: Executing op: UnregisterSharedComponentProvider(Component={BDB02487-9C4F-4471-9D68-5CE0420EC2F4},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:500]: Executing op: ComponentUnregister(ComponentId={BDB02487-9C4F-4471-9D68-5CE0420EC2F4},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BDB02487-9C4F-4471-9D68-5CE0420EC2F4} MSI (s) (9C:9C) [21:23:47:500]: Executing op: UnregisterSharedComponentProvider(Component={2B4A971A-9E0E-4EC3-ACF2-C5F83E00A9DF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:500]: Executing op: ComponentUnregister(ComponentId={2B4A971A-9E0E-4EC3-ACF2-C5F83E00A9DF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {2B4A971A-9E0E-4EC3-ACF2-C5F83E00A9DF} MSI (s) (9C:9C) [21:23:47:500]: Executing op: UnregisterSharedComponentProvider(Component={BDB1D96B-2E1A-48ED-96B2-AA8624414AF4},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:500]: Executing op: ComponentUnregister(ComponentId={BDB1D96B-2E1A-48ED-96B2-AA8624414AF4},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BDB1D96B-2E1A-48ED-96B2-AA8624414AF4} MSI (s) (9C:9C) [21:23:47:500]: Executing op: UnregisterSharedComponentProvider(Component={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:500]: Executing op: ComponentUnregister(ComponentId={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {1CB7C27A-B780-4C23-A21F-0105B4C5C5D8} MSI (s) (9C:9C) [21:23:47:500]: Executing op: UnregisterSharedComponentProvider(Component={CD99EAB0-EDB0-46D8-BA9A-D4C262073D88},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:500]: Executing op: ComponentUnregister(ComponentId={CD99EAB0-EDB0-46D8-BA9A-D4C262073D88},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {CD99EAB0-EDB0-46D8-BA9A-D4C262073D88} MSI (s) (9C:9C) [21:23:47:500]: Executing op: UnregisterSharedComponentProvider(Component={5BF35942-ED87-4719-B806-425903D8658D},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:500]: Executing op: ComponentUnregister(ComponentId={5BF35942-ED87-4719-B806-425903D8658D},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {5BF35942-ED87-4719-B806-425903D8658D} MSI (s) (9C:9C) [21:23:47:500]: Executing op: UnregisterSharedComponentProvider(Component={A9A06E14-47C3-499D-BC41-59F09E6AF8AB},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:500]: Executing op: ComponentUnregister(ComponentId={A9A06E14-47C3-499D-BC41-59F09E6AF8AB},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {A9A06E14-47C3-499D-BC41-59F09E6AF8AB} MSI (s) (9C:9C) [21:23:47:500]: Executing op: UnregisterSharedComponentProvider(Component={D88DFB76-32C6-4245-B42F-C9F0311E117E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:500]: Executing op: ComponentUnregister(ComponentId={D88DFB76-32C6-4245-B42F-C9F0311E117E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {D88DFB76-32C6-4245-B42F-C9F0311E117E} MSI (s) (9C:9C) [21:23:47:515]: Executing op: UnregisterSharedComponentProvider(Component={A413CDDA-E73D-42AA-B2CB-764AF036F44F},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:515]: Executing op: ComponentUnregister(ComponentId={A413CDDA-E73D-42AA-B2CB-764AF036F44F},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {A413CDDA-E73D-42AA-B2CB-764AF036F44F} MSI (s) (9C:9C) [21:23:47:515]: Executing op: UnregisterSharedComponentProvider(Component={CF2AD6B9-B7A1-450E-9380-60B278B6314A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:515]: Executing op: ComponentUnregister(ComponentId={CF2AD6B9-B7A1-450E-9380-60B278B6314A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {CF2AD6B9-B7A1-450E-9380-60B278B6314A} MSI (s) (9C:9C) [21:23:47:515]: Executing op: UnregisterSharedComponentProvider(Component={7EC72E7B-C5DF-4813-9826-1EF742B56A6F},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:515]: Executing op: ComponentUnregister(ComponentId={7EC72E7B-C5DF-4813-9826-1EF742B56A6F},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7EC72E7B-C5DF-4813-9826-1EF742B56A6F} MSI (s) (9C:9C) [21:23:47:515]: Executing op: UnregisterSharedComponentProvider(Component={5C72C40F-D7C7-4841-B59A-B9A95BC998A5},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:515]: Executing op: ComponentUnregister(ComponentId={5C72C40F-D7C7-4841-B59A-B9A95BC998A5},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {5C72C40F-D7C7-4841-B59A-B9A95BC998A5} MSI (s) (9C:9C) [21:23:47:515]: Executing op: UnregisterSharedComponentProvider(Component={2C3F1D5A-90C4-47FA-8967-5F43FEDC074A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:515]: Executing op: ComponentUnregister(ComponentId={2C3F1D5A-90C4-47FA-8967-5F43FEDC074A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {2C3F1D5A-90C4-47FA-8967-5F43FEDC074A} MSI (s) (9C:9C) [21:23:47:515]: Executing op: UnregisterSharedComponentProvider(Component={932A9557-AD0B-4D9E-8FEE-356E090711CF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:515]: Executing op: ComponentUnregister(ComponentId={932A9557-AD0B-4D9E-8FEE-356E090711CF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {932A9557-AD0B-4D9E-8FEE-356E090711CF} MSI (s) (9C:9C) [21:23:47:515]: Executing op: UnregisterSharedComponentProvider(Component={4B1B0502-719D-4456-902B-461CA2C78915},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:515]: Executing op: ComponentUnregister(ComponentId={4B1B0502-719D-4456-902B-461CA2C78915},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {4B1B0502-719D-4456-902B-461CA2C78915} MSI (s) (9C:9C) [21:23:47:515]: Executing op: UnregisterSharedComponentProvider(Component={B13054D7-2C84-4A88-B8F5-C8B9509286F6},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:515]: Executing op: ComponentUnregister(ComponentId={B13054D7-2C84-4A88-B8F5-C8B9509286F6},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {B13054D7-2C84-4A88-B8F5-C8B9509286F6} MSI (s) (9C:9C) [21:23:47:531]: Executing op: UnregisterSharedComponentProvider(Component={30A62CB5-F467-43E4-9D1A-AD63E65D886E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:531]: Executing op: ComponentUnregister(ComponentId={30A62CB5-F467-43E4-9D1A-AD63E65D886E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {30A62CB5-F467-43E4-9D1A-AD63E65D886E} MSI (s) (9C:9C) [21:23:47:531]: Executing op: UnregisterSharedComponentProvider(Component={8E6021F9-434C-45FF-97CF-CD0FB493E7DD},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:531]: Executing op: ComponentUnregister(ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {8E6021F9-434C-45FF-97CF-CD0FB493E7DD} MSI (s) (9C:9C) [21:23:47:531]: Executing op: UnregisterSharedComponentProvider(Component={28BBCC73-2282-430A-B309-2620E898A782},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:531]: Executing op: ComponentUnregister(ComponentId={28BBCC73-2282-430A-B309-2620E898A782},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {28BBCC73-2282-430A-B309-2620E898A782} MSI (s) (9C:9C) [21:23:47:531]: Executing op: UnregisterSharedComponentProvider(Component={BF66F12F-0EC1-476B-A4E7-DB92D92B4328},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:531]: Executing op: ComponentUnregister(ComponentId={BF66F12F-0EC1-476B-A4E7-DB92D92B4328},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BF66F12F-0EC1-476B-A4E7-DB92D92B4328} MSI (s) (9C:9C) [21:23:47:531]: Executing op: UnregisterSharedComponentProvider(Component={08194A16-20DF-47DC-AB7C-21A1AD9C7371},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:531]: Executing op: ComponentUnregister(ComponentId={08194A16-20DF-47DC-AB7C-21A1AD9C7371},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {08194A16-20DF-47DC-AB7C-21A1AD9C7371} MSI (s) (9C:9C) [21:23:47:531]: Executing op: UnregisterSharedComponentProvider(Component={5DE387F7-3042-4070-B99A-F71FC9B436B8},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:531]: Executing op: ComponentUnregister(ComponentId={5DE387F7-3042-4070-B99A-F71FC9B436B8},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {5DE387F7-3042-4070-B99A-F71FC9B436B8} MSI (s) (9C:9C) [21:23:47:531]: Executing op: UnregisterSharedComponentProvider(Component={F4A6FF94-853B-4040-882B-D5D178B4525E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:531]: Executing op: ComponentUnregister(ComponentId={F4A6FF94-853B-4040-882B-D5D178B4525E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F4A6FF94-853B-4040-882B-D5D178B4525E} MSI (s) (9C:9C) [21:23:47:531]: Executing op: UnregisterSharedComponentProvider(Component={E833A182-D859-4086-8E97-6BE554B479FB},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:531]: Executing op: ComponentUnregister(ComponentId={E833A182-D859-4086-8E97-6BE554B479FB},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E833A182-D859-4086-8E97-6BE554B479FB} MSI (s) (9C:9C) [21:23:47:546]: Executing op: UnregisterSharedComponentProvider(Component={D1D033BD-07F3-49AE-8803-EFE5DC4291F3},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:546]: Executing op: ComponentUnregister(ComponentId={D1D033BD-07F3-49AE-8803-EFE5DC4291F3},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {D1D033BD-07F3-49AE-8803-EFE5DC4291F3} MSI (s) (9C:9C) [21:23:47:546]: Executing op: UnregisterSharedComponentProvider(Component={BF595689-5546-47A1-9588-BE5CF072D2AE},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:546]: Executing op: ComponentUnregister(ComponentId={BF595689-5546-47A1-9588-BE5CF072D2AE},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BF595689-5546-47A1-9588-BE5CF072D2AE} MSI (s) (9C:9C) [21:23:47:546]: Executing op: UnregisterSharedComponentProvider(Component={AC7DBFF8-7F45-4B31-9152-6FE52114C4CF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:546]: Executing op: ComponentUnregister(ComponentId={AC7DBFF8-7F45-4B31-9152-6FE52114C4CF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {AC7DBFF8-7F45-4B31-9152-6FE52114C4CF} MSI (s) (9C:9C) [21:23:47:546]: Executing op: UnregisterSharedComponentProvider(Component={403FA4B8-F48F-4E1C-9C0B-3772238C63B8},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:546]: Executing op: ComponentUnregister(ComponentId={403FA4B8-F48F-4E1C-9C0B-3772238C63B8},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {403FA4B8-F48F-4E1C-9C0B-3772238C63B8} MSI (s) (9C:9C) [21:23:47:546]: Executing op: UnregisterSharedComponentProvider(Component={7C276927-C28D-4247-9E88-133F60CAF848},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:546]: Executing op: ComponentUnregister(ComponentId={7C276927-C28D-4247-9E88-133F60CAF848},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7C276927-C28D-4247-9E88-133F60CAF848} MSI (s) (9C:9C) [21:23:47:546]: Executing op: UnregisterSharedComponentProvider(Component={104BD7E2-BD42-46F4-B243-B15E15AA9099},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:546]: Executing op: ComponentUnregister(ComponentId={104BD7E2-BD42-46F4-B243-B15E15AA9099},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {104BD7E2-BD42-46F4-B243-B15E15AA9099} MSI (s) (9C:9C) [21:23:47:546]: Executing op: UnregisterSharedComponentProvider(Component={B6A1D26C-B730-434D-8721-1EE25AB3EDE6},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:546]: Executing op: ComponentUnregister(ComponentId={B6A1D26C-B730-434D-8721-1EE25AB3EDE6},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {B6A1D26C-B730-434D-8721-1EE25AB3EDE6} MSI (s) (9C:9C) [21:23:47:546]: Executing op: UnregisterSharedComponentProvider(Component={DF131C61-6D5B-4BCE-987A-2A4AD7AA5299},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:546]: Executing op: ComponentUnregister(ComponentId={DF131C61-6D5B-4BCE-987A-2A4AD7AA5299},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {DF131C61-6D5B-4BCE-987A-2A4AD7AA5299} MSI (s) (9C:9C) [21:23:47:562]: Executing op: UnregisterSharedComponentProvider(Component={B5C50EF6-0D9E-467E-8747-11B63844461C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:562]: Executing op: ComponentUnregister(ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {B5C50EF6-0D9E-467E-8747-11B63844461C} MSI (s) (9C:9C) [21:23:47:562]: Executing op: UnregisterSharedComponentProvider(Component={04B34B33-2A19-4A85-BC48-3F08DA2DC832},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:562]: Executing op: ComponentUnregister(ComponentId={04B34B33-2A19-4A85-BC48-3F08DA2DC832},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {04B34B33-2A19-4A85-BC48-3F08DA2DC832} MSI (s) (9C:9C) [21:23:47:562]: Executing op: UnregisterSharedComponentProvider(Component={F4D47790-D3DF-44C7-B0E5-54C55333805E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:562]: Executing op: ComponentUnregister(ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F4D47790-D3DF-44C7-B0E5-54C55333805E} MSI (s) (9C:9C) [21:23:47:562]: Executing op: UnregisterSharedComponentProvider(Component={F870FC50-3FE5-41F7-BE15-5764A3F690FE},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:562]: Executing op: ComponentUnregister(ComponentId={F870FC50-3FE5-41F7-BE15-5764A3F690FE},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F870FC50-3FE5-41F7-BE15-5764A3F690FE} MSI (s) (9C:9C) [21:23:47:562]: Executing op: UnregisterSharedComponentProvider(Component={132CC124-704D-4EB7-BCA0-1C74FA0550DF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:562]: Executing op: ComponentUnregister(ComponentId={132CC124-704D-4EB7-BCA0-1C74FA0550DF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {132CC124-704D-4EB7-BCA0-1C74FA0550DF} MSI (s) (9C:9C) [21:23:47:562]: Executing op: UnregisterSharedComponentProvider(Component={7111017F-53F7-4B12-B481-2214AF88CA52},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:562]: Executing op: ComponentUnregister(ComponentId={7111017F-53F7-4B12-B481-2214AF88CA52},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7111017F-53F7-4B12-B481-2214AF88CA52} MSI (s) (9C:9C) [21:23:47:562]: Executing op: UnregisterSharedComponentProvider(Component={966B0E33-8652-4390-B3DD-85291E93765D},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:562]: Executing op: ComponentUnregister(ComponentId={966B0E33-8652-4390-B3DD-85291E93765D},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {966B0E33-8652-4390-B3DD-85291E93765D} MSI (s) (9C:9C) [21:23:47:562]: Executing op: UnregisterSharedComponentProvider(Component={641C911F-17B9-49A9-BFE5-9FC15F3084C3},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:562]: Executing op: ComponentUnregister(ComponentId={641C911F-17B9-49A9-BFE5-9FC15F3084C3},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {641C911F-17B9-49A9-BFE5-9FC15F3084C3} MSI (s) (9C:9C) [21:23:47:578]: Executing op: UnregisterSharedComponentProvider(Component={E7F8E658-DB8A-4846-ABAD-F0CFE2D265E6},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:578]: Executing op: ComponentUnregister(ComponentId={E7F8E658-DB8A-4846-ABAD-F0CFE2D265E6},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E7F8E658-DB8A-4846-ABAD-F0CFE2D265E6} MSI (s) (9C:9C) [21:23:47:578]: Executing op: UnregisterSharedComponentProvider(Component={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:578]: Executing op: ComponentUnregister(ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7} MSI (s) (9C:9C) [21:23:47:578]: Executing op: UnregisterSharedComponentProvider(Component={BB7805FA-1681-459E-8D66-F963EFB71606},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:578]: Executing op: ComponentUnregister(ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BB7805FA-1681-459E-8D66-F963EFB71606} MSI (s) (9C:9C) [21:23:47:578]: Executing op: UnregisterSharedComponentProvider(Component={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:578]: Executing op: ComponentUnregister(ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E93B19B7-4FD2-4149-86E7-8D1AAEB73B61} MSI (s) (9C:9C) [21:23:47:578]: Executing op: UnregisterSharedComponentProvider(Component={D57377E9-C10F-4C35-875A-91C3D13B2879},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:578]: Executing op: ComponentUnregister(ComponentId={D57377E9-C10F-4C35-875A-91C3D13B2879},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {D57377E9-C10F-4C35-875A-91C3D13B2879} MSI (s) (9C:9C) [21:23:47:578]: Executing op: UnregisterSharedComponentProvider(Component={45430CAC-F539-47E8-85C6-90860915DDBC},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:578]: Executing op: ComponentUnregister(ComponentId={45430CAC-F539-47E8-85C6-90860915DDBC},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {45430CAC-F539-47E8-85C6-90860915DDBC} MSI (s) (9C:9C) [21:23:47:578]: Executing op: UnregisterSharedComponentProvider(Component={577492CC-3777-42A3-90A2-A78352C57669},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:578]: Executing op: ComponentUnregister(ComponentId={577492CC-3777-42A3-90A2-A78352C57669},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {577492CC-3777-42A3-90A2-A78352C57669} MSI (s) (9C:9C) [21:23:47:578]: Executing op: UnregisterSharedComponentProvider(Component={454A6548-DFC2-4865-9C78-1E7C70F0BAE8},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:578]: Executing op: ComponentUnregister(ComponentId={454A6548-DFC2-4865-9C78-1E7C70F0BAE8},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {454A6548-DFC2-4865-9C78-1E7C70F0BAE8} MSI (s) (9C:9C) [21:23:47:578]: Executing op: UnregisterSharedComponentProvider(Component={A166E0B2-F94C-4EB4-80EF-E69F1871DF83},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:593]: Executing op: ComponentUnregister(ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {A166E0B2-F94C-4EB4-80EF-E69F1871DF83} MSI (s) (9C:9C) [21:23:47:593]: Executing op: UnregisterSharedComponentProvider(Component={F94509B5-5DE3-4E15-975E-421FF0328611},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:593]: Executing op: ComponentUnregister(ComponentId={F94509B5-5DE3-4E15-975E-421FF0328611},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F94509B5-5DE3-4E15-975E-421FF0328611} MSI (s) (9C:9C) [21:23:47:593]: Executing op: UnregisterSharedComponentProvider(Component={33CE87A1-334A-43A9-8D5E-A91A643B69CF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:593]: Executing op: ComponentUnregister(ComponentId={33CE87A1-334A-43A9-8D5E-A91A643B69CF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {33CE87A1-334A-43A9-8D5E-A91A643B69CF} MSI (s) (9C:9C) [21:23:47:593]: Executing op: UnregisterSharedComponentProvider(Component={606D14A5-32A3-4A79-BA34-56F6E9A931CC},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:593]: Executing op: ComponentUnregister(ComponentId={606D14A5-32A3-4A79-BA34-56F6E9A931CC},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {606D14A5-32A3-4A79-BA34-56F6E9A931CC} MSI (s) (9C:9C) [21:23:47:593]: Executing op: UnregisterSharedComponentProvider(Component={1B1F9FC1-CE81-44A3-BE58-8ABE3B78AF83},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:593]: Executing op: ComponentUnregister(ComponentId={1B1F9FC1-CE81-44A3-BE58-8ABE3B78AF83},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {1B1F9FC1-CE81-44A3-BE58-8ABE3B78AF83} MSI (s) (9C:9C) [21:23:47:593]: Executing op: UnregisterSharedComponentProvider(Component={14D1837B-C09D-44B4-9951-A62983AA3F8E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:593]: Executing op: ComponentUnregister(ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {14D1837B-C09D-44B4-9951-A62983AA3F8E} MSI (s) (9C:9C) [21:23:47:593]: Executing op: UnregisterSharedComponentProvider(Component={042CDBED-CA37-4149-B721-2F861F89F05F},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:593]: Executing op: ComponentUnregister(ComponentId={042CDBED-CA37-4149-B721-2F861F89F05F},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {042CDBED-CA37-4149-B721-2F861F89F05F} MSI (s) (9C:9C) [21:23:47:593]: Executing op: UnregisterSharedComponentProvider(Component={FE155C1B-BAA2-4A1D-9475-CF82DE571A08},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:593]: Executing op: ComponentUnregister(ComponentId={FE155C1B-BAA2-4A1D-9475-CF82DE571A08},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {FE155C1B-BAA2-4A1D-9475-CF82DE571A08} MSI (s) (9C:9C) [21:23:47:593]: Executing op: UnregisterSharedComponentProvider(Component={AEC9480E-4CE9-49B3-8491-46A511473EE7},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:593]: Executing op: ComponentUnregister(ComponentId={AEC9480E-4CE9-49B3-8491-46A511473EE7},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {AEC9480E-4CE9-49B3-8491-46A511473EE7} MSI (s) (9C:9C) [21:23:47:609]: Executing op: UnregisterSharedComponentProvider(Component={2992215E-2FE2-4336-A862-E18391F537DA},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:609]: Executing op: ComponentUnregister(ComponentId={2992215E-2FE2-4336-A862-E18391F537DA},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {2992215E-2FE2-4336-A862-E18391F537DA} MSI (s) (9C:9C) [21:23:47:609]: Executing op: UnregisterSharedComponentProvider(Component={E5908615-5F59-406D-86B9-2A225FD204A2},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:609]: Executing op: ComponentUnregister(ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E5908615-5F59-406D-86B9-2A225FD204A2} MSI (s) (9C:9C) [21:23:47:609]: Executing op: UnregisterSharedComponentProvider(Component={49B2825C-CB7E-49A0-A023-D5E2638629A1},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:609]: Executing op: ComponentUnregister(ComponentId={49B2825C-CB7E-49A0-A023-D5E2638629A1},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {49B2825C-CB7E-49A0-A023-D5E2638629A1} MSI (s) (9C:9C) [21:23:47:609]: Executing op: UnregisterSharedComponentProvider(Component={3F9E2219-67ED-4CB2-85F1-AD721AF70F48},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:609]: Executing op: ComponentUnregister(ComponentId={3F9E2219-67ED-4CB2-85F1-AD721AF70F48},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {3F9E2219-67ED-4CB2-85F1-AD721AF70F48} MSI (s) (9C:9C) [21:23:47:609]: Executing op: UnregisterSharedComponentProvider(Component={BEE06C19-D396-4031-B187-62E54FBDFD90},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:609]: Executing op: ComponentUnregister(ComponentId={BEE06C19-D396-4031-B187-62E54FBDFD90},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BEE06C19-D396-4031-B187-62E54FBDFD90} MSI (s) (9C:9C) [21:23:47:609]: Executing op: UnregisterSharedComponentProvider(Component={5150542E-A941-4BD2-B7F0-31187B3220A5},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:609]: Executing op: ComponentUnregister(ComponentId={5150542E-A941-4BD2-B7F0-31187B3220A5},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {5150542E-A941-4BD2-B7F0-31187B3220A5} MSI (s) (9C:9C) [21:23:47:625]: Executing op: UnregisterSharedComponentProvider(Component={435268B0-834D-49EF-89DA-8F5CF6838CEF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:625]: Executing op: ComponentUnregister(ComponentId={435268B0-834D-49EF-89DA-8F5CF6838CEF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {435268B0-834D-49EF-89DA-8F5CF6838CEF} MSI (s) (9C:9C) [21:23:47:625]: Executing op: UnregisterSharedComponentProvider(Component={BB44AA2F-2639-4B70-99EF-9BC6DFDBCA49},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:625]: Executing op: ComponentUnregister(ComponentId={BB44AA2F-2639-4B70-99EF-9BC6DFDBCA49},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BB44AA2F-2639-4B70-99EF-9BC6DFDBCA49} MSI (s) (9C:9C) [21:23:47:625]: Executing op: UnregisterSharedComponentProvider(Component={536F6DD8-75F1-49B7-BB56-D1DD78D12484},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:625]: Executing op: ComponentUnregister(ComponentId={536F6DD8-75F1-49B7-BB56-D1DD78D12484},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {536F6DD8-75F1-49B7-BB56-D1DD78D12484} MSI (s) (9C:9C) [21:23:47:625]: Executing op: UnregisterSharedComponentProvider(Component={45D2E6FE-2B3C-4A4C-90DF-81ACAD97757A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:625]: Executing op: ComponentUnregister(ComponentId={45D2E6FE-2B3C-4A4C-90DF-81ACAD97757A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {45D2E6FE-2B3C-4A4C-90DF-81ACAD97757A} MSI (s) (9C:9C) [21:23:47:625]: Executing op: UnregisterSharedComponentProvider(Component={45C3F0CD-7DDE-47B0-9EE7-1AE27A51B1EF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:625]: Executing op: ComponentUnregister(ComponentId={45C3F0CD-7DDE-47B0-9EE7-1AE27A51B1EF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {45C3F0CD-7DDE-47B0-9EE7-1AE27A51B1EF} MSI (s) (9C:9C) [21:23:47:625]: Executing op: UnregisterSharedComponentProvider(Component={BB2FF230-A151-45B8-BE4D-7667579278BE},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:625]: Executing op: ComponentUnregister(ComponentId={BB2FF230-A151-45B8-BE4D-7667579278BE},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BB2FF230-A151-45B8-BE4D-7667579278BE} MSI (s) (9C:9C) [21:23:47:625]: Executing op: UnregisterSharedComponentProvider(Component={39821770-2DD6-4B6B-A123-E172F2F00522},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:640]: Executing op: ComponentUnregister(ComponentId={39821770-2DD6-4B6B-A123-E172F2F00522},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {39821770-2DD6-4B6B-A123-E172F2F00522} MSI (s) (9C:9C) [21:23:47:640]: Executing op: UnregisterSharedComponentProvider(Component={85BC99CA-AEA2-4522-A7AA-519882E4483D},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:640]: Executing op: ComponentUnregister(ComponentId={85BC99CA-AEA2-4522-A7AA-519882E4483D},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {85BC99CA-AEA2-4522-A7AA-519882E4483D} MSI (s) (9C:9C) [21:23:47:640]: Executing op: UnregisterSharedComponentProvider(Component={F49D7C80-FEAF-4C3B-93E2-6E54DC836C34},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:640]: Executing op: ComponentUnregister(ComponentId={F49D7C80-FEAF-4C3B-93E2-6E54DC836C34},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F49D7C80-FEAF-4C3B-93E2-6E54DC836C34} MSI (s) (9C:9C) [21:23:47:640]: Executing op: UnregisterSharedComponentProvider(Component={9173B52D-97AD-4909-9289-217C5B03EC7B},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:640]: Executing op: ComponentUnregister(ComponentId={9173B52D-97AD-4909-9289-217C5B03EC7B},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {9173B52D-97AD-4909-9289-217C5B03EC7B} MSI (s) (9C:9C) [21:23:47:640]: Executing op: UnregisterSharedComponentProvider(Component={D2ED3C13-5765-4A45-9902-74C1E2804F64},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:640]: Executing op: ComponentUnregister(ComponentId={D2ED3C13-5765-4A45-9902-74C1E2804F64},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {D2ED3C13-5765-4A45-9902-74C1E2804F64} MSI (s) (9C:9C) [21:23:47:640]: Executing op: UnregisterSharedComponentProvider(Component={75A053B7-488C-433B-A7EE-F06FC5493D41},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:640]: Executing op: ComponentUnregister(ComponentId={75A053B7-488C-433B-A7EE-F06FC5493D41},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {75A053B7-488C-433B-A7EE-F06FC5493D41} MSI (s) (9C:9C) [21:23:47:640]: Executing op: UnregisterSharedComponentProvider(Component={4B80B1FB-76F4-4F7C-83B5-EB6E5635F4AB},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:640]: Executing op: ComponentUnregister(ComponentId={4B80B1FB-76F4-4F7C-83B5-EB6E5635F4AB},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {4B80B1FB-76F4-4F7C-83B5-EB6E5635F4AB} MSI (s) (9C:9C) [21:23:47:640]: Executing op: UnregisterSharedComponentProvider(Component={F584A0AE-3D75-4E53-B958-4D12BCC59218},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:640]: Executing op: ComponentUnregister(ComponentId={F584A0AE-3D75-4E53-B958-4D12BCC59218},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F584A0AE-3D75-4E53-B958-4D12BCC59218} MSI (s) (9C:9C) [21:23:47:656]: Executing op: UnregisterSharedComponentProvider(Component={45D7C415-D33F-4DDF-992C-1BAEA8AC9A32},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:656]: Executing op: ComponentUnregister(ComponentId={45D7C415-D33F-4DDF-992C-1BAEA8AC9A32},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {45D7C415-D33F-4DDF-992C-1BAEA8AC9A32} MSI (s) (9C:9C) [21:23:47:656]: Executing op: UnregisterSharedComponentProvider(Component={C8AD2DEB-EF68-4F78-8C80-158B651951EC},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:656]: Executing op: ComponentUnregister(ComponentId={C8AD2DEB-EF68-4F78-8C80-158B651951EC},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {C8AD2DEB-EF68-4F78-8C80-158B651951EC} MSI (s) (9C:9C) [21:23:47:656]: Executing op: UnregisterSharedComponentProvider(Component={BCE79190-7EF0-43FE-9312-89E6DC6CFF7E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:656]: Executing op: ComponentUnregister(ComponentId={BCE79190-7EF0-43FE-9312-89E6DC6CFF7E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BCE79190-7EF0-43FE-9312-89E6DC6CFF7E} MSI (s) (9C:9C) [21:23:47:656]: Executing op: UnregisterSharedComponentProvider(Component={83878BB5-7E76-4233-9985-6A6A9027FB38},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:656]: Executing op: ComponentUnregister(ComponentId={83878BB5-7E76-4233-9985-6A6A9027FB38},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {83878BB5-7E76-4233-9985-6A6A9027FB38} MSI (s) (9C:9C) [21:23:47:656]: Executing op: UnregisterSharedComponentProvider(Component={58C702C2-3671-425C-8554-60C6929FB0F5},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:656]: Executing op: ComponentUnregister(ComponentId={58C702C2-3671-425C-8554-60C6929FB0F5},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {58C702C2-3671-425C-8554-60C6929FB0F5} MSI (s) (9C:9C) [21:23:47:656]: Executing op: UnregisterSharedComponentProvider(Component={D02E8912-54C2-43D4-8A1A-F12600217D8A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:656]: Executing op: ComponentUnregister(ComponentId={D02E8912-54C2-43D4-8A1A-F12600217D8A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {D02E8912-54C2-43D4-8A1A-F12600217D8A} MSI (s) (9C:9C) [21:23:47:656]: Executing op: UnregisterSharedComponentProvider(Component={38606B33-8A37-4866-8D38-7CAE1C244250},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:656]: Executing op: ComponentUnregister(ComponentId={38606B33-8A37-4866-8D38-7CAE1C244250},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {38606B33-8A37-4866-8D38-7CAE1C244250} MSI (s) (9C:9C) [21:23:47:671]: Executing op: UnregisterSharedComponentProvider(Component={2A996475-3ABB-417A-806F-7A4ABB975C40},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:671]: Executing op: ComponentUnregister(ComponentId={2A996475-3ABB-417A-806F-7A4ABB975C40},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {2A996475-3ABB-417A-806F-7A4ABB975C40} MSI (s) (9C:9C) [21:23:47:671]: Executing op: UnregisterSharedComponentProvider(Component={8AE3441B-45F4-4D33-BBAF-4FC148AAA42C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:671]: Executing op: ComponentUnregister(ComponentId={8AE3441B-45F4-4D33-BBAF-4FC148AAA42C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {8AE3441B-45F4-4D33-BBAF-4FC148AAA42C} MSI (s) (9C:9C) [21:23:47:671]: Executing op: UnregisterSharedComponentProvider(Component={5CDDB965-C302-4188-909D-BB2F0111B9D4},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:671]: Executing op: ComponentUnregister(ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {5CDDB965-C302-4188-909D-BB2F0111B9D4} MSI (s) (9C:9C) [21:23:47:671]: Executing op: UnregisterSharedComponentProvider(Component={44D35FB4-3F72-4FD9-BD9B-79D63A68213C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:671]: Executing op: ComponentUnregister(ComponentId={44D35FB4-3F72-4FD9-BD9B-79D63A68213C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {44D35FB4-3F72-4FD9-BD9B-79D63A68213C} MSI (s) (9C:9C) [21:23:47:671]: Executing op: UnregisterSharedComponentProvider(Component={CEB22129-2DB7-4044-A20A-39F317848BC4},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:671]: Executing op: ComponentUnregister(ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {CEB22129-2DB7-4044-A20A-39F317848BC4} MSI (s) (9C:9C) [21:23:47:671]: Executing op: UnregisterSharedComponentProvider(Component={8DABFE40-7214-47CB-88A9-7B744B972235},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:671]: Executing op: ComponentUnregister(ComponentId={8DABFE40-7214-47CB-88A9-7B744B972235},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {8DABFE40-7214-47CB-88A9-7B744B972235} MSI (s) (9C:9C) [21:23:47:671]: Executing op: UnregisterSharedComponentProvider(Component={25897B34-18CA-4652-B8F4-2C02CFB5EC6F},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:671]: Executing op: ComponentUnregister(ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {25897B34-18CA-4652-B8F4-2C02CFB5EC6F} MSI (s) (9C:9C) [21:23:47:687]: Executing op: UnregisterSharedComponentProvider(Component={EC3A5BC8-53B6-4629-8A95-84427AD8E12D},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:687]: Executing op: ComponentUnregister(ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {EC3A5BC8-53B6-4629-8A95-84427AD8E12D} MSI (s) (9C:9C) [21:23:47:687]: Executing op: UnregisterSharedComponentProvider(Component={E3A2DC60-C834-4E10-A97A-87DE597CF1CE},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:687]: Executing op: ComponentUnregister(ComponentId={E3A2DC60-C834-4E10-A97A-87DE597CF1CE},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E3A2DC60-C834-4E10-A97A-87DE597CF1CE} MSI (s) (9C:9C) [21:23:47:687]: Executing op: UnregisterSharedComponentProvider(Component={0E705172-82F6-4882-92D4-ACFE820653EC},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:687]: Executing op: ComponentUnregister(ComponentId={0E705172-82F6-4882-92D4-ACFE820653EC},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {0E705172-82F6-4882-92D4-ACFE820653EC} MSI (s) (9C:9C) [21:23:47:687]: Executing op: UnregisterSharedComponentProvider(Component={57DDD491-5645-4582-A325-A711D9DA9516},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:687]: Executing op: ComponentUnregister(ComponentId={57DDD491-5645-4582-A325-A711D9DA9516},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {57DDD491-5645-4582-A325-A711D9DA9516} MSI (s) (9C:9C) [21:23:47:687]: Executing op: UnregisterSharedComponentProvider(Component={33C73223-087A-4CDD-8F9D-B6620079BE79},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:687]: Executing op: ComponentUnregister(ComponentId={33C73223-087A-4CDD-8F9D-B6620079BE79},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {33C73223-087A-4CDD-8F9D-B6620079BE79} MSI (s) (9C:9C) [21:23:47:687]: Executing op: UnregisterSharedComponentProvider(Component={4423B248-D8E7-4BA6-BC2E-1D40720326FE},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:687]: Executing op: ComponentUnregister(ComponentId={4423B248-D8E7-4BA6-BC2E-1D40720326FE},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {4423B248-D8E7-4BA6-BC2E-1D40720326FE} MSI (s) (9C:9C) [21:23:47:687]: Executing op: UnregisterSharedComponentProvider(Component={55016FC7-C3FF-4342-911C-9063A58BF2F8},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:687]: Executing op: ComponentUnregister(ComponentId={55016FC7-C3FF-4342-911C-9063A58BF2F8},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {55016FC7-C3FF-4342-911C-9063A58BF2F8} MSI (s) (9C:9C) [21:23:47:687]: Executing op: UnregisterSharedComponentProvider(Component={CC037FE9-D55D-4960-B97E-946B3183152A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:687]: Executing op: ComponentUnregister(ComponentId={CC037FE9-D55D-4960-B97E-946B3183152A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {CC037FE9-D55D-4960-B97E-946B3183152A} MSI (s) (9C:9C) [21:23:47:703]: Executing op: UnregisterSharedComponentProvider(Component={1A4C97FA-C3BF-4667-8B80-475B0130C962},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:703]: Executing op: ComponentUnregister(ComponentId={1A4C97FA-C3BF-4667-8B80-475B0130C962},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {1A4C97FA-C3BF-4667-8B80-475B0130C962} MSI (s) (9C:9C) [21:23:47:703]: Executing op: UnregisterSharedComponentProvider(Component={F9D169BC-0A37-4877-81D6-59CE4B675E0A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:703]: Executing op: ComponentUnregister(ComponentId={F9D169BC-0A37-4877-81D6-59CE4B675E0A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F9D169BC-0A37-4877-81D6-59CE4B675E0A} MSI (s) (9C:9C) [21:23:47:703]: Executing op: UnregisterSharedComponentProvider(Component={E19D2356-6427-4BCD-BAD3-E20E3D20DD61},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:703]: Executing op: ComponentUnregister(ComponentId={E19D2356-6427-4BCD-BAD3-E20E3D20DD61},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E19D2356-6427-4BCD-BAD3-E20E3D20DD61} MSI (s) (9C:9C) [21:23:47:703]: Executing op: UnregisterSharedComponentProvider(Component={E012E2A5-8519-4997-8D39-B5D61188EB9C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:703]: Executing op: ComponentUnregister(ComponentId={E012E2A5-8519-4997-8D39-B5D61188EB9C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E012E2A5-8519-4997-8D39-B5D61188EB9C} MSI (s) (9C:9C) [21:23:47:703]: Executing op: UnregisterSharedComponentProvider(Component={5080B0F4-8861-4CD6-9434-961BE2D59CE9},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:703]: Executing op: ComponentUnregister(ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {5080B0F4-8861-4CD6-9434-961BE2D59CE9} MSI (s) (9C:9C) [21:23:47:703]: Executing op: UnregisterSharedComponentProvider(Component={90D30633-313E-4647-B9B4-00DBE1F3F962},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:703]: Executing op: ComponentUnregister(ComponentId={90D30633-313E-4647-B9B4-00DBE1F3F962},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {90D30633-313E-4647-B9B4-00DBE1F3F962} MSI (s) (9C:9C) [21:23:47:703]: Executing op: UnregisterSharedComponentProvider(Component={B9283B76-908A-484F-A683-277587A1004C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:703]: Executing op: ComponentUnregister(ComponentId={B9283B76-908A-484F-A683-277587A1004C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {B9283B76-908A-484F-A683-277587A1004C} MSI (s) (9C:9C) [21:23:47:703]: Executing op: UnregisterSharedComponentProvider(Component={69213081-3688-4B70-B388-686EAC93CD4E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:718]: Executing op: ComponentUnregister(ComponentId={69213081-3688-4B70-B388-686EAC93CD4E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {69213081-3688-4B70-B388-686EAC93CD4E} MSI (s) (9C:9C) [21:23:47:718]: Executing op: UnregisterSharedComponentProvider(Component={FF89A477-CA42-4275-9B0F-A1A5FE2B06A3},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:718]: Executing op: ComponentUnregister(ComponentId={FF89A477-CA42-4275-9B0F-A1A5FE2B06A3},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {FF89A477-CA42-4275-9B0F-A1A5FE2B06A3} MSI (s) (9C:9C) [21:23:47:718]: Executing op: UnregisterSharedComponentProvider(Component={7C9F86D5-FAE8-448A-B49F-DD80F522C81A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:718]: Executing op: ComponentUnregister(ComponentId={7C9F86D5-FAE8-448A-B49F-DD80F522C81A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7C9F86D5-FAE8-448A-B49F-DD80F522C81A} MSI (s) (9C:9C) [21:23:47:718]: Executing op: UnregisterSharedComponentProvider(Component={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:718]: Executing op: ComponentUnregister(ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {DAEC12E0-FD52-4D69-B1FC-C42193CA99AF} MSI (s) (9C:9C) [21:23:47:718]: Executing op: UnregisterSharedComponentProvider(Component={8EF2F960-F9E1-4087-9A5A-83A443AA4E8E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:718]: Executing op: ComponentUnregister(ComponentId={8EF2F960-F9E1-4087-9A5A-83A443AA4E8E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {8EF2F960-F9E1-4087-9A5A-83A443AA4E8E} MSI (s) (9C:9C) [21:23:47:718]: Executing op: UnregisterSharedComponentProvider(Component={11F3E5A1-C247-4445-9638-2FBD318521C7},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:718]: Executing op: ComponentUnregister(ComponentId={11F3E5A1-C247-4445-9638-2FBD318521C7},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {11F3E5A1-C247-4445-9638-2FBD318521C7} MSI (s) (9C:9C) [21:23:47:718]: Executing op: UnregisterSharedComponentProvider(Component={91004FAC-61CF-4F8F-AF4A-17C7BE585845},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:718]: Executing op: ComponentUnregister(ComponentId={91004FAC-61CF-4F8F-AF4A-17C7BE585845},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {91004FAC-61CF-4F8F-AF4A-17C7BE585845} MSI (s) (9C:9C) [21:23:47:718]: Executing op: UnregisterSharedComponentProvider(Component={63EE0306-897A-4543-A7D1-D70FEB1DD2FE},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:718]: Executing op: ComponentUnregister(ComponentId={63EE0306-897A-4543-A7D1-D70FEB1DD2FE},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {63EE0306-897A-4543-A7D1-D70FEB1DD2FE} MSI (s) (9C:9C) [21:23:47:734]: Executing op: UnregisterSharedComponentProvider(Component={A20014B0-B5B0-4D4E-AA23-9D4D1557961D},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:734]: Executing op: ComponentUnregister(ComponentId={A20014B0-B5B0-4D4E-AA23-9D4D1557961D},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {A20014B0-B5B0-4D4E-AA23-9D4D1557961D} MSI (s) (9C:9C) [21:23:47:734]: Executing op: UnregisterSharedComponentProvider(Component={420DCB77-4EC0-4971-A6AE-9D5FCF485D05},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:734]: Executing op: ComponentUnregister(ComponentId={420DCB77-4EC0-4971-A6AE-9D5FCF485D05},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {420DCB77-4EC0-4971-A6AE-9D5FCF485D05} MSI (s) (9C:9C) [21:23:47:734]: Executing op: UnregisterSharedComponentProvider(Component={6752F371-DA03-4B5E-9BC5-1C5D820D3AFC},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:734]: Executing op: ComponentUnregister(ComponentId={6752F371-DA03-4B5E-9BC5-1C5D820D3AFC},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {6752F371-DA03-4B5E-9BC5-1C5D820D3AFC} MSI (s) (9C:9C) [21:23:47:734]: Executing op: UnregisterSharedComponentProvider(Component={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:734]: Executing op: ComponentUnregister(ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {218A96FF-8BC0-47E9-8AAE-DEE86EFF6071} MSI (s) (9C:9C) [21:23:47:734]: Executing op: UnregisterSharedComponentProvider(Component={CFCD4E83-156F-4F54-8F21-62BE07AB3EC1},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:734]: Executing op: ComponentUnregister(ComponentId={CFCD4E83-156F-4F54-8F21-62BE07AB3EC1},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {CFCD4E83-156F-4F54-8F21-62BE07AB3EC1} MSI (s) (9C:9C) [21:23:47:734]: Executing op: UnregisterSharedComponentProvider(Component={931578EC-1A24-43F5-93CC-6D0E41502E92},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:734]: Executing op: ComponentUnregister(ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {931578EC-1A24-43F5-93CC-6D0E41502E92} MSI (s) (9C:9C) [21:23:47:734]: Executing op: UnregisterSharedComponentProvider(Component={57C631B9-DDC5-43F6-B63E-A6DF5DEDBE24},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:734]: Executing op: ComponentUnregister(ComponentId={57C631B9-DDC5-43F6-B63E-A6DF5DEDBE24},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {57C631B9-DDC5-43F6-B63E-A6DF5DEDBE24} MSI (s) (9C:9C) [21:23:47:734]: Executing op: UnregisterSharedComponentProvider(Component={CB95BEB7-F1B2-4871-AC00-2DB549772BD1},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:734]: Executing op: ComponentUnregister(ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {CB95BEB7-F1B2-4871-AC00-2DB549772BD1} MSI (s) (9C:9C) [21:23:47:734]: Executing op: UnregisterSharedComponentProvider(Component={6F64C0E1-E466-4652-8AFB-E488C5FDB3F9},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:750]: Executing op: ComponentUnregister(ComponentId={6F64C0E1-E466-4652-8AFB-E488C5FDB3F9},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {6F64C0E1-E466-4652-8AFB-E488C5FDB3F9} MSI (s) (9C:9C) [21:23:47:750]: Executing op: UnregisterSharedComponentProvider(Component={B9AA8E69-9809-45B7-8CAA-D7294A8AF342},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:750]: Executing op: ComponentUnregister(ComponentId={B9AA8E69-9809-45B7-8CAA-D7294A8AF342},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {B9AA8E69-9809-45B7-8CAA-D7294A8AF342} MSI (s) (9C:9C) [21:23:47:750]: Executing op: UnregisterSharedComponentProvider(Component={42FFD992-8C4F-4465-8E13-8CBBA6AF6064},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:750]: Executing op: ComponentUnregister(ComponentId={42FFD992-8C4F-4465-8E13-8CBBA6AF6064},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {42FFD992-8C4F-4465-8E13-8CBBA6AF6064} MSI (s) (9C:9C) [21:23:47:750]: Executing op: UnregisterSharedComponentProvider(Component={79F478F5-9DEB-415E-8D22-85A81E05ED9C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:750]: Executing op: ComponentUnregister(ComponentId={79F478F5-9DEB-415E-8D22-85A81E05ED9C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {79F478F5-9DEB-415E-8D22-85A81E05ED9C} MSI (s) (9C:9C) [21:23:47:750]: Executing op: UnregisterSharedComponentProvider(Component={FA9DBA0B-6CC7-4F8C-8009-92D68367428B},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:750]: Executing op: ComponentUnregister(ComponentId={FA9DBA0B-6CC7-4F8C-8009-92D68367428B},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {FA9DBA0B-6CC7-4F8C-8009-92D68367428B} MSI (s) (9C:9C) [21:23:47:750]: Executing op: UnregisterSharedComponentProvider(Component={BBB2F90F-AD55-429B-A4AC-40AAD239987A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:750]: Executing op: ComponentUnregister(ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {BBB2F90F-AD55-429B-A4AC-40AAD239987A} MSI (s) (9C:9C) [21:23:47:750]: Executing op: UnregisterSharedComponentProvider(Component={F1D5B55E-E375-4114-BDB1-D62EE01910D4},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:750]: Executing op: ComponentUnregister(ComponentId={F1D5B55E-E375-4114-BDB1-D62EE01910D4},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F1D5B55E-E375-4114-BDB1-D62EE01910D4} MSI (s) (9C:9C) [21:23:47:750]: Executing op: UnregisterSharedComponentProvider(Component={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:750]: Executing op: ComponentUnregister(ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {533060AA-ECAB-4D7E-96B6-DE8A1CAD645B} MSI (s) (9C:9C) [21:23:47:750]: Executing op: UnregisterSharedComponentProvider(Component={F779FEB0-47CE-4E46-94C2-CB2EA248BE6E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:765]: Executing op: ComponentUnregister(ComponentId={F779FEB0-47CE-4E46-94C2-CB2EA248BE6E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F779FEB0-47CE-4E46-94C2-CB2EA248BE6E} MSI (s) (9C:9C) [21:23:47:765]: Executing op: UnregisterSharedComponentProvider(Component={F82D57E1-C71B-464A-94EA-700CCF01BCDE},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:765]: Executing op: ComponentUnregister(ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F82D57E1-C71B-464A-94EA-700CCF01BCDE} MSI (s) (9C:9C) [21:23:47:765]: Executing op: UnregisterSharedComponentProvider(Component={1C96C4DF-B0FA-4968-89E9-FC28E2770222},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:765]: Executing op: ComponentUnregister(ComponentId={1C96C4DF-B0FA-4968-89E9-FC28E2770222},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {1C96C4DF-B0FA-4968-89E9-FC28E2770222} MSI (s) (9C:9C) [21:23:47:765]: Executing op: UnregisterSharedComponentProvider(Component={80CAE7D8-27BC-4C51-AB7E-1DC701EECC0E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:765]: Executing op: ComponentUnregister(ComponentId={80CAE7D8-27BC-4C51-AB7E-1DC701EECC0E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {80CAE7D8-27BC-4C51-AB7E-1DC701EECC0E} MSI (s) (9C:9C) [21:23:47:765]: Executing op: UnregisterSharedComponentProvider(Component={2EE9338C-FA9F-402F-9D81-E7A90F90F488},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:765]: Executing op: ComponentUnregister(ComponentId={2EE9338C-FA9F-402F-9D81-E7A90F90F488},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {2EE9338C-FA9F-402F-9D81-E7A90F90F488} MSI (s) (9C:9C) [21:23:47:765]: Executing op: UnregisterSharedComponentProvider(Component={F83BB69D-5AB3-4199-93F6-7A4D2C400294},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:765]: Executing op: ComponentUnregister(ComponentId={F83BB69D-5AB3-4199-93F6-7A4D2C400294},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F83BB69D-5AB3-4199-93F6-7A4D2C400294} MSI (s) (9C:9C) [21:23:47:765]: Executing op: UnregisterSharedComponentProvider(Component={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:765]: Executing op: ComponentUnregister(ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {30FD0E4B-21B8-46E6-BD32-39D6FFF7A729} MSI (s) (9C:9C) [21:23:47:765]: Executing op: UnregisterSharedComponentProvider(Component={A183E3D6-166B-4048-9EC4-6E40B18C5C6A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:765]: Executing op: ComponentUnregister(ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {A183E3D6-166B-4048-9EC4-6E40B18C5C6A} MSI (s) (9C:9C) [21:23:47:781]: Executing op: UnregisterSharedComponentProvider(Component={415A8452-86C6-49C0-9A4C-2524006C10DD},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:781]: Executing op: ComponentUnregister(ComponentId={415A8452-86C6-49C0-9A4C-2524006C10DD},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {415A8452-86C6-49C0-9A4C-2524006C10DD} MSI (s) (9C:9C) [21:23:47:781]: Executing op: UnregisterSharedComponentProvider(Component={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:781]: Executing op: ComponentUnregister(ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F} MSI (s) (9C:9C) [21:23:47:781]: Executing op: UnregisterSharedComponentProvider(Component={19C72582-EF97-4CD3-B85E-841985B027B2},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:781]: Executing op: ComponentUnregister(ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {19C72582-EF97-4CD3-B85E-841985B027B2} MSI (s) (9C:9C) [21:23:47:781]: Executing op: UnregisterSharedComponentProvider(Component={A529CA39-BBF1-42CB-A27B-9403AC867C0A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:781]: Executing op: ComponentUnregister(ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {A529CA39-BBF1-42CB-A27B-9403AC867C0A} MSI (s) (9C:9C) [21:23:47:781]: Executing op: UnregisterSharedComponentProvider(Component={333A2203-C7C0-47CE-A3E5-4C297304F2F6},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:781]: Executing op: ComponentUnregister(ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {333A2203-C7C0-47CE-A3E5-4C297304F2F6} MSI (s) (9C:9C) [21:23:47:781]: Executing op: UnregisterSharedComponentProvider(Component={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:781]: Executing op: ComponentUnregister(ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D} MSI (s) (9C:9C) [21:23:47:781]: Executing op: UnregisterSharedComponentProvider(Component={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:781]: Executing op: ComponentUnregister(ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {FDD50A3C-111E-4CA4-9509-E9B8F7EB640E} MSI (s) (9C:9C) [21:23:47:781]: Executing op: UnregisterSharedComponentProvider(Component={E5690186-25CD-44EE-A1BF-61A974F98851},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:781]: Executing op: ComponentUnregister(ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E5690186-25CD-44EE-A1BF-61A974F98851} MSI (s) (9C:9C) [21:23:47:781]: Executing op: UnregisterSharedComponentProvider(Component={29D40C2E-2897-429A-93CC-8BD113F4789C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:781]: Executing op: ComponentUnregister(ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {29D40C2E-2897-429A-93CC-8BD113F4789C} MSI (s) (9C:9C) [21:23:47:796]: Executing op: UnregisterSharedComponentProvider(Component={6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:796]: Executing op: ComponentUnregister(ComponentId={6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1} MSI (s) (9C:9C) [21:23:47:796]: Executing op: UnregisterSharedComponentProvider(Component={D62CB01B-5CB4-43F8-ABEF-515077F58D74},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:796]: Executing op: ComponentUnregister(ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {D62CB01B-5CB4-43F8-ABEF-515077F58D74} MSI (s) (9C:9C) [21:23:47:796]: Executing op: UnregisterSharedComponentProvider(Component={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:796]: Executing op: ComponentUnregister(ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF} MSI (s) (9C:9C) [21:23:47:796]: Executing op: UnregisterSharedComponentProvider(Component={138F4A99-5947-4B14-B158-E3556592630A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:796]: Executing op: ComponentUnregister(ComponentId={138F4A99-5947-4B14-B158-E3556592630A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {138F4A99-5947-4B14-B158-E3556592630A} MSI (s) (9C:9C) [21:23:47:796]: Executing op: UnregisterSharedComponentProvider(Component={1C3468C0-219A-4639-90AD-D28D3270DBAD},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:796]: Executing op: ComponentUnregister(ComponentId={1C3468C0-219A-4639-90AD-D28D3270DBAD},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {1C3468C0-219A-4639-90AD-D28D3270DBAD} MSI (s) (9C:9C) [21:23:47:796]: Executing op: UnregisterSharedComponentProvider(Component={1BC8DA21-C484-43E1-8EEC-1F817FF116C3},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:796]: Executing op: ComponentUnregister(ComponentId={1BC8DA21-C484-43E1-8EEC-1F817FF116C3},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {1BC8DA21-C484-43E1-8EEC-1F817FF116C3} MSI (s) (9C:9C) [21:23:47:796]: Executing op: UnregisterSharedComponentProvider(Component={1A1D1A22-B785-4D88-93D9-8FB7DBB4CC65},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:796]: Executing op: ComponentUnregister(ComponentId={1A1D1A22-B785-4D88-93D9-8FB7DBB4CC65},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {1A1D1A22-B785-4D88-93D9-8FB7DBB4CC65} MSI (s) (9C:9C) [21:23:47:796]: Executing op: UnregisterSharedComponentProvider(Component={27C47694-C8C1-4886-852C-ACBCA782F517},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:796]: Executing op: ComponentUnregister(ComponentId={27C47694-C8C1-4886-852C-ACBCA782F517},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {27C47694-C8C1-4886-852C-ACBCA782F517} MSI (s) (9C:9C) [21:23:47:812]: Executing op: UnregisterSharedComponentProvider(Component={6AF28314-4638-4C1C-B831-971E33520BB4},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:812]: Executing op: ComponentUnregister(ComponentId={6AF28314-4638-4C1C-B831-971E33520BB4},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {6AF28314-4638-4C1C-B831-971E33520BB4} MSI (s) (9C:9C) [21:23:47:812]: Executing op: UnregisterSharedComponentProvider(Component={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:812]: Executing op: ComponentUnregister(ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {B1A85642-9A2A-4E58-B7B4-147BEE4CFF40} MSI (s) (9C:9C) [21:23:47:812]: Executing op: UnregisterSharedComponentProvider(Component={860E7711-BD30-4110-91AA-EAC84D944B77},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:812]: Executing op: ComponentUnregister(ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {860E7711-BD30-4110-91AA-EAC84D944B77} MSI (s) (9C:9C) [21:23:47:812]: Executing op: UnregisterSharedComponentProvider(Component={18EDD864-4098-4A79-B2D7-30E10D73C860},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:812]: Executing op: ComponentUnregister(ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {18EDD864-4098-4A79-B2D7-30E10D73C860} MSI (s) (9C:9C) [21:23:47:812]: Executing op: UnregisterSharedComponentProvider(Component={A0523079-F5FB-4660-AC3E-45576B5878D4},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:812]: Executing op: ComponentUnregister(ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {A0523079-F5FB-4660-AC3E-45576B5878D4} MSI (s) (9C:9C) [21:23:47:812]: Executing op: UnregisterSharedComponentProvider(Component={471CD279-1EB1-4226-A7CC-8686F40DEC7F},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:812]: Executing op: ComponentUnregister(ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {471CD279-1EB1-4226-A7CC-8686F40DEC7F} MSI (s) (9C:9C) [21:23:47:828]: Executing op: UnregisterSharedComponentProvider(Component={38BB778C-DE74-4E65-8C97-7099793EA039},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:828]: Executing op: ComponentUnregister(ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {38BB778C-DE74-4E65-8C97-7099793EA039} MSI (s) (9C:9C) [21:23:47:828]: Executing op: UnregisterSharedComponentProvider(Component={54FA7304-9749-49D2-8D2F-9916D70D5B4F},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:828]: Executing op: ComponentUnregister(ComponentId={54FA7304-9749-49D2-8D2F-9916D70D5B4F},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {54FA7304-9749-49D2-8D2F-9916D70D5B4F} MSI (s) (9C:9C) [21:23:47:828]: Executing op: UnregisterSharedComponentProvider(Component={EABCAA02-D19E-4971-8B42-578176823895},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:828]: Executing op: ComponentUnregister(ComponentId={EABCAA02-D19E-4971-8B42-578176823895},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {EABCAA02-D19E-4971-8B42-578176823895} MSI (s) (9C:9C) [21:23:47:828]: Executing op: UnregisterSharedComponentProvider(Component={D2121758-27CB-436A-95A2-4F03980A84C5},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:828]: Executing op: ComponentUnregister(ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {D2121758-27CB-436A-95A2-4F03980A84C5} MSI (s) (9C:9C) [21:23:47:828]: Executing op: UnregisterSharedComponentProvider(Component={9A5BB112-A9DE-42DB-BC0D-4C10E299F948},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:828]: Executing op: ComponentUnregister(ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {9A5BB112-A9DE-42DB-BC0D-4C10E299F948} MSI (s) (9C:9C) [21:23:47:828]: Executing op: UnregisterSharedComponentProvider(Component={4C8432AF-874B-4360-97A8-5C47888098A9},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:828]: Executing op: ComponentUnregister(ComponentId={4C8432AF-874B-4360-97A8-5C47888098A9},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {4C8432AF-874B-4360-97A8-5C47888098A9} MSI (s) (9C:9C) [21:23:47:828]: Executing op: UnregisterSharedComponentProvider(Component={45E62894-F55F-46B4-AC0F-ABF0228D63DF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:828]: Executing op: ComponentUnregister(ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {45E62894-F55F-46B4-AC0F-ABF0228D63DF} MSI (s) (9C:9C) [21:23:47:843]: Executing op: UnregisterSharedComponentProvider(Component={98BC2242-75E6-456F-8DE1-C29EB870AF55},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:843]: Executing op: ComponentUnregister(ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {98BC2242-75E6-456F-8DE1-C29EB870AF55} MSI (s) (9C:9C) [21:23:47:843]: Executing op: UnregisterSharedComponentProvider(Component={5F3F5B58-CD4C-4A88-91C0-023937852F85},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:843]: Executing op: ComponentUnregister(ComponentId={5F3F5B58-CD4C-4A88-91C0-023937852F85},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {5F3F5B58-CD4C-4A88-91C0-023937852F85} MSI (s) (9C:9C) [21:23:47:843]: Executing op: UnregisterSharedComponentProvider(Component={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:843]: Executing op: ComponentUnregister(ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {0ACBF449-B5A5-4182-813E-C77CDC5F2FCF} MSI (s) (9C:9C) [21:23:47:843]: Executing op: UnregisterSharedComponentProvider(Component={8149597A-1AF3-4444-9527-30A0F8DDD69D},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:843]: Executing op: ComponentUnregister(ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {8149597A-1AF3-4444-9527-30A0F8DDD69D} MSI (s) (9C:9C) [21:23:47:843]: Executing op: UnregisterSharedComponentProvider(Component={7AC0FD07-F279-419A-B80F-DFE5AE0981C4},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:843]: Executing op: ComponentUnregister(ComponentId={7AC0FD07-F279-419A-B80F-DFE5AE0981C4},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7AC0FD07-F279-419A-B80F-DFE5AE0981C4} MSI (s) (9C:9C) [21:23:47:843]: Executing op: UnregisterSharedComponentProvider(Component={36F419F9-4F71-409C-94A0-35FC452A0F26},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:843]: Executing op: ComponentUnregister(ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {36F419F9-4F71-409C-94A0-35FC452A0F26} MSI (s) (9C:9C) [21:23:47:843]: Executing op: UnregisterSharedComponentProvider(Component={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:843]: Executing op: ComponentUnregister(ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32} MSI (s) (9C:9C) [21:23:47:859]: Executing op: UnregisterSharedComponentProvider(Component={F85F0919-C252-476F-8437-8ED0215EB46A},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:859]: Executing op: ComponentUnregister(ComponentId={F85F0919-C252-476F-8437-8ED0215EB46A},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F85F0919-C252-476F-8437-8ED0215EB46A} MSI (s) (9C:9C) [21:23:47:859]: Executing op: UnregisterSharedComponentProvider(Component={0DA3E9B5-44EE-46F5-AA2D-E667BE7042C7},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:859]: Executing op: ComponentUnregister(ComponentId={0DA3E9B5-44EE-46F5-AA2D-E667BE7042C7},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {0DA3E9B5-44EE-46F5-AA2D-E667BE7042C7} MSI (s) (9C:9C) [21:23:47:859]: Executing op: UnregisterSharedComponentProvider(Component={FBBFCA19-B08D-473B-9AAB-46E68F20790C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:859]: Executing op: ComponentUnregister(ComponentId={FBBFCA19-B08D-473B-9AAB-46E68F20790C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {FBBFCA19-B08D-473B-9AAB-46E68F20790C} MSI (s) (9C:9C) [21:23:47:859]: Executing op: UnregisterSharedComponentProvider(Component={43186272-95D5-4F48-A79C-D3BCE45FD03C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:859]: Executing op: ComponentUnregister(ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {43186272-95D5-4F48-A79C-D3BCE45FD03C} MSI (s) (9C:9C) [21:23:47:859]: Executing op: UnregisterSharedComponentProvider(Component={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:859]: Executing op: ComponentUnregister(ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2} MSI (s) (9C:9C) [21:23:47:859]: Executing op: UnregisterSharedComponentProvider(Component={8E9154B6-F83C-4B84-BE2C-B97B5FD1B249},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:859]: Executing op: ComponentUnregister(ComponentId={8E9154B6-F83C-4B84-BE2C-B97B5FD1B249},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {8E9154B6-F83C-4B84-BE2C-B97B5FD1B249} MSI (s) (9C:9C) [21:23:47:859]: Executing op: UnregisterSharedComponentProvider(Component={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:859]: Executing op: ComponentUnregister(ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {3613E0BE-36FB-49C6-B9FC-74AD8CC0178E} MSI (s) (9C:9C) [21:23:47:859]: Executing op: UnregisterSharedComponentProvider(Component={7DC98DF5-1D06-474C-9EFC-472A8707BA72},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:859]: Executing op: ComponentUnregister(ComponentId={7DC98DF5-1D06-474C-9EFC-472A8707BA72},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7DC98DF5-1D06-474C-9EFC-472A8707BA72} MSI (s) (9C:9C) [21:23:47:875]: Executing op: UnregisterSharedComponentProvider(Component={93110FF6-36EE-480A-B42C-301C3869E12B},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:875]: Executing op: ComponentUnregister(ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {93110FF6-36EE-480A-B42C-301C3869E12B} MSI (s) (9C:9C) [21:23:47:875]: Executing op: UnregisterSharedComponentProvider(Component={D147208D-757B-4F14-B4A0-E538817BEF44},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:875]: Executing op: ComponentUnregister(ComponentId={D147208D-757B-4F14-B4A0-E538817BEF44},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {D147208D-757B-4F14-B4A0-E538817BEF44} MSI (s) (9C:9C) [21:23:47:875]: Executing op: UnregisterSharedComponentProvider(Component={D88ACE85-E4D0-4CFC-BAC5-C74F2F7AEA89},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:875]: Executing op: ComponentUnregister(ComponentId={D88ACE85-E4D0-4CFC-BAC5-C74F2F7AEA89},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {D88ACE85-E4D0-4CFC-BAC5-C74F2F7AEA89} MSI (s) (9C:9C) [21:23:47:875]: Executing op: UnregisterSharedComponentProvider(Component={5E7777EC-8B38-43D6-9496-A574512E3FF5},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:875]: Executing op: ComponentUnregister(ComponentId={5E7777EC-8B38-43D6-9496-A574512E3FF5},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {5E7777EC-8B38-43D6-9496-A574512E3FF5} MSI (s) (9C:9C) [21:23:47:875]: Executing op: UnregisterSharedComponentProvider(Component={366231CB-9BFC-48B0-9D1A-28F4233E6113},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:875]: Executing op: ComponentUnregister(ComponentId={366231CB-9BFC-48B0-9D1A-28F4233E6113},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {366231CB-9BFC-48B0-9D1A-28F4233E6113} MSI (s) (9C:9C) [21:23:47:875]: Executing op: UnregisterSharedComponentProvider(Component={E0E058BF-98B9-4F06-BA10-FB2983B22653},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:875]: Executing op: ComponentUnregister(ComponentId={E0E058BF-98B9-4F06-BA10-FB2983B22653},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E0E058BF-98B9-4F06-BA10-FB2983B22653} MSI (s) (9C:9C) [21:23:47:875]: Executing op: UnregisterSharedComponentProvider(Component={B1F1CCBE-988D-43D3-9366-47DA1A2027F2},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:875]: Executing op: ComponentUnregister(ComponentId={B1F1CCBE-988D-43D3-9366-47DA1A2027F2},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {B1F1CCBE-988D-43D3-9366-47DA1A2027F2} MSI (s) (9C:9C) [21:23:47:875]: Executing op: UnregisterSharedComponentProvider(Component={755BF2F1-E7EA-4344-BCE2-264A7B484D8D},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:875]: Executing op: ComponentUnregister(ComponentId={755BF2F1-E7EA-4344-BCE2-264A7B484D8D},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {755BF2F1-E7EA-4344-BCE2-264A7B484D8D} MSI (s) (9C:9C) [21:23:47:890]: Executing op: UnregisterSharedComponentProvider(Component={941796A1-85F5-4981-A3A6-BA28EEAC3B78},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:890]: Executing op: ComponentUnregister(ComponentId={941796A1-85F5-4981-A3A6-BA28EEAC3B78},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {941796A1-85F5-4981-A3A6-BA28EEAC3B78} MSI (s) (9C:9C) [21:23:47:890]: Executing op: UnregisterSharedComponentProvider(Component={49E1A103-4588-4379-ACEB-C345A7DB634C},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:890]: Executing op: ComponentUnregister(ComponentId={49E1A103-4588-4379-ACEB-C345A7DB634C},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {49E1A103-4588-4379-ACEB-C345A7DB634C} MSI (s) (9C:9C) [21:23:47:890]: Executing op: UnregisterSharedComponentProvider(Component={B526E15F-2099-4974-A851-AF2900CB4303},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:890]: Executing op: ComponentUnregister(ComponentId={B526E15F-2099-4974-A851-AF2900CB4303},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {B526E15F-2099-4974-A851-AF2900CB4303} MSI (s) (9C:9C) [21:23:47:890]: Executing op: UnregisterSharedComponentProvider(Component={6D1BA07D-9A99-4C69-8E5E-8526B1DC2465},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:890]: Executing op: ComponentUnregister(ComponentId={6D1BA07D-9A99-4C69-8E5E-8526B1DC2465},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {6D1BA07D-9A99-4C69-8E5E-8526B1DC2465} MSI (s) (9C:9C) [21:23:47:890]: Executing op: UnregisterSharedComponentProvider(Component={015B2550-83A3-42F2-B321-11BB2F4648C1},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:890]: Executing op: ComponentUnregister(ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {015B2550-83A3-42F2-B321-11BB2F4648C1} MSI (s) (9C:9C) [21:23:47:890]: Executing op: UnregisterSharedComponentProvider(Component={2A6DD59B-3B06-44CD-A67C-D87E285E59A6},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:890]: Executing op: ComponentUnregister(ComponentId={2A6DD59B-3B06-44CD-A67C-D87E285E59A6},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {2A6DD59B-3B06-44CD-A67C-D87E285E59A6} MSI (s) (9C:9C) [21:23:47:890]: Executing op: UnregisterSharedComponentProvider(Component={A4A336F3-8E59-4092-AAC1-B6AE937699C8},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:890]: Executing op: ComponentUnregister(ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {A4A336F3-8E59-4092-AAC1-B6AE937699C8} MSI (s) (9C:9C) [21:23:47:906]: Executing op: UnregisterSharedComponentProvider(Component={2B0E43CB-0E0F-4451-84B9-35724EE31734},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:906]: Executing op: ComponentUnregister(ComponentId={2B0E43CB-0E0F-4451-84B9-35724EE31734},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {2B0E43CB-0E0F-4451-84B9-35724EE31734} MSI (s) (9C:9C) [21:23:47:906]: Executing op: UnregisterSharedComponentProvider(Component={85260C52-C3A1-48D7-BC6A-A160CEAECED6},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:906]: Executing op: ComponentUnregister(ComponentId={85260C52-C3A1-48D7-BC6A-A160CEAECED6},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {85260C52-C3A1-48D7-BC6A-A160CEAECED6} MSI (s) (9C:9C) [21:23:47:906]: Executing op: UnregisterSharedComponentProvider(Component={E258B5D0-A833-4105-A4EC-99584B0C12B9},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:906]: Executing op: ComponentUnregister(ComponentId={E258B5D0-A833-4105-A4EC-99584B0C12B9},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E258B5D0-A833-4105-A4EC-99584B0C12B9} MSI (s) (9C:9C) [21:23:47:906]: Executing op: UnregisterSharedComponentProvider(Component={7E8A83C3-1BA4-4983-A843-606927B5F2F0},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:906]: Executing op: ComponentUnregister(ComponentId={7E8A83C3-1BA4-4983-A843-606927B5F2F0},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {7E8A83C3-1BA4-4983-A843-606927B5F2F0} MSI (s) (9C:9C) [21:23:47:906]: Executing op: UnregisterSharedComponentProvider(Component={E5FCAF14-7056-4CEA-94CF-EE818666B85B},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:906]: Executing op: ComponentUnregister(ComponentId={E5FCAF14-7056-4CEA-94CF-EE818666B85B},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {E5FCAF14-7056-4CEA-94CF-EE818666B85B} MSI (s) (9C:9C) [21:23:47:906]: Executing op: UnregisterSharedComponentProvider(Component={5F637B51-2605-4A08-B21B-5344DE93B1DB},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:906]: Executing op: ComponentUnregister(ComponentId={5F637B51-2605-4A08-B21B-5344DE93B1DB},,BinaryType=1,PreviouslyPinned=1) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {5F637B51-2605-4A08-B21B-5344DE93B1DB} MSI (s) (9C:9C) [21:23:47:906]: Executing op: UnregisterSharedComponentProvider(Component={1E736F4A-F01D-476B-B847-7D3DA7ECBA07},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:906]: Executing op: ComponentUnregister(ComponentId={1E736F4A-F01D-476B-B847-7D3DA7ECBA07},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {1E736F4A-F01D-476B-B847-7D3DA7ECBA07} MSI (s) (9C:9C) [21:23:47:906]: Executing op: UnregisterSharedComponentProvider(Component={2185D5D2-2A31-4C72-B28F-AD0E92B3093D},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:906]: Executing op: ComponentUnregister(ComponentId={2185D5D2-2A31-4C72-B28F-AD0E92B3093D},,BinaryType=1,) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {2185D5D2-2A31-4C72-B28F-AD0E92B3093D} MSI (s) (9C:9C) [21:23:47:906]: Executing op: UnregisterSharedComponentProvider(Component={0E931026-929B-382C-B702-B8B4039399E5},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:906]: Executing op: ComponentUnregister(ComponentId={0E931026-929B-382C-B702-B8B4039399E5},,BinaryType=1,PreviouslyPinned=1) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {0E931026-929B-382C-B702-B8B4039399E5} MSI (s) (9C:9C) [21:23:47:921]: Executing op: UnregisterSharedComponentProvider(Component={AD19AE30-281F-3251-AA0A-55E6377ED3F5},ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF}) MSI (s) (9C:9C) [21:23:47:921]: Executing op: ComponentUnregister(ComponentId={AD19AE30-281F-3251-AA0A-55E6377ED3F5},,BinaryType=1,PreviouslyPinned=1) 1: {D54842CB-F761-30BA-881F-1FF821DC44DF} 2: {AD19AE30-281F-3251-AA0A-55E6377ED3F5} MSI (s) (9C:9C) [21:23:47:921]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=13200) MSI (s) (9C:9C) [21:23:47:921]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:921]: Executing op: ProgressTick() MSI (s) (9C:9C) [21:23:47:921]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=13200) MSI (s) (9C:9C) [21:23:47:921]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:921]: Executing op: ProgressTick() MSI (s) (9C:9C) [21:23:47:921]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=13200) MSI (s) (9C:9C) [21:23:47:921]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:921]: Executing op: ProgressTick() MSI (s) (9C:9C) [21:23:47:921]: Executing op: ActionStart(Name=UnpublishFeatures,Description=Unpublishing Product Features,Template=Feature: [1]) Action 21:23:47: UnpublishFeatures. Unpublishing Product Features MSI (s) (9C:9C) [21:23:47:921]: Executing op: FeatureUnpublish(Feature=DefaultFeature,,Absent=2,Component=C']=hyz-D?Jf2w*~KJ6hou67O at OYp84NyUM%T)?NNfSUaYoJ-?sN2h_&}Ld7STKFZ^t.!9s(!90ql at spsEgCqxkf(?}5(WR3}T}OiR7I.XATa9&*PGkJ+3%g=%Q}9HWcI?J$!=$r!M)Pyi5)S+lxu8!472v(o$vQT)'[(F(}U?r')~O+3+DfSnUptc=UZ at J)*qsuNtfdJ~r}xy?A%95(7Y3z50$CsHg{e at 3a`A')v at 7}7~H-19w!N,{0T9O{N25pdl3%{=nYyr_~u8B+xkK'K1,hi_$hd`$3~?zVxMpo-yt9j3297Q.IA@[?q-oq*ubvMKhxW__~W?k,JJG3Z4M1f?r5GH.`FApNk3)4?~m=MTw.kww8Q at QE?1anBC'VK{oSf{b3~97{jkd!BE at OE16L?*2Vd=}qurOkS)F$Aw`z*L7+K=$0CIOuu{d=r]dKdK.'{?I8MD5c]H&C2dWd$o6L*9`{jBue7-pdRj1Iyj}2G9V96K]~7_L.jA&%6zssh?kapVo]ratvjfXASR`vI=?EQ^'8]Pa6[FkL7TaG,9[5%}M0_qpgVk%[nSbLA9rE!Iv]^!TP.%Kg]66 at L9hJ?x?=Y9dA^TYYk%nX4=O6(Db!kup?n)MhP$~(2?Rb}KxOckmKviYeEQs}6?,QdV_2Hw6^a1j62kDH.?gQV`9U2Ml?!qKAWxOQy at JroKKoIoVk@&m.@~Bvz9FOK*,,~Iw)22[yaV&.z?YOMed.hm7x2K&_3Wtln9Fb&&Hd[^TK-'ViURg8R=mMh)(2!4CpLel*1p%NV9&L=D-$$E~Qp!uSfU](z=y2%5WCUwx0T89[%L9.+?invk[WaGOL=gx2FKKHe8=8B?- at gS5dXa^^wj%A`8)jIMl[1mBFiwQ^swwlg8J6SgrQW%oygdrLlqCqb?0BUurxH~?ww[MRfWxq$?b%bmEcGy3aas=M`jw42 at b'vgrGTxjkZ)5`8mvz+AzH7eLIPA=dk.BdcK&a^9~=@ UnpublishFeatures: Feature: DefaultFeature MSI (s) (9C:9C) [21:23:47:921]: Note: 1: 1402 2: UNKNOWN\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:9C) [21:23:47:921]: Executing op: FeatureUnpublish(Feature=SharedCRT,,Absent=2,Component=UN1c'f8]'6O4&*c=BKlry?v^`HN[24ojK%sRGd!x) UnpublishFeatures: Feature: SharedCRT MSI (s) (9C:9C) [21:23:47:921]: Note: 1: 1402 2: UNKNOWN\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:9C) [21:23:47:921]: Executing op: FeatureUnpublish(Feature=Extensions,Parent=DefaultFeature,Absent=2,Component=t9tk,=[1z=4qni7$@3Q%) UnpublishFeatures: Feature: Extensions MSI (s) (9C:9C) [21:23:47:937]: Note: 1: 1402 2: UNKNOWN\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:9C) [21:23:47:937]: Executing op: FeatureUnpublish(Feature=TclTk,Parent=DefaultFeature,Absent=2,Component=STKFZ^t.!9s(!90ql at speiRR)nyO9?jj*?!buo3xK+B,L2ddL?](s!izZGhF9YS(q1yW{@}odZ+~iTRRJ$3zG7YRw=Cf*khac]RFdkh%O=XRA?DCqC6B%[Ots_}dB9$2+AK'`kYuzU8oBk({eugm~9lz@,q++TawtGQwtL at gV=e^4H91FNh2ADj1r)Ra*A^L9Tpj at OSk[xNkxgw**9{Tbu@&,MXWEyH!9%+od?X0O].(I7'p&lIm7rW,H at 0Q^,FVQ)VF['7 at +{Oqc at -E+5+4t~9bPW)*^5$lO9.2m0$3[PG&feOO4r2e)?~q??10F?GxXq(ST[Xu+@&VjDEheof2B9KYzH=h^@jCVLd$w7^'Ti7grNH+1=?XCM_q&N5BajdM1pCRJ978XElEb`@Z]S)XJ3wCO9a=touq9h1bL&$pmvwrp9fd9nAB{.OMp^9z_2v,6A{^(Jf]Y-]fYjE@)!U*. at l5G[C49nD&LFT(,d_KX=ryMYUTmYs`^g&x+A}Nn9D9VRQtk^dgFgII+7 at 0w@-7e~c at V'fHu4Jk0'7EB?CbC_e`IUd*s~bGJeT9O at s]do,nj[rbqdJ+b=zC3AzqLWONV`t8EK?*ShfSv8nlnXix2$ENl{%$+pcUx?ptzGq~I!,GpPlT[lwa]=ZC.'D5+N at m({eq=aj,=9Tx,8SA`c,QvIr76*Ah4AVSmBYeX?T6DaSBC{yhf??pF=*cAvRA~-iMtS1L[?z3NXQDHVzW~FuSlt!da9^aN($kZvPh3&u[YzRQQ9NW68(8dZN?+4EZ at Ica`9b!Ux=t62S_g$XO=yp^f=&+lEvq_glp3^V*Y5EuB=NO3%[VHoUC{i']Fkg4z?a!PC6D0QmR8)zO>b'9'Mm+Pda(Zkr!{VQj{yx9ai1Q[t_~fZiPRNOqG=*9a[osr}8?1hgu=a5q^*j861*(zxYg70*n!GO}0NM9}o8nxz76I4MD7oxI=Xz=C(S%lrA'AJy UnpublishFeatures: Feature: TclTk MSI (s) (9C:9C) [21:23:47:937]: Note: 1: 1402 2: UNKNOWN\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:9C) [21:23:47:937]: Executing op: FeatureUnpublish(Feature=Documentation,Parent=DefaultFeature,Absent=2,Component=?^UhqJ5Du8VUQPDKCwPdykzaP`}=^?.CirI=}LMv) UnpublishFeatures: Feature: Documentation MSI (s) (9C:9C) [21:23:47:937]: Note: 1: 1402 2: UNKNOWN\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:9C) [21:23:47:937]: Executing op: FeatureUnpublish(Feature=Tools,Parent=DefaultFeature,Absent=2,Component=HeI_2yV=B=lm47.PG$taErr6cJ+b[?P]kI1694'$z0e(KhzRW at lkEH0@)0SHOr&M!*kwS9u6O-eR&=-g,g,_1}lY,=M'@jPY7PO^Erev]41'i8O3~0a?71Piqy7p1+MDz9dJ*eLP4.h4) UnpublishFeatures: Feature: Tools MSI (s) (9C:9C) [21:23:47:937]: Note: 1: 1402 2: UNKNOWN\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:9C) [21:23:47:937]: Executing op: FeatureUnpublish(Feature=pip_feature,Parent=DefaultFeature,Absent=2,Component=cMv`FPiOl?4(Wz9!}k[o) UnpublishFeatures: Feature: pip_feature MSI (s) (9C:9C) [21:23:47:937]: Note: 1: 1402 2: UNKNOWN\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:9C) [21:23:47:937]: Executing op: FeatureUnpublish(Feature=Testsuite,Parent=DefaultFeature,Absent=2,Component=U=SnAHJnR at Yho6[',[[E%icUAe~(z=5s?@xz$PhUc&5!7Y)3,9C}Y3Exe7+WXU12v&k3YAu9Rt^Bo)DSIPl^3Pw+6=sWGk*BO_p)N0R1KMXyP=$H-}tpRV}%.C.{1e-Se=9I&W_)y9Y_U5)EB'auY8r_i72e7YhIXuTpf]'j89UVxP^i*gn)1DoyI)'~8@%{rxRe3=RpO0bv18ahBA,o5zxE[0tp-=9{eQ%?M?MWy?SxJgSw5mU7,{%'P at Efe[$Ap}an&sl)k7-Pj=k&W]gW~skSi~}VESeJq=(ELcDLhoMUJ.$T_pH(a?q((9v&N&?`]^huOWvdA9Lr2?8?ESN?=`48(dHMm=)ttLFhL7FYS`hKcCnj`=j%tSc]DL*,_hJS$7hmy?usA`%&)BC4O+Qcw9l!,=){sKh4p`GF010qx,^,59cT39HRqOnzM{o1)A4NAAl{&CMXS`jp&8qDL}4s-@?-(P)!oi[Bl{9EX%'le9i[FE1XKB&FYfx2HAUCb?*q[7gUf at pgH47WssFT7?B)dok%!6'saPbMJRc5O at v!G3bXW^An]TM9eN at sG=zg3.HAeDz$tk[zs%tV}8=xLU+&{A9G!{8[m{_{Q@`.dqg'ksxNjR1==-^R,?2L39S2BVdeS^3,DhQOK9,OaBRvO1uIf.y==ydo=?(VltO(?xlso8Cs[ro3AAu[EI[ka]HR}]j,yx)1+A%B{&-4*h^(SkA`49sKh9((GX+VP8akZ]9~Fm4Ux?e%`2xe,F^joe}e+a'2(=.'F8feTRCRcWgc)%j{)=4}nH1zV)fUxC(E$`6[}8bfi-SwuzoF_b?azBSjn?*ZZ&R&mF[%L6{2a[-Kc?%[0-^QIBCsdqaF1_]0[9CAoHRmdQ.o66Nkr5s)e8`0J}-Vv2)]XyCc?]=Ma?O at nuq-gjl[A({M8~C?`@ksvqL8Na1?MnUEfYhf^8T$Vfror~ZVL7J.B,mIG at pU}j*FV UnpublishFeatures: Feature: Testsuite MSI (s) (9C:9C) [21:23:47:937]: Note: 1: 1402 2: UNKNOWN\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:9C) [21:23:47:937]: Executing op: FeatureUnpublish(Feature=PrependPath,Parent=DefaultFeature,Absent=2,Component=+dN$uSDZz at Fvih[W9mvS) UnpublishFeatures: Feature: PrependPath MSI (s) (9C:9C) [21:23:47:937]: Note: 1: 1402 2: UNKNOWN\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:9C) [21:23:47:953]: Executing op: ActionStart(Name=RemoveODBC,Description=Removing ODBC components,) Action 21:23:47: RemoveODBC. Removing ODBC components MSI (s) (9C:9C) [21:23:47:953]: Executing op: ODBCDriverManager(,BinaryType=0) MSI (s) (9C:9C) [21:23:47:953]: Executing op: ODBCDriverManager(,BinaryType=1) MSI (s) (9C:9C) [21:23:47:953]: Executing op: ActionStart(Name=RemoveRegistryValues,Description=Removing system registry values,Template=Key: [1], Name: [2]) Action 21:23:47: RemoveRegistryValues. Removing system registry values MSI (s) (9C:9C) [21:23:47:953]: Executing op: ProgressTotal(Total=27,Type=1,ByteEquivalent=13200) MSI (s) (9C:9C) [21:23:47:953]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.py,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:953]: Executing op: RegRemoveValue(,Value=Python.File,) RemoveRegistryValues: Key: \Software\Classes\.py, Name: MSI (s) (9C:9C) [21:23:47:953]: Executing op: RegRemoveValue(Name=Content Type,Value=text/plain,) RemoveRegistryValues: Key: \Software\Classes\.py, Name: Content Type MSI (s) (9C:9C) [21:23:47:953]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyw,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:953]: Executing op: RegRemoveValue(,Value=Python.NoConFile,) RemoveRegistryValues: Key: \Software\Classes\.pyw, Name: MSI (s) (9C:9C) [21:23:47:953]: Executing op: RegRemoveValue(Name=Content Type,Value=text/plain,) RemoveRegistryValues: Key: \Software\Classes\.pyw, Name: Content Type MSI (s) (9C:9C) [21:23:47:953]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyc,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:953]: Executing op: RegRemoveValue(,Value=Python.CompiledFile,) RemoveRegistryValues: Key: \Software\Classes\.pyc, Name: MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyo,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegRemoveValue(,Value=Python.CompiledFile,) RemoveRegistryValues: Key: \Software\Classes\.pyo, Name: MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shell\open\command,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegRemoveValue(,Value="[LAUNCHERDIR]py.exe" "%1" %*,) RemoveRegistryValues: Key: \Software\Classes\Python.File\shell\open\command, Name: MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shell\open\command,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegRemoveValue(,Value="[LAUNCHERDIR]pyw.exe" "%1" %*,) RemoveRegistryValues: Key: \Software\Classes\Python.NoConFile\shell\open\command, Name: MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\shell\open\command,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegRemoveValue(,Value="[LAUNCHERDIR]py.exe" "%1" %*,) RemoveRegistryValues: Key: \Software\Classes\Python.CompiledFile\shell\open\command, Name: MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shell\Edit with IDLE\command,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegRemoveValue(,Value="[TARGETDIR]pythonw.exe" "[TARGETDIR]Lib\idlelib\idle.pyw" -e "%1",) RemoveRegistryValues: Key: \Software\Classes\Python.File\shell\Edit with IDLE\command, Name: MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shell\Edit with IDLE\command,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegRemoveValue(,Value="[TARGETDIR]pythonw.exe" "[TARGETDIR]Lib\idlelib\idle.pyw" -e "%1",) RemoveRegistryValues: Key: \Software\Classes\Python.NoConFile\shell\Edit with IDLE\command, Name: MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\DefaultIcon,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegRemoveValue(,Value=[DLLs]py.ico,) RemoveRegistryValues: Key: \Software\Classes\Python.File\DefaultIcon, Name: MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\DefaultIcon,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegRemoveValue(,Value=[DLLs]py.ico,) RemoveRegistryValues: Key: \Software\Classes\Python.NoConFile\DefaultIcon, Name: MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\DefaultIcon,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegRemoveValue(,Value=[DLLs]pyc.ico,) RemoveRegistryValues: Key: \Software\Classes\Python.CompiledFile\DefaultIcon, Name: MSI (s) (9C:9C) [21:23:47:968]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegRemoveValue(,Value=Python File,) RemoveRegistryValues: Key: \Software\Classes\Python.File, Name: MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegRemoveValue(,Value=Python File (no console),) RemoveRegistryValues: Key: \Software\Classes\Python.NoConFile, Name: MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegRemoveValue(,Value=Compiled Python File,) RemoveRegistryValues: Key: \Software\Classes\Python.CompiledFile, Name: MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shellex\DropHandler,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegRemoveValue(,Value={60254CA5-953B-11CF-8C96-00AA00B8708C},) RemoveRegistryValues: Key: \Software\Classes\Python.File\shellex\DropHandler, Name: MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shellex\DropHandler,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegRemoveValue(,Value={60254CA5-953B-11CF-8C96-00AA00B8708C},) RemoveRegistryValues: Key: \Software\Classes\Python.NoConFile\shellex\DropHandler, Name: MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\shellex\DropHandler,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegRemoveValue(,Value={60254CA5-953B-11CF-8C96-00AA00B8708C},) RemoveRegistryValues: Key: \Software\Classes\Python.CompiledFile\shellex\DropHandler, Name: MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\InstallPath,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegRemoveValue(,Value=[TARGETDIR],) RemoveRegistryValues: Key: \Software\Python\PythonCore\3.4\InstallPath, Name: MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\InstallPath\InstallGroup,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegRemoveValue(,Value=Python 3.4,) RemoveRegistryValues: Key: \Software\Python\PythonCore\3.4\InstallPath\InstallGroup, Name: MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\PythonPath,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegRemoveValue(,Value=[TARGETDIR]Lib;[TARGETDIR]DLLs,) RemoveRegistryValues: Key: \Software\Python\PythonCore\3.4\PythonPath, Name: MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\Help\Main Python Documentation,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:47:984]: Executing op: RegRemoveValue(,Value=[TARGETDIR]Doc\python341.chm,) RemoveRegistryValues: Key: \Software\Python\PythonCore\3.4\Help\Main Python Documentation, Name: MSI (s) (9C:9C) [21:23:48:000]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\Modules,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:48:000]: Executing op: RegOpenKey(Root=-1,Key=Software\Microsoft\Windows\CurrentVersion\App Paths\Python.exe,,BinaryType=1,,) MSI (s) (9C:9C) [21:23:48:000]: Executing op: RegRemoveValue(,Value=[TARGETDIR]Python.exe,) RemoveRegistryValues: Key: \Software\Microsoft\Windows\CurrentVersion\App Paths\Python.exe, Name: MSI (s) (9C:9C) [21:23:48:000]: Executing op: RegOpenKey(Root=-1,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{d54842cb-f761-30ba-881f-1ff821dc44df},,BinaryType=1,,) MSI (s) (9C:9C) [21:23:48:000]: Executing op: RegRemoveValue(Name=DisplayIcon,Value=[TARGETDIR]python.exe,) RemoveRegistryValues: Key: \Software\Microsoft\Windows\CurrentVersion\Uninstall\{d54842cb-f761-30ba-881f-1ff821dc44df}, Name: DisplayIcon MSI (s) (9C:9C) [21:23:48:000]: Executing op: ActionStart(Name=RemoveShortcuts,Description=Removing shortcuts,Template=Shortcut: [1]) Action 21:23:48: RemoveShortcuts. Removing shortcuts MSI (s) (9C:9C) [21:23:48:000]: Executing op: SetTargetFolder(Folder=23\Python 3.4\) MSI (s) (9C:9C) [21:23:48:015]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:9C) [21:23:48:015]: Executing op: ShortcutRemove(Name=PYTHON|Python (command line)) RemoveShortcuts: Shortcut: PYTHON|Python (command line) MSI (s) (9C:9C) [21:23:48:047]: Verifying accessibility of file: Python (command line).lnk MSI (s) (9C:9C) [21:23:48:047]: Using source file security for destination. MSI (s) (9C:9C) [21:23:49:718]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:23:49:718]: Executing op: ShortcutRemove(Name=IDLE|IDLE (Python GUI)) RemoveShortcuts: Shortcut: IDLE|IDLE (Python GUI) MSI (s) (9C:9C) [21:23:49:734]: Verifying accessibility of file: IDLE (Python GUI).lnk MSI (s) (9C:9C) [21:23:49:734]: Using source file security for destination. MSI (s) (9C:9C) [21:23:51:218]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:23:51:234]: Executing op: ShortcutRemove(Name=MODDOCS|Module Docs) RemoveShortcuts: Shortcut: MODDOCS|Module Docs MSI (s) (9C:9C) [21:23:51:250]: Verifying accessibility of file: Module Docs.lnk MSI (s) (9C:9C) [21:23:51:250]: Using source file security for destination. MSI (s) (9C:9C) [21:23:53:080]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:23:53:080]: Executing op: SetTargetFolder(Folder=23\Python 3.4\) MSI (s) (9C:9C) [21:23:53:096]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:9C) [21:23:53:096]: Executing op: ShortcutRemove(Name=MANUAL|Python Manuals) RemoveShortcuts: Shortcut: MANUAL|Python Manuals MSI (s) (9C:9C) [21:23:53:111]: Verifying accessibility of file: Python Manuals.lnk MSI (s) (9C:9C) [21:23:53:111]: Using source file security for destination. MSI (s) (9C:9C) [21:23:54:127]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:23:54:127]: Executing op: ShortcutRemove(Name=UNINST|Uninstall Python) RemoveShortcuts: Shortcut: UNINST|Uninstall Python MSI (s) (9C:9C) [21:23:54:143]: Verifying accessibility of file: Uninstall Python.lnk MSI (s) (9C:9C) [21:23:54:143]: Using source file security for destination. MSI (s) (9C:9C) [21:23:55:080]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:23:55:080]: Executing op: ActionStart(Name=RemoveEnvironmentStrings,Description=Updating environment strings,Template=Name: [1], Value: [2], Action [3]) Action 21:23:55: RemoveEnvironmentStrings. Updating environment strings MSI (s) (9C:9C) [21:23:55:080]: Executing op: ProgressTotal(Total=2,Type=1,ByteEquivalent=13200) MSI (s) (9C:9C) [21:23:55:080]: Executing op: UpdateEnvironmentStrings(Name=Path,Value=C:\Python34\;C:\Python34\Scripts,Delimiter=;,Action=-1610612732,) RemoveEnvironmentStrings: Name: Path, Value: C:\Python34\;C:\Python34\Scripts, Action -1610612732 MSI (s) (9C:9C) [21:23:55:096]: Executing op: UpdateEnvironmentStrings(Name=PathExt,Value=.PY,Delimiter=;,Action=1610612740,) RemoveEnvironmentStrings: Name: PathExt, Value: .PY, Action 1610612740 MSI (s) (9C:9C) [21:23:55:096]: Executing op: ActionStart(Name=RemovePip,,) Action 21:23:55: RemovePip. MSI (s) (9C:9C) [21:23:55:096]: Executing op: CustomActionSchedule(Action=RemovePip,ActionType=3090,Source=C:\Python34\python.exe,Target=-B -m ensurepip._uninstall,) MSI (s) (9C:9C) [21:23:58:518]: Executing op: ActionStart(Name=RemoveFiles,Description=Removing files,Template=File: [1], Directory: [9]) Action 21:23:58: RemoveFiles. Removing files MSI (s) (9C:9C) [21:23:58:518]: Executing op: ProgressTotal(Total=248,Type=1,ByteEquivalent=175000) MSI (s) (9C:9C) [21:23:58:518]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\__pycache__\) MSI (s) (9C:9C) [21:23:58:518]: Executing op: FileRemove(,FileName=abc.cpython-34.pyc,,) RemoveFiles: File: abc.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:533]: Verifying accessibility of file: abc.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:549]: Executing op: FileRemove(,FileName=argparse.cpython-34.pyc,,) RemoveFiles: File: argparse.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:549]: Verifying accessibility of file: argparse.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:565]: Executing op: FileRemove(,FileName=ast.cpython-34.pyc,,) RemoveFiles: File: ast.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:565]: Verifying accessibility of file: ast.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:580]: Executing op: FileRemove(,FileName=base64.cpython-34.pyc,,) RemoveFiles: File: base64.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:580]: Verifying accessibility of file: base64.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:596]: Executing op: FileRemove(,FileName=bdb.cpython-34.pyc,,) RemoveFiles: File: bdb.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:596]: Verifying accessibility of file: bdb.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:627]: Executing op: FileRemove(,FileName=bisect.cpython-34.pyc,,) RemoveFiles: File: bisect.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:627]: Verifying accessibility of file: bisect.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:643]: Executing op: FileRemove(,FileName=bz2.cpython-34.pyc,,) RemoveFiles: File: bz2.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:658]: Verifying accessibility of file: bz2.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:658]: Executing op: FileRemove(,FileName=calendar.cpython-34.pyc,,) RemoveFiles: File: calendar.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:674]: Verifying accessibility of file: calendar.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:690]: Executing op: FileRemove(,FileName=cgi.cpython-34.pyc,,) RemoveFiles: File: cgi.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:690]: Verifying accessibility of file: cgi.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:705]: Executing op: FileRemove(,FileName=code.cpython-34.pyc,,) RemoveFiles: File: code.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:705]: Verifying accessibility of file: code.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:721]: Executing op: FileRemove(,FileName=codecs.cpython-34.pyc,,) RemoveFiles: File: codecs.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:721]: Verifying accessibility of file: codecs.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:737]: Executing op: FileRemove(,FileName=codeop.cpython-34.pyc,,) RemoveFiles: File: codeop.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:737]: Verifying accessibility of file: codeop.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:768]: Executing op: FileRemove(,FileName=compileall.cpython-34.pyc,,) RemoveFiles: File: compileall.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:768]: Verifying accessibility of file: compileall.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:783]: Executing op: FileRemove(,FileName=configparser.cpython-34.pyc,,) RemoveFiles: File: configparser.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:783]: Verifying accessibility of file: configparser.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:799]: Executing op: FileRemove(,FileName=contextlib.cpython-34.pyc,,) RemoveFiles: File: contextlib.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:799]: Verifying accessibility of file: contextlib.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:815]: Executing op: FileRemove(,FileName=copy.cpython-34.pyc,,) RemoveFiles: File: copy.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:815]: Verifying accessibility of file: copy.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:830]: Executing op: FileRemove(,FileName=copyreg.cpython-34.pyc,,) RemoveFiles: File: copyreg.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:830]: Verifying accessibility of file: copyreg.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:846]: Executing op: FileRemove(,FileName=csv.cpython-34.pyc,,) RemoveFiles: File: csv.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:846]: Verifying accessibility of file: csv.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:877]: Executing op: FileRemove(,FileName=datetime.cpython-34.pyc,,) RemoveFiles: File: datetime.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:877]: Verifying accessibility of file: datetime.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:893]: Executing op: FileRemove(,FileName=dis.cpython-34.pyc,,) RemoveFiles: File: dis.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:893]: Verifying accessibility of file: dis.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:908]: Executing op: FileRemove(,FileName=enum.cpython-34.pyc,,) RemoveFiles: File: enum.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:908]: Verifying accessibility of file: enum.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:924]: Executing op: FileRemove(,FileName=fnmatch.cpython-34.pyc,,) RemoveFiles: File: fnmatch.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:924]: Verifying accessibility of file: fnmatch.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:940]: Executing op: FileRemove(,FileName=functools.cpython-34.pyc,,) RemoveFiles: File: functools.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:940]: Verifying accessibility of file: functools.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:955]: Executing op: FileRemove(,FileName=genericpath.cpython-34.pyc,,) RemoveFiles: File: genericpath.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:955]: Verifying accessibility of file: genericpath.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:971]: Executing op: FileRemove(,FileName=getopt.cpython-34.pyc,,) RemoveFiles: File: getopt.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:971]: Verifying accessibility of file: getopt.cpython-34.pyc MSI (s) (9C:9C) [21:23:58:987]: Executing op: FileRemove(,FileName=getpass.cpython-34.pyc,,) RemoveFiles: File: getpass.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:58:987]: Verifying accessibility of file: getpass.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:002]: Executing op: FileRemove(,FileName=gettext.cpython-34.pyc,,) RemoveFiles: File: gettext.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:002]: Verifying accessibility of file: gettext.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:018]: Executing op: FileRemove(,FileName=glob.cpython-34.pyc,,) RemoveFiles: File: glob.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:018]: Verifying accessibility of file: glob.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:033]: Executing op: FileRemove(,FileName=gzip.cpython-34.pyc,,) RemoveFiles: File: gzip.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:033]: Verifying accessibility of file: gzip.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:033]: Executing op: FileRemove(,FileName=hashlib.cpython-34.pyc,,) RemoveFiles: File: hashlib.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:049]: Verifying accessibility of file: hashlib.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:049]: Executing op: FileRemove(,FileName=heapq.cpython-34.pyc,,) RemoveFiles: File: heapq.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:065]: Verifying accessibility of file: heapq.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:065]: Executing op: FileRemove(,FileName=imp.cpython-34.pyc,,) RemoveFiles: File: imp.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:080]: Verifying accessibility of file: imp.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:080]: Executing op: FileRemove(,FileName=inspect.cpython-34.pyc,,) RemoveFiles: File: inspect.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:096]: Verifying accessibility of file: inspect.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:112]: Executing op: FileRemove(,FileName=io.cpython-34.pyc,,) RemoveFiles: File: io.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:127]: Verifying accessibility of file: io.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:127]: Executing op: FileRemove(,FileName=keyword.cpython-34.pyc,,) RemoveFiles: File: keyword.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:143]: Verifying accessibility of file: keyword.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:143]: Executing op: FileRemove(,FileName=linecache.cpython-34.pyc,,) RemoveFiles: File: linecache.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:158]: Verifying accessibility of file: linecache.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:158]: Executing op: FileRemove(,FileName=locale.cpython-34.pyc,,) RemoveFiles: File: locale.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:174]: Verifying accessibility of file: locale.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:174]: Executing op: FileRemove(,FileName=lzma.cpython-34.pyc,,) RemoveFiles: File: lzma.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:174]: Verifying accessibility of file: lzma.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:190]: Executing op: FileRemove(,FileName=mimetypes.cpython-34.pyc,,) RemoveFiles: File: mimetypes.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:190]: Verifying accessibility of file: mimetypes.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:205]: Executing op: FileRemove(,FileName=ntpath.cpython-34.pyc,,) RemoveFiles: File: ntpath.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:205]: Verifying accessibility of file: ntpath.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:221]: Executing op: FileRemove(,FileName=nturl2path.cpython-34.pyc,,) RemoveFiles: File: nturl2path.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:221]: Verifying accessibility of file: nturl2path.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:237]: Executing op: FileRemove(,FileName=numbers.cpython-34.pyc,,) RemoveFiles: File: numbers.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:237]: Verifying accessibility of file: numbers.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:237]: Executing op: FileRemove(,FileName=opcode.cpython-34.pyc,,) RemoveFiles: File: opcode.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:252]: Verifying accessibility of file: opcode.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:268]: Executing op: FileRemove(,FileName=operator.cpython-34.pyc,,) RemoveFiles: File: operator.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:268]: Verifying accessibility of file: operator.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:283]: Executing op: FileRemove(,FileName=optparse.cpython-34.pyc,,) RemoveFiles: File: optparse.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:283]: Verifying accessibility of file: optparse.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:283]: Executing op: FileRemove(,FileName=os.cpython-34.pyc,,) RemoveFiles: File: os.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:299]: Verifying accessibility of file: os.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:299]: Executing op: FileRemove(,FileName=pickle.cpython-34.pyc,,) RemoveFiles: File: pickle.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:315]: Verifying accessibility of file: pickle.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:330]: Executing op: FileRemove(,FileName=pkgutil.cpython-34.pyc,,) RemoveFiles: File: pkgutil.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:346]: Verifying accessibility of file: pkgutil.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:346]: Executing op: FileRemove(,FileName=platform.cpython-34.pyc,,) RemoveFiles: File: platform.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:346]: Verifying accessibility of file: platform.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:362]: Executing op: FileRemove(,FileName=posixpath.cpython-34.pyc,,) RemoveFiles: File: posixpath.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:362]: Verifying accessibility of file: posixpath.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:377]: Executing op: FileRemove(,FileName=pydoc.cpython-34.pyc,,) RemoveFiles: File: pydoc.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:377]: Verifying accessibility of file: pydoc.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:393]: Executing op: FileRemove(,FileName=py_compile.cpython-34.pyc,,) RemoveFiles: File: py_compile.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:393]: Verifying accessibility of file: py_compile.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:408]: Executing op: FileRemove(,FileName=queue.cpython-34.pyc,,) RemoveFiles: File: queue.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:408]: Verifying accessibility of file: queue.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:424]: Executing op: FileRemove(,FileName=quopri.cpython-34.pyc,,) RemoveFiles: File: quopri.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:424]: Verifying accessibility of file: quopri.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:518]: Executing op: FileRemove(,FileName=random.cpython-34.pyc,,) RemoveFiles: File: random.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:518]: Verifying accessibility of file: random.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:533]: Executing op: FileRemove(,FileName=re.cpython-34.pyc,,) RemoveFiles: File: re.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:533]: Verifying accessibility of file: re.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:549]: Executing op: FileRemove(,FileName=reprlib.cpython-34.pyc,,) RemoveFiles: File: reprlib.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:549]: Verifying accessibility of file: reprlib.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:549]: Executing op: FileRemove(,FileName=runpy.cpython-34.pyc,,) RemoveFiles: File: runpy.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:565]: Verifying accessibility of file: runpy.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:565]: Executing op: FileRemove(,FileName=shlex.cpython-34.pyc,,) RemoveFiles: File: shlex.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:580]: Verifying accessibility of file: shlex.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:596]: Executing op: FileRemove(,FileName=shutil.cpython-34.pyc,,) RemoveFiles: File: shutil.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:596]: Verifying accessibility of file: shutil.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:612]: Executing op: FileRemove(,FileName=site.cpython-34.pyc,,) RemoveFiles: File: site.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:612]: Verifying accessibility of file: site.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:612]: Executing op: FileRemove(,FileName=socket.cpython-34.pyc,,) RemoveFiles: File: socket.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:627]: Verifying accessibility of file: socket.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:627]: Executing op: FileRemove(,FileName=socketserver.cpython-34.pyc,,) RemoveFiles: File: socketserver.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:643]: Verifying accessibility of file: socketserver.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:643]: Executing op: FileRemove(,FileName=sre_compile.cpython-34.pyc,,) RemoveFiles: File: sre_compile.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:643]: Verifying accessibility of file: sre_compile.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:658]: Executing op: FileRemove(,FileName=sre_constants.cpython-34.pyc,,) RemoveFiles: File: sre_constants.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:658]: Verifying accessibility of file: sre_constants.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:674]: Executing op: FileRemove(,FileName=sre_parse.cpython-34.pyc,,) RemoveFiles: File: sre_parse.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:674]: Verifying accessibility of file: sre_parse.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:690]: Executing op: FileRemove(,FileName=ssl.cpython-34.pyc,,) RemoveFiles: File: ssl.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:690]: Verifying accessibility of file: ssl.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:690]: Executing op: FileRemove(,FileName=stat.cpython-34.pyc,,) RemoveFiles: File: stat.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:705]: Verifying accessibility of file: stat.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:705]: Executing op: FileRemove(,FileName=string.cpython-34.pyc,,) RemoveFiles: File: string.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:721]: Verifying accessibility of file: string.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:721]: Executing op: FileRemove(,FileName=stringprep.cpython-34.pyc,,) RemoveFiles: File: stringprep.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:737]: Verifying accessibility of file: stringprep.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:737]: Executing op: FileRemove(,FileName=struct.cpython-34.pyc,,) RemoveFiles: File: struct.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:752]: Verifying accessibility of file: struct.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:752]: Executing op: FileRemove(,FileName=subprocess.cpython-34.pyc,,) RemoveFiles: File: subprocess.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:768]: Verifying accessibility of file: subprocess.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:768]: Executing op: FileRemove(,FileName=symbol.cpython-34.pyc,,) RemoveFiles: File: symbol.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:783]: Verifying accessibility of file: symbol.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:783]: Executing op: FileRemove(,FileName=sysconfig.cpython-34.pyc,,) RemoveFiles: File: sysconfig.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:799]: Verifying accessibility of file: sysconfig.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:799]: Executing op: FileRemove(,FileName=tarfile.cpython-34.pyc,,) RemoveFiles: File: tarfile.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:799]: Verifying accessibility of file: tarfile.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:815]: Executing op: FileRemove(,FileName=tempfile.cpython-34.pyc,,) RemoveFiles: File: tempfile.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:815]: Verifying accessibility of file: tempfile.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:830]: Executing op: FileRemove(,FileName=textwrap.cpython-34.pyc,,) RemoveFiles: File: textwrap.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:830]: Verifying accessibility of file: textwrap.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:846]: Executing op: FileRemove(,FileName=threading.cpython-34.pyc,,) RemoveFiles: File: threading.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:846]: Verifying accessibility of file: threading.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:862]: Executing op: FileRemove(,FileName=token.cpython-34.pyc,,) RemoveFiles: File: token.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:877]: Verifying accessibility of file: token.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:877]: Executing op: FileRemove(,FileName=tokenize.cpython-34.pyc,,) RemoveFiles: File: tokenize.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:877]: Verifying accessibility of file: tokenize.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:893]: Executing op: FileRemove(,FileName=traceback.cpython-34.pyc,,) RemoveFiles: File: traceback.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:893]: Verifying accessibility of file: traceback.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:908]: Executing op: FileRemove(,FileName=types.cpython-34.pyc,,) RemoveFiles: File: types.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:908]: Verifying accessibility of file: types.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:924]: Executing op: FileRemove(,FileName=uu.cpython-34.pyc,,) RemoveFiles: File: uu.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:924]: Verifying accessibility of file: uu.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:940]: Executing op: FileRemove(,FileName=uuid.cpython-34.pyc,,) RemoveFiles: File: uuid.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:940]: Verifying accessibility of file: uuid.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:955]: Executing op: FileRemove(,FileName=warnings.cpython-34.pyc,,) RemoveFiles: File: warnings.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:955]: Verifying accessibility of file: warnings.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:971]: Executing op: FileRemove(,FileName=weakref.cpython-34.pyc,,) RemoveFiles: File: weakref.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:971]: Verifying accessibility of file: weakref.cpython-34.pyc MSI (s) (9C:9C) [21:23:59:987]: Executing op: FileRemove(,FileName=webbrowser.cpython-34.pyc,,) RemoveFiles: File: webbrowser.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:23:59:987]: Verifying accessibility of file: webbrowser.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:002]: Executing op: FileRemove(,FileName=zipfile.cpython-34.pyc,,) RemoveFiles: File: zipfile.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:24:00:002]: Verifying accessibility of file: zipfile.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:018]: Executing op: FileRemove(,FileName=_bootlocale.cpython-34.pyc,,) RemoveFiles: File: _bootlocale.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:24:00:018]: Verifying accessibility of file: _bootlocale.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:033]: Executing op: FileRemove(,FileName=_collections_abc.cpython-34.pyc,,) RemoveFiles: File: _collections_abc.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:24:00:033]: Verifying accessibility of file: _collections_abc.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:049]: Executing op: FileRemove(,FileName=_compat_pickle.cpython-34.pyc,,) RemoveFiles: File: _compat_pickle.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:24:00:049]: Verifying accessibility of file: _compat_pickle.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:065]: Executing op: FileRemove(,FileName=_markupbase.cpython-34.pyc,,) RemoveFiles: File: _markupbase.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:24:00:065]: Verifying accessibility of file: _markupbase.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:065]: Executing op: FileRemove(,FileName=_sitebuiltins.cpython-34.pyc,,) RemoveFiles: File: _sitebuiltins.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:24:00:080]: Verifying accessibility of file: _sitebuiltins.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:080]: Executing op: FileRemove(,FileName=_weakrefset.cpython-34.pyc,,) RemoveFiles: File: _weakrefset.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:24:00:096]: Verifying accessibility of file: _weakrefset.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:096]: Executing op: FileRemove(,FileName=__future__.cpython-34.pyc,,) RemoveFiles: File: __future__.cpython-34.pyc, Directory: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:24:00:112]: Verifying accessibility of file: __future__.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:174]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\asyncio\__pycache__\) MSI (s) (9C:9C) [21:24:00:174]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\idlelib\__pycache__\) MSI (s) (9C:9C) [21:24:00:174]: Executing op: FileRemove(,FileName=aboutDialog.cpython-34.pyc,,) RemoveFiles: File: aboutDialog.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:190]: Verifying accessibility of file: aboutDialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:205]: Executing op: FileRemove(,FileName=AutoComplete.cpython-34.pyc,,) RemoveFiles: File: AutoComplete.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:205]: Verifying accessibility of file: AutoComplete.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:221]: Executing op: FileRemove(,FileName=AutoCompleteWindow.cpython-34.pyc,,) RemoveFiles: File: AutoCompleteWindow.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:221]: Verifying accessibility of file: AutoCompleteWindow.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:221]: Executing op: FileRemove(,FileName=AutoExpand.cpython-34.pyc,,) RemoveFiles: File: AutoExpand.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:237]: Verifying accessibility of file: AutoExpand.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:237]: Executing op: FileRemove(,FileName=Bindings.cpython-34.pyc,,) RemoveFiles: File: Bindings.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:252]: Verifying accessibility of file: Bindings.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:252]: Executing op: FileRemove(,FileName=CallTips.cpython-34.pyc,,) RemoveFiles: File: CallTips.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:268]: Verifying accessibility of file: CallTips.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:268]: Executing op: FileRemove(,FileName=CallTipWindow.cpython-34.pyc,,) RemoveFiles: File: CallTipWindow.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:283]: Verifying accessibility of file: CallTipWindow.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:283]: Executing op: FileRemove(,FileName=ColorDelegator.cpython-34.pyc,,) RemoveFiles: File: ColorDelegator.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:299]: Verifying accessibility of file: ColorDelegator.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:299]: Executing op: FileRemove(,FileName=configDialog.cpython-34.pyc,,) RemoveFiles: File: configDialog.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:315]: Verifying accessibility of file: configDialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:330]: Executing op: FileRemove(,FileName=configHandler.cpython-34.pyc,,) RemoveFiles: File: configHandler.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:346]: Verifying accessibility of file: configHandler.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:362]: Executing op: FileRemove(,FileName=configHelpSourceEdit.cpython-34.pyc,,) RemoveFiles: File: configHelpSourceEdit.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:377]: Verifying accessibility of file: configHelpSourceEdit.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:393]: Executing op: FileRemove(,FileName=configSectionNameDialog.cpython-34.pyc,,) RemoveFiles: File: configSectionNameDialog.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:393]: Verifying accessibility of file: configSectionNameDialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:408]: Executing op: FileRemove(,FileName=Debugger.cpython-34.pyc,,) RemoveFiles: File: Debugger.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:408]: Verifying accessibility of file: Debugger.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:424]: Executing op: FileRemove(,FileName=Delegator.cpython-34.pyc,,) RemoveFiles: File: Delegator.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:424]: Verifying accessibility of file: Delegator.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:440]: Executing op: FileRemove(,FileName=dynOptionMenuWidget.cpython-34.pyc,,) RemoveFiles: File: dynOptionMenuWidget.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:440]: Verifying accessibility of file: dynOptionMenuWidget.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:455]: Executing op: FileRemove(,FileName=EditorWindow.cpython-34.pyc,,) RemoveFiles: File: EditorWindow.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:455]: Verifying accessibility of file: EditorWindow.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:487]: Executing op: FileRemove(,FileName=FileList.cpython-34.pyc,,) RemoveFiles: File: FileList.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:487]: Verifying accessibility of file: FileList.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:487]: Executing op: FileRemove(,FileName=FormatParagraph.cpython-34.pyc,,) RemoveFiles: File: FormatParagraph.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:502]: Verifying accessibility of file: FormatParagraph.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:502]: Executing op: FileRemove(,FileName=GrepDialog.cpython-34.pyc,,) RemoveFiles: File: GrepDialog.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:518]: Verifying accessibility of file: GrepDialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:518]: Executing op: FileRemove(,FileName=HyperParser.cpython-34.pyc,,) RemoveFiles: File: HyperParser.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:533]: Verifying accessibility of file: HyperParser.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:533]: Executing op: FileRemove(,FileName=IdleHistory.cpython-34.pyc,,) RemoveFiles: File: IdleHistory.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:549]: Verifying accessibility of file: IdleHistory.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:549]: Executing op: FileRemove(,FileName=idlever.cpython-34.pyc,,) RemoveFiles: File: idlever.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:565]: Verifying accessibility of file: idlever.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:565]: Executing op: FileRemove(,FileName=IOBinding.cpython-34.pyc,,) RemoveFiles: File: IOBinding.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:565]: Verifying accessibility of file: IOBinding.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:596]: Executing op: FileRemove(,FileName=keybindingDialog.cpython-34.pyc,,) RemoveFiles: File: keybindingDialog.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:596]: Verifying accessibility of file: keybindingDialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:612]: Executing op: FileRemove(,FileName=macosxSupport.cpython-34.pyc,,) RemoveFiles: File: macosxSupport.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:612]: Verifying accessibility of file: macosxSupport.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:612]: Executing op: FileRemove(,FileName=MultiCall.cpython-34.pyc,,) RemoveFiles: File: MultiCall.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:627]: Verifying accessibility of file: MultiCall.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:643]: Executing op: FileRemove(,FileName=MultiStatusBar.cpython-34.pyc,,) RemoveFiles: File: MultiStatusBar.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:643]: Verifying accessibility of file: MultiStatusBar.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:658]: Executing op: FileRemove(,FileName=ObjectBrowser.cpython-34.pyc,,) RemoveFiles: File: ObjectBrowser.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:658]: Verifying accessibility of file: ObjectBrowser.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:674]: Executing op: FileRemove(,FileName=OutputWindow.cpython-34.pyc,,) RemoveFiles: File: OutputWindow.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:674]: Verifying accessibility of file: OutputWindow.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:674]: Executing op: FileRemove(,FileName=ParenMatch.cpython-34.pyc,,) RemoveFiles: File: ParenMatch.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:690]: Verifying accessibility of file: ParenMatch.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:690]: Executing op: FileRemove(,FileName=Percolator.cpython-34.pyc,,) RemoveFiles: File: Percolator.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:705]: Verifying accessibility of file: Percolator.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:705]: Executing op: FileRemove(,FileName=PyParse.cpython-34.pyc,,) RemoveFiles: File: PyParse.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:721]: Verifying accessibility of file: PyParse.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:721]: Executing op: FileRemove(,FileName=PyShell.cpython-34.pyc,,) RemoveFiles: File: PyShell.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:737]: Verifying accessibility of file: PyShell.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:737]: Executing op: FileRemove(,FileName=RemoteDebugger.cpython-34.pyc,,) RemoveFiles: File: RemoteDebugger.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:737]: Verifying accessibility of file: RemoteDebugger.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:768]: Executing op: FileRemove(,FileName=RemoteObjectBrowser.cpython-34.pyc,,) RemoveFiles: File: RemoteObjectBrowser.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:768]: Verifying accessibility of file: RemoteObjectBrowser.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:783]: Executing op: FileRemove(,FileName=ReplaceDialog.cpython-34.pyc,,) RemoveFiles: File: ReplaceDialog.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:783]: Verifying accessibility of file: ReplaceDialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:799]: Executing op: FileRemove(,FileName=rpc.cpython-34.pyc,,) RemoveFiles: File: rpc.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:799]: Verifying accessibility of file: rpc.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:815]: Executing op: FileRemove(,FileName=run.cpython-34.pyc,,) RemoveFiles: File: run.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:830]: Verifying accessibility of file: run.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:830]: Executing op: FileRemove(,FileName=ScrolledList.cpython-34.pyc,,) RemoveFiles: File: ScrolledList.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:846]: Verifying accessibility of file: ScrolledList.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:846]: Executing op: FileRemove(,FileName=SearchDialog.cpython-34.pyc,,) RemoveFiles: File: SearchDialog.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:862]: Verifying accessibility of file: SearchDialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:862]: Executing op: FileRemove(,FileName=SearchDialogBase.cpython-34.pyc,,) RemoveFiles: File: SearchDialogBase.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:862]: Verifying accessibility of file: SearchDialogBase.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:877]: Executing op: FileRemove(,FileName=SearchEngine.cpython-34.pyc,,) RemoveFiles: File: SearchEngine.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:877]: Verifying accessibility of file: SearchEngine.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:893]: Executing op: FileRemove(,FileName=StackViewer.cpython-34.pyc,,) RemoveFiles: File: StackViewer.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:893]: Verifying accessibility of file: StackViewer.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:908]: Executing op: FileRemove(,FileName=tabbedpages.cpython-34.pyc,,) RemoveFiles: File: tabbedpages.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:924]: Verifying accessibility of file: tabbedpages.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:924]: Executing op: FileRemove(,FileName=textView.cpython-34.pyc,,) RemoveFiles: File: textView.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:940]: Verifying accessibility of file: textView.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:940]: Executing op: FileRemove(,FileName=TreeWidget.cpython-34.pyc,,) RemoveFiles: File: TreeWidget.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:955]: Verifying accessibility of file: TreeWidget.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:955]: Executing op: FileRemove(,FileName=UndoDelegator.cpython-34.pyc,,) RemoveFiles: File: UndoDelegator.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:971]: Verifying accessibility of file: UndoDelegator.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:971]: Executing op: FileRemove(,FileName=WidgetRedirector.cpython-34.pyc,,) RemoveFiles: File: WidgetRedirector.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:00:987]: Verifying accessibility of file: WidgetRedirector.cpython-34.pyc MSI (s) (9C:9C) [21:24:00:987]: Executing op: FileRemove(,FileName=WindowList.cpython-34.pyc,,) RemoveFiles: File: WindowList.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:01:002]: Verifying accessibility of file: WindowList.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:002]: Executing op: FileRemove(,FileName=ZoomHeight.cpython-34.pyc,,) RemoveFiles: File: ZoomHeight.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:01:018]: Verifying accessibility of file: ZoomHeight.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:018]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:01:033]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:112]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\idlelib\idle_test\__pycache__\) MSI (s) (9C:9C) [21:24:01:112]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\concurrent\__pycache__\) MSI (s) (9C:9C) [21:24:01:112]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\concurrent\futures\__pycache__\) MSI (s) (9C:9C) [21:24:01:112]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\http\__pycache__\) MSI (s) (9C:9C) [21:24:01:112]: Executing op: FileRemove(,FileName=client.cpython-34.pyc,,) RemoveFiles: File: client.cpython-34.pyc, Directory: C:\Python34\Lib\http\__pycache__\ MSI (s) (9C:9C) [21:24:01:112]: Verifying accessibility of file: client.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:127]: Executing op: FileRemove(,FileName=cookiejar.cpython-34.pyc,,) RemoveFiles: File: cookiejar.cpython-34.pyc, Directory: C:\Python34\Lib\http\__pycache__\ MSI (s) (9C:9C) [21:24:01:127]: Verifying accessibility of file: cookiejar.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:158]: Executing op: FileRemove(,FileName=cookies.cpython-34.pyc,,) RemoveFiles: File: cookies.cpython-34.pyc, Directory: C:\Python34\Lib\http\__pycache__\ MSI (s) (9C:9C) [21:24:01:174]: Verifying accessibility of file: cookies.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:190]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\http\__pycache__\ MSI (s) (9C:9C) [21:24:01:205]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:221]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\sqlite3\__pycache__\) MSI (s) (9C:9C) [21:24:01:221]: Executing op: FileRemove(,FileName=dbapi2.cpython-34.pyc,,) RemoveFiles: File: dbapi2.cpython-34.pyc, Directory: C:\Python34\Lib\sqlite3\__pycache__\ MSI (s) (9C:9C) [21:24:01:221]: Verifying accessibility of file: dbapi2.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:237]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\sqlite3\__pycache__\ MSI (s) (9C:9C) [21:24:01:237]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:252]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\sqlite3\test\__pycache__\) MSI (s) (9C:9C) [21:24:01:252]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\html\__pycache__\) MSI (s) (9C:9C) [21:24:01:252]: Executing op: FileRemove(,FileName=entities.cpython-34.pyc,,) RemoveFiles: File: entities.cpython-34.pyc, Directory: C:\Python34\Lib\html\__pycache__\ MSI (s) (9C:9C) [21:24:01:268]: Verifying accessibility of file: entities.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:283]: Executing op: FileRemove(,FileName=parser.cpython-34.pyc,,) RemoveFiles: File: parser.cpython-34.pyc, Directory: C:\Python34\Lib\html\__pycache__\ MSI (s) (9C:9C) [21:24:01:283]: Verifying accessibility of file: parser.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:315]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\html\__pycache__\ MSI (s) (9C:9C) [21:24:01:315]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:330]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\__pycache__\) MSI (s) (9C:9C) [21:24:01:330]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\pgen2\__pycache__\) MSI (s) (9C:9C) [21:24:01:330]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\__pycache__\) MSI (s) (9C:9C) [21:24:01:330]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\__pycache__\) MSI (s) (9C:9C) [21:24:01:330]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\) MSI (s) (9C:9C) [21:24:01:330]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\) MSI (s) (9C:9C) [21:24:01:330]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\fixes\__pycache__\) MSI (s) (9C:9C) [21:24:01:330]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\__pycache__\) MSI (s) (9C:9C) [21:24:01:330]: Executing op: FileRemove(,FileName=colorchooser.cpython-34.pyc,,) RemoveFiles: File: colorchooser.cpython-34.pyc, Directory: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:01:346]: Verifying accessibility of file: colorchooser.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:362]: Executing op: FileRemove(,FileName=commondialog.cpython-34.pyc,,) RemoveFiles: File: commondialog.cpython-34.pyc, Directory: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:01:377]: Verifying accessibility of file: commondialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:393]: Executing op: FileRemove(,FileName=constants.cpython-34.pyc,,) RemoveFiles: File: constants.cpython-34.pyc, Directory: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:01:393]: Verifying accessibility of file: constants.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:408]: Executing op: FileRemove(,FileName=dialog.cpython-34.pyc,,) RemoveFiles: File: dialog.cpython-34.pyc, Directory: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:01:424]: Verifying accessibility of file: dialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:440]: Executing op: FileRemove(,FileName=filedialog.cpython-34.pyc,,) RemoveFiles: File: filedialog.cpython-34.pyc, Directory: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:01:455]: Verifying accessibility of file: filedialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:471]: Executing op: FileRemove(,FileName=font.cpython-34.pyc,,) RemoveFiles: File: font.cpython-34.pyc, Directory: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:01:471]: Verifying accessibility of file: font.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:487]: Executing op: FileRemove(,FileName=messagebox.cpython-34.pyc,,) RemoveFiles: File: messagebox.cpython-34.pyc, Directory: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:01:487]: Verifying accessibility of file: messagebox.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:487]: Executing op: FileRemove(,FileName=simpledialog.cpython-34.pyc,,) RemoveFiles: File: simpledialog.cpython-34.pyc, Directory: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:01:502]: Verifying accessibility of file: simpledialog.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:518]: Executing op: FileRemove(,FileName=_fix.cpython-34.pyc,,) RemoveFiles: File: _fix.cpython-34.pyc, Directory: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:01:518]: Verifying accessibility of file: _fix.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:533]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:01:533]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:565]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\__pycache__\) MSI (s) (9C:9C) [21:24:01:565]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\) MSI (s) (9C:9C) [21:24:01:565]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\) MSI (s) (9C:9C) [21:24:01:565]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\wsgiref\__pycache__\) MSI (s) (9C:9C) [21:24:01:565]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\venv\__pycache__\) MSI (s) (9C:9C) [21:24:01:565]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\json\__pycache__\) MSI (s) (9C:9C) [21:24:01:565]: Executing op: FileRemove(,FileName=decoder.cpython-34.pyc,,) RemoveFiles: File: decoder.cpython-34.pyc, Directory: C:\Python34\Lib\json\__pycache__\ MSI (s) (9C:9C) [21:24:01:565]: Verifying accessibility of file: decoder.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:580]: Executing op: FileRemove(,FileName=encoder.cpython-34.pyc,,) RemoveFiles: File: encoder.cpython-34.pyc, Directory: C:\Python34\Lib\json\__pycache__\ MSI (s) (9C:9C) [21:24:01:580]: Verifying accessibility of file: encoder.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:596]: Executing op: FileRemove(,FileName=scanner.cpython-34.pyc,,) RemoveFiles: File: scanner.cpython-34.pyc, Directory: C:\Python34\Lib\json\__pycache__\ MSI (s) (9C:9C) [21:24:01:596]: Verifying accessibility of file: scanner.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:612]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\json\__pycache__\ MSI (s) (9C:9C) [21:24:01:612]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:627]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\curses\__pycache__\) MSI (s) (9C:9C) [21:24:01:627]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\multiprocessing\__pycache__\) MSI (s) (9C:9C) [21:24:01:627]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\multiprocessing\dummy\__pycache__\) MSI (s) (9C:9C) [21:24:01:627]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ensurepip\__pycache__\) MSI (s) (9C:9C) [21:24:01:627]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\ensurepip\__pycache__\ MSI (s) (9C:9C) [21:24:01:627]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:643]: Executing op: FileRemove(,FileName=__main__.cpython-34.pyc,,) RemoveFiles: File: __main__.cpython-34.pyc, Directory: C:\Python34\Lib\ensurepip\__pycache__\ MSI (s) (9C:9C) [21:24:01:643]: Verifying accessibility of file: __main__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:658]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\logging\__pycache__\) MSI (s) (9C:9C) [21:24:01:658]: Executing op: FileRemove(,FileName=config.cpython-34.pyc,,) RemoveFiles: File: config.cpython-34.pyc, Directory: C:\Python34\Lib\logging\__pycache__\ MSI (s) (9C:9C) [21:24:01:658]: Verifying accessibility of file: config.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:674]: Executing op: FileRemove(,FileName=handlers.cpython-34.pyc,,) RemoveFiles: File: handlers.cpython-34.pyc, Directory: C:\Python34\Lib\logging\__pycache__\ MSI (s) (9C:9C) [21:24:01:674]: Verifying accessibility of file: handlers.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:690]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\logging\__pycache__\ MSI (s) (9C:9C) [21:24:01:705]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:721]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\__pycache__\) MSI (s) (9C:9C) [21:24:01:721]: Executing op: FileRemove(,FileName=util.cpython-34.pyc,,) RemoveFiles: File: util.cpython-34.pyc, Directory: C:\Python34\Lib\ctypes\__pycache__\ MSI (s) (9C:9C) [21:24:01:721]: Verifying accessibility of file: util.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:737]: Executing op: FileRemove(,FileName=wintypes.cpython-34.pyc,,) RemoveFiles: File: wintypes.cpython-34.pyc, Directory: C:\Python34\Lib\ctypes\__pycache__\ MSI (s) (9C:9C) [21:24:01:737]: Verifying accessibility of file: wintypes.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:752]: Executing op: FileRemove(,FileName=_endian.cpython-34.pyc,,) RemoveFiles: File: _endian.cpython-34.pyc, Directory: C:\Python34\Lib\ctypes\__pycache__\ MSI (s) (9C:9C) [21:24:01:752]: Verifying accessibility of file: _endian.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:768]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\ctypes\__pycache__\ MSI (s) (9C:9C) [21:24:01:768]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:783]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\test\__pycache__\) MSI (s) (9C:9C) [21:24:01:783]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\macholib\__pycache__\) MSI (s) (9C:9C) [21:24:01:783]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\__pycache__\) MSI (s) (9C:9C) [21:24:01:783]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_asyncio\__pycache__\) MSI (s) (9C:9C) [21:24:01:783]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\support\__pycache__\) MSI (s) (9C:9C) [21:24:01:783]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\encoded_modules\__pycache__\) MSI (s) (9C:9C) [21:24:01:783]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\tracedmodules\__pycache__\) MSI (s) (9C:9C) [21:24:01:783]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\crashers\__pycache__\) MSI (s) (9C:9C) [21:24:01:783]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\leakers\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\subprocessdata\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_json\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\builtin\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\frozen\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\source\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\extension\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\import_\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_email\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\turtledemo\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\__pycache__\) MSI (s) (9C:9C) [21:24:01:799]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\xml\__pycache__\ MSI (s) (9C:9C) [21:24:01:815]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:815]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\dom\__pycache__\) MSI (s) (9C:9C) [21:24:01:815]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\etree\__pycache__\) MSI (s) (9C:9C) [21:24:01:815]: Executing op: FileRemove(,FileName=cElementTree.cpython-34.pyc,,) RemoveFiles: File: cElementTree.cpython-34.pyc, Directory: C:\Python34\Lib\xml\etree\__pycache__\ MSI (s) (9C:9C) [21:24:01:830]: Verifying accessibility of file: cElementTree.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:830]: Executing op: FileRemove(,FileName=ElementPath.cpython-34.pyc,,) RemoveFiles: File: ElementPath.cpython-34.pyc, Directory: C:\Python34\Lib\xml\etree\__pycache__\ MSI (s) (9C:9C) [21:24:01:846]: Verifying accessibility of file: ElementPath.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:846]: Executing op: FileRemove(,FileName=ElementTree.cpython-34.pyc,,) RemoveFiles: File: ElementTree.cpython-34.pyc, Directory: C:\Python34\Lib\xml\etree\__pycache__\ MSI (s) (9C:9C) [21:24:01:846]: Verifying accessibility of file: ElementTree.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:871]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\xml\etree\__pycache__\ MSI (s) (9C:9C) [21:24:01:878]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:883]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\parsers\__pycache__\) MSI (s) (9C:9C) [21:24:01:883]: Executing op: FileRemove(,FileName=expat.cpython-34.pyc,,) RemoveFiles: File: expat.cpython-34.pyc, Directory: C:\Python34\Lib\xml\parsers\__pycache__\ MSI (s) (9C:9C) [21:24:01:883]: Verifying accessibility of file: expat.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:898]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\xml\parsers\__pycache__\ MSI (s) (9C:9C) [21:24:01:898]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:898]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\sax\__pycache__\) MSI (s) (9C:9C) [21:24:01:898]: Executing op: FileRemove(,FileName=handler.cpython-34.pyc,,) RemoveFiles: File: handler.cpython-34.pyc, Directory: C:\Python34\Lib\xml\sax\__pycache__\ MSI (s) (9C:9C) [21:24:01:914]: Verifying accessibility of file: handler.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:930]: Executing op: FileRemove(,FileName=saxutils.cpython-34.pyc,,) RemoveFiles: File: saxutils.cpython-34.pyc, Directory: C:\Python34\Lib\xml\sax\__pycache__\ MSI (s) (9C:9C) [21:24:01:930]: Verifying accessibility of file: saxutils.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:945]: Executing op: FileRemove(,FileName=xmlreader.cpython-34.pyc,,) RemoveFiles: File: xmlreader.cpython-34.pyc, Directory: C:\Python34\Lib\xml\sax\__pycache__\ MSI (s) (9C:9C) [21:24:01:945]: Verifying accessibility of file: xmlreader.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:961]: Executing op: FileRemove(,FileName=_exceptions.cpython-34.pyc,,) RemoveFiles: File: _exceptions.cpython-34.pyc, Directory: C:\Python34\Lib\xml\sax\__pycache__\ MSI (s) (9C:9C) [21:24:01:961]: Verifying accessibility of file: _exceptions.cpython-34.pyc MSI (s) (9C:9C) [21:24:01:992]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\xml\sax\__pycache__\ MSI (s) (9C:9C) [21:24:01:992]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:008]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\email\__pycache__\) MSI (s) (9C:9C) [21:24:02:008]: Executing op: FileRemove(,FileName=base64mime.cpython-34.pyc,,) RemoveFiles: File: base64mime.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:008]: Verifying accessibility of file: base64mime.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:024]: Executing op: FileRemove(,FileName=charset.cpython-34.pyc,,) RemoveFiles: File: charset.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:024]: Verifying accessibility of file: charset.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:039]: Executing op: FileRemove(,FileName=encoders.cpython-34.pyc,,) RemoveFiles: File: encoders.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:039]: Verifying accessibility of file: encoders.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:055]: Executing op: FileRemove(,FileName=errors.cpython-34.pyc,,) RemoveFiles: File: errors.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:055]: Verifying accessibility of file: errors.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:070]: Executing op: FileRemove(,FileName=feedparser.cpython-34.pyc,,) RemoveFiles: File: feedparser.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:070]: Verifying accessibility of file: feedparser.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:102]: Executing op: FileRemove(,FileName=header.cpython-34.pyc,,) RemoveFiles: File: header.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:102]: Verifying accessibility of file: header.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:117]: Executing op: FileRemove(,FileName=iterators.cpython-34.pyc,,) RemoveFiles: File: iterators.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:117]: Verifying accessibility of file: iterators.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:117]: Executing op: FileRemove(,FileName=message.cpython-34.pyc,,) RemoveFiles: File: message.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:133]: Verifying accessibility of file: message.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:149]: Executing op: FileRemove(,FileName=parser.cpython-34.pyc,,) RemoveFiles: File: parser.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:164]: Verifying accessibility of file: parser.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:164]: Executing op: FileRemove(,FileName=quoprimime.cpython-34.pyc,,) RemoveFiles: File: quoprimime.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:180]: Verifying accessibility of file: quoprimime.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:195]: Executing op: FileRemove(,FileName=utils.cpython-34.pyc,,) RemoveFiles: File: utils.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:211]: Verifying accessibility of file: utils.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:211]: Executing op: FileRemove(,FileName=_encoded_words.cpython-34.pyc,,) RemoveFiles: File: _encoded_words.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:227]: Verifying accessibility of file: _encoded_words.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:227]: Executing op: FileRemove(,FileName=_parseaddr.cpython-34.pyc,,) RemoveFiles: File: _parseaddr.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:227]: Verifying accessibility of file: _parseaddr.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:242]: Executing op: FileRemove(,FileName=_policybase.cpython-34.pyc,,) RemoveFiles: File: _policybase.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:242]: Verifying accessibility of file: _policybase.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:258]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:02:258]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:274]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\email\mime\__pycache__\) MSI (s) (9C:9C) [21:24:02:274]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\urllib\__pycache__\) MSI (s) (9C:9C) [21:24:02:274]: Executing op: FileRemove(,FileName=error.cpython-34.pyc,,) RemoveFiles: File: error.cpython-34.pyc, Directory: C:\Python34\Lib\urllib\__pycache__\ MSI (s) (9C:9C) [21:24:02:274]: Verifying accessibility of file: error.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:289]: Executing op: FileRemove(,FileName=parse.cpython-34.pyc,,) RemoveFiles: File: parse.cpython-34.pyc, Directory: C:\Python34\Lib\urllib\__pycache__\ MSI (s) (9C:9C) [21:24:02:289]: Verifying accessibility of file: parse.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:305]: Executing op: FileRemove(,FileName=request.cpython-34.pyc,,) RemoveFiles: File: request.cpython-34.pyc, Directory: C:\Python34\Lib\urllib\__pycache__\ MSI (s) (9C:9C) [21:24:02:305]: Verifying accessibility of file: request.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:320]: Executing op: FileRemove(,FileName=response.cpython-34.pyc,,) RemoveFiles: File: response.cpython-34.pyc, Directory: C:\Python34\Lib\urllib\__pycache__\ MSI (s) (9C:9C) [21:24:02:336]: Verifying accessibility of file: response.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:336]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\urllib\__pycache__\ MSI (s) (9C:9C) [21:24:02:352]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:352]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\encodings\__pycache__\) MSI (s) (9C:9C) [21:24:02:352]: Executing op: FileRemove(,FileName=aliases.cpython-34.pyc,,) RemoveFiles: File: aliases.cpython-34.pyc, Directory: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:24:02:352]: Verifying accessibility of file: aliases.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:367]: Executing op: FileRemove(,FileName=cp1252.cpython-34.pyc,,) RemoveFiles: File: cp1252.cpython-34.pyc, Directory: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:24:02:367]: Verifying accessibility of file: cp1252.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:383]: Executing op: FileRemove(,FileName=cp437.cpython-34.pyc,,) RemoveFiles: File: cp437.cpython-34.pyc, Directory: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:24:02:383]: Verifying accessibility of file: cp437.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:399]: Executing op: FileRemove(,FileName=cp850.cpython-34.pyc,,) RemoveFiles: File: cp850.cpython-34.pyc, Directory: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:24:02:399]: Verifying accessibility of file: cp850.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:414]: Executing op: FileRemove(,FileName=idna.cpython-34.pyc,,) RemoveFiles: File: idna.cpython-34.pyc, Directory: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:24:02:414]: Verifying accessibility of file: idna.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:430]: Executing op: FileRemove(,FileName=latin_1.cpython-34.pyc,,) RemoveFiles: File: latin_1.cpython-34.pyc, Directory: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:24:02:430]: Verifying accessibility of file: latin_1.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:445]: Executing op: FileRemove(,FileName=mbcs.cpython-34.pyc,,) RemoveFiles: File: mbcs.cpython-34.pyc, Directory: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:24:02:445]: Verifying accessibility of file: mbcs.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:445]: Executing op: FileRemove(,FileName=utf_8.cpython-34.pyc,,) RemoveFiles: File: utf_8.cpython-34.pyc, Directory: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:24:02:461]: Verifying accessibility of file: utf_8.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:461]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:24:02:477]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:477]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\pydoc_data\__pycache__\) MSI (s) (9C:9C) [21:24:02:477]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\msilib\__pycache__\) MSI (s) (9C:9C) [21:24:02:477]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xmlrpc\__pycache__\) MSI (s) (9C:9C) [21:24:02:477]: Executing op: FileRemove(,FileName=client.cpython-34.pyc,,) RemoveFiles: File: client.cpython-34.pyc, Directory: C:\Python34\Lib\xmlrpc\__pycache__\ MSI (s) (9C:9C) [21:24:02:492]: Verifying accessibility of file: client.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:508]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\xmlrpc\__pycache__\ MSI (s) (9C:9C) [21:24:02:508]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:523]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\__pycache__\) MSI (s) (9C:9C) [21:24:02:523]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\test\__pycache__\) MSI (s) (9C:9C) [21:24:02:523]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\test\testmock\__pycache__\) MSI (s) (9C:9C) [21:24:02:523]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\collections\__pycache__\) MSI (s) (9C:9C) [21:24:02:523]: Executing op: FileRemove(,FileName=abc.cpython-34.pyc,,) RemoveFiles: File: abc.cpython-34.pyc, Directory: C:\Python34\Lib\collections\__pycache__\ MSI (s) (9C:9C) [21:24:02:523]: Verifying accessibility of file: abc.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:539]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\collections\__pycache__\ MSI (s) (9C:9C) [21:24:02:539]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:555]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\importlib\__pycache__\) MSI (s) (9C:9C) [21:24:02:555]: Executing op: FileRemove(,FileName=abc.cpython-34.pyc,,) RemoveFiles: File: abc.cpython-34.pyc, Directory: C:\Python34\Lib\importlib\__pycache__\ MSI (s) (9C:9C) [21:24:02:555]: Verifying accessibility of file: abc.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:586]: Executing op: FileRemove(,FileName=machinery.cpython-34.pyc,,) RemoveFiles: File: machinery.cpython-34.pyc, Directory: C:\Python34\Lib\importlib\__pycache__\ MSI (s) (9C:9C) [21:24:02:586]: Verifying accessibility of file: machinery.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:586]: Executing op: FileRemove(,FileName=util.cpython-34.pyc,,) RemoveFiles: File: util.cpython-34.pyc, Directory: C:\Python34\Lib\importlib\__pycache__\ MSI (s) (9C:9C) [21:24:02:602]: Verifying accessibility of file: util.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:602]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\importlib\__pycache__\ MSI (s) (9C:9C) [21:24:02:617]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:617]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\__pycache__\) MSI (s) (9C:9C) [21:24:02:617]: Executing op: FileRemove(,FileName=archive_util.cpython-34.pyc,,) RemoveFiles: File: archive_util.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:617]: Verifying accessibility of file: archive_util.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:633]: Executing op: FileRemove(,FileName=cmd.cpython-34.pyc,,) RemoveFiles: File: cmd.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:633]: Verifying accessibility of file: cmd.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:649]: Executing op: FileRemove(,FileName=config.cpython-34.pyc,,) RemoveFiles: File: config.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:649]: Verifying accessibility of file: config.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:664]: Executing op: FileRemove(,FileName=core.cpython-34.pyc,,) RemoveFiles: File: core.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:664]: Verifying accessibility of file: core.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:680]: Executing op: FileRemove(,FileName=debug.cpython-34.pyc,,) RemoveFiles: File: debug.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:680]: Verifying accessibility of file: debug.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:680]: Executing op: FileRemove(,FileName=dep_util.cpython-34.pyc,,) RemoveFiles: File: dep_util.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:695]: Verifying accessibility of file: dep_util.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:695]: Executing op: FileRemove(,FileName=dir_util.cpython-34.pyc,,) RemoveFiles: File: dir_util.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:711]: Verifying accessibility of file: dir_util.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:727]: Executing op: FileRemove(,FileName=dist.cpython-34.pyc,,) RemoveFiles: File: dist.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:727]: Verifying accessibility of file: dist.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:742]: Executing op: FileRemove(,FileName=errors.cpython-34.pyc,,) RemoveFiles: File: errors.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:742]: Verifying accessibility of file: errors.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:758]: Executing op: FileRemove(,FileName=extension.cpython-34.pyc,,) RemoveFiles: File: extension.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:758]: Verifying accessibility of file: extension.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:774]: Executing op: FileRemove(,FileName=fancy_getopt.cpython-34.pyc,,) RemoveFiles: File: fancy_getopt.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:774]: Verifying accessibility of file: fancy_getopt.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:774]: Executing op: FileRemove(,FileName=file_util.cpython-34.pyc,,) RemoveFiles: File: file_util.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:789]: Verifying accessibility of file: file_util.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:805]: Executing op: FileRemove(,FileName=log.cpython-34.pyc,,) RemoveFiles: File: log.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:805]: Verifying accessibility of file: log.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:820]: Executing op: FileRemove(,FileName=spawn.cpython-34.pyc,,) RemoveFiles: File: spawn.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:820]: Verifying accessibility of file: spawn.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:820]: Executing op: FileRemove(,FileName=sysconfig.cpython-34.pyc,,) RemoveFiles: File: sysconfig.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:836]: Verifying accessibility of file: sysconfig.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:836]: Executing op: FileRemove(,FileName=util.cpython-34.pyc,,) RemoveFiles: File: util.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:852]: Verifying accessibility of file: util.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:852]: Executing op: FileRemove(,FileName=version.cpython-34.pyc,,) RemoveFiles: File: version.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:867]: Verifying accessibility of file: version.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:867]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:02:883]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:883]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\command\__pycache__\) MSI (s) (9C:9C) [21:24:02:883]: Executing op: FileRemove(,FileName=build.cpython-34.pyc,,) RemoveFiles: File: build.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\command\__pycache__\ MSI (s) (9C:9C) [21:24:02:883]: Verifying accessibility of file: build.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:914]: Executing op: FileRemove(,FileName=install.cpython-34.pyc,,) RemoveFiles: File: install.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\command\__pycache__\ MSI (s) (9C:9C) [21:24:02:914]: Verifying accessibility of file: install.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:945]: Executing op: FileRemove(,FileName=__init__.cpython-34.pyc,,) RemoveFiles: File: __init__.cpython-34.pyc, Directory: C:\Python34\Lib\distutils\command\__pycache__\ MSI (s) (9C:9C) [21:24:02:945]: Verifying accessibility of file: __init__.cpython-34.pyc MSI (s) (9C:9C) [21:24:02:961]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\tests\__pycache__\) MSI (s) (9C:9C) [21:24:02:961]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\dbm\__pycache__\) MSI (s) (9C:9C) [21:24:02:961]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\i18n\__pycache__\) MSI (s) (9C:9C) [21:24:02:961]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\pynche\__pycache__\) MSI (s) (9C:9C) [21:24:02:961]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\Scripts\__pycache__\) MSI (s) (9C:9C) [21:24:02:961]: Executing op: ProgressTotal(Total=3371,Type=1,ByteEquivalent=175000) MSI (s) (9C:9C) [21:24:02:961]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\) MSI (s) (9C:9C) [21:24:02:961]: Executing op: FileRemove(,FileName=GB,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: GB, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:02:961]: Verifying accessibility of file: GB MSI (s) (9C:9C) [21:24:02:977]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:02:977]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:02:977]: Executing op: SetTargetFolder(Folder=C:\Python34\DLLs\) MSI (s) (9C:9C) [21:24:02:977]: Executing op: FileRemove(,FileName=py.ico,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: py.ico, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:02:977]: Verifying accessibility of file: py.ico MSI (s) (9C:9C) [21:24:02:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:02:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:02:992]: Executing op: SetTargetFolder(Folder=C:\Python34\) MSI (s) (9C:9C) [21:24:02:992]: Executing op: FileRemove(,FileName=python.exe,,ComponentId={AFE7885B-782A-47F1-AFF1-53AA58CD4A3D}) RemoveFiles: File: python.exe, Directory: C:\Python34\ MSI (s) (9C:9C) [21:24:02:992]: Verifying accessibility of file: python.exe MSI (s) (9C:9C) [21:24:03:008]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={C4D88CF0-8342-4897-8E2C-A418BE1FB1C4}) RemoveFiles: File: README.txt, Directory: C:\Python34\ MSI (s) (9C:9C) [21:24:03:008]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:03:024]: Executing op: FileRemove(,FileName=NEWS.txt,,ComponentId={C4D88CF0-8342-4897-8E2C-A418BE1FB1C4}) RemoveFiles: File: NEWS.txt, Directory: C:\Python34\ MSI (s) (9C:9C) [21:24:03:024]: Verifying accessibility of file: NEWS.txt MSI (s) (9C:9C) [21:24:03:039]: Executing op: FileRemove(,FileName=LICENSE.txt,,ComponentId={C4D88CF0-8342-4897-8E2C-A418BE1FB1C4}) RemoveFiles: File: LICENSE.txt, Directory: C:\Python34\ MSI (s) (9C:9C) [21:24:03:039]: Verifying accessibility of file: LICENSE.txt MSI (s) (9C:9C) [21:24:03:055]: Executing op: FileRemove(,FileName=pythonw.exe,,ComponentId={9CAEF4EA-3214-4158-B003-1B2678F9A0DF}) RemoveFiles: File: pythonw.exe, Directory: C:\Python34\ MSI (s) (9C:9C) [21:24:03:055]: Verifying accessibility of file: pythonw.exe MSI (s) (9C:9C) [21:24:03:070]: Executing op: SetTargetFolder(Folder=C:\WINDOWS\system32\) MSI (s) (9C:9C) [21:24:03:070]: Executing op: FileRemove(,FileName=python34.dll,,ComponentId={7A0C5812-2583-40D9-BCBB-CD7485F11377}) RemoveFiles: File: python34.dll, Directory: C:\WINDOWS\system32\ MSI (s) (9C:9C) [21:24:03:086]: Verifying accessibility of file: python34.dll MSI (s) (9C:9C) [21:24:03:086]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\) MSI (s) (9C:9C) [21:24:03:102]: Executing op: FileRemove(,FileName=weakref.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: weakref.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:102]: Verifying accessibility of file: weakref.py MSI (s) (9C:9C) [21:24:03:102]: Executing op: FileRemove(,FileName=colorsys.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: colorsys.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:117]: Verifying accessibility of file: colorsys.py MSI (s) (9C:9C) [21:24:03:117]: Executing op: FileRemove(,FileName=operator.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: operator.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:133]: Verifying accessibility of file: operator.py MSI (s) (9C:9C) [21:24:03:133]: Executing op: FileRemove(,FileName=linecache.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: linecache.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:133]: Verifying accessibility of file: linecache.py MSI (s) (9C:9C) [21:24:03:149]: Executing op: FileRemove(,FileName=sched.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: sched.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:149]: Verifying accessibility of file: sched.py MSI (s) (9C:9C) [21:24:03:164]: Executing op: FileRemove(,FileName=enum.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: enum.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:164]: Verifying accessibility of file: enum.py MSI (s) (9C:9C) [21:24:03:164]: Executing op: FileRemove(,FileName=locale.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: locale.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:180]: Verifying accessibility of file: locale.py MSI (s) (9C:9C) [21:24:03:180]: Executing op: FileRemove(,FileName=netrc.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: netrc.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:195]: Verifying accessibility of file: netrc.py MSI (s) (9C:9C) [21:24:03:195]: Executing op: FileRemove(,FileName=getpass.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: getpass.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:195]: Verifying accessibility of file: getpass.py MSI (s) (9C:9C) [21:24:03:211]: Executing op: FileRemove(,FileName=aifc.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: aifc.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:211]: Verifying accessibility of file: aifc.py MSI (s) (9C:9C) [21:24:03:227]: Executing op: FileRemove(,FileName=_pyio.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _pyio.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:227]: Verifying accessibility of file: _pyio.py MSI (s) (9C:9C) [21:24:03:242]: Executing op: FileRemove(,FileName=binhex.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: binhex.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:242]: Verifying accessibility of file: binhex.py MSI (s) (9C:9C) [21:24:03:258]: Executing op: FileRemove(,FileName=abc.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: abc.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:258]: Verifying accessibility of file: abc.py MSI (s) (9C:9C) [21:24:03:274]: Executing op: FileRemove(,FileName=opcode.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: opcode.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:274]: Verifying accessibility of file: opcode.py MSI (s) (9C:9C) [21:24:03:289]: Executing op: FileRemove(,FileName=doctest.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: doctest.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:289]: Verifying accessibility of file: doctest.py MSI (s) (9C:9C) [21:24:03:305]: Executing op: FileRemove(,FileName=reprlib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: reprlib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:305]: Verifying accessibility of file: reprlib.py MSI (s) (9C:9C) [21:24:03:320]: Executing op: FileRemove(,FileName=tarfile.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: tarfile.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:320]: Verifying accessibility of file: tarfile.py MSI (s) (9C:9C) [21:24:03:336]: Executing op: FileRemove(,FileName=asynchat.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: asynchat.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:352]: Verifying accessibility of file: asynchat.py MSI (s) (9C:9C) [21:24:03:352]: Executing op: FileRemove(,FileName=string.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: string.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:367]: Verifying accessibility of file: string.py MSI (s) (9C:9C) [21:24:03:367]: Executing op: FileRemove(,FileName=copyreg.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: copyreg.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:367]: Verifying accessibility of file: copyreg.py MSI (s) (9C:9C) [21:24:03:383]: Executing op: FileRemove(,FileName=traceback.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: traceback.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:383]: Verifying accessibility of file: traceback.py MSI (s) (9C:9C) [21:24:03:399]: Executing op: FileRemove(,FileName=imaplib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: imaplib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:399]: Verifying accessibility of file: imaplib.py MSI (s) (9C:9C) [21:24:03:414]: Executing op: FileRemove(,FileName=fractions.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: fractions.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:414]: Verifying accessibility of file: fractions.py MSI (s) (9C:9C) [21:24:03:414]: Executing op: FileRemove(,FileName=bz2.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: bz2.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:430]: Verifying accessibility of file: bz2.py MSI (s) (9C:9C) [21:24:03:430]: Executing op: FileRemove(,FileName=sre_compile.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: sre_compile.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:445]: Verifying accessibility of file: sre_compile.py MSI (s) (9C:9C) [21:24:03:445]: Executing op: FileRemove(,FileName=argparse.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: argparse.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:445]: Verifying accessibility of file: argparse.py MSI (s) (9C:9C) [21:24:03:461]: Executing op: FileRemove(,FileName=poplib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: poplib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:461]: Verifying accessibility of file: poplib.py MSI (s) (9C:9C) [21:24:03:477]: Executing op: FileRemove(,FileName=mimetypes.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: mimetypes.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:477]: Verifying accessibility of file: mimetypes.py MSI (s) (9C:9C) [21:24:03:492]: Executing op: FileRemove(,FileName=tabnanny.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: tabnanny.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:492]: Verifying accessibility of file: tabnanny.py MSI (s) (9C:9C) [21:24:03:508]: Executing op: FileRemove(,FileName=_weakrefset.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _weakrefset.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:508]: Verifying accessibility of file: _weakrefset.py MSI (s) (9C:9C) [21:24:03:524]: Executing op: FileRemove(,FileName=hashlib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: hashlib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:524]: Verifying accessibility of file: hashlib.py MSI (s) (9C:9C) [21:24:03:539]: Executing op: FileRemove(,FileName=getopt.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: getopt.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:539]: Verifying accessibility of file: getopt.py MSI (s) (9C:9C) [21:24:03:555]: Executing op: FileRemove(,FileName=uuid.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: uuid.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:570]: Verifying accessibility of file: uuid.py MSI (s) (9C:9C) [21:24:03:570]: Executing op: FileRemove(,FileName=fileinput.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: fileinput.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:586]: Verifying accessibility of file: fileinput.py MSI (s) (9C:9C) [21:24:03:586]: Executing op: FileRemove(,FileName=tracemalloc.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: tracemalloc.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:602]: Verifying accessibility of file: tracemalloc.py MSI (s) (9C:9C) [21:24:03:602]: Executing op: FileRemove(,FileName=modulefinder.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: modulefinder.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:617]: Verifying accessibility of file: modulefinder.py MSI (s) (9C:9C) [21:24:03:633]: Executing op: FileRemove(,FileName=inspect.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: inspect.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:633]: Verifying accessibility of file: inspect.py MSI (s) (9C:9C) [21:24:03:649]: Executing op: FileRemove(,FileName=sysconfig.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: sysconfig.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:649]: Verifying accessibility of file: sysconfig.py MSI (s) (9C:9C) [21:24:03:664]: Executing op: FileRemove(,FileName=ast.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: ast.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:664]: Verifying accessibility of file: ast.py MSI (s) (9C:9C) [21:24:03:680]: Executing op: FileRemove(,FileName=trace.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: trace.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:680]: Verifying accessibility of file: trace.py MSI (s) (9C:9C) [21:24:03:695]: Executing op: FileRemove(,FileName=pickletools.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pickletools.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:695]: Verifying accessibility of file: pickletools.py MSI (s) (9C:9C) [21:24:03:711]: Executing op: FileRemove(,FileName=token.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: token.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:711]: Verifying accessibility of file: token.py MSI (s) (9C:9C) [21:24:03:727]: Executing op: FileRemove(,FileName=sre_parse.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: sre_parse.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:727]: Verifying accessibility of file: sre_parse.py MSI (s) (9C:9C) [21:24:03:742]: Executing op: FileRemove(,FileName=copy.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: copy.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:742]: Verifying accessibility of file: copy.py MSI (s) (9C:9C) [21:24:03:758]: Executing op: FileRemove(,FileName=smtpd.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: smtpd.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:758]: Verifying accessibility of file: smtpd.py MSI (s) (9C:9C) [21:24:03:774]: Executing op: FileRemove(,FileName=pprint.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pprint.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:774]: Verifying accessibility of file: pprint.py MSI (s) (9C:9C) [21:24:03:789]: Executing op: FileRemove(,FileName=_osx_support.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _osx_support.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:805]: Verifying accessibility of file: _osx_support.py MSI (s) (9C:9C) [21:24:03:805]: Executing op: FileRemove(,FileName=plistlib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: plistlib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:820]: Verifying accessibility of file: plistlib.py MSI (s) (9C:9C) [21:24:03:820]: Executing op: FileRemove(,FileName=cProfile.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: cProfile.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:836]: Verifying accessibility of file: cProfile.py MSI (s) (9C:9C) [21:24:03:836]: Executing op: FileRemove(,FileName=telnetlib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: telnetlib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:852]: Verifying accessibility of file: telnetlib.py MSI (s) (9C:9C) [21:24:03:852]: Executing op: FileRemove(,FileName=socket.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: socket.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:867]: Verifying accessibility of file: socket.py MSI (s) (9C:9C) [21:24:03:883]: Executing op: FileRemove(,FileName=_compat_pickle.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _compat_pickle.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:883]: Verifying accessibility of file: _compat_pickle.py MSI (s) (9C:9C) [21:24:03:899]: Executing op: FileRemove(,FileName=shelve.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: shelve.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:899]: Verifying accessibility of file: shelve.py MSI (s) (9C:9C) [21:24:03:914]: Executing op: FileRemove(,FileName=random.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: random.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:914]: Verifying accessibility of file: random.py MSI (s) (9C:9C) [21:24:03:930]: Executing op: FileRemove(,FileName=difflib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: difflib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:930]: Verifying accessibility of file: difflib.py MSI (s) (9C:9C) [21:24:03:945]: Executing op: FileRemove(,FileName=stringprep.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: stringprep.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:945]: Verifying accessibility of file: stringprep.py MSI (s) (9C:9C) [21:24:03:961]: Executing op: FileRemove(,FileName=keyword.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: keyword.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:961]: Verifying accessibility of file: keyword.py MSI (s) (9C:9C) [21:24:03:977]: Executing op: FileRemove(,FileName=asyncore.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: asyncore.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:977]: Verifying accessibility of file: asyncore.py MSI (s) (9C:9C) [21:24:03:977]: Executing op: FileRemove(,FileName=macpath.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: macpath.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:03:992]: Verifying accessibility of file: macpath.py MSI (s) (9C:9C) [21:24:03:992]: Executing op: FileRemove(,FileName=_dummy_thread.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _dummy_thread.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:008]: Verifying accessibility of file: _dummy_thread.py MSI (s) (9C:9C) [21:24:04:008]: Executing op: FileRemove(,FileName=tempfile.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: tempfile.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:008]: Verifying accessibility of file: tempfile.py MSI (s) (9C:9C) [21:24:04:024]: Executing op: FileRemove(,FileName=compileall.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: compileall.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:024]: Verifying accessibility of file: compileall.py MSI (s) (9C:9C) [21:24:04:039]: Executing op: FileRemove(,FileName=glob.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: glob.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:055]: Verifying accessibility of file: glob.py MSI (s) (9C:9C) [21:24:04:055]: Executing op: FileRemove(,FileName=warnings.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: warnings.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:070]: Verifying accessibility of file: warnings.py MSI (s) (9C:9C) [21:24:04:070]: Executing op: FileRemove(,FileName=queue.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: queue.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:086]: Verifying accessibility of file: queue.py MSI (s) (9C:9C) [21:24:04:086]: Executing op: FileRemove(,FileName=calendar.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: calendar.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:102]: Verifying accessibility of file: calendar.py MSI (s) (9C:9C) [21:24:04:102]: Executing op: FileRemove(,FileName=platform.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: platform.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:117]: Verifying accessibility of file: platform.py MSI (s) (9C:9C) [21:24:04:117]: Executing op: FileRemove(,FileName=optparse.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: optparse.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:133]: Verifying accessibility of file: optparse.py MSI (s) (9C:9C) [21:24:04:133]: Executing op: FileRemove(,FileName=pickle.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pickle.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:149]: Verifying accessibility of file: pickle.py MSI (s) (9C:9C) [21:24:04:149]: Executing op: FileRemove(,FileName=shutil.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: shutil.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:164]: Verifying accessibility of file: shutil.py MSI (s) (9C:9C) [21:24:04:180]: Executing op: FileRemove(,FileName=bisect.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: bisect.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:180]: Verifying accessibility of file: bisect.py MSI (s) (9C:9C) [21:24:04:180]: Executing op: FileRemove(,FileName=py_compile.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: py_compile.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:195]: Verifying accessibility of file: py_compile.py MSI (s) (9C:9C) [21:24:04:195]: Executing op: FileRemove(,FileName=sunau.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: sunau.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:211]: Verifying accessibility of file: sunau.py MSI (s) (9C:9C) [21:24:04:211]: Executing op: FileRemove(,FileName=cmd.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: cmd.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:227]: Verifying accessibility of file: cmd.py MSI (s) (9C:9C) [21:24:04:227]: Executing op: FileRemove(,FileName=timeit.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: timeit.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:242]: Verifying accessibility of file: timeit.py MSI (s) (9C:9C) [21:24:04:258]: Executing op: FileRemove(,FileName=nturl2path.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: nturl2path.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:258]: Verifying accessibility of file: nturl2path.py MSI (s) (9C:9C) [21:24:04:274]: Executing op: FileRemove(,FileName=datetime.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: datetime.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:274]: Verifying accessibility of file: datetime.py MSI (s) (9C:9C) [21:24:04:289]: Executing op: FileRemove(,FileName=heapq.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: heapq.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:289]: Verifying accessibility of file: heapq.py MSI (s) (9C:9C) [21:24:04:305]: Executing op: FileRemove(,FileName=configparser.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: configparser.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:305]: Verifying accessibility of file: configparser.py MSI (s) (9C:9C) [21:24:04:320]: Executing op: FileRemove(,FileName=pipes.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pipes.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:320]: Verifying accessibility of file: pipes.py MSI (s) (9C:9C) [21:24:04:336]: Executing op: FileRemove(,FileName=code.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: code.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:336]: Verifying accessibility of file: code.py MSI (s) (9C:9C) [21:24:04:352]: Executing op: FileRemove(,FileName=sre_constants.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: sre_constants.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:352]: Verifying accessibility of file: sre_constants.py MSI (s) (9C:9C) [21:24:04:367]: Executing op: FileRemove(,FileName=hmac.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: hmac.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:367]: Verifying accessibility of file: hmac.py MSI (s) (9C:9C) [21:24:04:383]: Executing op: FileRemove(,FileName=rlcompleter.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: rlcompleter.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:399]: Verifying accessibility of file: rlcompleter.py MSI (s) (9C:9C) [21:24:04:508]: Executing op: FileRemove(,FileName=dis.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: dis.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:508]: Verifying accessibility of file: dis.py MSI (s) (9C:9C) [21:24:04:524]: Executing op: FileRemove(,FileName=quopri.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: quopri.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:524]: Verifying accessibility of file: quopri.py MSI (s) (9C:9C) [21:24:04:539]: Executing op: FileRemove(,FileName=pkgutil.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pkgutil.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:539]: Verifying accessibility of file: pkgutil.py MSI (s) (9C:9C) [21:24:04:539]: Executing op: FileRemove(,FileName=__phello__.foo.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: __phello__.foo.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:555]: Verifying accessibility of file: __phello__.foo.py MSI (s) (9C:9C) [21:24:04:555]: Executing op: FileRemove(,FileName=symtable.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: symtable.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:570]: Verifying accessibility of file: symtable.py MSI (s) (9C:9C) [21:24:04:570]: Executing op: FileRemove(,FileName=base64.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: base64.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:570]: Verifying accessibility of file: base64.py MSI (s) (9C:9C) [21:24:04:586]: Executing op: FileRemove(,FileName=ssl.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: ssl.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:586]: Verifying accessibility of file: ssl.py MSI (s) (9C:9C) [21:24:04:602]: Executing op: FileRemove(,FileName=selectors.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: selectors.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:602]: Verifying accessibility of file: selectors.py MSI (s) (9C:9C) [21:24:04:617]: Executing op: FileRemove(,FileName=tty.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: tty.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:617]: Verifying accessibility of file: tty.py MSI (s) (9C:9C) [21:24:04:617]: Executing op: FileRemove(,FileName=_markupbase.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _markupbase.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:633]: Verifying accessibility of file: _markupbase.py MSI (s) (9C:9C) [21:24:04:633]: Executing op: FileRemove(,FileName=pdb.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pdb.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:649]: Verifying accessibility of file: pdb.py MSI (s) (9C:9C) [21:24:04:649]: Executing op: FileRemove(,FileName=pstats.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pstats.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:649]: Verifying accessibility of file: pstats.py MSI (s) (9C:9C) [21:24:04:664]: Executing op: FileRemove(,FileName=nntplib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: nntplib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:664]: Verifying accessibility of file: nntplib.py MSI (s) (9C:9C) [21:24:04:680]: Executing op: FileRemove(,FileName=io.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: io.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:680]: Verifying accessibility of file: io.py MSI (s) (9C:9C) [21:24:04:680]: Executing op: FileRemove(,FileName=statistics.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: statistics.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:695]: Verifying accessibility of file: statistics.py MSI (s) (9C:9C) [21:24:04:695]: Executing op: FileRemove(,FileName=ftplib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: ftplib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:727]: Verifying accessibility of file: ftplib.py MSI (s) (9C:9C) [21:24:04:742]: Executing op: FileRemove(,FileName=imghdr.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: imghdr.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:742]: Verifying accessibility of file: imghdr.py MSI (s) (9C:9C) [21:24:04:758]: Executing op: FileRemove(,FileName=pyclbr.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pyclbr.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:758]: Verifying accessibility of file: pyclbr.py MSI (s) (9C:9C) [21:24:04:758]: Executing op: FileRemove(,FileName=cgitb.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: cgitb.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:774]: Verifying accessibility of file: cgitb.py MSI (s) (9C:9C) [21:24:04:774]: Executing op: FileRemove(,FileName=functools.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: functools.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:789]: Verifying accessibility of file: functools.py MSI (s) (9C:9C) [21:24:04:789]: Executing op: FileRemove(,FileName=ipaddress.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: ipaddress.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:789]: Verifying accessibility of file: ipaddress.py MSI (s) (9C:9C) [21:24:04:805]: Executing op: FileRemove(,FileName=sndhdr.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: sndhdr.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:805]: Verifying accessibility of file: sndhdr.py MSI (s) (9C:9C) [21:24:04:820]: Executing op: FileRemove(,FileName=textwrap.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: textwrap.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:820]: Verifying accessibility of file: textwrap.py MSI (s) (9C:9C) [21:24:04:820]: Executing op: FileRemove(,FileName=subprocess.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: subprocess.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:836]: Verifying accessibility of file: subprocess.py MSI (s) (9C:9C) [21:24:04:836]: Executing op: FileRemove(,FileName=types.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: types.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:852]: Verifying accessibility of file: types.py MSI (s) (9C:9C) [21:24:04:852]: Executing op: FileRemove(,FileName=pydoc.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pydoc.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:852]: Verifying accessibility of file: pydoc.py MSI (s) (9C:9C) [21:24:04:867]: Executing op: FileRemove(,FileName=csv.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: csv.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:867]: Verifying accessibility of file: csv.py MSI (s) (9C:9C) [21:24:04:883]: Executing op: FileRemove(,FileName=chunk.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: chunk.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:883]: Verifying accessibility of file: chunk.py MSI (s) (9C:9C) [21:24:04:899]: Executing op: FileRemove(,FileName=crypt.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: crypt.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:899]: Verifying accessibility of file: crypt.py MSI (s) (9C:9C) [21:24:04:899]: Executing op: FileRemove(,FileName=struct.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: struct.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:914]: Verifying accessibility of file: struct.py MSI (s) (9C:9C) [21:24:04:914]: Executing op: FileRemove(,FileName=turtle.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: turtle.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:930]: Verifying accessibility of file: turtle.py MSI (s) (9C:9C) [21:24:04:930]: Executing op: FileRemove(,FileName=xdrlib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: xdrlib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:930]: Verifying accessibility of file: xdrlib.py MSI (s) (9C:9C) [21:24:04:945]: Executing op: FileRemove(,FileName=runpy.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: runpy.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:945]: Verifying accessibility of file: runpy.py MSI (s) (9C:9C) [21:24:04:961]: Executing op: FileRemove(,FileName=shlex.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: shlex.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:961]: Verifying accessibility of file: shlex.py MSI (s) (9C:9C) [21:24:04:961]: Executing op: FileRemove(,FileName=cgi.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: cgi.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:977]: Verifying accessibility of file: cgi.py MSI (s) (9C:9C) [21:24:04:977]: Executing op: FileRemove(,FileName=_strptime.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _strptime.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:04:992]: Verifying accessibility of file: _strptime.py MSI (s) (9C:9C) [21:24:04:992]: Executing op: FileRemove(,FileName=site.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: site.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:008]: Verifying accessibility of file: site.py MSI (s) (9C:9C) [21:24:05:008]: Executing op: FileRemove(,FileName=tokenize.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: tokenize.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:024]: Verifying accessibility of file: tokenize.py MSI (s) (9C:9C) [21:24:05:024]: Executing op: FileRemove(,FileName=symbol.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: symbol.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:024]: Verifying accessibility of file: symbol.py MSI (s) (9C:9C) [21:24:05:039]: Executing op: FileRemove(,FileName=formatter.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: formatter.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:039]: Verifying accessibility of file: formatter.py MSI (s) (9C:9C) [21:24:05:055]: Executing op: FileRemove(,FileName=smtplib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: smtplib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:055]: Verifying accessibility of file: smtplib.py MSI (s) (9C:9C) [21:24:05:055]: Executing op: FileRemove(,FileName=gzip.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: gzip.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:070]: Verifying accessibility of file: gzip.py MSI (s) (9C:9C) [21:24:05:070]: Executing op: FileRemove(,FileName=codecs.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: codecs.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:086]: Verifying accessibility of file: codecs.py MSI (s) (9C:9C) [21:24:05:086]: Executing op: FileRemove(,FileName=genericpath.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: genericpath.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:102]: Verifying accessibility of file: genericpath.py MSI (s) (9C:9C) [21:24:05:102]: Executing op: FileRemove(,FileName=mailcap.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: mailcap.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:102]: Verifying accessibility of file: mailcap.py MSI (s) (9C:9C) [21:24:05:117]: Executing op: FileRemove(,FileName=threading.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: threading.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:117]: Verifying accessibility of file: threading.py MSI (s) (9C:9C) [21:24:05:133]: Executing op: FileRemove(,FileName=this.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: this.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:133]: Verifying accessibility of file: this.py MSI (s) (9C:9C) [21:24:05:133]: Executing op: FileRemove(,FileName=gettext.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: gettext.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:149]: Verifying accessibility of file: gettext.py MSI (s) (9C:9C) [21:24:05:149]: Executing op: FileRemove(,FileName=mailbox.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: mailbox.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:164]: Verifying accessibility of file: mailbox.py MSI (s) (9C:9C) [21:24:05:164]: Executing op: FileRemove(,FileName=fnmatch.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: fnmatch.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:164]: Verifying accessibility of file: fnmatch.py MSI (s) (9C:9C) [21:24:05:180]: Executing op: FileRemove(,FileName=codeop.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: codeop.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:180]: Verifying accessibility of file: codeop.py MSI (s) (9C:9C) [21:24:05:195]: Executing op: FileRemove(,FileName=uu.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: uu.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:195]: Verifying accessibility of file: uu.py MSI (s) (9C:9C) [21:24:05:211]: Executing op: FileRemove(,FileName=dummy_threading.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: dummy_threading.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:211]: Verifying accessibility of file: dummy_threading.py MSI (s) (9C:9C) [21:24:05:211]: Executing op: FileRemove(,FileName=filecmp.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: filecmp.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:227]: Verifying accessibility of file: filecmp.py MSI (s) (9C:9C) [21:24:05:227]: Executing op: FileRemove(,FileName=re.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: re.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:242]: Verifying accessibility of file: re.py MSI (s) (9C:9C) [21:24:05:242]: Executing op: FileRemove(,FileName=antigravity.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: antigravity.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:242]: Verifying accessibility of file: antigravity.py MSI (s) (9C:9C) [21:24:05:258]: Executing op: FileRemove(,FileName=_bootlocale.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _bootlocale.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:258]: Verifying accessibility of file: _bootlocale.py MSI (s) (9C:9C) [21:24:05:274]: Executing op: FileRemove(,FileName=ntpath.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: ntpath.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:274]: Verifying accessibility of file: ntpath.py MSI (s) (9C:9C) [21:24:05:274]: Executing op: FileRemove(,FileName=macurl2path.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: macurl2path.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:289]: Verifying accessibility of file: macurl2path.py MSI (s) (9C:9C) [21:24:05:289]: Executing op: FileRemove(,FileName=decimal.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: decimal.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:305]: Verifying accessibility of file: decimal.py MSI (s) (9C:9C) [21:24:05:305]: Executing op: FileRemove(,FileName=socketserver.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: socketserver.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:320]: Verifying accessibility of file: socketserver.py MSI (s) (9C:9C) [21:24:05:320]: Executing op: FileRemove(,FileName=profile.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: profile.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:320]: Verifying accessibility of file: profile.py MSI (s) (9C:9C) [21:24:05:336]: Executing op: FileRemove(,FileName=os.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: os.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:336]: Verifying accessibility of file: os.py MSI (s) (9C:9C) [21:24:05:352]: Executing op: FileRemove(,FileName=numbers.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: numbers.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:352]: Verifying accessibility of file: numbers.py MSI (s) (9C:9C) [21:24:05:367]: Executing op: FileRemove(,FileName=lzma.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: lzma.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:367]: Verifying accessibility of file: lzma.py MSI (s) (9C:9C) [21:24:05:367]: Executing op: FileRemove(,FileName=bdb.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: bdb.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:383]: Verifying accessibility of file: bdb.py MSI (s) (9C:9C) [21:24:05:383]: Executing op: FileRemove(,FileName=posixpath.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: posixpath.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:399]: Verifying accessibility of file: posixpath.py MSI (s) (9C:9C) [21:24:05:399]: Executing op: FileRemove(,FileName=_collections_abc.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _collections_abc.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:399]: Verifying accessibility of file: _collections_abc.py MSI (s) (9C:9C) [21:24:05:414]: Executing op: FileRemove(,FileName=zipfile.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: zipfile.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:414]: Verifying accessibility of file: zipfile.py MSI (s) (9C:9C) [21:24:05:430]: Executing op: FileRemove(,FileName=webbrowser.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: webbrowser.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:430]: Verifying accessibility of file: webbrowser.py MSI (s) (9C:9C) [21:24:05:430]: Executing op: FileRemove(,FileName=wave.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: wave.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:445]: Verifying accessibility of file: wave.py MSI (s) (9C:9C) [21:24:05:445]: Executing op: FileRemove(,FileName=contextlib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: contextlib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:461]: Verifying accessibility of file: contextlib.py MSI (s) (9C:9C) [21:24:05:461]: Executing op: FileRemove(,FileName=_sitebuiltins.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _sitebuiltins.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:477]: Verifying accessibility of file: _sitebuiltins.py MSI (s) (9C:9C) [21:24:05:477]: Executing op: FileRemove(,FileName=stat.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: stat.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:477]: Verifying accessibility of file: stat.py MSI (s) (9C:9C) [21:24:05:492]: Executing op: FileRemove(,FileName=pathlib.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pathlib.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:492]: Verifying accessibility of file: pathlib.py MSI (s) (9C:9C) [21:24:05:508]: Executing op: FileRemove(,FileName=pty.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: pty.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:508]: Verifying accessibility of file: pty.py MSI (s) (9C:9C) [21:24:05:508]: Executing op: FileRemove(,FileName=imp.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: imp.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:524]: Verifying accessibility of file: imp.py MSI (s) (9C:9C) [21:24:05:524]: Executing op: FileRemove(,FileName=__future__.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: __future__.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:539]: Verifying accessibility of file: __future__.py MSI (s) (9C:9C) [21:24:05:539]: Executing op: FileRemove(,FileName=_threading_local.py,,ComponentId={860478A2-580E-410B-BE37-19F01E016382}) RemoveFiles: File: _threading_local.py, Directory: C:\Python34\Lib\ MSI (s) (9C:9C) [21:24:05:555]: Verifying accessibility of file: _threading_local.py MSI (s) (9C:9C) [21:24:05:555]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\asyncio\) MSI (s) (9C:9C) [21:24:05:555]: Executing op: FileRemove(,FileName=test_utils.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: test_utils.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:555]: Verifying accessibility of file: test_utils.py MSI (s) (9C:9C) [21:24:05:570]: Executing op: FileRemove(,FileName=locks.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: locks.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:570]: Verifying accessibility of file: locks.py MSI (s) (9C:9C) [21:24:05:586]: Executing op: FileRemove(,FileName=protocols.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: protocols.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:586]: Verifying accessibility of file: protocols.py MSI (s) (9C:9C) [21:24:05:602]: Executing op: FileRemove(,FileName=constants.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: constants.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:602]: Verifying accessibility of file: constants.py MSI (s) (9C:9C) [21:24:05:617]: Executing op: FileRemove(,FileName=transports.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: transports.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:617]: Verifying accessibility of file: transports.py MSI (s) (9C:9C) [21:24:05:617]: Executing op: FileRemove(,FileName=proactor_events.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: proactor_events.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:633]: Verifying accessibility of file: proactor_events.py MSI (s) (9C:9C) [21:24:05:633]: Executing op: FileRemove(,FileName=unix_events.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: unix_events.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:649]: Verifying accessibility of file: unix_events.py MSI (s) (9C:9C) [21:24:05:649]: Executing op: FileRemove(,FileName=base_subprocess.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: base_subprocess.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:649]: Verifying accessibility of file: base_subprocess.py MSI (s) (9C:9C) [21:24:05:664]: Executing op: FileRemove(,FileName=subprocess.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: subprocess.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:664]: Verifying accessibility of file: subprocess.py MSI (s) (9C:9C) [21:24:05:680]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:680]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:05:695]: Executing op: FileRemove(,FileName=tasks.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: tasks.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:695]: Verifying accessibility of file: tasks.py MSI (s) (9C:9C) [21:24:05:695]: Executing op: FileRemove(,FileName=streams.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: streams.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:711]: Verifying accessibility of file: streams.py MSI (s) (9C:9C) [21:24:05:711]: Executing op: FileRemove(,FileName=log.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: log.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:727]: Verifying accessibility of file: log.py MSI (s) (9C:9C) [21:24:05:727]: Executing op: FileRemove(,FileName=selector_events.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: selector_events.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:727]: Verifying accessibility of file: selector_events.py MSI (s) (9C:9C) [21:24:05:742]: Executing op: FileRemove(,FileName=events.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: events.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:742]: Verifying accessibility of file: events.py MSI (s) (9C:9C) [21:24:05:758]: Executing op: FileRemove(,FileName=futures.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: futures.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:758]: Verifying accessibility of file: futures.py MSI (s) (9C:9C) [21:24:05:774]: Executing op: FileRemove(,FileName=base_events.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: base_events.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:774]: Verifying accessibility of file: base_events.py MSI (s) (9C:9C) [21:24:05:774]: Executing op: FileRemove(,FileName=windows_utils.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: windows_utils.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:789]: Verifying accessibility of file: windows_utils.py MSI (s) (9C:9C) [21:24:05:789]: Executing op: FileRemove(,FileName=queues.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: queues.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:789]: Verifying accessibility of file: queues.py MSI (s) (9C:9C) [21:24:05:805]: Executing op: FileRemove(,FileName=windows_events.py,,ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9}) RemoveFiles: File: windows_events.py, Directory: C:\Python34\Lib\asyncio\ MSI (s) (9C:9C) [21:24:05:805]: Verifying accessibility of file: windows_events.py MSI (s) (9C:9C) [21:24:05:820]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\site-packages\) MSI (s) (9C:9C) [21:24:05:820]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={BDB6621E-8BBF-4FD2-823E-073CE0555220}) RemoveFiles: File: README.txt, Directory: C:\Python34\Lib\site-packages\ MSI (s) (9C:9C) [21:24:05:820]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:05:836]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:05:836]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\idlelib\) MSI (s) (9C:9C) [21:24:05:836]: Executing op: FileRemove(,FileName=IOBinding.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: IOBinding.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:836]: Verifying accessibility of file: IOBinding.py MSI (s) (9C:9C) [21:24:05:852]: Executing op: FileRemove(,FileName=GrepDialog.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: GrepDialog.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:867]: Verifying accessibility of file: GrepDialog.py MSI (s) (9C:9C) [21:24:05:867]: Executing op: FileRemove(,FileName=config-keys.def,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: config-keys.def, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:867]: Verifying accessibility of file: config-keys.def MSI (s) (9C:9C) [21:24:05:883]: Executing op: FileRemove(,FileName=WindowList.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: WindowList.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:883]: Verifying accessibility of file: WindowList.py MSI (s) (9C:9C) [21:24:05:899]: Executing op: FileRemove(,FileName=idle.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: idle.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:899]: Verifying accessibility of file: idle.py MSI (s) (9C:9C) [21:24:05:899]: Executing op: FileRemove(,FileName=RstripExtension.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: RstripExtension.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:914]: Verifying accessibility of file: RstripExtension.py MSI (s) (9C:9C) [21:24:05:914]: Executing op: FileRemove(,FileName=aboutDialog.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: aboutDialog.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:930]: Verifying accessibility of file: aboutDialog.py MSI (s) (9C:9C) [21:24:05:930]: Executing op: FileRemove(,FileName=ColorDelegator.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: ColorDelegator.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:945]: Verifying accessibility of file: ColorDelegator.py MSI (s) (9C:9C) [21:24:05:945]: Executing op: FileRemove(,FileName=NEWS.txt,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: NEWS.txt, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:945]: Verifying accessibility of file: NEWS.txt MSI (s) (9C:9C) [21:24:05:961]: Executing op: FileRemove(,FileName=SearchDialog.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: SearchDialog.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:961]: Verifying accessibility of file: SearchDialog.py MSI (s) (9C:9C) [21:24:05:977]: Executing op: FileRemove(,FileName=SearchDialogBase.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: SearchDialogBase.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:977]: Verifying accessibility of file: SearchDialogBase.py MSI (s) (9C:9C) [21:24:05:977]: Executing op: FileRemove(,FileName=RemoteObjectBrowser.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: RemoteObjectBrowser.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:05:992]: Verifying accessibility of file: RemoteObjectBrowser.py MSI (s) (9C:9C) [21:24:05:992]: Executing op: FileRemove(,FileName=configSectionNameDialog.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: configSectionNameDialog.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:008]: Verifying accessibility of file: configSectionNameDialog.py MSI (s) (9C:9C) [21:24:06:008]: Executing op: FileRemove(,FileName=PyShell.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: PyShell.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:008]: Verifying accessibility of file: PyShell.py MSI (s) (9C:9C) [21:24:06:024]: Executing op: FileRemove(,FileName=MultiCall.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: MultiCall.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:024]: Verifying accessibility of file: MultiCall.py MSI (s) (9C:9C) [21:24:06:039]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: README.txt, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:039]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:06:055]: Executing op: FileRemove(,FileName=help.txt,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: help.txt, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:055]: Verifying accessibility of file: help.txt MSI (s) (9C:9C) [21:24:06:055]: Executing op: FileRemove(,FileName=FormatParagraph.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: FormatParagraph.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:070]: Verifying accessibility of file: FormatParagraph.py MSI (s) (9C:9C) [21:24:06:070]: Executing op: FileRemove(,FileName=config-extensions.def,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: config-extensions.def, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:086]: Verifying accessibility of file: config-extensions.def MSI (s) (9C:9C) [21:24:06:086]: Executing op: FileRemove(,FileName=AutoExpand.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: AutoExpand.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:086]: Verifying accessibility of file: AutoExpand.py MSI (s) (9C:9C) [21:24:06:102]: Executing op: FileRemove(,FileName=MultiStatusBar.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: MultiStatusBar.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:102]: Verifying accessibility of file: MultiStatusBar.py MSI (s) (9C:9C) [21:24:06:117]: Executing op: FileRemove(,FileName=CREDITS.txt,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: CREDITS.txt, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:117]: Verifying accessibility of file: CREDITS.txt MSI (s) (9C:9C) [21:24:06:133]: Executing op: FileRemove(,FileName=CallTips.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: CallTips.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:133]: Verifying accessibility of file: CallTips.py MSI (s) (9C:9C) [21:24:06:149]: Executing op: FileRemove(,FileName=AutoCompleteWindow.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: AutoCompleteWindow.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:149]: Verifying accessibility of file: AutoCompleteWindow.py MSI (s) (9C:9C) [21:24:06:149]: Executing op: FileRemove(,FileName=textView.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: textView.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:164]: Verifying accessibility of file: textView.py MSI (s) (9C:9C) [21:24:06:164]: Executing op: FileRemove(,FileName=dynOptionMenuWidget.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: dynOptionMenuWidget.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:180]: Verifying accessibility of file: dynOptionMenuWidget.py MSI (s) (9C:9C) [21:24:06:180]: Executing op: FileRemove(,FileName=ToolTip.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: ToolTip.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:195]: Verifying accessibility of file: ToolTip.py MSI (s) (9C:9C) [21:24:06:195]: Executing op: FileRemove(,FileName=configDialog.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: configDialog.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:211]: Verifying accessibility of file: configDialog.py MSI (s) (9C:9C) [21:24:06:211]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:211]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:06:242]: Executing op: FileRemove(,FileName=extend.txt,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: extend.txt, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:242]: Verifying accessibility of file: extend.txt MSI (s) (9C:9C) [21:24:06:258]: Executing op: FileRemove(,FileName=Bindings.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: Bindings.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:258]: Verifying accessibility of file: Bindings.py MSI (s) (9C:9C) [21:24:06:274]: Executing op: FileRemove(,FileName=ScriptBinding.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: ScriptBinding.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:274]: Verifying accessibility of file: ScriptBinding.py MSI (s) (9C:9C) [21:24:06:289]: Executing op: FileRemove(,FileName=run.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: run.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:367]: Verifying accessibility of file: run.py MSI (s) (9C:9C) [21:24:06:367]: Executing op: FileRemove(,FileName=keybindingDialog.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: keybindingDialog.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:383]: Verifying accessibility of file: keybindingDialog.py MSI (s) (9C:9C) [21:24:06:383]: Executing op: FileRemove(,FileName=config-main.def,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: config-main.def, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:383]: Verifying accessibility of file: config-main.def MSI (s) (9C:9C) [21:24:06:399]: Executing op: FileRemove(,FileName=HISTORY.txt,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: HISTORY.txt, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:399]: Verifying accessibility of file: HISTORY.txt MSI (s) (9C:9C) [21:24:06:414]: Executing op: FileRemove(,FileName=TODO.txt,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: TODO.txt, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:414]: Verifying accessibility of file: TODO.txt MSI (s) (9C:9C) [21:24:06:414]: Executing op: FileRemove(,FileName=tabbedpages.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: tabbedpages.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:430]: Verifying accessibility of file: tabbedpages.py MSI (s) (9C:9C) [21:24:06:445]: Executing op: FileRemove(,FileName=idlever.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: idlever.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:445]: Verifying accessibility of file: idlever.py MSI (s) (9C:9C) [21:24:06:461]: Executing op: FileRemove(,FileName=CodeContext.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: CodeContext.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:461]: Verifying accessibility of file: CodeContext.py MSI (s) (9C:9C) [21:24:06:477]: Executing op: FileRemove(,FileName=Delegator.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: Delegator.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:477]: Verifying accessibility of file: Delegator.py MSI (s) (9C:9C) [21:24:06:492]: Executing op: FileRemove(,FileName=ClassBrowser.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: ClassBrowser.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:492]: Verifying accessibility of file: ClassBrowser.py MSI (s) (9C:9C) [21:24:06:508]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:524]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:06:524]: Executing op: FileRemove(,FileName=rpc.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: rpc.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:539]: Verifying accessibility of file: rpc.py MSI (s) (9C:9C) [21:24:06:539]: Executing op: FileRemove(,FileName=RemoteDebugger.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: RemoteDebugger.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:555]: Verifying accessibility of file: RemoteDebugger.py MSI (s) (9C:9C) [21:24:06:555]: Executing op: FileRemove(,FileName=AutoComplete.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: AutoComplete.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:570]: Verifying accessibility of file: AutoComplete.py MSI (s) (9C:9C) [21:24:06:570]: Executing op: FileRemove(,FileName=SearchEngine.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: SearchEngine.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:586]: Verifying accessibility of file: SearchEngine.py MSI (s) (9C:9C) [21:24:06:602]: Executing op: FileRemove(,FileName=ParenMatch.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: ParenMatch.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:602]: Verifying accessibility of file: ParenMatch.py MSI (s) (9C:9C) [21:24:06:617]: Executing op: FileRemove(,FileName=Debugger.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: Debugger.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:617]: Verifying accessibility of file: Debugger.py MSI (s) (9C:9C) [21:24:06:633]: Executing op: FileRemove(,FileName=config-highlight.def,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: config-highlight.def, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:633]: Verifying accessibility of file: config-highlight.def MSI (s) (9C:9C) [21:24:06:649]: Executing op: FileRemove(,FileName=WidgetRedirector.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: WidgetRedirector.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:649]: Verifying accessibility of file: WidgetRedirector.py MSI (s) (9C:9C) [21:24:06:664]: Executing op: FileRemove(,FileName=macosxSupport.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: macosxSupport.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:664]: Verifying accessibility of file: macosxSupport.py MSI (s) (9C:9C) [21:24:06:680]: Executing op: FileRemove(,FileName=ScrolledList.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: ScrolledList.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:680]: Verifying accessibility of file: ScrolledList.py MSI (s) (9C:9C) [21:24:06:695]: Executing op: FileRemove(,FileName=CallTipWindow.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: CallTipWindow.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:695]: Verifying accessibility of file: CallTipWindow.py MSI (s) (9C:9C) [21:24:06:711]: Executing op: FileRemove(,FileName=PathBrowser.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: PathBrowser.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:711]: Verifying accessibility of file: PathBrowser.py MSI (s) (9C:9C) [21:24:06:727]: Executing op: FileRemove(,FileName=testcode.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: testcode.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:727]: Verifying accessibility of file: testcode.py MSI (s) (9C:9C) [21:24:06:742]: Executing op: FileRemove(,FileName=FileList.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: FileList.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:742]: Verifying accessibility of file: FileList.py MSI (s) (9C:9C) [21:24:06:758]: Executing op: FileRemove(,FileName=idle.bat,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: idle.bat, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:758]: Verifying accessibility of file: idle.bat MSI (s) (9C:9C) [21:24:06:774]: Executing op: FileRemove(,FileName=HyperParser.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: HyperParser.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:774]: Verifying accessibility of file: HyperParser.py MSI (s) (9C:9C) [21:24:06:789]: Executing op: FileRemove(,FileName=OutputWindow.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: OutputWindow.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:789]: Verifying accessibility of file: OutputWindow.py MSI (s) (9C:9C) [21:24:06:805]: Executing op: FileRemove(,FileName=ChangeLog,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: ChangeLog, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:805]: Verifying accessibility of file: ChangeLog MSI (s) (9C:9C) [21:24:06:820]: Executing op: FileRemove(,FileName=configHelpSourceEdit.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: configHelpSourceEdit.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:820]: Verifying accessibility of file: configHelpSourceEdit.py MSI (s) (9C:9C) [21:24:06:836]: Executing op: FileRemove(,FileName=configHandler.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: configHandler.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:836]: Verifying accessibility of file: configHandler.py MSI (s) (9C:9C) [21:24:06:852]: Executing op: FileRemove(,FileName=StackViewer.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: StackViewer.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:852]: Verifying accessibility of file: StackViewer.py MSI (s) (9C:9C) [21:24:06:867]: Executing op: FileRemove(,FileName=ObjectBrowser.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: ObjectBrowser.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:867]: Verifying accessibility of file: ObjectBrowser.py MSI (s) (9C:9C) [21:24:06:883]: Executing op: FileRemove(,FileName=TreeWidget.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: TreeWidget.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:883]: Verifying accessibility of file: TreeWidget.py MSI (s) (9C:9C) [21:24:06:899]: Executing op: FileRemove(,FileName=idle.pyw,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: idle.pyw, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:899]: Verifying accessibility of file: idle.pyw MSI (s) (9C:9C) [21:24:06:914]: Executing op: FileRemove(,FileName=PyParse.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: PyParse.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:930]: Verifying accessibility of file: PyParse.py MSI (s) (9C:9C) [21:24:06:930]: Executing op: FileRemove(,FileName=UndoDelegator.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: UndoDelegator.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:945]: Verifying accessibility of file: UndoDelegator.py MSI (s) (9C:9C) [21:24:06:961]: Executing op: FileRemove(,FileName=Percolator.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: Percolator.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:961]: Verifying accessibility of file: Percolator.py MSI (s) (9C:9C) [21:24:06:977]: Executing op: FileRemove(,FileName=EditorWindow.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: EditorWindow.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:977]: Verifying accessibility of file: EditorWindow.py MSI (s) (9C:9C) [21:24:06:992]: Executing op: FileRemove(,FileName=IdleHistory.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: IdleHistory.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:06:992]: Verifying accessibility of file: IdleHistory.py MSI (s) (9C:9C) [21:24:07:008]: Executing op: FileRemove(,FileName=ZoomHeight.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: ZoomHeight.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:07:024]: Verifying accessibility of file: ZoomHeight.py MSI (s) (9C:9C) [21:24:07:024]: Executing op: FileRemove(,FileName=ReplaceDialog.py,,ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6}) RemoveFiles: File: ReplaceDialog.py, Directory: C:\Python34\Lib\idlelib\ MSI (s) (9C:9C) [21:24:07:039]: Verifying accessibility of file: ReplaceDialog.py MSI (s) (9C:9C) [21:24:07:039]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\idlelib\idle_test\) MSI (s) (9C:9C) [21:24:07:055]: Executing op: FileRemove(,FileName=test_delegator.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_delegator.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:055]: Verifying accessibility of file: test_delegator.py MSI (s) (9C:9C) [21:24:07:070]: Executing op: FileRemove(,FileName=test_warning.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_warning.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:070]: Verifying accessibility of file: test_warning.py MSI (s) (9C:9C) [21:24:07:086]: Executing op: FileRemove(,FileName=test_rstrip.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_rstrip.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:102]: Verifying accessibility of file: test_rstrip.py MSI (s) (9C:9C) [21:24:07:102]: Executing op: FileRemove(,FileName=test_text.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_text.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:117]: Verifying accessibility of file: test_text.py MSI (s) (9C:9C) [21:24:07:117]: Executing op: FileRemove(,FileName=mock_idle.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: mock_idle.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:180]: Verifying accessibility of file: mock_idle.py MSI (s) (9C:9C) [21:24:07:195]: Executing op: FileRemove(,FileName=test_formatparagraph.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_formatparagraph.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:195]: Verifying accessibility of file: test_formatparagraph.py MSI (s) (9C:9C) [21:24:07:211]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:211]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:07:227]: Executing op: FileRemove(,FileName=test_config_name.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_config_name.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:227]: Verifying accessibility of file: test_config_name.py MSI (s) (9C:9C) [21:24:07:242]: Executing op: FileRemove(,FileName=htest.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: htest.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:242]: Verifying accessibility of file: htest.py MSI (s) (9C:9C) [21:24:07:258]: Executing op: FileRemove(,FileName=test_calltips.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_calltips.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:258]: Verifying accessibility of file: test_calltips.py MSI (s) (9C:9C) [21:24:07:274]: Executing op: FileRemove(,FileName=test_grep.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_grep.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:289]: Verifying accessibility of file: test_grep.py MSI (s) (9C:9C) [21:24:07:289]: Executing op: FileRemove(,FileName=mock_tk.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: mock_tk.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:305]: Verifying accessibility of file: mock_tk.py MSI (s) (9C:9C) [21:24:07:305]: Executing op: FileRemove(,FileName=test_searchengine.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_searchengine.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:320]: Verifying accessibility of file: test_searchengine.py MSI (s) (9C:9C) [21:24:07:336]: Executing op: FileRemove(,FileName=test_pathbrowser.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_pathbrowser.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:336]: Verifying accessibility of file: test_pathbrowser.py MSI (s) (9C:9C) [21:24:07:352]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: README.txt, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:352]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:07:367]: Executing op: FileRemove(,FileName=test_idlehistory.py,,ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84}) RemoveFiles: File: test_idlehistory.py, Directory: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:9C) [21:24:07:383]: Verifying accessibility of file: test_idlehistory.py MSI (s) (9C:9C) [21:24:07:383]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\idlelib\Icons\) MSI (s) (9C:9C) [21:24:07:383]: Executing op: FileRemove(,FileName=openfolder.gif,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: openfolder.gif, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:399]: Verifying accessibility of file: openfolder.gif MSI (s) (9C:9C) [21:24:07:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:414]: Executing op: FileRemove(,FileName=plusnode.gif,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: plusnode.gif, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:414]: Verifying accessibility of file: plusnode.gif MSI (s) (9C:9C) [21:24:07:430]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:430]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:430]: Executing op: FileRemove(,FileName=idle_32.gif,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: idle_32.gif, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:445]: Verifying accessibility of file: idle_32.gif MSI (s) (9C:9C) [21:24:07:445]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:445]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:445]: Executing op: FileRemove(,FileName=idle_48.gif,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: idle_48.gif, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:461]: Verifying accessibility of file: idle_48.gif MSI (s) (9C:9C) [21:24:07:461]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:477]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:477]: Executing op: FileRemove(,FileName=idle_16.png,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: idle_16.png, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:477]: Verifying accessibility of file: idle_16.png MSI (s) (9C:9C) [21:24:07:492]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:492]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:492]: Executing op: FileRemove(,FileName=idle.ico,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: idle.ico, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:492]: Verifying accessibility of file: idle.ico MSI (s) (9C:9C) [21:24:07:508]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:508]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:508]: Executing op: FileRemove(,FileName=minusnode.gif,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: minusnode.gif, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:524]: Verifying accessibility of file: minusnode.gif MSI (s) (9C:9C) [21:24:07:524]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:539]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:539]: Executing op: FileRemove(,FileName=tk.gif,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: tk.gif, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:539]: Verifying accessibility of file: tk.gif MSI (s) (9C:9C) [21:24:07:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:555]: Executing op: FileRemove(,FileName=idle_32.png,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: idle_32.png, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:570]: Verifying accessibility of file: idle_32.png MSI (s) (9C:9C) [21:24:07:570]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:570]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:570]: Executing op: FileRemove(,FileName=idle_16.gif,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: idle_16.gif, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:586]: Verifying accessibility of file: idle_16.gif MSI (s) (9C:9C) [21:24:07:602]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:602]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:602]: Executing op: FileRemove(,FileName=python.gif,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: python.gif, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:602]: Verifying accessibility of file: python.gif MSI (s) (9C:9C) [21:24:07:617]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:617]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:617]: Executing op: FileRemove(,FileName=folder.gif,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: folder.gif, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:633]: Verifying accessibility of file: folder.gif MSI (s) (9C:9C) [21:24:07:633]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:649]: Executing op: FileRemove(,FileName=idle.icns,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: idle.icns, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:649]: Verifying accessibility of file: idle.icns MSI (s) (9C:9C) [21:24:07:664]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:664]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:664]: Executing op: FileRemove(,FileName=idle_48.png,,ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA}) RemoveFiles: File: idle_48.png, Directory: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:9C) [21:24:07:664]: Verifying accessibility of file: idle_48.png MSI (s) (9C:9C) [21:24:07:680]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:07:680]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\concurrent\) MSI (s) (9C:9C) [21:24:07:680]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={764452AA-A130-42F4-8E4C-6C350E10CD06}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\concurrent\ MSI (s) (9C:9C) [21:24:07:695]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:07:695]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\concurrent\futures\) MSI (s) (9C:9C) [21:24:07:695]: Executing op: FileRemove(,FileName=process.py,,ComponentId={B9E11F85-B98E-4AA4-864A-4CDE5C871E44}) RemoveFiles: File: process.py, Directory: C:\Python34\Lib\concurrent\futures\ MSI (s) (9C:9C) [21:24:07:711]: Verifying accessibility of file: process.py MSI (s) (9C:9C) [21:24:07:727]: Executing op: FileRemove(,FileName=thread.py,,ComponentId={B9E11F85-B98E-4AA4-864A-4CDE5C871E44}) RemoveFiles: File: thread.py, Directory: C:\Python34\Lib\concurrent\futures\ MSI (s) (9C:9C) [21:24:07:727]: Verifying accessibility of file: thread.py MSI (s) (9C:9C) [21:24:07:742]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={B9E11F85-B98E-4AA4-864A-4CDE5C871E44}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\concurrent\futures\ MSI (s) (9C:9C) [21:24:07:742]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:07:758]: Executing op: FileRemove(,FileName=_base.py,,ComponentId={B9E11F85-B98E-4AA4-864A-4CDE5C871E44}) RemoveFiles: File: _base.py, Directory: C:\Python34\Lib\concurrent\futures\ MSI (s) (9C:9C) [21:24:07:758]: Verifying accessibility of file: _base.py MSI (s) (9C:9C) [21:24:07:774]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\http\) MSI (s) (9C:9C) [21:24:07:774]: Executing op: FileRemove(,FileName=client.py,,ComponentId={9527A56D-AE42-4951-BA6F-B6617749CF29}) RemoveFiles: File: client.py, Directory: C:\Python34\Lib\http\ MSI (s) (9C:9C) [21:24:07:789]: Verifying accessibility of file: client.py MSI (s) (9C:9C) [21:24:07:789]: Executing op: FileRemove(,FileName=cookies.py,,ComponentId={9527A56D-AE42-4951-BA6F-B6617749CF29}) RemoveFiles: File: cookies.py, Directory: C:\Python34\Lib\http\ MSI (s) (9C:9C) [21:24:07:805]: Verifying accessibility of file: cookies.py MSI (s) (9C:9C) [21:24:07:805]: Executing op: FileRemove(,FileName=cookiejar.py,,ComponentId={9527A56D-AE42-4951-BA6F-B6617749CF29}) RemoveFiles: File: cookiejar.py, Directory: C:\Python34\Lib\http\ MSI (s) (9C:9C) [21:24:07:805]: Verifying accessibility of file: cookiejar.py MSI (s) (9C:9C) [21:24:07:820]: Executing op: FileRemove(,FileName=server.py,,ComponentId={9527A56D-AE42-4951-BA6F-B6617749CF29}) RemoveFiles: File: server.py, Directory: C:\Python34\Lib\http\ MSI (s) (9C:9C) [21:24:07:820]: Verifying accessibility of file: server.py MSI (s) (9C:9C) [21:24:07:836]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={9527A56D-AE42-4951-BA6F-B6617749CF29}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\http\ MSI (s) (9C:9C) [21:24:07:836]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:07:852]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\sqlite3\) MSI (s) (9C:9C) [21:24:07:852]: Executing op: FileRemove(,FileName=dbapi2.py,,ComponentId={CDC9F1F0-F335-4C2E-AA6B-B9AE6C56488F}) RemoveFiles: File: dbapi2.py, Directory: C:\Python34\Lib\sqlite3\ MSI (s) (9C:9C) [21:24:07:852]: Verifying accessibility of file: dbapi2.py MSI (s) (9C:9C) [21:24:07:867]: Executing op: FileRemove(,FileName=dump.py,,ComponentId={CDC9F1F0-F335-4C2E-AA6B-B9AE6C56488F}) RemoveFiles: File: dump.py, Directory: C:\Python34\Lib\sqlite3\ MSI (s) (9C:9C) [21:24:07:867]: Verifying accessibility of file: dump.py MSI (s) (9C:9C) [21:24:07:867]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={CDC9F1F0-F335-4C2E-AA6B-B9AE6C56488F}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\sqlite3\ MSI (s) (9C:9C) [21:24:07:883]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:07:883]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\sqlite3\test\) MSI (s) (9C:9C) [21:24:07:883]: Executing op: FileRemove(,FileName=dbapi.py,,ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C}) RemoveFiles: File: dbapi.py, Directory: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:9C) [21:24:07:899]: Verifying accessibility of file: dbapi.py MSI (s) (9C:9C) [21:24:07:914]: Executing op: FileRemove(,FileName=dump.py,,ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C}) RemoveFiles: File: dump.py, Directory: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:9C) [21:24:07:914]: Verifying accessibility of file: dump.py MSI (s) (9C:9C) [21:24:07:930]: Executing op: FileRemove(,FileName=regression.py,,ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C}) RemoveFiles: File: regression.py, Directory: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:9C) [21:24:07:930]: Verifying accessibility of file: regression.py MSI (s) (9C:9C) [21:24:07:930]: Executing op: FileRemove(,FileName=userfunctions.py,,ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C}) RemoveFiles: File: userfunctions.py, Directory: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:9C) [21:24:07:945]: Verifying accessibility of file: userfunctions.py MSI (s) (9C:9C) [21:24:07:945]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:9C) [21:24:07:961]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:07:961]: Executing op: FileRemove(,FileName=factory.py,,ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C}) RemoveFiles: File: factory.py, Directory: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:9C) [21:24:07:961]: Verifying accessibility of file: factory.py MSI (s) (9C:9C) [21:24:07:977]: Executing op: FileRemove(,FileName=types.py,,ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C}) RemoveFiles: File: types.py, Directory: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:9C) [21:24:07:992]: Verifying accessibility of file: types.py MSI (s) (9C:9C) [21:24:07:992]: Executing op: FileRemove(,FileName=transactions.py,,ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C}) RemoveFiles: File: transactions.py, Directory: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:9C) [21:24:07:992]: Verifying accessibility of file: transactions.py MSI (s) (9C:9C) [21:24:08:008]: Executing op: FileRemove(,FileName=hooks.py,,ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C}) RemoveFiles: File: hooks.py, Directory: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:9C) [21:24:08:008]: Verifying accessibility of file: hooks.py MSI (s) (9C:9C) [21:24:08:024]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\html\) MSI (s) (9C:9C) [21:24:08:024]: Executing op: FileRemove(,FileName=parser.py,,ComponentId={48E345AB-5EC0-46A1-B3C1-0C7C565C3604}) RemoveFiles: File: parser.py, Directory: C:\Python34\Lib\html\ MSI (s) (9C:9C) [21:24:08:024]: Verifying accessibility of file: parser.py MSI (s) (9C:9C) [21:24:08:039]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={48E345AB-5EC0-46A1-B3C1-0C7C565C3604}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\html\ MSI (s) (9C:9C) [21:24:08:039]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:08:055]: Executing op: FileRemove(,FileName=entities.py,,ComponentId={48E345AB-5EC0-46A1-B3C1-0C7C565C3604}) RemoveFiles: File: entities.py, Directory: C:\Python34\Lib\html\ MSI (s) (9C:9C) [21:24:08:055]: Verifying accessibility of file: entities.py MSI (s) (9C:9C) [21:24:08:070]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\) MSI (s) (9C:9C) [21:24:08:070]: Executing op: FileRemove(,FileName=pygram.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: pygram.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:070]: Verifying accessibility of file: pygram.py MSI (s) (9C:9C) [21:24:08:070]: Executing op: FileRemove(,FileName=btm_utils.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: btm_utils.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:086]: Verifying accessibility of file: btm_utils.py MSI (s) (9C:9C) [21:24:08:086]: Executing op: FileRemove(,FileName=main.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: main.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:102]: Verifying accessibility of file: main.py MSI (s) (9C:9C) [21:24:08:102]: Executing op: FileRemove(,FileName=pytree.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: pytree.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:117]: Verifying accessibility of file: pytree.py MSI (s) (9C:9C) [21:24:08:117]: Executing op: FileRemove(,FileName=patcomp.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: patcomp.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:117]: Verifying accessibility of file: patcomp.py MSI (s) (9C:9C) [21:24:08:133]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:133]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:08:149]: Executing op: FileRemove(,FileName=fixer_util.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: fixer_util.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:149]: Verifying accessibility of file: fixer_util.py MSI (s) (9C:9C) [21:24:08:164]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:164]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:08:180]: Executing op: FileRemove(,FileName=btm_matcher.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: btm_matcher.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:180]: Verifying accessibility of file: btm_matcher.py MSI (s) (9C:9C) [21:24:08:180]: Executing op: FileRemove(,FileName=fixer_base.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: fixer_base.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:195]: Verifying accessibility of file: fixer_base.py MSI (s) (9C:9C) [21:24:08:195]: Executing op: FileRemove(,FileName=Grammar.txt,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: Grammar.txt, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:211]: Verifying accessibility of file: Grammar.txt MSI (s) (9C:9C) [21:24:08:211]: Executing op: FileRemove(,FileName=PatternGrammar.txt,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: PatternGrammar.txt, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:211]: Verifying accessibility of file: PatternGrammar.txt MSI (s) (9C:9C) [21:24:08:227]: Executing op: FileRemove(,FileName=refactor.py,,ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154}) RemoveFiles: File: refactor.py, Directory: C:\Python34\Lib\lib2to3\ MSI (s) (9C:9C) [21:24:08:227]: Verifying accessibility of file: refactor.py MSI (s) (9C:9C) [21:24:08:242]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\pgen2\) MSI (s) (9C:9C) [21:24:08:242]: Executing op: FileRemove(,FileName=token.py,,ComponentId={FA203881-0826-427B-84F1-14A398079123}) RemoveFiles: File: token.py, Directory: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:9C) [21:24:08:242]: Verifying accessibility of file: token.py MSI (s) (9C:9C) [21:24:08:258]: Executing op: FileRemove(,FileName=conv.py,,ComponentId={FA203881-0826-427B-84F1-14A398079123}) RemoveFiles: File: conv.py, Directory: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:9C) [21:24:08:258]: Verifying accessibility of file: conv.py MSI (s) (9C:9C) [21:24:08:258]: Executing op: FileRemove(,FileName=tokenize.py,,ComponentId={FA203881-0826-427B-84F1-14A398079123}) RemoveFiles: File: tokenize.py, Directory: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:9C) [21:24:08:274]: Verifying accessibility of file: tokenize.py MSI (s) (9C:9C) [21:24:08:274]: Executing op: FileRemove(,FileName=pgen.py,,ComponentId={FA203881-0826-427B-84F1-14A398079123}) RemoveFiles: File: pgen.py, Directory: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:9C) [21:24:08:289]: Verifying accessibility of file: pgen.py MSI (s) (9C:9C) [21:24:08:289]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={FA203881-0826-427B-84F1-14A398079123}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:9C) [21:24:08:289]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:08:305]: Executing op: FileRemove(,FileName=driver.py,,ComponentId={FA203881-0826-427B-84F1-14A398079123}) RemoveFiles: File: driver.py, Directory: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:9C) [21:24:08:305]: Verifying accessibility of file: driver.py MSI (s) (9C:9C) [21:24:08:320]: Executing op: FileRemove(,FileName=parse.py,,ComponentId={FA203881-0826-427B-84F1-14A398079123}) RemoveFiles: File: parse.py, Directory: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:9C) [21:24:08:320]: Verifying accessibility of file: parse.py MSI (s) (9C:9C) [21:24:08:336]: Executing op: FileRemove(,FileName=literals.py,,ComponentId={FA203881-0826-427B-84F1-14A398079123}) RemoveFiles: File: literals.py, Directory: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:9C) [21:24:08:336]: Verifying accessibility of file: literals.py MSI (s) (9C:9C) [21:24:08:336]: Executing op: FileRemove(,FileName=grammar.py,,ComponentId={FA203881-0826-427B-84F1-14A398079123}) RemoveFiles: File: grammar.py, Directory: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:9C) [21:24:08:352]: Verifying accessibility of file: grammar.py MSI (s) (9C:9C) [21:24:08:352]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\) MSI (s) (9C:9C) [21:24:08:352]: Executing op: FileRemove(,FileName=test_parser.py,,ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992}) RemoveFiles: File: test_parser.py, Directory: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:24:08:367]: Verifying accessibility of file: test_parser.py MSI (s) (9C:9C) [21:24:08:367]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:24:08:383]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:08:383]: Executing op: FileRemove(,FileName=test_main.py,,ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992}) RemoveFiles: File: test_main.py, Directory: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:24:08:383]: Verifying accessibility of file: test_main.py MSI (s) (9C:9C) [21:24:08:399]: Executing op: FileRemove(,FileName=test_refactor.py,,ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992}) RemoveFiles: File: test_refactor.py, Directory: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:24:08:399]: Verifying accessibility of file: test_refactor.py MSI (s) (9C:9C) [21:24:08:414]: Executing op: FileRemove(,FileName=test_all_fixers.py,,ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992}) RemoveFiles: File: test_all_fixers.py, Directory: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:24:08:414]: Verifying accessibility of file: test_all_fixers.py MSI (s) (9C:9C) [21:24:08:430]: Executing op: FileRemove(,FileName=support.py,,ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992}) RemoveFiles: File: support.py, Directory: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:24:08:430]: Verifying accessibility of file: support.py MSI (s) (9C:9C) [21:24:08:430]: Executing op: FileRemove(,FileName=pytree_idempotency.py,,ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992}) RemoveFiles: File: pytree_idempotency.py, Directory: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:24:08:445]: Verifying accessibility of file: pytree_idempotency.py MSI (s) (9C:9C) [21:24:08:445]: Executing op: FileRemove(,FileName=test_util.py,,ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992}) RemoveFiles: File: test_util.py, Directory: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:24:08:461]: Verifying accessibility of file: test_util.py MSI (s) (9C:9C) [21:24:08:461]: Executing op: FileRemove(,FileName=test_fixers.py,,ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992}) RemoveFiles: File: test_fixers.py, Directory: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:24:08:461]: Verifying accessibility of file: test_fixers.py MSI (s) (9C:9C) [21:24:08:477]: Executing op: FileRemove(,FileName=test_pytree.py,,ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992}) RemoveFiles: File: test_pytree.py, Directory: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:9C) [21:24:08:477]: Verifying accessibility of file: test_pytree.py MSI (s) (9C:9C) [21:24:08:492]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\) MSI (s) (9C:9C) [21:24:08:492]: Executing op: FileRemove(,FileName=different_encoding.py,,ComponentId={30A3DDC4-0FB6-451D-BD94-3518F4704A15}) RemoveFiles: File: different_encoding.py, Directory: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:9C) [21:24:08:492]: Verifying accessibility of file: different_encoding.py MSI (s) (9C:9C) [21:24:08:508]: Executing op: FileRemove(,FileName=bom.py,,ComponentId={30A3DDC4-0FB6-451D-BD94-3518F4704A15}) RemoveFiles: File: bom.py, Directory: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:9C) [21:24:08:508]: Verifying accessibility of file: bom.py MSI (s) (9C:9C) [21:24:08:508]: Executing op: FileRemove(,FileName=infinite_recursion.py,,ComponentId={30A3DDC4-0FB6-451D-BD94-3518F4704A15}) RemoveFiles: File: infinite_recursion.py, Directory: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:9C) [21:24:08:524]: Verifying accessibility of file: infinite_recursion.py MSI (s) (9C:9C) [21:24:08:539]: Executing op: FileRemove(,FileName=crlf.py,,ComponentId={30A3DDC4-0FB6-451D-BD94-3518F4704A15}) RemoveFiles: File: crlf.py, Directory: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:9C) [21:24:08:539]: Verifying accessibility of file: crlf.py MSI (s) (9C:9C) [21:24:08:539]: Executing op: FileRemove(,FileName=false_encoding.py,,ComponentId={30A3DDC4-0FB6-451D-BD94-3518F4704A15}) RemoveFiles: File: false_encoding.py, Directory: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:9C) [21:24:08:555]: Verifying accessibility of file: false_encoding.py MSI (s) (9C:9C) [21:24:08:555]: Executing op: FileRemove(,FileName=py3_test_grammar.py,,ComponentId={30A3DDC4-0FB6-451D-BD94-3518F4704A15}) RemoveFiles: File: py3_test_grammar.py, Directory: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:9C) [21:24:08:570]: Verifying accessibility of file: py3_test_grammar.py MSI (s) (9C:9C) [21:24:08:570]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={30A3DDC4-0FB6-451D-BD94-3518F4704A15}) RemoveFiles: File: README.txt, Directory: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:9C) [21:24:08:570]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:08:586]: Executing op: FileRemove(,FileName=py2_test_grammar.py,,ComponentId={30A3DDC4-0FB6-451D-BD94-3518F4704A15}) RemoveFiles: File: py2_test_grammar.py, Directory: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:9C) [21:24:08:586]: Verifying accessibility of file: py2_test_grammar.py MSI (s) (9C:9C) [21:24:08:602]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\) MSI (s) (9C:9C) [21:24:08:602]: Executing op: FileRemove(,FileName=parrot_example.py,,ComponentId={2B74645C-67E3-46AA-8ECA-BCA9F693D1A9}) RemoveFiles: File: parrot_example.py, Directory: C:\Python34\Lib\lib2to3\tests\data\fixers\ MSI (s) (9C:9C) [21:24:08:602]: Verifying accessibility of file: parrot_example.py MSI (s) (9C:9C) [21:24:08:617]: Executing op: FileRemove(,FileName=no_fixer_cls.py,,ComponentId={2B74645C-67E3-46AA-8ECA-BCA9F693D1A9}) RemoveFiles: File: no_fixer_cls.py, Directory: C:\Python34\Lib\lib2to3\tests\data\fixers\ MSI (s) (9C:9C) [21:24:08:617]: Verifying accessibility of file: no_fixer_cls.py MSI (s) (9C:9C) [21:24:08:617]: Executing op: FileRemove(,FileName=bad_order.py,,ComponentId={2B74645C-67E3-46AA-8ECA-BCA9F693D1A9}) RemoveFiles: File: bad_order.py, Directory: C:\Python34\Lib\lib2to3\tests\data\fixers\ MSI (s) (9C:9C) [21:24:08:633]: Verifying accessibility of file: bad_order.py MSI (s) (9C:9C) [21:24:08:633]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\) MSI (s) (9C:9C) [21:24:08:633]: Executing op: FileRemove(,FileName=fix_preorder.py,,ComponentId={C069E520-790A-4219-B712-67A6688A3815}) RemoveFiles: File: fix_preorder.py, Directory: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ MSI (s) (9C:9C) [21:24:08:649]: Verifying accessibility of file: fix_preorder.py MSI (s) (9C:9C) [21:24:08:649]: Executing op: FileRemove(,FileName=fix_explicit.py,,ComponentId={C069E520-790A-4219-B712-67A6688A3815}) RemoveFiles: File: fix_explicit.py, Directory: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ MSI (s) (9C:9C) [21:24:08:664]: Verifying accessibility of file: fix_explicit.py MSI (s) (9C:9C) [21:24:08:664]: Executing op: FileRemove(,FileName=fix_first.py,,ComponentId={C069E520-790A-4219-B712-67A6688A3815}) RemoveFiles: File: fix_first.py, Directory: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ MSI (s) (9C:9C) [21:24:08:680]: Verifying accessibility of file: fix_first.py MSI (s) (9C:9C) [21:24:08:680]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={C069E520-790A-4219-B712-67A6688A3815}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ MSI (s) (9C:9C) [21:24:08:680]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:08:695]: Executing op: FileRemove(,FileName=fix_last.py,,ComponentId={C069E520-790A-4219-B712-67A6688A3815}) RemoveFiles: File: fix_last.py, Directory: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ MSI (s) (9C:9C) [21:24:08:695]: Verifying accessibility of file: fix_last.py MSI (s) (9C:9C) [21:24:08:711]: Executing op: FileRemove(,FileName=fix_parrot.py,,ComponentId={C069E520-790A-4219-B712-67A6688A3815}) RemoveFiles: File: fix_parrot.py, Directory: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ MSI (s) (9C:9C) [21:24:08:711]: Verifying accessibility of file: fix_parrot.py MSI (s) (9C:9C) [21:24:08:711]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\fixes\) MSI (s) (9C:9C) [21:24:08:727]: Executing op: FileRemove(,FileName=fix_import.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_import.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:727]: Verifying accessibility of file: fix_import.py MSI (s) (9C:9C) [21:24:08:727]: Executing op: FileRemove(,FileName=fix_urllib.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_urllib.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:742]: Verifying accessibility of file: fix_urllib.py MSI (s) (9C:9C) [21:24:08:742]: Executing op: FileRemove(,FileName=fix_except.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_except.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:758]: Verifying accessibility of file: fix_except.py MSI (s) (9C:9C) [21:24:08:758]: Executing op: FileRemove(,FileName=fix_itertools_imports.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_itertools_imports.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:774]: Verifying accessibility of file: fix_itertools_imports.py MSI (s) (9C:9C) [21:24:08:774]: Executing op: FileRemove(,FileName=fix_dict.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_dict.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:774]: Verifying accessibility of file: fix_dict.py MSI (s) (9C:9C) [21:24:08:789]: Executing op: FileRemove(,FileName=fix_future.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_future.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:789]: Verifying accessibility of file: fix_future.py MSI (s) (9C:9C) [21:24:08:805]: Executing op: FileRemove(,FileName=fix_basestring.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_basestring.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:805]: Verifying accessibility of file: fix_basestring.py MSI (s) (9C:9C) [21:24:08:820]: Executing op: FileRemove(,FileName=fix_execfile.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_execfile.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:820]: Verifying accessibility of file: fix_execfile.py MSI (s) (9C:9C) [21:24:08:820]: Executing op: FileRemove(,FileName=fix_imports2.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_imports2.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:836]: Verifying accessibility of file: fix_imports2.py MSI (s) (9C:9C) [21:24:08:836]: Executing op: FileRemove(,FileName=fix_asserts.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_asserts.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:852]: Verifying accessibility of file: fix_asserts.py MSI (s) (9C:9C) [21:24:08:852]: Executing op: FileRemove(,FileName=fix_raw_input.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_raw_input.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:852]: Verifying accessibility of file: fix_raw_input.py MSI (s) (9C:9C) [21:24:08:867]: Executing op: FileRemove(,FileName=fix_nonzero.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_nonzero.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:867]: Verifying accessibility of file: fix_nonzero.py MSI (s) (9C:9C) [21:24:08:883]: Executing op: FileRemove(,FileName=fix_isinstance.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_isinstance.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:883]: Verifying accessibility of file: fix_isinstance.py MSI (s) (9C:9C) [21:24:08:899]: Executing op: FileRemove(,FileName=fix_idioms.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_idioms.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:899]: Verifying accessibility of file: fix_idioms.py MSI (s) (9C:9C) [21:24:08:899]: Executing op: FileRemove(,FileName=fix_zip.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_zip.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:914]: Verifying accessibility of file: fix_zip.py MSI (s) (9C:9C) [21:24:08:914]: Executing op: FileRemove(,FileName=fix_next.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_next.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:930]: Verifying accessibility of file: fix_next.py MSI (s) (9C:9C) [21:24:08:930]: Executing op: FileRemove(,FileName=fix_funcattrs.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_funcattrs.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:930]: Verifying accessibility of file: fix_funcattrs.py MSI (s) (9C:9C) [21:24:08:945]: Executing op: FileRemove(,FileName=fix_itertools.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_itertools.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:945]: Verifying accessibility of file: fix_itertools.py MSI (s) (9C:9C) [21:24:08:961]: Executing op: FileRemove(,FileName=fix_callable.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_callable.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:961]: Verifying accessibility of file: fix_callable.py MSI (s) (9C:9C) [21:24:08:961]: Executing op: FileRemove(,FileName=fix_standarderror.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_standarderror.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:977]: Verifying accessibility of file: fix_standarderror.py MSI (s) (9C:9C) [21:24:08:977]: Executing op: FileRemove(,FileName=fix_map.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_map.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:08:992]: Verifying accessibility of file: fix_map.py MSI (s) (9C:9C) [21:24:08:992]: Executing op: FileRemove(,FileName=fix_exec.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_exec.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:008]: Verifying accessibility of file: fix_exec.py MSI (s) (9C:9C) [21:24:09:008]: Executing op: FileRemove(,FileName=fix_intern.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_intern.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:024]: Verifying accessibility of file: fix_intern.py MSI (s) (9C:9C) [21:24:09:024]: Executing op: FileRemove(,FileName=fix_xrange.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_xrange.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:024]: Verifying accessibility of file: fix_xrange.py MSI (s) (9C:9C) [21:24:09:039]: Executing op: FileRemove(,FileName=fix_getcwdu.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_getcwdu.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:039]: Verifying accessibility of file: fix_getcwdu.py MSI (s) (9C:9C) [21:24:09:055]: Executing op: FileRemove(,FileName=fix_apply.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_apply.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:070]: Verifying accessibility of file: fix_apply.py MSI (s) (9C:9C) [21:24:09:070]: Executing op: FileRemove(,FileName=fix_imports.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_imports.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:086]: Verifying accessibility of file: fix_imports.py MSI (s) (9C:9C) [21:24:09:086]: Executing op: FileRemove(,FileName=fix_reduce.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_reduce.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:102]: Verifying accessibility of file: fix_reduce.py MSI (s) (9C:9C) [21:24:09:102]: Executing op: FileRemove(,FileName=fix_paren.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_paren.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:117]: Verifying accessibility of file: fix_paren.py MSI (s) (9C:9C) [21:24:09:117]: Executing op: FileRemove(,FileName=fix_operator.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_operator.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:133]: Verifying accessibility of file: fix_operator.py MSI (s) (9C:9C) [21:24:09:149]: Executing op: FileRemove(,FileName=fix_xreadlines.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_xreadlines.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:149]: Verifying accessibility of file: fix_xreadlines.py MSI (s) (9C:9C) [21:24:09:164]: Executing op: FileRemove(,FileName=fix_long.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_long.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:164]: Verifying accessibility of file: fix_long.py MSI (s) (9C:9C) [21:24:09:180]: Executing op: FileRemove(,FileName=fix_sys_exc.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_sys_exc.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:180]: Verifying accessibility of file: fix_sys_exc.py MSI (s) (9C:9C) [21:24:09:180]: Executing op: FileRemove(,FileName=fix_input.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_input.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:195]: Verifying accessibility of file: fix_input.py MSI (s) (9C:9C) [21:24:09:211]: Executing op: FileRemove(,FileName=fix_tuple_params.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_tuple_params.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:211]: Verifying accessibility of file: fix_tuple_params.py MSI (s) (9C:9C) [21:24:09:227]: Executing op: FileRemove(,FileName=fix_filter.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_filter.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:227]: Verifying accessibility of file: fix_filter.py MSI (s) (9C:9C) [21:24:09:227]: Executing op: FileRemove(,FileName=fix_numliterals.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_numliterals.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:242]: Verifying accessibility of file: fix_numliterals.py MSI (s) (9C:9C) [21:24:09:242]: Executing op: FileRemove(,FileName=fix_renames.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_renames.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:258]: Verifying accessibility of file: fix_renames.py MSI (s) (9C:9C) [21:24:09:258]: Executing op: FileRemove(,FileName=fix_throw.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_throw.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:274]: Verifying accessibility of file: fix_throw.py MSI (s) (9C:9C) [21:24:09:274]: Executing op: FileRemove(,FileName=fix_buffer.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_buffer.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:289]: Verifying accessibility of file: fix_buffer.py MSI (s) (9C:9C) [21:24:09:305]: Executing op: FileRemove(,FileName=fix_set_literal.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_set_literal.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:305]: Verifying accessibility of file: fix_set_literal.py MSI (s) (9C:9C) [21:24:09:305]: Executing op: FileRemove(,FileName=fix_methodattrs.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_methodattrs.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:320]: Verifying accessibility of file: fix_methodattrs.py MSI (s) (9C:9C) [21:24:09:320]: Executing op: FileRemove(,FileName=fix_ne.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_ne.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:336]: Verifying accessibility of file: fix_ne.py MSI (s) (9C:9C) [21:24:09:336]: Executing op: FileRemove(,FileName=fix_repr.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_repr.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:352]: Verifying accessibility of file: fix_repr.py MSI (s) (9C:9C) [21:24:09:352]: Executing op: FileRemove(,FileName=fix_types.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_types.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:367]: Verifying accessibility of file: fix_types.py MSI (s) (9C:9C) [21:24:09:367]: Executing op: FileRemove(,FileName=fix_raise.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_raise.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:383]: Verifying accessibility of file: fix_raise.py MSI (s) (9C:9C) [21:24:09:383]: Executing op: FileRemove(,FileName=fix_has_key.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_has_key.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:399]: Verifying accessibility of file: fix_has_key.py MSI (s) (9C:9C) [21:24:09:399]: Executing op: FileRemove(,FileName=fix_metaclass.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_metaclass.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:414]: Verifying accessibility of file: fix_metaclass.py MSI (s) (9C:9C) [21:24:09:414]: Executing op: FileRemove(,FileName=fix_ws_comma.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_ws_comma.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:430]: Verifying accessibility of file: fix_ws_comma.py MSI (s) (9C:9C) [21:24:09:430]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:430]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:09:445]: Executing op: FileRemove(,FileName=fix_exitfunc.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_exitfunc.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:445]: Verifying accessibility of file: fix_exitfunc.py MSI (s) (9C:9C) [21:24:09:461]: Executing op: FileRemove(,FileName=fix_reload.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_reload.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:461]: Verifying accessibility of file: fix_reload.py MSI (s) (9C:9C) [21:24:09:477]: Executing op: FileRemove(,FileName=fix_print.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_print.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:477]: Verifying accessibility of file: fix_print.py MSI (s) (9C:9C) [21:24:09:492]: Executing op: FileRemove(,FileName=fix_unicode.py,,ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A}) RemoveFiles: File: fix_unicode.py, Directory: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:9C) [21:24:09:492]: Verifying accessibility of file: fix_unicode.py MSI (s) (9C:9C) [21:24:09:508]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\) MSI (s) (9C:9C) [21:24:09:508]: Executing op: FileRemove(,FileName=_fix.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: _fix.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:508]: Verifying accessibility of file: _fix.py MSI (s) (9C:9C) [21:24:09:524]: Executing op: FileRemove(,FileName=ttk.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: ttk.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:524]: Verifying accessibility of file: ttk.py MSI (s) (9C:9C) [21:24:09:539]: Executing op: FileRemove(,FileName=messagebox.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: messagebox.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:539]: Verifying accessibility of file: messagebox.py MSI (s) (9C:9C) [21:24:09:539]: Executing op: FileRemove(,FileName=font.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: font.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:555]: Verifying accessibility of file: font.py MSI (s) (9C:9C) [21:24:09:570]: Executing op: FileRemove(,FileName=constants.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: constants.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:570]: Verifying accessibility of file: constants.py MSI (s) (9C:9C) [21:24:09:586]: Executing op: FileRemove(,FileName=dnd.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: dnd.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:586]: Verifying accessibility of file: dnd.py MSI (s) (9C:9C) [21:24:09:602]: Executing op: FileRemove(,FileName=tix.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: tix.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:602]: Verifying accessibility of file: tix.py MSI (s) (9C:9C) [21:24:09:602]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:617]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:09:617]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:633]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:09:633]: Executing op: FileRemove(,FileName=simpledialog.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: simpledialog.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:633]: Verifying accessibility of file: simpledialog.py MSI (s) (9C:9C) [21:24:09:649]: Executing op: FileRemove(,FileName=dialog.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: dialog.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:649]: Verifying accessibility of file: dialog.py MSI (s) (9C:9C) [21:24:09:664]: Executing op: FileRemove(,FileName=colorchooser.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: colorchooser.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:664]: Verifying accessibility of file: colorchooser.py MSI (s) (9C:9C) [21:24:09:680]: Executing op: FileRemove(,FileName=filedialog.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: filedialog.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:680]: Verifying accessibility of file: filedialog.py MSI (s) (9C:9C) [21:24:09:695]: Executing op: FileRemove(,FileName=commondialog.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: commondialog.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:695]: Verifying accessibility of file: commondialog.py MSI (s) (9C:9C) [21:24:09:711]: Executing op: FileRemove(,FileName=scrolledtext.py,,ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA}) RemoveFiles: File: scrolledtext.py, Directory: C:\Python34\Lib\tkinter\ MSI (s) (9C:9C) [21:24:09:711]: Verifying accessibility of file: scrolledtext.py MSI (s) (9C:9C) [21:24:09:727]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\) MSI (s) (9C:9C) [21:24:09:727]: Executing op: FileRemove(,FileName=runtktests.py,,ComponentId={2B4A971A-9E0E-4EC3-ACF2-C5F83E00A9DF}) RemoveFiles: File: runtktests.py, Directory: C:\Python34\Lib\tkinter\test\ MSI (s) (9C:9C) [21:24:09:727]: Verifying accessibility of file: runtktests.py MSI (s) (9C:9C) [21:24:09:742]: Executing op: FileRemove(,FileName=support.py,,ComponentId={2B4A971A-9E0E-4EC3-ACF2-C5F83E00A9DF}) RemoveFiles: File: support.py, Directory: C:\Python34\Lib\tkinter\test\ MSI (s) (9C:9C) [21:24:09:742]: Verifying accessibility of file: support.py MSI (s) (9C:9C) [21:24:09:742]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={2B4A971A-9E0E-4EC3-ACF2-C5F83E00A9DF}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\tkinter\test\ MSI (s) (9C:9C) [21:24:09:758]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:09:758]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={2B4A971A-9E0E-4EC3-ACF2-C5F83E00A9DF}) RemoveFiles: File: README.txt, Directory: C:\Python34\Lib\tkinter\test\ MSI (s) (9C:9C) [21:24:09:774]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:09:774]: Executing op: FileRemove(,FileName=widget_tests.py,,ComponentId={2B4A971A-9E0E-4EC3-ACF2-C5F83E00A9DF}) RemoveFiles: File: widget_tests.py, Directory: C:\Python34\Lib\tkinter\test\ MSI (s) (9C:9C) [21:24:09:774]: Verifying accessibility of file: widget_tests.py MSI (s) (9C:9C) [21:24:09:789]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\test_tkinter\) MSI (s) (9C:9C) [21:24:09:789]: Executing op: FileRemove(,FileName=test_widgets.py,,ComponentId={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8}) RemoveFiles: File: test_widgets.py, Directory: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:9C) [21:24:09:789]: Verifying accessibility of file: test_widgets.py MSI (s) (9C:9C) [21:24:09:805]: Executing op: FileRemove(,FileName=test_font.py,,ComponentId={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8}) RemoveFiles: File: test_font.py, Directory: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:9C) [21:24:09:805]: Verifying accessibility of file: test_font.py MSI (s) (9C:9C) [21:24:09:820]: Executing op: FileRemove(,FileName=test_variables.py,,ComponentId={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8}) RemoveFiles: File: test_variables.py, Directory: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:9C) [21:24:09:820]: Verifying accessibility of file: test_variables.py MSI (s) (9C:9C) [21:24:09:836]: Executing op: FileRemove(,FileName=test_text.py,,ComponentId={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8}) RemoveFiles: File: test_text.py, Directory: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:9C) [21:24:09:836]: Verifying accessibility of file: test_text.py MSI (s) (9C:9C) [21:24:09:836]: Executing op: FileRemove(,FileName=test_geometry_managers.py,,ComponentId={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8}) RemoveFiles: File: test_geometry_managers.py, Directory: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:9C) [21:24:09:852]: Verifying accessibility of file: test_geometry_managers.py MSI (s) (9C:9C) [21:24:09:852]: Executing op: FileRemove(,FileName=test_misc.py,,ComponentId={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8}) RemoveFiles: File: test_misc.py, Directory: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:9C) [21:24:09:867]: Verifying accessibility of file: test_misc.py MSI (s) (9C:9C) [21:24:09:867]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:9C) [21:24:09:883]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:09:883]: Executing op: FileRemove(,FileName=test_loadtk.py,,ComponentId={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8}) RemoveFiles: File: test_loadtk.py, Directory: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:9C) [21:24:09:899]: Verifying accessibility of file: test_loadtk.py MSI (s) (9C:9C) [21:24:09:899]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\test_ttk\) MSI (s) (9C:9C) [21:24:09:899]: Executing op: FileRemove(,FileName=test_style.py,,ComponentId={5BF35942-ED87-4719-B806-425903D8658D}) RemoveFiles: File: test_style.py, Directory: C:\Python34\Lib\tkinter\test\test_ttk\ MSI (s) (9C:9C) [21:24:09:914]: Verifying accessibility of file: test_style.py MSI (s) (9C:9C) [21:24:09:914]: Executing op: FileRemove(,FileName=test_extensions.py,,ComponentId={5BF35942-ED87-4719-B806-425903D8658D}) RemoveFiles: File: test_extensions.py, Directory: C:\Python34\Lib\tkinter\test\test_ttk\ MSI (s) (9C:9C) [21:24:09:914]: Verifying accessibility of file: test_extensions.py MSI (s) (9C:9C) [21:24:09:930]: Executing op: FileRemove(,FileName=test_functions.py,,ComponentId={5BF35942-ED87-4719-B806-425903D8658D}) RemoveFiles: File: test_functions.py, Directory: C:\Python34\Lib\tkinter\test\test_ttk\ MSI (s) (9C:9C) [21:24:09:930]: Verifying accessibility of file: test_functions.py MSI (s) (9C:9C) [21:24:09:945]: Executing op: FileRemove(,FileName=test_widgets.py,,ComponentId={5BF35942-ED87-4719-B806-425903D8658D}) RemoveFiles: File: test_widgets.py, Directory: C:\Python34\Lib\tkinter\test\test_ttk\ MSI (s) (9C:9C) [21:24:09:945]: Verifying accessibility of file: test_widgets.py MSI (s) (9C:9C) [21:24:09:945]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={5BF35942-ED87-4719-B806-425903D8658D}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\tkinter\test\test_ttk\ MSI (s) (9C:9C) [21:24:09:961]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:09:961]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\wsgiref\) MSI (s) (9C:9C) [21:24:09:961]: Executing op: FileRemove(,FileName=simple_server.py,,ComponentId={D88DFB76-32C6-4245-B42F-C9F0311E117E}) RemoveFiles: File: simple_server.py, Directory: C:\Python34\Lib\wsgiref\ MSI (s) (9C:9C) [21:24:09:977]: Verifying accessibility of file: simple_server.py MSI (s) (9C:9C) [21:24:09:977]: Executing op: FileRemove(,FileName=util.py,,ComponentId={D88DFB76-32C6-4245-B42F-C9F0311E117E}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\wsgiref\ MSI (s) (9C:9C) [21:24:09:977]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:09:992]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={D88DFB76-32C6-4245-B42F-C9F0311E117E}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\wsgiref\ MSI (s) (9C:9C) [21:24:09:992]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:10:008]: Executing op: FileRemove(,FileName=headers.py,,ComponentId={D88DFB76-32C6-4245-B42F-C9F0311E117E}) RemoveFiles: File: headers.py, Directory: C:\Python34\Lib\wsgiref\ MSI (s) (9C:9C) [21:24:10:008]: Verifying accessibility of file: headers.py MSI (s) (9C:9C) [21:24:10:024]: Executing op: FileRemove(,FileName=handlers.py,,ComponentId={D88DFB76-32C6-4245-B42F-C9F0311E117E}) RemoveFiles: File: handlers.py, Directory: C:\Python34\Lib\wsgiref\ MSI (s) (9C:9C) [21:24:10:024]: Verifying accessibility of file: handlers.py MSI (s) (9C:9C) [21:24:10:039]: Executing op: FileRemove(,FileName=validate.py,,ComponentId={D88DFB76-32C6-4245-B42F-C9F0311E117E}) RemoveFiles: File: validate.py, Directory: C:\Python34\Lib\wsgiref\ MSI (s) (9C:9C) [21:24:10:039]: Verifying accessibility of file: validate.py MSI (s) (9C:9C) [21:24:10:055]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\venv\) MSI (s) (9C:9C) [21:24:10:055]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={CF2AD6B9-B7A1-450E-9380-60B278B6314A}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\venv\ MSI (s) (9C:9C) [21:24:10:055]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:10:070]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={CF2AD6B9-B7A1-450E-9380-60B278B6314A}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\venv\ MSI (s) (9C:9C) [21:24:10:070]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:10:070]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\venv\scripts\nt\) MSI (s) (9C:9C) [21:24:10:070]: Executing op: FileRemove(,FileName=Activate.ps1,,ComponentId={5C72C40F-D7C7-4841-B59A-B9A95BC998A5}) RemoveFiles: File: Activate.ps1, Directory: C:\Python34\Lib\venv\scripts\nt\ MSI (s) (9C:9C) [21:24:10:086]: Verifying accessibility of file: Activate.ps1 MSI (s) (9C:9C) [21:24:10:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:086]: Executing op: FileRemove(,FileName=activate.bat,,ComponentId={5C72C40F-D7C7-4841-B59A-B9A95BC998A5}) RemoveFiles: File: activate.bat, Directory: C:\Python34\Lib\venv\scripts\nt\ MSI (s) (9C:9C) [21:24:10:102]: Verifying accessibility of file: activate.bat MSI (s) (9C:9C) [21:24:10:102]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:102]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:102]: Executing op: FileRemove(,FileName=deactivate.bat,,ComponentId={5C72C40F-D7C7-4841-B59A-B9A95BC998A5}) RemoveFiles: File: deactivate.bat, Directory: C:\Python34\Lib\venv\scripts\nt\ MSI (s) (9C:9C) [21:24:10:117]: Verifying accessibility of file: deactivate.bat MSI (s) (9C:9C) [21:24:10:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:133]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\venv\scripts\posix\) MSI (s) (9C:9C) [21:24:10:133]: Executing op: FileRemove(,FileName=activate,,ComponentId={2C3F1D5A-90C4-47FA-8967-5F43FEDC074A}) RemoveFiles: File: activate, Directory: C:\Python34\Lib\venv\scripts\posix\ MSI (s) (9C:9C) [21:24:10:133]: Verifying accessibility of file: activate MSI (s) (9C:9C) [21:24:10:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:149]: Executing op: FileRemove(,FileName=activate.fish,,ComponentId={2C3F1D5A-90C4-47FA-8967-5F43FEDC074A}) RemoveFiles: File: activate.fish, Directory: C:\Python34\Lib\venv\scripts\posix\ MSI (s) (9C:9C) [21:24:10:149]: Verifying accessibility of file: activate.fish MSI (s) (9C:9C) [21:24:10:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:164]: Executing op: FileRemove(,FileName=activate.csh,,ComponentId={2C3F1D5A-90C4-47FA-8967-5F43FEDC074A}) RemoveFiles: File: activate.csh, Directory: C:\Python34\Lib\venv\scripts\posix\ MSI (s) (9C:9C) [21:24:10:164]: Verifying accessibility of file: activate.csh MSI (s) (9C:9C) [21:24:10:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:180]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\json\) MSI (s) (9C:9C) [21:24:10:180]: Executing op: FileRemove(,FileName=tool.py,,ComponentId={932A9557-AD0B-4D9E-8FEE-356E090711CF}) RemoveFiles: File: tool.py, Directory: C:\Python34\Lib\json\ MSI (s) (9C:9C) [21:24:10:180]: Verifying accessibility of file: tool.py MSI (s) (9C:9C) [21:24:10:195]: Executing op: FileRemove(,FileName=scanner.py,,ComponentId={932A9557-AD0B-4D9E-8FEE-356E090711CF}) RemoveFiles: File: scanner.py, Directory: C:\Python34\Lib\json\ MSI (s) (9C:9C) [21:24:10:195]: Verifying accessibility of file: scanner.py MSI (s) (9C:9C) [21:24:10:195]: Executing op: FileRemove(,FileName=decoder.py,,ComponentId={932A9557-AD0B-4D9E-8FEE-356E090711CF}) RemoveFiles: File: decoder.py, Directory: C:\Python34\Lib\json\ MSI (s) (9C:9C) [21:24:10:211]: Verifying accessibility of file: decoder.py MSI (s) (9C:9C) [21:24:10:211]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={932A9557-AD0B-4D9E-8FEE-356E090711CF}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\json\ MSI (s) (9C:9C) [21:24:10:227]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:10:227]: Executing op: FileRemove(,FileName=encoder.py,,ComponentId={932A9557-AD0B-4D9E-8FEE-356E090711CF}) RemoveFiles: File: encoder.py, Directory: C:\Python34\Lib\json\ MSI (s) (9C:9C) [21:24:10:242]: Verifying accessibility of file: encoder.py MSI (s) (9C:9C) [21:24:10:242]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\curses\) MSI (s) (9C:9C) [21:24:10:242]: Executing op: FileRemove(,FileName=has_key.py,,ComponentId={B13054D7-2C84-4A88-B8F5-C8B9509286F6}) RemoveFiles: File: has_key.py, Directory: C:\Python34\Lib\curses\ MSI (s) (9C:9C) [21:24:10:258]: Verifying accessibility of file: has_key.py MSI (s) (9C:9C) [21:24:10:258]: Executing op: FileRemove(,FileName=ascii.py,,ComponentId={B13054D7-2C84-4A88-B8F5-C8B9509286F6}) RemoveFiles: File: ascii.py, Directory: C:\Python34\Lib\curses\ MSI (s) (9C:9C) [21:24:10:258]: Verifying accessibility of file: ascii.py MSI (s) (9C:9C) [21:24:10:274]: Executing op: FileRemove(,FileName=textpad.py,,ComponentId={B13054D7-2C84-4A88-B8F5-C8B9509286F6}) RemoveFiles: File: textpad.py, Directory: C:\Python34\Lib\curses\ MSI (s) (9C:9C) [21:24:10:274]: Verifying accessibility of file: textpad.py MSI (s) (9C:9C) [21:24:10:289]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={B13054D7-2C84-4A88-B8F5-C8B9509286F6}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\curses\ MSI (s) (9C:9C) [21:24:10:289]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:10:305]: Executing op: FileRemove(,FileName=panel.py,,ComponentId={B13054D7-2C84-4A88-B8F5-C8B9509286F6}) RemoveFiles: File: panel.py, Directory: C:\Python34\Lib\curses\ MSI (s) (9C:9C) [21:24:10:321]: Verifying accessibility of file: panel.py MSI (s) (9C:9C) [21:24:10:336]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\multiprocessing\) MSI (s) (9C:9C) [21:24:10:336]: Executing op: FileRemove(,FileName=sharedctypes.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: sharedctypes.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:336]: Verifying accessibility of file: sharedctypes.py MSI (s) (9C:9C) [21:24:10:352]: Executing op: FileRemove(,FileName=context.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: context.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:352]: Verifying accessibility of file: context.py MSI (s) (9C:9C) [21:24:10:367]: Executing op: FileRemove(,FileName=resource_sharer.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: resource_sharer.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:367]: Verifying accessibility of file: resource_sharer.py MSI (s) (9C:9C) [21:24:10:367]: Executing op: FileRemove(,FileName=spawn.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: spawn.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:383]: Verifying accessibility of file: spawn.py MSI (s) (9C:9C) [21:24:10:383]: Executing op: FileRemove(,FileName=synchronize.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: synchronize.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:399]: Verifying accessibility of file: synchronize.py MSI (s) (9C:9C) [21:24:10:399]: Executing op: FileRemove(,FileName=reduction.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: reduction.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:399]: Verifying accessibility of file: reduction.py MSI (s) (9C:9C) [21:24:10:414]: Executing op: FileRemove(,FileName=util.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:414]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:10:445]: Executing op: FileRemove(,FileName=popen_forkserver.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: popen_forkserver.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:461]: Verifying accessibility of file: popen_forkserver.py MSI (s) (9C:9C) [21:24:10:461]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:477]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:10:477]: Executing op: FileRemove(,FileName=process.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: process.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:477]: Verifying accessibility of file: process.py MSI (s) (9C:9C) [21:24:10:492]: Executing op: FileRemove(,FileName=connection.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: connection.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:492]: Verifying accessibility of file: connection.py MSI (s) (9C:9C) [21:24:10:508]: Executing op: FileRemove(,FileName=popen_fork.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: popen_fork.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:508]: Verifying accessibility of file: popen_fork.py MSI (s) (9C:9C) [21:24:10:524]: Executing op: FileRemove(,FileName=semaphore_tracker.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: semaphore_tracker.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:524]: Verifying accessibility of file: semaphore_tracker.py MSI (s) (9C:9C) [21:24:10:524]: Executing op: FileRemove(,FileName=pool.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: pool.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:539]: Verifying accessibility of file: pool.py MSI (s) (9C:9C) [21:24:10:539]: Executing op: FileRemove(,FileName=heap.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: heap.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:555]: Verifying accessibility of file: heap.py MSI (s) (9C:9C) [21:24:10:555]: Executing op: FileRemove(,FileName=popen_spawn_win32.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: popen_spawn_win32.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:571]: Verifying accessibility of file: popen_spawn_win32.py MSI (s) (9C:9C) [21:24:10:571]: Executing op: FileRemove(,FileName=managers.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: managers.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:571]: Verifying accessibility of file: managers.py MSI (s) (9C:9C) [21:24:10:586]: Executing op: FileRemove(,FileName=queues.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: queues.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:586]: Verifying accessibility of file: queues.py MSI (s) (9C:9C) [21:24:10:602]: Executing op: FileRemove(,FileName=popen_spawn_posix.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: popen_spawn_posix.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:602]: Verifying accessibility of file: popen_spawn_posix.py MSI (s) (9C:9C) [21:24:10:617]: Executing op: FileRemove(,FileName=forkserver.py,,ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD}) RemoveFiles: File: forkserver.py, Directory: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:9C) [21:24:10:617]: Verifying accessibility of file: forkserver.py MSI (s) (9C:9C) [21:24:10:633]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\multiprocessing\dummy\) MSI (s) (9C:9C) [21:24:10:633]: Executing op: FileRemove(,FileName=connection.py,,ComponentId={BF66F12F-0EC1-476B-A4E7-DB92D92B4328}) RemoveFiles: File: connection.py, Directory: C:\Python34\Lib\multiprocessing\dummy\ MSI (s) (9C:9C) [21:24:10:633]: Verifying accessibility of file: connection.py MSI (s) (9C:9C) [21:24:10:649]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={BF66F12F-0EC1-476B-A4E7-DB92D92B4328}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\multiprocessing\dummy\ MSI (s) (9C:9C) [21:24:10:649]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:10:664]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ensurepip\) MSI (s) (9C:9C) [21:24:10:664]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={5DE387F7-3042-4070-B99A-F71FC9B436B8}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\ensurepip\ MSI (s) (9C:9C) [21:24:10:664]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:10:664]: Executing op: FileRemove(,FileName=_uninstall.py,,ComponentId={5DE387F7-3042-4070-B99A-F71FC9B436B8}) RemoveFiles: File: _uninstall.py, Directory: C:\Python34\Lib\ensurepip\ MSI (s) (9C:9C) [21:24:10:680]: Verifying accessibility of file: _uninstall.py MSI (s) (9C:9C) [21:24:10:680]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={5DE387F7-3042-4070-B99A-F71FC9B436B8}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\ensurepip\ MSI (s) (9C:9C) [21:24:10:695]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:10:695]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ensurepip\_bundled\) MSI (s) (9C:9C) [21:24:10:695]: Executing op: FileRemove(,FileName=setuptools-2.1-py2.py3-none-any.whl,,ComponentId={E833A182-D859-4086-8E97-6BE554B479FB}) RemoveFiles: File: setuptools-2.1-py2.py3-none-any.whl, Directory: C:\Python34\Lib\ensurepip\_bundled\ MSI (s) (9C:9C) [21:24:10:711]: Verifying accessibility of file: setuptools-2.1-py2.py3-none-any.whl MSI (s) (9C:9C) [21:24:10:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:711]: Executing op: FileRemove(,FileName=pip-1.5.6-py2.py3-none-any.whl,,ComponentId={E833A182-D859-4086-8E97-6BE554B479FB}) RemoveFiles: File: pip-1.5.6-py2.py3-none-any.whl, Directory: C:\Python34\Lib\ensurepip\_bundled\ MSI (s) (9C:9C) [21:24:10:727]: Verifying accessibility of file: pip-1.5.6-py2.py3-none-any.whl MSI (s) (9C:9C) [21:24:10:727]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:10:727]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\logging\) MSI (s) (9C:9C) [21:24:10:727]: Executing op: FileRemove(,FileName=config.py,,ComponentId={D1D033BD-07F3-49AE-8803-EFE5DC4291F3}) RemoveFiles: File: config.py, Directory: C:\Python34\Lib\logging\ MSI (s) (9C:9C) [21:24:10:742]: Verifying accessibility of file: config.py MSI (s) (9C:9C) [21:24:10:742]: Executing op: FileRemove(,FileName=handlers.py,,ComponentId={D1D033BD-07F3-49AE-8803-EFE5DC4291F3}) RemoveFiles: File: handlers.py, Directory: C:\Python34\Lib\logging\ MSI (s) (9C:9C) [21:24:10:758]: Verifying accessibility of file: handlers.py MSI (s) (9C:9C) [21:24:10:758]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={D1D033BD-07F3-49AE-8803-EFE5DC4291F3}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\logging\ MSI (s) (9C:9C) [21:24:10:774]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:10:774]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\) MSI (s) (9C:9C) [21:24:10:774]: Executing op: FileRemove(,FileName=_endian.py,,ComponentId={AC7DBFF8-7F45-4B31-9152-6FE52114C4CF}) RemoveFiles: File: _endian.py, Directory: C:\Python34\Lib\ctypes\ MSI (s) (9C:9C) [21:24:10:789]: Verifying accessibility of file: _endian.py MSI (s) (9C:9C) [21:24:10:789]: Executing op: FileRemove(,FileName=util.py,,ComponentId={AC7DBFF8-7F45-4B31-9152-6FE52114C4CF}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\ctypes\ MSI (s) (9C:9C) [21:24:10:805]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:10:805]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={AC7DBFF8-7F45-4B31-9152-6FE52114C4CF}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\ctypes\ MSI (s) (9C:9C) [21:24:10:820]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:10:820]: Executing op: FileRemove(,FileName=wintypes.py,,ComponentId={AC7DBFF8-7F45-4B31-9152-6FE52114C4CF}) RemoveFiles: File: wintypes.py, Directory: C:\Python34\Lib\ctypes\ MSI (s) (9C:9C) [21:24:10:820]: Verifying accessibility of file: wintypes.py MSI (s) (9C:9C) [21:24:10:836]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\test\) MSI (s) (9C:9C) [21:24:10:836]: Executing op: FileRemove(,FileName=test_functions.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_functions.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:836]: Verifying accessibility of file: test_functions.py MSI (s) (9C:9C) [21:24:10:852]: Executing op: FileRemove(,FileName=test_values.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_values.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:852]: Verifying accessibility of file: test_values.py MSI (s) (9C:9C) [21:24:10:867]: Executing op: FileRemove(,FileName=test_python_api.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_python_api.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:867]: Verifying accessibility of file: test_python_api.py MSI (s) (9C:9C) [21:24:10:883]: Executing op: FileRemove(,FileName=test_pointers.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_pointers.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:883]: Verifying accessibility of file: test_pointers.py MSI (s) (9C:9C) [21:24:10:899]: Executing op: FileRemove(,FileName=test_frombuffer.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_frombuffer.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:899]: Verifying accessibility of file: test_frombuffer.py MSI (s) (9C:9C) [21:24:10:914]: Executing op: FileRemove(,FileName=test_refcounts.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_refcounts.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:914]: Verifying accessibility of file: test_refcounts.py MSI (s) (9C:9C) [21:24:10:914]: Executing op: FileRemove(,FileName=test_as_parameter.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_as_parameter.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:930]: Verifying accessibility of file: test_as_parameter.py MSI (s) (9C:9C) [21:24:10:945]: Executing op: FileRemove(,FileName=test_pickling.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_pickling.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:945]: Verifying accessibility of file: test_pickling.py MSI (s) (9C:9C) [21:24:10:961]: Executing op: FileRemove(,FileName=test_cfuncs.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_cfuncs.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:961]: Verifying accessibility of file: test_cfuncs.py MSI (s) (9C:9C) [21:24:10:977]: Executing op: FileRemove(,FileName=test_byteswap.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_byteswap.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:977]: Verifying accessibility of file: test_byteswap.py MSI (s) (9C:9C) [21:24:10:992]: Executing op: FileRemove(,FileName=test_numbers.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_numbers.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:10:992]: Verifying accessibility of file: test_numbers.py MSI (s) (9C:9C) [21:24:10:992]: Executing op: FileRemove(,FileName=test_macholib.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_macholib.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:008]: Verifying accessibility of file: test_macholib.py MSI (s) (9C:9C) [21:24:11:008]: Executing op: FileRemove(,FileName=test_integers.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_integers.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:024]: Verifying accessibility of file: test_integers.py MSI (s) (9C:9C) [21:24:11:024]: Executing op: FileRemove(,FileName=test_win32.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_win32.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:024]: Verifying accessibility of file: test_win32.py MSI (s) (9C:9C) [21:24:11:039]: Executing op: FileRemove(,FileName=test_sizes.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_sizes.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:039]: Verifying accessibility of file: test_sizes.py MSI (s) (9C:9C) [21:24:11:055]: Executing op: FileRemove(,FileName=test_random_things.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_random_things.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:055]: Verifying accessibility of file: test_random_things.py MSI (s) (9C:9C) [21:24:11:070]: Executing op: FileRemove(,FileName=test_bitfields.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_bitfields.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:070]: Verifying accessibility of file: test_bitfields.py MSI (s) (9C:9C) [21:24:11:070]: Executing op: FileRemove(,FileName=test_keeprefs.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_keeprefs.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:086]: Verifying accessibility of file: test_keeprefs.py MSI (s) (9C:9C) [21:24:11:086]: Executing op: FileRemove(,FileName=test_struct_fields.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_struct_fields.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:102]: Verifying accessibility of file: test_struct_fields.py MSI (s) (9C:9C) [21:24:11:102]: Executing op: FileRemove(,FileName=test_pep3118.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_pep3118.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:117]: Verifying accessibility of file: test_pep3118.py MSI (s) (9C:9C) [21:24:11:117]: Executing op: FileRemove(,FileName=test_stringptr.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_stringptr.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:133]: Verifying accessibility of file: test_stringptr.py MSI (s) (9C:9C) [21:24:11:133]: Executing op: FileRemove(,FileName=test_loading.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_loading.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:149]: Verifying accessibility of file: test_loading.py MSI (s) (9C:9C) [21:24:11:149]: Executing op: FileRemove(,FileName=test_incomplete.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_incomplete.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:164]: Verifying accessibility of file: test_incomplete.py MSI (s) (9C:9C) [21:24:11:164]: Executing op: FileRemove(,FileName=test_funcptr.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_funcptr.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:180]: Verifying accessibility of file: test_funcptr.py MSI (s) (9C:9C) [21:24:11:180]: Executing op: FileRemove(,FileName=test_parameters.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_parameters.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:195]: Verifying accessibility of file: test_parameters.py MSI (s) (9C:9C) [21:24:11:195]: Executing op: FileRemove(,FileName=test_unaligned_structures.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_unaligned_structures.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:211]: Verifying accessibility of file: test_unaligned_structures.py MSI (s) (9C:9C) [21:24:11:211]: Executing op: FileRemove(,FileName=test_repr.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_repr.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:227]: Verifying accessibility of file: test_repr.py MSI (s) (9C:9C) [21:24:11:227]: Executing op: FileRemove(,FileName=test_bytes.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_bytes.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:242]: Verifying accessibility of file: test_bytes.py MSI (s) (9C:9C) [21:24:11:242]: Executing op: FileRemove(,FileName=test_buffers.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_buffers.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:242]: Verifying accessibility of file: test_buffers.py MSI (s) (9C:9C) [21:24:11:274]: Executing op: FileRemove(,FileName=test_prototypes.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_prototypes.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:289]: Verifying accessibility of file: test_prototypes.py MSI (s) (9C:9C) [21:24:11:289]: Executing op: FileRemove(,FileName=test_simplesubclasses.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_simplesubclasses.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:305]: Verifying accessibility of file: test_simplesubclasses.py MSI (s) (9C:9C) [21:24:11:305]: Executing op: FileRemove(,FileName=test_varsize_struct.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_varsize_struct.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:305]: Verifying accessibility of file: test_varsize_struct.py MSI (s) (9C:9C) [21:24:11:320]: Executing op: FileRemove(,FileName=test_callbacks.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_callbacks.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:320]: Verifying accessibility of file: test_callbacks.py MSI (s) (9C:9C) [21:24:11:336]: Executing op: FileRemove(,FileName=runtests.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: runtests.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:336]: Verifying accessibility of file: runtests.py MSI (s) (9C:9C) [21:24:11:352]: Executing op: FileRemove(,FileName=test_checkretval.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_checkretval.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:352]: Verifying accessibility of file: test_checkretval.py MSI (s) (9C:9C) [21:24:11:352]: Executing op: FileRemove(,FileName=test_array_in_pointer.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_array_in_pointer.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:367]: Verifying accessibility of file: test_array_in_pointer.py MSI (s) (9C:9C) [21:24:11:367]: Executing op: FileRemove(,FileName=test_returnfuncptrs.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_returnfuncptrs.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:383]: Verifying accessibility of file: test_returnfuncptrs.py MSI (s) (9C:9C) [21:24:11:383]: Executing op: FileRemove(,FileName=test_errno.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_errno.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:383]: Verifying accessibility of file: test_errno.py MSI (s) (9C:9C) [21:24:11:399]: Executing op: FileRemove(,FileName=test_slicing.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_slicing.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:399]: Verifying accessibility of file: test_slicing.py MSI (s) (9C:9C) [21:24:11:414]: Executing op: FileRemove(,FileName=test_delattr.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_delattr.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:414]: Verifying accessibility of file: test_delattr.py MSI (s) (9C:9C) [21:24:11:430]: Executing op: FileRemove(,FileName=test_init.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_init.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:430]: Verifying accessibility of file: test_init.py MSI (s) (9C:9C) [21:24:11:445]: Executing op: FileRemove(,FileName=test_strings.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_strings.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:445]: Verifying accessibility of file: test_strings.py MSI (s) (9C:9C) [21:24:11:461]: Executing op: FileRemove(,FileName=test_unicode.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_unicode.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:461]: Verifying accessibility of file: test_unicode.py MSI (s) (9C:9C) [21:24:11:461]: Executing op: FileRemove(,FileName=test_wintypes.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_wintypes.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:477]: Verifying accessibility of file: test_wintypes.py MSI (s) (9C:9C) [21:24:11:477]: Executing op: FileRemove(,FileName=test_objects.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_objects.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:492]: Verifying accessibility of file: test_objects.py MSI (s) (9C:9C) [21:24:11:492]: Executing op: FileRemove(,FileName=test_internals.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_internals.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:508]: Verifying accessibility of file: test_internals.py MSI (s) (9C:9C) [21:24:11:508]: Executing op: FileRemove(,FileName=test_libc.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_libc.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:524]: Verifying accessibility of file: test_libc.py MSI (s) (9C:9C) [21:24:11:524]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:539]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:11:539]: Executing op: FileRemove(,FileName=test_anon.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_anon.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:555]: Verifying accessibility of file: test_anon.py MSI (s) (9C:9C) [21:24:11:555]: Executing op: FileRemove(,FileName=test_structures.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_structures.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:570]: Verifying accessibility of file: test_structures.py MSI (s) (9C:9C) [21:24:11:570]: Executing op: FileRemove(,FileName=test_errcheck.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_errcheck.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:586]: Verifying accessibility of file: test_errcheck.py MSI (s) (9C:9C) [21:24:11:586]: Executing op: FileRemove(,FileName=test_cast.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_cast.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:586]: Verifying accessibility of file: test_cast.py MSI (s) (9C:9C) [21:24:11:602]: Executing op: FileRemove(,FileName=test_arrays.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_arrays.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:602]: Verifying accessibility of file: test_arrays.py MSI (s) (9C:9C) [21:24:11:617]: Executing op: FileRemove(,FileName=test_memfunctions.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_memfunctions.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:617]: Verifying accessibility of file: test_memfunctions.py MSI (s) (9C:9C) [21:24:11:633]: Executing op: FileRemove(,FileName=test_find.py,,ComponentId={7C276927-C28D-4247-9E88-133F60CAF848}) RemoveFiles: File: test_find.py, Directory: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:9C) [21:24:11:633]: Verifying accessibility of file: test_find.py MSI (s) (9C:9C) [21:24:11:649]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\macholib\) MSI (s) (9C:9C) [21:24:11:649]: Executing op: FileRemove(,FileName=fetch_macholib,,ComponentId={B6A1D26C-B730-434D-8721-1EE25AB3EDE6}) RemoveFiles: File: fetch_macholib, Directory: C:\Python34\Lib\ctypes\macholib\ MSI (s) (9C:9C) [21:24:11:649]: Verifying accessibility of file: fetch_macholib MSI (s) (9C:9C) [21:24:11:649]: Executing op: FileRemove(,FileName=README.ctypes,,ComponentId={B6A1D26C-B730-434D-8721-1EE25AB3EDE6}) RemoveFiles: File: README.ctypes, Directory: C:\Python34\Lib\ctypes\macholib\ MSI (s) (9C:9C) [21:24:11:664]: Verifying accessibility of file: README.ctypes MSI (s) (9C:9C) [21:24:11:680]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={B6A1D26C-B730-434D-8721-1EE25AB3EDE6}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\ctypes\macholib\ MSI (s) (9C:9C) [21:24:11:680]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:11:695]: Executing op: FileRemove(,FileName=dyld.py,,ComponentId={B6A1D26C-B730-434D-8721-1EE25AB3EDE6}) RemoveFiles: File: dyld.py, Directory: C:\Python34\Lib\ctypes\macholib\ MSI (s) (9C:9C) [21:24:11:695]: Verifying accessibility of file: dyld.py MSI (s) (9C:9C) [21:24:11:711]: Executing op: FileRemove(,FileName=framework.py,,ComponentId={B6A1D26C-B730-434D-8721-1EE25AB3EDE6}) RemoveFiles: File: framework.py, Directory: C:\Python34\Lib\ctypes\macholib\ MSI (s) (9C:9C) [21:24:11:711]: Verifying accessibility of file: framework.py MSI (s) (9C:9C) [21:24:11:727]: Executing op: FileRemove(,FileName=dylib.py,,ComponentId={B6A1D26C-B730-434D-8721-1EE25AB3EDE6}) RemoveFiles: File: dylib.py, Directory: C:\Python34\Lib\ctypes\macholib\ MSI (s) (9C:9C) [21:24:11:758]: Verifying accessibility of file: dylib.py MSI (s) (9C:9C) [21:24:11:758]: Executing op: FileRemove(,FileName=fetch_macholib.bat,,ComponentId={B6A1D26C-B730-434D-8721-1EE25AB3EDE6}) RemoveFiles: File: fetch_macholib.bat, Directory: C:\Python34\Lib\ctypes\macholib\ MSI (s) (9C:9C) [21:24:11:774]: Verifying accessibility of file: fetch_macholib.bat MSI (s) (9C:9C) [21:24:11:774]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\) MSI (s) (9C:9C) [21:24:11:774]: Executing op: FileRemove(,FileName=test_codecencodings_hk.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecencodings_hk.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:11:774]: Verifying accessibility of file: test_codecencodings_hk.py MSI (s) (9C:9C) [21:24:11:852]: Executing op: FileRemove(,FileName=test_parser.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_parser.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:11:852]: Verifying accessibility of file: test_parser.py MSI (s) (9C:9C) [21:24:11:867]: Executing op: FileRemove(,FileName=test_ttk_textonly.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ttk_textonly.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:11:867]: Verifying accessibility of file: test_ttk_textonly.py MSI (s) (9C:9C) [21:24:11:883]: Executing op: FileRemove(,FileName=badsyntax_future3.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badsyntax_future3.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:11:883]: Verifying accessibility of file: badsyntax_future3.py MSI (s) (9C:9C) [21:24:11:899]: Executing op: FileRemove(,FileName=badsyntax_future8.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badsyntax_future8.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:11:899]: Verifying accessibility of file: badsyntax_future8.py MSI (s) (9C:9C) [21:24:11:914]: Executing op: FileRemove(,FileName=test___future__.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test___future__.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:11:914]: Verifying accessibility of file: test___future__.py MSI (s) (9C:9C) [21:24:11:930]: Executing op: FileRemove(,FileName=test_compileall.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_compileall.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:11:945]: Verifying accessibility of file: test_compileall.py MSI (s) (9C:9C) [21:24:11:961]: Executing op: FileRemove(,FileName=test_strftime.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_strftime.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:11:961]: Verifying accessibility of file: test_strftime.py MSI (s) (9C:9C) [21:24:11:977]: Executing op: FileRemove(,FileName=test_tuple.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_tuple.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:11:977]: Verifying accessibility of file: test_tuple.py MSI (s) (9C:9C) [21:24:11:977]: Executing op: FileRemove(,FileName=test_resource.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_resource.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:11:992]: Verifying accessibility of file: test_resource.py MSI (s) (9C:9C) [21:24:12:008]: Executing op: FileRemove(,FileName=test_codecmaps_tw.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecmaps_tw.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:008]: Verifying accessibility of file: test_codecmaps_tw.py MSI (s) (9C:9C) [21:24:12:008]: Executing op: FileRemove(,FileName=test_epoll.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_epoll.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:024]: Verifying accessibility of file: test_epoll.py MSI (s) (9C:9C) [21:24:12:024]: Executing op: FileRemove(,FileName=test_pty.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pty.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:039]: Verifying accessibility of file: test_pty.py MSI (s) (9C:9C) [21:24:12:039]: Executing op: FileRemove(,FileName=test_normalization.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_normalization.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:055]: Verifying accessibility of file: test_normalization.py MSI (s) (9C:9C) [21:24:12:055]: Executing op: FileRemove(,FileName=outstanding_bugs.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: outstanding_bugs.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:070]: Verifying accessibility of file: outstanding_bugs.py MSI (s) (9C:9C) [21:24:12:070]: Executing op: FileRemove(,FileName=test_subprocess.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_subprocess.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:086]: Verifying accessibility of file: test_subprocess.py MSI (s) (9C:9C) [21:24:12:086]: Executing op: FileRemove(,FileName=test_codecs.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecs.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:086]: Verifying accessibility of file: test_codecs.py MSI (s) (9C:9C) [21:24:12:102]: Executing op: FileRemove(,FileName=test_socketserver.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_socketserver.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:102]: Verifying accessibility of file: test_socketserver.py MSI (s) (9C:9C) [21:24:12:117]: Executing op: FileRemove(,FileName=test_webbrowser.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_webbrowser.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:117]: Verifying accessibility of file: test_webbrowser.py MSI (s) (9C:9C) [21:24:12:133]: Executing op: FileRemove(,FileName=test_pwd.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pwd.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:133]: Verifying accessibility of file: test_pwd.py MSI (s) (9C:9C) [21:24:12:149]: Executing op: FileRemove(,FileName=test_grammar.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_grammar.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:149]: Verifying accessibility of file: test_grammar.py MSI (s) (9C:9C) [21:24:12:164]: Executing op: FileRemove(,FileName=test_htmlparser.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_htmlparser.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:164]: Verifying accessibility of file: test_htmlparser.py MSI (s) (9C:9C) [21:24:12:180]: Executing op: FileRemove(,FileName=test_getopt.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_getopt.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:180]: Verifying accessibility of file: test_getopt.py MSI (s) (9C:9C) [21:24:12:195]: Executing op: FileRemove(,FileName=test_bool.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_bool.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:195]: Verifying accessibility of file: test_bool.py MSI (s) (9C:9C) [21:24:12:211]: Executing op: FileRemove(,FileName=test_startfile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_startfile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:211]: Verifying accessibility of file: test_startfile.py MSI (s) (9C:9C) [21:24:12:227]: Executing op: FileRemove(,FileName=test_print.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_print.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:227]: Verifying accessibility of file: test_print.py MSI (s) (9C:9C) [21:24:12:242]: Executing op: FileRemove(,FileName=test_format.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_format.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:242]: Verifying accessibility of file: test_format.py MSI (s) (9C:9C) [21:24:12:258]: Executing op: FileRemove(,FileName=test_tracemalloc.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_tracemalloc.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:258]: Verifying accessibility of file: test_tracemalloc.py MSI (s) (9C:9C) [21:24:12:274]: Executing op: FileRemove(,FileName=audiotest.au,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: audiotest.au, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:274]: Verifying accessibility of file: audiotest.au MSI (s) (9C:9C) [21:24:12:289]: Executing op: FileRemove(,FileName=list_tests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: list_tests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:289]: Verifying accessibility of file: list_tests.py MSI (s) (9C:9C) [21:24:12:289]: Executing op: FileRemove(,FileName=keycert3.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: keycert3.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:305]: Verifying accessibility of file: keycert3.pem MSI (s) (9C:9C) [21:24:12:305]: Executing op: FileRemove(,FileName=sortperf.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: sortperf.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:321]: Verifying accessibility of file: sortperf.py MSI (s) (9C:9C) [21:24:12:321]: Executing op: FileRemove(,FileName=profilee.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: profilee.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:321]: Verifying accessibility of file: profilee.py MSI (s) (9C:9C) [21:24:12:336]: Executing op: FileRemove(,FileName=test_zlib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_zlib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:336]: Verifying accessibility of file: test_zlib.py MSI (s) (9C:9C) [21:24:12:352]: Executing op: FileRemove(,FileName=test_idle.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_idle.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:352]: Verifying accessibility of file: test_idle.py MSI (s) (9C:9C) [21:24:12:352]: Executing op: FileRemove(,FileName=badsyntax_future10.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badsyntax_future10.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:367]: Verifying accessibility of file: badsyntax_future10.py MSI (s) (9C:9C) [21:24:12:367]: Executing op: FileRemove(,FileName=test_pep3131.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pep3131.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:383]: Verifying accessibility of file: test_pep3131.py MSI (s) (9C:9C) [21:24:12:383]: Executing op: FileRemove(,FileName=check_soundcard.vbs,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: check_soundcard.vbs, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:399]: Verifying accessibility of file: check_soundcard.vbs MSI (s) (9C:9C) [21:24:12:399]: Executing op: FileRemove(,FileName=test_nis.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_nis.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:399]: Verifying accessibility of file: test_nis.py MSI (s) (9C:9C) [21:24:12:414]: Executing op: FileRemove(,FileName=test_pkgimport.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pkgimport.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:414]: Verifying accessibility of file: test_pkgimport.py MSI (s) (9C:9C) [21:24:12:430]: Executing op: FileRemove(,FileName=test_fileio.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_fileio.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:430]: Verifying accessibility of file: test_fileio.py MSI (s) (9C:9C) [21:24:12:445]: Executing op: FileRemove(,FileName=test_sunau.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sunau.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:445]: Verifying accessibility of file: test_sunau.py MSI (s) (9C:9C) [21:24:12:461]: Executing op: FileRemove(,FileName=test_threaded_import.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_threaded_import.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:461]: Verifying accessibility of file: test_threaded_import.py MSI (s) (9C:9C) [21:24:12:477]: Executing op: FileRemove(,FileName=badsyntax_future5.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badsyntax_future5.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:477]: Verifying accessibility of file: badsyntax_future5.py MSI (s) (9C:9C) [21:24:12:492]: Executing op: FileRemove(,FileName=test_multiprocessing_fork.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_multiprocessing_fork.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:492]: Verifying accessibility of file: test_multiprocessing_fork.py MSI (s) (9C:9C) [21:24:12:492]: Executing op: FileRemove(,FileName=test_logging.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_logging.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:508]: Verifying accessibility of file: test_logging.py MSI (s) (9C:9C) [21:24:12:508]: Executing op: FileRemove(,FileName=test_strlit.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_strlit.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:524]: Verifying accessibility of file: test_strlit.py MSI (s) (9C:9C) [21:24:12:524]: Executing op: FileRemove(,FileName=test_ctypes.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ctypes.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:539]: Verifying accessibility of file: test_ctypes.py MSI (s) (9C:9C) [21:24:12:539]: Executing op: FileRemove(,FileName=test_urllib_response.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_urllib_response.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:555]: Verifying accessibility of file: test_urllib_response.py MSI (s) (9C:9C) [21:24:12:555]: Executing op: FileRemove(,FileName=dis_module.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: dis_module.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:586]: Verifying accessibility of file: dis_module.py MSI (s) (9C:9C) [21:24:12:602]: Executing op: FileRemove(,FileName=test_httpservers.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_httpservers.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:602]: Verifying accessibility of file: test_httpservers.py MSI (s) (9C:9C) [21:24:12:617]: Executing op: FileRemove(,FileName=keycert.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: keycert.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:617]: Verifying accessibility of file: keycert.pem MSI (s) (9C:9C) [21:24:12:617]: Executing op: FileRemove(,FileName=test_int.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_int.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:633]: Verifying accessibility of file: test_int.py MSI (s) (9C:9C) [21:24:12:633]: Executing op: FileRemove(,FileName=test_extcall.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_extcall.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:649]: Verifying accessibility of file: test_extcall.py MSI (s) (9C:9C) [21:24:12:649]: Executing op: FileRemove(,FileName=empty.vbs,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: empty.vbs, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:649]: Verifying accessibility of file: empty.vbs MSI (s) (9C:9C) [21:24:12:664]: Executing op: FileRemove(,FileName=test_timeit.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_timeit.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:664]: Verifying accessibility of file: test_timeit.py MSI (s) (9C:9C) [21:24:12:680]: Executing op: FileRemove(,FileName=test_telnetlib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_telnetlib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:680]: Verifying accessibility of file: test_telnetlib.py MSI (s) (9C:9C) [21:24:12:680]: Executing op: FileRemove(,FileName=test_lib2to3.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_lib2to3.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:696]: Verifying accessibility of file: test_lib2to3.py MSI (s) (9C:9C) [21:24:12:696]: Executing op: FileRemove(,FileName=test_copyreg.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_copyreg.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:711]: Verifying accessibility of file: test_copyreg.py MSI (s) (9C:9C) [21:24:12:711]: Executing op: FileRemove(,FileName=test_descrtut.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_descrtut.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:711]: Verifying accessibility of file: test_descrtut.py MSI (s) (9C:9C) [21:24:12:727]: Executing op: FileRemove(,FileName=test_codecencodings_cn.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecencodings_cn.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:727]: Verifying accessibility of file: test_codecencodings_cn.py MSI (s) (9C:9C) [21:24:12:742]: Executing op: FileRemove(,FileName=test_codecencodings_kr.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecencodings_kr.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:742]: Verifying accessibility of file: test_codecencodings_kr.py MSI (s) (9C:9C) [21:24:12:758]: Executing op: FileRemove(,FileName=test_urllib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_urllib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:758]: Verifying accessibility of file: test_urllib.py MSI (s) (9C:9C) [21:24:12:774]: Executing op: FileRemove(,FileName=pydocfodder.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: pydocfodder.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:774]: Verifying accessibility of file: pydocfodder.py MSI (s) (9C:9C) [21:24:12:789]: Executing op: FileRemove(,FileName=test_urlparse.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_urlparse.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:789]: Verifying accessibility of file: test_urlparse.py MSI (s) (9C:9C) [21:24:12:789]: Executing op: FileRemove(,FileName=test_contains.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_contains.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:805]: Verifying accessibility of file: test_contains.py MSI (s) (9C:9C) [21:24:12:805]: Executing op: FileRemove(,FileName=time_hashlib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: time_hashlib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:821]: Verifying accessibility of file: time_hashlib.py MSI (s) (9C:9C) [21:24:12:836]: Executing op: FileRemove(,FileName=test_pickle.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pickle.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:836]: Verifying accessibility of file: test_pickle.py MSI (s) (9C:9C) [21:24:12:852]: Executing op: FileRemove(,FileName=ssl_cert.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: ssl_cert.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:852]: Verifying accessibility of file: ssl_cert.pem MSI (s) (9C:9C) [21:24:12:867]: Executing op: FileRemove(,FileName=inspect_fodder2.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: inspect_fodder2.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:883]: Verifying accessibility of file: inspect_fodder2.py MSI (s) (9C:9C) [21:24:12:883]: Executing op: FileRemove(,FileName=revocation.crl,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: revocation.crl, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:899]: Verifying accessibility of file: revocation.crl MSI (s) (9C:9C) [21:24:12:899]: Executing op: FileRemove(,FileName=test_robotparser.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_robotparser.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:914]: Verifying accessibility of file: test_robotparser.py MSI (s) (9C:9C) [21:24:12:930]: Executing op: FileRemove(,FileName=test_platform.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_platform.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:930]: Verifying accessibility of file: test_platform.py MSI (s) (9C:9C) [21:24:12:946]: Executing op: FileRemove(,FileName=test_buffer.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_buffer.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:946]: Verifying accessibility of file: test_buffer.py MSI (s) (9C:9C) [21:24:12:961]: Executing op: FileRemove(,FileName=mapping_tests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: mapping_tests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:961]: Verifying accessibility of file: mapping_tests.py MSI (s) (9C:9C) [21:24:12:977]: Executing op: FileRemove(,FileName=test_future5.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_future5.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:977]: Verifying accessibility of file: test_future5.py MSI (s) (9C:9C) [21:24:12:992]: Executing op: FileRemove(,FileName=test_genexps.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_genexps.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:12:992]: Verifying accessibility of file: test_genexps.py MSI (s) (9C:9C) [21:24:13:008]: Executing op: FileRemove(,FileName=test_pdb.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pdb.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:008]: Verifying accessibility of file: test_pdb.py MSI (s) (9C:9C) [21:24:13:024]: Executing op: FileRemove(,FileName=test_sort.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sort.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:024]: Verifying accessibility of file: test_sort.py MSI (s) (9C:9C) [21:24:13:039]: Executing op: FileRemove(,FileName=test_sys_setprofile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sys_setprofile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:039]: Verifying accessibility of file: test_sys_setprofile.py MSI (s) (9C:9C) [21:24:13:055]: Executing op: FileRemove(,FileName=test_multibytecodec.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_multibytecodec.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:055]: Verifying accessibility of file: test_multibytecodec.py MSI (s) (9C:9C) [21:24:13:071]: Executing op: FileRemove(,FileName=test_hashlib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_hashlib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:071]: Verifying accessibility of file: test_hashlib.py MSI (s) (9C:9C) [21:24:13:086]: Executing op: FileRemove(,FileName=inspect_fodder.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: inspect_fodder.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:086]: Verifying accessibility of file: inspect_fodder.py MSI (s) (9C:9C) [21:24:13:102]: Executing op: FileRemove(,FileName=test_cmd.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_cmd.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:102]: Verifying accessibility of file: test_cmd.py MSI (s) (9C:9C) [21:24:13:117]: Executing op: FileRemove(,FileName=test_list.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_list.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:117]: Verifying accessibility of file: test_list.py MSI (s) (9C:9C) [21:24:13:133]: Executing op: FileRemove(,FileName=test_generators.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_generators.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:133]: Verifying accessibility of file: test_generators.py MSI (s) (9C:9C) [21:24:13:149]: Executing op: FileRemove(,FileName=test_zipfile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_zipfile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:164]: Verifying accessibility of file: test_zipfile.py MSI (s) (9C:9C) [21:24:13:164]: Executing op: FileRemove(,FileName=test_winreg.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_winreg.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:180]: Verifying accessibility of file: test_winreg.py MSI (s) (9C:9C) [21:24:13:180]: Executing op: FileRemove(,FileName=test_iter.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_iter.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:196]: Verifying accessibility of file: test_iter.py MSI (s) (9C:9C) [21:24:13:211]: Executing op: FileRemove(,FileName=test_zipfile64.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_zipfile64.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:211]: Verifying accessibility of file: test_zipfile64.py MSI (s) (9C:9C) [21:24:13:227]: Executing op: FileRemove(,FileName=test_datetime.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_datetime.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:227]: Verifying accessibility of file: test_datetime.py MSI (s) (9C:9C) [21:24:13:242]: Executing op: FileRemove(,FileName=badcert.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badcert.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:258]: Verifying accessibility of file: badcert.pem MSI (s) (9C:9C) [21:24:13:258]: Executing op: FileRemove(,FileName=test_runpy.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_runpy.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:274]: Verifying accessibility of file: test_runpy.py MSI (s) (9C:9C) [21:24:13:274]: Executing op: FileRemove(,FileName=test_stat.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_stat.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:289]: Verifying accessibility of file: test_stat.py MSI (s) (9C:9C) [21:24:13:305]: Executing op: FileRemove(,FileName=test_codecencodings_jp.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecencodings_jp.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:305]: Verifying accessibility of file: test_codecencodings_jp.py MSI (s) (9C:9C) [21:24:13:321]: Executing op: FileRemove(,FileName=test_gdb.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_gdb.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:321]: Verifying accessibility of file: test_gdb.py MSI (s) (9C:9C) [21:24:13:336]: Executing op: FileRemove(,FileName=test_cmd_line.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_cmd_line.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:336]: Verifying accessibility of file: test_cmd_line.py MSI (s) (9C:9C) [21:24:13:352]: Executing op: FileRemove(,FileName=test_tk.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_tk.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:352]: Verifying accessibility of file: test_tk.py MSI (s) (9C:9C) [21:24:13:367]: Executing op: FileRemove(,FileName=test_time.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_time.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:367]: Verifying accessibility of file: test_time.py MSI (s) (9C:9C) [21:24:13:383]: Executing op: FileRemove(,FileName=test_univnewlines.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_univnewlines.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:383]: Verifying accessibility of file: test_univnewlines.py MSI (s) (9C:9C) [21:24:13:399]: Executing op: FileRemove(,FileName=test_imp.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_imp.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:399]: Verifying accessibility of file: test_imp.py MSI (s) (9C:9C) [21:24:13:414]: Executing op: FileRemove(,FileName=test_macurl2path.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_macurl2path.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:414]: Verifying accessibility of file: test_macurl2path.py MSI (s) (9C:9C) [21:24:13:430]: Executing op: FileRemove(,FileName=test_fork1.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_fork1.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:430]: Verifying accessibility of file: test_fork1.py MSI (s) (9C:9C) [21:24:13:446]: Executing op: FileRemove(,FileName=_test_multiprocessing.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: _test_multiprocessing.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:461]: Verifying accessibility of file: _test_multiprocessing.py MSI (s) (9C:9C) [21:24:13:461]: Executing op: FileRemove(,FileName=test_pep3151.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pep3151.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:477]: Verifying accessibility of file: test_pep3151.py MSI (s) (9C:9C) [21:24:13:477]: Executing op: FileRemove(,FileName=test_charmapcodec.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_charmapcodec.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:492]: Verifying accessibility of file: test_charmapcodec.py MSI (s) (9C:9C) [21:24:13:508]: Executing op: FileRemove(,FileName=test_rlcompleter.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_rlcompleter.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:508]: Verifying accessibility of file: test_rlcompleter.py MSI (s) (9C:9C) [21:24:13:524]: Executing op: FileRemove(,FileName=test_string.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_string.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:524]: Verifying accessibility of file: test_string.py MSI (s) (9C:9C) [21:24:13:539]: Executing op: FileRemove(,FileName=test_eof.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_eof.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:539]: Verifying accessibility of file: test_eof.py MSI (s) (9C:9C) [21:24:13:555]: Executing op: FileRemove(,FileName=test_lzma.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_lzma.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:571]: Verifying accessibility of file: test_lzma.py MSI (s) (9C:9C) [21:24:13:571]: Executing op: FileRemove(,FileName=test_xmlrpc_net.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_xmlrpc_net.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:586]: Verifying accessibility of file: test_xmlrpc_net.py MSI (s) (9C:9C) [21:24:13:586]: Executing op: FileRemove(,FileName=test_asyncore.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_asyncore.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:602]: Verifying accessibility of file: test_asyncore.py MSI (s) (9C:9C) [21:24:13:617]: Executing op: FileRemove(,FileName=test_types.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_types.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:617]: Verifying accessibility of file: test_types.py MSI (s) (9C:9C) [21:24:13:633]: Executing op: FileRemove(,FileName=test_devpoll.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_devpoll.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:633]: Verifying accessibility of file: test_devpoll.py MSI (s) (9C:9C) [21:24:13:649]: Executing op: FileRemove(,FileName=test_decorators.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_decorators.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:649]: Verifying accessibility of file: test_decorators.py MSI (s) (9C:9C) [21:24:13:664]: Executing op: FileRemove(,FileName=test_hash.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_hash.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:664]: Verifying accessibility of file: test_hash.py MSI (s) (9C:9C) [21:24:13:680]: Executing op: FileRemove(,FileName=test_signal.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_signal.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:680]: Verifying accessibility of file: test_signal.py MSI (s) (9C:9C) [21:24:13:696]: Executing op: FileRemove(,FileName=test_msilib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_msilib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:696]: Verifying accessibility of file: test_msilib.py MSI (s) (9C:9C) [21:24:13:711]: Executing op: FileRemove(,FileName=test_base64.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_base64.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:711]: Verifying accessibility of file: test_base64.py MSI (s) (9C:9C) [21:24:13:727]: Executing op: FileRemove(,FileName=test_dbm.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dbm.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:742]: Verifying accessibility of file: test_dbm.py MSI (s) (9C:9C) [21:24:13:742]: Executing op: FileRemove(,FileName=test_enumerate.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_enumerate.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:758]: Verifying accessibility of file: test_enumerate.py MSI (s) (9C:9C) [21:24:13:758]: Executing op: FileRemove(,FileName=test_dbm_dumb.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dbm_dumb.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:774]: Verifying accessibility of file: test_dbm_dumb.py MSI (s) (9C:9C) [21:24:13:774]: Executing op: FileRemove(,FileName=https_svn_python_org_root.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: https_svn_python_org_root.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:789]: Verifying accessibility of file: https_svn_python_org_root.pem MSI (s) (9C:9C) [21:24:13:789]: Executing op: FileRemove(,FileName=test_deque.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_deque.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:789]: Verifying accessibility of file: test_deque.py MSI (s) (9C:9C) [21:24:13:805]: Executing op: FileRemove(,FileName=mailcap.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: mailcap.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:805]: Verifying accessibility of file: mailcap.txt MSI (s) (9C:9C) [21:24:13:821]: Executing op: FileRemove(,FileName=test_pstats.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pstats.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:821]: Verifying accessibility of file: test_pstats.py MSI (s) (9C:9C) [21:24:13:836]: Executing op: FileRemove(,FileName=test_zipimport.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_zipimport.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:836]: Verifying accessibility of file: test_zipimport.py MSI (s) (9C:9C) [21:24:13:852]: Executing op: FileRemove(,FileName=test_doctest.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_doctest.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:852]: Verifying accessibility of file: test_doctest.txt MSI (s) (9C:9C) [21:24:13:852]: Executing op: FileRemove(,FileName=test_binop.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_binop.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:867]: Verifying accessibility of file: test_binop.py MSI (s) (9C:9C) [21:24:13:867]: Executing op: FileRemove(,FileName=warning_tests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: warning_tests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:883]: Verifying accessibility of file: warning_tests.py MSI (s) (9C:9C) [21:24:13:883]: Executing op: FileRemove(,FileName=test_stringprep.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_stringprep.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:883]: Verifying accessibility of file: test_stringprep.py MSI (s) (9C:9C) [21:24:13:899]: Executing op: FileRemove(,FileName=test_imghdr.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_imghdr.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:899]: Verifying accessibility of file: test_imghdr.py MSI (s) (9C:9C) [21:24:13:914]: Executing op: FileRemove(,FileName=test_sys.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sys.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:914]: Verifying accessibility of file: test_sys.py MSI (s) (9C:9C) [21:24:13:930]: Executing op: FileRemove(,FileName=test_tokenize.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_tokenize.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:13:930]: Verifying accessibility of file: test_tokenize.py MSI (s) (9C:9C) [21:24:14:071]: Executing op: FileRemove(,FileName=pyclbr_input.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: pyclbr_input.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:086]: Verifying accessibility of file: pyclbr_input.py MSI (s) (9C:9C) [21:24:14:086]: Executing op: FileRemove(,FileName=test_tarfile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_tarfile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:102]: Verifying accessibility of file: test_tarfile.py MSI (s) (9C:9C) [21:24:14:102]: Executing op: FileRemove(,FileName=test_pickletools.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pickletools.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:117]: Verifying accessibility of file: test_pickletools.py MSI (s) (9C:9C) [21:24:14:117]: Executing op: FileRemove(,FileName=test_timeout.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_timeout.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:117]: Verifying accessibility of file: test_timeout.py MSI (s) (9C:9C) [21:24:14:133]: Executing op: FileRemove(,FileName=test_difflib_expect.html,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_difflib_expect.html, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:133]: Verifying accessibility of file: test_difflib_expect.html MSI (s) (9C:9C) [21:24:14:149]: Executing op: FileRemove(,FileName=fork_wait.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: fork_wait.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:149]: Verifying accessibility of file: fork_wait.py MSI (s) (9C:9C) [21:24:14:149]: Executing op: FileRemove(,FileName=zip_cp437_header.zip,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: zip_cp437_header.zip, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:164]: Verifying accessibility of file: zip_cp437_header.zip MSI (s) (9C:9C) [21:24:14:164]: Executing op: FileRemove(,FileName=test_xml_etree_c.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_xml_etree_c.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:180]: Verifying accessibility of file: test_xml_etree_c.py MSI (s) (9C:9C) [21:24:14:180]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:180]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:14:196]: Executing op: FileRemove(,FileName=test_cgitb.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_cgitb.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:196]: Verifying accessibility of file: test_cgitb.py MSI (s) (9C:9C) [21:24:14:211]: Executing op: FileRemove(,FileName=test_configparser.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_configparser.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:211]: Verifying accessibility of file: test_configparser.py MSI (s) (9C:9C) [21:24:14:227]: Executing op: FileRemove(,FileName=doctest_aliases.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: doctest_aliases.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:227]: Verifying accessibility of file: doctest_aliases.py MSI (s) (9C:9C) [21:24:14:227]: Executing op: FileRemove(,FileName=test_curses.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_curses.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:242]: Verifying accessibility of file: test_curses.py MSI (s) (9C:9C) [21:24:14:242]: Executing op: FileRemove(,FileName=badsyntax_pep3120.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badsyntax_pep3120.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:258]: Verifying accessibility of file: badsyntax_pep3120.py MSI (s) (9C:9C) [21:24:14:258]: Executing op: FileRemove(,FileName=zipdir.zip,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: zipdir.zip, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:258]: Verifying accessibility of file: zipdir.zip MSI (s) (9C:9C) [21:24:14:274]: Executing op: FileRemove(,FileName=test_defaultdict.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_defaultdict.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:274]: Verifying accessibility of file: test_defaultdict.py MSI (s) (9C:9C) [21:24:14:289]: Executing op: FileRemove(,FileName=test_float.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_float.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:289]: Verifying accessibility of file: test_float.py MSI (s) (9C:9C) [21:24:14:289]: Executing op: FileRemove(,FileName=test_exceptions.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_exceptions.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:305]: Verifying accessibility of file: test_exceptions.py MSI (s) (9C:9C) [21:24:14:305]: Executing op: FileRemove(,FileName=test_httplib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_httplib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:321]: Verifying accessibility of file: test_httplib.py MSI (s) (9C:9C) [21:24:14:321]: Executing op: FileRemove(,FileName=badsyntax_future4.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badsyntax_future4.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:336]: Verifying accessibility of file: badsyntax_future4.py MSI (s) (9C:9C) [21:24:14:336]: Executing op: FileRemove(,FileName=test_multiprocessing_main_handling.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_multiprocessing_main_handling.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:336]: Verifying accessibility of file: test_multiprocessing_main_handling.py MSI (s) (9C:9C) [21:24:14:352]: Executing op: FileRemove(,FileName=test_heapq.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_heapq.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:352]: Verifying accessibility of file: test_heapq.py MSI (s) (9C:9C) [21:24:14:367]: Executing op: FileRemove(,FileName=test_venv.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_venv.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:367]: Verifying accessibility of file: test_venv.py MSI (s) (9C:9C) [21:24:14:383]: Executing op: FileRemove(,FileName=test__locale.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test__locale.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:383]: Verifying accessibility of file: test__locale.py MSI (s) (9C:9C) [21:24:14:383]: Executing op: FileRemove(,FileName=test_xml_etree.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_xml_etree.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:399]: Verifying accessibility of file: test_xml_etree.py MSI (s) (9C:9C) [21:24:14:399]: Executing op: FileRemove(,FileName=script_helper.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: script_helper.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:414]: Verifying accessibility of file: script_helper.py MSI (s) (9C:9C) [21:24:14:414]: Executing op: FileRemove(,FileName=test_userlist.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_userlist.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:430]: Verifying accessibility of file: test_userlist.py MSI (s) (9C:9C) [21:24:14:430]: Executing op: FileRemove(,FileName=pydoc_mod.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: pydoc_mod.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:430]: Verifying accessibility of file: pydoc_mod.py MSI (s) (9C:9C) [21:24:14:446]: Executing op: FileRemove(,FileName=keycert4.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: keycert4.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:446]: Verifying accessibility of file: keycert4.pem MSI (s) (9C:9C) [21:24:14:461]: Executing op: FileRemove(,FileName=test_cgi.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_cgi.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:461]: Verifying accessibility of file: test_cgi.py MSI (s) (9C:9C) [21:24:14:477]: Executing op: FileRemove(,FileName=test_wave.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_wave.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:484]: Verifying accessibility of file: test_wave.py MSI (s) (9C:9C) [21:24:14:492]: Executing op: FileRemove(,FileName=sample_doctest.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: sample_doctest.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:493]: Verifying accessibility of file: sample_doctest.py MSI (s) (9C:9C) [21:24:14:493]: Executing op: FileRemove(,FileName=test_capi.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_capi.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:509]: Verifying accessibility of file: test_capi.py MSI (s) (9C:9C) [21:24:14:509]: Executing op: FileRemove(,FileName=test_strptime.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_strptime.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:509]: Verifying accessibility of file: test_strptime.py MSI (s) (9C:9C) [21:24:14:525]: Executing op: FileRemove(,FileName=test_pow.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pow.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:525]: Verifying accessibility of file: test_pow.py MSI (s) (9C:9C) [21:24:14:541]: Executing op: FileRemove(,FileName=test_future4.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_future4.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:541]: Verifying accessibility of file: test_future4.py MSI (s) (9C:9C) [21:24:14:556]: Executing op: FileRemove(,FileName=test_ttk_guionly.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ttk_guionly.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:556]: Verifying accessibility of file: test_ttk_guionly.py MSI (s) (9C:9C) [21:24:14:572]: Executing op: FileRemove(,FileName=test_pep247.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pep247.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:572]: Verifying accessibility of file: test_pep247.py MSI (s) (9C:9C) [21:24:14:588]: Executing op: FileRemove(,FileName=test_unary.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_unary.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:588]: Verifying accessibility of file: test_unary.py MSI (s) (9C:9C) [21:24:14:588]: Executing op: FileRemove(,FileName=test_ioctl.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ioctl.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:603]: Verifying accessibility of file: test_ioctl.py MSI (s) (9C:9C) [21:24:14:603]: Executing op: FileRemove(,FileName=test_asynchat.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_asynchat.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:619]: Verifying accessibility of file: test_asynchat.py MSI (s) (9C:9C) [21:24:14:619]: Executing op: FileRemove(,FileName=test_collections.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_collections.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:619]: Verifying accessibility of file: test_collections.py MSI (s) (9C:9C) [21:24:14:634]: Executing op: FileRemove(,FileName=test_multiprocessing_forkserver.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_multiprocessing_forkserver.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:634]: Verifying accessibility of file: test_multiprocessing_forkserver.py MSI (s) (9C:9C) [21:24:14:650]: Executing op: FileRemove(,FileName=test_gzip.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_gzip.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:650]: Verifying accessibility of file: test_gzip.py MSI (s) (9C:9C) [21:24:14:650]: Executing op: FileRemove(,FileName=test_uuid.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_uuid.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:666]: Verifying accessibility of file: test_uuid.py MSI (s) (9C:9C) [21:24:14:666]: Executing op: FileRemove(,FileName=lock_tests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: lock_tests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:681]: Verifying accessibility of file: lock_tests.py MSI (s) (9C:9C) [21:24:14:681]: Executing op: FileRemove(,FileName=test_bz2.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_bz2.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:681]: Verifying accessibility of file: test_bz2.py MSI (s) (9C:9C) [21:24:14:697]: Executing op: FileRemove(,FileName=test_code.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_code.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:697]: Verifying accessibility of file: test_code.py MSI (s) (9C:9C) [21:24:14:713]: Executing op: FileRemove(,FileName=test_doctest2.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_doctest2.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:713]: Verifying accessibility of file: test_doctest2.txt MSI (s) (9C:9C) [21:24:14:713]: Executing op: FileRemove(,FileName=test_bigmem.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_bigmem.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:728]: Verifying accessibility of file: test_bigmem.py MSI (s) (9C:9C) [21:24:14:728]: Executing op: FileRemove(,FileName=test_xdrlib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_xdrlib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:744]: Verifying accessibility of file: test_xdrlib.py MSI (s) (9C:9C) [21:24:14:744]: Executing op: FileRemove(,FileName=test_traceback.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_traceback.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:759]: Verifying accessibility of file: test_traceback.py MSI (s) (9C:9C) [21:24:14:759]: Executing op: FileRemove(,FileName=test_codecencodings_tw.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecencodings_tw.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:759]: Verifying accessibility of file: test_codecencodings_tw.py MSI (s) (9C:9C) [21:24:14:775]: Executing op: FileRemove(,FileName=test_codecmaps_jp.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecmaps_jp.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:775]: Verifying accessibility of file: test_codecmaps_jp.py MSI (s) (9C:9C) [21:24:14:791]: Executing op: FileRemove(,FileName=test___all__.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test___all__.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:791]: Verifying accessibility of file: test___all__.py MSI (s) (9C:9C) [21:24:14:806]: Executing op: FileRemove(,FileName=test_xmlrpc.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_xmlrpc.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:806]: Verifying accessibility of file: test_xmlrpc.py MSI (s) (9C:9C) [21:24:14:806]: Executing op: FileRemove(,FileName=test_codecencodings_iso2022.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecencodings_iso2022.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:822]: Verifying accessibility of file: test_codecencodings_iso2022.py MSI (s) (9C:9C) [21:24:14:822]: Executing op: FileRemove(,FileName=test_plistlib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_plistlib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:838]: Verifying accessibility of file: test_plistlib.py MSI (s) (9C:9C) [21:24:14:838]: Executing op: FileRemove(,FileName=test_tools.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_tools.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:853]: Verifying accessibility of file: test_tools.py MSI (s) (9C:9C) [21:24:14:853]: Executing op: FileRemove(,FileName=test_metaclass.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_metaclass.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:869]: Verifying accessibility of file: test_metaclass.py MSI (s) (9C:9C) [21:24:14:869]: Executing op: FileRemove(,FileName=test_smtpd.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_smtpd.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:869]: Verifying accessibility of file: test_smtpd.py MSI (s) (9C:9C) [21:24:14:884]: Executing op: FileRemove(,FileName=test_modulefinder.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_modulefinder.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:884]: Verifying accessibility of file: test_modulefinder.py MSI (s) (9C:9C) [21:24:14:900]: Executing op: FileRemove(,FileName=test_struct.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_struct.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:900]: Verifying accessibility of file: test_struct.py MSI (s) (9C:9C) [21:24:14:900]: Executing op: FileRemove(,FileName=test_tcl.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_tcl.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:916]: Verifying accessibility of file: test_tcl.py MSI (s) (9C:9C) [21:24:14:916]: Executing op: FileRemove(,FileName=test_richcmp.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_richcmp.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:931]: Verifying accessibility of file: test_richcmp.py MSI (s) (9C:9C) [21:24:14:931]: Executing op: FileRemove(,FileName=test_call.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_call.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:931]: Verifying accessibility of file: test_call.py MSI (s) (9C:9C) [21:24:14:947]: Executing op: FileRemove(,FileName=Sine-1000Hz-300ms.aif,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: Sine-1000Hz-300ms.aif, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:947]: Verifying accessibility of file: Sine-1000Hz-300ms.aif MSI (s) (9C:9C) [21:24:14:963]: Executing op: FileRemove(,FileName=test_support.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_support.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:963]: Verifying accessibility of file: test_support.py MSI (s) (9C:9C) [21:24:14:978]: Executing op: FileRemove(,FileName=test_wait3.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_wait3.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:978]: Verifying accessibility of file: test_wait3.py MSI (s) (9C:9C) [21:24:14:978]: Executing op: FileRemove(,FileName=sgml_input.html,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: sgml_input.html, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:14:994]: Verifying accessibility of file: sgml_input.html MSI (s) (9C:9C) [21:24:14:994]: Executing op: FileRemove(,FileName=test_enum.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_enum.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:009]: Verifying accessibility of file: test_enum.py MSI (s) (9C:9C) [21:24:15:009]: Executing op: FileRemove(,FileName=test_kqueue.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_kqueue.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:025]: Verifying accessibility of file: test_kqueue.py MSI (s) (9C:9C) [21:24:15:025]: Executing op: FileRemove(,FileName=cmath_testcases.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: cmath_testcases.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:025]: Verifying accessibility of file: cmath_testcases.txt MSI (s) (9C:9C) [21:24:15:041]: Executing op: FileRemove(,FileName=test_zipimport_support.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_zipimport_support.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:041]: Verifying accessibility of file: test_zipimport_support.py MSI (s) (9C:9C) [21:24:15:056]: Executing op: FileRemove(,FileName=test_structseq.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_structseq.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:072]: Verifying accessibility of file: test_structseq.py MSI (s) (9C:9C) [21:24:15:072]: Executing op: FileRemove(,FileName=future_test1.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: future_test1.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:088]: Verifying accessibility of file: future_test1.py MSI (s) (9C:9C) [21:24:15:088]: Executing op: FileRemove(,FileName=test_argparse.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_argparse.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:103]: Verifying accessibility of file: test_argparse.py MSI (s) (9C:9C) [21:24:15:103]: Executing op: FileRemove(,FileName=sample_doctest_no_doctests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: sample_doctest_no_doctests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:119]: Verifying accessibility of file: sample_doctest_no_doctests.py MSI (s) (9C:9C) [21:24:15:119]: Executing op: FileRemove(,FileName=test_distutils.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_distutils.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:134]: Verifying accessibility of file: test_distutils.py MSI (s) (9C:9C) [21:24:15:134]: Executing op: FileRemove(,FileName=test_ftplib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ftplib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:150]: Verifying accessibility of file: test_ftplib.py MSI (s) (9C:9C) [21:24:15:150]: Executing op: FileRemove(,FileName=double_const.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: double_const.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:166]: Verifying accessibility of file: double_const.py MSI (s) (9C:9C) [21:24:15:166]: Executing op: FileRemove(,FileName=test_io.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_io.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:181]: Verifying accessibility of file: test_io.py MSI (s) (9C:9C) [21:24:15:181]: Executing op: FileRemove(,FileName=mime.types,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: mime.types, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:181]: Verifying accessibility of file: mime.types MSI (s) (9C:9C) [21:24:15:197]: Executing op: FileRemove(,FileName=pystone.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: pystone.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:197]: Verifying accessibility of file: pystone.py MSI (s) (9C:9C) [21:24:15:213]: Executing op: FileRemove(,FileName=test_aifc.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_aifc.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:213]: Verifying accessibility of file: test_aifc.py MSI (s) (9C:9C) [21:24:15:228]: Executing op: FileRemove(,FileName=tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:228]: Verifying accessibility of file: tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt MSI (s) (9C:9C) [21:24:15:244]: Executing op: FileRemove(,FileName=test_mailbox.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_mailbox.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:244]: Verifying accessibility of file: test_mailbox.py MSI (s) (9C:9C) [21:24:15:244]: Executing op: FileRemove(,FileName=test_module.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_module.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:259]: Verifying accessibility of file: test_module.py MSI (s) (9C:9C) [21:24:15:259]: Executing op: FileRemove(,FileName=future_test2.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: future_test2.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:275]: Verifying accessibility of file: future_test2.py MSI (s) (9C:9C) [21:24:15:275]: Executing op: FileRemove(,FileName=test_popen.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_popen.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:291]: Verifying accessibility of file: test_popen.py MSI (s) (9C:9C) [21:24:15:291]: Executing op: FileRemove(,FileName=badkey.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badkey.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:291]: Verifying accessibility of file: badkey.pem MSI (s) (9C:9C) [21:24:15:306]: Executing op: FileRemove(,FileName=tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:306]: Verifying accessibility of file: tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt MSI (s) (9C:9C) [21:24:15:322]: Executing op: FileRemove(,FileName=test_sundry.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sundry.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:322]: Verifying accessibility of file: test_sundry.py MSI (s) (9C:9C) [21:24:15:338]: Executing op: FileRemove(,FileName=test_macpath.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_macpath.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:338]: Verifying accessibility of file: test_macpath.py MSI (s) (9C:9C) [21:24:15:353]: Executing op: FileRemove(,FileName=sample_doctest_no_docstrings.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: sample_doctest_no_docstrings.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:353]: Verifying accessibility of file: sample_doctest_no_docstrings.py MSI (s) (9C:9C) [21:24:15:369]: Executing op: FileRemove(,FileName=test_codecmaps_kr.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecmaps_kr.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:369]: Verifying accessibility of file: test_codecmaps_kr.py MSI (s) (9C:9C) [21:24:15:384]: Executing op: FileRemove(,FileName=test_gettext.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_gettext.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:384]: Verifying accessibility of file: test_gettext.py MSI (s) (9C:9C) [21:24:15:400]: Executing op: FileRemove(,FileName=pycakey.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: pycakey.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:400]: Verifying accessibility of file: pycakey.pem MSI (s) (9C:9C) [21:24:15:416]: Executing op: FileRemove(,FileName=test_mimetypes.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_mimetypes.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:416]: Verifying accessibility of file: test_mimetypes.py MSI (s) (9C:9C) [21:24:15:416]: Executing op: FileRemove(,FileName=test_pathlib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pathlib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:431]: Verifying accessibility of file: test_pathlib.py MSI (s) (9C:9C) [21:24:15:431]: Executing op: FileRemove(,FileName=test_grp.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_grp.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:447]: Verifying accessibility of file: test_grp.py MSI (s) (9C:9C) [21:24:15:447]: Executing op: FileRemove(,FileName=test_imaplib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_imaplib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:463]: Verifying accessibility of file: test_imaplib.py MSI (s) (9C:9C) [21:24:15:463]: Executing op: FileRemove(,FileName=randv2_32.pck,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: randv2_32.pck, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:478]: Verifying accessibility of file: randv2_32.pck MSI (s) (9C:9C) [21:24:15:478]: Executing op: FileRemove(,FileName=test_pkgutil.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pkgutil.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:494]: Verifying accessibility of file: test_pkgutil.py MSI (s) (9C:9C) [21:24:15:494]: Executing op: FileRemove(,FileName=string_tests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: string_tests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:494]: Verifying accessibility of file: string_tests.py MSI (s) (9C:9C) [21:24:15:509]: Executing op: FileRemove(,FileName=test_decimal.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_decimal.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:509]: Verifying accessibility of file: test_decimal.py MSI (s) (9C:9C) [21:24:15:525]: Executing op: FileRemove(,FileName=test_sys_settrace.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sys_settrace.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:525]: Verifying accessibility of file: test_sys_settrace.py MSI (s) (9C:9C) [21:24:15:541]: Executing op: FileRemove(,FileName=tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:541]: Verifying accessibility of file: tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt MSI (s) (9C:9C) [21:24:15:556]: Executing op: FileRemove(,FileName=audiotests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: audiotests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:556]: Verifying accessibility of file: audiotests.py MSI (s) (9C:9C) [21:24:15:572]: Executing op: FileRemove(,FileName=xmltests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: xmltests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:572]: Verifying accessibility of file: xmltests.py MSI (s) (9C:9C) [21:24:15:588]: Executing op: FileRemove(,FileName=test_fractions.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_fractions.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:603]: Verifying accessibility of file: test_fractions.py MSI (s) (9C:9C) [21:24:15:619]: Executing op: FileRemove(,FileName=coding20731.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: coding20731.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:619]: Verifying accessibility of file: coding20731.py MSI (s) (9C:9C) [21:24:15:634]: Executing op: FileRemove(,FileName=test_errno.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_errno.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:634]: Verifying accessibility of file: test_errno.py MSI (s) (9C:9C) [21:24:15:634]: Executing op: FileRemove(,FileName=test_pep292.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pep292.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:650]: Verifying accessibility of file: test_pep292.py MSI (s) (9C:9C) [21:24:15:650]: Executing op: FileRemove(,FileName=test_shutil.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_shutil.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:666]: Verifying accessibility of file: test_shutil.py MSI (s) (9C:9C) [21:24:15:666]: Executing op: FileRemove(,FileName=test_int_literal.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_int_literal.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:681]: Verifying accessibility of file: test_int_literal.py MSI (s) (9C:9C) [21:24:15:681]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:681]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:15:697]: Executing op: FileRemove(,FileName=test_threading_local.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_threading_local.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:697]: Verifying accessibility of file: test_threading_local.py MSI (s) (9C:9C) [21:24:15:713]: Executing op: FileRemove(,FileName=test_urllibnet.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_urllibnet.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:713]: Verifying accessibility of file: test_urllibnet.py MSI (s) (9C:9C) [21:24:15:713]: Executing op: FileRemove(,FileName=test_future.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_future.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:728]: Verifying accessibility of file: test_future.py MSI (s) (9C:9C) [21:24:15:728]: Executing op: FileRemove(,FileName=test_os.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_os.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:744]: Verifying accessibility of file: test_os.py MSI (s) (9C:9C) [21:24:15:744]: Executing op: FileRemove(,FileName=test_shlex.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_shlex.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:759]: Verifying accessibility of file: test_shlex.py MSI (s) (9C:9C) [21:24:15:759]: Executing op: FileRemove(,FileName=test_crypt.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_crypt.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:775]: Verifying accessibility of file: test_crypt.py MSI (s) (9C:9C) [21:24:15:775]: Executing op: FileRemove(,FileName=test_isinstance.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_isinstance.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:775]: Verifying accessibility of file: test_isinstance.py MSI (s) (9C:9C) [21:24:15:791]: Executing op: FileRemove(,FileName=test_ssl.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ssl.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:838]: Verifying accessibility of file: test_ssl.py MSI (s) (9C:9C) [21:24:15:838]: Executing op: FileRemove(,FileName=test_index.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_index.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:853]: Verifying accessibility of file: test_index.py MSI (s) (9C:9C) [21:24:15:853]: Executing op: FileRemove(,FileName=test_multiprocessing_spawn.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_multiprocessing_spawn.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:853]: Verifying accessibility of file: test_multiprocessing_spawn.py MSI (s) (9C:9C) [21:24:15:869]: Executing op: FileRemove(,FileName=test_sysconfig.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sysconfig.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:869]: Verifying accessibility of file: test_sysconfig.py MSI (s) (9C:9C) [21:24:15:884]: Executing op: FileRemove(,FileName=test_thread.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_thread.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:884]: Verifying accessibility of file: test_thread.py MSI (s) (9C:9C) [21:24:15:900]: Executing op: FileRemove(,FileName=re_tests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: re_tests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:900]: Verifying accessibility of file: re_tests.py MSI (s) (9C:9C) [21:24:15:900]: Executing op: FileRemove(,FileName=final_b.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: final_b.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:916]: Verifying accessibility of file: final_b.py MSI (s) (9C:9C) [21:24:15:916]: Executing op: FileRemove(,FileName=test_codecmaps_hk.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecmaps_hk.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:931]: Verifying accessibility of file: test_codecmaps_hk.py MSI (s) (9C:9C) [21:24:15:931]: Executing op: FileRemove(,FileName=test_future3.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_future3.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:931]: Verifying accessibility of file: test_future3.py MSI (s) (9C:9C) [21:24:15:947]: Executing op: FileRemove(,FileName=test_typechecks.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_typechecks.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:947]: Verifying accessibility of file: test_typechecks.py MSI (s) (9C:9C) [21:24:15:963]: Executing op: FileRemove(,FileName=badsyntax_future7.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badsyntax_future7.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:963]: Verifying accessibility of file: badsyntax_future7.py MSI (s) (9C:9C) [21:24:15:978]: Executing op: FileRemove(,FileName=curses_tests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: curses_tests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:978]: Verifying accessibility of file: curses_tests.py MSI (s) (9C:9C) [21:24:15:978]: Executing op: FileRemove(,FileName=test_codeccallbacks.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codeccallbacks.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:15:994]: Verifying accessibility of file: test_codeccallbacks.py MSI (s) (9C:9C) [21:24:15:994]: Executing op: FileRemove(,FileName=exception_hierarchy.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: exception_hierarchy.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:009]: Verifying accessibility of file: exception_hierarchy.txt MSI (s) (9C:9C) [21:24:16:009]: Executing op: FileRemove(,FileName=test_flufl.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_flufl.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:072]: Verifying accessibility of file: test_flufl.py MSI (s) (9C:9C) [21:24:16:088]: Executing op: FileRemove(,FileName=test_weakset.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_weakset.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:088]: Verifying accessibility of file: test_weakset.py MSI (s) (9C:9C) [21:24:16:103]: Executing op: FileRemove(,FileName=test_reprlib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_reprlib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:103]: Verifying accessibility of file: test_reprlib.py MSI (s) (9C:9C) [21:24:16:103]: Executing op: FileRemove(,FileName=test_bigaddrspace.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_bigaddrspace.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:119]: Verifying accessibility of file: test_bigaddrspace.py MSI (s) (9C:9C) [21:24:16:119]: Executing op: FileRemove(,FileName=test_unicodedata.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_unicodedata.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:134]: Verifying accessibility of file: test_unicodedata.py MSI (s) (9C:9C) [21:24:16:134]: Executing op: FileRemove(,FileName=test_dynamic.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dynamic.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:134]: Verifying accessibility of file: test_dynamic.py MSI (s) (9C:9C) [21:24:16:150]: Executing op: FileRemove(,FileName=test_dummy_thread.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dummy_thread.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:150]: Verifying accessibility of file: test_dummy_thread.py MSI (s) (9C:9C) [21:24:16:166]: Executing op: FileRemove(,FileName=relimport.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: relimport.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:166]: Verifying accessibility of file: relimport.py MSI (s) (9C:9C) [21:24:16:181]: Executing op: FileRemove(,FileName=test_listcomps.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_listcomps.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:181]: Verifying accessibility of file: test_listcomps.py MSI (s) (9C:9C) [21:24:16:197]: Executing op: FileRemove(,FileName=test_ast.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ast.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:197]: Verifying accessibility of file: test_ast.py MSI (s) (9C:9C) [21:24:16:197]: Executing op: FileRemove(,FileName=test_pep380.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pep380.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:213]: Verifying accessibility of file: test_pep380.py MSI (s) (9C:9C) [21:24:16:213]: Executing op: FileRemove(,FileName=test_memoryio.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_memoryio.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:228]: Verifying accessibility of file: test_memoryio.py MSI (s) (9C:9C) [21:24:16:228]: Executing op: FileRemove(,FileName=test_docxmlrpc.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_docxmlrpc.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:244]: Verifying accessibility of file: test_docxmlrpc.py MSI (s) (9C:9C) [21:24:16:244]: Executing op: FileRemove(,FileName=test_setcomps.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_setcomps.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:244]: Verifying accessibility of file: test_setcomps.py MSI (s) (9C:9C) [21:24:16:259]: Executing op: FileRemove(,FileName=test_builtin.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_builtin.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:259]: Verifying accessibility of file: test_builtin.py MSI (s) (9C:9C) [21:24:16:275]: Executing op: FileRemove(,FileName=randv3.pck,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: randv3.pck, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:275]: Verifying accessibility of file: randv3.pck MSI (s) (9C:9C) [21:24:16:291]: Executing op: FileRemove(,FileName=keycert.passwd.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: keycert.passwd.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:291]: Verifying accessibility of file: keycert.passwd.pem MSI (s) (9C:9C) [21:24:16:291]: Executing op: FileRemove(,FileName=test_compare.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_compare.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:306]: Verifying accessibility of file: test_compare.py MSI (s) (9C:9C) [21:24:16:306]: Executing op: FileRemove(,FileName=test_contextlib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_contextlib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:322]: Verifying accessibility of file: test_contextlib.py MSI (s) (9C:9C) [21:24:16:322]: Executing op: FileRemove(,FileName=win_console_handler.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: win_console_handler.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:494]: Verifying accessibility of file: win_console_handler.py MSI (s) (9C:9C) [21:24:16:509]: Executing op: FileRemove(,FileName=regrtest.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: regrtest.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:509]: Verifying accessibility of file: regrtest.py MSI (s) (9C:9C) [21:24:16:525]: Executing op: FileRemove(,FileName=test_abc.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_abc.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:525]: Verifying accessibility of file: test_abc.py MSI (s) (9C:9C) [21:24:16:541]: Executing op: FileRemove(,FileName=test_longexp.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_longexp.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:541]: Verifying accessibility of file: test_longexp.py MSI (s) (9C:9C) [21:24:16:541]: Executing op: FileRemove(,FileName=test_cprofile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_cprofile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:556]: Verifying accessibility of file: test_cprofile.py MSI (s) (9C:9C) [21:24:16:556]: Executing op: FileRemove(,FileName=test_property.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_property.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:572]: Verifying accessibility of file: test_property.py MSI (s) (9C:9C) [21:24:16:572]: Executing op: FileRemove(,FileName=test_faulthandler.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_faulthandler.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:588]: Verifying accessibility of file: test_faulthandler.py MSI (s) (9C:9C) [21:24:16:588]: Executing op: FileRemove(,FileName=test_array.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_array.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:603]: Verifying accessibility of file: test_array.py MSI (s) (9C:9C) [21:24:16:603]: Executing op: FileRemove(,FileName=test_doctest.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_doctest.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:603]: Verifying accessibility of file: test_doctest.py MSI (s) (9C:9C) [21:24:16:619]: Executing op: FileRemove(,FileName=test_threadedtempfile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_threadedtempfile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:619]: Verifying accessibility of file: test_threadedtempfile.py MSI (s) (9C:9C) [21:24:16:634]: Executing op: FileRemove(,FileName=test_profile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_profile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:634]: Verifying accessibility of file: test_profile.py MSI (s) (9C:9C) [21:24:16:634]: Executing op: FileRemove(,FileName=185test.db,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: 185test.db, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:650]: Verifying accessibility of file: 185test.db MSI (s) (9C:9C) [21:24:16:650]: Executing op: FileRemove(,FileName=pickletester.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: pickletester.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:697]: Verifying accessibility of file: pickletester.py MSI (s) (9C:9C) [21:24:16:713]: Executing op: FileRemove(,FileName=tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:713]: Verifying accessibility of file: tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt MSI (s) (9C:9C) [21:24:16:728]: Executing op: FileRemove(,FileName=nullbytecert.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: nullbytecert.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:728]: Verifying accessibility of file: nullbytecert.pem MSI (s) (9C:9C) [21:24:16:728]: Executing op: FileRemove(,FileName=test_getpass.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_getpass.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:744]: Verifying accessibility of file: test_getpass.py MSI (s) (9C:9C) [21:24:16:744]: Executing op: FileRemove(,FileName=badsyntax_future6.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badsyntax_future6.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:759]: Verifying accessibility of file: badsyntax_future6.py MSI (s) (9C:9C) [21:24:16:759]: Executing op: FileRemove(,FileName=test_smtpnet.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_smtpnet.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:775]: Verifying accessibility of file: test_smtpnet.py MSI (s) (9C:9C) [21:24:16:775]: Executing op: FileRemove(,FileName=seq_tests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: seq_tests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:775]: Verifying accessibility of file: seq_tests.py MSI (s) (9C:9C) [21:24:16:791]: Executing op: FileRemove(,FileName=make_ssl_certs.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: make_ssl_certs.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:791]: Verifying accessibility of file: make_ssl_certs.py MSI (s) (9C:9C) [21:24:16:806]: Executing op: FileRemove(,FileName=test_opcodes.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_opcodes.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:806]: Verifying accessibility of file: test_opcodes.py MSI (s) (9C:9C) [21:24:16:806]: Executing op: FileRemove(,FileName=test_super.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_super.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:822]: Verifying accessibility of file: test_super.py MSI (s) (9C:9C) [21:24:16:822]: Executing op: FileRemove(,FileName=test_copy.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_copy.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:838]: Verifying accessibility of file: test_copy.py MSI (s) (9C:9C) [21:24:16:838]: Executing op: FileRemove(,FileName=pycacert.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: pycacert.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:853]: Verifying accessibility of file: pycacert.pem MSI (s) (9C:9C) [21:24:16:853]: Executing op: FileRemove(,FileName=test_pprint.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pprint.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:853]: Verifying accessibility of file: test_pprint.py MSI (s) (9C:9C) [21:24:16:869]: Executing op: FileRemove(,FileName=test_uu.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_uu.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:869]: Verifying accessibility of file: test_uu.py MSI (s) (9C:9C) [21:24:16:884]: Executing op: FileRemove(,FileName=test_urllib2net.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_urllib2net.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:884]: Verifying accessibility of file: test_urllib2net.py MSI (s) (9C:9C) [21:24:16:884]: Executing op: FileRemove(,FileName=test_descr.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_descr.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:900]: Verifying accessibility of file: test_descr.py MSI (s) (9C:9C) [21:24:16:900]: Executing op: FileRemove(,FileName=test_wsgiref.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_wsgiref.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:916]: Verifying accessibility of file: test_wsgiref.py MSI (s) (9C:9C) [21:24:16:916]: Executing op: FileRemove(,FileName=bad_coding2.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: bad_coding2.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:916]: Verifying accessibility of file: bad_coding2.py MSI (s) (9C:9C) [21:24:16:931]: Executing op: FileRemove(,FileName=test_bytes.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_bytes.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:931]: Verifying accessibility of file: test_bytes.py MSI (s) (9C:9C) [21:24:16:947]: Executing op: FileRemove(,FileName=pstats.pck,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: pstats.pck, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:947]: Verifying accessibility of file: pstats.pck MSI (s) (9C:9C) [21:24:16:963]: Executing op: FileRemove(,FileName=test_frame.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_frame.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:963]: Verifying accessibility of file: test_frame.py MSI (s) (9C:9C) [21:24:16:963]: Executing op: FileRemove(,FileName=test_http_cookies.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_http_cookies.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:978]: Verifying accessibility of file: test_http_cookies.py MSI (s) (9C:9C) [21:24:16:994]: Executing op: FileRemove(,FileName=test_strtod.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_strtod.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:16:994]: Verifying accessibility of file: test_strtod.py MSI (s) (9C:9C) [21:24:16:994]: Executing op: FileRemove(,FileName=test_symtable.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_symtable.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:009]: Verifying accessibility of file: test_symtable.py MSI (s) (9C:9C) [21:24:17:009]: Executing op: FileRemove(,FileName=nokia.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: nokia.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:009]: Verifying accessibility of file: nokia.pem MSI (s) (9C:9C) [21:24:17:025]: Executing op: FileRemove(,FileName=test_tempfile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_tempfile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:025]: Verifying accessibility of file: test_tempfile.py MSI (s) (9C:9C) [21:24:17:041]: Executing op: FileRemove(,FileName=ssl_key.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: ssl_key.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:041]: Verifying accessibility of file: ssl_key.pem MSI (s) (9C:9C) [21:24:17:056]: Executing op: FileRemove(,FileName=test_pep3120.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pep3120.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:056]: Verifying accessibility of file: test_pep3120.py MSI (s) (9C:9C) [21:24:17:150]: Executing op: FileRemove(,FileName=testtar.tar,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: testtar.tar, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:166]: Verifying accessibility of file: testtar.tar MSI (s) (9C:9C) [21:24:17:166]: Executing op: FileRemove(,FileName=test_fnmatch.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_fnmatch.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:166]: Verifying accessibility of file: test_fnmatch.py MSI (s) (9C:9C) [21:24:17:181]: Executing op: FileRemove(,FileName=test_threading.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_threading.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:181]: Verifying accessibility of file: test_threading.py MSI (s) (9C:9C) [21:24:17:197]: Executing op: FileRemove(,FileName=ssl_servers.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: ssl_servers.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:197]: Verifying accessibility of file: ssl_servers.py MSI (s) (9C:9C) [21:24:17:197]: Executing op: FileRemove(,FileName=test_finalization.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_finalization.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:213]: Verifying accessibility of file: test_finalization.py MSI (s) (9C:9C) [21:24:17:213]: Executing op: FileRemove(,FileName=test_crashers.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_crashers.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:228]: Verifying accessibility of file: test_crashers.py MSI (s) (9C:9C) [21:24:17:228]: Executing op: FileRemove(,FileName=test_marshal.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_marshal.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:228]: Verifying accessibility of file: test_marshal.py MSI (s) (9C:9C) [21:24:17:244]: Executing op: FileRemove(,FileName=test_operator.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_operator.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:244]: Verifying accessibility of file: test_operator.py MSI (s) (9C:9C) [21:24:17:259]: Executing op: FileRemove(,FileName=multibytecodec_support.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: multibytecodec_support.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:259]: Verifying accessibility of file: multibytecodec_support.py MSI (s) (9C:9C) [21:24:17:275]: Executing op: FileRemove(,FileName=test_numeric_tower.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_numeric_tower.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:275]: Verifying accessibility of file: test_numeric_tower.py MSI (s) (9C:9C) [21:24:17:275]: Executing op: FileRemove(,FileName=testcodec.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: testcodec.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:291]: Verifying accessibility of file: testcodec.py MSI (s) (9C:9C) [21:24:17:291]: Executing op: FileRemove(,FileName=test_codeop.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codeop.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:306]: Verifying accessibility of file: test_codeop.py MSI (s) (9C:9C) [21:24:17:306]: Executing op: FileRemove(,FileName=test_textwrap.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_textwrap.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:306]: Verifying accessibility of file: test_textwrap.py MSI (s) (9C:9C) [21:24:17:322]: Executing op: FileRemove(,FileName=test_py_compile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_py_compile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:322]: Verifying accessibility of file: test_py_compile.py MSI (s) (9C:9C) [21:24:17:338]: Executing op: FileRemove(,FileName=test_ipaddress.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ipaddress.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:338]: Verifying accessibility of file: test_ipaddress.py MSI (s) (9C:9C) [21:24:17:338]: Executing op: FileRemove(,FileName=ssltests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: ssltests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:353]: Verifying accessibility of file: ssltests.py MSI (s) (9C:9C) [21:24:17:353]: Executing op: FileRemove(,FileName=test_ensurepip.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ensurepip.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:369]: Verifying accessibility of file: test_ensurepip.py MSI (s) (9C:9C) [21:24:17:369]: Executing op: FileRemove(,FileName=test_quopri.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_quopri.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:369]: Verifying accessibility of file: test_quopri.py MSI (s) (9C:9C) [21:24:17:384]: Executing op: FileRemove(,FileName=test_doctest4.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_doctest4.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:384]: Verifying accessibility of file: test_doctest4.txt MSI (s) (9C:9C) [21:24:17:400]: Executing op: FileRemove(,FileName=mock_socket.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: mock_socket.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:400]: Verifying accessibility of file: mock_socket.py MSI (s) (9C:9C) [21:24:17:400]: Executing op: FileRemove(,FileName=tf_inherit_check.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: tf_inherit_check.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:416]: Verifying accessibility of file: tf_inherit_check.py MSI (s) (9C:9C) [21:24:17:416]: Executing op: FileRemove(,FileName=test_dbm_gnu.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dbm_gnu.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:431]: Verifying accessibility of file: test_dbm_gnu.py MSI (s) (9C:9C) [21:24:17:431]: Executing op: FileRemove(,FileName=test_memoryview.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_memoryview.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:447]: Verifying accessibility of file: test_memoryview.py MSI (s) (9C:9C) [21:24:17:447]: Executing op: FileRemove(,FileName=test_keyword.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_keyword.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:447]: Verifying accessibility of file: test_keyword.py MSI (s) (9C:9C) [21:24:17:463]: Executing op: FileRemove(,FileName=sha256.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: sha256.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:463]: Verifying accessibility of file: sha256.pem MSI (s) (9C:9C) [21:24:17:478]: Executing op: FileRemove(,FileName=test_smtplib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_smtplib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:478]: Verifying accessibility of file: test_smtplib.py MSI (s) (9C:9C) [21:24:17:478]: Executing op: FileRemove(,FileName=threaded_import_hangers.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: threaded_import_hangers.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:494]: Verifying accessibility of file: threaded_import_hangers.py MSI (s) (9C:9C) [21:24:17:494]: Executing op: FileRemove(,FileName=test_sax.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sax.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:509]: Verifying accessibility of file: test_sax.py MSI (s) (9C:9C) [21:24:17:509]: Executing op: FileRemove(,FileName=test_range.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_range.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:525]: Verifying accessibility of file: test_range.py MSI (s) (9C:9C) [21:24:17:525]: Executing op: FileRemove(,FileName=test_sqlite.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sqlite.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:525]: Verifying accessibility of file: test_sqlite.py MSI (s) (9C:9C) [21:24:17:541]: Executing op: FileRemove(,FileName=test_dynamicclassattribute.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dynamicclassattribute.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:541]: Verifying accessibility of file: test_dynamicclassattribute.py MSI (s) (9C:9C) [21:24:17:556]: Executing op: FileRemove(,FileName=test_pep352.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pep352.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:556]: Verifying accessibility of file: test_pep352.py MSI (s) (9C:9C) [21:24:17:572]: Executing op: FileRemove(,FileName=test_unpack.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_unpack.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:572]: Verifying accessibility of file: test_unpack.py MSI (s) (9C:9C) [21:24:17:588]: Executing op: FileRemove(,FileName=test_netrc.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_netrc.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:588]: Verifying accessibility of file: test_netrc.py MSI (s) (9C:9C) [21:24:17:588]: Executing op: FileRemove(,FileName=test_userstring.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_userstring.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:603]: Verifying accessibility of file: test_userstring.py MSI (s) (9C:9C) [21:24:17:603]: Executing op: FileRemove(,FileName=tokenize_tests.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: tokenize_tests.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:619]: Verifying accessibility of file: tokenize_tests.txt MSI (s) (9C:9C) [21:24:17:619]: Executing op: FileRemove(,FileName=test_pep277.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pep277.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:619]: Verifying accessibility of file: test_pep277.py MSI (s) (9C:9C) [21:24:17:634]: Executing op: FileRemove(,FileName=test_sndhdr.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sndhdr.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:634]: Verifying accessibility of file: test_sndhdr.py MSI (s) (9C:9C) [21:24:17:650]: Executing op: FileRemove(,FileName=test_pipes.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pipes.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:650]: Verifying accessibility of file: test_pipes.py MSI (s) (9C:9C) [21:24:17:666]: Executing op: FileRemove(,FileName=test_wait4.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_wait4.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:666]: Verifying accessibility of file: test_wait4.py MSI (s) (9C:9C) [21:24:17:666]: Executing op: FileRemove(,FileName=test_dummy_threading.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dummy_threading.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:681]: Verifying accessibility of file: test_dummy_threading.py MSI (s) (9C:9C) [21:24:17:681]: Executing op: FileRemove(,FileName=test_poplib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_poplib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:697]: Verifying accessibility of file: test_poplib.py MSI (s) (9C:9C) [21:24:17:697]: Executing op: FileRemove(,FileName=test_random.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_random.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:744]: Verifying accessibility of file: test_random.py MSI (s) (9C:9C) [21:24:17:744]: Executing op: FileRemove(,FileName=test_sched.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_sched.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:744]: Verifying accessibility of file: test_sched.py MSI (s) (9C:9C) [21:24:17:760]: Executing op: FileRemove(,FileName=test_pydoc.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pydoc.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:760]: Verifying accessibility of file: test_pydoc.py MSI (s) (9C:9C) [21:24:17:775]: Executing op: FileRemove(,FileName=test_unittest.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_unittest.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:775]: Verifying accessibility of file: test_unittest.py MSI (s) (9C:9C) [21:24:17:775]: Executing op: FileRemove(,FileName=test_bisect.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_bisect.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:791]: Verifying accessibility of file: test_bisect.py MSI (s) (9C:9C) [21:24:17:791]: Executing op: FileRemove(,FileName=test_ossaudiodev.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ossaudiodev.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:806]: Verifying accessibility of file: test_ossaudiodev.py MSI (s) (9C:9C) [21:24:17:806]: Executing op: FileRemove(,FileName=test_statistics.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_statistics.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:822]: Verifying accessibility of file: test_statistics.py MSI (s) (9C:9C) [21:24:17:822]: Executing op: FileRemove(,FileName=cfgparser.2,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: cfgparser.2, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:822]: Verifying accessibility of file: cfgparser.2 MSI (s) (9C:9C) [21:24:17:838]: Executing op: FileRemove(,FileName=cfgparser.3,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: cfgparser.3, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:838]: Verifying accessibility of file: cfgparser.3 MSI (s) (9C:9C) [21:24:17:853]: Executing op: FileRemove(,FileName=cfgparser.1,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: cfgparser.1, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:853]: Verifying accessibility of file: cfgparser.1 MSI (s) (9C:9C) [21:24:17:869]: Executing op: FileRemove(,FileName=test_dis.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dis.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:869]: Verifying accessibility of file: test_dis.py MSI (s) (9C:9C) [21:24:17:869]: Executing op: FileRemove(,FileName=test_binascii.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_binascii.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:884]: Verifying accessibility of file: test_binascii.py MSI (s) (9C:9C) [21:24:17:884]: Executing op: FileRemove(,FileName=datetimetester.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: datetimetester.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:900]: Verifying accessibility of file: datetimetester.py MSI (s) (9C:9C) [21:24:17:900]: Executing op: FileRemove(,FileName=test_selectors.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_selectors.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:916]: Verifying accessibility of file: test_selectors.py MSI (s) (9C:9C) [21:24:17:916]: Executing op: FileRemove(,FileName=ieee754.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: ieee754.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:916]: Verifying accessibility of file: ieee754.txt MSI (s) (9C:9C) [21:24:17:931]: Executing op: FileRemove(,FileName=floating_points.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: floating_points.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:931]: Verifying accessibility of file: floating_points.txt MSI (s) (9C:9C) [21:24:17:947]: Executing op: FileRemove(,FileName=test_calendar.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_calendar.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:947]: Verifying accessibility of file: test_calendar.py MSI (s) (9C:9C) [21:24:17:963]: Executing op: FileRemove(,FileName=mp_fork_bomb.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: mp_fork_bomb.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:963]: Verifying accessibility of file: mp_fork_bomb.py MSI (s) (9C:9C) [21:24:17:978]: Executing op: FileRemove(,FileName=test_pkg.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pkg.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:978]: Verifying accessibility of file: test_pkg.py MSI (s) (9C:9C) [21:24:17:978]: Executing op: FileRemove(,FileName=test_optparse.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_optparse.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:17:994]: Verifying accessibility of file: test_optparse.py MSI (s) (9C:9C) [21:24:17:994]: Executing op: FileRemove(,FileName=test_global.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_global.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:009]: Verifying accessibility of file: test_global.py MSI (s) (9C:9C) [21:24:18:009]: Executing op: FileRemove(,FileName=test_unicode.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_unicode.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:025]: Verifying accessibility of file: test_unicode.py MSI (s) (9C:9C) [21:24:18:025]: Executing op: FileRemove(,FileName=test_site.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_site.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:041]: Verifying accessibility of file: test_site.py MSI (s) (9C:9C) [21:24:18:041]: Executing op: FileRemove(,FileName=test_class.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_class.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:041]: Verifying accessibility of file: test_class.py MSI (s) (9C:9C) [21:24:18:119]: Executing op: FileRemove(,FileName=test_itertools.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_itertools.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:119]: Verifying accessibility of file: test_itertools.py MSI (s) (9C:9C) [21:24:18:119]: Executing op: FileRemove(,FileName=test_audioop.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_audioop.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:135]: Verifying accessibility of file: test_audioop.py MSI (s) (9C:9C) [21:24:18:135]: Executing op: FileRemove(,FileName=badsyntax_3131.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badsyntax_3131.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:150]: Verifying accessibility of file: badsyntax_3131.py MSI (s) (9C:9C) [21:24:18:150]: Executing op: FileRemove(,FileName=test_nntplib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_nntplib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:166]: Verifying accessibility of file: test_nntplib.py MSI (s) (9C:9C) [21:24:18:166]: Executing op: FileRemove(,FileName=test_ntpath.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ntpath.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:166]: Verifying accessibility of file: test_ntpath.py MSI (s) (9C:9C) [21:24:18:181]: Executing op: FileRemove(,FileName=formatfloat_testcases.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: formatfloat_testcases.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:181]: Verifying accessibility of file: formatfloat_testcases.txt MSI (s) (9C:9C) [21:24:18:197]: Executing op: FileRemove(,FileName=test_codecmaps_cn.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_codecmaps_cn.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:197]: Verifying accessibility of file: test_codecmaps_cn.py MSI (s) (9C:9C) [21:24:18:197]: Executing op: FileRemove(,FileName=test_posix.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_posix.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:213]: Verifying accessibility of file: test_posix.py MSI (s) (9C:9C) [21:24:18:213]: Executing op: FileRemove(,FileName=test_posixpath.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_posixpath.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:228]: Verifying accessibility of file: test_posixpath.py MSI (s) (9C:9C) [21:24:18:228]: Executing op: FileRemove(,FileName=test_concurrent_futures.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_concurrent_futures.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:228]: Verifying accessibility of file: test_concurrent_futures.py MSI (s) (9C:9C) [21:24:18:244]: Executing op: FileRemove(,FileName=test_complex.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_complex.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:244]: Verifying accessibility of file: test_complex.py MSI (s) (9C:9C) [21:24:18:259]: Executing op: FileRemove(,FileName=memory_watchdog.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: memory_watchdog.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:259]: Verifying accessibility of file: memory_watchdog.py MSI (s) (9C:9C) [21:24:18:275]: Executing op: FileRemove(,FileName=test_functools.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_functools.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:275]: Verifying accessibility of file: test_functools.py MSI (s) (9C:9C) [21:24:18:275]: Executing op: FileRemove(,FileName=test_socket.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_socket.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:291]: Verifying accessibility of file: test_socket.py MSI (s) (9C:9C) [21:24:18:291]: Executing op: FileRemove(,FileName=test_pyclbr.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pyclbr.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:306]: Verifying accessibility of file: test_pyclbr.py MSI (s) (9C:9C) [21:24:18:306]: Executing op: FileRemove(,FileName=test_code_module.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_code_module.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:322]: Verifying accessibility of file: test_code_module.py MSI (s) (9C:9C) [21:24:18:322]: Executing op: FileRemove(,FileName=test_doctest2.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_doctest2.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:322]: Verifying accessibility of file: test_doctest2.py MSI (s) (9C:9C) [21:24:18:338]: Executing op: FileRemove(,FileName=test__osx_support.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test__osx_support.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:338]: Verifying accessibility of file: test__osx_support.py MSI (s) (9C:9C) [21:24:18:353]: Executing op: FileRemove(,FileName=test_trace.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_trace.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:353]: Verifying accessibility of file: test_trace.py MSI (s) (9C:9C) [21:24:18:369]: Executing op: FileRemove(,FileName=nullcert.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: nullcert.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:369]: Verifying accessibility of file: nullcert.pem MSI (s) (9C:9C) [21:24:18:369]: Executing op: FileRemove(,FileName=test_poll.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_poll.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:384]: Verifying accessibility of file: test_poll.py MSI (s) (9C:9C) [21:24:18:416]: Executing op: FileRemove(,FileName=test_inspect.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_inspect.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:416]: Verifying accessibility of file: test_inspect.py MSI (s) (9C:9C) [21:24:18:431]: Executing op: FileRemove(,FileName=reperf.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: reperf.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:431]: Verifying accessibility of file: reperf.py MSI (s) (9C:9C) [21:24:18:431]: Executing op: FileRemove(,FileName=test_exception_variations.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_exception_variations.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:447]: Verifying accessibility of file: test_exception_variations.py MSI (s) (9C:9C) [21:24:18:447]: Executing op: FileRemove(,FileName=test_threadsignals.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_threadsignals.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:463]: Verifying accessibility of file: test_threadsignals.py MSI (s) (9C:9C) [21:24:18:463]: Executing op: FileRemove(,FileName=test_structmembers.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_structmembers.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:463]: Verifying accessibility of file: test_structmembers.py MSI (s) (9C:9C) [21:24:18:478]: Executing op: FileRemove(,FileName=gdb_sample.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: gdb_sample.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:478]: Verifying accessibility of file: gdb_sample.py MSI (s) (9C:9C) [21:24:18:494]: Executing op: FileRemove(,FileName=test_genericpath.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_genericpath.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:494]: Verifying accessibility of file: test_genericpath.py MSI (s) (9C:9C) [21:24:18:509]: Executing op: FileRemove(,FileName=test_colorsys.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_colorsys.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:509]: Verifying accessibility of file: test_colorsys.py MSI (s) (9C:9C) [21:24:18:509]: Executing op: FileRemove(,FileName=test_scope.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_scope.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:525]: Verifying accessibility of file: test_scope.py MSI (s) (9C:9C) [21:24:18:525]: Executing op: FileRemove(,FileName=test_fcntl.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_fcntl.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:541]: Verifying accessibility of file: test_fcntl.py MSI (s) (9C:9C) [21:24:18:541]: Executing op: FileRemove(,FileName=autotest.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: autotest.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:541]: Verifying accessibility of file: autotest.py MSI (s) (9C:9C) [21:24:18:556]: Executing op: FileRemove(,FileName=test_iterlen.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_iterlen.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:556]: Verifying accessibility of file: test_iterlen.py MSI (s) (9C:9C) [21:24:18:572]: Executing op: FileRemove(,FileName=test_fileinput.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_fileinput.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:635]: Verifying accessibility of file: test_fileinput.py MSI (s) (9C:9C) [21:24:18:635]: Executing op: FileRemove(,FileName=test_import.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_import.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:635]: Verifying accessibility of file: test_import.py MSI (s) (9C:9C) [21:24:18:650]: Executing op: FileRemove(,FileName=test_binhex.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_binhex.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:650]: Verifying accessibility of file: test_binhex.py MSI (s) (9C:9C) [21:24:18:666]: Executing op: FileRemove(,FileName=math_testcases.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: math_testcases.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:666]: Verifying accessibility of file: math_testcases.txt MSI (s) (9C:9C) [21:24:18:681]: Executing op: FileRemove(,FileName=test_linecache.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_linecache.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:681]: Verifying accessibility of file: test_linecache.py MSI (s) (9C:9C) [21:24:18:681]: Executing op: FileRemove(,FileName=buffer_tests.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: buffer_tests.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:697]: Verifying accessibility of file: buffer_tests.py MSI (s) (9C:9C) [21:24:18:697]: Executing op: FileRemove(,FileName=test_queue.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_queue.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:713]: Verifying accessibility of file: test_queue.py MSI (s) (9C:9C) [21:24:18:713]: Executing op: FileRemove(,FileName=test_cmath.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_cmath.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:728]: Verifying accessibility of file: test_cmath.py MSI (s) (9C:9C) [21:24:18:728]: Executing op: FileRemove(,FileName=test_re.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_re.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:744]: Verifying accessibility of file: test_re.py MSI (s) (9C:9C) [21:24:18:744]: Executing op: FileRemove(,FileName=test_compile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_compile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:759]: Verifying accessibility of file: test_compile.py MSI (s) (9C:9C) [21:24:18:759]: Executing op: FileRemove(,FileName=test_peepholer.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_peepholer.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:775]: Verifying accessibility of file: test_peepholer.py MSI (s) (9C:9C) [21:24:18:775]: Executing op: FileRemove(,FileName=test_largefile.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_largefile.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:775]: Verifying accessibility of file: test_largefile.py MSI (s) (9C:9C) [21:24:18:791]: Executing op: FileRemove(,FileName=test_unicode_file.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_unicode_file.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:806]: Verifying accessibility of file: test_unicode_file.py MSI (s) (9C:9C) [21:24:18:806]: Executing op: FileRemove(,FileName=test_shelve.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_shelve.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:822]: Verifying accessibility of file: test_shelve.py MSI (s) (9C:9C) [21:24:18:822]: Executing op: FileRemove(,FileName=test_html.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_html.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:822]: Verifying accessibility of file: test_html.py MSI (s) (9C:9C) [21:24:18:838]: Executing op: FileRemove(,FileName=test_dbm_ndbm.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dbm_ndbm.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:838]: Verifying accessibility of file: test_dbm_ndbm.py MSI (s) (9C:9C) [21:24:18:853]: Executing op: FileRemove(,FileName=test_regrtest.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_regrtest.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:853]: Verifying accessibility of file: test_regrtest.py MSI (s) (9C:9C) [21:24:18:869]: Executing op: FileRemove(,FileName=test_abstract_numbers.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_abstract_numbers.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:869]: Verifying accessibility of file: test_abstract_numbers.py MSI (s) (9C:9C) [21:24:18:885]: Executing op: FileRemove(,FileName=test_funcattrs.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_funcattrs.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:885]: Verifying accessibility of file: test_funcattrs.py MSI (s) (9C:9C) [21:24:18:900]: Executing op: FileRemove(,FileName=test_http_cookiejar.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_http_cookiejar.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:900]: Verifying accessibility of file: test_http_cookiejar.py MSI (s) (9C:9C) [21:24:18:916]: Executing op: FileRemove(,FileName=test_file.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_file.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:916]: Verifying accessibility of file: test_file.py MSI (s) (9C:9C) [21:24:18:931]: Executing op: FileRemove(,FileName=test_urllib2.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_urllib2.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:931]: Verifying accessibility of file: test_urllib2.py MSI (s) (9C:9C) [21:24:18:947]: Executing op: FileRemove(,FileName=test_csv.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_csv.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:947]: Verifying accessibility of file: test_csv.py MSI (s) (9C:9C) [21:24:18:963]: Executing op: FileRemove(,FileName=test_pyexpat.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pyexpat.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:963]: Verifying accessibility of file: test_pyexpat.py MSI (s) (9C:9C) [21:24:18:978]: Executing op: FileRemove(,FileName=badsyntax_future9.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: badsyntax_future9.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:978]: Verifying accessibility of file: badsyntax_future9.py MSI (s) (9C:9C) [21:24:18:994]: Executing op: FileRemove(,FileName=test_syntax.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_syntax.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:18:994]: Verifying accessibility of file: test_syntax.py MSI (s) (9C:9C) [21:24:18:994]: Executing op: FileRemove(,FileName=test_openpty.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_openpty.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:009]: Verifying accessibility of file: test_openpty.py MSI (s) (9C:9C) [21:24:19:009]: Executing op: FileRemove(,FileName=test_unpack_ex.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_unpack_ex.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:025]: Verifying accessibility of file: test_unpack_ex.py MSI (s) (9C:9C) [21:24:19:041]: Executing op: FileRemove(,FileName=test_dictviews.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dictviews.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:041]: Verifying accessibility of file: test_dictviews.py MSI (s) (9C:9C) [21:24:19:056]: Executing op: FileRemove(,FileName=test_mmap.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_mmap.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:056]: Verifying accessibility of file: test_mmap.py MSI (s) (9C:9C) [21:24:19:072]: Executing op: FileRemove(,FileName=test_source_encoding.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_source_encoding.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:088]: Verifying accessibility of file: test_source_encoding.py MSI (s) (9C:9C) [21:24:19:088]: Executing op: FileRemove(,FileName=test_atexit.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_atexit.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:103]: Verifying accessibility of file: test_atexit.py MSI (s) (9C:9C) [21:24:19:103]: Executing op: FileRemove(,FileName=test_minidom.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_minidom.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:119]: Verifying accessibility of file: test_minidom.py MSI (s) (9C:9C) [21:24:19:119]: Executing op: FileRemove(,FileName=test_file_eintr.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_file_eintr.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:134]: Verifying accessibility of file: test_file_eintr.py MSI (s) (9C:9C) [21:24:19:134]: Executing op: FileRemove(,FileName=keycert2.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: keycert2.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:150]: Verifying accessibility of file: keycert2.pem MSI (s) (9C:9C) [21:24:19:166]: Executing op: FileRemove(,FileName=test_select.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_select.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:228]: Verifying accessibility of file: test_select.py MSI (s) (9C:9C) [21:24:19:244]: Executing op: FileRemove(,FileName=test_filecmp.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_filecmp.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:244]: Verifying accessibility of file: test_filecmp.py MSI (s) (9C:9C) [21:24:19:259]: Executing op: FileRemove(,FileName=test_long.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_long.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:259]: Verifying accessibility of file: test_long.py MSI (s) (9C:9C) [21:24:19:275]: Executing op: FileRemove(,FileName=ssl_key.passwd.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: ssl_key.passwd.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:275]: Verifying accessibility of file: ssl_key.passwd.pem MSI (s) (9C:9C) [21:24:19:291]: Executing op: FileRemove(,FileName=final_a.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: final_a.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:306]: Verifying accessibility of file: final_a.py MSI (s) (9C:9C) [21:24:19:306]: Executing op: FileRemove(,FileName=test__opcode.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test__opcode.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:322]: Verifying accessibility of file: test__opcode.py MSI (s) (9C:9C) [21:24:19:384]: Executing op: FileRemove(,FileName=test_slice.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_slice.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:400]: Verifying accessibility of file: test_slice.py MSI (s) (9C:9C) [21:24:19:400]: Executing op: FileRemove(,FileName=test_winsound.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_winsound.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:416]: Verifying accessibility of file: test_winsound.py MSI (s) (9C:9C) [21:24:19:416]: Executing op: FileRemove(,FileName=test_mailcap.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_mailcap.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:431]: Verifying accessibility of file: test_mailcap.py MSI (s) (9C:9C) [21:24:19:431]: Executing op: FileRemove(,FileName=test_urllib2_localnet.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_urllib2_localnet.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:447]: Verifying accessibility of file: test_urllib2_localnet.py MSI (s) (9C:9C) [21:24:19:447]: Executing op: FileRemove(,FileName=test_osx_env.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_osx_env.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:463]: Verifying accessibility of file: test_osx_env.py MSI (s) (9C:9C) [21:24:19:463]: Executing op: FileRemove(,FileName=test_gc.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_gc.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:478]: Verifying accessibility of file: test_gc.py MSI (s) (9C:9C) [21:24:19:478]: Executing op: FileRemove(,FileName=randv2_64.pck,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: randv2_64.pck, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:478]: Verifying accessibility of file: randv2_64.pck MSI (s) (9C:9C) [21:24:19:494]: Executing op: FileRemove(,FileName=test_set.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_set.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:494]: Verifying accessibility of file: test_set.py MSI (s) (9C:9C) [21:24:19:509]: Executing op: FileRemove(,FileName=test_hmac.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_hmac.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:509]: Verifying accessibility of file: test_hmac.py MSI (s) (9C:9C) [21:24:19:525]: Executing op: FileRemove(,FileName=test_bufio.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_bufio.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:525]: Verifying accessibility of file: test_bufio.py MSI (s) (9C:9C) [21:24:19:541]: Executing op: FileRemove(,FileName=test_cmd_line_script.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_cmd_line_script.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:541]: Verifying accessibility of file: test_cmd_line_script.py MSI (s) (9C:9C) [21:24:19:556]: Executing op: FileRemove(,FileName=test_ucn.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_ucn.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:572]: Verifying accessibility of file: test_ucn.py MSI (s) (9C:9C) [21:24:19:588]: Executing op: FileRemove(,FileName=bad_coding.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: bad_coding.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:588]: Verifying accessibility of file: bad_coding.py MSI (s) (9C:9C) [21:24:19:603]: Executing op: FileRemove(,FileName=test_userdict.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_userdict.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:603]: Verifying accessibility of file: test_userdict.py MSI (s) (9C:9C) [21:24:19:619]: Executing op: FileRemove(,FileName=test_weakref.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_weakref.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:619]: Verifying accessibility of file: test_weakref.py MSI (s) (9C:9C) [21:24:19:619]: Executing op: FileRemove(,FileName=bytecode_helper.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: bytecode_helper.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:634]: Verifying accessibility of file: bytecode_helper.py MSI (s) (9C:9C) [21:24:19:634]: Executing op: FileRemove(,FileName=test_locale.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_locale.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:650]: Verifying accessibility of file: test_locale.py MSI (s) (9C:9C) [21:24:19:650]: Executing op: FileRemove(,FileName=test_keywordonlyarg.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_keywordonlyarg.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:666]: Verifying accessibility of file: test_keywordonlyarg.py MSI (s) (9C:9C) [21:24:19:666]: Executing op: FileRemove(,FileName=test_glob.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_glob.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:681]: Verifying accessibility of file: test_glob.py MSI (s) (9C:9C) [21:24:19:681]: Executing op: FileRemove(,FileName=test_pulldom.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_pulldom.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:697]: Verifying accessibility of file: test_pulldom.py MSI (s) (9C:9C) [21:24:19:697]: Executing op: FileRemove(,FileName=test_math.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_math.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:713]: Verifying accessibility of file: test_math.py MSI (s) (9C:9C) [21:24:19:713]: Executing op: FileRemove(,FileName=test_doctest3.txt,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_doctest3.txt, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:775]: Verifying accessibility of file: test_doctest3.txt MSI (s) (9C:9C) [21:24:19:775]: Executing op: FileRemove(,FileName=dh512.pem,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: dh512.pem, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:791]: Verifying accessibility of file: dh512.pem MSI (s) (9C:9C) [21:24:19:791]: Executing op: FileRemove(,FileName=test_readline.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_readline.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:806]: Verifying accessibility of file: test_readline.py MSI (s) (9C:9C) [21:24:19:806]: Executing op: FileRemove(,FileName=test_dict.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dict.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:822]: Verifying accessibility of file: test_dict.py MSI (s) (9C:9C) [21:24:19:822]: Executing op: FileRemove(,FileName=test_augassign.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_augassign.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:822]: Verifying accessibility of file: test_augassign.py MSI (s) (9C:9C) [21:24:19:838]: Executing op: FileRemove(,FileName=test_raise.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_raise.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:838]: Verifying accessibility of file: test_raise.py MSI (s) (9C:9C) [21:24:19:853]: Executing op: FileRemove(,FileName=test_xml_dom_minicompat.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_xml_dom_minicompat.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:853]: Verifying accessibility of file: test_xml_dom_minicompat.py MSI (s) (9C:9C) [21:24:19:869]: Executing op: FileRemove(,FileName=test_with.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_with.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:869]: Verifying accessibility of file: test_with.py MSI (s) (9C:9C) [21:24:19:869]: Executing op: FileRemove(,FileName=test_warnings.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_warnings.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:884]: Verifying accessibility of file: test_warnings.py MSI (s) (9C:9C) [21:24:19:900]: Executing op: FileRemove(,FileName=test_getargs2.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_getargs2.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:900]: Verifying accessibility of file: test_getargs2.py MSI (s) (9C:9C) [21:24:19:900]: Executing op: FileRemove(,FileName=test_dictcomps.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_dictcomps.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:916]: Verifying accessibility of file: test_dictcomps.py MSI (s) (9C:9C) [21:24:19:931]: Executing op: FileRemove(,FileName=test_syslog.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_syslog.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:931]: Verifying accessibility of file: test_syslog.py MSI (s) (9C:9C) [21:24:19:931]: Executing op: FileRemove(,FileName=test_difflib.py,,ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C}) RemoveFiles: File: test_difflib.py, Directory: C:\Python34\Lib\test\ MSI (s) (9C:9C) [21:24:19:947]: Verifying accessibility of file: test_difflib.py MSI (s) (9C:9C) [21:24:19:947]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_asyncio\) MSI (s) (9C:9C) [21:24:19:947]: Executing op: FileRemove(,FileName=test_transports.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_transports.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:19:963]: Verifying accessibility of file: test_transports.py MSI (s) (9C:9C) [21:24:19:963]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:19:963]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:19:978]: Executing op: FileRemove(,FileName=pycacert.pem,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: pycacert.pem, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:19:994]: Verifying accessibility of file: pycacert.pem MSI (s) (9C:9C) [21:24:19:994]: Executing op: FileRemove(,FileName=echo3.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: echo3.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:19:994]: Verifying accessibility of file: echo3.py MSI (s) (9C:9C) [21:24:20:009]: Executing op: FileRemove(,FileName=test_proactor_events.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_proactor_events.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:009]: Verifying accessibility of file: test_proactor_events.py MSI (s) (9C:9C) [21:24:20:119]: Executing op: FileRemove(,FileName=test_unix_events.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_unix_events.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:119]: Verifying accessibility of file: test_unix_events.py MSI (s) (9C:9C) [21:24:20:135]: Executing op: FileRemove(,FileName=test_tasks.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_tasks.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:135]: Verifying accessibility of file: test_tasks.py MSI (s) (9C:9C) [21:24:20:135]: Executing op: FileRemove(,FileName=test_locks.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_locks.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:150]: Verifying accessibility of file: test_locks.py MSI (s) (9C:9C) [21:24:20:150]: Executing op: FileRemove(,FileName=test_windows_utils.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_windows_utils.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:166]: Verifying accessibility of file: test_windows_utils.py MSI (s) (9C:9C) [21:24:20:166]: Executing op: FileRemove(,FileName=echo.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: echo.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:181]: Verifying accessibility of file: echo.py MSI (s) (9C:9C) [21:24:20:181]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:181]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:20:197]: Executing op: FileRemove(,FileName=test_subprocess.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_subprocess.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:197]: Verifying accessibility of file: test_subprocess.py MSI (s) (9C:9C) [21:24:20:213]: Executing op: FileRemove(,FileName=test_queues.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_queues.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:213]: Verifying accessibility of file: test_queues.py MSI (s) (9C:9C) [21:24:20:228]: Executing op: FileRemove(,FileName=test_selector_events.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_selector_events.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:228]: Verifying accessibility of file: test_selector_events.py MSI (s) (9C:9C) [21:24:20:244]: Executing op: FileRemove(,FileName=test_base_events.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_base_events.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:244]: Verifying accessibility of file: test_base_events.py MSI (s) (9C:9C) [21:24:20:260]: Executing op: FileRemove(,FileName=test_streams.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_streams.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:260]: Verifying accessibility of file: test_streams.py MSI (s) (9C:9C) [21:24:20:275]: Executing op: FileRemove(,FileName=ssl_cert.pem,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: ssl_cert.pem, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:275]: Verifying accessibility of file: ssl_cert.pem MSI (s) (9C:9C) [21:24:20:275]: Executing op: FileRemove(,FileName=ssl_key.pem,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: ssl_key.pem, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:291]: Verifying accessibility of file: ssl_key.pem MSI (s) (9C:9C) [21:24:20:291]: Executing op: FileRemove(,FileName=keycert3.pem,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: keycert3.pem, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:306]: Verifying accessibility of file: keycert3.pem MSI (s) (9C:9C) [21:24:20:306]: Executing op: FileRemove(,FileName=echo2.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: echo2.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:322]: Verifying accessibility of file: echo2.py MSI (s) (9C:9C) [21:24:20:322]: Executing op: FileRemove(,FileName=test_windows_events.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_windows_events.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:338]: Verifying accessibility of file: test_windows_events.py MSI (s) (9C:9C) [21:24:20:338]: Executing op: FileRemove(,FileName=test_events.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_events.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:353]: Verifying accessibility of file: test_events.py MSI (s) (9C:9C) [21:24:20:369]: Executing op: FileRemove(,FileName=test_futures.py,,ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E}) RemoveFiles: File: test_futures.py, Directory: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:9C) [21:24:20:369]: Verifying accessibility of file: test_futures.py MSI (s) (9C:9C) [21:24:20:369]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\support\) MSI (s) (9C:9C) [21:24:20:369]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={132CC124-704D-4EB7-BCA0-1C74FA0550DF}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\support\ MSI (s) (9C:9C) [21:24:20:385]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:20:385]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\capath\) MSI (s) (9C:9C) [21:24:20:385]: Executing op: FileRemove(,FileName=6e88d7b8.0,,ComponentId={966B0E33-8652-4390-B3DD-85291E93765D}) RemoveFiles: File: 6e88d7b8.0, Directory: C:\Python34\Lib\test\capath\ MSI (s) (9C:9C) [21:24:20:400]: Verifying accessibility of file: 6e88d7b8.0 MSI (s) (9C:9C) [21:24:20:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:400]: Executing op: FileRemove(,FileName=99d0fa06.0,,ComponentId={966B0E33-8652-4390-B3DD-85291E93765D}) RemoveFiles: File: 99d0fa06.0, Directory: C:\Python34\Lib\test\capath\ MSI (s) (9C:9C) [21:24:20:416]: Verifying accessibility of file: 99d0fa06.0 MSI (s) (9C:9C) [21:24:20:416]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:416]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:416]: Executing op: FileRemove(,FileName=4e1295a3.0,,ComponentId={966B0E33-8652-4390-B3DD-85291E93765D}) RemoveFiles: File: 4e1295a3.0, Directory: C:\Python34\Lib\test\capath\ MSI (s) (9C:9C) [21:24:20:431]: Verifying accessibility of file: 4e1295a3.0 MSI (s) (9C:9C) [21:24:20:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:431]: Executing op: FileRemove(,FileName=5ed36f99.0,,ComponentId={966B0E33-8652-4390-B3DD-85291E93765D}) RemoveFiles: File: 5ed36f99.0, Directory: C:\Python34\Lib\test\capath\ MSI (s) (9C:9C) [21:24:20:447]: Verifying accessibility of file: 5ed36f99.0 MSI (s) (9C:9C) [21:24:20:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:447]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\encoded_modules\) MSI (s) (9C:9C) [21:24:20:447]: Executing op: FileRemove(,FileName=module_iso_8859_1.py,,ComponentId={641C911F-17B9-49A9-BFE5-9FC15F3084C3}) RemoveFiles: File: module_iso_8859_1.py, Directory: C:\Python34\Lib\test\encoded_modules\ MSI (s) (9C:9C) [21:24:20:463]: Verifying accessibility of file: module_iso_8859_1.py MSI (s) (9C:9C) [21:24:20:463]: Executing op: FileRemove(,FileName=module_koi8_r.py,,ComponentId={641C911F-17B9-49A9-BFE5-9FC15F3084C3}) RemoveFiles: File: module_koi8_r.py, Directory: C:\Python34\Lib\test\encoded_modules\ MSI (s) (9C:9C) [21:24:20:478]: Verifying accessibility of file: module_koi8_r.py MSI (s) (9C:9C) [21:24:20:478]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={641C911F-17B9-49A9-BFE5-9FC15F3084C3}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\encoded_modules\ MSI (s) (9C:9C) [21:24:20:494]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:20:494]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\imghdrdata\) MSI (s) (9C:9C) [21:24:20:494]: Executing op: FileRemove(,FileName=python.tiff,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.tiff, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:494]: Verifying accessibility of file: python.tiff MSI (s) (9C:9C) [21:24:20:510]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:510]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:510]: Executing op: FileRemove(,FileName=python.png,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.png, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:525]: Verifying accessibility of file: python.png MSI (s) (9C:9C) [21:24:20:533]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:535]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:536]: Executing op: FileRemove(,FileName=python.pbm,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.pbm, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:540]: Verifying accessibility of file: python.pbm MSI (s) (9C:9C) [21:24:20:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:540]: Executing op: FileRemove(,FileName=python.sgi,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.sgi, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:556]: Verifying accessibility of file: python.sgi MSI (s) (9C:9C) [21:24:20:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:556]: Executing op: FileRemove(,FileName=python.ras,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.ras, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:571]: Verifying accessibility of file: python.ras MSI (s) (9C:9C) [21:24:20:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:571]: Executing op: FileRemove(,FileName=python.jpg,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.jpg, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:587]: Verifying accessibility of file: python.jpg MSI (s) (9C:9C) [21:24:20:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:587]: Executing op: FileRemove(,FileName=python.ppm,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.ppm, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:603]: Verifying accessibility of file: python.ppm MSI (s) (9C:9C) [21:24:20:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:603]: Executing op: FileRemove(,FileName=python.bmp,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.bmp, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:618]: Verifying accessibility of file: python.bmp MSI (s) (9C:9C) [21:24:20:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:618]: Executing op: FileRemove(,FileName=python.gif,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.gif, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:634]: Verifying accessibility of file: python.gif MSI (s) (9C:9C) [21:24:20:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:634]: Executing op: FileRemove(,FileName=python.xbm,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.xbm, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:650]: Verifying accessibility of file: python.xbm MSI (s) (9C:9C) [21:24:20:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:650]: Executing op: FileRemove(,FileName=python.pgm,,ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7}) RemoveFiles: File: python.pgm, Directory: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:9C) [21:24:20:665]: Verifying accessibility of file: python.pgm MSI (s) (9C:9C) [21:24:20:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:665]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\decimaltestdata\) MSI (s) (9C:9C) [21:24:20:665]: Executing op: FileRemove(,FileName=ddCompare.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddCompare.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:681]: Verifying accessibility of file: ddCompare.decTest MSI (s) (9C:9C) [21:24:20:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:681]: Executing op: FileRemove(,FileName=dqPlus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqPlus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:696]: Verifying accessibility of file: dqPlus.decTest MSI (s) (9C:9C) [21:24:20:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:696]: Executing op: FileRemove(,FileName=dqScaleB.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqScaleB.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:712]: Verifying accessibility of file: dqScaleB.decTest MSI (s) (9C:9C) [21:24:20:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:728]: Executing op: FileRemove(,FileName=ddCompareTotal.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddCompareTotal.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:728]: Verifying accessibility of file: ddCompareTotal.decTest MSI (s) (9C:9C) [21:24:20:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:743]: Executing op: FileRemove(,FileName=dqAbs.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqAbs.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:743]: Verifying accessibility of file: dqAbs.decTest MSI (s) (9C:9C) [21:24:20:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:759]: Executing op: FileRemove(,FileName=ddMaxMag.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddMaxMag.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:759]: Verifying accessibility of file: ddMaxMag.decTest MSI (s) (9C:9C) [21:24:20:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:775]: Executing op: FileRemove(,FileName=ddNextToward.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddNextToward.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:775]: Verifying accessibility of file: ddNextToward.decTest MSI (s) (9C:9C) [21:24:20:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:790]: Executing op: FileRemove(,FileName=ddDivide.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddDivide.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:790]: Verifying accessibility of file: ddDivide.decTest MSI (s) (9C:9C) [21:24:20:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:806]: Executing op: FileRemove(,FileName=dqMaxMag.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqMaxMag.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:806]: Verifying accessibility of file: dqMaxMag.decTest MSI (s) (9C:9C) [21:24:20:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:821]: Executing op: FileRemove(,FileName=multiply.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: multiply.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:821]: Verifying accessibility of file: multiply.decTest MSI (s) (9C:9C) [21:24:20:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:837]: Executing op: FileRemove(,FileName=abs.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: abs.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:837]: Verifying accessibility of file: abs.decTest MSI (s) (9C:9C) [21:24:20:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:853]: Executing op: FileRemove(,FileName=ddScaleB.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddScaleB.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:853]: Verifying accessibility of file: ddScaleB.decTest MSI (s) (9C:9C) [21:24:20:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:868]: Executing op: FileRemove(,FileName=ddClass.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddClass.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:868]: Verifying accessibility of file: ddClass.decTest MSI (s) (9C:9C) [21:24:20:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:884]: Executing op: FileRemove(,FileName=shift.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: shift.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:900]: Verifying accessibility of file: shift.decTest MSI (s) (9C:9C) [21:24:20:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:900]: Executing op: FileRemove(,FileName=subtract.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: subtract.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:915]: Verifying accessibility of file: subtract.decTest MSI (s) (9C:9C) [21:24:20:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:931]: Executing op: FileRemove(,FileName=dqCompareSig.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqCompareSig.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:931]: Verifying accessibility of file: dqCompareSig.decTest MSI (s) (9C:9C) [21:24:20:946]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:946]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:946]: Executing op: FileRemove(,FileName=decDouble.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: decDouble.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:962]: Verifying accessibility of file: decDouble.decTest MSI (s) (9C:9C) [21:24:20:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:962]: Executing op: FileRemove(,FileName=samequantum.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: samequantum.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:978]: Verifying accessibility of file: samequantum.decTest MSI (s) (9C:9C) [21:24:20:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:978]: Executing op: FileRemove(,FileName=maxmag.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: maxmag.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:20:993]: Verifying accessibility of file: maxmag.decTest MSI (s) (9C:9C) [21:24:20:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:20:993]: Executing op: FileRemove(,FileName=dqOr.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqOr.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:025]: Verifying accessibility of file: dqOr.decTest MSI (s) (9C:9C) [21:24:21:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:040]: Executing op: FileRemove(,FileName=dqRotate.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqRotate.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:040]: Verifying accessibility of file: dqRotate.decTest MSI (s) (9C:9C) [21:24:21:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:056]: Executing op: FileRemove(,FileName=tointegral.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: tointegral.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:056]: Verifying accessibility of file: tointegral.decTest MSI (s) (9C:9C) [21:24:21:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:056]: Executing op: FileRemove(,FileName=dqCompareTotal.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqCompareTotal.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:071]: Verifying accessibility of file: dqCompareTotal.decTest MSI (s) (9C:9C) [21:24:21:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:071]: Executing op: FileRemove(,FileName=ddXor.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddXor.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:087]: Verifying accessibility of file: ddXor.decTest MSI (s) (9C:9C) [21:24:21:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:087]: Executing op: FileRemove(,FileName=dqCopySign.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqCopySign.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:103]: Verifying accessibility of file: dqCopySign.decTest MSI (s) (9C:9C) [21:24:21:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:103]: Executing op: FileRemove(,FileName=decSingle.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: decSingle.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:118]: Verifying accessibility of file: decSingle.decTest MSI (s) (9C:9C) [21:24:21:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:118]: Executing op: FileRemove(,FileName=dqCanonical.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqCanonical.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:118]: Verifying accessibility of file: dqCanonical.decTest MSI (s) (9C:9C) [21:24:21:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:134]: Executing op: FileRemove(,FileName=dqSameQuantum.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqSameQuantum.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:134]: Verifying accessibility of file: dqSameQuantum.decTest MSI (s) (9C:9C) [21:24:21:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:150]: Executing op: FileRemove(,FileName=min.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: min.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:150]: Verifying accessibility of file: min.decTest MSI (s) (9C:9C) [21:24:21:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:165]: Executing op: FileRemove(,FileName=dqCopyNegate.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqCopyNegate.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:165]: Verifying accessibility of file: dqCopyNegate.decTest MSI (s) (9C:9C) [21:24:21:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:181]: Executing op: FileRemove(,FileName=xor.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: xor.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:181]: Verifying accessibility of file: xor.decTest MSI (s) (9C:9C) [21:24:21:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:196]: Executing op: FileRemove(,FileName=ddNextMinus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddNextMinus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:196]: Verifying accessibility of file: ddNextMinus.decTest MSI (s) (9C:9C) [21:24:21:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:212]: Executing op: FileRemove(,FileName=copy.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: copy.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:212]: Verifying accessibility of file: copy.decTest MSI (s) (9C:9C) [21:24:21:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:228]: Executing op: FileRemove(,FileName=randoms.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: randoms.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:228]: Verifying accessibility of file: randoms.decTest MSI (s) (9C:9C) [21:24:21:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:228]: Executing op: FileRemove(,FileName=log10.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: log10.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:243]: Verifying accessibility of file: log10.decTest MSI (s) (9C:9C) [21:24:21:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:259]: Executing op: FileRemove(,FileName=dqSubtract.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqSubtract.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:259]: Verifying accessibility of file: dqSubtract.decTest MSI (s) (9C:9C) [21:24:21:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:275]: Executing op: FileRemove(,FileName=dqShift.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqShift.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:275]: Verifying accessibility of file: dqShift.decTest MSI (s) (9C:9C) [21:24:21:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:290]: Executing op: FileRemove(,FileName=dqFMA.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqFMA.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:290]: Verifying accessibility of file: dqFMA.decTest MSI (s) (9C:9C) [21:24:21:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:306]: Executing op: FileRemove(,FileName=testall.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: testall.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:306]: Verifying accessibility of file: testall.decTest MSI (s) (9C:9C) [21:24:21:321]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:321]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:321]: Executing op: FileRemove(,FileName=ddMinMag.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddMinMag.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:321]: Verifying accessibility of file: ddMinMag.decTest MSI (s) (9C:9C) [21:24:21:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:337]: Executing op: FileRemove(,FileName=reduce.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: reduce.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:337]: Verifying accessibility of file: reduce.decTest MSI (s) (9C:9C) [21:24:21:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:353]: Executing op: FileRemove(,FileName=comparetotmag.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: comparetotmag.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:353]: Verifying accessibility of file: comparetotmag.decTest MSI (s) (9C:9C) [21:24:21:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:368]: Executing op: FileRemove(,FileName=dqEncode.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqEncode.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:368]: Verifying accessibility of file: dqEncode.decTest MSI (s) (9C:9C) [21:24:21:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:384]: Executing op: FileRemove(,FileName=add.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: add.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:384]: Verifying accessibility of file: add.decTest MSI (s) (9C:9C) [21:24:21:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:400]: Executing op: FileRemove(,FileName=dqXor.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqXor.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:400]: Verifying accessibility of file: dqXor.decTest MSI (s) (9C:9C) [21:24:21:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:415]: Executing op: FileRemove(,FileName=ddEncode.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddEncode.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:415]: Verifying accessibility of file: ddEncode.decTest MSI (s) (9C:9C) [21:24:21:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:431]: Executing op: FileRemove(,FileName=dqLogB.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqLogB.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:431]: Verifying accessibility of file: dqLogB.decTest MSI (s) (9C:9C) [21:24:21:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:446]: Executing op: FileRemove(,FileName=invert.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: invert.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:446]: Verifying accessibility of file: invert.decTest MSI (s) (9C:9C) [21:24:21:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:462]: Executing op: FileRemove(,FileName=ddOr.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddOr.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:462]: Verifying accessibility of file: ddOr.decTest MSI (s) (9C:9C) [21:24:21:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:478]: Executing op: FileRemove(,FileName=ddRemainder.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddRemainder.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:478]: Verifying accessibility of file: ddRemainder.decTest MSI (s) (9C:9C) [21:24:21:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:509]: Executing op: FileRemove(,FileName=dqBase.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqBase.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:525]: Verifying accessibility of file: dqBase.decTest MSI (s) (9C:9C) [21:24:21:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:525]: Executing op: FileRemove(,FileName=ddAnd.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddAnd.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:540]: Verifying accessibility of file: ddAnd.decTest MSI (s) (9C:9C) [21:24:21:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:540]: Executing op: FileRemove(,FileName=ddCopy.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddCopy.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:556]: Verifying accessibility of file: ddCopy.decTest MSI (s) (9C:9C) [21:24:21:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:556]: Executing op: FileRemove(,FileName=ddMinus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddMinus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:571]: Verifying accessibility of file: ddMinus.decTest MSI (s) (9C:9C) [21:24:21:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:571]: Executing op: FileRemove(,FileName=ddInvert.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddInvert.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:587]: Verifying accessibility of file: ddInvert.decTest MSI (s) (9C:9C) [21:24:21:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:587]: Executing op: FileRemove(,FileName=dqMax.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqMax.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:587]: Verifying accessibility of file: dqMax.decTest MSI (s) (9C:9C) [21:24:21:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:603]: Executing op: FileRemove(,FileName=fma.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: fma.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:603]: Verifying accessibility of file: fma.decTest MSI (s) (9C:9C) [21:24:21:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:618]: Executing op: FileRemove(,FileName=and.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: and.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:618]: Verifying accessibility of file: and.decTest MSI (s) (9C:9C) [21:24:21:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:634]: Executing op: FileRemove(,FileName=dqDivide.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqDivide.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:634]: Verifying accessibility of file: dqDivide.decTest MSI (s) (9C:9C) [21:24:21:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:650]: Executing op: FileRemove(,FileName=ddMin.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddMin.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:650]: Verifying accessibility of file: ddMin.decTest MSI (s) (9C:9C) [21:24:21:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:665]: Executing op: FileRemove(,FileName=copyabs.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: copyabs.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:665]: Verifying accessibility of file: copyabs.decTest MSI (s) (9C:9C) [21:24:21:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:681]: Executing op: FileRemove(,FileName=dqReduce.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqReduce.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:681]: Verifying accessibility of file: dqReduce.decTest MSI (s) (9C:9C) [21:24:21:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:696]: Executing op: FileRemove(,FileName=ln.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ln.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:696]: Verifying accessibility of file: ln.decTest MSI (s) (9C:9C) [21:24:21:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:712]: Executing op: FileRemove(,FileName=ddCopySign.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddCopySign.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:712]: Verifying accessibility of file: ddCopySign.decTest MSI (s) (9C:9C) [21:24:21:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:728]: Executing op: FileRemove(,FileName=decQuad.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: decQuad.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:728]: Verifying accessibility of file: decQuad.decTest MSI (s) (9C:9C) [21:24:21:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:743]: Executing op: FileRemove(,FileName=nextminus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: nextminus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:743]: Verifying accessibility of file: nextminus.decTest MSI (s) (9C:9C) [21:24:21:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:759]: Executing op: FileRemove(,FileName=ddShift.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddShift.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:775]: Verifying accessibility of file: ddShift.decTest MSI (s) (9C:9C) [21:24:21:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:775]: Executing op: FileRemove(,FileName=plus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: plus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:790]: Verifying accessibility of file: plus.decTest MSI (s) (9C:9C) [21:24:21:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:790]: Executing op: FileRemove(,FileName=ddCopyNegate.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddCopyNegate.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:806]: Verifying accessibility of file: ddCopyNegate.decTest MSI (s) (9C:9C) [21:24:21:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:806]: Executing op: FileRemove(,FileName=clamp.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: clamp.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:821]: Verifying accessibility of file: clamp.decTest MSI (s) (9C:9C) [21:24:21:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:837]: Executing op: FileRemove(,FileName=ddSameQuantum.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddSameQuantum.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:837]: Verifying accessibility of file: ddSameQuantum.decTest MSI (s) (9C:9C) [21:24:21:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:853]: Executing op: FileRemove(,FileName=remainderNear.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: remainderNear.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:853]: Verifying accessibility of file: remainderNear.decTest MSI (s) (9C:9C) [21:24:21:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:868]: Executing op: FileRemove(,FileName=ddToIntegral.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddToIntegral.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:884]: Verifying accessibility of file: ddToIntegral.decTest MSI (s) (9C:9C) [21:24:21:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:884]: Executing op: FileRemove(,FileName=ddPlus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddPlus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:884]: Verifying accessibility of file: ddPlus.decTest MSI (s) (9C:9C) [21:24:21:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:900]: Executing op: FileRemove(,FileName=rotate.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: rotate.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:915]: Verifying accessibility of file: rotate.decTest MSI (s) (9C:9C) [21:24:21:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:931]: Executing op: FileRemove(,FileName=ddMax.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddMax.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:931]: Verifying accessibility of file: ddMax.decTest MSI (s) (9C:9C) [21:24:21:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:931]: Executing op: FileRemove(,FileName=remainder.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: remainder.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:946]: Verifying accessibility of file: remainder.decTest MSI (s) (9C:9C) [21:24:21:946]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:962]: Executing op: FileRemove(,FileName=dqRemainder.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqRemainder.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:962]: Verifying accessibility of file: dqRemainder.decTest MSI (s) (9C:9C) [21:24:21:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:978]: Executing op: FileRemove(,FileName=quantize.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: quantize.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:978]: Verifying accessibility of file: quantize.decTest MSI (s) (9C:9C) [21:24:21:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:21:993]: Executing op: FileRemove(,FileName=dqMultiply.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqMultiply.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:21:993]: Verifying accessibility of file: dqMultiply.decTest MSI (s) (9C:9C) [21:24:21:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:009]: Executing op: FileRemove(,FileName=dqMinMag.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqMinMag.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:009]: Verifying accessibility of file: dqMinMag.decTest MSI (s) (9C:9C) [21:24:22:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:025]: Executing op: FileRemove(,FileName=max.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: max.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:025]: Verifying accessibility of file: max.decTest MSI (s) (9C:9C) [21:24:22:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:040]: Executing op: FileRemove(,FileName=extra.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: extra.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:040]: Verifying accessibility of file: extra.decTest MSI (s) (9C:9C) [21:24:22:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:056]: Executing op: FileRemove(,FileName=copysign.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: copysign.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:056]: Verifying accessibility of file: copysign.decTest MSI (s) (9C:9C) [21:24:22:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:071]: Executing op: FileRemove(,FileName=compare.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: compare.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:071]: Verifying accessibility of file: compare.decTest MSI (s) (9C:9C) [21:24:22:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:087]: Executing op: FileRemove(,FileName=squareroot.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: squareroot.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:087]: Verifying accessibility of file: squareroot.decTest MSI (s) (9C:9C) [21:24:22:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:103]: Executing op: FileRemove(,FileName=dqAdd.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqAdd.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:103]: Verifying accessibility of file: dqAdd.decTest MSI (s) (9C:9C) [21:24:22:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:118]: Executing op: FileRemove(,FileName=dqClass.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqClass.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:118]: Verifying accessibility of file: dqClass.decTest MSI (s) (9C:9C) [21:24:22:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:134]: Executing op: FileRemove(,FileName=ddCompareTotalMag.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddCompareTotalMag.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:134]: Verifying accessibility of file: ddCompareTotalMag.decTest MSI (s) (9C:9C) [21:24:22:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:150]: Executing op: FileRemove(,FileName=dqDivideInt.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqDivideInt.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:150]: Verifying accessibility of file: dqDivideInt.decTest MSI (s) (9C:9C) [21:24:22:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:165]: Executing op: FileRemove(,FileName=ddAbs.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddAbs.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:165]: Verifying accessibility of file: ddAbs.decTest MSI (s) (9C:9C) [21:24:22:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:181]: Executing op: FileRemove(,FileName=base.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: base.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:181]: Verifying accessibility of file: base.decTest MSI (s) (9C:9C) [21:24:22:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:196]: Executing op: FileRemove(,FileName=ddCompareSig.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddCompareSig.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:196]: Verifying accessibility of file: ddCompareSig.decTest MSI (s) (9C:9C) [21:24:22:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:212]: Executing op: FileRemove(,FileName=ddDivideInt.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddDivideInt.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:212]: Verifying accessibility of file: ddDivideInt.decTest MSI (s) (9C:9C) [21:24:22:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:228]: Executing op: FileRemove(,FileName=dqQuantize.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqQuantize.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:228]: Verifying accessibility of file: dqQuantize.decTest MSI (s) (9C:9C) [21:24:22:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:228]: Executing op: FileRemove(,FileName=dqCompare.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqCompare.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:243]: Verifying accessibility of file: dqCompare.decTest MSI (s) (9C:9C) [21:24:22:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:243]: Executing op: FileRemove(,FileName=dqToIntegral.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqToIntegral.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:259]: Verifying accessibility of file: dqToIntegral.decTest MSI (s) (9C:9C) [21:24:22:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:275]: Executing op: FileRemove(,FileName=dqRemainderNear.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqRemainderNear.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:275]: Verifying accessibility of file: dqRemainderNear.decTest MSI (s) (9C:9C) [21:24:22:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:275]: Executing op: FileRemove(,FileName=dqCopy.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqCopy.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:290]: Verifying accessibility of file: dqCopy.decTest MSI (s) (9C:9C) [21:24:22:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:290]: Executing op: FileRemove(,FileName=randomBound32.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: randomBound32.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:306]: Verifying accessibility of file: randomBound32.decTest MSI (s) (9C:9C) [21:24:22:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:306]: Executing op: FileRemove(,FileName=ddBase.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddBase.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:321]: Verifying accessibility of file: ddBase.decTest MSI (s) (9C:9C) [21:24:22:321]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:321]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:321]: Executing op: FileRemove(,FileName=dqCompareTotalMag.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqCompareTotalMag.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:337]: Verifying accessibility of file: dqCompareTotalMag.decTest MSI (s) (9C:9C) [21:24:22:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:337]: Executing op: FileRemove(,FileName=dsEncode.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dsEncode.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:353]: Verifying accessibility of file: dsEncode.decTest MSI (s) (9C:9C) [21:24:22:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:353]: Executing op: FileRemove(,FileName=rounding.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: rounding.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:368]: Verifying accessibility of file: rounding.decTest MSI (s) (9C:9C) [21:24:22:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:368]: Executing op: FileRemove(,FileName=exp.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: exp.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:384]: Verifying accessibility of file: exp.decTest MSI (s) (9C:9C) [21:24:22:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:400]: Executing op: FileRemove(,FileName=ddQuantize.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddQuantize.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:415]: Verifying accessibility of file: ddQuantize.decTest MSI (s) (9C:9C) [21:24:22:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:431]: Executing op: FileRemove(,FileName=comparetotal.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: comparetotal.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:431]: Verifying accessibility of file: comparetotal.decTest MSI (s) (9C:9C) [21:24:22:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:446]: Executing op: FileRemove(,FileName=minmag.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: minmag.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:446]: Verifying accessibility of file: minmag.decTest MSI (s) (9C:9C) [21:24:22:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:462]: Executing op: FileRemove(,FileName=nexttoward.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: nexttoward.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:462]: Verifying accessibility of file: nexttoward.decTest MSI (s) (9C:9C) [21:24:22:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:478]: Executing op: FileRemove(,FileName=dqNextMinus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqNextMinus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:478]: Verifying accessibility of file: dqNextMinus.decTest MSI (s) (9C:9C) [21:24:22:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:493]: Executing op: FileRemove(,FileName=ddReduce.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddReduce.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:493]: Verifying accessibility of file: ddReduce.decTest MSI (s) (9C:9C) [21:24:22:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:509]: Executing op: FileRemove(,FileName=ddAdd.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddAdd.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:509]: Verifying accessibility of file: ddAdd.decTest MSI (s) (9C:9C) [21:24:22:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:509]: Executing op: FileRemove(,FileName=or.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: or.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:525]: Verifying accessibility of file: or.decTest MSI (s) (9C:9C) [21:24:22:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:525]: Executing op: FileRemove(,FileName=tointegralx.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: tointegralx.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:540]: Verifying accessibility of file: tointegralx.decTest MSI (s) (9C:9C) [21:24:22:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:556]: Executing op: FileRemove(,FileName=dqMin.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqMin.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:556]: Verifying accessibility of file: dqMin.decTest MSI (s) (9C:9C) [21:24:22:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:571]: Executing op: FileRemove(,FileName=dqNextToward.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqNextToward.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:571]: Verifying accessibility of file: dqNextToward.decTest MSI (s) (9C:9C) [21:24:22:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:587]: Executing op: FileRemove(,FileName=ddNextPlus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddNextPlus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:587]: Verifying accessibility of file: ddNextPlus.decTest MSI (s) (9C:9C) [21:24:22:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:603]: Executing op: FileRemove(,FileName=minus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: minus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:618]: Verifying accessibility of file: minus.decTest MSI (s) (9C:9C) [21:24:22:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:618]: Executing op: FileRemove(,FileName=divide.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: divide.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:634]: Verifying accessibility of file: divide.decTest MSI (s) (9C:9C) [21:24:22:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:634]: Executing op: FileRemove(,FileName=dqMinus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqMinus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:650]: Verifying accessibility of file: dqMinus.decTest MSI (s) (9C:9C) [21:24:22:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:650]: Executing op: FileRemove(,FileName=inexact.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: inexact.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:665]: Verifying accessibility of file: inexact.decTest MSI (s) (9C:9C) [21:24:22:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:665]: Executing op: FileRemove(,FileName=powersqrt.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: powersqrt.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:681]: Verifying accessibility of file: powersqrt.decTest MSI (s) (9C:9C) [21:24:22:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:681]: Executing op: FileRemove(,FileName=dqAnd.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqAnd.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:696]: Verifying accessibility of file: dqAnd.decTest MSI (s) (9C:9C) [21:24:22:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:696]: Executing op: FileRemove(,FileName=copynegate.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: copynegate.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:696]: Verifying accessibility of file: copynegate.decTest MSI (s) (9C:9C) [21:24:22:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:712]: Executing op: FileRemove(,FileName=rescale.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: rescale.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:712]: Verifying accessibility of file: rescale.decTest MSI (s) (9C:9C) [21:24:22:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:728]: Executing op: FileRemove(,FileName=divideint.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: divideint.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:728]: Verifying accessibility of file: divideint.decTest MSI (s) (9C:9C) [21:24:22:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:743]: Executing op: FileRemove(,FileName=ddCanonical.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddCanonical.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:743]: Verifying accessibility of file: ddCanonical.decTest MSI (s) (9C:9C) [21:24:22:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:759]: Executing op: FileRemove(,FileName=ddCopyAbs.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddCopyAbs.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:759]: Verifying accessibility of file: ddCopyAbs.decTest MSI (s) (9C:9C) [21:24:22:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:775]: Executing op: FileRemove(,FileName=ddFMA.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddFMA.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:775]: Verifying accessibility of file: ddFMA.decTest MSI (s) (9C:9C) [21:24:22:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:790]: Executing op: FileRemove(,FileName=scaleb.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: scaleb.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:790]: Verifying accessibility of file: scaleb.decTest MSI (s) (9C:9C) [21:24:22:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:806]: Executing op: FileRemove(,FileName=dsBase.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dsBase.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:806]: Verifying accessibility of file: dsBase.decTest MSI (s) (9C:9C) [21:24:22:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:821]: Executing op: FileRemove(,FileName=ddRotate.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddRotate.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:821]: Verifying accessibility of file: ddRotate.decTest MSI (s) (9C:9C) [21:24:22:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:837]: Executing op: FileRemove(,FileName=ddSubtract.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddSubtract.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:837]: Verifying accessibility of file: ddSubtract.decTest MSI (s) (9C:9C) [21:24:22:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:853]: Executing op: FileRemove(,FileName=dqNextPlus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqNextPlus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:853]: Verifying accessibility of file: dqNextPlus.decTest MSI (s) (9C:9C) [21:24:22:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:868]: Executing op: FileRemove(,FileName=dqInvert.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqInvert.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:868]: Verifying accessibility of file: dqInvert.decTest MSI (s) (9C:9C) [21:24:22:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:884]: Executing op: FileRemove(,FileName=logb.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: logb.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:884]: Verifying accessibility of file: logb.decTest MSI (s) (9C:9C) [21:24:22:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:900]: Executing op: FileRemove(,FileName=power.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: power.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:900]: Verifying accessibility of file: power.decTest MSI (s) (9C:9C) [21:24:22:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:900]: Executing op: FileRemove(,FileName=dqCopyAbs.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: dqCopyAbs.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:915]: Verifying accessibility of file: dqCopyAbs.decTest MSI (s) (9C:9C) [21:24:22:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:915]: Executing op: FileRemove(,FileName=ddMultiply.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddMultiply.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:931]: Verifying accessibility of file: ddMultiply.decTest MSI (s) (9C:9C) [21:24:22:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:931]: Executing op: FileRemove(,FileName=ddLogB.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddLogB.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:946]: Verifying accessibility of file: ddLogB.decTest MSI (s) (9C:9C) [21:24:22:946]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:946]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:946]: Executing op: FileRemove(,FileName=ddRemainderNear.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: ddRemainderNear.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:962]: Verifying accessibility of file: ddRemainderNear.decTest MSI (s) (9C:9C) [21:24:22:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:962]: Executing op: FileRemove(,FileName=class.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: class.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:962]: Verifying accessibility of file: class.decTest MSI (s) (9C:9C) [21:24:22:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:22:978]: Executing op: FileRemove(,FileName=nextplus.decTest,,ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606}) RemoveFiles: File: nextplus.decTest, Directory: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:9C) [21:24:22:978]: Verifying accessibility of file: nextplus.decTest MSI (s) (9C:9C) [21:24:23:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:150]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\sndhdrdata\) MSI (s) (9C:9C) [21:24:23:150]: Executing op: FileRemove(,FileName=sndhdr.aifc,,ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61}) RemoveFiles: File: sndhdr.aifc, Directory: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:9C) [21:24:23:150]: Verifying accessibility of file: sndhdr.aifc MSI (s) (9C:9C) [21:24:23:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:165]: Executing op: FileRemove(,FileName=sndhdr.au,,ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61}) RemoveFiles: File: sndhdr.au, Directory: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:9C) [21:24:23:165]: Verifying accessibility of file: sndhdr.au MSI (s) (9C:9C) [21:24:23:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:181]: Executing op: FileRemove(,FileName=sndhdr.wav,,ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61}) RemoveFiles: File: sndhdr.wav, Directory: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:9C) [21:24:23:181]: Verifying accessibility of file: sndhdr.wav MSI (s) (9C:9C) [21:24:23:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:196]: Executing op: FileRemove(,FileName=sndhdr.aiff,,ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61}) RemoveFiles: File: sndhdr.aiff, Directory: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:9C) [21:24:23:196]: Verifying accessibility of file: sndhdr.aiff MSI (s) (9C:9C) [21:24:23:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:212]: Executing op: FileRemove(,FileName=sndhdr.voc,,ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61}) RemoveFiles: File: sndhdr.voc, Directory: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:9C) [21:24:23:212]: Verifying accessibility of file: sndhdr.voc MSI (s) (9C:9C) [21:24:23:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:228]: Executing op: FileRemove(,FileName=sndhdr.8svx,,ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61}) RemoveFiles: File: sndhdr.8svx, Directory: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:9C) [21:24:23:228]: Verifying accessibility of file: sndhdr.8svx MSI (s) (9C:9C) [21:24:23:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:243]: Executing op: FileRemove(,FileName=sndhdr.hcom,,ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61}) RemoveFiles: File: sndhdr.hcom, Directory: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:9C) [21:24:23:243]: Verifying accessibility of file: sndhdr.hcom MSI (s) (9C:9C) [21:24:23:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:259]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61}) RemoveFiles: File: README.txt, Directory: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:9C) [21:24:23:259]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:23:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:275]: Executing op: FileRemove(,FileName=sndhdr.sndt,,ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61}) RemoveFiles: File: sndhdr.sndt, Directory: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:9C) [21:24:23:275]: Verifying accessibility of file: sndhdr.sndt MSI (s) (9C:9C) [21:24:23:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:275]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\tracedmodules\) MSI (s) (9C:9C) [21:24:23:290]: Executing op: FileRemove(,FileName=testmod.py,,ComponentId={D57377E9-C10F-4C35-875A-91C3D13B2879}) RemoveFiles: File: testmod.py, Directory: C:\Python34\Lib\test\tracedmodules\ MSI (s) (9C:9C) [21:24:23:290]: Verifying accessibility of file: testmod.py MSI (s) (9C:9C) [21:24:23:290]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={D57377E9-C10F-4C35-875A-91C3D13B2879}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\tracedmodules\ MSI (s) (9C:9C) [21:24:23:306]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:23:306]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\crashers\) MSI (s) (9C:9C) [21:24:23:306]: Executing op: FileRemove(,FileName=mutation_inside_cyclegc.py,,ComponentId={577492CC-3777-42A3-90A2-A78352C57669}) RemoveFiles: File: mutation_inside_cyclegc.py, Directory: C:\Python34\Lib\test\crashers\ MSI (s) (9C:9C) [21:24:23:321]: Verifying accessibility of file: mutation_inside_cyclegc.py MSI (s) (9C:9C) [21:24:23:321]: Executing op: FileRemove(,FileName=bogus_code_obj.py,,ComponentId={577492CC-3777-42A3-90A2-A78352C57669}) RemoveFiles: File: bogus_code_obj.py, Directory: C:\Python34\Lib\test\crashers\ MSI (s) (9C:9C) [21:24:23:337]: Verifying accessibility of file: bogus_code_obj.py MSI (s) (9C:9C) [21:24:23:337]: Executing op: FileRemove(,FileName=infinite_loop_re.py,,ComponentId={577492CC-3777-42A3-90A2-A78352C57669}) RemoveFiles: File: infinite_loop_re.py, Directory: C:\Python34\Lib\test\crashers\ MSI (s) (9C:9C) [21:24:23:353]: Verifying accessibility of file: infinite_loop_re.py MSI (s) (9C:9C) [21:24:23:353]: Executing op: FileRemove(,FileName=trace_at_recursion_limit.py,,ComponentId={577492CC-3777-42A3-90A2-A78352C57669}) RemoveFiles: File: trace_at_recursion_limit.py, Directory: C:\Python34\Lib\test\crashers\ MSI (s) (9C:9C) [21:24:23:368]: Verifying accessibility of file: trace_at_recursion_limit.py MSI (s) (9C:9C) [21:24:23:368]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={577492CC-3777-42A3-90A2-A78352C57669}) RemoveFiles: File: README.txt, Directory: C:\Python34\Lib\test\crashers\ MSI (s) (9C:9C) [21:24:23:384]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:23:384]: Executing op: FileRemove(,FileName=underlying_dict.py,,ComponentId={577492CC-3777-42A3-90A2-A78352C57669}) RemoveFiles: File: underlying_dict.py, Directory: C:\Python34\Lib\test\crashers\ MSI (s) (9C:9C) [21:24:23:400]: Verifying accessibility of file: underlying_dict.py MSI (s) (9C:9C) [21:24:23:400]: Executing op: FileRemove(,FileName=recursive_call.py,,ComponentId={577492CC-3777-42A3-90A2-A78352C57669}) RemoveFiles: File: recursive_call.py, Directory: C:\Python34\Lib\test\crashers\ MSI (s) (9C:9C) [21:24:23:415]: Verifying accessibility of file: recursive_call.py MSI (s) (9C:9C) [21:24:23:415]: Executing op: FileRemove(,FileName=gc_inspection.py,,ComponentId={577492CC-3777-42A3-90A2-A78352C57669}) RemoveFiles: File: gc_inspection.py, Directory: C:\Python34\Lib\test\crashers\ MSI (s) (9C:9C) [21:24:23:415]: Verifying accessibility of file: gc_inspection.py MSI (s) (9C:9C) [21:24:23:431]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\cjkencodings\) MSI (s) (9C:9C) [21:24:23:431]: Executing op: FileRemove(,FileName=gbk-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: gbk-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:431]: Verifying accessibility of file: gbk-utf8.txt MSI (s) (9C:9C) [21:24:23:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:446]: Executing op: FileRemove(,FileName=big5.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: big5.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:446]: Verifying accessibility of file: big5.txt MSI (s) (9C:9C) [21:24:23:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:462]: Executing op: FileRemove(,FileName=gb2312.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: gb2312.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:462]: Verifying accessibility of file: gb2312.txt MSI (s) (9C:9C) [21:24:23:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:478]: Executing op: FileRemove(,FileName=iso2022_jp.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: iso2022_jp.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:478]: Verifying accessibility of file: iso2022_jp.txt MSI (s) (9C:9C) [21:24:23:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:493]: Executing op: FileRemove(,FileName=euc_jisx0213-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: euc_jisx0213-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:493]: Verifying accessibility of file: euc_jisx0213-utf8.txt MSI (s) (9C:9C) [21:24:23:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:509]: Executing op: FileRemove(,FileName=euc_kr.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: euc_kr.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:509]: Verifying accessibility of file: euc_kr.txt MSI (s) (9C:9C) [21:24:23:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:509]: Executing op: FileRemove(,FileName=iso2022_kr.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: iso2022_kr.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:525]: Verifying accessibility of file: iso2022_kr.txt MSI (s) (9C:9C) [21:24:23:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:540]: Executing op: FileRemove(,FileName=iso2022_kr-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: iso2022_kr-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:540]: Verifying accessibility of file: iso2022_kr-utf8.txt MSI (s) (9C:9C) [21:24:23:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:556]: Executing op: FileRemove(,FileName=shift_jisx0213-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: shift_jisx0213-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:556]: Verifying accessibility of file: shift_jisx0213-utf8.txt MSI (s) (9C:9C) [21:24:23:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:571]: Executing op: FileRemove(,FileName=gbk.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: gbk.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:571]: Verifying accessibility of file: gbk.txt MSI (s) (9C:9C) [21:24:23:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:571]: Executing op: FileRemove(,FileName=big5hkscs.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: big5hkscs.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:587]: Verifying accessibility of file: big5hkscs.txt MSI (s) (9C:9C) [21:24:23:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:587]: Executing op: FileRemove(,FileName=big5hkscs-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: big5hkscs-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:603]: Verifying accessibility of file: big5hkscs-utf8.txt MSI (s) (9C:9C) [21:24:23:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:603]: Executing op: FileRemove(,FileName=euc_kr-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: euc_kr-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:618]: Verifying accessibility of file: euc_kr-utf8.txt MSI (s) (9C:9C) [21:24:23:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:618]: Executing op: FileRemove(,FileName=shift_jis.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: shift_jis.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:634]: Verifying accessibility of file: shift_jis.txt MSI (s) (9C:9C) [21:24:23:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:634]: Executing op: FileRemove(,FileName=euc_jisx0213.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: euc_jisx0213.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:650]: Verifying accessibility of file: euc_jisx0213.txt MSI (s) (9C:9C) [21:24:23:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:650]: Executing op: FileRemove(,FileName=iso2022_jp-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: iso2022_jp-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:665]: Verifying accessibility of file: iso2022_jp-utf8.txt MSI (s) (9C:9C) [21:24:23:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:665]: Executing op: FileRemove(,FileName=cp949.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: cp949.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:665]: Verifying accessibility of file: cp949.txt MSI (s) (9C:9C) [21:24:23:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:681]: Executing op: FileRemove(,FileName=euc_jp.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: euc_jp.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:696]: Verifying accessibility of file: euc_jp.txt MSI (s) (9C:9C) [21:24:23:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:696]: Executing op: FileRemove(,FileName=gb18030.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: gb18030.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:728]: Verifying accessibility of file: gb18030.txt MSI (s) (9C:9C) [21:24:23:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:743]: Executing op: FileRemove(,FileName=hz-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: hz-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:743]: Verifying accessibility of file: hz-utf8.txt MSI (s) (9C:9C) [21:24:23:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:759]: Executing op: FileRemove(,FileName=cp949-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: cp949-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:759]: Verifying accessibility of file: cp949-utf8.txt MSI (s) (9C:9C) [21:24:23:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:775]: Executing op: FileRemove(,FileName=gb2312-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: gb2312-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:775]: Verifying accessibility of file: gb2312-utf8.txt MSI (s) (9C:9C) [21:24:23:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:790]: Executing op: FileRemove(,FileName=big5-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: big5-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:790]: Verifying accessibility of file: big5-utf8.txt MSI (s) (9C:9C) [21:24:23:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:806]: Executing op: FileRemove(,FileName=johab-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: johab-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:806]: Verifying accessibility of file: johab-utf8.txt MSI (s) (9C:9C) [21:24:23:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:821]: Executing op: FileRemove(,FileName=hz.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: hz.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:821]: Verifying accessibility of file: hz.txt MSI (s) (9C:9C) [21:24:23:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:837]: Executing op: FileRemove(,FileName=euc_jp-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: euc_jp-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:837]: Verifying accessibility of file: euc_jp-utf8.txt MSI (s) (9C:9C) [21:24:23:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:853]: Executing op: FileRemove(,FileName=gb18030-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: gb18030-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:853]: Verifying accessibility of file: gb18030-utf8.txt MSI (s) (9C:9C) [21:24:23:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:868]: Executing op: FileRemove(,FileName=johab.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: johab.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:868]: Verifying accessibility of file: johab.txt MSI (s) (9C:9C) [21:24:23:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:884]: Executing op: FileRemove(,FileName=shift_jisx0213.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: shift_jisx0213.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:884]: Verifying accessibility of file: shift_jisx0213.txt MSI (s) (9C:9C) [21:24:23:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:900]: Executing op: FileRemove(,FileName=shift_jis-utf8.txt,,ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83}) RemoveFiles: File: shift_jis-utf8.txt, Directory: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:9C) [21:24:23:915]: Verifying accessibility of file: shift_jis-utf8.txt MSI (s) (9C:9C) [21:24:23:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:23:915]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\leakers\) MSI (s) (9C:9C) [21:24:23:915]: Executing op: FileRemove(,FileName=test_selftype.py,,ComponentId={F94509B5-5DE3-4E15-975E-421FF0328611}) RemoveFiles: File: test_selftype.py, Directory: C:\Python34\Lib\test\leakers\ MSI (s) (9C:9C) [21:24:23:931]: Verifying accessibility of file: test_selftype.py MSI (s) (9C:9C) [21:24:23:931]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={F94509B5-5DE3-4E15-975E-421FF0328611}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\leakers\ MSI (s) (9C:9C) [21:24:23:946]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:23:946]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={F94509B5-5DE3-4E15-975E-421FF0328611}) RemoveFiles: File: README.txt, Directory: C:\Python34\Lib\test\leakers\ MSI (s) (9C:9C) [21:24:23:962]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:23:962]: Executing op: FileRemove(,FileName=test_ctypes.py,,ComponentId={F94509B5-5DE3-4E15-975E-421FF0328611}) RemoveFiles: File: test_ctypes.py, Directory: C:\Python34\Lib\test\leakers\ MSI (s) (9C:9C) [21:24:23:978]: Verifying accessibility of file: test_ctypes.py MSI (s) (9C:9C) [21:24:23:978]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\subprocessdata\) MSI (s) (9C:9C) [21:24:23:978]: Executing op: FileRemove(,FileName=qgrep.py,,ComponentId={606D14A5-32A3-4A79-BA34-56F6E9A931CC}) RemoveFiles: File: qgrep.py, Directory: C:\Python34\Lib\test\subprocessdata\ MSI (s) (9C:9C) [21:24:23:993]: Verifying accessibility of file: qgrep.py MSI (s) (9C:9C) [21:24:23:993]: Executing op: FileRemove(,FileName=fd_status.py,,ComponentId={606D14A5-32A3-4A79-BA34-56F6E9A931CC}) RemoveFiles: File: fd_status.py, Directory: C:\Python34\Lib\test\subprocessdata\ MSI (s) (9C:9C) [21:24:23:993]: Verifying accessibility of file: fd_status.py MSI (s) (9C:9C) [21:24:24:009]: Executing op: FileRemove(,FileName=input_reader.py,,ComponentId={606D14A5-32A3-4A79-BA34-56F6E9A931CC}) RemoveFiles: File: input_reader.py, Directory: C:\Python34\Lib\test\subprocessdata\ MSI (s) (9C:9C) [21:24:24:009]: Verifying accessibility of file: input_reader.py MSI (s) (9C:9C) [21:24:24:025]: Executing op: FileRemove(,FileName=sigchild_ignore.py,,ComponentId={606D14A5-32A3-4A79-BA34-56F6E9A931CC}) RemoveFiles: File: sigchild_ignore.py, Directory: C:\Python34\Lib\test\subprocessdata\ MSI (s) (9C:9C) [21:24:24:025]: Verifying accessibility of file: sigchild_ignore.py MSI (s) (9C:9C) [21:24:24:025]: Executing op: FileRemove(,FileName=qcat.py,,ComponentId={606D14A5-32A3-4A79-BA34-56F6E9A931CC}) RemoveFiles: File: qcat.py, Directory: C:\Python34\Lib\test\subprocessdata\ MSI (s) (9C:9C) [21:24:24:040]: Verifying accessibility of file: qcat.py MSI (s) (9C:9C) [21:24:24:056]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_json\) MSI (s) (9C:9C) [21:24:24:056]: Executing op: FileRemove(,FileName=test_tool.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_tool.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:056]: Verifying accessibility of file: test_tool.py MSI (s) (9C:9C) [21:24:24:071]: Executing op: FileRemove(,FileName=test_unicode.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_unicode.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:071]: Verifying accessibility of file: test_unicode.py MSI (s) (9C:9C) [21:24:24:071]: Executing op: FileRemove(,FileName=test_recursion.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_recursion.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:087]: Verifying accessibility of file: test_recursion.py MSI (s) (9C:9C) [21:24:24:087]: Executing op: FileRemove(,FileName=test_enum.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_enum.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:103]: Verifying accessibility of file: test_enum.py MSI (s) (9C:9C) [21:24:24:103]: Executing op: FileRemove(,FileName=test_dump.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_dump.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:103]: Verifying accessibility of file: test_dump.py MSI (s) (9C:9C) [21:24:24:118]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:118]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:24:134]: Executing op: FileRemove(,FileName=test_fail.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_fail.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:150]: Verifying accessibility of file: test_fail.py MSI (s) (9C:9C) [21:24:24:150]: Executing op: FileRemove(,FileName=test_float.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_float.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:165]: Verifying accessibility of file: test_float.py MSI (s) (9C:9C) [21:24:24:165]: Executing op: FileRemove(,FileName=test_separators.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_separators.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:165]: Verifying accessibility of file: test_separators.py MSI (s) (9C:9C) [21:24:24:181]: Executing op: FileRemove(,FileName=test_pass1.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_pass1.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:181]: Verifying accessibility of file: test_pass1.py MSI (s) (9C:9C) [21:24:24:196]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:196]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:24:212]: Executing op: FileRemove(,FileName=test_scanstring.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_scanstring.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:212]: Verifying accessibility of file: test_scanstring.py MSI (s) (9C:9C) [21:24:24:228]: Executing op: FileRemove(,FileName=test_speedups.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_speedups.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:228]: Verifying accessibility of file: test_speedups.py MSI (s) (9C:9C) [21:24:24:243]: Executing op: FileRemove(,FileName=test_decode.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_decode.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:243]: Verifying accessibility of file: test_decode.py MSI (s) (9C:9C) [21:24:24:259]: Executing op: FileRemove(,FileName=test_pass3.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_pass3.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:259]: Verifying accessibility of file: test_pass3.py MSI (s) (9C:9C) [21:24:24:275]: Executing op: FileRemove(,FileName=test_pass2.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_pass2.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:275]: Verifying accessibility of file: test_pass2.py MSI (s) (9C:9C) [21:24:24:290]: Executing op: FileRemove(,FileName=test_default.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_default.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:290]: Verifying accessibility of file: test_default.py MSI (s) (9C:9C) [21:24:24:290]: Executing op: FileRemove(,FileName=test_encode_basestring_ascii.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_encode_basestring_ascii.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:306]: Verifying accessibility of file: test_encode_basestring_ascii.py MSI (s) (9C:9C) [21:24:24:306]: Executing op: FileRemove(,FileName=test_indent.py,,ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E}) RemoveFiles: File: test_indent.py, Directory: C:\Python34\Lib\test\test_json\ MSI (s) (9C:9C) [21:24:24:321]: Verifying accessibility of file: test_indent.py MSI (s) (9C:9C) [21:24:24:321]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\xmltestdata\) MSI (s) (9C:9C) [21:24:24:321]: Executing op: FileRemove(,FileName=test.xml,,ComponentId={FE155C1B-BAA2-4A1D-9475-CF82DE571A08}) RemoveFiles: File: test.xml, Directory: C:\Python34\Lib\test\xmltestdata\ MSI (s) (9C:9C) [21:24:24:337]: Verifying accessibility of file: test.xml MSI (s) (9C:9C) [21:24:24:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:353]: Executing op: FileRemove(,FileName=simple.xml,,ComponentId={FE155C1B-BAA2-4A1D-9475-CF82DE571A08}) RemoveFiles: File: simple.xml, Directory: C:\Python34\Lib\test\xmltestdata\ MSI (s) (9C:9C) [21:24:24:353]: Verifying accessibility of file: simple.xml MSI (s) (9C:9C) [21:24:24:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:353]: Executing op: FileRemove(,FileName=simple-ns.xml,,ComponentId={FE155C1B-BAA2-4A1D-9475-CF82DE571A08}) RemoveFiles: File: simple-ns.xml, Directory: C:\Python34\Lib\test\xmltestdata\ MSI (s) (9C:9C) [21:24:24:368]: Verifying accessibility of file: simple-ns.xml MSI (s) (9C:9C) [21:24:24:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:384]: Executing op: FileRemove(,FileName=test.xml.out,,ComponentId={FE155C1B-BAA2-4A1D-9475-CF82DE571A08}) RemoveFiles: File: test.xml.out, Directory: C:\Python34\Lib\test\xmltestdata\ MSI (s) (9C:9C) [21:24:24:384]: Verifying accessibility of file: test.xml.out MSI (s) (9C:9C) [21:24:24:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:400]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\data\) MSI (s) (9C:9C) [21:24:24:400]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={AEC9480E-4CE9-49B3-8491-46A511473EE7}) RemoveFiles: File: README.txt, Directory: C:\Python34\Lib\test\data\ MSI (s) (9C:9C) [21:24:24:400]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:24:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:415]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\audiodata\) MSI (s) (9C:9C) [21:24:24:415]: Executing op: FileRemove(,FileName=pluck-pcm24.au,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm24.au, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:415]: Verifying accessibility of file: pluck-pcm24.au MSI (s) (9C:9C) [21:24:24:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:431]: Executing op: FileRemove(,FileName=pluck-pcm8.wav,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm8.wav, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:431]: Verifying accessibility of file: pluck-pcm8.wav MSI (s) (9C:9C) [21:24:24:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:446]: Executing op: FileRemove(,FileName=pluck-pcm8.aiff,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm8.aiff, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:462]: Verifying accessibility of file: pluck-pcm8.aiff MSI (s) (9C:9C) [21:24:24:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:478]: Executing op: FileRemove(,FileName=pluck-pcm32.wav,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm32.wav, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:478]: Verifying accessibility of file: pluck-pcm32.wav MSI (s) (9C:9C) [21:24:24:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:493]: Executing op: FileRemove(,FileName=pluck-pcm32.aiff,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm32.aiff, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:493]: Verifying accessibility of file: pluck-pcm32.aiff MSI (s) (9C:9C) [21:24:24:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:509]: Executing op: FileRemove(,FileName=pluck-pcm24.aiff,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm24.aiff, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:525]: Verifying accessibility of file: pluck-pcm24.aiff MSI (s) (9C:9C) [21:24:24:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:540]: Executing op: FileRemove(,FileName=pluck-pcm16.aiff,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm16.aiff, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:540]: Verifying accessibility of file: pluck-pcm16.aiff MSI (s) (9C:9C) [21:24:24:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:540]: Executing op: FileRemove(,FileName=pluck-ulaw.aifc,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-ulaw.aifc, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:556]: Verifying accessibility of file: pluck-ulaw.aifc MSI (s) (9C:9C) [21:24:24:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:571]: Executing op: FileRemove(,FileName=pluck-pcm16.au,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm16.au, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:571]: Verifying accessibility of file: pluck-pcm16.au MSI (s) (9C:9C) [21:24:24:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:587]: Executing op: FileRemove(,FileName=pluck-pcm24.wav,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm24.wav, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:587]: Verifying accessibility of file: pluck-pcm24.wav MSI (s) (9C:9C) [21:24:24:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:603]: Executing op: FileRemove(,FileName=pluck-pcm8.au,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm8.au, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:618]: Verifying accessibility of file: pluck-pcm8.au MSI (s) (9C:9C) [21:24:24:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:634]: Executing op: FileRemove(,FileName=pluck-alaw.aifc,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-alaw.aifc, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:634]: Verifying accessibility of file: pluck-alaw.aifc MSI (s) (9C:9C) [21:24:24:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:650]: Executing op: FileRemove(,FileName=pluck-ulaw.au,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-ulaw.au, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:650]: Verifying accessibility of file: pluck-ulaw.au MSI (s) (9C:9C) [21:24:24:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:665]: Executing op: FileRemove(,FileName=pluck-pcm32.au,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm32.au, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:681]: Verifying accessibility of file: pluck-pcm32.au MSI (s) (9C:9C) [21:24:24:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:696]: Executing op: FileRemove(,FileName=pluck-pcm16.wav,,ComponentId={2992215E-2FE2-4336-A862-E18391F537DA}) RemoveFiles: File: pluck-pcm16.wav, Directory: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:9C) [21:24:24:696]: Verifying accessibility of file: pluck-pcm16.wav MSI (s) (9C:9C) [21:24:24:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:24:712]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\) MSI (s) (9C:9C) [21:24:24:712]: Executing op: FileRemove(,FileName=test_namespace_pkgs.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: test_namespace_pkgs.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:728]: Verifying accessibility of file: test_namespace_pkgs.py MSI (s) (9C:9C) [21:24:24:728]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:743]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:24:743]: Executing op: FileRemove(,FileName=test_abc.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: test_abc.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:759]: Verifying accessibility of file: test_abc.py MSI (s) (9C:9C) [21:24:24:759]: Executing op: FileRemove(,FileName=util.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:775]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:24:775]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:790]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:24:790]: Executing op: FileRemove(,FileName=regrtest.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: regrtest.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:806]: Verifying accessibility of file: regrtest.py MSI (s) (9C:9C) [21:24:24:821]: Executing op: FileRemove(,FileName=abc.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: abc.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:821]: Verifying accessibility of file: abc.py MSI (s) (9C:9C) [21:24:24:837]: Executing op: FileRemove(,FileName=test_util.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: test_util.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:837]: Verifying accessibility of file: test_util.py MSI (s) (9C:9C) [21:24:24:853]: Executing op: FileRemove(,FileName=test_spec.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: test_spec.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:853]: Verifying accessibility of file: test_spec.py MSI (s) (9C:9C) [21:24:24:868]: Executing op: FileRemove(,FileName=test_api.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: test_api.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:884]: Verifying accessibility of file: test_api.py MSI (s) (9C:9C) [21:24:24:884]: Executing op: FileRemove(,FileName=test_windows.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: test_windows.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:900]: Verifying accessibility of file: test_windows.py MSI (s) (9C:9C) [21:24:24:900]: Executing op: FileRemove(,FileName=test_locks.py,,ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2}) RemoveFiles: File: test_locks.py, Directory: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:9C) [21:24:24:915]: Verifying accessibility of file: test_locks.py MSI (s) (9C:9C) [21:24:24:915]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\builtin\) MSI (s) (9C:9C) [21:24:24:931]: Executing op: FileRemove(,FileName=test_finder.py,,ComponentId={3F9E2219-67ED-4CB2-85F1-AD721AF70F48}) RemoveFiles: File: test_finder.py, Directory: C:\Python34\Lib\test\test_importlib\builtin\ MSI (s) (9C:9C) [21:24:24:931]: Verifying accessibility of file: test_finder.py MSI (s) (9C:9C) [21:24:24:946]: Executing op: FileRemove(,FileName=util.py,,ComponentId={3F9E2219-67ED-4CB2-85F1-AD721AF70F48}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\test\test_importlib\builtin\ MSI (s) (9C:9C) [21:24:24:946]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:24:962]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={3F9E2219-67ED-4CB2-85F1-AD721AF70F48}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\test_importlib\builtin\ MSI (s) (9C:9C) [21:24:24:962]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:24:978]: Executing op: FileRemove(,FileName=test_loader.py,,ComponentId={3F9E2219-67ED-4CB2-85F1-AD721AF70F48}) RemoveFiles: File: test_loader.py, Directory: C:\Python34\Lib\test\test_importlib\builtin\ MSI (s) (9C:9C) [21:24:24:993]: Verifying accessibility of file: test_loader.py MSI (s) (9C:9C) [21:24:24:993]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\) MSI (s) (9C:9C) [21:24:24:993]: Executing op: FileRemove(,FileName=nested_portion1.zip,,ComponentId={5150542E-A941-4BD2-B7F0-31187B3220A5}) RemoveFiles: File: nested_portion1.zip, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\ MSI (s) (9C:9C) [21:24:25:009]: Verifying accessibility of file: nested_portion1.zip MSI (s) (9C:9C) [21:24:25:009]: Executing op: FileRemove(,FileName=top_level_portion1.zip,,ComponentId={5150542E-A941-4BD2-B7F0-31187B3220A5}) RemoveFiles: File: top_level_portion1.zip, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\ MSI (s) (9C:9C) [21:24:25:009]: Verifying accessibility of file: top_level_portion1.zip MSI (s) (9C:9C) [21:24:25:025]: Executing op: FileRemove(,FileName=missing_directory.zip,,ComponentId={5150542E-A941-4BD2-B7F0-31187B3220A5}) RemoveFiles: File: missing_directory.zip, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\ MSI (s) (9C:9C) [21:24:25:040]: Verifying accessibility of file: missing_directory.zip MSI (s) (9C:9C) [21:24:25:040]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\) MSI (s) (9C:9C) [21:24:25:040]: Executing op: FileRemove(,FileName=a_test.py,,ComponentId={435268B0-834D-49EF-89DA-8F5CF6838CEF}) RemoveFiles: File: a_test.py, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\ MSI (s) (9C:9C) [21:24:25:056]: Verifying accessibility of file: a_test.py MSI (s) (9C:9C) [21:24:25:071]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\) MSI (s) (9C:9C) [21:24:25:071]: Executing op: FileRemove(,FileName=empty,,ComponentId={536F6DD8-75F1-49B7-BB56-D1DD78D12484}) RemoveFiles: File: empty, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\ MSI (s) (9C:9C) [21:24:25:071]: Verifying accessibility of file: empty MSI (s) (9C:9C) [21:24:25:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:25:087]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\) MSI (s) (9C:9C) [21:24:25:087]: Executing op: FileRemove(,FileName=three.py,,ComponentId={45D2E6FE-2B3C-4A4C-90DF-81ACAD97757A}) RemoveFiles: File: three.py, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\ MSI (s) (9C:9C) [21:24:25:087]: Verifying accessibility of file: three.py MSI (s) (9C:9C) [21:24:25:103]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\) MSI (s) (9C:9C) [21:24:25:103]: Executing op: FileRemove(,FileName=one.py,,ComponentId={BB2FF230-A151-45B8-BE4D-7667579278BE}) RemoveFiles: File: one.py, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\ MSI (s) (9C:9C) [21:24:25:134]: Verifying accessibility of file: one.py MSI (s) (9C:9C) [21:24:25:134]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\) MSI (s) (9C:9C) [21:24:25:150]: Executing op: FileRemove(,FileName=two.py,,ComponentId={85BC99CA-AEA2-4522-A7AA-519882E4483D}) RemoveFiles: File: two.py, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\ MSI (s) (9C:9C) [21:24:25:150]: Verifying accessibility of file: two.py MSI (s) (9C:9C) [21:24:25:150]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\) MSI (s) (9C:9C) [21:24:25:150]: Executing op: FileRemove(,FileName=two.py,,ComponentId={9173B52D-97AD-4909-9289-217C5B03EC7B}) RemoveFiles: File: two.py, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\ MSI (s) (9C:9C) [21:24:25:165]: Verifying accessibility of file: two.py MSI (s) (9C:9C) [21:24:25:165]: Executing op: FileRemove(,FileName=one.py,,ComponentId={9173B52D-97AD-4909-9289-217C5B03EC7B}) RemoveFiles: File: one.py, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\ MSI (s) (9C:9C) [21:24:25:181]: Verifying accessibility of file: one.py MSI (s) (9C:9C) [21:24:25:181]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\) MSI (s) (9C:9C) [21:24:25:181]: Executing op: FileRemove(,FileName=one.py,,ComponentId={75A053B7-488C-433B-A7EE-F06FC5493D41}) RemoveFiles: File: one.py, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\ MSI (s) (9C:9C) [21:24:25:196]: Verifying accessibility of file: one.py MSI (s) (9C:9C) [21:24:25:196]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={75A053B7-488C-433B-A7EE-F06FC5493D41}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\ MSI (s) (9C:9C) [21:24:25:212]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:25:212]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\) MSI (s) (9C:9C) [21:24:25:212]: Executing op: FileRemove(,FileName=one.py,,ComponentId={F584A0AE-3D75-4E53-B958-4D12BCC59218}) RemoveFiles: File: one.py, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\ MSI (s) (9C:9C) [21:24:25:228]: Verifying accessibility of file: one.py MSI (s) (9C:9C) [21:24:25:228]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\) MSI (s) (9C:9C) [21:24:25:228]: Executing op: FileRemove(,FileName=two.py,,ComponentId={C8AD2DEB-EF68-4F78-8C80-158B651951EC}) RemoveFiles: File: two.py, Directory: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\ MSI (s) (9C:9C) [21:24:25:243]: Verifying accessibility of file: two.py MSI (s) (9C:9C) [21:24:25:259]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\frozen\) MSI (s) (9C:9C) [21:24:25:259]: Executing op: FileRemove(,FileName=test_finder.py,,ComponentId={83878BB5-7E76-4233-9985-6A6A9027FB38}) RemoveFiles: File: test_finder.py, Directory: C:\Python34\Lib\test\test_importlib\frozen\ MSI (s) (9C:9C) [21:24:25:259]: Verifying accessibility of file: test_finder.py MSI (s) (9C:9C) [21:24:25:275]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={83878BB5-7E76-4233-9985-6A6A9027FB38}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\test_importlib\frozen\ MSI (s) (9C:9C) [21:24:25:275]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:25:290]: Executing op: FileRemove(,FileName=test_loader.py,,ComponentId={83878BB5-7E76-4233-9985-6A6A9027FB38}) RemoveFiles: File: test_loader.py, Directory: C:\Python34\Lib\test\test_importlib\frozen\ MSI (s) (9C:9C) [21:24:25:290]: Verifying accessibility of file: test_loader.py MSI (s) (9C:9C) [21:24:25:306]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\source\) MSI (s) (9C:9C) [21:24:25:306]: Executing op: FileRemove(,FileName=test_case_sensitivity.py,,ComponentId={D02E8912-54C2-43D4-8A1A-F12600217D8A}) RemoveFiles: File: test_case_sensitivity.py, Directory: C:\Python34\Lib\test\test_importlib\source\ MSI (s) (9C:9C) [21:24:25:306]: Verifying accessibility of file: test_case_sensitivity.py MSI (s) (9C:9C) [21:24:25:321]: Executing op: FileRemove(,FileName=util.py,,ComponentId={D02E8912-54C2-43D4-8A1A-F12600217D8A}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\test\test_importlib\source\ MSI (s) (9C:9C) [21:24:25:321]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:25:337]: Executing op: FileRemove(,FileName=test_path_hook.py,,ComponentId={D02E8912-54C2-43D4-8A1A-F12600217D8A}) RemoveFiles: File: test_path_hook.py, Directory: C:\Python34\Lib\test\test_importlib\source\ MSI (s) (9C:9C) [21:24:25:337]: Verifying accessibility of file: test_path_hook.py MSI (s) (9C:9C) [21:24:25:353]: Executing op: FileRemove(,FileName=test_file_loader.py,,ComponentId={D02E8912-54C2-43D4-8A1A-F12600217D8A}) RemoveFiles: File: test_file_loader.py, Directory: C:\Python34\Lib\test\test_importlib\source\ MSI (s) (9C:9C) [21:24:25:353]: Verifying accessibility of file: test_file_loader.py MSI (s) (9C:9C) [21:24:25:368]: Executing op: FileRemove(,FileName=test_source_encoding.py,,ComponentId={D02E8912-54C2-43D4-8A1A-F12600217D8A}) RemoveFiles: File: test_source_encoding.py, Directory: C:\Python34\Lib\test\test_importlib\source\ MSI (s) (9C:9C) [21:24:25:368]: Verifying accessibility of file: test_source_encoding.py MSI (s) (9C:9C) [21:24:25:368]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={D02E8912-54C2-43D4-8A1A-F12600217D8A}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\test_importlib\source\ MSI (s) (9C:9C) [21:24:25:384]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:25:384]: Executing op: FileRemove(,FileName=test_finder.py,,ComponentId={D02E8912-54C2-43D4-8A1A-F12600217D8A}) RemoveFiles: File: test_finder.py, Directory: C:\Python34\Lib\test\test_importlib\source\ MSI (s) (9C:9C) [21:24:25:400]: Verifying accessibility of file: test_finder.py MSI (s) (9C:9C) [21:24:25:400]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\extension\) MSI (s) (9C:9C) [21:24:25:400]: Executing op: FileRemove(,FileName=test_case_sensitivity.py,,ComponentId={2A996475-3ABB-417A-806F-7A4ABB975C40}) RemoveFiles: File: test_case_sensitivity.py, Directory: C:\Python34\Lib\test\test_importlib\extension\ MSI (s) (9C:9C) [21:24:25:415]: Verifying accessibility of file: test_case_sensitivity.py MSI (s) (9C:9C) [21:24:25:415]: Executing op: FileRemove(,FileName=util.py,,ComponentId={2A996475-3ABB-417A-806F-7A4ABB975C40}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\test\test_importlib\extension\ MSI (s) (9C:9C) [21:24:25:431]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:25:431]: Executing op: FileRemove(,FileName=test_path_hook.py,,ComponentId={2A996475-3ABB-417A-806F-7A4ABB975C40}) RemoveFiles: File: test_path_hook.py, Directory: C:\Python34\Lib\test\test_importlib\extension\ MSI (s) (9C:9C) [21:24:25:446]: Verifying accessibility of file: test_path_hook.py MSI (s) (9C:9C) [21:24:25:446]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={2A996475-3ABB-417A-806F-7A4ABB975C40}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\test_importlib\extension\ MSI (s) (9C:9C) [21:24:25:462]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:25:462]: Executing op: FileRemove(,FileName=test_loader.py,,ComponentId={2A996475-3ABB-417A-806F-7A4ABB975C40}) RemoveFiles: File: test_loader.py, Directory: C:\Python34\Lib\test\test_importlib\extension\ MSI (s) (9C:9C) [21:24:25:462]: Verifying accessibility of file: test_loader.py MSI (s) (9C:9C) [21:24:25:478]: Executing op: FileRemove(,FileName=test_finder.py,,ComponentId={2A996475-3ABB-417A-806F-7A4ABB975C40}) RemoveFiles: File: test_finder.py, Directory: C:\Python34\Lib\test\test_importlib\extension\ MSI (s) (9C:9C) [21:24:25:478]: Verifying accessibility of file: test_finder.py MSI (s) (9C:9C) [21:24:25:493]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\import_\) MSI (s) (9C:9C) [21:24:25:493]: Executing op: FileRemove(,FileName=test_path.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: test_path.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:493]: Verifying accessibility of file: test_path.py MSI (s) (9C:9C) [21:24:25:509]: Executing op: FileRemove(,FileName=test_packages.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: test_packages.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:525]: Verifying accessibility of file: test_packages.py MSI (s) (9C:9C) [21:24:25:525]: Executing op: FileRemove(,FileName=test_meta_path.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: test_meta_path.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:540]: Verifying accessibility of file: test_meta_path.py MSI (s) (9C:9C) [21:24:25:540]: Executing op: FileRemove(,FileName=test___loader__.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: test___loader__.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:556]: Verifying accessibility of file: test___loader__.py MSI (s) (9C:9C) [21:24:25:556]: Executing op: FileRemove(,FileName=util.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:571]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:25:571]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:587]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:25:587]: Executing op: FileRemove(,FileName=test_api.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: test_api.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:603]: Verifying accessibility of file: test_api.py MSI (s) (9C:9C) [21:24:25:618]: Executing op: FileRemove(,FileName=test_relative_imports.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: test_relative_imports.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:618]: Verifying accessibility of file: test_relative_imports.py MSI (s) (9C:9C) [21:24:25:618]: Executing op: FileRemove(,FileName=test_caching.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: test_caching.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:634]: Verifying accessibility of file: test_caching.py MSI (s) (9C:9C) [21:24:25:634]: Executing op: FileRemove(,FileName=test_fromlist.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: test_fromlist.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:650]: Verifying accessibility of file: test_fromlist.py MSI (s) (9C:9C) [21:24:25:650]: Executing op: FileRemove(,FileName=test___package__.py,,ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4}) RemoveFiles: File: test___package__.py, Directory: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:9C) [21:24:25:665]: Verifying accessibility of file: test___package__.py MSI (s) (9C:9C) [21:24:25:665]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_email\) MSI (s) (9C:9C) [21:24:25:665]: Executing op: FileRemove(,FileName=test_asian_codecs.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_asian_codecs.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:681]: Verifying accessibility of file: test_asian_codecs.py MSI (s) (9C:9C) [21:24:25:681]: Executing op: FileRemove(,FileName=test_generator.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_generator.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:696]: Verifying accessibility of file: test_generator.py MSI (s) (9C:9C) [21:24:25:696]: Executing op: FileRemove(,FileName=test_defect_handling.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_defect_handling.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:712]: Verifying accessibility of file: test_defect_handling.py MSI (s) (9C:9C) [21:24:25:712]: Executing op: FileRemove(,FileName=test_parser.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_parser.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:728]: Verifying accessibility of file: test_parser.py MSI (s) (9C:9C) [21:24:25:728]: Executing op: FileRemove(,FileName=test_inversion.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_inversion.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:743]: Verifying accessibility of file: test_inversion.py MSI (s) (9C:9C) [21:24:25:759]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:759]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:25:775]: Executing op: FileRemove(,FileName=test_policy.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_policy.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:775]: Verifying accessibility of file: test_policy.py MSI (s) (9C:9C) [21:24:25:790]: Executing op: FileRemove(,FileName=test_contentmanager.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_contentmanager.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:790]: Verifying accessibility of file: test_contentmanager.py MSI (s) (9C:9C) [21:24:25:806]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:806]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:25:821]: Executing op: FileRemove(,FileName=test_message.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_message.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:821]: Verifying accessibility of file: test_message.py MSI (s) (9C:9C) [21:24:25:837]: Executing op: FileRemove(,FileName=test_email.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_email.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:837]: Verifying accessibility of file: test_email.py MSI (s) (9C:9C) [21:24:25:853]: Executing op: FileRemove(,FileName=test__header_value_parser.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test__header_value_parser.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:853]: Verifying accessibility of file: test__header_value_parser.py MSI (s) (9C:9C) [21:24:25:868]: Executing op: FileRemove(,FileName=test_pickleable.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_pickleable.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:868]: Verifying accessibility of file: test_pickleable.py MSI (s) (9C:9C) [21:24:25:884]: Executing op: FileRemove(,FileName=torture_test.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: torture_test.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:884]: Verifying accessibility of file: torture_test.py MSI (s) (9C:9C) [21:24:25:900]: Executing op: FileRemove(,FileName=test_headerregistry.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_headerregistry.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:915]: Verifying accessibility of file: test_headerregistry.py MSI (s) (9C:9C) [21:24:25:915]: Executing op: FileRemove(,FileName=test_utils.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test_utils.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:931]: Verifying accessibility of file: test_utils.py MSI (s) (9C:9C) [21:24:25:931]: Executing op: FileRemove(,FileName=test__encoded_words.py,,ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4}) RemoveFiles: File: test__encoded_words.py, Directory: C:\Python34\Lib\test\test_email\ MSI (s) (9C:9C) [21:24:25:946]: Verifying accessibility of file: test__encoded_words.py MSI (s) (9C:9C) [21:24:25:946]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_email\data\) MSI (s) (9C:9C) [21:24:25:946]: Executing op: FileRemove(,FileName=msg_06.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_06.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:25:962]: Verifying accessibility of file: msg_06.txt MSI (s) (9C:9C) [21:24:25:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:25:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:25:978]: Executing op: FileRemove(,FileName=msg_20.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_20.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:25:978]: Verifying accessibility of file: msg_20.txt MSI (s) (9C:9C) [21:24:25:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:25:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:25:993]: Executing op: FileRemove(,FileName=PyBanner048.gif,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: PyBanner048.gif, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:009]: Verifying accessibility of file: PyBanner048.gif MSI (s) (9C:9C) [21:24:26:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:009]: Executing op: FileRemove(,FileName=msg_01.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_01.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:025]: Verifying accessibility of file: msg_01.txt MSI (s) (9C:9C) [21:24:26:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:025]: Executing op: FileRemove(,FileName=msg_32.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_32.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:040]: Verifying accessibility of file: msg_32.txt MSI (s) (9C:9C) [21:24:26:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:056]: Executing op: FileRemove(,FileName=msg_14.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_14.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:056]: Verifying accessibility of file: msg_14.txt MSI (s) (9C:9C) [21:24:26:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:071]: Executing op: FileRemove(,FileName=msg_23.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_23.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:071]: Verifying accessibility of file: msg_23.txt MSI (s) (9C:9C) [21:24:26:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:087]: Executing op: FileRemove(,FileName=msg_40.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_40.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:087]: Verifying accessibility of file: msg_40.txt MSI (s) (9C:9C) [21:24:26:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:103]: Executing op: FileRemove(,FileName=msg_42.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_42.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:118]: Verifying accessibility of file: msg_42.txt MSI (s) (9C:9C) [21:24:26:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:118]: Executing op: FileRemove(,FileName=msg_03.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_03.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:134]: Verifying accessibility of file: msg_03.txt MSI (s) (9C:9C) [21:24:26:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:150]: Executing op: FileRemove(,FileName=msg_27.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_27.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:150]: Verifying accessibility of file: msg_27.txt MSI (s) (9C:9C) [21:24:26:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:165]: Executing op: FileRemove(,FileName=msg_18.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_18.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:165]: Verifying accessibility of file: msg_18.txt MSI (s) (9C:9C) [21:24:26:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:181]: Executing op: FileRemove(,FileName=msg_17.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_17.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:181]: Verifying accessibility of file: msg_17.txt MSI (s) (9C:9C) [21:24:26:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:196]: Executing op: FileRemove(,FileName=msg_30.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_30.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:212]: Verifying accessibility of file: msg_30.txt MSI (s) (9C:9C) [21:24:26:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:228]: Executing op: FileRemove(,FileName=msg_16.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_16.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:228]: Verifying accessibility of file: msg_16.txt MSI (s) (9C:9C) [21:24:26:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:243]: Executing op: FileRemove(,FileName=msg_37.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_37.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:243]: Verifying accessibility of file: msg_37.txt MSI (s) (9C:9C) [21:24:26:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:259]: Executing op: FileRemove(,FileName=msg_21.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_21.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:259]: Verifying accessibility of file: msg_21.txt MSI (s) (9C:9C) [21:24:26:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:275]: Executing op: FileRemove(,FileName=msg_41.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_41.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:275]: Verifying accessibility of file: msg_41.txt MSI (s) (9C:9C) [21:24:26:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:290]: Executing op: FileRemove(,FileName=msg_28.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_28.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:306]: Verifying accessibility of file: msg_28.txt MSI (s) (9C:9C) [21:24:26:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:306]: Executing op: FileRemove(,FileName=msg_24.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_24.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:321]: Verifying accessibility of file: msg_24.txt MSI (s) (9C:9C) [21:24:26:321]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:321]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:337]: Executing op: FileRemove(,FileName=msg_13.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_13.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:337]: Verifying accessibility of file: msg_13.txt MSI (s) (9C:9C) [21:24:26:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:353]: Executing op: FileRemove(,FileName=msg_46.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_46.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:353]: Verifying accessibility of file: msg_46.txt MSI (s) (9C:9C) [21:24:26:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:368]: Executing op: FileRemove(,FileName=msg_22.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_22.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:368]: Verifying accessibility of file: msg_22.txt MSI (s) (9C:9C) [21:24:26:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:384]: Executing op: FileRemove(,FileName=msg_31.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_31.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:400]: Verifying accessibility of file: msg_31.txt MSI (s) (9C:9C) [21:24:26:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:400]: Executing op: FileRemove(,FileName=msg_11.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_11.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:415]: Verifying accessibility of file: msg_11.txt MSI (s) (9C:9C) [21:24:26:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:415]: Executing op: FileRemove(,FileName=msg_35.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_35.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:431]: Verifying accessibility of file: msg_35.txt MSI (s) (9C:9C) [21:24:26:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:431]: Executing op: FileRemove(,FileName=msg_33.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_33.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:446]: Verifying accessibility of file: msg_33.txt MSI (s) (9C:9C) [21:24:26:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:462]: Executing op: FileRemove(,FileName=msg_34.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_34.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:462]: Verifying accessibility of file: msg_34.txt MSI (s) (9C:9C) [21:24:26:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:462]: Executing op: FileRemove(,FileName=msg_07.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_07.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:478]: Verifying accessibility of file: msg_07.txt MSI (s) (9C:9C) [21:24:26:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:478]: Executing op: FileRemove(,FileName=msg_08.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_08.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:493]: Verifying accessibility of file: msg_08.txt MSI (s) (9C:9C) [21:24:26:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:493]: Executing op: FileRemove(,FileName=msg_09.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_09.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:509]: Verifying accessibility of file: msg_09.txt MSI (s) (9C:9C) [21:24:26:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:525]: Executing op: FileRemove(,FileName=msg_29.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_29.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:525]: Verifying accessibility of file: msg_29.txt MSI (s) (9C:9C) [21:24:26:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:540]: Executing op: FileRemove(,FileName=msg_44.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_44.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:540]: Verifying accessibility of file: msg_44.txt MSI (s) (9C:9C) [21:24:26:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:556]: Executing op: FileRemove(,FileName=msg_12.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_12.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:556]: Verifying accessibility of file: msg_12.txt MSI (s) (9C:9C) [21:24:26:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:571]: Executing op: FileRemove(,FileName=msg_19.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_19.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:571]: Verifying accessibility of file: msg_19.txt MSI (s) (9C:9C) [21:24:26:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:587]: Executing op: FileRemove(,FileName=msg_36.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_36.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:587]: Verifying accessibility of file: msg_36.txt MSI (s) (9C:9C) [21:24:26:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:603]: Executing op: FileRemove(,FileName=msg_45.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_45.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:603]: Verifying accessibility of file: msg_45.txt MSI (s) (9C:9C) [21:24:26:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:618]: Executing op: FileRemove(,FileName=msg_15.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_15.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:618]: Verifying accessibility of file: msg_15.txt MSI (s) (9C:9C) [21:24:26:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:634]: Executing op: FileRemove(,FileName=msg_43.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_43.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:634]: Verifying accessibility of file: msg_43.txt MSI (s) (9C:9C) [21:24:26:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:650]: Executing op: FileRemove(,FileName=msg_05.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_05.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:650]: Verifying accessibility of file: msg_05.txt MSI (s) (9C:9C) [21:24:26:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:665]: Executing op: FileRemove(,FileName=msg_39.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_39.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:665]: Verifying accessibility of file: msg_39.txt MSI (s) (9C:9C) [21:24:26:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:681]: Executing op: FileRemove(,FileName=msg_02.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_02.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:681]: Verifying accessibility of file: msg_02.txt MSI (s) (9C:9C) [21:24:26:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:696]: Executing op: FileRemove(,FileName=msg_10.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_10.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:712]: Verifying accessibility of file: msg_10.txt MSI (s) (9C:9C) [21:24:26:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:712]: Executing op: FileRemove(,FileName=audiotest.au,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: audiotest.au, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:728]: Verifying accessibility of file: audiotest.au MSI (s) (9C:9C) [21:24:26:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:728]: Executing op: FileRemove(,FileName=msg_25.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_25.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:743]: Verifying accessibility of file: msg_25.txt MSI (s) (9C:9C) [21:24:26:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:759]: Executing op: FileRemove(,FileName=msg_12a.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_12a.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:759]: Verifying accessibility of file: msg_12a.txt MSI (s) (9C:9C) [21:24:26:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:775]: Executing op: FileRemove(,FileName=msg_04.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_04.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:775]: Verifying accessibility of file: msg_04.txt MSI (s) (9C:9C) [21:24:26:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:790]: Executing op: FileRemove(,FileName=msg_26.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_26.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:790]: Verifying accessibility of file: msg_26.txt MSI (s) (9C:9C) [21:24:26:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:806]: Executing op: FileRemove(,FileName=msg_38.txt,,ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F}) RemoveFiles: File: msg_38.txt, Directory: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:9C) [21:24:26:821]: Verifying accessibility of file: msg_38.txt MSI (s) (9C:9C) [21:24:26:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:26:821]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\turtledemo\) MSI (s) (9C:9C) [21:24:26:821]: Executing op: FileRemove(,FileName=clock.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: clock.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:837]: Verifying accessibility of file: clock.py MSI (s) (9C:9C) [21:24:26:837]: Executing op: FileRemove(,FileName=two_canvases.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: two_canvases.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:853]: Verifying accessibility of file: two_canvases.py MSI (s) (9C:9C) [21:24:26:853]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:868]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:26:868]: Executing op: FileRemove(,FileName=colormixer.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: colormixer.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:884]: Verifying accessibility of file: colormixer.py MSI (s) (9C:9C) [21:24:26:884]: Executing op: FileRemove(,FileName=about_turtledemo.txt,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: about_turtledemo.txt, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:900]: Verifying accessibility of file: about_turtledemo.txt MSI (s) (9C:9C) [21:24:26:900]: Executing op: FileRemove(,FileName=peace.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: peace.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:915]: Verifying accessibility of file: peace.py MSI (s) (9C:9C) [21:24:26:915]: Executing op: FileRemove(,FileName=chaos.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: chaos.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:931]: Verifying accessibility of file: chaos.py MSI (s) (9C:9C) [21:24:26:931]: Executing op: FileRemove(,FileName=yinyang.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: yinyang.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:946]: Verifying accessibility of file: yinyang.py MSI (s) (9C:9C) [21:24:26:962]: Executing op: FileRemove(,FileName=wikipedia.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: wikipedia.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:962]: Verifying accessibility of file: wikipedia.py MSI (s) (9C:9C) [21:24:26:978]: Executing op: FileRemove(,FileName=bytedesign.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: bytedesign.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:978]: Verifying accessibility of file: bytedesign.py MSI (s) (9C:9C) [21:24:26:993]: Executing op: FileRemove(,FileName=paint.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: paint.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:26:993]: Verifying accessibility of file: paint.py MSI (s) (9C:9C) [21:24:27:009]: Executing op: FileRemove(,FileName=turtle.cfg,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: turtle.cfg, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:009]: Verifying accessibility of file: turtle.cfg MSI (s) (9C:9C) [21:24:27:025]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:025]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:27:046]: Executing op: FileRemove(,FileName=demohelp.txt,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: demohelp.txt, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:053]: Verifying accessibility of file: demohelp.txt MSI (s) (9C:9C) [21:24:27:053]: Executing op: FileRemove(,FileName=planet_and_moon.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: planet_and_moon.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:053]: Verifying accessibility of file: planet_and_moon.py MSI (s) (9C:9C) [21:24:27:069]: Executing op: FileRemove(,FileName=forest.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: forest.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:069]: Verifying accessibility of file: forest.py MSI (s) (9C:9C) [21:24:27:085]: Executing op: FileRemove(,FileName=minimal_hanoi.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: minimal_hanoi.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:085]: Verifying accessibility of file: minimal_hanoi.py MSI (s) (9C:9C) [21:24:27:100]: Executing op: FileRemove(,FileName=lindenmayer.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: lindenmayer.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:100]: Verifying accessibility of file: lindenmayer.py MSI (s) (9C:9C) [21:24:27:100]: Executing op: FileRemove(,FileName=round_dance.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: round_dance.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:116]: Verifying accessibility of file: round_dance.py MSI (s) (9C:9C) [21:24:27:116]: Executing op: FileRemove(,FileName=fractalcurves.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: fractalcurves.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:132]: Verifying accessibility of file: fractalcurves.py MSI (s) (9C:9C) [21:24:27:132]: Executing op: FileRemove(,FileName=tree.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: tree.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:132]: Verifying accessibility of file: tree.py MSI (s) (9C:9C) [21:24:27:147]: Executing op: FileRemove(,FileName=about_turtle.txt,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: about_turtle.txt, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:147]: Verifying accessibility of file: about_turtle.txt MSI (s) (9C:9C) [21:24:27:163]: Executing op: FileRemove(,FileName=nim.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: nim.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:163]: Verifying accessibility of file: nim.py MSI (s) (9C:9C) [21:24:27:178]: Executing op: FileRemove(,FileName=penrose.py,,ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D}) RemoveFiles: File: penrose.py, Directory: C:\Python34\Lib\turtledemo\ MSI (s) (9C:9C) [21:24:27:178]: Verifying accessibility of file: penrose.py MSI (s) (9C:9C) [21:24:27:178]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\) MSI (s) (9C:9C) [21:24:27:178]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={0E705172-82F6-4882-92D4-ACFE820653EC}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\xml\ MSI (s) (9C:9C) [21:24:27:194]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:27:194]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\dom\) MSI (s) (9C:9C) [21:24:27:194]: Executing op: FileRemove(,FileName=domreg.py,,ComponentId={33C73223-087A-4CDD-8F9D-B6620079BE79}) RemoveFiles: File: domreg.py, Directory: C:\Python34\Lib\xml\dom\ MSI (s) (9C:9C) [21:24:27:210]: Verifying accessibility of file: domreg.py MSI (s) (9C:9C) [21:24:27:210]: Executing op: FileRemove(,FileName=pulldom.py,,ComponentId={33C73223-087A-4CDD-8F9D-B6620079BE79}) RemoveFiles: File: pulldom.py, Directory: C:\Python34\Lib\xml\dom\ MSI (s) (9C:9C) [21:24:27:225]: Verifying accessibility of file: pulldom.py MSI (s) (9C:9C) [21:24:27:225]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={33C73223-087A-4CDD-8F9D-B6620079BE79}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\xml\dom\ MSI (s) (9C:9C) [21:24:27:225]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:27:241]: Executing op: FileRemove(,FileName=minidom.py,,ComponentId={33C73223-087A-4CDD-8F9D-B6620079BE79}) RemoveFiles: File: minidom.py, Directory: C:\Python34\Lib\xml\dom\ MSI (s) (9C:9C) [21:24:27:241]: Verifying accessibility of file: minidom.py MSI (s) (9C:9C) [21:24:27:257]: Executing op: FileRemove(,FileName=NodeFilter.py,,ComponentId={33C73223-087A-4CDD-8F9D-B6620079BE79}) RemoveFiles: File: NodeFilter.py, Directory: C:\Python34\Lib\xml\dom\ MSI (s) (9C:9C) [21:24:27:257]: Verifying accessibility of file: NodeFilter.py MSI (s) (9C:9C) [21:24:27:272]: Executing op: FileRemove(,FileName=expatbuilder.py,,ComponentId={33C73223-087A-4CDD-8F9D-B6620079BE79}) RemoveFiles: File: expatbuilder.py, Directory: C:\Python34\Lib\xml\dom\ MSI (s) (9C:9C) [21:24:27:272]: Verifying accessibility of file: expatbuilder.py MSI (s) (9C:9C) [21:24:27:272]: Executing op: FileRemove(,FileName=xmlbuilder.py,,ComponentId={33C73223-087A-4CDD-8F9D-B6620079BE79}) RemoveFiles: File: xmlbuilder.py, Directory: C:\Python34\Lib\xml\dom\ MSI (s) (9C:9C) [21:24:27:288]: Verifying accessibility of file: xmlbuilder.py MSI (s) (9C:9C) [21:24:27:288]: Executing op: FileRemove(,FileName=minicompat.py,,ComponentId={33C73223-087A-4CDD-8F9D-B6620079BE79}) RemoveFiles: File: minicompat.py, Directory: C:\Python34\Lib\xml\dom\ MSI (s) (9C:9C) [21:24:27:304]: Verifying accessibility of file: minicompat.py MSI (s) (9C:9C) [21:24:27:304]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\etree\) MSI (s) (9C:9C) [21:24:27:304]: Executing op: FileRemove(,FileName=ElementTree.py,,ComponentId={55016FC7-C3FF-4342-911C-9063A58BF2F8}) RemoveFiles: File: ElementTree.py, Directory: C:\Python34\Lib\xml\etree\ MSI (s) (9C:9C) [21:24:27:319]: Verifying accessibility of file: ElementTree.py MSI (s) (9C:9C) [21:24:27:319]: Executing op: FileRemove(,FileName=ElementInclude.py,,ComponentId={55016FC7-C3FF-4342-911C-9063A58BF2F8}) RemoveFiles: File: ElementInclude.py, Directory: C:\Python34\Lib\xml\etree\ MSI (s) (9C:9C) [21:24:27:319]: Verifying accessibility of file: ElementInclude.py MSI (s) (9C:9C) [21:24:27:335]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={55016FC7-C3FF-4342-911C-9063A58BF2F8}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\xml\etree\ MSI (s) (9C:9C) [21:24:27:335]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:27:350]: Executing op: FileRemove(,FileName=ElementPath.py,,ComponentId={55016FC7-C3FF-4342-911C-9063A58BF2F8}) RemoveFiles: File: ElementPath.py, Directory: C:\Python34\Lib\xml\etree\ MSI (s) (9C:9C) [21:24:27:350]: Verifying accessibility of file: ElementPath.py MSI (s) (9C:9C) [21:24:27:350]: Executing op: FileRemove(,FileName=cElementTree.py,,ComponentId={55016FC7-C3FF-4342-911C-9063A58BF2F8}) RemoveFiles: File: cElementTree.py, Directory: C:\Python34\Lib\xml\etree\ MSI (s) (9C:9C) [21:24:27:366]: Verifying accessibility of file: cElementTree.py MSI (s) (9C:9C) [21:24:27:366]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\parsers\) MSI (s) (9C:9C) [21:24:27:366]: Executing op: FileRemove(,FileName=expat.py,,ComponentId={1A4C97FA-C3BF-4667-8B80-475B0130C962}) RemoveFiles: File: expat.py, Directory: C:\Python34\Lib\xml\parsers\ MSI (s) (9C:9C) [21:24:27:382]: Verifying accessibility of file: expat.py MSI (s) (9C:9C) [21:24:27:382]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={1A4C97FA-C3BF-4667-8B80-475B0130C962}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\xml\parsers\ MSI (s) (9C:9C) [21:24:27:382]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:27:397]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\sax\) MSI (s) (9C:9C) [21:24:27:397]: Executing op: FileRemove(,FileName=handler.py,,ComponentId={E19D2356-6427-4BCD-BAD3-E20E3D20DD61}) RemoveFiles: File: handler.py, Directory: C:\Python34\Lib\xml\sax\ MSI (s) (9C:9C) [21:24:27:397]: Verifying accessibility of file: handler.py MSI (s) (9C:9C) [21:24:27:413]: Executing op: FileRemove(,FileName=saxutils.py,,ComponentId={E19D2356-6427-4BCD-BAD3-E20E3D20DD61}) RemoveFiles: File: saxutils.py, Directory: C:\Python34\Lib\xml\sax\ MSI (s) (9C:9C) [21:24:27:413]: Verifying accessibility of file: saxutils.py MSI (s) (9C:9C) [21:24:27:429]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={E19D2356-6427-4BCD-BAD3-E20E3D20DD61}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\xml\sax\ MSI (s) (9C:9C) [21:24:27:429]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:27:429]: Executing op: FileRemove(,FileName=expatreader.py,,ComponentId={E19D2356-6427-4BCD-BAD3-E20E3D20DD61}) RemoveFiles: File: expatreader.py, Directory: C:\Python34\Lib\xml\sax\ MSI (s) (9C:9C) [21:24:27:444]: Verifying accessibility of file: expatreader.py MSI (s) (9C:9C) [21:24:27:444]: Executing op: FileRemove(,FileName=_exceptions.py,,ComponentId={E19D2356-6427-4BCD-BAD3-E20E3D20DD61}) RemoveFiles: File: _exceptions.py, Directory: C:\Python34\Lib\xml\sax\ MSI (s) (9C:9C) [21:24:27:460]: Verifying accessibility of file: _exceptions.py MSI (s) (9C:9C) [21:24:27:460]: Executing op: FileRemove(,FileName=xmlreader.py,,ComponentId={E19D2356-6427-4BCD-BAD3-E20E3D20DD61}) RemoveFiles: File: xmlreader.py, Directory: C:\Python34\Lib\xml\sax\ MSI (s) (9C:9C) [21:24:27:475]: Verifying accessibility of file: xmlreader.py MSI (s) (9C:9C) [21:24:27:475]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\email\) MSI (s) (9C:9C) [21:24:27:475]: Executing op: FileRemove(,FileName=policy.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: policy.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:475]: Verifying accessibility of file: policy.py MSI (s) (9C:9C) [21:24:27:491]: Executing op: FileRemove(,FileName=_policybase.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: _policybase.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:491]: Verifying accessibility of file: _policybase.py MSI (s) (9C:9C) [21:24:27:507]: Executing op: FileRemove(,FileName=base64mime.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: base64mime.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:507]: Verifying accessibility of file: base64mime.py MSI (s) (9C:9C) [21:24:27:507]: Executing op: FileRemove(,FileName=errors.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: errors.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:522]: Verifying accessibility of file: errors.py MSI (s) (9C:9C) [21:24:27:522]: Executing op: FileRemove(,FileName=contentmanager.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: contentmanager.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:538]: Verifying accessibility of file: contentmanager.py MSI (s) (9C:9C) [21:24:27:538]: Executing op: FileRemove(,FileName=_header_value_parser.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: _header_value_parser.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:554]: Verifying accessibility of file: _header_value_parser.py MSI (s) (9C:9C) [21:24:27:554]: Executing op: FileRemove(,FileName=encoders.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: encoders.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:569]: Verifying accessibility of file: encoders.py MSI (s) (9C:9C) [21:24:27:569]: Executing op: FileRemove(,FileName=feedparser.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: feedparser.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:585]: Verifying accessibility of file: feedparser.py MSI (s) (9C:9C) [21:24:27:585]: Executing op: FileRemove(,FileName=header.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: header.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:585]: Verifying accessibility of file: header.py MSI (s) (9C:9C) [21:24:27:600]: Executing op: FileRemove(,FileName=_parseaddr.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: _parseaddr.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:600]: Verifying accessibility of file: _parseaddr.py MSI (s) (9C:9C) [21:24:27:616]: Executing op: FileRemove(,FileName=charset.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: charset.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:616]: Verifying accessibility of file: charset.py MSI (s) (9C:9C) [21:24:27:632]: Executing op: FileRemove(,FileName=utils.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: utils.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:632]: Verifying accessibility of file: utils.py MSI (s) (9C:9C) [21:24:27:647]: Executing op: FileRemove(,FileName=architecture.rst,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: architecture.rst, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:647]: Verifying accessibility of file: architecture.rst MSI (s) (9C:9C) [21:24:27:663]: Executing op: FileRemove(,FileName=message.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: message.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:663]: Verifying accessibility of file: message.py MSI (s) (9C:9C) [21:24:27:679]: Executing op: FileRemove(,FileName=headerregistry.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: headerregistry.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:679]: Verifying accessibility of file: headerregistry.py MSI (s) (9C:9C) [21:24:27:679]: Executing op: FileRemove(,FileName=iterators.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: iterators.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:694]: Verifying accessibility of file: iterators.py MSI (s) (9C:9C) [21:24:27:694]: Executing op: FileRemove(,FileName=_encoded_words.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: _encoded_words.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:710]: Verifying accessibility of file: _encoded_words.py MSI (s) (9C:9C) [21:24:27:710]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:710]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:27:725]: Executing op: FileRemove(,FileName=parser.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: parser.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:725]: Verifying accessibility of file: parser.py MSI (s) (9C:9C) [21:24:27:741]: Executing op: FileRemove(,FileName=quoprimime.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: quoprimime.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:741]: Verifying accessibility of file: quoprimime.py MSI (s) (9C:9C) [21:24:27:741]: Executing op: FileRemove(,FileName=generator.py,,ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9}) RemoveFiles: File: generator.py, Directory: C:\Python34\Lib\email\ MSI (s) (9C:9C) [21:24:27:757]: Verifying accessibility of file: generator.py MSI (s) (9C:9C) [21:24:27:757]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\email\mime\) MSI (s) (9C:9C) [21:24:27:757]: Executing op: FileRemove(,FileName=nonmultipart.py,,ComponentId={B9283B76-908A-484F-A683-277587A1004C}) RemoveFiles: File: nonmultipart.py, Directory: C:\Python34\Lib\email\mime\ MSI (s) (9C:9C) [21:24:27:772]: Verifying accessibility of file: nonmultipart.py MSI (s) (9C:9C) [21:24:27:772]: Executing op: FileRemove(,FileName=message.py,,ComponentId={B9283B76-908A-484F-A683-277587A1004C}) RemoveFiles: File: message.py, Directory: C:\Python34\Lib\email\mime\ MSI (s) (9C:9C) [21:24:27:788]: Verifying accessibility of file: message.py MSI (s) (9C:9C) [21:24:27:788]: Executing op: FileRemove(,FileName=application.py,,ComponentId={B9283B76-908A-484F-A683-277587A1004C}) RemoveFiles: File: application.py, Directory: C:\Python34\Lib\email\mime\ MSI (s) (9C:9C) [21:24:27:788]: Verifying accessibility of file: application.py MSI (s) (9C:9C) [21:24:28:054]: Executing op: FileRemove(,FileName=base.py,,ComponentId={B9283B76-908A-484F-A683-277587A1004C}) RemoveFiles: File: base.py, Directory: C:\Python34\Lib\email\mime\ MSI (s) (9C:9C) [21:24:28:069]: Verifying accessibility of file: base.py MSI (s) (9C:9C) [21:24:28:069]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={B9283B76-908A-484F-A683-277587A1004C}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\email\mime\ MSI (s) (9C:9C) [21:24:28:085]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:28:085]: Executing op: FileRemove(,FileName=multipart.py,,ComponentId={B9283B76-908A-484F-A683-277587A1004C}) RemoveFiles: File: multipart.py, Directory: C:\Python34\Lib\email\mime\ MSI (s) (9C:9C) [21:24:28:100]: Verifying accessibility of file: multipart.py MSI (s) (9C:9C) [21:24:28:100]: Executing op: FileRemove(,FileName=audio.py,,ComponentId={B9283B76-908A-484F-A683-277587A1004C}) RemoveFiles: File: audio.py, Directory: C:\Python34\Lib\email\mime\ MSI (s) (9C:9C) [21:24:28:100]: Verifying accessibility of file: audio.py MSI (s) (9C:9C) [21:24:28:116]: Executing op: FileRemove(,FileName=image.py,,ComponentId={B9283B76-908A-484F-A683-277587A1004C}) RemoveFiles: File: image.py, Directory: C:\Python34\Lib\email\mime\ MSI (s) (9C:9C) [21:24:28:116]: Verifying accessibility of file: image.py MSI (s) (9C:9C) [21:24:28:132]: Executing op: FileRemove(,FileName=text.py,,ComponentId={B9283B76-908A-484F-A683-277587A1004C}) RemoveFiles: File: text.py, Directory: C:\Python34\Lib\email\mime\ MSI (s) (9C:9C) [21:24:28:132]: Verifying accessibility of file: text.py MSI (s) (9C:9C) [21:24:28:147]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\urllib\) MSI (s) (9C:9C) [21:24:28:147]: Executing op: FileRemove(,FileName=request.py,,ComponentId={FF89A477-CA42-4275-9B0F-A1A5FE2B06A3}) RemoveFiles: File: request.py, Directory: C:\Python34\Lib\urllib\ MSI (s) (9C:9C) [21:24:28:147]: Verifying accessibility of file: request.py MSI (s) (9C:9C) [21:24:28:163]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={FF89A477-CA42-4275-9B0F-A1A5FE2B06A3}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\urllib\ MSI (s) (9C:9C) [21:24:28:163]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:28:163]: Executing op: FileRemove(,FileName=parse.py,,ComponentId={FF89A477-CA42-4275-9B0F-A1A5FE2B06A3}) RemoveFiles: File: parse.py, Directory: C:\Python34\Lib\urllib\ MSI (s) (9C:9C) [21:24:28:179]: Verifying accessibility of file: parse.py MSI (s) (9C:9C) [21:24:28:179]: Executing op: FileRemove(,FileName=error.py,,ComponentId={FF89A477-CA42-4275-9B0F-A1A5FE2B06A3}) RemoveFiles: File: error.py, Directory: C:\Python34\Lib\urllib\ MSI (s) (9C:9C) [21:24:28:194]: Verifying accessibility of file: error.py MSI (s) (9C:9C) [21:24:28:194]: Executing op: FileRemove(,FileName=response.py,,ComponentId={FF89A477-CA42-4275-9B0F-A1A5FE2B06A3}) RemoveFiles: File: response.py, Directory: C:\Python34\Lib\urllib\ MSI (s) (9C:9C) [21:24:28:194]: Verifying accessibility of file: response.py MSI (s) (9C:9C) [21:24:28:210]: Executing op: FileRemove(,FileName=robotparser.py,,ComponentId={FF89A477-CA42-4275-9B0F-A1A5FE2B06A3}) RemoveFiles: File: robotparser.py, Directory: C:\Python34\Lib\urllib\ MSI (s) (9C:9C) [21:24:28:210]: Verifying accessibility of file: robotparser.py MSI (s) (9C:9C) [21:24:28:225]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\encodings\) MSI (s) (9C:9C) [21:24:28:225]: Executing op: FileRemove(,FileName=cp860.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp860.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:225]: Verifying accessibility of file: cp860.py MSI (s) (9C:9C) [21:24:28:225]: Executing op: FileRemove(,FileName=cp424.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp424.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:241]: Verifying accessibility of file: cp424.py MSI (s) (9C:9C) [21:24:28:241]: Executing op: FileRemove(,FileName=iso8859_7.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_7.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:257]: Verifying accessibility of file: iso8859_7.py MSI (s) (9C:9C) [21:24:28:257]: Executing op: FileRemove(,FileName=iso2022_kr.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso2022_kr.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:257]: Verifying accessibility of file: iso2022_kr.py MSI (s) (9C:9C) [21:24:28:272]: Executing op: FileRemove(,FileName=iso8859_8.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_8.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:272]: Verifying accessibility of file: iso8859_8.py MSI (s) (9C:9C) [21:24:28:288]: Executing op: FileRemove(,FileName=cp1125.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1125.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:288]: Verifying accessibility of file: cp1125.py MSI (s) (9C:9C) [21:24:28:288]: Executing op: FileRemove(,FileName=idna.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: idna.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:304]: Verifying accessibility of file: idna.py MSI (s) (9C:9C) [21:24:28:319]: Executing op: FileRemove(,FileName=rot_13.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: rot_13.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:319]: Verifying accessibility of file: rot_13.py MSI (s) (9C:9C) [21:24:28:335]: Executing op: FileRemove(,FileName=cp037.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp037.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:335]: Verifying accessibility of file: cp037.py MSI (s) (9C:9C) [21:24:28:350]: Executing op: FileRemove(,FileName=cp500.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp500.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:350]: Verifying accessibility of file: cp500.py MSI (s) (9C:9C) [21:24:28:366]: Executing op: FileRemove(,FileName=cp1140.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1140.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:366]: Verifying accessibility of file: cp1140.py MSI (s) (9C:9C) [21:24:28:382]: Executing op: FileRemove(,FileName=mac_roman.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_roman.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:382]: Verifying accessibility of file: mac_roman.py MSI (s) (9C:9C) [21:24:28:397]: Executing op: FileRemove(,FileName=cp950.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp950.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:397]: Verifying accessibility of file: cp950.py MSI (s) (9C:9C) [21:24:28:413]: Executing op: FileRemove(,FileName=mac_iceland.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_iceland.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:413]: Verifying accessibility of file: mac_iceland.py MSI (s) (9C:9C) [21:24:28:429]: Executing op: FileRemove(,FileName=cp65001.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp65001.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:429]: Verifying accessibility of file: cp65001.py MSI (s) (9C:9C) [21:24:28:444]: Executing op: FileRemove(,FileName=cp856.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp856.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:444]: Verifying accessibility of file: cp856.py MSI (s) (9C:9C) [21:24:28:460]: Executing op: FileRemove(,FileName=charmap.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: charmap.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:460]: Verifying accessibility of file: charmap.py MSI (s) (9C:9C) [21:24:28:475]: Executing op: FileRemove(,FileName=quopri_codec.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: quopri_codec.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:475]: Verifying accessibility of file: quopri_codec.py MSI (s) (9C:9C) [21:24:28:491]: Executing op: FileRemove(,FileName=punycode.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: punycode.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:491]: Verifying accessibility of file: punycode.py MSI (s) (9C:9C) [21:24:28:491]: Executing op: FileRemove(,FileName=cp864.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp864.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:507]: Verifying accessibility of file: cp864.py MSI (s) (9C:9C) [21:24:28:522]: Executing op: FileRemove(,FileName=cp1253.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1253.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:522]: Verifying accessibility of file: cp1253.py MSI (s) (9C:9C) [21:24:28:538]: Executing op: FileRemove(,FileName=euc_kr.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: euc_kr.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:538]: Verifying accessibility of file: euc_kr.py MSI (s) (9C:9C) [21:24:28:538]: Executing op: FileRemove(,FileName=mac_greek.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_greek.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:554]: Verifying accessibility of file: mac_greek.py MSI (s) (9C:9C) [21:24:28:554]: Executing op: FileRemove(,FileName=iso8859_1.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_1.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:569]: Verifying accessibility of file: iso8859_1.py MSI (s) (9C:9C) [21:24:28:569]: Executing op: FileRemove(,FileName=cp932.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp932.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:569]: Verifying accessibility of file: cp932.py MSI (s) (9C:9C) [21:24:28:585]: Executing op: FileRemove(,FileName=cp862.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp862.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:585]: Verifying accessibility of file: cp862.py MSI (s) (9C:9C) [21:24:28:600]: Executing op: FileRemove(,FileName=iso8859_4.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_4.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:600]: Verifying accessibility of file: iso8859_4.py MSI (s) (9C:9C) [21:24:28:616]: Executing op: FileRemove(,FileName=mbcs.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mbcs.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:616]: Verifying accessibility of file: mbcs.py MSI (s) (9C:9C) [21:24:28:616]: Executing op: FileRemove(,FileName=mac_croatian.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_croatian.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:632]: Verifying accessibility of file: mac_croatian.py MSI (s) (9C:9C) [21:24:28:632]: Executing op: FileRemove(,FileName=shift_jis.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: shift_jis.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:647]: Verifying accessibility of file: shift_jis.py MSI (s) (9C:9C) [21:24:28:647]: Executing op: FileRemove(,FileName=iso8859_5.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_5.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:647]: Verifying accessibility of file: iso8859_5.py MSI (s) (9C:9C) [21:24:28:663]: Executing op: FileRemove(,FileName=utf_8.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: utf_8.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:663]: Verifying accessibility of file: utf_8.py MSI (s) (9C:9C) [21:24:28:679]: Executing op: FileRemove(,FileName=shift_jisx0213.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: shift_jisx0213.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:679]: Verifying accessibility of file: shift_jisx0213.py MSI (s) (9C:9C) [21:24:28:679]: Executing op: FileRemove(,FileName=cp1258.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1258.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:694]: Verifying accessibility of file: cp1258.py MSI (s) (9C:9C) [21:24:28:694]: Executing op: FileRemove(,FileName=cp1252.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1252.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:710]: Verifying accessibility of file: cp1252.py MSI (s) (9C:9C) [21:24:28:710]: Executing op: FileRemove(,FileName=big5.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: big5.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:710]: Verifying accessibility of file: big5.py MSI (s) (9C:9C) [21:24:28:725]: Executing op: FileRemove(,FileName=cp949.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp949.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:725]: Verifying accessibility of file: cp949.py MSI (s) (9C:9C) [21:24:28:741]: Executing op: FileRemove(,FileName=cp775.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp775.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:741]: Verifying accessibility of file: cp775.py MSI (s) (9C:9C) [21:24:28:757]: Executing op: FileRemove(,FileName=bz2_codec.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: bz2_codec.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:757]: Verifying accessibility of file: bz2_codec.py MSI (s) (9C:9C) [21:24:28:772]: Executing op: FileRemove(,FileName=cp857.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp857.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:772]: Verifying accessibility of file: cp857.py MSI (s) (9C:9C) [21:24:28:772]: Executing op: FileRemove(,FileName=utf_32_le.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: utf_32_le.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:788]: Verifying accessibility of file: utf_32_le.py MSI (s) (9C:9C) [21:24:28:788]: Executing op: FileRemove(,FileName=utf_16.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: utf_16.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:788]: Verifying accessibility of file: utf_16.py MSI (s) (9C:9C) [21:24:28:804]: Executing op: FileRemove(,FileName=utf_32_be.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: utf_32_be.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:804]: Verifying accessibility of file: utf_32_be.py MSI (s) (9C:9C) [21:24:28:819]: Executing op: FileRemove(,FileName=iso2022_jp_3.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso2022_jp_3.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:819]: Verifying accessibility of file: iso2022_jp_3.py MSI (s) (9C:9C) [21:24:28:835]: Executing op: FileRemove(,FileName=cp437.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp437.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:835]: Verifying accessibility of file: cp437.py MSI (s) (9C:9C) [21:24:28:835]: Executing op: FileRemove(,FileName=mac_farsi.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_farsi.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:850]: Verifying accessibility of file: mac_farsi.py MSI (s) (9C:9C) [21:24:28:850]: Executing op: FileRemove(,FileName=aliases.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: aliases.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:866]: Verifying accessibility of file: aliases.py MSI (s) (9C:9C) [21:24:28:866]: Executing op: FileRemove(,FileName=cp866.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp866.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:866]: Verifying accessibility of file: cp866.py MSI (s) (9C:9C) [21:24:28:882]: Executing op: FileRemove(,FileName=utf_7.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: utf_7.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:882]: Verifying accessibility of file: utf_7.py MSI (s) (9C:9C) [21:24:28:897]: Executing op: FileRemove(,FileName=utf_16_be.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: utf_16_be.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:897]: Verifying accessibility of file: utf_16_be.py MSI (s) (9C:9C) [21:24:28:913]: Executing op: FileRemove(,FileName=mac_romanian.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_romanian.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:913]: Verifying accessibility of file: mac_romanian.py MSI (s) (9C:9C) [21:24:28:929]: Executing op: FileRemove(,FileName=koi8_r.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: koi8_r.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:929]: Verifying accessibility of file: koi8_r.py MSI (s) (9C:9C) [21:24:28:929]: Executing op: FileRemove(,FileName=euc_jis_2004.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: euc_jis_2004.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:944]: Verifying accessibility of file: euc_jis_2004.py MSI (s) (9C:9C) [21:24:28:944]: Executing op: FileRemove(,FileName=iso2022_jp_ext.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso2022_jp_ext.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:960]: Verifying accessibility of file: iso2022_jp_ext.py MSI (s) (9C:9C) [21:24:28:960]: Executing op: FileRemove(,FileName=utf_16_le.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: utf_16_le.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:975]: Verifying accessibility of file: utf_16_le.py MSI (s) (9C:9C) [21:24:28:975]: Executing op: FileRemove(,FileName=palmos.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: palmos.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:28:991]: Verifying accessibility of file: palmos.py MSI (s) (9C:9C) [21:24:28:991]: Executing op: FileRemove(,FileName=koi8_u.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: koi8_u.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:007]: Verifying accessibility of file: koi8_u.py MSI (s) (9C:9C) [21:24:29:022]: Executing op: FileRemove(,FileName=iso2022_jp_1.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso2022_jp_1.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:022]: Verifying accessibility of file: iso2022_jp_1.py MSI (s) (9C:9C) [21:24:29:038]: Executing op: FileRemove(,FileName=cp1254.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1254.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:038]: Verifying accessibility of file: cp1254.py MSI (s) (9C:9C) [21:24:29:054]: Executing op: FileRemove(,FileName=gbk.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: gbk.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:054]: Verifying accessibility of file: gbk.py MSI (s) (9C:9C) [21:24:29:069]: Executing op: FileRemove(,FileName=cp1250.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1250.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:069]: Verifying accessibility of file: cp1250.py MSI (s) (9C:9C) [21:24:29:069]: Executing op: FileRemove(,FileName=mac_centeuro.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_centeuro.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:085]: Verifying accessibility of file: mac_centeuro.py MSI (s) (9C:9C) [21:24:29:085]: Executing op: FileRemove(,FileName=iso8859_15.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_15.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:100]: Verifying accessibility of file: iso8859_15.py MSI (s) (9C:9C) [21:24:29:100]: Executing op: FileRemove(,FileName=ptcp154.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: ptcp154.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:100]: Verifying accessibility of file: ptcp154.py MSI (s) (9C:9C) [21:24:29:116]: Executing op: FileRemove(,FileName=utf_32.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: utf_32.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:116]: Verifying accessibility of file: utf_32.py MSI (s) (9C:9C) [21:24:29:132]: Executing op: FileRemove(,FileName=gb2312.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: gb2312.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:132]: Verifying accessibility of file: gb2312.py MSI (s) (9C:9C) [21:24:29:147]: Executing op: FileRemove(,FileName=euc_jisx0213.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: euc_jisx0213.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:147]: Verifying accessibility of file: euc_jisx0213.py MSI (s) (9C:9C) [21:24:29:147]: Executing op: FileRemove(,FileName=ascii.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: ascii.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:163]: Verifying accessibility of file: ascii.py MSI (s) (9C:9C) [21:24:29:163]: Executing op: FileRemove(,FileName=gb18030.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: gb18030.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:179]: Verifying accessibility of file: gb18030.py MSI (s) (9C:9C) [21:24:29:179]: Executing op: FileRemove(,FileName=mac_cyrillic.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_cyrillic.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:194]: Verifying accessibility of file: mac_cyrillic.py MSI (s) (9C:9C) [21:24:29:194]: Executing op: FileRemove(,FileName=cp273.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp273.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:210]: Verifying accessibility of file: cp273.py MSI (s) (9C:9C) [21:24:29:210]: Executing op: FileRemove(,FileName=cp863.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp863.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:210]: Verifying accessibility of file: cp863.py MSI (s) (9C:9C) [21:24:29:225]: Executing op: FileRemove(,FileName=undefined.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: undefined.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:225]: Verifying accessibility of file: undefined.py MSI (s) (9C:9C) [21:24:29:241]: Executing op: FileRemove(,FileName=base64_codec.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: base64_codec.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:241]: Verifying accessibility of file: base64_codec.py MSI (s) (9C:9C) [21:24:29:241]: Executing op: FileRemove(,FileName=hex_codec.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: hex_codec.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:257]: Verifying accessibility of file: hex_codec.py MSI (s) (9C:9C) [21:24:29:257]: Executing op: FileRemove(,FileName=cp855.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp855.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:272]: Verifying accessibility of file: cp855.py MSI (s) (9C:9C) [21:24:29:272]: Executing op: FileRemove(,FileName=iso8859_3.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_3.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:272]: Verifying accessibility of file: iso8859_3.py MSI (s) (9C:9C) [21:24:29:288]: Executing op: FileRemove(,FileName=tis_620.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: tis_620.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:288]: Verifying accessibility of file: tis_620.py MSI (s) (9C:9C) [21:24:29:304]: Executing op: FileRemove(,FileName=big5hkscs.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: big5hkscs.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:304]: Verifying accessibility of file: big5hkscs.py MSI (s) (9C:9C) [21:24:29:304]: Executing op: FileRemove(,FileName=mac_latin2.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_latin2.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:319]: Verifying accessibility of file: mac_latin2.py MSI (s) (9C:9C) [21:24:29:319]: Executing op: FileRemove(,FileName=cp720.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp720.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:335]: Verifying accessibility of file: cp720.py MSI (s) (9C:9C) [21:24:29:335]: Executing op: FileRemove(,FileName=cp1256.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1256.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:350]: Verifying accessibility of file: cp1256.py MSI (s) (9C:9C) [21:24:29:350]: Executing op: FileRemove(,FileName=iso8859_14.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_14.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:350]: Verifying accessibility of file: iso8859_14.py MSI (s) (9C:9C) [21:24:29:366]: Executing op: FileRemove(,FileName=iso8859_9.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_9.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:366]: Verifying accessibility of file: iso8859_9.py MSI (s) (9C:9C) [21:24:29:382]: Executing op: FileRemove(,FileName=hp_roman8.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: hp_roman8.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:382]: Verifying accessibility of file: hp_roman8.py MSI (s) (9C:9C) [21:24:29:397]: Executing op: FileRemove(,FileName=cp737.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp737.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:397]: Verifying accessibility of file: cp737.py MSI (s) (9C:9C) [21:24:29:397]: Executing op: FileRemove(,FileName=cp1257.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1257.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:413]: Verifying accessibility of file: cp1257.py MSI (s) (9C:9C) [21:24:29:413]: Executing op: FileRemove(,FileName=unicode_internal.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: unicode_internal.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:429]: Verifying accessibility of file: unicode_internal.py MSI (s) (9C:9C) [21:24:29:429]: Executing op: FileRemove(,FileName=cp874.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp874.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:429]: Verifying accessibility of file: cp874.py MSI (s) (9C:9C) [21:24:29:444]: Executing op: FileRemove(,FileName=cp865.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp865.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:444]: Verifying accessibility of file: cp865.py MSI (s) (9C:9C) [21:24:29:460]: Executing op: FileRemove(,FileName=johab.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: johab.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:460]: Verifying accessibility of file: johab.py MSI (s) (9C:9C) [21:24:29:475]: Executing op: FileRemove(,FileName=iso8859_13.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_13.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:475]: Verifying accessibility of file: iso8859_13.py MSI (s) (9C:9C) [21:24:29:475]: Executing op: FileRemove(,FileName=unicode_escape.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: unicode_escape.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:491]: Verifying accessibility of file: unicode_escape.py MSI (s) (9C:9C) [21:24:29:491]: Executing op: FileRemove(,FileName=euc_jp.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: euc_jp.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:507]: Verifying accessibility of file: euc_jp.py MSI (s) (9C:9C) [21:24:29:507]: Executing op: FileRemove(,FileName=mac_arabic.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_arabic.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:522]: Verifying accessibility of file: mac_arabic.py MSI (s) (9C:9C) [21:24:29:522]: Executing op: FileRemove(,FileName=utf_8_sig.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: utf_8_sig.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:522]: Verifying accessibility of file: utf_8_sig.py MSI (s) (9C:9C) [21:24:29:538]: Executing op: FileRemove(,FileName=raw_unicode_escape.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: raw_unicode_escape.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:554]: Verifying accessibility of file: raw_unicode_escape.py MSI (s) (9C:9C) [21:24:29:554]: Executing op: FileRemove(,FileName=cp850.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp850.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:554]: Verifying accessibility of file: cp850.py MSI (s) (9C:9C) [21:24:29:569]: Executing op: FileRemove(,FileName=cp1026.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1026.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:569]: Verifying accessibility of file: cp1026.py MSI (s) (9C:9C) [21:24:29:585]: Executing op: FileRemove(,FileName=cp1006.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1006.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:585]: Verifying accessibility of file: cp1006.py MSI (s) (9C:9C) [21:24:29:600]: Executing op: FileRemove(,FileName=cp1251.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1251.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:600]: Verifying accessibility of file: cp1251.py MSI (s) (9C:9C) [21:24:29:600]: Executing op: FileRemove(,FileName=iso8859_16.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_16.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:616]: Verifying accessibility of file: iso8859_16.py MSI (s) (9C:9C) [21:24:29:616]: Executing op: FileRemove(,FileName=hz.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: hz.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:632]: Verifying accessibility of file: hz.py MSI (s) (9C:9C) [21:24:29:632]: Executing op: FileRemove(,FileName=cp875.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp875.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:632]: Verifying accessibility of file: cp875.py MSI (s) (9C:9C) [21:24:29:647]: Executing op: FileRemove(,FileName=cp1255.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp1255.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:647]: Verifying accessibility of file: cp1255.py MSI (s) (9C:9C) [21:24:29:663]: Executing op: FileRemove(,FileName=latin_1.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: latin_1.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:663]: Verifying accessibility of file: latin_1.py MSI (s) (9C:9C) [21:24:29:663]: Executing op: FileRemove(,FileName=shift_jis_2004.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: shift_jis_2004.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:679]: Verifying accessibility of file: shift_jis_2004.py MSI (s) (9C:9C) [21:24:29:679]: Executing op: FileRemove(,FileName=cp858.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp858.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:694]: Verifying accessibility of file: cp858.py MSI (s) (9C:9C) [21:24:29:694]: Executing op: FileRemove(,FileName=iso8859_2.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_2.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:710]: Verifying accessibility of file: iso8859_2.py MSI (s) (9C:9C) [21:24:29:710]: Executing op: FileRemove(,FileName=iso2022_jp_2004.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso2022_jp_2004.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:710]: Verifying accessibility of file: iso2022_jp_2004.py MSI (s) (9C:9C) [21:24:29:725]: Executing op: FileRemove(,FileName=iso8859_6.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_6.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:725]: Verifying accessibility of file: iso8859_6.py MSI (s) (9C:9C) [21:24:29:741]: Executing op: FileRemove(,FileName=iso2022_jp.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso2022_jp.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:741]: Verifying accessibility of file: iso2022_jp.py MSI (s) (9C:9C) [21:24:29:741]: Executing op: FileRemove(,FileName=iso8859_11.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_11.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:757]: Verifying accessibility of file: iso8859_11.py MSI (s) (9C:9C) [21:24:29:757]: Executing op: FileRemove(,FileName=cp869.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp869.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:772]: Verifying accessibility of file: cp869.py MSI (s) (9C:9C) [21:24:29:772]: Executing op: FileRemove(,FileName=cp861.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp861.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:788]: Verifying accessibility of file: cp861.py MSI (s) (9C:9C) [21:24:29:788]: Executing op: FileRemove(,FileName=cp852.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: cp852.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:788]: Verifying accessibility of file: cp852.py MSI (s) (9C:9C) [21:24:29:804]: Executing op: FileRemove(,FileName=uu_codec.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: uu_codec.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:804]: Verifying accessibility of file: uu_codec.py MSI (s) (9C:9C) [21:24:29:819]: Executing op: FileRemove(,FileName=iso2022_jp_2.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso2022_jp_2.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:819]: Verifying accessibility of file: iso2022_jp_2.py MSI (s) (9C:9C) [21:24:29:819]: Executing op: FileRemove(,FileName=zlib_codec.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: zlib_codec.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:835]: Verifying accessibility of file: zlib_codec.py MSI (s) (9C:9C) [21:24:29:835]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:850]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:29:850]: Executing op: FileRemove(,FileName=mac_turkish.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: mac_turkish.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:850]: Verifying accessibility of file: mac_turkish.py MSI (s) (9C:9C) [21:24:29:866]: Executing op: FileRemove(,FileName=iso8859_10.py,,ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF}) RemoveFiles: File: iso8859_10.py, Directory: C:\Python34\Lib\encodings\ MSI (s) (9C:9C) [21:24:29:866]: Verifying accessibility of file: iso8859_10.py MSI (s) (9C:9C) [21:24:29:882]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\pydoc_data\) MSI (s) (9C:9C) [21:24:29:882]: Executing op: FileRemove(,FileName=topics.py,,ComponentId={11F3E5A1-C247-4445-9638-2FBD318521C7}) RemoveFiles: File: topics.py, Directory: C:\Python34\Lib\pydoc_data\ MSI (s) (9C:9C) [21:24:29:882]: Verifying accessibility of file: topics.py MSI (s) (9C:9C) [21:24:29:897]: Executing op: FileRemove(,FileName=_pydoc.css,,ComponentId={11F3E5A1-C247-4445-9638-2FBD318521C7}) RemoveFiles: File: _pydoc.css, Directory: C:\Python34\Lib\pydoc_data\ MSI (s) (9C:9C) [21:24:29:897]: Verifying accessibility of file: _pydoc.css MSI (s) (9C:9C) [21:24:29:897]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={11F3E5A1-C247-4445-9638-2FBD318521C7}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\pydoc_data\ MSI (s) (9C:9C) [21:24:29:913]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:29:913]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\msilib\) MSI (s) (9C:9C) [21:24:29:913]: Executing op: FileRemove(,FileName=sequence.py,,ComponentId={63EE0306-897A-4543-A7D1-D70FEB1DD2FE}) RemoveFiles: File: sequence.py, Directory: C:\Python34\Lib\msilib\ MSI (s) (9C:9C) [21:24:29:929]: Verifying accessibility of file: sequence.py MSI (s) (9C:9C) [21:24:29:929]: Executing op: FileRemove(,FileName=schema.py,,ComponentId={63EE0306-897A-4543-A7D1-D70FEB1DD2FE}) RemoveFiles: File: schema.py, Directory: C:\Python34\Lib\msilib\ MSI (s) (9C:9C) [21:24:29:944]: Verifying accessibility of file: schema.py MSI (s) (9C:9C) [21:24:29:944]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={63EE0306-897A-4543-A7D1-D70FEB1DD2FE}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\msilib\ MSI (s) (9C:9C) [21:24:29:944]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:29:960]: Executing op: FileRemove(,FileName=text.py,,ComponentId={63EE0306-897A-4543-A7D1-D70FEB1DD2FE}) RemoveFiles: File: text.py, Directory: C:\Python34\Lib\msilib\ MSI (s) (9C:9C) [21:24:29:960]: Verifying accessibility of file: text.py MSI (s) (9C:9C) [21:24:29:975]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xmlrpc\) MSI (s) (9C:9C) [21:24:29:975]: Executing op: FileRemove(,FileName=client.py,,ComponentId={420DCB77-4EC0-4971-A6AE-9D5FCF485D05}) RemoveFiles: File: client.py, Directory: C:\Python34\Lib\xmlrpc\ MSI (s) (9C:9C) [21:24:29:975]: Verifying accessibility of file: client.py MSI (s) (9C:9C) [21:24:29:991]: Executing op: FileRemove(,FileName=server.py,,ComponentId={420DCB77-4EC0-4971-A6AE-9D5FCF485D05}) RemoveFiles: File: server.py, Directory: C:\Python34\Lib\xmlrpc\ MSI (s) (9C:9C) [21:24:29:991]: Verifying accessibility of file: server.py MSI (s) (9C:9C) [21:24:30:007]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={420DCB77-4EC0-4971-A6AE-9D5FCF485D05}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\xmlrpc\ MSI (s) (9C:9C) [21:24:30:007]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:30:007]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\) MSI (s) (9C:9C) [21:24:30:007]: Executing op: FileRemove(,FileName=signals.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: signals.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:022]: Verifying accessibility of file: signals.py MSI (s) (9C:9C) [21:24:30:022]: Executing op: FileRemove(,FileName=runner.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: runner.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:038]: Verifying accessibility of file: runner.py MSI (s) (9C:9C) [21:24:30:038]: Executing op: FileRemove(,FileName=main.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: main.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:038]: Verifying accessibility of file: main.py MSI (s) (9C:9C) [21:24:30:054]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:054]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:30:069]: Executing op: FileRemove(,FileName=suite.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: suite.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:069]: Verifying accessibility of file: suite.py MSI (s) (9C:9C) [21:24:30:085]: Executing op: FileRemove(,FileName=util.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:085]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:30:085]: Executing op: FileRemove(,FileName=mock.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: mock.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:100]: Verifying accessibility of file: mock.py MSI (s) (9C:9C) [21:24:30:100]: Executing op: FileRemove(,FileName=result.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: result.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:116]: Verifying accessibility of file: result.py MSI (s) (9C:9C) [21:24:30:116]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:116]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:30:132]: Executing op: FileRemove(,FileName=case.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: case.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:132]: Verifying accessibility of file: case.py MSI (s) (9C:9C) [21:24:30:147]: Executing op: FileRemove(,FileName=loader.py,,ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071}) RemoveFiles: File: loader.py, Directory: C:\Python34\Lib\unittest\ MSI (s) (9C:9C) [21:24:30:147]: Verifying accessibility of file: loader.py MSI (s) (9C:9C) [21:24:30:147]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\test\) MSI (s) (9C:9C) [21:24:30:147]: Executing op: FileRemove(,FileName=test_skipping.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_skipping.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:163]: Verifying accessibility of file: test_skipping.py MSI (s) (9C:9C) [21:24:30:163]: Executing op: FileRemove(,FileName=test_functiontestcase.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_functiontestcase.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:179]: Verifying accessibility of file: test_functiontestcase.py MSI (s) (9C:9C) [21:24:30:179]: Executing op: FileRemove(,FileName=_test_warnings.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: _test_warnings.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:194]: Verifying accessibility of file: _test_warnings.py MSI (s) (9C:9C) [21:24:30:194]: Executing op: FileRemove(,FileName=test_case.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_case.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:194]: Verifying accessibility of file: test_case.py MSI (s) (9C:9C) [21:24:30:210]: Executing op: FileRemove(,FileName=test_program.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_program.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:210]: Verifying accessibility of file: test_program.py MSI (s) (9C:9C) [21:24:30:225]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:225]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:30:225]: Executing op: FileRemove(,FileName=test_loader.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_loader.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:241]: Verifying accessibility of file: test_loader.py MSI (s) (9C:9C) [21:24:30:241]: Executing op: FileRemove(,FileName=test_setups.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_setups.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:257]: Verifying accessibility of file: test_setups.py MSI (s) (9C:9C) [21:24:30:257]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:272]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:30:272]: Executing op: FileRemove(,FileName=support.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: support.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:272]: Verifying accessibility of file: support.py MSI (s) (9C:9C) [21:24:30:288]: Executing op: FileRemove(,FileName=dummy.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: dummy.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:288]: Verifying accessibility of file: dummy.py MSI (s) (9C:9C) [21:24:30:304]: Executing op: FileRemove(,FileName=test_suite.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_suite.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:304]: Verifying accessibility of file: test_suite.py MSI (s) (9C:9C) [21:24:30:319]: Executing op: FileRemove(,FileName=test_break.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_break.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:319]: Verifying accessibility of file: test_break.py MSI (s) (9C:9C) [21:24:30:335]: Executing op: FileRemove(,FileName=test_runner.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_runner.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:335]: Verifying accessibility of file: test_runner.py MSI (s) (9C:9C) [21:24:30:350]: Executing op: FileRemove(,FileName=test_discovery.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_discovery.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:350]: Verifying accessibility of file: test_discovery.py MSI (s) (9C:9C) [21:24:30:366]: Executing op: FileRemove(,FileName=test_result.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_result.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:366]: Verifying accessibility of file: test_result.py MSI (s) (9C:9C) [21:24:30:382]: Executing op: FileRemove(,FileName=test_assertions.py,,ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92}) RemoveFiles: File: test_assertions.py, Directory: C:\Python34\Lib\unittest\test\ MSI (s) (9C:9C) [21:24:30:382]: Verifying accessibility of file: test_assertions.py MSI (s) (9C:9C) [21:24:30:397]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\test\testmock\) MSI (s) (9C:9C) [21:24:30:397]: Executing op: FileRemove(,FileName=testwith.py,,ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1}) RemoveFiles: File: testwith.py, Directory: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:24:30:397]: Verifying accessibility of file: testwith.py MSI (s) (9C:9C) [21:24:30:413]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:24:30:413]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:30:413]: Executing op: FileRemove(,FileName=testsentinel.py,,ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1}) RemoveFiles: File: testsentinel.py, Directory: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:24:30:429]: Verifying accessibility of file: testsentinel.py MSI (s) (9C:9C) [21:24:30:429]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:24:30:444]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:30:444]: Executing op: FileRemove(,FileName=support.py,,ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1}) RemoveFiles: File: support.py, Directory: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:24:30:460]: Verifying accessibility of file: support.py MSI (s) (9C:9C) [21:24:30:460]: Executing op: FileRemove(,FileName=testmagicmethods.py,,ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1}) RemoveFiles: File: testmagicmethods.py, Directory: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:24:30:475]: Verifying accessibility of file: testmagicmethods.py MSI (s) (9C:9C) [21:24:30:475]: Executing op: FileRemove(,FileName=testcallable.py,,ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1}) RemoveFiles: File: testcallable.py, Directory: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:24:30:491]: Verifying accessibility of file: testcallable.py MSI (s) (9C:9C) [21:24:30:491]: Executing op: FileRemove(,FileName=testpatch.py,,ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1}) RemoveFiles: File: testpatch.py, Directory: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:24:30:507]: Verifying accessibility of file: testpatch.py MSI (s) (9C:9C) [21:24:30:507]: Executing op: FileRemove(,FileName=testhelpers.py,,ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1}) RemoveFiles: File: testhelpers.py, Directory: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:24:30:522]: Verifying accessibility of file: testhelpers.py MSI (s) (9C:9C) [21:24:30:522]: Executing op: FileRemove(,FileName=testmock.py,,ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1}) RemoveFiles: File: testmock.py, Directory: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:9C) [21:24:30:538]: Verifying accessibility of file: testmock.py MSI (s) (9C:9C) [21:24:30:554]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\collections\) MSI (s) (9C:9C) [21:24:30:554]: Executing op: FileRemove(,FileName=__main__.py,,ComponentId={B9AA8E69-9809-45B7-8CAA-D7294A8AF342}) RemoveFiles: File: __main__.py, Directory: C:\Python34\Lib\collections\ MSI (s) (9C:9C) [21:24:30:554]: Verifying accessibility of file: __main__.py MSI (s) (9C:9C) [21:24:30:569]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={B9AA8E69-9809-45B7-8CAA-D7294A8AF342}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\collections\ MSI (s) (9C:9C) [21:24:30:569]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:30:585]: Executing op: FileRemove(,FileName=abc.py,,ComponentId={B9AA8E69-9809-45B7-8CAA-D7294A8AF342}) RemoveFiles: File: abc.py, Directory: C:\Python34\Lib\collections\ MSI (s) (9C:9C) [21:24:30:585]: Verifying accessibility of file: abc.py MSI (s) (9C:9C) [21:24:30:600]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\importlib\) MSI (s) (9C:9C) [21:24:30:600]: Executing op: FileRemove(,FileName=abc.py,,ComponentId={79F478F5-9DEB-415E-8D22-85A81E05ED9C}) RemoveFiles: File: abc.py, Directory: C:\Python34\Lib\importlib\ MSI (s) (9C:9C) [21:24:30:600]: Verifying accessibility of file: abc.py MSI (s) (9C:9C) [21:24:30:616]: Executing op: FileRemove(,FileName=_bootstrap.py,,ComponentId={79F478F5-9DEB-415E-8D22-85A81E05ED9C}) RemoveFiles: File: _bootstrap.py, Directory: C:\Python34\Lib\importlib\ MSI (s) (9C:9C) [21:24:30:616]: Verifying accessibility of file: _bootstrap.py MSI (s) (9C:9C) [21:24:30:632]: Executing op: FileRemove(,FileName=util.py,,ComponentId={79F478F5-9DEB-415E-8D22-85A81E05ED9C}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\importlib\ MSI (s) (9C:9C) [21:24:30:632]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:30:647]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={79F478F5-9DEB-415E-8D22-85A81E05ED9C}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\importlib\ MSI (s) (9C:9C) [21:24:30:647]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:30:663]: Executing op: FileRemove(,FileName=machinery.py,,ComponentId={79F478F5-9DEB-415E-8D22-85A81E05ED9C}) RemoveFiles: File: machinery.py, Directory: C:\Python34\Lib\importlib\ MSI (s) (9C:9C) [21:24:30:663]: Verifying accessibility of file: machinery.py MSI (s) (9C:9C) [21:24:30:679]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\) MSI (s) (9C:9C) [21:24:30:679]: Executing op: FileRemove(,FileName=ccompiler.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: ccompiler.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:679]: Verifying accessibility of file: ccompiler.py MSI (s) (9C:9C) [21:24:30:694]: Executing op: FileRemove(,FileName=archive_util.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: archive_util.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:694]: Verifying accessibility of file: archive_util.py MSI (s) (9C:9C) [21:24:30:710]: Executing op: FileRemove(,FileName=spawn.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: spawn.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:710]: Verifying accessibility of file: spawn.py MSI (s) (9C:9C) [21:24:30:725]: Executing op: FileRemove(,FileName=dist.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: dist.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:725]: Verifying accessibility of file: dist.py MSI (s) (9C:9C) [21:24:30:741]: Executing op: FileRemove(,FileName=text_file.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: text_file.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:741]: Verifying accessibility of file: text_file.py MSI (s) (9C:9C) [21:24:30:757]: Executing op: FileRemove(,FileName=cygwinccompiler.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: cygwinccompiler.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:757]: Verifying accessibility of file: cygwinccompiler.py MSI (s) (9C:9C) [21:24:30:757]: Executing op: FileRemove(,FileName=filelist.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: filelist.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:772]: Verifying accessibility of file: filelist.py MSI (s) (9C:9C) [21:24:30:772]: Executing op: FileRemove(,FileName=config.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: config.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:788]: Verifying accessibility of file: config.py MSI (s) (9C:9C) [21:24:30:788]: Executing op: FileRemove(,FileName=unixccompiler.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: unixccompiler.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:804]: Verifying accessibility of file: unixccompiler.py MSI (s) (9C:9C) [21:24:30:804]: Executing op: FileRemove(,FileName=dir_util.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: dir_util.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:819]: Verifying accessibility of file: dir_util.py MSI (s) (9C:9C) [21:24:30:819]: Executing op: FileRemove(,FileName=errors.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: errors.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:835]: Verifying accessibility of file: errors.py MSI (s) (9C:9C) [21:24:30:835]: Executing op: FileRemove(,FileName=dep_util.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: dep_util.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:850]: Verifying accessibility of file: dep_util.py MSI (s) (9C:9C) [21:24:30:850]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: README.txt, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:850]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:30:866]: Executing op: FileRemove(,FileName=extension.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: extension.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:866]: Verifying accessibility of file: extension.py MSI (s) (9C:9C) [21:24:30:882]: Executing op: FileRemove(,FileName=debug.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: debug.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:882]: Verifying accessibility of file: debug.py MSI (s) (9C:9C) [21:24:30:897]: Executing op: FileRemove(,FileName=version.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: version.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:897]: Verifying accessibility of file: version.py MSI (s) (9C:9C) [21:24:30:913]: Executing op: FileRemove(,FileName=bcppcompiler.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: bcppcompiler.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:913]: Verifying accessibility of file: bcppcompiler.py MSI (s) (9C:9C) [21:24:30:929]: Executing op: FileRemove(,FileName=core.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: core.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:929]: Verifying accessibility of file: core.py MSI (s) (9C:9C) [21:24:30:929]: Executing op: FileRemove(,FileName=log.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: log.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:944]: Verifying accessibility of file: log.py MSI (s) (9C:9C) [21:24:30:944]: Executing op: FileRemove(,FileName=file_util.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: file_util.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:960]: Verifying accessibility of file: file_util.py MSI (s) (9C:9C) [21:24:30:975]: Executing op: FileRemove(,FileName=fancy_getopt.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: fancy_getopt.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:975]: Verifying accessibility of file: fancy_getopt.py MSI (s) (9C:9C) [21:24:30:991]: Executing op: FileRemove(,FileName=cmd.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: cmd.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:30:991]: Verifying accessibility of file: cmd.py MSI (s) (9C:9C) [21:24:31:007]: Executing op: FileRemove(,FileName=util.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: util.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:31:007]: Verifying accessibility of file: util.py MSI (s) (9C:9C) [21:24:31:022]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:31:022]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:31:022]: Executing op: FileRemove(,FileName=sysconfig.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: sysconfig.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:31:038]: Verifying accessibility of file: sysconfig.py MSI (s) (9C:9C) [21:24:31:038]: Executing op: FileRemove(,FileName=msvccompiler.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: msvccompiler.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:31:054]: Verifying accessibility of file: msvccompiler.py MSI (s) (9C:9C) [21:24:31:054]: Executing op: FileRemove(,FileName=versionpredicate.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: versionpredicate.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:31:054]: Verifying accessibility of file: versionpredicate.py MSI (s) (9C:9C) [21:24:31:069]: Executing op: FileRemove(,FileName=msvc9compiler.py,,ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A}) RemoveFiles: File: msvc9compiler.py, Directory: C:\Python34\Lib\distutils\ MSI (s) (9C:9C) [21:24:31:069]: Verifying accessibility of file: msvc9compiler.py MSI (s) (9C:9C) [21:24:31:085]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\command\) MSI (s) (9C:9C) [21:24:31:085]: Executing op: FileRemove(,FileName=bdist_rpm.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: bdist_rpm.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:085]: Verifying accessibility of file: bdist_rpm.py MSI (s) (9C:9C) [21:24:31:100]: Executing op: FileRemove(,FileName=upload.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: upload.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:100]: Verifying accessibility of file: upload.py MSI (s) (9C:9C) [21:24:31:100]: Executing op: FileRemove(,FileName=clean.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: clean.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:116]: Verifying accessibility of file: clean.py MSI (s) (9C:9C) [21:24:31:116]: Executing op: FileRemove(,FileName=wininst-9.0-amd64.exe,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: wininst-9.0-amd64.exe, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:132]: Verifying accessibility of file: wininst-9.0-amd64.exe MSI (s) (9C:9C) [21:24:31:132]: Executing op: FileRemove(,FileName=install_headers.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: install_headers.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:132]: Verifying accessibility of file: install_headers.py MSI (s) (9C:9C) [21:24:31:147]: Executing op: FileRemove(,FileName=install_data.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: install_data.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:147]: Verifying accessibility of file: install_data.py MSI (s) (9C:9C) [21:24:31:163]: Executing op: FileRemove(,FileName=wininst-8.0.exe,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: wininst-8.0.exe, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:163]: Verifying accessibility of file: wininst-8.0.exe MSI (s) (9C:9C) [21:24:31:179]: Executing op: FileRemove(,FileName=build_scripts.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: build_scripts.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:179]: Verifying accessibility of file: build_scripts.py MSI (s) (9C:9C) [21:24:31:179]: Executing op: FileRemove(,FileName=register.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: register.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:194]: Verifying accessibility of file: register.py MSI (s) (9C:9C) [21:24:31:194]: Executing op: FileRemove(,FileName=config.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: config.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:210]: Verifying accessibility of file: config.py MSI (s) (9C:9C) [21:24:31:210]: Executing op: FileRemove(,FileName=install_lib.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: install_lib.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:210]: Verifying accessibility of file: install_lib.py MSI (s) (9C:9C) [21:24:31:225]: Executing op: FileRemove(,FileName=build_py.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: build_py.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:225]: Verifying accessibility of file: build_py.py MSI (s) (9C:9C) [21:24:31:241]: Executing op: FileRemove(,FileName=build_ext.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: build_ext.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:241]: Verifying accessibility of file: build_ext.py MSI (s) (9C:9C) [21:24:31:241]: Executing op: FileRemove(,FileName=build.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: build.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:257]: Verifying accessibility of file: build.py MSI (s) (9C:9C) [21:24:31:257]: Executing op: FileRemove(,FileName=check.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: check.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:272]: Verifying accessibility of file: check.py MSI (s) (9C:9C) [21:24:31:272]: Executing op: FileRemove(,FileName=bdist_msi.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: bdist_msi.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:288]: Verifying accessibility of file: bdist_msi.py MSI (s) (9C:9C) [21:24:31:288]: Executing op: FileRemove(,FileName=wininst-7.1.exe,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: wininst-7.1.exe, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:288]: Verifying accessibility of file: wininst-7.1.exe MSI (s) (9C:9C) [21:24:31:304]: Executing op: FileRemove(,FileName=bdist.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: bdist.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:304]: Verifying accessibility of file: bdist.py MSI (s) (9C:9C) [21:24:31:319]: Executing op: FileRemove(,FileName=wininst-9.0.exe,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: wininst-9.0.exe, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:319]: Verifying accessibility of file: wininst-9.0.exe MSI (s) (9C:9C) [21:24:31:319]: Executing op: FileRemove(,FileName=wininst-10.0-amd64.exe,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: wininst-10.0-amd64.exe, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:335]: Verifying accessibility of file: wininst-10.0-amd64.exe MSI (s) (9C:9C) [21:24:31:335]: Executing op: FileRemove(,FileName=wininst-10.0.exe,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: wininst-10.0.exe, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:350]: Verifying accessibility of file: wininst-10.0.exe MSI (s) (9C:9C) [21:24:31:350]: Executing op: FileRemove(,FileName=bdist_dumb.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: bdist_dumb.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:366]: Verifying accessibility of file: bdist_dumb.py MSI (s) (9C:9C) [21:24:31:366]: Executing op: FileRemove(,FileName=sdist.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: sdist.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:366]: Verifying accessibility of file: sdist.py MSI (s) (9C:9C) [21:24:31:382]: Executing op: FileRemove(,FileName=wininst-6.0.exe,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: wininst-6.0.exe, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:382]: Verifying accessibility of file: wininst-6.0.exe MSI (s) (9C:9C) [21:24:31:397]: Executing op: FileRemove(,FileName=install_scripts.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: install_scripts.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:397]: Verifying accessibility of file: install_scripts.py MSI (s) (9C:9C) [21:24:31:413]: Executing op: FileRemove(,FileName=install.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: install.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:413]: Verifying accessibility of file: install.py MSI (s) (9C:9C) [21:24:31:413]: Executing op: FileRemove(,FileName=install_egg_info.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: install_egg_info.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:429]: Verifying accessibility of file: install_egg_info.py MSI (s) (9C:9C) [21:24:31:429]: Executing op: FileRemove(,FileName=build_clib.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: build_clib.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:444]: Verifying accessibility of file: build_clib.py MSI (s) (9C:9C) [21:24:31:444]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:444]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:31:460]: Executing op: FileRemove(,FileName=bdist_wininst.py,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: bdist_wininst.py, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:460]: Verifying accessibility of file: bdist_wininst.py MSI (s) (9C:9C) [21:24:31:475]: Executing op: FileRemove(,FileName=command_template,,ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B}) RemoveFiles: File: command_template, Directory: C:\Python34\Lib\distutils\command\ MSI (s) (9C:9C) [21:24:31:475]: Verifying accessibility of file: command_template MSI (s) (9C:9C) [21:24:31:475]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\tests\) MSI (s) (9C:9C) [21:24:31:475]: Executing op: FileRemove(,FileName=test_filelist.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_filelist.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:491]: Verifying accessibility of file: test_filelist.py MSI (s) (9C:9C) [21:24:31:491]: Executing op: FileRemove(,FileName=test_upload.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_upload.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:507]: Verifying accessibility of file: test_upload.py MSI (s) (9C:9C) [21:24:31:507]: Executing op: FileRemove(,FileName=test_file_util.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_file_util.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:507]: Verifying accessibility of file: test_file_util.py MSI (s) (9C:9C) [21:24:31:522]: Executing op: FileRemove(,FileName=test_dep_util.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_dep_util.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:522]: Verifying accessibility of file: test_dep_util.py MSI (s) (9C:9C) [21:24:31:538]: Executing op: FileRemove(,FileName=test_archive_util.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_archive_util.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:538]: Verifying accessibility of file: test_archive_util.py MSI (s) (9C:9C) [21:24:31:554]: Executing op: FileRemove(,FileName=test_log.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_log.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:554]: Verifying accessibility of file: test_log.py MSI (s) (9C:9C) [21:24:31:569]: Executing op: FileRemove(,FileName=test_install_data.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_install_data.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:569]: Verifying accessibility of file: test_install_data.py MSI (s) (9C:9C) [21:24:31:569]: Executing op: FileRemove(,FileName=test_bdist_dumb.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_bdist_dumb.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:585]: Verifying accessibility of file: test_bdist_dumb.py MSI (s) (9C:9C) [21:24:31:585]: Executing op: FileRemove(,FileName=test_check.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_check.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:600]: Verifying accessibility of file: test_check.py MSI (s) (9C:9C) [21:24:31:600]: Executing op: FileRemove(,FileName=test_build_scripts.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_build_scripts.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:600]: Verifying accessibility of file: test_build_scripts.py MSI (s) (9C:9C) [21:24:31:616]: Executing op: FileRemove(,FileName=test_bdist_msi.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_bdist_msi.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:616]: Verifying accessibility of file: test_bdist_msi.py MSI (s) (9C:9C) [21:24:31:632]: Executing op: FileRemove(,FileName=test_msvc9compiler.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_msvc9compiler.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:632]: Verifying accessibility of file: test_msvc9compiler.py MSI (s) (9C:9C) [21:24:31:647]: Executing op: FileRemove(,FileName=Setup.sample,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: Setup.sample, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:647]: Verifying accessibility of file: Setup.sample MSI (s) (9C:9C) [21:24:31:647]: Executing op: FileRemove(,FileName=test_dir_util.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_dir_util.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:663]: Verifying accessibility of file: test_dir_util.py MSI (s) (9C:9C) [21:24:31:663]: Executing op: FileRemove(,FileName=test_cygwinccompiler.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_cygwinccompiler.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:679]: Verifying accessibility of file: test_cygwinccompiler.py MSI (s) (9C:9C) [21:24:31:679]: Executing op: FileRemove(,FileName=test_unixccompiler.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_unixccompiler.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:679]: Verifying accessibility of file: test_unixccompiler.py MSI (s) (9C:9C) [21:24:31:694]: Executing op: FileRemove(,FileName=test_dist.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_dist.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:694]: Verifying accessibility of file: test_dist.py MSI (s) (9C:9C) [21:24:31:710]: Executing op: FileRemove(,FileName=test_config_cmd.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_config_cmd.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:710]: Verifying accessibility of file: test_config_cmd.py MSI (s) (9C:9C) [21:24:31:710]: Executing op: FileRemove(,FileName=test_register.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_register.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:725]: Verifying accessibility of file: test_register.py MSI (s) (9C:9C) [21:24:31:725]: Executing op: FileRemove(,FileName=test_install.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_install.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:741]: Verifying accessibility of file: test_install.py MSI (s) (9C:9C) [21:24:31:741]: Executing op: FileRemove(,FileName=test_config.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_config.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:741]: Verifying accessibility of file: test_config.py MSI (s) (9C:9C) [21:24:31:757]: Executing op: FileRemove(,FileName=test_clean.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_clean.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:757]: Verifying accessibility of file: test_clean.py MSI (s) (9C:9C) [21:24:31:772]: Executing op: FileRemove(,FileName=test_versionpredicate.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_versionpredicate.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:772]: Verifying accessibility of file: test_versionpredicate.py MSI (s) (9C:9C) [21:24:31:788]: Executing op: FileRemove(,FileName=test_install_scripts.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_install_scripts.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:788]: Verifying accessibility of file: test_install_scripts.py MSI (s) (9C:9C) [21:24:31:788]: Executing op: FileRemove(,FileName=test_sysconfig.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_sysconfig.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:804]: Verifying accessibility of file: test_sysconfig.py MSI (s) (9C:9C) [21:24:31:804]: Executing op: FileRemove(,FileName=test_build_py.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_build_py.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:819]: Verifying accessibility of file: test_build_py.py MSI (s) (9C:9C) [21:24:31:819]: Executing op: FileRemove(,FileName=test_cmd.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_cmd.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:819]: Verifying accessibility of file: test_cmd.py MSI (s) (9C:9C) [21:24:31:835]: Executing op: FileRemove(,FileName=test_install_headers.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_install_headers.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:835]: Verifying accessibility of file: test_install_headers.py MSI (s) (9C:9C) [21:24:31:850]: Executing op: FileRemove(,FileName=test_util.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_util.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:850]: Verifying accessibility of file: test_util.py MSI (s) (9C:9C) [21:24:31:850]: Executing op: FileRemove(,FileName=test_build_clib.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_build_clib.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:866]: Verifying accessibility of file: test_build_clib.py MSI (s) (9C:9C) [21:24:31:866]: Executing op: FileRemove(,FileName=test_install_lib.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_install_lib.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:882]: Verifying accessibility of file: test_install_lib.py MSI (s) (9C:9C) [21:24:31:882]: Executing op: FileRemove(,FileName=test_build.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_build.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:882]: Verifying accessibility of file: test_build.py MSI (s) (9C:9C) [21:24:31:897]: Executing op: FileRemove(,FileName=test_bdist_rpm.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_bdist_rpm.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:897]: Verifying accessibility of file: test_bdist_rpm.py MSI (s) (9C:9C) [21:24:31:913]: Executing op: FileRemove(,FileName=test_text_file.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_text_file.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:913]: Verifying accessibility of file: test_text_file.py MSI (s) (9C:9C) [21:24:31:929]: Executing op: FileRemove(,FileName=test_extension.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_extension.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:31:929]: Verifying accessibility of file: test_extension.py MSI (s) (9C:9C) [21:24:31:929]: Executing op: FileRemove(,FileName=test_version.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_version.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:32:069]: Verifying accessibility of file: test_version.py MSI (s) (9C:9C) [21:24:32:069]: Executing op: FileRemove(,FileName=support.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: support.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:32:085]: Verifying accessibility of file: support.py MSI (s) (9C:9C) [21:24:32:085]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:32:100]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:32:100]: Executing op: FileRemove(,FileName=test_bdist.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_bdist.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:32:100]: Verifying accessibility of file: test_bdist.py MSI (s) (9C:9C) [21:24:32:116]: Executing op: FileRemove(,FileName=test_sdist.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_sdist.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:32:116]: Verifying accessibility of file: test_sdist.py MSI (s) (9C:9C) [21:24:32:132]: Executing op: FileRemove(,FileName=test_core.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_core.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:32:132]: Verifying accessibility of file: test_core.py MSI (s) (9C:9C) [21:24:32:132]: Executing op: FileRemove(,FileName=test_bdist_wininst.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_bdist_wininst.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:32:147]: Verifying accessibility of file: test_bdist_wininst.py MSI (s) (9C:9C) [21:24:32:147]: Executing op: FileRemove(,FileName=test_spawn.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_spawn.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:32:163]: Verifying accessibility of file: test_spawn.py MSI (s) (9C:9C) [21:24:32:163]: Executing op: FileRemove(,FileName=test_build_ext.py,,ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE}) RemoveFiles: File: test_build_ext.py, Directory: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:9C) [21:24:32:163]: Verifying accessibility of file: test_build_ext.py MSI (s) (9C:9C) [21:24:32:179]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\dbm\) MSI (s) (9C:9C) [21:24:32:179]: Executing op: FileRemove(,FileName=dumb.py,,ComponentId={80CAE7D8-27BC-4C51-AB7E-1DC701EECC0E}) RemoveFiles: File: dumb.py, Directory: C:\Python34\Lib\dbm\ MSI (s) (9C:9C) [21:24:32:179]: Verifying accessibility of file: dumb.py MSI (s) (9C:9C) [21:24:32:194]: Executing op: FileRemove(,FileName=gnu.py,,ComponentId={80CAE7D8-27BC-4C51-AB7E-1DC701EECC0E}) RemoveFiles: File: gnu.py, Directory: C:\Python34\Lib\dbm\ MSI (s) (9C:9C) [21:24:32:194]: Verifying accessibility of file: gnu.py MSI (s) (9C:9C) [21:24:32:210]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={80CAE7D8-27BC-4C51-AB7E-1DC701EECC0E}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Lib\dbm\ MSI (s) (9C:9C) [21:24:32:210]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:32:210]: Executing op: FileRemove(,FileName=ndbm.py,,ComponentId={80CAE7D8-27BC-4C51-AB7E-1DC701EECC0E}) RemoveFiles: File: ndbm.py, Directory: C:\Python34\Lib\dbm\ MSI (s) (9C:9C) [21:24:32:225]: Verifying accessibility of file: ndbm.py MSI (s) (9C:9C) [21:24:32:225]: Executing op: SetTargetFolder(Folder=C:\Python34\DLLs\) MSI (s) (9C:9C) [21:24:32:225]: Executing op: FileRemove(,FileName=pyc.ico,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: pyc.ico, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:241]: Verifying accessibility of file: pyc.ico MSI (s) (9C:9C) [21:24:32:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:241]: Executing op: FileRemove(,FileName=pyexpat.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: pyexpat.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:241]: Verifying accessibility of file: pyexpat.pyd MSI (s) (9C:9C) [21:24:32:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:257]: Executing op: FileRemove(,FileName=select.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: select.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:257]: Verifying accessibility of file: select.pyd MSI (s) (9C:9C) [21:24:32:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:272]: Executing op: FileRemove(,FileName=unicodedata.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: unicodedata.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:272]: Verifying accessibility of file: unicodedata.pyd MSI (s) (9C:9C) [21:24:32:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:288]: Executing op: FileRemove(,FileName=winsound.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: winsound.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:288]: Verifying accessibility of file: winsound.pyd MSI (s) (9C:9C) [21:24:32:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:304]: Executing op: FileRemove(,FileName=_bz2.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _bz2.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:304]: Verifying accessibility of file: _bz2.pyd MSI (s) (9C:9C) [21:24:32:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:319]: Executing op: FileRemove(,FileName=_elementtree.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _elementtree.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:319]: Verifying accessibility of file: _elementtree.pyd MSI (s) (9C:9C) [21:24:32:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:335]: Executing op: FileRemove(,FileName=_socket.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _socket.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:335]: Verifying accessibility of file: _socket.pyd MSI (s) (9C:9C) [21:24:32:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:350]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:350]: Executing op: FileRemove(,FileName=_ssl.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _ssl.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:350]: Verifying accessibility of file: _ssl.pyd MSI (s) (9C:9C) [21:24:32:350]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:350]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:366]: Executing op: FileRemove(,FileName=_testcapi.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _testcapi.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:366]: Verifying accessibility of file: _testcapi.pyd MSI (s) (9C:9C) [21:24:32:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:366]: Executing op: FileRemove(,FileName=_msi.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _msi.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:382]: Verifying accessibility of file: _msi.pyd MSI (s) (9C:9C) [21:24:32:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:382]: Executing op: FileRemove(,FileName=_ctypes.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _ctypes.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:397]: Verifying accessibility of file: _ctypes.pyd MSI (s) (9C:9C) [21:24:32:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:397]: Executing op: FileRemove(,FileName=_ctypes_test.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _ctypes_test.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:413]: Verifying accessibility of file: _ctypes_test.pyd MSI (s) (9C:9C) [21:24:32:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:413]: Executing op: FileRemove(,FileName=_sqlite3.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _sqlite3.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:429]: Verifying accessibility of file: _sqlite3.pyd MSI (s) (9C:9C) [21:24:32:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:429]: Executing op: FileRemove(,FileName=_hashlib.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _hashlib.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:429]: Verifying accessibility of file: _hashlib.pyd MSI (s) (9C:9C) [21:24:32:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:444]: Executing op: FileRemove(,FileName=_multiprocessing.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _multiprocessing.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:444]: Verifying accessibility of file: _multiprocessing.pyd MSI (s) (9C:9C) [21:24:32:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:460]: Executing op: FileRemove(,FileName=_lzma.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _lzma.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:460]: Verifying accessibility of file: _lzma.pyd MSI (s) (9C:9C) [21:24:32:475]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:475]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:475]: Executing op: FileRemove(,FileName=_decimal.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _decimal.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:475]: Verifying accessibility of file: _decimal.pyd MSI (s) (9C:9C) [21:24:32:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:491]: Executing op: FileRemove(,FileName=_testbuffer.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _testbuffer.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:491]: Verifying accessibility of file: _testbuffer.pyd MSI (s) (9C:9C) [21:24:32:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:507]: Executing op: FileRemove(,FileName=_testimportmultiple.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _testimportmultiple.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:507]: Verifying accessibility of file: _testimportmultiple.pyd MSI (s) (9C:9C) [21:24:32:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:522]: Executing op: FileRemove(,FileName=_overlapped.pyd,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: _overlapped.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:522]: Verifying accessibility of file: _overlapped.pyd MSI (s) (9C:9C) [21:24:32:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:538]: Executing op: FileRemove(,FileName=python3.dll,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: python3.dll, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:538]: Verifying accessibility of file: python3.dll MSI (s) (9C:9C) [21:24:32:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:554]: Executing op: FileRemove(,FileName=sqlite3.dll,,ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C}) RemoveFiles: File: sqlite3.dll, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:554]: Verifying accessibility of file: sqlite3.dll MSI (s) (9C:9C) [21:24:32:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:569]: Executing op: FileRemove(,FileName=_tkinter.pyd,,ComponentId={F83BB69D-5AB3-4199-93F6-7A4D2C400294}) RemoveFiles: File: _tkinter.pyd, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:569]: Verifying accessibility of file: _tkinter.pyd MSI (s) (9C:9C) [21:24:32:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:585]: Executing op: FileRemove(,FileName=tcl86t.dll,,ComponentId={F83BB69D-5AB3-4199-93F6-7A4D2C400294}) RemoveFiles: File: tcl86t.dll, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:585]: Verifying accessibility of file: tcl86t.dll MSI (s) (9C:9C) [21:24:32:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:585]: Executing op: FileRemove(,FileName=tk86t.dll,,ComponentId={F83BB69D-5AB3-4199-93F6-7A4D2C400294}) RemoveFiles: File: tk86t.dll, Directory: C:\Python34\DLLs\ MSI (s) (9C:9C) [21:24:32:600]: Verifying accessibility of file: tk86t.dll MSI (s) (9C:9C) [21:24:32:600]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:600]: Executing op: SetTargetFolder(Folder=C:\Python34\include\) MSI (s) (9C:9C) [21:24:32:600]: Executing op: FileRemove(,FileName=abstract.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: abstract.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:616]: Verifying accessibility of file: abstract.h MSI (s) (9C:9C) [21:24:32:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:616]: Executing op: FileRemove(,FileName=accu.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: accu.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:632]: Verifying accessibility of file: accu.h MSI (s) (9C:9C) [21:24:32:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:632]: Executing op: FileRemove(,FileName=asdl.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: asdl.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:647]: Verifying accessibility of file: asdl.h MSI (s) (9C:9C) [21:24:32:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:647]: Executing op: FileRemove(,FileName=ast.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: ast.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:663]: Verifying accessibility of file: ast.h MSI (s) (9C:9C) [21:24:32:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:663]: Executing op: FileRemove(,FileName=bitset.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: bitset.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:679]: Verifying accessibility of file: bitset.h MSI (s) (9C:9C) [21:24:32:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:679]: Executing op: FileRemove(,FileName=bltinmodule.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: bltinmodule.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:694]: Verifying accessibility of file: bltinmodule.h MSI (s) (9C:9C) [21:24:32:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:694]: Executing op: FileRemove(,FileName=boolobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: boolobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:710]: Verifying accessibility of file: boolobject.h MSI (s) (9C:9C) [21:24:32:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:710]: Executing op: FileRemove(,FileName=bytearrayobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: bytearrayobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:725]: Verifying accessibility of file: bytearrayobject.h MSI (s) (9C:9C) [21:24:32:725]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:725]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:725]: Executing op: FileRemove(,FileName=bytesobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: bytesobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:741]: Verifying accessibility of file: bytesobject.h MSI (s) (9C:9C) [21:24:32:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:741]: Executing op: FileRemove(,FileName=bytes_methods.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: bytes_methods.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:741]: Verifying accessibility of file: bytes_methods.h MSI (s) (9C:9C) [21:24:32:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:757]: Executing op: FileRemove(,FileName=cellobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: cellobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:757]: Verifying accessibility of file: cellobject.h MSI (s) (9C:9C) [21:24:32:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:772]: Executing op: FileRemove(,FileName=ceval.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: ceval.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:772]: Verifying accessibility of file: ceval.h MSI (s) (9C:9C) [21:24:32:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:788]: Executing op: FileRemove(,FileName=classobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: classobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:788]: Verifying accessibility of file: classobject.h MSI (s) (9C:9C) [21:24:32:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:804]: Executing op: FileRemove(,FileName=code.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: code.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:804]: Verifying accessibility of file: code.h MSI (s) (9C:9C) [21:24:32:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:819]: Executing op: FileRemove(,FileName=codecs.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: codecs.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:819]: Verifying accessibility of file: codecs.h MSI (s) (9C:9C) [21:24:32:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:835]: Executing op: FileRemove(,FileName=compile.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: compile.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:835]: Verifying accessibility of file: compile.h MSI (s) (9C:9C) [21:24:32:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:850]: Executing op: FileRemove(,FileName=complexobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: complexobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:850]: Verifying accessibility of file: complexobject.h MSI (s) (9C:9C) [21:24:32:850]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:850]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:850]: Executing op: FileRemove(,FileName=datetime.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: datetime.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:866]: Verifying accessibility of file: datetime.h MSI (s) (9C:9C) [21:24:32:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:866]: Executing op: FileRemove(,FileName=descrobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: descrobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:882]: Verifying accessibility of file: descrobject.h MSI (s) (9C:9C) [21:24:32:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:882]: Executing op: FileRemove(,FileName=dictobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: dictobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:897]: Verifying accessibility of file: dictobject.h MSI (s) (9C:9C) [21:24:32:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:897]: Executing op: FileRemove(,FileName=dtoa.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: dtoa.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:913]: Verifying accessibility of file: dtoa.h MSI (s) (9C:9C) [21:24:32:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:913]: Executing op: FileRemove(,FileName=dynamic_annotations.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: dynamic_annotations.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:929]: Verifying accessibility of file: dynamic_annotations.h MSI (s) (9C:9C) [21:24:32:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:929]: Executing op: FileRemove(,FileName=enumobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: enumobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:944]: Verifying accessibility of file: enumobject.h MSI (s) (9C:9C) [21:24:32:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:944]: Executing op: FileRemove(,FileName=errcode.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: errcode.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:960]: Verifying accessibility of file: errcode.h MSI (s) (9C:9C) [21:24:32:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:960]: Executing op: FileRemove(,FileName=eval.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: eval.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:960]: Verifying accessibility of file: eval.h MSI (s) (9C:9C) [21:24:32:975]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:975]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:975]: Executing op: FileRemove(,FileName=fileobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: fileobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:975]: Verifying accessibility of file: fileobject.h MSI (s) (9C:9C) [21:24:32:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:32:991]: Executing op: FileRemove(,FileName=fileutils.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: fileutils.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:32:991]: Verifying accessibility of file: fileutils.h MSI (s) (9C:9C) [21:24:33:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:007]: Executing op: FileRemove(,FileName=floatobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: floatobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:007]: Verifying accessibility of file: floatobject.h MSI (s) (9C:9C) [21:24:33:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:022]: Executing op: FileRemove(,FileName=frameobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: frameobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:022]: Verifying accessibility of file: frameobject.h MSI (s) (9C:9C) [21:24:33:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:038]: Executing op: FileRemove(,FileName=funcobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: funcobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:038]: Verifying accessibility of file: funcobject.h MSI (s) (9C:9C) [21:24:33:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:054]: Executing op: FileRemove(,FileName=genobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: genobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:054]: Verifying accessibility of file: genobject.h MSI (s) (9C:9C) [21:24:33:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:069]: Executing op: FileRemove(,FileName=graminit.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: graminit.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:069]: Verifying accessibility of file: graminit.h MSI (s) (9C:9C) [21:24:33:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:085]: Executing op: FileRemove(,FileName=grammar.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: grammar.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:085]: Verifying accessibility of file: grammar.h MSI (s) (9C:9C) [21:24:33:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:085]: Executing op: FileRemove(,FileName=import.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: import.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:100]: Verifying accessibility of file: import.h MSI (s) (9C:9C) [21:24:33:100]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:100]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:100]: Executing op: FileRemove(,FileName=intrcheck.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: intrcheck.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:116]: Verifying accessibility of file: intrcheck.h MSI (s) (9C:9C) [21:24:33:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:116]: Executing op: FileRemove(,FileName=iterobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: iterobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:132]: Verifying accessibility of file: iterobject.h MSI (s) (9C:9C) [21:24:33:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:132]: Executing op: FileRemove(,FileName=listobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: listobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:147]: Verifying accessibility of file: listobject.h MSI (s) (9C:9C) [21:24:33:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:147]: Executing op: FileRemove(,FileName=longintrepr.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: longintrepr.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:163]: Verifying accessibility of file: longintrepr.h MSI (s) (9C:9C) [21:24:33:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:163]: Executing op: FileRemove(,FileName=longobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: longobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:179]: Verifying accessibility of file: longobject.h MSI (s) (9C:9C) [21:24:33:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:179]: Executing op: FileRemove(,FileName=marshal.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: marshal.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:179]: Verifying accessibility of file: marshal.h MSI (s) (9C:9C) [21:24:33:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:194]: Executing op: FileRemove(,FileName=memoryobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: memoryobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:194]: Verifying accessibility of file: memoryobject.h MSI (s) (9C:9C) [21:24:33:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:210]: Executing op: FileRemove(,FileName=metagrammar.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: metagrammar.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:210]: Verifying accessibility of file: metagrammar.h MSI (s) (9C:9C) [21:24:33:225]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:225]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:225]: Executing op: FileRemove(,FileName=methodobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: methodobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:225]: Verifying accessibility of file: methodobject.h MSI (s) (9C:9C) [21:24:33:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:241]: Executing op: FileRemove(,FileName=modsupport.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: modsupport.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:241]: Verifying accessibility of file: modsupport.h MSI (s) (9C:9C) [21:24:33:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:257]: Executing op: FileRemove(,FileName=moduleobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: moduleobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:257]: Verifying accessibility of file: moduleobject.h MSI (s) (9C:9C) [21:24:33:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:272]: Executing op: FileRemove(,FileName=namespaceobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: namespaceobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:272]: Verifying accessibility of file: namespaceobject.h MSI (s) (9C:9C) [21:24:33:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:288]: Executing op: FileRemove(,FileName=node.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: node.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:288]: Verifying accessibility of file: node.h MSI (s) (9C:9C) [21:24:33:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:304]: Executing op: FileRemove(,FileName=object.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: object.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:304]: Verifying accessibility of file: object.h MSI (s) (9C:9C) [21:24:33:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:319]: Executing op: FileRemove(,FileName=objimpl.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: objimpl.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:319]: Verifying accessibility of file: objimpl.h MSI (s) (9C:9C) [21:24:33:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:319]: Executing op: FileRemove(,FileName=opcode.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: opcode.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:335]: Verifying accessibility of file: opcode.h MSI (s) (9C:9C) [21:24:33:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:335]: Executing op: FileRemove(,FileName=osdefs.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: osdefs.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:350]: Verifying accessibility of file: osdefs.h MSI (s) (9C:9C) [21:24:33:350]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:350]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:350]: Executing op: FileRemove(,FileName=parsetok.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: parsetok.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:366]: Verifying accessibility of file: parsetok.h MSI (s) (9C:9C) [21:24:33:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:366]: Executing op: FileRemove(,FileName=patchlevel.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: patchlevel.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:382]: Verifying accessibility of file: patchlevel.h MSI (s) (9C:9C) [21:24:33:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:382]: Executing op: FileRemove(,FileName=pgen.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pgen.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:397]: Verifying accessibility of file: pgen.h MSI (s) (9C:9C) [21:24:33:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:397]: Executing op: FileRemove(,FileName=pgenheaders.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pgenheaders.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:397]: Verifying accessibility of file: pgenheaders.h MSI (s) (9C:9C) [21:24:33:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:413]: Executing op: FileRemove(,FileName=pyarena.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pyarena.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:413]: Verifying accessibility of file: pyarena.h MSI (s) (9C:9C) [21:24:33:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:429]: Executing op: FileRemove(,FileName=pyatomic.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pyatomic.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:429]: Verifying accessibility of file: pyatomic.h MSI (s) (9C:9C) [21:24:33:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:444]: Executing op: FileRemove(,FileName=pycapsule.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pycapsule.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:444]: Verifying accessibility of file: pycapsule.h MSI (s) (9C:9C) [21:24:33:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:460]: Executing op: FileRemove(,FileName=pyctype.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pyctype.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:460]: Verifying accessibility of file: pyctype.h MSI (s) (9C:9C) [21:24:33:475]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:475]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:475]: Executing op: FileRemove(,FileName=pydebug.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pydebug.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:475]: Verifying accessibility of file: pydebug.h MSI (s) (9C:9C) [21:24:33:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:491]: Executing op: FileRemove(,FileName=pyerrors.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pyerrors.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:491]: Verifying accessibility of file: pyerrors.h MSI (s) (9C:9C) [21:24:33:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:507]: Executing op: FileRemove(,FileName=pyexpat.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pyexpat.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:507]: Verifying accessibility of file: pyexpat.h MSI (s) (9C:9C) [21:24:33:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:522]: Executing op: FileRemove(,FileName=pyfpe.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pyfpe.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:522]: Verifying accessibility of file: pyfpe.h MSI (s) (9C:9C) [21:24:33:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:538]: Executing op: FileRemove(,FileName=pygetopt.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pygetopt.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:538]: Verifying accessibility of file: pygetopt.h MSI (s) (9C:9C) [21:24:33:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:554]: Executing op: FileRemove(,FileName=pyhash.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pyhash.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:554]: Verifying accessibility of file: pyhash.h MSI (s) (9C:9C) [21:24:33:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:569]: Executing op: FileRemove(,FileName=pymacconfig.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pymacconfig.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:569]: Verifying accessibility of file: pymacconfig.h MSI (s) (9C:9C) [21:24:33:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:585]: Executing op: FileRemove(,FileName=pymacro.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pymacro.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:585]: Verifying accessibility of file: pymacro.h MSI (s) (9C:9C) [21:24:33:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:600]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:600]: Executing op: FileRemove(,FileName=pymath.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pymath.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:600]: Verifying accessibility of file: pymath.h MSI (s) (9C:9C) [21:24:33:600]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:600]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:616]: Executing op: FileRemove(,FileName=pymem.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pymem.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:616]: Verifying accessibility of file: pymem.h MSI (s) (9C:9C) [21:24:33:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:616]: Executing op: FileRemove(,FileName=pyport.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pyport.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:632]: Verifying accessibility of file: pyport.h MSI (s) (9C:9C) [21:24:33:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:632]: Executing op: FileRemove(,FileName=pystate.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pystate.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:647]: Verifying accessibility of file: pystate.h MSI (s) (9C:9C) [21:24:33:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:647]: Executing op: FileRemove(,FileName=pystrcmp.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pystrcmp.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:663]: Verifying accessibility of file: pystrcmp.h MSI (s) (9C:9C) [21:24:33:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:663]: Executing op: FileRemove(,FileName=pystrtod.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pystrtod.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:679]: Verifying accessibility of file: pystrtod.h MSI (s) (9C:9C) [21:24:33:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:679]: Executing op: FileRemove(,FileName=Python-ast.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: Python-ast.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:694]: Verifying accessibility of file: Python-ast.h MSI (s) (9C:9C) [21:24:33:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:694]: Executing op: FileRemove(,FileName=Python.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: Python.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:710]: Verifying accessibility of file: Python.h MSI (s) (9C:9C) [21:24:33:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:710]: Executing op: FileRemove(,FileName=pythonrun.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pythonrun.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:710]: Verifying accessibility of file: pythonrun.h MSI (s) (9C:9C) [21:24:33:725]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:725]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:725]: Executing op: FileRemove(,FileName=pythread.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pythread.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:725]: Verifying accessibility of file: pythread.h MSI (s) (9C:9C) [21:24:33:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:741]: Executing op: FileRemove(,FileName=pytime.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pytime.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:741]: Verifying accessibility of file: pytime.h MSI (s) (9C:9C) [21:24:33:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:757]: Executing op: FileRemove(,FileName=py_curses.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: py_curses.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:757]: Verifying accessibility of file: py_curses.h MSI (s) (9C:9C) [21:24:33:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:772]: Executing op: FileRemove(,FileName=rangeobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: rangeobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:772]: Verifying accessibility of file: rangeobject.h MSI (s) (9C:9C) [21:24:33:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:788]: Executing op: FileRemove(,FileName=setobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: setobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:788]: Verifying accessibility of file: setobject.h MSI (s) (9C:9C) [21:24:33:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:804]: Executing op: FileRemove(,FileName=sliceobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: sliceobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:804]: Verifying accessibility of file: sliceobject.h MSI (s) (9C:9C) [21:24:33:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:804]: Executing op: FileRemove(,FileName=structmember.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: structmember.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:819]: Verifying accessibility of file: structmember.h MSI (s) (9C:9C) [21:24:33:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:819]: Executing op: FileRemove(,FileName=structseq.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: structseq.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:835]: Verifying accessibility of file: structseq.h MSI (s) (9C:9C) [21:24:33:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:835]: Executing op: FileRemove(,FileName=symtable.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: symtable.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:850]: Verifying accessibility of file: symtable.h MSI (s) (9C:9C) [21:24:33:850]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:850]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:850]: Executing op: FileRemove(,FileName=sysmodule.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: sysmodule.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:866]: Verifying accessibility of file: sysmodule.h MSI (s) (9C:9C) [21:24:33:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:866]: Executing op: FileRemove(,FileName=token.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: token.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:882]: Verifying accessibility of file: token.h MSI (s) (9C:9C) [21:24:33:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:882]: Executing op: FileRemove(,FileName=traceback.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: traceback.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:897]: Verifying accessibility of file: traceback.h MSI (s) (9C:9C) [21:24:33:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:897]: Executing op: FileRemove(,FileName=tupleobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: tupleobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:913]: Verifying accessibility of file: tupleobject.h MSI (s) (9C:9C) [21:24:33:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:913]: Executing op: FileRemove(,FileName=typeslots.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: typeslots.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:929]: Verifying accessibility of file: typeslots.h MSI (s) (9C:9C) [21:24:33:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:929]: Executing op: FileRemove(,FileName=ucnhash.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: ucnhash.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:929]: Verifying accessibility of file: ucnhash.h MSI (s) (9C:9C) [21:24:33:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:944]: Executing op: FileRemove(,FileName=unicodeobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: unicodeobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:944]: Verifying accessibility of file: unicodeobject.h MSI (s) (9C:9C) [21:24:33:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:960]: Executing op: FileRemove(,FileName=warnings.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: warnings.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:960]: Verifying accessibility of file: warnings.h MSI (s) (9C:9C) [21:24:33:975]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:975]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:975]: Executing op: FileRemove(,FileName=weakrefobject.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: weakrefobject.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:975]: Verifying accessibility of file: weakrefobject.h MSI (s) (9C:9C) [21:24:33:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:33:991]: Executing op: FileRemove(,FileName=pyconfig.h,,ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729}) RemoveFiles: File: pyconfig.h, Directory: C:\Python34\include\ MSI (s) (9C:9C) [21:24:33:991]: Verifying accessibility of file: pyconfig.h MSI (s) (9C:9C) [21:24:34:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:132]: Executing op: SetTargetFolder(Folder=C:\Python34\libs\) MSI (s) (9C:9C) [21:24:34:132]: Executing op: FileRemove(,FileName=pyexpat.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: pyexpat.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:147]: Verifying accessibility of file: pyexpat.lib MSI (s) (9C:9C) [21:24:34:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:147]: Executing op: FileRemove(,FileName=select.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: select.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:163]: Verifying accessibility of file: select.lib MSI (s) (9C:9C) [21:24:34:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:163]: Executing op: FileRemove(,FileName=unicodedata.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: unicodedata.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:179]: Verifying accessibility of file: unicodedata.lib MSI (s) (9C:9C) [21:24:34:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:179]: Executing op: FileRemove(,FileName=winsound.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: winsound.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:179]: Verifying accessibility of file: winsound.lib MSI (s) (9C:9C) [21:24:34:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:194]: Executing op: FileRemove(,FileName=_bz2.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _bz2.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:194]: Verifying accessibility of file: _bz2.lib MSI (s) (9C:9C) [21:24:34:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:210]: Executing op: FileRemove(,FileName=_elementtree.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _elementtree.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:210]: Verifying accessibility of file: _elementtree.lib MSI (s) (9C:9C) [21:24:34:225]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:225]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:225]: Executing op: FileRemove(,FileName=_socket.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _socket.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:225]: Verifying accessibility of file: _socket.lib MSI (s) (9C:9C) [21:24:34:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:241]: Executing op: FileRemove(,FileName=_ssl.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _ssl.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:241]: Verifying accessibility of file: _ssl.lib MSI (s) (9C:9C) [21:24:34:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:257]: Executing op: FileRemove(,FileName=_testcapi.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _testcapi.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:257]: Verifying accessibility of file: _testcapi.lib MSI (s) (9C:9C) [21:24:34:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:272]: Executing op: FileRemove(,FileName=_msi.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _msi.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:272]: Verifying accessibility of file: _msi.lib MSI (s) (9C:9C) [21:24:34:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:288]: Executing op: FileRemove(,FileName=_ctypes.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _ctypes.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:288]: Verifying accessibility of file: _ctypes.lib MSI (s) (9C:9C) [21:24:34:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:288]: Executing op: FileRemove(,FileName=_ctypes_test.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _ctypes_test.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:304]: Verifying accessibility of file: _ctypes_test.lib MSI (s) (9C:9C) [21:24:34:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:304]: Executing op: FileRemove(,FileName=_sqlite3.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _sqlite3.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:319]: Verifying accessibility of file: _sqlite3.lib MSI (s) (9C:9C) [21:24:34:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:319]: Executing op: FileRemove(,FileName=_hashlib.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _hashlib.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:335]: Verifying accessibility of file: _hashlib.lib MSI (s) (9C:9C) [21:24:34:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:335]: Executing op: FileRemove(,FileName=_multiprocessing.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _multiprocessing.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:350]: Verifying accessibility of file: _multiprocessing.lib MSI (s) (9C:9C) [21:24:34:350]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:350]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:350]: Executing op: FileRemove(,FileName=_lzma.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _lzma.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:366]: Verifying accessibility of file: _lzma.lib MSI (s) (9C:9C) [21:24:34:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:366]: Executing op: FileRemove(,FileName=_decimal.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _decimal.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:366]: Verifying accessibility of file: _decimal.lib MSI (s) (9C:9C) [21:24:34:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:382]: Executing op: FileRemove(,FileName=_testbuffer.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _testbuffer.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:382]: Verifying accessibility of file: _testbuffer.lib MSI (s) (9C:9C) [21:24:34:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:397]: Executing op: FileRemove(,FileName=_testimportmultiple.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _testimportmultiple.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:397]: Verifying accessibility of file: _testimportmultiple.lib MSI (s) (9C:9C) [21:24:34:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:413]: Executing op: FileRemove(,FileName=_overlapped.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _overlapped.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:413]: Verifying accessibility of file: _overlapped.lib MSI (s) (9C:9C) [21:24:34:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:429]: Executing op: FileRemove(,FileName=_tkinter.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: _tkinter.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:429]: Verifying accessibility of file: _tkinter.lib MSI (s) (9C:9C) [21:24:34:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:444]: Executing op: FileRemove(,FileName=python34.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: python34.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:444]: Verifying accessibility of file: python34.lib MSI (s) (9C:9C) [21:24:34:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:460]: Executing op: FileRemove(,FileName=python3.lib,,ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A}) RemoveFiles: File: python3.lib, Directory: C:\Python34\libs\ MSI (s) (9C:9C) [21:24:34:460]: Verifying accessibility of file: python3.lib MSI (s) (9C:9C) [21:24:34:475]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:475]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:475]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\) MSI (s) (9C:9C) [21:24:34:475]: Executing op: FileRemove(,FileName=itclstub40.lib,,ComponentId={415A8452-86C6-49C0-9A4C-2524006C10DD}) RemoveFiles: File: itclstub40.lib, Directory: C:\Python34\tcl\ MSI (s) (9C:9C) [21:24:34:475]: Verifying accessibility of file: itclstub40.lib MSI (s) (9C:9C) [21:24:34:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:491]: Executing op: FileRemove(,FileName=tcl86t.lib,,ComponentId={415A8452-86C6-49C0-9A4C-2524006C10DD}) RemoveFiles: File: tcl86t.lib, Directory: C:\Python34\tcl\ MSI (s) (9C:9C) [21:24:34:491]: Verifying accessibility of file: tcl86t.lib MSI (s) (9C:9C) [21:24:34:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:507]: Executing op: FileRemove(,FileName=tclConfig.sh,,ComponentId={415A8452-86C6-49C0-9A4C-2524006C10DD}) RemoveFiles: File: tclConfig.sh, Directory: C:\Python34\tcl\ MSI (s) (9C:9C) [21:24:34:507]: Verifying accessibility of file: tclConfig.sh MSI (s) (9C:9C) [21:24:34:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:522]: Executing op: FileRemove(,FileName=tclooConfig.sh,,ComponentId={415A8452-86C6-49C0-9A4C-2524006C10DD}) RemoveFiles: File: tclooConfig.sh, Directory: C:\Python34\tcl\ MSI (s) (9C:9C) [21:24:34:522]: Verifying accessibility of file: tclooConfig.sh MSI (s) (9C:9C) [21:24:34:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:538]: Executing op: FileRemove(,FileName=tclstub86.lib,,ComponentId={415A8452-86C6-49C0-9A4C-2524006C10DD}) RemoveFiles: File: tclstub86.lib, Directory: C:\Python34\tcl\ MSI (s) (9C:9C) [21:24:34:538]: Verifying accessibility of file: tclstub86.lib MSI (s) (9C:9C) [21:24:34:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:554]: Executing op: FileRemove(,FileName=tk86t.lib,,ComponentId={415A8452-86C6-49C0-9A4C-2524006C10DD}) RemoveFiles: File: tk86t.lib, Directory: C:\Python34\tcl\ MSI (s) (9C:9C) [21:24:34:554]: Verifying accessibility of file: tk86t.lib MSI (s) (9C:9C) [21:24:34:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:569]: Executing op: FileRemove(,FileName=tkstub86.lib,,ComponentId={415A8452-86C6-49C0-9A4C-2524006C10DD}) RemoveFiles: File: tkstub86.lib, Directory: C:\Python34\tcl\ MSI (s) (9C:9C) [21:24:34:569]: Verifying accessibility of file: tkstub86.lib MSI (s) (9C:9C) [21:24:34:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:585]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\) MSI (s) (9C:9C) [21:24:34:585]: Executing op: FileRemove(,FileName=bgerror.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: bgerror.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:585]: Verifying accessibility of file: bgerror.tcl MSI (s) (9C:9C) [21:24:34:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:585]: Executing op: FileRemove(,FileName=button.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: button.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:600]: Verifying accessibility of file: button.tcl MSI (s) (9C:9C) [21:24:34:600]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:600]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:600]: Executing op: FileRemove(,FileName=choosedir.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: choosedir.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:616]: Verifying accessibility of file: choosedir.tcl MSI (s) (9C:9C) [21:24:34:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:616]: Executing op: FileRemove(,FileName=clrpick.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: clrpick.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:632]: Verifying accessibility of file: clrpick.tcl MSI (s) (9C:9C) [21:24:34:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:647]: Executing op: FileRemove(,FileName=comdlg.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: comdlg.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:647]: Verifying accessibility of file: comdlg.tcl MSI (s) (9C:9C) [21:24:34:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:663]: Executing op: FileRemove(,FileName=console.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: console.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:663]: Verifying accessibility of file: console.tcl MSI (s) (9C:9C) [21:24:34:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:663]: Executing op: FileRemove(,FileName=dialog.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: dialog.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:679]: Verifying accessibility of file: dialog.tcl MSI (s) (9C:9C) [21:24:34:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:679]: Executing op: FileRemove(,FileName=entry.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: entry.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:694]: Verifying accessibility of file: entry.tcl MSI (s) (9C:9C) [21:24:34:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:694]: Executing op: FileRemove(,FileName=focus.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: focus.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:710]: Verifying accessibility of file: focus.tcl MSI (s) (9C:9C) [21:24:34:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:710]: Executing op: FileRemove(,FileName=fontchooser.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: fontchooser.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:725]: Verifying accessibility of file: fontchooser.tcl MSI (s) (9C:9C) [21:24:34:725]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:725]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:725]: Executing op: FileRemove(,FileName=iconlist.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: iconlist.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:741]: Verifying accessibility of file: iconlist.tcl MSI (s) (9C:9C) [21:24:34:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:741]: Executing op: FileRemove(,FileName=icons.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: icons.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:741]: Verifying accessibility of file: icons.tcl MSI (s) (9C:9C) [21:24:34:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:757]: Executing op: FileRemove(,FileName=license.terms,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: license.terms, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:757]: Verifying accessibility of file: license.terms MSI (s) (9C:9C) [21:24:34:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:772]: Executing op: FileRemove(,FileName=listbox.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: listbox.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:772]: Verifying accessibility of file: listbox.tcl MSI (s) (9C:9C) [21:24:34:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:788]: Executing op: FileRemove(,FileName=megawidget.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: megawidget.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:788]: Verifying accessibility of file: megawidget.tcl MSI (s) (9C:9C) [21:24:34:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:804]: Executing op: FileRemove(,FileName=menu.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: menu.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:804]: Verifying accessibility of file: menu.tcl MSI (s) (9C:9C) [21:24:34:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:819]: Executing op: FileRemove(,FileName=mkpsenc.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: mkpsenc.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:819]: Verifying accessibility of file: mkpsenc.tcl MSI (s) (9C:9C) [21:24:34:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:835]: Executing op: FileRemove(,FileName=msgbox.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: msgbox.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:835]: Verifying accessibility of file: msgbox.tcl MSI (s) (9C:9C) [21:24:34:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:850]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:850]: Executing op: FileRemove(,FileName=obsolete.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: obsolete.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:850]: Verifying accessibility of file: obsolete.tcl MSI (s) (9C:9C) [21:24:34:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:866]: Executing op: FileRemove(,FileName=optMenu.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: optMenu.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:866]: Verifying accessibility of file: optMenu.tcl MSI (s) (9C:9C) [21:24:34:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:882]: Executing op: FileRemove(,FileName=palette.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: palette.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:882]: Verifying accessibility of file: palette.tcl MSI (s) (9C:9C) [21:24:34:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:897]: Executing op: FileRemove(,FileName=panedwindow.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: panedwindow.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:897]: Verifying accessibility of file: panedwindow.tcl MSI (s) (9C:9C) [21:24:34:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:913]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:913]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:34:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:929]: Executing op: FileRemove(,FileName=safetk.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: safetk.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:929]: Verifying accessibility of file: safetk.tcl MSI (s) (9C:9C) [21:24:34:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:944]: Executing op: FileRemove(,FileName=scale.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: scale.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:944]: Verifying accessibility of file: scale.tcl MSI (s) (9C:9C) [21:24:34:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:944]: Executing op: FileRemove(,FileName=scrlbar.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: scrlbar.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:960]: Verifying accessibility of file: scrlbar.tcl MSI (s) (9C:9C) [21:24:34:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:960]: Executing op: FileRemove(,FileName=spinbox.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: spinbox.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:975]: Verifying accessibility of file: spinbox.tcl MSI (s) (9C:9C) [21:24:34:975]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:975]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:975]: Executing op: FileRemove(,FileName=tclIndex,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: tclIndex, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:34:991]: Verifying accessibility of file: tclIndex MSI (s) (9C:9C) [21:24:34:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:34:991]: Executing op: FileRemove(,FileName=tearoff.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: tearoff.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:35:007]: Verifying accessibility of file: tearoff.tcl MSI (s) (9C:9C) [21:24:35:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:007]: Executing op: FileRemove(,FileName=text.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: text.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:35:007]: Verifying accessibility of file: text.tcl MSI (s) (9C:9C) [21:24:35:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:022]: Executing op: FileRemove(,FileName=tk.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: tk.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:35:022]: Verifying accessibility of file: tk.tcl MSI (s) (9C:9C) [21:24:35:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:038]: Executing op: FileRemove(,FileName=tkfbox.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: tkfbox.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:35:038]: Verifying accessibility of file: tkfbox.tcl MSI (s) (9C:9C) [21:24:35:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:054]: Executing op: FileRemove(,FileName=unsupported.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: unsupported.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:35:054]: Verifying accessibility of file: unsupported.tcl MSI (s) (9C:9C) [21:24:35:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:069]: Executing op: FileRemove(,FileName=xmfbox.tcl,,ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F}) RemoveFiles: File: xmfbox.tcl, Directory: C:\Python34\tcl\tk8.6\ MSI (s) (9C:9C) [21:24:35:069]: Verifying accessibility of file: xmfbox.tcl MSI (s) (9C:9C) [21:24:35:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:085]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\ttk\) MSI (s) (9C:9C) [21:24:35:085]: Executing op: FileRemove(,FileName=altTheme.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: altTheme.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:085]: Verifying accessibility of file: altTheme.tcl MSI (s) (9C:9C) [21:24:35:101]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:101]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:101]: Executing op: FileRemove(,FileName=aquaTheme.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: aquaTheme.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:101]: Verifying accessibility of file: aquaTheme.tcl MSI (s) (9C:9C) [21:24:35:101]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:116]: Executing op: FileRemove(,FileName=button.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: button.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:116]: Verifying accessibility of file: button.tcl MSI (s) (9C:9C) [21:24:35:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:132]: Executing op: FileRemove(,FileName=clamTheme.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: clamTheme.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:132]: Verifying accessibility of file: clamTheme.tcl MSI (s) (9C:9C) [21:24:35:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:132]: Executing op: FileRemove(,FileName=classicTheme.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: classicTheme.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:147]: Verifying accessibility of file: classicTheme.tcl MSI (s) (9C:9C) [21:24:35:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:147]: Executing op: FileRemove(,FileName=combobox.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: combobox.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:163]: Verifying accessibility of file: combobox.tcl MSI (s) (9C:9C) [21:24:35:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:163]: Executing op: FileRemove(,FileName=cursors.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: cursors.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:179]: Verifying accessibility of file: cursors.tcl MSI (s) (9C:9C) [21:24:35:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:179]: Executing op: FileRemove(,FileName=defaults.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: defaults.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:194]: Verifying accessibility of file: defaults.tcl MSI (s) (9C:9C) [21:24:35:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:194]: Executing op: FileRemove(,FileName=entry.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: entry.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:194]: Verifying accessibility of file: entry.tcl MSI (s) (9C:9C) [21:24:35:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:210]: Executing op: FileRemove(,FileName=fonts.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: fonts.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:210]: Verifying accessibility of file: fonts.tcl MSI (s) (9C:9C) [21:24:35:225]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:225]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:225]: Executing op: FileRemove(,FileName=menubutton.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: menubutton.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:225]: Verifying accessibility of file: menubutton.tcl MSI (s) (9C:9C) [21:24:35:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:241]: Executing op: FileRemove(,FileName=notebook.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: notebook.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:241]: Verifying accessibility of file: notebook.tcl MSI (s) (9C:9C) [21:24:35:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:257]: Executing op: FileRemove(,FileName=panedwindow.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: panedwindow.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:257]: Verifying accessibility of file: panedwindow.tcl MSI (s) (9C:9C) [21:24:35:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:272]: Executing op: FileRemove(,FileName=progress.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: progress.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:272]: Verifying accessibility of file: progress.tcl MSI (s) (9C:9C) [21:24:35:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:272]: Executing op: FileRemove(,FileName=scale.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: scale.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:288]: Verifying accessibility of file: scale.tcl MSI (s) (9C:9C) [21:24:35:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:288]: Executing op: FileRemove(,FileName=scrollbar.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: scrollbar.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:304]: Verifying accessibility of file: scrollbar.tcl MSI (s) (9C:9C) [21:24:35:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:304]: Executing op: FileRemove(,FileName=sizegrip.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: sizegrip.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:319]: Verifying accessibility of file: sizegrip.tcl MSI (s) (9C:9C) [21:24:35:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:319]: Executing op: FileRemove(,FileName=spinbox.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: spinbox.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:335]: Verifying accessibility of file: spinbox.tcl MSI (s) (9C:9C) [21:24:35:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:335]: Executing op: FileRemove(,FileName=treeview.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: treeview.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:351]: Verifying accessibility of file: treeview.tcl MSI (s) (9C:9C) [21:24:35:351]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:351]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:351]: Executing op: FileRemove(,FileName=ttk.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: ttk.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:351]: Verifying accessibility of file: ttk.tcl MSI (s) (9C:9C) [21:24:35:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:366]: Executing op: FileRemove(,FileName=utils.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: utils.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:366]: Verifying accessibility of file: utils.tcl MSI (s) (9C:9C) [21:24:35:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:382]: Executing op: FileRemove(,FileName=vistaTheme.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: vistaTheme.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:382]: Verifying accessibility of file: vistaTheme.tcl MSI (s) (9C:9C) [21:24:35:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:397]: Executing op: FileRemove(,FileName=winTheme.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: winTheme.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:397]: Verifying accessibility of file: winTheme.tcl MSI (s) (9C:9C) [21:24:35:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:413]: Executing op: FileRemove(,FileName=xpTheme.tcl,,ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2}) RemoveFiles: File: xpTheme.tcl, Directory: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:9C) [21:24:35:413]: Verifying accessibility of file: xpTheme.tcl MSI (s) (9C:9C) [21:24:35:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:429]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\msgs\) MSI (s) (9C:9C) [21:24:35:429]: Executing op: FileRemove(,FileName=cs.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: cs.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:429]: Verifying accessibility of file: cs.msg MSI (s) (9C:9C) [21:24:35:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:444]: Executing op: FileRemove(,FileName=da.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: da.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:444]: Verifying accessibility of file: da.msg MSI (s) (9C:9C) [21:24:35:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:444]: Executing op: FileRemove(,FileName=de.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: de.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:460]: Verifying accessibility of file: de.msg MSI (s) (9C:9C) [21:24:35:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:460]: Executing op: FileRemove(,FileName=el.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: el.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:475]: Verifying accessibility of file: el.msg MSI (s) (9C:9C) [21:24:35:475]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:475]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:475]: Executing op: FileRemove(,FileName=en.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: en.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:491]: Verifying accessibility of file: en.msg MSI (s) (9C:9C) [21:24:35:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:491]: Executing op: FileRemove(,FileName=en_gb.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: en_gb.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:507]: Verifying accessibility of file: en_gb.msg MSI (s) (9C:9C) [21:24:35:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:507]: Executing op: FileRemove(,FileName=eo.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: eo.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:507]: Verifying accessibility of file: eo.msg MSI (s) (9C:9C) [21:24:35:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:522]: Executing op: FileRemove(,FileName=es.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: es.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:522]: Verifying accessibility of file: es.msg MSI (s) (9C:9C) [21:24:35:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:538]: Executing op: FileRemove(,FileName=fr.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: fr.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:538]: Verifying accessibility of file: fr.msg MSI (s) (9C:9C) [21:24:35:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:554]: Executing op: FileRemove(,FileName=hu.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: hu.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:554]: Verifying accessibility of file: hu.msg MSI (s) (9C:9C) [21:24:35:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:569]: Executing op: FileRemove(,FileName=it.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: it.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:569]: Verifying accessibility of file: it.msg MSI (s) (9C:9C) [21:24:35:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:585]: Executing op: FileRemove(,FileName=nl.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: nl.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:585]: Verifying accessibility of file: nl.msg MSI (s) (9C:9C) [21:24:35:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:601]: Executing op: FileRemove(,FileName=pl.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: pl.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:601]: Verifying accessibility of file: pl.msg MSI (s) (9C:9C) [21:24:35:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:601]: Executing op: FileRemove(,FileName=pt.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: pt.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:616]: Verifying accessibility of file: pt.msg MSI (s) (9C:9C) [21:24:35:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:616]: Executing op: FileRemove(,FileName=ru.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: ru.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:632]: Verifying accessibility of file: ru.msg MSI (s) (9C:9C) [21:24:35:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:632]: Executing op: FileRemove(,FileName=sv.msg,,ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A}) RemoveFiles: File: sv.msg, Directory: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:9C) [21:24:35:647]: Verifying accessibility of file: sv.msg MSI (s) (9C:9C) [21:24:35:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:647]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\images\) MSI (s) (9C:9C) [21:24:35:647]: Executing op: FileRemove(,FileName=lamp.png,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: lamp.png, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:663]: Verifying accessibility of file: lamp.png MSI (s) (9C:9C) [21:24:35:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:663]: Executing op: FileRemove(,FileName=lamp.svg,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: lamp.svg, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:679]: Verifying accessibility of file: lamp.svg MSI (s) (9C:9C) [21:24:35:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:679]: Executing op: FileRemove(,FileName=logo.eps,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: logo.eps, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:679]: Verifying accessibility of file: logo.eps MSI (s) (9C:9C) [21:24:35:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:694]: Executing op: FileRemove(,FileName=logo100.gif,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: logo100.gif, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:694]: Verifying accessibility of file: logo100.gif MSI (s) (9C:9C) [21:24:35:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:710]: Executing op: FileRemove(,FileName=logo64.gif,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: logo64.gif, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:710]: Verifying accessibility of file: logo64.gif MSI (s) (9C:9C) [21:24:35:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:726]: Executing op: FileRemove(,FileName=logoLarge.gif,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: logoLarge.gif, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:726]: Verifying accessibility of file: logoLarge.gif MSI (s) (9C:9C) [21:24:35:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:741]: Executing op: FileRemove(,FileName=logoMed.gif,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: logoMed.gif, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:741]: Verifying accessibility of file: logoMed.gif MSI (s) (9C:9C) [21:24:35:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:757]: Executing op: FileRemove(,FileName=pwrdLogo.eps,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: pwrdLogo.eps, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:757]: Verifying accessibility of file: pwrdLogo.eps MSI (s) (9C:9C) [21:24:35:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:772]: Executing op: FileRemove(,FileName=pwrdLogo100.gif,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: pwrdLogo100.gif, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:772]: Verifying accessibility of file: pwrdLogo100.gif MSI (s) (9C:9C) [21:24:35:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:772]: Executing op: FileRemove(,FileName=pwrdLogo150.gif,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: pwrdLogo150.gif, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:788]: Verifying accessibility of file: pwrdLogo150.gif MSI (s) (9C:9C) [21:24:35:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:788]: Executing op: FileRemove(,FileName=pwrdLogo175.gif,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: pwrdLogo175.gif, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:804]: Verifying accessibility of file: pwrdLogo175.gif MSI (s) (9C:9C) [21:24:35:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:804]: Executing op: FileRemove(,FileName=pwrdLogo200.gif,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: pwrdLogo200.gif, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:819]: Verifying accessibility of file: pwrdLogo200.gif MSI (s) (9C:9C) [21:24:35:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:819]: Executing op: FileRemove(,FileName=pwrdLogo75.gif,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: pwrdLogo75.gif, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:819]: Verifying accessibility of file: pwrdLogo75.gif MSI (s) (9C:9C) [21:24:35:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:835]: Executing op: FileRemove(,FileName=README,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: README, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:835]: Verifying accessibility of file: README MSI (s) (9C:9C) [21:24:35:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:851]: Executing op: FileRemove(,FileName=tai-ku.gif,,ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6}) RemoveFiles: File: tai-ku.gif, Directory: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:9C) [21:24:35:851]: Verifying accessibility of file: tai-ku.gif MSI (s) (9C:9C) [21:24:35:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:866]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\demos\) MSI (s) (9C:9C) [21:24:35:866]: Executing op: FileRemove(,FileName=anilabel.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: anilabel.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:35:866]: Verifying accessibility of file: anilabel.tcl MSI (s) (9C:9C) [21:24:35:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:882]: Executing op: FileRemove(,FileName=aniwave.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: aniwave.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:35:882]: Verifying accessibility of file: aniwave.tcl MSI (s) (9C:9C) [21:24:35:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:897]: Executing op: FileRemove(,FileName=arrow.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: arrow.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:35:897]: Verifying accessibility of file: arrow.tcl MSI (s) (9C:9C) [21:24:35:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:913]: Executing op: FileRemove(,FileName=bind.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: bind.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:35:913]: Verifying accessibility of file: bind.tcl MSI (s) (9C:9C) [21:24:35:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:929]: Executing op: FileRemove(,FileName=bitmap.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: bitmap.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:35:929]: Verifying accessibility of file: bitmap.tcl MSI (s) (9C:9C) [21:24:35:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:944]: Executing op: FileRemove(,FileName=browse,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: browse, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:35:944]: Verifying accessibility of file: browse MSI (s) (9C:9C) [21:24:35:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:944]: Executing op: FileRemove(,FileName=button.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: button.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:35:960]: Verifying accessibility of file: button.tcl MSI (s) (9C:9C) [21:24:35:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:960]: Executing op: FileRemove(,FileName=check.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: check.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:35:976]: Verifying accessibility of file: check.tcl MSI (s) (9C:9C) [21:24:35:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:976]: Executing op: FileRemove(,FileName=clrpick.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: clrpick.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:35:991]: Verifying accessibility of file: clrpick.tcl MSI (s) (9C:9C) [21:24:35:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:35:991]: Executing op: FileRemove(,FileName=colors.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: colors.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:007]: Verifying accessibility of file: colors.tcl MSI (s) (9C:9C) [21:24:36:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:007]: Executing op: FileRemove(,FileName=combo.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: combo.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:022]: Verifying accessibility of file: combo.tcl MSI (s) (9C:9C) [21:24:36:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:022]: Executing op: FileRemove(,FileName=cscroll.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: cscroll.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:038]: Verifying accessibility of file: cscroll.tcl MSI (s) (9C:9C) [21:24:36:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:038]: Executing op: FileRemove(,FileName=ctext.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: ctext.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:054]: Verifying accessibility of file: ctext.tcl MSI (s) (9C:9C) [21:24:36:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:054]: Executing op: FileRemove(,FileName=dialog1.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: dialog1.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:069]: Verifying accessibility of file: dialog1.tcl MSI (s) (9C:9C) [21:24:36:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:069]: Executing op: FileRemove(,FileName=dialog2.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: dialog2.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:085]: Verifying accessibility of file: dialog2.tcl MSI (s) (9C:9C) [21:24:36:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:085]: Executing op: FileRemove(,FileName=en.msg,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: en.msg, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:100]: Verifying accessibility of file: en.msg MSI (s) (9C:9C) [21:24:36:100]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:100]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:116]: Executing op: FileRemove(,FileName=entry1.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: entry1.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:116]: Verifying accessibility of file: entry1.tcl MSI (s) (9C:9C) [21:24:36:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:132]: Executing op: FileRemove(,FileName=entry2.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: entry2.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:132]: Verifying accessibility of file: entry2.tcl MSI (s) (9C:9C) [21:24:36:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:147]: Executing op: FileRemove(,FileName=entry3.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: entry3.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:147]: Verifying accessibility of file: entry3.tcl MSI (s) (9C:9C) [21:24:36:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:163]: Executing op: FileRemove(,FileName=filebox.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: filebox.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:163]: Verifying accessibility of file: filebox.tcl MSI (s) (9C:9C) [21:24:36:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:179]: Executing op: FileRemove(,FileName=floor.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: floor.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:179]: Verifying accessibility of file: floor.tcl MSI (s) (9C:9C) [21:24:36:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:194]: Executing op: FileRemove(,FileName=fontchoose.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: fontchoose.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:210]: Verifying accessibility of file: fontchoose.tcl MSI (s) (9C:9C) [21:24:36:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:210]: Executing op: FileRemove(,FileName=form.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: form.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:225]: Verifying accessibility of file: form.tcl MSI (s) (9C:9C) [21:24:36:225]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:241]: Executing op: FileRemove(,FileName=goldberg.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: goldberg.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:241]: Verifying accessibility of file: goldberg.tcl MSI (s) (9C:9C) [21:24:36:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:257]: Executing op: FileRemove(,FileName=hello,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: hello, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:257]: Verifying accessibility of file: hello MSI (s) (9C:9C) [21:24:36:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:272]: Executing op: FileRemove(,FileName=hscale.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: hscale.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:288]: Verifying accessibility of file: hscale.tcl MSI (s) (9C:9C) [21:24:36:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:288]: Executing op: FileRemove(,FileName=icon.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: icon.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:304]: Verifying accessibility of file: icon.tcl MSI (s) (9C:9C) [21:24:36:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:304]: Executing op: FileRemove(,FileName=image1.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: image1.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:319]: Verifying accessibility of file: image1.tcl MSI (s) (9C:9C) [21:24:36:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:335]: Executing op: FileRemove(,FileName=image2.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: image2.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:335]: Verifying accessibility of file: image2.tcl MSI (s) (9C:9C) [21:24:36:350]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:350]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:350]: Executing op: FileRemove(,FileName=items.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: items.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:366]: Verifying accessibility of file: items.tcl MSI (s) (9C:9C) [21:24:36:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:366]: Executing op: FileRemove(,FileName=ixset,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: ixset, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:382]: Verifying accessibility of file: ixset MSI (s) (9C:9C) [21:24:36:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:397]: Executing op: FileRemove(,FileName=knightstour.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: knightstour.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:397]: Verifying accessibility of file: knightstour.tcl MSI (s) (9C:9C) [21:24:36:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:413]: Executing op: FileRemove(,FileName=label.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: label.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:413]: Verifying accessibility of file: label.tcl MSI (s) (9C:9C) [21:24:36:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:429]: Executing op: FileRemove(,FileName=labelframe.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: labelframe.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:444]: Verifying accessibility of file: labelframe.tcl MSI (s) (9C:9C) [21:24:36:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:444]: Executing op: FileRemove(,FileName=license.terms,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: license.terms, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:460]: Verifying accessibility of file: license.terms MSI (s) (9C:9C) [21:24:36:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:475]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:475]: Executing op: FileRemove(,FileName=mclist.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: mclist.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:475]: Verifying accessibility of file: mclist.tcl MSI (s) (9C:9C) [21:24:36:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:491]: Executing op: FileRemove(,FileName=menu.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: menu.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:491]: Verifying accessibility of file: menu.tcl MSI (s) (9C:9C) [21:24:36:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:507]: Executing op: FileRemove(,FileName=menubu.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: menubu.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:507]: Verifying accessibility of file: menubu.tcl MSI (s) (9C:9C) [21:24:36:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:522]: Executing op: FileRemove(,FileName=msgbox.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: msgbox.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:538]: Verifying accessibility of file: msgbox.tcl MSI (s) (9C:9C) [21:24:36:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:554]: Executing op: FileRemove(,FileName=nl.msg,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: nl.msg, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:554]: Verifying accessibility of file: nl.msg MSI (s) (9C:9C) [21:24:36:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:569]: Executing op: FileRemove(,FileName=paned1.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: paned1.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:569]: Verifying accessibility of file: paned1.tcl MSI (s) (9C:9C) [21:24:36:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:585]: Executing op: FileRemove(,FileName=paned2.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: paned2.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:585]: Verifying accessibility of file: paned2.tcl MSI (s) (9C:9C) [21:24:36:600]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:600]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:600]: Executing op: FileRemove(,FileName=pendulum.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: pendulum.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:616]: Verifying accessibility of file: pendulum.tcl MSI (s) (9C:9C) [21:24:36:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:616]: Executing op: FileRemove(,FileName=plot.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: plot.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:632]: Verifying accessibility of file: plot.tcl MSI (s) (9C:9C) [21:24:36:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:647]: Executing op: FileRemove(,FileName=puzzle.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: puzzle.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:647]: Verifying accessibility of file: puzzle.tcl MSI (s) (9C:9C) [21:24:36:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:663]: Executing op: FileRemove(,FileName=radio.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: radio.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:663]: Verifying accessibility of file: radio.tcl MSI (s) (9C:9C) [21:24:36:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:679]: Executing op: FileRemove(,FileName=README,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: README, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:679]: Verifying accessibility of file: README MSI (s) (9C:9C) [21:24:36:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:694]: Executing op: FileRemove(,FileName=rmt,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: rmt, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:694]: Verifying accessibility of file: rmt MSI (s) (9C:9C) [21:24:36:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:710]: Executing op: FileRemove(,FileName=rolodex,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: rolodex, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:725]: Verifying accessibility of file: rolodex MSI (s) (9C:9C) [21:24:36:725]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:725]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:725]: Executing op: FileRemove(,FileName=ruler.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: ruler.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:741]: Verifying accessibility of file: ruler.tcl MSI (s) (9C:9C) [21:24:36:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:757]: Executing op: FileRemove(,FileName=sayings.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: sayings.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:757]: Verifying accessibility of file: sayings.tcl MSI (s) (9C:9C) [21:24:36:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:772]: Executing op: FileRemove(,FileName=search.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: search.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:772]: Verifying accessibility of file: search.tcl MSI (s) (9C:9C) [21:24:36:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:788]: Executing op: FileRemove(,FileName=spin.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: spin.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:804]: Verifying accessibility of file: spin.tcl MSI (s) (9C:9C) [21:24:36:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:804]: Executing op: FileRemove(,FileName=square,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: square, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:819]: Verifying accessibility of file: square MSI (s) (9C:9C) [21:24:36:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:819]: Executing op: FileRemove(,FileName=states.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: states.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:835]: Verifying accessibility of file: states.tcl MSI (s) (9C:9C) [21:24:36:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:835]: Executing op: FileRemove(,FileName=style.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: style.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:835]: Verifying accessibility of file: style.tcl MSI (s) (9C:9C) [21:24:36:850]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:850]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:850]: Executing op: FileRemove(,FileName=tclIndex,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: tclIndex, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:850]: Verifying accessibility of file: tclIndex MSI (s) (9C:9C) [21:24:36:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:866]: Executing op: FileRemove(,FileName=tcolor,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: tcolor, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:866]: Verifying accessibility of file: tcolor MSI (s) (9C:9C) [21:24:36:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:882]: Executing op: FileRemove(,FileName=text.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: text.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:882]: Verifying accessibility of file: text.tcl MSI (s) (9C:9C) [21:24:36:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:897]: Executing op: FileRemove(,FileName=textpeer.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: textpeer.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:897]: Verifying accessibility of file: textpeer.tcl MSI (s) (9C:9C) [21:24:36:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:913]: Executing op: FileRemove(,FileName=timer,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: timer, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:913]: Verifying accessibility of file: timer MSI (s) (9C:9C) [21:24:36:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:929]: Executing op: FileRemove(,FileName=toolbar.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: toolbar.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:929]: Verifying accessibility of file: toolbar.tcl MSI (s) (9C:9C) [21:24:36:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:944]: Executing op: FileRemove(,FileName=tree.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: tree.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:944]: Verifying accessibility of file: tree.tcl MSI (s) (9C:9C) [21:24:36:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:960]: Executing op: FileRemove(,FileName=ttkbut.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: ttkbut.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:960]: Verifying accessibility of file: ttkbut.tcl MSI (s) (9C:9C) [21:24:36:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:960]: Executing op: FileRemove(,FileName=ttkmenu.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: ttkmenu.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:975]: Verifying accessibility of file: ttkmenu.tcl MSI (s) (9C:9C) [21:24:36:975]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:975]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:975]: Executing op: FileRemove(,FileName=ttknote.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: ttknote.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:36:991]: Verifying accessibility of file: ttknote.tcl MSI (s) (9C:9C) [21:24:36:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:36:991]: Executing op: FileRemove(,FileName=ttkpane.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: ttkpane.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:37:007]: Verifying accessibility of file: ttkpane.tcl MSI (s) (9C:9C) [21:24:37:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:007]: Executing op: FileRemove(,FileName=ttkprogress.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: ttkprogress.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:37:022]: Verifying accessibility of file: ttkprogress.tcl MSI (s) (9C:9C) [21:24:37:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:022]: Executing op: FileRemove(,FileName=ttkscale.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: ttkscale.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:37:038]: Verifying accessibility of file: ttkscale.tcl MSI (s) (9C:9C) [21:24:37:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:038]: Executing op: FileRemove(,FileName=twind.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: twind.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:37:054]: Verifying accessibility of file: twind.tcl MSI (s) (9C:9C) [21:24:37:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:054]: Executing op: FileRemove(,FileName=unicodeout.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: unicodeout.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:37:069]: Verifying accessibility of file: unicodeout.tcl MSI (s) (9C:9C) [21:24:37:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:069]: Executing op: FileRemove(,FileName=vscale.tcl,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: vscale.tcl, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:37:085]: Verifying accessibility of file: vscale.tcl MSI (s) (9C:9C) [21:24:37:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:085]: Executing op: FileRemove(,FileName=widget,,ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D}) RemoveFiles: File: widget, Directory: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:9C) [21:24:37:100]: Verifying accessibility of file: widget MSI (s) (9C:9C) [21:24:37:100]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:100]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:100]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\demos\images\) MSI (s) (9C:9C) [21:24:37:100]: Executing op: FileRemove(,FileName=earth.gif,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: earth.gif, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:100]: Verifying accessibility of file: earth.gif MSI (s) (9C:9C) [21:24:37:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:116]: Executing op: FileRemove(,FileName=earthris.gif,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: earthris.gif, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:116]: Verifying accessibility of file: earthris.gif MSI (s) (9C:9C) [21:24:37:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:132]: Executing op: FileRemove(,FileName=flagdown.xbm,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: flagdown.xbm, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:132]: Verifying accessibility of file: flagdown.xbm MSI (s) (9C:9C) [21:24:37:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:147]: Executing op: FileRemove(,FileName=flagup.xbm,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: flagup.xbm, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:147]: Verifying accessibility of file: flagup.xbm MSI (s) (9C:9C) [21:24:37:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:163]: Executing op: FileRemove(,FileName=gray25.xbm,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: gray25.xbm, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:163]: Verifying accessibility of file: gray25.xbm MSI (s) (9C:9C) [21:24:37:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:179]: Executing op: FileRemove(,FileName=letters.xbm,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: letters.xbm, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:179]: Verifying accessibility of file: letters.xbm MSI (s) (9C:9C) [21:24:37:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:194]: Executing op: FileRemove(,FileName=noletter.xbm,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: noletter.xbm, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:194]: Verifying accessibility of file: noletter.xbm MSI (s) (9C:9C) [21:24:37:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:210]: Executing op: FileRemove(,FileName=ouster.png,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: ouster.png, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:210]: Verifying accessibility of file: ouster.png MSI (s) (9C:9C) [21:24:37:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:210]: Executing op: FileRemove(,FileName=pattern.xbm,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: pattern.xbm, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:225]: Verifying accessibility of file: pattern.xbm MSI (s) (9C:9C) [21:24:37:225]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:225]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:225]: Executing op: FileRemove(,FileName=tcllogo.gif,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: tcllogo.gif, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:241]: Verifying accessibility of file: tcllogo.gif MSI (s) (9C:9C) [21:24:37:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:241]: Executing op: FileRemove(,FileName=teapot.ppm,,ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E}) RemoveFiles: File: teapot.ppm, Directory: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:9C) [21:24:37:257]: Verifying accessibility of file: teapot.ppm MSI (s) (9C:9C) [21:24:37:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:272]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\) MSI (s) (9C:9C) [21:24:37:272]: Executing op: FileRemove(,FileName=Balloon.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Balloon.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:272]: Verifying accessibility of file: Balloon.tcl MSI (s) (9C:9C) [21:24:37:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:288]: Executing op: FileRemove(,FileName=BtnBox.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: BtnBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:288]: Verifying accessibility of file: BtnBox.tcl MSI (s) (9C:9C) [21:24:37:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:304]: Executing op: FileRemove(,FileName=ChkList.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: ChkList.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:304]: Verifying accessibility of file: ChkList.tcl MSI (s) (9C:9C) [21:24:37:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:319]: Executing op: FileRemove(,FileName=CObjView.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: CObjView.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:319]: Verifying accessibility of file: CObjView.tcl MSI (s) (9C:9C) [21:24:37:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:335]: Executing op: FileRemove(,FileName=ComboBox.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: ComboBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:335]: Verifying accessibility of file: ComboBox.tcl MSI (s) (9C:9C) [21:24:37:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:351]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:351]: Executing op: FileRemove(,FileName=Compat.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Compat.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:351]: Verifying accessibility of file: Compat.tcl MSI (s) (9C:9C) [21:24:37:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:366]: Executing op: FileRemove(,FileName=Console.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Console.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:491]: Verifying accessibility of file: Console.tcl MSI (s) (9C:9C) [21:24:37:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:491]: Executing op: FileRemove(,FileName=Control.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Control.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:507]: Verifying accessibility of file: Control.tcl MSI (s) (9C:9C) [21:24:37:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:507]: Executing op: FileRemove(,FileName=DefSchm.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: DefSchm.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:522]: Verifying accessibility of file: DefSchm.tcl MSI (s) (9C:9C) [21:24:37:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:522]: Executing op: FileRemove(,FileName=DialogS.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: DialogS.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:538]: Verifying accessibility of file: DialogS.tcl MSI (s) (9C:9C) [21:24:37:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:538]: Executing op: FileRemove(,FileName=DirBox.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: DirBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:554]: Verifying accessibility of file: DirBox.tcl MSI (s) (9C:9C) [21:24:37:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:554]: Executing op: FileRemove(,FileName=DirDlg.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: DirDlg.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:569]: Verifying accessibility of file: DirDlg.tcl MSI (s) (9C:9C) [21:24:37:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:585]: Executing op: FileRemove(,FileName=DirList.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: DirList.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:585]: Verifying accessibility of file: DirList.tcl MSI (s) (9C:9C) [21:24:37:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:601]: Executing op: FileRemove(,FileName=DirTree.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: DirTree.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:601]: Verifying accessibility of file: DirTree.tcl MSI (s) (9C:9C) [21:24:37:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:616]: Executing op: FileRemove(,FileName=DragDrop.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: DragDrop.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:616]: Verifying accessibility of file: DragDrop.tcl MSI (s) (9C:9C) [21:24:37:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:632]: Executing op: FileRemove(,FileName=DtlList.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: DtlList.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:632]: Verifying accessibility of file: DtlList.tcl MSI (s) (9C:9C) [21:24:37:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:647]: Executing op: FileRemove(,FileName=EFileBox.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: EFileBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:647]: Verifying accessibility of file: EFileBox.tcl MSI (s) (9C:9C) [21:24:37:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:663]: Executing op: FileRemove(,FileName=EFileDlg.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: EFileDlg.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:663]: Verifying accessibility of file: EFileDlg.tcl MSI (s) (9C:9C) [21:24:37:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:679]: Executing op: FileRemove(,FileName=Event.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Event.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:679]: Verifying accessibility of file: Event.tcl MSI (s) (9C:9C) [21:24:37:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:694]: Executing op: FileRemove(,FileName=FileBox.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: FileBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:694]: Verifying accessibility of file: FileBox.tcl MSI (s) (9C:9C) [21:24:37:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:710]: Executing op: FileRemove(,FileName=FileCbx.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: FileCbx.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:710]: Verifying accessibility of file: FileCbx.tcl MSI (s) (9C:9C) [21:24:37:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:726]: Executing op: FileRemove(,FileName=FileDlg.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: FileDlg.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:726]: Verifying accessibility of file: FileDlg.tcl MSI (s) (9C:9C) [21:24:37:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:741]: Executing op: FileRemove(,FileName=FileEnt.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: FileEnt.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:741]: Verifying accessibility of file: FileEnt.tcl MSI (s) (9C:9C) [21:24:37:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:741]: Executing op: FileRemove(,FileName=FloatEnt.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: FloatEnt.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:757]: Verifying accessibility of file: FloatEnt.tcl MSI (s) (9C:9C) [21:24:37:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:757]: Executing op: FileRemove(,FileName=fs.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: fs.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:772]: Verifying accessibility of file: fs.tcl MSI (s) (9C:9C) [21:24:37:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:772]: Executing op: FileRemove(,FileName=Grid.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Grid.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:788]: Verifying accessibility of file: Grid.tcl MSI (s) (9C:9C) [21:24:37:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:788]: Executing op: FileRemove(,FileName=HList.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: HList.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:804]: Verifying accessibility of file: HList.tcl MSI (s) (9C:9C) [21:24:37:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:804]: Executing op: FileRemove(,FileName=HListDD.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: HListDD.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:819]: Verifying accessibility of file: HListDD.tcl MSI (s) (9C:9C) [21:24:37:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:819]: Executing op: FileRemove(,FileName=IconView.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: IconView.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:819]: Verifying accessibility of file: IconView.tcl MSI (s) (9C:9C) [21:24:37:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:835]: Executing op: FileRemove(,FileName=Init.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Init.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:835]: Verifying accessibility of file: Init.tcl MSI (s) (9C:9C) [21:24:37:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:851]: Executing op: FileRemove(,FileName=LabEntry.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: LabEntry.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:851]: Verifying accessibility of file: LabEntry.tcl MSI (s) (9C:9C) [21:24:37:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:866]: Executing op: FileRemove(,FileName=LabFrame.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: LabFrame.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:866]: Verifying accessibility of file: LabFrame.tcl MSI (s) (9C:9C) [21:24:37:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:882]: Executing op: FileRemove(,FileName=LabWidg.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: LabWidg.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:882]: Verifying accessibility of file: LabWidg.tcl MSI (s) (9C:9C) [21:24:37:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:897]: Executing op: FileRemove(,FileName=ListNBk.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: ListNBk.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:897]: Verifying accessibility of file: ListNBk.tcl MSI (s) (9C:9C) [21:24:37:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:897]: Executing op: FileRemove(,FileName=Makefile,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Makefile, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:913]: Verifying accessibility of file: Makefile MSI (s) (9C:9C) [21:24:37:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:913]: Executing op: FileRemove(,FileName=Meter.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Meter.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:929]: Verifying accessibility of file: Meter.tcl MSI (s) (9C:9C) [21:24:37:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:929]: Executing op: FileRemove(,FileName=MultView.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: MultView.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:944]: Verifying accessibility of file: MultView.tcl MSI (s) (9C:9C) [21:24:37:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:944]: Executing op: FileRemove(,FileName=NoteBook.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: NoteBook.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:944]: Verifying accessibility of file: NoteBook.tcl MSI (s) (9C:9C) [21:24:37:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:960]: Executing op: FileRemove(,FileName=OldUtil.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: OldUtil.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:960]: Verifying accessibility of file: OldUtil.tcl MSI (s) (9C:9C) [21:24:37:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:976]: Executing op: FileRemove(,FileName=OptMenu.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: OptMenu.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:976]: Verifying accessibility of file: OptMenu.tcl MSI (s) (9C:9C) [21:24:37:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:37:991]: Executing op: FileRemove(,FileName=PanedWin.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: PanedWin.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:37:991]: Verifying accessibility of file: PanedWin.tcl MSI (s) (9C:9C) [21:24:38:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:007]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:007]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:38:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:022]: Executing op: FileRemove(,FileName=PopMenu.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: PopMenu.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:022]: Verifying accessibility of file: PopMenu.tcl MSI (s) (9C:9C) [21:24:38:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:038]: Executing op: FileRemove(,FileName=Primitiv.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Primitiv.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:038]: Verifying accessibility of file: Primitiv.tcl MSI (s) (9C:9C) [21:24:38:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:054]: Executing op: FileRemove(,FileName=ResizeH.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: ResizeH.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:054]: Verifying accessibility of file: ResizeH.tcl MSI (s) (9C:9C) [21:24:38:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:069]: Executing op: FileRemove(,FileName=Select.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Select.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:069]: Verifying accessibility of file: Select.tcl MSI (s) (9C:9C) [21:24:38:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:069]: Executing op: FileRemove(,FileName=SGrid.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: SGrid.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:085]: Verifying accessibility of file: SGrid.tcl MSI (s) (9C:9C) [21:24:38:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:085]: Executing op: FileRemove(,FileName=Shell.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Shell.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:101]: Verifying accessibility of file: Shell.tcl MSI (s) (9C:9C) [21:24:38:101]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:101]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:101]: Executing op: FileRemove(,FileName=SHList.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: SHList.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:116]: Verifying accessibility of file: SHList.tcl MSI (s) (9C:9C) [21:24:38:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:116]: Executing op: FileRemove(,FileName=SimpDlg.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: SimpDlg.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:132]: Verifying accessibility of file: SimpDlg.tcl MSI (s) (9C:9C) [21:24:38:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:132]: Executing op: FileRemove(,FileName=SListBox.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: SListBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:132]: Verifying accessibility of file: SListBox.tcl MSI (s) (9C:9C) [21:24:38:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:147]: Executing op: FileRemove(,FileName=StackWin.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: StackWin.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:147]: Verifying accessibility of file: StackWin.tcl MSI (s) (9C:9C) [21:24:38:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:163]: Executing op: FileRemove(,FileName=StatBar.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: StatBar.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:163]: Verifying accessibility of file: StatBar.tcl MSI (s) (9C:9C) [21:24:38:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:179]: Executing op: FileRemove(,FileName=StdBBox.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: StdBBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:179]: Verifying accessibility of file: StdBBox.tcl MSI (s) (9C:9C) [21:24:38:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:194]: Executing op: FileRemove(,FileName=StdShell.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: StdShell.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:194]: Verifying accessibility of file: StdShell.tcl MSI (s) (9C:9C) [21:24:38:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:210]: Executing op: FileRemove(,FileName=SText.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: SText.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:210]: Verifying accessibility of file: SText.tcl MSI (s) (9C:9C) [21:24:38:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:226]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:226]: Executing op: FileRemove(,FileName=STList.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: STList.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:226]: Verifying accessibility of file: STList.tcl MSI (s) (9C:9C) [21:24:38:226]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:226]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:226]: Executing op: FileRemove(,FileName=SWidget.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: SWidget.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:241]: Verifying accessibility of file: SWidget.tcl MSI (s) (9C:9C) [21:24:38:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:241]: Executing op: FileRemove(,FileName=SWindow.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: SWindow.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:257]: Verifying accessibility of file: SWindow.tcl MSI (s) (9C:9C) [21:24:38:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:257]: Executing op: FileRemove(,FileName=Tix.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Tix.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:272]: Verifying accessibility of file: Tix.tcl MSI (s) (9C:9C) [21:24:38:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:272]: Executing op: FileRemove(,FileName=tix84.dll,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: tix84.dll, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:288]: Verifying accessibility of file: tix84.dll MSI (s) (9C:9C) [21:24:38:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:288]: Executing op: FileRemove(,FileName=tix84.lib,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: tix84.lib, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:288]: Verifying accessibility of file: tix84.lib MSI (s) (9C:9C) [21:24:38:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:304]: Executing op: FileRemove(,FileName=TList.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: TList.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:304]: Verifying accessibility of file: TList.tcl MSI (s) (9C:9C) [21:24:38:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:319]: Executing op: FileRemove(,FileName=Tree.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Tree.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:319]: Verifying accessibility of file: Tree.tcl MSI (s) (9C:9C) [21:24:38:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:335]: Executing op: FileRemove(,FileName=Utils.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Utils.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:335]: Verifying accessibility of file: Utils.tcl MSI (s) (9C:9C) [21:24:38:351]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:351]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:351]: Executing op: FileRemove(,FileName=Variable.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: Variable.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:351]: Verifying accessibility of file: Variable.tcl MSI (s) (9C:9C) [21:24:38:351]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:366]: Executing op: FileRemove(,FileName=VResize.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: VResize.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:366]: Verifying accessibility of file: VResize.tcl MSI (s) (9C:9C) [21:24:38:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:382]: Executing op: FileRemove(,FileName=VStack.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: VStack.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:382]: Verifying accessibility of file: VStack.tcl MSI (s) (9C:9C) [21:24:38:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:382]: Executing op: FileRemove(,FileName=VTree.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: VTree.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:397]: Verifying accessibility of file: VTree.tcl MSI (s) (9C:9C) [21:24:38:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:397]: Executing op: FileRemove(,FileName=WInfo.tcl,,ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851}) RemoveFiles: File: WInfo.tcl, Directory: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:9C) [21:24:38:413]: Verifying accessibility of file: WInfo.tcl MSI (s) (9C:9C) [21:24:38:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:413]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\pref\) MSI (s) (9C:9C) [21:24:38:413]: Executing op: FileRemove(,FileName=10Point.fs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: 10Point.fs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:429]: Verifying accessibility of file: 10Point.fs MSI (s) (9C:9C) [21:24:38:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:429]: Executing op: FileRemove(,FileName=10Point.fsc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: 10Point.fsc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:444]: Verifying accessibility of file: 10Point.fsc MSI (s) (9C:9C) [21:24:38:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:444]: Executing op: FileRemove(,FileName=12Point.fs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: 12Point.fs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:460]: Verifying accessibility of file: 12Point.fs MSI (s) (9C:9C) [21:24:38:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:460]: Executing op: FileRemove(,FileName=12Point.fsc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: 12Point.fsc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:476]: Verifying accessibility of file: 12Point.fsc MSI (s) (9C:9C) [21:24:38:476]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:476]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:476]: Executing op: FileRemove(,FileName=14Point.fs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: 14Point.fs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:476]: Verifying accessibility of file: 14Point.fs MSI (s) (9C:9C) [21:24:38:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:491]: Executing op: FileRemove(,FileName=14Point.fsc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: 14Point.fsc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:491]: Verifying accessibility of file: 14Point.fsc MSI (s) (9C:9C) [21:24:38:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:507]: Executing op: FileRemove(,FileName=Bisque.cs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: Bisque.cs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:507]: Verifying accessibility of file: Bisque.cs MSI (s) (9C:9C) [21:24:38:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:522]: Executing op: FileRemove(,FileName=Bisque.csc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: Bisque.csc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:522]: Verifying accessibility of file: Bisque.csc MSI (s) (9C:9C) [21:24:38:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:538]: Executing op: FileRemove(,FileName=Blue.cs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: Blue.cs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:538]: Verifying accessibility of file: Blue.cs MSI (s) (9C:9C) [21:24:38:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:554]: Executing op: FileRemove(,FileName=Blue.csc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: Blue.csc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:554]: Verifying accessibility of file: Blue.csc MSI (s) (9C:9C) [21:24:38:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:569]: Executing op: FileRemove(,FileName=Gray.cs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: Gray.cs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:569]: Verifying accessibility of file: Gray.cs MSI (s) (9C:9C) [21:24:38:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:585]: Executing op: FileRemove(,FileName=Gray.csc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: Gray.csc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:585]: Verifying accessibility of file: Gray.csc MSI (s) (9C:9C) [21:24:38:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:585]: Executing op: FileRemove(,FileName=Makefile,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: Makefile, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:601]: Verifying accessibility of file: Makefile MSI (s) (9C:9C) [21:24:38:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:601]: Executing op: FileRemove(,FileName=Old12Pt.fs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: Old12Pt.fs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:616]: Verifying accessibility of file: Old12Pt.fs MSI (s) (9C:9C) [21:24:38:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:616]: Executing op: FileRemove(,FileName=Old14Pt.fs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: Old14Pt.fs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:632]: Verifying accessibility of file: Old14Pt.fs MSI (s) (9C:9C) [21:24:38:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:632]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:647]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:38:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:647]: Executing op: FileRemove(,FileName=SGIGray.cs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: SGIGray.cs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:663]: Verifying accessibility of file: SGIGray.cs MSI (s) (9C:9C) [21:24:38:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:663]: Executing op: FileRemove(,FileName=SGIGray.csc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: SGIGray.csc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:679]: Verifying accessibility of file: SGIGray.csc MSI (s) (9C:9C) [21:24:38:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:679]: Executing op: FileRemove(,FileName=TixGray.cs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: TixGray.cs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:679]: Verifying accessibility of file: TixGray.cs MSI (s) (9C:9C) [21:24:38:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:694]: Executing op: FileRemove(,FileName=TixGray.csc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: TixGray.csc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:694]: Verifying accessibility of file: TixGray.csc MSI (s) (9C:9C) [21:24:38:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:710]: Executing op: FileRemove(,FileName=tixmkpref,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: tixmkpref, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:710]: Verifying accessibility of file: tixmkpref MSI (s) (9C:9C) [21:24:38:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:726]: Executing op: FileRemove(,FileName=TK.cs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: TK.cs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:726]: Verifying accessibility of file: TK.cs MSI (s) (9C:9C) [21:24:38:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:741]: Executing op: FileRemove(,FileName=TK.csc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: TK.csc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:741]: Verifying accessibility of file: TK.csc MSI (s) (9C:9C) [21:24:38:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:757]: Executing op: FileRemove(,FileName=TK.fs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: TK.fs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:757]: Verifying accessibility of file: TK.fs MSI (s) (9C:9C) [21:24:38:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:772]: Executing op: FileRemove(,FileName=TK.fsc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: TK.fsc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:772]: Verifying accessibility of file: TK.fsc MSI (s) (9C:9C) [21:24:38:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:772]: Executing op: FileRemove(,FileName=TkWin.cs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: TkWin.cs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:788]: Verifying accessibility of file: TkWin.cs MSI (s) (9C:9C) [21:24:38:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:788]: Executing op: FileRemove(,FileName=TkWin.csc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: TkWin.csc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:804]: Verifying accessibility of file: TkWin.csc MSI (s) (9C:9C) [21:24:38:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:804]: Executing op: FileRemove(,FileName=TkWin.fs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: TkWin.fs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:819]: Verifying accessibility of file: TkWin.fs MSI (s) (9C:9C) [21:24:38:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:819]: Executing op: FileRemove(,FileName=TkWin.fsc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: TkWin.fsc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:819]: Verifying accessibility of file: TkWin.fsc MSI (s) (9C:9C) [21:24:38:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:835]: Executing op: FileRemove(,FileName=WmDefault.cs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: WmDefault.cs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:835]: Verifying accessibility of file: WmDefault.cs MSI (s) (9C:9C) [21:24:38:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:851]: Executing op: FileRemove(,FileName=WmDefault.csc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: WmDefault.csc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:851]: Verifying accessibility of file: WmDefault.csc MSI (s) (9C:9C) [21:24:38:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:866]: Executing op: FileRemove(,FileName=WmDefault.fs,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: WmDefault.fs, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:866]: Verifying accessibility of file: WmDefault.fs MSI (s) (9C:9C) [21:24:38:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:882]: Executing op: FileRemove(,FileName=WmDefault.fsc,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: WmDefault.fsc, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:882]: Verifying accessibility of file: WmDefault.fsc MSI (s) (9C:9C) [21:24:38:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:897]: Executing op: FileRemove(,FileName=WmDefault.py,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: WmDefault.py, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:897]: Verifying accessibility of file: WmDefault.py MSI (s) (9C:9C) [21:24:38:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:913]: Executing op: FileRemove(,FileName=WmDefault.tcl,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: WmDefault.tcl, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:913]: Verifying accessibility of file: WmDefault.tcl MSI (s) (9C:9C) [21:24:38:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:929]: Executing op: FileRemove(,FileName=WmDefault.txt,,ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C}) RemoveFiles: File: WmDefault.txt, Directory: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:9C) [21:24:38:929]: Verifying accessibility of file: WmDefault.txt MSI (s) (9C:9C) [21:24:38:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:944]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\demos\) MSI (s) (9C:9C) [21:24:38:944]: Executing op: FileRemove(,FileName=MkChoose.tcl,,ComponentId={6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1}) RemoveFiles: File: MkChoose.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\ MSI (s) (9C:9C) [21:24:38:944]: Verifying accessibility of file: MkChoose.tcl MSI (s) (9C:9C) [21:24:38:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:960]: Executing op: FileRemove(,FileName=MkDirLis.tcl,,ComponentId={6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1}) RemoveFiles: File: MkDirLis.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\ MSI (s) (9C:9C) [21:24:38:960]: Verifying accessibility of file: MkDirLis.tcl MSI (s) (9C:9C) [21:24:38:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:976]: Executing op: FileRemove(,FileName=MkSample.tcl,,ComponentId={6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1}) RemoveFiles: File: MkSample.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\ MSI (s) (9C:9C) [21:24:38:976]: Verifying accessibility of file: MkSample.tcl MSI (s) (9C:9C) [21:24:38:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:976]: Executing op: FileRemove(,FileName=MkScroll.tcl,,ComponentId={6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1}) RemoveFiles: File: MkScroll.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\ MSI (s) (9C:9C) [21:24:38:991]: Verifying accessibility of file: MkScroll.tcl MSI (s) (9C:9C) [21:24:38:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:38:991]: Executing op: FileRemove(,FileName=tclIndex,,ComponentId={6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1}) RemoveFiles: File: tclIndex, Directory: C:\Python34\tcl\tix8.4.3\demos\ MSI (s) (9C:9C) [21:24:39:007]: Verifying accessibility of file: tclIndex MSI (s) (9C:9C) [21:24:39:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:022]: Executing op: FileRemove(,FileName=tixwidgets.tcl,,ComponentId={6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1}) RemoveFiles: File: tixwidgets.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\ MSI (s) (9C:9C) [21:24:39:022]: Verifying accessibility of file: tixwidgets.tcl MSI (s) (9C:9C) [21:24:39:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:038]: Executing op: FileRemove(,FileName=widget,,ComponentId={6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1}) RemoveFiles: File: widget, Directory: C:\Python34\tcl\tix8.4.3\demos\ MSI (s) (9C:9C) [21:24:39:038]: Verifying accessibility of file: widget MSI (s) (9C:9C) [21:24:39:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:038]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\demos\samples\) MSI (s) (9C:9C) [21:24:39:038]: Executing op: FileRemove(,FileName=AllSampl.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: AllSampl.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:054]: Verifying accessibility of file: AllSampl.tcl MSI (s) (9C:9C) [21:24:39:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:069]: Executing op: FileRemove(,FileName=ArrowBtn.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: ArrowBtn.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:069]: Verifying accessibility of file: ArrowBtn.tcl MSI (s) (9C:9C) [21:24:39:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:069]: Executing op: FileRemove(,FileName=Balloon.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: Balloon.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:085]: Verifying accessibility of file: Balloon.tcl MSI (s) (9C:9C) [21:24:39:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:085]: Executing op: FileRemove(,FileName=BtnBox.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: BtnBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:101]: Verifying accessibility of file: BtnBox.tcl MSI (s) (9C:9C) [21:24:39:101]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:101]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:101]: Executing op: FileRemove(,FileName=ChkList.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: ChkList.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:116]: Verifying accessibility of file: ChkList.tcl MSI (s) (9C:9C) [21:24:39:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:116]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:116]: Executing op: FileRemove(,FileName=CmpImg.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: CmpImg.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:132]: Verifying accessibility of file: CmpImg.tcl MSI (s) (9C:9C) [21:24:39:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:132]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:132]: Executing op: FileRemove(,FileName=CmpImg1.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: CmpImg1.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:147]: Verifying accessibility of file: CmpImg1.tcl MSI (s) (9C:9C) [21:24:39:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:147]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:147]: Executing op: FileRemove(,FileName=CmpImg2.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: CmpImg2.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:163]: Verifying accessibility of file: CmpImg2.tcl MSI (s) (9C:9C) [21:24:39:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:163]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:163]: Executing op: FileRemove(,FileName=CmpImg3.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: CmpImg3.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:163]: Verifying accessibility of file: CmpImg3.tcl MSI (s) (9C:9C) [21:24:39:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:179]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:179]: Executing op: FileRemove(,FileName=CmpImg4.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: CmpImg4.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:179]: Verifying accessibility of file: CmpImg4.tcl MSI (s) (9C:9C) [21:24:39:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:194]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:194]: Executing op: FileRemove(,FileName=CObjView.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: CObjView.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:194]: Verifying accessibility of file: CObjView.tcl MSI (s) (9C:9C) [21:24:39:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:210]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:210]: Executing op: FileRemove(,FileName=ComboBox.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: ComboBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:210]: Verifying accessibility of file: ComboBox.tcl MSI (s) (9C:9C) [21:24:39:226]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:226]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:226]: Executing op: FileRemove(,FileName=Control.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: Control.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:226]: Verifying accessibility of file: Control.tcl MSI (s) (9C:9C) [21:24:39:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:241]: Executing op: FileRemove(,FileName=DirDlg.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: DirDlg.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:241]: Verifying accessibility of file: DirDlg.tcl MSI (s) (9C:9C) [21:24:39:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:257]: Executing op: FileRemove(,FileName=DirList.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: DirList.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:257]: Verifying accessibility of file: DirList.tcl MSI (s) (9C:9C) [21:24:39:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:272]: Executing op: FileRemove(,FileName=DirTree.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: DirTree.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:272]: Verifying accessibility of file: DirTree.tcl MSI (s) (9C:9C) [21:24:39:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:288]: Executing op: FileRemove(,FileName=DragDrop.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: DragDrop.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:288]: Verifying accessibility of file: DragDrop.tcl MSI (s) (9C:9C) [21:24:39:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:304]: Executing op: FileRemove(,FileName=DynTree.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: DynTree.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:304]: Verifying accessibility of file: DynTree.tcl MSI (s) (9C:9C) [21:24:39:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:319]: Executing op: FileRemove(,FileName=EditGrid.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: EditGrid.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:319]: Verifying accessibility of file: EditGrid.tcl MSI (s) (9C:9C) [21:24:39:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:319]: Executing op: FileRemove(,FileName=EFileDlg.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: EFileDlg.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:335]: Verifying accessibility of file: EFileDlg.tcl MSI (s) (9C:9C) [21:24:39:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:335]: Executing op: FileRemove(,FileName=FileDlg.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: FileDlg.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:351]: Verifying accessibility of file: FileDlg.tcl MSI (s) (9C:9C) [21:24:39:351]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:351]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:351]: Executing op: FileRemove(,FileName=FileEnt.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: FileEnt.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:366]: Verifying accessibility of file: FileEnt.tcl MSI (s) (9C:9C) [21:24:39:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:366]: Executing op: FileRemove(,FileName=HList1.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: HList1.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:382]: Verifying accessibility of file: HList1.tcl MSI (s) (9C:9C) [21:24:39:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:382]: Executing op: FileRemove(,FileName=LabEntry.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: LabEntry.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:397]: Verifying accessibility of file: LabEntry.tcl MSI (s) (9C:9C) [21:24:39:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:397]: Executing op: FileRemove(,FileName=LabFrame.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: LabFrame.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:413]: Verifying accessibility of file: LabFrame.tcl MSI (s) (9C:9C) [21:24:39:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:413]: Executing op: FileRemove(,FileName=ListNBK.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: ListNBK.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:413]: Verifying accessibility of file: ListNBK.tcl MSI (s) (9C:9C) [21:24:39:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:429]: Executing op: FileRemove(,FileName=Meter.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: Meter.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:429]: Verifying accessibility of file: Meter.tcl MSI (s) (9C:9C) [21:24:39:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:444]: Executing op: FileRemove(,FileName=NoteBook.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: NoteBook.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:444]: Verifying accessibility of file: NoteBook.tcl MSI (s) (9C:9C) [21:24:39:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:460]: Executing op: FileRemove(,FileName=OptMenu.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: OptMenu.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:460]: Verifying accessibility of file: OptMenu.tcl MSI (s) (9C:9C) [21:24:39:476]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:476]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:476]: Executing op: FileRemove(,FileName=PanedWin.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: PanedWin.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:476]: Verifying accessibility of file: PanedWin.tcl MSI (s) (9C:9C) [21:24:39:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:491]: Executing op: FileRemove(,FileName=PopMenu.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: PopMenu.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:491]: Verifying accessibility of file: PopMenu.tcl MSI (s) (9C:9C) [21:24:39:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:507]: Executing op: FileRemove(,FileName=Sample.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: Sample.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:507]: Verifying accessibility of file: Sample.tcl MSI (s) (9C:9C) [21:24:39:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:522]: Executing op: FileRemove(,FileName=Select.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: Select.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:522]: Verifying accessibility of file: Select.tcl MSI (s) (9C:9C) [21:24:39:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:538]: Executing op: FileRemove(,FileName=SGrid0.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: SGrid0.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:538]: Verifying accessibility of file: SGrid0.tcl MSI (s) (9C:9C) [21:24:39:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:538]: Executing op: FileRemove(,FileName=SGrid1.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: SGrid1.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:554]: Verifying accessibility of file: SGrid1.tcl MSI (s) (9C:9C) [21:24:39:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:554]: Executing op: FileRemove(,FileName=SHList.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: SHList.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:569]: Verifying accessibility of file: SHList.tcl MSI (s) (9C:9C) [21:24:39:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:569]: Executing op: FileRemove(,FileName=SHList2.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: SHList2.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:585]: Verifying accessibility of file: SHList2.tcl MSI (s) (9C:9C) [21:24:39:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:585]: Executing op: FileRemove(,FileName=SListBox.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: SListBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:601]: Verifying accessibility of file: SListBox.tcl MSI (s) (9C:9C) [21:24:39:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:601]: Executing op: FileRemove(,FileName=StdBBox.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: StdBBox.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:616]: Verifying accessibility of file: StdBBox.tcl MSI (s) (9C:9C) [21:24:39:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:616]: Executing op: FileRemove(,FileName=SText.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: SText.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:616]: Verifying accessibility of file: SText.tcl MSI (s) (9C:9C) [21:24:39:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:632]: Executing op: FileRemove(,FileName=STList1.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: STList1.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:632]: Verifying accessibility of file: STList1.tcl MSI (s) (9C:9C) [21:24:39:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:647]: Executing op: FileRemove(,FileName=STList2.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: STList2.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:647]: Verifying accessibility of file: STList2.tcl MSI (s) (9C:9C) [21:24:39:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:663]: Executing op: FileRemove(,FileName=STList3.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: STList3.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:663]: Verifying accessibility of file: STList3.tcl MSI (s) (9C:9C) [21:24:39:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:679]: Executing op: FileRemove(,FileName=SWindow.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: SWindow.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:679]: Verifying accessibility of file: SWindow.tcl MSI (s) (9C:9C) [21:24:39:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:694]: Executing op: FileRemove(,FileName=Tree.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: Tree.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:694]: Verifying accessibility of file: Tree.tcl MSI (s) (9C:9C) [21:24:39:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:710]: Executing op: FileRemove(,FileName=Xpm.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: Xpm.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:710]: Verifying accessibility of file: Xpm.tcl MSI (s) (9C:9C) [21:24:39:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:726]: Executing op: FileRemove(,FileName=Xpm1.tcl,,ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74}) RemoveFiles: File: Xpm1.tcl, Directory: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:9C) [21:24:39:726]: Verifying accessibility of file: Xpm1.tcl MSI (s) (9C:9C) [21:24:39:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:741]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\demos\bitmaps\) MSI (s) (9C:9C) [21:24:39:741]: Executing op: FileRemove(,FileName=about.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: about.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:741]: Verifying accessibility of file: about.xpm MSI (s) (9C:9C) [21:24:39:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:757]: Executing op: FileRemove(,FileName=bold.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: bold.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:757]: Verifying accessibility of file: bold.xbm MSI (s) (9C:9C) [21:24:39:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:772]: Executing op: FileRemove(,FileName=capital.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: capital.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:772]: Verifying accessibility of file: capital.xbm MSI (s) (9C:9C) [21:24:39:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:772]: Executing op: FileRemove(,FileName=centerj.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: centerj.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:788]: Verifying accessibility of file: centerj.xbm MSI (s) (9C:9C) [21:24:39:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:788]: Executing op: FileRemove(,FileName=code.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: code.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:804]: Verifying accessibility of file: code.xpm MSI (s) (9C:9C) [21:24:39:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:804]: Executing op: FileRemove(,FileName=combobox.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: combobox.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:819]: Verifying accessibility of file: combobox.xbm MSI (s) (9C:9C) [21:24:39:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:819]: Executing op: FileRemove(,FileName=combobox.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: combobox.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:835]: Verifying accessibility of file: combobox.xpm MSI (s) (9C:9C) [21:24:39:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:835]: Executing op: FileRemove(,FileName=drivea.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: drivea.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:851]: Verifying accessibility of file: drivea.xbm MSI (s) (9C:9C) [21:24:39:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:851]: Executing op: FileRemove(,FileName=drivea.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: drivea.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:866]: Verifying accessibility of file: drivea.xpm MSI (s) (9C:9C) [21:24:39:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:866]: Executing op: FileRemove(,FileName=exit.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: exit.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:866]: Verifying accessibility of file: exit.xpm MSI (s) (9C:9C) [21:24:39:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:882]: Executing op: FileRemove(,FileName=filebox.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: filebox.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:882]: Verifying accessibility of file: filebox.xbm MSI (s) (9C:9C) [21:24:39:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:897]: Executing op: FileRemove(,FileName=filebox.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: filebox.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:897]: Verifying accessibility of file: filebox.xpm MSI (s) (9C:9C) [21:24:39:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:913]: Executing op: FileRemove(,FileName=harddisk.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: harddisk.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:913]: Verifying accessibility of file: harddisk.xbm MSI (s) (9C:9C) [21:24:39:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:929]: Executing op: FileRemove(,FileName=harddisk.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: harddisk.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:929]: Verifying accessibility of file: harddisk.xpm MSI (s) (9C:9C) [21:24:39:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:944]: Executing op: FileRemove(,FileName=italic.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: italic.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:944]: Verifying accessibility of file: italic.xbm MSI (s) (9C:9C) [21:24:39:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:960]: Executing op: FileRemove(,FileName=justify.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: justify.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:960]: Verifying accessibility of file: justify.xbm MSI (s) (9C:9C) [21:24:39:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:976]: Executing op: FileRemove(,FileName=leftj.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: leftj.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:976]: Verifying accessibility of file: leftj.xbm MSI (s) (9C:9C) [21:24:39:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:39:991]: Executing op: FileRemove(,FileName=netw.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: netw.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:39:991]: Verifying accessibility of file: netw.xbm MSI (s) (9C:9C) [21:24:40:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:007]: Executing op: FileRemove(,FileName=netw.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: netw.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:40:007]: Verifying accessibility of file: netw.xpm MSI (s) (9C:9C) [21:24:40:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:022]: Executing op: FileRemove(,FileName=network.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: network.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:40:022]: Verifying accessibility of file: network.xbm MSI (s) (9C:9C) [21:24:40:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:038]: Executing op: FileRemove(,FileName=network.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: network.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:40:038]: Verifying accessibility of file: network.xpm MSI (s) (9C:9C) [21:24:40:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:038]: Executing op: FileRemove(,FileName=optmenu.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: optmenu.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:40:054]: Verifying accessibility of file: optmenu.xpm MSI (s) (9C:9C) [21:24:40:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:054]: Executing op: FileRemove(,FileName=rightj.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: rightj.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:40:226]: Verifying accessibility of file: rightj.xbm MSI (s) (9C:9C) [21:24:40:226]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:226]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:226]: Executing op: FileRemove(,FileName=select.xpm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: select.xpm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:40:241]: Verifying accessibility of file: select.xpm MSI (s) (9C:9C) [21:24:40:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:241]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:241]: Executing op: FileRemove(,FileName=tix.gif,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: tix.gif, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:40:257]: Verifying accessibility of file: tix.gif MSI (s) (9C:9C) [21:24:40:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:257]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:257]: Executing op: FileRemove(,FileName=underlin.xbm,,ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF}) RemoveFiles: File: underlin.xbm, Directory: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:9C) [21:24:40:257]: Verifying accessibility of file: underlin.xbm MSI (s) (9C:9C) [21:24:40:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:272]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:272]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\bitmaps\) MSI (s) (9C:9C) [21:24:40:272]: Executing op: FileRemove(,FileName=act_fold.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: act_fold.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:288]: Verifying accessibility of file: act_fold.gif MSI (s) (9C:9C) [21:24:40:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:288]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:288]: Executing op: FileRemove(,FileName=act_fold.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: act_fold.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:288]: Verifying accessibility of file: act_fold.xbm MSI (s) (9C:9C) [21:24:40:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:304]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:304]: Executing op: FileRemove(,FileName=act_fold.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: act_fold.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:304]: Verifying accessibility of file: act_fold.xpm MSI (s) (9C:9C) [21:24:40:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:319]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:319]: Executing op: FileRemove(,FileName=balarrow.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: balarrow.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:319]: Verifying accessibility of file: balarrow.xbm MSI (s) (9C:9C) [21:24:40:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:335]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:335]: Executing op: FileRemove(,FileName=cbxarrow.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: cbxarrow.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:335]: Verifying accessibility of file: cbxarrow.xbm MSI (s) (9C:9C) [21:24:40:351]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:351]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:351]: Executing op: FileRemove(,FileName=ck_def.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: ck_def.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:351]: Verifying accessibility of file: ck_def.xbm MSI (s) (9C:9C) [21:24:40:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:366]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:366]: Executing op: FileRemove(,FileName=ck_off.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: ck_off.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:366]: Verifying accessibility of file: ck_off.xbm MSI (s) (9C:9C) [21:24:40:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:382]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:382]: Executing op: FileRemove(,FileName=ck_on.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: ck_on.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:382]: Verifying accessibility of file: ck_on.xbm MSI (s) (9C:9C) [21:24:40:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:397]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:397]: Executing op: FileRemove(,FileName=cross.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: cross.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:397]: Verifying accessibility of file: cross.xbm MSI (s) (9C:9C) [21:24:40:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:413]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:413]: Executing op: FileRemove(,FileName=decr.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: decr.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:413]: Verifying accessibility of file: decr.xbm MSI (s) (9C:9C) [21:24:40:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:429]: Executing op: FileRemove(,FileName=drop.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: drop.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:429]: Verifying accessibility of file: drop.xbm MSI (s) (9C:9C) [21:24:40:429]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:444]: Executing op: FileRemove(,FileName=file.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: file.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:444]: Verifying accessibility of file: file.gif MSI (s) (9C:9C) [21:24:40:444]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:460]: Executing op: FileRemove(,FileName=file.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: file.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:460]: Verifying accessibility of file: file.xbm MSI (s) (9C:9C) [21:24:40:460]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:476]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:476]: Executing op: FileRemove(,FileName=file.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: file.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:476]: Verifying accessibility of file: file.xpm MSI (s) (9C:9C) [21:24:40:476]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:476]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:476]: Executing op: FileRemove(,FileName=folder.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: folder.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:491]: Verifying accessibility of file: folder.gif MSI (s) (9C:9C) [21:24:40:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:491]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:491]: Executing op: FileRemove(,FileName=folder.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: folder.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:507]: Verifying accessibility of file: folder.xbm MSI (s) (9C:9C) [21:24:40:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:507]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:507]: Executing op: FileRemove(,FileName=folder.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: folder.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:522]: Verifying accessibility of file: folder.xpm MSI (s) (9C:9C) [21:24:40:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:522]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:522]: Executing op: FileRemove(,FileName=harddisk.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: harddisk.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:538]: Verifying accessibility of file: harddisk.xbm MSI (s) (9C:9C) [21:24:40:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:538]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:538]: Executing op: FileRemove(,FileName=hourglas.mask,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: hourglas.mask, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:554]: Verifying accessibility of file: hourglas.mask MSI (s) (9C:9C) [21:24:40:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:554]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:554]: Executing op: FileRemove(,FileName=hourglas.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: hourglas.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:569]: Verifying accessibility of file: hourglas.xbm MSI (s) (9C:9C) [21:24:40:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:569]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:569]: Executing op: FileRemove(,FileName=incr.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: incr.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:569]: Verifying accessibility of file: incr.xbm MSI (s) (9C:9C) [21:24:40:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:585]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:585]: Executing op: FileRemove(,FileName=info.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: info.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:585]: Verifying accessibility of file: info.gif MSI (s) (9C:9C) [21:24:40:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:601]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:601]: Executing op: FileRemove(,FileName=info.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: info.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:601]: Verifying accessibility of file: info.xpm MSI (s) (9C:9C) [21:24:40:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:616]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:616]: Executing op: FileRemove(,FileName=maximize.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: maximize.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:616]: Verifying accessibility of file: maximize.xbm MSI (s) (9C:9C) [21:24:40:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:632]: Executing op: FileRemove(,FileName=minimize.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: minimize.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:632]: Verifying accessibility of file: minimize.xbm MSI (s) (9C:9C) [21:24:40:632]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:647]: Executing op: FileRemove(,FileName=minus.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: minus.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:647]: Verifying accessibility of file: minus.gif MSI (s) (9C:9C) [21:24:40:647]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:663]: Executing op: FileRemove(,FileName=minus.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: minus.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:663]: Verifying accessibility of file: minus.xbm MSI (s) (9C:9C) [21:24:40:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:663]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:663]: Executing op: FileRemove(,FileName=minus.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: minus.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:679]: Verifying accessibility of file: minus.xpm MSI (s) (9C:9C) [21:24:40:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:679]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:679]: Executing op: FileRemove(,FileName=minusarm.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: minusarm.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:694]: Verifying accessibility of file: minusarm.gif MSI (s) (9C:9C) [21:24:40:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:694]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:694]: Executing op: FileRemove(,FileName=minusarm.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: minusarm.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:710]: Verifying accessibility of file: minusarm.xbm MSI (s) (9C:9C) [21:24:40:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:710]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:710]: Executing op: FileRemove(,FileName=minusarm.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: minusarm.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:726]: Verifying accessibility of file: minusarm.xpm MSI (s) (9C:9C) [21:24:40:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:726]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:726]: Executing op: FileRemove(,FileName=mktransgif.tcl,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: mktransgif.tcl, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:726]: Verifying accessibility of file: mktransgif.tcl MSI (s) (9C:9C) [21:24:40:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:741]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:741]: Executing op: FileRemove(,FileName=network.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: network.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:741]: Verifying accessibility of file: network.xbm MSI (s) (9C:9C) [21:24:40:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:757]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:757]: Executing op: FileRemove(,FileName=no_entry.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: no_entry.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:757]: Verifying accessibility of file: no_entry.gif MSI (s) (9C:9C) [21:24:40:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:772]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:772]: Executing op: FileRemove(,FileName=no_entry.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: no_entry.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:772]: Verifying accessibility of file: no_entry.xpm MSI (s) (9C:9C) [21:24:40:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:788]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:788]: Executing op: FileRemove(,FileName=openfile.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: openfile.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:788]: Verifying accessibility of file: openfile.xbm MSI (s) (9C:9C) [21:24:40:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:804]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:804]: Executing op: FileRemove(,FileName=openfold.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: openfold.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:804]: Verifying accessibility of file: openfold.gif MSI (s) (9C:9C) [21:24:40:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:819]: Executing op: FileRemove(,FileName=openfold.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: openfold.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:819]: Verifying accessibility of file: openfold.xbm MSI (s) (9C:9C) [21:24:40:819]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:835]: Executing op: FileRemove(,FileName=openfold.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: openfold.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:835]: Verifying accessibility of file: openfold.xpm MSI (s) (9C:9C) [21:24:40:835]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:851]: Executing op: FileRemove(,FileName=plus.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: plus.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:851]: Verifying accessibility of file: plus.gif MSI (s) (9C:9C) [21:24:40:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:851]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:851]: Executing op: FileRemove(,FileName=plus.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: plus.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:866]: Verifying accessibility of file: plus.xbm MSI (s) (9C:9C) [21:24:40:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:866]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:866]: Executing op: FileRemove(,FileName=plus.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: plus.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:882]: Verifying accessibility of file: plus.xpm MSI (s) (9C:9C) [21:24:40:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:882]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:882]: Executing op: FileRemove(,FileName=plusarm.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: plusarm.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:897]: Verifying accessibility of file: plusarm.gif MSI (s) (9C:9C) [21:24:40:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:897]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:897]: Executing op: FileRemove(,FileName=plusarm.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: plusarm.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:913]: Verifying accessibility of file: plusarm.xbm MSI (s) (9C:9C) [21:24:40:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:913]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:913]: Executing op: FileRemove(,FileName=plusarm.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: plusarm.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:929]: Verifying accessibility of file: plusarm.xpm MSI (s) (9C:9C) [21:24:40:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:929]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:929]: Executing op: FileRemove(,FileName=resize1.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: resize1.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:929]: Verifying accessibility of file: resize1.xbm MSI (s) (9C:9C) [21:24:40:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:944]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:944]: Executing op: FileRemove(,FileName=resize2.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: resize2.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:944]: Verifying accessibility of file: resize2.xbm MSI (s) (9C:9C) [21:24:40:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:960]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:960]: Executing op: FileRemove(,FileName=restore.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: restore.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:960]: Verifying accessibility of file: restore.xbm MSI (s) (9C:9C) [21:24:40:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:976]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:976]: Executing op: FileRemove(,FileName=srcfile.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: srcfile.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:976]: Verifying accessibility of file: srcfile.gif MSI (s) (9C:9C) [21:24:40:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:991]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:40:991]: Executing op: FileRemove(,FileName=srcfile.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: srcfile.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:40:991]: Verifying accessibility of file: srcfile.xbm MSI (s) (9C:9C) [21:24:41:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:007]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:007]: Executing op: FileRemove(,FileName=srcfile.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: srcfile.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:41:007]: Verifying accessibility of file: srcfile.xpm MSI (s) (9C:9C) [21:24:41:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:022]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:022]: Executing op: FileRemove(,FileName=system.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: system.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:41:022]: Verifying accessibility of file: system.xbm MSI (s) (9C:9C) [21:24:41:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:038]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:038]: Executing op: FileRemove(,FileName=textfile.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: textfile.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:41:038]: Verifying accessibility of file: textfile.gif MSI (s) (9C:9C) [21:24:41:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:054]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:054]: Executing op: FileRemove(,FileName=textfile.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: textfile.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:41:054]: Verifying accessibility of file: textfile.xbm MSI (s) (9C:9C) [21:24:41:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:069]: Executing op: FileRemove(,FileName=textfile.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: textfile.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:41:069]: Verifying accessibility of file: textfile.xpm MSI (s) (9C:9C) [21:24:41:069]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:085]: Executing op: FileRemove(,FileName=tick.xbm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: tick.xbm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:41:085]: Verifying accessibility of file: tick.xbm MSI (s) (9C:9C) [21:24:41:085]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:101]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:101]: Executing op: FileRemove(,FileName=warning.gif,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: warning.gif, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:41:101]: Verifying accessibility of file: warning.gif MSI (s) (9C:9C) [21:24:41:101]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:101]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:116]: Executing op: FileRemove(,FileName=warning.xpm,,ComponentId={138F4A99-5947-4B14-B158-E3556592630A}) RemoveFiles: File: warning.xpm, Directory: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:9C) [21:24:41:117]: Verifying accessibility of file: warning.xpm MSI (s) (9C:9C) [21:24:41:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:133]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\thread2.7.0\) MSI (s) (9C:9C) [21:24:41:133]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={1C3468C0-219A-4639-90AD-D28D3270DBAD}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\thread2.7.0\ MSI (s) (9C:9C) [21:24:41:133]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:41:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:149]: Executing op: FileRemove(,FileName=thread.n,,ComponentId={1C3468C0-219A-4639-90AD-D28D3270DBAD}) RemoveFiles: File: thread.n, Directory: C:\Python34\tcl\thread2.7.0\ MSI (s) (9C:9C) [21:24:41:149]: Verifying accessibility of file: thread.n MSI (s) (9C:9C) [21:24:41:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:149]: Executing op: FileRemove(,FileName=thread27.dll,,ComponentId={1C3468C0-219A-4639-90AD-D28D3270DBAD}) RemoveFiles: File: thread27.dll, Directory: C:\Python34\tcl\thread2.7.0\ MSI (s) (9C:9C) [21:24:41:164]: Verifying accessibility of file: thread27.dll MSI (s) (9C:9C) [21:24:41:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:164]: Executing op: FileRemove(,FileName=tpool.n,,ComponentId={1C3468C0-219A-4639-90AD-D28D3270DBAD}) RemoveFiles: File: tpool.n, Directory: C:\Python34\tcl\thread2.7.0\ MSI (s) (9C:9C) [21:24:41:180]: Verifying accessibility of file: tpool.n MSI (s) (9C:9C) [21:24:41:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:180]: Executing op: FileRemove(,FileName=tsv.n,,ComponentId={1C3468C0-219A-4639-90AD-D28D3270DBAD}) RemoveFiles: File: tsv.n, Directory: C:\Python34\tcl\thread2.7.0\ MSI (s) (9C:9C) [21:24:41:195]: Verifying accessibility of file: tsv.n MSI (s) (9C:9C) [21:24:41:195]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:195]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:195]: Executing op: FileRemove(,FileName=ttrace.n,,ComponentId={1C3468C0-219A-4639-90AD-D28D3270DBAD}) RemoveFiles: File: ttrace.n, Directory: C:\Python34\tcl\thread2.7.0\ MSI (s) (9C:9C) [21:24:41:211]: Verifying accessibility of file: ttrace.n MSI (s) (9C:9C) [21:24:41:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:211]: Executing op: FileRemove(,FileName=ttrace.tcl,,ComponentId={1C3468C0-219A-4639-90AD-D28D3270DBAD}) RemoveFiles: File: ttrace.tcl, Directory: C:\Python34\tcl\thread2.7.0\ MSI (s) (9C:9C) [21:24:41:227]: Verifying accessibility of file: ttrace.tcl MSI (s) (9C:9C) [21:24:41:227]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:227]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:227]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tdbcsqlite1.0.0\) MSI (s) (9C:9C) [21:24:41:227]: Executing op: FileRemove(,FileName=tdbc_sqlite3.n,,ComponentId={1BC8DA21-C484-43E1-8EEC-1F817FF116C3}) RemoveFiles: File: tdbc_sqlite3.n, Directory: C:\Python34\tcl\tdbcsqlite1.0.0\ MSI (s) (9C:9C) [21:24:41:242]: Verifying accessibility of file: tdbc_sqlite3.n MSI (s) (9C:9C) [21:24:41:242]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:242]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:242]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tdbcpostgres1.0.0\) MSI (s) (9C:9C) [21:24:41:242]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={1A1D1A22-B785-4D88-93D9-8FB7DBB4CC65}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\tdbcpostgres1.0.0\ MSI (s) (9C:9C) [21:24:41:258]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:41:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:258]: Executing op: FileRemove(,FileName=tdbcpostgres.tcl,,ComponentId={1A1D1A22-B785-4D88-93D9-8FB7DBB4CC65}) RemoveFiles: File: tdbcpostgres.tcl, Directory: C:\Python34\tcl\tdbcpostgres1.0.0\ MSI (s) (9C:9C) [21:24:41:274]: Verifying accessibility of file: tdbcpostgres.tcl MSI (s) (9C:9C) [21:24:41:274]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:274]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:274]: Executing op: FileRemove(,FileName=tdbcpostgres100.dll,,ComponentId={1A1D1A22-B785-4D88-93D9-8FB7DBB4CC65}) RemoveFiles: File: tdbcpostgres100.dll, Directory: C:\Python34\tcl\tdbcpostgres1.0.0\ MSI (s) (9C:9C) [21:24:41:289]: Verifying accessibility of file: tdbcpostgres100.dll MSI (s) (9C:9C) [21:24:41:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:289]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tdbcodbc1.0.0\) MSI (s) (9C:9C) [21:24:41:289]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={27C47694-C8C1-4886-852C-ACBCA782F517}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\tdbcodbc1.0.0\ MSI (s) (9C:9C) [21:24:41:305]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:41:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:305]: Executing op: FileRemove(,FileName=tdbcodbc.tcl,,ComponentId={27C47694-C8C1-4886-852C-ACBCA782F517}) RemoveFiles: File: tdbcodbc.tcl, Directory: C:\Python34\tcl\tdbcodbc1.0.0\ MSI (s) (9C:9C) [21:24:41:305]: Verifying accessibility of file: tdbcodbc.tcl MSI (s) (9C:9C) [21:24:41:320]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:320]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:320]: Executing op: FileRemove(,FileName=tdbcodbc100.dll,,ComponentId={27C47694-C8C1-4886-852C-ACBCA782F517}) RemoveFiles: File: tdbcodbc100.dll, Directory: C:\Python34\tcl\tdbcodbc1.0.0\ MSI (s) (9C:9C) [21:24:41:320]: Verifying accessibility of file: tdbcodbc100.dll MSI (s) (9C:9C) [21:24:41:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:336]: Executing op: FileRemove(,FileName=tdbc_odbc.n,,ComponentId={27C47694-C8C1-4886-852C-ACBCA782F517}) RemoveFiles: File: tdbc_odbc.n, Directory: C:\Python34\tcl\tdbcodbc1.0.0\ MSI (s) (9C:9C) [21:24:41:336]: Verifying accessibility of file: tdbc_odbc.n MSI (s) (9C:9C) [21:24:41:352]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:352]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:352]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tdbcmysql1.0.0\) MSI (s) (9C:9C) [21:24:41:352]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={6AF28314-4638-4C1C-B831-971E33520BB4}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\tdbcmysql1.0.0\ MSI (s) (9C:9C) [21:24:41:352]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:41:367]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:367]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:367]: Executing op: FileRemove(,FileName=tdbcmysql.tcl,,ComponentId={6AF28314-4638-4C1C-B831-971E33520BB4}) RemoveFiles: File: tdbcmysql.tcl, Directory: C:\Python34\tcl\tdbcmysql1.0.0\ MSI (s) (9C:9C) [21:24:41:367]: Verifying accessibility of file: tdbcmysql.tcl MSI (s) (9C:9C) [21:24:41:383]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:383]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:383]: Executing op: FileRemove(,FileName=tdbcmysql100.dll,,ComponentId={6AF28314-4638-4C1C-B831-971E33520BB4}) RemoveFiles: File: tdbcmysql100.dll, Directory: C:\Python34\tcl\tdbcmysql1.0.0\ MSI (s) (9C:9C) [21:24:41:383]: Verifying accessibility of file: tdbcmysql100.dll MSI (s) (9C:9C) [21:24:41:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:399]: Executing op: FileRemove(,FileName=tdbc_mysql.n,,ComponentId={6AF28314-4638-4C1C-B831-971E33520BB4}) RemoveFiles: File: tdbc_mysql.n, Directory: C:\Python34\tcl\tdbcmysql1.0.0\ MSI (s) (9C:9C) [21:24:41:399]: Verifying accessibility of file: tdbc_mysql.n MSI (s) (9C:9C) [21:24:41:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:414]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tdbc1.0.0\) MSI (s) (9C:9C) [21:24:41:414]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:414]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:41:430]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:430]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:430]: Executing op: FileRemove(,FileName=tdbc.n,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: tdbc.n, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:430]: Verifying accessibility of file: tdbc.n MSI (s) (9C:9C) [21:24:41:445]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:445]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:445]: Executing op: FileRemove(,FileName=tdbc.tcl,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: tdbc.tcl, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:445]: Verifying accessibility of file: tdbc.tcl MSI (s) (9C:9C) [21:24:41:461]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:461]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:461]: Executing op: FileRemove(,FileName=tdbc100.dll,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: tdbc100.dll, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:461]: Verifying accessibility of file: tdbc100.dll MSI (s) (9C:9C) [21:24:41:477]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:477]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:477]: Executing op: FileRemove(,FileName=tdbcConfig.sh,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: tdbcConfig.sh, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:477]: Verifying accessibility of file: tdbcConfig.sh MSI (s) (9C:9C) [21:24:41:477]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:492]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:492]: Executing op: FileRemove(,FileName=tdbcstub100.lib,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: tdbcstub100.lib, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:492]: Verifying accessibility of file: tdbcstub100.lib MSI (s) (9C:9C) [21:24:41:492]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:508]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:508]: Executing op: FileRemove(,FileName=tdbc_connection.n,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: tdbc_connection.n, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:508]: Verifying accessibility of file: tdbc_connection.n MSI (s) (9C:9C) [21:24:41:508]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:508]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:524]: Executing op: FileRemove(,FileName=tdbc_mapSqlState.n,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: tdbc_mapSqlState.n, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:524]: Verifying accessibility of file: tdbc_mapSqlState.n MSI (s) (9C:9C) [21:24:41:524]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:524]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:524]: Executing op: FileRemove(,FileName=tdbc_resultset.n,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: tdbc_resultset.n, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:539]: Verifying accessibility of file: tdbc_resultset.n MSI (s) (9C:9C) [21:24:41:539]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:539]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:539]: Executing op: FileRemove(,FileName=tdbc_statement.n,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: tdbc_statement.n, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:555]: Verifying accessibility of file: tdbc_statement.n MSI (s) (9C:9C) [21:24:41:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:555]: Executing op: FileRemove(,FileName=tdbc_tokenize.n,,ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40}) RemoveFiles: File: tdbc_tokenize.n, Directory: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:9C) [21:24:41:570]: Verifying accessibility of file: tdbc_tokenize.n MSI (s) (9C:9C) [21:24:41:570]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:570]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:570]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\) MSI (s) (9C:9C) [21:24:41:570]: Executing op: FileRemove(,FileName=auto.tcl,,ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77}) RemoveFiles: File: auto.tcl, Directory: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:24:41:586]: Verifying accessibility of file: auto.tcl MSI (s) (9C:9C) [21:24:41:586]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:586]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:586]: Executing op: FileRemove(,FileName=clock.tcl,,ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77}) RemoveFiles: File: clock.tcl, Directory: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:24:41:602]: Verifying accessibility of file: clock.tcl MSI (s) (9C:9C) [21:24:41:602]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:602]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:602]: Executing op: FileRemove(,FileName=history.tcl,,ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77}) RemoveFiles: File: history.tcl, Directory: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:24:41:617]: Verifying accessibility of file: history.tcl MSI (s) (9C:9C) [21:24:41:617]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:617]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:617]: Executing op: FileRemove(,FileName=init.tcl,,ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77}) RemoveFiles: File: init.tcl, Directory: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:24:41:633]: Verifying accessibility of file: init.tcl MSI (s) (9C:9C) [21:24:41:633]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:633]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:633]: Executing op: FileRemove(,FileName=package.tcl,,ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77}) RemoveFiles: File: package.tcl, Directory: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:24:41:633]: Verifying accessibility of file: package.tcl MSI (s) (9C:9C) [21:24:41:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:649]: Executing op: FileRemove(,FileName=parray.tcl,,ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77}) RemoveFiles: File: parray.tcl, Directory: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:24:41:649]: Verifying accessibility of file: parray.tcl MSI (s) (9C:9C) [21:24:41:664]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:664]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:664]: Executing op: FileRemove(,FileName=safe.tcl,,ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77}) RemoveFiles: File: safe.tcl, Directory: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:24:41:664]: Verifying accessibility of file: safe.tcl MSI (s) (9C:9C) [21:24:41:680]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:680]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:680]: Executing op: FileRemove(,FileName=tclIndex,,ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77}) RemoveFiles: File: tclIndex, Directory: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:24:41:680]: Verifying accessibility of file: tclIndex MSI (s) (9C:9C) [21:24:41:695]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:695]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:695]: Executing op: FileRemove(,FileName=tm.tcl,,ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77}) RemoveFiles: File: tm.tcl, Directory: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:24:41:695]: Verifying accessibility of file: tm.tcl MSI (s) (9C:9C) [21:24:41:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:711]: Executing op: FileRemove(,FileName=word.tcl,,ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77}) RemoveFiles: File: word.tcl, Directory: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:9C) [21:24:41:711]: Verifying accessibility of file: word.tcl MSI (s) (9C:9C) [21:24:41:727]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:727]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:727]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\) MSI (s) (9C:9C) [21:24:41:727]: Executing op: FileRemove(,FileName=CET,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: CET, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:727]: Verifying accessibility of file: CET MSI (s) (9C:9C) [21:24:41:742]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:742]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:742]: Executing op: FileRemove(,FileName=CST6CDT,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: CST6CDT, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:742]: Verifying accessibility of file: CST6CDT MSI (s) (9C:9C) [21:24:41:742]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:758]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:758]: Executing op: FileRemove(,FileName=Cuba,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Cuba, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:758]: Verifying accessibility of file: Cuba MSI (s) (9C:9C) [21:24:41:758]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:774]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:774]: Executing op: FileRemove(,FileName=EET,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: EET, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:774]: Verifying accessibility of file: EET MSI (s) (9C:9C) [21:24:41:774]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:774]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:774]: Executing op: FileRemove(,FileName=Egypt,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Egypt, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:789]: Verifying accessibility of file: Egypt MSI (s) (9C:9C) [21:24:41:789]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:789]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:789]: Executing op: FileRemove(,FileName=Eire,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Eire, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:805]: Verifying accessibility of file: Eire MSI (s) (9C:9C) [21:24:41:805]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:820]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:820]: Executing op: FileRemove(,FileName=EST,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: EST, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:820]: Verifying accessibility of file: EST MSI (s) (9C:9C) [21:24:41:836]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:836]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:836]: Executing op: FileRemove(,FileName=EST5EDT,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: EST5EDT, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:836]: Verifying accessibility of file: EST5EDT MSI (s) (9C:9C) [21:24:41:852]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:852]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:852]: Executing op: FileRemove(,FileName=GB-Eire,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: GB-Eire, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:852]: Verifying accessibility of file: GB-Eire MSI (s) (9C:9C) [21:24:41:867]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:867]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:867]: Executing op: FileRemove(,FileName=GMT,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: GMT, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:883]: Verifying accessibility of file: GMT MSI (s) (9C:9C) [21:24:41:883]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:883]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:883]: Executing op: FileRemove(,FileName=GMT+0,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: GMT+0, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:899]: Verifying accessibility of file: GMT+0 MSI (s) (9C:9C) [21:24:41:899]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:914]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:914]: Executing op: FileRemove(,FileName=GMT-0,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: GMT-0, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:914]: Verifying accessibility of file: GMT-0 MSI (s) (9C:9C) [21:24:41:930]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:930]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:930]: Executing op: FileRemove(,FileName=GMT0,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: GMT0, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:930]: Verifying accessibility of file: GMT0 MSI (s) (9C:9C) [21:24:41:945]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:945]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:945]: Executing op: FileRemove(,FileName=Greenwich,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Greenwich, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:961]: Verifying accessibility of file: Greenwich MSI (s) (9C:9C) [21:24:41:961]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:961]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:977]: Executing op: FileRemove(,FileName=Hongkong,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Hongkong, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:977]: Verifying accessibility of file: Hongkong MSI (s) (9C:9C) [21:24:41:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:41:992]: Executing op: FileRemove(,FileName=HST,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: HST, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:41:992]: Verifying accessibility of file: HST MSI (s) (9C:9C) [21:24:42:008]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:008]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:008]: Executing op: FileRemove(,FileName=Iceland,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Iceland, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:024]: Verifying accessibility of file: Iceland MSI (s) (9C:9C) [21:24:42:024]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:024]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:024]: Executing op: FileRemove(,FileName=Iran,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Iran, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:039]: Verifying accessibility of file: Iran MSI (s) (9C:9C) [21:24:42:039]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:039]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:055]: Executing op: FileRemove(,FileName=Israel,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Israel, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:055]: Verifying accessibility of file: Israel MSI (s) (9C:9C) [21:24:42:070]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:070]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:070]: Executing op: FileRemove(,FileName=Jamaica,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Jamaica, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:070]: Verifying accessibility of file: Jamaica MSI (s) (9C:9C) [21:24:42:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:086]: Executing op: FileRemove(,FileName=Japan,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Japan, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:086]: Verifying accessibility of file: Japan MSI (s) (9C:9C) [21:24:42:102]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:102]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:102]: Executing op: FileRemove(,FileName=Kwajalein,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Kwajalein, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:102]: Verifying accessibility of file: Kwajalein MSI (s) (9C:9C) [21:24:42:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:117]: Executing op: FileRemove(,FileName=Libya,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Libya, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:117]: Verifying accessibility of file: Libya MSI (s) (9C:9C) [21:24:42:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:133]: Executing op: FileRemove(,FileName=MET,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: MET, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:133]: Verifying accessibility of file: MET MSI (s) (9C:9C) [21:24:42:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:149]: Executing op: FileRemove(,FileName=MST,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: MST, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:149]: Verifying accessibility of file: MST MSI (s) (9C:9C) [21:24:42:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:164]: Executing op: FileRemove(,FileName=MST7MDT,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: MST7MDT, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:164]: Verifying accessibility of file: MST7MDT MSI (s) (9C:9C) [21:24:42:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:180]: Executing op: FileRemove(,FileName=Navajo,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Navajo, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:195]: Verifying accessibility of file: Navajo MSI (s) (9C:9C) [21:24:42:195]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:195]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:195]: Executing op: FileRemove(,FileName=NZ,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: NZ, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:211]: Verifying accessibility of file: NZ MSI (s) (9C:9C) [21:24:42:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:211]: Executing op: FileRemove(,FileName=NZ-CHAT,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: NZ-CHAT, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:227]: Verifying accessibility of file: NZ-CHAT MSI (s) (9C:9C) [21:24:42:227]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:227]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:227]: Executing op: FileRemove(,FileName=Poland,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Poland, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:242]: Verifying accessibility of file: Poland MSI (s) (9C:9C) [21:24:42:242]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:242]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:242]: Executing op: FileRemove(,FileName=Portugal,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Portugal, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:258]: Verifying accessibility of file: Portugal MSI (s) (9C:9C) [21:24:42:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:258]: Executing op: FileRemove(,FileName=PRC,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: PRC, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:274]: Verifying accessibility of file: PRC MSI (s) (9C:9C) [21:24:42:274]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:274]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:274]: Executing op: FileRemove(,FileName=PST8PDT,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: PST8PDT, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:289]: Verifying accessibility of file: PST8PDT MSI (s) (9C:9C) [21:24:42:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:289]: Executing op: FileRemove(,FileName=ROC,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: ROC, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:305]: Verifying accessibility of file: ROC MSI (s) (9C:9C) [21:24:42:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:305]: Executing op: FileRemove(,FileName=ROK,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: ROK, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:320]: Verifying accessibility of file: ROK MSI (s) (9C:9C) [21:24:42:320]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:320]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:320]: Executing op: FileRemove(,FileName=Singapore,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Singapore, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:336]: Verifying accessibility of file: Singapore MSI (s) (9C:9C) [21:24:42:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:336]: Executing op: FileRemove(,FileName=Turkey,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Turkey, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:352]: Verifying accessibility of file: Turkey MSI (s) (9C:9C) [21:24:42:352]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:352]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:367]: Executing op: FileRemove(,FileName=UCT,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: UCT, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:367]: Verifying accessibility of file: UCT MSI (s) (9C:9C) [21:24:42:383]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:383]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:383]: Executing op: FileRemove(,FileName=Universal,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Universal, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:383]: Verifying accessibility of file: Universal MSI (s) (9C:9C) [21:24:42:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:399]: Executing op: FileRemove(,FileName=UTC,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: UTC, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:399]: Verifying accessibility of file: UTC MSI (s) (9C:9C) [21:24:42:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:414]: Executing op: FileRemove(,FileName=W-SU,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: W-SU, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:414]: Verifying accessibility of file: W-SU MSI (s) (9C:9C) [21:24:42:430]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:430]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:430]: Executing op: FileRemove(,FileName=WET,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: WET, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:430]: Verifying accessibility of file: WET MSI (s) (9C:9C) [21:24:42:445]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:445]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:445]: Executing op: FileRemove(,FileName=Zulu,,ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860}) RemoveFiles: File: Zulu, Directory: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:9C) [21:24:42:445]: Verifying accessibility of file: Zulu MSI (s) (9C:9C) [21:24:42:461]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:461]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:461]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\US\) MSI (s) (9C:9C) [21:24:42:461]: Executing op: FileRemove(,FileName=Alaska,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Alaska, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:461]: Verifying accessibility of file: Alaska MSI (s) (9C:9C) [21:24:42:477]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:477]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:477]: Executing op: FileRemove(,FileName=Aleutian,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Aleutian, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:477]: Verifying accessibility of file: Aleutian MSI (s) (9C:9C) [21:24:42:492]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:492]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:492]: Executing op: FileRemove(,FileName=Arizona,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Arizona, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:508]: Verifying accessibility of file: Arizona MSI (s) (9C:9C) [21:24:42:508]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:508]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:508]: Executing op: FileRemove(,FileName=Central,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Central, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:524]: Verifying accessibility of file: Central MSI (s) (9C:9C) [21:24:42:524]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:524]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:539]: Executing op: FileRemove(,FileName=East-Indiana,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: East-Indiana, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:539]: Verifying accessibility of file: East-Indiana MSI (s) (9C:9C) [21:24:42:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:555]: Executing op: FileRemove(,FileName=Eastern,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Eastern, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:555]: Verifying accessibility of file: Eastern MSI (s) (9C:9C) [21:24:42:570]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:570]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:570]: Executing op: FileRemove(,FileName=Hawaii,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Hawaii, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:570]: Verifying accessibility of file: Hawaii MSI (s) (9C:9C) [21:24:42:586]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:586]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:586]: Executing op: FileRemove(,FileName=Indiana-Starke,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Indiana-Starke, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:586]: Verifying accessibility of file: Indiana-Starke MSI (s) (9C:9C) [21:24:42:602]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:602]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:602]: Executing op: FileRemove(,FileName=Michigan,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Michigan, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:602]: Verifying accessibility of file: Michigan MSI (s) (9C:9C) [21:24:42:617]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:617]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:617]: Executing op: FileRemove(,FileName=Mountain,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Mountain, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:617]: Verifying accessibility of file: Mountain MSI (s) (9C:9C) [21:24:42:633]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:633]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:633]: Executing op: FileRemove(,FileName=Pacific,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Pacific, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:633]: Verifying accessibility of file: Pacific MSI (s) (9C:9C) [21:24:42:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:649]: Executing op: FileRemove(,FileName=Pacific-New,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Pacific-New, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:649]: Verifying accessibility of file: Pacific-New MSI (s) (9C:9C) [21:24:42:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:664]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:664]: Executing op: FileRemove(,FileName=Samoa,,ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4}) RemoveFiles: File: Samoa, Directory: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:9C) [21:24:42:664]: Verifying accessibility of file: Samoa MSI (s) (9C:9C) [21:24:42:680]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:680]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:680]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\SystemV\) MSI (s) (9C:9C) [21:24:42:680]: Executing op: FileRemove(,FileName=AST4,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: AST4, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:680]: Verifying accessibility of file: AST4 MSI (s) (9C:9C) [21:24:42:695]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:695]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:695]: Executing op: FileRemove(,FileName=AST4ADT,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: AST4ADT, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:695]: Verifying accessibility of file: AST4ADT MSI (s) (9C:9C) [21:24:42:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:711]: Executing op: FileRemove(,FileName=CST6,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: CST6, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:711]: Verifying accessibility of file: CST6 MSI (s) (9C:9C) [21:24:42:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:727]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:727]: Executing op: FileRemove(,FileName=CST6CDT,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: CST6CDT, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:727]: Verifying accessibility of file: CST6CDT MSI (s) (9C:9C) [21:24:42:727]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:742]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:742]: Executing op: FileRemove(,FileName=EST5,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: EST5, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:742]: Verifying accessibility of file: EST5 MSI (s) (9C:9C) [21:24:42:742]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:742]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:758]: Executing op: FileRemove(,FileName=EST5EDT,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: EST5EDT, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:758]: Verifying accessibility of file: EST5EDT MSI (s) (9C:9C) [21:24:42:758]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:758]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:758]: Executing op: FileRemove(,FileName=HST10,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: HST10, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:774]: Verifying accessibility of file: HST10 MSI (s) (9C:9C) [21:24:42:774]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:774]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:774]: Executing op: FileRemove(,FileName=MST7,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: MST7, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:789]: Verifying accessibility of file: MST7 MSI (s) (9C:9C) [21:24:42:789]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:789]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:789]: Executing op: FileRemove(,FileName=MST7MDT,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: MST7MDT, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:805]: Verifying accessibility of file: MST7MDT MSI (s) (9C:9C) [21:24:42:805]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:805]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:805]: Executing op: FileRemove(,FileName=PST8,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: PST8, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:820]: Verifying accessibility of file: PST8 MSI (s) (9C:9C) [21:24:42:820]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:820]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:820]: Executing op: FileRemove(,FileName=PST8PDT,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: PST8PDT, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:836]: Verifying accessibility of file: PST8PDT MSI (s) (9C:9C) [21:24:42:836]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:836]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:836]: Executing op: FileRemove(,FileName=YST9,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: YST9, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:852]: Verifying accessibility of file: YST9 MSI (s) (9C:9C) [21:24:42:852]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:852]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:852]: Executing op: FileRemove(,FileName=YST9YDT,,ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039}) RemoveFiles: File: YST9YDT, Directory: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:9C) [21:24:42:852]: Verifying accessibility of file: YST9YDT MSI (s) (9C:9C) [21:24:42:867]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:867]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:867]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Pacific\) MSI (s) (9C:9C) [21:24:42:867]: Executing op: FileRemove(,FileName=Apia,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Apia, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:42:867]: Verifying accessibility of file: Apia MSI (s) (9C:9C) [21:24:42:883]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:883]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:883]: Executing op: FileRemove(,FileName=Auckland,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Auckland, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:42:883]: Verifying accessibility of file: Auckland MSI (s) (9C:9C) [21:24:42:899]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:899]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:899]: Executing op: FileRemove(,FileName=Chatham,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Chatham, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:42:899]: Verifying accessibility of file: Chatham MSI (s) (9C:9C) [21:24:42:914]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:914]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:914]: Executing op: FileRemove(,FileName=Chuuk,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Chuuk, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:42:914]: Verifying accessibility of file: Chuuk MSI (s) (9C:9C) [21:24:42:930]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:930]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:930]: Executing op: FileRemove(,FileName=Easter,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Easter, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:42:930]: Verifying accessibility of file: Easter MSI (s) (9C:9C) [21:24:42:945]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:945]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:945]: Executing op: FileRemove(,FileName=Efate,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Efate, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:42:945]: Verifying accessibility of file: Efate MSI (s) (9C:9C) [21:24:42:961]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:961]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:961]: Executing op: FileRemove(,FileName=Enderbury,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Enderbury, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:42:961]: Verifying accessibility of file: Enderbury MSI (s) (9C:9C) [21:24:42:961]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:977]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:977]: Executing op: FileRemove(,FileName=Fakaofo,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Fakaofo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:42:977]: Verifying accessibility of file: Fakaofo MSI (s) (9C:9C) [21:24:42:977]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:992]: Executing op: FileRemove(,FileName=Fiji,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Fiji, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:42:992]: Verifying accessibility of file: Fiji MSI (s) (9C:9C) [21:24:42:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:42:992]: Executing op: FileRemove(,FileName=Funafuti,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Funafuti, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:008]: Verifying accessibility of file: Funafuti MSI (s) (9C:9C) [21:24:43:008]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:008]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:008]: Executing op: FileRemove(,FileName=Galapagos,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Galapagos, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:024]: Verifying accessibility of file: Galapagos MSI (s) (9C:9C) [21:24:43:024]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:024]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:024]: Executing op: FileRemove(,FileName=Gambier,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Gambier, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:039]: Verifying accessibility of file: Gambier MSI (s) (9C:9C) [21:24:43:039]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:039]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:039]: Executing op: FileRemove(,FileName=Guadalcanal,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Guadalcanal, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:055]: Verifying accessibility of file: Guadalcanal MSI (s) (9C:9C) [21:24:43:055]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:055]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:055]: Executing op: FileRemove(,FileName=Guam,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Guam, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:070]: Verifying accessibility of file: Guam MSI (s) (9C:9C) [21:24:43:070]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:070]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:070]: Executing op: FileRemove(,FileName=Honolulu,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Honolulu, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:086]: Verifying accessibility of file: Honolulu MSI (s) (9C:9C) [21:24:43:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:086]: Executing op: FileRemove(,FileName=Johnston,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Johnston, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:102]: Verifying accessibility of file: Johnston MSI (s) (9C:9C) [21:24:43:102]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:102]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:102]: Executing op: FileRemove(,FileName=Kiritimati,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Kiritimati, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:102]: Verifying accessibility of file: Kiritimati MSI (s) (9C:9C) [21:24:43:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:117]: Executing op: FileRemove(,FileName=Kosrae,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Kosrae, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:117]: Verifying accessibility of file: Kosrae MSI (s) (9C:9C) [21:24:43:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:133]: Executing op: FileRemove(,FileName=Kwajalein,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Kwajalein, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:133]: Verifying accessibility of file: Kwajalein MSI (s) (9C:9C) [21:24:43:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:149]: Executing op: FileRemove(,FileName=Majuro,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Majuro, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:149]: Verifying accessibility of file: Majuro MSI (s) (9C:9C) [21:24:43:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:164]: Executing op: FileRemove(,FileName=Marquesas,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Marquesas, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:164]: Verifying accessibility of file: Marquesas MSI (s) (9C:9C) [21:24:43:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:180]: Executing op: FileRemove(,FileName=Midway,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Midway, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:180]: Verifying accessibility of file: Midway MSI (s) (9C:9C) [21:24:43:195]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:195]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:195]: Executing op: FileRemove(,FileName=Nauru,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Nauru, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:195]: Verifying accessibility of file: Nauru MSI (s) (9C:9C) [21:24:43:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:211]: Executing op: FileRemove(,FileName=Niue,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Niue, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:211]: Verifying accessibility of file: Niue MSI (s) (9C:9C) [21:24:43:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:227]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:227]: Executing op: FileRemove(,FileName=Norfolk,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Norfolk, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:227]: Verifying accessibility of file: Norfolk MSI (s) (9C:9C) [21:24:43:227]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:242]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:242]: Executing op: FileRemove(,FileName=Noumea,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Noumea, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:242]: Verifying accessibility of file: Noumea MSI (s) (9C:9C) [21:24:43:242]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:258]: Executing op: FileRemove(,FileName=Pago_Pago,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Pago_Pago, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:258]: Verifying accessibility of file: Pago_Pago MSI (s) (9C:9C) [21:24:43:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:274]: Executing op: FileRemove(,FileName=Palau,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Palau, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:274]: Verifying accessibility of file: Palau MSI (s) (9C:9C) [21:24:43:274]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:274]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:274]: Executing op: FileRemove(,FileName=Pitcairn,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Pitcairn, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:289]: Verifying accessibility of file: Pitcairn MSI (s) (9C:9C) [21:24:43:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:289]: Executing op: FileRemove(,FileName=Pohnpei,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Pohnpei, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:305]: Verifying accessibility of file: Pohnpei MSI (s) (9C:9C) [21:24:43:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:305]: Executing op: FileRemove(,FileName=Ponape,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Ponape, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:320]: Verifying accessibility of file: Ponape MSI (s) (9C:9C) [21:24:43:320]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:320]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:320]: Executing op: FileRemove(,FileName=Port_Moresby,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Port_Moresby, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:336]: Verifying accessibility of file: Port_Moresby MSI (s) (9C:9C) [21:24:43:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:336]: Executing op: FileRemove(,FileName=Rarotonga,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Rarotonga, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:352]: Verifying accessibility of file: Rarotonga MSI (s) (9C:9C) [21:24:43:352]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:352]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:352]: Executing op: FileRemove(,FileName=Saipan,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Saipan, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:367]: Verifying accessibility of file: Saipan MSI (s) (9C:9C) [21:24:43:367]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:367]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:367]: Executing op: FileRemove(,FileName=Samoa,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Samoa, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:383]: Verifying accessibility of file: Samoa MSI (s) (9C:9C) [21:24:43:383]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:383]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:383]: Executing op: FileRemove(,FileName=Tahiti,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Tahiti, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:399]: Verifying accessibility of file: Tahiti MSI (s) (9C:9C) [21:24:43:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:399]: Executing op: FileRemove(,FileName=Tarawa,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Tarawa, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:414]: Verifying accessibility of file: Tarawa MSI (s) (9C:9C) [21:24:43:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:414]: Executing op: FileRemove(,FileName=Tongatapu,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Tongatapu, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:430]: Verifying accessibility of file: Tongatapu MSI (s) (9C:9C) [21:24:43:430]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:430]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:430]: Executing op: FileRemove(,FileName=Truk,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Truk, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:445]: Verifying accessibility of file: Truk MSI (s) (9C:9C) [21:24:43:445]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:445]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:445]: Executing op: FileRemove(,FileName=Wake,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Wake, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:461]: Verifying accessibility of file: Wake MSI (s) (9C:9C) [21:24:43:461]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:461]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:477]: Executing op: FileRemove(,FileName=Wallis,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Wallis, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:477]: Verifying accessibility of file: Wallis MSI (s) (9C:9C) [21:24:43:477]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:477]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:492]: Executing op: FileRemove(,FileName=Yap,,ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F}) RemoveFiles: File: Yap, Directory: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:9C) [21:24:43:492]: Verifying accessibility of file: Yap MSI (s) (9C:9C) [21:24:43:492]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:508]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:508]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Mexico\) MSI (s) (9C:9C) [21:24:43:508]: Executing op: FileRemove(,FileName=BajaNorte,,ComponentId={54FA7304-9749-49D2-8D2F-9916D70D5B4F}) RemoveFiles: File: BajaNorte, Directory: C:\Python34\tcl\tcl8.6\tzdata\Mexico\ MSI (s) (9C:9C) [21:24:43:508]: Verifying accessibility of file: BajaNorte MSI (s) (9C:9C) [21:24:43:524]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:524]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:524]: Executing op: FileRemove(,FileName=BajaSur,,ComponentId={54FA7304-9749-49D2-8D2F-9916D70D5B4F}) RemoveFiles: File: BajaSur, Directory: C:\Python34\tcl\tcl8.6\tzdata\Mexico\ MSI (s) (9C:9C) [21:24:43:524]: Verifying accessibility of file: BajaSur MSI (s) (9C:9C) [21:24:43:539]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:539]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:539]: Executing op: FileRemove(,FileName=General,,ComponentId={54FA7304-9749-49D2-8D2F-9916D70D5B4F}) RemoveFiles: File: General, Directory: C:\Python34\tcl\tcl8.6\tzdata\Mexico\ MSI (s) (9C:9C) [21:24:43:539]: Verifying accessibility of file: General MSI (s) (9C:9C) [21:24:43:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:555]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Indian\) MSI (s) (9C:9C) [21:24:43:555]: Executing op: FileRemove(,FileName=Antananarivo,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Antananarivo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:555]: Verifying accessibility of file: Antananarivo MSI (s) (9C:9C) [21:24:43:570]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:570]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:570]: Executing op: FileRemove(,FileName=Chagos,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Chagos, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:570]: Verifying accessibility of file: Chagos MSI (s) (9C:9C) [21:24:43:586]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:586]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:586]: Executing op: FileRemove(,FileName=Christmas,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Christmas, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:586]: Verifying accessibility of file: Christmas MSI (s) (9C:9C) [21:24:43:602]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:602]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:602]: Executing op: FileRemove(,FileName=Cocos,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Cocos, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:602]: Verifying accessibility of file: Cocos MSI (s) (9C:9C) [21:24:43:617]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:617]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:617]: Executing op: FileRemove(,FileName=Comoro,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Comoro, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:617]: Verifying accessibility of file: Comoro MSI (s) (9C:9C) [21:24:43:633]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:633]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:633]: Executing op: FileRemove(,FileName=Kerguelen,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Kerguelen, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:633]: Verifying accessibility of file: Kerguelen MSI (s) (9C:9C) [21:24:43:633]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:649]: Executing op: FileRemove(,FileName=Mahe,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Mahe, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:649]: Verifying accessibility of file: Mahe MSI (s) (9C:9C) [21:24:43:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:664]: Executing op: FileRemove(,FileName=Maldives,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Maldives, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:664]: Verifying accessibility of file: Maldives MSI (s) (9C:9C) [21:24:43:664]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:664]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:664]: Executing op: FileRemove(,FileName=Mauritius,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Mauritius, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:680]: Verifying accessibility of file: Mauritius MSI (s) (9C:9C) [21:24:43:680]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:680]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:680]: Executing op: FileRemove(,FileName=Mayotte,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Mayotte, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:695]: Verifying accessibility of file: Mayotte MSI (s) (9C:9C) [21:24:43:695]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:695]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:695]: Executing op: FileRemove(,FileName=Reunion,,ComponentId={EABCAA02-D19E-4971-8B42-578176823895}) RemoveFiles: File: Reunion, Directory: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:9C) [21:24:43:711]: Verifying accessibility of file: Reunion MSI (s) (9C:9C) [21:24:43:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:711]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Europe\) MSI (s) (9C:9C) [21:24:43:711]: Executing op: FileRemove(,FileName=Amsterdam,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Amsterdam, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:727]: Verifying accessibility of file: Amsterdam MSI (s) (9C:9C) [21:24:43:727]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:727]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:727]: Executing op: FileRemove(,FileName=Andorra,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Andorra, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:742]: Verifying accessibility of file: Andorra MSI (s) (9C:9C) [21:24:43:742]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:742]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:742]: Executing op: FileRemove(,FileName=Athens,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Athens, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:758]: Verifying accessibility of file: Athens MSI (s) (9C:9C) [21:24:43:758]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:758]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:758]: Executing op: FileRemove(,FileName=Belfast,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Belfast, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:758]: Verifying accessibility of file: Belfast MSI (s) (9C:9C) [21:24:43:774]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:774]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:774]: Executing op: FileRemove(,FileName=Belgrade,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Belgrade, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:774]: Verifying accessibility of file: Belgrade MSI (s) (9C:9C) [21:24:43:789]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:789]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:789]: Executing op: FileRemove(,FileName=Berlin,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Berlin, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:789]: Verifying accessibility of file: Berlin MSI (s) (9C:9C) [21:24:43:805]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:805]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:805]: Executing op: FileRemove(,FileName=Bratislava,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Bratislava, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:805]: Verifying accessibility of file: Bratislava MSI (s) (9C:9C) [21:24:43:820]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:820]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:820]: Executing op: FileRemove(,FileName=Brussels,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Brussels, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:820]: Verifying accessibility of file: Brussels MSI (s) (9C:9C) [21:24:43:836]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:836]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:836]: Executing op: FileRemove(,FileName=Bucharest,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Bucharest, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:836]: Verifying accessibility of file: Bucharest MSI (s) (9C:9C) [21:24:43:852]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:852]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:852]: Executing op: FileRemove(,FileName=Budapest,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Budapest, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:852]: Verifying accessibility of file: Budapest MSI (s) (9C:9C) [21:24:43:852]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:867]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:867]: Executing op: FileRemove(,FileName=Busingen,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Busingen, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:867]: Verifying accessibility of file: Busingen MSI (s) (9C:9C) [21:24:43:867]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:883]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:883]: Executing op: FileRemove(,FileName=Chisinau,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Chisinau, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:883]: Verifying accessibility of file: Chisinau MSI (s) (9C:9C) [21:24:43:883]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:899]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:899]: Executing op: FileRemove(,FileName=Copenhagen,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Copenhagen, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:899]: Verifying accessibility of file: Copenhagen MSI (s) (9C:9C) [21:24:43:899]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:899]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:914]: Executing op: FileRemove(,FileName=Dublin,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Dublin, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:914]: Verifying accessibility of file: Dublin MSI (s) (9C:9C) [21:24:43:914]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:914]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:914]: Executing op: FileRemove(,FileName=Gibraltar,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Gibraltar, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:930]: Verifying accessibility of file: Gibraltar MSI (s) (9C:9C) [21:24:43:930]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:930]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:930]: Executing op: FileRemove(,FileName=Guernsey,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Guernsey, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:945]: Verifying accessibility of file: Guernsey MSI (s) (9C:9C) [21:24:43:945]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:945]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:945]: Executing op: FileRemove(,FileName=Helsinki,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Helsinki, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:961]: Verifying accessibility of file: Helsinki MSI (s) (9C:9C) [21:24:43:961]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:961]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:961]: Executing op: FileRemove(,FileName=Isle_of_Man,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Isle_of_Man, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:977]: Verifying accessibility of file: Isle_of_Man MSI (s) (9C:9C) [21:24:43:977]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:977]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:977]: Executing op: FileRemove(,FileName=Istanbul,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Istanbul, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:977]: Verifying accessibility of file: Istanbul MSI (s) (9C:9C) [21:24:43:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:43:992]: Executing op: FileRemove(,FileName=Jersey,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Jersey, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:43:992]: Verifying accessibility of file: Jersey MSI (s) (9C:9C) [21:24:44:008]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:008]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:008]: Executing op: FileRemove(,FileName=Kaliningrad,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Kaliningrad, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:008]: Verifying accessibility of file: Kaliningrad MSI (s) (9C:9C) [21:24:44:024]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:024]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:024]: Executing op: FileRemove(,FileName=Kiev,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Kiev, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:024]: Verifying accessibility of file: Kiev MSI (s) (9C:9C) [21:24:44:039]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:039]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:039]: Executing op: FileRemove(,FileName=Lisbon,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Lisbon, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:039]: Verifying accessibility of file: Lisbon MSI (s) (9C:9C) [21:24:44:055]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:055]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:055]: Executing op: FileRemove(,FileName=Ljubljana,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Ljubljana, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:055]: Verifying accessibility of file: Ljubljana MSI (s) (9C:9C) [21:24:44:070]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:070]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:070]: Executing op: FileRemove(,FileName=London,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: London, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:070]: Verifying accessibility of file: London MSI (s) (9C:9C) [21:24:44:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:086]: Executing op: FileRemove(,FileName=Luxembourg,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Luxembourg, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:086]: Verifying accessibility of file: Luxembourg MSI (s) (9C:9C) [21:24:44:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:102]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:102]: Executing op: FileRemove(,FileName=Madrid,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Madrid, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:102]: Verifying accessibility of file: Madrid MSI (s) (9C:9C) [21:24:44:102]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:117]: Executing op: FileRemove(,FileName=Malta,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Malta, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:117]: Verifying accessibility of file: Malta MSI (s) (9C:9C) [21:24:44:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:133]: Executing op: FileRemove(,FileName=Mariehamn,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Mariehamn, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:133]: Verifying accessibility of file: Mariehamn MSI (s) (9C:9C) [21:24:44:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:133]: Executing op: FileRemove(,FileName=Minsk,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Minsk, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:149]: Verifying accessibility of file: Minsk MSI (s) (9C:9C) [21:24:44:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:149]: Executing op: FileRemove(,FileName=Monaco,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Monaco, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:164]: Verifying accessibility of file: Monaco MSI (s) (9C:9C) [21:24:44:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:164]: Executing op: FileRemove(,FileName=Moscow,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Moscow, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:180]: Verifying accessibility of file: Moscow MSI (s) (9C:9C) [21:24:44:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:180]: Executing op: FileRemove(,FileName=Nicosia,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Nicosia, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:195]: Verifying accessibility of file: Nicosia MSI (s) (9C:9C) [21:24:44:195]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:195]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:195]: Executing op: FileRemove(,FileName=Oslo,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Oslo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:211]: Verifying accessibility of file: Oslo MSI (s) (9C:9C) [21:24:44:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:211]: Executing op: FileRemove(,FileName=Paris,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Paris, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:211]: Verifying accessibility of file: Paris MSI (s) (9C:9C) [21:24:44:227]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:227]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:227]: Executing op: FileRemove(,FileName=Podgorica,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Podgorica, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:227]: Verifying accessibility of file: Podgorica MSI (s) (9C:9C) [21:24:44:242]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:242]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:242]: Executing op: FileRemove(,FileName=Prague,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Prague, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:242]: Verifying accessibility of file: Prague MSI (s) (9C:9C) [21:24:44:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:258]: Executing op: FileRemove(,FileName=Riga,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Riga, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:258]: Verifying accessibility of file: Riga MSI (s) (9C:9C) [21:24:44:274]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:274]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:274]: Executing op: FileRemove(,FileName=Rome,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Rome, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:274]: Verifying accessibility of file: Rome MSI (s) (9C:9C) [21:24:44:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:289]: Executing op: FileRemove(,FileName=Samara,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Samara, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:289]: Verifying accessibility of file: Samara MSI (s) (9C:9C) [21:24:44:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:305]: Executing op: FileRemove(,FileName=San_Marino,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: San_Marino, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:305]: Verifying accessibility of file: San_Marino MSI (s) (9C:9C) [21:24:44:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:320]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:320]: Executing op: FileRemove(,FileName=Sarajevo,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Sarajevo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:320]: Verifying accessibility of file: Sarajevo MSI (s) (9C:9C) [21:24:44:320]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:336]: Executing op: FileRemove(,FileName=Simferopol,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Simferopol, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:336]: Verifying accessibility of file: Simferopol MSI (s) (9C:9C) [21:24:44:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:352]: Executing op: FileRemove(,FileName=Skopje,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Skopje, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:352]: Verifying accessibility of file: Skopje MSI (s) (9C:9C) [21:24:44:352]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:352]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:352]: Executing op: FileRemove(,FileName=Sofia,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Sofia, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:367]: Verifying accessibility of file: Sofia MSI (s) (9C:9C) [21:24:44:367]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:367]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:367]: Executing op: FileRemove(,FileName=Stockholm,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Stockholm, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:383]: Verifying accessibility of file: Stockholm MSI (s) (9C:9C) [21:24:44:383]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:383]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:383]: Executing op: FileRemove(,FileName=Tallinn,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Tallinn, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:399]: Verifying accessibility of file: Tallinn MSI (s) (9C:9C) [21:24:44:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:399]: Executing op: FileRemove(,FileName=Tirane,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Tirane, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:414]: Verifying accessibility of file: Tirane MSI (s) (9C:9C) [21:24:44:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:414]: Executing op: FileRemove(,FileName=Tiraspol,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Tiraspol, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:414]: Verifying accessibility of file: Tiraspol MSI (s) (9C:9C) [21:24:44:430]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:430]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:430]: Executing op: FileRemove(,FileName=Uzhgorod,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Uzhgorod, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:430]: Verifying accessibility of file: Uzhgorod MSI (s) (9C:9C) [21:24:44:445]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:445]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:445]: Executing op: FileRemove(,FileName=Vaduz,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Vaduz, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:445]: Verifying accessibility of file: Vaduz MSI (s) (9C:9C) [21:24:44:461]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:461]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:461]: Executing op: FileRemove(,FileName=Vatican,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Vatican, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:461]: Verifying accessibility of file: Vatican MSI (s) (9C:9C) [21:24:44:477]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:477]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:477]: Executing op: FileRemove(,FileName=Vienna,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Vienna, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:477]: Verifying accessibility of file: Vienna MSI (s) (9C:9C) [21:24:44:492]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:492]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:492]: Executing op: FileRemove(,FileName=Vilnius,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Vilnius, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:492]: Verifying accessibility of file: Vilnius MSI (s) (9C:9C) [21:24:44:508]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:508]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:508]: Executing op: FileRemove(,FileName=Volgograd,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Volgograd, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:508]: Verifying accessibility of file: Volgograd MSI (s) (9C:9C) [21:24:44:524]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:524]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:524]: Executing op: FileRemove(,FileName=Warsaw,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Warsaw, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:524]: Verifying accessibility of file: Warsaw MSI (s) (9C:9C) [21:24:44:524]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:539]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:539]: Executing op: FileRemove(,FileName=Zagreb,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Zagreb, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:539]: Verifying accessibility of file: Zagreb MSI (s) (9C:9C) [21:24:44:539]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:555]: Executing op: FileRemove(,FileName=Zaporozhye,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Zaporozhye, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:555]: Verifying accessibility of file: Zaporozhye MSI (s) (9C:9C) [21:24:44:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:555]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:570]: Executing op: FileRemove(,FileName=Zurich,,ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5}) RemoveFiles: File: Zurich, Directory: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:9C) [21:24:44:570]: Verifying accessibility of file: Zurich MSI (s) (9C:9C) [21:24:44:570]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:570]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:570]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Etc\) MSI (s) (9C:9C) [21:24:44:586]: Executing op: FileRemove(,FileName=GMT,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:586]: Verifying accessibility of file: GMT MSI (s) (9C:9C) [21:24:44:586]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:586]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:586]: Executing op: FileRemove(,FileName=GMT+0,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+0, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:602]: Verifying accessibility of file: GMT+0 MSI (s) (9C:9C) [21:24:44:602]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:602]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:602]: Executing op: FileRemove(,FileName=GMT+1,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+1, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:617]: Verifying accessibility of file: GMT+1 MSI (s) (9C:9C) [21:24:44:617]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:617]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:617]: Executing op: FileRemove(,FileName=GMT+10,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+10, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:633]: Verifying accessibility of file: GMT+10 MSI (s) (9C:9C) [21:24:44:633]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:633]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:633]: Executing op: FileRemove(,FileName=GMT+11,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+11, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:649]: Verifying accessibility of file: GMT+11 MSI (s) (9C:9C) [21:24:44:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:649]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:649]: Executing op: FileRemove(,FileName=GMT+12,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+12, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:664]: Verifying accessibility of file: GMT+12 MSI (s) (9C:9C) [21:24:44:664]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:664]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:664]: Executing op: FileRemove(,FileName=GMT+2,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+2, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:664]: Verifying accessibility of file: GMT+2 MSI (s) (9C:9C) [21:24:44:680]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:680]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:680]: Executing op: FileRemove(,FileName=GMT+3,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+3, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:680]: Verifying accessibility of file: GMT+3 MSI (s) (9C:9C) [21:24:44:695]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:695]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:695]: Executing op: FileRemove(,FileName=GMT+4,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+4, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:695]: Verifying accessibility of file: GMT+4 MSI (s) (9C:9C) [21:24:44:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:711]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:711]: Executing op: FileRemove(,FileName=GMT+5,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+5, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:711]: Verifying accessibility of file: GMT+5 MSI (s) (9C:9C) [21:24:44:727]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:727]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:727]: Executing op: FileRemove(,FileName=GMT+6,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+6, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:727]: Verifying accessibility of file: GMT+6 MSI (s) (9C:9C) [21:24:44:727]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:742]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:742]: Executing op: FileRemove(,FileName=GMT+7,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+7, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:742]: Verifying accessibility of file: GMT+7 MSI (s) (9C:9C) [21:24:44:742]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:758]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:758]: Executing op: FileRemove(,FileName=GMT+8,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+8, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:758]: Verifying accessibility of file: GMT+8 MSI (s) (9C:9C) [21:24:44:758]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:758]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:758]: Executing op: FileRemove(,FileName=GMT+9,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT+9, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:774]: Verifying accessibility of file: GMT+9 MSI (s) (9C:9C) [21:24:44:774]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:774]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:774]: Executing op: FileRemove(,FileName=GMT-0,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-0, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:789]: Verifying accessibility of file: GMT-0 MSI (s) (9C:9C) [21:24:44:789]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:789]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:789]: Executing op: FileRemove(,FileName=GMT-1,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-1, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:805]: Verifying accessibility of file: GMT-1 MSI (s) (9C:9C) [21:24:44:805]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:805]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:805]: Executing op: FileRemove(,FileName=GMT-10,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-10, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:820]: Verifying accessibility of file: GMT-10 MSI (s) (9C:9C) [21:24:44:820]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:820]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:820]: Executing op: FileRemove(,FileName=GMT-11,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-11, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:836]: Verifying accessibility of file: GMT-11 MSI (s) (9C:9C) [21:24:44:836]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:836]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:836]: Executing op: FileRemove(,FileName=GMT-12,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-12, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:852]: Verifying accessibility of file: GMT-12 MSI (s) (9C:9C) [21:24:44:852]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:852]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:852]: Executing op: FileRemove(,FileName=GMT-13,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-13, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:867]: Verifying accessibility of file: GMT-13 MSI (s) (9C:9C) [21:24:44:867]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:867]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:867]: Executing op: FileRemove(,FileName=GMT-14,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-14, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:883]: Verifying accessibility of file: GMT-14 MSI (s) (9C:9C) [21:24:44:883]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:883]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:883]: Executing op: FileRemove(,FileName=GMT-2,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-2, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:899]: Verifying accessibility of file: GMT-2 MSI (s) (9C:9C) [21:24:44:899]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:899]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:899]: Executing op: FileRemove(,FileName=GMT-3,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-3, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:914]: Verifying accessibility of file: GMT-3 MSI (s) (9C:9C) [21:24:44:914]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:914]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:914]: Executing op: FileRemove(,FileName=GMT-4,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-4, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:930]: Verifying accessibility of file: GMT-4 MSI (s) (9C:9C) [21:24:44:930]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:930]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:930]: Executing op: FileRemove(,FileName=GMT-5,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-5, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:945]: Verifying accessibility of file: GMT-5 MSI (s) (9C:9C) [21:24:44:945]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:945]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:945]: Executing op: FileRemove(,FileName=GMT-6,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-6, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:961]: Verifying accessibility of file: GMT-6 MSI (s) (9C:9C) [21:24:44:961]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:961]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:961]: Executing op: FileRemove(,FileName=GMT-7,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-7, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:977]: Verifying accessibility of file: GMT-7 MSI (s) (9C:9C) [21:24:44:977]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:977]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:977]: Executing op: FileRemove(,FileName=GMT-8,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-8, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:977]: Verifying accessibility of file: GMT-8 MSI (s) (9C:9C) [21:24:44:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:992]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:44:992]: Executing op: FileRemove(,FileName=GMT-9,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT-9, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:44:992]: Verifying accessibility of file: GMT-9 MSI (s) (9C:9C) [21:24:45:008]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:008]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:008]: Executing op: FileRemove(,FileName=GMT0,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: GMT0, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:45:008]: Verifying accessibility of file: GMT0 MSI (s) (9C:9C) [21:24:45:024]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:024]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:024]: Executing op: FileRemove(,FileName=Greenwich,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: Greenwich, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:45:024]: Verifying accessibility of file: Greenwich MSI (s) (9C:9C) [21:24:45:039]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:039]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:039]: Executing op: FileRemove(,FileName=UCT,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: UCT, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:45:039]: Verifying accessibility of file: UCT MSI (s) (9C:9C) [21:24:45:039]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:055]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:055]: Executing op: FileRemove(,FileName=Universal,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: Universal, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:45:055]: Verifying accessibility of file: Universal MSI (s) (9C:9C) [21:24:45:055]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:070]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:070]: Executing op: FileRemove(,FileName=UTC,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: UTC, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:45:070]: Verifying accessibility of file: UTC MSI (s) (9C:9C) [21:24:45:070]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:070]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:086]: Executing op: FileRemove(,FileName=Zulu,,ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948}) RemoveFiles: File: Zulu, Directory: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:9C) [21:24:45:086]: Verifying accessibility of file: Zulu MSI (s) (9C:9C) [21:24:45:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:086]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:086]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Chile\) MSI (s) (9C:9C) [21:24:45:102]: Executing op: FileRemove(,FileName=Continental,,ComponentId={4C8432AF-874B-4360-97A8-5C47888098A9}) RemoveFiles: File: Continental, Directory: C:\Python34\tcl\tcl8.6\tzdata\Chile\ MSI (s) (9C:9C) [21:24:45:102]: Verifying accessibility of file: Continental MSI (s) (9C:9C) [21:24:45:102]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:102]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:102]: Executing op: FileRemove(,FileName=EasterIsland,,ComponentId={4C8432AF-874B-4360-97A8-5C47888098A9}) RemoveFiles: File: EasterIsland, Directory: C:\Python34\tcl\tcl8.6\tzdata\Chile\ MSI (s) (9C:9C) [21:24:45:117]: Verifying accessibility of file: EasterIsland MSI (s) (9C:9C) [21:24:45:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:117]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:117]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Canada\) MSI (s) (9C:9C) [21:24:45:117]: Executing op: FileRemove(,FileName=Atlantic,,ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF}) RemoveFiles: File: Atlantic, Directory: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:9C) [21:24:45:133]: Verifying accessibility of file: Atlantic MSI (s) (9C:9C) [21:24:45:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:133]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:133]: Executing op: FileRemove(,FileName=Central,,ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF}) RemoveFiles: File: Central, Directory: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:9C) [21:24:45:149]: Verifying accessibility of file: Central MSI (s) (9C:9C) [21:24:45:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:149]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:149]: Executing op: FileRemove(,FileName=East-Saskatchewan,,ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF}) RemoveFiles: File: East-Saskatchewan, Directory: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:9C) [21:24:45:164]: Verifying accessibility of file: East-Saskatchewan MSI (s) (9C:9C) [21:24:45:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:164]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:164]: Executing op: FileRemove(,FileName=Eastern,,ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF}) RemoveFiles: File: Eastern, Directory: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:9C) [21:24:45:180]: Verifying accessibility of file: Eastern MSI (s) (9C:9C) [21:24:45:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:180]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:180]: Executing op: FileRemove(,FileName=Mountain,,ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF}) RemoveFiles: File: Mountain, Directory: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:9C) [21:24:45:195]: Verifying accessibility of file: Mountain MSI (s) (9C:9C) [21:24:45:195]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:195]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:195]: Executing op: FileRemove(,FileName=Newfoundland,,ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF}) RemoveFiles: File: Newfoundland, Directory: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:9C) [21:24:45:211]: Verifying accessibility of file: Newfoundland MSI (s) (9C:9C) [21:24:45:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:211]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:211]: Executing op: FileRemove(,FileName=Pacific,,ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF}) RemoveFiles: File: Pacific, Directory: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:9C) [21:24:45:227]: Verifying accessibility of file: Pacific MSI (s) (9C:9C) [21:24:45:227]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:227]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:227]: Executing op: FileRemove(,FileName=Saskatchewan,,ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF}) RemoveFiles: File: Saskatchewan, Directory: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:9C) [21:24:45:227]: Verifying accessibility of file: Saskatchewan MSI (s) (9C:9C) [21:24:45:242]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:242]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:242]: Executing op: FileRemove(,FileName=Yukon,,ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF}) RemoveFiles: File: Yukon, Directory: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:9C) [21:24:45:242]: Verifying accessibility of file: Yukon MSI (s) (9C:9C) [21:24:45:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:258]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:258]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Brazil\) MSI (s) (9C:9C) [21:24:45:258]: Executing op: FileRemove(,FileName=Acre,,ComponentId={5F3F5B58-CD4C-4A88-91C0-023937852F85}) RemoveFiles: File: Acre, Directory: C:\Python34\tcl\tcl8.6\tzdata\Brazil\ MSI (s) (9C:9C) [21:24:45:258]: Verifying accessibility of file: Acre MSI (s) (9C:9C) [21:24:45:274]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:274]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:274]: Executing op: FileRemove(,FileName=DeNoronha,,ComponentId={5F3F5B58-CD4C-4A88-91C0-023937852F85}) RemoveFiles: File: DeNoronha, Directory: C:\Python34\tcl\tcl8.6\tzdata\Brazil\ MSI (s) (9C:9C) [21:24:45:274]: Verifying accessibility of file: DeNoronha MSI (s) (9C:9C) [21:24:45:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:289]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:289]: Executing op: FileRemove(,FileName=East,,ComponentId={5F3F5B58-CD4C-4A88-91C0-023937852F85}) RemoveFiles: File: East, Directory: C:\Python34\tcl\tcl8.6\tzdata\Brazil\ MSI (s) (9C:9C) [21:24:45:289]: Verifying accessibility of file: East MSI (s) (9C:9C) [21:24:45:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:305]: Executing op: FileRemove(,FileName=West,,ComponentId={5F3F5B58-CD4C-4A88-91C0-023937852F85}) RemoveFiles: File: West, Directory: C:\Python34\tcl\tcl8.6\tzdata\Brazil\ MSI (s) (9C:9C) [21:24:45:305]: Verifying accessibility of file: West MSI (s) (9C:9C) [21:24:45:305]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:320]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:320]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Australia\) MSI (s) (9C:9C) [21:24:45:320]: Executing op: FileRemove(,FileName=ACT,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: ACT, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:320]: Verifying accessibility of file: ACT MSI (s) (9C:9C) [21:24:45:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:336]: Executing op: FileRemove(,FileName=Adelaide,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Adelaide, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:336]: Verifying accessibility of file: Adelaide MSI (s) (9C:9C) [21:24:45:336]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:352]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:352]: Executing op: FileRemove(,FileName=Brisbane,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Brisbane, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:352]: Verifying accessibility of file: Brisbane MSI (s) (9C:9C) [21:24:45:352]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:367]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:367]: Executing op: FileRemove(,FileName=Broken_Hill,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Broken_Hill, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:367]: Verifying accessibility of file: Broken_Hill MSI (s) (9C:9C) [21:24:45:367]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:383]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:383]: Executing op: FileRemove(,FileName=Canberra,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Canberra, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:383]: Verifying accessibility of file: Canberra MSI (s) (9C:9C) [21:24:45:383]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:399]: Executing op: FileRemove(,FileName=Currie,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Currie, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:399]: Verifying accessibility of file: Currie MSI (s) (9C:9C) [21:24:45:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:399]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:414]: Executing op: FileRemove(,FileName=Darwin,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Darwin, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:414]: Verifying accessibility of file: Darwin MSI (s) (9C:9C) [21:24:45:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:414]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:414]: Executing op: FileRemove(,FileName=Eucla,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Eucla, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:431]: Verifying accessibility of file: Eucla MSI (s) (9C:9C) [21:24:45:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:431]: Executing op: FileRemove(,FileName=Hobart,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Hobart, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:446]: Verifying accessibility of file: Hobart MSI (s) (9C:9C) [21:24:45:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:446]: Executing op: FileRemove(,FileName=LHI,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: LHI, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:462]: Verifying accessibility of file: LHI MSI (s) (9C:9C) [21:24:45:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:462]: Executing op: FileRemove(,FileName=Lindeman,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Lindeman, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:478]: Verifying accessibility of file: Lindeman MSI (s) (9C:9C) [21:24:45:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:478]: Executing op: FileRemove(,FileName=Lord_Howe,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Lord_Howe, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:478]: Verifying accessibility of file: Lord_Howe MSI (s) (9C:9C) [21:24:45:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:493]: Executing op: FileRemove(,FileName=Melbourne,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Melbourne, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:493]: Verifying accessibility of file: Melbourne MSI (s) (9C:9C) [21:24:45:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:509]: Executing op: FileRemove(,FileName=North,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: North, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:509]: Verifying accessibility of file: North MSI (s) (9C:9C) [21:24:45:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:525]: Executing op: FileRemove(,FileName=NSW,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: NSW, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:525]: Verifying accessibility of file: NSW MSI (s) (9C:9C) [21:24:45:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:540]: Executing op: FileRemove(,FileName=Perth,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Perth, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:540]: Verifying accessibility of file: Perth MSI (s) (9C:9C) [21:24:45:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:556]: Executing op: FileRemove(,FileName=Queensland,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Queensland, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:556]: Verifying accessibility of file: Queensland MSI (s) (9C:9C) [21:24:45:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:571]: Executing op: FileRemove(,FileName=South,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: South, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:571]: Verifying accessibility of file: South MSI (s) (9C:9C) [21:24:45:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:587]: Executing op: FileRemove(,FileName=Sydney,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Sydney, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:587]: Verifying accessibility of file: Sydney MSI (s) (9C:9C) [21:24:45:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:603]: Executing op: FileRemove(,FileName=Tasmania,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Tasmania, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:603]: Verifying accessibility of file: Tasmania MSI (s) (9C:9C) [21:24:45:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:618]: Executing op: FileRemove(,FileName=Victoria,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Victoria, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:618]: Verifying accessibility of file: Victoria MSI (s) (9C:9C) [21:24:45:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:634]: Executing op: FileRemove(,FileName=West,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: West, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:634]: Verifying accessibility of file: West MSI (s) (9C:9C) [21:24:45:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:634]: Executing op: FileRemove(,FileName=Yancowinna,,ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF}) RemoveFiles: File: Yancowinna, Directory: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:9C) [21:24:45:650]: Verifying accessibility of file: Yancowinna MSI (s) (9C:9C) [21:24:45:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:650]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\) MSI (s) (9C:9C) [21:24:45:650]: Executing op: FileRemove(,FileName=Azores,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: Azores, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:665]: Verifying accessibility of file: Azores MSI (s) (9C:9C) [21:24:45:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:681]: Executing op: FileRemove(,FileName=Bermuda,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: Bermuda, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:681]: Verifying accessibility of file: Bermuda MSI (s) (9C:9C) [21:24:45:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:681]: Executing op: FileRemove(,FileName=Canary,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: Canary, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:696]: Verifying accessibility of file: Canary MSI (s) (9C:9C) [21:24:45:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:696]: Executing op: FileRemove(,FileName=Cape_Verde,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: Cape_Verde, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:712]: Verifying accessibility of file: Cape_Verde MSI (s) (9C:9C) [21:24:45:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:712]: Executing op: FileRemove(,FileName=Faeroe,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: Faeroe, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:728]: Verifying accessibility of file: Faeroe MSI (s) (9C:9C) [21:24:45:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:728]: Executing op: FileRemove(,FileName=Faroe,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: Faroe, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:743]: Verifying accessibility of file: Faroe MSI (s) (9C:9C) [21:24:45:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:743]: Executing op: FileRemove(,FileName=Jan_Mayen,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: Jan_Mayen, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:759]: Verifying accessibility of file: Jan_Mayen MSI (s) (9C:9C) [21:24:45:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:759]: Executing op: FileRemove(,FileName=Madeira,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: Madeira, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:759]: Verifying accessibility of file: Madeira MSI (s) (9C:9C) [21:24:45:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:775]: Executing op: FileRemove(,FileName=Reykjavik,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: Reykjavik, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:775]: Verifying accessibility of file: Reykjavik MSI (s) (9C:9C) [21:24:45:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:790]: Executing op: FileRemove(,FileName=South_Georgia,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: South_Georgia, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:790]: Verifying accessibility of file: South_Georgia MSI (s) (9C:9C) [21:24:45:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:806]: Executing op: FileRemove(,FileName=Stanley,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: Stanley, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:806]: Verifying accessibility of file: Stanley MSI (s) (9C:9C) [21:24:45:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:821]: Executing op: FileRemove(,FileName=St_Helena,,ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55}) RemoveFiles: File: St_Helena, Directory: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:9C) [21:24:45:821]: Verifying accessibility of file: St_Helena MSI (s) (9C:9C) [21:24:45:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:837]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Asia\) MSI (s) (9C:9C) [21:24:45:837]: Executing op: FileRemove(,FileName=Aden,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Aden, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:837]: Verifying accessibility of file: Aden MSI (s) (9C:9C) [21:24:45:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:853]: Executing op: FileRemove(,FileName=Almaty,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Almaty, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:853]: Verifying accessibility of file: Almaty MSI (s) (9C:9C) [21:24:45:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:868]: Executing op: FileRemove(,FileName=Amman,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Amman, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:868]: Verifying accessibility of file: Amman MSI (s) (9C:9C) [21:24:45:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:884]: Executing op: FileRemove(,FileName=Anadyr,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Anadyr, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:884]: Verifying accessibility of file: Anadyr MSI (s) (9C:9C) [21:24:45:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:900]: Executing op: FileRemove(,FileName=Aqtau,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Aqtau, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:900]: Verifying accessibility of file: Aqtau MSI (s) (9C:9C) [21:24:45:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:915]: Executing op: FileRemove(,FileName=Aqtobe,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Aqtobe, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:915]: Verifying accessibility of file: Aqtobe MSI (s) (9C:9C) [21:24:45:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:931]: Executing op: FileRemove(,FileName=Ashgabat,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Ashgabat, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:931]: Verifying accessibility of file: Ashgabat MSI (s) (9C:9C) [21:24:45:946]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:946]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:946]: Executing op: FileRemove(,FileName=Ashkhabad,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Ashkhabad, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:946]: Verifying accessibility of file: Ashkhabad MSI (s) (9C:9C) [21:24:45:946]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:962]: Executing op: FileRemove(,FileName=Baghdad,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Baghdad, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:962]: Verifying accessibility of file: Baghdad MSI (s) (9C:9C) [21:24:45:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:978]: Executing op: FileRemove(,FileName=Bahrain,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Bahrain, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:978]: Verifying accessibility of file: Bahrain MSI (s) (9C:9C) [21:24:45:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:978]: Executing op: FileRemove(,FileName=Baku,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Baku, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:45:993]: Verifying accessibility of file: Baku MSI (s) (9C:9C) [21:24:45:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:45:993]: Executing op: FileRemove(,FileName=Bangkok,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Bangkok, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:009]: Verifying accessibility of file: Bangkok MSI (s) (9C:9C) [21:24:46:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:009]: Executing op: FileRemove(,FileName=Beirut,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Beirut, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:025]: Verifying accessibility of file: Beirut MSI (s) (9C:9C) [21:24:46:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:025]: Executing op: FileRemove(,FileName=Bishkek,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Bishkek, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:040]: Verifying accessibility of file: Bishkek MSI (s) (9C:9C) [21:24:46:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:040]: Executing op: FileRemove(,FileName=Brunei,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Brunei, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:056]: Verifying accessibility of file: Brunei MSI (s) (9C:9C) [21:24:46:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:056]: Executing op: FileRemove(,FileName=Calcutta,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Calcutta, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:071]: Verifying accessibility of file: Calcutta MSI (s) (9C:9C) [21:24:46:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:071]: Executing op: FileRemove(,FileName=Choibalsan,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Choibalsan, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:087]: Verifying accessibility of file: Choibalsan MSI (s) (9C:9C) [21:24:46:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:087]: Executing op: FileRemove(,FileName=Chongqing,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Chongqing, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:103]: Verifying accessibility of file: Chongqing MSI (s) (9C:9C) [21:24:46:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:103]: Executing op: FileRemove(,FileName=Chungking,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Chungking, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:118]: Verifying accessibility of file: Chungking MSI (s) (9C:9C) [21:24:46:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:118]: Executing op: FileRemove(,FileName=Colombo,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Colombo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:118]: Verifying accessibility of file: Colombo MSI (s) (9C:9C) [21:24:46:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:134]: Executing op: FileRemove(,FileName=Dacca,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Dacca, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:134]: Verifying accessibility of file: Dacca MSI (s) (9C:9C) [21:24:46:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:150]: Executing op: FileRemove(,FileName=Damascus,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Damascus, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:150]: Verifying accessibility of file: Damascus MSI (s) (9C:9C) [21:24:46:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:165]: Executing op: FileRemove(,FileName=Dhaka,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Dhaka, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:165]: Verifying accessibility of file: Dhaka MSI (s) (9C:9C) [21:24:46:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:181]: Executing op: FileRemove(,FileName=Dili,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Dili, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:181]: Verifying accessibility of file: Dili MSI (s) (9C:9C) [21:24:46:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:196]: Executing op: FileRemove(,FileName=Dubai,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Dubai, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:196]: Verifying accessibility of file: Dubai MSI (s) (9C:9C) [21:24:46:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:196]: Executing op: FileRemove(,FileName=Dushanbe,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Dushanbe, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:212]: Verifying accessibility of file: Dushanbe MSI (s) (9C:9C) [21:24:46:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:212]: Executing op: FileRemove(,FileName=Gaza,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Gaza, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:228]: Verifying accessibility of file: Gaza MSI (s) (9C:9C) [21:24:46:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:228]: Executing op: FileRemove(,FileName=Harbin,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Harbin, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:243]: Verifying accessibility of file: Harbin MSI (s) (9C:9C) [21:24:46:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:243]: Executing op: FileRemove(,FileName=Hebron,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Hebron, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:259]: Verifying accessibility of file: Hebron MSI (s) (9C:9C) [21:24:46:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:259]: Executing op: FileRemove(,FileName=Hong_Kong,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Hong_Kong, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:275]: Verifying accessibility of file: Hong_Kong MSI (s) (9C:9C) [21:24:46:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:275]: Executing op: FileRemove(,FileName=Hovd,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Hovd, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:290]: Verifying accessibility of file: Hovd MSI (s) (9C:9C) [21:24:46:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:306]: Executing op: FileRemove(,FileName=Ho_Chi_Minh,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Ho_Chi_Minh, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:306]: Verifying accessibility of file: Ho_Chi_Minh MSI (s) (9C:9C) [21:24:46:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:306]: Executing op: FileRemove(,FileName=Irkutsk,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Irkutsk, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:321]: Verifying accessibility of file: Irkutsk MSI (s) (9C:9C) [21:24:46:321]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:337]: Executing op: FileRemove(,FileName=Istanbul,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Istanbul, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:337]: Verifying accessibility of file: Istanbul MSI (s) (9C:9C) [21:24:46:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:353]: Executing op: FileRemove(,FileName=Jakarta,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Jakarta, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:353]: Verifying accessibility of file: Jakarta MSI (s) (9C:9C) [21:24:46:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:368]: Executing op: FileRemove(,FileName=Jayapura,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Jayapura, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:368]: Verifying accessibility of file: Jayapura MSI (s) (9C:9C) [21:24:46:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:384]: Executing op: FileRemove(,FileName=Jerusalem,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Jerusalem, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:384]: Verifying accessibility of file: Jerusalem MSI (s) (9C:9C) [21:24:46:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:400]: Executing op: FileRemove(,FileName=Kabul,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Kabul, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:400]: Verifying accessibility of file: Kabul MSI (s) (9C:9C) [21:24:46:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:400]: Executing op: FileRemove(,FileName=Kamchatka,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Kamchatka, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:415]: Verifying accessibility of file: Kamchatka MSI (s) (9C:9C) [21:24:46:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:415]: Executing op: FileRemove(,FileName=Karachi,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Karachi, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:431]: Verifying accessibility of file: Karachi MSI (s) (9C:9C) [21:24:46:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:431]: Executing op: FileRemove(,FileName=Kashgar,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Kashgar, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:446]: Verifying accessibility of file: Kashgar MSI (s) (9C:9C) [21:24:46:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:446]: Executing op: FileRemove(,FileName=Kathmandu,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Kathmandu, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:462]: Verifying accessibility of file: Kathmandu MSI (s) (9C:9C) [21:24:46:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:462]: Executing op: FileRemove(,FileName=Katmandu,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Katmandu, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:478]: Verifying accessibility of file: Katmandu MSI (s) (9C:9C) [21:24:46:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:478]: Executing op: FileRemove(,FileName=Khandyga,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Khandyga, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:493]: Verifying accessibility of file: Khandyga MSI (s) (9C:9C) [21:24:46:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:493]: Executing op: FileRemove(,FileName=Kolkata,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Kolkata, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:509]: Verifying accessibility of file: Kolkata MSI (s) (9C:9C) [21:24:46:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:509]: Executing op: FileRemove(,FileName=Krasnoyarsk,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Krasnoyarsk, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:525]: Verifying accessibility of file: Krasnoyarsk MSI (s) (9C:9C) [21:24:46:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:525]: Executing op: FileRemove(,FileName=Kuala_Lumpur,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Kuala_Lumpur, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:540]: Verifying accessibility of file: Kuala_Lumpur MSI (s) (9C:9C) [21:24:46:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:540]: Executing op: FileRemove(,FileName=Kuching,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Kuching, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:556]: Verifying accessibility of file: Kuching MSI (s) (9C:9C) [21:24:46:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:556]: Executing op: FileRemove(,FileName=Kuwait,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Kuwait, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:571]: Verifying accessibility of file: Kuwait MSI (s) (9C:9C) [21:24:46:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:571]: Executing op: FileRemove(,FileName=Macao,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Macao, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:587]: Verifying accessibility of file: Macao MSI (s) (9C:9C) [21:24:46:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:587]: Executing op: FileRemove(,FileName=Macau,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Macau, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:603]: Verifying accessibility of file: Macau MSI (s) (9C:9C) [21:24:46:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:603]: Executing op: FileRemove(,FileName=Magadan,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Magadan, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:618]: Verifying accessibility of file: Magadan MSI (s) (9C:9C) [21:24:46:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:618]: Executing op: FileRemove(,FileName=Makassar,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Makassar, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:634]: Verifying accessibility of file: Makassar MSI (s) (9C:9C) [21:24:46:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:634]: Executing op: FileRemove(,FileName=Manila,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Manila, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:650]: Verifying accessibility of file: Manila MSI (s) (9C:9C) [21:24:46:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:650]: Executing op: FileRemove(,FileName=Muscat,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Muscat, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:665]: Verifying accessibility of file: Muscat MSI (s) (9C:9C) [21:24:46:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:665]: Executing op: FileRemove(,FileName=Nicosia,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Nicosia, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:681]: Verifying accessibility of file: Nicosia MSI (s) (9C:9C) [21:24:46:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:681]: Executing op: FileRemove(,FileName=Novokuznetsk,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Novokuznetsk, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:696]: Verifying accessibility of file: Novokuznetsk MSI (s) (9C:9C) [21:24:46:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:696]: Executing op: FileRemove(,FileName=Novosibirsk,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Novosibirsk, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:712]: Verifying accessibility of file: Novosibirsk MSI (s) (9C:9C) [21:24:46:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:712]: Executing op: FileRemove(,FileName=Omsk,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Omsk, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:728]: Verifying accessibility of file: Omsk MSI (s) (9C:9C) [21:24:46:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:728]: Executing op: FileRemove(,FileName=Oral,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Oral, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:743]: Verifying accessibility of file: Oral MSI (s) (9C:9C) [21:24:46:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:743]: Executing op: FileRemove(,FileName=Phnom_Penh,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Phnom_Penh, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:743]: Verifying accessibility of file: Phnom_Penh MSI (s) (9C:9C) [21:24:46:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:759]: Executing op: FileRemove(,FileName=Pontianak,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Pontianak, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:759]: Verifying accessibility of file: Pontianak MSI (s) (9C:9C) [21:24:46:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:775]: Executing op: FileRemove(,FileName=Pyongyang,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Pyongyang, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:775]: Verifying accessibility of file: Pyongyang MSI (s) (9C:9C) [21:24:46:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:790]: Executing op: FileRemove(,FileName=Qatar,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Qatar, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:790]: Verifying accessibility of file: Qatar MSI (s) (9C:9C) [21:24:46:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:806]: Executing op: FileRemove(,FileName=Qyzylorda,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Qyzylorda, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:806]: Verifying accessibility of file: Qyzylorda MSI (s) (9C:9C) [21:24:46:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:821]: Executing op: FileRemove(,FileName=Rangoon,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Rangoon, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:821]: Verifying accessibility of file: Rangoon MSI (s) (9C:9C) [21:24:46:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:837]: Executing op: FileRemove(,FileName=Riyadh,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Riyadh, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:837]: Verifying accessibility of file: Riyadh MSI (s) (9C:9C) [21:24:46:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:853]: Executing op: FileRemove(,FileName=Saigon,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Saigon, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:853]: Verifying accessibility of file: Saigon MSI (s) (9C:9C) [21:24:46:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:868]: Executing op: FileRemove(,FileName=Sakhalin,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Sakhalin, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:868]: Verifying accessibility of file: Sakhalin MSI (s) (9C:9C) [21:24:46:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:884]: Executing op: FileRemove(,FileName=Samarkand,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Samarkand, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:884]: Verifying accessibility of file: Samarkand MSI (s) (9C:9C) [21:24:46:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:900]: Executing op: FileRemove(,FileName=Seoul,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Seoul, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:900]: Verifying accessibility of file: Seoul MSI (s) (9C:9C) [21:24:46:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:915]: Executing op: FileRemove(,FileName=Shanghai,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Shanghai, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:915]: Verifying accessibility of file: Shanghai MSI (s) (9C:9C) [21:24:46:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:931]: Executing op: FileRemove(,FileName=Singapore,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Singapore, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:931]: Verifying accessibility of file: Singapore MSI (s) (9C:9C) [21:24:46:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:947]: Executing op: FileRemove(,FileName=Taipei,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Taipei, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:947]: Verifying accessibility of file: Taipei MSI (s) (9C:9C) [21:24:46:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:962]: Executing op: FileRemove(,FileName=Tashkent,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Tashkent, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:962]: Verifying accessibility of file: Tashkent MSI (s) (9C:9C) [21:24:46:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:978]: Executing op: FileRemove(,FileName=Tbilisi,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Tbilisi, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:978]: Verifying accessibility of file: Tbilisi MSI (s) (9C:9C) [21:24:46:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:978]: Executing op: FileRemove(,FileName=Tehran,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Tehran, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:46:993]: Verifying accessibility of file: Tehran MSI (s) (9C:9C) [21:24:46:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:46:993]: Executing op: FileRemove(,FileName=Tel_Aviv,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Tel_Aviv, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:009]: Verifying accessibility of file: Tel_Aviv MSI (s) (9C:9C) [21:24:47:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:009]: Executing op: FileRemove(,FileName=Thimbu,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Thimbu, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:025]: Verifying accessibility of file: Thimbu MSI (s) (9C:9C) [21:24:47:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:025]: Executing op: FileRemove(,FileName=Thimphu,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Thimphu, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:040]: Verifying accessibility of file: Thimphu MSI (s) (9C:9C) [21:24:47:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:040]: Executing op: FileRemove(,FileName=Tokyo,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Tokyo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:056]: Verifying accessibility of file: Tokyo MSI (s) (9C:9C) [21:24:47:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:071]: Executing op: FileRemove(,FileName=Ujung_Pandang,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Ujung_Pandang, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:071]: Verifying accessibility of file: Ujung_Pandang MSI (s) (9C:9C) [21:24:47:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:071]: Executing op: FileRemove(,FileName=Ulaanbaatar,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Ulaanbaatar, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:087]: Verifying accessibility of file: Ulaanbaatar MSI (s) (9C:9C) [21:24:47:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:087]: Executing op: FileRemove(,FileName=Ulan_Bator,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Ulan_Bator, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:103]: Verifying accessibility of file: Ulan_Bator MSI (s) (9C:9C) [21:24:47:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:103]: Executing op: FileRemove(,FileName=Urumqi,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Urumqi, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:118]: Verifying accessibility of file: Urumqi MSI (s) (9C:9C) [21:24:47:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:118]: Executing op: FileRemove(,FileName=Ust-Nera,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Ust-Nera, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:134]: Verifying accessibility of file: Ust-Nera MSI (s) (9C:9C) [21:24:47:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:134]: Executing op: FileRemove(,FileName=Vientiane,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Vientiane, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:150]: Verifying accessibility of file: Vientiane MSI (s) (9C:9C) [21:24:47:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:150]: Executing op: FileRemove(,FileName=Vladivostok,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Vladivostok, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:165]: Verifying accessibility of file: Vladivostok MSI (s) (9C:9C) [21:24:47:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:165]: Executing op: FileRemove(,FileName=Yakutsk,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Yakutsk, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:181]: Verifying accessibility of file: Yakutsk MSI (s) (9C:9C) [21:24:47:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:181]: Executing op: FileRemove(,FileName=Yekaterinburg,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Yekaterinburg, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:196]: Verifying accessibility of file: Yekaterinburg MSI (s) (9C:9C) [21:24:47:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:196]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:196]: Executing op: FileRemove(,FileName=Yerevan,,ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D}) RemoveFiles: File: Yerevan, Directory: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:9C) [21:24:47:212]: Verifying accessibility of file: Yerevan MSI (s) (9C:9C) [21:24:47:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:243]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Arctic\) MSI (s) (9C:9C) [21:24:47:243]: Executing op: FileRemove(,FileName=Longyearbyen,,ComponentId={7AC0FD07-F279-419A-B80F-DFE5AE0981C4}) RemoveFiles: File: Longyearbyen, Directory: C:\Python34\tcl\tcl8.6\tzdata\Arctic\ MSI (s) (9C:9C) [21:24:47:243]: Verifying accessibility of file: Longyearbyen MSI (s) (9C:9C) [21:24:47:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:259]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\) MSI (s) (9C:9C) [21:24:47:259]: Executing op: FileRemove(,FileName=Casey,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: Casey, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:259]: Verifying accessibility of file: Casey MSI (s) (9C:9C) [21:24:47:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:275]: Executing op: FileRemove(,FileName=Davis,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: Davis, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:275]: Verifying accessibility of file: Davis MSI (s) (9C:9C) [21:24:47:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:290]: Executing op: FileRemove(,FileName=DumontDUrville,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: DumontDUrville, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:290]: Verifying accessibility of file: DumontDUrville MSI (s) (9C:9C) [21:24:47:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:306]: Executing op: FileRemove(,FileName=Macquarie,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: Macquarie, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:306]: Verifying accessibility of file: Macquarie MSI (s) (9C:9C) [21:24:47:321]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:321]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:321]: Executing op: FileRemove(,FileName=Mawson,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: Mawson, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:321]: Verifying accessibility of file: Mawson MSI (s) (9C:9C) [21:24:47:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:337]: Executing op: FileRemove(,FileName=McMurdo,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: McMurdo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:337]: Verifying accessibility of file: McMurdo MSI (s) (9C:9C) [21:24:47:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:353]: Executing op: FileRemove(,FileName=Palmer,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: Palmer, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:353]: Verifying accessibility of file: Palmer MSI (s) (9C:9C) [21:24:47:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:368]: Executing op: FileRemove(,FileName=Rothera,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: Rothera, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:368]: Verifying accessibility of file: Rothera MSI (s) (9C:9C) [21:24:47:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:384]: Executing op: FileRemove(,FileName=South_Pole,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: South_Pole, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:384]: Verifying accessibility of file: South_Pole MSI (s) (9C:9C) [21:24:47:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:400]: Executing op: FileRemove(,FileName=Syowa,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: Syowa, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:400]: Verifying accessibility of file: Syowa MSI (s) (9C:9C) [21:24:47:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:415]: Executing op: FileRemove(,FileName=Vostok,,ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26}) RemoveFiles: File: Vostok, Directory: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:9C) [21:24:47:415]: Verifying accessibility of file: Vostok MSI (s) (9C:9C) [21:24:47:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:431]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\America\) MSI (s) (9C:9C) [21:24:47:431]: Executing op: FileRemove(,FileName=Adak,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Adak, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:447]: Verifying accessibility of file: Adak MSI (s) (9C:9C) [21:24:47:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:447]: Executing op: FileRemove(,FileName=Anchorage,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Anchorage, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:462]: Verifying accessibility of file: Anchorage MSI (s) (9C:9C) [21:24:47:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:462]: Executing op: FileRemove(,FileName=Anguilla,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Anguilla, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:478]: Verifying accessibility of file: Anguilla MSI (s) (9C:9C) [21:24:47:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:478]: Executing op: FileRemove(,FileName=Antigua,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Antigua, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:493]: Verifying accessibility of file: Antigua MSI (s) (9C:9C) [21:24:47:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:493]: Executing op: FileRemove(,FileName=Araguaina,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Araguaina, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:493]: Verifying accessibility of file: Araguaina MSI (s) (9C:9C) [21:24:47:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:509]: Executing op: FileRemove(,FileName=Aruba,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Aruba, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:509]: Verifying accessibility of file: Aruba MSI (s) (9C:9C) [21:24:47:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:525]: Executing op: FileRemove(,FileName=Asuncion,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Asuncion, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:525]: Verifying accessibility of file: Asuncion MSI (s) (9C:9C) [21:24:47:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:540]: Executing op: FileRemove(,FileName=Atikokan,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Atikokan, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:540]: Verifying accessibility of file: Atikokan MSI (s) (9C:9C) [21:24:47:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:556]: Executing op: FileRemove(,FileName=Atka,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Atka, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:556]: Verifying accessibility of file: Atka MSI (s) (9C:9C) [21:24:47:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:571]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:571]: Executing op: FileRemove(,FileName=Bahia,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Bahia, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:571]: Verifying accessibility of file: Bahia MSI (s) (9C:9C) [21:24:47:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:587]: Executing op: FileRemove(,FileName=Bahia_Banderas,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Bahia_Banderas, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:587]: Verifying accessibility of file: Bahia_Banderas MSI (s) (9C:9C) [21:24:47:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:603]: Executing op: FileRemove(,FileName=Barbados,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Barbados, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:618]: Verifying accessibility of file: Barbados MSI (s) (9C:9C) [21:24:47:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:634]: Executing op: FileRemove(,FileName=Belem,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Belem, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:634]: Verifying accessibility of file: Belem MSI (s) (9C:9C) [21:24:47:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:650]: Executing op: FileRemove(,FileName=Belize,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Belize, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:650]: Verifying accessibility of file: Belize MSI (s) (9C:9C) [21:24:47:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:665]: Executing op: FileRemove(,FileName=Blanc-Sablon,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Blanc-Sablon, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:681]: Verifying accessibility of file: Blanc-Sablon MSI (s) (9C:9C) [21:24:47:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:681]: Executing op: FileRemove(,FileName=Boa_Vista,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Boa_Vista, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:696]: Verifying accessibility of file: Boa_Vista MSI (s) (9C:9C) [21:24:47:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:712]: Executing op: FileRemove(,FileName=Bogota,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Bogota, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:712]: Verifying accessibility of file: Bogota MSI (s) (9C:9C) [21:24:47:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:728]: Executing op: FileRemove(,FileName=Boise,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Boise, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:728]: Verifying accessibility of file: Boise MSI (s) (9C:9C) [21:24:47:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:743]: Executing op: FileRemove(,FileName=Buenos_Aires,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Buenos_Aires, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:743]: Verifying accessibility of file: Buenos_Aires MSI (s) (9C:9C) [21:24:47:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:759]: Executing op: FileRemove(,FileName=Cambridge_Bay,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Cambridge_Bay, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:775]: Verifying accessibility of file: Cambridge_Bay MSI (s) (9C:9C) [21:24:47:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:775]: Executing op: FileRemove(,FileName=Campo_Grande,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Campo_Grande, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:790]: Verifying accessibility of file: Campo_Grande MSI (s) (9C:9C) [21:24:47:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:806]: Executing op: FileRemove(,FileName=Cancun,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Cancun, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:806]: Verifying accessibility of file: Cancun MSI (s) (9C:9C) [21:24:47:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:821]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:821]: Executing op: FileRemove(,FileName=Caracas,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Caracas, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:821]: Verifying accessibility of file: Caracas MSI (s) (9C:9C) [21:24:47:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:837]: Executing op: FileRemove(,FileName=Catamarca,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Catamarca, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:853]: Verifying accessibility of file: Catamarca MSI (s) (9C:9C) [21:24:47:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:853]: Executing op: FileRemove(,FileName=Cayenne,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Cayenne, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:868]: Verifying accessibility of file: Cayenne MSI (s) (9C:9C) [21:24:47:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:868]: Executing op: FileRemove(,FileName=Cayman,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Cayman, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:884]: Verifying accessibility of file: Cayman MSI (s) (9C:9C) [21:24:47:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:884]: Executing op: FileRemove(,FileName=Chicago,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Chicago, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:900]: Verifying accessibility of file: Chicago MSI (s) (9C:9C) [21:24:47:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:900]: Executing op: FileRemove(,FileName=Chihuahua,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Chihuahua, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:915]: Verifying accessibility of file: Chihuahua MSI (s) (9C:9C) [21:24:47:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:915]: Executing op: FileRemove(,FileName=Coral_Harbour,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Coral_Harbour, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:931]: Verifying accessibility of file: Coral_Harbour MSI (s) (9C:9C) [21:24:47:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:931]: Executing op: FileRemove(,FileName=Cordoba,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Cordoba, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:946]: Verifying accessibility of file: Cordoba MSI (s) (9C:9C) [21:24:47:946]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:946]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:946]: Executing op: FileRemove(,FileName=Costa_Rica,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Costa_Rica, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:962]: Verifying accessibility of file: Costa_Rica MSI (s) (9C:9C) [21:24:47:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:978]: Executing op: FileRemove(,FileName=Creston,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Creston, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:978]: Verifying accessibility of file: Creston MSI (s) (9C:9C) [21:24:47:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:993]: Executing op: FileRemove(,FileName=Cuiaba,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Cuiaba, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:47:993]: Verifying accessibility of file: Cuiaba MSI (s) (9C:9C) [21:24:47:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:47:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:009]: Executing op: FileRemove(,FileName=Curacao,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Curacao, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:009]: Verifying accessibility of file: Curacao MSI (s) (9C:9C) [21:24:48:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:025]: Executing op: FileRemove(,FileName=Danmarkshavn,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Danmarkshavn, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:025]: Verifying accessibility of file: Danmarkshavn MSI (s) (9C:9C) [21:24:48:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:025]: Executing op: FileRemove(,FileName=Dawson,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Dawson, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:040]: Verifying accessibility of file: Dawson MSI (s) (9C:9C) [21:24:48:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:040]: Executing op: FileRemove(,FileName=Dawson_Creek,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Dawson_Creek, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:056]: Verifying accessibility of file: Dawson_Creek MSI (s) (9C:9C) [21:24:48:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:071]: Executing op: FileRemove(,FileName=Denver,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Denver, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:071]: Verifying accessibility of file: Denver MSI (s) (9C:9C) [21:24:48:071]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:087]: Executing op: FileRemove(,FileName=Detroit,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Detroit, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:087]: Verifying accessibility of file: Detroit MSI (s) (9C:9C) [21:24:48:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:103]: Executing op: FileRemove(,FileName=Dominica,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Dominica, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:103]: Verifying accessibility of file: Dominica MSI (s) (9C:9C) [21:24:48:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:118]: Executing op: FileRemove(,FileName=Edmonton,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Edmonton, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:118]: Verifying accessibility of file: Edmonton MSI (s) (9C:9C) [21:24:48:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:134]: Executing op: FileRemove(,FileName=Eirunepe,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Eirunepe, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:134]: Verifying accessibility of file: Eirunepe MSI (s) (9C:9C) [21:24:48:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:150]: Executing op: FileRemove(,FileName=El_Salvador,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: El_Salvador, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:150]: Verifying accessibility of file: El_Salvador MSI (s) (9C:9C) [21:24:48:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:165]: Executing op: FileRemove(,FileName=Ensenada,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Ensenada, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:165]: Verifying accessibility of file: Ensenada MSI (s) (9C:9C) [21:24:48:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:181]: Executing op: FileRemove(,FileName=Fortaleza,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Fortaleza, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:197]: Verifying accessibility of file: Fortaleza MSI (s) (9C:9C) [21:24:48:197]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:197]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:197]: Executing op: FileRemove(,FileName=Fort_Wayne,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Fort_Wayne, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:212]: Verifying accessibility of file: Fort_Wayne MSI (s) (9C:9C) [21:24:48:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:212]: Executing op: FileRemove(,FileName=Glace_Bay,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Glace_Bay, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:228]: Verifying accessibility of file: Glace_Bay MSI (s) (9C:9C) [21:24:48:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:228]: Executing op: FileRemove(,FileName=Godthab,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Godthab, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:243]: Verifying accessibility of file: Godthab MSI (s) (9C:9C) [21:24:48:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:243]: Executing op: FileRemove(,FileName=Goose_Bay,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Goose_Bay, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:384]: Verifying accessibility of file: Goose_Bay MSI (s) (9C:9C) [21:24:48:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:384]: Executing op: FileRemove(,FileName=Grand_Turk,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Grand_Turk, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:400]: Verifying accessibility of file: Grand_Turk MSI (s) (9C:9C) [21:24:48:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:400]: Executing op: FileRemove(,FileName=Grenada,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Grenada, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:400]: Verifying accessibility of file: Grenada MSI (s) (9C:9C) [21:24:48:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:415]: Executing op: FileRemove(,FileName=Guadeloupe,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Guadeloupe, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:415]: Verifying accessibility of file: Guadeloupe MSI (s) (9C:9C) [21:24:48:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:431]: Executing op: FileRemove(,FileName=Guatemala,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Guatemala, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:431]: Verifying accessibility of file: Guatemala MSI (s) (9C:9C) [21:24:48:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:446]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:446]: Executing op: FileRemove(,FileName=Guayaquil,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Guayaquil, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:446]: Verifying accessibility of file: Guayaquil MSI (s) (9C:9C) [21:24:48:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:462]: Executing op: FileRemove(,FileName=Guyana,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Guyana, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:462]: Verifying accessibility of file: Guyana MSI (s) (9C:9C) [21:24:48:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:478]: Executing op: FileRemove(,FileName=Halifax,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Halifax, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:478]: Verifying accessibility of file: Halifax MSI (s) (9C:9C) [21:24:48:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:493]: Executing op: FileRemove(,FileName=Havana,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Havana, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:493]: Verifying accessibility of file: Havana MSI (s) (9C:9C) [21:24:48:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:493]: Executing op: FileRemove(,FileName=Hermosillo,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Hermosillo, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:509]: Verifying accessibility of file: Hermosillo MSI (s) (9C:9C) [21:24:48:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:509]: Executing op: FileRemove(,FileName=Indianapolis,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Indianapolis, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:525]: Verifying accessibility of file: Indianapolis MSI (s) (9C:9C) [21:24:48:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:525]: Executing op: FileRemove(,FileName=Inuvik,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Inuvik, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:540]: Verifying accessibility of file: Inuvik MSI (s) (9C:9C) [21:24:48:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:540]: Executing op: FileRemove(,FileName=Iqaluit,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Iqaluit, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:556]: Verifying accessibility of file: Iqaluit MSI (s) (9C:9C) [21:24:48:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:556]: Executing op: FileRemove(,FileName=Jamaica,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Jamaica, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:572]: Verifying accessibility of file: Jamaica MSI (s) (9C:9C) [21:24:48:572]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:572]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:572]: Executing op: FileRemove(,FileName=Jujuy,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Jujuy, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:587]: Verifying accessibility of file: Jujuy MSI (s) (9C:9C) [21:24:48:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:587]: Executing op: FileRemove(,FileName=Juneau,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Juneau, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:603]: Verifying accessibility of file: Juneau MSI (s) (9C:9C) [21:24:48:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:603]: Executing op: FileRemove(,FileName=Knox_IN,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Knox_IN, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:618]: Verifying accessibility of file: Knox_IN MSI (s) (9C:9C) [21:24:48:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:618]: Executing op: FileRemove(,FileName=Kralendijk,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Kralendijk, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:634]: Verifying accessibility of file: Kralendijk MSI (s) (9C:9C) [21:24:48:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:634]: Executing op: FileRemove(,FileName=La_Paz,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: La_Paz, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:650]: Verifying accessibility of file: La_Paz MSI (s) (9C:9C) [21:24:48:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:650]: Executing op: FileRemove(,FileName=Lima,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Lima, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:650]: Verifying accessibility of file: Lima MSI (s) (9C:9C) [21:24:48:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:665]: Executing op: FileRemove(,FileName=Los_Angeles,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Los_Angeles, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:665]: Verifying accessibility of file: Los_Angeles MSI (s) (9C:9C) [21:24:48:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:681]: Executing op: FileRemove(,FileName=Louisville,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Louisville, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:681]: Verifying accessibility of file: Louisville MSI (s) (9C:9C) [21:24:48:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:696]: Executing op: FileRemove(,FileName=Lower_Princes,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Lower_Princes, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:696]: Verifying accessibility of file: Lower_Princes MSI (s) (9C:9C) [21:24:48:696]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:712]: Executing op: FileRemove(,FileName=Maceio,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Maceio, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:712]: Verifying accessibility of file: Maceio MSI (s) (9C:9C) [21:24:48:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:728]: Executing op: FileRemove(,FileName=Managua,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Managua, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:728]: Verifying accessibility of file: Managua MSI (s) (9C:9C) [21:24:48:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:728]: Executing op: FileRemove(,FileName=Manaus,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Manaus, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:743]: Verifying accessibility of file: Manaus MSI (s) (9C:9C) [21:24:48:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:743]: Executing op: FileRemove(,FileName=Marigot,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Marigot, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:759]: Verifying accessibility of file: Marigot MSI (s) (9C:9C) [21:24:48:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:759]: Executing op: FileRemove(,FileName=Martinique,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Martinique, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:775]: Verifying accessibility of file: Martinique MSI (s) (9C:9C) [21:24:48:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:775]: Executing op: FileRemove(,FileName=Matamoros,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Matamoros, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:790]: Verifying accessibility of file: Matamoros MSI (s) (9C:9C) [21:24:48:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:790]: Executing op: FileRemove(,FileName=Mazatlan,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Mazatlan, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:806]: Verifying accessibility of file: Mazatlan MSI (s) (9C:9C) [21:24:48:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:806]: Executing op: FileRemove(,FileName=Mendoza,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Mendoza, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:806]: Verifying accessibility of file: Mendoza MSI (s) (9C:9C) [21:24:48:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:822]: Executing op: FileRemove(,FileName=Menominee,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Menominee, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:822]: Verifying accessibility of file: Menominee MSI (s) (9C:9C) [21:24:48:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:837]: Executing op: FileRemove(,FileName=Merida,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Merida, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:837]: Verifying accessibility of file: Merida MSI (s) (9C:9C) [21:24:48:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:853]: Executing op: FileRemove(,FileName=Metlakatla,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Metlakatla, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:853]: Verifying accessibility of file: Metlakatla MSI (s) (9C:9C) [21:24:48:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:868]: Executing op: FileRemove(,FileName=Mexico_City,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Mexico_City, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:868]: Verifying accessibility of file: Mexico_City MSI (s) (9C:9C) [21:24:48:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:884]: Executing op: FileRemove(,FileName=Miquelon,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Miquelon, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:884]: Verifying accessibility of file: Miquelon MSI (s) (9C:9C) [21:24:48:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:900]: Executing op: FileRemove(,FileName=Moncton,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Moncton, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:900]: Verifying accessibility of file: Moncton MSI (s) (9C:9C) [21:24:48:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:900]: Executing op: FileRemove(,FileName=Monterrey,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Monterrey, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:915]: Verifying accessibility of file: Monterrey MSI (s) (9C:9C) [21:24:48:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:915]: Executing op: FileRemove(,FileName=Montevideo,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Montevideo, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:931]: Verifying accessibility of file: Montevideo MSI (s) (9C:9C) [21:24:48:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:931]: Executing op: FileRemove(,FileName=Montreal,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Montreal, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:947]: Verifying accessibility of file: Montreal MSI (s) (9C:9C) [21:24:48:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:947]: Executing op: FileRemove(,FileName=Montserrat,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Montserrat, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:962]: Verifying accessibility of file: Montserrat MSI (s) (9C:9C) [21:24:48:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:962]: Executing op: FileRemove(,FileName=Nassau,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Nassau, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:962]: Verifying accessibility of file: Nassau MSI (s) (9C:9C) [21:24:48:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:978]: Executing op: FileRemove(,FileName=New_York,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: New_York, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:978]: Verifying accessibility of file: New_York MSI (s) (9C:9C) [21:24:48:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:48:993]: Executing op: FileRemove(,FileName=Nipigon,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Nipigon, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:48:993]: Verifying accessibility of file: Nipigon MSI (s) (9C:9C) [21:24:49:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:009]: Executing op: FileRemove(,FileName=Nome,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Nome, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:009]: Verifying accessibility of file: Nome MSI (s) (9C:9C) [21:24:49:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:025]: Executing op: FileRemove(,FileName=Noronha,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Noronha, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:025]: Verifying accessibility of file: Noronha MSI (s) (9C:9C) [21:24:49:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:040]: Executing op: FileRemove(,FileName=Ojinaga,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Ojinaga, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:040]: Verifying accessibility of file: Ojinaga MSI (s) (9C:9C) [21:24:49:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:056]: Executing op: FileRemove(,FileName=Panama,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Panama, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:056]: Verifying accessibility of file: Panama MSI (s) (9C:9C) [21:24:49:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:056]: Executing op: FileRemove(,FileName=Pangnirtung,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Pangnirtung, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:072]: Verifying accessibility of file: Pangnirtung MSI (s) (9C:9C) [21:24:49:072]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:072]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:072]: Executing op: FileRemove(,FileName=Paramaribo,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Paramaribo, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:087]: Verifying accessibility of file: Paramaribo MSI (s) (9C:9C) [21:24:49:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:087]: Executing op: FileRemove(,FileName=Phoenix,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Phoenix, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:103]: Verifying accessibility of file: Phoenix MSI (s) (9C:9C) [21:24:49:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:103]: Executing op: FileRemove(,FileName=Port-au-Prince,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Port-au-Prince, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:118]: Verifying accessibility of file: Port-au-Prince MSI (s) (9C:9C) [21:24:49:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:118]: Executing op: FileRemove(,FileName=Porto_Acre,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Porto_Acre, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:134]: Verifying accessibility of file: Porto_Acre MSI (s) (9C:9C) [21:24:49:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:134]: Executing op: FileRemove(,FileName=Porto_Velho,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Porto_Velho, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:150]: Verifying accessibility of file: Porto_Velho MSI (s) (9C:9C) [21:24:49:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:150]: Executing op: FileRemove(,FileName=Port_of_Spain,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Port_of_Spain, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:165]: Verifying accessibility of file: Port_of_Spain MSI (s) (9C:9C) [21:24:49:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:165]: Executing op: FileRemove(,FileName=Puerto_Rico,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Puerto_Rico, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:165]: Verifying accessibility of file: Puerto_Rico MSI (s) (9C:9C) [21:24:49:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:181]: Executing op: FileRemove(,FileName=Rainy_River,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Rainy_River, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:197]: Verifying accessibility of file: Rainy_River MSI (s) (9C:9C) [21:24:49:197]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:197]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:197]: Executing op: FileRemove(,FileName=Rankin_Inlet,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Rankin_Inlet, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:212]: Verifying accessibility of file: Rankin_Inlet MSI (s) (9C:9C) [21:24:49:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:212]: Executing op: FileRemove(,FileName=Recife,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Recife, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:212]: Verifying accessibility of file: Recife MSI (s) (9C:9C) [21:24:49:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:228]: Executing op: FileRemove(,FileName=Regina,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Regina, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:228]: Verifying accessibility of file: Regina MSI (s) (9C:9C) [21:24:49:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:243]: Executing op: FileRemove(,FileName=Resolute,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Resolute, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:243]: Verifying accessibility of file: Resolute MSI (s) (9C:9C) [21:24:49:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:259]: Executing op: FileRemove(,FileName=Rio_Branco,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Rio_Branco, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:259]: Verifying accessibility of file: Rio_Branco MSI (s) (9C:9C) [21:24:49:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:275]: Executing op: FileRemove(,FileName=Rosario,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Rosario, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:275]: Verifying accessibility of file: Rosario MSI (s) (9C:9C) [21:24:49:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:290]: Executing op: FileRemove(,FileName=Santarem,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Santarem, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:290]: Verifying accessibility of file: Santarem MSI (s) (9C:9C) [21:24:49:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:306]: Executing op: FileRemove(,FileName=Santa_Isabel,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Santa_Isabel, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:306]: Verifying accessibility of file: Santa_Isabel MSI (s) (9C:9C) [21:24:49:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:306]: Executing op: FileRemove(,FileName=Santiago,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Santiago, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:322]: Verifying accessibility of file: Santiago MSI (s) (9C:9C) [21:24:49:322]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:322]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:322]: Executing op: FileRemove(,FileName=Santo_Domingo,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Santo_Domingo, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:337]: Verifying accessibility of file: Santo_Domingo MSI (s) (9C:9C) [21:24:49:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:337]: Executing op: FileRemove(,FileName=Sao_Paulo,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Sao_Paulo, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:353]: Verifying accessibility of file: Sao_Paulo MSI (s) (9C:9C) [21:24:49:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:353]: Executing op: FileRemove(,FileName=Scoresbysund,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Scoresbysund, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:368]: Verifying accessibility of file: Scoresbysund MSI (s) (9C:9C) [21:24:49:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:368]: Executing op: FileRemove(,FileName=Shiprock,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Shiprock, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:368]: Verifying accessibility of file: Shiprock MSI (s) (9C:9C) [21:24:49:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:384]: Executing op: FileRemove(,FileName=Sitka,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Sitka, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:384]: Verifying accessibility of file: Sitka MSI (s) (9C:9C) [21:24:49:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:400]: Executing op: FileRemove(,FileName=St_Barthelemy,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: St_Barthelemy, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:400]: Verifying accessibility of file: St_Barthelemy MSI (s) (9C:9C) [21:24:49:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:415]: Executing op: FileRemove(,FileName=St_Johns,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: St_Johns, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:415]: Verifying accessibility of file: St_Johns MSI (s) (9C:9C) [21:24:49:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:431]: Executing op: FileRemove(,FileName=St_Kitts,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: St_Kitts, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:431]: Verifying accessibility of file: St_Kitts MSI (s) (9C:9C) [21:24:49:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:447]: Executing op: FileRemove(,FileName=St_Lucia,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: St_Lucia, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:447]: Verifying accessibility of file: St_Lucia MSI (s) (9C:9C) [21:24:49:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:462]: Executing op: FileRemove(,FileName=St_Thomas,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: St_Thomas, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:462]: Verifying accessibility of file: St_Thomas MSI (s) (9C:9C) [21:24:49:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:478]: Executing op: FileRemove(,FileName=St_Vincent,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: St_Vincent, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:478]: Verifying accessibility of file: St_Vincent MSI (s) (9C:9C) [21:24:49:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:478]: Executing op: FileRemove(,FileName=Swift_Current,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Swift_Current, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:493]: Verifying accessibility of file: Swift_Current MSI (s) (9C:9C) [21:24:49:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:493]: Executing op: FileRemove(,FileName=Tegucigalpa,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Tegucigalpa, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:509]: Verifying accessibility of file: Tegucigalpa MSI (s) (9C:9C) [21:24:49:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:509]: Executing op: FileRemove(,FileName=Thule,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Thule, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:525]: Verifying accessibility of file: Thule MSI (s) (9C:9C) [21:24:49:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:525]: Executing op: FileRemove(,FileName=Thunder_Bay,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Thunder_Bay, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:540]: Verifying accessibility of file: Thunder_Bay MSI (s) (9C:9C) [21:24:49:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:540]: Executing op: FileRemove(,FileName=Tijuana,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Tijuana, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:540]: Verifying accessibility of file: Tijuana MSI (s) (9C:9C) [21:24:49:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:556]: Executing op: FileRemove(,FileName=Toronto,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Toronto, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:556]: Verifying accessibility of file: Toronto MSI (s) (9C:9C) [21:24:49:572]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:572]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:572]: Executing op: FileRemove(,FileName=Tortola,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Tortola, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:572]: Verifying accessibility of file: Tortola MSI (s) (9C:9C) [21:24:49:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:587]: Executing op: FileRemove(,FileName=Vancouver,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Vancouver, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:587]: Verifying accessibility of file: Vancouver MSI (s) (9C:9C) [21:24:49:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:603]: Executing op: FileRemove(,FileName=Virgin,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Virgin, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:603]: Verifying accessibility of file: Virgin MSI (s) (9C:9C) [21:24:49:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:618]: Executing op: FileRemove(,FileName=Whitehorse,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Whitehorse, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:618]: Verifying accessibility of file: Whitehorse MSI (s) (9C:9C) [21:24:49:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:634]: Executing op: FileRemove(,FileName=Winnipeg,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Winnipeg, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:634]: Verifying accessibility of file: Winnipeg MSI (s) (9C:9C) [21:24:49:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:650]: Executing op: FileRemove(,FileName=Yakutat,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Yakutat, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:650]: Verifying accessibility of file: Yakutat MSI (s) (9C:9C) [21:24:49:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:650]: Executing op: FileRemove(,FileName=Yellowknife,,ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32}) RemoveFiles: File: Yellowknife, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:9C) [21:24:49:665]: Verifying accessibility of file: Yellowknife MSI (s) (9C:9C) [21:24:49:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:665]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\) MSI (s) (9C:9C) [21:24:49:665]: Executing op: FileRemove(,FileName=Beulah,,ComponentId={F85F0919-C252-476F-8437-8ED0215EB46A}) RemoveFiles: File: Beulah, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ MSI (s) (9C:9C) [21:24:49:681]: Verifying accessibility of file: Beulah MSI (s) (9C:9C) [21:24:49:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:681]: Executing op: FileRemove(,FileName=Center,,ComponentId={F85F0919-C252-476F-8437-8ED0215EB46A}) RemoveFiles: File: Center, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ MSI (s) (9C:9C) [21:24:49:697]: Verifying accessibility of file: Center MSI (s) (9C:9C) [21:24:49:697]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:697]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:697]: Executing op: FileRemove(,FileName=New_Salem,,ComponentId={F85F0919-C252-476F-8437-8ED0215EB46A}) RemoveFiles: File: New_Salem, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ MSI (s) (9C:9C) [21:24:49:712]: Verifying accessibility of file: New_Salem MSI (s) (9C:9C) [21:24:49:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:712]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\) MSI (s) (9C:9C) [21:24:49:712]: Executing op: FileRemove(,FileName=Louisville,,ComponentId={0DA3E9B5-44EE-46F5-AA2D-E667BE7042C7}) RemoveFiles: File: Louisville, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\ MSI (s) (9C:9C) [21:24:49:728]: Verifying accessibility of file: Louisville MSI (s) (9C:9C) [21:24:49:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:728]: Executing op: FileRemove(,FileName=Monticello,,ComponentId={0DA3E9B5-44EE-46F5-AA2D-E667BE7042C7}) RemoveFiles: File: Monticello, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\ MSI (s) (9C:9C) [21:24:49:743]: Verifying accessibility of file: Monticello MSI (s) (9C:9C) [21:24:49:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:743]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\) MSI (s) (9C:9C) [21:24:49:743]: Executing op: FileRemove(,FileName=Indianapolis,,ComponentId={FBBFCA19-B08D-473B-9AAB-46E68F20790C}) RemoveFiles: File: Indianapolis, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:9C) [21:24:49:759]: Verifying accessibility of file: Indianapolis MSI (s) (9C:9C) [21:24:49:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:759]: Executing op: FileRemove(,FileName=Knox,,ComponentId={FBBFCA19-B08D-473B-9AAB-46E68F20790C}) RemoveFiles: File: Knox, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:9C) [21:24:49:759]: Verifying accessibility of file: Knox MSI (s) (9C:9C) [21:24:49:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:775]: Executing op: FileRemove(,FileName=Marengo,,ComponentId={FBBFCA19-B08D-473B-9AAB-46E68F20790C}) RemoveFiles: File: Marengo, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:9C) [21:24:49:775]: Verifying accessibility of file: Marengo MSI (s) (9C:9C) [21:24:49:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:790]: Executing op: FileRemove(,FileName=Petersburg,,ComponentId={FBBFCA19-B08D-473B-9AAB-46E68F20790C}) RemoveFiles: File: Petersburg, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:9C) [21:24:49:790]: Verifying accessibility of file: Petersburg MSI (s) (9C:9C) [21:24:49:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:806]: Executing op: FileRemove(,FileName=Tell_City,,ComponentId={FBBFCA19-B08D-473B-9AAB-46E68F20790C}) RemoveFiles: File: Tell_City, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:9C) [21:24:49:806]: Verifying accessibility of file: Tell_City MSI (s) (9C:9C) [21:24:49:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:822]: Executing op: FileRemove(,FileName=Vevay,,ComponentId={FBBFCA19-B08D-473B-9AAB-46E68F20790C}) RemoveFiles: File: Vevay, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:9C) [21:24:49:822]: Verifying accessibility of file: Vevay MSI (s) (9C:9C) [21:24:49:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:837]: Executing op: FileRemove(,FileName=Vincennes,,ComponentId={FBBFCA19-B08D-473B-9AAB-46E68F20790C}) RemoveFiles: File: Vincennes, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:9C) [21:24:49:837]: Verifying accessibility of file: Vincennes MSI (s) (9C:9C) [21:24:49:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:837]: Executing op: FileRemove(,FileName=Winamac,,ComponentId={FBBFCA19-B08D-473B-9AAB-46E68F20790C}) RemoveFiles: File: Winamac, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:9C) [21:24:49:853]: Verifying accessibility of file: Winamac MSI (s) (9C:9C) [21:24:49:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:49:993]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\) MSI (s) (9C:9C) [21:24:49:993]: Executing op: FileRemove(,FileName=Buenos_Aires,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: Buenos_Aires, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:009]: Verifying accessibility of file: Buenos_Aires MSI (s) (9C:9C) [21:24:50:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:009]: Executing op: FileRemove(,FileName=Catamarca,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: Catamarca, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:025]: Verifying accessibility of file: Catamarca MSI (s) (9C:9C) [21:24:50:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:040]: Executing op: FileRemove(,FileName=ComodRivadavia,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: ComodRivadavia, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:040]: Verifying accessibility of file: ComodRivadavia MSI (s) (9C:9C) [21:24:50:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:040]: Executing op: FileRemove(,FileName=Cordoba,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: Cordoba, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:056]: Verifying accessibility of file: Cordoba MSI (s) (9C:9C) [21:24:50:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:056]: Executing op: FileRemove(,FileName=Jujuy,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: Jujuy, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:072]: Verifying accessibility of file: Jujuy MSI (s) (9C:9C) [21:24:50:072]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:072]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:072]: Executing op: FileRemove(,FileName=La_Rioja,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: La_Rioja, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:087]: Verifying accessibility of file: La_Rioja MSI (s) (9C:9C) [21:24:50:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:087]: Executing op: FileRemove(,FileName=Mendoza,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: Mendoza, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:087]: Verifying accessibility of file: Mendoza MSI (s) (9C:9C) [21:24:50:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:103]: Executing op: FileRemove(,FileName=Rio_Gallegos,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: Rio_Gallegos, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:103]: Verifying accessibility of file: Rio_Gallegos MSI (s) (9C:9C) [21:24:50:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:118]: Executing op: FileRemove(,FileName=Salta,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: Salta, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:118]: Verifying accessibility of file: Salta MSI (s) (9C:9C) [21:24:50:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:134]: Executing op: FileRemove(,FileName=San_Juan,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: San_Juan, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:134]: Verifying accessibility of file: San_Juan MSI (s) (9C:9C) [21:24:50:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:150]: Executing op: FileRemove(,FileName=San_Luis,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: San_Luis, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:150]: Verifying accessibility of file: San_Luis MSI (s) (9C:9C) [21:24:50:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:165]: Executing op: FileRemove(,FileName=Tucuman,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: Tucuman, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:165]: Verifying accessibility of file: Tucuman MSI (s) (9C:9C) [21:24:50:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:181]: Executing op: FileRemove(,FileName=Ushuaia,,ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C}) RemoveFiles: File: Ushuaia, Directory: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:9C) [21:24:50:181]: Verifying accessibility of file: Ushuaia MSI (s) (9C:9C) [21:24:50:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:322]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:337]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Africa\) MSI (s) (9C:9C) [21:24:50:337]: Executing op: FileRemove(,FileName=Abidjan,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Abidjan, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:337]: Verifying accessibility of file: Abidjan MSI (s) (9C:9C) [21:24:50:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:353]: Executing op: FileRemove(,FileName=Accra,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Accra, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:353]: Verifying accessibility of file: Accra MSI (s) (9C:9C) [21:24:50:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:368]: Executing op: FileRemove(,FileName=Addis_Ababa,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Addis_Ababa, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:368]: Verifying accessibility of file: Addis_Ababa MSI (s) (9C:9C) [21:24:50:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:368]: Executing op: FileRemove(,FileName=Algiers,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Algiers, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:384]: Verifying accessibility of file: Algiers MSI (s) (9C:9C) [21:24:50:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:384]: Executing op: FileRemove(,FileName=Asmara,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Asmara, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:400]: Verifying accessibility of file: Asmara MSI (s) (9C:9C) [21:24:50:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:400]: Executing op: FileRemove(,FileName=Asmera,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Asmera, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:415]: Verifying accessibility of file: Asmera MSI (s) (9C:9C) [21:24:50:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:415]: Executing op: FileRemove(,FileName=Bamako,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Bamako, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:431]: Verifying accessibility of file: Bamako MSI (s) (9C:9C) [21:24:50:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:431]: Executing op: FileRemove(,FileName=Bangui,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Bangui, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:431]: Verifying accessibility of file: Bangui MSI (s) (9C:9C) [21:24:50:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:447]: Executing op: FileRemove(,FileName=Banjul,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Banjul, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:447]: Verifying accessibility of file: Banjul MSI (s) (9C:9C) [21:24:50:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:462]: Executing op: FileRemove(,FileName=Bissau,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Bissau, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:462]: Verifying accessibility of file: Bissau MSI (s) (9C:9C) [21:24:50:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:478]: Executing op: FileRemove(,FileName=Blantyre,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Blantyre, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:478]: Verifying accessibility of file: Blantyre MSI (s) (9C:9C) [21:24:50:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:493]: Executing op: FileRemove(,FileName=Brazzaville,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Brazzaville, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:493]: Verifying accessibility of file: Brazzaville MSI (s) (9C:9C) [21:24:50:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:509]: Executing op: FileRemove(,FileName=Bujumbura,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Bujumbura, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:509]: Verifying accessibility of file: Bujumbura MSI (s) (9C:9C) [21:24:50:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:525]: Executing op: FileRemove(,FileName=Cairo,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Cairo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:525]: Verifying accessibility of file: Cairo MSI (s) (9C:9C) [21:24:50:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:540]: Executing op: FileRemove(,FileName=Casablanca,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Casablanca, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:540]: Verifying accessibility of file: Casablanca MSI (s) (9C:9C) [21:24:50:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:556]: Executing op: FileRemove(,FileName=Ceuta,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Ceuta, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:556]: Verifying accessibility of file: Ceuta MSI (s) (9C:9C) [21:24:50:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:572]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:572]: Executing op: FileRemove(,FileName=Conakry,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Conakry, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:572]: Verifying accessibility of file: Conakry MSI (s) (9C:9C) [21:24:50:572]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:587]: Executing op: FileRemove(,FileName=Dakar,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Dakar, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:587]: Verifying accessibility of file: Dakar MSI (s) (9C:9C) [21:24:50:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:603]: Executing op: FileRemove(,FileName=Dar_es_Salaam,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Dar_es_Salaam, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:603]: Verifying accessibility of file: Dar_es_Salaam MSI (s) (9C:9C) [21:24:50:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:618]: Executing op: FileRemove(,FileName=Djibouti,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Djibouti, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:618]: Verifying accessibility of file: Djibouti MSI (s) (9C:9C) [21:24:50:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:618]: Executing op: FileRemove(,FileName=Douala,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Douala, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:634]: Verifying accessibility of file: Douala MSI (s) (9C:9C) [21:24:50:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:634]: Executing op: FileRemove(,FileName=El_Aaiun,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: El_Aaiun, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:650]: Verifying accessibility of file: El_Aaiun MSI (s) (9C:9C) [21:24:50:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:650]: Executing op: FileRemove(,FileName=Freetown,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Freetown, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:665]: Verifying accessibility of file: Freetown MSI (s) (9C:9C) [21:24:50:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:665]: Executing op: FileRemove(,FileName=Gaborone,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Gaborone, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:681]: Verifying accessibility of file: Gaborone MSI (s) (9C:9C) [21:24:50:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:681]: Executing op: FileRemove(,FileName=Harare,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Harare, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:681]: Verifying accessibility of file: Harare MSI (s) (9C:9C) [21:24:50:697]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:697]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:697]: Executing op: FileRemove(,FileName=Johannesburg,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Johannesburg, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:697]: Verifying accessibility of file: Johannesburg MSI (s) (9C:9C) [21:24:50:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:712]: Executing op: FileRemove(,FileName=Juba,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Juba, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:712]: Verifying accessibility of file: Juba MSI (s) (9C:9C) [21:24:50:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:728]: Executing op: FileRemove(,FileName=Kampala,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Kampala, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:728]: Verifying accessibility of file: Kampala MSI (s) (9C:9C) [21:24:50:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:743]: Executing op: FileRemove(,FileName=Khartoum,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Khartoum, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:743]: Verifying accessibility of file: Khartoum MSI (s) (9C:9C) [21:24:50:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:759]: Executing op: FileRemove(,FileName=Kigali,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Kigali, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:759]: Verifying accessibility of file: Kigali MSI (s) (9C:9C) [21:24:50:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:775]: Executing op: FileRemove(,FileName=Kinshasa,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Kinshasa, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:775]: Verifying accessibility of file: Kinshasa MSI (s) (9C:9C) [21:24:50:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:790]: Executing op: FileRemove(,FileName=Lagos,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Lagos, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:790]: Verifying accessibility of file: Lagos MSI (s) (9C:9C) [21:24:50:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:806]: Executing op: FileRemove(,FileName=Libreville,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Libreville, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:806]: Verifying accessibility of file: Libreville MSI (s) (9C:9C) [21:24:50:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:806]: Executing op: FileRemove(,FileName=Lome,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Lome, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:822]: Verifying accessibility of file: Lome MSI (s) (9C:9C) [21:24:50:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:822]: Executing op: FileRemove(,FileName=Luanda,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Luanda, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:837]: Verifying accessibility of file: Luanda MSI (s) (9C:9C) [21:24:50:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:837]: Executing op: FileRemove(,FileName=Lubumbashi,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Lubumbashi, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:853]: Verifying accessibility of file: Lubumbashi MSI (s) (9C:9C) [21:24:50:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:853]: Executing op: FileRemove(,FileName=Lusaka,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Lusaka, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:868]: Verifying accessibility of file: Lusaka MSI (s) (9C:9C) [21:24:50:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:868]: Executing op: FileRemove(,FileName=Malabo,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Malabo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:884]: Verifying accessibility of file: Malabo MSI (s) (9C:9C) [21:24:50:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:884]: Executing op: FileRemove(,FileName=Maputo,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Maputo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:900]: Verifying accessibility of file: Maputo MSI (s) (9C:9C) [21:24:50:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:900]: Executing op: FileRemove(,FileName=Maseru,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Maseru, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:915]: Verifying accessibility of file: Maseru MSI (s) (9C:9C) [21:24:50:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:915]: Executing op: FileRemove(,FileName=Mbabane,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Mbabane, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:915]: Verifying accessibility of file: Mbabane MSI (s) (9C:9C) [21:24:50:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:931]: Executing op: FileRemove(,FileName=Mogadishu,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Mogadishu, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:931]: Verifying accessibility of file: Mogadishu MSI (s) (9C:9C) [21:24:50:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:947]: Executing op: FileRemove(,FileName=Monrovia,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Monrovia, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:947]: Verifying accessibility of file: Monrovia MSI (s) (9C:9C) [21:24:50:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:962]: Executing op: FileRemove(,FileName=Nairobi,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Nairobi, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:962]: Verifying accessibility of file: Nairobi MSI (s) (9C:9C) [21:24:50:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:978]: Executing op: FileRemove(,FileName=Ndjamena,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Ndjamena, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:978]: Verifying accessibility of file: Ndjamena MSI (s) (9C:9C) [21:24:50:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:50:993]: Executing op: FileRemove(,FileName=Niamey,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Niamey, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:50:993]: Verifying accessibility of file: Niamey MSI (s) (9C:9C) [21:24:51:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:009]: Executing op: FileRemove(,FileName=Nouakchott,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Nouakchott, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:51:009]: Verifying accessibility of file: Nouakchott MSI (s) (9C:9C) [21:24:51:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:025]: Executing op: FileRemove(,FileName=Ouagadougou,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Ouagadougou, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:51:025]: Verifying accessibility of file: Ouagadougou MSI (s) (9C:9C) [21:24:51:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:040]: Executing op: FileRemove(,FileName=Porto-Novo,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Porto-Novo, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:51:040]: Verifying accessibility of file: Porto-Novo MSI (s) (9C:9C) [21:24:51:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:056]: Executing op: FileRemove(,FileName=Sao_Tome,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Sao_Tome, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:51:056]: Verifying accessibility of file: Sao_Tome MSI (s) (9C:9C) [21:24:51:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:056]: Executing op: FileRemove(,FileName=Timbuktu,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Timbuktu, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:51:072]: Verifying accessibility of file: Timbuktu MSI (s) (9C:9C) [21:24:51:072]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:072]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:087]: Executing op: FileRemove(,FileName=Tripoli,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Tripoli, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:51:087]: Verifying accessibility of file: Tripoli MSI (s) (9C:9C) [21:24:51:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:087]: Executing op: FileRemove(,FileName=Tunis,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Tunis, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:51:103]: Verifying accessibility of file: Tunis MSI (s) (9C:9C) [21:24:51:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:103]: Executing op: FileRemove(,FileName=Windhoek,,ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2}) RemoveFiles: File: Windhoek, Directory: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:9C) [21:24:51:118]: Verifying accessibility of file: Windhoek MSI (s) (9C:9C) [21:24:51:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:118]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\opt0.4\) MSI (s) (9C:9C) [21:24:51:134]: Executing op: FileRemove(,FileName=optparse.tcl,,ComponentId={8E9154B6-F83C-4B84-BE2C-B97B5FD1B249}) RemoveFiles: File: optparse.tcl, Directory: C:\Python34\tcl\tcl8.6\opt0.4\ MSI (s) (9C:9C) [21:24:51:134]: Verifying accessibility of file: optparse.tcl MSI (s) (9C:9C) [21:24:51:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:150]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={8E9154B6-F83C-4B84-BE2C-B97B5FD1B249}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\tcl8.6\opt0.4\ MSI (s) (9C:9C) [21:24:51:150]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:51:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:165]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\msgs\) MSI (s) (9C:9C) [21:24:51:165]: Executing op: FileRemove(,FileName=af.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: af.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:165]: Verifying accessibility of file: af.msg MSI (s) (9C:9C) [21:24:51:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:181]: Executing op: FileRemove(,FileName=af_za.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: af_za.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:181]: Verifying accessibility of file: af_za.msg MSI (s) (9C:9C) [21:24:51:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:181]: Executing op: FileRemove(,FileName=ar.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ar.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:197]: Verifying accessibility of file: ar.msg MSI (s) (9C:9C) [21:24:51:197]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:197]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:197]: Executing op: FileRemove(,FileName=ar_in.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ar_in.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:212]: Verifying accessibility of file: ar_in.msg MSI (s) (9C:9C) [21:24:51:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:212]: Executing op: FileRemove(,FileName=ar_jo.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ar_jo.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:228]: Verifying accessibility of file: ar_jo.msg MSI (s) (9C:9C) [21:24:51:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:228]: Executing op: FileRemove(,FileName=ar_lb.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ar_lb.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:243]: Verifying accessibility of file: ar_lb.msg MSI (s) (9C:9C) [21:24:51:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:243]: Executing op: FileRemove(,FileName=ar_sy.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ar_sy.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:259]: Verifying accessibility of file: ar_sy.msg MSI (s) (9C:9C) [21:24:51:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:259]: Executing op: FileRemove(,FileName=be.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: be.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:275]: Verifying accessibility of file: be.msg MSI (s) (9C:9C) [21:24:51:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:275]: Executing op: FileRemove(,FileName=bg.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: bg.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:290]: Verifying accessibility of file: bg.msg MSI (s) (9C:9C) [21:24:51:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:290]: Executing op: FileRemove(,FileName=bn.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: bn.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:290]: Verifying accessibility of file: bn.msg MSI (s) (9C:9C) [21:24:51:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:306]: Executing op: FileRemove(,FileName=bn_in.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: bn_in.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:306]: Verifying accessibility of file: bn_in.msg MSI (s) (9C:9C) [21:24:51:322]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:322]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:322]: Executing op: FileRemove(,FileName=ca.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ca.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:322]: Verifying accessibility of file: ca.msg MSI (s) (9C:9C) [21:24:51:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:337]: Executing op: FileRemove(,FileName=cs.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: cs.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:337]: Verifying accessibility of file: cs.msg MSI (s) (9C:9C) [21:24:51:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:353]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:353]: Executing op: FileRemove(,FileName=da.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: da.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:353]: Verifying accessibility of file: da.msg MSI (s) (9C:9C) [21:24:51:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:368]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:368]: Executing op: FileRemove(,FileName=de.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: de.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:368]: Verifying accessibility of file: de.msg MSI (s) (9C:9C) [21:24:51:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:384]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:384]: Executing op: FileRemove(,FileName=de_at.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: de_at.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:384]: Verifying accessibility of file: de_at.msg MSI (s) (9C:9C) [21:24:51:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:400]: Executing op: FileRemove(,FileName=de_be.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: de_be.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:400]: Verifying accessibility of file: de_be.msg MSI (s) (9C:9C) [21:24:51:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:415]: Executing op: FileRemove(,FileName=el.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: el.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:415]: Verifying accessibility of file: el.msg MSI (s) (9C:9C) [21:24:51:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:431]: Executing op: FileRemove(,FileName=en_au.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_au.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:431]: Verifying accessibility of file: en_au.msg MSI (s) (9C:9C) [21:24:51:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:447]: Executing op: FileRemove(,FileName=en_be.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_be.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:447]: Verifying accessibility of file: en_be.msg MSI (s) (9C:9C) [21:24:51:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:447]: Executing op: FileRemove(,FileName=en_bw.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_bw.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:462]: Verifying accessibility of file: en_bw.msg MSI (s) (9C:9C) [21:24:51:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:462]: Executing op: FileRemove(,FileName=en_ca.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_ca.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:478]: Verifying accessibility of file: en_ca.msg MSI (s) (9C:9C) [21:24:51:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:478]: Executing op: FileRemove(,FileName=en_gb.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_gb.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:493]: Verifying accessibility of file: en_gb.msg MSI (s) (9C:9C) [21:24:51:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:493]: Executing op: FileRemove(,FileName=en_hk.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_hk.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:509]: Verifying accessibility of file: en_hk.msg MSI (s) (9C:9C) [21:24:51:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:509]: Executing op: FileRemove(,FileName=en_ie.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_ie.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:525]: Verifying accessibility of file: en_ie.msg MSI (s) (9C:9C) [21:24:51:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:525]: Executing op: FileRemove(,FileName=en_in.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_in.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:540]: Verifying accessibility of file: en_in.msg MSI (s) (9C:9C) [21:24:51:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:540]: Executing op: FileRemove(,FileName=en_nz.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_nz.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:540]: Verifying accessibility of file: en_nz.msg MSI (s) (9C:9C) [21:24:51:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:556]: Executing op: FileRemove(,FileName=en_ph.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_ph.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:556]: Verifying accessibility of file: en_ph.msg MSI (s) (9C:9C) [21:24:51:572]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:572]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:572]: Executing op: FileRemove(,FileName=en_sg.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_sg.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:572]: Verifying accessibility of file: en_sg.msg MSI (s) (9C:9C) [21:24:51:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:587]: Executing op: FileRemove(,FileName=en_za.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_za.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:587]: Verifying accessibility of file: en_za.msg MSI (s) (9C:9C) [21:24:51:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:603]: Executing op: FileRemove(,FileName=en_zw.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: en_zw.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:603]: Verifying accessibility of file: en_zw.msg MSI (s) (9C:9C) [21:24:51:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:618]: Executing op: FileRemove(,FileName=eo.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: eo.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:618]: Verifying accessibility of file: eo.msg MSI (s) (9C:9C) [21:24:51:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:634]: Executing op: FileRemove(,FileName=es.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:634]: Verifying accessibility of file: es.msg MSI (s) (9C:9C) [21:24:51:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:650]: Executing op: FileRemove(,FileName=es_ar.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_ar.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:650]: Verifying accessibility of file: es_ar.msg MSI (s) (9C:9C) [21:24:51:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:665]: Executing op: FileRemove(,FileName=es_bo.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_bo.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:665]: Verifying accessibility of file: es_bo.msg MSI (s) (9C:9C) [21:24:51:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:681]: Executing op: FileRemove(,FileName=es_cl.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_cl.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:681]: Verifying accessibility of file: es_cl.msg MSI (s) (9C:9C) [21:24:51:697]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:697]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:697]: Executing op: FileRemove(,FileName=es_co.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_co.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:697]: Verifying accessibility of file: es_co.msg MSI (s) (9C:9C) [21:24:51:697]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:712]: Executing op: FileRemove(,FileName=es_cr.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_cr.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:712]: Verifying accessibility of file: es_cr.msg MSI (s) (9C:9C) [21:24:51:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:728]: Executing op: FileRemove(,FileName=es_do.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_do.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:728]: Verifying accessibility of file: es_do.msg MSI (s) (9C:9C) [21:24:51:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:743]: Executing op: FileRemove(,FileName=es_ec.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_ec.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:743]: Verifying accessibility of file: es_ec.msg MSI (s) (9C:9C) [21:24:51:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:759]: Executing op: FileRemove(,FileName=es_gt.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_gt.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:759]: Verifying accessibility of file: es_gt.msg MSI (s) (9C:9C) [21:24:51:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:775]: Executing op: FileRemove(,FileName=es_hn.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_hn.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:775]: Verifying accessibility of file: es_hn.msg MSI (s) (9C:9C) [21:24:51:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:790]: Executing op: FileRemove(,FileName=es_mx.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_mx.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:790]: Verifying accessibility of file: es_mx.msg MSI (s) (9C:9C) [21:24:51:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:806]: Executing op: FileRemove(,FileName=es_ni.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_ni.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:806]: Verifying accessibility of file: es_ni.msg MSI (s) (9C:9C) [21:24:51:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:822]: Executing op: FileRemove(,FileName=es_pa.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_pa.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:822]: Verifying accessibility of file: es_pa.msg MSI (s) (9C:9C) [21:24:51:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:837]: Executing op: FileRemove(,FileName=es_pe.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_pe.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:837]: Verifying accessibility of file: es_pe.msg MSI (s) (9C:9C) [21:24:51:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:853]: Executing op: FileRemove(,FileName=es_pr.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_pr.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:853]: Verifying accessibility of file: es_pr.msg MSI (s) (9C:9C) [21:24:51:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:868]: Executing op: FileRemove(,FileName=es_py.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_py.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:868]: Verifying accessibility of file: es_py.msg MSI (s) (9C:9C) [21:24:51:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:884]: Executing op: FileRemove(,FileName=es_sv.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_sv.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:884]: Verifying accessibility of file: es_sv.msg MSI (s) (9C:9C) [21:24:51:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:900]: Executing op: FileRemove(,FileName=es_uy.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_uy.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:900]: Verifying accessibility of file: es_uy.msg MSI (s) (9C:9C) [21:24:51:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:915]: Executing op: FileRemove(,FileName=es_ve.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: es_ve.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:915]: Verifying accessibility of file: es_ve.msg MSI (s) (9C:9C) [21:24:51:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:931]: Executing op: FileRemove(,FileName=et.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: et.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:931]: Verifying accessibility of file: et.msg MSI (s) (9C:9C) [21:24:51:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:931]: Executing op: FileRemove(,FileName=eu.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: eu.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:947]: Verifying accessibility of file: eu.msg MSI (s) (9C:9C) [21:24:51:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:947]: Executing op: FileRemove(,FileName=eu_es.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: eu_es.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:962]: Verifying accessibility of file: eu_es.msg MSI (s) (9C:9C) [21:24:51:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:962]: Executing op: FileRemove(,FileName=fa.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: fa.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:978]: Verifying accessibility of file: fa.msg MSI (s) (9C:9C) [21:24:51:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:978]: Executing op: FileRemove(,FileName=fa_in.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: fa_in.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:51:993]: Verifying accessibility of file: fa_in.msg MSI (s) (9C:9C) [21:24:51:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:51:993]: Executing op: FileRemove(,FileName=fa_ir.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: fa_ir.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:009]: Verifying accessibility of file: fa_ir.msg MSI (s) (9C:9C) [21:24:52:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:009]: Executing op: FileRemove(,FileName=fi.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: fi.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:025]: Verifying accessibility of file: fi.msg MSI (s) (9C:9C) [21:24:52:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:025]: Executing op: FileRemove(,FileName=fo.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: fo.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:040]: Verifying accessibility of file: fo.msg MSI (s) (9C:9C) [21:24:52:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:040]: Executing op: FileRemove(,FileName=fo_fo.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: fo_fo.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:040]: Verifying accessibility of file: fo_fo.msg MSI (s) (9C:9C) [21:24:52:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:056]: Executing op: FileRemove(,FileName=fr.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: fr.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:056]: Verifying accessibility of file: fr.msg MSI (s) (9C:9C) [21:24:52:072]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:072]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:072]: Executing op: FileRemove(,FileName=fr_be.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: fr_be.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:072]: Verifying accessibility of file: fr_be.msg MSI (s) (9C:9C) [21:24:52:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:087]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:087]: Executing op: FileRemove(,FileName=fr_ca.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: fr_ca.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:087]: Verifying accessibility of file: fr_ca.msg MSI (s) (9C:9C) [21:24:52:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:103]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:103]: Executing op: FileRemove(,FileName=fr_ch.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: fr_ch.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:103]: Verifying accessibility of file: fr_ch.msg MSI (s) (9C:9C) [21:24:52:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:118]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:118]: Executing op: FileRemove(,FileName=ga.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ga.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:118]: Verifying accessibility of file: ga.msg MSI (s) (9C:9C) [21:24:52:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:134]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:134]: Executing op: FileRemove(,FileName=ga_ie.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ga_ie.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:134]: Verifying accessibility of file: ga_ie.msg MSI (s) (9C:9C) [21:24:52:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:150]: Executing op: FileRemove(,FileName=gl.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: gl.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:150]: Verifying accessibility of file: gl.msg MSI (s) (9C:9C) [21:24:52:150]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:165]: Executing op: FileRemove(,FileName=gl_es.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: gl_es.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:165]: Verifying accessibility of file: gl_es.msg MSI (s) (9C:9C) [21:24:52:165]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:181]: Executing op: FileRemove(,FileName=gv.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: gv.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:181]: Verifying accessibility of file: gv.msg MSI (s) (9C:9C) [21:24:52:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:181]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:197]: Executing op: FileRemove(,FileName=gv_gb.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: gv_gb.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:197]: Verifying accessibility of file: gv_gb.msg MSI (s) (9C:9C) [21:24:52:197]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:197]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:197]: Executing op: FileRemove(,FileName=he.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: he.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:212]: Verifying accessibility of file: he.msg MSI (s) (9C:9C) [21:24:52:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:212]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:212]: Executing op: FileRemove(,FileName=hi.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: hi.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:228]: Verifying accessibility of file: hi.msg MSI (s) (9C:9C) [21:24:52:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:228]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:228]: Executing op: FileRemove(,FileName=hi_in.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: hi_in.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:243]: Verifying accessibility of file: hi_in.msg MSI (s) (9C:9C) [21:24:52:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:243]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:243]: Executing op: FileRemove(,FileName=hr.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: hr.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:259]: Verifying accessibility of file: hr.msg MSI (s) (9C:9C) [21:24:52:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:259]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:259]: Executing op: FileRemove(,FileName=hu.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: hu.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:275]: Verifying accessibility of file: hu.msg MSI (s) (9C:9C) [21:24:52:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:275]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:275]: Executing op: FileRemove(,FileName=id.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: id.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:290]: Verifying accessibility of file: id.msg MSI (s) (9C:9C) [21:24:52:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:290]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:290]: Executing op: FileRemove(,FileName=id_id.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: id_id.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:290]: Verifying accessibility of file: id_id.msg MSI (s) (9C:9C) [21:24:52:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:306]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:306]: Executing op: FileRemove(,FileName=is.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: is.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:306]: Verifying accessibility of file: is.msg MSI (s) (9C:9C) [21:24:52:322]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:322]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:322]: Executing op: FileRemove(,FileName=it.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: it.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:322]: Verifying accessibility of file: it.msg MSI (s) (9C:9C) [21:24:52:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:337]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:337]: Executing op: FileRemove(,FileName=it_ch.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: it_ch.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:337]: Verifying accessibility of file: it_ch.msg MSI (s) (9C:9C) [21:24:52:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:400]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:400]: Executing op: FileRemove(,FileName=ja.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ja.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:400]: Verifying accessibility of file: ja.msg MSI (s) (9C:9C) [21:24:52:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:415]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:415]: Executing op: FileRemove(,FileName=kl.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: kl.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:415]: Verifying accessibility of file: kl.msg MSI (s) (9C:9C) [21:24:52:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:431]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:431]: Executing op: FileRemove(,FileName=kl_gl.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: kl_gl.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:431]: Verifying accessibility of file: kl_gl.msg MSI (s) (9C:9C) [21:24:52:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:447]: Executing op: FileRemove(,FileName=ko.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ko.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:447]: Verifying accessibility of file: ko.msg MSI (s) (9C:9C) [21:24:52:447]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:462]: Executing op: FileRemove(,FileName=kok.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: kok.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:462]: Verifying accessibility of file: kok.msg MSI (s) (9C:9C) [21:24:52:462]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:478]: Executing op: FileRemove(,FileName=kok_in.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: kok_in.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:478]: Verifying accessibility of file: kok_in.msg MSI (s) (9C:9C) [21:24:52:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:478]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:478]: Executing op: FileRemove(,FileName=ko_kr.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ko_kr.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:493]: Verifying accessibility of file: ko_kr.msg MSI (s) (9C:9C) [21:24:52:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:493]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:509]: Executing op: FileRemove(,FileName=kw.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: kw.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:509]: Verifying accessibility of file: kw.msg MSI (s) (9C:9C) [21:24:52:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:509]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:509]: Executing op: FileRemove(,FileName=kw_gb.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: kw_gb.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:525]: Verifying accessibility of file: kw_gb.msg MSI (s) (9C:9C) [21:24:52:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:525]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:525]: Executing op: FileRemove(,FileName=lt.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: lt.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:540]: Verifying accessibility of file: lt.msg MSI (s) (9C:9C) [21:24:52:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:540]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:540]: Executing op: FileRemove(,FileName=lv.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: lv.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:556]: Verifying accessibility of file: lv.msg MSI (s) (9C:9C) [21:24:52:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:556]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:556]: Executing op: FileRemove(,FileName=mk.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: mk.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:572]: Verifying accessibility of file: mk.msg MSI (s) (9C:9C) [21:24:52:572]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:572]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:572]: Executing op: FileRemove(,FileName=mr.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: mr.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:587]: Verifying accessibility of file: mr.msg MSI (s) (9C:9C) [21:24:52:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:587]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:587]: Executing op: FileRemove(,FileName=mr_in.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: mr_in.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:587]: Verifying accessibility of file: mr_in.msg MSI (s) (9C:9C) [21:24:52:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:603]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:603]: Executing op: FileRemove(,FileName=ms.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ms.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:603]: Verifying accessibility of file: ms.msg MSI (s) (9C:9C) [21:24:52:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:618]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:618]: Executing op: FileRemove(,FileName=ms_my.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ms_my.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:618]: Verifying accessibility of file: ms_my.msg MSI (s) (9C:9C) [21:24:52:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:634]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:634]: Executing op: FileRemove(,FileName=mt.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: mt.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:634]: Verifying accessibility of file: mt.msg MSI (s) (9C:9C) [21:24:52:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:650]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:650]: Executing op: FileRemove(,FileName=nb.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: nb.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:650]: Verifying accessibility of file: nb.msg MSI (s) (9C:9C) [21:24:52:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:665]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:665]: Executing op: FileRemove(,FileName=nl.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: nl.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:665]: Verifying accessibility of file: nl.msg MSI (s) (9C:9C) [21:24:52:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:681]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:681]: Executing op: FileRemove(,FileName=nl_be.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: nl_be.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:681]: Verifying accessibility of file: nl_be.msg MSI (s) (9C:9C) [21:24:52:697]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:697]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:697]: Executing op: FileRemove(,FileName=nn.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: nn.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:697]: Verifying accessibility of file: nn.msg MSI (s) (9C:9C) [21:24:52:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:712]: Executing op: FileRemove(,FileName=pl.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: pl.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:712]: Verifying accessibility of file: pl.msg MSI (s) (9C:9C) [21:24:52:712]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:728]: Executing op: FileRemove(,FileName=pt.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: pt.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:728]: Verifying accessibility of file: pt.msg MSI (s) (9C:9C) [21:24:52:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:728]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:728]: Executing op: FileRemove(,FileName=pt_br.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: pt_br.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:743]: Verifying accessibility of file: pt_br.msg MSI (s) (9C:9C) [21:24:52:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:743]: Executing op: FileRemove(,FileName=ro.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ro.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:759]: Verifying accessibility of file: ro.msg MSI (s) (9C:9C) [21:24:52:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:759]: Executing op: FileRemove(,FileName=ru.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ru.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:775]: Verifying accessibility of file: ru.msg MSI (s) (9C:9C) [21:24:52:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:775]: Executing op: FileRemove(,FileName=ru_ua.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ru_ua.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:790]: Verifying accessibility of file: ru_ua.msg MSI (s) (9C:9C) [21:24:52:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:790]: Executing op: FileRemove(,FileName=sh.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: sh.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:806]: Verifying accessibility of file: sh.msg MSI (s) (9C:9C) [21:24:52:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:806]: Executing op: FileRemove(,FileName=sk.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: sk.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:822]: Verifying accessibility of file: sk.msg MSI (s) (9C:9C) [21:24:52:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:822]: Executing op: FileRemove(,FileName=sl.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: sl.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:822]: Verifying accessibility of file: sl.msg MSI (s) (9C:9C) [21:24:52:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:837]: Executing op: FileRemove(,FileName=sq.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: sq.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:837]: Verifying accessibility of file: sq.msg MSI (s) (9C:9C) [21:24:52:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:853]: Executing op: FileRemove(,FileName=sr.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: sr.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:853]: Verifying accessibility of file: sr.msg MSI (s) (9C:9C) [21:24:52:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:868]: Executing op: FileRemove(,FileName=sv.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: sv.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:868]: Verifying accessibility of file: sv.msg MSI (s) (9C:9C) [21:24:52:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:884]: Executing op: FileRemove(,FileName=sw.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: sw.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:884]: Verifying accessibility of file: sw.msg MSI (s) (9C:9C) [21:24:52:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:900]: Executing op: FileRemove(,FileName=ta.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ta.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:900]: Verifying accessibility of file: ta.msg MSI (s) (9C:9C) [21:24:52:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:915]: Executing op: FileRemove(,FileName=ta_in.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: ta_in.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:915]: Verifying accessibility of file: ta_in.msg MSI (s) (9C:9C) [21:24:52:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:931]: Executing op: FileRemove(,FileName=te.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: te.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:931]: Verifying accessibility of file: te.msg MSI (s) (9C:9C) [21:24:52:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:931]: Executing op: FileRemove(,FileName=te_in.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: te_in.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:947]: Verifying accessibility of file: te_in.msg MSI (s) (9C:9C) [21:24:52:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:947]: Executing op: FileRemove(,FileName=th.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: th.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:962]: Verifying accessibility of file: th.msg MSI (s) (9C:9C) [21:24:52:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:962]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:962]: Executing op: FileRemove(,FileName=tr.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: tr.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:978]: Verifying accessibility of file: tr.msg MSI (s) (9C:9C) [21:24:52:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:978]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:978]: Executing op: FileRemove(,FileName=uk.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: uk.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:52:993]: Verifying accessibility of file: uk.msg MSI (s) (9C:9C) [21:24:52:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:993]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:52:993]: Executing op: FileRemove(,FileName=vi.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: vi.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:53:009]: Verifying accessibility of file: vi.msg MSI (s) (9C:9C) [21:24:53:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:009]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:009]: Executing op: FileRemove(,FileName=zh.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: zh.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:53:009]: Verifying accessibility of file: zh.msg MSI (s) (9C:9C) [21:24:53:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:025]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:025]: Executing op: FileRemove(,FileName=zh_cn.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: zh_cn.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:53:025]: Verifying accessibility of file: zh_cn.msg MSI (s) (9C:9C) [21:24:53:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:040]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:040]: Executing op: FileRemove(,FileName=zh_hk.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: zh_hk.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:53:040]: Verifying accessibility of file: zh_hk.msg MSI (s) (9C:9C) [21:24:53:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:056]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:056]: Executing op: FileRemove(,FileName=zh_sg.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: zh_sg.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:53:056]: Verifying accessibility of file: zh_sg.msg MSI (s) (9C:9C) [21:24:53:072]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:072]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:072]: Executing op: FileRemove(,FileName=zh_tw.msg,,ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E}) RemoveFiles: File: zh_tw.msg, Directory: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:9C) [21:24:53:072]: Verifying accessibility of file: zh_tw.msg MSI (s) (9C:9C) [21:24:53:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:743]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:743]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\http1.0\) MSI (s) (9C:9C) [21:24:53:743]: Executing op: FileRemove(,FileName=http.tcl,,ComponentId={7DC98DF5-1D06-474C-9EFC-472A8707BA72}) RemoveFiles: File: http.tcl, Directory: C:\Python34\tcl\tcl8.6\http1.0\ MSI (s) (9C:9C) [21:24:53:759]: Verifying accessibility of file: http.tcl MSI (s) (9C:9C) [21:24:53:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:759]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:759]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={7DC98DF5-1D06-474C-9EFC-472A8707BA72}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\tcl8.6\http1.0\ MSI (s) (9C:9C) [21:24:53:775]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:53:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:775]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:775]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\encoding\) MSI (s) (9C:9C) [21:24:53:775]: Executing op: FileRemove(,FileName=ascii.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: ascii.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:790]: Verifying accessibility of file: ascii.enc MSI (s) (9C:9C) [21:24:53:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:790]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:790]: Executing op: FileRemove(,FileName=big5.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: big5.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:806]: Verifying accessibility of file: big5.enc MSI (s) (9C:9C) [21:24:53:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:806]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:806]: Executing op: FileRemove(,FileName=cp1250.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp1250.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:822]: Verifying accessibility of file: cp1250.enc MSI (s) (9C:9C) [21:24:53:822]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:837]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:837]: Executing op: FileRemove(,FileName=cp1251.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp1251.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:837]: Verifying accessibility of file: cp1251.enc MSI (s) (9C:9C) [21:24:53:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:853]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:853]: Executing op: FileRemove(,FileName=cp1252.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp1252.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:853]: Verifying accessibility of file: cp1252.enc MSI (s) (9C:9C) [21:24:53:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:868]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:868]: Executing op: FileRemove(,FileName=cp1253.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp1253.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:868]: Verifying accessibility of file: cp1253.enc MSI (s) (9C:9C) [21:24:53:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:884]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:884]: Executing op: FileRemove(,FileName=cp1254.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp1254.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:884]: Verifying accessibility of file: cp1254.enc MSI (s) (9C:9C) [21:24:53:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:900]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:900]: Executing op: FileRemove(,FileName=cp1255.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp1255.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:900]: Verifying accessibility of file: cp1255.enc MSI (s) (9C:9C) [21:24:53:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:915]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:915]: Executing op: FileRemove(,FileName=cp1256.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp1256.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:915]: Verifying accessibility of file: cp1256.enc MSI (s) (9C:9C) [21:24:53:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:931]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:931]: Executing op: FileRemove(,FileName=cp1257.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp1257.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:931]: Verifying accessibility of file: cp1257.enc MSI (s) (9C:9C) [21:24:53:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:947]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:947]: Executing op: FileRemove(,FileName=cp1258.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp1258.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:947]: Verifying accessibility of file: cp1258.enc MSI (s) (9C:9C) [21:24:53:965]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:967]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:967]: Executing op: FileRemove(,FileName=cp437.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp437.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:974]: Verifying accessibility of file: cp437.enc MSI (s) (9C:9C) [21:24:53:979]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:981]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:982]: Executing op: FileRemove(,FileName=cp737.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp737.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:982]: Verifying accessibility of file: cp737.enc MSI (s) (9C:9C) [21:24:53:982]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:982]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:982]: Executing op: FileRemove(,FileName=cp775.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp775.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:53:998]: Verifying accessibility of file: cp775.enc MSI (s) (9C:9C) [21:24:53:998]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:998]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:53:998]: Executing op: FileRemove(,FileName=cp850.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp850.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:014]: Verifying accessibility of file: cp850.enc MSI (s) (9C:9C) [21:24:54:014]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:014]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:014]: Executing op: FileRemove(,FileName=cp852.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp852.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:029]: Verifying accessibility of file: cp852.enc MSI (s) (9C:9C) [21:24:54:029]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:029]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:029]: Executing op: FileRemove(,FileName=cp855.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp855.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:029]: Verifying accessibility of file: cp855.enc MSI (s) (9C:9C) [21:24:54:045]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:045]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:045]: Executing op: FileRemove(,FileName=cp857.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp857.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:045]: Verifying accessibility of file: cp857.enc MSI (s) (9C:9C) [21:24:54:060]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:060]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:060]: Executing op: FileRemove(,FileName=cp860.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp860.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:060]: Verifying accessibility of file: cp860.enc MSI (s) (9C:9C) [21:24:54:076]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:076]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:076]: Executing op: FileRemove(,FileName=cp861.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp861.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:076]: Verifying accessibility of file: cp861.enc MSI (s) (9C:9C) [21:24:54:092]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:092]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:092]: Executing op: FileRemove(,FileName=cp862.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp862.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:092]: Verifying accessibility of file: cp862.enc MSI (s) (9C:9C) [21:24:54:107]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:107]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:107]: Executing op: FileRemove(,FileName=cp863.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp863.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:107]: Verifying accessibility of file: cp863.enc MSI (s) (9C:9C) [21:24:54:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:123]: Executing op: FileRemove(,FileName=cp864.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp864.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:123]: Verifying accessibility of file: cp864.enc MSI (s) (9C:9C) [21:24:54:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:139]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:139]: Executing op: FileRemove(,FileName=cp865.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp865.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:139]: Verifying accessibility of file: cp865.enc MSI (s) (9C:9C) [21:24:54:139]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:154]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:154]: Executing op: FileRemove(,FileName=cp866.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp866.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:154]: Verifying accessibility of file: cp866.enc MSI (s) (9C:9C) [21:24:54:154]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:154]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:154]: Executing op: FileRemove(,FileName=cp869.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp869.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:170]: Verifying accessibility of file: cp869.enc MSI (s) (9C:9C) [21:24:54:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:170]: Executing op: FileRemove(,FileName=cp874.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp874.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:185]: Verifying accessibility of file: cp874.enc MSI (s) (9C:9C) [21:24:54:185]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:185]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:185]: Executing op: FileRemove(,FileName=cp932.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp932.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:201]: Verifying accessibility of file: cp932.enc MSI (s) (9C:9C) [21:24:54:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:201]: Executing op: FileRemove(,FileName=cp936.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp936.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:217]: Verifying accessibility of file: cp936.enc MSI (s) (9C:9C) [21:24:54:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:217]: Executing op: FileRemove(,FileName=cp949.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp949.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:232]: Verifying accessibility of file: cp949.enc MSI (s) (9C:9C) [21:24:54:232]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:232]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:232]: Executing op: FileRemove(,FileName=cp950.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: cp950.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:248]: Verifying accessibility of file: cp950.enc MSI (s) (9C:9C) [21:24:54:248]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:248]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:248]: Executing op: FileRemove(,FileName=dingbats.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: dingbats.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:248]: Verifying accessibility of file: dingbats.enc MSI (s) (9C:9C) [21:24:54:264]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:264]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:264]: Executing op: FileRemove(,FileName=ebcdic.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: ebcdic.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:264]: Verifying accessibility of file: ebcdic.enc MSI (s) (9C:9C) [21:24:54:279]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:279]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:279]: Executing op: FileRemove(,FileName=euc-cn.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: euc-cn.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:279]: Verifying accessibility of file: euc-cn.enc MSI (s) (9C:9C) [21:24:54:295]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:295]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:295]: Executing op: FileRemove(,FileName=euc-jp.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: euc-jp.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:295]: Verifying accessibility of file: euc-jp.enc MSI (s) (9C:9C) [21:24:54:295]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:310]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:310]: Executing op: FileRemove(,FileName=euc-kr.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: euc-kr.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:310]: Verifying accessibility of file: euc-kr.enc MSI (s) (9C:9C) [21:24:54:310]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:326]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:326]: Executing op: FileRemove(,FileName=gb12345.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: gb12345.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:326]: Verifying accessibility of file: gb12345.enc MSI (s) (9C:9C) [21:24:54:326]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:326]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:326]: Executing op: FileRemove(,FileName=gb1988.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: gb1988.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:342]: Verifying accessibility of file: gb1988.enc MSI (s) (9C:9C) [21:24:54:342]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:342]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:342]: Executing op: FileRemove(,FileName=gb2312-raw.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: gb2312-raw.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:357]: Verifying accessibility of file: gb2312-raw.enc MSI (s) (9C:9C) [21:24:54:357]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:357]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:357]: Executing op: FileRemove(,FileName=gb2312.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: gb2312.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:373]: Verifying accessibility of file: gb2312.enc MSI (s) (9C:9C) [21:24:54:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:373]: Executing op: FileRemove(,FileName=iso2022-jp.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso2022-jp.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:389]: Verifying accessibility of file: iso2022-jp.enc MSI (s) (9C:9C) [21:24:54:389]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:389]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:389]: Executing op: FileRemove(,FileName=iso2022-kr.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso2022-kr.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:404]: Verifying accessibility of file: iso2022-kr.enc MSI (s) (9C:9C) [21:24:54:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:420]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:420]: Executing op: FileRemove(,FileName=iso2022.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso2022.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:435]: Verifying accessibility of file: iso2022.enc MSI (s) (9C:9C) [21:24:54:435]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:435]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:435]: Executing op: FileRemove(,FileName=iso8859-1.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-1.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:435]: Verifying accessibility of file: iso8859-1.enc MSI (s) (9C:9C) [21:24:54:451]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:451]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:451]: Executing op: FileRemove(,FileName=iso8859-10.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-10.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:451]: Verifying accessibility of file: iso8859-10.enc MSI (s) (9C:9C) [21:24:54:467]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:467]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:467]: Executing op: FileRemove(,FileName=iso8859-13.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-13.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:467]: Verifying accessibility of file: iso8859-13.enc MSI (s) (9C:9C) [21:24:54:482]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:482]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:482]: Executing op: FileRemove(,FileName=iso8859-14.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-14.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:482]: Verifying accessibility of file: iso8859-14.enc MSI (s) (9C:9C) [21:24:54:482]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:498]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:498]: Executing op: FileRemove(,FileName=iso8859-15.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-15.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:498]: Verifying accessibility of file: iso8859-15.enc MSI (s) (9C:9C) [21:24:54:498]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:498]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:514]: Executing op: FileRemove(,FileName=iso8859-16.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-16.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:514]: Verifying accessibility of file: iso8859-16.enc MSI (s) (9C:9C) [21:24:54:514]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:514]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:514]: Executing op: FileRemove(,FileName=iso8859-2.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-2.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:529]: Verifying accessibility of file: iso8859-2.enc MSI (s) (9C:9C) [21:24:54:529]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:529]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:529]: Executing op: FileRemove(,FileName=iso8859-3.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-3.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:545]: Verifying accessibility of file: iso8859-3.enc MSI (s) (9C:9C) [21:24:54:545]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:545]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:545]: Executing op: FileRemove(,FileName=iso8859-4.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-4.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:560]: Verifying accessibility of file: iso8859-4.enc MSI (s) (9C:9C) [21:24:54:560]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:560]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:560]: Executing op: FileRemove(,FileName=iso8859-5.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-5.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:576]: Verifying accessibility of file: iso8859-5.enc MSI (s) (9C:9C) [21:24:54:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:576]: Executing op: FileRemove(,FileName=iso8859-6.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-6.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:576]: Verifying accessibility of file: iso8859-6.enc MSI (s) (9C:9C) [21:24:54:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:592]: Executing op: FileRemove(,FileName=iso8859-7.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-7.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:592]: Verifying accessibility of file: iso8859-7.enc MSI (s) (9C:9C) [21:24:54:607]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:607]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:607]: Executing op: FileRemove(,FileName=iso8859-8.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-8.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:607]: Verifying accessibility of file: iso8859-8.enc MSI (s) (9C:9C) [21:24:54:623]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:623]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:623]: Executing op: FileRemove(,FileName=iso8859-9.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: iso8859-9.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:623]: Verifying accessibility of file: iso8859-9.enc MSI (s) (9C:9C) [21:24:54:639]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:639]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:639]: Executing op: FileRemove(,FileName=jis0201.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: jis0201.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:639]: Verifying accessibility of file: jis0201.enc MSI (s) (9C:9C) [21:24:54:654]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:654]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:654]: Executing op: FileRemove(,FileName=jis0208.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: jis0208.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:654]: Verifying accessibility of file: jis0208.enc MSI (s) (9C:9C) [21:24:54:670]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:670]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:670]: Executing op: FileRemove(,FileName=jis0212.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: jis0212.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:685]: Verifying accessibility of file: jis0212.enc MSI (s) (9C:9C) [21:24:54:685]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:685]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:685]: Executing op: FileRemove(,FileName=koi8-r.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: koi8-r.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:701]: Verifying accessibility of file: koi8-r.enc MSI (s) (9C:9C) [21:24:54:701]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:701]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:717]: Executing op: FileRemove(,FileName=koi8-u.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: koi8-u.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:717]: Verifying accessibility of file: koi8-u.enc MSI (s) (9C:9C) [21:24:54:732]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:732]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:732]: Executing op: FileRemove(,FileName=ksc5601.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: ksc5601.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:748]: Verifying accessibility of file: ksc5601.enc MSI (s) (9C:9C) [21:24:54:748]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:748]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:748]: Executing op: FileRemove(,FileName=macCentEuro.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macCentEuro.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:764]: Verifying accessibility of file: macCentEuro.enc MSI (s) (9C:9C) [21:24:54:764]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:764]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:764]: Executing op: FileRemove(,FileName=macCroatian.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macCroatian.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:779]: Verifying accessibility of file: macCroatian.enc MSI (s) (9C:9C) [21:24:54:779]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:795]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:795]: Executing op: FileRemove(,FileName=macCyrillic.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macCyrillic.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:795]: Verifying accessibility of file: macCyrillic.enc MSI (s) (9C:9C) [21:24:54:795]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:810]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:810]: Executing op: FileRemove(,FileName=macDingbats.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macDingbats.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:810]: Verifying accessibility of file: macDingbats.enc MSI (s) (9C:9C) [21:24:54:810]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:826]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:826]: Executing op: FileRemove(,FileName=macGreek.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macGreek.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:826]: Verifying accessibility of file: macGreek.enc MSI (s) (9C:9C) [21:24:54:826]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:842]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:842]: Executing op: FileRemove(,FileName=macIceland.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macIceland.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:842]: Verifying accessibility of file: macIceland.enc MSI (s) (9C:9C) [21:24:54:857]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:857]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:857]: Executing op: FileRemove(,FileName=macJapan.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macJapan.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:857]: Verifying accessibility of file: macJapan.enc MSI (s) (9C:9C) [21:24:54:873]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:873]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:873]: Executing op: FileRemove(,FileName=macRoman.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macRoman.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:873]: Verifying accessibility of file: macRoman.enc MSI (s) (9C:9C) [21:24:54:889]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:889]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:889]: Executing op: FileRemove(,FileName=macRomania.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macRomania.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:889]: Verifying accessibility of file: macRomania.enc MSI (s) (9C:9C) [21:24:54:904]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:904]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:904]: Executing op: FileRemove(,FileName=macThai.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macThai.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:904]: Verifying accessibility of file: macThai.enc MSI (s) (9C:9C) [21:24:54:920]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:920]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:920]: Executing op: FileRemove(,FileName=macTurkish.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macTurkish.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:920]: Verifying accessibility of file: macTurkish.enc MSI (s) (9C:9C) [21:24:54:935]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:935]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:935]: Executing op: FileRemove(,FileName=macUkraine.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: macUkraine.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:935]: Verifying accessibility of file: macUkraine.enc MSI (s) (9C:9C) [21:24:54:951]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:951]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:951]: Executing op: FileRemove(,FileName=shiftjis.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: shiftjis.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:951]: Verifying accessibility of file: shiftjis.enc MSI (s) (9C:9C) [21:24:54:967]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:967]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:967]: Executing op: FileRemove(,FileName=symbol.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: symbol.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:967]: Verifying accessibility of file: symbol.enc MSI (s) (9C:9C) [21:24:54:967]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:982]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:54:982]: Executing op: FileRemove(,FileName=tis-620.enc,,ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B}) RemoveFiles: File: tis-620.enc, Directory: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:9C) [21:24:54:982]: Verifying accessibility of file: tis-620.enc MSI (s) (9C:9C) [21:24:55:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:170]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8\8.6\) MSI (s) (9C:9C) [21:24:55:170]: Executing op: FileRemove(,FileName=http-2.8.7.tm,,ComponentId={D147208D-757B-4F14-B4A0-E538817BEF44}) RemoveFiles: File: http-2.8.7.tm, Directory: C:\Python34\tcl\tcl8\8.6\ MSI (s) (9C:9C) [21:24:55:185]: Verifying accessibility of file: http-2.8.7.tm MSI (s) (9C:9C) [21:24:55:185]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:201]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8\8.6\tdbc\) MSI (s) (9C:9C) [21:24:55:201]: Executing op: FileRemove(,FileName=sqlite3-1.0.0.tm,,ComponentId={D88ACE85-E4D0-4CFC-BAC5-C74F2F7AEA89}) RemoveFiles: File: sqlite3-1.0.0.tm, Directory: C:\Python34\tcl\tcl8\8.6\tdbc\ MSI (s) (9C:9C) [21:24:55:201]: Verifying accessibility of file: sqlite3-1.0.0.tm MSI (s) (9C:9C) [21:24:55:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:217]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8\8.5\) MSI (s) (9C:9C) [21:24:55:217]: Executing op: FileRemove(,FileName=msgcat-1.5.2.tm,,ComponentId={5E7777EC-8B38-43D6-9496-A574512E3FF5}) RemoveFiles: File: msgcat-1.5.2.tm, Directory: C:\Python34\tcl\tcl8\8.5\ MSI (s) (9C:9C) [21:24:55:357]: Verifying accessibility of file: msgcat-1.5.2.tm MSI (s) (9C:9C) [21:24:55:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:373]: Executing op: FileRemove(,FileName=tcltest-2.3.6.tm,,ComponentId={5E7777EC-8B38-43D6-9496-A574512E3FF5}) RemoveFiles: File: tcltest-2.3.6.tm, Directory: C:\Python34\tcl\tcl8\8.5\ MSI (s) (9C:9C) [21:24:55:373]: Verifying accessibility of file: tcltest-2.3.6.tm MSI (s) (9C:9C) [21:24:55:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:389]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:389]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8\8.4\) MSI (s) (9C:9C) [21:24:55:389]: Executing op: FileRemove(,FileName=platform-1.0.12.tm,,ComponentId={366231CB-9BFC-48B0-9D1A-28F4233E6113}) RemoveFiles: File: platform-1.0.12.tm, Directory: C:\Python34\tcl\tcl8\8.4\ MSI (s) (9C:9C) [21:24:55:389]: Verifying accessibility of file: platform-1.0.12.tm MSI (s) (9C:9C) [21:24:55:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:404]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8\8.4\platform\) MSI (s) (9C:9C) [21:24:55:404]: Executing op: FileRemove(,FileName=shell-1.1.4.tm,,ComponentId={E0E058BF-98B9-4F06-BA10-FB2983B22653}) RemoveFiles: File: shell-1.1.4.tm, Directory: C:\Python34\tcl\tcl8\8.4\platform\ MSI (s) (9C:9C) [21:24:55:404]: Verifying accessibility of file: shell-1.1.4.tm MSI (s) (9C:9C) [21:24:55:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:420]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:420]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:420]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:420]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\sqlite33.8.0\) MSI (s) (9C:9C) [21:24:55:420]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={B1F1CCBE-988D-43D3-9366-47DA1A2027F2}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\sqlite33.8.0\ MSI (s) (9C:9C) [21:24:55:420]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:55:436]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:436]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:436]: Executing op: FileRemove(,FileName=sqlite3.n,,ComponentId={B1F1CCBE-988D-43D3-9366-47DA1A2027F2}) RemoveFiles: File: sqlite3.n, Directory: C:\Python34\tcl\sqlite33.8.0\ MSI (s) (9C:9C) [21:24:55:436]: Verifying accessibility of file: sqlite3.n MSI (s) (9C:9C) [21:24:55:451]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:451]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:451]: Executing op: FileRemove(,FileName=sqlite3380t.dll,,ComponentId={B1F1CCBE-988D-43D3-9366-47DA1A2027F2}) RemoveFiles: File: sqlite3380t.dll, Directory: C:\Python34\tcl\sqlite33.8.0\ MSI (s) (9C:9C) [21:24:55:451]: Verifying accessibility of file: sqlite3380t.dll MSI (s) (9C:9C) [21:24:55:467]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:467]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:467]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\reg1.3\) MSI (s) (9C:9C) [21:24:55:467]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={755BF2F1-E7EA-4344-BCE2-264A7B484D8D}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\reg1.3\ MSI (s) (9C:9C) [21:24:55:467]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:55:482]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:482]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:482]: Executing op: FileRemove(,FileName=tclreg13.dll,,ComponentId={755BF2F1-E7EA-4344-BCE2-264A7B484D8D}) RemoveFiles: File: tclreg13.dll, Directory: C:\Python34\tcl\reg1.3\ MSI (s) (9C:9C) [21:24:55:482]: Verifying accessibility of file: tclreg13.dll MSI (s) (9C:9C) [21:24:55:498]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:498]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:498]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\itcl4.0.0\) MSI (s) (9C:9C) [21:24:55:498]: Executing op: FileRemove(,FileName=itcl.tcl,,ComponentId={941796A1-85F5-4981-A3A6-BA28EEAC3B78}) RemoveFiles: File: itcl.tcl, Directory: C:\Python34\tcl\itcl4.0.0\ MSI (s) (9C:9C) [21:24:55:498]: Verifying accessibility of file: itcl.tcl MSI (s) (9C:9C) [21:24:55:514]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:514]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:514]: Executing op: FileRemove(,FileName=itcl40t.dll,,ComponentId={941796A1-85F5-4981-A3A6-BA28EEAC3B78}) RemoveFiles: File: itcl40t.dll, Directory: C:\Python34\tcl\itcl4.0.0\ MSI (s) (9C:9C) [21:24:55:514]: Verifying accessibility of file: itcl40t.dll MSI (s) (9C:9C) [21:24:55:529]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:529]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:529]: Executing op: FileRemove(,FileName=itclHullCmds.tcl,,ComponentId={941796A1-85F5-4981-A3A6-BA28EEAC3B78}) RemoveFiles: File: itclHullCmds.tcl, Directory: C:\Python34\tcl\itcl4.0.0\ MSI (s) (9C:9C) [21:24:55:529]: Verifying accessibility of file: itclHullCmds.tcl MSI (s) (9C:9C) [21:24:55:545]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:545]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:545]: Executing op: FileRemove(,FileName=itclWidget.tcl,,ComponentId={941796A1-85F5-4981-A3A6-BA28EEAC3B78}) RemoveFiles: File: itclWidget.tcl, Directory: C:\Python34\tcl\itcl4.0.0\ MSI (s) (9C:9C) [21:24:55:545]: Verifying accessibility of file: itclWidget.tcl MSI (s) (9C:9C) [21:24:55:561]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:561]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:561]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={941796A1-85F5-4981-A3A6-BA28EEAC3B78}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\itcl4.0.0\ MSI (s) (9C:9C) [21:24:55:561]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:55:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:576]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\dde1.4\) MSI (s) (9C:9C) [21:24:55:576]: Executing op: FileRemove(,FileName=pkgIndex.tcl,,ComponentId={49E1A103-4588-4379-ACEB-C345A7DB634C}) RemoveFiles: File: pkgIndex.tcl, Directory: C:\Python34\tcl\dde1.4\ MSI (s) (9C:9C) [21:24:55:576]: Verifying accessibility of file: pkgIndex.tcl MSI (s) (9C:9C) [21:24:55:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:592]: Executing op: FileRemove(,FileName=tcldde14.dll,,ComponentId={49E1A103-4588-4379-ACEB-C345A7DB634C}) RemoveFiles: File: tcldde14.dll, Directory: C:\Python34\tcl\dde1.4\ MSI (s) (9C:9C) [21:24:55:592]: Verifying accessibility of file: tcldde14.dll MSI (s) (9C:9C) [21:24:55:607]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:607]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:607]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\i18n\) MSI (s) (9C:9C) [21:24:55:607]: Executing op: FileRemove(,FileName=makelocalealias.py,,ComponentId={B526E15F-2099-4974-A851-AF2900CB4303}) RemoveFiles: File: makelocalealias.py, Directory: C:\Python34\Tools\i18n\ MSI (s) (9C:9C) [21:24:55:623]: Verifying accessibility of file: makelocalealias.py MSI (s) (9C:9C) [21:24:55:623]: Executing op: FileRemove(,FileName=msgfmt.py,,ComponentId={B526E15F-2099-4974-A851-AF2900CB4303}) RemoveFiles: File: msgfmt.py, Directory: C:\Python34\Tools\i18n\ MSI (s) (9C:9C) [21:24:55:639]: Verifying accessibility of file: msgfmt.py MSI (s) (9C:9C) [21:24:55:654]: Executing op: FileRemove(,FileName=pygettext.py,,ComponentId={B526E15F-2099-4974-A851-AF2900CB4303}) RemoveFiles: File: pygettext.py, Directory: C:\Python34\Tools\i18n\ MSI (s) (9C:9C) [21:24:55:654]: Verifying accessibility of file: pygettext.py MSI (s) (9C:9C) [21:24:55:670]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\pynche\) MSI (s) (9C:9C) [21:24:55:670]: Executing op: FileRemove(,FileName=ChipViewer.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: ChipViewer.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:670]: Verifying accessibility of file: ChipViewer.py MSI (s) (9C:9C) [21:24:55:686]: Executing op: FileRemove(,FileName=ColorDB.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: ColorDB.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:686]: Verifying accessibility of file: ColorDB.py MSI (s) (9C:9C) [21:24:55:701]: Executing op: FileRemove(,FileName=DetailsViewer.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: DetailsViewer.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:717]: Verifying accessibility of file: DetailsViewer.py MSI (s) (9C:9C) [21:24:55:717]: Executing op: FileRemove(,FileName=ListViewer.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: ListViewer.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:732]: Verifying accessibility of file: ListViewer.py MSI (s) (9C:9C) [21:24:55:732]: Executing op: FileRemove(,FileName=Main.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: Main.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:748]: Verifying accessibility of file: Main.py MSI (s) (9C:9C) [21:24:55:748]: Executing op: FileRemove(,FileName=pyColorChooser.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: pyColorChooser.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:764]: Verifying accessibility of file: pyColorChooser.py MSI (s) (9C:9C) [21:24:55:764]: Executing op: FileRemove(,FileName=PyncheWidget.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: PyncheWidget.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:779]: Verifying accessibility of file: PyncheWidget.py MSI (s) (9C:9C) [21:24:55:779]: Executing op: FileRemove(,FileName=StripViewer.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: StripViewer.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:779]: Verifying accessibility of file: StripViewer.py MSI (s) (9C:9C) [21:24:55:795]: Executing op: FileRemove(,FileName=Switchboard.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: Switchboard.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:795]: Verifying accessibility of file: Switchboard.py MSI (s) (9C:9C) [21:24:55:811]: Executing op: FileRemove(,FileName=TextViewer.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: TextViewer.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:811]: Verifying accessibility of file: TextViewer.py MSI (s) (9C:9C) [21:24:55:826]: Executing op: FileRemove(,FileName=TypeinViewer.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: TypeinViewer.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:826]: Verifying accessibility of file: TypeinViewer.py MSI (s) (9C:9C) [21:24:55:842]: Executing op: FileRemove(,FileName=__init__.py,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: __init__.py, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:842]: Verifying accessibility of file: __init__.py MSI (s) (9C:9C) [21:24:55:857]: Executing op: FileRemove(,FileName=pynche.pyw,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: pynche.pyw, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:857]: Verifying accessibility of file: pynche.pyw MSI (s) (9C:9C) [21:24:55:857]: Executing op: FileRemove(,FileName=html40colors.txt,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: html40colors.txt, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:873]: Verifying accessibility of file: html40colors.txt MSI (s) (9C:9C) [21:24:55:873]: Executing op: FileRemove(,FileName=namedcolors.txt,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: namedcolors.txt, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:889]: Verifying accessibility of file: namedcolors.txt MSI (s) (9C:9C) [21:24:55:889]: Executing op: FileRemove(,FileName=webcolors.txt,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: webcolors.txt, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:904]: Verifying accessibility of file: webcolors.txt MSI (s) (9C:9C) [21:24:55:904]: Executing op: FileRemove(,FileName=websafe.txt,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: websafe.txt, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:904]: Verifying accessibility of file: websafe.txt MSI (s) (9C:9C) [21:24:55:920]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\pynche\X\) MSI (s) (9C:9C) [21:24:55:920]: Executing op: FileRemove(,FileName=rgb.txt,,ComponentId={2D8CFF11-87C4-4569-9999-ED22D3FCFBB0}) RemoveFiles: File: rgb.txt, Directory: C:\Python34\Tools\pynche\X\ MSI (s) (9C:9C) [21:24:55:920]: Verifying accessibility of file: rgb.txt MSI (s) (9C:9C) [21:24:55:936]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:936]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:936]: Executing op: FileRemove(,FileName=xlicense.txt,,ComponentId={2D8CFF11-87C4-4569-9999-ED22D3FCFBB0}) RemoveFiles: File: xlicense.txt, Directory: C:\Python34\Tools\pynche\X\ MSI (s) (9C:9C) [21:24:55:936]: Verifying accessibility of file: xlicense.txt MSI (s) (9C:9C) [21:24:55:951]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:55:951]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\pynche\) MSI (s) (9C:9C) [21:24:55:951]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1}) RemoveFiles: File: README.txt, Directory: C:\Python34\Tools\pynche\ MSI (s) (9C:9C) [21:24:55:951]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:55:967]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\Scripts\) MSI (s) (9C:9C) [21:24:55:967]: Executing op: FileRemove(,FileName=abitype.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: abitype.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:55:967]: Verifying accessibility of file: abitype.py MSI (s) (9C:9C) [21:24:55:982]: Executing op: FileRemove(,FileName=analyze_dxp.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: analyze_dxp.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:55:982]: Verifying accessibility of file: analyze_dxp.py MSI (s) (9C:9C) [21:24:55:998]: Executing op: FileRemove(,FileName=byext.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: byext.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:014]: Verifying accessibility of file: byext.py MSI (s) (9C:9C) [21:24:56:014]: Executing op: FileRemove(,FileName=byteyears.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: byteyears.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:029]: Verifying accessibility of file: byteyears.py MSI (s) (9C:9C) [21:24:56:045]: Executing op: FileRemove(,FileName=checkpip.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: checkpip.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:045]: Verifying accessibility of file: checkpip.py MSI (s) (9C:9C) [21:24:56:061]: Executing op: FileRemove(,FileName=checkpyc.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: checkpyc.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:061]: Verifying accessibility of file: checkpyc.py MSI (s) (9C:9C) [21:24:56:076]: Executing op: FileRemove(,FileName=cleanfuture.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: cleanfuture.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:076]: Verifying accessibility of file: cleanfuture.py MSI (s) (9C:9C) [21:24:56:092]: Executing op: FileRemove(,FileName=combinerefs.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: combinerefs.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:092]: Verifying accessibility of file: combinerefs.py MSI (s) (9C:9C) [21:24:56:107]: Executing op: FileRemove(,FileName=copytime.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: copytime.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:107]: Verifying accessibility of file: copytime.py MSI (s) (9C:9C) [21:24:56:123]: Executing op: FileRemove(,FileName=crlf.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: crlf.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:123]: Verifying accessibility of file: crlf.py MSI (s) (9C:9C) [21:24:56:123]: Executing op: FileRemove(,FileName=db2pickle.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: db2pickle.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:139]: Verifying accessibility of file: db2pickle.py MSI (s) (9C:9C) [21:24:56:139]: Executing op: FileRemove(,FileName=diff.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: diff.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:154]: Verifying accessibility of file: diff.py MSI (s) (9C:9C) [21:24:56:154]: Executing op: FileRemove(,FileName=dutree.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: dutree.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:170]: Verifying accessibility of file: dutree.py MSI (s) (9C:9C) [21:24:56:170]: Executing op: FileRemove(,FileName=eptags.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: eptags.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:186]: Verifying accessibility of file: eptags.py MSI (s) (9C:9C) [21:24:56:186]: Executing op: FileRemove(,FileName=find-uname.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: find-uname.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:201]: Verifying accessibility of file: find-uname.py MSI (s) (9C:9C) [21:24:56:201]: Executing op: FileRemove(,FileName=finddiv.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: finddiv.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:217]: Verifying accessibility of file: finddiv.py MSI (s) (9C:9C) [21:24:56:217]: Executing op: FileRemove(,FileName=findlinksto.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: findlinksto.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:217]: Verifying accessibility of file: findlinksto.py MSI (s) (9C:9C) [21:24:56:232]: Executing op: FileRemove(,FileName=findnocoding.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: findnocoding.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:232]: Verifying accessibility of file: findnocoding.py MSI (s) (9C:9C) [21:24:56:248]: Executing op: FileRemove(,FileName=find_recursionlimit.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: find_recursionlimit.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:248]: Verifying accessibility of file: find_recursionlimit.py MSI (s) (9C:9C) [21:24:56:264]: Executing op: FileRemove(,FileName=fixcid.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: fixcid.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:264]: Verifying accessibility of file: fixcid.py MSI (s) (9C:9C) [21:24:56:279]: Executing op: FileRemove(,FileName=fixdiv.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: fixdiv.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:279]: Verifying accessibility of file: fixdiv.py MSI (s) (9C:9C) [21:24:56:279]: Executing op: FileRemove(,FileName=fixheader.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: fixheader.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:295]: Verifying accessibility of file: fixheader.py MSI (s) (9C:9C) [21:24:56:295]: Executing op: FileRemove(,FileName=fixnotice.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: fixnotice.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:311]: Verifying accessibility of file: fixnotice.py MSI (s) (9C:9C) [21:24:56:311]: Executing op: FileRemove(,FileName=fixps.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: fixps.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:326]: Verifying accessibility of file: fixps.py MSI (s) (9C:9C) [21:24:56:326]: Executing op: FileRemove(,FileName=ftpmirror.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: ftpmirror.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:326]: Verifying accessibility of file: ftpmirror.py MSI (s) (9C:9C) [21:24:56:342]: Executing op: FileRemove(,FileName=get-remote-certificate.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: get-remote-certificate.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:342]: Verifying accessibility of file: get-remote-certificate.py MSI (s) (9C:9C) [21:24:56:357]: Executing op: FileRemove(,FileName=google.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: google.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:357]: Verifying accessibility of file: google.py MSI (s) (9C:9C) [21:24:56:373]: Executing op: FileRemove(,FileName=gprof2html.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: gprof2html.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:373]: Verifying accessibility of file: gprof2html.py MSI (s) (9C:9C) [21:24:56:389]: Executing op: FileRemove(,FileName=h2py.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: h2py.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:389]: Verifying accessibility of file: h2py.py MSI (s) (9C:9C) [21:24:56:404]: Executing op: FileRemove(,FileName=highlight.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: highlight.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:404]: Verifying accessibility of file: highlight.py MSI (s) (9C:9C) [21:24:56:404]: Executing op: FileRemove(,FileName=ifdef.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: ifdef.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:420]: Verifying accessibility of file: ifdef.py MSI (s) (9C:9C) [21:24:56:420]: Executing op: FileRemove(,FileName=import_diagnostics.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: import_diagnostics.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:436]: Verifying accessibility of file: import_diagnostics.py MSI (s) (9C:9C) [21:24:56:436]: Executing op: FileRemove(,FileName=lfcr.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: lfcr.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:451]: Verifying accessibility of file: lfcr.py MSI (s) (9C:9C) [21:24:56:451]: Executing op: FileRemove(,FileName=linktree.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: linktree.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:467]: Verifying accessibility of file: linktree.py MSI (s) (9C:9C) [21:24:56:467]: Executing op: FileRemove(,FileName=lll.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: lll.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:482]: Verifying accessibility of file: lll.py MSI (s) (9C:9C) [21:24:56:482]: Executing op: FileRemove(,FileName=mailerdaemon.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: mailerdaemon.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:498]: Verifying accessibility of file: mailerdaemon.py MSI (s) (9C:9C) [21:24:56:498]: Executing op: FileRemove(,FileName=make_ctype.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: make_ctype.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:498]: Verifying accessibility of file: make_ctype.py MSI (s) (9C:9C) [21:24:56:514]: Executing op: FileRemove(,FileName=md5sum.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: md5sum.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:514]: Verifying accessibility of file: md5sum.py MSI (s) (9C:9C) [21:24:56:529]: Executing op: FileRemove(,FileName=mkreal.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: mkreal.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:529]: Verifying accessibility of file: mkreal.py MSI (s) (9C:9C) [21:24:56:545]: Executing op: FileRemove(,FileName=ndiff.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: ndiff.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:545]: Verifying accessibility of file: ndiff.py MSI (s) (9C:9C) [21:24:56:561]: Executing op: FileRemove(,FileName=nm2def.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: nm2def.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:561]: Verifying accessibility of file: nm2def.py MSI (s) (9C:9C) [21:24:56:576]: Executing op: FileRemove(,FileName=objgraph.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: objgraph.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:576]: Verifying accessibility of file: objgraph.py MSI (s) (9C:9C) [21:24:56:576]: Executing op: FileRemove(,FileName=parseentities.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: parseentities.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:592]: Verifying accessibility of file: parseentities.py MSI (s) (9C:9C) [21:24:56:592]: Executing op: FileRemove(,FileName=parse_html5_entities.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: parse_html5_entities.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:607]: Verifying accessibility of file: parse_html5_entities.py MSI (s) (9C:9C) [21:24:56:607]: Executing op: FileRemove(,FileName=patchcheck.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: patchcheck.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:623]: Verifying accessibility of file: patchcheck.py MSI (s) (9C:9C) [21:24:56:623]: Executing op: FileRemove(,FileName=pathfix.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: pathfix.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:623]: Verifying accessibility of file: pathfix.py MSI (s) (9C:9C) [21:24:56:639]: Executing op: FileRemove(,FileName=pdeps.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: pdeps.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:639]: Verifying accessibility of file: pdeps.py MSI (s) (9C:9C) [21:24:56:654]: Executing op: FileRemove(,FileName=pickle2db.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: pickle2db.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:654]: Verifying accessibility of file: pickle2db.py MSI (s) (9C:9C) [21:24:56:670]: Executing op: FileRemove(,FileName=pindent.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: pindent.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:670]: Verifying accessibility of file: pindent.py MSI (s) (9C:9C) [21:24:56:686]: Executing op: FileRemove(,FileName=ptags.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: ptags.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:686]: Verifying accessibility of file: ptags.py MSI (s) (9C:9C) [21:24:56:701]: Executing op: FileRemove(,FileName=pysource.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: pysource.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:701]: Verifying accessibility of file: pysource.py MSI (s) (9C:9C) [21:24:56:701]: Executing op: FileRemove(,FileName=reindent-rst.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: reindent-rst.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:717]: Verifying accessibility of file: reindent-rst.py MSI (s) (9C:9C) [21:24:56:717]: Executing op: FileRemove(,FileName=reindent.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: reindent.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:732]: Verifying accessibility of file: reindent.py MSI (s) (9C:9C) [21:24:56:732]: Executing op: FileRemove(,FileName=rgrep.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: rgrep.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:732]: Verifying accessibility of file: rgrep.py MSI (s) (9C:9C) [21:24:56:748]: Executing op: FileRemove(,FileName=run_tests.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: run_tests.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:748]: Verifying accessibility of file: run_tests.py MSI (s) (9C:9C) [21:24:56:764]: Executing op: FileRemove(,FileName=serve.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: serve.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:764]: Verifying accessibility of file: serve.py MSI (s) (9C:9C) [21:24:56:779]: Executing op: FileRemove(,FileName=suff.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: suff.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:779]: Verifying accessibility of file: suff.py MSI (s) (9C:9C) [21:24:56:779]: Executing op: FileRemove(,FileName=svneol.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: svneol.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:795]: Verifying accessibility of file: svneol.py MSI (s) (9C:9C) [21:24:56:795]: Executing op: FileRemove(,FileName=texi2html.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: texi2html.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:811]: Verifying accessibility of file: texi2html.py MSI (s) (9C:9C) [21:24:56:811]: Executing op: FileRemove(,FileName=treesync.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: treesync.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:826]: Verifying accessibility of file: treesync.py MSI (s) (9C:9C) [21:24:56:826]: Executing op: FileRemove(,FileName=untabify.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: untabify.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:842]: Verifying accessibility of file: untabify.py MSI (s) (9C:9C) [21:24:56:842]: Executing op: FileRemove(,FileName=which.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: which.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:842]: Verifying accessibility of file: which.py MSI (s) (9C:9C) [21:24:56:857]: Executing op: FileRemove(,FileName=win_add2path.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: win_add2path.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:857]: Verifying accessibility of file: win_add2path.py MSI (s) (9C:9C) [21:24:56:873]: Executing op: FileRemove(,FileName=README.txt,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: README.txt, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:873]: Verifying accessibility of file: README.txt MSI (s) (9C:9C) [21:24:56:889]: Executing op: FileRemove(,FileName=2to3.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: 2to3.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:889]: Verifying accessibility of file: 2to3.py MSI (s) (9C:9C) [21:24:56:904]: Executing op: FileRemove(,FileName=pydoc3.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: pydoc3.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:904]: Verifying accessibility of file: pydoc3.py MSI (s) (9C:9C) [21:24:56:920]: Executing op: FileRemove(,FileName=pyvenv.py,,ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8}) RemoveFiles: File: pyvenv.py, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:920]: Verifying accessibility of file: pyvenv.py MSI (s) (9C:9C) [21:24:56:920]: Executing op: FileRemove(,FileName=pydocgui.pyw,,ComponentId={85260C52-C3A1-48D7-BC6A-A160CEAECED6}) RemoveFiles: File: pydocgui.pyw, Directory: C:\Python34\Tools\Scripts\ MSI (s) (9C:9C) [21:24:56:936]: Verifying accessibility of file: pydocgui.pyw MSI (s) (9C:9C) [21:24:56:936]: Executing op: SetTargetFolder(Folder=C:\Python34\Doc\) MSI (s) (9C:9C) [21:24:56:936]: Executing op: FileRemove(,FileName=python341.chm,,ComponentId={E258B5D0-A833-4105-A4EC-99584B0C12B9}) RemoveFiles: File: python341.chm, Directory: C:\Python34\Doc\ MSI (s) (9C:9C) [21:24:56:951]: Verifying accessibility of file: python341.chm MSI (s) (9C:9C) [21:24:56:951]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:951]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:951]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=175000) MSI (s) (9C:9C) [21:24:56:951]: Executing op: FolderRemove(Folder=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\,Foreign=1) RemoveFiles: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\, Directory: MSI (s) (9C:9C) [21:24:56:967]: Executing op: ActionStart(Name=RemoveFolders,Description=Removing folders,Template=Folder: [1]) Action 21:24:56: RemoveFolders. Removing folders MSI (s) (9C:9C) [21:24:56:967]: Executing op: FolderRemove(Folder=C:\Python34\Lib\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\__pycache__\ MSI (s) (9C:9C) [21:24:56:967]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:967]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:967]: Executing op: FolderRemove(Folder=C:\Python34\Lib\asyncio\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\asyncio\__pycache__\ MSI (s) (9C:9C) [21:24:56:967]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:982]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:982]: Executing op: FolderRemove(Folder=C:\Python34\Lib\idlelib\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:9C) [21:24:56:982]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:982]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:982]: Executing op: FolderRemove(Folder=C:\Python34\Lib\idlelib\idle_test\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\idlelib\idle_test\__pycache__\ MSI (s) (9C:9C) [21:24:56:982]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:982]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:982]: Executing op: FolderRemove(Folder=C:\Python34\Lib\concurrent\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\concurrent\__pycache__\ MSI (s) (9C:9C) [21:24:56:982]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:982]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:998]: Executing op: FolderRemove(Folder=C:\Python34\Lib\concurrent\futures\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\concurrent\futures\__pycache__\ MSI (s) (9C:9C) [21:24:56:998]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:998]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:998]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:998]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:998]: Executing op: FolderRemove(Folder=C:\Python34\Lib\http\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\http\__pycache__\ MSI (s) (9C:9C) [21:24:56:998]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:998]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:56:998]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:014]: Executing op: FolderRemove(Folder=C:\Python34\Lib\sqlite3\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\sqlite3\__pycache__\ MSI (s) (9C:9C) [21:24:57:014]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:014]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:014]: Executing op: FolderRemove(Folder=C:\Python34\Lib\sqlite3\test\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\sqlite3\test\__pycache__\ MSI (s) (9C:9C) [21:24:57:014]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:014]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:014]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:014]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:014]: Executing op: FolderRemove(Folder=C:\Python34\Lib\html\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\html\__pycache__\ MSI (s) (9C:9C) [21:24:57:029]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:029]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:029]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:029]: Executing op: FolderRemove(Folder=C:\Python34\Lib\lib2to3\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\lib2to3\__pycache__\ MSI (s) (9C:9C) [21:24:57:029]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:029]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:029]: Executing op: FolderRemove(Folder=C:\Python34\Lib\lib2to3\pgen2\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\lib2to3\pgen2\__pycache__\ MSI (s) (9C:9C) [21:24:57:029]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:029]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:045]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:045]: Executing op: FolderRemove(Folder=C:\Python34\Lib\lib2to3\tests\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\lib2to3\tests\__pycache__\ MSI (s) (9C:9C) [21:24:57:045]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:045]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:045]: Executing op: FolderRemove(Folder=C:\Python34\Lib\lib2to3\tests\data\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\lib2to3\tests\data\__pycache__\ MSI (s) (9C:9C) [21:24:57:045]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:045]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:045]: Executing op: FolderRemove(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\ MSI (s) (9C:9C) [21:24:57:061]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:061]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:061]: Executing op: FolderRemove(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\ MSI (s) (9C:9C) [21:24:57:061]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:061]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:061]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:061]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:061]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:061]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:061]: Executing op: FolderRemove(Folder=C:\Python34\Lib\lib2to3\fixes\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\lib2to3\fixes\__pycache__\ MSI (s) (9C:9C) [21:24:57:076]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:076]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:076]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:076]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:076]: Executing op: FolderRemove(Folder=C:\Python34\Lib\tkinter\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:57:076]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:076]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:076]: Executing op: FolderRemove(Folder=C:\Python34\Lib\tkinter\test\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\tkinter\test\__pycache__\ MSI (s) (9C:9C) [21:24:57:092]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:092]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:092]: Executing op: FolderRemove(Folder=C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\ MSI (s) (9C:9C) [21:24:57:092]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:092]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:092]: Executing op: FolderRemove(Folder=C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\ MSI (s) (9C:9C) [21:24:57:092]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:092]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:092]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:092]: Executing op: FolderRemove(Folder=C:\Python34\Lib\wsgiref\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\wsgiref\__pycache__\ MSI (s) (9C:9C) [21:24:57:107]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:107]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:107]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:107]: Executing op: FolderRemove(Folder=C:\Python34\Lib\venv\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\venv\__pycache__\ MSI (s) (9C:9C) [21:24:57:107]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:107]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:107]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:107]: Executing op: FolderRemove(Folder=C:\Python34\Lib\json\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\json\__pycache__\ MSI (s) (9C:9C) [21:24:57:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:123]: Executing op: FolderRemove(Folder=C:\Python34\Lib\curses\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\curses\__pycache__\ MSI (s) (9C:9C) [21:24:57:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:123]: Executing op: FolderRemove(Folder=C:\Python34\Lib\multiprocessing\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\multiprocessing\__pycache__\ MSI (s) (9C:9C) [21:24:57:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:123]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:139]: Executing op: FolderRemove(Folder=C:\Python34\Lib\multiprocessing\dummy\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\multiprocessing\dummy\__pycache__\ MSI (s) (9C:9C) [21:24:57:139]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:139]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:139]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:139]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:139]: Executing op: FolderRemove(Folder=C:\Python34\Lib\ensurepip\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\ensurepip\__pycache__\ MSI (s) (9C:9C) [21:24:57:139]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:139]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:139]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:154]: Executing op: FolderRemove(Folder=C:\Python34\Lib\logging\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\logging\__pycache__\ MSI (s) (9C:9C) [21:24:57:154]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:154]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:154]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:154]: Executing op: FolderRemove(Folder=C:\Python34\Lib\ctypes\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\ctypes\__pycache__\ MSI (s) (9C:9C) [21:24:57:154]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:154]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:154]: Executing op: FolderRemove(Folder=C:\Python34\Lib\ctypes\test\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\ctypes\test\__pycache__\ MSI (s) (9C:9C) [21:24:57:154]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:170]: Executing op: FolderRemove(Folder=C:\Python34\Lib\ctypes\macholib\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\ctypes\macholib\__pycache__\ MSI (s) (9C:9C) [21:24:57:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:170]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\__pycache__\ MSI (s) (9C:9C) [21:24:57:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:170]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:170]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_asyncio\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_asyncio\__pycache__\ MSI (s) (9C:9C) [21:24:57:186]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:186]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:186]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:186]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\support\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\support\__pycache__\ MSI (s) (9C:9C) [21:24:57:186]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:186]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:186]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:186]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\encoded_modules\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\encoded_modules\__pycache__\ MSI (s) (9C:9C) [21:24:57:186]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:201]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\tracedmodules\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\tracedmodules\__pycache__\ MSI (s) (9C:9C) [21:24:57:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:201]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\crashers\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\crashers\__pycache__\ MSI (s) (9C:9C) [21:24:57:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:201]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:217]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\leakers\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\leakers\__pycache__\ MSI (s) (9C:9C) [21:24:57:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:217]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\subprocessdata\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\subprocessdata\__pycache__\ MSI (s) (9C:9C) [21:24:57:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:217]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:233]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_json\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_json\__pycache__\ MSI (s) (9C:9C) [21:24:57:233]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:233]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:233]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:233]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\__pycache__\ MSI (s) (9C:9C) [21:24:57:233]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:233]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:233]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\builtin\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\builtin\__pycache__\ MSI (s) (9C:9C) [21:24:57:233]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:248]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:248]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\ MSI (s) (9C:9C) [21:24:57:248]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:248]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:248]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:248]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\ MSI (s) (9C:9C) [21:24:57:248]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:248]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:264]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:264]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:264]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:264]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\ MSI (s) (9C:9C) [21:24:57:264]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:264]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:264]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:264]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:264]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:264]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\ MSI (s) (9C:9C) [21:24:57:279]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:279]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:279]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:279]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:279]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:279]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\ MSI (s) (9C:9C) [21:24:57:279]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:279]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:295]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:295]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:295]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\ MSI (s) (9C:9C) [21:24:57:295]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:295]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:295]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:295]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:295]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\ MSI (s) (9C:9C) [21:24:57:295]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:311]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:311]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:311]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:311]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\ MSI (s) (9C:9C) [21:24:57:311]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:311]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:311]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:311]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:311]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:311]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\frozen\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\frozen\__pycache__\ MSI (s) (9C:9C) [21:24:57:326]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:326]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:326]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\source\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\source\__pycache__\ MSI (s) (9C:9C) [21:24:57:326]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:326]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:326]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\extension\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\extension\__pycache__\ MSI (s) (9C:9C) [21:24:57:326]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:326]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:326]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_importlib\import_\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_importlib\import_\__pycache__\ MSI (s) (9C:9C) [21:24:57:342]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:342]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:342]: Executing op: FolderRemove(Folder=C:\Python34\Lib\test\test_email\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\test\test_email\__pycache__\ MSI (s) (9C:9C) [21:24:57:342]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:342]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:342]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:342]: Executing op: FolderRemove(Folder=C:\Python34\Lib\turtledemo\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\turtledemo\__pycache__\ MSI (s) (9C:9C) [21:24:57:342]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:358]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:358]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:358]: Executing op: FolderRemove(Folder=C:\Python34\Lib\xml\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\xml\__pycache__\ MSI (s) (9C:9C) [21:24:57:358]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:358]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:358]: Executing op: FolderRemove(Folder=C:\Python34\Lib\xml\dom\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\xml\dom\__pycache__\ MSI (s) (9C:9C) [21:24:57:358]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:358]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:358]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:358]: Executing op: FolderRemove(Folder=C:\Python34\Lib\xml\etree\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\xml\etree\__pycache__\ MSI (s) (9C:9C) [21:24:57:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:373]: Executing op: FolderRemove(Folder=C:\Python34\Lib\xml\parsers\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\xml\parsers\__pycache__\ MSI (s) (9C:9C) [21:24:57:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:373]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:373]: Executing op: FolderRemove(Folder=C:\Python34\Lib\xml\sax\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\xml\sax\__pycache__\ MSI (s) (9C:9C) [21:24:57:389]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:389]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:389]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:389]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:389]: Executing op: FolderRemove(Folder=C:\Python34\Lib\email\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:9C) [21:24:57:389]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:389]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:389]: Executing op: FolderRemove(Folder=C:\Python34\Lib\email\mime\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\email\mime\__pycache__\ MSI (s) (9C:9C) [21:24:57:389]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:404]: Executing op: FolderRemove(Folder=C:\Python34\Lib\urllib\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\urllib\__pycache__\ MSI (s) (9C:9C) [21:24:57:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:404]: Executing op: FolderRemove(Folder=C:\Python34\Lib\encodings\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:9C) [21:24:57:404]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:529]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:529]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:529]: Executing op: FolderRemove(Folder=C:\Python34\Lib\pydoc_data\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\pydoc_data\__pycache__\ MSI (s) (9C:9C) [21:24:57:529]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:529]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:545]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:545]: Executing op: FolderRemove(Folder=C:\Python34\Lib\msilib\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\msilib\__pycache__\ MSI (s) (9C:9C) [21:24:57:545]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:545]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:545]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:545]: Executing op: FolderRemove(Folder=C:\Python34\Lib\xmlrpc\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\xmlrpc\__pycache__\ MSI (s) (9C:9C) [21:24:57:545]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:545]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:561]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:561]: Executing op: FolderRemove(Folder=C:\Python34\Lib\unittest\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\unittest\__pycache__\ MSI (s) (9C:9C) [21:24:57:561]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:561]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:561]: Executing op: FolderRemove(Folder=C:\Python34\Lib\unittest\test\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\unittest\test\__pycache__\ MSI (s) (9C:9C) [21:24:57:561]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:561]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:561]: Executing op: FolderRemove(Folder=C:\Python34\Lib\unittest\test\testmock\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\unittest\test\testmock\__pycache__\ MSI (s) (9C:9C) [21:24:57:561]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:576]: Executing op: FolderRemove(Folder=C:\Python34\Lib\collections\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\collections\__pycache__\ MSI (s) (9C:9C) [21:24:57:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:576]: Executing op: FolderRemove(Folder=C:\Python34\Lib\importlib\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\importlib\__pycache__\ MSI (s) (9C:9C) [21:24:57:576]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:592]: Executing op: FolderRemove(Folder=C:\Python34\Lib\distutils\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:9C) [21:24:57:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:592]: Executing op: FolderRemove(Folder=C:\Python34\Lib\distutils\command\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\distutils\command\__pycache__\ MSI (s) (9C:9C) [21:24:57:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:592]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:608]: Executing op: FolderRemove(Folder=C:\Python34\Lib\distutils\tests\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\distutils\tests\__pycache__\ MSI (s) (9C:9C) [21:24:57:608]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:608]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:608]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:608]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:608]: Executing op: FolderRemove(Folder=C:\Python34\Lib\dbm\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Lib\dbm\__pycache__\ MSI (s) (9C:9C) [21:24:57:608]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:623]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:623]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:623]: Executing op: FolderRemove(Folder=C:\Python34\Tools\i18n\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Tools\i18n\__pycache__\ MSI (s) (9C:9C) [21:24:57:623]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:623]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:623]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:623]: Executing op: FolderRemove(Folder=C:\Python34\Tools\pynche\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Tools\pynche\__pycache__\ MSI (s) (9C:9C) [21:24:57:623]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:639]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:639]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:639]: Executing op: FolderRemove(Folder=C:\Python34\Tools\Scripts\__pycache__\,Foreign=0) RemoveFolders: Folder: C:\Python34\Tools\Scripts\__pycache__\ MSI (s) (9C:9C) [21:24:57:639]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:654]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:654]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:670]: Note: 1: 2318 2: MSI (s) (9C:9C) [21:24:57:670]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1], Directory: [9], Size: [6]) Action 21:24:57: InstallFiles. Copying new files MSI (s) (9C:9C) [21:24:57:670]: Executing op: RemoveBaseline(ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF},ProductVersion=3.4.1150) MSI (s) (9C:9C) [21:24:57:686]: Verifying accessibility of file: F_CENTRAL_msvcp100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC MSI (s) (9C:9C) [21:24:57:701]: Verifying accessibility of file: F_CENTRAL_msvcr100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC MSI (s) (9C:9C) [21:24:57:733]: Executing op: RemoveBaseline(ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF},) MSI (s) (9C:9C) [21:24:57:748]: Verifying accessibility of file: CacheSize.txt MSI (s) (9C:9C) [21:24:57:764]: Executing op: ActionStart(Name=PublishProduct,Description=Publishing product information,) Action 21:24:57: PublishProduct. Publishing product information MSI (s) (9C:9C) [21:24:57:764]: Executing op: CleanupConfigData() MSI (s) (9C:9C) [21:24:57:764]: Executing op: RegisterPatchOrder(Continue=0,SequenceType=0,Remove=1) MSI (s) (9C:9C) [21:24:57:764]: Note: 1: 1402 2: UNKNOWN\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD\Patches 3: 2 MSI (s) (9C:9C) [21:24:57:764]: Executing op: RegisterPatchOrder(Continue=0,SequenceType=1,Remove=1) MSI (s) (9C:9C) [21:24:57:764]: Executing op: CleanupConfigData(RemovingProduct=1) MSI (s) (9C:9C) [21:24:57:764]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Patches 3: 2 MSI (s) (9C:9C) [21:24:57:764]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=640018400) MSI (s) (9C:9C) [21:24:57:967]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'. Action ended 21:24:57: InstallFinalize. Return value 1. Action ended 21:24:57: INSTALL. Return value 1. Property(N): X = C:\Python34\Tools\pynche\X\ Property(N): UpgradeCode = {6A965A0C-6EE6-4E3A-9983-3263F56311EC} Property(N): ProductName = Python 3.4.1 (64-bit) Property(N): ProductCode = {D54842CB-F761-30BA-881F-1FF821DC44DF} Property(N): ProductVersion = 3.4.1150 Property(N): Manufacturer = Python Software Foundation Property(N): ProductLanguage = 1033 Property(N): VersionNT = 603 Property(N): WhichUsers = ALL Property(N): ProductLine = Python34 Property(N): TARGETDIR = C:\Python34\ Property(N): Tools = C:\Python34\Tools\ Property(N): DefaultUIFont = DlgFont8 Property(N): ErrorDialog = ErrorDlg Property(N): Progress1 = Install Property(N): Progress2 = installs Property(N): MaintenanceForm_Action = Repair Property(N): DLLDIR = C:\WINDOWS\system32\ Property(N): LAUNCHERDIR = C:\WINDOWS\ Property(N): DLLs = C:\Python34\DLLs\ Property(N): Lib = C:\Python34\Lib\ Property(N): Lib_pycache = C:\Python34\Lib\__pycache__\ Property(N): asyncio = C:\Python34\Lib\asyncio\ Property(N): asyncio_pycache = C:\Python34\Lib\asyncio\__pycache__\ Property(N): site_packages = C:\Python34\Lib\site-packages\ Property(N): idlelib = C:\Python34\Lib\idlelib\ Property(N): idlelib_pycache = C:\Python34\Lib\idlelib\__pycache__\ Property(N): idle_test = C:\Python34\Lib\idlelib\idle_test\ Property(N): idle_test_pycache = C:\Python34\Lib\idlelib\idle_test\__pycache__\ Property(N): Icons = C:\Python34\Lib\idlelib\Icons\ Property(N): concurrent = C:\Python34\Lib\concurrent\ Property(N): concurrent_pycache = C:\Python34\Lib\concurrent\__pycache__\ Property(N): futures = C:\Python34\Lib\concurrent\futures\ Property(N): futures_pycache = C:\Python34\Lib\concurrent\futures\__pycache__\ Property(N): http = C:\Python34\Lib\http\ Property(N): http_pycache = C:\Python34\Lib\http\__pycache__\ Property(N): sqlite3 = C:\Python34\Lib\sqlite3\ Property(N): sqlite3_pycache = C:\Python34\Lib\sqlite3\__pycache__\ Property(N): test = C:\Python34\Lib\sqlite3\test\ Property(N): test_pycache = C:\Python34\Lib\sqlite3\test\__pycache__\ Property(N): html = C:\Python34\Lib\html\ Property(N): html_pycache = C:\Python34\Lib\html\__pycache__\ Property(N): lib2to3 = C:\Python34\Lib\lib2to3\ Property(N): lib2to3_pycache = C:\Python34\Lib\lib2to3\__pycache__\ Property(N): pgen2 = C:\Python34\Lib\lib2to3\pgen2\ Property(N): pgen2_pycache = C:\Python34\Lib\lib2to3\pgen2\__pycache__\ Property(N): tests = C:\Python34\Lib\lib2to3\tests\ Property(N): tests_pycache = C:\Python34\Lib\lib2to3\tests\__pycache__\ Property(N): data = C:\Python34\Lib\lib2to3\tests\data\ Property(N): data_pycache = C:\Python34\Lib\lib2to3\tests\data\__pycache__\ Property(N): fixers = C:\Python34\Lib\lib2to3\tests\data\fixers\ Property(N): fixers_pycache = C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\ Property(N): myfixes = C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ Property(N): myfixes_pycache = C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\ Property(N): fixes = C:\Python34\Lib\lib2to3\fixes\ Property(N): fixes_pycache = C:\Python34\Lib\lib2to3\fixes\__pycache__\ Property(N): tkinter = C:\Python34\Lib\tkinter\ Property(N): tkinter_pycache = C:\Python34\Lib\tkinter\__pycache__\ Property(N): test1 = C:\Python34\Lib\tkinter\test\ Property(N): test1_pycache = C:\Python34\Lib\tkinter\test\__pycache__\ Property(N): test_tkinter = C:\Python34\Lib\tkinter\test\test_tkinter\ Property(N): test_tkinter_pycache = C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\ Property(N): test_ttk = C:\Python34\Lib\tkinter\test\test_ttk\ Property(N): test_ttk_pycache = C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\ Property(N): wsgiref = C:\Python34\Lib\wsgiref\ Property(N): wsgiref_pycache = C:\Python34\Lib\wsgiref\__pycache__\ Property(N): venv = C:\Python34\Lib\venv\ Property(N): venv_pycache = C:\Python34\Lib\venv\__pycache__\ Property(N): scripts = C:\Python34\Lib\venv\scripts\ Property(N): nt = C:\Python34\Lib\venv\scripts\nt\ Property(N): posix = C:\Python34\Lib\venv\scripts\posix\ Property(N): json = C:\Python34\Lib\json\ Property(N): json_pycache = C:\Python34\Lib\json\__pycache__\ Property(N): curses = C:\Python34\Lib\curses\ Property(N): curses_pycache = C:\Python34\Lib\curses\__pycache__\ Property(N): multiprocessing = C:\Python34\Lib\multiprocessing\ Property(N): multiprocessing_pycache = C:\Python34\Lib\multiprocessing\__pycache__\ Property(N): dummy = C:\Python34\Lib\multiprocessing\dummy\ Property(N): dummy_pycache = C:\Python34\Lib\multiprocessing\dummy\__pycache__\ Property(N): ensurepip = C:\Python34\Lib\ensurepip\ Property(N): ensurepip_pycache = C:\Python34\Lib\ensurepip\__pycache__\ Property(N): _bundled = C:\Python34\Lib\ensurepip\_bundled\ Property(N): logging = C:\Python34\Lib\logging\ Property(N): logging_pycache = C:\Python34\Lib\logging\__pycache__\ Property(N): ctypes = C:\Python34\Lib\ctypes\ Property(N): ctypes_pycache = C:\Python34\Lib\ctypes\__pycache__\ Property(N): test2 = C:\Python34\Lib\ctypes\test\ Property(N): test2_pycache = C:\Python34\Lib\ctypes\test\__pycache__\ Property(N): macholib = C:\Python34\Lib\ctypes\macholib\ Property(N): macholib_pycache = C:\Python34\Lib\ctypes\macholib\__pycache__\ Property(N): test3 = C:\Python34\Lib\test\ Property(N): test3_pycache = C:\Python34\Lib\test\__pycache__\ Property(N): test_asyncio = C:\Python34\Lib\test\test_asyncio\ Property(N): test_asyncio_pycache = C:\Python34\Lib\test\test_asyncio\__pycache__\ Property(N): support = C:\Python34\Lib\test\support\ Property(N): support_pycache = C:\Python34\Lib\test\support\__pycache__\ Property(N): capath = C:\Python34\Lib\test\capath\ Property(N): encoded_modules = C:\Python34\Lib\test\encoded_modules\ Property(N): encoded_modules_pycache = C:\Python34\Lib\test\encoded_modules\__pycache__\ Property(N): imghdrdata = C:\Python34\Lib\test\imghdrdata\ Property(N): decimaltestdata = C:\Python34\Lib\test\decimaltestdata\ Property(N): sndhdrdata = C:\Python34\Lib\test\sndhdrdata\ Property(N): tracedmodules = C:\Python34\Lib\test\tracedmodules\ Property(N): tracedmodules_pycache = C:\Python34\Lib\test\tracedmodules\__pycache__\ Property(N): crashers = C:\Python34\Lib\test\crashers\ Property(N): crashers_pycache = C:\Python34\Lib\test\crashers\__pycache__\ Property(N): cjkencodings = C:\Python34\Lib\test\cjkencodings\ Property(N): leakers = C:\Python34\Lib\test\leakers\ Property(N): leakers_pycache = C:\Python34\Lib\test\leakers\__pycache__\ Property(N): subprocessdata = C:\Python34\Lib\test\subprocessdata\ Property(N): subprocessdata_pycache = C:\Python34\Lib\test\subprocessdata\__pycache__\ Property(N): test_json = C:\Python34\Lib\test\test_json\ Property(N): test_json_pycache = C:\Python34\Lib\test\test_json\__pycache__\ Property(N): xmltestdata = C:\Python34\Lib\test\xmltestdata\ Property(N): data1 = C:\Python34\Lib\test\data\ Property(N): audiodata = C:\Python34\Lib\test\audiodata\ Property(N): test_importlib = C:\Python34\Lib\test\test_importlib\ Property(N): test_importlib_pycache = C:\Python34\Lib\test\test_importlib\__pycache__\ Property(N): builtin = C:\Python34\Lib\test\test_importlib\builtin\ Property(N): builtin_pycache = C:\Python34\Lib\test\test_importlib\builtin\__pycache__\ Property(N): namespace_pkgs = C:\Python34\Lib\test\test_importlib\namespace_pkgs\ Property(N): module_and_namespace_package = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\ Property(N): module_and_namespace_package_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\ Property(N): a_test = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\ Property(N): project3 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\ Property(N): parent = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\ Property(N): child = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\ Property(N): child_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\ Property(N): project1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\ Property(N): parent1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\ Property(N): child1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\ Property(N): child1_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\ Property(N): project2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\ Property(N): parent2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\ Property(N): child2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\ Property(N): child2_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\ Property(N): both_portions = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\ Property(N): foo = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\ Property(N): foo_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\ Property(N): not_a_namespace_pkg = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\ Property(N): foo1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\ Property(N): foo1_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\ Property(N): portion1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\ Property(N): foo2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\ Property(N): foo2_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\ Property(N): portion2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\ Property(N): foo3 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\ Property(N): foo3_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\ Property(N): frozen = C:\Python34\Lib\test\test_importlib\frozen\ Property(N): frozen_pycache = C:\Python34\Lib\test\test_importlib\frozen\__pycache__\ Property(N): source = C:\Python34\Lib\test\test_importlib\source\ Property(N): source_pycache = C:\Python34\Lib\test\test_importlib\source\__pycache__\ Property(N): extension = C:\Python34\Lib\test\test_importlib\extension\ Property(N): extension_pycache = C:\Python34\Lib\test\test_importlib\extension\__pycache__\ Property(N): import_ = C:\Python34\Lib\test\test_importlib\import_\ Property(N): import__pycache = C:\Python34\Lib\test\test_importlib\import_\__pycache__\ Property(N): test_email = C:\Python34\Lib\test\test_email\ Property(N): test_email_pycache = C:\Python34\Lib\test\test_email\__pycache__\ Property(N): data2 = C:\Python34\Lib\test\test_email\data\ Property(N): turtledemo = C:\Python34\Lib\turtledemo\ Property(N): turtledemo_pycache = C:\Python34\Lib\turtledemo\__pycache__\ Property(N): xml = C:\Python34\Lib\xml\ Property(N): xml_pycache = C:\Python34\Lib\xml\__pycache__\ Property(N): dom = C:\Python34\Lib\xml\dom\ Property(N): dom_pycache = C:\Python34\Lib\xml\dom\__pycache__\ Property(N): etree = C:\Python34\Lib\xml\etree\ Property(N): etree_pycache = C:\Python34\Lib\xml\etree\__pycache__\ Property(N): parsers = C:\Python34\Lib\xml\parsers\ Property(N): parsers_pycache = C:\Python34\Lib\xml\parsers\__pycache__\ Property(N): sax = C:\Python34\Lib\xml\sax\ Property(N): sax_pycache = C:\Python34\Lib\xml\sax\__pycache__\ Property(N): email = C:\Python34\Lib\email\ Property(N): email_pycache = C:\Python34\Lib\email\__pycache__\ Property(N): mime = C:\Python34\Lib\email\mime\ Property(N): mime_pycache = C:\Python34\Lib\email\mime\__pycache__\ Property(N): urllib = C:\Python34\Lib\urllib\ Property(N): urllib_pycache = C:\Python34\Lib\urllib\__pycache__\ Property(N): encodings = C:\Python34\Lib\encodings\ Property(N): encodings_pycache = C:\Python34\Lib\encodings\__pycache__\ Property(N): pydoc_data = C:\Python34\Lib\pydoc_data\ Property(N): pydoc_data_pycache = C:\Python34\Lib\pydoc_data\__pycache__\ Property(N): msilib = C:\Python34\Lib\msilib\ Property(N): msilib_pycache = C:\Python34\Lib\msilib\__pycache__\ Property(N): xmlrpc = C:\Python34\Lib\xmlrpc\ Property(N): xmlrpc_pycache = C:\Python34\Lib\xmlrpc\__pycache__\ Property(N): unittest = C:\Python34\Lib\unittest\ Property(N): unittest_pycache = C:\Python34\Lib\unittest\__pycache__\ Property(N): test4 = C:\Python34\Lib\unittest\test\ Property(N): test4_pycache = C:\Python34\Lib\unittest\test\__pycache__\ Property(N): testmock = C:\Python34\Lib\unittest\test\testmock\ Property(N): testmock_pycache = C:\Python34\Lib\unittest\test\testmock\__pycache__\ Property(N): collections = C:\Python34\Lib\collections\ Property(N): collections_pycache = C:\Python34\Lib\collections\__pycache__\ Property(N): importlib = C:\Python34\Lib\importlib\ Property(N): importlib_pycache = C:\Python34\Lib\importlib\__pycache__\ Property(N): distutils = C:\Python34\Lib\distutils\ Property(N): distutils_pycache = C:\Python34\Lib\distutils\__pycache__\ Property(N): command = C:\Python34\Lib\distutils\command\ Property(N): command_pycache = C:\Python34\Lib\distutils\command\__pycache__\ Property(N): tests1 = C:\Python34\Lib\distutils\tests\ Property(N): tests1_pycache = C:\Python34\Lib\distutils\tests\__pycache__\ Property(N): dbm = C:\Python34\Lib\dbm\ Property(N): dbm_pycache = C:\Python34\Lib\dbm\__pycache__\ Property(N): include = C:\Python34\include\ Property(N): libs = C:\Python34\libs\ Property(N): tcl = C:\Python34\tcl\ Property(N): tk8.6 = C:\Python34\tcl\tk8.6\ Property(N): ttk = C:\Python34\tcl\tk8.6\ttk\ Property(N): msgs = C:\Python34\tcl\tk8.6\msgs\ Property(N): images = C:\Python34\tcl\tk8.6\images\ Property(N): demos = C:\Python34\tcl\tk8.6\demos\ Property(N): images1 = C:\Python34\tcl\tk8.6\demos\images\ Property(N): tix8.4.3 = C:\Python34\tcl\tix8.4.3\ Property(N): pref = C:\Python34\tcl\tix8.4.3\pref\ Property(N): demos1 = C:\Python34\tcl\tix8.4.3\demos\ Property(N): samples = C:\Python34\tcl\tix8.4.3\demos\samples\ Property(N): bitmaps = C:\Python34\tcl\tix8.4.3\demos\bitmaps\ Property(N): bitmaps1 = C:\Python34\tcl\tix8.4.3\bitmaps\ Property(N): thread2.7.0 = C:\Python34\tcl\thread2.7.0\ Property(N): tdbcsqlite1.0.0 = C:\Python34\tcl\tdbcsqlite1.0.0\ Property(N): tdbcpostgres1.0.0 = C:\Python34\tcl\tdbcpostgres1.0.0\ Property(N): tdbcodbc1.0.0 = C:\Python34\tcl\tdbcodbc1.0.0\ Property(N): tdbcmysql1.0.0 = C:\Python34\tcl\tdbcmysql1.0.0\ Property(N): tdbc1.0.0 = C:\Python34\tcl\tdbc1.0.0\ Property(N): tcl8.6 = C:\Python34\tcl\tcl8.6\ Property(N): tzdata = C:\Python34\tcl\tcl8.6\tzdata\ Property(N): US = C:\Python34\tcl\tcl8.6\tzdata\US\ Property(N): Pacific = C:\Python34\tcl\tcl8.6\tzdata\Pacific\ Property(N): SystemV = C:\Python34\tcl\tcl8.6\tzdata\SystemV\ Property(N): Mexico = C:\Python34\tcl\tcl8.6\tzdata\Mexico\ Property(N): Indian = C:\Python34\tcl\tcl8.6\tzdata\Indian\ Property(N): Europe = C:\Python34\tcl\tcl8.6\tzdata\Europe\ Property(N): Etc = C:\Python34\tcl\tcl8.6\tzdata\Etc\ Property(N): Chile = C:\Python34\tcl\tcl8.6\tzdata\Chile\ Property(N): Canada = C:\Python34\tcl\tcl8.6\tzdata\Canada\ Property(N): Atlantic = C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ Property(N): Brazil = C:\Python34\tcl\tcl8.6\tzdata\Brazil\ Property(N): Australia = C:\Python34\tcl\tcl8.6\tzdata\Australia\ Property(N): Asia = C:\Python34\tcl\tcl8.6\tzdata\Asia\ Property(N): Arctic = C:\Python34\tcl\tcl8.6\tzdata\Arctic\ Property(N): Antarctica = C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ Property(N): America = C:\Python34\tcl\tcl8.6\tzdata\America\ Property(N): North_Dakota = C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ Property(N): Kentucky = C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\ Property(N): Indiana = C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ Property(N): Argentina = C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ Property(N): Africa = C:\Python34\tcl\tcl8.6\tzdata\Africa\ Property(N): opt0.4 = C:\Python34\tcl\tcl8.6\opt0.4\ Property(N): msgs1 = C:\Python34\tcl\tcl8.6\msgs\ Property(N): http1.0 = C:\Python34\tcl\tcl8.6\http1.0\ Property(N): encoding = C:\Python34\tcl\tcl8.6\encoding\ Property(N): tcl8 = C:\Python34\tcl\tcl8\ Property(N): _8.6 = C:\Python34\tcl\tcl8\8.6\ Property(N): tdbc = C:\Python34\tcl\tcl8\8.6\tdbc\ Property(N): _8.5 = C:\Python34\tcl\tcl8\8.5\ Property(N): _8.4 = C:\Python34\tcl\tcl8\8.4\ Property(N): platform = C:\Python34\tcl\tcl8\8.4\platform\ Property(N): _8.3 = C:\Python34\tcl\tcl8\8.3\ Property(N): _8.2 = C:\Python34\tcl\tcl8\8.2\ Property(N): sqlite33.8.0 = C:\Python34\tcl\sqlite33.8.0\ Property(N): reg1.3 = C:\Python34\tcl\reg1.3\ Property(N): itcl4.0.0 = C:\Python34\tcl\itcl4.0.0\ Property(N): dde1.4 = C:\Python34\tcl\dde1.4\ Property(N): i18n = C:\Python34\Tools\i18n\ Property(N): i18n_pycache = C:\Python34\Tools\i18n\__pycache__\ Property(N): pynche = C:\Python34\Tools\pynche\ Property(N): pynche_pycache = C:\Python34\Tools\pynche\__pycache__\ Property(N): Scripts = C:\Python34\Tools\Scripts\ Property(N): Scripts_pycache = C:\Python34\Tools\Scripts\__pycache__\ Property(N): Doc = C:\Python34\Doc\ Property(N): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ Property(N): MenuDir = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\ Property(N): SecureCustomProperties = REMOVEOLDSNAPSHOT;REMOVEOLDVERSION;TARGETDIR;DLLDIR;LAUNCHERDIR Property(N): WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC = C:\WINDOWS\ Property(N): System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC = C:\WINDOWS\system32\ Property(N): DirectoryTable100_amd64.BFF61907_AA2D_3A26_8666_98D956A62ABC = DirectoryTable Property(N): PackageCode = {A3D6909A-868F-4BF0-8F8B-7CAA65BDD455} Property(N): ProductState = 5 Property(N): ALLUSERS = 1 Property(N): UPGRADINGPRODUCTCODE = {CD723946-09C1-38D3-8542-732BA931E9EF} Property(N): CLIENTPROCESSID = 7536 Property(N): CLIENTUILEVEL = 0 Property(N): REMOVE = ALL Property(N): PRODUCTLANGUAGE = 1033 Property(N): VersionDatabase = 200 Property(N): VersionMsi = 5.00 Property(N): VersionNT64 = 603 Property(N): WindowsBuild = 9600 Property(N): ServicePackLevel = 0 Property(N): ServicePackLevelMinor = 0 Property(N): MsiNTProductType = 1 Property(N): MsiNTSuitePersonal = 1 Property(N): WindowsFolder = C:\WINDOWS\ Property(N): WindowsVolume = C:\ Property(N): System64Folder = C:\WINDOWS\system32\ Property(N): SystemFolder = C:\WINDOWS\SysWOW64\ Property(N): RemoteAdminTS = 1 Property(N): TempFolder = C:\Users\pierre\AppData\Local\Temp\ Property(N): ProgramFilesFolder = C:\Program Files (x86)\ Property(N): CommonFilesFolder = C:\Program Files (x86)\Common Files\ Property(N): ProgramFiles64Folder = C:\Program Files\ Property(N): CommonFiles64Folder = C:\Program Files\Common Files\ Property(N): AppDataFolder = C:\Users\pierre\AppData\Roaming\ Property(N): FavoritesFolder = C:\Users\pierre\Favorites\ Property(N): NetHoodFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Network Shortcuts\ Property(N): PersonalFolder = C:\Users\pierre\Documents\ Property(N): PrintHoodFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\ Property(N): RecentFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Recent\ Property(N): SendToFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\SendTo\ Property(N): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\ Property(N): CommonAppDataFolder = C:\ProgramData\ Property(N): LocalAppDataFolder = C:\Users\pierre\AppData\Local\ Property(N): MyPicturesFolder = C:\Users\pierre\Pictures\ Property(N): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\ Property(N): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\ Property(N): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\ Property(N): DesktopFolder = C:\Users\Public\Desktop\ Property(N): FontsFolder = C:\WINDOWS\Fonts\ Property(N): GPTSupport = 1 Property(N): OLEAdvtSupport = 1 Property(N): ShellAdvtSupport = 1 Property(N): MsiAMD64 = 6 Property(N): Msix64 = 6 Property(N): Intel = 6 Property(N): PhysicalMemory = 8088 Property(N): VirtualMemory = 5152 Property(N): AdminUser = 1 Property(N): MsiTrueAdminUser = 1 Property(N): LogonUser = pierre Property(N): UserSID = S-1-5-21-3441990254-2136703886-705876676-1002 Property(N): UserLanguageID = 2060 Property(N): ComputerName = BRP Property(N): SystemLanguageID = 2060 Property(N): ScreenX = 1024 Property(N): ScreenY = 768 Property(N): CaptionHeight = 28 Property(N): BorderTop = 1 Property(N): BorderSide = 1 Property(N): MsiTabletPC = 1 Property(N): TextHeight = 16 Property(N): TextInternalLeading = 3 Property(N): ColorBits = 32 Property(N): TTCSupport = 1 Property(N): Time = 21:24:58 Property(N): Date = 18-10-14 Property(N): MsiNetAssemblySupport = 4.0.30319.33440 Property(N): MsiWin32AssemblySupport = 6.3.9600.16384 Property(N): RedirectedDllSupport = 2 Property(N): MsiRunningElevated = 1 Property(N): Privileged = 1 Property(N): USERNAME = pierre.boulanger at hotmail.com Property(N): Installed = 00:00:00 Property(N): DATABASE = C:\WINDOWS\Installer\20094.msi Property(N): UILevel = 5 Property(N): OriginalDatabase = C:\WINDOWS\Installer\20094.msi Property(N): Preselected = 1 Property(N): ACTION = INSTALL Property(N): ROOTDRIVE = C:\ Property(N): CostingComplete = 1 Property(N): OutOfDiskSpace = 0 Property(N): OutOfNoRbDiskSpace = 0 Property(N): PrimaryVolumeSpaceAvailable = 0 Property(N): PrimaryVolumeSpaceRequired = 0 Property(N): PrimaryVolumeSpaceRemaining = 0 Property(N): INSTALLLEVEL = 1 MSI (s) (9C:9C) [21:24:58:139]: Closing MSIHANDLE (3) of type 790542 for thread 1436 RemoveExistingProducts: Application: {2583CDBA-8A53-4622-BB67-1D163714C1B4}, Command line: UPGRADINGPRODUCTCODE={CD723946-09C1-38D3-8542-732BA931E9EF} CLIENTPROCESSID=7536 CLIENTUILEVEL=0 REMOVE=ALL MSI (s) (9C:2C) [21:24:58:154]: Resetting cached policy values MSI (s) (9C:2C) [21:24:58:154]: Machine policy value 'Debug' is 0 MSI (s) (9C:2C) [21:24:58:154]: ******* RunEngine: ******* Product: {2583CDBA-8A53-4622-BB67-1D163714C1B4} ******* Action: ******* CommandLine: ********** MSI (s) (9C:2C) [21:24:58:154]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:154]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:154]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:154]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:154]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:154]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:154]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:186]: Note: 1: 2265 2: 3: -2147287035 MSI (s) (9C:2C) [21:24:58:186]: Creating MSIHANDLE (5) of type 790542 for thread 4908 MSI (s) (9C:2C) [21:24:58:186]: MSCOREE not loaded loading copy from system32 MSI (s) (9C:2C) [21:24:58:201]: End dialog not enabled MSI (s) (9C:2C) [21:24:58:201]: Original package ==> C:\WINDOWS\Installer\cacff.msi MSI (s) (9C:2C) [21:24:58:201]: Package we're running from ==> C:\WINDOWS\Installer\cacff.msi MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: APPCOMPAT: Uninstall Flags override found. MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: APPCOMPAT: Uninstall VersionNT override found. MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: APPCOMPAT: Uninstall ServicePackLevel override found. MSI (s) (9C:2C) [21:24:58:217]: APPCOMPAT: looking for appcompat database entry with ProductCode '{2583CDBA-8A53-4622-BB67-1D163714C1B4}'. MSI (s) (9C:2C) [21:24:58:217]: APPCOMPAT: no matching ProductCode found in database. MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:217]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:232]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Machine policy value 'DisablePatch' is 0 MSI (s) (9C:2C) [21:24:58:248]: Machine policy value 'AllowLockdownPatch' is 0 MSI (s) (9C:2C) [21:24:58:248]: Machine policy value 'DisableLUAPatching' is 0 MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Machine policy value 'DisableFlyWeightPatching' is 0 MSI (s) (9C:2C) [21:24:58:248]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active MSI (s) (9C:2C) [21:24:58:248]: APPCOMPAT: looking for appcompat database entry with ProductCode '{2583CDBA-8A53-4622-BB67-1D163714C1B4}'. MSI (s) (9C:2C) [21:24:58:248]: APPCOMPAT: no matching ProductCode found in database. MSI (s) (9C:2C) [21:24:58:248]: Transforms are not secure. MSI (s) (9C:2C) [21:24:58:248]: Command Line: UPGRADINGPRODUCTCODE={CD723946-09C1-38D3-8542-732BA931E9EF} CLIENTPROCESSID=7536 CLIENTUILEVEL=0 REMOVE=ALL MSI (s) (9C:2C) [21:24:58:248]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{9360D2A4-D416-4381-9306-E96BF03C2201}'. MSI (s) (9C:2C) [21:24:58:248]: Product Code passed to Engine.Initialize: '{2583CDBA-8A53-4622-BB67-1D163714C1B4}' MSI (s) (9C:2C) [21:24:58:248]: Product Code from property table before transforms: '{2583CDBA-8A53-4622-BB67-1D163714C1B4}' MSI (s) (9C:2C) [21:24:58:248]: Product Code from property table after transforms: '{2583CDBA-8A53-4622-BB67-1D163714C1B4}' MSI (s) (9C:2C) [21:24:58:248]: Product registered: entering maintenance mode MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine. MSI (s) (9C:2C) [21:24:58:248]: PROPERTY CHANGE: Adding ALLUSERS property. Its value is '1'. MSI (s) (9C:2C) [21:24:58:248]: MSI_LUA: Nested installation UAC elevation tracks that of parent (is not elevated) MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Product {2583CDBA-8A53-4622-BB67-1D163714C1B4} is admin assigned: LocalSystem owns the publish key. MSI (s) (9C:2C) [21:24:58:248]: Product {2583CDBA-8A53-4622-BB67-1D163714C1B4} is managed. MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: MSI_LUA: Credential prompt not required, user is an admin MSI (s) (9C:2C) [21:24:58:248]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'. MSI (s) (9C:2C) [21:24:58:248]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'. MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Package name retrieved from configuration data: 'python-3.4.2.msi' MSI (s) (9C:2C) [21:24:58:248]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (9C:2C) [21:24:58:248]: Note: 1: 2262 2: AdminProperties 3: -2147287038 MSI (s) (9C:2C) [21:24:58:248]: Machine policy value 'DisableMsi' is 0 MSI (s) (9C:2C) [21:24:58:248]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:2C) [21:24:58:248]: User policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:2C) [21:24:58:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:248]: Product {2583CDBA-8A53-4622-BB67-1D163714C1B4} is admin assigned: LocalSystem owns the publish key. MSI (s) (9C:2C) [21:24:58:248]: Product {2583CDBA-8A53-4622-BB67-1D163714C1B4} is managed. MSI (s) (9C:2C) [21:24:58:248]: Running product '{2583CDBA-8A53-4622-BB67-1D163714C1B4}' with elevated privileges: Product is assigned. MSI (s) (9C:2C) [21:24:58:248]: PROPERTY CHANGE: Adding UPGRADINGPRODUCTCODE property. Its value is '{CD723946-09C1-38D3-8542-732BA931E9EF}'. MSI (s) (9C:2C) [21:24:58:248]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '7536'. MSI (s) (9C:2C) [21:24:58:248]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'. MSI (s) (9C:2C) [21:24:58:248]: PROPERTY CHANGE: Adding REMOVE property. Its value is 'ALL'. MSI (s) (9C:2C) [21:24:58:264]: RESTART MANAGER: Session closed. MSI (s) (9C:2C) [21:24:58:264]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0 MSI (s) (9C:2C) [21:24:58:279]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is 'a1c3afc14ce8e44ba21d6f60a87e5e9d'. MSI (s) (9C:2C) [21:24:58:279]: RESTART MANAGER: Session opened. MSI (s) (9C:2C) [21:24:58:279]: TRANSFORMS property is now: MSI (s) (9C:2C) [21:24:58:279]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'. MSI (s) (9C:2C) [21:24:58:279]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'. MSI (s) (9C:2C) [21:24:58:279]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming MSI (s) (9C:2C) [21:24:58:279]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Favorites MSI (s) (9C:2C) [21:24:58:279]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Network Shortcuts MSI (s) (9C:2C) [21:24:58:295]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Documents MSI (s) (9C:2C) [21:24:58:295]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Printer Shortcuts MSI (s) (9C:2C) [21:24:58:295]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Recent MSI (s) (9C:2C) [21:24:58:295]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\SendTo MSI (s) (9C:2C) [21:24:58:311]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Templates MSI (s) (9C:2C) [21:24:58:311]: SHELL32::SHGetFolderPath returned: C:\ProgramData MSI (s) (9C:2C) [21:24:58:311]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Local MSI (s) (9C:2C) [21:24:58:311]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Pictures MSI (s) (9C:2C) [21:24:58:326]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (s) (9C:2C) [21:24:58:326]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup MSI (s) (9C:2C) [21:24:58:326]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:2C) [21:24:58:342]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu MSI (s) (9C:2C) [21:24:58:342]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop MSI (s) (9C:2C) [21:24:58:342]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (s) (9C:2C) [21:24:58:357]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup MSI (s) (9C:2C) [21:24:58:357]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:2C) [21:24:58:357]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu MSI (s) (9C:2C) [21:24:58:373]: SHELL32::SHGetFolderPath returned: C:\Users\pierre\Desktop MSI (s) (9C:2C) [21:24:58:373]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates MSI (s) (9C:2C) [21:24:58:373]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts MSI (s) (9C:2C) [21:24:58:373]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16 MSI (s) (9C:2C) [21:24:58:389]: MSI_LUA: Setting AdminUser property to 1 because the product is already installed managed and per-machine MSI (s) (9C:2C) [21:24:58:389]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated. MSI (s) (9C:2C) [21:24:58:389]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'. MSI (s) (9C:2C) [21:24:58:389]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'. MSI (s) (9C:2C) [21:24:58:389]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:389]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (s) (9C:2C) [21:24:58:389]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'pierre.boulanger at hotmail.com'. MSI (s) (9C:2C) [21:24:58:389]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (s) (9C:2C) [21:24:58:389]: PROPERTY CHANGE: Adding Installed property. Its value is '00:00:00'. MSI (s) (9C:2C) [21:24:58:389]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINDOWS\Installer\cacff.msi'. MSI (s) (9C:2C) [21:24:58:389]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\WINDOWS\Installer\cacff.msi'. MSI (s) (9C:2C) [21:24:58:389]: Machine policy value 'MsiDisableEmbeddedUI' is 0 MSI (s) (9C:2C) [21:24:58:389]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install MSI (s) (9C:2C) [21:24:58:389]: Note: 1: 2262 2: PatchPackage 3: -2147287038 MSI (s) (9C:2C) [21:24:58:389]: Machine policy value 'DisableRollback' is 0 MSI (s) (9C:2C) [21:24:58:389]: User policy value 'DisableRollback' is 0 MSI (s) (9C:2C) [21:24:58:389]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'. MSI (s) (9C:2C) [21:24:58:389]: Note: 1: 2262 2: Font 3: -2147287038 MSI (s) (9C:2C) [21:24:58:389]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'. MSI (s) (9C:2C) [21:24:58:389]: Note: 1: 2262 2: LaunchCondition 3: -2147287038 MSI (s) (9C:2C) [21:24:58:389]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes. MSI (s) (9C:2C) [21:24:58:389]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'. MSI (s) (9C:2C) [21:24:58:389]: Doing action: INSTALL Action 21:24:58: INSTALL. Action start 21:24:58: INSTALL. MSI (s) (9C:2C) [21:24:58:404]: Running ExecuteSequence MSI (s) (9C:2C) [21:24:58:404]: Doing action: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D Action 21:24:58: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Action start 21:24:58: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. MSI (s) (9C:2C) [21:24:58:404]: PROPERTY CHANGE: Adding WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D property. Its value is 'C:\WINDOWS\'. Action ended 21:24:58: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1. MSI (s) (9C:2C) [21:24:58:404]: Doing action: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D Action 21:24:58: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Action start 21:24:58: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. MSI (s) (9C:2C) [21:24:58:404]: PROPERTY CHANGE: Adding SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D property. Its value is 'C:\WINDOWS\SysWOW64\'. Action ended 21:24:58: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1. MSI (s) (9C:2C) [21:24:58:404]: Doing action: LaunchConditions Action 21:24:58: LaunchConditions. Evaluating launch conditions Action start 21:24:58: LaunchConditions. MSI (s) (9C:2C) [21:24:58:404]: Note: 1: 2262 2: LaunchCondition 3: -2147287038 Action ended 21:24:58: LaunchConditions. Return value 1. MSI (s) (9C:2C) [21:24:58:420]: Doing action: FindRelatedProducts Action 21:24:58: FindRelatedProducts. Searching for related applications Action start 21:24:58: FindRelatedProducts. MSI (s) (9C:2C) [21:24:58:420]: Skipping FindRelatedProducts action: not run in maintenance mode Action ended 21:24:58: FindRelatedProducts. Return value 0. MSI (s) (9C:2C) [21:24:58:420]: Doing action: AppSearch Action 21:24:58: AppSearch. Searching for installed applications Action start 21:24:58: AppSearch. MSI (s) (9C:2C) [21:24:58:420]: Note: 1: 2262 2: AppSearch 3: -2147287038 Action ended 21:24:58: AppSearch. Return value 1. MSI (s) (9C:2C) [21:24:58:420]: Skipping action: CCPSearch (condition is false) MSI (s) (9C:2C) [21:24:58:420]: Skipping action: RMCCPSearch (condition is false) MSI (s) (9C:2C) [21:24:58:420]: Doing action: ValidateProductID Action 21:24:58: ValidateProductID. Action start 21:24:58: ValidateProductID. Action ended 21:24:58: ValidateProductID. Return value 1. MSI (s) (9C:2C) [21:24:58:420]: Doing action: InitialTargetDir Action 21:24:58: InitialTargetDir. Action start 21:24:58: InitialTargetDir. MSI (s) (9C:2C) [21:24:58:436]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\Python34'. Action ended 21:24:58: InitialTargetDir. Return value 1. MSI (s) (9C:2C) [21:24:58:436]: Doing action: SetDLLDirToSystem32 Action 21:24:58: SetDLLDirToSystem32. Action start 21:24:58: SetDLLDirToSystem32. MSI (s) (9C:2C) [21:24:58:436]: PROPERTY CHANGE: Adding DLLDIR property. Its value is 'C:\WINDOWS\SysWOW64\'. Action ended 21:24:58: SetDLLDirToSystem32. Return value 1. MSI (s) (9C:2C) [21:24:58:436]: Skipping action: SetDLLDirToTarget (condition is false) MSI (s) (9C:2C) [21:24:58:436]: Doing action: SetLauncherDirToWindows Action 21:24:58: SetLauncherDirToWindows. Action start 21:24:58: SetLauncherDirToWindows. MSI (s) (9C:2C) [21:24:58:436]: PROPERTY CHANGE: Adding LAUNCHERDIR property. Its value is 'C:\WINDOWS\'. Action ended 21:24:58: SetLauncherDirToWindows. Return value 1. MSI (s) (9C:2C) [21:24:58:436]: Skipping action: SetLauncherDirToTarget (condition is false) MSI (s) (9C:2C) [21:24:58:436]: Doing action: CA_WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D Action 21:24:58: CA_WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Action start 21:24:58: CA_WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Action ended 21:24:58: CA_WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1. MSI (s) (9C:2C) [21:24:58:436]: Doing action: CA_SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D Action 21:24:58: CA_SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Action start 21:24:58: CA_SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Action ended 21:24:58: CA_SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1. MSI (s) (9C:2C) [21:24:58:451]: Doing action: CostInitialize Action 21:24:58: CostInitialize. Computing space requirements Action start 21:24:58: CostInitialize. MSI (s) (9C:2C) [21:24:58:451]: Machine policy value 'MaxPatchCacheSize' is 10 MSI (s) (9C:2C) [21:24:58:451]: Baseline: Sorting baselines for {2583CDBA-8A53-4622-BB67-1D163714C1B4}. MSI (s) (9C:2C) [21:24:58:451]: Baseline: New baseline 3.4.16349 from transaction. MSI (s) (9C:2C) [21:24:58:451]: Baseline: Sorted order Native: Order 0. MSI (s) (9C:2C) [21:24:58:451]: Baseline Data Table: MSI (s) (9C:2C) [21:24:58:451]: ProductCode: {2583CDBA-8A53-4622-BB67-1D163714C1B4} Version: 3.4.16349 Attributes: 4 PatchId: Native BaselineId: -2147483648 Order: 0 MSI (s) (9C:2C) [21:24:58:451]: Baseline File Table: MSI (s) (9C:2C) [21:24:58:451]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'. MSI (s) (9C:2C) [21:24:58:467]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'. MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: Patch 3: -2147287038 MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: PatchPackage 3: -2147287038 MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: MsiPatchHeaders 3: -2147287038 MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2205 2: 3: __MsiPatchFileList MSI (s) (9C:2C) [21:24:58:467]: Dumping __MsiPatchMedia table... MSI (s) (9C:2C) [21:24:58:467]: Delta compression fallback method for this product transaction is 'MSI 2.0 legacy obsolescence' Action ended 21:24:58: CostInitialize. Return value 1. MSI (s) (9C:2C) [21:24:58:467]: Doing action: FileCost Action 21:24:58: FileCost. Computing space requirements Action start 21:24:58: FileCost. MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: MsiAssembly 3: -2147287038 MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: MoveFile 3: -2147287038 MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: DuplicateFile 3: -2147287038 MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: IniFile 3: -2147287038 MSI (s) (9C:2C) [21:24:58:467]: Note: 1: 2262 2: ReserveCost 3: -2147287038 Action ended 21:24:58: FileCost. Return value 1. MSI (s) (9C:2C) [21:24:58:467]: Doing action: IsolateComponents Action 21:24:58: IsolateComponents. Action start 21:24:58: IsolateComponents. MSI (s) (9C:2C) [21:24:58:482]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:2C) [21:24:58:482]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 Action ended 21:24:58: IsolateComponents. Return value 1. MSI (s) (9C:2C) [21:24:58:482]: Doing action: CostFinalize Action 21:24:58: CostFinalize. Computing space requirements Action start 21:24:58: CostFinalize. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding X property. Its value is 'C:\Python34\Tools\pynche\X'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Modifying DLLDIR property. Its current value is 'C:\WINDOWS\SysWOW64\'. Its new value: 'C:\WINDOWS\SysWOW64'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Modifying LAUNCHERDIR property. Its current value is 'C:\WINDOWS\'. Its new value: 'C:\WINDOWS'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding DLLs property. Its value is 'C:\Python34\DLLs'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding Lib property. Its value is 'C:\Python34\Lib'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding Lib_pycache property. Its value is 'C:\Python34\Lib\__pycache__'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding asyncio property. Its value is 'C:\Python34\Lib\asyncio'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding asyncio_pycache property. Its value is 'C:\Python34\Lib\asyncio\__pycache__'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding site_packages property. Its value is 'C:\Python34\Lib\site-packages'. MSI (s) (9C:2C) [21:24:58:498]: PROPERTY CHANGE: Adding idlelib property. Its value is 'C:\Python34\Lib\idlelib'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding idlelib_pycache property. Its value is 'C:\Python34\Lib\idlelib\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding idle_test property. Its value is 'C:\Python34\Lib\idlelib\idle_test'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding idle_test_pycache property. Its value is 'C:\Python34\Lib\idlelib\idle_test\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding Icons property. Its value is 'C:\Python34\Lib\idlelib\Icons'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding concurrent property. Its value is 'C:\Python34\Lib\concurrent'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding concurrent_pycache property. Its value is 'C:\Python34\Lib\concurrent\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding futures property. Its value is 'C:\Python34\Lib\concurrent\futures'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding futures_pycache property. Its value is 'C:\Python34\Lib\concurrent\futures\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding http property. Its value is 'C:\Python34\Lib\http'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding http_pycache property. Its value is 'C:\Python34\Lib\http\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding sqlite3 property. Its value is 'C:\Python34\Lib\sqlite3'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding sqlite3_pycache property. Its value is 'C:\Python34\Lib\sqlite3\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding test property. Its value is 'C:\Python34\Lib\sqlite3\test'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding test_pycache property. Its value is 'C:\Python34\Lib\sqlite3\test\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding html property. Its value is 'C:\Python34\Lib\html'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding html_pycache property. Its value is 'C:\Python34\Lib\html\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding lib2to3 property. Its value is 'C:\Python34\Lib\lib2to3'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding lib2to3_pycache property. Its value is 'C:\Python34\Lib\lib2to3\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding pgen2 property. Its value is 'C:\Python34\Lib\lib2to3\pgen2'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding pgen2_pycache property. Its value is 'C:\Python34\Lib\lib2to3\pgen2\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding tests property. Its value is 'C:\Python34\Lib\lib2to3\tests'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding tests_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding data property. Its value is 'C:\Python34\Lib\lib2to3\tests\data'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding data_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding fixers property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding fixers_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding myfixes property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding myfixes_pycache property. Its value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding fixes property. Its value is 'C:\Python34\Lib\lib2to3\fixes'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding fixes_pycache property. Its value is 'C:\Python34\Lib\lib2to3\fixes\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding tkinter property. Its value is 'C:\Python34\Lib\tkinter'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding tkinter_pycache property. Its value is 'C:\Python34\Lib\tkinter\__pycache__'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding test1 property. Its value is 'C:\Python34\Lib\tkinter\test'. MSI (s) (9C:2C) [21:24:58:514]: PROPERTY CHANGE: Adding test1_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding test_tkinter property. Its value is 'C:\Python34\Lib\tkinter\test\test_tkinter'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding test_tkinter_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding test_ttk property. Its value is 'C:\Python34\Lib\tkinter\test\test_ttk'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding test_ttk_pycache property. Its value is 'C:\Python34\Lib\tkinter\test\test_ttk\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding wsgiref property. Its value is 'C:\Python34\Lib\wsgiref'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding wsgiref_pycache property. Its value is 'C:\Python34\Lib\wsgiref\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding venv property. Its value is 'C:\Python34\Lib\venv'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding venv_pycache property. Its value is 'C:\Python34\Lib\venv\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding nt property. Its value is 'C:\Python34\Lib\venv\scripts\nt'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding posix property. Its value is 'C:\Python34\Lib\venv\scripts\posix'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding json property. Its value is 'C:\Python34\Lib\json'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding json_pycache property. Its value is 'C:\Python34\Lib\json\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding curses property. Its value is 'C:\Python34\Lib\curses'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding curses_pycache property. Its value is 'C:\Python34\Lib\curses\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding multiprocessing property. Its value is 'C:\Python34\Lib\multiprocessing'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding multiprocessing_pycache property. Its value is 'C:\Python34\Lib\multiprocessing\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding dummy property. Its value is 'C:\Python34\Lib\multiprocessing\dummy'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding dummy_pycache property. Its value is 'C:\Python34\Lib\multiprocessing\dummy\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding ensurepip property. Its value is 'C:\Python34\Lib\ensurepip'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding ensurepip_pycache property. Its value is 'C:\Python34\Lib\ensurepip\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding _bundled property. Its value is 'C:\Python34\Lib\ensurepip\_bundled'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding logging property. Its value is 'C:\Python34\Lib\logging'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding logging_pycache property. Its value is 'C:\Python34\Lib\logging\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding ctypes property. Its value is 'C:\Python34\Lib\ctypes'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding ctypes_pycache property. Its value is 'C:\Python34\Lib\ctypes\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding test2 property. Its value is 'C:\Python34\Lib\ctypes\test'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding test2_pycache property. Its value is 'C:\Python34\Lib\ctypes\test\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding macholib property. Its value is 'C:\Python34\Lib\ctypes\macholib'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding macholib_pycache property. Its value is 'C:\Python34\Lib\ctypes\macholib\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding test3 property. Its value is 'C:\Python34\Lib\test'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding test3_pycache property. Its value is 'C:\Python34\Lib\test\__pycache__'. MSI (s) (9C:2C) [21:24:58:529]: PROPERTY CHANGE: Adding test_asyncio property. Its value is 'C:\Python34\Lib\test\test_asyncio'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding test_asyncio_pycache property. Its value is 'C:\Python34\Lib\test\test_asyncio\__pycache__'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding support property. Its value is 'C:\Python34\Lib\test\support'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding support_pycache property. Its value is 'C:\Python34\Lib\test\support\__pycache__'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding capath property. Its value is 'C:\Python34\Lib\test\capath'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding encoded_modules property. Its value is 'C:\Python34\Lib\test\encoded_modules'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding encoded_modules_pycache property. Its value is 'C:\Python34\Lib\test\encoded_modules\__pycache__'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding imghdrdata property. Its value is 'C:\Python34\Lib\test\imghdrdata'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding test_tools property. Its value is 'C:\Python34\Lib\test\test_tools'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding test_tools_pycache property. Its value is 'C:\Python34\Lib\test\test_tools\__pycache__'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding decimaltestdata property. Its value is 'C:\Python34\Lib\test\decimaltestdata'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding sndhdrdata property. Its value is 'C:\Python34\Lib\test\sndhdrdata'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding tracedmodules property. Its value is 'C:\Python34\Lib\test\tracedmodules'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding tracedmodules_pycache property. Its value is 'C:\Python34\Lib\test\tracedmodules\__pycache__'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding crashers property. Its value is 'C:\Python34\Lib\test\crashers'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding crashers_pycache property. Its value is 'C:\Python34\Lib\test\crashers\__pycache__'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding cjkencodings property. Its value is 'C:\Python34\Lib\test\cjkencodings'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding leakers property. Its value is 'C:\Python34\Lib\test\leakers'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding leakers_pycache property. Its value is 'C:\Python34\Lib\test\leakers\__pycache__'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding subprocessdata property. Its value is 'C:\Python34\Lib\test\subprocessdata'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding subprocessdata_pycache property. Its value is 'C:\Python34\Lib\test\subprocessdata\__pycache__'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding test_json property. Its value is 'C:\Python34\Lib\test\test_json'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding test_json_pycache property. Its value is 'C:\Python34\Lib\test\test_json\__pycache__'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding xmltestdata property. Its value is 'C:\Python34\Lib\test\xmltestdata'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding data1 property. Its value is 'C:\Python34\Lib\test\data'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding audiodata property. Its value is 'C:\Python34\Lib\test\audiodata'. MSI (s) (9C:2C) [21:24:58:545]: PROPERTY CHANGE: Adding test_importlib property. Its value is 'C:\Python34\Lib\test\test_importlib'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding test_importlib_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding builtin property. Its value is 'C:\Python34\Lib\test\test_importlib\builtin'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding builtin_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\builtin\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding namespace_pkgs property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding module_and_namespace_package property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding module_and_namespace_package_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding a_test property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding child property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding child_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding child1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding child1_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding child2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding child2_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding foo property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding foo_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding foo1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding foo1_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding foo2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding foo2_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding foo3 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding foo3_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding frozen property. Its value is 'C:\Python34\Lib\test\test_importlib\frozen'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding frozen_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\frozen\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding source property. Its value is 'C:\Python34\Lib\test\test_importlib\source'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding source_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\source\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding extension property. Its value is 'C:\Python34\Lib\test\test_importlib\extension'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding extension_pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\extension\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding import_ property. Its value is 'C:\Python34\Lib\test\test_importlib\import_'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding import__pycache property. Its value is 'C:\Python34\Lib\test\test_importlib\import_\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding test_email property. Its value is 'C:\Python34\Lib\test\test_email'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding test_email_pycache property. Its value is 'C:\Python34\Lib\test\test_email\__pycache__'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding data2 property. Its value is 'C:\Python34\Lib\test\test_email\data'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding turtledemo property. Its value is 'C:\Python34\Lib\turtledemo'. MSI (s) (9C:2C) [21:24:58:561]: PROPERTY CHANGE: Adding turtledemo_pycache property. Its value is 'C:\Python34\Lib\turtledemo\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding xml property. Its value is 'C:\Python34\Lib\xml'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding xml_pycache property. Its value is 'C:\Python34\Lib\xml\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding dom property. Its value is 'C:\Python34\Lib\xml\dom'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding dom_pycache property. Its value is 'C:\Python34\Lib\xml\dom\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding etree property. Its value is 'C:\Python34\Lib\xml\etree'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding etree_pycache property. Its value is 'C:\Python34\Lib\xml\etree\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding parsers property. Its value is 'C:\Python34\Lib\xml\parsers'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding parsers_pycache property. Its value is 'C:\Python34\Lib\xml\parsers\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding sax property. Its value is 'C:\Python34\Lib\xml\sax'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding sax_pycache property. Its value is 'C:\Python34\Lib\xml\sax\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding email property. Its value is 'C:\Python34\Lib\email'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding email_pycache property. Its value is 'C:\Python34\Lib\email\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding mime property. Its value is 'C:\Python34\Lib\email\mime'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding mime_pycache property. Its value is 'C:\Python34\Lib\email\mime\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding urllib property. Its value is 'C:\Python34\Lib\urllib'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding urllib_pycache property. Its value is 'C:\Python34\Lib\urllib\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding encodings property. Its value is 'C:\Python34\Lib\encodings'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding encodings_pycache property. Its value is 'C:\Python34\Lib\encodings\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding pydoc_data property. Its value is 'C:\Python34\Lib\pydoc_data'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding pydoc_data_pycache property. Its value is 'C:\Python34\Lib\pydoc_data\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding msilib property. Its value is 'C:\Python34\Lib\msilib'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding msilib_pycache property. Its value is 'C:\Python34\Lib\msilib\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding xmlrpc property. Its value is 'C:\Python34\Lib\xmlrpc'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding xmlrpc_pycache property. Its value is 'C:\Python34\Lib\xmlrpc\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding unittest property. Its value is 'C:\Python34\Lib\unittest'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding unittest_pycache property. Its value is 'C:\Python34\Lib\unittest\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding test4 property. Its value is 'C:\Python34\Lib\unittest\test'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding test4_pycache property. Its value is 'C:\Python34\Lib\unittest\test\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding testmock property. Its value is 'C:\Python34\Lib\unittest\test\testmock'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding testmock_pycache property. Its value is 'C:\Python34\Lib\unittest\test\testmock\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding collections property. Its value is 'C:\Python34\Lib\collections'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding collections_pycache property. Its value is 'C:\Python34\Lib\collections\__pycache__'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding importlib property. Its value is 'C:\Python34\Lib\importlib'. MSI (s) (9C:2C) [21:24:58:576]: PROPERTY CHANGE: Adding importlib_pycache property. Its value is 'C:\Python34\Lib\importlib\__pycache__'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding distutils property. Its value is 'C:\Python34\Lib\distutils'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding distutils_pycache property. Its value is 'C:\Python34\Lib\distutils\__pycache__'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding command property. Its value is 'C:\Python34\Lib\distutils\command'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding command_pycache property. Its value is 'C:\Python34\Lib\distutils\command\__pycache__'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tests1 property. Its value is 'C:\Python34\Lib\distutils\tests'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tests1_pycache property. Its value is 'C:\Python34\Lib\distutils\tests\__pycache__'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding dbm property. Its value is 'C:\Python34\Lib\dbm'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding dbm_pycache property. Its value is 'C:\Python34\Lib\dbm\__pycache__'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding include property. Its value is 'C:\Python34\include'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding libs property. Its value is 'C:\Python34\libs'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tcl property. Its value is 'C:\Python34\tcl'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tk8.6 property. Its value is 'C:\Python34\tcl\tk8.6'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding ttk property. Its value is 'C:\Python34\tcl\tk8.6\ttk'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding msgs property. Its value is 'C:\Python34\tcl\tk8.6\msgs'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding images property. Its value is 'C:\Python34\tcl\tk8.6\images'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding demos property. Its value is 'C:\Python34\tcl\tk8.6\demos'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding images1 property. Its value is 'C:\Python34\tcl\tk8.6\demos\images'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tix8.4.3 property. Its value is 'C:\Python34\tcl\tix8.4.3'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding pref property. Its value is 'C:\Python34\tcl\tix8.4.3\pref'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding demos1 property. Its value is 'C:\Python34\tcl\tix8.4.3\demos'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding samples property. Its value is 'C:\Python34\tcl\tix8.4.3\demos\samples'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding bitmaps property. Its value is 'C:\Python34\tcl\tix8.4.3\demos\bitmaps'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding bitmaps1 property. Its value is 'C:\Python34\tcl\tix8.4.3\bitmaps'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding thread2.7.0 property. Its value is 'C:\Python34\tcl\thread2.7.0'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tdbcsqlite1.0.0 property. Its value is 'C:\Python34\tcl\tdbcsqlite1.0.0'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tdbcpostgres1.0.0 property. Its value is 'C:\Python34\tcl\tdbcpostgres1.0.0'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tdbcodbc1.0.0 property. Its value is 'C:\Python34\tcl\tdbcodbc1.0.0'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tdbcmysql1.0.0 property. Its value is 'C:\Python34\tcl\tdbcmysql1.0.0'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tdbc1.0.0 property. Its value is 'C:\Python34\tcl\tdbc1.0.0'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tcl8.6 property. Its value is 'C:\Python34\tcl\tcl8.6'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding tzdata property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding US property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\US'. MSI (s) (9C:2C) [21:24:58:592]: PROPERTY CHANGE: Adding Pacific property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Pacific'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding SystemV property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\SystemV'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Mexico property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Mexico'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Indian property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Indian'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Europe property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Europe'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Etc property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Etc'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Chile property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Chile'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Canada property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Canada'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Atlantic property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Atlantic'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Brazil property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Brazil'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Australia property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Australia'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Asia property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Asia'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Arctic property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Arctic'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Antarctica property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Antarctica'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding America property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding North_Dakota property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Kentucky property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Indiana property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Indiana'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Argentina property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Argentina'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding Africa property. Its value is 'C:\Python34\tcl\tcl8.6\tzdata\Africa'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding opt0.4 property. Its value is 'C:\Python34\tcl\tcl8.6\opt0.4'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding msgs1 property. Its value is 'C:\Python34\tcl\tcl8.6\msgs'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding http1.0 property. Its value is 'C:\Python34\tcl\tcl8.6\http1.0'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding encoding property. Its value is 'C:\Python34\tcl\tcl8.6\encoding'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding _8.6 property. Its value is 'C:\Python34\tcl\tcl8\8.6'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding tdbc property. Its value is 'C:\Python34\tcl\tcl8\8.6\tdbc'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding _8.5 property. Its value is 'C:\Python34\tcl\tcl8\8.5'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding _8.4 property. Its value is 'C:\Python34\tcl\tcl8\8.4'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding platform property. Its value is 'C:\Python34\tcl\tcl8\8.4\platform'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding sqlite33.8.0 property. Its value is 'C:\Python34\tcl\sqlite33.8.0'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding reg1.3 property. Its value is 'C:\Python34\tcl\reg1.3'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding itcl4.0.0 property. Its value is 'C:\Python34\tcl\itcl4.0.0'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding dde1.4 property. Its value is 'C:\Python34\tcl\dde1.4'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding i18n property. Its value is 'C:\Python34\Tools\i18n'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding i18n_pycache property. Its value is 'C:\Python34\Tools\i18n\__pycache__'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding pynche property. Its value is 'C:\Python34\Tools\pynche'. MSI (s) (9C:2C) [21:24:58:608]: PROPERTY CHANGE: Adding pynche_pycache property. Its value is 'C:\Python34\Tools\pynche\__pycache__'. MSI (s) (9C:2C) [21:24:58:623]: PROPERTY CHANGE: Adding Scripts property. Its value is 'C:\Python34\Tools\Scripts'. MSI (s) (9C:2C) [21:24:58:623]: PROPERTY CHANGE: Adding Scripts_pycache property. Its value is 'C:\Python34\Tools\Scripts\__pycache__'. MSI (s) (9C:2C) [21:24:58:623]: PROPERTY CHANGE: Adding Doc property. Its value is 'C:\Python34\Doc'. MSI (s) (9C:2C) [21:24:58:623]: PROPERTY CHANGE: Modifying SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D property. Its current value is 'C:\WINDOWS\SysWOW64\'. Its new value: 'C:\WINDOWS\SysWOW64'. MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: Machine policy value 'DisableUserInstalls' is 0 MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:24:58:623]: PROPERTY CHANGE: Modifying TARGETDIR property. Its current value is 'C:\Python34'. Its new value: 'C:\Python34\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D property. Its current value is 'C:\WINDOWS\SysWOW64'. Its new value: 'C:\WINDOWS\SysWOW64\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Adding MenuDir property. Its value is 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Doc property. Its current value is 'C:\Python34\Doc'. Its new value: 'C:\Python34\Doc\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying tcl property. Its current value is 'C:\Python34\tcl'. Its new value: 'C:\Python34\tcl\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying dde1.4 property. Its current value is 'C:\Python34\tcl\dde1.4'. Its new value: 'C:\Python34\tcl\dde1.4\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying itcl4.0.0 property. Its current value is 'C:\Python34\tcl\itcl4.0.0'. Its new value: 'C:\Python34\tcl\itcl4.0.0\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying reg1.3 property. Its current value is 'C:\Python34\tcl\reg1.3'. Its new value: 'C:\Python34\tcl\reg1.3\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying sqlite33.8.0 property. Its current value is 'C:\Python34\tcl\sqlite33.8.0'. Its new value: 'C:\Python34\tcl\sqlite33.8.0\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Adding tcl8 property. Its value is 'C:\Python34\tcl\tcl8\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Adding _8.2 property. Its value is 'C:\Python34\tcl\tcl8\8.2\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Adding _8.3 property. Its value is 'C:\Python34\tcl\tcl8\8.3\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying _8.4 property. Its current value is 'C:\Python34\tcl\tcl8\8.4'. Its new value: 'C:\Python34\tcl\tcl8\8.4\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying platform property. Its current value is 'C:\Python34\tcl\tcl8\8.4\platform'. Its new value: 'C:\Python34\tcl\tcl8\8.4\platform\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying _8.5 property. Its current value is 'C:\Python34\tcl\tcl8\8.5'. Its new value: 'C:\Python34\tcl\tcl8\8.5\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying _8.6 property. Its current value is 'C:\Python34\tcl\tcl8\8.6'. Its new value: 'C:\Python34\tcl\tcl8\8.6\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying tdbc property. Its current value is 'C:\Python34\tcl\tcl8\8.6\tdbc'. Its new value: 'C:\Python34\tcl\tcl8\8.6\tdbc\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying tcl8.6 property. Its current value is 'C:\Python34\tcl\tcl8.6'. Its new value: 'C:\Python34\tcl\tcl8.6\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying encoding property. Its current value is 'C:\Python34\tcl\tcl8.6\encoding'. Its new value: 'C:\Python34\tcl\tcl8.6\encoding\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying http1.0 property. Its current value is 'C:\Python34\tcl\tcl8.6\http1.0'. Its new value: 'C:\Python34\tcl\tcl8.6\http1.0\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying msgs1 property. Its current value is 'C:\Python34\tcl\tcl8.6\msgs'. Its new value: 'C:\Python34\tcl\tcl8.6\msgs\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying opt0.4 property. Its current value is 'C:\Python34\tcl\tcl8.6\opt0.4'. Its new value: 'C:\Python34\tcl\tcl8.6\opt0.4\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying tzdata property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Africa property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Africa'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Africa\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying America property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\America'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\America\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Argentina property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Argentina'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Indiana property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Indiana'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Kentucky property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying North_Dakota property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Antarctica property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Antarctica'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Antarctica\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Arctic property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Arctic'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Arctic\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Asia property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Asia'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Asia\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Australia property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Australia'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Australia\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Brazil property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Brazil'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Brazil\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Atlantic property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Atlantic'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Atlantic\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Canada property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Canada'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Canada\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Chile property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Chile'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Chile\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Etc property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Etc'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Etc\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Europe property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Europe'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Europe\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Indian property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Indian'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Indian\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Mexico property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Mexico'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Mexico\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying SystemV property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\SystemV'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\SystemV\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying Pacific property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\Pacific'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\Pacific\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying US property. Its current value is 'C:\Python34\tcl\tcl8.6\tzdata\US'. Its new value: 'C:\Python34\tcl\tcl8.6\tzdata\US\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying tdbc1.0.0 property. Its current value is 'C:\Python34\tcl\tdbc1.0.0'. Its new value: 'C:\Python34\tcl\tdbc1.0.0\'. MSI (s) (9C:2C) [21:24:58:639]: PROPERTY CHANGE: Modifying tdbcmysql1.0.0 property. Its current value is 'C:\Python34\tcl\tdbcmysql1.0.0'. Its new value: 'C:\Python34\tcl\tdbcmysql1.0.0\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying tdbcodbc1.0.0 property. Its current value is 'C:\Python34\tcl\tdbcodbc1.0.0'. Its new value: 'C:\Python34\tcl\tdbcodbc1.0.0\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying tdbcpostgres1.0.0 property. Its current value is 'C:\Python34\tcl\tdbcpostgres1.0.0'. Its new value: 'C:\Python34\tcl\tdbcpostgres1.0.0\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying tdbcsqlite1.0.0 property. Its current value is 'C:\Python34\tcl\tdbcsqlite1.0.0'. Its new value: 'C:\Python34\tcl\tdbcsqlite1.0.0\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying thread2.7.0 property. Its current value is 'C:\Python34\tcl\thread2.7.0'. Its new value: 'C:\Python34\tcl\thread2.7.0\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying tix8.4.3 property. Its current value is 'C:\Python34\tcl\tix8.4.3'. Its new value: 'C:\Python34\tcl\tix8.4.3\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying bitmaps1 property. Its current value is 'C:\Python34\tcl\tix8.4.3\bitmaps'. Its new value: 'C:\Python34\tcl\tix8.4.3\bitmaps\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying demos1 property. Its current value is 'C:\Python34\tcl\tix8.4.3\demos'. Its new value: 'C:\Python34\tcl\tix8.4.3\demos\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying bitmaps property. Its current value is 'C:\Python34\tcl\tix8.4.3\demos\bitmaps'. Its new value: 'C:\Python34\tcl\tix8.4.3\demos\bitmaps\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying samples property. Its current value is 'C:\Python34\tcl\tix8.4.3\demos\samples'. Its new value: 'C:\Python34\tcl\tix8.4.3\demos\samples\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying pref property. Its current value is 'C:\Python34\tcl\tix8.4.3\pref'. Its new value: 'C:\Python34\tcl\tix8.4.3\pref\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying tk8.6 property. Its current value is 'C:\Python34\tcl\tk8.6'. Its new value: 'C:\Python34\tcl\tk8.6\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying demos property. Its current value is 'C:\Python34\tcl\tk8.6\demos'. Its new value: 'C:\Python34\tcl\tk8.6\demos\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying images1 property. Its current value is 'C:\Python34\tcl\tk8.6\demos\images'. Its new value: 'C:\Python34\tcl\tk8.6\demos\images\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying images property. Its current value is 'C:\Python34\tcl\tk8.6\images'. Its new value: 'C:\Python34\tcl\tk8.6\images\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying msgs property. Its current value is 'C:\Python34\tcl\tk8.6\msgs'. Its new value: 'C:\Python34\tcl\tk8.6\msgs\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying ttk property. Its current value is 'C:\Python34\tcl\tk8.6\ttk'. Its new value: 'C:\Python34\tcl\tk8.6\ttk\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying libs property. Its current value is 'C:\Python34\libs'. Its new value: 'C:\Python34\libs\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying include property. Its current value is 'C:\Python34\include'. Its new value: 'C:\Python34\include\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying Lib property. Its current value is 'C:\Python34\Lib'. Its new value: 'C:\Python34\Lib\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying dbm property. Its current value is 'C:\Python34\Lib\dbm'. Its new value: 'C:\Python34\Lib\dbm\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying dbm_pycache property. Its current value is 'C:\Python34\Lib\dbm\__pycache__'. Its new value: 'C:\Python34\Lib\dbm\__pycache__\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying distutils property. Its current value is 'C:\Python34\Lib\distutils'. Its new value: 'C:\Python34\Lib\distutils\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying tests1 property. Its current value is 'C:\Python34\Lib\distutils\tests'. Its new value: 'C:\Python34\Lib\distutils\tests\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying tests1_pycache property. Its current value is 'C:\Python34\Lib\distutils\tests\__pycache__'. Its new value: 'C:\Python34\Lib\distutils\tests\__pycache__\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying command property. Its current value is 'C:\Python34\Lib\distutils\command'. Its new value: 'C:\Python34\Lib\distutils\command\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying command_pycache property. Its current value is 'C:\Python34\Lib\distutils\command\__pycache__'. Its new value: 'C:\Python34\Lib\distutils\command\__pycache__\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying distutils_pycache property. Its current value is 'C:\Python34\Lib\distutils\__pycache__'. Its new value: 'C:\Python34\Lib\distutils\__pycache__\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying importlib property. Its current value is 'C:\Python34\Lib\importlib'. Its new value: 'C:\Python34\Lib\importlib\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying importlib_pycache property. Its current value is 'C:\Python34\Lib\importlib\__pycache__'. Its new value: 'C:\Python34\Lib\importlib\__pycache__\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying collections property. Its current value is 'C:\Python34\Lib\collections'. Its new value: 'C:\Python34\Lib\collections\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying collections_pycache property. Its current value is 'C:\Python34\Lib\collections\__pycache__'. Its new value: 'C:\Python34\Lib\collections\__pycache__\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying unittest property. Its current value is 'C:\Python34\Lib\unittest'. Its new value: 'C:\Python34\Lib\unittest\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying test4 property. Its current value is 'C:\Python34\Lib\unittest\test'. Its new value: 'C:\Python34\Lib\unittest\test\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying testmock property. Its current value is 'C:\Python34\Lib\unittest\test\testmock'. Its new value: 'C:\Python34\Lib\unittest\test\testmock\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying testmock_pycache property. Its current value is 'C:\Python34\Lib\unittest\test\testmock\__pycache__'. Its new value: 'C:\Python34\Lib\unittest\test\testmock\__pycache__\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying test4_pycache property. Its current value is 'C:\Python34\Lib\unittest\test\__pycache__'. Its new value: 'C:\Python34\Lib\unittest\test\__pycache__\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying unittest_pycache property. Its current value is 'C:\Python34\Lib\unittest\__pycache__'. Its new value: 'C:\Python34\Lib\unittest\__pycache__\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying xmlrpc property. Its current value is 'C:\Python34\Lib\xmlrpc'. Its new value: 'C:\Python34\Lib\xmlrpc\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying xmlrpc_pycache property. Its current value is 'C:\Python34\Lib\xmlrpc\__pycache__'. Its new value: 'C:\Python34\Lib\xmlrpc\__pycache__\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying msilib property. Its current value is 'C:\Python34\Lib\msilib'. Its new value: 'C:\Python34\Lib\msilib\'. MSI (s) (9C:2C) [21:24:58:654]: PROPERTY CHANGE: Modifying msilib_pycache property. Its current value is 'C:\Python34\Lib\msilib\__pycache__'. Its new value: 'C:\Python34\Lib\msilib\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying pydoc_data property. Its current value is 'C:\Python34\Lib\pydoc_data'. Its new value: 'C:\Python34\Lib\pydoc_data\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying pydoc_data_pycache property. Its current value is 'C:\Python34\Lib\pydoc_data\__pycache__'. Its new value: 'C:\Python34\Lib\pydoc_data\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying encodings property. Its current value is 'C:\Python34\Lib\encodings'. Its new value: 'C:\Python34\Lib\encodings\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying encodings_pycache property. Its current value is 'C:\Python34\Lib\encodings\__pycache__'. Its new value: 'C:\Python34\Lib\encodings\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying urllib property. Its current value is 'C:\Python34\Lib\urllib'. Its new value: 'C:\Python34\Lib\urllib\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying urllib_pycache property. Its current value is 'C:\Python34\Lib\urllib\__pycache__'. Its new value: 'C:\Python34\Lib\urllib\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying email property. Its current value is 'C:\Python34\Lib\email'. Its new value: 'C:\Python34\Lib\email\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying mime property. Its current value is 'C:\Python34\Lib\email\mime'. Its new value: 'C:\Python34\Lib\email\mime\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying mime_pycache property. Its current value is 'C:\Python34\Lib\email\mime\__pycache__'. Its new value: 'C:\Python34\Lib\email\mime\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying email_pycache property. Its current value is 'C:\Python34\Lib\email\__pycache__'. Its new value: 'C:\Python34\Lib\email\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying xml property. Its current value is 'C:\Python34\Lib\xml'. Its new value: 'C:\Python34\Lib\xml\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying sax property. Its current value is 'C:\Python34\Lib\xml\sax'. Its new value: 'C:\Python34\Lib\xml\sax\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying sax_pycache property. Its current value is 'C:\Python34\Lib\xml\sax\__pycache__'. Its new value: 'C:\Python34\Lib\xml\sax\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying parsers property. Its current value is 'C:\Python34\Lib\xml\parsers'. Its new value: 'C:\Python34\Lib\xml\parsers\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying parsers_pycache property. Its current value is 'C:\Python34\Lib\xml\parsers\__pycache__'. Its new value: 'C:\Python34\Lib\xml\parsers\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying etree property. Its current value is 'C:\Python34\Lib\xml\etree'. Its new value: 'C:\Python34\Lib\xml\etree\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying etree_pycache property. Its current value is 'C:\Python34\Lib\xml\etree\__pycache__'. Its new value: 'C:\Python34\Lib\xml\etree\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying dom property. Its current value is 'C:\Python34\Lib\xml\dom'. Its new value: 'C:\Python34\Lib\xml\dom\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying dom_pycache property. Its current value is 'C:\Python34\Lib\xml\dom\__pycache__'. Its new value: 'C:\Python34\Lib\xml\dom\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying xml_pycache property. Its current value is 'C:\Python34\Lib\xml\__pycache__'. Its new value: 'C:\Python34\Lib\xml\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying turtledemo property. Its current value is 'C:\Python34\Lib\turtledemo'. Its new value: 'C:\Python34\Lib\turtledemo\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying turtledemo_pycache property. Its current value is 'C:\Python34\Lib\turtledemo\__pycache__'. Its new value: 'C:\Python34\Lib\turtledemo\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying test3 property. Its current value is 'C:\Python34\Lib\test'. Its new value: 'C:\Python34\Lib\test\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying test_email property. Its current value is 'C:\Python34\Lib\test\test_email'. Its new value: 'C:\Python34\Lib\test\test_email\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying data2 property. Its current value is 'C:\Python34\Lib\test\test_email\data'. Its new value: 'C:\Python34\Lib\test\test_email\data\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying test_email_pycache property. Its current value is 'C:\Python34\Lib\test\test_email\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_email\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying test_importlib property. Its current value is 'C:\Python34\Lib\test\test_importlib'. Its new value: 'C:\Python34\Lib\test\test_importlib\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying import_ property. Its current value is 'C:\Python34\Lib\test\test_importlib\import_'. Its new value: 'C:\Python34\Lib\test\test_importlib\import_\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying import__pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\import_\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\import_\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying extension property. Its current value is 'C:\Python34\Lib\test\test_importlib\extension'. Its new value: 'C:\Python34\Lib\test\test_importlib\extension\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying extension_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\extension\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\extension\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying source property. Its current value is 'C:\Python34\Lib\test\test_importlib\source'. Its new value: 'C:\Python34\Lib\test\test_importlib\source\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying source_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\source\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\source\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying frozen property. Its current value is 'C:\Python34\Lib\test\test_importlib\frozen'. Its new value: 'C:\Python34\Lib\test\test_importlib\frozen\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying frozen_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\frozen\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\frozen\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying namespace_pkgs property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Adding portion2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying foo3 property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying foo3_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Adding portion1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying foo2 property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying foo2_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Adding not_a_namespace_pkg property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\'. MSI (s) (9C:2C) [21:24:58:670]: PROPERTY CHANGE: Modifying foo1 property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying foo1_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Adding both_portions property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying foo property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying foo_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Adding project2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Adding parent2 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying child2 property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying child2_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Adding project1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Adding parent1 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying child1 property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying child1_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Adding project3 property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Adding parent property. Its value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying child property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying child_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying module_and_namespace_package property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying a_test property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying module_and_namespace_package_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying builtin property. Its current value is 'C:\Python34\Lib\test\test_importlib\builtin'. Its new value: 'C:\Python34\Lib\test\test_importlib\builtin\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying builtin_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\builtin\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\builtin\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying test_importlib_pycache property. Its current value is 'C:\Python34\Lib\test\test_importlib\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_importlib\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying audiodata property. Its current value is 'C:\Python34\Lib\test\audiodata'. Its new value: 'C:\Python34\Lib\test\audiodata\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying data1 property. Its current value is 'C:\Python34\Lib\test\data'. Its new value: 'C:\Python34\Lib\test\data\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying xmltestdata property. Its current value is 'C:\Python34\Lib\test\xmltestdata'. Its new value: 'C:\Python34\Lib\test\xmltestdata\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying test_json property. Its current value is 'C:\Python34\Lib\test\test_json'. Its new value: 'C:\Python34\Lib\test\test_json\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying test_json_pycache property. Its current value is 'C:\Python34\Lib\test\test_json\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_json\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying subprocessdata property. Its current value is 'C:\Python34\Lib\test\subprocessdata'. Its new value: 'C:\Python34\Lib\test\subprocessdata\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying subprocessdata_pycache property. Its current value is 'C:\Python34\Lib\test\subprocessdata\__pycache__'. Its new value: 'C:\Python34\Lib\test\subprocessdata\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying leakers property. Its current value is 'C:\Python34\Lib\test\leakers'. Its new value: 'C:\Python34\Lib\test\leakers\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying leakers_pycache property. Its current value is 'C:\Python34\Lib\test\leakers\__pycache__'. Its new value: 'C:\Python34\Lib\test\leakers\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying cjkencodings property. Its current value is 'C:\Python34\Lib\test\cjkencodings'. Its new value: 'C:\Python34\Lib\test\cjkencodings\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying crashers property. Its current value is 'C:\Python34\Lib\test\crashers'. Its new value: 'C:\Python34\Lib\test\crashers\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying crashers_pycache property. Its current value is 'C:\Python34\Lib\test\crashers\__pycache__'. Its new value: 'C:\Python34\Lib\test\crashers\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying tracedmodules property. Its current value is 'C:\Python34\Lib\test\tracedmodules'. Its new value: 'C:\Python34\Lib\test\tracedmodules\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying tracedmodules_pycache property. Its current value is 'C:\Python34\Lib\test\tracedmodules\__pycache__'. Its new value: 'C:\Python34\Lib\test\tracedmodules\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying sndhdrdata property. Its current value is 'C:\Python34\Lib\test\sndhdrdata'. Its new value: 'C:\Python34\Lib\test\sndhdrdata\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying decimaltestdata property. Its current value is 'C:\Python34\Lib\test\decimaltestdata'. Its new value: 'C:\Python34\Lib\test\decimaltestdata\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying test_tools property. Its current value is 'C:\Python34\Lib\test\test_tools'. Its new value: 'C:\Python34\Lib\test\test_tools\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying test_tools_pycache property. Its current value is 'C:\Python34\Lib\test\test_tools\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_tools\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying imghdrdata property. Its current value is 'C:\Python34\Lib\test\imghdrdata'. Its new value: 'C:\Python34\Lib\test\imghdrdata\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying encoded_modules property. Its current value is 'C:\Python34\Lib\test\encoded_modules'. Its new value: 'C:\Python34\Lib\test\encoded_modules\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying encoded_modules_pycache property. Its current value is 'C:\Python34\Lib\test\encoded_modules\__pycache__'. Its new value: 'C:\Python34\Lib\test\encoded_modules\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying capath property. Its current value is 'C:\Python34\Lib\test\capath'. Its new value: 'C:\Python34\Lib\test\capath\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying support property. Its current value is 'C:\Python34\Lib\test\support'. Its new value: 'C:\Python34\Lib\test\support\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying support_pycache property. Its current value is 'C:\Python34\Lib\test\support\__pycache__'. Its new value: 'C:\Python34\Lib\test\support\__pycache__\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying test_asyncio property. Its current value is 'C:\Python34\Lib\test\test_asyncio'. Its new value: 'C:\Python34\Lib\test\test_asyncio\'. MSI (s) (9C:2C) [21:24:58:686]: PROPERTY CHANGE: Modifying test_asyncio_pycache property. Its current value is 'C:\Python34\Lib\test\test_asyncio\__pycache__'. Its new value: 'C:\Python34\Lib\test\test_asyncio\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying test3_pycache property. Its current value is 'C:\Python34\Lib\test\__pycache__'. Its new value: 'C:\Python34\Lib\test\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying ctypes property. Its current value is 'C:\Python34\Lib\ctypes'. Its new value: 'C:\Python34\Lib\ctypes\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying macholib property. Its current value is 'C:\Python34\Lib\ctypes\macholib'. Its new value: 'C:\Python34\Lib\ctypes\macholib\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying macholib_pycache property. Its current value is 'C:\Python34\Lib\ctypes\macholib\__pycache__'. Its new value: 'C:\Python34\Lib\ctypes\macholib\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying test2 property. Its current value is 'C:\Python34\Lib\ctypes\test'. Its new value: 'C:\Python34\Lib\ctypes\test\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying test2_pycache property. Its current value is 'C:\Python34\Lib\ctypes\test\__pycache__'. Its new value: 'C:\Python34\Lib\ctypes\test\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying ctypes_pycache property. Its current value is 'C:\Python34\Lib\ctypes\__pycache__'. Its new value: 'C:\Python34\Lib\ctypes\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying logging property. Its current value is 'C:\Python34\Lib\logging'. Its new value: 'C:\Python34\Lib\logging\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying logging_pycache property. Its current value is 'C:\Python34\Lib\logging\__pycache__'. Its new value: 'C:\Python34\Lib\logging\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying ensurepip property. Its current value is 'C:\Python34\Lib\ensurepip'. Its new value: 'C:\Python34\Lib\ensurepip\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying _bundled property. Its current value is 'C:\Python34\Lib\ensurepip\_bundled'. Its new value: 'C:\Python34\Lib\ensurepip\_bundled\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying ensurepip_pycache property. Its current value is 'C:\Python34\Lib\ensurepip\__pycache__'. Its new value: 'C:\Python34\Lib\ensurepip\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying multiprocessing property. Its current value is 'C:\Python34\Lib\multiprocessing'. Its new value: 'C:\Python34\Lib\multiprocessing\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying dummy property. Its current value is 'C:\Python34\Lib\multiprocessing\dummy'. Its new value: 'C:\Python34\Lib\multiprocessing\dummy\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying dummy_pycache property. Its current value is 'C:\Python34\Lib\multiprocessing\dummy\__pycache__'. Its new value: 'C:\Python34\Lib\multiprocessing\dummy\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying multiprocessing_pycache property. Its current value is 'C:\Python34\Lib\multiprocessing\__pycache__'. Its new value: 'C:\Python34\Lib\multiprocessing\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying curses property. Its current value is 'C:\Python34\Lib\curses'. Its new value: 'C:\Python34\Lib\curses\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying curses_pycache property. Its current value is 'C:\Python34\Lib\curses\__pycache__'. Its new value: 'C:\Python34\Lib\curses\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying json property. Its current value is 'C:\Python34\Lib\json'. Its new value: 'C:\Python34\Lib\json\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying json_pycache property. Its current value is 'C:\Python34\Lib\json\__pycache__'. Its new value: 'C:\Python34\Lib\json\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying venv property. Its current value is 'C:\Python34\Lib\venv'. Its new value: 'C:\Python34\Lib\venv\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Adding scripts property. Its value is 'C:\Python34\Lib\venv\scripts\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying posix property. Its current value is 'C:\Python34\Lib\venv\scripts\posix'. Its new value: 'C:\Python34\Lib\venv\scripts\posix\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying nt property. Its current value is 'C:\Python34\Lib\venv\scripts\nt'. Its new value: 'C:\Python34\Lib\venv\scripts\nt\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying venv_pycache property. Its current value is 'C:\Python34\Lib\venv\__pycache__'. Its new value: 'C:\Python34\Lib\venv\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying wsgiref property. Its current value is 'C:\Python34\Lib\wsgiref'. Its new value: 'C:\Python34\Lib\wsgiref\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying wsgiref_pycache property. Its current value is 'C:\Python34\Lib\wsgiref\__pycache__'. Its new value: 'C:\Python34\Lib\wsgiref\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying tkinter property. Its current value is 'C:\Python34\Lib\tkinter'. Its new value: 'C:\Python34\Lib\tkinter\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying test1 property. Its current value is 'C:\Python34\Lib\tkinter\test'. Its new value: 'C:\Python34\Lib\tkinter\test\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying test_ttk property. Its current value is 'C:\Python34\Lib\tkinter\test\test_ttk'. Its new value: 'C:\Python34\Lib\tkinter\test\test_ttk\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying test_ttk_pycache property. Its current value is 'C:\Python34\Lib\tkinter\test\test_ttk\__pycache__'. Its new value: 'C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying test_tkinter property. Its current value is 'C:\Python34\Lib\tkinter\test\test_tkinter'. Its new value: 'C:\Python34\Lib\tkinter\test\test_tkinter\'. MSI (s) (9C:2C) [21:24:58:701]: PROPERTY CHANGE: Modifying test_tkinter_pycache property. Its current value is 'C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__'. Its new value: 'C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying test1_pycache property. Its current value is 'C:\Python34\Lib\tkinter\test\__pycache__'. Its new value: 'C:\Python34\Lib\tkinter\test\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying tkinter_pycache property. Its current value is 'C:\Python34\Lib\tkinter\__pycache__'. Its new value: 'C:\Python34\Lib\tkinter\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying lib2to3 property. Its current value is 'C:\Python34\Lib\lib2to3'. Its new value: 'C:\Python34\Lib\lib2to3\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying fixes property. Its current value is 'C:\Python34\Lib\lib2to3\fixes'. Its new value: 'C:\Python34\Lib\lib2to3\fixes\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying fixes_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\fixes\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\fixes\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying tests property. Its current value is 'C:\Python34\Lib\lib2to3\tests'. Its new value: 'C:\Python34\Lib\lib2to3\tests\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying data property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying fixers property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data\fixers'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\fixers\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying myfixes property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying myfixes_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying fixers_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying data_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\tests\data\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\tests\data\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying tests_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\tests\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\tests\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying pgen2 property. Its current value is 'C:\Python34\Lib\lib2to3\pgen2'. Its new value: 'C:\Python34\Lib\lib2to3\pgen2\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying pgen2_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\pgen2\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\pgen2\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying lib2to3_pycache property. Its current value is 'C:\Python34\Lib\lib2to3\__pycache__'. Its new value: 'C:\Python34\Lib\lib2to3\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying html property. Its current value is 'C:\Python34\Lib\html'. Its new value: 'C:\Python34\Lib\html\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying html_pycache property. Its current value is 'C:\Python34\Lib\html\__pycache__'. Its new value: 'C:\Python34\Lib\html\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying sqlite3 property. Its current value is 'C:\Python34\Lib\sqlite3'. Its new value: 'C:\Python34\Lib\sqlite3\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying test property. Its current value is 'C:\Python34\Lib\sqlite3\test'. Its new value: 'C:\Python34\Lib\sqlite3\test\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying test_pycache property. Its current value is 'C:\Python34\Lib\sqlite3\test\__pycache__'. Its new value: 'C:\Python34\Lib\sqlite3\test\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying sqlite3_pycache property. Its current value is 'C:\Python34\Lib\sqlite3\__pycache__'. Its new value: 'C:\Python34\Lib\sqlite3\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying http property. Its current value is 'C:\Python34\Lib\http'. Its new value: 'C:\Python34\Lib\http\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying http_pycache property. Its current value is 'C:\Python34\Lib\http\__pycache__'. Its new value: 'C:\Python34\Lib\http\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying concurrent property. Its current value is 'C:\Python34\Lib\concurrent'. Its new value: 'C:\Python34\Lib\concurrent\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying futures property. Its current value is 'C:\Python34\Lib\concurrent\futures'. Its new value: 'C:\Python34\Lib\concurrent\futures\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying futures_pycache property. Its current value is 'C:\Python34\Lib\concurrent\futures\__pycache__'. Its new value: 'C:\Python34\Lib\concurrent\futures\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying concurrent_pycache property. Its current value is 'C:\Python34\Lib\concurrent\__pycache__'. Its new value: 'C:\Python34\Lib\concurrent\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying idlelib property. Its current value is 'C:\Python34\Lib\idlelib'. Its new value: 'C:\Python34\Lib\idlelib\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying Icons property. Its current value is 'C:\Python34\Lib\idlelib\Icons'. Its new value: 'C:\Python34\Lib\idlelib\Icons\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying idle_test property. Its current value is 'C:\Python34\Lib\idlelib\idle_test'. Its new value: 'C:\Python34\Lib\idlelib\idle_test\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying idle_test_pycache property. Its current value is 'C:\Python34\Lib\idlelib\idle_test\__pycache__'. Its new value: 'C:\Python34\Lib\idlelib\idle_test\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying idlelib_pycache property. Its current value is 'C:\Python34\Lib\idlelib\__pycache__'. Its new value: 'C:\Python34\Lib\idlelib\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying site_packages property. Its current value is 'C:\Python34\Lib\site-packages'. Its new value: 'C:\Python34\Lib\site-packages\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying asyncio property. Its current value is 'C:\Python34\Lib\asyncio'. Its new value: 'C:\Python34\Lib\asyncio\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying asyncio_pycache property. Its current value is 'C:\Python34\Lib\asyncio\__pycache__'. Its new value: 'C:\Python34\Lib\asyncio\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying Lib_pycache property. Its current value is 'C:\Python34\Lib\__pycache__'. Its new value: 'C:\Python34\Lib\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying DLLs property. Its current value is 'C:\Python34\DLLs'. Its new value: 'C:\Python34\DLLs\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying LAUNCHERDIR property. Its current value is 'C:\WINDOWS'. Its new value: 'C:\WINDOWS\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying DLLDIR property. Its current value is 'C:\WINDOWS\SysWOW64'. Its new value: 'C:\WINDOWS\SysWOW64\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Adding Tools property. Its value is 'C:\Python34\Tools\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying Scripts property. Its current value is 'C:\Python34\Tools\Scripts'. Its new value: 'C:\Python34\Tools\Scripts\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying Scripts_pycache property. Its current value is 'C:\Python34\Tools\Scripts\__pycache__'. Its new value: 'C:\Python34\Tools\Scripts\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying i18n property. Its current value is 'C:\Python34\Tools\i18n'. Its new value: 'C:\Python34\Tools\i18n\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying i18n_pycache property. Its current value is 'C:\Python34\Tools\i18n\__pycache__'. Its new value: 'C:\Python34\Tools\i18n\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying pynche property. Its current value is 'C:\Python34\Tools\pynche'. Its new value: 'C:\Python34\Tools\pynche\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying pynche_pycache property. Its current value is 'C:\Python34\Tools\pynche\__pycache__'. Its new value: 'C:\Python34\Tools\pynche\__pycache__\'. MSI (s) (9C:2C) [21:24:58:717]: PROPERTY CHANGE: Modifying X property. Its current value is 'C:\Python34\Tools\pynche\X'. Its new value: 'C:\Python34\Tools\pynche\X\'. MSI (s) (9C:2C) [21:24:58:717]: Target path resolution complete. Dumping Directory table... MSI (s) (9C:2C) [21:24:58:717]: Note: target paths subject to change (via custom actions or browsing) MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: TARGETDIR , Object: C:\Python34\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: WindowsFolder , Object: C:\WINDOWS\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D , Object: C:\WINDOWS\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D , Object: C:\WINDOWS\SysWOW64\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: ProgramMenuFolder , Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: MenuDir , Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: Doc , Object: C:\Python34\Doc\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: tcl , Object: C:\Python34\tcl\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: dde1.4 , Object: C:\Python34\tcl\dde1.4\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: itcl4.0.0 , Object: C:\Python34\tcl\itcl4.0.0\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: reg1.3 , Object: C:\Python34\tcl\reg1.3\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: sqlite33.8.0 , Object: C:\Python34\tcl\sqlite33.8.0\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: tcl8 , Object: C:\Python34\tcl\tcl8\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: _8.2 , Object: C:\Python34\tcl\tcl8\8.2\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: _8.3 , Object: C:\Python34\tcl\tcl8\8.3\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: _8.4 , Object: C:\Python34\tcl\tcl8\8.4\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: platform , Object: C:\Python34\tcl\tcl8\8.4\platform\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: _8.5 , Object: C:\Python34\tcl\tcl8\8.5\ MSI (s) (9C:2C) [21:24:58:717]: Dir (target): Key: _8.6 , Object: C:\Python34\tcl\tcl8\8.6\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tdbc , Object: C:\Python34\tcl\tcl8\8.6\tdbc\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tcl8.6 , Object: C:\Python34\tcl\tcl8.6\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: encoding , Object: C:\Python34\tcl\tcl8.6\encoding\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: http1.0 , Object: C:\Python34\tcl\tcl8.6\http1.0\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: msgs1 , Object: C:\Python34\tcl\tcl8.6\msgs\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: opt0.4 , Object: C:\Python34\tcl\tcl8.6\opt0.4\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tzdata , Object: C:\Python34\tcl\tcl8.6\tzdata\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Africa , Object: C:\Python34\tcl\tcl8.6\tzdata\Africa\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: America , Object: C:\Python34\tcl\tcl8.6\tzdata\America\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Argentina , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Indiana , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Kentucky , Object: C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: North_Dakota , Object: C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Antarctica , Object: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Arctic , Object: C:\Python34\tcl\tcl8.6\tzdata\Arctic\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Asia , Object: C:\Python34\tcl\tcl8.6\tzdata\Asia\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Australia , Object: C:\Python34\tcl\tcl8.6\tzdata\Australia\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Brazil , Object: C:\Python34\tcl\tcl8.6\tzdata\Brazil\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Atlantic , Object: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Canada , Object: C:\Python34\tcl\tcl8.6\tzdata\Canada\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Chile , Object: C:\Python34\tcl\tcl8.6\tzdata\Chile\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Etc , Object: C:\Python34\tcl\tcl8.6\tzdata\Etc\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Europe , Object: C:\Python34\tcl\tcl8.6\tzdata\Europe\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Indian , Object: C:\Python34\tcl\tcl8.6\tzdata\Indian\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Mexico , Object: C:\Python34\tcl\tcl8.6\tzdata\Mexico\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: SystemV , Object: C:\Python34\tcl\tcl8.6\tzdata\SystemV\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Pacific , Object: C:\Python34\tcl\tcl8.6\tzdata\Pacific\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: US , Object: C:\Python34\tcl\tcl8.6\tzdata\US\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tdbc1.0.0 , Object: C:\Python34\tcl\tdbc1.0.0\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tdbcmysql1.0.0 , Object: C:\Python34\tcl\tdbcmysql1.0.0\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tdbcodbc1.0.0 , Object: C:\Python34\tcl\tdbcodbc1.0.0\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tdbcpostgres1.0.0 , Object: C:\Python34\tcl\tdbcpostgres1.0.0\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tdbcsqlite1.0.0 , Object: C:\Python34\tcl\tdbcsqlite1.0.0\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: thread2.7.0 , Object: C:\Python34\tcl\thread2.7.0\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tix8.4.3 , Object: C:\Python34\tcl\tix8.4.3\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: bitmaps1 , Object: C:\Python34\tcl\tix8.4.3\bitmaps\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: demos1 , Object: C:\Python34\tcl\tix8.4.3\demos\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: bitmaps , Object: C:\Python34\tcl\tix8.4.3\demos\bitmaps\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: samples , Object: C:\Python34\tcl\tix8.4.3\demos\samples\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: pref , Object: C:\Python34\tcl\tix8.4.3\pref\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tk8.6 , Object: C:\Python34\tcl\tk8.6\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: demos , Object: C:\Python34\tcl\tk8.6\demos\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: images1 , Object: C:\Python34\tcl\tk8.6\demos\images\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: images , Object: C:\Python34\tcl\tk8.6\images\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: msgs , Object: C:\Python34\tcl\tk8.6\msgs\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: ttk , Object: C:\Python34\tcl\tk8.6\ttk\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: libs , Object: C:\Python34\libs\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: include , Object: C:\Python34\include\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Lib , Object: C:\Python34\Lib\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: dbm , Object: C:\Python34\Lib\dbm\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: dbm_pycache , Object: C:\Python34\Lib\dbm\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: distutils , Object: C:\Python34\Lib\distutils\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tests1 , Object: C:\Python34\Lib\distutils\tests\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tests1_pycache , Object: C:\Python34\Lib\distutils\tests\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: command , Object: C:\Python34\Lib\distutils\command\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: command_pycache , Object: C:\Python34\Lib\distutils\command\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: distutils_pycache , Object: C:\Python34\Lib\distutils\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: importlib , Object: C:\Python34\Lib\importlib\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: importlib_pycache , Object: C:\Python34\Lib\importlib\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: collections , Object: C:\Python34\Lib\collections\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: collections_pycache , Object: C:\Python34\Lib\collections\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: unittest , Object: C:\Python34\Lib\unittest\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test4 , Object: C:\Python34\Lib\unittest\test\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: testmock , Object: C:\Python34\Lib\unittest\test\testmock\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: testmock_pycache , Object: C:\Python34\Lib\unittest\test\testmock\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test4_pycache , Object: C:\Python34\Lib\unittest\test\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: unittest_pycache , Object: C:\Python34\Lib\unittest\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: xmlrpc , Object: C:\Python34\Lib\xmlrpc\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: xmlrpc_pycache , Object: C:\Python34\Lib\xmlrpc\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: msilib , Object: C:\Python34\Lib\msilib\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: msilib_pycache , Object: C:\Python34\Lib\msilib\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: pydoc_data , Object: C:\Python34\Lib\pydoc_data\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: pydoc_data_pycache , Object: C:\Python34\Lib\pydoc_data\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: encodings , Object: C:\Python34\Lib\encodings\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: encodings_pycache , Object: C:\Python34\Lib\encodings\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: urllib , Object: C:\Python34\Lib\urllib\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: urllib_pycache , Object: C:\Python34\Lib\urllib\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: email , Object: C:\Python34\Lib\email\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: mime , Object: C:\Python34\Lib\email\mime\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: mime_pycache , Object: C:\Python34\Lib\email\mime\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: email_pycache , Object: C:\Python34\Lib\email\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: xml , Object: C:\Python34\Lib\xml\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: sax , Object: C:\Python34\Lib\xml\sax\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: sax_pycache , Object: C:\Python34\Lib\xml\sax\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: parsers , Object: C:\Python34\Lib\xml\parsers\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: parsers_pycache , Object: C:\Python34\Lib\xml\parsers\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: etree , Object: C:\Python34\Lib\xml\etree\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: etree_pycache , Object: C:\Python34\Lib\xml\etree\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: dom , Object: C:\Python34\Lib\xml\dom\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: dom_pycache , Object: C:\Python34\Lib\xml\dom\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: xml_pycache , Object: C:\Python34\Lib\xml\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: turtledemo , Object: C:\Python34\Lib\turtledemo\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: turtledemo_pycache , Object: C:\Python34\Lib\turtledemo\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test3 , Object: C:\Python34\Lib\test\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_email , Object: C:\Python34\Lib\test\test_email\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: data2 , Object: C:\Python34\Lib\test\test_email\data\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_email_pycache , Object: C:\Python34\Lib\test\test_email\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_importlib , Object: C:\Python34\Lib\test\test_importlib\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: import_ , Object: C:\Python34\Lib\test\test_importlib\import_\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: import__pycache , Object: C:\Python34\Lib\test\test_importlib\import_\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: extension , Object: C:\Python34\Lib\test\test_importlib\extension\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: extension_pycache , Object: C:\Python34\Lib\test\test_importlib\extension\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: source , Object: C:\Python34\Lib\test\test_importlib\source\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: source_pycache , Object: C:\Python34\Lib\test\test_importlib\source\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: frozen , Object: C:\Python34\Lib\test\test_importlib\frozen\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: frozen_pycache , Object: C:\Python34\Lib\test\test_importlib\frozen\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: namespace_pkgs , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: portion2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: foo3 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: foo3_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: portion1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: foo2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: foo2_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: not_a_namespace_pkg , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: foo1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: foo1_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: both_portions , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: foo , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: foo_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: project2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: parent2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: child2 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: child2_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: project1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: parent1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: child1 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: child1_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: project3 , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: parent , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: child , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: child_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: module_and_namespace_package , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: a_test , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: module_and_namespace_package_pycache , Object: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: builtin , Object: C:\Python34\Lib\test\test_importlib\builtin\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: builtin_pycache , Object: C:\Python34\Lib\test\test_importlib\builtin\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_importlib_pycache , Object: C:\Python34\Lib\test\test_importlib\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: audiodata , Object: C:\Python34\Lib\test\audiodata\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: data1 , Object: C:\Python34\Lib\test\data\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: xmltestdata , Object: C:\Python34\Lib\test\xmltestdata\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_json , Object: C:\Python34\Lib\test\test_json\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_json_pycache , Object: C:\Python34\Lib\test\test_json\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: subprocessdata , Object: C:\Python34\Lib\test\subprocessdata\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: subprocessdata_pycache , Object: C:\Python34\Lib\test\subprocessdata\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: leakers , Object: C:\Python34\Lib\test\leakers\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: leakers_pycache , Object: C:\Python34\Lib\test\leakers\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: cjkencodings , Object: C:\Python34\Lib\test\cjkencodings\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: crashers , Object: C:\Python34\Lib\test\crashers\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: crashers_pycache , Object: C:\Python34\Lib\test\crashers\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tracedmodules , Object: C:\Python34\Lib\test\tracedmodules\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tracedmodules_pycache , Object: C:\Python34\Lib\test\tracedmodules\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: sndhdrdata , Object: C:\Python34\Lib\test\sndhdrdata\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: decimaltestdata , Object: C:\Python34\Lib\test\decimaltestdata\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_tools , Object: C:\Python34\Lib\test\test_tools\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_tools_pycache , Object: C:\Python34\Lib\test\test_tools\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: imghdrdata , Object: C:\Python34\Lib\test\imghdrdata\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: encoded_modules , Object: C:\Python34\Lib\test\encoded_modules\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: encoded_modules_pycache , Object: C:\Python34\Lib\test\encoded_modules\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: capath , Object: C:\Python34\Lib\test\capath\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: support , Object: C:\Python34\Lib\test\support\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: support_pycache , Object: C:\Python34\Lib\test\support\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_asyncio , Object: C:\Python34\Lib\test\test_asyncio\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_asyncio_pycache , Object: C:\Python34\Lib\test\test_asyncio\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test3_pycache , Object: C:\Python34\Lib\test\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: ctypes , Object: C:\Python34\Lib\ctypes\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: macholib , Object: C:\Python34\Lib\ctypes\macholib\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: macholib_pycache , Object: C:\Python34\Lib\ctypes\macholib\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test2 , Object: C:\Python34\Lib\ctypes\test\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test2_pycache , Object: C:\Python34\Lib\ctypes\test\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: ctypes_pycache , Object: C:\Python34\Lib\ctypes\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: logging , Object: C:\Python34\Lib\logging\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: logging_pycache , Object: C:\Python34\Lib\logging\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: ensurepip , Object: C:\Python34\Lib\ensurepip\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: _bundled , Object: C:\Python34\Lib\ensurepip\_bundled\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: ensurepip_pycache , Object: C:\Python34\Lib\ensurepip\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: multiprocessing , Object: C:\Python34\Lib\multiprocessing\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: dummy , Object: C:\Python34\Lib\multiprocessing\dummy\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: dummy_pycache , Object: C:\Python34\Lib\multiprocessing\dummy\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: multiprocessing_pycache , Object: C:\Python34\Lib\multiprocessing\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: curses , Object: C:\Python34\Lib\curses\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: curses_pycache , Object: C:\Python34\Lib\curses\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: json , Object: C:\Python34\Lib\json\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: json_pycache , Object: C:\Python34\Lib\json\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: venv , Object: C:\Python34\Lib\venv\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: scripts , Object: C:\Python34\Lib\venv\scripts\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: posix , Object: C:\Python34\Lib\venv\scripts\posix\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: nt , Object: C:\Python34\Lib\venv\scripts\nt\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: venv_pycache , Object: C:\Python34\Lib\venv\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: wsgiref , Object: C:\Python34\Lib\wsgiref\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: wsgiref_pycache , Object: C:\Python34\Lib\wsgiref\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tkinter , Object: C:\Python34\Lib\tkinter\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test1 , Object: C:\Python34\Lib\tkinter\test\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_ttk , Object: C:\Python34\Lib\tkinter\test\test_ttk\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_ttk_pycache , Object: C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_tkinter , Object: C:\Python34\Lib\tkinter\test\test_tkinter\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_tkinter_pycache , Object: C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test1_pycache , Object: C:\Python34\Lib\tkinter\test\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tkinter_pycache , Object: C:\Python34\Lib\tkinter\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: lib2to3 , Object: C:\Python34\Lib\lib2to3\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: fixes , Object: C:\Python34\Lib\lib2to3\fixes\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: fixes_pycache , Object: C:\Python34\Lib\lib2to3\fixes\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tests , Object: C:\Python34\Lib\lib2to3\tests\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: data , Object: C:\Python34\Lib\lib2to3\tests\data\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: fixers , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: myfixes , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: myfixes_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: fixers_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: data_pycache , Object: C:\Python34\Lib\lib2to3\tests\data\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: tests_pycache , Object: C:\Python34\Lib\lib2to3\tests\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: pgen2 , Object: C:\Python34\Lib\lib2to3\pgen2\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: pgen2_pycache , Object: C:\Python34\Lib\lib2to3\pgen2\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: lib2to3_pycache , Object: C:\Python34\Lib\lib2to3\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: html , Object: C:\Python34\Lib\html\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: html_pycache , Object: C:\Python34\Lib\html\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: sqlite3 , Object: C:\Python34\Lib\sqlite3\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test , Object: C:\Python34\Lib\sqlite3\test\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: test_pycache , Object: C:\Python34\Lib\sqlite3\test\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: sqlite3_pycache , Object: C:\Python34\Lib\sqlite3\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: http , Object: C:\Python34\Lib\http\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: http_pycache , Object: C:\Python34\Lib\http\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: concurrent , Object: C:\Python34\Lib\concurrent\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: futures , Object: C:\Python34\Lib\concurrent\futures\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: futures_pycache , Object: C:\Python34\Lib\concurrent\futures\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: concurrent_pycache , Object: C:\Python34\Lib\concurrent\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: idlelib , Object: C:\Python34\Lib\idlelib\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Icons , Object: C:\Python34\Lib\idlelib\Icons\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: idle_test , Object: C:\Python34\Lib\idlelib\idle_test\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: idle_test_pycache , Object: C:\Python34\Lib\idlelib\idle_test\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: idlelib_pycache , Object: C:\Python34\Lib\idlelib\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: site_packages , Object: C:\Python34\Lib\site-packages\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: asyncio , Object: C:\Python34\Lib\asyncio\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: asyncio_pycache , Object: C:\Python34\Lib\asyncio\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Lib_pycache , Object: C:\Python34\Lib\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: DLLs , Object: C:\Python34\DLLs\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: LAUNCHERDIR , Object: C:\WINDOWS\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: DLLDIR , Object: C:\WINDOWS\SysWOW64\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Tools , Object: C:\Python34\Tools\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Scripts , Object: C:\Python34\Tools\Scripts\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: Scripts_pycache , Object: C:\Python34\Tools\Scripts\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: i18n , Object: C:\Python34\Tools\i18n\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: i18n_pycache , Object: C:\Python34\Tools\i18n\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: pynche , Object: C:\Python34\Tools\pynche\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: pynche_pycache , Object: C:\Python34\Tools\pynche\__pycache__\ MSI (s) (9C:2C) [21:24:58:732]: Dir (target): Key: X , Object: C:\Python34\Tools\pynche\X\ MSI (s) (9C:2C) [21:24:58:732]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'. MSI (s) (9C:2C) [21:24:58:732]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:732]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:732]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:732]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:732]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:732]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:732]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:732]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:748]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Disallowing uninstallation of component: {9983C931-37BE-3C6E-AD32-8B6E789B6881} since another client exists MSI (s) (9C:2C) [21:24:58:764]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 MSI (s) (9C:2C) [21:24:58:764]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:2C) [21:24:59:092]: WIN64DUALFOLDERS: 'C:\WINDOWS\system32\' will substitute 20 characters in 'C:\WINDOWS\SysWOW64\python34.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). Action ended 21:24:59: CostFinalize. Return value 1. MSI (s) (9C:2C) [21:24:59:107]: Doing action: UpdateEditIDLE Action 21:24:59: UpdateEditIDLE. Action start 21:24:59: UpdateEditIDLE. MSI (s) (9C:2C) [21:24:59:139]: Creating MSIHANDLE (6) of type 790542 for thread 4908 MSI (s) (9C:60) [21:24:59:139]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSIC2CA.tmp, Entrypoint: _UpdateEditIDLE at 4 MSI (s) (9C:90) [21:24:59:139]: Generating random cookie. MSI (s) (9C:90) [21:24:59:201]: Created Custom Action Server with PID 3644 (0xE3C). MSI (s) (9C:E0) [21:25:00:498]: Running as a service. MSI (s) (9C:40) [21:25:00:498]: Hello, I'm your 32bit Impersonated custom action server. MSI (s) (9C:60) [21:25:00:514]: Closing MSIHANDLE (6) of type 790542 for thread 4908 Action ended 21:25:00: UpdateEditIDLE. Return value 1. MSI (s) (9C:2C) [21:25:00:514]: Doing action: SetODBCFolders Action 21:25:00: SetODBCFolders. Initializing ODBC directories Action start 21:25:00: SetODBCFolders. MSI (s) (9C:2C) [21:25:00:529]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:2C) [21:25:00:529]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 Action ended 21:25:00: SetODBCFolders. Return value 1. MSI (s) (9C:2C) [21:25:00:529]: Doing action: MigrateFeatureStates Action 21:25:00: MigrateFeatureStates. Migrating feature states from related applications Action start 21:25:00: MigrateFeatureStates. MSI (s) (9C:2C) [21:25:00:529]: Skipping MigrateFeatureStates action: not run in maintenance mode Action ended 21:25:00: MigrateFeatureStates. Return value 0. MSI (s) (9C:2C) [21:25:00:529]: Doing action: InstallValidate Action 21:25:00: InstallValidate. Validating install Action start 21:25:00: InstallValidate. MSI (s) (9C:2C) [21:25:00:529]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is 'a1c3afc14ce8e44ba21d6f60a87e5e9d'. MSI (s) (9C:2C) [21:25:00:529]: Feature: DefaultFeature; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:2C) [21:25:00:529]: Feature: SharedCRT; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:2C) [21:25:00:529]: Feature: PrivateCRT; Installed: Absent; Request: Null; Action: Null MSI (s) (9C:2C) [21:25:00:529]: Feature: Extensions; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:2C) [21:25:00:529]: Feature: TclTk; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:2C) [21:25:00:529]: Feature: Documentation; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:2C) [21:25:00:529]: Feature: Tools; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:2C) [21:25:00:529]: Feature: pip_feature; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:2C) [21:25:00:529]: Feature: Testsuite; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:2C) [21:25:00:529]: Feature: PrependPath; Installed: Local; Request: Absent; Action: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: X; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: TARGETDIR; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:529]: Component: DLLDIR; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:529]: Component: python.exe; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: REGISTRY.path; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:529]: Component: pythonw.exe; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: launcher; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:529]: Component: launcherw; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:529]: Component: DLLs; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: msvcr90; Installed: Absent; Request: Null; Action: Null; Client State: Unknown MSI (s) (9C:2C) [21:25:00:529]: Component: Lib; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:529]: Component: Lib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: asyncio; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:529]: Component: asyncio_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: site_packages; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: idlelib; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:529]: Component: idlelib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: idle_test; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:529]: Component: idle_test_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: Icons; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: concurrent; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:529]: Component: concurrent_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: futures; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: futures_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: http; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: http_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: sqlite3; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: sqlite3_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: html; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: html_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: lib2to3; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: lib2to3_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: pgen2; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: pgen2_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tests; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tests_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: data; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: data_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: fixers; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: fixers_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: myfixes; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: myfixes_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: fixes; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: fixes_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tkinter; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: tkinter_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test1; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: test1_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_tkinter; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: test_tkinter_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_ttk; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_ttk_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: wsgiref; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: wsgiref_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: venv; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: venv_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: nt; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: posix; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: json; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: json_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: curses; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: curses_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: multiprocessing; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: multiprocessing_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: dummy; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: dummy_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: ensurepip; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: ensurepip_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: _bundled; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: logging; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: logging_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: ctypes; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: ctypes_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test2; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: test2_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: macholib; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: macholib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test3; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: test3_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_asyncio; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_asyncio_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: support; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: support_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: capath; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: encoded_modules; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: encoded_modules_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: imghdrdata; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_tools; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: test_tools_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: decimaltestdata; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: sndhdrdata; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tracedmodules; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tracedmodules_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: crashers; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: crashers_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: cjkencodings; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: leakers; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: leakers_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: subprocessdata; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: subprocessdata_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_json; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_json_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: xmltestdata; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: data1; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: audiodata; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_importlib; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: test_importlib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: builtin; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: builtin_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: namespace_pkgs; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: module_and_namespace_package; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: module_and_namespace_package_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: a_test; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: child; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: child_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: child1; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: child1_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: child2; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: child2_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: foo; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: foo_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: foo1; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: foo1_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: foo2; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: foo2_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: foo3; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: foo3_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: frozen; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: frozen_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: source; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: source_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: extension; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: extension_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: import_; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: import__pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_email; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test_email_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: data2; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: turtledemo; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: turtledemo_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: xml; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: xml_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: dom; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: dom_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: etree; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: etree_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: parsers; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: parsers_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: sax; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: sax_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: email; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: email_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: mime; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: mime_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: urllib; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: urllib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: encodings; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: encodings_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: pydoc_data; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: pydoc_data_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: msilib; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: msilib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: xmlrpc; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: xmlrpc_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: unittest; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: unittest_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test4; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: test4_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: testmock; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: testmock_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: collections; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: collections_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: importlib; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: importlib_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: distutils; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: distutils_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: command; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: command_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tests1; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tests1_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: dbm; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: dbm_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: TkDLLs; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: include; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: libs; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: tcl; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tk8.6; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: ttk; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: msgs; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: images; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: demos; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: images1; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tix8.4.3; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: pref; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: demos1; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: samples; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: bitmaps; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: bitmaps1; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: thread2.7.0; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tdbcsqlite1.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tdbcpostgres1.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tdbcodbc1.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tdbcmysql1.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tdbc1.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tcl8.6; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tzdata; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: US; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Pacific; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: SystemV; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Mexico; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Indian; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Europe; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Etc; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Chile; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Canada; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Atlantic; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Brazil; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Australia; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Asia; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Arctic; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Antarctica; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: America; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: North_Dakota; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Kentucky; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Indiana; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Argentina; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Africa; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: opt0.4; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: msgs1; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: http1.0; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: encoding; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: _8.6; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: tdbc; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: _8.5; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: _8.4; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: platform; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: sqlite33.8.0; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: reg1.3; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: itcl4.0.0; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: dde1.4; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: i18n; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: i18n_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: pynche; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: pynche_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Scripts; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: Scripts_pycache; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: documentation; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: REGISTRY.doc; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: REGISTRY; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: REGISTRY.ensurepip; Installed: Local; Request: Absent; Action: Null; Client State: Not Used MSI (s) (9C:2C) [21:25:00:545]: Component: REGISTRY.def; Installed: Local; Request: Absent; Action: Absent; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: REGISTRY.tcl; Installed: Local; Request: Absent; Action: Absent; Client State: Absent MSI (s) (9C:2C) [21:25:00:545]: Component: C_CENTRAL_msvcr100_x86.AFA96EB4_FA9F_335C_A7CB_36079407553D; Installed: Local; Request: Absent; Action: Null; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: C_CENTRAL_msvcp100_x86.AFA96EB4_FA9F_335C_A7CB_36079407553D; Installed: Local; Request: Absent; Action: Null; Client State: Local MSI (s) (9C:2C) [21:25:00:545]: Component: __Lib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __asyncio65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __idlelib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __idle_test65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __concurrent65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __futures65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __http65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __sqlite365; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __html65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __lib2to365; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __pgen265; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __tests65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __data65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __fixers65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __myfixes65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __fixes65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __tkinter65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test165; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test_tkinter65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test_ttk65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __wsgiref65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __venv65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __json65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __curses65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __multiprocessing65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __dummy65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __ensurepip65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __logging65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __ctypes65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test265; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __macholib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test365; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test_asyncio65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __support65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __encoded_modules65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test_tools65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __tracedmodules65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __crashers65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __leakers65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __subprocessdata65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test_json65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test_importlib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __builtin65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __module_and_namespace_package65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __child65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __child165; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __child265; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __foo65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __foo165; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __foo265; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __foo365; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __frozen65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __source65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __extension65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __import_65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test_email65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __turtledemo65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __xml65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __dom65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __etree65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __parsers65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __sax65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __email65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __mime65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __urllib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __encodings65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __pydoc_data65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __msilib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __xmlrpc65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __unittest65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __test465; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __testmock65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __collections65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __importlib65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __distutils65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __command65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __tests165; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __dbm65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __i18n65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __pynche65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __Scripts65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __TARGETDIR65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __python.exe65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __pythonw.exe65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __REGISTRY.doc65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __REGISTRY65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __REGISTRY.doc66; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __REGISTRY.ensurepip65; Installed: Null; Request: Absent; Action: Null; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __REGISTRY66; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __REGISTRY.tcl65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Component: __REGISTRY.def65; Installed: Null; Request: Absent; Action: Absent; Client State: Null MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2262 2: PublishComponent 3: -2147287038 MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2262 2: SelfReg 3: -2147287038 MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2262 2: Font 3: -2147287038 MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2205 2: 3: _RemoveFilePath MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2262 2: DuplicateFile 3: -2147287038 MSI (s) (9C:2C) [21:25:00:545]: Note: 1: 2262 2: ReserveCost 3: -2147287038 MSI (s) (9C:2C) [21:25:01:983]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 (command line - 32 bit) 3: 2 MSI (s) (9C:2C) [21:25:01:998]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 Docs Server (pydoc - 32 bit) 3: 2 MSI (s) (9C:2C) [21:25:02:014]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 GUI - 32 bit) 3: 2 MSI (s) (9C:2C) [21:25:02:029]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 Manuals 3: 2 MSI (s) (9C:2C) [21:25:02:029]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 (32 bit) 3: 2 MSI (s) (9C:2C) [21:25:02:154]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'. MSI (s) (9C:2C) [21:25:02:154]: Note: 1: 2262 2: BindImage 3: -2147287038 MSI (s) (9C:2C) [21:25:02:154]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:2C) [21:25:02:154]: Note: 1: 2262 2: PublishComponent 3: -2147287038 MSI (s) (9C:2C) [21:25:02:154]: Note: 1: 2262 2: SelfReg 3: -2147287038 MSI (s) (9C:2C) [21:25:02:154]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:2C) [21:25:02:154]: Note: 1: 2262 2: Font 3: -2147287038 MSI (s) (9C:2C) [21:25:02:154]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:2C) [21:25:02:154]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (s) (9C:2C) [21:25:02:201]: Note: 1: 2727 2: MSI (s) (9C:2C) [21:25:02:201]: Note: 1: 2205 2: 3: FilesInUse MSI (s) (9C:2C) [21:25:02:233]: Note: 1: 2727 2: Action ended 21:25:02: InstallValidate. Return value 1. MSI (s) (9C:2C) [21:25:02:233]: Doing action: InstallInitialize Action 21:25:02: InstallInitialize. Action start 21:25:02: InstallInitialize. MSI (s) (9C:2C) [21:25:02:233]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:2C) [21:25:02:233]: User policy value 'AlwaysInstallElevated' is 0 MSI (s) (9C:2C) [21:25:02:233]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:02:233]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:02:233]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B Action 21:25:02: GenerateScript. Generating script operations for action: GenerateScript: InstallInitialize MSI (s) (9C:2C) [21:25:02:248]: PROPERTY CHANGE: Deleting ProductToBeRegistered property. Its current value is '1'. MSI (s) (9C:2C) [21:25:02:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:02:248]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:2C) [21:25:02:248]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (9C:2C) [21:25:02:248]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:2C) [21:25:02:248]: 'python_icon.exe' icon will be removed. MSI (s) (9C:2C) [21:25:02:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:02:248]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B Action ended 21:25:02: InstallInitialize. Return value 1. MSI (s) (9C:2C) [21:25:02:248]: Doing action: RemoveExistingProducts Action 21:25:02: RemoveExistingProducts. Removing applications Action start 21:25:02: RemoveExistingProducts. MSI (s) (9C:2C) [21:25:02:264]: Skipping RemoveExistingProducts action: current configuration is maintenance mode or an uninstall Action ended 21:25:02: RemoveExistingProducts. Return value 0. MSI (s) (9C:2C) [21:25:02:264]: Skipping action: AllocateRegistrySpace (condition is false) MSI (s) (9C:2C) [21:25:02:264]: Doing action: ProcessComponents Action 21:25:02: ProcessComponents. Updating component registration Action start 21:25:02: ProcessComponents. 1: Updating component registration Action ended 21:25:02: ProcessComponents. Return value 1. MSI (s) (9C:2C) [21:25:02:436]: Doing action: UnpublishComponents Action 21:25:02: UnpublishComponents. Unpublishing Qualified Components Action start 21:25:02: UnpublishComponents. MSI (s) (9C:2C) [21:25:02:436]: Note: 1: 2262 2: PublishComponent 3: -2147287038 Action ended 21:25:02: UnpublishComponents. Return value 1. MSI (s) (9C:2C) [21:25:02:436]: Doing action: MsiUnpublishAssemblies Action 21:25:02: MsiUnpublishAssemblies. Unpublishing assembly information Action start 21:25:02: MsiUnpublishAssemblies. Action ended 21:25:02: MsiUnpublishAssemblies. Return value 1. MSI (s) (9C:2C) [21:25:02:451]: Doing action: UnpublishFeatures Action 21:25:02: UnpublishFeatures. Unpublishing Product Features Action start 21:25:02: UnpublishFeatures. MSI (s) (9C:2C) [21:25:02:451]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B UnpublishFeatures: Feature: Unpublishing Product Features Action ended 21:25:02: UnpublishFeatures. Return value 1. MSI (s) (9C:2C) [21:25:02:451]: Doing action: StopServices Action 21:25:02: StopServices. Stopping services Action start 21:25:02: StopServices. MSI (s) (9C:2C) [21:25:02:467]: Note: 1: 2262 2: ServiceControl 3: -2147287038 Action ended 21:25:02: StopServices. Return value 1. MSI (s) (9C:2C) [21:25:02:467]: Doing action: DeleteServices Action 21:25:02: DeleteServices. Deleting services Action start 21:25:02: DeleteServices. MSI (s) (9C:2C) [21:25:02:467]: Note: 1: 2262 2: ServiceControl 3: -2147287038 Action ended 21:25:02: DeleteServices. Return value 1. MSI (s) (9C:2C) [21:25:02:467]: Doing action: UnregisterComPlus Action 21:25:02: UnregisterComPlus. Unregistering COM+ Applications and Components Action start 21:25:02: UnregisterComPlus. MSI (s) (9C:2C) [21:25:02:467]: Note: 1: 2262 2: Complus 3: -2147287038 Action ended 21:25:02: UnregisterComPlus. Return value 1. MSI (s) (9C:2C) [21:25:02:467]: Doing action: SelfUnregModules Action 21:25:02: SelfUnregModules. Unregistering modules Action start 21:25:02: SelfUnregModules. MSI (s) (9C:2C) [21:25:02:467]: Note: 1: 2262 2: SelfReg 3: -2147287038 Action ended 21:25:02: SelfUnregModules. Return value 1. MSI (s) (9C:2C) [21:25:02:483]: Doing action: UnregisterTypeLibraries Action 21:25:02: UnregisterTypeLibraries. Unregistering type libraries Action start 21:25:02: UnregisterTypeLibraries. MSI (s) (9C:2C) [21:25:02:483]: Note: 1: 2262 2: TypeLib 3: -2147287038 Action ended 21:25:02: UnregisterTypeLibraries. Return value 1. MSI (s) (9C:2C) [21:25:02:483]: Doing action: RemoveODBC Action 21:25:02: RemoveODBC. Removing ODBC components Action start 21:25:02: RemoveODBC. MSI (s) (9C:2C) [21:25:02:483]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038 MSI (s) (9C:2C) [21:25:02:483]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038 MSI (s) (9C:2C) [21:25:02:483]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 MSI (s) (9C:2C) [21:25:02:483]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 MSI (s) (9C:2C) [21:25:02:483]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:2C) [21:25:02:483]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:2C) [21:25:02:483]: Note: 1: 2711 2: ODBCDriverManager 1: Removing ODBC components MSI (s) (9C:2C) [21:25:02:483]: Note: 1: 2711 2: ODBCDriverManager64 Action ended 21:25:02: RemoveODBC. Return value 1. MSI (s) (9C:2C) [21:25:02:483]: Doing action: UnregisterFonts Action 21:25:02: UnregisterFonts. Unregistering fonts Action start 21:25:02: UnregisterFonts. MSI (s) (9C:2C) [21:25:02:498]: Note: 1: 2262 2: Font 3: -2147287038 Action ended 21:25:02: UnregisterFonts. Return value 1. MSI (s) (9C:2C) [21:25:02:498]: Doing action: RemoveRegistryValues Action 21:25:02: RemoveRegistryValues. Removing system registry values Action start 21:25:02: RemoveRegistryValues. RemoveRegistryValues: Key: Removing system registry values, Name: MSI (s) (9C:2C) [21:25:02:529]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038 Action ended 21:25:02: RemoveRegistryValues. Return value 1. MSI (s) (9C:2C) [21:25:02:529]: Doing action: UnregisterClassInfo Action 21:25:02: UnregisterClassInfo. Unregister Class servers Action start 21:25:02: UnregisterClassInfo. MSI (s) (9C:2C) [21:25:02:529]: Note: 1: 2262 2: Class 3: -2147287038 Action ended 21:25:02: UnregisterClassInfo. Return value 1. MSI (s) (9C:2C) [21:25:02:529]: Doing action: UnregisterExtensionInfo Action 21:25:02: UnregisterExtensionInfo. Unregistering extension servers Action start 21:25:02: UnregisterExtensionInfo. MSI (s) (9C:2C) [21:25:02:529]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:25:02: UnregisterExtensionInfo. Return value 1. MSI (s) (9C:2C) [21:25:02:529]: Doing action: UnregisterProgIdInfo Action 21:25:02: UnregisterProgIdInfo. Unregistering program identifiers Action start 21:25:02: UnregisterProgIdInfo. MSI (s) (9C:2C) [21:25:02:529]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:2C) [21:25:02:529]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:2C) [21:25:02:545]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:2C) [21:25:02:545]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:25:02: UnregisterProgIdInfo. Return value 1. MSI (s) (9C:2C) [21:25:02:545]: Doing action: UnregisterMIMEInfo Action 21:25:02: UnregisterMIMEInfo. Unregistering MIME info Action start 21:25:02: UnregisterMIMEInfo. MSI (s) (9C:2C) [21:25:02:545]: Note: 1: 2262 2: MIME 3: -2147287038 MSI (s) (9C:2C) [21:25:02:545]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:25:02: UnregisterMIMEInfo. Return value 1. MSI (s) (9C:2C) [21:25:02:545]: Doing action: RemoveIniValues Action 21:25:02: RemoveIniValues. Removing INI files entries Action start 21:25:02: RemoveIniValues. MSI (s) (9C:2C) [21:25:02:545]: Note: 1: 2262 2: RemoveIniFile 3: -2147287038 Action ended 21:25:02: RemoveIniValues. Return value 1. MSI (s) (9C:2C) [21:25:02:545]: Doing action: RemoveShortcuts Action 21:25:02: RemoveShortcuts. Removing shortcuts Action start 21:25:02: RemoveShortcuts. RemoveShortcuts: Shortcut: Removing shortcuts Action ended 21:25:02: RemoveShortcuts. Return value 1. MSI (s) (9C:2C) [21:25:02:561]: Doing action: RemoveEnvironmentStrings Action 21:25:02: RemoveEnvironmentStrings. Updating environment strings Action start 21:25:02: RemoveEnvironmentStrings. RemoveEnvironmentStrings: Name: Updating environment strings, Value: , Action Action ended 21:25:02: RemoveEnvironmentStrings. Return value 1. MSI (s) (9C:2C) [21:25:02:561]: Doing action: RemoveDuplicateFiles Action 21:25:02: RemoveDuplicateFiles. Removing duplicated files Action start 21:25:02: RemoveDuplicateFiles. Action ended 21:25:02: RemoveDuplicateFiles. Return value 1. MSI (s) (9C:2C) [21:25:02:561]: Doing action: RemovePip Action 21:25:02: RemovePip. Action start 21:25:02: RemovePip. RemovePip: Action ended 21:25:02: RemovePip. Return value 1. MSI (s) (9C:2C) [21:25:02:576]: Doing action: RemoveFiles Action 21:25:02: RemoveFiles. Removing files Action start 21:25:02: RemoveFiles. RemoveFiles: File: Removing files, Directory: MSI (s) (9C:2C) [21:25:03:639]: Counted 1 foreign folders to be removed. MSI (s) (9C:2C) [21:25:03:639]: Removing foreign folder: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\ Action ended 21:25:03: RemoveFiles. Return value 1. MSI (s) (9C:2C) [21:25:03:639]: Doing action: RemoveFolders Action 21:25:03: RemoveFolders. Removing folders Action start 21:25:03: RemoveFolders. MSI (s) (9C:2C) [21:25:03:639]: Note: 1: 2262 2: LockPermissions 3: -2147287038 RemoveFolders: Folder: Removing folders Action ended 21:25:03: RemoveFolders. Return value 1. MSI (s) (9C:2C) [21:25:03:670]: Doing action: CreateFolders Action 21:25:03: CreateFolders. Creating folders Action start 21:25:03: CreateFolders. MSI (s) (9C:2C) [21:25:03:670]: Note: 1: 2262 2: LockPermissions 3: -2147287038 Action ended 21:25:03: CreateFolders. Return value 1. MSI (s) (9C:2C) [21:25:03:670]: Doing action: MoveFiles Action 21:25:03: MoveFiles. Moving files Action start 21:25:03: MoveFiles. Action ended 21:25:03: MoveFiles. Return value 1. MSI (s) (9C:2C) [21:25:03:670]: Doing action: InstallFiles Action 21:25:03: InstallFiles. Copying new files Action start 21:25:03: InstallFiles. MSI (s) (9C:2C) [21:25:03:686]: Dumping binary patch manager data... MSI (s) (9C:2C) [21:25:03:686]: The file represented by File table key 'GB' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'py.ico' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'python.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'README.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'NEWS.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'LICENSE.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'pythonw.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'py.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'pyw.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'python34.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'msvcr100.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'weakref.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'colorsys.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:701]: The file represented by File table key 'operator.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'linecache.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'sched.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'enum.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'locale.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'netrc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'getpass.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'aifc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key '_pyio.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'binhex.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'abc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'opcode.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'doctest.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'reprlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:717]: The file represented by File table key 'tarfile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'asynchat.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'string.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'copyreg.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'traceback.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'imaplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'fractions.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'bz2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'sre_compile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'argparse.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'poplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'mimetypes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'tabnanny.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key '_weakrefset.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'hashlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'getopt.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'uuid.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'fileinput.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'tracemalloc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:733]: The file represented by File table key 'modulefinder.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'inspect.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'sysconfig.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'ast.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'trace.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'pickletools.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'token.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'sre_parse.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'copy.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'smtpd.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'pprint.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key '_osx_support.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'plistlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'cProfile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:748]: The file represented by File table key 'telnetlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'socket.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key '_compat_pickle.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'shelve.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'random.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'difflib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'stringprep.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'keyword.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'asyncore.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'macpath.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key '_dummy_thread.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'tempfile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'compileall.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'glob.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'warnings.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:764]: The file represented by File table key 'queue.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'calendar.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'platform.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'optparse.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'pickle.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'shutil.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'bisect.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'py_compile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'sunau.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'cmd.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'timeit.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'nturl2path.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'datetime.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'heapq.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'configparser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'pipes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:779]: The file represented by File table key 'code.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'sre_constants.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'hmac.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'rlcompleter.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'dis.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'quopri.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'pkgutil.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key '__phello__.foo.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'symtable.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'base64.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'ssl.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'selectors.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'tty.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key '_markupbase.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'pdb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'pstats.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'nntplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:795]: The file represented by File table key 'io.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'statistics.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'ftplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'imghdr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'pyclbr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'cgitb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'functools.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'ipaddress.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'sndhdr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'textwrap.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'subprocess.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'types.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'pydoc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:811]: The file represented by File table key 'csv.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'chunk.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'crypt.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'struct.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'turtle.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'xdrlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'runpy.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'shlex.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'cgi.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key '_strptime.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'site.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'tokenize.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'symbol.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'formatter.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'smtplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'gzip.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'codecs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:826]: The file represented by File table key 'genericpath.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'mailcap.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'threading.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'this.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'gettext.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'mailbox.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'fnmatch.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'codeop.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'uu.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'dummy_threading.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'filecmp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 're.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:842]: The file represented by File table key 'antigravity.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:858]: The file represented by File table key '_bootlocale.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:858]: The file represented by File table key 'ntpath.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:858]: The file represented by File table key 'macurl2path.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:858]: The file represented by File table key 'decimal.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:858]: The file represented by File table key 'socketserver.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:858]: The file represented by File table key 'profile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:858]: The file represented by File table key 'os.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:858]: The file represented by File table key 'numbers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:858]: The file represented by File table key 'lzma.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:873]: The file represented by File table key 'bdb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:873]: The file represented by File table key 'posixpath.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:873]: The file represented by File table key '_collections_abc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:873]: The file represented by File table key 'zipfile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:873]: The file represented by File table key 'webbrowser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:873]: The file represented by File table key 'wave.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:873]: The file represented by File table key 'contextlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:873]: The file represented by File table key '_sitebuiltins.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'stat.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'pathlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'pty.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'imp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key '__future__.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key '_threading_local.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'test_utils.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'locks.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'protocols.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'constants.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'transports.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'coroutines.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:889]: The file represented by File table key 'proactor_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'unix_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'base_subprocess.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'subprocess.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key '__init__.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'tasks.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'streams.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'log.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'selector_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'futures.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'base_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'windows_utils.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'queues.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'windows_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:904]: The file represented by File table key 'README.txt.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'IOBinding.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'GrepDialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'config_keys.def' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'WindowList.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'idle.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'RstripExtension.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'aboutDialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'ColorDelegator.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'NEWS.txt.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'SearchDialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'SearchDialogBase.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'RemoteObjectBrowser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'configSectionNameDialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'PyShell.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'MultiCall.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:920]: The file represented by File table key 'README.txt.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'help.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'FormatParagraph.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'config_extensions.def' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'AutoExpand.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'MultiStatusBar.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'CREDITS.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'CallTips.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'AutoCompleteWindow.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'textView.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'dynOptionMenuWidget.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'ToolTip.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'configDialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key '__main__.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'extend.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'Bindings.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:936]: The file represented by File table key 'ScriptBinding.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'run.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'keybindingDialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'config_main.def' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'HISTORY.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'TODO.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'tabbedpages.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'idlever.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'CodeContext.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'Delegator.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'ClassBrowser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key '__init__.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'rpc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'RemoteDebugger.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:951]: The file represented by File table key 'AutoComplete.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:967]: The file represented by File table key 'SearchEngine.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:967]: The file represented by File table key 'ParenMatch.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:967]: The file represented by File table key 'Debugger.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:967]: The file represented by File table key 'config_highlight.def' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:967]: The file represented by File table key 'WidgetRedirector.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:967]: The file represented by File table key 'macosxSupport.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:967]: The file represented by File table key 'ScrolledList.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:967]: The file represented by File table key 'CallTipWindow.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:967]: The file represented by File table key 'PathBrowser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:967]: The file represented by File table key 'testcode.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'FileList.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'idle.bat' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'HyperParser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'OutputWindow.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'ChangeLog' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'configHelpSourceEdit.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'configHandler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'StackViewer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'ObjectBrowser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'TreeWidget.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'idle.pyw' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'PyParse.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'UndoDelegator.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'Percolator.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:983]: The file represented by File table key 'EditorWindow.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:998]: The file represented by File table key 'IdleHistory.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:998]: The file represented by File table key 'ZoomHeight.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:998]: The file represented by File table key 'ReplaceDialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:998]: The file represented by File table key 'test_rstrip.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:998]: The file represented by File table key 'test_text.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:998]: The file represented by File table key 'test_grep.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:998]: The file represented by File table key 'test_searchdialogbase.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:998]: The file represented by File table key 'test_idlehistory.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:998]: The file represented by File table key 'README.txt.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:03:998]: The file represented by File table key 'test_warning.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'test_parenmatch.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'test_configdialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'htest.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'test_autoexpand.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'test_widgetredir.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'mock_idle.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'test_formatparagraph.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'test_textview.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'test_searchengine.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'test_delegator.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'test_autocomplete.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key '__init__.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:014]: The file represented by File table key 'test_config_name.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'mock_tk.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'test_calltips.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'test_pathbrowser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'test_hyperparser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'openfolder.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'plusnode.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'idle_32.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'idle_48.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'idle_16.png' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'idle.ico' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'minusnode.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'tk.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'idle_32.png' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'idle_16.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:029]: The file represented by File table key 'python.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key 'folder.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key 'idle.icns' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key 'idle_48.png' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key '__init__.py.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key 'process.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key 'thread.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key '__init__.py.4' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key '_base.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key 'client.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key 'cookies.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key 'cookiejar.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key 'server.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key '__init__.py.5' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:045]: The file represented by File table key 'dbapi2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key 'dump.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key '__init__.py.6' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key 'dbapi.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key 'dump.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key 'regression.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key 'userfunctions.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key '__init__.py.7' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key 'factory.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key 'types.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key 'transactions.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key 'hooks.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:061]: The file represented by File table key 'parser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key '__init__.py.8' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'entities.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'pygram.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'btm_utils.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'main.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'pytree.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'patcomp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key '__main__.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'fixer_util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key '__init__.py.9' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'btm_matcher.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'fixer_base.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'Grammar.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:076]: The file represented by File table key 'PatternGrammar.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'refactor.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'token.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'conv.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'tokenize.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'pgen.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key '__init__.py.10' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'driver.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'parse.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'literals.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'grammar.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'test_parser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key '__init__.py.11' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'test_main.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'test_refactor.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'test_all_fixers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'support.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'pytree_idempotency.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:092]: The file represented by File table key 'test_util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'test_fixers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'test_pytree.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'different_encoding.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'bom.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'infinite_recursion.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'crlf.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'false_encoding.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'py3_test_grammar.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'README.txt.4' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'py2_test_grammar.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'parrot_example.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'no_fixer_cls.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'bad_order.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:108]: The file represented by File table key 'fix_preorder.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_explicit.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_first.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key '__init__.py.12' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_last.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_parrot.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_import.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_urllib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_except.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_itertools_imports.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_dict.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_future.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:123]: The file represented by File table key 'fix_basestring.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_execfile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_imports2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_asserts.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_raw_input.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_nonzero.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_isinstance.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_idioms.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_zip.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_next.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_funcattrs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_itertools.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:139]: The file represented by File table key 'fix_callable.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_standarderror.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_map.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_exec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_intern.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_xrange.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_getcwdu.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_apply.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_imports.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_reduce.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_paren.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:154]: The file represented by File table key 'fix_operator.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:172]: The file represented by File table key 'fix_xreadlines.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:176]: The file represented by File table key 'fix_long.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:178]: The file represented by File table key 'fix_sys_exc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:179]: The file represented by File table key 'fix_input.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:180]: The file represented by File table key 'fix_tuple_params.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:182]: The file represented by File table key 'fix_filter.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:183]: The file represented by File table key 'fix_numliterals.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:184]: The file represented by File table key 'fix_renames.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:187]: The file represented by File table key 'fix_throw.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:189]: The file represented by File table key 'fix_buffer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:190]: The file represented by File table key 'fix_set_literal.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:191]: The file represented by File table key 'fix_methodattrs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:194]: The file represented by File table key 'fix_ne.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:196]: The file represented by File table key 'fix_repr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:198]: The file represented by File table key 'fix_types.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:199]: The file represented by File table key 'fix_raise.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:200]: The file represented by File table key 'fix_has_key.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:202]: The file represented by File table key 'fix_metaclass.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:205]: The file represented by File table key 'fix_ws_comma.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:206]: The file represented by File table key '__init__.py.13' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:207]: The file represented by File table key 'fix_exitfunc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:208]: The file represented by File table key 'fix_reload.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:210]: The file represented by File table key 'fix_print.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:211]: The file represented by File table key 'fix_unicode.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:212]: The file represented by File table key '_fix.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:213]: The file represented by File table key 'ttk.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:215]: The file represented by File table key 'messagebox.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:216]: The file represented by File table key 'font.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:217]: The file represented by File table key 'constants.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:217]: The file represented by File table key 'dnd.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:218]: The file represented by File table key 'tix.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:219]: The file represented by File table key '__main__.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:220]: The file represented by File table key '__init__.py.14' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:221]: The file represented by File table key 'simpledialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:222]: The file represented by File table key 'dialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:223]: The file represented by File table key 'colorchooser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:224]: The file represented by File table key 'filedialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:225]: The file represented by File table key 'commondialog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:226]: The file represented by File table key 'scrolledtext.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:227]: The file represented by File table key 'runtktests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:227]: The file represented by File table key 'support.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:228]: The file represented by File table key '__init__.py.15' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:229]: The file represented by File table key 'README.txt.5' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:229]: The file represented by File table key 'widget_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:230]: The file represented by File table key 'test_widgets.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:231]: The file represented by File table key 'test_font.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:231]: The file represented by File table key 'test_variables.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:232]: The file represented by File table key '__init__.py.16' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:233]: The file represented by File table key 'test_geometry_managers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:234]: The file represented by File table key 'test_misc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:235]: The file represented by File table key 'test_images.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:236]: The file represented by File table key 'test_text.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:237]: The file represented by File table key 'test_loadtk.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:239]: The file represented by File table key 'test_style.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:241]: The file represented by File table key 'test_extensions.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:242]: The file represented by File table key 'test_functions.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:244]: The file represented by File table key 'test_widgets.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:245]: The file represented by File table key '__init__.py.17' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:246]: The file represented by File table key 'simple_server.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:247]: The file represented by File table key 'util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:248]: The file represented by File table key '__init__.py.18' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:250]: The file represented by File table key 'headers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:252]: The file represented by File table key 'handlers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:252]: The file represented by File table key 'validate.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:253]: The file represented by File table key '__main__.py.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:253]: The file represented by File table key '__init__.py.19' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:254]: The file represented by File table key 'Activate.ps1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:255]: The file represented by File table key 'activate.bat' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:255]: The file represented by File table key 'deactivate.bat' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:257]: The file represented by File table key 'activate' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:258]: The file represented by File table key 'activate.fish' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:258]: The file represented by File table key 'activate.csh' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:259]: The file represented by File table key 'tool.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:260]: The file represented by File table key 'scanner.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:261]: The file represented by File table key 'decoder.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:261]: The file represented by File table key '__init__.py.20' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:262]: The file represented by File table key 'encoder.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:262]: The file represented by File table key 'has_key.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:262]: The file represented by File table key 'ascii.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:264]: The file represented by File table key 'textpad.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:264]: The file represented by File table key '__init__.py.21' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:265]: The file represented by File table key 'panel.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:267]: The file represented by File table key 'sharedctypes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:268]: The file represented by File table key 'context.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:268]: The file represented by File table key 'resource_sharer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:269]: The file represented by File table key 'spawn.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:270]: The file represented by File table key 'synchronize.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:270]: The file represented by File table key 'reduction.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:271]: The file represented by File table key 'util.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:272]: The file represented by File table key 'popen_forkserver.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:272]: The file represented by File table key '__init__.py.22' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:273]: The file represented by File table key 'process.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:274]: The file represented by File table key 'connection.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:274]: The file represented by File table key 'popen_fork.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:275]: The file represented by File table key 'semaphore_tracker.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:276]: The file represented by File table key 'pool.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:277]: The file represented by File table key 'heap.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:278]: The file represented by File table key 'popen_spawn_win32.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:280]: The file represented by File table key 'managers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:280]: The file represented by File table key 'queues.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:281]: The file represented by File table key 'popen_spawn_posix.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:282]: The file represented by File table key 'forkserver.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:282]: The file represented by File table key 'connection.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:283]: The file represented by File table key '__init__.py.23' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:284]: The file represented by File table key '__main__.py.4' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:285]: The file represented by File table key '_uninstall.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:285]: The file represented by File table key '__init__.py.24' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:286]: The file represented by File table key 'setuptools_2.1_py2.py3_none_any.whl' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:287]: The file represented by File table key 'pip_1.5.6_py2.py3_none_any.whl' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:287]: The file represented by File table key 'config.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:288]: The file represented by File table key 'handlers.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:289]: The file represented by File table key '__init__.py.25' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:289]: The file represented by File table key '_endian.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:290]: The file represented by File table key 'util.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:291]: The file represented by File table key '__init__.py.26' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:291]: The file represented by File table key 'wintypes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:292]: The file represented by File table key 'test_functions.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:293]: The file represented by File table key 'test_values.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:293]: The file represented by File table key 'test_pointers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:294]: The file represented by File table key 'test_frombuffer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:295]: The file represented by File table key 'test_refcounts.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:295]: The file represented by File table key '__init__.py.27' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:296]: The file represented by File table key 'test_pickling.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:297]: The file represented by File table key 'test_cfuncs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:297]: The file represented by File table key 'test_byteswap.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:298]: The file represented by File table key 'test_numbers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:299]: The file represented by File table key 'test_macholib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:299]: The file represented by File table key 'test_python_api.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:300]: The file represented by File table key 'test_win32.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:301]: The file represented by File table key 'test_sizes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:301]: The file represented by File table key 'test_random_things.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:302]: The file represented by File table key 'test_bitfields.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:303]: The file represented by File table key 'test_keeprefs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:303]: The file represented by File table key 'test_struct_fields.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:304]: The file represented by File table key 'test_pep3118.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:305]: The file represented by File table key 'test_stringptr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:305]: The file represented by File table key 'test_loading.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:306]: The file represented by File table key 'test_incomplete.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:307]: The file represented by File table key 'test_funcptr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:308]: The file represented by File table key 'test_parameters.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:309]: The file represented by File table key 'test_unaligned_structures.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:310]: The file represented by File table key 'test_repr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:310]: The file represented by File table key 'test_bytes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:311]: The file represented by File table key 'test_buffers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:312]: The file represented by File table key 'test_prototypes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:312]: The file represented by File table key '__main__.py.5' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:313]: The file represented by File table key 'test_simplesubclasses.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:314]: The file represented by File table key 'test_varsize_struct.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:314]: The file represented by File table key 'test_callbacks.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:315]: The file represented by File table key 'test_checkretval.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:316]: The file represented by File table key 'test_array_in_pointer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:316]: The file represented by File table key 'test_returnfuncptrs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:317]: The file represented by File table key 'test_errno.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:318]: The file represented by File table key 'test_slicing.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:318]: The file represented by File table key 'test_delattr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:319]: The file represented by File table key 'test_init.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:320]: The file represented by File table key 'test_strings.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:320]: The file represented by File table key 'test_unicode.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:321]: The file represented by File table key 'test_wintypes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:322]: The file represented by File table key 'test_objects.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:323]: The file represented by File table key 'test_internals.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:323]: The file represented by File table key 'test_libc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:324]: The file represented by File table key 'test_as_parameter.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:325]: The file represented by File table key 'test_anon.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:325]: The file represented by File table key 'test_structures.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:326]: The file represented by File table key 'test_cast.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:327]: The file represented by File table key 'test_arrays.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:328]: The file represented by File table key 'test_memfunctions.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:328]: The file represented by File table key 'test_find.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:329]: The file represented by File table key 'fetch_macholib' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:329]: The file represented by File table key 'README.ctypes' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:330]: The file represented by File table key '__init__.py.28' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:331]: The file represented by File table key 'dyld.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:331]: The file represented by File table key 'framework.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:332]: The file represented by File table key 'dylib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:333]: The file represented by File table key 'fetch_macholib.bat' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:333]: The file represented by File table key 'test_codecencodings_hk.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:334]: The file represented by File table key 'test_parser.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:335]: The file represented by File table key 'test_ttk_textonly.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:336]: The file represented by File table key 'badsyntax_future3.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:336]: The file represented by File table key 'badsyntax_future8.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:337]: The file represented by File table key 'test___future__.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:338]: The file represented by File table key 'test_compileall.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:339]: The file represented by File table key 'test_strftime.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:340]: The file represented by File table key 'test_tuple.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:341]: The file represented by File table key 'test_resource.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:342]: The file represented by File table key 'test_codecmaps_tw.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:343]: The file represented by File table key 'test_epoll.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:343]: The file represented by File table key 'test_pty.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:344]: The file represented by File table key 'test_normalization.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:344]: The file represented by File table key 'outstanding_bugs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:345]: The file represented by File table key 'test_subprocess.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:346]: The file represented by File table key 'test_codecs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:347]: The file represented by File table key 'test_socketserver.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:348]: The file represented by File table key 'test_webbrowser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:348]: The file represented by File table key 'test_pwd.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:349]: The file represented by File table key 'test_grammar.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:350]: The file represented by File table key 'test_htmlparser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:350]: The file represented by File table key 'test_getopt.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:351]: The file represented by File table key 'test_bool.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:352]: The file represented by File table key 'test_startfile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:352]: The file represented by File table key 'test_print.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:353]: The file represented by File table key 'test_format.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:354]: The file represented by File table key 'test_tracemalloc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:355]: The file represented by File table key 'audiotest.au' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:356]: The file represented by File table key 'list_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:358]: The file represented by File table key 'keycert3.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:363]: The file represented by File table key 'sortperf.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:365]: The file represented by File table key 'profilee.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:366]: The file represented by File table key 'test_zlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:370]: The file represented by File table key 'test_idle.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:373]: The file represented by File table key 'badsyntax_future10.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:375]: The file represented by File table key 'test_pep3131.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:376]: The file represented by File table key 'check_soundcard.vbs' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:382]: The file represented by File table key 'test_nis.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:383]: The file represented by File table key 'test_pkgimport.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:384]: The file represented by File table key 'test_fileio.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:385]: The file represented by File table key 'test_sunau.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:390]: The file represented by File table key 'test_threaded_import.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:391]: The file represented by File table key 'badsyntax_future5.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:405]: The file represented by File table key 'test_multiprocessing_fork.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:414]: The file represented by File table key 'test_logging.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:415]: The file represented by File table key 'test_strlit.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:419]: The file represented by File table key 'test_ctypes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:420]: The file represented by File table key 'test_urllib_response.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:422]: The file represented by File table key 'dis_module.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:423]: The file represented by File table key 'test_httpservers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:424]: The file represented by File table key 'keycert.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:426]: The file represented by File table key 'test_int.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:427]: The file represented by File table key 'test_extcall.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:433]: The file represented by File table key 'empty.vbs' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:435]: The file represented by File table key 'test_timeit.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:440]: The file represented by File table key 'test_telnetlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:442]: The file represented by File table key 'test_lib2to3.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:447]: The file represented by File table key 'test_copyreg.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:452]: The file represented by File table key 'test_descrtut.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:454]: The file represented by File table key 'test_codecencodings_cn.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:462]: The file represented by File table key 'test_codecencodings_kr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:463]: The file represented by File table key 'test_urllib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:465]: The file represented by File table key 'pydocfodder.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:466]: The file represented by File table key 'test_urlparse.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:468]: The file represented by File table key 'test_contains.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:475]: The file represented by File table key 'time_hashlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:477]: The file represented by File table key 'test_pickle.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:483]: The file represented by File table key 'ssl_cert.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:507]: The file represented by File table key 'inspect_fodder2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:527]: The file represented by File table key 'revocation.crl' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:529]: The file represented by File table key 'test_robotparser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:533]: The file represented by File table key 'test_platform.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:534]: The file represented by File table key 'test_buffer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:535]: The file represented by File table key 'mapping_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:536]: The file represented by File table key 'test_future5.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:538]: The file represented by File table key 'test_genexps.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:539]: The file represented by File table key 'test_pdb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:541]: The file represented by File table key 'test_sort.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:544]: The file represented by File table key 'test_sys_setprofile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:546]: The file represented by File table key 'test_multibytecodec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:547]: The file represented by File table key 'test_hashlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:549]: The file represented by File table key 'inspect_fodder.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:553]: The file represented by File table key 'test_cmd.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:553]: The file represented by File table key 'test_list.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:554]: The file represented by File table key 'test_generators.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:555]: The file represented by File table key 'test_zipfile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:556]: The file represented by File table key 'test_winreg.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:556]: The file represented by File table key 'test_iter.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:557]: The file represented by File table key 'test_zipfile64.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:558]: The file represented by File table key 'test_datetime.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:558]: The file represented by File table key 'badcert.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:559]: The file represented by File table key 'test_runpy.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:561]: The file represented by File table key 'test_stat.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:563]: The file represented by File table key 'test_codecencodings_jp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:564]: The file represented by File table key 'test_gdb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:564]: The file represented by File table key 'test_cmd_line.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:566]: The file represented by File table key 'test_tk.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:566]: The file represented by File table key 'test_time.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:567]: The file represented by File table key 'test_univnewlines.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:568]: The file represented by File table key 'test_imp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:569]: The file represented by File table key 'test_macurl2path.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:569]: The file represented by File table key 'test_fork1.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:571]: The file represented by File table key '_test_multiprocessing.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:572]: The file represented by File table key 'test_pep3151.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:573]: The file represented by File table key 'test_charmapcodec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:574]: The file represented by File table key 'test_rlcompleter.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:574]: The file represented by File table key 'test_string.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:575]: The file represented by File table key 'test_eof.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:577]: The file represented by File table key 'test_lzma.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:578]: The file represented by File table key 'test_xmlrpc_net.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:579]: The file represented by File table key 'test_asyncore.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:580]: The file represented by File table key 'test_types.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:581]: The file represented by File table key 'test_devpoll.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:582]: The file represented by File table key 'test_decorators.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:583]: The file represented by File table key 'test_hash.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:584]: The file represented by File table key 'test_signal.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:585]: The file represented by File table key 'test_msilib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:585]: The file represented by File table key 'test_base64.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:586]: The file represented by File table key 'test_dbm.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:587]: The file represented by File table key 'test_enumerate.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:588]: The file represented by File table key 'test_dbm_dumb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:589]: The file represented by File table key 'https_svn_python_org_root.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:590]: The file represented by File table key 'test_deque.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:591]: The file represented by File table key 'mailcap.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:592]: The file represented by File table key 'test_pstats.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:593]: The file represented by File table key 'test_zipimport.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:594]: The file represented by File table key 'test_doctest.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:595]: The file represented by File table key 'test_binop.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:596]: The file represented by File table key 'warning_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:596]: The file represented by File table key 'test_stringprep.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:598]: The file represented by File table key 'test_imghdr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:599]: The file represented by File table key 'test_sys.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:600]: The file represented by File table key 'test_tokenize.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:602]: The file represented by File table key 'pyclbr_input.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:602]: The file represented by File table key 'test_tarfile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:603]: The file represented by File table key 'test_pickletools.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:604]: The file represented by File table key 'test_timeout.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:605]: The file represented by File table key 'test_difflib_expect.html' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:607]: The file represented by File table key 'fork_wait.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:608]: The file represented by File table key 'zip_cp437_header.zip' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:609]: The file represented by File table key 'test_xml_etree_c.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:613]: The file represented by File table key '__main__.py.6' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:615]: The file represented by File table key 'test_cgitb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:616]: The file represented by File table key 'test_configparser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:617]: The file represented by File table key 'doctest_aliases.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:618]: The file represented by File table key 'test_curses.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:619]: The file represented by File table key 'badsyntax_pep3120.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:621]: The file represented by File table key 'zipdir.zip' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:622]: The file represented by File table key 'test_defaultdict.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:624]: The file represented by File table key 'test_float.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:624]: The file represented by File table key 'test_exceptions.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:625]: The file represented by File table key 'test_httplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:626]: The file represented by File table key 'badsyntax_future4.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:627]: The file represented by File table key 'test_multiprocessing_main_handling.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:628]: The file represented by File table key 'test_heapq.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:629]: The file represented by File table key 'test_venv.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:630]: The file represented by File table key 'test__locale.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:631]: The file represented by File table key 'test_xml_etree.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:632]: The file represented by File table key 'script_helper.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:634]: The file represented by File table key 'test_userlist.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:634]: The file represented by File table key 'pydoc_mod.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:637]: The file represented by File table key 'keycert4.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:639]: The file represented by File table key 'test_cgi.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:640]: The file represented by File table key 'test_wave.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:643]: The file represented by File table key 'sample_doctest.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:644]: The file represented by File table key 'test_capi.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:645]: The file represented by File table key 'test_strptime.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:646]: The file represented by File table key 'test_pow.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:647]: The file represented by File table key 'test_future4.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:647]: The file represented by File table key 'test_ttk_guionly.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:648]: The file represented by File table key 'test_pep247.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:649]: The file represented by File table key 'test_unary.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:649]: The file represented by File table key 'test_ioctl.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:650]: The file represented by File table key 'test_asynchat.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:654]: The file represented by File table key 'test_collections.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:655]: The file represented by File table key 'test_multiprocessing_forkserver.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:656]: The file represented by File table key 'test_gzip.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:656]: The file represented by File table key 'test_uuid.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:657]: The file represented by File table key 'lock_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:658]: The file represented by File table key 'test_bz2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:659]: The file represented by File table key 'test_code.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:659]: The file represented by File table key 'test_doctest2.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:660]: The file represented by File table key 'test_bigmem.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:661]: The file represented by File table key 'test_xdrlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:662]: The file represented by File table key 'test_traceback.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:663]: The file represented by File table key 'test_codecencodings_tw.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:664]: The file represented by File table key 'test_codecmaps_jp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:665]: The file represented by File table key 'test___all__.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:666]: The file represented by File table key 'test_xmlrpc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:667]: The file represented by File table key 'test_codecencodings_iso2022.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:669]: The file represented by File table key 'test_plistlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:670]: The file represented by File table key 'test_metaclass.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:673]: The file represented by File table key 'test_smtpd.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:674]: The file represented by File table key 'test_modulefinder.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:675]: The file represented by File table key 'test_struct.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:677]: The file represented by File table key 'test_tcl.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:678]: The file represented by File table key 'test_richcmp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:679]: The file represented by File table key 'test_call.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:680]: The file represented by File table key 'Sine_1000Hz_300ms.aif' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:681]: The file represented by File table key 'test_support.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:682]: The file represented by File table key 'test_wait3.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:683]: The file represented by File table key 'sgml_input.html' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:685]: The file represented by File table key 'test_enum.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:690]: The file represented by File table key 'test_kqueue.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:691]: The file represented by File table key 'cmath_testcases.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:692]: The file represented by File table key 'test_zipimport_support.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:693]: The file represented by File table key 'test_structseq.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:694]: The file represented by File table key 'future_test1.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:695]: The file represented by File table key 'test_argparse.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:697]: The file represented by File table key 'sample_doctest_no_doctests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:698]: The file represented by File table key 'test_distutils.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:699]: The file represented by File table key 'test_ftplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:700]: The file represented by File table key 'double_const.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:701]: The file represented by File table key 'test_io.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:705]: The file represented by File table key 'mime.types' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:707]: The file represented by File table key 'pystone.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:708]: The file represented by File table key 'test_aifc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:709]: The file represented by File table key 'tokenize_tests_utf8_coding_cookie_and_no_utf8_bom_sig.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:711]: The file represented by File table key 'test_mailbox.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:712]: The file represented by File table key 'test_module.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:713]: The file represented by File table key 'future_test2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:714]: The file represented by File table key 'test_popen.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:715]: The file represented by File table key 'badkey.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:716]: The file represented by File table key 'tokenize_tests_utf8_coding_cookie_and_utf8_bom_sig.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:719]: The file represented by File table key 'test_sundry.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:720]: The file represented by File table key 'test_macpath.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:721]: The file represented by File table key 'sample_doctest_no_docstrings.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:725]: The file represented by File table key 'test_codecmaps_kr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:726]: The file represented by File table key 'test_gettext.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:727]: The file represented by File table key 'pycakey.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:730]: The file represented by File table key 'test_mimetypes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:731]: The file represented by File table key 'test_pathlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:732]: The file represented by File table key 'test_grp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:734]: The file represented by File table key 'test_imaplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:736]: The file represented by File table key 'randv2_32.pck' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:737]: The file represented by File table key 'test_pkgutil.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:738]: The file represented by File table key 'string_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:740]: The file represented by File table key 'test_decimal.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:741]: The file represented by File table key 'test_sys_settrace.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:743]: The file represented by File table key 'test_spwd.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:744]: The file represented by File table key 'tokenize_tests_latin1_coding_cookie_and_utf8_bom_sig.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:745]: The file represented by File table key 'audiotests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:746]: The file represented by File table key 'xmltests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:748]: The file represented by File table key 'test_fractions.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:749]: The file represented by File table key 'coding20731.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:750]: The file represented by File table key 'test_errno.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:752]: The file represented by File table key 'test_pep292.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:754]: The file represented by File table key 'test_shutil.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:755]: The file represented by File table key 'test_int_literal.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:757]: The file represented by File table key '__init__.py.29' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:758]: The file represented by File table key 'test_threading_local.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:759]: The file represented by File table key 'test_urllibnet.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:760]: The file represented by File table key 'test_future.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:762]: The file represented by File table key 'test_os.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:767]: The file represented by File table key 'test_shlex.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:768]: The file represented by File table key 'test_crypt.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:769]: The file represented by File table key 'test_isinstance.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:770]: The file represented by File table key 'test_ssl.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:771]: The file represented by File table key 'test_index.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:774]: The file represented by File table key 'test_multiprocessing_spawn.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:776]: The file represented by File table key 'test_sysconfig.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:777]: The file represented by File table key 'test_thread.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:778]: The file represented by File table key 're_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:779]: The file represented by File table key 'final_b.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:780]: The file represented by File table key 'test_codecmaps_hk.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:781]: The file represented by File table key 'test_future3.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:782]: The file represented by File table key 'test_typechecks.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:784]: The file represented by File table key 'badsyntax_future7.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:786]: The file represented by File table key 'curses_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:787]: The file represented by File table key 'test_codeccallbacks.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:787]: The file represented by File table key 'exception_hierarchy.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:789]: The file represented by File table key 'test_flufl.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:797]: The file represented by File table key 'test_weakset.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:801]: The file represented by File table key 'test_reprlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:807]: The file represented by File table key 'test_bigaddrspace.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:809]: The file represented by File table key 'test_unicodedata.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:810]: The file represented by File table key 'test_dynamic.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:811]: The file represented by File table key 'test_dummy_thread.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:812]: The file represented by File table key 'relimport.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:813]: The file represented by File table key 'test_listcomps.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:817]: The file represented by File table key 'test_ast.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:819]: The file represented by File table key 'test_pep380.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:828]: The file represented by File table key 'test_memoryio.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:831]: The file represented by File table key 'test_docxmlrpc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:832]: The file represented by File table key 'test_setcomps.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:833]: The file represented by File table key 'test_builtin.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:838]: The file represented by File table key 'randv3.pck' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:839]: The file represented by File table key 'keycert.passwd.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:840]: The file represented by File table key 'test_compare.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:841]: The file represented by File table key 'test_contextlib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:843]: The file represented by File table key 'win_console_handler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:847]: The file represented by File table key 'regrtest.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:849]: The file represented by File table key 'test_abc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:850]: The file represented by File table key 'test_longexp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:852]: The file represented by File table key 'test_cprofile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:854]: The file represented by File table key 'test_property.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:856]: The file represented by File table key 'test_faulthandler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:857]: The file represented by File table key 'test_array.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:858]: The file represented by File table key 'test_doctest.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:860]: The file represented by File table key 'test_threadedtempfile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:861]: The file represented by File table key 'test_profile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:862]: The file represented by File table key '_185test.db' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:867]: The file represented by File table key 'pickletester.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:870]: The file represented by File table key 'tokenize_tests_no_coding_cookie_and_utf8_bom_sig_only.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:872]: The file represented by File table key 'nullbytecert.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:873]: The file represented by File table key 'test_getpass.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:878]: The file represented by File table key 'badsyntax_future6.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:879]: The file represented by File table key 'test_smtpnet.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:880]: The file represented by File table key 'seq_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:882]: The file represented by File table key 'make_ssl_certs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:883]: The file represented by File table key 'test_opcodes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:888]: The file represented by File table key 'test_super.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:890]: The file represented by File table key 'test_copy.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:891]: The file represented by File table key 'pycacert.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:893]: The file represented by File table key 'test_pprint.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:894]: The file represented by File table key 'test_uu.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:898]: The file represented by File table key 'test_urllib2net.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:900]: The file represented by File table key 'test_descr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:901]: The file represented by File table key 'test_wsgiref.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:902]: The file represented by File table key 'bad_coding2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:903]: The file represented by File table key 'test_bytes.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:904]: The file represented by File table key 'pstats.pck' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:907]: The file represented by File table key 'test_frame.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:908]: The file represented by File table key 'test_http_cookies.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:909]: The file represented by File table key 'test_strtod.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:910]: The file represented by File table key 'test_symtable.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:911]: The file represented by File table key 'nokia.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:912]: The file represented by File table key 'test_tempfile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:914]: The file represented by File table key 'ssl_key.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:918]: The file represented by File table key 'test_pep3120.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:919]: The file represented by File table key 'testtar.tar' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:921]: The file represented by File table key 'test_fnmatch.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:922]: The file represented by File table key 'test_threading.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:924]: The file represented by File table key 'ssl_servers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:928]: The file represented by File table key 'test_finalization.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:930]: The file represented by File table key 'test_crashers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:931]: The file represented by File table key 'test_marshal.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:932]: The file represented by File table key 'test_operator.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:933]: The file represented by File table key 'multibytecodec_support.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:938]: The file represented by File table key 'test_numeric_tower.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:939]: The file represented by File table key 'testcodec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:940]: The file represented by File table key 'test_codeop.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:941]: The file represented by File table key 'test_textwrap.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:942]: The file represented by File table key 'test_py_compile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:943]: The file represented by File table key 'test_ipaddress.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:946]: The file represented by File table key 'ssltests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:949]: The file represented by File table key 'test_ensurepip.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:950]: The file represented by File table key 'test_quopri.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:951]: The file represented by File table key 'test_doctest4.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:957]: The file represented by File table key 'mock_socket.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:958]: The file represented by File table key 'tf_inherit_check.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:959]: The file represented by File table key 'test_dbm_gnu.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:960]: The file represented by File table key 'test_memoryview.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:962]: The file represented by File table key 'test_keyword.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:964]: The file represented by File table key 'sha256.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:965]: The file represented by File table key 'test_smtplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:969]: The file represented by File table key 'threaded_import_hangers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:971]: The file represented by File table key 'test_sax.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:972]: The file represented by File table key 'test_range.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:973]: The file represented by File table key 'test_sqlite.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:974]: The file represented by File table key 'test_dynamicclassattribute.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:975]: The file represented by File table key 'test_pep352.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:976]: The file represented by File table key 'test_unpack.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:980]: The file represented by File table key 'test_netrc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:981]: The file represented by File table key 'test_userstring.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:982]: The file represented by File table key 'tokenize_tests.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:984]: The file represented by File table key 'test_pep277.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:985]: The file represented by File table key 'test_sndhdr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:987]: The file represented by File table key 'test_pipes.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:989]: The file represented by File table key 'test_wait4.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:990]: The file represented by File table key 'test_dummy_threading.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:991]: The file represented by File table key 'test_poplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:992]: The file represented by File table key 'test_random.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:993]: The file represented by File table key 'test_sched.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:994]: The file represented by File table key 'test_pydoc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:995]: The file represented by File table key 'test_unittest.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:997]: The file represented by File table key 'test_bisect.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:998]: The file represented by File table key 'test_ossaudiodev.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:04:999]: The file represented by File table key 'test_statistics.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:000]: The file represented by File table key 'cfgparser.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:001]: The file represented by File table key 'cfgparser.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:002]: The file represented by File table key 'cfgparser.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:003]: The file represented by File table key 'test_dis.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:004]: The file represented by File table key 'test_binascii.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:010]: The file represented by File table key 'datetimetester.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:011]: The file represented by File table key 'test_selectors.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:013]: The file represented by File table key 'ieee754.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:013]: The file represented by File table key 'floating_points.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:014]: The file represented by File table key 'test_calendar.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:015]: The file represented by File table key 'mp_fork_bomb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:016]: The file represented by File table key 'test_pkg.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:017]: The file represented by File table key 'test_optparse.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:018]: The file represented by File table key 'test_global.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:020]: The file represented by File table key 'test_unicode.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:021]: The file represented by File table key 'test_site.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:022]: The file represented by File table key 'test_class.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:023]: The file represented by File table key 'test_itertools.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:024]: The file represented by File table key 'test_audioop.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:025]: The file represented by File table key 'badsyntax_3131.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:026]: The file represented by File table key 'test_nntplib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:031]: The file represented by File table key 'test_ntpath.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:032]: The file represented by File table key 'formatfloat_testcases.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:033]: The file represented by File table key 'test_codecmaps_cn.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:035]: The file represented by File table key 'test_posix.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:037]: The file represented by File table key 'test_posixpath.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:046]: The file represented by File table key 'test_concurrent_futures.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:048]: The file represented by File table key 'test_complex.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:049]: The file represented by File table key 'memory_watchdog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:050]: The file represented by File table key 'test_functools.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:051]: The file represented by File table key 'test_socket.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:054]: The file represented by File table key 'test_pyclbr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:055]: The file represented by File table key 'test_code_module.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:056]: The file represented by File table key 'test_doctest2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:077]: The file represented by File table key 'test__osx_support.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:080]: The file represented by File table key 'test_trace.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:081]: The file represented by File table key 'nullcert.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:082]: The file represented by File table key 'test_poll.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:083]: The file represented by File table key 'test_inspect.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:084]: The file represented by File table key 'reperf.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:085]: The file represented by File table key 'test_exception_variations.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:086]: The file represented by File table key 'test_threadsignals.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:087]: The file represented by File table key 'test_structmembers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:091]: The file represented by File table key 'gdb_sample.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:093]: The file represented by File table key 'test_genericpath.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:094]: The file represented by File table key 'test_colorsys.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:095]: The file represented by File table key 'test_scope.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:096]: The file represented by File table key 'test_fcntl.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:097]: The file represented by File table key 'autotest.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:098]: The file represented by File table key 'test_iterlen.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:100]: The file represented by File table key 'test_fileinput.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:103]: The file represented by File table key 'test_import.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:106]: The file represented by File table key 'test_binhex.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:107]: The file represented by File table key 'math_testcases.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:108]: The file represented by File table key 'test_linecache.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:109]: The file represented by File table key 'buffer_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:110]: The file represented by File table key 'test_queue.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:111]: The file represented by File table key 'test_cmath.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:112]: The file represented by File table key 'test_re.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:113]: The file represented by File table key 'test_compile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:114]: The file represented by File table key 'test_peepholer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:117]: The file represented by File table key 'test_largefile.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:120]: The file represented by File table key 'test_unicode_file.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:122]: The file represented by File table key 'test_shelve.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:123]: The file represented by File table key 'test_html.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:124]: The file represented by File table key 'test_dbm_ndbm.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:125]: The file represented by File table key 'test_regrtest.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:126]: The file represented by File table key 'test_abstract_numbers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:127]: The file represented by File table key 'test_funcattrs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:127]: The file represented by File table key 'test_http_cookiejar.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:129]: The file represented by File table key 'test_file.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:130]: The file represented by File table key 'test_urllib2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:132]: The file represented by File table key 'test_csv.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:133]: The file represented by File table key 'test_pyexpat.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:134]: The file represented by File table key 'badsyntax_future9.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:135]: The file represented by File table key 'test_syntax.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:136]: The file represented by File table key 'test_openpty.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:137]: The file represented by File table key 'test_unpack_ex.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:138]: The file represented by File table key 'test_dictviews.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:139]: The file represented by File table key 'test_mmap.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:140]: The file represented by File table key 'test_source_encoding.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:141]: The file represented by File table key 'test_atexit.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:142]: The file represented by File table key 'test_minidom.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:143]: The file represented by File table key 'test_file_eintr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:144]: The file represented by File table key 'keycert2.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:145]: The file represented by File table key 'test_select.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:146]: The file represented by File table key 'test_filecmp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:147]: The file represented by File table key 'test_long.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:148]: The file represented by File table key 'ssl_key.passwd.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:150]: The file represented by File table key 'final_a.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:151]: The file represented by File table key 'test__opcode.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:157]: The file represented by File table key 'test_slice.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:160]: The file represented by File table key 'test_winsound.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:162]: The file represented by File table key 'test_mailcap.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:163]: The file represented by File table key 'test_urllib2_localnet.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:164]: The file represented by File table key 'test_osx_env.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:165]: The file represented by File table key 'test_gc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:166]: The file represented by File table key 'randv2_64.pck' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:167]: The file represented by File table key 'test_set.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:168]: The file represented by File table key 'test_hmac.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:169]: The file represented by File table key 'test_bufio.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:170]: The file represented by File table key 'test_cmd_line_script.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:171]: The file represented by File table key 'test_ucn.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:173]: The file represented by File table key 'bad_coding.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:173]: The file represented by File table key 'test_userdict.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:173]: The file represented by File table key 'test_weakref.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:173]: The file represented by File table key 'bytecode_helper.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:173]: The file represented by File table key 'test_locale.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:173]: The file represented by File table key 'test_keywordonlyarg.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:173]: The file represented by File table key 'test_glob.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'test_pulldom.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'test_math.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'test_doctest3.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'dh512.pem' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'test_readline.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'test_dict.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'test_augassign.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'test_raise.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'test_xml_dom_minicompat.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'test_with.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:188]: The file represented by File table key 'test_warnings.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'test_getargs2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'test_dictcomps.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'test_syslog.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'test_difflib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'test_transports.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key '__init__.py.30' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'pycacert.pem.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'echo3.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'test_proactor_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'test_unix_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'test_tasks.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:204]: The file represented by File table key 'test_locks.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:220]: The file represented by File table key 'test_windows_utils.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:220]: The file represented by File table key 'echo.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:220]: The file represented by File table key '__main__.py.7' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:220]: The file represented by File table key 'test_subprocess.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:220]: The file represented by File table key 'test_queues.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:220]: The file represented by File table key 'test_selector_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:220]: The file represented by File table key 'test_base_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:220]: The file represented by File table key 'test_streams.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:220]: The file represented by File table key 'ssl_cert.pem.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key 'ssl_key.pem.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key 'keycert3.pem.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key 'echo2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key 'test_windows_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key 'test_events.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key 'test_futures.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key '__init__.py.31' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key '_6e88d7b8.0' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key '_99d0fa06.0' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key '_4e1295a3.0' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key '_5ed36f99.0' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:235]: The file represented by File table key 'module_iso_8859_1.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:267]: The file represented by File table key 'module_koi8_r.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:267]: The file represented by File table key '__init__.py.32' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:267]: The file represented by File table key 'python.tiff' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:267]: The file represented by File table key 'python.png' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:267]: The file represented by File table key 'python.pbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:267]: The file represented by File table key 'python.sgi' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:267]: The file represented by File table key 'python.ras' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:267]: The file represented by File table key 'python.jpg' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:267]: The file represented by File table key 'python.ppm' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:267]: The file represented by File table key 'python.bmp' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:282]: The file represented by File table key 'python.gif.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:282]: The file represented by File table key 'python.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:282]: The file represented by File table key 'python.pgm' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:282]: The file represented by File table key 'test_pindent.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:282]: The file represented by File table key 'test_sundry.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:298]: The file represented by File table key '__main__.py.8' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:298]: The file represented by File table key 'test_gprof2html.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:298]: The file represented by File table key '__init__.py.33' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:298]: The file represented by File table key 'test_md5sum.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:298]: The file represented by File table key 'test_reindent.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:298]: The file represented by File table key 'test_unparse.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:298]: The file represented by File table key 'test_pdeps.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:298]: The file represented by File table key 'ddCompare.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:313]: The file represented by File table key 'dqPlus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:313]: The file represented by File table key 'dqScaleB.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:313]: The file represented by File table key 'ddCompareTotal.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:313]: The file represented by File table key 'dqAbs.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:313]: The file represented by File table key 'ddMaxMag.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:313]: The file represented by File table key 'ddNextToward.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:313]: The file represented by File table key 'ddDivide.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:313]: The file represented by File table key 'dqMaxMag.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'multiply.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'abs.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'ddScaleB.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'ddClass.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'shift.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'subtract.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'dqCompareSig.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'decDouble.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'samequantum.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'maxmag.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:329]: The file represented by File table key 'dqOr.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:345]: The file represented by File table key 'dqRotate.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:345]: The file represented by File table key 'tointegral.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:345]: The file represented by File table key 'dqCompareTotal.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:345]: The file represented by File table key 'ddXor.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:345]: The file represented by File table key 'dqCopySign.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:345]: The file represented by File table key 'decSingle.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:345]: The file represented by File table key 'dqCanonical.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:345]: The file represented by File table key 'dqSameQuantum.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'min.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'dqCopyNegate.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'xor.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'ddNextMinus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'copy.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'randoms.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'log10.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'dqSubtract.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'dqShift.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'dqFMA.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'testall.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:360]: The file represented by File table key 'ddMinMag.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'reduce.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'comparetotmag.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'dqEncode.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'add.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'dqXor.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'ddEncode.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'dqLogB.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'invert.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'ddOr.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'ddRemainder.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'dqBase.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:376]: The file represented by File table key 'ddAnd.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'ddCopy.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'ddMinus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'ddInvert.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'dqMax.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'fma.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'and.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'dqDivide.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'ddMin.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'copyabs.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'dqReduce.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'ln.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'ddCopySign.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'decQuad.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'nextminus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'ddShift.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:392]: The file represented by File table key 'plus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'ddCopyNegate.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'clamp.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'ddSameQuantum.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'remainderNear.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'ddToIntegral.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'ddPlus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'rotate.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'ddMax.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'remainder.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'dqRemainder.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'quantize.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'dqMultiply.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:407]: The file represented by File table key 'dqMinMag.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'max.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'extra.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'copysign.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'compare.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'squareroot.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'dqAdd.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'dqClass.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'ddCompareTotalMag.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'dqDivideInt.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'ddAbs.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'base.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'ddCompareSig.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:423]: The file represented by File table key 'ddDivideInt.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:438]: The file represented by File table key 'dqQuantize.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:438]: The file represented by File table key 'dqCompare.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:438]: The file represented by File table key 'dqToIntegral.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:438]: The file represented by File table key 'dqRemainderNear.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:438]: The file represented by File table key 'dqCopy.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:438]: The file represented by File table key 'randomBound32.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:438]: The file represented by File table key 'ddBase.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:438]: The file represented by File table key 'dqCompareTotalMag.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:438]: The file represented by File table key 'dsEncode.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:438]: The file represented by File table key 'rounding.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'exp.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'ddQuantize.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'comparetotal.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'minmag.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'nexttoward.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'dqNextMinus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'ddReduce.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'ddAdd.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'or.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'tointegralx.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'dqMin.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'dqNextToward.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'ddNextPlus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:454]: The file represented by File table key 'minus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'divide.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'dqMinus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'inexact.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'powersqrt.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'dqAnd.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'copynegate.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'rescale.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'divideint.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'ddCanonical.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'ddCopyAbs.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'ddFMA.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:470]: The file represented by File table key 'scaleb.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'dsBase.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'ddRotate.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'ddSubtract.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'dqNextPlus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'dqInvert.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'logb.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'power.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'dqCopyAbs.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'ddMultiply.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'ddLogB.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:485]: The file represented by File table key 'ddRemainderNear.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'class.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'nextplus.decTest' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'sndhdr.aifc' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'sndhdr.au' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'sndhdr.wav' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'sndhdr.aiff' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'sndhdr.voc' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'sndhdr.8svx' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'sndhdr.hcom' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'README.txt.6' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'sndhdr.sndt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'testmod.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key '__init__.py.34' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:501]: The file represented by File table key 'mutation_inside_cyclegc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:517]: The file represented by File table key 'bogus_code_obj.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:517]: The file represented by File table key 'infinite_loop_re.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:517]: The file represented by File table key 'trace_at_recursion_limit.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:517]: The file represented by File table key 'README.txt.7' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:534]: The file represented by File table key 'underlying_dict.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:538]: The file represented by File table key 'recursive_call.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:540]: The file represented by File table key 'gc_inspection.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:541]: The file represented by File table key 'gbk_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:543]: The file represented by File table key 'big5.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:545]: The file represented by File table key 'gb2312.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:549]: The file represented by File table key 'iso2022_jp.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:550]: The file represented by File table key 'euc_jisx0213_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:551]: The file represented by File table key 'euc_kr.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:552]: The file represented by File table key 'iso2022_kr.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:553]: The file represented by File table key 'iso2022_kr_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:555]: The file represented by File table key 'shift_jisx0213_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:559]: The file represented by File table key 'gbk.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:560]: The file represented by File table key 'big5hkscs.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:561]: The file represented by File table key 'big5hkscs_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:562]: The file represented by File table key 'euc_kr_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:564]: The file represented by File table key 'shift_jis.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:564]: The file represented by File table key 'euc_jisx0213.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:565]: The file represented by File table key 'iso2022_jp_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:569]: The file represented by File table key 'cp949.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:570]: The file represented by File table key 'euc_jp.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:571]: The file represented by File table key 'gb18030.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:572]: The file represented by File table key 'hz_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:573]: The file represented by File table key 'cp949_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:574]: The file represented by File table key 'gb2312_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:575]: The file represented by File table key 'big5_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:577]: The file represented by File table key 'johab_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:578]: The file represented by File table key 'hz.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:579]: The file represented by File table key 'euc_jp_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:580]: The file represented by File table key 'gb18030_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:585]: The file represented by File table key 'johab.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:590]: The file represented by File table key 'shift_jisx0213.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:591]: The file represented by File table key 'shift_jis_utf8.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:592]: The file represented by File table key 'test_selftype.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:593]: The file represented by File table key '__init__.py.35' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:594]: The file represented by File table key 'README.txt.8' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:595]: The file represented by File table key 'test_ctypes.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:596]: The file represented by File table key 'qgrep.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:597]: The file represented by File table key 'fd_status.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:598]: The file represented by File table key 'input_reader.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:599]: The file represented by File table key 'sigchild_ignore.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:600]: The file represented by File table key 'qcat.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:601]: The file represented by File table key 'test_tool.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:603]: The file represented by File table key 'test_unicode.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:604]: The file represented by File table key 'test_recursion.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:605]: The file represented by File table key 'test_enum.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:606]: The file represented by File table key 'test_dump.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:607]: The file represented by File table key '__main__.py.9' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:608]: The file represented by File table key 'test_fail.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:609]: The file represented by File table key 'test_float.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:610]: The file represented by File table key 'test_separators.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:611]: The file represented by File table key 'test_pass1.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:612]: The file represented by File table key '__init__.py.36' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:613]: The file represented by File table key 'test_scanstring.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:614]: The file represented by File table key 'test_speedups.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:615]: The file represented by File table key 'test_decode.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:616]: The file represented by File table key 'test_pass3.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:618]: The file represented by File table key 'test_pass2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:619]: The file represented by File table key 'test_default.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:621]: The file represented by File table key 'test_encode_basestring_ascii.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:622]: The file represented by File table key 'test_indent.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:625]: The file represented by File table key 'test.xml' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:630]: The file represented by File table key 'simple.xml' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:632]: The file represented by File table key 'simple_ns.xml' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:632]: The file represented by File table key 'test.xml.out' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:633]: The file represented by File table key 'README.txt.9' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:635]: The file represented by File table key 'pluck_pcm24.au' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:636]: The file represented by File table key 'pluck_pcm8.wav' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:638]: The file represented by File table key 'pluck_pcm8.aiff' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:639]: The file represented by File table key 'pluck_pcm32.wav' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:640]: The file represented by File table key 'pluck_pcm32.aiff' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:641]: The file represented by File table key 'pluck_pcm24.aiff' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:642]: The file represented by File table key 'pluck_pcm16.aiff' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:643]: The file represented by File table key 'pluck_ulaw.aifc' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:644]: The file represented by File table key 'pluck_pcm16.au' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:645]: The file represented by File table key 'pluck_pcm24.wav' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:646]: The file represented by File table key 'pluck_pcm8.au' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:647]: The file represented by File table key 'pluck_alaw.aifc' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:650]: The file represented by File table key 'pluck_ulaw.au' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:652]: The file represented by File table key 'pluck_pcm32.au' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:653]: The file represented by File table key 'pluck_pcm16.wav' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:654]: The file represented by File table key 'test_namespace_pkgs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:655]: The file represented by File table key '__main__.py.10' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:656]: The file represented by File table key 'test_abc.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:658]: The file represented by File table key 'util.py.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:659]: The file represented by File table key '__init__.py.37' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:661]: The file represented by File table key 'regrtest.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:662]: The file represented by File table key 'abc.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:663]: The file represented by File table key 'test_util.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:664]: The file represented by File table key 'test_spec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:665]: The file represented by File table key 'test_api.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:670]: The file represented by File table key 'test_windows.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:673]: The file represented by File table key 'test_locks.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:674]: The file represented by File table key 'test_finder.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:675]: The file represented by File table key '__main__.py.11' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:676]: The file represented by File table key 'util.py.4' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:677]: The file represented by File table key '__init__.py.38' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:678]: The file represented by File table key 'test_loader.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:679]: The file represented by File table key 'nested_portion1.zip' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:680]: The file represented by File table key 'top_level_portion1.zip' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:681]: The file represented by File table key 'missing_directory.zip' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:682]: The file represented by File table key 'a_test.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:691]: The file represented by File table key 'empty' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:692]: The file represented by File table key 'three.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:693]: The file represented by File table key 'one.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:694]: The file represented by File table key 'two.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:695]: The file represented by File table key 'two.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:697]: The file represented by File table key 'one.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:701]: The file represented by File table key 'one.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:702]: The file represented by File table key '__init__.py.39' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:704]: The file represented by File table key 'one.py.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:705]: The file represented by File table key 'two.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:706]: The file represented by File table key 'test_finder.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:707]: The file represented by File table key '__main__.py.12' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:708]: The file represented by File table key '__init__.py.40' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:709]: The file represented by File table key 'test_loader.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:710]: The file represented by File table key 'test_case_sensitivity.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:711]: The file represented by File table key '__main__.py.13' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:714]: The file represented by File table key 'util.py.5' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:715]: The file represented by File table key 'test_path_hook.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:716]: The file represented by File table key 'test_file_loader.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:729]: The file represented by File table key 'test_source_encoding.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:730]: The file represented by File table key '__init__.py.41' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:732]: The file represented by File table key 'test_finder.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:734]: The file represented by File table key 'test_case_sensitivity.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:737]: The file represented by File table key '__main__.py.14' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:741]: The file represented by File table key 'util.py.6' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:742]: The file represented by File table key 'test_path_hook.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:743]: The file represented by File table key '__init__.py.42' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:745]: The file represented by File table key 'test_loader.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:746]: The file represented by File table key 'test_finder.py.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:747]: The file represented by File table key 'test_path.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:748]: The file represented by File table key 'test_packages.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:749]: The file represented by File table key 'test_meta_path.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:750]: The file represented by File table key 'test___loader__.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:751]: The file represented by File table key '__main__.py.15' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:754]: The file represented by File table key 'util.py.7' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:757]: The file represented by File table key '__init__.py.43' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:758]: The file represented by File table key 'test_api.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:762]: The file represented by File table key 'test_relative_imports.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:763]: The file represented by File table key 'test_caching.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:765]: The file represented by File table key 'test_fromlist.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:766]: The file represented by File table key 'test___package__.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:768]: The file represented by File table key 'test_asian_codecs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:775]: The file represented by File table key 'test_generator.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:776]: The file represented by File table key 'test_defect_handling.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:778]: The file represented by File table key 'test_parser.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:783]: The file represented by File table key 'test_inversion.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:784]: The file represented by File table key '__main__.py.16' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:785]: The file represented by File table key 'test_policy.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:786]: The file represented by File table key 'test_contentmanager.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:787]: The file represented by File table key '__init__.py.44' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:788]: The file represented by File table key 'test_message.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:789]: The file represented by File table key 'test_email.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:790]: The file represented by File table key 'test__header_value_parser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:791]: The file represented by File table key 'test_pickleable.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:792]: The file represented by File table key 'torture_test.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:793]: The file represented by File table key 'test_headerregistry.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:795]: The file represented by File table key 'test_utils.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:796]: The file represented by File table key 'test__encoded_words.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:797]: The file represented by File table key 'msg_06.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:798]: The file represented by File table key 'msg_20.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:799]: The file represented by File table key 'PyBanner048.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:801]: The file represented by File table key 'msg_01.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:802]: The file represented by File table key 'msg_32.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:803]: The file represented by File table key 'msg_14.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:804]: The file represented by File table key 'msg_23.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:805]: The file represented by File table key 'msg_40.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:806]: The file represented by File table key 'msg_42.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:807]: The file represented by File table key 'msg_03.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:808]: The file represented by File table key 'msg_27.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:809]: The file represented by File table key 'msg_18.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:810]: The file represented by File table key 'msg_17.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:811]: The file represented by File table key 'msg_30.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:812]: The file represented by File table key 'msg_16.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:813]: The file represented by File table key 'msg_37.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:814]: The file represented by File table key 'msg_21.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:815]: The file represented by File table key 'msg_41.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:817]: The file represented by File table key 'msg_28.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:818]: The file represented by File table key 'msg_24.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:819]: The file represented by File table key 'msg_13.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:821]: The file represented by File table key 'msg_46.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:822]: The file represented by File table key 'msg_22.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:823]: The file represented by File table key 'msg_31.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:824]: The file represented by File table key 'msg_11.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:825]: The file represented by File table key 'msg_35.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:826]: The file represented by File table key 'msg_33.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:827]: The file represented by File table key 'msg_34.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:828]: The file represented by File table key 'msg_07.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:829]: The file represented by File table key 'msg_08.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:830]: The file represented by File table key 'msg_09.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:831]: The file represented by File table key 'msg_29.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:832]: The file represented by File table key 'msg_44.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:833]: The file represented by File table key 'msg_12.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:835]: The file represented by File table key 'msg_19.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:836]: The file represented by File table key 'msg_36.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:837]: The file represented by File table key 'msg_45.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:838]: The file represented by File table key 'msg_15.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:839]: The file represented by File table key 'msg_43.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:840]: The file represented by File table key 'msg_05.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:841]: The file represented by File table key 'msg_39.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:842]: The file represented by File table key 'msg_02.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:843]: The file represented by File table key 'msg_10.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:844]: The file represented by File table key 'audiotest.au.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:845]: The file represented by File table key 'msg_25.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:846]: The file represented by File table key 'msg_12a.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:847]: The file represented by File table key 'msg_04.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:848]: The file represented by File table key 'msg_26.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:849]: The file represented by File table key 'msg_38.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:850]: The file represented by File table key 'peace.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:853]: The file represented by File table key 'penrose.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:854]: The file represented by File table key 'paint.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:855]: The file represented by File table key 'turtle.cfg' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:856]: The file represented by File table key 'bytedesign.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:857]: The file represented by File table key 'fractalcurves.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:858]: The file represented by File table key 'chaos.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:859]: The file represented by File table key 'tree.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:860]: The file represented by File table key 'clock.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:861]: The file represented by File table key 'two_canvases.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:862]: The file represented by File table key 'wikipedia.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:863]: The file represented by File table key 'planet_and_moon.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:864]: The file represented by File table key '__init__.py.45' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:866]: The file represented by File table key 'forest.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:867]: The file represented by File table key 'minimal_hanoi.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:868]: The file represented by File table key 'yinyang.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:869]: The file represented by File table key 'colormixer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:870]: The file represented by File table key '__main__.py.17' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:871]: The file represented by File table key 'round_dance.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:872]: The file represented by File table key 'nim.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:873]: The file represented by File table key 'lindenmayer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:874]: The file represented by File table key '__init__.py.46' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:875]: The file represented by File table key 'domreg.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:876]: The file represented by File table key 'pulldom.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:877]: The file represented by File table key '__init__.py.47' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:878]: The file represented by File table key 'minidom.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:879]: The file represented by File table key 'NodeFilter.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:880]: The file represented by File table key 'expatbuilder.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:881]: The file represented by File table key 'xmlbuilder.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:883]: The file represented by File table key 'minicompat.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:884]: The file represented by File table key 'ElementTree.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:884]: The file represented by File table key 'ElementInclude.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:885]: The file represented by File table key '__init__.py.48' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:886]: The file represented by File table key 'ElementPath.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:887]: The file represented by File table key 'cElementTree.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:887]: The file represented by File table key 'expat.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:888]: The file represented by File table key '__init__.py.49' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:889]: The file represented by File table key 'handler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:890]: The file represented by File table key 'saxutils.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:891]: The file represented by File table key '__init__.py.50' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:892]: The file represented by File table key 'expatreader.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:894]: The file represented by File table key '_exceptions.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:895]: The file represented by File table key 'xmlreader.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:896]: The file represented by File table key 'policy.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:897]: The file represented by File table key '_policybase.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:898]: The file represented by File table key 'base64mime.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:898]: The file represented by File table key 'errors.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:899]: The file represented by File table key 'contentmanager.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:899]: The file represented by File table key '_header_value_parser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:900]: The file represented by File table key 'encoders.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:901]: The file represented by File table key 'feedparser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:903]: The file represented by File table key 'header.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:904]: The file represented by File table key '_parseaddr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:905]: The file represented by File table key 'charset.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:906]: The file represented by File table key 'utils.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:907]: The file represented by File table key 'architecture.rst' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:908]: The file represented by File table key 'message.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:909]: The file represented by File table key 'headerregistry.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:909]: The file represented by File table key 'iterators.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:910]: The file represented by File table key '_encoded_words.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:911]: The file represented by File table key '__init__.py.51' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:913]: The file represented by File table key 'parser.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:914]: The file represented by File table key 'quoprimime.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:915]: The file represented by File table key 'generator.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:915]: The file represented by File table key 'nonmultipart.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:916]: The file represented by File table key 'message.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:917]: The file represented by File table key 'application.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:918]: The file represented by File table key 'base.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:919]: The file represented by File table key '__init__.py.52' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:920]: The file represented by File table key 'multipart.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:920]: The file represented by File table key 'audio.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:921]: The file represented by File table key 'image.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:923]: The file represented by File table key 'text.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:924]: The file represented by File table key 'request.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:926]: The file represented by File table key '__init__.py.53' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:927]: The file represented by File table key 'parse.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:928]: The file represented by File table key 'error.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:929]: The file represented by File table key 'response.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:929]: The file represented by File table key 'robotparser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:930]: The file represented by File table key 'cp860.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:931]: The file represented by File table key 'cp424.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:933]: The file represented by File table key 'iso8859_7.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:934]: The file represented by File table key 'iso2022_kr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:935]: The file represented by File table key 'iso8859_8.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:935]: The file represented by File table key 'cp1125.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:936]: The file represented by File table key 'idna.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:937]: The file represented by File table key 'rot_13.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:938]: The file represented by File table key 'cp037.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:938]: The file represented by File table key 'cp500.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:939]: The file represented by File table key 'cp1140.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:939]: The file represented by File table key 'mac_roman.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:940]: The file represented by File table key 'cp950.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:941]: The file represented by File table key 'mac_iceland.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:942]: The file represented by File table key 'cp65001.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:943]: The file represented by File table key 'cp856.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:944]: The file represented by File table key 'charmap.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:945]: The file represented by File table key 'quopri_codec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:946]: The file represented by File table key 'punycode.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:947]: The file represented by File table key 'cp864.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:948]: The file represented by File table key 'cp1253.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:949]: The file represented by File table key 'euc_kr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:950]: The file represented by File table key 'mac_greek.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:951]: The file represented by File table key 'iso8859_1.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:951]: The file represented by File table key 'cp932.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:953]: The file represented by File table key 'cp862.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:954]: The file represented by File table key 'iso8859_4.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:955]: The file represented by File table key 'mbcs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:956]: The file represented by File table key 'mac_croatian.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:957]: The file represented by File table key 'shift_jis.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:958]: The file represented by File table key 'iso8859_5.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:958]: The file represented by File table key 'utf_8.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:959]: The file represented by File table key 'shift_jisx0213.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:960]: The file represented by File table key 'cp1258.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:960]: The file represented by File table key 'cp1252.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:961]: The file represented by File table key 'big5.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:961]: The file represented by File table key 'cp949.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:962]: The file represented by File table key 'cp775.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:964]: The file represented by File table key 'bz2_codec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:965]: The file represented by File table key 'cp857.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:966]: The file represented by File table key 'utf_32_le.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:967]: The file represented by File table key 'utf_16.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:968]: The file represented by File table key 'utf_32_be.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:968]: The file represented by File table key 'iso2022_jp_3.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:969]: The file represented by File table key 'cp437.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:970]: The file represented by File table key 'mac_farsi.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:971]: The file represented by File table key 'aliases.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:971]: The file represented by File table key 'cp866.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:972]: The file represented by File table key 'utf_7.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:973]: The file represented by File table key 'utf_16_be.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:974]: The file represented by File table key 'mac_romanian.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:975]: The file represented by File table key 'koi8_r.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:976]: The file represented by File table key 'euc_jis_2004.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:977]: The file represented by File table key 'iso2022_jp_ext.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:977]: The file represented by File table key 'utf_16_le.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:978]: The file represented by File table key 'palmos.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:979]: The file represented by File table key 'koi8_u.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:979]: The file represented by File table key 'iso2022_jp_1.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:980]: The file represented by File table key 'cp1254.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:981]: The file represented by File table key 'gbk.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:981]: The file represented by File table key 'cp1250.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:983]: The file represented by File table key 'mac_centeuro.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:985]: The file represented by File table key 'iso8859_15.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:986]: The file represented by File table key 'ptcp154.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:987]: The file represented by File table key 'utf_32.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:988]: The file represented by File table key 'gb2312.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:989]: The file represented by File table key 'euc_jisx0213.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:990]: The file represented by File table key 'ascii.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:991]: The file represented by File table key 'gb18030.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:991]: The file represented by File table key 'mac_cyrillic.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:992]: The file represented by File table key 'cp273.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:993]: The file represented by File table key 'cp863.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:994]: The file represented by File table key 'undefined.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:995]: The file represented by File table key 'base64_codec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:996]: The file represented by File table key 'hex_codec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:997]: The file represented by File table key 'cp855.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:998]: The file represented by File table key 'iso8859_3.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:05:999]: The file represented by File table key 'tis_620.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:000]: The file represented by File table key 'big5hkscs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:000]: The file represented by File table key 'mac_latin2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:001]: The file represented by File table key 'cp720.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:002]: The file represented by File table key 'cp1256.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:003]: The file represented by File table key 'iso8859_14.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:005]: The file represented by File table key 'iso8859_9.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:006]: The file represented by File table key 'hp_roman8.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:007]: The file represented by File table key 'cp737.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:008]: The file represented by File table key 'cp1257.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:009]: The file represented by File table key 'unicode_internal.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:009]: The file represented by File table key 'cp874.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:010]: The file represented by File table key 'cp865.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:011]: The file represented by File table key 'johab.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:012]: The file represented by File table key 'iso8859_13.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:014]: The file represented by File table key 'unicode_escape.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:015]: The file represented by File table key 'euc_jp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:017]: The file represented by File table key 'mac_arabic.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:018]: The file represented by File table key 'utf_8_sig.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:019]: The file represented by File table key 'raw_unicode_escape.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:019]: The file represented by File table key 'cp850.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:020]: The file represented by File table key 'cp1026.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:021]: The file represented by File table key 'cp1006.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:022]: The file represented by File table key 'cp1251.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:023]: The file represented by File table key 'iso8859_16.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:024]: The file represented by File table key 'hz.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:025]: The file represented by File table key 'cp875.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:026]: The file represented by File table key 'cp1255.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:027]: The file represented by File table key 'latin_1.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:028]: The file represented by File table key 'shift_jis_2004.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:029]: The file represented by File table key 'cp858.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:030]: The file represented by File table key 'iso8859_2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:031]: The file represented by File table key 'iso2022_jp_2004.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:032]: The file represented by File table key 'iso8859_6.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:033]: The file represented by File table key 'iso2022_jp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:034]: The file represented by File table key 'iso8859_11.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:035]: The file represented by File table key 'cp869.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:037]: The file represented by File table key 'cp861.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:037]: The file represented by File table key 'cp852.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:038]: The file represented by File table key 'uu_codec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:039]: The file represented by File table key 'iso2022_jp_2.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:040]: The file represented by File table key 'zlib_codec.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:041]: The file represented by File table key '__init__.py.54' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:042]: The file represented by File table key 'mac_turkish.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:043]: The file represented by File table key 'iso8859_10.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:044]: The file represented by File table key 'topics.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:045]: The file represented by File table key '_pydoc.css' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:048]: The file represented by File table key '__init__.py.55' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:049]: The file represented by File table key 'sequence.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:049]: The file represented by File table key 'schema.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:050]: The file represented by File table key '__init__.py.56' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:051]: The file represented by File table key 'text.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:052]: The file represented by File table key 'client.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:054]: The file represented by File table key 'server.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:055]: The file represented by File table key '__init__.py.57' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:056]: The file represented by File table key 'signals.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:057]: The file represented by File table key 'runner.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:058]: The file represented by File table key 'main.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:063]: The file represented by File table key '__main__.py.18' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:064]: The file represented by File table key 'suite.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:065]: The file represented by File table key 'util.py.8' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:066]: The file represented by File table key 'mock.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:067]: The file represented by File table key 'result.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:068]: The file represented by File table key '__init__.py.58' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:069]: The file represented by File table key 'case.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:070]: The file represented by File table key 'loader.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:071]: The file represented by File table key 'test_skipping.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:072]: The file represented by File table key 'test_functiontestcase.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:073]: The file represented by File table key '_test_warnings.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:074]: The file represented by File table key 'test_case.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:075]: The file represented by File table key 'test_program.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:076]: The file represented by File table key '__main__.py.19' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:077]: The file represented by File table key 'test_loader.py.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:078]: The file represented by File table key 'test_setups.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:078]: The file represented by File table key '__init__.py.59' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:079]: The file represented by File table key 'support.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:080]: The file represented by File table key 'dummy.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:081]: The file represented by File table key 'test_suite.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:081]: The file represented by File table key 'test_break.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:082]: The file represented by File table key 'test_runner.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:083]: The file represented by File table key 'test_discovery.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:083]: The file represented by File table key 'test_result.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:084]: The file represented by File table key 'test_assertions.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:085]: The file represented by File table key 'testwith.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:086]: The file represented by File table key '__main__.py.20' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:087]: The file represented by File table key 'testsentinel.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:087]: The file represented by File table key '__init__.py.60' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:088]: The file represented by File table key 'support.py.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:088]: The file represented by File table key 'testmagicmethods.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:089]: The file represented by File table key 'testcallable.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:090]: The file represented by File table key 'testpatch.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:090]: The file represented by File table key 'testhelpers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:091]: The file represented by File table key 'testmock.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:092]: The file represented by File table key '__main__.py.21' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:092]: The file represented by File table key '__init__.py.61' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:093]: The file represented by File table key 'abc.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:093]: The file represented by File table key 'abc.py.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:095]: The file represented by File table key '_bootstrap.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:098]: The file represented by File table key 'util.py.9' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:099]: The file represented by File table key '__init__.py.62' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:101]: The file represented by File table key 'machinery.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:102]: The file represented by File table key 'ccompiler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:103]: The file represented by File table key 'archive_util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:106]: The file represented by File table key 'spawn.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:107]: The file represented by File table key 'dist.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:108]: The file represented by File table key 'text_file.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:108]: The file represented by File table key 'cygwinccompiler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:109]: The file represented by File table key 'filelist.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:109]: The file represented by File table key 'config.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:110]: The file represented by File table key 'unixccompiler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:111]: The file represented by File table key 'dir_util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:111]: The file represented by File table key 'errors.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:112]: The file represented by File table key 'dep_util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:112]: The file represented by File table key 'README.txt.10' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:113]: The file represented by File table key 'extension.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:114]: The file represented by File table key 'debug.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:115]: The file represented by File table key 'version.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:116]: The file represented by File table key 'bcppcompiler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:117]: The file represented by File table key 'core.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:118]: The file represented by File table key 'log.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:118]: The file represented by File table key 'file_util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:119]: The file represented by File table key 'fancy_getopt.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:120]: The file represented by File table key 'cmd.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:121]: The file represented by File table key 'util.py.10' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:121]: The file represented by File table key '__init__.py.63' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:122]: The file represented by File table key 'sysconfig.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:123]: The file represented by File table key 'msvccompiler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:124]: The file represented by File table key 'versionpredicate.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:125]: The file represented by File table key 'msvc9compiler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:126]: The file represented by File table key 'bdist_rpm.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:127]: The file represented by File table key 'upload.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:127]: The file represented by File table key 'clean.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:128]: The file represented by File table key 'wininst_9.0_amd64.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:128]: The file represented by File table key 'install_headers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:129]: The file represented by File table key 'install_data.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:130]: The file represented by File table key 'wininst_8.0.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:131]: The file represented by File table key 'build_scripts.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:132]: The file represented by File table key 'register.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:133]: The file represented by File table key 'config.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:137]: The file represented by File table key 'install_lib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:138]: The file represented by File table key 'build_py.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:143]: The file represented by File table key 'build_ext.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:145]: The file represented by File table key 'build.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:148]: The file represented by File table key 'check.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:150]: The file represented by File table key 'bdist_msi.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:151]: The file represented by File table key 'wininst_7.1.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:153]: The file represented by File table key 'bdist.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:154]: The file represented by File table key 'wininst_9.0.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:156]: The file represented by File table key 'wininst_10.0_amd64.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:157]: The file represented by File table key 'wininst_10.0.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:158]: The file represented by File table key 'bdist_dumb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:159]: The file represented by File table key 'sdist.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:160]: The file represented by File table key 'wininst_6.0.exe' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:161]: The file represented by File table key 'install_scripts.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:162]: The file represented by File table key 'install.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:163]: The file represented by File table key 'install_egg_info.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:164]: The file represented by File table key 'build_clib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:165]: The file represented by File table key '__init__.py.64' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:166]: The file represented by File table key 'bdist_wininst.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:167]: The file represented by File table key 'command_template' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:168]: The file represented by File table key 'test_filelist.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:169]: The file represented by File table key 'test_upload.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:170]: The file represented by File table key 'test_file_util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:171]: The file represented by File table key 'test_dep_util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:172]: The file represented by File table key 'test_archive_util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:173]: The file represented by File table key 'test_log.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:174]: The file represented by File table key 'test_install_data.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:175]: The file represented by File table key 'test_bdist_dumb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:176]: The file represented by File table key 'test_check.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:177]: The file represented by File table key 'test_build_scripts.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:178]: The file represented by File table key 'test_bdist_msi.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:179]: The file represented by File table key 'test_msvc9compiler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:180]: The file represented by File table key 'Setup.sample' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:181]: The file represented by File table key 'test_dir_util.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:182]: The file represented by File table key 'test_cygwinccompiler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:183]: The file represented by File table key 'test_unixccompiler.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:184]: The file represented by File table key 'test_dist.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:185]: The file represented by File table key 'test_config_cmd.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:189]: The file represented by File table key 'test_register.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:190]: The file represented by File table key 'test_install.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:190]: The file represented by File table key 'test_config.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:191]: The file represented by File table key 'test_clean.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:192]: The file represented by File table key 'test_versionpredicate.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:193]: The file represented by File table key 'test_install_scripts.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:195]: The file represented by File table key 'test_sysconfig.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:195]: The file represented by File table key 'test_build_py.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:196]: The file represented by File table key 'test_cmd.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:197]: The file represented by File table key 'test_install_headers.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:198]: The file represented by File table key 'test_util.py.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:199]: The file represented by File table key 'test_build_clib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:200]: The file represented by File table key 'test_install_lib.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:201]: The file represented by File table key 'test_build.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:202]: The file represented by File table key 'test_bdist_rpm.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:203]: The file represented by File table key 'test_text_file.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:204]: The file represented by File table key 'test_extension.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:205]: The file represented by File table key 'test_version.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:206]: The file represented by File table key 'support.py.4' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:207]: The file represented by File table key '__init__.py.65' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:208]: The file represented by File table key 'test_bdist.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:209]: The file represented by File table key 'test_sdist.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:210]: The file represented by File table key 'test_core.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:211]: The file represented by File table key 'test_bdist_wininst.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:212]: The file represented by File table key 'test_spawn.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:213]: The file represented by File table key 'test_build_ext.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:214]: The file represented by File table key 'dumb.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:215]: The file represented by File table key 'gnu.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:216]: The file represented by File table key '__init__.py.66' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:219]: The file represented by File table key 'ndbm.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:220]: The file represented by File table key 'pyc.ico' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:221]: The file represented by File table key 'pyexpat.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:222]: The file represented by File table key 'select.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:224]: The file represented by File table key 'unicodedata.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:227]: The file represented by File table key 'winsound.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:228]: The file represented by File table key '_bz2.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:229]: The file represented by File table key '_elementtree.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:230]: The file represented by File table key '_socket.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:231]: The file represented by File table key '_ssl.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:232]: The file represented by File table key '_testcapi.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:232]: The file represented by File table key '_msi.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:233]: The file represented by File table key '_ctypes.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:233]: The file represented by File table key '_ctypes_test.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:234]: The file represented by File table key '_sqlite3.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:235]: The file represented by File table key '_hashlib.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:235]: The file represented by File table key '_multiprocessing.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:236]: The file represented by File table key '_lzma.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:237]: The file represented by File table key '_decimal.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:238]: The file represented by File table key '_testbuffer.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:238]: The file represented by File table key '_testimportmultiple.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:240]: The file represented by File table key '_overlapped.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:241]: The file represented by File table key 'python3.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:242]: The file represented by File table key 'sqlite3.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:243]: The file represented by File table key '_tkinter.pyd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:244]: The file represented by File table key 'tcl86t.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:245]: The file represented by File table key 'tk86t.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:246]: The file represented by File table key 'abstract.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:247]: The file represented by File table key 'accu.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:248]: The file represented by File table key 'asdl.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:249]: The file represented by File table key 'ast.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:249]: The file represented by File table key 'bitset.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:250]: The file represented by File table key 'bltinmodule.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:251]: The file represented by File table key 'boolobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:251]: The file represented by File table key 'bytearrayobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:252]: The file represented by File table key 'bytesobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:253]: The file represented by File table key 'bytes_methods.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:254]: The file represented by File table key 'cellobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:255]: The file represented by File table key 'ceval.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:256]: The file represented by File table key 'classobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:257]: The file represented by File table key 'code.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:258]: The file represented by File table key 'codecs.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:259]: The file represented by File table key 'compile.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:260]: The file represented by File table key 'complexobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:261]: The file represented by File table key 'datetime.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:262]: The file represented by File table key 'descrobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:262]: The file represented by File table key 'dictobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:263]: The file represented by File table key 'dtoa.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:264]: The file represented by File table key 'dynamic_annotations.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:265]: The file represented by File table key 'enumobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:265]: The file represented by File table key 'errcode.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:266]: The file represented by File table key 'eval.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:267]: The file represented by File table key 'fileobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:268]: The file represented by File table key 'fileutils.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:270]: The file represented by File table key 'floatobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:271]: The file represented by File table key 'frameobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:272]: The file represented by File table key 'funcobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:274]: The file represented by File table key 'genobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:274]: The file represented by File table key 'graminit.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:275]: The file represented by File table key 'grammar.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:276]: The file represented by File table key 'import.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:276]: The file represented by File table key 'intrcheck.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:277]: The file represented by File table key 'iterobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:277]: The file represented by File table key 'listobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:278]: The file represented by File table key 'longintrepr.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:279]: The file represented by File table key 'longobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:279]: The file represented by File table key 'marshal.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:280]: The file represented by File table key 'memoryobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:280]: The file represented by File table key 'metagrammar.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:281]: The file represented by File table key 'methodobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:281]: The file represented by File table key 'modsupport.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:282]: The file represented by File table key 'moduleobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:282]: The file represented by File table key 'namespaceobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:283]: The file represented by File table key 'node.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:284]: The file represented by File table key 'object.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:284]: The file represented by File table key 'objimpl.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:286]: The file represented by File table key 'opcode.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:286]: The file represented by File table key 'osdefs.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:287]: The file represented by File table key 'parsetok.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:288]: The file represented by File table key 'patchlevel.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:288]: The file represented by File table key 'pgen.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:289]: The file represented by File table key 'pgenheaders.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:290]: The file represented by File table key 'pyarena.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:290]: The file represented by File table key 'pyatomic.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:291]: The file represented by File table key 'pycapsule.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:291]: The file represented by File table key 'pyctype.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:292]: The file represented by File table key 'pydebug.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:293]: The file represented by File table key 'pyerrors.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:293]: The file represented by File table key 'pyexpat.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:294]: The file represented by File table key 'pyfpe.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:294]: The file represented by File table key 'pygetopt.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:295]: The file represented by File table key 'pyhash.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:296]: The file represented by File table key 'pymacconfig.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:297]: The file represented by File table key 'pymacro.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:298]: The file represented by File table key 'pymath.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:299]: The file represented by File table key 'pymem.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:300]: The file represented by File table key 'pyport.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:300]: The file represented by File table key 'pystate.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:301]: The file represented by File table key 'pystrcmp.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:302]: The file represented by File table key 'pystrtod.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:302]: The file represented by File table key 'Python_ast.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:303]: The file represented by File table key 'Python.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:304]: The file represented by File table key 'pythonrun.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:304]: The file represented by File table key 'pythread.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:305]: The file represented by File table key 'pytime.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:305]: The file represented by File table key 'py_curses.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:306]: The file represented by File table key 'rangeobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:306]: The file represented by File table key 'setobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:307]: The file represented by File table key 'sliceobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:308]: The file represented by File table key 'structmember.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:308]: The file represented by File table key 'structseq.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:309]: The file represented by File table key 'symtable.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:310]: The file represented by File table key 'sysmodule.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:310]: The file represented by File table key 'token.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:311]: The file represented by File table key 'traceback.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:312]: The file represented by File table key 'tupleobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:312]: The file represented by File table key 'typeslots.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:313]: The file represented by File table key 'ucnhash.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:314]: The file represented by File table key 'unicodeobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:315]: The file represented by File table key 'warnings.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:316]: The file represented by File table key 'weakrefobject.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:317]: The file represented by File table key 'pyconfig.h' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:317]: The file represented by File table key 'pyexpat.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:318]: The file represented by File table key 'select.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:319]: The file represented by File table key 'unicodedata.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:320]: The file represented by File table key 'winsound.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:321]: The file represented by File table key '_bz2.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:321]: The file represented by File table key '_elementtree.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:322]: The file represented by File table key '_socket.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:323]: The file represented by File table key '_ssl.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:324]: The file represented by File table key '_testcapi.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:325]: The file represented by File table key '_msi.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:326]: The file represented by File table key '_ctypes.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:327]: The file represented by File table key '_ctypes_test.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:328]: The file represented by File table key '_sqlite3.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:329]: The file represented by File table key '_hashlib.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:330]: The file represented by File table key '_multiprocessing.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:331]: The file represented by File table key '_lzma.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:332]: The file represented by File table key '_decimal.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:333]: The file represented by File table key '_testbuffer.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:334]: The file represented by File table key '_testimportmultiple.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:335]: The file represented by File table key '_overlapped.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:336]: The file represented by File table key '_tkinter.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:337]: The file represented by File table key 'python34.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:338]: The file represented by File table key 'python3.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:339]: The file represented by File table key 'libpython34.a' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:340]: The file represented by File table key 'itclstub40.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:341]: The file represented by File table key 'tcl86t.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:342]: The file represented by File table key 'tclConfig.sh' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:343]: The file represented by File table key 'tclooConfig.sh' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:344]: The file represented by File table key 'tclstub86.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:345]: The file represented by File table key 'tk86t.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:346]: The file represented by File table key 'tkstub86.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:347]: The file represented by File table key 'bgerror.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:347]: The file represented by File table key 'button.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:348]: The file represented by File table key 'choosedir.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:349]: The file represented by File table key 'clrpick.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:349]: The file represented by File table key 'comdlg.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:350]: The file represented by File table key 'console.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:350]: The file represented by File table key 'dialog.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:351]: The file represented by File table key 'entry.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:352]: The file represented by File table key 'focus.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:353]: The file represented by File table key 'fontchooser.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:353]: The file represented by File table key 'iconlist.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:354]: The file represented by File table key 'icons.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:354]: The file represented by File table key 'license.terms' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:355]: The file represented by File table key 'listbox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:356]: The file represented by File table key 'megawidget.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:356]: The file represented by File table key 'menu.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:357]: The file represented by File table key 'mkpsenc.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:358]: The file represented by File table key 'msgbox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:359]: The file represented by File table key 'obsolete.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:360]: The file represented by File table key 'optMenu.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:361]: The file represented by File table key 'palette.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:362]: The file represented by File table key 'panedwindow.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:363]: The file represented by File table key 'pkgIndex.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:364]: The file represented by File table key 'safetk.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:365]: The file represented by File table key 'scale.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:365]: The file represented by File table key 'scrlbar.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:367]: The file represented by File table key 'spinbox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:367]: The file represented by File table key 'tclIndex' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:368]: The file represented by File table key 'tearoff.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:369]: The file represented by File table key 'text.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:370]: The file represented by File table key 'tk.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:371]: The file represented by File table key 'tkfbox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:372]: The file represented by File table key 'unsupported.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:373]: The file represented by File table key 'xmfbox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:374]: The file represented by File table key 'altTheme.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:375]: The file represented by File table key 'aquaTheme.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:376]: The file represented by File table key 'button.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:377]: The file represented by File table key 'clamTheme.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:377]: The file represented by File table key 'classicTheme.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:378]: The file represented by File table key 'combobox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:379]: The file represented by File table key 'cursors.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:380]: The file represented by File table key 'defaults.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:381]: The file represented by File table key 'entry.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:382]: The file represented by File table key 'fonts.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:383]: The file represented by File table key 'menubutton.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:384]: The file represented by File table key 'notebook.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:385]: The file represented by File table key 'panedwindow.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:386]: The file represented by File table key 'progress.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:387]: The file represented by File table key 'scale.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:387]: The file represented by File table key 'scrollbar.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:388]: The file represented by File table key 'sizegrip.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:388]: The file represented by File table key 'spinbox.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:389]: The file represented by File table key 'treeview.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:390]: The file represented by File table key 'ttk.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:391]: The file represented by File table key 'utils.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:392]: The file represented by File table key 'vistaTheme.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:392]: The file represented by File table key 'winTheme.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:393]: The file represented by File table key 'xpTheme.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:394]: The file represented by File table key 'cs.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:394]: The file represented by File table key 'da.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:395]: The file represented by File table key 'de.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:395]: The file represented by File table key 'el.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:396]: The file represented by File table key 'en.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:397]: The file represented by File table key 'en_gb.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:397]: The file represented by File table key 'eo.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:398]: The file represented by File table key 'es.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:398]: The file represented by File table key 'fr.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:399]: The file represented by File table key 'hu.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:400]: The file represented by File table key 'it.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:401]: The file represented by File table key 'nl.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:402]: The file represented by File table key 'pl.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:402]: The file represented by File table key 'pt.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:403]: The file represented by File table key 'ru.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:403]: The file represented by File table key 'sv.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:404]: The file represented by File table key 'lamp.png' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:405]: The file represented by File table key 'lamp.svg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:406]: The file represented by File table key 'logo.eps' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:407]: The file represented by File table key 'logo100.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:408]: The file represented by File table key 'logo64.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:410]: The file represented by File table key 'logoLarge.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:411]: The file represented by File table key 'logoMed.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:412]: The file represented by File table key 'pwrdLogo.eps' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:412]: The file represented by File table key 'pwrdLogo100.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:413]: The file represented by File table key 'pwrdLogo150.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:413]: The file represented by File table key 'pwrdLogo175.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:414]: The file represented by File table key 'pwrdLogo200.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:414]: The file represented by File table key 'pwrdLogo75.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:415]: The file represented by File table key 'README' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:416]: The file represented by File table key 'tai_ku.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:416]: The file represented by File table key 'anilabel.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:417]: The file represented by File table key 'aniwave.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:417]: The file represented by File table key 'arrow.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:418]: The file represented by File table key 'bind.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:419]: The file represented by File table key 'bitmap.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:420]: The file represented by File table key 'browse' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:421]: The file represented by File table key 'button.tcl.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:422]: The file represented by File table key 'check.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:423]: The file represented by File table key 'clrpick.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:424]: The file represented by File table key 'colors.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:424]: The file represented by File table key 'combo.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:425]: The file represented by File table key 'cscroll.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:426]: The file represented by File table key 'ctext.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:427]: The file represented by File table key 'dialog1.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:427]: The file represented by File table key 'dialog2.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:428]: The file represented by File table key 'en.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:429]: The file represented by File table key 'entry1.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:430]: The file represented by File table key 'entry2.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:431]: The file represented by File table key 'entry3.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:432]: The file represented by File table key 'filebox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:433]: The file represented by File table key 'floor.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:434]: The file represented by File table key 'fontchoose.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:435]: The file represented by File table key 'form.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:436]: The file represented by File table key 'goldberg.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:437]: The file represented by File table key 'hello' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:437]: The file represented by File table key 'hscale.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:438]: The file represented by File table key 'icon.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:439]: The file represented by File table key 'image1.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:439]: The file represented by File table key 'image2.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:441]: The file represented by File table key 'items.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:442]: The file represented by File table key 'ixset' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:443]: The file represented by File table key 'knightstour.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:444]: The file represented by File table key 'label.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:445]: The file represented by File table key 'labelframe.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:446]: The file represented by File table key 'license.terms.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:447]: The file represented by File table key 'mclist.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:448]: The file represented by File table key 'menu.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:449]: The file represented by File table key 'menubu.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:451]: The file represented by File table key 'msgbox.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:452]: The file represented by File table key 'nl.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:453]: The file represented by File table key 'paned1.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:454]: The file represented by File table key 'paned2.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:455]: The file represented by File table key 'pendulum.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:456]: The file represented by File table key 'plot.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:457]: The file represented by File table key 'puzzle.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:458]: The file represented by File table key 'radio.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:459]: The file represented by File table key 'README.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:461]: The file represented by File table key 'rmt' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:462]: The file represented by File table key 'rolodex' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:463]: The file represented by File table key 'ruler.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:464]: The file represented by File table key 'sayings.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:465]: The file represented by File table key 'search.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:466]: The file represented by File table key 'spin.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:467]: The file represented by File table key 'square' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:467]: The file represented by File table key 'states.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:468]: The file represented by File table key 'style.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:468]: The file represented by File table key 'tclIndex.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:469]: The file represented by File table key 'tcolor' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:470]: The file represented by File table key 'text.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:471]: The file represented by File table key 'textpeer.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:472]: The file represented by File table key 'timer' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:473]: The file represented by File table key 'toolbar.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:474]: The file represented by File table key 'tree.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:475]: The file represented by File table key 'ttkbut.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:475]: The file represented by File table key 'ttkmenu.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:476]: The file represented by File table key 'ttknote.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:477]: The file represented by File table key 'ttkpane.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:478]: The file represented by File table key 'ttkprogress.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:479]: The file represented by File table key 'ttkscale.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:480]: The file represented by File table key 'twind.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:481]: The file represented by File table key 'unicodeout.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:482]: The file represented by File table key 'vscale.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:483]: The file represented by File table key 'widget' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:484]: The file represented by File table key 'earth.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:485]: The file represented by File table key 'earthris.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:486]: The file represented by File table key 'flagdown.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:487]: The file represented by File table key 'flagup.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:488]: The file represented by File table key 'gray25.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:489]: The file represented by File table key 'letters.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:490]: The file represented by File table key 'noletter.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:492]: The file represented by File table key 'ouster.png' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:493]: The file represented by File table key 'pattern.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:494]: The file represented by File table key 'tcllogo.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:495]: The file represented by File table key 'teapot.ppm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:496]: The file represented by File table key 'Balloon.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:497]: The file represented by File table key 'BtnBox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:497]: The file represented by File table key 'ChkList.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:498]: The file represented by File table key 'CObjView.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:499]: The file represented by File table key 'ComboBox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:499]: The file represented by File table key 'Compat.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:500]: The file represented by File table key 'Console.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:500]: The file represented by File table key 'Control.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:502]: The file represented by File table key 'DefSchm.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:503]: The file represented by File table key 'DialogS.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:504]: The file represented by File table key 'DirBox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:504]: The file represented by File table key 'DirDlg.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:505]: The file represented by File table key 'DirList.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:506]: The file represented by File table key 'DirTree.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:506]: The file represented by File table key 'DragDrop.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:507]: The file represented by File table key 'DtlList.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:507]: The file represented by File table key 'EFileBox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:508]: The file represented by File table key 'EFileDlg.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:509]: The file represented by File table key 'Event.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:509]: The file represented by File table key 'FileBox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:510]: The file represented by File table key 'FileCbx.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:512]: The file represented by File table key 'FileDlg.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:513]: The file represented by File table key 'FileEnt.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:514]: The file represented by File table key 'FloatEnt.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:515]: The file represented by File table key 'fs.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:516]: The file represented by File table key 'Grid.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:517]: The file represented by File table key 'HList.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:518]: The file represented by File table key 'HListDD.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:518]: The file represented by File table key 'IconView.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:519]: The file represented by File table key 'Init.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:520]: The file represented by File table key 'LabEntry.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:520]: The file represented by File table key 'LabFrame.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:521]: The file represented by File table key 'LabWidg.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:522]: The file represented by File table key 'ListNBk.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:523]: The file represented by File table key 'Makefile' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:524]: The file represented by File table key 'Meter.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:525]: The file represented by File table key 'MultView.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:526]: The file represented by File table key 'NoteBook.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:526]: The file represented by File table key 'OldUtil.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:527]: The file represented by File table key 'OptMenu.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:528]: The file represented by File table key 'PanedWin.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:528]: The file represented by File table key 'pkgIndex.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:529]: The file represented by File table key 'PopMenu.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:529]: The file represented by File table key 'Primitiv.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:530]: The file represented by File table key 'ResizeH.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:531]: The file represented by File table key 'Select.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:532]: The file represented by File table key 'SGrid.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:533]: The file represented by File table key 'Shell.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:533]: The file represented by File table key 'SHList.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:534]: The file represented by File table key 'SimpDlg.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:534]: The file represented by File table key 'SListBox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:535]: The file represented by File table key 'StackWin.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:536]: The file represented by File table key 'StatBar.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:536]: The file represented by File table key 'StdBBox.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:537]: The file represented by File table key 'StdShell.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:538]: The file represented by File table key 'SText.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:538]: The file represented by File table key 'STList.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:539]: The file represented by File table key 'SWidget.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:540]: The file represented by File table key 'SWindow.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:540]: The file represented by File table key 'Tix.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:541]: The file represented by File table key 'tix84.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:542]: The file represented by File table key 'tix84.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:543]: The file represented by File table key 'TList.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:544]: The file represented by File table key 'Tree.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:545]: The file represented by File table key 'Utils.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:546]: The file represented by File table key 'Variable.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:547]: The file represented by File table key 'VResize.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:548]: The file represented by File table key 'VStack.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:548]: The file represented by File table key 'VTree.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:549]: The file represented by File table key 'WInfo.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:549]: The file represented by File table key '_10Point.fs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:550]: The file represented by File table key '_10Point.fsc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:551]: The file represented by File table key '_12Point.fs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:552]: The file represented by File table key '_12Point.fsc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:553]: The file represented by File table key '_14Point.fs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:554]: The file represented by File table key '_14Point.fsc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:555]: The file represented by File table key 'Bisque.cs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'Bisque.csc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'Blue.cs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'Blue.csc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'Gray.cs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'Gray.csc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'Makefile.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'Old12Pt.fs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'Old14Pt.fs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'pkgIndex.tcl.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'SGIGray.cs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'SGIGray.csc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'TixGray.cs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'TixGray.csc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'tixmkpref' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'TK.cs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:556]: The file represented by File table key 'TK.csc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'TK.fs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'TK.fsc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'TkWin.cs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'TkWin.csc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'TkWin.fs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'TkWin.fsc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'WmDefault.cs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'WmDefault.csc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'WmDefault.fs' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'WmDefault.fsc' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'WmDefault.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'WmDefault.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'WmDefault.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'MkChoose.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'MkDirLis.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:572]: The file represented by File table key 'MkSample.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:587]: The file represented by File table key 'MkScroll.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:589]: The file represented by File table key 'tclIndex.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:590]: The file represented by File table key 'tixwidgets.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:590]: The file represented by File table key 'widget.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:591]: The file represented by File table key 'AllSampl.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:592]: The file represented by File table key 'ArrowBtn.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:592]: The file represented by File table key 'Balloon.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:593]: The file represented by File table key 'BtnBox.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:594]: The file represented by File table key 'ChkList.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:595]: The file represented by File table key 'CmpImg.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:596]: The file represented by File table key 'CmpImg1.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:597]: The file represented by File table key 'CmpImg2.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:597]: The file represented by File table key 'CmpImg3.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:598]: The file represented by File table key 'CmpImg4.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:598]: The file represented by File table key 'CObjView.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:599]: The file represented by File table key 'ComboBox.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:600]: The file represented by File table key 'Control.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:600]: The file represented by File table key 'DirDlg.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:601]: The file represented by File table key 'DirList.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:601]: The file represented by File table key 'DirTree.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:602]: The file represented by File table key 'DragDrop.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:604]: The file represented by File table key 'DynTree.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:605]: The file represented by File table key 'EditGrid.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:606]: The file represented by File table key 'EFileDlg.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:607]: The file represented by File table key 'FileDlg.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:607]: The file represented by File table key 'FileEnt.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:608]: The file represented by File table key 'HList1.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:609]: The file represented by File table key 'LabEntry.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:609]: The file represented by File table key 'LabFrame.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:610]: The file represented by File table key 'ListNBK.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:610]: The file represented by File table key 'Meter.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:611]: The file represented by File table key 'NoteBook.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:612]: The file represented by File table key 'OptMenu.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:613]: The file represented by File table key 'PanedWin.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:617]: The file represented by File table key 'PopMenu.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:618]: The file represented by File table key 'Sample.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:619]: The file represented by File table key 'Select.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:620]: The file represented by File table key 'SGrid0.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:621]: The file represented by File table key 'SGrid1.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:622]: The file represented by File table key 'SHList.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:626]: The file represented by File table key 'SHList2.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:627]: The file represented by File table key 'SListBox.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:628]: The file represented by File table key 'StdBBox.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:629]: The file represented by File table key 'SText.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:629]: The file represented by File table key 'STList1.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:630]: The file represented by File table key 'STList2.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:630]: The file represented by File table key 'STList3.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:631]: The file represented by File table key 'SWindow.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:632]: The file represented by File table key 'Tree.tcl.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:632]: The file represented by File table key 'Xpm.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:633]: The file represented by File table key 'Xpm1.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:634]: The file represented by File table key 'about.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:635]: The file represented by File table key 'bold.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:636]: The file represented by File table key 'capital.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:637]: The file represented by File table key 'centerj.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:638]: The file represented by File table key 'code.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:639]: The file represented by File table key 'combobox.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:640]: The file represented by File table key 'combobox.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:642]: The file represented by File table key 'drivea.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:643]: The file represented by File table key 'drivea.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:644]: The file represented by File table key 'exit.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:646]: The file represented by File table key 'filebox.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:647]: The file represented by File table key 'filebox.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:648]: The file represented by File table key 'harddisk.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:648]: The file represented by File table key 'harddisk.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:649]: The file represented by File table key 'italic.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:650]: The file represented by File table key 'justify.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:650]: The file represented by File table key 'leftj.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:651]: The file represented by File table key 'netw.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:651]: The file represented by File table key 'netw.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:652]: The file represented by File table key 'network.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:653]: The file represented by File table key 'network.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:653]: The file represented by File table key 'optmenu.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:655]: The file represented by File table key 'rightj.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:656]: The file represented by File table key 'select.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:657]: The file represented by File table key 'tix.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:658]: The file represented by File table key 'underlin.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:659]: The file represented by File table key 'act_fold.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:660]: The file represented by File table key 'act_fold.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:661]: The file represented by File table key 'act_fold.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:662]: The file represented by File table key 'balarrow.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:662]: The file represented by File table key 'cbxarrow.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:663]: The file represented by File table key 'ck_def.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:664]: The file represented by File table key 'ck_off.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:665]: The file represented by File table key 'ck_on.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:666]: The file represented by File table key 'cross.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:667]: The file represented by File table key 'decr.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:668]: The file represented by File table key 'drop.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:669]: The file represented by File table key 'file.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:669]: The file represented by File table key 'file.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:671]: The file represented by File table key 'file.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:672]: The file represented by File table key 'folder.gif.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:672]: The file represented by File table key 'folder.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:674]: The file represented by File table key 'folder.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:675]: The file represented by File table key 'harddisk.xbm.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:677]: The file represented by File table key 'hourglas.mask' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:678]: The file represented by File table key 'hourglas.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:679]: The file represented by File table key 'incr.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:680]: The file represented by File table key 'info.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:681]: The file represented by File table key 'info.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:681]: The file represented by File table key 'maximize.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:682]: The file represented by File table key 'minimize.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:683]: The file represented by File table key 'minus.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:683]: The file represented by File table key 'minus.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:684]: The file represented by File table key 'minus.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:685]: The file represented by File table key 'minusarm.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:687]: The file represented by File table key 'minusarm.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:688]: The file represented by File table key 'minusarm.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:689]: The file represented by File table key 'mktransgif.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:690]: The file represented by File table key 'network.xbm.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:691]: The file represented by File table key 'no_entry.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:692]: The file represented by File table key 'no_entry.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:693]: The file represented by File table key 'openfile.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:694]: The file represented by File table key 'openfold.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:695]: The file represented by File table key 'openfold.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:696]: The file represented by File table key 'openfold.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:697]: The file represented by File table key 'plus.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:698]: The file represented by File table key 'plus.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:698]: The file represented by File table key 'plus.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:699]: The file represented by File table key 'plusarm.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:699]: The file represented by File table key 'plusarm.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:700]: The file represented by File table key 'plusarm.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:700]: The file represented by File table key 'resize1.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:701]: The file represented by File table key 'resize2.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:702]: The file represented by File table key 'restore.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:702]: The file represented by File table key 'srcfile.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:703]: The file represented by File table key 'srcfile.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:703]: The file represented by File table key 'srcfile.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:704]: The file represented by File table key 'system.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:705]: The file represented by File table key 'textfile.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:706]: The file represented by File table key 'textfile.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:708]: The file represented by File table key 'textfile.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:709]: The file represented by File table key 'tick.xbm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:710]: The file represented by File table key 'warning.gif' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:711]: The file represented by File table key 'warning.xpm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:712]: The file represented by File table key 'pkgIndex.tcl.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:713]: The file represented by File table key 'thread.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:714]: The file represented by File table key 'thread27.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:715]: The file represented by File table key 'tpool.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:716]: The file represented by File table key 'tsv.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:716]: The file represented by File table key 'ttrace.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:717]: The file represented by File table key 'ttrace.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:718]: The file represented by File table key 'tdbc_sqlite3.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:718]: The file represented by File table key 'pkgIndex.tcl.4' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:719]: The file represented by File table key 'tdbcpostgres.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:720]: The file represented by File table key 'tdbcpostgres100.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:720]: The file represented by File table key 'pkgIndex.tcl.5' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:721]: The file represented by File table key 'tdbcodbc.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:722]: The file represented by File table key 'tdbcodbc100.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:722]: The file represented by File table key 'tdbc_odbc.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:723]: The file represented by File table key 'pkgIndex.tcl.6' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:724]: The file represented by File table key 'tdbcmysql.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:724]: The file represented by File table key 'tdbcmysql100.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:725]: The file represented by File table key 'tdbc_mysql.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:726]: The file represented by File table key 'pkgIndex.tcl.7' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:727]: The file represented by File table key 'tdbc.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:728]: The file represented by File table key 'tdbc.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:729]: The file represented by File table key 'tdbc100.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:730]: The file represented by File table key 'tdbcConfig.sh' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:730]: The file represented by File table key 'tdbcstub100.lib' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:731]: The file represented by File table key 'tdbc_connection.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:732]: The file represented by File table key 'tdbc_mapSqlState.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:733]: The file represented by File table key 'tdbc_resultset.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:734]: The file represented by File table key 'tdbc_statement.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:736]: The file represented by File table key 'tdbc_tokenize.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:738]: The file represented by File table key 'auto.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:739]: The file represented by File table key 'clock.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:740]: The file represented by File table key 'history.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:741]: The file represented by File table key 'init.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:742]: The file represented by File table key 'package.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:743]: The file represented by File table key 'parray.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:744]: The file represented by File table key 'safe.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:745]: The file represented by File table key 'tclIndex.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:746]: The file represented by File table key 'tm.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:747]: The file represented by File table key 'word.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:748]: The file represented by File table key 'CET' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:749]: The file represented by File table key 'CST6CDT' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:750]: The file represented by File table key 'Cuba' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:751]: The file represented by File table key 'EET' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:752]: The file represented by File table key 'Egypt' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:752]: The file represented by File table key 'Eire' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:753]: The file represented by File table key 'EST' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:753]: The file represented by File table key 'EST5EDT' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:754]: The file represented by File table key 'GB_Eire' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:755]: The file represented by File table key 'GMT' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:756]: The file represented by File table key 'GMT_0' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:757]: The file represented by File table key 'GMT_0.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:758]: The file represented by File table key 'GMT0' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:759]: The file represented by File table key 'Greenwich' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:760]: The file represented by File table key 'Hongkong' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:761]: The file represented by File table key 'HST' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:763]: The file represented by File table key 'Iceland' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:764]: The file represented by File table key 'Iran' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:765]: The file represented by File table key 'Israel' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:766]: The file represented by File table key 'Jamaica' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:768]: The file represented by File table key 'Japan' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:769]: The file represented by File table key 'Kwajalein' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:770]: The file represented by File table key 'Libya' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:771]: The file represented by File table key 'MET' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:772]: The file represented by File table key 'MST' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:773]: The file represented by File table key 'MST7MDT' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:774]: The file represented by File table key 'Navajo' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:775]: The file represented by File table key 'NZ' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:776]: The file represented by File table key 'NZ_CHAT' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:777]: The file represented by File table key 'Poland' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:778]: The file represented by File table key 'Portugal' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:779]: The file represented by File table key 'PRC' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:780]: The file represented by File table key 'PST8PDT' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:781]: The file represented by File table key 'ROC' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:782]: The file represented by File table key 'ROK' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:784]: The file represented by File table key 'Singapore' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:786]: The file represented by File table key 'Turkey' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:787]: The file represented by File table key 'UCT' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:788]: The file represented by File table key 'Universal' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:789]: The file represented by File table key 'UTC' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:790]: The file represented by File table key 'W_SU' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:791]: The file represented by File table key 'WET' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:792]: The file represented by File table key 'Zulu' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:793]: The file represented by File table key 'Alaska' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:793]: The file represented by File table key 'Aleutian' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:794]: The file represented by File table key 'Arizona' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:795]: The file represented by File table key 'Central' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:797]: The file represented by File table key 'East_Indiana' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:798]: The file represented by File table key 'Eastern' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:799]: The file represented by File table key 'Hawaii' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:801]: The file represented by File table key 'Indiana_Starke' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:802]: The file represented by File table key 'Michigan' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:804]: The file represented by File table key 'Mountain' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:804]: The file represented by File table key 'Pacific' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:805]: The file represented by File table key 'Pacific_New' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:806]: The file represented by File table key 'Samoa' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:807]: The file represented by File table key 'AST4' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:808]: The file represented by File table key 'AST4ADT' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:809]: The file represented by File table key 'CST6' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:810]: The file represented by File table key 'CST6CDT.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:811]: The file represented by File table key 'EST5' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:812]: The file represented by File table key 'EST5EDT.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:813]: The file represented by File table key 'HST10' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:814]: The file represented by File table key 'MST7' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:815]: The file represented by File table key 'MST7MDT.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:816]: The file represented by File table key 'PST8' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:817]: The file represented by File table key 'PST8PDT.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:818]: The file represented by File table key 'YST9' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:819]: The file represented by File table key 'YST9YDT' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:820]: The file represented by File table key 'Apia' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:821]: The file represented by File table key 'Auckland' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:823]: The file represented by File table key 'Chatham' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:824]: The file represented by File table key 'Chuuk' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:825]: The file represented by File table key 'Easter' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:829]: The file represented by File table key 'Efate' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:831]: The file represented by File table key 'Enderbury' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:832]: The file represented by File table key 'Fakaofo' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:833]: The file represented by File table key 'Fiji' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:834]: The file represented by File table key 'Funafuti' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:835]: The file represented by File table key 'Galapagos' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:836]: The file represented by File table key 'Gambier' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:837]: The file represented by File table key 'Guadalcanal' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:838]: The file represented by File table key 'Guam' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:839]: The file represented by File table key 'Honolulu' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:839]: The file represented by File table key 'Johnston' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:840]: The file represented by File table key 'Kiritimati' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:841]: The file represented by File table key 'Kosrae' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:842]: The file represented by File table key 'Kwajalein.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:843]: The file represented by File table key 'Majuro' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:844]: The file represented by File table key 'Marquesas' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:844]: The file represented by File table key 'Midway' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:846]: The file represented by File table key 'Nauru' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:848]: The file represented by File table key 'Niue' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:849]: The file represented by File table key 'Norfolk' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:851]: The file represented by File table key 'Noumea' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:851]: The file represented by File table key 'Pago_Pago' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:852]: The file represented by File table key 'Palau' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:854]: The file represented by File table key 'Pitcairn' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:854]: The file represented by File table key 'Pohnpei' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:857]: The file represented by File table key 'Ponape' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:859]: The file represented by File table key 'Port_Moresby' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:860]: The file represented by File table key 'Rarotonga' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:861]: The file represented by File table key 'Saipan' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:862]: The file represented by File table key 'Samoa.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:863]: The file represented by File table key 'Tahiti' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:864]: The file represented by File table key 'Tarawa' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:865]: The file represented by File table key 'Tongatapu' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:866]: The file represented by File table key 'Truk' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:867]: The file represented by File table key 'Wake' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:868]: The file represented by File table key 'Wallis' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:869]: The file represented by File table key 'Yap' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:870]: The file represented by File table key 'BajaNorte' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:870]: The file represented by File table key 'BajaSur' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:871]: The file represented by File table key 'General' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:872]: The file represented by File table key 'Antananarivo' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:872]: The file represented by File table key 'Chagos' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:873]: The file represented by File table key 'Christmas' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:875]: The file represented by File table key 'Cocos' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:876]: The file represented by File table key 'Comoro' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:877]: The file represented by File table key 'Kerguelen' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:878]: The file represented by File table key 'Mahe' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:879]: The file represented by File table key 'Maldives' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:880]: The file represented by File table key 'Mauritius' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:881]: The file represented by File table key 'Mayotte' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:881]: The file represented by File table key 'Reunion' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:882]: The file represented by File table key 'Amsterdam' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:882]: The file represented by File table key 'Andorra' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:883]: The file represented by File table key 'Athens' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:884]: The file represented by File table key 'Belfast' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:885]: The file represented by File table key 'Belgrade' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:886]: The file represented by File table key 'Berlin' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:887]: The file represented by File table key 'Bratislava' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:889]: The file represented by File table key 'Brussels' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:889]: The file represented by File table key 'Bucharest' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:890]: The file represented by File table key 'Budapest' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:891]: The file represented by File table key 'Busingen' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:892]: The file represented by File table key 'Chisinau' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:892]: The file represented by File table key 'Copenhagen' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:893]: The file represented by File table key 'Dublin' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:893]: The file represented by File table key 'Gibraltar' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:894]: The file represented by File table key 'Guernsey' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:895]: The file represented by File table key 'Helsinki' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:895]: The file represented by File table key 'Isle_of_Man' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:896]: The file represented by File table key 'Istanbul' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:896]: The file represented by File table key 'Jersey' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:899]: The file represented by File table key 'Kaliningrad' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:901]: The file represented by File table key 'Kiev' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:902]: The file represented by File table key 'Lisbon' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:903]: The file represented by File table key 'Ljubljana' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:903]: The file represented by File table key 'London' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:905]: The file represented by File table key 'Luxembourg' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:906]: The file represented by File table key 'Madrid' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:907]: The file represented by File table key 'Malta' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:914]: The file represented by File table key 'Mariehamn' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:915]: The file represented by File table key 'Minsk' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:917]: The file represented by File table key 'Monaco' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:920]: The file represented by File table key 'Moscow' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:921]: The file represented by File table key 'Nicosia' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:922]: The file represented by File table key 'Oslo' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:923]: The file represented by File table key 'Paris' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:924]: The file represented by File table key 'Podgorica' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:925]: The file represented by File table key 'Prague' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:926]: The file represented by File table key 'Riga' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:927]: The file represented by File table key 'Rome' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:929]: The file represented by File table key 'Samara' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:930]: The file represented by File table key 'San_Marino' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:931]: The file represented by File table key 'Sarajevo' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:932]: The file represented by File table key 'Simferopol' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:933]: The file represented by File table key 'Skopje' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:933]: The file represented by File table key 'Sofia' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:934]: The file represented by File table key 'Stockholm' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:935]: The file represented by File table key 'Tallinn' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:937]: The file represented by File table key 'Tirane' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:938]: The file represented by File table key 'Tiraspol' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:939]: The file represented by File table key 'Uzhgorod' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:941]: The file represented by File table key 'Vaduz' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:942]: The file represented by File table key 'Vatican' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:943]: The file represented by File table key 'Vienna' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:943]: The file represented by File table key 'Vilnius' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:944]: The file represented by File table key 'Volgograd' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:945]: The file represented by File table key 'Warsaw' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:946]: The file represented by File table key 'Zagreb' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:949]: The file represented by File table key 'Zaporozhye' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:950]: The file represented by File table key 'Zurich' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:952]: The file represented by File table key 'GMT.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:953]: The file represented by File table key 'GMT_0.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:954]: The file represented by File table key 'GMT_1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:955]: The file represented by File table key 'GMT_10' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:956]: The file represented by File table key 'GMT_11' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:957]: The file represented by File table key 'GMT_12' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:957]: The file represented by File table key 'GMT_2' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:959]: The file represented by File table key 'GMT_3' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:960]: The file represented by File table key 'GMT_4' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:961]: The file represented by File table key 'GMT_5' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:962]: The file represented by File table key 'GMT_6' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:963]: The file represented by File table key 'GMT_7' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:964]: The file represented by File table key 'GMT_8' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:964]: The file represented by File table key 'GMT_9' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:965]: The file represented by File table key 'GMT_0.3' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:965]: The file represented by File table key 'GMT_1.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:966]: The file represented by File table key 'GMT_10.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:967]: The file represented by File table key 'GMT_11.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:967]: The file represented by File table key 'GMT_12.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:968]: The file represented by File table key 'GMT_13' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:969]: The file represented by File table key 'GMT_14' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:970]: The file represented by File table key 'GMT_2.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:971]: The file represented by File table key 'GMT_3.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:972]: The file represented by File table key 'GMT_4.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:973]: The file represented by File table key 'GMT_5.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:974]: The file represented by File table key 'GMT_6.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:975]: The file represented by File table key 'GMT_7.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:976]: The file represented by File table key 'GMT_8.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:977]: The file represented by File table key 'GMT_9.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:978]: The file represented by File table key 'GMT0.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:980]: The file represented by File table key 'Greenwich.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:980]: The file represented by File table key 'UCT.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:981]: The file represented by File table key 'Universal.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:982]: The file represented by File table key 'UTC.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:982]: The file represented by File table key 'Zulu.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:983]: The file represented by File table key 'Continental' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:984]: The file represented by File table key 'EasterIsland' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:984]: The file represented by File table key 'Atlantic' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:985]: The file represented by File table key 'Central.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:986]: The file represented by File table key 'East_Saskatchewan' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:987]: The file represented by File table key 'Eastern.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:987]: The file represented by File table key 'Mountain.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:988]: The file represented by File table key 'Newfoundland' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:989]: The file represented by File table key 'Pacific.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:989]: The file represented by File table key 'Saskatchewan' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:990]: The file represented by File table key 'Yukon' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:991]: The file represented by File table key 'Acre' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:992]: The file represented by File table key 'DeNoronha' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:993]: The file represented by File table key 'East' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:994]: The file represented by File table key 'West' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:995]: The file represented by File table key 'ACT' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:995]: The file represented by File table key 'Adelaide' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:996]: The file represented by File table key 'Brisbane' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:997]: The file represented by File table key 'Broken_Hill' has no eligible binary patches MSI (s) (9C:2C) [21:25:06:998]: The file represented by File table key 'Canberra' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:000]: The file represented by File table key 'Currie' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:003]: The file represented by File table key 'Darwin' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:004]: The file represented by File table key 'Eucla' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:004]: The file represented by File table key 'Hobart' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:005]: The file represented by File table key 'LHI' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:006]: The file represented by File table key 'Lindeman' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:008]: The file represented by File table key 'Lord_Howe' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:011]: The file represented by File table key 'Melbourne' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:014]: The file represented by File table key 'North' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:016]: The file represented by File table key 'NSW' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:017]: The file represented by File table key 'Perth' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:018]: The file represented by File table key 'Queensland' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:019]: The file represented by File table key 'South' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:020]: The file represented by File table key 'Sydney' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:022]: The file represented by File table key 'Tasmania' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:023]: The file represented by File table key 'Victoria' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:024]: The file represented by File table key 'West.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:025]: The file represented by File table key 'Yancowinna' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:026]: The file represented by File table key 'Azores' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:027]: The file represented by File table key 'Bermuda' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:028]: The file represented by File table key 'Canary' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:029]: The file represented by File table key 'Cape_Verde' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:030]: The file represented by File table key 'Faeroe' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:031]: The file represented by File table key 'Faroe' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:032]: The file represented by File table key 'Jan_Mayen' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:033]: The file represented by File table key 'Madeira' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:034]: The file represented by File table key 'Reykjavik' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:035]: The file represented by File table key 'South_Georgia' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:036]: The file represented by File table key 'Stanley' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:037]: The file represented by File table key 'St_Helena' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:039]: The file represented by File table key 'Aden' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:040]: The file represented by File table key 'Almaty' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:041]: The file represented by File table key 'Amman' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:042]: The file represented by File table key 'Anadyr' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:043]: The file represented by File table key 'Aqtau' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:044]: The file represented by File table key 'Aqtobe' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:045]: The file represented by File table key 'Ashgabat' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:046]: The file represented by File table key 'Ashkhabad' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:047]: The file represented by File table key 'Baghdad' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:048]: The file represented by File table key 'Bahrain' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:050]: The file represented by File table key 'Baku' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:054]: The file represented by File table key 'Bangkok' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:055]: The file represented by File table key 'Beirut' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:056]: The file represented by File table key 'Bishkek' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:056]: The file represented by File table key 'Brunei' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:057]: The file represented by File table key 'Calcutta' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:058]: The file represented by File table key 'Choibalsan' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:058]: The file represented by File table key 'Chongqing' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:059]: The file represented by File table key 'Chungking' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:059]: The file represented by File table key 'Colombo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:060]: The file represented by File table key 'Dacca' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:061]: The file represented by File table key 'Damascus' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:062]: The file represented by File table key 'Dhaka' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:063]: The file represented by File table key 'Dili' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:064]: The file represented by File table key 'Dubai' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:065]: The file represented by File table key 'Dushanbe' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:066]: The file represented by File table key 'Gaza' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:067]: The file represented by File table key 'Harbin' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:069]: The file represented by File table key 'Hebron' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:070]: The file represented by File table key 'Hong_Kong' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:071]: The file represented by File table key 'Hovd' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:072]: The file represented by File table key 'Ho_Chi_Minh' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:073]: The file represented by File table key 'Irkutsk' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:073]: The file represented by File table key 'Istanbul.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:074]: The file represented by File table key 'Jakarta' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:075]: The file represented by File table key 'Jayapura' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:076]: The file represented by File table key 'Jerusalem' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:077]: The file represented by File table key 'Kabul' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:078]: The file represented by File table key 'Kamchatka' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:078]: The file represented by File table key 'Karachi' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:079]: The file represented by File table key 'Kashgar' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:080]: The file represented by File table key 'Kathmandu' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:081]: The file represented by File table key 'Katmandu' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:082]: The file represented by File table key 'Khandyga' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:083]: The file represented by File table key 'Kolkata' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:084]: The file represented by File table key 'Krasnoyarsk' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:085]: The file represented by File table key 'Kuala_Lumpur' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:086]: The file represented by File table key 'Kuching' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:088]: The file represented by File table key 'Kuwait' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:088]: The file represented by File table key 'Macao' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:089]: The file represented by File table key 'Macau' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:090]: The file represented by File table key 'Magadan' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:091]: The file represented by File table key 'Makassar' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:092]: The file represented by File table key 'Manila' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:093]: The file represented by File table key 'Muscat' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:094]: The file represented by File table key 'Nicosia.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:095]: The file represented by File table key 'Novokuznetsk' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:096]: The file represented by File table key 'Novosibirsk' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:096]: The file represented by File table key 'Omsk' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:098]: The file represented by File table key 'Oral' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:099]: The file represented by File table key 'Phnom_Penh' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:100]: The file represented by File table key 'Pontianak' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:101]: The file represented by File table key 'Pyongyang' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:102]: The file represented by File table key 'Qatar' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:103]: The file represented by File table key 'Qyzylorda' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:104]: The file represented by File table key 'Rangoon' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:105]: The file represented by File table key 'Riyadh' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:106]: The file represented by File table key 'Saigon' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:107]: The file represented by File table key 'Sakhalin' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:108]: The file represented by File table key 'Samarkand' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:109]: The file represented by File table key 'Seoul' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:110]: The file represented by File table key 'Shanghai' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:111]: The file represented by File table key 'Singapore.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:113]: The file represented by File table key 'Taipei' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:114]: The file represented by File table key 'Tashkent' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:115]: The file represented by File table key 'Tbilisi' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:116]: The file represented by File table key 'Tehran' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:117]: The file represented by File table key 'Tel_Aviv' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:118]: The file represented by File table key 'Thimbu' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:119]: The file represented by File table key 'Thimphu' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:120]: The file represented by File table key 'Tokyo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:120]: The file represented by File table key 'Ujung_Pandang' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:121]: The file represented by File table key 'Ulaanbaatar' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:122]: The file represented by File table key 'Ulan_Bator' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:123]: The file represented by File table key 'Urumqi' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:124]: The file represented by File table key 'Ust_Nera' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:125]: The file represented by File table key 'Vientiane' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:126]: The file represented by File table key 'Vladivostok' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:127]: The file represented by File table key 'Yakutsk' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:128]: The file represented by File table key 'Yekaterinburg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:129]: The file represented by File table key 'Yerevan' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:130]: The file represented by File table key 'Longyearbyen' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:131]: The file represented by File table key 'Casey' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:132]: The file represented by File table key 'Davis' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:133]: The file represented by File table key 'DumontDUrville' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:134]: The file represented by File table key 'Macquarie' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:135]: The file represented by File table key 'Mawson' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:135]: The file represented by File table key 'McMurdo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:136]: The file represented by File table key 'Palmer' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:137]: The file represented by File table key 'Rothera' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:138]: The file represented by File table key 'South_Pole' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:139]: The file represented by File table key 'Syowa' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:140]: The file represented by File table key 'Vostok' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:141]: The file represented by File table key 'Adak' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:141]: The file represented by File table key 'Anchorage' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:142]: The file represented by File table key 'Anguilla' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:143]: The file represented by File table key 'Antigua' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:144]: The file represented by File table key 'Araguaina' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:145]: The file represented by File table key 'Aruba' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:145]: The file represented by File table key 'Asuncion' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:146]: The file represented by File table key 'Atikokan' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:146]: The file represented by File table key 'Atka' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:147]: The file represented by File table key 'Bahia' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:148]: The file represented by File table key 'Bahia_Banderas' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:148]: The file represented by File table key 'Barbados' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:149]: The file represented by File table key 'Belem' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:150]: The file represented by File table key 'Belize' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:150]: The file represented by File table key 'Blanc_Sablon' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:151]: The file represented by File table key 'Boa_Vista' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:152]: The file represented by File table key 'Bogota' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:153]: The file represented by File table key 'Boise' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:154]: The file represented by File table key 'Buenos_Aires' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:154]: The file represented by File table key 'Cambridge_Bay' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:155]: The file represented by File table key 'Campo_Grande' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:156]: The file represented by File table key 'Cancun' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:157]: The file represented by File table key 'Caracas' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:159]: The file represented by File table key 'Catamarca' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:160]: The file represented by File table key 'Cayenne' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:161]: The file represented by File table key 'Cayman' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:161]: The file represented by File table key 'Chicago' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:162]: The file represented by File table key 'Chihuahua' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:163]: The file represented by File table key 'Coral_Harbour' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:164]: The file represented by File table key 'Cordoba' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:165]: The file represented by File table key 'Costa_Rica' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:165]: The file represented by File table key 'Creston' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:166]: The file represented by File table key 'Cuiaba' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:166]: The file represented by File table key 'Curacao' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:167]: The file represented by File table key 'Danmarkshavn' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:168]: The file represented by File table key 'Dawson' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:169]: The file represented by File table key 'Dawson_Creek' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:169]: The file represented by File table key 'Denver' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:170]: The file represented by File table key 'Detroit' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:171]: The file represented by File table key 'Dominica' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:171]: The file represented by File table key 'Edmonton' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:172]: The file represented by File table key 'Eirunepe' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:173]: The file represented by File table key 'El_Salvador' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:174]: The file represented by File table key 'Ensenada' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:174]: The file represented by File table key 'Fortaleza' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:175]: The file represented by File table key 'Fort_Wayne' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:175]: The file represented by File table key 'Glace_Bay' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:176]: The file represented by File table key 'Godthab' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:177]: The file represented by File table key 'Goose_Bay' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:177]: The file represented by File table key 'Grand_Turk' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:178]: The file represented by File table key 'Grenada' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:178]: The file represented by File table key 'Guadeloupe' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:179]: The file represented by File table key 'Guatemala' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:180]: The file represented by File table key 'Guayaquil' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:180]: The file represented by File table key 'Guyana' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:181]: The file represented by File table key 'Halifax' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:181]: The file represented by File table key 'Havana' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:182]: The file represented by File table key 'Hermosillo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:183]: The file represented by File table key 'Indianapolis' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:184]: The file represented by File table key 'Inuvik' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:184]: The file represented by File table key 'Iqaluit' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:185]: The file represented by File table key 'Jamaica.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:186]: The file represented by File table key 'Jujuy' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:187]: The file represented by File table key 'Juneau' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:188]: The file represented by File table key 'Knox_IN' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:189]: The file represented by File table key 'Kralendijk' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:189]: The file represented by File table key 'La_Paz' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:190]: The file represented by File table key 'Lima' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:191]: The file represented by File table key 'Los_Angeles' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:191]: The file represented by File table key 'Louisville' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:192]: The file represented by File table key 'Lower_Princes' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:193]: The file represented by File table key 'Maceio' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:194]: The file represented by File table key 'Managua' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:194]: The file represented by File table key 'Manaus' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:195]: The file represented by File table key 'Marigot' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:196]: The file represented by File table key 'Martinique' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:196]: The file represented by File table key 'Matamoros' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:197]: The file represented by File table key 'Mazatlan' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:197]: The file represented by File table key 'Mendoza' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:198]: The file represented by File table key 'Menominee' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:198]: The file represented by File table key 'Merida' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:199]: The file represented by File table key 'Metlakatla' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:200]: The file represented by File table key 'Mexico_City' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:200]: The file represented by File table key 'Miquelon' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:201]: The file represented by File table key 'Moncton' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:201]: The file represented by File table key 'Monterrey' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:202]: The file represented by File table key 'Montevideo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:203]: The file represented by File table key 'Montreal' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:204]: The file represented by File table key 'Montserrat' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:205]: The file represented by File table key 'Nassau' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:205]: The file represented by File table key 'New_York' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:206]: The file represented by File table key 'Nipigon' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:207]: The file represented by File table key 'Nome' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:207]: The file represented by File table key 'Noronha' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:208]: The file represented by File table key 'Ojinaga' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:208]: The file represented by File table key 'Panama' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:209]: The file represented by File table key 'Pangnirtung' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:209]: The file represented by File table key 'Paramaribo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:210]: The file represented by File table key 'Phoenix' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:211]: The file represented by File table key 'Port_au_Prince' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:212]: The file represented by File table key 'Porto_Acre' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:213]: The file represented by File table key 'Porto_Velho' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:214]: The file represented by File table key 'Port_of_Spain' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:215]: The file represented by File table key 'Puerto_Rico' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:216]: The file represented by File table key 'Rainy_River' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:217]: The file represented by File table key 'Rankin_Inlet' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:218]: The file represented by File table key 'Recife' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:220]: The file represented by File table key 'Regina' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:221]: The file represented by File table key 'Resolute' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:222]: The file represented by File table key 'Rio_Branco' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:222]: The file represented by File table key 'Rosario' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:223]: The file represented by File table key 'Santarem' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:224]: The file represented by File table key 'Santa_Isabel' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:225]: The file represented by File table key 'Santiago' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:226]: The file represented by File table key 'Santo_Domingo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:227]: The file represented by File table key 'Sao_Paulo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:228]: The file represented by File table key 'Scoresbysund' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:229]: The file represented by File table key 'Shiprock' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:230]: The file represented by File table key 'Sitka' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:231]: The file represented by File table key 'St_Barthelemy' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:232]: The file represented by File table key 'St_Johns' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:233]: The file represented by File table key 'St_Kitts' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:233]: The file represented by File table key 'St_Lucia' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:234]: The file represented by File table key 'St_Thomas' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:235]: The file represented by File table key 'St_Vincent' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:236]: The file represented by File table key 'Swift_Current' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:237]: The file represented by File table key 'Tegucigalpa' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:238]: The file represented by File table key 'Thule' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:239]: The file represented by File table key 'Thunder_Bay' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:239]: The file represented by File table key 'Tijuana' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:240]: The file represented by File table key 'Toronto' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:240]: The file represented by File table key 'Tortola' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:241]: The file represented by File table key 'Vancouver' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:241]: The file represented by File table key 'Virgin' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:242]: The file represented by File table key 'Whitehorse' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:243]: The file represented by File table key 'Winnipeg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:244]: The file represented by File table key 'Yakutat' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:245]: The file represented by File table key 'Yellowknife' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:246]: The file represented by File table key 'Beulah' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:247]: The file represented by File table key 'Center' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:248]: The file represented by File table key 'New_Salem' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:249]: The file represented by File table key 'Louisville.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:250]: The file represented by File table key 'Monticello' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:251]: The file represented by File table key 'Indianapolis.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:252]: The file represented by File table key 'Knox' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:253]: The file represented by File table key 'Marengo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:254]: The file represented by File table key 'Petersburg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:255]: The file represented by File table key 'Tell_City' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:256]: The file represented by File table key 'Vevay' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:257]: The file represented by File table key 'Vincennes' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:258]: The file represented by File table key 'Winamac' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:259]: The file represented by File table key 'Buenos_Aires.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:259]: The file represented by File table key 'Catamarca.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:260]: The file represented by File table key 'ComodRivadavia' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:261]: The file represented by File table key 'Cordoba.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:262]: The file represented by File table key 'Jujuy.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:263]: The file represented by File table key 'La_Rioja' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:264]: The file represented by File table key 'Mendoza.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:265]: The file represented by File table key 'Rio_Gallegos' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:265]: The file represented by File table key 'Salta' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:266]: The file represented by File table key 'San_Juan' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:267]: The file represented by File table key 'San_Luis' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:268]: The file represented by File table key 'Tucuman' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:268]: The file represented by File table key 'Ushuaia' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:269]: The file represented by File table key 'Abidjan' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:270]: The file represented by File table key 'Accra' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:270]: The file represented by File table key 'Addis_Ababa' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:271]: The file represented by File table key 'Algiers' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:271]: The file represented by File table key 'Asmara' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:272]: The file represented by File table key 'Asmera' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:272]: The file represented by File table key 'Bamako' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:273]: The file represented by File table key 'Bangui' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:274]: The file represented by File table key 'Banjul' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:275]: The file represented by File table key 'Bissau' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:276]: The file represented by File table key 'Blantyre' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:276]: The file represented by File table key 'Brazzaville' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:277]: The file represented by File table key 'Bujumbura' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:278]: The file represented by File table key 'Cairo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:280]: The file represented by File table key 'Casablanca' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:280]: The file represented by File table key 'Ceuta' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:281]: The file represented by File table key 'Conakry' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:282]: The file represented by File table key 'Dakar' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:282]: The file represented by File table key 'Dar_es_Salaam' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:283]: The file represented by File table key 'Djibouti' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:283]: The file represented by File table key 'Douala' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:284]: The file represented by File table key 'El_Aaiun' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:285]: The file represented by File table key 'Freetown' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:286]: The file represented by File table key 'Gaborone' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:287]: The file represented by File table key 'Harare' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:288]: The file represented by File table key 'Johannesburg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:289]: The file represented by File table key 'Juba' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:290]: The file represented by File table key 'Kampala' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:291]: The file represented by File table key 'Khartoum' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:293]: The file represented by File table key 'Kigali' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:294]: The file represented by File table key 'Kinshasa' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:295]: The file represented by File table key 'Lagos' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:296]: The file represented by File table key 'Libreville' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:297]: The file represented by File table key 'Lome' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:298]: The file represented by File table key 'Luanda' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:299]: The file represented by File table key 'Lubumbashi' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:300]: The file represented by File table key 'Lusaka' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:301]: The file represented by File table key 'Malabo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:302]: The file represented by File table key 'Maputo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:303]: The file represented by File table key 'Maseru' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:304]: The file represented by File table key 'Mbabane' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:305]: The file represented by File table key 'Mogadishu' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:306]: The file represented by File table key 'Monrovia' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:306]: The file represented by File table key 'Nairobi' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:308]: The file represented by File table key 'Ndjamena' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:309]: The file represented by File table key 'Niamey' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:310]: The file represented by File table key 'Nouakchott' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:310]: The file represented by File table key 'Ouagadougou' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:311]: The file represented by File table key 'Porto_Novo' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:311]: The file represented by File table key 'Sao_Tome' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:312]: The file represented by File table key 'Timbuktu' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:313]: The file represented by File table key 'Tripoli' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:313]: The file represented by File table key 'Tunis' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:314]: The file represented by File table key 'Windhoek' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:315]: The file represented by File table key 'optparse.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:315]: The file represented by File table key 'pkgIndex.tcl.8' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:316]: The file represented by File table key 'af.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:317]: The file represented by File table key 'af_za.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:317]: The file represented by File table key 'ar.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:318]: The file represented by File table key 'ar_in.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:319]: The file represented by File table key 'ar_jo.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:320]: The file represented by File table key 'ar_lb.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:321]: The file represented by File table key 'ar_sy.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:322]: The file represented by File table key 'be.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:324]: The file represented by File table key 'bg.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:325]: The file represented by File table key 'bn.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:326]: The file represented by File table key 'bn_in.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:327]: The file represented by File table key 'ca.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:328]: The file represented by File table key 'cs.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:329]: The file represented by File table key 'da.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:330]: The file represented by File table key 'de.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:331]: The file represented by File table key 'de_at.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:332]: The file represented by File table key 'de_be.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:332]: The file represented by File table key 'el.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:333]: The file represented by File table key 'en_au.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:333]: The file represented by File table key 'en_be.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:335]: The file represented by File table key 'en_bw.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:336]: The file represented by File table key 'en_ca.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:337]: The file represented by File table key 'en_gb.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:338]: The file represented by File table key 'en_hk.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:339]: The file represented by File table key 'en_ie.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:340]: The file represented by File table key 'en_in.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:341]: The file represented by File table key 'en_nz.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:342]: The file represented by File table key 'en_ph.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:343]: The file represented by File table key 'en_sg.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:345]: The file represented by File table key 'en_za.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:346]: The file represented by File table key 'en_zw.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:347]: The file represented by File table key 'eo.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:348]: The file represented by File table key 'es.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:349]: The file represented by File table key 'es_ar.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:350]: The file represented by File table key 'es_bo.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:351]: The file represented by File table key 'es_cl.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:352]: The file represented by File table key 'es_co.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:353]: The file represented by File table key 'es_cr.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:354]: The file represented by File table key 'es_do.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:354]: The file represented by File table key 'es_ec.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:355]: The file represented by File table key 'es_gt.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:357]: The file represented by File table key 'es_hn.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:357]: The file represented by File table key 'es_mx.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:358]: The file represented by File table key 'es_ni.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:358]: The file represented by File table key 'es_pa.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:359]: The file represented by File table key 'es_pe.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:360]: The file represented by File table key 'es_pr.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:362]: The file represented by File table key 'es_py.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:363]: The file represented by File table key 'es_sv.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:364]: The file represented by File table key 'es_uy.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:368]: The file represented by File table key 'es_ve.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:370]: The file represented by File table key 'et.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:371]: The file represented by File table key 'eu.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:372]: The file represented by File table key 'eu_es.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:373]: The file represented by File table key 'fa.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:374]: The file represented by File table key 'fa_in.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:375]: The file represented by File table key 'fa_ir.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:376]: The file represented by File table key 'fi.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:377]: The file represented by File table key 'fo.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:378]: The file represented by File table key 'fo_fo.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:378]: The file represented by File table key 'fr.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:380]: The file represented by File table key 'fr_be.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:380]: The file represented by File table key 'fr_ca.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:382]: The file represented by File table key 'fr_ch.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:382]: The file represented by File table key 'ga.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:384]: The file represented by File table key 'ga_ie.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:390]: The file represented by File table key 'gl.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:392]: The file represented by File table key 'gl_es.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:393]: The file represented by File table key 'gv.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:393]: The file represented by File table key 'gv_gb.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:394]: The file represented by File table key 'he.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:395]: The file represented by File table key 'hi.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:396]: The file represented by File table key 'hi_in.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:399]: The file represented by File table key 'hr.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:400]: The file represented by File table key 'hu.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:402]: The file represented by File table key 'id.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:403]: The file represented by File table key 'id_id.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:404]: The file represented by File table key 'is.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:405]: The file represented by File table key 'it.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:406]: The file represented by File table key 'it_ch.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:406]: The file represented by File table key 'ja.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:407]: The file represented by File table key 'kl.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:408]: The file represented by File table key 'kl_gl.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:409]: The file represented by File table key 'ko.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:410]: The file represented by File table key 'kok.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:410]: The file represented by File table key 'kok_in.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:411]: The file represented by File table key 'ko_kr.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:411]: The file represented by File table key 'kw.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:412]: The file represented by File table key 'kw_gb.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:413]: The file represented by File table key 'lt.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:413]: The file represented by File table key 'lv.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:414]: The file represented by File table key 'mk.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:414]: The file represented by File table key 'mr.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:415]: The file represented by File table key 'mr_in.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:416]: The file represented by File table key 'ms.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:417]: The file represented by File table key 'ms_my.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:418]: The file represented by File table key 'mt.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:419]: The file represented by File table key 'nb.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:420]: The file represented by File table key 'nl.msg.2' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:420]: The file represented by File table key 'nl_be.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:422]: The file represented by File table key 'nn.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:422]: The file represented by File table key 'pl.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:424]: The file represented by File table key 'pt.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:425]: The file represented by File table key 'pt_br.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:425]: The file represented by File table key 'ro.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:426]: The file represented by File table key 'ru.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:428]: The file represented by File table key 'ru_ua.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:429]: The file represented by File table key 'sh.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:430]: The file represented by File table key 'sk.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:431]: The file represented by File table key 'sl.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:432]: The file represented by File table key 'sq.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:433]: The file represented by File table key 'sr.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:434]: The file represented by File table key 'sv.msg.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:435]: The file represented by File table key 'sw.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:436]: The file represented by File table key 'ta.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:437]: The file represented by File table key 'ta_in.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:438]: The file represented by File table key 'te.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:438]: The file represented by File table key 'te_in.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:439]: The file represented by File table key 'th.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:440]: The file represented by File table key 'tr.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:441]: The file represented by File table key 'uk.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:442]: The file represented by File table key 'vi.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:443]: The file represented by File table key 'zh.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:443]: The file represented by File table key 'zh_cn.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:444]: The file represented by File table key 'zh_hk.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:445]: The file represented by File table key 'zh_sg.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:445]: The file represented by File table key 'zh_tw.msg' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:446]: The file represented by File table key 'http.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:447]: The file represented by File table key 'pkgIndex.tcl.9' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:448]: The file represented by File table key 'ascii.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:451]: The file represented by File table key 'big5.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:452]: The file represented by File table key 'cp1250.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:453]: The file represented by File table key 'cp1251.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:453]: The file represented by File table key 'cp1252.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:454]: The file represented by File table key 'cp1253.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:454]: The file represented by File table key 'cp1254.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:455]: The file represented by File table key 'cp1255.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:457]: The file represented by File table key 'cp1256.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:459]: The file represented by File table key 'cp1257.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:460]: The file represented by File table key 'cp1258.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:462]: The file represented by File table key 'cp437.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:463]: The file represented by File table key 'cp737.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:464]: The file represented by File table key 'cp775.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:465]: The file represented by File table key 'cp850.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:465]: The file represented by File table key 'cp852.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:466]: The file represented by File table key 'cp855.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:467]: The file represented by File table key 'cp857.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:470]: The file represented by File table key 'cp860.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:471]: The file represented by File table key 'cp861.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:471]: The file represented by File table key 'cp862.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:472]: The file represented by File table key 'cp863.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:473]: The file represented by File table key 'cp864.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:474]: The file represented by File table key 'cp865.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:475]: The file represented by File table key 'cp866.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:475]: The file represented by File table key 'cp869.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:476]: The file represented by File table key 'cp874.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:477]: The file represented by File table key 'cp932.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:478]: The file represented by File table key 'cp936.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:479]: The file represented by File table key 'cp949.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:480]: The file represented by File table key 'cp950.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:482]: The file represented by File table key 'dingbats.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:483]: The file represented by File table key 'ebcdic.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:483]: The file represented by File table key 'euc_cn.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:484]: The file represented by File table key 'euc_jp.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:485]: The file represented by File table key 'euc_kr.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:486]: The file represented by File table key 'gb12345.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:487]: The file represented by File table key 'gb1988.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:489]: The file represented by File table key 'gb2312_raw.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:490]: The file represented by File table key 'gb2312.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:491]: The file represented by File table key 'iso2022_jp.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:492]: The file represented by File table key 'iso2022_kr.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:493]: The file represented by File table key 'iso2022.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:494]: The file represented by File table key 'iso8859_1.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:495]: The file represented by File table key 'iso8859_10.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:502]: The file represented by File table key 'iso8859_13.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:504]: The file represented by File table key 'iso8859_14.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:505]: The file represented by File table key 'iso8859_15.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:506]: The file represented by File table key 'iso8859_16.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:507]: The file represented by File table key 'iso8859_2.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:507]: The file represented by File table key 'iso8859_3.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:511]: The file represented by File table key 'iso8859_4.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:513]: The file represented by File table key 'iso8859_5.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:516]: The file represented by File table key 'iso8859_6.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:517]: The file represented by File table key 'iso8859_7.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:520]: The file represented by File table key 'iso8859_8.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:521]: The file represented by File table key 'iso8859_9.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:523]: The file represented by File table key 'jis0201.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:524]: The file represented by File table key 'jis0208.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:525]: The file represented by File table key 'jis0212.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:531]: The file represented by File table key 'koi8_r.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:532]: The file represented by File table key 'koi8_u.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:533]: The file represented by File table key 'ksc5601.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:536]: The file represented by File table key 'macCentEuro.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:545]: The file represented by File table key 'macCroatian.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:547]: The file represented by File table key 'macCyrillic.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:553]: The file represented by File table key 'macDingbats.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:554]: The file represented by File table key 'macGreek.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:561]: The file represented by File table key 'macIceland.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:562]: The file represented by File table key 'macJapan.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:563]: The file represented by File table key 'macRoman.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:564]: The file represented by File table key 'macRomania.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:565]: The file represented by File table key 'macThai.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:566]: The file represented by File table key 'macTurkish.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:567]: The file represented by File table key 'macUkraine.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:569]: The file represented by File table key 'shiftjis.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:570]: The file represented by File table key 'symbol.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:571]: The file represented by File table key 'tis_620.enc' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:573]: The file represented by File table key 'http_2.8.7.tm' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:574]: The file represented by File table key 'sqlite3_1.0.0.tm' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:575]: The file represented by File table key 'msgcat_1.5.2.tm' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:576]: The file represented by File table key 'tcltest_2.3.6.tm' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:577]: The file represented by File table key 'platform_1.0.12.tm' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:578]: The file represented by File table key 'shell_1.1.4.tm' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:580]: The file represented by File table key 'pkgIndex.tcl.10' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:581]: The file represented by File table key 'sqlite3.n' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:582]: The file represented by File table key 'sqlite3380t.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:583]: The file represented by File table key 'pkgIndex.tcl.11' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:584]: The file represented by File table key 'tclreg13.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:585]: The file represented by File table key 'itcl.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:586]: The file represented by File table key 'itcl40t.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:587]: The file represented by File table key 'itclHullCmds.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:588]: The file represented by File table key 'itclWidget.tcl' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:589]: The file represented by File table key 'pkgIndex.tcl.12' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:591]: The file represented by File table key 'pkgIndex.tcl.13' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:594]: The file represented by File table key 'tcldde14.dll' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:595]: The file represented by File table key 'makelocalealias.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:597]: The file represented by File table key 'msgfmt.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:598]: The file represented by File table key 'pygettext.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:603]: The file represented by File table key 'ChipViewer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:604]: The file represented by File table key 'ColorDB.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:605]: The file represented by File table key 'DetailsViewer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:606]: The file represented by File table key 'ListViewer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:607]: The file represented by File table key 'Main.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:608]: The file represented by File table key 'pyColorChooser.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:610]: The file represented by File table key 'PyncheWidget.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:612]: The file represented by File table key 'StripViewer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:613]: The file represented by File table key 'Switchboard.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:614]: The file represented by File table key 'TextViewer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:615]: The file represented by File table key 'TypeinViewer.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:616]: The file represented by File table key '__init__.py.67' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:617]: The file represented by File table key 'pynche.pyw' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:618]: The file represented by File table key 'html40colors.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:619]: The file represented by File table key 'namedcolors.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:620]: The file represented by File table key 'webcolors.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:621]: The file represented by File table key 'websafe.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:622]: The file represented by File table key 'rgb.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:623]: The file represented by File table key 'xlicense.txt' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:625]: The file represented by File table key 'README.txt.11' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:627]: The file represented by File table key 'abitype.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:628]: The file represented by File table key 'analyze_dxp.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:632]: The file represented by File table key 'byext.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:633]: The file represented by File table key 'byteyears.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:634]: The file represented by File table key 'checkpip.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:635]: The file represented by File table key 'checkpyc.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:636]: The file represented by File table key 'cleanfuture.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:637]: The file represented by File table key 'combinerefs.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:641]: The file represented by File table key 'copytime.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:642]: The file represented by File table key 'crlf.py.1' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:643]: The file represented by File table key 'db2pickle.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:645]: The file represented by File table key 'diff.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:646]: The file represented by File table key 'dutree.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:647]: The file represented by File table key 'eptags.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:648]: The file represented by File table key 'find_uname.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:649]: The file represented by File table key 'finddiv.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:650]: The file represented by File table key 'findlinksto.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:652]: The file represented by File table key 'findnocoding.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:653]: The file represented by File table key 'find_recursionlimit.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:654]: The file represented by File table key 'fixcid.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:655]: The file represented by File table key 'fixdiv.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:656]: The file represented by File table key 'fixheader.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:657]: The file represented by File table key 'fixnotice.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:659]: The file represented by File table key 'fixps.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:660]: The file represented by File table key 'ftpmirror.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:661]: The file represented by File table key 'get_remote_certificate.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:662]: The file represented by File table key 'google.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:663]: The file represented by File table key 'gprof2html.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:664]: The file represented by File table key 'h2py.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:666]: The file represented by File table key 'highlight.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:667]: The file represented by File table key 'ifdef.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:672]: The file represented by File table key 'import_diagnostics.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:674]: The file represented by File table key 'lfcr.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:675]: The file represented by File table key 'linktree.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:676]: The file represented by File table key 'lll.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:678]: The file represented by File table key 'mailerdaemon.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:679]: The file represented by File table key 'make_ctype.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:680]: The file represented by File table key 'md5sum.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:682]: The file represented by File table key 'mkreal.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:683]: The file represented by File table key 'ndiff.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:685]: The file represented by File table key 'nm2def.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:686]: The file represented by File table key 'objgraph.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:687]: The file represented by File table key 'parseentities.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:693]: The file represented by File table key 'parse_html5_entities.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:694]: The file represented by File table key 'patchcheck.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:696]: The file represented by File table key 'pathfix.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:705]: The file represented by File table key 'pdeps.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:707]: The file represented by File table key 'pickle2db.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:709]: The file represented by File table key 'pindent.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:709]: The file represented by File table key 'ptags.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:710]: The file represented by File table key 'pysource.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:712]: The file represented by File table key 'reindent_rst.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:713]: The file represented by File table key 'reindent.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:715]: The file represented by File table key 'rgrep.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:716]: The file represented by File table key 'run_tests.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:717]: The file represented by File table key 'serve.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:718]: The file represented by File table key 'suff.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:720]: The file represented by File table key 'svneol.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:721]: The file represented by File table key 'texi2html.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:722]: The file represented by File table key 'treesync.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:723]: The file represented by File table key 'untabify.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:724]: The file represented by File table key 'which.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:725]: The file represented by File table key 'win_add2path.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:726]: The file represented by File table key 'README.txt.12' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:727]: The file represented by File table key '_2to3.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:728]: The file represented by File table key 'pydoc3.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:729]: The file represented by File table key 'pyvenv.py' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:731]: The file represented by File table key 'python342.chm' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:733]: The file represented by File table key 'F_CENTRAL_msvcr100_x86.AFA96EB4_FA9F_335C_A7CB_36079407553D' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:752]: Chain for F_CENTRAL_msvcr100_x86.AFA96EB4_FA9F_335C_A7CB_36079407553D starts with cached baseline file for 3.4.16349 (simulated sequence 0) MSI (s) (9C:2C) [21:25:07:752]: The file represented by File table key 'F_CENTRAL_msvcp100_x86.AFA96EB4_FA9F_335C_A7CB_36079407553D' has no eligible binary patches MSI (s) (9C:2C) [21:25:07:753]: Chain for F_CENTRAL_msvcp100_x86.AFA96EB4_FA9F_335C_A7CB_36079407553D starts with cached baseline file for 3.4.16349 (simulated sequence 0) MSI (s) (9C:2C) [21:25:07:753]: Dumping binary patch manager data... MSI (s) (9C:2C) [21:25:07:755]: Note: 1: 2262 2: LockPermissions 3: -2147287038 MSI (s) (9C:2C) [21:25:07:755]: Note: 1: 2205 2: 3: MsiPatchOldAssemblyFile MSI (s) (9C:2C) [21:25:07:755]: Note: 1: 2228 2: 3: MsiPatchOldAssemblyFile 4: SELECT `MsiPatchOldAssemblyFile`.`Assembly_` FROM `MsiPatchOldAssemblyFile` WHERE `MsiPatchOldAssemblyFile`.`File_` = ? MSI (s) (9C:2C) [21:25:07:755]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (9C:2C) [21:25:07:755]: Note: 1: 2205 2: 3: MsiSFCBypass MSI (s) (9C:2C) [21:25:07:755]: Note: 1: 2228 2: 3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ? InstallFiles: File: Copying new files, Directory: , Size: Action ended 21:25:07: InstallFiles. Return value 1. MSI (s) (9C:2C) [21:25:07:806]: Skipping action: UpdatePip (condition is false) MSI (s) (9C:2C) [21:25:07:806]: Skipping action: CompilePyc (condition is false) MSI (s) (9C:2C) [21:25:07:806]: Skipping action: CompilePyo (condition is false) MSI (s) (9C:2C) [21:25:07:806]: Skipping action: CompileGrammar (condition is false) MSI (s) (9C:2C) [21:25:07:806]: Doing action: PatchFiles Action 21:25:07: PatchFiles. Patching files Action start 21:25:07: PatchFiles. MSI (s) (9C:2C) [21:25:07:809]: Note: 1: 2262 2: Error 3: -2147287038 Action ended 21:25:07: PatchFiles. Return value 1. MSI (s) (9C:2C) [21:25:07:810]: Doing action: DuplicateFiles Action 21:25:07: DuplicateFiles. Creating duplicate files Action start 21:25:07: DuplicateFiles. Action ended 21:25:07: DuplicateFiles. Return value 1. MSI (s) (9C:2C) [21:25:07:814]: Doing action: BindImage Action 21:25:07: BindImage. Binding executables Action start 21:25:07: BindImage. MSI (s) (9C:2C) [21:25:07:817]: Note: 1: 2262 2: BindImage 3: -2147287038 Action ended 21:25:07: BindImage. Return value 1. MSI (s) (9C:2C) [21:25:07:818]: Doing action: CreateShortcuts Action 21:25:07: CreateShortcuts. Creating shortcuts Action start 21:25:07: CreateShortcuts. MSI (s) (9C:2C) [21:25:07:821]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:821]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:821]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:822]: Note: 1: 2235 2: 3: DisplayResourceDLL 4: SELECT `Shortcut`,`Name`, `FileName`, `Component`.`Directory_`, `Arguments`, `WkDir`, `Icon_`, `IconIndex`, `Hotkey`, `ShowCmd`, `Shortcut`.`Description`, `Shortcut`.`Directory_`, `Component`.`RuntimeFlags`, `Component`.`Action`, `Target`, `ComponentId`, `Feature`.`Action`, `Component`.`Installed`, `DisplayResourceDLL`, `DisplayResourceId`, `DescriptionResourceDLL`, `DescriptionResourceId` From `Shortcut`, `Feature`, `Component`, `File` WHERE `Target` = `Feature` AND `Shortcut`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2) OR (`Feature`.`Action` = 4 AND `Feature`.`Installed` = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)) OR (`Feature`.`Action` = NULL AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4))) MSI (s) (9C:2C) [21:25:07:823]: Note: 1: 2205 2: 3: MsiShortcutProperty MSI (s) (9C:2C) [21:25:07:823]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:823]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:823]: Note: 1: 2235 2: 3: DisplayResourceDLL 4: SELECT `Shortcut`,`Name`, `Target`, null, `Arguments`, `WkDir`, `Icon_`, `IconIndex`, `Hotkey`, `ShowCmd`, `Shortcut`.`Description`, `Shortcut`.`Directory_`, `Component`.`RuntimeFlags`, null, null, null, null, null, `DisplayResourceDLL`, `DisplayResourceId`, `DescriptionResourceDLL`, `DescriptionResourceId` From `Shortcut`, `Component` WHERE `Shortcut`.`Component_` = `Component` AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) MSI (s) (9C:2C) [21:25:07:824]: Note: 1: 2205 2: 3: MsiShortcutProperty Action ended 21:25:07: CreateShortcuts. Return value 1. MSI (s) (9C:2C) [21:25:07:824]: Doing action: RegisterClassInfo Action 21:25:07: RegisterClassInfo. Registering Class servers Action start 21:25:07: RegisterClassInfo. MSI (s) (9C:2C) [21:25:07:828]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:828]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:828]: Note: 1: 2262 2: Class 3: -2147287038 Action ended 21:25:07: RegisterClassInfo. Return value 1. MSI (s) (9C:2C) [21:25:07:830]: Doing action: RegisterExtensionInfo Action 21:25:07: RegisterExtensionInfo. Registering extension servers Action start 21:25:07: RegisterExtensionInfo. MSI (s) (9C:2C) [21:25:07:846]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:846]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:846]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:25:07: RegisterExtensionInfo. Return value 1. MSI (s) (9C:2C) [21:25:07:848]: Doing action: RegisterProgIdInfo Action 21:25:07: RegisterProgIdInfo. Registering program identifiers Action start 21:25:07: RegisterProgIdInfo. MSI (s) (9C:2C) [21:25:07:851]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:851]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:851]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:2C) [21:25:07:851]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (9C:2C) [21:25:07:853]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:853]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:853]: Note: 1: 2262 2: ProgId 3: -2147287038 MSI (s) (9C:2C) [21:25:07:853]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:25:07: RegisterProgIdInfo. Return value 1. MSI (s) (9C:2C) [21:25:07:854]: Doing action: RegisterMIMEInfo Action 21:25:07: RegisterMIMEInfo. Registering MIME info Action start 21:25:07: RegisterMIMEInfo. MSI (s) (9C:2C) [21:25:07:857]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:858]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:858]: Note: 1: 2262 2: MIME 3: -2147287038 MSI (s) (9C:2C) [21:25:07:858]: Note: 1: 2262 2: Extension 3: -2147287038 Action ended 21:25:07: RegisterMIMEInfo. Return value 1. MSI (s) (9C:2C) [21:25:07:859]: Doing action: WriteRegistryValues Action 21:25:07: WriteRegistryValues. Writing system registry values Action start 21:25:07: WriteRegistryValues. MSI (s) (9C:2C) [21:25:07:862]: Note: 1: 2262 2: LockPermissions 3: -2147287038 Action ended 21:25:07: WriteRegistryValues. Return value 1. MSI (s) (9C:2C) [21:25:07:863]: Doing action: WriteIniValues Action 21:25:07: WriteIniValues. Writing INI files values Action start 21:25:07: WriteIniValues. Action ended 21:25:07: WriteIniValues. Return value 1. MSI (s) (9C:2C) [21:25:07:870]: Doing action: WriteEnvironmentStrings Action 21:25:07: WriteEnvironmentStrings. Updating environment strings Action start 21:25:07: WriteEnvironmentStrings. Action ended 21:25:07: WriteEnvironmentStrings. Return value 1. MSI (s) (9C:2C) [21:25:07:874]: Doing action: RegisterFonts Action 21:25:07: RegisterFonts. Registering fonts Action start 21:25:07: RegisterFonts. MSI (s) (9C:2C) [21:25:07:877]: Note: 1: 2262 2: Font 3: -2147287038 Action ended 21:25:07: RegisterFonts. Return value 1. MSI (s) (9C:2C) [21:25:07:878]: Doing action: InstallODBC Action 21:25:07: InstallODBC. Installing ODBC components Action start 21:25:07: InstallODBC. MSI (s) (9C:2C) [21:25:07:881]: Note: 1: 2711 2: ODBCDriverManager MSI (s) (9C:2C) [21:25:07:881]: Note: 1: 2711 2: ODBCDriverManager64 MSI (s) (9C:2C) [21:25:07:881]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:2C) [21:25:07:882]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038 MSI (s) (9C:2C) [21:25:07:882]: Note: 1: 2262 2: ODBCDriver 3: -2147287038 MSI (s) (9C:2C) [21:25:07:883]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038 MSI (s) (9C:2C) [21:25:07:883]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 MSI (s) (9C:2C) [21:25:07:884]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038 MSI (s) (9C:2C) [21:25:07:884]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038 MSI (s) (9C:2C) [21:25:07:884]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038 MSI (s) (9C:2C) [21:25:07:884]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038 MSI (s) (9C:2C) [21:25:07:884]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038 Action ended 21:25:07: InstallODBC. Return value 0. MSI (s) (9C:2C) [21:25:07:887]: Doing action: RegisterTypeLibraries Action 21:25:07: RegisterTypeLibraries. Registering type libraries Action start 21:25:07: RegisterTypeLibraries. MSI (s) (9C:2C) [21:25:07:891]: Note: 1: 2262 2: TypeLib 3: -2147287038 Action ended 21:25:07: RegisterTypeLibraries. Return value 1. MSI (s) (9C:2C) [21:25:07:892]: Doing action: SelfRegModules Action 21:25:07: SelfRegModules. Registering modules Action start 21:25:07: SelfRegModules. MSI (s) (9C:2C) [21:25:07:895]: Note: 1: 2262 2: SelfReg 3: -2147287038 Action ended 21:25:07: SelfRegModules. Return value 1. MSI (s) (9C:2C) [21:25:07:895]: Doing action: RegisterComPlus Action 21:25:07: RegisterComPlus. Registering COM+ Applications and Components Action start 21:25:07: RegisterComPlus. MSI (s) (9C:2C) [21:25:07:899]: Note: 1: 2262 2: Complus 3: -2147287038 Action ended 21:25:07: RegisterComPlus. Return value 1. MSI (s) (9C:2C) [21:25:07:900]: Doing action: InstallServices Action 21:25:07: InstallServices. Installing new services Action start 21:25:07: InstallServices. MSI (s) (9C:2C) [21:25:07:903]: Note: 1: 2262 2: LockPermissions 3: -2147287038 MSI (s) (9C:2C) [21:25:07:904]: Note: 1: 2262 2: ServiceInstall 3: -2147287038 Action ended 21:25:07: InstallServices. Return value 1. MSI (s) (9C:2C) [21:25:07:904]: Doing action: StartServices Action 21:25:07: StartServices. Starting services Action start 21:25:07: StartServices. MSI (s) (9C:2C) [21:25:07:907]: Note: 1: 2262 2: ServiceControl 3: -2147287038 Action ended 21:25:07: StartServices. Return value 1. MSI (s) (9C:2C) [21:25:07:908]: Doing action: RegisterUser Action 21:25:07: RegisterUser. Registering user Action start 21:25:07: RegisterUser. Action ended 21:25:07: RegisterUser. Return value 0. MSI (s) (9C:2C) [21:25:07:911]: Doing action: RegisterProduct Action 21:25:07: RegisterProduct. Registering product Action start 21:25:07: RegisterProduct. Action ended 21:25:07: RegisterProduct. Return value 1. MSI (s) (9C:2C) [21:25:07:915]: Doing action: PublishComponents Action 21:25:07: PublishComponents. Publishing Qualified Components Action start 21:25:07: PublishComponents. MSI (s) (9C:2C) [21:25:07:919]: Note: 1: 2262 2: PublishComponent 3: -2147287038 Action ended 21:25:07: PublishComponents. Return value 1. MSI (s) (9C:2C) [21:25:07:921]: Doing action: MsiPublishAssemblies Action 21:25:07: MsiPublishAssemblies. Publishing assembly information Action start 21:25:07: MsiPublishAssemblies. Action ended 21:25:07: MsiPublishAssemblies. Return value 1. MSI (s) (9C:2C) [21:25:07:925]: Doing action: PublishFeatures Action 21:25:07: PublishFeatures. Publishing Product Features Action start 21:25:07: PublishFeatures. Action ended 21:25:07: PublishFeatures. Return value 1. MSI (s) (9C:2C) [21:25:07:930]: Doing action: PublishProduct Action 21:25:07: PublishProduct. Publishing product information Action start 21:25:07: PublishProduct. MSI (s) (9C:2C) [21:25:07:934]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B 1: Publishing product information MSI (s) (9C:2C) [21:25:07:935]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:935]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B Action ended 21:25:07: PublishProduct. Return value 1. MSI (s) (9C:2C) [21:25:07:936]: Doing action: InstallFinalize Action 21:25:07: InstallFinalize. Action start 21:25:07: InstallFinalize. MSI (s) (9C:2C) [21:25:07:939]: Running Script: C:\WINDOWS\Installer\MSICF00.tmp MSI (s) (9C:2C) [21:25:07:939]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'. MSI (s) (9C:2C) [21:25:07:945]: Note: 1: 2265 2: 3: -2147287035 MSI (s) (9C:2C) [21:25:07:947]: Machine policy value 'DisableRollback' is 0 MSI (s) (9C:2C) [21:25:07:956]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1163045666,LangId=1033,Platform=0,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1) MSI (s) (9C:2C) [21:25:07:958]: Executing op: ProductInfo(ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},ProductName=Python 3.4.2,PackageName=python-3.4.2.msi,Language=1033,Version=50610141,Assignment=1,ObsoleteArg=0,,,PackageCode={9360D2A4-D416-4381-9306-E96BF03C2201},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=2) MSI (s) (9C:2C) [21:25:07:959]: Executing op: DialogInfo(Type=0,Argument=1033) MSI (s) (9C:2C) [21:25:07:959]: Executing op: DialogInfo(Type=1,Argument=Python 3.4.2) MSI (s) (9C:2C) [21:25:07:959]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1]) MSI (s) (9C:2C) [21:25:07:959]: Executing op: SetBaseline(Baseline=0,) MSI (s) (9C:2C) [21:25:07:959]: Executing op: SetBaseline(Baseline=1,) MSI (s) (9C:2C) [21:25:07:959]: Executing op: ActionStart(Name=InstallInitialize,,) Action 21:25:07: InstallInitialize. MSI (s) (9C:2C) [21:25:07:962]: Executing op: ProductUnregister(UpgradeCode={92A24481-3ECB-40FC-8836-04B7966EC0D5}) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} MSI (s) (9C:2C) [21:25:07:963]: Note: 1: 1402 2: UNKNOWN\Products\ABDC385235A82264BB76D16173411C4B\Transforms 3: 2 MSI (s) (9C:2C) [21:25:07:963]: Note: 1: 1402 2: UNKNOWN\Products\ABDC385235A82264BB76D16173411C4B\Transforms 3: 2 MSI (s) (9C:2C) [21:25:07:963]: Scheduling file 'C:\WINDOWS\Installer\cacff.msi' for deletion during post-install cleanup (not post-reboot). MSI (s) (9C:2C) [21:25:07:984]: Executing op: ProductCPDisplayInfoUnregister() MSI (s) (9C:2C) [21:25:07:987]: Executing op: ProductUnpublish(PackageKey={9360D2A4-D416-4381-9306-E96BF03C2201}) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} MSI (s) (9C:2C) [21:25:07:987]: Using cached product context: machine assigned for product: ABDC385235A82264BB76D16173411C4B MSI (s) (9C:2C) [21:25:07:990]: Executing op: UpgradeCodeUnpublish(UpgradeCode={92A24481-3ECB-40FC-8836-04B7966EC0D5}) MSI (s) (9C:2C) [21:25:07:991]: Executing op: IconRemove(Icon=python_icon.exe,) 1: python_icon.exe MSI (s) (9C:2C) [21:25:07:992]: Scheduling file 'C:\WINDOWS\Installer\{2583CDBA-8A53-4622-BB67-1D163714C1B4}\python_icon.exe' for deletion during post-install cleanup (not post-reboot). MSI (s) (9C:2C) [21:25:07:993]: Executing op: ProductUnpublishClient(,,) MSI (s) (9C:2C) [21:25:07:993]: Note: 1: 1402 2: UNKNOWN\Installer\Products\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:2C) [21:25:07:993]: Executing op: SourceListUnpublish(,) MSI (s) (9C:2C) [21:25:07:993]: Note: 1: 1402 2: UNKNOWN\Installer\Products\ABDC385235A82264BB76D16173411C4B\SourceList 3: 2 MSI (s) (9C:2C) [21:25:07:993]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,) Action 21:25:07: ProcessComponents. Updating component registration MSI (s) (9C:2C) [21:25:07:996]: Executing op: ProgressTotal(Total=255,Type=1,ByteEquivalent=24000) MSI (s) (9C:2C) [21:25:07:997]: Executing op: UnregisterSharedComponentProvider(Component={0D59C737-395C-4498-A056-D72653A296B5},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:07:997]: Executing op: ComponentUnregister(ComponentId={0D59C737-395C-4498-A056-D72653A296B5},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {0D59C737-395C-4498-A056-D72653A296B5} MSI (s) (9C:2C) [21:25:08:000]: Executing op: UnregisterSharedComponentProvider(Component={B5CAB1D1-55F7-4B11-AFE9-6C55AC8274D4},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:001]: Executing op: ComponentUnregister(ComponentId={B5CAB1D1-55F7-4B11-AFE9-6C55AC8274D4},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {B5CAB1D1-55F7-4B11-AFE9-6C55AC8274D4} MSI (s) (9C:2C) [21:25:08:004]: Executing op: UnregisterSharedComponentProvider(Component={7A0C5812-2583-40D9-BCBB-CD7485F11377},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:004]: Executing op: ComponentUnregister(ComponentId={7A0C5812-2583-40D9-BCBB-CD7485F11377},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {7A0C5812-2583-40D9-BCBB-CD7485F11377} MSI (s) (9C:2C) [21:25:08:006]: WIN64DUALFOLDERS: 'C:\WINDOWS\system32\' will substitute 20 characters in 'C:\WINDOWS\SysWOW64\python34.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). MSI (s) (9C:2C) [21:25:08:007]: Executing op: UnregisterSharedComponentProvider(Component={6D4731E9-039A-45F2-9E45-8D383FAA29A1},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:007]: Executing op: ComponentUnregister(ComponentId={6D4731E9-039A-45F2-9E45-8D383FAA29A1},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {6D4731E9-039A-45F2-9E45-8D383FAA29A1} MSI (s) (9C:2C) [21:25:08:009]: Executing op: UnregisterSharedComponentProvider(Component={9ADE136B-B6F0-4D75-81E6-B76C842199AA},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:009]: Executing op: ComponentUnregister(ComponentId={9ADE136B-B6F0-4D75-81E6-B76C842199AA},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9ADE136B-B6F0-4D75-81E6-B76C842199AA} MSI (s) (9C:2C) [21:25:08:011]: Executing op: UnregisterSharedComponentProvider(Component={0A5816F7-32B4-43A2-8A8B-385F07CACA1B},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:011]: Executing op: ComponentUnregister(ComponentId={0A5816F7-32B4-43A2-8A8B-385F07CACA1B},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {0A5816F7-32B4-43A2-8A8B-385F07CACA1B} MSI (s) (9C:2C) [21:25:08:012]: Executing op: UnregisterSharedComponentProvider(Component={FFAF3F15-2286-4117-B9B8-C726A03032B8},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:013]: Executing op: ComponentUnregister(ComponentId={FFAF3F15-2286-4117-B9B8-C726A03032B8},,BinaryType=1,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {FFAF3F15-2286-4117-B9B8-C726A03032B8} MSI (s) (9C:2C) [21:25:08:014]: Executing op: UnregisterSharedComponentProvider(Component={502E653B-81E8-42F3-97BC-D006E028FF02},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:015]: Executing op: ComponentUnregister(ComponentId={502E653B-81E8-42F3-97BC-D006E028FF02},,BinaryType=1,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {502E653B-81E8-42F3-97BC-D006E028FF02} MSI (s) (9C:2C) [21:25:08:020]: Executing op: UnregisterSharedComponentProvider(Component={F7FE2C01-5E65-46B7-B7CE-1AD311337836},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:020]: Executing op: ComponentUnregister(ComponentId={F7FE2C01-5E65-46B7-B7CE-1AD311337836},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F7FE2C01-5E65-46B7-B7CE-1AD311337836} MSI (s) (9C:2C) [21:25:08:022]: Executing op: UnregisterSharedComponentProvider(Component={B0860D14-842F-405B-8221-69405AEE472B},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:023]: Executing op: ComponentUnregister(ComponentId={B0860D14-842F-405B-8221-69405AEE472B},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {B0860D14-842F-405B-8221-69405AEE472B} MSI (s) (9C:2C) [21:25:08:024]: Executing op: UnregisterSharedComponentProvider(Component={06752958-7EDD-4717-9C92-72CE09A18D45},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:024]: Executing op: ComponentUnregister(ComponentId={06752958-7EDD-4717-9C92-72CE09A18D45},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {06752958-7EDD-4717-9C92-72CE09A18D45} MSI (s) (9C:2C) [21:25:08:025]: Executing op: UnregisterSharedComponentProvider(Component={64A48A73-6DED-46A8-BC72-B5C713C9A3F9},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:026]: Executing op: ComponentUnregister(ComponentId={64A48A73-6DED-46A8-BC72-B5C713C9A3F9},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {64A48A73-6DED-46A8-BC72-B5C713C9A3F9} MSI (s) (9C:2C) [21:25:08:028]: Executing op: UnregisterSharedComponentProvider(Component={059DED03-DBFA-4FAC-BE54-F497EBB8BC60},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:028]: Executing op: ComponentUnregister(ComponentId={059DED03-DBFA-4FAC-BE54-F497EBB8BC60},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {059DED03-DBFA-4FAC-BE54-F497EBB8BC60} MSI (s) (9C:2C) [21:25:08:029]: Executing op: UnregisterSharedComponentProvider(Component={E3E458AF-9549-421D-ABCD-9A4C8396D4BF},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:029]: Executing op: ComponentUnregister(ComponentId={E3E458AF-9549-421D-ABCD-9A4C8396D4BF},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E3E458AF-9549-421D-ABCD-9A4C8396D4BF} MSI (s) (9C:2C) [21:25:08:031]: Executing op: UnregisterSharedComponentProvider(Component={40D5646E-E676-4CC1-BE16-92A59057B308},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:031]: Executing op: ComponentUnregister(ComponentId={40D5646E-E676-4CC1-BE16-92A59057B308},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {40D5646E-E676-4CC1-BE16-92A59057B308} MSI (s) (9C:2C) [21:25:08:033]: Executing op: UnregisterSharedComponentProvider(Component={0BBD1890-325A-4132-999F-3DB9E43EDE9F},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:033]: Executing op: ComponentUnregister(ComponentId={0BBD1890-325A-4132-999F-3DB9E43EDE9F},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {0BBD1890-325A-4132-999F-3DB9E43EDE9F} MSI (s) (9C:2C) [21:25:08:035]: Executing op: UnregisterSharedComponentProvider(Component={C2FE6927-5DB7-46F2-8F2B-A4A4025EF6D6},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:035]: Executing op: ComponentUnregister(ComponentId={C2FE6927-5DB7-46F2-8F2B-A4A4025EF6D6},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C2FE6927-5DB7-46F2-8F2B-A4A4025EF6D6} MSI (s) (9C:2C) [21:25:08:036]: Executing op: UnregisterSharedComponentProvider(Component={E6D7F362-5511-4B15-9899-43B17ED3D883},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:036]: Executing op: ComponentUnregister(ComponentId={E6D7F362-5511-4B15-9899-43B17ED3D883},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E6D7F362-5511-4B15-9899-43B17ED3D883} MSI (s) (9C:2C) [21:25:08:038]: Executing op: UnregisterSharedComponentProvider(Component={16EE5E8C-D79B-42EB-9BBA-B20D215818D9},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:038]: Executing op: ComponentUnregister(ComponentId={16EE5E8C-D79B-42EB-9BBA-B20D215818D9},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {16EE5E8C-D79B-42EB-9BBA-B20D215818D9} MSI (s) (9C:2C) [21:25:08:040]: Executing op: UnregisterSharedComponentProvider(Component={7C7112EC-DDC7-494B-BB57-BA050117C599},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:040]: Executing op: ComponentUnregister(ComponentId={7C7112EC-DDC7-494B-BB57-BA050117C599},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {7C7112EC-DDC7-494B-BB57-BA050117C599} MSI (s) (9C:2C) [21:25:08:042]: Executing op: UnregisterSharedComponentProvider(Component={EC446479-5F03-43E9-B2EA-84E50C3189D9},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:042]: Executing op: ComponentUnregister(ComponentId={EC446479-5F03-43E9-B2EA-84E50C3189D9},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {EC446479-5F03-43E9-B2EA-84E50C3189D9} MSI (s) (9C:2C) [21:25:08:044]: Executing op: UnregisterSharedComponentProvider(Component={3E652E24-4388-4622-9DA4-6C076FB69233},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:044]: Executing op: ComponentUnregister(ComponentId={3E652E24-4388-4622-9DA4-6C076FB69233},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {3E652E24-4388-4622-9DA4-6C076FB69233} MSI (s) (9C:2C) [21:25:08:045]: Executing op: UnregisterSharedComponentProvider(Component={B8132288-A7D8-4960-8DF8-F764E27D5E9C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:045]: Executing op: ComponentUnregister(ComponentId={B8132288-A7D8-4960-8DF8-F764E27D5E9C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {B8132288-A7D8-4960-8DF8-F764E27D5E9C} MSI (s) (9C:2C) [21:25:08:046]: Executing op: UnregisterSharedComponentProvider(Component={6A46E3B0-77DB-40D0-8F41-998887538411},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:046]: Executing op: ComponentUnregister(ComponentId={6A46E3B0-77DB-40D0-8F41-998887538411},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {6A46E3B0-77DB-40D0-8F41-998887538411} MSI (s) (9C:2C) [21:25:08:048]: Executing op: UnregisterSharedComponentProvider(Component={CBC8034F-3295-4B21-B48D-574E064DF050},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:048]: Executing op: ComponentUnregister(ComponentId={CBC8034F-3295-4B21-B48D-574E064DF050},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {CBC8034F-3295-4B21-B48D-574E064DF050} MSI (s) (9C:2C) [21:25:08:049]: Executing op: UnregisterSharedComponentProvider(Component={787B5BC3-76A0-4269-A61A-9EEDB5CC4AAC},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:050]: Executing op: ComponentUnregister(ComponentId={787B5BC3-76A0-4269-A61A-9EEDB5CC4AAC},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {787B5BC3-76A0-4269-A61A-9EEDB5CC4AAC} MSI (s) (9C:2C) [21:25:08:051]: Executing op: UnregisterSharedComponentProvider(Component={842B0430-0B90-40A9-99FE-5493843134B4},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:051]: Executing op: ComponentUnregister(ComponentId={842B0430-0B90-40A9-99FE-5493843134B4},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {842B0430-0B90-40A9-99FE-5493843134B4} MSI (s) (9C:2C) [21:25:08:053]: Executing op: UnregisterSharedComponentProvider(Component={2453CF14-19BD-4FCE-A5FE-20ADAC851F7E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:053]: Executing op: ComponentUnregister(ComponentId={2453CF14-19BD-4FCE-A5FE-20ADAC851F7E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {2453CF14-19BD-4FCE-A5FE-20ADAC851F7E} MSI (s) (9C:2C) [21:25:08:054]: Executing op: UnregisterSharedComponentProvider(Component={3A7D05D9-9EBF-4D92-AE81-650B201B8D34},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:054]: Executing op: ComponentUnregister(ComponentId={3A7D05D9-9EBF-4D92-AE81-650B201B8D34},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {3A7D05D9-9EBF-4D92-AE81-650B201B8D34} MSI (s) (9C:2C) [21:25:08:056]: Executing op: UnregisterSharedComponentProvider(Component={BBDFE696-5A25-4069-A5F2-E4B9D2328E6F},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:056]: Executing op: ComponentUnregister(ComponentId={BBDFE696-5A25-4069-A5F2-E4B9D2328E6F},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {BBDFE696-5A25-4069-A5F2-E4B9D2328E6F} MSI (s) (9C:2C) [21:25:08:062]: Executing op: UnregisterSharedComponentProvider(Component={5F97B4B2-4424-4358-BD09-2BE019AB1F9B},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:062]: Executing op: ComponentUnregister(ComponentId={5F97B4B2-4424-4358-BD09-2BE019AB1F9B},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {5F97B4B2-4424-4358-BD09-2BE019AB1F9B} MSI (s) (9C:2C) [21:25:08:065]: Executing op: UnregisterSharedComponentProvider(Component={78C1B9B3-C60F-4B0F-981E-3D9E1713C55D},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:065]: Executing op: ComponentUnregister(ComponentId={78C1B9B3-C60F-4B0F-981E-3D9E1713C55D},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {78C1B9B3-C60F-4B0F-981E-3D9E1713C55D} MSI (s) (9C:2C) [21:25:08:067]: Executing op: UnregisterSharedComponentProvider(Component={26DD7FEF-7F19-4D9F-8453-F537EE54F44C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:067]: Executing op: ComponentUnregister(ComponentId={26DD7FEF-7F19-4D9F-8453-F537EE54F44C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {26DD7FEF-7F19-4D9F-8453-F537EE54F44C} MSI (s) (9C:2C) [21:25:08:069]: Executing op: UnregisterSharedComponentProvider(Component={D40C906D-8BF9-4027-80D9-083B77F83B6B},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:069]: Executing op: ComponentUnregister(ComponentId={D40C906D-8BF9-4027-80D9-083B77F83B6B},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {D40C906D-8BF9-4027-80D9-083B77F83B6B} MSI (s) (9C:2C) [21:25:08:071]: Executing op: UnregisterSharedComponentProvider(Component={C91D3713-396C-4237-8A26-9FC26C7805DC},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:071]: Executing op: ComponentUnregister(ComponentId={C91D3713-396C-4237-8A26-9FC26C7805DC},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C91D3713-396C-4237-8A26-9FC26C7805DC} MSI (s) (9C:2C) [21:25:08:073]: Executing op: UnregisterSharedComponentProvider(Component={1C303B33-3410-4000-8CA6-DA42A4ADFE68},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:073]: Executing op: ComponentUnregister(ComponentId={1C303B33-3410-4000-8CA6-DA42A4ADFE68},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {1C303B33-3410-4000-8CA6-DA42A4ADFE68} MSI (s) (9C:2C) [21:25:08:075]: Executing op: UnregisterSharedComponentProvider(Component={06871CFA-3705-4384-A313-B93C02368AE1},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:075]: Executing op: ComponentUnregister(ComponentId={06871CFA-3705-4384-A313-B93C02368AE1},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {06871CFA-3705-4384-A313-B93C02368AE1} MSI (s) (9C:2C) [21:25:08:077]: Executing op: UnregisterSharedComponentProvider(Component={DCFD977F-CBA5-4E3C-89D1-D15AECD20378},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:078]: Executing op: ComponentUnregister(ComponentId={DCFD977F-CBA5-4E3C-89D1-D15AECD20378},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {DCFD977F-CBA5-4E3C-89D1-D15AECD20378} MSI (s) (9C:2C) [21:25:08:079]: Executing op: UnregisterSharedComponentProvider(Component={98B886F9-9DFA-4A28-A3A0-DFDE1504ACCC},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:079]: Executing op: ComponentUnregister(ComponentId={98B886F9-9DFA-4A28-A3A0-DFDE1504ACCC},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {98B886F9-9DFA-4A28-A3A0-DFDE1504ACCC} MSI (s) (9C:2C) [21:25:08:080]: Executing op: UnregisterSharedComponentProvider(Component={34E48AEB-0FF9-4FBA-A334-0DBCA4ED1660},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:081]: Executing op: ComponentUnregister(ComponentId={34E48AEB-0FF9-4FBA-A334-0DBCA4ED1660},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {34E48AEB-0FF9-4FBA-A334-0DBCA4ED1660} MSI (s) (9C:2C) [21:25:08:082]: Executing op: UnregisterSharedComponentProvider(Component={43CC7DD9-20AB-46C4-B05C-B576BA9331DC},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:082]: Executing op: ComponentUnregister(ComponentId={43CC7DD9-20AB-46C4-B05C-B576BA9331DC},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {43CC7DD9-20AB-46C4-B05C-B576BA9331DC} MSI (s) (9C:2C) [21:25:08:083]: Executing op: UnregisterSharedComponentProvider(Component={9A987846-8820-4790-8DD2-52011D23A84C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:083]: Executing op: ComponentUnregister(ComponentId={9A987846-8820-4790-8DD2-52011D23A84C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9A987846-8820-4790-8DD2-52011D23A84C} MSI (s) (9C:2C) [21:25:08:084]: Executing op: UnregisterSharedComponentProvider(Component={260FC447-DD97-4E55-BEA4-531A98D9B60A},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:084]: Executing op: ComponentUnregister(ComponentId={260FC447-DD97-4E55-BEA4-531A98D9B60A},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {260FC447-DD97-4E55-BEA4-531A98D9B60A} MSI (s) (9C:2C) [21:25:08:085]: Executing op: UnregisterSharedComponentProvider(Component={7E27192B-16AD-4388-AC47-E44C14483707},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:085]: Executing op: ComponentUnregister(ComponentId={7E27192B-16AD-4388-AC47-E44C14483707},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {7E27192B-16AD-4388-AC47-E44C14483707} MSI (s) (9C:2C) [21:25:08:086]: Executing op: UnregisterSharedComponentProvider(Component={DC2C8A71-65EE-41F7-BB24-19194A856F02},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:086]: Executing op: ComponentUnregister(ComponentId={DC2C8A71-65EE-41F7-BB24-19194A856F02},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {DC2C8A71-65EE-41F7-BB24-19194A856F02} MSI (s) (9C:2C) [21:25:08:088]: Executing op: UnregisterSharedComponentProvider(Component={83C6B667-5062-4B16-ABE6-3C4E6F639CB4},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:088]: Executing op: ComponentUnregister(ComponentId={83C6B667-5062-4B16-ABE6-3C4E6F639CB4},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {83C6B667-5062-4B16-ABE6-3C4E6F639CB4} MSI (s) (9C:2C) [21:25:08:090]: Executing op: UnregisterSharedComponentProvider(Component={EF542765-5211-4F71-B94D-24B82A1EA95D},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:090]: Executing op: ComponentUnregister(ComponentId={EF542765-5211-4F71-B94D-24B82A1EA95D},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {EF542765-5211-4F71-B94D-24B82A1EA95D} MSI (s) (9C:2C) [21:25:08:092]: Executing op: UnregisterSharedComponentProvider(Component={ABCC98B1-7791-4716-A72D-B4A476A57EE4},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:092]: Executing op: ComponentUnregister(ComponentId={ABCC98B1-7791-4716-A72D-B4A476A57EE4},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {ABCC98B1-7791-4716-A72D-B4A476A57EE4} MSI (s) (9C:2C) [21:25:08:094]: Executing op: UnregisterSharedComponentProvider(Component={C146E958-7ADC-4AEF-894D-E37C9437D43E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:094]: Executing op: ComponentUnregister(ComponentId={C146E958-7ADC-4AEF-894D-E37C9437D43E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C146E958-7ADC-4AEF-894D-E37C9437D43E} MSI (s) (9C:2C) [21:25:08:096]: Executing op: UnregisterSharedComponentProvider(Component={59F3F9AA-156E-4E11-B5BF-FCD84F864033},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:096]: Executing op: ComponentUnregister(ComponentId={59F3F9AA-156E-4E11-B5BF-FCD84F864033},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {59F3F9AA-156E-4E11-B5BF-FCD84F864033} MSI (s) (9C:2C) [21:25:08:097]: Executing op: UnregisterSharedComponentProvider(Component={5A86D033-5751-453A-9989-43947646D0E1},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:097]: Executing op: ComponentUnregister(ComponentId={5A86D033-5751-453A-9989-43947646D0E1},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {5A86D033-5751-453A-9989-43947646D0E1} MSI (s) (9C:2C) [21:25:08:099]: Executing op: UnregisterSharedComponentProvider(Component={DC0554AA-9E69-4625-9595-16A56AF32849},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:099]: Executing op: ComponentUnregister(ComponentId={DC0554AA-9E69-4625-9595-16A56AF32849},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {DC0554AA-9E69-4625-9595-16A56AF32849} MSI (s) (9C:2C) [21:25:08:101]: Executing op: UnregisterSharedComponentProvider(Component={A6A96A40-1E41-43F3-9161-125F50208842},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:101]: Executing op: ComponentUnregister(ComponentId={A6A96A40-1E41-43F3-9161-125F50208842},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {A6A96A40-1E41-43F3-9161-125F50208842} MSI (s) (9C:2C) [21:25:08:102]: Executing op: UnregisterSharedComponentProvider(Component={BC22EE2D-7E8D-4DC6-8DBA-811544DA7646},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:102]: Executing op: ComponentUnregister(ComponentId={BC22EE2D-7E8D-4DC6-8DBA-811544DA7646},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {BC22EE2D-7E8D-4DC6-8DBA-811544DA7646} MSI (s) (9C:2C) [21:25:08:104]: Executing op: UnregisterSharedComponentProvider(Component={F15FBE6E-9DB4-4E6B-AD23-BECED6E48028},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:104]: Executing op: ComponentUnregister(ComponentId={F15FBE6E-9DB4-4E6B-AD23-BECED6E48028},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F15FBE6E-9DB4-4E6B-AD23-BECED6E48028} MSI (s) (9C:2C) [21:25:08:105]: Executing op: UnregisterSharedComponentProvider(Component={B2CE9FD3-A8FB-4C23-8D13-F932E37E7307},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:105]: Executing op: ComponentUnregister(ComponentId={B2CE9FD3-A8FB-4C23-8D13-F932E37E7307},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {B2CE9FD3-A8FB-4C23-8D13-F932E37E7307} MSI (s) (9C:2C) [21:25:08:107]: Executing op: UnregisterSharedComponentProvider(Component={E335F36F-004B-49B8-B83E-CA38AE632830},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:107]: Executing op: ComponentUnregister(ComponentId={E335F36F-004B-49B8-B83E-CA38AE632830},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E335F36F-004B-49B8-B83E-CA38AE632830} MSI (s) (9C:2C) [21:25:08:110]: Executing op: UnregisterSharedComponentProvider(Component={D277BEC4-B5BE-47DF-B7EE-493F2D3C1741},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:110]: Executing op: ComponentUnregister(ComponentId={D277BEC4-B5BE-47DF-B7EE-493F2D3C1741},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {D277BEC4-B5BE-47DF-B7EE-493F2D3C1741} MSI (s) (9C:2C) [21:25:08:112]: Executing op: UnregisterSharedComponentProvider(Component={D5DB5710-684C-454D-A00D-359CAFBAB510},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:112]: Executing op: ComponentUnregister(ComponentId={D5DB5710-684C-454D-A00D-359CAFBAB510},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {D5DB5710-684C-454D-A00D-359CAFBAB510} MSI (s) (9C:2C) [21:25:08:113]: Executing op: UnregisterSharedComponentProvider(Component={18E31949-024E-425D-BA88-747C45D9D3E5},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:113]: Executing op: ComponentUnregister(ComponentId={18E31949-024E-425D-BA88-747C45D9D3E5},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {18E31949-024E-425D-BA88-747C45D9D3E5} MSI (s) (9C:2C) [21:25:08:115]: Executing op: UnregisterSharedComponentProvider(Component={D15C355D-5ED2-4271-A5B1-907F1B68328C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:115]: Executing op: ComponentUnregister(ComponentId={D15C355D-5ED2-4271-A5B1-907F1B68328C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {D15C355D-5ED2-4271-A5B1-907F1B68328C} MSI (s) (9C:2C) [21:25:08:116]: Executing op: UnregisterSharedComponentProvider(Component={1CEDC146-F359-47C5-917F-B50A2C5F217B},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:116]: Executing op: ComponentUnregister(ComponentId={1CEDC146-F359-47C5-917F-B50A2C5F217B},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {1CEDC146-F359-47C5-917F-B50A2C5F217B} MSI (s) (9C:2C) [21:25:08:118]: Executing op: UnregisterSharedComponentProvider(Component={73BDF6EA-235B-4190-A9F0-216760571DEF},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:119]: Executing op: ComponentUnregister(ComponentId={73BDF6EA-235B-4190-A9F0-216760571DEF},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {73BDF6EA-235B-4190-A9F0-216760571DEF} MSI (s) (9C:2C) [21:25:08:121]: Executing op: UnregisterSharedComponentProvider(Component={76B9C85A-B7A5-44E1-A9AA-093219821495},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:121]: Executing op: ComponentUnregister(ComponentId={76B9C85A-B7A5-44E1-A9AA-093219821495},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {76B9C85A-B7A5-44E1-A9AA-093219821495} MSI (s) (9C:2C) [21:25:08:123]: Executing op: UnregisterSharedComponentProvider(Component={68EEC75E-05C9-45D1-A3B4-C2C1124B9D5C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:123]: Executing op: ComponentUnregister(ComponentId={68EEC75E-05C9-45D1-A3B4-C2C1124B9D5C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {68EEC75E-05C9-45D1-A3B4-C2C1124B9D5C} MSI (s) (9C:2C) [21:25:08:125]: Executing op: UnregisterSharedComponentProvider(Component={5EB1EDE1-E966-4393-AF37-DC5533C7CE99},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:125]: Executing op: ComponentUnregister(ComponentId={5EB1EDE1-E966-4393-AF37-DC5533C7CE99},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {5EB1EDE1-E966-4393-AF37-DC5533C7CE99} MSI (s) (9C:2C) [21:25:08:127]: Executing op: UnregisterSharedComponentProvider(Component={00753773-947F-4DC9-9A8F-1F5352E5A09C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:127]: Executing op: ComponentUnregister(ComponentId={00753773-947F-4DC9-9A8F-1F5352E5A09C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {00753773-947F-4DC9-9A8F-1F5352E5A09C} MSI (s) (9C:2C) [21:25:08:129]: Executing op: UnregisterSharedComponentProvider(Component={7FCBFA5B-0D1F-4D02-8199-A1BFA0C92076},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:129]: Executing op: ComponentUnregister(ComponentId={7FCBFA5B-0D1F-4D02-8199-A1BFA0C92076},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {7FCBFA5B-0D1F-4D02-8199-A1BFA0C92076} MSI (s) (9C:2C) [21:25:08:131]: Executing op: UnregisterSharedComponentProvider(Component={937731CE-9A5B-49AE-B2F2-19E6A1B17AE7},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:131]: Executing op: ComponentUnregister(ComponentId={937731CE-9A5B-49AE-B2F2-19E6A1B17AE7},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {937731CE-9A5B-49AE-B2F2-19E6A1B17AE7} MSI (s) (9C:2C) [21:25:08:132]: Executing op: UnregisterSharedComponentProvider(Component={E4911C93-20AE-417C-864E-532F61F53CA0},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:132]: Executing op: ComponentUnregister(ComponentId={E4911C93-20AE-417C-864E-532F61F53CA0},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E4911C93-20AE-417C-864E-532F61F53CA0} MSI (s) (9C:2C) [21:25:08:133]: Executing op: UnregisterSharedComponentProvider(Component={1D1F1E4D-E940-40DA-9B70-FE7CE0D9290A},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:134]: Executing op: ComponentUnregister(ComponentId={1D1F1E4D-E940-40DA-9B70-FE7CE0D9290A},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {1D1F1E4D-E940-40DA-9B70-FE7CE0D9290A} MSI (s) (9C:2C) [21:25:08:135]: Executing op: UnregisterSharedComponentProvider(Component={9DF544BB-AC9E-43EB-AC0D-3EEAE6C58FA7},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:135]: Executing op: ComponentUnregister(ComponentId={9DF544BB-AC9E-43EB-AC0D-3EEAE6C58FA7},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9DF544BB-AC9E-43EB-AC0D-3EEAE6C58FA7} MSI (s) (9C:2C) [21:25:08:136]: Executing op: UnregisterSharedComponentProvider(Component={134B2323-09A5-40F9-A9BF-E03F83EEBD16},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:137]: Executing op: ComponentUnregister(ComponentId={134B2323-09A5-40F9-A9BF-E03F83EEBD16},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {134B2323-09A5-40F9-A9BF-E03F83EEBD16} MSI (s) (9C:2C) [21:25:08:138]: Executing op: UnregisterSharedComponentProvider(Component={E6755C65-1494-4C48-B748-613C1B52BEAB},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:139]: Executing op: ComponentUnregister(ComponentId={E6755C65-1494-4C48-B748-613C1B52BEAB},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E6755C65-1494-4C48-B748-613C1B52BEAB} MSI (s) (9C:2C) [21:25:08:140]: Executing op: UnregisterSharedComponentProvider(Component={4645AFA0-C418-4C43-A6B5-F6C230526FBF},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:140]: Executing op: ComponentUnregister(ComponentId={4645AFA0-C418-4C43-A6B5-F6C230526FBF},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {4645AFA0-C418-4C43-A6B5-F6C230526FBF} MSI (s) (9C:2C) [21:25:08:142]: Executing op: UnregisterSharedComponentProvider(Component={CA4DEB21-2F34-4264-9D02-3D144BA91303},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:142]: Executing op: ComponentUnregister(ComponentId={CA4DEB21-2F34-4264-9D02-3D144BA91303},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {CA4DEB21-2F34-4264-9D02-3D144BA91303} MSI (s) (9C:2C) [21:25:08:143]: Executing op: UnregisterSharedComponentProvider(Component={F1E56143-FAF9-4AA7-974C-71E335450644},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:143]: Executing op: ComponentUnregister(ComponentId={F1E56143-FAF9-4AA7-974C-71E335450644},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F1E56143-FAF9-4AA7-974C-71E335450644} MSI (s) (9C:2C) [21:25:08:144]: Executing op: UnregisterSharedComponentProvider(Component={FBDD1D8F-AEEA-4A80-BD80-4AE6D9759BB1},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:144]: Executing op: ComponentUnregister(ComponentId={FBDD1D8F-AEEA-4A80-BD80-4AE6D9759BB1},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {FBDD1D8F-AEEA-4A80-BD80-4AE6D9759BB1} MSI (s) (9C:2C) [21:25:08:146]: Executing op: UnregisterSharedComponentProvider(Component={50DA767D-3744-47C5-BBF3-98B8FB280B3D},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:146]: Executing op: ComponentUnregister(ComponentId={50DA767D-3744-47C5-BBF3-98B8FB280B3D},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {50DA767D-3744-47C5-BBF3-98B8FB280B3D} MSI (s) (9C:2C) [21:25:08:147]: Executing op: UnregisterSharedComponentProvider(Component={7BD4DF9A-AB4D-4141-9129-B216ED6C151C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:147]: Executing op: ComponentUnregister(ComponentId={7BD4DF9A-AB4D-4141-9129-B216ED6C151C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {7BD4DF9A-AB4D-4141-9129-B216ED6C151C} MSI (s) (9C:2C) [21:25:08:149]: Executing op: UnregisterSharedComponentProvider(Component={2DFB9D39-2799-4B46-9442-F60273943915},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:149]: Executing op: ComponentUnregister(ComponentId={2DFB9D39-2799-4B46-9442-F60273943915},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {2DFB9D39-2799-4B46-9442-F60273943915} MSI (s) (9C:2C) [21:25:08:151]: Executing op: UnregisterSharedComponentProvider(Component={F4F92DC7-F6F5-45F9-924A-386561AD3500},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:151]: Executing op: ComponentUnregister(ComponentId={F4F92DC7-F6F5-45F9-924A-386561AD3500},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F4F92DC7-F6F5-45F9-924A-386561AD3500} MSI (s) (9C:2C) [21:25:08:153]: Executing op: UnregisterSharedComponentProvider(Component={3F1F71A3-ECBF-49C2-907D-04CCFEFC8A59},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:153]: Executing op: ComponentUnregister(ComponentId={3F1F71A3-ECBF-49C2-907D-04CCFEFC8A59},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {3F1F71A3-ECBF-49C2-907D-04CCFEFC8A59} MSI (s) (9C:2C) [21:25:08:154]: Executing op: UnregisterSharedComponentProvider(Component={FAFACE7B-2F6B-4127-A5A8-4F8BA07EF558},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:154]: Executing op: ComponentUnregister(ComponentId={FAFACE7B-2F6B-4127-A5A8-4F8BA07EF558},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {FAFACE7B-2F6B-4127-A5A8-4F8BA07EF558} MSI (s) (9C:2C) [21:25:08:156]: Executing op: UnregisterSharedComponentProvider(Component={043C182C-5E79-4419-825A-497E0453F3A1},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:156]: Executing op: ComponentUnregister(ComponentId={043C182C-5E79-4419-825A-497E0453F3A1},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {043C182C-5E79-4419-825A-497E0453F3A1} MSI (s) (9C:2C) [21:25:08:157]: Executing op: UnregisterSharedComponentProvider(Component={86C3D1D1-041F-4C4B-ADDD-D1F7F13E09DD},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:157]: Executing op: ComponentUnregister(ComponentId={86C3D1D1-041F-4C4B-ADDD-D1F7F13E09DD},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {86C3D1D1-041F-4C4B-ADDD-D1F7F13E09DD} MSI (s) (9C:2C) [21:25:08:159]: Executing op: UnregisterSharedComponentProvider(Component={DFEFE475-084B-4792-9951-B7FA008DFBA6},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:159]: Executing op: ComponentUnregister(ComponentId={DFEFE475-084B-4792-9951-B7FA008DFBA6},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {DFEFE475-084B-4792-9951-B7FA008DFBA6} MSI (s) (9C:2C) [21:25:08:161]: Executing op: UnregisterSharedComponentProvider(Component={7F45F00F-3B78-4FAF-93B5-3A68333230FD},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:161]: Executing op: ComponentUnregister(ComponentId={7F45F00F-3B78-4FAF-93B5-3A68333230FD},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {7F45F00F-3B78-4FAF-93B5-3A68333230FD} MSI (s) (9C:2C) [21:25:08:162]: Executing op: UnregisterSharedComponentProvider(Component={0D67B5AE-B3F9-48A6-A8FD-C68204F423A9},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:162]: Executing op: ComponentUnregister(ComponentId={0D67B5AE-B3F9-48A6-A8FD-C68204F423A9},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {0D67B5AE-B3F9-48A6-A8FD-C68204F423A9} MSI (s) (9C:2C) [21:25:08:163]: Executing op: UnregisterSharedComponentProvider(Component={73908F05-1142-4F20-98C8-79E20EC0A37B},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:164]: Executing op: ComponentUnregister(ComponentId={73908F05-1142-4F20-98C8-79E20EC0A37B},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {73908F05-1142-4F20-98C8-79E20EC0A37B} MSI (s) (9C:2C) [21:25:08:165]: Executing op: UnregisterSharedComponentProvider(Component={4B40E294-440E-490A-9196-B54B0A32507D},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:165]: Executing op: ComponentUnregister(ComponentId={4B40E294-440E-490A-9196-B54B0A32507D},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {4B40E294-440E-490A-9196-B54B0A32507D} MSI (s) (9C:2C) [21:25:08:166]: Executing op: UnregisterSharedComponentProvider(Component={FE14B104-7590-4F88-8D84-E31DC010E577},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:167]: Executing op: ComponentUnregister(ComponentId={FE14B104-7590-4F88-8D84-E31DC010E577},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {FE14B104-7590-4F88-8D84-E31DC010E577} MSI (s) (9C:2C) [21:25:08:169]: Executing op: UnregisterSharedComponentProvider(Component={91CCF477-004A-4296-9143-87A0F20A484A},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:169]: Executing op: ComponentUnregister(ComponentId={91CCF477-004A-4296-9143-87A0F20A484A},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {91CCF477-004A-4296-9143-87A0F20A484A} MSI (s) (9C:2C) [21:25:08:171]: Executing op: UnregisterSharedComponentProvider(Component={54EFED03-5922-469E-B523-22683B0C03C1},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:171]: Executing op: ComponentUnregister(ComponentId={54EFED03-5922-469E-B523-22683B0C03C1},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {54EFED03-5922-469E-B523-22683B0C03C1} MSI (s) (9C:2C) [21:25:08:172]: Executing op: UnregisterSharedComponentProvider(Component={31098E1A-57FD-42A0-9F93-C82C056FC8E6},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:172]: Executing op: ComponentUnregister(ComponentId={31098E1A-57FD-42A0-9F93-C82C056FC8E6},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {31098E1A-57FD-42A0-9F93-C82C056FC8E6} MSI (s) (9C:2C) [21:25:08:174]: Executing op: UnregisterSharedComponentProvider(Component={F1C11557-4CF8-4F08-A237-D88346353A4A},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:174]: Executing op: ComponentUnregister(ComponentId={F1C11557-4CF8-4F08-A237-D88346353A4A},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F1C11557-4CF8-4F08-A237-D88346353A4A} MSI (s) (9C:2C) [21:25:08:175]: Executing op: UnregisterSharedComponentProvider(Component={87300615-947E-4045-858A-3920F1025C98},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:175]: Executing op: ComponentUnregister(ComponentId={87300615-947E-4045-858A-3920F1025C98},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {87300615-947E-4045-858A-3920F1025C98} MSI (s) (9C:2C) [21:25:08:176]: Executing op: UnregisterSharedComponentProvider(Component={B6AD6048-A47B-4D30-92F2-48833368D39C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:176]: Executing op: ComponentUnregister(ComponentId={B6AD6048-A47B-4D30-92F2-48833368D39C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {B6AD6048-A47B-4D30-92F2-48833368D39C} MSI (s) (9C:2C) [21:25:08:177]: Executing op: UnregisterSharedComponentProvider(Component={CC0F519D-AC39-4EBE-8242-0DD4F7F2CFC3},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:178]: Executing op: ComponentUnregister(ComponentId={CC0F519D-AC39-4EBE-8242-0DD4F7F2CFC3},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {CC0F519D-AC39-4EBE-8242-0DD4F7F2CFC3} MSI (s) (9C:2C) [21:25:08:179]: Executing op: UnregisterSharedComponentProvider(Component={B25E1F41-BA0D-4F98-8B29-393B88D1AA33},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:179]: Executing op: ComponentUnregister(ComponentId={B25E1F41-BA0D-4F98-8B29-393B88D1AA33},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {B25E1F41-BA0D-4F98-8B29-393B88D1AA33} MSI (s) (9C:2C) [21:25:08:181]: Executing op: UnregisterSharedComponentProvider(Component={C14189ED-7F53-47FD-82BC-711FCE6E0993},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:182]: Executing op: ComponentUnregister(ComponentId={C14189ED-7F53-47FD-82BC-711FCE6E0993},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C14189ED-7F53-47FD-82BC-711FCE6E0993} MSI (s) (9C:2C) [21:25:08:183]: Executing op: UnregisterSharedComponentProvider(Component={77577775-40CE-4B11-B425-6D42C3DC7F41},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:183]: Executing op: ComponentUnregister(ComponentId={77577775-40CE-4B11-B425-6D42C3DC7F41},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {77577775-40CE-4B11-B425-6D42C3DC7F41} MSI (s) (9C:2C) [21:25:08:185]: Executing op: UnregisterSharedComponentProvider(Component={F22A49C3-7C11-43FB-95A4-F0FD34700900},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:186]: Executing op: ComponentUnregister(ComponentId={F22A49C3-7C11-43FB-95A4-F0FD34700900},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F22A49C3-7C11-43FB-95A4-F0FD34700900} MSI (s) (9C:2C) [21:25:08:187]: Executing op: UnregisterSharedComponentProvider(Component={3AEE26AA-DE5E-4C5B-9D42-2FFBF5277467},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:187]: Executing op: ComponentUnregister(ComponentId={3AEE26AA-DE5E-4C5B-9D42-2FFBF5277467},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {3AEE26AA-DE5E-4C5B-9D42-2FFBF5277467} MSI (s) (9C:2C) [21:25:08:189]: Executing op: UnregisterSharedComponentProvider(Component={87BE3AE1-90FA-4A31-83AF-23E4312B38AE},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:189]: Executing op: ComponentUnregister(ComponentId={87BE3AE1-90FA-4A31-83AF-23E4312B38AE},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {87BE3AE1-90FA-4A31-83AF-23E4312B38AE} MSI (s) (9C:2C) [21:25:08:191]: Executing op: UnregisterSharedComponentProvider(Component={009D6ECA-8CA4-4E6D-B06B-4093F2CD9DC6},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:192]: Executing op: ComponentUnregister(ComponentId={009D6ECA-8CA4-4E6D-B06B-4093F2CD9DC6},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {009D6ECA-8CA4-4E6D-B06B-4093F2CD9DC6} MSI (s) (9C:2C) [21:25:08:193]: Executing op: UnregisterSharedComponentProvider(Component={0091B91D-B52E-42F4-AE69-CB83EF668EA9},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:193]: Executing op: ComponentUnregister(ComponentId={0091B91D-B52E-42F4-AE69-CB83EF668EA9},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {0091B91D-B52E-42F4-AE69-CB83EF668EA9} MSI (s) (9C:2C) [21:25:08:194]: Executing op: UnregisterSharedComponentProvider(Component={40AF44E2-51E7-442C-BC4A-66A3B17B81DC},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:195]: Executing op: ComponentUnregister(ComponentId={40AF44E2-51E7-442C-BC4A-66A3B17B81DC},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {40AF44E2-51E7-442C-BC4A-66A3B17B81DC} MSI (s) (9C:2C) [21:25:08:196]: Executing op: UnregisterSharedComponentProvider(Component={AC33A264-0263-42E4-ABDE-93E77B9E04B8},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:196]: Executing op: ComponentUnregister(ComponentId={AC33A264-0263-42E4-ABDE-93E77B9E04B8},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {AC33A264-0263-42E4-ABDE-93E77B9E04B8} MSI (s) (9C:2C) [21:25:08:197]: Executing op: UnregisterSharedComponentProvider(Component={F0573B1B-851F-40B8-BB2B-53C5834A7987},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:197]: Executing op: ComponentUnregister(ComponentId={F0573B1B-851F-40B8-BB2B-53C5834A7987},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F0573B1B-851F-40B8-BB2B-53C5834A7987} MSI (s) (9C:2C) [21:25:08:199]: Executing op: UnregisterSharedComponentProvider(Component={E34BF110-1B50-4476-AC64-12334F1BEDA4},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:199]: Executing op: ComponentUnregister(ComponentId={E34BF110-1B50-4476-AC64-12334F1BEDA4},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E34BF110-1B50-4476-AC64-12334F1BEDA4} MSI (s) (9C:2C) [21:25:08:201]: Executing op: UnregisterSharedComponentProvider(Component={15FCAE9E-9E66-4CE0-8518-DD0F57F27F61},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:201]: Executing op: ComponentUnregister(ComponentId={15FCAE9E-9E66-4CE0-8518-DD0F57F27F61},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {15FCAE9E-9E66-4CE0-8518-DD0F57F27F61} MSI (s) (9C:2C) [21:25:08:202]: Executing op: UnregisterSharedComponentProvider(Component={9E93A6DE-B05B-497C-B499-38E1E6305B31},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:203]: Executing op: ComponentUnregister(ComponentId={9E93A6DE-B05B-497C-B499-38E1E6305B31},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9E93A6DE-B05B-497C-B499-38E1E6305B31} MSI (s) (9C:2C) [21:25:08:204]: Executing op: UnregisterSharedComponentProvider(Component={80404118-8817-4F2D-98FD-63F547997A2B},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:204]: Executing op: ComponentUnregister(ComponentId={80404118-8817-4F2D-98FD-63F547997A2B},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {80404118-8817-4F2D-98FD-63F547997A2B} MSI (s) (9C:2C) [21:25:08:205]: Executing op: UnregisterSharedComponentProvider(Component={BB788F20-051D-42CD-B983-37C77ACC11EB},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:205]: Executing op: ComponentUnregister(ComponentId={BB788F20-051D-42CD-B983-37C77ACC11EB},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {BB788F20-051D-42CD-B983-37C77ACC11EB} MSI (s) (9C:2C) [21:25:08:207]: Executing op: UnregisterSharedComponentProvider(Component={1F7DA211-749D-40D6-84A1-B0657327C29C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:207]: Executing op: ComponentUnregister(ComponentId={1F7DA211-749D-40D6-84A1-B0657327C29C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {1F7DA211-749D-40D6-84A1-B0657327C29C} MSI (s) (9C:2C) [21:25:08:208]: Executing op: UnregisterSharedComponentProvider(Component={9D91E335-E1DD-436B-9937-B95EB40E7D16},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:208]: Executing op: ComponentUnregister(ComponentId={9D91E335-E1DD-436B-9937-B95EB40E7D16},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9D91E335-E1DD-436B-9937-B95EB40E7D16} MSI (s) (9C:2C) [21:25:08:210]: Executing op: UnregisterSharedComponentProvider(Component={FC26AA63-89CB-4805-8479-34A2A05CF0AD},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:210]: Executing op: ComponentUnregister(ComponentId={FC26AA63-89CB-4805-8479-34A2A05CF0AD},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {FC26AA63-89CB-4805-8479-34A2A05CF0AD} MSI (s) (9C:2C) [21:25:08:212]: Executing op: UnregisterSharedComponentProvider(Component={726088E8-7104-4D47-AA00-765AACC9BA22},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:213]: Executing op: ComponentUnregister(ComponentId={726088E8-7104-4D47-AA00-765AACC9BA22},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {726088E8-7104-4D47-AA00-765AACC9BA22} MSI (s) (9C:2C) [21:25:08:214]: Executing op: UnregisterSharedComponentProvider(Component={D894ACAB-A24C-4683-ACCA-F031A9AD2CE0},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:214]: Executing op: ComponentUnregister(ComponentId={D894ACAB-A24C-4683-ACCA-F031A9AD2CE0},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {D894ACAB-A24C-4683-ACCA-F031A9AD2CE0} MSI (s) (9C:2C) [21:25:08:216]: Executing op: UnregisterSharedComponentProvider(Component={BF3A43B1-A49E-4AE7-A9FC-6A4230389177},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:216]: Executing op: ComponentUnregister(ComponentId={BF3A43B1-A49E-4AE7-A9FC-6A4230389177},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {BF3A43B1-A49E-4AE7-A9FC-6A4230389177} MSI (s) (9C:2C) [21:25:08:217]: Executing op: UnregisterSharedComponentProvider(Component={E59FB05D-B8C6-464C-966C-F8DE5852A0EB},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:217]: Executing op: ComponentUnregister(ComponentId={E59FB05D-B8C6-464C-966C-F8DE5852A0EB},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E59FB05D-B8C6-464C-966C-F8DE5852A0EB} MSI (s) (9C:2C) [21:25:08:219]: Executing op: UnregisterSharedComponentProvider(Component={BFB4D286-CE57-4972-BF61-FC0C85827072},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:219]: Executing op: ComponentUnregister(ComponentId={BFB4D286-CE57-4972-BF61-FC0C85827072},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {BFB4D286-CE57-4972-BF61-FC0C85827072} MSI (s) (9C:2C) [21:25:08:221]: Executing op: UnregisterSharedComponentProvider(Component={3C14114C-8F6D-49D6-98E9-E5F0B0AEA482},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:221]: Executing op: ComponentUnregister(ComponentId={3C14114C-8F6D-49D6-98E9-E5F0B0AEA482},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {3C14114C-8F6D-49D6-98E9-E5F0B0AEA482} MSI (s) (9C:2C) [21:25:08:222]: Executing op: UnregisterSharedComponentProvider(Component={B7CDCB68-5A58-482F-B3AC-DDE938C7E50E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:222]: Executing op: ComponentUnregister(ComponentId={B7CDCB68-5A58-482F-B3AC-DDE938C7E50E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {B7CDCB68-5A58-482F-B3AC-DDE938C7E50E} MSI (s) (9C:2C) [21:25:08:223]: Executing op: UnregisterSharedComponentProvider(Component={01522C44-6A50-4B70-B1EF-60619CC14F78},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:224]: Executing op: ComponentUnregister(ComponentId={01522C44-6A50-4B70-B1EF-60619CC14F78},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {01522C44-6A50-4B70-B1EF-60619CC14F78} MSI (s) (9C:2C) [21:25:08:225]: Executing op: UnregisterSharedComponentProvider(Component={58E2CB10-599E-43DA-A3C8-6AB7EC97F3C4},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:225]: Executing op: ComponentUnregister(ComponentId={58E2CB10-599E-43DA-A3C8-6AB7EC97F3C4},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {58E2CB10-599E-43DA-A3C8-6AB7EC97F3C4} MSI (s) (9C:2C) [21:25:08:226]: Executing op: UnregisterSharedComponentProvider(Component={624D96EB-EB4E-41B2-89A9-5657ECC31E57},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:226]: Executing op: ComponentUnregister(ComponentId={624D96EB-EB4E-41B2-89A9-5657ECC31E57},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {624D96EB-EB4E-41B2-89A9-5657ECC31E57} MSI (s) (9C:2C) [21:25:08:227]: Executing op: UnregisterSharedComponentProvider(Component={DFA7D056-8E6D-43F3-963F-411DCADAFD82},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:228]: Executing op: ComponentUnregister(ComponentId={DFA7D056-8E6D-43F3-963F-411DCADAFD82},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {DFA7D056-8E6D-43F3-963F-411DCADAFD82} MSI (s) (9C:2C) [21:25:08:229]: Executing op: UnregisterSharedComponentProvider(Component={D5DAC868-FD4E-4E82-BD86-BA70411B7FAF},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:229]: Executing op: ComponentUnregister(ComponentId={D5DAC868-FD4E-4E82-BD86-BA70411B7FAF},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {D5DAC868-FD4E-4E82-BD86-BA70411B7FAF} MSI (s) (9C:2C) [21:25:08:231]: Executing op: UnregisterSharedComponentProvider(Component={56C43233-14E3-44D7-B2B0-D9F43EE4472C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:231]: Executing op: ComponentUnregister(ComponentId={56C43233-14E3-44D7-B2B0-D9F43EE4472C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {56C43233-14E3-44D7-B2B0-D9F43EE4472C} MSI (s) (9C:2C) [21:25:08:232]: Executing op: UnregisterSharedComponentProvider(Component={D6DA89A7-56CD-4115-A1DD-41C6E7934E67},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:233]: Executing op: ComponentUnregister(ComponentId={D6DA89A7-56CD-4115-A1DD-41C6E7934E67},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {D6DA89A7-56CD-4115-A1DD-41C6E7934E67} MSI (s) (9C:2C) [21:25:08:234]: Executing op: UnregisterSharedComponentProvider(Component={14F60A62-B672-41F5-85AE-5CCF516D933A},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:234]: Executing op: ComponentUnregister(ComponentId={14F60A62-B672-41F5-85AE-5CCF516D933A},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {14F60A62-B672-41F5-85AE-5CCF516D933A} MSI (s) (9C:2C) [21:25:08:236]: Executing op: UnregisterSharedComponentProvider(Component={A204F4B4-939A-4FE2-8501-11559F33AF42},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:236]: Executing op: ComponentUnregister(ComponentId={A204F4B4-939A-4FE2-8501-11559F33AF42},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {A204F4B4-939A-4FE2-8501-11559F33AF42} MSI (s) (9C:2C) [21:25:08:237]: Executing op: UnregisterSharedComponentProvider(Component={33D5E321-0E8F-4A80-8981-8CDF41DD054F},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:237]: Executing op: ComponentUnregister(ComponentId={33D5E321-0E8F-4A80-8981-8CDF41DD054F},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {33D5E321-0E8F-4A80-8981-8CDF41DD054F} MSI (s) (9C:2C) [21:25:08:238]: Executing op: UnregisterSharedComponentProvider(Component={2F2302F6-BA61-4B4E-9F06-17AC5B01D070},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:239]: Executing op: ComponentUnregister(ComponentId={2F2302F6-BA61-4B4E-9F06-17AC5B01D070},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {2F2302F6-BA61-4B4E-9F06-17AC5B01D070} MSI (s) (9C:2C) [21:25:08:240]: Executing op: UnregisterSharedComponentProvider(Component={0BB61DF4-25E3-4215-AFED-9E25192502DB},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:240]: Executing op: ComponentUnregister(ComponentId={0BB61DF4-25E3-4215-AFED-9E25192502DB},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {0BB61DF4-25E3-4215-AFED-9E25192502DB} MSI (s) (9C:2C) [21:25:08:242]: Executing op: UnregisterSharedComponentProvider(Component={4F40C704-F7FB-4E6E-B8BF-238EEBF187DC},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:242]: Executing op: ComponentUnregister(ComponentId={4F40C704-F7FB-4E6E-B8BF-238EEBF187DC},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {4F40C704-F7FB-4E6E-B8BF-238EEBF187DC} MSI (s) (9C:2C) [21:25:08:244]: Executing op: UnregisterSharedComponentProvider(Component={40E423CA-ABD0-40DB-87C4-82270D748197},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:244]: Executing op: ComponentUnregister(ComponentId={40E423CA-ABD0-40DB-87C4-82270D748197},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {40E423CA-ABD0-40DB-87C4-82270D748197} MSI (s) (9C:2C) [21:25:08:245]: Executing op: UnregisterSharedComponentProvider(Component={DDD807DC-BA5B-4EE0-98E3-DB792932E682},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:245]: Executing op: ComponentUnregister(ComponentId={DDD807DC-BA5B-4EE0-98E3-DB792932E682},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {DDD807DC-BA5B-4EE0-98E3-DB792932E682} MSI (s) (9C:2C) [21:25:08:247]: Executing op: UnregisterSharedComponentProvider(Component={9738AC9D-0C5E-4287-80AD-DAF2E0A6436F},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:247]: Executing op: ComponentUnregister(ComponentId={9738AC9D-0C5E-4287-80AD-DAF2E0A6436F},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9738AC9D-0C5E-4287-80AD-DAF2E0A6436F} MSI (s) (9C:2C) [21:25:08:249]: Executing op: UnregisterSharedComponentProvider(Component={B7C1CD18-B966-4E6F-83DE-71CF4686BE35},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:249]: Executing op: ComponentUnregister(ComponentId={B7C1CD18-B966-4E6F-83DE-71CF4686BE35},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {B7C1CD18-B966-4E6F-83DE-71CF4686BE35} MSI (s) (9C:2C) [21:25:08:251]: Executing op: UnregisterSharedComponentProvider(Component={F43572BE-FF0D-4B55-8DAE-6699BFCF2521},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:251]: Executing op: ComponentUnregister(ComponentId={F43572BE-FF0D-4B55-8DAE-6699BFCF2521},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F43572BE-FF0D-4B55-8DAE-6699BFCF2521} MSI (s) (9C:2C) [21:25:08:253]: Executing op: UnregisterSharedComponentProvider(Component={93817CAB-7C54-4A9C-8CDD-4C63B0EECB7B},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:253]: Executing op: ComponentUnregister(ComponentId={93817CAB-7C54-4A9C-8CDD-4C63B0EECB7B},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {93817CAB-7C54-4A9C-8CDD-4C63B0EECB7B} MSI (s) (9C:2C) [21:25:08:254]: Executing op: UnregisterSharedComponentProvider(Component={F4DBF48E-EFEB-467B-B3BA-41BEF30A4956},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:254]: Executing op: ComponentUnregister(ComponentId={F4DBF48E-EFEB-467B-B3BA-41BEF30A4956},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F4DBF48E-EFEB-467B-B3BA-41BEF30A4956} MSI (s) (9C:2C) [21:25:08:256]: Executing op: UnregisterSharedComponentProvider(Component={AE666653-1F30-4549-81F4-8940A4C19D00},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:256]: Executing op: ComponentUnregister(ComponentId={AE666653-1F30-4549-81F4-8940A4C19D00},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {AE666653-1F30-4549-81F4-8940A4C19D00} MSI (s) (9C:2C) [21:25:08:257]: Executing op: UnregisterSharedComponentProvider(Component={CDA1E7CC-89D5-44E5-B5B3-BBB791338FB6},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:257]: Executing op: ComponentUnregister(ComponentId={CDA1E7CC-89D5-44E5-B5B3-BBB791338FB6},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {CDA1E7CC-89D5-44E5-B5B3-BBB791338FB6} MSI (s) (9C:2C) [21:25:08:258]: Executing op: UnregisterSharedComponentProvider(Component={8FFFE215-E7A3-4094-8496-772506FDBC3D},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:258]: Executing op: ComponentUnregister(ComponentId={8FFFE215-E7A3-4094-8496-772506FDBC3D},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {8FFFE215-E7A3-4094-8496-772506FDBC3D} MSI (s) (9C:2C) [21:25:08:259]: Executing op: UnregisterSharedComponentProvider(Component={2DCC3748-BA25-46CF-AAA5-C711C705999E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:259]: Executing op: ComponentUnregister(ComponentId={2DCC3748-BA25-46CF-AAA5-C711C705999E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {2DCC3748-BA25-46CF-AAA5-C711C705999E} MSI (s) (9C:2C) [21:25:08:261]: Executing op: UnregisterSharedComponentProvider(Component={44827BBD-47BA-49EE-82C4-BB6149B9DB1C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:261]: Executing op: ComponentUnregister(ComponentId={44827BBD-47BA-49EE-82C4-BB6149B9DB1C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {44827BBD-47BA-49EE-82C4-BB6149B9DB1C} MSI (s) (9C:2C) [21:25:08:263]: Executing op: UnregisterSharedComponentProvider(Component={85ED20B9-BCC0-4647-AFC2-335501A26E26},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:263]: Executing op: ComponentUnregister(ComponentId={85ED20B9-BCC0-4647-AFC2-335501A26E26},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {85ED20B9-BCC0-4647-AFC2-335501A26E26} MSI (s) (9C:2C) [21:25:08:265]: Executing op: UnregisterSharedComponentProvider(Component={DDC85856-EEA9-4A24-83CA-4F4A8D8E935F},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:265]: Executing op: ComponentUnregister(ComponentId={DDC85856-EEA9-4A24-83CA-4F4A8D8E935F},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {DDC85856-EEA9-4A24-83CA-4F4A8D8E935F} MSI (s) (9C:2C) [21:25:08:267]: Executing op: UnregisterSharedComponentProvider(Component={91B94F41-6E5D-4671-AD82-213956DFE0D3},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:267]: Executing op: ComponentUnregister(ComponentId={91B94F41-6E5D-4671-AD82-213956DFE0D3},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {91B94F41-6E5D-4671-AD82-213956DFE0D3} MSI (s) (9C:2C) [21:25:08:268]: Executing op: UnregisterSharedComponentProvider(Component={27735C72-CB5B-4A84-96E3-C16A813B1341},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:268]: Executing op: ComponentUnregister(ComponentId={27735C72-CB5B-4A84-96E3-C16A813B1341},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {27735C72-CB5B-4A84-96E3-C16A813B1341} MSI (s) (9C:2C) [21:25:08:270]: Executing op: UnregisterSharedComponentProvider(Component={0FF1D7D0-A20D-4451-A018-1C560FEBBAE2},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:271]: Executing op: ComponentUnregister(ComponentId={0FF1D7D0-A20D-4451-A018-1C560FEBBAE2},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {0FF1D7D0-A20D-4451-A018-1C560FEBBAE2} MSI (s) (9C:2C) [21:25:08:273]: Executing op: UnregisterSharedComponentProvider(Component={BE6FC00A-305D-44CA-9AB1-AE9303D16EE3},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:273]: Executing op: ComponentUnregister(ComponentId={BE6FC00A-305D-44CA-9AB1-AE9303D16EE3},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {BE6FC00A-305D-44CA-9AB1-AE9303D16EE3} MSI (s) (9C:2C) [21:25:08:275]: Executing op: UnregisterSharedComponentProvider(Component={2D9AD070-E076-4EF7-B275-E5DDBCBBF038},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:276]: Executing op: ComponentUnregister(ComponentId={2D9AD070-E076-4EF7-B275-E5DDBCBBF038},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {2D9AD070-E076-4EF7-B275-E5DDBCBBF038} MSI (s) (9C:2C) [21:25:08:277]: Executing op: UnregisterSharedComponentProvider(Component={D1F19C58-3E59-42FB-A543-45A0FBD0C0B1},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:277]: Executing op: ComponentUnregister(ComponentId={D1F19C58-3E59-42FB-A543-45A0FBD0C0B1},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {D1F19C58-3E59-42FB-A543-45A0FBD0C0B1} MSI (s) (9C:2C) [21:25:08:279]: Executing op: UnregisterSharedComponentProvider(Component={E324F18B-FC37-4DDF-99C3-4B92B39B0C77},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:279]: Executing op: ComponentUnregister(ComponentId={E324F18B-FC37-4DDF-99C3-4B92B39B0C77},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E324F18B-FC37-4DDF-99C3-4B92B39B0C77} MSI (s) (9C:2C) [21:25:08:282]: Executing op: UnregisterSharedComponentProvider(Component={237D9AB3-6EF9-40B0-88EB-03F1591C6EFA},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:282]: Executing op: ComponentUnregister(ComponentId={237D9AB3-6EF9-40B0-88EB-03F1591C6EFA},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {237D9AB3-6EF9-40B0-88EB-03F1591C6EFA} MSI (s) (9C:2C) [21:25:08:284]: Executing op: UnregisterSharedComponentProvider(Component={FD2A9AB7-A3EC-4B38-9F6B-60696653C483},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:284]: Executing op: ComponentUnregister(ComponentId={FD2A9AB7-A3EC-4B38-9F6B-60696653C483},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {FD2A9AB7-A3EC-4B38-9F6B-60696653C483} MSI (s) (9C:2C) [21:25:08:287]: Executing op: UnregisterSharedComponentProvider(Component={429529A8-A9F1-4195-8801-3B27B520791E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:287]: Executing op: ComponentUnregister(ComponentId={429529A8-A9F1-4195-8801-3B27B520791E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {429529A8-A9F1-4195-8801-3B27B520791E} MSI (s) (9C:2C) [21:25:08:289]: Executing op: UnregisterSharedComponentProvider(Component={45866CCF-BDBE-4AD3-B03F-5F938EE51C71},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:289]: Executing op: ComponentUnregister(ComponentId={45866CCF-BDBE-4AD3-B03F-5F938EE51C71},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {45866CCF-BDBE-4AD3-B03F-5F938EE51C71} MSI (s) (9C:2C) [21:25:08:293]: Executing op: UnregisterSharedComponentProvider(Component={BB073EC0-5FA4-48DF-ABCC-1A75BF3DEE1C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:293]: Executing op: ComponentUnregister(ComponentId={BB073EC0-5FA4-48DF-ABCC-1A75BF3DEE1C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {BB073EC0-5FA4-48DF-ABCC-1A75BF3DEE1C} MSI (s) (9C:2C) [21:25:08:295]: Executing op: UnregisterSharedComponentProvider(Component={1A7DF43A-D8FD-4072-A047-FD757471F6B8},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:295]: Executing op: ComponentUnregister(ComponentId={1A7DF43A-D8FD-4072-A047-FD757471F6B8},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {1A7DF43A-D8FD-4072-A047-FD757471F6B8} MSI (s) (9C:2C) [21:25:08:296]: Executing op: UnregisterSharedComponentProvider(Component={37AAC803-FDD2-4530-AE76-2649E9BC09E7},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:296]: Executing op: ComponentUnregister(ComponentId={37AAC803-FDD2-4530-AE76-2649E9BC09E7},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {37AAC803-FDD2-4530-AE76-2649E9BC09E7} MSI (s) (9C:2C) [21:25:08:297]: Executing op: UnregisterSharedComponentProvider(Component={2F59BFDC-1300-47D5-B97A-E376509A04BD},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:297]: Executing op: ComponentUnregister(ComponentId={2F59BFDC-1300-47D5-B97A-E376509A04BD},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {2F59BFDC-1300-47D5-B97A-E376509A04BD} MSI (s) (9C:2C) [21:25:08:298]: Executing op: UnregisterSharedComponentProvider(Component={1A9F6108-2567-4C5D-B01B-8B236D232C52},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:299]: Executing op: ComponentUnregister(ComponentId={1A9F6108-2567-4C5D-B01B-8B236D232C52},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {1A9F6108-2567-4C5D-B01B-8B236D232C52} MSI (s) (9C:2C) [21:25:08:300]: Executing op: UnregisterSharedComponentProvider(Component={1F650E11-A06B-43A1-80CF-D1F0993DE33E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:300]: Executing op: ComponentUnregister(ComponentId={1F650E11-A06B-43A1-80CF-D1F0993DE33E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {1F650E11-A06B-43A1-80CF-D1F0993DE33E} MSI (s) (9C:2C) [21:25:08:302]: Executing op: UnregisterSharedComponentProvider(Component={82F490EA-CD85-4E8F-803B-258862B8AA37},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:302]: Executing op: ComponentUnregister(ComponentId={82F490EA-CD85-4E8F-803B-258862B8AA37},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {82F490EA-CD85-4E8F-803B-258862B8AA37} MSI (s) (9C:2C) [21:25:08:303]: Executing op: UnregisterSharedComponentProvider(Component={98FF471A-A4B7-4B81-9490-41781BB7D6EE},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:304]: Executing op: ComponentUnregister(ComponentId={98FF471A-A4B7-4B81-9490-41781BB7D6EE},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {98FF471A-A4B7-4B81-9490-41781BB7D6EE} MSI (s) (9C:2C) [21:25:08:305]: Executing op: UnregisterSharedComponentProvider(Component={F2B3EB01-8066-4707-A444-490FE4C881DE},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:305]: Executing op: ComponentUnregister(ComponentId={F2B3EB01-8066-4707-A444-490FE4C881DE},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F2B3EB01-8066-4707-A444-490FE4C881DE} MSI (s) (9C:2C) [21:25:08:306]: Executing op: UnregisterSharedComponentProvider(Component={DD4F33F1-2706-43F4-92F2-0D11E1469586},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:306]: Executing op: ComponentUnregister(ComponentId={DD4F33F1-2706-43F4-92F2-0D11E1469586},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {DD4F33F1-2706-43F4-92F2-0D11E1469586} MSI (s) (9C:2C) [21:25:08:308]: Executing op: UnregisterSharedComponentProvider(Component={05A61824-CAD7-4B80-ABA8-60BF7DF5320E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:308]: Executing op: ComponentUnregister(ComponentId={05A61824-CAD7-4B80-ABA8-60BF7DF5320E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {05A61824-CAD7-4B80-ABA8-60BF7DF5320E} MSI (s) (9C:2C) [21:25:08:309]: Executing op: UnregisterSharedComponentProvider(Component={72F039C9-D20E-4560-9C4E-55D7C6F4CC2E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:309]: Executing op: ComponentUnregister(ComponentId={72F039C9-D20E-4560-9C4E-55D7C6F4CC2E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {72F039C9-D20E-4560-9C4E-55D7C6F4CC2E} MSI (s) (9C:2C) [21:25:08:311]: Executing op: UnregisterSharedComponentProvider(Component={3451ADF0-3BB3-431B-84A0-2E8421C0688B},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:311]: Executing op: ComponentUnregister(ComponentId={3451ADF0-3BB3-431B-84A0-2E8421C0688B},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {3451ADF0-3BB3-431B-84A0-2E8421C0688B} MSI (s) (9C:2C) [21:25:08:313]: Executing op: UnregisterSharedComponentProvider(Component={406BD12A-4523-4E52-A82C-B0B09260A4C8},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:313]: Executing op: ComponentUnregister(ComponentId={406BD12A-4523-4E52-A82C-B0B09260A4C8},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {406BD12A-4523-4E52-A82C-B0B09260A4C8} MSI (s) (9C:2C) [21:25:08:315]: Executing op: UnregisterSharedComponentProvider(Component={D74077F7-0FFE-4379-8293-94A58950BCCF},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:315]: Executing op: ComponentUnregister(ComponentId={D74077F7-0FFE-4379-8293-94A58950BCCF},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {D74077F7-0FFE-4379-8293-94A58950BCCF} MSI (s) (9C:2C) [21:25:08:316]: Executing op: UnregisterSharedComponentProvider(Component={F46722C0-1482-4000-AC04-9723B15833B1},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:316]: Executing op: ComponentUnregister(ComponentId={F46722C0-1482-4000-AC04-9723B15833B1},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F46722C0-1482-4000-AC04-9723B15833B1} MSI (s) (9C:2C) [21:25:08:317]: Executing op: UnregisterSharedComponentProvider(Component={6E67046B-2B04-4D17-9A6B-C71497AB0D5C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:318]: Executing op: ComponentUnregister(ComponentId={6E67046B-2B04-4D17-9A6B-C71497AB0D5C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {6E67046B-2B04-4D17-9A6B-C71497AB0D5C} MSI (s) (9C:2C) [21:25:08:319]: Executing op: UnregisterSharedComponentProvider(Component={1B1C410C-36E6-4899-8006-0382A378CDAA},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:319]: Executing op: ComponentUnregister(ComponentId={1B1C410C-36E6-4899-8006-0382A378CDAA},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {1B1C410C-36E6-4899-8006-0382A378CDAA} MSI (s) (9C:2C) [21:25:08:320]: Executing op: UnregisterSharedComponentProvider(Component={B81A303C-F7C9-4FE8-B846-FB922F85616B},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:320]: Executing op: ComponentUnregister(ComponentId={B81A303C-F7C9-4FE8-B846-FB922F85616B},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {B81A303C-F7C9-4FE8-B846-FB922F85616B} MSI (s) (9C:2C) [21:25:08:322]: Executing op: UnregisterSharedComponentProvider(Component={AEA104F8-3395-49E1-97F6-4E5FE97CD8D9},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:322]: Executing op: ComponentUnregister(ComponentId={AEA104F8-3395-49E1-97F6-4E5FE97CD8D9},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {AEA104F8-3395-49E1-97F6-4E5FE97CD8D9} MSI (s) (9C:2C) [21:25:08:323]: Executing op: UnregisterSharedComponentProvider(Component={1557A103-3AE2-4462-905C-BB721CDAF167},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:323]: Executing op: ComponentUnregister(ComponentId={1557A103-3AE2-4462-905C-BB721CDAF167},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {1557A103-3AE2-4462-905C-BB721CDAF167} MSI (s) (9C:2C) [21:25:08:325]: Executing op: UnregisterSharedComponentProvider(Component={1AFC2745-F09D-4975-97E9-0E9BE0D0BCED},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:325]: Executing op: ComponentUnregister(ComponentId={1AFC2745-F09D-4975-97E9-0E9BE0D0BCED},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {1AFC2745-F09D-4975-97E9-0E9BE0D0BCED} MSI (s) (9C:2C) [21:25:08:327]: Executing op: UnregisterSharedComponentProvider(Component={2285AD57-0F84-4643-83C8-0F9DDB2B4CD4},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:327]: Executing op: ComponentUnregister(ComponentId={2285AD57-0F84-4643-83C8-0F9DDB2B4CD4},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {2285AD57-0F84-4643-83C8-0F9DDB2B4CD4} MSI (s) (9C:2C) [21:25:08:329]: Executing op: UnregisterSharedComponentProvider(Component={76E92608-B615-47A4-B3DB-37D3CD48491D},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:329]: Executing op: ComponentUnregister(ComponentId={76E92608-B615-47A4-B3DB-37D3CD48491D},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {76E92608-B615-47A4-B3DB-37D3CD48491D} MSI (s) (9C:2C) [21:25:08:330]: Executing op: UnregisterSharedComponentProvider(Component={52494BD8-B421-4E2F-AC8A-4D7284EC2119},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:330]: Executing op: ComponentUnregister(ComponentId={52494BD8-B421-4E2F-AC8A-4D7284EC2119},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {52494BD8-B421-4E2F-AC8A-4D7284EC2119} MSI (s) (9C:2C) [21:25:08:332]: Executing op: UnregisterSharedComponentProvider(Component={0F557854-8749-4D8D-91BD-86978333140C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:332]: Executing op: ComponentUnregister(ComponentId={0F557854-8749-4D8D-91BD-86978333140C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {0F557854-8749-4D8D-91BD-86978333140C} MSI (s) (9C:2C) [21:25:08:334]: Executing op: UnregisterSharedComponentProvider(Component={C2EBAA75-098D-419F-9A3C-57C5BD9E62C5},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:334]: Executing op: ComponentUnregister(ComponentId={C2EBAA75-098D-419F-9A3C-57C5BD9E62C5},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C2EBAA75-098D-419F-9A3C-57C5BD9E62C5} MSI (s) (9C:2C) [21:25:08:335]: Executing op: UnregisterSharedComponentProvider(Component={9FD7BE12-FFBB-4066-8A52-111C00EDCC28},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:335]: Executing op: ComponentUnregister(ComponentId={9FD7BE12-FFBB-4066-8A52-111C00EDCC28},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9FD7BE12-FFBB-4066-8A52-111C00EDCC28} MSI (s) (9C:2C) [21:25:08:337]: Executing op: UnregisterSharedComponentProvider(Component={AF324E7F-1F39-4FD5-B145-2503621C813F},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:337]: Executing op: ComponentUnregister(ComponentId={AF324E7F-1F39-4FD5-B145-2503621C813F},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {AF324E7F-1F39-4FD5-B145-2503621C813F} MSI (s) (9C:2C) [21:25:08:338]: Executing op: UnregisterSharedComponentProvider(Component={FB6A7CF0-7A6B-4C62-945E-C95AEC34507C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:338]: Executing op: ComponentUnregister(ComponentId={FB6A7CF0-7A6B-4C62-945E-C95AEC34507C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {FB6A7CF0-7A6B-4C62-945E-C95AEC34507C} MSI (s) (9C:2C) [21:25:08:339]: Executing op: UnregisterSharedComponentProvider(Component={F5E197CB-D538-46FF-A62C-2F242D3BEA85},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:339]: Executing op: ComponentUnregister(ComponentId={F5E197CB-D538-46FF-A62C-2F242D3BEA85},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F5E197CB-D538-46FF-A62C-2F242D3BEA85} MSI (s) (9C:2C) [21:25:08:340]: Executing op: UnregisterSharedComponentProvider(Component={C50D7B66-0D5C-4120-9608-4E00500FB6D1},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:340]: Executing op: ComponentUnregister(ComponentId={C50D7B66-0D5C-4120-9608-4E00500FB6D1},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C50D7B66-0D5C-4120-9608-4E00500FB6D1} MSI (s) (9C:2C) [21:25:08:342]: Executing op: UnregisterSharedComponentProvider(Component={C946F6A5-8687-4D13-87D4-4F204F11FA8A},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:342]: Executing op: ComponentUnregister(ComponentId={C946F6A5-8687-4D13-87D4-4F204F11FA8A},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C946F6A5-8687-4D13-87D4-4F204F11FA8A} MSI (s) (9C:2C) [21:25:08:343]: Executing op: UnregisterSharedComponentProvider(Component={F3CDE55F-FAF4-4CFC-A6C2-DEC5D7A87263},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:344]: Executing op: ComponentUnregister(ComponentId={F3CDE55F-FAF4-4CFC-A6C2-DEC5D7A87263},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F3CDE55F-FAF4-4CFC-A6C2-DEC5D7A87263} MSI (s) (9C:2C) [21:25:08:345]: Executing op: UnregisterSharedComponentProvider(Component={E5662582-E649-4811-81AB-EFFC73C28450},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:345]: Executing op: ComponentUnregister(ComponentId={E5662582-E649-4811-81AB-EFFC73C28450},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E5662582-E649-4811-81AB-EFFC73C28450} MSI (s) (9C:2C) [21:25:08:346]: Executing op: UnregisterSharedComponentProvider(Component={6B584FEE-8648-4986-81B1-72B82DED0758},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:346]: Executing op: ComponentUnregister(ComponentId={6B584FEE-8648-4986-81B1-72B82DED0758},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {6B584FEE-8648-4986-81B1-72B82DED0758} MSI (s) (9C:2C) [21:25:08:348]: Executing op: UnregisterSharedComponentProvider(Component={B641B011-89A3-45C9-BEF5-5C43F8613ACC},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:348]: Executing op: ComponentUnregister(ComponentId={B641B011-89A3-45C9-BEF5-5C43F8613ACC},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {B641B011-89A3-45C9-BEF5-5C43F8613ACC} MSI (s) (9C:2C) [21:25:08:349]: Executing op: UnregisterSharedComponentProvider(Component={FB5D43A4-A0BB-4C17-9429-AA2FF40A2486},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:349]: Executing op: ComponentUnregister(ComponentId={FB5D43A4-A0BB-4C17-9429-AA2FF40A2486},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {FB5D43A4-A0BB-4C17-9429-AA2FF40A2486} MSI (s) (9C:2C) [21:25:08:350]: Executing op: UnregisterSharedComponentProvider(Component={973BDFB2-93E7-4D5A-BCF2-A83F2554EF45},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:350]: Executing op: ComponentUnregister(ComponentId={973BDFB2-93E7-4D5A-BCF2-A83F2554EF45},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {973BDFB2-93E7-4D5A-BCF2-A83F2554EF45} MSI (s) (9C:2C) [21:25:08:352]: Executing op: UnregisterSharedComponentProvider(Component={A2ED9F61-8F25-4BFB-A849-7171F6AACDF9},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:352]: Executing op: ComponentUnregister(ComponentId={A2ED9F61-8F25-4BFB-A849-7171F6AACDF9},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {A2ED9F61-8F25-4BFB-A849-7171F6AACDF9} MSI (s) (9C:2C) [21:25:08:354]: Executing op: UnregisterSharedComponentProvider(Component={32B0D38D-F20C-480C-BED6-8D089049C49F},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:354]: Executing op: ComponentUnregister(ComponentId={32B0D38D-F20C-480C-BED6-8D089049C49F},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {32B0D38D-F20C-480C-BED6-8D089049C49F} MSI (s) (9C:2C) [21:25:08:355]: Executing op: UnregisterSharedComponentProvider(Component={4F245327-F4F1-4CB9-92BF-520B9909B4FE},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:355]: Executing op: ComponentUnregister(ComponentId={4F245327-F4F1-4CB9-92BF-520B9909B4FE},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {4F245327-F4F1-4CB9-92BF-520B9909B4FE} MSI (s) (9C:2C) [21:25:08:357]: Executing op: UnregisterSharedComponentProvider(Component={62B11C5A-D62B-44A5-87C3-B60193BFE1E3},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:358]: Executing op: ComponentUnregister(ComponentId={62B11C5A-D62B-44A5-87C3-B60193BFE1E3},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {62B11C5A-D62B-44A5-87C3-B60193BFE1E3} MSI (s) (9C:2C) [21:25:08:359]: Executing op: UnregisterSharedComponentProvider(Component={479B1D98-3F43-412D-BFE7-9029B9FB5807},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:359]: Executing op: ComponentUnregister(ComponentId={479B1D98-3F43-412D-BFE7-9029B9FB5807},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {479B1D98-3F43-412D-BFE7-9029B9FB5807} MSI (s) (9C:2C) [21:25:08:360]: Executing op: UnregisterSharedComponentProvider(Component={96ADE246-9D1C-4A55-A12F-55504E5A779C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:361]: Executing op: ComponentUnregister(ComponentId={96ADE246-9D1C-4A55-A12F-55504E5A779C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {96ADE246-9D1C-4A55-A12F-55504E5A779C} MSI (s) (9C:2C) [21:25:08:363]: Executing op: UnregisterSharedComponentProvider(Component={C72E83E8-D550-4C6B-85A5-E874FC36BC8F},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:363]: Executing op: ComponentUnregister(ComponentId={C72E83E8-D550-4C6B-85A5-E874FC36BC8F},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C72E83E8-D550-4C6B-85A5-E874FC36BC8F} MSI (s) (9C:2C) [21:25:08:365]: Executing op: UnregisterSharedComponentProvider(Component={661E7317-5FCD-4932-8F60-E886B5104D4E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:365]: Executing op: ComponentUnregister(ComponentId={661E7317-5FCD-4932-8F60-E886B5104D4E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {661E7317-5FCD-4932-8F60-E886B5104D4E} MSI (s) (9C:2C) [21:25:08:367]: Executing op: UnregisterSharedComponentProvider(Component={8077F5B8-5925-42B6-B23A-CD11621B61E3},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:367]: Executing op: ComponentUnregister(ComponentId={8077F5B8-5925-42B6-B23A-CD11621B61E3},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {8077F5B8-5925-42B6-B23A-CD11621B61E3} MSI (s) (9C:2C) [21:25:08:369]: Executing op: UnregisterSharedComponentProvider(Component={D65703EF-DBB2-4F14-98AD-CD601AC658D5},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:369]: Executing op: ComponentUnregister(ComponentId={D65703EF-DBB2-4F14-98AD-CD601AC658D5},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {D65703EF-DBB2-4F14-98AD-CD601AC658D5} MSI (s) (9C:2C) [21:25:08:370]: Executing op: UnregisterSharedComponentProvider(Component={2FA04CEC-0B3B-433B-8BFE-EC2D41BF31BC},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:371]: Executing op: ComponentUnregister(ComponentId={2FA04CEC-0B3B-433B-8BFE-EC2D41BF31BC},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {2FA04CEC-0B3B-433B-8BFE-EC2D41BF31BC} MSI (s) (9C:2C) [21:25:08:373]: Executing op: UnregisterSharedComponentProvider(Component={BF7CD259-9DAB-47E2-8FED-11015D54B46A},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:373]: Executing op: ComponentUnregister(ComponentId={BF7CD259-9DAB-47E2-8FED-11015D54B46A},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {BF7CD259-9DAB-47E2-8FED-11015D54B46A} MSI (s) (9C:2C) [21:25:08:375]: Executing op: UnregisterSharedComponentProvider(Component={CB7F979C-8702-4577-AE3D-3BA99ECF3B55},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:375]: Executing op: ComponentUnregister(ComponentId={CB7F979C-8702-4577-AE3D-3BA99ECF3B55},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {CB7F979C-8702-4577-AE3D-3BA99ECF3B55} MSI (s) (9C:2C) [21:25:08:376]: Executing op: UnregisterSharedComponentProvider(Component={86C2E9D8-3B5C-40E5-8949-DFBB6DA32186},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:376]: Executing op: ComponentUnregister(ComponentId={86C2E9D8-3B5C-40E5-8949-DFBB6DA32186},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {86C2E9D8-3B5C-40E5-8949-DFBB6DA32186} MSI (s) (9C:2C) [21:25:08:377]: Executing op: UnregisterSharedComponentProvider(Component={7EB3C8C1-5B95-466C-B163-EB5D23EC31F6},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:378]: Executing op: ComponentUnregister(ComponentId={7EB3C8C1-5B95-466C-B163-EB5D23EC31F6},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {7EB3C8C1-5B95-466C-B163-EB5D23EC31F6} MSI (s) (9C:2C) [21:25:08:379]: Executing op: UnregisterSharedComponentProvider(Component={11129B58-BCD2-4365-8787-9BD39443ADDF},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:379]: Executing op: ComponentUnregister(ComponentId={11129B58-BCD2-4365-8787-9BD39443ADDF},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {11129B58-BCD2-4365-8787-9BD39443ADDF} MSI (s) (9C:2C) [21:25:08:380]: Executing op: UnregisterSharedComponentProvider(Component={32E51060-E385-4661-9FB3-39373712E967},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:380]: Executing op: ComponentUnregister(ComponentId={32E51060-E385-4661-9FB3-39373712E967},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {32E51060-E385-4661-9FB3-39373712E967} MSI (s) (9C:2C) [21:25:08:381]: Executing op: UnregisterSharedComponentProvider(Component={A44E8131-3332-477C-84EA-9F1C066444BE},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:381]: Executing op: ComponentUnregister(ComponentId={A44E8131-3332-477C-84EA-9F1C066444BE},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {A44E8131-3332-477C-84EA-9F1C066444BE} MSI (s) (9C:2C) [21:25:08:383]: Executing op: UnregisterSharedComponentProvider(Component={0E113720-A19A-4EF8-85F0-D67073864731},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:383]: Executing op: ComponentUnregister(ComponentId={0E113720-A19A-4EF8-85F0-D67073864731},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {0E113720-A19A-4EF8-85F0-D67073864731} MSI (s) (9C:2C) [21:25:08:384]: Executing op: UnregisterSharedComponentProvider(Component={CE60515E-2FAA-4650-B4E9-45AA64C91B73},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:384]: Executing op: ComponentUnregister(ComponentId={CE60515E-2FAA-4650-B4E9-45AA64C91B73},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {CE60515E-2FAA-4650-B4E9-45AA64C91B73} MSI (s) (9C:2C) [21:25:08:386]: Executing op: UnregisterSharedComponentProvider(Component={BDD3A47B-8635-4457-864C-E89E9DE7C153},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:386]: Executing op: ComponentUnregister(ComponentId={BDD3A47B-8635-4457-864C-E89E9DE7C153},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {BDD3A47B-8635-4457-864C-E89E9DE7C153} MSI (s) (9C:2C) [21:25:08:387]: Executing op: UnregisterSharedComponentProvider(Component={9B2B4698-5570-43D4-9BE9-7BBD97C6CC35},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:387]: Executing op: ComponentUnregister(ComponentId={9B2B4698-5570-43D4-9BE9-7BBD97C6CC35},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9B2B4698-5570-43D4-9BE9-7BBD97C6CC35} MSI (s) (9C:2C) [21:25:08:388]: Executing op: UnregisterSharedComponentProvider(Component={10733047-C108-4EDC-B776-7F2235529DB9},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:388]: Executing op: ComponentUnregister(ComponentId={10733047-C108-4EDC-B776-7F2235529DB9},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {10733047-C108-4EDC-B776-7F2235529DB9} MSI (s) (9C:2C) [21:25:08:389]: Executing op: UnregisterSharedComponentProvider(Component={C7D2A8EF-432D-4176-A101-A7B34F1B4020},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:389]: Executing op: ComponentUnregister(ComponentId={C7D2A8EF-432D-4176-A101-A7B34F1B4020},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C7D2A8EF-432D-4176-A101-A7B34F1B4020} MSI (s) (9C:2C) [21:25:08:391]: Executing op: UnregisterSharedComponentProvider(Component={77FAE713-B713-47DF-95F5-EE80247BF484},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:391]: Executing op: ComponentUnregister(ComponentId={77FAE713-B713-47DF-95F5-EE80247BF484},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {77FAE713-B713-47DF-95F5-EE80247BF484} MSI (s) (9C:2C) [21:25:08:393]: Executing op: UnregisterSharedComponentProvider(Component={4C6D5783-28A4-4058-9078-656698E0FB05},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:393]: Executing op: ComponentUnregister(ComponentId={4C6D5783-28A4-4058-9078-656698E0FB05},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {4C6D5783-28A4-4058-9078-656698E0FB05} MSI (s) (9C:2C) [21:25:08:395]: Executing op: UnregisterSharedComponentProvider(Component={FDB38F23-0CD8-41E5-8D08-243DFD1E1EC1},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:395]: Executing op: ComponentUnregister(ComponentId={FDB38F23-0CD8-41E5-8D08-243DFD1E1EC1},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {FDB38F23-0CD8-41E5-8D08-243DFD1E1EC1} MSI (s) (9C:2C) [21:25:08:396]: Executing op: UnregisterSharedComponentProvider(Component={C6E6D21E-8131-4B01-9C40-EB3D2C07BC37},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:396]: Executing op: ComponentUnregister(ComponentId={C6E6D21E-8131-4B01-9C40-EB3D2C07BC37},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C6E6D21E-8131-4B01-9C40-EB3D2C07BC37} MSI (s) (9C:2C) [21:25:08:397]: Executing op: UnregisterSharedComponentProvider(Component={20FBAC06-02AD-4A5F-A621-D540B1EFF8FC},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:397]: Executing op: ComponentUnregister(ComponentId={20FBAC06-02AD-4A5F-A621-D540B1EFF8FC},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {20FBAC06-02AD-4A5F-A621-D540B1EFF8FC} MSI (s) (9C:2C) [21:25:08:398]: Executing op: UnregisterSharedComponentProvider(Component={E7B8BA77-2DFB-40F8-8D03-73EA45A8E6C2},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:398]: Executing op: ComponentUnregister(ComponentId={E7B8BA77-2DFB-40F8-8D03-73EA45A8E6C2},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E7B8BA77-2DFB-40F8-8D03-73EA45A8E6C2} MSI (s) (9C:2C) [21:25:08:399]: Executing op: UnregisterSharedComponentProvider(Component={AFE88B7F-0476-4B6A-93C5-98FBFD033076},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:399]: Executing op: ComponentUnregister(ComponentId={AFE88B7F-0476-4B6A-93C5-98FBFD033076},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {AFE88B7F-0476-4B6A-93C5-98FBFD033076} MSI (s) (9C:2C) [21:25:08:401]: Executing op: UnregisterSharedComponentProvider(Component={8795F9B2-BEF3-4EB9-A474-B635AD2EBA7D},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:401]: Executing op: ComponentUnregister(ComponentId={8795F9B2-BEF3-4EB9-A474-B635AD2EBA7D},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {8795F9B2-BEF3-4EB9-A474-B635AD2EBA7D} MSI (s) (9C:2C) [21:25:08:402]: Executing op: UnregisterSharedComponentProvider(Component={E87C3633-6A6D-4A71-91A9-0376E1B241AE},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:402]: Executing op: ComponentUnregister(ComponentId={E87C3633-6A6D-4A71-91A9-0376E1B241AE},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E87C3633-6A6D-4A71-91A9-0376E1B241AE} MSI (s) (9C:2C) [21:25:08:404]: Executing op: UnregisterSharedComponentProvider(Component={888F137B-1076-4970-ABA5-1E9699E7C67C},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:404]: Executing op: ComponentUnregister(ComponentId={888F137B-1076-4970-ABA5-1E9699E7C67C},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {888F137B-1076-4970-ABA5-1E9699E7C67C} MSI (s) (9C:2C) [21:25:08:406]: Executing op: UnregisterSharedComponentProvider(Component={C01DF8C1-35B4-480A-A381-54D85DCB7ACD},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:406]: Executing op: ComponentUnregister(ComponentId={C01DF8C1-35B4-480A-A381-54D85DCB7ACD},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C01DF8C1-35B4-480A-A381-54D85DCB7ACD} MSI (s) (9C:2C) [21:25:08:407]: Executing op: UnregisterSharedComponentProvider(Component={224CC4B6-F196-46E5-911A-D6F759DFB016},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:408]: Executing op: ComponentUnregister(ComponentId={224CC4B6-F196-46E5-911A-D6F759DFB016},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {224CC4B6-F196-46E5-911A-D6F759DFB016} MSI (s) (9C:2C) [21:25:08:410]: Executing op: UnregisterSharedComponentProvider(Component={4EC764C3-5B9C-4E4E-B5FF-D67A594E27D5},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:410]: Executing op: ComponentUnregister(ComponentId={4EC764C3-5B9C-4E4E-B5FF-D67A594E27D5},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {4EC764C3-5B9C-4E4E-B5FF-D67A594E27D5} MSI (s) (9C:2C) [21:25:08:412]: Executing op: UnregisterSharedComponentProvider(Component={4943FEDE-D4AB-44AE-A8E3-47A21CEEDD85},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:412]: Executing op: ComponentUnregister(ComponentId={4943FEDE-D4AB-44AE-A8E3-47A21CEEDD85},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {4943FEDE-D4AB-44AE-A8E3-47A21CEEDD85} MSI (s) (9C:2C) [21:25:08:414]: Executing op: UnregisterSharedComponentProvider(Component={C00C9407-1509-4258-A372-5C740667E1C2},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:415]: Executing op: ComponentUnregister(ComponentId={C00C9407-1509-4258-A372-5C740667E1C2},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C00C9407-1509-4258-A372-5C740667E1C2} MSI (s) (9C:2C) [21:25:08:416]: Executing op: UnregisterSharedComponentProvider(Component={6E602721-5888-425B-9061-D2CB5D2B09AF},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:416]: Executing op: ComponentUnregister(ComponentId={6E602721-5888-425B-9061-D2CB5D2B09AF},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {6E602721-5888-425B-9061-D2CB5D2B09AF} MSI (s) (9C:2C) [21:25:08:417]: Executing op: UnregisterSharedComponentProvider(Component={9866756F-2C60-4A2C-8429-8C18498DFF87},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:417]: Executing op: ComponentUnregister(ComponentId={9866756F-2C60-4A2C-8429-8C18498DFF87},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9866756F-2C60-4A2C-8429-8C18498DFF87} MSI (s) (9C:2C) [21:25:08:419]: Executing op: UnregisterSharedComponentProvider(Component={2B2E2E3D-C93A-42B4-B066-7A53CC9B767F},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:419]: Executing op: ComponentUnregister(ComponentId={2B2E2E3D-C93A-42B4-B066-7A53CC9B767F},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {2B2E2E3D-C93A-42B4-B066-7A53CC9B767F} MSI (s) (9C:2C) [21:25:08:421]: Executing op: UnregisterSharedComponentProvider(Component={638F7C34-D000-48F1-A750-85B4951895E8},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:421]: Executing op: ComponentUnregister(ComponentId={638F7C34-D000-48F1-A750-85B4951895E8},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {638F7C34-D000-48F1-A750-85B4951895E8} MSI (s) (9C:2C) [21:25:08:423]: Executing op: UnregisterSharedComponentProvider(Component={2A0F5521-95B9-4D79-947B-74089E016529},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:423]: Executing op: ComponentUnregister(ComponentId={2A0F5521-95B9-4D79-947B-74089E016529},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {2A0F5521-95B9-4D79-947B-74089E016529} MSI (s) (9C:2C) [21:25:08:425]: Executing op: UnregisterSharedComponentProvider(Component={C30DEE87-DCFB-4C47-838E-8FCF09FE1A0E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:425]: Executing op: ComponentUnregister(ComponentId={C30DEE87-DCFB-4C47-838E-8FCF09FE1A0E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C30DEE87-DCFB-4C47-838E-8FCF09FE1A0E} MSI (s) (9C:2C) [21:25:08:426]: Executing op: UnregisterSharedComponentProvider(Component={9CAF2D75-0D5E-4483-9569-25A677F162D8},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:426]: Executing op: ComponentUnregister(ComponentId={9CAF2D75-0D5E-4483-9569-25A677F162D8},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9CAF2D75-0D5E-4483-9569-25A677F162D8} MSI (s) (9C:2C) [21:25:08:427]: Executing op: UnregisterSharedComponentProvider(Component={C6BBD9E3-EA0C-4FF1-A3B5-331398B08B3E},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:427]: Executing op: ComponentUnregister(ComponentId={C6BBD9E3-EA0C-4FF1-A3B5-331398B08B3E},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {C6BBD9E3-EA0C-4FF1-A3B5-331398B08B3E} MSI (s) (9C:2C) [21:25:08:429]: Executing op: UnregisterSharedComponentProvider(Component={19D57D76-2D16-43A7-B098-7A0FFE6B6DE2},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:429]: Executing op: ComponentUnregister(ComponentId={19D57D76-2D16-43A7-B098-7A0FFE6B6DE2},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {19D57D76-2D16-43A7-B098-7A0FFE6B6DE2} MSI (s) (9C:2C) [21:25:08:430]: Executing op: UnregisterSharedComponentProvider(Component={720BE90B-4B9F-4BCD-9E09-6592B0702856},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:430]: Executing op: ComponentUnregister(ComponentId={720BE90B-4B9F-4BCD-9E09-6592B0702856},,BinaryType=0,PreviouslyPinned=1) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {720BE90B-4B9F-4BCD-9E09-6592B0702856} MSI (s) (9C:2C) [21:25:08:431]: Executing op: UnregisterSharedComponentProvider(Component={F36E0675-802A-440C-A687-01E12A13B07A},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:431]: Executing op: ComponentUnregister(ComponentId={F36E0675-802A-440C-A687-01E12A13B07A},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {F36E0675-802A-440C-A687-01E12A13B07A} MSI (s) (9C:2C) [21:25:08:436]: Executing op: UnregisterSharedComponentProvider(Component={61FC5D58-D4B8-4220-B313-5C38A810ED32},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:436]: Executing op: ComponentUnregister(ComponentId={61FC5D58-D4B8-4220-B313-5C38A810ED32},,BinaryType=0,) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {61FC5D58-D4B8-4220-B313-5C38A810ED32} MSI (s) (9C:2C) [21:25:08:437]: Executing op: UnregisterSharedComponentProvider(Component={9983C931-37BE-3C6E-AD32-8B6E789B6881},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:438]: Executing op: ComponentUnregister(ComponentId={9983C931-37BE-3C6E-AD32-8B6E789B6881},,BinaryType=0,PreviouslyPinned=1) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {9983C931-37BE-3C6E-AD32-8B6E789B6881} MSI (s) (9C:2C) [21:25:08:440]: WIN64DUALFOLDERS: 'C:\WINDOWS\system32\' will substitute 20 characters in 'C:\WINDOWS\SysWOW64\msvcr100.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). MSI (s) (9C:2C) [21:25:08:440]: Executing op: UnregisterSharedComponentProvider(Component={E822F933-C70D-3CF4-A92D-7263B8ACCF30},ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4}) MSI (s) (9C:2C) [21:25:08:441]: Executing op: ComponentUnregister(ComponentId={E822F933-C70D-3CF4-A92D-7263B8ACCF30},,BinaryType=0,PreviouslyPinned=1) 1: {2583CDBA-8A53-4622-BB67-1D163714C1B4} 2: {E822F933-C70D-3CF4-A92D-7263B8ACCF30} MSI (s) (9C:2C) [21:25:08:443]: WIN64DUALFOLDERS: 'C:\WINDOWS\system32\' will substitute 20 characters in 'C:\WINDOWS\SysWOW64\msvcp100.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). MSI (s) (9C:2C) [21:25:08:443]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=13200) MSI (s) (9C:2C) [21:25:08:445]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:445]: Executing op: ProgressTick() MSI (s) (9C:2C) [21:25:08:445]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=13200) MSI (s) (9C:2C) [21:25:08:446]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:446]: Executing op: ProgressTick() MSI (s) (9C:2C) [21:25:08:446]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=13200) MSI (s) (9C:2C) [21:25:08:446]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:446]: Executing op: ProgressTick() MSI (s) (9C:2C) [21:25:08:446]: Executing op: ActionStart(Name=UnpublishFeatures,Description=Unpublishing Product Features,Template=Feature: [1]) Action 21:25:08: UnpublishFeatures. Unpublishing Product Features MSI (s) (9C:2C) [21:25:08:449]: Executing op: FeatureUnpublish(Feature=DefaultFeature,,Absent=2,Component='kELc~4j-@)xfNCKB&@mou67O at OYp84NyUM%T)?NMEF-KSWoP=~Gx26-!ll[C+ZC&JFbg9&}C[F1B9x+'`$3{$h4w8.`LO05j%5dGCOjAtk%T9S%44%.drz!Letdx?etf=GU0qlq$'S5&[Lgaxu2c8vI^d85%Iv1{GK)%4`0q=C+wEkP~,F=*,NEHs4Ae=%{n3iM't7yg%Nm$PD_[As=7pX?%i*GNDi8rgD599.8i]@'YZ`fkm[~OcuGW?PlPp$J{nKY3IWxtcy=o9+x5jrtLpvntEX'8]6}U=.6oH%j4wX4I)f1dRPZY?asENH)`o9Zn9G1J3h`o8qWfuSC+V^(ek)Rj])O0 at fM63Ah31$B7bLfN@^AE9v8NGuLfoG`b3cPRX0Nk8SVyEWrS{vbAjTHeQJ`d8`DLhd&]XqK,1QfF'hk_9P.%'qRcmqY{yxmNX%[- at f0vqZvOc.FF4iQ0XvXy@(-f}5WCBg@]My0mkR^]8qTi{6?CTOJYB6_iGwx?973qVgDygeoh!FVPcTtd9MfZe at n3.C%(Evioa{-596f`(+jkUk!yjbOeH`g~@]zUv)YR!`=Q$)Yv0LF5A,V}Mk3JS$1s+nOb8T&P at J[TH4ZGWI%OM0%rvivc?xMM969N]P3KMh_logS+?WA}D8?`5w8A1DgmpN=?=RjJ5ZX,RG(,Rt~*n`{C9]4}~OVu^rr=WQ at lcE0F96yx~Pk(%(U6YAA,(*j(?NHWM&PhkXO7By4MyC,)9KkO0IBQEqu}cN1NV^j.=c}{)4nndvWPw_fIdABM=ZYC?g%T-jE^vzLFOj0f9AV[ZC2qqLYH8S0!S_(!Ap)peBH}vDZuc=)QNjjh at O)1Zf$w-{M.jZIWlSvb?yh,zr.KiIsNM4Or`n{&9%_s53]uTR[{DXF,nOjp8Z+d2Plb`=&gJ8jZMpSo9ab8 at tboZq^xW)5)gg}s8]B)U8o0 at B*Fxr(sfswS at qlSJ7UPp4`O4DhveVT~?bjP UnpublishFeatures: Feature: DefaultFeature MSI (s) (9C:2C) [21:25:08:450]: Note: 1: 1402 2: UNKNOWN\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:2C) [21:25:08:452]: Executing op: FeatureUnpublish(Feature=SharedCRT,,Absent=2,Component=@]qDYt,uK7W at xTK}UAZQaoe[s)b9Z7%3izG4qOc3) UnpublishFeatures: Feature: SharedCRT MSI (s) (9C:2C) [21:25:08:458]: Note: 1: 1402 2: UNKNOWN\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:2C) [21:25:08:462]: Executing op: FeatureUnpublish(Feature=Extensions,Parent=DefaultFeature,Absent=2,Component=[j78wyZ$s95gvBq7(dLO) UnpublishFeatures: Feature: Extensions MSI (s) (9C:2C) [21:25:08:467]: Note: 1: 1402 2: UNKNOWN\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:2C) [21:25:08:469]: Executing op: FeatureUnpublish(Feature=TclTk,Parent=DefaultFeature,Absent=2,Component=C+ZC&JFbg9&}C[F1B9x+gJ3p8=swa at 1^56^w[cl%DJcj&!6*z8XYXUdukKH[{9$bgwq3m='Unv]VKU*n96I4sDN4. at Oy`{a'avGRnSNG*u96S9=Y6J'=oljn7F}ER8FA. at EcG0AL_*'cNb4wuL?@UAbmV3dxsd+Fn}TApneqEAOH'2OBo$)RB*5[X]}NH9z6S'wcK]iK5*'r)A72}9CZEsLyc`JIbDS6N1Y6%?n&9tlOn(K,9V{MB}{z-AuM^gL$GZ)+Yruw'$x`w@@5UdXTS}s&L7$`gJPd*9r3.LhWMEMhqlfG[1(Jd8-+k$,a(^,1(s2BaPVx`AGJx!$hmrJ8QUJmyhChV@?,43Elb+zOd=5%x~!^n=NfS^.VhJ&S-3=DhH^0x8knC+!fX)Jl%!bciA?_j at ISfH-dwcaT*IOFwbj7h at 2QZZh$VmzGrnwfr]~r1?Bdx at z.ebsA%JVRJr{^^?,rv?dM7v at D3.'YceJSL=~B@`905 at _jjY~ky9HiN at kP0C3~.Y,S4,V[XKj6r at k1-O8'5VP=eY$G]zjiK at RY-OL8zE@ym8n at 4}'E1?SLch%gC`E[lr(MAkn)a@(iD_&$!6rz^v0fGjOH(=&vnV!AjP8rlU4$?oBWy80hUF19tfF%@1ILX'Lgt?I3[nA61Q at Z1%L$i[3hW@[XnXMRJc4V3$knH}a`T?-&UFS0B+2Azc]@QJ%SM9IHCf(@uh)rI}TtmpXKKAGoW,G3oIXm,%+B3Bba[9xP_i2m2=Qe7P7VfF+o+?cf7E!Nz&AJRsEJjoSiC=N?6I_~UQIC06UBS7*sq8A5OHe2DC,S6.GfPwAt^=,$k3Favj-x?YJQ(ax6a9Q.t!m4?[tp[)IF45Ej]=A7dh5n&fIIyPbm]Q,u{=ST~4, at Rt0fI_AT'VUJHA7U`=LE}9p3]S{CkCjsZ=b3bf_68_~L*lq!f%-%{9(s2)[n`1wBy{&sY[-%m98$Rue.*i at 5y UnpublishFeatures: Feature: TclTk MSI (s) (9C:2C) [21:25:08:471]: Note: 1: 1402 2: UNKNOWN\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:2C) [21:25:08:472]: Executing op: FeatureUnpublish(Feature=Documentation,Parent=DefaultFeature,Absent=2,Component=mTMFZ[ya$=HzwI^xHMVnix3shae!dAs'Y2)7ab+8) UnpublishFeatures: Feature: Documentation MSI (s) (9C:2C) [21:25:08:476]: Note: 1: 1402 2: UNKNOWN\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:2C) [21:25:08:478]: Executing op: FeatureUnpublish(Feature=Tools,Parent=DefaultFeature,Absent=2,Component=4gf@'E~w&=sA+Q0kVlFc?pDPKQXlC9do3Sjjfk9abQJ}X&UBp?{v[t*,FCeSBN_s1yqDM9c(UoB,D1{Pw!t~G.'jM?ZE^$cT!uhs(U%T1=%Uu@`L}e%VVqA1p&bcg?vuS at D,DekXCEU') UnpublishFeatures: Feature: Tools MSI (s) (9C:2C) [21:25:08:479]: Note: 1: 1402 2: UNKNOWN\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:2C) [21:25:08:480]: Executing op: FeatureUnpublish(Feature=pip_feature,Parent=DefaultFeature,Absent=2,Component=E-^`L'.oF at szD'WsxgcC) UnpublishFeatures: Feature: pip_feature MSI (s) (9C:2C) [21:25:08:481]: Note: 1: 1402 2: UNKNOWN\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:2C) [21:25:08:483]: Executing op: FeatureUnpublish(Feature=Testsuite,Parent=DefaultFeature,Absent=2,Component=)%Lb.sq3`AE^c_`M at VUPj4pl6g,5x at tuDa&{M_t44O)(,W^LX8yBHQ930EhIx5D+%'IPd9%0tS7xTRQqpY6%pzfF0AZh*4EdJbXNOv1*Y.?xo?&!a^pfxJkjcW{~47+'^AueFMe,1(tF6~3l9TM9h=bZ}0N*%NjopDHcYSU(!?,G1L!^33_ at j&m70A.&3ANO6O+[_dM&@{F6`5C&q=VgTx]Ry6Mrsb,-ge+1*@`yl.P]UK48pOKvDa7d*AtSqgnrc0P4cI*+EPS79=yAJ`WB(}Xq_bfeoF`DV=eE%(^M4`S?yB$X^jFBp93m9WFdiXH9YTiY=?hOS@=J4ag*$lTfM4g$j-hgD9oTtR).a'~!G+o}A[Kc(?$u~Cd?d_]7HzxlONWg{8VI%A*_B6%,!+5k2{AJ4 at M{vy!$Tpn)b+JgwTbbQ=MB6UHmtf(!FuM at 82q)e?]FUXj^16kDiRQay&Dvx8QAojT at 0=ZDWTcF$^CIt9xf!ZPk4B']lL^BS4S8T@!o1`x?AO&pR_e{pU07!?qD at YyXEka^BqzuP+rt[AjWLRIg~nGzV+6B'phhE?njc%RC&gF_lM+0M at 9]LA7^(lqlGdgO&Sp3 at yqGP?Q*AD at -cK?PF]5az[1iWA7oT[,VJIUNHO,rVK]'J9{uNZ[cC at s?^5IAC.i6d=2dmOI0,s%gar_i3aL1K9P&MI2LOg2sHzNdvpa)JA_.qGR!pmq?Pw2NSlwo`88DEF-gf@{X1yUecqHhm at zXW4R01BJZHYcYjqm6BAzh$1mQwGxgD^mCb(fQYAQiv%7aqQ[4MyU,g at xc.?Mz$,-W0t9W5!@FN=Ni-@]&dE90dG'9R8covJ95q9Q^F]z&]!$!xEvx6cG&V at .A*gywU89I1pE^S*Ntp?drSCrlxP~`T%m4!kzW5AnwhCWMI}oh7nV3!Cb1T96~PFRb[*R_?[,l8~6Kv950uS]_o{roeZFE``5HR9)kMLsTJ UnpublishFeatures: Feature: Testsuite MSI (s) (9C:2C) [21:25:08:484]: Note: 1: 1402 2: UNKNOWN\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:2C) [21:25:08:486]: Executing op: FeatureUnpublish(Feature=PrependPath,Parent=DefaultFeature,Absent=2,Component=vemjY9w,u@`W(yJh%Wo_) UnpublishFeatures: Feature: PrependPath MSI (s) (9C:2C) [21:25:08:487]: Note: 1: 1402 2: UNKNOWN\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:2C) [21:25:08:488]: Executing op: ActionStart(Name=RemoveODBC,Description=Removing ODBC components,) Action 21:25:08: RemoveODBC. Removing ODBC components MSI (s) (9C:2C) [21:25:08:491]: Executing op: ODBCDriverManager(,BinaryType=0) MSI (s) (9C:2C) [21:25:08:491]: Executing op: ODBCDriverManager(,BinaryType=1) MSI (s) (9C:2C) [21:25:08:491]: Executing op: ActionStart(Name=RemoveRegistryValues,Description=Removing system registry values,Template=Key: [1], Name: [2]) Action 21:25:08: RemoveRegistryValues. Removing system registry values MSI (s) (9C:2C) [21:25:08:495]: Executing op: ProgressTotal(Total=27,Type=1,ByteEquivalent=13200) MSI (s) (9C:2C) [21:25:08:495]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.py,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:495]: Executing op: RegRemoveValue(,Value=Python.File,) RemoveRegistryValues: Key: \Software\Classes\.py, Name: MSI (s) (9C:2C) [21:25:08:496]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.py 3: 2 MSI (s) (9C:2C) [21:25:08:496]: Executing op: RegRemoveValue(Name=Content Type,Value=text/plain,) RemoveRegistryValues: Key: \Software\Classes\.py, Name: Content Type MSI (s) (9C:2C) [21:25:08:497]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.py 3: 2 MSI (s) (9C:2C) [21:25:08:497]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyw,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:497]: Executing op: RegRemoveValue(,Value=Python.NoConFile,) RemoveRegistryValues: Key: \Software\Classes\.pyw, Name: MSI (s) (9C:2C) [21:25:08:498]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.pyw 3: 2 MSI (s) (9C:2C) [21:25:08:498]: Executing op: RegRemoveValue(Name=Content Type,Value=text/plain,) RemoveRegistryValues: Key: \Software\Classes\.pyw, Name: Content Type MSI (s) (9C:2C) [21:25:08:499]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.pyw 3: 2 MSI (s) (9C:2C) [21:25:08:499]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyc,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:499]: Executing op: RegRemoveValue(,Value=Python.CompiledFile,) RemoveRegistryValues: Key: \Software\Classes\.pyc, Name: MSI (s) (9C:2C) [21:25:08:500]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.pyc 3: 2 MSI (s) (9C:2C) [21:25:08:500]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyo,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:500]: Executing op: RegRemoveValue(,Value=Python.CompiledFile,) RemoveRegistryValues: Key: \Software\Classes\.pyo, Name: MSI (s) (9C:2C) [21:25:08:501]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.pyo 3: 2 MSI (s) (9C:2C) [21:25:08:501]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shell\open\command,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:501]: Executing op: RegRemoveValue(,Value="[LAUNCHERDIR]py.exe" "%1" %*,) RemoveRegistryValues: Key: \Software\Classes\Python.File\shell\open\command, Name: MSI (s) (9C:2C) [21:25:08:502]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.File\shell\open\command 3: 2 MSI (s) (9C:2C) [21:25:08:502]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shell\open\command,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:503]: Executing op: RegRemoveValue(,Value="[LAUNCHERDIR]pyw.exe" "%1" %*,) RemoveRegistryValues: Key: \Software\Classes\Python.NoConFile\shell\open\command, Name: MSI (s) (9C:2C) [21:25:08:505]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.NoConFile\shell\open\command 3: 2 MSI (s) (9C:2C) [21:25:08:505]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\shell\open\command,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:505]: Executing op: RegRemoveValue(,Value="[LAUNCHERDIR]py.exe" "%1" %*,) RemoveRegistryValues: Key: \Software\Classes\Python.CompiledFile\shell\open\command, Name: MSI (s) (9C:2C) [21:25:08:506]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.CompiledFile\shell\open\command 3: 2 MSI (s) (9C:2C) [21:25:08:506]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shell\Edit with IDLE\command,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:506]: Executing op: RegRemoveValue(,Value="[TARGETDIR]pythonw.exe" "[TARGETDIR]Lib\idlelib\idle.pyw" -e "%1",) RemoveRegistryValues: Key: \Software\Classes\Python.File\shell\Edit with IDLE\command, Name: MSI (s) (9C:2C) [21:25:08:507]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.File\shell\Edit with IDLE\command 3: 2 MSI (s) (9C:2C) [21:25:08:507]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shell\Edit with IDLE\command,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:507]: Executing op: RegRemoveValue(,Value="[TARGETDIR]pythonw.exe" "[TARGETDIR]Lib\idlelib\idle.pyw" -e "%1",) RemoveRegistryValues: Key: \Software\Classes\Python.NoConFile\shell\Edit with IDLE\command, Name: MSI (s) (9C:2C) [21:25:08:508]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.NoConFile\shell\Edit with IDLE\command 3: 2 MSI (s) (9C:2C) [21:25:08:508]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\DefaultIcon,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:508]: Executing op: RegRemoveValue(,Value=[DLLs]py.ico,) RemoveRegistryValues: Key: \Software\Classes\Python.File\DefaultIcon, Name: MSI (s) (9C:2C) [21:25:08:509]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.File\DefaultIcon 3: 2 MSI (s) (9C:2C) [21:25:08:509]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\DefaultIcon,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:509]: Executing op: RegRemoveValue(,Value=[DLLs]py.ico,) RemoveRegistryValues: Key: \Software\Classes\Python.NoConFile\DefaultIcon, Name: MSI (s) (9C:2C) [21:25:08:510]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.NoConFile\DefaultIcon 3: 2 MSI (s) (9C:2C) [21:25:08:510]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\DefaultIcon,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:510]: Executing op: RegRemoveValue(,Value=[DLLs]pyc.ico,) RemoveRegistryValues: Key: \Software\Classes\Python.CompiledFile\DefaultIcon, Name: MSI (s) (9C:2C) [21:25:08:511]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.CompiledFile\DefaultIcon 3: 2 MSI (s) (9C:2C) [21:25:08:511]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:511]: Executing op: RegRemoveValue(,Value=Python File,) RemoveRegistryValues: Key: \Software\Classes\Python.File, Name: MSI (s) (9C:2C) [21:25:08:512]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.File 3: 2 MSI (s) (9C:2C) [21:25:08:512]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:512]: Executing op: RegRemoveValue(,Value=Python File (no console),) RemoveRegistryValues: Key: \Software\Classes\Python.NoConFile, Name: MSI (s) (9C:2C) [21:25:08:514]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.NoConFile 3: 2 MSI (s) (9C:2C) [21:25:08:514]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:514]: Executing op: RegRemoveValue(,Value=Compiled Python File,) RemoveRegistryValues: Key: \Software\Classes\Python.CompiledFile, Name: MSI (s) (9C:2C) [21:25:08:515]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.CompiledFile 3: 2 MSI (s) (9C:2C) [21:25:08:515]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shellex\DropHandler,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:515]: Executing op: RegRemoveValue(,Value={60254CA5-953B-11CF-8C96-00AA00B8708C},) RemoveRegistryValues: Key: \Software\Classes\Python.File\shellex\DropHandler, Name: MSI (s) (9C:2C) [21:25:08:516]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.File\shellex\DropHandler 3: 2 MSI (s) (9C:2C) [21:25:08:516]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shellex\DropHandler,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:516]: Executing op: RegRemoveValue(,Value={60254CA5-953B-11CF-8C96-00AA00B8708C},) RemoveRegistryValues: Key: \Software\Classes\Python.NoConFile\shellex\DropHandler, Name: MSI (s) (9C:2C) [21:25:08:517]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.NoConFile\shellex\DropHandler 3: 2 MSI (s) (9C:2C) [21:25:08:517]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\shellex\DropHandler,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:517]: Executing op: RegRemoveValue(,Value={60254CA5-953B-11CF-8C96-00AA00B8708C},) RemoveRegistryValues: Key: \Software\Classes\Python.CompiledFile\shellex\DropHandler, Name: MSI (s) (9C:2C) [21:25:08:519]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.CompiledFile\shellex\DropHandler 3: 2 MSI (s) (9C:2C) [21:25:08:519]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\InstallPath,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:519]: Executing op: RegRemoveValue(,Value=[TARGETDIR],) RemoveRegistryValues: Key: \Software\Python\PythonCore\3.4\InstallPath, Name: MSI (s) (9C:2C) [21:25:08:520]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\InstallPath\InstallGroup,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:521]: Executing op: RegRemoveValue(,Value=Python 3.4,) RemoveRegistryValues: Key: \Software\Python\PythonCore\3.4\InstallPath\InstallGroup, Name: MSI (s) (9C:2C) [21:25:08:522]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\PythonPath,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:522]: Executing op: RegRemoveValue(,Value=[TARGETDIR]Lib;[TARGETDIR]DLLs,) RemoveRegistryValues: Key: \Software\Python\PythonCore\3.4\PythonPath, Name: MSI (s) (9C:2C) [21:25:08:523]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\Help\Main Python Documentation,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:523]: Executing op: RegRemoveValue(,Value=[TARGETDIR]Doc\python342.chm,) RemoveRegistryValues: Key: \Software\Python\PythonCore\3.4\Help\Main Python Documentation, Name: MSI (s) (9C:2C) [21:25:08:525]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\Modules,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:525]: Executing op: RegOpenKey(Root=-1,Key=Software\Microsoft\Windows\CurrentVersion\App Paths\Python.exe,,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:525]: Executing op: RegRemoveValue(,Value=[TARGETDIR]Python.exe,) RemoveRegistryValues: Key: \Software\Microsoft\Windows\CurrentVersion\App Paths\Python.exe, Name: MSI (s) (9C:2C) [21:25:08:526]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Microsoft\Windows\CurrentVersion\App Paths\Python.exe 3: 2 MSI (s) (9C:2C) [21:25:08:527]: Executing op: RegOpenKey(Root=-1,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{2583CDBA-8A53-4622-BB67-1D163714C1B4},,BinaryType=0,,) MSI (s) (9C:2C) [21:25:08:527]: Executing op: RegRemoveValue(Name=DisplayIcon,Value=[TARGETDIR]python.exe,) RemoveRegistryValues: Key: \Software\Microsoft\Windows\CurrentVersion\Uninstall\{2583CDBA-8A53-4622-BB67-1D163714C1B4}, Name: DisplayIcon MSI (s) (9C:2C) [21:25:08:528]: Executing op: ActionStart(Name=RemoveShortcuts,Description=Removing shortcuts,Template=Shortcut: [1]) Action 21:25:08: RemoveShortcuts. Removing shortcuts MSI (s) (9C:2C) [21:25:08:532]: Executing op: SetTargetFolder(Folder=23\Python 3.4\) MSI (s) (9C:2C) [21:25:08:546]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:2C) [21:25:08:546]: Executing op: ShortcutRemove(Name=PYTHON|Python 3.4 (command line - 32 bit)) RemoveShortcuts: Shortcut: PYTHON|Python 3.4 (command line - 32 bit) MSI (s) (9C:2C) [21:25:08:547]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 (command line - 32 bit) 3: 2 MSI (s) (9C:2C) [21:25:08:565]: Verifying accessibility of file: Python 3.4 (command line - 32 bit).lnk MSI (s) (9C:2C) [21:25:08:568]: Using source file security for destination. MSI (s) (9C:2C) [21:25:09:959]: Note: 1: 2318 2: MSI (s) (9C:2C) [21:25:09:963]: Executing op: ShortcutRemove(Name=IDLE|IDLE (Python 3.4 GUI - 32 bit)) RemoveShortcuts: Shortcut: IDLE|IDLE (Python 3.4 GUI - 32 bit) MSI (s) (9C:2C) [21:25:09:965]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 GUI - 32 bit) 3: 2 MSI (s) (9C:2C) [21:25:09:984]: Verifying accessibility of file: IDLE (Python 3.4 GUI - 32 bit).lnk MSI (s) (9C:2C) [21:25:09:986]: Using source file security for destination. MSI (s) (9C:2C) [21:25:11:497]: Note: 1: 2318 2: MSI (s) (9C:2C) [21:25:11:500]: Executing op: ShortcutRemove(Name=MODDOCS|Python 3.4 Docs Server (pydoc - 32 bit)) RemoveShortcuts: Shortcut: MODDOCS|Python 3.4 Docs Server (pydoc - 32 bit) MSI (s) (9C:2C) [21:25:11:501]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 Docs Server (pydoc - 32 bit) 3: 2 MSI (s) (9C:2C) [21:25:11:524]: Verifying accessibility of file: Python 3.4 Docs Server (pydoc - 32 bit).lnk MSI (s) (9C:2C) [21:25:11:527]: Using source file security for destination. MSI (s) (9C:2C) [21:25:13:385]: Note: 1: 2318 2: MSI (s) (9C:2C) [21:25:13:388]: Executing op: SetTargetFolder(Folder=23\Python 3.4\) MSI (s) (9C:2C) [21:25:13:409]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:2C) [21:25:13:409]: Executing op: ShortcutRemove(Name=MANUAL|Python 3.4 Manuals) RemoveShortcuts: Shortcut: MANUAL|Python 3.4 Manuals MSI (s) (9C:2C) [21:25:13:410]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 Manuals 3: 2 MSI (s) (9C:2C) [21:25:13:461]: Verifying accessibility of file: Python 3.4 Manuals.lnk MSI (s) (9C:2C) [21:25:13:479]: Using source file security for destination. MSI (s) (9C:2C) [21:25:14:691]: Note: 1: 2318 2: MSI (s) (9C:2C) [21:25:14:694]: Executing op: ShortcutRemove(Name=UNINST|Uninstall Python 3.4 (32 bit)) RemoveShortcuts: Shortcut: UNINST|Uninstall Python 3.4 (32 bit) MSI (s) (9C:2C) [21:25:14:695]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.4 (32 bit) 3: 2 MSI (s) (9C:2C) [21:25:14:714]: Verifying accessibility of file: Uninstall Python 3.4 (32 bit).lnk MSI (s) (9C:2C) [21:25:14:717]: Using source file security for destination. MSI (s) (9C:2C) [21:25:15:684]: Note: 1: 2318 2: MSI (s) (9C:2C) [21:25:15:703]: Executing op: ActionStart(Name=RemoveEnvironmentStrings,Description=Updating environment strings,Template=Name: [1], Value: [2], Action [3]) Action 21:25:15: RemoveEnvironmentStrings. Updating environment strings MSI (s) (9C:2C) [21:25:15:709]: Executing op: ProgressTotal(Total=2,Type=1,ByteEquivalent=13200) MSI (s) (9C:2C) [21:25:15:710]: Executing op: UpdateEnvironmentStrings(Name=Path,Value=C:\Python34\;C:\Python34\Scripts,Delimiter=;,Action=-1610612732,) RemoveEnvironmentStrings: Name: Path, Value: C:\Python34\;C:\Python34\Scripts, Action -1610612732 MSI (s) (9C:2C) [21:25:15:711]: Executing op: UpdateEnvironmentStrings(Name=PathExt,Value=.PY,Delimiter=;,Action=1610612740,) RemoveEnvironmentStrings: Name: PathExt, Value: .PY, Action 1610612740 MSI (s) (9C:2C) [21:25:15:712]: Executing op: ActionStart(Name=RemovePip,,) Action 21:25:15: RemovePip. MSI (s) (9C:2C) [21:25:15:717]: Executing op: CustomActionSchedule(Action=RemovePip,ActionType=3090,Source=C:\Python34\python.exe,Target=-B -m ensurepip._uninstall,) MSI (s) (9C:2C) [21:25:15:720]: Note: 1: 1721 2: RemovePip 3: C:\Python34\python.exe 4: -B -m ensurepip._uninstall MSI (s) (9C:2C) [21:25:15:720]: Note: 1: 2262 2: Error 3: -2147287038 Error 1721. There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: RemovePip, location: C:\Python34\python.exe, command: -B -m ensurepip._uninstall MSI (s) (9C:2C) [21:25:23:160]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (9C:2C) [21:25:23:160]: Product: Python 3.4.2 -- Error 1721. There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: RemovePip, location: C:\Python34\python.exe, command: -B -m ensurepip._uninstall Action ended 21:25:23: InstallFinalize. Return value 3. MSI (s) (9C:2C) [21:25:23:160]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'. Action ended 21:25:23: INSTALL. Return value 3. Property(N): X = C:\Python34\Tools\pynche\X\ Property(N): UpgradeCode = {92A24481-3ECB-40FC-8836-04B7966EC0D5} Property(N): ProductName = Python 3.4.2 Property(N): ProductCode = {2583CDBA-8A53-4622-BB67-1D163714C1B4} Property(N): ProductVersion = 3.4.16349 Property(N): Manufacturer = Python Software Foundation Property(N): ProductLanguage = 1033 Property(N): VersionNT = 603 Property(N): WhichUsers = ALL Property(N): ProductLine = Python34 Property(N): TARGETDIR = C:\Python34\ Property(N): Tools = C:\Python34\Tools\ Property(N): DefaultUIFont = DlgFont8 Property(N): ErrorDialog = ErrorDlg Property(N): Progress1 = Install Property(N): Progress2 = installs Property(N): MaintenanceForm_Action = Repair Property(N): DLLDIR = C:\WINDOWS\SysWOW64\ Property(N): LAUNCHERDIR = C:\WINDOWS\ Property(N): DLLs = C:\Python34\DLLs\ Property(N): Lib = C:\Python34\Lib\ Property(N): Lib_pycache = C:\Python34\Lib\__pycache__\ Property(N): asyncio = C:\Python34\Lib\asyncio\ Property(N): asyncio_pycache = C:\Python34\Lib\asyncio\__pycache__\ Property(N): site_packages = C:\Python34\Lib\site-packages\ Property(N): idlelib = C:\Python34\Lib\idlelib\ Property(N): idlelib_pycache = C:\Python34\Lib\idlelib\__pycache__\ Property(N): idle_test = C:\Python34\Lib\idlelib\idle_test\ Property(N): idle_test_pycache = C:\Python34\Lib\idlelib\idle_test\__pycache__\ Property(N): Icons = C:\Python34\Lib\idlelib\Icons\ Property(N): concurrent = C:\Python34\Lib\concurrent\ Property(N): concurrent_pycache = C:\Python34\Lib\concurrent\__pycache__\ Property(N): futures = C:\Python34\Lib\concurrent\futures\ Property(N): futures_pycache = C:\Python34\Lib\concurrent\futures\__pycache__\ Property(N): http = C:\Python34\Lib\http\ Property(N): http_pycache = C:\Python34\Lib\http\__pycache__\ Property(N): sqlite3 = C:\Python34\Lib\sqlite3\ Property(N): sqlite3_pycache = C:\Python34\Lib\sqlite3\__pycache__\ Property(N): test = C:\Python34\Lib\sqlite3\test\ Property(N): test_pycache = C:\Python34\Lib\sqlite3\test\__pycache__\ Property(N): html = C:\Python34\Lib\html\ Property(N): html_pycache = C:\Python34\Lib\html\__pycache__\ Property(N): lib2to3 = C:\Python34\Lib\lib2to3\ Property(N): lib2to3_pycache = C:\Python34\Lib\lib2to3\__pycache__\ Property(N): pgen2 = C:\Python34\Lib\lib2to3\pgen2\ Property(N): pgen2_pycache = C:\Python34\Lib\lib2to3\pgen2\__pycache__\ Property(N): tests = C:\Python34\Lib\lib2to3\tests\ Property(N): tests_pycache = C:\Python34\Lib\lib2to3\tests\__pycache__\ Property(N): data = C:\Python34\Lib\lib2to3\tests\data\ Property(N): data_pycache = C:\Python34\Lib\lib2to3\tests\data\__pycache__\ Property(N): fixers = C:\Python34\Lib\lib2to3\tests\data\fixers\ Property(N): fixers_pycache = C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\ Property(N): myfixes = C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ Property(N): myfixes_pycache = C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\ Property(N): fixes = C:\Python34\Lib\lib2to3\fixes\ Property(N): fixes_pycache = C:\Python34\Lib\lib2to3\fixes\__pycache__\ Property(N): tkinter = C:\Python34\Lib\tkinter\ Property(N): tkinter_pycache = C:\Python34\Lib\tkinter\__pycache__\ Property(N): test1 = C:\Python34\Lib\tkinter\test\ Property(N): test1_pycache = C:\Python34\Lib\tkinter\test\__pycache__\ Property(N): test_tkinter = C:\Python34\Lib\tkinter\test\test_tkinter\ Property(N): test_tkinter_pycache = C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\ Property(N): test_ttk = C:\Python34\Lib\tkinter\test\test_ttk\ Property(N): test_ttk_pycache = C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\ Property(N): wsgiref = C:\Python34\Lib\wsgiref\ Property(N): wsgiref_pycache = C:\Python34\Lib\wsgiref\__pycache__\ Property(N): venv = C:\Python34\Lib\venv\ Property(N): venv_pycache = C:\Python34\Lib\venv\__pycache__\ Property(N): scripts = C:\Python34\Lib\venv\scripts\ Property(N): nt = C:\Python34\Lib\venv\scripts\nt\ Property(N): posix = C:\Python34\Lib\venv\scripts\posix\ Property(N): json = C:\Python34\Lib\json\ Property(N): json_pycache = C:\Python34\Lib\json\__pycache__\ Property(N): curses = C:\Python34\Lib\curses\ Property(N): curses_pycache = C:\Python34\Lib\curses\__pycache__\ Property(N): multiprocessing = C:\Python34\Lib\multiprocessing\ Property(N): multiprocessing_pycache = C:\Python34\Lib\multiprocessing\__pycache__\ Property(N): dummy = C:\Python34\Lib\multiprocessing\dummy\ Property(N): dummy_pycache = C:\Python34\Lib\multiprocessing\dummy\__pycache__\ Property(N): ensurepip = C:\Python34\Lib\ensurepip\ Property(N): ensurepip_pycache = C:\Python34\Lib\ensurepip\__pycache__\ Property(N): _bundled = C:\Python34\Lib\ensurepip\_bundled\ Property(N): logging = C:\Python34\Lib\logging\ Property(N): logging_pycache = C:\Python34\Lib\logging\__pycache__\ Property(N): ctypes = C:\Python34\Lib\ctypes\ Property(N): ctypes_pycache = C:\Python34\Lib\ctypes\__pycache__\ Property(N): test2 = C:\Python34\Lib\ctypes\test\ Property(N): test2_pycache = C:\Python34\Lib\ctypes\test\__pycache__\ Property(N): macholib = C:\Python34\Lib\ctypes\macholib\ Property(N): macholib_pycache = C:\Python34\Lib\ctypes\macholib\__pycache__\ Property(N): test3 = C:\Python34\Lib\test\ Property(N): test3_pycache = C:\Python34\Lib\test\__pycache__\ Property(N): test_asyncio = C:\Python34\Lib\test\test_asyncio\ Property(N): test_asyncio_pycache = C:\Python34\Lib\test\test_asyncio\__pycache__\ Property(N): support = C:\Python34\Lib\test\support\ Property(N): support_pycache = C:\Python34\Lib\test\support\__pycache__\ Property(N): capath = C:\Python34\Lib\test\capath\ Property(N): encoded_modules = C:\Python34\Lib\test\encoded_modules\ Property(N): encoded_modules_pycache = C:\Python34\Lib\test\encoded_modules\__pycache__\ Property(N): imghdrdata = C:\Python34\Lib\test\imghdrdata\ Property(N): test_tools = C:\Python34\Lib\test\test_tools\ Property(N): test_tools_pycache = C:\Python34\Lib\test\test_tools\__pycache__\ Property(N): decimaltestdata = C:\Python34\Lib\test\decimaltestdata\ Property(N): sndhdrdata = C:\Python34\Lib\test\sndhdrdata\ Property(N): tracedmodules = C:\Python34\Lib\test\tracedmodules\ Property(N): tracedmodules_pycache = C:\Python34\Lib\test\tracedmodules\__pycache__\ Property(N): crashers = C:\Python34\Lib\test\crashers\ Property(N): crashers_pycache = C:\Python34\Lib\test\crashers\__pycache__\ Property(N): cjkencodings = C:\Python34\Lib\test\cjkencodings\ Property(N): leakers = C:\Python34\Lib\test\leakers\ Property(N): leakers_pycache = C:\Python34\Lib\test\leakers\__pycache__\ Property(N): subprocessdata = C:\Python34\Lib\test\subprocessdata\ Property(N): subprocessdata_pycache = C:\Python34\Lib\test\subprocessdata\__pycache__\ Property(N): test_json = C:\Python34\Lib\test\test_json\ Property(N): test_json_pycache = C:\Python34\Lib\test\test_json\__pycache__\ Property(N): xmltestdata = C:\Python34\Lib\test\xmltestdata\ Property(N): data1 = C:\Python34\Lib\test\data\ Property(N): audiodata = C:\Python34\Lib\test\audiodata\ Property(N): test_importlib = C:\Python34\Lib\test\test_importlib\ Property(N): test_importlib_pycache = C:\Python34\Lib\test\test_importlib\__pycache__\ Property(N): builtin = C:\Python34\Lib\test\test_importlib\builtin\ Property(N): builtin_pycache = C:\Python34\Lib\test\test_importlib\builtin\__pycache__\ Property(N): namespace_pkgs = C:\Python34\Lib\test\test_importlib\namespace_pkgs\ Property(N): module_and_namespace_package = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\ Property(N): module_and_namespace_package_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\ Property(N): a_test = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\ Property(N): project3 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\ Property(N): parent = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\ Property(N): child = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\ Property(N): child_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\ Property(N): project1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\ Property(N): parent1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\ Property(N): child1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\ Property(N): child1_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\ Property(N): project2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\ Property(N): parent2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\ Property(N): child2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\ Property(N): child2_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\ Property(N): both_portions = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\ Property(N): foo = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\ Property(N): foo_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\ Property(N): not_a_namespace_pkg = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\ Property(N): foo1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\ Property(N): foo1_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\ Property(N): portion1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\ Property(N): foo2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\ Property(N): foo2_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\ Property(N): portion2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\ Property(N): foo3 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\ Property(N): foo3_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\ Property(N): frozen = C:\Python34\Lib\test\test_importlib\frozen\ Property(N): frozen_pycache = C:\Python34\Lib\test\test_importlib\frozen\__pycache__\ Property(N): source = C:\Python34\Lib\test\test_importlib\source\ Property(N): source_pycache = C:\Python34\Lib\test\test_importlib\source\__pycache__\ Property(N): extension = C:\Python34\Lib\test\test_importlib\extension\ Property(N): extension_pycache = C:\Python34\Lib\test\test_importlib\extension\__pycache__\ Property(N): import_ = C:\Python34\Lib\test\test_importlib\import_\ Property(N): import__pycache = C:\Python34\Lib\test\test_importlib\import_\__pycache__\ Property(N): test_email = C:\Python34\Lib\test\test_email\ Property(N): test_email_pycache = C:\Python34\Lib\test\test_email\__pycache__\ Property(N): data2 = C:\Python34\Lib\test\test_email\data\ Property(N): turtledemo = C:\Python34\Lib\turtledemo\ Property(N): turtledemo_pycache = C:\Python34\Lib\turtledemo\__pycache__\ Property(N): xml = C:\Python34\Lib\xml\ Property(N): xml_pycache = C:\Python34\Lib\xml\__pycache__\ Property(N): dom = C:\Python34\Lib\xml\dom\ Property(N): dom_pycache = C:\Python34\Lib\xml\dom\__pycache__\ Property(N): etree = C:\Python34\Lib\xml\etree\ Property(N): etree_pycache = C:\Python34\Lib\xml\etree\__pycache__\ Property(N): parsers = C:\Python34\Lib\xml\parsers\ Property(N): parsers_pycache = C:\Python34\Lib\xml\parsers\__pycache__\ Property(N): sax = C:\Python34\Lib\xml\sax\ Property(N): sax_pycache = C:\Python34\Lib\xml\sax\__pycache__\ Property(N): email = C:\Python34\Lib\email\ Property(N): email_pycache = C:\Python34\Lib\email\__pycache__\ Property(N): mime = C:\Python34\Lib\email\mime\ Property(N): mime_pycache = C:\Python34\Lib\email\mime\__pycache__\ Property(N): urllib = C:\Python34\Lib\urllib\ Property(N): urllib_pycache = C:\Python34\Lib\urllib\__pycache__\ Property(N): encodings = C:\Python34\Lib\encodings\ Property(N): encodings_pycache = C:\Python34\Lib\encodings\__pycache__\ Property(N): pydoc_data = C:\Python34\Lib\pydoc_data\ Property(N): pydoc_data_pycache = C:\Python34\Lib\pydoc_data\__pycache__\ Property(N): msilib = C:\Python34\Lib\msilib\ Property(N): msilib_pycache = C:\Python34\Lib\msilib\__pycache__\ Property(N): xmlrpc = C:\Python34\Lib\xmlrpc\ Property(N): xmlrpc_pycache = C:\Python34\Lib\xmlrpc\__pycache__\ Property(N): unittest = C:\Python34\Lib\unittest\ Property(N): unittest_pycache = C:\Python34\Lib\unittest\__pycache__\ Property(N): test4 = C:\Python34\Lib\unittest\test\ Property(N): test4_pycache = C:\Python34\Lib\unittest\test\__pycache__\ Property(N): testmock = C:\Python34\Lib\unittest\test\testmock\ Property(N): testmock_pycache = C:\Python34\Lib\unittest\test\testmock\__pycache__\ Property(N): collections = C:\Python34\Lib\collections\ Property(N): collections_pycache = C:\Python34\Lib\collections\__pycache__\ Property(N): importlib = C:\Python34\Lib\importlib\ Property(N): importlib_pycache = C:\Python34\Lib\importlib\__pycache__\ Property(N): distutils = C:\Python34\Lib\distutils\ Property(N): distutils_pycache = C:\Python34\Lib\distutils\__pycache__\ Property(N): command = C:\Python34\Lib\distutils\command\ Property(N): command_pycache = C:\Python34\Lib\distutils\command\__pycache__\ Property(N): tests1 = C:\Python34\Lib\distutils\tests\ Property(N): tests1_pycache = C:\Python34\Lib\distutils\tests\__pycache__\ Property(N): dbm = C:\Python34\Lib\dbm\ Property(N): dbm_pycache = C:\Python34\Lib\dbm\__pycache__\ Property(N): include = C:\Python34\include\ Property(N): libs = C:\Python34\libs\ Property(N): tcl = C:\Python34\tcl\ Property(N): tk8.6 = C:\Python34\tcl\tk8.6\ Property(N): ttk = C:\Python34\tcl\tk8.6\ttk\ Property(N): msgs = C:\Python34\tcl\tk8.6\msgs\ Property(N): images = C:\Python34\tcl\tk8.6\images\ Property(N): demos = C:\Python34\tcl\tk8.6\demos\ Property(N): images1 = C:\Python34\tcl\tk8.6\demos\images\ Property(N): tix8.4.3 = C:\Python34\tcl\tix8.4.3\ Property(N): pref = C:\Python34\tcl\tix8.4.3\pref\ Property(N): demos1 = C:\Python34\tcl\tix8.4.3\demos\ Property(N): samples = C:\Python34\tcl\tix8.4.3\demos\samples\ Property(N): bitmaps = C:\Python34\tcl\tix8.4.3\demos\bitmaps\ Property(N): bitmaps1 = C:\Python34\tcl\tix8.4.3\bitmaps\ Property(N): thread2.7.0 = C:\Python34\tcl\thread2.7.0\ Property(N): tdbcsqlite1.0.0 = C:\Python34\tcl\tdbcsqlite1.0.0\ Property(N): tdbcpostgres1.0.0 = C:\Python34\tcl\tdbcpostgres1.0.0\ Property(N): tdbcodbc1.0.0 = C:\Python34\tcl\tdbcodbc1.0.0\ Property(N): tdbcmysql1.0.0 = C:\Python34\tcl\tdbcmysql1.0.0\ Property(N): tdbc1.0.0 = C:\Python34\tcl\tdbc1.0.0\ Property(N): tcl8.6 = C:\Python34\tcl\tcl8.6\ Property(N): tzdata = C:\Python34\tcl\tcl8.6\tzdata\ Property(N): US = C:\Python34\tcl\tcl8.6\tzdata\US\ Property(N): Pacific = C:\Python34\tcl\tcl8.6\tzdata\Pacific\ Property(N): SystemV = C:\Python34\tcl\tcl8.6\tzdata\SystemV\ Property(N): Mexico = C:\Python34\tcl\tcl8.6\tzdata\Mexico\ Property(N): Indian = C:\Python34\tcl\tcl8.6\tzdata\Indian\ Property(N): Europe = C:\Python34\tcl\tcl8.6\tzdata\Europe\ Property(N): Etc = C:\Python34\tcl\tcl8.6\tzdata\Etc\ Property(N): Chile = C:\Python34\tcl\tcl8.6\tzdata\Chile\ Property(N): Canada = C:\Python34\tcl\tcl8.6\tzdata\Canada\ Property(N): Atlantic = C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ Property(N): Brazil = C:\Python34\tcl\tcl8.6\tzdata\Brazil\ Property(N): Australia = C:\Python34\tcl\tcl8.6\tzdata\Australia\ Property(N): Asia = C:\Python34\tcl\tcl8.6\tzdata\Asia\ Property(N): Arctic = C:\Python34\tcl\tcl8.6\tzdata\Arctic\ Property(N): Antarctica = C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ Property(N): America = C:\Python34\tcl\tcl8.6\tzdata\America\ Property(N): North_Dakota = C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ Property(N): Kentucky = C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\ Property(N): Indiana = C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ Property(N): Argentina = C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ Property(N): Africa = C:\Python34\tcl\tcl8.6\tzdata\Africa\ Property(N): opt0.4 = C:\Python34\tcl\tcl8.6\opt0.4\ Property(N): msgs1 = C:\Python34\tcl\tcl8.6\msgs\ Property(N): http1.0 = C:\Python34\tcl\tcl8.6\http1.0\ Property(N): encoding = C:\Python34\tcl\tcl8.6\encoding\ Property(N): tcl8 = C:\Python34\tcl\tcl8\ Property(N): _8.6 = C:\Python34\tcl\tcl8\8.6\ Property(N): tdbc = C:\Python34\tcl\tcl8\8.6\tdbc\ Property(N): _8.5 = C:\Python34\tcl\tcl8\8.5\ Property(N): _8.4 = C:\Python34\tcl\tcl8\8.4\ Property(N): platform = C:\Python34\tcl\tcl8\8.4\platform\ Property(N): _8.3 = C:\Python34\tcl\tcl8\8.3\ Property(N): _8.2 = C:\Python34\tcl\tcl8\8.2\ Property(N): sqlite33.8.0 = C:\Python34\tcl\sqlite33.8.0\ Property(N): reg1.3 = C:\Python34\tcl\reg1.3\ Property(N): itcl4.0.0 = C:\Python34\tcl\itcl4.0.0\ Property(N): dde1.4 = C:\Python34\tcl\dde1.4\ Property(N): i18n = C:\Python34\Tools\i18n\ Property(N): i18n_pycache = C:\Python34\Tools\i18n\__pycache__\ Property(N): pynche = C:\Python34\Tools\pynche\ Property(N): pynche_pycache = C:\Python34\Tools\pynche\__pycache__\ Property(N): Scripts = C:\Python34\Tools\Scripts\ Property(N): Scripts_pycache = C:\Python34\Tools\Scripts\__pycache__\ Property(N): Doc = C:\Python34\Doc\ Property(N): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ Property(N): MenuDir = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\ Property(N): SecureCustomProperties = REMOVEOLDSNAPSHOT;TARGETDIR;DLLDIR;LAUNCHERDIR Property(N): WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D = C:\WINDOWS\ Property(N): SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D = C:\WINDOWS\SysWOW64\ Property(N): DirectoryTable100_x86.AFA96EB4_FA9F_335C_A7CB_36079407553D = DirectoryTable Property(N): PackageCode = {9360D2A4-D416-4381-9306-E96BF03C2201} Property(N): ProductState = 5 Property(N): ALLUSERS = 1 Property(N): UPGRADINGPRODUCTCODE = {CD723946-09C1-38D3-8542-732BA931E9EF} Property(N): CLIENTPROCESSID = 7536 Property(N): CLIENTUILEVEL = 0 Property(N): REMOVE = ALL Property(N): PRODUCTLANGUAGE = 1033 Property(N): VersionDatabase = 200 Property(N): VersionMsi = 5.00 Property(N): VersionNT64 = 603 Property(N): WindowsBuild = 9600 Property(N): ServicePackLevel = 0 Property(N): ServicePackLevelMinor = 0 Property(N): MsiNTProductType = 1 Property(N): MsiNTSuitePersonal = 1 Property(N): WindowsFolder = C:\WINDOWS\ Property(N): WindowsVolume = C:\ Property(N): System64Folder = C:\WINDOWS\system32\ Property(N): SystemFolder = C:\WINDOWS\SysWOW64\ Property(N): RemoteAdminTS = 1 Property(N): TempFolder = C:\Users\pierre\AppData\Local\Temp\ Property(N): ProgramFilesFolder = C:\Program Files (x86)\ Property(N): CommonFilesFolder = C:\Program Files (x86)\Common Files\ Property(N): ProgramFiles64Folder = C:\Program Files\ Property(N): CommonFiles64Folder = C:\Program Files\Common Files\ Property(N): AppDataFolder = C:\Users\pierre\AppData\Roaming\ Property(N): FavoritesFolder = C:\Users\pierre\Favorites\ Property(N): NetHoodFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Network Shortcuts\ Property(N): PersonalFolder = C:\Users\pierre\Documents\ Property(N): PrintHoodFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\ Property(N): RecentFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Recent\ Property(N): SendToFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\SendTo\ Property(N): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\ Property(N): CommonAppDataFolder = C:\ProgramData\ Property(N): LocalAppDataFolder = C:\Users\pierre\AppData\Local\ Property(N): MyPicturesFolder = C:\Users\pierre\Pictures\ Property(N): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\ Property(N): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\ Property(N): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\ Property(N): DesktopFolder = C:\Users\Public\Desktop\ Property(N): FontsFolder = C:\WINDOWS\Fonts\ Property(N): GPTSupport = 1 Property(N): OLEAdvtSupport = 1 Property(N): ShellAdvtSupport = 1 Property(N): MsiAMD64 = 6 Property(N): Msix64 = 6 Property(N): Intel = 6 Property(N): PhysicalMemory = 8088 Property(N): VirtualMemory = 5146 Property(N): AdminUser = 1 Property(N): MsiTrueAdminUser = 1 Property(N): LogonUser = pierre Property(N): UserSID = S-1-5-21-3441990254-2136703886-705876676-1002 Property(N): UserLanguageID = 2060 Property(N): ComputerName = BRP Property(N): SystemLanguageID = 2060 Property(N): ScreenX = 1024 Property(N): ScreenY = 768 Property(N): CaptionHeight = 28 Property(N): BorderTop = 1 Property(N): BorderSide = 1 Property(N): MsiTabletPC = 1 Property(N): TextHeight = 16 Property(N): TextInternalLeading = 3 Property(N): ColorBits = 32 Property(N): TTCSupport = 1 Property(N): Time = 21:25:23 Property(N): Date = 18-10-14 Property(N): MsiNetAssemblySupport = 4.0.30319.33440 Property(N): MsiWin32AssemblySupport = 6.3.9600.16384 Property(N): RedirectedDllSupport = 2 Property(N): MsiRunningElevated = 1 Property(N): Privileged = 1 Property(N): USERNAME = pierre.boulanger at hotmail.com Property(N): Installed = 00:00:00 Property(N): DATABASE = C:\WINDOWS\Installer\cacff.msi Property(N): UILevel = 5 Property(N): OriginalDatabase = C:\WINDOWS\Installer\cacff.msi Property(N): Preselected = 1 Property(N): ACTION = INSTALL Property(N): ROOTDRIVE = C:\ Property(N): CostingComplete = 1 Property(N): OutOfDiskSpace = 0 Property(N): OutOfNoRbDiskSpace = 0 Property(N): PrimaryVolumeSpaceAvailable = 0 Property(N): PrimaryVolumeSpaceRequired = 0 Property(N): PrimaryVolumeSpaceRemaining = 0 Property(N): INSTALLLEVEL = 1 MSI (s) (9C:2C) [21:25:23:332]: Closing MSIHANDLE (5) of type 790542 for thread 4908 CustomAction returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox) MSI (s) (9C:5C) [21:25:23:332]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (9C:5C) [21:25:23:332]: Note: 1: 2262 2: Error 3: -2147287038 Action ended 21:25:23: RemoveExistingProducts. Return value 3. MSI (s) (9C:5C) [21:25:23:347]: Note: 1: 2265 2: 3: -2147287035 MSI (s) (9C:5C) [21:25:23:347]: User policy value 'DisableRollback' is 0 MSI (s) (9C:5C) [21:25:23:347]: Machine policy value 'DisableRollback' is 0 MSI (s) (9C:5C) [21:25:23:363]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1163045668,LangId=1033,Platform=0,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1) MSI (s) (9C:5C) [21:25:23:363]: Executing op: DialogInfo(Type=0,Argument=1033) MSI (s) (9C:5C) [21:25:23:363]: Executing op: DialogInfo(Type=1,Argument=Python 3.4.2) MSI (s) (9C:5C) [21:25:23:363]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1]) MSI (s) (9C:5C) [21:25:23:363]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f9a.rbf) MSI (s) (9C:5C) [21:25:23:363]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f9b.rbf) MSI (s) (9C:5C) [21:25:23:363]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f9c.rbf) MSI (s) (9C:5C) [21:25:23:363]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f9d.rbf) MSI (s) (9C:5C) [21:25:23:363]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f9e.rbf) Action 21:25:23: Rollback. Rolling back action: Rollback: RemovePip MSI (s) (9C:5C) [21:25:23:363]: Executing op: ActionStart(Name=RemovePip,,) MSI (s) (9C:5C) [21:25:23:363]: Executing op: ProductInfo(ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},ProductName=Python 3.4.2,PackageName=python-3.4.2.msi,Language=1033,Version=50610141,Assignment=1,ObsoleteArg=0,,,PackageCode={9360D2A4-D416-4381-9306-E96BF03C2201},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=2) Rollback: Updating environment strings MSI (s) (9C:5C) [21:25:23:363]: Executing op: ActionStart(Name=RemoveEnvironmentStrings,Description=Updating environment strings,Template=Name: [1], Value: [2], Action [3]) Rollback: Removing shortcuts MSI (s) (9C:5C) [21:25:23:363]: Executing op: ActionStart(Name=RemoveShortcuts,Description=Removing shortcuts,Template=Shortcut: [1]) MSI (s) (9C:5C) [21:25:23:378]: Executing op: SetTargetFolder(Folder=23\Python 3.4\) MSI (s) (9C:5C) [21:25:23:378]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:5C) [21:25:23:378]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f9e.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Uninstall Python 3.4 (32 bit).lnk,Attributes=8224,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194304,,,,,,,) MSI (s) (9C:5C) [21:25:23:394]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Uninstall Python 3.4 (32 bit).lnk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:23:410]: Executing op: FileRemove(,FileName=C:\Config.Msi\52f9e.rbf,Elevate=1,) MSI (s) (9C:5C) [21:25:23:425]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:23:425]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f9d.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Python 3.4 Manuals.lnk,Attributes=8224,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194304,,,,,,,) MSI (s) (9C:5C) [21:25:23:425]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Python 3.4 Manuals.lnk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:23:441]: Executing op: FileRemove(,FileName=C:\Config.Msi\52f9d.rbf,Elevate=1,) MSI (s) (9C:5C) [21:25:23:441]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:23:457]: Executing op: SetTargetFolder(Folder=23\Python 3.4\) MSI (s) (9C:5C) [21:25:23:457]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:5C) [21:25:23:457]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f9c.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Python 3.4 Docs Server (pydoc - 32 bit).lnk,Attributes=8224,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194304,,,,,,,) MSI (s) (9C:5C) [21:25:23:472]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Python 3.4 Docs Server (pydoc - 32 bit).lnk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:23:550]: Executing op: FileRemove(,FileName=C:\Config.Msi\52f9c.rbf,Elevate=1,) MSI (s) (9C:5C) [21:25:23:566]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:23:566]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f9b.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\IDLE (Python 3.4 GUI - 32 bit).lnk,Attributes=8224,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194304,,,,,,,) MSI (s) (9C:5C) [21:25:23:566]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\IDLE (Python 3.4 GUI - 32 bit).lnk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:23:582]: Executing op: FileRemove(,FileName=C:\Config.Msi\52f9b.rbf,Elevate=1,) MSI (s) (9C:5C) [21:25:23:582]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:23:582]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f9a.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Python 3.4 (command line - 32 bit).lnk,Attributes=8224,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194304,,,,,,,) MSI (s) (9C:5C) [21:25:23:582]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Python 3.4 (command line - 32 bit).lnk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:23:597]: Executing op: FileRemove(,FileName=C:\Config.Msi\52f9a.rbf,Elevate=1,) MSI (s) (9C:5C) [21:25:23:597]: Note: 1: 2318 2: Rollback: Removing system registry values MSI (s) (9C:5C) [21:25:23:613]: Executing op: ActionStart(Name=RemoveRegistryValues,Description=Removing system registry values,Template=Key: [1], Name: [2]) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegOpenKey(Root=-1,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{2583CDBA-8A53-4622-BB67-1D163714C1B4},SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegAddValue(Name=DisplayIcon,Value=C:\Python34\python.exe,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegOpenKey(Root=-1,Key=Software\Microsoft\Windows\CurrentVersion\App Paths\Python.exe,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:613]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Microsoft\Windows\CurrentVersion\App Paths\Python.exe 3: 2 MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\Modules,SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\Help\Main Python Documentation,SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegAddValue(,Value=C:\Python34\Doc\python342.chm,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\PythonPath,SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegAddValue(,Value=C:\Python34\Lib;C:\Python34\DLLs,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\InstallPath\InstallGroup,SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegAddValue(,Value=Python 3.4,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\InstallPath,SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:613]: Executing op: RegAddValue(,Value=C:\Python34\,) MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\shellex\DropHandler,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:628]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.CompiledFile\shellex\DropHandler 3: 2 MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shellex\DropHandler,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:628]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.NoConFile\shellex\DropHandler 3: 2 MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shellex\DropHandler,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:628]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.File\shellex\DropHandler 3: 2 MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:628]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.CompiledFile 3: 2 MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:628]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.NoConFile 3: 2 MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:628]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.File 3: 2 MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\DefaultIcon,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:628]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.CompiledFile\DefaultIcon 3: 2 MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\DefaultIcon,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:628]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:628]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.NoConFile\DefaultIcon 3: 2 MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\DefaultIcon,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:644]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.File\DefaultIcon 3: 2 MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shell\Edit with IDLE\command,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:644]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.NoConFile\shell\Edit with IDLE\command 3: 2 MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shell\Edit with IDLE\command,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:644]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.File\shell\Edit with IDLE\command 3: 2 MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\shell\open\command,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:644]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.CompiledFile\shell\open\command 3: 2 MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shell\open\command,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:644]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.NoConFile\shell\open\command 3: 2 MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shell\open\command,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:644]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\Python.File\shell\open\command 3: 2 MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyo,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:644]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.pyo 3: 2 MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyc,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:644]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:644]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.pyc 3: 2 MSI (s) (9C:5C) [21:25:23:660]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyw,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:660]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:660]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.pyw 3: 2 MSI (s) (9C:5C) [21:25:23:660]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:660]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.pyw 3: 2 MSI (s) (9C:5C) [21:25:23:660]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.py,,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:660]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:660]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.py 3: 2 MSI (s) (9C:5C) [21:25:23:660]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:660]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Classes\.py 3: 2 Rollback: Removing ODBC components MSI (s) (9C:5C) [21:25:23:660]: Executing op: ActionStart(Name=RemoveODBC,Description=Removing ODBC components,) Rollback: Unpublishing Product Features MSI (s) (9C:5C) [21:25:23:660]: Executing op: ActionStart(Name=UnpublishFeatures,Description=Unpublishing Product Features,Template=Feature: [1]) MSI (s) (9C:5C) [21:25:23:660]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:660]: Executing op: RegAddValue(Name=PrependPath,Value=vemjY9w,u@`W(yJh%Wo_DefaultFeature,) MSI (s) (9C:5C) [21:25:23:660]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:660]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:660]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegAddValue(Name=Testsuite,Value=)%Lb.sq3`AE^c_`M at VUPj4pl6g,5x at tuDa&{M_t44O)(,W^LX8yBHQ930EhIx5D+%'IPd9%0tS7xTRQqpY6%pzfF0AZh*4EdJbXNOv1*Y.?xo?&!a^pfxJkjcW{~47+'^AueFMe,1(tF6~3l9TM9h=bZ}0N*%NjopDHcYSU(!?,G1L!^33_ at j&m70A.&3ANO6O+[_dM&@{F6`5C&q=VgTx]Ry6Mrsb,-ge+1*@`yl.P]UK48pOKvDa7d*AtSqgnrc0P4cI*+EPS79=yAJ`WB(}Xq_bfeoF`DV=eE%(^M4`S?yB$X^jFBp93m9WFdiXH9YTiY=?hOS@=J4ag*$lTfM4g$j-hgD9oTtR).a'~!G+o}A[Kc(?$u~Cd?d_]7HzxlONWg{8VI%A*_B6%,!+5k2{AJ4 at M{vy!$Tpn)b+JgwTbbQ=MB6UHmtf(!FuM at 82q)e?]FUXj^16kDiRQay&Dvx8QAojT at 0=ZDWTcF$^CIt9xf!ZPk4B']lL^BS4S8T@!o1`x?AO&pR_e{pU07!?qD at YyXEka^BqzuP+rt[AjWLRIg~nGzV+6B'phhE?njc%RC&gF_lM+0M at 9]LA7^(lqlGdgO&Sp3 at yqGP?Q*AD at -cK?PF]5az[1iWA7oT[,VJIUNHO,rVK]'J9{uNZ[cC at s?^5IAC.i6d=2dmOI0,s%gar_i3aL1K9P&MI2LOg2sHzNdvpa)JA_.qGR!pmq?Pw2NSlwo`88DEF-gf@{X1yUecqHhm at zXW4R01BJZHYcYjqm6BAzh$1mQwGxgD^mCb(fQYAQiv%7aqQ[4MyU,g at xc.?Mz$,-W0t9W5!@FN=Ni-@]&dE90dG'9R8covJ95q9Q^F]z&]!$!xEvx6cG&V at .A*gywU89I1pE^S*Ntp?drSCrlxP~`T%m4!kzW5AnwhCWMI}oh7nV3!Cb1T96~PFRb[*R_?[,l8~6Kv950uS]_o{roeZFE``5HR9)kMLsTJ20drcp8vqS+m8!BdKhLS~USYvQ'rNT@!=$97K4{,[!^ MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:675]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegAddValue(Name=pip_feature,Value=E-^`L'.oF at szD'WsxgcCDefaultFeature,) MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:675]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegAddValue(Name=Tools,Value=4gf@'E~w&=sA+Q0kVlFc?pDPKQXlC9do3Sjjfk9abQJ}X&UBp?{v[t*,FCeSBN_s1yqDM9c(UoB,D1{Pw!t~G.'jM?ZE^$cT!uhs(U%T1=%Uu@`L}e%VVqA1p&bcg?vuS at D,DekXCEU'DefaultFeature,) MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:675]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:675]: Executing op: RegAddValue(Name=Documentation,Value=mTMFZ[ya$=HzwI^xHMVnix3shae!dAs'Y2)7ab+8DefaultFeature,) MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:691]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegAddValue(Name=TclTk,Value=C+ZC&JFbg9&}C[F1B9x+gJ3p8=swa at 1^56^w[cl%DJcj&!6*z8XYXUdukKH[{9$bgwq3m='Unv]VKU*n96I4sDN4. at Oy`{a'avGRnSNG*u96S9=Y6J'=oljn7F}ER8FA. at EcG0AL_*'cNb4wuL?@UAbmV3dxsd+Fn}TApneqEAOH'2OBo$)RB*5[X]}NH9z6S'wcK]iK5*'r)A72}9CZEsLyc`JIbDS6N1Y6%?n&9tlOn(K,9V{MB}{z-AuM^gL$GZ)+Yruw'$x`w@@5UdXTS}s&L7$`gJPd*9r3.LhWMEMhqlfG[1(Jd8-+k$,a(^,1(s2BaPVx`AGJx!$hmrJ8QUJmyhChV@?,43Elb+zOd=5%x~!^n=NfS^.VhJ&S-3=DhH^0x8knC+!fX)Jl%!bciA?_j at ISfH-dwcaT*IOFwbj7h at 2QZZh$VmzGrnwfr]~r1?Bdx at z.ebsA%JVRJr{^^?,rv?dM7v at D3.'YceJSL=~B@`905 at _jjY~ky9HiN at kP0C3~.Y,S4,V[XKj6r at k1-O8'5VP=eY$G]zjiK at RY-OL8zE@ym8n at 4}'E1?SLch%gC`E[lr(MAkn)a@(iD_&$!6rz^v0fGjOH(=&vnV!AjP8rlU4$?oBWy80hUF19tfF%@1ILX'Lgt?I3[nA61Q at Z1%L$i[3hW@[XnXMRJc4V3$knH}a`T?-&UFS0B+2Azc]@QJ%SM9IHCf(@uh)rI}TtmpXKKAGoW,G3oIXm,%+B3Bba[9xP_i2m2=Qe7P7VfF+o+?cf7E!Nz&AJRsEJjoSiC=N?6I_~UQIC06UBS7*sq8A5OHe2DC,S6.GfPwAt^=,$k3Favj-x?YJQ(ax6a9Q.t!m4?[tp[)IF45Ej]=A7dh5n&fIIyPbm]Q,u{=ST~4, at Rt0fI_AT'VUJHA7U`=LE}9p3]S{CkCjsZ=b3bf_68_~L*lq!f%-%{9(s2)[n`1wBy{&sY[-%m98$Rue.*i at 5yUI@(saLEAMlM*.]^k`d[xx6iP]E&9}pugbHt&G- at QfW MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:691]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegAddValue(Name=Extensions,Value=[j78wyZ$s95gvBq7(dLODefaultFeature,) MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:691]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:691]: Executing op: RegAddValue(Name=SharedCRT,Value=@]qDYt,uK7W at xTK}UAZQaoe[s)b9Z7%3izG4qOc3,) MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:707]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegAddValue(Name=DefaultFeature,Value='kELc~4j-@)xfNCKB&@mou67O at OYp84NyUM%T)?NMEF-KSWoP=~Gx26-!ll[C+ZC&JFbg9&}C[F1B9x+'`$3{$h4w8.`LO05j%5dGCOjAtk%T9S%44%.drz!Letdx?etf=GU0qlq$'S5&[Lgaxu2c8vI^d85%Iv1{GK)%4`0q=C+wEkP~,F=*,NEHs4Ae=%{n3iM't7yg%Nm$PD_[As=7pX?%i*GNDi8rgD599.8i]@'YZ`fkm[~OcuGW?PlPp$J{nKY3IWxtcy=o9+x5jrtLpvntEX'8]6}U=.6oH%j4wX4I)f1dRPZY?asENH)`o9Zn9G1J3h`o8qWfuSC+V^(ek)Rj])O0 at fM63Ah31$B7bLfN@^AE9v8NGuLfoG`b3cPRX0Nk8SVyEWrS{vbAjTHeQJ`d8`DLhd&]XqK,1QfF'hk_9P.%'qRcmqY{yxmNX%[- at f0vqZvOc.FF4iQ0XvXy@(-f}5WCBg@]My0mkR^]8qTi{6?CTOJYB6_iGwx?973qVgDygeoh!FVPcTtd9MfZe at n3.C%(Evioa{-596f`(+jkUk!yjbOeH`g~@]zUv)YR!`=Q$)Yv0LF5A,V}Mk3JS$1s+nOb8T&P at J[TH4ZGWI%OM0%rvivc?xMM969N]P3KMh_logS+?WA}D8?`5w8A1DgmpN=?=RjJ5ZX,RG(,Rt~*n`{C9]4}~OVu^rr=WQ at lcE0F96yx~Pk(%(U6YAA,(*j(?NHWM&PhkXO7By4MyC,)9KkO0IBQEqu}cN1NV^j.=c}{)4nndvWPw_fIdABM=ZYC?g%T-jE^vzLFOj0f9AV[ZC2qqLYH8S0!S_(!Ap)peBH}vDZuc=)QNjjh at O)1Zf$w-{M.jZIWlSvb?yh,zr.KiIsNM4Or`n{&9%_s53]uTR[{DXF,nOjp8Z+d2Plb`=&gJ8jZMpSo9ab8 at tboZq^xW)5)gg}s8]B)U8o0 at B*Fxr(sfswS at qlSJ7UPp4`O4DhveVT~?bjP+rB*Fr9Y at _yy3+Dy?B3A$s MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:23:707]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B 3: 2 Rollback: Updating component registration MSI (s) (9C:5C) [21:25:23:707]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,) MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:23:707]: Executing op: ComponentRegister(ComponentId={E822F933-C70D-3CF4-A92D-7263B8ACCF30},KeyPath=C:\WINDOWS\SysWOW64\msvcp100.dll,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=1,BinaryType=0) MSI (s) (9C:5C) [21:25:23:707]: WIN64DUALFOLDERS: 'C:\WINDOWS\system32\' will substitute 20 characters in 'C:\WINDOWS\SysWOW64\msvcp100.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). MSI (s) (9C:5C) [21:25:23:707]: WIN64DUALFOLDERS: 'C:\WINDOWS\system32\' will substitute 20 characters in 'C:\WINDOWS\SysWOW64\msvcp100.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegisterSharedComponentProvider(,,,Component={E822F933-C70D-3CF4-A92D-7263B8ACCF30},,ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4},,,,,,) MSI (s) (9C:5C) [21:25:23:707]: Executing op: ComponentRegister(ComponentId={9983C931-37BE-3C6E-AD32-8B6E789B6881},KeyPath=C:\WINDOWS\SysWOW64\msvcr100.dll,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=1,BinaryType=0) MSI (s) (9C:5C) [21:25:23:707]: WIN64DUALFOLDERS: 'C:\WINDOWS\system32\' will substitute 20 characters in 'C:\WINDOWS\SysWOW64\msvcr100.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). MSI (s) (9C:5C) [21:25:23:707]: WIN64DUALFOLDERS: 'C:\WINDOWS\system32\' will substitute 20 characters in 'C:\WINDOWS\SysWOW64\msvcr100.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). MSI (s) (9C:5C) [21:25:23:707]: Executing op: RegisterSharedComponentProvider(,,,Component={9983C931-37BE-3C6E-AD32-8B6E789B6881},,ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4},,,,,,) MSI (s) (9C:5C) [21:25:23:722]: Executing op: ComponentRegister(ComponentId={61FC5D58-D4B8-4220-B313-5C38A810ED32},KeyPath=02:\Software\Classes\Python.File\shell\Edit with IDLE\command\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:723]: Executing op: ComponentRegister(ComponentId={F36E0675-802A-440C-A687-01E12A13B07A},KeyPath=C:\Python34\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:723]: Executing op: ComponentRegister(ComponentId={720BE90B-4B9F-4BCD-9E09-6592B0702856},,State=-7,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={19D57D76-2D16-43A7-B098-7A0FFE6B6DE2},KeyPath=02:\Software\Python\PythonCore\3.4\InstallPath\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={C6BBD9E3-EA0C-4FF1-A3B5-331398B08B3E},KeyPath=02:\Software\Python\PythonCore\3.4\Help\Main Python Documentation\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={9CAF2D75-0D5E-4483-9569-25A677F162D8},KeyPath=C:\Python34\Doc\python342.chm,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={C30DEE87-DCFB-4C47-838E-8FCF09FE1A0E},KeyPath=C:\Python34\Tools\Scripts\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={2A0F5521-95B9-4D79-947B-74089E016529},KeyPath=C:\Python34\Tools\Scripts\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={638F7C34-D000-48F1-A750-85B4951895E8},KeyPath=C:\Python34\Tools\pynche\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={2B2E2E3D-C93A-42B4-B066-7A53CC9B767F},KeyPath=C:\Python34\Tools\pynche\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={9866756F-2C60-4A2C-8429-8C18498DFF87},KeyPath=C:\Python34\Tools\i18n\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={6E602721-5888-425B-9061-D2CB5D2B09AF},KeyPath=C:\Python34\Tools\i18n\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={C00C9407-1509-4258-A372-5C740667E1C2},KeyPath=C:\Python34\tcl\dde1.4\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={4943FEDE-D4AB-44AE-A8E3-47A21CEEDD85},KeyPath=C:\Python34\tcl\itcl4.0.0\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={4EC764C3-5B9C-4E4E-B5FF-D67A594E27D5},KeyPath=C:\Python34\tcl\reg1.3\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:727]: Executing op: ComponentRegister(ComponentId={224CC4B6-F196-46E5-911A-D6F759DFB016},KeyPath=C:\Python34\tcl\sqlite33.8.0\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={C01DF8C1-35B4-480A-A381-54D85DCB7ACD},KeyPath=C:\Python34\tcl\tcl8\8.4\platform\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={888F137B-1076-4970-ABA5-1E9699E7C67C},KeyPath=C:\Python34\tcl\tcl8\8.4\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={E87C3633-6A6D-4A71-91A9-0376E1B241AE},KeyPath=C:\Python34\tcl\tcl8\8.5\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={8795F9B2-BEF3-4EB9-A474-B635AD2EBA7D},KeyPath=C:\Python34\tcl\tcl8\8.6\tdbc\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={AFE88B7F-0476-4B6A-93C5-98FBFD033076},KeyPath=C:\Python34\tcl\tcl8\8.6\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={E7B8BA77-2DFB-40F8-8D03-73EA45A8E6C2},KeyPath=C:\Python34\tcl\tcl8.6\encoding\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={20FBAC06-02AD-4A5F-A621-D540B1EFF8FC},KeyPath=C:\Python34\tcl\tcl8.6\http1.0\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={C6E6D21E-8131-4B01-9C40-EB3D2C07BC37},KeyPath=C:\Python34\tcl\tcl8.6\msgs\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={FDB38F23-0CD8-41E5-8D08-243DFD1E1EC1},KeyPath=C:\Python34\tcl\tcl8.6\opt0.4\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={4C6D5783-28A4-4058-9078-656698E0FB05},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Africa\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={77FAE713-B713-47DF-95F5-EE80247BF484},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:742]: Executing op: ComponentRegister(ComponentId={C7D2A8EF-432D-4176-A101-A7B34F1B4020},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={10733047-C108-4EDC-B776-7F2235529DB9},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={9B2B4698-5570-43D4-9BE9-7BBD97C6CC35},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={BDD3A47B-8635-4457-864C-E89E9DE7C153},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\America\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={CE60515E-2FAA-4650-B4E9-45AA64C91B73},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={0E113720-A19A-4EF8-85F0-D67073864731},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Arctic\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={A44E8131-3332-477C-84EA-9F1C066444BE},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Asia\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={32E51060-E385-4661-9FB3-39373712E967},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Australia\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={11129B58-BCD2-4365-8787-9BD39443ADDF},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Brazil\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={7EB3C8C1-5B95-466C-B163-EB5D23EC31F6},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={86C2E9D8-3B5C-40E5-8949-DFBB6DA32186},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Canada\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={CB7F979C-8702-4577-AE3D-3BA99ECF3B55},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Chile\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:758]: Executing op: ComponentRegister(ComponentId={BF7CD259-9DAB-47E2-8FED-11015D54B46A},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Etc\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:773]: Executing op: ComponentRegister(ComponentId={2FA04CEC-0B3B-433B-8BFE-EC2D41BF31BC},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Europe\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:773]: Executing op: ComponentRegister(ComponentId={D65703EF-DBB2-4F14-98AD-CD601AC658D5},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Indian\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:773]: Executing op: ComponentRegister(ComponentId={8077F5B8-5925-42B6-B23A-CD11621B61E3},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Mexico\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:773]: Executing op: ComponentRegister(ComponentId={661E7317-5FCD-4932-8F60-E886B5104D4E},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\SystemV\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:778]: Executing op: ComponentRegister(ComponentId={C72E83E8-D550-4C6B-85A5-E874FC36BC8F},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Pacific\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={96ADE246-9D1C-4A55-A12F-55504E5A779C},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\US\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={479B1D98-3F43-412D-BFE7-9029B9FB5807},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={62B11C5A-D62B-44A5-87C3-B60193BFE1E3},KeyPath=C:\Python34\tcl\tcl8.6\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={4F245327-F4F1-4CB9-92BF-520B9909B4FE},KeyPath=C:\Python34\tcl\tdbc1.0.0\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={32B0D38D-F20C-480C-BED6-8D089049C49F},KeyPath=C:\Python34\tcl\tdbcmysql1.0.0\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={A2ED9F61-8F25-4BFB-A849-7171F6AACDF9},KeyPath=C:\Python34\tcl\tdbcodbc1.0.0\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={973BDFB2-93E7-4D5A-BCF2-A83F2554EF45},KeyPath=C:\Python34\tcl\tdbcpostgres1.0.0\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={FB5D43A4-A0BB-4C17-9429-AA2FF40A2486},KeyPath=C:\Python34\tcl\tdbcsqlite1.0.0\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={B641B011-89A3-45C9-BEF5-5C43F8613ACC},KeyPath=C:\Python34\tcl\thread2.7.0\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={6B584FEE-8648-4986-81B1-72B82DED0758},KeyPath=C:\Python34\tcl\tix8.4.3\bitmaps\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={E5662582-E649-4811-81AB-EFFC73C28450},KeyPath=C:\Python34\tcl\tix8.4.3\demos\bitmaps\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={F3CDE55F-FAF4-4CFC-A6C2-DEC5D7A87263},KeyPath=C:\Python34\tcl\tix8.4.3\demos\samples\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:779]: Executing op: ComponentRegister(ComponentId={C946F6A5-8687-4D13-87D4-4F204F11FA8A},KeyPath=C:\Python34\tcl\tix8.4.3\demos\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:794]: Executing op: ComponentRegister(ComponentId={C50D7B66-0D5C-4120-9608-4E00500FB6D1},KeyPath=C:\Python34\tcl\tix8.4.3\pref\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:794]: Executing op: ComponentRegister(ComponentId={F5E197CB-D538-46FF-A62C-2F242D3BEA85},KeyPath=C:\Python34\tcl\tix8.4.3\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:798]: Executing op: ComponentRegister(ComponentId={FB6A7CF0-7A6B-4C62-945E-C95AEC34507C},KeyPath=C:\Python34\tcl\tk8.6\demos\images\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:799]: Executing op: ComponentRegister(ComponentId={AF324E7F-1F39-4FD5-B145-2503621C813F},KeyPath=C:\Python34\tcl\tk8.6\demos\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:801]: Executing op: ComponentRegister(ComponentId={9FD7BE12-FFBB-4066-8A52-111C00EDCC28},KeyPath=C:\Python34\tcl\tk8.6\images\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:801]: Executing op: ComponentRegister(ComponentId={C2EBAA75-098D-419F-9A3C-57C5BD9E62C5},KeyPath=C:\Python34\tcl\tk8.6\msgs\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:803]: Executing op: ComponentRegister(ComponentId={0F557854-8749-4D8D-91BD-86978333140C},KeyPath=C:\Python34\tcl\tk8.6\ttk\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:804]: Executing op: ComponentRegister(ComponentId={52494BD8-B421-4E2F-AC8A-4D7284EC2119},KeyPath=C:\Python34\tcl\tk8.6\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:806]: Executing op: ComponentRegister(ComponentId={76E92608-B615-47A4-B3DB-37D3CD48491D},KeyPath=C:\Python34\tcl\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:807]: Executing op: ComponentRegister(ComponentId={2285AD57-0F84-4643-83C8-0F9DDB2B4CD4},KeyPath=C:\Python34\libs\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:809]: Executing op: ComponentRegister(ComponentId={1AFC2745-F09D-4975-97E9-0E9BE0D0BCED},KeyPath=C:\Python34\include\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:810]: Executing op: ComponentRegister(ComponentId={1557A103-3AE2-4462-905C-BB721CDAF167},KeyPath=C:\Python34\DLLs\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:811]: Executing op: ComponentRegister(ComponentId={AEA104F8-3395-49E1-97F6-4E5FE97CD8D9},KeyPath=C:\Python34\Lib\dbm\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:812]: Executing op: ComponentRegister(ComponentId={B81A303C-F7C9-4FE8-B846-FB922F85616B},KeyPath=C:\Python34\Lib\dbm\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:813]: Executing op: ComponentRegister(ComponentId={1B1C410C-36E6-4899-8006-0382A378CDAA},KeyPath=C:\Python34\Lib\distutils\tests\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:815]: Executing op: ComponentRegister(ComponentId={6E67046B-2B04-4D17-9A6B-C71497AB0D5C},KeyPath=C:\Python34\Lib\distutils\tests\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:817]: Executing op: ComponentRegister(ComponentId={F46722C0-1482-4000-AC04-9723B15833B1},KeyPath=C:\Python34\Lib\distutils\command\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:819]: Executing op: ComponentRegister(ComponentId={D74077F7-0FFE-4379-8293-94A58950BCCF},KeyPath=C:\Python34\Lib\distutils\command\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:820]: Executing op: ComponentRegister(ComponentId={406BD12A-4523-4E52-A82C-B0B09260A4C8},KeyPath=C:\Python34\Lib\distutils\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:822]: Executing op: ComponentRegister(ComponentId={3451ADF0-3BB3-431B-84A0-2E8421C0688B},KeyPath=C:\Python34\Lib\distutils\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:823]: Executing op: ComponentRegister(ComponentId={72F039C9-D20E-4560-9C4E-55D7C6F4CC2E},KeyPath=C:\Python34\Lib\importlib\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:824]: Executing op: ComponentRegister(ComponentId={05A61824-CAD7-4B80-ABA8-60BF7DF5320E},KeyPath=C:\Python34\Lib\importlib\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:826]: Executing op: ComponentRegister(ComponentId={DD4F33F1-2706-43F4-92F2-0D11E1469586},KeyPath=C:\Python34\Lib\collections\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:827]: Executing op: ComponentRegister(ComponentId={F2B3EB01-8066-4707-A444-490FE4C881DE},KeyPath=C:\Python34\Lib\collections\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:829]: Executing op: ComponentRegister(ComponentId={98FF471A-A4B7-4B81-9490-41781BB7D6EE},KeyPath=C:\Python34\Lib\unittest\test\testmock\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:830]: Executing op: ComponentRegister(ComponentId={82F490EA-CD85-4E8F-803B-258862B8AA37},KeyPath=C:\Python34\Lib\unittest\test\testmock\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:832]: Executing op: ComponentRegister(ComponentId={1F650E11-A06B-43A1-80CF-D1F0993DE33E},KeyPath=C:\Python34\Lib\unittest\test\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:833]: Executing op: ComponentRegister(ComponentId={1A9F6108-2567-4C5D-B01B-8B236D232C52},KeyPath=C:\Python34\Lib\unittest\test\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:835]: Executing op: ComponentRegister(ComponentId={2F59BFDC-1300-47D5-B97A-E376509A04BD},KeyPath=C:\Python34\Lib\unittest\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:836]: Executing op: ComponentRegister(ComponentId={37AAC803-FDD2-4530-AE76-2649E9BC09E7},KeyPath=C:\Python34\Lib\unittest\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:838]: Executing op: ComponentRegister(ComponentId={1A7DF43A-D8FD-4072-A047-FD757471F6B8},KeyPath=C:\Python34\Lib\xmlrpc\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:839]: Executing op: ComponentRegister(ComponentId={BB073EC0-5FA4-48DF-ABCC-1A75BF3DEE1C},KeyPath=C:\Python34\Lib\xmlrpc\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:841]: Executing op: ComponentRegister(ComponentId={45866CCF-BDBE-4AD3-B03F-5F938EE51C71},KeyPath=C:\Python34\Lib\msilib\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:842]: Executing op: ComponentRegister(ComponentId={429529A8-A9F1-4195-8801-3B27B520791E},KeyPath=C:\Python34\Lib\msilib\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:845]: Executing op: ComponentRegister(ComponentId={FD2A9AB7-A3EC-4B38-9F6B-60696653C483},KeyPath=C:\Python34\Lib\pydoc_data\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:847]: Executing op: ComponentRegister(ComponentId={237D9AB3-6EF9-40B0-88EB-03F1591C6EFA},KeyPath=C:\Python34\Lib\pydoc_data\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:849]: Executing op: ComponentRegister(ComponentId={E324F18B-FC37-4DDF-99C3-4B92B39B0C77},KeyPath=C:\Python34\Lib\encodings\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:850]: Executing op: ComponentRegister(ComponentId={D1F19C58-3E59-42FB-A543-45A0FBD0C0B1},KeyPath=C:\Python34\Lib\encodings\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:852]: Executing op: ComponentRegister(ComponentId={2D9AD070-E076-4EF7-B275-E5DDBCBBF038},KeyPath=C:\Python34\Lib\urllib\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:852]: Executing op: ComponentRegister(ComponentId={BE6FC00A-305D-44CA-9AB1-AE9303D16EE3},KeyPath=C:\Python34\Lib\urllib\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:854]: Executing op: ComponentRegister(ComponentId={0FF1D7D0-A20D-4451-A018-1C560FEBBAE2},KeyPath=C:\Python34\Lib\email\mime\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:855]: Executing op: ComponentRegister(ComponentId={27735C72-CB5B-4A84-96E3-C16A813B1341},KeyPath=C:\Python34\Lib\email\mime\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:856]: Executing op: ComponentRegister(ComponentId={91B94F41-6E5D-4671-AD82-213956DFE0D3},KeyPath=C:\Python34\Lib\email\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:857]: Executing op: ComponentRegister(ComponentId={DDC85856-EEA9-4A24-83CA-4F4A8D8E935F},KeyPath=C:\Python34\Lib\email\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:861]: Executing op: ComponentRegister(ComponentId={85ED20B9-BCC0-4647-AFC2-335501A26E26},KeyPath=C:\Python34\Lib\xml\sax\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:862]: Executing op: ComponentRegister(ComponentId={44827BBD-47BA-49EE-82C4-BB6149B9DB1C},KeyPath=C:\Python34\Lib\xml\sax\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:863]: Executing op: ComponentRegister(ComponentId={2DCC3748-BA25-46CF-AAA5-C711C705999E},KeyPath=C:\Python34\Lib\xml\parsers\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:864]: Executing op: ComponentRegister(ComponentId={8FFFE215-E7A3-4094-8496-772506FDBC3D},KeyPath=C:\Python34\Lib\xml\parsers\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:866]: Executing op: ComponentRegister(ComponentId={CDA1E7CC-89D5-44E5-B5B3-BBB791338FB6},KeyPath=C:\Python34\Lib\xml\etree\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:867]: Executing op: ComponentRegister(ComponentId={AE666653-1F30-4549-81F4-8940A4C19D00},KeyPath=C:\Python34\Lib\xml\etree\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:869]: Executing op: ComponentRegister(ComponentId={F4DBF48E-EFEB-467B-B3BA-41BEF30A4956},KeyPath=C:\Python34\Lib\xml\dom\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:870]: Executing op: ComponentRegister(ComponentId={93817CAB-7C54-4A9C-8CDD-4C63B0EECB7B},KeyPath=C:\Python34\Lib\xml\dom\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:871]: Executing op: ComponentRegister(ComponentId={F43572BE-FF0D-4B55-8DAE-6699BFCF2521},KeyPath=C:\Python34\Lib\xml\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:872]: Executing op: ComponentRegister(ComponentId={B7C1CD18-B966-4E6F-83DE-71CF4686BE35},KeyPath=C:\Python34\Lib\xml\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:873]: Executing op: ComponentRegister(ComponentId={9738AC9D-0C5E-4287-80AD-DAF2E0A6436F},KeyPath=C:\Python34\Lib\turtledemo\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:874]: Executing op: ComponentRegister(ComponentId={DDD807DC-BA5B-4EE0-98E3-DB792932E682},KeyPath=C:\Python34\Lib\turtledemo\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:875]: Executing op: ComponentRegister(ComponentId={40E423CA-ABD0-40DB-87C4-82270D748197},KeyPath=C:\Python34\Lib\test\test_email\data\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:876]: Executing op: ComponentRegister(ComponentId={4F40C704-F7FB-4E6E-B8BF-238EEBF187DC},KeyPath=C:\Python34\Lib\test\test_email\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:878]: Executing op: ComponentRegister(ComponentId={0BB61DF4-25E3-4215-AFED-9E25192502DB},KeyPath=C:\Python34\Lib\test\test_email\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:879]: Executing op: ComponentRegister(ComponentId={2F2302F6-BA61-4B4E-9F06-17AC5B01D070},KeyPath=C:\Python34\Lib\test\test_importlib\import_\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:880]: Executing op: ComponentRegister(ComponentId={33D5E321-0E8F-4A80-8981-8CDF41DD054F},KeyPath=C:\Python34\Lib\test\test_importlib\import_\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:882]: Executing op: ComponentRegister(ComponentId={A204F4B4-939A-4FE2-8501-11559F33AF42},KeyPath=C:\Python34\Lib\test\test_importlib\extension\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:883]: Executing op: ComponentRegister(ComponentId={14F60A62-B672-41F5-85AE-5CCF516D933A},KeyPath=C:\Python34\Lib\test\test_importlib\extension\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:884]: Executing op: ComponentRegister(ComponentId={D6DA89A7-56CD-4115-A1DD-41C6E7934E67},KeyPath=C:\Python34\Lib\test\test_importlib\source\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:885]: Executing op: ComponentRegister(ComponentId={56C43233-14E3-44D7-B2B0-D9F43EE4472C},KeyPath=C:\Python34\Lib\test\test_importlib\source\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:885]: Executing op: ComponentRegister(ComponentId={D5DAC868-FD4E-4E82-BD86-BA70411B7FAF},KeyPath=C:\Python34\Lib\test\test_importlib\frozen\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:887]: Executing op: ComponentRegister(ComponentId={DFA7D056-8E6D-43F3-963F-411DCADAFD82},KeyPath=C:\Python34\Lib\test\test_importlib\frozen\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:888]: Executing op: ComponentRegister(ComponentId={624D96EB-EB4E-41B2-89A9-5657ECC31E57},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:890]: Executing op: ComponentRegister(ComponentId={58E2CB10-599E-43DA-A3C8-6AB7EC97F3C4},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:891]: Executing op: ComponentRegister(ComponentId={01522C44-6A50-4B70-B1EF-60619CC14F78},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:892]: Executing op: ComponentRegister(ComponentId={B7CDCB68-5A58-482F-B3AC-DDE938C7E50E},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:893]: Executing op: ComponentRegister(ComponentId={3C14114C-8F6D-49D6-98E9-E5F0B0AEA482},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:895]: Executing op: ComponentRegister(ComponentId={BFB4D286-CE57-4972-BF61-FC0C85827072},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:896]: Executing op: ComponentRegister(ComponentId={E59FB05D-B8C6-464C-966C-F8DE5852A0EB},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:898]: Executing op: ComponentRegister(ComponentId={BF3A43B1-A49E-4AE7-A9FC-6A4230389177},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:899]: Executing op: ComponentRegister(ComponentId={D894ACAB-A24C-4683-ACCA-F031A9AD2CE0},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:900]: Executing op: ComponentRegister(ComponentId={726088E8-7104-4D47-AA00-765AACC9BA22},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:901]: Executing op: ComponentRegister(ComponentId={FC26AA63-89CB-4805-8479-34A2A05CF0AD},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:903]: Executing op: ComponentRegister(ComponentId={9D91E335-E1DD-436B-9937-B95EB40E7D16},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:904]: Executing op: ComponentRegister(ComponentId={1F7DA211-749D-40D6-84A1-B0657327C29C},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:905]: Executing op: ComponentRegister(ComponentId={BB788F20-051D-42CD-B983-37C77ACC11EB},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:906]: Executing op: ComponentRegister(ComponentId={80404118-8817-4F2D-98FD-63F547997A2B},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:908]: Executing op: ComponentRegister(ComponentId={9E93A6DE-B05B-497C-B499-38E1E6305B31},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:909]: Executing op: ComponentRegister(ComponentId={15FCAE9E-9E66-4CE0-8518-DD0F57F27F61},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:911]: Executing op: ComponentRegister(ComponentId={E34BF110-1B50-4476-AC64-12334F1BEDA4},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:912]: Executing op: ComponentRegister(ComponentId={F0573B1B-851F-40B8-BB2B-53C5834A7987},KeyPath=C:\Python34\Lib\test\test_importlib\builtin\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:913]: Executing op: ComponentRegister(ComponentId={AC33A264-0263-42E4-ABDE-93E77B9E04B8},KeyPath=C:\Python34\Lib\test\test_importlib\builtin\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:914]: Executing op: ComponentRegister(ComponentId={40AF44E2-51E7-442C-BC4A-66A3B17B81DC},KeyPath=C:\Python34\Lib\test\test_importlib\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:915]: Executing op: ComponentRegister(ComponentId={0091B91D-B52E-42F4-AE69-CB83EF668EA9},KeyPath=C:\Python34\Lib\test\test_importlib\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:922]: Executing op: ComponentRegister(ComponentId={009D6ECA-8CA4-4E6D-B06B-4093F2CD9DC6},KeyPath=C:\Python34\Lib\test\audiodata\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:923]: Executing op: ComponentRegister(ComponentId={87BE3AE1-90FA-4A31-83AF-23E4312B38AE},KeyPath=C:\Python34\Lib\test\data\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:924]: Executing op: ComponentRegister(ComponentId={3AEE26AA-DE5E-4C5B-9D42-2FFBF5277467},KeyPath=C:\Python34\Lib\test\xmltestdata\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:926]: Executing op: ComponentRegister(ComponentId={F22A49C3-7C11-43FB-95A4-F0FD34700900},KeyPath=C:\Python34\Lib\test\test_json\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:927]: Executing op: ComponentRegister(ComponentId={77577775-40CE-4B11-B425-6D42C3DC7F41},KeyPath=C:\Python34\Lib\test\test_json\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:929]: Executing op: ComponentRegister(ComponentId={C14189ED-7F53-47FD-82BC-711FCE6E0993},KeyPath=C:\Python34\Lib\test\subprocessdata\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:930]: Executing op: ComponentRegister(ComponentId={B25E1F41-BA0D-4F98-8B29-393B88D1AA33},KeyPath=C:\Python34\Lib\test\subprocessdata\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:932]: Executing op: ComponentRegister(ComponentId={CC0F519D-AC39-4EBE-8242-0DD4F7F2CFC3},KeyPath=C:\Python34\Lib\test\leakers\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:933]: Executing op: ComponentRegister(ComponentId={B6AD6048-A47B-4D30-92F2-48833368D39C},KeyPath=C:\Python34\Lib\test\leakers\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:934]: Executing op: ComponentRegister(ComponentId={87300615-947E-4045-858A-3920F1025C98},KeyPath=C:\Python34\Lib\test\cjkencodings\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:935]: Executing op: ComponentRegister(ComponentId={F1C11557-4CF8-4F08-A237-D88346353A4A},KeyPath=C:\Python34\Lib\test\crashers\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:936]: Executing op: ComponentRegister(ComponentId={31098E1A-57FD-42A0-9F93-C82C056FC8E6},KeyPath=C:\Python34\Lib\test\crashers\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:937]: Executing op: ComponentRegister(ComponentId={54EFED03-5922-469E-B523-22683B0C03C1},KeyPath=C:\Python34\Lib\test\tracedmodules\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:939]: Executing op: ComponentRegister(ComponentId={91CCF477-004A-4296-9143-87A0F20A484A},KeyPath=C:\Python34\Lib\test\tracedmodules\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:940]: Executing op: ComponentRegister(ComponentId={FE14B104-7590-4F88-8D84-E31DC010E577},KeyPath=C:\Python34\Lib\test\sndhdrdata\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:941]: Executing op: ComponentRegister(ComponentId={4B40E294-440E-490A-9196-B54B0A32507D},KeyPath=C:\Python34\Lib\test\decimaltestdata\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:942]: Executing op: ComponentRegister(ComponentId={73908F05-1142-4F20-98C8-79E20EC0A37B},KeyPath=C:\Python34\Lib\test\test_tools\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:944]: Executing op: ComponentRegister(ComponentId={0D67B5AE-B3F9-48A6-A8FD-C68204F423A9},KeyPath=C:\Python34\Lib\test\test_tools\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:944]: Executing op: ComponentRegister(ComponentId={7F45F00F-3B78-4FAF-93B5-3A68333230FD},KeyPath=C:\Python34\Lib\test\imghdrdata\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:946]: Executing op: ComponentRegister(ComponentId={DFEFE475-084B-4792-9951-B7FA008DFBA6},KeyPath=C:\Python34\Lib\test\encoded_modules\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:946]: Executing op: ComponentRegister(ComponentId={86C3D1D1-041F-4C4B-ADDD-D1F7F13E09DD},KeyPath=C:\Python34\Lib\test\encoded_modules\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:949]: Executing op: ComponentRegister(ComponentId={043C182C-5E79-4419-825A-497E0453F3A1},KeyPath=C:\Python34\Lib\test\capath\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:950]: Executing op: ComponentRegister(ComponentId={FAFACE7B-2F6B-4127-A5A8-4F8BA07EF558},KeyPath=C:\Python34\Lib\test\support\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:951]: Executing op: ComponentRegister(ComponentId={3F1F71A3-ECBF-49C2-907D-04CCFEFC8A59},KeyPath=C:\Python34\Lib\test\support\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:952]: Executing op: ComponentRegister(ComponentId={F4F92DC7-F6F5-45F9-924A-386561AD3500},KeyPath=C:\Python34\Lib\test\test_asyncio\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:954]: Executing op: ComponentRegister(ComponentId={2DFB9D39-2799-4B46-9442-F60273943915},KeyPath=C:\Python34\Lib\test\test_asyncio\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:954]: Executing op: ComponentRegister(ComponentId={7BD4DF9A-AB4D-4141-9129-B216ED6C151C},KeyPath=C:\Python34\Lib\test\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:956]: Executing op: ComponentRegister(ComponentId={50DA767D-3744-47C5-BBF3-98B8FB280B3D},KeyPath=C:\Python34\Lib\test\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:956]: Executing op: ComponentRegister(ComponentId={FBDD1D8F-AEEA-4A80-BD80-4AE6D9759BB1},KeyPath=C:\Python34\Lib\ctypes\macholib\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:23:959]: Executing op: ComponentRegister(ComponentId={F1E56143-FAF9-4AA7-974C-71E335450644},KeyPath=C:\Python34\Lib\ctypes\macholib\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:048]: Executing op: ComponentRegister(ComponentId={CA4DEB21-2F34-4264-9D02-3D144BA91303},KeyPath=C:\Python34\Lib\ctypes\test\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:049]: Executing op: ComponentRegister(ComponentId={4645AFA0-C418-4C43-A6B5-F6C230526FBF},KeyPath=C:\Python34\Lib\ctypes\test\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:050]: Executing op: ComponentRegister(ComponentId={E6755C65-1494-4C48-B748-613C1B52BEAB},KeyPath=C:\Python34\Lib\ctypes\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:052]: Executing op: ComponentRegister(ComponentId={134B2323-09A5-40F9-A9BF-E03F83EEBD16},KeyPath=C:\Python34\Lib\ctypes\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:053]: Executing op: ComponentRegister(ComponentId={9DF544BB-AC9E-43EB-AC0D-3EEAE6C58FA7},KeyPath=C:\Python34\Lib\logging\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:054]: Executing op: ComponentRegister(ComponentId={1D1F1E4D-E940-40DA-9B70-FE7CE0D9290A},KeyPath=C:\Python34\Lib\logging\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:055]: Executing op: ComponentRegister(ComponentId={E4911C93-20AE-417C-864E-532F61F53CA0},KeyPath=C:\Python34\Lib\ensurepip\_bundled\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:057]: Executing op: ComponentRegister(ComponentId={937731CE-9A5B-49AE-B2F2-19E6A1B17AE7},KeyPath=C:\Python34\Lib\ensurepip\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:057]: Executing op: ComponentRegister(ComponentId={7FCBFA5B-0D1F-4D02-8199-A1BFA0C92076},KeyPath=C:\Python34\Lib\ensurepip\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:058]: Executing op: ComponentRegister(ComponentId={00753773-947F-4DC9-9A8F-1F5352E5A09C},KeyPath=C:\Python34\Lib\multiprocessing\dummy\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:059]: Executing op: ComponentRegister(ComponentId={5EB1EDE1-E966-4393-AF37-DC5533C7CE99},KeyPath=C:\Python34\Lib\multiprocessing\dummy\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:061]: Executing op: ComponentRegister(ComponentId={68EEC75E-05C9-45D1-A3B4-C2C1124B9D5C},KeyPath=C:\Python34\Lib\multiprocessing\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:062]: Executing op: ComponentRegister(ComponentId={76B9C85A-B7A5-44E1-A9AA-093219821495},KeyPath=C:\Python34\Lib\multiprocessing\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:063]: Executing op: ComponentRegister(ComponentId={73BDF6EA-235B-4190-A9F0-216760571DEF},KeyPath=C:\Python34\Lib\curses\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:064]: Executing op: ComponentRegister(ComponentId={1CEDC146-F359-47C5-917F-B50A2C5F217B},KeyPath=C:\Python34\Lib\curses\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:065]: Executing op: ComponentRegister(ComponentId={D15C355D-5ED2-4271-A5B1-907F1B68328C},KeyPath=C:\Python34\Lib\json\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:067]: Executing op: ComponentRegister(ComponentId={18E31949-024E-425D-BA88-747C45D9D3E5},KeyPath=C:\Python34\Lib\json\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:068]: Executing op: ComponentRegister(ComponentId={D5DB5710-684C-454D-A00D-359CAFBAB510},KeyPath=C:\Python34\Lib\venv\scripts\posix\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:068]: Executing op: ComponentRegister(ComponentId={D277BEC4-B5BE-47DF-B7EE-493F2D3C1741},KeyPath=C:\Python34\Lib\venv\scripts\nt\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:070]: Executing op: ComponentRegister(ComponentId={E335F36F-004B-49B8-B83E-CA38AE632830},KeyPath=C:\Python34\Lib\venv\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:071]: Executing op: ComponentRegister(ComponentId={B2CE9FD3-A8FB-4C23-8D13-F932E37E7307},KeyPath=C:\Python34\Lib\venv\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:073]: Executing op: ComponentRegister(ComponentId={F15FBE6E-9DB4-4E6B-AD23-BECED6E48028},KeyPath=C:\Python34\Lib\wsgiref\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:074]: Executing op: ComponentRegister(ComponentId={BC22EE2D-7E8D-4DC6-8DBA-811544DA7646},KeyPath=C:\Python34\Lib\wsgiref\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:077]: Executing op: ComponentRegister(ComponentId={A6A96A40-1E41-43F3-9161-125F50208842},KeyPath=C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:078]: Executing op: ComponentRegister(ComponentId={DC0554AA-9E69-4625-9595-16A56AF32849},KeyPath=C:\Python34\Lib\tkinter\test\test_ttk\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:079]: Executing op: ComponentRegister(ComponentId={5A86D033-5751-453A-9989-43947646D0E1},KeyPath=C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:080]: Executing op: ComponentRegister(ComponentId={59F3F9AA-156E-4E11-B5BF-FCD84F864033},KeyPath=C:\Python34\Lib\tkinter\test\test_tkinter\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:082]: Executing op: ComponentRegister(ComponentId={C146E958-7ADC-4AEF-894D-E37C9437D43E},KeyPath=C:\Python34\Lib\tkinter\test\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:083]: Executing op: ComponentRegister(ComponentId={ABCC98B1-7791-4716-A72D-B4A476A57EE4},KeyPath=C:\Python34\Lib\tkinter\test\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:085]: Executing op: ComponentRegister(ComponentId={EF542765-5211-4F71-B94D-24B82A1EA95D},KeyPath=C:\Python34\Lib\tkinter\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:085]: Executing op: ComponentRegister(ComponentId={83C6B667-5062-4B16-ABE6-3C4E6F639CB4},KeyPath=C:\Python34\Lib\tkinter\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:087]: Executing op: ComponentRegister(ComponentId={DC2C8A71-65EE-41F7-BB24-19194A856F02},KeyPath=C:\Python34\Lib\lib2to3\fixes\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:088]: Executing op: ComponentRegister(ComponentId={7E27192B-16AD-4388-AC47-E44C14483707},KeyPath=C:\Python34\Lib\lib2to3\fixes\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:089]: Executing op: ComponentRegister(ComponentId={260FC447-DD97-4E55-BEA4-531A98D9B60A},KeyPath=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:090]: Executing op: ComponentRegister(ComponentId={9A987846-8820-4790-8DD2-52011D23A84C},KeyPath=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:091]: Executing op: ComponentRegister(ComponentId={43CC7DD9-20AB-46C4-B05C-B576BA9331DC},KeyPath=C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:092]: Executing op: ComponentRegister(ComponentId={34E48AEB-0FF9-4FBA-A334-0DBCA4ED1660},KeyPath=C:\Python34\Lib\lib2to3\tests\data\fixers\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:094]: Executing op: ComponentRegister(ComponentId={98B886F9-9DFA-4A28-A3A0-DFDE1504ACCC},KeyPath=C:\Python34\Lib\lib2to3\tests\data\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:094]: Executing op: ComponentRegister(ComponentId={DCFD977F-CBA5-4E3C-89D1-D15AECD20378},KeyPath=C:\Python34\Lib\lib2to3\tests\data\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:096]: Executing op: ComponentRegister(ComponentId={06871CFA-3705-4384-A313-B93C02368AE1},KeyPath=C:\Python34\Lib\lib2to3\tests\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:097]: Executing op: ComponentRegister(ComponentId={1C303B33-3410-4000-8CA6-DA42A4ADFE68},KeyPath=C:\Python34\Lib\lib2to3\tests\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:098]: Executing op: ComponentRegister(ComponentId={C91D3713-396C-4237-8A26-9FC26C7805DC},KeyPath=C:\Python34\Lib\lib2to3\pgen2\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:099]: Executing op: ComponentRegister(ComponentId={D40C906D-8BF9-4027-80D9-083B77F83B6B},KeyPath=C:\Python34\Lib\lib2to3\pgen2\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:101]: Executing op: ComponentRegister(ComponentId={26DD7FEF-7F19-4D9F-8453-F537EE54F44C},KeyPath=C:\Python34\Lib\lib2to3\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:102]: Executing op: ComponentRegister(ComponentId={78C1B9B3-C60F-4B0F-981E-3D9E1713C55D},KeyPath=C:\Python34\Lib\lib2to3\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:104]: Executing op: ComponentRegister(ComponentId={5F97B4B2-4424-4358-BD09-2BE019AB1F9B},KeyPath=C:\Python34\Lib\html\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:104]: Executing op: ComponentRegister(ComponentId={BBDFE696-5A25-4069-A5F2-E4B9D2328E6F},KeyPath=C:\Python34\Lib\html\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:106]: Executing op: ComponentRegister(ComponentId={3A7D05D9-9EBF-4D92-AE81-650B201B8D34},KeyPath=C:\Python34\Lib\sqlite3\test\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:107]: Executing op: ComponentRegister(ComponentId={2453CF14-19BD-4FCE-A5FE-20ADAC851F7E},KeyPath=C:\Python34\Lib\sqlite3\test\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:108]: Executing op: ComponentRegister(ComponentId={842B0430-0B90-40A9-99FE-5493843134B4},KeyPath=C:\Python34\Lib\sqlite3\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:109]: Executing op: ComponentRegister(ComponentId={787B5BC3-76A0-4269-A61A-9EEDB5CC4AAC},KeyPath=C:\Python34\Lib\sqlite3\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:110]: Executing op: ComponentRegister(ComponentId={CBC8034F-3295-4B21-B48D-574E064DF050},KeyPath=C:\Python34\Lib\http\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:111]: Executing op: ComponentRegister(ComponentId={6A46E3B0-77DB-40D0-8F41-998887538411},KeyPath=C:\Python34\Lib\http\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:113]: Executing op: ComponentRegister(ComponentId={B8132288-A7D8-4960-8DF8-F764E27D5E9C},KeyPath=C:\Python34\Lib\concurrent\futures\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:114]: Executing op: ComponentRegister(ComponentId={3E652E24-4388-4622-9DA4-6C076FB69233},KeyPath=C:\Python34\Lib\concurrent\futures\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:115]: Executing op: ComponentRegister(ComponentId={EC446479-5F03-43E9-B2EA-84E50C3189D9},KeyPath=C:\Python34\Lib\concurrent\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:116]: Executing op: ComponentRegister(ComponentId={7C7112EC-DDC7-494B-BB57-BA050117C599},KeyPath=C:\Python34\Lib\concurrent\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:117]: Executing op: ComponentRegister(ComponentId={16EE5E8C-D79B-42EB-9BBA-B20D215818D9},KeyPath=C:\Python34\Lib\idlelib\Icons\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:118]: Executing op: ComponentRegister(ComponentId={E6D7F362-5511-4B15-9899-43B17ED3D883},KeyPath=C:\Python34\Lib\idlelib\idle_test\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:119]: Executing op: ComponentRegister(ComponentId={C2FE6927-5DB7-46F2-8F2B-A4A4025EF6D6},KeyPath=C:\Python34\Lib\idlelib\idle_test\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:120]: Executing op: ComponentRegister(ComponentId={0BBD1890-325A-4132-999F-3DB9E43EDE9F},KeyPath=C:\Python34\Lib\idlelib\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:121]: Executing op: ComponentRegister(ComponentId={40D5646E-E676-4CC1-BE16-92A59057B308},KeyPath=C:\Python34\Lib\idlelib\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:123]: Executing op: ComponentRegister(ComponentId={E3E458AF-9549-421D-ABCD-9A4C8396D4BF},KeyPath=C:\Python34\Lib\site-packages\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:125]: Executing op: ComponentRegister(ComponentId={059DED03-DBFA-4FAC-BE54-F497EBB8BC60},KeyPath=C:\Python34\Lib\asyncio\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:125]: Executing op: ComponentRegister(ComponentId={64A48A73-6DED-46A8-BC72-B5C713C9A3F9},KeyPath=C:\Python34\Lib\asyncio\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:127]: Executing op: ComponentRegister(ComponentId={06752958-7EDD-4717-9C92-72CE09A18D45},KeyPath=C:\Python34\Lib\__pycache__\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:128]: Executing op: ComponentRegister(ComponentId={B0860D14-842F-405B-8221-69405AEE472B},KeyPath=C:\Python34\Lib\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:129]: Executing op: ComponentRegister(ComponentId={F7FE2C01-5E65-46B7-B7CE-1AD311337836},KeyPath=C:\Python34\DLLs\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:129]: Executing op: ComponentRegister(ComponentId={502E653B-81E8-42F3-97BC-D006E028FF02},KeyPath=C:\WINDOWS\pyw.exe,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=1,BinaryType=1) MSI (s) (9C:5C) [21:25:24:132]: Executing op: RegisterSharedComponentProvider(,,,Component={502E653B-81E8-42F3-97BC-D006E028FF02},,ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4},,,,,,) MSI (s) (9C:5C) [21:25:24:133]: Executing op: ComponentRegister(ComponentId={FFAF3F15-2286-4117-B9B8-C726A03032B8},KeyPath=C:\WINDOWS\py.exe,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=1,BinaryType=1) MSI (s) (9C:5C) [21:25:24:135]: Executing op: RegisterSharedComponentProvider(,,,Component={FFAF3F15-2286-4117-B9B8-C726A03032B8},,ProductCode={2583CDBA-8A53-4622-BB67-1D163714C1B4},,,,,,) MSI (s) (9C:5C) [21:25:24:136]: Executing op: ComponentRegister(ComponentId={0A5816F7-32B4-43A2-8A8B-385F07CACA1B},KeyPath=C:\Python34\pythonw.exe,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:137]: Executing op: ComponentRegister(ComponentId={9ADE136B-B6F0-4D75-81E6-B76C842199AA},KeyPath=C:\Python34\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:138]: Executing op: ComponentRegister(ComponentId={6D4731E9-039A-45F2-9E45-8D383FAA29A1},KeyPath=C:\Python34\python.exe,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:140]: Executing op: ComponentRegister(ComponentId={7A0C5812-2583-40D9-BCBB-CD7485F11377},KeyPath=C:\WINDOWS\SysWOW64\python34.dll,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=1,BinaryType=0) MSI (s) (9C:5C) [21:25:24:140]: WIN64DUALFOLDERS: 'C:\WINDOWS\system32\' will substitute 20 characters in 'C:\WINDOWS\SysWOW64\python34.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). MSI (s) (9C:5C) [21:25:24:140]: WIN64DUALFOLDERS: 'C:\WINDOWS\system32\' will substitute 20 characters in 'C:\WINDOWS\SysWOW64\python34.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). MSI (s) (9C:5C) [21:25:24:141]: Executing op: ComponentRegister(ComponentId={B5CAB1D1-55F7-4B11-AFE9-6C55AC8274D4},KeyPath=C:\Python34\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (9C:5C) [21:25:24:142]: Executing op: ComponentRegister(ComponentId={0D59C737-395C-4498-A056-D72653A296B5},KeyPath=C:\Python34\Tools\pynche\X\,State=3,ProductKey={2583CDBA-8A53-4622-BB67-1D163714C1B4},,SharedDllRefCount=0,BinaryType=0) Rollback: InstallInitialize MSI (s) (9C:5C) [21:25:24:144]: Executing op: ActionStart(Name=InstallInitialize,,) MSI (s) (9C:5C) [21:25:24:145]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\ABDC385235A82264BB76D16173411C4B\SourceList,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:146]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:24:146]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\ABDC385235A82264BB76D16173411C4B\SourceList 3: 2 MSI (s) (9C:5C) [21:25:24:147]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:148]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:24:148]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\ABDC385235A82264BB76D16173411C4B 3: 2 MSI (s) (9C:5C) [21:25:24:149]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\TempPackages,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:150]: Executing op: RegRemoveValue(Name=C:\WINDOWS\Installer\{2583CDBA-8A53-4622-BB67-1D163714C1B4}\python_icon.exe,Value=#1,) MSI (s) (9C:5C) [21:25:24:151]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:153]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\UpgradeCodes\18442A29BCE3CF048863407B69E60C5D,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:154]: Executing op: RegAddValue(Name=ABDC385235A82264BB76D16173411C4B,,) MSI (s) (9C:5C) [21:25:24:155]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:156]: Executing op: RegAddValue(Name=DefaultFeature,,) MSI (s) (9C:5C) [21:25:24:156]: Executing op: RegAddValue(Name=SharedCRT,,) MSI (s) (9C:5C) [21:25:24:158]: Executing op: RegAddValue(Name=Extensions,Value=DefaultFeature,) MSI (s) (9C:5C) [21:25:24:158]: Executing op: RegAddValue(Name=TclTk,Value=DefaultFeature,) MSI (s) (9C:5C) [21:25:24:160]: Executing op: RegAddValue(Name=Documentation,Value=DefaultFeature,) MSI (s) (9C:5C) [21:25:24:160]: Executing op: RegAddValue(Name=Tools,Value=DefaultFeature,) MSI (s) (9C:5C) [21:25:24:161]: Executing op: RegAddValue(Name=pip_feature,Value=DefaultFeature,) MSI (s) (9C:5C) [21:25:24:162]: Executing op: RegAddValue(Name=Testsuite,Value=DefaultFeature,) MSI (s) (9C:5C) [21:25:24:163]: Executing op: RegAddValue(Name=PrependPath,Value=DefaultFeature,) MSI (s) (9C:5C) [21:25:24:164]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\ABDC385235A82264BB76D16173411C4B,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:165]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\ABDC385235A82264BB76D16173411C4B,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:166]: Executing op: RegAddValue(Name=ProductName,Value=Python 3.4.2,) MSI (s) (9C:5C) [21:25:24:168]: Executing op: RegAddValue(Name=PackageCode,Value=4A2D0639614D183439609EB60FC32210,) MSI (s) (9C:5C) [21:25:24:168]: Executing op: RegAddValue(Name=Language,Value=#1033,) MSI (s) (9C:5C) [21:25:24:169]: Executing op: RegAddValue(Name=Version,Value=#50610141,) MSI (s) (9C:5C) [21:25:24:169]: Executing op: RegAddValue(Name=Assignment,Value=#1,) MSI (s) (9C:5C) [21:25:24:171]: Executing op: RegAddValue(Name=AdvertiseFlags,Value=#388,) MSI (s) (9C:5C) [21:25:24:172]: Executing op: RegAddValue(Name=InstanceType,Value=#0,) MSI (s) (9C:5C) [21:25:24:173]: Executing op: RegAddValue(Name=AuthorizedLUAApp,Value=#0,) MSI (s) (9C:5C) [21:25:24:174]: Executing op: RegAddValue(Name=DeploymentFlags,Value=#2,) MSI (s) (9C:5C) [21:25:24:175]: Executing op: RegAddValue(Name=Clients,Value=[~]:[~],) MSI (s) (9C:5C) [21:25:24:176]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\ABDC385235A82264BB76D16173411C4B\SourceList,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:177]: Executing op: RegAddValue(Name=PackageName,Value=python-3.4.2.msi,) MSI (s) (9C:5C) [21:25:24:179]: Executing op: RegAddValue(Name=LastUsedSource,Value=#%n;1;C:\Users\pierre\Downloads\,) MSI (s) (9C:5C) [21:25:24:180]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\ABDC385235A82264BB76D16173411C4B\SourceList\Net,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:180]: Executing op: RegAddValue(Name=1,Value=#%C:\Users\pierre\Downloads\,) MSI (s) (9C:5C) [21:25:24:182]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\ABDC385235A82264BB76D16173411C4B\SourceList\Media,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:182]: Executing op: RegAddValue(Name=1,Value=;,) MSI (s) (9C:5C) [21:25:24:184]: Executing op: RegAddValue(Name=3394,Value=;,) MSI (s) (9C:5C) [21:25:24:184]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\ABDC385235A82264BB76D16173411C4B,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:186]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{2583CDBA-8A53-4622-BB67-1D163714C1B4},SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:24:187]: Executing op: RegAddValue(Name=DisplayName,Value=Python 3.4.2,) MSI (s) (9C:5C) [21:25:24:189]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\InstallProperties,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:189]: Executing op: RegAddValue(Name=DisplayName,Value=Python 3.4.2,) MSI (s) (9C:5C) [21:25:24:192]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\InstallProperties,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:192]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:195]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:196]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:197]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Usage,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:198]: Executing op: RegAddValue(Name=TclTk,Value=#1162805249,) MSI (s) (9C:5C) [21:25:24:199]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Usage,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:200]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Usage,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:201]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:202]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes\18442A29BCE3CF048863407B69E60C5D,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:203]: Executing op: RegAddValue(Name=ABDC385235A82264BB76D16173411C4B,,) MSI (s) (9C:5C) [21:25:24:205]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{2583CDBA-8A53-4622-BB67-1D163714C1B4},SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (9C:5C) [21:25:24:206]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:208]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:210]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:210]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:211]: Executing op: RegAddValue(Name=Language,Value=#1033,) MSI (s) (9C:5C) [21:25:24:211]: Executing op: RegAddValue(Name=Version,Value=#50610141,) MSI (s) (9C:5C) [21:25:24:213]: Executing op: RegAddValue(Name=WindowsInstaller,Value=#1,) MSI (s) (9C:5C) [21:25:24:214]: Executing op: RegAddValue(Name=VersionMinor,Value=#4,) MSI (s) (9C:5C) [21:25:24:216]: Executing op: RegAddValue(Name=VersionMajor,Value=#3,) MSI (s) (9C:5C) [21:25:24:217]: Executing op: RegAddValue(Name=URLUpdateInfo,,) MSI (s) (9C:5C) [21:25:24:218]: Executing op: RegAddValue(Name=URLInfoAbout,,) MSI (s) (9C:5C) [21:25:24:218]: Executing op: RegAddValue(Name=UninstallString,Value=#%MsiExec.exe /I{2583CDBA-8A53-4622-BB67-1D163714C1B4},) MSI (s) (9C:5C) [21:25:24:219]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:220]: Executing op: RegAddValue(Name=EstimatedSize,Value=#67185,) MSI (s) (9C:5C) [21:25:24:221]: Executing op: RegAddValue(Name=Size,,) MSI (s) (9C:5C) [21:25:24:222]: Executing op: RegAddValue(Name=Readme,,) MSI (s) (9C:5C) [21:25:24:223]: Executing op: RegAddValue(Name=Publisher,Value=Python Software Foundation,) MSI (s) (9C:5C) [21:25:24:224]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:225]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:226]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:227]: Executing op: RegAddValue(Name=ModifyPath,Value=#%MsiExec.exe /I{2583CDBA-8A53-4622-BB67-1D163714C1B4},) MSI (s) (9C:5C) [21:25:24:227]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:228]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:229]: Executing op: RegAddValue(Name=InstallSource,Value=C:\Users\pierre\Downloads\,) MSI (s) (9C:5C) [21:25:24:230]: Executing op: RegAddValue(Name=InstallLocation,,) MSI (s) (9C:5C) [21:25:24:231]: Executing op: RegAddValue(Name=InstallDate,Value=20141015,) MSI (s) (9C:5C) [21:25:24:233]: Executing op: RegAddValue(Name=HelpTelephone,,) MSI (s) (9C:5C) [21:25:24:233]: Executing op: RegAddValue(Name=HelpLink,,) MSI (s) (9C:5C) [21:25:24:235]: Executing op: RegAddValue(Name=DisplayVersion,Value=3.4.16349,) MSI (s) (9C:5C) [21:25:24:236]: Executing op: RegAddValue(Name=Contact,,) MSI (s) (9C:5C) [21:25:24:237]: Executing op: RegAddValue(Name=Comments,,) MSI (s) (9C:5C) [21:25:24:237]: Executing op: RegAddValue(Name=AuthorizedCDFPrefix,,) MSI (s) (9C:5C) [21:25:24:239]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\InstallProperties,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:240]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:241]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:241]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:243]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:245]: Executing op: RegAddValue(Name=Language,Value=#1033,) MSI (s) (9C:5C) [21:25:24:246]: Executing op: RegAddValue(Name=Version,Value=#50610141,) MSI (s) (9C:5C) [21:25:24:246]: Executing op: RegAddValue(Name=WindowsInstaller,Value=#1,) MSI (s) (9C:5C) [21:25:24:248]: Executing op: RegAddValue(Name=VersionMinor,Value=#4,) MSI (s) (9C:5C) [21:25:24:248]: Executing op: RegAddValue(Name=VersionMajor,Value=#3,) MSI (s) (9C:5C) [21:25:24:250]: Executing op: RegAddValue(Name=URLUpdateInfo,,) MSI (s) (9C:5C) [21:25:24:250]: Executing op: RegAddValue(Name=URLInfoAbout,,) MSI (s) (9C:5C) [21:25:24:251]: Executing op: RegAddValue(Name=UninstallString,Value=#%MsiExec.exe /I{2583CDBA-8A53-4622-BB67-1D163714C1B4},) MSI (s) (9C:5C) [21:25:24:252]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:253]: Executing op: RegAddValue(Name=EstimatedSize,Value=#67185,) MSI (s) (9C:5C) [21:25:24:255]: Executing op: RegAddValue(Name=Size,,) MSI (s) (9C:5C) [21:25:24:256]: Executing op: RegAddValue(Name=Readme,,) MSI (s) (9C:5C) [21:25:24:257]: Executing op: RegAddValue(Name=Publisher,Value=Python Software Foundation,) MSI (s) (9C:5C) [21:25:24:258]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:258]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:260]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:260]: Executing op: RegAddValue(Name=ModifyPath,Value=#%MsiExec.exe /I{2583CDBA-8A53-4622-BB67-1D163714C1B4},) MSI (s) (9C:5C) [21:25:24:261]: Executing op: RegAddValue(Name=LocalPackage,Value=C:\WINDOWS\Installer\cacff.msi,) MSI (s) (9C:5C) [21:25:24:262]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:263]: Executing op: RegAddValue(Name=InstallSource,Value=C:\Users\pierre\Downloads\,) MSI (s) (9C:5C) [21:25:24:264]: Executing op: RegAddValue(Name=InstallLocation,,) MSI (s) (9C:5C) [21:25:24:266]: Executing op: RegAddValue(Name=InstallDate,Value=20141015,) MSI (s) (9C:5C) [21:25:24:267]: Executing op: RegAddValue(Name=HelpTelephone,,) MSI (s) (9C:5C) [21:25:24:269]: Executing op: RegAddValue(Name=HelpLink,,) MSI (s) (9C:5C) [21:25:24:270]: Executing op: RegAddValue(Name=DisplayVersion,Value=3.4.16349,) MSI (s) (9C:5C) [21:25:24:271]: Executing op: RegAddValue(Name=Contact,,) MSI (s) (9C:5C) [21:25:24:271]: Executing op: RegAddValue(Name=Comments,,) MSI (s) (9C:5C) [21:25:24:272]: Executing op: RegAddValue(Name=AuthorizedCDFPrefix,,) MSI (s) (9C:5C) [21:25:24:273]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\TempPackages,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:274]: Executing op: RegRemoveValue(Name=C:\WINDOWS\Installer\cacff.msi,Value=#0,) MSI (s) (9C:5C) [21:25:24:275]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:25:24:277]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Transforms,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:278]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:24:278]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\ABDC385235A82264BB76D16173411C4B\Transforms 3: 2 MSI (s) (9C:5C) [21:25:24:278]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0) MSI (s) (9C:5C) [21:25:24:278]: Error in rollback skipped. Return: 5 MSI (s) (9C:5C) [21:25:24:286]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:24:324]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1163045624,LangId=1033,Platform=589824,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1) MSI (s) (9C:5C) [21:25:24:324]: Executing op: DialogInfo(Type=0,Argument=1033) MSI (s) (9C:5C) [21:25:24:325]: Executing op: DialogInfo(Type=1,Argument=Python 3.4.1 (64-bit)) MSI (s) (9C:5C) [21:25:24:325]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1]) MSI (s) (9C:5C) [21:25:24:325]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5216d.rbf) MSI (s) (9C:5C) [21:25:24:325]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5216e.rbf) MSI (s) (9C:5C) [21:25:24:325]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5216f.rbf) MSI (s) (9C:5C) [21:25:24:325]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52170.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52171.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52172.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52173.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52174.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52175.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52176.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52177.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52178.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52179.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5217a.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5217b.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5217c.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5217d.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5217e.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5217f.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52180.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52181.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52182.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52183.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52184.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52185.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52186.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52187.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52188.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52189.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5218a.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5218b.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5218c.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5218d.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5218e.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5218f.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52190.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52191.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52192.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52193.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52194.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52195.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52196.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52197.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52198.rbf) MSI (s) (9C:5C) [21:25:24:326]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52199.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5219a.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5219b.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5219c.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5219d.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5219e.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5219f.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521a0.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521a1.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521a2.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521a3.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521a4.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521a5.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521a6.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521a7.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521a8.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521a9.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521aa.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ab.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ac.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ad.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ae.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521af.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521b0.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521b1.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521b2.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521b3.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521b4.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521b5.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521b6.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521b7.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521b8.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521b9.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ba.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521bb.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521bc.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521bd.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521be.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521bf.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521c0.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521c1.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521c2.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521c3.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521c4.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521c5.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521c6.rbf) MSI (s) (9C:5C) [21:25:24:327]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521c7.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521c8.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521c9.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ca.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521cb.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521cc.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521cd.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ce.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521cf.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521d0.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521d1.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521d2.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521d3.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521d4.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521d5.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521d6.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521d7.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521d8.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521d9.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521da.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521db.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521dc.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521dd.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521de.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521df.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521e0.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521e1.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521e2.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521e3.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521e4.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521e5.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521e6.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521e7.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521e8.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521e9.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ea.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521eb.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ec.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ed.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ee.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ef.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521f0.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521f1.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521f2.rbf) MSI (s) (9C:5C) [21:25:24:328]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521f3.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521f4.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521f5.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521f6.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521f7.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521f8.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521f9.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521fa.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521fb.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521fc.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521fd.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521fe.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\521ff.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52200.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52201.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52202.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52203.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52204.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52205.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52206.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52207.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52208.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52209.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5220a.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5220b.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5220c.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5220d.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5220e.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5220f.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52210.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52211.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52212.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52213.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52214.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52215.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52216.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52217.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52218.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52219.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5221a.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5221b.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5221c.rbf) MSI (s) (9C:5C) [21:25:24:329]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5221d.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5221e.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5221f.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52220.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52221.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52222.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52223.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52224.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52225.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52226.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52227.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52228.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52229.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5222a.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5222b.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5222c.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5222d.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5222e.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5222f.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52230.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52231.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52232.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52233.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52234.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52235.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52236.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52237.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52238.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52239.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5223a.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5223b.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5223c.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5223d.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5223e.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5223f.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52240.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52241.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52242.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52243.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52244.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52245.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52246.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52247.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52248.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52249.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5224a.rbf) MSI (s) (9C:5C) [21:25:24:330]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5224b.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5224c.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5224d.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5224e.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5224f.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52250.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52251.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52252.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52253.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52254.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52255.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52256.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52257.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52258.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52259.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5225a.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5225b.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5225c.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5225d.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5225e.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5225f.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52260.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52261.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52262.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52263.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52264.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52265.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52266.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52267.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52268.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52269.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5226a.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5226b.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5226c.rbf) MSI (s) (9C:5C) [21:25:24:331]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5226d.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5226e.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5226f.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52270.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52271.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52272.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52273.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52274.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52275.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52276.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52277.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52278.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52279.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5227a.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5227b.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5227c.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5227d.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5227e.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5227f.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52280.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52281.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52282.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52283.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52284.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52285.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52286.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52287.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52288.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52289.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5228a.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5228b.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5228c.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5228d.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5228e.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5228f.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52290.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52291.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52292.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52293.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52294.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52295.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52296.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52297.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52298.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52299.rbf) MSI (s) (9C:5C) [21:25:24:332]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5229a.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5229b.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5229c.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5229d.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5229e.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5229f.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522a0.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522a1.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522a2.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522a3.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522a4.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522a5.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522a6.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522a7.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522a8.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522a9.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522aa.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ab.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ac.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ad.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ae.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522af.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522b0.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522b1.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522b2.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522b3.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522b4.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522b5.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522b6.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522b7.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522b8.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522b9.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ba.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522bb.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522bc.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522bd.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522be.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522bf.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522c0.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522c1.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522c2.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522c3.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522c4.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522c5.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522c6.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522c7.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522c8.rbf) MSI (s) (9C:5C) [21:25:24:333]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522c9.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ca.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522cb.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522cc.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522cd.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ce.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522cf.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522d0.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522d1.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522d2.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522d3.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522d4.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522d5.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522d6.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522d7.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522d8.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522d9.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522da.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522db.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522dc.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522dd.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522de.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522df.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522e0.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522e1.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522e2.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522e3.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522e4.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522e5.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522e6.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522e7.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522e8.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522e9.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ea.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522eb.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ec.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ed.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ee.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ef.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522f0.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522f1.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522f2.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522f3.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522f4.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522f5.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522f6.rbf) MSI (s) (9C:5C) [21:25:24:334]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522f7.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522f8.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522f9.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522fa.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522fb.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522fc.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522fd.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522fe.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\522ff.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52300.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52301.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52302.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52303.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52304.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52305.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52306.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52307.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52308.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52309.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5230a.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5230b.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5230c.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5230d.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5230e.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5230f.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52310.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52311.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52312.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52313.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52314.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52315.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52316.rbf) MSI (s) (9C:5C) [21:25:24:335]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52317.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52318.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52319.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5231a.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5231b.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5231c.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5231d.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5231e.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5231f.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52320.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52321.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52322.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52323.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52324.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52325.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52326.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52327.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52328.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52329.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5232a.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5232b.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5232c.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5232d.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5232e.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5232f.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52330.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52331.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52332.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52333.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52334.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52335.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52336.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52337.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52338.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52339.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5233a.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5233b.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5233c.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5233d.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5233e.rbf) MSI (s) (9C:5C) [21:25:24:336]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5233f.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52340.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52341.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52342.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52343.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52344.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52345.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52346.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52347.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52348.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52349.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5234a.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5234b.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5234c.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5234d.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5234e.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5234f.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52350.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52351.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52352.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52353.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52354.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52355.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52356.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52357.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52358.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52359.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5235a.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5235b.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5235c.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5235d.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5235e.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5235f.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52360.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52361.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52362.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52363.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52364.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52365.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52366.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52367.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52368.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52369.rbf) MSI (s) (9C:5C) [21:25:24:337]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5236a.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5236b.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5236c.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5236d.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5236e.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5236f.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52370.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52371.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52372.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52373.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52374.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52375.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52376.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52377.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52378.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52379.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5237a.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5237b.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5237c.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5237d.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5237e.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5237f.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52380.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52381.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52382.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52383.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52384.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52385.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52386.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52387.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52388.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52389.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5238a.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5238b.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5238c.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5238d.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5238e.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5238f.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52390.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52391.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52392.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52393.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52394.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52395.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52396.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52397.rbf) MSI (s) (9C:5C) [21:25:24:338]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52398.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52399.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5239a.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5239b.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5239c.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5239d.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5239e.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5239f.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523a0.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523a1.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523a2.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523a3.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523a4.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523a5.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523a6.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523a7.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523a8.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523a9.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523aa.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ab.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ac.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ad.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ae.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523af.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523b0.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523b1.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523b2.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523b3.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523b4.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523b5.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523b6.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523b7.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523b8.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523b9.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ba.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523bb.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523bc.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523bd.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523be.rbf) MSI (s) (9C:5C) [21:25:24:339]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523bf.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523c0.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523c1.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523c2.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523c3.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523c4.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523c5.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523c6.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523c7.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523c8.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523c9.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ca.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523cb.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523cc.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523cd.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ce.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523cf.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523d0.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523d1.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523d2.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523d3.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523d4.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523d5.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523d6.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523d7.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523d8.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523d9.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523da.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523db.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523dc.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523dd.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523de.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523df.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523e0.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523e1.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523e2.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523e3.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523e4.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523e5.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523e6.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523e7.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523e8.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523e9.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ea.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523eb.rbf) MSI (s) (9C:5C) [21:25:24:340]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ec.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ed.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ee.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ef.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523f0.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523f1.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523f2.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523f3.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523f4.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523f5.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523f6.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523f7.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523f8.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523f9.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523fa.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523fb.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523fc.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523fd.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523fe.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\523ff.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52400.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52401.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52402.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52403.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52404.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52405.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52406.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52407.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52408.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52409.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5240a.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5240b.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5240c.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5240d.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5240e.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5240f.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52410.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52411.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52412.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52413.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52414.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52415.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52416.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52417.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52418.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52419.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5241a.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5241b.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5241c.rbf) MSI (s) (9C:5C) [21:25:24:341]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5241d.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5241e.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5241f.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52420.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52421.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52422.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52423.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52424.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52425.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52426.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52427.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52428.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52429.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5242a.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5242b.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5242c.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5242d.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5242e.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5242f.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52430.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52431.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52432.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52433.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52434.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52435.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52436.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52437.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52438.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52439.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5243a.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5243b.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5243c.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5243d.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5243e.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5243f.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52440.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52441.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52442.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52443.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52444.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52445.rbf) MSI (s) (9C:5C) [21:25:24:342]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52446.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52447.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52448.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52449.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5244a.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5244b.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5244c.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5244d.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5244e.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5244f.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52450.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52451.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52452.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52453.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52454.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52455.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52456.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52457.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52458.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52459.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5245a.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5245b.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5245c.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5245d.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5245e.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5245f.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52460.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52461.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52462.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52463.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52464.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52465.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52466.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52467.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52468.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52469.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5246a.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5246b.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5246c.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5246d.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5246e.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5246f.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52470.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52471.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52472.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52473.rbf) MSI (s) (9C:5C) [21:25:24:343]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52474.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52475.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52476.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52477.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52478.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52479.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5247a.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5247b.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5247c.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5247d.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5247e.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5247f.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52480.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52481.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52482.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52483.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52484.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52485.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52486.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52487.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52488.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52489.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5248a.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5248b.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5248c.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5248d.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5248e.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5248f.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52490.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52491.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52492.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52493.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52494.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52495.rbf) MSI (s) (9C:5C) [21:25:24:344]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52496.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52497.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52498.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52499.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5249a.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5249b.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5249c.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5249d.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5249e.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5249f.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524a0.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524a1.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524a2.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524a3.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524a4.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524a5.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524a6.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524a7.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524a8.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524a9.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524aa.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ab.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ac.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ad.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ae.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524af.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524b0.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524b1.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524b2.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524b3.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524b4.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524b5.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524b6.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524b7.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524b8.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524b9.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ba.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524bb.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524bc.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524bd.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524be.rbf) MSI (s) (9C:5C) [21:25:24:345]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524bf.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524c0.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524c1.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524c2.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524c3.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524c4.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524c5.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524c6.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524c7.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524c8.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524c9.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ca.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524cb.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524cc.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524cd.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ce.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524cf.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524d0.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524d1.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524d2.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524d3.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524d4.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524d5.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524d6.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524d7.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524d8.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524d9.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524da.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524db.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524dc.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524dd.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524de.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524df.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524e0.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524e1.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524e2.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524e3.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524e4.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524e5.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524e6.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524e7.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524e8.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524e9.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ea.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524eb.rbf) MSI (s) (9C:5C) [21:25:24:346]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ec.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ed.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ee.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ef.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524f0.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524f1.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524f2.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524f3.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524f4.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524f5.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524f6.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524f7.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524f8.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524f9.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524fa.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524fb.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524fc.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524fd.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524fe.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\524ff.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52500.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52501.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52502.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52503.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52504.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52505.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52506.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52507.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52508.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52509.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5250a.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5250b.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5250c.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5250d.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5250e.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5250f.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52510.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52511.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52512.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52513.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52514.rbf) MSI (s) (9C:5C) [21:25:24:347]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52515.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52516.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52517.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52518.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52519.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5251a.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5251b.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5251c.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5251d.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5251e.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5251f.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52520.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52521.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52522.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52523.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52524.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52525.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52526.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52527.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52528.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52529.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5252a.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5252b.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5252c.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5252d.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5252e.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5252f.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52530.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52531.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52532.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52533.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52534.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52535.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52536.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52537.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52538.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52539.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5253a.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5253b.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5253c.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5253d.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5253e.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5253f.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52540.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52541.rbf) MSI (s) (9C:5C) [21:25:24:348]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52542.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52543.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52544.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52545.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52546.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52547.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52548.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52549.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5254a.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5254b.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5254c.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5254d.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5254e.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5254f.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52550.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52551.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52552.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52553.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52554.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52555.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52556.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52557.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52558.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52559.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5255a.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5255b.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5255c.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5255d.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5255e.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5255f.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52560.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52561.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52562.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52563.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52564.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52565.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52566.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52567.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52568.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52569.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5256a.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5256b.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5256c.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5256d.rbf) MSI (s) (9C:5C) [21:25:24:349]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5256e.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5256f.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52570.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52571.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52572.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52573.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52574.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52575.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52576.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52577.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52578.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52579.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5257a.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5257b.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5257c.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5257d.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5257e.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5257f.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52580.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52581.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52582.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52583.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52584.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52585.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52586.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52587.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52588.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52589.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5258a.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5258b.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5258c.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5258d.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5258e.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5258f.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52590.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52591.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52592.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52593.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52594.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52595.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52596.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52597.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52598.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52599.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5259a.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5259b.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5259c.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5259d.rbf) MSI (s) (9C:5C) [21:25:24:350]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5259e.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5259f.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525a0.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525a1.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525a2.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525a3.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525a4.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525a5.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525a6.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525a7.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525a8.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525a9.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525aa.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ab.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ac.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ad.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ae.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525af.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525b0.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525b1.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525b2.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525b3.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525b4.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525b5.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525b6.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525b7.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525b8.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525b9.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ba.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525bb.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525bc.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525bd.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525be.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525bf.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525c0.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525c1.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525c2.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525c3.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525c4.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525c5.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525c6.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525c7.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525c8.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525c9.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ca.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525cb.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525cc.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525cd.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ce.rbf) MSI (s) (9C:5C) [21:25:24:351]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525cf.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525d0.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525d1.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525d2.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525d3.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525d4.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525d5.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525d6.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525d7.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525d8.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525d9.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525da.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525db.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525dc.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525dd.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525de.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525df.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525e0.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525e1.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525e2.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525e3.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525e4.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525e5.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525e6.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525e7.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525e8.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525e9.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ea.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525eb.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ec.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ed.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ee.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ef.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525f0.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525f1.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525f2.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525f3.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525f4.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525f5.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525f6.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525f7.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525f8.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525f9.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525fa.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525fb.rbf) MSI (s) (9C:5C) [21:25:24:352]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525fc.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525fd.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525fe.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\525ff.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52600.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52601.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52602.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52603.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52604.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52605.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52606.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52607.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52608.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52609.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5260a.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5260b.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5260c.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5260d.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5260e.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5260f.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52610.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52611.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52612.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52613.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52614.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52615.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52616.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52617.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52618.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52619.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5261a.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5261b.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5261c.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5261d.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5261e.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5261f.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52620.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52621.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52622.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52623.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52624.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52625.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52626.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52627.rbf) MSI (s) (9C:5C) [21:25:24:353]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52628.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52629.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5262a.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5262b.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5262c.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5262d.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5262e.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5262f.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52630.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52631.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52632.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52633.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52634.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52635.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52636.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52637.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52638.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52639.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5263a.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5263b.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5263c.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5263d.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5263e.rbf) MSI (s) (9C:5C) [21:25:24:354]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5263f.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52640.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52641.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52642.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52643.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52644.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52645.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52646.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52647.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52648.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52649.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5264a.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5264b.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5264c.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5264d.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5264e.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5264f.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52650.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52651.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52652.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52653.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52654.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52655.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52656.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52657.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52658.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52659.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5265a.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5265b.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5265c.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5265d.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5265e.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5265f.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52660.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52661.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52662.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52663.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52664.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52665.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52666.rbf) MSI (s) (9C:5C) [21:25:24:355]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52667.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52668.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52669.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5266a.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5266b.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5266c.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5266d.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5266e.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5266f.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52670.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52671.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52672.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52673.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52674.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52675.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52676.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52677.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52678.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52679.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5267a.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5267b.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5267c.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5267d.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5267e.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5267f.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52680.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52681.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52682.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52683.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52684.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52685.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52686.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52687.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52688.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52689.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5268a.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5268b.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5268c.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5268d.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5268e.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5268f.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52690.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52691.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52692.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52693.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52694.rbf) MSI (s) (9C:5C) [21:25:24:356]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52695.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52696.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52697.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52698.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52699.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5269a.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5269b.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5269c.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5269d.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5269e.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5269f.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526a0.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526a1.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526a2.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526a3.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526a4.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526a5.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526a6.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526a7.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526a8.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526a9.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526aa.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ab.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ac.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ad.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ae.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526af.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526b0.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526b1.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526b2.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526b3.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526b4.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526b5.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526b6.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526b7.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526b8.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526b9.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ba.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526bb.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526bc.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526bd.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526be.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526bf.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526c0.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526c1.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526c2.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526c3.rbf) MSI (s) (9C:5C) [21:25:24:357]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526c4.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526c5.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526c6.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526c7.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526c8.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526c9.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ca.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526cb.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526cc.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526cd.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ce.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526cf.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526d0.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526d1.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526d2.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526d3.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526d4.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526d5.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526d6.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526d7.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526d8.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526d9.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526da.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526db.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526dc.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526dd.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526de.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526df.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526e0.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526e1.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526e2.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526e3.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526e4.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526e5.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526e6.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526e7.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526e8.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526e9.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ea.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526eb.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ec.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ed.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ee.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ef.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526f0.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526f1.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526f2.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526f3.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526f4.rbf) MSI (s) (9C:5C) [21:25:24:358]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526f5.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526f6.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526f7.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526f8.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526f9.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526fa.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526fb.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526fc.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526fd.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526fe.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\526ff.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52700.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52701.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52702.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52703.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52704.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52705.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52706.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52707.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52708.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52709.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5270a.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5270b.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5270c.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5270d.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5270e.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5270f.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52710.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52711.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52712.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52713.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52714.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52715.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52716.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52717.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52718.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52719.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5271a.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5271b.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5271c.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5271d.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5271e.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5271f.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52720.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52721.rbf) MSI (s) (9C:5C) [21:25:24:359]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52722.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52723.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52724.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52725.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52726.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52727.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52728.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52729.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5272a.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5272b.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5272c.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5272d.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5272e.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5272f.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52730.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52731.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52732.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52733.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52734.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52735.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52736.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52737.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52738.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52739.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5273a.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5273b.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5273c.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5273d.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5273e.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5273f.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52740.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52741.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52742.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52743.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52744.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52745.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52746.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52747.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52748.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52749.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5274a.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5274b.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5274c.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5274d.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5274e.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5274f.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52750.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52751.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52752.rbf) MSI (s) (9C:5C) [21:25:24:360]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52753.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52754.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52755.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52756.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52757.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52758.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52759.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5275a.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5275b.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5275c.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5275d.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5275e.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5275f.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52760.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52761.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52762.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52763.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52764.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52765.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52766.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52767.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52768.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52769.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5276a.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5276b.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5276c.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5276d.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5276e.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5276f.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52770.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52771.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52772.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52773.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52774.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52775.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52776.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52777.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52778.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52779.rbf) MSI (s) (9C:5C) [21:25:24:361]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5277a.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5277b.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5277c.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5277d.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5277e.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5277f.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52780.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52781.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52782.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52783.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52784.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52785.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52786.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52787.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52788.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52789.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5278a.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5278b.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5278c.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5278d.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5278e.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5278f.rbf) MSI (s) (9C:5C) [21:25:24:362]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52790.rbf) MSI (s) (9C:5C) [21:25:24:363]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52791.rbf) MSI (s) (9C:5C) [21:25:24:363]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52792.rbf) MSI (s) (9C:5C) [21:25:24:364]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52793.rbf) MSI (s) (9C:5C) [21:25:24:364]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52794.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52795.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52796.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52797.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52798.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52799.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5279a.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5279b.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5279c.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5279d.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5279e.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5279f.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527a0.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527a1.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527a2.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527a3.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527a4.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527a5.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527a6.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527a7.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527a8.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527a9.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527aa.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ab.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ac.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ad.rbf) MSI (s) (9C:5C) [21:25:24:365]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ae.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527af.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527b0.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527b1.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527b2.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527b3.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527b4.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527b5.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527b6.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527b7.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527b8.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527b9.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ba.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527bb.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527bc.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527bd.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527be.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527bf.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527c0.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527c1.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527c2.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527c3.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527c4.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527c5.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527c6.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527c7.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527c8.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527c9.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ca.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527cb.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527cc.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527cd.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ce.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527cf.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527d0.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527d1.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527d2.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527d3.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527d4.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527d5.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527d6.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527d7.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527d8.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527d9.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527da.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527db.rbf) MSI (s) (9C:5C) [21:25:24:366]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527dc.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527dd.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527de.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527df.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527e0.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527e1.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527e2.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527e3.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527e4.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527e5.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527e6.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527e7.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527e8.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527e9.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ea.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527eb.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ec.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ed.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ee.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ef.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527f0.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527f1.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527f2.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527f3.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527f4.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527f5.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527f6.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527f7.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527f8.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527f9.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527fa.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527fb.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527fc.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527fd.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527fe.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\527ff.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52800.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52801.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52802.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52803.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52804.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52805.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52806.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52807.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52808.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52809.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5280a.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5280b.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5280c.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5280d.rbf) MSI (s) (9C:5C) [21:25:24:367]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5280e.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5280f.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52810.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52811.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52812.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52813.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52814.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52815.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52816.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52817.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52818.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52819.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5281a.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5281b.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5281c.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5281d.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5281e.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5281f.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52820.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52821.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52822.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52823.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52824.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52825.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52826.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52827.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52828.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52829.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5282a.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5282b.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5282c.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5282d.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5282e.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5282f.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52830.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52831.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52832.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52833.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52834.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52835.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52836.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52837.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52838.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52839.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5283a.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5283b.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5283c.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5283d.rbf) MSI (s) (9C:5C) [21:25:24:368]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5283e.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5283f.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52840.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52841.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52842.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52843.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52844.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52845.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52846.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52847.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52848.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52849.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5284a.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5284b.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5284c.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5284d.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5284e.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5284f.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52850.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52851.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52852.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52853.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52854.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52855.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52856.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52857.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52858.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52859.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5285a.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5285b.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5285c.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5285d.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5285e.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5285f.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52860.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52861.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52862.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52863.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52864.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52865.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52866.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52867.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52868.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52869.rbf) MSI (s) (9C:5C) [21:25:24:369]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5286a.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5286b.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5286c.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5286d.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5286e.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5286f.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52870.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52871.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52872.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52873.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52874.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52875.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52876.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52877.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52878.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52879.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5287a.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5287b.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5287c.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5287d.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5287e.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5287f.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52880.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52881.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52882.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52883.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52884.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52885.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52886.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52887.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52888.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52889.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5288a.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5288b.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5288c.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5288d.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5288e.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5288f.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52890.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52891.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52892.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52893.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52894.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52895.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52896.rbf) MSI (s) (9C:5C) [21:25:24:370]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52897.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52898.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52899.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5289a.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5289b.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5289c.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5289d.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5289e.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5289f.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528a0.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528a1.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528a2.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528a3.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528a4.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528a5.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528a6.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528a7.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528a8.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528a9.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528aa.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ab.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ac.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ad.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ae.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528af.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528b0.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528b1.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528b2.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528b3.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528b4.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528b5.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528b6.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528b7.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528b8.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528b9.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ba.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528bb.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528bc.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528bd.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528be.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528bf.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528c0.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528c1.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528c2.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528c3.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528c4.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528c5.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528c6.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528c7.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528c8.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528c9.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ca.rbf) MSI (s) (9C:5C) [21:25:24:371]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528cb.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528cc.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528cd.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ce.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528cf.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528d0.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528d1.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528d2.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528d3.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528d4.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528d5.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528d6.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528d7.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528d8.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528d9.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528da.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528db.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528dc.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528dd.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528de.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528df.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528e0.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528e1.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528e2.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528e3.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528e4.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528e5.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528e6.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528e7.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528e8.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528e9.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ea.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528eb.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ec.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ed.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ee.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ef.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528f0.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528f1.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528f2.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528f3.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528f4.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528f5.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528f6.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528f7.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528f8.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528f9.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528fa.rbf) MSI (s) (9C:5C) [21:25:24:372]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528fb.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528fc.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528fd.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528fe.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\528ff.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52900.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52901.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52902.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52903.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52904.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52905.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52906.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52907.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52908.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52909.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5290a.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5290b.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5290c.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5290d.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5290e.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5290f.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52910.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52911.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52912.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52913.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52914.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52915.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52916.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52917.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52918.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52919.rbf) MSI (s) (9C:5C) [21:25:24:373]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5291a.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5291b.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5291c.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5291d.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5291e.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5291f.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52920.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52921.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52922.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52923.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52924.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52925.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52926.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52927.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52928.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52929.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5292a.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5292b.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5292c.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5292d.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5292e.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5292f.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52930.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52931.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52932.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52933.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52934.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52935.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52936.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52937.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52938.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52939.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5293a.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5293b.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5293c.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5293d.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5293e.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5293f.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52940.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52941.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52942.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52943.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52944.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52945.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52946.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52947.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52948.rbf) MSI (s) (9C:5C) [21:25:24:374]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52949.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5294a.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5294b.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5294c.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5294d.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5294e.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5294f.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52950.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52951.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52952.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52953.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52954.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52955.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52956.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52957.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52958.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52959.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5295a.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5295b.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5295c.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5295d.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5295e.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5295f.rbf) MSI (s) (9C:5C) [21:25:24:375]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52960.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52961.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52962.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52963.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52964.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52965.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52966.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52967.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52968.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52969.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5296a.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5296b.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5296c.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5296d.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5296e.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5296f.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52970.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52971.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52972.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52973.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52974.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52975.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52976.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52977.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52978.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52979.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5297a.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5297b.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5297c.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5297d.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5297e.rbf) MSI (s) (9C:5C) [21:25:24:376]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5297f.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52980.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52981.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52982.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52983.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52984.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52985.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52986.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52987.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52988.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52989.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5298a.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5298b.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5298c.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5298d.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5298e.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5298f.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52990.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52991.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52992.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52993.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52994.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52995.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52996.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52997.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52998.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52999.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5299a.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5299b.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5299c.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5299d.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5299e.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\5299f.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529a0.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529a1.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529a2.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529a3.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529a4.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529a5.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529a6.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529a7.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529a8.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529a9.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529aa.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ab.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ac.rbf) MSI (s) (9C:5C) [21:25:24:377]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ad.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ae.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529af.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529b0.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529b1.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529b2.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529b3.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529b4.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529b5.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529b6.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529b7.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529b8.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529b9.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ba.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529bb.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529bc.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529bd.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529be.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529bf.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529c0.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529c1.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529c2.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529c3.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529c4.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529c5.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529c6.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529c7.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529c8.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529c9.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ca.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529cb.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529cc.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529cd.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ce.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529cf.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529d0.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529d1.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529d2.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529d3.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529d4.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529d5.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529d6.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529d7.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529d8.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529d9.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529da.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529db.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529dc.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529dd.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529de.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529df.rbf) MSI (s) (9C:5C) [21:25:24:378]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529e0.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529e1.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529e2.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529e3.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529e4.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529e5.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529e6.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529e7.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529e8.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529e9.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ea.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529eb.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ec.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ed.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ee.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ef.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529f0.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529f1.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529f2.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529f3.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529f4.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529f5.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529f6.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529f7.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529f8.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529f9.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529fa.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529fb.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529fc.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529fd.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529fe.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\529ff.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a00.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a01.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a02.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a03.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a04.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a05.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a06.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a07.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a08.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a09.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a0a.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a0b.rbf) MSI (s) (9C:5C) [21:25:24:379]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a0c.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a0d.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a0e.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a0f.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a10.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a11.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a12.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a13.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a14.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a15.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a16.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a17.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a18.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a19.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a1a.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a1b.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a1c.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a1d.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a1e.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a1f.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a20.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a21.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a22.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a23.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a24.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a25.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a26.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a27.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a28.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a29.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a2a.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a2b.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a2c.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a2d.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a2e.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a2f.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a30.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a31.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a32.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a33.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a34.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a35.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a36.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a37.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a38.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a39.rbf) MSI (s) (9C:5C) [21:25:24:380]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a3a.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a3b.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a3c.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a3d.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a3e.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a3f.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a40.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a41.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a42.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a43.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a44.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a45.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a46.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a47.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a48.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a49.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a4a.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a4b.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a4c.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a4d.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a4e.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a4f.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a50.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a51.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a52.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a53.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a54.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a55.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a56.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a57.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a58.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a59.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a5a.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a5b.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a5c.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a5d.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a5e.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a5f.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a60.rbf) MSI (s) (9C:5C) [21:25:24:381]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a61.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a62.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a63.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a64.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a65.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a66.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a67.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a68.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a69.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a6a.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a6b.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a6c.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a6d.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a6e.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a6f.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a70.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a71.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a72.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a73.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a74.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a75.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a76.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a77.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a78.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a79.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a7a.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a7b.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a7c.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a7d.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a7e.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a7f.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a80.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a81.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a82.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a83.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a84.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a85.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a86.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a87.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a88.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a89.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a8a.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a8b.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a8c.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a8d.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a8e.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a8f.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a90.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a91.rbf) MSI (s) (9C:5C) [21:25:24:382]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a92.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a93.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a94.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a95.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a96.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a97.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a98.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a99.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a9a.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a9b.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a9c.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a9d.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a9e.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52a9f.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aa0.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aa1.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aa2.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aa3.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aa4.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aa5.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aa6.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aa7.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aa8.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aa9.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aaa.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aab.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aac.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aad.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aae.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aaf.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ab0.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ab1.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ab2.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ab3.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ab4.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ab5.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ab6.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ab7.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ab8.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ab9.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aba.rbf) MSI (s) (9C:5C) [21:25:24:383]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52abb.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52abc.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52abd.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52abe.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52abf.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ac0.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ac1.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ac2.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ac3.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ac4.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ac5.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ac6.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ac7.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ac8.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ac9.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aca.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52acb.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52acc.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52acd.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ace.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52acf.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ad0.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ad1.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ad2.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ad3.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ad4.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ad5.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ad6.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ad7.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ad8.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ad9.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ada.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52adb.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52adc.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52add.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ade.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52adf.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ae0.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ae1.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ae2.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ae3.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ae4.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ae5.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ae6.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ae7.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ae8.rbf) MSI (s) (9C:5C) [21:25:24:384]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ae9.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aea.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aeb.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aec.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aed.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aee.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aef.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52af0.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52af1.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52af2.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52af3.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52af4.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52af5.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52af6.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52af7.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52af8.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52af9.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52afa.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52afb.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52afc.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52afd.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52afe.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52aff.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b00.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b01.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b02.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b03.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b04.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b05.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b06.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b07.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b08.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b09.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b0a.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b0b.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b0c.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b0d.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b0e.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b0f.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b10.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b11.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b12.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b13.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b14.rbf) MSI (s) (9C:5C) [21:25:24:385]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b15.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b16.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b17.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b18.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b19.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b1a.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b1b.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b1c.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b1d.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b1e.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b1f.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b20.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b21.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b22.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b23.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b24.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b25.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b26.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b27.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b28.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b29.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b2a.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b2b.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b2c.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b2d.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b2e.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b2f.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b30.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b31.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b32.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b33.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b34.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b35.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b36.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b37.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b38.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b39.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b3a.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b3b.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b3c.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b3d.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b3e.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b3f.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b40.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b41.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b42.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b43.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b44.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b45.rbf) MSI (s) (9C:5C) [21:25:24:386]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b46.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b47.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b48.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b49.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b4a.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b4b.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b4c.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b4d.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b4e.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b4f.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b50.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b51.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b52.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b53.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b54.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b55.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b56.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b57.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b58.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b59.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b5a.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b5b.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b5c.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b5d.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b5e.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b5f.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b60.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b61.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b62.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b63.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b64.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b65.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b66.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b67.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b68.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b69.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b6a.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b6b.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b6c.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b6d.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b6e.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b6f.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b70.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b71.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b72.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b73.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b74.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b75.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b76.rbf) MSI (s) (9C:5C) [21:25:24:387]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b77.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b78.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b79.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b7a.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b7b.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b7c.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b7d.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b7e.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b7f.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b80.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b81.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b82.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b83.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b84.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b85.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b86.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b87.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b88.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b89.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b8a.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b8b.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b8c.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b8d.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b8e.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b8f.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b90.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b91.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b92.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b93.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b94.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b95.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b96.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b97.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b98.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b99.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b9a.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b9b.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b9c.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b9d.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b9e.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52b9f.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ba0.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ba1.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ba2.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ba3.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ba4.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ba5.rbf) MSI (s) (9C:5C) [21:25:24:388]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ba6.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ba7.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ba8.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ba9.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52baa.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bab.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bac.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bad.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bae.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52baf.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bb0.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bb1.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bb2.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bb3.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bb4.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bb5.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bb6.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bb7.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bb8.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bb9.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bba.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bbb.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bbc.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bbd.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bbe.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bbf.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bc0.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bc1.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bc2.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bc3.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bc4.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bc5.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bc6.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bc7.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bc8.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bc9.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bca.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bcb.rbf) MSI (s) (9C:5C) [21:25:24:389]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bcc.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bcd.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bce.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bcf.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bd0.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bd1.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bd2.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bd3.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bd4.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bd5.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bd6.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bd7.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bd8.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bd9.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bda.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bdb.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bdc.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bdd.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bde.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bdf.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52be0.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52be1.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52be2.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52be3.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52be4.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52be5.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52be6.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52be7.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52be8.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52be9.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bea.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52beb.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bec.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bed.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bee.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bef.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bf0.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bf1.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bf2.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bf3.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bf4.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bf5.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bf6.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bf7.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bf8.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bf9.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bfa.rbf) MSI (s) (9C:5C) [21:25:24:390]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bfb.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bfc.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bfd.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bfe.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52bff.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c00.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c01.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c02.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c03.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c04.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c05.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c06.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c07.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c08.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c09.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c0a.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c0b.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c0c.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c0d.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c0e.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c0f.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c10.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c11.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c12.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c13.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c14.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c15.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c16.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c17.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c18.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c19.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c1a.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c1b.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c1c.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c1d.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c1e.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c1f.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c20.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c21.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c22.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c23.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c24.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c25.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c26.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c27.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c28.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c29.rbf) MSI (s) (9C:5C) [21:25:24:391]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c2a.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c2b.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c2c.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c2d.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c2e.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c2f.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c30.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c31.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c32.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c33.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c34.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c35.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c36.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c37.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c38.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c39.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c3a.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c3b.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c3c.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c3d.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c3e.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c3f.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c40.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c41.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c42.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c43.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c44.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c45.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c46.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c47.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c48.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c49.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c4a.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c4b.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c4c.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c4d.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c4e.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c4f.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c50.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c51.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c52.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c53.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c54.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c55.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c56.rbf) MSI (s) (9C:5C) [21:25:24:392]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c57.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c58.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c59.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c5a.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c5b.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c5c.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c5d.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c5e.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c5f.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c60.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c61.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c62.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c63.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c64.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c65.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c66.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c67.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c68.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c69.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c6a.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c6b.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c6c.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c6d.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c6e.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c6f.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c70.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c71.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c72.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c73.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c74.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c75.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c76.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c77.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c78.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c79.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c7a.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c7b.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c7c.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c7d.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c7e.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c7f.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c80.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c81.rbf) MSI (s) (9C:5C) [21:25:24:393]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c82.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c83.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c84.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c85.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c86.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c87.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c88.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c89.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c8a.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c8b.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c8c.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c8d.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c8e.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c8f.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c90.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c91.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c92.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c93.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c94.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c95.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c96.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c97.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c98.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c99.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c9a.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c9b.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c9c.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c9d.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c9e.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52c9f.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ca0.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ca1.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ca2.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ca3.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ca4.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ca5.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ca6.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ca7.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ca8.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ca9.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52caa.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cab.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cac.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cad.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cae.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52caf.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cb0.rbf) MSI (s) (9C:5C) [21:25:24:394]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cb1.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cb2.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cb3.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cb4.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cb5.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cb6.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cb7.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cb8.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cb9.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cba.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cbb.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cbc.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cbd.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cbe.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cbf.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cc0.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cc1.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cc2.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cc3.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cc4.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cc5.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cc6.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cc7.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cc8.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cc9.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cca.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ccb.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ccc.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ccd.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cce.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ccf.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cd0.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cd1.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cd2.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cd3.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cd4.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cd5.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cd6.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cd7.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cd8.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cd9.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cda.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cdb.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cdc.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cdd.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cde.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cdf.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ce0.rbf) MSI (s) (9C:5C) [21:25:24:395]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ce1.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ce2.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ce3.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ce4.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ce5.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ce6.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ce7.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ce8.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ce9.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cea.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ceb.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cec.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ced.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cee.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cef.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cf0.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cf1.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cf2.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cf3.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cf4.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cf5.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cf6.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cf7.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cf8.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cf9.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cfa.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cfb.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cfc.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cfd.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cfe.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52cff.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d00.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d01.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d02.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d03.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d04.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d05.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d06.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d07.rbf) MSI (s) (9C:5C) [21:25:24:396]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d08.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d09.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d0a.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d0b.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d0c.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d0d.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d0e.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d0f.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d10.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d11.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d12.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d13.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d14.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d15.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d16.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d17.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d18.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d19.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d1a.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d1b.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d1c.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d1d.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d1e.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d1f.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d20.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d21.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d22.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d23.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d24.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d25.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d26.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d27.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d28.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d29.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d2a.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d2b.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d2c.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d2d.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d2e.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d2f.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d30.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d31.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d32.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d33.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d34.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d35.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d36.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d37.rbf) MSI (s) (9C:5C) [21:25:24:397]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d38.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d39.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d3a.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d3b.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d3c.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d3d.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d3e.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d3f.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d40.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d41.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d42.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d43.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d44.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d45.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d46.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d47.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d48.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d49.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d4a.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d4b.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d4c.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d4d.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d4e.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d4f.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d50.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d51.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d52.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d53.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d54.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d55.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d56.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d57.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d58.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d59.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d5a.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d5b.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d5c.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d5d.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d5e.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d5f.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d60.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d61.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d62.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d63.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d64.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d65.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d66.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d67.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d68.rbf) MSI (s) (9C:5C) [21:25:24:398]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d69.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d6a.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d6b.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d6c.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d6d.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d6e.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d6f.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d70.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d71.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d72.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d73.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d74.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d75.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d76.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d77.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d78.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d79.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d7a.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d7b.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d7c.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d7d.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d7e.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d7f.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d80.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d81.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d82.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d83.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d84.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d85.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d86.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d87.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d88.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d89.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d8a.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d8b.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d8c.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d8d.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d8e.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d8f.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d90.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d91.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d92.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d93.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d94.rbf) MSI (s) (9C:5C) [21:25:24:399]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d95.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d96.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d97.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d98.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d99.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d9a.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d9b.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d9c.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d9d.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d9e.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52d9f.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52da0.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52da1.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52da2.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52da3.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52da4.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52da5.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52da6.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52da7.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52da8.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52da9.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52daa.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dab.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dac.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dad.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dae.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52daf.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52db0.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52db1.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52db2.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52db3.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52db4.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52db5.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52db6.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52db7.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52db8.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52db9.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dba.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dbb.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dbc.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dbd.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dbe.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dbf.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dc0.rbf) MSI (s) (9C:5C) [21:25:24:400]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dc1.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dc2.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dc3.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dc4.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dc5.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dc6.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dc7.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dc8.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dc9.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dca.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dcb.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dcc.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dcd.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dce.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dcf.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dd0.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dd1.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dd2.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dd3.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dd4.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dd5.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dd6.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dd7.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dd8.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dd9.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dda.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ddb.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ddc.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ddd.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dde.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ddf.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52de0.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52de1.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52de2.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52de3.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52de4.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52de5.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52de6.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52de7.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52de8.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52de9.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dea.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52deb.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dec.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ded.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dee.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52def.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52df0.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52df1.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52df2.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52df3.rbf) MSI (s) (9C:5C) [21:25:24:401]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52df4.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52df5.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52df6.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52df7.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52df8.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52df9.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dfa.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dfb.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dfc.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dfd.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dfe.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52dff.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e00.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e01.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e02.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e03.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e04.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e05.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e06.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e07.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e08.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e09.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e0a.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e0b.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e0c.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e0d.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e0e.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e0f.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e10.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e11.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e12.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e13.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e14.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e15.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e16.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e17.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e18.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e19.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e1a.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e1b.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e1c.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e1d.rbf) MSI (s) (9C:5C) [21:25:24:402]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e1e.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e1f.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e20.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e21.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e22.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e23.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e24.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e25.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e26.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e27.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e28.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e29.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e2a.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e2b.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e2c.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e2d.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e2e.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e2f.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e30.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e31.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e32.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e33.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e34.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e35.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e36.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e37.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e38.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e39.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e3a.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e3b.rbf) MSI (s) (9C:5C) [21:25:24:403]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e3c.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e3d.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e3e.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e3f.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e40.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e41.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e42.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e43.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e44.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e45.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e46.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e47.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e48.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e49.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e4a.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e4b.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e4c.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e4d.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e4e.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e4f.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e50.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e51.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e52.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e53.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e54.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e55.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e56.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e57.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e58.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e59.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e5a.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e5b.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e5c.rbf) MSI (s) (9C:5C) [21:25:24:404]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e5d.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e5e.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e5f.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e60.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e61.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e62.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e63.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e64.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e65.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e66.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e67.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e68.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e69.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e6a.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e6b.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e6c.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e6d.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e6e.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e6f.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e70.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e71.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e72.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e73.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e74.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e75.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e76.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e77.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e78.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e79.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e7a.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e7b.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e7c.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e7d.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e7e.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e7f.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e80.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e81.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e82.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e83.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e84.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e85.rbf) MSI (s) (9C:5C) [21:25:24:405]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e86.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e87.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e88.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e89.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e8a.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e8b.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e8c.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e8d.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e8e.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e8f.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e90.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e91.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e92.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e93.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e94.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e95.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e96.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e97.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e98.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e99.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e9a.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e9b.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e9c.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e9d.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e9e.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52e9f.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ea0.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ea1.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ea2.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ea3.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ea4.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ea5.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ea6.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ea7.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ea8.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ea9.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eaa.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eab.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eac.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ead.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eae.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eaf.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eb0.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eb1.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eb2.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eb3.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eb4.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eb5.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eb6.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eb7.rbf) MSI (s) (9C:5C) [21:25:24:406]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eb8.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eb9.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eba.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ebb.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ebc.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ebd.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ebe.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ebf.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ec0.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ec1.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ec2.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ec3.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ec4.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ec5.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ec6.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ec7.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ec8.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ec9.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eca.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ecb.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ecc.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ecd.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ece.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ecf.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ed0.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ed1.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ed2.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ed3.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ed4.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ed5.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ed6.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ed7.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ed8.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ed9.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eda.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52edb.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52edc.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52edd.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ede.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52edf.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ee0.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ee1.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ee2.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ee3.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ee4.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ee5.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ee6.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ee7.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ee8.rbf) MSI (s) (9C:5C) [21:25:24:407]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ee9.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eea.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eeb.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eec.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eed.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eee.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eef.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ef0.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ef1.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ef2.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ef3.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ef4.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ef5.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ef6.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ef7.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ef8.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52ef9.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52efa.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52efb.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52efc.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52efd.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52efe.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52eff.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f00.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f01.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f02.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f03.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f04.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f05.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f06.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f07.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f08.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f09.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f0a.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f0b.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f0c.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f0d.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f0e.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f0f.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f10.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f11.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f12.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f13.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f14.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f15.rbf) MSI (s) (9C:5C) [21:25:24:408]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f16.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f17.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f18.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f19.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f1a.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f1b.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f1c.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f1d.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f1e.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f1f.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f20.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f21.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f22.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f23.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f24.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f25.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f26.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f27.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f28.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f29.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f2a.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f2b.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f2c.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f2d.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f2e.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f2f.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f30.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f31.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f32.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f33.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f34.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f35.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f36.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f37.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f38.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f39.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f3a.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f3b.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f3c.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f3d.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f3e.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f3f.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f40.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f41.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f42.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f43.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f44.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f45.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f46.rbf) MSI (s) (9C:5C) [21:25:24:409]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f47.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f48.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f49.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f4a.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f4b.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f4c.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f4d.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f4e.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f4f.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f50.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f51.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f52.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f53.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f54.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f55.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f56.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f57.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f58.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f59.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f5a.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f5b.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f5c.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f5d.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f5e.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f5f.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f60.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f61.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f62.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f63.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f64.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f65.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f66.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f67.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f68.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f69.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f6a.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f6b.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f6c.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f6d.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f6e.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f6f.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f70.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f71.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f72.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f73.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f74.rbf) MSI (s) (9C:5C) [21:25:24:410]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f75.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f76.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f77.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f78.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f79.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f7a.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f7b.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f7c.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f7d.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f7e.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f7f.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f80.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f81.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f82.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f83.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f84.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f85.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f86.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f87.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f88.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f89.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f8a.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f8b.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f8c.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f8d.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f8e.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f8f.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f90.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f91.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f92.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f93.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f94.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f95.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f96.rbf) MSI (s) (9C:5C) [21:25:24:411]: Executing op: RegisterBackupFile(File=C:\Config.Msi\52f97.rbf) Action 21:25:24: Rollback. Rolling back action: Rollback: Publishing product information MSI (s) (9C:5C) [21:25:24:417]: Executing op: ActionStart(Name=PublishProduct,Description=Publishing product information,) MSI (s) (9C:5C) [21:25:24:418]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Patches,,BinaryType=-1,,) MSI (s) (9C:5C) [21:25:24:419]: Executing op: ProductInfo(ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},ProductName=Python 3.4.1 (64-bit),PackageName=python-3.4.1.amd64.msi,Language=1033,Version=50594942,Assignment=1,ObsoleteArg=0,,,PackageCode={A3D6909A-868F-4BF0-8F8B-7CAA65BDD455},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=2) MSI (s) (9C:5C) [21:25:24:420]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:24:420]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Patches 3: 2 MSI (s) (9C:5C) [21:25:24:420]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Patches,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:421]: Executing op: RegAddValue(Name=AllPatches,,) MSI (s) (9C:5C) [21:25:24:423]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD\Patches,,BinaryType=1,,) MSI (s) (9C:5C) [21:25:24:423]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:25:24:423]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD\Patches 3: 2 Rollback: Copying new files MSI (s) (9C:5C) [21:25:24:424]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1], Directory: [9], Size: [6]) MSI (s) (9C:5C) [21:25:24:425]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f97.rbf,,DestName=C:\WINDOWS\Installer\$PatchCache$\Managed\BC24845D167FAB0388F1F18F12CD44FD\CacheSize.txt,Attributes=32800,FileSize=3,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:24:428]: File: C:\WINDOWS\Installer\$PatchCache$\Managed\BC24845D167FAB0388F1F18F12CD44FD\CacheSize.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:24:439]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:24:442]: Executing op: CacheSizeFlush(SizeHigh=0,SizeLow=0) MSI (s) (9C:5C) [21:25:24:446]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f96.rbf,,DestName=C:\WINDOWS\Installer\$PatchCache$\Managed\BC24845D167FAB0388F1F18F12CD44FD\3.4.1150\F_CENTRAL_msvcr100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC,Attributes=32800,FileSize=829264,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:24:448]: File: C:\WINDOWS\Installer\$PatchCache$\Managed\BC24845D167FAB0388F1F18F12CD44FD\3.4.1150\F_CENTRAL_msvcr100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:24:458]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:24:460]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f95.rbf,,DestName=C:\WINDOWS\Installer\$PatchCache$\Managed\BC24845D167FAB0388F1F18F12CD44FD\3.4.1150\F_CENTRAL_msvcp100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC,Attributes=32800,FileSize=608080,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:24:462]: File: C:\WINDOWS\Installer\$PatchCache$\Managed\BC24845D167FAB0388F1F18F12CD44FD\3.4.1150\F_CENTRAL_msvcp100_x64.BFF61907_AA2D_3A26_8666_98D956A62ABC; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:24:472]: Note: 1: 2318 2: Rollback: Removing folders MSI (s) (9C:5C) [21:25:24:474]: Executing op: ActionStart(Name=RemoveFolders,Description=Removing folders,Template=Folder: [1]) MSI (s) (9C:5C) [21:25:24:474]: Executing op: FolderCreate(Folder=C:\Python34\Tools\Scripts\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:481]: Executing op: FolderCreate(Folder=C:\Python34\Tools\pynche\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:487]: Executing op: FolderCreate(Folder=C:\Python34\Tools\i18n\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:493]: Executing op: FolderCreate(Folder=C:\Python34\Lib\dbm\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:501]: Executing op: FolderCreate(Folder=C:\Python34\Lib\distutils\tests\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:508]: Executing op: FolderCreate(Folder=C:\Python34\Lib\distutils\command\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:515]: Executing op: FolderCreate(Folder=C:\Python34\Lib\distutils\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:522]: Executing op: FolderCreate(Folder=C:\Python34\Lib\importlib\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:528]: Executing op: FolderCreate(Folder=C:\Python34\Lib\collections\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:535]: Executing op: FolderCreate(Folder=C:\Python34\Lib\unittest\test\testmock\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:545]: Executing op: FolderCreate(Folder=C:\Python34\Lib\unittest\test\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:550]: Executing op: FolderCreate(Folder=C:\Python34\Lib\unittest\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:555]: Executing op: FolderCreate(Folder=C:\Python34\Lib\xmlrpc\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:561]: Executing op: FolderCreate(Folder=C:\Python34\Lib\msilib\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:567]: Executing op: FolderCreate(Folder=C:\Python34\Lib\pydoc_data\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:574]: Executing op: FolderCreate(Folder=C:\Python34\Lib\encodings\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:579]: Executing op: FolderCreate(Folder=C:\Python34\Lib\urllib\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:585]: Executing op: FolderCreate(Folder=C:\Python34\Lib\email\mime\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:594]: Executing op: FolderCreate(Folder=C:\Python34\Lib\email\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:598]: Executing op: FolderCreate(Folder=C:\Python34\Lib\xml\sax\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:607]: Executing op: FolderCreate(Folder=C:\Python34\Lib\xml\parsers\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:614]: Executing op: FolderCreate(Folder=C:\Python34\Lib\xml\etree\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:622]: Executing op: FolderCreate(Folder=C:\Python34\Lib\xml\dom\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:629]: Executing op: FolderCreate(Folder=C:\Python34\Lib\xml\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:635]: Executing op: FolderCreate(Folder=C:\Python34\Lib\turtledemo\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:642]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_email\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:649]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\import_\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:656]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\extension\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:662]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\source\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:668]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\frozen\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:675]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:688]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:705]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:719]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:734]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:746]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:758]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:772]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:782]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\builtin\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:793]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_importlib\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:805]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_json\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:814]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\subprocessdata\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:823]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\leakers\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:830]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\crashers\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:837]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\tracedmodules\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:843]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\encoded_modules\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:852]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\support\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:858]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\test_asyncio\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:865]: Executing op: FolderCreate(Folder=C:\Python34\Lib\test\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:871]: Executing op: FolderCreate(Folder=C:\Python34\Lib\ctypes\macholib\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:877]: Executing op: FolderCreate(Folder=C:\Python34\Lib\ctypes\test\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:883]: Executing op: FolderCreate(Folder=C:\Python34\Lib\ctypes\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:889]: Executing op: FolderCreate(Folder=C:\Python34\Lib\logging\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:895]: Executing op: FolderCreate(Folder=C:\Python34\Lib\ensurepip\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:902]: Executing op: FolderCreate(Folder=C:\Python34\Lib\multiprocessing\dummy\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:910]: Executing op: FolderCreate(Folder=C:\Python34\Lib\multiprocessing\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:917]: Executing op: FolderCreate(Folder=C:\Python34\Lib\curses\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:924]: Executing op: FolderCreate(Folder=C:\Python34\Lib\json\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:931]: Executing op: FolderCreate(Folder=C:\Python34\Lib\venv\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:938]: Executing op: FolderCreate(Folder=C:\Python34\Lib\wsgiref\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:944]: Executing op: FolderCreate(Folder=C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:952]: Executing op: FolderCreate(Folder=C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:958]: Executing op: FolderCreate(Folder=C:\Python34\Lib\tkinter\test\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:968]: Executing op: FolderCreate(Folder=C:\Python34\Lib\tkinter\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:974]: Executing op: FolderCreate(Folder=C:\Python34\Lib\lib2to3\fixes\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:984]: Executing op: FolderCreate(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:24:996]: Executing op: FolderCreate(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:003]: Executing op: FolderCreate(Folder=C:\Python34\Lib\lib2to3\tests\data\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:010]: Executing op: FolderCreate(Folder=C:\Python34\Lib\lib2to3\tests\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:018]: Executing op: FolderCreate(Folder=C:\Python34\Lib\lib2to3\pgen2\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:024]: Executing op: FolderCreate(Folder=C:\Python34\Lib\lib2to3\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:030]: Executing op: FolderCreate(Folder=C:\Python34\Lib\html\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:037]: Executing op: FolderCreate(Folder=C:\Python34\Lib\sqlite3\test\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:046]: Executing op: FolderCreate(Folder=C:\Python34\Lib\sqlite3\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:051]: Executing op: FolderCreate(Folder=C:\Python34\Lib\http\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:060]: Executing op: FolderCreate(Folder=C:\Python34\Lib\concurrent\futures\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:071]: Executing op: FolderCreate(Folder=C:\Python34\Lib\concurrent\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:076]: Executing op: FolderCreate(Folder=C:\Python34\Lib\idlelib\idle_test\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:085]: Executing op: FolderCreate(Folder=C:\Python34\Lib\idlelib\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:091]: Executing op: FolderCreate(Folder=C:\Python34\Lib\asyncio\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:097]: Executing op: FolderCreate(Folder=C:\Python34\Lib\__pycache__\,Foreign=0,SecurityDescriptor=BinaryData,) Rollback: Removing files MSI (s) (9C:5C) [21:25:25:103]: Executing op: ActionStart(Name=RemoveFiles,Description=Removing files,Template=File: [1], Directory: [9]) MSI (s) (9C:5C) [21:25:25:103]: Executing op: SetTargetFolder(Folder=C:\Python34\Doc\) MSI (s) (9C:5C) [21:25:25:104]: Executing op: FolderCreate(Folder=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\,Foreign=1,SecurityDescriptor=BinaryData,) MSI (s) (9C:5C) [21:25:25:111]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f94.rbf,,DestName=C:\Python34\Doc\python341.chm,Attributes=32800,FileSize=7297786,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:114]: File: C:\Python34\Doc\python341.chm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:124]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:126]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\Scripts\) MSI (s) (9C:5C) [21:25:25:127]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f93.rbf,,DestName=C:\Python34\Tools\Scripts\pydocgui.pyw,Attributes=32800,FileSize=222,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:130]: File: C:\Python34\Tools\Scripts\pydocgui.pyw; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:139]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:142]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f92.rbf,,DestName=C:\Python34\Tools\Scripts\pyvenv.py,Attributes=32800,FileSize=243,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:143]: File: C:\Python34\Tools\Scripts\pyvenv.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:154]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:155]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f91.rbf,,DestName=C:\Python34\Tools\Scripts\pydoc3.py,Attributes=32800,FileSize=85,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:157]: File: C:\Python34\Tools\Scripts\pydoc3.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:167]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:170]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f90.rbf,,DestName=C:\Python34\Tools\Scripts\2to3.py,Attributes=32800,FileSize=101,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:171]: File: C:\Python34\Tools\Scripts\2to3.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:180]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:182]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f8f.rbf,,DestName=C:\Python34\Tools\Scripts\README.txt,Attributes=32800,FileSize=4850,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:184]: File: C:\Python34\Tools\Scripts\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:304]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:305]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f8e.rbf,,DestName=C:\Python34\Tools\Scripts\win_add2path.py,Attributes=32800,FileSize=1670,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:307]: File: C:\Python34\Tools\Scripts\win_add2path.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:321]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:323]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f8d.rbf,,DestName=C:\Python34\Tools\Scripts\which.py,Attributes=32800,FileSize=1693,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:325]: File: C:\Python34\Tools\Scripts\which.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:335]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:337]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f8c.rbf,,DestName=C:\Python34\Tools\Scripts\untabify.py,Attributes=32800,FileSize=1351,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:340]: File: C:\Python34\Tools\Scripts\untabify.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:350]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:354]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f8b.rbf,,DestName=C:\Python34\Tools\Scripts\treesync.py,Attributes=32800,FileSize=6140,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:355]: File: C:\Python34\Tools\Scripts\treesync.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:364]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:366]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f8a.rbf,,DestName=C:\Python34\Tools\Scripts\texi2html.py,Attributes=32800,FileSize=72244,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:367]: File: C:\Python34\Tools\Scripts\texi2html.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:378]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:381]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f89.rbf,,DestName=C:\Python34\Tools\Scripts\svneol.py,Attributes=32800,FileSize=3607,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:384]: File: C:\Python34\Tools\Scripts\svneol.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:395]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:409]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f88.rbf,,DestName=C:\Python34\Tools\Scripts\suff.py,Attributes=32800,FileSize=536,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:411]: File: C:\Python34\Tools\Scripts\suff.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:424]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:426]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f87.rbf,,DestName=C:\Python34\Tools\Scripts\serve.py,Attributes=32800,FileSize=1196,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:427]: File: C:\Python34\Tools\Scripts\serve.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:436]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:438]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f86.rbf,,DestName=C:\Python34\Tools\Scripts\run_tests.py,Attributes=32800,FileSize=1942,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:440]: File: C:\Python34\Tools\Scripts\run_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:449]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:450]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f85.rbf,,DestName=C:\Python34\Tools\Scripts\rgrep.py,Attributes=32800,FileSize=1542,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:452]: File: C:\Python34\Tools\Scripts\rgrep.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:460]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:462]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f84.rbf,,DestName=C:\Python34\Tools\Scripts\reindent.py,Attributes=32800,FileSize=11844,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:464]: File: C:\Python34\Tools\Scripts\reindent.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:472]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:475]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f83.rbf,,DestName=C:\Python34\Tools\Scripts\reindent-rst.py,Attributes=32800,FileSize=293,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:476]: File: C:\Python34\Tools\Scripts\reindent-rst.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:485]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:486]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f82.rbf,,DestName=C:\Python34\Tools\Scripts\pysource.py,Attributes=32800,FileSize=3994,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:488]: File: C:\Python34\Tools\Scripts\pysource.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:497]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:498]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f81.rbf,,DestName=C:\Python34\Tools\Scripts\ptags.py,Attributes=32800,FileSize=1279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:500]: File: C:\Python34\Tools\Scripts\ptags.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:509]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:511]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f80.rbf,,DestName=C:\Python34\Tools\Scripts\pindent.py,Attributes=32800,FileSize=17633,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:513]: File: C:\Python34\Tools\Scripts\pindent.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:524]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:528]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f7f.rbf,,DestName=C:\Python34\Tools\Scripts\pickle2db.py,Attributes=32800,FileSize=4168,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:530]: File: C:\Python34\Tools\Scripts\pickle2db.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:540]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:542]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f7e.rbf,,DestName=C:\Python34\Tools\Scripts\pdeps.py,Attributes=32800,FileSize=4080,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:544]: File: C:\Python34\Tools\Scripts\pdeps.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:552]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:554]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f7d.rbf,,DestName=C:\Python34\Tools\Scripts\pathfix.py,Attributes=32800,FileSize=5040,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:556]: File: C:\Python34\Tools\Scripts\pathfix.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:566]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:568]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f7c.rbf,,DestName=C:\Python34\Tools\Scripts\patchcheck.py,Attributes=32800,FileSize=6012,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:569]: File: C:\Python34\Tools\Scripts\patchcheck.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:578]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:580]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f7b.rbf,,DestName=C:\Python34\Tools\Scripts\parse_html5_entities.py,Attributes=32800,FileSize=4104,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:581]: File: C:\Python34\Tools\Scripts\parse_html5_entities.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:589]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:591]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f7a.rbf,,DestName=C:\Python34\Tools\Scripts\parseentities.py,Attributes=32800,FileSize=1755,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:593]: File: C:\Python34\Tools\Scripts\parseentities.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:601]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:603]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f79.rbf,,DestName=C:\Python34\Tools\Scripts\objgraph.py,Attributes=32800,FileSize=6190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:606]: File: C:\Python34\Tools\Scripts\objgraph.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:614]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f78.rbf,,DestName=C:\Python34\Tools\Scripts\nm2def.py,Attributes=32800,FileSize=2554,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:617]: File: C:\Python34\Tools\Scripts\nm2def.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:625]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:627]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f77.rbf,,DestName=C:\Python34\Tools\Scripts\ndiff.py,Attributes=32800,FileSize=3953,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:628]: File: C:\Python34\Tools\Scripts\ndiff.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:636]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:639]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f76.rbf,,DestName=C:\Python34\Tools\Scripts\mkreal.py,Attributes=32800,FileSize=1697,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:640]: File: C:\Python34\Tools\Scripts\mkreal.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:648]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:650]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f75.rbf,,DestName=C:\Python34\Tools\Scripts\md5sum.py,Attributes=32800,FileSize=2601,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:651]: File: C:\Python34\Tools\Scripts\md5sum.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:659]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:660]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f74.rbf,,DestName=C:\Python34\Tools\Scripts\make_ctype.py,Attributes=32800,FileSize=2374,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:662]: File: C:\Python34\Tools\Scripts\make_ctype.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:670]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:672]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f73.rbf,,DestName=C:\Python34\Tools\Scripts\mailerdaemon.py,Attributes=32800,FileSize=8285,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:674]: File: C:\Python34\Tools\Scripts\mailerdaemon.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:682]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:683]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f72.rbf,,DestName=C:\Python34\Tools\Scripts\lll.py,Attributes=32800,FileSize=780,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:685]: File: C:\Python34\Tools\Scripts\lll.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:692]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:694]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f71.rbf,,DestName=C:\Python34\Tools\Scripts\linktree.py,Attributes=32800,FileSize=2520,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:696]: File: C:\Python34\Tools\Scripts\linktree.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:703]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:705]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f70.rbf,,DestName=C:\Python34\Tools\Scripts\lfcr.py,Attributes=32800,FileSize=664,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:707]: File: C:\Python34\Tools\Scripts\lfcr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:715]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:717]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f6f.rbf,,DestName=C:\Python34\Tools\Scripts\import_diagnostics.py,Attributes=32800,FileSize=1036,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:719]: File: C:\Python34\Tools\Scripts\import_diagnostics.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:727]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:729]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f6e.rbf,,DestName=C:\Python34\Tools\Scripts\ifdef.py,Attributes=32800,FileSize=3832,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:731]: File: C:\Python34\Tools\Scripts\ifdef.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:739]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:740]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f6d.rbf,,DestName=C:\Python34\Tools\Scripts\highlight.py,Attributes=32800,FileSize=9377,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:741]: File: C:\Python34\Tools\Scripts\highlight.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:749]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:752]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f6c.rbf,,DestName=C:\Python34\Tools\Scripts\h2py.py,Attributes=32800,FileSize=5780,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:753]: File: C:\Python34\Tools\Scripts\h2py.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:761]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:763]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f6b.rbf,,DestName=C:\Python34\Tools\Scripts\gprof2html.py,Attributes=32800,FileSize=2284,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:765]: File: C:\Python34\Tools\Scripts\gprof2html.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:773]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:774]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f6a.rbf,,DestName=C:\Python34\Tools\Scripts\google.py,Attributes=32800,FileSize=545,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:775]: File: C:\Python34\Tools\Scripts\google.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:785]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:786]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f69.rbf,,DestName=C:\Python34\Tools\Scripts\get-remote-certificate.py,Attributes=32800,FileSize=2804,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:788]: File: C:\Python34\Tools\Scripts\get-remote-certificate.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:796]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:797]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f68.rbf,,DestName=C:\Python34\Tools\Scripts\ftpmirror.py,Attributes=32800,FileSize=13483,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:799]: File: C:\Python34\Tools\Scripts\ftpmirror.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:807]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:810]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f67.rbf,,DestName=C:\Python34\Tools\Scripts\fixps.py,Attributes=32800,FileSize=932,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:812]: File: C:\Python34\Tools\Scripts\fixps.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:820]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:821]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f66.rbf,,DestName=C:\Python34\Tools\Scripts\fixnotice.py,Attributes=32800,FileSize=3172,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:823]: File: C:\Python34\Tools\Scripts\fixnotice.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:832]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:834]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f65.rbf,,DestName=C:\Python34\Tools\Scripts\fixheader.py,Attributes=32800,FileSize=1257,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:835]: File: C:\Python34\Tools\Scripts\fixheader.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:843]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:845]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f64.rbf,,DestName=C:\Python34\Tools\Scripts\fixdiv.py,Attributes=32800,FileSize=14318,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:847]: File: C:\Python34\Tools\Scripts\fixdiv.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:855]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:856]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f63.rbf,,DestName=C:\Python34\Tools\Scripts\fixcid.py,Attributes=32800,FileSize=10303,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:858]: File: C:\Python34\Tools\Scripts\fixcid.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:867]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:868]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f62.rbf,,DestName=C:\Python34\Tools\Scripts\find_recursionlimit.py,Attributes=32800,FileSize=4119,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:870]: File: C:\Python34\Tools\Scripts\find_recursionlimit.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:879]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:881]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f61.rbf,,DestName=C:\Python34\Tools\Scripts\findnocoding.py,Attributes=32800,FileSize=3058,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:883]: File: C:\Python34\Tools\Scripts\findnocoding.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:891]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:893]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f60.rbf,,DestName=C:\Python34\Tools\Scripts\findlinksto.py,Attributes=32800,FileSize=1114,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:895]: File: C:\Python34\Tools\Scripts\findlinksto.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:904]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:906]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f5f.rbf,,DestName=C:\Python34\Tools\Scripts\finddiv.py,Attributes=32800,FileSize=2586,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:907]: File: C:\Python34\Tools\Scripts\finddiv.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:916]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:918]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f5e.rbf,,DestName=C:\Python34\Tools\Scripts\find-uname.py,Attributes=32800,FileSize=1247,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:920]: File: C:\Python34\Tools\Scripts\find-uname.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:929]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:931]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f5d.rbf,,DestName=C:\Python34\Tools\Scripts\eptags.py,Attributes=32800,FileSize=1541,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:932]: File: C:\Python34\Tools\Scripts\eptags.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:941]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:943]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f5c.rbf,,DestName=C:\Python34\Tools\Scripts\dutree.py,Attributes=32800,FileSize=1668,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:945]: File: C:\Python34\Tools\Scripts\dutree.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:954]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:956]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f5b.rbf,,DestName=C:\Python34\Tools\Scripts\diff.py,Attributes=32800,FileSize=2284,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:957]: File: C:\Python34\Tools\Scripts\diff.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:966]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:968]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f5a.rbf,,DestName=C:\Python34\Tools\Scripts\db2pickle.py,Attributes=32800,FileSize=3765,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:970]: File: C:\Python34\Tools\Scripts\db2pickle.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:978]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:981]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f59.rbf,,DestName=C:\Python34\Tools\Scripts\crlf.py,Attributes=32800,FileSize=655,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:983]: File: C:\Python34\Tools\Scripts\crlf.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:25:992]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:25:993]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f58.rbf,,DestName=C:\Python34\Tools\Scripts\copytime.py,Attributes=32800,FileSize=689,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:25:995]: File: C:\Python34\Tools\Scripts\copytime.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:003]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:006]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f57.rbf,,DestName=C:\Python34\Tools\Scripts\combinerefs.py,Attributes=32800,FileSize=4542,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:007]: File: C:\Python34\Tools\Scripts\combinerefs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:016]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:018]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f56.rbf,,DestName=C:\Python34\Tools\Scripts\cleanfuture.py,Attributes=32800,FileSize=8899,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:019]: File: C:\Python34\Tools\Scripts\cleanfuture.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:028]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:030]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f55.rbf,,DestName=C:\Python34\Tools\Scripts\checkpyc.py,Attributes=32800,FileSize=2284,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:032]: File: C:\Python34\Tools\Scripts\checkpyc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:040]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:043]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f54.rbf,,DestName=C:\Python34\Tools\Scripts\checkpip.py,Attributes=32800,FileSize=832,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:045]: File: C:\Python34\Tools\Scripts\checkpip.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:053]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:055]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f53.rbf,,DestName=C:\Python34\Tools\Scripts\byteyears.py,Attributes=32800,FileSize=1711,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:056]: File: C:\Python34\Tools\Scripts\byteyears.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:065]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:066]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f52.rbf,,DestName=C:\Python34\Tools\Scripts\byext.py,Attributes=32800,FileSize=4048,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:067]: File: C:\Python34\Tools\Scripts\byext.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:075]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:077]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f51.rbf,,DestName=C:\Python34\Tools\Scripts\analyze_dxp.py,Attributes=32800,FileSize=4312,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:078]: File: C:\Python34\Tools\Scripts\analyze_dxp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:086]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:088]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f50.rbf,,DestName=C:\Python34\Tools\Scripts\abitype.py,Attributes=32800,FileSize=5774,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:090]: File: C:\Python34\Tools\Scripts\abitype.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:098]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:100]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\pynche\) MSI (s) (9C:5C) [21:25:26:101]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f4f.rbf,,DestName=C:\Python34\Tools\pynche\README.txt,Attributes=32800,FileSize=16182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:103]: File: C:\Python34\Tools\pynche\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:110]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:112]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\pynche\X\) MSI (s) (9C:5C) [21:25:26:113]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f4e.rbf,,DestName=C:\Python34\Tools\pynche\X\xlicense.txt,Attributes=32800,FileSize=1381,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:114]: File: C:\Python34\Tools\pynche\X\xlicense.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:124]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:126]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f4d.rbf,,DestName=C:\Python34\Tools\pynche\X\rgb.txt,Attributes=32800,FileSize=18128,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:127]: File: C:\Python34\Tools\pynche\X\rgb.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:135]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:137]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\pynche\) MSI (s) (9C:5C) [21:25:26:139]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f4c.rbf,,DestName=C:\Python34\Tools\pynche\websafe.txt,Attributes=32800,FileSize=1966,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:140]: File: C:\Python34\Tools\pynche\websafe.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:148]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:150]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f4b.rbf,,DestName=C:\Python34\Tools\pynche\webcolors.txt,Attributes=32800,FileSize=3229,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:152]: File: C:\Python34\Tools\pynche\webcolors.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:166]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:169]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f4a.rbf,,DestName=C:\Python34\Tools\pynche\namedcolors.txt,Attributes=32800,FileSize=5816,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:170]: File: C:\Python34\Tools\pynche\namedcolors.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:178]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:180]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f49.rbf,,DestName=C:\Python34\Tools\pynche\html40colors.txt,Attributes=32800,FileSize=262,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:181]: File: C:\Python34\Tools\pynche\html40colors.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:190]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:192]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f48.rbf,,DestName=C:\Python34\Tools\pynche\pynche.pyw,Attributes=32800,FileSize=188,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:193]: File: C:\Python34\Tools\pynche\pynche.pyw; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:202]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:203]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f47.rbf,,DestName=C:\Python34\Tools\pynche\__init__.py,Attributes=32800,FileSize=48,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:205]: File: C:\Python34\Tools\pynche\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:213]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:215]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f46.rbf,,DestName=C:\Python34\Tools\pynche\TypeinViewer.py,Attributes=32800,FileSize=6263,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:217]: File: C:\Python34\Tools\pynche\TypeinViewer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:225]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:227]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f45.rbf,,DestName=C:\Python34\Tools\pynche\TextViewer.py,Attributes=32800,FileSize=7057,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:228]: File: C:\Python34\Tools\pynche\TextViewer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:237]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:239]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f44.rbf,,DestName=C:\Python34\Tools\pynche\Switchboard.py,Attributes=32800,FileSize=4935,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:240]: File: C:\Python34\Tools\pynche\Switchboard.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:249]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:251]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f43.rbf,,DestName=C:\Python34\Tools\pynche\StripViewer.py,Attributes=32800,FileSize=15910,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:252]: File: C:\Python34\Tools\pynche\StripViewer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:261]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:264]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f42.rbf,,DestName=C:\Python34\Tools\pynche\PyncheWidget.py,Attributes=32800,FileSize=10928,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:266]: File: C:\Python34\Tools\pynche\PyncheWidget.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:275]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:277]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f41.rbf,,DestName=C:\Python34\Tools\pynche\pyColorChooser.py,Attributes=32800,FileSize=3884,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:279]: File: C:\Python34\Tools\pynche\pyColorChooser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:289]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:290]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f40.rbf,,DestName=C:\Python34\Tools\pynche\Main.py,Attributes=32800,FileSize=6635,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:292]: File: C:\Python34\Tools\pynche\Main.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:301]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:303]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f3f.rbf,,DestName=C:\Python34\Tools\pynche\ListViewer.py,Attributes=32800,FileSize=6823,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:304]: File: C:\Python34\Tools\pynche\ListViewer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:313]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:315]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f3e.rbf,,DestName=C:\Python34\Tools\pynche\DetailsViewer.py,Attributes=32800,FileSize=10389,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:318]: File: C:\Python34\Tools\pynche\DetailsViewer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:326]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:328]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f3d.rbf,,DestName=C:\Python34\Tools\pynche\ColorDB.py,Attributes=32800,FileSize=9105,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:329]: File: C:\Python34\Tools\pynche\ColorDB.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:337]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:339]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f3c.rbf,,DestName=C:\Python34\Tools\pynche\ChipViewer.py,Attributes=32800,FileSize=5128,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:340]: File: C:\Python34\Tools\pynche\ChipViewer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:348]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:349]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\i18n\) MSI (s) (9C:5C) [21:25:26:351]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f3b.rbf,,DestName=C:\Python34\Tools\i18n\pygettext.py,Attributes=32800,FileSize=23035,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:352]: File: C:\Python34\Tools\i18n\pygettext.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:360]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:362]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f3a.rbf,,DestName=C:\Python34\Tools\i18n\msgfmt.py,Attributes=32800,FileSize=7269,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:363]: File: C:\Python34\Tools\i18n\msgfmt.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:372]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:374]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f39.rbf,,DestName=C:\Python34\Tools\i18n\makelocalealias.py,Attributes=32800,FileSize=3226,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:375]: File: C:\Python34\Tools\i18n\makelocalealias.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:384]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:385]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\dde1.4\) MSI (s) (9C:5C) [21:25:26:385]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f38.rbf,,DestName=C:\Python34\tcl\dde1.4\tcldde14.dll,Attributes=32800,FileSize=18944,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:387]: File: C:\Python34\tcl\dde1.4\tcldde14.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:397]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:399]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f37.rbf,,DestName=C:\Python34\tcl\dde1.4\pkgIndex.tcl,Attributes=32800,FileSize=297,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:400]: File: C:\Python34\tcl\dde1.4\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:408]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:410]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\itcl4.0.0\) MSI (s) (9C:5C) [21:25:26:412]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f36.rbf,,DestName=C:\Python34\tcl\itcl4.0.0\pkgIndex.tcl,Attributes=32800,FileSize=428,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:413]: File: C:\Python34\tcl\itcl4.0.0\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:422]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:424]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f35.rbf,,DestName=C:\Python34\tcl\itcl4.0.0\itclWidget.tcl,Attributes=32800,FileSize=13046,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:426]: File: C:\Python34\tcl\itcl4.0.0\itclWidget.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:435]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:436]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f34.rbf,,DestName=C:\Python34\tcl\itcl4.0.0\itclHullCmds.tcl,Attributes=32800,FileSize=7107,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:437]: File: C:\Python34\tcl\itcl4.0.0\itclHullCmds.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:446]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:448]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f33.rbf,,DestName=C:\Python34\tcl\itcl4.0.0\itcl40t.dll,Attributes=32800,FileSize=275968,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:450]: File: C:\Python34\tcl\itcl4.0.0\itcl40t.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:457]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:460]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f32.rbf,,DestName=C:\Python34\tcl\itcl4.0.0\itcl.tcl,Attributes=32800,FileSize=5048,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:461]: File: C:\Python34\tcl\itcl4.0.0\itcl.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:469]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:470]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\reg1.3\) MSI (s) (9C:5C) [21:25:26:471]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f31.rbf,,DestName=C:\Python34\tcl\reg1.3\tclreg13.dll,Attributes=32800,FileSize=15872,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:472]: File: C:\Python34\tcl\reg1.3\tclreg13.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:481]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:483]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f30.rbf,,DestName=C:\Python34\tcl\reg1.3\pkgIndex.tcl,Attributes=32800,FileSize=345,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:485]: File: C:\Python34\tcl\reg1.3\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:493]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:495]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\sqlite33.8.0\) MSI (s) (9C:5C) [21:25:26:496]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f2f.rbf,,DestName=C:\Python34\tcl\sqlite33.8.0\sqlite3380t.dll,Attributes=32800,FileSize=637952,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:497]: File: C:\Python34\tcl\sqlite33.8.0\sqlite3380t.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:506]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:508]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f2e.rbf,,DestName=C:\Python34\tcl\sqlite33.8.0\sqlite3.n,Attributes=32800,FileSize=482,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:509]: File: C:\Python34\tcl\sqlite33.8.0\sqlite3.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:518]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:520]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f2d.rbf,,DestName=C:\Python34\tcl\sqlite33.8.0\pkgIndex.tcl,Attributes=32800,FileSize=92,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:522]: File: C:\Python34\tcl\sqlite33.8.0\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:531]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:532]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8\8.4\platform\) MSI (s) (9C:5C) [21:25:26:533]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f2c.rbf,,DestName=C:\Python34\tcl\tcl8\8.4\platform\shell-1.1.4.tm,Attributes=32800,FileSize=5977,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:534]: File: C:\Python34\tcl\tcl8\8.4\platform\shell-1.1.4.tm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:547]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:549]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8\8.4\) MSI (s) (9C:5C) [21:25:26:550]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f2b.rbf,,DestName=C:\Python34\tcl\tcl8\8.4\platform-1.0.12.tm,Attributes=32800,FileSize=9863,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:551]: File: C:\Python34\tcl\tcl8\8.4\platform-1.0.12.tm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:560]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:562]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8\8.5\) MSI (s) (9C:5C) [21:25:26:563]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f2a.rbf,,DestName=C:\Python34\tcl\tcl8\8.5\tcltest-2.3.6.tm,Attributes=32800,FileSize=99922,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:565]: File: C:\Python34\tcl\tcl8\8.5\tcltest-2.3.6.tm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:574]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:575]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f29.rbf,,DestName=C:\Python34\tcl\tcl8\8.5\msgcat-1.5.2.tm,Attributes=32800,FileSize=16406,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:576]: File: C:\Python34\tcl\tcl8\8.5\msgcat-1.5.2.tm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:586]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:588]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8\8.6\tdbc\) MSI (s) (9C:5C) [21:25:26:588]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f28.rbf,,DestName=C:\Python34\tcl\tcl8\8.6\tdbc\sqlite3-1.0.0.tm,Attributes=32800,FileSize=19318,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:589]: File: C:\Python34\tcl\tcl8\8.6\tdbc\sqlite3-1.0.0.tm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:601]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:603]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8\8.6\) MSI (s) (9C:5C) [21:25:26:604]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f27.rbf,,DestName=C:\Python34\tcl\tcl8\8.6\http-2.8.7.tm,Attributes=32800,FileSize=41868,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:605]: File: C:\Python34\tcl\tcl8\8.6\http-2.8.7.tm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:613]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:615]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\encoding\) MSI (s) (9C:5C) [21:25:26:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f26.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\tis-620.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:617]: File: C:\Python34\tcl\tcl8.6\encoding\tis-620.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:627]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:629]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f25.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\symbol.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:631]: File: C:\Python34\tcl\tcl8.6\encoding\symbol.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:639]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:640]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f24.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\shiftjis.enc,Attributes=32800,FileSize=41862,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:642]: File: C:\Python34\tcl\tcl8.6\encoding\shiftjis.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:650]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:651]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f23.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macUkraine.enc,Attributes=32800,FileSize=1095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:653]: File: C:\Python34\tcl\tcl8.6\encoding\macUkraine.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:661]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:664]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f22.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macTurkish.enc,Attributes=32800,FileSize=1095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:665]: File: C:\Python34\tcl\tcl8.6\encoding\macTurkish.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:840]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:843]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f21.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macThai.enc,Attributes=32800,FileSize=1092,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:845]: File: C:\Python34\tcl\tcl8.6\encoding\macThai.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:858]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:860]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f20.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macRomania.enc,Attributes=32800,FileSize=1095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:863]: File: C:\Python34\tcl\tcl8.6\encoding\macRomania.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:879]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:881]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f1f.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macRoman.enc,Attributes=32800,FileSize=1093,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:884]: File: C:\Python34\tcl\tcl8.6\encoding\macRoman.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:896]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:898]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f1e.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macJapan.enc,Attributes=32800,FileSize=48028,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:902]: File: C:\Python34\tcl\tcl8.6\encoding\macJapan.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:914]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:918]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f1d.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macIceland.enc,Attributes=32800,FileSize=1095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:920]: File: C:\Python34\tcl\tcl8.6\encoding\macIceland.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:929]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:931]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f1c.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macGreek.enc,Attributes=32800,FileSize=1093,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:934]: File: C:\Python34\tcl\tcl8.6\encoding\macGreek.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:943]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:946]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f1b.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macDingbats.enc,Attributes=32800,FileSize=1096,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:949]: File: C:\Python34\tcl\tcl8.6\encoding\macDingbats.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:961]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:963]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f1a.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macCyrillic.enc,Attributes=32800,FileSize=1096,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:966]: File: C:\Python34\tcl\tcl8.6\encoding\macCyrillic.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:977]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:26:982]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f19.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macCroatian.enc,Attributes=32800,FileSize=1096,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:26:985]: File: C:\Python34\tcl\tcl8.6\encoding\macCroatian.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:26:994]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:001]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f18.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\macCentEuro.enc,Attributes=32800,FileSize=1096,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:004]: File: C:\Python34\tcl\tcl8.6\encoding\macCentEuro.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:014]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:018]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f17.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\ksc5601.enc,Attributes=32800,FileSize=92877,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:022]: File: C:\Python34\tcl\tcl8.6\encoding\ksc5601.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:040]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:042]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f16.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\koi8-u.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:043]: File: C:\Python34\tcl\tcl8.6\encoding\koi8-u.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:060]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:061]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f15.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\koi8-r.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:064]: File: C:\Python34\tcl\tcl8.6\encoding\koi8-r.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:075]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:077]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f14.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\jis0212.enc,Attributes=32800,FileSize=70974,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:080]: File: C:\Python34\tcl\tcl8.6\encoding\jis0212.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:094]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:096]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f13.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\jis0208.enc,Attributes=32800,FileSize=80459,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:099]: File: C:\Python34\tcl\tcl8.6\encoding\jis0208.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:109]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:111]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f12.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\jis0201.enc,Attributes=32800,FileSize=1092,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:113]: File: C:\Python34\tcl\tcl8.6\encoding\jis0201.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:122]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:123]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f11.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-9.enc,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:125]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-9.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:134]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:135]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f10.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-8.enc,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:137]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-8.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:145]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:147]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f0f.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-7.enc,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:149]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-7.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:160]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:163]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f0e.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-6.enc,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:165]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-6.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:175]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:177]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f0d.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-5.enc,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:179]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-5.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:187]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:189]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f0c.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-4.enc,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:192]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-4.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:203]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:204]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f0b.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-3.enc,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:206]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-3.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:215]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:217]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f0a.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-2.enc,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:219]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-2.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:228]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:232]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f09.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-16.enc,Attributes=32800,FileSize=1095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:234]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-16.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:246]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:248]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f08.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-15.enc,Attributes=32800,FileSize=1095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:251]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-15.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:261]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:263]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f07.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-14.enc,Attributes=32800,FileSize=1095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:265]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-14.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:274]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:276]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f06.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-13.enc,Attributes=32800,FileSize=1095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:279]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-13.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:292]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:295]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f05.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-10.enc,Attributes=32800,FileSize=1095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:297]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-10.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:310]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:314]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f04.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso8859-1.enc,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:318]: File: C:\Python34\tcl\tcl8.6\encoding\iso8859-1.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:330]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:332]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f03.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso2022.enc,Attributes=32800,FileSize=226,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:335]: File: C:\Python34\tcl\tcl8.6\encoding\iso2022.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:347]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:349]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f02.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso2022-kr.enc,Attributes=32800,FileSize=115,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:352]: File: C:\Python34\tcl\tcl8.6\encoding\iso2022-kr.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:364]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:366]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f01.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\iso2022-jp.enc,Attributes=32800,FileSize=192,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:368]: File: C:\Python34\tcl\tcl8.6\encoding\iso2022-jp.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:380]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:382]: Executing op: FileCopy(SourceName=C:\Config.Msi\52f00.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\gb2312.enc,Attributes=32800,FileSize=85574,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:384]: File: C:\Python34\tcl\tcl8.6\encoding\gb2312.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:396]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:398]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eff.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\gb2312-raw.enc,Attributes=32800,FileSize=84532,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:400]: File: C:\Python34\tcl\tcl8.6\encoding\gb2312-raw.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:415]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:417]: Executing op: FileCopy(SourceName=C:\Config.Msi\52efe.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\gb1988.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:419]: File: C:\Python34\tcl\tcl8.6\encoding\gb1988.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:430]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:432]: Executing op: FileCopy(SourceName=C:\Config.Msi\52efd.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\gb12345.enc,Attributes=32800,FileSize=86619,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:434]: File: C:\Python34\tcl\tcl8.6\encoding\gb12345.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:445]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:447]: Executing op: FileCopy(SourceName=C:\Config.Msi\52efc.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\euc-kr.enc,Attributes=32800,FileSize=93918,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:449]: File: C:\Python34\tcl\tcl8.6\encoding\euc-kr.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:461]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:462]: Executing op: FileCopy(SourceName=C:\Config.Msi\52efb.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\euc-jp.enc,Attributes=32800,FileSize=82537,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:464]: File: C:\Python34\tcl\tcl8.6\encoding\euc-jp.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:478]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:479]: Executing op: FileCopy(SourceName=C:\Config.Msi\52efa.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\euc-cn.enc,Attributes=32800,FileSize=85574,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:481]: File: C:\Python34\tcl\tcl8.6\encoding\euc-cn.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:493]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:495]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ef9.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\ebcdic.enc,Attributes=32800,FileSize=1054,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:498]: File: C:\Python34\tcl\tcl8.6\encoding\ebcdic.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:509]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:513]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ef8.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\dingbats.enc,Attributes=32800,FileSize=1093,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:517]: File: C:\Python34\tcl\tcl8.6\encoding\dingbats.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:530]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:534]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ef7.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp950.enc,Attributes=32800,FileSize=91831,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:537]: File: C:\Python34\tcl\tcl8.6\encoding\cp950.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:550]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:551]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ef6.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp949.enc,Attributes=32800,FileSize=130423,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:554]: File: C:\Python34\tcl\tcl8.6\encoding\cp949.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:568]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:570]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ef5.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp936.enc,Attributes=32800,FileSize=132509,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:573]: File: C:\Python34\tcl\tcl8.6\encoding\cp936.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:585]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:588]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ef4.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp932.enc,Attributes=32800,FileSize=48207,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:590]: File: C:\Python34\tcl\tcl8.6\encoding\cp932.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:602]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:604]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ef3.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp874.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:607]: File: C:\Python34\tcl\tcl8.6\encoding\cp874.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:619]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:621]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ef2.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp869.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:624]: File: C:\Python34\tcl\tcl8.6\encoding\cp869.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:639]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ef1.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp866.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:643]: File: C:\Python34\tcl\tcl8.6\encoding\cp866.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:655]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:657]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ef0.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp865.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:660]: File: C:\Python34\tcl\tcl8.6\encoding\cp865.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:673]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:675]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eef.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp864.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:677]: File: C:\Python34\tcl\tcl8.6\encoding\cp864.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:698]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:700]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eee.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp863.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:703]: File: C:\Python34\tcl\tcl8.6\encoding\cp863.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:714]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:716]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eed.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp862.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:718]: File: C:\Python34\tcl\tcl8.6\encoding\cp862.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:731]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:733]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eec.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp861.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:735]: File: C:\Python34\tcl\tcl8.6\encoding\cp861.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:747]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:749]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eeb.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp860.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:752]: File: C:\Python34\tcl\tcl8.6\encoding\cp860.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:762]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:764]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eea.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp857.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:766]: File: C:\Python34\tcl\tcl8.6\encoding\cp857.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:775]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:778]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ee9.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp855.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:780]: File: C:\Python34\tcl\tcl8.6\encoding\cp855.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:789]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:790]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ee8.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp852.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:792]: File: C:\Python34\tcl\tcl8.6\encoding\cp852.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:801]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:802]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ee7.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp850.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:804]: File: C:\Python34\tcl\tcl8.6\encoding\cp850.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:813]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:815]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ee6.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp775.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:817]: File: C:\Python34\tcl\tcl8.6\encoding\cp775.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:825]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:828]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ee5.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp737.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:830]: File: C:\Python34\tcl\tcl8.6\encoding\cp737.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:841]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:843]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ee4.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp437.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:845]: File: C:\Python34\tcl\tcl8.6\encoding\cp437.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:854]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:855]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ee3.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp1258.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:857]: File: C:\Python34\tcl\tcl8.6\encoding\cp1258.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:867]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:870]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ee2.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp1257.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:872]: File: C:\Python34\tcl\tcl8.6\encoding\cp1257.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:881]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:882]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ee1.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp1256.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:884]: File: C:\Python34\tcl\tcl8.6\encoding\cp1256.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:893]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:894]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ee0.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp1255.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:896]: File: C:\Python34\tcl\tcl8.6\encoding\cp1255.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:904]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:906]: Executing op: FileCopy(SourceName=C:\Config.Msi\52edf.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp1254.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:908]: File: C:\Python34\tcl\tcl8.6\encoding\cp1254.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:916]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:918]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ede.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp1253.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:920]: File: C:\Python34\tcl\tcl8.6\encoding\cp1253.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:928]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:930]: Executing op: FileCopy(SourceName=C:\Config.Msi\52edd.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp1252.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:932]: File: C:\Python34\tcl\tcl8.6\encoding\cp1252.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:940]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:942]: Executing op: FileCopy(SourceName=C:\Config.Msi\52edc.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp1251.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:944]: File: C:\Python34\tcl\tcl8.6\encoding\cp1251.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:952]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:954]: Executing op: FileCopy(SourceName=C:\Config.Msi\52edb.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\cp1250.enc,Attributes=32800,FileSize=1091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:955]: File: C:\Python34\tcl\tcl8.6\encoding\cp1250.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:964]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:965]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eda.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\big5.enc,Attributes=32800,FileSize=92873,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:967]: File: C:\Python34\tcl\tcl8.6\encoding\big5.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:975]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:977]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ed9.rbf,,DestName=C:\Python34\tcl\tcl8.6\encoding\ascii.enc,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:979]: File: C:\Python34\tcl\tcl8.6\encoding\ascii.enc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:27:987]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:27:988]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\http1.0\) MSI (s) (9C:5C) [21:25:27:989]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ed8.rbf,,DestName=C:\Python34\tcl\tcl8.6\http1.0\pkgIndex.tcl,Attributes=32800,FileSize=735,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:27:991]: File: C:\Python34\tcl\tcl8.6\http1.0\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:002]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:003]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ed7.rbf,,DestName=C:\Python34\tcl\tcl8.6\http1.0\http.tcl,Attributes=32800,FileSize=9689,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:005]: File: C:\Python34\tcl\tcl8.6\http1.0\http.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:013]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:015]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\msgs\) MSI (s) (9C:5C) [21:25:28:016]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ed6.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\zh_tw.msg,Attributes=32800,FileSize=346,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:018]: File: C:\Python34\tcl\tcl8.6\msgs\zh_tw.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:027]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:029]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ed5.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\zh_sg.msg,Attributes=32800,FileSize=339,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:031]: File: C:\Python34\tcl\tcl8.6\msgs\zh_sg.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:040]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:041]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ed4.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\zh_hk.msg,Attributes=32800,FileSize=752,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:043]: File: C:\Python34\tcl\tcl8.6\msgs\zh_hk.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:054]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:056]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ed3.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\zh_cn.msg,Attributes=32800,FileSize=312,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:057]: File: C:\Python34\tcl\tcl8.6\msgs\zh_cn.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:066]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:067]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ed2.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\zh.msg,Attributes=32800,FileSize=3330,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:069]: File: C:\Python34\tcl\tcl8.6\msgs\zh.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:077]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:079]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ed1.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\vi.msg,Attributes=32800,FileSize=1421,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:081]: File: C:\Python34\tcl\tcl8.6\msgs\vi.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:090]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:091]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ed0.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\uk.msg,Attributes=32800,FileSize=2113,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:093]: File: C:\Python34\tcl\tcl8.6\msgs\uk.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:102]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:105]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ecf.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\tr.msg,Attributes=32800,FileSize=1133,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:107]: File: C:\Python34\tcl\tcl8.6\msgs\tr.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:115]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:117]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ece.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\th.msg,Attributes=32800,FileSize=2305,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:118]: File: C:\Python34\tcl\tcl8.6\msgs\th.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:127]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:129]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ecd.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\te_in.msg,Attributes=32800,FileSize=411,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:131]: File: C:\Python34\tcl\tcl8.6\msgs\te_in.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:142]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:144]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ecc.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\te.msg,Attributes=32800,FileSize=2102,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:146]: File: C:\Python34\tcl\tcl8.6\msgs\te.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:157]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:159]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ecb.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ta_in.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:161]: File: C:\Python34\tcl\tcl8.6\msgs\ta_in.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:172]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:174]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eca.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ta.msg,Attributes=32800,FileSize=1835,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:176]: File: C:\Python34\tcl\tcl8.6\msgs\ta.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:187]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:189]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ec9.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\sw.msg,Attributes=32800,FileSize=991,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:191]: File: C:\Python34\tcl\tcl8.6\msgs\sw.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:203]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:205]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ec8.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\sv.msg,Attributes=32800,FileSize=1167,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:208]: File: C:\Python34\tcl\tcl8.6\msgs\sv.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:219]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:221]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ec7.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\sr.msg,Attributes=32800,FileSize=2035,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:223]: File: C:\Python34\tcl\tcl8.6\msgs\sr.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:235]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:236]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ec6.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\sq.msg,Attributes=32800,FileSize=1267,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:239]: File: C:\Python34\tcl\tcl8.6\msgs\sq.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:250]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:252]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ec5.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\sl.msg,Attributes=32800,FileSize=1164,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:255]: File: C:\Python34\tcl\tcl8.6\msgs\sl.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:266]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:268]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ec4.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\sk.msg,Attributes=32800,FileSize=1203,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:270]: File: C:\Python34\tcl\tcl8.6\msgs\sk.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:281]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:284]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ec3.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\sh.msg,Attributes=32800,FileSize=1160,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:286]: File: C:\Python34\tcl\tcl8.6\msgs\sh.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:298]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:300]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ec2.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ru_ua.msg,Attributes=32800,FileSize=242,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:302]: File: C:\Python34\tcl\tcl8.6\msgs\ru_ua.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:315]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:316]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ec1.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ru.msg,Attributes=32800,FileSize=2039,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:318]: File: C:\Python34\tcl\tcl8.6\msgs\ru.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:330]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:332]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ec0.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ro.msg,Attributes=32800,FileSize=1172,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:334]: File: C:\Python34\tcl\tcl8.6\msgs\ro.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:345]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:347]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ebf.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\pt_br.msg,Attributes=32800,FileSize=279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:350]: File: C:\Python34\tcl\tcl8.6\msgs\pt_br.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:361]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:363]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ebe.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\pt.msg,Attributes=32800,FileSize=1127,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:365]: File: C:\Python34\tcl\tcl8.6\msgs\pt.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:378]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:380]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ebd.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\pl.msg,Attributes=32800,FileSize=1211,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:383]: File: C:\Python34\tcl\tcl8.6\msgs\pl.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:394]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:396]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ebc.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\nn.msg,Attributes=32800,FileSize=1148,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:399]: File: C:\Python34\tcl\tcl8.6\msgs\nn.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:413]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:415]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ebb.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\nl_be.msg,Attributes=32800,FileSize=279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:417]: File: C:\Python34\tcl\tcl8.6\msgs\nl_be.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:429]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:431]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eba.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\nl.msg,Attributes=32800,FileSize=1079,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:433]: File: C:\Python34\tcl\tcl8.6\msgs\nl.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:445]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:447]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eb9.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\nb.msg,Attributes=32800,FileSize=1157,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:450]: File: C:\Python34\tcl\tcl8.6\msgs\nb.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:462]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:464]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eb8.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\mt.msg,Attributes=32800,FileSize=690,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:467]: File: C:\Python34\tcl\tcl8.6\msgs\mt.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:480]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:482]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eb7.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ms_my.msg,Attributes=32800,FileSize=259,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:484]: File: C:\Python34\tcl\tcl8.6\msgs\ms_my.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:497]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:499]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eb6.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ms.msg,Attributes=32800,FileSize=910,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:501]: File: C:\Python34\tcl\tcl8.6\msgs\ms.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:513]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:515]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eb5.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\mr_in.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:518]: File: C:\Python34\tcl\tcl8.6\msgs\mr_in.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:531]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:533]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eb4.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\mr.msg,Attributes=32800,FileSize=1807,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:536]: File: C:\Python34\tcl\tcl8.6\msgs\mr.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:548]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:550]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eb3.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\mk.msg,Attributes=32800,FileSize=2105,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:552]: File: C:\Python34\tcl\tcl8.6\msgs\mk.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:565]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:567]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eb2.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\lv.msg,Attributes=32800,FileSize=1219,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:569]: File: C:\Python34\tcl\tcl8.6\msgs\lv.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:581]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:585]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eb1.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\lt.msg,Attributes=32800,FileSize=1255,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:587]: File: C:\Python34\tcl\tcl8.6\msgs\lt.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:600]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:602]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eb0.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\kw_gb.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:605]: File: C:\Python34\tcl\tcl8.6\msgs\kw_gb.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:617]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:619]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eaf.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\kw.msg,Attributes=32800,FileSize=966,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:621]: File: C:\Python34\tcl\tcl8.6\msgs\kw.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:634]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:636]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eae.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ko_kr.msg,Attributes=32800,FileSize=346,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:639]: File: C:\Python34\tcl\tcl8.6\msgs\ko_kr.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:652]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:654]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ead.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\kok_in.msg,Attributes=32800,FileSize=254,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:656]: File: C:\Python34\tcl\tcl8.6\msgs\kok_in.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:669]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:671]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eac.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\kok.msg,Attributes=32800,FileSize=1958,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:673]: File: C:\Python34\tcl\tcl8.6\msgs\kok.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:686]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:688]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eab.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ko.msg,Attributes=32800,FileSize=1566,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:690]: File: C:\Python34\tcl\tcl8.6\msgs\ko.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:702]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:704]: Executing op: FileCopy(SourceName=C:\Config.Msi\52eaa.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\kl_gl.msg,Attributes=32800,FileSize=279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:707]: File: C:\Python34\tcl\tcl8.6\msgs\kl_gl.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:719]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:721]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ea9.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\kl.msg,Attributes=32800,FileSize=978,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:723]: File: C:\Python34\tcl\tcl8.6\msgs\kl.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:736]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:738]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ea8.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ja.msg,Attributes=32800,FileSize=1664,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:740]: File: C:\Python34\tcl\tcl8.6\msgs\ja.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:752]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:754]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ea7.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\it_ch.msg,Attributes=32800,FileSize=244,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:757]: File: C:\Python34\tcl\tcl8.6\msgs\it_ch.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:770]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:772]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ea6.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\it.msg,Attributes=32800,FileSize=1240,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:775]: File: C:\Python34\tcl\tcl8.6\msgs\it.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:791]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:793]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ea5.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\is.msg,Attributes=32800,FileSize=1255,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:796]: File: C:\Python34\tcl\tcl8.6\msgs\is.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:810]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:812]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ea4.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\id_id.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:815]: File: C:\Python34\tcl\tcl8.6\msgs\id_id.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:828]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:830]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ea3.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\id.msg,Attributes=32800,FileSize=914,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:832]: File: C:\Python34\tcl\tcl8.6\msgs\id.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:845]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:847]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ea2.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\hu.msg,Attributes=32800,FileSize=1327,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:850]: File: C:\Python34\tcl\tcl8.6\msgs\hu.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:866]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:868]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ea1.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\hr.msg,Attributes=32800,FileSize=1121,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:871]: File: C:\Python34\tcl\tcl8.6\msgs\hr.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:883]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:885]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ea0.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\hi_in.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:888]: File: C:\Python34\tcl\tcl8.6\msgs\hi_in.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:901]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:904]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e9f.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\hi.msg,Attributes=32800,FileSize=1738,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:907]: File: C:\Python34\tcl\tcl8.6\msgs\hi.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:920]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:922]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e9e.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\he.msg,Attributes=32800,FileSize=1938,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:925]: File: C:\Python34\tcl\tcl8.6\msgs\he.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:937]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:938]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e9d.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\gv_gb.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:941]: File: C:\Python34\tcl\tcl8.6\msgs\gv_gb.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:954]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:956]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e9c.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\gv.msg,Attributes=32800,FileSize=1037,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:958]: File: C:\Python34\tcl\tcl8.6\msgs\gv.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:971]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:973]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e9b.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\gl_es.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:976]: File: C:\Python34\tcl\tcl8.6\msgs\gl_es.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:28:989]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:28:991]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e9a.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\gl.msg,Attributes=32800,FileSize=950,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:28:993]: File: C:\Python34\tcl\tcl8.6\msgs\gl.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:006]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:008]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e99.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ga_ie.msg,Attributes=32800,FileSize=279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:010]: File: C:\Python34\tcl\tcl8.6\msgs\ga_ie.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:022]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:024]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e98.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ga.msg,Attributes=32800,FileSize=1141,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:027]: File: C:\Python34\tcl\tcl8.6\msgs\ga.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:040]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:042]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e97.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\fr_ch.msg,Attributes=32800,FileSize=281,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:045]: File: C:\Python34\tcl\tcl8.6\msgs\fr_ch.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:058]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:060]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e96.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\fr_ca.msg,Attributes=32800,FileSize=279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:062]: File: C:\Python34\tcl\tcl8.6\msgs\fr_ca.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:075]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:077]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e95.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\fr_be.msg,Attributes=32800,FileSize=279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:080]: File: C:\Python34\tcl\tcl8.6\msgs\fr_be.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:093]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:095]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e94.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\fr.msg,Attributes=32800,FileSize=1205,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:097]: File: C:\Python34\tcl\tcl8.6\msgs\fr.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:110]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:112]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e93.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\fo_fo.msg,Attributes=32800,FileSize=279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:115]: File: C:\Python34\tcl\tcl8.6\msgs\fo_fo.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:127]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:129]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e92.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\fo.msg,Attributes=32800,FileSize=986,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:132]: File: C:\Python34\tcl\tcl8.6\msgs\fo.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:145]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:147]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e91.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\fi.msg,Attributes=32800,FileSize=1145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:149]: File: C:\Python34\tcl\tcl8.6\msgs\fi.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:162]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:164]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e90.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\fa_ir.msg,Attributes=32800,FileSize=417,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:167]: File: C:\Python34\tcl\tcl8.6\msgs\fa_ir.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:180]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:182]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e8f.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\fa_in.msg,Attributes=32800,FileSize=1957,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:185]: File: C:\Python34\tcl\tcl8.6\msgs\fa_in.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:198]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:200]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e8e.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\fa.msg,Attributes=32800,FileSize=1664,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:202]: File: C:\Python34\tcl\tcl8.6\msgs\fa.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:215]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:218]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e8d.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\eu_es.msg,Attributes=32800,FileSize=287,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:220]: File: C:\Python34\tcl\tcl8.6\msgs\eu_es.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:232]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:234]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e8c.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\eu.msg,Attributes=32800,FileSize=985,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:237]: File: C:\Python34\tcl\tcl8.6\msgs\eu.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:250]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:252]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e8b.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\et.msg,Attributes=32800,FileSize=1206,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:255]: File: C:\Python34\tcl\tcl8.6\msgs\et.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:269]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:271]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e8a.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_ve.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:273]: File: C:\Python34\tcl\tcl8.6\msgs\es_ve.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:287]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:289]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e89.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_uy.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:292]: File: C:\Python34\tcl\tcl8.6\msgs\es_uy.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:304]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:306]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e88.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_sv.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:308]: File: C:\Python34\tcl\tcl8.6\msgs\es_sv.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:320]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:322]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e87.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_py.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:325]: File: C:\Python34\tcl\tcl8.6\msgs\es_py.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:337]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:339]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e86.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_pr.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:342]: File: C:\Python34\tcl\tcl8.6\msgs\es_pr.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:354]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:356]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e85.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_pe.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:359]: File: C:\Python34\tcl\tcl8.6\msgs\es_pe.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:371]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:373]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e84.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_pa.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:376]: File: C:\Python34\tcl\tcl8.6\msgs\es_pa.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:387]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:389]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e83.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_ni.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:392]: File: C:\Python34\tcl\tcl8.6\msgs\es_ni.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:403]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:405]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e82.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_mx.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:407]: File: C:\Python34\tcl\tcl8.6\msgs\es_mx.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:419]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:420]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e81.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_hn.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:423]: File: C:\Python34\tcl\tcl8.6\msgs\es_hn.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:435]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:436]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e80.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_gt.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:439]: File: C:\Python34\tcl\tcl8.6\msgs\es_gt.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:450]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:452]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e7f.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_ec.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:453]: File: C:\Python34\tcl\tcl8.6\msgs\es_ec.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:462]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:464]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e7e.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_do.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:466]: File: C:\Python34\tcl\tcl8.6\msgs\es_do.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:478]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:479]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e7d.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_cr.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:481]: File: C:\Python34\tcl\tcl8.6\msgs\es_cr.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:490]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:492]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e7c.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_co.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:494]: File: C:\Python34\tcl\tcl8.6\msgs\es_co.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:503]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:505]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e7b.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_cl.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:508]: File: C:\Python34\tcl\tcl8.6\msgs\es_cl.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:520]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:521]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e7a.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_bo.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:524]: File: C:\Python34\tcl\tcl8.6\msgs\es_bo.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:534]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:536]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e79.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es_ar.msg,Attributes=32800,FileSize=242,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:539]: File: C:\Python34\tcl\tcl8.6\msgs\es_ar.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:552]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:553]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e78.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\es.msg,Attributes=32800,FileSize=1180,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:555]: File: C:\Python34\tcl\tcl8.6\msgs\es.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:566]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:568]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e77.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\eo.msg,Attributes=32800,FileSize=1231,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:571]: File: C:\Python34\tcl\tcl8.6\msgs\eo.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:584]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:586]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e76.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_zw.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:589]: File: C:\Python34\tcl\tcl8.6\msgs\en_zw.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:605]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:615]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e75.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_za.msg,Attributes=32800,FileSize=245,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:618]: File: C:\Python34\tcl\tcl8.6\msgs\en_za.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:699]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:705]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e74.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_sg.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:709]: File: C:\Python34\tcl\tcl8.6\msgs\en_sg.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:727]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:730]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e73.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_ph.msg,Attributes=32800,FileSize=321,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:733]: File: C:\Python34\tcl\tcl8.6\msgs\en_ph.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:747]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:749]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e72.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_nz.msg,Attributes=32800,FileSize=300,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:751]: File: C:\Python34\tcl\tcl8.6\msgs\en_nz.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:764]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:766]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e71.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_in.msg,Attributes=32800,FileSize=310,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:769]: File: C:\Python34\tcl\tcl8.6\msgs\en_in.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:783]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:785]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e70.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_ie.msg,Attributes=32800,FileSize=279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:788]: File: C:\Python34\tcl\tcl8.6\msgs\en_ie.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:801]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:803]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e6f.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_hk.msg,Attributes=32800,FileSize=321,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:806]: File: C:\Python34\tcl\tcl8.6\msgs\en_hk.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:818]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:820]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e6e.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_gb.msg,Attributes=32800,FileSize=279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:823]: File: C:\Python34\tcl\tcl8.6\msgs\en_gb.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:836]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:838]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e6d.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_ca.msg,Attributes=32800,FileSize=288,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:841]: File: C:\Python34\tcl\tcl8.6\msgs\en_ca.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:855]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:857]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e6c.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_bw.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:860]: File: C:\Python34\tcl\tcl8.6\msgs\en_bw.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:872]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:874]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e6b.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_be.msg,Attributes=32800,FileSize=305,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:877]: File: C:\Python34\tcl\tcl8.6\msgs\en_be.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:893]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:895]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e6a.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\en_au.msg,Attributes=32800,FileSize=300,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:897]: File: C:\Python34\tcl\tcl8.6\msgs\en_au.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:911]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:914]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e69.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\el.msg,Attributes=32800,FileSize=2252,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:917]: File: C:\Python34\tcl\tcl8.6\msgs\el.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:930]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:933]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e68.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\de_be.msg,Attributes=32800,FileSize=1223,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:935]: File: C:\Python34\tcl\tcl8.6\msgs\de_be.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:951]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:956]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e67.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\de_at.msg,Attributes=32800,FileSize=812,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:958]: File: C:\Python34\tcl\tcl8.6\msgs\de_at.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:970]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:972]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e66.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\de.msg,Attributes=32800,FileSize=1222,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:974]: File: C:\Python34\tcl\tcl8.6\msgs\de.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:29:986]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:29:988]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e65.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\da.msg,Attributes=32800,FileSize=1156,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:29:990]: File: C:\Python34\tcl\tcl8.6\msgs\da.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:000]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:002]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e64.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\cs.msg,Attributes=32800,FileSize=1300,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:005]: File: C:\Python34\tcl\tcl8.6\msgs\cs.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:016]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:018]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e63.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ca.msg,Attributes=32800,FileSize=1102,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:021]: File: C:\Python34\tcl\tcl8.6\msgs\ca.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:034]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:041]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e62.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\bn_in.msg,Attributes=32800,FileSize=259,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:044]: File: C:\Python34\tcl\tcl8.6\msgs\bn_in.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:057]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:059]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e61.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\bn.msg,Attributes=32800,FileSize=2286,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:062]: File: C:\Python34\tcl\tcl8.6\msgs\bn.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:075]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:076]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e60.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\bg.msg,Attributes=32800,FileSize=1819,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:079]: File: C:\Python34\tcl\tcl8.6\msgs\bg.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:088]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:090]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e5f.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\be.msg,Attributes=32800,FileSize=2105,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:092]: File: C:\Python34\tcl\tcl8.6\msgs\be.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:104]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:105]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e5e.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ar_sy.msg,Attributes=32800,FileSize=1812,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:108]: File: C:\Python34\tcl\tcl8.6\msgs\ar_sy.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:121]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:122]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e5d.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ar_lb.msg,Attributes=32800,FileSize=1812,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:125]: File: C:\Python34\tcl\tcl8.6\msgs\ar_lb.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:137]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:139]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e5c.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ar_jo.msg,Attributes=32800,FileSize=1812,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:141]: File: C:\Python34\tcl\tcl8.6\msgs\ar_jo.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:159]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:160]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e5b.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ar_in.msg,Attributes=32800,FileSize=259,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:163]: File: C:\Python34\tcl\tcl8.6\msgs\ar_in.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:173]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:174]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e5a.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\ar.msg,Attributes=32800,FileSize=1964,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:176]: File: C:\Python34\tcl\tcl8.6\msgs\ar.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:186]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:187]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e59.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\af_za.msg,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:189]: File: C:\Python34\tcl\tcl8.6\msgs\af_za.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:197]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:199]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e58.rbf,,DestName=C:\Python34\tcl\tcl8.6\msgs\af.msg,Attributes=32800,FileSize=989,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:200]: File: C:\Python34\tcl\tcl8.6\msgs\af.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:208]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:211]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\opt0.4\) MSI (s) (9C:5C) [21:25:30:212]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e57.rbf,,DestName=C:\Python34\tcl\tcl8.6\opt0.4\pkgIndex.tcl,Attributes=32800,FileSize=607,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:213]: File: C:\Python34\tcl\tcl8.6\opt0.4\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:222]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:224]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e56.rbf,,DestName=C:\Python34\tcl\tcl8.6\opt0.4\optparse.tcl,Attributes=32800,FileSize=32720,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:226]: File: C:\Python34\tcl\tcl8.6\opt0.4\optparse.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:235]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:236]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Africa\) MSI (s) (9C:5C) [21:25:30:237]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e55.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Windhoek,Attributes=32800,FileSize=6288,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:238]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Windhoek; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:250]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:251]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e54.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Tunis,Attributes=32800,FileSize=1072,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:253]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Tunis; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:267]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:269]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e53.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Tripoli,Attributes=32800,FileSize=5822,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:271]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Tripoli; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:280]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:282]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e52.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Timbuktu,Attributes=32800,FileSize=178,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:285]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Timbuktu; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:297]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:299]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e51.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Sao_Tome,Attributes=32800,FileSize=172,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:301]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Sao_Tome; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:313]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:314]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e50.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Porto-Novo,Attributes=32800,FileSize=172,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:316]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Porto-Novo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:329]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:331]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e4f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Ouagadougou,Attributes=32800,FileSize=145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:333]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Ouagadougou; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:342]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:343]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e4e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Nouakchott,Attributes=32800,FileSize=200,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:345]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Nouakchott; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:356]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:358]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e4d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Niamey,Attributes=32800,FileSize=197,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:360]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Niamey; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:371]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:373]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e4c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Ndjamena,Attributes=32800,FileSize=200,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:374]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Ndjamena; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:385]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:386]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e4b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Nairobi,Attributes=32800,FileSize=234,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:388]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Nairobi; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:398]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:400]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e4a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Monrovia,Attributes=32800,FileSize=200,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:402]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Monrovia; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:414]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:416]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e49.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Mogadishu,Attributes=32800,FileSize=207,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:418]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Mogadishu; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:430]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:432]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e48.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Mbabane,Attributes=32800,FileSize=145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:433]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Mbabane; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:443]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:446]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e47.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Maseru,Attributes=32800,FileSize=203,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:448]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Maseru; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:458]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:460]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e46.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Maputo,Attributes=32800,FileSize=143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:462]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Maputo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:473]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:475]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e45.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Malabo,Attributes=32800,FileSize=168,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:477]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Malabo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:486]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:487]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e44.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Lusaka,Attributes=32800,FileSize=143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:489]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Lusaka; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:500]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:501]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e43.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Lubumbashi,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:503]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Lubumbashi; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:513]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:515]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e42.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Luanda,Attributes=32800,FileSize=172,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:517]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Luanda; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:525]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:527]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e41.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Lome,Attributes=32800,FileSize=137,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:529]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Lome; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:538]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:540]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e40.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Libreville,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:543]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Libreville; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:556]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:558]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e3f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Lagos,Attributes=32800,FileSize=141,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:561]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Lagos; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:575]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:577]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e3e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Kinshasa,Attributes=32800,FileSize=145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:579]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Kinshasa; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:592]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:594]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e3d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Kigali,Attributes=32800,FileSize=143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:597]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Kigali; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:609]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:611]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e3c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Khartoum,Attributes=32800,FileSize=1063,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:613]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Khartoum; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:622]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:624]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e3b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Kampala,Attributes=32800,FileSize=234,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:626]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Kampala; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:639]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e3a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Juba,Attributes=32800,FileSize=1059,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:643]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Juba; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:656]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:658]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e39.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Johannesburg,Attributes=32800,FileSize=298,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:661]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Johannesburg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:670]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:672]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e38.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Harare,Attributes=32800,FileSize=143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:675]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Harare; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:686]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:688]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e37.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Gaborone,Attributes=32800,FileSize=233,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:690]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Gaborone; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:699]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:701]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e36.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Freetown,Attributes=32800,FileSize=1004,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:703]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Freetown; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:712]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:714]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e35.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\El_Aaiun,Attributes=32800,FileSize=171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:716]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\El_Aaiun; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:795]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:797]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e34.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Douala,Attributes=32800,FileSize=143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:799]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Douala; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:808]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:809]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e33.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Djibouti,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:811]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Djibouti; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:821]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:822]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e32.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Dar_es_Salaam,Attributes=32800,FileSize=210,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:824]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Dar_es_Salaam; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:836]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:837]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e31.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Dakar,Attributes=32800,FileSize=169,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:840]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Dakar; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:851]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:853]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e30.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Conakry,Attributes=32800,FileSize=197,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:855]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Conakry; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:865]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:867]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e2f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Ceuta,Attributes=32800,FileSize=7253,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:868]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Ceuta; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:882]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:885]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e2e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Casablanca,Attributes=32800,FileSize=6018,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:890]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Casablanca; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:921]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:924]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e2d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Cairo,Attributes=32800,FileSize=3604,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:926]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Cairo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:30:947]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:30:956]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e2c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Bujumbura,Attributes=32800,FileSize=146,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:30:981]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Bujumbura; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:001]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:005]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e2b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Brazzaville,Attributes=32800,FileSize=148,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:008]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Brazzaville; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:024]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:026]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e2a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Blantyre,Attributes=32800,FileSize=145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:029]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Blantyre; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:043]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:045]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e29.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Bissau,Attributes=32800,FileSize=169,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:048]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Bissau; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:063]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:065]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e28.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Banjul,Attributes=32800,FileSize=200,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:067]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Banjul; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:077]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:079]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e27.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Bangui,Attributes=32800,FileSize=143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:082]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Bangui; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:094]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:096]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e26.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Bamako,Attributes=32800,FileSize=196,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:098]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Bamako; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:107]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:109]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e25.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Asmera,Attributes=32800,FileSize=176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:111]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Asmera; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:123]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:125]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e24.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Asmara,Attributes=32800,FileSize=203,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:128]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Asmara; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:140]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:143]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e23.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Algiers,Attributes=32800,FileSize=1041,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:145]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Algiers; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:158]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:160]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e22.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Addis_Ababa,Attributes=32800,FileSize=179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:163]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Addis_Ababa; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:175]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:177]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e21.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Accra,Attributes=32800,FileSize=520,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:179]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Accra; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:192]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:194]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e20.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Africa\Abidjan,Attributes=32800,FileSize=141,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:196]: File: C:\Python34\tcl\tcl8.6\tzdata\Africa\Abidjan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:209]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:211]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\) MSI (s) (9C:5C) [21:25:31:212]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e1f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Ushuaia,Attributes=32800,FileSize=2036,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:213]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Ushuaia; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:224]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:226]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e1e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Tucuman,Attributes=32800,FileSize=2067,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:228]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Tucuman; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:237]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:238]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e1d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\San_Luis,Attributes=32800,FileSize=2052,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:240]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\San_Luis; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:249]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:251]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e1c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\San_Juan,Attributes=32800,FileSize=2067,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:252]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\San_Juan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:262]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:264]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e1b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Salta,Attributes=32800,FileSize=1974,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:266]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Salta; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:280]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:282]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e1a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Rio_Gallegos,Attributes=32800,FileSize=2041,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:285]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Rio_Gallegos; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:298]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:300]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e19.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Mendoza,Attributes=32800,FileSize=2043,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:302]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Mendoza; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:312]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:313]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e18.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\La_Rioja,Attributes=32800,FileSize=2067,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:315]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\La_Rioja; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:325]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:327]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e17.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Jujuy,Attributes=32800,FileSize=2005,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:329]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Jujuy; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:339]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:341]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e16.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Cordoba,Attributes=32800,FileSize=2006,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:343]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Cordoba; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:352]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:353]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e15.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ComodRivadavia,Attributes=32800,FileSize=237,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:355]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ComodRivadavia; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:364]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:366]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e14.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Catamarca,Attributes=32800,FileSize=2039,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:368]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Catamarca; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:377]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:379]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e13.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Buenos_Aires,Attributes=32800,FileSize=2010,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:381]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\Buenos_Aires; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:390]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:393]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\) MSI (s) (9C:5C) [21:25:31:394]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e12.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Winamac,Attributes=32800,FileSize=7170,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:395]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Winamac; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:408]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:410]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e11.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Vincennes,Attributes=32800,FileSize=6992,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:412]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Vincennes; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:421]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:423]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e10.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Vevay,Attributes=32800,FileSize=6350,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:425]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Vevay; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:434]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:436]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e0f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Tell_City,Attributes=32800,FileSize=6992,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:438]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Tell_City; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:447]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:448]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e0e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Petersburg,Attributes=32800,FileSize=7364,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:451]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Petersburg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:540]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:542]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e0d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Marengo,Attributes=32800,FileSize=7037,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:545]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Marengo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:558]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:560]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e0c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Knox,Attributes=32800,FileSize=8470,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:563]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Knox; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:574]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:576]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e0b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Indianapolis,Attributes=32800,FileSize=6996,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:578]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\Indianapolis; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:588]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:590]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\) MSI (s) (9C:5C) [21:25:31:591]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e0a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\Monticello,Attributes=32800,FileSize=8279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:593]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\Monticello; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:603]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:605]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e09.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\Louisville,Attributes=32800,FileSize=9332,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:607]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\Louisville; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:616]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:617]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\) MSI (s) (9C:5C) [21:25:31:618]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e08.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\New_Salem,Attributes=32800,FileSize=8281,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:620]: File: C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\New_Salem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:629]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:631]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e07.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\Center,Attributes=32800,FileSize=8278,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:633]: File: C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\Center; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:642]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:644]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e06.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\Beulah,Attributes=32800,FileSize=8278,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:646]: File: C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\Beulah; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:655]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:657]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\America\) MSI (s) (9C:5C) [21:25:31:658]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e05.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Yellowknife,Attributes=32800,FileSize=7485,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:660]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Yellowknife; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:670]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:672]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e04.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Yakutat,Attributes=32800,FileSize=8407,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:675]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Yakutat; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:685]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:686]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e03.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Winnipeg,Attributes=32800,FileSize=9379,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:688]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Winnipeg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:697]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:698]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e02.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Whitehorse,Attributes=32800,FileSize=7613,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:700]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Whitehorse; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:710]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:711]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e01.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Virgin,Attributes=32800,FileSize=189,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:713]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Virgin; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:722]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:723]: Executing op: FileCopy(SourceName=C:\Config.Msi\52e00.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Vancouver,Attributes=32800,FileSize=9495,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:725]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Vancouver; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:735]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:737]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dff.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Tortola,Attributes=32800,FileSize=149,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:739]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Tortola; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:748]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:749]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dfe.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Toronto,Attributes=32800,FileSize=10883,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:751]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Toronto; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:760]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:761]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dfd.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Tijuana,Attributes=32800,FileSize=8470,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:763]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Tijuana; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:772]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:773]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dfc.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Thunder_Bay,Attributes=32800,FileSize=8058,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:775]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Thunder_Bay; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:784]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:786]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dfb.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Thule,Attributes=32800,FileSize=6666,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:788]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Thule; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:797]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:798]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dfa.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Tegucigalpa,Attributes=32800,FileSize=329,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:800]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Tegucigalpa; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:812]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:814]: Executing op: FileCopy(SourceName=C:\Config.Msi\52df9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Swift_Current,Attributes=32800,FileSize=845,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:816]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Swift_Current; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:833]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:836]: Executing op: FileCopy(SourceName=C:\Config.Msi\52df8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\St_Vincent,Attributes=32800,FileSize=183,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:840]: File: C:\Python34\tcl\tcl8.6\tzdata\America\St_Vincent; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:875]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:883]: Executing op: FileCopy(SourceName=C:\Config.Msi\52df7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\St_Thomas,Attributes=32800,FileSize=151,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:886]: File: C:\Python34\tcl\tcl8.6\tzdata\America\St_Thomas; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:906]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:908]: Executing op: FileCopy(SourceName=C:\Config.Msi\52df6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\St_Lucia,Attributes=32800,FileSize=181,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:910]: File: C:\Python34\tcl\tcl8.6\tzdata\America\St_Lucia; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:924]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:928]: Executing op: FileCopy(SourceName=C:\Config.Msi\52df5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\St_Kitts,Attributes=32800,FileSize=150,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:930]: File: C:\Python34\tcl\tcl8.6\tzdata\America\St_Kitts; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:943]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:945]: Executing op: FileCopy(SourceName=C:\Config.Msi\52df4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\St_Johns,Attributes=32800,FileSize=10917,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:946]: File: C:\Python34\tcl\tcl8.6\tzdata\America\St_Johns; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:956]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:958]: Executing op: FileCopy(SourceName=C:\Config.Msi\52df3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\St_Barthelemy,Attributes=32800,FileSize=199,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:960]: File: C:\Python34\tcl\tcl8.6\tzdata\America\St_Barthelemy; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:969]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:971]: Executing op: FileCopy(SourceName=C:\Config.Msi\52df2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Sitka,Attributes=32800,FileSize=8376,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:973]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Sitka; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:982]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:31:983]: Executing op: FileCopy(SourceName=C:\Config.Msi\52df1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Shiprock,Attributes=32800,FileSize=182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:31:986]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Shiprock; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:31:999]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:001]: Executing op: FileCopy(SourceName=C:\Config.Msi\52df0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Scoresbysund,Attributes=32800,FileSize=6713,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:003]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Scoresbysund; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:017]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:019]: Executing op: FileCopy(SourceName=C:\Config.Msi\52def.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Sao_Paulo,Attributes=32800,FileSize=7678,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:022]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Sao_Paulo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:036]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:038]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dee.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Santo_Domingo,Attributes=32800,FileSize=590,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:041]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Santo_Domingo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:054]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:056]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ded.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Santiago,Attributes=32800,FileSize=8782,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:058]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Santiago; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:074]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:076]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dec.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Santa_Isabel,Attributes=32800,FileSize=8445,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:078]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Santa_Isabel; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:095]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:097]: Executing op: FileCopy(SourceName=C:\Config.Msi\52deb.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Santarem,Attributes=32800,FileSize=1057,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:101]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Santarem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:118]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:120]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dea.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Rosario,Attributes=32800,FileSize=214,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:122]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Rosario; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:132]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:134]: Executing op: FileCopy(SourceName=C:\Config.Msi\52de9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Rio_Branco,Attributes=32800,FileSize=1059,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:136]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Rio_Branco; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:144]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:147]: Executing op: FileCopy(SourceName=C:\Config.Msi\52de8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Resolute,Attributes=32800,FileSize=7362,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:149]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Resolute; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:160]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:162]: Executing op: FileCopy(SourceName=C:\Config.Msi\52de7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Regina,Attributes=32800,FileSize=1723,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:164]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Regina; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:173]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:175]: Executing op: FileCopy(SourceName=C:\Config.Msi\52de6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Recife,Attributes=32800,FileSize=1391,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:177]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Recife; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:188]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:189]: Executing op: FileCopy(SourceName=C:\Config.Msi\52de5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Rankin_Inlet,Attributes=32800,FileSize=7366,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:191]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Rankin_Inlet; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:200]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:202]: Executing op: FileCopy(SourceName=C:\Config.Msi\52de4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Rainy_River,Attributes=32800,FileSize=7840,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:203]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Rainy_River; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:212]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:213]: Executing op: FileCopy(SourceName=C:\Config.Msi\52de3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Puerto_Rico,Attributes=32800,FileSize=273,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:215]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Puerto_Rico; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:241]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:243]: Executing op: FileCopy(SourceName=C:\Config.Msi\52de2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Port_of_Spain,Attributes=32800,FileSize=155,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:245]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Port_of_Spain; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:253]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:255]: Executing op: FileCopy(SourceName=C:\Config.Msi\52de1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Porto_Velho,Attributes=32800,FileSize=1030,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:257]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Porto_Velho; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:266]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:269]: Executing op: FileCopy(SourceName=C:\Config.Msi\52de0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Porto_Acre,Attributes=32800,FileSize=196,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:271]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Porto_Acre; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:283]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:285]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ddf.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Port-au-Prince,Attributes=32800,FileSize=6458,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:287]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Port-au-Prince; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:300]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:302]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dde.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Phoenix,Attributes=32800,FileSize=479,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:304]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Phoenix; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:315]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:316]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ddd.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Paramaribo,Attributes=32800,FileSize=272,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:318]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Paramaribo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:330]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:331]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ddc.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Pangnirtung,Attributes=32800,FileSize=7484,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:333]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Pangnirtung; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:342]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:344]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ddb.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Panama,Attributes=32800,FileSize=179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:346]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Panama; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:354]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:356]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dda.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Ojinaga,Attributes=32800,FileSize=6621,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:358]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Ojinaga; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:366]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:368]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dd9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Noronha,Attributes=32800,FileSize=1368,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:370]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Noronha; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:378]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:379]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dd8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Nome,Attributes=32800,FileSize=8404,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:381]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Nome; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:389]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:390]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dd7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Nipigon,Attributes=32800,FileSize=7836,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:392]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Nipigon; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:402]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:404]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dd6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\New_York,Attributes=32800,FileSize=11004,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:406]: File: C:\Python34\tcl\tcl8.6\tzdata\America\New_York; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:414]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:415]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dd5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Nassau,Attributes=32800,FileSize=8260,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:417]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Nassau; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:426]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:427]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dd4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Montserrat,Attributes=32800,FileSize=152,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:429]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Montserrat; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:437]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:438]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dd3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Montreal,Attributes=32800,FileSize=10915,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:440]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Montreal; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:448]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:450]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dd2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Montevideo,Attributes=32800,FileSize=7813,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:451]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Montevideo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:459]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:461]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dd1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Monterrey,Attributes=32800,FileSize=6496,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:463]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Monterrey; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:471]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:472]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dd0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Moncton,Attributes=32800,FileSize=10165,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:474]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Moncton; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:482]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:484]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dcf.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Miquelon,Attributes=32800,FileSize=7074,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:486]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Miquelon; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:494]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:495]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dce.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Mexico_City,Attributes=32800,FileSize=6807,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:498]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Mexico_City; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:508]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:509]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dcd.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Metlakatla,Attributes=32800,FileSize=1224,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:513]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Metlakatla; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:523]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:524]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dcc.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Merida,Attributes=32800,FileSize=6435,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:526]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Merida; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:535]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:536]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dcb.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Menominee,Attributes=32800,FileSize=8136,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:538]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Menominee; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:547]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:549]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dca.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Mendoza,Attributes=32800,FileSize=214,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:550]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Mendoza; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:559]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:560]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dc9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Mazatlan,Attributes=32800,FileSize=6619,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:562]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Mazatlan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:572]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:573]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dc8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Matamoros,Attributes=32800,FileSize=6526,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:575]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Matamoros; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:608]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:610]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dc7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Martinique,Attributes=32800,FileSize=242,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:612]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Martinique; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:621]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:622]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dc6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Marigot,Attributes=32800,FileSize=193,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:624]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Marigot; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:632]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:633]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dc5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Manaus,Attributes=32800,FileSize=1142,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:635]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Manaus; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:643]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:644]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dc4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Managua,Attributes=32800,FileSize=590,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:646]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Managua; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:654]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:655]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dc3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Maceio,Attributes=32800,FileSize=1507,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:657]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Maceio; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:665]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:667]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dc2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Lower_Princes,Attributes=32800,FileSize=190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:668]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Lower_Princes; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:679]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:680]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dc1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Louisville,Attributes=32800,FileSize=223,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:682]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Louisville; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:692]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:693]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dc0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Los_Angeles,Attributes=32800,FileSize=9409,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:695]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Los_Angeles; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:703]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:705]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dbf.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Lima,Attributes=32800,FileSize=447,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:707]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Lima; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:715]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:717]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dbe.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\La_Paz,Attributes=32800,FileSize=211,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:718]: File: C:\Python34\tcl\tcl8.6\tzdata\America\La_Paz; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:726]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:728]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dbd.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Kralendijk,Attributes=32800,FileSize=187,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:729]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Kralendijk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:740]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:743]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dbc.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Knox_IN,Attributes=32800,FileSize=199,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:745]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Knox_IN; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:757]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:759]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dbb.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Juneau,Attributes=32800,FileSize=8406,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:761]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Juneau; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:770]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:771]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dba.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Jujuy,Attributes=32800,FileSize=206,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:773]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Jujuy; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:785]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:787]: Executing op: FileCopy(SourceName=C:\Config.Msi\52db9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Jamaica,Attributes=32800,FileSize=789,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:788]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Jamaica; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:807]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:808]: Executing op: FileCopy(SourceName=C:\Config.Msi\52db8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Iqaluit,Attributes=32800,FileSize=7421,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:810]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Iqaluit; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:823]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:828]: Executing op: FileCopy(SourceName=C:\Config.Msi\52db7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Inuvik,Attributes=32800,FileSize=7389,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:831]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Inuvik; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:845]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:847]: Executing op: FileCopy(SourceName=C:\Config.Msi\52db6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Indianapolis,Attributes=32800,FileSize=228,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:850]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Indianapolis; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:938]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:941]: Executing op: FileCopy(SourceName=C:\Config.Msi\52db5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Hermosillo,Attributes=32800,FileSize=595,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:945]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Hermosillo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:959]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:961]: Executing op: FileCopy(SourceName=C:\Config.Msi\52db4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Havana,Attributes=32800,FileSize=8444,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:964]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Havana; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:979]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:32:981]: Executing op: FileCopy(SourceName=C:\Config.Msi\52db3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Halifax,Attributes=32800,FileSize=10763,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:32:984]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Halifax; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:32:998]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:000]: Executing op: FileCopy(SourceName=C:\Config.Msi\52db2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Guyana,Attributes=32800,FileSize=237,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:003]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Guyana; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:015]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:017]: Executing op: FileCopy(SourceName=C:\Config.Msi\52db1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Guayaquil,Attributes=32800,FileSize=182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:020]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Guayaquil; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:030]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:031]: Executing op: FileCopy(SourceName=C:\Config.Msi\52db0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Guatemala,Attributes=32800,FileSize=385,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:033]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Guatemala; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:041]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:043]: Executing op: FileCopy(SourceName=C:\Config.Msi\52daf.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Guadeloupe,Attributes=32800,FileSize=152,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:045]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Guadeloupe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:053]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:054]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dae.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Grenada,Attributes=32800,FileSize=149,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:056]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Grenada; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:064]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:066]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dad.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Grand_Turk,Attributes=32800,FileSize=7398,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:067]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Grand_Turk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:076]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:078]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dac.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Goose_Bay,Attributes=32800,FileSize=10015,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:080]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Goose_Bay; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:092]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:093]: Executing op: FileCopy(SourceName=C:\Config.Msi\52dab.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Godthab,Attributes=32800,FileSize=7306,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:096]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Godthab; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:108]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:110]: Executing op: FileCopy(SourceName=C:\Config.Msi\52daa.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Glace_Bay,Attributes=32800,FileSize=8099,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:112]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Glace_Bay; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:121]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:123]: Executing op: FileCopy(SourceName=C:\Config.Msi\52da9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Fort_Wayne,Attributes=32800,FileSize=226,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:124]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Fort_Wayne; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:133]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:135]: Executing op: FileCopy(SourceName=C:\Config.Msi\52da8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Fortaleza,Attributes=32800,FileSize=1394,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:136]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Fortaleza; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:145]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:146]: Executing op: FileCopy(SourceName=C:\Config.Msi\52da7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Ensenada,Attributes=32800,FileSize=185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:148]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Ensenada; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:158]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:159]: Executing op: FileCopy(SourceName=C:\Config.Msi\52da6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\El_Salvador,Attributes=32800,FileSize=269,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:162]: File: C:\Python34\tcl\tcl8.6\tzdata\America\El_Salvador; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:171]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:172]: Executing op: FileCopy(SourceName=C:\Config.Msi\52da5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Eirunepe,Attributes=32800,FileSize=1174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:174]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Eirunepe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:182]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:183]: Executing op: FileCopy(SourceName=C:\Config.Msi\52da4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Edmonton,Attributes=32800,FileSize=8435,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:186]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Edmonton; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:197]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:199]: Executing op: FileCopy(SourceName=C:\Config.Msi\52da3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Dominica,Attributes=32800,FileSize=150,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:201]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Dominica; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:209]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:211]: Executing op: FileCopy(SourceName=C:\Config.Msi\52da2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Detroit,Attributes=32800,FileSize=8068,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:212]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Detroit; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:223]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:225]: Executing op: FileCopy(SourceName=C:\Config.Msi\52da1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Denver,Attributes=32800,FileSize=8629,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:228]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Denver; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:239]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:241]: Executing op: FileCopy(SourceName=C:\Config.Msi\52da0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Dawson_Creek,Attributes=32800,FileSize=1876,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:243]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Dawson_Creek; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:254]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:256]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d9f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Dawson,Attributes=32800,FileSize=7609,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:257]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Dawson; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:270]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:272]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d9e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Danmarkshavn,Attributes=32800,FileSize=1105,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:275]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Danmarkshavn; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:288]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:290]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d9d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Curacao,Attributes=32800,FileSize=179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:293]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Curacao; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:306]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:310]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d9c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Cuiaba,Attributes=32800,FileSize=7771,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:313]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Cuiaba; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:323]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:325]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d9b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Creston,Attributes=32800,FileSize=211,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:328]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Creston; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:337]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:339]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d9a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Costa_Rica,Attributes=32800,FileSize=416,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:341]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Costa_Rica; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:350]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:352]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d99.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Cordoba,Attributes=32800,FileSize=214,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:354]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Cordoba; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:364]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:366]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d98.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Coral_Harbour,Attributes=32800,FileSize=193,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:369]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Coral_Harbour; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:378]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:379]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d97.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Chihuahua,Attributes=32800,FileSize=6593,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:381]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Chihuahua; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:391]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:393]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d96.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Chicago,Attributes=32800,FileSize=11003,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:395]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Chicago; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:403]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:405]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d95.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Cayman,Attributes=32800,FileSize=179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:407]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Cayman; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:416]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:418]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d94.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Cayenne,Attributes=32800,FileSize=178,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:421]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Cayenne; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:433]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:434]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d93.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Catamarca,Attributes=32800,FileSize=222,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:436]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Catamarca; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:445]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:447]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d92.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Caracas,Attributes=32800,FileSize=240,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:449]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Caracas; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:458]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:459]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d91.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Cancun,Attributes=32800,FileSize=6435,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:462]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Cancun; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:471]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:472]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d90.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Campo_Grande,Attributes=32800,FileSize=7778,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:474]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Campo_Grande; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:483]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:484]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d8f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Cambridge_Bay,Attributes=32800,FileSize=7487,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:486]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Cambridge_Bay; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:496]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:514]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d8e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Buenos_Aires,Attributes=32800,FileSize=234,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:516]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Buenos_Aires; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:527]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:530]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d8d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Boise,Attributes=32800,FileSize=8324,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:533]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Boise; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:549]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:552]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d8c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Bogota,Attributes=32800,FileSize=238,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:555]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Bogota; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:568]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:571]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d8b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Boa_Vista,Attributes=32800,FileSize=1175,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:575]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Boa_Vista; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:642]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:648]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d8a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Blanc-Sablon,Attributes=32800,FileSize=331,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:650]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Blanc-Sablon; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:664]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:666]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d89.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Belize,Attributes=32800,FileSize=1829,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:669]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Belize; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:685]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:687]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d88.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Belem,Attributes=32800,FileSize=1010,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:690]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Belem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:704]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:706]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d87.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Barbados,Attributes=32800,FileSize=413,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:709]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Barbados; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:726]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:730]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d86.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Bahia_Banderas,Attributes=32800,FileSize=6625,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:732]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Bahia_Banderas; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:744]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:746]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d85.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Bahia,Attributes=32800,FileSize=1974,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:748]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Bahia; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:760]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:762]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d84.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Atka,Attributes=32800,FileSize=172,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:764]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Atka; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:772]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:774]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d83.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Atikokan,Attributes=32800,FileSize=332,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:776]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Atikokan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:784]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:786]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d82.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Asuncion,Attributes=32800,FileSize=7810,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:788]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Asuncion; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:797]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:799]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d81.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Aruba,Attributes=32800,FileSize=177,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:800]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Aruba; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:809]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:811]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d80.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Araguaina,Attributes=32800,FileSize=6907,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:812]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Araguaina; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:824]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:826]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d7f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Antigua,Attributes=32800,FileSize=179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:829]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Antigua; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:838]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:839]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d7e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Anguilla,Attributes=32800,FileSize=150,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:841]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Anguilla; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:849]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:851]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d7d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Anchorage,Attributes=32800,FileSize=8444,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:853]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Anchorage; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:861]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:862]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d7c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\America\Adak,Attributes=32800,FileSize=8404,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:864]: File: C:\Python34\tcl\tcl8.6\tzdata\America\Adak; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:874]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:876]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\) MSI (s) (9C:5C) [21:25:33:877]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d7b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Vostok,Attributes=32800,FileSize=145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:879]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Vostok; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:891]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:893]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d7a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Syowa,Attributes=32800,FileSize=144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:895]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Syowa; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:903]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:905]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d79.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\South_Pole,Attributes=32800,FileSize=199,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:907]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\South_Pole; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:917]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:919]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d78.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Rothera,Attributes=32800,FileSize=146,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:922]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Rothera; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:936]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:938]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d77.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Palmer,Attributes=32800,FileSize=7659,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:941]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Palmer; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:33:965]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:33:969]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d76.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\McMurdo,Attributes=32800,FileSize=7622,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:33:972]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\McMurdo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:030]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:034]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d75.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Mawson,Attributes=32800,FileSize=175,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:037]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Mawson; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:058]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:060]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d74.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Macquarie,Attributes=32800,FileSize=2711,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:066]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Macquarie; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:084]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:089]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d73.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\DumontDUrville,Attributes=32800,FileSize=207,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:092]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\DumontDUrville; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:102]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:104]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d72.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Davis,Attributes=32800,FileSize=318,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:105]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Davis; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:114]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:115]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d71.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Casey,Attributes=32800,FileSize=260,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:117]: File: C:\Python34\tcl\tcl8.6\tzdata\Antarctica\Casey; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:127]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:130]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Arctic\) MSI (s) (9C:5C) [21:25:34:131]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d70.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Arctic\Longyearbyen,Attributes=32800,FileSize=176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:132]: File: C:\Python34\tcl\tcl8.6\tzdata\Arctic\Longyearbyen; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:142]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:144]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Asia\) MSI (s) (9C:5C) [21:25:34:145]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d6f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Yerevan,Attributes=32800,FileSize=2013,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:147]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Yerevan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:160]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:162]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d6e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Yekaterinburg,Attributes=32800,FileSize=2068,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:163]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Yekaterinburg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:172]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:173]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d6d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Yakutsk,Attributes=32800,FileSize=2062,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:175]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Yakutsk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:186]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:187]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d6c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Vladivostok,Attributes=32800,FileSize=2069,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:189]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Vladivostok; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:197]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:199]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d6b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Vientiane,Attributes=32800,FileSize=236,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:200]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Vientiane; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:210]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:212]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d6a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Ust-Nera,Attributes=32800,FileSize=2059,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:215]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Ust-Nera; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:227]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:229]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d69.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Urumqi,Attributes=32800,FileSize=508,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:231]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Urumqi; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:239]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:241]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d68.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Ulan_Bator,Attributes=32800,FileSize=187,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:243]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Ulan_Bator; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:252]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:253]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d67.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Ulaanbaatar,Attributes=32800,FileSize=1487,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:255]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Ulaanbaatar; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:263]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:265]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d66.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Ujung_Pandang,Attributes=32800,FileSize=181,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:267]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Ujung_Pandang; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:275]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:278]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d65.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Tokyo,Attributes=32800,FileSize=434,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:280]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Tokyo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:289]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:291]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d64.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Thimphu,Attributes=32800,FileSize=171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:292]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Thimphu; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:304]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:305]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d63.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Thimbu,Attributes=32800,FileSize=171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:307]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Thimbu; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:315]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:316]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d62.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Tel_Aviv,Attributes=32800,FileSize=179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:318]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Tel_Aviv; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:329]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:331]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d61.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Tehran,Attributes=32800,FileSize=3084,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:332]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Tehran; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:340]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:342]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d60.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Tbilisi,Attributes=32800,FileSize=1719,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:344]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Tbilisi; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:352]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:353]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d5f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Tashkent,Attributes=32800,FileSize=911,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:355]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Tashkent; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:365]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:367]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d5e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Taipei,Attributes=32800,FileSize=1297,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:369]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Taipei; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:380]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:382]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d5d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Singapore,Attributes=32800,FileSize=386,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:383]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Singapore; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:394]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:395]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d5c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Shanghai,Attributes=32800,FileSize=626,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:397]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Shanghai; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:408]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:411]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d5b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Seoul,Attributes=32800,FileSize=488,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:413]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Seoul; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:424]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:426]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d5a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Samarkand,Attributes=32800,FileSize=912,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:429]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Samarkand; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:442]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:443]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d59.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Sakhalin,Attributes=32800,FileSize=2123,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:446]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Sakhalin; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:459]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:461]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d58.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Saigon,Attributes=32800,FileSize=183,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:463]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Saigon; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:473]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:475]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d57.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Riyadh,Attributes=32800,FileSize=142,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:477]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Riyadh; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:489]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:491]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d56.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Rangoon,Attributes=32800,FileSize=233,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:494]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Rangoon; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:506]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:508]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d55.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Qyzylorda,Attributes=32800,FileSize=1688,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:509]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Qyzylorda; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:521]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:523]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d54.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Qatar,Attributes=32800,FileSize=169,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:526]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Qatar; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:536]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:539]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d53.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Pyongyang,Attributes=32800,FileSize=294,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:541]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Pyongyang; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:554]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:556]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d52.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Pontianak,Attributes=32800,FileSize=349,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:558]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Pontianak; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:572]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:574]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d51.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Phnom_Penh,Attributes=32800,FileSize=237,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:577]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Phnom_Penh; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:589]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:591]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d50.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Oral,Attributes=32800,FileSize=1683,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:594]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Oral; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:607]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:609]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d4f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Omsk,Attributes=32800,FileSize=2059,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:612]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Omsk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:625]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:627]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d4e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Novosibirsk,Attributes=32800,FileSize=2096,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:630]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Novosibirsk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:641]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:643]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d4d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Novokuznetsk,Attributes=32800,FileSize=2100,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:645]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Novokuznetsk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:656]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:658]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d4c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Nicosia,Attributes=32800,FileSize=7368,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:660]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Nicosia; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:673]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:675]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d4b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Muscat,Attributes=32800,FileSize=143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:678]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Muscat; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:690]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:692]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d4a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Manila,Attributes=32800,FileSize=409,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:694]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Manila; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:705]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:707]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d49.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Makassar,Attributes=32800,FileSize=233,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:709]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Makassar; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:722]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:723]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d48.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Magadan,Attributes=32800,FileSize=2062,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:725]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Magadan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:736]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:738]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d47.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Macau,Attributes=32800,FileSize=1286,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:740]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Macau; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:751]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:753]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d46.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Macao,Attributes=32800,FileSize=164,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:756]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Macao; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:769]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:771]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d45.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Kuwait,Attributes=32800,FileSize=142,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:773]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Kuwait; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:786]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:788]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d44.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Kuching,Attributes=32800,FileSize=703,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:790]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Kuching; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:800]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:802]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d43.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Kuala_Lumpur,Attributes=32800,FileSize=360,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:803]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Kuala_Lumpur; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:815]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:817]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d42.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Krasnoyarsk,Attributes=32800,FileSize=2066,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:819]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Krasnoyarsk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:829]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:832]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d41.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Kolkata,Attributes=32800,FileSize=261,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:834]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Kolkata; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:846]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:848]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d40.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Khandyga,Attributes=32800,FileSize=2126,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:850]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Khandyga; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:862]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:864]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d3f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Katmandu,Attributes=32800,FileSize=179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:866]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Katmandu; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:877]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:879]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d3e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Kathmandu,Attributes=32800,FileSize=174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:882]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Kathmandu; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:895]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:896]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d3d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Kashgar,Attributes=32800,FileSize=539,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:899]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Kashgar; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:912]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:914]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d3c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Karachi,Attributes=32800,FileSize=436,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:917]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Karachi; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:930]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:932]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d3b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Kamchatka,Attributes=32800,FileSize=2097,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:934]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Kamchatka; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:949]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:951]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d3a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Kabul,Attributes=32800,FileSize=171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:953]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Kabul; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:963]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:975]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d39.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Jerusalem,Attributes=32800,FileSize=7690,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:978]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Jerusalem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:34:991]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:34:993]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d38.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Jayapura,Attributes=32800,FileSize=203,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:34:996]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Jayapura; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:008]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:010]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d37.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Jakarta,Attributes=32800,FileSize=350,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:012]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Jakarta; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:025]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:027]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d36.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Istanbul,Attributes=32800,FileSize=182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:029]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Istanbul; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:038]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:040]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d35.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Irkutsk,Attributes=32800,FileSize=2092,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:043]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Irkutsk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:055]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:057]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d34.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Ho_Chi_Minh,Attributes=32800,FileSize=238,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:059]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Ho_Chi_Minh; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:070]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:072]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d33.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Hovd,Attributes=32800,FileSize=1480,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:074]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Hovd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:086]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:088]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d32.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Hong_Kong,Attributes=32800,FileSize=2150,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:090]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Hong_Kong; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:099]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:101]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d31.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Hebron,Attributes=32800,FileSize=7939,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:104]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Hebron; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:116]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:118]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d30.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Harbin,Attributes=32800,FileSize=598,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:121]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Harbin; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:135]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:138]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d2f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Gaza,Attributes=32800,FileSize=7963,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:140]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Gaza; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:151]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:153]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d2e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Dushanbe,Attributes=32800,FileSize=825,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:156]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Dushanbe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:169]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:170]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d2d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Dubai,Attributes=32800,FileSize=142,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:173]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Dubai; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:185]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:188]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d2c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Dili,Attributes=32800,FileSize=255,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:190]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Dili; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:203]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:204]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d2b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Dhaka,Attributes=32800,FileSize=376,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:207]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Dhaka; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:220]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:222]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d2a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Damascus,Attributes=32800,FileSize=8031,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:224]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Damascus; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:236]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:238]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d29.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Dacca,Attributes=32800,FileSize=164,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:240]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Dacca; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:248]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:249]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d28.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Colombo,Attributes=32800,FileSize=347,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:251]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Colombo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:259]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:260]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d27.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Chungking,Attributes=32800,FileSize=180,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:262]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Chungking; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:270]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:271]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d26.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Chongqing,Attributes=32800,FileSize=511,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:273]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Chongqing; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:281]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:282]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d25.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Choibalsan,Attributes=32800,FileSize=1486,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:284]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Choibalsan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:292]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:294]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d24.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Calcutta,Attributes=32800,FileSize=173,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:295]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Calcutta; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:407]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:408]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d23.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Brunei,Attributes=32800,FileSize=173,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:410]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Brunei; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:418]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:420]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d22.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Bishkek,Attributes=32800,FileSize=1631,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:422]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Bishkek; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:430]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:431]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d21.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Beirut,Attributes=32800,FileSize=7754,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:433]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Beirut; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:441]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:442]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d20.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Bangkok,Attributes=32800,FileSize=174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:444]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Bangkok; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:453]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:454]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d1f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Baku,Attributes=32800,FileSize=7087,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:456]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Baku; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:464]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:465]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d1e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Bahrain,Attributes=32800,FileSize=171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:467]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Bahrain; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:475]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:477]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d1d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Baghdad,Attributes=32800,FileSize=1643,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:479]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Baghdad; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:487]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:489]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d1c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Ashkhabad,Attributes=32800,FileSize=177,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:491]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Ashkhabad; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:499]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:500]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d1b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Ashgabat,Attributes=32800,FileSize=883,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:502]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Ashgabat; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:510]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:512]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d1a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Aqtobe,Attributes=32800,FileSize=1656,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:513]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Aqtobe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:523]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:524]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d19.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Aqtau,Attributes=32800,FileSize=1684,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:527]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Aqtau; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:536]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:538]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d18.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Anadyr,Attributes=32800,FileSize=2126,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:540]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Anadyr; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:548]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:549]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d17.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Amman,Attributes=32800,FileSize=7085,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:551]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Amman; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:559]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:561]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d16.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Almaty,Attributes=32800,FileSize=1627,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:562]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Almaty; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:570]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:572]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d15.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Asia\Aden,Attributes=32800,FileSize=140,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:573]: File: C:\Python34\tcl\tcl8.6\tzdata\Asia\Aden; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:582]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:583]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\) MSI (s) (9C:5C) [21:25:35:584]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d14.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\St_Helena,Attributes=32800,FileSize=175,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:585]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\St_Helena; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:596]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:597]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d13.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Stanley,Attributes=32800,FileSize=2215,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:599]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Stanley; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:607]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:608]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d12.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\South_Georgia,Attributes=32800,FileSize=154,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:610]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\South_Georgia; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:618]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:619]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d11.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Reykjavik,Attributes=32800,FileSize=1911,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:621]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Reykjavik; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:630]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:631]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d10.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Madeira,Attributes=32800,FileSize=9568,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:633]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Madeira; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:641]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:642]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d0f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Jan_Mayen,Attributes=32800,FileSize=175,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:645]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Jan_Mayen; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:654]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:656]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d0e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Faroe,Attributes=32800,FileSize=6551,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:658]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Faroe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:666]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:668]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d0d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Faeroe,Attributes=32800,FileSize=181,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:669]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Faeroe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:678]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:680]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d0c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Cape_Verde,Attributes=32800,FileSize=238,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:682]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Cape_Verde; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:691]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:693]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d0b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Canary,Attributes=32800,FileSize=6638,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:695]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Canary; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:703]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:704]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d0a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Bermuda,Attributes=32800,FileSize=7684,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:706]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Bermuda; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:714]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:716]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d09.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Azores,Attributes=32800,FileSize=10092,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:718]: File: C:\Python34\tcl\tcl8.6\tzdata\Atlantic\Azores; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:726]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:727]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Australia\) MSI (s) (9C:5C) [21:25:35:728]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d08.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Yancowinna,Attributes=32800,FileSize=207,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:730]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Yancowinna; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:739]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:740]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d07.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\West,Attributes=32800,FileSize=183,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:742]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\West; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:750]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:751]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d06.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Victoria,Attributes=32800,FileSize=199,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:753]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Victoria; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:761]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:763]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d05.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Tasmania,Attributes=32800,FileSize=190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:764]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Tasmania; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:772]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:774]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d04.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Sydney,Attributes=32800,FileSize=7799,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:775]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Sydney; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:811]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:812]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d03.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\South,Attributes=32800,FileSize=193,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:814]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\South; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:822]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:823]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d02.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Queensland,Attributes=32800,FileSize=198,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:825]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Queensland; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:833]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:834]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d01.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Perth,Attributes=32800,FileSize=694,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:836]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Perth; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:844]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:846]: Executing op: FileCopy(SourceName=C:\Config.Msi\52d00.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\NSW,Attributes=32800,FileSize=185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:847]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\NSW; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:855]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:857]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cff.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\North,Attributes=32800,FileSize=187,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:859]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\North; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:867]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:869]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cfe.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Melbourne,Attributes=32800,FileSize=7802,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:871]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Melbourne; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:879]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:880]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cfd.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Lord_Howe,Attributes=32800,FileSize=7250,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:882]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Lord_Howe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:890]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:891]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cfc.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Lindeman,Attributes=32800,FileSize=773,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:893]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Lindeman; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:901]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:903]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cfb.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\LHI,Attributes=32800,FileSize=194,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:905]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\LHI; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:913]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:915]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cfa.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Hobart,Attributes=32800,FileSize=8049,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:916]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Hobart; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:925]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:926]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cf9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Eucla,Attributes=32800,FileSize=714,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:928]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Eucla; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:936]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:938]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cf8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Darwin,Attributes=32800,FileSize=412,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:939]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Darwin; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:948]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:949]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cf7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Currie,Attributes=32800,FileSize=7829,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:951]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Currie; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:959]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:960]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cf6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Canberra,Attributes=32800,FileSize=190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:962]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Canberra; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:970]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:971]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cf5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Broken_Hill,Attributes=32800,FileSize=7892,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:973]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Broken_Hill; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:982]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:984]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cf4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Brisbane,Attributes=32800,FileSize=633,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:986]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Brisbane; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:35:994]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:35:996]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cf3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\Adelaide,Attributes=32800,FileSize=7831,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:35:997]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\Adelaide; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:005]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:007]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cf2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Australia\ACT,Attributes=32800,FileSize=185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:008]: File: C:\Python34\tcl\tcl8.6\tzdata\Australia\ACT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:017]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:018]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Brazil\) MSI (s) (9C:5C) [21:25:36:019]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cf1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Brazil\West,Attributes=32800,FileSize=177,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:020]: File: C:\Python34\tcl\tcl8.6\tzdata\Brazil\West; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:030]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:032]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cf0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Brazil\East,Attributes=32800,FileSize=186,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:033]: File: C:\Python34\tcl\tcl8.6\tzdata\Brazil\East; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:041]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:043]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cef.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Brazil\DeNoronha,Attributes=32800,FileSize=185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:045]: File: C:\Python34\tcl\tcl8.6\tzdata\Brazil\DeNoronha; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:057]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:058]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cee.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Brazil\Acre,Attributes=32800,FileSize=189,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:060]: File: C:\Python34\tcl\tcl8.6\tzdata\Brazil\Acre; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:076]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:077]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Canada\) MSI (s) (9C:5C) [21:25:36:078]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ced.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Canada\Yukon,Attributes=32800,FileSize=190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:080]: File: C:\Python34\tcl\tcl8.6\tzdata\Canada\Yukon; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:089]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:090]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cec.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Canada\Saskatchewan,Attributes=32800,FileSize=185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:092]: File: C:\Python34\tcl\tcl8.6\tzdata\Canada\Saskatchewan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:100]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:103]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ceb.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Canada\Pacific,Attributes=32800,FileSize=189,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:105]: File: C:\Python34\tcl\tcl8.6\tzdata\Canada\Pacific; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:113]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:114]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cea.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Canada\Newfoundland,Attributes=32800,FileSize=191,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:116]: File: C:\Python34\tcl\tcl8.6\tzdata\Canada\Newfoundland; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:124]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:126]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ce9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Canada\Mountain,Attributes=32800,FileSize=187,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:128]: File: C:\Python34\tcl\tcl8.6\tzdata\Canada\Mountain; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:197]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:199]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ce8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Canada\Eastern,Attributes=32800,FileSize=183,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:201]: File: C:\Python34\tcl\tcl8.6\tzdata\Canada\Eastern; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:210]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:211]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ce7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Canada\East-Saskatchewan,Attributes=32800,FileSize=190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:213]: File: C:\Python34\tcl\tcl8.6\tzdata\Canada\East-Saskatchewan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:222]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:224]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ce6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Canada\Central,Attributes=32800,FileSize=186,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:226]: File: C:\Python34\tcl\tcl8.6\tzdata\Canada\Central; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:235]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:237]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ce5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Canada\Atlantic,Attributes=32800,FileSize=184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:239]: File: C:\Python34\tcl\tcl8.6\tzdata\Canada\Atlantic; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:247]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:249]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Chile\) MSI (s) (9C:5C) [21:25:36:251]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ce4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Chile\EasterIsland,Attributes=32800,FileSize=184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:252]: File: C:\Python34\tcl\tcl8.6\tzdata\Chile\EasterIsland; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:267]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:269]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ce3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Chile\Continental,Attributes=32800,FileSize=189,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:271]: File: C:\Python34\tcl\tcl8.6\tzdata\Chile\Continental; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:281]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:283]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Etc\) MSI (s) (9C:5C) [21:25:36:284]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ce2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\Zulu,Attributes=32800,FileSize=153,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:285]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\Zulu; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:295]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:297]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ce1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\UTC,Attributes=32800,FileSize=105,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:299]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\UTC; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:307]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:310]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ce0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\Universal,Attributes=32800,FileSize=158,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:312]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\Universal; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:322]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:324]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cdf.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\UCT,Attributes=32800,FileSize=105,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:326]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\UCT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:337]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:339]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cde.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\Greenwich,Attributes=32800,FileSize=158,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:342]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\Greenwich; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:354]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:356]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cdd.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT0,Attributes=32800,FileSize=153,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:358]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT0; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:368]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:370]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cdc.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-9,Attributes=32800,FileSize=113,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:373]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-9; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:383]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:386]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cdb.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-8,Attributes=32800,FileSize=113,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:388]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-8; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:400]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:403]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cda.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-7,Attributes=32800,FileSize=113,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:405]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-7; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:415]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:416]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cd9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-6,Attributes=32800,FileSize=113,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:418]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-6; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:431]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:433]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cd8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-5,Attributes=32800,FileSize=113,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:436]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-5; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:446]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:448]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cd7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-4,Attributes=32800,FileSize=113,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:449]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-4; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:460]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:462]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cd6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-3,Attributes=32800,FileSize=113,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:465]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-3; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:476]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:478]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cd5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-2,Attributes=32800,FileSize=112,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:480]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-2; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:493]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:495]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cd4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-14,Attributes=32800,FileSize=115,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:497]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-14; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:507]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:509]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cd3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-13,Attributes=32800,FileSize=115,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:513]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-13; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:524]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:526]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cd2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-12,Attributes=32800,FileSize=115,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:528]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-12; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:538]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:540]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cd1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-11,Attributes=32800,FileSize=115,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:543]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-11; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:553]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:555]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cd0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-10,Attributes=32800,FileSize=115,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:556]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-10; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:566]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:567]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ccf.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-1,Attributes=32800,FileSize=112,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:569]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-1; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:579]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:581]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cce.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-0,Attributes=32800,FileSize=154,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:583]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT-0; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:593]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:595]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ccd.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+9,Attributes=32800,FileSize=114,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:597]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+9; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:606]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:608]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ccc.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+8,Attributes=32800,FileSize=114,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:610]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+8; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:618]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:620]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ccb.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+7,Attributes=32800,FileSize=114,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:622]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+7; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:630]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:632]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cca.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+6,Attributes=32800,FileSize=114,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:634]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+6; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:644]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:646]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cc9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+5,Attributes=32800,FileSize=114,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:648]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+5; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:657]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:659]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cc8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+4,Attributes=32800,FileSize=114,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:661]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+4; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:670]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:671]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cc7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+3,Attributes=32800,FileSize=114,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:673]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+3; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:685]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:686]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cc6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+2,Attributes=32800,FileSize=113,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:688]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+2; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:698]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:699]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cc5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+12,Attributes=32800,FileSize=116,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:701]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+12; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:713]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:715]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cc4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+11,Attributes=32800,FileSize=116,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:717]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+11; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:789]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:791]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cc3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+10,Attributes=32800,FileSize=116,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:793]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+10; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:805]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:807]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cc2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+1,Attributes=32800,FileSize=113,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:809]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+1; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:820]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:823]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cc1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+0,Attributes=32800,FileSize=154,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:825]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT+0; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:835]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:836]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cc0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT,Attributes=32800,FileSize=105,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:838]: File: C:\Python34\tcl\tcl8.6\tzdata\Etc\GMT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:847]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:849]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Europe\) MSI (s) (9C:5C) [21:25:36:850]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cbf.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Zurich,Attributes=32800,FileSize=7055,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:852]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Zurich; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:862]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:863]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cbe.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Zaporozhye,Attributes=32800,FileSize=7236,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:865]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Zaporozhye; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:875]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:876]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cbd.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Zagreb,Attributes=32800,FileSize=182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:879]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Zagreb; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:888]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:890]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cbc.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Warsaw,Attributes=32800,FileSize=8366,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:892]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Warsaw; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:902]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:903]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cbb.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Volgograd,Attributes=32800,FileSize=2065,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:905]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Volgograd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:915]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:917]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cba.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Vilnius,Attributes=32800,FileSize=7203,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:920]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Vilnius; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:929]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:931]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cb9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Vienna,Attributes=32800,FileSize=7659,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:933]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Vienna; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:943]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:945]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cb8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Vatican,Attributes=32800,FileSize=171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:947]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Vatican; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:957]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:958]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cb7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Vaduz,Attributes=32800,FileSize=6911,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:961]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Vaduz; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:971]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:973]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cb6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Uzhgorod,Attributes=32800,FileSize=7287,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:975]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Uzhgorod; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:36:985]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:36:987]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cb5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Tiraspol,Attributes=32800,FileSize=184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:36:989]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Tiraspol; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:000]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:002]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cb4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Tirane,Attributes=32800,FileSize=7412,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:004]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Tirane; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:014]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:016]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cb3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Tallinn,Attributes=32800,FileSize=7322,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:018]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Tallinn; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:031]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:033]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cb2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Stockholm,Attributes=32800,FileSize=7058,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:035]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Stockholm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:045]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:046]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cb1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Sofia,Attributes=32800,FileSize=7425,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:048]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Sofia; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:058]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:059]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cb0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Skopje,Attributes=32800,FileSize=182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:062]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Skopje; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:071]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:073]: Executing op: FileCopy(SourceName=C:\Config.Msi\52caf.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Simferopol,Attributes=32800,FileSize=7265,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:076]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Simferopol; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:086]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:088]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cae.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Sarajevo,Attributes=32800,FileSize=184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:090]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Sarajevo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:100]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:102]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cad.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\San_Marino,Attributes=32800,FileSize=174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:104]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\San_Marino; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:114]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:115]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cac.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Samara,Attributes=32800,FileSize=2155,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:117]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Samara; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:127]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:129]: Executing op: FileCopy(SourceName=C:\Config.Msi\52cab.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Rome,Attributes=32800,FileSize=8481,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:130]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Rome; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:141]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:143]: Executing op: FileCopy(SourceName=C:\Config.Msi\52caa.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Riga,Attributes=32800,FileSize=7400,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:145]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Riga; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:155]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:157]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ca9.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Prague,Attributes=32800,FileSize=7684,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:158]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Prague; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:171]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:173]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ca8.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Podgorica,Attributes=32800,FileSize=185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:173]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Podgorica; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:173]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:173]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ca7.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Paris,Attributes=32800,FileSize=8838,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:189]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Paris; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:189]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:205]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ca6.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Oslo,Attributes=32800,FileSize=7651,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:205]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Oslo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:205]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:220]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ca5.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Nicosia,Attributes=32800,FileSize=174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:220]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Nicosia; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:220]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:237]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ca4.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Moscow,Attributes=32800,FileSize=2348,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:240]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Moscow; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:252]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:255]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ca3.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Monaco,Attributes=32800,FileSize=8871,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:257]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Monaco; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:270]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:272]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ca2.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Minsk,Attributes=32800,FileSize=2072,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:274]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Minsk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:283]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:285]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ca1.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Mariehamn,Attributes=32800,FileSize=185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:288]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Mariehamn; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:298]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:299]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ca0.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Malta,Attributes=32800,FileSize=8425,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:301]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Malta; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:311]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:314]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c9f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Madrid,Attributes=32800,FileSize=8282,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:317]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Madrid; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:326]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:328]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c9e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Luxembourg,Attributes=32800,FileSize=8826,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:330]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Luxembourg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:341]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:343]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c9d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\London,Attributes=32800,FileSize=9839,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:345]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\London; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:354]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:356]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c9c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Ljubljana,Attributes=32800,FileSize=185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:358]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Ljubljana; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:367]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:369]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c9b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Lisbon,Attributes=32800,FileSize=9471,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:370]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Lisbon; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:380]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:381]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c9a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Kiev,Attributes=32800,FileSize=7200,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:383]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Kiev; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:393]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:394]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c99.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Kaliningrad,Attributes=32800,FileSize=2369,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:396]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Kaliningrad; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:405]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:407]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c98.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Jersey,Attributes=32800,FileSize=176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:409]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Jersey; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:418]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:419]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c97.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Istanbul,Attributes=32800,FileSize=8735,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:421]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Istanbul; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:434]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:436]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c96.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Isle_of_Man,Attributes=32800,FileSize=181,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:437]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Isle_of_Man; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:449]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:451]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c95.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Helsinki,Attributes=32800,FileSize=7120,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:453]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Helsinki; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:513]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:515]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c94.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Guernsey,Attributes=32800,FileSize=178,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:517]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Guernsey; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:530]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:532]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c93.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Gibraltar,Attributes=32800,FileSize=9181,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:535]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Gibraltar; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:546]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:548]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c92.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Dublin,Attributes=32800,FileSize=9476,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:550]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Dublin; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:563]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:564]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c91.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Copenhagen,Attributes=32800,FileSize=7458,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:567]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Copenhagen; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:577]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:579]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c90.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Chisinau,Attributes=32800,FileSize=7825,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:581]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Chisinau; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:593]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:595]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c8f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Busingen,Attributes=32800,FileSize=178,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:598]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Busingen; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:609]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:611]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c8e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Budapest,Attributes=32800,FileSize=8034,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:613]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Budapest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:623]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:625]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c8d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Bucharest,Attributes=32800,FileSize=7706,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:628]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Bucharest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:642]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:644]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c8c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Brussels,Attributes=32800,FileSize=8907,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:647]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Brussels; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:660]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:662]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c8b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Bratislava,Attributes=32800,FileSize=180,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:664]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Bratislava; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:673]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:675]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c8a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Berlin,Attributes=32800,FileSize=7746,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:677]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Berlin; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:688]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:690]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c89.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Belgrade,Attributes=32800,FileSize=7059,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:693]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Belgrade; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:703]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:710]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c88.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Belfast,Attributes=32800,FileSize=177,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:713]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Belfast; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:725]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:727]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c87.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Athens,Attributes=32800,FileSize=7686,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:729]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Athens; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:738]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:740]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c86.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Andorra,Attributes=32800,FileSize=6690,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:742]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Andorra; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:751]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:753]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c85.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Europe\Amsterdam,Attributes=32800,FileSize=8783,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:755]: File: C:\Python34\tcl\tcl8.6\tzdata\Europe\Amsterdam; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:766]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:768]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Indian\) MSI (s) (9C:5C) [21:25:37:769]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c84.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Reunion,Attributes=32800,FileSize=146,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:770]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Reunion; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:784]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:786]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c83.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Mayotte,Attributes=32800,FileSize=146,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:788]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Mayotte; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:799]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:801]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c82.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Mauritius,Attributes=32800,FileSize=264,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:803]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Mauritius; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:816]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:818]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c81.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Maldives,Attributes=32800,FileSize=176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:820]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Maldives; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:831]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:833]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c80.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Mahe,Attributes=32800,FileSize=143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:836]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Mahe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:846]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:848]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c7f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Kerguelen,Attributes=32800,FileSize=143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:850]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Kerguelen; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:860]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:862]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c7e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Comoro,Attributes=32800,FileSize=145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:864]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Comoro; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:872]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:874]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c7d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Cocos,Attributes=32800,FileSize=144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:877]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Cocos; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:888]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:890]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c7c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Christmas,Attributes=32800,FileSize=148,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:892]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Christmas; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:902]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:903]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c7b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Chagos,Attributes=32800,FileSize=173,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:906]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Chagos; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:918]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:919]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c7a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Indian\Antananarivo,Attributes=32800,FileSize=210,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:921]: File: C:\Python34\tcl\tcl8.6\tzdata\Indian\Antananarivo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:931]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:933]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Mexico\) MSI (s) (9C:5C) [21:25:37:934]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c79.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Mexico\General,Attributes=32800,FileSize=195,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:936]: File: C:\Python34\tcl\tcl8.6\tzdata\Mexico\General; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:945]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:947]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c78.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Mexico\BajaSur,Attributes=32800,FileSize=186,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:949]: File: C:\Python34\tcl\tcl8.6\tzdata\Mexico\BajaSur; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:958]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:960]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c77.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Mexico\BajaNorte,Attributes=32800,FileSize=185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:962]: File: C:\Python34\tcl\tcl8.6\tzdata\Mexico\BajaNorte; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:971]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:972]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\Pacific\) MSI (s) (9C:5C) [21:25:37:973]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c76.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Yap,Attributes=32800,FileSize=174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:975]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Yap; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:985]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:37:987]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c75.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Wallis,Attributes=32800,FileSize=146,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:37:989]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Wallis; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:37:998]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:000]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c74.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Wake,Attributes=32800,FileSize=145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:001]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Wake; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:011]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:013]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c73.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Truk,Attributes=32800,FileSize=175,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:015]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Truk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:024]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:026]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c72.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Tongatapu,Attributes=32800,FileSize=379,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:028]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Tongatapu; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:038]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:040]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c71.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Tarawa,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:042]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Tarawa; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:052]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:054]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c70.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Tahiti,Attributes=32800,FileSize=149,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:055]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Tahiti; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:066]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:068]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c6f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Samoa,Attributes=32800,FileSize=188,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:071]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Samoa; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:083]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:084]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c6e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Saipan,Attributes=32800,FileSize=233,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:086]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Saipan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:096]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:098]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c6d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Rarotonga,Attributes=32800,FileSize=931,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:100]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Rarotonga; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:110]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:111]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c6c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Port_Moresby,Attributes=32800,FileSize=183,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:113]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Port_Moresby; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:125]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:127]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c6b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Ponape,Attributes=32800,FileSize=183,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:130]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Ponape; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:140]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:142]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c6a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Pohnpei,Attributes=32800,FileSize=148,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:143]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Pohnpei; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:155]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:157]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c69.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Pitcairn,Attributes=32800,FileSize=179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:161]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Pitcairn; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:170]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:172]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c68.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Palau,Attributes=32800,FileSize=145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:173]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Palau; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:185]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:187]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c67.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Pago_Pago,Attributes=32800,FileSize=270,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:190]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Pago_Pago; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:200]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:203]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c66.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Noumea,Attributes=32800,FileSize=317,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:206]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Noumea; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:219]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:221]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c65.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Norfolk,Attributes=32800,FileSize=176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:223]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Norfolk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:233]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:235]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c64.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Niue,Attributes=32800,FileSize=205,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:236]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Niue; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:246]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:247]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c63.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Nauru,Attributes=32800,FileSize=231,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:249]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Nauru; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:262]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:264]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c62.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Midway,Attributes=32800,FileSize=266,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:266]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Midway; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:276]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:278]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c61.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Marquesas,Attributes=32800,FileSize=152,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:280]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Marquesas; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:289]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:291]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c60.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Majuro,Attributes=32800,FileSize=173,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:295]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Majuro; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:306]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:310]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c5f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Kwajalein,Attributes=32800,FileSize=206,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:312]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Kwajalein; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:324]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:326]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c5e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Kosrae,Attributes=32800,FileSize=204,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:327]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Kosrae; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:339]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:340]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c5d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Kiritimati,Attributes=32800,FileSize=212,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:343]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Kiritimati; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:355]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:357]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c5c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Johnston,Attributes=32800,FileSize=119,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:359]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Johnston; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:370]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:372]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c5b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Honolulu,Attributes=32800,FileSize=302,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:374]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Honolulu; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:384]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:385]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c5a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Guam,Attributes=32800,FileSize=204,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:388]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Guam; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:400]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:401]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c59.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Guadalcanal,Attributes=32800,FileSize=151,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:404]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Guadalcanal; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:417]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:419]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c58.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Gambier,Attributes=32800,FileSize=150,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:421]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Gambier; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:433]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:435]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c57.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Galapagos,Attributes=32800,FileSize=181,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:436]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Galapagos; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:447]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:449]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c56.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Funafuti,Attributes=32800,FileSize=148,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:450]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Funafuti; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:461]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:463]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c55.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Fiji,Attributes=32800,FileSize=5598,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:466]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Fiji; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:475]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:478]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c54.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Fakaofo,Attributes=32800,FileSize=178,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:479]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Fakaofo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:489]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:491]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c53.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Enderbury,Attributes=32800,FileSize=211,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:493]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Enderbury; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:503]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:505]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c52.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Efate,Attributes=32800,FileSize=715,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:508]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Efate; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:519]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:521]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c51.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Easter,Attributes=32800,FileSize=8549,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:523]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Easter; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:535]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:538]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c50.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Chuuk,Attributes=32800,FileSize=146,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:541]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Chuuk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:556]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:561]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c4f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Chatham,Attributes=32800,FileSize=7875,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:564]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Chatham; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:579]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:581]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c4e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Auckland,Attributes=32800,FileSize=8487,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:583]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Auckland; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:593]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:595]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c4d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Pacific\Apia,Attributes=32800,FileSize=5521,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:597]: File: C:\Python34\tcl\tcl8.6\tzdata\Pacific\Apia; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:606]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:608]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\SystemV\) MSI (s) (9C:5C) [21:25:38:609]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c4c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\YST9YDT,Attributes=32800,FileSize=193,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:610]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\YST9YDT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:620]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:622]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c4b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\YST9,Attributes=32800,FileSize=184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:624]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\YST9; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:633]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:635]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c4a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\PST8PDT,Attributes=32800,FileSize=199,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:637]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\PST8PDT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:645]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:647]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c49.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\PST8,Attributes=32800,FileSize=187,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:649]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\PST8; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:658]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:659]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c48.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\MST7MDT,Attributes=32800,FileSize=184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:662]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\MST7MDT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:673]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:674]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c47.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\MST7,Attributes=32800,FileSize=184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:676]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\MST7; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:686]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:687]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c46.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\HST10,Attributes=32800,FileSize=188,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:690]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\HST10; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:700]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:701]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c45.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\EST5EDT,Attributes=32800,FileSize=190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:703]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\EST5EDT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:713]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:715]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c44.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\EST5,Attributes=32800,FileSize=199,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:716]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\EST5; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:727]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:729]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c43.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\CST6CDT,Attributes=32800,FileSize=187,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:731]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\CST6CDT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:740]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:742]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c42.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\CST6,Attributes=32800,FileSize=181,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:744]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\CST6; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:755]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:756]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c41.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\AST4ADT,Attributes=32800,FileSize=187,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:759]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\AST4ADT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:768]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:770]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c40.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\SystemV\AST4,Attributes=32800,FileSize=196,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:772]: File: C:\Python34\tcl\tcl8.6\tzdata\SystemV\AST4; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:781]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:783]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\US\) MSI (s) (9C:5C) [21:25:38:785]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c3f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Samoa,Attributes=32800,FileSize=183,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:786]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Samoa; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:799]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:801]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c3e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Pacific-New,Attributes=32800,FileSize=195,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:803]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Pacific-New; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:812]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:814]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c3d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Pacific,Attributes=32800,FileSize=191,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:815]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Pacific; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:825]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:827]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c3c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Mountain,Attributes=32800,FileSize=177,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:830]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Mountain; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:842]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:844]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c3b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Michigan,Attributes=32800,FileSize=180,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:846]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Michigan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:856]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:858]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c3a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Indiana-Starke,Attributes=32800,FileSize=201,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:860]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Indiana-Starke; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:869]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:871]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c39.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Hawaii,Attributes=32800,FileSize=181,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:874]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Hawaii; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:885]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:886]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c38.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Eastern,Attributes=32800,FileSize=182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:888]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Eastern; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:897]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:899]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c37.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\East-Indiana,Attributes=32800,FileSize=223,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:901]: File: C:\Python34\tcl\tcl8.6\tzdata\US\East-Indiana; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:912]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:913]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c36.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Central,Attributes=32800,FileSize=179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:916]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Central; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:927]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:929]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c35.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Arizona,Attributes=32800,FileSize=179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:930]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Arizona; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:939]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:941]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c34.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Aleutian,Attributes=32800,FileSize=171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:944]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Aleutian; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:955]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:957]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c33.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\US\Alaska,Attributes=32800,FileSize=184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:960]: File: C:\Python34\tcl\tcl8.6\tzdata\US\Alaska; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:971]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:973]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\) MSI (s) (9C:5C) [21:25:38:975]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c32.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Zulu,Attributes=32800,FileSize=149,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:978]: File: C:\Python34\tcl\tcl8.6\tzdata\Zulu; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:38:989]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:38:990]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c31.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\WET,Attributes=32800,FileSize=6694,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:38:993]: File: C:\Python34\tcl\tcl8.6\tzdata\WET; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:005]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:007]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c30.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\W-SU,Attributes=32800,FileSize=167,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:010]: File: C:\Python34\tcl\tcl8.6\tzdata\W-SU; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:022]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:024]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c2f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\UTC,Attributes=32800,FileSize=148,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:026]: File: C:\Python34\tcl\tcl8.6\tzdata\UTC; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:038]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:041]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c2e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Universal,Attributes=32800,FileSize=154,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:044]: File: C:\Python34\tcl\tcl8.6\tzdata\Universal; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:056]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:058]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c2d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\UCT,Attributes=32800,FileSize=148,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:061]: File: C:\Python34\tcl\tcl8.6\tzdata\UCT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:074]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:077]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c2c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Turkey,Attributes=32800,FileSize=175,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:080]: File: C:\Python34\tcl\tcl8.6\tzdata\Turkey; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:091]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:093]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c2b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Singapore,Attributes=32800,FileSize=175,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:096]: File: C:\Python34\tcl\tcl8.6\tzdata\Singapore; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:105]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:107]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c2a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\ROK,Attributes=32800,FileSize=157,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:111]: File: C:\Python34\tcl\tcl8.6\tzdata\ROK; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:129]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:132]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c29.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\ROC,Attributes=32800,FileSize=160,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:134]: File: C:\Python34\tcl\tcl8.6\tzdata\ROC; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:144]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:146]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c28.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\PST8PDT,Attributes=32800,FileSize=8227,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:148]: File: C:\Python34\tcl\tcl8.6\tzdata\PST8PDT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:158]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:160]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c27.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\PRC,Attributes=32800,FileSize=166,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:162]: File: C:\Python34\tcl\tcl8.6\tzdata\PRC; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:171]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:173]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c26.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Portugal,Attributes=32800,FileSize=171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:176]: File: C:\Python34\tcl\tcl8.6\tzdata\Portugal; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:186]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:187]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c25.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Poland,Attributes=32800,FileSize=169,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:189]: File: C:\Python34\tcl\tcl8.6\tzdata\Poland; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:198]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:199]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c24.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\NZ-CHAT,Attributes=32800,FileSize=176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:201]: File: C:\Python34\tcl\tcl8.6\tzdata\NZ-CHAT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:211]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:213]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c23.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\NZ,Attributes=32800,FileSize=174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:216]: File: C:\Python34\tcl\tcl8.6\tzdata\NZ; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:228]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c22.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Navajo,Attributes=32800,FileSize=172,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:233]: File: C:\Python34\tcl\tcl8.6\tzdata\Navajo; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:243]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:245]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c21.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\MST7MDT,Attributes=32800,FileSize=8227,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:247]: File: C:\Python34\tcl\tcl8.6\tzdata\MST7MDT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:255]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:257]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c20.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\MST,Attributes=32800,FileSize=106,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:259]: File: C:\Python34\tcl\tcl8.6\tzdata\MST; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:268]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:270]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c1f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\MET,Attributes=32800,FileSize=7471,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:272]: File: C:\Python34\tcl\tcl8.6\tzdata\MET; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:283]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:285]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c1e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Libya,Attributes=32800,FileSize=171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:287]: File: C:\Python34\tcl\tcl8.6\tzdata\Libya; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:297]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:298]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c1d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Kwajalein,Attributes=32800,FileSize=184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:301]: File: C:\Python34\tcl\tcl8.6\tzdata\Kwajalein; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:310]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:313]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c1c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Japan,Attributes=32800,FileSize=159,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:315]: File: C:\Python34\tcl\tcl8.6\tzdata\Japan; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:324]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:326]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c1b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Jamaica,Attributes=32800,FileSize=176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:328]: File: C:\Python34\tcl\tcl8.6\tzdata\Jamaica; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:337]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:339]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c1a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Israel,Attributes=32800,FileSize=172,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:341]: File: C:\Python34\tcl\tcl8.6\tzdata\Israel; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:350]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:351]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c19.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Iran,Attributes=32800,FileSize=161,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:353]: File: C:\Python34\tcl\tcl8.6\tzdata\Iran; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:364]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:366]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c18.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Iceland,Attributes=32800,FileSize=185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:369]: File: C:\Python34\tcl\tcl8.6\tzdata\Iceland; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:381]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:382]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c17.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\HST,Attributes=32800,FileSize=106,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:384]: File: C:\Python34\tcl\tcl8.6\tzdata\HST; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:394]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:395]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c16.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Hongkong,Attributes=32800,FileSize=174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:397]: File: C:\Python34\tcl\tcl8.6\tzdata\Hongkong; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:409]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:410]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c15.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Greenwich,Attributes=32800,FileSize=154,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:412]: File: C:\Python34\tcl\tcl8.6\tzdata\Greenwich; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:422]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:423]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c14.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\GMT0,Attributes=32800,FileSize=149,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:425]: File: C:\Python34\tcl\tcl8.6\tzdata\GMT0; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:435]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:436]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c13.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\GMT-0,Attributes=32800,FileSize=150,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:438]: File: C:\Python34\tcl\tcl8.6\tzdata\GMT-0; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:447]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:448]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c12.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\GMT+0,Attributes=32800,FileSize=150,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:451]: File: C:\Python34\tcl\tcl8.6\tzdata\GMT+0; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:459]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:461]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c11.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\GMT,Attributes=32800,FileSize=148,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:463]: File: C:\Python34\tcl\tcl8.6\tzdata\GMT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:473]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:475]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c10.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\GB-Eire,Attributes=32800,FileSize=170,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:477]: File: C:\Python34\tcl\tcl8.6\tzdata\GB-Eire; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:488]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:490]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c0f.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\EST5EDT,Attributes=32800,FileSize=8227,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:493]: File: C:\Python34\tcl\tcl8.6\tzdata\EST5EDT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:502]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:504]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c0e.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\EST,Attributes=32800,FileSize=106,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:506]: File: C:\Python34\tcl\tcl8.6\tzdata\EST; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:517]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:518]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c0d.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Eire,Attributes=32800,FileSize=167,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:521]: File: C:\Python34\tcl\tcl8.6\tzdata\Eire; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:530]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:532]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c0c.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Egypt,Attributes=32800,FileSize=165,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:534]: File: C:\Python34\tcl\tcl8.6\tzdata\Egypt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:544]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:546]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c0b.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\EET,Attributes=32800,FileSize=7189,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:548]: File: C:\Python34\tcl\tcl8.6\tzdata\EET; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:559]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:563]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c0a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\Cuba,Attributes=32800,FileSize=170,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:566]: File: C:\Python34\tcl\tcl8.6\tzdata\Cuba; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:578]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:579]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c09.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\CST6CDT,Attributes=32800,FileSize=8227,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:582]: File: C:\Python34\tcl\tcl8.6\tzdata\CST6CDT; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:590]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:592]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c08.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\CET,Attributes=32800,FileSize=7471,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:595]: File: C:\Python34\tcl\tcl8.6\tzdata\CET; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:606]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:607]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\) MSI (s) (9C:5C) [21:25:39:609]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c07.rbf,,DestName=C:\Python34\tcl\tcl8.6\word.tcl,Attributes=32800,FileSize=4674,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:611]: File: C:\Python34\tcl\tcl8.6\word.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:620]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:621]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c06.rbf,,DestName=C:\Python34\tcl\tcl8.6\tm.tcl,Attributes=32800,FileSize=11626,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:623]: File: C:\Python34\tcl\tcl8.6\tm.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:634]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:636]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c05.rbf,,DestName=C:\Python34\tcl\tcl8.6\tclIndex,Attributes=32800,FileSize=5415,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:638]: File: C:\Python34\tcl\tcl8.6\tclIndex; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:648]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:650]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c04.rbf,,DestName=C:\Python34\tcl\tcl8.6\safe.tcl,Attributes=32800,FileSize=33447,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:651]: File: C:\Python34\tcl\tcl8.6\safe.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:662]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:664]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c03.rbf,,DestName=C:\Python34\tcl\tcl8.6\parray.tcl,Attributes=32800,FileSize=803,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:666]: File: C:\Python34\tcl\tcl8.6\parray.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:678]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:680]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c02.rbf,,DestName=C:\Python34\tcl\tcl8.6\package.tcl,Attributes=32800,FileSize=22964,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:682]: File: C:\Python34\tcl\tcl8.6\package.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:694]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:696]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c01.rbf,,DestName=C:\Python34\tcl\tcl8.6\init.tcl,Attributes=32800,FileSize=24447,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:698]: File: C:\Python34\tcl\tcl8.6\init.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:709]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:711]: Executing op: FileCopy(SourceName=C:\Config.Msi\52c00.rbf,,DestName=C:\Python34\tcl\tcl8.6\history.tcl,Attributes=32800,FileSize=7328,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:713]: File: C:\Python34\tcl\tcl8.6\history.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:722]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:724]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bff.rbf,,DestName=C:\Python34\tcl\tcl8.6\clock.tcl,Attributes=32800,FileSize=129701,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:727]: File: C:\Python34\tcl\tcl8.6\clock.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:737]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:740]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bfe.rbf,,DestName=C:\Python34\tcl\tcl8.6\auto.tcl,Attributes=32800,FileSize=21317,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:743]: File: C:\Python34\tcl\tcl8.6\auto.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:756]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:758]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tdbc1.0.0\) MSI (s) (9C:5C) [21:25:39:759]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bfd.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\tdbc_tokenize.n,Attributes=32800,FileSize=2456,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:760]: File: C:\Python34\tcl\tdbc1.0.0\tdbc_tokenize.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:772]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:774]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bfc.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\tdbc_statement.n,Attributes=32800,FileSize=8424,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:777]: File: C:\Python34\tcl\tdbc1.0.0\tdbc_statement.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:786]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:788]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bfb.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\tdbc_resultset.n,Attributes=32800,FileSize=7568,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:789]: File: C:\Python34\tcl\tdbc1.0.0\tdbc_resultset.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:829]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:831]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bfa.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\tdbc_mapSqlState.n,Attributes=32800,FileSize=2288,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:833]: File: C:\Python34\tcl\tdbc1.0.0\tdbc_mapSqlState.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:842]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:844]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bf9.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\tdbc_connection.n,Attributes=32800,FileSize=16597,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:847]: File: C:\Python34\tcl\tdbc1.0.0\tdbc_connection.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:855]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:856]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bf8.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\tdbcstub100.lib,Attributes=32800,FileSize=1966,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:859]: File: C:\Python34\tcl\tdbc1.0.0\tdbcstub100.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:867]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:869]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bf7.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\tdbcConfig.sh,Attributes=32800,FileSize=3384,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:871]: File: C:\Python34\tcl\tdbc1.0.0\tdbcConfig.sh; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:880]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:882]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bf6.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\tdbc100.dll,Attributes=32800,FileSize=13312,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:884]: File: C:\Python34\tcl\tdbc1.0.0\tdbc100.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:895]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:897]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bf5.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\tdbc.tcl,Attributes=32800,FileSize=26633,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:900]: File: C:\Python34\tcl\tdbc1.0.0\tdbc.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:909]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:911]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bf4.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\tdbc.n,Attributes=32800,FileSize=2418,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:913]: File: C:\Python34\tcl\tdbc1.0.0\tdbc.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:921]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:923]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bf3.rbf,,DestName=C:\Python34\tcl\tdbc1.0.0\pkgIndex.tcl,Attributes=32800,FileSize=434,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:925]: File: C:\Python34\tcl\tdbc1.0.0\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:935]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:936]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tdbcmysql1.0.0\) MSI (s) (9C:5C) [21:25:39:938]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bf2.rbf,,DestName=C:\Python34\tcl\tdbcmysql1.0.0\tdbc_mysql.n,Attributes=32800,FileSize=6612,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:939]: File: C:\Python34\tcl\tdbcmysql1.0.0\tdbc_mysql.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:949]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:951]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bf1.rbf,,DestName=C:\Python34\tcl\tdbcmysql1.0.0\tdbcmysql100.dll,Attributes=32800,FileSize=36352,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:952]: File: C:\Python34\tcl\tdbcmysql1.0.0\tdbcmysql100.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:39:961]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:39:962]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bf0.rbf,,DestName=C:\Python34\tcl\tdbcmysql1.0.0\tdbcmysql.tcl,Attributes=32800,FileSize=6626,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:39:964]: File: C:\Python34\tcl\tdbcmysql1.0.0\tdbcmysql.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:023]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:024]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bef.rbf,,DestName=C:\Python34\tcl\tdbcmysql1.0.0\pkgIndex.tcl,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:026]: File: C:\Python34\tcl\tdbcmysql1.0.0\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:036]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:037]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tdbcodbc1.0.0\) MSI (s) (9C:5C) [21:25:40:038]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bee.rbf,,DestName=C:\Python34\tcl\tdbcodbc1.0.0\tdbc_odbc.n,Attributes=32800,FileSize=8010,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:040]: File: C:\Python34\tcl\tdbcodbc1.0.0\tdbc_odbc.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:050]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:052]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bed.rbf,,DestName=C:\Python34\tcl\tdbcodbc1.0.0\tdbcodbc100.dll,Attributes=32800,FileSize=51200,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:054]: File: C:\Python34\tcl\tdbcodbc1.0.0\tdbcodbc100.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:063]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:065]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bec.rbf,,DestName=C:\Python34\tcl\tdbcodbc1.0.0\tdbcodbc.tcl,Attributes=32800,FileSize=15624,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:067]: File: C:\Python34\tcl\tdbcodbc1.0.0\tdbcodbc.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:077]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:078]: Executing op: FileCopy(SourceName=C:\Config.Msi\52beb.rbf,,DestName=C:\Python34\tcl\tdbcodbc1.0.0\pkgIndex.tcl,Attributes=32800,FileSize=246,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:081]: File: C:\Python34\tcl\tdbcodbc1.0.0\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:090]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:093]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tdbcpostgres1.0.0\) MSI (s) (9C:5C) [21:25:40:094]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bea.rbf,,DestName=C:\Python34\tcl\tdbcpostgres1.0.0\tdbcpostgres100.dll,Attributes=32800,FileSize=35328,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:096]: File: C:\Python34\tcl\tdbcpostgres1.0.0\tdbcpostgres100.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:107]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:110]: Executing op: FileCopy(SourceName=C:\Config.Msi\52be9.rbf,,DestName=C:\Python34\tcl\tdbcpostgres1.0.0\tdbcpostgres.tcl,Attributes=32800,FileSize=4369,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:112]: File: C:\Python34\tcl\tdbcpostgres1.0.0\tdbcpostgres.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:121]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:123]: Executing op: FileCopy(SourceName=C:\Config.Msi\52be8.rbf,,DestName=C:\Python34\tcl\tdbcpostgres1.0.0\pkgIndex.tcl,Attributes=32800,FileSize=266,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:125]: File: C:\Python34\tcl\tdbcpostgres1.0.0\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:134]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:135]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tdbcsqlite1.0.0\) MSI (s) (9C:5C) [21:25:40:136]: Executing op: FileCopy(SourceName=C:\Config.Msi\52be7.rbf,,DestName=C:\Python34\tcl\tdbcsqlite1.0.0\tdbc_sqlite3.n,Attributes=32800,FileSize=3784,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:138]: File: C:\Python34\tcl\tdbcsqlite1.0.0\tdbc_sqlite3.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:148]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:150]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\thread2.7.0\) MSI (s) (9C:5C) [21:25:40:151]: Executing op: FileCopy(SourceName=C:\Config.Msi\52be6.rbf,,DestName=C:\Python34\tcl\thread2.7.0\ttrace.tcl,Attributes=32800,FileSize=29546,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:153]: File: C:\Python34\tcl\thread2.7.0\ttrace.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:165]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:167]: Executing op: FileCopy(SourceName=C:\Config.Msi\52be5.rbf,,DestName=C:\Python34\tcl\thread2.7.0\ttrace.n,Attributes=32800,FileSize=14309,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:169]: File: C:\Python34\tcl\thread2.7.0\ttrace.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:178]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:180]: Executing op: FileCopy(SourceName=C:\Config.Msi\52be4.rbf,,DestName=C:\Python34\tcl\thread2.7.0\tsv.n,Attributes=32800,FileSize=19726,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:182]: File: C:\Python34\tcl\thread2.7.0\tsv.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:193]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:195]: Executing op: FileCopy(SourceName=C:\Config.Msi\52be3.rbf,,DestName=C:\Python34\tcl\thread2.7.0\tpool.n,Attributes=32800,FileSize=15185,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:196]: File: C:\Python34\tcl\thread2.7.0\tpool.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:205]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:207]: Executing op: FileCopy(SourceName=C:\Config.Msi\52be2.rbf,,DestName=C:\Python34\tcl\thread2.7.0\thread27.dll,Attributes=32800,FileSize=105472,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:209]: File: C:\Python34\tcl\thread2.7.0\thread27.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:219]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:220]: Executing op: FileCopy(SourceName=C:\Config.Msi\52be1.rbf,,DestName=C:\Python34\tcl\thread2.7.0\thread.n,Attributes=32800,FileSize=29356,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:223]: File: C:\Python34\tcl\thread2.7.0\thread.n; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:233]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:234]: Executing op: FileCopy(SourceName=C:\Config.Msi\52be0.rbf,,DestName=C:\Python34\tcl\thread2.7.0\pkgIndex.tcl,Attributes=32800,FileSize=2248,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:236]: File: C:\Python34\tcl\thread2.7.0\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:246]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:248]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\bitmaps\) MSI (s) (9C:5C) [21:25:40:249]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bdf.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\warning.xpm,Attributes=32800,FileSize=1262,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:251]: File: C:\Python34\tcl\tix8.4.3\bitmaps\warning.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:268]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:269]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bde.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\warning.gif,Attributes=32800,FileSize=180,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:271]: File: C:\Python34\tcl\tix8.4.3\bitmaps\warning.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:282]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:285]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bdd.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\tick.xbm,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:287]: File: C:\Python34\tcl\tix8.4.3\bitmaps\tick.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:301]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:305]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bdc.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\textfile.xpm,Attributes=32800,FileSize=302,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:307]: File: C:\Python34\tcl\tix8.4.3\bitmaps\textfile.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:321]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:325]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bdb.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\textfile.xbm,Attributes=32800,FileSize=245,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:327]: File: C:\Python34\tcl\tix8.4.3\bitmaps\textfile.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:338]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:340]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bda.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\textfile.gif,Attributes=32800,FileSize=79,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:343]: File: C:\Python34\tcl\tix8.4.3\bitmaps\textfile.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:356]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:358]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bd9.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\system.xbm,Attributes=32800,FileSize=278,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:360]: File: C:\Python34\tcl\tix8.4.3\bitmaps\system.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:372]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:376]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bd8.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\srcfile.xpm,Attributes=32800,FileSize=294,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:379]: File: C:\Python34\tcl\tix8.4.3\bitmaps\srcfile.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:392]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:394]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bd7.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\srcfile.xbm,Attributes=32800,FileSize=242,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:397]: File: C:\Python34\tcl\tix8.4.3\bitmaps\srcfile.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:408]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:410]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bd6.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\srcfile.gif,Attributes=32800,FileSize=79,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:412]: File: C:\Python34\tcl\tix8.4.3\bitmaps\srcfile.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:425]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:437]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bd5.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\restore.xbm,Attributes=32800,FileSize=281,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:440]: File: C:\Python34\tcl\tix8.4.3\bitmaps\restore.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:452]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:454]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bd4.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\resize2.xbm,Attributes=32800,FileSize=305,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:457]: File: C:\Python34\tcl\tix8.4.3\bitmaps\resize2.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:470]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:472]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bd3.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\resize1.xbm,Attributes=32800,FileSize=305,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:474]: File: C:\Python34\tcl\tix8.4.3\bitmaps\resize1.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:486]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:488]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bd2.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\plusarm.xpm,Attributes=32800,FileSize=212,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:491]: File: C:\Python34\tcl\tix8.4.3\bitmaps\plusarm.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:504]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:506]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bd1.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\plusarm.xbm,Attributes=32800,FileSize=204,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:510]: File: C:\Python34\tcl\tix8.4.3\bitmaps\plusarm.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:522]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:524]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bd0.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\plusarm.gif,Attributes=32800,FileSize=60,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:527]: File: C:\Python34\tcl\tix8.4.3\bitmaps\plusarm.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:540]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:542]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bcf.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\plus.xpm,Attributes=32800,FileSize=200,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:544]: File: C:\Python34\tcl\tix8.4.3\bitmaps\plus.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:555]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:558]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bce.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\plus.xbm,Attributes=32800,FileSize=195,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:561]: File: C:\Python34\tcl\tix8.4.3\bitmaps\plus.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:573]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:575]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bcd.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\plus.gif,Attributes=32800,FileSize=58,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:578]: File: C:\Python34\tcl\tix8.4.3\bitmaps\plus.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:592]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:594]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bcc.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\openfold.xpm,Attributes=32800,FileSize=418,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:597]: File: C:\Python34\tcl\tix8.4.3\bitmaps\openfold.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:612]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:614]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bcb.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\openfold.xbm,Attributes=32800,FileSize=221,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:616]: File: C:\Python34\tcl\tix8.4.3\bitmaps\openfold.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:629]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:632]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bca.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\openfold.gif,Attributes=32800,FileSize=84,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:634]: File: C:\Python34\tcl\tix8.4.3\bitmaps\openfold.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:645]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:646]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bc9.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\openfile.xbm,Attributes=32800,FileSize=221,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:649]: File: C:\Python34\tcl\tix8.4.3\bitmaps\openfile.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:662]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:664]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bc8.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\no_entry.xpm,Attributes=32800,FileSize=1274,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:666]: File: C:\Python34\tcl\tix8.4.3\bitmaps\no_entry.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:680]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:683]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bc7.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\no_entry.gif,Attributes=32800,FileSize=176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:686]: File: C:\Python34\tcl\tix8.4.3\bitmaps\no_entry.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:698]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:700]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bc6.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\network.xbm,Attributes=32800,FileSize=893,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:703]: File: C:\Python34\tcl\tix8.4.3\bitmaps\network.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:715]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:717]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bc5.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\mktransgif.tcl,Attributes=32800,FileSize=263,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:720]: File: C:\Python34\tcl\tix8.4.3\bitmaps\mktransgif.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:733]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:735]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bc4.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\minusarm.xpm,Attributes=32800,FileSize=220,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:737]: File: C:\Python34\tcl\tix8.4.3\bitmaps\minusarm.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:749]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:751]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bc3.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\minusarm.xbm,Attributes=32800,FileSize=207,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:754]: File: C:\Python34\tcl\tix8.4.3\bitmaps\minusarm.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:767]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:768]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bc2.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\minusarm.gif,Attributes=32800,FileSize=59,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:771]: File: C:\Python34\tcl\tix8.4.3\bitmaps\minusarm.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:784]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:786]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bc1.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\minus.xpm,Attributes=32800,FileSize=201,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:789]: File: C:\Python34\tcl\tix8.4.3\bitmaps\minus.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:802]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:804]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bc0.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\minus.xbm,Attributes=32800,FileSize=198,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:806]: File: C:\Python34\tcl\tix8.4.3\bitmaps\minus.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:817]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:819]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bbf.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\minus.gif,Attributes=32800,FileSize=57,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:822]: File: C:\Python34\tcl\tix8.4.3\bitmaps\minus.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:834]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:836]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bbe.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\minimize.xbm,Attributes=32800,FileSize=284,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:838]: File: C:\Python34\tcl\tix8.4.3\bitmaps\minimize.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:849]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:851]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bbd.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\maximize.xbm,Attributes=32800,FileSize=284,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:854]: File: C:\Python34\tcl\tix8.4.3\bitmaps\maximize.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:868]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:870]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bbc.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\info.xpm,Attributes=32800,FileSize=1258,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:872]: File: C:\Python34\tcl\tix8.4.3\bitmaps\info.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:885]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:887]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bbb.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\info.gif,Attributes=32800,FileSize=159,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:890]: File: C:\Python34\tcl\tix8.4.3\bitmaps\info.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:903]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:905]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bba.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\incr.xbm,Attributes=32800,FileSize=99,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:908]: File: C:\Python34\tcl\tix8.4.3\bitmaps\incr.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:920]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:922]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bb9.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\hourglas.xbm,Attributes=32800,FileSize=940,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:925]: File: C:\Python34\tcl\tix8.4.3\bitmaps\hourglas.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:938]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:941]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bb8.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\hourglas.mask,Attributes=32800,FileSize=969,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:944]: File: C:\Python34\tcl\tix8.4.3\bitmaps\hourglas.mask; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:961]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:964]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bb7.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\harddisk.xbm,Attributes=32800,FileSize=896,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:967]: File: C:\Python34\tcl\tix8.4.3\bitmaps\harddisk.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:977]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:979]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bb6.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\folder.xpm,Attributes=32800,FileSize=418,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:982]: File: C:\Python34\tcl\tix8.4.3\bitmaps\folder.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:40:994]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:40:996]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bb5.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\folder.xbm,Attributes=32800,FileSize=215,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:40:999]: File: C:\Python34\tcl\tix8.4.3\bitmaps\folder.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:012]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:014]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bb4.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\folder.gif,Attributes=32800,FileSize=79,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:016]: File: C:\Python34\tcl\tix8.4.3\bitmaps\folder.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:030]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:032]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bb3.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\file.xpm,Attributes=32800,FileSize=298,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:035]: File: C:\Python34\tcl\tix8.4.3\bitmaps\file.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:048]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:050]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bb2.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\file.xbm,Attributes=32800,FileSize=233,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:052]: File: C:\Python34\tcl\tix8.4.3\bitmaps\file.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:066]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:069]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bb1.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\file.gif,Attributes=32800,FileSize=76,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:071]: File: C:\Python34\tcl\tix8.4.3\bitmaps\file.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:083]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:085]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bb0.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\drop.xbm,Attributes=32800,FileSize=326,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:088]: File: C:\Python34\tcl\tix8.4.3\bitmaps\drop.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:099]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:101]: Executing op: FileCopy(SourceName=C:\Config.Msi\52baf.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\decr.xbm,Attributes=32800,FileSize=99,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:103]: File: C:\Python34\tcl\tix8.4.3\bitmaps\decr.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:115]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:117]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bae.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\cross.xbm,Attributes=32800,FileSize=254,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:120]: File: C:\Python34\tcl\tix8.4.3\bitmaps\cross.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:133]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:134]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bad.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\ck_on.xbm,Attributes=32800,FileSize=251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:137]: File: C:\Python34\tcl\tix8.4.3\bitmaps\ck_on.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:149]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:151]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bac.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\ck_off.xbm,Attributes=32800,FileSize=254,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:153]: File: C:\Python34\tcl\tix8.4.3\bitmaps\ck_off.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:164]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:166]: Executing op: FileCopy(SourceName=C:\Config.Msi\52bab.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\ck_def.xbm,Attributes=32800,FileSize=254,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:168]: File: C:\Python34\tcl\tix8.4.3\bitmaps\ck_def.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:179]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:181]: Executing op: FileCopy(SourceName=C:\Config.Msi\52baa.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\cbxarrow.xbm,Attributes=32800,FileSize=263,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:184]: File: C:\Python34\tcl\tix8.4.3\bitmaps\cbxarrow.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:193]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:195]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ba9.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\balarrow.xbm,Attributes=32800,FileSize=123,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:197]: File: C:\Python34\tcl\tix8.4.3\bitmaps\balarrow.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:209]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:211]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ba8.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\act_fold.xpm,Attributes=32800,FileSize=436,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:212]: File: C:\Python34\tcl\tix8.4.3\bitmaps\act_fold.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:223]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:225]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ba7.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\act_fold.xbm,Attributes=32800,FileSize=221,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:227]: File: C:\Python34\tcl\tix8.4.3\bitmaps\act_fold.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:236]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:239]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ba6.rbf,,DestName=C:\Python34\tcl\tix8.4.3\bitmaps\act_fold.gif,Attributes=32800,FileSize=90,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:242]: File: C:\Python34\tcl\tix8.4.3\bitmaps\act_fold.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:251]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:252]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\demos\bitmaps\) MSI (s) (9C:5C) [21:25:41:253]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ba5.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\underlin.xbm,Attributes=32800,FileSize=299,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:254]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\underlin.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:267]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:269]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ba4.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\tix.gif,Attributes=32800,FileSize=11042,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:271]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\tix.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:280]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:281]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ba3.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\select.xpm,Attributes=32800,FileSize=2356,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:283]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\select.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:292]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:293]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ba2.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\rightj.xbm,Attributes=32800,FileSize=290,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:295]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\rightj.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:305]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:307]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ba1.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\optmenu.xpm,Attributes=32800,FileSize=2289,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:309]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\optmenu.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:317]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:319]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ba0.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\network.xpm,Attributes=32800,FileSize=1386,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:320]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\network.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:330]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:332]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b9f.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\network.xbm,Attributes=32800,FileSize=884,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:334]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\network.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:388]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:389]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b9e.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\netw.xpm,Attributes=32800,FileSize=1386,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:393]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\netw.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:405]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:407]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b9d.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\netw.xbm,Attributes=32800,FileSize=884,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:408]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\netw.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:421]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:423]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b9c.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\leftj.xbm,Attributes=32800,FileSize=287,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:426]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\leftj.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:435]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:437]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b9b.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\justify.xbm,Attributes=32800,FileSize=293,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:439]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\justify.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:449]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:451]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b9a.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\italic.xbm,Attributes=32800,FileSize=290,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:454]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\italic.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:464]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:466]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b99.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\harddisk.xpm,Attributes=32800,FileSize=1371,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:468]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\harddisk.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:479]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:481]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b98.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\harddisk.xbm,Attributes=32800,FileSize=890,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:483]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\harddisk.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:497]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:499]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b97.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\filebox.xpm,Attributes=32800,FileSize=2310,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:501]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\filebox.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:519]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:520]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b96.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\filebox.xbm,Attributes=32800,FileSize=893,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:525]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\filebox.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:539]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:543]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b95.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\exit.xpm,Attributes=32800,FileSize=2293,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:547]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\exit.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:559]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:561]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b94.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\drivea.xpm,Attributes=32800,FileSize=1371,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:563]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\drivea.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:573]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:576]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b93.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\drivea.xbm,Attributes=32800,FileSize=890,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:578]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\drivea.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:586]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:588]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b92.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\combobox.xpm,Attributes=32800,FileSize=2318,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:590]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\combobox.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:602]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:604]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b91.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\combobox.xbm,Attributes=32800,FileSize=896,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:606]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\combobox.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:616]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:618]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b90.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\code.xpm,Attributes=32800,FileSize=620,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:619]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\code.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:632]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:633]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b8f.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\centerj.xbm,Attributes=32800,FileSize=293,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:636]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\centerj.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:645]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:647]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b8e.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\capital.xbm,Attributes=32800,FileSize=293,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:650]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\capital.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:660]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:662]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b8d.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\bold.xbm,Attributes=32800,FileSize=284,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:663]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\bold.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:673]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:675]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b8c.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\bitmaps\about.xpm,Attributes=32800,FileSize=2310,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:678]: File: C:\Python34\tcl\tix8.4.3\demos\bitmaps\about.xpm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:816]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:817]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\demos\samples\) MSI (s) (9C:5C) [21:25:41:818]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b8b.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\Xpm1.tcl,Attributes=32800,FileSize=3557,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:820]: File: C:\Python34\tcl\tix8.4.3\demos\samples\Xpm1.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:835]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:837]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b8a.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\Xpm.tcl,Attributes=32800,FileSize=3009,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:839]: File: C:\Python34\tcl\tix8.4.3\demos\samples\Xpm.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:851]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:853]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b89.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\Tree.tcl,Attributes=32800,FileSize=2744,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:854]: File: C:\Python34\tcl\tix8.4.3\demos\samples\Tree.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:865]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:867]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b88.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\SWindow.tcl,Attributes=32800,FileSize=2807,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:869]: File: C:\Python34\tcl\tix8.4.3\demos\samples\SWindow.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:881]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:883]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b87.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\STList3.tcl,Attributes=32800,FileSize=3090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:885]: File: C:\Python34\tcl\tix8.4.3\demos\samples\STList3.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:894]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:896]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b86.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\STList2.tcl,Attributes=32800,FileSize=2473,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:898]: File: C:\Python34\tcl\tix8.4.3\demos\samples\STList2.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:908]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:910]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b85.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\STList1.tcl,Attributes=32800,FileSize=1612,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:913]: File: C:\Python34\tcl\tix8.4.3\demos\samples\STList1.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:923]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:926]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b84.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\SText.tcl,Attributes=32800,FileSize=2617,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:928]: File: C:\Python34\tcl\tix8.4.3\demos\samples\SText.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:937]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:938]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b83.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\StdBBox.tcl,Attributes=32800,FileSize=2351,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:940]: File: C:\Python34\tcl\tix8.4.3\demos\samples\StdBBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:951]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:952]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b82.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\SListBox.tcl,Attributes=32800,FileSize=2949,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:954]: File: C:\Python34\tcl\tix8.4.3\demos\samples\SListBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:963]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:965]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b81.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\SHList2.tcl,Attributes=32800,FileSize=5092,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:967]: File: C:\Python34\tcl\tix8.4.3\demos\samples\SHList2.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:976]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:978]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b80.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\SHList.tcl,Attributes=32800,FileSize=3208,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:980]: File: C:\Python34\tcl\tix8.4.3\demos\samples\SHList.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:41:991]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:41:994]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b7f.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\SGrid1.tcl,Attributes=32800,FileSize=5633,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:41:996]: File: C:\Python34\tcl\tix8.4.3\demos\samples\SGrid1.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:007]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:009]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b7e.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\SGrid0.tcl,Attributes=32800,FileSize=3573,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:011]: File: C:\Python34\tcl\tix8.4.3\demos\samples\SGrid0.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:024]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:026]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b7d.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\Select.tcl,Attributes=32800,FileSize=3433,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:027]: File: C:\Python34\tcl\tix8.4.3\demos\samples\Select.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:045]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:048]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b7c.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\Sample.tcl,Attributes=32800,FileSize=1065,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:051]: File: C:\Python34\tcl\tix8.4.3\demos\samples\Sample.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:070]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:075]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b7b.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\PopMenu.tcl,Attributes=32800,FileSize=2436,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:078]: File: C:\Python34\tcl\tix8.4.3\demos\samples\PopMenu.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:097]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:109]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b7a.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\PanedWin.tcl,Attributes=32800,FileSize=4335,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:115]: File: C:\Python34\tcl\tix8.4.3\demos\samples\PanedWin.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:135]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:137]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b79.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\OptMenu.tcl,Attributes=32800,FileSize=3250,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:140]: File: C:\Python34\tcl\tix8.4.3\demos\samples\OptMenu.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:154]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:158]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b78.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\NoteBook.tcl,Attributes=32800,FileSize=3711,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:164]: File: C:\Python34\tcl\tix8.4.3\demos\samples\NoteBook.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:178]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:179]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b77.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\Meter.tcl,Attributes=32800,FileSize=2242,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:183]: File: C:\Python34\tcl\tix8.4.3\demos\samples\Meter.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:194]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:196]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b76.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\ListNBK.tcl,Attributes=32800,FileSize=3026,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:198]: File: C:\Python34\tcl\tix8.4.3\demos\samples\ListNBK.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:207]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:209]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b75.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\LabFrame.tcl,Attributes=32800,FileSize=2872,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:210]: File: C:\Python34\tcl\tix8.4.3\demos\samples\LabFrame.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:219]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:221]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b74.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\LabEntry.tcl,Attributes=32800,FileSize=2867,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:222]: File: C:\Python34\tcl\tix8.4.3\demos\samples\LabEntry.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:232]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:233]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b73.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\HList1.tcl,Attributes=32800,FileSize=4794,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:235]: File: C:\Python34\tcl\tix8.4.3\demos\samples\HList1.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:244]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:247]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b72.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\FileEnt.tcl,Attributes=32800,FileSize=2295,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:249]: File: C:\Python34\tcl\tix8.4.3\demos\samples\FileEnt.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:258]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:259]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b71.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\FileDlg.tcl,Attributes=32800,FileSize=3111,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:261]: File: C:\Python34\tcl\tix8.4.3\demos\samples\FileDlg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:271]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:273]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b70.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\EFileDlg.tcl,Attributes=32800,FileSize=3226,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:275]: File: C:\Python34\tcl\tix8.4.3\demos\samples\EFileDlg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:283]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:285]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b6f.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\EditGrid.tcl,Attributes=32800,FileSize=7019,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:288]: File: C:\Python34\tcl\tix8.4.3\demos\samples\EditGrid.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:298]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:300]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b6e.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\DynTree.tcl,Attributes=32800,FileSize=3916,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:302]: File: C:\Python34\tcl\tix8.4.3\demos\samples\DynTree.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:311]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:312]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b6d.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\DragDrop.tcl,Attributes=32800,FileSize=1662,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:314]: File: C:\Python34\tcl\tix8.4.3\demos\samples\DragDrop.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:324]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:325]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b6c.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\DirTree.tcl,Attributes=32800,FileSize=2825,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:327]: File: C:\Python34\tcl\tix8.4.3\demos\samples\DirTree.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:336]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:337]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b6b.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\DirList.tcl,Attributes=32800,FileSize=2848,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:340]: File: C:\Python34\tcl\tix8.4.3\demos\samples\DirList.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:349]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:351]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b6a.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\DirDlg.tcl,Attributes=32800,FileSize=2587,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:353]: File: C:\Python34\tcl\tix8.4.3\demos\samples\DirDlg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:363]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:365]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b69.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\Control.tcl,Attributes=32800,FileSize=3721,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:368]: File: C:\Python34\tcl\tix8.4.3\demos\samples\Control.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:377]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:378]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b68.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\ComboBox.tcl,Attributes=32800,FileSize=3665,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:380]: File: C:\Python34\tcl\tix8.4.3\demos\samples\ComboBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:390]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:391]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b67.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\CObjView.tcl,Attributes=32800,FileSize=2654,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:393]: File: C:\Python34\tcl\tix8.4.3\demos\samples\CObjView.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:402]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:403]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b66.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\CmpImg4.tcl,Attributes=32800,FileSize=4430,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:405]: File: C:\Python34\tcl\tix8.4.3\demos\samples\CmpImg4.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:415]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:417]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b65.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\CmpImg3.tcl,Attributes=32800,FileSize=2621,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:419]: File: C:\Python34\tcl\tix8.4.3\demos\samples\CmpImg3.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:431]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:433]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b64.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\CmpImg2.tcl,Attributes=32800,FileSize=4649,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:435]: File: C:\Python34\tcl\tix8.4.3\demos\samples\CmpImg2.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:443]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:445]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b63.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\CmpImg1.tcl,Attributes=32800,FileSize=6163,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:447]: File: C:\Python34\tcl\tix8.4.3\demos\samples\CmpImg1.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:456]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:457]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b62.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\CmpImg.tcl,Attributes=32800,FileSize=2023,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:459]: File: C:\Python34\tcl\tix8.4.3\demos\samples\CmpImg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:471]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:472]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b61.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\ChkList.tcl,Attributes=32800,FileSize=5487,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:474]: File: C:\Python34\tcl\tix8.4.3\demos\samples\ChkList.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:483]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:485]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b60.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\BtnBox.tcl,Attributes=32800,FileSize=2051,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:487]: File: C:\Python34\tcl\tix8.4.3\demos\samples\BtnBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:496]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:498]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b5f.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\Balloon.tcl,Attributes=32800,FileSize=1769,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:501]: File: C:\Python34\tcl\tix8.4.3\demos\samples\Balloon.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:511]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:513]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b5e.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\ArrowBtn.tcl,Attributes=32800,FileSize=4952,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:516]: File: C:\Python34\tcl\tix8.4.3\demos\samples\ArrowBtn.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:527]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:529]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b5d.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\samples\AllSampl.tcl,Attributes=32800,FileSize=5001,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:532]: File: C:\Python34\tcl\tix8.4.3\demos\samples\AllSampl.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:543]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:545]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\demos\) MSI (s) (9C:5C) [21:25:42:546]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b5c.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\widget,Attributes=32800,FileSize=13311,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:549]: File: C:\Python34\tcl\tix8.4.3\demos\widget; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:560]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:562]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b5b.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\tixwidgets.tcl,Attributes=32800,FileSize=9356,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:564]: File: C:\Python34\tcl\tix8.4.3\demos\tixwidgets.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:574]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:575]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b5a.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\tclIndex,Attributes=32800,FileSize=3842,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:577]: File: C:\Python34\tcl\tix8.4.3\demos\tclIndex; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:589]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:591]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b59.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\MkScroll.tcl,Attributes=32800,FileSize=5283,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:593]: File: C:\Python34\tcl\tix8.4.3\demos\MkScroll.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:604]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:605]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b58.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\MkSample.tcl,Attributes=32800,FileSize=7008,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:608]: File: C:\Python34\tcl\tix8.4.3\demos\MkSample.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:618]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:621]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b57.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\MkDirLis.tcl,Attributes=32800,FileSize=2087,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:624]: File: C:\Python34\tcl\tix8.4.3\demos\MkDirLis.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:636]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:638]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b56.rbf,,DestName=C:\Python34\tcl\tix8.4.3\demos\MkChoose.tcl,Attributes=32800,FileSize=9221,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:642]: File: C:\Python34\tcl\tix8.4.3\demos\MkChoose.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:654]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:655]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\pref\) MSI (s) (9C:5C) [21:25:42:656]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b55.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\WmDefault.txt,Attributes=32800,FileSize=4466,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:658]: File: C:\Python34\tcl\tix8.4.3\pref\WmDefault.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:670]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:673]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b54.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\WmDefault.tcl,Attributes=32800,FileSize=34898,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:675]: File: C:\Python34\tcl\tix8.4.3\pref\WmDefault.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:688]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:689]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b53.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\WmDefault.py,Attributes=32800,FileSize=3597,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:692]: File: C:\Python34\tcl\tix8.4.3\pref\WmDefault.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:705]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:707]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b52.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\WmDefault.fsc,Attributes=32800,FileSize=2184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:709]: File: C:\Python34\tcl\tix8.4.3\pref\WmDefault.fsc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:722]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:725]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b51.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\WmDefault.fs,Attributes=32800,FileSize=755,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:726]: File: C:\Python34\tcl\tix8.4.3\pref\WmDefault.fs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:736]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:741]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b50.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\WmDefault.csc,Attributes=32800,FileSize=14566,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:744]: File: C:\Python34\tcl\tix8.4.3\pref\WmDefault.csc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:754]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:756]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b4f.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\WmDefault.cs,Attributes=32800,FileSize=1452,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:758]: File: C:\Python34\tcl\tix8.4.3\pref\WmDefault.cs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:769]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:770]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b4e.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\TkWin.fsc,Attributes=32800,FileSize=1674,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:772]: File: C:\Python34\tcl\tix8.4.3\pref\TkWin.fsc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:783]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:786]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b4d.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\TkWin.fs,Attributes=32800,FileSize=390,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:788]: File: C:\Python34\tcl\tix8.4.3\pref\TkWin.fs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:801]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:804]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b4c.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\TkWin.csc,Attributes=32800,FileSize=22302,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:807]: File: C:\Python34\tcl\tix8.4.3\pref\TkWin.csc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:819]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:820]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b4b.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\TkWin.cs,Attributes=32800,FileSize=2246,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:822]: File: C:\Python34\tcl\tix8.4.3\pref\TkWin.cs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:832]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:833]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b4a.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\TK.fsc,Attributes=32800,FileSize=569,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:836]: File: C:\Python34\tcl\tix8.4.3\pref\TK.fsc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:845]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:847]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b49.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\TK.fs,Attributes=32800,FileSize=506,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:849]: File: C:\Python34\tcl\tix8.4.3\pref\TK.fs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:859]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:860]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b48.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\TK.csc,Attributes=32800,FileSize=2023,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:862]: File: C:\Python34\tcl\tix8.4.3\pref\TK.csc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:872]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:875]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b47.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\TK.cs,Attributes=32800,FileSize=1024,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:877]: File: C:\Python34\tcl\tix8.4.3\pref\TK.cs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:887]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:889]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b46.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\tixmkpref,Attributes=32800,FileSize=9651,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:891]: File: C:\Python34\tcl\tix8.4.3\pref\tixmkpref; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:904]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:907]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b45.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\TixGray.csc,Attributes=32800,FileSize=22539,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:910]: File: C:\Python34\tcl\tix8.4.3\pref\TixGray.csc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:923]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:925]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b44.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\TixGray.cs,Attributes=32800,FileSize=1026,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:928]: File: C:\Python34\tcl\tix8.4.3\pref\TixGray.cs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:937]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:938]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b43.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\SGIGray.csc,Attributes=32800,FileSize=22537,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:941]: File: C:\Python34\tcl\tix8.4.3\pref\SGIGray.csc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:952]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:955]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b42.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\SGIGray.cs,Attributes=32800,FileSize=1026,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:958]: File: C:\Python34\tcl\tix8.4.3\pref\SGIGray.cs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:969]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:971]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b41.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\pkgIndex.tcl,Attributes=32800,FileSize=271,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:973]: File: C:\Python34\tcl\tix8.4.3\pref\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:982]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:983]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b40.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\Old14Pt.fs,Attributes=32800,FileSize=499,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:42:985]: File: C:\Python34\tcl\tix8.4.3\pref\Old14Pt.fs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:42:996]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:42:998]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b3f.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\Old12Pt.fs,Attributes=32800,FileSize=541,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:001]: File: C:\Python34\tcl\tix8.4.3\pref\Old12Pt.fs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:014]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:017]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b3e.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\Makefile,Attributes=32800,FileSize=834,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:020]: File: C:\Python34\tcl\tix8.4.3\pref\Makefile; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:021]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:021]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b3d.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\Gray.csc,Attributes=32800,FileSize=22552,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:021]: File: C:\Python34\tcl\tix8.4.3\pref\Gray.csc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:036]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:036]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b3c.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\Gray.cs,Attributes=32800,FileSize=1045,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:036]: File: C:\Python34\tcl\tix8.4.3\pref\Gray.cs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:059]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:061]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b3b.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\Blue.csc,Attributes=32800,FileSize=22552,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:063]: File: C:\Python34\tcl\tix8.4.3\pref\Blue.csc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:077]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:080]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b3a.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\Blue.cs,Attributes=32800,FileSize=1045,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:083]: File: C:\Python34\tcl\tix8.4.3\pref\Blue.cs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:098]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:101]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b39.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\Bisque.csc,Attributes=32800,FileSize=22539,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:104]: File: C:\Python34\tcl\tix8.4.3\pref\Bisque.csc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:121]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:123]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b38.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\Bisque.cs,Attributes=32800,FileSize=1028,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:125]: File: C:\Python34\tcl\tix8.4.3\pref\Bisque.cs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:138]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:141]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b37.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\14Point.fsc,Attributes=32800,FileSize=2105,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:144]: File: C:\Python34\tcl\tix8.4.3\pref\14Point.fsc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:162]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:167]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b36.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\14Point.fs,Attributes=32800,FileSize=639,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:170]: File: C:\Python34\tcl\tix8.4.3\pref\14Point.fs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:181]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:183]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b35.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\12Point.fsc,Attributes=32800,FileSize=2045,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:187]: File: C:\Python34\tcl\tix8.4.3\pref\12Point.fsc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:197]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:199]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b34.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\12Point.fs,Attributes=32800,FileSize=640,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:202]: File: C:\Python34\tcl\tix8.4.3\pref\12Point.fs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:213]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:215]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b33.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\10Point.fsc,Attributes=32800,FileSize=2046,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:217]: File: C:\Python34\tcl\tix8.4.3\pref\10Point.fsc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:229]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b32.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pref\10Point.fs,Attributes=32800,FileSize=641,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:234]: File: C:\Python34\tcl\tix8.4.3\pref\10Point.fs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:245]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:246]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tix8.4.3\) MSI (s) (9C:5C) [21:25:43:248]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b31.rbf,,DestName=C:\Python34\tcl\tix8.4.3\WInfo.tcl,Attributes=32800,FileSize=1005,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:250]: File: C:\Python34\tcl\tix8.4.3\WInfo.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:262]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:264]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b30.rbf,,DestName=C:\Python34\tcl\tix8.4.3\VTree.tcl,Attributes=32800,FileSize=4605,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:267]: File: C:\Python34\tcl\tix8.4.3\VTree.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:279]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:281]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b2f.rbf,,DestName=C:\Python34\tcl\tix8.4.3\VStack.tcl,Attributes=32800,FileSize=10081,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:283]: File: C:\Python34\tcl\tix8.4.3\VStack.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:293]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:296]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b2e.rbf,,DestName=C:\Python34\tcl\tix8.4.3\VResize.tcl,Attributes=32800,FileSize=5280,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:298]: File: C:\Python34\tcl\tix8.4.3\VResize.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:306]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:309]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b2d.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Variable.tcl,Attributes=32800,FileSize=2664,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:311]: File: C:\Python34\tcl\tix8.4.3\Variable.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:322]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:324]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b2c.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Utils.tcl,Attributes=32800,FileSize=11230,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:327]: File: C:\Python34\tcl\tix8.4.3\Utils.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:338]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:340]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b2b.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Tree.tcl,Attributes=32800,FileSize=4890,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:342]: File: C:\Python34\tcl\tix8.4.3\Tree.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:351]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:353]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b2a.rbf,,DestName=C:\Python34\tcl\tix8.4.3\TList.tcl,Attributes=32800,FileSize=18962,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:356]: File: C:\Python34\tcl\tix8.4.3\TList.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:365]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:367]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b29.rbf,,DestName=C:\Python34\tcl\tix8.4.3\tix84.lib,Attributes=32800,FileSize=34872,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:368]: File: C:\Python34\tcl\tix8.4.3\tix84.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:379]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:380]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b28.rbf,,DestName=C:\Python34\tcl\tix8.4.3\tix84.dll,Attributes=32800,FileSize=262144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:382]: File: C:\Python34\tcl\tix8.4.3\tix84.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:391]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:393]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b27.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Tix.tcl,Attributes=32800,FileSize=10135,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:396]: File: C:\Python34\tcl\tix8.4.3\Tix.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:406]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:408]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b26.rbf,,DestName=C:\Python34\tcl\tix8.4.3\SWindow.tcl,Attributes=32800,FileSize=7182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:410]: File: C:\Python34\tcl\tix8.4.3\SWindow.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:418]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:420]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b25.rbf,,DestName=C:\Python34\tcl\tix8.4.3\SWidget.tcl,Attributes=32800,FileSize=10213,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:422]: File: C:\Python34\tcl\tix8.4.3\SWidget.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:433]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:435]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b24.rbf,,DestName=C:\Python34\tcl\tix8.4.3\STList.tcl,Attributes=32800,FileSize=2521,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:438]: File: C:\Python34\tcl\tix8.4.3\STList.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:449]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:451]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b23.rbf,,DestName=C:\Python34\tcl\tix8.4.3\SText.tcl,Attributes=32800,FileSize=3297,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:452]: File: C:\Python34\tcl\tix8.4.3\SText.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:463]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:465]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b22.rbf,,DestName=C:\Python34\tcl\tix8.4.3\StdShell.tcl,Attributes=32800,FileSize=1222,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:467]: File: C:\Python34\tcl\tix8.4.3\StdShell.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:476]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:477]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b21.rbf,,DestName=C:\Python34\tcl\tix8.4.3\StdBBox.tcl,Attributes=32800,FileSize=1727,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:479]: File: C:\Python34\tcl\tix8.4.3\StdBBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:488]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:490]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b20.rbf,,DestName=C:\Python34\tcl\tix8.4.3\StatBar.tcl,Attributes=32800,FileSize=1395,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:492]: File: C:\Python34\tcl\tix8.4.3\StatBar.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:504]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:505]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b1f.rbf,,DestName=C:\Python34\tcl\tix8.4.3\StackWin.tcl,Attributes=32800,FileSize=2076,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:508]: File: C:\Python34\tcl\tix8.4.3\StackWin.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:520]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:523]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b1e.rbf,,DestName=C:\Python34\tcl\tix8.4.3\SListBox.tcl,Attributes=32800,FileSize=7433,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:525]: File: C:\Python34\tcl\tix8.4.3\SListBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:538]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:540]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b1d.rbf,,DestName=C:\Python34\tcl\tix8.4.3\SimpDlg.tcl,Attributes=32800,FileSize=1204,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:543]: File: C:\Python34\tcl\tix8.4.3\SimpDlg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:554]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:556]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b1c.rbf,,DestName=C:\Python34\tcl\tix8.4.3\SHList.tcl,Attributes=32800,FileSize=3933,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:559]: File: C:\Python34\tcl\tix8.4.3\SHList.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:568]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:570]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b1b.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Shell.tcl,Attributes=32800,FileSize=1129,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:572]: File: C:\Python34\tcl\tix8.4.3\Shell.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:581]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:583]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b1a.rbf,,DestName=C:\Python34\tcl\tix8.4.3\SGrid.tcl,Attributes=32800,FileSize=6178,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:584]: File: C:\Python34\tcl\tix8.4.3\SGrid.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:594]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:596]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b19.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Select.tcl,Attributes=32800,FileSize=7504,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:597]: File: C:\Python34\tcl\tix8.4.3\Select.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:606]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:608]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b18.rbf,,DestName=C:\Python34\tcl\tix8.4.3\ResizeH.tcl,Attributes=32800,FileSize=13752,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:610]: File: C:\Python34\tcl\tix8.4.3\ResizeH.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:618]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:619]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b17.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Primitiv.tcl,Attributes=32800,FileSize=10955,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:621]: File: C:\Python34\tcl\tix8.4.3\Primitiv.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:629]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:631]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b16.rbf,,DestName=C:\Python34\tcl\tix8.4.3\PopMenu.tcl,Attributes=32800,FileSize=5739,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:633]: File: C:\Python34\tcl\tix8.4.3\PopMenu.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:641]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:643]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b15.rbf,,DestName=C:\Python34\tcl\tix8.4.3\pkgIndex.tcl,Attributes=32800,FileSize=154,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:645]: File: C:\Python34\tcl\tix8.4.3\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:654]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:655]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b14.rbf,,DestName=C:\Python34\tcl\tix8.4.3\PanedWin.tcl,Attributes=32800,FileSize=29562,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:658]: File: C:\Python34\tcl\tix8.4.3\PanedWin.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:666]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:667]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b13.rbf,,DestName=C:\Python34\tcl\tix8.4.3\OptMenu.tcl,Attributes=32800,FileSize=9786,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:670]: File: C:\Python34\tcl\tix8.4.3\OptMenu.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:681]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:683]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b12.rbf,,DestName=C:\Python34\tcl\tix8.4.3\OldUtil.tcl,Attributes=32800,FileSize=3164,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:685]: File: C:\Python34\tcl\tix8.4.3\OldUtil.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:696]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:698]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b11.rbf,,DestName=C:\Python34\tcl\tix8.4.3\NoteBook.tcl,Attributes=32800,FileSize=6407,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:700]: File: C:\Python34\tcl\tix8.4.3\NoteBook.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:708]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:710]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b10.rbf,,DestName=C:\Python34\tcl\tix8.4.3\MultView.tcl,Attributes=32800,FileSize=3861,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:712]: File: C:\Python34\tcl\tix8.4.3\MultView.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:721]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:722]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b0f.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Meter.tcl,Attributes=32800,FileSize=3251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:724]: File: C:\Python34\tcl\tix8.4.3\Meter.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:734]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:736]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b0e.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Makefile,Attributes=32800,FileSize=61,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:738]: File: C:\Python34\tcl\tix8.4.3\Makefile; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:747]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:749]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b0d.rbf,,DestName=C:\Python34\tcl\tix8.4.3\ListNBk.tcl,Attributes=32800,FileSize=3734,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:751]: File: C:\Python34\tcl\tix8.4.3\ListNBk.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:760]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:762]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b0c.rbf,,DestName=C:\Python34\tcl\tix8.4.3\LabWidg.tcl,Attributes=32800,FileSize=4108,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:765]: File: C:\Python34\tcl\tix8.4.3\LabWidg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:776]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:778]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b0b.rbf,,DestName=C:\Python34\tcl\tix8.4.3\LabFrame.tcl,Attributes=32800,FileSize=1230,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:781]: File: C:\Python34\tcl\tix8.4.3\LabFrame.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:788]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:791]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b0a.rbf,,DestName=C:\Python34\tcl\tix8.4.3\LabEntry.tcl,Attributes=32800,FileSize=2229,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:793]: File: C:\Python34\tcl\tix8.4.3\LabEntry.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:804]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:806]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b09.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Init.tcl,Attributes=32800,FileSize=6431,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:808]: File: C:\Python34\tcl\tix8.4.3\Init.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:817]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:818]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b08.rbf,,DestName=C:\Python34\tcl\tix8.4.3\IconView.tcl,Attributes=32800,FileSize=6382,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:821]: File: C:\Python34\tcl\tix8.4.3\IconView.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:830]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:832]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b07.rbf,,DestName=C:\Python34\tcl\tix8.4.3\HListDD.tcl,Attributes=32800,FileSize=4704,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:834]: File: C:\Python34\tcl\tix8.4.3\HListDD.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:843]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:845]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b06.rbf,,DestName=C:\Python34\tcl\tix8.4.3\HList.tcl,Attributes=32800,FileSize=19065,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:846]: File: C:\Python34\tcl\tix8.4.3\HList.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:855]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:857]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b05.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Grid.tcl,Attributes=32800,FileSize=22787,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:859]: File: C:\Python34\tcl\tix8.4.3\Grid.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:870]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:872]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b04.rbf,,DestName=C:\Python34\tcl\tix8.4.3\fs.tcl,Attributes=32800,FileSize=4165,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:874]: File: C:\Python34\tcl\tix8.4.3\fs.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:883]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:884]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b03.rbf,,DestName=C:\Python34\tcl\tix8.4.3\FloatEnt.tcl,Attributes=32800,FileSize=3308,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:886]: File: C:\Python34\tcl\tix8.4.3\FloatEnt.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:895]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:896]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b02.rbf,,DestName=C:\Python34\tcl\tix8.4.3\FileEnt.tcl,Attributes=32800,FileSize=7589,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:898]: File: C:\Python34\tcl\tix8.4.3\FileEnt.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:907]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:909]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b01.rbf,,DestName=C:\Python34\tcl\tix8.4.3\FileDlg.tcl,Attributes=32800,FileSize=2260,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:911]: File: C:\Python34\tcl\tix8.4.3\FileDlg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:919]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:920]: Executing op: FileCopy(SourceName=C:\Config.Msi\52b00.rbf,,DestName=C:\Python34\tcl\tix8.4.3\FileCbx.tcl,Attributes=32800,FileSize=2591,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:923]: File: C:\Python34\tcl\tix8.4.3\FileCbx.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:931]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:933]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aff.rbf,,DestName=C:\Python34\tcl\tix8.4.3\FileBox.tcl,Attributes=32800,FileSize=14904,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:935]: File: C:\Python34\tcl\tix8.4.3\FileBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:944]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:946]: Executing op: FileCopy(SourceName=C:\Config.Msi\52afe.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Event.tcl,Attributes=32800,FileSize=5448,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:947]: File: C:\Python34\tcl\tix8.4.3\Event.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:957]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:958]: Executing op: FileCopy(SourceName=C:\Config.Msi\52afd.rbf,,DestName=C:\Python34\tcl\tix8.4.3\EFileDlg.tcl,Attributes=32800,FileSize=1783,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:960]: File: C:\Python34\tcl\tix8.4.3\EFileDlg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:970]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:972]: Executing op: FileCopy(SourceName=C:\Config.Msi\52afc.rbf,,DestName=C:\Python34\tcl\tix8.4.3\EFileBox.tcl,Attributes=32800,FileSize=11826,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:974]: File: C:\Python34\tcl\tix8.4.3\EFileBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:982]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:984]: Executing op: FileCopy(SourceName=C:\Config.Msi\52afb.rbf,,DestName=C:\Python34\tcl\tix8.4.3\DtlList.tcl,Attributes=32800,FileSize=1051,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:986]: File: C:\Python34\tcl\tix8.4.3\DtlList.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:43:995]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:43:997]: Executing op: FileCopy(SourceName=C:\Config.Msi\52afa.rbf,,DestName=C:\Python34\tcl\tix8.4.3\DragDrop.tcl,Attributes=32800,FileSize=4191,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:43:998]: File: C:\Python34\tcl\tix8.4.3\DragDrop.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:007]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:009]: Executing op: FileCopy(SourceName=C:\Config.Msi\52af9.rbf,,DestName=C:\Python34\tcl\tix8.4.3\DirTree.tcl,Attributes=32800,FileSize=9322,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:011]: File: C:\Python34\tcl\tix8.4.3\DirTree.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:020]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:021]: Executing op: FileCopy(SourceName=C:\Config.Msi\52af8.rbf,,DestName=C:\Python34\tcl\tix8.4.3\DirList.tcl,Attributes=32800,FileSize=7336,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:025]: File: C:\Python34\tcl\tix8.4.3\DirList.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:033]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:037]: Executing op: FileCopy(SourceName=C:\Config.Msi\52af7.rbf,,DestName=C:\Python34\tcl\tix8.4.3\DirDlg.tcl,Attributes=32800,FileSize=2301,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:039]: File: C:\Python34\tcl\tix8.4.3\DirDlg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:048]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:050]: Executing op: FileCopy(SourceName=C:\Config.Msi\52af6.rbf,,DestName=C:\Python34\tcl\tix8.4.3\DirBox.tcl,Attributes=32800,FileSize=5632,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:052]: File: C:\Python34\tcl\tix8.4.3\DirBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:061]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:063]: Executing op: FileCopy(SourceName=C:\Config.Msi\52af5.rbf,,DestName=C:\Python34\tcl\tix8.4.3\DialogS.tcl,Attributes=32800,FileSize=4471,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:066]: File: C:\Python34\tcl\tix8.4.3\DialogS.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:077]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:079]: Executing op: FileCopy(SourceName=C:\Config.Msi\52af4.rbf,,DestName=C:\Python34\tcl\tix8.4.3\DefSchm.tcl,Attributes=32800,FileSize=3116,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:081]: File: C:\Python34\tcl\tix8.4.3\DefSchm.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:092]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:094]: Executing op: FileCopy(SourceName=C:\Config.Msi\52af3.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Control.tcl,Attributes=32800,FileSize=12884,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:097]: File: C:\Python34\tcl\tix8.4.3\Control.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:111]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:114]: Executing op: FileCopy(SourceName=C:\Config.Msi\52af2.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Console.tcl,Attributes=32800,FileSize=15923,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:116]: File: C:\Python34\tcl\tix8.4.3\Console.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:128]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:130]: Executing op: FileCopy(SourceName=C:\Config.Msi\52af1.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Compat.tcl,Attributes=32800,FileSize=903,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:131]: File: C:\Python34\tcl\tix8.4.3\Compat.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:142]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:144]: Executing op: FileCopy(SourceName=C:\Config.Msi\52af0.rbf,,DestName=C:\Python34\tcl\tix8.4.3\ComboBox.tcl,Attributes=32800,FileSize=37829,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:147]: File: C:\Python34\tcl\tix8.4.3\ComboBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:159]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:161]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aef.rbf,,DestName=C:\Python34\tcl\tix8.4.3\CObjView.tcl,Attributes=32800,FileSize=8098,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:162]: File: C:\Python34\tcl\tix8.4.3\CObjView.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:173]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:175]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aee.rbf,,DestName=C:\Python34\tcl\tix8.4.3\ChkList.tcl,Attributes=32800,FileSize=5326,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:176]: File: C:\Python34\tcl\tix8.4.3\ChkList.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:184]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:186]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aed.rbf,,DestName=C:\Python34\tcl\tix8.4.3\BtnBox.tcl,Attributes=32800,FileSize=2791,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:189]: File: C:\Python34\tcl\tix8.4.3\BtnBox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:198]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:200]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aec.rbf,,DestName=C:\Python34\tcl\tix8.4.3\Balloon.tcl,Attributes=32800,FileSize=13870,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:202]: File: C:\Python34\tcl\tix8.4.3\Balloon.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:211]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:212]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\demos\images\) MSI (s) (9C:5C) [21:25:44:213]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aeb.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\teapot.ppm,Attributes=32800,FileSize=196623,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:214]: File: C:\Python34\tcl\tk8.6\demos\images\teapot.ppm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:230]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:232]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aea.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\tcllogo.gif,Attributes=32800,FileSize=2341,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:235]: File: C:\Python34\tcl\tk8.6\demos\images\tcllogo.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:245]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:247]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ae9.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\pattern.xbm,Attributes=32800,FileSize=272,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:249]: File: C:\Python34\tcl\tk8.6\demos\images\pattern.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:259]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:260]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ae8.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\ouster.png,Attributes=32800,FileSize=54257,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:262]: File: C:\Python34\tcl\tk8.6\demos\images\ouster.png; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:272]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:274]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ae7.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\noletter.xbm,Attributes=32800,FileSize=1889,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:276]: File: C:\Python34\tcl\tk8.6\demos\images\noletter.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:285]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:287]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ae6.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\letters.xbm,Attributes=32800,FileSize=1883,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:289]: File: C:\Python34\tcl\tk8.6\demos\images\letters.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:301]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:303]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ae5.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\gray25.xbm,Attributes=32800,FileSize=275,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:304]: File: C:\Python34\tcl\tk8.6\demos\images\gray25.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:315]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:316]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ae4.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\flagup.xbm,Attributes=32800,FileSize=1880,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:318]: File: C:\Python34\tcl\tk8.6\demos\images\flagup.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:327]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:329]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ae3.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\flagdown.xbm,Attributes=32800,FileSize=1886,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:331]: File: C:\Python34\tcl\tk8.6\demos\images\flagdown.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:340]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:342]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ae2.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\earthris.gif,Attributes=32800,FileSize=6343,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:344]: File: C:\Python34\tcl\tk8.6\demos\images\earthris.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:355]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:356]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ae1.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\images\earth.gif,Attributes=32800,FileSize=51712,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:358]: File: C:\Python34\tcl\tk8.6\demos\images\earth.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:369]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:370]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\demos\) MSI (s) (9C:5C) [21:25:44:371]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ae0.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\widget,Attributes=32800,FileSize=23259,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:373]: File: C:\Python34\tcl\tk8.6\demos\widget; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:382]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:383]: Executing op: FileCopy(SourceName=C:\Config.Msi\52adf.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\vscale.tcl,Attributes=32800,FileSize=1477,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:385]: File: C:\Python34\tcl\tk8.6\demos\vscale.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:395]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:397]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ade.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\unicodeout.tcl,Attributes=32800,FileSize=4399,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:399]: File: C:\Python34\tcl\tk8.6\demos\unicodeout.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:407]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:485]: Executing op: FileCopy(SourceName=C:\Config.Msi\52add.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\twind.tcl,Attributes=32800,FileSize=10830,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:486]: File: C:\Python34\tcl\tk8.6\demos\twind.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:497]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:499]: Executing op: FileCopy(SourceName=C:\Config.Msi\52adc.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\ttkscale.tcl,Attributes=32800,FileSize=1420,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:502]: File: C:\Python34\tcl\tk8.6\demos\ttkscale.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:511]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:513]: Executing op: FileCopy(SourceName=C:\Config.Msi\52adb.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\ttkprogress.tcl,Attributes=32800,FileSize=1536,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:516]: File: C:\Python34\tcl\tk8.6\demos\ttkprogress.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:526]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:528]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ada.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\ttkpane.tcl,Attributes=32800,FileSize=4172,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:530]: File: C:\Python34\tcl\tk8.6\demos\ttkpane.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:542]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:544]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ad9.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\ttknote.tcl,Attributes=32800,FileSize=2317,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:546]: File: C:\Python34\tcl\tk8.6\demos\ttknote.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:554]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:556]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ad8.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\ttkmenu.tcl,Attributes=32800,FileSize=2391,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:558]: File: C:\Python34\tcl\tk8.6\demos\ttkmenu.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:569]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:571]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ad7.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\ttkbut.tcl,Attributes=32800,FileSize=3405,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:574]: File: C:\Python34\tcl\tk8.6\demos\ttkbut.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:583]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:585]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ad6.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\tree.tcl,Attributes=32800,FileSize=3162,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:587]: File: C:\Python34\tcl\tk8.6\demos\tree.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:598]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:600]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ad5.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\toolbar.tcl,Attributes=32800,FileSize=3264,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:602]: File: C:\Python34\tcl\tk8.6\demos\toolbar.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:611]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:612]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ad4.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\timer,Attributes=32800,FileSize=1116,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:615]: File: C:\Python34\tcl\tk8.6\demos\timer; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:626]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:627]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ad3.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\textpeer.tcl,Attributes=32800,FileSize=2183,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:629]: File: C:\Python34\tcl\tk8.6\demos\textpeer.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:639]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ad2.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\text.tcl,Attributes=32800,FileSize=4262,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:643]: File: C:\Python34\tcl\tk8.6\demos\text.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:651]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:652]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ad1.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\tcolor,Attributes=32800,FileSize=11247,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:654]: File: C:\Python34\tcl\tk8.6\demos\tcolor; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:662]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:664]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ad0.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\tclIndex,Attributes=32800,FileSize=4354,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:667]: File: C:\Python34\tcl\tk8.6\demos\tclIndex; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:678]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:680]: Executing op: FileCopy(SourceName=C:\Config.Msi\52acf.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\style.tcl,Attributes=32800,FileSize=6938,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:682]: File: C:\Python34\tcl\tk8.6\demos\style.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:691]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:693]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ace.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\states.tcl,Attributes=32800,FileSize=1667,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:695]: File: C:\Python34\tcl\tk8.6\demos\states.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:704]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:706]: Executing op: FileCopy(SourceName=C:\Config.Msi\52acd.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\square,Attributes=32800,FileSize=1315,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:708]: File: C:\Python34\tcl\tk8.6\demos\square; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:717]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:718]: Executing op: FileCopy(SourceName=C:\Config.Msi\52acc.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\spin.tcl,Attributes=32800,FileSize=1820,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:720]: File: C:\Python34\tcl\tk8.6\demos\spin.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:729]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:730]: Executing op: FileCopy(SourceName=C:\Config.Msi\52acb.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\search.tcl,Attributes=32800,FileSize=4398,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:732]: File: C:\Python34\tcl\tk8.6\demos\search.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:742]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:743]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aca.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\sayings.tcl,Attributes=32800,FileSize=2263,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:745]: File: C:\Python34\tcl\tk8.6\demos\sayings.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:753]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:755]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ac9.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\ruler.tcl,Attributes=32800,FileSize=5211,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:757]: File: C:\Python34\tcl\tk8.6\demos\ruler.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:767]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:769]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ac8.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\rolodex,Attributes=32800,FileSize=8297,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:770]: File: C:\Python34\tcl\tk8.6\demos\rolodex; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:779]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:780]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ac7.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\rmt,Attributes=32800,FileSize=5340,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:782]: File: C:\Python34\tcl\tk8.6\demos\rmt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:790]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:792]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ac6.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\README,Attributes=32800,FileSize=2082,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:793]: File: C:\Python34\tcl\tk8.6\demos\README; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:802]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:803]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ac5.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\radio.tcl,Attributes=32800,FileSize=2752,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:805]: File: C:\Python34\tcl\tk8.6\demos\radio.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:814]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:816]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ac4.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\puzzle.tcl,Attributes=32800,FileSize=2597,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:818]: File: C:\Python34\tcl\tk8.6\demos\puzzle.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:831]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:834]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ac3.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\plot.tcl,Attributes=32800,FileSize=2758,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:836]: File: C:\Python34\tcl\tk8.6\demos\plot.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:845]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:846]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ac2.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\pendulum.tcl,Attributes=32800,FileSize=7596,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:849]: File: C:\Python34\tcl\tk8.6\demos\pendulum.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:858]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:859]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ac1.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\paned2.tcl,Attributes=32800,FileSize=2229,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:861]: File: C:\Python34\tcl\tk8.6\demos\paned2.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:870]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:872]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ac0.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\paned1.tcl,Attributes=32800,FileSize=1110,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:873]: File: C:\Python34\tcl\tk8.6\demos\paned1.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:883]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:885]: Executing op: FileCopy(SourceName=C:\Config.Msi\52abf.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\nl.msg,Attributes=32800,FileSize=6753,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:887]: File: C:\Python34\tcl\tk8.6\demos\nl.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:899]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:900]: Executing op: FileCopy(SourceName=C:\Config.Msi\52abe.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\msgbox.tcl,Attributes=32800,FileSize=2003,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:902]: File: C:\Python34\tcl\tk8.6\demos\msgbox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:911]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:912]: Executing op: FileCopy(SourceName=C:\Config.Msi\52abd.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\menubu.tcl,Attributes=32800,FileSize=4477,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:914]: File: C:\Python34\tcl\tk8.6\demos\menubu.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:923]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:925]: Executing op: FileCopy(SourceName=C:\Config.Msi\52abc.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\menu.tcl,Attributes=32800,FileSize=6730,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:927]: File: C:\Python34\tcl\tk8.6\demos\menu.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:935]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:937]: Executing op: FileCopy(SourceName=C:\Config.Msi\52abb.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\mclist.tcl,Attributes=32800,FileSize=4357,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:940]: File: C:\Python34\tcl\tk8.6\demos\mclist.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:952]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:953]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aba.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\license.terms,Attributes=32800,FileSize=2267,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:955]: File: C:\Python34\tcl\tk8.6\demos\license.terms; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:966]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:967]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ab9.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\labelframe.tcl,Attributes=32800,FileSize=1847,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:970]: File: C:\Python34\tcl\tk8.6\demos\labelframe.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:982]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:983]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ab8.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\label.tcl,Attributes=32800,FileSize=1379,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:985]: File: C:\Python34\tcl\tk8.6\demos\label.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:44:995]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:44:996]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ab7.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\knightstour.tcl,Attributes=32800,FileSize=9148,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:44:998]: File: C:\Python34\tcl\tk8.6\demos\knightstour.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:007]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:010]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ab6.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\ixset,Attributes=32800,FileSize=8095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:011]: File: C:\Python34\tcl\tk8.6\demos\ixset; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:020]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:021]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ab5.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\items.tcl,Attributes=32800,FileSize=10123,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:023]: File: C:\Python34\tcl\tk8.6\demos\items.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:033]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:034]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ab4.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\image2.tcl,Attributes=32800,FileSize=3347,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:036]: File: C:\Python34\tcl\tk8.6\demos\image2.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:047]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:049]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ab3.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\image1.tcl,Attributes=32800,FileSize=1002,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:051]: File: C:\Python34\tcl\tk8.6\demos\image1.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:060]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:062]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ab2.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\icon.tcl,Attributes=32800,FileSize=2063,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:064]: File: C:\Python34\tcl\tk8.6\demos\icon.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:076]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:079]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ab1.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\hscale.tcl,Attributes=32800,FileSize=1497,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:082]: File: C:\Python34\tcl\tk8.6\demos\hscale.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:091]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:093]: Executing op: FileCopy(SourceName=C:\Config.Msi\52ab0.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\hello,Attributes=32800,FileSize=509,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:094]: File: C:\Python34\tcl\tk8.6\demos\hello; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:103]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:105]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aaf.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\goldberg.tcl,Attributes=32800,FileSize=56556,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:107]: File: C:\Python34\tcl\tk8.6\demos\goldberg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:116]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:117]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aae.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\form.tcl,Attributes=32800,FileSize=1046,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:119]: File: C:\Python34\tcl\tk8.6\demos\form.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:128]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:131]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aad.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\fontchoose.tcl,Attributes=32800,FileSize=1756,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:133]: File: C:\Python34\tcl\tk8.6\demos\fontchoose.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:142]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:144]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aac.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\floor.tcl,Attributes=32800,FileSize=79098,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:146]: File: C:\Python34\tcl\tk8.6\demos\floor.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:155]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:156]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aab.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\filebox.tcl,Attributes=32800,FileSize=2351,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:158]: File: C:\Python34\tcl\tk8.6\demos\filebox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:166]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:168]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aaa.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\entry3.tcl,Attributes=32800,FileSize=6104,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:169]: File: C:\Python34\tcl\tk8.6\demos\entry3.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:178]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:179]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aa9.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\entry2.tcl,Attributes=32800,FileSize=2111,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:182]: File: C:\Python34\tcl\tk8.6\demos\entry2.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:192]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:194]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aa8.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\entry1.tcl,Attributes=32800,FileSize=1385,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:196]: File: C:\Python34\tcl\tk8.6\demos\entry1.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:205]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:206]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aa7.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\en.msg,Attributes=32800,FileSize=3871,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:208]: File: C:\Python34\tcl\tk8.6\demos\en.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:217]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:219]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aa6.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\dialog2.tcl,Attributes=32800,FileSize=613,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:220]: File: C:\Python34\tcl\tk8.6\demos\dialog2.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:229]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aa5.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\dialog1.tcl,Attributes=32800,FileSize=660,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:233]: File: C:\Python34\tcl\tk8.6\demos\dialog1.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:241]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:243]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aa4.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\ctext.tcl,Attributes=32800,FileSize=6019,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:245]: File: C:\Python34\tcl\tk8.6\demos\ctext.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:254]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:255]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aa3.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\cscroll.tcl,Attributes=32800,FileSize=3389,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:257]: File: C:\Python34\tcl\tk8.6\demos\cscroll.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:266]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:267]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aa2.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\combo.tcl,Attributes=32800,FileSize=1963,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:269]: File: C:\Python34\tcl\tk8.6\demos\combo.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:279]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:281]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aa1.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\colors.tcl,Attributes=32800,FileSize=4995,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:283]: File: C:\Python34\tcl\tk8.6\demos\colors.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:292]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:293]: Executing op: FileCopy(SourceName=C:\Config.Msi\52aa0.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\clrpick.tcl,Attributes=32800,FileSize=1431,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:296]: File: C:\Python34\tcl\tk8.6\demos\clrpick.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:304]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:307]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a9f.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\check.tcl,Attributes=32800,FileSize=2278,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:309]: File: C:\Python34\tcl\tk8.6\demos\check.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:318]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:319]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a9e.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\button.tcl,Attributes=32800,FileSize=1504,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:321]: File: C:\Python34\tcl\tk8.6\demos\button.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:330]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:332]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a9d.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\browse,Attributes=32800,FileSize=1755,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:333]: File: C:\Python34\tcl\tk8.6\demos\browse; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:342]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:344]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a9c.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\bitmap.tcl,Attributes=32800,FileSize=1411,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:346]: File: C:\Python34\tcl\tk8.6\demos\bitmap.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:355]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:357]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a9b.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\bind.tcl,Attributes=32800,FileSize=2943,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:359]: File: C:\Python34\tcl\tk8.6\demos\bind.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:367]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:370]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a9a.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\arrow.tcl,Attributes=32800,FileSize=7984,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:371]: File: C:\Python34\tcl\tk8.6\demos\arrow.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:382]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:384]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a99.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\aniwave.tcl,Attributes=32800,FileSize=3495,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:386]: File: C:\Python34\tcl\tk8.6\demos\aniwave.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:399]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:401]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a98.rbf,,DestName=C:\Python34\tcl\tk8.6\demos\anilabel.tcl,Attributes=32800,FileSize=6670,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:402]: File: C:\Python34\tcl\tk8.6\demos\anilabel.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:411]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:413]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\images\) MSI (s) (9C:5C) [21:25:45:414]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a97.rbf,,DestName=C:\Python34\tcl\tk8.6\images\tai-ku.gif,Attributes=32800,FileSize=5473,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:415]: File: C:\Python34\tcl\tk8.6\images\tai-ku.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:426]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:427]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a96.rbf,,DestName=C:\Python34\tcl\tk8.6\images\README,Attributes=32800,FileSize=322,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:429]: File: C:\Python34\tcl\tk8.6\images\README; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:438]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:440]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a95.rbf,,DestName=C:\Python34\tcl\tk8.6\images\pwrdLogo75.gif,Attributes=32800,FileSize=1171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:442]: File: C:\Python34\tcl\tk8.6\images\pwrdLogo75.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:450]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:452]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a94.rbf,,DestName=C:\Python34\tcl\tk8.6\images\pwrdLogo200.gif,Attributes=32800,FileSize=3491,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:453]: File: C:\Python34\tcl\tk8.6\images\pwrdLogo200.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:462]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:465]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a93.rbf,,DestName=C:\Python34\tcl\tk8.6\images\pwrdLogo175.gif,Attributes=32800,FileSize=2981,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:468]: File: C:\Python34\tcl\tk8.6\images\pwrdLogo175.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:479]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:481]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a92.rbf,,DestName=C:\Python34\tcl\tk8.6\images\pwrdLogo150.gif,Attributes=32800,FileSize=2489,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:483]: File: C:\Python34\tcl\tk8.6\images\pwrdLogo150.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:492]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:494]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a91.rbf,,DestName=C:\Python34\tcl\tk8.6\images\pwrdLogo100.gif,Attributes=32800,FileSize=1615,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:495]: File: C:\Python34\tcl\tk8.6\images\pwrdLogo100.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:504]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:506]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a90.rbf,,DestName=C:\Python34\tcl\tk8.6\images\pwrdLogo.eps,Attributes=32800,FileSize=27809,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:508]: File: C:\Python34\tcl\tk8.6\images\pwrdLogo.eps; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:520]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:521]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a8f.rbf,,DestName=C:\Python34\tcl\tk8.6\images\logoMed.gif,Attributes=32800,FileSize=3889,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:523]: File: C:\Python34\tcl\tk8.6\images\logoMed.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:532]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:534]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a8e.rbf,,DestName=C:\Python34\tcl\tk8.6\images\logoLarge.gif,Attributes=32800,FileSize=11000,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:536]: File: C:\Python34\tcl\tk8.6\images\logoLarge.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:545]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:547]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a8d.rbf,,DestName=C:\Python34\tcl\tk8.6\images\logo64.gif,Attributes=32800,FileSize=1670,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:549]: File: C:\Python34\tcl\tk8.6\images\logo64.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:558]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:559]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a8c.rbf,,DestName=C:\Python34\tcl\tk8.6\images\logo100.gif,Attributes=32800,FileSize=2341,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:562]: File: C:\Python34\tcl\tk8.6\images\logo100.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:573]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:575]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a8b.rbf,,DestName=C:\Python34\tcl\tk8.6\images\logo.eps,Attributes=32800,FileSize=32900,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:578]: File: C:\Python34\tcl\tk8.6\images\logo.eps; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:586]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:587]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a8a.rbf,,DestName=C:\Python34\tcl\tk8.6\images\lamp.svg,Attributes=32800,FileSize=20354,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:589]: File: C:\Python34\tcl\tk8.6\images\lamp.svg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:601]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:603]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a89.rbf,,DestName=C:\Python34\tcl\tk8.6\images\lamp.png,Attributes=32800,FileSize=8203,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:605]: File: C:\Python34\tcl\tk8.6\images\lamp.png; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:614]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:615]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\msgs\) MSI (s) (9C:5C) [21:25:45:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a88.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\sv.msg,Attributes=32800,FileSize=3832,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:617]: File: C:\Python34\tcl\tk8.6\msgs\sv.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:627]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:629]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a87.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\ru.msg,Attributes=32800,FileSize=7216,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:631]: File: C:\Python34\tcl\tk8.6\msgs\ru.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:640]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a86.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\pt.msg,Attributes=32800,FileSize=3913,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:643]: File: C:\Python34\tcl\tk8.6\msgs\pt.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:651]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:653]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a85.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\pl.msg,Attributes=32800,FileSize=4841,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:655]: File: C:\Python34\tcl\tk8.6\msgs\pl.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:663]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:665]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a84.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\nl.msg,Attributes=32800,FileSize=4466,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:667]: File: C:\Python34\tcl\tk8.6\msgs\nl.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:676]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:679]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a83.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\it.msg,Attributes=32800,FileSize=3692,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:682]: File: C:\Python34\tcl\tk8.6\msgs\it.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:694]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:696]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a82.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\hu.msg,Attributes=32800,FileSize=4600,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:700]: File: C:\Python34\tcl\tk8.6\msgs\hu.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:713]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:715]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a81.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\fr.msg,Attributes=32800,FileSize=3805,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:718]: File: C:\Python34\tcl\tk8.6\msgs\fr.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:735]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:737]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a80.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\es.msg,Attributes=32800,FileSize=3950,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:740]: File: C:\Python34\tcl\tk8.6\msgs\es.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:753]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:755]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a7f.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\eo.msg,Attributes=32800,FileSize=3916,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:758]: File: C:\Python34\tcl\tk8.6\msgs\eo.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:772]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:775]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a7e.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\en_gb.msg,Attributes=32800,FileSize=63,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:777]: File: C:\Python34\tcl\tk8.6\msgs\en_gb.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:792]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:795]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a7d.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\en.msg,Attributes=32800,FileSize=3286,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:797]: File: C:\Python34\tcl\tk8.6\msgs\en.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:810]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:813]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a7c.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\el.msg,Attributes=32800,FileSize=8698,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:815]: File: C:\Python34\tcl\tk8.6\msgs\el.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:829]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:831]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a7b.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\de.msg,Attributes=32800,FileSize=4823,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:834]: File: C:\Python34\tcl\tk8.6\msgs\de.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:846]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:847]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a7a.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\da.msg,Attributes=32800,FileSize=3909,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:849]: File: C:\Python34\tcl\tk8.6\msgs\da.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:861]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:863]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a79.rbf,,DestName=C:\Python34\tcl\tk8.6\msgs\cs.msg,Attributes=32800,FileSize=4158,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:865]: File: C:\Python34\tcl\tk8.6\msgs\cs.msg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:876]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:878]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\ttk\) MSI (s) (9C:5C) [21:25:45:953]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a78.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\xpTheme.tcl,Attributes=32800,FileSize=1920,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:959]: File: C:\Python34\tcl\tk8.6\ttk\xpTheme.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:976]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:978]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a77.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\winTheme.tcl,Attributes=32800,FileSize=2643,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:980]: File: C:\Python34\tcl\tk8.6\ttk\winTheme.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:45:989]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:45:991]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a76.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\vistaTheme.tcl,Attributes=32800,FileSize=9349,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:45:993]: File: C:\Python34\tcl\tk8.6\ttk\vistaTheme.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:002]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:004]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a75.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\utils.tcl,Attributes=32800,FileSize=8562,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:006]: File: C:\Python34\tcl\tk8.6\ttk\utils.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:017]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:018]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a74.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\ttk.tcl,Attributes=32800,FileSize=4546,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:020]: File: C:\Python34\tcl\tk8.6\ttk\ttk.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:030]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:031]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a73.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\treeview.tcl,Attributes=32800,FileSize=8859,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:033]: File: C:\Python34\tcl\tk8.6\ttk\treeview.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:045]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:047]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a72.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\spinbox.tcl,Attributes=32800,FileSize=4255,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:049]: File: C:\Python34\tcl\tk8.6\ttk\spinbox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:057]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:058]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a71.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\sizegrip.tcl,Attributes=32800,FileSize=2392,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:060]: File: C:\Python34\tcl\tk8.6\ttk\sizegrip.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:069]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:071]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a70.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\scrollbar.tcl,Attributes=32800,FileSize=3097,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:072]: File: C:\Python34\tcl\tk8.6\ttk\scrollbar.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:081]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:083]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a6f.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\scale.tcl,Attributes=32800,FileSize=2698,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:085]: File: C:\Python34\tcl\tk8.6\ttk\scale.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:093]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:095]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a6e.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\progress.tcl,Attributes=32800,FileSize=1089,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:097]: File: C:\Python34\tcl\tk8.6\ttk\progress.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:105]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:107]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a6d.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\panedwindow.tcl,Attributes=32800,FileSize=1920,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:109]: File: C:\Python34\tcl\tk8.6\ttk\panedwindow.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:118]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:120]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a6c.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\notebook.tcl,Attributes=32800,FileSize=5619,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:121]: File: C:\Python34\tcl\tk8.6\ttk\notebook.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:133]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:135]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a6b.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\menubutton.tcl,Attributes=32800,FileSize=4886,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:137]: File: C:\Python34\tcl\tk8.6\ttk\menubutton.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:146]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:147]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a6a.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\fonts.tcl,Attributes=32800,FileSize=5571,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:150]: File: C:\Python34\tcl\tk8.6\ttk\fonts.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:162]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:163]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a69.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\entry.tcl,Attributes=32800,FileSize=15889,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:165]: File: C:\Python34\tcl\tk8.6\ttk\entry.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:175]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:177]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a68.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\defaults.tcl,Attributes=32800,FileSize=3684,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:179]: File: C:\Python34\tcl\tk8.6\ttk\defaults.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:188]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:191]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a67.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\cursors.tcl,Attributes=32800,FileSize=4007,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:193]: File: C:\Python34\tcl\tk8.6\ttk\cursors.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:205]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:207]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a66.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\combobox.tcl,Attributes=32800,FileSize=12394,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:210]: File: C:\Python34\tcl\tk8.6\ttk\combobox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:222]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:224]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a65.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\classicTheme.tcl,Attributes=32800,FileSize=3520,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:226]: File: C:\Python34\tcl\tk8.6\ttk\classicTheme.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:238]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:240]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a64.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\clamTheme.tcl,Attributes=32800,FileSize=4261,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:242]: File: C:\Python34\tcl\tk8.6\ttk\clamTheme.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:255]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:257]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a63.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\button.tcl,Attributes=32800,FileSize=2978,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:259]: File: C:\Python34\tcl\tk8.6\ttk\button.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:272]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:273]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a62.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\aquaTheme.tcl,Attributes=32800,FileSize=2001,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:276]: File: C:\Python34\tcl\tk8.6\ttk\aquaTheme.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:288]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:291]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a61.rbf,,DestName=C:\Python34\tcl\tk8.6\ttk\altTheme.tcl,Attributes=32800,FileSize=3342,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:293]: File: C:\Python34\tcl\tk8.6\ttk\altTheme.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:303]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:305]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tk8.6\) MSI (s) (9C:5C) [21:25:46:306]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a60.rbf,,DestName=C:\Python34\tcl\tk8.6\xmfbox.tcl,Attributes=32800,FileSize=26045,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:309]: File: C:\Python34\tcl\tk8.6\xmfbox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:320]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:322]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a5f.rbf,,DestName=C:\Python34\tcl\tk8.6\unsupported.tcl,Attributes=32800,FileSize=10253,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:325]: File: C:\Python34\tcl\tk8.6\unsupported.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:336]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:338]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a5e.rbf,,DestName=C:\Python34\tcl\tk8.6\tkfbox.tcl,Attributes=32800,FileSize=38137,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:341]: File: C:\Python34\tcl\tk8.6\tkfbox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:354]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:356]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a5d.rbf,,DestName=C:\Python34\tcl\tk8.6\tk.tcl,Attributes=32800,FileSize=23216,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:359]: File: C:\Python34\tcl\tk8.6\tk.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:371]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:373]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a5c.rbf,,DestName=C:\Python34\tcl\tk8.6\text.tcl,Attributes=32800,FileSize=31575,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:376]: File: C:\Python34\tcl\tk8.6\text.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:388]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:392]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a5b.rbf,,DestName=C:\Python34\tcl\tk8.6\tearoff.tcl,Attributes=32800,FileSize=5143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:394]: File: C:\Python34\tcl\tk8.6\tearoff.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:406]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:408]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a5a.rbf,,DestName=C:\Python34\tcl\tk8.6\tclIndex,Attributes=32800,FileSize=20270,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:411]: File: C:\Python34\tcl\tk8.6\tclIndex; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:424]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:426]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a59.rbf,,DestName=C:\Python34\tcl\tk8.6\spinbox.tcl,Attributes=32800,FileSize=14821,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:428]: File: C:\Python34\tcl\tk8.6\spinbox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:441]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:443]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a58.rbf,,DestName=C:\Python34\tcl\tk8.6\scrlbar.tcl,Attributes=32800,FileSize=12434,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:445]: File: C:\Python34\tcl\tk8.6\scrlbar.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:457]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:459]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a57.rbf,,DestName=C:\Python34\tcl\tk8.6\scale.tcl,Attributes=32800,FileSize=7639,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:462]: File: C:\Python34\tcl\tk8.6\scale.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:475]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:477]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a56.rbf,,DestName=C:\Python34\tcl\tk8.6\safetk.tcl,Attributes=32800,FileSize=7381,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:479]: File: C:\Python34\tcl\tk8.6\safetk.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:491]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:493]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a55.rbf,,DestName=C:\Python34\tcl\tk8.6\pkgIndex.tcl,Attributes=32800,FileSize=370,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:496]: File: C:\Python34\tcl\tk8.6\pkgIndex.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:509]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:510]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a54.rbf,,DestName=C:\Python34\tcl\tk8.6\panedwindow.tcl,Attributes=32800,FileSize=5176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:514]: File: C:\Python34\tcl\tk8.6\panedwindow.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:527]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:529]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a53.rbf,,DestName=C:\Python34\tcl\tk8.6\palette.tcl,Attributes=32800,FileSize=7928,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:532]: File: C:\Python34\tcl\tk8.6\palette.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:543]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:545]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a52.rbf,,DestName=C:\Python34\tcl\tk8.6\optMenu.tcl,Attributes=32800,FileSize=1586,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:547]: File: C:\Python34\tcl\tk8.6\optMenu.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:557]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:559]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a51.rbf,,DestName=C:\Python34\tcl\tk8.6\obsolete.tcl,Attributes=32800,FileSize=5594,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:561]: File: C:\Python34\tcl\tk8.6\obsolete.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:573]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:575]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a50.rbf,,DestName=C:\Python34\tcl\tk8.6\msgbox.tcl,Attributes=32800,FileSize=16487,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:578]: File: C:\Python34\tcl\tk8.6\msgbox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:589]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:591]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a4f.rbf,,DestName=C:\Python34\tcl\tk8.6\mkpsenc.tcl,Attributes=32800,FileSize=29355,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:594]: File: C:\Python34\tcl\tk8.6\mkpsenc.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:606]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:608]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a4e.rbf,,DestName=C:\Python34\tcl\tk8.6\menu.tcl,Attributes=32800,FileSize=37893,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:611]: File: C:\Python34\tcl\tk8.6\menu.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:623]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:625]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a4d.rbf,,DestName=C:\Python34\tcl\tk8.6\megawidget.tcl,Attributes=32800,FileSize=3499,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:628]: File: C:\Python34\tcl\tk8.6\megawidget.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:640]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:642]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a4c.rbf,,DestName=C:\Python34\tcl\tk8.6\listbox.tcl,Attributes=32800,FileSize=14377,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:644]: File: C:\Python34\tcl\tk8.6\listbox.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:657]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:658]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a4b.rbf,,DestName=C:\Python34\tcl\tk8.6\license.terms,Attributes=32800,FileSize=2267,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:660]: File: C:\Python34\tcl\tk8.6\license.terms; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:671]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:673]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a4a.rbf,,DestName=C:\Python34\tcl\tk8.6\icons.tcl,Attributes=32800,FileSize=10883,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:676]: File: C:\Python34\tcl\tk8.6\icons.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:688]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:691]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a49.rbf,,DestName=C:\Python34\tcl\tk8.6\iconlist.tcl,Attributes=32800,FileSize=15978,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:694]: File: C:\Python34\tcl\tk8.6\iconlist.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:708]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:710]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a48.rbf,,DestName=C:\Python34\tcl\tk8.6\fontchooser.tcl,Attributes=32800,FileSize=15611,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:711]: File: C:\Python34\tcl\tk8.6\fontchooser.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:723]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:726]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a47.rbf,,DestName=C:\Python34\tcl\tk8.6\focus.tcl,Attributes=32800,FileSize=4857,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:729]: File: C:\Python34\tcl\tk8.6\focus.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:741]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:743]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a46.rbf,,DestName=C:\Python34\tcl\tk8.6\entry.tcl,Attributes=32800,FileSize=16779,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:745]: File: C:\Python34\tcl\tk8.6\entry.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:756]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:758]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a45.rbf,,DestName=C:\Python34\tcl\tk8.6\dialog.tcl,Attributes=32800,FileSize=6050,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:760]: File: C:\Python34\tcl\tk8.6\dialog.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:770]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:772]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a44.rbf,,DestName=C:\Python34\tcl\tk8.6\console.tcl,Attributes=32800,FileSize=32061,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:774]: File: C:\Python34\tcl\tk8.6\console.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:785]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:787]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a43.rbf,,DestName=C:\Python34\tcl\tk8.6\comdlg.tcl,Attributes=32800,FileSize=8232,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:789]: File: C:\Python34\tcl\tk8.6\comdlg.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:801]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:803]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a42.rbf,,DestName=C:\Python34\tcl\tk8.6\clrpick.tcl,Attributes=32800,FileSize=21446,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:805]: File: C:\Python34\tcl\tk8.6\clrpick.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:818]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:820]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a41.rbf,,DestName=C:\Python34\tcl\tk8.6\choosedir.tcl,Attributes=32800,FileSize=9660,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:822]: File: C:\Python34\tcl\tk8.6\choosedir.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:833]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:835]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a40.rbf,,DestName=C:\Python34\tcl\tk8.6\button.tcl,Attributes=32800,FileSize=20200,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:837]: File: C:\Python34\tcl\tk8.6\button.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:847]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:849]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a3f.rbf,,DestName=C:\Python34\tcl\tk8.6\bgerror.tcl,Attributes=32800,FileSize=8259,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:852]: File: C:\Python34\tcl\tk8.6\bgerror.tcl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:864]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:866]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\) MSI (s) (9C:5C) [21:25:46:867]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a3e.rbf,,DestName=C:\Python34\tcl\tkstub86.lib,Attributes=32800,FileSize=260592,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:870]: File: C:\Python34\tcl\tkstub86.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:882]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:884]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a3d.rbf,,DestName=C:\Python34\tcl\tk86t.lib,Attributes=32800,FileSize=126302,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:886]: File: C:\Python34\tcl\tk86t.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:895]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:897]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a3c.rbf,,DestName=C:\Python34\tcl\tclstub86.lib,Attributes=32800,FileSize=462616,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:900]: File: C:\Python34\tcl\tclstub86.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:911]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:913]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a3b.rbf,,DestName=C:\Python34\tcl\tclooConfig.sh,Attributes=32800,FileSize=773,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:916]: File: C:\Python34\tcl\tclooConfig.sh; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:927]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:929]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a3a.rbf,,DestName=C:\Python34\tcl\tclConfig.sh,Attributes=32800,FileSize=7217,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:932]: File: C:\Python34\tcl\tclConfig.sh; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:943]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:945]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a39.rbf,,DestName=C:\Python34\tcl\tcl86t.lib,Attributes=32800,FileSize=186844,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:948]: File: C:\Python34\tcl\tcl86t.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:960]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:963]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a38.rbf,,DestName=C:\Python34\tcl\itclstub40.lib,Attributes=32800,FileSize=3184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:966]: File: C:\Python34\tcl\itclstub40.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:976]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:978]: Executing op: SetTargetFolder(Folder=C:\Python34\libs\) MSI (s) (9C:5C) [21:25:46:979]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a37.rbf,,DestName=C:\Python34\libs\python3.lib,Attributes=32800,FileSize=151662,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:982]: File: C:\Python34\libs\python3.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:46:994]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:46:996]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a36.rbf,,DestName=C:\Python34\libs\python34.lib,Attributes=32800,FileSize=290588,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:46:998]: File: C:\Python34\libs\python34.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:009]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:011]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a35.rbf,,DestName=C:\Python34\libs\_tkinter.lib,Attributes=32800,FileSize=1746,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:014]: File: C:\Python34\libs\_tkinter.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:026]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:028]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a34.rbf,,DestName=C:\Python34\libs\_overlapped.lib,Attributes=32800,FileSize=1796,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:030]: File: C:\Python34\libs\_overlapped.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:042]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:044]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a33.rbf,,DestName=C:\Python34\libs\_testimportmultiple.lib,Attributes=32800,FileSize=2600,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:047]: File: C:\Python34\libs\_testimportmultiple.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:058]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:060]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a32.rbf,,DestName=C:\Python34\libs\_testbuffer.lib,Attributes=32800,FileSize=1796,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:063]: File: C:\Python34\libs\_testbuffer.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:072]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:074]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a31.rbf,,DestName=C:\Python34\libs\_decimal.lib,Attributes=32800,FileSize=1746,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:076]: File: C:\Python34\libs\_decimal.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:085]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:087]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a30.rbf,,DestName=C:\Python34\libs\_lzma.lib,Attributes=32800,FileSize=1694,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:089]: File: C:\Python34\libs\_lzma.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:100]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:102]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a2f.rbf,,DestName=C:\Python34\libs\_multiprocessing.lib,Attributes=32800,FileSize=1964,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:105]: File: C:\Python34\libs\_multiprocessing.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:112]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:114]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a2e.rbf,,DestName=C:\Python34\libs\_hashlib.lib,Attributes=32800,FileSize=1746,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:116]: File: C:\Python34\libs\_hashlib.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:125]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:127]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a2d.rbf,,DestName=C:\Python34\libs\_sqlite3.lib,Attributes=32800,FileSize=1746,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:130]: File: C:\Python34\libs\_sqlite3.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:266]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:267]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a2c.rbf,,DestName=C:\Python34\libs\_ctypes_test.lib,Attributes=32800,FileSize=21694,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:269]: File: C:\Python34\libs\_ctypes_test.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:278]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:280]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a2b.rbf,,DestName=C:\Python34\libs\_ctypes.lib,Attributes=32800,FileSize=1728,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:281]: File: C:\Python34\libs\_ctypes.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:289]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:291]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a2a.rbf,,DestName=C:\Python34\libs\_msi.lib,Attributes=32800,FileSize=1678,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:294]: File: C:\Python34\libs\_msi.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:305]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:307]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a29.rbf,,DestName=C:\Python34\libs\_testcapi.lib,Attributes=32800,FileSize=1762,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:309]: File: C:\Python34\libs\_testcapi.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:319]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:321]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a28.rbf,,DestName=C:\Python34\libs\_ssl.lib,Attributes=32800,FileSize=1678,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:324]: File: C:\Python34\libs\_ssl.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:335]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:338]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a27.rbf,,DestName=C:\Python34\libs\_socket.lib,Attributes=32800,FileSize=1728,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:340]: File: C:\Python34\libs\_socket.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:351]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:352]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a26.rbf,,DestName=C:\Python34\libs\_elementtree.lib,Attributes=32800,FileSize=1892,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:354]: File: C:\Python34\libs\_elementtree.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:365]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:367]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a25.rbf,,DestName=C:\Python34\libs\_bz2.lib,Attributes=32800,FileSize=1678,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:369]: File: C:\Python34\libs\_bz2.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:378]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:380]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a24.rbf,,DestName=C:\Python34\libs\winsound.lib,Attributes=32800,FileSize=1746,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:383]: File: C:\Python34\libs\winsound.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:391]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:393]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a23.rbf,,DestName=C:\Python34\libs\unicodedata.lib,Attributes=32800,FileSize=1796,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:395]: File: C:\Python34\libs\unicodedata.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:402]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:404]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a22.rbf,,DestName=C:\Python34\libs\select.lib,Attributes=32800,FileSize=1712,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:405]: File: C:\Python34\libs\select.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:413]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:415]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a21.rbf,,DestName=C:\Python34\libs\pyexpat.lib,Attributes=32800,FileSize=1728,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:416]: File: C:\Python34\libs\pyexpat.lib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:425]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:426]: Executing op: SetTargetFolder(Folder=C:\Python34\include\) MSI (s) (9C:5C) [21:25:47:427]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a20.rbf,,DestName=C:\Python34\include\pyconfig.h,Attributes=32800,FileSize=21821,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:429]: File: C:\Python34\include\pyconfig.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:441]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:443]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a1f.rbf,,DestName=C:\Python34\include\weakrefobject.h,Attributes=32800,FileSize=2952,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:445]: File: C:\Python34\include\weakrefobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:453]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:455]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a1e.rbf,,DestName=C:\Python34\include\warnings.h,Attributes=32800,FileSize=1480,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:457]: File: C:\Python34\include\warnings.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:466]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:468]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a1d.rbf,,DestName=C:\Python34\include\unicodeobject.h,Attributes=32800,FileSize=80415,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:470]: File: C:\Python34\include\unicodeobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:477]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:479]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a1c.rbf,,DestName=C:\Python34\include\ucnhash.h,Attributes=32800,FileSize=1093,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:482]: File: C:\Python34\include\ucnhash.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:490]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:492]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a1b.rbf,,DestName=C:\Python34\include\typeslots.h,Attributes=32800,FileSize=2073,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:493]: File: C:\Python34\include\typeslots.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:502]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:503]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a1a.rbf,,DestName=C:\Python34\include\tupleobject.h,Attributes=32800,FileSize=2517,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:505]: File: C:\Python34\include\tupleobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:515]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:517]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a19.rbf,,DestName=C:\Python34\include\traceback.h,Attributes=32800,FileSize=2217,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:519]: File: C:\Python34\include\traceback.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:530]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:532]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a18.rbf,,DestName=C:\Python34\include\token.h,Attributes=32800,FileSize=1975,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:535]: File: C:\Python34\include\token.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:546]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:547]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a17.rbf,,DestName=C:\Python34\include\sysmodule.h,Attributes=32800,FileSize=1398,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:549]: File: C:\Python34\include\sysmodule.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:558]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:561]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a16.rbf,,DestName=C:\Python34\include\symtable.h,Attributes=32800,FileSize=5221,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:563]: File: C:\Python34\include\symtable.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:573]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:575]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a15.rbf,,DestName=C:\Python34\include\structseq.h,Attributes=32800,FileSize=1402,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:577]: File: C:\Python34\include\structseq.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:586]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:588]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a14.rbf,,DestName=C:\Python34\include\structmember.h,Attributes=32800,FileSize=2144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:589]: File: C:\Python34\include\structmember.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:597]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:599]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a13.rbf,,DestName=C:\Python34\include\sliceobject.h,Attributes=32800,FileSize=1640,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:601]: File: C:\Python34\include\sliceobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:611]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:612]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a12.rbf,,DestName=C:\Python34\include\setobject.h,Attributes=32800,FileSize=3414,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:614]: File: C:\Python34\include\setobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:623]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:624]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a11.rbf,,DestName=C:\Python34\include\rangeobject.h,Attributes=32800,FileSize=656,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:626]: File: C:\Python34\include\rangeobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:634]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:636]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a10.rbf,,DestName=C:\Python34\include\py_curses.h,Attributes=32800,FileSize=4352,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:638]: File: C:\Python34\include\py_curses.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:649]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:650]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a0f.rbf,,DestName=C:\Python34\include\pytime.h,Attributes=32800,FileSize=3019,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:653]: File: C:\Python34\include\pytime.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:664]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:670]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a0e.rbf,,DestName=C:\Python34\include\pythread.h,Attributes=32800,FileSize=3129,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:677]: File: C:\Python34\include\pythread.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:690]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:692]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a0d.rbf,,DestName=C:\Python34\include\pythonrun.h,Attributes=32800,FileSize=10488,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:695]: File: C:\Python34\include\pythonrun.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:710]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:712]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a0c.rbf,,DestName=C:\Python34\include\Python.h,Attributes=32800,FileSize=2989,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:715]: File: C:\Python34\include\Python.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:727]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:729]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a0b.rbf,,DestName=C:\Python34\include\Python-ast.h,Attributes=32800,FileSize=20058,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:731]: File: C:\Python34\include\Python-ast.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:740]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:742]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a0a.rbf,,DestName=C:\Python34\include\pystrtod.h,Attributes=32800,FileSize=1317,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:743]: File: C:\Python34\include\pystrtod.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:751]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:753]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a09.rbf,,DestName=C:\Python34\include\pystrcmp.h,Attributes=32800,FileSize=459,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:756]: File: C:\Python34\include\pystrcmp.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:767]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:768]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a08.rbf,,DestName=C:\Python34\include\pystate.h,Attributes=32800,FileSize=9395,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:771]: File: C:\Python34\include\pystate.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:785]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:787]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a07.rbf,,DestName=C:\Python34\include\pyport.h,Attributes=32800,FileSize=31756,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:790]: File: C:\Python34\include\pyport.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:800]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:802]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a06.rbf,,DestName=C:\Python34\include\pymem.h,Attributes=32800,FileSize=6965,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:803]: File: C:\Python34\include\pymem.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:814]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:816]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a05.rbf,,DestName=C:\Python34\include\pymath.h,Attributes=32800,FileSize=6602,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:818]: File: C:\Python34\include\pymath.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:828]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:831]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a04.rbf,,DestName=C:\Python34\include\pymacro.h,Attributes=32800,FileSize=2899,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:833]: File: C:\Python34\include\pymacro.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:842]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:843]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a03.rbf,,DestName=C:\Python34\include\pymacconfig.h,Attributes=32800,FileSize=3090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:845]: File: C:\Python34\include\pymacconfig.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:853]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:855]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a02.rbf,,DestName=C:\Python34\include\pyhash.h,Attributes=32800,FileSize=4423,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:857]: File: C:\Python34\include\pyhash.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:868]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:869]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a01.rbf,,DestName=C:\Python34\include\pygetopt.h,Attributes=32800,FileSize=409,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:871]: File: C:\Python34\include\pygetopt.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:880]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:882]: Executing op: FileCopy(SourceName=C:\Config.Msi\52a00.rbf,,DestName=C:\Python34\include\pyfpe.h,Attributes=32800,FileSize=8665,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:884]: File: C:\Python34\include\pyfpe.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:893]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:894]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ff.rbf,,DestName=C:\Python34\include\pyexpat.h,Attributes=32800,FileSize=2393,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:897]: File: C:\Python34\include\pyexpat.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:906]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:908]: Executing op: FileCopy(SourceName=C:\Config.Msi\529fe.rbf,,DestName=C:\Python34\include\pyerrors.h,Attributes=32800,FileSize=16381,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:911]: File: C:\Python34\include\pyerrors.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:921]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:923]: Executing op: FileCopy(SourceName=C:\Config.Msi\529fd.rbf,,DestName=C:\Python34\include\pydebug.h,Attributes=32800,FileSize=1053,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:925]: File: C:\Python34\include\pydebug.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:933]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:934]: Executing op: FileCopy(SourceName=C:\Config.Msi\529fc.rbf,,DestName=C:\Python34\include\pyctype.h,Attributes=32800,FileSize=1353,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:936]: File: C:\Python34\include\pyctype.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:944]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:946]: Executing op: FileCopy(SourceName=C:\Config.Msi\529fb.rbf,,DestName=C:\Python34\include\pycapsule.h,Attributes=32800,FileSize=1785,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:948]: File: C:\Python34\include\pycapsule.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:957]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:959]: Executing op: FileCopy(SourceName=C:\Config.Msi\529fa.rbf,,DestName=C:\Python34\include\pyatomic.h,Attributes=32800,FileSize=6128,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:962]: File: C:\Python34\include\pyatomic.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:972]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:974]: Executing op: FileCopy(SourceName=C:\Config.Msi\529f9.rbf,,DestName=C:\Python34\include\pyarena.h,Attributes=32800,FileSize=2808,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:976]: File: C:\Python34\include\pyarena.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:987]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:47:989]: Executing op: FileCopy(SourceName=C:\Config.Msi\529f8.rbf,,DestName=C:\Python34\include\pgenheaders.h,Attributes=32800,FileSize=1186,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:47:991]: File: C:\Python34\include\pgenheaders.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:47:999]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:001]: Executing op: FileCopy(SourceName=C:\Config.Msi\529f7.rbf,,DestName=C:\Python34\include\pgen.h,Attributes=32800,FileSize=271,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:004]: File: C:\Python34\include\pgen.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:013]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:015]: Executing op: FileCopy(SourceName=C:\Config.Msi\529f6.rbf,,DestName=C:\Python34\include\patchlevel.h,Attributes=32800,FileSize=1163,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:017]: File: C:\Python34\include\patchlevel.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:025]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:026]: Executing op: FileCopy(SourceName=C:\Config.Msi\529f5.rbf,,DestName=C:\Python34\include\parsetok.h,Attributes=32800,FileSize=2993,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:029]: File: C:\Python34\include\parsetok.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:038]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:040]: Executing op: FileCopy(SourceName=C:\Config.Msi\529f4.rbf,,DestName=C:\Python34\include\osdefs.h,Attributes=32800,FileSize=898,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:042]: File: C:\Python34\include\osdefs.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:050]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:052]: Executing op: FileCopy(SourceName=C:\Config.Msi\529f3.rbf,,DestName=C:\Python34\include\opcode.h,Attributes=32800,FileSize=5370,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:054]: File: C:\Python34\include\opcode.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:063]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:066]: Executing op: FileCopy(SourceName=C:\Config.Msi\529f2.rbf,,DestName=C:\Python34\include\objimpl.h,Attributes=32800,FileSize=14209,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:068]: File: C:\Python34\include\objimpl.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:076]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:078]: Executing op: FileCopy(SourceName=C:\Config.Msi\529f1.rbf,,DestName=C:\Python34\include\object.h,Attributes=32800,FileSize=39473,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:080]: File: C:\Python34\include\object.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:088]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:090]: Executing op: FileCopy(SourceName=C:\Config.Msi\529f0.rbf,,DestName=C:\Python34\include\node.h,Attributes=32800,FileSize=1040,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:091]: File: C:\Python34\include\node.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:103]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:104]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ef.rbf,,DestName=C:\Python34\include\namespaceobject.h,Attributes=32800,FileSize=314,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:106]: File: C:\Python34\include\namespaceobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:117]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:118]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ee.rbf,,DestName=C:\Python34\include\moduleobject.h,Attributes=32800,FileSize=1678,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:120]: File: C:\Python34\include\moduleobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:128]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:130]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ed.rbf,,DestName=C:\Python34\include\modsupport.h,Attributes=32800,FileSize=5029,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:132]: File: C:\Python34\include\modsupport.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:142]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:144]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ec.rbf,,DestName=C:\Python34\include\methodobject.h,Attributes=32800,FileSize=3400,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:146]: File: C:\Python34\include\methodobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:156]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:158]: Executing op: FileCopy(SourceName=C:\Config.Msi\529eb.rbf,,DestName=C:\Python34\include\metagrammar.h,Attributes=32800,FileSize=271,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:159]: File: C:\Python34\include\metagrammar.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:167]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:168]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ea.rbf,,DestName=C:\Python34\include\memoryobject.h,Attributes=32800,FileSize=2946,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:171]: File: C:\Python34\include\memoryobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:180]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:182]: Executing op: FileCopy(SourceName=C:\Config.Msi\529e9.rbf,,DestName=C:\Python34\include\marshal.h,Attributes=32800,FileSize=831,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:184]: File: C:\Python34\include\marshal.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:192]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:194]: Executing op: FileCopy(SourceName=C:\Config.Msi\529e8.rbf,,DestName=C:\Python34\include\longobject.h,Attributes=32800,FileSize=8378,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:197]: File: C:\Python34\include\longobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:207]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:208]: Executing op: FileCopy(SourceName=C:\Config.Msi\529e7.rbf,,DestName=C:\Python34\include\longintrepr.h,Attributes=32800,FileSize=4100,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:210]: File: C:\Python34\include\longintrepr.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:217]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:219]: Executing op: FileCopy(SourceName=C:\Config.Msi\529e6.rbf,,DestName=C:\Python34\include\listobject.h,Attributes=32800,FileSize=2916,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:220]: File: C:\Python34\include\listobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:230]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\529e5.rbf,,DestName=C:\Python34\include\iterobject.h,Attributes=32800,FileSize=592,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:233]: File: C:\Python34\include\iterobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:242]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:244]: Executing op: FileCopy(SourceName=C:\Config.Msi\529e4.rbf,,DestName=C:\Python34\include\intrcheck.h,Attributes=32800,FileSize=481,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:246]: File: C:\Python34\include\intrcheck.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:254]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:256]: Executing op: FileCopy(SourceName=C:\Config.Msi\529e3.rbf,,DestName=C:\Python34\include\import.h,Attributes=32800,FileSize=4031,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:258]: File: C:\Python34\include\import.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:266]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:267]: Executing op: FileCopy(SourceName=C:\Config.Msi\529e2.rbf,,DestName=C:\Python34\include\grammar.h,Attributes=32800,FileSize=2138,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:269]: File: C:\Python34\include\grammar.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:277]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:279]: Executing op: FileCopy(SourceName=C:\Config.Msi\529e1.rbf,,DestName=C:\Python34\include\graminit.h,Attributes=32800,FileSize=1957,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:281]: File: C:\Python34\include\graminit.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:290]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:292]: Executing op: FileCopy(SourceName=C:\Config.Msi\529e0.rbf,,DestName=C:\Python34\include\genobject.h,Attributes=32800,FileSize=1177,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:295]: File: C:\Python34\include\genobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:305]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:306]: Executing op: FileCopy(SourceName=C:\Config.Msi\529df.rbf,,DestName=C:\Python34\include\funcobject.h,Attributes=32800,FileSize=3860,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:308]: File: C:\Python34\include\funcobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:317]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:319]: Executing op: FileCopy(SourceName=C:\Config.Msi\529de.rbf,,DestName=C:\Python34\include\frameobject.h,Attributes=32800,FileSize=3653,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:320]: File: C:\Python34\include\frameobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:331]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:333]: Executing op: FileCopy(SourceName=C:\Config.Msi\529dd.rbf,,DestName=C:\Python34\include\floatobject.h,Attributes=32800,FileSize=4769,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:335]: File: C:\Python34\include\floatobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:346]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:347]: Executing op: FileCopy(SourceName=C:\Config.Msi\529dc.rbf,,DestName=C:\Python34\include\fileutils.h,Attributes=32800,FileSize=1580,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:349]: File: C:\Python34\include\fileutils.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:383]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:385]: Executing op: FileCopy(SourceName=C:\Config.Msi\529db.rbf,,DestName=C:\Python34\include\fileobject.h,Attributes=32800,FileSize=1920,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:387]: File: C:\Python34\include\fileobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:395]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:396]: Executing op: FileCopy(SourceName=C:\Config.Msi\529da.rbf,,DestName=C:\Python34\include\eval.h,Attributes=32800,FileSize=624,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:398]: File: C:\Python34\include\eval.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:407]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:409]: Executing op: FileCopy(SourceName=C:\Config.Msi\529d9.rbf,,DestName=C:\Python34\include\errcode.h,Attributes=32800,FileSize=1535,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:410]: File: C:\Python34\include\errcode.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:422]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:424]: Executing op: FileCopy(SourceName=C:\Config.Msi\529d8.rbf,,DestName=C:\Python34\include\enumobject.h,Attributes=32800,FileSize=270,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:427]: File: C:\Python34\include\enumobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:438]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:440]: Executing op: FileCopy(SourceName=C:\Config.Msi\529d7.rbf,,DestName=C:\Python34\include\dynamic_annotations.h,Attributes=32800,FileSize=22970,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:443]: File: C:\Python34\include\dynamic_annotations.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:453]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:455]: Executing op: FileCopy(SourceName=C:\Config.Msi\529d6.rbf,,DestName=C:\Python34\include\dtoa.h,Attributes=32800,FileSize=477,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:457]: File: C:\Python34\include\dtoa.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:465]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:467]: Executing op: FileCopy(SourceName=C:\Config.Msi\529d5.rbf,,DestName=C:\Python34\include\dictobject.h,Attributes=32800,FileSize=5304,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:470]: File: C:\Python34\include\dictobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:480]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:481]: Executing op: FileCopy(SourceName=C:\Config.Msi\529d4.rbf,,DestName=C:\Python34\include\descrobject.h,Attributes=32800,FileSize=3018,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:483]: File: C:\Python34\include\descrobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:494]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:496]: Executing op: FileCopy(SourceName=C:\Config.Msi\529d3.rbf,,DestName=C:\Python34\include\datetime.h,Attributes=32800,FileSize=8785,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:498]: File: C:\Python34\include\datetime.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:506]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:507]: Executing op: FileCopy(SourceName=C:\Config.Msi\529d2.rbf,,DestName=C:\Python34\include\complexobject.h,Attributes=32800,FileSize=2031,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:509]: File: C:\Python34\include\complexobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:519]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:521]: Executing op: FileCopy(SourceName=C:\Config.Msi\529d1.rbf,,DestName=C:\Python34\include\compile.h,Attributes=32800,FileSize=2189,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:523]: File: C:\Python34\include\compile.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:533]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:535]: Executing op: FileCopy(SourceName=C:\Config.Msi\529d0.rbf,,DestName=C:\Python34\include\codecs.h,Attributes=32800,FileSize=6783,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:537]: File: C:\Python34\include\codecs.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:545]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:548]: Executing op: FileCopy(SourceName=C:\Config.Msi\529cf.rbf,,DestName=C:\Python34\include\code.h,Attributes=32800,FileSize=4342,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:550]: File: C:\Python34\include\code.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:559]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:561]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ce.rbf,,DestName=C:\Python34\include\classobject.h,Attributes=32800,FileSize=1724,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:563]: File: C:\Python34\include\classobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:575]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:578]: Executing op: FileCopy(SourceName=C:\Config.Msi\529cd.rbf,,DestName=C:\Python34\include\ceval.h,Attributes=32800,FileSize=7399,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:582]: File: C:\Python34\include\ceval.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:595]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:598]: Executing op: FileCopy(SourceName=C:\Config.Msi\529cc.rbf,,DestName=C:\Python34\include\cellobject.h,Attributes=32800,FileSize=730,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:600]: File: C:\Python34\include\cellobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:611]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:613]: Executing op: FileCopy(SourceName=C:\Config.Msi\529cb.rbf,,DestName=C:\Python34\include\bytes_methods.h,Attributes=32800,FileSize=2071,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:616]: File: C:\Python34\include\bytes_methods.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:628]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:630]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ca.rbf,,DestName=C:\Python34\include\bytesobject.h,Attributes=32800,FileSize=5050,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:632]: File: C:\Python34\include\bytesobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:642]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:644]: Executing op: FileCopy(SourceName=C:\Config.Msi\529c9.rbf,,DestName=C:\Python34\include\bytearrayobject.h,Attributes=32800,FileSize=2176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:646]: File: C:\Python34\include\bytearrayobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:660]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:662]: Executing op: FileCopy(SourceName=C:\Config.Msi\529c8.rbf,,DestName=C:\Python34\include\boolobject.h,Attributes=32800,FileSize=920,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:664]: File: C:\Python34\include\boolobject.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:678]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:681]: Executing op: FileCopy(SourceName=C:\Config.Msi\529c7.rbf,,DestName=C:\Python34\include\bltinmodule.h,Attributes=32800,FileSize=278,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:684]: File: C:\Python34\include\bltinmodule.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:697]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:699]: Executing op: FileCopy(SourceName=C:\Config.Msi\529c6.rbf,,DestName=C:\Python34\include\bitset.h,Attributes=32800,FileSize=824,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:703]: File: C:\Python34\include\bitset.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:733]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:735]: Executing op: FileCopy(SourceName=C:\Config.Msi\529c5.rbf,,DestName=C:\Python34\include\ast.h,Attributes=32800,FileSize=499,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:740]: File: C:\Python34\include\ast.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:759]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:761]: Executing op: FileCopy(SourceName=C:\Config.Msi\529c4.rbf,,DestName=C:\Python34\include\asdl.h,Attributes=32800,FileSize=1229,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:764]: File: C:\Python34\include\asdl.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:776]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:778]: Executing op: FileCopy(SourceName=C:\Config.Msi\529c3.rbf,,DestName=C:\Python34\include\accu.h,Attributes=32800,FileSize=1053,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:781]: File: C:\Python34\include\accu.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:795]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:798]: Executing op: FileCopy(SourceName=C:\Config.Msi\529c2.rbf,,DestName=C:\Python34\include\abstract.h,Attributes=32800,FileSize=44344,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:801]: File: C:\Python34\include\abstract.h; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:813]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:815]: Executing op: SetTargetFolder(Folder=C:\Python34\DLLs\) MSI (s) (9C:5C) [21:25:48:816]: Executing op: FileCopy(SourceName=C:\Config.Msi\529c1.rbf,,DestName=C:\Python34\DLLs\tk86t.dll,Attributes=32800,FileSize=1943040,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:818]: File: C:\Python34\DLLs\tk86t.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:829]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:831]: Executing op: FileCopy(SourceName=C:\Config.Msi\529c0.rbf,,DestName=C:\Python34\DLLs\tcl86t.dll,Attributes=32800,FileSize=1591808,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:833]: File: C:\Python34\DLLs\tcl86t.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:844]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:846]: Executing op: FileCopy(SourceName=C:\Config.Msi\529bf.rbf,,DestName=C:\Python34\DLLs\_tkinter.pyd,Attributes=32800,FileSize=34816,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:849]: File: C:\Python34\DLLs\_tkinter.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:860]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:863]: Executing op: FileCopy(SourceName=C:\Config.Msi\529be.rbf,,DestName=C:\Python34\DLLs\sqlite3.dll,Attributes=32800,FileSize=497664,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:865]: File: C:\Python34\DLLs\sqlite3.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:874]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:878]: Executing op: FileCopy(SourceName=C:\Config.Msi\529bd.rbf,,DestName=C:\Python34\DLLs\python3.dll,Attributes=32800,FileSize=72704,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:881]: File: C:\Python34\DLLs\python3.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:893]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:895]: Executing op: FileCopy(SourceName=C:\Config.Msi\529bc.rbf,,DestName=C:\Python34\DLLs\_overlapped.pyd,Attributes=32800,FileSize=19968,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:897]: File: C:\Python34\DLLs\_overlapped.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:908]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:910]: Executing op: FileCopy(SourceName=C:\Config.Msi\529bb.rbf,,DestName=C:\Python34\DLLs\_testimportmultiple.pyd,Attributes=32800,FileSize=6656,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:913]: File: C:\Python34\DLLs\_testimportmultiple.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:930]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:934]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ba.rbf,,DestName=C:\Python34\DLLs\_testbuffer.pyd,Attributes=32800,FileSize=28160,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:936]: File: C:\Python34\DLLs\_testbuffer.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:946]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:948]: Executing op: FileCopy(SourceName=C:\Config.Msi\529b9.rbf,,DestName=C:\Python34\DLLs\_decimal.pyd,Attributes=32800,FileSize=182272,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:951]: File: C:\Python34\DLLs\_decimal.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:961]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:963]: Executing op: FileCopy(SourceName=C:\Config.Msi\529b8.rbf,,DestName=C:\Python34\DLLs\_lzma.pyd,Attributes=32800,FileSize=137216,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:965]: File: C:\Python34\DLLs\_lzma.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:976]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:978]: Executing op: FileCopy(SourceName=C:\Config.Msi\529b7.rbf,,DestName=C:\Python34\DLLs\_multiprocessing.pyd,Attributes=32800,FileSize=12288,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:981]: File: C:\Python34\DLLs\_multiprocessing.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:48:991]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:48:992]: Executing op: FileCopy(SourceName=C:\Config.Msi\529b6.rbf,,DestName=C:\Python34\DLLs\_hashlib.pyd,Attributes=32800,FileSize=781824,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:48:995]: File: C:\Python34\DLLs\_hashlib.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:003]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:004]: Executing op: FileCopy(SourceName=C:\Config.Msi\529b5.rbf,,DestName=C:\Python34\DLLs\_sqlite3.pyd,Attributes=32800,FileSize=47616,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:006]: File: C:\Python34\DLLs\_sqlite3.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:015]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:017]: Executing op: FileCopy(SourceName=C:\Config.Msi\529b4.rbf,,DestName=C:\Python34\DLLs\_ctypes_test.pyd,Attributes=32800,FileSize=15872,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:019]: File: C:\Python34\DLLs\_ctypes_test.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:028]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:030]: Executing op: FileCopy(SourceName=C:\Config.Msi\529b3.rbf,,DestName=C:\Python34\DLLs\_ctypes.pyd,Attributes=32800,FileSize=84992,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:032]: File: C:\Python34\DLLs\_ctypes.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:040]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:041]: Executing op: FileCopy(SourceName=C:\Config.Msi\529b2.rbf,,DestName=C:\Python34\DLLs\_msi.pyd,Attributes=32800,FileSize=48640,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:043]: File: C:\Python34\DLLs\_msi.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:057]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:059]: Executing op: FileCopy(SourceName=C:\Config.Msi\529b1.rbf,,DestName=C:\Python34\DLLs\_testcapi.pyd,Attributes=32800,FileSize=47616,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:063]: File: C:\Python34\DLLs\_testcapi.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:077]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:079]: Executing op: FileCopy(SourceName=C:\Config.Msi\529b0.rbf,,DestName=C:\Python34\DLLs\_ssl.pyd,Attributes=32800,FileSize=1206784,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:082]: File: C:\Python34\DLLs\_ssl.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:090]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:091]: Executing op: FileCopy(SourceName=C:\Config.Msi\529af.rbf,,DestName=C:\Python34\DLLs\_socket.pyd,Attributes=32800,FileSize=47104,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:093]: File: C:\Python34\DLLs\_socket.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:101]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:103]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ae.rbf,,DestName=C:\Python34\DLLs\_elementtree.pyd,Attributes=32800,FileSize=131584,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:106]: File: C:\Python34\DLLs\_elementtree.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:114]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:116]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ad.rbf,,DestName=C:\Python34\DLLs\_bz2.pyd,Attributes=32800,FileSize=53760,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:118]: File: C:\Python34\DLLs\_bz2.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:128]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:129]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ac.rbf,,DestName=C:\Python34\DLLs\winsound.pyd,Attributes=32800,FileSize=9216,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:131]: File: C:\Python34\DLLs\winsound.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:140]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:142]: Executing op: FileCopy(SourceName=C:\Config.Msi\529ab.rbf,,DestName=C:\Python34\DLLs\unicodedata.pyd,Attributes=32800,FileSize=758784,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:145]: File: C:\Python34\DLLs\unicodedata.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:152]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:154]: Executing op: FileCopy(SourceName=C:\Config.Msi\529aa.rbf,,DestName=C:\Python34\DLLs\select.pyd,Attributes=32800,FileSize=9728,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:157]: File: C:\Python34\DLLs\select.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:168]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:169]: Executing op: FileCopy(SourceName=C:\Config.Msi\529a9.rbf,,DestName=C:\Python34\DLLs\pyexpat.pyd,Attributes=32800,FileSize=134144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:171]: File: C:\Python34\DLLs\pyexpat.pyd; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:180]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:181]: Executing op: FileCopy(SourceName=C:\Config.Msi\529a8.rbf,,DestName=C:\Python34\DLLs\pyc.ico,Attributes=32800,FileSize=19790,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:183]: File: C:\Python34\DLLs\pyc.ico; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:192]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:194]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\dbm\) MSI (s) (9C:5C) [21:25:49:195]: Executing op: FileCopy(SourceName=C:\Config.Msi\529a7.rbf,,DestName=C:\Python34\Lib\dbm\ndbm.py,Attributes=32800,FileSize=73,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:197]: File: C:\Python34\Lib\dbm\ndbm.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:209]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:211]: Executing op: FileCopy(SourceName=C:\Config.Msi\529a6.rbf,,DestName=C:\Python34\Lib\dbm\__init__.py,Attributes=32800,FileSize=5965,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:213]: File: C:\Python34\Lib\dbm\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:222]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:223]: Executing op: FileCopy(SourceName=C:\Config.Msi\529a5.rbf,,DestName=C:\Python34\Lib\dbm\gnu.py,Attributes=32800,FileSize=75,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:225]: File: C:\Python34\Lib\dbm\gnu.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:233]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:235]: Executing op: FileCopy(SourceName=C:\Config.Msi\529a4.rbf,,DestName=C:\Python34\Lib\dbm\dumb.py,Attributes=32800,FileSize=10830,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:237]: File: C:\Python34\Lib\dbm\dumb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:245]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:247]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\tests\) MSI (s) (9C:5C) [21:25:49:248]: Executing op: FileCopy(SourceName=C:\Config.Msi\529a3.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_build_ext.py,Attributes=32800,FileSize=18573,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:250]: File: C:\Python34\Lib\distutils\tests\test_build_ext.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:259]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:260]: Executing op: FileCopy(SourceName=C:\Config.Msi\529a2.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_spawn.py,Attributes=32800,FileSize=1915,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:262]: File: C:\Python34\Lib\distutils\tests\test_spawn.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:271]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:273]: Executing op: FileCopy(SourceName=C:\Config.Msi\529a1.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_bdist_wininst.py,Attributes=32800,FileSize=1071,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:275]: File: C:\Python34\Lib\distutils\tests\test_bdist_wininst.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:284]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:285]: Executing op: FileCopy(SourceName=C:\Config.Msi\529a0.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_core.py,Attributes=32800,FileSize=3135,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:287]: File: C:\Python34\Lib\distutils\tests\test_core.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:296]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:298]: Executing op: FileCopy(SourceName=C:\Config.Msi\5299f.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_sdist.py,Attributes=32800,FileSize=16963,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:300]: File: C:\Python34\Lib\distutils\tests\test_sdist.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:310]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:312]: Executing op: FileCopy(SourceName=C:\Config.Msi\5299e.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_bdist.py,Attributes=32800,FileSize=1584,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:314]: File: C:\Python34\Lib\distutils\tests\test_bdist.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:324]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:326]: Executing op: FileCopy(SourceName=C:\Config.Msi\5299d.rbf,,DestName=C:\Python34\Lib\distutils\tests\__init__.py,Attributes=32800,FileSize=1096,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:329]: File: C:\Python34\Lib\distutils\tests\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:341]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:342]: Executing op: FileCopy(SourceName=C:\Config.Msi\5299c.rbf,,DestName=C:\Python34\Lib\distutils\tests\support.py,Attributes=32800,FileSize=6743,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:344]: File: C:\Python34\Lib\distutils\tests\support.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:354]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:357]: Executing op: FileCopy(SourceName=C:\Config.Msi\5299b.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_version.py,Attributes=32800,FileSize=2685,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:360]: File: C:\Python34\Lib\distutils\tests\test_version.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:372]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:374]: Executing op: FileCopy(SourceName=C:\Config.Msi\5299a.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_extension.py,Attributes=32800,FileSize=2837,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:376]: File: C:\Python34\Lib\distutils\tests\test_extension.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:387]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:389]: Executing op: FileCopy(SourceName=C:\Config.Msi\52999.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_text_file.py,Attributes=32800,FileSize=3543,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:391]: File: C:\Python34\Lib\distutils\tests\test_text_file.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:401]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:402]: Executing op: FileCopy(SourceName=C:\Config.Msi\52998.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_bdist_rpm.py,Attributes=32800,FileSize=5002,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:405]: File: C:\Python34\Lib\distutils\tests\test_bdist_rpm.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:416]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:417]: Executing op: FileCopy(SourceName=C:\Config.Msi\52997.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_build.py,Attributes=32800,FileSize=1974,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:420]: File: C:\Python34\Lib\distutils\tests\test_build.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:429]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:431]: Executing op: FileCopy(SourceName=C:\Config.Msi\52996.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_install_lib.py,Attributes=32800,FileSize=4098,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:433]: File: C:\Python34\Lib\distutils\tests\test_install_lib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:442]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:443]: Executing op: FileCopy(SourceName=C:\Config.Msi\52995.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_build_clib.py,Attributes=32800,FileSize=5121,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:445]: File: C:\Python34\Lib\distutils\tests\test_build_clib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:454]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:456]: Executing op: FileCopy(SourceName=C:\Config.Msi\52994.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_util.py,Attributes=32800,FileSize=11550,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:458]: File: C:\Python34\Lib\distutils\tests\test_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:466]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:468]: Executing op: FileCopy(SourceName=C:\Config.Msi\52993.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_install_headers.py,Attributes=32800,FileSize=1305,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:470]: File: C:\Python34\Lib\distutils\tests\test_install_headers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:478]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:480]: Executing op: FileCopy(SourceName=C:\Config.Msi\52992.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_cmd.py,Attributes=32800,FileSize=3961,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:482]: File: C:\Python34\Lib\distutils\tests\test_cmd.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:490]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:492]: Executing op: FileCopy(SourceName=C:\Config.Msi\52991.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_build_py.py,Attributes=32800,FileSize=6462,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:494]: File: C:\Python34\Lib\distutils\tests\test_build_py.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:506]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:507]: Executing op: FileCopy(SourceName=C:\Config.Msi\52990.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_sysconfig.py,Attributes=32800,FileSize=8600,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:509]: File: C:\Python34\Lib\distutils\tests\test_sysconfig.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:519]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:520]: Executing op: FileCopy(SourceName=C:\Config.Msi\5298f.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_install_scripts.py,Attributes=32800,FileSize=2707,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:523]: File: C:\Python34\Lib\distutils\tests\test_install_scripts.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:535]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:536]: Executing op: FileCopy(SourceName=C:\Config.Msi\5298e.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_versionpredicate.py,Attributes=32800,FileSize=293,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:538]: File: C:\Python34\Lib\distutils\tests\test_versionpredicate.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:549]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:551]: Executing op: FileCopy(SourceName=C:\Config.Msi\5298d.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_clean.py,Attributes=32800,FileSize=1518,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:553]: File: C:\Python34\Lib\distutils\tests\test_clean.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:565]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:567]: Executing op: FileCopy(SourceName=C:\Config.Msi\5298c.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_config.py,Attributes=32800,FileSize=3268,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:568]: File: C:\Python34\Lib\distutils\tests\test_config.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:579]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:580]: Executing op: FileCopy(SourceName=C:\Config.Msi\5298b.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_install.py,Attributes=32800,FileSize=8678,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:583]: File: C:\Python34\Lib\distutils\tests\test_install.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:593]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:595]: Executing op: FileCopy(SourceName=C:\Config.Msi\5298a.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_register.py,Attributes=32800,FileSize=9601,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:597]: File: C:\Python34\Lib\distutils\tests\test_register.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:606]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:609]: Executing op: FileCopy(SourceName=C:\Config.Msi\52989.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_config_cmd.py,Attributes=32800,FileSize=2691,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:611]: File: C:\Python34\Lib\distutils\tests\test_config_cmd.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:620]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:622]: Executing op: FileCopy(SourceName=C:\Config.Msi\52988.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_dist.py,Attributes=32800,FileSize=16408,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:624]: File: C:\Python34\Lib\distutils\tests\test_dist.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:633]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:634]: Executing op: FileCopy(SourceName=C:\Config.Msi\52987.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_unixccompiler.py,Attributes=32800,FileSize=5021,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:636]: File: C:\Python34\Lib\distutils\tests\test_unixccompiler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:647]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:649]: Executing op: FileCopy(SourceName=C:\Config.Msi\52986.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_cygwinccompiler.py,Attributes=32800,FileSize=5826,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:651]: File: C:\Python34\Lib\distutils\tests\test_cygwinccompiler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:659]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:661]: Executing op: FileCopy(SourceName=C:\Config.Msi\52985.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_dir_util.py,Attributes=32800,FileSize=4793,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:663]: File: C:\Python34\Lib\distutils\tests\test_dir_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:671]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:673]: Executing op: FileCopy(SourceName=C:\Config.Msi\52984.rbf,,DestName=C:\Python34\Lib\distutils\tests\Setup.sample,Attributes=32800,FileSize=2316,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:676]: File: C:\Python34\Lib\distutils\tests\Setup.sample; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:687]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:688]: Executing op: FileCopy(SourceName=C:\Config.Msi\52983.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_msvc9compiler.py,Attributes=32800,FileSize=6225,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:690]: File: C:\Python34\Lib\distutils\tests\test_msvc9compiler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:699]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:700]: Executing op: FileCopy(SourceName=C:\Config.Msi\52982.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_bdist_msi.py,Attributes=32800,FileSize=753,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:703]: File: C:\Python34\Lib\distutils\tests\test_bdist_msi.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:715]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:716]: Executing op: FileCopy(SourceName=C:\Config.Msi\52981.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_build_scripts.py,Attributes=32800,FileSize=3705,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:718]: File: C:\Python34\Lib\distutils\tests\test_build_scripts.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:727]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:729]: Executing op: FileCopy(SourceName=C:\Config.Msi\52980.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_check.py,Attributes=32800,FileSize=4107,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:730]: File: C:\Python34\Lib\distutils\tests\test_check.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:740]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:743]: Executing op: FileCopy(SourceName=C:\Config.Msi\5297f.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_bdist_dumb.py,Attributes=32800,FileSize=2996,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:744]: File: C:\Python34\Lib\distutils\tests\test_bdist_dumb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:753]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:755]: Executing op: FileCopy(SourceName=C:\Config.Msi\5297e.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_install_data.py,Attributes=32800,FileSize=2680,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:757]: File: C:\Python34\Lib\distutils\tests\test_install_data.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:766]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:768]: Executing op: FileCopy(SourceName=C:\Config.Msi\5297d.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_log.py,Attributes=32800,FileSize=1269,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:770]: File: C:\Python34\Lib\distutils\tests\test_log.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:779]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:780]: Executing op: FileCopy(SourceName=C:\Config.Msi\5297c.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_archive_util.py,Attributes=32800,FileSize=12072,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:782]: File: C:\Python34\Lib\distutils\tests\test_archive_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:791]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:792]: Executing op: FileCopy(SourceName=C:\Config.Msi\5297b.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_dep_util.py,Attributes=32800,FileSize=2913,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:795]: File: C:\Python34\Lib\distutils\tests\test_dep_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:807]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:809]: Executing op: FileCopy(SourceName=C:\Config.Msi\5297a.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_file_util.py,Attributes=32800,FileSize=2867,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:812]: File: C:\Python34\Lib\distutils\tests\test_file_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:824]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:826]: Executing op: FileCopy(SourceName=C:\Config.Msi\52979.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_upload.py,Attributes=32800,FileSize=4350,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:828]: File: C:\Python34\Lib\distutils\tests\test_upload.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:841]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:842]: Executing op: FileCopy(SourceName=C:\Config.Msi\52978.rbf,,DestName=C:\Python34\Lib\distutils\tests\test_filelist.py,Attributes=32800,FileSize=10372,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:844]: File: C:\Python34\Lib\distutils\tests\test_filelist.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:858]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:861]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\command\) MSI (s) (9C:5C) [21:25:49:862]: Executing op: FileCopy(SourceName=C:\Config.Msi\52977.rbf,,DestName=C:\Python34\Lib\distutils\command\command_template,Attributes=32800,FileSize=666,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:863]: File: C:\Python34\Lib\distutils\command\command_template; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:874]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:876]: Executing op: FileCopy(SourceName=C:\Config.Msi\52976.rbf,,DestName=C:\Python34\Lib\distutils\command\bdist_wininst.py,Attributes=32800,FileSize=15245,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:879]: File: C:\Python34\Lib\distutils\command\bdist_wininst.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:891]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:893]: Executing op: FileCopy(SourceName=C:\Config.Msi\52975.rbf,,DestName=C:\Python34\Lib\distutils\command\__init__.py,Attributes=32800,FileSize=830,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:896]: File: C:\Python34\Lib\distutils\command\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:908]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:910]: Executing op: FileCopy(SourceName=C:\Config.Msi\52974.rbf,,DestName=C:\Python34\Lib\distutils\command\build_clib.py,Attributes=32800,FileSize=8231,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:912]: File: C:\Python34\Lib\distutils\command\build_clib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:923]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:924]: Executing op: FileCopy(SourceName=C:\Config.Msi\52973.rbf,,DestName=C:\Python34\Lib\distutils\command\install_egg_info.py,Attributes=32800,FileSize=2671,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:927]: File: C:\Python34\Lib\distutils\command\install_egg_info.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:938]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:940]: Executing op: FileCopy(SourceName=C:\Config.Msi\52972.rbf,,DestName=C:\Python34\Lib\distutils\command\install.py,Attributes=32800,FileSize=27162,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:943]: File: C:\Python34\Lib\distutils\command\install.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:956]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:958]: Executing op: FileCopy(SourceName=C:\Config.Msi\52971.rbf,,DestName=C:\Python34\Lib\distutils\command\install_scripts.py,Attributes=32800,FileSize=2077,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:960]: File: C:\Python34\Lib\distutils\command\install_scripts.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:973]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:975]: Executing op: FileCopy(SourceName=C:\Config.Msi\52970.rbf,,DestName=C:\Python34\Lib\distutils\command\wininst-6.0.exe,Attributes=32800,FileSize=61440,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:49:977]: File: C:\Python34\Lib\distutils\command\wininst-6.0.exe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:49:992]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:49:999]: Executing op: FileCopy(SourceName=C:\Config.Msi\5296f.rbf,,DestName=C:\Python34\Lib\distutils\command\sdist.py,Attributes=32800,FileSize=18688,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:002]: File: C:\Python34\Lib\distutils\command\sdist.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:013]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:015]: Executing op: FileCopy(SourceName=C:\Config.Msi\5296e.rbf,,DestName=C:\Python34\Lib\distutils\command\bdist_dumb.py,Attributes=32800,FileSize=4997,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:018]: File: C:\Python34\Lib\distutils\command\bdist_dumb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:027]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:029]: Executing op: FileCopy(SourceName=C:\Config.Msi\5296d.rbf,,DestName=C:\Python34\Lib\distutils\command\wininst-10.0.exe,Attributes=32800,FileSize=190976,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:031]: File: C:\Python34\Lib\distutils\command\wininst-10.0.exe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:041]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:043]: Executing op: FileCopy(SourceName=C:\Config.Msi\5296c.rbf,,DestName=C:\Python34\Lib\distutils\command\wininst-10.0-amd64.exe,Attributes=32800,FileSize=222208,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:045]: File: C:\Python34\Lib\distutils\command\wininst-10.0-amd64.exe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:054]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:055]: Executing op: FileCopy(SourceName=C:\Config.Msi\5296b.rbf,,DestName=C:\Python34\Lib\distutils\command\wininst-9.0.exe,Attributes=32800,FileSize=196096,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:057]: File: C:\Python34\Lib\distutils\command\wininst-9.0.exe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:066]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:068]: Executing op: FileCopy(SourceName=C:\Config.Msi\5296a.rbf,,DestName=C:\Python34\Lib\distutils\command\bdist.py,Attributes=32800,FileSize=5630,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:070]: File: C:\Python34\Lib\distutils\command\bdist.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:079]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:081]: Executing op: FileCopy(SourceName=C:\Config.Msi\52969.rbf,,DestName=C:\Python34\Lib\distutils\command\wininst-7.1.exe,Attributes=32800,FileSize=65536,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:083]: File: C:\Python34\Lib\distutils\command\wininst-7.1.exe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:095]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:097]: Executing op: FileCopy(SourceName=C:\Config.Msi\52968.rbf,,DestName=C:\Python34\Lib\distutils\command\bdist_msi.py,Attributes=32800,FileSize=35958,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:099]: File: C:\Python34\Lib\distutils\command\bdist_msi.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:109]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:110]: Executing op: FileCopy(SourceName=C:\Config.Msi\52967.rbf,,DestName=C:\Python34\Lib\distutils\command\check.py,Attributes=32800,FileSize=5629,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:113]: File: C:\Python34\Lib\distutils\command\check.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:125]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:128]: Executing op: FileCopy(SourceName=C:\Config.Msi\52966.rbf,,DestName=C:\Python34\Lib\distutils\command\build.py,Attributes=32800,FileSize=5561,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:130]: File: C:\Python34\Lib\distutils\command\build.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:140]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:141]: Executing op: FileCopy(SourceName=C:\Config.Msi\52965.rbf,,DestName=C:\Python34\Lib\distutils\command\build_ext.py,Attributes=32800,FileSize=32002,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:143]: File: C:\Python34\Lib\distutils\command\build_ext.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:152]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:154]: Executing op: FileCopy(SourceName=C:\Config.Msi\52964.rbf,,DestName=C:\Python34\Lib\distutils\command\build_py.py,Attributes=32800,FileSize=17578,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:155]: File: C:\Python34\Lib\distutils\command\build_py.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:164]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:166]: Executing op: FileCopy(SourceName=C:\Config.Msi\52963.rbf,,DestName=C:\Python34\Lib\distutils\command\install_lib.py,Attributes=32800,FileSize=8619,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:168]: File: C:\Python34\Lib\distutils\command\install_lib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:177]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:178]: Executing op: FileCopy(SourceName=C:\Config.Msi\52962.rbf,,DestName=C:\Python34\Lib\distutils\command\config.py,Attributes=32800,FileSize=13439,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:181]: File: C:\Python34\Lib\distutils\command\config.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:192]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:194]: Executing op: FileCopy(SourceName=C:\Config.Msi\52961.rbf,,DestName=C:\Python34\Lib\distutils\command\register.py,Attributes=32800,FileSize=12012,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:197]: File: C:\Python34\Lib\distutils\command\register.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:206]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:207]: Executing op: FileCopy(SourceName=C:\Config.Msi\52960.rbf,,DestName=C:\Python34\Lib\distutils\command\build_scripts.py,Attributes=32800,FileSize=6391,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:209]: File: C:\Python34\Lib\distutils\command\build_scripts.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:218]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:219]: Executing op: FileCopy(SourceName=C:\Config.Msi\5295f.rbf,,DestName=C:\Python34\Lib\distutils\command\wininst-8.0.exe,Attributes=32800,FileSize=61440,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:222]: File: C:\Python34\Lib\distutils\command\wininst-8.0.exe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:230]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:232]: Executing op: FileCopy(SourceName=C:\Config.Msi\5295e.rbf,,DestName=C:\Python34\Lib\distutils\command\install_data.py,Attributes=32800,FileSize=2901,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:234]: File: C:\Python34\Lib\distutils\command\install_data.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:243]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:244]: Executing op: FileCopy(SourceName=C:\Config.Msi\5295d.rbf,,DestName=C:\Python34\Lib\distutils\command\install_headers.py,Attributes=32800,FileSize=1345,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:247]: File: C:\Python34\Lib\distutils\command\install_headers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:259]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:261]: Executing op: FileCopy(SourceName=C:\Config.Msi\5295c.rbf,,DestName=C:\Python34\Lib\distutils\command\wininst-9.0-amd64.exe,Attributes=32800,FileSize=224256,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:262]: File: C:\Python34\Lib\distutils\command\wininst-9.0-amd64.exe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:271]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:273]: Executing op: FileCopy(SourceName=C:\Config.Msi\5295b.rbf,,DestName=C:\Python34\Lib\distutils\command\clean.py,Attributes=32800,FileSize=2852,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:275]: File: C:\Python34\Lib\distutils\command\clean.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:284]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:286]: Executing op: FileCopy(SourceName=C:\Config.Msi\5295a.rbf,,DestName=C:\Python34\Lib\distutils\command\upload.py,Attributes=32800,FileSize=7611,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:288]: File: C:\Python34\Lib\distutils\command\upload.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:296]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:298]: Executing op: FileCopy(SourceName=C:\Config.Msi\52959.rbf,,DestName=C:\Python34\Lib\distutils\command\bdist_rpm.py,Attributes=32800,FileSize=22252,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:299]: File: C:\Python34\Lib\distutils\command\bdist_rpm.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:309]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:310]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\) MSI (s) (9C:5C) [21:25:50:311]: Executing op: FileCopy(SourceName=C:\Config.Msi\52958.rbf,,DestName=C:\Python34\Lib\distutils\msvc9compiler.py,Attributes=32800,FileSize=31316,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:313]: File: C:\Python34\Lib\distutils\msvc9compiler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:322]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:326]: Executing op: FileCopy(SourceName=C:\Config.Msi\52957.rbf,,DestName=C:\Python34\Lib\distutils\versionpredicate.py,Attributes=32800,FileSize=5298,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:328]: File: C:\Python34\Lib\distutils\versionpredicate.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:337]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:339]: Executing op: FileCopy(SourceName=C:\Config.Msi\52956.rbf,,DestName=C:\Python34\Lib\distutils\msvccompiler.py,Attributes=32800,FileSize=24119,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:340]: File: C:\Python34\Lib\distutils\msvccompiler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:351]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:354]: Executing op: FileCopy(SourceName=C:\Config.Msi\52955.rbf,,DestName=C:\Python34\Lib\distutils\sysconfig.py,Attributes=32800,FileSize=21685,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:356]: File: C:\Python34\Lib\distutils\sysconfig.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:364]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:366]: Executing op: FileCopy(SourceName=C:\Config.Msi\52954.rbf,,DestName=C:\Python34\Lib\distutils\__init__.py,Attributes=32800,FileSize=331,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:368]: File: C:\Python34\Lib\distutils\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:379]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:381]: Executing op: FileCopy(SourceName=C:\Config.Msi\52953.rbf,,DestName=C:\Python34\Lib\distutils\util.py,Attributes=32800,FileSize=21218,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:383]: File: C:\Python34\Lib\distutils\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:394]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:396]: Executing op: FileCopy(SourceName=C:\Config.Msi\52952.rbf,,DestName=C:\Python34\Lib\distutils\cmd.py,Attributes=32800,FileSize=19582,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:398]: File: C:\Python34\Lib\distutils\cmd.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:405]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:407]: Executing op: FileCopy(SourceName=C:\Config.Msi\52951.rbf,,DestName=C:\Python34\Lib\distutils\fancy_getopt.py,Attributes=32800,FileSize=18241,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:409]: File: C:\Python34\Lib\distutils\fancy_getopt.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:417]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:419]: Executing op: FileCopy(SourceName=C:\Config.Msi\52950.rbf,,DestName=C:\Python34\Lib\distutils\file_util.py,Attributes=32800,FileSize=8042,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:420]: File: C:\Python34\Lib\distutils\file_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:428]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:430]: Executing op: FileCopy(SourceName=C:\Config.Msi\5294f.rbf,,DestName=C:\Python34\Lib\distutils\log.py,Attributes=32800,FileSize=1983,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:432]: File: C:\Python34\Lib\distutils\log.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:443]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:444]: Executing op: FileCopy(SourceName=C:\Config.Msi\5294e.rbf,,DestName=C:\Python34\Lib\distutils\core.py,Attributes=32800,FileSize=9146,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:447]: File: C:\Python34\Lib\distutils\core.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:459]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:461]: Executing op: FileCopy(SourceName=C:\Config.Msi\5294d.rbf,,DestName=C:\Python34\Lib\distutils\bcppcompiler.py,Attributes=32800,FileSize=15328,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:464]: File: C:\Python34\Lib\distutils\bcppcompiler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:478]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:480]: Executing op: FileCopy(SourceName=C:\Config.Msi\5294c.rbf,,DestName=C:\Python34\Lib\distutils\version.py,Attributes=32800,FileSize=12828,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:483]: File: C:\Python34\Lib\distutils\version.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:496]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:498]: Executing op: FileCopy(SourceName=C:\Config.Msi\5294b.rbf,,DestName=C:\Python34\Lib\distutils\debug.py,Attributes=32800,FileSize=144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:501]: File: C:\Python34\Lib\distutils\debug.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:515]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:517]: Executing op: FileCopy(SourceName=C:\Config.Msi\5294a.rbf,,DestName=C:\Python34\Lib\distutils\extension.py,Attributes=32800,FileSize=10568,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:519]: File: C:\Python34\Lib\distutils\extension.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:529]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:531]: Executing op: FileCopy(SourceName=C:\Config.Msi\52949.rbf,,DestName=C:\Python34\Lib\distutils\README.txt,Attributes=32800,FileSize=308,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:533]: File: C:\Python34\Lib\distutils\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:541]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:542]: Executing op: FileCopy(SourceName=C:\Config.Msi\52948.rbf,,DestName=C:\Python34\Lib\distutils\dep_util.py,Attributes=32800,FileSize=3583,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:544]: File: C:\Python34\Lib\distutils\dep_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:552]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:553]: Executing op: FileCopy(SourceName=C:\Config.Msi\52947.rbf,,DestName=C:\Python34\Lib\distutils\errors.py,Attributes=32800,FileSize=3674,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:555]: File: C:\Python34\Lib\distutils\errors.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:562]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:564]: Executing op: FileCopy(SourceName=C:\Config.Msi\52946.rbf,,DestName=C:\Python34\Lib\distutils\dir_util.py,Attributes=32800,FileSize=7990,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:565]: File: C:\Python34\Lib\distutils\dir_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:573]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:574]: Executing op: FileCopy(SourceName=C:\Config.Msi\52945.rbf,,DestName=C:\Python34\Lib\distutils\unixccompiler.py,Attributes=32800,FileSize=13419,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:576]: File: C:\Python34\Lib\distutils\unixccompiler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:583]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:585]: Executing op: FileCopy(SourceName=C:\Config.Msi\52944.rbf,,DestName=C:\Python34\Lib\distutils\config.py,Attributes=32800,FileSize=5002,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:587]: File: C:\Python34\Lib\distutils\config.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:594]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:596]: Executing op: FileCopy(SourceName=C:\Config.Msi\52943.rbf,,DestName=C:\Python34\Lib\distutils\filelist.py,Attributes=32800,FileSize=13048,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:598]: File: C:\Python34\Lib\distutils\filelist.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:605]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:607]: Executing op: FileCopy(SourceName=C:\Config.Msi\52942.rbf,,DestName=C:\Python34\Lib\distutils\cygwinccompiler.py,Attributes=32800,FileSize=16876,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:609]: File: C:\Python34\Lib\distutils\cygwinccompiler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:616]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:617]: Executing op: FileCopy(SourceName=C:\Config.Msi\52941.rbf,,DestName=C:\Python34\Lib\distutils\text_file.py,Attributes=32800,FileSize=12752,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:619]: File: C:\Python34\Lib\distutils\text_file.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:629]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:630]: Executing op: FileCopy(SourceName=C:\Config.Msi\52940.rbf,,DestName=C:\Python34\Lib\distutils\dist.py,Attributes=32800,FileSize=51024,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:632]: File: C:\Python34\Lib\distutils\dist.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:640]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:642]: Executing op: FileCopy(SourceName=C:\Config.Msi\5293f.rbf,,DestName=C:\Python34\Lib\distutils\spawn.py,Attributes=32800,FileSize=7709,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:643]: File: C:\Python34\Lib\distutils\spawn.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:651]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:652]: Executing op: FileCopy(SourceName=C:\Config.Msi\5293e.rbf,,DestName=C:\Python34\Lib\distutils\archive_util.py,Attributes=32800,FileSize=8190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:654]: File: C:\Python34\Lib\distutils\archive_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:663]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:665]: Executing op: FileCopy(SourceName=C:\Config.Msi\5293d.rbf,,DestName=C:\Python34\Lib\distutils\ccompiler.py,Attributes=32800,FileSize=48498,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:666]: File: C:\Python34\Lib\distutils\ccompiler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:674]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:675]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\importlib\) MSI (s) (9C:5C) [21:25:50:676]: Executing op: FileCopy(SourceName=C:\Config.Msi\5293c.rbf,,DestName=C:\Python34\Lib\importlib\machinery.py,Attributes=32800,FileSize=810,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:678]: File: C:\Python34\Lib\importlib\machinery.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:688]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:690]: Executing op: FileCopy(SourceName=C:\Config.Msi\5293b.rbf,,DestName=C:\Python34\Lib\importlib\__init__.py,Attributes=32800,FileSize=5312,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:691]: File: C:\Python34\Lib\importlib\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:705]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:706]: Executing op: FileCopy(SourceName=C:\Config.Msi\5293a.rbf,,DestName=C:\Python34\Lib\importlib\util.py,Attributes=32800,FileSize=7429,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:708]: File: C:\Python34\Lib\importlib\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:829]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:831]: Executing op: FileCopy(SourceName=C:\Config.Msi\52939.rbf,,DestName=C:\Python34\Lib\importlib\_bootstrap.py,Attributes=32800,FileSize=89248,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:833]: File: C:\Python34\Lib\importlib\_bootstrap.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:844]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:846]: Executing op: FileCopy(SourceName=C:\Config.Msi\52938.rbf,,DestName=C:\Python34\Lib\importlib\abc.py,Attributes=32800,FileSize=10799,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:848]: File: C:\Python34\Lib\importlib\abc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:858]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:860]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\collections\) MSI (s) (9C:5C) [21:25:50:861]: Executing op: FileCopy(SourceName=C:\Config.Msi\52937.rbf,,DestName=C:\Python34\Lib\collections\abc.py,Attributes=32800,FileSize=70,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:862]: File: C:\Python34\Lib\collections\abc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:871]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:873]: Executing op: FileCopy(SourceName=C:\Config.Msi\52936.rbf,,DestName=C:\Python34\Lib\collections\__init__.py,Attributes=32800,FileSize=43096,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:875]: File: C:\Python34\Lib\collections\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:882]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:884]: Executing op: FileCopy(SourceName=C:\Config.Msi\52935.rbf,,DestName=C:\Python34\Lib\collections\__main__.py,Attributes=32800,FileSize=1313,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:886]: File: C:\Python34\Lib\collections\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:893]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:895]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\test\testmock\) MSI (s) (9C:5C) [21:25:50:896]: Executing op: FileCopy(SourceName=C:\Config.Msi\52934.rbf,,DestName=C:\Python34\Lib\unittest\test\testmock\testmock.py,Attributes=32800,FileSize=46487,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:898]: File: C:\Python34\Lib\unittest\test\testmock\testmock.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:907]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:908]: Executing op: FileCopy(SourceName=C:\Config.Msi\52933.rbf,,DestName=C:\Python34\Lib\unittest\test\testmock\testhelpers.py,Attributes=32800,FileSize=27581,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:910]: File: C:\Python34\Lib\unittest\test\testmock\testhelpers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:918]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:920]: Executing op: FileCopy(SourceName=C:\Config.Msi\52932.rbf,,DestName=C:\Python34\Lib\unittest\test\testmock\testpatch.py,Attributes=32800,FileSize=55531,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:922]: File: C:\Python34\Lib\unittest\test\testmock\testpatch.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:930]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:932]: Executing op: FileCopy(SourceName=C:\Config.Msi\52931.rbf,,DestName=C:\Python34\Lib\unittest\test\testmock\testcallable.py,Attributes=32800,FileSize=4434,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:933]: File: C:\Python34\Lib\unittest\test\testmock\testcallable.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:941]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:943]: Executing op: FileCopy(SourceName=C:\Config.Msi\52930.rbf,,DestName=C:\Python34\Lib\unittest\test\testmock\testmagicmethods.py,Attributes=32800,FileSize=13353,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:945]: File: C:\Python34\Lib\unittest\test\testmock\testmagicmethods.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:953]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:954]: Executing op: FileCopy(SourceName=C:\Config.Msi\5292f.rbf,,DestName=C:\Python34\Lib\unittest\test\testmock\support.py,Attributes=32800,FileSize=422,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:956]: File: C:\Python34\Lib\unittest\test\testmock\support.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:965]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:966]: Executing op: FileCopy(SourceName=C:\Config.Msi\5292e.rbf,,DestName=C:\Python34\Lib\unittest\test\testmock\__init__.py,Attributes=32800,FileSize=482,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:968]: File: C:\Python34\Lib\unittest\test\testmock\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:977]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:978]: Executing op: FileCopy(SourceName=C:\Config.Msi\5292d.rbf,,DestName=C:\Python34\Lib\unittest\test\testmock\testsentinel.py,Attributes=32800,FileSize=852,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:980]: File: C:\Python34\Lib\unittest\test\testmock\testsentinel.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:50:990]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:50:992]: Executing op: FileCopy(SourceName=C:\Config.Msi\5292c.rbf,,DestName=C:\Python34\Lib\unittest\test\testmock\__main__.py,Attributes=32800,FileSize=641,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:50:993]: File: C:\Python34\Lib\unittest\test\testmock\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:002]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:003]: Executing op: FileCopy(SourceName=C:\Config.Msi\5292b.rbf,,DestName=C:\Python34\Lib\unittest\test\testmock\testwith.py,Attributes=32800,FileSize=9132,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:005]: File: C:\Python34\Lib\unittest\test\testmock\testwith.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:013]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:015]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\test\) MSI (s) (9C:5C) [21:25:51:016]: Executing op: FileCopy(SourceName=C:\Config.Msi\5292a.rbf,,DestName=C:\Python34\Lib\unittest\test\test_assertions.py,Attributes=32800,FileSize=16868,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:017]: File: C:\Python34\Lib\unittest\test\test_assertions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:025]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:026]: Executing op: FileCopy(SourceName=C:\Config.Msi\52929.rbf,,DestName=C:\Python34\Lib\unittest\test\test_result.py,Attributes=32800,FileSize=23907,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:028]: File: C:\Python34\Lib\unittest\test\test_result.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:037]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:038]: Executing op: FileCopy(SourceName=C:\Config.Msi\52928.rbf,,DestName=C:\Python34\Lib\unittest\test\test_discovery.py,Attributes=32800,FileSize=19062,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:040]: File: C:\Python34\Lib\unittest\test\test_discovery.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:047]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:049]: Executing op: FileCopy(SourceName=C:\Config.Msi\52927.rbf,,DestName=C:\Python34\Lib\unittest\test\test_runner.py,Attributes=32800,FileSize=12050,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:051]: File: C:\Python34\Lib\unittest\test\test_runner.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:058]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:060]: Executing op: FileCopy(SourceName=C:\Config.Msi\52926.rbf,,DestName=C:\Python34\Lib\unittest\test\test_break.py,Attributes=32800,FileSize=10100,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:063]: File: C:\Python34\Lib\unittest\test\test_break.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:074]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:075]: Executing op: FileCopy(SourceName=C:\Config.Msi\52925.rbf,,DestName=C:\Python34\Lib\unittest\test\test_suite.py,Attributes=32800,FileSize=15631,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:077]: File: C:\Python34\Lib\unittest\test\test_suite.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:084]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:086]: Executing op: FileCopy(SourceName=C:\Config.Msi\52924.rbf,,DestName=C:\Python34\Lib\unittest\test\dummy.py,Attributes=32800,FileSize=51,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:088]: File: C:\Python34\Lib\unittest\test\dummy.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:097]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:099]: Executing op: FileCopy(SourceName=C:\Config.Msi\52923.rbf,,DestName=C:\Python34\Lib\unittest\test\support.py,Attributes=32800,FileSize=4014,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:101]: File: C:\Python34\Lib\unittest\test\support.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:110]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:111]: Executing op: FileCopy(SourceName=C:\Config.Msi\52922.rbf,,DestName=C:\Python34\Lib\unittest\test\__init__.py,Attributes=32800,FileSize=606,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:113]: File: C:\Python34\Lib\unittest\test\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:121]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:123]: Executing op: FileCopy(SourceName=C:\Config.Msi\52921.rbf,,DestName=C:\Python34\Lib\unittest\test\test_setups.py,Attributes=32800,FileSize=16932,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:125]: File: C:\Python34\Lib\unittest\test\test_setups.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:133]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:134]: Executing op: FileCopy(SourceName=C:\Config.Msi\52920.rbf,,DestName=C:\Python34\Lib\unittest\test\test_loader.py,Attributes=32800,FileSize=51632,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:136]: File: C:\Python34\Lib\unittest\test\test_loader.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:144]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:145]: Executing op: FileCopy(SourceName=C:\Config.Msi\5291f.rbf,,DestName=C:\Python34\Lib\unittest\test\__main__.py,Attributes=32800,FileSize=614,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:147]: File: C:\Python34\Lib\unittest\test\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:156]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:157]: Executing op: FileCopy(SourceName=C:\Config.Msi\5291e.rbf,,DestName=C:\Python34\Lib\unittest\test\test_program.py,Attributes=32800,FileSize=13351,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:159]: File: C:\Python34\Lib\unittest\test\test_program.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:167]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:168]: Executing op: FileCopy(SourceName=C:\Config.Msi\5291d.rbf,,DestName=C:\Python34\Lib\unittest\test\test_case.py,Attributes=32800,FileSize=63253,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:170]: File: C:\Python34\Lib\unittest\test\test_case.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:178]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:179]: Executing op: FileCopy(SourceName=C:\Config.Msi\5291c.rbf,,DestName=C:\Python34\Lib\unittest\test\_test_warnings.py,Attributes=32800,FileSize=2377,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:181]: File: C:\Python34\Lib\unittest\test\_test_warnings.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:188]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:190]: Executing op: FileCopy(SourceName=C:\Config.Msi\5291b.rbf,,DestName=C:\Python34\Lib\unittest\test\test_functiontestcase.py,Attributes=32800,FileSize=5688,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:192]: File: C:\Python34\Lib\unittest\test\test_functiontestcase.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:199]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:201]: Executing op: FileCopy(SourceName=C:\Config.Msi\5291a.rbf,,DestName=C:\Python34\Lib\unittest\test\test_skipping.py,Attributes=32800,FileSize=8440,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:203]: File: C:\Python34\Lib\unittest\test\test_skipping.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:211]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:212]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\) MSI (s) (9C:5C) [21:25:51:213]: Executing op: FileCopy(SourceName=C:\Config.Msi\52919.rbf,,DestName=C:\Python34\Lib\unittest\loader.py,Attributes=32800,FileSize=16757,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:215]: File: C:\Python34\Lib\unittest\loader.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:222]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:224]: Executing op: FileCopy(SourceName=C:\Config.Msi\52918.rbf,,DestName=C:\Python34\Lib\unittest\case.py,Attributes=32800,FileSize=56919,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:225]: File: C:\Python34\Lib\unittest\case.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:233]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:234]: Executing op: FileCopy(SourceName=C:\Config.Msi\52917.rbf,,DestName=C:\Python34\Lib\unittest\__init__.py,Attributes=32800,FileSize=2787,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:236]: File: C:\Python34\Lib\unittest\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:243]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:244]: Executing op: FileCopy(SourceName=C:\Config.Msi\52916.rbf,,DestName=C:\Python34\Lib\unittest\result.py,Attributes=32800,FileSize=7520,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:246]: File: C:\Python34\Lib\unittest\result.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:254]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:255]: Executing op: FileCopy(SourceName=C:\Config.Msi\52915.rbf,,DestName=C:\Python34\Lib\unittest\mock.py,Attributes=32800,FileSize=78367,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:257]: File: C:\Python34\Lib\unittest\mock.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:264]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:265]: Executing op: FileCopy(SourceName=C:\Config.Msi\52914.rbf,,DestName=C:\Python34\Lib\unittest\util.py,Attributes=32800,FileSize=5606,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:267]: File: C:\Python34\Lib\unittest\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:275]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:276]: Executing op: FileCopy(SourceName=C:\Config.Msi\52913.rbf,,DestName=C:\Python34\Lib\unittest\suite.py,Attributes=32800,FileSize=10865,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:278]: File: C:\Python34\Lib\unittest\suite.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:288]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:290]: Executing op: FileCopy(SourceName=C:\Config.Msi\52912.rbf,,DestName=C:\Python34\Lib\unittest\__main__.py,Attributes=32800,FileSize=503,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:292]: File: C:\Python34\Lib\unittest\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:299]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:301]: Executing op: FileCopy(SourceName=C:\Config.Msi\52911.rbf,,DestName=C:\Python34\Lib\unittest\main.py,Attributes=32800,FileSize=10007,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:302]: File: C:\Python34\Lib\unittest\main.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:315]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:317]: Executing op: FileCopy(SourceName=C:\Config.Msi\52910.rbf,,DestName=C:\Python34\Lib\unittest\runner.py,Attributes=32800,FileSize=7697,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:320]: File: C:\Python34\Lib\unittest\runner.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:333]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:335]: Executing op: FileCopy(SourceName=C:\Config.Msi\5290f.rbf,,DestName=C:\Python34\Lib\unittest\signals.py,Attributes=32800,FileSize=2474,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:338]: File: C:\Python34\Lib\unittest\signals.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:347]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:348]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xmlrpc\) MSI (s) (9C:5C) [21:25:51:349]: Executing op: FileCopy(SourceName=C:\Config.Msi\5290e.rbf,,DestName=C:\Python34\Lib\xmlrpc\__init__.py,Attributes=32800,FileSize=39,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:351]: File: C:\Python34\Lib\xmlrpc\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:359]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:360]: Executing op: FileCopy(SourceName=C:\Config.Msi\5290d.rbf,,DestName=C:\Python34\Lib\xmlrpc\server.py,Attributes=32800,FileSize=37583,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:362]: File: C:\Python34\Lib\xmlrpc\server.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:369]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:371]: Executing op: FileCopy(SourceName=C:\Config.Msi\5290c.rbf,,DestName=C:\Python34\Lib\xmlrpc\client.py,Attributes=32800,FileSize=48716,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:372]: File: C:\Python34\Lib\xmlrpc\client.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:380]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:381]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\msilib\) MSI (s) (9C:5C) [21:25:51:382]: Executing op: FileCopy(SourceName=C:\Config.Msi\5290b.rbf,,DestName=C:\Python34\Lib\msilib\text.py,Attributes=32800,FileSize=9147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:384]: File: C:\Python34\Lib\msilib\text.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:392]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:393]: Executing op: FileCopy(SourceName=C:\Config.Msi\5290a.rbf,,DestName=C:\Python34\Lib\msilib\__init__.py,Attributes=32800,FileSize=18010,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:395]: File: C:\Python34\Lib\msilib\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:402]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:404]: Executing op: FileCopy(SourceName=C:\Config.Msi\52909.rbf,,DestName=C:\Python34\Lib\msilib\schema.py,Attributes=32800,FileSize=82590,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:406]: File: C:\Python34\Lib\msilib\schema.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:416]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:418]: Executing op: FileCopy(SourceName=C:\Config.Msi\52908.rbf,,DestName=C:\Python34\Lib\msilib\sequence.py,Attributes=32800,FileSize=4055,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:420]: File: C:\Python34\Lib\msilib\sequence.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:429]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:431]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\pydoc_data\) MSI (s) (9C:5C) [21:25:51:432]: Executing op: FileCopy(SourceName=C:\Config.Msi\52907.rbf,,DestName=C:\Python34\Lib\pydoc_data\__init__.py,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:433]: File: C:\Python34\Lib\pydoc_data\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:441]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:442]: Executing op: FileCopy(SourceName=C:\Config.Msi\52906.rbf,,DestName=C:\Python34\Lib\pydoc_data\_pydoc.css,Attributes=32800,FileSize=102,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:444]: File: C:\Python34\Lib\pydoc_data\_pydoc.css; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:451]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:453]: Executing op: FileCopy(SourceName=C:\Config.Msi\52905.rbf,,DestName=C:\Python34\Lib\pydoc_data\topics.py,Attributes=32800,FileSize=386526,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:454]: File: C:\Python34\Lib\pydoc_data\topics.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:462]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:463]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\encodings\) MSI (s) (9C:5C) [21:25:51:464]: Executing op: FileCopy(SourceName=C:\Config.Msi\52904.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_10.py,Attributes=32800,FileSize=13896,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:466]: File: C:\Python34\Lib\encodings\iso8859_10.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:474]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:476]: Executing op: FileCopy(SourceName=C:\Config.Msi\52903.rbf,,DestName=C:\Python34\Lib\encodings\mac_turkish.py,Attributes=32800,FileSize=13820,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:477]: File: C:\Python34\Lib\encodings\mac_turkish.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:485]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:487]: Executing op: FileCopy(SourceName=C:\Config.Msi\52902.rbf,,DestName=C:\Python34\Lib\encodings\__init__.py,Attributes=32800,FileSize=5219,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:489]: File: C:\Python34\Lib\encodings\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:496]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:497]: Executing op: FileCopy(SourceName=C:\Config.Msi\52901.rbf,,DestName=C:\Python34\Lib\encodings\zlib_codec.py,Attributes=32800,FileSize=2281,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:499]: File: C:\Python34\Lib\encodings\zlib_codec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:508]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:509]: Executing op: FileCopy(SourceName=C:\Config.Msi\52900.rbf,,DestName=C:\Python34\Lib\encodings\iso2022_jp_2.py,Attributes=32800,FileSize=1100,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:511]: File: C:\Python34\Lib\encodings\iso2022_jp_2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:521]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:523]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ff.rbf,,DestName=C:\Python34\Lib\encodings\uu_codec.py,Attributes=32800,FileSize=2824,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:525]: File: C:\Python34\Lib\encodings\uu_codec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:539]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:541]: Executing op: FileCopy(SourceName=C:\Config.Msi\528fe.rbf,,DestName=C:\Python34\Lib\encodings\cp852.py,Attributes=32800,FileSize=35700,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:544]: File: C:\Python34\Lib\encodings\cp852.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:558]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:559]: Executing op: FileCopy(SourceName=C:\Config.Msi\528fd.rbf,,DestName=C:\Python34\Lib\encodings\cp861.py,Attributes=32800,FileSize=35331,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:562]: File: C:\Python34\Lib\encodings\cp861.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:574]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:576]: Executing op: FileCopy(SourceName=C:\Config.Msi\528fc.rbf,,DestName=C:\Python34\Lib\encodings\cp869.py,Attributes=32800,FileSize=33654,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:578]: File: C:\Python34\Lib\encodings\cp869.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:588]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:590]: Executing op: FileCopy(SourceName=C:\Config.Msi\528fb.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_11.py,Attributes=32800,FileSize=12642,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:592]: File: C:\Python34\Lib\encodings\iso8859_11.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:604]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:607]: Executing op: FileCopy(SourceName=C:\Config.Msi\528fa.rbf,,DestName=C:\Python34\Lib\encodings\iso2022_jp.py,Attributes=32800,FileSize=1092,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:608]: File: C:\Python34\Lib\encodings\iso2022_jp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:616]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:617]: Executing op: FileCopy(SourceName=C:\Config.Msi\528f9.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_6.py,Attributes=32800,FileSize=11140,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:619]: File: C:\Python34\Lib\encodings\iso8859_6.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:628]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:630]: Executing op: FileCopy(SourceName=C:\Config.Msi\528f8.rbf,,DestName=C:\Python34\Lib\encodings\iso2022_jp_2004.py,Attributes=32800,FileSize=1112,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:631]: File: C:\Python34\Lib\encodings\iso2022_jp_2004.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:639]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\528f7.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_2.py,Attributes=32800,FileSize=13711,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:643]: File: C:\Python34\Lib\encodings\iso8859_2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:654]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:656]: Executing op: FileCopy(SourceName=C:\Config.Msi\528f6.rbf,,DestName=C:\Python34\Lib\encodings\cp858.py,Attributes=32800,FileSize=34713,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:658]: File: C:\Python34\Lib\encodings\cp858.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:665]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:667]: Executing op: FileCopy(SourceName=C:\Config.Msi\528f5.rbf,,DestName=C:\Python34\Lib\encodings\shift_jis_2004.py,Attributes=32800,FileSize=1098,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:668]: File: C:\Python34\Lib\encodings\shift_jis_2004.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:677]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:679]: Executing op: FileCopy(SourceName=C:\Config.Msi\528f4.rbf,,DestName=C:\Python34\Lib\encodings\latin_1.py,Attributes=32800,FileSize=1314,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:680]: File: C:\Python34\Lib\encodings\latin_1.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:688]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:689]: Executing op: FileCopy(SourceName=C:\Config.Msi\528f3.rbf,,DestName=C:\Python34\Lib\encodings\cp1255.py,Attributes=32800,FileSize=12773,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:691]: File: C:\Python34\Lib\encodings\cp1255.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:700]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:703]: Executing op: FileCopy(SourceName=C:\Config.Msi\528f2.rbf,,DestName=C:\Python34\Lib\encodings\cp875.py,Attributes=32800,FileSize=13161,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:706]: File: C:\Python34\Lib\encodings\cp875.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:713]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:715]: Executing op: FileCopy(SourceName=C:\Config.Msi\528f1.rbf,,DestName=C:\Python34\Lib\encodings\hz.py,Attributes=32800,FileSize=1050,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:717]: File: C:\Python34\Lib\encodings\hz.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:727]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:729]: Executing op: FileCopy(SourceName=C:\Config.Msi\528f0.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_16.py,Attributes=32800,FileSize=13864,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:731]: File: C:\Python34\Lib\encodings\iso8859_16.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:739]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:741]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ef.rbf,,DestName=C:\Python34\Lib\encodings\cp1251.py,Attributes=32800,FileSize=13668,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:743]: File: C:\Python34\Lib\encodings\cp1251.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:754]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:756]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ee.rbf,,DestName=C:\Python34\Lib\encodings\cp1006.py,Attributes=32800,FileSize=13875,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:758]: File: C:\Python34\Lib\encodings\cp1006.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:765]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:767]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ed.rbf,,DestName=C:\Python34\Lib\encodings\cp1026.py,Attributes=32800,FileSize=13420,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:768]: File: C:\Python34\Lib\encodings\cp1026.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:778]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:780]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ec.rbf,,DestName=C:\Python34\Lib\encodings\cp850.py,Attributes=32800,FileSize=34803,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:782]: File: C:\Python34\Lib\encodings\cp850.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:903]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:905]: Executing op: FileCopy(SourceName=C:\Config.Msi\528eb.rbf,,DestName=C:\Python34\Lib\encodings\raw_unicode_escape.py,Attributes=32800,FileSize=1253,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:907]: File: C:\Python34\Lib\encodings\raw_unicode_escape.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:915]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:917]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ea.rbf,,DestName=C:\Python34\Lib\encodings\utf_8_sig.py,Attributes=32800,FileSize=4263,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:919]: File: C:\Python34\Lib\encodings\utf_8_sig.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:929]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:931]: Executing op: FileCopy(SourceName=C:\Config.Msi\528e9.rbf,,DestName=C:\Python34\Lib\encodings\mac_arabic.py,Attributes=32800,FileSize=37165,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:934]: File: C:\Python34\Lib\encodings\mac_arabic.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:945]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:947]: Executing op: FileCopy(SourceName=C:\Config.Msi\528e8.rbf,,DestName=C:\Python34\Lib\encodings\euc_jp.py,Attributes=32800,FileSize=1066,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:949]: File: C:\Python34\Lib\encodings\euc_jp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:962]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:964]: Executing op: FileCopy(SourceName=C:\Config.Msi\528e7.rbf,,DestName=C:\Python34\Lib\encodings\unicode_escape.py,Attributes=32800,FileSize=1229,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:967]: File: C:\Python34\Lib\encodings\unicode_escape.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:978]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:51:981]: Executing op: FileCopy(SourceName=C:\Config.Msi\528e6.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_13.py,Attributes=32800,FileSize=13578,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:51:984]: File: C:\Python34\Lib\encodings\iso8859_13.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:51:996]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:001]: Executing op: FileCopy(SourceName=C:\Config.Msi\528e5.rbf,,DestName=C:\Python34\Lib\encodings\johab.py,Attributes=32800,FileSize=1062,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:005]: File: C:\Python34\Lib\encodings\johab.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:016]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:018]: Executing op: FileCopy(SourceName=C:\Config.Msi\528e4.rbf,,DestName=C:\Python34\Lib\encodings\cp865.py,Attributes=32800,FileSize=35316,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:021]: File: C:\Python34\Lib\encodings\cp865.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:031]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:033]: Executing op: FileCopy(SourceName=C:\Config.Msi\528e3.rbf,,DestName=C:\Python34\Lib\encodings\cp874.py,Attributes=32800,FileSize=12902,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:037]: File: C:\Python34\Lib\encodings\cp874.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:048]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:050]: Executing op: FileCopy(SourceName=C:\Config.Msi\528e2.rbf,,DestName=C:\Python34\Lib\encodings\unicode_internal.py,Attributes=32800,FileSize=1241,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:053]: File: C:\Python34\Lib\encodings\unicode_internal.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:062]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:063]: Executing op: FileCopy(SourceName=C:\Config.Msi\528e1.rbf,,DestName=C:\Python34\Lib\encodings\cp1257.py,Attributes=32800,FileSize=13681,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:066]: File: C:\Python34\Lib\encodings\cp1257.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:078]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:082]: Executing op: FileCopy(SourceName=C:\Config.Msi\528e0.rbf,,DestName=C:\Python34\Lib\encodings\cp737.py,Attributes=32800,FileSize=35379,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:084]: File: C:\Python34\Lib\encodings\cp737.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:095]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:097]: Executing op: FileCopy(SourceName=C:\Config.Msi\528df.rbf,,DestName=C:\Python34\Lib\encodings\hp_roman8.py,Attributes=32800,FileSize=13759,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:099]: File: C:\Python34\Lib\encodings\hp_roman8.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:109]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:110]: Executing op: FileCopy(SourceName=C:\Config.Msi\528de.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_9.py,Attributes=32800,FileSize=13463,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:112]: File: C:\Python34\Lib\encodings\iso8859_9.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:121]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:123]: Executing op: FileCopy(SourceName=C:\Config.Msi\528dd.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_14.py,Attributes=32800,FileSize=13959,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:125]: File: C:\Python34\Lib\encodings\iso8859_14.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:137]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:139]: Executing op: FileCopy(SourceName=C:\Config.Msi\528dc.rbf,,DestName=C:\Python34\Lib\encodings\cp1256.py,Attributes=32800,FileSize=13121,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:141]: File: C:\Python34\Lib\encodings\cp1256.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:151]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:153]: Executing op: FileCopy(SourceName=C:\Config.Msi\528db.rbf,,DestName=C:\Python34\Lib\encodings\cp720.py,Attributes=32800,FileSize=13995,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:156]: File: C:\Python34\Lib\encodings\cp720.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:168]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:170]: Executing op: FileCopy(SourceName=C:\Config.Msi\528da.rbf,,DestName=C:\Python34\Lib\encodings\mac_latin2.py,Attributes=32800,FileSize=14430,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:172]: File: C:\Python34\Lib\encodings\mac_latin2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:180]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:182]: Executing op: FileCopy(SourceName=C:\Config.Msi\528d9.rbf,,DestName=C:\Python34\Lib\encodings\big5hkscs.py,Attributes=32800,FileSize=1078,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:185]: File: C:\Python34\Lib\encodings\big5hkscs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:197]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:199]: Executing op: FileCopy(SourceName=C:\Config.Msi\528d8.rbf,,DestName=C:\Python34\Lib\encodings\tis_620.py,Attributes=32800,FileSize=12607,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:201]: File: C:\Python34\Lib\encodings\tis_620.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:213]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:215]: Executing op: FileCopy(SourceName=C:\Config.Msi\528d7.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_3.py,Attributes=32800,FileSize=13396,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:218]: File: C:\Python34\Lib\encodings\iso8859_3.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:229]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\528d6.rbf,,DestName=C:\Python34\Lib\encodings\cp855.py,Attributes=32800,FileSize=34548,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:233]: File: C:\Python34\Lib\encodings\cp855.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:245]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:247]: Executing op: FileCopy(SourceName=C:\Config.Msi\528d5.rbf,,DestName=C:\Python34\Lib\encodings\hex_codec.py,Attributes=32800,FileSize=1563,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:250]: File: C:\Python34\Lib\encodings\hex_codec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:262]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:264]: Executing op: FileCopy(SourceName=C:\Config.Msi\528d4.rbf,,DestName=C:\Python34\Lib\encodings\base64_codec.py,Attributes=32800,FileSize=1588,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:266]: File: C:\Python34\Lib\encodings\base64_codec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:279]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:280]: Executing op: FileCopy(SourceName=C:\Config.Msi\528d3.rbf,,DestName=C:\Python34\Lib\encodings\undefined.py,Attributes=32800,FileSize=1348,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:283]: File: C:\Python34\Lib\encodings\undefined.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:302]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:304]: Executing op: FileCopy(SourceName=C:\Config.Msi\528d2.rbf,,DestName=C:\Python34\Lib\encodings\cp863.py,Attributes=32800,FileSize=34950,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:306]: File: C:\Python34\Lib\encodings\cp863.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:318]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:320]: Executing op: FileCopy(SourceName=C:\Config.Msi\528d1.rbf,,DestName=C:\Python34\Lib\encodings\cp273.py,Attributes=32800,FileSize=14439,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:323]: File: C:\Python34\Lib\encodings\cp273.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:336]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:344]: Executing op: FileCopy(SourceName=C:\Config.Msi\528d0.rbf,,DestName=C:\Python34\Lib\encodings\mac_cyrillic.py,Attributes=32800,FileSize=13761,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:347]: File: C:\Python34\Lib\encodings\mac_cyrillic.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:360]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:362]: Executing op: FileCopy(SourceName=C:\Config.Msi\528cf.rbf,,DestName=C:\Python34\Lib\encodings\gb18030.py,Attributes=32800,FileSize=1070,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:365]: File: C:\Python34\Lib\encodings\gb18030.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:377]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:380]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ce.rbf,,DestName=C:\Python34\Lib\encodings\ascii.py,Attributes=32800,FileSize=1298,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:383]: File: C:\Python34\Lib\encodings\ascii.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:395]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:397]: Executing op: FileCopy(SourceName=C:\Config.Msi\528cd.rbf,,DestName=C:\Python34\Lib\encodings\euc_jisx0213.py,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:400]: File: C:\Python34\Lib\encodings\euc_jisx0213.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:412]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:414]: Executing op: FileCopy(SourceName=C:\Config.Msi\528cc.rbf,,DestName=C:\Python34\Lib\encodings\gb2312.py,Attributes=32800,FileSize=1066,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:417]: File: C:\Python34\Lib\encodings\gb2312.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:428]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:430]: Executing op: FileCopy(SourceName=C:\Config.Msi\528cb.rbf,,DestName=C:\Python34\Lib\encodings\utf_32.py,Attributes=32800,FileSize=5278,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:432]: File: C:\Python34\Lib\encodings\utf_32.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:442]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:444]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ca.rbf,,DestName=C:\Python34\Lib\encodings\ptcp154.py,Attributes=32800,FileSize=14327,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:447]: File: C:\Python34\Lib\encodings\ptcp154.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:459]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:462]: Executing op: FileCopy(SourceName=C:\Config.Msi\528c9.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_15.py,Attributes=32800,FileSize=13519,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:464]: File: C:\Python34\Lib\encodings\iso8859_15.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:477]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:480]: Executing op: FileCopy(SourceName=C:\Config.Msi\528c8.rbf,,DestName=C:\Python34\Lib\encodings\mac_centeuro.py,Attributes=32800,FileSize=14409,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:482]: File: C:\Python34\Lib\encodings\mac_centeuro.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:497]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:505]: Executing op: FileCopy(SourceName=C:\Config.Msi\528c7.rbf,,DestName=C:\Python34\Lib\encodings\cp1250.py,Attributes=32800,FileSize=13993,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:507]: File: C:\Python34\Lib\encodings\cp1250.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:520]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:523]: Executing op: FileCopy(SourceName=C:\Config.Msi\528c6.rbf,,DestName=C:\Python34\Lib\encodings\gbk.py,Attributes=32800,FileSize=1054,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:526]: File: C:\Python34\Lib\encodings\gbk.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:538]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:540]: Executing op: FileCopy(SourceName=C:\Config.Msi\528c5.rbf,,DestName=C:\Python34\Lib\encodings\cp1254.py,Attributes=32800,FileSize=13809,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:543]: File: C:\Python34\Lib\encodings\cp1254.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:554]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:555]: Executing op: FileCopy(SourceName=C:\Config.Msi\528c4.rbf,,DestName=C:\Python34\Lib\encodings\iso2022_jp_1.py,Attributes=32800,FileSize=1100,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:558]: File: C:\Python34\Lib\encodings\iso2022_jp_1.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:569]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:571]: Executing op: FileCopy(SourceName=C:\Config.Msi\528c3.rbf,,DestName=C:\Python34\Lib\encodings\koi8_u.py,Attributes=32800,FileSize=14069,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:573]: File: C:\Python34\Lib\encodings\koi8_u.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:714]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:716]: Executing op: FileCopy(SourceName=C:\Config.Msi\528c2.rbf,,DestName=C:\Python34\Lib\encodings\palmos.py,Attributes=32800,FileSize=13827,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:718]: File: C:\Python34\Lib\encodings\palmos.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:730]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:732]: Executing op: FileCopy(SourceName=C:\Config.Msi\528c1.rbf,,DestName=C:\Python34\Lib\encodings\utf_16_le.py,Attributes=32800,FileSize=1079,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:734]: File: C:\Python34\Lib\encodings\utf_16_le.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:744]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:746]: Executing op: FileCopy(SourceName=C:\Config.Msi\528c0.rbf,,DestName=C:\Python34\Lib\encodings\iso2022_jp_ext.py,Attributes=32800,FileSize=1108,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:748]: File: C:\Python34\Lib\encodings\iso2022_jp_ext.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:759]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:761]: Executing op: FileCopy(SourceName=C:\Config.Msi\528bf.rbf,,DestName=C:\Python34\Lib\encodings\euc_jis_2004.py,Attributes=32800,FileSize=1090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:764]: File: C:\Python34\Lib\encodings\euc_jis_2004.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:776]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:778]: Executing op: FileCopy(SourceName=C:\Config.Msi\528be.rbf,,DestName=C:\Python34\Lib\encodings\koi8_r.py,Attributes=32800,FileSize=14086,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:780]: File: C:\Python34\Lib\encodings\koi8_r.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:789]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:790]: Executing op: FileCopy(SourceName=C:\Config.Msi\528bd.rbf,,DestName=C:\Python34\Lib\encodings\mac_romanian.py,Attributes=32800,FileSize=13968,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:793]: File: C:\Python34\Lib\encodings\mac_romanian.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:805]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:808]: Executing op: FileCopy(SourceName=C:\Config.Msi\528bc.rbf,,DestName=C:\Python34\Lib\encodings\utf_16_be.py,Attributes=32800,FileSize=1079,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:810]: File: C:\Python34\Lib\encodings\utf_16_be.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:820]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:823]: Executing op: FileCopy(SourceName=C:\Config.Msi\528bb.rbf,,DestName=C:\Python34\Lib\encodings\utf_7.py,Attributes=32800,FileSize=984,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:826]: File: C:\Python34\Lib\encodings\utf_7.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:838]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:840]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ba.rbf,,DestName=C:\Python34\Lib\encodings\cp866.py,Attributes=32800,FileSize=35094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:842]: File: C:\Python34\Lib\encodings\cp866.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:852]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:854]: Executing op: FileCopy(SourceName=C:\Config.Msi\528b9.rbf,,DestName=C:\Python34\Lib\encodings\aliases.py,Attributes=32800,FileSize=15958,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:856]: File: C:\Python34\Lib\encodings\aliases.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:868]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:870]: Executing op: FileCopy(SourceName=C:\Config.Msi\528b8.rbf,,DestName=C:\Python34\Lib\encodings\mac_farsi.py,Attributes=32800,FileSize=15477,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:872]: File: C:\Python34\Lib\encodings\mac_farsi.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:881]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:883]: Executing op: FileCopy(SourceName=C:\Config.Msi\528b7.rbf,,DestName=C:\Python34\Lib\encodings\cp437.py,Attributes=32800,FileSize=35262,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:885]: File: C:\Python34\Lib\encodings\cp437.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:895]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:896]: Executing op: FileCopy(SourceName=C:\Config.Msi\528b6.rbf,,DestName=C:\Python34\Lib\encodings\iso2022_jp_3.py,Attributes=32800,FileSize=1100,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:899]: File: C:\Python34\Lib\encodings\iso2022_jp_3.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:910]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:912]: Executing op: FileCopy(SourceName=C:\Config.Msi\528b5.rbf,,DestName=C:\Python34\Lib\encodings\utf_32_be.py,Attributes=32800,FileSize=967,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:915]: File: C:\Python34\Lib\encodings\utf_32_be.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:928]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:930]: Executing op: FileCopy(SourceName=C:\Config.Msi\528b4.rbf,,DestName=C:\Python34\Lib\encodings\utf_16.py,Attributes=32800,FileSize=5390,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:933]: File: C:\Python34\Lib\encodings\utf_16.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:945]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:946]: Executing op: FileCopy(SourceName=C:\Config.Msi\528b3.rbf,,DestName=C:\Python34\Lib\encodings\utf_32_le.py,Attributes=32800,FileSize=967,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:949]: File: C:\Python34\Lib\encodings\utf_32_le.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:961]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:964]: Executing op: FileCopy(SourceName=C:\Config.Msi\528b2.rbf,,DestName=C:\Python34\Lib\encodings\cp857.py,Attributes=32800,FileSize=34602,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:967]: File: C:\Python34\Lib\encodings\cp857.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:980]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:981]: Executing op: FileCopy(SourceName=C:\Config.Msi\528b1.rbf,,DestName=C:\Python34\Lib\encodings\bz2_codec.py,Attributes=32800,FileSize=2327,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:983]: File: C:\Python34\Lib\encodings\bz2_codec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:52:992]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:52:994]: Executing op: FileCopy(SourceName=C:\Config.Msi\528b0.rbf,,DestName=C:\Python34\Lib\encodings\cp775.py,Attributes=32800,FileSize=35173,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:52:997]: File: C:\Python34\Lib\encodings\cp775.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:009]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:011]: Executing op: FileCopy(SourceName=C:\Config.Msi\528af.rbf,,DestName=C:\Python34\Lib\encodings\cp949.py,Attributes=32800,FileSize=1062,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:015]: File: C:\Python34\Lib\encodings\cp949.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:026]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:028]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ae.rbf,,DestName=C:\Python34\Lib\encodings\big5.py,Attributes=32800,FileSize=1058,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:030]: File: C:\Python34\Lib\encodings\big5.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:039]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:042]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ad.rbf,,DestName=C:\Python34\Lib\encodings\cp1252.py,Attributes=32800,FileSize=13818,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:044]: File: C:\Python34\Lib\encodings\cp1252.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:052]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:054]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ac.rbf,,DestName=C:\Python34\Lib\encodings\cp1258.py,Attributes=32800,FileSize=13671,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:056]: File: C:\Python34\Lib\encodings\cp1258.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:070]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:072]: Executing op: FileCopy(SourceName=C:\Config.Msi\528ab.rbf,,DestName=C:\Python34\Lib\encodings\shift_jisx0213.py,Attributes=32800,FileSize=1098,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:075]: File: C:\Python34\Lib\encodings\shift_jisx0213.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:087]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:090]: Executing op: FileCopy(SourceName=C:\Config.Msi\528aa.rbf,,DestName=C:\Python34\Lib\encodings\utf_8.py,Attributes=32800,FileSize=1047,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:092]: File: C:\Python34\Lib\encodings\utf_8.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:102]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:105]: Executing op: FileCopy(SourceName=C:\Config.Msi\528a9.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_5.py,Attributes=32800,FileSize=13322,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:107]: File: C:\Python34\Lib\encodings\iso8859_5.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:119]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:122]: Executing op: FileCopy(SourceName=C:\Config.Msi\528a8.rbf,,DestName=C:\Python34\Lib\encodings\shift_jis.py,Attributes=32800,FileSize=1078,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:124]: File: C:\Python34\Lib\encodings\shift_jis.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:135]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:138]: Executing op: FileCopy(SourceName=C:\Config.Msi\528a7.rbf,,DestName=C:\Python34\Lib\encodings\mac_croatian.py,Attributes=32800,FileSize=13940,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:140]: File: C:\Python34\Lib\encodings\mac_croatian.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:152]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:155]: Executing op: FileCopy(SourceName=C:\Config.Msi\528a6.rbf,,DestName=C:\Python34\Lib\encodings\mbcs.py,Attributes=32800,FileSize=1258,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:157]: File: C:\Python34\Lib\encodings\mbcs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:171]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:173]: Executing op: FileCopy(SourceName=C:\Config.Msi\528a5.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_4.py,Attributes=32800,FileSize=13683,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:176]: File: C:\Python34\Lib\encodings\iso8859_4.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:187]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:189]: Executing op: FileCopy(SourceName=C:\Config.Msi\528a4.rbf,,DestName=C:\Python34\Lib\encodings\cp862.py,Attributes=32800,FileSize=34068,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:192]: File: C:\Python34\Lib\encodings\cp862.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:203]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:205]: Executing op: FileCopy(SourceName=C:\Config.Msi\528a3.rbf,,DestName=C:\Python34\Lib\encodings\cp932.py,Attributes=32800,FileSize=1062,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:207]: File: C:\Python34\Lib\encodings\cp932.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:216]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:218]: Executing op: FileCopy(SourceName=C:\Config.Msi\528a2.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_1.py,Attributes=32800,FileSize=13483,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:221]: File: C:\Python34\Lib\encodings\iso8859_1.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:233]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:236]: Executing op: FileCopy(SourceName=C:\Config.Msi\528a1.rbf,,DestName=C:\Python34\Lib\encodings\mac_greek.py,Attributes=32800,FileSize=14028,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:238]: File: C:\Python34\Lib\encodings\mac_greek.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:247]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:248]: Executing op: FileCopy(SourceName=C:\Config.Msi\528a0.rbf,,DestName=C:\Python34\Lib\encodings\euc_kr.py,Attributes=32800,FileSize=1066,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:251]: File: C:\Python34\Lib\encodings\euc_kr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:263]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:266]: Executing op: FileCopy(SourceName=C:\Config.Msi\5289f.rbf,,DestName=C:\Python34\Lib\encodings\cp1253.py,Attributes=32800,FileSize=13401,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:269]: File: C:\Python34\Lib\encodings\cp1253.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:280]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:281]: Executing op: FileCopy(SourceName=C:\Config.Msi\5289e.rbf,,DestName=C:\Python34\Lib\encodings\cp864.py,Attributes=32800,FileSize=34353,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:284]: File: C:\Python34\Lib\encodings\cp864.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:295]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:297]: Executing op: FileCopy(SourceName=C:\Config.Msi\5289d.rbf,,DestName=C:\Python34\Lib\encodings\punycode.py,Attributes=32800,FileSize=7118,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:299]: File: C:\Python34\Lib\encodings\punycode.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:310]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:312]: Executing op: FileCopy(SourceName=C:\Config.Msi\5289c.rbf,,DestName=C:\Python34\Lib\encodings\quopri_codec.py,Attributes=32800,FileSize=1568,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:315]: File: C:\Python34\Lib\encodings\quopri_codec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:325]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:327]: Executing op: FileCopy(SourceName=C:\Config.Msi\5289b.rbf,,DestName=C:\Python34\Lib\encodings\charmap.py,Attributes=32800,FileSize=2153,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:329]: File: C:\Python34\Lib\encodings\charmap.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:342]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:344]: Executing op: FileCopy(SourceName=C:\Config.Msi\5289a.rbf,,DestName=C:\Python34\Lib\encodings\cp856.py,Attributes=32800,FileSize=12730,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:346]: File: C:\Python34\Lib\encodings\cp856.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:357]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:359]: Executing op: FileCopy(SourceName=C:\Config.Msi\52899.rbf,,DestName=C:\Python34\Lib\encodings\cp65001.py,Attributes=32800,FileSize=1043,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:362]: File: C:\Python34\Lib\encodings\cp65001.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:373]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:376]: Executing op: FileCopy(SourceName=C:\Config.Msi\52898.rbf,,DestName=C:\Python34\Lib\encodings\mac_iceland.py,Attributes=32800,FileSize=13805,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:379]: File: C:\Python34\Lib\encodings\mac_iceland.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:391]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:393]: Executing op: FileCopy(SourceName=C:\Config.Msi\52897.rbf,,DestName=C:\Python34\Lib\encodings\cp950.py,Attributes=32800,FileSize=1062,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:396]: File: C:\Python34\Lib\encodings\cp950.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:408]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:410]: Executing op: FileCopy(SourceName=C:\Config.Msi\52896.rbf,,DestName=C:\Python34\Lib\encodings\mac_roman.py,Attributes=32800,FileSize=13787,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:412]: File: C:\Python34\Lib\encodings\mac_roman.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:421]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:423]: Executing op: FileCopy(SourceName=C:\Config.Msi\52895.rbf,,DestName=C:\Python34\Lib\encodings\cp1140.py,Attributes=32800,FileSize=13412,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:425]: File: C:\Python34\Lib\encodings\cp1140.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:438]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:440]: Executing op: FileCopy(SourceName=C:\Config.Msi\52894.rbf,,DestName=C:\Python34\Lib\encodings\cp500.py,Attributes=32800,FileSize=13428,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:443]: File: C:\Python34\Lib\encodings\cp500.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:454]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:456]: Executing op: FileCopy(SourceName=C:\Config.Msi\52893.rbf,,DestName=C:\Python34\Lib\encodings\cp037.py,Attributes=32800,FileSize=13428,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:458]: File: C:\Python34\Lib\encodings\cp037.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:468]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:470]: Executing op: FileCopy(SourceName=C:\Config.Msi\52892.rbf,,DestName=C:\Python34\Lib\encodings\rot_13.py,Attributes=32800,FileSize=2541,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:473]: File: C:\Python34\Lib\encodings\rot_13.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:485]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:487]: Executing op: FileCopy(SourceName=C:\Config.Msi\52891.rbf,,DestName=C:\Python34\Lib\encodings\idna.py,Attributes=32800,FileSize=9479,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:489]: File: C:\Python34\Lib\encodings\idna.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:498]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:500]: Executing op: FileCopy(SourceName=C:\Config.Msi\52890.rbf,,DestName=C:\Python34\Lib\encodings\cp1125.py,Attributes=32800,FileSize=35295,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:501]: File: C:\Python34\Lib\encodings\cp1125.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:513]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:515]: Executing op: FileCopy(SourceName=C:\Config.Msi\5288f.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_8.py,Attributes=32800,FileSize=11343,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:518]: File: C:\Python34\Lib\encodings\iso8859_8.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:530]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:532]: Executing op: FileCopy(SourceName=C:\Config.Msi\5288e.rbf,,DestName=C:\Python34\Lib\encodings\iso2022_kr.py,Attributes=32800,FileSize=1092,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:535]: File: C:\Python34\Lib\encodings\iso2022_kr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:548]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:550]: Executing op: FileCopy(SourceName=C:\Config.Msi\5288d.rbf,,DestName=C:\Python34\Lib\encodings\iso8859_7.py,Attributes=32800,FileSize=13151,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:551]: File: C:\Python34\Lib\encodings\iso8859_7.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:562]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:564]: Executing op: FileCopy(SourceName=C:\Config.Msi\5288c.rbf,,DestName=C:\Python34\Lib\encodings\cp424.py,Attributes=32800,FileSize=12362,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:566]: File: C:\Python34\Lib\encodings\cp424.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:575]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:577]: Executing op: FileCopy(SourceName=C:\Config.Msi\5288b.rbf,,DestName=C:\Python34\Lib\encodings\cp860.py,Attributes=32800,FileSize=35379,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:579]: File: C:\Python34\Lib\encodings\cp860.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:588]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:589]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\urllib\) MSI (s) (9C:5C) [21:25:53:590]: Executing op: FileCopy(SourceName=C:\Config.Msi\5288a.rbf,,DestName=C:\Python34\Lib\urllib\robotparser.py,Attributes=32800,FileSize=7176,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:592]: File: C:\Python34\Lib\urllib\robotparser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:600]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:601]: Executing op: FileCopy(SourceName=C:\Config.Msi\52889.rbf,,DestName=C:\Python34\Lib\urllib\response.py,Attributes=32800,FileSize=2264,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:604]: File: C:\Python34\Lib\urllib\response.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:614]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\52888.rbf,,DestName=C:\Python34\Lib\urllib\error.py,Attributes=32800,FileSize=2743,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:618]: File: C:\Python34\Lib\urllib\error.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:626]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:629]: Executing op: FileCopy(SourceName=C:\Config.Msi\52887.rbf,,DestName=C:\Python34\Lib\urllib\parse.py,Attributes=32800,FileSize=36193,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:632]: File: C:\Python34\Lib\urllib\parse.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:644]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:646]: Executing op: FileCopy(SourceName=C:\Config.Msi\52886.rbf,,DestName=C:\Python34\Lib\urllib\__init__.py,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:649]: File: C:\Python34\Lib\urllib\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:661]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:663]: Executing op: FileCopy(SourceName=C:\Config.Msi\52885.rbf,,DestName=C:\Python34\Lib\urllib\request.py,Attributes=32800,FileSize=95212,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:665]: File: C:\Python34\Lib\urllib\request.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:674]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:676]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\email\mime\) MSI (s) (9C:5C) [21:25:53:677]: Executing op: FileCopy(SourceName=C:\Config.Msi\52884.rbf,,DestName=C:\Python34\Lib\email\mime\text.py,Attributes=32800,FileSize=1408,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:679]: File: C:\Python34\Lib\email\mime\text.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:687]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:689]: Executing op: FileCopy(SourceName=C:\Config.Msi\52883.rbf,,DestName=C:\Python34\Lib\email\mime\image.py,Attributes=32800,FileSize=1810,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:690]: File: C:\Python34\Lib\email\mime\image.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:698]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:700]: Executing op: FileCopy(SourceName=C:\Config.Msi\52882.rbf,,DestName=C:\Python34\Lib\email\mime\audio.py,Attributes=32800,FileSize=2747,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:701]: File: C:\Python34\Lib\email\mime\audio.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:709]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:710]: Executing op: FileCopy(SourceName=C:\Config.Msi\52881.rbf,,DestName=C:\Python34\Lib\email\mime\multipart.py,Attributes=32800,FileSize=1620,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:712]: File: C:\Python34\Lib\email\mime\multipart.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:720]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:722]: Executing op: FileCopy(SourceName=C:\Config.Msi\52880.rbf,,DestName=C:\Python34\Lib\email\mime\__init__.py,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:724]: File: C:\Python34\Lib\email\mime\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:731]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:733]: Executing op: FileCopy(SourceName=C:\Config.Msi\5287f.rbf,,DestName=C:\Python34\Lib\email\mime\base.py,Attributes=32800,FileSize=820,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:734]: File: C:\Python34\Lib\email\mime\base.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:742]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:743]: Executing op: FileCopy(SourceName=C:\Config.Msi\5287e.rbf,,DestName=C:\Python34\Lib\email\mime\application.py,Attributes=32800,FileSize=1292,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:745]: File: C:\Python34\Lib\email\mime\application.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:754]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:755]: Executing op: FileCopy(SourceName=C:\Config.Msi\5287d.rbf,,DestName=C:\Python34\Lib\email\mime\message.py,Attributes=32800,FileSize=1320,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:757]: File: C:\Python34\Lib\email\mime\message.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:765]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:766]: Executing op: FileCopy(SourceName=C:\Config.Msi\5287c.rbf,,DestName=C:\Python34\Lib\email\mime\nonmultipart.py,Attributes=32800,FileSize=711,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:768]: File: C:\Python34\Lib\email\mime\nonmultipart.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:775]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:777]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\email\) MSI (s) (9C:5C) [21:25:53:778]: Executing op: FileCopy(SourceName=C:\Config.Msi\5287b.rbf,,DestName=C:\Python34\Lib\email\generator.py,Attributes=32800,FileSize=20365,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:779]: File: C:\Python34\Lib\email\generator.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:787]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:788]: Executing op: FileCopy(SourceName=C:\Config.Msi\5287a.rbf,,DestName=C:\Python34\Lib\email\quoprimime.py,Attributes=32800,FileSize=10158,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:790]: File: C:\Python34\Lib\email\quoprimime.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:797]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:799]: Executing op: FileCopy(SourceName=C:\Config.Msi\52879.rbf,,DestName=C:\Python34\Lib\email\parser.py,Attributes=32800,FileSize=5177,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:801]: File: C:\Python34\Lib\email\parser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:808]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:809]: Executing op: FileCopy(SourceName=C:\Config.Msi\52878.rbf,,DestName=C:\Python34\Lib\email\__init__.py,Attributes=32800,FileSize=1853,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:811]: File: C:\Python34\Lib\email\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:818]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:820]: Executing op: FileCopy(SourceName=C:\Config.Msi\52877.rbf,,DestName=C:\Python34\Lib\email\_encoded_words.py,Attributes=32800,FileSize=8134,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:822]: File: C:\Python34\Lib\email\_encoded_words.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:829]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:831]: Executing op: FileCopy(SourceName=C:\Config.Msi\52876.rbf,,DestName=C:\Python34\Lib\email\iterators.py,Attributes=32800,FileSize=2206,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:833]: File: C:\Python34\Lib\email\iterators.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:840]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:841]: Executing op: FileCopy(SourceName=C:\Config.Msi\52875.rbf,,DestName=C:\Python34\Lib\email\headerregistry.py,Attributes=32800,FileSize=20618,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:843]: File: C:\Python34\Lib\email\headerregistry.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:850]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:852]: Executing op: FileCopy(SourceName=C:\Config.Msi\52874.rbf,,DestName=C:\Python34\Lib\email\message.py,Attributes=32800,FileSize=47048,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:854]: File: C:\Python34\Lib\email\message.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:861]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:863]: Executing op: FileCopy(SourceName=C:\Config.Msi\52873.rbf,,DestName=C:\Python34\Lib\email\architecture.rst,Attributes=32800,FileSize=9776,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:864]: File: C:\Python34\Lib\email\architecture.rst; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:872]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:873]: Executing op: FileCopy(SourceName=C:\Config.Msi\52872.rbf,,DestName=C:\Python34\Lib\email\utils.py,Attributes=32800,FileSize=14708,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:875]: File: C:\Python34\Lib\email\utils.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:884]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:886]: Executing op: FileCopy(SourceName=C:\Config.Msi\52871.rbf,,DestName=C:\Python34\Lib\email\charset.py,Attributes=32800,FileSize=17628,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:887]: File: C:\Python34\Lib\email\charset.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:895]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:896]: Executing op: FileCopy(SourceName=C:\Config.Msi\52870.rbf,,DestName=C:\Python34\Lib\email\_parseaddr.py,Attributes=32800,FileSize=17739,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:898]: File: C:\Python34\Lib\email\_parseaddr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:908]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:910]: Executing op: FileCopy(SourceName=C:\Config.Msi\5286f.rbf,,DestName=C:\Python34\Lib\email\header.py,Attributes=32800,FileSize=24744,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:914]: File: C:\Python34\Lib\email\header.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:925]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:927]: Executing op: FileCopy(SourceName=C:\Config.Msi\5286e.rbf,,DestName=C:\Python34\Lib\email\feedparser.py,Attributes=32800,FileSize=23042,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:929]: File: C:\Python34\Lib\email\feedparser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:938]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:940]: Executing op: FileCopy(SourceName=C:\Config.Msi\5286d.rbf,,DestName=C:\Python34\Lib\email\encoders.py,Attributes=32800,FileSize=1855,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:942]: File: C:\Python34\Lib\email\encoders.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:954]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:955]: Executing op: FileCopy(SourceName=C:\Config.Msi\5286c.rbf,,DestName=C:\Python34\Lib\email\_header_value_parser.py,Attributes=32800,FileSize=106822,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:957]: File: C:\Python34\Lib\email\_header_value_parser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:965]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:967]: Executing op: FileCopy(SourceName=C:\Config.Msi\5286b.rbf,,DestName=C:\Python34\Lib\email\contentmanager.py,Attributes=32800,FileSize=10847,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:968]: File: C:\Python34\Lib\email\contentmanager.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:979]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:981]: Executing op: FileCopy(SourceName=C:\Config.Msi\5286a.rbf,,DestName=C:\Python34\Lib\email\errors.py,Attributes=32800,FileSize=3642,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:983]: File: C:\Python34\Lib\email\errors.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:53:992]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:53:994]: Executing op: FileCopy(SourceName=C:\Config.Msi\52869.rbf,,DestName=C:\Python34\Lib\email\base64mime.py,Attributes=32800,FileSize=3677,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:53:996]: File: C:\Python34\Lib\email\base64mime.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:005]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:007]: Executing op: FileCopy(SourceName=C:\Config.Msi\52868.rbf,,DestName=C:\Python34\Lib\email\_policybase.py,Attributes=32800,FileSize=14685,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:008]: File: C:\Python34\Lib\email\_policybase.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:016]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:017]: Executing op: FileCopy(SourceName=C:\Config.Msi\52867.rbf,,DestName=C:\Python34\Lib\email\policy.py,Attributes=32800,FileSize=9491,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:019]: File: C:\Python34\Lib\email\policy.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:027]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:028]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\sax\) MSI (s) (9C:5C) [21:25:54:030]: Executing op: FileCopy(SourceName=C:\Config.Msi\52866.rbf,,DestName=C:\Python34\Lib\xml\sax\xmlreader.py,Attributes=32800,FileSize=12990,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:032]: File: C:\Python34\Lib\xml\sax\xmlreader.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:040]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:041]: Executing op: FileCopy(SourceName=C:\Config.Msi\52865.rbf,,DestName=C:\Python34\Lib\xml\sax\_exceptions.py,Attributes=32800,FileSize=4916,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:043]: File: C:\Python34\Lib\xml\sax\_exceptions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:052]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:053]: Executing op: FileCopy(SourceName=C:\Config.Msi\52864.rbf,,DestName=C:\Python34\Lib\xml\sax\expatreader.py,Attributes=32800,FileSize=15076,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:055]: File: C:\Python34\Lib\xml\sax\expatreader.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:072]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:073]: Executing op: FileCopy(SourceName=C:\Config.Msi\52863.rbf,,DestName=C:\Python34\Lib\xml\sax\__init__.py,Attributes=32800,FileSize=3608,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:075]: File: C:\Python34\Lib\xml\sax\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:083]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:085]: Executing op: FileCopy(SourceName=C:\Config.Msi\52862.rbf,,DestName=C:\Python34\Lib\xml\sax\saxutils.py,Attributes=32800,FileSize=12404,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:087]: File: C:\Python34\Lib\xml\sax\saxutils.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:095]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:096]: Executing op: FileCopy(SourceName=C:\Config.Msi\52861.rbf,,DestName=C:\Python34\Lib\xml\sax\handler.py,Attributes=32800,FileSize=14264,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:098]: File: C:\Python34\Lib\xml\sax\handler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:106]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:108]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\parsers\) MSI (s) (9C:5C) [21:25:54:109]: Executing op: FileCopy(SourceName=C:\Config.Msi\52860.rbf,,DestName=C:\Python34\Lib\xml\parsers\__init__.py,Attributes=32800,FileSize=175,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:111]: File: C:\Python34\Lib\xml\parsers\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:119]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:121]: Executing op: FileCopy(SourceName=C:\Config.Msi\5285f.rbf,,DestName=C:\Python34\Lib\xml\parsers\expat.py,Attributes=32800,FileSize=256,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:124]: File: C:\Python34\Lib\xml\parsers\expat.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:135]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:137]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\etree\) MSI (s) (9C:5C) [21:25:54:138]: Executing op: FileCopy(SourceName=C:\Config.Msi\5285e.rbf,,DestName=C:\Python34\Lib\xml\etree\cElementTree.py,Attributes=32800,FileSize=85,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:140]: File: C:\Python34\Lib\xml\etree\cElementTree.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:147]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:149]: Executing op: FileCopy(SourceName=C:\Config.Msi\5285d.rbf,,DestName=C:\Python34\Lib\xml\etree\ElementPath.py,Attributes=32800,FileSize=10099,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:151]: File: C:\Python34\Lib\xml\etree\ElementPath.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:163]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:164]: Executing op: FileCopy(SourceName=C:\Config.Msi\5285c.rbf,,DestName=C:\Python34\Lib\xml\etree\__init__.py,Attributes=32800,FileSize=1637,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:166]: File: C:\Python34\Lib\xml\etree\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:174]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:176]: Executing op: FileCopy(SourceName=C:\Config.Msi\5285b.rbf,,DestName=C:\Python34\Lib\xml\etree\ElementInclude.py,Attributes=32800,FileSize=5294,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:178]: File: C:\Python34\Lib\xml\etree\ElementInclude.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:186]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:187]: Executing op: FileCopy(SourceName=C:\Config.Msi\5285a.rbf,,DestName=C:\Python34\Lib\xml\etree\ElementTree.py,Attributes=32800,FileSize=59035,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:189]: File: C:\Python34\Lib\xml\etree\ElementTree.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:197]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:199]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\dom\) MSI (s) (9C:5C) [21:25:54:200]: Executing op: FileCopy(SourceName=C:\Config.Msi\52859.rbf,,DestName=C:\Python34\Lib\xml\dom\minicompat.py,Attributes=32800,FileSize=3449,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:202]: File: C:\Python34\Lib\xml\dom\minicompat.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:210]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:212]: Executing op: FileCopy(SourceName=C:\Config.Msi\52858.rbf,,DestName=C:\Python34\Lib\xml\dom\xmlbuilder.py,Attributes=32800,FileSize=12763,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:215]: File: C:\Python34\Lib\xml\dom\xmlbuilder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:227]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\52857.rbf,,DestName=C:\Python34\Lib\xml\dom\expatbuilder.py,Attributes=32800,FileSize=36720,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:233]: File: C:\Python34\Lib\xml\dom\expatbuilder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:248]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:251]: Executing op: FileCopy(SourceName=C:\Config.Msi\52856.rbf,,DestName=C:\Python34\Lib\xml\dom\NodeFilter.py,Attributes=32800,FileSize=963,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:254]: File: C:\Python34\Lib\xml\dom\NodeFilter.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:266]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:268]: Executing op: FileCopy(SourceName=C:\Config.Msi\52855.rbf,,DestName=C:\Python34\Lib\xml\dom\minidom.py,Attributes=32800,FileSize=68787,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:271]: File: C:\Python34\Lib\xml\dom\minidom.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:282]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:284]: Executing op: FileCopy(SourceName=C:\Config.Msi\52854.rbf,,DestName=C:\Python34\Lib\xml\dom\__init__.py,Attributes=32800,FileSize=4159,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:286]: File: C:\Python34\Lib\xml\dom\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:294]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:296]: Executing op: FileCopy(SourceName=C:\Config.Msi\52853.rbf,,DestName=C:\Python34\Lib\xml\dom\pulldom.py,Attributes=32800,FileSize=12103,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:297]: File: C:\Python34\Lib\xml\dom\pulldom.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:306]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:307]: Executing op: FileCopy(SourceName=C:\Config.Msi\52852.rbf,,DestName=C:\Python34\Lib\xml\dom\domreg.py,Attributes=32800,FileSize=3499,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:309]: File: C:\Python34\Lib\xml\dom\domreg.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:317]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:318]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\) MSI (s) (9C:5C) [21:25:54:319]: Executing op: FileCopy(SourceName=C:\Config.Msi\52851.rbf,,DestName=C:\Python34\Lib\xml\__init__.py,Attributes=32800,FileSize=577,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:321]: File: C:\Python34\Lib\xml\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:329]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:331]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\turtledemo\) MSI (s) (9C:5C) [21:25:54:332]: Executing op: FileCopy(SourceName=C:\Config.Msi\52850.rbf,,DestName=C:\Python34\Lib\turtledemo\penrose.py,Attributes=32800,FileSize=3721,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:334]: File: C:\Python34\Lib\turtledemo\penrose.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:341]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:343]: Executing op: FileCopy(SourceName=C:\Config.Msi\5284f.rbf,,DestName=C:\Python34\Lib\turtledemo\nim.py,Attributes=32800,FileSize=6739,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:345]: File: C:\Python34\Lib\turtledemo\nim.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:353]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:354]: Executing op: FileCopy(SourceName=C:\Config.Msi\5284e.rbf,,DestName=C:\Python34\Lib\turtledemo\about_turtle.txt,Attributes=32800,FileSize=3624,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:356]: File: C:\Python34\Lib\turtledemo\about_turtle.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:506]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:507]: Executing op: FileCopy(SourceName=C:\Config.Msi\5284d.rbf,,DestName=C:\Python34\Lib\turtledemo\tree.py,Attributes=32800,FileSize=1488,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:509]: File: C:\Python34\Lib\turtledemo\tree.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:517]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:518]: Executing op: FileCopy(SourceName=C:\Config.Msi\5284c.rbf,,DestName=C:\Python34\Lib\turtledemo\fractalcurves.py,Attributes=32800,FileSize=3595,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:520]: File: C:\Python34\Lib\turtledemo\fractalcurves.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:528]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:530]: Executing op: FileCopy(SourceName=C:\Config.Msi\5284b.rbf,,DestName=C:\Python34\Lib\turtledemo\round_dance.py,Attributes=32800,FileSize=1890,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:531]: File: C:\Python34\Lib\turtledemo\round_dance.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:540]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:541]: Executing op: FileCopy(SourceName=C:\Config.Msi\5284a.rbf,,DestName=C:\Python34\Lib\turtledemo\lindenmayer.py,Attributes=32800,FileSize=2553,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:543]: File: C:\Python34\Lib\turtledemo\lindenmayer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:551]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:553]: Executing op: FileCopy(SourceName=C:\Config.Msi\52849.rbf,,DestName=C:\Python34\Lib\turtledemo\minimal_hanoi.py,Attributes=32800,FileSize=2130,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:554]: File: C:\Python34\Lib\turtledemo\minimal_hanoi.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:562]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:564]: Executing op: FileCopy(SourceName=C:\Config.Msi\52848.rbf,,DestName=C:\Python34\Lib\turtledemo\forest.py,Attributes=32800,FileSize=3058,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:565]: File: C:\Python34\Lib\turtledemo\forest.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:573]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:576]: Executing op: FileCopy(SourceName=C:\Config.Msi\52847.rbf,,DestName=C:\Python34\Lib\turtledemo\planet_and_moon.py,Attributes=32800,FileSize=2960,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:577]: File: C:\Python34\Lib\turtledemo\planet_and_moon.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:585]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:586]: Executing op: FileCopy(SourceName=C:\Config.Msi\52846.rbf,,DestName=C:\Python34\Lib\turtledemo\demohelp.txt,Attributes=32800,FileSize=2331,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:588]: File: C:\Python34\Lib\turtledemo\demohelp.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:614]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\52845.rbf,,DestName=C:\Python34\Lib\turtledemo\__main__.py,Attributes=32800,FileSize=14497,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:618]: File: C:\Python34\Lib\turtledemo\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:628]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:630]: Executing op: FileCopy(SourceName=C:\Config.Msi\52844.rbf,,DestName=C:\Python34\Lib\turtledemo\turtle.cfg,Attributes=32800,FileSize=170,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:632]: File: C:\Python34\Lib\turtledemo\turtle.cfg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:642]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:643]: Executing op: FileCopy(SourceName=C:\Config.Msi\52843.rbf,,DestName=C:\Python34\Lib\turtledemo\paint.py,Attributes=32800,FileSize=1345,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:646]: File: C:\Python34\Lib\turtledemo\paint.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:658]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:660]: Executing op: FileCopy(SourceName=C:\Config.Msi\52842.rbf,,DestName=C:\Python34\Lib\turtledemo\bytedesign.py,Attributes=32800,FileSize=4406,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:663]: File: C:\Python34\Lib\turtledemo\bytedesign.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:676]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:678]: Executing op: FileCopy(SourceName=C:\Config.Msi\52841.rbf,,DestName=C:\Python34\Lib\turtledemo\wikipedia.py,Attributes=32800,FileSize=1412,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:680]: File: C:\Python34\Lib\turtledemo\wikipedia.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:693]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:695]: Executing op: FileCopy(SourceName=C:\Config.Msi\52840.rbf,,DestName=C:\Python34\Lib\turtledemo\yinyang.py,Attributes=32800,FileSize=870,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:697]: File: C:\Python34\Lib\turtledemo\yinyang.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:715]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:723]: Executing op: FileCopy(SourceName=C:\Config.Msi\5283f.rbf,,DestName=C:\Python34\Lib\turtledemo\chaos.py,Attributes=32800,FileSize=1012,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:726]: File: C:\Python34\Lib\turtledemo\chaos.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:738]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:740]: Executing op: FileCopy(SourceName=C:\Config.Msi\5283e.rbf,,DestName=C:\Python34\Lib\turtledemo\peace.py,Attributes=32800,FileSize=1127,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:742]: File: C:\Python34\Lib\turtledemo\peace.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:756]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:758]: Executing op: FileCopy(SourceName=C:\Config.Msi\5283d.rbf,,DestName=C:\Python34\Lib\turtledemo\about_turtledemo.txt,Attributes=32800,FileSize=320,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:761]: File: C:\Python34\Lib\turtledemo\about_turtledemo.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:772]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:774]: Executing op: FileCopy(SourceName=C:\Config.Msi\5283c.rbf,,DestName=C:\Python34\Lib\turtledemo\colormixer.py,Attributes=32800,FileSize=1397,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:776]: File: C:\Python34\Lib\turtledemo\colormixer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:795]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:797]: Executing op: FileCopy(SourceName=C:\Config.Msi\5283b.rbf,,DestName=C:\Python34\Lib\turtledemo\__init__.py,Attributes=32800,FileSize=328,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:800]: File: C:\Python34\Lib\turtledemo\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:812]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:814]: Executing op: FileCopy(SourceName=C:\Config.Msi\5283a.rbf,,DestName=C:\Python34\Lib\turtledemo\two_canvases.py,Attributes=32800,FileSize=1174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:818]: File: C:\Python34\Lib\turtledemo\two_canvases.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:837]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:839]: Executing op: FileCopy(SourceName=C:\Config.Msi\52839.rbf,,DestName=C:\Python34\Lib\turtledemo\clock.py,Attributes=32800,FileSize=3333,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:842]: File: C:\Python34\Lib\turtledemo\clock.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:854]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:856]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_email\data\) MSI (s) (9C:5C) [21:25:54:857]: Executing op: FileCopy(SourceName=C:\Config.Msi\52838.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_38.txt,Attributes=32800,FileSize=2649,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:860]: File: C:\Python34\Lib\test\test_email\data\msg_38.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:874]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:876]: Executing op: FileCopy(SourceName=C:\Config.Msi\52837.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_26.txt,Attributes=32800,FileSize=2103,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:879]: File: C:\Python34\Lib\test\test_email\data\msg_26.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:892]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:895]: Executing op: FileCopy(SourceName=C:\Config.Msi\52836.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_04.txt,Attributes=32800,FileSize=998,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:898]: File: C:\Python34\Lib\test\test_email\data\msg_04.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:912]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:914]: Executing op: FileCopy(SourceName=C:\Config.Msi\52835.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_12a.txt,Attributes=32800,FileSize=684,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:916]: File: C:\Python34\Lib\test\test_email\data\msg_12a.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:929]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:931]: Executing op: FileCopy(SourceName=C:\Config.Msi\52834.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_25.txt,Attributes=32800,FileSize=5239,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:934]: File: C:\Python34\Lib\test\test_email\data\msg_25.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:947]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:949]: Executing op: FileCopy(SourceName=C:\Config.Msi\52833.rbf,,DestName=C:\Python34\Lib\test\test_email\data\audiotest.au,Attributes=32800,FileSize=28144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:952]: File: C:\Python34\Lib\test\test_email\data\audiotest.au; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:966]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:968]: Executing op: FileCopy(SourceName=C:\Config.Msi\52832.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_10.txt,Attributes=32800,FileSize=923,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:971]: File: C:\Python34\Lib\test\test_email\data\msg_10.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:54:983]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:54:985]: Executing op: FileCopy(SourceName=C:\Config.Msi\52831.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_02.txt,Attributes=32800,FileSize=2948,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:54:988]: File: C:\Python34\Lib\test\test_email\data\msg_02.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:002]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:004]: Executing op: FileCopy(SourceName=C:\Config.Msi\52830.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_39.txt,Attributes=32800,FileSize=2038,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:007]: File: C:\Python34\Lib\test\test_email\data\msg_39.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:022]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:024]: Executing op: FileCopy(SourceName=C:\Config.Msi\5282f.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_05.txt,Attributes=32800,FileSize=586,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:027]: File: C:\Python34\Lib\test\test_email\data\msg_05.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:040]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:042]: Executing op: FileCopy(SourceName=C:\Config.Msi\5282e.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_43.txt,Attributes=32800,FileSize=9383,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:045]: File: C:\Python34\Lib\test\test_email\data\msg_43.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:058]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:060]: Executing op: FileCopy(SourceName=C:\Config.Msi\5282d.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_15.txt,Attributes=32800,FileSize=1358,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:063]: File: C:\Python34\Lib\test\test_email\data\msg_15.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:076]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:078]: Executing op: FileCopy(SourceName=C:\Config.Msi\5282c.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_45.txt,Attributes=32800,FileSize=998,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:081]: File: C:\Python34\Lib\test\test_email\data\msg_45.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:094]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:096]: Executing op: FileCopy(SourceName=C:\Config.Msi\5282b.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_36.txt,Attributes=32800,FileSize=856,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:099]: File: C:\Python34\Lib\test\test_email\data\msg_36.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:112]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:114]: Executing op: FileCopy(SourceName=C:\Config.Msi\5282a.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_19.txt,Attributes=32800,FileSize=800,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:117]: File: C:\Python34\Lib\test\test_email\data\msg_19.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:130]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:132]: Executing op: FileCopy(SourceName=C:\Config.Msi\52829.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_12.txt,Attributes=32800,FileSize=680,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:135]: File: C:\Python34\Lib\test\test_email\data\msg_12.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:148]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:150]: Executing op: FileCopy(SourceName=C:\Config.Msi\52828.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_44.txt,Attributes=32800,FileSize=928,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:153]: File: C:\Python34\Lib\test\test_email\data\msg_44.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:166]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:168]: Executing op: FileCopy(SourceName=C:\Config.Msi\52827.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_29.txt,Attributes=32800,FileSize=605,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:171]: File: C:\Python34\Lib\test\test_email\data\msg_29.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:185]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:188]: Executing op: FileCopy(SourceName=C:\Config.Msi\52826.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_09.txt,Attributes=32800,FileSize=456,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:191]: File: C:\Python34\Lib\test\test_email\data\msg_09.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:205]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:207]: Executing op: FileCopy(SourceName=C:\Config.Msi\52825.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_08.txt,Attributes=32800,FileSize=478,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:210]: File: C:\Python34\Lib\test\test_email\data\msg_08.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:223]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:227]: Executing op: FileCopy(SourceName=C:\Config.Msi\52824.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_07.txt,Attributes=32800,FileSize=5310,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:230]: File: C:\Python34\Lib\test\test_email\data\msg_07.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:244]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:246]: Executing op: FileCopy(SourceName=C:\Config.Msi\52823.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_34.txt,Attributes=32800,FileSize=319,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:249]: File: C:\Python34\Lib\test\test_email\data\msg_34.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:263]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:265]: Executing op: FileCopy(SourceName=C:\Config.Msi\52822.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_33.txt,Attributes=32800,FileSize=779,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:268]: File: C:\Python34\Lib\test\test_email\data\msg_33.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:281]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:283]: Executing op: FileCopy(SourceName=C:\Config.Msi\52821.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_35.txt,Attributes=32800,FileSize=140,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:286]: File: C:\Python34\Lib\test\test_email\data\msg_35.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:300]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:302]: Executing op: FileCopy(SourceName=C:\Config.Msi\52820.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_11.txt,Attributes=32800,FileSize=149,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:305]: File: C:\Python34\Lib\test\test_email\data\msg_11.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:321]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:323]: Executing op: FileCopy(SourceName=C:\Config.Msi\5281f.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_31.txt,Attributes=32800,FileSize=215,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:325]: File: C:\Python34\Lib\test\test_email\data\msg_31.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:339]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:341]: Executing op: FileCopy(SourceName=C:\Config.Msi\5281e.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_22.txt,Attributes=32800,FileSize=1940,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:343]: File: C:\Python34\Lib\test\test_email\data\msg_22.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:354]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:356]: Executing op: FileCopy(SourceName=C:\Config.Msi\5281d.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_46.txt,Attributes=32800,FileSize=839,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:359]: File: C:\Python34\Lib\test\test_email\data\msg_46.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:372]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:374]: Executing op: FileCopy(SourceName=C:\Config.Msi\5281c.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_13.txt,Attributes=32800,FileSize=5461,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:376]: File: C:\Python34\Lib\test\test_email\data\msg_13.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:387]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:389]: Executing op: FileCopy(SourceName=C:\Config.Msi\5281b.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_24.txt,Attributes=32800,FileSize=167,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:391]: File: C:\Python34\Lib\test\test_email\data\msg_24.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:402]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:404]: Executing op: FileCopy(SourceName=C:\Config.Msi\5281a.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_28.txt,Attributes=32800,FileSize=405,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:407]: File: C:\Python34\Lib\test\test_email\data\msg_28.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:420]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:422]: Executing op: FileCopy(SourceName=C:\Config.Msi\52819.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_41.txt,Attributes=32800,FileSize=193,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:425]: File: C:\Python34\Lib\test\test_email\data\msg_41.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:438]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:440]: Executing op: FileCopy(SourceName=C:\Config.Msi\52818.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_21.txt,Attributes=32800,FileSize=396,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:442]: File: C:\Python34\Lib\test\test_email\data\msg_21.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:452]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:454]: Executing op: FileCopy(SourceName=C:\Config.Msi\52817.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_37.txt,Attributes=32800,FileSize=231,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:457]: File: C:\Python34\Lib\test\test_email\data\msg_37.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:470]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:472]: Executing op: FileCopy(SourceName=C:\Config.Msi\52816.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_16.txt,Attributes=32800,FileSize=5326,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:474]: File: C:\Python34\Lib\test\test_email\data\msg_16.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:487]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:489]: Executing op: FileCopy(SourceName=C:\Config.Msi\52815.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_30.txt,Attributes=32800,FileSize=345,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:491]: File: C:\Python34\Lib\test\test_email\data\msg_30.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:503]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:505]: Executing op: FileCopy(SourceName=C:\Config.Msi\52814.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_17.txt,Attributes=32800,FileSize=342,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:507]: File: C:\Python34\Lib\test\test_email\data\msg_17.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:518]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:520]: Executing op: FileCopy(SourceName=C:\Config.Msi\52813.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_18.txt,Attributes=32800,FileSize=236,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:523]: File: C:\Python34\Lib\test\test_email\data\msg_18.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:538]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:541]: Executing op: FileCopy(SourceName=C:\Config.Msi\52812.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_27.txt,Attributes=32800,FileSize=593,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:543]: File: C:\Python34\Lib\test\test_email\data\msg_27.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:554]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:556]: Executing op: FileCopy(SourceName=C:\Config.Msi\52811.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_03.txt,Attributes=32800,FileSize=382,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:559]: File: C:\Python34\Lib\test\test_email\data\msg_03.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:572]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:574]: Executing op: FileCopy(SourceName=C:\Config.Msi\52810.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_42.txt,Attributes=32800,FileSize=333,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:577]: File: C:\Python34\Lib\test\test_email\data\msg_42.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:590]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:592]: Executing op: FileCopy(SourceName=C:\Config.Msi\5280f.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_40.txt,Attributes=32800,FileSize=207,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:594]: File: C:\Python34\Lib\test\test_email\data\msg_40.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:606]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:607]: Executing op: FileCopy(SourceName=C:\Config.Msi\5280e.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_23.txt,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:610]: File: C:\Python34\Lib\test\test_email\data\msg_23.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:623]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:625]: Executing op: FileCopy(SourceName=C:\Config.Msi\5280d.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_14.txt,Attributes=32800,FileSize=664,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:628]: File: C:\Python34\Lib\test\test_email\data\msg_14.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:638]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:640]: Executing op: FileCopy(SourceName=C:\Config.Msi\5280c.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_32.txt,Attributes=32800,FileSize=432,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:642]: File: C:\Python34\Lib\test\test_email\data\msg_32.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:655]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:657]: Executing op: FileCopy(SourceName=C:\Config.Msi\5280b.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_01.txt,Attributes=32800,FileSize=478,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:660]: File: C:\Python34\Lib\test\test_email\data\msg_01.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:673]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:675]: Executing op: FileCopy(SourceName=C:\Config.Msi\5280a.rbf,,DestName=C:\Python34\Lib\test\test_email\data\PyBanner048.gif,Attributes=32800,FileSize=954,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:677]: File: C:\Python34\Lib\test\test_email\data\PyBanner048.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:688]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:689]: Executing op: FileCopy(SourceName=C:\Config.Msi\52809.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_20.txt,Attributes=32800,FileSize=529,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:692]: File: C:\Python34\Lib\test\test_email\data\msg_20.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:706]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:707]: Executing op: FileCopy(SourceName=C:\Config.Msi\52808.rbf,,DestName=C:\Python34\Lib\test\test_email\data\msg_06.txt,Attributes=32800,FileSize=1074,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:709]: File: C:\Python34\Lib\test\test_email\data\msg_06.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:719]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:720]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_email\) MSI (s) (9C:5C) [21:25:55:722]: Executing op: FileCopy(SourceName=C:\Config.Msi\52807.rbf,,DestName=C:\Python34\Lib\test\test_email\test__encoded_words.py,Attributes=32800,FileSize=6579,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:723]: File: C:\Python34\Lib\test\test_email\test__encoded_words.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:733]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:736]: Executing op: FileCopy(SourceName=C:\Config.Msi\52806.rbf,,DestName=C:\Python34\Lib\test\test_email\test_utils.py,Attributes=32800,FileSize=5562,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:738]: File: C:\Python34\Lib\test\test_email\test_utils.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:748]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:750]: Executing op: FileCopy(SourceName=C:\Config.Msi\52805.rbf,,DestName=C:\Python34\Lib\test\test_email\test_headerregistry.py,Attributes=32800,FileSize=58504,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:753]: File: C:\Python34\Lib\test\test_email\test_headerregistry.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:765]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:767]: Executing op: FileCopy(SourceName=C:\Config.Msi\52804.rbf,,DestName=C:\Python34\Lib\test\test_email\torture_test.py,Attributes=32800,FileSize=3793,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:771]: File: C:\Python34\Lib\test\test_email\torture_test.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:783]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:785]: Executing op: FileCopy(SourceName=C:\Config.Msi\52803.rbf,,DestName=C:\Python34\Lib\test\test_email\test_pickleable.py,Attributes=32800,FileSize=2471,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:788]: File: C:\Python34\Lib\test\test_email\test_pickleable.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:799]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:800]: Executing op: FileCopy(SourceName=C:\Config.Msi\52802.rbf,,DestName=C:\Python34\Lib\test\test_email\test__header_value_parser.py,Attributes=32800,FileSize=114035,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:803]: File: C:\Python34\Lib\test\test_email\test__header_value_parser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:814]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:816]: Executing op: FileCopy(SourceName=C:\Config.Msi\52801.rbf,,DestName=C:\Python34\Lib\test\test_email\test_email.py,Attributes=32800,FileSize=208882,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:818]: File: C:\Python34\Lib\test\test_email\test_email.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:826]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:828]: Executing op: FileCopy(SourceName=C:\Config.Msi\52800.rbf,,DestName=C:\Python34\Lib\test\test_email\test_message.py,Attributes=32800,FileSize=27161,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:830]: File: C:\Python34\Lib\test\test_email\test_message.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:838]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:840]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ff.rbf,,DestName=C:\Python34\Lib\test\test_email\__init__.py,Attributes=32800,FileSize=6060,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:842]: File: C:\Python34\Lib\test\test_email\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:849]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:851]: Executing op: FileCopy(SourceName=C:\Config.Msi\527fe.rbf,,DestName=C:\Python34\Lib\test\test_email\test_contentmanager.py,Attributes=32800,FileSize=34334,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:853]: File: C:\Python34\Lib\test\test_email\test_contentmanager.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:860]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:862]: Executing op: FileCopy(SourceName=C:\Config.Msi\527fd.rbf,,DestName=C:\Python34\Lib\test\test_email\test_policy.py,Attributes=32800,FileSize=13749,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:864]: File: C:\Python34\Lib\test\test_email\test_policy.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:871]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:873]: Executing op: FileCopy(SourceName=C:\Config.Msi\527fc.rbf,,DestName=C:\Python34\Lib\test\test_email\__main__.py,Attributes=32800,FileSize=76,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:875]: File: C:\Python34\Lib\test\test_email\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:882]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:884]: Executing op: FileCopy(SourceName=C:\Config.Msi\527fb.rbf,,DestName=C:\Python34\Lib\test\test_email\test_inversion.py,Attributes=32800,FileSize=1402,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:885]: File: C:\Python34\Lib\test\test_email\test_inversion.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:893]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:894]: Executing op: FileCopy(SourceName=C:\Config.Msi\527fa.rbf,,DestName=C:\Python34\Lib\test\test_email\test_parser.py,Attributes=32800,FileSize=1266,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:896]: File: C:\Python34\Lib\test\test_email\test_parser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:905]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:907]: Executing op: FileCopy(SourceName=C:\Config.Msi\527f9.rbf,,DestName=C:\Python34\Lib\test\test_email\test_defect_handling.py,Attributes=32800,FileSize=11645,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:909]: File: C:\Python34\Lib\test\test_email\test_defect_handling.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:917]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:918]: Executing op: FileCopy(SourceName=C:\Config.Msi\527f8.rbf,,DestName=C:\Python34\Lib\test\test_email\test_generator.py,Attributes=32800,FileSize=7815,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:920]: File: C:\Python34\Lib\test\test_email\test_generator.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:928]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:929]: Executing op: FileCopy(SourceName=C:\Config.Msi\527f7.rbf,,DestName=C:\Python34\Lib\test\test_email\test_asian_codecs.py,Attributes=32800,FileSize=3278,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:931]: File: C:\Python34\Lib\test\test_email\test_asian_codecs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:939]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:940]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\import_\) MSI (s) (9C:5C) [21:25:55:941]: Executing op: FileCopy(SourceName=C:\Config.Msi\527f6.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\test___package__.py,Attributes=32800,FileSize=4992,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:943]: File: C:\Python34\Lib\test\test_importlib\import_\test___package__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:951]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:952]: Executing op: FileCopy(SourceName=C:\Config.Msi\527f5.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\test_fromlist.py,Attributes=32800,FileSize=5537,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:954]: File: C:\Python34\Lib\test\test_importlib\import_\test_fromlist.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:962]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:963]: Executing op: FileCopy(SourceName=C:\Config.Msi\527f4.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\test_caching.py,Attributes=32800,FileSize=3735,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:965]: File: C:\Python34\Lib\test\test_importlib\import_\test_caching.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:973]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:975]: Executing op: FileCopy(SourceName=C:\Config.Msi\527f3.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\test_relative_imports.py,Attributes=32800,FileSize=9029,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:976]: File: C:\Python34\Lib\test\test_importlib\import_\test_relative_imports.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:984]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:986]: Executing op: FileCopy(SourceName=C:\Config.Msi\527f2.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\test_api.py,Attributes=32800,FileSize=3026,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:987]: File: C:\Python34\Lib\test\test_importlib\import_\test_api.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:55:996]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:55:998]: Executing op: FileCopy(SourceName=C:\Config.Msi\527f1.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\__init__.py,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:55:999]: File: C:\Python34\Lib\test\test_importlib\import_\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:007]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:009]: Executing op: FileCopy(SourceName=C:\Config.Msi\527f0.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\util.py,Attributes=32800,FileSize=477,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:011]: File: C:\Python34\Lib\test\test_importlib\import_\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:025]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:027]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ef.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\test___loader__.py,Attributes=32800,FileSize=1965,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:030]: File: C:\Python34\Lib\test\test_importlib\import_\test___loader__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:040]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:042]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ee.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\test_meta_path.py,Attributes=32800,FileSize=4533,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:044]: File: C:\Python34\Lib\test\test_importlib\import_\test_meta_path.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:053]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:055]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ed.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\test_packages.py,Attributes=32800,FileSize=4715,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:057]: File: C:\Python34\Lib\test\test_importlib\import_\test_packages.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:065]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:066]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ec.rbf,,DestName=C:\Python34\Lib\test\test_importlib\import_\test_path.py,Attributes=32800,FileSize=5872,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:068]: File: C:\Python34\Lib\test\test_importlib\import_\test_path.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:076]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:078]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\extension\) MSI (s) (9C:5C) [21:25:56:079]: Executing op: FileCopy(SourceName=C:\Config.Msi\527eb.rbf,,DestName=C:\Python34\Lib\test\test_importlib\extension\test_finder.py,Attributes=32800,FileSize=1361,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:080]: File: C:\Python34\Lib\test\test_importlib\extension\test_finder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:089]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:090]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ea.rbf,,DestName=C:\Python34\Lib\test\test_importlib\extension\test_loader.py,Attributes=32800,FileSize=3046,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:092]: File: C:\Python34\Lib\test\test_importlib\extension\test_loader.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:100]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:102]: Executing op: FileCopy(SourceName=C:\Config.Msi\527e9.rbf,,DestName=C:\Python34\Lib\test\test_importlib\extension\__init__.py,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:104]: File: C:\Python34\Lib\test\test_importlib\extension\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:113]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:114]: Executing op: FileCopy(SourceName=C:\Config.Msi\527e8.rbf,,DestName=C:\Python34\Lib\test\test_importlib\extension\test_path_hook.py,Attributes=32800,FileSize=960,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:116]: File: C:\Python34\Lib\test\test_importlib\extension\test_path_hook.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:125]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:126]: Executing op: FileCopy(SourceName=C:\Config.Msi\527e7.rbf,,DestName=C:\Python34\Lib\test\test_importlib\extension\util.py,Attributes=32800,FileSize=483,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:128]: File: C:\Python34\Lib\test\test_importlib\extension\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:136]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:137]: Executing op: FileCopy(SourceName=C:\Config.Msi\527e6.rbf,,DestName=C:\Python34\Lib\test\test_importlib\extension\test_case_sensitivity.py,Attributes=32800,FileSize=1850,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:139]: File: C:\Python34\Lib\test\test_importlib\extension\test_case_sensitivity.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:147]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:148]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\source\) MSI (s) (9C:5C) [21:25:56:149]: Executing op: FileCopy(SourceName=C:\Config.Msi\527e5.rbf,,DestName=C:\Python34\Lib\test\test_importlib\source\test_finder.py,Attributes=32800,FileSize=9086,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:151]: File: C:\Python34\Lib\test\test_importlib\source\test_finder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:159]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:160]: Executing op: FileCopy(SourceName=C:\Config.Msi\527e4.rbf,,DestName=C:\Python34\Lib\test\test_importlib\source\__init__.py,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:162]: File: C:\Python34\Lib\test\test_importlib\source\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:170]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:171]: Executing op: FileCopy(SourceName=C:\Config.Msi\527e3.rbf,,DestName=C:\Python34\Lib\test\test_importlib\source\test_source_encoding.py,Attributes=32800,FileSize=5561,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:173]: File: C:\Python34\Lib\test\test_importlib\source\test_source_encoding.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:181]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:182]: Executing op: FileCopy(SourceName=C:\Config.Msi\527e2.rbf,,DestName=C:\Python34\Lib\test\test_importlib\source\test_file_loader.py,Attributes=32800,FileSize=25349,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:184]: File: C:\Python34\Lib\test\test_importlib\source\test_file_loader.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:192]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:194]: Executing op: FileCopy(SourceName=C:\Config.Msi\527e1.rbf,,DestName=C:\Python34\Lib\test\test_importlib\source\test_path_hook.py,Attributes=32800,FileSize=884,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:195]: File: C:\Python34\Lib\test\test_importlib\source\test_path_hook.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:203]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:205]: Executing op: FileCopy(SourceName=C:\Config.Msi\527e0.rbf,,DestName=C:\Python34\Lib\test\test_importlib\source\util.py,Attributes=32800,FileSize=3340,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:207]: File: C:\Python34\Lib\test\test_importlib\source\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:215]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:217]: Executing op: FileCopy(SourceName=C:\Config.Msi\527df.rbf,,DestName=C:\Python34\Lib\test\test_importlib\source\test_case_sensitivity.py,Attributes=32800,FileSize=3558,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:218]: File: C:\Python34\Lib\test\test_importlib\source\test_case_sensitivity.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:227]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:229]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\frozen\) MSI (s) (9C:5C) [21:25:56:230]: Executing op: FileCopy(SourceName=C:\Config.Msi\527de.rbf,,DestName=C:\Python34\Lib\test\test_importlib\frozen\test_loader.py,Attributes=32800,FileSize=9716,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:232]: File: C:\Python34\Lib\test\test_importlib\frozen\test_loader.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:240]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:241]: Executing op: FileCopy(SourceName=C:\Config.Msi\527dd.rbf,,DestName=C:\Python34\Lib\test\test_importlib\frozen\__init__.py,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:243]: File: C:\Python34\Lib\test\test_importlib\frozen\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:251]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:253]: Executing op: FileCopy(SourceName=C:\Config.Msi\527dc.rbf,,DestName=C:\Python34\Lib\test\test_importlib\frozen\test_finder.py,Attributes=32800,FileSize=2289,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:254]: File: C:\Python34\Lib\test\test_importlib\frozen\test_finder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:262]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:264]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\) MSI (s) (9C:5C) [21:25:56:265]: Executing op: FileCopy(SourceName=C:\Config.Msi\527db.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\two.py,Attributes=32800,FileSize=27,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:266]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\two.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:277]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:279]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\) MSI (s) (9C:5C) [21:25:56:281]: Executing op: FileCopy(SourceName=C:\Config.Msi\527da.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\one.py,Attributes=32800,FileSize=27,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:283]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\one.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:295]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:296]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\) MSI (s) (9C:5C) [21:25:56:298]: Executing op: FileCopy(SourceName=C:\Config.Msi\527d9.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__init__.py,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:299]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:308]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:310]: Executing op: FileCopy(SourceName=C:\Config.Msi\527d8.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\one.py,Attributes=32800,FileSize=27,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:312]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\one.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:320]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:322]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\) MSI (s) (9C:5C) [21:25:56:324]: Executing op: FileCopy(SourceName=C:\Config.Msi\527d7.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\one.py,Attributes=32800,FileSize=32,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:326]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\one.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:336]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:337]: Executing op: FileCopy(SourceName=C:\Config.Msi\527d6.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\two.py,Attributes=32800,FileSize=32,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:340]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\two.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:349]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:350]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\) MSI (s) (9C:5C) [21:25:56:352]: Executing op: FileCopy(SourceName=C:\Config.Msi\527d5.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\two.py,Attributes=32800,FileSize=27,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:354]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\two.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:363]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:365]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\) MSI (s) (9C:5C) [21:25:56:367]: Executing op: FileCopy(SourceName=C:\Config.Msi\527d4.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\one.py,Attributes=32800,FileSize=27,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:368]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\one.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:378]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:379]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\) MSI (s) (9C:5C) [21:25:56:380]: Executing op: FileCopy(SourceName=C:\Config.Msi\527d3.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\three.py,Attributes=32800,FileSize=29,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:382]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\three.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:393]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:395]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\) MSI (s) (9C:5C) [21:25:56:396]: Executing op: FileCopy(SourceName=C:\Config.Msi\527d2.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\empty,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:398]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\empty; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:417]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:419]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\) MSI (s) (9C:5C) [21:25:56:420]: Executing op: FileCopy(SourceName=C:\Config.Msi\527d1.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test.py,Attributes=32800,FileSize=20,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:423]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:433]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:434]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\) MSI (s) (9C:5C) [21:25:56:435]: Executing op: FileCopy(SourceName=C:\Config.Msi\527d0.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\missing_directory.zip,Attributes=32800,FileSize=515,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:437]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\missing_directory.zip; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:445]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:447]: Executing op: FileCopy(SourceName=C:\Config.Msi\527cf.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\top_level_portion1.zip,Attributes=32800,FileSize=332,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:449]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\top_level_portion1.zip; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:461]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:462]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ce.rbf,,DestName=C:\Python34\Lib\test\test_importlib\namespace_pkgs\nested_portion1.zip,Attributes=32800,FileSize=556,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:464]: File: C:\Python34\Lib\test\test_importlib\namespace_pkgs\nested_portion1.zip; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:476]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:478]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\builtin\) MSI (s) (9C:5C) [21:25:56:479]: Executing op: FileCopy(SourceName=C:\Config.Msi\527cd.rbf,,DestName=C:\Python34\Lib\test\test_importlib\builtin\test_loader.py,Attributes=32800,FileSize=3731,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:481]: File: C:\Python34\Lib\test\test_importlib\builtin\test_loader.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:493]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:495]: Executing op: FileCopy(SourceName=C:\Config.Msi\527cc.rbf,,DestName=C:\Python34\Lib\test\test_importlib\builtin\__init__.py,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:497]: File: C:\Python34\Lib\test\test_importlib\builtin\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:508]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:509]: Executing op: FileCopy(SourceName=C:\Config.Msi\527cb.rbf,,DestName=C:\Python34\Lib\test\test_importlib\builtin\util.py,Attributes=32800,FileSize=152,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:512]: File: C:\Python34\Lib\test\test_importlib\builtin\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:523]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:525]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ca.rbf,,DestName=C:\Python34\Lib\test\test_importlib\builtin\test_finder.py,Attributes=32800,FileSize=2883,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:527]: File: C:\Python34\Lib\test\test_importlib\builtin\test_finder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:539]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:541]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\) MSI (s) (9C:5C) [21:25:56:543]: Executing op: FileCopy(SourceName=C:\Config.Msi\527c9.rbf,,DestName=C:\Python34\Lib\test\test_importlib\test_locks.py,Attributes=32800,FileSize=5269,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:546]: File: C:\Python34\Lib\test\test_importlib\test_locks.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:555]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:556]: Executing op: FileCopy(SourceName=C:\Config.Msi\527c8.rbf,,DestName=C:\Python34\Lib\test\test_importlib\test_windows.py,Attributes=32800,FileSize=948,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:559]: File: C:\Python34\Lib\test\test_importlib\test_windows.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:570]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:572]: Executing op: FileCopy(SourceName=C:\Config.Msi\527c7.rbf,,DestName=C:\Python34\Lib\test\test_importlib\test_api.py,Attributes=32800,FileSize=18516,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:573]: File: C:\Python34\Lib\test\test_importlib\test_api.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:582]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:583]: Executing op: FileCopy(SourceName=C:\Config.Msi\527c6.rbf,,DestName=C:\Python34\Lib\test\test_importlib\test_spec.py,Attributes=32800,FileSize=37780,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:585]: File: C:\Python34\Lib\test\test_importlib\test_spec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:594]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:595]: Executing op: FileCopy(SourceName=C:\Config.Msi\527c5.rbf,,DestName=C:\Python34\Lib\test\test_importlib\test_util.py,Attributes=32800,FileSize=23159,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:597]: File: C:\Python34\Lib\test\test_importlib\test_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:605]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:607]: Executing op: FileCopy(SourceName=C:\Config.Msi\527c4.rbf,,DestName=C:\Python34\Lib\test\test_importlib\abc.py,Attributes=32800,FileSize=2382,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:608]: File: C:\Python34\Lib\test\test_importlib\abc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:616]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:618]: Executing op: FileCopy(SourceName=C:\Config.Msi\527c3.rbf,,DestName=C:\Python34\Lib\test\test_importlib\regrtest.py,Attributes=32800,FileSize=533,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:620]: File: C:\Python34\Lib\test\test_importlib\regrtest.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:629]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:630]: Executing op: FileCopy(SourceName=C:\Config.Msi\527c2.rbf,,DestName=C:\Python34\Lib\test\test_importlib\__init__.py,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:632]: File: C:\Python34\Lib\test\test_importlib\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:640]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\527c1.rbf,,DestName=C:\Python34\Lib\test\test_importlib\util.py,Attributes=32800,FileSize=7540,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:643]: File: C:\Python34\Lib\test\test_importlib\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:651]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:653]: Executing op: FileCopy(SourceName=C:\Config.Msi\527c0.rbf,,DestName=C:\Python34\Lib\test\test_importlib\test_abc.py,Attributes=32800,FileSize=34771,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:654]: File: C:\Python34\Lib\test\test_importlib\test_abc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:662]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:664]: Executing op: FileCopy(SourceName=C:\Config.Msi\527bf.rbf,,DestName=C:\Python34\Lib\test\test_importlib\__main__.py,Attributes=32800,FileSize=62,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:666]: File: C:\Python34\Lib\test\test_importlib\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:678]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:680]: Executing op: FileCopy(SourceName=C:\Config.Msi\527be.rbf,,DestName=C:\Python34\Lib\test\test_importlib\test_namespace_pkgs.py,Attributes=32800,FileSize=9695,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:683]: File: C:\Python34\Lib\test\test_importlib\test_namespace_pkgs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:695]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:697]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\audiodata\) MSI (s) (9C:5C) [21:25:56:699]: Executing op: FileCopy(SourceName=C:\Config.Msi\527bd.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm16.wav,Attributes=32800,FileSize=13370,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:701]: File: C:\Python34\Lib\test\audiodata\pluck-pcm16.wav; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:714]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:716]: Executing op: FileCopy(SourceName=C:\Config.Msi\527bc.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm32.au,Attributes=32800,FileSize=26480,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:718]: File: C:\Python34\Lib\test\audiodata\pluck-pcm32.au; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:729]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:730]: Executing op: FileCopy(SourceName=C:\Config.Msi\527bb.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-ulaw.au,Attributes=32800,FileSize=6638,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:732]: File: C:\Python34\Lib\test\audiodata\pluck-ulaw.au; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:796]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:798]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ba.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-alaw.aifc,Attributes=32800,FileSize=6910,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:800]: File: C:\Python34\Lib\test\audiodata\pluck-alaw.aifc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:807]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:809]: Executing op: FileCopy(SourceName=C:\Config.Msi\527b9.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm8.au,Attributes=32800,FileSize=6638,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:811]: File: C:\Python34\Lib\test\audiodata\pluck-pcm8.au; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:819]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:821]: Executing op: FileCopy(SourceName=C:\Config.Msi\527b8.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm24.wav,Attributes=32800,FileSize=19984,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:823]: File: C:\Python34\Lib\test\audiodata\pluck-pcm24.wav; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:832]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:833]: Executing op: FileCopy(SourceName=C:\Config.Msi\527b7.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm16.au,Attributes=32800,FileSize=13252,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:835]: File: C:\Python34\Lib\test\audiodata\pluck-pcm16.au; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:844]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:846]: Executing op: FileCopy(SourceName=C:\Config.Msi\527b6.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-ulaw.aifc,Attributes=32800,FileSize=6910,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:848]: File: C:\Python34\Lib\test\audiodata\pluck-ulaw.aifc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:860]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:863]: Executing op: FileCopy(SourceName=C:\Config.Msi\527b5.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm16.aiff,Attributes=32800,FileSize=13506,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:866]: File: C:\Python34\Lib\test\audiodata\pluck-pcm16.aiff; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:879]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:881]: Executing op: FileCopy(SourceName=C:\Config.Msi\527b4.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm24.aiff,Attributes=32800,FileSize=20120,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:884]: File: C:\Python34\Lib\test\audiodata\pluck-pcm24.aiff; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:896]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:898]: Executing op: FileCopy(SourceName=C:\Config.Msi\527b3.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm32.aiff,Attributes=32800,FileSize=26734,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:901]: File: C:\Python34\Lib\test\audiodata\pluck-pcm32.aiff; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:910]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:911]: Executing op: FileCopy(SourceName=C:\Config.Msi\527b2.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm32.wav,Attributes=32800,FileSize=26598,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:913]: File: C:\Python34\Lib\test\audiodata\pluck-pcm32.wav; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:921]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:922]: Executing op: FileCopy(SourceName=C:\Config.Msi\527b1.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm8.aiff,Attributes=32800,FileSize=6892,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:924]: File: C:\Python34\Lib\test\audiodata\pluck-pcm8.aiff; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:932]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:934]: Executing op: FileCopy(SourceName=C:\Config.Msi\527b0.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm8.wav,Attributes=32800,FileSize=6756,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:935]: File: C:\Python34\Lib\test\audiodata\pluck-pcm8.wav; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:943]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:945]: Executing op: FileCopy(SourceName=C:\Config.Msi\527af.rbf,,DestName=C:\Python34\Lib\test\audiodata\pluck-pcm24.au,Attributes=32800,FileSize=19866,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:947]: File: C:\Python34\Lib\test\audiodata\pluck-pcm24.au; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:955]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:956]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\data\) MSI (s) (9C:5C) [21:25:56:957]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ae.rbf,,DestName=C:\Python34\Lib\test\data\README.txt,Attributes=32800,FileSize=131,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:958]: File: C:\Python34\Lib\test\data\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:968]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:969]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\xmltestdata\) MSI (s) (9C:5C) [21:25:56:970]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ad.rbf,,DestName=C:\Python34\Lib\test\xmltestdata\test.xml.out,Attributes=32800,FileSize=1386,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:971]: File: C:\Python34\Lib\test\xmltestdata\test.xml.out; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:981]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:982]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ac.rbf,,DestName=C:\Python34\Lib\test\xmltestdata\simple-ns.xml,Attributes=32800,FileSize=152,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:984]: File: C:\Python34\Lib\test\xmltestdata\simple-ns.xml; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:56:994]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:56:995]: Executing op: FileCopy(SourceName=C:\Config.Msi\527ab.rbf,,DestName=C:\Python34\Lib\test\xmltestdata\simple.xml,Attributes=32800,FileSize=122,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:56:997]: File: C:\Python34\Lib\test\xmltestdata\simple.xml; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:006]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:008]: Executing op: FileCopy(SourceName=C:\Config.Msi\527aa.rbf,,DestName=C:\Python34\Lib\test\xmltestdata\test.xml,Attributes=32800,FileSize=1365,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:010]: File: C:\Python34\Lib\test\xmltestdata\test.xml; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:018]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:019]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_json\) MSI (s) (9C:5C) [21:25:57:021]: Executing op: FileCopy(SourceName=C:\Config.Msi\527a9.rbf,,DestName=C:\Python34\Lib\test\test_json\test_indent.py,Attributes=32800,FileSize=1891,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:023]: File: C:\Python34\Lib\test\test_json\test_indent.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:037]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:039]: Executing op: FileCopy(SourceName=C:\Config.Msi\527a8.rbf,,DestName=C:\Python34\Lib\test\test_json\test_encode_basestring_ascii.py,Attributes=32800,FileSize=2190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:041]: File: C:\Python34\Lib\test\test_json\test_encode_basestring_ascii.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:050]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:052]: Executing op: FileCopy(SourceName=C:\Config.Msi\527a7.rbf,,DestName=C:\Python34\Lib\test\test_json\test_default.py,Attributes=32800,FileSize=302,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:054]: File: C:\Python34\Lib\test\test_json\test_default.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:062]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:063]: Executing op: FileCopy(SourceName=C:\Config.Msi\527a6.rbf,,DestName=C:\Python34\Lib\test\test_json\test_pass2.py,Attributes=32800,FileSize=466,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:065]: File: C:\Python34\Lib\test\test_json\test_pass2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:073]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:075]: Executing op: FileCopy(SourceName=C:\Config.Msi\527a5.rbf,,DestName=C:\Python34\Lib\test\test_json\test_pass3.py,Attributes=32800,FileSize=568,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:077]: File: C:\Python34\Lib\test\test_json\test_pass3.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:084]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:086]: Executing op: FileCopy(SourceName=C:\Config.Msi\527a4.rbf,,DestName=C:\Python34\Lib\test\test_json\test_decode.py,Attributes=32800,FileSize=4347,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:088]: File: C:\Python34\Lib\test\test_json\test_decode.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:096]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:097]: Executing op: FileCopy(SourceName=C:\Config.Msi\527a3.rbf,,DestName=C:\Python34\Lib\test\test_json\test_speedups.py,Attributes=32800,FileSize=948,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:099]: File: C:\Python34\Lib\test\test_json\test_speedups.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:107]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:108]: Executing op: FileCopy(SourceName=C:\Config.Msi\527a2.rbf,,DestName=C:\Python34\Lib\test\test_json\test_scanstring.py,Attributes=32800,FileSize=4786,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:110]: File: C:\Python34\Lib\test\test_json\test_scanstring.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:119]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:121]: Executing op: FileCopy(SourceName=C:\Config.Msi\527a1.rbf,,DestName=C:\Python34\Lib\test\test_json\__init__.py,Attributes=32800,FileSize=1950,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:122]: File: C:\Python34\Lib\test\test_json\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:130]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:132]: Executing op: FileCopy(SourceName=C:\Config.Msi\527a0.rbf,,DestName=C:\Python34\Lib\test\test_json\test_pass1.py,Attributes=32800,FileSize=1912,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:133]: File: C:\Python34\Lib\test\test_json\test_pass1.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:142]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:144]: Executing op: FileCopy(SourceName=C:\Config.Msi\5279f.rbf,,DestName=C:\Python34\Lib\test\test_json\test_separators.py,Attributes=32800,FileSize=1063,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:147]: File: C:\Python34\Lib\test\test_json\test_separators.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:162]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:164]: Executing op: FileCopy(SourceName=C:\Config.Msi\5279e.rbf,,DestName=C:\Python34\Lib\test\test_json\test_float.py,Attributes=32800,FileSize=1244,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:166]: File: C:\Python34\Lib\test\test_json\test_float.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:176]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:178]: Executing op: FileCopy(SourceName=C:\Config.Msi\5279d.rbf,,DestName=C:\Python34\Lib\test\test_json\test_fail.py,Attributes=32800,FileSize=8070,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:180]: File: C:\Python34\Lib\test\test_json\test_fail.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:192]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:194]: Executing op: FileCopy(SourceName=C:\Config.Msi\5279c.rbf,,DestName=C:\Python34\Lib\test\test_json\__main__.py,Attributes=32800,FileSize=75,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:196]: File: C:\Python34\Lib\test\test_json\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:205]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:206]: Executing op: FileCopy(SourceName=C:\Config.Msi\5279b.rbf,,DestName=C:\Python34\Lib\test\test_json\test_dump.py,Attributes=32800,FileSize=1675,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:208]: File: C:\Python34\Lib\test\test_json\test_dump.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:218]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:219]: Executing op: FileCopy(SourceName=C:\Config.Msi\5279a.rbf,,DestName=C:\Python34\Lib\test\test_json\test_enum.py,Attributes=32800,FileSize=4154,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:221]: File: C:\Python34\Lib\test\test_json\test_enum.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:229]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\52799.rbf,,DestName=C:\Python34\Lib\test\test_json\test_recursion.py,Attributes=32800,FileSize=3106,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:232]: File: C:\Python34\Lib\test\test_json\test_recursion.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:240]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:242]: Executing op: FileCopy(SourceName=C:\Config.Msi\52798.rbf,,DestName=C:\Python34\Lib\test\test_json\test_unicode.py,Attributes=32800,FileSize=2985,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:244]: File: C:\Python34\Lib\test\test_json\test_unicode.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:252]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:254]: Executing op: FileCopy(SourceName=C:\Config.Msi\52797.rbf,,DestName=C:\Python34\Lib\test\test_json\test_tool.py,Attributes=32800,FileSize=2033,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:256]: File: C:\Python34\Lib\test\test_json\test_tool.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:266]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:268]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\subprocessdata\) MSI (s) (9C:5C) [21:25:57:269]: Executing op: FileCopy(SourceName=C:\Config.Msi\52796.rbf,,DestName=C:\Python34\Lib\test\subprocessdata\qcat.py,Attributes=32800,FileSize=166,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:271]: File: C:\Python34\Lib\test\subprocessdata\qcat.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:279]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:280]: Executing op: FileCopy(SourceName=C:\Config.Msi\52795.rbf,,DestName=C:\Python34\Lib\test\subprocessdata\sigchild_ignore.py,Attributes=32800,FileSize=772,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:282]: File: C:\Python34\Lib\test\subprocessdata\sigchild_ignore.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:293]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:295]: Executing op: FileCopy(SourceName=C:\Config.Msi\52794.rbf,,DestName=C:\Python34\Lib\test\subprocessdata\input_reader.py,Attributes=32800,FileSize=137,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:297]: File: C:\Python34\Lib\test\subprocessdata\input_reader.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:306]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:308]: Executing op: FileCopy(SourceName=C:\Config.Msi\52793.rbf,,DestName=C:\Python34\Lib\test\subprocessdata\fd_status.py,Attributes=32800,FileSize=869,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:310]: File: C:\Python34\Lib\test\subprocessdata\fd_status.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:317]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:319]: Executing op: FileCopy(SourceName=C:\Config.Msi\52792.rbf,,DestName=C:\Python34\Lib\test\subprocessdata\qgrep.py,Attributes=32800,FileSize=263,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:321]: File: C:\Python34\Lib\test\subprocessdata\qgrep.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:329]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:330]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\leakers\) MSI (s) (9C:5C) [21:25:57:331]: Executing op: FileCopy(SourceName=C:\Config.Msi\52791.rbf,,DestName=C:\Python34\Lib\test\leakers\test_ctypes.py,Attributes=32800,FileSize=344,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:334]: File: C:\Python34\Lib\test\leakers\test_ctypes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:346]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:347]: Executing op: FileCopy(SourceName=C:\Config.Msi\52790.rbf,,DestName=C:\Python34\Lib\test\leakers\README.txt,Attributes=32800,FileSize=1122,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:349]: File: C:\Python34\Lib\test\leakers\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:358]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:360]: Executing op: FileCopy(SourceName=C:\Config.Msi\5278f.rbf,,DestName=C:\Python34\Lib\test\leakers\__init__.py,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:362]: File: C:\Python34\Lib\test\leakers\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:371]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:372]: Executing op: FileCopy(SourceName=C:\Config.Msi\5278e.rbf,,DestName=C:\Python34\Lib\test\leakers\test_selftype.py,Attributes=32800,FileSize=306,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:374]: File: C:\Python34\Lib\test\leakers\test_selftype.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:383]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:384]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\cjkencodings\) MSI (s) (9C:5C) [21:25:57:385]: Executing op: FileCopy(SourceName=C:\Config.Msi\5278d.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\shift_jis-utf8.txt,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:386]: File: C:\Python34\Lib\test\cjkencodings\shift_jis-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:395]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:397]: Executing op: FileCopy(SourceName=C:\Config.Msi\5278c.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\shift_jisx0213.txt,Attributes=32800,FileSize=789,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:398]: File: C:\Python34\Lib\test\cjkencodings\shift_jisx0213.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:409]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:411]: Executing op: FileCopy(SourceName=C:\Config.Msi\5278b.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\johab.txt,Attributes=32800,FileSize=346,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:412]: File: C:\Python34\Lib\test\cjkencodings\johab.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:421]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:422]: Executing op: FileCopy(SourceName=C:\Config.Msi\5278a.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\gb18030-utf8.txt,Attributes=32800,FileSize=1127,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:424]: File: C:\Python34\Lib\test\cjkencodings\gb18030-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:432]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:433]: Executing op: FileCopy(SourceName=C:\Config.Msi\52789.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\euc_jp-utf8.txt,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:435]: File: C:\Python34\Lib\test\cjkencodings\euc_jp-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:443]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:445]: Executing op: FileCopy(SourceName=C:\Config.Msi\52788.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\hz.txt,Attributes=32800,FileSize=83,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:447]: File: C:\Python34\Lib\test\cjkencodings\hz.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:455]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:456]: Executing op: FileCopy(SourceName=C:\Config.Msi\52787.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\johab-utf8.txt,Attributes=32800,FileSize=478,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:458]: File: C:\Python34\Lib\test\cjkencodings\johab-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:466]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:467]: Executing op: FileCopy(SourceName=C:\Config.Msi\52786.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\big5-utf8.txt,Attributes=32800,FileSize=564,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:469]: File: C:\Python34\Lib\test\cjkencodings\big5-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:477]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:479]: Executing op: FileCopy(SourceName=C:\Config.Msi\52785.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\gb2312-utf8.txt,Attributes=32800,FileSize=480,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:480]: File: C:\Python34\Lib\test\cjkencodings\gb2312-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:488]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:489]: Executing op: FileCopy(SourceName=C:\Config.Msi\52784.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\cp949-utf8.txt,Attributes=32800,FileSize=478,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:491]: File: C:\Python34\Lib\test\cjkencodings\cp949-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:501]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:503]: Executing op: FileCopy(SourceName=C:\Config.Msi\52783.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\hz-utf8.txt,Attributes=32800,FileSize=89,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:505]: File: C:\Python34\Lib\test\cjkencodings\hz-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:514]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:516]: Executing op: FileCopy(SourceName=C:\Config.Msi\52782.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\gb18030.txt,Attributes=32800,FileSize=864,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:519]: File: C:\Python34\Lib\test\cjkencodings\gb18030.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:531]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:533]: Executing op: FileCopy(SourceName=C:\Config.Msi\52781.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\euc_jp.txt,Attributes=32800,FileSize=760,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:536]: File: C:\Python34\Lib\test\cjkencodings\euc_jp.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:546]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:547]: Executing op: FileCopy(SourceName=C:\Config.Msi\52780.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\cp949.txt,Attributes=32800,FileSize=346,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:549]: File: C:\Python34\Lib\test\cjkencodings\cp949.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:557]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:558]: Executing op: FileCopy(SourceName=C:\Config.Msi\5277f.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\iso2022_jp-utf8.txt,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:560]: File: C:\Python34\Lib\test\cjkencodings\iso2022_jp-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:571]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:573]: Executing op: FileCopy(SourceName=C:\Config.Msi\5277e.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\euc_jisx0213.txt,Attributes=32800,FileSize=793,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:575]: File: C:\Python34\Lib\test\cjkencodings\euc_jisx0213.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:583]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:584]: Executing op: FileCopy(SourceName=C:\Config.Msi\5277d.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\shift_jis.txt,Attributes=32800,FileSize=760,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:586]: File: C:\Python34\Lib\test\cjkencodings\shift_jis.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:594]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:595]: Executing op: FileCopy(SourceName=C:\Config.Msi\5277c.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\euc_kr-utf8.txt,Attributes=32800,FileSize=586,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:597]: File: C:\Python34\Lib\test\cjkencodings\euc_kr-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:605]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:607]: Executing op: FileCopy(SourceName=C:\Config.Msi\5277b.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\big5hkscs-utf8.txt,Attributes=32800,FileSize=32,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:609]: File: C:\Python34\Lib\test\cjkencodings\big5hkscs-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:620]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:622]: Executing op: FileCopy(SourceName=C:\Config.Msi\5277a.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\big5hkscs.txt,Attributes=32800,FileSize=23,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:625]: File: C:\Python34\Lib\test\cjkencodings\big5hkscs.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:637]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:639]: Executing op: FileCopy(SourceName=C:\Config.Msi\52779.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\gbk.txt,Attributes=32800,FileSize=755,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:641]: File: C:\Python34\Lib\test\cjkencodings\gbk.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:649]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:651]: Executing op: FileCopy(SourceName=C:\Config.Msi\52778.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\shift_jisx0213-utf8.txt,Attributes=32800,FileSize=1144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:652]: File: C:\Python34\Lib\test\cjkencodings\shift_jisx0213-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:661]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:662]: Executing op: FileCopy(SourceName=C:\Config.Msi\52777.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\iso2022_kr-utf8.txt,Attributes=32800,FileSize=563,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:664]: File: C:\Python34\Lib\test\cjkencodings\iso2022_kr-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:672]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:674]: Executing op: FileCopy(SourceName=C:\Config.Msi\52776.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\iso2022_kr.txt,Attributes=32800,FileSize=502,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:676]: File: C:\Python34\Lib\test\cjkencodings\iso2022_kr.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:685]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:687]: Executing op: FileCopy(SourceName=C:\Config.Msi\52775.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\euc_kr.txt,Attributes=32800,FileSize=456,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:688]: File: C:\Python34\Lib\test\cjkencodings\euc_kr.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:696]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:698]: Executing op: FileCopy(SourceName=C:\Config.Msi\52774.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\euc_jisx0213-utf8.txt,Attributes=32800,FileSize=1144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:699]: File: C:\Python34\Lib\test\cjkencodings\euc_jisx0213-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:710]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:711]: Executing op: FileCopy(SourceName=C:\Config.Msi\52773.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\iso2022_jp.txt,Attributes=32800,FileSize=868,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:713]: File: C:\Python34\Lib\test\cjkencodings\iso2022_jp.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:722]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:723]: Executing op: FileCopy(SourceName=C:\Config.Msi\52772.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\gb2312.txt,Attributes=32800,FileSize=324,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:725]: File: C:\Python34\Lib\test\cjkencodings\gb2312.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:733]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:735]: Executing op: FileCopy(SourceName=C:\Config.Msi\52771.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\big5.txt,Attributes=32800,FileSize=432,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:736]: File: C:\Python34\Lib\test\cjkencodings\big5.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:744]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:746]: Executing op: FileCopy(SourceName=C:\Config.Msi\52770.rbf,,DestName=C:\Python34\Lib\test\cjkencodings\gbk-utf8.txt,Attributes=32800,FileSize=1043,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:747]: File: C:\Python34\Lib\test\cjkencodings\gbk-utf8.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:756]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:757]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\crashers\) MSI (s) (9C:5C) [21:25:57:758]: Executing op: FileCopy(SourceName=C:\Config.Msi\5276f.rbf,,DestName=C:\Python34\Lib\test\crashers\gc_inspection.py,Attributes=32800,FileSize=1124,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:760]: File: C:\Python34\Lib\test\crashers\gc_inspection.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:768]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:769]: Executing op: FileCopy(SourceName=C:\Config.Msi\5276e.rbf,,DestName=C:\Python34\Lib\test\crashers\recursive_call.py,Attributes=32800,FileSize=373,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:771]: File: C:\Python34\Lib\test\crashers\recursive_call.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:780]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:782]: Executing op: FileCopy(SourceName=C:\Config.Msi\5276d.rbf,,DestName=C:\Python34\Lib\test\crashers\underlying_dict.py,Attributes=32800,FileSize=302,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:783]: File: C:\Python34\Lib\test\crashers\underlying_dict.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:791]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:792]: Executing op: FileCopy(SourceName=C:\Config.Msi\5276c.rbf,,DestName=C:\Python34\Lib\test\crashers\README.txt,Attributes=32800,FileSize=1049,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:794]: File: C:\Python34\Lib\test\crashers\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:802]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:803]: Executing op: FileCopy(SourceName=C:\Config.Msi\5276b.rbf,,DestName=C:\Python34\Lib\test\crashers\trace_at_recursion_limit.py,Attributes=32800,FileSize=403,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:805]: File: C:\Python34\Lib\test\crashers\trace_at_recursion_limit.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:813]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:815]: Executing op: FileCopy(SourceName=C:\Config.Msi\5276a.rbf,,DestName=C:\Python34\Lib\test\crashers\infinite_loop_re.py,Attributes=32800,FileSize=661,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:817]: File: C:\Python34\Lib\test\crashers\infinite_loop_re.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:824]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:826]: Executing op: FileCopy(SourceName=C:\Config.Msi\52769.rbf,,DestName=C:\Python34\Lib\test\crashers\bogus_code_obj.py,Attributes=32800,FileSize=644,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:827]: File: C:\Python34\Lib\test\crashers\bogus_code_obj.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:835]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:837]: Executing op: FileCopy(SourceName=C:\Config.Msi\52768.rbf,,DestName=C:\Python34\Lib\test\crashers\mutation_inside_cyclegc.py,Attributes=32800,FileSize=784,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:838]: File: C:\Python34\Lib\test\crashers\mutation_inside_cyclegc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:846]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:848]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\tracedmodules\) MSI (s) (9C:5C) [21:25:57:849]: Executing op: FileCopy(SourceName=C:\Config.Msi\52767.rbf,,DestName=C:\Python34\Lib\test\tracedmodules\__init__.py,Attributes=32800,FileSize=207,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:851]: File: C:\Python34\Lib\test\tracedmodules\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:858]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:860]: Executing op: FileCopy(SourceName=C:\Config.Msi\52766.rbf,,DestName=C:\Python34\Lib\test\tracedmodules\testmod.py,Attributes=32800,FileSize=152,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:862]: File: C:\Python34\Lib\test\tracedmodules\testmod.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:870]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:871]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\sndhdrdata\) MSI (s) (9C:5C) [21:25:57:872]: Executing op: FileCopy(SourceName=C:\Config.Msi\52765.rbf,,DestName=C:\Python34\Lib\test\sndhdrdata\sndhdr.sndt,Attributes=32800,FileSize=129,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:874]: File: C:\Python34\Lib\test\sndhdrdata\sndhdr.sndt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:883]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:884]: Executing op: FileCopy(SourceName=C:\Config.Msi\52764.rbf,,DestName=C:\Python34\Lib\test\sndhdrdata\README.txt,Attributes=32800,FileSize=408,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:886]: File: C:\Python34\Lib\test\sndhdrdata\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:894]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:895]: Executing op: FileCopy(SourceName=C:\Config.Msi\52763.rbf,,DestName=C:\Python34\Lib\test\sndhdrdata\sndhdr.hcom,Attributes=32800,FileSize=256,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:897]: File: C:\Python34\Lib\test\sndhdrdata\sndhdr.hcom; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:905]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:907]: Executing op: FileCopy(SourceName=C:\Config.Msi\52762.rbf,,DestName=C:\Python34\Lib\test\sndhdrdata\sndhdr.8svx,Attributes=32800,FileSize=110,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:908]: File: C:\Python34\Lib\test\sndhdrdata\sndhdr.8svx; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:917]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:919]: Executing op: FileCopy(SourceName=C:\Config.Msi\52761.rbf,,DestName=C:\Python34\Lib\test\sndhdrdata\sndhdr.voc,Attributes=32800,FileSize=63,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:921]: File: C:\Python34\Lib\test\sndhdrdata\sndhdr.voc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:928]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:930]: Executing op: FileCopy(SourceName=C:\Config.Msi\52760.rbf,,DestName=C:\Python34\Lib\test\sndhdrdata\sndhdr.aiff,Attributes=32800,FileSize=108,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:932]: File: C:\Python34\Lib\test\sndhdrdata\sndhdr.aiff; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:939]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:941]: Executing op: FileCopy(SourceName=C:\Config.Msi\5275f.rbf,,DestName=C:\Python34\Lib\test\sndhdrdata\sndhdr.wav,Attributes=32800,FileSize=64,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:943]: File: C:\Python34\Lib\test\sndhdrdata\sndhdr.wav; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:952]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:954]: Executing op: FileCopy(SourceName=C:\Config.Msi\5275e.rbf,,DestName=C:\Python34\Lib\test\sndhdrdata\sndhdr.au,Attributes=32800,FileSize=64,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:956]: File: C:\Python34\Lib\test\sndhdrdata\sndhdr.au; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:968]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:970]: Executing op: FileCopy(SourceName=C:\Config.Msi\5275d.rbf,,DestName=C:\Python34\Lib\test\sndhdrdata\sndhdr.aifc,Attributes=32800,FileSize=106,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:975]: File: C:\Python34\Lib\test\sndhdrdata\sndhdr.aifc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:57:992]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:57:994]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\decimaltestdata\) MSI (s) (9C:5C) [21:25:57:995]: Executing op: FileCopy(SourceName=C:\Config.Msi\5275c.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\nextplus.decTest,Attributes=32800,FileSize=6923,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:57:997]: File: C:\Python34\Lib\test\decimaltestdata\nextplus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:012]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:014]: Executing op: FileCopy(SourceName=C:\Config.Msi\5275b.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\class.decTest,Attributes=32800,FileSize=6376,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:017]: File: C:\Python34\Lib\test\decimaltestdata\class.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:027]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:029]: Executing op: FileCopy(SourceName=C:\Config.Msi\5275a.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddRemainderNear.decTest,Attributes=32800,FileSize=30259,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:032]: File: C:\Python34\Lib\test\decimaltestdata\ddRemainderNear.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:172]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:174]: Executing op: FileCopy(SourceName=C:\Config.Msi\52759.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddLogB.decTest,Attributes=32800,FileSize=6240,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:177]: File: C:\Python34\Lib\test\decimaltestdata\ddLogB.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:189]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:191]: Executing op: FileCopy(SourceName=C:\Config.Msi\52758.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddMultiply.decTest,Attributes=32800,FileSize=29304,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:193]: File: C:\Python34\Lib\test\decimaltestdata\ddMultiply.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:201]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:203]: Executing op: FileCopy(SourceName=C:\Config.Msi\52757.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqCopyAbs.decTest,Attributes=32800,FileSize=4101,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:206]: File: C:\Python34\Lib\test\decimaltestdata\dqCopyAbs.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:219]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:222]: Executing op: FileCopy(SourceName=C:\Config.Msi\52756.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\power.decTest,Attributes=32800,FileSize=94981,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:224]: File: C:\Python34\Lib\test\decimaltestdata\power.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:237]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:239]: Executing op: FileCopy(SourceName=C:\Config.Msi\52755.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\logb.decTest,Attributes=32800,FileSize=7319,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:241]: File: C:\Python34\Lib\test\decimaltestdata\logb.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:252]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:254]: Executing op: FileCopy(SourceName=C:\Config.Msi\52754.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqInvert.decTest,Attributes=32800,FileSize=16124,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:257]: File: C:\Python34\Lib\test\decimaltestdata\dqInvert.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:270]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:271]: Executing op: FileCopy(SourceName=C:\Config.Msi\52753.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqNextPlus.decTest,Attributes=32800,FileSize=8527,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:273]: File: C:\Python34\Lib\test\decimaltestdata\dqNextPlus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:282]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:284]: Executing op: FileCopy(SourceName=C:\Config.Msi\52752.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddSubtract.decTest,Attributes=32800,FileSize=35398,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:287]: File: C:\Python34\Lib\test\decimaltestdata\ddSubtract.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:300]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:301]: Executing op: FileCopy(SourceName=C:\Config.Msi\52751.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddRotate.decTest,Attributes=32800,FileSize=14082,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:303]: File: C:\Python34\Lib\test\decimaltestdata\ddRotate.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:313]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:315]: Executing op: FileCopy(SourceName=C:\Config.Msi\52750.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dsBase.decTest,Attributes=32800,FileSize=49566,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:318]: File: C:\Python34\Lib\test\decimaltestdata\dsBase.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:331]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:332]: Executing op: FileCopy(SourceName=C:\Config.Msi\5274f.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\scaleb.decTest,Attributes=32800,FileSize=9912,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:335]: File: C:\Python34\Lib\test\decimaltestdata\scaleb.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:347]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:349]: Executing op: FileCopy(SourceName=C:\Config.Msi\5274e.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddFMA.decTest,Attributes=32800,FileSize=102180,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:351]: File: C:\Python34\Lib\test\decimaltestdata\ddFMA.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:364]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:366]: Executing op: FileCopy(SourceName=C:\Config.Msi\5274d.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddCopyAbs.decTest,Attributes=32800,FileSize=3729,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:368]: File: C:\Python34\Lib\test\decimaltestdata\ddCopyAbs.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:380]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:382]: Executing op: FileCopy(SourceName=C:\Config.Msi\5274c.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddCanonical.decTest,Attributes=32800,FileSize=18908,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:384]: File: C:\Python34\Lib\test\decimaltestdata\ddCanonical.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:397]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:398]: Executing op: FileCopy(SourceName=C:\Config.Msi\5274b.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\divideint.decTest,Attributes=32800,FileSize=20436,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:400]: File: C:\Python34\Lib\test\decimaltestdata\divideint.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:412]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:414]: Executing op: FileCopy(SourceName=C:\Config.Msi\5274a.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\rescale.decTest,Attributes=32800,FileSize=35257,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:417]: File: C:\Python34\Lib\test\decimaltestdata\rescale.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:426]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:428]: Executing op: FileCopy(SourceName=C:\Config.Msi\52749.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\copynegate.decTest,Attributes=32800,FileSize=3673,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:430]: File: C:\Python34\Lib\test\decimaltestdata\copynegate.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:441]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:443]: Executing op: FileCopy(SourceName=C:\Config.Msi\52748.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqAnd.decTest,Attributes=32800,FileSize=29123,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:446]: File: C:\Python34\Lib\test\decimaltestdata\dqAnd.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:457]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:459]: Executing op: FileCopy(SourceName=C:\Config.Msi\52747.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\powersqrt.decTest,Attributes=32800,FileSize=158655,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:461]: File: C:\Python34\Lib\test\decimaltestdata\powersqrt.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:470]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:472]: Executing op: FileCopy(SourceName=C:\Config.Msi\52746.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\inexact.decTest,Attributes=32800,FileSize=10492,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:474]: File: C:\Python34\Lib\test\decimaltestdata\inexact.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:486]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:487]: Executing op: FileCopy(SourceName=C:\Config.Msi\52745.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqMinus.decTest,Attributes=32800,FileSize=4156,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:490]: File: C:\Python34\Lib\test\decimaltestdata\dqMinus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:502]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:505]: Executing op: FileCopy(SourceName=C:\Config.Msi\52744.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\divide.decTest,Attributes=32800,FileSize=37804,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:507]: File: C:\Python34\Lib\test\decimaltestdata\divide.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:518]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:520]: Executing op: FileCopy(SourceName=C:\Config.Msi\52743.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\minus.decTest,Attributes=32800,FileSize=7425,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:521]: File: C:\Python34\Lib\test\decimaltestdata\minus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:532]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:533]: Executing op: FileCopy(SourceName=C:\Config.Msi\52742.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddNextPlus.decTest,Attributes=32800,FileSize=6723,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:536]: File: C:\Python34\Lib\test\decimaltestdata\ddNextPlus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:548]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:550]: Executing op: FileCopy(SourceName=C:\Config.Msi\52741.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqNextToward.decTest,Attributes=32800,FileSize=29726,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:552]: File: C:\Python34\Lib\test\decimaltestdata\dqNextToward.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:565]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:567]: Executing op: FileCopy(SourceName=C:\Config.Msi\52740.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqMin.decTest,Attributes=32800,FileSize=12004,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:570]: File: C:\Python34\Lib\test\decimaltestdata\dqMin.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:581]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:582]: Executing op: FileCopy(SourceName=C:\Config.Msi\5273f.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\tointegralx.decTest,Attributes=32800,FileSize=11860,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:585]: File: C:\Python34\Lib\test\decimaltestdata\tointegralx.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:598]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:600]: Executing op: FileCopy(SourceName=C:\Config.Msi\5273e.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\or.decTest,Attributes=32800,FileSize=15857,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:602]: File: C:\Python34\Lib\test\decimaltestdata\or.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:611]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:612]: Executing op: FileCopy(SourceName=C:\Config.Msi\5273d.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddAdd.decTest,Attributes=32800,FileSize=78095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:615]: File: C:\Python34\Lib\test\decimaltestdata\ddAdd.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:628]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:630]: Executing op: FileCopy(SourceName=C:\Config.Msi\5273c.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddReduce.decTest,Attributes=32800,FileSize=7460,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:632]: File: C:\Python34\Lib\test\decimaltestdata\ddReduce.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:644]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:646]: Executing op: FileCopy(SourceName=C:\Config.Msi\5273b.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqNextMinus.decTest,Attributes=32800,FileSize=8651,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:648]: File: C:\Python34\Lib\test\decimaltestdata\dqNextMinus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:659]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:661]: Executing op: FileCopy(SourceName=C:\Config.Msi\5273a.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\nexttoward.decTest,Attributes=32800,FileSize=25224,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:663]: File: C:\Python34\Lib\test\decimaltestdata\nexttoward.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:676]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:678]: Executing op: FileCopy(SourceName=C:\Config.Msi\52739.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\minmag.decTest,Attributes=32800,FileSize=15438,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:680]: File: C:\Python34\Lib\test\decimaltestdata\minmag.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:691]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:693]: Executing op: FileCopy(SourceName=C:\Config.Msi\52738.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\comparetotal.decTest,Attributes=32800,FileSize=34423,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:696]: File: C:\Python34\Lib\test\decimaltestdata\comparetotal.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:708]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:711]: Executing op: FileCopy(SourceName=C:\Config.Msi\52737.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddQuantize.decTest,Attributes=32800,FileSize=42493,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:713]: File: C:\Python34\Lib\test\decimaltestdata\ddQuantize.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:726]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:728]: Executing op: FileCopy(SourceName=C:\Config.Msi\52736.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\exp.decTest,Attributes=32800,FileSize=39440,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:730]: File: C:\Python34\Lib\test\decimaltestdata\exp.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:742]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:744]: Executing op: FileCopy(SourceName=C:\Config.Msi\52735.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\rounding.decTest,Attributes=32800,FileSize=63772,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:746]: File: C:\Python34\Lib\test\decimaltestdata\rounding.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:756]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:758]: Executing op: FileCopy(SourceName=C:\Config.Msi\52734.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dsEncode.decTest,Attributes=32800,FileSize=15886,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:760]: File: C:\Python34\Lib\test\decimaltestdata\dsEncode.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:769]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:771]: Executing op: FileCopy(SourceName=C:\Config.Msi\52733.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqCompareTotalMag.decTest,Attributes=32800,FileSize=32626,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:773]: File: C:\Python34\Lib\test\decimaltestdata\dqCompareTotalMag.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:781]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:783]: Executing op: FileCopy(SourceName=C:\Config.Msi\52732.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddBase.decTest,Attributes=32800,FileSize=54457,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:785]: File: C:\Python34\Lib\test\decimaltestdata\ddBase.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:793]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:795]: Executing op: FileCopy(SourceName=C:\Config.Msi\52731.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\randomBound32.decTest,Attributes=32800,FileSize=304506,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:797]: File: C:\Python34\Lib\test\decimaltestdata\randomBound32.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:804]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:806]: Executing op: FileCopy(SourceName=C:\Config.Msi\52730.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqCopy.decTest,Attributes=32800,FileSize=3987,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:808]: File: C:\Python34\Lib\test\decimaltestdata\dqCopy.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:819]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:821]: Executing op: FileCopy(SourceName=C:\Config.Msi\5272f.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqRemainderNear.decTest,Attributes=32800,FileSize=31289,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:823]: File: C:\Python34\Lib\test\decimaltestdata\dqRemainderNear.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:831]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:833]: Executing op: FileCopy(SourceName=C:\Config.Msi\5272e.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqToIntegral.decTest,Attributes=32800,FileSize=12224,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:835]: File: C:\Python34\Lib\test\decimaltestdata\dqToIntegral.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:842]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:844]: Executing op: FileCopy(SourceName=C:\Config.Msi\5272d.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqCompare.decTest,Attributes=32800,FileSize=33122,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:846]: File: C:\Python34\Lib\test\decimaltestdata\dqCompare.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:854]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:855]: Executing op: FileCopy(SourceName=C:\Config.Msi\5272c.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqQuantize.decTest,Attributes=32800,FileSize=43092,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:857]: File: C:\Python34\Lib\test\decimaltestdata\dqQuantize.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:865]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:866]: Executing op: FileCopy(SourceName=C:\Config.Msi\5272b.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddDivideInt.decTest,Attributes=32800,FileSize=19584,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:868]: File: C:\Python34\Lib\test\decimaltestdata\ddDivideInt.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:876]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:877]: Executing op: FileCopy(SourceName=C:\Config.Msi\5272a.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddCompareSig.decTest,Attributes=32800,FileSize=28408,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:879]: File: C:\Python34\Lib\test\decimaltestdata\ddCompareSig.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:888]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:889]: Executing op: FileCopy(SourceName=C:\Config.Msi\52729.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\base.decTest,Attributes=32800,FileSize=61355,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:891]: File: C:\Python34\Lib\test\decimaltestdata\base.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:900]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:902]: Executing op: FileCopy(SourceName=C:\Config.Msi\52728.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddAbs.decTest,Attributes=32800,FileSize=4901,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:904]: File: C:\Python34\Lib\test\decimaltestdata\ddAbs.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:912]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:914]: Executing op: FileCopy(SourceName=C:\Config.Msi\52727.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqDivideInt.decTest,Attributes=32800,FileSize=19826,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:915]: File: C:\Python34\Lib\test\decimaltestdata\dqDivideInt.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:924]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:925]: Executing op: FileCopy(SourceName=C:\Config.Msi\52726.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddCompareTotalMag.decTest,Attributes=32800,FileSize=32418,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:928]: File: C:\Python34\Lib\test\decimaltestdata\ddCompareTotalMag.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:938]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:940]: Executing op: FileCopy(SourceName=C:\Config.Msi\52725.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqClass.decTest,Attributes=32800,FileSize=4020,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:942]: File: C:\Python34\Lib\test\decimaltestdata\dqClass.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:954]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:956]: Executing op: FileCopy(SourceName=C:\Config.Msi\52724.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqAdd.decTest,Attributes=32800,FileSize=89197,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:958]: File: C:\Python34\Lib\test\decimaltestdata\dqAdd.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:971]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:972]: Executing op: FileCopy(SourceName=C:\Config.Msi\52723.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\squareroot.decTest,Attributes=32800,FileSize=192459,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:975]: File: C:\Python34\Lib\test\decimaltestdata\squareroot.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:58:987]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:58:989]: Executing op: FileCopy(SourceName=C:\Config.Msi\52722.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\compare.decTest,Attributes=32800,FileSize=29627,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:58:991]: File: C:\Python34\Lib\test\decimaltestdata\compare.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:006]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:008]: Executing op: FileCopy(SourceName=C:\Config.Msi\52721.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\copysign.decTest,Attributes=32800,FileSize=7378,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:011]: File: C:\Python34\Lib\test\decimaltestdata\copysign.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:024]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:027]: Executing op: FileCopy(SourceName=C:\Config.Msi\52720.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\extra.decTest,Attributes=32800,FileSize=92512,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:030]: File: C:\Python34\Lib\test\decimaltestdata\extra.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:046]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:057]: Executing op: FileCopy(SourceName=C:\Config.Msi\5271f.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\max.decTest,Attributes=32800,FileSize=15972,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:092]: File: C:\Python34\Lib\test\decimaltestdata\max.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:108]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:111]: Executing op: FileCopy(SourceName=C:\Config.Msi\5271e.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqMinMag.decTest,Attributes=32800,FileSize=11649,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:113]: File: C:\Python34\Lib\test\decimaltestdata\dqMinMag.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:127]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:129]: Executing op: FileCopy(SourceName=C:\Config.Msi\5271d.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqMultiply.decTest,Attributes=32800,FileSize=32493,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:132]: File: C:\Python34\Lib\test\decimaltestdata\dqMultiply.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:155]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:159]: Executing op: FileCopy(SourceName=C:\Config.Msi\5271c.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\quantize.decTest,Attributes=32800,FileSize=47282,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:162]: File: C:\Python34\Lib\test\decimaltestdata\quantize.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:175]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:177]: Executing op: FileCopy(SourceName=C:\Config.Msi\5271b.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqRemainder.decTest,Attributes=32800,FileSize=27563,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:180]: File: C:\Python34\Lib\test\decimaltestdata\dqRemainder.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:195]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:197]: Executing op: FileCopy(SourceName=C:\Config.Msi\5271a.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\remainder.decTest,Attributes=32800,FileSize=27124,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:200]: File: C:\Python34\Lib\test\decimaltestdata\remainder.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:214]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:216]: Executing op: FileCopy(SourceName=C:\Config.Msi\52719.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddMax.decTest,Attributes=32800,FileSize=12314,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:219]: File: C:\Python34\Lib\test\decimaltestdata\ddMax.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:234]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:236]: Executing op: FileCopy(SourceName=C:\Config.Msi\52718.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\rotate.decTest,Attributes=32800,FileSize=11888,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:239]: File: C:\Python34\Lib\test\decimaltestdata\rotate.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:255]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:257]: Executing op: FileCopy(SourceName=C:\Config.Msi\52717.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddPlus.decTest,Attributes=32800,FileSize=3746,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:260]: File: C:\Python34\Lib\test\decimaltestdata\ddPlus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:272]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:274]: Executing op: FileCopy(SourceName=C:\Config.Msi\52716.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddToIntegral.decTest,Attributes=32800,FileSize=12192,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:277]: File: C:\Python34\Lib\test\decimaltestdata\ddToIntegral.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:294]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:311]: Executing op: FileCopy(SourceName=C:\Config.Msi\52715.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\remainderNear.decTest,Attributes=32800,FileSize=25018,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:314]: File: C:\Python34\Lib\test\decimaltestdata\remainderNear.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:328]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:330]: Executing op: FileCopy(SourceName=C:\Config.Msi\52714.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddSameQuantum.decTest,Attributes=32800,FileSize=17541,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:333]: File: C:\Python34\Lib\test\decimaltestdata\ddSameQuantum.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:353]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:355]: Executing op: FileCopy(SourceName=C:\Config.Msi\52713.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\clamp.decTest,Attributes=32800,FileSize=11009,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:358]: File: C:\Python34\Lib\test\decimaltestdata\clamp.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:372]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:374]: Executing op: FileCopy(SourceName=C:\Config.Msi\52712.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddCopyNegate.decTest,Attributes=32800,FileSize=3882,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:377]: File: C:\Python34\Lib\test\decimaltestdata\ddCopyNegate.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:391]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:393]: Executing op: FileCopy(SourceName=C:\Config.Msi\52711.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\plus.decTest,Attributes=32800,FileSize=7882,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:396]: File: C:\Python34\Lib\test\decimaltestdata\plus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:413]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:415]: Executing op: FileCopy(SourceName=C:\Config.Msi\52710.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddShift.decTest,Attributes=32800,FileSize=13411,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:419]: File: C:\Python34\Lib\test\decimaltestdata\ddShift.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:480]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:496]: Executing op: FileCopy(SourceName=C:\Config.Msi\5270f.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\nextminus.decTest,Attributes=32800,FileSize=6942,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:500]: File: C:\Python34\Lib\test\decimaltestdata\nextminus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:544]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:555]: Executing op: FileCopy(SourceName=C:\Config.Msi\5270e.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\decQuad.decTest,Attributes=32800,FileSize=2207,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:559]: File: C:\Python34\Lib\test\decimaltestdata\decQuad.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:573]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:575]: Executing op: FileCopy(SourceName=C:\Config.Msi\5270d.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddCopySign.decTest,Attributes=32800,FileSize=7632,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:578]: File: C:\Python34\Lib\test\decimaltestdata\ddCopySign.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:590]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:592]: Executing op: FileCopy(SourceName=C:\Config.Msi\5270c.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ln.decTest,Attributes=32800,FileSize=35525,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:595]: File: C:\Python34\Lib\test\decimaltestdata\ln.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:608]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:609]: Executing op: FileCopy(SourceName=C:\Config.Msi\5270b.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqReduce.decTest,Attributes=32800,FileSize=7820,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:612]: File: C:\Python34\Lib\test\decimaltestdata\dqReduce.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:625]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:627]: Executing op: FileCopy(SourceName=C:\Config.Msi\5270a.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\copyabs.decTest,Attributes=32800,FileSize=3484,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:630]: File: C:\Python34\Lib\test\decimaltestdata\copyabs.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:643]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:645]: Executing op: FileCopy(SourceName=C:\Config.Msi\52709.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddMin.decTest,Attributes=32800,FileSize=11969,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:648]: File: C:\Python34\Lib\test\decimaltestdata\ddMin.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:661]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:663]: Executing op: FileCopy(SourceName=C:\Config.Msi\52708.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqDivide.decTest,Attributes=32800,FileSize=55102,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:666]: File: C:\Python34\Lib\test\decimaltestdata\dqDivide.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:678]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:680]: Executing op: FileCopy(SourceName=C:\Config.Msi\52707.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\and.decTest,Attributes=32800,FileSize=16364,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:682]: File: C:\Python34\Lib\test\decimaltestdata\and.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:699]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:702]: Executing op: FileCopy(SourceName=C:\Config.Msi\52706.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\fma.decTest,Attributes=32800,FileSize=195325,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:705]: File: C:\Python34\Lib\test\decimaltestdata\fma.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:720]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:722]: Executing op: FileCopy(SourceName=C:\Config.Msi\52705.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqMax.decTest,Attributes=32800,FileSize=12349,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:725]: File: C:\Python34\Lib\test\decimaltestdata\dqMax.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:739]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:741]: Executing op: FileCopy(SourceName=C:\Config.Msi\52704.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddInvert.decTest,Attributes=32800,FileSize=10361,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:743]: File: C:\Python34\Lib\test\decimaltestdata\ddInvert.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:755]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:757]: Executing op: FileCopy(SourceName=C:\Config.Msi\52703.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddMinus.decTest,Attributes=32800,FileSize=3790,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:760]: File: C:\Python34\Lib\test\decimaltestdata\ddMinus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:774]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:775]: Executing op: FileCopy(SourceName=C:\Config.Msi\52702.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddCopy.decTest,Attributes=32800,FileSize=3621,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:777]: File: C:\Python34\Lib\test\decimaltestdata\ddCopy.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:785]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:787]: Executing op: FileCopy(SourceName=C:\Config.Msi\52701.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddAnd.decTest,Attributes=32800,FileSize=18619,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:789]: File: C:\Python34\Lib\test\decimaltestdata\ddAnd.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:801]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:803]: Executing op: FileCopy(SourceName=C:\Config.Msi\52700.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqBase.decTest,Attributes=32800,FileSize=58955,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:804]: File: C:\Python34\Lib\test\decimaltestdata\dqBase.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:819]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:821]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ff.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddRemainder.decTest,Attributes=32800,FileSize=26987,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:823]: File: C:\Python34\Lib\test\decimaltestdata\ddRemainder.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:831]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:832]: Executing op: FileCopy(SourceName=C:\Config.Msi\526fe.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddOr.decTest,Attributes=32800,FileSize=16023,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:834]: File: C:\Python34\Lib\test\decimaltestdata\ddOr.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:842]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:843]: Executing op: FileCopy(SourceName=C:\Config.Msi\526fd.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\invert.decTest,Attributes=32800,FileSize=8286,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:845]: File: C:\Python34\Lib\test\decimaltestdata\invert.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:853]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:855]: Executing op: FileCopy(SourceName=C:\Config.Msi\526fc.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqLogB.decTest,Attributes=32800,FileSize=6380,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:856]: File: C:\Python34\Lib\test\decimaltestdata\dqLogB.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:865]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:867]: Executing op: FileCopy(SourceName=C:\Config.Msi\526fb.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddEncode.decTest,Attributes=32800,FileSize=24688,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:869]: File: C:\Python34\Lib\test\decimaltestdata\ddEncode.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:879]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:880]: Executing op: FileCopy(SourceName=C:\Config.Msi\526fa.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqXor.decTest,Attributes=32800,FileSize=28263,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:882]: File: C:\Python34\Lib\test\decimaltestdata\dqXor.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:890]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:891]: Executing op: FileCopy(SourceName=C:\Config.Msi\526f9.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\add.decTest,Attributes=32800,FileSize=140338,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:893]: File: C:\Python34\Lib\test\decimaltestdata\add.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:901]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:903]: Executing op: FileCopy(SourceName=C:\Config.Msi\526f8.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqEncode.decTest,Attributes=32800,FileSize=31430,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:905]: File: C:\Python34\Lib\test\decimaltestdata\dqEncode.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:912]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:914]: Executing op: FileCopy(SourceName=C:\Config.Msi\526f7.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\comparetotmag.decTest,Attributes=32800,FileSize=36129,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:915]: File: C:\Python34\Lib\test\decimaltestdata\comparetotmag.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:923]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:925]: Executing op: FileCopy(SourceName=C:\Config.Msi\526f6.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\reduce.decTest,Attributes=32800,FileSize=9319,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:927]: File: C:\Python34\Lib\test\decimaltestdata\reduce.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:934]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:936]: Executing op: FileCopy(SourceName=C:\Config.Msi\526f5.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddMinMag.decTest,Attributes=32800,FileSize=11625,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:939]: File: C:\Python34\Lib\test\decimaltestdata\ddMinMag.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:949]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:950]: Executing op: FileCopy(SourceName=C:\Config.Msi\526f4.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\testall.decTest,Attributes=32800,FileSize=2731,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:952]: File: C:\Python34\Lib\test\decimaltestdata\testall.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:960]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:961]: Executing op: FileCopy(SourceName=C:\Config.Msi\526f3.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqFMA.decTest,Attributes=32800,FileSize=129990,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:963]: File: C:\Python34\Lib\test\decimaltestdata\dqFMA.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:971]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:973]: Executing op: FileCopy(SourceName=C:\Config.Msi\526f2.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqShift.decTest,Attributes=32800,FileSize=19436,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:974]: File: C:\Python34\Lib\test\decimaltestdata\dqShift.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:982]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:984]: Executing op: FileCopy(SourceName=C:\Config.Msi\526f1.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqSubtract.decTest,Attributes=32800,FileSize=41928,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:985]: File: C:\Python34\Lib\test\decimaltestdata\dqSubtract.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:25:59:994]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:25:59:995]: Executing op: FileCopy(SourceName=C:\Config.Msi\526f0.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\log10.decTest,Attributes=32800,FileSize=32696,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:25:59:997]: File: C:\Python34\Lib\test\decimaltestdata\log10.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:008]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:009]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ef.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\randoms.decTest,Attributes=32800,FileSize=291073,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:012]: File: C:\Python34\Lib\test\decimaltestdata\randoms.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:021]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:023]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ee.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\copy.decTest,Attributes=32800,FileSize=3376,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:024]: File: C:\Python34\Lib\test\decimaltestdata\copy.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:033]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:035]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ed.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddNextMinus.decTest,Attributes=32800,FileSize=6827,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:037]: File: C:\Python34\Lib\test\decimaltestdata\ddNextMinus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:047]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:048]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ec.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\xor.decTest,Attributes=32800,FileSize=16329,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:051]: File: C:\Python34\Lib\test\decimaltestdata\xor.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:063]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:065]: Executing op: FileCopy(SourceName=C:\Config.Msi\526eb.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqCopyNegate.decTest,Attributes=32800,FileSize=4248,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:068]: File: C:\Python34\Lib\test\decimaltestdata\dqCopyNegate.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:079]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:082]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ea.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\min.decTest,Attributes=32800,FileSize=15690,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:084]: File: C:\Python34\Lib\test\decimaltestdata\min.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:095]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:097]: Executing op: FileCopy(SourceName=C:\Config.Msi\526e9.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqSameQuantum.decTest,Attributes=32800,FileSize=18145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:099]: File: C:\Python34\Lib\test\decimaltestdata\dqSameQuantum.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:109]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:110]: Executing op: FileCopy(SourceName=C:\Config.Msi\526e8.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqCanonical.decTest,Attributes=32800,FileSize=27319,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:112]: File: C:\Python34\Lib\test\decimaltestdata\dqCanonical.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:121]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:122]: Executing op: FileCopy(SourceName=C:\Config.Msi\526e7.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\decSingle.decTest,Attributes=32800,FileSize=1456,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:124]: File: C:\Python34\Lib\test\decimaltestdata\decSingle.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:132]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:133]: Executing op: FileCopy(SourceName=C:\Config.Msi\526e6.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqCopySign.decTest,Attributes=32800,FileSize=8228,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:135]: File: C:\Python34\Lib\test\decimaltestdata\dqCopySign.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:143]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:144]: Executing op: FileCopy(SourceName=C:\Config.Msi\526e5.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddXor.decTest,Attributes=32800,FileSize=17702,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:146]: File: C:\Python34\Lib\test\decimaltestdata\ddXor.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:154]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:155]: Executing op: FileCopy(SourceName=C:\Config.Msi\526e4.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqCompareTotal.decTest,Attributes=32800,FileSize=30846,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:157]: File: C:\Python34\Lib\test\decimaltestdata\dqCompareTotal.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:165]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:166]: Executing op: FileCopy(SourceName=C:\Config.Msi\526e3.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\tointegral.decTest,Attributes=32800,FileSize=8864,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:168]: File: C:\Python34\Lib\test\decimaltestdata\tointegral.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:176]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:178]: Executing op: FileCopy(SourceName=C:\Config.Msi\526e2.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqRotate.decTest,Attributes=32800,FileSize=20980,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:179]: File: C:\Python34\Lib\test\decimaltestdata\dqRotate.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:188]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:189]: Executing op: FileCopy(SourceName=C:\Config.Msi\526e1.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqOr.decTest,Attributes=32800,FileSize=30617,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:191]: File: C:\Python34\Lib\test\decimaltestdata\dqOr.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:198]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:200]: Executing op: FileCopy(SourceName=C:\Config.Msi\526e0.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\maxmag.decTest,Attributes=32800,FileSize=17352,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:202]: File: C:\Python34\Lib\test\decimaltestdata\maxmag.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:209]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:211]: Executing op: FileCopy(SourceName=C:\Config.Msi\526df.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\samequantum.decTest,Attributes=32800,FileSize=16202,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:213]: File: C:\Python34\Lib\test\decimaltestdata\samequantum.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:220]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:222]: Executing op: FileCopy(SourceName=C:\Config.Msi\526de.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\decDouble.decTest,Attributes=32800,FileSize=2209,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:223]: File: C:\Python34\Lib\test\decimaltestdata\decDouble.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:233]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:234]: Executing op: FileCopy(SourceName=C:\Config.Msi\526dd.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqCompareSig.decTest,Attributes=32800,FileSize=29695,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:236]: File: C:\Python34\Lib\test\decimaltestdata\dqCompareSig.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:244]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:245]: Executing op: FileCopy(SourceName=C:\Config.Msi\526dc.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\subtract.decTest,Attributes=32800,FileSize=44305,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:247]: File: C:\Python34\Lib\test\decimaltestdata\subtract.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:255]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:257]: Executing op: FileCopy(SourceName=C:\Config.Msi\526db.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\shift.decTest,Attributes=32800,FileSize=11672,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:259]: File: C:\Python34\Lib\test\decimaltestdata\shift.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:267]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:269]: Executing op: FileCopy(SourceName=C:\Config.Msi\526da.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddClass.decTest,Attributes=32800,FileSize=3907,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:271]: File: C:\Python34\Lib\test\decimaltestdata\ddClass.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:282]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:284]: Executing op: FileCopy(SourceName=C:\Config.Msi\526d9.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddScaleB.decTest,Attributes=32800,FileSize=12787,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:287]: File: C:\Python34\Lib\test\decimaltestdata\ddScaleB.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:299]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:301]: Executing op: FileCopy(SourceName=C:\Config.Msi\526d8.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\abs.decTest,Attributes=32800,FileSize=6289,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:303]: File: C:\Python34\Lib\test\decimaltestdata\abs.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:311]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:313]: Executing op: FileCopy(SourceName=C:\Config.Msi\526d7.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\multiply.decTest,Attributes=32800,FileSize=38313,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:315]: File: C:\Python34\Lib\test\decimaltestdata\multiply.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:324]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:326]: Executing op: FileCopy(SourceName=C:\Config.Msi\526d6.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqMaxMag.decTest,Attributes=32800,FileSize=12789,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:328]: File: C:\Python34\Lib\test\decimaltestdata\dqMaxMag.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:340]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:341]: Executing op: FileCopy(SourceName=C:\Config.Msi\526d5.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddDivide.decTest,Attributes=32800,FileSize=48137,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:343]: File: C:\Python34\Lib\test\decimaltestdata\ddDivide.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:353]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:354]: Executing op: FileCopy(SourceName=C:\Config.Msi\526d4.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddNextToward.decTest,Attributes=32800,FileSize=24990,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:356]: File: C:\Python34\Lib\test\decimaltestdata\ddNextToward.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:366]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:368]: Executing op: FileCopy(SourceName=C:\Config.Msi\526d3.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddMaxMag.decTest,Attributes=32800,FileSize=12743,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:370]: File: C:\Python34\Lib\test\decimaltestdata\ddMaxMag.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:378]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:379]: Executing op: FileCopy(SourceName=C:\Config.Msi\526d2.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqAbs.decTest,Attributes=32800,FileSize=5275,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:381]: File: C:\Python34\Lib\test\decimaltestdata\dqAbs.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:394]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:397]: Executing op: FileCopy(SourceName=C:\Config.Msi\526d1.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddCompareTotal.decTest,Attributes=32800,FileSize=30638,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:400]: File: C:\Python34\Lib\test\decimaltestdata\ddCompareTotal.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:412]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:413]: Executing op: FileCopy(SourceName=C:\Config.Msi\526d0.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqScaleB.decTest,Attributes=32800,FileSize=16059,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:415]: File: C:\Python34\Lib\test\decimaltestdata\dqScaleB.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:427]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:428]: Executing op: FileCopy(SourceName=C:\Config.Msi\526cf.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\dqPlus.decTest,Attributes=32800,FileSize=4112,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:430]: File: C:\Python34\Lib\test\decimaltestdata\dqPlus.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:439]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:440]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ce.rbf,,DestName=C:\Python34\Lib\test\decimaltestdata\ddCompare.decTest,Attributes=32800,FileSize=30282,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:442]: File: C:\Python34\Lib\test\decimaltestdata\ddCompare.decTest; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:450]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:451]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\imghdrdata\) MSI (s) (9C:5C) [21:26:00:452]: Executing op: FileCopy(SourceName=C:\Config.Msi\526cd.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.pgm,Attributes=32800,FileSize=269,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:454]: File: C:\Python34\Lib\test\imghdrdata\python.pgm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:463]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:464]: Executing op: FileCopy(SourceName=C:\Config.Msi\526cc.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.xbm,Attributes=32800,FileSize=288,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:466]: File: C:\Python34\Lib\test\imghdrdata\python.xbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:476]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:477]: Executing op: FileCopy(SourceName=C:\Config.Msi\526cb.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.gif,Attributes=32800,FileSize=610,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:479]: File: C:\Python34\Lib\test\imghdrdata\python.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:487]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:488]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ca.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.bmp,Attributes=32800,FileSize=1162,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:490]: File: C:\Python34\Lib\test\imghdrdata\python.bmp; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:498]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:499]: Executing op: FileCopy(SourceName=C:\Config.Msi\526c9.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.ppm,Attributes=32800,FileSize=781,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:502]: File: C:\Python34\Lib\test\imghdrdata\python.ppm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:513]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:515]: Executing op: FileCopy(SourceName=C:\Config.Msi\526c8.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.jpg,Attributes=32800,FileSize=543,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:517]: File: C:\Python34\Lib\test\imghdrdata\python.jpg; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:525]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:527]: Executing op: FileCopy(SourceName=C:\Config.Msi\526c7.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.ras,Attributes=32800,FileSize=1056,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:529]: File: C:\Python34\Lib\test\imghdrdata\python.ras; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:538]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:539]: Executing op: FileCopy(SourceName=C:\Config.Msi\526c6.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.sgi,Attributes=32800,FileSize=1967,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:541]: File: C:\Python34\Lib\test\imghdrdata\python.sgi; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:549]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:550]: Executing op: FileCopy(SourceName=C:\Config.Msi\526c5.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.pbm,Attributes=32800,FileSize=43,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:552]: File: C:\Python34\Lib\test\imghdrdata\python.pbm; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:560]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:561]: Executing op: FileCopy(SourceName=C:\Config.Msi\526c4.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.png,Attributes=32800,FileSize=1020,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:563]: File: C:\Python34\Lib\test\imghdrdata\python.png; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:571]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:572]: Executing op: FileCopy(SourceName=C:\Config.Msi\526c3.rbf,,DestName=C:\Python34\Lib\test\imghdrdata\python.tiff,Attributes=32800,FileSize=1326,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:574]: File: C:\Python34\Lib\test\imghdrdata\python.tiff; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:581]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:583]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\encoded_modules\) MSI (s) (9C:5C) [21:26:00:584]: Executing op: FileCopy(SourceName=C:\Config.Msi\526c2.rbf,,DestName=C:\Python34\Lib\test\encoded_modules\__init__.py,Attributes=32800,FileSize=1297,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:585]: File: C:\Python34\Lib\test\encoded_modules\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:593]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:595]: Executing op: FileCopy(SourceName=C:\Config.Msi\526c1.rbf,,DestName=C:\Python34\Lib\test\encoded_modules\module_koi8_r.py,Attributes=32800,FileSize=116,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:596]: File: C:\Python34\Lib\test\encoded_modules\module_koi8_r.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:604]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:606]: Executing op: FileCopy(SourceName=C:\Config.Msi\526c0.rbf,,DestName=C:\Python34\Lib\test\encoded_modules\module_iso_8859_1.py,Attributes=32800,FileSize=243,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:607]: File: C:\Python34\Lib\test\encoded_modules\module_iso_8859_1.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:616]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:617]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\capath\) MSI (s) (9C:5C) [21:26:00:618]: Executing op: FileCopy(SourceName=C:\Config.Msi\526bf.rbf,,DestName=C:\Python34\Lib\test\capath\5ed36f99.0,Attributes=32800,FileSize=2610,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:619]: File: C:\Python34\Lib\test\capath\5ed36f99.0; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:628]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:629]: Executing op: FileCopy(SourceName=C:\Config.Msi\526be.rbf,,DestName=C:\Python34\Lib\test\capath\4e1295a3.0,Attributes=32800,FileSize=828,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:631]: File: C:\Python34\Lib\test\capath\4e1295a3.0; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:639]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\526bd.rbf,,DestName=C:\Python34\Lib\test\capath\99d0fa06.0,Attributes=32800,FileSize=2610,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:642]: File: C:\Python34\Lib\test\capath\99d0fa06.0; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:650]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:651]: Executing op: FileCopy(SourceName=C:\Config.Msi\526bc.rbf,,DestName=C:\Python34\Lib\test\capath\6e88d7b8.0,Attributes=32800,FileSize=828,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:653]: File: C:\Python34\Lib\test\capath\6e88d7b8.0; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:663]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:664]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\support\) MSI (s) (9C:5C) [21:26:00:665]: Executing op: FileCopy(SourceName=C:\Config.Msi\526bb.rbf,,DestName=C:\Python34\Lib\test\support\__init__.py,Attributes=32800,FileSize=80325,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:667]: File: C:\Python34\Lib\test\support\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:675]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:676]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_asyncio\) MSI (s) (9C:5C) [21:26:00:677]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ba.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_futures.py,Attributes=32800,FileSize=15790,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:679]: File: C:\Python34\Lib\test\test_asyncio\test_futures.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:687]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:689]: Executing op: FileCopy(SourceName=C:\Config.Msi\526b9.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_events.py,Attributes=32800,FileSize=84229,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:691]: File: C:\Python34\Lib\test\test_asyncio\test_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:699]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:700]: Executing op: FileCopy(SourceName=C:\Config.Msi\526b8.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_windows_events.py,Attributes=32800,FileSize=4733,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:702]: File: C:\Python34\Lib\test\test_asyncio\test_windows_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:710]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:711]: Executing op: FileCopy(SourceName=C:\Config.Msi\526b7.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\echo2.py,Attributes=32800,FileSize=129,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:713]: File: C:\Python34\Lib\test\test_asyncio\echo2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:722]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:723]: Executing op: FileCopy(SourceName=C:\Config.Msi\526b6.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\keycert3.pem,Attributes=32800,FileSize=4123,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:725]: File: C:\Python34\Lib\test\test_asyncio\keycert3.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:733]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:735]: Executing op: FileCopy(SourceName=C:\Config.Msi\526b5.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\ssl_key.pem,Attributes=32800,FileSize=932,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:736]: File: C:\Python34\Lib\test\test_asyncio\ssl_key.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:745]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:747]: Executing op: FileCopy(SourceName=C:\Config.Msi\526b4.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\ssl_cert.pem,Attributes=32800,FileSize=882,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:748]: File: C:\Python34\Lib\test\test_asyncio\ssl_cert.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:756]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:758]: Executing op: FileCopy(SourceName=C:\Config.Msi\526b3.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_streams.py,Attributes=32800,FileSize=23256,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:759]: File: C:\Python34\Lib\test\test_asyncio\test_streams.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:770]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:771]: Executing op: FileCopy(SourceName=C:\Config.Msi\526b2.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_base_events.py,Attributes=32800,FileSize=39939,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:773]: File: C:\Python34\Lib\test\test_asyncio\test_base_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:782]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:784]: Executing op: FileCopy(SourceName=C:\Config.Msi\526b1.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_selector_events.py,Attributes=32800,FileSize=65432,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:786]: File: C:\Python34\Lib\test\test_asyncio\test_selector_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:794]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:795]: Executing op: FileCopy(SourceName=C:\Config.Msi\526b0.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_queues.py,Attributes=32800,FileSize=14337,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:797]: File: C:\Python34\Lib\test\test_asyncio\test_queues.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:805]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:807]: Executing op: FileCopy(SourceName=C:\Config.Msi\526af.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_subprocess.py,Attributes=32800,FileSize=7999,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:808]: File: C:\Python34\Lib\test\test_asyncio\test_subprocess.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:816]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:818]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ae.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\__main__.py,Attributes=32800,FileSize=62,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:819]: File: C:\Python34\Lib\test\test_asyncio\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:828]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:845]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ad.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\echo.py,Attributes=32800,FileSize=156,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:848]: File: C:\Python34\Lib\test\test_asyncio\echo.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:859]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:861]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ac.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_windows_utils.py,Attributes=32800,FileSize=5972,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:862]: File: C:\Python34\Lib\test\test_asyncio\test_windows_utils.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:878]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:880]: Executing op: FileCopy(SourceName=C:\Config.Msi\526ab.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_locks.py,Attributes=32800,FileSize=25908,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:882]: File: C:\Python34\Lib\test\test_asyncio\test_locks.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:894]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:896]: Executing op: FileCopy(SourceName=C:\Config.Msi\526aa.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_tasks.py,Attributes=32800,FileSize=65011,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:898]: File: C:\Python34\Lib\test\test_asyncio\test_tasks.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:908]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:909]: Executing op: FileCopy(SourceName=C:\Config.Msi\526a9.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_unix_events.py,Attributes=32800,FileSize=54666,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:912]: File: C:\Python34\Lib\test\test_asyncio\test_unix_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:923]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:924]: Executing op: FileCopy(SourceName=C:\Config.Msi\526a8.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_proactor_events.py,Attributes=32800,FileSize=18490,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:926]: File: C:\Python34\Lib\test\test_asyncio\test_proactor_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:938]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:940]: Executing op: FileCopy(SourceName=C:\Config.Msi\526a7.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\echo3.py,Attributes=32800,FileSize=287,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:942]: File: C:\Python34\Lib\test\test_asyncio\echo3.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:950]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:952]: Executing op: FileCopy(SourceName=C:\Config.Msi\526a6.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\pycacert.pem,Attributes=32800,FileSize=4385,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:955]: File: C:\Python34\Lib\test\test_asyncio\pycacert.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:963]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:965]: Executing op: FileCopy(SourceName=C:\Config.Msi\526a5.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\__init__.py,Attributes=32800,FileSize=322,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:966]: File: C:\Python34\Lib\test\test_asyncio\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:978]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:980]: Executing op: FileCopy(SourceName=C:\Config.Msi\526a4.rbf,,DestName=C:\Python34\Lib\test\test_asyncio\test_transports.py,Attributes=32800,FileSize=3525,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:983]: File: C:\Python34\Lib\test\test_asyncio\test_transports.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:00:993]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:00:994]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\) MSI (s) (9C:5C) [21:26:00:995]: Executing op: FileCopy(SourceName=C:\Config.Msi\526a3.rbf,,DestName=C:\Python34\Lib\test\test_difflib.py,Attributes=32800,FileSize=11677,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:00:997]: File: C:\Python34\Lib\test\test_difflib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:009]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:011]: Executing op: FileCopy(SourceName=C:\Config.Msi\526a2.rbf,,DestName=C:\Python34\Lib\test\test_syslog.py,Attributes=32800,FileSize=1270,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:012]: File: C:\Python34\Lib\test\test_syslog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:020]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:022]: Executing op: FileCopy(SourceName=C:\Config.Msi\526a1.rbf,,DestName=C:\Python34\Lib\test\test_dictcomps.py,Attributes=32800,FileSize=3870,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:024]: File: C:\Python34\Lib\test\test_dictcomps.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:033]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:035]: Executing op: FileCopy(SourceName=C:\Config.Msi\526a0.rbf,,DestName=C:\Python34\Lib\test\test_getargs2.py,Attributes=32800,FileSize=25149,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:037]: File: C:\Python34\Lib\test\test_getargs2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:045]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:046]: Executing op: FileCopy(SourceName=C:\Config.Msi\5269f.rbf,,DestName=C:\Python34\Lib\test\test_warnings.py,Attributes=32800,FileSize=37586,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:048]: File: C:\Python34\Lib\test\test_warnings.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:059]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:061]: Executing op: FileCopy(SourceName=C:\Config.Msi\5269e.rbf,,DestName=C:\Python34\Lib\test\test_with.py,Attributes=32800,FileSize=27253,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:063]: File: C:\Python34\Lib\test\test_with.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:071]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:073]: Executing op: FileCopy(SourceName=C:\Config.Msi\5269d.rbf,,DestName=C:\Python34\Lib\test\test_xml_dom_minicompat.py,Attributes=32800,FileSize=3082,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:075]: File: C:\Python34\Lib\test\test_xml_dom_minicompat.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:085]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:087]: Executing op: FileCopy(SourceName=C:\Config.Msi\5269c.rbf,,DestName=C:\Python34\Lib\test\test_raise.py,Attributes=32800,FileSize=11766,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:089]: File: C:\Python34\Lib\test\test_raise.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:096]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:098]: Executing op: FileCopy(SourceName=C:\Config.Msi\5269b.rbf,,DestName=C:\Python34\Lib\test\test_augassign.py,Attributes=32800,FileSize=7933,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:100]: File: C:\Python34\Lib\test\test_augassign.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:111]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:113]: Executing op: FileCopy(SourceName=C:\Config.Msi\5269a.rbf,,DestName=C:\Python34\Lib\test\test_dict.py,Attributes=32800,FileSize=29980,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:115]: File: C:\Python34\Lib\test\test_dict.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:123]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:124]: Executing op: FileCopy(SourceName=C:\Config.Msi\52699.rbf,,DestName=C:\Python34\Lib\test\test_readline.py,Attributes=32800,FileSize=2294,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:126]: File: C:\Python34\Lib\test\test_readline.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:136]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:138]: Executing op: FileCopy(SourceName=C:\Config.Msi\52698.rbf,,DestName=C:\Python34\Lib\test\dh512.pem,Attributes=32800,FileSize=411,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:140]: File: C:\Python34\Lib\test\dh512.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:148]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:149]: Executing op: FileCopy(SourceName=C:\Config.Msi\52697.rbf,,DestName=C:\Python34\Lib\test\test_doctest3.txt,Attributes=32800,FileSize=87,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:152]: File: C:\Python34\Lib\test\test_doctest3.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:163]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:165]: Executing op: FileCopy(SourceName=C:\Config.Msi\52696.rbf,,DestName=C:\Python34\Lib\test\test_math.py,Attributes=32800,FileSize=48102,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:167]: File: C:\Python34\Lib\test\test_math.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:178]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:180]: Executing op: FileCopy(SourceName=C:\Config.Msi\52695.rbf,,DestName=C:\Python34\Lib\test\test_pulldom.py,Attributes=32800,FileSize=12814,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:182]: File: C:\Python34\Lib\test\test_pulldom.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:194]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:195]: Executing op: FileCopy(SourceName=C:\Config.Msi\52694.rbf,,DestName=C:\Python34\Lib\test\test_glob.py,Attributes=32800,FileSize=7866,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:197]: File: C:\Python34\Lib\test\test_glob.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:207]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:209]: Executing op: FileCopy(SourceName=C:\Config.Msi\52693.rbf,,DestName=C:\Python34\Lib\test\test_keywordonlyarg.py,Attributes=32800,FileSize=7504,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:211]: File: C:\Python34\Lib\test\test_keywordonlyarg.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:220]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:221]: Executing op: FileCopy(SourceName=C:\Config.Msi\52692.rbf,,DestName=C:\Python34\Lib\test\test_locale.py,Attributes=32800,FileSize=21143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:223]: File: C:\Python34\Lib\test\test_locale.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:232]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:234]: Executing op: FileCopy(SourceName=C:\Config.Msi\52691.rbf,,DestName=C:\Python34\Lib\test\bytecode_helper.py,Attributes=32800,FileSize=1644,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:237]: File: C:\Python34\Lib\test\bytecode_helper.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:250]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:252]: Executing op: FileCopy(SourceName=C:\Config.Msi\52690.rbf,,DestName=C:\Python34\Lib\test\test_weakref.py,Attributes=32800,FileSize=62317,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:254]: File: C:\Python34\Lib\test\test_weakref.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:265]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:267]: Executing op: FileCopy(SourceName=C:\Config.Msi\5268f.rbf,,DestName=C:\Python34\Lib\test\test_userdict.py,Attributes=32800,FileSize=6774,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:269]: File: C:\Python34\Lib\test\test_userdict.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:277]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:279]: Executing op: FileCopy(SourceName=C:\Config.Msi\5268e.rbf,,DestName=C:\Python34\Lib\test\bad_coding.py,Attributes=32800,FileSize=25,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:282]: File: C:\Python34\Lib\test\bad_coding.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:294]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:296]: Executing op: FileCopy(SourceName=C:\Config.Msi\5268d.rbf,,DestName=C:\Python34\Lib\test\test_ucn.py,Attributes=32800,FileSize=9873,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:298]: File: C:\Python34\Lib\test\test_ucn.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:309]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:311]: Executing op: FileCopy(SourceName=C:\Config.Msi\5268c.rbf,,DestName=C:\Python34\Lib\test\test_cmd_line_script.py,Attributes=32800,FileSize=21143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:312]: File: C:\Python34\Lib\test\test_cmd_line_script.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:323]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:325]: Executing op: FileCopy(SourceName=C:\Config.Msi\5268b.rbf,,DestName=C:\Python34\Lib\test\test_bufio.py,Attributes=32800,FileSize=2672,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:327]: File: C:\Python34\Lib\test\test_bufio.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:339]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:340]: Executing op: FileCopy(SourceName=C:\Config.Msi\5268a.rbf,,DestName=C:\Python34\Lib\test\test_hmac.py,Attributes=32800,FileSize=21197,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:343]: File: C:\Python34\Lib\test\test_hmac.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:355]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:357]: Executing op: FileCopy(SourceName=C:\Config.Msi\52689.rbf,,DestName=C:\Python34\Lib\test\test_set.py,Attributes=32800,FileSize=65532,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:359]: File: C:\Python34\Lib\test\test_set.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:369]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:371]: Executing op: FileCopy(SourceName=C:\Config.Msi\52688.rbf,,DestName=C:\Python34\Lib\test\randv2_64.pck,Attributes=32800,FileSize=7365,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:374]: File: C:\Python34\Lib\test\randv2_64.pck; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:383]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:385]: Executing op: FileCopy(SourceName=C:\Config.Msi\52687.rbf,,DestName=C:\Python34\Lib\test\test_gc.py,Attributes=32800,FileSize=34456,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:388]: File: C:\Python34\Lib\test\test_gc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:400]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:403]: Executing op: FileCopy(SourceName=C:\Config.Msi\52686.rbf,,DestName=C:\Python34\Lib\test\test_osx_env.py,Attributes=32800,FileSize=1376,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:404]: File: C:\Python34\Lib\test\test_osx_env.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:414]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:416]: Executing op: FileCopy(SourceName=C:\Config.Msi\52685.rbf,,DestName=C:\Python34\Lib\test\test_urllib2_localnet.py,Attributes=32800,FileSize=26763,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:418]: File: C:\Python34\Lib\test\test_urllib2_localnet.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:432]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:435]: Executing op: FileCopy(SourceName=C:\Config.Msi\52684.rbf,,DestName=C:\Python34\Lib\test\test_mailcap.py,Attributes=32800,FileSize=9442,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:438]: File: C:\Python34\Lib\test\test_mailcap.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:450]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:452]: Executing op: FileCopy(SourceName=C:\Config.Msi\52683.rbf,,DestName=C:\Python34\Lib\test\test_winsound.py,Attributes=32800,FileSize=9323,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:454]: File: C:\Python34\Lib\test\test_winsound.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:465]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:468]: Executing op: FileCopy(SourceName=C:\Config.Msi\52682.rbf,,DestName=C:\Python34\Lib\test\test_slice.py,Attributes=32800,FileSize=8506,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:471]: File: C:\Python34\Lib\test\test_slice.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:481]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:483]: Executing op: FileCopy(SourceName=C:\Config.Msi\52681.rbf,,DestName=C:\Python34\Lib\test\test__opcode.py,Attributes=32800,FileSize=931,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:485]: File: C:\Python34\Lib\test\test__opcode.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:495]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:497]: Executing op: FileCopy(SourceName=C:\Config.Msi\52680.rbf,,DestName=C:\Python34\Lib\test\final_a.py,Attributes=32800,FileSize=430,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:500]: File: C:\Python34\Lib\test\final_a.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:511]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:513]: Executing op: FileCopy(SourceName=C:\Config.Msi\5267f.rbf,,DestName=C:\Python34\Lib\test\ssl_key.passwd.pem,Attributes=32800,FileSize=981,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:515]: File: C:\Python34\Lib\test\ssl_key.passwd.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:527]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:529]: Executing op: FileCopy(SourceName=C:\Config.Msi\5267e.rbf,,DestName=C:\Python34\Lib\test\test_long.py,Attributes=32800,FileSize=52374,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:532]: File: C:\Python34\Lib\test\test_long.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:545]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:546]: Executing op: FileCopy(SourceName=C:\Config.Msi\5267d.rbf,,DestName=C:\Python34\Lib\test\test_filecmp.py,Attributes=32800,FileSize=9111,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:549]: File: C:\Python34\Lib\test\test_filecmp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:561]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:563]: Executing op: FileCopy(SourceName=C:\Config.Msi\5267c.rbf,,DestName=C:\Python34\Lib\test\test_select.py,Attributes=32800,FileSize=2825,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:566]: File: C:\Python34\Lib\test\test_select.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:576]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:578]: Executing op: FileCopy(SourceName=C:\Config.Msi\5267b.rbf,,DestName=C:\Python34\Lib\test\keycert2.pem,Attributes=32800,FileSize=1826,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:580]: File: C:\Python34\Lib\test\keycert2.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:594]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:596]: Executing op: FileCopy(SourceName=C:\Config.Msi\5267a.rbf,,DestName=C:\Python34\Lib\test\test_file_eintr.py,Attributes=32800,FileSize=10567,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:599]: File: C:\Python34\Lib\test\test_file_eintr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:611]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:613]: Executing op: FileCopy(SourceName=C:\Config.Msi\52679.rbf,,DestName=C:\Python34\Lib\test\test_minidom.py,Attributes=32800,FileSize=65873,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:616]: File: C:\Python34\Lib\test\test_minidom.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:628]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:631]: Executing op: FileCopy(SourceName=C:\Config.Msi\52678.rbf,,DestName=C:\Python34\Lib\test\test_atexit.py,Attributes=32800,FileSize=4835,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:633]: File: C:\Python34\Lib\test\test_atexit.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:646]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:648]: Executing op: FileCopy(SourceName=C:\Config.Msi\52677.rbf,,DestName=C:\Python34\Lib\test\test_source_encoding.py,Attributes=32800,FileSize=5368,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:651]: File: C:\Python34\Lib\test\test_source_encoding.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:661]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:663]: Executing op: FileCopy(SourceName=C:\Config.Msi\52676.rbf,,DestName=C:\Python34\Lib\test\test_mmap.py,Attributes=32800,FileSize=27891,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:665]: File: C:\Python34\Lib\test\test_mmap.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:677]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:679]: Executing op: FileCopy(SourceName=C:\Config.Msi\52675.rbf,,DestName=C:\Python34\Lib\test\test_dictviews.py,Attributes=32800,FileSize=8919,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:682]: File: C:\Python34\Lib\test\test_dictviews.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:691]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:693]: Executing op: FileCopy(SourceName=C:\Config.Msi\52674.rbf,,DestName=C:\Python34\Lib\test\test_unpack_ex.py,Attributes=32800,FileSize=4311,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:696]: File: C:\Python34\Lib\test\test_unpack_ex.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:706]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:708]: Executing op: FileCopy(SourceName=C:\Config.Msi\52673.rbf,,DestName=C:\Python34\Lib\test\test_openpty.py,Attributes=32800,FileSize=707,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:711]: File: C:\Python34\Lib\test\test_openpty.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:721]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:724]: Executing op: FileCopy(SourceName=C:\Config.Msi\52672.rbf,,DestName=C:\Python34\Lib\test\test_syntax.py,Attributes=32800,FileSize=18661,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:725]: File: C:\Python34\Lib\test\test_syntax.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:734]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:736]: Executing op: FileCopy(SourceName=C:\Config.Msi\52671.rbf,,DestName=C:\Python34\Lib\test\badsyntax_future9.py,Attributes=32800,FileSize=152,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:738]: File: C:\Python34\Lib\test\badsyntax_future9.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:749]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:751]: Executing op: FileCopy(SourceName=C:\Config.Msi\52670.rbf,,DestName=C:\Python34\Lib\test\test_pyexpat.py,Attributes=32800,FileSize=26295,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:754]: File: C:\Python34\Lib\test\test_pyexpat.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:764]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:766]: Executing op: FileCopy(SourceName=C:\Config.Msi\5266f.rbf,,DestName=C:\Python34\Lib\test\test_csv.py,Attributes=32800,FileSize=43475,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:769]: File: C:\Python34\Lib\test\test_csv.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:780]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:782]: Executing op: FileCopy(SourceName=C:\Config.Msi\5266e.rbf,,DestName=C:\Python34\Lib\test\test_urllib2.py,Attributes=32800,FileSize=69169,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:785]: File: C:\Python34\Lib\test\test_urllib2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:796]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:798]: Executing op: FileCopy(SourceName=C:\Config.Msi\5266d.rbf,,DestName=C:\Python34\Lib\test\test_file.py,Attributes=32800,FileSize=11696,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:800]: File: C:\Python34\Lib\test\test_file.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:811]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:812]: Executing op: FileCopy(SourceName=C:\Config.Msi\5266c.rbf,,DestName=C:\Python34\Lib\test\test_http_cookiejar.py,Attributes=32800,FileSize=73398,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:814]: File: C:\Python34\Lib\test\test_http_cookiejar.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:823]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:825]: Executing op: FileCopy(SourceName=C:\Config.Msi\5266b.rbf,,DestName=C:\Python34\Lib\test\test_funcattrs.py,Attributes=32800,FileSize=13751,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:827]: File: C:\Python34\Lib\test\test_funcattrs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:837]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:838]: Executing op: FileCopy(SourceName=C:\Config.Msi\5266a.rbf,,DestName=C:\Python34\Lib\test\test_abstract_numbers.py,Attributes=32800,FileSize=1572,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:840]: File: C:\Python34\Lib\test\test_abstract_numbers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:848]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:849]: Executing op: FileCopy(SourceName=C:\Config.Msi\52669.rbf,,DestName=C:\Python34\Lib\test\test_regrtest.py,Attributes=32800,FileSize=10886,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:851]: File: C:\Python34\Lib\test\test_regrtest.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:860]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:862]: Executing op: FileCopy(SourceName=C:\Config.Msi\52668.rbf,,DestName=C:\Python34\Lib\test\test_dbm_ndbm.py,Attributes=32800,FileSize=1676,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:864]: File: C:\Python34\Lib\test\test_dbm_ndbm.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:875]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:877]: Executing op: FileCopy(SourceName=C:\Config.Msi\52667.rbf,,DestName=C:\Python34\Lib\test\test_html.py,Attributes=32800,FileSize=4476,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:880]: File: C:\Python34\Lib\test\test_html.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:890]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:893]: Executing op: FileCopy(SourceName=C:\Config.Msi\52666.rbf,,DestName=C:\Python34\Lib\test\test_shelve.py,Attributes=32800,FileSize=6494,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:895]: File: C:\Python34\Lib\test\test_shelve.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:904]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:905]: Executing op: FileCopy(SourceName=C:\Config.Msi\52665.rbf,,DestName=C:\Python34\Lib\test\test_unicode_file.py,Attributes=32800,FileSize=6083,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:907]: File: C:\Python34\Lib\test\test_unicode_file.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:914]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:916]: Executing op: FileCopy(SourceName=C:\Config.Msi\52664.rbf,,DestName=C:\Python34\Lib\test\test_largefile.py,Attributes=32800,FileSize=6734,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:918]: File: C:\Python34\Lib\test\test_largefile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:925]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:927]: Executing op: FileCopy(SourceName=C:\Config.Msi\52663.rbf,,DestName=C:\Python34\Lib\test\test_peepholer.py,Attributes=32800,FileSize=13446,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:930]: File: C:\Python34\Lib\test\test_peepholer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:941]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:942]: Executing op: FileCopy(SourceName=C:\Config.Msi\52662.rbf,,DestName=C:\Python34\Lib\test\test_compile.py,Attributes=32800,FileSize=21701,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:944]: File: C:\Python34\Lib\test\test_compile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:952]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:954]: Executing op: FileCopy(SourceName=C:\Config.Msi\52661.rbf,,DestName=C:\Python34\Lib\test\test_re.py,Attributes=32800,FileSize=69533,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:956]: File: C:\Python34\Lib\test\test_re.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:966]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:968]: Executing op: FileCopy(SourceName=C:\Config.Msi\52660.rbf,,DestName=C:\Python34\Lib\test\test_cmath.py,Attributes=32800,FileSize=21406,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:971]: File: C:\Python34\Lib\test\test_cmath.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:982]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:984]: Executing op: FileCopy(SourceName=C:\Config.Msi\5265f.rbf,,DestName=C:\Python34\Lib\test\test_queue.py,Attributes=32800,FileSize=13507,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:986]: File: C:\Python34\Lib\test\test_queue.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:01:994]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:01:995]: Executing op: FileCopy(SourceName=C:\Config.Msi\5265e.rbf,,DestName=C:\Python34\Lib\test\buffer_tests.py,Attributes=32800,FileSize=11592,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:01:997]: File: C:\Python34\Lib\test\buffer_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:009]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:011]: Executing op: FileCopy(SourceName=C:\Config.Msi\5265d.rbf,,DestName=C:\Python34\Lib\test\test_linecache.py,Attributes=32800,FileSize=4266,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:013]: File: C:\Python34\Lib\test\test_linecache.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:022]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:024]: Executing op: FileCopy(SourceName=C:\Config.Msi\5265c.rbf,,DestName=C:\Python34\Lib\test\math_testcases.txt,Attributes=32800,FileSize=24375,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:026]: File: C:\Python34\Lib\test\math_testcases.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:034]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:037]: Executing op: FileCopy(SourceName=C:\Config.Msi\5265b.rbf,,DestName=C:\Python34\Lib\test\test_binhex.py,Attributes=32800,FileSize=1564,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:039]: File: C:\Python34\Lib\test\test_binhex.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:051]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:053]: Executing op: FileCopy(SourceName=C:\Config.Msi\5265a.rbf,,DestName=C:\Python34\Lib\test\test_import.py,Attributes=32800,FileSize=41251,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:055]: File: C:\Python34\Lib\test\test_import.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:065]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:066]: Executing op: FileCopy(SourceName=C:\Config.Msi\52659.rbf,,DestName=C:\Python34\Lib\test\test_fileinput.py,Attributes=32800,FileSize=35229,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:069]: File: C:\Python34\Lib\test\test_fileinput.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:077]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:079]: Executing op: FileCopy(SourceName=C:\Config.Msi\52658.rbf,,DestName=C:\Python34\Lib\test\test_iterlen.py,Attributes=32800,FileSize=7520,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:082]: File: C:\Python34\Lib\test\test_iterlen.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:093]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:095]: Executing op: FileCopy(SourceName=C:\Config.Msi\52657.rbf,,DestName=C:\Python34\Lib\test\autotest.py,Attributes=32800,FileSize=217,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:097]: File: C:\Python34\Lib\test\autotest.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:107]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:109]: Executing op: FileCopy(SourceName=C:\Config.Msi\52656.rbf,,DestName=C:\Python34\Lib\test\test_fcntl.py,Attributes=32800,FileSize=5372,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:110]: File: C:\Python34\Lib\test\test_fcntl.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:121]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:127]: Executing op: FileCopy(SourceName=C:\Config.Msi\52655.rbf,,DestName=C:\Python34\Lib\test\test_scope.py,Attributes=32800,FileSize=20998,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:129]: File: C:\Python34\Lib\test\test_scope.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:139]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:141]: Executing op: FileCopy(SourceName=C:\Config.Msi\52654.rbf,,DestName=C:\Python34\Lib\test\test_colorsys.py,Attributes=32800,FileSize=4027,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:144]: File: C:\Python34\Lib\test\test_colorsys.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:155]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:157]: Executing op: FileCopy(SourceName=C:\Config.Msi\52653.rbf,,DestName=C:\Python34\Lib\test\test_genericpath.py,Attributes=32800,FileSize=16658,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:159]: File: C:\Python34\Lib\test\test_genericpath.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:168]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:170]: Executing op: FileCopy(SourceName=C:\Config.Msi\52652.rbf,,DestName=C:\Python34\Lib\test\gdb_sample.py,Attributes=32800,FileSize=165,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:172]: File: C:\Python34\Lib\test\gdb_sample.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:241]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:243]: Executing op: FileCopy(SourceName=C:\Config.Msi\52651.rbf,,DestName=C:\Python34\Lib\test\test_structmembers.py,Attributes=32800,FileSize=5036,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:245]: File: C:\Python34\Lib\test\test_structmembers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:254]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:256]: Executing op: FileCopy(SourceName=C:\Config.Msi\52650.rbf,,DestName=C:\Python34\Lib\test\test_threadsignals.py,Attributes=32800,FileSize=9668,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:258]: File: C:\Python34\Lib\test\test_threadsignals.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:391]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:393]: Executing op: FileCopy(SourceName=C:\Config.Msi\5264f.rbf,,DestName=C:\Python34\Lib\test\test_exception_variations.py,Attributes=32800,FileSize=4216,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:395]: File: C:\Python34\Lib\test\test_exception_variations.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:407]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:452]: Executing op: FileCopy(SourceName=C:\Config.Msi\5264e.rbf,,DestName=C:\Python34\Lib\test\reperf.py,Attributes=32800,FileSize=561,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:454]: File: C:\Python34\Lib\test\reperf.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:465]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:468]: Executing op: FileCopy(SourceName=C:\Config.Msi\5264d.rbf,,DestName=C:\Python34\Lib\test\test_inspect.py,Attributes=32800,FileSize=121528,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:470]: File: C:\Python34\Lib\test\test_inspect.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:481]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:483]: Executing op: FileCopy(SourceName=C:\Config.Msi\5264c.rbf,,DestName=C:\Python34\Lib\test\test_poll.py,Attributes=32800,FileSize=6767,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:485]: File: C:\Python34\Lib\test\test_poll.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:496]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:498]: Executing op: FileCopy(SourceName=C:\Config.Msi\5264b.rbf,,DestName=C:\Python34\Lib\test\nullcert.pem,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:501]: File: C:\Python34\Lib\test\nullcert.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:509]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:512]: Executing op: FileCopy(SourceName=C:\Config.Msi\5264a.rbf,,DestName=C:\Python34\Lib\test\test_trace.py,Attributes=32800,FileSize=15238,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:514]: File: C:\Python34\Lib\test\test_trace.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:522]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:524]: Executing op: FileCopy(SourceName=C:\Config.Msi\52649.rbf,,DestName=C:\Python34\Lib\test\test__osx_support.py,Attributes=32800,FileSize=12057,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:526]: File: C:\Python34\Lib\test\test__osx_support.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:537]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:539]: Executing op: FileCopy(SourceName=C:\Config.Msi\52648.rbf,,DestName=C:\Python34\Lib\test\test_doctest2.py,Attributes=32800,FileSize=2482,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:541]: File: C:\Python34\Lib\test\test_doctest2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:549]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:551]: Executing op: FileCopy(SourceName=C:\Config.Msi\52647.rbf,,DestName=C:\Python34\Lib\test\test_code_module.py,Attributes=32800,FileSize=3095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:553]: File: C:\Python34\Lib\test\test_code_module.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:563]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:564]: Executing op: FileCopy(SourceName=C:\Config.Msi\52646.rbf,,DestName=C:\Python34\Lib\test\test_pyclbr.py,Attributes=32800,FileSize=7173,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:567]: File: C:\Python34\Lib\test\test_pyclbr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:577]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:579]: Executing op: FileCopy(SourceName=C:\Config.Msi\52645.rbf,,DestName=C:\Python34\Lib\test\test_socket.py,Attributes=32800,FileSize=200055,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:580]: File: C:\Python34\Lib\test\test_socket.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:592]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:594]: Executing op: FileCopy(SourceName=C:\Config.Msi\52644.rbf,,DestName=C:\Python34\Lib\test\test_functools.py,Attributes=32800,FileSize=61812,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:596]: File: C:\Python34\Lib\test\test_functools.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:608]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:610]: Executing op: FileCopy(SourceName=C:\Config.Msi\52643.rbf,,DestName=C:\Python34\Lib\test\memory_watchdog.py,Attributes=32800,FileSize=887,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:611]: File: C:\Python34\Lib\test\memory_watchdog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:619]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:621]: Executing op: FileCopy(SourceName=C:\Config.Msi\52642.rbf,,DestName=C:\Python34\Lib\test\test_complex.py,Attributes=32800,FileSize=28558,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:623]: File: C:\Python34\Lib\test\test_complex.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:634]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:635]: Executing op: FileCopy(SourceName=C:\Config.Msi\52641.rbf,,DestName=C:\Python34\Lib\test\test_concurrent_futures.py,Attributes=32800,FileSize=24513,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:638]: File: C:\Python34\Lib\test\test_concurrent_futures.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:649]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:651]: Executing op: FileCopy(SourceName=C:\Config.Msi\52640.rbf,,DestName=C:\Python34\Lib\test\test_posixpath.py,Attributes=32800,FileSize=24281,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:652]: File: C:\Python34\Lib\test\test_posixpath.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:659]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:661]: Executing op: FileCopy(SourceName=C:\Config.Msi\5263f.rbf,,DestName=C:\Python34\Lib\test\test_posix.py,Attributes=32800,FileSize=50206,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:663]: File: C:\Python34\Lib\test\test_posix.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:674]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:676]: Executing op: FileCopy(SourceName=C:\Config.Msi\5263e.rbf,,DestName=C:\Python34\Lib\test\test_codecmaps_cn.py,Attributes=32800,FileSize=910,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:677]: File: C:\Python34\Lib\test\test_codecmaps_cn.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:686]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:688]: Executing op: FileCopy(SourceName=C:\Config.Msi\5263d.rbf,,DestName=C:\Python34\Lib\test\formatfloat_testcases.txt,Attributes=32800,FileSize=7985,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:689]: File: C:\Python34\Lib\test\formatfloat_testcases.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:696]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:699]: Executing op: FileCopy(SourceName=C:\Config.Msi\5263c.rbf,,DestName=C:\Python34\Lib\test\test_ntpath.py,Attributes=32800,FileSize=18776,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:701]: File: C:\Python34\Lib\test\test_ntpath.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:711]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:713]: Executing op: FileCopy(SourceName=C:\Config.Msi\5263b.rbf,,DestName=C:\Python34\Lib\test\test_nntplib.py,Attributes=32800,FileSize=57892,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:715]: File: C:\Python34\Lib\test\test_nntplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:726]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:728]: Executing op: FileCopy(SourceName=C:\Config.Msi\5263a.rbf,,DestName=C:\Python34\Lib\test\badsyntax_3131.py,Attributes=32800,FileSize=34,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:731]: File: C:\Python34\Lib\test\badsyntax_3131.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:742]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:743]: Executing op: FileCopy(SourceName=C:\Config.Msi\52639.rbf,,DestName=C:\Python34\Lib\test\test_audioop.py,Attributes=32800,FileSize=27707,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:746]: File: C:\Python34\Lib\test\test_audioop.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:756]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:758]: Executing op: FileCopy(SourceName=C:\Config.Msi\52638.rbf,,DestName=C:\Python34\Lib\test\test_itertools.py,Attributes=32800,FileSize=88477,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:760]: File: C:\Python34\Lib\test\test_itertools.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:768]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:769]: Executing op: FileCopy(SourceName=C:\Config.Msi\52637.rbf,,DestName=C:\Python34\Lib\test\test_class.py,Attributes=32800,FileSize=14670,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:771]: File: C:\Python34\Lib\test\test_class.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:779]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:781]: Executing op: FileCopy(SourceName=C:\Config.Msi\52636.rbf,,DestName=C:\Python34\Lib\test\test_site.py,Attributes=32800,FileSize=19507,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:783]: File: C:\Python34\Lib\test\test_site.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:793]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:795]: Executing op: FileCopy(SourceName=C:\Config.Msi\52635.rbf,,DestName=C:\Python34\Lib\test\test_unicode.py,Attributes=32800,FileSize=118614,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:797]: File: C:\Python34\Lib\test\test_unicode.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:808]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:809]: Executing op: FileCopy(SourceName=C:\Config.Msi\52634.rbf,,DestName=C:\Python34\Lib\test\test_global.py,Attributes=32800,FileSize=1341,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:812]: File: C:\Python34\Lib\test\test_global.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:822]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:824]: Executing op: FileCopy(SourceName=C:\Config.Msi\52633.rbf,,DestName=C:\Python34\Lib\test\test_optparse.py,Attributes=32800,FileSize=63916,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:826]: File: C:\Python34\Lib\test\test_optparse.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:837]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:839]: Executing op: FileCopy(SourceName=C:\Config.Msi\52632.rbf,,DestName=C:\Python34\Lib\test\test_pkg.py,Attributes=32800,FileSize=10058,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:842]: File: C:\Python34\Lib\test\test_pkg.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:851]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:853]: Executing op: FileCopy(SourceName=C:\Config.Msi\52631.rbf,,DestName=C:\Python34\Lib\test\mp_fork_bomb.py,Attributes=32800,FileSize=466,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:854]: File: C:\Python34\Lib\test\mp_fork_bomb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:861]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:862]: Executing op: FileCopy(SourceName=C:\Config.Msi\52630.rbf,,DestName=C:\Python34\Lib\test\test_calendar.py,Attributes=32800,FileSize=40339,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:864]: File: C:\Python34\Lib\test\test_calendar.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:872]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:873]: Executing op: FileCopy(SourceName=C:\Config.Msi\5262f.rbf,,DestName=C:\Python34\Lib\test\floating_points.txt,Attributes=32800,FileSize=17330,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:874]: File: C:\Python34\Lib\test\floating_points.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:881]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:883]: Executing op: FileCopy(SourceName=C:\Config.Msi\5262e.rbf,,DestName=C:\Python34\Lib\test\ieee754.txt,Attributes=32800,FileSize=3468,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:884]: File: C:\Python34\Lib\test\ieee754.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:892]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:893]: Executing op: FileCopy(SourceName=C:\Config.Msi\5262d.rbf,,DestName=C:\Python34\Lib\test\test_selectors.py,Attributes=32800,FileSize=14318,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:894]: File: C:\Python34\Lib\test\test_selectors.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:902]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:903]: Executing op: FileCopy(SourceName=C:\Config.Msi\5262c.rbf,,DestName=C:\Python34\Lib\test\datetimetester.py,Attributes=32800,FileSize=154614,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:905]: File: C:\Python34\Lib\test\datetimetester.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:911]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:913]: Executing op: FileCopy(SourceName=C:\Config.Msi\5262b.rbf,,DestName=C:\Python34\Lib\test\test_binascii.py,Attributes=32800,FileSize=10446,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:914]: File: C:\Python34\Lib\test\test_binascii.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:922]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:924]: Executing op: FileCopy(SourceName=C:\Config.Msi\5262a.rbf,,DestName=C:\Python34\Lib\test\test_dis.py,Attributes=32800,FileSize=42255,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:925]: File: C:\Python34\Lib\test\test_dis.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:932]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:933]: Executing op: FileCopy(SourceName=C:\Config.Msi\52629.rbf,,DestName=C:\Python34\Lib\test\cfgparser.1,Attributes=32800,FileSize=23,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:935]: File: C:\Python34\Lib\test\cfgparser.1; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:942]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:943]: Executing op: FileCopy(SourceName=C:\Config.Msi\52628.rbf,,DestName=C:\Python34\Lib\test\cfgparser.3,Attributes=32800,FileSize=1656,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:944]: File: C:\Python34\Lib\test\cfgparser.3; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:952]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:953]: Executing op: FileCopy(SourceName=C:\Config.Msi\52627.rbf,,DestName=C:\Python34\Lib\test\cfgparser.2,Attributes=32800,FileSize=20009,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:954]: File: C:\Python34\Lib\test\cfgparser.2; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:961]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:962]: Executing op: FileCopy(SourceName=C:\Config.Msi\52626.rbf,,DestName=C:\Python34\Lib\test\test_statistics.py,Attributes=32800,FileSize=61994,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:964]: File: C:\Python34\Lib\test\test_statistics.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:971]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:972]: Executing op: FileCopy(SourceName=C:\Config.Msi\52625.rbf,,DestName=C:\Python34\Lib\test\test_ossaudiodev.py,Attributes=32800,FileSize=7418,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:974]: File: C:\Python34\Lib\test\test_ossaudiodev.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:980]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:982]: Executing op: FileCopy(SourceName=C:\Config.Msi\52624.rbf,,DestName=C:\Python34\Lib\test\test_bisect.py,Attributes=32800,FileSize=14288,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:983]: File: C:\Python34\Lib\test\test_bisect.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:02:990]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:02:991]: Executing op: FileCopy(SourceName=C:\Config.Msi\52623.rbf,,DestName=C:\Python34\Lib\test\test_unittest.py,Attributes=32800,FileSize=302,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:02:993]: File: C:\Python34\Lib\test\test_unittest.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:000]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:001]: Executing op: FileCopy(SourceName=C:\Config.Msi\52622.rbf,,DestName=C:\Python34\Lib\test\test_pydoc.py,Attributes=32800,FileSize=38056,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:003]: File: C:\Python34\Lib\test\test_pydoc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:012]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:013]: Executing op: FileCopy(SourceName=C:\Config.Msi\52621.rbf,,DestName=C:\Python34\Lib\test\test_sched.py,Attributes=32800,FileSize=6787,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:015]: File: C:\Python34\Lib\test\test_sched.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:022]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:023]: Executing op: FileCopy(SourceName=C:\Config.Msi\52620.rbf,,DestName=C:\Python34\Lib\test\test_random.py,Attributes=32800,FileSize=32397,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:025]: File: C:\Python34\Lib\test\test_random.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:031]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:032]: Executing op: FileCopy(SourceName=C:\Config.Msi\5261f.rbf,,DestName=C:\Python34\Lib\test\test_poplib.py,Attributes=32800,FileSize=16438,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:034]: File: C:\Python34\Lib\test\test_poplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:041]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:042]: Executing op: FileCopy(SourceName=C:\Config.Msi\5261e.rbf,,DestName=C:\Python34\Lib\test\test_dummy_threading.py,Attributes=32800,FileSize=1871,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:044]: File: C:\Python34\Lib\test\test_dummy_threading.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:051]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:052]: Executing op: FileCopy(SourceName=C:\Config.Msi\5261d.rbf,,DestName=C:\Python34\Lib\test\test_wait4.py,Attributes=32800,FileSize=1178,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:053]: File: C:\Python34\Lib\test\test_wait4.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:060]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:062]: Executing op: FileCopy(SourceName=C:\Config.Msi\5261c.rbf,,DestName=C:\Python34\Lib\test\test_pipes.py,Attributes=32800,FileSize=6669,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:063]: File: C:\Python34\Lib\test\test_pipes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:070]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:071]: Executing op: FileCopy(SourceName=C:\Config.Msi\5261b.rbf,,DestName=C:\Python34\Lib\test\test_sndhdr.py,Attributes=32800,FileSize=891,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:073]: File: C:\Python34\Lib\test\test_sndhdr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:080]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:081]: Executing op: FileCopy(SourceName=C:\Config.Msi\5261a.rbf,,DestName=C:\Python34\Lib\test\test_pep277.py,Attributes=32800,FileSize=7336,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:082]: File: C:\Python34\Lib\test\test_pep277.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:089]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:091]: Executing op: FileCopy(SourceName=C:\Config.Msi\52619.rbf,,DestName=C:\Python34\Lib\test\tokenize_tests.txt,Attributes=32800,FileSize=2907,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:092]: File: C:\Python34\Lib\test\tokenize_tests.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:104]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:107]: Executing op: FileCopy(SourceName=C:\Config.Msi\52618.rbf,,DestName=C:\Python34\Lib\test\test_userstring.py,Attributes=32800,FileSize=1523,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:110]: File: C:\Python34\Lib\test\test_userstring.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:118]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:120]: Executing op: FileCopy(SourceName=C:\Config.Msi\52617.rbf,,DestName=C:\Python34\Lib\test\test_netrc.py,Attributes=32800,FileSize=4737,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:122]: File: C:\Python34\Lib\test\test_netrc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:130]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:132]: Executing op: FileCopy(SourceName=C:\Config.Msi\52616.rbf,,DestName=C:\Python34\Lib\test\test_unpack.py,Attributes=32800,FileSize=2749,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:135]: File: C:\Python34\Lib\test\test_unpack.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:145]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:146]: Executing op: FileCopy(SourceName=C:\Config.Msi\52615.rbf,,DestName=C:\Python34\Lib\test\test_pep352.py,Attributes=32800,FileSize=7229,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:148]: File: C:\Python34\Lib\test\test_pep352.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:155]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:157]: Executing op: FileCopy(SourceName=C:\Config.Msi\52614.rbf,,DestName=C:\Python34\Lib\test\test_dynamicclassattribute.py,Attributes=32800,FileSize=10212,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:159]: File: C:\Python34\Lib\test\test_dynamicclassattribute.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:166]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:167]: Executing op: FileCopy(SourceName=C:\Config.Msi\52613.rbf,,DestName=C:\Python34\Lib\test\test_sqlite.py,Attributes=32800,FileSize=917,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:169]: File: C:\Python34\Lib\test\test_sqlite.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:176]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:177]: Executing op: FileCopy(SourceName=C:\Config.Msi\52612.rbf,,DestName=C:\Python34\Lib\test\test_range.py,Attributes=32800,FileSize=23875,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:178]: File: C:\Python34\Lib\test\test_range.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:185]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:186]: Executing op: FileCopy(SourceName=C:\Config.Msi\52611.rbf,,DestName=C:\Python34\Lib\test\test_sax.py,Attributes=32800,FileSize=35292,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:188]: File: C:\Python34\Lib\test\test_sax.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:195]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:196]: Executing op: FileCopy(SourceName=C:\Config.Msi\52610.rbf,,DestName=C:\Python34\Lib\test\threaded_import_hangers.py,Attributes=32800,FileSize=1529,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:197]: File: C:\Python34\Lib\test\threaded_import_hangers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:205]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:206]: Executing op: FileCopy(SourceName=C:\Config.Msi\5260f.rbf,,DestName=C:\Python34\Lib\test\test_smtplib.py,Attributes=32800,FileSize=36811,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:208]: File: C:\Python34\Lib\test\test_smtplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:215]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:216]: Executing op: FileCopy(SourceName=C:\Config.Msi\5260e.rbf,,DestName=C:\Python34\Lib\test\sha256.pem,Attributes=32800,FileSize=8472,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:218]: File: C:\Python34\Lib\test\sha256.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:225]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:226]: Executing op: FileCopy(SourceName=C:\Config.Msi\5260d.rbf,,DestName=C:\Python34\Lib\test\test_keyword.py,Attributes=32800,FileSize=5978,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:228]: File: C:\Python34\Lib\test\test_keyword.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:235]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:236]: Executing op: FileCopy(SourceName=C:\Config.Msi\5260c.rbf,,DestName=C:\Python34\Lib\test\test_memoryview.py,Attributes=32800,FileSize=16547,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:238]: File: C:\Python34\Lib\test\test_memoryview.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:245]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:247]: Executing op: FileCopy(SourceName=C:\Config.Msi\5260b.rbf,,DestName=C:\Python34\Lib\test\test_dbm_gnu.py,Attributes=32800,FileSize=3451,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:248]: File: C:\Python34\Lib\test\test_dbm_gnu.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:255]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:256]: Executing op: FileCopy(SourceName=C:\Config.Msi\5260a.rbf,,DestName=C:\Python34\Lib\test\tf_inherit_check.py,Attributes=32800,FileSize=602,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:258]: File: C:\Python34\Lib\test\tf_inherit_check.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:265]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:267]: Executing op: FileCopy(SourceName=C:\Config.Msi\52609.rbf,,DestName=C:\Python34\Lib\test\mock_socket.py,Attributes=32800,FileSize=3545,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:268]: File: C:\Python34\Lib\test\mock_socket.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:275]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:276]: Executing op: FileCopy(SourceName=C:\Config.Msi\52608.rbf,,DestName=C:\Python34\Lib\test\test_doctest4.txt,Attributes=32800,FileSize=255,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:278]: File: C:\Python34\Lib\test\test_doctest4.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:284]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:286]: Executing op: FileCopy(SourceName=C:\Config.Msi\52607.rbf,,DestName=C:\Python34\Lib\test\test_quopri.py,Attributes=32800,FileSize=7923,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:287]: File: C:\Python34\Lib\test\test_quopri.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:295]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:297]: Executing op: FileCopy(SourceName=C:\Config.Msi\52606.rbf,,DestName=C:\Python34\Lib\test\test_ensurepip.py,Attributes=32800,FileSize=11650,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:298]: File: C:\Python34\Lib\test\test_ensurepip.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:305]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:306]: Executing op: FileCopy(SourceName=C:\Config.Msi\52605.rbf,,DestName=C:\Python34\Lib\test\ssltests.py,Attributes=32800,FileSize=662,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:308]: File: C:\Python34\Lib\test\ssltests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:315]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:316]: Executing op: FileCopy(SourceName=C:\Config.Msi\52604.rbf,,DestName=C:\Python34\Lib\test\test_ipaddress.py,Attributes=32800,FileSize=76541,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:317]: File: C:\Python34\Lib\test\test_ipaddress.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:327]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:329]: Executing op: FileCopy(SourceName=C:\Config.Msi\52603.rbf,,DestName=C:\Python34\Lib\test\test_py_compile.py,Attributes=32800,FileSize=4154,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:330]: File: C:\Python34\Lib\test\test_py_compile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:337]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:338]: Executing op: FileCopy(SourceName=C:\Config.Msi\52602.rbf,,DestName=C:\Python34\Lib\test\test_textwrap.py,Attributes=32800,FileSize=37184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:340]: File: C:\Python34\Lib\test\test_textwrap.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:347]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:348]: Executing op: FileCopy(SourceName=C:\Config.Msi\52601.rbf,,DestName=C:\Python34\Lib\test\test_codeop.py,Attributes=32800,FileSize=7934,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:350]: File: C:\Python34\Lib\test\test_codeop.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:357]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:358]: Executing op: FileCopy(SourceName=C:\Config.Msi\52600.rbf,,DestName=C:\Python34\Lib\test\testcodec.py,Attributes=32800,FileSize=1094,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:360]: File: C:\Python34\Lib\test\testcodec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:366]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:368]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ff.rbf,,DestName=C:\Python34\Lib\test\test_numeric_tower.py,Attributes=32800,FileSize=7653,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:369]: File: C:\Python34\Lib\test\test_numeric_tower.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:376]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:377]: Executing op: FileCopy(SourceName=C:\Config.Msi\525fe.rbf,,DestName=C:\Python34\Lib\test\multibytecodec_support.py,Attributes=32800,FileSize=14899,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:379]: File: C:\Python34\Lib\test\multibytecodec_support.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:385]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:387]: Executing op: FileCopy(SourceName=C:\Config.Msi\525fd.rbf,,DestName=C:\Python34\Lib\test\test_operator.py,Attributes=32800,FileSize=19092,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:388]: File: C:\Python34\Lib\test\test_operator.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:395]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:396]: Executing op: FileCopy(SourceName=C:\Config.Msi\525fc.rbf,,DestName=C:\Python34\Lib\test\test_marshal.py,Attributes=32800,FileSize=15548,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:398]: File: C:\Python34\Lib\test\test_marshal.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:405]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:406]: Executing op: FileCopy(SourceName=C:\Config.Msi\525fb.rbf,,DestName=C:\Python34\Lib\test\test_crashers.py,Attributes=32800,FileSize=1248,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:407]: File: C:\Python34\Lib\test\test_crashers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:414]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:415]: Executing op: FileCopy(SourceName=C:\Config.Msi\525fa.rbf,,DestName=C:\Python34\Lib\test\test_finalization.py,Attributes=32800,FileSize=15073,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:417]: File: C:\Python34\Lib\test\test_finalization.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:424]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:425]: Executing op: FileCopy(SourceName=C:\Config.Msi\525f9.rbf,,DestName=C:\Python34\Lib\test\ssl_servers.py,Attributes=32800,FileSize=7249,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:427]: File: C:\Python34\Lib\test\ssl_servers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:433]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:435]: Executing op: FileCopy(SourceName=C:\Config.Msi\525f8.rbf,,DestName=C:\Python34\Lib\test\test_threading.py,Attributes=32800,FileSize=37707,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:436]: File: C:\Python34\Lib\test\test_threading.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:443]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:444]: Executing op: FileCopy(SourceName=C:\Config.Msi\525f7.rbf,,DestName=C:\Python34\Lib\test\test_fnmatch.py,Attributes=32800,FileSize=2996,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:447]: File: C:\Python34\Lib\test\test_fnmatch.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:455]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:456]: Executing op: FileCopy(SourceName=C:\Config.Msi\525f6.rbf,,DestName=C:\Python34\Lib\test\testtar.tar,Attributes=32800,FileSize=435200,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:458]: File: C:\Python34\Lib\test\testtar.tar; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:465]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:466]: Executing op: FileCopy(SourceName=C:\Config.Msi\525f5.rbf,,DestName=C:\Python34\Lib\test\test_pep3120.py,Attributes=32800,FileSize=1318,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:467]: File: C:\Python34\Lib\test\test_pep3120.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:474]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:476]: Executing op: FileCopy(SourceName=C:\Config.Msi\525f4.rbf,,DestName=C:\Python34\Lib\test\ssl_key.pem,Attributes=32800,FileSize=932,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:478]: File: C:\Python34\Lib\test\ssl_key.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:485]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:486]: Executing op: FileCopy(SourceName=C:\Config.Msi\525f3.rbf,,DestName=C:\Python34\Lib\test\test_tempfile.py,Attributes=32800,FileSize=43847,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:488]: File: C:\Python34\Lib\test\test_tempfile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:620]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:622]: Executing op: FileCopy(SourceName=C:\Config.Msi\525f2.rbf,,DestName=C:\Python34\Lib\test\nokia.pem,Attributes=32800,FileSize=1954,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:624]: File: C:\Python34\Lib\test\nokia.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:631]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:633]: Executing op: FileCopy(SourceName=C:\Config.Msi\525f1.rbf,,DestName=C:\Python34\Lib\test\test_symtable.py,Attributes=32800,FileSize=6136,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:635]: File: C:\Python34\Lib\test\test_symtable.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:645]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:646]: Executing op: FileCopy(SourceName=C:\Config.Msi\525f0.rbf,,DestName=C:\Python34\Lib\test\test_strtod.py,Attributes=32800,FileSize=21030,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:648]: File: C:\Python34\Lib\test\test_strtod.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:655]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:656]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ef.rbf,,DestName=C:\Python34\Lib\test\test_http_cookies.py,Attributes=32800,FileSize=9932,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:658]: File: C:\Python34\Lib\test\test_http_cookies.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:664]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:666]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ee.rbf,,DestName=C:\Python34\Lib\test\test_frame.py,Attributes=32800,FileSize=4693,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:667]: File: C:\Python34\Lib\test\test_frame.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:674]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:675]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ed.rbf,,DestName=C:\Python34\Lib\test\pstats.pck,Attributes=32800,FileSize=66607,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:677]: File: C:\Python34\Lib\test\pstats.pck; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:684]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:686]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ec.rbf,,DestName=C:\Python34\Lib\test\test_bytes.py,Attributes=32800,FileSize=56823,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:688]: File: C:\Python34\Lib\test\test_bytes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:694]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:696]: Executing op: FileCopy(SourceName=C:\Config.Msi\525eb.rbf,,DestName=C:\Python34\Lib\test\bad_coding2.py,Attributes=32800,FileSize=32,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:697]: File: C:\Python34\Lib\test\bad_coding2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:704]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:706]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ea.rbf,,DestName=C:\Python34\Lib\test\test_wsgiref.py,Attributes=32800,FileSize=23004,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:708]: File: C:\Python34\Lib\test\test_wsgiref.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:720]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:721]: Executing op: FileCopy(SourceName=C:\Config.Msi\525e9.rbf,,DestName=C:\Python34\Lib\test\test_descr.py,Attributes=32800,FileSize=177174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:723]: File: C:\Python34\Lib\test\test_descr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:732]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:734]: Executing op: FileCopy(SourceName=C:\Config.Msi\525e8.rbf,,DestName=C:\Python34\Lib\test\test_urllib2net.py,Attributes=32800,FileSize=13018,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:736]: File: C:\Python34\Lib\test\test_urllib2net.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:745]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:747]: Executing op: FileCopy(SourceName=C:\Config.Msi\525e7.rbf,,DestName=C:\Python34\Lib\test\test_uu.py,Attributes=32800,FileSize=7111,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:749]: File: C:\Python34\Lib\test\test_uu.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:761]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:763]: Executing op: FileCopy(SourceName=C:\Config.Msi\525e6.rbf,,DestName=C:\Python34\Lib\test\test_pprint.py,Attributes=32800,FileSize=30941,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:766]: File: C:\Python34\Lib\test\test_pprint.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:778]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:780]: Executing op: FileCopy(SourceName=C:\Config.Msi\525e5.rbf,,DestName=C:\Python34\Lib\test\pycacert.pem,Attributes=32800,FileSize=4385,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:783]: File: C:\Python34\Lib\test\pycacert.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:795]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:797]: Executing op: FileCopy(SourceName=C:\Config.Msi\525e4.rbf,,DestName=C:\Python34\Lib\test\test_copy.py,Attributes=32800,FileSize=23189,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:799]: File: C:\Python34\Lib\test\test_copy.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:813]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:815]: Executing op: FileCopy(SourceName=C:\Config.Msi\525e3.rbf,,DestName=C:\Python34\Lib\test\test_super.py,Attributes=32800,FileSize=4718,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:818]: File: C:\Python34\Lib\test\test_super.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:829]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:832]: Executing op: FileCopy(SourceName=C:\Config.Msi\525e2.rbf,,DestName=C:\Python34\Lib\test\test_opcodes.py,Attributes=32800,FileSize=2787,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:835]: File: C:\Python34\Lib\test\test_opcodes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:847]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:849]: Executing op: FileCopy(SourceName=C:\Config.Msi\525e1.rbf,,DestName=C:\Python34\Lib\test\make_ssl_certs.py,Attributes=32800,FileSize=5821,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:851]: File: C:\Python34\Lib\test\make_ssl_certs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:864]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:865]: Executing op: FileCopy(SourceName=C:\Config.Msi\525e0.rbf,,DestName=C:\Python34\Lib\test\seq_tests.py,Attributes=32800,FileSize=14209,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:868]: File: C:\Python34\Lib\test\seq_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:880]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:882]: Executing op: FileCopy(SourceName=C:\Config.Msi\525df.rbf,,DestName=C:\Python34\Lib\test\test_smtpnet.py,Attributes=32800,FileSize=2910,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:884]: File: C:\Python34\Lib\test\test_smtpnet.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:895]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:897]: Executing op: FileCopy(SourceName=C:\Config.Msi\525de.rbf,,DestName=C:\Python34\Lib\test\badsyntax_future6.py,Attributes=32800,FileSize=171,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:900]: File: C:\Python34\Lib\test\badsyntax_future6.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:912]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:914]: Executing op: FileCopy(SourceName=C:\Config.Msi\525dd.rbf,,DestName=C:\Python34\Lib\test\test_getpass.py,Attributes=32800,FileSize=6600,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:915]: File: C:\Python34\Lib\test\test_getpass.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:924]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:926]: Executing op: FileCopy(SourceName=C:\Config.Msi\525dc.rbf,,DestName=C:\Python34\Lib\test\nullbytecert.pem,Attributes=32800,FileSize=5525,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:929]: File: C:\Python34\Lib\test\nullbytecert.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:940]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:942]: Executing op: FileCopy(SourceName=C:\Config.Msi\525db.rbf,,DestName=C:\Python34\Lib\test\tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt,Attributes=32800,FileSize=314,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:944]: File: C:\Python34\Lib\test\tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:954]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:956]: Executing op: FileCopy(SourceName=C:\Config.Msi\525da.rbf,,DestName=C:\Python34\Lib\test\pickletester.py,Attributes=32800,FileSize=79252,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:959]: File: C:\Python34\Lib\test\pickletester.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:970]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:972]: Executing op: FileCopy(SourceName=C:\Config.Msi\525d9.rbf,,DestName=C:\Python34\Lib\test\185test.db,Attributes=32800,FileSize=16384,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:975]: File: C:\Python34\Lib\test\185test.db; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:03:987]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:03:989]: Executing op: FileCopy(SourceName=C:\Config.Msi\525d8.rbf,,DestName=C:\Python34\Lib\test\test_profile.py,Attributes=32800,FileSize=7983,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:03:990]: File: C:\Python34\Lib\test\test_profile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:000]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:002]: Executing op: FileCopy(SourceName=C:\Config.Msi\525d7.rbf,,DestName=C:\Python34\Lib\test\test_threadedtempfile.py,Attributes=32800,FileSize=2270,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:004]: File: C:\Python34\Lib\test\test_threadedtempfile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:016]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:017]: Executing op: FileCopy(SourceName=C:\Config.Msi\525d6.rbf,,DestName=C:\Python34\Lib\test\test_doctest.py,Attributes=32800,FileSize=97173,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:020]: File: C:\Python34\Lib\test\test_doctest.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:032]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:034]: Executing op: FileCopy(SourceName=C:\Config.Msi\525d5.rbf,,DestName=C:\Python34\Lib\test\test_array.py,Attributes=32800,FileSize=46842,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:037]: File: C:\Python34\Lib\test\test_array.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:048]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:050]: Executing op: FileCopy(SourceName=C:\Config.Msi\525d4.rbf,,DestName=C:\Python34\Lib\test\test_faulthandler.py,Attributes=32800,FileSize=21950,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:052]: File: C:\Python34\Lib\test\test_faulthandler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:061]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:063]: Executing op: FileCopy(SourceName=C:\Config.Msi\525d3.rbf,,DestName=C:\Python34\Lib\test\test_property.py,Attributes=32800,FileSize=8069,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:065]: File: C:\Python34\Lib\test\test_property.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:076]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:077]: Executing op: FileCopy(SourceName=C:\Config.Msi\525d2.rbf,,DestName=C:\Python34\Lib\test\test_cprofile.py,Attributes=32800,FileSize=5638,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:080]: File: C:\Python34\Lib\test\test_cprofile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:092]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:094]: Executing op: FileCopy(SourceName=C:\Config.Msi\525d1.rbf,,DestName=C:\Python34\Lib\test\test_longexp.py,Attributes=32800,FileSize=322,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:096]: File: C:\Python34\Lib\test\test_longexp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:108]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:111]: Executing op: FileCopy(SourceName=C:\Config.Msi\525d0.rbf,,DestName=C:\Python34\Lib\test\test_abc.py,Attributes=32800,FileSize=14060,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:113]: File: C:\Python34\Lib\test\test_abc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:121]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:123]: Executing op: FileCopy(SourceName=C:\Config.Msi\525cf.rbf,,DestName=C:\Python34\Lib\test\regrtest.py,Attributes=32800,FileSize=63304,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:126]: File: C:\Python34\Lib\test\regrtest.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:136]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:138]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ce.rbf,,DestName=C:\Python34\Lib\test\win_console_handler.py,Attributes=32800,FileSize=1465,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:141]: File: C:\Python34\Lib\test\win_console_handler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:149]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:151]: Executing op: FileCopy(SourceName=C:\Config.Msi\525cd.rbf,,DestName=C:\Python34\Lib\test\test_contextlib.py,Attributes=32800,FileSize=26825,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:154]: File: C:\Python34\Lib\test\test_contextlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:166]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:168]: Executing op: FileCopy(SourceName=C:\Config.Msi\525cc.rbf,,DestName=C:\Python34\Lib\test\test_compare.py,Attributes=32800,FileSize=1733,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:169]: File: C:\Python34\Lib\test\test_compare.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:179]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:181]: Executing op: FileCopy(SourceName=C:\Config.Msi\525cb.rbf,,DestName=C:\Python34\Lib\test\keycert.passwd.pem,Attributes=32800,FileSize=1863,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:184]: File: C:\Python34\Lib\test\keycert.passwd.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:196]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:198]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ca.rbf,,DestName=C:\Python34\Lib\test\randv3.pck,Attributes=32800,FileSize=8004,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:201]: File: C:\Python34\Lib\test\randv3.pck; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:213]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:215]: Executing op: FileCopy(SourceName=C:\Config.Msi\525c9.rbf,,DestName=C:\Python34\Lib\test\test_builtin.py,Attributes=32800,FileSize=60150,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:217]: File: C:\Python34\Lib\test\test_builtin.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:228]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:230]: Executing op: FileCopy(SourceName=C:\Config.Msi\525c8.rbf,,DestName=C:\Python34\Lib\test\test_setcomps.py,Attributes=32800,FileSize=3943,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:232]: File: C:\Python34\Lib\test\test_setcomps.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:242]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:244]: Executing op: FileCopy(SourceName=C:\Config.Msi\525c7.rbf,,DestName=C:\Python34\Lib\test\test_docxmlrpc.py,Attributes=32800,FileSize=8746,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:247]: File: C:\Python34\Lib\test\test_docxmlrpc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:259]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:261]: Executing op: FileCopy(SourceName=C:\Config.Msi\525c6.rbf,,DestName=C:\Python34\Lib\test\test_memoryio.py,Attributes=32800,FileSize=29531,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:263]: File: C:\Python34\Lib\test\test_memoryio.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:275]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:277]: Executing op: FileCopy(SourceName=C:\Config.Msi\525c5.rbf,,DestName=C:\Python34\Lib\test\test_pep380.py,Attributes=32800,FileSize=30641,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:280]: File: C:\Python34\Lib\test\test_pep380.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:292]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:294]: Executing op: FileCopy(SourceName=C:\Config.Msi\525c4.rbf,,DestName=C:\Python34\Lib\test\test_ast.py,Attributes=32800,FileSize=45833,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:297]: File: C:\Python34\Lib\test\test_ast.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:309]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:311]: Executing op: FileCopy(SourceName=C:\Config.Msi\525c3.rbf,,DestName=C:\Python34\Lib\test\test_listcomps.py,Attributes=32800,FileSize=3999,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:313]: File: C:\Python34\Lib\test\test_listcomps.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:322]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:323]: Executing op: FileCopy(SourceName=C:\Config.Msi\525c2.rbf,,DestName=C:\Python34\Lib\test\relimport.py,Attributes=32800,FileSize=28,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:326]: File: C:\Python34\Lib\test\relimport.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:338]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:339]: Executing op: FileCopy(SourceName=C:\Config.Msi\525c1.rbf,,DestName=C:\Python34\Lib\test\test_dummy_thread.py,Attributes=32800,FileSize=7339,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:342]: File: C:\Python34\Lib\test\test_dummy_thread.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:354]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:356]: Executing op: FileCopy(SourceName=C:\Config.Msi\525c0.rbf,,DestName=C:\Python34\Lib\test\test_dynamic.py,Attributes=32800,FileSize=4622,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:358]: File: C:\Python34\Lib\test\test_dynamic.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:369]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:370]: Executing op: FileCopy(SourceName=C:\Config.Msi\525bf.rbf,,DestName=C:\Python34\Lib\test\test_unicodedata.py,Attributes=32800,FileSize=12677,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:373]: File: C:\Python34\Lib\test\test_unicodedata.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:385]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:388]: Executing op: FileCopy(SourceName=C:\Config.Msi\525be.rbf,,DestName=C:\Python34\Lib\test\test_bigaddrspace.py,Attributes=32800,FileSize=3090,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:389]: File: C:\Python34\Lib\test\test_bigaddrspace.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:399]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:401]: Executing op: FileCopy(SourceName=C:\Config.Msi\525bd.rbf,,DestName=C:\Python34\Lib\test\test_reprlib.py,Attributes=32800,FileSize=14994,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:404]: File: C:\Python34\Lib\test\test_reprlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:414]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:416]: Executing op: FileCopy(SourceName=C:\Config.Msi\525bc.rbf,,DestName=C:\Python34\Lib\test\test_weakset.py,Attributes=32800,FileSize=15996,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:418]: File: C:\Python34\Lib\test\test_weakset.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:430]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:432]: Executing op: FileCopy(SourceName=C:\Config.Msi\525bb.rbf,,DestName=C:\Python34\Lib\test\test_flufl.py,Attributes=32800,FileSize=863,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:434]: File: C:\Python34\Lib\test\test_flufl.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:444]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:446]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ba.rbf,,DestName=C:\Python34\Lib\test\exception_hierarchy.txt,Attributes=32800,FileSize=1789,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:448]: File: C:\Python34\Lib\test\exception_hierarchy.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:460]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:462]: Executing op: FileCopy(SourceName=C:\Config.Msi\525b9.rbf,,DestName=C:\Python34\Lib\test\test_codeccallbacks.py,Attributes=32800,FileSize=34785,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:465]: File: C:\Python34\Lib\test\test_codeccallbacks.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:477]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:479]: Executing op: FileCopy(SourceName=C:\Config.Msi\525b8.rbf,,DestName=C:\Python34\Lib\test\curses_tests.py,Attributes=32800,FileSize=1288,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:482]: File: C:\Python34\Lib\test\curses_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:494]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:496]: Executing op: FileCopy(SourceName=C:\Config.Msi\525b7.rbf,,DestName=C:\Python34\Lib\test\badsyntax_future7.py,Attributes=32800,FileSize=207,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:498]: File: C:\Python34\Lib\test\badsyntax_future7.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:510]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:512]: Executing op: FileCopy(SourceName=C:\Config.Msi\525b6.rbf,,DestName=C:\Python34\Lib\test\test_typechecks.py,Attributes=32800,FileSize=2776,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:515]: File: C:\Python34\Lib\test\test_typechecks.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:526]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:528]: Executing op: FileCopy(SourceName=C:\Config.Msi\525b5.rbf,,DestName=C:\Python34\Lib\test\test_future3.py,Attributes=32800,FileSize=516,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:530]: File: C:\Python34\Lib\test\test_future3.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:541]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:543]: Executing op: FileCopy(SourceName=C:\Config.Msi\525b4.rbf,,DestName=C:\Python34\Lib\test\test_codecmaps_hk.py,Attributes=32800,FileSize=431,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:545]: File: C:\Python34\Lib\test\test_codecmaps_hk.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:556]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:558]: Executing op: FileCopy(SourceName=C:\Config.Msi\525b3.rbf,,DestName=C:\Python34\Lib\test\final_b.py,Attributes=32800,FileSize=430,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:560]: File: C:\Python34\Lib\test\final_b.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:571]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:573]: Executing op: FileCopy(SourceName=C:\Config.Msi\525b2.rbf,,DestName=C:\Python34\Lib\test\re_tests.py,Attributes=32800,FileSize=32466,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:574]: File: C:\Python34\Lib\test\re_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:586]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:589]: Executing op: FileCopy(SourceName=C:\Config.Msi\525b1.rbf,,DestName=C:\Python34\Lib\test\test_thread.py,Attributes=32800,FileSize=8545,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:590]: File: C:\Python34\Lib\test\test_thread.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:600]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:601]: Executing op: FileCopy(SourceName=C:\Config.Msi\525b0.rbf,,DestName=C:\Python34\Lib\test\test_sysconfig.py,Attributes=32800,FileSize=17303,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:604]: File: C:\Python34\Lib\test\test_sysconfig.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:615]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:617]: Executing op: FileCopy(SourceName=C:\Config.Msi\525af.rbf,,DestName=C:\Python34\Lib\test\test_multiprocessing_spawn.py,Attributes=32800,FileSize=182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:619]: File: C:\Python34\Lib\test\test_multiprocessing_spawn.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:628]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:630]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ae.rbf,,DestName=C:\Python34\Lib\test\test_index.py,Attributes=32800,FileSize=8842,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:632]: File: C:\Python34\Lib\test\test_index.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:640]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ad.rbf,,DestName=C:\Python34\Lib\test\test_ssl.py,Attributes=32800,FileSize=133164,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:644]: File: C:\Python34\Lib\test\test_ssl.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:655]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:658]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ac.rbf,,DestName=C:\Python34\Lib\test\test_isinstance.py,Attributes=32800,FileSize=10460,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:661]: File: C:\Python34\Lib\test\test_isinstance.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:674]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:676]: Executing op: FileCopy(SourceName=C:\Config.Msi\525ab.rbf,,DestName=C:\Python34\Lib\test\test_crypt.py,Attributes=32800,FileSize=1117,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:679]: File: C:\Python34\Lib\test\test_crypt.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:694]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:696]: Executing op: FileCopy(SourceName=C:\Config.Msi\525aa.rbf,,DestName=C:\Python34\Lib\test\test_shlex.py,Attributes=32800,FileSize=6114,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:703]: File: C:\Python34\Lib\test\test_shlex.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:725]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:728]: Executing op: FileCopy(SourceName=C:\Config.Msi\525a9.rbf,,DestName=C:\Python34\Lib\test\test_os.py,Attributes=32800,FileSize=98208,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:730]: File: C:\Python34\Lib\test\test_os.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:741]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:743]: Executing op: FileCopy(SourceName=C:\Config.Msi\525a8.rbf,,DestName=C:\Python34\Lib\test\test_future.py,Attributes=32800,FileSize=4270,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:746]: File: C:\Python34\Lib\test\test_future.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:755]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:756]: Executing op: FileCopy(SourceName=C:\Config.Msi\525a7.rbf,,DestName=C:\Python34\Lib\test\test_urllibnet.py,Attributes=32800,FileSize=9145,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:758]: File: C:\Python34\Lib\test\test_urllibnet.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:769]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:771]: Executing op: FileCopy(SourceName=C:\Config.Msi\525a6.rbf,,DestName=C:\Python34\Lib\test\test_threading_local.py,Attributes=32800,FileSize=6564,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:773]: File: C:\Python34\Lib\test\test_threading_local.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:781]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:783]: Executing op: FileCopy(SourceName=C:\Config.Msi\525a5.rbf,,DestName=C:\Python34\Lib\test\__init__.py,Attributes=32800,FileSize=48,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:785]: File: C:\Python34\Lib\test\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:793]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:795]: Executing op: FileCopy(SourceName=C:\Config.Msi\525a4.rbf,,DestName=C:\Python34\Lib\test\test_int_literal.py,Attributes=32800,FileSize=7279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:797]: File: C:\Python34\Lib\test\test_int_literal.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:809]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:810]: Executing op: FileCopy(SourceName=C:\Config.Msi\525a3.rbf,,DestName=C:\Python34\Lib\test\test_shutil.py,Attributes=32800,FileSize=70782,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:813]: File: C:\Python34\Lib\test\test_shutil.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:822]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:825]: Executing op: FileCopy(SourceName=C:\Config.Msi\525a2.rbf,,DestName=C:\Python34\Lib\test\test_pep292.py,Attributes=32800,FileSize=9795,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:827]: File: C:\Python34\Lib\test\test_pep292.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:838]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:840]: Executing op: FileCopy(SourceName=C:\Config.Msi\525a1.rbf,,DestName=C:\Python34\Lib\test\test_errno.py,Attributes=32800,FileSize=1211,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:842]: File: C:\Python34\Lib\test\test_errno.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:854]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:855]: Executing op: FileCopy(SourceName=C:\Config.Msi\525a0.rbf,,DestName=C:\Python34\Lib\test\coding20731.py,Attributes=32800,FileSize=22,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:856]: File: C:\Python34\Lib\test\coding20731.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:865]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:866]: Executing op: FileCopy(SourceName=C:\Config.Msi\5259f.rbf,,DestName=C:\Python34\Lib\test\test_fractions.py,Attributes=32800,FileSize=25975,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:868]: File: C:\Python34\Lib\test\test_fractions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:876]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:878]: Executing op: FileCopy(SourceName=C:\Config.Msi\5259e.rbf,,DestName=C:\Python34\Lib\test\xmltests.py,Attributes=32800,FileSize=520,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:880]: File: C:\Python34\Lib\test\xmltests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:888]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:889]: Executing op: FileCopy(SourceName=C:\Config.Msi\5259d.rbf,,DestName=C:\Python34\Lib\test\audiotests.py,Attributes=32800,FileSize=12674,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:891]: File: C:\Python34\Lib\test\audiotests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:898]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:899]: Executing op: FileCopy(SourceName=C:\Config.Msi\5259c.rbf,,DestName=C:\Python34\Lib\test\tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt,Attributes=32800,FileSize=457,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:901]: File: C:\Python34\Lib\test\tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:909]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:911]: Executing op: FileCopy(SourceName=C:\Config.Msi\5259b.rbf,,DestName=C:\Python34\Lib\test\test_sys_settrace.py,Attributes=32800,FileSize=25793,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:913]: File: C:\Python34\Lib\test\test_sys_settrace.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:923]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:925]: Executing op: FileCopy(SourceName=C:\Config.Msi\5259a.rbf,,DestName=C:\Python34\Lib\test\test_decimal.py,Attributes=32800,FileSize=208691,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:927]: File: C:\Python34\Lib\test\test_decimal.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:935]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:936]: Executing op: FileCopy(SourceName=C:\Config.Msi\52599.rbf,,DestName=C:\Python34\Lib\test\string_tests.py,Attributes=32800,FileSize=66144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:938]: File: C:\Python34\Lib\test\string_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:945]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:947]: Executing op: FileCopy(SourceName=C:\Config.Msi\52598.rbf,,DestName=C:\Python34\Lib\test\test_pkgutil.py,Attributes=32800,FileSize=15156,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:949]: File: C:\Python34\Lib\test\test_pkgutil.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:957]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:958]: Executing op: FileCopy(SourceName=C:\Config.Msi\52597.rbf,,DestName=C:\Python34\Lib\test\randv2_32.pck,Attributes=32800,FileSize=7517,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:960]: File: C:\Python34\Lib\test\randv2_32.pck; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:969]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:971]: Executing op: FileCopy(SourceName=C:\Config.Msi\52596.rbf,,DestName=C:\Python34\Lib\test\test_imaplib.py,Attributes=32800,FileSize=18198,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:973]: File: C:\Python34\Lib\test\test_imaplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:981]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:982]: Executing op: FileCopy(SourceName=C:\Config.Msi\52595.rbf,,DestName=C:\Python34\Lib\test\test_grp.py,Attributes=32800,FileSize=3358,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:984]: File: C:\Python34\Lib\test\test_grp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:04:992]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:04:993]: Executing op: FileCopy(SourceName=C:\Config.Msi\52594.rbf,,DestName=C:\Python34\Lib\test\test_pathlib.py,Attributes=32800,FileSize=76403,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:04:995]: File: C:\Python34\Lib\test\test_pathlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:005]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:006]: Executing op: FileCopy(SourceName=C:\Config.Msi\52593.rbf,,DestName=C:\Python34\Lib\test\test_mimetypes.py,Attributes=32800,FileSize=4390,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:008]: File: C:\Python34\Lib\test\test_mimetypes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:018]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:020]: Executing op: FileCopy(SourceName=C:\Config.Msi\52592.rbf,,DestName=C:\Python34\Lib\test\pycakey.pem,Attributes=32800,FileSize=1732,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:022]: File: C:\Python34\Lib\test\pycakey.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:029]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:030]: Executing op: FileCopy(SourceName=C:\Config.Msi\52591.rbf,,DestName=C:\Python34\Lib\test\test_gettext.py,Attributes=32800,FileSize=18801,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:032]: File: C:\Python34\Lib\test\test_gettext.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:040]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:041]: Executing op: FileCopy(SourceName=C:\Config.Msi\52590.rbf,,DestName=C:\Python34\Lib\test\test_codecmaps_kr.py,Attributes=32800,FileSize=1361,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:043]: File: C:\Python34\Lib\test\test_codecmaps_kr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:051]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:052]: Executing op: FileCopy(SourceName=C:\Config.Msi\5258f.rbf,,DestName=C:\Python34\Lib\test\sample_doctest_no_docstrings.py,Attributes=32800,FileSize=239,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:054]: File: C:\Python34\Lib\test\sample_doctest_no_docstrings.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:062]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:063]: Executing op: FileCopy(SourceName=C:\Config.Msi\5258e.rbf,,DestName=C:\Python34\Lib\test\test_macpath.py,Attributes=32800,FileSize=5055,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:065]: File: C:\Python34\Lib\test\test_macpath.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:072]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:074]: Executing op: FileCopy(SourceName=C:\Config.Msi\5258d.rbf,,DestName=C:\Python34\Lib\test\test_sundry.py,Attributes=32800,FileSize=2280,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:076]: File: C:\Python34\Lib\test\test_sundry.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:083]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:085]: Executing op: FileCopy(SourceName=C:\Config.Msi\5258c.rbf,,DestName=C:\Python34\Lib\test\tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt,Attributes=32800,FileSize=339,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:087]: File: C:\Python34\Lib\test\tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:095]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:097]: Executing op: FileCopy(SourceName=C:\Config.Msi\5258b.rbf,,DestName=C:\Python34\Lib\test\badkey.pem,Attributes=32800,FileSize=2202,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:099]: File: C:\Python34\Lib\test\badkey.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:107]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:108]: Executing op: FileCopy(SourceName=C:\Config.Msi\5258a.rbf,,DestName=C:\Python34\Lib\test\test_popen.py,Attributes=32800,FileSize=2031,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:110]: File: C:\Python34\Lib\test\test_popen.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:118]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:119]: Executing op: FileCopy(SourceName=C:\Config.Msi\52589.rbf,,DestName=C:\Python34\Lib\test\future_test2.py,Attributes=32800,FileSize=159,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:121]: File: C:\Python34\Lib\test\future_test2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:129]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:132]: Executing op: FileCopy(SourceName=C:\Config.Msi\52588.rbf,,DestName=C:\Python34\Lib\test\test_module.py,Attributes=32800,FileSize=7942,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:134]: File: C:\Python34\Lib\test\test_module.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:144]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:147]: Executing op: FileCopy(SourceName=C:\Config.Msi\52587.rbf,,DestName=C:\Python34\Lib\test\test_mailbox.py,Attributes=32800,FileSize=94967,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:148]: File: C:\Python34\Lib\test\test_mailbox.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:158]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:160]: Executing op: FileCopy(SourceName=C:\Config.Msi\52586.rbf,,DestName=C:\Python34\Lib\test\tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt,Attributes=32800,FileSize=434,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:163]: File: C:\Python34\Lib\test\tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:175]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:177]: Executing op: FileCopy(SourceName=C:\Config.Msi\52585.rbf,,DestName=C:\Python34\Lib\test\test_aifc.py,Attributes=32800,FileSize=15886,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:179]: File: C:\Python34\Lib\test\test_aifc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:187]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:189]: Executing op: FileCopy(SourceName=C:\Config.Msi\52584.rbf,,DestName=C:\Python34\Lib\test\pystone.py,Attributes=32800,FileSize=8012,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:191]: File: C:\Python34\Lib\test\pystone.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:202]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:204]: Executing op: FileCopy(SourceName=C:\Config.Msi\52583.rbf,,DestName=C:\Python34\Lib\test\mime.types,Attributes=32800,FileSize=49954,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:206]: File: C:\Python34\Lib\test\mime.types; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:218]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:220]: Executing op: FileCopy(SourceName=C:\Config.Msi\52582.rbf,,DestName=C:\Python34\Lib\test\test_io.py,Attributes=32800,FileSize=132274,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:223]: File: C:\Python34\Lib\test\test_io.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:238]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:240]: Executing op: FileCopy(SourceName=C:\Config.Msi\52581.rbf,,DestName=C:\Python34\Lib\test\double_const.py,Attributes=32800,FileSize=1242,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:243]: File: C:\Python34\Lib\test\double_const.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:259]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:264]: Executing op: FileCopy(SourceName=C:\Config.Msi\52580.rbf,,DestName=C:\Python34\Lib\test\test_ftplib.py,Attributes=32800,FileSize=39216,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:268]: File: C:\Python34\Lib\test\test_ftplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:283]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:286]: Executing op: FileCopy(SourceName=C:\Config.Msi\5257f.rbf,,DestName=C:\Python34\Lib\test\test_distutils.py,Attributes=32800,FileSize=393,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:289]: File: C:\Python34\Lib\test\test_distutils.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:299]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:302]: Executing op: FileCopy(SourceName=C:\Config.Msi\5257e.rbf,,DestName=C:\Python34\Lib\test\sample_doctest_no_doctests.py,Attributes=32800,FileSize=284,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:304]: File: C:\Python34\Lib\test\sample_doctest_no_doctests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:313]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:314]: Executing op: FileCopy(SourceName=C:\Config.Msi\5257d.rbf,,DestName=C:\Python34\Lib\test\test_argparse.py,Attributes=32800,FileSize=169018,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:318]: File: C:\Python34\Lib\test\test_argparse.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:330]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:332]: Executing op: FileCopy(SourceName=C:\Config.Msi\5257c.rbf,,DestName=C:\Python34\Lib\test\future_test1.py,Attributes=32800,FileSize=240,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:335]: File: C:\Python34\Lib\test\future_test1.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:345]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:347]: Executing op: FileCopy(SourceName=C:\Config.Msi\5257b.rbf,,DestName=C:\Python34\Lib\test\test_structseq.py,Attributes=32800,FileSize=4172,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:348]: File: C:\Python34\Lib\test\test_structseq.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:362]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:364]: Executing op: FileCopy(SourceName=C:\Config.Msi\5257a.rbf,,DestName=C:\Python34\Lib\test\test_zipimport_support.py,Attributes=32800,FileSize=10950,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:366]: File: C:\Python34\Lib\test\test_zipimport_support.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:377]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:379]: Executing op: FileCopy(SourceName=C:\Config.Msi\52579.rbf,,DestName=C:\Python34\Lib\test\cmath_testcases.txt,Attributes=32800,FileSize=139447,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:381]: File: C:\Python34\Lib\test\cmath_testcases.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:390]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:392]: Executing op: FileCopy(SourceName=C:\Config.Msi\52578.rbf,,DestName=C:\Python34\Lib\test\test_kqueue.py,Attributes=32800,FileSize=7838,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:394]: File: C:\Python34\Lib\test\test_kqueue.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:401]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:403]: Executing op: FileCopy(SourceName=C:\Config.Msi\52577.rbf,,DestName=C:\Python34\Lib\test\test_enum.py,Attributes=32800,FileSize=58305,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:405]: File: C:\Python34\Lib\test\test_enum.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:412]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:414]: Executing op: FileCopy(SourceName=C:\Config.Msi\52576.rbf,,DestName=C:\Python34\Lib\test\sgml_input.html,Attributes=32800,FileSize=8506,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:416]: File: C:\Python34\Lib\test\sgml_input.html; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:426]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:428]: Executing op: FileCopy(SourceName=C:\Config.Msi\52575.rbf,,DestName=C:\Python34\Lib\test\test_wait3.py,Attributes=32800,FileSize=1195,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:430]: File: C:\Python34\Lib\test\test_wait3.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:438]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:440]: Executing op: FileCopy(SourceName=C:\Config.Msi\52574.rbf,,DestName=C:\Python34\Lib\test\test_support.py,Attributes=32800,FileSize=10609,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:441]: File: C:\Python34\Lib\test\test_support.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:449]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:451]: Executing op: FileCopy(SourceName=C:\Config.Msi\52573.rbf,,DestName=C:\Python34\Lib\test\Sine-1000Hz-300ms.aif,Attributes=32800,FileSize=61696,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:453]: File: C:\Python34\Lib\test\Sine-1000Hz-300ms.aif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:460]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:462]: Executing op: FileCopy(SourceName=C:\Config.Msi\52572.rbf,,DestName=C:\Python34\Lib\test\test_call.py,Attributes=32800,FileSize=3290,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:464]: File: C:\Python34\Lib\test\test_call.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:471]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:473]: Executing op: FileCopy(SourceName=C:\Config.Msi\52571.rbf,,DestName=C:\Python34\Lib\test\test_richcmp.py,Attributes=32800,FileSize=11427,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:475]: File: C:\Python34\Lib\test\test_richcmp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:483]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:485]: Executing op: FileCopy(SourceName=C:\Config.Msi\52570.rbf,,DestName=C:\Python34\Lib\test\test_tcl.py,Attributes=32800,FileSize=25599,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:487]: File: C:\Python34\Lib\test\test_tcl.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:497]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:499]: Executing op: FileCopy(SourceName=C:\Config.Msi\5256f.rbf,,DestName=C:\Python34\Lib\test\test_struct.py,Attributes=32800,FileSize=28218,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:503]: File: C:\Python34\Lib\test\test_struct.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:514]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:516]: Executing op: FileCopy(SourceName=C:\Config.Msi\5256e.rbf,,DestName=C:\Python34\Lib\test\test_modulefinder.py,Attributes=32800,FileSize=9273,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:519]: File: C:\Python34\Lib\test\test_modulefinder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:531]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:533]: Executing op: FileCopy(SourceName=C:\Config.Msi\5256d.rbf,,DestName=C:\Python34\Lib\test\test_smtpd.py,Attributes=32800,FileSize=23142,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:536]: File: C:\Python34\Lib\test\test_smtpd.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:547]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:549]: Executing op: FileCopy(SourceName=C:\Config.Msi\5256c.rbf,,DestName=C:\Python34\Lib\test\test_metaclass.py,Attributes=32800,FileSize=6615,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:552]: File: C:\Python34\Lib\test\test_metaclass.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:563]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:565]: Executing op: FileCopy(SourceName=C:\Config.Msi\5256b.rbf,,DestName=C:\Python34\Lib\test\test_tools.py,Attributes=32800,FileSize=13325,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:567]: File: C:\Python34\Lib\test\test_tools.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:576]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:579]: Executing op: FileCopy(SourceName=C:\Config.Msi\5256a.rbf,,DestName=C:\Python34\Lib\test\test_plistlib.py,Attributes=32800,FileSize=21538,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:581]: File: C:\Python34\Lib\test\test_plistlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:594]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:597]: Executing op: FileCopy(SourceName=C:\Config.Msi\52569.rbf,,DestName=C:\Python34\Lib\test\test_codecencodings_iso2022.py,Attributes=32800,FileSize=1509,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:601]: File: C:\Python34\Lib\test\test_codecencodings_iso2022.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:615]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:618]: Executing op: FileCopy(SourceName=C:\Config.Msi\52568.rbf,,DestName=C:\Python34\Lib\test\test_xmlrpc.py,Attributes=32800,FileSize=43480,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:622]: File: C:\Python34\Lib\test\test_xmlrpc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:638]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\52567.rbf,,DestName=C:\Python34\Lib\test\test___all__.py,Attributes=32800,FileSize=4264,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:644]: File: C:\Python34\Lib\test\test___all__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:656]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:658]: Executing op: FileCopy(SourceName=C:\Config.Msi\52566.rbf,,DestName=C:\Python34\Lib\test\test_codecmaps_jp.py,Attributes=32800,FileSize=1943,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:660]: File: C:\Python34\Lib\test\test_codecmaps_jp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:670]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:672]: Executing op: FileCopy(SourceName=C:\Config.Msi\52565.rbf,,DestName=C:\Python34\Lib\test\test_codecencodings_tw.py,Attributes=32800,FileSize=781,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:674]: File: C:\Python34\Lib\test\test_codecencodings_tw.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:682]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:685]: Executing op: FileCopy(SourceName=C:\Config.Msi\52564.rbf,,DestName=C:\Python34\Lib\test\test_traceback.py,Attributes=32800,FileSize=17363,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:687]: File: C:\Python34\Lib\test\test_traceback.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:695]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:696]: Executing op: FileCopy(SourceName=C:\Config.Msi\52563.rbf,,DestName=C:\Python34\Lib\test\test_xdrlib.py,Attributes=32800,FileSize=1654,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:698]: File: C:\Python34\Lib\test\test_xdrlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:708]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:710]: Executing op: FileCopy(SourceName=C:\Config.Msi\52562.rbf,,DestName=C:\Python34\Lib\test\test_bigmem.py,Attributes=32800,FileSize=46498,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:712]: File: C:\Python34\Lib\test\test_bigmem.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:721]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:723]: Executing op: FileCopy(SourceName=C:\Config.Msi\52561.rbf,,DestName=C:\Python34\Lib\test\test_doctest2.txt,Attributes=32800,FileSize=406,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:726]: File: C:\Python34\Lib\test\test_doctest2.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:734]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:736]: Executing op: FileCopy(SourceName=C:\Config.Msi\52560.rbf,,DestName=C:\Python34\Lib\test\test_code.py,Attributes=32800,FileSize=3796,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:738]: File: C:\Python34\Lib\test\test_code.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:749]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:752]: Executing op: FileCopy(SourceName=C:\Config.Msi\5255f.rbf,,DestName=C:\Python34\Lib\test\test_bz2.py,Attributes=32800,FileSize=33852,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:754]: File: C:\Python34\Lib\test\test_bz2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:763]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:765]: Executing op: FileCopy(SourceName=C:\Config.Msi\5255e.rbf,,DestName=C:\Python34\Lib\test\lock_tests.py,Attributes=32800,FileSize=28071,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:768]: File: C:\Python34\Lib\test\lock_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:779]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:781]: Executing op: FileCopy(SourceName=C:\Config.Msi\5255d.rbf,,DestName=C:\Python34\Lib\test\test_uuid.py,Attributes=32800,FileSize=22614,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:784]: File: C:\Python34\Lib\test\test_uuid.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:795]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:797]: Executing op: FileCopy(SourceName=C:\Config.Msi\5255c.rbf,,DestName=C:\Python34\Lib\test\test_gzip.py,Attributes=32800,FileSize=20700,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:799]: File: C:\Python34\Lib\test\test_gzip.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:807]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:810]: Executing op: FileCopy(SourceName=C:\Config.Msi\5255b.rbf,,DestName=C:\Python34\Lib\test\test_multiprocessing_forkserver.py,Attributes=32800,FileSize=187,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:812]: File: C:\Python34\Lib\test\test_multiprocessing_forkserver.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:824]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:826]: Executing op: FileCopy(SourceName=C:\Config.Msi\5255a.rbf,,DestName=C:\Python34\Lib\test\test_collections.py,Attributes=32800,FileSize=64645,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:828]: File: C:\Python34\Lib\test\test_collections.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:838]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:840]: Executing op: FileCopy(SourceName=C:\Config.Msi\52559.rbf,,DestName=C:\Python34\Lib\test\test_asynchat.py,Attributes=32800,FileSize=11494,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:843]: File: C:\Python34\Lib\test\test_asynchat.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:854]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:856]: Executing op: FileCopy(SourceName=C:\Config.Msi\52558.rbf,,DestName=C:\Python34\Lib\test\test_ioctl.py,Attributes=32800,FileSize=3376,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:858]: File: C:\Python34\Lib\test\test_ioctl.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:867]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:869]: Executing op: FileCopy(SourceName=C:\Config.Msi\52557.rbf,,DestName=C:\Python34\Lib\test\test_unary.py,Attributes=32800,FileSize=1810,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:871]: File: C:\Python34\Lib\test\test_unary.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:879]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:880]: Executing op: FileCopy(SourceName=C:\Config.Msi\52556.rbf,,DestName=C:\Python34\Lib\test\test_pep247.py,Attributes=32800,FileSize=2312,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:883]: File: C:\Python34\Lib\test\test_pep247.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:891]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:893]: Executing op: FileCopy(SourceName=C:\Config.Msi\52555.rbf,,DestName=C:\Python34\Lib\test\test_ttk_guionly.py,Attributes=32800,FileSize=884,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:895]: File: C:\Python34\Lib\test\test_ttk_guionly.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:904]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:905]: Executing op: FileCopy(SourceName=C:\Config.Msi\52554.rbf,,DestName=C:\Python34\Lib\test\test_future4.py,Attributes=32800,FileSize=111,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:907]: File: C:\Python34\Lib\test\test_future4.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:915]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:917]: Executing op: FileCopy(SourceName=C:\Config.Msi\52553.rbf,,DestName=C:\Python34\Lib\test\test_pow.py,Attributes=32800,FileSize=4722,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:919]: File: C:\Python34\Lib\test\test_pow.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:927]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:930]: Executing op: FileCopy(SourceName=C:\Config.Msi\52552.rbf,,DestName=C:\Python34\Lib\test\test_strptime.py,Attributes=32800,FileSize=27038,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:933]: File: C:\Python34\Lib\test\test_strptime.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:945]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:947]: Executing op: FileCopy(SourceName=C:\Config.Msi\52551.rbf,,DestName=C:\Python34\Lib\test\test_capi.py,Attributes=32800,FileSize=18913,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:952]: File: C:\Python34\Lib\test\test_capi.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:966]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:969]: Executing op: FileCopy(SourceName=C:\Config.Msi\52550.rbf,,DestName=C:\Python34\Lib\test\sample_doctest.py,Attributes=32800,FileSize=1117,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:971]: File: C:\Python34\Lib\test\sample_doctest.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:982]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:05:984]: Executing op: FileCopy(SourceName=C:\Config.Msi\5254f.rbf,,DestName=C:\Python34\Lib\test\test_wave.py,Attributes=32800,FileSize=4130,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:05:986]: File: C:\Python34\Lib\test\test_wave.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:05:998]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:000]: Executing op: FileCopy(SourceName=C:\Config.Msi\5254e.rbf,,DestName=C:\Python34\Lib\test\test_cgi.py,Attributes=32800,FileSize=18243,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:003]: File: C:\Python34\Lib\test\test_cgi.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:015]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:017]: Executing op: FileCopy(SourceName=C:\Config.Msi\5254d.rbf,,DestName=C:\Python34\Lib\test\keycert4.pem,Attributes=32800,FileSize=4130,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:020]: File: C:\Python34\Lib\test\keycert4.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:031]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:033]: Executing op: FileCopy(SourceName=C:\Config.Msi\5254c.rbf,,DestName=C:\Python34\Lib\test\pydoc_mod.py,Attributes=32800,FileSize=745,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:036]: File: C:\Python34\Lib\test\pydoc_mod.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:047]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:048]: Executing op: FileCopy(SourceName=C:\Config.Msi\5254b.rbf,,DestName=C:\Python34\Lib\test\test_userlist.py,Attributes=32800,FileSize=1961,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:051]: File: C:\Python34\Lib\test\test_userlist.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:063]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:065]: Executing op: FileCopy(SourceName=C:\Config.Msi\5254a.rbf,,DestName=C:\Python34\Lib\test\script_helper.py,Attributes=32800,FileSize=7080,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:068]: File: C:\Python34\Lib\test\script_helper.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:082]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:084]: Executing op: FileCopy(SourceName=C:\Config.Msi\52549.rbf,,DestName=C:\Python34\Lib\test\test_xml_etree.py,Attributes=32800,FileSize=100335,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:088]: File: C:\Python34\Lib\test\test_xml_etree.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:102]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:103]: Executing op: FileCopy(SourceName=C:\Config.Msi\52548.rbf,,DestName=C:\Python34\Lib\test\test__locale.py,Attributes=32800,FileSize=7225,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:105]: File: C:\Python34\Lib\test\test__locale.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:113]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:114]: Executing op: FileCopy(SourceName=C:\Config.Msi\52547.rbf,,DestName=C:\Python34\Lib\test\test_venv.py,Attributes=32800,FileSize=17027,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:118]: File: C:\Python34\Lib\test\test_venv.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:129]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:130]: Executing op: FileCopy(SourceName=C:\Config.Msi\52546.rbf,,DestName=C:\Python34\Lib\test\test_heapq.py,Attributes=32800,FileSize=14892,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:133]: File: C:\Python34\Lib\test\test_heapq.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:141]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:143]: Executing op: FileCopy(SourceName=C:\Config.Msi\52545.rbf,,DestName=C:\Python34\Lib\test\test_multiprocessing_main_handling.py,Attributes=32800,FileSize=11713,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:145]: File: C:\Python34\Lib\test\test_multiprocessing_main_handling.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:153]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:155]: Executing op: FileCopy(SourceName=C:\Config.Msi\52544.rbf,,DestName=C:\Python34\Lib\test\badsyntax_future4.py,Attributes=32800,FileSize=163,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:157]: File: C:\Python34\Lib\test\badsyntax_future4.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:165]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:168]: Executing op: FileCopy(SourceName=C:\Config.Msi\52543.rbf,,DestName=C:\Python34\Lib\test\test_httplib.py,Attributes=32800,FileSize=39275,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:171]: File: C:\Python34\Lib\test\test_httplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:180]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:182]: Executing op: FileCopy(SourceName=C:\Config.Msi\52542.rbf,,DestName=C:\Python34\Lib\test\test_exceptions.py,Attributes=32800,FileSize=35439,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:185]: File: C:\Python34\Lib\test\test_exceptions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:198]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:200]: Executing op: FileCopy(SourceName=C:\Config.Msi\52541.rbf,,DestName=C:\Python34\Lib\test\test_float.py,Attributes=32800,FileSize=60221,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:202]: File: C:\Python34\Lib\test\test_float.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:217]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:349]: Executing op: FileCopy(SourceName=C:\Config.Msi\52540.rbf,,DestName=C:\Python34\Lib\test\test_defaultdict.py,Attributes=32800,FileSize=6274,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:351]: File: C:\Python34\Lib\test\test_defaultdict.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:359]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:361]: Executing op: FileCopy(SourceName=C:\Config.Msi\5253f.rbf,,DestName=C:\Python34\Lib\test\zipdir.zip,Attributes=32800,FileSize=374,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:363]: File: C:\Python34\Lib\test\zipdir.zip; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:372]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:374]: Executing op: FileCopy(SourceName=C:\Config.Msi\5253e.rbf,,DestName=C:\Python34\Lib\test\badsyntax_pep3120.py,Attributes=32800,FileSize=15,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:377]: File: C:\Python34\Lib\test\badsyntax_pep3120.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:387]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:389]: Executing op: FileCopy(SourceName=C:\Config.Msi\5253d.rbf,,DestName=C:\Python34\Lib\test\test_curses.py,Attributes=32800,FileSize=12398,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:391]: File: C:\Python34\Lib\test\test_curses.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:408]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:410]: Executing op: FileCopy(SourceName=C:\Config.Msi\5253c.rbf,,DestName=C:\Python34\Lib\test\doctest_aliases.py,Attributes=32800,FileSize=253,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:413]: File: C:\Python34\Lib\test\doctest_aliases.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:433]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:469]: Executing op: FileCopy(SourceName=C:\Config.Msi\5253b.rbf,,DestName=C:\Python34\Lib\test\test_configparser.py,Attributes=32800,FileSize=72688,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:473]: File: C:\Python34\Lib\test\test_configparser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:486]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:488]: Executing op: FileCopy(SourceName=C:\Config.Msi\5253a.rbf,,DestName=C:\Python34\Lib\test\test_cgitb.py,Attributes=32800,FileSize=2621,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:490]: File: C:\Python34\Lib\test\test_cgitb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:501]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:502]: Executing op: FileCopy(SourceName=C:\Config.Msi\52539.rbf,,DestName=C:\Python34\Lib\test\__main__.py,Attributes=32800,FileSize=58,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:505]: File: C:\Python34\Lib\test\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:518]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:520]: Executing op: FileCopy(SourceName=C:\Config.Msi\52538.rbf,,DestName=C:\Python34\Lib\test\test_xml_etree_c.py,Attributes=32800,FileSize=3099,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:522]: File: C:\Python34\Lib\test\test_xml_etree_c.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:530]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:532]: Executing op: FileCopy(SourceName=C:\Config.Msi\52537.rbf,,DestName=C:\Python34\Lib\test\zip_cp437_header.zip,Attributes=32800,FileSize=270,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:535]: File: C:\Python34\Lib\test\zip_cp437_header.zip; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:543]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:545]: Executing op: FileCopy(SourceName=C:\Config.Msi\52536.rbf,,DestName=C:\Python34\Lib\test\fork_wait.py,Attributes=32800,FileSize=2229,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:546]: File: C:\Python34\Lib\test\fork_wait.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:554]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:556]: Executing op: FileCopy(SourceName=C:\Config.Msi\52535.rbf,,DestName=C:\Python34\Lib\test\test_difflib_expect.html,Attributes=32800,FileSize=103808,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:558]: File: C:\Python34\Lib\test\test_difflib_expect.html; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:565]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:567]: Executing op: FileCopy(SourceName=C:\Config.Msi\52534.rbf,,DestName=C:\Python34\Lib\test\test_timeout.py,Attributes=32800,FileSize=11682,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:569]: File: C:\Python34\Lib\test\test_timeout.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:576]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:578]: Executing op: FileCopy(SourceName=C:\Config.Msi\52533.rbf,,DestName=C:\Python34\Lib\test\test_pickletools.py,Attributes=32800,FileSize=668,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:580]: File: C:\Python34\Lib\test\test_pickletools.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:587]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:589]: Executing op: FileCopy(SourceName=C:\Config.Msi\52532.rbf,,DestName=C:\Python34\Lib\test\test_tarfile.py,Attributes=32800,FileSize=81561,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:591]: File: C:\Python34\Lib\test\test_tarfile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:599]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:600]: Executing op: FileCopy(SourceName=C:\Config.Msi\52531.rbf,,DestName=C:\Python34\Lib\test\pyclbr_input.py,Attributes=32800,FileSize=681,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:602]: File: C:\Python34\Lib\test\pyclbr_input.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:611]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:612]: Executing op: FileCopy(SourceName=C:\Config.Msi\52530.rbf,,DestName=C:\Python34\Lib\test\test_tokenize.py,Attributes=32800,FileSize=49590,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:614]: File: C:\Python34\Lib\test\test_tokenize.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:621]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:623]: Executing op: FileCopy(SourceName=C:\Config.Msi\5252f.rbf,,DestName=C:\Python34\Lib\test\test_sys.py,Attributes=32800,FileSize=39258,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:625]: File: C:\Python34\Lib\test\test_sys.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:632]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:634]: Executing op: FileCopy(SourceName=C:\Config.Msi\5252e.rbf,,DestName=C:\Python34\Lib\test\test_imghdr.py,Attributes=32800,FileSize=4544,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:636]: File: C:\Python34\Lib\test\test_imghdr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:643]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:645]: Executing op: FileCopy(SourceName=C:\Config.Msi\5252d.rbf,,DestName=C:\Python34\Lib\test\test_stringprep.py,Attributes=32800,FileSize=3289,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:646]: File: C:\Python34\Lib\test\test_stringprep.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:654]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:656]: Executing op: FileCopy(SourceName=C:\Config.Msi\5252c.rbf,,DestName=C:\Python34\Lib\test\warning_tests.py,Attributes=32800,FileSize=249,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:657]: File: C:\Python34\Lib\test\warning_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:665]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:667]: Executing op: FileCopy(SourceName=C:\Config.Msi\5252b.rbf,,DestName=C:\Python34\Lib\test\test_binop.py,Attributes=32800,FileSize=13038,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:668]: File: C:\Python34\Lib\test\test_binop.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:676]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:677]: Executing op: FileCopy(SourceName=C:\Config.Msi\5252a.rbf,,DestName=C:\Python34\Lib\test\test_doctest.txt,Attributes=32800,FileSize=317,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:679]: File: C:\Python34\Lib\test\test_doctest.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:687]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:688]: Executing op: FileCopy(SourceName=C:\Config.Msi\52529.rbf,,DestName=C:\Python34\Lib\test\test_zipimport.py,Attributes=32800,FileSize=18625,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:690]: File: C:\Python34\Lib\test\test_zipimport.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:697]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:699]: Executing op: FileCopy(SourceName=C:\Config.Msi\52528.rbf,,DestName=C:\Python34\Lib\test\test_pstats.py,Attributes=32800,FileSize=1340,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:700]: File: C:\Python34\Lib\test\test_pstats.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:708]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:709]: Executing op: FileCopy(SourceName=C:\Config.Msi\52527.rbf,,DestName=C:\Python34\Lib\test\mailcap.txt,Attributes=32800,FileSize=1310,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:711]: File: C:\Python34\Lib\test\mailcap.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:720]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:721]: Executing op: FileCopy(SourceName=C:\Config.Msi\52526.rbf,,DestName=C:\Python34\Lib\test\test_deque.py,Attributes=32800,FileSize=26408,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:723]: File: C:\Python34\Lib\test\test_deque.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:731]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:733]: Executing op: FileCopy(SourceName=C:\Config.Msi\52525.rbf,,DestName=C:\Python34\Lib\test\https_svn_python_org_root.pem,Attributes=32800,FileSize=2610,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:735]: File: C:\Python34\Lib\test\https_svn_python_org_root.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:742]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:744]: Executing op: FileCopy(SourceName=C:\Config.Msi\52524.rbf,,DestName=C:\Python34\Lib\test\test_dbm_dumb.py,Attributes=32800,FileSize=7117,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:745]: File: C:\Python34\Lib\test\test_dbm_dumb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:758]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:760]: Executing op: FileCopy(SourceName=C:\Config.Msi\52523.rbf,,DestName=C:\Python34\Lib\test\test_enumerate.py,Attributes=32800,FileSize=8344,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:762]: File: C:\Python34\Lib\test\test_enumerate.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:772]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:773]: Executing op: FileCopy(SourceName=C:\Config.Msi\52522.rbf,,DestName=C:\Python34\Lib\test\test_dbm.py,Attributes=32800,FileSize=5842,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:775]: File: C:\Python34\Lib\test\test_dbm.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:787]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:789]: Executing op: FileCopy(SourceName=C:\Config.Msi\52521.rbf,,DestName=C:\Python34\Lib\test\test_base64.py,Attributes=32800,FileSize=30262,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:790]: File: C:\Python34\Lib\test\test_base64.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:799]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:800]: Executing op: FileCopy(SourceName=C:\Config.Msi\52520.rbf,,DestName=C:\Python34\Lib\test\test_msilib.py,Attributes=32800,FileSize=1514,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:803]: File: C:\Python34\Lib\test\test_msilib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:815]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:817]: Executing op: FileCopy(SourceName=C:\Config.Msi\5251f.rbf,,DestName=C:\Python34\Lib\test\test_signal.py,Attributes=32800,FileSize=34810,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:820]: File: C:\Python34\Lib\test\test_signal.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:832]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:834]: Executing op: FileCopy(SourceName=C:\Config.Msi\5251e.rbf,,DestName=C:\Python34\Lib\test\test_hash.py,Attributes=32800,FileSize=12055,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:836]: File: C:\Python34\Lib\test\test_hash.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:845]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:847]: Executing op: FileCopy(SourceName=C:\Config.Msi\5251d.rbf,,DestName=C:\Python34\Lib\test\test_decorators.py,Attributes=32800,FileSize=10137,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:850]: File: C:\Python34\Lib\test\test_decorators.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:861]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:865]: Executing op: FileCopy(SourceName=C:\Config.Msi\5251c.rbf,,DestName=C:\Python34\Lib\test\test_devpoll.py,Attributes=32800,FileSize=4783,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:868]: File: C:\Python34\Lib\test\test_devpoll.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:884]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:886]: Executing op: FileCopy(SourceName=C:\Config.Msi\5251b.rbf,,DestName=C:\Python34\Lib\test\test_types.py,Attributes=32800,FileSize=44387,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:889]: File: C:\Python34\Lib\test\test_types.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:904]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:906]: Executing op: FileCopy(SourceName=C:\Config.Msi\5251a.rbf,,DestName=C:\Python34\Lib\test\test_asyncore.py,Attributes=32800,FileSize=28266,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:908]: File: C:\Python34\Lib\test\test_asyncore.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:918]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:919]: Executing op: FileCopy(SourceName=C:\Config.Msi\52519.rbf,,DestName=C:\Python34\Lib\test\test_xmlrpc_net.py,Attributes=32800,FileSize=1022,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:922]: File: C:\Python34\Lib\test\test_xmlrpc_net.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:934]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:935]: Executing op: FileCopy(SourceName=C:\Config.Msi\52518.rbf,,DestName=C:\Python34\Lib\test\test_lzma.py,Attributes=32800,FileSize=74237,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:937]: File: C:\Python34\Lib\test\test_lzma.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:945]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:946]: Executing op: FileCopy(SourceName=C:\Config.Msi\52517.rbf,,DestName=C:\Python34\Lib\test\test_eof.py,Attributes=32800,FileSize=886,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:949]: File: C:\Python34\Lib\test\test_eof.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:959]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:961]: Executing op: FileCopy(SourceName=C:\Config.Msi\52516.rbf,,DestName=C:\Python34\Lib\test\test_string.py,Attributes=32800,FileSize=7184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:963]: File: C:\Python34\Lib\test\test_string.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:972]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:973]: Executing op: FileCopy(SourceName=C:\Config.Msi\52515.rbf,,DestName=C:\Python34\Lib\test\test_rlcompleter.py,Attributes=32800,FileSize=2882,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:975]: File: C:\Python34\Lib\test\test_rlcompleter.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:06:984]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:06:986]: Executing op: FileCopy(SourceName=C:\Config.Msi\52514.rbf,,DestName=C:\Python34\Lib\test\test_charmapcodec.py,Attributes=32800,FileSize=1850,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:06:989]: File: C:\Python34\Lib\test\test_charmapcodec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:004]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:006]: Executing op: FileCopy(SourceName=C:\Config.Msi\52513.rbf,,DestName=C:\Python34\Lib\test\test_pep3151.py,Attributes=32800,FileSize=7692,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:009]: File: C:\Python34\Lib\test\test_pep3151.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:020]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:022]: Executing op: FileCopy(SourceName=C:\Config.Msi\52512.rbf,,DestName=C:\Python34\Lib\test\_test_multiprocessing.py,Attributes=32800,FileSize=124102,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:025]: File: C:\Python34\Lib\test\_test_multiprocessing.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:038]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:040]: Executing op: FileCopy(SourceName=C:\Config.Msi\52511.rbf,,DestName=C:\Python34\Lib\test\test_fork1.py,Attributes=32800,FileSize=3894,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:043]: File: C:\Python34\Lib\test\test_fork1.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:056]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:058]: Executing op: FileCopy(SourceName=C:\Config.Msi\52510.rbf,,DestName=C:\Python34\Lib\test\test_macurl2path.py,Attributes=32800,FileSize=1870,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:061]: File: C:\Python34\Lib\test\test_macurl2path.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:071]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:073]: Executing op: FileCopy(SourceName=C:\Config.Msi\5250f.rbf,,DestName=C:\Python34\Lib\test\test_imp.py,Attributes=32800,FileSize=20328,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:075]: File: C:\Python34\Lib\test\test_imp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:085]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:086]: Executing op: FileCopy(SourceName=C:\Config.Msi\5250e.rbf,,DestName=C:\Python34\Lib\test\test_univnewlines.py,Attributes=32800,FileSize=4045,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:089]: File: C:\Python34\Lib\test\test_univnewlines.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:099]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:101]: Executing op: FileCopy(SourceName=C:\Config.Msi\5250d.rbf,,DestName=C:\Python34\Lib\test\test_time.py,Attributes=32800,FileSize=31451,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:103]: File: C:\Python34\Lib\test\test_time.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:116]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:118]: Executing op: FileCopy(SourceName=C:\Config.Msi\5250c.rbf,,DestName=C:\Python34\Lib\test\test_tk.py,Attributes=32800,FileSize=476,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:119]: File: C:\Python34\Lib\test\test_tk.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:127]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:129]: Executing op: FileCopy(SourceName=C:\Config.Msi\5250b.rbf,,DestName=C:\Python34\Lib\test\test_cmd_line.py,Attributes=32800,FileSize=19719,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:131]: File: C:\Python34\Lib\test\test_cmd_line.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:139]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:142]: Executing op: FileCopy(SourceName=C:\Config.Msi\5250a.rbf,,DestName=C:\Python34\Lib\test\test_gdb.py,Attributes=32800,FileSize=36630,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:145]: File: C:\Python34\Lib\test\test_gdb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:158]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:161]: Executing op: FileCopy(SourceName=C:\Config.Msi\52509.rbf,,DestName=C:\Python34\Lib\test\test_codecencodings_jp.py,Attributes=32800,FileSize=5111,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:163]: File: C:\Python34\Lib\test\test_codecencodings_jp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:177]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:179]: Executing op: FileCopy(SourceName=C:\Config.Msi\52508.rbf,,DestName=C:\Python34\Lib\test\test_stat.py,Attributes=32800,FileSize=7199,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:187]: File: C:\Python34\Lib\test\test_stat.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:205]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:211]: Executing op: FileCopy(SourceName=C:\Config.Msi\52507.rbf,,DestName=C:\Python34\Lib\test\test_runpy.py,Attributes=32800,FileSize=30019,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:214]: File: C:\Python34\Lib\test\test_runpy.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:227]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:228]: Executing op: FileCopy(SourceName=C:\Config.Msi\52506.rbf,,DestName=C:\Python34\Lib\test\badcert.pem,Attributes=32800,FileSize=1964,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:231]: File: C:\Python34\Lib\test\badcert.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:241]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:243]: Executing op: FileCopy(SourceName=C:\Config.Msi\52505.rbf,,DestName=C:\Python34\Lib\test\test_datetime.py,Attributes=32800,FileSize=1902,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:245]: File: C:\Python34\Lib\test\test_datetime.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:254]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:256]: Executing op: FileCopy(SourceName=C:\Config.Msi\52504.rbf,,DestName=C:\Python34\Lib\test\test_zipfile64.py,Attributes=32800,FileSize=4392,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:257]: File: C:\Python34\Lib\test\test_zipfile64.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:270]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:272]: Executing op: FileCopy(SourceName=C:\Config.Msi\52503.rbf,,DestName=C:\Python34\Lib\test\test_iter.py,Attributes=32800,FileSize=30114,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:275]: File: C:\Python34\Lib\test\test_iter.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:287]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:288]: Executing op: FileCopy(SourceName=C:\Config.Msi\52502.rbf,,DestName=C:\Python34\Lib\test\test_winreg.py,Attributes=32800,FileSize=21498,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:291]: File: C:\Python34\Lib\test\test_winreg.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:300]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:301]: Executing op: FileCopy(SourceName=C:\Config.Msi\52501.rbf,,DestName=C:\Python34\Lib\test\test_zipfile.py,Attributes=32800,FileSize=72224,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:303]: File: C:\Python34\Lib\test\test_zipfile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:310]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:312]: Executing op: FileCopy(SourceName=C:\Config.Msi\52500.rbf,,DestName=C:\Python34\Lib\test\test_generators.py,Attributes=32800,FileSize=52850,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:313]: File: C:\Python34\Lib\test\test_generators.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:321]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:323]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ff.rbf,,DestName=C:\Python34\Lib\test\test_list.py,Attributes=32800,FileSize=4347,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:325]: File: C:\Python34\Lib\test\test_list.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:337]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:339]: Executing op: FileCopy(SourceName=C:\Config.Msi\524fe.rbf,,DestName=C:\Python34\Lib\test\test_cmd.py,Attributes=32800,FileSize=6503,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:340]: File: C:\Python34\Lib\test\test_cmd.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:348]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:350]: Executing op: FileCopy(SourceName=C:\Config.Msi\524fd.rbf,,DestName=C:\Python34\Lib\test\inspect_fodder.py,Attributes=32800,FileSize=912,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:352]: File: C:\Python34\Lib\test\inspect_fodder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:360]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:362]: Executing op: FileCopy(SourceName=C:\Config.Msi\524fc.rbf,,DestName=C:\Python34\Lib\test\test_hashlib.py,Attributes=32800,FileSize=22607,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:364]: File: C:\Python34\Lib\test\test_hashlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:373]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:374]: Executing op: FileCopy(SourceName=C:\Config.Msi\524fb.rbf,,DestName=C:\Python34\Lib\test\test_multibytecodec.py,Attributes=32800,FileSize=10240,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:376]: File: C:\Python34\Lib\test\test_multibytecodec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:386]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:387]: Executing op: FileCopy(SourceName=C:\Config.Msi\524fa.rbf,,DestName=C:\Python34\Lib\test\test_sys_setprofile.py,Attributes=32800,FileSize=11741,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:389]: File: C:\Python34\Lib\test\test_sys_setprofile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:397]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:399]: Executing op: FileCopy(SourceName=C:\Config.Msi\524f9.rbf,,DestName=C:\Python34\Lib\test\test_sort.py,Attributes=32800,FileSize=9449,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:401]: File: C:\Python34\Lib\test\test_sort.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:408]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:410]: Executing op: FileCopy(SourceName=C:\Config.Msi\524f8.rbf,,DestName=C:\Python34\Lib\test\test_pdb.py,Attributes=32800,FileSize=34495,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:412]: File: C:\Python34\Lib\test\test_pdb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:422]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:424]: Executing op: FileCopy(SourceName=C:\Config.Msi\524f7.rbf,,DestName=C:\Python34\Lib\test\test_genexps.py,Attributes=32800,FileSize=7571,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:426]: File: C:\Python34\Lib\test\test_genexps.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:435]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:437]: Executing op: FileCopy(SourceName=C:\Config.Msi\524f6.rbf,,DestName=C:\Python34\Lib\test\test_future5.py,Attributes=32800,FileSize=531,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:438]: File: C:\Python34\Lib\test\test_future5.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:446]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:448]: Executing op: FileCopy(SourceName=C:\Config.Msi\524f5.rbf,,DestName=C:\Python34\Lib\test\mapping_tests.py,Attributes=32800,FileSize=22673,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:449]: File: C:\Python34\Lib\test\mapping_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:460]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:461]: Executing op: FileCopy(SourceName=C:\Config.Msi\524f4.rbf,,DestName=C:\Python34\Lib\test\test_buffer.py,Attributes=32800,FileSize=163047,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:463]: File: C:\Python34\Lib\test\test_buffer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:473]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:475]: Executing op: FileCopy(SourceName=C:\Config.Msi\524f3.rbf,,DestName=C:\Python34\Lib\test\test_platform.py,Attributes=32800,FileSize=12733,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:477]: File: C:\Python34\Lib\test\test_platform.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:484]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:486]: Executing op: FileCopy(SourceName=C:\Config.Msi\524f2.rbf,,DestName=C:\Python34\Lib\test\test_robotparser.py,Attributes=32800,FileSize=7849,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:488]: File: C:\Python34\Lib\test\test_robotparser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:499]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:501]: Executing op: FileCopy(SourceName=C:\Config.Msi\524f1.rbf,,DestName=C:\Python34\Lib\test\revocation.crl,Attributes=32800,FileSize=636,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:504]: File: C:\Python34\Lib\test\revocation.crl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:521]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:523]: Executing op: FileCopy(SourceName=C:\Config.Msi\524f0.rbf,,DestName=C:\Python34\Lib\test\inspect_fodder2.py,Attributes=32800,FileSize=1530,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:526]: File: C:\Python34\Lib\test\inspect_fodder2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:538]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:540]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ef.rbf,,DestName=C:\Python34\Lib\test\ssl_cert.pem,Attributes=32800,FileSize=882,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:543]: File: C:\Python34\Lib\test\ssl_cert.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:556]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:558]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ee.rbf,,DestName=C:\Python34\Lib\test\test_pickle.py,Attributes=32800,FileSize=4678,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:561]: File: C:\Python34\Lib\test\test_pickle.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:572]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:574]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ed.rbf,,DestName=C:\Python34\Lib\test\time_hashlib.py,Attributes=32800,FileSize=2974,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:577]: File: C:\Python34\Lib\test\time_hashlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:586]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:587]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ec.rbf,,DestName=C:\Python34\Lib\test\test_contains.py,Attributes=32800,FileSize=2734,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:590]: File: C:\Python34\Lib\test\test_contains.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:600]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:602]: Executing op: FileCopy(SourceName=C:\Config.Msi\524eb.rbf,,DestName=C:\Python34\Lib\test\test_urlparse.py,Attributes=32800,FileSize=44954,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:604]: File: C:\Python34\Lib\test\test_urlparse.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:615]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:632]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ea.rbf,,DestName=C:\Python34\Lib\test\pydocfodder.py,Attributes=32800,FileSize=6548,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:635]: File: C:\Python34\Lib\test\pydocfodder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:648]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:650]: Executing op: FileCopy(SourceName=C:\Config.Msi\524e9.rbf,,DestName=C:\Python34\Lib\test\test_urllib.py,Attributes=32800,FileSize=62123,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:654]: File: C:\Python34\Lib\test\test_urllib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:686]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:696]: Executing op: FileCopy(SourceName=C:\Config.Msi\524e8.rbf,,DestName=C:\Python34\Lib\test\test_codecencodings_kr.py,Attributes=32800,FileSize=3175,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:700]: File: C:\Python34\Lib\test\test_codecencodings_kr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:713]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:717]: Executing op: FileCopy(SourceName=C:\Config.Msi\524e7.rbf,,DestName=C:\Python34\Lib\test\test_codecencodings_cn.py,Attributes=32800,FileSize=3553,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:723]: File: C:\Python34\Lib\test\test_codecencodings_cn.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:737]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:740]: Executing op: FileCopy(SourceName=C:\Config.Msi\524e6.rbf,,DestName=C:\Python34\Lib\test\test_descrtut.py,Attributes=32800,FileSize=12263,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:743]: File: C:\Python34\Lib\test\test_descrtut.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:755]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:757]: Executing op: FileCopy(SourceName=C:\Config.Msi\524e5.rbf,,DestName=C:\Python34\Lib\test\test_copyreg.py,Attributes=32800,FileSize=4338,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:759]: File: C:\Python34\Lib\test\test_copyreg.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:770]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:772]: Executing op: FileCopy(SourceName=C:\Config.Msi\524e4.rbf,,DestName=C:\Python34\Lib\test\test_lib2to3.py,Attributes=32800,FileSize=659,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:775]: File: C:\Python34\Lib\test\test_lib2to3.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:787]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:790]: Executing op: FileCopy(SourceName=C:\Config.Msi\524e3.rbf,,DestName=C:\Python34\Lib\test\test_telnetlib.py,Attributes=32800,FileSize=13382,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:793]: File: C:\Python34\Lib\test\test_telnetlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:805]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:807]: Executing op: FileCopy(SourceName=C:\Config.Msi\524e2.rbf,,DestName=C:\Python34\Lib\test\test_timeit.py,Attributes=32800,FileSize=11391,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:809]: File: C:\Python34\Lib\test\test_timeit.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:820]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:822]: Executing op: FileCopy(SourceName=C:\Config.Msi\524e1.rbf,,DestName=C:\Python34\Lib\test\empty.vbs,Attributes=32800,FileSize=70,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:825]: File: C:\Python34\Lib\test\empty.vbs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:837]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:840]: Executing op: FileCopy(SourceName=C:\Config.Msi\524e0.rbf,,DestName=C:\Python34\Lib\test\test_extcall.py,Attributes=32800,FileSize=9199,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:842]: File: C:\Python34\Lib\test\test_extcall.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:856]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:857]: Executing op: FileCopy(SourceName=C:\Config.Msi\524df.rbf,,DestName=C:\Python34\Lib\test\test_int.py,Attributes=32800,FileSize=17596,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:860]: File: C:\Python34\Lib\test\test_int.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:872]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:873]: Executing op: FileCopy(SourceName=C:\Config.Msi\524de.rbf,,DestName=C:\Python34\Lib\test\keycert.pem,Attributes=32800,FileSize=1814,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:876]: File: C:\Python34\Lib\test\keycert.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:887]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:889]: Executing op: FileCopy(SourceName=C:\Config.Msi\524dd.rbf,,DestName=C:\Python34\Lib\test\test_httpservers.py,Attributes=32800,FileSize=29167,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:891]: File: C:\Python34\Lib\test\test_httpservers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:902]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:904]: Executing op: FileCopy(SourceName=C:\Config.Msi\524dc.rbf,,DestName=C:\Python34\Lib\test\dis_module.py,Attributes=32800,FileSize=81,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:906]: File: C:\Python34\Lib\test\dis_module.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:914]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:915]: Executing op: FileCopy(SourceName=C:\Config.Msi\524db.rbf,,DestName=C:\Python34\Lib\test\test_urllib_response.py,Attributes=32800,FileSize=1787,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:917]: File: C:\Python34\Lib\test\test_urllib_response.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:926]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:928]: Executing op: FileCopy(SourceName=C:\Config.Msi\524da.rbf,,DestName=C:\Python34\Lib\test\test_ctypes.py,Attributes=32800,FileSize=106,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:930]: File: C:\Python34\Lib\test\test_ctypes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:937]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:939]: Executing op: FileCopy(SourceName=C:\Config.Msi\524d9.rbf,,DestName=C:\Python34\Lib\test\test_strlit.py,Attributes=32800,FileSize=8426,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:941]: File: C:\Python34\Lib\test\test_strlit.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:951]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:953]: Executing op: FileCopy(SourceName=C:\Config.Msi\524d8.rbf,,DestName=C:\Python34\Lib\test\test_logging.py,Attributes=32800,FileSize=150098,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:956]: File: C:\Python34\Lib\test\test_logging.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:07:969]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:07:971]: Executing op: FileCopy(SourceName=C:\Config.Msi\524d7.rbf,,DestName=C:\Python34\Lib\test\test_multiprocessing_fork.py,Attributes=32800,FileSize=181,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:07:974]: File: C:\Python34\Lib\test\test_multiprocessing_fork.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:003]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:024]: Executing op: FileCopy(SourceName=C:\Config.Msi\524d6.rbf,,DestName=C:\Python34\Lib\test\badsyntax_future5.py,Attributes=32800,FileSize=196,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:027]: File: C:\Python34\Lib\test\badsyntax_future5.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:040]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:041]: Executing op: FileCopy(SourceName=C:\Config.Msi\524d5.rbf,,DestName=C:\Python34\Lib\test\test_threaded_import.py,Attributes=32800,FileSize=8581,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:043]: File: C:\Python34\Lib\test\test_threaded_import.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:055]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:058]: Executing op: FileCopy(SourceName=C:\Config.Msi\524d4.rbf,,DestName=C:\Python34\Lib\test\test_sunau.py,Attributes=32800,FileSize=4785,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:061]: File: C:\Python34\Lib\test\test_sunau.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:074]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:076]: Executing op: FileCopy(SourceName=C:\Config.Msi\524d3.rbf,,DestName=C:\Python34\Lib\test\test_fileio.py,Attributes=32800,FileSize=15940,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:078]: File: C:\Python34\Lib\test\test_fileio.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:088]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:090]: Executing op: FileCopy(SourceName=C:\Config.Msi\524d2.rbf,,DestName=C:\Python34\Lib\test\test_pkgimport.py,Attributes=32800,FileSize=2871,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:092]: File: C:\Python34\Lib\test\test_pkgimport.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:104]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:105]: Executing op: FileCopy(SourceName=C:\Config.Msi\524d1.rbf,,DestName=C:\Python34\Lib\test\test_nis.py,Attributes=32800,FileSize=1259,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:108]: File: C:\Python34\Lib\test\test_nis.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:118]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:120]: Executing op: FileCopy(SourceName=C:\Config.Msi\524d0.rbf,,DestName=C:\Python34\Lib\test\check_soundcard.vbs,Attributes=32800,FileSize=424,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:123]: File: C:\Python34\Lib\test\check_soundcard.vbs; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:134]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:136]: Executing op: FileCopy(SourceName=C:\Config.Msi\524cf.rbf,,DestName=C:\Python34\Lib\test\test_pep3131.py,Attributes=32800,FileSize=1012,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:139]: File: C:\Python34\Lib\test\test_pep3131.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:148]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:151]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ce.rbf,,DestName=C:\Python34\Lib\test\badsyntax_future10.py,Attributes=32800,FileSize=98,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:157]: File: C:\Python34\Lib\test\badsyntax_future10.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:180]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:182]: Executing op: FileCopy(SourceName=C:\Config.Msi\524cd.rbf,,DestName=C:\Python34\Lib\test\test_idle.py,Attributes=32800,FileSize=637,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:185]: File: C:\Python34\Lib\test\test_idle.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:197]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:200]: Executing op: FileCopy(SourceName=C:\Config.Msi\524cc.rbf,,DestName=C:\Python34\Lib\test\test_zlib.py,Attributes=32800,FileSize=27491,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:205]: File: C:\Python34\Lib\test\test_zlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:219]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:221]: Executing op: FileCopy(SourceName=C:\Config.Msi\524cb.rbf,,DestName=C:\Python34\Lib\test\profilee.py,Attributes=32800,FileSize=3156,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:224]: File: C:\Python34\Lib\test\profilee.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:235]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:237]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ca.rbf,,DestName=C:\Python34\Lib\test\sortperf.py,Attributes=32800,FileSize=4974,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:239]: File: C:\Python34\Lib\test\sortperf.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:252]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:253]: Executing op: FileCopy(SourceName=C:\Config.Msi\524c9.rbf,,DestName=C:\Python34\Lib\test\keycert3.pem,Attributes=32800,FileSize=4123,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:256]: File: C:\Python34\Lib\test\keycert3.pem; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:268]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:270]: Executing op: FileCopy(SourceName=C:\Config.Msi\524c8.rbf,,DestName=C:\Python34\Lib\test\list_tests.py,Attributes=32800,FileSize=18261,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:272]: File: C:\Python34\Lib\test\list_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:282]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:284]: Executing op: FileCopy(SourceName=C:\Config.Msi\524c7.rbf,,DestName=C:\Python34\Lib\test\audiotest.au,Attributes=32800,FileSize=28144,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:286]: File: C:\Python34\Lib\test\audiotest.au; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:298]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:300]: Executing op: FileCopy(SourceName=C:\Config.Msi\524c6.rbf,,DestName=C:\Python34\Lib\test\test_tracemalloc.py,Attributes=32800,FileSize=31502,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:302]: File: C:\Python34\Lib\test\test_tracemalloc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:357]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:374]: Executing op: FileCopy(SourceName=C:\Config.Msi\524c5.rbf,,DestName=C:\Python34\Lib\test\test_format.py,Attributes=32800,FileSize=17581,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:376]: File: C:\Python34\Lib\test\test_format.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:388]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:389]: Executing op: FileCopy(SourceName=C:\Config.Msi\524c4.rbf,,DestName=C:\Python34\Lib\test\test_print.py,Attributes=32800,FileSize=4390,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:392]: File: C:\Python34\Lib\test\test_print.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:403]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:405]: Executing op: FileCopy(SourceName=C:\Config.Msi\524c3.rbf,,DestName=C:\Python34\Lib\test\test_startfile.py,Attributes=32800,FileSize=1277,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:407]: File: C:\Python34\Lib\test\test_startfile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:418]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:420]: Executing op: FileCopy(SourceName=C:\Config.Msi\524c2.rbf,,DestName=C:\Python34\Lib\test\test_bool.py,Attributes=32800,FileSize=12437,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:423]: File: C:\Python34\Lib\test\test_bool.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:435]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:437]: Executing op: FileCopy(SourceName=C:\Config.Msi\524c1.rbf,,DestName=C:\Python34\Lib\test\test_getopt.py,Attributes=32800,FileSize=7155,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:439]: File: C:\Python34\Lib\test\test_getopt.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:447]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:449]: Executing op: FileCopy(SourceName=C:\Config.Msi\524c0.rbf,,DestName=C:\Python34\Lib\test\test_htmlparser.py,Attributes=32800,FileSize=35210,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:451]: File: C:\Python34\Lib\test\test_htmlparser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:462]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:464]: Executing op: FileCopy(SourceName=C:\Config.Msi\524bf.rbf,,DestName=C:\Python34\Lib\test\test_grammar.py,Attributes=32800,FileSize=35290,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:467]: File: C:\Python34\Lib\test\test_grammar.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:484]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:488]: Executing op: FileCopy(SourceName=C:\Config.Msi\524be.rbf,,DestName=C:\Python34\Lib\test\test_pwd.py,Attributes=32800,FileSize=4343,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:525]: File: C:\Python34\Lib\test\test_pwd.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:562]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:563]: Executing op: FileCopy(SourceName=C:\Config.Msi\524bd.rbf,,DestName=C:\Python34\Lib\test\test_webbrowser.py,Attributes=32800,FileSize=5978,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:566]: File: C:\Python34\Lib\test\test_webbrowser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:576]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:578]: Executing op: FileCopy(SourceName=C:\Config.Msi\524bc.rbf,,DestName=C:\Python34\Lib\test\test_socketserver.py,Attributes=32800,FileSize=10665,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:580]: File: C:\Python34\Lib\test\test_socketserver.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:592]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:593]: Executing op: FileCopy(SourceName=C:\Config.Msi\524bb.rbf,,DestName=C:\Python34\Lib\test\test_codecs.py,Attributes=32800,FileSize=114384,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:596]: File: C:\Python34\Lib\test\test_codecs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:606]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:608]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ba.rbf,,DestName=C:\Python34\Lib\test\test_subprocess.py,Attributes=32800,FileSize=107521,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:610]: File: C:\Python34\Lib\test\test_subprocess.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:621]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:622]: Executing op: FileCopy(SourceName=C:\Config.Msi\524b9.rbf,,DestName=C:\Python34\Lib\test\outstanding_bugs.py,Attributes=32800,FileSize=388,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:627]: File: C:\Python34\Lib\test\outstanding_bugs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:639]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\524b8.rbf,,DestName=C:\Python34\Lib\test\test_normalization.py,Attributes=32800,FileSize=3330,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:643]: File: C:\Python34\Lib\test\test_normalization.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:655]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:658]: Executing op: FileCopy(SourceName=C:\Config.Msi\524b7.rbf,,DestName=C:\Python34\Lib\test\test_pty.py,Attributes=32800,FileSize=11588,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:661]: File: C:\Python34\Lib\test\test_pty.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:673]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:675]: Executing op: FileCopy(SourceName=C:\Config.Msi\524b6.rbf,,DestName=C:\Python34\Lib\test\test_epoll.py,Attributes=32800,FileSize=9141,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:677]: File: C:\Python34\Lib\test\test_epoll.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:689]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:691]: Executing op: FileCopy(SourceName=C:\Config.Msi\524b5.rbf,,DestName=C:\Python34\Lib\test\test_codecmaps_tw.py,Attributes=32800,FileSize=861,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:693]: File: C:\Python34\Lib\test\test_codecmaps_tw.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:704]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:706]: Executing op: FileCopy(SourceName=C:\Config.Msi\524b4.rbf,,DestName=C:\Python34\Lib\test\test_resource.py,Attributes=32800,FileSize=6779,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:709]: File: C:\Python34\Lib\test\test_resource.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:720]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:722]: Executing op: FileCopy(SourceName=C:\Config.Msi\524b3.rbf,,DestName=C:\Python34\Lib\test\test_tuple.py,Attributes=32800,FileSize=7149,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:724]: File: C:\Python34\Lib\test\test_tuple.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:735]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:737]: Executing op: FileCopy(SourceName=C:\Config.Msi\524b2.rbf,,DestName=C:\Python34\Lib\test\test_strftime.py,Attributes=32800,FileSize=7806,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:738]: File: C:\Python34\Lib\test\test_strftime.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:745]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:747]: Executing op: FileCopy(SourceName=C:\Config.Msi\524b1.rbf,,DestName=C:\Python34\Lib\test\test_compileall.py,Attributes=32800,FileSize=16658,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:749]: File: C:\Python34\Lib\test\test_compileall.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:758]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:761]: Executing op: FileCopy(SourceName=C:\Config.Msi\524b0.rbf,,DestName=C:\Python34\Lib\test\test___future__.py,Attributes=32800,FileSize=2562,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:762]: File: C:\Python34\Lib\test\test___future__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:786]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:787]: Executing op: FileCopy(SourceName=C:\Config.Msi\524af.rbf,,DestName=C:\Python34\Lib\test\badsyntax_future8.py,Attributes=32800,FileSize=132,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:790]: File: C:\Python34\Lib\test\badsyntax_future8.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:808]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:811]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ae.rbf,,DestName=C:\Python34\Lib\test\badsyntax_future3.py,Attributes=32800,FileSize=182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:818]: File: C:\Python34\Lib\test\badsyntax_future3.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:829]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:831]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ad.rbf,,DestName=C:\Python34\Lib\test\test_ttk_textonly.py,Attributes=32800,FileSize=422,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:834]: File: C:\Python34\Lib\test\test_ttk_textonly.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:845]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:846]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ac.rbf,,DestName=C:\Python34\Lib\test\test_parser.py,Attributes=32800,FileSize=26859,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:848]: File: C:\Python34\Lib\test\test_parser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:856]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:858]: Executing op: FileCopy(SourceName=C:\Config.Msi\524ab.rbf,,DestName=C:\Python34\Lib\test\test_codecencodings_hk.py,Attributes=32800,FileSize=801,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:860]: File: C:\Python34\Lib\test\test_codecencodings_hk.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:871]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:873]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\macholib\) MSI (s) (9C:5C) [21:26:08:874]: Executing op: FileCopy(SourceName=C:\Config.Msi\524aa.rbf,,DestName=C:\Python34\Lib\ctypes\macholib\fetch_macholib.bat,Attributes=32800,FileSize=75,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:876]: File: C:\Python34\Lib\ctypes\macholib\fetch_macholib.bat; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:884]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:886]: Executing op: FileCopy(SourceName=C:\Config.Msi\524a9.rbf,,DestName=C:\Python34\Lib\ctypes\macholib\dylib.py,Attributes=32800,FileSize=1891,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:889]: File: C:\Python34\Lib\ctypes\macholib\dylib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:900]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:901]: Executing op: FileCopy(SourceName=C:\Config.Msi\524a8.rbf,,DestName=C:\Python34\Lib\ctypes\macholib\framework.py,Attributes=32800,FileSize=2266,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:904]: File: C:\Python34\Lib\ctypes\macholib\framework.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:920]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:922]: Executing op: FileCopy(SourceName=C:\Config.Msi\524a7.rbf,,DestName=C:\Python34\Lib\ctypes\macholib\dyld.py,Attributes=32800,FileSize=5065,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:925]: File: C:\Python34\Lib\ctypes\macholib\dyld.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:938]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:940]: Executing op: FileCopy(SourceName=C:\Config.Msi\524a6.rbf,,DestName=C:\Python34\Lib\ctypes\macholib\__init__.py,Attributes=32800,FileSize=163,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:942]: File: C:\Python34\Lib\ctypes\macholib\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:08:955]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:08:957]: Executing op: FileCopy(SourceName=C:\Config.Msi\524a5.rbf,,DestName=C:\Python34\Lib\ctypes\macholib\README.ctypes,Attributes=32800,FileSize=302,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:08:959]: File: C:\Python34\Lib\ctypes\macholib\README.ctypes; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:103]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:105]: Executing op: FileCopy(SourceName=C:\Config.Msi\524a4.rbf,,DestName=C:\Python34\Lib\ctypes\macholib\fetch_macholib,Attributes=32800,FileSize=86,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:107]: File: C:\Python34\Lib\ctypes\macholib\fetch_macholib; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:117]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:119]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\test\) MSI (s) (9C:5C) [21:26:09:121]: Executing op: FileCopy(SourceName=C:\Config.Msi\524a3.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_find.py,Attributes=32800,FileSize=2686,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:123]: File: C:\Python34\Lib\ctypes\test\test_find.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:132]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:134]: Executing op: FileCopy(SourceName=C:\Config.Msi\524a2.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_memfunctions.py,Attributes=32800,FileSize=3372,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:137]: File: C:\Python34\Lib\ctypes\test\test_memfunctions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:146]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:147]: Executing op: FileCopy(SourceName=C:\Config.Msi\524a1.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_arrays.py,Attributes=32800,FileSize=5809,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:151]: File: C:\Python34\Lib\ctypes\test\test_arrays.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:160]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:162]: Executing op: FileCopy(SourceName=C:\Config.Msi\524a0.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_cast.py,Attributes=32800,FileSize=3274,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:163]: File: C:\Python34\Lib\ctypes\test\test_cast.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:174]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:175]: Executing op: FileCopy(SourceName=C:\Config.Msi\5249f.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_errcheck.py,Attributes=32800,FileSize=496,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:178]: File: C:\Python34\Lib\ctypes\test\test_errcheck.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:189]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:191]: Executing op: FileCopy(SourceName=C:\Config.Msi\5249e.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_structures.py,Attributes=32800,FileSize=16248,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:192]: File: C:\Python34\Lib\ctypes\test\test_structures.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:200]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:201]: Executing op: FileCopy(SourceName=C:\Config.Msi\5249d.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_anon.py,Attributes=32800,FileSize=2111,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:203]: File: C:\Python34\Lib\ctypes\test\test_anon.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:210]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:211]: Executing op: FileCopy(SourceName=C:\Config.Msi\5249c.rbf,,DestName=C:\Python34\Lib\ctypes\test\__init__.py,Attributes=32800,FileSize=413,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:213]: File: C:\Python34\Lib\ctypes\test\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:220]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:222]: Executing op: FileCopy(SourceName=C:\Config.Msi\5249b.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_libc.py,Attributes=32800,FileSize=1038,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:223]: File: C:\Python34\Lib\ctypes\test\test_libc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:230]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:232]: Executing op: FileCopy(SourceName=C:\Config.Msi\5249a.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_internals.py,Attributes=32800,FileSize=2731,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:233]: File: C:\Python34\Lib\ctypes\test\test_internals.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:240]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:241]: Executing op: FileCopy(SourceName=C:\Config.Msi\52499.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_objects.py,Attributes=32800,FileSize=1749,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:243]: File: C:\Python34\Lib\ctypes\test\test_objects.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:251]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:252]: Executing op: FileCopy(SourceName=C:\Config.Msi\52498.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_wintypes.py,Attributes=32800,FileSize=1507,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:254]: File: C:\Python34\Lib\ctypes\test\test_wintypes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:261]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:263]: Executing op: FileCopy(SourceName=C:\Config.Msi\52497.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_unicode.py,Attributes=32800,FileSize=1817,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:264]: File: C:\Python34\Lib\ctypes\test\test_unicode.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:271]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:272]: Executing op: FileCopy(SourceName=C:\Config.Msi\52496.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_strings.py,Attributes=32800,FileSize=7360,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:274]: File: C:\Python34\Lib\ctypes\test\test_strings.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:283]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:287]: Executing op: FileCopy(SourceName=C:\Config.Msi\52495.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_init.py,Attributes=32800,FileSize=1079,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:289]: File: C:\Python34\Lib\ctypes\test\test_init.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:299]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:301]: Executing op: FileCopy(SourceName=C:\Config.Msi\52494.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_delattr.py,Attributes=32800,FileSize=554,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:304]: File: C:\Python34\Lib\ctypes\test\test_delattr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:314]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:315]: Executing op: FileCopy(SourceName=C:\Config.Msi\52493.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_slicing.py,Attributes=32800,FileSize=6182,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:317]: File: C:\Python34\Lib\ctypes\test\test_slicing.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:324]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:325]: Executing op: FileCopy(SourceName=C:\Config.Msi\52492.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_errno.py,Attributes=32800,FileSize=2381,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:327]: File: C:\Python34\Lib\ctypes\test\test_errno.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:334]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:335]: Executing op: FileCopy(SourceName=C:\Config.Msi\52491.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_returnfuncptrs.py,Attributes=32800,FileSize=2970,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:337]: File: C:\Python34\Lib\ctypes\test\test_returnfuncptrs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:344]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:345]: Executing op: FileCopy(SourceName=C:\Config.Msi\52490.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_array_in_pointer.py,Attributes=32800,FileSize=1802,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:347]: File: C:\Python34\Lib\ctypes\test\test_array_in_pointer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:354]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:356]: Executing op: FileCopy(SourceName=C:\Config.Msi\5248f.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_checkretval.py,Attributes=32800,FileSize=1004,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:359]: File: C:\Python34\Lib\ctypes\test\test_checkretval.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:367]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:369]: Executing op: FileCopy(SourceName=C:\Config.Msi\5248e.rbf,,DestName=C:\Python34\Lib\ctypes\test\runtests.py,Attributes=32800,FileSize=701,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:370]: File: C:\Python34\Lib\ctypes\test\runtests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:379]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:381]: Executing op: FileCopy(SourceName=C:\Config.Msi\5248d.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_callbacks.py,Attributes=32800,FileSize=8095,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:382]: File: C:\Python34\Lib\ctypes\test\test_callbacks.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:389]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:390]: Executing op: FileCopy(SourceName=C:\Config.Msi\5248c.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_varsize_struct.py,Attributes=32800,FileSize=1892,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:392]: File: C:\Python34\Lib\ctypes\test\test_varsize_struct.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:399]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:401]: Executing op: FileCopy(SourceName=C:\Config.Msi\5248b.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_simplesubclasses.py,Attributes=32800,FileSize=1344,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:402]: File: C:\Python34\Lib\ctypes\test\test_simplesubclasses.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:409]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:411]: Executing op: FileCopy(SourceName=C:\Config.Msi\5248a.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_prototypes.py,Attributes=32800,FileSize=6957,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:412]: File: C:\Python34\Lib\ctypes\test\test_prototypes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:419]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:421]: Executing op: FileCopy(SourceName=C:\Config.Msi\52489.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_buffers.py,Attributes=32800,FileSize=2348,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:422]: File: C:\Python34\Lib\ctypes\test\test_buffers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:430]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:431]: Executing op: FileCopy(SourceName=C:\Config.Msi\52488.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_bytes.py,Attributes=32800,FileSize=1989,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:433]: File: C:\Python34\Lib\ctypes\test\test_bytes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:440]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:441]: Executing op: FileCopy(SourceName=C:\Config.Msi\52487.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_repr.py,Attributes=32800,FileSize=871,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:443]: File: C:\Python34\Lib\ctypes\test\test_repr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:451]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:452]: Executing op: FileCopy(SourceName=C:\Config.Msi\52486.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_unaligned_structures.py,Attributes=32800,FileSize=1260,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:454]: File: C:\Python34\Lib\ctypes\test\test_unaligned_structures.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:461]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:462]: Executing op: FileCopy(SourceName=C:\Config.Msi\52485.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_parameters.py,Attributes=32800,FileSize=6372,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:464]: File: C:\Python34\Lib\ctypes\test\test_parameters.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:471]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:473]: Executing op: FileCopy(SourceName=C:\Config.Msi\52484.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_funcptr.py,Attributes=32800,FileSize=4038,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:474]: File: C:\Python34\Lib\ctypes\test\test_funcptr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:481]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:482]: Executing op: FileCopy(SourceName=C:\Config.Msi\52483.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_incomplete.py,Attributes=32800,FileSize=1065,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:484]: File: C:\Python34\Lib\ctypes\test\test_incomplete.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:491]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:493]: Executing op: FileCopy(SourceName=C:\Config.Msi\52482.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_loading.py,Attributes=32800,FileSize=4515,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:494]: File: C:\Python34\Lib\ctypes\test\test_loading.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:505]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:506]: Executing op: FileCopy(SourceName=C:\Config.Msi\52481.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_stringptr.py,Attributes=32800,FileSize=2613,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:508]: File: C:\Python34\Lib\ctypes\test\test_stringptr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:517]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:519]: Executing op: FileCopy(SourceName=C:\Config.Msi\52480.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_pep3118.py,Attributes=32800,FileSize=8041,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:521]: File: C:\Python34\Lib\ctypes\test\test_pep3118.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:528]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:530]: Executing op: FileCopy(SourceName=C:\Config.Msi\5247f.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_struct_fields.py,Attributes=32800,FileSize=1553,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:532]: File: C:\Python34\Lib\ctypes\test\test_struct_fields.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:540]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:541]: Executing op: FileCopy(SourceName=C:\Config.Msi\5247e.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_keeprefs.py,Attributes=32800,FileSize=4211,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:543]: File: C:\Python34\Lib\ctypes\test\test_keeprefs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:551]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:553]: Executing op: FileCopy(SourceName=C:\Config.Msi\5247d.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_bitfields.py,Attributes=32800,FileSize=9475,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:554]: File: C:\Python34\Lib\ctypes\test\test_bitfields.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:562]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:564]: Executing op: FileCopy(SourceName=C:\Config.Msi\5247c.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_random_things.py,Attributes=32800,FileSize=2900,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:566]: File: C:\Python34\Lib\ctypes\test\test_random_things.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:576]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:578]: Executing op: FileCopy(SourceName=C:\Config.Msi\5247b.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_sizes.py,Attributes=32800,FileSize=849,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:580]: File: C:\Python34\Lib\ctypes\test\test_sizes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:592]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:594]: Executing op: FileCopy(SourceName=C:\Config.Msi\5247a.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_win32.py,Attributes=32800,FileSize=4318,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:596]: File: C:\Python34\Lib\ctypes\test\test_win32.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:607]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:609]: Executing op: FileCopy(SourceName=C:\Config.Msi\52479.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_integers.py,Attributes=32800,FileSize=101,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:612]: File: C:\Python34\Lib\ctypes\test\test_integers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:624]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:626]: Executing op: FileCopy(SourceName=C:\Config.Msi\52478.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_macholib.py,Attributes=32800,FileSize=1893,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:628]: File: C:\Python34\Lib\ctypes\test\test_macholib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:639]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:641]: Executing op: FileCopy(SourceName=C:\Config.Msi\52477.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_numbers.py,Attributes=32800,FileSize=9581,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:643]: File: C:\Python34\Lib\ctypes\test\test_numbers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:653]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:654]: Executing op: FileCopy(SourceName=C:\Config.Msi\52476.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_byteswap.py,Attributes=32800,FileSize=11152,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:656]: File: C:\Python34\Lib\ctypes\test\test_byteswap.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:666]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:668]: Executing op: FileCopy(SourceName=C:\Config.Msi\52475.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_cfuncs.py,Attributes=32800,FileSize=7892,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:670]: File: C:\Python34\Lib\ctypes\test\test_cfuncs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:679]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:680]: Executing op: FileCopy(SourceName=C:\Config.Msi\52474.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_pickling.py,Attributes=32800,FileSize=2283,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:683]: File: C:\Python34\Lib\ctypes\test\test_pickling.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:696]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:698]: Executing op: FileCopy(SourceName=C:\Config.Msi\52473.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_as_parameter.py,Attributes=32800,FileSize=6996,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:700]: File: C:\Python34\Lib\ctypes\test\test_as_parameter.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:710]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:712]: Executing op: FileCopy(SourceName=C:\Config.Msi\52472.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_refcounts.py,Attributes=32800,FileSize=2677,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:713]: File: C:\Python34\Lib\ctypes\test\test_refcounts.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:724]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:725]: Executing op: FileCopy(SourceName=C:\Config.Msi\52471.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_frombuffer.py,Attributes=32800,FileSize=2562,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:728]: File: C:\Python34\Lib\ctypes\test\test_frombuffer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:738]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:740]: Executing op: FileCopy(SourceName=C:\Config.Msi\52470.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_pointers.py,Attributes=32800,FileSize=6458,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:742]: File: C:\Python34\Lib\ctypes\test\test_pointers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:757]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:759]: Executing op: FileCopy(SourceName=C:\Config.Msi\5246f.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_python_api.py,Attributes=32800,FileSize=2955,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:762]: File: C:\Python34\Lib\ctypes\test\test_python_api.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:775]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:777]: Executing op: FileCopy(SourceName=C:\Config.Msi\5246e.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_values.py,Attributes=32800,FileSize=3664,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:780]: File: C:\Python34\Lib\ctypes\test\test_values.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:793]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:795]: Executing op: FileCopy(SourceName=C:\Config.Msi\5246d.rbf,,DestName=C:\Python34\Lib\ctypes\test\test_functions.py,Attributes=32800,FileSize=12957,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:798]: File: C:\Python34\Lib\ctypes\test\test_functions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:811]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:813]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\) MSI (s) (9C:5C) [21:26:09:814]: Executing op: FileCopy(SourceName=C:\Config.Msi\5246c.rbf,,DestName=C:\Python34\Lib\ctypes\wintypes.py,Attributes=32800,FileSize=5830,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:817]: File: C:\Python34\Lib\ctypes\wintypes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:829]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:832]: Executing op: FileCopy(SourceName=C:\Config.Msi\5246b.rbf,,DestName=C:\Python34\Lib\ctypes\__init__.py,Attributes=32800,FileSize=17561,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:834]: File: C:\Python34\Lib\ctypes\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:847]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:849]: Executing op: FileCopy(SourceName=C:\Config.Msi\5246a.rbf,,DestName=C:\Python34\Lib\ctypes\util.py,Attributes=32800,FileSize=9257,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:852]: File: C:\Python34\Lib\ctypes\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:864]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:867]: Executing op: FileCopy(SourceName=C:\Config.Msi\52469.rbf,,DestName=C:\Python34\Lib\ctypes\_endian.py,Attributes=32800,FileSize=2013,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:871]: File: C:\Python34\Lib\ctypes\_endian.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:896]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:899]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\logging\) MSI (s) (9C:5C) [21:26:09:902]: Executing op: FileCopy(SourceName=C:\Config.Msi\52468.rbf,,DestName=C:\Python34\Lib\logging\__init__.py,Attributes=32800,FileSize=70884,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:904]: File: C:\Python34\Lib\logging\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:918]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:922]: Executing op: FileCopy(SourceName=C:\Config.Msi\52467.rbf,,DestName=C:\Python34\Lib\logging\handlers.py,Attributes=32800,FileSize=57262,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:926]: File: C:\Python34\Lib\logging\handlers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:939]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:941]: Executing op: FileCopy(SourceName=C:\Config.Msi\52466.rbf,,DestName=C:\Python34\Lib\logging\config.py,Attributes=32800,FileSize=36654,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:944]: File: C:\Python34\Lib\logging\config.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:956]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:958]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ensurepip\_bundled\) MSI (s) (9C:5C) [21:26:09:959]: Executing op: FileCopy(SourceName=C:\Config.Msi\52465.rbf,,DestName=C:\Python34\Lib\ensurepip\_bundled\pip-1.5.6-py2.py3-none-any.whl,Attributes=32800,FileSize=1002021,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:961]: File: C:\Python34\Lib\ensurepip\_bundled\pip-1.5.6-py2.py3-none-any.whl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:974]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:976]: Executing op: FileCopy(SourceName=C:\Config.Msi\52464.rbf,,DestName=C:\Python34\Lib\ensurepip\_bundled\setuptools-2.1-py2.py3-none-any.whl,Attributes=32800,FileSize=540293,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:979]: File: C:\Python34\Lib\ensurepip\_bundled\setuptools-2.1-py2.py3-none-any.whl; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:09:992]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:09:994]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ensurepip\) MSI (s) (9C:5C) [21:26:09:995]: Executing op: FileCopy(SourceName=C:\Config.Msi\52463.rbf,,DestName=C:\Python34\Lib\ensurepip\__init__.py,Attributes=32800,FileSize=6598,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:09:998]: File: C:\Python34\Lib\ensurepip\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:010]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:012]: Executing op: FileCopy(SourceName=C:\Config.Msi\52462.rbf,,DestName=C:\Python34\Lib\ensurepip\_uninstall.py,Attributes=32800,FileSize=810,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:015]: File: C:\Python34\Lib\ensurepip\_uninstall.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:027]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:029]: Executing op: FileCopy(SourceName=C:\Config.Msi\52461.rbf,,DestName=C:\Python34\Lib\ensurepip\__main__.py,Attributes=32800,FileSize=71,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:032]: File: C:\Python34\Lib\ensurepip\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:044]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:046]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\multiprocessing\dummy\) MSI (s) (9C:5C) [21:26:10:047]: Executing op: FileCopy(SourceName=C:\Config.Msi\52460.rbf,,DestName=C:\Python34\Lib\multiprocessing\dummy\__init__.py,Attributes=32800,FileSize=3000,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:050]: File: C:\Python34\Lib\multiprocessing\dummy\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:062]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:064]: Executing op: FileCopy(SourceName=C:\Config.Msi\5245f.rbf,,DestName=C:\Python34\Lib\multiprocessing\dummy\connection.py,Attributes=32800,FileSize=1694,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:067]: File: C:\Python34\Lib\multiprocessing\dummy\connection.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:079]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:081]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\multiprocessing\) MSI (s) (9C:5C) [21:26:10:083]: Executing op: FileCopy(SourceName=C:\Config.Msi\5245e.rbf,,DestName=C:\Python34\Lib\multiprocessing\forkserver.py,Attributes=32800,FileSize=8744,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:085]: File: C:\Python34\Lib\multiprocessing\forkserver.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:096]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:097]: Executing op: FileCopy(SourceName=C:\Config.Msi\5245d.rbf,,DestName=C:\Python34\Lib\multiprocessing\popen_spawn_posix.py,Attributes=32800,FileSize=1984,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:099]: File: C:\Python34\Lib\multiprocessing\popen_spawn_posix.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:108]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:110]: Executing op: FileCopy(SourceName=C:\Config.Msi\5245c.rbf,,DestName=C:\Python34\Lib\multiprocessing\queues.py,Attributes=32800,FileSize=11760,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:113]: File: C:\Python34\Lib\multiprocessing\queues.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:124]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:126]: Executing op: FileCopy(SourceName=C:\Config.Msi\5245b.rbf,,DestName=C:\Python34\Lib\multiprocessing\managers.py,Attributes=32800,FileSize=37404,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:128]: File: C:\Python34\Lib\multiprocessing\managers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:140]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:142]: Executing op: FileCopy(SourceName=C:\Config.Msi\5245a.rbf,,DestName=C:\Python34\Lib\multiprocessing\popen_spawn_win32.py,Attributes=32800,FileSize=3097,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:144]: File: C:\Python34\Lib\multiprocessing\popen_spawn_win32.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:153]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:154]: Executing op: FileCopy(SourceName=C:\Config.Msi\52459.rbf,,DestName=C:\Python34\Lib\multiprocessing\heap.py,Attributes=32800,FileSize=8201,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:157]: File: C:\Python34\Lib\multiprocessing\heap.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:168]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:170]: Executing op: FileCopy(SourceName=C:\Config.Msi\52458.rbf,,DestName=C:\Python34\Lib\multiprocessing\pool.py,Attributes=32800,FileSize=25412,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:172]: File: C:\Python34\Lib\multiprocessing\pool.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:184]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:186]: Executing op: FileCopy(SourceName=C:\Config.Msi\52457.rbf,,DestName=C:\Python34\Lib\multiprocessing\semaphore_tracker.py,Attributes=32800,FileSize=4963,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:188]: File: C:\Python34\Lib\multiprocessing\semaphore_tracker.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:197]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:198]: Executing op: FileCopy(SourceName=C:\Config.Msi\52456.rbf,,DestName=C:\Python34\Lib\multiprocessing\popen_fork.py,Attributes=32800,FileSize=2503,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:201]: File: C:\Python34\Lib\multiprocessing\popen_fork.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:215]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:218]: Executing op: FileCopy(SourceName=C:\Config.Msi\52455.rbf,,DestName=C:\Python34\Lib\multiprocessing\connection.py,Attributes=32800,FileSize=31524,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:221]: File: C:\Python34\Lib\multiprocessing\connection.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:234]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:236]: Executing op: FileCopy(SourceName=C:\Config.Msi\52454.rbf,,DestName=C:\Python34\Lib\multiprocessing\process.py,Attributes=32800,FileSize=9476,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:239]: File: C:\Python34\Lib\multiprocessing\process.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:252]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:254]: Executing op: FileCopy(SourceName=C:\Config.Msi\52453.rbf,,DestName=C:\Python34\Lib\multiprocessing\__init__.py,Attributes=32800,FileSize=961,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:257]: File: C:\Python34\Lib\multiprocessing\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:268]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:270]: Executing op: FileCopy(SourceName=C:\Config.Msi\52452.rbf,,DestName=C:\Python34\Lib\multiprocessing\popen_forkserver.py,Attributes=32800,FileSize=2036,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:273]: File: C:\Python34\Lib\multiprocessing\popen_forkserver.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:285]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:287]: Executing op: FileCopy(SourceName=C:\Config.Msi\52451.rbf,,DestName=C:\Python34\Lib\multiprocessing\util.py,Attributes=32800,FileSize=10986,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:290]: File: C:\Python34\Lib\multiprocessing\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:302]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:304]: Executing op: FileCopy(SourceName=C:\Config.Msi\52450.rbf,,DestName=C:\Python34\Lib\multiprocessing\reduction.py,Attributes=32800,FileSize=8348,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:307]: File: C:\Python34\Lib\multiprocessing\reduction.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:320]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:322]: Executing op: FileCopy(SourceName=C:\Config.Msi\5244f.rbf,,DestName=C:\Python34\Lib\multiprocessing\synchronize.py,Attributes=32800,FileSize=12642,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:325]: File: C:\Python34\Lib\multiprocessing\synchronize.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:341]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:343]: Executing op: FileCopy(SourceName=C:\Config.Msi\5244e.rbf,,DestName=C:\Python34\Lib\multiprocessing\spawn.py,Attributes=32800,FileSize=9134,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:346]: File: C:\Python34\Lib\multiprocessing\spawn.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:358]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:360]: Executing op: FileCopy(SourceName=C:\Config.Msi\5244d.rbf,,DestName=C:\Python34\Lib\multiprocessing\resource_sharer.py,Attributes=32800,FileSize=5476,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:363]: File: C:\Python34\Lib\multiprocessing\resource_sharer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:376]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:379]: Executing op: FileCopy(SourceName=C:\Config.Msi\5244c.rbf,,DestName=C:\Python34\Lib\multiprocessing\context.py,Attributes=32800,FileSize=11017,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:384]: File: C:\Python34\Lib\multiprocessing\context.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:400]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:402]: Executing op: FileCopy(SourceName=C:\Config.Msi\5244b.rbf,,DestName=C:\Python34\Lib\multiprocessing\sharedctypes.py,Attributes=32800,FileSize=6579,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:405]: File: C:\Python34\Lib\multiprocessing\sharedctypes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:417]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:419]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\curses\) MSI (s) (9C:5C) [21:26:10:420]: Executing op: FileCopy(SourceName=C:\Config.Msi\5244a.rbf,,DestName=C:\Python34\Lib\curses\panel.py,Attributes=32800,FileSize=93,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:423]: File: C:\Python34\Lib\curses\panel.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:435]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:438]: Executing op: FileCopy(SourceName=C:\Config.Msi\52449.rbf,,DestName=C:\Python34\Lib\curses\__init__.py,Attributes=32800,FileSize=3467,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:440]: File: C:\Python34\Lib\curses\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:457]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:466]: Executing op: FileCopy(SourceName=C:\Config.Msi\52448.rbf,,DestName=C:\Python34\Lib\curses\textpad.py,Attributes=32800,FileSize=7527,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:469]: File: C:\Python34\Lib\curses\textpad.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:481]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:484]: Executing op: FileCopy(SourceName=C:\Config.Msi\52447.rbf,,DestName=C:\Python34\Lib\curses\ascii.py,Attributes=32800,FileSize=2706,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:486]: File: C:\Python34\Lib\curses\ascii.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:499]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:502]: Executing op: FileCopy(SourceName=C:\Config.Msi\52446.rbf,,DestName=C:\Python34\Lib\curses\has_key.py,Attributes=32800,FileSize=5826,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:504]: File: C:\Python34\Lib\curses\has_key.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:521]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:523]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\json\) MSI (s) (9C:5C) [21:26:10:525]: Executing op: FileCopy(SourceName=C:\Config.Msi\52445.rbf,,DestName=C:\Python34\Lib\json\encoder.py,Attributes=32800,FileSize=16221,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:527]: File: C:\Python34\Lib\json\encoder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:540]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:542]: Executing op: FileCopy(SourceName=C:\Config.Msi\52444.rbf,,DestName=C:\Python34\Lib\json\__init__.py,Attributes=32800,FileSize=13577,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:546]: File: C:\Python34\Lib\json\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:561]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:563]: Executing op: FileCopy(SourceName=C:\Config.Msi\52443.rbf,,DestName=C:\Python34\Lib\json\decoder.py,Attributes=32800,FileSize=13125,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:568]: File: C:\Python34\Lib\json\decoder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:580]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:582]: Executing op: FileCopy(SourceName=C:\Config.Msi\52442.rbf,,DestName=C:\Python34\Lib\json\scanner.py,Attributes=32800,FileSize=2489,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:585]: File: C:\Python34\Lib\json\scanner.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:597]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:599]: Executing op: FileCopy(SourceName=C:\Config.Msi\52441.rbf,,DestName=C:\Python34\Lib\json\tool.py,Attributes=32800,FileSize=993,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:602]: File: C:\Python34\Lib\json\tool.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:613]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:615]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\venv\scripts\posix\) MSI (s) (9C:5C) [21:26:10:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\52440.rbf,,DestName=C:\Python34\Lib\venv\scripts\posix\activate.csh,Attributes=32800,FileSize=1313,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:618]: File: C:\Python34\Lib\venv\scripts\posix\activate.csh; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:634]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:636]: Executing op: FileCopy(SourceName=C:\Config.Msi\5243f.rbf,,DestName=C:\Python34\Lib\venv\scripts\posix\activate.fish,Attributes=32800,FileSize=2484,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:639]: File: C:\Python34\Lib\venv\scripts\posix\activate.fish; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:652]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:654]: Executing op: FileCopy(SourceName=C:\Config.Msi\5243e.rbf,,DestName=C:\Python34\Lib\venv\scripts\posix\activate,Attributes=32800,FileSize=2234,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:656]: File: C:\Python34\Lib\venv\scripts\posix\activate; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:669]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:672]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\venv\scripts\nt\) MSI (s) (9C:5C) [21:26:10:673]: Executing op: FileCopy(SourceName=C:\Config.Msi\5243d.rbf,,DestName=C:\Python34\Lib\venv\scripts\nt\deactivate.bat,Attributes=32800,FileSize=368,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:675]: File: C:\Python34\Lib\venv\scripts\nt\deactivate.bat; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:692]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:695]: Executing op: FileCopy(SourceName=C:\Config.Msi\5243c.rbf,,DestName=C:\Python34\Lib\venv\scripts\nt\activate.bat,Attributes=32800,FileSize=621,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:698]: File: C:\Python34\Lib\venv\scripts\nt\activate.bat; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:712]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:714]: Executing op: FileCopy(SourceName=C:\Config.Msi\5243b.rbf,,DestName=C:\Python34\Lib\venv\scripts\nt\Activate.ps1,Attributes=32800,FileSize=1420,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:718]: File: C:\Python34\Lib\venv\scripts\nt\Activate.ps1; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:733]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:735]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\venv\) MSI (s) (9C:5C) [21:26:10:736]: Executing op: FileCopy(SourceName=C:\Config.Msi\5243a.rbf,,DestName=C:\Python34\Lib\venv\__init__.py,Attributes=32800,FileSize=19963,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:739]: File: C:\Python34\Lib\venv\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:749]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:751]: Executing op: FileCopy(SourceName=C:\Config.Msi\52439.rbf,,DestName=C:\Python34\Lib\venv\__main__.py,Attributes=32800,FileSize=155,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:754]: File: C:\Python34\Lib\venv\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:765]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:767]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\wsgiref\) MSI (s) (9C:5C) [21:26:10:768]: Executing op: FileCopy(SourceName=C:\Config.Msi\52438.rbf,,DestName=C:\Python34\Lib\wsgiref\validate.py,Attributes=32800,FileSize=15594,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:771]: File: C:\Python34\Lib\wsgiref\validate.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:783]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:785]: Executing op: FileCopy(SourceName=C:\Config.Msi\52437.rbf,,DestName=C:\Python34\Lib\wsgiref\handlers.py,Attributes=32800,FileSize=21179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:787]: File: C:\Python34\Lib\wsgiref\handlers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:799]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:801]: Executing op: FileCopy(SourceName=C:\Config.Msi\52436.rbf,,DestName=C:\Python34\Lib\wsgiref\headers.py,Attributes=32800,FileSize=6866,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:803]: File: C:\Python34\Lib\wsgiref\headers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:827]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:829]: Executing op: FileCopy(SourceName=C:\Config.Msi\52435.rbf,,DestName=C:\Python34\Lib\wsgiref\__init__.py,Attributes=32800,FileSize=610,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:832]: File: C:\Python34\Lib\wsgiref\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:852]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:856]: Executing op: FileCopy(SourceName=C:\Config.Msi\52434.rbf,,DestName=C:\Python34\Lib\wsgiref\util.py,Attributes=32800,FileSize=5799,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:861]: File: C:\Python34\Lib\wsgiref\util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:875]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:877]: Executing op: FileCopy(SourceName=C:\Config.Msi\52433.rbf,,DestName=C:\Python34\Lib\wsgiref\simple_server.py,Attributes=32800,FileSize=5318,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:880]: File: C:\Python34\Lib\wsgiref\simple_server.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:892]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:894]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\test_ttk\) MSI (s) (9C:5C) [21:26:10:895]: Executing op: FileCopy(SourceName=C:\Config.Msi\52432.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_ttk\__init__.py,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:897]: File: C:\Python34\Lib\tkinter\test\test_ttk\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:911]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:913]: Executing op: FileCopy(SourceName=C:\Config.Msi\52431.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_ttk\test_widgets.py,Attributes=32800,FileSize=58426,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:915]: File: C:\Python34\Lib\tkinter\test\test_ttk\test_widgets.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:929]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:931]: Executing op: FileCopy(SourceName=C:\Config.Msi\52430.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_ttk\test_functions.py,Attributes=32800,FileSize=17605,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:932]: File: C:\Python34\Lib\tkinter\test\test_ttk\test_functions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:942]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:945]: Executing op: FileCopy(SourceName=C:\Config.Msi\5242f.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_ttk\test_extensions.py,Attributes=32800,FileSize=10629,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:948]: File: C:\Python34\Lib\tkinter\test\test_ttk\test_extensions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:959]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:961]: Executing op: FileCopy(SourceName=C:\Config.Msi\5242e.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_ttk\test_style.py,Attributes=32800,FileSize=2992,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:964]: File: C:\Python34\Lib\tkinter\test\test_ttk\test_style.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:10:983]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:10:985]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\test_tkinter\) MSI (s) (9C:5C) [21:26:10:986]: Executing op: FileCopy(SourceName=C:\Config.Msi\5242d.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_tkinter\test_loadtk.py,Attributes=32800,FileSize=1549,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:10:991]: File: C:\Python34\Lib\tkinter\test\test_tkinter\test_loadtk.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:029]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:033]: Executing op: FileCopy(SourceName=C:\Config.Msi\5242c.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_tkinter\__init__.py,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:036]: File: C:\Python34\Lib\tkinter\test\test_tkinter\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:050]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:052]: Executing op: FileCopy(SourceName=C:\Config.Msi\5242b.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_tkinter\test_misc.py,Attributes=32800,FileSize=1627,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:055]: File: C:\Python34\Lib\tkinter\test\test_tkinter\test_misc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:066]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:067]: Executing op: FileCopy(SourceName=C:\Config.Msi\5242a.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_tkinter\test_geometry_managers.py,Attributes=32800,FileSize=41849,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:069]: File: C:\Python34\Lib\tkinter\test\test_tkinter\test_geometry_managers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:078]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:080]: Executing op: FileCopy(SourceName=C:\Config.Msi\52429.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_tkinter\test_text.py,Attributes=32800,FileSize=1489,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:082]: File: C:\Python34\Lib\tkinter\test\test_tkinter\test_text.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:092]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:094]: Executing op: FileCopy(SourceName=C:\Config.Msi\52428.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_tkinter\test_variables.py,Attributes=32800,FileSize=5732,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:096]: File: C:\Python34\Lib\tkinter\test\test_tkinter\test_variables.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:107]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:108]: Executing op: FileCopy(SourceName=C:\Config.Msi\52427.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_tkinter\test_font.py,Attributes=32800,FileSize=896,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:111]: File: C:\Python34\Lib\tkinter\test\test_tkinter\test_font.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:120]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:122]: Executing op: FileCopy(SourceName=C:\Config.Msi\52426.rbf,,DestName=C:\Python34\Lib\tkinter\test\test_tkinter\test_widgets.py,Attributes=32800,FileSize=46827,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:138]: File: C:\Python34\Lib\tkinter\test\test_tkinter\test_widgets.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:168]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:170]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\) MSI (s) (9C:5C) [21:26:11:171]: Executing op: FileCopy(SourceName=C:\Config.Msi\52425.rbf,,DestName=C:\Python34\Lib\tkinter\test\widget_tests.py,Attributes=32800,FileSize=19648,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:174]: File: C:\Python34\Lib\tkinter\test\widget_tests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:188]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:190]: Executing op: FileCopy(SourceName=C:\Config.Msi\52424.rbf,,DestName=C:\Python34\Lib\tkinter\test\README.txt,Attributes=32800,FileSize=580,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:192]: File: C:\Python34\Lib\tkinter\test\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:205]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:206]: Executing op: FileCopy(SourceName=C:\Config.Msi\52423.rbf,,DestName=C:\Python34\Lib\tkinter\test\__init__.py,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:209]: File: C:\Python34\Lib\tkinter\test\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:218]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:220]: Executing op: FileCopy(SourceName=C:\Config.Msi\52422.rbf,,DestName=C:\Python34\Lib\tkinter\test\support.py,Attributes=32800,FileSize=3232,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:222]: File: C:\Python34\Lib\tkinter\test\support.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:233]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:234]: Executing op: FileCopy(SourceName=C:\Config.Msi\52421.rbf,,DestName=C:\Python34\Lib\tkinter\test\runtktests.py,Attributes=32800,FileSize=2342,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:236]: File: C:\Python34\Lib\tkinter\test\runtktests.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:244]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:246]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\) MSI (s) (9C:5C) [21:26:11:249]: Executing op: FileCopy(SourceName=C:\Config.Msi\52420.rbf,,DestName=C:\Python34\Lib\tkinter\scrolledtext.py,Attributes=32800,FileSize=1868,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:251]: File: C:\Python34\Lib\tkinter\scrolledtext.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:262]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:266]: Executing op: FileCopy(SourceName=C:\Config.Msi\5241f.rbf,,DestName=C:\Python34\Lib\tkinter\commondialog.py,Attributes=32800,FileSize=1472,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:269]: File: C:\Python34\Lib\tkinter\commondialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:285]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:287]: Executing op: FileCopy(SourceName=C:\Config.Msi\5241e.rbf,,DestName=C:\Python34\Lib\tkinter\filedialog.py,Attributes=32800,FileSize=14981,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:289]: File: C:\Python34\Lib\tkinter\filedialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:302]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:303]: Executing op: FileCopy(SourceName=C:\Config.Msi\5241d.rbf,,DestName=C:\Python34\Lib\tkinter\colorchooser.py,Attributes=32800,FileSize=1865,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:306]: File: C:\Python34\Lib\tkinter\colorchooser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:314]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:317]: Executing op: FileCopy(SourceName=C:\Config.Msi\5241c.rbf,,DestName=C:\Python34\Lib\tkinter\dialog.py,Attributes=32800,FileSize=1617,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:319]: File: C:\Python34\Lib\tkinter\dialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:332]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:333]: Executing op: FileCopy(SourceName=C:\Config.Msi\5241b.rbf,,DestName=C:\Python34\Lib\tkinter\simpledialog.py,Attributes=32800,FileSize=11830,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:335]: File: C:\Python34\Lib\tkinter\simpledialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:345]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:347]: Executing op: FileCopy(SourceName=C:\Config.Msi\5241a.rbf,,DestName=C:\Python34\Lib\tkinter\__init__.py,Attributes=32800,FileSize=167411,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:349]: File: C:\Python34\Lib\tkinter\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:359]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:361]: Executing op: FileCopy(SourceName=C:\Config.Msi\52419.rbf,,DestName=C:\Python34\Lib\tkinter\__main__.py,Attributes=32800,FileSize=155,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:363]: File: C:\Python34\Lib\tkinter\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:371]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:373]: Executing op: FileCopy(SourceName=C:\Config.Msi\52418.rbf,,DestName=C:\Python34\Lib\tkinter\tix.py,Attributes=32800,FileSize=78966,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:375]: File: C:\Python34\Lib\tkinter\tix.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:386]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:388]: Executing op: FileCopy(SourceName=C:\Config.Msi\52417.rbf,,DestName=C:\Python34\Lib\tkinter\dnd.py,Attributes=32800,FileSize=11809,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:390]: File: C:\Python34\Lib\tkinter\dnd.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:398]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:400]: Executing op: FileCopy(SourceName=C:\Config.Msi\52416.rbf,,DestName=C:\Python34\Lib\tkinter\constants.py,Attributes=32800,FileSize=1603,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:402]: File: C:\Python34\Lib\tkinter\constants.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:416]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:418]: Executing op: FileCopy(SourceName=C:\Config.Msi\52415.rbf,,DestName=C:\Python34\Lib\tkinter\font.py,Attributes=32800,FileSize=6845,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:421]: File: C:\Python34\Lib\tkinter\font.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:435]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:438]: Executing op: FileCopy(SourceName=C:\Config.Msi\52414.rbf,,DestName=C:\Python34\Lib\tkinter\messagebox.py,Attributes=32800,FileSize=3835,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:441]: File: C:\Python34\Lib\tkinter\messagebox.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:491]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:493]: Executing op: FileCopy(SourceName=C:\Config.Msi\52413.rbf,,DestName=C:\Python34\Lib\tkinter\ttk.py,Attributes=32800,FileSize=57330,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:497]: File: C:\Python34\Lib\tkinter\ttk.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:508]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:511]: Executing op: FileCopy(SourceName=C:\Config.Msi\52412.rbf,,DestName=C:\Python34\Lib\tkinter\_fix.py,Attributes=32800,FileSize=2975,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:514]: File: C:\Python34\Lib\tkinter\_fix.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:525]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:527]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\fixes\) MSI (s) (9C:5C) [21:26:11:528]: Executing op: FileCopy(SourceName=C:\Config.Msi\52411.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_unicode.py,Attributes=32800,FileSize=1298,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:531]: File: C:\Python34\Lib\lib2to3\fixes\fix_unicode.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:542]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:543]: Executing op: FileCopy(SourceName=C:\Config.Msi\52410.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_print.py,Attributes=32800,FileSize=2941,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:546]: File: C:\Python34\Lib\lib2to3\fixes\fix_print.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:558]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:561]: Executing op: FileCopy(SourceName=C:\Config.Msi\5240f.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_reload.py,Attributes=32800,FileSize=721,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:564]: File: C:\Python34\Lib\lib2to3\fixes\fix_reload.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:614]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\5240e.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_exitfunc.py,Attributes=32800,FileSize=2569,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:620]: File: C:\Python34\Lib\lib2to3\fixes\fix_exitfunc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:633]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:635]: Executing op: FileCopy(SourceName=C:\Config.Msi\5240d.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\__init__.py,Attributes=32800,FileSize=48,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:638]: File: C:\Python34\Lib\lib2to3\fixes\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:648]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:650]: Executing op: FileCopy(SourceName=C:\Config.Msi\5240c.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_ws_comma.py,Attributes=32800,FileSize=1129,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:652]: File: C:\Python34\Lib\lib2to3\fixes\fix_ws_comma.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:663]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:665]: Executing op: FileCopy(SourceName=C:\Config.Msi\5240b.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_metaclass.py,Attributes=32800,FileSize=8429,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:668]: File: C:\Python34\Lib\lib2to3\fixes\fix_metaclass.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:677]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:679]: Executing op: FileCopy(SourceName=C:\Config.Msi\5240a.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_has_key.py,Attributes=32800,FileSize=3332,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:681]: File: C:\Python34\Lib\lib2to3\fixes\fix_has_key.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:689]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:691]: Executing op: FileCopy(SourceName=C:\Config.Msi\52409.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_raise.py,Attributes=32800,FileSize=3016,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:693]: File: C:\Python34\Lib\lib2to3\fixes\fix_raise.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:704]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:705]: Executing op: FileCopy(SourceName=C:\Config.Msi\52408.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_types.py,Attributes=32800,FileSize=1859,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:708]: File: C:\Python34\Lib\lib2to3\fixes\fix_types.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:792]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:793]: Executing op: FileCopy(SourceName=C:\Config.Msi\52407.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_repr.py,Attributes=32800,FileSize=636,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:796]: File: C:\Python34\Lib\lib2to3\fixes\fix_repr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:806]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:807]: Executing op: FileCopy(SourceName=C:\Config.Msi\52406.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_ne.py,Attributes=32800,FileSize=594,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:809]: File: C:\Python34\Lib\lib2to3\fixes\fix_ne.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:822]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:823]: Executing op: FileCopy(SourceName=C:\Config.Msi\52405.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_methodattrs.py,Attributes=32800,FileSize=630,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:826]: File: C:\Python34\Lib\lib2to3\fixes\fix_methodattrs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:835]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:836]: Executing op: FileCopy(SourceName=C:\Config.Msi\52404.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_set_literal.py,Attributes=32800,FileSize=1750,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:838]: File: C:\Python34\Lib\lib2to3\fixes\fix_set_literal.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:849]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:850]: Executing op: FileCopy(SourceName=C:\Config.Msi\52403.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_buffer.py,Attributes=32800,FileSize=612,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:852]: File: C:\Python34\Lib\lib2to3\fixes\fix_buffer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:862]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:864]: Executing op: FileCopy(SourceName=C:\Config.Msi\52402.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_throw.py,Attributes=32800,FileSize=1638,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:866]: File: C:\Python34\Lib\lib2to3\fixes\fix_throw.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:918]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:920]: Executing op: FileCopy(SourceName=C:\Config.Msi\52401.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_renames.py,Attributes=32800,FileSize=2291,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:922]: File: C:\Python34\Lib\lib2to3\fixes\fix_renames.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:932]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:934]: Executing op: FileCopy(SourceName=C:\Config.Msi\52400.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_numliterals.py,Attributes=32800,FileSize=796,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:936]: File: C:\Python34\Lib\lib2to3\fixes\fix_numliterals.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:945]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:947]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ff.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_filter.py,Attributes=32800,FileSize=2178,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:949]: File: C:\Python34\Lib\lib2to3\fixes\fix_filter.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:958]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:959]: Executing op: FileCopy(SourceName=C:\Config.Msi\523fe.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_tuple_params.py,Attributes=32800,FileSize=5740,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:961]: File: C:\Python34\Lib\lib2to3\fixes\fix_tuple_params.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:971]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:973]: Executing op: FileCopy(SourceName=C:\Config.Msi\523fd.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_input.py,Attributes=32800,FileSize=733,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:975]: File: C:\Python34\Lib\lib2to3\fixes\fix_input.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:983]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:985]: Executing op: FileCopy(SourceName=C:\Config.Msi\523fc.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_sys_exc.py,Attributes=32800,FileSize=1064,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:11:987]: File: C:\Python34\Lib\lib2to3\fixes\fix_sys_exc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:11:998]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:11:999]: Executing op: FileCopy(SourceName=C:\Config.Msi\523fb.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_long.py,Attributes=32800,FileSize=495,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:002]: File: C:\Python34\Lib\lib2to3\fixes\fix_long.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:012]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:014]: Executing op: FileCopy(SourceName=C:\Config.Msi\523fa.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_xreadlines.py,Attributes=32800,FileSize=714,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:016]: File: C:\Python34\Lib\lib2to3\fixes\fix_xreadlines.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:028]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:038]: Executing op: FileCopy(SourceName=C:\Config.Msi\523f9.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_operator.py,Attributes=32800,FileSize=3569,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:040]: File: C:\Python34\Lib\lib2to3\fixes\fix_operator.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:052]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:054]: Executing op: FileCopy(SourceName=C:\Config.Msi\523f8.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_paren.py,Attributes=32800,FileSize=1271,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:057]: File: C:\Python34\Lib\lib2to3\fixes\fix_paren.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:076]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:078]: Executing op: FileCopy(SourceName=C:\Config.Msi\523f7.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_reduce.py,Attributes=32800,FileSize=872,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:081]: File: C:\Python34\Lib\lib2to3\fixes\fix_reduce.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:091]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:093]: Executing op: FileCopy(SourceName=C:\Config.Msi\523f6.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_imports.py,Attributes=32800,FileSize=5829,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:095]: File: C:\Python34\Lib\lib2to3\fixes\fix_imports.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:105]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:106]: Executing op: FileCopy(SourceName=C:\Config.Msi\523f5.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_apply.py,Attributes=32800,FileSize=1960,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:108]: File: C:\Python34\Lib\lib2to3\fixes\fix_apply.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:118]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:119]: Executing op: FileCopy(SourceName=C:\Config.Msi\523f4.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_getcwdu.py,Attributes=32800,FileSize=470,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:121]: File: C:\Python34\Lib\lib2to3\fixes\fix_getcwdu.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:131]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:132]: Executing op: FileCopy(SourceName=C:\Config.Msi\523f3.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_xrange.py,Attributes=32800,FileSize=2767,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:134]: File: C:\Python34\Lib\lib2to3\fixes\fix_xrange.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:141]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:142]: Executing op: FileCopy(SourceName=C:\Config.Msi\523f2.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_intern.py,Attributes=32800,FileSize=805,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:145]: File: C:\Python34\Lib\lib2to3\fixes\fix_intern.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:161]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:164]: Executing op: FileCopy(SourceName=C:\Config.Msi\523f1.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_exec.py,Attributes=32800,FileSize=1041,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:166]: File: C:\Python34\Lib\lib2to3\fixes\fix_exec.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:177]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:179]: Executing op: FileCopy(SourceName=C:\Config.Msi\523f0.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_map.py,Attributes=32800,FileSize=3149,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:181]: File: C:\Python34\Lib\lib2to3\fixes\fix_map.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:194]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:196]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ef.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_standarderror.py,Attributes=32800,FileSize=467,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:198]: File: C:\Python34\Lib\lib2to3\fixes\fix_standarderror.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:206]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:208]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ee.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_callable.py,Attributes=32800,FileSize=1188,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:210]: File: C:\Python34\Lib\lib2to3\fixes\fix_callable.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:218]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:219]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ed.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_itertools.py,Attributes=32800,FileSize=1591,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:221]: File: C:\Python34\Lib\lib2to3\fixes\fix_itertools.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:230]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ec.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_funcattrs.py,Attributes=32800,FileSize=665,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:234]: File: C:\Python34\Lib\lib2to3\fixes\fix_funcattrs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:241]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:243]: Executing op: FileCopy(SourceName=C:\Config.Msi\523eb.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_next.py,Attributes=32800,FileSize=3277,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:245]: File: C:\Python34\Lib\lib2to3\fixes\fix_next.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:252]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:254]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ea.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_zip.py,Attributes=32800,FileSize=937,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:256]: File: C:\Python34\Lib\lib2to3\fixes\fix_zip.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:265]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:267]: Executing op: FileCopy(SourceName=C:\Config.Msi\523e9.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_idioms.py,Attributes=32800,FileSize=5028,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:269]: File: C:\Python34\Lib\lib2to3\fixes\fix_idioms.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:278]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:280]: Executing op: FileCopy(SourceName=C:\Config.Msi\523e8.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_isinstance.py,Attributes=32800,FileSize=1660,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:281]: File: C:\Python34\Lib\lib2to3\fixes\fix_isinstance.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:299]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:302]: Executing op: FileCopy(SourceName=C:\Config.Msi\523e7.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_nonzero.py,Attributes=32800,FileSize=618,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:304]: File: C:\Python34\Lib\lib2to3\fixes\fix_nonzero.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:316]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:317]: Executing op: FileCopy(SourceName=C:\Config.Msi\523e6.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_raw_input.py,Attributes=32800,FileSize=471,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:320]: File: C:\Python34\Lib\lib2to3\fixes\fix_raw_input.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:329]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:331]: Executing op: FileCopy(SourceName=C:\Config.Msi\523e5.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_asserts.py,Attributes=32800,FileSize=1018,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:333]: File: C:\Python34\Lib\lib2to3\fixes\fix_asserts.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:343]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:345]: Executing op: FileCopy(SourceName=C:\Config.Msi\523e4.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_imports2.py,Attributes=32800,FileSize=305,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:346]: File: C:\Python34\Lib\lib2to3\fixes\fix_imports2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:353]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:355]: Executing op: FileCopy(SourceName=C:\Config.Msi\523e3.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_execfile.py,Attributes=32800,FileSize=2042,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:357]: File: C:\Python34\Lib\lib2to3\fixes\fix_execfile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:367]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:369]: Executing op: FileCopy(SourceName=C:\Config.Msi\523e2.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_basestring.py,Attributes=32800,FileSize=334,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:371]: File: C:\Python34\Lib\lib2to3\fixes\fix_basestring.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:378]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:379]: Executing op: FileCopy(SourceName=C:\Config.Msi\523e1.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_future.py,Attributes=32800,FileSize=569,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:381]: File: C:\Python34\Lib\lib2to3\fixes\fix_future.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:391]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:393]: Executing op: FileCopy(SourceName=C:\Config.Msi\523e0.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_dict.py,Attributes=32800,FileSize=3923,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:397]: File: C:\Python34\Lib\lib2to3\fixes\fix_dict.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:410]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:415]: Executing op: FileCopy(SourceName=C:\Config.Msi\523df.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_itertools_imports.py,Attributes=32800,FileSize=2143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:419]: File: C:\Python34\Lib\lib2to3\fixes\fix_itertools_imports.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:436]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:438]: Executing op: FileCopy(SourceName=C:\Config.Msi\523de.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_except.py,Attributes=32800,FileSize=3437,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:440]: File: C:\Python34\Lib\lib2to3\fixes\fix_except.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:451]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:453]: Executing op: FileCopy(SourceName=C:\Config.Msi\523dd.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_urllib.py,Attributes=32800,FileSize=8581,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:454]: File: C:\Python34\Lib\lib2to3\fixes\fix_urllib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:461]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:462]: Executing op: FileCopy(SourceName=C:\Config.Msi\523dc.rbf,,DestName=C:\Python34\Lib\lib2to3\fixes\fix_import.py,Attributes=32800,FileSize=3355,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:465]: File: C:\Python34\Lib\lib2to3\fixes\fix_import.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:476]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:477]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\) MSI (s) (9C:5C) [21:26:12:478]: Executing op: FileCopy(SourceName=C:\Config.Msi\523db.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\fix_parrot.py,Attributes=32800,FileSize=360,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:480]: File: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\fix_parrot.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:488]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:490]: Executing op: FileCopy(SourceName=C:\Config.Msi\523da.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\fix_last.py,Attributes=32800,FileSize=132,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:492]: File: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\fix_last.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:503]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:504]: Executing op: FileCopy(SourceName=C:\Config.Msi\523d9.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__init__.py,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:505]: File: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:514]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:515]: Executing op: FileCopy(SourceName=C:\Config.Msi\523d8.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\fix_first.py,Attributes=32800,FileSize=130,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:517]: File: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\fix_first.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:532]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:536]: Executing op: FileCopy(SourceName=C:\Config.Msi\523d7.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\fix_explicit.py,Attributes=32800,FileSize=129,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:539]: File: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\fix_explicit.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:554]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:556]: Executing op: FileCopy(SourceName=C:\Config.Msi\523d6.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\fix_preorder.py,Attributes=32800,FileSize=133,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:558]: File: C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\fix_preorder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:570]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:572]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\) MSI (s) (9C:5C) [21:26:12:573]: Executing op: FileCopy(SourceName=C:\Config.Msi\523d5.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\fixers\bad_order.py,Attributes=32800,FileSize=94,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:574]: File: C:\Python34\Lib\lib2to3\tests\data\fixers\bad_order.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:583]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:584]: Executing op: FileCopy(SourceName=C:\Config.Msi\523d4.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\fixers\no_fixer_cls.py,Attributes=32800,FileSize=76,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:586]: File: C:\Python34\Lib\lib2to3\tests\data\fixers\no_fixer_cls.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:593]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:594]: Executing op: FileCopy(SourceName=C:\Config.Msi\523d3.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\fixers\parrot_example.py,Attributes=32800,FileSize=25,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:596]: File: C:\Python34\Lib\lib2to3\tests\data\fixers\parrot_example.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:603]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:605]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\) MSI (s) (9C:5C) [21:26:12:605]: Executing op: FileCopy(SourceName=C:\Config.Msi\523d2.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\py2_test_grammar.py,Attributes=32800,FileSize=31954,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:607]: File: C:\Python34\Lib\lib2to3\tests\data\py2_test_grammar.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:615]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\523d1.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\README.txt,Attributes=32800,FileSize=410,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:618]: File: C:\Python34\Lib\lib2to3\tests\data\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:624]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:625]: Executing op: FileCopy(SourceName=C:\Config.Msi\523d0.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\py3_test_grammar.py,Attributes=32800,FileSize=31285,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:627]: File: C:\Python34\Lib\lib2to3\tests\data\py3_test_grammar.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:635]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:637]: Executing op: FileCopy(SourceName=C:\Config.Msi\523cf.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\false_encoding.py,Attributes=32800,FileSize=42,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:638]: File: C:\Python34\Lib\lib2to3\tests\data\false_encoding.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:644]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:646]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ce.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\crlf.py,Attributes=32800,FileSize=50,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:648]: File: C:\Python34\Lib\lib2to3\tests\data\crlf.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:656]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:658]: Executing op: FileCopy(SourceName=C:\Config.Msi\523cd.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\infinite_recursion.py,Attributes=32800,FileSize=95740,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:659]: File: C:\Python34\Lib\lib2to3\tests\data\infinite_recursion.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:666]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:667]: Executing op: FileCopy(SourceName=C:\Config.Msi\523cc.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\bom.py,Attributes=32800,FileSize=39,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:669]: File: C:\Python34\Lib\lib2to3\tests\data\bom.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:679]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:681]: Executing op: FileCopy(SourceName=C:\Config.Msi\523cb.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\data\different_encoding.py,Attributes=32800,FileSize=236,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:683]: File: C:\Python34\Lib\lib2to3\tests\data\different_encoding.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:694]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:696]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\) MSI (s) (9C:5C) [21:26:12:697]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ca.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\test_pytree.py,Attributes=32800,FileSize=16926,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:699]: File: C:\Python34\Lib\lib2to3\tests\test_pytree.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:708]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:709]: Executing op: FileCopy(SourceName=C:\Config.Msi\523c9.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\test_fixers.py,Attributes=32800,FileSize=128194,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:710]: File: C:\Python34\Lib\lib2to3\tests\test_fixers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:717]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:719]: Executing op: FileCopy(SourceName=C:\Config.Msi\523c8.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\test_util.py,Attributes=32800,FileSize=21834,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:720]: File: C:\Python34\Lib\lib2to3\tests\test_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:726]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:727]: Executing op: FileCopy(SourceName=C:\Config.Msi\523c7.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\pytree_idempotency.py,Attributes=32800,FileSize=2496,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:729]: File: C:\Python34\Lib\lib2to3\tests\pytree_idempotency.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:735]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:736]: Executing op: FileCopy(SourceName=C:\Config.Msi\523c6.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\support.py,Attributes=32800,FileSize=1767,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:738]: File: C:\Python34\Lib\lib2to3\tests\support.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:744]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:745]: Executing op: FileCopy(SourceName=C:\Config.Msi\523c5.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\test_all_fixers.py,Attributes=32800,FileSize=540,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:747]: File: C:\Python34\Lib\lib2to3\tests\test_all_fixers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:753]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:754]: Executing op: FileCopy(SourceName=C:\Config.Msi\523c4.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\test_refactor.py,Attributes=32800,FileSize=12168,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:756]: File: C:\Python34\Lib\lib2to3\tests\test_refactor.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:762]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:763]: Executing op: FileCopy(SourceName=C:\Config.Msi\523c3.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\test_main.py,Attributes=32800,FileSize=5879,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:764]: File: C:\Python34\Lib\lib2to3\tests\test_main.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:771]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:772]: Executing op: FileCopy(SourceName=C:\Config.Msi\523c2.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\__init__.py,Attributes=32800,FileSize=697,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:774]: File: C:\Python34\Lib\lib2to3\tests\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:780]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:782]: Executing op: FileCopy(SourceName=C:\Config.Msi\523c1.rbf,,DestName=C:\Python34\Lib\lib2to3\tests\test_parser.py,Attributes=32800,FileSize=7443,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:784]: File: C:\Python34\Lib\lib2to3\tests\test_parser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:794]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:796]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\pgen2\) MSI (s) (9C:5C) [21:26:12:797]: Executing op: FileCopy(SourceName=C:\Config.Msi\523c0.rbf,,DestName=C:\Python34\Lib\lib2to3\pgen2\grammar.py,Attributes=32800,FileSize=5549,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:799]: File: C:\Python34\Lib\lib2to3\pgen2\grammar.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:809]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:810]: Executing op: FileCopy(SourceName=C:\Config.Msi\523bf.rbf,,DestName=C:\Python34\Lib\lib2to3\pgen2\literals.py,Attributes=32800,FileSize=1675,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:811]: File: C:\Python34\Lib\lib2to3\pgen2\literals.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:818]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:820]: Executing op: FileCopy(SourceName=C:\Config.Msi\523be.rbf,,DestName=C:\Python34\Lib\lib2to3\pgen2\parse.py,Attributes=32800,FileSize=8254,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:822]: File: C:\Python34\Lib\lib2to3\pgen2\parse.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:831]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:832]: Executing op: FileCopy(SourceName=C:\Config.Msi\523bd.rbf,,DestName=C:\Python34\Lib\lib2to3\pgen2\driver.py,Attributes=32800,FileSize=5310,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:834]: File: C:\Python34\Lib\lib2to3\pgen2\driver.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:844]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:846]: Executing op: FileCopy(SourceName=C:\Config.Msi\523bc.rbf,,DestName=C:\Python34\Lib\lib2to3\pgen2\__init__.py,Attributes=32800,FileSize=147,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:848]: File: C:\Python34\Lib\lib2to3\pgen2\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:858]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:859]: Executing op: FileCopy(SourceName=C:\Config.Msi\523bb.rbf,,DestName=C:\Python34\Lib\lib2to3\pgen2\pgen.py,Attributes=32800,FileSize=14166,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:861]: File: C:\Python34\Lib\lib2to3\pgen2\pgen.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:867]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:869]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ba.rbf,,DestName=C:\Python34\Lib\lib2to3\pgen2\tokenize.py,Attributes=32800,FileSize=19823,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:870]: File: C:\Python34\Lib\lib2to3\pgen2\tokenize.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:876]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:877]: Executing op: FileCopy(SourceName=C:\Config.Msi\523b9.rbf,,DestName=C:\Python34\Lib\lib2to3\pgen2\conv.py,Attributes=32800,FileSize=9899,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:879]: File: C:\Python34\Lib\lib2to3\pgen2\conv.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:885]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:886]: Executing op: FileCopy(SourceName=C:\Config.Msi\523b8.rbf,,DestName=C:\Python34\Lib\lib2to3\pgen2\token.py,Attributes=32800,FileSize=1347,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:888]: File: C:\Python34\Lib\lib2to3\pgen2\token.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:894]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:895]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\) MSI (s) (9C:5C) [21:26:12:896]: Executing op: FileCopy(SourceName=C:\Config.Msi\523b7.rbf,,DestName=C:\Python34\Lib\lib2to3\refactor.py,Attributes=32800,FileSize=28787,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:898]: File: C:\Python34\Lib\lib2to3\refactor.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:906]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:907]: Executing op: FileCopy(SourceName=C:\Config.Msi\523b6.rbf,,DestName=C:\Python34\Lib\lib2to3\PatternGrammar.txt,Attributes=32800,FileSize=821,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:909]: File: C:\Python34\Lib\lib2to3\PatternGrammar.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:916]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:917]: Executing op: FileCopy(SourceName=C:\Config.Msi\523b5.rbf,,DestName=C:\Python34\Lib\lib2to3\Grammar.txt,Attributes=32800,FileSize=6794,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:918]: File: C:\Python34\Lib\lib2to3\Grammar.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:924]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:926]: Executing op: FileCopy(SourceName=C:\Config.Msi\523b4.rbf,,DestName=C:\Python34\Lib\lib2to3\fixer_base.py,Attributes=32800,FileSize=6893,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:927]: File: C:\Python34\Lib\lib2to3\fixer_base.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:933]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:934]: Executing op: FileCopy(SourceName=C:\Config.Msi\523b3.rbf,,DestName=C:\Python34\Lib\lib2to3\btm_matcher.py,Attributes=32800,FileSize=7001,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:936]: File: C:\Python34\Lib\lib2to3\btm_matcher.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:942]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:943]: Executing op: FileCopy(SourceName=C:\Config.Msi\523b2.rbf,,DestName=C:\Python34\Lib\lib2to3\__init__.py,Attributes=32800,FileSize=8,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:945]: File: C:\Python34\Lib\lib2to3\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:952]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:954]: Executing op: FileCopy(SourceName=C:\Config.Msi\523b1.rbf,,DestName=C:\Python34\Lib\lib2to3\fixer_util.py,Attributes=32800,FileSize=15711,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:955]: File: C:\Python34\Lib\lib2to3\fixer_util.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:961]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:962]: Executing op: FileCopy(SourceName=C:\Config.Msi\523b0.rbf,,DestName=C:\Python34\Lib\lib2to3\__main__.py,Attributes=32800,FileSize=71,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:964]: File: C:\Python34\Lib\lib2to3\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:970]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:971]: Executing op: FileCopy(SourceName=C:\Config.Msi\523af.rbf,,DestName=C:\Python34\Lib\lib2to3\patcomp.py,Attributes=32800,FileSize=7280,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:972]: File: C:\Python34\Lib\lib2to3\patcomp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:978]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:979]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ae.rbf,,DestName=C:\Python34\Lib\lib2to3\pytree.py,Attributes=32800,FileSize=29169,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:981]: File: C:\Python34\Lib\lib2to3\pytree.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:987]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:988]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ad.rbf,,DestName=C:\Python34\Lib\lib2to3\main.py,Attributes=32800,FileSize=11890,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:989]: File: C:\Python34\Lib\lib2to3\main.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:12:996]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:12:997]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ac.rbf,,DestName=C:\Python34\Lib\lib2to3\btm_utils.py,Attributes=32800,FileSize=10246,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:12:999]: File: C:\Python34\Lib\lib2to3\btm_utils.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:005]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:006]: Executing op: FileCopy(SourceName=C:\Config.Msi\523ab.rbf,,DestName=C:\Python34\Lib\lib2to3\pygram.py,Attributes=32800,FileSize=1154,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:007]: File: C:\Python34\Lib\lib2to3\pygram.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:013]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:014]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\html\) MSI (s) (9C:5C) [21:26:13:016]: Executing op: FileCopy(SourceName=C:\Config.Msi\523aa.rbf,,DestName=C:\Python34\Lib\html\entities.py,Attributes=32800,FileSize=77746,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:017]: File: C:\Python34\Lib\html\entities.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:023]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:024]: Executing op: FileCopy(SourceName=C:\Config.Msi\523a9.rbf,,DestName=C:\Python34\Lib\html\__init__.py,Attributes=32800,FileSize=4888,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:026]: File: C:\Python34\Lib\html\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:036]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:037]: Executing op: FileCopy(SourceName=C:\Config.Msi\523a8.rbf,,DestName=C:\Python34\Lib\html\parser.py,Attributes=32800,FileSize=21331,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:039]: File: C:\Python34\Lib\html\parser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:045]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:046]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\sqlite3\test\) MSI (s) (9C:5C) [21:26:13:047]: Executing op: FileCopy(SourceName=C:\Config.Msi\523a7.rbf,,DestName=C:\Python34\Lib\sqlite3\test\hooks.py,Attributes=32800,FileSize=9672,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:048]: File: C:\Python34\Lib\sqlite3\test\hooks.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:054]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:056]: Executing op: FileCopy(SourceName=C:\Config.Msi\523a6.rbf,,DestName=C:\Python34\Lib\sqlite3\test\transactions.py,Attributes=32800,FileSize=7542,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:057]: File: C:\Python34\Lib\sqlite3\test\transactions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:063]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:065]: Executing op: FileCopy(SourceName=C:\Config.Msi\523a5.rbf,,DestName=C:\Python34\Lib\sqlite3\test\types.py,Attributes=32800,FileSize=14838,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:066]: File: C:\Python34\Lib\sqlite3\test\types.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:072]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:073]: Executing op: FileCopy(SourceName=C:\Config.Msi\523a4.rbf,,DestName=C:\Python34\Lib\sqlite3\test\factory.py,Attributes=32800,FileSize=9873,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:075]: File: C:\Python34\Lib\sqlite3\test\factory.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:081]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:083]: Executing op: FileCopy(SourceName=C:\Config.Msi\523a3.rbf,,DestName=C:\Python34\Lib\sqlite3\test\__init__.py,Attributes=32800,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:084]: File: C:\Python34\Lib\sqlite3\test\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:091]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:092]: Executing op: FileCopy(SourceName=C:\Config.Msi\523a2.rbf,,DestName=C:\Python34\Lib\sqlite3\test\userfunctions.py,Attributes=32800,FileSize=15491,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:094]: File: C:\Python34\Lib\sqlite3\test\userfunctions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:100]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:101]: Executing op: FileCopy(SourceName=C:\Config.Msi\523a1.rbf,,DestName=C:\Python34\Lib\sqlite3\test\regression.py,Attributes=32800,FileSize=13278,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:102]: File: C:\Python34\Lib\sqlite3\test\regression.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:108]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:109]: Executing op: FileCopy(SourceName=C:\Config.Msi\523a0.rbf,,DestName=C:\Python34\Lib\sqlite3\test\dump.py,Attributes=32800,FileSize=2921,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:111]: File: C:\Python34\Lib\sqlite3\test\dump.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:117]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:118]: Executing op: FileCopy(SourceName=C:\Config.Msi\5239f.rbf,,DestName=C:\Python34\Lib\sqlite3\test\dbapi.py,Attributes=32800,FileSize=32319,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:120]: File: C:\Python34\Lib\sqlite3\test\dbapi.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:127]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:137]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\sqlite3\) MSI (s) (9C:5C) [21:26:13:138]: Executing op: FileCopy(SourceName=C:\Config.Msi\5239e.rbf,,DestName=C:\Python34\Lib\sqlite3\__init__.py,Attributes=32800,FileSize=1041,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:140]: File: C:\Python34\Lib\sqlite3\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:146]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:147]: Executing op: FileCopy(SourceName=C:\Config.Msi\5239d.rbf,,DestName=C:\Python34\Lib\sqlite3\dump.py,Attributes=32800,FileSize=2895,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:149]: File: C:\Python34\Lib\sqlite3\dump.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:155]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:156]: Executing op: FileCopy(SourceName=C:\Config.Msi\5239c.rbf,,DestName=C:\Python34\Lib\sqlite3\dbapi2.py,Attributes=32800,FileSize=2776,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:157]: File: C:\Python34\Lib\sqlite3\dbapi2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:163]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:164]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\http\) MSI (s) (9C:5C) [21:26:13:166]: Executing op: FileCopy(SourceName=C:\Config.Msi\5239b.rbf,,DestName=C:\Python34\Lib\http\__init__.py,Attributes=32800,FileSize=39,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:167]: File: C:\Python34\Lib\http\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:173]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:174]: Executing op: FileCopy(SourceName=C:\Config.Msi\5239a.rbf,,DestName=C:\Python34\Lib\http\server.py,Attributes=32800,FileSize=47385,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:176]: File: C:\Python34\Lib\http\server.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:182]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:184]: Executing op: FileCopy(SourceName=C:\Config.Msi\52399.rbf,,DestName=C:\Python34\Lib\http\cookiejar.py,Attributes=32800,FileSize=77871,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:185]: File: C:\Python34\Lib\http\cookiejar.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:192]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:193]: Executing op: FileCopy(SourceName=C:\Config.Msi\52398.rbf,,DestName=C:\Python34\Lib\http\cookies.py,Attributes=32800,FileSize=21437,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:195]: File: C:\Python34\Lib\http\cookies.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:201]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:202]: Executing op: FileCopy(SourceName=C:\Config.Msi\52397.rbf,,DestName=C:\Python34\Lib\http\client.py,Attributes=32800,FileSize=47013,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:204]: File: C:\Python34\Lib\http\client.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:210]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:211]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\concurrent\futures\) MSI (s) (9C:5C) [21:26:13:212]: Executing op: FileCopy(SourceName=C:\Config.Msi\52396.rbf,,DestName=C:\Python34\Lib\concurrent\futures\_base.py,Attributes=32800,FileSize=20213,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:213]: File: C:\Python34\Lib\concurrent\futures\_base.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:220]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:221]: Executing op: FileCopy(SourceName=C:\Config.Msi\52395.rbf,,DestName=C:\Python34\Lib\concurrent\futures\__init__.py,Attributes=32800,FileSize=818,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:222]: File: C:\Python34\Lib\concurrent\futures\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:229]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\52394.rbf,,DestName=C:\Python34\Lib\concurrent\futures\thread.py,Attributes=32800,FileSize=4680,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:232]: File: C:\Python34\Lib\concurrent\futures\thread.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:239]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:240]: Executing op: FileCopy(SourceName=C:\Config.Msi\52393.rbf,,DestName=C:\Python34\Lib\concurrent\futures\process.py,Attributes=32800,FileSize=18001,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:242]: File: C:\Python34\Lib\concurrent\futures\process.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:248]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:249]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\concurrent\) MSI (s) (9C:5C) [21:26:13:250]: Executing op: FileCopy(SourceName=C:\Config.Msi\52392.rbf,,DestName=C:\Python34\Lib\concurrent\__init__.py,Attributes=32800,FileSize=39,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:251]: File: C:\Python34\Lib\concurrent\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:257]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:258]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\idlelib\Icons\) MSI (s) (9C:5C) [21:26:13:259]: Executing op: FileCopy(SourceName=C:\Config.Msi\52391.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\idle_48.png,Attributes=32800,FileSize=4710,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:260]: File: C:\Python34\Lib\idlelib\Icons\idle_48.png; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:267]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:268]: Executing op: FileCopy(SourceName=C:\Config.Msi\52390.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\idle.icns,Attributes=32800,FileSize=57435,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:269]: File: C:\Python34\Lib\idlelib\Icons\idle.icns; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:275]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:277]: Executing op: FileCopy(SourceName=C:\Config.Msi\5238f.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\folder.gif,Attributes=32800,FileSize=120,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:278]: File: C:\Python34\Lib\idlelib\Icons\folder.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:285]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:286]: Executing op: FileCopy(SourceName=C:\Config.Msi\5238e.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\python.gif,Attributes=32800,FileSize=585,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:288]: File: C:\Python34\Lib\idlelib\Icons\python.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:297]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:299]: Executing op: FileCopy(SourceName=C:\Config.Msi\5238d.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\idle_16.gif,Attributes=32800,FileSize=1034,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:300]: File: C:\Python34\Lib\idlelib\Icons\idle_16.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:307]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:310]: Executing op: FileCopy(SourceName=C:\Config.Msi\5238c.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\idle_32.png,Attributes=32800,FileSize=2542,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:312]: File: C:\Python34\Lib\idlelib\Icons\idle_32.png; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:321]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:322]: Executing op: FileCopy(SourceName=C:\Config.Msi\5238b.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\tk.gif,Attributes=32800,FileSize=85,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:324]: File: C:\Python34\Lib\idlelib\Icons\tk.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:335]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:336]: Executing op: FileCopy(SourceName=C:\Config.Msi\5238a.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\minusnode.gif,Attributes=32800,FileSize=96,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:338]: File: C:\Python34\Lib\idlelib\Icons\minusnode.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:348]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:349]: Executing op: FileCopy(SourceName=C:\Config.Msi\52389.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\idle.ico,Attributes=32800,FileSize=19790,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:351]: File: C:\Python34\Lib\idlelib\Icons\idle.ico; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:362]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:363]: Executing op: FileCopy(SourceName=C:\Config.Msi\52388.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\idle_16.png,Attributes=32800,FileSize=1264,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:365]: File: C:\Python34\Lib\idlelib\Icons\idle_16.png; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:378]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:385]: Executing op: FileCopy(SourceName=C:\Config.Msi\52387.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\idle_48.gif,Attributes=32800,FileSize=1388,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:392]: File: C:\Python34\Lib\idlelib\Icons\idle_48.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:406]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:408]: Executing op: FileCopy(SourceName=C:\Config.Msi\52386.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\idle_32.gif,Attributes=32800,FileSize=1435,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:412]: File: C:\Python34\Lib\idlelib\Icons\idle_32.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:424]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:425]: Executing op: FileCopy(SourceName=C:\Config.Msi\52385.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\plusnode.gif,Attributes=32800,FileSize=79,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:428]: File: C:\Python34\Lib\idlelib\Icons\plusnode.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:437]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:439]: Executing op: FileCopy(SourceName=C:\Config.Msi\52384.rbf,,DestName=C:\Python34\Lib\idlelib\Icons\openfolder.gif,Attributes=32800,FileSize=125,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:440]: File: C:\Python34\Lib\idlelib\Icons\openfolder.gif; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:447]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:449]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\idlelib\idle_test\) MSI (s) (9C:5C) [21:26:13:450]: Executing op: FileCopy(SourceName=C:\Config.Msi\52383.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_idlehistory.py,Attributes=32800,FileSize=5632,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:451]: File: C:\Python34\Lib\idlelib\idle_test\test_idlehistory.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:457]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:459]: Executing op: FileCopy(SourceName=C:\Config.Msi\52382.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\README.txt,Attributes=32800,FileSize=4915,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:460]: File: C:\Python34\Lib\idlelib\idle_test\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:469]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:470]: Executing op: FileCopy(SourceName=C:\Config.Msi\52381.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_pathbrowser.py,Attributes=32800,FileSize=356,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:472]: File: C:\Python34\Lib\idlelib\idle_test\test_pathbrowser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:478]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:479]: Executing op: FileCopy(SourceName=C:\Config.Msi\52380.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_searchengine.py,Attributes=32800,FileSize=11832,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:482]: File: C:\Python34\Lib\idlelib\idle_test\test_searchengine.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:489]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:491]: Executing op: FileCopy(SourceName=C:\Config.Msi\5237f.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\mock_tk.py,Attributes=32800,FileSize=11842,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:492]: File: C:\Python34\Lib\idlelib\idle_test\mock_tk.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:500]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:501]: Executing op: FileCopy(SourceName=C:\Config.Msi\5237e.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_grep.py,Attributes=32800,FileSize=2751,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:503]: File: C:\Python34\Lib\idlelib\idle_test\test_grep.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:510]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:512]: Executing op: FileCopy(SourceName=C:\Config.Msi\5237d.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_calltips.py,Attributes=32800,FileSize=6559,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:515]: File: C:\Python34\Lib\idlelib\idle_test\test_calltips.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:522]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:523]: Executing op: FileCopy(SourceName=C:\Config.Msi\5237c.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\htest.py,Attributes=32800,FileSize=12982,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:525]: File: C:\Python34\Lib\idlelib\idle_test\htest.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:534]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:535]: Executing op: FileCopy(SourceName=C:\Config.Msi\5237b.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_config_name.py,Attributes=32800,FileSize=2474,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:538]: File: C:\Python34\Lib\idlelib\idle_test\test_config_name.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:547]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:548]: Executing op: FileCopy(SourceName=C:\Config.Msi\5237a.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\__init__.py,Attributes=32800,FileSize=365,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:549]: File: C:\Python34\Lib\idlelib\idle_test\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:556]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:557]: Executing op: FileCopy(SourceName=C:\Config.Msi\52379.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_formatparagraph.py,Attributes=32800,FileSize=14728,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:558]: File: C:\Python34\Lib\idlelib\idle_test\test_formatparagraph.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:565]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:566]: Executing op: FileCopy(SourceName=C:\Config.Msi\52378.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\mock_idle.py,Attributes=32800,FileSize=1628,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:567]: File: C:\Python34\Lib\idlelib\idle_test\mock_idle.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:574]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:575]: Executing op: FileCopy(SourceName=C:\Config.Msi\52377.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_text.py,Attributes=32800,FileSize=6988,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:576]: File: C:\Python34\Lib\idlelib\idle_test\test_text.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:582]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:584]: Executing op: FileCopy(SourceName=C:\Config.Msi\52376.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_rstrip.py,Attributes=32800,FileSize=1662,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:585]: File: C:\Python34\Lib\idlelib\idle_test\test_rstrip.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:591]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:592]: Executing op: FileCopy(SourceName=C:\Config.Msi\52375.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_warning.py,Attributes=32800,FileSize=2825,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:594]: File: C:\Python34\Lib\idlelib\idle_test\test_warning.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:600]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:601]: Executing op: FileCopy(SourceName=C:\Config.Msi\52374.rbf,,DestName=C:\Python34\Lib\idlelib\idle_test\test_delegator.py,Attributes=32800,FileSize=1331,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:603]: File: C:\Python34\Lib\idlelib\idle_test\test_delegator.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:609]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:610]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\idlelib\) MSI (s) (9C:5C) [21:26:13:611]: Executing op: FileCopy(SourceName=C:\Config.Msi\52373.rbf,,DestName=C:\Python34\Lib\idlelib\ReplaceDialog.py,Attributes=32800,FileSize=6863,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:612]: File: C:\Python34\Lib\idlelib\ReplaceDialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:618]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:619]: Executing op: FileCopy(SourceName=C:\Config.Msi\52372.rbf,,DestName=C:\Python34\Lib\idlelib\ZoomHeight.py,Attributes=32800,FileSize=1351,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:621]: File: C:\Python34\Lib\idlelib\ZoomHeight.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:626]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:628]: Executing op: FileCopy(SourceName=C:\Config.Msi\52371.rbf,,DestName=C:\Python34\Lib\idlelib\IdleHistory.py,Attributes=32800,FileSize=4156,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:629]: File: C:\Python34\Lib\idlelib\IdleHistory.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:635]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:636]: Executing op: FileCopy(SourceName=C:\Config.Msi\52370.rbf,,DestName=C:\Python34\Lib\idlelib\EditorWindow.py,Attributes=32800,FileSize=68447,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:637]: File: C:\Python34\Lib\idlelib\EditorWindow.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:643]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:644]: Executing op: FileCopy(SourceName=C:\Config.Msi\5236f.rbf,,DestName=C:\Python34\Lib\idlelib\Percolator.py,Attributes=32800,FileSize=3348,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:646]: File: C:\Python34\Lib\idlelib\Percolator.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:652]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:653]: Executing op: FileCopy(SourceName=C:\Config.Msi\5236e.rbf,,DestName=C:\Python34\Lib\idlelib\UndoDelegator.py,Attributes=32800,FileSize=11180,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:654]: File: C:\Python34\Lib\idlelib\UndoDelegator.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:660]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:661]: Executing op: FileCopy(SourceName=C:\Config.Msi\5236d.rbf,,DestName=C:\Python34\Lib\idlelib\PyParse.py,Attributes=32800,FileSize=21109,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:662]: File: C:\Python34\Lib\idlelib\PyParse.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:668]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:669]: Executing op: FileCopy(SourceName=C:\Config.Msi\5236c.rbf,,DestName=C:\Python34\Lib\idlelib\idle.pyw,Attributes=32800,FileSize=692,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:670]: File: C:\Python34\Lib\idlelib\idle.pyw; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:676]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:677]: Executing op: FileCopy(SourceName=C:\Config.Msi\5236b.rbf,,DestName=C:\Python34\Lib\idlelib\TreeWidget.py,Attributes=32800,FileSize=15495,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:679]: File: C:\Python34\Lib\idlelib\TreeWidget.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:685]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:686]: Executing op: FileCopy(SourceName=C:\Config.Msi\5236a.rbf,,DestName=C:\Python34\Lib\idlelib\ObjectBrowser.py,Attributes=32800,FileSize=4118,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:687]: File: C:\Python34\Lib\idlelib\ObjectBrowser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:693]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:695]: Executing op: FileCopy(SourceName=C:\Config.Msi\52369.rbf,,DestName=C:\Python34\Lib\idlelib\StackViewer.py,Attributes=32800,FileSize=4562,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:696]: File: C:\Python34\Lib\idlelib\StackViewer.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:702]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:703]: Executing op: FileCopy(SourceName=C:\Config.Msi\52368.rbf,,DestName=C:\Python34\Lib\idlelib\configHandler.py,Attributes=32800,FileSize=30203,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:704]: File: C:\Python34\Lib\idlelib\configHandler.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:710]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:711]: Executing op: FileCopy(SourceName=C:\Config.Msi\52367.rbf,,DestName=C:\Python34\Lib\idlelib\configHelpSourceEdit.py,Attributes=32800,FileSize=6836,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:713]: File: C:\Python34\Lib\idlelib\configHelpSourceEdit.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:719]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:720]: Executing op: FileCopy(SourceName=C:\Config.Msi\52366.rbf,,DestName=C:\Python34\Lib\idlelib\ChangeLog,Attributes=32800,FileSize=57984,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:721]: File: C:\Python34\Lib\idlelib\ChangeLog; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:727]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:728]: Executing op: FileCopy(SourceName=C:\Config.Msi\52365.rbf,,DestName=C:\Python34\Lib\idlelib\OutputWindow.py,Attributes=32800,FileSize=4538,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:729]: File: C:\Python34\Lib\idlelib\OutputWindow.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:754]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:755]: Executing op: FileCopy(SourceName=C:\Config.Msi\52364.rbf,,DestName=C:\Python34\Lib\idlelib\HyperParser.py,Attributes=32800,FileSize=13190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:757]: File: C:\Python34\Lib\idlelib\HyperParser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:767]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:768]: Executing op: FileCopy(SourceName=C:\Config.Msi\52363.rbf,,DestName=C:\Python34\Lib\idlelib\idle.bat,Attributes=32800,FileSize=177,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:770]: File: C:\Python34\Lib\idlelib\idle.bat; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:779]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:781]: Executing op: FileCopy(SourceName=C:\Config.Msi\52362.rbf,,DestName=C:\Python34\Lib\idlelib\FileList.py,Attributes=32800,FileSize=3942,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:782]: File: C:\Python34\Lib\idlelib\FileList.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:789]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:790]: Executing op: FileCopy(SourceName=C:\Config.Msi\52361.rbf,,DestName=C:\Python34\Lib\idlelib\testcode.py,Attributes=32800,FileSize=264,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:792]: File: C:\Python34\Lib\idlelib\testcode.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:800]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:802]: Executing op: FileCopy(SourceName=C:\Config.Msi\52360.rbf,,DestName=C:\Python34\Lib\idlelib\PathBrowser.py,Attributes=32800,FileSize=3217,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:804]: File: C:\Python34\Lib\idlelib\PathBrowser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:814]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:815]: Executing op: FileCopy(SourceName=C:\Config.Msi\5235f.rbf,,DestName=C:\Python34\Lib\idlelib\CallTipWindow.py,Attributes=32800,FileSize=6417,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:817]: File: C:\Python34\Lib\idlelib\CallTipWindow.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:830]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:831]: Executing op: FileCopy(SourceName=C:\Config.Msi\5235e.rbf,,DestName=C:\Python34\Lib\idlelib\ScrolledList.py,Attributes=32800,FileSize=4299,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:834]: File: C:\Python34\Lib\idlelib\ScrolledList.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:844]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:845]: Executing op: FileCopy(SourceName=C:\Config.Msi\5235d.rbf,,DestName=C:\Python34\Lib\idlelib\macosxSupport.py,Attributes=32800,FileSize=8782,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:847]: File: C:\Python34\Lib\idlelib\macosxSupport.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:868]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:871]: Executing op: FileCopy(SourceName=C:\Config.Msi\5235c.rbf,,DestName=C:\Python34\Lib\idlelib\WidgetRedirector.py,Attributes=32800,FileSize=7043,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:874]: File: C:\Python34\Lib\idlelib\WidgetRedirector.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:884]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:886]: Executing op: FileCopy(SourceName=C:\Config.Msi\5235b.rbf,,DestName=C:\Python34\Lib\idlelib\config-highlight.def,Attributes=32800,FileSize=1804,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:888]: File: C:\Python34\Lib\idlelib\config-highlight.def; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:898]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:900]: Executing op: FileCopy(SourceName=C:\Config.Msi\5235a.rbf,,DestName=C:\Python34\Lib\idlelib\Debugger.py,Attributes=32800,FileSize=16837,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:901]: File: C:\Python34\Lib\idlelib\Debugger.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:910]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:912]: Executing op: FileCopy(SourceName=C:\Config.Msi\52359.rbf,,DestName=C:\Python34\Lib\idlelib\ParenMatch.py,Attributes=32800,FileSize=6891,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:913]: File: C:\Python34\Lib\idlelib\ParenMatch.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:920]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:922]: Executing op: FileCopy(SourceName=C:\Config.Msi\52358.rbf,,DestName=C:\Python34\Lib\idlelib\SearchEngine.py,Attributes=32800,FileSize=7716,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:924]: File: C:\Python34\Lib\idlelib\SearchEngine.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:934]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:935]: Executing op: FileCopy(SourceName=C:\Config.Msi\52357.rbf,,DestName=C:\Python34\Lib\idlelib\AutoComplete.py,Attributes=32800,FileSize=9435,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:937]: File: C:\Python34\Lib\idlelib\AutoComplete.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:943]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:945]: Executing op: FileCopy(SourceName=C:\Config.Msi\52356.rbf,,DestName=C:\Python34\Lib\idlelib\RemoteDebugger.py,Attributes=32800,FileSize=12418,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:947]: File: C:\Python34\Lib\idlelib\RemoteDebugger.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:956]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:958]: Executing op: FileCopy(SourceName=C:\Config.Msi\52355.rbf,,DestName=C:\Python34\Lib\idlelib\rpc.py,Attributes=32800,FileSize=21557,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:959]: File: C:\Python34\Lib\idlelib\rpc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:967]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:972]: Executing op: FileCopy(SourceName=C:\Config.Msi\52354.rbf,,DestName=C:\Python34\Lib\idlelib\__init__.py,Attributes=32800,FileSize=38,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:976]: File: C:\Python34\Lib\idlelib\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:13:994]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:13:995]: Executing op: FileCopy(SourceName=C:\Config.Msi\52353.rbf,,DestName=C:\Python34\Lib\idlelib\ClassBrowser.py,Attributes=32800,FileSize=7013,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:13:998]: File: C:\Python34\Lib\idlelib\ClassBrowser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:009]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:010]: Executing op: FileCopy(SourceName=C:\Config.Msi\52352.rbf,,DestName=C:\Python34\Lib\idlelib\Delegator.py,Attributes=32800,FileSize=690,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:015]: File: C:\Python34\Lib\idlelib\Delegator.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:026]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:028]: Executing op: FileCopy(SourceName=C:\Config.Msi\52351.rbf,,DestName=C:\Python34\Lib\idlelib\CodeContext.py,Attributes=32800,FileSize=8529,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:030]: File: C:\Python34\Lib\idlelib\CodeContext.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:039]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:041]: Executing op: FileCopy(SourceName=C:\Config.Msi\52350.rbf,,DestName=C:\Python34\Lib\idlelib\idlever.py,Attributes=32800,FileSize=24,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:043]: File: C:\Python34\Lib\idlelib\idlever.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:054]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:056]: Executing op: FileCopy(SourceName=C:\Config.Msi\5234f.rbf,,DestName=C:\Python34\Lib\idlelib\tabbedpages.py,Attributes=32800,FileSize=18916,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:058]: File: C:\Python34\Lib\idlelib\tabbedpages.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:066]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:067]: Executing op: FileCopy(SourceName=C:\Config.Msi\5234e.rbf,,DestName=C:\Python34\Lib\idlelib\TODO.txt,Attributes=32800,FileSize=8688,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:069]: File: C:\Python34\Lib\idlelib\TODO.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:078]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:079]: Executing op: FileCopy(SourceName=C:\Config.Msi\5234d.rbf,,DestName=C:\Python34\Lib\idlelib\HISTORY.txt,Attributes=32800,FileSize=10613,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:081]: File: C:\Python34\Lib\idlelib\HISTORY.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:098]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:100]: Executing op: FileCopy(SourceName=C:\Config.Msi\5234c.rbf,,DestName=C:\Python34\Lib\idlelib\config-main.def,Attributes=32800,FileSize=2593,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:102]: File: C:\Python34\Lib\idlelib\config-main.def; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:110]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:111]: Executing op: FileCopy(SourceName=C:\Config.Msi\5234b.rbf,,DestName=C:\Python34\Lib\idlelib\keybindingDialog.py,Attributes=32800,FileSize=12682,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:113]: File: C:\Python34\Lib\idlelib\keybindingDialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:123]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:124]: Executing op: FileCopy(SourceName=C:\Config.Msi\5234a.rbf,,DestName=C:\Python34\Lib\idlelib\run.py,Attributes=32800,FileSize=14088,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:126]: File: C:\Python34\Lib\idlelib\run.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:137]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:138]: Executing op: FileCopy(SourceName=C:\Config.Msi\52349.rbf,,DestName=C:\Python34\Lib\idlelib\ScriptBinding.py,Attributes=32800,FileSize=8264,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:140]: File: C:\Python34\Lib\idlelib\ScriptBinding.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:151]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:152]: Executing op: FileCopy(SourceName=C:\Config.Msi\52348.rbf,,DestName=C:\Python34\Lib\idlelib\Bindings.py,Attributes=32800,FileSize=3143,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:154]: File: C:\Python34\Lib\idlelib\Bindings.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:165]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:167]: Executing op: FileCopy(SourceName=C:\Config.Msi\52347.rbf,,DestName=C:\Python34\Lib\idlelib\extend.txt,Attributes=32800,FileSize=3725,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:169]: File: C:\Python34\Lib\idlelib\extend.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:178]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:180]: Executing op: FileCopy(SourceName=C:\Config.Msi\52346.rbf,,DestName=C:\Python34\Lib\idlelib\__main__.py,Attributes=32800,FileSize=118,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:182]: File: C:\Python34\Lib\idlelib\__main__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:190]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:191]: Executing op: FileCopy(SourceName=C:\Config.Msi\52345.rbf,,DestName=C:\Python34\Lib\idlelib\configDialog.py,Attributes=32800,FileSize=55806,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:192]: File: C:\Python34\Lib\idlelib\configDialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:199]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:200]: Executing op: FileCopy(SourceName=C:\Config.Msi\52344.rbf,,DestName=C:\Python34\Lib\idlelib\ToolTip.py,Attributes=32800,FileSize=3270,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:202]: File: C:\Python34\Lib\idlelib\ToolTip.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:214]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:215]: Executing op: FileCopy(SourceName=C:\Config.Msi\52343.rbf,,DestName=C:\Python34\Lib\idlelib\dynOptionMenuWidget.py,Attributes=32800,FileSize=2044,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:217]: File: C:\Python34\Lib\idlelib\dynOptionMenuWidget.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:230]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\52342.rbf,,DestName=C:\Python34\Lib\idlelib\textView.py,Attributes=32800,FileSize=3311,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:233]: File: C:\Python34\Lib\idlelib\textView.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:243]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:244]: Executing op: FileCopy(SourceName=C:\Config.Msi\52341.rbf,,DestName=C:\Python34\Lib\idlelib\AutoCompleteWindow.py,Attributes=32800,FileSize=18087,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:246]: File: C:\Python34\Lib\idlelib\AutoCompleteWindow.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:256]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:257]: Executing op: FileCopy(SourceName=C:\Config.Msi\52340.rbf,,DestName=C:\Python34\Lib\idlelib\CallTips.py,Attributes=32800,FileSize=6107,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:259]: File: C:\Python34\Lib\idlelib\CallTips.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:267]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:269]: Executing op: FileCopy(SourceName=C:\Config.Msi\5233f.rbf,,DestName=C:\Python34\Lib\idlelib\CREDITS.txt,Attributes=32800,FileSize=1902,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:270]: File: C:\Python34\Lib\idlelib\CREDITS.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:276]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:278]: Executing op: FileCopy(SourceName=C:\Config.Msi\5233e.rbf,,DestName=C:\Python34\Lib\idlelib\MultiStatusBar.py,Attributes=32800,FileSize=1313,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:280]: File: C:\Python34\Lib\idlelib\MultiStatusBar.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:289]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:290]: Executing op: FileCopy(SourceName=C:\Config.Msi\5233d.rbf,,DestName=C:\Python34\Lib\idlelib\AutoExpand.py,Attributes=32800,FileSize=3499,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:292]: File: C:\Python34\Lib\idlelib\AutoExpand.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:301]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:302]: Executing op: FileCopy(SourceName=C:\Config.Msi\5233c.rbf,,DestName=C:\Python34\Lib\idlelib\config-extensions.def,Attributes=32800,FileSize=2884,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:304]: File: C:\Python34\Lib\idlelib\config-extensions.def; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:313]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:314]: Executing op: FileCopy(SourceName=C:\Config.Msi\5233b.rbf,,DestName=C:\Python34\Lib\idlelib\FormatParagraph.py,Attributes=32800,FileSize=7387,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:316]: File: C:\Python34\Lib\idlelib\FormatParagraph.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:323]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:326]: Executing op: FileCopy(SourceName=C:\Config.Msi\5233a.rbf,,DestName=C:\Python34\Lib\idlelib\help.txt,Attributes=32800,FileSize=18057,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:330]: File: C:\Python34\Lib\idlelib\help.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:340]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:342]: Executing op: FileCopy(SourceName=C:\Config.Msi\52339.rbf,,DestName=C:\Python34\Lib\idlelib\README.txt,Attributes=32800,FileSize=2562,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:344]: File: C:\Python34\Lib\idlelib\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:354]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:356]: Executing op: FileCopy(SourceName=C:\Config.Msi\52338.rbf,,DestName=C:\Python34\Lib\idlelib\MultiCall.py,Attributes=32800,FileSize=19215,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:358]: File: C:\Python34\Lib\idlelib\MultiCall.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:369]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:370]: Executing op: FileCopy(SourceName=C:\Config.Msi\52337.rbf,,DestName=C:\Python34\Lib\idlelib\PyShell.py,Attributes=32800,FileSize=60167,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:372]: File: C:\Python34\Lib\idlelib\PyShell.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:380]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:382]: Executing op: FileCopy(SourceName=C:\Config.Msi\52336.rbf,,DestName=C:\Python34\Lib\idlelib\configSectionNameDialog.py,Attributes=32800,FileSize=4105,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:384]: File: C:\Python34\Lib\idlelib\configSectionNameDialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:393]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:394]: Executing op: FileCopy(SourceName=C:\Config.Msi\52335.rbf,,DestName=C:\Python34\Lib\idlelib\RemoteObjectBrowser.py,Attributes=32800,FileSize=1000,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:397]: File: C:\Python34\Lib\idlelib\RemoteObjectBrowser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:449]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:452]: Executing op: FileCopy(SourceName=C:\Config.Msi\52334.rbf,,DestName=C:\Python34\Lib\idlelib\SearchDialogBase.py,Attributes=32800,FileSize=7193,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:454]: File: C:\Python34\Lib\idlelib\SearchDialogBase.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:464]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:466]: Executing op: FileCopy(SourceName=C:\Config.Msi\52333.rbf,,DestName=C:\Python34\Lib\idlelib\SearchDialog.py,Attributes=32800,FileSize=2723,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:468]: File: C:\Python34\Lib\idlelib\SearchDialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:477]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:480]: Executing op: FileCopy(SourceName=C:\Config.Msi\52332.rbf,,DestName=C:\Python34\Lib\idlelib\NEWS.txt,Attributes=32800,FileSize=33099,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:482]: File: C:\Python34\Lib\idlelib\NEWS.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:498]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:499]: Executing op: FileCopy(SourceName=C:\Config.Msi\52331.rbf,,DestName=C:\Python34\Lib\idlelib\ColorDelegator.py,Attributes=32800,FileSize=9933,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:501]: File: C:\Python34\Lib\idlelib\ColorDelegator.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:507]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:508]: Executing op: FileCopy(SourceName=C:\Config.Msi\52330.rbf,,DestName=C:\Python34\Lib\idlelib\aboutDialog.py,Attributes=32800,FileSize=6768,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:510]: File: C:\Python34\Lib\idlelib\aboutDialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:519]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:520]: Executing op: FileCopy(SourceName=C:\Config.Msi\5232f.rbf,,DestName=C:\Python34\Lib\idlelib\RstripExtension.py,Attributes=32800,FileSize=1083,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:521]: File: C:\Python34\Lib\idlelib\RstripExtension.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:527]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:529]: Executing op: FileCopy(SourceName=C:\Config.Msi\5232e.rbf,,DestName=C:\Python34\Lib\idlelib\idle.py,Attributes=32800,FileSize=411,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:530]: File: C:\Python34\Lib\idlelib\idle.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:539]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:540]: Executing op: FileCopy(SourceName=C:\Config.Msi\5232d.rbf,,DestName=C:\Python34\Lib\idlelib\WindowList.py,Attributes=32800,FileSize=2562,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:542]: File: C:\Python34\Lib\idlelib\WindowList.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:555]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:557]: Executing op: FileCopy(SourceName=C:\Config.Msi\5232c.rbf,,DestName=C:\Python34\Lib\idlelib\config-keys.def,Attributes=32800,FileSize=7991,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:559]: File: C:\Python34\Lib\idlelib\config-keys.def; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:569]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:571]: Executing op: FileCopy(SourceName=C:\Config.Msi\5232b.rbf,,DestName=C:\Python34\Lib\idlelib\GrepDialog.py,Attributes=32800,FileSize=5302,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:573]: File: C:\Python34\Lib\idlelib\GrepDialog.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:586]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:588]: Executing op: FileCopy(SourceName=C:\Config.Msi\5232a.rbf,,DestName=C:\Python34\Lib\idlelib\IOBinding.py,Attributes=32800,FileSize=20300,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:590]: File: C:\Python34\Lib\idlelib\IOBinding.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:600]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:601]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\site-packages\) MSI (s) (9C:5C) [21:26:14:602]: Executing op: FileCopy(SourceName=C:\Config.Msi\52329.rbf,,DestName=C:\Python34\Lib\site-packages\README.txt,Attributes=32800,FileSize=121,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:603]: File: C:\Python34\Lib\site-packages\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:614]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:615]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\asyncio\) MSI (s) (9C:5C) [21:26:14:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\52328.rbf,,DestName=C:\Python34\Lib\asyncio\windows_events.py,Attributes=32800,FileSize=23874,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:618]: File: C:\Python34\Lib\asyncio\windows_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:624]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:626]: Executing op: FileCopy(SourceName=C:\Config.Msi\52327.rbf,,DestName=C:\Python34\Lib\asyncio\queues.py,Attributes=32800,FileSize=9307,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:627]: File: C:\Python34\Lib\asyncio\queues.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:636]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:638]: Executing op: FileCopy(SourceName=C:\Config.Msi\52326.rbf,,DestName=C:\Python34\Lib\asyncio\windows_utils.py,Attributes=32800,FileSize=6273,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:639]: File: C:\Python34\Lib\asyncio\windows_utils.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:645]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:646]: Executing op: FileCopy(SourceName=C:\Config.Msi\52325.rbf,,DestName=C:\Python34\Lib\asyncio\base_events.py,Attributes=32800,FileSize=41640,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:648]: File: C:\Python34\Lib\asyncio\base_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:655]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:657]: Executing op: FileCopy(SourceName=C:\Config.Msi\52324.rbf,,DestName=C:\Python34\Lib\asyncio\futures.py,Attributes=32800,FileSize=15164,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:658]: File: C:\Python34\Lib\asyncio\futures.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:666]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:668]: Executing op: FileCopy(SourceName=C:\Config.Msi\52323.rbf,,DestName=C:\Python34\Lib\asyncio\events.py,Attributes=32800,FileSize=19408,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:670]: File: C:\Python34\Lib\asyncio\events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:681]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:683]: Executing op: FileCopy(SourceName=C:\Config.Msi\52322.rbf,,DestName=C:\Python34\Lib\asyncio\selector_events.py,Attributes=32800,FileSize=37303,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:685]: File: C:\Python34\Lib\asyncio\selector_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:696]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:698]: Executing op: FileCopy(SourceName=C:\Config.Msi\52321.rbf,,DestName=C:\Python34\Lib\asyncio\log.py,Attributes=32800,FileSize=131,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:701]: File: C:\Python34\Lib\asyncio\log.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:710]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:711]: Executing op: FileCopy(SourceName=C:\Config.Msi\52320.rbf,,DestName=C:\Python34\Lib\asyncio\streams.py,Attributes=32800,FileSize=16654,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:714]: File: C:\Python34\Lib\asyncio\streams.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:720]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:721]: Executing op: FileCopy(SourceName=C:\Config.Msi\5231f.rbf,,DestName=C:\Python34\Lib\asyncio\tasks.py,Attributes=32800,FileSize=23537,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:723]: File: C:\Python34\Lib\asyncio\tasks.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:730]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:731]: Executing op: FileCopy(SourceName=C:\Config.Msi\5231e.rbf,,DestName=C:\Python34\Lib\asyncio\__init__.py,Attributes=32800,FileSize=1424,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:733]: File: C:\Python34\Lib\asyncio\__init__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:739]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:740]: Executing op: FileCopy(SourceName=C:\Config.Msi\5231d.rbf,,DestName=C:\Python34\Lib\asyncio\subprocess.py,Attributes=32800,FileSize=7930,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:741]: File: C:\Python34\Lib\asyncio\subprocess.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:747]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:748]: Executing op: FileCopy(SourceName=C:\Config.Msi\5231c.rbf,,DestName=C:\Python34\Lib\asyncio\base_subprocess.py,Attributes=32800,FileSize=6332,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:750]: File: C:\Python34\Lib\asyncio\base_subprocess.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:756]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:758]: Executing op: FileCopy(SourceName=C:\Config.Msi\5231b.rbf,,DestName=C:\Python34\Lib\asyncio\unix_events.py,Attributes=32800,FileSize=32330,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:760]: File: C:\Python34\Lib\asyncio\unix_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:769]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:770]: Executing op: FileCopy(SourceName=C:\Config.Msi\5231a.rbf,,DestName=C:\Python34\Lib\asyncio\proactor_events.py,Attributes=32800,FileSize=18597,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:772]: File: C:\Python34\Lib\asyncio\proactor_events.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:780]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:782]: Executing op: FileCopy(SourceName=C:\Config.Msi\52319.rbf,,DestName=C:\Python34\Lib\asyncio\transports.py,Attributes=32800,FileSize=10170,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:784]: File: C:\Python34\Lib\asyncio\transports.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:816]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:821]: Executing op: FileCopy(SourceName=C:\Config.Msi\52318.rbf,,DestName=C:\Python34\Lib\asyncio\constants.py,Attributes=32800,FileSize=202,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:823]: File: C:\Python34\Lib\asyncio\constants.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:833]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:834]: Executing op: FileCopy(SourceName=C:\Config.Msi\52317.rbf,,DestName=C:\Python34\Lib\asyncio\protocols.py,Attributes=32800,FileSize=4533,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:835]: File: C:\Python34\Lib\asyncio\protocols.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:841]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:843]: Executing op: FileCopy(SourceName=C:\Config.Msi\52316.rbf,,DestName=C:\Python34\Lib\asyncio\locks.py,Attributes=32800,FileSize=14877,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:844]: File: C:\Python34\Lib\asyncio\locks.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:850]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:852]: Executing op: FileCopy(SourceName=C:\Config.Msi\52315.rbf,,DestName=C:\Python34\Lib\asyncio\test_utils.py,Attributes=32800,FileSize=12320,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:854]: File: C:\Python34\Lib\asyncio\test_utils.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:863]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:864]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\) MSI (s) (9C:5C) [21:26:14:865]: Executing op: FileCopy(SourceName=C:\Config.Msi\52314.rbf,,DestName=C:\Python34\Lib\_threading_local.py,Attributes=32800,FileSize=7656,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:867]: File: C:\Python34\Lib\_threading_local.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:874]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:877]: Executing op: FileCopy(SourceName=C:\Config.Msi\52313.rbf,,DestName=C:\Python34\Lib\__future__.py,Attributes=32800,FileSize=4718,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:879]: File: C:\Python34\Lib\__future__.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:887]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:889]: Executing op: FileCopy(SourceName=C:\Config.Msi\52312.rbf,,DestName=C:\Python34\Lib\imp.py,Attributes=32800,FileSize=10299,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:890]: File: C:\Python34\Lib\imp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:903]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:905]: Executing op: FileCopy(SourceName=C:\Config.Msi\52311.rbf,,DestName=C:\Python34\Lib\pty.py,Attributes=32800,FileSize=4933,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:908]: File: C:\Python34\Lib\pty.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:925]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:926]: Executing op: FileCopy(SourceName=C:\Config.Msi\52310.rbf,,DestName=C:\Python34\Lib\pathlib.py,Attributes=32800,FileSize=43111,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:928]: File: C:\Python34\Lib\pathlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:939]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:940]: Executing op: FileCopy(SourceName=C:\Config.Msi\5230f.rbf,,DestName=C:\Python34\Lib\stat.py,Attributes=32800,FileSize=4555,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:942]: File: C:\Python34\Lib\stat.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:951]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:952]: Executing op: FileCopy(SourceName=C:\Config.Msi\5230e.rbf,,DestName=C:\Python34\Lib\_sitebuiltins.py,Attributes=32800,FileSize=3218,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:954]: File: C:\Python34\Lib\_sitebuiltins.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:962]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:963]: Executing op: FileCopy(SourceName=C:\Config.Msi\5230d.rbf,,DestName=C:\Python34\Lib\contextlib.py,Attributes=32800,FileSize=11988,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:965]: File: C:\Python34\Lib\contextlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:970]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:972]: Executing op: FileCopy(SourceName=C:\Config.Msi\5230c.rbf,,DestName=C:\Python34\Lib\wave.py,Attributes=32800,FileSize=18174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:973]: File: C:\Python34\Lib\wave.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:981]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:983]: Executing op: FileCopy(SourceName=C:\Config.Msi\5230b.rbf,,DestName=C:\Python34\Lib\webbrowser.py,Attributes=32800,FileSize=22072,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:985]: File: C:\Python34\Lib\webbrowser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:14:993]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:14:994]: Executing op: FileCopy(SourceName=C:\Config.Msi\5230a.rbf,,DestName=C:\Python34\Lib\zipfile.py,Attributes=32800,FileSize=69120,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:14:997]: File: C:\Python34\Lib\zipfile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:011]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:018]: Executing op: FileCopy(SourceName=C:\Config.Msi\52309.rbf,,DestName=C:\Python34\Lib\_collections_abc.py,Attributes=32800,FileSize=20720,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:026]: File: C:\Python34\Lib\_collections_abc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:039]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:040]: Executing op: FileCopy(SourceName=C:\Config.Msi\52308.rbf,,DestName=C:\Python34\Lib\posixpath.py,Attributes=32800,FileSize=13905,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:042]: File: C:\Python34\Lib\posixpath.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:050]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:051]: Executing op: FileCopy(SourceName=C:\Config.Msi\52307.rbf,,DestName=C:\Python34\Lib\bdb.py,Attributes=32800,FileSize=24027,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:053]: File: C:\Python34\Lib\bdb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:062]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:064]: Executing op: FileCopy(SourceName=C:\Config.Msi\52306.rbf,,DestName=C:\Python34\Lib\lzma.py,Attributes=32800,FileSize=19882,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:066]: File: C:\Python34\Lib\lzma.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:074]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:075]: Executing op: FileCopy(SourceName=C:\Config.Msi\52305.rbf,,DestName=C:\Python34\Lib\numbers.py,Attributes=32800,FileSize=10792,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:076]: File: C:\Python34\Lib\numbers.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:082]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:083]: Executing op: FileCopy(SourceName=C:\Config.Msi\52304.rbf,,DestName=C:\Python34\Lib\os.py,Attributes=32800,FileSize=34743,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:085]: File: C:\Python34\Lib\os.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:092]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:094]: Executing op: FileCopy(SourceName=C:\Config.Msi\52303.rbf,,DestName=C:\Python34\Lib\profile.py,Attributes=32800,FileSize=22610,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:096]: File: C:\Python34\Lib\profile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:104]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:105]: Executing op: FileCopy(SourceName=C:\Config.Msi\52302.rbf,,DestName=C:\Python34\Lib\socketserver.py,Attributes=32800,FileSize=24997,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:106]: File: C:\Python34\Lib\socketserver.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:116]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:119]: Executing op: FileCopy(SourceName=C:\Config.Msi\52301.rbf,,DestName=C:\Python34\Lib\decimal.py,Attributes=32800,FileSize=235051,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:121]: File: C:\Python34\Lib\decimal.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:132]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:135]: Executing op: FileCopy(SourceName=C:\Config.Msi\52300.rbf,,DestName=C:\Python34\Lib\macurl2path.py,Attributes=32800,FileSize=2809,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:139]: File: C:\Python34\Lib\macurl2path.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:149]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:151]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ff.rbf,,DestName=C:\Python34\Lib\ntpath.py,Attributes=32800,FileSize=21098,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:153]: File: C:\Python34\Lib\ntpath.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:161]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:162]: Executing op: FileCopy(SourceName=C:\Config.Msi\522fe.rbf,,DestName=C:\Python34\Lib\_bootlocale.py,Attributes=32800,FileSize=1335,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:165]: File: C:\Python34\Lib\_bootlocale.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:172]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:173]: Executing op: FileCopy(SourceName=C:\Config.Msi\522fd.rbf,,DestName=C:\Python34\Lib\antigravity.py,Attributes=32800,FileSize=492,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:175]: File: C:\Python34\Lib\antigravity.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:183]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:184]: Executing op: FileCopy(SourceName=C:\Config.Msi\522fc.rbf,,DestName=C:\Python34\Lib\re.py,Attributes=32800,FileSize=15630,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:186]: File: C:\Python34\Lib\re.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:193]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:194]: Executing op: FileCopy(SourceName=C:\Config.Msi\522fb.rbf,,DestName=C:\Python34\Lib\filecmp.py,Attributes=32800,FileSize=10135,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:196]: File: C:\Python34\Lib\filecmp.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:202]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:203]: Executing op: FileCopy(SourceName=C:\Config.Msi\522fa.rbf,,DestName=C:\Python34\Lib\dummy_threading.py,Attributes=32800,FileSize=2893,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:205]: File: C:\Python34\Lib\dummy_threading.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:213]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:214]: Executing op: FileCopy(SourceName=C:\Config.Msi\522f9.rbf,,DestName=C:\Python34\Lib\uu.py,Attributes=32800,FileSize=6954,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:215]: File: C:\Python34\Lib\uu.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:222]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:223]: Executing op: FileCopy(SourceName=C:\Config.Msi\522f8.rbf,,DestName=C:\Python34\Lib\codeop.py,Attributes=32800,FileSize=6162,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:225]: File: C:\Python34\Lib\codeop.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:234]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:235]: Executing op: FileCopy(SourceName=C:\Config.Msi\522f7.rbf,,DestName=C:\Python34\Lib\fnmatch.py,Attributes=32800,FileSize=3272,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:236]: File: C:\Python34\Lib\fnmatch.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:244]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:246]: Executing op: FileCopy(SourceName=C:\Config.Msi\522f6.rbf,,DestName=C:\Python34\Lib\mailbox.py,Attributes=32800,FileSize=80422,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:248]: File: C:\Python34\Lib\mailbox.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:257]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:259]: Executing op: FileCopy(SourceName=C:\Config.Msi\522f5.rbf,,DestName=C:\Python34\Lib\gettext.py,Attributes=32800,FileSize=18184,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:261]: File: C:\Python34\Lib\gettext.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:269]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:270]: Executing op: FileCopy(SourceName=C:\Config.Msi\522f4.rbf,,DestName=C:\Python34\Lib\this.py,Attributes=32800,FileSize=1031,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:272]: File: C:\Python34\Lib\this.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:278]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:280]: Executing op: FileCopy(SourceName=C:\Config.Msi\522f3.rbf,,DestName=C:\Python34\Lib\threading.py,Attributes=32800,FileSize=50259,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:282]: File: C:\Python34\Lib\threading.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:290]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:292]: Executing op: FileCopy(SourceName=C:\Config.Msi\522f2.rbf,,DestName=C:\Python34\Lib\mailcap.py,Attributes=32800,FileSize=7690,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:293]: File: C:\Python34\Lib\mailcap.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:300]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:302]: Executing op: FileCopy(SourceName=C:\Config.Msi\522f1.rbf,,DestName=C:\Python34\Lib\genericpath.py,Attributes=32800,FileSize=4014,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:304]: File: C:\Python34\Lib\genericpath.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:311]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:313]: Executing op: FileCopy(SourceName=C:\Config.Msi\522f0.rbf,,DestName=C:\Python34\Lib\codecs.py,Attributes=32800,FileSize=37066,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:315]: File: C:\Python34\Lib\codecs.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:331]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:334]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ef.rbf,,DestName=C:\Python34\Lib\gzip.py,Attributes=32800,FileSize=24967,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:336]: File: C:\Python34\Lib\gzip.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:344]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:348]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ee.rbf,,DestName=C:\Python34\Lib\smtplib.py,Attributes=32800,FileSize=39799,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:350]: File: C:\Python34\Lib\smtplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:358]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:360]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ed.rbf,,DestName=C:\Python34\Lib\formatter.py,Attributes=32800,FileSize=15524,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:362]: File: C:\Python34\Lib\formatter.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:370]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:371]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ec.rbf,,DestName=C:\Python34\Lib\symbol.py,Attributes=32800,FileSize=2153,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:373]: File: C:\Python34\Lib\symbol.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:378]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:379]: Executing op: FileCopy(SourceName=C:\Config.Msi\522eb.rbf,,DestName=C:\Python34\Lib\tokenize.py,Attributes=32800,FileSize=25567,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:381]: File: C:\Python34\Lib\tokenize.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:388]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:389]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ea.rbf,,DestName=C:\Python34\Lib\site.py,Attributes=32800,FileSize=21779,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:391]: File: C:\Python34\Lib\site.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:396]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:397]: Executing op: FileCopy(SourceName=C:\Config.Msi\522e9.rbf,,DestName=C:\Python34\Lib\_strptime.py,Attributes=32800,FileSize=22190,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:399]: File: C:\Python34\Lib\_strptime.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:406]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:407]: Executing op: FileCopy(SourceName=C:\Config.Msi\522e8.rbf,,DestName=C:\Python34\Lib\cgi.py,Attributes=32800,FileSize=36663,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:409]: File: C:\Python34\Lib\cgi.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:417]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:418]: Executing op: FileCopy(SourceName=C:\Config.Msi\522e7.rbf,,DestName=C:\Python34\Lib\shlex.py,Attributes=32800,FileSize=11806,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:420]: File: C:\Python34\Lib\shlex.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:433]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:434]: Executing op: FileCopy(SourceName=C:\Config.Msi\522e6.rbf,,DestName=C:\Python34\Lib\runpy.py,Attributes=32800,FileSize=11087,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:436]: File: C:\Python34\Lib\runpy.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:445]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:446]: Executing op: FileCopy(SourceName=C:\Config.Msi\522e5.rbf,,DestName=C:\Python34\Lib\xdrlib.py,Attributes=32800,FileSize=5605,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:448]: File: C:\Python34\Lib\xdrlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:456]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:458]: Executing op: FileCopy(SourceName=C:\Config.Msi\522e4.rbf,,DestName=C:\Python34\Lib\turtle.py,Attributes=32800,FileSize=147687,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:459]: File: C:\Python34\Lib\turtle.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:466]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:467]: Executing op: FileCopy(SourceName=C:\Config.Msi\522e3.rbf,,DestName=C:\Python34\Lib\struct.py,Attributes=32800,FileSize=272,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:468]: File: C:\Python34\Lib\struct.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:473]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:474]: Executing op: FileCopy(SourceName=C:\Config.Msi\522e2.rbf,,DestName=C:\Python34\Lib\crypt.py,Attributes=32800,FileSize=1941,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:476]: File: C:\Python34\Lib\crypt.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:484]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:485]: Executing op: FileCopy(SourceName=C:\Config.Msi\522e1.rbf,,DestName=C:\Python34\Lib\chunk.py,Attributes=32800,FileSize=5544,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:487]: File: C:\Python34\Lib\chunk.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:494]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:495]: Executing op: FileCopy(SourceName=C:\Config.Msi\522e0.rbf,,DestName=C:\Python34\Lib\csv.py,Attributes=32800,FileSize=16634,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:497]: File: C:\Python34\Lib\csv.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:504]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:506]: Executing op: FileCopy(SourceName=C:\Config.Msi\522df.rbf,,DestName=C:\Python34\Lib\pydoc.py,Attributes=32800,FileSize=104634,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:508]: File: C:\Python34\Lib\pydoc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:516]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:517]: Executing op: FileCopy(SourceName=C:\Config.Msi\522de.rbf,,DestName=C:\Python34\Lib\types.py,Attributes=32800,FileSize=5518,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:519]: File: C:\Python34\Lib\types.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:536]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:555]: Executing op: FileCopy(SourceName=C:\Config.Msi\522dd.rbf,,DestName=C:\Python34\Lib\subprocess.py,Attributes=32800,FileSize=65661,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:557]: File: C:\Python34\Lib\subprocess.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:569]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:570]: Executing op: FileCopy(SourceName=C:\Config.Msi\522dc.rbf,,DestName=C:\Python34\Lib\textwrap.py,Attributes=32800,FileSize=19574,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:572]: File: C:\Python34\Lib\textwrap.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:581]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:582]: Executing op: FileCopy(SourceName=C:\Config.Msi\522db.rbf,,DestName=C:\Python34\Lib\sndhdr.py,Attributes=32800,FileSize=6496,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:584]: File: C:\Python34\Lib\sndhdr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:592]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:594]: Executing op: FileCopy(SourceName=C:\Config.Msi\522da.rbf,,DestName=C:\Python34\Lib\ipaddress.py,Attributes=32800,FileSize=75039,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:595]: File: C:\Python34\Lib\ipaddress.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:603]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:604]: Executing op: FileCopy(SourceName=C:\Config.Msi\522d9.rbf,,DestName=C:\Python34\Lib\functools.py,Attributes=32800,FileSize=29402,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:606]: File: C:\Python34\Lib\functools.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:614]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\522d8.rbf,,DestName=C:\Python34\Lib\cgitb.py,Attributes=32800,FileSize=12361,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:617]: File: C:\Python34\Lib\cgitb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:625]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:626]: Executing op: FileCopy(SourceName=C:\Config.Msi\522d7.rbf,,DestName=C:\Python34\Lib\pyclbr.py,Attributes=32800,FileSize=13871,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:628]: File: C:\Python34\Lib\pyclbr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:636]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:638]: Executing op: FileCopy(SourceName=C:\Config.Msi\522d6.rbf,,DestName=C:\Python34\Lib\imghdr.py,Attributes=32800,FileSize=3682,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:640]: File: C:\Python34\Lib\imghdr.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:649]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:650]: Executing op: FileCopy(SourceName=C:\Config.Msi\522d5.rbf,,DestName=C:\Python34\Lib\ftplib.py,Attributes=32800,FileSize=39531,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:651]: File: C:\Python34\Lib\ftplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:661]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:663]: Executing op: FileCopy(SourceName=C:\Config.Msi\522d4.rbf,,DestName=C:\Python34\Lib\statistics.py,Attributes=32800,FileSize=18454,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:665]: File: C:\Python34\Lib\statistics.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:673]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:676]: Executing op: FileCopy(SourceName=C:\Config.Msi\522d3.rbf,,DestName=C:\Python34\Lib\io.py,Attributes=32800,FileSize=3487,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:678]: File: C:\Python34\Lib\io.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:691]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:693]: Executing op: FileCopy(SourceName=C:\Config.Msi\522d2.rbf,,DestName=C:\Python34\Lib\nntplib.py,Attributes=32800,FileSize=43916,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:696]: File: C:\Python34\Lib\nntplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:706]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:711]: Executing op: FileCopy(SourceName=C:\Config.Msi\522d1.rbf,,DestName=C:\Python34\Lib\pstats.py,Attributes=32800,FileSize=27007,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:715]: File: C:\Python34\Lib\pstats.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:723]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:725]: Executing op: FileCopy(SourceName=C:\Config.Msi\522d0.rbf,,DestName=C:\Python34\Lib\pdb.py,Attributes=32800,FileSize=62579,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:726]: File: C:\Python34\Lib\pdb.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:735]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:737]: Executing op: FileCopy(SourceName=C:\Config.Msi\522cf.rbf,,DestName=C:\Python34\Lib\_markupbase.py,Attributes=32800,FileSize=14993,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:739]: File: C:\Python34\Lib\_markupbase.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:747]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:749]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ce.rbf,,DestName=C:\Python34\Lib\tty.py,Attributes=32800,FileSize=915,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:751]: File: C:\Python34\Lib\tty.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:759]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:761]: Executing op: FileCopy(SourceName=C:\Config.Msi\522cd.rbf,,DestName=C:\Python34\Lib\selectors.py,Attributes=32800,FileSize=16985,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:763]: File: C:\Python34\Lib\selectors.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:777]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:779]: Executing op: FileCopy(SourceName=C:\Config.Msi\522cc.rbf,,DestName=C:\Python34\Lib\ssl.py,Attributes=32800,FileSize=35365,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:781]: File: C:\Python34\Lib\ssl.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:789]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:791]: Executing op: FileCopy(SourceName=C:\Config.Msi\522cb.rbf,,DestName=C:\Python34\Lib\base64.py,Attributes=32800,FileSize=20769,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:795]: File: C:\Python34\Lib\base64.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:806]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:807]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ca.rbf,,DestName=C:\Python34\Lib\symtable.py,Attributes=32800,FileSize=7644,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:809]: File: C:\Python34\Lib\symtable.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:819]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:821]: Executing op: FileCopy(SourceName=C:\Config.Msi\522c9.rbf,,DestName=C:\Python34\Lib\__phello__.foo.py,Attributes=32800,FileSize=65,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:823]: File: C:\Python34\Lib\__phello__.foo.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:832]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:833]: Executing op: FileCopy(SourceName=C:\Config.Msi\522c8.rbf,,DestName=C:\Python34\Lib\pkgutil.py,Attributes=32800,FileSize=21844,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:835]: File: C:\Python34\Lib\pkgutil.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:843]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:845]: Executing op: FileCopy(SourceName=C:\Config.Msi\522c7.rbf,,DestName=C:\Python34\Lib\quopri.py,Attributes=32800,FileSize=7492,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:847]: File: C:\Python34\Lib\quopri.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:854]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:855]: Executing op: FileCopy(SourceName=C:\Config.Msi\522c6.rbf,,DestName=C:\Python34\Lib\dis.py,Attributes=32800,FileSize=17635,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:857]: File: C:\Python34\Lib\dis.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:865]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:866]: Executing op: FileCopy(SourceName=C:\Config.Msi\522c5.rbf,,DestName=C:\Python34\Lib\rlcompleter.py,Attributes=32800,FileSize=5928,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:868]: File: C:\Python34\Lib\rlcompleter.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:876]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:877]: Executing op: FileCopy(SourceName=C:\Config.Msi\522c4.rbf,,DestName=C:\Python34\Lib\hmac.py,Attributes=32800,FileSize=5207,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:879]: File: C:\Python34\Lib\hmac.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:887]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:15:889]: Executing op: FileCopy(SourceName=C:\Config.Msi\522c3.rbf,,DestName=C:\Python34\Lib\sre_constants.py,Attributes=32800,FileSize=7528,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:15:891]: File: C:\Python34\Lib\sre_constants.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:15:899]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:042]: Executing op: FileCopy(SourceName=C:\Config.Msi\522c2.rbf,,DestName=C:\Python34\Lib\code.py,Attributes=32800,FileSize=10339,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:044]: File: C:\Python34\Lib\code.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:052]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:053]: Executing op: FileCopy(SourceName=C:\Config.Msi\522c1.rbf,,DestName=C:\Python34\Lib\pipes.py,Attributes=32800,FileSize=9163,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:055]: File: C:\Python34\Lib\pipes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:083]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:084]: Executing op: FileCopy(SourceName=C:\Config.Msi\522c0.rbf,,DestName=C:\Python34\Lib\configparser.py,Attributes=32800,FileSize=50691,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:086]: File: C:\Python34\Lib\configparser.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:094]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:096]: Executing op: FileCopy(SourceName=C:\Config.Msi\522bf.rbf,,DestName=C:\Python34\Lib\heapq.py,Attributes=32800,FileSize=18473,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:098]: File: C:\Python34\Lib\heapq.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:104]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:106]: Executing op: FileCopy(SourceName=C:\Config.Msi\522be.rbf,,DestName=C:\Python34\Lib\datetime.py,Attributes=32800,FileSize=77512,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:107]: File: C:\Python34\Lib\datetime.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:115]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:116]: Executing op: FileCopy(SourceName=C:\Config.Msi\522bd.rbf,,DestName=C:\Python34\Lib\nturl2path.py,Attributes=32800,FileSize=2462,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:118]: File: C:\Python34\Lib\nturl2path.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:125]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:126]: Executing op: FileCopy(SourceName=C:\Config.Msi\522bc.rbf,,DestName=C:\Python34\Lib\timeit.py,Attributes=32800,FileSize=11832,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:128]: File: C:\Python34\Lib\timeit.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:135]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:139]: Executing op: FileCopy(SourceName=C:\Config.Msi\522bb.rbf,,DestName=C:\Python34\Lib\cmd.py,Attributes=32800,FileSize=15261,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:141]: File: C:\Python34\Lib\cmd.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:154]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:156]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ba.rbf,,DestName=C:\Python34\Lib\sunau.py,Attributes=32800,FileSize=18674,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:158]: File: C:\Python34\Lib\sunau.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:167]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:169]: Executing op: FileCopy(SourceName=C:\Config.Msi\522b9.rbf,,DestName=C:\Python34\Lib\py_compile.py,Attributes=32800,FileSize=7279,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:170]: File: C:\Python34\Lib\py_compile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:180]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:182]: Executing op: FileCopy(SourceName=C:\Config.Msi\522b8.rbf,,DestName=C:\Python34\Lib\bisect.py,Attributes=32800,FileSize=2687,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:183]: File: C:\Python34\Lib\bisect.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:190]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:192]: Executing op: FileCopy(SourceName=C:\Config.Msi\522b7.rbf,,DestName=C:\Python34\Lib\shutil.py,Attributes=32800,FileSize=40277,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:194]: File: C:\Python34\Lib\shutil.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:201]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:202]: Executing op: FileCopy(SourceName=C:\Config.Msi\522b6.rbf,,DestName=C:\Python34\Lib\pickle.py,Attributes=32800,FileSize=57240,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:204]: File: C:\Python34\Lib\pickle.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:211]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:212]: Executing op: FileCopy(SourceName=C:\Config.Msi\522b5.rbf,,DestName=C:\Python34\Lib\optparse.py,Attributes=32800,FileSize=62026,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:214]: File: C:\Python34\Lib\optparse.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:221]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:222]: Executing op: FileCopy(SourceName=C:\Config.Msi\522b4.rbf,,DestName=C:\Python34\Lib\platform.py,Attributes=32800,FileSize=50491,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:224]: File: C:\Python34\Lib\platform.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:231]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:232]: Executing op: FileCopy(SourceName=C:\Config.Msi\522b3.rbf,,DestName=C:\Python34\Lib\calendar.py,Attributes=32800,FileSize=23643,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:234]: File: C:\Python34\Lib\calendar.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:245]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:255]: Executing op: FileCopy(SourceName=C:\Config.Msi\522b2.rbf,,DestName=C:\Python34\Lib\queue.py,Attributes=32800,FileSize=9084,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:257]: File: C:\Python34\Lib\queue.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:269]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:270]: Executing op: FileCopy(SourceName=C:\Config.Msi\522b1.rbf,,DestName=C:\Python34\Lib\warnings.py,Attributes=32800,FileSize=14587,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:272]: File: C:\Python34\Lib\warnings.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:280]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:281]: Executing op: FileCopy(SourceName=C:\Config.Msi\522b0.rbf,,DestName=C:\Python34\Lib\glob.py,Attributes=32800,FileSize=3571,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:283]: File: C:\Python34\Lib\glob.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:290]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:291]: Executing op: FileCopy(SourceName=C:\Config.Msi\522af.rbf,,DestName=C:\Python34\Lib\compileall.py,Attributes=32800,FileSize=10034,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:293]: File: C:\Python34\Lib\compileall.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:300]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:302]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ae.rbf,,DestName=C:\Python34\Lib\tempfile.py,Attributes=32800,FileSize=22217,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:303]: File: C:\Python34\Lib\tempfile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:309]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:310]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ad.rbf,,DestName=C:\Python34\Lib\_dummy_thread.py,Attributes=32800,FileSize=5027,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:312]: File: C:\Python34\Lib\_dummy_thread.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:318]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:320]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ac.rbf,,DestName=C:\Python34\Lib\macpath.py,Attributes=32800,FileSize=5821,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:321]: File: C:\Python34\Lib\macpath.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:325]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:326]: Executing op: FileCopy(SourceName=C:\Config.Msi\522ab.rbf,,DestName=C:\Python34\Lib\asyncore.py,Attributes=32800,FileSize=21664,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:328]: File: C:\Python34\Lib\asyncore.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:336]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:338]: Executing op: FileCopy(SourceName=C:\Config.Msi\522aa.rbf,,DestName=C:\Python34\Lib\keyword.py,Attributes=32800,FileSize=2305,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:340]: File: C:\Python34\Lib\keyword.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:347]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:349]: Executing op: FileCopy(SourceName=C:\Config.Msi\522a9.rbf,,DestName=C:\Python34\Lib\stringprep.py,Attributes=32800,FileSize=13189,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:350]: File: C:\Python34\Lib\stringprep.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:358]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:359]: Executing op: FileCopy(SourceName=C:\Config.Msi\522a8.rbf,,DestName=C:\Python34\Lib\difflib.py,Attributes=32800,FileSize=83718,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:360]: File: C:\Python34\Lib\difflib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:367]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:369]: Executing op: FileCopy(SourceName=C:\Config.Msi\522a7.rbf,,DestName=C:\Python34\Lib\random.py,Attributes=32800,FileSize=26826,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:371]: File: C:\Python34\Lib\random.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:376]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:377]: Executing op: FileCopy(SourceName=C:\Config.Msi\522a6.rbf,,DestName=C:\Python34\Lib\shelve.py,Attributes=32800,FileSize=8667,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:379]: File: C:\Python34\Lib\shelve.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:387]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:388]: Executing op: FileCopy(SourceName=C:\Config.Msi\522a5.rbf,,DestName=C:\Python34\Lib\_compat_pickle.py,Attributes=32800,FileSize=4475,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:390]: File: C:\Python34\Lib\_compat_pickle.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:397]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:398]: Executing op: FileCopy(SourceName=C:\Config.Msi\522a4.rbf,,DestName=C:\Python34\Lib\socket.py,Attributes=32800,FileSize=19462,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:400]: File: C:\Python34\Lib\socket.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:407]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:409]: Executing op: FileCopy(SourceName=C:\Config.Msi\522a3.rbf,,DestName=C:\Python34\Lib\telnetlib.py,Attributes=32800,FileSize=23731,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:411]: File: C:\Python34\Lib\telnetlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:418]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:419]: Executing op: FileCopy(SourceName=C:\Config.Msi\522a2.rbf,,DestName=C:\Python34\Lib\cProfile.py,Attributes=32800,FileSize=5473,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:421]: File: C:\Python34\Lib\cProfile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:429]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:430]: Executing op: FileCopy(SourceName=C:\Config.Msi\522a1.rbf,,DestName=C:\Python34\Lib\plistlib.py,Attributes=32800,FileSize=32502,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:432]: File: C:\Python34\Lib\plistlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:442]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:443]: Executing op: FileCopy(SourceName=C:\Config.Msi\522a0.rbf,,DestName=C:\Python34\Lib\_osx_support.py,Attributes=32800,FileSize=19603,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:445]: File: C:\Python34\Lib\_osx_support.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:452]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:454]: Executing op: FileCopy(SourceName=C:\Config.Msi\5229f.rbf,,DestName=C:\Python34\Lib\pprint.py,Attributes=32800,FileSize=15277,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:458]: File: C:\Python34\Lib\pprint.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:469]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:471]: Executing op: FileCopy(SourceName=C:\Config.Msi\5229e.rbf,,DestName=C:\Python34\Lib\smtpd.py,Attributes=32800,FileSize=31091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:472]: File: C:\Python34\Lib\smtpd.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:480]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:481]: Executing op: FileCopy(SourceName=C:\Config.Msi\5229d.rbf,,DestName=C:\Python34\Lib\copy.py,Attributes=32800,FileSize=9324,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:483]: File: C:\Python34\Lib\copy.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:487]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:488]: Executing op: FileCopy(SourceName=C:\Config.Msi\5229c.rbf,,DestName=C:\Python34\Lib\sre_parse.py,Attributes=32800,FileSize=30899,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:489]: File: C:\Python34\Lib\sre_parse.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:494]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:496]: Executing op: FileCopy(SourceName=C:\Config.Msi\5229b.rbf,,DestName=C:\Python34\Lib\token.py,Attributes=32800,FileSize=3174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:498]: File: C:\Python34\Lib\token.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:502]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:503]: Executing op: FileCopy(SourceName=C:\Config.Msi\5229a.rbf,,DestName=C:\Python34\Lib\pickletools.py,Attributes=32800,FileSize=93988,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:504]: File: C:\Python34\Lib\pickletools.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:508]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:509]: Executing op: FileCopy(SourceName=C:\Config.Msi\52299.rbf,,DestName=C:\Python34\Lib\trace.py,Attributes=32800,FileSize=32333,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:510]: File: C:\Python34\Lib\trace.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:516]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:517]: Executing op: FileCopy(SourceName=C:\Config.Msi\52298.rbf,,DestName=C:\Python34\Lib\ast.py,Attributes=32800,FileSize=12349,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:518]: File: C:\Python34\Lib\ast.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:522]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:523]: Executing op: FileCopy(SourceName=C:\Config.Msi\52297.rbf,,DestName=C:\Python34\Lib\sysconfig.py,Attributes=32800,FileSize=25218,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:524]: File: C:\Python34\Lib\sysconfig.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:528]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:529]: Executing op: FileCopy(SourceName=C:\Config.Msi\52296.rbf,,DestName=C:\Python34\Lib\inspect.py,Attributes=32800,FileSize=106876,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:531]: File: C:\Python34\Lib\inspect.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:535]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:536]: Executing op: FileCopy(SourceName=C:\Config.Msi\52295.rbf,,DestName=C:\Python34\Lib\modulefinder.py,Attributes=32800,FileSize=24063,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:537]: File: C:\Python34\Lib\modulefinder.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:541]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:542]: Executing op: FileCopy(SourceName=C:\Config.Msi\52294.rbf,,DestName=C:\Python34\Lib\tracemalloc.py,Attributes=32800,FileSize=16138,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:543]: File: C:\Python34\Lib\tracemalloc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:549]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:550]: Executing op: FileCopy(SourceName=C:\Config.Msi\52293.rbf,,DestName=C:\Python34\Lib\fileinput.py,Attributes=32800,FileSize=14999,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:551]: File: C:\Python34\Lib\fileinput.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:555]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:556]: Executing op: FileCopy(SourceName=C:\Config.Msi\52292.rbf,,DestName=C:\Python34\Lib\uuid.py,Attributes=32800,FileSize=23042,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:557]: File: C:\Python34\Lib\uuid.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:562]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:563]: Executing op: FileCopy(SourceName=C:\Config.Msi\52291.rbf,,DestName=C:\Python34\Lib\getopt.py,Attributes=32800,FileSize=7703,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:564]: File: C:\Python34\Lib\getopt.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:568]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:569]: Executing op: FileCopy(SourceName=C:\Config.Msi\52290.rbf,,DestName=C:\Python34\Lib\hashlib.py,Attributes=32800,FileSize=8200,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:570]: File: C:\Python34\Lib\hashlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:575]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:576]: Executing op: FileCopy(SourceName=C:\Config.Msi\5228f.rbf,,DestName=C:\Python34\Lib\_weakrefset.py,Attributes=32800,FileSize=5901,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:577]: File: C:\Python34\Lib\_weakrefset.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:584]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:585]: Executing op: FileCopy(SourceName=C:\Config.Msi\5228e.rbf,,DestName=C:\Python34\Lib\tabnanny.py,Attributes=32800,FileSize=11731,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:586]: File: C:\Python34\Lib\tabnanny.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:591]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:592]: Executing op: FileCopy(SourceName=C:\Config.Msi\5228d.rbf,,DestName=C:\Python34\Lib\mimetypes.py,Attributes=32800,FileSize=21327,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:593]: File: C:\Python34\Lib\mimetypes.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:597]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:598]: Executing op: FileCopy(SourceName=C:\Config.Msi\5228c.rbf,,DestName=C:\Python34\Lib\poplib.py,Attributes=32800,FileSize=14788,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:599]: File: C:\Python34\Lib\poplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:603]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:604]: Executing op: FileCopy(SourceName=C:\Config.Msi\5228b.rbf,,DestName=C:\Python34\Lib\argparse.py,Attributes=32800,FileSize=92131,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:605]: File: C:\Python34\Lib\argparse.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:609]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:610]: Executing op: FileCopy(SourceName=C:\Config.Msi\5228a.rbf,,DestName=C:\Python34\Lib\sre_compile.py,Attributes=32800,FileSize=16057,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:611]: File: C:\Python34\Lib\sre_compile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:615]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\52289.rbf,,DestName=C:\Python34\Lib\bz2.py,Attributes=32800,FileSize=19360,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:617]: File: C:\Python34\Lib\bz2.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:621]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:622]: Executing op: FileCopy(SourceName=C:\Config.Msi\52288.rbf,,DestName=C:\Python34\Lib\fractions.py,Attributes=32800,FileSize=23833,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:623]: File: C:\Python34\Lib\fractions.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:627]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:628]: Executing op: FileCopy(SourceName=C:\Config.Msi\52287.rbf,,DestName=C:\Python34\Lib\imaplib.py,Attributes=32800,FileSize=51887,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:629]: File: C:\Python34\Lib\imaplib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:634]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:634]: Executing op: FileCopy(SourceName=C:\Config.Msi\52286.rbf,,DestName=C:\Python34\Lib\traceback.py,Attributes=32800,FileSize=11480,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:635]: File: C:\Python34\Lib\traceback.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:639]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:640]: Executing op: FileCopy(SourceName=C:\Config.Msi\52285.rbf,,DestName=C:\Python34\Lib\copyreg.py,Attributes=32800,FileSize=7035,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:641]: File: C:\Python34\Lib\copyreg.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:645]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:646]: Executing op: FileCopy(SourceName=C:\Config.Msi\52284.rbf,,DestName=C:\Python34\Lib\string.py,Attributes=32800,FileSize=10726,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:647]: File: C:\Python34\Lib\string.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:652]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:653]: Executing op: FileCopy(SourceName=C:\Config.Msi\52283.rbf,,DestName=C:\Python34\Lib\asynchat.py,Attributes=32800,FileSize=12158,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:654]: File: C:\Python34\Lib\asynchat.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:658]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:659]: Executing op: FileCopy(SourceName=C:\Config.Msi\52282.rbf,,DestName=C:\Python34\Lib\tarfile.py,Attributes=32800,FileSize=93484,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:660]: File: C:\Python34\Lib\tarfile.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:664]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:665]: Executing op: FileCopy(SourceName=C:\Config.Msi\52281.rbf,,DestName=C:\Python34\Lib\reprlib.py,Attributes=32800,FileSize=5267,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:666]: File: C:\Python34\Lib\reprlib.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:670]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:671]: Executing op: FileCopy(SourceName=C:\Config.Msi\52280.rbf,,DestName=C:\Python34\Lib\doctest.py,Attributes=32800,FileSize=107477,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:672]: File: C:\Python34\Lib\doctest.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:676]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:677]: Executing op: FileCopy(SourceName=C:\Config.Msi\5227f.rbf,,DestName=C:\Python34\Lib\opcode.py,Attributes=32800,FileSize=5642,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:678]: File: C:\Python34\Lib\opcode.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:682]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:683]: Executing op: FileCopy(SourceName=C:\Config.Msi\5227e.rbf,,DestName=C:\Python34\Lib\abc.py,Attributes=32800,FileSize=8872,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:684]: File: C:\Python34\Lib\abc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:688]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:689]: Executing op: FileCopy(SourceName=C:\Config.Msi\5227d.rbf,,DestName=C:\Python34\Lib\binhex.py,Attributes=32800,FileSize=14179,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:690]: File: C:\Python34\Lib\binhex.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:694]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:695]: Executing op: FileCopy(SourceName=C:\Config.Msi\5227c.rbf,,DestName=C:\Python34\Lib\_pyio.py,Attributes=32800,FileSize=75670,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:696]: File: C:\Python34\Lib\_pyio.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:701]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:703]: Executing op: FileCopy(SourceName=C:\Config.Msi\5227b.rbf,,DestName=C:\Python34\Lib\aifc.py,Attributes=32800,FileSize=32412,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:704]: File: C:\Python34\Lib\aifc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:710]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:711]: Executing op: FileCopy(SourceName=C:\Config.Msi\5227a.rbf,,DestName=C:\Python34\Lib\getpass.py,Attributes=32800,FileSize=6255,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:713]: File: C:\Python34\Lib\getpass.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:717]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:718]: Executing op: FileCopy(SourceName=C:\Config.Msi\52279.rbf,,DestName=C:\Python34\Lib\netrc.py,Attributes=32800,FileSize=5890,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:719]: File: C:\Python34\Lib\netrc.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:725]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:726]: Executing op: FileCopy(SourceName=C:\Config.Msi\52278.rbf,,DestName=C:\Python34\Lib\locale.py,Attributes=32800,FileSize=69136,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:728]: File: C:\Python34\Lib\locale.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:733]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:734]: Executing op: FileCopy(SourceName=C:\Config.Msi\52277.rbf,,DestName=C:\Python34\Lib\enum.py,Attributes=32800,FileSize=20876,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:735]: File: C:\Python34\Lib\enum.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:739]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:739]: Executing op: FileCopy(SourceName=C:\Config.Msi\52276.rbf,,DestName=C:\Python34\Lib\sched.py,Attributes=32800,FileSize=6521,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:740]: File: C:\Python34\Lib\sched.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:745]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:746]: Executing op: FileCopy(SourceName=C:\Config.Msi\52275.rbf,,DestName=C:\Python34\Lib\linecache.py,Attributes=32800,FileSize=3996,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:747]: File: C:\Python34\Lib\linecache.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:751]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:752]: Executing op: FileCopy(SourceName=C:\Config.Msi\52274.rbf,,DestName=C:\Python34\Lib\operator.py,Attributes=32800,FileSize=9606,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:753]: File: C:\Python34\Lib\operator.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:757]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:758]: Executing op: FileCopy(SourceName=C:\Config.Msi\52273.rbf,,DestName=C:\Python34\Lib\colorsys.py,Attributes=32800,FileSize=4228,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:759]: File: C:\Python34\Lib\colorsys.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:763]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:764]: Executing op: FileCopy(SourceName=C:\Config.Msi\52272.rbf,,DestName=C:\Python34\Lib\weakref.py,Attributes=32800,FileSize=18835,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:765]: File: C:\Python34\Lib\weakref.py; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:769]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:770]: Executing op: SetTargetFolder(Folder=C:\WINDOWS\system32\) MSI (s) (9C:5C) [21:26:16:771]: Executing op: FileCopy(SourceName=C:\Config.Msi\52271.rbf,,DestName=C:\WINDOWS\system32\python34.dll,Attributes=32800,FileSize=4047872,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:773]: File: C:\WINDOWS\system32\python34.dll; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:777]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:778]: Executing op: SetTargetFolder(Folder=C:\Python34\) MSI (s) (9C:5C) [21:26:16:779]: Executing op: FileCopy(SourceName=C:\Config.Msi\52270.rbf,,DestName=C:\Python34\pythonw.exe,Attributes=32800,FileSize=27648,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:780]: File: C:\Python34\pythonw.exe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:784]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:785]: Executing op: FileCopy(SourceName=C:\Config.Msi\5226f.rbf,,DestName=C:\Python34\LICENSE.txt,Attributes=32800,FileSize=31073,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:786]: File: C:\Python34\LICENSE.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:790]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:791]: Executing op: FileCopy(SourceName=C:\Config.Msi\5226e.rbf,,DestName=C:\Python34\NEWS.txt,Attributes=32800,FileSize=367504,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:792]: File: C:\Python34\NEWS.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:796]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:797]: Executing op: FileCopy(SourceName=C:\Config.Msi\5226d.rbf,,DestName=C:\Python34\README.txt,Attributes=32800,FileSize=6942,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:798]: File: C:\Python34\README.txt; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:802]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:803]: Executing op: FileCopy(SourceName=C:\Config.Msi\5226c.rbf,,DestName=C:\Python34\python.exe,Attributes=32800,FileSize=27136,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:804]: File: C:\Python34\python.exe; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:808]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:808]: Executing op: SetTargetFolder(Folder=C:\Python34\DLLs\) MSI (s) (9C:5C) [21:26:16:809]: Executing op: FileCopy(SourceName=C:\Config.Msi\5226b.rbf,,DestName=C:\Python34\DLLs\py.ico,Attributes=32800,FileSize=19790,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:810]: File: C:\Python34\DLLs\py.ico; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:814]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:815]: Executing op: SetTargetFolder(Folder=C:\Python34\tcl\tcl8.6\tzdata\) MSI (s) (9C:5C) [21:26:16:816]: Executing op: FileCopy(SourceName=C:\Config.Msi\5226a.rbf,,DestName=C:\Python34\tcl\tcl8.6\tzdata\GB,Attributes=32800,FileSize=165,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:817]: File: C:\Python34\tcl\tcl8.6\tzdata\GB; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:821]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:822]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\Scripts\__pycache__\) MSI (s) (9C:5C) [21:26:16:822]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\pynche\__pycache__\) MSI (s) (9C:5C) [21:26:16:823]: Executing op: SetTargetFolder(Folder=C:\Python34\Tools\i18n\__pycache__\) MSI (s) (9C:5C) [21:26:16:823]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\dbm\__pycache__\) MSI (s) (9C:5C) [21:26:16:824]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\tests\__pycache__\) MSI (s) (9C:5C) [21:26:16:824]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\command\__pycache__\) MSI (s) (9C:5C) [21:26:16:826]: Executing op: FileCopy(SourceName=C:\Config.Msi\52269.rbf,,DestName=C:\Python34\Lib\distutils\command\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=553,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:827]: File: C:\Python34\Lib\distutils\command\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:831]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:832]: Executing op: FileCopy(SourceName=C:\Config.Msi\52268.rbf,,DestName=C:\Python34\Lib\distutils\command\__pycache__\install.cpython-34.pyc,Attributes=32800,FileSize=15089,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:833]: File: C:\Python34\Lib\distutils\command\__pycache__\install.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:838]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:839]: Executing op: FileCopy(SourceName=C:\Config.Msi\52267.rbf,,DestName=C:\Python34\Lib\distutils\command\__pycache__\build.cpython-34.pyc,Attributes=32800,FileSize=4049,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:840]: File: C:\Python34\Lib\distutils\command\__pycache__\build.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:845]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:846]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\distutils\__pycache__\) MSI (s) (9C:5C) [21:26:16:847]: Executing op: FileCopy(SourceName=C:\Config.Msi\52266.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=327,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:848]: File: C:\Python34\Lib\distutils\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:852]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:853]: Executing op: FileCopy(SourceName=C:\Config.Msi\52265.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\version.cpython-34.pyc,Attributes=32800,FileSize=7955,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:854]: File: C:\Python34\Lib\distutils\__pycache__\version.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:859]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:859]: Executing op: FileCopy(SourceName=C:\Config.Msi\52264.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\util.cpython-34.pyc,Attributes=32800,FileSize=16595,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:860]: File: C:\Python34\Lib\distutils\__pycache__\util.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:866]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:866]: Executing op: FileCopy(SourceName=C:\Config.Msi\52263.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\sysconfig.cpython-34.pyc,Attributes=32800,FileSize=13419,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:867]: File: C:\Python34\Lib\distutils\__pycache__\sysconfig.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:872]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:873]: Executing op: FileCopy(SourceName=C:\Config.Msi\52262.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\spawn.cpython-34.pyc,Attributes=32800,FileSize=5469,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:874]: File: C:\Python34\Lib\distutils\__pycache__\spawn.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:878]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:879]: Executing op: FileCopy(SourceName=C:\Config.Msi\52261.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\log.cpython-34.pyc,Attributes=32800,FileSize=2475,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:880]: File: C:\Python34\Lib\distutils\__pycache__\log.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:885]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:886]: Executing op: FileCopy(SourceName=C:\Config.Msi\52260.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\file_util.cpython-34.pyc,Attributes=32800,FileSize=6214,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:887]: File: C:\Python34\Lib\distutils\__pycache__\file_util.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:891]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:892]: Executing op: FileCopy(SourceName=C:\Config.Msi\5225f.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\fancy_getopt.cpython-34.pyc,Attributes=32800,FileSize=11551,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:893]: File: C:\Python34\Lib\distutils\__pycache__\fancy_getopt.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:898]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:898]: Executing op: FileCopy(SourceName=C:\Config.Msi\5225e.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\extension.cpython-34.pyc,Attributes=32800,FileSize=7197,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:899]: File: C:\Python34\Lib\distutils\__pycache__\extension.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:904]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:905]: Executing op: FileCopy(SourceName=C:\Config.Msi\5225d.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\errors.cpython-34.pyc,Attributes=32800,FileSize=5699,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:906]: File: C:\Python34\Lib\distutils\__pycache__\errors.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:910]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:911]: Executing op: FileCopy(SourceName=C:\Config.Msi\5225c.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\dist.cpython-34.pyc,Attributes=32800,FileSize=36833,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:913]: File: C:\Python34\Lib\distutils\__pycache__\dist.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:919]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:920]: Executing op: FileCopy(SourceName=C:\Config.Msi\5225b.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\dir_util.cpython-34.pyc,Attributes=32800,FileSize=6218,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:921]: File: C:\Python34\Lib\distutils\__pycache__\dir_util.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:926]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:927]: Executing op: FileCopy(SourceName=C:\Config.Msi\5225a.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\dep_util.cpython-34.pyc,Attributes=32800,FileSize=2847,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:928]: File: C:\Python34\Lib\distutils\__pycache__\dep_util.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:932]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:933]: Executing op: FileCopy(SourceName=C:\Config.Msi\52259.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\debug.cpython-34.pyc,Attributes=32800,FileSize=193,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:934]: File: C:\Python34\Lib\distutils\__pycache__\debug.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:939]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:940]: Executing op: FileCopy(SourceName=C:\Config.Msi\52258.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\core.cpython-34.pyc,Attributes=32800,FileSize=7135,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:941]: File: C:\Python34\Lib\distutils\__pycache__\core.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:946]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:947]: Executing op: FileCopy(SourceName=C:\Config.Msi\52257.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\config.cpython-34.pyc,Attributes=32800,FileSize=3800,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:948]: File: C:\Python34\Lib\distutils\__pycache__\config.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:952]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:953]: Executing op: FileCopy(SourceName=C:\Config.Msi\52256.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\cmd.cpython-34.pyc,Attributes=32800,FileSize=15659,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:954]: File: C:\Python34\Lib\distutils\__pycache__\cmd.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:959]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:960]: Executing op: FileCopy(SourceName=C:\Config.Msi\52255.rbf,,DestName=C:\Python34\Lib\distutils\__pycache__\archive_util.cpython-34.pyc,Attributes=32800,FileSize=6720,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:961]: File: C:\Python34\Lib\distutils\__pycache__\archive_util.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:965]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:966]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\importlib\__pycache__\) MSI (s) (9C:5C) [21:26:16:967]: Executing op: FileCopy(SourceName=C:\Config.Msi\52254.rbf,,DestName=C:\Python34\Lib\importlib\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=3645,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:968]: File: C:\Python34\Lib\importlib\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:972]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:973]: Executing op: FileCopy(SourceName=C:\Config.Msi\52253.rbf,,DestName=C:\Python34\Lib\importlib\__pycache__\util.cpython-34.pyc,Attributes=32800,FileSize=6547,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:974]: File: C:\Python34\Lib\importlib\__pycache__\util.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:979]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:980]: Executing op: FileCopy(SourceName=C:\Config.Msi\52252.rbf,,DestName=C:\Python34\Lib\importlib\__pycache__\machinery.cpython-34.pyc,Attributes=32800,FileSize=984,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:981]: File: C:\Python34\Lib\importlib\__pycache__\machinery.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:986]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:986]: Executing op: FileCopy(SourceName=C:\Config.Msi\52251.rbf,,DestName=C:\Python34\Lib\importlib\__pycache__\abc.cpython-34.pyc,Attributes=32800,FileSize=11563,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:987]: File: C:\Python34\Lib\importlib\__pycache__\abc.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:992]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:16:993]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\collections\__pycache__\) MSI (s) (9C:5C) [21:26:16:993]: Executing op: FileCopy(SourceName=C:\Config.Msi\52250.rbf,,DestName=C:\Python34\Lib\collections\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=44662,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:16:994]: File: C:\Python34\Lib\collections\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:16:999]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:002]: Executing op: FileCopy(SourceName=C:\Config.Msi\5224f.rbf,,DestName=C:\Python34\Lib\collections\__pycache__\abc.cpython-34.pyc,Attributes=32800,FileSize=186,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:004]: File: C:\Python34\Lib\collections\__pycache__\abc.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:010]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:012]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\test\testmock\__pycache__\) MSI (s) (9C:5C) [21:26:17:012]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\test\__pycache__\) MSI (s) (9C:5C) [21:26:17:013]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\unittest\__pycache__\) MSI (s) (9C:5C) [21:26:17:014]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xmlrpc\__pycache__\) MSI (s) (9C:5C) [21:26:17:015]: Executing op: FileCopy(SourceName=C:\Config.Msi\5224e.rbf,,DestName=C:\Python34\Lib\xmlrpc\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=117,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:017]: File: C:\Python34\Lib\xmlrpc\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:024]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:025]: Executing op: FileCopy(SourceName=C:\Config.Msi\5224d.rbf,,DestName=C:\Python34\Lib\xmlrpc\__pycache__\client.cpython-34.pyc,Attributes=32800,FileSize=36368,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:027]: File: C:\Python34\Lib\xmlrpc\__pycache__\client.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:034]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:035]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\msilib\__pycache__\) MSI (s) (9C:5C) [21:26:17:036]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\pydoc_data\__pycache__\) MSI (s) (9C:5C) [21:26:17:036]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\encodings\__pycache__\) MSI (s) (9C:5C) [21:26:17:037]: Executing op: FileCopy(SourceName=C:\Config.Msi\5224c.rbf,,DestName=C:\Python34\Lib\encodings\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=3855,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:038]: File: C:\Python34\Lib\encodings\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:043]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:044]: Executing op: FileCopy(SourceName=C:\Config.Msi\5224b.rbf,,DestName=C:\Python34\Lib\encodings\__pycache__\utf_8.cpython-34.pyc,Attributes=32800,FileSize=1691,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:046]: File: C:\Python34\Lib\encodings\__pycache__\utf_8.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:051]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:052]: Executing op: FileCopy(SourceName=C:\Config.Msi\5224a.rbf,,DestName=C:\Python34\Lib\encodings\__pycache__\mbcs.cpython-34.pyc,Attributes=32800,FileSize=1772,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:054]: File: C:\Python34\Lib\encodings\__pycache__\mbcs.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:061]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:062]: Executing op: FileCopy(SourceName=C:\Config.Msi\52249.rbf,,DestName=C:\Python34\Lib\encodings\__pycache__\latin_1.cpython-34.pyc,Attributes=32800,FileSize=2003,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:063]: File: C:\Python34\Lib\encodings\__pycache__\latin_1.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:070]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:071]: Executing op: FileCopy(SourceName=C:\Config.Msi\52248.rbf,,DestName=C:\Python34\Lib\encodings\__pycache__\idna.cpython-34.pyc,Attributes=32800,FileSize=6516,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:072]: File: C:\Python34\Lib\encodings\__pycache__\idna.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:079]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:080]: Executing op: FileCopy(SourceName=C:\Config.Msi\52247.rbf,,DestName=C:\Python34\Lib\encodings\__pycache__\cp850.cpython-34.pyc,Attributes=32800,FileSize=7499,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:081]: File: C:\Python34\Lib\encodings\__pycache__\cp850.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:086]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:086]: Executing op: FileCopy(SourceName=C:\Config.Msi\52246.rbf,,DestName=C:\Python34\Lib\encodings\__pycache__\cp437.cpython-34.pyc,Attributes=32800,FileSize=7752,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:088]: File: C:\Python34\Lib\encodings\__pycache__\cp437.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:095]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:096]: Executing op: FileCopy(SourceName=C:\Config.Msi\52245.rbf,,DestName=C:\Python34\Lib\encodings\__pycache__\cp1252.cpython-34.pyc,Attributes=32800,FileSize=2555,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:097]: File: C:\Python34\Lib\encodings\__pycache__\cp1252.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:102]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:103]: Executing op: FileCopy(SourceName=C:\Config.Msi\52244.rbf,,DestName=C:\Python34\Lib\encodings\__pycache__\aliases.cpython-34.pyc,Attributes=32800,FileSize=7804,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:104]: File: C:\Python34\Lib\encodings\__pycache__\aliases.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:109]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:110]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\urllib\__pycache__\) MSI (s) (9C:5C) [21:26:17:111]: Executing op: FileCopy(SourceName=C:\Config.Msi\52243.rbf,,DestName=C:\Python34\Lib\urllib\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=117,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:112]: File: C:\Python34\Lib\urllib\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:120]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:121]: Executing op: FileCopy(SourceName=C:\Config.Msi\52242.rbf,,DestName=C:\Python34\Lib\urllib\__pycache__\response.cpython-34.pyc,Attributes=32800,FileSize=3350,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:122]: File: C:\Python34\Lib\urllib\__pycache__\response.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:127]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:128]: Executing op: FileCopy(SourceName=C:\Config.Msi\52241.rbf,,DestName=C:\Python34\Lib\urllib\__pycache__\request.cpython-34.pyc,Attributes=32800,FileSize=73825,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:130]: File: C:\Python34\Lib\urllib\__pycache__\request.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:152]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:153]: Executing op: FileCopy(SourceName=C:\Config.Msi\52240.rbf,,DestName=C:\Python34\Lib\urllib\__pycache__\parse.cpython-34.pyc,Attributes=32800,FileSize=30758,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:154]: File: C:\Python34\Lib\urllib\__pycache__\parse.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:159]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:160]: Executing op: FileCopy(SourceName=C:\Config.Msi\5223f.rbf,,DestName=C:\Python34\Lib\urllib\__pycache__\error.cpython-34.pyc,Attributes=32800,FileSize=2665,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:161]: File: C:\Python34\Lib\urllib\__pycache__\error.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:168]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:169]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\email\mime\__pycache__\) MSI (s) (9C:5C) [21:26:17:170]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\email\__pycache__\) MSI (s) (9C:5C) [21:26:17:171]: Executing op: FileCopy(SourceName=C:\Config.Msi\5223e.rbf,,DestName=C:\Python34\Lib\email\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=1771,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:172]: File: C:\Python34\Lib\email\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:179]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:180]: Executing op: FileCopy(SourceName=C:\Config.Msi\5223d.rbf,,DestName=C:\Python34\Lib\email\__pycache__\_policybase.cpython-34.pyc,Attributes=32800,FileSize=14818,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:181]: File: C:\Python34\Lib\email\__pycache__\_policybase.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:186]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:187]: Executing op: FileCopy(SourceName=C:\Config.Msi\5223c.rbf,,DestName=C:\Python34\Lib\email\__pycache__\_parseaddr.cpython-34.pyc,Attributes=32800,FileSize=13824,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:188]: File: C:\Python34\Lib\email\__pycache__\_parseaddr.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:195]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:195]: Executing op: FileCopy(SourceName=C:\Config.Msi\5223b.rbf,,DestName=C:\Python34\Lib\email\__pycache__\_encoded_words.cpython-34.pyc,Attributes=32800,FileSize=6049,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:197]: File: C:\Python34\Lib\email\__pycache__\_encoded_words.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:205]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:206]: Executing op: FileCopy(SourceName=C:\Config.Msi\5223a.rbf,,DestName=C:\Python34\Lib\email\__pycache__\utils.cpython-34.pyc,Attributes=32800,FileSize=10684,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:207]: File: C:\Python34\Lib\email\__pycache__\utils.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:214]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:215]: Executing op: FileCopy(SourceName=C:\Config.Msi\52239.rbf,,DestName=C:\Python34\Lib\email\__pycache__\quoprimime.cpython-34.pyc,Attributes=32800,FileSize=8109,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:217]: File: C:\Python34\Lib\email\__pycache__\quoprimime.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:224]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:225]: Executing op: FileCopy(SourceName=C:\Config.Msi\52238.rbf,,DestName=C:\Python34\Lib\email\__pycache__\parser.cpython-34.pyc,Attributes=32800,FileSize=5899,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:226]: File: C:\Python34\Lib\email\__pycache__\parser.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:233]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:234]: Executing op: FileCopy(SourceName=C:\Config.Msi\52237.rbf,,DestName=C:\Python34\Lib\email\__pycache__\message.cpython-34.pyc,Attributes=32800,FileSize=39674,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:236]: File: C:\Python34\Lib\email\__pycache__\message.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:242]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:244]: Executing op: FileCopy(SourceName=C:\Config.Msi\52236.rbf,,DestName=C:\Python34\Lib\email\__pycache__\iterators.cpython-34.pyc,Attributes=32800,FileSize=2028,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:245]: File: C:\Python34\Lib\email\__pycache__\iterators.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:252]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:253]: Executing op: FileCopy(SourceName=C:\Config.Msi\52235.rbf,,DestName=C:\Python34\Lib\email\__pycache__\header.cpython-34.pyc,Attributes=32800,FileSize=17903,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:255]: File: C:\Python34\Lib\email\__pycache__\header.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:262]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:263]: Executing op: FileCopy(SourceName=C:\Config.Msi\52234.rbf,,DestName=C:\Python34\Lib\email\__pycache__\feedparser.cpython-34.pyc,Attributes=32800,FileSize=11720,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:265]: File: C:\Python34\Lib\email\__pycache__\feedparser.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:281]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:283]: Executing op: FileCopy(SourceName=C:\Config.Msi\52233.rbf,,DestName=C:\Python34\Lib\email\__pycache__\errors.cpython-34.pyc,Attributes=32800,FileSize=6258,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:292]: File: C:\Python34\Lib\email\__pycache__\errors.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:302]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:304]: Executing op: FileCopy(SourceName=C:\Config.Msi\52232.rbf,,DestName=C:\Python34\Lib\email\__pycache__\encoders.cpython-34.pyc,Attributes=32800,FileSize=1726,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:306]: File: C:\Python34\Lib\email\__pycache__\encoders.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:315]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:316]: Executing op: FileCopy(SourceName=C:\Config.Msi\52231.rbf,,DestName=C:\Python34\Lib\email\__pycache__\charset.cpython-34.pyc,Attributes=32800,FileSize=12240,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:317]: File: C:\Python34\Lib\email\__pycache__\charset.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:322]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:323]: Executing op: FileCopy(SourceName=C:\Config.Msi\52230.rbf,,DestName=C:\Python34\Lib\email\__pycache__\base64mime.cpython-34.pyc,Attributes=32800,FileSize=3360,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:324]: File: C:\Python34\Lib\email\__pycache__\base64mime.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:332]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:333]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\sax\__pycache__\) MSI (s) (9C:5C) [21:26:17:334]: Executing op: FileCopy(SourceName=C:\Config.Msi\5222f.rbf,,DestName=C:\Python34\Lib\xml\sax\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=3264,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:336]: File: C:\Python34\Lib\xml\sax\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:342]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:343]: Executing op: FileCopy(SourceName=C:\Config.Msi\5222e.rbf,,DestName=C:\Python34\Lib\xml\sax\__pycache__\_exceptions.cpython-34.pyc,Attributes=32800,FileSize=5678,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:345]: File: C:\Python34\Lib\xml\sax\__pycache__\_exceptions.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:351]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:352]: Executing op: FileCopy(SourceName=C:\Config.Msi\5222d.rbf,,DestName=C:\Python34\Lib\xml\sax\__pycache__\xmlreader.cpython-34.pyc,Attributes=32800,FileSize=17488,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:354]: File: C:\Python34\Lib\xml\sax\__pycache__\xmlreader.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:362]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:363]: Executing op: FileCopy(SourceName=C:\Config.Msi\5222c.rbf,,DestName=C:\Python34\Lib\xml\sax\__pycache__\saxutils.cpython-34.pyc,Attributes=32800,FileSize=13638,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:365]: File: C:\Python34\Lib\xml\sax\__pycache__\saxutils.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:372]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:373]: Executing op: FileCopy(SourceName=C:\Config.Msi\5222b.rbf,,DestName=C:\Python34\Lib\xml\sax\__pycache__\handler.cpython-34.pyc,Attributes=32800,FileSize=12488,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:374]: File: C:\Python34\Lib\xml\sax\__pycache__\handler.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:382]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:383]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\parsers\__pycache__\) MSI (s) (9C:5C) [21:26:17:384]: Executing op: FileCopy(SourceName=C:\Config.Msi\5222a.rbf,,DestName=C:\Python34\Lib\xml\parsers\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=296,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:386]: File: C:\Python34\Lib\xml\parsers\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:392]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:394]: Executing op: FileCopy(SourceName=C:\Config.Msi\52229.rbf,,DestName=C:\Python34\Lib\xml\parsers\__pycache__\expat.cpython-34.pyc,Attributes=32800,FileSize=337,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:396]: File: C:\Python34\Lib\xml\parsers\__pycache__\expat.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:403]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:404]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\etree\__pycache__\) MSI (s) (9C:5C) [21:26:17:405]: Executing op: FileCopy(SourceName=C:\Config.Msi\52228.rbf,,DestName=C:\Python34\Lib\xml\etree\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=120,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:407]: File: C:\Python34\Lib\xml\etree\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:414]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:415]: Executing op: FileCopy(SourceName=C:\Config.Msi\52227.rbf,,DestName=C:\Python34\Lib\xml\etree\__pycache__\ElementTree.cpython-34.pyc,Attributes=32800,FileSize=48133,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:417]: File: C:\Python34\Lib\xml\etree\__pycache__\ElementTree.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:424]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:425]: Executing op: FileCopy(SourceName=C:\Config.Msi\52226.rbf,,DestName=C:\Python34\Lib\xml\etree\__pycache__\ElementPath.cpython-34.pyc,Attributes=32800,FileSize=6689,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:427]: File: C:\Python34\Lib\xml\etree\__pycache__\ElementPath.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:441]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:442]: Executing op: FileCopy(SourceName=C:\Config.Msi\52225.rbf,,DestName=C:\Python34\Lib\xml\etree\__pycache__\cElementTree.cpython-34.pyc,Attributes=32800,FileSize=164,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:444]: File: C:\Python34\Lib\xml\etree\__pycache__\cElementTree.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:451]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:452]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\dom\__pycache__\) MSI (s) (9C:5C) [21:26:17:453]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\xml\__pycache__\) MSI (s) (9C:5C) [21:26:17:453]: Executing op: FileCopy(SourceName=C:\Config.Msi\52224.rbf,,DestName=C:\Python34\Lib\xml\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=689,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:455]: File: C:\Python34\Lib\xml\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:461]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:462]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\turtledemo\__pycache__\) MSI (s) (9C:5C) [21:26:17:463]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_email\__pycache__\) MSI (s) (9C:5C) [21:26:17:464]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\import_\__pycache__\) MSI (s) (9C:5C) [21:26:17:465]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\extension\__pycache__\) MSI (s) (9C:5C) [21:26:17:465]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\source\__pycache__\) MSI (s) (9C:5C) [21:26:17:466]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\frozen\__pycache__\) MSI (s) (9C:5C) [21:26:17:466]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\) MSI (s) (9C:5C) [21:26:17:467]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\) MSI (s) (9C:5C) [21:26:17:468]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\) MSI (s) (9C:5C) [21:26:17:468]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\) MSI (s) (9C:5C) [21:26:17:469]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\) MSI (s) (9C:5C) [21:26:17:469]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\) MSI (s) (9C:5C) [21:26:17:470]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\) MSI (s) (9C:5C) [21:26:17:471]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\) MSI (s) (9C:5C) [21:26:17:472]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\builtin\__pycache__\) MSI (s) (9C:5C) [21:26:17:472]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_importlib\__pycache__\) MSI (s) (9C:5C) [21:26:17:473]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_json\__pycache__\) MSI (s) (9C:5C) [21:26:17:473]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\subprocessdata\__pycache__\) MSI (s) (9C:5C) [21:26:17:474]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\leakers\__pycache__\) MSI (s) (9C:5C) [21:26:17:475]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\crashers\__pycache__\) MSI (s) (9C:5C) [21:26:17:476]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\tracedmodules\__pycache__\) MSI (s) (9C:5C) [21:26:17:476]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\encoded_modules\__pycache__\) MSI (s) (9C:5C) [21:26:17:477]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\support\__pycache__\) MSI (s) (9C:5C) [21:26:17:478]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\test_asyncio\__pycache__\) MSI (s) (9C:5C) [21:26:17:478]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\test\__pycache__\) MSI (s) (9C:5C) [21:26:17:479]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\macholib\__pycache__\) MSI (s) (9C:5C) [21:26:17:480]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\test\__pycache__\) MSI (s) (9C:5C) [21:26:17:480]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ctypes\__pycache__\) MSI (s) (9C:5C) [21:26:17:481]: Executing op: FileCopy(SourceName=C:\Config.Msi\52223.rbf,,DestName=C:\Python34\Lib\ctypes\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=17699,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:482]: File: C:\Python34\Lib\ctypes\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:487]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:488]: Executing op: FileCopy(SourceName=C:\Config.Msi\52222.rbf,,DestName=C:\Python34\Lib\ctypes\__pycache__\_endian.cpython-34.pyc,Attributes=32800,FileSize=2020,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:490]: File: C:\Python34\Lib\ctypes\__pycache__\_endian.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:497]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:502]: Executing op: FileCopy(SourceName=C:\Config.Msi\52221.rbf,,DestName=C:\Python34\Lib\ctypes\__pycache__\wintypes.cpython-34.pyc,Attributes=32800,FileSize=5723,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:503]: File: C:\Python34\Lib\ctypes\__pycache__\wintypes.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:511]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:513]: Executing op: FileCopy(SourceName=C:\Config.Msi\52220.rbf,,DestName=C:\Python34\Lib\ctypes\__pycache__\util.cpython-34.pyc,Attributes=32800,FileSize=7058,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:515]: File: C:\Python34\Lib\ctypes\__pycache__\util.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:527]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:529]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\logging\__pycache__\) MSI (s) (9C:5C) [21:26:17:529]: Executing op: FileCopy(SourceName=C:\Config.Msi\5221f.rbf,,DestName=C:\Python34\Lib\logging\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=61411,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:531]: File: C:\Python34\Lib\logging\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:538]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:539]: Executing op: FileCopy(SourceName=C:\Config.Msi\5221e.rbf,,DestName=C:\Python34\Lib\logging\__pycache__\handlers.cpython-34.pyc,Attributes=32800,FileSize=44880,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:540]: File: C:\Python34\Lib\logging\__pycache__\handlers.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:547]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:548]: Executing op: FileCopy(SourceName=C:\Config.Msi\5221d.rbf,,DestName=C:\Python34\Lib\logging\__pycache__\config.cpython-34.pyc,Attributes=32800,FileSize=25441,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:549]: File: C:\Python34\Lib\logging\__pycache__\config.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:554]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:555]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\ensurepip\__pycache__\) MSI (s) (9C:5C) [21:26:17:555]: Executing op: FileCopy(SourceName=C:\Config.Msi\5221c.rbf,,DestName=C:\Python34\Lib\ensurepip\__pycache__\__main__.cpython-34.pyc,Attributes=32800,FileSize=201,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:556]: File: C:\Python34\Lib\ensurepip\__pycache__\__main__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:561]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:562]: Executing op: FileCopy(SourceName=C:\Config.Msi\5221b.rbf,,DestName=C:\Python34\Lib\ensurepip\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=5239,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:563]: File: C:\Python34\Lib\ensurepip\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:568]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:568]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\multiprocessing\dummy\__pycache__\) MSI (s) (9C:5C) [21:26:17:569]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\multiprocessing\__pycache__\) MSI (s) (9C:5C) [21:26:17:569]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\curses\__pycache__\) MSI (s) (9C:5C) [21:26:17:570]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\json\__pycache__\) MSI (s) (9C:5C) [21:26:17:570]: Executing op: FileCopy(SourceName=C:\Config.Msi\5221a.rbf,,DestName=C:\Python34\Lib\json\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=12211,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:571]: File: C:\Python34\Lib\json\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:576]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:577]: Executing op: FileCopy(SourceName=C:\Config.Msi\52219.rbf,,DestName=C:\Python34\Lib\json\__pycache__\scanner.cpython-34.pyc,Attributes=32800,FileSize=2194,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:578]: File: C:\Python34\Lib\json\__pycache__\scanner.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:585]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:586]: Executing op: FileCopy(SourceName=C:\Config.Msi\52218.rbf,,DestName=C:\Python34\Lib\json\__pycache__\encoder.cpython-34.pyc,Attributes=32800,FileSize=11922,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:587]: File: C:\Python34\Lib\json\__pycache__\encoder.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:593]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:594]: Executing op: FileCopy(SourceName=C:\Config.Msi\52217.rbf,,DestName=C:\Python34\Lib\json\__pycache__\decoder.cpython-34.pyc,Attributes=32800,FileSize=10525,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:595]: File: C:\Python34\Lib\json\__pycache__\decoder.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:599]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:600]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\venv\__pycache__\) MSI (s) (9C:5C) [21:26:17:600]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\wsgiref\__pycache__\) MSI (s) (9C:5C) [21:26:17:601]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\) MSI (s) (9C:5C) [21:26:17:601]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\) MSI (s) (9C:5C) [21:26:17:602]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\test\__pycache__\) MSI (s) (9C:5C) [21:26:17:602]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\tkinter\__pycache__\) MSI (s) (9C:5C) [21:26:17:603]: Executing op: FileCopy(SourceName=C:\Config.Msi\52216.rbf,,DestName=C:\Python34\Lib\tkinter\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=187478,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:604]: File: C:\Python34\Lib\tkinter\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:609]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:610]: Executing op: FileCopy(SourceName=C:\Config.Msi\52215.rbf,,DestName=C:\Python34\Lib\tkinter\__pycache__\_fix.cpython-34.pyc,Attributes=32800,FileSize=1738,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:611]: File: C:\Python34\Lib\tkinter\__pycache__\_fix.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:615]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\52214.rbf,,DestName=C:\Python34\Lib\tkinter\__pycache__\simpledialog.cpython-34.pyc,Attributes=32800,FileSize=11402,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:617]: File: C:\Python34\Lib\tkinter\__pycache__\simpledialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:622]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:623]: Executing op: FileCopy(SourceName=C:\Config.Msi\52213.rbf,,DestName=C:\Python34\Lib\tkinter\__pycache__\messagebox.cpython-34.pyc,Attributes=32800,FileSize=3277,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:624]: File: C:\Python34\Lib\tkinter\__pycache__\messagebox.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:629]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:630]: Executing op: FileCopy(SourceName=C:\Config.Msi\52212.rbf,,DestName=C:\Python34\Lib\tkinter\__pycache__\font.cpython-34.pyc,Attributes=32800,FileSize=6710,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:631]: File: C:\Python34\Lib\tkinter\__pycache__\font.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:635]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:636]: Executing op: FileCopy(SourceName=C:\Config.Msi\52211.rbf,,DestName=C:\Python34\Lib\tkinter\__pycache__\filedialog.cpython-34.pyc,Attributes=32800,FileSize=13451,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:637]: File: C:\Python34\Lib\tkinter\__pycache__\filedialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:642]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:642]: Executing op: FileCopy(SourceName=C:\Config.Msi\52210.rbf,,DestName=C:\Python34\Lib\tkinter\__pycache__\dialog.cpython-34.pyc,Attributes=32800,FileSize=1619,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:643]: File: C:\Python34\Lib\tkinter\__pycache__\dialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:648]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:649]: Executing op: FileCopy(SourceName=C:\Config.Msi\5220f.rbf,,DestName=C:\Python34\Lib\tkinter\__pycache__\constants.cpython-34.pyc,Attributes=32800,FileSize=1789,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:650]: File: C:\Python34\Lib\tkinter\__pycache__\constants.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:654]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:655]: Executing op: FileCopy(SourceName=C:\Config.Msi\5220e.rbf,,DestName=C:\Python34\Lib\tkinter\__pycache__\commondialog.cpython-34.pyc,Attributes=32800,FileSize=1267,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:656]: File: C:\Python34\Lib\tkinter\__pycache__\commondialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:660]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:662]: Executing op: FileCopy(SourceName=C:\Config.Msi\5220d.rbf,,DestName=C:\Python34\Lib\tkinter\__pycache__\colorchooser.cpython-34.pyc,Attributes=32800,FileSize=1198,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:663]: File: C:\Python34\Lib\tkinter\__pycache__\colorchooser.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:671]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:672]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\fixes\__pycache__\) MSI (s) (9C:5C) [21:26:17:673]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\) MSI (s) (9C:5C) [21:26:17:674]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\) MSI (s) (9C:5C) [21:26:17:674]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\data\__pycache__\) MSI (s) (9C:5C) [21:26:17:675]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\tests\__pycache__\) MSI (s) (9C:5C) [21:26:17:676]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\pgen2\__pycache__\) MSI (s) (9C:5C) [21:26:17:676]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\lib2to3\__pycache__\) MSI (s) (9C:5C) [21:26:17:677]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\html\__pycache__\) MSI (s) (9C:5C) [21:26:17:678]: Executing op: FileCopy(SourceName=C:\Config.Msi\5220c.rbf,,DestName=C:\Python34\Lib\html\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=3653,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:679]: File: C:\Python34\Lib\html\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:684]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:685]: Executing op: FileCopy(SourceName=C:\Config.Msi\5220b.rbf,,DestName=C:\Python34\Lib\html\__pycache__\parser.cpython-34.pyc,Attributes=32800,FileSize=15093,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:686]: File: C:\Python34\Lib\html\__pycache__\parser.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:693]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:694]: Executing op: FileCopy(SourceName=C:\Config.Msi\5220a.rbf,,DestName=C:\Python34\Lib\html\__pycache__\entities.cpython-34.pyc,Attributes=32800,FileSize=57860,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:695]: File: C:\Python34\Lib\html\__pycache__\entities.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:701]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:702]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\sqlite3\test\__pycache__\) MSI (s) (9C:5C) [21:26:17:703]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\sqlite3\__pycache__\) MSI (s) (9C:5C) [21:26:17:703]: Executing op: FileCopy(SourceName=C:\Config.Msi\52209.rbf,,DestName=C:\Python34\Lib\sqlite3\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=151,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:704]: File: C:\Python34\Lib\sqlite3\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:709]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:709]: Executing op: FileCopy(SourceName=C:\Config.Msi\52208.rbf,,DestName=C:\Python34\Lib\sqlite3\__pycache__\dbapi2.cpython-34.pyc,Attributes=32800,FileSize=2591,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:710]: File: C:\Python34\Lib\sqlite3\__pycache__\dbapi2.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:715]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:716]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\http\__pycache__\) MSI (s) (9C:5C) [21:26:17:717]: Executing op: FileCopy(SourceName=C:\Config.Msi\52207.rbf,,DestName=C:\Python34\Lib\http\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=115,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:718]: File: C:\Python34\Lib\http\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:723]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:724]: Executing op: FileCopy(SourceName=C:\Config.Msi\52206.rbf,,DestName=C:\Python34\Lib\http\__pycache__\cookies.cpython-34.pyc,Attributes=32800,FileSize=17431,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:725]: File: C:\Python34\Lib\http\__pycache__\cookies.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:730]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:731]: Executing op: FileCopy(SourceName=C:\Config.Msi\52205.rbf,,DestName=C:\Python34\Lib\http\__pycache__\cookiejar.cpython-34.pyc,Attributes=32800,FileSize=58657,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:733]: File: C:\Python34\Lib\http\__pycache__\cookiejar.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:740]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:742]: Executing op: FileCopy(SourceName=C:\Config.Msi\52204.rbf,,DestName=C:\Python34\Lib\http\__pycache__\client.cpython-34.pyc,Attributes=32800,FileSize=32714,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:743]: File: C:\Python34\Lib\http\__pycache__\client.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:753]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:754]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\concurrent\futures\__pycache__\) MSI (s) (9C:5C) [21:26:17:755]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\concurrent\__pycache__\) MSI (s) (9C:5C) [21:26:17:755]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\idlelib\idle_test\__pycache__\) MSI (s) (9C:5C) [21:26:17:756]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\idlelib\__pycache__\) MSI (s) (9C:5C) [21:26:17:757]: Executing op: FileCopy(SourceName=C:\Config.Msi\52203.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\__init__.cpython-34.pyc,Attributes=32800,FileSize=118,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:758]: File: C:\Python34\Lib\idlelib\__pycache__\__init__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:768]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:770]: Executing op: FileCopy(SourceName=C:\Config.Msi\52202.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\ZoomHeight.cpython-34.pyc,Attributes=32800,FileSize=1384,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:771]: File: C:\Python34\Lib\idlelib\__pycache__\ZoomHeight.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:780]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:783]: Executing op: FileCopy(SourceName=C:\Config.Msi\52201.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\WindowList.cpython-34.pyc,Attributes=32800,FileSize=3219,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:785]: File: C:\Python34\Lib\idlelib\__pycache__\WindowList.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:797]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:799]: Executing op: FileCopy(SourceName=C:\Config.Msi\52200.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\WidgetRedirector.cpython-34.pyc,Attributes=32800,FileSize=4824,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:801]: File: C:\Python34\Lib\idlelib\__pycache__\WidgetRedirector.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:808]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:809]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ff.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\UndoDelegator.cpython-34.pyc,Attributes=32800,FileSize=11011,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:811]: File: C:\Python34\Lib\idlelib\__pycache__\UndoDelegator.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:818]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:820]: Executing op: FileCopy(SourceName=C:\Config.Msi\521fe.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\TreeWidget.cpython-34.pyc,Attributes=32800,FileSize=15816,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:822]: File: C:\Python34\Lib\idlelib\__pycache__\TreeWidget.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:829]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:830]: Executing op: FileCopy(SourceName=C:\Config.Msi\521fd.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\textView.cpython-34.pyc,Attributes=32800,FileSize=3690,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:831]: File: C:\Python34\Lib\idlelib\__pycache__\textView.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:838]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:839]: Executing op: FileCopy(SourceName=C:\Config.Msi\521fc.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\tabbedpages.cpython-34.pyc,Attributes=32800,FileSize=16704,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:840]: File: C:\Python34\Lib\idlelib\__pycache__\tabbedpages.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:847]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:848]: Executing op: FileCopy(SourceName=C:\Config.Msi\521fb.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\StackViewer.cpython-34.pyc,Attributes=32800,FileSize=4808,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:849]: File: C:\Python34\Lib\idlelib\__pycache__\StackViewer.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:854]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:855]: Executing op: FileCopy(SourceName=C:\Config.Msi\521fa.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\SearchEngine.cpython-34.pyc,Attributes=32800,FileSize=7531,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:856]: File: C:\Python34\Lib\idlelib\__pycache__\SearchEngine.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:865]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:867]: Executing op: FileCopy(SourceName=C:\Config.Msi\521f9.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\SearchDialogBase.cpython-34.pyc,Attributes=32800,FileSize=5688,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:868]: File: C:\Python34\Lib\idlelib\__pycache__\SearchDialogBase.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:876]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:877]: Executing op: FileCopy(SourceName=C:\Config.Msi\521f8.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\SearchDialog.cpython-34.pyc,Attributes=32800,FileSize=2497,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:879]: File: C:\Python34\Lib\idlelib\__pycache__\SearchDialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:890]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:891]: Executing op: FileCopy(SourceName=C:\Config.Msi\521f7.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\ScrolledList.cpython-34.pyc,Attributes=32800,FileSize=5422,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:892]: File: C:\Python34\Lib\idlelib\__pycache__\ScrolledList.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:902]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:903]: Executing op: FileCopy(SourceName=C:\Config.Msi\521f6.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\run.cpython-34.pyc,Attributes=32800,FileSize=12661,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:905]: File: C:\Python34\Lib\idlelib\__pycache__\run.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:916]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:917]: Executing op: FileCopy(SourceName=C:\Config.Msi\521f5.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\rpc.cpython-34.pyc,Attributes=32800,FileSize=20594,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:919]: File: C:\Python34\Lib\idlelib\__pycache__\rpc.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:924]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:925]: Executing op: FileCopy(SourceName=C:\Config.Msi\521f4.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\ReplaceDialog.cpython-34.pyc,Attributes=32800,FileSize=5755,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:926]: File: C:\Python34\Lib\idlelib\__pycache__\ReplaceDialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:931]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:932]: Executing op: FileCopy(SourceName=C:\Config.Msi\521f3.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\RemoteObjectBrowser.cpython-34.pyc,Attributes=32800,FileSize=1991,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:933]: File: C:\Python34\Lib\idlelib\__pycache__\RemoteObjectBrowser.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:939]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:940]: Executing op: FileCopy(SourceName=C:\Config.Msi\521f2.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\RemoteDebugger.cpython-34.pyc,Attributes=32800,FileSize=14664,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:941]: File: C:\Python34\Lib\idlelib\__pycache__\RemoteDebugger.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:949]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:950]: Executing op: FileCopy(SourceName=C:\Config.Msi\521f1.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\PyShell.cpython-34.pyc,Attributes=32800,FileSize=48268,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:952]: File: C:\Python34\Lib\idlelib\__pycache__\PyShell.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:961]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:962]: Executing op: FileCopy(SourceName=C:\Config.Msi\521f0.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\PyParse.cpython-34.pyc,Attributes=32800,FileSize=9240,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:964]: File: C:\Python34\Lib\idlelib\__pycache__\PyParse.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:971]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:972]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ef.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\Percolator.cpython-34.pyc,Attributes=32800,FileSize=3211,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:973]: File: C:\Python34\Lib\idlelib\__pycache__\Percolator.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:982]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:983]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ee.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\ParenMatch.cpython-34.pyc,Attributes=32800,FileSize=6319,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:984]: File: C:\Python34\Lib\idlelib\__pycache__\ParenMatch.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:990]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:17:991]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ed.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\OutputWindow.cpython-34.pyc,Attributes=32800,FileSize=4571,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:17:992]: File: C:\Python34\Lib\idlelib\__pycache__\OutputWindow.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:17:999]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:000]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ec.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\ObjectBrowser.cpython-34.pyc,Attributes=32800,FileSize=5211,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:002]: File: C:\Python34\Lib\idlelib\__pycache__\ObjectBrowser.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:008]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:010]: Executing op: FileCopy(SourceName=C:\Config.Msi\521eb.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\MultiStatusBar.cpython-34.pyc,Attributes=32800,FileSize=1263,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:011]: File: C:\Python34\Lib\idlelib\__pycache__\MultiStatusBar.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:016]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:017]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ea.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\MultiCall.cpython-34.pyc,Attributes=32800,FileSize=16187,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:019]: File: C:\Python34\Lib\idlelib\__pycache__\MultiCall.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:025]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:027]: Executing op: FileCopy(SourceName=C:\Config.Msi\521e9.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\macosxSupport.cpython-34.pyc,Attributes=32800,FileSize=7476,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:028]: File: C:\Python34\Lib\idlelib\__pycache__\macosxSupport.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:035]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:037]: Executing op: FileCopy(SourceName=C:\Config.Msi\521e8.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\keybindingDialog.cpython-34.pyc,Attributes=32800,FileSize=11135,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:046]: File: C:\Python34\Lib\idlelib\__pycache__\keybindingDialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:053]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:054]: Executing op: FileCopy(SourceName=C:\Config.Msi\521e7.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\IOBinding.cpython-34.pyc,Attributes=32800,FileSize=14573,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:056]: File: C:\Python34\Lib\idlelib\__pycache__\IOBinding.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:062]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:064]: Executing op: FileCopy(SourceName=C:\Config.Msi\521e6.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\idlever.cpython-34.pyc,Attributes=32800,FileSize=141,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:066]: File: C:\Python34\Lib\idlelib\__pycache__\idlever.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:072]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:073]: Executing op: FileCopy(SourceName=C:\Config.Msi\521e5.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\IdleHistory.cpython-34.pyc,Attributes=32800,FileSize=3758,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:075]: File: C:\Python34\Lib\idlelib\__pycache__\IdleHistory.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:082]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:083]: Executing op: FileCopy(SourceName=C:\Config.Msi\521e4.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\HyperParser.cpython-34.pyc,Attributes=32800,FileSize=6315,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:084]: File: C:\Python34\Lib\idlelib\__pycache__\HyperParser.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:089]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:090]: Executing op: FileCopy(SourceName=C:\Config.Msi\521e3.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\GrepDialog.cpython-34.pyc,Attributes=32800,FileSize=4525,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:091]: File: C:\Python34\Lib\idlelib\__pycache__\GrepDialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:095]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:096]: Executing op: FileCopy(SourceName=C:\Config.Msi\521e2.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\FormatParagraph.cpython-34.pyc,Attributes=32800,FileSize=6400,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:098]: File: C:\Python34\Lib\idlelib\__pycache__\FormatParagraph.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:103]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:105]: Executing op: FileCopy(SourceName=C:\Config.Msi\521e1.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\FileList.cpython-34.pyc,Attributes=32800,FileSize=3622,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:107]: File: C:\Python34\Lib\idlelib\__pycache__\FileList.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:115]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:117]: Executing op: FileCopy(SourceName=C:\Config.Msi\521e0.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\EditorWindow.cpython-34.pyc,Attributes=32800,FileSize=53318,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:118]: File: C:\Python34\Lib\idlelib\__pycache__\EditorWindow.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:125]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:126]: Executing op: FileCopy(SourceName=C:\Config.Msi\521df.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\dynOptionMenuWidget.cpython-34.pyc,Attributes=32800,FileSize=1502,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:128]: File: C:\Python34\Lib\idlelib\__pycache__\dynOptionMenuWidget.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:134]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:135]: Executing op: FileCopy(SourceName=C:\Config.Msi\521de.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\Delegator.cpython-34.pyc,Attributes=32800,FileSize=1083,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:136]: File: C:\Python34\Lib\idlelib\__pycache__\Delegator.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:143]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:145]: Executing op: FileCopy(SourceName=C:\Config.Msi\521dd.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\Debugger.cpython-34.pyc,Attributes=32800,FileSize=15100,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:146]: File: C:\Python34\Lib\idlelib\__pycache__\Debugger.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:151]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:152]: Executing op: FileCopy(SourceName=C:\Config.Msi\521dc.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\configSectionNameDialog.cpython-34.pyc,Attributes=32800,FileSize=3923,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:153]: File: C:\Python34\Lib\idlelib\__pycache__\configSectionNameDialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:160]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:161]: Executing op: FileCopy(SourceName=C:\Config.Msi\521db.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\configHelpSourceEdit.cpython-34.pyc,Attributes=32800,FileSize=5901,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:162]: File: C:\Python34\Lib\idlelib\__pycache__\configHelpSourceEdit.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:167]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:169]: Executing op: FileCopy(SourceName=C:\Config.Msi\521da.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\configHandler.cpython-34.pyc,Attributes=32800,FileSize=25306,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:170]: File: C:\Python34\Lib\idlelib\__pycache__\configHandler.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:177]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:178]: Executing op: FileCopy(SourceName=C:\Config.Msi\521d9.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\configDialog.cpython-34.pyc,Attributes=32800,FileSize=40902,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:180]: File: C:\Python34\Lib\idlelib\__pycache__\configDialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:189]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:193]: Executing op: FileCopy(SourceName=C:\Config.Msi\521d8.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\ColorDelegator.cpython-34.pyc,Attributes=32800,FileSize=8053,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:195]: File: C:\Python34\Lib\idlelib\__pycache__\ColorDelegator.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:203]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:204]: Executing op: FileCopy(SourceName=C:\Config.Msi\521d7.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\CallTipWindow.cpython-34.pyc,Attributes=32800,FileSize=5244,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:206]: File: C:\Python34\Lib\idlelib\__pycache__\CallTipWindow.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:212]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:214]: Executing op: FileCopy(SourceName=C:\Config.Msi\521d6.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\CallTips.cpython-34.pyc,Attributes=32800,FileSize=5933,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:216]: File: C:\Python34\Lib\idlelib\__pycache__\CallTips.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:221]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:221]: Executing op: FileCopy(SourceName=C:\Config.Msi\521d5.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\Bindings.cpython-34.pyc,Attributes=32800,FileSize=2975,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:223]: File: C:\Python34\Lib\idlelib\__pycache__\Bindings.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:230]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:231]: Executing op: FileCopy(SourceName=C:\Config.Msi\521d4.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\AutoExpand.cpython-34.pyc,Attributes=32800,FileSize=2249,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:232]: File: C:\Python34\Lib\idlelib\__pycache__\AutoExpand.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:239]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:240]: Executing op: FileCopy(SourceName=C:\Config.Msi\521d3.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\AutoCompleteWindow.cpython-34.pyc,Attributes=32800,FileSize=11573,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:241]: File: C:\Python34\Lib\idlelib\__pycache__\AutoCompleteWindow.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:246]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:247]: Executing op: FileCopy(SourceName=C:\Config.Msi\521d2.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\AutoComplete.cpython-34.pyc,Attributes=32800,FileSize=7563,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:249]: File: C:\Python34\Lib\idlelib\__pycache__\AutoComplete.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:255]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:257]: Executing op: FileCopy(SourceName=C:\Config.Msi\521d1.rbf,,DestName=C:\Python34\Lib\idlelib\__pycache__\aboutDialog.cpython-34.pyc,Attributes=32800,FileSize=5795,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:259]: File: C:\Python34\Lib\idlelib\__pycache__\aboutDialog.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:267]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:269]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\asyncio\__pycache__\) MSI (s) (9C:5C) [21:26:18:270]: Executing op: SetTargetFolder(Folder=C:\Python34\Lib\__pycache__\) MSI (s) (9C:5C) [21:26:18:270]: Executing op: FileCopy(SourceName=C:\Config.Msi\521d0.rbf,,DestName=C:\Python34\Lib\__pycache__\__future__.cpython-34.pyc,Attributes=32800,FileSize=4153,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:272]: File: C:\Python34\Lib\__pycache__\__future__.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:281]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:282]: Executing op: FileCopy(SourceName=C:\Config.Msi\521cf.rbf,,DestName=C:\Python34\Lib\__pycache__\_weakrefset.cpython-34.pyc,Attributes=32800,FileSize=8446,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:284]: File: C:\Python34\Lib\__pycache__\_weakrefset.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:290]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:291]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ce.rbf,,DestName=C:\Python34\Lib\__pycache__\_sitebuiltins.cpython-34.pyc,Attributes=32800,FileSize=3658,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:293]: File: C:\Python34\Lib\__pycache__\_sitebuiltins.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:299]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:301]: Executing op: FileCopy(SourceName=C:\Config.Msi\521cd.rbf,,DestName=C:\Python34\Lib\__pycache__\_markupbase.cpython-34.pyc,Attributes=32800,FileSize=8910,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:302]: File: C:\Python34\Lib\__pycache__\_markupbase.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:308]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:309]: Executing op: FileCopy(SourceName=C:\Config.Msi\521cc.rbf,,DestName=C:\Python34\Lib\__pycache__\_compat_pickle.cpython-34.pyc,Attributes=32800,FileSize=4342,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:311]: File: C:\Python34\Lib\__pycache__\_compat_pickle.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:317]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:318]: Executing op: FileCopy(SourceName=C:\Config.Msi\521cb.rbf,,DestName=C:\Python34\Lib\__pycache__\_collections_abc.cpython-34.pyc,Attributes=32800,FileSize=24191,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:319]: File: C:\Python34\Lib\__pycache__\_collections_abc.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:323]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:324]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ca.rbf,,DestName=C:\Python34\Lib\__pycache__\_bootlocale.cpython-34.pyc,Attributes=32800,FileSize=1029,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:325]: File: C:\Python34\Lib\__pycache__\_bootlocale.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:331]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:332]: Executing op: FileCopy(SourceName=C:\Config.Msi\521c9.rbf,,DestName=C:\Python34\Lib\__pycache__\zipfile.cpython-34.pyc,Attributes=32800,FileSize=45294,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:334]: File: C:\Python34\Lib\__pycache__\zipfile.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:340]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:341]: Executing op: FileCopy(SourceName=C:\Config.Msi\521c8.rbf,,DestName=C:\Python34\Lib\__pycache__\webbrowser.cpython-34.pyc,Attributes=32800,FileSize=17282,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:343]: File: C:\Python34\Lib\__pycache__\webbrowser.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:357]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:362]: Executing op: FileCopy(SourceName=C:\Config.Msi\521c7.rbf,,DestName=C:\Python34\Lib\__pycache__\weakref.cpython-34.pyc,Attributes=32800,FileSize=19376,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:364]: File: C:\Python34\Lib\__pycache__\weakref.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:371]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:372]: Executing op: FileCopy(SourceName=C:\Config.Msi\521c6.rbf,,DestName=C:\Python34\Lib\__pycache__\warnings.cpython-34.pyc,Attributes=32800,FileSize=12226,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:374]: File: C:\Python34\Lib\__pycache__\warnings.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:381]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:382]: Executing op: FileCopy(SourceName=C:\Config.Msi\521c5.rbf,,DestName=C:\Python34\Lib\__pycache__\uuid.cpython-34.pyc,Attributes=32800,FileSize=20596,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:383]: File: C:\Python34\Lib\__pycache__\uuid.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:388]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:389]: Executing op: FileCopy(SourceName=C:\Config.Msi\521c4.rbf,,DestName=C:\Python34\Lib\__pycache__\uu.cpython-34.pyc,Attributes=32800,FileSize=4002,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:390]: File: C:\Python34\Lib\__pycache__\uu.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:395]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:396]: Executing op: FileCopy(SourceName=C:\Config.Msi\521c3.rbf,,DestName=C:\Python34\Lib\__pycache__\types.cpython-34.pyc,Attributes=32800,FileSize=5362,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:398]: File: C:\Python34\Lib\__pycache__\types.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:403]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:404]: Executing op: FileCopy(SourceName=C:\Config.Msi\521c2.rbf,,DestName=C:\Python34\Lib\__pycache__\traceback.cpython-34.pyc,Attributes=32800,FileSize=11073,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:406]: File: C:\Python34\Lib\__pycache__\traceback.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:412]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:413]: Executing op: FileCopy(SourceName=C:\Config.Msi\521c1.rbf,,DestName=C:\Python34\Lib\__pycache__\tokenize.cpython-34.pyc,Attributes=32800,FileSize=19600,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:414]: File: C:\Python34\Lib\__pycache__\tokenize.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:420]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:422]: Executing op: FileCopy(SourceName=C:\Config.Msi\521c0.rbf,,DestName=C:\Python34\Lib\__pycache__\token.cpython-34.pyc,Attributes=32800,FileSize=3597,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:423]: File: C:\Python34\Lib\__pycache__\token.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:440]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:441]: Executing op: FileCopy(SourceName=C:\Config.Msi\521bf.rbf,,DestName=C:\Python34\Lib\__pycache__\threading.cpython-34.pyc,Attributes=32800,FileSize=39001,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:443]: File: C:\Python34\Lib\__pycache__\threading.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:450]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:451]: Executing op: FileCopy(SourceName=C:\Config.Msi\521be.rbf,,DestName=C:\Python34\Lib\__pycache__\textwrap.cpython-34.pyc,Attributes=32800,FileSize=13646,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:453]: File: C:\Python34\Lib\__pycache__\textwrap.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:459]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:460]: Executing op: FileCopy(SourceName=C:\Config.Msi\521bd.rbf,,DestName=C:\Python34\Lib\__pycache__\tempfile.cpython-34.pyc,Attributes=32800,FileSize=21306,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:462]: File: C:\Python34\Lib\__pycache__\tempfile.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:466]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:467]: Executing op: FileCopy(SourceName=C:\Config.Msi\521bc.rbf,,DestName=C:\Python34\Lib\__pycache__\tarfile.cpython-34.pyc,Attributes=32800,FileSize=67711,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:468]: File: C:\Python34\Lib\__pycache__\tarfile.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:472]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:473]: Executing op: FileCopy(SourceName=C:\Config.Msi\521bb.rbf,,DestName=C:\Python34\Lib\__pycache__\sysconfig.cpython-34.pyc,Attributes=32800,FileSize=17134,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:474]: File: C:\Python34\Lib\__pycache__\sysconfig.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:479]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:480]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ba.rbf,,DestName=C:\Python34\Lib\__pycache__\symbol.cpython-34.pyc,Attributes=32800,FileSize=2644,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:481]: File: C:\Python34\Lib\__pycache__\symbol.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:540]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:541]: Executing op: FileCopy(SourceName=C:\Config.Msi\521b9.rbf,,DestName=C:\Python34\Lib\__pycache__\subprocess.cpython-34.pyc,Attributes=32800,FileSize=43376,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:542]: File: C:\Python34\Lib\__pycache__\subprocess.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:549]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:550]: Executing op: FileCopy(SourceName=C:\Config.Msi\521b8.rbf,,DestName=C:\Python34\Lib\__pycache__\struct.cpython-34.pyc,Attributes=32800,FileSize=329,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:551]: File: C:\Python34\Lib\__pycache__\struct.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:555]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:556]: Executing op: FileCopy(SourceName=C:\Config.Msi\521b7.rbf,,DestName=C:\Python34\Lib\__pycache__\stringprep.cpython-34.pyc,Attributes=32800,FileSize=13618,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:557]: File: C:\Python34\Lib\__pycache__\stringprep.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:562]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:563]: Executing op: FileCopy(SourceName=C:\Config.Msi\521b6.rbf,,DestName=C:\Python34\Lib\__pycache__\string.cpython-34.pyc,Attributes=32800,FileSize=7852,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:564]: File: C:\Python34\Lib\__pycache__\string.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:568]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:569]: Executing op: FileCopy(SourceName=C:\Config.Msi\521b5.rbf,,DestName=C:\Python34\Lib\__pycache__\stat.cpython-34.pyc,Attributes=32800,FileSize=3560,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:570]: File: C:\Python34\Lib\__pycache__\stat.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:575]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:576]: Executing op: FileCopy(SourceName=C:\Config.Msi\521b4.rbf,,DestName=C:\Python34\Lib\__pycache__\ssl.cpython-34.pyc,Attributes=32800,FileSize=27553,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:577]: File: C:\Python34\Lib\__pycache__\ssl.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:581]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:582]: Executing op: FileCopy(SourceName=C:\Config.Msi\521b3.rbf,,DestName=C:\Python34\Lib\__pycache__\sre_parse.cpython-34.pyc,Attributes=32800,FileSize=19667,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:583]: File: C:\Python34\Lib\__pycache__\sre_parse.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:587]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:588]: Executing op: FileCopy(SourceName=C:\Config.Msi\521b2.rbf,,DestName=C:\Python34\Lib\__pycache__\sre_constants.cpython-34.pyc,Attributes=32800,FileSize=5563,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:589]: File: C:\Python34\Lib\__pycache__\sre_constants.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:593]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:594]: Executing op: FileCopy(SourceName=C:\Config.Msi\521b1.rbf,,DestName=C:\Python34\Lib\__pycache__\sre_compile.cpython-34.pyc,Attributes=32800,FileSize=10043,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:596]: File: C:\Python34\Lib\__pycache__\sre_compile.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:602]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:603]: Executing op: FileCopy(SourceName=C:\Config.Msi\521b0.rbf,,DestName=C:\Python34\Lib\__pycache__\socketserver.cpython-34.pyc,Attributes=32800,FileSize=23192,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:604]: File: C:\Python34\Lib\__pycache__\socketserver.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:609]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:610]: Executing op: FileCopy(SourceName=C:\Config.Msi\521af.rbf,,DestName=C:\Python34\Lib\__pycache__\socket.cpython-34.pyc,Attributes=32800,FileSize=18181,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:611]: File: C:\Python34\Lib\__pycache__\socket.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:615]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:616]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ae.rbf,,DestName=C:\Python34\Lib\__pycache__\site.cpython-34.pyc,Attributes=32800,FileSize=17832,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:617]: File: C:\Python34\Lib\__pycache__\site.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:621]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:622]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ad.rbf,,DestName=C:\Python34\Lib\__pycache__\shutil.cpython-34.pyc,Attributes=32800,FileSize=32717,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:623]: File: C:\Python34\Lib\__pycache__\shutil.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:627]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:627]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ac.rbf,,DestName=C:\Python34\Lib\__pycache__\shlex.cpython-34.pyc,Attributes=32800,FileSize=7372,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:628]: File: C:\Python34\Lib\__pycache__\shlex.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:633]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:633]: Executing op: FileCopy(SourceName=C:\Config.Msi\521ab.rbf,,DestName=C:\Python34\Lib\__pycache__\runpy.cpython-34.pyc,Attributes=32800,FileSize=7733,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:634]: File: C:\Python34\Lib\__pycache__\runpy.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:638]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:639]: Executing op: FileCopy(SourceName=C:\Config.Msi\521aa.rbf,,DestName=C:\Python34\Lib\__pycache__\reprlib.cpython-34.pyc,Attributes=32800,FileSize=5854,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:640]: File: C:\Python34\Lib\__pycache__\reprlib.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:644]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:645]: Executing op: FileCopy(SourceName=C:\Config.Msi\521a9.rbf,,DestName=C:\Python34\Lib\__pycache__\re.cpython-34.pyc,Attributes=32800,FileSize=14299,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:646]: File: C:\Python34\Lib\__pycache__\re.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:650]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:651]: Executing op: FileCopy(SourceName=C:\Config.Msi\521a8.rbf,,DestName=C:\Python34\Lib\__pycache__\random.cpython-34.pyc,Attributes=32800,FileSize=19037,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:652]: File: C:\Python34\Lib\__pycache__\random.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:656]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:657]: Executing op: FileCopy(SourceName=C:\Config.Msi\521a7.rbf,,DestName=C:\Python34\Lib\__pycache__\quopri.cpython-34.pyc,Attributes=32800,FileSize=6416,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:658]: File: C:\Python34\Lib\__pycache__\quopri.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:664]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:666]: Executing op: FileCopy(SourceName=C:\Config.Msi\521a6.rbf,,DestName=C:\Python34\Lib\__pycache__\queue.cpython-34.pyc,Attributes=32800,FileSize=9244,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:667]: File: C:\Python34\Lib\__pycache__\queue.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:673]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:674]: Executing op: FileCopy(SourceName=C:\Config.Msi\521a5.rbf,,DestName=C:\Python34\Lib\__pycache__\py_compile.cpython-34.pyc,Attributes=32800,FileSize=6834,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:675]: File: C:\Python34\Lib\__pycache__\py_compile.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:680]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:680]: Executing op: FileCopy(SourceName=C:\Config.Msi\521a4.rbf,,DestName=C:\Python34\Lib\__pycache__\pydoc.cpython-34.pyc,Attributes=32800,FileSize=90256,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:681]: File: C:\Python34\Lib\__pycache__\pydoc.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:686]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:687]: Executing op: FileCopy(SourceName=C:\Config.Msi\521a3.rbf,,DestName=C:\Python34\Lib\__pycache__\posixpath.cpython-34.pyc,Attributes=32800,FileSize=9790,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:689]: File: C:\Python34\Lib\__pycache__\posixpath.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:696]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:697]: Executing op: FileCopy(SourceName=C:\Config.Msi\521a2.rbf,,DestName=C:\Python34\Lib\__pycache__\platform.cpython-34.pyc,Attributes=32800,FileSize=31345,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:698]: File: C:\Python34\Lib\__pycache__\platform.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:702]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:703]: Executing op: FileCopy(SourceName=C:\Config.Msi\521a1.rbf,,DestName=C:\Python34\Lib\__pycache__\pkgutil.cpython-34.pyc,Attributes=32800,FileSize=17582,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:705]: File: C:\Python34\Lib\__pycache__\pkgutil.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:709]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:710]: Executing op: FileCopy(SourceName=C:\Config.Msi\521a0.rbf,,DestName=C:\Python34\Lib\__pycache__\pickle.cpython-34.pyc,Attributes=32800,FileSize=46689,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:711]: File: C:\Python34\Lib\__pycache__\pickle.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:715]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:716]: Executing op: FileCopy(SourceName=C:\Config.Msi\5219f.rbf,,DestName=C:\Python34\Lib\__pycache__\os.cpython-34.pyc,Attributes=32800,FileSize=29641,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:717]: File: C:\Python34\Lib\__pycache__\os.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:721]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:722]: Executing op: FileCopy(SourceName=C:\Config.Msi\5219e.rbf,,DestName=C:\Python34\Lib\__pycache__\optparse.cpython-34.pyc,Attributes=32800,FileSize=51519,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:723]: File: C:\Python34\Lib\__pycache__\optparse.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:728]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:729]: Executing op: FileCopy(SourceName=C:\Config.Msi\5219d.rbf,,DestName=C:\Python34\Lib\__pycache__\operator.cpython-34.pyc,Attributes=32800,FileSize=12760,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:730]: File: C:\Python34\Lib\__pycache__\operator.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:734]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:735]: Executing op: FileCopy(SourceName=C:\Config.Msi\5219c.rbf,,DestName=C:\Python34\Lib\__pycache__\opcode.cpython-34.pyc,Attributes=32800,FileSize=5156,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:736]: File: C:\Python34\Lib\__pycache__\opcode.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:740]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:740]: Executing op: FileCopy(SourceName=C:\Config.Msi\5219b.rbf,,DestName=C:\Python34\Lib\__pycache__\numbers.cpython-34.pyc,Attributes=32800,FileSize=12789,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:741]: File: C:\Python34\Lib\__pycache__\numbers.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:745]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:746]: Executing op: FileCopy(SourceName=C:\Config.Msi\5219a.rbf,,DestName=C:\Python34\Lib\__pycache__\nturl2path.cpython-34.pyc,Attributes=32800,FileSize=1698,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:747]: File: C:\Python34\Lib\__pycache__\nturl2path.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:752]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:753]: Executing op: FileCopy(SourceName=C:\Config.Msi\52199.rbf,,DestName=C:\Python34\Lib\__pycache__\ntpath.cpython-34.pyc,Attributes=32800,FileSize=13283,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:754]: File: C:\Python34\Lib\__pycache__\ntpath.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:758]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:759]: Executing op: FileCopy(SourceName=C:\Config.Msi\52198.rbf,,DestName=C:\Python34\Lib\__pycache__\mimetypes.cpython-34.pyc,Attributes=32800,FileSize=16767,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:760]: File: C:\Python34\Lib\__pycache__\mimetypes.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:764]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:765]: Executing op: FileCopy(SourceName=C:\Config.Msi\52197.rbf,,DestName=C:\Python34\Lib\__pycache__\lzma.cpython-34.pyc,Attributes=32800,FileSize=15896,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:765]: File: C:\Python34\Lib\__pycache__\lzma.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:769]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:770]: Executing op: FileCopy(SourceName=C:\Config.Msi\52196.rbf,,DestName=C:\Python34\Lib\__pycache__\locale.cpython-34.pyc,Attributes=32800,FileSize=33701,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:771]: File: C:\Python34\Lib\__pycache__\locale.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:775]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:776]: Executing op: FileCopy(SourceName=C:\Config.Msi\52195.rbf,,DestName=C:\Python34\Lib\__pycache__\linecache.cpython-34.pyc,Attributes=32800,FileSize=3004,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:777]: File: C:\Python34\Lib\__pycache__\linecache.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:781]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:782]: Executing op: FileCopy(SourceName=C:\Config.Msi\52194.rbf,,DestName=C:\Python34\Lib\__pycache__\keyword.cpython-34.pyc,Attributes=32800,FileSize=1928,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:783]: File: C:\Python34\Lib\__pycache__\keyword.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:787]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:788]: Executing op: FileCopy(SourceName=C:\Config.Msi\52193.rbf,,DestName=C:\Python34\Lib\__pycache__\io.cpython-34.pyc,Attributes=32800,FileSize=3439,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:789]: File: C:\Python34\Lib\__pycache__\io.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:793]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:794]: Executing op: FileCopy(SourceName=C:\Config.Msi\52192.rbf,,DestName=C:\Python34\Lib\__pycache__\inspect.cpython-34.pyc,Attributes=32800,FileSize=76628,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:795]: File: C:\Python34\Lib\__pycache__\inspect.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:799]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:799]: Executing op: FileCopy(SourceName=C:\Config.Msi\52191.rbf,,DestName=C:\Python34\Lib\__pycache__\imp.cpython-34.pyc,Attributes=32800,FileSize=9849,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:800]: File: C:\Python34\Lib\__pycache__\imp.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:804]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:805]: Executing op: FileCopy(SourceName=C:\Config.Msi\52190.rbf,,DestName=C:\Python34\Lib\__pycache__\heapq.cpython-34.pyc,Attributes=32800,FileSize=13891,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:806]: File: C:\Python34\Lib\__pycache__\heapq.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:810]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:811]: Executing op: FileCopy(SourceName=C:\Config.Msi\5218f.rbf,,DestName=C:\Python34\Lib\__pycache__\hashlib.cpython-34.pyc,Attributes=32800,FileSize=6351,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:812]: File: C:\Python34\Lib\__pycache__\hashlib.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:816]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:816]: Executing op: FileCopy(SourceName=C:\Config.Msi\5218e.rbf,,DestName=C:\Python34\Lib\__pycache__\gzip.cpython-34.pyc,Attributes=32800,FileSize=19438,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:817]: File: C:\Python34\Lib\__pycache__\gzip.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:821]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:822]: Executing op: FileCopy(SourceName=C:\Config.Msi\5218d.rbf,,DestName=C:\Python34\Lib\__pycache__\glob.cpython-34.pyc,Attributes=32800,FileSize=2862,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:823]: File: C:\Python34\Lib\__pycache__\glob.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:827]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:828]: Executing op: FileCopy(SourceName=C:\Config.Msi\5218c.rbf,,DestName=C:\Python34\Lib\__pycache__\gettext.cpython-34.pyc,Attributes=32800,FileSize=12694,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:829]: File: C:\Python34\Lib\__pycache__\gettext.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:833]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:833]: Executing op: FileCopy(SourceName=C:\Config.Msi\5218b.rbf,,DestName=C:\Python34\Lib\__pycache__\getpass.cpython-34.pyc,Attributes=32800,FileSize=4605,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:834]: File: C:\Python34\Lib\__pycache__\getpass.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:838]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:839]: Executing op: FileCopy(SourceName=C:\Config.Msi\5218a.rbf,,DestName=C:\Python34\Lib\__pycache__\getopt.cpython-34.pyc,Attributes=32800,FileSize=6715,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:840]: File: C:\Python34\Lib\__pycache__\getopt.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:844]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:845]: Executing op: FileCopy(SourceName=C:\Config.Msi\52189.rbf,,DestName=C:\Python34\Lib\__pycache__\genericpath.cpython-34.pyc,Attributes=32800,FileSize=3475,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:846]: File: C:\Python34\Lib\__pycache__\genericpath.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:850]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:850]: Executing op: FileCopy(SourceName=C:\Config.Msi\52188.rbf,,DestName=C:\Python34\Lib\__pycache__\functools.cpython-34.pyc,Attributes=32800,FileSize=22894,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:851]: File: C:\Python34\Lib\__pycache__\functools.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:855]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:856]: Executing op: FileCopy(SourceName=C:\Config.Msi\52187.rbf,,DestName=C:\Python34\Lib\__pycache__\fnmatch.cpython-34.pyc,Attributes=32800,FileSize=3128,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:857]: File: C:\Python34\Lib\__pycache__\fnmatch.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:861]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:862]: Executing op: FileCopy(SourceName=C:\Config.Msi\52186.rbf,,DestName=C:\Python34\Lib\__pycache__\enum.cpython-34.pyc,Attributes=32800,FileSize=15350,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:863]: File: C:\Python34\Lib\__pycache__\enum.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:868]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:868]: Executing op: FileCopy(SourceName=C:\Config.Msi\52185.rbf,,DestName=C:\Python34\Lib\__pycache__\dis.cpython-34.pyc,Attributes=32800,FileSize=14569,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:869]: File: C:\Python34\Lib\__pycache__\dis.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:873]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:874]: Executing op: FileCopy(SourceName=C:\Config.Msi\52184.rbf,,DestName=C:\Python34\Lib\__pycache__\datetime.cpython-34.pyc,Attributes=32800,FileSize=55605,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:875]: File: C:\Python34\Lib\__pycache__\datetime.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:879]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:880]: Executing op: FileCopy(SourceName=C:\Config.Msi\52183.rbf,,DestName=C:\Python34\Lib\__pycache__\csv.cpython-34.pyc,Attributes=32800,FileSize=12979,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:881]: File: C:\Python34\Lib\__pycache__\csv.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:885]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:886]: Executing op: FileCopy(SourceName=C:\Config.Msi\52182.rbf,,DestName=C:\Python34\Lib\__pycache__\copyreg.cpython-34.pyc,Attributes=32800,FileSize=4589,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:887]: File: C:\Python34\Lib\__pycache__\copyreg.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:891]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:892]: Executing op: FileCopy(SourceName=C:\Config.Msi\52181.rbf,,DestName=C:\Python34\Lib\__pycache__\copy.cpython-34.pyc,Attributes=32800,FileSize=8037,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:893]: File: C:\Python34\Lib\__pycache__\copy.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:897]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:898]: Executing op: FileCopy(SourceName=C:\Config.Msi\52180.rbf,,DestName=C:\Python34\Lib\__pycache__\contextlib.cpython-34.pyc,Attributes=32800,FileSize=10351,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:898]: File: C:\Python34\Lib\__pycache__\contextlib.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:902]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:903]: Executing op: FileCopy(SourceName=C:\Config.Msi\5217f.rbf,,DestName=C:\Python34\Lib\__pycache__\configparser.cpython-34.pyc,Attributes=32800,FileSize=44608,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:904]: File: C:\Python34\Lib\__pycache__\configparser.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:908]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:909]: Executing op: FileCopy(SourceName=C:\Config.Msi\5217e.rbf,,DestName=C:\Python34\Lib\__pycache__\compileall.cpython-34.pyc,Attributes=32800,FileSize=7504,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:910]: File: C:\Python34\Lib\__pycache__\compileall.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:914]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:915]: Executing op: FileCopy(SourceName=C:\Config.Msi\5217d.rbf,,DestName=C:\Python34\Lib\__pycache__\codeop.cpython-34.pyc,Attributes=32800,FileSize=6448,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:916]: File: C:\Python34\Lib\__pycache__\codeop.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:920]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:921]: Executing op: FileCopy(SourceName=C:\Config.Msi\5217c.rbf,,DestName=C:\Python34\Lib\__pycache__\codecs.cpython-34.pyc,Attributes=32800,FileSize=35452,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:922]: File: C:\Python34\Lib\__pycache__\codecs.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:926]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:926]: Executing op: FileCopy(SourceName=C:\Config.Msi\5217b.rbf,,DestName=C:\Python34\Lib\__pycache__\code.cpython-34.pyc,Attributes=32800,FileSize=9683,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:927]: File: C:\Python34\Lib\__pycache__\code.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:931]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:932]: Executing op: FileCopy(SourceName=C:\Config.Msi\5217a.rbf,,DestName=C:\Python34\Lib\__pycache__\cgi.cpython-34.pyc,Attributes=32800,FileSize=29672,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:933]: File: C:\Python34\Lib\__pycache__\cgi.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:937]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:938]: Executing op: FileCopy(SourceName=C:\Config.Msi\52179.rbf,,DestName=C:\Python34\Lib\__pycache__\calendar.cpython-34.pyc,Attributes=32800,FileSize=27548,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:939]: File: C:\Python34\Lib\__pycache__\calendar.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:943]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:943]: Executing op: FileCopy(SourceName=C:\Config.Msi\52178.rbf,,DestName=C:\Python34\Lib\__pycache__\bz2.cpython-34.pyc,Attributes=32800,FileSize=15111,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:944]: File: C:\Python34\Lib\__pycache__\bz2.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:948]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:949]: Executing op: FileCopy(SourceName=C:\Config.Msi\52177.rbf,,DestName=C:\Python34\Lib\__pycache__\bisect.cpython-34.pyc,Attributes=32800,FileSize=2840,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:950]: File: C:\Python34\Lib\__pycache__\bisect.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:954]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:955]: Executing op: FileCopy(SourceName=C:\Config.Msi\52176.rbf,,DestName=C:\Python34\Lib\__pycache__\bdb.cpython-34.pyc,Attributes=32800,FileSize=18676,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:956]: File: C:\Python34\Lib\__pycache__\bdb.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:960]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:961]: Executing op: FileCopy(SourceName=C:\Config.Msi\52175.rbf,,DestName=C:\Python34\Lib\__pycache__\base64.cpython-34.pyc,Attributes=32800,FileSize=18275,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:961]: File: C:\Python34\Lib\__pycache__\base64.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:965]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:966]: Executing op: FileCopy(SourceName=C:\Config.Msi\52174.rbf,,DestName=C:\Python34\Lib\__pycache__\ast.cpython-34.pyc,Attributes=32800,FileSize=12342,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:967]: File: C:\Python34\Lib\__pycache__\ast.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:971]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:972]: Executing op: FileCopy(SourceName=C:\Config.Msi\52173.rbf,,DestName=C:\Python34\Lib\__pycache__\argparse.cpython-34.pyc,Attributes=32800,FileSize=65771,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:973]: File: C:\Python34\Lib\__pycache__\argparse.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:977]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:18:977]: Executing op: FileCopy(SourceName=C:\Config.Msi\52172.rbf,,DestName=C:\Python34\Lib\__pycache__\abc.cpython-34.pyc,Attributes=32800,FileSize=7859,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (9C:5C) [21:26:18:978]: File: C:\Python34\Lib\__pycache__\abc.cpython-34.pyc; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:18:983]: Note: 1: 2318 2: Rollback: RemovePip MSI (s) (9C:5C) [21:26:18:984]: Executing op: ActionStart(Name=RemovePip,,) Rollback: Updating environment strings MSI (s) (9C:5C) [21:26:18:984]: Executing op: ActionStart(Name=RemoveEnvironmentStrings,Description=Updating environment strings,Template=Name: [1], Value: [2], Action [3]) MSI (s) (9C:5C) [21:26:18:985]: Executing op: RegOpenKey(Root=-2147483646,Key=System\CurrentControlSet\Control\Session Manager\Environment,,BinaryType=-1,,) MSI (s) (9C:5C) [21:26:18:985]: Executing op: RegAddValue(Name=PathExt,Value=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY,) MSI (s) (9C:5C) [21:26:18:985]: Executing op: RegOpenKey(Root=-2147483646,Key=System\CurrentControlSet\Control\Session Manager\Environment,,BinaryType=-1,,) MSI (s) (9C:5C) [21:26:18:985]: Executing op: RegAddValue(Name=Path,Value=#%C:\Python34;C:\Python34\;C:\Python34\Scripts;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Western Digital\WD Boost\;C:\Program Files\Sony\VAIO Improvement;C:\Program Files (x86)\Sony\VAIO BIOS Data Transfer Utility\;C:\Program Files (x86)\Sony\VAIO Startup Setting Tool;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\,) Rollback: Removing shortcuts MSI (s) (9C:5C) [21:26:18:986]: Executing op: ActionStart(Name=RemoveShortcuts,Description=Removing shortcuts,Template=Shortcut: [1]) MSI (s) (9C:5C) [21:26:18:986]: Executing op: SetTargetFolder(Folder=23\Python 3.4\) MSI (s) (9C:5C) [21:26:18:991]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:5C) [21:26:18:992]: Executing op: FileCopy(SourceName=C:\Config.Msi\52171.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Uninstall Python.lnk,Attributes=8224,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194304,,,,,,,) MSI (s) (9C:5C) [21:26:18:993]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Uninstall Python.lnk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:19:001]: Executing op: FileRemove(,FileName=C:\Config.Msi\52171.rbf,Elevate=1,) MSI (s) (9C:5C) [21:26:19:005]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:19:006]: Executing op: FileCopy(SourceName=C:\Config.Msi\52170.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Python Manuals.lnk,Attributes=8224,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194304,,,,,,,) MSI (s) (9C:5C) [21:26:19:007]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Python Manuals.lnk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:19:014]: Executing op: FileRemove(,FileName=C:\Config.Msi\52170.rbf,Elevate=1,) MSI (s) (9C:5C) [21:26:19:016]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:19:017]: Executing op: SetTargetFolder(Folder=23\Python 3.4\) MSI (s) (9C:5C) [21:26:19:022]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (9C:5C) [21:26:19:022]: Executing op: FileCopy(SourceName=C:\Config.Msi\5216f.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Module Docs.lnk,Attributes=8224,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194304,,,,,,,) MSI (s) (9C:5C) [21:26:19:024]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Module Docs.lnk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:19:030]: Executing op: FileRemove(,FileName=C:\Config.Msi\5216f.rbf,Elevate=1,) MSI (s) (9C:5C) [21:26:19:034]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:19:035]: Executing op: FileCopy(SourceName=C:\Config.Msi\5216e.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\IDLE (Python GUI).lnk,Attributes=8224,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194304,,,,,,,) MSI (s) (9C:5C) [21:26:19:036]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\IDLE (Python GUI).lnk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:19:043]: Executing op: FileRemove(,FileName=C:\Config.Msi\5216e.rbf,Elevate=1,) MSI (s) (9C:5C) [21:26:19:046]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:19:047]: Executing op: FileCopy(SourceName=C:\Config.Msi\5216d.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Python (command line).lnk,Attributes=8224,FileSize=0,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194304,,,,,,,) MSI (s) (9C:5C) [21:26:19:048]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\Python (command line).lnk; To be installed; Won't patch; No existing file MSI (s) (9C:5C) [21:26:19:055]: Executing op: FileRemove(,FileName=C:\Config.Msi\5216d.rbf,Elevate=1,) MSI (s) (9C:5C) [21:26:19:058]: Note: 1: 2318 2: Rollback: Removing system registry values MSI (s) (9C:5C) [21:26:19:059]: Executing op: ActionStart(Name=RemoveRegistryValues,Description=Removing system registry values,Template=Key: [1], Name: [2]) MSI (s) (9C:5C) [21:26:19:059]: Executing op: RegOpenKey(Root=-1,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{d54842cb-f761-30ba-881f-1ff821dc44df},SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:060]: Executing op: RegAddValue(Name=DisplayIcon,Value=C:\Python34\python.exe,) MSI (s) (9C:5C) [21:26:19:060]: Executing op: RegOpenKey(Root=-1,Key=Software\Microsoft\Windows\CurrentVersion\App Paths\Python.exe,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:061]: Executing op: RegAddValue(,Value=C:\Python34\Python.exe,) MSI (s) (9C:5C) [21:26:19:061]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\Modules,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:062]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\Help\Main Python Documentation,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:062]: Executing op: RegAddValue(,Value=C:\Python34\Doc\python341.chm,) MSI (s) (9C:5C) [21:26:19:063]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\PythonPath,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:063]: Executing op: RegAddValue(,Value=C:\Python34\Lib;C:\Python34\DLLs,) MSI (s) (9C:5C) [21:26:19:064]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\InstallPath\InstallGroup,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:064]: Executing op: RegAddValue(,Value=Python 3.4,) MSI (s) (9C:5C) [21:26:19:065]: Executing op: RegOpenKey(Root=-1,Key=Software\Python\PythonCore\3.4\InstallPath,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:065]: Executing op: RegAddValue(,Value=C:\Python34\,) MSI (s) (9C:5C) [21:26:19:066]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\shellex\DropHandler,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:066]: Executing op: RegAddValue(,Value={60254CA5-953B-11CF-8C96-00AA00B8708C},) MSI (s) (9C:5C) [21:26:19:067]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shellex\DropHandler,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:068]: Executing op: RegAddValue(,Value={60254CA5-953B-11CF-8C96-00AA00B8708C},) MSI (s) (9C:5C) [21:26:19:069]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shellex\DropHandler,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:069]: Executing op: RegAddValue(,Value={60254CA5-953B-11CF-8C96-00AA00B8708C},) MSI (s) (9C:5C) [21:26:19:070]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:070]: Executing op: RegAddValue(,Value=Compiled Python File,) MSI (s) (9C:5C) [21:26:19:071]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:071]: Executing op: RegAddValue(,Value=Python File (no console),) MSI (s) (9C:5C) [21:26:19:071]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:072]: Executing op: RegAddValue(,Value=Python File,) MSI (s) (9C:5C) [21:26:19:072]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\DefaultIcon,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:072]: Executing op: RegAddValue(,Value=C:\Python34\DLLs\pyc.ico,) MSI (s) (9C:5C) [21:26:19:073]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\DefaultIcon,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:073]: Executing op: RegAddValue(,Value=C:\Python34\DLLs\py.ico,) MSI (s) (9C:5C) [21:26:19:074]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\DefaultIcon,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:074]: Executing op: RegAddValue(,Value=C:\Python34\DLLs\py.ico,) MSI (s) (9C:5C) [21:26:19:075]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shell\Edit with IDLE\command,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:075]: Executing op: RegAddValue(,Value="C:\Python34\pythonw.exe" "C:\Python34\Lib\idlelib\idle.pyw" -e "%1",) MSI (s) (9C:5C) [21:26:19:076]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shell\Edit with IDLE\command,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:076]: Executing op: RegAddValue(,Value="C:\Python34\pythonw.exe" "C:\Python34\Lib\idlelib\idle.pyw" -e "%1",) MSI (s) (9C:5C) [21:26:19:077]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.CompiledFile\shell\open\command,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:078]: Executing op: RegAddValue(,Value="C:\WINDOWS\py.exe" "%1" %*,) MSI (s) (9C:5C) [21:26:19:079]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.NoConFile\shell\open\command,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:079]: Executing op: RegAddValue(,Value="C:\WINDOWS\pyw.exe" "%1" %*,) MSI (s) (9C:5C) [21:26:19:080]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\Python.File\shell\open\command,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:080]: Executing op: RegAddValue(,Value="C:\WINDOWS\py.exe" "%1" %*,) MSI (s) (9C:5C) [21:26:19:081]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyo,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:081]: Executing op: RegAddValue(,Value=Python.CompiledFile,) MSI (s) (9C:5C) [21:26:19:082]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyc,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:082]: Executing op: RegAddValue(,Value=Python.CompiledFile,) MSI (s) (9C:5C) [21:26:19:083]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.pyw,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:083]: Executing op: RegAddValue(Name=Content Type,Value=text/plain,) MSI (s) (9C:5C) [21:26:19:084]: Executing op: RegAddValue(,Value=Python.NoConFile,) MSI (s) (9C:5C) [21:26:19:084]: Executing op: RegOpenKey(Root=-1,Key=Software\Classes\.py,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:084]: Executing op: RegAddValue(Name=Content Type,Value=text/plain,) MSI (s) (9C:5C) [21:26:19:085]: Executing op: RegAddValue(,Value=Python.File,) Rollback: Removing ODBC components MSI (s) (9C:5C) [21:26:19:085]: Executing op: ActionStart(Name=RemoveODBC,Description=Removing ODBC components,) Rollback: Unpublishing Product Features MSI (s) (9C:5C) [21:26:19:086]: Executing op: ActionStart(Name=UnpublishFeatures,Description=Unpublishing Product Features,Template=Feature: [1]) MSI (s) (9C:5C) [21:26:19:086]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:086]: Executing op: RegAddValue(Name=PrependPath,Value=+dN$uSDZz at Fvih[W9mvSDefaultFeature,) MSI (s) (9C:5C) [21:26:19:087]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:087]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:087]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:5C) [21:26:19:088]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:088]: Executing op: RegAddValue(Name=Testsuite,Value=U=SnAHJnR at Yho6[',[[E%icUAe~(z=5s?@xz$PhUc&5!7Y)3,9C}Y3Exe7+WXU12v&k3YAu9Rt^Bo)DSIPl^3Pw+6=sWGk*BO_p)N0R1KMXyP=$H-}tpRV}%.C.{1e-Se=9I&W_)y9Y_U5)EB'auY8r_i72e7YhIXuTpf]'j89UVxP^i*gn)1DoyI)'~8@%{rxRe3=RpO0bv18ahBA,o5zxE[0tp-=9{eQ%?M?MWy?SxJgSw5mU7,{%'P at Efe[$Ap}an&sl)k7-Pj=k&W]gW~skSi~}VESeJq=(ELcDLhoMUJ.$T_pH(a?q((9v&N&?`]^huOWvdA9Lr2?8?ESN?=`48(dHMm=)ttLFhL7FYS`hKcCnj`=j%tSc]DL*,_hJS$7hmy?usA`%&)BC4O+Qcw9l!,=){sKh4p`GF010qx,^,59cT39HRqOnzM{o1)A4NAAl{&CMXS`jp&8qDL}4s-@?-(P)!oi[Bl{9EX%'le9i[FE1XKB&FYfx2HAUCb?*q[7gUf at pgH47WssFT7?B)dok%!6'saPbMJRc5O at v!G3bXW^An]TM9eN at sG=zg3.HAeDz$tk[zs%tV}8=xLU+&{A9G!{8[m{_{Q@`.dqg'ksxNjR1==-^R,?2L39S2BVdeS^3,DhQOK9,OaBRvO1uIf.y==ydo=?(VltO(?xlso8Cs[ro3AAu[EI[ka]HR}]j,yx)1+A%B{&-4*h^(SkA`49sKh9((GX+VP8akZ]9~Fm4Ux?e%`2xe,F^joe}e+a'2(=.'F8feTRCRcWgc)%j{)=4}nH1zV)fUxC(E$`6[}8bfi-SwuzoF_b?azBSjn?*ZZ&R&mF[%L6{2a[-Kc?%[0-^QIBCsdqaF1_]0[9CAoHRmdQ.o66Nkr5s)e8`0J}-Vv2)]XyCc?]=Ma?O at nuq-gjl[A({M8~C?`@ksvqL8Na1?MnUEfYhf^8T$Vfror~ZVL7J.B,mIG at pU}j*FV')^']1_9-Api?y[chEuv5~uWaz3eC7t8 at jMkohMnwe? MSI (s) (9C:5C) [21:26:19:088]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:089]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:089]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:5C) [21:26:19:089]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:089]: Executing op: RegAddValue(Name=pip_feature,Value=cMv`FPiOl?4(Wz9!}k[oDefaultFeature,) MSI (s) (9C:5C) [21:26:19:090]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:090]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:090]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:5C) [21:26:19:090]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:090]: Executing op: RegAddValue(Name=Tools,Value=HeI_2yV=B=lm47.PG$taErr6cJ+b[?P]kI1694'$z0e(KhzRW at lkEH0@)0SHOr&M!*kwS9u6O-eR&=-g,g,_1}lY,=M'@jPY7PO^Erev]41'i8O3~0a?71Piqy7p1+MDz9dJ*eLP4.h4DefaultFeature,) MSI (s) (9C:5C) [21:26:19:091]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:091]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:091]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:5C) [21:26:19:091]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:092]: Executing op: RegAddValue(Name=Documentation,Value=?^UhqJ5Du8VUQPDKCwPdykzaP`}=^?.CirI=}LMvDefaultFeature,) MSI (s) (9C:5C) [21:26:19:093]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:093]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:093]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:5C) [21:26:19:093]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:093]: Executing op: RegAddValue(Name=TclTk,Value=STKFZ^t.!9s(!90ql at speiRR)nyO9?jj*?!buo3xK+B,L2ddL?](s!izZGhF9YS(q1yW{@}odZ+~iTRRJ$3zG7YRw=Cf*khac]RFdkh%O=XRA?DCqC6B%[Ots_}dB9$2+AK'`kYuzU8oBk({eugm~9lz@,q++TawtGQwtL at gV=e^4H91FNh2ADj1r)Ra*A^L9Tpj at OSk[xNkxgw**9{Tbu@&,MXWEyH!9%+od?X0O].(I7'p&lIm7rW,H at 0Q^,FVQ)VF['7 at +{Oqc at -E+5+4t~9bPW)*^5$lO9.2m0$3[PG&feOO4r2e)?~q??10F?GxXq(ST[Xu+@&VjDEheof2B9KYzH=h^@jCVLd$w7^'Ti7grNH+1=?XCM_q&N5BajdM1pCRJ978XElEb`@Z]S)XJ3wCO9a=touq9h1bL&$pmvwrp9fd9nAB{.OMp^9z_2v,6A{^(Jf]Y-]fYjE@)!U*. at l5G[C49nD&LFT(,d_KX=ryMYUTmYs`^g&x+A}Nn9D9VRQtk^dgFgII+7 at 0w@-7e~c at V'fHu4Jk0'7EB?CbC_e`IUd*s~bGJeT9O at s]do,nj[rbqdJ+b=zC3AzqLWONV`t8EK?*ShfSv8nlnXix2$ENl{%$+pcUx?ptzGq~I!,GpPlT[lwa]=ZC.'D5+N at m({eq=aj,=9Tx,8SA`c,QvIr76*Ah4AVSmBYeX?T6DaSBC{yhf??pF=*cAvRA~-iMtS1L[?z3NXQDHVzW~FuSlt!da9^aN($kZvPh3&u[YzRQQ9NW68(8dZN?+4EZ at Ica`9b!Ux=t62S_g$XO=yp^f=&+lEvq_glp3^V*Y5EuB=NO3%[VHoUC{i']Fkg4z?a!PC6D0QmR8)zO>b'9'Mm+Pda(Zkr!{VQj{yx9ai1Q[t_~fZiPRNOqG=*9a[osr}8?1hgu=a5q^*j861*(zxYg70*n!GO}0NM9}o8nxz76I4MD7oxI=Xz=C(S%lrA'AJy3_H'B4Rm=NmJIIbiV&is?Svy=z!u=FKt!s^}h!'X@{W MSI (s) (9C:5C) [21:26:19:094]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:094]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:094]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:5C) [21:26:19:095]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:095]: Executing op: RegAddValue(Name=Extensions,Value=t9tk,=[1z=4qni7$@3Q%DefaultFeature,) MSI (s) (9C:5C) [21:26:19:096]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:096]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:096]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:5C) [21:26:19:097]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:097]: Executing op: RegAddValue(Name=SharedCRT,Value=UN1c'f8]'6O4&*c=BKlry?v^`HN[24ojK%sRGd!x,) MSI (s) (9C:5C) [21:26:19:098]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:098]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:098]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:5C) [21:26:19:098]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Features,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:099]: Executing op: RegAddValue(Name=DefaultFeature,Value=C']=hyz-D?Jf2w*~KJ6hou67O at OYp84NyUM%T)?NNfSUaYoJ-?sN2h_&}Ld7STKFZ^t.!9s(!90ql at spsEgCqxkf(?}5(WR3}T}OiR7I.XATa9&*PGkJ+3%g=%Q}9HWcI?J$!=$r!M)Pyi5)S+lxu8!472v(o$vQT)'[(F(}U?r')~O+3+DfSnUptc=UZ at J)*qsuNtfdJ~r}xy?A%95(7Y3z50$CsHg{e at 3a`A')v at 7}7~H-19w!N,{0T9O{N25pdl3%{=nYyr_~u8B+xkK'K1,hi_$hd`$3~?zVxMpo-yt9j3297Q.IA@[?q-oq*ubvMKhxW__~W?k,JJG3Z4M1f?r5GH.`FApNk3)4?~m=MTw.kww8Q at QE?1anBC'VK{oSf{b3~97{jkd!BE at OE16L?*2Vd=}qurOkS)F$Aw`z*L7+K=$0CIOuu{d=r]dKdK.'{?I8MD5c]H&C2dWd$o6L*9`{jBue7-pdRj1Iyj}2G9V96K]~7_L.jA&%6zssh?kapVo]ratvjfXASR`vI=?EQ^'8]Pa6[FkL7TaG,9[5%}M0_qpgVk%[nSbLA9rE!Iv]^!TP.%Kg]66 at L9hJ?x?=Y9dA^TYYk%nX4=O6(Db!kup?n)MhP$~(2?Rb}KxOckmKviYeEQs}6?,QdV_2Hw6^a1j62kDH.?gQV`9U2Ml?!qKAWxOQy at JroKKoIoVk@&m.@~Bvz9FOK*,,~Iw)22[yaV&.z?YOMed.hm7x2K&_3Wtln9Fb&&Hd[^TK-'ViURg8R=mMh)(2!4CpLel*1p%NV9&L=D-$$E~Qp!uSfU](z=y2%5WCUwx0T89[%L9.+?invk[WaGOL=gx2FKKHe8=8B?- at gS5dXa^^wj%A`8)jIMl[1mBFiwQ^swwlg8J6SgrQW%oygdrLlqCqb?0BUurxH~?ww[MRfWxq$?b%bmEcGy3aas=M`jw42 at b'vgrGTxjkZ)5`8mvz+AzH7eLIPA=dk.BdcK&a^9~=@bqaRe6sC~0dpaIyF at Z1.p? MSI (s) (9C:5C) [21:26:19:100]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:100]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:100]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD 3: 2 Rollback: Updating component registration MSI (s) (9C:5C) [21:26:19:101]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,) MSI (s) (9C:5C) [21:26:19:101]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:102]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:102]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:102]: Executing op: ComponentRegister(ComponentId={AD19AE30-281F-3251-AA0A-55E6377ED3F5},KeyPath=C:\WINDOWS\system32\msvcp100.dll,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=1,BinaryType=1) MSI (s) (9C:5C) [21:26:19:103]: Executing op: RegisterSharedComponentProvider(,,,Component={AD19AE30-281F-3251-AA0A-55E6377ED3F5},,ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF},,,,,,) MSI (s) (9C:5C) [21:26:19:103]: Executing op: ComponentRegister(ComponentId={0E931026-929B-382C-B702-B8B4039399E5},KeyPath=C:\WINDOWS\system32\msvcr100.dll,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=1,BinaryType=1) MSI (s) (9C:5C) [21:26:19:104]: Executing op: RegisterSharedComponentProvider(,,,Component={0E931026-929B-382C-B702-B8B4039399E5},,ProductCode={D54842CB-F761-30BA-881F-1FF821DC44DF},,,,,,) MSI (s) (9C:5C) [21:26:19:105]: Executing op: ComponentRegister(ComponentId={2185D5D2-2A31-4C72-B28F-AD0E92B3093D},KeyPath=22:\Software\Classes\Python.File\shell\Edit with IDLE\command\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:105]: Executing op: ComponentRegister(ComponentId={1E736F4A-F01D-476B-B847-7D3DA7ECBA07},KeyPath=C:\Python34\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:105]: Executing op: ComponentRegister(ComponentId={5F637B51-2605-4A08-B21B-5344DE93B1DB},,State=-7,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:106]: Executing op: ComponentRegister(ComponentId={E5FCAF14-7056-4CEA-94CF-EE818666B85B},KeyPath=22:\Software\Python\PythonCore\3.4\InstallPath\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:106]: Executing op: ComponentRegister(ComponentId={7E8A83C3-1BA4-4983-A843-606927B5F2F0},KeyPath=22:\Software\Python\PythonCore\3.4\Help\Main Python Documentation\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:107]: Executing op: ComponentRegister(ComponentId={E258B5D0-A833-4105-A4EC-99584B0C12B9},KeyPath=C:\Python34\Doc\python341.chm,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:107]: Executing op: ComponentRegister(ComponentId={85260C52-C3A1-48D7-BC6A-A160CEAECED6},KeyPath=C:\Python34\Tools\Scripts\pydocgui.pyw,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:108]: Executing op: ComponentRegister(ComponentId={2B0E43CB-0E0F-4451-84B9-35724EE31734},KeyPath=C:\Python34\Tools\Scripts\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:108]: Executing op: ComponentRegister(ComponentId={A4A336F3-8E59-4092-AAC1-B6AE937699C8},KeyPath=C:\Python34\Tools\Scripts\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:109]: Executing op: ComponentRegister(ComponentId={2A6DD59B-3B06-44CD-A67C-D87E285E59A6},KeyPath=C:\Python34\Tools\pynche\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:109]: Executing op: ComponentRegister(ComponentId={015B2550-83A3-42F2-B321-11BB2F4648C1},KeyPath=C:\Python34\Tools\pynche\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:110]: Executing op: ComponentRegister(ComponentId={6D1BA07D-9A99-4C69-8E5E-8526B1DC2465},KeyPath=C:\Python34\Tools\i18n\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:110]: Executing op: ComponentRegister(ComponentId={B526E15F-2099-4974-A851-AF2900CB4303},KeyPath=C:\Python34\Tools\i18n\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:111]: Executing op: ComponentRegister(ComponentId={49E1A103-4588-4379-ACEB-C345A7DB634C},KeyPath=C:\Python34\tcl\dde1.4\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:112]: Executing op: ComponentRegister(ComponentId={941796A1-85F5-4981-A3A6-BA28EEAC3B78},KeyPath=C:\Python34\tcl\itcl4.0.0\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:112]: Executing op: ComponentRegister(ComponentId={755BF2F1-E7EA-4344-BCE2-264A7B484D8D},KeyPath=C:\Python34\tcl\reg1.3\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:113]: Executing op: ComponentRegister(ComponentId={B1F1CCBE-988D-43D3-9366-47DA1A2027F2},KeyPath=C:\Python34\tcl\sqlite33.8.0\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:114]: Executing op: ComponentRegister(ComponentId={E0E058BF-98B9-4F06-BA10-FB2983B22653},KeyPath=C:\Python34\tcl\tcl8\8.4\platform\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:114]: Executing op: ComponentRegister(ComponentId={366231CB-9BFC-48B0-9D1A-28F4233E6113},KeyPath=C:\Python34\tcl\tcl8\8.4\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:115]: Executing op: ComponentRegister(ComponentId={5E7777EC-8B38-43D6-9496-A574512E3FF5},KeyPath=C:\Python34\tcl\tcl8\8.5\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:115]: Executing op: ComponentRegister(ComponentId={D88ACE85-E4D0-4CFC-BAC5-C74F2F7AEA89},KeyPath=C:\Python34\tcl\tcl8\8.6\tdbc\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:116]: Executing op: ComponentRegister(ComponentId={D147208D-757B-4F14-B4A0-E538817BEF44},KeyPath=C:\Python34\tcl\tcl8\8.6\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:116]: Executing op: ComponentRegister(ComponentId={93110FF6-36EE-480A-B42C-301C3869E12B},KeyPath=C:\Python34\tcl\tcl8.6\encoding\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:117]: Executing op: ComponentRegister(ComponentId={7DC98DF5-1D06-474C-9EFC-472A8707BA72},KeyPath=C:\Python34\tcl\tcl8.6\http1.0\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:117]: Executing op: ComponentRegister(ComponentId={3613E0BE-36FB-49C6-B9FC-74AD8CC0178E},KeyPath=C:\Python34\tcl\tcl8.6\msgs\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:118]: Executing op: ComponentRegister(ComponentId={8E9154B6-F83C-4B84-BE2C-B97B5FD1B249},KeyPath=C:\Python34\tcl\tcl8.6\opt0.4\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:118]: Executing op: ComponentRegister(ComponentId={F7B16C94-9FB4-4DFF-BCBB-9DD8EC7438F2},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Africa\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:119]: Executing op: ComponentRegister(ComponentId={43186272-95D5-4F48-A79C-D3BCE45FD03C},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:120]: Executing op: ComponentRegister(ComponentId={FBBFCA19-B08D-473B-9AAB-46E68F20790C},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:120]: Executing op: ComponentRegister(ComponentId={0DA3E9B5-44EE-46F5-AA2D-E667BE7042C7},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:121]: Executing op: ComponentRegister(ComponentId={F85F0919-C252-476F-8437-8ED0215EB46A},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:121]: Executing op: ComponentRegister(ComponentId={7A7ACC9A-CF8B-42B5-85D4-55F83F8AFF32},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\America\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:121]: Executing op: ComponentRegister(ComponentId={36F419F9-4F71-409C-94A0-35FC452A0F26},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Antarctica\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:122]: Executing op: ComponentRegister(ComponentId={7AC0FD07-F279-419A-B80F-DFE5AE0981C4},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Arctic\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:122]: Executing op: ComponentRegister(ComponentId={8149597A-1AF3-4444-9527-30A0F8DDD69D},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Asia\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:123]: Executing op: ComponentRegister(ComponentId={0ACBF449-B5A5-4182-813E-C77CDC5F2FCF},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Australia\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:123]: Executing op: ComponentRegister(ComponentId={5F3F5B58-CD4C-4A88-91C0-023937852F85},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Brazil\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:124]: Executing op: ComponentRegister(ComponentId={98BC2242-75E6-456F-8DE1-C29EB870AF55},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Atlantic\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:124]: Executing op: ComponentRegister(ComponentId={45E62894-F55F-46B4-AC0F-ABF0228D63DF},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Canada\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:125]: Executing op: ComponentRegister(ComponentId={4C8432AF-874B-4360-97A8-5C47888098A9},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Chile\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:125]: Executing op: ComponentRegister(ComponentId={9A5BB112-A9DE-42DB-BC0D-4C10E299F948},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Etc\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:126]: Executing op: ComponentRegister(ComponentId={D2121758-27CB-436A-95A2-4F03980A84C5},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Europe\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:126]: Executing op: ComponentRegister(ComponentId={EABCAA02-D19E-4971-8B42-578176823895},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Indian\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:126]: Executing op: ComponentRegister(ComponentId={54FA7304-9749-49D2-8D2F-9916D70D5B4F},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Mexico\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:127]: Executing op: ComponentRegister(ComponentId={38BB778C-DE74-4E65-8C97-7099793EA039},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\SystemV\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:127]: Executing op: ComponentRegister(ComponentId={471CD279-1EB1-4226-A7CC-8686F40DEC7F},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\Pacific\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:128]: Executing op: ComponentRegister(ComponentId={A0523079-F5FB-4660-AC3E-45576B5878D4},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\US\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:129]: Executing op: ComponentRegister(ComponentId={18EDD864-4098-4A79-B2D7-30E10D73C860},KeyPath=C:\Python34\tcl\tcl8.6\tzdata\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:129]: Executing op: ComponentRegister(ComponentId={860E7711-BD30-4110-91AA-EAC84D944B77},KeyPath=C:\Python34\tcl\tcl8.6\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:130]: Executing op: ComponentRegister(ComponentId={B1A85642-9A2A-4E58-B7B4-147BEE4CFF40},KeyPath=C:\Python34\tcl\tdbc1.0.0\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:130]: Executing op: ComponentRegister(ComponentId={6AF28314-4638-4C1C-B831-971E33520BB4},KeyPath=C:\Python34\tcl\tdbcmysql1.0.0\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:131]: Executing op: ComponentRegister(ComponentId={27C47694-C8C1-4886-852C-ACBCA782F517},KeyPath=C:\Python34\tcl\tdbcodbc1.0.0\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:131]: Executing op: ComponentRegister(ComponentId={1A1D1A22-B785-4D88-93D9-8FB7DBB4CC65},KeyPath=C:\Python34\tcl\tdbcpostgres1.0.0\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:132]: Executing op: ComponentRegister(ComponentId={1BC8DA21-C484-43E1-8EEC-1F817FF116C3},KeyPath=C:\Python34\tcl\tdbcsqlite1.0.0\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:132]: Executing op: ComponentRegister(ComponentId={1C3468C0-219A-4639-90AD-D28D3270DBAD},KeyPath=C:\Python34\tcl\thread2.7.0\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:133]: Executing op: ComponentRegister(ComponentId={138F4A99-5947-4B14-B158-E3556592630A},KeyPath=C:\Python34\tcl\tix8.4.3\bitmaps\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:133]: Executing op: ComponentRegister(ComponentId={AAFD68E0-B993-4E72-AFD8-0ABF0411B4BF},KeyPath=C:\Python34\tcl\tix8.4.3\demos\bitmaps\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:134]: Executing op: ComponentRegister(ComponentId={D62CB01B-5CB4-43F8-ABEF-515077F58D74},KeyPath=C:\Python34\tcl\tix8.4.3\demos\samples\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:134]: Executing op: ComponentRegister(ComponentId={6B8C23C3-6C98-42C7-93A5-0FEFBA56DAB1},KeyPath=C:\Python34\tcl\tix8.4.3\demos\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:134]: Executing op: ComponentRegister(ComponentId={29D40C2E-2897-429A-93CC-8BD113F4789C},KeyPath=C:\Python34\tcl\tix8.4.3\pref\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:135]: Executing op: ComponentRegister(ComponentId={E5690186-25CD-44EE-A1BF-61A974F98851},KeyPath=C:\Python34\tcl\tix8.4.3\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:135]: Executing op: ComponentRegister(ComponentId={FDD50A3C-111E-4CA4-9509-E9B8F7EB640E},KeyPath=C:\Python34\tcl\tk8.6\demos\images\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:136]: Executing op: ComponentRegister(ComponentId={8A7A6570-D90F-4AFF-BBA3-485BE8ABD22D},KeyPath=C:\Python34\tcl\tk8.6\demos\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:136]: Executing op: ComponentRegister(ComponentId={333A2203-C7C0-47CE-A3E5-4C297304F2F6},KeyPath=C:\Python34\tcl\tk8.6\images\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:137]: Executing op: ComponentRegister(ComponentId={A529CA39-BBF1-42CB-A27B-9403AC867C0A},KeyPath=C:\Python34\tcl\tk8.6\msgs\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:138]: Executing op: ComponentRegister(ComponentId={19C72582-EF97-4CD3-B85E-841985B027B2},KeyPath=C:\Python34\tcl\tk8.6\ttk\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:138]: Executing op: ComponentRegister(ComponentId={3D9EC9B2-5C1D-4BD9-89C8-B15D7552075F},KeyPath=C:\Python34\tcl\tk8.6\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:139]: Executing op: ComponentRegister(ComponentId={415A8452-86C6-49C0-9A4C-2524006C10DD},KeyPath=C:\Python34\tcl\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:139]: Executing op: ComponentRegister(ComponentId={A183E3D6-166B-4048-9EC4-6E40B18C5C6A},KeyPath=C:\Python34\libs\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:140]: Executing op: ComponentRegister(ComponentId={30FD0E4B-21B8-46E6-BD32-39D6FFF7A729},KeyPath=C:\Python34\include\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:140]: Executing op: ComponentRegister(ComponentId={F83BB69D-5AB3-4199-93F6-7A4D2C400294},KeyPath=C:\Python34\DLLs\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:140]: Executing op: ComponentRegister(ComponentId={2EE9338C-FA9F-402F-9D81-E7A90F90F488},KeyPath=C:\Python34\Lib\dbm\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:141]: Executing op: ComponentRegister(ComponentId={80CAE7D8-27BC-4C51-AB7E-1DC701EECC0E},KeyPath=C:\Python34\Lib\dbm\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:141]: Executing op: ComponentRegister(ComponentId={1C96C4DF-B0FA-4968-89E9-FC28E2770222},KeyPath=C:\Python34\Lib\distutils\tests\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:142]: Executing op: ComponentRegister(ComponentId={F82D57E1-C71B-464A-94EA-700CCF01BCDE},KeyPath=C:\Python34\Lib\distutils\tests\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:142]: Executing op: ComponentRegister(ComponentId={F779FEB0-47CE-4E46-94C2-CB2EA248BE6E},KeyPath=C:\Python34\Lib\distutils\command\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:143]: Executing op: ComponentRegister(ComponentId={533060AA-ECAB-4D7E-96B6-DE8A1CAD645B},KeyPath=C:\Python34\Lib\distutils\command\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:143]: Executing op: ComponentRegister(ComponentId={F1D5B55E-E375-4114-BDB1-D62EE01910D4},KeyPath=C:\Python34\Lib\distutils\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:144]: Executing op: ComponentRegister(ComponentId={BBB2F90F-AD55-429B-A4AC-40AAD239987A},KeyPath=C:\Python34\Lib\distutils\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:145]: Executing op: ComponentRegister(ComponentId={FA9DBA0B-6CC7-4F8C-8009-92D68367428B},KeyPath=C:\Python34\Lib\importlib\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:145]: Executing op: ComponentRegister(ComponentId={79F478F5-9DEB-415E-8D22-85A81E05ED9C},KeyPath=C:\Python34\Lib\importlib\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:146]: Executing op: ComponentRegister(ComponentId={42FFD992-8C4F-4465-8E13-8CBBA6AF6064},KeyPath=C:\Python34\Lib\collections\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:147]: Executing op: ComponentRegister(ComponentId={B9AA8E69-9809-45B7-8CAA-D7294A8AF342},KeyPath=C:\Python34\Lib\collections\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:147]: Executing op: ComponentRegister(ComponentId={6F64C0E1-E466-4652-8AFB-E488C5FDB3F9},KeyPath=C:\Python34\Lib\unittest\test\testmock\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:148]: Executing op: ComponentRegister(ComponentId={CB95BEB7-F1B2-4871-AC00-2DB549772BD1},KeyPath=C:\Python34\Lib\unittest\test\testmock\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:148]: Executing op: ComponentRegister(ComponentId={57C631B9-DDC5-43F6-B63E-A6DF5DEDBE24},KeyPath=C:\Python34\Lib\unittest\test\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:149]: Executing op: ComponentRegister(ComponentId={931578EC-1A24-43F5-93CC-6D0E41502E92},KeyPath=C:\Python34\Lib\unittest\test\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:150]: Executing op: ComponentRegister(ComponentId={CFCD4E83-156F-4F54-8F21-62BE07AB3EC1},KeyPath=C:\Python34\Lib\unittest\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:150]: Executing op: ComponentRegister(ComponentId={218A96FF-8BC0-47E9-8AAE-DEE86EFF6071},KeyPath=C:\Python34\Lib\unittest\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:151]: Executing op: ComponentRegister(ComponentId={6752F371-DA03-4B5E-9BC5-1C5D820D3AFC},KeyPath=C:\Python34\Lib\xmlrpc\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:151]: Executing op: ComponentRegister(ComponentId={420DCB77-4EC0-4971-A6AE-9D5FCF485D05},KeyPath=C:\Python34\Lib\xmlrpc\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:152]: Executing op: ComponentRegister(ComponentId={A20014B0-B5B0-4D4E-AA23-9D4D1557961D},KeyPath=C:\Python34\Lib\msilib\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:152]: Executing op: ComponentRegister(ComponentId={63EE0306-897A-4543-A7D1-D70FEB1DD2FE},KeyPath=C:\Python34\Lib\msilib\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:153]: Executing op: ComponentRegister(ComponentId={91004FAC-61CF-4F8F-AF4A-17C7BE585845},KeyPath=C:\Python34\Lib\pydoc_data\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:153]: Executing op: ComponentRegister(ComponentId={11F3E5A1-C247-4445-9638-2FBD318521C7},KeyPath=C:\Python34\Lib\pydoc_data\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:154]: Executing op: ComponentRegister(ComponentId={8EF2F960-F9E1-4087-9A5A-83A443AA4E8E},KeyPath=C:\Python34\Lib\encodings\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:154]: Executing op: ComponentRegister(ComponentId={DAEC12E0-FD52-4D69-B1FC-C42193CA99AF},KeyPath=C:\Python34\Lib\encodings\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:155]: Executing op: ComponentRegister(ComponentId={7C9F86D5-FAE8-448A-B49F-DD80F522C81A},KeyPath=C:\Python34\Lib\urllib\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:155]: Executing op: ComponentRegister(ComponentId={FF89A477-CA42-4275-9B0F-A1A5FE2B06A3},KeyPath=C:\Python34\Lib\urllib\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:155]: Executing op: ComponentRegister(ComponentId={69213081-3688-4B70-B388-686EAC93CD4E},KeyPath=C:\Python34\Lib\email\mime\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:156]: Executing op: ComponentRegister(ComponentId={B9283B76-908A-484F-A683-277587A1004C},KeyPath=C:\Python34\Lib\email\mime\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:158]: Executing op: ComponentRegister(ComponentId={90D30633-313E-4647-B9B4-00DBE1F3F962},KeyPath=C:\Python34\Lib\email\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:159]: Executing op: ComponentRegister(ComponentId={5080B0F4-8861-4CD6-9434-961BE2D59CE9},KeyPath=C:\Python34\Lib\email\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:160]: Executing op: ComponentRegister(ComponentId={E012E2A5-8519-4997-8D39-B5D61188EB9C},KeyPath=C:\Python34\Lib\xml\sax\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:161]: Executing op: ComponentRegister(ComponentId={E19D2356-6427-4BCD-BAD3-E20E3D20DD61},KeyPath=C:\Python34\Lib\xml\sax\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:162]: Executing op: ComponentRegister(ComponentId={F9D169BC-0A37-4877-81D6-59CE4B675E0A},KeyPath=C:\Python34\Lib\xml\parsers\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:163]: Executing op: ComponentRegister(ComponentId={1A4C97FA-C3BF-4667-8B80-475B0130C962},KeyPath=C:\Python34\Lib\xml\parsers\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:164]: Executing op: ComponentRegister(ComponentId={CC037FE9-D55D-4960-B97E-946B3183152A},KeyPath=C:\Python34\Lib\xml\etree\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:165]: Executing op: ComponentRegister(ComponentId={55016FC7-C3FF-4342-911C-9063A58BF2F8},KeyPath=C:\Python34\Lib\xml\etree\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:165]: Executing op: ComponentRegister(ComponentId={4423B248-D8E7-4BA6-BC2E-1D40720326FE},KeyPath=C:\Python34\Lib\xml\dom\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:166]: Executing op: ComponentRegister(ComponentId={33C73223-087A-4CDD-8F9D-B6620079BE79},KeyPath=C:\Python34\Lib\xml\dom\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:167]: Executing op: ComponentRegister(ComponentId={57DDD491-5645-4582-A325-A711D9DA9516},KeyPath=C:\Python34\Lib\xml\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:167]: Executing op: ComponentRegister(ComponentId={0E705172-82F6-4882-92D4-ACFE820653EC},KeyPath=C:\Python34\Lib\xml\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:168]: Executing op: ComponentRegister(ComponentId={E3A2DC60-C834-4E10-A97A-87DE597CF1CE},KeyPath=C:\Python34\Lib\turtledemo\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:168]: Executing op: ComponentRegister(ComponentId={EC3A5BC8-53B6-4629-8A95-84427AD8E12D},KeyPath=C:\Python34\Lib\turtledemo\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:169]: Executing op: ComponentRegister(ComponentId={25897B34-18CA-4652-B8F4-2C02CFB5EC6F},KeyPath=C:\Python34\Lib\test\test_email\data\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:169]: Executing op: ComponentRegister(ComponentId={8DABFE40-7214-47CB-88A9-7B744B972235},KeyPath=C:\Python34\Lib\test\test_email\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:170]: Executing op: ComponentRegister(ComponentId={CEB22129-2DB7-4044-A20A-39F317848BC4},KeyPath=C:\Python34\Lib\test\test_email\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:171]: Executing op: ComponentRegister(ComponentId={44D35FB4-3F72-4FD9-BD9B-79D63A68213C},KeyPath=C:\Python34\Lib\test\test_importlib\import_\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:172]: Executing op: ComponentRegister(ComponentId={5CDDB965-C302-4188-909D-BB2F0111B9D4},KeyPath=C:\Python34\Lib\test\test_importlib\import_\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:172]: Executing op: ComponentRegister(ComponentId={8AE3441B-45F4-4D33-BBAF-4FC148AAA42C},KeyPath=C:\Python34\Lib\test\test_importlib\extension\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:173]: Executing op: ComponentRegister(ComponentId={2A996475-3ABB-417A-806F-7A4ABB975C40},KeyPath=C:\Python34\Lib\test\test_importlib\extension\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:174]: Executing op: ComponentRegister(ComponentId={38606B33-8A37-4866-8D38-7CAE1C244250},KeyPath=C:\Python34\Lib\test\test_importlib\source\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:174]: Executing op: ComponentRegister(ComponentId={D02E8912-54C2-43D4-8A1A-F12600217D8A},KeyPath=C:\Python34\Lib\test\test_importlib\source\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:175]: Executing op: ComponentRegister(ComponentId={58C702C2-3671-425C-8554-60C6929FB0F5},KeyPath=C:\Python34\Lib\test\test_importlib\frozen\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:175]: Executing op: ComponentRegister(ComponentId={83878BB5-7E76-4233-9985-6A6A9027FB38},KeyPath=C:\Python34\Lib\test\test_importlib\frozen\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:176]: Executing op: ComponentRegister(ComponentId={BCE79190-7EF0-43FE-9312-89E6DC6CFF7E},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:176]: Executing op: ComponentRegister(ComponentId={C8AD2DEB-EF68-4F78-8C80-158B651951EC},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:177]: Executing op: ComponentRegister(ComponentId={45D7C415-D33F-4DDF-992C-1BAEA8AC9A32},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:178]: Executing op: ComponentRegister(ComponentId={F584A0AE-3D75-4E53-B958-4D12BCC59218},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:179]: Executing op: ComponentRegister(ComponentId={4B80B1FB-76F4-4F7C-83B5-EB6E5635F4AB},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:180]: Executing op: ComponentRegister(ComponentId={75A053B7-488C-433B-A7EE-F06FC5493D41},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:181]: Executing op: ComponentRegister(ComponentId={D2ED3C13-5765-4A45-9902-74C1E2804F64},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:182]: Executing op: ComponentRegister(ComponentId={9173B52D-97AD-4909-9289-217C5B03EC7B},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:182]: Executing op: ComponentRegister(ComponentId={F49D7C80-FEAF-4C3B-93E2-6E54DC836C34},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:183]: Executing op: ComponentRegister(ComponentId={85BC99CA-AEA2-4522-A7AA-519882E4483D},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:184]: Executing op: ComponentRegister(ComponentId={39821770-2DD6-4B6B-A123-E172F2F00522},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:184]: Executing op: ComponentRegister(ComponentId={BB2FF230-A151-45B8-BE4D-7667579278BE},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:185]: Executing op: ComponentRegister(ComponentId={45C3F0CD-7DDE-47B0-9EE7-1AE27A51B1EF},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:186]: Executing op: ComponentRegister(ComponentId={45D2E6FE-2B3C-4A4C-90DF-81ACAD97757A},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:186]: Executing op: ComponentRegister(ComponentId={536F6DD8-75F1-49B7-BB56-D1DD78D12484},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:187]: Executing op: ComponentRegister(ComponentId={BB44AA2F-2639-4B70-99EF-9BC6DFDBCA49},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:187]: Executing op: ComponentRegister(ComponentId={435268B0-834D-49EF-89DA-8F5CF6838CEF},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:188]: Executing op: ComponentRegister(ComponentId={5150542E-A941-4BD2-B7F0-31187B3220A5},KeyPath=C:\Python34\Lib\test\test_importlib\namespace_pkgs\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:189]: Executing op: ComponentRegister(ComponentId={BEE06C19-D396-4031-B187-62E54FBDFD90},KeyPath=C:\Python34\Lib\test\test_importlib\builtin\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:189]: Executing op: ComponentRegister(ComponentId={3F9E2219-67ED-4CB2-85F1-AD721AF70F48},KeyPath=C:\Python34\Lib\test\test_importlib\builtin\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:190]: Executing op: ComponentRegister(ComponentId={49B2825C-CB7E-49A0-A023-D5E2638629A1},KeyPath=C:\Python34\Lib\test\test_importlib\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:190]: Executing op: ComponentRegister(ComponentId={E5908615-5F59-406D-86B9-2A225FD204A2},KeyPath=C:\Python34\Lib\test\test_importlib\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:191]: Executing op: ComponentRegister(ComponentId={2992215E-2FE2-4336-A862-E18391F537DA},KeyPath=C:\Python34\Lib\test\audiodata\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:191]: Executing op: ComponentRegister(ComponentId={AEC9480E-4CE9-49B3-8491-46A511473EE7},KeyPath=C:\Python34\Lib\test\data\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:192]: Executing op: ComponentRegister(ComponentId={FE155C1B-BAA2-4A1D-9475-CF82DE571A08},KeyPath=C:\Python34\Lib\test\xmltestdata\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:192]: Executing op: ComponentRegister(ComponentId={042CDBED-CA37-4149-B721-2F861F89F05F},KeyPath=C:\Python34\Lib\test\test_json\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:192]: Executing op: ComponentRegister(ComponentId={14D1837B-C09D-44B4-9951-A62983AA3F8E},KeyPath=C:\Python34\Lib\test\test_json\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:193]: Executing op: ComponentRegister(ComponentId={1B1F9FC1-CE81-44A3-BE58-8ABE3B78AF83},KeyPath=C:\Python34\Lib\test\subprocessdata\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:194]: Executing op: ComponentRegister(ComponentId={606D14A5-32A3-4A79-BA34-56F6E9A931CC},KeyPath=C:\Python34\Lib\test\subprocessdata\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:195]: Executing op: ComponentRegister(ComponentId={33CE87A1-334A-43A9-8D5E-A91A643B69CF},KeyPath=C:\Python34\Lib\test\leakers\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:196]: Executing op: ComponentRegister(ComponentId={F94509B5-5DE3-4E15-975E-421FF0328611},KeyPath=C:\Python34\Lib\test\leakers\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:197]: Executing op: ComponentRegister(ComponentId={A166E0B2-F94C-4EB4-80EF-E69F1871DF83},KeyPath=C:\Python34\Lib\test\cjkencodings\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:197]: Executing op: ComponentRegister(ComponentId={454A6548-DFC2-4865-9C78-1E7C70F0BAE8},KeyPath=C:\Python34\Lib\test\crashers\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:198]: Executing op: ComponentRegister(ComponentId={577492CC-3777-42A3-90A2-A78352C57669},KeyPath=C:\Python34\Lib\test\crashers\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:198]: Executing op: ComponentRegister(ComponentId={45430CAC-F539-47E8-85C6-90860915DDBC},KeyPath=C:\Python34\Lib\test\tracedmodules\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:199]: Executing op: ComponentRegister(ComponentId={D57377E9-C10F-4C35-875A-91C3D13B2879},KeyPath=C:\Python34\Lib\test\tracedmodules\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:199]: Executing op: ComponentRegister(ComponentId={E93B19B7-4FD2-4149-86E7-8D1AAEB73B61},KeyPath=C:\Python34\Lib\test\sndhdrdata\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:200]: Executing op: ComponentRegister(ComponentId={BB7805FA-1681-459E-8D66-F963EFB71606},KeyPath=C:\Python34\Lib\test\decimaltestdata\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:200]: Executing op: ComponentRegister(ComponentId={6B2AADF4-D9E8-4C1B-8086-E9B172F09FD7},KeyPath=C:\Python34\Lib\test\imghdrdata\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:201]: Executing op: ComponentRegister(ComponentId={E7F8E658-DB8A-4846-ABAD-F0CFE2D265E6},KeyPath=C:\Python34\Lib\test\encoded_modules\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:201]: Executing op: ComponentRegister(ComponentId={641C911F-17B9-49A9-BFE5-9FC15F3084C3},KeyPath=C:\Python34\Lib\test\encoded_modules\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:202]: Executing op: ComponentRegister(ComponentId={966B0E33-8652-4390-B3DD-85291E93765D},KeyPath=C:\Python34\Lib\test\capath\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:202]: Executing op: ComponentRegister(ComponentId={7111017F-53F7-4B12-B481-2214AF88CA52},KeyPath=C:\Python34\Lib\test\support\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:203]: Executing op: ComponentRegister(ComponentId={132CC124-704D-4EB7-BCA0-1C74FA0550DF},KeyPath=C:\Python34\Lib\test\support\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:203]: Executing op: ComponentRegister(ComponentId={F870FC50-3FE5-41F7-BE15-5764A3F690FE},KeyPath=C:\Python34\Lib\test\test_asyncio\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:204]: Executing op: ComponentRegister(ComponentId={F4D47790-D3DF-44C7-B0E5-54C55333805E},KeyPath=C:\Python34\Lib\test\test_asyncio\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:205]: Executing op: ComponentRegister(ComponentId={04B34B33-2A19-4A85-BC48-3F08DA2DC832},KeyPath=C:\Python34\Lib\test\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:205]: Executing op: ComponentRegister(ComponentId={B5C50EF6-0D9E-467E-8747-11B63844461C},KeyPath=C:\Python34\Lib\test\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:206]: Executing op: ComponentRegister(ComponentId={DF131C61-6D5B-4BCE-987A-2A4AD7AA5299},KeyPath=C:\Python34\Lib\ctypes\macholib\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:206]: Executing op: ComponentRegister(ComponentId={B6A1D26C-B730-434D-8721-1EE25AB3EDE6},KeyPath=C:\Python34\Lib\ctypes\macholib\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:207]: Executing op: ComponentRegister(ComponentId={104BD7E2-BD42-46F4-B243-B15E15AA9099},KeyPath=C:\Python34\Lib\ctypes\test\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:207]: Executing op: ComponentRegister(ComponentId={7C276927-C28D-4247-9E88-133F60CAF848},KeyPath=C:\Python34\Lib\ctypes\test\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:208]: Executing op: ComponentRegister(ComponentId={403FA4B8-F48F-4E1C-9C0B-3772238C63B8},KeyPath=C:\Python34\Lib\ctypes\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:208]: Executing op: ComponentRegister(ComponentId={AC7DBFF8-7F45-4B31-9152-6FE52114C4CF},KeyPath=C:\Python34\Lib\ctypes\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:209]: Executing op: ComponentRegister(ComponentId={BF595689-5546-47A1-9588-BE5CF072D2AE},KeyPath=C:\Python34\Lib\logging\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:209]: Executing op: ComponentRegister(ComponentId={D1D033BD-07F3-49AE-8803-EFE5DC4291F3},KeyPath=C:\Python34\Lib\logging\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:210]: Executing op: ComponentRegister(ComponentId={E833A182-D859-4086-8E97-6BE554B479FB},KeyPath=C:\Python34\Lib\ensurepip\_bundled\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:210]: Executing op: ComponentRegister(ComponentId={F4A6FF94-853B-4040-882B-D5D178B4525E},KeyPath=C:\Python34\Lib\ensurepip\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:211]: Executing op: ComponentRegister(ComponentId={5DE387F7-3042-4070-B99A-F71FC9B436B8},KeyPath=C:\Python34\Lib\ensurepip\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:212]: Executing op: ComponentRegister(ComponentId={08194A16-20DF-47DC-AB7C-21A1AD9C7371},KeyPath=C:\Python34\Lib\multiprocessing\dummy\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:213]: Executing op: ComponentRegister(ComponentId={BF66F12F-0EC1-476B-A4E7-DB92D92B4328},KeyPath=C:\Python34\Lib\multiprocessing\dummy\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:213]: Executing op: ComponentRegister(ComponentId={28BBCC73-2282-430A-B309-2620E898A782},KeyPath=C:\Python34\Lib\multiprocessing\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:214]: Executing op: ComponentRegister(ComponentId={8E6021F9-434C-45FF-97CF-CD0FB493E7DD},KeyPath=C:\Python34\Lib\multiprocessing\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:214]: Executing op: ComponentRegister(ComponentId={30A62CB5-F467-43E4-9D1A-AD63E65D886E},KeyPath=C:\Python34\Lib\curses\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:215]: Executing op: ComponentRegister(ComponentId={B13054D7-2C84-4A88-B8F5-C8B9509286F6},KeyPath=C:\Python34\Lib\curses\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:216]: Executing op: ComponentRegister(ComponentId={4B1B0502-719D-4456-902B-461CA2C78915},KeyPath=C:\Python34\Lib\json\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:217]: Executing op: ComponentRegister(ComponentId={932A9557-AD0B-4D9E-8FEE-356E090711CF},KeyPath=C:\Python34\Lib\json\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:217]: Executing op: ComponentRegister(ComponentId={2C3F1D5A-90C4-47FA-8967-5F43FEDC074A},KeyPath=C:\Python34\Lib\venv\scripts\posix\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:218]: Executing op: ComponentRegister(ComponentId={5C72C40F-D7C7-4841-B59A-B9A95BC998A5},KeyPath=C:\Python34\Lib\venv\scripts\nt\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:218]: Executing op: ComponentRegister(ComponentId={7EC72E7B-C5DF-4813-9826-1EF742B56A6F},KeyPath=C:\Python34\Lib\venv\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:219]: Executing op: ComponentRegister(ComponentId={CF2AD6B9-B7A1-450E-9380-60B278B6314A},KeyPath=C:\Python34\Lib\venv\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:219]: Executing op: ComponentRegister(ComponentId={A413CDDA-E73D-42AA-B2CB-764AF036F44F},KeyPath=C:\Python34\Lib\wsgiref\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:219]: Executing op: ComponentRegister(ComponentId={D88DFB76-32C6-4245-B42F-C9F0311E117E},KeyPath=C:\Python34\Lib\wsgiref\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:220]: Executing op: ComponentRegister(ComponentId={A9A06E14-47C3-499D-BC41-59F09E6AF8AB},KeyPath=C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:220]: Executing op: ComponentRegister(ComponentId={5BF35942-ED87-4719-B806-425903D8658D},KeyPath=C:\Python34\Lib\tkinter\test\test_ttk\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:221]: Executing op: ComponentRegister(ComponentId={CD99EAB0-EDB0-46D8-BA9A-D4C262073D88},KeyPath=C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:221]: Executing op: ComponentRegister(ComponentId={1CB7C27A-B780-4C23-A21F-0105B4C5C5D8},KeyPath=C:\Python34\Lib\tkinter\test\test_tkinter\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:221]: Executing op: ComponentRegister(ComponentId={BDB1D96B-2E1A-48ED-96B2-AA8624414AF4},KeyPath=C:\Python34\Lib\tkinter\test\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:222]: Executing op: ComponentRegister(ComponentId={2B4A971A-9E0E-4EC3-ACF2-C5F83E00A9DF},KeyPath=C:\Python34\Lib\tkinter\test\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:222]: Executing op: ComponentRegister(ComponentId={BDB02487-9C4F-4471-9D68-5CE0420EC2F4},KeyPath=C:\Python34\Lib\tkinter\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:223]: Executing op: ComponentRegister(ComponentId={5317934C-7839-4E15-B1F0-E59A20C48CDA},KeyPath=C:\Python34\Lib\tkinter\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:223]: Executing op: ComponentRegister(ComponentId={3C768352-B685-41AE-B632-29769B7889C3},KeyPath=C:\Python34\Lib\lib2to3\fixes\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:224]: Executing op: ComponentRegister(ComponentId={86B9EE12-3355-45B1-AE48-670E8A92123A},KeyPath=C:\Python34\Lib\lib2to3\fixes\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:224]: Executing op: ComponentRegister(ComponentId={69A285D0-1F2A-4B71-AA37-9A8516D274DE},KeyPath=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:225]: Executing op: ComponentRegister(ComponentId={C069E520-790A-4219-B712-67A6688A3815},KeyPath=C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:225]: Executing op: ComponentRegister(ComponentId={51F5E9FB-FCB9-400D-BC6D-482C98E40069},KeyPath=C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:225]: Executing op: ComponentRegister(ComponentId={2B74645C-67E3-46AA-8ECA-BCA9F693D1A9},KeyPath=C:\Python34\Lib\lib2to3\tests\data\fixers\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:226]: Executing op: ComponentRegister(ComponentId={6D649BB8-1E23-45F3-8DCB-65ECB0F04709},KeyPath=C:\Python34\Lib\lib2to3\tests\data\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:226]: Executing op: ComponentRegister(ComponentId={30A3DDC4-0FB6-451D-BD94-3518F4704A15},KeyPath=C:\Python34\Lib\lib2to3\tests\data\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:226]: Executing op: ComponentRegister(ComponentId={F0189839-DDEA-4F95-B3F0-AAA7556CD186},KeyPath=C:\Python34\Lib\lib2to3\tests\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:227]: Executing op: ComponentRegister(ComponentId={3B1FBA25-E260-41AC-831A-CD5A5D808992},KeyPath=C:\Python34\Lib\lib2to3\tests\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:227]: Executing op: ComponentRegister(ComponentId={38146F85-8997-49E6-A53D-83DB95FD58F2},KeyPath=C:\Python34\Lib\lib2to3\pgen2\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:228]: Executing op: ComponentRegister(ComponentId={FA203881-0826-427B-84F1-14A398079123},KeyPath=C:\Python34\Lib\lib2to3\pgen2\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:229]: Executing op: ComponentRegister(ComponentId={054AA76C-7944-419C-884E-72ED4B092DBA},KeyPath=C:\Python34\Lib\lib2to3\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:229]: Executing op: ComponentRegister(ComponentId={B8E121E2-C87F-4A90-AF4C-EF3510B42154},KeyPath=C:\Python34\Lib\lib2to3\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:230]: Executing op: ComponentRegister(ComponentId={18C4D412-49D8-45BC-8471-907A9F6BA546},KeyPath=C:\Python34\Lib\html\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:230]: Executing op: ComponentRegister(ComponentId={48E345AB-5EC0-46A1-B3C1-0C7C565C3604},KeyPath=C:\Python34\Lib\html\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:230]: Executing op: ComponentRegister(ComponentId={4F751F1E-1970-476B-997A-B0F6FE18568E},KeyPath=C:\Python34\Lib\sqlite3\test\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:231]: Executing op: ComponentRegister(ComponentId={50545038-AA41-4C3D-9FE8-5E9FA0931E5C},KeyPath=C:\Python34\Lib\sqlite3\test\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:231]: Executing op: ComponentRegister(ComponentId={BF6662EF-C2DF-446B-AB53-04BA46583C7A},KeyPath=C:\Python34\Lib\sqlite3\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:232]: Executing op: ComponentRegister(ComponentId={CDC9F1F0-F335-4C2E-AA6B-B9AE6C56488F},KeyPath=C:\Python34\Lib\sqlite3\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:232]: Executing op: ComponentRegister(ComponentId={611B734D-2915-4EE8-A0FF-3E1391E8F946},KeyPath=C:\Python34\Lib\http\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:232]: Executing op: ComponentRegister(ComponentId={9527A56D-AE42-4951-BA6F-B6617749CF29},KeyPath=C:\Python34\Lib\http\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:233]: Executing op: ComponentRegister(ComponentId={3BE432EE-5CE6-4B9A-86F5-31DA896FB2F1},KeyPath=C:\Python34\Lib\concurrent\futures\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:233]: Executing op: ComponentRegister(ComponentId={B9E11F85-B98E-4AA4-864A-4CDE5C871E44},KeyPath=C:\Python34\Lib\concurrent\futures\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:233]: Executing op: ComponentRegister(ComponentId={FABC45AA-E11B-410B-A655-596F6C785AC4},KeyPath=C:\Python34\Lib\concurrent\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:234]: Executing op: ComponentRegister(ComponentId={764452AA-A130-42F4-8E4C-6C350E10CD06},KeyPath=C:\Python34\Lib\concurrent\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:234]: Executing op: ComponentRegister(ComponentId={7971FCFD-E26C-487E-8C50-063915F6CDEA},KeyPath=C:\Python34\Lib\idlelib\Icons\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:234]: Executing op: ComponentRegister(ComponentId={636CC23A-051E-4753-94FA-6FC6AEEEE65E},KeyPath=C:\Python34\Lib\idlelib\idle_test\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:235]: Executing op: ComponentRegister(ComponentId={E038FA56-2196-4DB2-8648-BF1A4C473C84},KeyPath=C:\Python34\Lib\idlelib\idle_test\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:235]: Executing op: ComponentRegister(ComponentId={7059DFCE-DA03-48E7-9756-29C7E364A95F},KeyPath=C:\Python34\Lib\idlelib\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:235]: Executing op: ComponentRegister(ComponentId={143965DE-1CDC-4859-B062-D8008D5361F6},KeyPath=C:\Python34\Lib\idlelib\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:236]: Executing op: ComponentRegister(ComponentId={BDB6621E-8BBF-4FD2-823E-073CE0555220},KeyPath=C:\Python34\Lib\site-packages\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:236]: Executing op: ComponentRegister(ComponentId={F8DEE1BD-69E3-416C-B10B-79303AB60C54},KeyPath=C:\Python34\Lib\asyncio\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:236]: Executing op: ComponentRegister(ComponentId={EBF940AF-F86F-4C85-81D5-E1E8E184D6B9},KeyPath=C:\Python34\Lib\asyncio\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:237]: Executing op: ComponentRegister(ComponentId={116CF3BA-C3D2-493E-AE07-6C7CE4E6D2BE},KeyPath=C:\Python34\Lib\__pycache__\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:237]: Executing op: ComponentRegister(ComponentId={860478A2-580E-410B-BE37-19F01E016382},KeyPath=C:\Python34\Lib\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:237]: Executing op: ComponentRegister(ComponentId={44652F3D-9D19-48CB-86AD-EA03BC09B17C},KeyPath=C:\Python34\DLLs\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:238]: Executing op: ComponentRegister(ComponentId={23711695-88A6-4368-931F-81CED98AFCC0},KeyPath=C:\WINDOWS\pyw.exe,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=1,BinaryType=1) MSI (s) (9C:5C) [21:26:19:238]: Executing op: ComponentRegister(ComponentId={E1093480-9656-47C5-A2C5-668438F3667C},KeyPath=C:\WINDOWS\py.exe,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=1,BinaryType=1) MSI (s) (9C:5C) [21:26:19:239]: Executing op: ComponentRegister(ComponentId={9CAEF4EA-3214-4158-B003-1B2678F9A0DF},KeyPath=C:\Python34\pythonw.exe,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:239]: Executing op: ComponentRegister(ComponentId={EC85078E-062E-4DA9-85F3-03A1505DA388},KeyPath=C:\Python34\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:239]: Executing op: ComponentRegister(ComponentId={AFE7885B-782A-47F1-AFF1-53AA58CD4A3D},KeyPath=C:\Python34\python.exe,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:240]: Executing op: ComponentRegister(ComponentId={7A0C5812-2583-40D9-BCBB-CD7485F11377},KeyPath=C:\WINDOWS\system32\python34.dll,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=1,BinaryType=1) MSI (s) (9C:5C) [21:26:19:240]: Executing op: ComponentRegister(ComponentId={C4D88CF0-8342-4897-8E2C-A418BE1FB1C4},KeyPath=C:\Python34\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) MSI (s) (9C:5C) [21:26:19:240]: Executing op: ComponentRegister(ComponentId={2D8CFF11-87C4-4569-9999-ED22D3FCFBB0},KeyPath=C:\Python34\Tools\pynche\X\,State=3,ProductKey={D54842CB-F761-30BA-881F-1FF821DC44DF},,SharedDllRefCount=0,BinaryType=1) Rollback: InstallInitialize MSI (s) (9C:5C) [21:26:19:241]: Executing op: ActionStart(Name=InstallInitialize,,) MSI (s) (9C:5C) [21:26:19:241]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD\SourceList,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:241]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:241]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD\SourceList 3: 2 MSI (s) (9C:5C) [21:26:19:242]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:242]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:242]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD 3: 2 MSI (s) (9C:5C) [21:26:19:242]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\TempPackages,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:242]: Executing op: RegRemoveValue(Name=C:\WINDOWS\Installer\{D54842CB-F761-30BA-881F-1FF821DC44DF}\python_icon.exe,Value=#1,) MSI (s) (9C:5C) [21:26:19:243]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:243]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\UpgradeCodes\C0A569A66EE6A3E4993823365F3611CE,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:243]: Executing op: RegAddValue(Name=BC24845D167FAB0388F1F18F12CD44FD,,) MSI (s) (9C:5C) [21:26:19:245]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:246]: Executing op: RegAddValue(Name=DefaultFeature,,) MSI (s) (9C:5C) [21:26:19:246]: Executing op: RegAddValue(Name=SharedCRT,,) MSI (s) (9C:5C) [21:26:19:247]: Executing op: RegAddValue(Name=Extensions,Value=DefaultFeature,) MSI (s) (9C:5C) [21:26:19:247]: Executing op: RegAddValue(Name=TclTk,Value=DefaultFeature,) MSI (s) (9C:5C) [21:26:19:247]: Executing op: RegAddValue(Name=Documentation,Value=DefaultFeature,) MSI (s) (9C:5C) [21:26:19:247]: Executing op: RegAddValue(Name=Tools,Value=DefaultFeature,) MSI (s) (9C:5C) [21:26:19:247]: Executing op: RegAddValue(Name=pip_feature,Value=DefaultFeature,) MSI (s) (9C:5C) [21:26:19:248]: Executing op: RegAddValue(Name=Testsuite,Value=DefaultFeature,) MSI (s) (9C:5C) [21:26:19:248]: Executing op: RegAddValue(Name=PrependPath,Value=DefaultFeature,) MSI (s) (9C:5C) [21:26:19:248]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\BC24845D167FAB0388F1F18F12CD44FD,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:248]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:249]: Executing op: RegAddValue(Name=ProductName,Value=Python 3.4.1 (64-bit),) MSI (s) (9C:5C) [21:26:19:249]: Executing op: RegAddValue(Name=PackageCode,Value=A9096D3AF8680FB4F8B8C7AA56DB4D55,) MSI (s) (9C:5C) [21:26:19:249]: Executing op: RegAddValue(Name=Language,Value=#1033,) MSI (s) (9C:5C) [21:26:19:249]: Executing op: RegAddValue(Name=Version,Value=#50594942,) MSI (s) (9C:5C) [21:26:19:250]: Executing op: RegAddValue(Name=Assignment,Value=#1,) MSI (s) (9C:5C) [21:26:19:250]: Executing op: RegAddValue(Name=AdvertiseFlags,Value=#388,) MSI (s) (9C:5C) [21:26:19:250]: Executing op: RegAddValue(Name=InstanceType,Value=#0,) MSI (s) (9C:5C) [21:26:19:251]: Executing op: RegAddValue(Name=AuthorizedLUAApp,Value=#0,) MSI (s) (9C:5C) [21:26:19:251]: Executing op: RegAddValue(Name=DeploymentFlags,Value=#2,) MSI (s) (9C:5C) [21:26:19:251]: Executing op: RegAddValue(Name=Clients,Value=[~]:[~],) MSI (s) (9C:5C) [21:26:19:251]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD\SourceList,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:251]: Executing op: RegAddValue(Name=PackageName,Value=python-3.4.1.amd64.msi,) MSI (s) (9C:5C) [21:26:19:252]: Executing op: RegAddValue(Name=LastUsedSource,Value=#%n;1;C:\Users\pierre\Downloads\,) MSI (s) (9C:5C) [21:26:19:252]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD\SourceList\Net,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:252]: Executing op: RegAddValue(Name=1,Value=#%C:\Users\pierre\Downloads\,) MSI (s) (9C:5C) [21:26:19:253]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD\SourceList\Media,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:253]: Executing op: RegAddValue(Name=1,Value=;,) MSI (s) (9C:5C) [21:26:19:253]: Executing op: RegAddValue(Name=3375,Value=;,) MSI (s) (9C:5C) [21:26:19:253]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\BC24845D167FAB0388F1F18F12CD44FD,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:254]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{D54842CB-F761-30BA-881F-1FF821DC44DF},SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:254]: Executing op: RegAddValue(Name=DisplayName,Value=Python 3.4.1 (64-bit),) MSI (s) (9C:5C) [21:26:19:255]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\InstallProperties,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:255]: Executing op: RegAddValue(Name=DisplayName,Value=Python 3.4.1 (64-bit),) MSI (s) (9C:5C) [21:26:19:256]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\InstallProperties,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:256]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:257]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:257]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:258]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Usage,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:258]: Executing op: RegAddValue(Name=TclTk,Value=#1162805249,) MSI (s) (9C:5C) [21:26:19:258]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Usage,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:258]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Usage,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:259]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:259]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes\C0A569A66EE6A3E4993823365F3611CE,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:260]: Executing op: RegAddValue(Name=BC24845D167FAB0388F1F18F12CD44FD,,) MSI (s) (9C:5C) [21:26:19:261]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{D54842CB-F761-30BA-881F-1FF821DC44DF},SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:261]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:263]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:263]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:263]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:264]: Executing op: RegAddValue(Name=Language,Value=#1033,) MSI (s) (9C:5C) [21:26:19:264]: Executing op: RegAddValue(Name=Version,Value=#50594942,) MSI (s) (9C:5C) [21:26:19:264]: Executing op: RegAddValue(Name=WindowsInstaller,Value=#1,) MSI (s) (9C:5C) [21:26:19:265]: Executing op: RegAddValue(Name=VersionMinor,Value=#4,) MSI (s) (9C:5C) [21:26:19:265]: Executing op: RegAddValue(Name=VersionMajor,Value=#3,) MSI (s) (9C:5C) [21:26:19:265]: Executing op: RegAddValue(Name=URLUpdateInfo,,) MSI (s) (9C:5C) [21:26:19:265]: Executing op: RegAddValue(Name=URLInfoAbout,,) MSI (s) (9C:5C) [21:26:19:266]: Executing op: RegAddValue(Name=UninstallString,Value=#%MsiExec.exe /I{D54842CB-F761-30BA-881F-1FF821DC44DF},) MSI (s) (9C:5C) [21:26:19:266]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:266]: Executing op: RegAddValue(Name=EstimatedSize,Value=#68669,) MSI (s) (9C:5C) [21:26:19:266]: Executing op: RegAddValue(Name=Size,,) MSI (s) (9C:5C) [21:26:19:267]: Executing op: RegAddValue(Name=Readme,,) MSI (s) (9C:5C) [21:26:19:267]: Executing op: RegAddValue(Name=Publisher,Value=Python Software Foundation,) MSI (s) (9C:5C) [21:26:19:267]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:267]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:268]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:268]: Executing op: RegAddValue(Name=ModifyPath,Value=#%MsiExec.exe /I{D54842CB-F761-30BA-881F-1FF821DC44DF},) MSI (s) (9C:5C) [21:26:19:268]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:268]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:268]: Executing op: RegAddValue(Name=InstallSource,Value=C:\Users\pierre\Downloads\,) MSI (s) (9C:5C) [21:26:19:269]: Executing op: RegAddValue(Name=InstallLocation,,) MSI (s) (9C:5C) [21:26:19:269]: Executing op: RegAddValue(Name=InstallDate,Value=20140924,) MSI (s) (9C:5C) [21:26:19:269]: Executing op: RegAddValue(Name=HelpTelephone,,) MSI (s) (9C:5C) [21:26:19:270]: Executing op: RegAddValue(Name=HelpLink,,) MSI (s) (9C:5C) [21:26:19:270]: Executing op: RegAddValue(Name=DisplayVersion,Value=3.4.1150,) MSI (s) (9C:5C) [21:26:19:270]: Executing op: RegAddValue(Name=Contact,,) MSI (s) (9C:5C) [21:26:19:271]: Executing op: RegAddValue(Name=Comments,,) MSI (s) (9C:5C) [21:26:19:271]: Executing op: RegAddValue(Name=AuthorizedCDFPrefix,,) MSI (s) (9C:5C) [21:26:19:271]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\InstallProperties,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:271]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:272]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:273]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:273]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:273]: Executing op: RegAddValue(Name=Language,Value=#1033,) MSI (s) (9C:5C) [21:26:19:274]: Executing op: RegAddValue(Name=Version,Value=#50594942,) MSI (s) (9C:5C) [21:26:19:274]: Executing op: RegAddValue(Name=WindowsInstaller,Value=#1,) MSI (s) (9C:5C) [21:26:19:274]: Executing op: RegAddValue(Name=VersionMinor,Value=#4,) MSI (s) (9C:5C) [21:26:19:275]: Executing op: RegAddValue(Name=VersionMajor,Value=#3,) MSI (s) (9C:5C) [21:26:19:275]: Executing op: RegAddValue(Name=URLUpdateInfo,,) MSI (s) (9C:5C) [21:26:19:276]: Executing op: RegAddValue(Name=URLInfoAbout,,) MSI (s) (9C:5C) [21:26:19:276]: Executing op: RegAddValue(Name=UninstallString,Value=#%MsiExec.exe /I{D54842CB-F761-30BA-881F-1FF821DC44DF},) MSI (s) (9C:5C) [21:26:19:276]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:277]: Executing op: RegAddValue(Name=EstimatedSize,Value=#68669,) MSI (s) (9C:5C) [21:26:19:277]: Executing op: RegAddValue(Name=Size,,) MSI (s) (9C:5C) [21:26:19:277]: Executing op: RegAddValue(Name=Readme,,) MSI (s) (9C:5C) [21:26:19:278]: Executing op: RegAddValue(Name=Publisher,Value=Python Software Foundation,) MSI (s) (9C:5C) [21:26:19:279]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:279]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:279]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:280]: Executing op: RegAddValue(Name=ModifyPath,Value=#%MsiExec.exe /I{D54842CB-F761-30BA-881F-1FF821DC44DF},) MSI (s) (9C:5C) [21:26:19:280]: Executing op: RegAddValue(Name=LocalPackage,Value=C:\WINDOWS\Installer\20094.msi,) MSI (s) (9C:5C) [21:26:19:280]: Executing op: RegCreateKey() MSI (s) (9C:5C) [21:26:19:281]: Executing op: RegAddValue(Name=InstallSource,Value=C:\Users\pierre\Downloads\,) MSI (s) (9C:5C) [21:26:19:281]: Executing op: RegAddValue(Name=InstallLocation,,) MSI (s) (9C:5C) [21:26:19:281]: Executing op: RegAddValue(Name=InstallDate,Value=20140924,) MSI (s) (9C:5C) [21:26:19:282]: Executing op: RegAddValue(Name=HelpTelephone,,) MSI (s) (9C:5C) [21:26:19:282]: Executing op: RegAddValue(Name=HelpLink,,) MSI (s) (9C:5C) [21:26:19:282]: Executing op: RegAddValue(Name=DisplayVersion,Value=3.4.1150,) MSI (s) (9C:5C) [21:26:19:283]: Executing op: RegAddValue(Name=Contact,,) MSI (s) (9C:5C) [21:26:19:283]: Executing op: RegAddValue(Name=Comments,,) MSI (s) (9C:5C) [21:26:19:283]: Executing op: RegAddValue(Name=AuthorizedCDFPrefix,,) MSI (s) (9C:5C) [21:26:19:283]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\TempPackages,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:284]: Executing op: RegRemoveValue(Name=C:\WINDOWS\Installer\20094.msi,Value=#0,) MSI (s) (9C:5C) [21:26:19:284]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:284]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\TempPackages 3: 2 MSI (s) (9C:5C) [21:26:19:284]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Transforms,,BinaryType=1,,) MSI (s) (9C:5C) [21:26:19:284]: Executing op: RegRemoveKey() MSI (s) (9C:5C) [21:26:19:285]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BC24845D167FAB0388F1F18F12CD44FD\Transforms 3: 2 MSI (s) (9C:5C) [21:26:19:285]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0) MSI (s) (9C:5C) [21:26:19:285]: Error in rollback skipped. Return: 5 MSI (s) (9C:5C) [21:26:19:325]: Note: 1: 2318 2: MSI (s) (9C:5C) [21:26:19:330]: Calling SRSetRestorePoint API. dwRestorePtType: 13, dwEventType: 103, llSequenceNumber: 6, szDescription: "". MSI (s) (9C:5C) [21:26:19:331]: The call to SRSetRestorePoint API succeeded. Returned status: 0. MSI (s) (9C:5C) [21:26:19:331]: Unlocking Server Action ended 21:26:19: INSTALL. Return value 3. Property(S): X = C:\Python34\Tools\pynche\X\ Property(S): UpgradeCode = {6A965A0C-6EE6-4E3A-9983-3263F56311EC} Property(S): ProductName = Python 3.4.2 (64-bit) Property(S): ProductCode = {CD723946-09C1-38D3-8542-732BA931E9EF} Property(S): ProductVersion = 3.4.2150 Property(S): Manufacturer = Python Software Foundation Property(S): ProductLanguage = 1033 Property(S): VersionNT = 603 Property(S): WhichUsers = ALL Property(S): ProductLine = Python34 Property(S): TARGETDIR = C:\Python34\ Property(S): Tools = C:\Python34\Tools\ Property(S): DefaultUIFont = DlgFont8 Property(S): ErrorDialog = ErrorDlg Property(S): Progress1 = Install Property(S): Progress2 = installs Property(S): MaintenanceForm_Action = Repair Property(S): DLLDIR = C:\WINDOWS\system32\ Property(S): LAUNCHERDIR = C:\WINDOWS\ Property(S): DLLs = C:\Python34\DLLs\ Property(S): Lib = C:\Python34\Lib\ Property(S): Lib_pycache = C:\Python34\Lib\__pycache__\ Property(S): asyncio = C:\Python34\Lib\asyncio\ Property(S): asyncio_pycache = C:\Python34\Lib\asyncio\__pycache__\ Property(S): site_packages = C:\Python34\Lib\site-packages\ Property(S): idlelib = C:\Python34\Lib\idlelib\ Property(S): idlelib_pycache = C:\Python34\Lib\idlelib\__pycache__\ Property(S): idle_test = C:\Python34\Lib\idlelib\idle_test\ Property(S): idle_test_pycache = C:\Python34\Lib\idlelib\idle_test\__pycache__\ Property(S): Icons = C:\Python34\Lib\idlelib\Icons\ Property(S): concurrent = C:\Python34\Lib\concurrent\ Property(S): concurrent_pycache = C:\Python34\Lib\concurrent\__pycache__\ Property(S): futures = C:\Python34\Lib\concurrent\futures\ Property(S): futures_pycache = C:\Python34\Lib\concurrent\futures\__pycache__\ Property(S): http = C:\Python34\Lib\http\ Property(S): http_pycache = C:\Python34\Lib\http\__pycache__\ Property(S): sqlite3 = C:\Python34\Lib\sqlite3\ Property(S): sqlite3_pycache = C:\Python34\Lib\sqlite3\__pycache__\ Property(S): test = C:\Python34\Lib\sqlite3\test\ Property(S): test_pycache = C:\Python34\Lib\sqlite3\test\__pycache__\ Property(S): html = C:\Python34\Lib\html\ Property(S): html_pycache = C:\Python34\Lib\html\__pycache__\ Property(S): lib2to3 = C:\Python34\Lib\lib2to3\ Property(S): lib2to3_pycache = C:\Python34\Lib\lib2to3\__pycache__\ Property(S): pgen2 = C:\Python34\Lib\lib2to3\pgen2\ Property(S): pgen2_pycache = C:\Python34\Lib\lib2to3\pgen2\__pycache__\ Property(S): tests = C:\Python34\Lib\lib2to3\tests\ Property(S): tests_pycache = C:\Python34\Lib\lib2to3\tests\__pycache__\ Property(S): data = C:\Python34\Lib\lib2to3\tests\data\ Property(S): data_pycache = C:\Python34\Lib\lib2to3\tests\data\__pycache__\ Property(S): fixers = C:\Python34\Lib\lib2to3\tests\data\fixers\ Property(S): fixers_pycache = C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\ Property(S): myfixes = C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ Property(S): myfixes_pycache = C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\ Property(S): fixes = C:\Python34\Lib\lib2to3\fixes\ Property(S): fixes_pycache = C:\Python34\Lib\lib2to3\fixes\__pycache__\ Property(S): tkinter = C:\Python34\Lib\tkinter\ Property(S): tkinter_pycache = C:\Python34\Lib\tkinter\__pycache__\ Property(S): test1 = C:\Python34\Lib\tkinter\test\ Property(S): test1_pycache = C:\Python34\Lib\tkinter\test\__pycache__\ Property(S): test_tkinter = C:\Python34\Lib\tkinter\test\test_tkinter\ Property(S): test_tkinter_pycache = C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\ Property(S): test_ttk = C:\Python34\Lib\tkinter\test\test_ttk\ Property(S): test_ttk_pycache = C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\ Property(S): wsgiref = C:\Python34\Lib\wsgiref\ Property(S): wsgiref_pycache = C:\Python34\Lib\wsgiref\__pycache__\ Property(S): venv = C:\Python34\Lib\venv\ Property(S): venv_pycache = C:\Python34\Lib\venv\__pycache__\ Property(S): scripts = C:\Python34\Lib\venv\scripts\ Property(S): nt = C:\Python34\Lib\venv\scripts\nt\ Property(S): posix = C:\Python34\Lib\venv\scripts\posix\ Property(S): json = C:\Python34\Lib\json\ Property(S): json_pycache = C:\Python34\Lib\json\__pycache__\ Property(S): curses = C:\Python34\Lib\curses\ Property(S): curses_pycache = C:\Python34\Lib\curses\__pycache__\ Property(S): multiprocessing = C:\Python34\Lib\multiprocessing\ Property(S): multiprocessing_pycache = C:\Python34\Lib\multiprocessing\__pycache__\ Property(S): dummy = C:\Python34\Lib\multiprocessing\dummy\ Property(S): dummy_pycache = C:\Python34\Lib\multiprocessing\dummy\__pycache__\ Property(S): ensurepip = C:\Python34\Lib\ensurepip\ Property(S): ensurepip_pycache = C:\Python34\Lib\ensurepip\__pycache__\ Property(S): _bundled = C:\Python34\Lib\ensurepip\_bundled\ Property(S): logging = C:\Python34\Lib\logging\ Property(S): logging_pycache = C:\Python34\Lib\logging\__pycache__\ Property(S): ctypes = C:\Python34\Lib\ctypes\ Property(S): ctypes_pycache = C:\Python34\Lib\ctypes\__pycache__\ Property(S): test2 = C:\Python34\Lib\ctypes\test\ Property(S): test2_pycache = C:\Python34\Lib\ctypes\test\__pycache__\ Property(S): macholib = C:\Python34\Lib\ctypes\macholib\ Property(S): macholib_pycache = C:\Python34\Lib\ctypes\macholib\__pycache__\ Property(S): test3 = C:\Python34\Lib\test\ Property(S): test3_pycache = C:\Python34\Lib\test\__pycache__\ Property(S): test_asyncio = C:\Python34\Lib\test\test_asyncio\ Property(S): test_asyncio_pycache = C:\Python34\Lib\test\test_asyncio\__pycache__\ Property(S): support = C:\Python34\Lib\test\support\ Property(S): support_pycache = C:\Python34\Lib\test\support\__pycache__\ Property(S): capath = C:\Python34\Lib\test\capath\ Property(S): encoded_modules = C:\Python34\Lib\test\encoded_modules\ Property(S): encoded_modules_pycache = C:\Python34\Lib\test\encoded_modules\__pycache__\ Property(S): imghdrdata = C:\Python34\Lib\test\imghdrdata\ Property(S): test_tools = C:\Python34\Lib\test\test_tools\ Property(S): test_tools_pycache = C:\Python34\Lib\test\test_tools\__pycache__\ Property(S): decimaltestdata = C:\Python34\Lib\test\decimaltestdata\ Property(S): sndhdrdata = C:\Python34\Lib\test\sndhdrdata\ Property(S): tracedmodules = C:\Python34\Lib\test\tracedmodules\ Property(S): tracedmodules_pycache = C:\Python34\Lib\test\tracedmodules\__pycache__\ Property(S): crashers = C:\Python34\Lib\test\crashers\ Property(S): crashers_pycache = C:\Python34\Lib\test\crashers\__pycache__\ Property(S): cjkencodings = C:\Python34\Lib\test\cjkencodings\ Property(S): leakers = C:\Python34\Lib\test\leakers\ Property(S): leakers_pycache = C:\Python34\Lib\test\leakers\__pycache__\ Property(S): subprocessdata = C:\Python34\Lib\test\subprocessdata\ Property(S): subprocessdata_pycache = C:\Python34\Lib\test\subprocessdata\__pycache__\ Property(S): test_json = C:\Python34\Lib\test\test_json\ Property(S): test_json_pycache = C:\Python34\Lib\test\test_json\__pycache__\ Property(S): xmltestdata = C:\Python34\Lib\test\xmltestdata\ Property(S): data1 = C:\Python34\Lib\test\data\ Property(S): audiodata = C:\Python34\Lib\test\audiodata\ Property(S): test_importlib = C:\Python34\Lib\test\test_importlib\ Property(S): test_importlib_pycache = C:\Python34\Lib\test\test_importlib\__pycache__\ Property(S): builtin = C:\Python34\Lib\test\test_importlib\builtin\ Property(S): builtin_pycache = C:\Python34\Lib\test\test_importlib\builtin\__pycache__\ Property(S): namespace_pkgs = C:\Python34\Lib\test\test_importlib\namespace_pkgs\ Property(S): module_and_namespace_package = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\ Property(S): module_and_namespace_package_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\ Property(S): a_test = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\ Property(S): project3 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\ Property(S): parent = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\ Property(S): child = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\ Property(S): child_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\ Property(S): project1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\ Property(S): parent1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\ Property(S): child1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\ Property(S): child1_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\ Property(S): project2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\ Property(S): parent2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\ Property(S): child2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\ Property(S): child2_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\ Property(S): both_portions = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\ Property(S): foo = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\ Property(S): foo_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\ Property(S): not_a_namespace_pkg = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\ Property(S): foo1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\ Property(S): foo1_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\ Property(S): portion1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\ Property(S): foo2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\ Property(S): foo2_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\__pycache__\ Property(S): portion2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\ Property(S): foo3 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\ Property(S): foo3_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\ Property(S): frozen = C:\Python34\Lib\test\test_importlib\frozen\ Property(S): frozen_pycache = C:\Python34\Lib\test\test_importlib\frozen\__pycache__\ Property(S): source = C:\Python34\Lib\test\test_importlib\source\ Property(S): source_pycache = C:\Python34\Lib\test\test_importlib\source\__pycache__\ Property(S): extension = C:\Python34\Lib\test\test_importlib\extension\ Property(S): extension_pycache = C:\Python34\Lib\test\test_importlib\extension\__pycache__\ Property(S): import_ = C:\Python34\Lib\test\test_importlib\import_\ Property(S): import__pycache = C:\Python34\Lib\test\test_importlib\import_\__pycache__\ Property(S): test_email = C:\Python34\Lib\test\test_email\ Property(S): test_email_pycache = C:\Python34\Lib\test\test_email\__pycache__\ Property(S): data2 = C:\Python34\Lib\test\test_email\data\ Property(S): turtledemo = C:\Python34\Lib\turtledemo\ Property(S): turtledemo_pycache = C:\Python34\Lib\turtledemo\__pycache__\ Property(S): xml = C:\Python34\Lib\xml\ Property(S): xml_pycache = C:\Python34\Lib\xml\__pycache__\ Property(S): dom = C:\Python34\Lib\xml\dom\ Property(S): dom_pycache = C:\Python34\Lib\xml\dom\__pycache__\ Property(S): etree = C:\Python34\Lib\xml\etree\ Property(S): etree_pycache = C:\Python34\Lib\xml\etree\__pycache__\ Property(S): parsers = C:\Python34\Lib\xml\parsers\ Property(S): parsers_pycache = C:\Python34\Lib\xml\parsers\__pycache__\ Property(S): sax = C:\Python34\Lib\xml\sax\ Property(S): sax_pycache = C:\Python34\Lib\xml\sax\__pycache__\ Property(S): email = C:\Python34\Lib\email\ Property(S): email_pycache = C:\Python34\Lib\email\__pycache__\ Property(S): mime = C:\Python34\Lib\email\mime\ Property(S): mime_pycache = C:\Python34\Lib\email\mime\__pycache__\ Property(S): urllib = C:\Python34\Lib\urllib\ Property(S): urllib_pycache = C:\Python34\Lib\urllib\__pycache__\ Property(S): encodings = C:\Python34\Lib\encodings\ Property(S): encodings_pycache = C:\Python34\Lib\encodings\__pycache__\ Property(S): pydoc_data = C:\Python34\Lib\pydoc_data\ Property(S): pydoc_data_pycache = C:\Python34\Lib\pydoc_data\__pycache__\ Property(S): msilib = C:\Python34\Lib\msilib\ Property(S): msilib_pycache = C:\Python34\Lib\msilib\__pycache__\ Property(S): xmlrpc = C:\Python34\Lib\xmlrpc\ Property(S): xmlrpc_pycache = C:\Python34\Lib\xmlrpc\__pycache__\ Property(S): unittest = C:\Python34\Lib\unittest\ Property(S): unittest_pycache = C:\Python34\Lib\unittest\__pycache__\ Property(S): test4 = C:\Python34\Lib\unittest\test\ Property(S): test4_pycache = C:\Python34\Lib\unittest\test\__pycache__\ Property(S): testmock = C:\Python34\Lib\unittest\test\testmock\ Property(S): testmock_pycache = C:\Python34\Lib\unittest\test\testmock\__pycache__\ Property(S): collections = C:\Python34\Lib\collections\ Property(S): collections_pycache = C:\Python34\Lib\collections\__pycache__\ Property(S): importlib = C:\Python34\Lib\importlib\ Property(S): importlib_pycache = C:\Python34\Lib\importlib\__pycache__\ Property(S): distutils = C:\Python34\Lib\distutils\ Property(S): distutils_pycache = C:\Python34\Lib\distutils\__pycache__\ Property(S): command = C:\Python34\Lib\distutils\command\ Property(S): command_pycache = C:\Python34\Lib\distutils\command\__pycache__\ Property(S): tests1 = C:\Python34\Lib\distutils\tests\ Property(S): tests1_pycache = C:\Python34\Lib\distutils\tests\__pycache__\ Property(S): dbm = C:\Python34\Lib\dbm\ Property(S): dbm_pycache = C:\Python34\Lib\dbm\__pycache__\ Property(S): include = C:\Python34\include\ Property(S): libs = C:\Python34\libs\ Property(S): tcl = C:\Python34\tcl\ Property(S): tk8.6 = C:\Python34\tcl\tk8.6\ Property(S): ttk = C:\Python34\tcl\tk8.6\ttk\ Property(S): msgs = C:\Python34\tcl\tk8.6\msgs\ Property(S): images = C:\Python34\tcl\tk8.6\images\ Property(S): demos = C:\Python34\tcl\tk8.6\demos\ Property(S): images1 = C:\Python34\tcl\tk8.6\demos\images\ Property(S): tix8.4.3 = C:\Python34\tcl\tix8.4.3\ Property(S): pref = C:\Python34\tcl\tix8.4.3\pref\ Property(S): demos1 = C:\Python34\tcl\tix8.4.3\demos\ Property(S): samples = C:\Python34\tcl\tix8.4.3\demos\samples\ Property(S): bitmaps = C:\Python34\tcl\tix8.4.3\demos\bitmaps\ Property(S): bitmaps1 = C:\Python34\tcl\tix8.4.3\bitmaps\ Property(S): thread2.7.0 = C:\Python34\tcl\thread2.7.0\ Property(S): tdbcsqlite1.0.0 = C:\Python34\tcl\tdbcsqlite1.0.0\ Property(S): tdbcpostgres1.0.0 = C:\Python34\tcl\tdbcpostgres1.0.0\ Property(S): tdbcodbc1.0.0 = C:\Python34\tcl\tdbcodbc1.0.0\ Property(S): tdbcmysql1.0.0 = C:\Python34\tcl\tdbcmysql1.0.0\ Property(S): tdbc1.0.0 = C:\Python34\tcl\tdbc1.0.0\ Property(S): tcl8.6 = C:\Python34\tcl\tcl8.6\ Property(S): tzdata = C:\Python34\tcl\tcl8.6\tzdata\ Property(S): US = C:\Python34\tcl\tcl8.6\tzdata\US\ Property(S): Pacific = C:\Python34\tcl\tcl8.6\tzdata\Pacific\ Property(S): SystemV = C:\Python34\tcl\tcl8.6\tzdata\SystemV\ Property(S): Mexico = C:\Python34\tcl\tcl8.6\tzdata\Mexico\ Property(S): Indian = C:\Python34\tcl\tcl8.6\tzdata\Indian\ Property(S): Europe = C:\Python34\tcl\tcl8.6\tzdata\Europe\ Property(S): Etc = C:\Python34\tcl\tcl8.6\tzdata\Etc\ Property(S): Chile = C:\Python34\tcl\tcl8.6\tzdata\Chile\ Property(S): Canada = C:\Python34\tcl\tcl8.6\tzdata\Canada\ Property(S): Atlantic = C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ Property(S): Brazil = C:\Python34\tcl\tcl8.6\tzdata\Brazil\ Property(S): Australia = C:\Python34\tcl\tcl8.6\tzdata\Australia\ Property(S): Asia = C:\Python34\tcl\tcl8.6\tzdata\Asia\ Property(S): Arctic = C:\Python34\tcl\tcl8.6\tzdata\Arctic\ Property(S): Antarctica = C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ Property(S): America = C:\Python34\tcl\tcl8.6\tzdata\America\ Property(S): North_Dakota = C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ Property(S): Kentucky = C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\ Property(S): Indiana = C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ Property(S): Argentina = C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ Property(S): Africa = C:\Python34\tcl\tcl8.6\tzdata\Africa\ Property(S): opt0.4 = C:\Python34\tcl\tcl8.6\opt0.4\ Property(S): msgs1 = C:\Python34\tcl\tcl8.6\msgs\ Property(S): http1.0 = C:\Python34\tcl\tcl8.6\http1.0\ Property(S): encoding = C:\Python34\tcl\tcl8.6\encoding\ Property(S): tcl8 = C:\Python34\tcl\tcl8\ Property(S): _8.6 = C:\Python34\tcl\tcl8\8.6\ Property(S): tdbc = C:\Python34\tcl\tcl8\8.6\tdbc\ Property(S): _8.5 = C:\Python34\tcl\tcl8\8.5\ Property(S): _8.4 = C:\Python34\tcl\tcl8\8.4\ Property(S): platform = C:\Python34\tcl\tcl8\8.4\platform\ Property(S): _8.3 = C:\Python34\tcl\tcl8\8.3\ Property(S): _8.2 = C:\Python34\tcl\tcl8\8.2\ Property(S): sqlite33.8.0 = C:\Python34\tcl\sqlite33.8.0\ Property(S): reg1.3 = C:\Python34\tcl\reg1.3\ Property(S): itcl4.0.0 = C:\Python34\tcl\itcl4.0.0\ Property(S): dde1.4 = C:\Python34\tcl\dde1.4\ Property(S): i18n = C:\Python34\Tools\i18n\ Property(S): i18n_pycache = C:\Python34\Tools\i18n\__pycache__\ Property(S): pynche = C:\Python34\Tools\pynche\ Property(S): pynche_pycache = C:\Python34\Tools\pynche\__pycache__\ Property(S): Scripts = C:\Python34\Tools\Scripts\ Property(S): Scripts_pycache = C:\Python34\Tools\Scripts\__pycache__\ Property(S): Doc = C:\Python34\Doc\ Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ Property(S): MenuDir = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.4\ Property(S): REMOVEOLDVERSION = {D54842CB-F761-30BA-881F-1FF821DC44DF} Property(S): REMOVEOLDSNAPSHOT = {2583CDBA-8A53-4622-BB67-1D163714C1B4} Property(S): SecureCustomProperties = REMOVEOLDSNAPSHOT;REMOVEOLDVERSION;TARGETDIR;DLLDIR;LAUNCHERDIR Property(S): WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC = C:\WINDOWS\ Property(S): System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC = C:\WINDOWS\system32\ Property(S): DirectoryTable100_amd64.BFF61907_AA2D_3A26_8666_98D956A62ABC = DirectoryTable Property(S): MsiLogFileLocation = C:\WINDOWS\system32\log.txt Property(S): PackageCode = {DFFC8690-7E44-4587-9B40-13D3182C6046} Property(S): ProductState = -1 Property(S): ALLUSERS = 1 Property(S): PackagecodeChanging = 1 Property(S): CURRENTDIRECTORY = C:\WINDOWS\system32 Property(S): CLIENTUILEVEL = 0 Property(S): CLIENTPROCESSID = 7536 Property(S): USERNAME = pierre.boulanger at hotmail.com Property(S): VersionDatabase = 200 Property(S): ACTION = INSTALL Property(S): EXECUTEACTION = INSTALL Property(S): ROOTDRIVE = C:\ Property(S): MIGRATE = {D54842CB-F761-30BA-881F-1FF821DC44DF};{2583CDBA-8A53-4622-BB67-1D163714C1B4} Property(S): INSTALLLEVEL = 1 Property(S): SECONDSEQUENCE = 1 Property(S): ADDLOCAL = DefaultFeature,SharedCRT,Extensions,TclTk,Documentation,Tools,pip_feature,Testsuite,PrependPath Property(S): VersionMsi = 5.00 Property(S): VersionNT64 = 603 Property(S): WindowsBuild = 9600 Property(S): ServicePackLevel = 0 Property(S): ServicePackLevelMinor = 0 Property(S): MsiNTProductType = 1 Property(S): MsiNTSuitePersonal = 1 Property(S): WindowsFolder = C:\WINDOWS\ Property(S): WindowsVolume = C:\ Property(S): System64Folder = C:\WINDOWS\system32\ Property(S): SystemFolder = C:\WINDOWS\SysWOW64\ Property(S): RemoteAdminTS = 1 Property(S): TempFolder = C:\Users\pierre\AppData\Local\Temp\ Property(S): ProgramFilesFolder = C:\Program Files (x86)\ Property(S): CommonFilesFolder = C:\Program Files (x86)\Common Files\ Property(S): ProgramFiles64Folder = C:\Program Files\ Property(S): CommonFiles64Folder = C:\Program Files\Common Files\ Property(S): AppDataFolder = C:\Users\pierre\AppData\Roaming\ Property(S): FavoritesFolder = C:\Users\pierre\Favorites\ Property(S): NetHoodFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Network Shortcuts\ Property(S): PersonalFolder = C:\Users\pierre\Documents\ Property(S): PrintHoodFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\ Property(S): RecentFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Recent\ Property(S): SendToFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\SendTo\ Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\ Property(S): CommonAppDataFolder = C:\ProgramData\ Property(S): LocalAppDataFolder = C:\Users\pierre\AppData\Local\ Property(S): MyPicturesFolder = C:\Users\pierre\Pictures\ Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\ Property(S): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\ Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\ Property(S): DesktopFolder = C:\Users\Public\Desktop\ Property(S): FontsFolder = C:\WINDOWS\Fonts\ Property(S): GPTSupport = 1 Property(S): OLEAdvtSupport = 1 Property(S): ShellAdvtSupport = 1 Property(S): MsiAMD64 = 6 Property(S): Msix64 = 6 Property(S): Intel = 6 Property(S): PhysicalMemory = 8088 Property(S): VirtualMemory = 5249 Property(S): AdminUser = 1 Property(S): MsiTrueAdminUser = 1 Property(S): LogonUser = pierre Property(S): UserSID = S-1-5-21-3441990254-2136703886-705876676-1002 Property(S): UserLanguageID = 2060 Property(S): ComputerName = BRP Property(S): SystemLanguageID = 2060 Property(S): ScreenX = 1024 Property(S): ScreenY = 768 Property(S): CaptionHeight = 28 Property(S): BorderTop = 1 Property(S): BorderSide = 1 Property(S): MsiTabletPC = 1 Property(S): TextHeight = 16 Property(S): TextInternalLeading = 3 Property(S): ColorBits = 32 Property(S): TTCSupport = 1 Property(S): Time = 21:26:19 Property(S): Date = 18-10-14 Property(S): MsiNetAssemblySupport = 4.0.30319.33440 Property(S): MsiWin32AssemblySupport = 6.3.9600.16384 Property(S): RedirectedDllSupport = 2 Property(S): MsiRunningElevated = 1 Property(S): Privileged = 1 Property(S): DATABASE = C:\WINDOWS\Installer\5216a.msi Property(S): OriginalDatabase = C:\Users\pierre\Documents\python-3.4.2.amd64.msi Property(S): UILevel = 5 Property(S): Preselected = 1 Property(S): CostingComplete = 1 Property(S): OutOfDiskSpace = 0 Property(S): OutOfNoRbDiskSpace = 0 Property(S): PrimaryVolumeSpaceAvailable = 0 Property(S): PrimaryVolumeSpaceRequired = 0 Property(S): PrimaryVolumeSpaceRemaining = 0 MSI (s) (9C:5C) [21:26:19:511]: Closing MSIHANDLE (1) of type 790542 for thread 3932 MSI (s) (9C:5C) [21:26:19:536]: MainEngineThread is returning 1603 MSI (s) (9C:78) [21:26:19:543]: RESTART MANAGER: Session closed. MSI (s) (9C:78) [21:26:19:548]: RESTART MANAGER: Session closed. MSI (s) (9C:78) [21:26:19:553]: User policy value 'DisableRollback' is 0 MSI (s) (9C:78) [21:26:19:553]: Machine policy value 'DisableRollback' is 0 MSI (s) (9C:78) [21:26:19:553]: Incrementing counter to disable shutdown. Counter after increment: 0 MSI (s) (9C:78) [21:26:19:553]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (9C:78) [21:26:19:554]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (9C:78) [21:26:19:556]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 MSI (s) (9C:78) [21:26:19:558]: Destroying RemoteAPI object. MSI (s) (9C:90) [21:26:19:558]: Custom Action Manager thread ending. MSI (c) (70:74) [21:26:19:560]: Back from server. Return value: 1603 MSI (c) (70:74) [21:26:19:560]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 MSI (c) (70:74) [21:26:19:561]: PROPERTY CHANGE: Deleting SECONDSEQUENCE property. Its current value is '1'. Action ended 21:26:19: ExecuteAction. Return value 3. MSI (c) (70:74) [21:26:19:562]: Doing action: FatalError Action 21:26:19: FatalError. Action start 21:26:19: FatalError. Action 21:26:19: FatalError. Dialog created Action ended 21:26:28: FatalError. Return value 2. Action ended 21:26:28: INSTALL. Return value 3. MSI (c) (70:74) [21:26:28:173]: Destroying RemoteAPI object. MSI (c) (70:70) [21:26:28:174]: Custom Action Manager thread ending. Property(C): X = C:\Python34\Tools\pynche\X\ Property(C): UpgradeCode = {6A965A0C-6EE6-4E3A-9983-3263F56311EC} Property(C): ProductName = Python 3.4.2 (64-bit) Property(C): ProductCode = {CD723946-09C1-38D3-8542-732BA931E9EF} Property(C): ProductVersion = 3.4.2150 Property(C): Manufacturer = Python Software Foundation Property(C): ProductLanguage = 1033 Property(C): VersionNT = 603 Property(C): WhichUsers = ALL Property(C): ProductLine = Python34 Property(C): TARGETDIR = C:\Python34\ Property(C): Tools = C:\Python34\Tools\ Property(C): DefaultUIFont = DlgFont8 Property(C): ErrorDialog = ErrorDlg Property(C): Progress1 = Install Property(C): Progress2 = installs Property(C): MaintenanceForm_Action = Repair Property(C): DLLDIR = C:\WINDOWS\system32\ Property(C): LAUNCHERDIR = C:\WINDOWS\ Property(C): SourceDir = C:\Users\pierre\Documents\ Property(C): DLLs = C:\Python34\DLLs\ Property(C): Lib = C:\Python34\Lib\ Property(C): Lib_pycache = C:\Python34\Lib\__pycache__\ Property(C): asyncio = C:\Python34\Lib\asyncio\ Property(C): asyncio_pycache = C:\Python34\Lib\asyncio\__pycache__\ Property(C): site_packages = C:\Python34\Lib\site-packages\ Property(C): idlelib = C:\Python34\Lib\idlelib\ Property(C): idlelib_pycache = C:\Python34\Lib\idlelib\__pycache__\ Property(C): idle_test = C:\Python34\Lib\idlelib\idle_test\ Property(C): idle_test_pycache = C:\Python34\Lib\idlelib\idle_test\__pycache__\ Property(C): Icons = C:\Python34\Lib\idlelib\Icons\ Property(C): concurrent = C:\Python34\Lib\concurrent\ Property(C): concurrent_pycache = C:\Python34\Lib\concurrent\__pycache__\ Property(C): futures = C:\Python34\Lib\concurrent\futures\ Property(C): futures_pycache = C:\Python34\Lib\concurrent\futures\__pycache__\ Property(C): http = C:\Python34\Lib\http\ Property(C): http_pycache = C:\Python34\Lib\http\__pycache__\ Property(C): sqlite3 = C:\Python34\Lib\sqlite3\ Property(C): sqlite3_pycache = C:\Python34\Lib\sqlite3\__pycache__\ Property(C): test = C:\Python34\Lib\sqlite3\test\ Property(C): test_pycache = C:\Python34\Lib\sqlite3\test\__pycache__\ Property(C): html = C:\Python34\Lib\html\ Property(C): html_pycache = C:\Python34\Lib\html\__pycache__\ Property(C): lib2to3 = C:\Python34\Lib\lib2to3\ Property(C): lib2to3_pycache = C:\Python34\Lib\lib2to3\__pycache__\ Property(C): pgen2 = C:\Python34\Lib\lib2to3\pgen2\ Property(C): pgen2_pycache = C:\Python34\Lib\lib2to3\pgen2\__pycache__\ Property(C): tests = C:\Python34\Lib\lib2to3\tests\ Property(C): tests_pycache = C:\Python34\Lib\lib2to3\tests\__pycache__\ Property(C): data = C:\Python34\Lib\lib2to3\tests\data\ Property(C): data_pycache = C:\Python34\Lib\lib2to3\tests\data\__pycache__\ Property(C): fixers = C:\Python34\Lib\lib2to3\tests\data\fixers\ Property(C): fixers_pycache = C:\Python34\Lib\lib2to3\tests\data\fixers\__pycache__\ Property(C): myfixes = C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\ Property(C): myfixes_pycache = C:\Python34\Lib\lib2to3\tests\data\fixers\myfixes\__pycache__\ Property(C): fixes = C:\Python34\Lib\lib2to3\fixes\ Property(C): fixes_pycache = C:\Python34\Lib\lib2to3\fixes\__pycache__\ Property(C): tkinter = C:\Python34\Lib\tkinter\ Property(C): tkinter_pycache = C:\Python34\Lib\tkinter\__pycache__\ Property(C): test1 = C:\Python34\Lib\tkinter\test\ Property(C): test1_pycache = C:\Python34\Lib\tkinter\test\__pycache__\ Property(C): test_tkinter = C:\Python34\Lib\tkinter\test\test_tkinter\ Property(C): test_tkinter_pycache = C:\Python34\Lib\tkinter\test\test_tkinter\__pycache__\ Property(C): test_ttk = C:\Python34\Lib\tkinter\test\test_ttk\ Property(C): test_ttk_pycache = C:\Python34\Lib\tkinter\test\test_ttk\__pycache__\ Property(C): wsgiref = C:\Python34\Lib\wsgiref\ Property(C): wsgiref_pycache = C:\Python34\Lib\wsgiref\__pycache__\ Property(C): venv = C:\Python34\Lib\venv\ Property(C): venv_pycache = C:\Python34\Lib\venv\__pycache__\ Property(C): scripts = C:\Python34\Lib\venv\scripts\ Property(C): nt = C:\Python34\Lib\venv\scripts\nt\ Property(C): posix = C:\Python34\Lib\venv\scripts\posix\ Property(C): json = C:\Python34\Lib\json\ Property(C): json_pycache = C:\Python34\Lib\json\__pycache__\ Property(C): curses = C:\Python34\Lib\curses\ Property(C): curses_pycache = C:\Python34\Lib\curses\__pycache__\ Property(C): multiprocessing = C:\Python34\Lib\multiprocessing\ Property(C): multiprocessing_pycache = C:\Python34\Lib\multiprocessing\__pycache__\ Property(C): dummy = C:\Python34\Lib\multiprocessing\dummy\ Property(C): dummy_pycache = C:\Python34\Lib\multiprocessing\dummy\__pycache__\ Property(C): ensurepip = C:\Python34\Lib\ensurepip\ Property(C): ensurepip_pycache = C:\Python34\Lib\ensurepip\__pycache__\ Property(C): _bundled = C:\Python34\Lib\ensurepip\_bundled\ Property(C): logging = C:\Python34\Lib\logging\ Property(C): logging_pycache = C:\Python34\Lib\logging\__pycache__\ Property(C): ctypes = C:\Python34\Lib\ctypes\ Property(C): ctypes_pycache = C:\Python34\Lib\ctypes\__pycache__\ Property(C): test2 = C:\Python34\Lib\ctypes\test\ Property(C): test2_pycache = C:\Python34\Lib\ctypes\test\__pycache__\ Property(C): macholib = C:\Python34\Lib\ctypes\macholib\ Property(C): macholib_pycache = C:\Python34\Lib\ctypes\macholib\__pycache__\ Property(C): test3 = C:\Python34\Lib\test\ Property(C): test3_pycache = C:\Python34\Lib\test\__pycache__\ Property(C): test_asyncio = C:\Python34\Lib\test\test_asyncio\ Property(C): test_asyncio_pycache = C:\Python34\Lib\test\test_asyncio\__pycache__\ Property(C): support = C:\Python34\Lib\test\support\ Property(C): support_pycache = C:\Python34\Lib\test\support\__pycache__\ Property(C): capath = C:\Python34\Lib\test\capath\ Property(C): encoded_modules = C:\Python34\Lib\test\encoded_modules\ Property(C): encoded_modules_pycache = C:\Python34\Lib\test\encoded_modules\__pycache__\ Property(C): imghdrdata = C:\Python34\Lib\test\imghdrdata\ Property(C): test_tools = C:\Python34\Lib\test\test_tools\ Property(C): test_tools_pycache = C:\Python34\Lib\test\test_tools\__pycache__\ Property(C): decimaltestdata = C:\Python34\Lib\test\decimaltestdata\ Property(C): sndhdrdata = C:\Python34\Lib\test\sndhdrdata\ Property(C): tracedmodules = C:\Python34\Lib\test\tracedmodules\ Property(C): tracedmodules_pycache = C:\Python34\Lib\test\tracedmodules\__pycache__\ Property(C): crashers = C:\Python34\Lib\test\crashers\ Property(C): crashers_pycache = C:\Python34\Lib\test\crashers\__pycache__\ Property(C): cjkencodings = C:\Python34\Lib\test\cjkencodings\ Property(C): leakers = C:\Python34\Lib\test\leakers\ Property(C): leakers_pycache = C:\Python34\Lib\test\leakers\__pycache__\ Property(C): subprocessdata = C:\Python34\Lib\test\subprocessdata\ Property(C): subprocessdata_pycache = C:\Python34\Lib\test\subprocessdata\__pycache__\ Property(C): test_json = C:\Python34\Lib\test\test_json\ Property(C): test_json_pycache = C:\Python34\Lib\test\test_json\__pycache__\ Property(C): xmltestdata = C:\Python34\Lib\test\xmltestdata\ Property(C): data1 = C:\Python34\Lib\test\data\ Property(C): audiodata = C:\Python34\Lib\test\audiodata\ Property(C): test_importlib = C:\Python34\Lib\test\test_importlib\ Property(C): test_importlib_pycache = C:\Python34\Lib\test\test_importlib\__pycache__\ Property(C): builtin = C:\Python34\Lib\test\test_importlib\builtin\ Property(C): builtin_pycache = C:\Python34\Lib\test\test_importlib\builtin\__pycache__\ Property(C): namespace_pkgs = C:\Python34\Lib\test\test_importlib\namespace_pkgs\ Property(C): module_and_namespace_package = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\ Property(C): module_and_namespace_package_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\__pycache__\ Property(C): a_test = C:\Python34\Lib\test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test\ Property(C): project3 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\ Property(C): parent = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\ Property(C): child = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\ Property(C): child_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project3\parent\child\__pycache__\ Property(C): project1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\ Property(C): parent1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\ Property(C): child1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\ Property(C): child1_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project1\parent\child\__pycache__\ Property(C): project2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\ Property(C): parent2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\ Property(C): child2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\ Property(C): child2_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\project2\parent\child\__pycache__\ Property(C): both_portions = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\ Property(C): foo = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\ Property(C): foo_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\both_portions\foo\__pycache__\ Property(C): not_a_namespace_pkg = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\ Property(C): foo1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\ Property(C): foo1_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__pycache__\ Property(C): portion1 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\ Property(C): foo2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion1\foo\ 1\foo\__pycache__\ Property(C): portion2 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\ Property(C): foo3 = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\ Property(C): foo3_pycache = C:\Python34\Lib\test\test_importlib\namespace_pkgs\portion2\foo\__pycache__\ Property(C): frozen = C:\Python34\Lib\test\test_importlib\frozen\ Property(C): frozen_pycache = C:\Python34\Lib\test\test_importlib\frozen\__pycache__\ Property(C): source = C:\Python34\Lib\test\test_importlib\source\ Property(C): source_pycache = C:\Python34\Lib\test\test_importlib\source\__pycache__\ Property(C): extension = C:\Python34\Lib\test\test_importlib\extension\ Property(C): extension_pycache = C:\Python34\Lib\test\test_importlib\extension\__pycache__\ Property(C): import_ = C:\Python34\Lib\test\test_importlib\import_\ Property(C): import__pycache = C:\Python34\Lib\test\test_importlib\import_\__pycache__\ Property(C): test_email = C:\Python34\Lib\test\test_email\ Property(C): test_email_pycache = C:\Python34\Lib\test\test_email\__pycache__\ Property(C): data2 = C:\Python34\Lib\test\test_email\data\ Property(C): turtledemo = C:\Python34\Lib\turtledemo\ Property(C): turtledemo_pycache = C:\Python34\Lib\turtledemo\__pycache__\ Property(C): xml = C:\Python34\Lib\xml\ Property(C): xml_pycache = C:\Python34\Lib\xml\__pycache__\ Property(C): dom = C:\Python34\Lib\xml\dom\ Property(C): dom_pycache = C:\Python34\Lib\xml\dom\__pycache__\ Property(C): etree = C:\Python34\Lib\xml\etree\ Property(C): etree_pycache = C:\Python34\Lib\xml\etree\__pycache__\ Property(C): parsers = C:\Python34\Lib\xml\parsers\ Property(C): parsers_pycache = C:\Python34\Lib\xml\parsers\__pycache__\ Property(C): sax = C:\Python34\Lib\xml\sax\ Property(C): sax_pycache = C:\Python34\Lib\xml\sax\__pycache__\ Property(C): email = C:\Python34\Lib\email\ Property(C): email_pycache = C:\Python34\Lib\email\__pycache__\ Property(C): mime = C:\Python34\Lib\email\mime\ Property(C): mime_pycache = C:\Python34\Lib\email\mime\__pycache__\ Property(C): urllib = C:\Python34\Lib\urllib\ Property(C): urllib_pycache = C:\Python34\Lib\urllib\__pycache__\ Property(C): encodings = C:\Python34\Lib\encodings\ Property(C): encodings_pycache = C:\Python34\Lib\encodings\__pycache__\ Property(C): pydoc_data = C:\Python34\Lib\pydoc_data\ Property(C): pydoc_data_pycache = C:\Python34\Lib\pydoc_data\__pycache__\ Property(C): msilib = C:\Python34\Lib\msilib\ Property(C): msilib_pycache = C:\Python34\Lib\msilib\__pycache__\ Property(C): xmlrpc = C:\Python34\Lib\xmlrpc\ Property(C): xmlrpc_pycache = C:\Python34\Lib\xmlrpc\__pycache__\ Property(C): unittest = C:\Python34\Lib\unittest\ Property(C): unittest_pycache = C:\Python34\Lib\unittest\__pycache__\ Property(C): test4 = C:\Python34\Lib\unittest\test\ Property(C): test4_pycache = C:\Python34\Lib\unittest\test\__pycache__\ Property(C): testmock = C:\Python34\Lib\unittest\test\testmock\ Property(C): testmock_pycache = C:\Python34\Lib\unittest\test\testmock\__pycache__\ Property(C): collections = C:\Python34\Lib\collections\ Property(C): collections_pycache = C:\Python34\Lib\collections\__pycache__\ Property(C): importlib = C:\Python34\Lib\importlib\ Property(C): importlib_pycache = C:\Python34\Lib\importlib\__pycache__\ Property(C): distutils = C:\Python34\Lib\distutils\ Property(C): distutils_pycache = C:\Python34\Lib\distutils\__pycache__\ Property(C): command = C:\Python34\Lib\distutils\command\ Property(C): command_pycache = C:\Python34\Lib\distutils\command\__pycache__\ Property(C): tests1 = C:\Python34\Lib\distutils\tests\ Property(C): tests1_pycache = C:\Python34\Lib\distutils\tests\__pycache__\ Property(C): dbm = C:\Python34\Lib\dbm\ Property(C): dbm_pycache = C:\Python34\Lib\dbm\__pycache__\ Property(C): include = C:\Python34\include\ Property(C): libs = C:\Python34\libs\ Property(C): tcl = C:\Python34\tcl\ Property(C): tk8.6 = C:\Python34\tcl\tk8.6\ Property(C): ttk = C:\Python34\tcl\tk8.6\ttk\ Property(C): msgs = C:\Python34\tcl\tk8.6\msgs\ Property(C): images = C:\Python34\tcl\tk8.6\images\ Property(C): demos = C:\Python34\tcl\tk8.6\demos\ Property(C): images1 = C:\Python34\tcl\tk8.6\demos\images\ Property(C): tix8.4.3 = C:\Python34\tcl\tix8.4.3\ Property(C): pref = C:\Python34\tcl\tix8.4.3\pref\ Property(C): demos1 = C:\Python34\tcl\tix8.4.3\demos\ Property(C): samples = C:\Python34\tcl\tix8.4.3\demos\samples\ Property(C): bitmaps = C:\Python34\tcl\tix8.4.3\demos\bitmaps\ Property(C): bitmaps1 = C:\Python34\tcl\tix8.4.3\bitmaps\ Property(C): thread2.7.0 = C:\Python34\tcl\thread2.7.0\ Property(C): tdbcsqlite1.0.0 = C:\Python34\tcl\tdbcsqlite1.0.0\ Property(C): tdbcpostgres1.0.0 = C:\Python34\tcl\tdbcpostgres1.0.0\ Property(C): tdbcodbc1.0.0 = C:\Python34\tcl\tdbcodbc1.0.0\ Property(C): tdbcmysql1.0.0 = C:\Python34\tcl\tdbcmysql1.0.0\ Property(C): tdbc1.0.0 = C:\Python34\tcl\tdbc1.0.0\ Property(C): tcl8.6 = C:\Python34\tcl\tcl8.6\ Property(C): tzdata = C:\Python34\tcl\tcl8.6\tzdata\ Property(C): US = C:\Python34\tcl\tcl8.6\tzdata\US\ Pacific\ Property(C): SystemV = C:\Python34\tcl\tcl8.6\tzdata\SystemV\ Property(C): Mexico = C:\Python34\tcl\tcl8.6\tzdata\Mexico\ Property(C): Indian = C:\Python34\tcl\tcl8.6\tzdata\Indian\ Property(C): Europe = C:\Python34\tcl\tcl8.6\tzdata\Europe\ Property(C): Etc = C:\Python34\tcl\tcl8.6\tzdata\Etc\ Property(C): Chile = C:\Python34\tcl\tcl8.6\tzdata\Chile\ Property(C): Canada = C:\Python34\tcl\tcl8.6\tzdata\Canada\ Property(C): Atlantic = C:\Python34\tcl\tcl8.6\tzdata\Atlantic\ Property(C): Brazil = C:\Python34\tcl\tcl8.6\tzdata\Brazil\ Property(C): Australia = C:\Python34\tcl\tcl8.6\tzdata\Australia\ Property(C): Asia = C:\Python34\tcl\tcl8.6\tzdata\Asia\ Property(C): Arctic = C:\Python34\tcl\tcl8.6\tzdata\Arctic\ Property(C): Antarctica = C:\Python34\tcl\tcl8.6\tzdata\Antarctica\ Property(C): America = C:\Python34\tcl\tcl8.6\tzdata\America\ Property(C): North_Dakota = C:\Python34\tcl\tcl8.6\tzdata\America\North_Dakota\ Property(C): Kentucky = C:\Python34\tcl\tcl8.6\tzdata\America\Kentucky\ Property(C): Indiana = C:\Python34\tcl\tcl8.6\tzdata\America\Indiana\ Property(C): Argentina = C:\Python34\tcl\tcl8.6\tzdata\America\Argentina\ Property(C): Africa = C:\Python34\tcl\tcl8.6\tzdata\Africa\ Property(C): opt0.4 = C:\Python34\tcl\tcl8.6\opt0.4\ Property(C): msgs1 = C:\Python34\tcl\tcl8.6\msgs\ Property(C): http1.0 = C:\Python34\tcl\tcl8.6\http1.0\ Property(C): encoding = C:\Python34\tcl\tcl8.6\encoding\ Property(C): tcl8 = C:\Python34\tcl\tcl8\ Property(C): _8.6 = C:\Python34\tcl\tcl8\8.6\ Property(C): tdbc = C:\Python34\tcl\tcl8\8.6\tdbc\ Property(C): _8.5 = C:\Python34\tcl\tcl8\8.5\ Property(C): _8.4 = C:\Python34\tcl\tcl8\8.4\ Property(C): platform = C:\Python34\tcl\tcl8\8.4\platform\ Property(C): _8.3 = C:\Python34\tcl\tcl8\8.3\ Property(C): _8.2 = C:\Python34\tcl\tcl8\8.2\ Property(C): sqlite33.8.0 = C:\Python34\tcl\sqlite33.8.0\ Property(C): reg1.3 = C:\Python34\tcl\reg1.3\ Property(C): itcl4.0.0 = C:\Python34\tcl\itcl4.0.0\ Property(C): dde1.4 = C:\Python34\tcl\dde1.4\ Property(C): i18n = C:\Python34\Tools\i18n\ Property(C): i18n_pycache = C:\Python34\Tools\i18n\__pycache__\ Property(C): pynche = C:\Python34\Tools\pynche\ Property(C): pynche_pycache = C:\Python34\Tools\pynche\__pycache__\ Property(C): Scripts = C:\Python34\Tools\Scripts\ ripts\__pycache__\ Property(C): Doc = C:\Python34\Doc\ Property(C): ProgramMenuFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\ Property(C): MenuDir = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.4\ Property(C): REMOVEOLDVERSION = {D54842CB-F761-30BA-881F-1FF821DC44DF} Property(C): REMOVEOLDSNAPSHOT = {2583CDBA-8A53-4622-BB67-1D163714C1B4} Property(C): SecureCustomProperties = REMOVEOLDSNAPSHOT;REMOVEOLDVERSION;TARGETDIR;DLLDIR;LAUNCHERDIR Property(C): WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC = C:\WINDOWS\ Property(C): System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC = C:\WINDOWS\system32\ Property(C): DirectoryTable100_amd64.BFF61907_AA2D_3A26_8666_98D956A62ABC = DirectoryTable Property(C): MsiLogFileLocation = C:\WINDOWS\system32\log.txt Property(C): PackageCode = {DFFC8690-7E44-4587-9B40-13D3182C6046} Property(C): ProductState = -1 Property(C): PackagecodeChanging = 1 Property(C): CURRENTDIRECTORY = C:\WINDOWS\system32 Property(C): CLIENTUILEVEL = 0 Property(C): CLIENTPROCESSID = 7536 Property(C): VersionDatabase = 200 Property(C): VersionMsi = 5.00 Property(C): VersionNT64 = 603 Property(C): WindowsBuild = 9600 Property(C): ServicePackLevelMinor = 0 Property(C): MsiNTProductType = 1 Property(C): MsiNTSuitePersonal = 1 Property(C): WindowsFolder = C:\WINDOWS\ Property(C): WindowsVolume = C:\ Property(C): System64Folder = C:\WINDOWS\system32\ Property(C): SystemFolder = C:\WINDOWS\SysWOW64\ Property(C): RemoteAdminTS = 1 Property(C): TempFolder = C:\Users\pierre\AppData\Local\Temp\ Property(C): ProgramFilesFolder = C:\Program Files (x86)\ Property(C): CommonFilesFolder = C:\Program Files (x86)\Common Files\ Property(C): ProgramFiles64Folder = C:\Program Files\ Property(C): CommonFiles64Folder = C:\Program Files\Common Files\ Property(C): AppDataFolder = C:\Users\pierre\AppData\Roaming\ Property(C): FavoritesFolder = C:\Users\pierre\Favorites\ Property(C): NetHoodFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Network Shortcuts\ Property(C): PersonalFolder = C:\Users\pierre\Documents\ Property(C): PrintHoodFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\ Property(C): RecentFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Recent\ Property(C): SendToFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\SendTo\ Property(C): TemplateFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Templates\ Property(C): CommonAppDataFolder = C:\ProgramData\ Property(C): LocalAppDataFolder = C:\Users\pierre\AppData\Local\ Property(C): MyPicturesFolder = C:\Users\pierre\Pictures\ Property(C): AdminToolsFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools\ Property(C): StartupFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\ Property(C): StartMenuFolder = C:\Users\pierre\AppData\Roaming\Microsoft\Windows\Start Menu\ Property(C): DesktopFolder = C:\Users\pierre\Desktop\ Property(C): FontsFolder = C:\WINDOWS\Fonts\ Property(C): GPTSupport = 1 Property(C): OLEAdvtSupport = 1 Property(C): ShellAdvtSupport = 1 Property(C): MsiAMD64 = 6 Property(C): Msix64 = 6 Property(C): Intel = 6 Property(C): PhysicalMemory = 8088 Property(C): VirtualMemory = 6102 Property(C): AdminUser = 1 Property(C): MsiTrueAdminUser = 1 Property(C): LogonUser = pierre Property(C): UserSID = S-1-5-21-3441990254-2136703886-705876676-1002 Property(C): UserLanguageID = 2060 Property(C): ComputerName = BRP Property(C): SystemLanguageID = 2060 Property(C): ScreenX = 1920 Property(C): ScreenY = 1080 Property(C): CaptionHeight = 29 Property(C): BorderTop = 1 Property(C): BorderSide = 1 Property(C): MsiTabletPC = 1 Property(C): TextHeight = 20 Property(C): TextInternalLeading = 4 Property(C): ColorBits = 32 Property(C): TTCSupport = 1 Property(C): Time = 21:26:28 Property(C): Date = 18-10-14 Property(C): MsiNetAssemblySupport = 4.0.30319.33440 Property(C): MsiWin32AssemblySupport = 6.3.9600.16384 Property(C): RedirectedDllSupport = 2 Property(C): MsiRunningElevated = 1 Property(C): Privileged = 1 Property(C): USERNAME = pierre.boulanger at hotmail.com Property(C): DATABASE = C:\Users\pierre\Documents\python-3.4.2.amd64.msi Property(C): OriginalDatabase = C:\Users\pierre\Documents\python-3.4.2.amd64.msi Property(C): SOURCEDIR = C:\Users\pierre\Documents\ Property(C): VersionHandler = 5.00 Property(C): UILevel = 5 Property(C): ACTION = INSTALL Property(C): EXECUTEACTION = INSTALL Property(C): ROOTDRIVE = C:\ Property(C): MIGRATE = {D54842CB-F761-30BA-881F-1FF821DC44DF};{2583CDBA-8A53-4622-BB67-1D163714C1B4} Property(C): ALLUSERS = 1 Property(C): CostingComplete = 1 Property(C): OutOfDiskSpace = 0 Property(C): OutOfNoRbDiskSpace = 0 Property(C): PrimaryVolumeSpaceAvailable = 0 Property(C): PrimaryVolumeSpaceRequired = 0 Property(C): PrimaryVolumeSpaceRemaining = 0 Property(C): INSTALLLEVEL = 1 Property(C): TargetExists = 1 === Logging stopped: 18-10-14 21:26:28 === MSI (c) (70:74) [21:26:28:262]: Note: 1: 1708 MSI (c) (70:74) [21:26:28:262]: Note: 1: 2262 2: Error 3: -2147287038 MSI (c) (70:74) [21:26:28:263]: Note: 1: 2262 2: Error 3: -2147287038 MSI (c) (70:74) [21:26:28:263]: Product: Python 3.4.2 (64-bit) -- Installation failed. MSI (c) (70:74) [21:26:28:265]: Windows Installer installed the product. Product Name: Python 3.4.2 (64-bit). Product Version: 3.4.2150. Product Language: 1033. Manufacturer: Python Software Foundation. Installation success or error status: 1603. MSI (c) (70:74) [21:26:29:788]: Grabbed execution mutex. MSI (c) (70:74) [21:26:29:789]: Cleaning up uninstalled install packages, if any exist MSI (c) (70:74) [21:26:29:791]: MainEngineThread is returning 1603 === Verbose logging stopped: 18-10-14 21:26:29 === ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 11:22:56 2014 From: report at bugs.python.org (Georg Brandl) Date: Sun, 19 Oct 2014 09:22:56 +0000 Subject: [issue22670] wrong site-package installation even if correct libdir passed In-Reply-To: <1413707434.42.0.0466782880173.issue22670@psf.upfronthosting.co.za> Message-ID: <1413710576.51.0.703428283579.issue22670@psf.upfronthosting.co.za> Georg Brandl added the comment: It seems that you should give "SCRIPTDIR=/usr/lib64" to the "make install" step, not the "make" step. Are you sure the slackbuild instructions are missing that? ---------- nosy: +georg.brandl resolution: -> third party status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 11:35:52 2014 From: report at bugs.python.org (gigaplastik) Date: Sun, 19 Oct 2014 09:35:52 +0000 Subject: [issue22671] Typo in class io.BufferedIOBase docs Message-ID: <1413711352.27.0.0253692424247.issue22671@psf.upfronthosting.co.za> New submission from gigaplastik: The online documentation for class io.BufferedIOBase states the following: "Besides, the read() method does not have a default implementation that defers to readinto()." According to the documentation for class io.RawIOBase (which the statement compares with) read() method actually defers to readall(), NOT readinto() as misleadingly stated. The same typo is present in help('io.BufferedIOBase') output and, very likely, in all 3.X line docs for this class. ---------- assignee: docs at python components: Documentation messages: 229677 nosy: docs at python, gigaplastik priority: normal severity: normal status: open title: Typo in class io.BufferedIOBase docs type: enhancement versions: Python 3.3, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 11:38:57 2014 From: report at bugs.python.org (Samuel) Date: Sun, 19 Oct 2014 09:38:57 +0000 Subject: [issue22670] wrong site-package installation even if correct libdir passed In-Reply-To: <1413707434.42.0.0466782880173.issue22670@psf.upfronthosting.co.za> Message-ID: <1413711537.64.0.934063861696.issue22670@psf.upfronthosting.co.za> Samuel added the comment: I use an old slackbuild, with new http://slackbuilds.org/slackbuilds/14.1/python/python3/python3.SlackBuild wich have patch file which correct the lib64 path installation work fine ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 11:55:51 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 19 Oct 2014 09:55:51 +0000 Subject: [issue22663] patchcheck alters content of .png files In-Reply-To: <1413582287.26.0.112923859968.issue22663@psf.upfronthosting.co.za> Message-ID: <20141019095549.62113.1475@psf.io> Roundup Robot added the comment: New changeset 3fa5d6a4bf78 by Georg Brandl in branch '3.4': Closes #22663: patchcheck: only modify text files under Doc/ https://hg.python.org/cpython/rev/3fa5d6a4bf78 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 11:56:01 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 19 Oct 2014 09:56:01 +0000 Subject: [issue22663] patchcheck alters content of .png files In-Reply-To: <1413582287.26.0.112923859968.issue22663@psf.upfronthosting.co.za> Message-ID: <20141019095600.62109.2316@psf.io> Roundup Robot added the comment: New changeset 4d53b34dd493 by Georg Brandl in branch '2.7': Closes #22663: patchcheck: only modify text files under Doc/ https://hg.python.org/cpython/rev/4d53b34dd493 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 11:56:10 2014 From: report at bugs.python.org (Georg Brandl) Date: Sun, 19 Oct 2014 09:56:10 +0000 Subject: [issue22663] patchcheck alters content of .png files In-Reply-To: <1413582287.26.0.112923859968.issue22663@psf.upfronthosting.co.za> Message-ID: <1413712570.79.0.984341634087.issue22663@psf.upfronthosting.co.za> Georg Brandl added the comment: What's actually curious is "Getting the list of files that have been added/changed ... 448 files". What does "hg status" say? Why are there 448 changed files? This is of course still a bug in patchcheck.py, it shouldn't touch non-RST files. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 14:57:21 2014 From: report at bugs.python.org (Ronald Oussoren) Date: Sun, 19 Oct 2014 12:57:21 +0000 Subject: [issue22490] Using realpath for __PYVENV_LAUNCHER__ makes Homebrew installs fragile In-Reply-To: <1411623045.52.0.589017779939.issue22490@psf.upfronthosting.co.za> Message-ID: <1413723441.53.0.770671873651.issue22490@psf.upfronthosting.co.za> Ronald Oussoren added the comment: First of all, sorry about the slow response. Vinay: I don't quite understand why you use __PYVENV_LAUNCHER__: When I create a pyvenv using python 3.3 (with a oldish build from the 3.3 branch) sys.executable point to a binary in the venv without mucking with environment variables: $ pyvenv-3.3 testenv $ testenv/bin/python Python 3.3.5+ (3.3:a36d469f31c1, Aug 13 2014, 09:04:41) [GCC 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.40)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> sys.executable '/Users/ronald/Projects/pyobjc-hg/pyobjc/x/testenv/bin/python' If older version of Python 3.x don't do this that's a bug in those versions and it would be acceptable to use the environment variable with those versions to work around this bug. I still not convinced that __PYVENV_LAUNCHER__ needs to be changed. It's highly likely that any use of __PYVENV_LAUNCHER__ outside of CPython itself is an indication of a bug in CPython that needs to be fixed there. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 15:05:22 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 19 Oct 2014 13:05:22 +0000 Subject: [issue11820] idle3 shell os.system swallows shell command output In-Reply-To: <1302421540.99.0.957938249964.issue11820@psf.upfronthosting.co.za> Message-ID: <1413723922.09.0.765978911787.issue11820@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Thank you Roger for your suggestion. Here is a patch which handless subprocess output (it is more complicated than Guido's demo because we need Unicode strings, not bytes). ---------- keywords: +patch nosy: +serhiy.storchaka stage: needs patch -> patch review Added file: http://bugs.python.org/file36968/idle_handle_subprocess_output.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 15:27:37 2014 From: report at bugs.python.org (Berker Peksag) Date: Sun, 19 Oct 2014 13:27:37 +0000 Subject: [issue22665] shutil.__all__ incomplete In-Reply-To: <1413609253.18.0.504077117345.issue22665@psf.upfronthosting.co.za> Message-ID: <1413725257.36.0.503170781707.issue22665@psf.upfronthosting.co.za> Berker Peksag added the comment: Here is a patch. I also added SameFileError. ---------- assignee: -> berker.peksag keywords: +patch nosy: +berker.peksag stage: -> patch review versions: +Python 3.5 Added file: http://bugs.python.org/file36969/issue22665.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 16:07:47 2014 From: report at bugs.python.org (Berker Peksag) Date: Sun, 19 Oct 2014 14:07:47 +0000 Subject: [issue16041] poplib: unlimited readline() from connection In-Reply-To: <1348569563.2.0.69634867698.issue16041@psf.upfronthosting.co.za> Message-ID: <1413727667.24.0.637520232212.issue16041@psf.upfronthosting.co.za> Berker Peksag added the comment: Here is a patch for 2.7. ---------- nosy: +berker.peksag stage: needs patch -> patch review Added file: http://bugs.python.org/file36970/issue16041_27.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 16:36:45 2014 From: report at bugs.python.org (Berker Peksag) Date: Sun, 19 Oct 2014 14:36:45 +0000 Subject: [issue16041] poplib: unlimited readline() from connection In-Reply-To: <1348569563.2.0.69634867698.issue16041@psf.upfronthosting.co.za> Message-ID: <1413729405.32.0.206800779917.issue16041@psf.upfronthosting.co.za> Changes by Berker Peksag : Added file: http://bugs.python.org/file36971/issue16041_27.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 16:37:09 2014 From: report at bugs.python.org (Berker Peksag) Date: Sun, 19 Oct 2014 14:37:09 +0000 Subject: [issue16041] poplib: unlimited readline() from connection In-Reply-To: <1348569563.2.0.69634867698.issue16041@psf.upfronthosting.co.za> Message-ID: <1413729429.35.0.213333226949.issue16041@psf.upfronthosting.co.za> Changes by Berker Peksag : Removed file: http://bugs.python.org/file36970/issue16041_27.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 16:47:36 2014 From: report at bugs.python.org (Akira Li) Date: Sun, 19 Oct 2014 14:47:36 +0000 Subject: [issue11820] idle3 shell os.system swallows shell command output In-Reply-To: <1302421540.99.0.957938249964.issue11820@psf.upfronthosting.co.za> Message-ID: <1413730056.8.0.816946233277.issue11820@psf.upfronthosting.co.za> Akira Li added the comment: It looks like the issue can be reduced to whether or not to show this output: >>> import os >>> os.write(1, b'should we see this in idle?\n') should we see this in idle? 28 assuming sys.__stdout__.fileno() == fileno(stdout) == 1. If "should we see this in idle?" is shown in idle then the output that writes to the inherited C stdout such as os.system('ls'), subprocess.call('ls') will also be shown automatically. And in reverse If "should we see this in idle?" should not be shown then other C stdout output such as produced by os.system('ls') should not be redirected too. The output written to the same file should be shown/not shown consistently. os.write(2, b'the same goes for stderr\n') ---------- nosy: +akira _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 17:06:07 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 19 Oct 2014 15:06:07 +0000 Subject: [issue22186] Typos in .py files In-Reply-To: <1407862651.37.0.513368911737.issue22186@psf.upfronthosting.co.za> Message-ID: <20141019150601.109739.61762@psf.io> Roundup Robot added the comment: New changeset 98f16237e1e2 by Berker Peksag in branch '3.4': Issue #22186: Fix typos in Lib/. https://hg.python.org/cpython/rev/98f16237e1e2 New changeset 57b19af3d71b by Berker Peksag in branch 'default': Issue #22186: Fix typos in Lib/. https://hg.python.org/cpython/rev/57b19af3d71b ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 17:09:23 2014 From: report at bugs.python.org (Berker Peksag) Date: Sun, 19 Oct 2014 15:09:23 +0000 Subject: [issue22186] Typos in .py files In-Reply-To: <1407862651.37.0.513368911737.issue22186@psf.upfronthosting.co.za> Message-ID: <1413731363.9.0.430473040185.issue22186@psf.upfronthosting.co.za> Berker Peksag added the comment: Thanks for the patch, F?vry. ---------- assignee: rhettinger -> berker.peksag resolution: -> fixed stage: commit review -> resolved status: open -> closed versions: +Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 18:47:26 2014 From: report at bugs.python.org (Berker Peksag) Date: Sun, 19 Oct 2014 16:47:26 +0000 Subject: [issue22642] trace module: unclear error message In-Reply-To: <1413377180.82.0.707385230262.issue22642@psf.upfronthosting.co.za> Message-ID: <1413737246.17.0.00534730848937.issue22642@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- stage: needs patch -> patch review type: -> behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 20:10:15 2014 From: report at bugs.python.org (Jacopo Nespolo) Date: Sun, 19 Oct 2014 18:10:15 +0000 Subject: [issue22672] float arguments in scientific notation not supported by argparse Message-ID: <1413742215.74.0.884028294997.issue22672@psf.upfronthosting.co.za> New submission from Jacopo Nespolo: Argparse fails to recognise negative numbers in scientific notation as valid numbers. Example: Suppose the program test.py has this option. par.add_argument('-a', type=float) then './test.py -a -1e5' will fail, as well as -1.0e-4, -.5E+4 and variations thereof. Furthermore, at the current state, it seems that argparse does not recognize -1. as a valid float either. I tried to hack argparse.py myself, and I believe the patch attached should fix this issue. The base version of argparse.py is the one from Python 3.4.2 as found in Debian Sid. The modified regular expression seemed to behave correctly in all test cases I could come up with. ---------- components: Library (Lib) files: argparse.patch keywords: patch messages: 229689 nosy: jnespolo priority: normal severity: normal status: open title: float arguments in scientific notation not supported by argparse type: enhancement versions: Python 3.4 Added file: http://bugs.python.org/file36972/argparse.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 20:33:08 2014 From: report at bugs.python.org (Berker Peksag) Date: Sun, 19 Oct 2014 18:33:08 +0000 Subject: [issue21949] Document the Py_SIZE() macro. In-Reply-To: <1404935084.68.0.420259951718.issue21949@psf.upfronthosting.co.za> Message-ID: <1413743588.35.0.56431320834.issue21949@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- stage: -> needs patch type: performance -> enhancement _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 21:00:58 2014 From: report at bugs.python.org (Aaron Myles Landwehr) Date: Sun, 19 Oct 2014 19:00:58 +0000 Subject: [issue22673] Incorrect fileno for CONOUT$ / stdout Message-ID: <1413745258.02.0.518044907787.issue22673@psf.upfronthosting.co.za> New submission from Aaron Myles Landwehr: If I execute the following code, the file descriptor for CONOUT$ has a fileno != 1. With CONIN$ the fileno != 0. Similar code in another language such as perl produces the desired results. sys.stdout.close(); sys.stdout = open("CONOUT$", "w"); sys.stderr.write(str(sys.stdout.fileno())); I believe it has to do with the fact that stdout is an object in python and in perl or c, you are operating directly on the stream ala freopen() or the equivalent. ---------- components: IO messages: 229690 nosy: snaphat priority: normal severity: normal status: open title: Incorrect fileno for CONOUT$ / stdout type: behavior versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 21:12:54 2014 From: report at bugs.python.org (Dolda2000) Date: Sun, 19 Oct 2014 19:12:54 +0000 Subject: [issue22674] strsignal() missing from signal module Message-ID: <1413745974.08.0.599782045243.issue22674@psf.upfronthosting.co.za> New submission from Dolda2000: Like it says on the tin, it would be nice if strsignal(3) were added to the signal module. ---------- components: Library (Lib) messages: 229691 nosy: Dolda2000 priority: normal severity: normal status: open title: strsignal() missing from signal module type: enhancement versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 21:22:51 2014 From: report at bugs.python.org (=?utf-8?q?Martin_v=2E_L=C3=B6wis?=) Date: Sun, 19 Oct 2014 19:22:51 +0000 Subject: [issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1 In-Reply-To: <1413402308.59.0.884804309845.issue22648@psf.upfronthosting.co.za> Message-ID: <1413746571.48.0.687496720674.issue22648@psf.upfronthosting.co.za> Martin v. L?wis added the comment: The problem is this: Error 1721. There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: RemovePip, location: C:\Python34\python.exe, command: -B -m ensurepip._uninstall It tries to uninstall 3.4.1 for the upgrade, including an uninstallation of pip. Uninstallation fails, so it cannot upgrade. Can you report whether any terminal windows show up, and what they say? Also, can you try to run "python3 -B -m ensurepip._uninstall' manually in a terminal window and report whether it works? As a work-around, you can uninstall Python 3.4.1 first, then install 3.4.2. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 22:20:15 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 19 Oct 2014 20:20:15 +0000 Subject: [issue15204] Deprecate the 'U' open mode In-Reply-To: <1340792991.22.0.497199331706.issue15204@psf.upfronthosting.co.za> Message-ID: <1413750015.24.0.154409154702.issue15204@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Please open new issue for this. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 22:39:53 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 19 Oct 2014 20:39:53 +0000 Subject: [issue22673] Incorrect fileno for CONOUT$ / stdout In-Reply-To: <1413745258.02.0.518044907787.issue22673@psf.upfronthosting.co.za> Message-ID: <1413751193.39.0.373283509249.issue22673@psf.upfronthosting.co.za> R. David Murray added the comment: This is Windows specific, right? >From a quick google is not clear that CONOUT$ *should* point 1, since it supposed to get at the console regardless of whether there has been any redirection. Certainly, relying on it doing so would seem to be problematic. What does PERL return if stdout is redirected, and where does the output go in that case? The io module does not use the c IO library, unlike the default open in python2 (the io module is the default in python3), so the behavior may also be different in the two cases. ---------- components: +Windows nosy: +r.david.murray, steve.dower, tim.golden, zach.ware _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 22:43:54 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 19 Oct 2014 20:43:54 +0000 Subject: [issue22674] strsignal() missing from signal module In-Reply-To: <1413745974.08.0.599782045243.issue22674@psf.upfronthosting.co.za> Message-ID: <1413751434.76.0.0813266424337.issue22674@psf.upfronthosting.co.za> R. David Murray added the comment: This seems like a reasonable request to me. Do you want to propose a patch? ---------- nosy: +r.david.murray versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 22:49:53 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 19 Oct 2014 20:49:53 +0000 Subject: [issue15989] Possible integer overflow of PyLong_AsLong() results In-Reply-To: <1348167705.87.0.588220983695.issue15989@psf.upfronthosting.co.za> Message-ID: <1413751793.19.0.386356786079.issue15989@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: It would be good to write tests, but for some tests it is difficult (if possible). At least I did not see ways how to do this. ---------- versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 22:51:22 2014 From: report at bugs.python.org (Benjamin Peterson) Date: Sun, 19 Oct 2014 20:51:22 +0000 Subject: [issue22674] strsignal() missing from signal module In-Reply-To: <1413745974.08.0.599782045243.issue22674@psf.upfronthosting.co.za> Message-ID: <1413751882.94.0.253048716938.issue22674@psf.upfronthosting.co.za> Benjamin Peterson added the comment: A dictionary, signal number -> signal name might be more friendly. ---------- nosy: +benjamin.peterson _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 22:56:17 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 19 Oct 2014 20:56:17 +0000 Subject: [issue22674] strsignal() missing from signal module In-Reply-To: <1413745974.08.0.599782045243.issue22674@psf.upfronthosting.co.za> Message-ID: <1413752177.08.0.549196351795.issue22674@psf.upfronthosting.co.za> R. David Murray added the comment: Yeah, the thinnest possible exposure of the strsignal API wouldn't really be that sensible for Python. But making the OS information available *somehow* makes sense. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 23:06:13 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sun, 19 Oct 2014 21:06:13 +0000 Subject: [issue20079] Add support for glibc supported locales In-Reply-To: <1388139147.62.0.637898307439.issue20079@psf.upfronthosting.co.za> Message-ID: <1413752773.5.0.647249393239.issue20079@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 19 23:59:54 2014 From: report at bugs.python.org (eryksun) Date: Sun, 19 Oct 2014 21:59:54 +0000 Subject: [issue22673] Incorrect fileno for CONOUT$ / stdout In-Reply-To: <1413745258.02.0.518044907787.issue22673@psf.upfronthosting.co.za> Message-ID: <1413755994.29.0.527757131654.issue22673@psf.upfronthosting.co.za> eryksun added the comment: In Python 2, the closer for sys.stdout is _check_and_flush, which flushes the stream without closing the underlying FILE. https://hg.python.org/cpython/file/ee879c0ffa11/Python/sysmodule.c#l1377 In Python 3, io.FileIO won't close the underlying file descriptor if closefd is False. >>> sys.stdout.buffer.raw.closefd False It isn't a writable attribute. It gets initialized to False by create_stdio (line 1034). https://hg.python.org/cpython/file/ab2c023a9432/Python/pythonrun.c#l1006 You'll can call os.close. Python 2: >>> sys.stdout.close(); os.close(1); sys.stdout = open('CONOUT$', 'w', buffering=0) >>> sys.stdout.fileno() 1 Python 3: >>> sys.stdout.close(); os.close(1); sys.stdout = open('CONOUT$', 'w') >>> sys.stdout.fileno() 1 ---------- components: -Windows nosy: +eryksun _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 00:27:46 2014 From: report at bugs.python.org (Ned Deily) Date: Sun, 19 Oct 2014 22:27:46 +0000 Subject: [issue11820] idle3 shell os.system swallows shell command output In-Reply-To: <1302421540.99.0.957938249964.issue11820@psf.upfronthosting.co.za> Message-ID: <1413757666.6.0.0622873352502.issue11820@psf.upfronthosting.co.za> Ned Deily added the comment: A quick smoke test of the patch (solely on OS X) looks like it works pretty well. Not surprisingly, it doesn't fix anything when using the deprecated -n ("no subprocess") option but that's not a problem. One more serious issue is that, depending on the length of the output produced, the IDLE shell prompt ('>>>') for the next command may appear out of sync, interspersed within the displayed stdout rather than at the end. And, yes, the os.write(1, ...) to stdout in the same process is an equivalent way to look at the issue and the patch seems to handle that as well. Nice work, Serhiy! ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 01:07:34 2014 From: report at bugs.python.org (Aaron Myles Landwehr) Date: Sun, 19 Oct 2014 23:07:34 +0000 Subject: [issue22673] Incorrect fileno for CONOUT$ / stdout In-Reply-To: <1413745258.02.0.518044907787.issue22673@psf.upfronthosting.co.za> Message-ID: <1413760054.04.0.243085930028.issue22673@psf.upfronthosting.co.za> Aaron Myles Landwehr added the comment: Yeah, it is windows specific. The problem is that if you open conout$ and the descriptor isn't 1, the buffer doesn't flush normally so the console won't display anything unless you manually flush it. Now, why would you want to redirect STDOUT to the console in the first place like this? It's in the case where AllocConsole() has been called and since the console is new, STDOUT is directed elsewhere or nowhere. So you can't dup it or restore it or anything like that. In order, to get the normal behavior for the windows console the redirect is needed for STDOUT with fileno=1. But, as far as I can tell, it is impossible to actually do the redirect in python. Anyway, let me discuss a bit the behavior between C, Python, and Perl w.r.t. to opening files. It'll help clarify where python is lacking in comparison to perl and c. You basically have two different 'flavors' of prototypes between the languages: 1) handle fd = open(filename, mode) 2) open(filename, mode, fd) In C, the first prototype matches 'fopen' and is used to open a file. And the second prototype matches 'freopen' and is used to associate a different file with the an existing file descriptor. Moreover, you can't use stdout as an lvalue so you simply can't redefine it. In code terms: stdout = fopen("CONOUT$", "w"); //Invalid lvalue FILE* file= fopen("CONOUT$", "w"); // Valid fileno=3 to N. freopen("CONOUT$", "w", stdout); // Valid fileno=1. freopen("CONOUT$", "w", file); //Valid IFF fd!=0, the value of fd is whatever it was previously. In perl the open function is similar to the second prototype mentioned above, but the parameters are backwards. Moreover, It can either be used for new file descriptors or for reusing file descriptors unlike C's version of the second prototype. In code terms: open (STDOUT, ">", "CONOUT$"); //Valid fileno=1. Reuses the desciptor number. open (FILE, ">", "CONOUT$"); //Valid fileno=3 to N. Reuses the fileno if a valid descriptor. Otherwise, creates a new one. In python, the os.open function matches the first prototype with the exception that it can be used to redirect stdout unlike C's version. In code terms: sys.stdout = os.open("CONOUT$", "w"); // Valid fileno=3 to N. So when you look at the behavior, you'll note that both C and Perl allow you to redirect using an existing descriptor; where as, Python seems to be unable to do this. Normally, it doesn't matter since you can just save stdout ahead of time, but it matters in the case where you don't start with a console (pythonw), or deallocated the console and allocated a new one later on. As it stands, I don't believe this is fixable without an API extension/change of some sort that would allow passing filehandles... either that or... just making $CONOUT always allocate to 1 regardless. Though the latter would change the behavior for anyone who currently uses CONOUT$ in that it currently needs to be manually flushed to display to the console; where as, it wouldn't with the change. Boy that is long winded, but hopefully it describes the issue adequately. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 01:09:33 2014 From: report at bugs.python.org (Robert Collins) Date: Sun, 19 Oct 2014 23:09:33 +0000 Subject: [issue22457] load_tests not invoked in root __init__.py when start=package root In-Reply-To: <1411357674.43.0.0204872118136.issue22457@psf.upfronthosting.co.za> Message-ID: <1413760173.52.0.429955579707.issue22457@psf.upfronthosting.co.za> Changes by Robert Collins : Removed file: http://bugs.python.org/file36716/issue22457.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 01:10:23 2014 From: report at bugs.python.org (Robert Collins) Date: Sun, 19 Oct 2014 23:10:23 +0000 Subject: [issue22457] load_tests not invoked in root __init__.py when start=package root In-Reply-To: <1411357674.43.0.0204872118136.issue22457@psf.upfronthosting.co.za> Message-ID: <1413760223.57.0.574748148931.issue22457@psf.upfronthosting.co.za> Robert Collins added the comment: Updated patch. ---------- Added file: http://bugs.python.org/file36973/issue22457.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 01:12:43 2014 From: report at bugs.python.org (Aaron Myles Landwehr) Date: Sun, 19 Oct 2014 23:12:43 +0000 Subject: [issue22673] Incorrect fileno for CONOUT$ / stdout In-Reply-To: <1413745258.02.0.518044907787.issue22673@psf.upfronthosting.co.za> Message-ID: <1413760363.63.0.171133406191.issue22673@psf.upfronthosting.co.za> Aaron Myles Landwehr added the comment: Note, I just read eryksun's response. That does indeed fix the issues without API changes. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 01:13:05 2014 From: report at bugs.python.org (Robert Collins) Date: Sun, 19 Oct 2014 23:13:05 +0000 Subject: [issue17401] io.FileIO closefd parameter is not documented nor shown in repr In-Reply-To: <1363057927.36.0.00381165430664.issue17401@psf.upfronthosting.co.za> Message-ID: <1413760385.95.0.216343545906.issue17401@psf.upfronthosting.co.za> Changes by Robert Collins : ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 02:24:38 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 20 Oct 2014 00:24:38 +0000 Subject: [issue19746] No introspective way to detect ModuleImportFailure in unittest In-Reply-To: <1385262963.63.0.210713286499.issue19746@psf.upfronthosting.co.za> Message-ID: <20141020002431.109737.40866@psf.io> Roundup Robot added the comment: New changeset e906e23931fa by Robert Collins in branch 'default': Close #19746: expose unittest discovery errors on TestLoader.errors https://hg.python.org/cpython/rev/e906e23931fa ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 03:10:03 2014 From: report at bugs.python.org (Robert Collins) Date: Mon, 20 Oct 2014 01:10:03 +0000 Subject: [issue7559] TestLoader.loadTestsFromName swallows import errors In-Reply-To: <1261429637.28.0.131724711132.issue7559@psf.upfronthosting.co.za> Message-ID: <1413767403.41.0.381420399526.issue7559@psf.upfronthosting.co.za> Changes by Robert Collins : Added file: http://bugs.python.org/file36974/issue7559.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 03:11:18 2014 From: report at bugs.python.org (Robert Collins) Date: Mon, 20 Oct 2014 01:11:18 +0000 Subject: [issue7559] TestLoader.loadTestsFromName swallows import errors In-Reply-To: <1261429637.28.0.131724711132.issue7559@psf.upfronthosting.co.za> Message-ID: <1413767478.5.0.255706370527.issue7559@psf.upfronthosting.co.za> Robert Collins added the comment: Patch polished up and updated - ready for review IMO. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 03:14:41 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Mon, 20 Oct 2014 01:14:41 +0000 Subject: [issue16893] Generate Idle help from Doc/library/idle.rst In-Reply-To: <1357663512.19.0.739336896498.issue16893@psf.upfronthosting.co.za> Message-ID: <1413767681.62.0.325397019555.issue16893@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I have avoided editing the Idle docs because of this issue, but idle.rst needs some corrections and updates now, and will soon need some additions. I want to only edit idle.rst. So I want to resolve this issue soon. As I mentioned before, I think the best idea is Ned's: copy Doc/build/html/library/idle.html to idlelib (as help.html for now) and change the 'IDLE Help' code to display it in a browser. This will be easy and will end the duplication and DRY violation that is the goal of this issue. Zach, can you produce a makefiles.v4 patch (without .rst changes) that patches the makefiles to add a target do the copying? The same patch (or another) should add idlelib/help.html to .hgignore so idle developers and testers can 'make' the new target without committing it. Georg can then update PEP 101 with the new release step. This change will provide a nicely formatted, always-available local copy that should match the installed micro-version. Because of PEP 434, later online versions of the doc may contain changes that do not apply to the installed version. After this is done, and anything in help.txt but not in idle.rst is moved, help.txt will be deleted. issue16893.v3.diff mixes together changes for this issue and a separate issue of editing idle.rst. I will separately apply some of your mising changes, but I don't think I like adding the new separators and even more whitespace. Also, I assume that 'Control' in .txt was changed to 'C' in .rst because OSX uses 'Command' instead of 'Control' and 'C' stands for either. That is aside from the issue of abbreviating something used repeatedly. Anyway, I think this is a discussion for another tracker issue. ---------- stage: -> needs patch title: Create IDLE help.txt from Doc/library/idle.rst -> Generate Idle help from Doc/library/idle.rst _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 03:37:49 2014 From: report at bugs.python.org (R. David Murray) Date: Mon, 20 Oct 2014 01:37:49 +0000 Subject: [issue22673] Incorrect fileno for CONOUT$ / stdout In-Reply-To: <1413745258.02.0.518044907787.issue22673@psf.upfronthosting.co.za> Message-ID: <1413769069.16.0.837448524899.issue22673@psf.upfronthosting.co.za> R. David Murray added the comment: OK, do we have a documentation issue here with respect to "actually" closing the standard streams, or do we just close this as not a bug? Now that issue 17401 is closed, in python 3.5 you will at least be able to tell that the standard stream fdclose is set False by its repr. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 03:45:46 2014 From: report at bugs.python.org (Robert Collins) Date: Mon, 20 Oct 2014 01:45:46 +0000 Subject: [issue22673] Incorrect fileno for CONOUT$ / stdout In-Reply-To: <1413745258.02.0.518044907787.issue22673@psf.upfronthosting.co.za> Message-ID: <1413769546.56.0.753614810368.issue22673@psf.upfronthosting.co.za> Robert Collins added the comment: I think its worth a note that the stdio streams are constructed specially, even with the repr improvements. ---------- nosy: +rbcollins _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 04:20:05 2014 From: report at bugs.python.org (R. David Murray) Date: Mon, 20 Oct 2014 02:20:05 +0000 Subject: [issue22673] document the special features (eg: fdclose=False) of the standard streams In-Reply-To: <1413745258.02.0.518044907787.issue22673@psf.upfronthosting.co.za> Message-ID: <1413771605.64.0.0787541970232.issue22673@psf.upfronthosting.co.za> Changes by R. David Murray : ---------- assignee: -> docs at python components: +Documentation -IO nosy: +docs at python stage: -> needs patch title: Incorrect fileno for CONOUT$ / stdout -> document the special features (eg: fdclose=False) of the standard streams versions: +Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 04:33:20 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Mon, 20 Oct 2014 02:33:20 +0000 Subject: [issue17535] IDLE: Add an option to show line numbers along the left side of the editor window, and have it enabled by default. In-Reply-To: <1364102013.73.0.373085073641.issue17535@psf.upfronthosting.co.za> Message-ID: <1413772400.24.0.510226352361.issue17535@psf.upfronthosting.co.za> Terry J. Reedy added the comment: A blog post replay mentioned http://tkinter.unpythonic.net/wiki/A_Text_Widget_with_Line_Numbers. I will take a look when I get back to this issue. I have also thought trying the Extension configure menu approach #3068 of pasting widgets on a scrollable canvas to both moving together. ---------- dependencies: +IDLE - Add an extension configuration dialog _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 05:03:29 2014 From: report at bugs.python.org (Benedikt Morbach) Date: Mon, 20 Oct 2014 03:03:29 +0000 Subject: [issue18976] distutils/command/build_ext passes wrong linker flags In-Reply-To: <1378657220.2.0.111053625387.issue18976@psf.upfronthosting.co.za> Message-ID: <1413774209.75.0.26507767122.issue18976@psf.upfronthosting.co.za> Benedikt Morbach added the comment: fixed with issue17219 ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 05:16:07 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Mon, 20 Oct 2014 03:16:07 +0000 Subject: [issue13504] Meta-issue for "Invent with Python" IDLE feedback In-Reply-To: <1322613083.36.0.200533745275.issue13504@psf.upfronthosting.co.za> Message-ID: <1413774967.32.0.888462660718.issue13504@psf.upfronthosting.co.za> Terry J. Reedy added the comment: http://inventwithpython.com/blog/2011/11/29/the-things-i-hate-about-idle-that-i-wish-someone-would-fix/comment-page-1/#comment-2726 Professor teaching Python says '4. UNFRIENDLY: Forcing a kill of a running script by clicking the X close button brings up the scary message of ?killing? something.'. >>> input('say something') say something Unless someone objects within a few days, I will change message title and text to Stop your program? Your program is still running! Do you want to stop it and exit the Shell? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 06:20:56 2014 From: report at bugs.python.org (Zachary Ware) Date: Mon, 20 Oct 2014 04:20:56 +0000 Subject: [issue16893] Generate Idle help from Doc/library/idle.rst In-Reply-To: <1357663512.19.0.739336896498.issue16893@psf.upfronthosting.co.za> Message-ID: <1413778856.03.0.61745100916.issue16893@psf.upfronthosting.co.za> Zachary Ware added the comment: Sure; here's a patch. I suspect we may want to try giving Sphinx some different options to clean up the output a bit, but I'm not experienced enough with Sphinx to have any specific suggestions. ---------- Added file: http://bugs.python.org/file36975/issue16893-v4.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 06:59:27 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Mon, 20 Oct 2014 04:59:27 +0000 Subject: [issue13504] Meta-issue for "Invent with Python" IDLE feedback In-Reply-To: <1322613083.36.0.200533745275.issue13504@psf.upfronthosting.co.za> Message-ID: <1413781167.72.0.668426891896.issue13504@psf.upfronthosting.co.za> Terry J. Reedy added the comment: General comment: I am less willing to casually change defaults or even remove features, and upset current habits of current users, than the blogger and responders. I now have an organized list of all open Idle issues. I am checking this list against that and am incorporating data from messages above. 1a. #2704 (limited from request) jump to prompt when hitting character key. 1b. (my idea) add run-undo that will delete output and reactivate previous input line for editing. 1.1 #3851, #17060, #18444 HOME, fixed on non-mac, 1.2 copy on highlight. Rejected. I constantly use auto-copy to >>>. 2. Debug highlight. If still true, probably only or worse on Windows. 3. 15308 Stop execution. (same as control-C) Restart Shell (C-F6) does more that stopping a statement, but is only sure way to stop. 4. #13884 Tear of menu optional or gone 5. #7136 New Window -> New Editor Window 6. Pygame issue or perhaps fixed as similar complaints have been. 7. #10364 .py extension, #6804 and #6858 are related. 8a. Delete ZoomHeight. Low priority, someone might use it. 8b. Tile Shell & Editor: I would like to tile two notebooks (#9262). 9. Surrounding parens. delete or make auto 10. #17942 Improve debugger gui. 11. #17721 Help button. Also Improve Idle config dialog. Maybe. 12. #17535 Line numbers in editor. 13. #694339 dedent with shift Tab. 14. #5150 Strip trailing whitespace: auto for .py (including trailing \ns. 15. Save dialog: Save, Don't Save instead of yes/ no. 16. #10747 Icon version 17. c-wheel, change font size (see turtledemo #21933). U1. Specify argv when run. U2. #19406 include pip (Win, Mac, at least) U3. Detect if 2.x or 3.x code (could at least U4. Repeat of 1a R4.1 Idle and input(); works now R4.2 Idle and turtle; works now R4.3a Highlight blocks #6804 in part R4.3b 22354 Highlight tabs versus spaces. R5.1 Mac focus issue. R5.2 ---------- dependencies: +IDLE Debugger: Improve GUI, IDLE: Add an option to show line numbers along the left side of the editor window, and have it enabled by default., IDLE: Remove tear-off menu feature _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 08:34:02 2014 From: report at bugs.python.org (Ricordisamoa) Date: Mon, 20 Oct 2014 06:34:02 +0000 Subject: [issue22675] typo in argparse.py Message-ID: <1413786842.34.0.621313425932.issue22675@psf.upfronthosting.co.za> New submission from Ricordisamoa: It should be "no help" instead of "ho nelp". ---------- components: Library (Lib) files: typo.patch keywords: patch messages: 229714 nosy: Ricordisamoa priority: normal severity: normal status: open title: typo in argparse.py type: enhancement Added file: http://bugs.python.org/file36976/typo.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 08:36:17 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 20 Oct 2014 06:36:17 +0000 Subject: [issue22675] typo in argparse.py In-Reply-To: <1413786842.34.0.621313425932.issue22675@psf.upfronthosting.co.za> Message-ID: <20141020063615.41872.27110@psf.io> Roundup Robot added the comment: New changeset 550de59a4c6d by Georg Brandl in branch '3.4': Closes #22675: fix typo. https://hg.python.org/cpython/rev/550de59a4c6d ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 09:13:56 2014 From: report at bugs.python.org (Ricordisamoa) Date: Mon, 20 Oct 2014 07:13:56 +0000 Subject: [issue22675] typo in argparse.py In-Reply-To: <1413786842.34.0.621313425932.issue22675@psf.upfronthosting.co.za> Message-ID: <1413789236.01.0.159871656265.issue22675@psf.upfronthosting.co.za> Ricordisamoa added the comment: AFAICT, this also applies to previous versions. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 09:17:28 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 20 Oct 2014 07:17:28 +0000 Subject: [issue22674] strsignal() missing from signal module In-Reply-To: <1413745974.08.0.599782045243.issue22674@psf.upfronthosting.co.za> Message-ID: <1413789448.07.0.640831261755.issue22674@psf.upfronthosting.co.za> Georg Brandl added the comment: Is it possible to determine the range of signal numbers? Otherwise it would be a guessing game where to stop querying when filling up the dictionary. A problem is also that if the signal number is not valid, the return value of strsignal() is unspecified, *and* there is no way to check for this situation because "no errors are defined". ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 09:18:11 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 20 Oct 2014 07:18:11 +0000 Subject: [issue22675] typo in argparse.py In-Reply-To: <1413786842.34.0.621313425932.issue22675@psf.upfronthosting.co.za> Message-ID: <1413789491.24.0.0149823602698.issue22675@psf.upfronthosting.co.za> Georg Brandl added the comment: Yes, but those are no longer maintained. It's not a critical bug :) ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 10:02:29 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Mon, 20 Oct 2014 08:02:29 +0000 Subject: [issue17401] io.FileIO closefd parameter is not documented nor shown in repr In-Reply-To: <1363057927.36.0.00381165430664.issue17401@psf.upfronthosting.co.za> Message-ID: <1413792149.47.0.0945880162279.issue17401@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: FileIO repr now looks confusing: >>> sys.stdout.buffer.raw <_io.FileIO name='' mode='wb' closefd='0'> The closefd attribute is not a string '0' or '1', it is boolean value True or False. Here is a patch which fixes a repr. And I think that documentation part of the patch should be backported. ---------- nosy: +serhiy.storchaka resolution: fixed -> stage: -> patch review status: closed -> open versions: +Python 3.5 -Python 3.2, Python 3.3 Added file: http://bugs.python.org/file36977/io_fileio_repr_closefd.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 10:20:39 2014 From: report at bugs.python.org (Robert Collins) Date: Mon, 20 Oct 2014 08:20:39 +0000 Subject: [issue17401] io.FileIO closefd parameter is not documented nor shown in repr In-Reply-To: <1363057927.36.0.00381165430664.issue17401@psf.upfronthosting.co.za> Message-ID: <1413793239.47.0.426722891479.issue17401@psf.upfronthosting.co.za> Robert Collins added the comment: Yeah thats nicer. I'll apply that later unless you can. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 11:26:31 2014 From: report at bugs.python.org (Andy Maier) Date: Mon, 20 Oct 2014 09:26:31 +0000 Subject: [issue12067] Doc: remove errors about mixed-type comparisons. In-Reply-To: <1305237573.86.0.646542413513.issue12067@psf.upfronthosting.co.za> Message-ID: <1413797191.73.0.259018740513.issue12067@psf.upfronthosting.co.za> Andy Maier added the comment: I have posted v12 of the patch, which addresses all comments since v11. This Python 3.4 patch can be applied to the "default" (3.5 dev) branch as well. I will start working on a similar patch for Python 2.7 now. ---------- Added file: http://bugs.python.org/file36978/issue12067-expressions-py34_v12.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 12:48:47 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Mon, 20 Oct 2014 10:48:47 +0000 Subject: [issue17401] io.FileIO closefd parameter is not documented nor shown in repr In-Reply-To: <1363057927.36.0.00381165430664.issue17401@psf.upfronthosting.co.za> Message-ID: <1413802127.01.0.95301763555.issue17401@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: May be include closefd in the repr only when it is False? By default closefd is True and in common case the repr will be more compact. ---------- Added file: http://bugs.python.org/file36979/io_fileio_repr_closefd_2.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 13:38:22 2014 From: report at bugs.python.org (kbengine) Date: Mon, 20 Oct 2014 11:38:22 +0000 Subject: [issue22676] _pickle.c Message-ID: <1413805102.58.0.53710829912.issue22676@psf.upfronthosting.co.za> New submission from kbengine: I have an application, the use of Python3.2.3 development. When I upgrade to Python3.4.2, found a problem. I have an extended "xxx.c (c-python)" module, I call pickle to serialize and deserialize, _pickle.c calls the whichmodule to look for this module, The final will be to find the module from sys.modules. But probably there are 200 elements in sys.modules, Use the "obj = getattribute (module, global_name, allow_qualname)" to try to get the object: static PyObject * getattribute(PyObject *obj, PyObject *name, int allow_qualname) { ... ... ... tmp = PyObject_GetAttr(obj, subpath); Py_DECREF(obj); // There will be hundreds of times to return to NULL // There will be hundreds of times calls "PyErr_Format // (PyExc_AttributeError," Can't get attribute%R on%R ", name, obj);" // This process will lead to hundreds of calls to "moduleobject.c- // module_repr(PyModuleObject *m)". // So I frequently call pickle.dumps CPU consumption sharply. if (tmp == NULL) { if (PyErr_ExceptionMatches(PyExc_AttributeError)) { PyErr_Clear(); PyErr_Format(PyExc_AttributeError, "Can't get attribute %R on %R", name, obj); } Py_DECREF(dotted_path); return NULL; } ... ... } ------------------------------------------------------ ncalls tottime percall cumtime percall filename:lineno(function) 315 0.001 0.000 0.004 0.000 :690(_module_repr) I went wrong? Look forward to answer, thanks! ---------- components: Extension Modules files: 20141020193031.jpg messages: 229723 nosy: kbengine priority: normal severity: normal status: open title: _pickle.c type: performance versions: Python 3.4 Added file: http://bugs.python.org/file36980/20141020193031.jpg _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 14:00:01 2014 From: report at bugs.python.org (Ahmad El-Komey) Date: Mon, 20 Oct 2014 12:00:01 +0000 Subject: [issue22677] icon not loaded Message-ID: <1413806401.64.0.304134959214.issue22677@psf.upfronthosting.co.za> New submission from Ahmad El-Komey: Versions 2.7.7 and 2.7.8 (with both builds, 86 and 64 builds) have some strange things that is different from other versions: 1. The tk icon of the IDLE is not loaded. The icon loaded is as this one: Python27\Lib\idlelib\Icons\idle.ico and it should be like the one found in Python27\Lib\idlelib\Icons\tk.gif 2. I cannot pin a shortcut to the program! This is not the case with other python versions. ---------- components: IDLE, Installation, Windows messages: 229724 nosy: Ahmad.El-Komey, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: icon not loaded type: behavior versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 14:16:24 2014 From: report at bugs.python.org (Zachary Ware) Date: Mon, 20 Oct 2014 12:16:24 +0000 Subject: [issue22677] icon not loaded In-Reply-To: <1413806401.64.0.304134959214.issue22677@psf.upfronthosting.co.za> Message-ID: <1413807384.27.0.602698605743.issue22677@psf.upfronthosting.co.za> Changes by Zachary Ware : ---------- nosy: +terry.reedy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 14:16:31 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Mon, 20 Oct 2014 12:16:31 +0000 Subject: [issue22676] _pickle.c In-Reply-To: <1413805102.58.0.53710829912.issue22676@psf.upfronthosting.co.za> Message-ID: <1413807391.6.0.398876170236.issue22676@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- nosy: +alexandre.vassalotti, pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 14:16:31 2014 From: report at bugs.python.org (STINNER Victor) Date: Mon, 20 Oct 2014 12:16:31 +0000 Subject: [issue22677] IDLE: icon not loaded In-Reply-To: <1413806401.64.0.304134959214.issue22677@psf.upfronthosting.co.za> Message-ID: <1413807391.85.0.239659044676.issue22677@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- title: icon not loaded -> IDLE: icon not loaded _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 14:21:36 2014 From: report at bugs.python.org (STINNER Victor) Date: Mon, 20 Oct 2014 12:21:36 +0000 Subject: [issue22676] _pickle.c In-Reply-To: <1413805102.58.0.53710829912.issue22676@psf.upfronthosting.co.za> Message-ID: <1413807696.0.0.584617226991.issue22676@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 14:24:04 2014 From: report at bugs.python.org (Ahmad El-Komey) Date: Mon, 20 Oct 2014 12:24:04 +0000 Subject: [issue22677] IDLE: icon not loaded In-Reply-To: <1413806401.64.0.304134959214.issue22677@psf.upfronthosting.co.za> Message-ID: <1413807844.9.0.634560135105.issue22677@psf.upfronthosting.co.za> Ahmad El-Komey added the comment: EDIT: Regarding the icon, I found that this is not an issue. In fact, this is the new icon starting from version 2.7.7 (The same goes for 3.4.2. Not sure of previous versions) Regarding the pin to taskbar: After uninstalling Python 3.3 and installing Python 3.4.2, I can pin python 2.7.8 to the taskbar. I really have no idea why. That is all. ---------- resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 14:52:59 2014 From: report at bugs.python.org (STINNER Victor) Date: Mon, 20 Oct 2014 12:52:59 +0000 Subject: [issue22674] strsignal() missing from signal module In-Reply-To: <1413745974.08.0.599782045243.issue22674@psf.upfronthosting.co.za> Message-ID: <1413809579.06.0.439051287199.issue22674@psf.upfronthosting.co.za> STINNER Victor added the comment: I don't think that a strsignal() is required, signals now have a name attribute! Python 3.5.0a0 (default:07ae7bc06af0, Oct 16 2014, 09:46:01) >>> import signal >>> signal.SIGINT >>> signal.SIGINT.name 'SIGINT' ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 16:22:52 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Mon, 20 Oct 2014 14:22:52 +0000 Subject: [issue17401] io.FileIO closefd parameter is not documented nor shown in repr In-Reply-To: <1363057927.36.0.00381165430664.issue17401@psf.upfronthosting.co.za> Message-ID: <1413814972.77.0.264923569578.issue17401@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 16:26:21 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Mon, 20 Oct 2014 14:26:21 +0000 Subject: [issue22673] document the special features (eg: fdclose=False) of the standard streams In-Reply-To: <1413745258.02.0.518044907787.issue22673@psf.upfronthosting.co.za> Message-ID: <1413815181.14.0.575213245175.issue22673@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 16:39:16 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Mon, 20 Oct 2014 14:39:16 +0000 Subject: [issue15989] Possible integer overflow of PyLong_AsLong() results In-Reply-To: <1348167705.87.0.588220983695.issue15989@psf.upfronthosting.co.za> Message-ID: <1413815956.01.0.926386480088.issue15989@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 16:41:09 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Mon, 20 Oct 2014 14:41:09 +0000 Subject: [issue22660] Review ssl docs for security recommendations In-Reply-To: <1413568853.31.0.251861459385.issue22660@psf.upfronthosting.co.za> Message-ID: <1413816069.77.0.734657438837.issue22660@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 17:02:26 2014 From: report at bugs.python.org (Brett Cannon) Date: Mon, 20 Oct 2014 15:02:26 +0000 Subject: [issue22676] Creating the string representation of a module is slower In-Reply-To: <1413805102.58.0.53710829912.issue22676@psf.upfronthosting.co.za> Message-ID: <1413817346.19.0.268652504328.issue22676@psf.upfronthosting.co.za> Brett Cannon added the comment: In Python 3.3 the import machinery changed to use importlib. This means the code to create the representation of a module now calls into Python code (the `:690(_module_repr)` you're seeing). But my question is why are you not calling PyObject_HasAttr() before calling PyObject_GetAttr()? Exceptions may be relatively cheap but they are not free. ---------- nosy: +brett.cannon status: open -> pending title: _pickle.c -> Creating the string representation of a module is slower _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 17:34:13 2014 From: report at bugs.python.org (Sebastian Berg) Date: Mon, 20 Oct 2014 15:34:13 +0000 Subject: [issue22445] Memoryviews require more strict contiguous checks then necessary In-Reply-To: <1411153250.02.0.529032306838.issue22445@psf.upfronthosting.co.za> Message-ID: <1413819253.13.0.26906566544.issue22445@psf.upfronthosting.co.za> Sebastian Berg added the comment: Antoine, sounds good to me, I don't mind this being in python rather sooner then later, for NumPy itself it does not matter I think. I just wanted to warn that there were problems when we first tried to switch in NumPy, which, if I remember correctly, is now maybe 2 years ago (in a dev version), though. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 18:27:15 2014 From: report at bugs.python.org (Mathieu Bridon) Date: Mon, 20 Oct 2014 16:27:15 +0000 Subject: [issue22678] An OSError subclass for "no space left on device" would be nice Message-ID: <1413822435.2.0.235544061908.issue22678@psf.upfronthosting.co.za> New submission from Mathieu Bridon: I found myself writing the following code the other day: try: os.mkdir(path) except PermissionError: do_something() except FileExistsError: do_something_else() except FileNotFoundError: do_yet_another_thing() except OSError as e: import errno if e.errno == errno.ENOSPC: and_do_one_more_different_thing() else: raise e The OSError subclasses in Python 3 are amazing, I love them. I just wish there'd be more of them. :) ---------- components: Library (Lib) messages: 229729 nosy: bochecha priority: normal severity: normal status: open title: An OSError subclass for "no space left on device" would be nice versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 18:28:40 2014 From: report at bugs.python.org (Mathieu Bridon) Date: Mon, 20 Oct 2014 16:28:40 +0000 Subject: [issue22678] An OSError subclass for "no space left on device" would be nice In-Reply-To: <1413822435.2.0.235544061908.issue22678@psf.upfronthosting.co.za> Message-ID: <1413822520.44.0.529495565584.issue22678@psf.upfronthosting.co.za> Changes by Mathieu Bridon : ---------- keywords: +patch Added file: http://bugs.python.org/file36981/0001-New-NoSpaceError.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 18:29:17 2014 From: report at bugs.python.org (Mathieu Bridon) Date: Mon, 20 Oct 2014 16:29:17 +0000 Subject: [issue22678] An OSError subclass for "no space left on device" would be nice In-Reply-To: <1413822435.2.0.235544061908.issue22678@psf.upfronthosting.co.za> Message-ID: <1413822557.68.0.498792515027.issue22678@psf.upfronthosting.co.za> Changes by Mathieu Bridon : Added file: http://bugs.python.org/file36982/0002-Use-the-new-NoSpaceError.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 18:49:38 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Mon, 20 Oct 2014 16:49:38 +0000 Subject: [issue22679] Add encodings of supported in glibc locales Message-ID: <1413823778.04.0.286011441147.issue22679@psf.upfronthosting.co.za> New submission from Serhiy Storchaka: There are 6 encodings used in supported by glibc locales: ARMSCII-8 - Armenian encoding EUC-TW - Taiwan encoding in EUC family GEORGIAN-PS - Georgian encoding KOI8-T - Tajik encoding in KOI family RK1048 - Kazakh variation of CP1251 TCVN5712-1 - Vietnam encoding All these encodings are rare nowadays, but the fact that they are supported as encoding of official glibc locales means that they were used in some places in some time and there are some documents in these encodings. May be they are used even nowadays. I think it is worth to add support of all this encodings in Python. This is a meta-issue. There are requests for support of GEORGIAN-PS (issue19459) and TCVN5712-1 (issue21081). ---------- components: Library (Lib) messages: 229730 nosy: haypo, lemburg, loewis, serhiy.storchaka priority: normal severity: normal status: open title: Add encodings of supported in glibc locales type: enhancement versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 18:50:51 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Mon, 20 Oct 2014 16:50:51 +0000 Subject: [issue22679] Add encodings of supported in glibc locales In-Reply-To: <1413823778.04.0.286011441147.issue22679@psf.upfronthosting.co.za> Message-ID: <1413823851.62.0.474957114066.issue22679@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- dependencies: +Python does not support the GEORGIAN-PS charset, missing vietnamese codec TCVN 5712:1993 in Python _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 19:14:22 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 20 Oct 2014 17:14:22 +0000 Subject: [issue22680] unittest discovery is fragile Message-ID: <1413825261.98.0.71045668194.issue22680@psf.upfronthosting.co.za> New submission from Antoine Pitrou: I just got the following traceback when trying discover without 3.5. It runs fine under 3.4... $ ~/cpython/default/python -m unittest discover -v Traceback (most recent call last): File "/home/antoine/cpython/default/Lib/runpy.py", line 170, in _run_module_as_main "__main__", mod_spec) File "/home/antoine/cpython/default/Lib/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/antoine/cpython/default/Lib/unittest/__main__.py", line 18, in main(module=None) File "/home/antoine/cpython/default/Lib/unittest/main.py", line 93, in __init__ self.runTests() File "/home/antoine/cpython/default/Lib/unittest/main.py", line 244, in runTests self.result = testRunner.run(self.test) File "/home/antoine/cpython/default/Lib/unittest/runner.py", line 168, in run test(result) File "/home/antoine/cpython/default/Lib/unittest/suite.py", line 87, in __call__ return self.run(*args, **kwds) File "/home/antoine/cpython/default/Lib/unittest/suite.py", line 125, in run test(result) File "/home/antoine/cpython/default/Lib/unittest/suite.py", line 87, in __call__ return self.run(*args, **kwds) File "/home/antoine/cpython/default/Lib/unittest/suite.py", line 125, in run test(result) File "/home/antoine/cpython/default/Lib/unittest/suite.py", line 87, in __call__ return self.run(*args, **kwds) File "/home/antoine/cpython/default/Lib/unittest/suite.py", line 125, in run test(result) File "/home/antoine/cpython/default/Lib/unittest/case.py", line 625, in __call__ return self.run(*args, **kwds) File "/home/antoine/cpython/default/Lib/unittest/case.py", line 553, in run result.startTest(self) File "/home/antoine/cpython/default/Lib/unittest/runner.py", line 54, in startTest self.stream.write(self.getDescription(test)) File "/home/antoine/cpython/default/Lib/unittest/runner.py", line 47, in getDescription return '\n'.join((str(test), doc_first_line)) File "/home/antoine/cpython/default/Lib/unittest/case.py", line 1354, in __str__ self._testFunc.__name__) AttributeError: 'str' object has no attribute '__name__' ---------- components: Library (Lib) messages: 229731 nosy: ezio.melotti, michael.foord, pitrou, rbcollins priority: normal severity: normal stage: needs patch status: open title: unittest discovery is fragile type: behavior versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 19:16:55 2014 From: report at bugs.python.org (Michael Foord) Date: Mon, 20 Oct 2014 17:16:55 +0000 Subject: [issue22680] unittest discovery is fragile In-Reply-To: <1413825261.98.0.71045668194.issue22680@psf.upfronthosting.co.za> Message-ID: <1413825415.06.0.760761388155.issue22680@psf.upfronthosting.co.za> Michael Foord added the comment: I assume you mean you get the error *with* 3.5 (not "without"). Does this happen *every time* (i.e. is it trivially reproducible) - or can you provide a repro? This is regression that I would *assume* (a totally lazy assumption) introduced by the new error handling code. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 19:19:12 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 20 Oct 2014 17:19:12 +0000 Subject: [issue22680] unittest discovery is fragile In-Reply-To: <1413825261.98.0.71045668194.issue22680@psf.upfronthosting.co.za> Message-ID: <1413825552.81.0.548781018042.issue22680@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > I assume you mean you get the error *with* 3.5 (not "without"). Yes, sorry :-) > Does this happen *every time* (i.e. is it trivially reproducible) It happens with the llvmlite repository: https://github.com/numba/llvmlite Since using it requires some compiling, I could try to investigate myself if you tell me what to look for. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 19:22:26 2014 From: report at bugs.python.org (Michael Foord) Date: Mon, 20 Oct 2014 17:22:26 +0000 Subject: [issue22680] unittest discovery is fragile In-Reply-To: <1413825261.98.0.71045668194.issue22680@psf.upfronthosting.co.za> Message-ID: <1413825746.78.0.0994876911491.issue22680@psf.upfronthosting.co.za> Michael Foord added the comment: As _testFunc is a string and shouldn't be, I'd be very interested to know *what* the string is. That may give us a clue as to where it has come from. (So a try...except...raise that also prints that value would be a good first step.) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 19:25:55 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 20 Oct 2014 17:25:55 +0000 Subject: [issue22680] unittest discovery is fragile In-Reply-To: <1413825261.98.0.71045668194.issue22680@psf.upfronthosting.co.za> Message-ID: <1413825955.26.0.642729175498.issue22680@psf.upfronthosting.co.za> Antoine Pitrou added the comment: testFunc contains "runTest" (!). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 19:31:23 2014 From: report at bugs.python.org (=?utf-8?q?Jean_Christophe_Andr=C3=A9?=) Date: Mon, 20 Oct 2014 17:31:23 +0000 Subject: [issue21081] missing vietnamese codec TCVN 5712:1993 in Python In-Reply-To: <1395970721.88.0.828263715521.issue21081@psf.upfronthosting.co.za> Message-ID: <1413826283.1.0.629958569143.issue21081@psf.upfronthosting.co.za> Jean Christophe Andr? added the comment: A note to inform about my progress. (I had a long period without free time at hand) While seeking (again) official documents on the topic, I mainly found a lot of non-official ones, but some are notorious enough to use them as references. I am now in the process of creating the requested patch. I am currently studying the proper way to do it. I expect to get it ready this weekend, in the hope to have it accepted for Python 3.5. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 19:33:17 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 20 Oct 2014 17:33:17 +0000 Subject: [issue22680] unittest discovery is fragile In-Reply-To: <1413825261.98.0.71045668194.issue22680@psf.upfronthosting.co.za> Message-ID: <1413826397.7.0.747891181879.issue22680@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Ok, apparently it's because I have "from unittest import *" somewhere. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 19:36:23 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 20 Oct 2014 17:36:23 +0000 Subject: [issue22674] strsignal() missing from signal module In-Reply-To: <1413745974.08.0.599782045243.issue22674@psf.upfronthosting.co.za> Message-ID: <1413826583.48.0.781264169396.issue22674@psf.upfronthosting.co.za> Georg Brandl added the comment: Nice. However, strsignal() returns not just SIGINT, but "Interrupted" etc. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 19:45:58 2014 From: report at bugs.python.org (Barry A. Warsaw) Date: Mon, 20 Oct 2014 17:45:58 +0000 Subject: [issue22680] unittest discovery is fragile In-Reply-To: <1413825261.98.0.71045668194.issue22680@psf.upfronthosting.co.za> Message-ID: <1413827158.91.0.193360884303.issue22680@psf.upfronthosting.co.za> Changes by Barry A. Warsaw : ---------- nosy: +barry _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 19:49:31 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Mon, 20 Oct 2014 17:49:31 +0000 Subject: [issue22681] Add support of KOI8-T encoding Message-ID: <1413827370.97.0.876918138857.issue22681@psf.upfronthosting.co.za> New submission from Serhiy Storchaka: KOI8-T is Tajik encoding partially compatible with KOI8-R. This is default encoding of Tajik locale tg_TJ in glibc (but in X11 locale.alias file it is KOI8-C, issue20087). Proposed patch adds support for this encoding. I have not found official mapping of KOI8-T and have used a table from Apple's implementation of libiconv. It matches a table in Wikipedia [2] and GNU iconv. [1] http://www.opensource.apple.com/source/libiconv/libiconv-4/libiconv/tests/KOI8-T.TXT [2] https://ru.wikipedia.org/wiki/???-8 (Russian) ---------- components: Library (Lib) messages: 229739 nosy: serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Add support of KOI8-T encoding type: enhancement versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 19:53:32 2014 From: report at bugs.python.org (Ethan Furman) Date: Mon, 20 Oct 2014 17:53:32 +0000 Subject: [issue22680] unittest discovery is fragile In-Reply-To: <1413825261.98.0.71045668194.issue22680@psf.upfronthosting.co.za> Message-ID: <1413827612.81.0.0907941011315.issue22680@psf.upfronthosting.co.za> Changes by Ethan Furman : ---------- nosy: +ethan.furman _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 19:56:21 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Mon, 20 Oct 2014 17:56:21 +0000 Subject: [issue22681] Add support of KOI8-T encoding In-Reply-To: <1413827370.97.0.876918138857.issue22681@psf.upfronthosting.co.za> Message-ID: <1413827781.53.0.966828388593.issue22681@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- keywords: +patch Added file: http://bugs.python.org/file36983/encoding_koi8_t.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 19:58:59 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Mon, 20 Oct 2014 17:58:59 +0000 Subject: [issue22679] Add encodings of supported in glibc locales In-Reply-To: <1413823778.04.0.286011441147.issue22679@psf.upfronthosting.co.za> Message-ID: <1413827939.29.0.115951236586.issue22679@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- dependencies: +Add support of KOI8-T encoding _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 20:45:13 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Mon, 20 Oct 2014 18:45:13 +0000 Subject: [issue22681] Add support of KOI8-T encoding In-Reply-To: <1413827370.97.0.876918138857.issue22681@psf.upfronthosting.co.za> Message-ID: <1413830713.06.0.15279841298.issue22681@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Ah, actually Apple uses (a fork of) GNU libiconv. So I should correct links. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 22:21:16 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Mon, 20 Oct 2014 20:21:16 +0000 Subject: [issue22682] Add support of KZ1048 (RK1048) encoding Message-ID: <1413836476.72.0.167337994722.issue22682@psf.upfronthosting.co.za> New submission from Serhiy Storchaka: KZ1048 is Kazakh encoding based on CP1251 (Windows Cyrillic codepage). It is standardized by Unicode [1] and IANA [2]. It is also known as STRK1048-2002 (by the name of original Kazakh standard) and RK1048 (used in glibc). It is default encoding of Kazakh locale kk_KZ in glibc. Proposed patch adds support for this encoding. [1] ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/MISC/KZ1048.TXT [2] https://www.iana.org/assignments/charset-reg/KZ-1048 ---------- components: Library (Lib) messages: 229741 nosy: lemburg, loewis, serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Add support of KZ1048 (RK1048) encoding type: enhancement versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 22:26:37 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Mon, 20 Oct 2014 20:26:37 +0000 Subject: [issue22682] Add support of KZ1048 (RK1048) encoding In-Reply-To: <1413836476.72.0.167337994722.issue22682@psf.upfronthosting.co.za> Message-ID: <1413836797.08.0.242031216187.issue22682@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- keywords: +patch Added file: http://bugs.python.org/file36984/encoding_kz1048.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 22:26:42 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Mon, 20 Oct 2014 20:26:42 +0000 Subject: [issue22679] Add encodings of supported in glibc locales In-Reply-To: <1413823778.04.0.286011441147.issue22679@psf.upfronthosting.co.za> Message-ID: <1413836802.2.0.504041118238.issue22679@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- dependencies: +Add support of KZ1048 (RK1048) encoding _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 20 23:39:42 2014 From: report at bugs.python.org (Robert Collins) Date: Mon, 20 Oct 2014 21:39:42 +0000 Subject: [issue17401] io.FileIO closefd parameter is not documented nor shown in repr In-Reply-To: <1363057927.36.0.00381165430664.issue17401@psf.upfronthosting.co.za> Message-ID: <1413841182.83.0.405565741182.issue17401@psf.upfronthosting.co.za> Robert Collins added the comment: Showing it only when False would have higher cognitive load. Showing it always is simple and clear. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 00:16:30 2014 From: report at bugs.python.org (Roundup Robot) Date: Mon, 20 Oct 2014 22:16:30 +0000 Subject: [issue22660] Review ssl docs for security recommendations In-Reply-To: <1413568853.31.0.251861459385.issue22660@psf.upfronthosting.co.za> Message-ID: <20141020221624.128344.8510@psf.io> Roundup Robot added the comment: New changeset 230889852e17 by Antoine Pitrou in branch '3.4': Issue #22660: update various mentions in the ssl module documentation. https://hg.python.org/cpython/rev/230889852e17 New changeset 9015f502ac06 by Antoine Pitrou in branch 'default': Issue #22660: update various mentions in the ssl module documentation. https://hg.python.org/cpython/rev/9015f502ac06 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 00:32:31 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 20 Oct 2014 22:32:31 +0000 Subject: [issue22660] Review ssl docs for security recommendations In-Reply-To: <1413568853.31.0.251861459385.issue22660@psf.upfronthosting.co.za> Message-ID: <1413844351.94.0.371703274267.issue22660@psf.upfronthosting.co.za> Antoine Pitrou added the comment: This is done in 3.x. Alex, do you want to backport it to 2.7? ---------- stage: needs patch -> commit review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 00:36:55 2014 From: report at bugs.python.org (Alex Gaynor) Date: Mon, 20 Oct 2014 22:36:55 +0000 Subject: [issue22660] Review ssl docs for security recommendations In-Reply-To: <1413568853.31.0.251861459385.issue22660@psf.upfronthosting.co.za> Message-ID: <1413844615.62.0.901077241636.issue22660@psf.upfronthosting.co.za> Alex Gaynor added the comment: Yes, that would be good. Need to make sure all the changes are completely applicable -- the SSLv3 change wasn't backported. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 02:16:19 2014 From: report at bugs.python.org (Berker Peksag) Date: Tue, 21 Oct 2014 00:16:19 +0000 Subject: [issue22678] An OSError subclass for "no space left on device" would be nice In-Reply-To: <1413822435.2.0.235544061908.issue22678@psf.upfronthosting.co.za> Message-ID: <1413850579.83.0.335980455844.issue22678@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- components: +Interpreter Core -Library (Lib) stage: -> patch review type: -> enhancement versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 02:35:33 2014 From: report at bugs.python.org (Berker Peksag) Date: Tue, 21 Oct 2014 00:35:33 +0000 Subject: [issue17401] io.FileIO closefd parameter is not documented nor shown in repr In-Reply-To: <1363057927.36.0.00381165430664.issue17401@psf.upfronthosting.co.za> Message-ID: <1413851733.14.0.000597306807046.issue17401@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- stage: patch review -> commit review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 03:22:19 2014 From: report at bugs.python.org (kbengine) Date: Tue, 21 Oct 2014 01:22:19 +0000 Subject: [issue22676] Creating the string representation of a module is slower In-Reply-To: <1413805102.58.0.53710829912.issue22676@psf.upfronthosting.co.za> Message-ID: <1413854539.46.0.898172992699.issue22676@psf.upfronthosting.co.za> kbengine added the comment: This is a misunderstanding, "getattribute (PyObject *obj, PyObject *name, int allow_qualname)" is the Python code, in the Python/Modules/_pickle.c (1538). Do efficiency is decreased a lot. ---------- status: pending -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 06:34:46 2014 From: report at bugs.python.org (Pierre Boulanger) Date: Tue, 21 Oct 2014 04:34:46 +0000 Subject: [issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1 In-Reply-To: <1413402308.59.0.884804309845.issue22648@psf.upfronthosting.co.za> Message-ID: <1413866086.2.0.927777553195.issue22648@psf.upfronthosting.co.za> Pierre Boulanger added the comment: your soluce works. great tanks ! ---------- status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 09:14:08 2014 From: report at bugs.python.org (Georg Brandl) Date: Tue, 21 Oct 2014 07:14:08 +0000 Subject: [issue22676] Creating the string representation of a module is slower In-Reply-To: <1413805102.58.0.53710829912.issue22676@psf.upfronthosting.co.za> Message-ID: <1413875648.75.0.260535662559.issue22676@psf.upfronthosting.co.za> Georg Brandl added the comment: HasAttr would just call GetAttr and discard the exception. @ OP: what objects are you pickling? You can give them a __module__ attribute to save the lookup in sys.modules. ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 09:20:56 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 21 Oct 2014 07:20:56 +0000 Subject: [issue22676] _pickle's whichmodule() is slow In-Reply-To: <1413805102.58.0.53710829912.issue22676@psf.upfronthosting.co.za> Message-ID: <1413876056.61.0.341476839452.issue22676@psf.upfronthosting.co.za> Antoine Pitrou added the comment: There's no doubt that whichmodule() has grown more complex since 3.2. We probably cannot eliminate the O() component, but could at least make it faster. ---------- stage: -> needs patch title: Creating the string representation of a module is slower -> _pickle's whichmodule() is slow versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 09:23:12 2014 From: report at bugs.python.org (Paul Ianas) Date: Tue, 21 Oct 2014 07:23:12 +0000 Subject: [issue22683] bisect index out of bounds issue Message-ID: <1413876192.76.0.889942882253.issue22683@psf.upfronthosting.co.za> New submission from Paul Ianas: The precondition for all the bisect functions is implemented like this: if lo < 0: raise ValueError('lo must be non-negative') if hi is None: hi = len(a) Now, of course, if hi is given, and hi >= 2 * len(a), then we get an IndexError. In case hi < 0, we always get 0 as a result (even if the element is there). I think it would be better to treat the hi in the precondition in the same way as the lo parameter: that means, raise a ValueError in case hi has an illegal value. Disclaimer: of course, it makes no sense to give an illegal argument to that function; still, since lo is treated against illegal values, maybe it's better to do the same for hi. At the same time, maybe moving the precondition code in a separate function (which raises a ValueError in case precondition is not met) makes more sense, for not repeating the same code in all bisect functions. A small snippet which reproduces this: from bisect import bisect_left a = [1, 2, 3, 4] idx = bisect_left(a, 2, 0, 10) # 10 > 2 * 4 print(idx) ---------- components: Library (Lib) messages: 229750 nosy: Paul.Ianas priority: normal severity: normal status: open title: bisect index out of bounds issue type: enhancement versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 09:29:44 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 21 Oct 2014 07:29:44 +0000 Subject: [issue22676] _pickle's whichmodule() is slow In-Reply-To: <1413805102.58.0.53710829912.issue22676@psf.upfronthosting.co.za> Message-ID: <1413876584.39.0.63190497713.issue22676@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Note the problem is easily reproduce. For example we can take numpy where some ufuncs (i.e. function-like objects implemented in C) don't have a __module__. $ PYTHONHASHSEED=0 python3.4 -m timeit -s "import pickle, numpy; d=numpy.add" "pickle.dumps(d)" 1000 loops, best of 3: 280 usec per loop $ PYTHONHASHSEED=0 python3.4 -m timeit -s "import pickle, numpy; d=numpy.diff" "pickle.dumps(d)" 100000 loops, best of 3: 2.74 usec per loop We see that pickling numpy.add (which doesn't have a __module__) is 100x slower than numpy.diff (which has a __module__)! Note I'm forcing PYTHONHASHSEED for consistent results, since whichmodule() uses dict iteration. For comparison, 2.7 is fast enough: $ PYTHONHASHSEED=0 python2.7 -m timeit -s "import cPickle as pickle, numpy; d=numpy.add" "pickle.dumps(d)" 100000 loops, best of 3: 6.12 usec per loop $ PYTHONHASHSEED=0 python2.7 -m timeit -s "import cPickle as pickle, numpy; d=numpy.diff" "pickle.dumps(d)" 100000 loops, best of 3: 2.35 usec per loop (varying PYTHONHASHSEED didn't produce any slower results) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 09:44:02 2014 From: report at bugs.python.org (Georg Brandl) Date: Tue, 21 Oct 2014 07:44:02 +0000 Subject: [issue22676] _pickle's whichmodule() is slow In-Reply-To: <1413805102.58.0.53710829912.issue22676@psf.upfronthosting.co.za> Message-ID: <1413877442.22.0.311598684135.issue22676@psf.upfronthosting.co.za> Georg Brandl added the comment: Attached patch addresses the repeated __repr__ calling and gives a 4x speedup here. ---------- keywords: +patch Added file: http://bugs.python.org/file36985/whichmodule_speedup.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 10:05:32 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 21 Oct 2014 08:05:32 +0000 Subject: [issue22676] _pickle's whichmodule() is slow In-Reply-To: <1413805102.58.0.53710829912.issue22676@psf.upfronthosting.co.za> Message-ID: <1413878732.85.0.158150359615.issue22676@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Actually, numpy.add takes a different path. Sorry. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 10:08:57 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 21 Oct 2014 08:08:57 +0000 Subject: [issue22676] _pickle's whichmodule() is slow In-Reply-To: <1413805102.58.0.53710829912.issue22676@psf.upfronthosting.co.za> Message-ID: <1413878936.99.0.39561314778.issue22676@psf.upfronthosting.co.za> Antoine Pitrou added the comment: So, a proper way to reproduce it is through Ellipsis (which does go through whichmodule()): $ PYTHONHASHSEED=0 python3.4 -m timeit -s "import pickle; d=Ellipsis" "pickle.dumps(d)" 1000 loops, best of 3: 201 usec per loop ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 10:10:32 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 21 Oct 2014 08:10:32 +0000 Subject: [issue22676] _pickle's whichmodule() is slow In-Reply-To: <1413805102.58.0.53710829912.issue22676@psf.upfronthosting.co.za> Message-ID: <1413879032.28.0.709725824892.issue22676@psf.upfronthosting.co.za> STINNER Victor added the comment: > For example we can take numpy where some ufuncs (i.e. function-like objects implemented in C) don't have a __module__. Oh. I was not aware of that. Is there a way to fix numpy to set the __module__ attribute? Maybe we should warn users that serialiaing objects without __module__ is much slower? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 10:13:37 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 21 Oct 2014 08:13:37 +0000 Subject: [issue22676] _pickle's whichmodule() is slow In-Reply-To: <1413805102.58.0.53710829912.issue22676@psf.upfronthosting.co.za> Message-ID: <1413879217.41.0.709264903086.issue22676@psf.upfronthosting.co.za> STINNER Victor added the comment: whichmodule_speedup.diff: I proposed once a more generic solution which is much more complex to implement. Lazy formatting of Exception message: in most cases, the message is not used. Replace AttributeError(message) with AttributeError(attr=name), only format when str(exc) is called. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 10:17:18 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 21 Oct 2014 08:17:18 +0000 Subject: [issue22676] _pickle's whichmodule() is slow In-Reply-To: <1413805102.58.0.53710829912.issue22676@psf.upfronthosting.co.za> Message-ID: <1413879438.02.0.300932395615.issue22676@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Victor, see https://github.com/numpy/numpy/issues/4952 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 10:17:49 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 21 Oct 2014 08:17:49 +0000 Subject: [issue22676] _pickle's whichmodule() is slow In-Reply-To: <1413805102.58.0.53710829912.issue22676@psf.upfronthosting.co.za> Message-ID: <1413879469.59.0.132777153667.issue22676@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Attached patch produces a 8x speedup on Ellipsis. ---------- Added file: http://bugs.python.org/file36986/whichmodule.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 10:22:11 2014 From: report at bugs.python.org (Georg Brandl) Date: Tue, 21 Oct 2014 08:22:11 +0000 Subject: [issue22676] _pickle's whichmodule() is slow In-Reply-To: <1413805102.58.0.53710829912.issue22676@psf.upfronthosting.co.za> Message-ID: <1413879731.81.0.723663673981.issue22676@psf.upfronthosting.co.za> Georg Brandl added the comment: I didn't have numpy anyway, I tested on a function with __module__ set to None manually. But I see the same speedup for Ellipsis. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 10:23:28 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 21 Oct 2014 08:23:28 +0000 Subject: [issue22683] bisect index out of bounds issue In-Reply-To: <1413876192.76.0.889942882253.issue22683@psf.upfronthosting.co.za> Message-ID: <1413879808.35.0.849666289519.issue22683@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +rhettinger, tim.peters _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 12:23:42 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 21 Oct 2014 10:23:42 +0000 Subject: [issue22660] Review ssl docs for security recommendations In-Reply-To: <1413568853.31.0.251861459385.issue22660@psf.upfronthosting.co.za> Message-ID: <20141021102335.53366.49411@psf.io> Roundup Robot added the comment: New changeset 6f6e56bb10aa by Antoine Pitrou in branch '2.7': Issue #22660: update various mentions in the ssl module documentation. https://hg.python.org/cpython/rev/6f6e56bb10aa ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 12:23:56 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 21 Oct 2014 10:23:56 +0000 Subject: [issue22660] Review ssl docs for security recommendations In-Reply-To: <1413568853.31.0.251861459385.issue22660@psf.upfronthosting.co.za> Message-ID: <1413887036.4.0.0594542131821.issue22660@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 12:27:25 2014 From: report at bugs.python.org (Xavier de Gaye) Date: Tue, 21 Oct 2014 10:27:25 +0000 Subject: [issue22607] find by dichotomy the failing test In-Reply-To: <1413016289.65.0.402088984068.issue22607@psf.upfronthosting.co.za> Message-ID: <1413887245.89.0.837477600753.issue22607@psf.upfronthosting.co.za> Xavier de Gaye added the comment: The attached patch adds the '-X' and '-Y' options to the regrtest tool, allowing to select a range of tests and a range of their subtests. The patch is missing the test cases for the moment. Limitation: Does not work very well with nested subtest (nested subtests are currently only used by the unittest test suite itself): subtest numbers are flattened across all the nested subtests. Here is the sequence of commands that would have allowed to find the subtest responsible for the crash in test_capi at issue 22588, without modifying any code: ./python -m test -X "[]" test_capi # Get the test count: 18 tests. ./python -m test -X "range(1,10)" -R 23:23 test_capi # pass ./python -m test -X "range(10,15)" -R 23:23 test_capi # pass ./python -m test -X "range(15,17)" -R 23:23 test_capi # pass ./python -m test -X "[17]" -R 23:23 test_capi # pass ./python -m test -X "[18]" -R 23:23 test_capi # fail ./python -m test -X "[18]" -Y "[]" test_capi # Test 18 has 35 subtests. ./python -m test -X "[18]" -Y "range(1,19)" -R 23:23 test_capi # fail ./python -m test -X "[18]" -Y "range(1,10)" -R 23:23 test_capi # fail ./python -m test -X "[18]" -Y "range(1,6)" -R 23:23 test_capi # pass ./python -m test -X "[18]" -Y "range(6,8)" -R 23:23 test_capi # pass ./python -m test -X "[18]" -Y "[8]" -R 23:23 test_capi # pass ./python -m test -X "[18]" -Y "[9]" -R 23:23 test_capi # fail Output of the last command: Test# 18: test__testcapi subTest# 9: internal, {'name': 'test_incref_decref_API'} ---------- Added file: http://bugs.python.org/file36987/regrest_XY_options.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 14:29:26 2014 From: report at bugs.python.org (Pas) Date: Tue, 21 Oct 2014 12:29:26 +0000 Subject: [issue22684] message.as_bytes() produces recursion depth exceeded Message-ID: <1413894566.0.0.84714989702.issue22684@psf.upfronthosting.co.za> New submission from Pas: Please see the attached traceback (or this http://pastebin.com/WYinRGie for fancy colors). It depends on message size, we're trying to send Multipart MIME messages (a PDF attached, that has an image embedded). After editing flask_mail.py to use the fallback ( message().as_string().encode(self.charset or 'utf-8') ) things work again. If anyone could help confirm if this is a bug, or help me understand how I misuse the library, I'd be grateful. Thanks! ---------- components: email files: py34-email.message.as_bytes-recursion-depth-exceeded.txt messages: 229762 nosy: barry, pas, r.david.murray priority: normal severity: normal status: open title: message.as_bytes() produces recursion depth exceeded type: behavior versions: Python 3.4 Added file: http://bugs.python.org/file36988/py34-email.message.as_bytes-recursion-depth-exceeded.txt _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 14:33:41 2014 From: report at bugs.python.org (wabu) Date: Tue, 21 Oct 2014 12:33:41 +0000 Subject: [issue22685] memory leak: no transport for pipes by create_subprocess_exec/shell Message-ID: <1413894821.03.0.250322427022.issue22685@psf.upfronthosting.co.za> New submission from wabu: using `p = create_subprocess_exec(..., stdout=subprocess.PIPE, limit=...)`, p.stdout has not transport set, so the underlying protocol is unable to pause the reading of the transport, resulting in high memory usage when slowly consuming input from p.stdout, even if the limit parameter is passed. A workaround is to set the transport manually after creating the subprocess: `p.stdout.set_transport(p._transport.get_pipe_transport(1))`, but this should happen inside the create_subprocess call. ---------- components: asyncio messages: 229763 nosy: gvanrossum, haypo, wabu, yselivanov priority: normal severity: normal status: open title: memory leak: no transport for pipes by create_subprocess_exec/shell versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 16:10:58 2014 From: report at bugs.python.org (R. David Murray) Date: Tue, 21 Oct 2014 14:10:58 +0000 Subject: [issue22684] message.as_bytes() produces recursion depth exceeded In-Reply-To: <1413894566.0.0.84714989702.issue22684@psf.upfronthosting.co.za> Message-ID: <1413900658.54.0.928731492963.issue22684@psf.upfronthosting.co.za> R. David Murray added the comment: It looks like a bug, but I'm not sure why as_bytes would trigger it but not as_string. Can you supply a copy of the message that fails? The as_string version (assuming the content was all ascii) should be enough to reproduce the issue, since it appears to be happening in the header folding step. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 17:27:49 2014 From: report at bugs.python.org (FH) Date: Tue, 21 Oct 2014 15:27:49 +0000 Subject: [issue22686] random.randint does not include endpoint Message-ID: <1413905269.07.0.265786937955.issue22686@psf.upfronthosting.co.za> New submission from FH: Upon inspection, random.randint(a,b) does not include the endpoint b, contrary to documentation, and contrary to the argumentation in Issue7009. To see this, run e.g. sum(np.random.randint(0,1,1000)) which will return 0 repeatedly (statistically very unlikely). I tried both on Kubuntu 14.04/python 2.7 and pythoneverwhere.org Within random.py, randint is (in both 2.7 and 3.5) implemented as def randint(self, a, b): """Return random integer in range [a, b], including both end points. """ return self.randrange(a, b+1) which falsely seems to include the endpoint (as randrange excludes the endpoint). However, upon running it does not. ---------- components: Library (Lib) messages: 229765 nosy: georg.brandl, orsenthil, sciencebuggy priority: normal severity: normal status: open title: random.randint does not include endpoint type: behavior versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 17:42:28 2014 From: report at bugs.python.org (Mark Dickinson) Date: Tue, 21 Oct 2014 15:42:28 +0000 Subject: [issue22686] random.randint does not include endpoint In-Reply-To: <1413905269.07.0.265786937955.issue22686@psf.upfronthosting.co.za> Message-ID: <1413906148.69.0.297265937278.issue22686@psf.upfronthosting.co.za> Mark Dickinson added the comment: You seem to be confusing `np.random.randint`, which is a function from NumPy (not part of core Python), with `random.randint` from the standard library. NumPy's np.random.randint does not include the endpoint. Python's does. As far as I can tell, the documentation is correct for both. Python 2.7.8 (default, Oct 15 2014, 22:04:42) [GCC 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.40)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import random >>> sum(random.randint(0, 1) for _ in range(1000)) 501 Closing as 'not a bug'. ---------- nosy: +mark.dickinson resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 18:21:20 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 21 Oct 2014 16:21:20 +0000 Subject: [issue22685] memory leak: no transport for pipes by create_subprocess_exec/shell In-Reply-To: <1413894821.03.0.250322427022.issue22685@psf.upfronthosting.co.za> Message-ID: <1413908480.16.0.72530323572.issue22685@psf.upfronthosting.co.za> STINNER Victor added the comment: > p = create_subprocess_exec(..., stdout=subprocess.PIPE, limit=...) I don't see "yield from". Do you wait until the coroutine completes? See the documentation: https://docs.python.org/dev/library/asyncio-subprocess.html#subprocess-using-streams Please write a more complete example to demontrate your issue. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 18:45:26 2014 From: report at bugs.python.org (Piotr Engelking) Date: Tue, 21 Oct 2014 16:45:26 +0000 Subject: [issue22687] horrible performance of textwrap.wrap() with a long word Message-ID: <1413909926.45.0.828322813526.issue22687@psf.upfronthosting.co.za> New submission from Piotr Engelking: Wrapping a paragraph containing a long word takes a lot of time: $ time python3 -c 'import textwrap; textwrap.wrap("a" * 2 ** 16)' real 3m14.923s user 3m14.792s sys 0m0.016s $ A straightforward replacement is 5000 times faster: $ time python3 -c '("".join(x) for x in zip(*[iter("a" * 2 ** 16)] * 70))' real 0m0.053s user 0m0.032s sys 0m0.016s $ Tested on Debian with python3.4 3.4.2-1 and python2.7 2.7.8-10. ---------- messages: 229768 nosy: inkerman priority: normal severity: normal status: open title: horrible performance of textwrap.wrap() with a long word type: performance versions: Python 2.7, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 19:15:20 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Tue, 21 Oct 2014 17:15:20 +0000 Subject: [issue22687] horrible performance of textwrap.wrap() with a long word In-Reply-To: <1413909926.45.0.828322813526.issue22687@psf.upfronthosting.co.za> Message-ID: <1413911720.98.0.592677376483.issue22687@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- nosy: +georg.brandl, serhiy.storchaka versions: +Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 19:21:33 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Tue, 21 Oct 2014 17:21:33 +0000 Subject: [issue22688] Use the subprocess module in the uuid module Message-ID: <1413912093.27.0.12896372872.issue22688@psf.upfronthosting.co.za> New submission from Serhiy Storchaka: There is a proposition (msg229163) to use the subprocess module instead of os.popen() in the uuid module. I hesitate how classify this issue (behavior, security or enhancement) and for which versions target it. May be this is a dependency of issue17293. ---------- components: Library (Lib) messages: 229769 nosy: haypo, neologix, serhiy.storchaka priority: normal severity: normal stage: needs patch status: open title: Use the subprocess module in the uuid module _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 20:09:14 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Tue, 21 Oct 2014 18:09:14 +0000 Subject: [issue22687] horrible performance of textwrap.wrap() with a long word In-Reply-To: <1413909926.45.0.828322813526.issue22687@psf.upfronthosting.co.za> Message-ID: <1413914954.1.0.737795875817.issue22687@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: This particular case is related to the behavior of the wordsep_re regular expression in worst case. When text contains long sequence of words characters which is not ended by a hypen, or long sequence of non-word and non-space characters (and in some other cases), computational complexity of this regular expression matching is quadratic. This is a peculiarity of current implementation of regular expression engine. May be it is possible to rewrite the regular expression so that quadratic complexity will gone, but this is not so easy. The workaround -- use break_on_hyphens=False. ---------- assignee: -> serhiy.storchaka priority: normal -> low stage: -> needs patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 20:20:33 2014 From: report at bugs.python.org (Ram Rachum) Date: Tue, 21 Oct 2014 18:20:33 +0000 Subject: [issue22506] `dir` on Enum subclass doesn't expose parent class attributes In-Reply-To: <1411829845.48.0.985714520453.issue22506@psf.upfronthosting.co.za> Message-ID: <1413915633.33.0.275911525576.issue22506@psf.upfronthosting.co.za> Ram Rachum added the comment: Thanks for the fix Ethan. Will you also push this to the backport on PyPI? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 20:30:13 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 21 Oct 2014 18:30:13 +0000 Subject: [issue22688] Use the subprocess module in the uuid module In-Reply-To: <1413912093.27.0.12896372872.issue22688@psf.upfronthosting.co.za> Message-ID: STINNER Victor added the comment: Did you see my issue which has a patch? http://bugs.python.org/issue22637 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 20:33:55 2014 From: report at bugs.python.org (Ethan Furman) Date: Tue, 21 Oct 2014 18:33:55 +0000 Subject: [issue22506] `dir` on Enum subclass doesn't expose parent class attributes In-Reply-To: <1411829845.48.0.985714520453.issue22506@psf.upfronthosting.co.za> Message-ID: <1413916435.75.0.598841734264.issue22506@psf.upfronthosting.co.za> Ethan Furman added the comment: Thanks for the reminder! ... Done. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 20:44:19 2014 From: report at bugs.python.org (Ram Rachum) Date: Tue, 21 Oct 2014 18:44:19 +0000 Subject: [issue22506] `dir` on Enum subclass doesn't expose parent class attributes In-Reply-To: <1411829845.48.0.985714520453.issue22506@psf.upfronthosting.co.za> Message-ID: <1413917059.39.0.73018428059.issue22506@psf.upfronthosting.co.za> Ram Rachum added the comment: Thanks! Two questions: 1. Is there a GitHub repo for enum34? Couldn't find a link to it on the PyPI page. 2. Aren't 'name' and 'value' already included in `added_behavior`? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 20:46:45 2014 From: report at bugs.python.org (Ram Rachum) Date: Tue, 21 Oct 2014 18:46:45 +0000 Subject: [issue22506] `dir` on Enum subclass doesn't expose parent class attributes In-Reply-To: <1411829845.48.0.985714520453.issue22506@psf.upfronthosting.co.za> Message-ID: <1413917205.33.0.523121420095.issue22506@psf.upfronthosting.co.za> Ram Rachum added the comment: Also, aren't you excluding a lot of important magic methods from that `dir`? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 21:11:14 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Tue, 21 Oct 2014 19:11:14 +0000 Subject: [issue22688] Use the subprocess module in the uuid module In-Reply-To: <1413912093.27.0.12896372872.issue22688@psf.upfronthosting.co.za> Message-ID: <1413918674.47.0.506893407695.issue22688@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Oh, I missed it. Thank you for opening the issue and writting the patch. ---------- resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> avoid using a shell in uuid: replce os.popen with subprocess.Popen _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 21:40:15 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Tue, 21 Oct 2014 19:40:15 +0000 Subject: [issue22637] avoid using a shell in uuid: replce os.popen with subprocess.Popen In-Reply-To: <1413326137.66.0.946040587589.issue22637@psf.upfronthosting.co.za> Message-ID: <1413920415.29.0.326169892414.issue22637@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Besides few nitpicks the patch LGTM. ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 21:55:56 2014 From: report at bugs.python.org (wabu) Date: Tue, 21 Oct 2014 19:55:56 +0000 Subject: [issue22685] memory leak: no transport for pipes by create_subprocess_exec/shell In-Reply-To: <1413894821.03.0.250322427022.issue22685@psf.upfronthosting.co.za> Message-ID: <1413921356.28.0.458315236992.issue22685@psf.upfronthosting.co.za> wabu added the comment: Sorry for the confusion, yes i do the yield from. The stdout stream for the process is actually producing data as it should. The subprocess produces a high amount of data (pbzip2), but is only consumed slowly. Normally when the buffer limit is reached for a stream reader, it calls pause_reading on the transport inside the feed_data method (see https://code.google.com/p/tulip/source/browse/asyncio/streams.py#365), but here this is not happening, as the returned reader has no transport set (p.stdout._transport == None). So it fills up all the memory. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 22:07:39 2014 From: report at bugs.python.org (Guido van Rossum) Date: Tue, 21 Oct 2014 20:07:39 +0000 Subject: [issue22685] memory leak: no transport for pipes by create_subprocess_exec/shell In-Reply-To: <1413921356.28.0.458315236992.issue22685@psf.upfronthosting.co.za> Message-ID: Guido van Rossum added the comment: Hm... It does look like there's nothing that tells stdout (which is a StreamReader) about its transport. Wabu, could you experiment with a change to asyncio/subprocess.py where SubprocessStreamProtocol.connection_made() calls self.stdout.set_transport(transport) right after creating self.stdout? On Tue, Oct 21, 2014 at 12:55 PM, wabu wrote: > > wabu added the comment: > > Sorry for the confusion, yes i do the yield from. The stdout stream for > the process is actually producing data as it should. The subprocess > produces a high amount of data (pbzip2), but is only consumed slowly. > > Normally when the buffer limit is reached for a stream reader, it calls > pause_reading on the transport inside the feed_data method (see > https://code.google.com/p/tulip/source/browse/asyncio/streams.py#365), > but here this is not happening, as the returned reader has no transport > set (p.stdout._transport == None). So it fills up all the memory. > > ---------- > > _______________________________________ > Python tracker > > _______________________________________ > ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 22:09:10 2014 From: report at bugs.python.org (Ethan Furman) Date: Tue, 21 Oct 2014 20:09:10 +0000 Subject: [issue22506] `dir` on Enum subclass doesn't expose parent class attributes In-Reply-To: <1411829845.48.0.985714520453.issue22506@psf.upfronthosting.co.za> Message-ID: <1413922150.55.0.128240646982.issue22506@psf.upfronthosting.co.za> Ethan Furman added the comment: > 1. Is there a GitHub repo for enum34? Couldn't find a link to it on the PyPI page. The repo is at: https://bitbucket.org/stoneleaf/enum34 > 2. Aren't 'name' and 'value' already included in `added_behavior`? They didn't used to be, but they are now. I'll fix that (eventually). > Also, aren't you excluding a lot of important magic methods from that `dir`? We decided the dunder methods were not interesting, so declined to include them in the listing. And no, we are not changing our minds on that. ;) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 22:12:10 2014 From: report at bugs.python.org (wabu) Date: Tue, 21 Oct 2014 20:12:10 +0000 Subject: [issue22685] memory leak: no transport for pipes by create_subprocess_exec/shell In-Reply-To: <1413894821.03.0.250322427022.issue22685@psf.upfronthosting.co.za> Message-ID: <1413922330.06.0.97195688881.issue22685@psf.upfronthosting.co.za> wabu added the comment: Here's a more complete example @coroutine put_data(filename, queue, chunksize=16000): pbzip2 = yield from asyncio.create_subprocess_exec( 'pbzip2', '-cd', filename, stdout=asyncio.subprocess.PIPE, limit=self.chunksize*2) while not pbzip2.stdout.at_eof(): data = yield from pbzip2.stdout.read(chunksize) yield from queue.put(data) adding the workaround after createing the stream fixes the issue: pbzip2.stdout.set_transport(pbzip2._transport.get_pipe_transport(1)) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 22:16:56 2014 From: report at bugs.python.org (Guido van Rossum) Date: Tue, 21 Oct 2014 20:16:56 +0000 Subject: [issue22685] memory leak: no transport for pipes by create_subprocess_exec/shell In-Reply-To: <1413894821.03.0.250322427022.issue22685@psf.upfronthosting.co.za> Message-ID: <1413922616.78.0.971913974581.issue22685@psf.upfronthosting.co.za> Guido van Rossum added the comment: Can you confirm that this patch fixes the problem (without you needing the workaround in your own code)? ---------- keywords: +patch Added file: http://bugs.python.org/file36989/fix22685.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 22:34:11 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 21 Oct 2014 20:34:11 +0000 Subject: [issue22637] avoid using a shell in uuid: replce os.popen with subprocess.Popen In-Reply-To: <1413326137.66.0.946040587589.issue22637@psf.upfronthosting.co.za> Message-ID: <20141021203353.125204.37644@psf.io> Roundup Robot added the comment: New changeset 8ee63d0bd7b8 by Victor Stinner in branch 'default': Issue #22637: avoid using a shell in uuid https://hg.python.org/cpython/rev/8ee63d0bd7b8 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 22:39:24 2014 From: report at bugs.python.org (wabu) Date: Tue, 21 Oct 2014 20:39:24 +0000 Subject: [issue22685] memory leak: no transport for pipes by create_subprocess_exec/shell In-Reply-To: <1413922616.78.0.971913974581.issue22685@psf.upfronthosting.co.za> Message-ID: <5446C428.7090509@fooserv.net> wabu added the comment: thanks a lot, the fix works! On 21.10.2014 22:16, Guido van Rossum wrote: > > Guido van Rossum added the comment: > > Can you confirm that this patch fixes the problem (without you needing the workaround in your own code)? > > ---------- > keywords: +patch > Added file: http://bugs.python.org/file36989/fix22685.patch > > _______________________________________ > Python tracker > > _______________________________________ > ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 22:40:59 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 21 Oct 2014 20:40:59 +0000 Subject: [issue22506] `dir` on Enum subclass doesn't expose parent class attributes In-Reply-To: <1411829845.48.0.985714520453.issue22506@psf.upfronthosting.co.za> Message-ID: <20141021204053.34370.27796@psf.io> Roundup Robot added the comment: New changeset 9038b63dad52 by Ethan Furman in branch 'default': Issue22506: remove name & value from __dir__ as they now show up automatically https://hg.python.org/cpython/rev/9038b63dad52 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 22:41:59 2014 From: report at bugs.python.org (Guido van Rossum) Date: Tue, 21 Oct 2014 20:41:59 +0000 Subject: [issue22685] memory leak: no transport for pipes by create_subprocess_exec/shell In-Reply-To: <5446C428.7090509@fooserv.net> Message-ID: Guido van Rossum added the comment: Victor, do you think this needs a unittest? It seems kind of difficult to test for whether memory fills up (the machine may get wedged if it does :-). On Tue, Oct 21, 2014 at 1:39 PM, wabu wrote: > > wabu added the comment: > > thanks a lot, the fix works! > > On 21.10.2014 22:16, Guido van Rossum wrote: > > > > Guido van Rossum added the comment: > > > > Can you confirm that this patch fixes the problem (without you needing > the workaround in your own code)? > > > > ---------- > > keywords: +patch > > Added file: http://bugs.python.org/file36989/fix22685.patch > > > > _______________________________________ > > Python tracker > > > > _______________________________________ > > > > ---------- > > _______________________________________ > Python tracker > > _______________________________________ > ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 22:58:09 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 21 Oct 2014 20:58:09 +0000 Subject: [issue22685] memory leak: no transport for pipes by create_subprocess_exec/shell In-Reply-To: <1413894821.03.0.250322427022.issue22685@psf.upfronthosting.co.za> Message-ID: <1413925089.38.0.272452315975.issue22685@psf.upfronthosting.co.za> STINNER Victor added the comment: Oh ok, now I understood the issue :-) Attached patch should fix it. It implements Guido's suggestion. There is not unit test yet. ---------- Added file: http://bugs.python.org/file36990/set_transport.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 23:03:45 2014 From: report at bugs.python.org (Aidan Hobson Sayers) Date: Tue, 21 Oct 2014 21:03:45 +0000 Subject: [issue22689] Posix getenv makes no guarantee of lifetime of returned string Message-ID: <1413925424.96.0.804566099113.issue22689@psf.upfronthosting.co.za> New submission from Aidan Hobson Sayers: Posix says the following on the subject of getenv: > The returned string pointer might be invalidated or the string content might be overwritten by a subsequent call to getenv() (http://pubs.opengroup.org/onlinepubs/9699919799/functions/getenv.html) Unfortunately, in Modules/getpath.c: static void calculate_path(void) { [...] char *_rtpypath = Py_GETENV("PYTHONPATH"); /* XXX use wide version on Windows */ wchar_t *rtpypath = NULL; wchar_t *home = Py_GetPythonHome(); char *_path = getenv("PATH"); So 3 potential getenv calls in quick succession, meaning _rtpypath and home can become junk before they get used and Python crashes before it can start up (it becomes unable to find the site module). Unfortunately it looks like the assumption that getenv pointers will remain safe forever is used in a few places in python. Explicit notes on the correct use of getenv: https://www.securecoding.cert.org/confluence/display/seccode/ENV34-C.+Do+not+store+pointers+returned+by+certain+functions Someone's apparently seen this before (but didn't report it?) - http://sourceforge.net/p/edk2/mailman/edk2-devel/thread/66BD57653246D24E9698B0A6509545A86DDB863C at ORSMSX109.amr.corp.intel.com/ ---------- components: Interpreter Core messages: 229788 nosy: aidanhs priority: normal severity: normal status: open title: Posix getenv makes no guarantee of lifetime of returned string type: crash versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 23:07:46 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 21 Oct 2014 21:07:46 +0000 Subject: [issue22685] memory leak: no transport for pipes by create_subprocess_exec/shell In-Reply-To: <1413894821.03.0.250322427022.issue22685@psf.upfronthosting.co.za> Message-ID: <1413925666.93.0.275885661396.issue22685@psf.upfronthosting.co.za> STINNER Victor added the comment: test_pause_reading.py: manual test for pause reading. It should pause reading stdout pipe 4 times on UNIX. ---------- Added file: http://bugs.python.org/file36991/test_pause_reading.py _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 23:10:47 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 21 Oct 2014 21:10:47 +0000 Subject: [issue22685] memory leak: no transport for pipes by create_subprocess_exec/shell In-Reply-To: <1413894821.03.0.250322427022.issue22685@psf.upfronthosting.co.za> Message-ID: <1413925847.41.0.87950118786.issue22685@psf.upfronthosting.co.za> STINNER Victor added the comment: Ok, I just missed completly the Guido posted a patch before me... Maybe we wrote the patch at the same time, I didn't refresh my browser :-) > Victor, do you think this needs a unittest? It seems kind of difficult to test for whether memory fills up (the machine may get wedged if it does :-). Since the pause/resume thing is very tricky, it would be much better to have a unit test. We can probably mock a lot of things, we just need to check that the stream reader calls transport.pause_reading() when feed_data() is called with "too much" data. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 23:11:59 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 21 Oct 2014 21:11:59 +0000 Subject: [issue22689] Posix getenv makes no guarantee of lifetime of returned string In-Reply-To: <1413925424.96.0.804566099113.issue22689@psf.upfronthosting.co.za> Message-ID: <1413925919.72.0.858638379933.issue22689@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- nosy: +haypo versions: -Python 3.2, Python 3.3, Python 3.6 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 23:14:43 2014 From: report at bugs.python.org (wabu) Date: Tue, 21 Oct 2014 21:14:43 +0000 Subject: [issue22685] memory leak: no transport for pipes by create_subprocess_exec/shell In-Reply-To: Message-ID: <5446CC6F.3070300@fooserv.net> wabu added the comment: On 21.10.2014 22:41, Guido van Rossum wrote: > Guido van Rossum added the comment: > > Victor, do you think this needs a unittest? It seems kind of difficult to > test for whether memory fills up (the machine may get wedged if it does :-). You could setup a the subprocess with asyncio.async(asyncio.create_subprocess_exec(...)) and then let the asyncio loop run for a limited time with loop.run_until_complete(asyncio.sleep(.1)), watching carefully for higher memory usage after each sleep. But still it's difficult to create a reliable unit-test with this ... ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 23:17:32 2014 From: report at bugs.python.org (Ben Roberts) Date: Tue, 21 Oct 2014 21:17:32 +0000 Subject: [issue22687] horrible performance of textwrap.wrap() with a long word In-Reply-To: <1413909926.45.0.828322813526.issue22687@psf.upfronthosting.co.za> Message-ID: <1413926252.26.0.0428499891699.issue22687@psf.upfronthosting.co.za> Changes by Ben Roberts : ---------- nosy: +roippi _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 23:17:38 2014 From: report at bugs.python.org (Aidan Hobson Sayers) Date: Tue, 21 Oct 2014 21:17:38 +0000 Subject: [issue22689] Posix getenv makes no guarantee of lifetime of returned string In-Reply-To: <1413925424.96.0.804566099113.issue22689@psf.upfronthosting.co.za> Message-ID: <1413926258.47.0.624045422364.issue22689@psf.upfronthosting.co.za> Aidan Hobson Sayers added the comment: In case it matters, I'm compiling using Emscripten which implements getenv like so: https://github.com/kripken/emscripten/blob/1.25.2/src/library.js#L3323 (I personally think it's a bizarre way to do it, but technically I think it's ok?) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 23:35:12 2014 From: report at bugs.python.org (Guido van Rossum) Date: Tue, 21 Oct 2014 21:35:12 +0000 Subject: [issue22685] memory leak: no transport for pipes by create_subprocess_exec/shell In-Reply-To: <1413894821.03.0.250322427022.issue22685@psf.upfronthosting.co.za> Message-ID: <1413927312.89.0.619489173851.issue22685@psf.upfronthosting.co.za> Guido van Rossum added the comment: Victor, your fix is identical to mine except for the variable names. I like your version better. :-) So now it's just about the unittest. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 21 23:37:22 2014 From: report at bugs.python.org (Sigz) Date: Tue, 21 Oct 2014 21:37:22 +0000 Subject: [issue22690] importing Gtk breaks strptime Message-ID: <1413927442.61.0.0173786511111.issue22690@psf.upfronthosting.co.za> New submission from Sigz: I usually convert date string to time with strptime formating. I noticed importing Gtk breaks strptime parsing for abbreviated month name and weekday name : >>> import time >>> time.strptime("Mon, 20 Oct 2014 08:00:32 +0000", "%a, %d %b %Y %H:%M:%S %z") time.struct_time(tm_year=2014, tm_mon=10, tm_mday=20, tm_hour=8, tm_min=0, tm_sec=32, tm_wday=0, tm_yday=293, tm_isdst=-1) >>> from gi.repository import Gtk >>> time.strptime("Mon, 20 Oct 2014 08:00:32 +0000", "%a, %d %b %Y %H:%M:%S %z") Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.4/_strptime.py", line 494, in _strptime_time tt = _strptime(data_string, format)[0] File "/usr/lib/python3.4/_strptime.py", line 337, in _strptime (data_string, format)) ValueError: time data 'Mon, 20 Oct 2014 08:00:32 +0000' does not match format '%a, %d %b %Y %H:%M:%S %z' >>> Is there a workaround for Gtk + time ? ---------- components: Extension Modules messages: 229794 nosy: sigzegv priority: normal severity: normal status: open title: importing Gtk breaks strptime type: crash versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 00:50:15 2014 From: report at bugs.python.org (R. David Murray) Date: Tue, 21 Oct 2014 22:50:15 +0000 Subject: [issue22690] importing Gtk breaks strptime In-Reply-To: <1413927442.61.0.0173786511111.issue22690@psf.upfronthosting.co.za> Message-ID: <1413931815.61.0.861466391294.issue22690@psf.upfronthosting.co.za> R. David Murray added the comment: What locale are you using? Is it possible importing Gtk makes that locale operative? (In which case, that would be a bug in either Gtk or its wrapper). ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 07:08:23 2014 From: report at bugs.python.org (James) Date: Wed, 22 Oct 2014 05:08:23 +0000 Subject: [issue22691] A Better Help File Message-ID: <1413954503.13.0.720826050231.issue22691@psf.upfronthosting.co.za> New submission from James: Just the General Help that is in Python, doesn't really help. Here's what would help, if every Module, had an example in code of how it was used instead of the Trees. I mean, word trees, well that's what the writing reminds me of, is word trees like you'd produce in an English class. But, a short working piece of code, does allot more for me, than a lecture, you'd have to take a course to understand because of it's use of it's own writing style. It doesn't help to type help() and hit enter. ---------- assignee: docs at python components: Documentation messages: 229796 nosy: FCK, docs at python priority: normal severity: normal status: open title: A Better Help File type: enhancement versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 07:23:04 2014 From: report at bugs.python.org (James) Date: Wed, 22 Oct 2014 05:23:04 +0000 Subject: [issue22691] A Better Help File In-Reply-To: <1413954503.13.0.720826050231.issue22691@psf.upfronthosting.co.za> Message-ID: <1413955384.52.0.376426289997.issue22691@psf.upfronthosting.co.za> James added the comment: Just the General Help that is in Python, doesn't really help. Here's what would help, if every Module, had an example in code of how it was used instead of the Trees. I mean, word trees, well that's what the writing reminds me of, is word trees like you'd produce in an English class. But, a short working piece of code, does allot more for me, than a lecture, you'd have to take a course to understand because of it's use of it's own writing style. It doesn't help to type help() and hit enter. Honestly, the old old version of Quick Basic, that once came with every version of windows back in the 90s. It's help, is a template that I think Python, should follow. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 08:32:44 2014 From: report at bugs.python.org (James) Date: Wed, 22 Oct 2014 06:32:44 +0000 Subject: [issue22692] Problems with Python's help() Message-ID: <3A83EEE4841F41009AD2DFC3F6120FAC@JamesPCX> New submission from James: Hello, I really think that Microsoft?s last release of Quick Basic 4.5 really had the ultimate of all help files. Here?s why, you could cut and copy the code to the program you were working on, and then alter it to your program. It was one of the nicer things you could do with the help file. Because, tearing down the working example, usually just means customizing it to your needs, or wants. You have several randomizing routines right? How do you use these modules? I have to say, looking at the help, should work for anyone that can?t leave it alone and learn to program if that?s what they want to do. I was always a hunt an pick programmer. I rather read through the help files and see what it can do, and then figure out what I want to do. There?s no reason anyone couldn?t be self taught via reading the help file but, we should at least want it to work that way. It?s fun to be on a ship with men. James. ---------- messages: 229798 nosy: FCK priority: normal severity: normal status: open title: Problems with Python's help() _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 08:51:41 2014 From: report at bugs.python.org (James) Date: Wed, 22 Oct 2014 06:51:41 +0000 Subject: [issue22694] The help file issue I'm having. Message-ID: <732FBD5F227C4291A625E1BC62FDDBC8@JamesPCX> New submission from James: Hello, Now, I really want you to think about the hunt and pick method of programming and learning how to program. Being self taught, isn?t something that can happen unless, the authors of the software want people to learn how to use it. Help files, are not typically designed that way but, there?s an easy way to design them that way. Some of the strange notation that requires a course in computer science, is not what anybody needs to program a computer. The computer science method of explaining computer programming languages is all literally politics, or legal terms. Let?s not make it harder than it really is, and keep both politics and legal terms out of this when in reality we just need a few terms to be define a function subroutine or suite of utilities and tools. There?s science the right way, and we name things because they?ve never been named before, and then there?s politics, were we just talk too much about one dumb thing, or legal terms, and just re-invent the language around how many different ways we are capable of explaining the same damn thing differently, or making a new word out of lecture of human social situations and by defining one human social situation, come up with one legal term. People work best one way, they learn by example. James. ---------- messages: 229800 nosy: FCK priority: normal severity: normal status: open title: The help file issue I'm having. _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 09:00:46 2014 From: report at bugs.python.org (Yuval Greenfield) Date: Wed, 22 Oct 2014 07:00:46 +0000 Subject: [issue6818] remove/delete method for zipfile/tarfile objects In-Reply-To: <1251866532.69.0.504306670253.issue6818@psf.upfronthosting.co.za> Message-ID: <1413961246.52.0.970097157073.issue6818@psf.upfronthosting.co.za> Yuval Greenfield added the comment: Ping. Has this been postponed? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 09:45:11 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 22 Oct 2014 07:45:11 +0000 Subject: [issue6818] remove/delete method for zipfile/tarfile objects In-Reply-To: <1251866532.69.0.504306670253.issue6818@psf.upfronthosting.co.za> Message-ID: <1413963911.9.0.675209318044.issue6818@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +serhiy.storchaka versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 09:45:55 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 22 Oct 2014 07:45:55 +0000 Subject: [issue22678] An OSError subclass for "no space left on device" would be nice In-Reply-To: <1413822435.2.0.235544061908.issue22678@psf.upfronthosting.co.za> Message-ID: <1413963955.66.0.00234422895773.issue22678@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +barry, pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 09:50:21 2014 From: report at bugs.python.org (=?utf-8?b?0JLQsNGB0LjQu9C40Lkg0JzQsNC60LDRgNC+0LI=?=) Date: Wed, 22 Oct 2014 07:50:21 +0000 Subject: [issue22695] open() declared deprecated in python 3 docs Message-ID: <1413964221.11.0.813943721284.issue22695@psf.upfronthosting.co.za> New submission from ??????? ???????: Python 3 open() documentation ( https://docs.python.org/3/library/functions.html#open ) is probably broken. Here is what one can see at the end of open() description: "... Deprecated since version 3.4, will be removed in version 4.0. The 'U' mode." Reader may assume the open() function is what will be removed, which is wrong AFAIK ---------- assignee: docs at python components: Documentation messages: 229802 nosy: docs at python, ???????.??????? priority: normal severity: normal status: open title: open() declared deprecated in python 3 docs type: behavior versions: Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 09:57:58 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 22 Oct 2014 07:57:58 +0000 Subject: [issue22695] open() declared deprecated in python 3 docs In-Reply-To: <1413964221.11.0.813943721284.issue22695@psf.upfronthosting.co.za> Message-ID: <20141022075755.76747.60017@psf.io> Roundup Robot added the comment: New changeset a2ecc284eaa7 by Victor Stinner in branch '3.4': Issue #22695: Fix syntax of open() doc https://hg.python.org/cpython/rev/a2ecc284eaa7 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 09:58:36 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 22 Oct 2014 07:58:36 +0000 Subject: [issue22695] open() declared deprecated in python 3 docs In-Reply-To: <1413964221.11.0.813943721284.issue22695@psf.upfronthosting.co.za> Message-ID: <1413964716.96.0.865241751453.issue22695@psf.upfronthosting.co.za> STINNER Victor added the comment: > Reader may assume the open() function is what will be removed, which is wrong AFAIK It looks like an issue with the reST syntax in the documentation. Wait until the doc is regenerated (in a few hours) and then check again the doc please, to confirm that the issue is fixed. ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 11:01:56 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 22 Oct 2014 09:01:56 +0000 Subject: [issue22695] open() declared deprecated in python 3 docs In-Reply-To: <1413964221.11.0.813943721284.issue22695@psf.upfronthosting.co.za> Message-ID: <1413968516.43.0.142203963962.issue22695@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: There are other "deprecated-removed" instructions without following empty line in the docs. Should they be changed? However the "deprecated" instruction works without following empty line. It looks as there is a bug in the implementation of the "deprecated-removed" instruction. ---------- nosy: +georg.brandl, serhiy.storchaka versions: -Python 3.2, Python 3.3, Python 3.6 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 11:03:04 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 22 Oct 2014 09:03:04 +0000 Subject: [issue22695] open() declared deprecated in python 3 docs In-Reply-To: <1413964221.11.0.813943721284.issue22695@psf.upfronthosting.co.za> Message-ID: <1413968584.05.0.408373379276.issue22695@psf.upfronthosting.co.za> STINNER Victor added the comment: "However the "deprecated" instruction works without following empty line. It looks as there is a bug in the implementation of the "deprecated-removed" instruction." Agreed, we can maybe enhance that. At least emit a warning? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 12:15:50 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 22 Oct 2014 10:15:50 +0000 Subject: [issue22637] avoid using a shell in uuid: replce os.popen with subprocess.Popen In-Reply-To: <1413326137.66.0.946040587589.issue22637@psf.upfronthosting.co.za> Message-ID: <1413972950.76.0.731433293663.issue22637@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 12:16:02 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 22 Oct 2014 10:16:02 +0000 Subject: [issue22636] avoid using a shell in ctypes.util: replace os.popen with subprocess In-Reply-To: <1413325975.89.0.175884398711.issue22636@psf.upfronthosting.co.za> Message-ID: <1413972962.54.0.907023859979.issue22636@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 12:21:58 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 22 Oct 2014 10:21:58 +0000 Subject: [issue22599] traceback: errors in the linecache module at exit In-Reply-To: <1412940961.34.0.0781587147709.issue22599@psf.upfronthosting.co.za> Message-ID: <1413973318.27.0.0367371705331.issue22599@psf.upfronthosting.co.za> STINNER Victor added the comment: > traceback_at_exit-2.patch: Updated patch to remove "import builtins" from tokenize.py, it's no more needed. Antoine, Serhiy: What do you think about this patch? IMO the bug is very simple and fixes a common bug. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 12:26:33 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 22 Oct 2014 10:26:33 +0000 Subject: [issue22592] Drop support of Borland C compiler In-Reply-To: <1412892053.1.0.924294706451.issue22592@psf.upfronthosting.co.za> Message-ID: <1413973593.54.0.572755170799.issue22592@psf.upfronthosting.co.za> STINNER Victor added the comment: > The patch LGTM but there is Borland C support in distutils As discussed on python-dev, it's fine to support more C compiler to compile extensions, than compilers supported to build Python itself. > there are several mentions in the documentation I did a quick check. It looks like "Borland" is usally mentionned to compile extensions, not to compile Python. > May be there are mentions in some build-support files. Which files? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 12:33:45 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 22 Oct 2014 10:33:45 +0000 Subject: [issue22592] Drop support of Borland C compiler In-Reply-To: <1412892053.1.0.924294706451.issue22592@psf.upfronthosting.co.za> Message-ID: <20141022103338.82088.8581@psf.io> Roundup Robot added the comment: New changeset f2ce9603346c by Victor Stinner in branch 'default': Issue #22592: Drop support of the Borland C compiler to build Python https://hg.python.org/cpython/rev/f2ce9603346c ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 12:35:02 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 22 Oct 2014 10:35:02 +0000 Subject: [issue22592] Drop support of Borland C compiler In-Reply-To: <1412892053.1.0.924294706451.issue22592@psf.upfronthosting.co.za> Message-ID: <1413974102.78.0.827291775287.issue22592@psf.upfronthosting.co.za> STINNER Victor added the comment: Ok, I pushed my patch. If you see remaining parts of the Borland C compiler, you can remove them in a different changeset (reopen maybe the issue?). For distutils, I consider that it's a different topic. If you want to drop support of this compiler in distutils, please open a new issue. ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 13:04:29 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 22 Oct 2014 11:04:29 +0000 Subject: [issue22599] traceback: errors in the linecache module at exit In-Reply-To: <1412940961.34.0.0781587147709.issue22599@psf.upfronthosting.co.za> Message-ID: <1413975869.27.0.331914004145.issue22599@psf.upfronthosting.co.za> Antoine Pitrou added the comment: The patch looks fragile to me: who knows whether other similar problems can appear in other situations? I would prefer something like traceback_ignore_linecache_error.patch, perhaps combined with a new function that would tell you whether the interpreter is shutting down. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 13:42:58 2014 From: report at bugs.python.org (Drekin) Date: Wed, 22 Oct 2014 11:42:58 +0000 Subject: [issue22667] Incorrect evaluation of variables with names containing supplementary characters In-Reply-To: <1413660380.02.0.891262818036.issue22667@psf.upfronthosting.co.za> Message-ID: <1413978178.37.0.161674055556.issue22667@psf.upfronthosting.co.za> Drekin added the comment: I understand. I have found https://mail.python.org/pipermail/python-3000/2007-May/007995.html as a reason for using NFKC rather than NFC. On the other hand I think one may want these double-struct mathematical letters to be different from the ordinary ones if used as variable names. So I wonder if there are some other reasons for choosing NFKC over NFC. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 14:08:20 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 22 Oct 2014 12:08:20 +0000 Subject: [issue22599] traceback: errors in the linecache module at exit In-Reply-To: <1412940961.34.0.0781587147709.issue22599@psf.upfronthosting.co.za> Message-ID: <1413979700.2.0.331342885449.issue22599@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: > Since I wrote tokenize.open(), I can explain why I chose to import builtins :-) Then it is good to me. > I would prefer something like traceback_ignore_linecache_error.patch, perhaps combined with a new function that would tell you whether the interpreter is shutting down. I think we can apply both solutions. Keeping a reference to open will make traceback more usable at exit and ignoring exception will make it more robust in worst case. And I support the idea about public function or attribute that would tell you whether the interpreter is shutting down. This would be useful in many modules. But this is different issue. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 14:14:00 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 22 Oct 2014 12:14:00 +0000 Subject: [issue22667] Incorrect evaluation of variables with names containing supplementary characters In-Reply-To: <1413660380.02.0.891262818036.issue22667@psf.upfronthosting.co.za> Message-ID: <1413980040.17.0.183703343462.issue22667@psf.upfronthosting.co.za> STINNER Victor added the comment: > So I wonder if there are some other reasons for choosing NFKC over NFC. In fact, there is a whole PEP: http://legacy.python.org/dev/peps/pep-3131/ I see "Which normalization form should be used, NFC or NFKC?" without answer, sorry. I guess that NFKC avoids confusion when you use a font where two different characters have the same glyph or a very similer glyph. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 14:16:03 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 22 Oct 2014 12:16:03 +0000 Subject: [issue22599] traceback: errors in the linecache module at exit In-Reply-To: <1413979700.2.0.331342885449.issue22599@psf.upfronthosting.co.za> Message-ID: STINNER Victor added the comment: > The patch looks fragile to me: who knows whether other similar problems can appear in other situations? Maybe we can always ignore non fatal errors when calling linecache from print_exception? Having the Python source code in the traceback is better, but it's easy to get it because the filename and line number is always present. Maybe the linecache module can provide a better exception than the current AttributeError? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 14:16:59 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 22 Oct 2014 12:16:59 +0000 Subject: [issue22599] traceback: errors in the linecache module at exit In-Reply-To: Message-ID: STINNER Victor added the comment: > The patch looks fragile to me: who knows whether other similar problems can appear in other situations? Oh, I forgot to say that yes, my patch is incomplete, but it is simple and it is already make the code more reliable. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 14:20:53 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 22 Oct 2014 12:20:53 +0000 Subject: [issue22696] Add a function to know about interpreter shutdown Message-ID: <1413980453.04.0.451789079104.issue22696@psf.upfronthosting.co.za> New submission from Antoine Pitrou: I propose to add a new function sys.shutting_down() (name debatable) returning True if the interpreter is currently shutting down. This would be a function so that you can bind it and avoid having it wiped at shutdown :-) ---------- components: Interpreter Core messages: 229817 nosy: haypo, pitrou, serhiy.storchaka priority: normal severity: normal stage: needs patch status: open title: Add a function to know about interpreter shutdown type: enhancement versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 14:32:16 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 22 Oct 2014 12:32:16 +0000 Subject: [issue22696] Add a function to know about interpreter shutdown In-Reply-To: <1413980453.04.0.451789079104.issue22696@psf.upfronthosting.co.za> Message-ID: <1413981136.76.0.274803749655.issue22696@psf.upfronthosting.co.za> STINNER Victor added the comment: For the issue #22599, I wrote a patch but then I removed my patch and reverted my changed... Here is a new patch which implements why I already wrote: add a new sys._is_finalizing() function, with a unit test. > I propose to add a new function sys.shutting_down() (name debatable) The name sounds like a function to shut down the computer or exit Python. I don't like _is_finalizing() name neither :-) My patch uses a private function which is CPython specific. Does it make sense to add a public function instead? Is it possible to implement it in any Python implementation (PyPy, IronPython, Jython, etC.)? I guess that the most dummy implementation is to always return False (Python is always running. ---------- keywords: +patch Added file: http://bugs.python.org/file36992/is_finalizing.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 14:32:33 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 22 Oct 2014 12:32:33 +0000 Subject: [issue22599] traceback: errors in the linecache module at exit In-Reply-To: <1412940961.34.0.0781587147709.issue22599@psf.upfronthosting.co.za> Message-ID: <1413981153.93.0.0232575167753.issue22599@psf.upfronthosting.co.za> STINNER Victor added the comment: Oh, I see that Antoine opened the issue #22696. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 14:58:34 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 22 Oct 2014 12:58:34 +0000 Subject: [issue22696] Add a function to know about interpreter shutdown In-Reply-To: <1413981136.76.0.274803749655.issue22696@psf.upfronthosting.co.za> Message-ID: <2211728.Z1HnGyCGg1@raxxla> Serhiy Storchaka added the comment: Are there other special interpreter states about which it would by helpful to know? Interpreter initializing, garbage collecting, signal handling? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 15:25:07 2014 From: report at bugs.python.org (R. David Murray) Date: Wed, 22 Oct 2014 13:25:07 +0000 Subject: [issue22691] A Better Help File In-Reply-To: <1413954503.13.0.720826050231.issue22691@psf.upfronthosting.co.za> Message-ID: <1413984307.46.0.20814971819.issue22691@psf.upfronthosting.co.za> R. David Murray added the comment: The help isn't targeted at teaching you to use the module. The help is targeted at *reminding* you how to use the module after you've read the full documentation, which usually does contain examples (though generally not at the top of the page...they are usually at the bottom or interspersed...it is a *reference* guide after all, the tutorial is a separate thing with yet a different target). I'm afraid, though, that if you find the help to be a wall of words, you'll find the library reference worse. You might be best serve by checking out the book/website "Python Module of the Week" (pymotw.com), which has a more tutorial style and more examples. I've never see the Quick Basic style docs. I don't know if that style would be applicable to Python modules. Bottom line right now, though, is that this isn't really a useful issue for the bug tracker. If you want to discuss strategies for making overall improvements in the documentation, that's something that should be done with the group of people who focus on documentation. Their mailing list is docs at python.org if you want to join the team and advocate for a change (your suggestion has already been posted to that mailing list by the bug tracker, FYI). ---------- nosy: +r.david.murray resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 15:27:19 2014 From: report at bugs.python.org (R. David Murray) Date: Wed, 22 Oct 2014 13:27:19 +0000 Subject: [issue22692] Problems with Python's help() In-Reply-To: <3A83EEE4841F41009AD2DFC3F6120FAC@JamesPCX> Message-ID: <1413984439.93.0.134317600512.issue22692@psf.upfronthosting.co.za> Changes by R. David Murray : ---------- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> A Better Help File _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 15:29:18 2014 From: report at bugs.python.org (R. David Murray) Date: Wed, 22 Oct 2014 13:29:18 +0000 Subject: [issue22694] The help file issue I'm having. In-Reply-To: <732FBD5F227C4291A625E1BC62FDDBC8@JamesPCX> Message-ID: <1413984558.53.0.0921590582896.issue22694@psf.upfronthosting.co.za> Changes by R. David Murray : ---------- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> A Better Help File _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 15:34:13 2014 From: report at bugs.python.org (R. David Murray) Date: Wed, 22 Oct 2014 13:34:13 +0000 Subject: [issue22695] open() declared deprecated in python 3 docs In-Reply-To: <1413964221.11.0.813943721284.issue22695@psf.upfronthosting.co.za> Message-ID: <1413984853.24.0.947120819698.issue22695@psf.upfronthosting.co.za> R. David Murray added the comment: Presumably we can fix it. The code is in Docs/tools/pyspecific.py. Probably just need to figure out how it is different from the regular Sphinx deprecated tag implementation. ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 15:56:42 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 22 Oct 2014 13:56:42 +0000 Subject: [issue22696] Add a function to know about interpreter shutdown In-Reply-To: <1413980453.04.0.451789079104.issue22696@psf.upfronthosting.co.za> Message-ID: <1413986202.69.0.328187115422.issue22696@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > My patch uses a private function which is CPython specific. > Does it make sense to add a public function instead? I would like it to be public. It can be useful in __del__ methods and the like. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 15:58:47 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 22 Oct 2014 13:58:47 +0000 Subject: [issue22696] Add a function to know about interpreter shutdown In-Reply-To: <1413980453.04.0.451789079104.issue22696@psf.upfronthosting.co.za> Message-ID: <1413986327.39.0.705093039496.issue22696@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > Are there other special interpreter states about which it would by > helpful to know? Interpreter initializing, garbage collecting, signal > handling? - interpreter initializing: user code generally isn't executed in that phase - garbage collecting: there are already garbage collection callbacks - signal handling: well... I don't see why that would be useful ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 15:59:27 2014 From: report at bugs.python.org (Maries Ionel Cristian) Date: Wed, 22 Oct 2014 13:59:27 +0000 Subject: [issue22697] Deadlock with writing to stderr from forked process Message-ID: <1413986367.14.0.352107167307.issue22697@psf.upfronthosting.co.za> New submission from Maries Ionel Cristian: Example code: import os import sys import threading def run(): sys.stderr.write("in parent thread\n") threading.Thread(target=run).start() pid = os.fork() if pid: os.waitpid(pid, 0) else: sys.stderr.write("in child\n") To run: while python3 deadlock.py; do; done Note: does not reproduce if ran with `python -u` (unbuffered) ---------- components: IO, Interpreter Core messages: 229825 nosy: ionel.mc priority: normal severity: normal status: open title: Deadlock with writing to stderr from forked process versions: Python 3.3, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 16:03:53 2014 From: report at bugs.python.org (Benjamin Peterson) Date: Wed, 22 Oct 2014 14:03:53 +0000 Subject: [issue22667] Incorrect evaluation of variables with names containing supplementary characters In-Reply-To: <1413978178.37.0.161674055556.issue22667@psf.upfronthosting.co.za> Message-ID: <1413986630.4029653.182006545.5AAEB617@webmail.messagingengine.com> Benjamin Peterson added the comment: The unicode standard explains some of the tradeoffs. http://www.unicode.org/reports/tr31/tr31-21.html#normalization_and_case On Wed, Oct 22, 2014, at 07:42, Drekin wrote: > > Drekin added the comment: > > I understand. I have found > https://mail.python.org/pipermail/python-3000/2007-May/007995.html as a > reason for using NFKC rather than NFC. On the other hand I think one may > want these double-struct mathematical letters to be different from the > ordinary ones if used as variable names. So I wonder if there are some > other reasons for choosing NFKC over NFC. > > ---------- > > _______________________________________ > Python tracker > > _______________________________________ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 17:12:03 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 22 Oct 2014 15:12:03 +0000 Subject: [issue22698] Add constants for ioctl request codes Message-ID: <1413990723.24.0.56994728842.issue22698@psf.upfronthosting.co.za> New submission from Serhiy Storchaka: It would be useful to expose ioctl request codes (Linux specific?) [1] at Python level. In particular this will allow to determine MAC address in uuid at Python level without using ctypes or calling external programs. [2] [1] http://man7.org/linux/man-pages/man2/ioctl_list.2.html [2] http://code.activestate.com/recipes/439094-get-the-ip-address-associated-with-a-network-inter/ ---------- components: Extension Modules messages: 229827 nosy: pitrou, serhiy.storchaka priority: normal severity: normal status: open title: Add constants for ioctl request codes type: enhancement versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 17:13:21 2014 From: report at bugs.python.org (Ethan Furman) Date: Wed, 22 Oct 2014 15:13:21 +0000 Subject: [issue22698] Add constants for ioctl request codes In-Reply-To: <1413990723.24.0.56994728842.issue22698@psf.upfronthosting.co.za> Message-ID: <1413990801.36.0.907447364423.issue22698@psf.upfronthosting.co.za> Changes by Ethan Furman : ---------- nosy: +ethan.furman _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 17:49:06 2014 From: report at bugs.python.org (Billy) Date: Wed, 22 Oct 2014 15:49:06 +0000 Subject: [issue22699] cross-compilation of Python3.4 Message-ID: <1413992946.14.0.956103683321.issue22699@psf.upfronthosting.co.za> New submission from Billy: Who knows to cross-compile Python 3.4? ---------- messages: 229828 nosy: bill9889 priority: normal severity: normal status: open title: cross-compilation of Python3.4 type: resource usage versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 17:53:00 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 22 Oct 2014 15:53:00 +0000 Subject: [issue22699] cross-compilation of Python3.4 In-Reply-To: <1413992946.14.0.956103683321.issue22699@psf.upfronthosting.co.za> Message-ID: <1413993180.07.0.12719769805.issue22699@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- nosy: +doko _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 19:27:18 2014 From: report at bugs.python.org (R. David Murray) Date: Wed, 22 Oct 2014 17:27:18 +0000 Subject: [issue22700] email's header_value_parser missing defect report for 'abc@xyz.c:om' Message-ID: <1413998838.36.0.0996397027801.issue22700@psf.upfronthosting.co.za> New submission from R. David Murray: The example address in the title results in an 'invalid-header' object, but none of the sub-parts have an attached defect. The 'misplaced-special' sub-part should have an associated Defect in its .defects attribute. ---------- components: email messages: 229829 nosy: barry, r.david.murray priority: normal severity: normal stage: needs patch status: open title: email's header_value_parser missing defect report for 'abc at xyz.c:om' versions: Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 20:36:25 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 22 Oct 2014 18:36:25 +0000 Subject: [issue22698] Add constants for ioctl request codes In-Reply-To: <1413990723.24.0.56994728842.issue22698@psf.upfronthosting.co.za> Message-ID: <1414002985.5.0.521184884727.issue22698@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +neologix _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 20:55:23 2014 From: report at bugs.python.org (Michael Kuss) Date: Wed, 22 Oct 2014 18:55:23 +0000 Subject: [issue22701] Write unescaped unicode characters (Japanese, Chinese, etc) in JSON module when "ensure_ascii=False" Message-ID: <1414004123.6.0.971106689488.issue22701@psf.upfronthosting.co.za> New submission from Michael Kuss: When running the following: >> json.dump(['name': "??"], myfile.json, indent=4, separators=(',', ': '), ensure_ascii=False) the function escapes the unicode, even though I have explicitly asked to not force to ascii: \u6E2F\u533A By changing "__init__.py" such that the fp.write call encodes the text as utf-8, the output json file displays the human-readable text required (see below). OLD (starting line 167): if (not skipkeys and ensure_ascii and check_circular and allow_nan and cls is None and indent is None and separators is None and encoding == 'utf-8' and default is None and not kw): iterable = _default_encoder.iterencode(obj) else: if cls is None: cls = JSONEncoder iterable = cls(skipkeys=skipkeys, ensure_ascii=ensure_ascii, check_circular=check_circular, allow_nan=allow_nan, indent=indent, separators=separators, encoding=encoding, default=default, **kw).iterencode(obj) for chunk in iterable: fp.write(chunk) NEW: if (not skipkeys and ensure_ascii and check_circular and allow_nan and cls is None and indent is None and separators is None and encoding == 'utf-8' and default is None and not kw): iterable = _default_encoder.iterencode(obj) for chunk in iterable: fp.write(chunk) else: if cls is None: cls = JSONEncoder iterable = cls(skipkeys=skipkeys, ensure_ascii=ensure_ascii, check_circular=check_circular, allow_nan=allow_nan, indent=indent, separators=separators, encoding=encoding, default=default, **kw).iterencode(obj) for chunk in iterable: fp.write(chunk.encode('utf-8')) ---------- components: Extension Modules, Unicode messages: 229830 nosy: Michael.Kuss, ezio.melotti, haypo priority: normal severity: normal status: open title: Write unescaped unicode characters (Japanese, Chinese, etc) in JSON module when "ensure_ascii=False" type: enhancement versions: Python 2.7, Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 20:57:13 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 22 Oct 2014 18:57:13 +0000 Subject: [issue17293] uuid.getnode() MAC address on AIX In-Reply-To: <1361777348.15.0.791534887595.issue17293@psf.upfronthosting.co.za> Message-ID: <1414004233.25.0.924522357908.issue17293@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Here is a patch for 3.5 which uses subprocess.Popen() (subprocess.Popen() used in _find_mac() since issue22637). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 21:04:57 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 22 Oct 2014 19:04:57 +0000 Subject: [issue17293] uuid.getnode() MAC address on AIX In-Reply-To: <1361777348.15.0.791534887595.issue17293@psf.upfronthosting.co.za> Message-ID: <1414004697.8.0.0651104726861.issue17293@psf.upfronthosting.co.za> STINNER Victor added the comment: > Here is a patch for 3.5 which uses subprocess.Popen() (subprocess.Popen() used in _find_mac() since issue22637). You probably forgot to attach the patch... ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 21:22:37 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 22 Oct 2014 19:22:37 +0000 Subject: [issue17293] uuid.getnode() MAC address on AIX In-Reply-To: <1414004697.8.0.0651104726861.issue17293@psf.upfronthosting.co.za> Message-ID: <1746008.UkM8Rlx0EU@raxxla> Serhiy Storchaka added the comment: > You probably forgot to attach the patch... Indeed. :-( ---------- Added file: http://bugs.python.org/file36993/uuid_netstat_getnode-3.5.patch _______________________________________ Python tracker _______________________________________ -------------- next part -------------- diff -r f2ce9603346c Lib/test/test_uuid.py --- a/Lib/test/test_uuid.py Wed Oct 22 12:33:23 2014 +0200 +++ b/Lib/test/test_uuid.py Wed Oct 22 21:54:25 2014 +0300 @@ -320,6 +320,24 @@ class TestUUID(unittest.TestCase): if node is not None: self.check_node(node, 'ifconfig') + @unittest.skipUnless(os.name == 'posix', 'requires Posix') + def test_arp_getnode(self): + node = uuid._arp_getnode() + if node is not None: + self.check_node(node, 'arp') + + @unittest.skipUnless(os.name == 'posix', 'requires Posix') + def test_lanscan_getnode(self): + node = uuid._lanscan_getnode() + if node is not None: + self.check_node(node, 'lanscan') + + @unittest.skipUnless(os.name == 'posix', 'requires Posix') + def test_netstat_getnode(self): + node = uuid._netstat_getnode() + if node is not None: + self.check_node(node, 'netstat') + @unittest.skipUnless(os.name == 'nt', 'requires Windows') def test_ipconfig_getnode(self): node = uuid._ipconfig_getnode() diff -r f2ce9603346c Lib/uuid.py --- a/Lib/uuid.py Wed Oct 22 12:33:23 2014 +0200 +++ b/Lib/uuid.py Wed Oct 22 21:54:25 2014 +0300 @@ -304,7 +304,7 @@ class UUID(object): if self.variant == RFC_4122: return int((self.int >> 76) & 0xf) -def _find_mac(command, arg, hw_identifiers, get_index): +def _popen(command, *args): import os, shutil, subprocess executable = shutil.which(command) if executable is None: @@ -312,20 +312,23 @@ def _find_mac(command, arg, hw_identifie executable = shutil.which(command, path=path) if executable is None: return None + # LC_ALL=C to ensure English output, stderr=DEVNULL to prevent output + # on stderr (Note: we don't have an example where the words we search + # for are actually localized, but in theory some system could do so.) + env = dict(os.environ) + env['LC_ALL'] = 'C' + proc = subprocess.Popen((executable,) + args, + stdout=subprocess.PIPE, + stderr=subprocess.DEVNULL, + env=env) + return proc +def _find_mac(command, arg, hw_identifiers, get_index): try: - # LC_ALL=C to ensure English output, stderr=DEVNULL to prevent output - # on stderr (Note: we don't have an example where the words we search - # for are actually localized, but in theory some system could do so.) - env = dict(os.environ) - env['LC_ALL'] = 'C' - cmd = [executable] - if arg: - cmd.append(arg) - proc = subprocess.Popen(cmd, - stdout=subprocess.PIPE, - stderr=subprocess.DEVNULL, - env=env) + args = (arg,) if arg else () + proc = _popen(command, *args) + if not proc: + return with proc: for line in proc.stdout: words = line.lower().split() @@ -346,27 +349,45 @@ def _find_mac(command, arg, hw_identifie def _ifconfig_getnode(): """Get the hardware address on Unix by running ifconfig.""" - # This works on Linux ('' or '-a'), Tru64 ('-av'), but not all Unixes. for args in ('', '-a', '-av'): mac = _find_mac('ifconfig', args, [b'hwaddr', b'ether'], lambda i: i+1) if mac: return mac - import socket +def _arp_getnode(): + """Get the hardware address on Unix by running arp.""" + import os, socket ip_addr = socket.gethostbyname(socket.gethostname()) # Try getting the MAC addr from arp based on our IP address (Solaris). - mac = _find_mac('arp', '-an', [os.fsencode(ip_addr)], lambda i: -1) - if mac: - return mac + return _find_mac('arp', '-an', [os.fsencode(ip_addr)], lambda i: -1) or None +def _lanscan_getnode(): + """Get the hardware address on Unix by running lanscan.""" # This might work on HP-UX. - mac = _find_mac('lanscan', '-ai', [b'lan0'], lambda i: 0) - if mac: - return mac + return _find_mac('lanscan', '-ai', [b'lan0'], lambda i: 0) or None - return None +def _netstat_getnode(): + """Get the hardware address on Unix by running netstat.""" + # This might work on AIX, Tru64 UNIX and presumably on IRIX. + try: + proc = _popen('netstat', '-ia') + if not proc: + return + with proc: + words = proc.stdout.readline().split() + i = words.index('Address') + for line in proc.stdout: + try: + words = line.split() + word = words[i] + if len(word) == 17 and word.count(':') == 5: + return int(word.replace(':', ''), 16) + except (ValueError, IndexError): + pass + except (OSError, ValueError): + pass def _ipconfig_getnode(): """Get the hardware address on Windows by running ipconfig.exe.""" @@ -508,7 +529,8 @@ def getnode(): if sys.platform == 'win32': getters = [_windll_getnode, _netbios_getnode, _ipconfig_getnode] else: - getters = [_unixdll_getnode, _ifconfig_getnode] + getters = [_unixdll_getnode, _ifconfig_getnode, _arp_getnode, + _lanscan_getnode, _netstat_getnode] for getter in getters + [_random_getnode]: try: From report at bugs.python.org Wed Oct 22 21:39:35 2014 From: report at bugs.python.org (R. David Murray) Date: Wed, 22 Oct 2014 19:39:35 +0000 Subject: [issue22701] Write unescaped unicode characters (Japanese, Chinese, etc) in JSON module when "ensure_ascii=False" In-Reply-To: <1414004123.6.0.971106689488.issue22701@psf.upfronthosting.co.za> Message-ID: <1414006774.99.0.721117135515.issue22701@psf.upfronthosting.co.za> R. David Murray added the comment: If I fix your example so it runs: json.dump({'name': "??"}, open('myfile.json', 'w'), indent=4, separators=(',', ': '), ensure_ascii=False) I get the expected output: rdmurray at pydev:~/python/p34>cat myfile.json { "name": "??" } That example won't work in python2, of course, so you'd have to show us your actual code there. ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 21:53:04 2014 From: report at bugs.python.org (Jacopo Nespolo) Date: Wed, 22 Oct 2014 19:53:04 +0000 Subject: [issue22672] float arguments in scientific notation not supported by argparse In-Reply-To: <1413742215.74.0.884028294997.issue22672@psf.upfronthosting.co.za> Message-ID: <1414007584.98.0.357914833944.issue22672@psf.upfronthosting.co.za> Changes by Jacopo Nespolo : ---------- nosy: +bethard _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 22:56:15 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 22 Oct 2014 20:56:15 +0000 Subject: [issue22560] Add loop-agnostic SSL implementation to asyncio In-Reply-To: <1412548102.84.0.685230620276.issue22560@psf.upfronthosting.co.za> Message-ID: <1414011375.15.0.176479134176.issue22560@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Does someone want to review this? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 22:57:56 2014 From: report at bugs.python.org (Berker Peksag) Date: Wed, 22 Oct 2014 20:57:56 +0000 Subject: [issue11260] smtpd-as-a-script feature should be documented and should use argparse In-Reply-To: <1298232231.08.0.088023732748.issue11260@psf.upfronthosting.co.za> Message-ID: <1414011476.06.0.292868140611.issue11260@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- nosy: +berker.peksag stage: -> patch review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 23:03:45 2014 From: report at bugs.python.org (Berker Peksag) Date: Wed, 22 Oct 2014 21:03:45 +0000 Subject: [issue16863] Python 2 error in Argparse tutorial In-Reply-To: <1357317464.45.0.840404790237.issue16863@psf.upfronthosting.co.za> Message-ID: <1414011825.65.0.450727643964.issue16863@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- keywords: +easy nosy: +berker.peksag stage: -> needs patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 22 23:45:53 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Wed, 22 Oct 2014 21:45:53 +0000 Subject: [issue16863] Python 2 error in Argparse tutorial In-Reply-To: <1357317464.45.0.840404790237.issue16863@psf.upfronthosting.co.za> Message-ID: <1414014353.95.0.659933956309.issue16863@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Since the author of the tutorial agrees with my idea, and no one has come forward with anything else, I will make the change. ---------- assignee: -> terry.reedy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 00:00:16 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 22 Oct 2014 22:00:16 +0000 Subject: [issue16863] Python 2 error in Argparse tutorial In-Reply-To: <1357317464.45.0.840404790237.issue16863@psf.upfronthosting.co.za> Message-ID: <20141022220008.76751.17376@psf.io> Roundup Robot added the comment: New changeset e7428d7f641f by Terry Jan Reedy in branch '2.7': Issue #16863: Explain difference between text and 2.7 behavior. https://hg.python.org/cpython/rev/e7428d7f641f ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 00:02:29 2014 From: report at bugs.python.org (Xavier de Gaye) Date: Wed, 22 Oct 2014 22:02:29 +0000 Subject: [issue22607] find by dichotomy the failing test In-Reply-To: <1413016289.65.0.402088984068.issue22607@psf.upfronthosting.co.za> Message-ID: <1414015349.06.0.574116437358.issue22607@psf.upfronthosting.co.za> Xavier de Gaye added the comment: This new version of the patch uses a specific exception to skip tests and fixes a bug when invoking the overriden and wrapped subTest method. ---------- Added file: http://bugs.python.org/file36994/regrest_XY_options_2.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 00:04:46 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Wed, 22 Oct 2014 22:04:46 +0000 Subject: [issue16863] Python 2 error in Argparse tutorial In-Reply-To: <1357317464.45.0.840404790237.issue16863@psf.upfronthosting.co.za> Message-ID: <1414015486.35.0.830207724906.issue16863@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Once this discrepancy is explained (3.x) prog.py: error: the following arguments are required: echo (2.7) prog.py: error: too few arguments I agree with leaving the 3.x version in the tutorial. A normal output discrepany might be a different matter. ---------- resolution: -> fixed stage: needs patch -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 00:22:28 2014 From: report at bugs.python.org (Josh Rosenberg) Date: Wed, 22 Oct 2014 22:22:28 +0000 Subject: [issue21449] Replace _PyUnicode_CompareWithId with _PyUnicode_CompareWithIdEqual In-Reply-To: <1399412124.32.0.206189886441.issue21449@psf.upfronthosting.co.za> Message-ID: <1414016548.38.0.693191170606.issue21449@psf.upfronthosting.co.za> Josh Rosenberg added the comment: Is there someone else who should be looking at this? Having a fast path for identifier comparisons makes sense (and the concept of ordering between essentially unique identifiers makes no sense). It's not part of the public API (limited or not) so I don't think compatibility concerns apply, so it seems like this should be a simple change... ---------- versions: +Python 3.5, Python 3.6 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 00:37:22 2014 From: report at bugs.python.org (Van Ly) Date: Wed, 22 Oct 2014 22:37:22 +0000 Subject: [issue22702] to improve documentation for join() (str method) Message-ID: <1414017441.98.0.187335340973.issue22702@psf.upfronthosting.co.za> New submission from Van Ly: This issue should go in the Documentation component but that is not an option in the issue tracker. Suggestion to improve documentation for join() (str method). Applies to versions 2.7.5, 3.3.6, 3.5.0a0. --quote str.join(iterable) Returns a string. Uses the string str to join strings from iterable. Raises TypeError for non-string found in iterable including object of bytes. >>> # the iterable consists of number >>> try: >>> print "-".join([0, 1, 2, 3]) >>> except TypeError: >>> print "A non-string is found in the iterable." A non-string is found in the iterable. >>> # the iterable consists of string >>> try: >>> print ", ".join(["x", "y", "z", "0", "1", "2", "3"]) >>> print " - ".join(["x", "y", "z", "0", "1", "2", "3"]) >>> print " + ".join(["x", "y", "z", "0", "1", "2", "3"]) >>> except TypeError: >>> print "A non-string is found in the iterable." x, y, z, 0, 1, 2, 3 x - y - z - 0 - 1 - 2 - 3 x + y + z + 0 + 1 + 2 + 3 --quote-- ---------- components: Macintosh files: documentationForJoin.rtf messages: 229841 nosy: ned.deily, ronaldoussoren, vy0123 priority: normal severity: normal status: open title: to improve documentation for join() (str method) type: enhancement versions: Python 2.7, Python 3.3, Python 3.5 Added file: http://bugs.python.org/file36995/documentationForJoin.rtf _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 00:41:51 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 22 Oct 2014 22:41:51 +0000 Subject: [issue21449] Replace _PyUnicode_CompareWithId with _PyUnicode_CompareWithIdEqual In-Reply-To: <1399412124.32.0.206189886441.issue21449@psf.upfronthosting.co.za> Message-ID: <1414017711.72.0.366863871727.issue21449@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Note that PyUnicode_CompareWithASCII should be quite fast in most cases (it uses memcmp() on UCS1 strings). ---------- nosy: +pitrou stage: -> patch review versions: -Python 3.6 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 00:43:04 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 22 Oct 2014 22:43:04 +0000 Subject: [issue21449] Replace _PyUnicode_CompareWithId with _PyUnicode_CompareWithIdEqual In-Reply-To: <1399412124.32.0.206189886441.issue21449@psf.upfronthosting.co.za> Message-ID: <1414017784.4.0.688343335623.issue21449@psf.upfronthosting.co.za> Antoine Pitrou added the comment: That said, I think it's quite a good idea. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 00:52:47 2014 From: report at bugs.python.org (Ned Deily) Date: Wed, 22 Oct 2014 22:52:47 +0000 Subject: [issue22702] to improve documentation for join() (str method) In-Reply-To: <1414017441.98.0.187335340973.issue22702@psf.upfronthosting.co.za> Message-ID: <1414018367.19.0.265478508847.issue22702@psf.upfronthosting.co.za> Changes by Ned Deily : ---------- assignee: -> docs at python components: +Documentation -Macintosh nosy: +docs at python -ned.deily, ronaldoussoren versions: +Python 3.4 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 02:16:49 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 23 Oct 2014 00:16:49 +0000 Subject: [issue3068] IDLE - Add an extension configuration dialog In-Reply-To: <1213035033.21.0.781726477097.issue3068@psf.upfronthosting.co.za> Message-ID: <20141023001635.76749.45884@psf.io> Roundup Robot added the comment: New changeset 1d708436831a by Terry Jan Reedy in branch '2.7': Issue #3068: Add Idle extension configuration dialog to Options menu. https://hg.python.org/cpython/rev/1d708436831a New changeset d2a045855c4e by Terry Jan Reedy in branch '3.4': Issue #3068: Add Idle extension configuration dialog to Options menu. https://hg.python.org/cpython/rev/d2a045855c4e New changeset d70b70a661c6 by Terry Jan Reedy in branch 'default': Merge with 3.4 #3068 https://hg.python.org/cpython/rev/d70b70a661c6 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 02:16:55 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 23 Oct 2014 00:16:55 +0000 Subject: [issue22703] Idle Code Context: separate changing current and future editors Message-ID: <1414023415.32.0.701318253357.issue22703@psf.upfronthosting.co.za> New submission from Terry J. Reedy: #17535, msg225416, 2014-08-16 17:18 describes the current double behavior of Options / Code context. It toggles the code-context state of both the current editor and the default for future editors. The two toggles can be in opposite directions. The check mark absent or present somewhat surprisingly indicates the initial state of future windows, not of the current window. The consensus seemed to be that we should change to having Code Context toggle the current window only, with the checkmark indicating its current state. The default for future windows will be left to the extension configuration, which will be easy to change with the new dialog, #3068. ---------- assignee: terry.reedy components: IDLE messages: 229845 nosy: terry.reedy priority: normal severity: normal stage: needs patch status: open title: Idle Code Context: separate changing current and future editors type: behavior versions: Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 02:17:04 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 23 Oct 2014 00:17:04 +0000 Subject: [issue22704] Review extension enable options Message-ID: <1414023424.37.0.56141003135.issue22704@psf.upfronthosting.co.za> New submission from Terry J. Reedy: Currently, each extension is supposed to have an 'enable' option and optionally enable_editor or enable_shell, to "to apply it only to editor/shell windows" (config-extensions.def comment). I think the rule should be changed (see below). Currently, the file itself does not follow its own rule. Most editor-only options only have enable and not enable_editor. One have enable and enable_shell=False, presumably to exclude the shell, but a user could override False with True, in the user config-extensions, which would not be valid. The file should be changed to follow the current or altered rule. I think that the requirement should be for the presence of any one of the enable options. An extension that is only valid for the editor should simply have enable_editor. Ditto for enable_shell. Enable by itself would globally turn the extension on or all for all windows, include output windows. It is possible that we might need an enable_output option too. ---------- assignee: terry.reedy components: IDLE messages: 229846 nosy: terry.reedy priority: normal severity: normal stage: needs patch status: open title: Review extension enable options type: enhancement versions: Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 02:17:13 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 23 Oct 2014 00:17:13 +0000 Subject: [issue22705] Idle extension configuration: add option-help option Message-ID: <1414023433.5.0.357242409854.issue22705@psf.upfronthosting.co.za> New submission from Terry J. Reedy: #3068 adds a extension configuration dialog, with some validation of user input. msg228890 suggest a new 'option-help' option to explain the meaning of options, limit int entries when appropriate, and limit string choices (with a drop-down list) when appropriate. The help could also indicate options that require a restart to take effect. ---------- assignee: terry.reedy components: IDLE messages: 229847 nosy: terry.reedy priority: normal severity: normal stage: needs patch status: open title: Idle extension configuration: add option-help option type: enhancement versions: Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 02:17:33 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 23 Oct 2014 00:17:33 +0000 Subject: [issue22706] Idle extension configuration and key bindings Message-ID: <1414023453.7.0.681663520586.issue22706@psf.upfronthosting.co.za> New submission from Terry J. Reedy: In default config-extensions.def, section [X] is followed by section [X_cfgBindings]. In user config-extensions.cfg, the two sections are written independently by the config dialog (key bindings) and by the extensions dialog (the [X]). While having [X] and [X_cfgBindings] separated and even reversed in order seems to still work, it would be nicer if they were written together in the proper order. It might be possible to do this in the user-config writing method in config-handler. ---------- components: IDLE messages: 229848 nosy: terry.reedy priority: normal severity: normal stage: needs patch status: open title: Idle extension configuration and key bindings type: enhancement versions: Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 02:18:13 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 23 Oct 2014 00:18:13 +0000 Subject: [issue22707] Idle: changed options should take effect immediately Message-ID: <1414023493.97.0.227461422456.issue22707@psf.upfronthosting.co.za> New submission from Terry J. Reedy: Currently, some option changes take effect immediately, and some only when Idle is started again. To the extent possible, options should take effect immediately, perhaps by not caching values outside of the config dictionary that records changes before they are written out. Where immediately effect is not possible, there should be an indication. See #22705 for documenting extension options. ---------- assignee: terry.reedy components: IDLE messages: 229849 nosy: terry.reedy priority: normal severity: normal stage: needs patch status: open title: Idle: changed options should take effect immediately type: behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 02:27:39 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 23 Oct 2014 00:27:39 +0000 Subject: [issue3068] IDLE - Add an extension configuration dialog In-Reply-To: <1213035033.21.0.781726477097.issue3068@psf.upfronthosting.co.za> Message-ID: <1414024059.81.0.201833300154.issue3068@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Tal, thank you updating and submitting your patch. It fills a real hole in Idle customization. I am already using it to tweek the completion popup delay to find the best value for me. I opened these followup issues. #22703 fix the behavior of Options / Code Context #22704 rethink 'enable_xyz' system and use consistently #22705 add 'option-help' option for doc and entry checking #22706 write [x] and [x_config...] sections together in user .cfg #22707 makes changes take effect immediately or indicate if not I will later review this issue to see if I missed anything else. I am leaving this open until I add a user-oriented news item and edit the Idle doc. ---------- resolution: -> fixed stage: commit review -> resolved _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 02:32:04 2014 From: report at bugs.python.org (Josh Rosenberg) Date: Thu, 23 Oct 2014 00:32:04 +0000 Subject: [issue20185] Derby #17: Convert 49 sites to Argument Clinic across 13 files In-Reply-To: <1389140539.55.0.106381625615.issue20185@psf.upfronthosting.co.za> Message-ID: <1414024324.19.0.00542177036681.issue20185@psf.upfronthosting.co.za> Changes by Josh Rosenberg : ---------- nosy: +josh.r _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 02:32:17 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 23 Oct 2014 00:32:17 +0000 Subject: [issue22707] Idle: changed options should take effect immediately In-Reply-To: <1414023493.97.0.227461422456.issue22707@psf.upfronthosting.co.za> Message-ID: <1414024337.32.0.95042821867.issue22707@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- versions: +Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 02:36:27 2014 From: report at bugs.python.org (Josh Rosenberg) Date: Thu, 23 Oct 2014 00:36:27 +0000 Subject: [issue20341] Argument Clinic: add "nullable ints" In-Reply-To: <1390360681.97.0.808723930218.issue20341@psf.upfronthosting.co.za> Message-ID: <1414024587.33.0.81518798361.issue20341@psf.upfronthosting.co.za> Changes by Josh Rosenberg : ---------- nosy: +josh.r _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 06:00:41 2014 From: report at bugs.python.org (Josh Rosenberg) Date: Thu, 23 Oct 2014 04:00:41 +0000 Subject: [issue22702] to improve documentation for join() (str method) In-Reply-To: <1414017441.98.0.187335340973.issue22702@psf.upfronthosting.co.za> Message-ID: <1414036841.79.0.140420200232.issue22702@psf.upfronthosting.co.za> Josh Rosenberg added the comment: Seems awfully verbose relative to the standards of the other built-in methods. Can you explain what improvements you feel this provides? str.join isn't a particularly complex method, relative to the other str methods that have inline usage examples (e.g. the *strip methods, where it needs to be made clear that it's stripping by character, not string matching, or the interaction of arguments in str.split). ---------- nosy: +josh.r _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 06:21:24 2014 From: report at bugs.python.org (Van Ly) Date: Thu, 23 Oct 2014 04:21:24 +0000 Subject: [issue22702] to improve documentation for join() (str method) In-Reply-To: <1414017441.98.0.187335340973.issue22702@psf.upfronthosting.co.za> Message-ID: <1414038084.48.0.166834079265.issue22702@psf.upfronthosting.co.za> Van Ly added the comment: The improvement on the original (doc v.2.7.5) lies in the removal of the repeated 'iterable' in the first sentence, and I have also shortened it to deliver only what is returned by the builtin method which was what I wanted to know without knowing how. I wrote up this reformulation as I would have like to read it. I believe the word "concatenation" is off putting to beginners without a formal background or wanting to acquire that, and there are people like me who prefer plain and simple words. "concatenation" could be used in a footnote to guide readers to more depth if that is something they want to have. The inline usage example serves to confirm what has been described/claimed. --original: doc v.2.7.5 str.join(iterable) Return a string which is the concatenation of the strings in the iterable iterable. The separator between elements is the string providing this method. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 06:35:55 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Thu, 23 Oct 2014 04:35:55 +0000 Subject: [issue22702] to improve documentation for join() (str method) In-Reply-To: <1414017441.98.0.187335340973.issue22702@psf.upfronthosting.co.za> Message-ID: <1414038955.61.0.69888786386.issue22702@psf.upfronthosting.co.za> Changes by Raymond Hettinger : ---------- assignee: docs at python -> rhettinger nosy: +rhettinger _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 06:42:14 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Thu, 23 Oct 2014 04:42:14 +0000 Subject: [issue22702] to improve documentation for join() (str method) In-Reply-To: <1414017441.98.0.187335340973.issue22702@psf.upfronthosting.co.za> Message-ID: <1414039334.15.0.728145592222.issue22702@psf.upfronthosting.co.za> Raymond Hettinger added the comment: At least the "iterable iterable" should be fixed. However, as Josh said, the proposed wording is verbose. Aim for the smallest number of words that gets the job done. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 06:51:02 2014 From: report at bugs.python.org (Van Ly) Date: Thu, 23 Oct 2014 04:51:02 +0000 Subject: [issue22702] to improve documentation for join() (str method) In-Reply-To: <1414017441.98.0.187335340973.issue22702@psf.upfronthosting.co.za> Message-ID: <1414039862.36.0.932235639963.issue22702@psf.upfronthosting.co.za> Van Ly added the comment: Aim for the fewest syllables in the words without losing meaning or good taste. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 07:02:29 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Thu, 23 Oct 2014 05:02:29 +0000 Subject: [issue22683] bisect index out of bounds issue In-Reply-To: <1413876192.76.0.889942882253.issue22683@psf.upfronthosting.co.za> Message-ID: <1414040549.72.0.969500830122.issue22683@psf.upfronthosting.co.za> Changes by Raymond Hettinger : ---------- assignee: -> rhettinger _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 07:16:04 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Thu, 23 Oct 2014 05:16:04 +0000 Subject: [issue22683] bisect index out of bounds issue In-Reply-To: <1413876192.76.0.889942882253.issue22683@psf.upfronthosting.co.za> Message-ID: <1414041364.29.0.278229099512.issue22683@psf.upfronthosting.co.za> Raymond Hettinger added the comment: These functions are very old and the API is unlikely to change, particularly if the goal is to change one kind of exception to another (making bad inputs fail in a different way than they do now). As far as I can tell, the current arrangement has never been a actual problem in practice. ---------- versions: -Python 2.7, Python 3.2, Python 3.3, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 08:21:23 2014 From: report at bugs.python.org (Vova) Date: Thu, 23 Oct 2014 06:21:23 +0000 Subject: [issue22708] httplib/http.client in method _tunnel used HTTP/1.0 CONNECT method Message-ID: <1414045283.61.0.401738994501.issue22708@psf.upfronthosting.co.za> New submission from Vova: At my workplace I have to use corporate Internet proxy server with AD/domain/ntlm authorization. I use local cntlm proxy server to authorize myself on corporate proxy. Programs are send requests to cntlm proxy without any authorization information. Cntlm proxy communicate with corporate proxy and handle all authorization stuff and return response to programs. But programs which use httplib, like pip, and want to open https url can't work in my network scheme. Because to open https connection httplib send to cntlm proxy "CONNECT encrypted.google.com:443 HTTP/1.0\r\n" HTTP/1.0 does not assume persistent connection so corporate proxy return http response 407 (need authorization) and close connection. Cntlm proxy detect closed connection and return http response 407 to pip/httplib which can't handle this response or begin ntlm negotiation, throw exception ProxyError('Cannot connect to proxy.', error('Tunnel connection failed: 407 Proxy Authentication Required',)) and close. So I suggest change HTTP CONNECT method to "CONNECT %s:%d HTTP/1.1\r\n" This change allow cntlm proxy keep alive connection to corporate proxy do all authorization stuff and return proper response. And also in header of httplib is stated what it is "HTTP/1.1 client library" ---------- components: Library (Lib) files: py2.7.httplib.patch keywords: patch messages: 229856 nosy: vova priority: normal severity: normal status: open title: httplib/http.client in method _tunnel used HTTP/1.0 CONNECT method type: behavior versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6 Added file: http://bugs.python.org/file36996/py2.7.httplib.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 08:52:37 2014 From: report at bugs.python.org (Paul Ianas) Date: Thu, 23 Oct 2014 06:52:37 +0000 Subject: [issue22683] bisect index out of bounds issue In-Reply-To: <1413876192.76.0.889942882253.issue22683@psf.upfronthosting.co.za> Message-ID: <1414047157.03.0.0420353515813.issue22683@psf.upfronthosting.co.za> Paul Ianas added the comment: Sure, it is your call. As said, this is rather an enhancement. Still, if I were to decide, I would chose: 1. not to break the API <=> raise IndexError instead of ValueError in case hi is invalid. 2. to protect against illegal values: as said, if hi < 0 bisect_* always returns 0 (whatever the searched value). 3. I would implement a single _range_check(_len, lo, hi) method to do this logic (DRY). That being said, from my point of view this ticket can be closed. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 09:13:23 2014 From: report at bugs.python.org (Robert Collins) Date: Thu, 23 Oct 2014 07:13:23 +0000 Subject: [issue19217] Calling assertEquals for moderately long list takes too long In-Reply-To: <1381410286.72.0.514206486634.issue19217@psf.upfronthosting.co.za> Message-ID: <1414048403.77.0.615668859142.issue19217@psf.upfronthosting.co.za> Robert Collins added the comment: A few thoughts. Adding a new public symbol seems inappropriate here: this is a performance issue that is well predictable and we should cater for that (given difflibs current performance). I'll note in passing that both bzr and hg have much higher performance difference algorithms that we could pick up and includes as a replacement SequenceMatcher, which might significantly reduce the threshold at which we need to default-cap things - but such a threshold will still exist. I totally agree that _diffThreshold should apply to non-string sequences - anything where we're going to hit high-order complexity outputting the difference. That said, I speculate that perhaps we'd be better off outputting both objects in some structured fashion and letting a later process render them (for things like CI systems and test databases, where fidelity of reproduction is more important than having the output fit on one screen. This is a different issue though and something we should revisit later. That suggests to me though that the largest diff we output should be chosen based on the textual representation of the diff - we're doing it for human readability. Whereas the threshold for calculating a diff at all should be based on performance. It can be very expensive to calculate a diff on large sequences, but the diff might be much much larger than the sequence length indicates [because each item in the sequence may be very large]. Perhaps thats over thinking it? Anyhow- short term, surely just making the threshold apply to any sequenced type is sufficient to fix the bug? ---------- nosy: +rbcollins _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 09:16:00 2014 From: report at bugs.python.org (Akira Li) Date: Thu, 23 Oct 2014 07:16:00 +0000 Subject: [issue22709] restore accepting detached stdin in fileinput binary mode Message-ID: <1414048560.8.0.0429092094688.issue22709@psf.upfronthosting.co.za> New submission from Akira Li: The patch for Issue #21075: "fileinput.FileInput now reads bytes from standard stream if binary mode is specified" broke code that used sys.stdin = sys.stdin.detach() with FileInput(mode='rb') in Python 3.3 I've attached the patch that makes FileInput to accept detached sys.stdin (without 'buffer' attribute) in binary mode. ---------- components: Library (Lib) files: fileinput-detached-stdin.diff keywords: patch messages: 229859 nosy: akira priority: normal severity: normal status: open title: restore accepting detached stdin in fileinput binary mode type: behavior versions: Python 3.4, Python 3.5, Python 3.6 Added file: http://bugs.python.org/file36997/fileinput-detached-stdin.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 09:42:09 2014 From: report at bugs.python.org (Robert Collins) Date: Thu, 23 Oct 2014 07:42:09 +0000 Subject: [issue10548] Error in setUp not reported as expectedFailure (unittest) In-Reply-To: <1290870998.37.0.268172055445.issue10548@psf.upfronthosting.co.za> Message-ID: <1414050129.21.0.955653918166.issue10548@psf.upfronthosting.co.za> Robert Collins added the comment: Just to note that unittest2 tip (unreleased)had michaels proposed fix, which is different to that here. I'm going to back that out before doing a release, because they should be harmonisious. ---------- nosy: +rbcollins _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 09:54:17 2014 From: report at bugs.python.org (Robert Collins) Date: Thu, 23 Oct 2014 07:54:17 +0000 Subject: [issue10548] Error in setUp not reported as expectedFailure (unittest) In-Reply-To: <1290870998.37.0.268172055445.issue10548@psf.upfronthosting.co.za> Message-ID: <1414050857.27.0.11484573086.issue10548@psf.upfronthosting.co.za> Robert Collins added the comment: My take on this, FWIW, is that any methods in the under-test API - setUp, tearDown, test_* and anything registered via addCleanup should all support the same protocol as much as possible, whatever it is. That is, raising a skip in setUp should skip the test. raising a skip in tearDown should skip the test, and raising a skip from a cleanup should skip the test. This is complicated by the case where some code is called after exceptions- teardown and cleanups. Thats fairly straight forward: errors are higher precedence than failure than skips than anything which resolved as a pass. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 10:20:59 2014 From: report at bugs.python.org (Nick Coghlan) Date: Thu, 23 Oct 2014 08:20:59 +0000 Subject: [issue10548] Error in setUp not reported as expectedFailure (unittest) In-Reply-To: <1290870998.37.0.268172055445.issue10548@psf.upfronthosting.co.za> Message-ID: <1414052459.87.0.824900414022.issue10548@psf.upfronthosting.co.za> Nick Coghlan added the comment: While I agree with Robert's comments in general, the main question to be resolved here is the scope of the "expectedFailure" decorator. Yes, it's applied specifically to the test execution phase when writing the code, but the question is how the following scenarios should be handled when the test is marked that way: - setUp throws an exception - test passes, tearDown or cleanUp throw an exception - test fails, tearDown or cleanUp throw an exception - test throws an exception, tearDown or cleanUp throw an exception >From my perspective, those cases represent: - error - unexpected success OR error - expected failure - expected failure If the test itself fails as expected, then I'm OK with cleanup code also failing as a consequence. However, I'd also be OK with the simpler model that treats the decorator as covering the whole setUp/test/cleanUp/tearDown cycle, in which case an exception from *any* of those methods would be categorised as satisfying the "expected failure" decorator. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 10:47:19 2014 From: report at bugs.python.org (Robert Collins) Date: Thu, 23 Oct 2014 08:47:19 +0000 Subject: [issue10548] Error in setUp not reported as expectedFailure (unittest) In-Reply-To: <1290870998.37.0.268172055445.issue10548@psf.upfronthosting.co.za> Message-ID: <1414054039.07.0.0956849355432.issue10548@psf.upfronthosting.co.za> Robert Collins added the comment: I'd argue for - An error - its not covered by the decorator. - An error - the last two are not covered by the decorator. - An error - the last two are not covered by the decorator. - An error - the exception isn't a 'failure' [today - we should revisit this but its a separate issue to the code coverage aspect and the last two aren't covered by the decorator. Perhaps I'm infected by knowing too much about the plumbing, but we can make things *super* complex (both implementation and reasoning-about-for-users) if we are too clever - and making the decorator affect multiple different methods is very much across that line IMO. "If the test itself fails as expected, then I'm OK with cleanup code also failing as a consequence." I'm not unless we've got a really specific reason to be OK with it - in my experience that will mask nasty things like leaked temp files which can have bad consequences - and because its masked its then hard for developers to diagnose. So its bad all around. "However, I'd also be OK with the simpler model that treats the decorator as covering the whole setUp/test/cleanUp/tearDown cycle, in which case an exception from *any* of those methods would be categorised as satisfying the "expected failure" decorator." So - I think a simpler still model which is that the decorator covers the decorated code is better still, as it doesn't need any explanation about how its different to regular python decorators. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 11:04:37 2014 From: report at bugs.python.org (David Barnett) Date: Thu, 23 Oct 2014 09:04:37 +0000 Subject: [issue22710] doctest exceptions include nondeterministic namespace Message-ID: <1414055077.68.0.197371426404.issue22710@psf.upfronthosting.co.za> New submission from David Barnett: doctests includes special exception processing support (described in https://docs.python.org/3/library/doctest.html#what-about-exceptions), but in python3 it seems to print the fully-qualified class name even for exception classes in the same module, which makes the expected output vary between py2 and py3. For instance, given a file spam/eggs.py with these contents: class Error(Exception): """Spam, Bacon, and Spam >>> raise Error() Traceback (most recent call last): ... Error """ running the command python3 -m doctest spam/eggs.py will fail expecting "eggs.Error" instead of just "Error". If you instead invoke it with the command nosetests3 --with-doctest spam/eggs.py it will fail expecting yet another name, "spam.eggs.Error". It may be possible to work around issues like this using ELLIPSIS, but it makes the doctests harder to read and it really seems like at least exception classes defined in the same file should be able to match by just their short class name. ---------- components: Library (Lib) messages: 229864 nosy: mu_mind priority: normal severity: normal status: open title: doctest exceptions include nondeterministic namespace type: behavior versions: Python 3.2, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 11:12:08 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 23 Oct 2014 09:12:08 +0000 Subject: [issue22709] restore accepting detached stdin in fileinput binary mode In-Reply-To: <1414048560.8.0.0429092094688.issue22709@psf.upfronthosting.co.za> Message-ID: <1414055528.85.0.945613938974.issue22709@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: The code sys.stdin = sys.stdin.detach() is incorrect because sys.stdin should be text stream, but detach() returns binary stream. ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 12:32:35 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 23 Oct 2014 10:32:35 +0000 Subject: [issue17293] uuid.getnode() MAC address on AIX In-Reply-To: <1746008.UkM8Rlx0EU@raxxla> Message-ID: <18608381.Qv1Po1D0VC@raxxla> Serhiy Storchaka added the comment: Here are updated patches for 3.5 (using subprocess) and 3.4 (using os.popen) which addresses Victor's comments. ---------- Added file: http://bugs.python.org/file36998/uuid_netstat_getnode-3.5_2.patch Added file: http://bugs.python.org/file36999/uuid_netstat_getnode-3.4.patch _______________________________________ Python tracker _______________________________________ -------------- next part -------------- diff -r f2ce9603346c Lib/test/test_uuid.py --- a/Lib/test/test_uuid.py Wed Oct 22 12:33:23 2014 +0200 +++ b/Lib/test/test_uuid.py Thu Oct 23 12:57:55 2014 +0300 @@ -320,6 +320,24 @@ class TestUUID(unittest.TestCase): if node is not None: self.check_node(node, 'ifconfig') + @unittest.skipUnless(os.name == 'posix', 'requires Posix') + def test_arp_getnode(self): + node = uuid._arp_getnode() + if node is not None: + self.check_node(node, 'arp') + + @unittest.skipUnless(os.name == 'posix', 'requires Posix') + def test_lanscan_getnode(self): + node = uuid._lanscan_getnode() + if node is not None: + self.check_node(node, 'lanscan') + + @unittest.skipUnless(os.name == 'posix', 'requires Posix') + def test_netstat_getnode(self): + node = uuid._netstat_getnode() + if node is not None: + self.check_node(node, 'netstat') + @unittest.skipUnless(os.name == 'nt', 'requires Windows') def test_ipconfig_getnode(self): node = uuid._ipconfig_getnode() @@ -377,7 +395,7 @@ eth0 Link encap:Ethernet HWaddr 12 return_value=popen): mac = uuid._find_mac( command='ifconfig', - arg='', + args='', hw_identifiers=[b'hwaddr'], get_index=lambda x: x + 1, ) diff -r f2ce9603346c Lib/uuid.py --- a/Lib/uuid.py Wed Oct 22 12:33:23 2014 +0200 +++ b/Lib/uuid.py Thu Oct 23 12:57:55 2014 +0300 @@ -304,7 +304,7 @@ class UUID(object): if self.variant == RFC_4122: return int((self.int >> 76) & 0xf) -def _find_mac(command, arg, hw_identifiers, get_index): +def _popen(command, *args): import os, shutil, subprocess executable = shutil.which(command) if executable is None: @@ -312,28 +312,32 @@ def _find_mac(command, arg, hw_identifie executable = shutil.which(command, path=path) if executable is None: return None + # LC_ALL=C to ensure English output, stderr=DEVNULL to prevent output + # on stderr (Note: we don't have an example where the words we search + # for are actually localized, but in theory some system could do so.) + env = dict(os.environ) + env['LC_ALL'] = 'C' + proc = subprocess.Popen((executable,) + args, + stdout=subprocess.PIPE, + stderr=subprocess.DEVNULL, + env=env) + return proc +def _find_mac(command, args, hw_identifiers, get_index): try: - # LC_ALL=C to ensure English output, stderr=DEVNULL to prevent output - # on stderr (Note: we don't have an example where the words we search - # for are actually localized, but in theory some system could do so.) - env = dict(os.environ) - env['LC_ALL'] = 'C' - cmd = [executable] - if arg: - cmd.append(arg) - proc = subprocess.Popen(cmd, - stdout=subprocess.PIPE, - stderr=subprocess.DEVNULL, - env=env) + proc = _popen(command, *args.split()) + if not proc: + return with proc: for line in proc.stdout: - words = line.lower().split() + words = line.lower().rstrip().split() for i in range(len(words)): if words[i] in hw_identifiers: try: - return int( - words[get_index(i)].replace(b':', b''), 16) + word = words[get_index(i)] + mac = int(word.replace(b':', b''), 16) + if mac: + return mac except (ValueError, IndexError): # Virtual interfaces, such as those provided by # VPNs, do not have a colon-delimited MAC address @@ -346,27 +350,50 @@ def _find_mac(command, arg, hw_identifie def _ifconfig_getnode(): """Get the hardware address on Unix by running ifconfig.""" - # This works on Linux ('' or '-a'), Tru64 ('-av'), but not all Unixes. for args in ('', '-a', '-av'): mac = _find_mac('ifconfig', args, [b'hwaddr', b'ether'], lambda i: i+1) if mac: return mac - import socket +def _arp_getnode(): + """Get the hardware address on Unix by running arp.""" + import os, socket ip_addr = socket.gethostbyname(socket.gethostname()) # Try getting the MAC addr from arp based on our IP address (Solaris). - mac = _find_mac('arp', '-an', [os.fsencode(ip_addr)], lambda i: -1) - if mac: - return mac + return _find_mac('arp', '-an', [os.fsencode(ip_addr)], lambda i: -1) +def _lanscan_getnode(): + """Get the hardware address on Unix by running lanscan.""" # This might work on HP-UX. - mac = _find_mac('lanscan', '-ai', [b'lan0'], lambda i: 0) - if mac: - return mac + return _find_mac('lanscan', '-ai', [b'lan0'], lambda i: 0) - return None +def _netstat_getnode(): + """Get the hardware address on Unix by running netstat.""" + # This might work on AIX, Tru64 UNIX and presumably on IRIX. + try: + proc = _popen('netstat', '-ia') + if not proc: + return + with proc: + words = proc.stdout.readline().rstrip().split() + try: + i = words.index(b'Address') + except ValueError: + return + for line in proc.stdout: + try: + words = line.rstrip().split() + word = words[i] + if len(word) == 17 and word.count(b':') == 5: + mac = int(word.replace(b':', b''), 16) + if mac: + return mac + except (ValueError, IndexError): + pass + except OSError: + pass def _ipconfig_getnode(): """Get the hardware address on Windows by running ipconfig.exe.""" @@ -508,7 +535,8 @@ def getnode(): if sys.platform == 'win32': getters = [_windll_getnode, _netbios_getnode, _ipconfig_getnode] else: - getters = [_unixdll_getnode, _ifconfig_getnode] + getters = [_unixdll_getnode, _ifconfig_getnode, _arp_getnode, + _lanscan_getnode, _netstat_getnode] for getter in getters + [_random_getnode]: try: -------------- next part -------------- diff -r a2ecc284eaa7 Lib/test/test_uuid.py --- a/Lib/test/test_uuid.py Wed Oct 22 09:55:44 2014 +0200 +++ b/Lib/test/test_uuid.py Thu Oct 23 13:13:27 2014 +0300 @@ -319,6 +319,24 @@ class TestUUID(unittest.TestCase): if node is not None: self.check_node(node, 'ifconfig') + @unittest.skipUnless(os.name == 'posix', 'requires Posix') + def test_arp_getnode(self): + node = uuid._arp_getnode() + if node is not None: + self.check_node(node, 'arp') + + @unittest.skipUnless(os.name == 'posix', 'requires Posix') + def test_lanscan_getnode(self): + node = uuid._lanscan_getnode() + if node is not None: + self.check_node(node, 'lanscan') + + @unittest.skipUnless(os.name == 'posix', 'requires Posix') + def test_netstat_getnode(self): + node = uuid._netstat_getnode() + if node is not None: + self.check_node(node, 'netstat') + @unittest.skipUnless(os.name == 'nt', 'requires Windows') def test_ipconfig_getnode(self): node = uuid._ipconfig_getnode() diff -r a2ecc284eaa7 Lib/uuid.py --- a/Lib/uuid.py Wed Oct 22 09:55:44 2014 +0200 +++ b/Lib/uuid.py Thu Oct 23 13:13:27 2014 +0300 @@ -311,7 +311,7 @@ class UUID(object): if self.variant == RFC_4122: return int((self.int >> 76) & 0xf) -def _find_mac(command, args, hw_identifiers, get_index): +def _popen(command, args): import os, shutil executable = shutil.which(command) if executable is None: @@ -319,20 +319,27 @@ def _find_mac(command, args, hw_identifi executable = shutil.which(command, path=path) if executable is None: return None + # LC_ALL to ensure English output, 2>/dev/null to prevent output on + # stderr (Note: we don't have an example where the words we search for + # are actually localized, but in theory some system could do so.) + cmd = 'LC_ALL=C %s %s 2>/dev/null' % (executable, args) + return os.popen(cmd) +def _find_mac(command, args, hw_identifiers, get_index): try: - # LC_ALL to ensure English output, 2>/dev/null to prevent output on - # stderr (Note: we don't have an example where the words we search for - # are actually localized, but in theory some system could do so.) - cmd = 'LC_ALL=C %s %s 2>/dev/null' % (executable, args) - with os.popen(cmd) as pipe: + pipe = _popen(command, args) + if not pipe: + return + with pipe: for line in pipe: - words = line.lower().split() + words = line.lower().rstrip().split() for i in range(len(words)): if words[i] in hw_identifiers: try: - return int( - words[get_index(i)].replace(':', ''), 16) + word = words[get_index(i)] + mac = int(word.replace(':', ''), 16) + if mac: + return mac except (ValueError, IndexError): # Virtual interfaces, such as those provided by # VPNs, do not have a colon-delimited MAC address @@ -345,27 +352,50 @@ def _find_mac(command, args, hw_identifi def _ifconfig_getnode(): """Get the hardware address on Unix by running ifconfig.""" - # This works on Linux ('' or '-a'), Tru64 ('-av'), but not all Unixes. for args in ('', '-a', '-av'): mac = _find_mac('ifconfig', args, ['hwaddr', 'ether'], lambda i: i+1) if mac: return mac - import socket +def _arp_getnode(): + """Get the hardware address on Unix by running arp.""" + import os, socket ip_addr = socket.gethostbyname(socket.gethostname()) # Try getting the MAC addr from arp based on our IP address (Solaris). - mac = _find_mac('arp', '-an', [ip_addr], lambda i: -1) - if mac: - return mac + return _find_mac('arp', '-an', [ip_addr], lambda i: -1) +def _lanscan_getnode(): + """Get the hardware address on Unix by running lanscan.""" # This might work on HP-UX. - mac = _find_mac('lanscan', '-ai', ['lan0'], lambda i: 0) - if mac: - return mac + return _find_mac('lanscan', '-ai', ['lan0'], lambda i: 0) - return None +def _netstat_getnode(): + """Get the hardware address on Unix by running netstat.""" + # This might work on AIX, Tru64 UNIX and presumably on IRIX. + try: + pipe = _popen('netstat', '-ia') + if not pipe: + return + with pipe: + words = pipe.readline().rstrip().split() + try: + i = words.index('Address') + except ValueError: + return + for line in pipe: + try: + words = line.rstrip().split() + word = words[i] + if len(word) == 17 and word.count(':') == 5: + mac = int(word.replace(':', ''), 16) + if mac: + return mac + except (ValueError, IndexError): + pass + except OSError: + pass def _ipconfig_getnode(): """Get the hardware address on Windows by running ipconfig.exe.""" @@ -506,7 +536,8 @@ def getnode(): if sys.platform == 'win32': getters = [_windll_getnode, _netbios_getnode, _ipconfig_getnode] else: - getters = [_unixdll_getnode, _ifconfig_getnode] + getters = [_unixdll_getnode, _ifconfig_getnode, _arp_getnode, + _lanscan_getnode, _netstat_getnode] for getter in getters + [_random_getnode]: try: From report at bugs.python.org Thu Oct 23 13:01:38 2014 From: report at bugs.python.org (James) Date: Thu, 23 Oct 2014 11:01:38 +0000 Subject: [issue22691] A Better Help File In-Reply-To: <1413984307.46.0.20814971819.issue22691@psf.upfronthosting.co.za> Message-ID: James added the comment: I've written several languages, I'm no novice but, I also know when to brush up.Its just how I started, it looks like an opening for others. -----Original Message----- From: R. David Murray Sent: Wednesday, October 22, 2014 6:25 AM To: geek.moses at gmail.com Subject: [issue22691] A Better Help File R. David Murray added the comment: The help isn't targeted at teaching you to use the module. The help is targeted at *reminding* you how to use the module after you've read the full documentation, which usually does contain examples (though generally not at the top of the page...they are usually at the bottom or interspersed...it is a *reference* guide after all, the tutorial is a separate thing with yet a different target). I'm afraid, though, that if you find the help to be a wall of words, you'll find the library reference worse. You might be best serve by checking out the book/website "Python Module of the Week" (pymotw.com), which has a more tutorial style and more examples. I've never see the Quick Basic style docs. I don't know if that style would be applicable to Python modules. Bottom line right now, though, is that this isn't really a useful issue for the bug tracker. If you want to discuss strategies for making overall improvements in the documentation, that's something that should be done with the group of people who focus on documentation. Their mailing list is docs at python.org if you want to join the team and advocate for a change (your suggestion has already been posted to that mailing list by the bug tracker, FYI). ---------- nosy: +r.david.murray resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 13:26:21 2014 From: report at bugs.python.org (Akira Li) Date: Thu, 23 Oct 2014 11:26:21 +0000 Subject: [issue22709] restore accepting detached stdin in fileinput binary mode In-Reply-To: <1414048560.8.0.0429092094688.issue22709@psf.upfronthosting.co.za> Message-ID: <1414063581.74.0.138772319327.issue22709@psf.upfronthosting.co.za> Akira Li added the comment: It is incorrect that sys.stdin is *always* a text stream. It often is, but not always. There are cases when it is not e.g., $ tar zcf - stuff | gpg -e | ssh user at server 'cat - > stuff.tar.gz.gpg' tar's stdout is *not* a text stream. gpg's stdin/stdout are *not* text streams. ssh's stdin is *not* a text stream. etc. If any of the steps are implemented in Python then it is useful to consider sys.stdin as a binary stream. Any script written before Python 3.4.1 (#21075) that used FileInput binary mode *had to* use sys.stdin = sys.stdin.detach() A bugfix release should not break working code. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 13:49:35 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 23 Oct 2014 11:49:35 +0000 Subject: [issue22709] restore accepting detached stdin in fileinput binary mode In-Reply-To: <1414063581.74.0.138772319327.issue22709@psf.upfronthosting.co.za> Message-ID: <2532207.LoaQVbPTmF@raxxla> Serhiy Storchaka added the comment: > It is incorrect that sys.stdin is *always* a text stream. It often is, > but not always. > > There are cases when it is not e.g., > > $ tar zcf - stuff | gpg -e | ssh user at server 'cat - > stuff.tar.gz.gpg' > > tar's stdout is *not* a text stream. > gpg's stdin/stdout are *not* text streams. > ssh's stdin is *not* a text stream. > etc. This is not related to Python. Terms "character", "string", "text", "file" can have different meaning in different domains. In Python we use Python terminology. There is no such thing as sys.stdin in Posix-compatible shell, because Posix-compatible shell has no the sys module and doesn't use a dot to access attributes. > Any script written before Python 3.4.1 (#21075) that used FileInput binary > mode *had to* use sys.stdin = sys.stdin.detach() > > A bugfix release should not break working code. Correct solution in this case would be to use the workaround "sys.stdin = sys.stdin.detach()" conditionally, only in Python versions which have a bug. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 14:38:24 2014 From: report at bugs.python.org (Akira Li) Date: Thu, 23 Oct 2014 12:38:24 +0000 Subject: [issue22709] restore accepting detached stdin in fileinput binary mode In-Reply-To: <1414048560.8.0.0429092094688.issue22709@psf.upfronthosting.co.za> Message-ID: <1414067904.08.0.345607118982.issue22709@psf.upfronthosting.co.za> Akira Li added the comment: > This is not related to Python. Terms "character", "string", "text", "file" can have different meaning in different domains. In Python we use Python terminology. There is no such thing as sys.stdin in Posix-compatible shell, because Posix-compatible shell has no the sys module and doesn't use a dot to access attributes. I use Python terminology (text - Unicode string, binary data - bytes). Though text vs. binary data distinction is language independent ( it doesn't matter how Unicode type is called in a particular language). Python can be used to implement `tar`, `gpg`, `ssh`, `7z`, etc. I don't see what POSIX has anything to do with that fact. It is very simple actually: text -> encode -> bytes bytes -> decode -> text In most cases text should be human readable. It doesn't make sense to encode/decode input/output of gpg-like utilities using a character encoding. *Therefore* the notion of sys.stdin being a bytes stream (io.BufferedReader) can be useful in this case. The lines produced by FileInput are often (after optional processing) written to sys.stdout. If binary mode is used then FileInput(mode='rb') yields bytes therefore it is also useful to consider sys.stdout a binary stream (io.BufferedWriter) in this case. It introduces a nice symmetry: text FileInput mode -> text streams binary FileInput mode -> binary streams By design, FileInput treats stdin as any other file. It even supports a special name for it: '-'. A file may be in binary mode; stdin should be able too. sys.stdout is used outside of FileInput therefore no changes in FileInput itself are necessary but sys.stdin is used inside FileInput that is why the change is needed. > Correct solution in this case would be to use the workaround "sys.stdin = sys.stdin.detach()" conditionally, only in Python versions which have a bug. Do you mean every Python 3 version before Python 3.4.1? Correct solution is to avoid blaming users (your fault -> you change your programs) for our mistakes and fix the bug in Python itself. The patch is attached. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 14:57:26 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 23 Oct 2014 12:57:26 +0000 Subject: [issue22711] "legacy" distutils docs better than packaging guide Message-ID: <1414069046.6.0.438005896108.issue22711@psf.upfronthosting.co.za> New submission from Antoine Pitrou: I just noticed that access to the normal distutils docs has become difficult. They are hidden as "legacy" while a link to the packaging user guide (https://packaging.python.org/en/latest/) is prominently displayed. The problem is that the packaging user guide is an unreadable mess of recommandations, which is both tedious and unhelpful when you want a detailed documentation of e.g. the setup() function. I would ask to revert to the "old" distutils docs until the packaging guide becomes up to the task. ---------- assignee: docs at python components: Documentation messages: 229871 nosy: docs at python, dstufft, eric.araujo, ncoghlan, pitrou priority: normal severity: normal status: open title: "legacy" distutils docs better than packaging guide versions: Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 15:21:24 2014 From: report at bugs.python.org (Ivan Pozdeev) Date: Thu, 23 Oct 2014 13:21:24 +0000 Subject: [issue22552] ctypes.CDLL returns singleton objects, resulting in usage conflicts In-Reply-To: <1412387689.66.0.814406977046.issue22552@psf.upfronthosting.co.za> Message-ID: <1414070484.58.0.163066255633.issue22552@psf.upfronthosting.co.za> Ivan Pozdeev added the comment: Here's the warnings patch. No sure if the `copy.copy' recipe is officially supported. ---------- nosy: +native_api Added file: http://bugs.python.org/file37000/add-warnings.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 15:43:15 2014 From: report at bugs.python.org (Sigz) Date: Thu, 23 Oct 2014 13:43:15 +0000 Subject: [issue22690] importing Gtk breaks strptime In-Reply-To: <1413927442.61.0.0173786511111.issue22690@psf.upfronthosting.co.za> Message-ID: <1414071795.23.0.687107735534.issue22690@psf.upfronthosting.co.za> Sigz added the comment: Ok seems you were right, I was not applying any locale, forcing to locale.setlocale(locale.LC_ALL, 'en_US.utf8') resolved the issue. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 15:43:25 2014 From: report at bugs.python.org (Sigz) Date: Thu, 23 Oct 2014 13:43:25 +0000 Subject: [issue22690] importing Gtk breaks strptime In-Reply-To: <1413927442.61.0.0173786511111.issue22690@psf.upfronthosting.co.za> Message-ID: <1414071805.23.0.793820462979.issue22690@psf.upfronthosting.co.za> Changes by Sigz : ---------- status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 16:32:22 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 23 Oct 2014 14:32:22 +0000 Subject: [issue22709] restore accepting detached stdin in fileinput binary mode In-Reply-To: <1414048560.8.0.0429092094688.issue22709@psf.upfronthosting.co.za> Message-ID: <1414074742.29.0.430996226493.issue22709@psf.upfronthosting.co.za> R. David Murray added the comment: I actually agree that this should be applied not only for backward compatibility reasons, but because it is better duck typing. It unfortunately leaves code still having to potentially deal with "if python version is 3.4.1 or 3.4.2", but there is nothing that can be done about that. ---------- nosy: +r.david.murray versions: -Python 3.6 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 16:51:48 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 23 Oct 2014 14:51:48 +0000 Subject: [issue10548] Error in setUp not reported as expectedFailure (unittest) In-Reply-To: <1290870998.37.0.268172055445.issue10548@psf.upfronthosting.co.za> Message-ID: <1414075908.46.0.603656020994.issue10548@psf.upfronthosting.co.za> R. David Murray added the comment: I agree with Robert. I'd rather get notified of a failure in the cleanup...if the test is an *expected* failure, then its cleanup should be designed to succeed when the test fails; anything else would be a bug in the design of the test, IMO. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 17:04:57 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 23 Oct 2014 15:04:57 +0000 Subject: [issue22708] httplib/http.client in method _tunnel used HTTP/1.0 CONNECT method In-Reply-To: <1414045283.61.0.401738994501.issue22708@psf.upfronthosting.co.za> Message-ID: <1414076697.0.0.186305138454.issue22708@psf.upfronthosting.co.za> R. David Murray added the comment: See issue 21224 and issue 9740. It's not 100% clear to me from reading those issues, but it *sounds* like the support is there, you just have to turn it on. So I'm closing this issue as not a bug...either it already works (and you just have to set your code to use 1.1) or this is a duplicate of one of those two issues, and you should comment on whichever one is more appropriate. Your point about PIP is a good one, though...that might be worth a specific issue for 1.1 support in pip, if it doesn't already have a way to switch it on. ---------- nosy: +r.david.murray resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 17:05:30 2014 From: report at bugs.python.org (Nick Coghlan) Date: Thu, 23 Oct 2014 15:05:30 +0000 Subject: [issue22711] "legacy" distutils docs better than packaging guide In-Reply-To: <1414069046.6.0.438005896108.issue22711@psf.upfronthosting.co.za> Message-ID: <1414076730.27.0.475205620617.issue22711@psf.upfronthosting.co.za> Nick Coghlan added the comment: The old distutils docs are actively wrong in some areas, which is why they have been moved from their previous location. They can't be deleted yet because they contain info that needs to be moved to either the distutils module docs, the setuptools docs, or the Python Packaging User Guide (although the latter is generally not the right place for detailed API references). Assistance salvaging the information that still needs to be retained out of the middle of the now deprecated legacy docs would be greatly appreciated. ---------- resolution: -> rejected status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 17:06:28 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 23 Oct 2014 15:06:28 +0000 Subject: [issue22711] "legacy" distutils docs better than packaging guide In-Reply-To: <1414069046.6.0.438005896108.issue22711@psf.upfronthosting.co.za> Message-ID: <1414076788.74.0.246321966777.issue22711@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > The old distutils docs are actively wrong in some areas Yet they are actively useful in others. ---------- resolution: rejected -> status: closed -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 17:09:02 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 23 Oct 2014 15:09:02 +0000 Subject: [issue22710] doctest exceptions include nondeterministic namespace In-Reply-To: <1414055077.68.0.197371426404.issue22710@psf.upfronthosting.co.za> Message-ID: <1414076942.69.0.737673473119.issue22710@psf.upfronthosting.co.za> R. David Murray added the comment: It is not possible to work around it with ELLIPSIS. Look for the flag 'IGNORE_EXCEPTION_DETAIL', which is mentioned in the section you reference. ---------- nosy: +r.david.murray resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 17:17:53 2014 From: report at bugs.python.org (Saimadhav Heblikar) Date: Thu, 23 Oct 2014 15:17:53 +0000 Subject: [issue22705] Idle extension configuration: add option-help option In-Reply-To: <1414023433.5.0.357242409854.issue22705@psf.upfronthosting.co.za> Message-ID: <1414077473.33.0.0788422793039.issue22705@psf.upfronthosting.co.za> Saimadhav Heblikar added the comment: Would like to check if a tooltip would be appropriate for this? If yes, I would like to work on it. ---------- nosy: +sahutd _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 17:19:14 2014 From: report at bugs.python.org (Nick Coghlan) Date: Thu, 23 Oct 2014 15:19:14 +0000 Subject: [issue22711] "legacy" distutils docs better than packaging guide In-Reply-To: <1414069046.6.0.438005896108.issue22711@psf.upfronthosting.co.za> Message-ID: <1414077554.0.0.0015429509824.issue22711@psf.upfronthosting.co.za> Nick Coghlan added the comment: For reference, issue #19407 covered the PEP 453 docs updates. I tried fixing them in place, and judged it utterly impractical to do so - moving them out of the way, but keeping them available (including via existing deep links) was the resulting compromise. If you're prepared to help extract the needed data, great, but putting them back where they were is *not* going to happen. ---------- resolution: -> rejected status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 17:20:20 2014 From: report at bugs.python.org (Martijn Pieters) Date: Thu, 23 Oct 2014 15:20:20 +0000 Subject: [issue13769] json.dump(ensure_ascii=False) return str instead of unicode In-Reply-To: <1326300079.82.0.279410736545.issue13769@psf.upfronthosting.co.za> Message-ID: <1414077620.43.0.00543201920471.issue13769@psf.upfronthosting.co.za> Martijn Pieters added the comment: I'd say this is a bug in the library, not the documentation. The library varies the output type, making it impossible to use `json.dump()` with a `io.open()` object as the library will *mix data type* when writing. That is *terrible* behaviour. ---------- nosy: +mjpieters _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 17:25:18 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 23 Oct 2014 15:25:18 +0000 Subject: [issue22711] "legacy" distutils docs better than packaging guide In-Reply-To: <1414069046.6.0.438005896108.issue22711@psf.upfronthosting.co.za> Message-ID: <1414077918.9.0.0111314513902.issue22711@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Ok, can you stop closing this issue? > I tried fixing them in place, and judged it utterly impractical to do so Why? > If you're prepared to help extract the needed data, great, but putting them back where they were is *not* going to happen. Why? ---------- status: closed -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 18:21:16 2014 From: report at bugs.python.org (David Barnett) Date: Thu, 23 Oct 2014 16:21:16 +0000 Subject: [issue22710] doctest exceptions include nondeterministic namespace In-Reply-To: <1414055077.68.0.197371426404.issue22710@psf.upfronthosting.co.za> Message-ID: <1414081276.31.0.00729259796854.issue22710@psf.upfronthosting.co.za> David Barnett added the comment: But? that doesn't help. It completely changes the semantics of the doctests. I have a bunch of doctests demonstrating different failures of the same exception class, and with IGNORE_EXCEPTION_DETAIL running my doctests to verify they're still correct is next to useless. Plus it's very noisy to slap "# doctest: +IGNORE_EXCEPTION_DETAIL" everywhere just to get not-pathological behavior. And this isn't even just about py2/py3 interoperability. It's a problem for my py3-only project, which fails depending on how I invoke doctests. So it's not just something we can hack around until py2 goes away and be fine. Can't a separate option be added for just the module name and enabled by default? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 19:04:58 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 23 Oct 2014 17:04:58 +0000 Subject: [issue22710] doctest exceptions include nondeterministic namespace In-Reply-To: <1414055077.68.0.197371426404.issue22710@psf.upfronthosting.co.za> Message-ID: <1414083898.07.0.404711176581.issue22710@psf.upfronthosting.co.za> R. David Murray added the comment: Not to 2.7, since that would be a new feature. In Python we do not consider the content of an error message (as opposed to the exception class itself) to be part of the API, so it is not surprising that doctest does not really support checking it across versions. That said, I agree that it would be nice to have. If you want to propose a feature patch you can reopen the issue and update the title. A workaround would be to capture the exception and display its str. This would have the advantage of not cluttering your doctests with the Traceback lines, at the cost of having a try/except in your code sample. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 19:20:08 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 23 Oct 2014 17:20:08 +0000 Subject: [issue13769] json.dump(ensure_ascii=False) return str instead of unicode In-Reply-To: <1326300079.82.0.279410736545.issue13769@psf.upfronthosting.co.za> Message-ID: <1414084808.95.0.532084502914.issue13769@psf.upfronthosting.co.za> Terry J. Reedy added the comment: The revised doc admits the problem: "If *ensure_ascii* is False, some chunks written to *fp* may be unicode instances. Unless fp.write() explicitly understands unicode (as in codecs.getwriter) this is likely to cause an error." Making text be unicode in 3.x is our attempt at a generic fix to the problems resulting from the bug-prone 2.x 'text may be bytes or unicode' design. Since continued 2.7 support is aimed at supporting legacy code, we are very reluctant to make behavior changes that could break working code. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 20:17:10 2014 From: report at bugs.python.org (Dmitry Kazakov) Date: Thu, 23 Oct 2014 18:17:10 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions In-Reply-To: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> Message-ID: <1414088230.61.0.979888125545.issue22619@psf.upfronthosting.co.za> Dmitry Kazakov added the comment: I think the reason this patch hasn't been discussed well is that it only changes the behavior for traceback.*_tb functions that only deal with tracebacks. I commented on the review page that we don't have to change the behavior of traceback.*_stack functions to make it obvious. Let me show an example: import sys def a(): b() def b(): c() def c(): d() def d(): def e(): print_stack(limit=2) # Last 2 entries ''' Output: File "file", line 331, in d e() File "file", line 328, in e print_stack(limit=2) # Last 2 entries ''' raise Exception e() try: a() except Exception: print_exc(limit=2) # 2 entries from the caller ''' Output: Traceback (most recent call last): File "file", line 336, in a() File "file", line 318, in a b() Exception ''' If we decide to unify the behavior of *_tb and *_stack functions, the change will break some existing code, although the breakage will be purely cosmetic. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 20:40:33 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 23 Oct 2014 18:40:33 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions In-Reply-To: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> Message-ID: <1414089633.87.0.775893176901.issue22619@psf.upfronthosting.co.za> R. David Murray added the comment: More likely the lack of discussion is just that Serhiy is busy :) Breaking code is to be avoided if possible. Can you give an example of the "cosmetic" change? I haven't fully reviewed the patch, but a more meaningful name than 'condition' might make the code more readable. Perhaps 'handling_negative_limit'? ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 21:02:22 2014 From: report at bugs.python.org (zodalahtathi) Date: Thu, 23 Oct 2014 19:02:22 +0000 Subject: [issue22712] Add 'input' argument to subprocess.check_call and subprocess.call Message-ID: <1414090942.23.0.710907955389.issue22712@psf.upfronthosting.co.za> New submission from zodalahtathi: Python 3.4 added a 'input' argument to the subprocess.check_output function to send bytes to stdin, but it was surprisingly not added to other subprocess helpers. The same functionality should be added to subprocess.check_call and subprocess.call. ---------- components: Library (Lib) messages: 229889 nosy: zodalahtathi priority: normal severity: normal status: open title: Add 'input' argument to subprocess.check_call and subprocess.call type: enhancement versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 21:03:16 2014 From: report at bugs.python.org (Garry Smith) Date: Thu, 23 Oct 2014 19:03:16 +0000 Subject: [issue22713] print() Message-ID: <1414090996.4.0.97787020472.issue22713@psf.upfronthosting.co.za> New submission from Garry Smith: Problem with print() I did the following by accident while in the python console, print = 10, which it let me do, to horror.after that I could not use the print() command without getting the following error:- Traceback (most recent call last): File "", line 1, in TypeError: 'int' object is not callable This is what I type in the console. print = 33 a = 34 print(a) Traceback (most recent call last): File "", line 1, in TypeError: 'int' object is not callable. The only way to get the print command back was close and reopen the console. ---------- messages: 229890 nosy: gazza7364 priority: normal severity: normal status: open title: print() type: behavior versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 21:03:30 2014 From: report at bugs.python.org (=?utf-8?q?Charles-Fran=C3=A7ois_Natali?=) Date: Thu, 23 Oct 2014 19:03:30 +0000 Subject: [issue22698] Add constants for ioctl request codes In-Reply-To: <1414002985.57.0.296738860493.issue22698@psf.upfronthosting.co.za> Message-ID: Charles-Fran?ois Natali added the comment: Adding ioctl constants is fine. However, I think that if we do this, it'd be great if we could also expose this information in a module (since psutil inclusion was discussed recently), but that's probably another issue. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 21:06:40 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 23 Oct 2014 19:06:40 +0000 Subject: [issue22713] print() In-Reply-To: <1414090996.4.0.97787020472.issue22713@psf.upfronthosting.co.za> Message-ID: <1414091200.61.0.385971695204.issue22713@psf.upfronthosting.co.za> Georg Brandl added the comment: This is as expected; the new global name "print" overrides the builtin name "print". (What you could also have done to remove your binding is "del print", which removes the global binding.) ---------- nosy: +georg.brandl resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 21:17:10 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 23 Oct 2014 19:17:10 +0000 Subject: [issue6818] remove/delete method for zipfile/tarfile objects In-Reply-To: <1251866532.69.0.504306670253.issue6818@psf.upfronthosting.co.za> Message-ID: <1414091830.79.0.729893893444.issue6818@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: I agree with Martin and Lars, this issue is not so easy at looks at first glance. For ZIP files we should distinct two different operations. 1. Remove the entry from the central directory (and may be mark local file header as invalid if it is possible). This is easy, fast and safe, but it doesn't change the size of ZIP file. 2. Physical remove the content of the file from ZIP file. This is so easy as remove a line from the text file. In worst case it has linear complexity from the size of ZIP file. 2a. The safer way is to create temporary file in the same directory, copy the content of original ZIP file excluding deleted file, and then replace original ZIP file by modified copy. Be aware about file and parent directory permissions, owners, and disk space. 2b. The faster but less safe way is to "shift" the content of the ZIP file after deleted file by reading it and writing back in the same ZIP file at different position. This way is not safe because when something bad happen at writing, we can lost all data. And of course there are crafty ZIP files in which the order of files doesn't match the order in central directory or even files data overlap. For performance may be we should implement (2) not as a method to remove single file, but as a method which takes the filter function and then left in the ZIP file only files for which it returns true. Or may be implement (1) and then add a method which cleans up the ZIP archive be removing all files removed from the central directory. We should discuss alternatives. And as for concrete patch, zipfile.remove.2.patch can read the content of all ZIP file in the memory. This is not appropriate, because ZIP file can be very large. ---------- stage: patch review -> _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 21:19:01 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 23 Oct 2014 19:19:01 +0000 Subject: [issue22712] Add 'input' argument to subprocess.check_call and subprocess.call In-Reply-To: <1414090942.23.0.710907955389.issue22712@psf.upfronthosting.co.za> Message-ID: <1414091941.4.0.389081283137.issue22712@psf.upfronthosting.co.za> R. David Murray added the comment: call and check_call are designed as APIs that do *not* manage the standard streams of the commands called. If you want to manage the streams, either use check_output or Popen directly. Internally, call and check call do *not* use communicate, and it is communicate that supports the input parameter. The better way to support input for call and check_call would be to implement the full proposal advanced by Serhiy in issue 16624 (and deprecate 'input' entirely). So, I think this should either be rejected, or turned into an enhancement request for Serhiy's proposal. ---------- nosy: +r.david.murray, serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 21:37:34 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 23 Oct 2014 19:37:34 +0000 Subject: [issue22619] Possible implementation of negative limit for traceback functions In-Reply-To: <1413127450.91.0.243322258355.issue22619@psf.upfronthosting.co.za> Message-ID: <1414093054.25.0.517818144819.issue22619@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Last patch is more complicated and needs more time to review. I suppose the code would be more clear if split _extract_tb_or_stack_iter() to parts. One generator just generates (filename, lineno, name, f.f_globals) tuples. Then these tuples either handled directly or passed through a deque with fixed size. And some tests would be good. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 21:49:51 2014 From: report at bugs.python.org (Michael Ohlrogge) Date: Thu, 23 Oct 2014 19:49:51 +0000 Subject: [issue21344] save scores or ratios in difflib get_close_matches In-Reply-To: <1398350530.77.0.0668395281532.issue21344@psf.upfronthosting.co.za> Message-ID: <1414093791.51.0.809826247969.issue21344@psf.upfronthosting.co.za> Michael Ohlrogge added the comment: This is my first time posting here, so apologies if I'm breaking rules. I'd like to put in a vote in favor of this patch to get the matching scores. I am a researcher at Stanford University using this tool to match up about 100,000 different names of companies/entities in two different datasets that I have. The names reflect the same underlying entities but because they come from different datasets, the spellings, abbreviations, etc. differ. It would be helpful to me to be able to run the get_scored_close_matches() function and then sort the results by how close the matches were. If I could for instance determine, based on some spot checking / sampling of the results, that everything with a match above a certain threshold is almost certainly correct, whereas those below a certain threshold need to be reviewed by hand, that would be helpful for me. I suppose I can accomplish something similar by playing around with setting the matching threshold at different levels. Nevertheless, with as many possible matches as I am doing, the algorithm takes a decent amount of time to run, and I don't have a good way to know ex-ante what a reasonable threshold would be. Just in general, I think it can be useful information for users to know how much confidence to have in the matches produced by the algorithm. Users could choose to formulate this confidence either as a direct function of the score or perhaps based on some other factors, such as a statistical analysis procedure that takes the score into account. Thanks to everyone who put this package together and who suggested the patch. ---------- nosy: +michaelohlrogge versions: +Python 2.7 -Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 21:55:58 2014 From: report at bugs.python.org (zodalahtathi) Date: Thu, 23 Oct 2014 19:55:58 +0000 Subject: [issue22712] Add 'input' argument to subprocess.check_call and subprocess.call In-Reply-To: <1414090942.23.0.710907955389.issue22712@psf.upfronthosting.co.za> Message-ID: <1414094158.21.0.904826534028.issue22712@psf.upfronthosting.co.za> zodalahtathi added the comment: I think the 'stdin argument can be any file like or stream for all subprocess functions' approach would be the best solution, because it is misleading to differentiate behavior based on internal implementation details (the use of communicate), when the function names are so close and are expected to have a similar behavior. It's not that I really need or miss the input argument for check call and call (as you said it is easy to circumvent). The issue IMO is that it is unintuitive that it is available for check_output and not others. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 21:59:33 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 23 Oct 2014 19:59:33 +0000 Subject: [issue22712] Add 'input' argument to subprocess.check_call and subprocess.call In-Reply-To: <1414090942.23.0.710907955389.issue22712@psf.upfronthosting.co.za> Message-ID: <1414094373.24.0.18253078058.issue22712@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Then I'm closing this issue. ---------- resolution: -> rejected stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 22:09:54 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 23 Oct 2014 20:09:54 +0000 Subject: [issue22594] Add a link to the regex module in re documentation In-Reply-To: <1412927285.57.0.392292696343.issue22594@psf.upfronthosting.co.za> Message-ID: <1414094994.11.0.638555917856.issue22594@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- components: +Regular Expressions _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 22:49:42 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 23 Oct 2014 20:49:42 +0000 Subject: [issue13918] locale.atof documentation is missing func argument In-Reply-To: <1328105541.08.0.458455853203.issue13918@psf.upfronthosting.co.za> Message-ID: <1414097382.9.0.12152798214.issue13918@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Thank you! The patch looks good to me, I'm going to apply it. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 22:51:13 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 23 Oct 2014 20:51:13 +0000 Subject: [issue7940] re.finditer and re.findall should support negative end positions In-Reply-To: <1266329075.25.0.639780854585.issue7940@psf.upfronthosting.co.za> Message-ID: <1414097473.92.0.614260308957.issue7940@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- components: +Regular Expressions priority: normal -> low stage: needs patch -> patch review versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 22:52:52 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 23 Oct 2014 20:52:52 +0000 Subject: [issue22676] _pickle's whichmodule() is slow In-Reply-To: <1413805102.58.0.53710829912.issue22676@psf.upfronthosting.co.za> Message-ID: <20141023205237.76753.95058@psf.io> Roundup Robot added the comment: New changeset e5ad1f27fb54 by Antoine Pitrou in branch 'default': Issue #22676: Make the pickling of global objects which don't have a __module__ attribute less slow. https://hg.python.org/cpython/rev/e5ad1f27fb54 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 22:52:52 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 23 Oct 2014 20:52:52 +0000 Subject: [issue13918] locale.atof documentation is missing func argument In-Reply-To: <1328105541.08.0.458455853203.issue13918@psf.upfronthosting.co.za> Message-ID: <20141023205237.76753.88741@psf.io> Roundup Robot added the comment: New changeset aee097e5a2b2 by Antoine Pitrou in branch 'default': Issue #13918: Provide a locale.delocalize() function which can remove https://hg.python.org/cpython/rev/aee097e5a2b2 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 22:53:30 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 23 Oct 2014 20:53:30 +0000 Subject: [issue13918] locale.atof documentation is missing func argument In-Reply-To: <1328105541.08.0.458455853203.issue13918@psf.upfronthosting.co.za> Message-ID: <1414097610.12.0.543091312135.issue13918@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Done. Thank you for your contribution! ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 22:58:17 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 23 Oct 2014 20:58:17 +0000 Subject: [issue13918] locale.atof documentation is missing func argument In-Reply-To: <1328105541.08.0.458455853203.issue13918@psf.upfronthosting.co.za> Message-ID: <1414097897.04.0.118042042666.issue13918@psf.upfronthosting.co.za> STINNER Victor added the comment: + :const:'LC_NUMERIC`settings. a space is missing before "settings", no? ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 23:00:24 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 23 Oct 2014 21:00:24 +0000 Subject: [issue22676] _pickle's whichmodule() is slow In-Reply-To: <1413805102.58.0.53710829912.issue22676@psf.upfronthosting.co.za> Message-ID: <1414098024.81.0.170314379307.issue22676@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Now applied. As Georg said, though, the definitive fix is to add a __module__ attribute to your global objects. ---------- resolution: -> fixed stage: needs patch -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 23:01:48 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 23 Oct 2014 21:01:48 +0000 Subject: [issue10076] Regex objects became uncopyable in 2.5 In-Reply-To: <1286916324.24.0.772801528988.issue10076@psf.upfronthosting.co.za> Message-ID: <1414098108.15.0.235711741677.issue10076@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- components: +Regular Expressions versions: +Python 3.4, Python 3.5 -Python 3.1 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 23:03:58 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 23 Oct 2014 21:03:58 +0000 Subject: [issue13918] locale.atof documentation is missing func argument In-Reply-To: <1328105541.08.0.458455853203.issue13918@psf.upfronthosting.co.za> Message-ID: <1414098238.41.0.203326762804.issue13918@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Ah, right, thank you. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 23:04:24 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 23 Oct 2014 21:04:24 +0000 Subject: [issue13918] locale.atof documentation is missing func argument In-Reply-To: <1328105541.08.0.458455853203.issue13918@psf.upfronthosting.co.za> Message-ID: <1414098264.63.0.609148620342.issue13918@psf.upfronthosting.co.za> Georg Brandl added the comment: And the first quote is wrong. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 23:42:05 2014 From: report at bugs.python.org (Michael Ohlrogge) Date: Thu, 23 Oct 2014 21:42:05 +0000 Subject: [issue21344] save scores or ratios in difflib get_close_matches In-Reply-To: <1398350530.77.0.0668395281532.issue21344@psf.upfronthosting.co.za> Message-ID: <1414100525.37.0.538950420755.issue21344@psf.upfronthosting.co.za> Michael Ohlrogge added the comment: Another way the scores could be useful would be to write an algorithm that would give you a number of possible answers based on the scores that you get. In other words, for example, perhaps if one of the possible matches has a score about .9, then it would only give you one, but if all were below .8, it would give you several. Or, if the highest score were at least .1 greater than the next highest, it would only give you one, but if there were a bunch that were close together, it would return those. I'm not saying these specific applications should be part of the package, they are just more examples of how you could productively use the scores. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 23 23:55:11 2014 From: report at bugs.python.org (Berker Peksag) Date: Thu, 23 Oct 2014 21:55:11 +0000 Subject: [issue7559] TestLoader.loadTestsFromName swallows import errors In-Reply-To: <1261429637.28.0.131724711132.issue7559@psf.upfronthosting.co.za> Message-ID: <1414101311.31.0.458624626283.issue7559@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- nosy: +berker.peksag _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 00:10:14 2014 From: report at bugs.python.org (Nick Coghlan) Date: Thu, 23 Oct 2014 22:10:14 +0000 Subject: [issue22711] "legacy" distutils docs better than packaging guide In-Reply-To: <1414069046.6.0.438005896108.issue22711@psf.upfronthosting.co.za> Message-ID: <1414102214.35.0.622633237328.issue22711@psf.upfronthosting.co.za> Nick Coghlan added the comment: No, I won't stop closing this issue, because reverting to advertising the legacy installation and distribution docs through a top level docs home page link is *never going to happen* (although I'll note again that direct links into the legacy docs have been explicitly preserved). If you have concerns that the API reference docs for distutils and setuptools are too hard to locate from packaging.python.org, then the appropriate place to file an issue is at https://github.com/pypa/python-packaging-user-guide/issues If you have concerns with the setuptools docs, then the place to file issues is https://bitbucket.org/pypa/setuptools/issues. pip injects setuptools into all of its setup.py invocations in order to ensure modern metadata is generated, even on older versions of Python. This is one of the reasons the legacy docs are thoroughly misleading - vanilla distutils will be used only if you run setup.py directly (without pip), and the script itself imports distutils rather than setuptools. If you *do* run setup.py that way, then many now expected features of the Python packaging ecosystem like API entry point declarations, command line wrapper generation and packaging dependency declarations won't be available, as they're setuptools features, rather than distutils ones. If you'd like more detail on all the things that are sufficiently outdated in the legacy distribution and installation docs to make them actively misleading, then the place to ask for that information is the distutils-sig mailing list, not the CPython issue tracker. ---------- status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 01:02:30 2014 From: report at bugs.python.org (Berker Peksag) Date: Thu, 23 Oct 2014 23:02:30 +0000 Subject: [issue22592] Drop support of Borland C compiler In-Reply-To: <1412892053.1.0.924294706451.issue22592@psf.upfronthosting.co.za> Message-ID: <1414105350.71.0.114049392534.issue22592@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- stage: patch review -> resolved _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 01:14:23 2014 From: report at bugs.python.org (Berker Peksag) Date: Thu, 23 Oct 2014 23:14:23 +0000 Subject: [issue22695] open() declared deprecated in python 3 docs In-Reply-To: <1413964221.11.0.813943721284.issue22695@psf.upfronthosting.co.za> Message-ID: <1414106063.29.0.282146452499.issue22695@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- nosy: +berker.peksag _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 01:32:21 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 23 Oct 2014 23:32:21 +0000 Subject: [issue22711] "legacy" distutils docs better than packaging guide In-Reply-To: <1414069046.6.0.438005896108.issue22711@psf.upfronthosting.co.za> Message-ID: <1414107141.72.0.0999937735643.issue22711@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Surely, if you think you are right, you can still wait for the discussion to happen without aggressively trying to shut it down. Besides, you are not the docs dictator, nor the distutils maintainer. We are a community, this isn't your private territory. > If you have concerns that the API reference docs for distutils and > setuptools are too hard to locate from packaging.python.org No, I'm having concerns that they are too hard to locate *from docs.python.org* (which is most people's landing point, as well). Which is why I'm opening this issue here. ---------- resolution: rejected -> status: closed -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 05:24:29 2014 From: report at bugs.python.org (Robert Collins) Date: Fri, 24 Oct 2014 03:24:29 +0000 Subject: [issue19217] Calling assertEquals for moderately long list takes too long In-Reply-To: <1381410286.72.0.514206486634.issue19217@psf.upfronthosting.co.za> Message-ID: <1414121069.96.0.0865398683522.issue19217@psf.upfronthosting.co.za> Robert Collins added the comment: Oh, I got a profile from the test case for my own interest. 6615 seconds .. some highlights that jumped out at me 20001 0.127 0.000 6610.025 0.330 difflib.py:868(compare) which means we're basically using ndiff, which is cubic rather than quadratic - the same performance issue the html module had. I think we'll probably make a better tradeoff by using unified_diff instead which is quadratic. ---------- Added file: http://bugs.python.org/file37001/issue19217-profile.txt _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 05:51:47 2014 From: report at bugs.python.org (Robert Collins) Date: Fri, 24 Oct 2014 03:51:47 +0000 Subject: [issue7559] TestLoader.loadTestsFromName swallows import errors In-Reply-To: <1261429637.28.0.131724711132.issue7559@psf.upfronthosting.co.za> Message-ID: <1414122707.71.0.683755462015.issue7559@psf.upfronthosting.co.za> Robert Collins added the comment: Thanks for the review, updated patch here - I'll let this sit for a day or two for more comments then commit it Monday. ---------- Added file: http://bugs.python.org/file37002/issue7559.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 05:52:15 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 24 Oct 2014 03:52:15 +0000 Subject: [issue22705] Idle extension configuration: add option-help option In-Reply-To: <1414023433.5.0.357242409854.issue22705@psf.upfronthosting.co.za> Message-ID: <1414122735.92.0.338530877644.issue22705@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I was originally thinking of displaying 'option-help' beside a read-only text widget containing the value, just under the enable key-value pairs. But I can imagine that tooltips attached to the label (on the left) might be a better alternative. This would avoid having half the text in the page being help text that would just be noise to someone who already knew what it says. It would also allow reformatting of data parsed from the option-help text. So go ahead and give it a try. I have lots else to do ;-). I want to restore / add the [Help] button to both dialogs. For the main dialog, it could contain info about which options have a delayed effect (see #22707). For extensions, it could display the raw option-help text and mention how to get tool tips. ToolTip.py (and CallTipWindow.py, with an expanded version of the tooltip code), use a Toplevel with its window frame and title bar surpressed. An alternate way to get a popup box with a simple thin-line frameis a menu and its tk_popup method. I believe the command associated with each 'menu' item could just be "lambda: pass" to close the popup when clicked. (One thing not clear to me is why tooltip (and calltip) create a new Toplevel for each display rather than just changing the text of the widget it displays.) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 05:58:09 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 24 Oct 2014 03:58:09 +0000 Subject: [issue22707] Idle: changed options should take effect immediately In-Reply-To: <1414023493.97.0.227461422456.issue22707@psf.upfronthosting.co.za> Message-ID: <1414123089.03.0.949428570451.issue22707@psf.upfronthosting.co.za> Terry J. Reedy added the comment: For Idle preferences, a Help text could list options that do not take effect immediately. For extensions, there should be an indication in an extension's option-help (#22705). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 06:35:08 2014 From: report at bugs.python.org (Van Ly) Date: Fri, 24 Oct 2014 04:35:08 +0000 Subject: [issue22714] target of 'import statement' entry in general index for 'i' is wrong Message-ID: <1414125308.24.0.874909264609.issue22714@psf.upfronthosting.co.za> New submission from Van Ly: The target points to within '__import__()' but should point to 'import()' method function. For example, # 'import statement' entry at index for 'i' on the following page python-2.7.5-docs-html/genindex-I.html # points to python-2.7.5-docs-html/library/functions.html#index-8 # but should point to python-2.7.5-docs-html/reference/simple_stmts.html#import ---------- assignee: docs at python components: Documentation messages: 229914 nosy: docs at python, vy0123 priority: normal severity: normal status: open title: target of 'import statement' entry in general index for 'i' is wrong type: enhancement versions: Python 2.7, Python 3.3, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 06:39:32 2014 From: report at bugs.python.org (Vova) Date: Fri, 24 Oct 2014 04:39:32 +0000 Subject: [issue22708] httplib/http.client in method _tunnel used HTTP/1.0 CONNECT method In-Reply-To: <1414045283.61.0.401738994501.issue22708@psf.upfronthosting.co.za> Message-ID: <1414125572.42.0.831619110974.issue22708@psf.upfronthosting.co.za> Vova added the comment: The issue http://bugs.python.org/issue21224 is about http server implementations. The issue http://bugs.python.org/issue9740 is more relevant for what I talking about, but not exactly. Look, in this line https://hg.python.org/cpython/file/6a2f74811240/Lib/http/client.py#l786 http protocol version is setted and in this line https://hg.python.org/cpython/file/6a2f74811240/Lib/http/client.py#l1036 variable used to send http method (GET, PUT etc) and it work for direct connection or proxy with http connections. But if required to use CONNECT method through proxy (usually used for https connection) will be used _tunnel() method from http.client (py3k) or httplib (py2.7) https://hg.python.org/cpython/file/6a2f74811240/Lib/http/client.py#l871 and here version off http is hardcoded to HTTP/1.0 PIP use urllib3, but urllib3 for actual network working (work with socket and send request) use httplib or http.client. So I think it would be better to make changes in httplib than override _tunnel() method in urllib3. P.S. I'm not sure about rules how to open/close issues, so I open this issue again. I'm sorry if this causes some inconvenience. ---------- resolution: not a bug -> status: closed -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 10:20:11 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 24 Oct 2014 08:20:11 +0000 Subject: [issue22560] Add loop-agnostic SSL implementation to asyncio In-Reply-To: <1412548102.84.0.685230620276.issue22560@psf.upfronthosting.co.za> Message-ID: <1414138811.15.0.693883897415.issue22560@psf.upfronthosting.co.za> STINNER Victor added the comment: I will try to take a look next week. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 14:03:21 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 24 Oct 2014 12:03:21 +0000 Subject: [issue9179] Lookback with group references incorrect (two issues?) In-Reply-To: <1278411814.72.0.368411829683.issue9179@psf.upfronthosting.co.za> Message-ID: <1414152201.89.0.753860733108.issue9179@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: The patch also fixes issue814253. If there are no objections I'll commit it soon. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 14:05:32 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 24 Oct 2014 12:05:32 +0000 Subject: [issue814253] Grouprefs in lookbehind assertions Message-ID: <1414152332.49.0.891258871505.issue814253@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: The patch for issue9179 fixes this issue too. ---------- nosy: +serhiy.storchaka superseder: -> Lookback with group references incorrect (two issues?) _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 14:28:34 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 24 Oct 2014 12:28:34 +0000 Subject: [issue17381] IGNORECASE breaks unicode literal range matching In-Reply-To: <1362689552.47.0.00880933015098.issue17381@psf.upfronthosting.co.za> Message-ID: <1414153714.33.0.0844919162298.issue17381@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Does the patch look good now for you Antoine? If there are no objections I'm going to commit it soon. In order to apply 3.4 patch to 2.7 we need either significant modify the patch, or first backport issue19329 changes to 2.7 (it would be easier). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 14:51:18 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 24 Oct 2014 12:51:18 +0000 Subject: [issue22410] Locale dependent regexps on different locales In-Reply-To: <1410711803.67.0.827066928752.issue22410@psf.upfronthosting.co.za> Message-ID: <1414155078.03.0.826123525451.issue22410@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: If there are no objections I'll commit the patch. ---------- assignee: -> serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 16:38:25 2014 From: report at bugs.python.org (Akira Kitada) Date: Fri, 24 Oct 2014 14:38:25 +0000 Subject: [issue22715] PEP 257: drop the recommendation for a blank line between the class line and the docstring Message-ID: <1414161505.87.0.98081609244.issue22715@psf.upfronthosting.co.za> New submission from Akira Kitada: The PEP 257 says: Insert a blank line before and after all docstrings (one-line or multi-line) that document a class Looking at stdlib and popular open source software, I couldn't find packages that follow this style, so I think this is not really a convention. ---------- files: pep-0257.patch keywords: patch messages: 229921 nosy: akitada priority: normal severity: normal status: open title: PEP 257: drop the recommendation for a blank line between the class line and the docstring Added file: http://bugs.python.org/file37003/pep-0257.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 16:52:04 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 24 Oct 2014 14:52:04 +0000 Subject: [issue22715] PEP 257: drop the recommendation for a blank line between the class line and the docstring In-Reply-To: <1414161505.87.0.98081609244.issue22715@psf.upfronthosting.co.za> Message-ID: <1414162324.25.0.134130263962.issue22715@psf.upfronthosting.co.za> R. David Murray added the comment: I follow this recommendation. I'm sure there are many classes in the stdlib that do not follow this convention, since much of the stdlib was written before PEP8, and we don't go back and do changesets just to "fix" PEP8 non-conformance in the stdlib. But this is the preferred style, and new code in the stdlib should follow it. Whether anyone else does is up to them. (For that matter, there are a lot of classes in the stdlib, especially the test suite, where the first 'def' follows the class line with no space in between, and I wince every time I read such code :) ---------- nosy: +r.david.murray resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 17:02:59 2014 From: report at bugs.python.org (flying sheep) Date: Fri, 24 Oct 2014 15:02:59 +0000 Subject: [issue22716] Add reference to the object missing an attribute to AttributeError Message-ID: <1414162979.59.0.692601319144.issue22716@psf.upfronthosting.co.za> New submission from flying sheep: Trying to replicate a Ruby Gem that raises a ?did you mean? error when mistyping a method name, I hit a showstopper: There seems to be no way to get the object which misses an attribute from an AttributeError. I propose the appended patch (it might be completely broken because I?m not experienced in the Python C API, but I tried) ---------- components: Interpreter Core files: attribute_error_origin.patch keywords: patch messages: 229923 nosy: flying sheep priority: normal severity: normal status: open title: Add reference to the object missing an attribute to AttributeError type: enhancement versions: Python 3.6 Added file: http://bugs.python.org/file37004/attribute_error_origin.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 17:03:05 2014 From: report at bugs.python.org (mbasti) Date: Fri, 24 Oct 2014 15:03:05 +0000 Subject: [issue22717] PySSL segmentation fault Message-ID: <1414162985.53.0.0830998350646.issue22717@psf.upfronthosting.co.za> New submission from mbasti: Hello, I'm getting null pointer dereference which leads to segmentation fault. I have no stable reproducer, but don't hesitate to contact me. Additional info is here: https://fedorahosted.org/freeipa/ticket/4649 python 2.7.8-4.1 (Fedora 21) #0 0x00007f3c4a66dde4 in newPySSLObject (ciphers=0x7f3c4544eeb4 "DEFAULT:!aNULL:!eNULL:!LOW:!EXPORT:!SSLv2", cacerts_file=, proto_version=PY_SSL_VERSION_SSL23, certreq=, socket_type=, cert_file=0x0, key_file=0x0, Sock=0x7f3c3fbafc30) at /usr/src/debug/Python-2.7.8/Modules/_ssl.c:317 317 self->ctx->options &= ~(SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); (gdb) p self->ctx $1 = (SSL_CTX *) 0x0 ---------- components: Extension Modules messages: 229924 nosy: mbasti priority: normal severity: normal status: open title: PySSL segmentation fault type: crash versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 17:06:35 2014 From: report at bugs.python.org (Akira Kitada) Date: Fri, 24 Oct 2014 15:06:35 +0000 Subject: [issue22715] PEP 257: drop the recommendation for a blank line between the class line and the docstring In-Reply-To: <1414161505.87.0.98081609244.issue22715@psf.upfronthosting.co.za> Message-ID: <1414163195.04.0.389907152664.issue22715@psf.upfronthosting.co.za> Akira Kitada added the comment: Guido is with me :) On Wed, Oct 22, 2014 at 2:16 AM, Guido van Rossum wrote: > I think the argument is about the blank line between the "class" line and > the docstring. I agree with Akira that very few packages follow this style, > and I think we would do well to remove this recommendation. There's no point > in fighting the prevailing convention. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 17:07:45 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 24 Oct 2014 15:07:45 +0000 Subject: [issue22716] Add reference to the object missing an attribute to AttributeError In-Reply-To: <1414162979.59.0.692601319144.issue22716@psf.upfronthosting.co.za> Message-ID: <1414163265.08.0.0203158064984.issue22716@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: This is a duplicate of issue18156. ---------- nosy: +serhiy.storchaka resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Add an 'attr' attribute to AttributeError _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 17:08:17 2014 From: report at bugs.python.org (Alex Gaynor) Date: Fri, 24 Oct 2014 15:08:17 +0000 Subject: [issue22717] PySSL segmentation fault In-Reply-To: <1414162985.53.0.0830998350646.issue22717@psf.upfronthosting.co.za> Message-ID: <1414163297.45.0.119053950024.issue22717@psf.upfronthosting.co.za> Alex Gaynor added the comment: Are you able to test this against the 2.7 branch from hg? The ssl module received some significant attention for 2.7.9. ---------- nosy: +alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 17:10:31 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 24 Oct 2014 15:10:31 +0000 Subject: [issue18156] Add an 'attr' attribute to AttributeError In-Reply-To: <1370619110.26.0.980030189702.issue18156@psf.upfronthosting.co.za> Message-ID: <1414163431.29.0.031787217482.issue18156@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: In issue22716 proposed to add a reference to the object missing an attribute. ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 17:13:05 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 24 Oct 2014 15:13:05 +0000 Subject: [issue22717] PySSL segmentation fault In-Reply-To: <1414162985.53.0.0830998350646.issue22717@psf.upfronthosting.co.za> Message-ID: <1414163585.04.0.660417851276.issue22717@psf.upfronthosting.co.za> STINNER Victor added the comment: > 317 self->ctx->options &= ~(SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); I don't see this line in Python 2.7.8 vanilla: https://hg.python.org/cpython/file/ee879c0ffa11/Modules/_ssl.c It looks like Fedora patched the source code: http://pkgs.fedoraproject.org/cgit/python.git/tree/00195-enable-sslv23-in-ssl.patch I see an obvious bug in the Fedora patch: it dereferences self->ctx before checking if self->ctx is NULL. diff -up Python-2.7.8/Modules/_ssl.c.orig Python-2.7.8/Modules/_ssl.c --- Python-2.7.8/Modules/_ssl.c.orig 2014-07-17 14:17:32.584362667 +0200 +++ Python-2.7.8/Modules/_ssl.c 2014-07-17 14:17:38.215405930 +0200 @@ -312,8 +312,10 @@ newPySSLObject(PySocketSockObject *Sock, else if (proto_version == PY_SSL_VERSION_SSL2) self->ctx = SSL_CTX_new(SSLv2_method()); /* Set up context */ #endif - else if (proto_version == PY_SSL_VERSION_SSL23) + else if (proto_version == PY_SSL_VERSION_SSL23) { self->ctx = SSL_CTX_new(SSLv23_method()); /* Set up context */ + self->ctx->options &= ~(SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); + } PySSL_END_ALLOW_THREADS if (self->ctx == NULL) { ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 17:14:35 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 24 Oct 2014 15:14:35 +0000 Subject: [issue22717] PySSL segmentation fault In-Reply-To: <1414162985.53.0.0830998350646.issue22717@psf.upfronthosting.co.za> Message-ID: <1414163675.46.0.313890862455.issue22717@psf.upfronthosting.co.za> STINNER Victor added the comment: Other Fedora patches on Python: https://apps.fedoraproject.org/packages/python/sources I see another *huge* patch on the ssl module, "ssl backport": http://pkgs.fedoraproject.org/cgit/python.git/tree/00196-ssl-backport.patch ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 17:20:18 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 24 Oct 2014 15:20:18 +0000 Subject: [issue22715] PEP 257: drop the recommendation for a blank line between the class line and the docstring In-Reply-To: <1414161505.87.0.98081609244.issue22715@psf.upfronthosting.co.za> Message-ID: <1414164018.51.0.898438491384.issue22715@psf.upfronthosting.co.za> R. David Murray added the comment: Yeah, on reflection (after I posted) I can see why people tend to leave out that blank line, because it is more parallel to not having a blank line after the 'def'. And I don't think I've ever seen anyone do the alternate version of keeping things parallel by putting a blank line before the docstring if the method has multiple sections, despite the recommendation in the PEP to do so. However, you then need to delete the "if a method is written as a number of sections" sentence, since it has the same problem (it is recommending a blank line before the docstring, which nobody does...I didn't remember that recommendation at all myself). ---------- resolution: not a bug -> stage: resolved -> needs patch status: closed -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 17:21:40 2014 From: report at bugs.python.org (mbasti) Date: Fri, 24 Oct 2014 15:21:40 +0000 Subject: [issue22717] PySSL segmentation fault In-Reply-To: <1414162985.53.0.0830998350646.issue22717@psf.upfronthosting.co.za> Message-ID: <1414164100.98.0.603401071743.issue22717@psf.upfronthosting.co.za> mbasti added the comment: Thank you for your fast reply! So I will file a fedora bug. Thanks again. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 17:23:26 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 24 Oct 2014 15:23:26 +0000 Subject: [issue22717] PySSL segmentation fault In-Reply-To: <1414162985.53.0.0830998350646.issue22717@psf.upfronthosting.co.za> Message-ID: <1414164206.7.0.0621408816998.issue22717@psf.upfronthosting.co.za> Changes by R. David Murray : ---------- resolution: -> third party stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 17:43:39 2014 From: report at bugs.python.org (Akira Kitada) Date: Fri, 24 Oct 2014 15:43:39 +0000 Subject: [issue22715] PEP 257: drop the recommendation for a blank line between the class line and the docstring In-Reply-To: <1414161505.87.0.98081609244.issue22715@psf.upfronthosting.co.za> Message-ID: <1414165419.7.0.239364759818.issue22715@psf.upfronthosting.co.za> Akira Kitada added the comment: Good point. I looked at some Python files but, as you pointed out, I couldn't find ones what follow the recommendation. In some files there is a blank line after a docstring but it seemed it's not because it "is written as a number of sections". The patch updated. ---------- resolution: -> not a bug status: open -> closed Added file: http://bugs.python.org/file37005/pep-0257.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 17:47:29 2014 From: report at bugs.python.org (Andreas Kostyrka) Date: Fri, 24 Oct 2014 15:47:29 +0000 Subject: [issue22718] pprint not handline uncomparable dictionary keys well Message-ID: <1414165649.11.0.50429325469.issue22718@psf.upfronthosting.co.za> New submission from Andreas Kostyrka: >>> import datetime, pprint >>> pprint.pformat({datetime.datetime.now(): 1, None: 1}) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/pprint.py", line 63, in pformat return PrettyPrinter(indent=indent, width=width, depth=depth).pformat(object) File "/usr/lib/python2.7/pprint.py", line 122, in pformat self._format(object, sio, 0, 0, {}, 0) File "/usr/lib/python2.7/pprint.py", line 140, in _format rep = self._repr(object, context, level - 1) File "/usr/lib/python2.7/pprint.py", line 226, in _repr self._depth, level) File "/usr/lib/python2.7/pprint.py", line 238, in format return _safe_repr(object, context, maxlevels, level) File "/usr/lib/python2.7/pprint.py", line 280, in _safe_repr for k, v in _sorted(object.items()): File "/usr/lib/python2.7/pprint.py", line 82, in _sorted return sorted(iterable) TypeError: can't compare datetime.datetime to NoneType This is issue is kind of related to http://bugs.python.org/issue14998 but that talks only python 3.2+ ---------- components: Library (Lib) messages: 229934 nosy: Andreas.Kostyrka priority: normal severity: normal status: open title: pprint not handline uncomparable dictionary keys well type: behavior versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 17:55:12 2014 From: report at bugs.python.org (Andreas Kostyrka) Date: Fri, 24 Oct 2014 15:55:12 +0000 Subject: [issue22718] pprint not handline uncomparable dictionary keys, set members well In-Reply-To: <1414165649.11.0.50429325469.issue22718@psf.upfronthosting.co.za> Message-ID: <1414166112.5.0.79879335061.issue22718@psf.upfronthosting.co.za> Andreas Kostyrka added the comment: This also applies to sets. ---------- title: pprint not handline uncomparable dictionary keys well -> pprint not handline uncomparable dictionary keys, set members well _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 18:00:12 2014 From: report at bugs.python.org (Aaron) Date: Fri, 24 Oct 2014 16:00:12 +0000 Subject: [issue22719] os.path.isfile & os.path.exists but in while loop Message-ID: <1414166412.24.0.659144032685.issue22719@psf.upfronthosting.co.za> New submission from Aaron: When using os.path.isfile() and os.path.exists() in a while loop under certain conditions, os.path.isfile() returns True for paths that do not actually exist. Conditions: The folder "C:\Users\EAARHOS\Desktop\Python Review" exists, as do the files "C:\Users\EAARHOS\Desktop\Python Review\baseExcel.py" and "C:\Users\EAARHOS\Desktop\Python Review\baseExcel.py.bak". (Note that I also tested this on a path that contained no spaces, and got the same results.) Code: >>> bak_path = r"C:\Users\EAARHOS\Desktop\Python Review\baseExcel.py" >>> while os.path.isfile(bak_path): ... bak_path += '.bak' ... if not os.path.isfile(bak_path): ... break Traceback (most recent call last): File "", line 3, in File "C:\Installs\Python33\Lib\genericpath.py", line 29, in isfile st = os.stat(path) ValueError: path too long for Windows >>> os.path.isfile(r"C:\Users\EAARHOS\Desktop\Python Review\baseExcel.py.bak.bak") False >>> >>> bak_path = r"C:\Users\EAARHOS\Desktop\Python Review\baseExcel.py" >>> while os.path.exists(bak_path): ... bak_path += '.bak' ... if not os.path.exists(bak_path): ... break Traceback (most recent call last): File "", line 3, in File "C:\Installs\Python33\Lib\genericpath.py", line 18, in exists st = os.stat(path) ValueError: path too long for Windows >>> os.path.exists(r"C:\Users\EAARHOS\Desktop\Python Review\baseExcel.py.bak.bak") False >>> >>> bak_path = r"C:\Users\EAARHOS\Desktop\Python Review\baseExcel.py" >>> os.path.isfile(bak_path), os.path.exists(bak_path) (True, True) >>> bak_path += '.bak' >>> os.path.isfile(bak_path), os.path.exists(bak_path) (True, True) >>> bak_path += '.bak' >>> os.path.isfile(bak_path), os.path.exists(bak_path) (True, True) >>> bak_path 'C:\\Users\\EAARHOS\\Desktop\\Python Review\\baseExcel.py.bak.bak' >>> temp = bak_path >>> os.path.isfile(temp), os.path.exists(temp) (True, True) >>> os.path.isfile('C:\\Users\\EAARHOS\\Desktop\\Python Review\\baseExcel.py.bak.bak'), os.path.exists('C:\\Users\\EAARHOS\\Desktop\\Python Review\\baseExcel.py.bak.bak') (False, False) >>> On the other hand, this code works as expected: >>> bak_path = r"C:\Users\EAARHOS\Desktop\Python Review\baseExcel.py" >>> while os.path.isfile(bak_path): ... temp = bak_path + '.bak' ... bak_path = temp ... >>> bak_path 'C:\\Users\\EAARHOS\\Desktop\\Python Review\\baseExcel.py.bak.bak' >>> >>> bak_path = r"C:\Users\EAARHOS\Desktop\Python Review\baseExcel.py" >>> while os.path.exists(bak_path): ... temp = bak_path + '.bak' ... bak_path = temp ... >>> bak_path 'C:\\Users\\EAARHOS\\Desktop\\Python Review\\baseExcel.py.bak.bak' >>> ---------- components: Windows messages: 229936 nosy: hosford42, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: os.path.isfile & os.path.exists but in while loop type: behavior versions: Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 18:02:20 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 24 Oct 2014 16:02:20 +0000 Subject: [issue22718] pprint not handline uncomparable dictionary keys, set members well In-Reply-To: <1414165649.11.0.50429325469.issue22718@psf.upfronthosting.co.za> Message-ID: <1414166540.57.0.489932469544.issue22718@psf.upfronthosting.co.za> R. David Murray added the comment: Actually, it applies to datetime, which is is almost unique among python2 datatypes in not being comparable to other types by default. I'm not sure this is worth fixing in 2.7. ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 18:03:00 2014 From: report at bugs.python.org (Aaron) Date: Fri, 24 Oct 2014 16:03:00 +0000 Subject: [issue22719] os.path.isfile & os.path.exists bug in while loop In-Reply-To: <1414166412.24.0.659144032685.issue22719@psf.upfronthosting.co.za> Message-ID: <1414166580.69.0.200619105277.issue22719@psf.upfronthosting.co.za> Changes by Aaron : ---------- title: os.path.isfile & os.path.exists but in while loop -> os.path.isfile & os.path.exists bug in while loop _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 18:25:31 2014 From: report at bugs.python.org (=?utf-8?q?=C3=89ric_Araujo?=) Date: Fri, 24 Oct 2014 16:25:31 +0000 Subject: [issue22665] shutil.__all__ incomplete In-Reply-To: <1413609253.18.0.504077117345.issue22665@psf.upfronthosting.co.za> Message-ID: <1414167931.9.0.50360979019.issue22665@psf.upfronthosting.co.za> ?ric Araujo added the comment: IIRC test___all__ can be used for this. ---------- nosy: +eric.araujo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 18:32:45 2014 From: report at bugs.python.org (Guido van Rossum) Date: Fri, 24 Oct 2014 16:32:45 +0000 Subject: [issue22715] PEP 257: drop the recommendation for a blank line between the class line and the docstring In-Reply-To: <1414161505.87.0.98081609244.issue22715@psf.upfronthosting.co.za> Message-ID: <1414168365.8.0.362786999763.issue22715@psf.upfronthosting.co.za> Guido van Rossum added the comment: I've applied the second version -- rev 9b715d8246db in the peps repo. ---------- assignee: -> gvanrossum nosy: +gvanrossum resolution: not a bug -> fixed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 18:34:09 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 24 Oct 2014 16:34:09 +0000 Subject: [issue22719] os.path.isfile & os.path.exists bug in while loop In-Reply-To: <1414166412.24.0.659144032685.issue22719@psf.upfronthosting.co.za> Message-ID: <1414168449.02.0.240610894922.issue22719@psf.upfronthosting.co.za> R. David Murray added the comment: Interesting bug. The obvious difference between the two cases is that in the += version the address of the string pointing to the filepath doesn't change, whereas when you use a temp variable it does (there's an optimization in += that reuses the same memory location if possible). It looks like something is seeing that repeated addresses and returning the same result as the last time that address was passed, which is wrong. I don't see anything obvious in os module. Although I can't rule out a Python bug, since this works fine on unix I suspect this is a Windows CRT bug. ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 18:34:15 2014 From: report at bugs.python.org (kg*2) Date: Fri, 24 Oct 2014 16:34:15 +0000 Subject: [issue22720] Obscure error w/ windows online-only file Message-ID: <1414168455.92.0.21171948536.issue22720@psf.upfronthosting.co.za> New submission from kg*2: Windows has integrated onedrive into their os. A feature of onedrive is allowing users to browse files that aren't downloaded onto their computer. os.listdir will return the items, but when they are opened for read/writing it throws IOError[22]: invalid mode or file name. This error was not particularly helpful for this situation, as both the mode and the filename looked correct. Maybe a more specific error for this case would be help? ---------- components: IO messages: 229941 nosy: kg*2 priority: normal severity: normal status: open title: Obscure error w/ windows online-only file type: enhancement versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 18:37:55 2014 From: report at bugs.python.org (Steve Dower) Date: Fri, 24 Oct 2014 16:37:55 +0000 Subject: [issue22719] os.path.isfile & os.path.exists bug in while loop In-Reply-To: <1414166412.24.0.659144032685.issue22719@psf.upfronthosting.co.za> Message-ID: <1414168675.57.0.568764361735.issue22719@psf.upfronthosting.co.za> Steve Dower added the comment: I wonder whether the same thing occurs if you're not appending a new extension each time? There could be some optimisation (from the dark old days of 8.3 filename) that compares "baseExcel" and ".bak" separately and assumes that the name is known. Last I looked at the code for stat() and isfile(), it was going directly to the Win32 API and not via the CRT. Though that may not have been the case in 3.3... ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 19:00:50 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 24 Oct 2014 17:00:50 +0000 Subject: [issue22721] pprint output for sets and dicts is not stable Message-ID: <1414170050.02.0.186594262536.issue22721@psf.upfronthosting.co.za> New submission from Serhiy Storchaka: pprint() sorts the content of sets and dicts in order to get stable output which doesn't depend on iteration order of set or dict, which depend not only from values of elements, but also from set or dict history. But in some cases the output is different for equal sets or dicts which differs only by their history. >>> import pprint >>> class A: # string 'A' < 'int' ... def __lt__(self, other): return False ... def __gt__(self, other): return self != other ... def __le__(self, other): return self == other ... def __ge__(self, other): return True ... def __eq__(self, other): return self is other ... def __ne__(self, other): return self is not other ... def __hash__(self): return 1 # == hash(1) ... >>> a = A() >>> sorted([1, a]) [1, <__main__.A object at 0xb700c64c>] >>> sorted([a, 1]) [1, <__main__.A object at 0xb700c64c>] >>> # set >>> pprint.pprint({1, a}) {<__main__.A object at 0xb700c64c>, 1} >>> pprint.pprint({a, 1}) {1, <__main__.A object at 0xb700c64c>} >>> # dict >>> pprint.pprint({1: 1, a: 1}) {1: 1, <__main__.A object at 0xb700c64c>: 1} >>> pprint.pprint({a: 1, 1: 1}) {<__main__.A object at 0xb700c64c>: 1, 1: 1} This is happen because _safe_key's __lt__() calls the __lt__() method of it's left argument, and doesn't use special methods of it's right argument. a.__lt__(1) is successful, but (1).__lt__(a) is failed. I think that instead of `self.obj.__lt__(other.obj)` here should be `self.obj < other.obj`. Or may be call other.obj.__gt__(self.obj) if the result of self.obj.__lt__(other.obj) is NotImplemented. _safe_key was introduced in issue3976. ---------- components: Library (Lib) messages: 229943 nosy: fdrake, rhettinger, serhiy.storchaka priority: normal severity: normal status: open title: pprint output for sets and dicts is not stable type: behavior versions: Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 19:16:50 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 24 Oct 2014 17:16:50 +0000 Subject: [issue22719] os.path.isfile & os.path.exists bug in while loop In-Reply-To: <1414166412.24.0.659144032685.issue22719@psf.upfronthosting.co.za> Message-ID: <1414171010.56.0.746478409796.issue22719@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Could we encode both paths to the unicode_internal encoding and check if results are equal? ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 19:53:26 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 24 Oct 2014 17:53:26 +0000 Subject: [issue22719] os.path.isfile & os.path.exists bug in while loop In-Reply-To: <1414166412.24.0.659144032685.issue22719@psf.upfronthosting.co.za> Message-ID: <1414173206.4.0.122851093757.issue22719@psf.upfronthosting.co.za> R. David Murray added the comment: Looking at the code, it looks like it calls the win32 api directly if path->wide is true, which I'm guessing is the case unless you are using bytes paths in windows? It looks like the critical call, then, is CreateFileA (why A in a _w method I have no idea...so my reading of this code is suspect :) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 20:12:11 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 24 Oct 2014 18:12:11 +0000 Subject: [issue22720] Obscure error w/ windows online-only file In-Reply-To: <1414168455.92.0.21171948536.issue22720@psf.upfronthosting.co.za> Message-ID: <1414174331.34.0.230775224401.issue22720@psf.upfronthosting.co.za> R. David Murray added the comment: We may not be getting any better error message from the OS. ---------- components: +Windows -IO nosy: +r.david.murray, steve.dower, tim.golden, zach.ware _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 20:25:14 2014 From: report at bugs.python.org (Buck Golemon) Date: Fri, 24 Oct 2014 18:25:14 +0000 Subject: [issue22722] inheritable pipes are unwieldy without os.pipe2 Message-ID: <1414175114.21.0.89253014317.issue22722@psf.upfronthosting.co.za> New submission from Buck Golemon: In order to make an inheritable pipe, the code is quite a bit different between posixes that implement pipe2 and those that don't (osx, mainly). I believe the officially-supported path is to call os.pipe() then os.setinheritable(). This seems objectionable since set_inheritable() code is invoked twice, where I'd prefer to invoke it zero times (or at most once). Would it be acceptable to implement a pipe2 shim for those platforms? If so, I'll (attempt to) provide a patch. Alternatively, can we change the signature of os.pipe() to os.pipe(flags=O_CLOEXEC) ? In my opinion, such a function could be implemented via pipe2 on those platforms that provide it, obviating any need for an os.pipe2. Please tell me which patch to provide, if any. ---------- messages: 229947 nosy: bukzor priority: normal severity: normal status: open title: inheritable pipes are unwieldy without os.pipe2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 20:40:21 2014 From: report at bugs.python.org (R. David Murray) Date: Fri, 24 Oct 2014 18:40:21 +0000 Subject: [issue22722] inheritable pipes are unwieldy without os.pipe2 In-Reply-To: <1414175114.21.0.89253014317.issue22722@psf.upfronthosting.co.za> Message-ID: <1414176021.25.0.0663400551906.issue22722@psf.upfronthosting.co.za> R. David Murray added the comment: pipe2 can also be used to set O_NONBLOCK, so no, that specific API change wouldn't obsolete pipe2. So, a shim for pipe2 would be the way to go, since that's currently the de-facto standard way of passing flags on pipe creation in unix land. (The os module is usually a thin layer over OS services...for other modules we might design a more divergent API, but generally in the os module we do not.) ---------- nosy: +haypo, r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 20:49:56 2014 From: report at bugs.python.org (eryksun) Date: Fri, 24 Oct 2014 18:49:56 +0000 Subject: [issue22719] os.path.isfile & os.path.exists bug in while loop In-Reply-To: <1414166412.24.0.659144032685.issue22719@psf.upfronthosting.co.za> Message-ID: <1414176596.32.0.483846080522.issue22719@psf.upfronthosting.co.za> eryksun added the comment: What do you get for os.stat? bak_path = r"C:\Users\EAARHOS\Desktop\Python Review\baseExcel.py" print(os.stat(bak_path)) bak_path += '.bak' print(os.stat(bak_path)) bak_path += '.bak' print(os.stat(bak_path)) # This should raise FileNotFoundError ---------- nosy: +eryksun _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 21:24:24 2014 From: report at bugs.python.org (Aaron) Date: Fri, 24 Oct 2014 19:24:24 +0000 Subject: [issue22719] os.path.isfile & os.path.exists bug in while loop In-Reply-To: <1414176596.32.0.483846080522.issue22719@psf.upfronthosting.co.za> Message-ID: Aaron added the comment: Interesting. It continues to reuse the last one's stats once the path is no longer valid. >>> bak_path = r"C:\Users\EAARHOS\Desktop\Python Review\baseExcel.py" >>> print(os.stat(bak_path)) nt.stat_result(st_mode=33206, st_ino=8162774324652726, st_dev=0, st_nlink=1, st_uid=0, st_gid=0, st_size=29874, st_atime=1413389016, st_mtime=1413389016, st_ctime=1413388655) >>> bak_path += '.bak' >>> print(os.stat(bak_path)) nt.stat_result(st_mode=33206, st_ino=42502721483352490, st_dev=0, st_nlink=1, st_uid=0, st_gid=0, st_size=29999, st_atime=1413389088, st_mtime=1413389088, st_ctime=1413388654) >>> bak_path += '.bak' >>> print(os.stat(bak_path)) nt.stat_result(st_mode=33206, st_ino=42502721483352490, st_dev=0, st_nlink=1, st_uid=0, st_gid=0, st_size=29999, st_atime=1413389088, st_mtime=1413389088, st_ctime=1413388654) >>> bak_path += '.bak' >>> print(os.stat(bak_path)) nt.stat_result(st_mode=33206, st_ino=42502721483352490, st_dev=0, st_nlink=1, st_uid=0, st_gid=0, st_size=29999, st_atime=1413389088, st_mtime=1413389088, st_ctime=1413388654) >>> bak_path += '.bak' >>> print(os.stat(bak_path)) nt.stat_result(st_mode=33206, st_ino=42502721483352490, st_dev=0, st_nlink=1, st_uid=0, st_gid=0, st_size=29999, st_atime=1413389088, st_mtime=1413389088, st_ctime=1413388654) >>> On Fri, Oct 24, 2014 at 1:49 PM, eryksun wrote: > > eryksun added the comment: > > What do you get for os.stat? > > bak_path = r"C:\Users\EAARHOS\Desktop\Python Review\baseExcel.py" > print(os.stat(bak_path)) > bak_path += '.bak' > print(os.stat(bak_path)) > bak_path += '.bak' > print(os.stat(bak_path)) # This should raise FileNotFoundError > > ---------- > nosy: +eryksun > > _______________________________________ > Python tracker > > _______________________________________ > ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 21:30:31 2014 From: report at bugs.python.org (Aaron) Date: Fri, 24 Oct 2014 19:30:31 +0000 Subject: [issue22719] os.path.isfile & os.path.exists bug in while loop In-Reply-To: Message-ID: Aaron added the comment: If I use a separate temp variable, the bug doesn't show, but if I use the same variable, even with + instead of +=, it still happens. >>> bak_path = r"C:\Users\EAARHOS\Desktop\Python Review\baseExcel.py" >>> print(os.stat(bak_path)) nt.stat_result(st_mode=33206, st_ino=8162774324652726, st_dev=0, st_nlink=1, st_uid=0, st_gid=0, st_size=29874, st_atime=1413389016, st_mtime=1413389016, st_ctime=1413388655) >>> temp = bak_path + '.bak' >>> bak_path = temp >>> print(os.stat(bak_path)) nt.stat_result(st_mode=33206, st_ino=42502721483352490, st_dev=0, st_nlink=1, st_uid=0, st_gid=0, st_size=29999, st_atime=1413389088, st_mtime=1413389088, st_ctime=1413388654) >>> temp = bak_path + '.bak' >>> bak_path = temp >>> print(os.stat(bak_path)) Traceback (most recent call last): File "", line 1, in FileNotFoundError: [WinError 2] The system cannot find the file specified: 'C:\\Users\\EAARHOS\\Desktop\\Python Review\\baseExcel.py.bak.bak' >>> bak_path = r"C:\Users\EAARHOS\Desktop\Python Review\baseExcel.py" >>> bak_path = bak_path + '.bak' >>> print(os.stat(bak_path)) nt.stat_result(st_mode=33206, st_ino=42502721483352490, st_dev=0, st_nlink=1, st_uid=0, st_gid=0, st_size=29999, st_atime=1413389088, st_mtime=1413389088, st_ctime=1413388654) >>> bak_path = bak_path + '.bak' >>> print(os.stat(bak_path)) nt.stat_result(st_mode=33206, st_ino=42502721483352490, st_dev=0, st_nlink=1, st_uid=0, st_gid=0, st_size=29999, st_atime=1413389088, st_mtime=1413389088, st_ctime=1413388654) >>> bak_path = bak_path + '.bak' >>> print(os.stat(bak_path)) nt.stat_result(st_mode=33206, st_ino=42502721483352490, st_dev=0, st_nlink=1, st_uid=0, st_gid=0, st_size=29999, st_atime=1413389088, st_mtime=1413389088, st_ctime=1413388654) >>> bak_path = bak_path + '.bak' >>> print(os.stat(bak_path)) nt.stat_result(st_mode=33206, st_ino=42502721483352490, st_dev=0, st_nlink=1, st_uid=0, st_gid=0, st_size=29999, st_atime=1413389088, st_mtime=1413389088, st_ctime=1413388654) >>> On Fri, Oct 24, 2014 at 2:24 PM, Aaron wrote: > > Aaron added the comment: > > Interesting. It continues to reuse the last one's stats once the path is no > longer valid. > > >>> bak_path = r"C:\Users\EAARHOS\Desktop\Python Review\baseExcel.py" > >>> print(os.stat(bak_path)) > nt.stat_result(st_mode=33206, st_ino=8162774324652726, st_dev=0, > st_nlink=1, st_uid=0, st_gid=0, st_size=29874, st_atime=1413389016, > st_mtime=1413389016, st_ctime=1413388655) > >>> bak_path += '.bak' > >>> print(os.stat(bak_path)) > nt.stat_result(st_mode=33206, st_ino=42502721483352490, st_dev=0, > st_nlink=1, st_uid=0, st_gid=0, st_size=29999, st_atime=1413389088, > st_mtime=1413389088, st_ctime=1413388654) > >>> bak_path += '.bak' > >>> print(os.stat(bak_path)) > nt.stat_result(st_mode=33206, st_ino=42502721483352490, st_dev=0, > st_nlink=1, st_uid=0, st_gid=0, st_size=29999, st_atime=1413389088, > st_mtime=1413389088, st_ctime=1413388654) > >>> bak_path += '.bak' > >>> print(os.stat(bak_path)) > nt.stat_result(st_mode=33206, st_ino=42502721483352490, st_dev=0, > st_nlink=1, st_uid=0, st_gid=0, st_size=29999, st_atime=1413389088, > st_mtime=1413389088, st_ctime=1413388654) > >>> bak_path += '.bak' > >>> print(os.stat(bak_path)) > nt.stat_result(st_mode=33206, st_ino=42502721483352490, st_dev=0, > st_nlink=1, st_uid=0, st_gid=0, st_size=29999, st_atime=1413389088, > st_mtime=1413389088, st_ctime=1413388654) > >>> > > On Fri, Oct 24, 2014 at 1:49 PM, eryksun wrote: > > > > > eryksun added the comment: > > > > What do you get for os.stat? > > > > bak_path = r"C:\Users\EAARHOS\Desktop\Python Review\baseExcel.py" > > print(os.stat(bak_path)) > > bak_path += '.bak' > > print(os.stat(bak_path)) > > bak_path += '.bak' > > print(os.stat(bak_path)) # This should raise FileNotFoundError > > > > ---------- > > nosy: +eryksun > > > > _______________________________________ > > Python tracker > > > > _______________________________________ > > > > ---------- > > _______________________________________ > Python tracker > > _______________________________________ > ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 21:53:20 2014 From: report at bugs.python.org (Buck Golemon) Date: Fri, 24 Oct 2014 19:53:20 +0000 Subject: [issue22723] visited-link styling is not accessible Message-ID: <1414180400.68.0.547472264893.issue22723@psf.upfronthosting.co.za> New submission from Buck Golemon: The color needs adjusted such that it has at least 3:1 luminance contrast versus the surrounding non-link text. (See "non-inheritable" https://docs.python.org/3/library/os.html#os.dup) See also: * http://www.w3.org/TR/WCAG20/#visual-audio-contrast-without-color * http://www.w3.org/WAI/WCAG20/Techniques/working-examples/G183/link-contrast.html Given that the surrounding text is #222, the a:visited color should be bumped from #30306f to #6363bb in order to meet the 3:1 luminance-contrast guideline while preserving the hue and saturation. By the same calculation, the un-visited links are slightly too dark and should be bumped from #00608f to #0072aa Validation was done here: http://juicystudio.com/services/luminositycontrastratio.php Luminance adjustments done here: http://colorizer.org/ ---------- assignee: docs at python components: Documentation messages: 229952 nosy: bukzor, docs at python priority: normal severity: normal status: open title: visited-link styling is not accessible _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 22:13:15 2014 From: report at bugs.python.org (Buck Golemon) Date: Fri, 24 Oct 2014 20:13:15 +0000 Subject: [issue22722] inheritable pipes are unwieldy without os.pipe2 In-Reply-To: <1414175114.21.0.89253014317.issue22722@psf.upfronthosting.co.za> Message-ID: <1414181595.97.0.0258851815651.issue22722@psf.upfronthosting.co.za> Buck Golemon added the comment: I notice that dup2 grew an `inheritable=True` argument in 3.4. This might be a good precedent to use here, as a third option. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 22:14:49 2014 From: report at bugs.python.org (Buck Golemon) Date: Fri, 24 Oct 2014 20:14:49 +0000 Subject: [issue22723] visited-link styling is not accessible In-Reply-To: <1414180400.68.0.547472264893.issue22723@psf.upfronthosting.co.za> Message-ID: <1414181689.29.0.511302861275.issue22723@psf.upfronthosting.co.za> Buck Golemon added the comment: Proposed patch attached. ---------- keywords: +patch Added file: http://bugs.python.org/file37006/link-color.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 22:29:18 2014 From: report at bugs.python.org (Berker Peksag) Date: Fri, 24 Oct 2014 20:29:18 +0000 Subject: [issue22715] PEP 257: drop the recommendation for a blank line between the class line and the docstring In-Reply-To: <1414161505.87.0.98081609244.issue22715@psf.upfronthosting.co.za> Message-ID: <1414182558.77.0.498967495303.issue22715@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- stage: needs patch -> resolved _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 22:32:10 2014 From: report at bugs.python.org (Ned Deily) Date: Fri, 24 Oct 2014 20:32:10 +0000 Subject: [issue22723] visited-link styling is not accessible In-Reply-To: <1414180400.68.0.547472264893.issue22723@psf.upfronthosting.co.za> Message-ID: <1414182730.13.0.100438443452.issue22723@psf.upfronthosting.co.za> Ned Deily added the comment: +1 It's a fairly subtle change but definitely an improvement IMO (as viewed with vanilla Safari and Firefox settings on OS X). ---------- nosy: +ned.deily _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 22:36:47 2014 From: report at bugs.python.org (Martin Panter) Date: Fri, 24 Oct 2014 20:36:47 +0000 Subject: [issue22665] shutil.__all__ incomplete In-Reply-To: <1413609253.18.0.504077117345.issue22665@psf.upfronthosting.co.za> Message-ID: <1414183007.08.0.442626957186.issue22665@psf.upfronthosting.co.za> Martin Panter added the comment: Looking at Lib/test/test___all__.py, that module just makes sure that the names imported with ?from ... import *? are the same as listed in the __all__ attribute. It does no know what the __all__ attribute is meant to contain. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 22:41:05 2014 From: report at bugs.python.org (Berker Peksag) Date: Fri, 24 Oct 2014 20:41:05 +0000 Subject: [issue22723] visited-link styling is not accessible In-Reply-To: <1414180400.68.0.547472264893.issue22723@psf.upfronthosting.co.za> Message-ID: <1414183265.8.0.527418162555.issue22723@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- nosy: +berker.peksag, georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 22:48:20 2014 From: report at bugs.python.org (Georg Brandl) Date: Fri, 24 Oct 2014 20:48:20 +0000 Subject: [issue22723] visited-link styling is not accessible In-Reply-To: <1414180400.68.0.547472264893.issue22723@psf.upfronthosting.co.za> Message-ID: <1414183700.26.0.687453342516.issue22723@psf.upfronthosting.co.za> Georg Brandl added the comment: Sounds good to me. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 23:09:29 2014 From: report at bugs.python.org (Jacopo Nespolo) Date: Fri, 24 Oct 2014 21:09:29 +0000 Subject: [issue22672] float arguments in scientific notation not supported by argparse In-Reply-To: <1413742215.74.0.884028294997.issue22672@psf.upfronthosting.co.za> Message-ID: <1414184969.31.0.115493461949.issue22672@psf.upfronthosting.co.za> Jacopo Nespolo added the comment: a better patch ---------- Added file: http://bugs.python.org/file37007/argparse.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 23:10:32 2014 From: report at bugs.python.org (Jacopo Nespolo) Date: Fri, 24 Oct 2014 21:10:32 +0000 Subject: [issue22672] float arguments in scientific notation not supported by argparse In-Reply-To: <1413742215.74.0.884028294997.issue22672@psf.upfronthosting.co.za> Message-ID: <1414185032.24.0.607696525083.issue22672@psf.upfronthosting.co.za> Jacopo Nespolo added the comment: test program that checks handling of a bunch of numbers. ---------- Added file: http://bugs.python.org/file37008/test_argparse.py _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 23:22:11 2014 From: report at bugs.python.org (Ned Deily) Date: Fri, 24 Oct 2014 21:22:11 +0000 Subject: [issue22672] float arguments in scientific notation not supported by argparse In-Reply-To: <1413742215.74.0.884028294997.issue22672@psf.upfronthosting.co.za> Message-ID: <1414185731.72.0.505015337596.issue22672@psf.upfronthosting.co.za> Ned Deily added the comment: Thanks for the updated patch and test program. Note, to be part of the Python test suite, the test should be in the form of a unittest test and fit into the existing argparse tests here: Lib/test/test_argparse.py. ---------- nosy: +ned.deily _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 23:22:55 2014 From: report at bugs.python.org (Ned Deily) Date: Fri, 24 Oct 2014 21:22:55 +0000 Subject: [issue22672] float arguments in scientific notation not supported by argparse In-Reply-To: <1413742215.74.0.884028294997.issue22672@psf.upfronthosting.co.za> Message-ID: <1414185775.34.0.675831493744.issue22672@psf.upfronthosting.co.za> Changes by Ned Deily : ---------- stage: -> patch review versions: +Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 24 23:46:42 2014 From: report at bugs.python.org (eryksun) Date: Fri, 24 Oct 2014 21:46:42 +0000 Subject: [issue22719] os.path.isfile & os.path.exists bug in while loop In-Reply-To: <1414166412.24.0.659144032685.issue22719@psf.upfronthosting.co.za> Message-ID: <1414187202.6.0.535022953689.issue22719@psf.upfronthosting.co.za> eryksun added the comment: When appending to a singly-referenced string, the interpreter tries to reallocate the string in place. This applies to both `s += 'text'` and `s = s + 'text'`. Storing to a temp variable is adding a 2nd reference, so a new string gets allocated instead. If the former is the case (i.e. the object id is the same after appending), use ctypes to check the string's cached wide-string (wchar_t *) representation: from ctypes import * pythonapi.PyUnicode_AsUnicode.argtypes = [py_object] pythonapi.PyUnicode_AsUnicode.restype = c_wchar_p print(pythonapi.PyUnicode_AsUnicode(bak_path)) The wstr cache should be cleared when the string is reallocated in place, so this is probably a dead end. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 00:06:19 2014 From: report at bugs.python.org (Matt Frank) Date: Fri, 24 Oct 2014 22:06:19 +0000 Subject: [issue20306] Lack of pw_gecos field in Android's struct passwd causes cross-compilation for the pwd module to fail In-Reply-To: <1390155821.88.0.335321844624.issue20306@psf.upfronthosting.co.za> Message-ID: <1414188379.79.0.747089821677.issue20306@psf.upfronthosting.co.za> Changes by Matt Frank : ---------- nosy: +WanderingLogic _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 00:12:40 2014 From: report at bugs.python.org (eryksun) Date: Fri, 24 Oct 2014 22:12:40 +0000 Subject: [issue22719] os.path.isfile & os.path.exists bug in while loop In-Reply-To: <1414166412.24.0.659144032685.issue22719@psf.upfronthosting.co.za> Message-ID: <1414188760.71.0.545688342004.issue22719@psf.upfronthosting.co.za> eryksun added the comment: > i.e. the object id is the same after appending Actually, that's wrong. bak_path is a compact string. So the whole object is realloc'd, and the base address (i.e. id) could change. Check PyUnicode_AsUnicode even if the id changes. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 00:39:35 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 24 Oct 2014 22:39:35 +0000 Subject: [issue22722] inheritable pipes are unwieldy without os.pipe2 In-Reply-To: <1414175114.21.0.89253014317.issue22722@psf.upfronthosting.co.za> Message-ID: <1414190375.32.0.167383577215.issue22722@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > This seems objectionable since set_inheritable() code is invoked > twice, where I'd prefer to invoke it zero times (or at most once). Does it make a difference in the grand scheme of things? If you're forking a process, you're usually doing something heavy enough that two calls to set_inheritable() will end up invisible. ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 00:44:46 2014 From: report at bugs.python.org (Matt Frank) Date: Fri, 24 Oct 2014 22:44:46 +0000 Subject: [issue20306] Lack of pw_gecos field in Android's struct passwd causes cross-compilation for the pwd module to fail In-Reply-To: <1390155821.88.0.335321844624.issue20306@psf.upfronthosting.co.za> Message-ID: <1414190686.88.0.282471531645.issue20306@psf.upfronthosting.co.za> Matt Frank added the comment: Here is shiz's patch extended with the addition to configure.ac. I added the variable HAVE_PASSWD_GECOS_FIELD and the appropriate tests. Luckily this very problem (missing pw_gecos field) is the example used in the autoconf manual (https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Generic-Structures.html#Generic-Structures). (Otherwise I would have been as lost as I usually am with autoconf.) ---------- Added file: http://bugs.python.org/file37009/pw_gecos-field-workaround-with-config_ac-mods.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 00:46:08 2014 From: report at bugs.python.org (Ned Deily) Date: Fri, 24 Oct 2014 22:46:08 +0000 Subject: [issue22289] support.transient_internet() doesn't catch timeout on FTP tests of test_urllib2net In-Reply-To: <1409142449.68.0.105373691369.issue22289@psf.upfronthosting.co.za> Message-ID: <1414190768.41.0.707836800026.issue22289@psf.upfronthosting.co.za> Ned Deily added the comment: There seems to be a small problem with the patch that can be easily fixed by changing the test for "ftp error: timeout()" to "ftp error: timeout(". Otherwise, it seems OK. Note that there is now also a related patch for Issue22596 that modifies the same test. Perhaps they can be combined. ---------- nosy: +berker.peksag, ned.deily stage: -> patch review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 00:46:27 2014 From: report at bugs.python.org (Ned Deily) Date: Fri, 24 Oct 2014 22:46:27 +0000 Subject: [issue22596] support.transient_internet() doesn't catch connection refused errors In-Reply-To: <1412935330.96.0.286342461477.issue22596@psf.upfronthosting.co.za> Message-ID: <1414190787.12.0.932340912579.issue22596@psf.upfronthosting.co.za> Ned Deily added the comment: LGTM. Perhaps it can be committed with a revised version of the patch for Issue22289? ---------- nosy: +haypo, ned.deily _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 00:48:19 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 24 Oct 2014 22:48:19 +0000 Subject: [issue22697] Deadlock with writing to stderr from forked process In-Reply-To: <1413986367.14.0.352107167307.issue22697@psf.upfronthosting.co.za> Message-ID: <1414190899.98.0.531883719629.issue22697@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +neologix _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 01:20:12 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 24 Oct 2014 23:20:12 +0000 Subject: [issue13319] IDLE: Menu accelerator conflict between Format and Options In-Reply-To: <1320195837.58.0.031082649983.issue13319@psf.upfronthosting.co.za> Message-ID: <1414192812.33.0.39426203385.issue13319@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Currently, in 3.4 Win 7, tk 8.6, Alt O (or Alt O O O , etc) is required to get the Format menu to drop down. Following that with Alt O does select comment out. Alt O O (with or without holding down Alt) opens the Option menu. Having to hit makes both possible, but it was not obvious to me. I only tried hitting 'in desperation'. So I would like to remove the conflict. As I said before, I really want Alt-O to open the always present Options menu. Alt-I is completely unmnemonic to me. The 'i' in 'option' is silent in that it mutates 't' to 'sh' but is not pronounced in itself as a vowel. I don't consider a couple of other editors to be determinative for Idle. Notepad++ has 11 menu items and not all even have an Alt hotkey. To open without a mouse, one must hit Alt and then move with <- and -> arrow keys. I would like to change the hot key for <> to Alt-7. We could then use Alt-T (Meta-T) for Forma_t. Alt 5 & 6 are already used for Tabify and Untabify, so using the next key for tab toggle makes sense to me. (And if we ever need Alt-U for something else, I would change the hot key for the probably seldom used 'Indent width' to Alt-8). Ned, do you have any opinion on this issue? ---------- nosy: +ned.deily _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 01:20:20 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 24 Oct 2014 23:20:20 +0000 Subject: [issue13319] IDLE: Menu accelerator conflict between Format and Options In-Reply-To: <1320195837.58.0.031082649983.issue13319@psf.upfronthosting.co.za> Message-ID: <1414192820.53.0.107566957068.issue13319@psf.upfronthosting.co.za> Changes by Terry J. Reedy : ---------- versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 01:24:24 2014 From: report at bugs.python.org (paul j3) Date: Fri, 24 Oct 2014 23:24:24 +0000 Subject: [issue9351] argparse set_defaults on subcommands should override top level set_defaults In-Reply-To: <1279894012.43.0.0678646409.issue9351@psf.upfronthosting.co.za> Message-ID: <1414193064.31.0.975192942928.issue9351@psf.upfronthosting.co.za> paul j3 added the comment: A possible problem with this patch is that it overrides any Namespace given by the user. In the test example: parser.parse_args(['X'], namespace=argparse.Namespace(foo=3)) the result is 'foo=2', the setdefault from the subparser. Previously, and with a single level parser, the result would be 'foo=3'. This is also true for an ordinary argument default in the subparser. It could be argued that a user is unlikely to use both the 'namespace=...' parameter, and 'setdefault' for the same variable, especially one that isn't an argument 'dest'. But the fact that the custom namespace does not override regular subparser argument defaults bothers me. Also, should an untested change like this be applied to 3.4 and 2.7? This is not a backward compatible bug fix. The test case also touches on a real bug in the recent releases - subparsers are now optional. 'parser.parse_args([])' runs without complaint about the missing 'X'. Actually it is convenient for testing this case. But it is still an incompatibility with earlier behavior http://bugs.python.org/issue9253 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 01:52:39 2014 From: report at bugs.python.org (Benedikt Morbach) Date: Fri, 24 Oct 2014 23:52:39 +0000 Subject: [issue22724] byte-compile fails for cross-builds Message-ID: <1414194759.57.0.515625475535.issue22724@psf.upfronthosting.co.za> New submission from Benedikt Morbach: For cross-builds the byte-compiling and 2to3 Grammar generation fail. This is because PYTHONPATH/sys.path includes 'build/lib.$PLATFORM', in which the compiled .so modules reside. The host python obviously barfs on those, as they are compiled for a different architecture. However, this directory also contains _sysconfigdata.py, which is needed at all times. A possible fix would be to separate those two. ---------- components: Cross-Build messages: 229969 nosy: Benedikt.Morbach priority: normal severity: normal status: open title: byte-compile fails for cross-builds type: compile error versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 01:53:07 2014 From: report at bugs.python.org (Benedikt Morbach) Date: Fri, 24 Oct 2014 23:53:07 +0000 Subject: [issue22724] byte-compile fails for cross-builds In-Reply-To: <1414194759.57.0.515625475535.issue22724@psf.upfronthosting.co.za> Message-ID: <1414194787.39.0.876903392194.issue22724@psf.upfronthosting.co.za> Changes by Benedikt Morbach : ---------- versions: +Python 3.5, Python 3.6 -Python 3.2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 02:00:53 2014 From: report at bugs.python.org (Benedikt Morbach) Date: Sat, 25 Oct 2014 00:00:53 +0000 Subject: [issue22724] byte-compile fails for cross-builds In-Reply-To: <1414194759.57.0.515625475535.issue22724@psf.upfronthosting.co.za> Message-ID: <1414195253.67.0.0565018805165.issue22724@psf.upfronthosting.co.za> Benedikt Morbach added the comment: alternatively, introduce a $(PYTHON_FOR_INSTALL), which doesn't set PYTHONPATH. Then run those steps using that, with the Makefile setting PYTHONPATH=$(DESTDIR)$(LIBDEST), which doesn't contain the compiled modules at that point. The first solution looks cleaner to me, but might be more tricky to implement, as e.g. Modules/getpath.c makes some assumptions about the location of the build dir. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 02:47:09 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 25 Oct 2014 00:47:09 +0000 Subject: [issue22721] pprint output for sets and dicts is not stable In-Reply-To: <1414170050.02.0.186594262536.issue22721@psf.upfronthosting.co.za> Message-ID: <1414198029.16.0.85801214028.issue22721@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Hmm... is it important? ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 03:00:55 2014 From: report at bugs.python.org (Martin Panter) Date: Sat, 25 Oct 2014 01:00:55 +0000 Subject: [issue10390] json.load should handle bytes input In-Reply-To: <1289494205.74.0.417330108965.issue10390@psf.upfronthosting.co.za> Message-ID: <1414198855.64.0.678440806479.issue10390@psf.upfronthosting.co.za> Martin Panter added the comment: See also Issue 10976, discussing passing bytes() strings to json.loads() ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 03:03:22 2014 From: report at bugs.python.org (Martin Panter) Date: Sat, 25 Oct 2014 01:03:22 +0000 Subject: [issue19837] Wire protocol encoding for the JSON module In-Reply-To: <1385778645.87.0.0800898315059.issue19837@psf.upfronthosting.co.za> Message-ID: <1414199002.72.0.753832931739.issue19837@psf.upfronthosting.co.za> Changes by Martin Panter : ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 03:10:47 2014 From: report at bugs.python.org (Martin Panter) Date: Sat, 25 Oct 2014 01:10:47 +0000 Subject: [issue10976] json.loads() raises TypeError on bytes object In-Reply-To: <1295636509.41.0.0138366952356.issue10976@psf.upfronthosting.co.za> Message-ID: <1414199447.29.0.913043147751.issue10976@psf.upfronthosting.co.za> Martin Panter added the comment: Issue 17909 (auto-detecting JSON encoding) looks like it has a patch which would probably satisfy this issue ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 03:14:10 2014 From: report at bugs.python.org (Martin Panter) Date: Sat, 25 Oct 2014 01:14:10 +0000 Subject: [issue17909] Autodetecting JSON encoding In-Reply-To: <1367759430.76.0.988181674037.issue17909@psf.upfronthosting.co.za> Message-ID: <1414199650.25.0.274844391119.issue17909@psf.upfronthosting.co.za> Changes by Martin Panter : ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 04:20:04 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 25 Oct 2014 02:20:04 +0000 Subject: [issue22723] visited-link styling is not accessible In-Reply-To: <1414180400.68.0.547472264893.issue22723@psf.upfronthosting.co.za> Message-ID: <20141025021956.104900.24411@psf.io> Roundup Robot added the comment: New changeset a3481025a742 by Berker Peksag in branch '3.4': Issue #22723: Make link styling more accessible. https://hg.python.org/cpython/rev/a3481025a742 New changeset 56e87f2c6d3c by Berker Peksag in branch 'default': Issue #22723: Make link styling more accessible. https://hg.python.org/cpython/rev/56e87f2c6d3c ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 04:21:08 2014 From: report at bugs.python.org (Berker Peksag) Date: Sat, 25 Oct 2014 02:21:08 +0000 Subject: [issue22723] visited-link styling is not accessible In-Reply-To: <1414180400.68.0.547472264893.issue22723@psf.upfronthosting.co.za> Message-ID: <1414203668.71.0.909504913005.issue22723@psf.upfronthosting.co.za> Berker Peksag added the comment: Thanks for the patch, Buck. ---------- assignee: docs at python -> berker.peksag stage: -> resolved type: -> enhancement versions: +Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 04:21:27 2014 From: report at bugs.python.org (Berker Peksag) Date: Sat, 25 Oct 2014 02:21:27 +0000 Subject: [issue22723] visited-link styling is not accessible In-Reply-To: <1414180400.68.0.547472264893.issue22723@psf.upfronthosting.co.za> Message-ID: <1414203687.16.0.441220644404.issue22723@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 04:41:58 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 25 Oct 2014 02:41:58 +0000 Subject: [issue22596] support.transient_internet() doesn't catch connection refused errors In-Reply-To: <1412935330.96.0.286342461477.issue22596@psf.upfronthosting.co.za> Message-ID: <20141025024155.104898.39367@psf.io> Roundup Robot added the comment: New changeset 76ef82ec80a7 by Berker Peksag in branch '3.4': Issue #22596: support.transient_internet() now also catches https://hg.python.org/cpython/rev/76ef82ec80a7 New changeset 9c35973829e6 by Berker Peksag in branch 'default': Issue #22596: support.transient_internet() now also catches https://hg.python.org/cpython/rev/9c35973829e6 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 04:48:20 2014 From: report at bugs.python.org (Berker Peksag) Date: Sat, 25 Oct 2014 02:48:20 +0000 Subject: [issue22596] support.transient_internet() doesn't catch connection refused errors In-Reply-To: <1412935330.96.0.286342461477.issue22596@psf.upfronthosting.co.za> Message-ID: <1414205300.93.0.311316944816.issue22596@psf.upfronthosting.co.za> Berker Peksag added the comment: Thanks for the review, Ned. I didn't combine the patch with issue 22289, because I couldn't reproduce that failure easily. ---------- assignee: -> berker.peksag resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 04:56:22 2014 From: report at bugs.python.org (Berker Peksag) Date: Sat, 25 Oct 2014 02:56:22 +0000 Subject: [issue22650] set up and use VM for net access in the test suite In-Reply-To: <1413412028.88.0.410856906094.issue22650@psf.upfronthosting.co.za> Message-ID: <1414205782.04.0.888750225333.issue22650@psf.upfronthosting.co.za> Berker Peksag added the comment: There are two disabled tests in Lib/test/test_urllib2net.py: * OtherNetworkTests.test_cnri: # XXX Following test depends on machine configurations that are internal # to CNRI. Need to set up a public server with the right authentication # configuration for test purposes. * AuthTests.test_basic_auth: ## Disabled at the moment since there is no page under python.org which ## could be used to HTTP authentication. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 05:02:55 2014 From: report at bugs.python.org (Berker Peksag) Date: Sat, 25 Oct 2014 03:02:55 +0000 Subject: [issue10116] Sporadic failures in test_urllibnet In-Reply-To: <1287150282.16.0.127032822399.issue10116@psf.upfronthosting.co.za> Message-ID: <1414206175.01.0.982620133097.issue10116@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- nosy: +berker.peksag _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 05:43:56 2014 From: report at bugs.python.org (Van Ly) Date: Sat, 25 Oct 2014 03:43:56 +0000 Subject: [issue22725] improve documentation for enumerate() (built-in function) Message-ID: <1414208636.74.0.462392063973.issue22725@psf.upfronthosting.co.za> New submission from Van Ly: The existing documentation is confusing. ? improve wording as follows enumerate(sequence, start=0) Returns pairings of index into sequence[link to glossary.html#term-sequence] with the object at that index in the sequence. ? wording as found in v.2.7.5 enumerate(sequence, start=0) Return an enumerate object. sequence must be a sequence, an iterator, or some other object which supports iteration. The next() method of the iterator returned by enumerate() returns a tuple containing a count (from start which defaults to 0) and the values obtained from iterating over sequence: ---------- assignee: docs at python components: Documentation messages: 229979 nosy: docs at python, vy0123 priority: normal severity: normal status: open title: improve documentation for enumerate() (built-in function) type: enhancement versions: Python 2.7, Python 3.3, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 05:56:25 2014 From: report at bugs.python.org (Ezio Melotti) Date: Sat, 25 Oct 2014 03:56:25 +0000 Subject: [issue22725] improve documentation for enumerate() (built-in function) In-Reply-To: <1414208636.74.0.462392063973.issue22725@psf.upfronthosting.co.za> Message-ID: <1414209385.11.0.65782946162.issue22725@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- nosy: +ezio.melotti versions: +Python 3.4, Python 3.6 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 06:42:51 2014 From: report at bugs.python.org (Fred L. Drake, Jr.) Date: Sat, 25 Oct 2014 04:42:51 +0000 Subject: [issue22721] pprint output for sets and dicts is not stable In-Reply-To: <1414170050.02.0.186594262536.issue22721@psf.upfronthosting.co.za> Message-ID: <1414212171.1.0.662986547856.issue22721@psf.upfronthosting.co.za> Fred L. Drake, Jr. added the comment: Stability in output order from pprint is very useful in doctests (yes, some people write documentation that they test). I think fixing any output stability issues would be very worthwhile. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 06:46:24 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sat, 25 Oct 2014 04:46:24 +0000 Subject: [issue22726] Idle: add help to config dialogs Message-ID: <1414212383.94.0.847086482603.issue22726@psf.upfronthosting.co.za> New submission from Terry J. Reedy: At one time, ConfigDialog was given a do-nothing Help button. It was diabled a couple of years ago. This patch restores it for both config dialogs, displaying a text appropriate for both. There are separate functions in anticipation of dialog-specific content. For both, there is the issue of when changes take effect (#22707). For extensions, there might be extension-specific help (#22705). ---------- assignee: terry.reedy files: @config-help-34.diff keywords: patch messages: 229981 nosy: sahutd, terry.reedy priority: normal severity: normal stage: patch review status: open title: Idle: add help to config dialogs type: enhancement versions: Python 2.7, Python 3.4, Python 3.5 Added file: http://bugs.python.org/file37010/@config-help-34.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 06:47:37 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Sat, 25 Oct 2014 04:47:37 +0000 Subject: [issue3068] IDLE - Add an extension configuration dialog In-Reply-To: <1213035033.21.0.781726477097.issue3068@psf.upfronthosting.co.za> Message-ID: <1414212457.32.0.107988164391.issue3068@psf.upfronthosting.co.za> Terry J. Reedy added the comment: #22726 Add help to both dialogs ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 07:02:56 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 25 Oct 2014 05:02:56 +0000 Subject: [issue9351] argparse set_defaults on subcommands should override top level set_defaults In-Reply-To: <1279894012.43.0.0678646409.issue9351@psf.upfronthosting.co.za> Message-ID: <1414213376.94.0.281228957129.issue9351@psf.upfronthosting.co.za> R. David Murray added the comment: Yeah, I hesitated a bit about the backports, but didn't visualize the scenario you are suggesting and thought it would be safe. Perhaps it should be backed out of 2.7 and 3.4. For 3.5, do you have any thoughts about how to make namespace= play nicely with this problem? ---------- status: closed -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 07:03:27 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 25 Oct 2014 05:03:27 +0000 Subject: [issue9351] argparse set_defaults on subcommands should override top level set_defaults In-Reply-To: <1279894012.43.0.0678646409.issue9351@psf.upfronthosting.co.za> Message-ID: <1414213407.41.0.622221879053.issue9351@psf.upfronthosting.co.za> Changes by R. David Murray : ---------- stage: resolved -> commit review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 07:14:20 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 25 Oct 2014 05:14:20 +0000 Subject: [issue22725] improve documentation for enumerate() (built-in function) In-Reply-To: <1414208636.74.0.462392063973.issue22725@psf.upfronthosting.co.za> Message-ID: <1414214060.32.0.073078568561.issue22725@psf.upfronthosting.co.za> R. David Murray added the comment: The existing documentation is technically correct, while your replacement leaves some things out, such as the fact that enumerate accepts an iteratable and returns an iterator that is specifically a special 'enumerate object'. (A sequence is an iteratable, but not all iterables sequences, and enumerate specifically does *not* return a list of pairs, and it is important to know that). Can you explain what it is you find confusing about the existing documentation? The examples should go a long way toward clarifying the text for those not familiar enough with the precisely correct terms it uses. ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 07:21:19 2014 From: report at bugs.python.org (paul j3) Date: Sat, 25 Oct 2014 05:21:19 +0000 Subject: [issue22672] float arguments in scientific notation not supported by argparse In-Reply-To: <1413742215.74.0.884028294997.issue22672@psf.upfronthosting.co.za> Message-ID: <1414214479.94.0.0802125824548.issue22672@psf.upfronthosting.co.za> paul j3 added the comment: This issue has already been raise in http://bugs.python.org/issue9334 argparse does not accept options taking arguments beginning with dash (regression from optparse) There I proposed leaving '_negative_number_matcher' unchanged, but only use it to set '_has_negative_number_optionals'. Testing whether argument strings are numbers or not is better done with 'complex()'. if not self._has_negative_number_optionals: try: complex(arg_string) return None except ValueError: pass That was my first patch, and I haven't looked at it much since then, other than testing that it is compatible with a number of other proposed patches. ---------- nosy: +paul.j3, r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 08:11:31 2014 From: report at bugs.python.org (Van Ly) Date: Sat, 25 Oct 2014 06:11:31 +0000 Subject: [issue22725] improve documentation for enumerate() (built-in function) In-Reply-To: <1414208636.74.0.462392063973.issue22725@psf.upfronthosting.co.za> Message-ID: <1414217491.36.0.230773462394.issue22725@psf.upfronthosting.co.za> Van Ly added the comment: I don't want to argue. Ask a 12-year old and their English teacher, "Does the second sentence qualify as gobbledygook even if it is technically correct and complete and not verbose?" To be constructive and take on what has been said, an iteration on improving the wording: -- improve wording as follows: enumerate(iteratable, start=0) Accepts an iteratable[typo for iterable?] and returns an iterator, a special case 'enumerate object'. The method iterator.next() returns a tuple which pairs an index counter with the object at the index in iterable. >>> led = ['red', 'green', 'blue'] led = ['red', 'green', 'blue'] >>> iter = enumerate(led) iter = enumerate(led) >>> iter.next() iter.next() (0, 'red') >>> iter.next() iter.next() (1, 'green') >>> iter.next() iter.next() (2, 'blue') # While enumerate does not return a list of pairs, # it is easy to collect the pairs and construct a list as follows >>> list(enumerate(led)) list(enumerate(led)) [(0, 'red'), (1, 'green'), (2, 'blue')] ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 08:31:22 2014 From: report at bugs.python.org (STINNER Victor) Date: Sat, 25 Oct 2014 06:31:22 +0000 Subject: [issue22722] inheritable pipes are unwieldy without os.pipe2 In-Reply-To: <1414181595.97.0.0258851815651.issue22722@psf.upfronthosting.co.za> Message-ID: STINNER Victor added the comment: os.dup2() is really a special case for inheritable file descriptors. See the PEP 446. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 10:20:29 2014 From: report at bugs.python.org (Ethan Furman) Date: Sat, 25 Oct 2014 08:20:29 +0000 Subject: [issue22725] improve documentation for enumerate() (built-in function) In-Reply-To: <1414208636.74.0.462392063973.issue22725@psf.upfronthosting.co.za> Message-ID: <1414225229.19.0.00546741491984.issue22725@psf.upfronthosting.co.za> Ethan Furman added the comment: rdm was not asking for an argument, he was asking for a more detailed explanation of what was confusing. Your initial response lacked courtesy and respect, and is not appreciated. The rest of your reply was much better. Next time, please skip the non-constructive portion. ---------- nosy: +ethan.furman _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 10:53:18 2014 From: report at bugs.python.org (Van Ly) Date: Sat, 25 Oct 2014 08:53:18 +0000 Subject: [issue22725] improve documentation for enumerate() (built-in function) In-Reply-To: <1414208636.74.0.462392063973.issue22725@psf.upfronthosting.co.za> Message-ID: <1414227198.92.0.207312407986.issue22725@psf.upfronthosting.co.za> Van Ly added the comment: Understood. I felt the problem was self evident with "sequence must be a sequence". ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 11:43:39 2014 From: report at bugs.python.org (Jacopo Nespolo) Date: Sat, 25 Oct 2014 09:43:39 +0000 Subject: [issue22672] float arguments in scientific notation not supported by argparse In-Reply-To: <1413742215.74.0.884028294997.issue22672@psf.upfronthosting.co.za> Message-ID: <1414230219.3.0.603183248856.issue22672@psf.upfronthosting.co.za> Jacopo Nespolo added the comment: Ned Deily: I don't quite know how to use unittest, but I'll try to look into it. paul j3: > There I proposed leaving '_negative_number_matcher' unchanged, > but only use it to set '_has_negative_number_optionals'. I don't know argparse internals but, if I understand your argument, I think you still need a '_negative_number_matcher' capable of correctly match any negative number in any form, including scientific notation, complex j, etc.. If this is the case, then, the matcher could be simplified to something like '^-\d+|^-.\d+' (notice $ removed from current regex) which would only signal that "something that starts like a negative number" is present. Then one could use complex() or float() or whatever, to check that that's actually the case. I would still expect an exception to be raised if, say, I specify type=float and then a complex value is passed as an argument. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 11:54:16 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 25 Oct 2014 09:54:16 +0000 Subject: [issue22725] improve documentation for enumerate() (built-in function) In-Reply-To: <1414208636.74.0.462392063973.issue22725@psf.upfronthosting.co.za> Message-ID: <1414230856.47.0.650856103328.issue22725@psf.upfronthosting.co.za> Georg Brandl added the comment: > I felt the problem was self evident with "sequence must be a sequence". The two words are not used in the same sense: the first names the argument of the function, the second is one of several possible object types you can pass for that argument. ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 12:10:23 2014 From: report at bugs.python.org (Van Ly) Date: Sat, 25 Oct 2014 10:10:23 +0000 Subject: [issue22725] improve documentation for enumerate() (built-in function) In-Reply-To: <1414208636.74.0.462392063973.issue22725@psf.upfronthosting.co.za> Message-ID: <1414231823.46.0.361716457417.issue22725@psf.upfronthosting.co.za> Van Ly added the comment: > "sequence must be a sequence" The subtle minutiae of aficionados necessary to interpret the meaning of those two words in their distinct relation is opaque to a new comer and doesn?t serve the widest possible audience usefully to get the job done quick. The second placed sense has a range of possibility narrower than iterable as has been said, all sequences are iterables but not all iterables sequences. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 12:45:22 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 25 Oct 2014 10:45:22 +0000 Subject: [issue22721] pprint output for sets and dicts is not stable In-Reply-To: <1414170050.02.0.186594262536.issue22721@psf.upfronthosting.co.za> Message-ID: <1414233922.04.0.426501274606.issue22721@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: > Hmm... is it important? Not more than sorting pprint output at all. This looks low priority issue to me, but the fix looks pretty easy. Here is a patch. I hope Raymond will make a review, may be I missed some details. ---------- keywords: +patch stage: -> patch review Added file: http://bugs.python.org/file37011/pprint_safe_key.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 13:20:00 2014 From: report at bugs.python.org (Van Ly) Date: Sat, 25 Oct 2014 11:20:00 +0000 Subject: [issue22725] improve documentation for enumerate() (built-in function) In-Reply-To: <1414208636.74.0.462392063973.issue22725@psf.upfronthosting.co.za> Message-ID: <1414236000.52.0.745007575016.issue22725@psf.upfronthosting.co.za> Van Ly added the comment: The first mention of iterator should link to 'glossary.html#term-iterator'. There is a builtin iter() function. This may cause confusion in earlier suggested inline sample code. -- Use the following inline sample code -- in place of 'iter = enumerate(led)'to avoid confusion with iter() builtin: led = ['red', 'green', 'blue'] iterator = enumerate(led) try: while True: print iterator.next() except StopIteration: print 'End of iterator has been reached.' ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 13:51:50 2014 From: report at bugs.python.org (Tshepang Lekhonkhobe) Date: Sat, 25 Oct 2014 11:51:50 +0000 Subject: [issue22678] An OSError subclass for "no space left on device" would be nice In-Reply-To: <1413822435.2.0.235544061908.issue22678@psf.upfronthosting.co.za> Message-ID: <1414237910.68.0.120232028913.issue22678@psf.upfronthosting.co.za> Changes by Tshepang Lekhonkhobe : ---------- nosy: +tshepang _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 15:15:04 2014 From: report at bugs.python.org (Saimadhav Heblikar) Date: Sat, 25 Oct 2014 13:15:04 +0000 Subject: [issue22705] Idle extension configuration: add option-help option In-Reply-To: <1414023433.5.0.357242409854.issue22705@psf.upfronthosting.co.za> Message-ID: <1414242904.91.0.585552423042.issue22705@psf.upfronthosting.co.za> Saimadhav Heblikar added the comment: Attached is a patch which attempts to display help text using a ToolTip. The additional requirement is that for entry 'name', there be another entry have a 'name_help' in the config-extensions.def(easier to see the file to understand what I mean). A few changes were required in ToolTip.py to adjust the delay in millisecond value. Note : In the current patch, I have added demo help string only for CodeContext and AutoComplete. ---------- keywords: +patch Added file: http://bugs.python.org/file37012/issue22705-v1.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 15:32:23 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Sat, 25 Oct 2014 13:32:23 +0000 Subject: [issue22237] sorted() docs should state that the sort is stable In-Reply-To: <1408553630.26.0.335574291367.issue22237@psf.upfronthosting.co.za> Message-ID: <1414243943.88.0.634014610416.issue22237@psf.upfronthosting.co.za> St?phane Wirtel added the comment: ping. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 15:36:15 2014 From: report at bugs.python.org (=?utf-8?q?St=C3=A9phane_Wirtel?=) Date: Sat, 25 Oct 2014 13:36:15 +0000 Subject: [issue12916] Add inspect.splitdoc In-Reply-To: <1315326747.38.0.43030903994.issue12916@psf.upfronthosting.co.za> Message-ID: <1414244175.56.0.884799268176.issue12916@psf.upfronthosting.co.za> St?phane Wirtel added the comment: @berker.peksag Could you review the last patch? and keep me informed? Thanks, ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 15:37:11 2014 From: report at bugs.python.org (Nick Coghlan) Date: Sat, 25 Oct 2014 13:37:11 +0000 Subject: [issue22711] Distribution guide should link directly to distutils & setuptools API references In-Reply-To: <1414069046.6.0.438005896108.issue22711@psf.upfronthosting.co.za> Message-ID: <1414244231.5.0.475432258367.issue22711@psf.upfronthosting.co.za> Nick Coghlan added the comment: Since the community has been so successful at shouting down most previous attempts at fundamental Python packaging ecosystem improvements, I am extraordinarily hostile to anything that even hints at attempting to do so again. I interpreted the proposal originally put forward in this issue as just such an attempt. Specifically, it reads to me as "ah, this link was too hard to find, despite still being the top link when searching 'python distutils', let's revert all the docs changes, so newcomers to Python can go back to being just as lost and confused as they were before PEP 453 was accepted and implemented". The legacy docs are not better than packaging.python.org or the setuptools docs - they are actively misleading in several respects, and extracting useful information from them requires that you already be an expert in the Python packaging ecosystem so you can successfully figure out which bits you need to ignore and which bits provide relevant information not yet covered anywhere else. However, on rereading https://docs.python.org/3/distributing/, I agree it should at least point readers directly at the package API references for both distutils and setuptools. At the moment, even the existing inline references aren't hyperlinked. The "distutils" landing page should also point readers directly at the setuptools docs, rather than requiring an indirection via the packaging user guide. ---------- title: "legacy" distutils docs better than packaging guide -> Distribution guide should link directly to distutils & setuptools API references _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 15:41:01 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 25 Oct 2014 13:41:01 +0000 Subject: [issue22721] pprint output for sets and dicts is not stable In-Reply-To: <1414170050.02.0.186594262536.issue22721@psf.upfronthosting.co.za> Message-ID: <1414244461.37.0.0663001150984.issue22721@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: And here is alternative patch if the first patch is not correct. It is more complicated and I suppose is less efficient in common case. ---------- Added file: http://bugs.python.org/file37013/pprint_safe_key_alt.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 15:51:01 2014 From: report at bugs.python.org (Aaron Hill) Date: Sat, 25 Oct 2014 13:51:01 +0000 Subject: [issue18216] gettext doesn't check MO versions In-Reply-To: <1371242081.43.0.507366610452.issue18216@psf.upfronthosting.co.za> Message-ID: <1414245061.77.0.732699634738.issue18216@psf.upfronthosting.co.za> Aaron Hill added the comment: Is there anything that needs to be changed? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 16:03:30 2014 From: report at bugs.python.org (Roundup Robot) Date: Sat, 25 Oct 2014 14:03:30 +0000 Subject: [issue22711] Distribution guide should link directly to distutils & setuptools API references In-Reply-To: <1414069046.6.0.438005896108.issue22711@psf.upfronthosting.co.za> Message-ID: <20141025140308.58158.26206@psf.io> Roundup Robot added the comment: New changeset c46953d76d4c by Nick Coghlan in branch '3.4': Issue #22711: improve links in new distribution docs https://hg.python.org/cpython/rev/c46953d76d4c New changeset cbb9efd48405 by Nick Coghlan in branch 'default': Merge issue #22711 from 3.4 https://hg.python.org/cpython/rev/cbb9efd48405 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 16:05:06 2014 From: report at bugs.python.org (Nick Coghlan) Date: Sat, 25 Oct 2014 14:05:06 +0000 Subject: [issue22711] Distribution guide should link directly to distutils & setuptools API references In-Reply-To: <1414069046.6.0.438005896108.issue22711@psf.upfronthosting.co.za> Message-ID: <1414245906.6.0.525297827128.issue22711@psf.upfronthosting.co.za> Nick Coghlan added the comment: I added several previously missing hyperlinks, together with a short description of some key setuptools benefits in the distutils landing page. Let me know if you had more than that in mind. ---------- status: open -> pending _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 16:20:17 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 25 Oct 2014 14:20:17 +0000 Subject: [issue22711] Distribution guide should link directly to distutils & setuptools API references In-Reply-To: <1414244231.5.0.475432258367.issue22711@psf.upfronthosting.co.za> Message-ID: <544BB19D.3040203@free.fr> Antoine Pitrou added the comment: Le 25/10/2014 15:37, Nick Coghlan a ?crit : > > Since the community has been so successful at shouting down most previous attempts at fundamental Python packaging ecosystem improvements, I am extraordinarily hostile to anything that even hints at attempting to do so again. You're saying that to the guy who wanted distutils2 to stay in the stdlib. > I added several previously missing hyperlinks, This is good. Thank you Nick! ---------- status: pending -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 16:20:27 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 25 Oct 2014 14:20:27 +0000 Subject: [issue22711] Distribution guide should link directly to distutils & setuptools API references In-Reply-To: <1414069046.6.0.438005896108.issue22711@psf.upfronthosting.co.za> Message-ID: <1414246827.44.0.44695821976.issue22711@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 16:25:39 2014 From: report at bugs.python.org (Nick Coghlan) Date: Sat, 25 Oct 2014 14:25:39 +0000 Subject: [issue22711] Distribution guide should link directly to distutils & setuptools API references In-Reply-To: <1414069046.6.0.438005896108.issue22711@psf.upfronthosting.co.za> Message-ID: <1414247139.69.0.352075457967.issue22711@psf.upfronthosting.co.za> Nick Coghlan added the comment: Also, my apologies for overreacting - I interpreted the suggestion in the worst possible light, which you definitely didn't deserve. Actually going back and rereading the guide with the benefits of a few months distance from originally writing it made the problems you encountered *much* clearer to me - the relevant links were there on the distutils landing page, but that page itself wasn't easily reachable from the top level navigation. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 16:43:00 2014 From: report at bugs.python.org (Nick Coghlan) Date: Sat, 25 Oct 2014 14:43:00 +0000 Subject: [issue10548] Error in setUp not reported as expectedFailure (unittest) In-Reply-To: <1290870998.37.0.268172055445.issue10548@psf.upfronthosting.co.za> Message-ID: <1414248180.74.0.738664395626.issue10548@psf.upfronthosting.co.za> Nick Coghlan added the comment: If you want the simple model, there's nothing to change (except perhaps documentation), as that's the way things work today. subtest support also makes it much easier to factor out common assertions without relying on the setUp/tearDown protocol, so I'd be OK with explicitly declaring having common assertions in those methods to be an abuse of the protocol. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 17:06:58 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 25 Oct 2014 15:06:58 +0000 Subject: [issue22725] improve documentation for enumerate() (built-in function) In-Reply-To: <1414208636.74.0.462392063973.issue22725@psf.upfronthosting.co.za> Message-ID: <1414249618.9.0.459941502887.issue22725@psf.upfronthosting.co.za> R. David Murray added the comment: I think you misunderstand the purpose of the documentation you are suggesting modifying. It is a *reference guide*, and as such it needs to be technically precise and *must* correctly use the "jargon" of the language. Especially since it also functions as the reference guide for people who implement new versions of Python, and need to know what behavior of things like 'enumerate' they need to reproduce. That said, we also prefer the reference docs to be clear and understandable to someone who is a relative beginner, as long as we don't lose precision in doing so. Thus the glossary and the glossary links, so yes it would be a good idea to add those. I did indeed misspell iterable. Your sentence is still incorrect...items returned by an iterator do not necessarily have an index (that is, you can't say myiterator[3] in the general case). So, if I understand correctly, your difficulty was the confusion between the argument name *sequence* and the technical term ``sequence`` (referring to a Python object type). I agree that that makes things confusing. It would be better if the argument were named *iterable*, but we can't really change it at this point for backward compatibility reasons. Maybe if we rearrange things a bit we can make it clearer. How about this: Return an enumerate object which when iterated[link to glossary] yields a two-tuple for each element in *sequence*, each tuple consisting of the sequence number of the element (beginning with *start*, which defaults to 0) paired with the element itself. *sequence* must be a sequence, an iterator, or some other object which supports iteration. That moves the distracting precise definition of *sequence* to the end, after you've already grasped what the function does. You will note that I've also dropped the reference to next; that is implicit in the mention of "when iterated", since it is an integral part of the iteration protocol. IMO it is a distraction to mention next in this context. It confuses the beginner and isn't needed by the expert. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 17:13:21 2014 From: report at bugs.python.org (flying sheep) Date: Sat, 25 Oct 2014 15:13:21 +0000 Subject: [issue22716] Add reference to the object missing an attribute to AttributeError In-Reply-To: <1414162979.59.0.692601319144.issue22716@psf.upfronthosting.co.za> Message-ID: <1414250001.28.0.376886016524.issue22716@psf.upfronthosting.co.za> flying sheep added the comment: No, this is about the object which misses an argument, not the attribute name. But thanks for the pointer: one combined fix for both would be the smartest thing to do. ---------- status: closed -> open _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 17:21:22 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 25 Oct 2014 15:21:22 +0000 Subject: [issue10548] Error in setUp not reported as expectedFailure (unittest) In-Reply-To: <1290870998.37.0.268172055445.issue10548@psf.upfronthosting.co.za> Message-ID: <1414250482.83.0.525452817097.issue10548@psf.upfronthosting.co.za> R. David Murray added the comment: Oh, now I understand what the issue is. It never even *occurred* to me that someone might put assertions in setUp or tearDown. So, yeah, count me in on considering that an abuse of the protocol :) (If I want to factor out common assertions, and I do it a lot, I put them in a helper method and call it explicitly.) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 17:26:33 2014 From: report at bugs.python.org (R. David Murray) Date: Sat, 25 Oct 2014 15:26:33 +0000 Subject: [issue22716] Add reference to the object missing an attribute to AttributeError In-Reply-To: <1414162979.59.0.692601319144.issue22716@psf.upfronthosting.co.za> Message-ID: <1414250793.5.0.521528183285.issue22716@psf.upfronthosting.co.za> Changes by R. David Murray : ---------- resolution: duplicate -> stage: resolved -> superseder: Add an 'attr' attribute to AttributeError -> versions: +Python 3.5 -Python 3.6 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 17:28:17 2014 From: report at bugs.python.org (Nick Coghlan) Date: Sat, 25 Oct 2014 15:28:17 +0000 Subject: [issue10548] Error in setUp not reported as expectedFailure (unittest) In-Reply-To: <1290870998.37.0.268172055445.issue10548@psf.upfronthosting.co.za> Message-ID: <1414250897.67.0.574489591893.issue10548@psf.upfronthosting.co.za> Nick Coghlan added the comment: Heh, yeah, I've written *many* check_* methods in my life - I just hadn't made the link between that practice, and this suggestion. I think that switches me firmly to the "don't change the behaviour" camp. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 18:16:19 2014 From: report at bugs.python.org (Philip Semanchuk) Date: Sat, 25 Oct 2014 16:16:19 +0000 Subject: [issue20584] On FreeBSD, signal.NSIG is smaller than biggest signal value In-Reply-To: <1392053798.24.0.547929158873.issue20584@psf.upfronthosting.co.za> Message-ID: <1414253779.98.0.418493263523.issue20584@psf.upfronthosting.co.za> Changes by Philip Semanchuk : ---------- nosy: +osvenskan _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 19:35:40 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 25 Oct 2014 17:35:40 +0000 Subject: [issue22716] Add reference to the object missing an attribute to AttributeError In-Reply-To: <1414250001.28.0.376886016524.issue22716@psf.upfronthosting.co.za> Message-ID: <2000079.nUTUmJ54Mh@raxxla> Serhiy Storchaka added the comment: See also PEP 473. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 21:34:32 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 25 Oct 2014 19:34:32 +0000 Subject: [issue22727] Improve benchmarks precision Message-ID: <1414265672.28.0.112980885823.issue22727@psf.upfronthosting.co.za> New submission from Antoine Pitrou: This patch tries to improve precision of benchmarks in the benchmark suite by two measures: - select the best timer for the pair of interpreters (i.e. perf_counter() if possible) - make hashing deterministic to avoid fluctuations between runs ---------- components: Benchmarks files: precision.patch keywords: patch messages: 230011 nosy: brett.cannon, pitrou, serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Improve benchmarks precision type: enhancement versions: Python 3.5 Added file: http://bugs.python.org/file37014/precision.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 21:41:26 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 25 Oct 2014 19:41:26 +0000 Subject: [issue22725] improve documentation for enumerate() (built-in function) In-Reply-To: <1414208636.74.0.462392063973.issue22725@psf.upfronthosting.co.za> Message-ID: <1414266086.08.0.992900893083.issue22725@psf.upfronthosting.co.za> Changes by Georg Brandl : ---------- nosy: -georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 22:03:28 2014 From: report at bugs.python.org (Ethan Furman) Date: Sat, 25 Oct 2014 20:03:28 +0000 Subject: [issue22725] improve documentation for enumerate() (built-in function) In-Reply-To: <1414208636.74.0.462392063973.issue22725@psf.upfronthosting.co.za> Message-ID: <1414267408.76.0.430953184672.issue22725@psf.upfronthosting.co.za> Ethan Furman added the comment: +1 for rdm's change. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 22:05:58 2014 From: report at bugs.python.org (Georg Brandl) Date: Sat, 25 Oct 2014 20:05:58 +0000 Subject: [issue22727] Improve benchmarks precision In-Reply-To: <1414265672.28.0.112980885823.issue22727@psf.upfronthosting.co.za> Message-ID: <1414267558.28.0.314559795408.issue22727@psf.upfronthosting.co.za> Georg Brandl added the comment: LGTM. ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 22:22:32 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 25 Oct 2014 20:22:32 +0000 Subject: [issue22727] Improve benchmarks precision In-Reply-To: <1414265672.28.0.112980885823.issue22727@psf.upfronthosting.co.za> Message-ID: <1414268552.6.0.105153667532.issue22727@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Pushed in dc7d29be5a9e. ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 22:26:06 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 25 Oct 2014 20:26:06 +0000 Subject: [issue22728] Deprecate spurious benchmarks Message-ID: <1414268766.06.0.994855016706.issue22728@psf.upfronthosting.co.za> New submission from Antoine Pitrou: "iterative_count" and "threaded_count" are really uninteresting benchmarks, inherited from Dave Beazley's GIL experiments. I suggest to deprecate them and remove from the "all" and "2n3" sets. Patch attached. ---------- components: Benchmarks files: deprecated.patch keywords: patch messages: 230015 nosy: pitrou priority: normal severity: normal stage: patch review status: open title: Deprecate spurious benchmarks type: enhancement Added file: http://bugs.python.org/file37015/deprecated.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 22:26:12 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 25 Oct 2014 20:26:12 +0000 Subject: [issue22728] Deprecate spurious benchmarks In-Reply-To: <1414268766.06.0.994855016706.issue22728@psf.upfronthosting.co.za> Message-ID: <1414268772.34.0.875321168338.issue22728@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +brett.cannon _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 22:41:40 2014 From: report at bugs.python.org (Ben Mather) Date: Sat, 25 Oct 2014 20:41:40 +0000 Subject: [issue22729] `wait` and `as_completed` depend on private api Message-ID: <1414269700.02.0.917285833698.issue22729@psf.upfronthosting.co.za> New submission from Ben Mather: Adds `remove_done_callback` to `Future` object, removes `_waiters` attribute, and re-implements `wait` and `as_completed` using callbacks. This makes it possible to extend or replace `Future` without having to mimic its private `_waiters` interface. Currently waiters and callbacks are triggered at different points after a cancel (waiters in `set_condition_and_notify_cancel` and callbacks in `cancel`.) This is a problem as it means that implementing `wait` and `as_completed` using `add_done_callback` will result in a behaviour change unless the behaviour of `add_done_callback` is changed instead. I don't believe the current behaviour is as documented anyway so I'm not sure if this is a problem. See issue 22630. I am a little uncertain about the O(n) implementation of `remove_done_callback` but can't imagine a situation where it would be a problem. ---------- components: Library (Lib) files: non-magic-waiters.patch keywords: patch messages: 230016 nosy: bwhmather priority: normal severity: normal status: open title: `wait` and `as_completed` depend on private api type: behavior versions: Python 3.4, Python 3.5, Python 3.6 Added file: http://bugs.python.org/file37016/non-magic-waiters.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 22:44:27 2014 From: report at bugs.python.org (Ben Mather) Date: Sat, 25 Oct 2014 20:44:27 +0000 Subject: [issue22630] `concurrent.futures.Future.set_running_or_notify_cancel` does not notify cancel In-Reply-To: <1413277554.48.0.992007500484.issue22630@psf.upfronthosting.co.za> Message-ID: <1414269867.47.0.973072087954.issue22630@psf.upfronthosting.co.za> Ben Mather added the comment: Have uploaded patch to re-implement `wait` and `as_completed` using callbacks. See issue 22729. Sorry for sitting on it for so long. ---------- Added file: http://bugs.python.org/file37017/non-magic-waiters.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 23:42:37 2014 From: report at bugs.python.org (paul j3) Date: Sat, 25 Oct 2014 21:42:37 +0000 Subject: [issue22672] float arguments in scientific notation not supported by argparse In-Reply-To: <1413742215.74.0.884028294997.issue22672@psf.upfronthosting.co.za> Message-ID: <1414273357.24.0.277848703728.issue22672@psf.upfronthosting.co.za> paul j3 added the comment: Patch tests are added to an existing 'Lib/test/test_argparse.py' file. I use existing test cases as a pattern any new tests. --------------------- Your test file runs fine with the patch I proposed for Issue 9334. --------------------- The argparse code uses '_negative_number_matcher' for 2 purposes 1) to test whether an option_string looks like a negative number, and set the 'self._has_negative_number_optionals' attribute. parser.add_argument('-2') parser.add_argument('-1.234') 2) to test whether an argument string (an element of sys.argv) looks like one of those option_strings, or is an argument (positional or argument to your '-a'). The 'type' in for your '-a' argument is separate issue. That is used convert a string to a number, float, complex or what ever, and raise an error it if can't do so. In your case './test.py -a -1e5' fails because '-1e5' fails the 2nd test, and thus is not recognized as an argument to '-a'. Understanding the details of this requires digging into the logic of the _parse_optional() method. './test.py -a-1e5' or './test.py -a=-1e5' work because the number is correctly recognized as an argument. For issue 9334 I looked at generalizing '_negative_number_matcher' as you did. But unless you want to use something like: parser.add_argument('-1.2e-34') and set the 'self._has_negative_number_optionals' to '[True]', the matcher doesn't need to be more general. It's only the test in '_parse_optional()' that needs to be generalized to handle scientific and complex notation. And for that I figured that wrapping 'complex()' in a 'try' block was just as general and reliable as a complicated 're' pattern. At least that was my claim in issue 9334, and I haven't gotten feedback on that. I'd suggest reading the 9334 discussion, and testing that patch. That patch includes some tests for scientific and complex numbers. That issue and patch also adds a 'args_default_to_positional' parameter. I wonder if the two changes should be put in separate patches. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Oct 25 23:48:42 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Sat, 25 Oct 2014 21:48:42 +0000 Subject: [issue22727] Improve benchmarks precision In-Reply-To: <1414265672.28.0.112980885823.issue22727@psf.upfronthosting.co.za> Message-ID: <1414273722.68.0.675472821982.issue22727@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: For more precise results it may be worth to run interpreters several times with random hash seed and then select the best time. Different interpreters can have different effect on the same seed. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 01:13:56 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Sat, 25 Oct 2014 23:13:56 +0000 Subject: [issue22727] Improve benchmarks precision In-Reply-To: <1414265672.28.0.112980885823.issue22727@psf.upfronthosting.co.za> Message-ID: <1414278836.82.0.960005849523.issue22727@psf.upfronthosting.co.za> Antoine Pitrou added the comment: You thereotically need 2**63 runs to select the best answer, though. You don't know how the distribution of hash seeds can influence the results, which means mere sampling may not be sufficient. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 02:10:17 2014 From: report at bugs.python.org (Jason R. Coombs) Date: Sun, 26 Oct 2014 00:10:17 +0000 Subject: [issue12885] distutils.filelist.findall() fails on broken symlink in Py2.x In-Reply-To: <1314971843.03.0.797964996491.issue12885@psf.upfronthosting.co.za> Message-ID: <1414282217.13.0.950963607814.issue12885@psf.upfronthosting.co.za> Jason R. Coombs added the comment: This issue has been monkeypatched by setuptools for 7 years: https://bitbucket.org/pypa/setuptools/commits/4556f9d08ef7 ---------- assignee: tarek -> components: -Distutils2 nosy: +dstufft, jason.coombs versions: +Python 3.4, Python 3.5 -3rd party, Python 3.2, Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 03:25:20 2014 From: report at bugs.python.org (Ned Deily) Date: Sun, 26 Oct 2014 02:25:20 +0000 Subject: [issue22729] `wait` and `as_completed` depend on private api In-Reply-To: <1414269700.02.0.917285833698.issue22729@psf.upfronthosting.co.za> Message-ID: <1414290320.59.0.30016476125.issue22729@psf.upfronthosting.co.za> Changes by Ned Deily : ---------- nosy: +bquinlan _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 04:57:53 2014 From: report at bugs.python.org (Roundup Robot) Date: Sun, 26 Oct 2014 03:57:53 +0000 Subject: [issue22261] Document how to use Concurrent Build when using MsBuild In-Reply-To: <1408840287.23.0.766933762648.issue22261@psf.upfronthosting.co.za> Message-ID: <20141026035750.58164.68187@psf.io> Roundup Robot added the comment: New changeset f35403bf8c91 by Zachary Ware in branch 'default': Issue #22261: Add a note to PCbuild\readme.txt about MSBuild switches. https://hg.python.org/cpython/rev/f35403bf8c91 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 04:59:45 2014 From: report at bugs.python.org (Zachary Ware) Date: Sun, 26 Oct 2014 03:59:45 +0000 Subject: [issue22261] Document how to use Concurrent Build when using MsBuild In-Reply-To: <1408840287.23.0.766933762648.issue22261@psf.upfronthosting.co.za> Message-ID: <1414295985.53.0.0717072490925.issue22261@psf.upfronthosting.co.za> Zachary Ware added the comment: I finally made it back to this and committed a tweaked version of your patch. Thanks for the report and patch! ---------- resolution: -> fixed stage: needs patch -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 09:57:03 2014 From: report at bugs.python.org (Georg Brandl) Date: Sun, 26 Oct 2014 08:57:03 +0000 Subject: [issue22650] set up and use VM for net access in the test suite In-Reply-To: <1413412028.88.0.410856906094.issue22650@psf.upfronthosting.co.za> Message-ID: <1414313823.5.0.566804279108.issue22650@psf.upfronthosting.co.za> Georg Brandl added the comment: OK, a hopefully complete overview of the network-using tests and the services they use, checked by tracing connect() calls during a test run: * test_codecencodings_*, test_normalization, test_ucn: some Unicode-related data files from unicode.org:80 icu-project.org:80 people.freebsd.org:80 Most of these files are not expected to change; they could be copied to our new host. Some are dependent on the unidata version, new versions would have to be copied each time after updating the unicodedata database. * test_httplib: checks HTTPS with svn.python.org:443 This would require a basic HTTPS setup on the host. * test_imaplib: checks IMAP protocol with cyrus.andrew.cmu.edu:143 cyrus.andrew.cmu.edu:993 Requires an IMAP server on the host that allows unencrypted and encrypted connections (both with STARTTLS and with IMAPS port) and speaks very basic IMAP (login then quit). * test_nntplib: checks NNTP protocol with news.trigofacile.com:119 nntp.aioe.org:563 Requires an NNTP server on the host that allows unencrypted and encrypted connections (both with STARTTLS and on the NNTPS port) and has at least one group with some messages. * test_smtpnet: checks SMTP protocol encryption with smtp.gmail.com:25 smtp.gmail.com:465 Requires an SMTP server that allows encrypted connections (both with STARTTLS and on the SMTPS port) and speaks very basic SMTP (just EHLO and then QUIT). * test_ssl: checks encrypted connections to svn.python.org:443 sha256.tbs-internet.com:443 The svn.python.org is probably a basic HTTPS setup. The second host is apparently used for especially checking SHA256. * test_socket: makes some connection to example.com while resolving the IDNA name ?????????.python.org (which is an alias). * test_timeout: checks TCP timeout with blackhole.snakebite.net:56666 whitehole.snakebite.net:56667 www.python.org:80 The first two are testing timeout with a connection that silently drops packets. It is set up using some packet filtering rules for the two ports. * test_urllibnet and test_urllib2net: various checks of HTTP, FTP protocols on example.com:80 www.google.com:80 bit.ly:80 docs.python.org:443 imdb.com:80 ftp.debian.org:21 ftp.mirror.nl:21 gatekeeper.research.compaq.com:21 Most of them are probably fine with a basic readonly FTP server that servers a few files and a basic HTTP server. Some check special cases with broken servers (like imdb.com) that might be a little harder to reproduce. The two disabled tests mentioned by Berker need HTTP Basic Auth enabled on some URL. * test_xmlrpc_net: checks XML-RPC protocol with buildbot.python.org:80 With the current test, serving a static XML page at a certain URL is sufficient: it makes only one request. Another possibility is setting up a small XML-RPC server on a dedicated port. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 10:00:07 2014 From: report at bugs.python.org (Roumen Petrov) Date: Sun, 26 Oct 2014 09:00:07 +0000 Subject: [issue22724] byte-compile fails for cross-builds In-Reply-To: <1414194759.57.0.515625475535.issue22724@psf.upfronthosting.co.za> Message-ID: <1414314007.54.0.340439225791.issue22724@psf.upfronthosting.co.za> Changes by Roumen Petrov : ---------- nosy: +rpetrov _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 10:01:27 2014 From: report at bugs.python.org (Ned Deily) Date: Sun, 26 Oct 2014 09:01:27 +0000 Subject: [issue13319] IDLE: Menu accelerator conflict between Format and Options In-Reply-To: <1320195837.58.0.031082649983.issue13319@psf.upfronthosting.co.za> Message-ID: <1414314087.26.0.787456560262.issue13319@psf.upfronthosting.co.za> Ned Deily added the comment: I believe it is the case that none of these proposed changes would have any effect on Aqua (native, non-X11) OS X Tk variants (Cocoa or Carbon). Unlike on Windows and X11, standard OS X menus in conforming GUI apps do not have underline letter shortcuts. (OS X provides an application-independent way to navigate menu hierarchies in all apps using the keyboard; the link below has more details.) OS X apps, of course, do have modifier key accelerators but, in almost all cases, the actual key combinations are different from those on other platforms, as defined in the default sets in config-keys.def. Mark Roseman's TkDocs web site tutorial (and book) has a good overview of Tk menus and the most significant platform differences. http://www.tkdocs.com/tutorial/menus.html https://developer.apple.com/library/mac/documentation/Accessibility/Conceptual/AccessibilityMacOSX/OSXAXKeyboardShortcuts/OSXAXKeyboardShortcuts.html ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 12:54:16 2014 From: report at bugs.python.org (Stefan Krah) Date: Sun, 26 Oct 2014 11:54:16 +0000 Subject: [issue22724] byte-compile fails for cross-builds In-Reply-To: <1414194759.57.0.515625475535.issue22724@psf.upfronthosting.co.za> Message-ID: <1414324456.78.0.0729367043078.issue22724@psf.upfronthosting.co.za> Changes by Stefan Krah : ---------- nosy: +doko _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 13:26:40 2014 From: report at bugs.python.org (Vajrasky Kok) Date: Sun, 26 Oct 2014 12:26:40 +0000 Subject: [issue22674] strsignal() missing from signal module In-Reply-To: <1413745974.08.0.599782045243.issue22674@psf.upfronthosting.co.za> Message-ID: <1414326400.6.0.282185706589.issue22674@psf.upfronthosting.co.za> Vajrasky Kok added the comment: Here is the preliminary patch. It's a thin wrapper of strsignal. Some issues and things: 1. About Benjamin Peterson's request, what is the name of the dictionary supposed to be? Is everyone okay with Benjamin's suggestion? 2. About George Brandl's question: "Is it possible to determine the range of signal numbers?" We have a heuristic algorithm: #ifndef NSIG # if defined(_NSIG) # define NSIG _NSIG /* For BSD/SysV */ # elif defined(_SIGMAX) # define NSIG (_SIGMAX + 1) /* For QNX */ # elif defined(SIGMAX) # define NSIG (SIGMAX + 1) /* For djgpp */ # else # define NSIG 64 /* Use a reasonable default value */ # endif #endif if (sig_num < 1 || sig_num >= NSIG) { PyErr_SetString(PyExc_ValueError, "signal number out of range"); return NULL; } 3. For the unknown signal, what is the description should be? "Unknown signal" like c function returns or None? 4. What is the name of the function that wrap strsignal should be? I use strsignal for now. I just don't think it is appropriate. ---------- keywords: +patch nosy: +vajrasky Added file: http://bugs.python.org/file37018/strsignal.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 14:13:12 2014 From: report at bugs.python.org (Christian Boos) Date: Sun, 26 Oct 2014 13:13:12 +0000 Subject: [issue16561] bdist_wininst installers don't use UAC, then crash In-Reply-To: <1353960153.53.0.844150162265.issue16561@psf.upfronthosting.co.za> Message-ID: <1414329192.1.0.978994400088.issue16561@psf.upfronthosting.co.za> Christian Boos added the comment: `--user-access-control auto` doesn't work for me... With Python 2.7.8 installed ''for all'' in "C:/Program Files (x86)/Python27", an installer built with `bdist_wininst --user-access-control auto` will *not* ask for permission elevation and will crash as described above. If I build the installer with `bdist_wininst --user-access-control force` it will ask for permission elevation and the install will proceed normally. Same behavior for the amd64 version of 2.7.8 installed in "C:/Program Files/Python27". However, one way or the other I think it would be annoying to ask for permission elevation when it's not actually needed, like when python is installed in the default "C:/Python27" location for example. So I think a better fix would be to simply *not crash* and fail saying elevated permissions are required. The user can then simply do a "Run as administrator" on the installer from the Windows explorer and things work as expected. ---------- nosy: +cboos _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 16:02:12 2014 From: report at bugs.python.org (Brett Cannon) Date: Sun, 26 Oct 2014 15:02:12 +0000 Subject: [issue22728] Deprecate spurious benchmarks In-Reply-To: <1414268766.06.0.994855016706.issue22728@psf.upfronthosting.co.za> Message-ID: <1414335732.83.0.14194798946.issue22728@psf.upfronthosting.co.za> Brett Cannon added the comment: LGTM ---------- assignee: -> pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 17:01:03 2014 From: report at bugs.python.org (Mark Lawrence) Date: Sun, 26 Oct 2014 16:01:03 +0000 Subject: [issue19980] Improve help('non-topic') response In-Reply-To: <1386984892.27.0.919528696836.issue19980@psf.upfronthosting.co.za> Message-ID: <1414339263.69.0.833611804346.issue19980@psf.upfronthosting.co.za> Mark Lawrence added the comment: ping. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 17:33:52 2014 From: report at bugs.python.org (Christian Boos) Date: Sun, 26 Oct 2014 16:33:52 +0000 Subject: [issue16561] bdist_wininst installers don't use UAC, then crash In-Reply-To: <1353960153.53.0.844150162265.issue16561@psf.upfronthosting.co.za> Message-ID: <1414341232.57.0.337034450204.issue16561@psf.upfronthosting.co.za> Christian Boos added the comment: The reason of the crash is pretty trivial, there's no check for success of the creation of the installation logfile. Trapping this and aborting (with a hint to use "Run as administrator") would be enough to fix the issue, I think. ---------- keywords: +patch Added file: http://bugs.python.org/file37019/python-issue-16561.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 17:57:09 2014 From: report at bugs.python.org (Ezio Melotti) Date: Sun, 26 Oct 2014 16:57:09 +0000 Subject: [issue19980] Improve help('non-topic') response In-Reply-To: <1386984892.27.0.919528696836.issue19980@psf.upfronthosting.co.za> Message-ID: <1414342629.72.0.818358124999.issue19980@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- nosy: +ezio.melotti _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 19:01:47 2014 From: report at bugs.python.org (Kieran Colford) Date: Sun, 26 Oct 2014 18:01:47 +0000 Subject: [issue13719] bdist_msi upload fails In-Reply-To: <1325855918.9.0.207720990162.issue13719@psf.upfronthosting.co.za> Message-ID: <1414346507.59.0.526118160864.issue13719@psf.upfronthosting.co.za> Changes by Kieran Colford : ---------- nosy: +Kieran.Colford _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 20:44:25 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 26 Oct 2014 19:44:25 +0000 Subject: [issue20069] Add unit test for os.chown In-Reply-To: <1388053703.09.0.645818054692.issue20069@psf.upfronthosting.co.za> Message-ID: <1414352665.69.0.0757850256959.issue20069@psf.upfronthosting.co.za> R. David Murray added the comment: Added a couple review comments on possible further improvements. ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 21:24:46 2014 From: report at bugs.python.org (Steve Dower) Date: Sun, 26 Oct 2014 20:24:46 +0000 Subject: [issue22730] ensurepip should work with pythonw.exe Message-ID: <1414355086.66.0.634731871403.issue22730@psf.upfronthosting.co.za> New submission from Steve Dower: I'd like to be able to run ensurepip in the 3.5 installer with pythonw.exe, to avoid having the console window appear. Unfortunately, pip requires a valid value for sys.__stdout__. This patch adds a dummy value for __stdout__ that allows pip to be installed/uninstalled with pythonw. I see no reason not to check this into default now, so just seeking a quick review from the module owners. I can also backport it to 3.4 if that's thought to be worthwhile, but I don't think the installer for 3.4 will be updated to use pythonw, so it probably doesn't matter. ---------- assignee: steve.dower components: Installation files: ensurepip.patch keywords: patch messages: 230032 nosy: dstufft, ncoghlan, steve.dower priority: normal severity: normal status: open title: ensurepip should work with pythonw.exe versions: Python 3.5 Added file: http://bugs.python.org/file37020/ensurepip.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 21:26:38 2014 From: report at bugs.python.org (Donald Stufft) Date: Sun, 26 Oct 2014 20:26:38 +0000 Subject: [issue22730] ensurepip should work with pythonw.exe In-Reply-To: <1414355086.66.0.634731871403.issue22730@psf.upfronthosting.co.za> Message-ID: <1414355198.82.0.81354360723.issue22730@psf.upfronthosting.co.za> Donald Stufft added the comment: This looks OK to me. I'm not a Windows person are there changes in pip that would make sense to make it work without this patch? ---------- nosy: +Marcus.Smith, pmoore _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 21:28:43 2014 From: report at bugs.python.org (Steve Dower) Date: Sun, 26 Oct 2014 20:28:43 +0000 Subject: [issue22731] test_capi test fails because of mismatched newlines Message-ID: <1414355323.22.0.739956006711.issue22731@psf.upfronthosting.co.za> New submission from Steve Dower: The test_capi.test_forced_io_encoding test currently requires that newlines match when checking the results. This apparently does not occur with VC10 builds, but does appear with newer versions of the compiler. This patch normalises the line endings in the values being checked. Just seeking a quick review before I check it in - not sure who's best to nosy, so I picked the test coverage group. ---------- assignee: steve.dower components: Tests files: test_capi.patch keywords: patch messages: 230034 nosy: christian.heimes, giampaolo.rodola, ncoghlan, steve.dower priority: normal severity: normal stage: patch review status: open title: test_capi test fails because of mismatched newlines versions: Python 3.5 Added file: http://bugs.python.org/file37021/test_capi.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 21:32:06 2014 From: report at bugs.python.org (Steve Dower) Date: Sun, 26 Oct 2014 20:32:06 +0000 Subject: [issue22732] ctypes tests don't set correct restype for intptr_t functions Message-ID: <1414355526.1.0.122133649749.issue22732@psf.upfronthosting.co.za> New submission from Steve Dower: The test_pass_pointer and test_int_pointer_arg tests are inconsistent between 32-bit and 64-bit builds because c_long is always 32 bits but the function being called may return a 64-bit value (it's a pointer, so c_long may truncate it). I'd prefer to have a c_intptr type to use, but this patch uses c_longlong in the test if that's the size of a pointer. Just looking for a quick review so I can check this into default. Not sure why it doesn't repro with VC10, but it certainly does with later compilers. ---------- assignee: steve.dower components: Tests, ctypes files: test_ctypes.patch keywords: patch messages: 230035 nosy: amaury.forgeotdarc, belopolsky, meador.inge, steve.dower priority: normal severity: normal stage: patch review status: open title: ctypes tests don't set correct restype for intptr_t functions versions: Python 3.5 Added file: http://bugs.python.org/file37022/test_ctypes.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 21:35:54 2014 From: report at bugs.python.org (Steve Dower) Date: Sun, 26 Oct 2014 20:35:54 +0000 Subject: [issue22733] MSVC ffi_prep_args doesn't handle 64-bit arguments properly Message-ID: <1414355754.77.0.458541552576.issue22733@psf.upfronthosting.co.za> New submission from Steve Dower: The ffi_prep_args function in libffi_msvc/ffi.c needs the attached patch to handle 64-bit parameters with the correct padding. Without this patch, garbage may appear in the top part of 64-bit arguments as the values are not zeroed out by the memcpy. I'm not 100% sure who 'owns' this file - is there an upstream project that should get the patch rather than Python? If not, I see no reason not to check this in now, even though it doesn't seem to repro with the VC10 builds. ---------- components: ctypes files: ffi_prep_args.patch keywords: patch messages: 230036 nosy: amaury.forgeotdarc, belopolsky, meador.inge, steve.dower priority: normal severity: normal stage: patch review status: open title: MSVC ffi_prep_args doesn't handle 64-bit arguments properly versions: Python 3.5 Added file: http://bugs.python.org/file37023/ffi_prep_args.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 21:40:05 2014 From: report at bugs.python.org (Steve Dower) Date: Sun, 26 Oct 2014 20:40:05 +0000 Subject: [issue22734] marshal needs a lower stack depth for debug builds on Windows Message-ID: <1414356005.7.0.437869876375.issue22734@psf.upfronthosting.co.za> New submission from Steve Dower: This patch decreases the stack depth limit for Windows debug builds to prevent the recursion test from failing. (Apparently VC14 uses more stack space for each frame than VC10, but the release build is unaffected.) Not sure who the correct nosy for marshal is, so I picked test coverage, as this only really shows up in the tests. ---------- assignee: steve.dower components: Tests files: marshal.patch keywords: patch messages: 230037 nosy: christian.heimes, giampaolo.rodola, ncoghlan, steve.dower priority: normal severity: normal stage: patch review status: open title: marshal needs a lower stack depth for debug builds on Windows versions: Python 3.5 Added file: http://bugs.python.org/file37024/marshal.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 21:41:23 2014 From: report at bugs.python.org (R. David Murray) Date: Sun, 26 Oct 2014 20:41:23 +0000 Subject: [issue22731] test_capi test fails because of mismatched newlines In-Reply-To: <1414355323.22.0.739956006711.issue22731@psf.upfronthosting.co.za> Message-ID: <1414356083.98.0.372292892306.issue22731@psf.upfronthosting.co.za> R. David Murray added the comment: I don't understand why this patch is necessary. The test already joins the expected output with os.linesep (and doesn't test against err, that's just for verbose informational purposes). Are you saying that the generated output is not using os.linesep? In that case wouldn't that be a bug? ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 21:43:01 2014 From: report at bugs.python.org (Steve Dower) Date: Sun, 26 Oct 2014 20:43:01 +0000 Subject: [issue22256] pyvenv should display a progress indicator while creating an environment In-Reply-To: <1408785121.12.0.569760630469.issue22256@psf.upfronthosting.co.za> Message-ID: <1414356181.15.0.28809542165.issue22256@psf.upfronthosting.co.za> Steve Dower added the comment: virtualenv is definitely chattier - it prints out the path where the env will be and when it is installing setuptools and pip. That's all that's really needed here too, IMHO - just enough to let users know that venv has heard them and is doing something (not just waiting for Python to start up). ---------- nosy: +steve.dower _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 21:50:44 2014 From: report at bugs.python.org (Steve Dower) Date: Sun, 26 Oct 2014 20:50:44 +0000 Subject: [issue22730] ensurepip should work with pythonw.exe In-Reply-To: <1414355086.66.0.634731871403.issue22730@psf.upfronthosting.co.za> Message-ID: <1414356644.71.0.753052013284.issue22730@psf.upfronthosting.co.za> Steve Dower added the comment: I think the only thing pip could do is to stop using print(), which is not a reasonable request. It may be reasonable to change pythonw to use dummy IO streams by default, but that may cause programs to print() messages expecting the user to see them. It's also likely a breaking change for many programs, so I do think handling the ensurepip case like this is best. Just realised that I probably ought to make the same fix for __stderr__, in case pip succeeds but tries to write a warning there that causes the installer to detect a failure. Assume an equivalent line of code to set stderr/__stderr__ if needed. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 21:53:05 2014 From: report at bugs.python.org (Donald Stufft) Date: Sun, 26 Oct 2014 20:53:05 +0000 Subject: [issue22730] ensurepip should work with pythonw.exe In-Reply-To: <1414355086.66.0.634731871403.issue22730@psf.upfronthosting.co.za> Message-ID: <1414356785.88.0.474409352591.issue22730@psf.upfronthosting.co.za> Donald Stufft added the comment: The development version of pip switches things over to using the Python logging framework instead of a homegrown one which more or less relies on print(). Probably we could detect if we don't have a stdout and just not output anything? People can pass a parameter to redirect it to a log file or whatever too. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 21:54:19 2014 From: report at bugs.python.org (Steve Dower) Date: Sun, 26 Oct 2014 20:54:19 +0000 Subject: [issue22731] test_capi test fails because of mismatched newlines In-Reply-To: <1414355323.22.0.739956006711.issue22731@psf.upfronthosting.co.za> Message-ID: <1414356859.06.0.16495659144.issue22731@psf.upfronthosting.co.za> Steve Dower added the comment: The generated output is using os.linesep, but the result from run_embedded_interpreter() is not. I assume there's a difference (fix) in MSVCRT between VC10 and VC12 (maybe VC11 - didn't test) that causes '\n' to flow through Popen.communicate() where it previously was converted to '\r\n'. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 22:03:08 2014 From: report at bugs.python.org (Steve Dower) Date: Sun, 26 Oct 2014 21:03:08 +0000 Subject: [issue22730] ensurepip should work with pythonw.exe In-Reply-To: <1414355086.66.0.634731871403.issue22730@psf.upfronthosting.co.za> Message-ID: <1414357388.29.0.645852871796.issue22730@psf.upfronthosting.co.za> Steve Dower added the comment: That change sounds like it'll be enough, and I'd be surprised if the logging module doesn't already handle the case with no streams. (Aside: it'd be nice for ensurepip to have a log file parameter that can be passed through.) I'll hold off on merging this in now, though I'll keep it in my branch until we get a pip update. ---------- resolution: -> wont fix status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 22:06:23 2014 From: report at bugs.python.org (Eldar Abusalimov) Date: Sun, 26 Oct 2014 21:06:23 +0000 Subject: [issue22735] Fix various crashes exposed through mro() customization Message-ID: <1414357581.7.0.216281535095.issue22735@psf.upfronthosting.co.za> New submission from Eldar Abusalimov: The attached patch fixes several bugs revealed by providing a custom mro(). Most of these bugs are reentrancy issues (mainly, cls.__bases__ assignment within mro() which causes incorrect refcounting), but there are also some issues when using incomplete types with uninitialized MRO (dereferencing NULL when extending such types, attribute lookup on super, etc.). The patch is made against the default branch (py3k), however all these bugs exist in Python 2 as well. I also tried to break the patch into smaller pieces (commits, in fact) to ease reviewing: a common pattern is test->minor->fix series. The patch set is an output of `git format-patch`, and most patches have a detailed commit message describing a change inside. Adding memory mgmt and object model guys to nosy list. ---------- components: Interpreter Core files: mro-crashers-fix-v1.diff keywords: patch messages: 230044 nosy: abusalimov, benjamin.peterson, lemburg, tim.peters priority: normal severity: normal status: open title: Fix various crashes exposed through mro() customization type: crash versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5 Added file: http://bugs.python.org/file37025/mro-crashers-fix-v1.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 22:07:25 2014 From: report at bugs.python.org (Eldar Abusalimov) Date: Sun, 26 Oct 2014 21:07:25 +0000 Subject: [issue22735] Fix various crashes exposed through mro() customization In-Reply-To: <1414357581.7.0.216281535095.issue22735@psf.upfronthosting.co.za> Message-ID: <1414357645.69.0.0766265103041.issue22735@psf.upfronthosting.co.za> Changes by Eldar Abusalimov : Added file: http://bugs.python.org/file37026/0001-minor-test_mro-test-case-stub-and-helpers.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 22:08:15 2014 From: report at bugs.python.org (Eldar Abusalimov) Date: Sun, 26 Oct 2014 21:08:15 +0000 Subject: [issue22735] Fix various crashes exposed through mro() customization In-Reply-To: <1414357581.7.0.216281535095.issue22735@psf.upfronthosting.co.za> Message-ID: <1414357695.82.0.289359411708.issue22735@psf.upfronthosting.co.za> Changes by Eldar Abusalimov : Added file: http://bugs.python.org/file37027/0002-test-crashers-NULL-old_mro-and-over-decref-on-reent.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 22:08:42 2014 From: report at bugs.python.org (Eldar Abusalimov) Date: Sun, 26 Oct 2014 21:08:42 +0000 Subject: [issue22735] Fix various crashes exposed through mro() customization In-Reply-To: <1414357581.7.0.216281535095.issue22735@psf.upfronthosting.co.za> Message-ID: <1414357722.58.0.128904758818.issue22735@psf.upfronthosting.co.za> Changes by Eldar Abusalimov : Added file: http://bugs.python.org/file37028/0003-minor-mro_internal-extract-mro_invoke-and-mro_check.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 22:09:36 2014 From: report at bugs.python.org (Eldar Abusalimov) Date: Sun, 26 Oct 2014 21:09:36 +0000 Subject: [issue22735] Fix various crashes exposed through mro() customization In-Reply-To: <1414357581.7.0.216281535095.issue22735@psf.upfronthosting.co.za> Message-ID: <1414357776.89.0.706221933509.issue22735@psf.upfronthosting.co.za> Changes by Eldar Abusalimov : Added file: http://bugs.python.org/file37029/0004-minor-type_set_bases-move-undoing-logic-to-the-end.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 22:10:17 2014 From: report at bugs.python.org (Eldar Abusalimov) Date: Sun, 26 Oct 2014 21:10:17 +0000 Subject: [issue22735] Fix various crashes exposed through mro() customization In-Reply-To: <1414357581.7.0.216281535095.issue22735@psf.upfronthosting.co.za> Message-ID: <1414357817.66.0.525095841346.issue22735@psf.upfronthosting.co.za> Changes by Eldar Abusalimov : Added file: http://bugs.python.org/file37030/0005-minor-type_set_bases-extract-add_all_subclasses.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 22:10:52 2014 From: report at bugs.python.org (Eldar Abusalimov) Date: Sun, 26 Oct 2014 21:10:52 +0000 Subject: [issue22735] Fix various crashes exposed through mro() customization In-Reply-To: <1414357581.7.0.216281535095.issue22735@psf.upfronthosting.co.za> Message-ID: <1414357852.81.0.678510307734.issue22735@psf.upfronthosting.co.za> Changes by Eldar Abusalimov : Added file: http://bugs.python.org/file37031/0006-minor-mro_subclasses-loop-over-a-list-of-subclasses.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 22:12:14 2014 From: report at bugs.python.org (Eldar Abusalimov) Date: Sun, 26 Oct 2014 21:12:14 +0000 Subject: [issue22735] Fix various crashes exposed through mro() customization In-Reply-To: <1414357581.7.0.216281535095.issue22735@psf.upfronthosting.co.za> Message-ID: <1414357934.44.0.836151721487.issue22735@psf.upfronthosting.co.za> Eldar Abusalimov added the comment: This is a patch with most significant changes, please review it carefully. ---------- Added file: http://bugs.python.org/file37032/0007-fix-handle-tp_mro-overwritten-through-reentrancy.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 22:12:33 2014 From: report at bugs.python.org (Eldar Abusalimov) Date: Sun, 26 Oct 2014 21:12:33 +0000 Subject: [issue22735] Fix various crashes exposed through mro() customization In-Reply-To: <1414357581.7.0.216281535095.issue22735@psf.upfronthosting.co.za> Message-ID: <1414357953.26.0.769252723629.issue22735@psf.upfronthosting.co.za> Changes by Eldar Abusalimov : Added file: http://bugs.python.org/file37033/0008-test-crashers-tp_base-tp_subclasses-inherit-cycles.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 22:12:55 2014 From: report at bugs.python.org (Eldar Abusalimov) Date: Sun, 26 Oct 2014 21:12:55 +0000 Subject: [issue22735] Fix various crashes exposed through mro() customization In-Reply-To: <1414357581.7.0.216281535095.issue22735@psf.upfronthosting.co.za> Message-ID: <1414357975.68.0.494139289093.issue22735@psf.upfronthosting.co.za> Changes by Eldar Abusalimov : Added file: http://bugs.python.org/file37034/0009-minor-PyType_IsSubtype-extract-a-check-using-tp_base.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 22:13:50 2014 From: report at bugs.python.org (Eldar Abusalimov) Date: Sun, 26 Oct 2014 21:13:50 +0000 Subject: [issue22735] Fix various crashes exposed through mro() customization In-Reply-To: <1414357581.7.0.216281535095.issue22735@psf.upfronthosting.co.za> Message-ID: <1414358030.31.0.644064493461.issue22735@psf.upfronthosting.co.za> Changes by Eldar Abusalimov : Added file: http://bugs.python.org/file37035/0010-fix-type_set_bases-inherit-cycles-and-reent-checks.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 22:14:19 2014 From: report at bugs.python.org (Eldar Abusalimov) Date: Sun, 26 Oct 2014 21:14:19 +0000 Subject: [issue22735] Fix various crashes exposed through mro() customization In-Reply-To: <1414357581.7.0.216281535095.issue22735@psf.upfronthosting.co.za> Message-ID: <1414358059.88.0.823129282066.issue22735@psf.upfronthosting.co.za> Changes by Eldar Abusalimov : Added file: http://bugs.python.org/file37036/0011-test-behavior-error-on-extending-an-incomplete-type.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 22:14:42 2014 From: report at bugs.python.org (Eldar Abusalimov) Date: Sun, 26 Oct 2014 21:14:42 +0000 Subject: [issue22735] Fix various crashes exposed through mro() customization In-Reply-To: <1414357581.7.0.216281535095.issue22735@psf.upfronthosting.co.za> Message-ID: <1414358082.45.0.787730799262.issue22735@psf.upfronthosting.co.za> Changes by Eldar Abusalimov : Added file: http://bugs.python.org/file37037/0012-minor-mro_implementation-pmerge-refactory.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 22:15:20 2014 From: report at bugs.python.org (Eldar Abusalimov) Date: Sun, 26 Oct 2014 21:15:20 +0000 Subject: [issue22735] Fix various crashes exposed through mro() customization In-Reply-To: <1414357581.7.0.216281535095.issue22735@psf.upfronthosting.co.za> Message-ID: <1414358120.66.0.148053597819.issue22735@psf.upfronthosting.co.za> Changes by Eldar Abusalimov : Added file: http://bugs.python.org/file37038/0013-fix-mro_implementation-check-base-tp_mro-is-not-NULL.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 22:15:59 2014 From: report at bugs.python.org (Eldar Abusalimov) Date: Sun, 26 Oct 2014 21:15:59 +0000 Subject: [issue22735] Fix various crashes exposed through mro() customization In-Reply-To: <1414357581.7.0.216281535095.issue22735@psf.upfronthosting.co.za> Message-ID: <1414358159.75.0.325897626549.issue22735@psf.upfronthosting.co.za> Changes by Eldar Abusalimov : Added file: http://bugs.python.org/file37039/0014-test-crasher-attr-lookup-on-super-with-uninitialized.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 22:16:39 2014 From: report at bugs.python.org (Eldar Abusalimov) Date: Sun, 26 Oct 2014 21:16:39 +0000 Subject: [issue22735] Fix various crashes exposed through mro() customization In-Reply-To: <1414357581.7.0.216281535095.issue22735@psf.upfronthosting.co.za> Message-ID: <1414358199.82.0.372328772846.issue22735@psf.upfronthosting.co.za> Changes by Eldar Abusalimov : Added file: http://bugs.python.org/file37040/0015-fix-super_getattro-check-type-tp_mro-and-refactory.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 22:29:43 2014 From: report at bugs.python.org (Eldar Abusalimov) Date: Sun, 26 Oct 2014 21:29:43 +0000 Subject: [issue22735] Fix various crashes exposed through mro() customization In-Reply-To: <1414357581.7.0.216281535095.issue22735@psf.upfronthosting.co.za> Message-ID: <1414358983.32.0.0752593314336.issue22735@psf.upfronthosting.co.za> Eldar Abusalimov added the comment: Just in case, the previous message about reviewing is about [PATCH 07/15] (fix) handle tp_mro overwritten through reentrancy ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 23:44:05 2014 From: report at bugs.python.org (Paul Moore) Date: Sun, 26 Oct 2014 22:44:05 +0000 Subject: [issue22730] ensurepip should work with pythonw.exe In-Reply-To: <1414355086.66.0.634731871403.issue22730@psf.upfronthosting.co.za> Message-ID: <1414363445.96.0.758366628742.issue22730@psf.upfronthosting.co.za> Paul Moore added the comment: This looks reasonable to me. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sun Oct 26 23:47:45 2014 From: report at bugs.python.org (Paul Moore) Date: Sun, 26 Oct 2014 22:47:45 +0000 Subject: [issue22730] ensurepip should work with pythonw.exe In-Reply-To: <1414355086.66.0.634731871403.issue22730@psf.upfronthosting.co.za> Message-ID: <1414363665.22.0.584485755903.issue22730@psf.upfronthosting.co.za> Paul Moore added the comment: Wait, sorry I misread the discussion (long day here). If we can do this in pip yes that would be better. It looks like we can detect when we're being run via pythonw by checking if sys.stdout is None. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 00:37:03 2014 From: report at bugs.python.org (Martin Panter) Date: Sun, 26 Oct 2014 23:37:03 +0000 Subject: [issue22678] An OSError subclass for "no space left on device" would be nice In-Reply-To: <1413822435.2.0.235544061908.issue22678@psf.upfronthosting.co.za> Message-ID: <1414366623.14.0.542648670245.issue22678@psf.upfronthosting.co.za> Changes by Martin Panter : ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 01:11:07 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 27 Oct 2014 00:11:07 +0000 Subject: [issue22732] ctypes tests don't set correct restype for intptr_t functions In-Reply-To: <1414355526.1.0.122133649749.issue22732@psf.upfronthosting.co.za> Message-ID: <1414368667.47.0.554676932344.issue22732@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Why not use c_size_t? Or is that incorrect in some cases? ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 01:28:36 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 27 Oct 2014 00:28:36 +0000 Subject: [issue22734] marshal needs a lower stack depth for debug builds on Windows In-Reply-To: <1414356005.7.0.437869876375.issue22734@psf.upfronthosting.co.za> Message-ID: <1414369716.54.0.251009028919.issue22734@psf.upfronthosting.co.za> Antoine Pitrou added the comment: This looks harmless to me. ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 01:29:14 2014 From: report at bugs.python.org (Martin Panter) Date: Mon, 27 Oct 2014 00:29:14 +0000 Subject: [issue22237] sorted() docs should state that the sort is stable In-Reply-To: <1408553630.26.0.335574291367.issue22237@psf.upfronthosting.co.za> Message-ID: <1414369754.87.0.603531491743.issue22237@psf.upfronthosting.co.za> Martin Panter added the comment: The new text seems reasonable to me on its own, however I still think the heapsort() docstring needs updating as well ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 02:03:42 2014 From: report at bugs.python.org (Van Ly) Date: Mon, 27 Oct 2014 01:03:42 +0000 Subject: [issue22736] tutorial links at top, book recommendations at bottom of module documentation Message-ID: <1414371822.19.0.713420749411.issue22736@psf.upfronthosting.co.za> New submission from Van Ly: IMO the box highlight at the top of module documentation, for example, re module (library/re.html#module-re), ought to place book recommendations at the very bottom in a section called 'Further Readings'. Why? Because being at the top of the documentation should mean it is instantly accessible. The box highlight of tutorials at the top is a nice touch. ---------- assignee: docs at python components: Documentation messages: 230052 nosy: docs at python, vy0123 priority: normal severity: normal status: open title: tutorial links at top, book recommendations at bottom of module documentation type: enhancement versions: Python 2.7, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 02:06:14 2014 From: report at bugs.python.org (Martin Panter) Date: Mon, 27 Oct 2014 01:06:14 +0000 Subject: [issue17909] Autodetecting JSON encoding In-Reply-To: <1367759430.76.0.988181674037.issue17909@psf.upfronthosting.co.za> Message-ID: <1414371974.47.0.159866907893.issue17909@psf.upfronthosting.co.za> Martin Panter added the comment: If you adjusted the detect_encoding() logic according to Pete Cordell?s table at the bottom of , it might work for standalone strings. However since the RFC encourages UTF-8 for best interoperability, I wonder if any of this autodetection is necessary. It might be simpler to just assume UTF-8, or use the ?utf-8-sig? codec. Or are there real cases where detecting UTF-16 or -32 would be useful? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 02:35:42 2014 From: report at bugs.python.org (eryksun) Date: Mon, 27 Oct 2014 01:35:42 +0000 Subject: [issue22732] ctypes tests don't set correct restype for intptr_t functions In-Reply-To: <1414355526.1.0.122133649749.issue22732@psf.upfronthosting.co.za> Message-ID: <1414373742.25.0.281779499665.issue22732@psf.upfronthosting.co.za> eryksun added the comment: > Why not use c_size_t? Or is that incorrect in some cases? Strictly speaking, size_t doesn't have to encompass the entire addressable range, such as for architectures that use segmented addressing (e.g. near and far pointers). Practically speaking, no platform supported by ctypes makes this distinction, so c_size_t and c_ssize_t use the platform pointer size. https://hg.python.org/cpython/file/ab2c023a9432/Lib/ctypes/__init__.py#l459 OTOH, it's best to avoid accumulating layers of assumptions. ---------- nosy: +eryksun _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 02:43:43 2014 From: report at bugs.python.org (R. David Murray) Date: Mon, 27 Oct 2014 01:43:43 +0000 Subject: [issue22731] test_capi test fails because of mismatched newlines In-Reply-To: <1414355323.22.0.739956006711.issue22731@psf.upfronthosting.co.za> Message-ID: <1414374223.65.0.143405294509.issue22731@psf.upfronthosting.co.za> R. David Murray added the comment: That's my point. What comes out of communicate *should* be os.linesep, unless I'm missing something. So this test failing indicates a bug. Of course, I've never worked with an embedded interpreter, so there could be something I'm missing. But, you say yourself it is a behavior change, and that in itself is a potential bug. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 03:25:38 2014 From: report at bugs.python.org (paul j3) Date: Mon, 27 Oct 2014 02:25:38 +0000 Subject: [issue9351] argparse set_defaults on subcommands should override top level set_defaults In-Reply-To: <1279894012.43.0.0678646409.issue9351@psf.upfronthosting.co.za> Message-ID: <1414376738.89.0.482780407444.issue9351@psf.upfronthosting.co.za> paul j3 added the comment: I'm exploring modifying that patch by adding a 'subnamespace' attribute to the subparsers Action object. This would give the user, or the main parser control over the namespace that is passed to a subparser. For example: subnamespace = getattr(self, 'subnamespace', False) if subnamespace is None: pass elif not subnamespace: subnamespace = namespace # if None, subparser will use a fresh one subnamespace, arg_strings = parser.parse_known_args(arg_strings, subnamespace) for key, value in vars(subnamespace).items(): setattr(namespace, key, value) As written here, no value (or any False) would use the main parser namespace, as done with existing code. A 'None' value, would use the a new empty namespace, as proposed in this patch. Or the user could directly define the namespace, e.g. sp = parser.add_subparsers() sp.subnamespace = Namespace(foo=4) That could also be convenient if the user is using a custom Namespace class. 'parse_known_args' could also set this attribute, based on whether the user has given it a namespace or not. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 03:35:15 2014 From: report at bugs.python.org (Van Ly) Date: Mon, 27 Oct 2014 02:35:15 +0000 Subject: [issue22725] improve documentation for enumerate() (built-in function) In-Reply-To: <1414208636.74.0.462392063973.issue22725@psf.upfronthosting.co.za> Message-ID: <1414377315.16.0.761564064123.issue22725@psf.upfronthosting.co.za> Van Ly added the comment: Reference by the guide to next() should stay for the same reason in re.compile() a regular expression object is returned and the two methods are mentioned, match() and search(). They are useful to know in that context in as much as next() is useful to know here. IMO. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 03:38:59 2014 From: report at bugs.python.org (Joshua Harlow) Date: Mon, 27 Oct 2014 02:38:59 +0000 Subject: [issue22737] Provide a rejected execution model and implementations for futures. Message-ID: <1414377539.49.0.348706562954.issue22737@psf.upfronthosting.co.za> New submission from Joshua Harlow: When a future can't be accepted by an executor that it is has been submitted to it would be really nice to throw have a type of 'RejectedExecutionException' (this is the name the java folks have used) to denote that the executors policy does not allow for further execution. Some of the reasons that further execution could be rejected (an arbitrary executor policy would be really neat). - Backlog of work to be done has reached a configurable threshold. - Resource limits reached (in concept similar to a 503 HTTP error code), come back later... This would be a great addition to allow for executor usage that does not cause resource starvation (currently executors have unbounded work queues, which is undesirable under load where a rejected execution error would be more appropriate to avoid more starvation...) ---------- components: Library (Lib) messages: 230058 nosy: Joshua.Harlow priority: normal severity: normal status: open title: Provide a rejected execution model and implementations for futures. type: enhancement versions: Python 3.6 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 03:48:19 2014 From: report at bugs.python.org (Martin Panter) Date: Mon, 27 Oct 2014 02:48:19 +0000 Subject: [issue21650] add json.tool option to avoid alphabetic sort of fields In-Reply-To: <1401790291.36.0.355130758438.issue21650@psf.upfronthosting.co.za> Message-ID: <1414378099.05.0.16519799679.issue21650@psf.upfronthosting.co.za> Changes by Martin Panter : ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 03:56:57 2014 From: report at bugs.python.org (Ned Deily) Date: Mon, 27 Oct 2014 02:56:57 +0000 Subject: [issue22737] Provide a rejected execution model and implementations for futures. In-Reply-To: <1414377539.49.0.348706562954.issue22737@psf.upfronthosting.co.za> Message-ID: <1414378617.38.0.881436082982.issue22737@psf.upfronthosting.co.za> Changes by Ned Deily : ---------- nosy: +bquinlan _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 05:39:46 2014 From: report at bugs.python.org (Van Ly) Date: Mon, 27 Oct 2014 04:39:46 +0000 Subject: [issue22738] improve sys.argv, 'python -h' documentation Message-ID: <1414384786.34.0.941168460328.issue22738@psf.upfronthosting.co.za> New submission from Van Ly: I was looking at sys.argv from the reference guide. The font mix and change from v.2.7.5 to v.3.5.0a0 for sentence two of sys.argv (library/sys.html#module-sys) has made the second rendering of -c look capital when in fact it isn't. --quote: from v.3.5.0a0 at library/sys.html#module-sys If the command was executed using the -c command line option to the interpreter, argv[0] is set to the string '-c'. --quote-- --suggest: improve second sentence of sys.argv (v.2.7.5, v.3.5.0a0) Call the Python interpreter with the option, -c str, and the value of argv[0] is '-c'. --suggest-- --suggest: improve 'python -h' output -c str : feed in a string as program (terminates option list) --suggest-- ---------- assignee: docs at python components: Documentation messages: 230059 nosy: docs at python, vy0123 priority: normal severity: normal status: open title: improve sys.argv, 'python -h' documentation type: enhancement versions: Python 2.7, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 07:53:47 2014 From: report at bugs.python.org (Lachlan Kingsford) Date: Mon, 27 Oct 2014 06:53:47 +0000 Subject: [issue22739] "There is no disk in the drive" error Message-ID: <1414392827.56.0.571948062757.issue22739@psf.upfronthosting.co.za> New submission from Lachlan Kingsford: An error is being raised that 'There is no disk in the drive. Please insert a disk into drive \Device\Harddisk1\DR1. Cancel, Try Again, Continue)'. The line of code referred to has no reference to any file or disk access. None of its calling procedures have any file or disk access. As such, I am fairly confident that the error is not caused by an error in my code. The Python interpreter was embedded via cx_freeze. The embedded interpreter was Win64 running on 64 bit Windows 7. The computer that reported the bug did not have Python installed on it. I have been unable to replicate the bug. Similar bugs have been reported due to USB sticks and phones, but none were plugged in or removed while the program was being run. At this stage, I am unsure if this is a bug with Windows, cx_freeze, or pygame. The bug is also listed on https://github.com/lkingsford/AtlasWarriors/issues/5, with access to the source available. You can view the stack trace and an image of the error, and the stack trace there. I am not sure if this is a known issue but I am unable to find any reference to it. ---------- components: IO, Windows messages: 230060 nosy: Lachlan.Kingsford, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: "There is no disk in the drive" error versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 07:55:53 2014 From: report at bugs.python.org (Vinay Sajip) Date: Mon, 27 Oct 2014 06:55:53 +0000 Subject: [issue22256] pyvenv should display a progress indicator while creating an environment In-Reply-To: <1408785121.12.0.569760630469.issue22256@psf.upfronthosting.co.za> Message-ID: <1414392953.75.0.0708780742877.issue22256@psf.upfronthosting.co.za> Vinay Sajip added the comment: It looks as if ensurepip is where changes should happen. The venv code just makes a subprocess.check_output() call to ensurepip, and anything that ensurepip outputs would be displayed on the console. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 08:52:24 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 27 Oct 2014 07:52:24 +0000 Subject: [issue22725] improve documentation for enumerate() (built-in function) In-Reply-To: <1414208636.74.0.462392063973.issue22725@psf.upfronthosting.co.za> Message-ID: <1414396344.46.0.0997009041584.issue22725@psf.upfronthosting.co.za> Georg Brandl added the comment: next() is quite unlike match() and search(), as you almost never use next() on iterators directly. Rather, the iterator is iterated by constructs like a for loop or a comprehension, or another function that consumes it (list, map, ...) ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 10:04:51 2014 From: report at bugs.python.org (Tim Golden) Date: Mon, 27 Oct 2014 09:04:51 +0000 Subject: [issue22739] "There is no disk in the drive" error In-Reply-To: <1414392827.56.0.571948062757.issue22739@psf.upfronthosting.co.za> Message-ID: <544E0AAF.7010101@timgolden.me.uk> Tim Golden added the comment: I very much doubt that this is a Python issue as such. Other things being equal, I would expect Harddisk\DR1 to be a CD-ROM or some other removable disk. Using something like winobj.exe from sysinternals should show what it expects to be on a given machine. It's certainly possible that the machine on which cx_freeze is being used has a permanent D: drive while the corresponding drive on the target machine is removable. (Strictly Harddisk\DR1 needn't be the D: drive and it needn't be removable, but that's far and away the most common configuration). I obviously can't say why any code should be be trying to access that drive. You could try running procexp.exe (sysinternals again) to see what handle is being attempted on that drive by that program which might lend a clue as to where the problem is arising. But, again, I don't believe this is a Python issue. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 10:17:10 2014 From: report at bugs.python.org (Michael Foord) Date: Mon, 27 Oct 2014 09:17:10 +0000 Subject: [issue10548] Error in setUp not reported as expectedFailure (unittest) In-Reply-To: <1290870998.37.0.268172055445.issue10548@psf.upfronthosting.co.za> Message-ID: <1414401430.58.0.843944118279.issue10548@psf.upfronthosting.co.za> Michael Foord added the comment: Assertions are not uncommon in setUp. setUp is for setting up common state shared between tests and I regularly want to assert that state creation / preconditions are correct. I've never been bitten by this issue (I rarely use expectedFailure), but it's worth noting the use case. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 11:16:13 2014 From: report at bugs.python.org (Stephan Monecke) Date: Mon, 27 Oct 2014 10:16:13 +0000 Subject: [issue22740] Cache error Message-ID: <1414404973.65.0.809705058113.issue22740@psf.upfronthosting.co.za> New submission from Stephan Monecke: `python2 test.py` results in the following error: Traceback (most recent call last): File "test.py", line 1, in import seaborn as sns File "/path/seaborn.py", line 4, in sns.set(style="ticks") AttributeError: 'module' object has no attribute 'set' seaborn.py is an old plot-file thats already deleted. ---------- components: Extension Modules messages: 230065 nosy: smoneck priority: normal severity: normal status: open title: Cache error type: crash versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 11:17:34 2014 From: report at bugs.python.org (Stephan Monecke) Date: Mon, 27 Oct 2014 10:17:34 +0000 Subject: [issue22740] Cache error In-Reply-To: <1414404973.65.0.809705058113.issue22740@psf.upfronthosting.co.za> Message-ID: <1414405054.24.0.293754065349.issue22740@psf.upfronthosting.co.za> Stephan Monecke added the comment: Edit: test.py contains just "import seaborn as sns" ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 11:37:29 2014 From: report at bugs.python.org (Van Ly) Date: Mon, 27 Oct 2014 10:37:29 +0000 Subject: [issue22725] improve documentation for enumerate() (built-in function) In-Reply-To: <1414208636.74.0.462392063973.issue22725@psf.upfronthosting.co.za> Message-ID: <1414406249.59.0.237906767046.issue22725@psf.upfronthosting.co.za> Van Ly added the comment: While next() is rarely used directly on iterators, as you say, it may help to remind the experienced reader of the mechanical characteristic in essence which a new reader on first approach uses to construct a mental model. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 11:49:44 2014 From: report at bugs.python.org (Van Ly) Date: Mon, 27 Oct 2014 10:49:44 +0000 Subject: [issue22741] suggestion for improving wording on len(s) (built-in function) Message-ID: <1414406984.61.0.134350920891.issue22741@psf.upfronthosting.co.za> New submission from Van Ly: -- suggest the following because -- the parenthetical parts interrupt the reading too often len(s) Returns a length count, the number of objects in argument s which may be a sequence, or mapping: a string, list or tuple, or a dictionary. ---------- assignee: docs at python components: Documentation messages: 230068 nosy: docs at python, vy0123 priority: normal severity: normal status: open title: suggestion for improving wording on len(s) (built-in function) type: enhancement versions: Python 2.7, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 12:01:06 2014 From: report at bugs.python.org (Stephan Monecke) Date: Mon, 27 Oct 2014 11:01:06 +0000 Subject: [issue22740] Cache error In-Reply-To: <1414404973.65.0.809705058113.issue22740@psf.upfronthosting.co.za> Message-ID: <1414407666.76.0.820336744039.issue22740@psf.upfronthosting.co.za> Stephan Monecke added the comment: Problem found. Induced by a .pyc file in the folder. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 12:37:02 2014 From: report at bugs.python.org (Georg Brandl) Date: Mon, 27 Oct 2014 11:37:02 +0000 Subject: [issue22740] Cache error In-Reply-To: <1414404973.65.0.809705058113.issue22740@psf.upfronthosting.co.za> Message-ID: <1414409822.57.0.695770317897.issue22740@psf.upfronthosting.co.za> Changes by Georg Brandl : ---------- resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 12:58:02 2014 From: report at bugs.python.org (Nick Coghlan) Date: Mon, 27 Oct 2014 11:58:02 +0000 Subject: [issue22731] test_capi test fails because of mismatched newlines In-Reply-To: <1414355323.22.0.739956006711.issue22731@psf.upfronthosting.co.za> Message-ID: <1414411082.11.0.218187888466.issue22731@psf.upfronthosting.co.za> Nick Coghlan added the comment: Argh, you're making me page _testembed back into my brain. I try to avoid having to do that ;) Anyway, this doesn't look like the right fix to me - although it may indeed be a test bug uncovered by a VC10->VC14 behavioural change in the behaviour of printf(). The origin of the output being checked is https://hg.python.org/cpython/file/default/Programs/_testembed.c#l79 Note the mixture of output from C level printf() calls and Python level print() calls inside check_stdio_details(). My guess would be that VC10 is translating '\n' to '\r\n' in the printf() calls, and VC14 has stopped doing that. To confirm my theory: check if it is only the lines that start with "Expected" that end with '\n' rather than '\r\n' under VC14 (those are the ones produced directly from C - the others are produced via Python's print builtin). If that *is* what's happening, we may want to convert the embedding tests over to running the subprocess in universal newlines mode, and adjust the expected output accordingly. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 13:51:37 2014 From: report at bugs.python.org (STINNER Victor) Date: Mon, 27 Oct 2014 12:51:37 +0000 Subject: [issue22731] test_capi test fails because of mismatched newlines In-Reply-To: <1414355323.22.0.739956006711.issue22731@psf.upfronthosting.co.za> Message-ID: <1414414297.85.0.906280772706.issue22731@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 14:29:49 2014 From: report at bugs.python.org (Ethan Furman) Date: Mon, 27 Oct 2014 13:29:49 +0000 Subject: [issue22725] improve documentation for enumerate() (built-in function) In-Reply-To: <1414208636.74.0.462392063973.issue22725@psf.upfronthosting.co.za> Message-ID: <1414416589.07.0.626795829035.issue22725@psf.upfronthosting.co.za> Ethan Furman added the comment: I do not think 'next' is needed in this context. Unlike 'match' and 'search', 'next' is a function that can be used with any iterator and mentioning it here is unnecessary. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 14:31:15 2014 From: report at bugs.python.org (Ethan Furman) Date: Mon, 27 Oct 2014 13:31:15 +0000 Subject: [issue22738] improve sys.argv, 'python -h' documentation In-Reply-To: <1414384786.34.0.941168460328.issue22738@psf.upfronthosting.co.za> Message-ID: <1414416675.62.0.178262317505.issue22738@psf.upfronthosting.co.za> Changes by Ethan Furman : ---------- nosy: +ethan.furman _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 14:31:42 2014 From: report at bugs.python.org (Ethan Furman) Date: Mon, 27 Oct 2014 13:31:42 +0000 Subject: [issue22741] suggestion for improving wording on len(s) (built-in function) In-Reply-To: <1414406984.61.0.134350920891.issue22741@psf.upfronthosting.co.za> Message-ID: <1414416702.67.0.993342278372.issue22741@psf.upfronthosting.co.za> Changes by Ethan Furman : ---------- nosy: +ethan.furman _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 14:36:48 2014 From: report at bugs.python.org (STINNER Victor) Date: Mon, 27 Oct 2014 13:36:48 +0000 Subject: [issue22678] An OSError subclass for "no space left on device" would be nice In-Reply-To: <1413822435.2.0.235544061908.issue22678@psf.upfronthosting.co.za> Message-ID: <1414417008.15.0.93188889389.issue22678@psf.upfronthosting.co.za> STINNER Victor added the comment: The PEP 3151 introduced "specialized" subclasses of OSError. Antoine Pitrou conducted a survey to decide which errors are common enough to merit a builtin exception: http://legacy.python.org/dev/peps/pep-3151/#appendix-a-survey-of-common-errnos ENOSPC is not mentionned in the PEP. According to 0002-Use-the-new-NoSpaceError.patch the error is rare: only used *once* in Python... and only in a very specific unit test (to workaround an issue on a specific buildbot...). It looks like ENOSPC is available on Linux, Windows, FreeBSD and Mac OS X. It is part of the POSIX standad, ex: http://pubs.opengroup.org/onlinepubs/009604599/basedefs/errno.h.html ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 14:41:27 2014 From: report at bugs.python.org (Stefan Krah) Date: Mon, 27 Oct 2014 13:41:27 +0000 Subject: [issue22741] suggestion for improving wording on len(s) (built-in function) In-Reply-To: <1414406984.61.0.134350920891.issue22741@psf.upfronthosting.co.za> Message-ID: <1414417287.16.0.19067569224.issue22741@psf.upfronthosting.co.za> Stefan Krah added the comment: The original wording is clearer (this also applies to similar issues that have been opened recently). ---------- nosy: +skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 15:16:38 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 27 Oct 2014 14:16:38 +0000 Subject: [issue22678] An OSError subclass for "no space left on device" would be nice In-Reply-To: <1413822435.2.0.235544061908.issue22678@psf.upfronthosting.co.za> Message-ID: <1414419398.79.0.0318602283026.issue22678@psf.upfronthosting.co.za> Antoine Pitrou added the comment: That said I am not against adding a new error for this, but I agree the need is probably rather rare (the error is rare in itself, and there's not much to do if you hit a disk space issue, usually). I'm going to wait for other people to come with comments and possible use cases. In any case, thank you for submitting a patch, this is appreciated. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 15:34:00 2014 From: report at bugs.python.org (STINNER Victor) Date: Mon, 27 Oct 2014 14:34:00 +0000 Subject: [issue22256] pyvenv should display a progress indicator while creating an environment In-Reply-To: <1408785121.12.0.569760630469.issue22256@psf.upfronthosting.co.za> Message-ID: <1414420440.13.0.0755609030807.issue22256@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 15:36:07 2014 From: report at bugs.python.org (STINNER Victor) Date: Mon, 27 Oct 2014 14:36:07 +0000 Subject: [issue22737] Provide a rejected execution model and implementations for futures. In-Reply-To: <1414377539.49.0.348706562954.issue22737@psf.upfronthosting.co.za> Message-ID: <1414420567.18.0.644649984403.issue22737@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 15:48:18 2014 From: report at bugs.python.org (STINNER Victor) Date: Mon, 27 Oct 2014 14:48:18 +0000 Subject: [issue22722] inheritable pipes are unwieldy without os.pipe2 In-Reply-To: <1414175114.21.0.89253014317.issue22722@psf.upfronthosting.co.za> Message-ID: <1414421298.92.0.617520866078.issue22722@psf.upfronthosting.co.za> STINNER Victor added the comment: > Would it be acceptable to implement a pipe2 shim for those platforms? If I understand correctly, you propose to add an option inheritable parameter to os.pipe(): def os.pipe(inheritable=False): ... The PEP 446 was written to fix race conditions. os.pipe(inheritable=True) would create a race condition if another thread calls fork(). What is your use case? Please elaborate. The subprocess module makes "pass_fds" file descriptors inheritables in a safe way. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 16:46:24 2014 From: report at bugs.python.org (Matt Frank) Date: Mon, 27 Oct 2014 15:46:24 +0000 Subject: [issue21668] The select and time modules uses libm functions without linking against it In-Reply-To: <1401972993.52.0.304727515537.issue21668@psf.upfronthosting.co.za> Message-ID: <1414424784.6.0.684371164803.issue21668@psf.upfronthosting.co.za> Changes by Matt Frank : ---------- nosy: +WanderingLogic Added file: http://bugs.python.org/file37041/audioop_ctypes_test_link_with_libm.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 16:54:51 2014 From: report at bugs.python.org (Matt Frank) Date: Mon, 27 Oct 2014 15:54:51 +0000 Subject: [issue21668] The select and time modules uses libm functions without linking against it In-Reply-To: <1401972993.52.0.304727515537.issue21668@psf.upfronthosting.co.za> Message-ID: <1414425291.81.0.360038795677.issue21668@psf.upfronthosting.co.za> Matt Frank added the comment: Additionally, * audioop calls floor() * _ctypes_test calls sqrt() Patch attached. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 16:57:51 2014 From: report at bugs.python.org (Matt Frank) Date: Mon, 27 Oct 2014 15:57:51 +0000 Subject: [issue21668] The select and time modules uses libm functions without linking against it In-Reply-To: <1401972993.52.0.304727515537.issue21668@psf.upfronthosting.co.za> Message-ID: <1414425471.39.0.662702370935.issue21668@psf.upfronthosting.co.za> Changes by Matt Frank : ---------- nosy: +freakboy3742 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 16:58:33 2014 From: report at bugs.python.org (Matt Frank) Date: Mon, 27 Oct 2014 15:58:33 +0000 Subject: [issue20306] Lack of pw_gecos field in Android's struct passwd causes cross-compilation for the pwd module to fail In-Reply-To: <1390155821.88.0.335321844624.issue20306@psf.upfronthosting.co.za> Message-ID: <1414425513.09.0.0385926656043.issue20306@psf.upfronthosting.co.za> Changes by Matt Frank : ---------- nosy: +freakboy3742 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 16:58:49 2014 From: report at bugs.python.org (STINNER Victor) Date: Mon, 27 Oct 2014 15:58:49 +0000 Subject: [issue21668] The select and time modules uses libm functions without linking against it In-Reply-To: <1401972993.52.0.304727515537.issue21668@psf.upfronthosting.co.za> Message-ID: <1414425529.93.0.80676856371.issue21668@psf.upfronthosting.co.za> STINNER Victor added the comment: > audioop_ctypes_test_link_with_libm.patch + libraries=['m']) Why not using math_libs here? It would also be nice to add a comment explaining why libm is needed in each module. Can someone please combine both patches? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 17:18:24 2014 From: report at bugs.python.org (Alexander Belopolsky) Date: Mon, 27 Oct 2014 16:18:24 +0000 Subject: [issue22742] IDLE shows traceback when printing non-BMP character Message-ID: <1414426704.85.0.168243800807.issue22742@psf.upfronthosting.co.za> New submission from Alexander Belopolsky: >>> print("\N{ROCKET}") Traceback (most recent call last): File "", line 1, in print("\N{ROCKET}") File "idlelib/PyShell.py", line 1352, in write return self.shell.write(s, self.tags) UnicodeEncodeError: 'UCS-2' codec can't encode character '\U0001f680' in position 0: Non-BMP character not supported in Tk Shouldn't IDLE replace non-encodable characters with "\uFFFD"? I think >>> "\N{ROCKET}" ? is user-friendlier than the traceback. See also #14304. ---------- components: Library (Lib) messages: 230078 nosy: belopolsky priority: normal severity: normal status: open title: IDLE shows traceback when printing non-BMP character type: behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 18:02:22 2014 From: report at bugs.python.org (Friedrich Spee von Langenfeld) Date: Mon, 27 Oct 2014 17:02:22 +0000 Subject: [issue22743] Specify supported XML version Message-ID: <1414429342.52.0.789761709754.issue22743@psf.upfronthosting.co.za> New submission from Friedrich Spee von Langenfeld: The W3C has published two versions of the standard specification for the Extensible Markup Language (XML) [version 1.0 and 1.1]. I know that the W3C expects all parsers to understand both versions. I propose to state here (https://docs.python.org/3/library/xml.html) which versions of XML Python supports, especially, because https://docs.python.org/3/library/xml.etree.elementtree.html uses version 1.0 of the W3C recommendation in its examples. The version compatibility is named in https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.XmlDeclHandler , but I don?t think a normal user, who only want a quick, but reliable solution, would ever read this entry. What do you think? ---------- assignee: docs at python components: Documentation messages: 230079 nosy: Friedrich.Spee.von.Langenfeld, docs at python priority: normal severity: normal status: open title: Specify supported XML version type: enhancement _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 18:34:48 2014 From: report at bugs.python.org (Matt Frank) Date: Mon, 27 Oct 2014 17:34:48 +0000 Subject: [issue21668] The select and time modules uses libm functions without linking against it In-Reply-To: <1401972993.52.0.304727515537.issue21668@psf.upfronthosting.co.za> Message-ID: <1414431288.89.0.459364940219.issue21668@psf.upfronthosting.co.za> Matt Frank added the comment: >> audioop_ctypes_test_link_with_libm.patch > + libraries=['m']) > Why not using math_libs here? math_libs is defined in detect_modules(). But the _ctypes_test extension is defined in a different function: detect_ctypes(). The other option, would be to define math_libs=['m'] directly above this line and then use it once. I didn't think that added clarity, but I'd be happy to do it that way if it fits better with standard style. > It would also be nice to add a comment explaining why libm is needed in each module. Done. > Can someone please combine both patches? Done. ---------- Added file: http://bugs.python.org/file37042/time_select_audioop_ctypes_test_link_with_libm.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 18:49:12 2014 From: report at bugs.python.org (=?utf-8?b?0JLQsNGB0LjQu9C40Lkg0JzQsNC60LDRgNC+0LI=?=) Date: Mon, 27 Oct 2014 17:49:12 +0000 Subject: [issue22695] open() declared deprecated in python 3 docs In-Reply-To: <1413964221.11.0.813943721284.issue22695@psf.upfronthosting.co.za> Message-ID: <1414432152.48.0.429095055771.issue22695@psf.upfronthosting.co.za> ??????? ??????? added the comment: I can confirm this issue is fixed for now. Closing ticket.. ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 19:04:12 2014 From: report at bugs.python.org (tegavu) Date: Mon, 27 Oct 2014 18:04:12 +0000 Subject: [issue22744] os.path.join on Windows creates invalid paths with spaces Message-ID: <1414433052.69.0.696616373755.issue22744@psf.upfronthosting.co.za> New submission from tegavu: Windows does not like/permit folders with spaces in the beginning or folders and files with a tailing space character, as this will cause problems. The python functions for os.mkdir will solve this by eliminating the blanks automatically. But os.path.join() will give wrong results. Example: #Python 3.4.0 (v3.4.0:04f714765c13, Mar 16 2014, 19:25:23) import os dir1 = "c:\\" dir2 = "test " file = "test.txt" os.mkdir( os.path.join(dir1, dir2) ) # this will correctly create c:\test\ f = open( os.path.join(dir1, dir2, file) ,"wb") # this will fail with 'FileNotFoundError: [Errno 2] No such file or directory: 'c:\\test \\test.txt'' print("__" + os.path.join(dir1, dir2, file) + "__") # this will incorrectly show 'c:\test \test.txt' # or if you chose to also have spaces at the end of "test.txt " will show them ---------- messages: 230082 nosy: tegavu priority: normal severity: normal status: open title: os.path.join on Windows creates invalid paths with spaces type: behavior versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 19:41:35 2014 From: report at bugs.python.org (Wolfgang Rohdewald) Date: Mon, 27 Oct 2014 18:41:35 +0000 Subject: [issue22745] cgitb with Py3: TypeError: 'str' does not support the buffer interface Message-ID: <1414435295.09.0.872195623782.issue22745@psf.upfronthosting.co.za> New submission from Wolfgang Rohdewald: The attached script works with Python2.7. With Python3.4, it produces Traceback (most recent call last): File "/usr/lib/python3.4/cgitb.py", line 268, in __call__ self.handle((etype, evalue, etb)) File "cgibug.py", line 12, in handle cgitb.Hook.handle(self, info) File "/usr/lib/python3.4/cgitb.py", line 273, in handle self.file.write(reset()) TypeError: 'str' does not support the buffer interface When replacing the file mode 'wb' with 'w', it produces this failure: File "/usr/lib/python3.4/cgitb.py", line 288, in handle self.file.write(doc + '\n') TypeError: can't concat bytes to str The script works as expected with Python2.7 with both file modes. ---------- components: Library (Lib) files: cgibug.py messages: 230083 nosy: wrohdewald priority: normal severity: normal status: open title: cgitb with Py3: TypeError: 'str' does not support the buffer interface type: crash versions: Python 3.4 Added file: http://bugs.python.org/file37043/cgibug.py _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 19:43:22 2014 From: report at bugs.python.org (R. David Murray) Date: Mon, 27 Oct 2014 18:43:22 +0000 Subject: [issue9351] argparse set_defaults on subcommands should override top level set_defaults In-Reply-To: <1279894012.43.0.0678646409.issue9351@psf.upfronthosting.co.za> Message-ID: <1414435402.57.0.114062758324.issue9351@psf.upfronthosting.co.za> R. David Murray added the comment: If I understand you correctly, that would mean that if the namespace keyword is not used, we'd have the fixed behavior, but if the namespace keyword is used, we'd have the backward compatible behavior? If I'm understanding correctly, that sounds like a good solution to me (coupled with backing this out of the maint versions). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 19:48:57 2014 From: report at bugs.python.org (Wolfgang Rohdewald) Date: Mon, 27 Oct 2014 18:48:57 +0000 Subject: [issue22746] cgitb html: wrong encoding for utf-8 Message-ID: <1414435737.5.0.509535388247.issue22746@psf.upfronthosting.co.za> New submission from Wolfgang Rohdewald: The attached script shows the non-ascii characters wrong wherever they occur, including the exception message and the comment in the source code. Looking at the produced .html, I can say that cgitb simply passes the single byte utf-8 codes without encoding them as needed. Same happens with Python3.4 (after applying some quick and dirty changes to cgitb.py, see bug #22745). ---------- components: Library (Lib) files: cgibug.py messages: 230085 nosy: wrohdewald priority: normal severity: normal status: open title: cgitb html: wrong encoding for utf-8 type: behavior versions: Python 2.7 Added file: http://bugs.python.org/file37044/cgibug.py _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 19:50:45 2014 From: report at bugs.python.org (R. David Murray) Date: Mon, 27 Oct 2014 18:50:45 +0000 Subject: [issue22725] improve documentation for enumerate() (built-in function) In-Reply-To: <1414208636.74.0.462392063973.issue22725@psf.upfronthosting.co.za> Message-ID: <1414435845.12.0.397085891222.issue22725@psf.upfronthosting.co.za> R. David Murray added the comment: That would not be consistent with the rest of the docs. Consider, for example, that the full documetation of dictionary views (https://docs.python.org/3/library/stdtypes.html#dictionary-view-objects), which are iterables in much the same way that the enumerate object is, does not mention next. The glossary link to iterable will lead the reader to the discussion of next, which is a fundamental Python concept and does not need to be repeated. In my opinion, of course, others may disagree. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 19:55:35 2014 From: report at bugs.python.org (R. David Murray) Date: Mon, 27 Oct 2014 18:55:35 +0000 Subject: [issue10548] Error in setUp not reported as expectedFailure (unittest) In-Reply-To: <1290870998.37.0.268172055445.issue10548@psf.upfronthosting.co.za> Message-ID: <1414436135.79.0.722641097503.issue10548@psf.upfronthosting.co.za> R. David Murray added the comment: Can you ever imagine the assertions in the setUp being what you would want reported as an expected failure? I would think that setUp assertion failure would be something you would want to be always reported as a failure, even if you expect the test itself to fail. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 19:55:38 2014 From: report at bugs.python.org (Steve Dower) Date: Mon, 27 Oct 2014 18:55:38 +0000 Subject: [issue17896] Move Windows external libs from \..\ to \externals In-Reply-To: <1367601506.45.0.508953342953.issue17896@psf.upfronthosting.co.za> Message-ID: <1414436138.9.0.050859165133.issue17896@psf.upfronthosting.co.za> Steve Dower added the comment: Not so keen on having separate folders for Python version, mostly because I want to avoid having the current version in too many locations. I've settled on patchlevel.h as the canonical source of the version number for my VC14 branch - everything else should read it from there. If the patch is updated to read it from patchlevel.h then I'm +1. Otherwise +0, and I'll probably update it later myself :) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 19:57:10 2014 From: report at bugs.python.org (Michael Foord) Date: Mon, 27 Oct 2014 18:57:10 +0000 Subject: [issue10548] Error in setUp not reported as expectedFailure (unittest) In-Reply-To: <1290870998.37.0.268172055445.issue10548@psf.upfronthosting.co.za> Message-ID: <1414436230.12.0.39268121675.issue10548@psf.upfronthosting.co.za> Michael Foord added the comment: Maybe if the expectedFailure is applied to the whole class and it's the setUp that is unable to work. I've never seen it used that way of course (mostly because it doesn't work that way) - but I *can* imagine it. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 20:04:55 2014 From: report at bugs.python.org (Steve Dower) Date: Mon, 27 Oct 2014 19:04:55 +0000 Subject: [issue17717] Set up nasm from external.bat In-Reply-To: <1365870872.82.0.912332979443.issue17717@psf.upfronthosting.co.za> Message-ID: <1414436695.72.0.0791775637208.issue17717@psf.upfronthosting.co.za> Steve Dower added the comment: Practically this is very easy to do, and I'm more than willing to author detection into the new PCbuild files. Having nasm mirrored on svn.python.org (or anywhere on a PSF host) would be real nice though. I don't particularly like making the build system rely on potentially unreliable external sites. Not sure what the legal ramifications here are though... ---------- nosy: +steve.dower _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 20:12:52 2014 From: report at bugs.python.org (R. David Murray) Date: Mon, 27 Oct 2014 19:12:52 +0000 Subject: [issue22738] improve sys.argv, 'python -h' documentation In-Reply-To: <1414384786.34.0.941168460328.issue22738@psf.upfronthosting.co.za> Message-ID: <1414437172.91.0.222091163123.issue22738@psf.upfronthosting.co.za> R. David Murray added the comment: I don't understand how your suggested change would affect the font size issue (nor do I really understand it as a sentence). For your second suggestion (which is unrelated), how about instead: -c str : interpret str as a program (terminates option list) That would make the phrasing more consistent with the text for the other options. ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 20:15:45 2014 From: report at bugs.python.org (Zachary Ware) Date: Mon, 27 Oct 2014 19:15:45 +0000 Subject: [issue17896] Move Windows external libs from \..\ to \externals In-Reply-To: <1367601506.45.0.508953342953.issue17896@psf.upfronthosting.co.za> Message-ID: <1414437345.6.0.370754398477.issue17896@psf.upfronthosting.co.za> Zachary Ware added the comment: I'm ambivalent on per-version externals dirs by now; I've since found it much easier to maintain hg-shared repos per branch. I'll go ahead with this shortly on all three branches, unless there are objections to it on 2.7 and 3.4. ---------- versions: +Python 2.7, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 20:15:52 2014 From: report at bugs.python.org (R. David Murray) Date: Mon, 27 Oct 2014 19:15:52 +0000 Subject: [issue22740] Cache error In-Reply-To: <1414404973.65.0.809705058113.issue22740@psf.upfronthosting.co.za> Message-ID: <1414437352.07.0.310679325148.issue22740@psf.upfronthosting.co.za> Changes by R. David Murray : ---------- stage: -> resolved type: crash -> behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 20:16:22 2014 From: report at bugs.python.org (Steve Dower) Date: Mon, 27 Oct 2014 19:16:22 +0000 Subject: [issue22731] test_capi test fails because of mismatched newlines In-Reply-To: <1414355323.22.0.739956006711.issue22731@psf.upfronthosting.co.za> Message-ID: <1414437382.8.0.233475789713.issue22731@psf.upfronthosting.co.za> Steve Dower added the comment: > Argh, you're making me page _testembed back into my brain. I try to avoid having to do that ;) Hehe, sorry. > My guess would be that VC10 is translating '\n' to '\r\n' in the > printf() calls, and VC14 has stopped doing that. > > To confirm my theory: check if it is only the lines that start > with "Expected" that end with '\n' rather than '\r\n' under VC14 > (those are the ones produced directly from C - the others are > produced via Python's print builtin). Confirmed. Enabling universal_newlines and using '\n'.join() instead of os.linesep.join() for the expected result works. Does that sound like it would be the correct fix? Or is the printf() change something that we should try and keep consistent with VC10? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 20:18:32 2014 From: report at bugs.python.org (Amaury Forgeot d'Arc) Date: Mon, 27 Oct 2014 19:18:32 +0000 Subject: [issue22745] cgitb with Py3: TypeError: 'str' does not support the buffer interface In-Reply-To: <1414435295.09.0.872195623782.issue22745@psf.upfronthosting.co.za> Message-ID: <1414437512.31.0.478379962515.issue22745@psf.upfronthosting.co.za> Amaury Forgeot d'Arc added the comment: html is text, so the file mode should be 'w'. But I don't reproduce the behavior with Python version v3.4.2. Which version are you using exactly? ---------- nosy: +amaury.forgeotdarc _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 20:20:37 2014 From: report at bugs.python.org (Steve Dower) Date: Mon, 27 Oct 2014 19:20:37 +0000 Subject: [issue22732] ctypes tests don't set correct restype for intptr_t functions In-Reply-To: <1414355526.1.0.122133649749.issue22732@psf.upfronthosting.co.za> Message-ID: <1414437637.73.0.66145969922.issue22732@psf.upfronthosting.co.za> Steve Dower added the comment: I missed c_size_t somehow, but as eryksun says, it's not strictly the same thing. Of course, my current patch isn't the same thing either as it only supports 32-bit and 64-bit pointer sizes. I could make a bigger change to use c_void_p and compare its .value against None instead of 0 (which seems to be the only difference)? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 20:21:31 2014 From: report at bugs.python.org (R. David Murray) Date: Mon, 27 Oct 2014 19:21:31 +0000 Subject: [issue22741] suggestion for improving wording on len(s) (built-in function) In-Reply-To: <1414406984.61.0.134350920891.issue22741@psf.upfronthosting.co.za> Message-ID: <1414437691.53.0.000373328787707.issue22741@psf.upfronthosting.co.za> R. David Murray added the comment: Agreed. The original follows the rules of standard written English (especially as regards to punctuation), while the suggested replacement does not. ---------- nosy: +r.david.murray resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 20:28:09 2014 From: report at bugs.python.org (R. David Murray) Date: Mon, 27 Oct 2014 19:28:09 +0000 Subject: [issue22744] os.mkdir on Windows silently strips trailing blanks from directory names In-Reply-To: <1414433052.69.0.696616373755.issue22744@psf.upfronthosting.co.za> Message-ID: <1414438089.48.0.0292908612815.issue22744@psf.upfronthosting.co.za> R. David Murray added the comment: I would classify that as a bug in mkdir (it should raise an error). The blank-elimination is almost certainly being done at the OS layer (windows) rather than the Python layer, though, and I doubt it is something we can fix at the Python layer for backward compatibility reasons. (If we can, it would only be in 3.5, so I'm changing the version). It is definitely *not* a bug in join. Probably this issue should be closed as not a bug. ---------- components: +Windows nosy: +r.david.murray, steve.dower, tim.golden, zach.ware title: os.path.join on Windows creates invalid paths with spaces -> os.mkdir on Windows silently strips trailing blanks from directory names versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 20:32:21 2014 From: report at bugs.python.org (Alexander Belopolsky) Date: Mon, 27 Oct 2014 19:32:21 +0000 Subject: [issue14304] Implement utf-8-bmp codec In-Reply-To: <1331758870.76.0.606902244655.issue14304@psf.upfronthosting.co.za> Message-ID: <1414438341.49.0.487629499802.issue14304@psf.upfronthosting.co.za> Changes by Alexander Belopolsky : ---------- nosy: +belopolsky _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 20:38:59 2014 From: report at bugs.python.org (R. David Murray) Date: Mon, 27 Oct 2014 19:38:59 +0000 Subject: [issue22745] cgitb with Py3: TypeError: 'str' does not support the buffer interface In-Reply-To: <1414435295.09.0.872195623782.issue22745@psf.upfronthosting.co.za> Message-ID: <1414438739.44.0.625048029188.issue22745@psf.upfronthosting.co.za> R. David Murray added the comment: I don't think what html is is relevant here. Hook is going to be dealing with strings, though, so 'w' is indeed correct. The script works fine for me as well. (Also tested it on 3.3.2 since I had it laying around, so it's not a recent bugfix). ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 20:54:32 2014 From: report at bugs.python.org (R. David Murray) Date: Mon, 27 Oct 2014 19:54:32 +0000 Subject: [issue22746] cgitb html: wrong encoding for utf-8 In-Reply-To: <1414435737.5.0.509535388247.issue22746@psf.upfronthosting.co.za> Message-ID: <1414439672.9.0.023281877548.issue22746@psf.upfronthosting.co.za> R. David Murray added the comment: If you look at the file, you'll find that the data is in utf-8 (at least if your locale is a utf-8 locale). However, html is by default interpreted as latin-1, so that's what the webrowser displays when you pass the file on disk to it. If you add "encoding='latin-1'" to your open call, your script will work. What you do if you need to display non-latin1 characters, I don't know. (See https://bugzil.la/760050, for example). Note: the above is for python3. I don't remember how you do the equivalent in python2...a naive codecs.open call just got me a UnicodeDecodeError. ---------- nosy: +r.david.murray resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 20:58:13 2014 From: report at bugs.python.org (tegavu) Date: Mon, 27 Oct 2014 19:58:13 +0000 Subject: [issue22744] os.mkdir on Windows silently strips trailing blanks from directory names In-Reply-To: <1414433052.69.0.696616373755.issue22744@psf.upfronthosting.co.za> Message-ID: <1414439893.68.0.831886009579.issue22744@psf.upfronthosting.co.za> tegavu added the comment: Well then the bug is also for example in the open() to create a file, beause it will also remove tailing spaces (files can have spaces in the front, while folders cannot have spces on either side). Although I still think an API to create a path should warn if this path cannot be valid. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 21:14:26 2014 From: report at bugs.python.org (Steve Dower) Date: Mon, 27 Oct 2014 20:14:26 +0000 Subject: [issue22744] os.mkdir on Windows silently strips trailing blanks from directory names In-Reply-To: <1414433052.69.0.696616373755.issue22744@psf.upfronthosting.co.za> Message-ID: <1414440865.99.0.341627275105.issue22744@psf.upfronthosting.co.za> Steve Dower added the comment: Paths are processed by the Windows API. This processing includes (at least): * resolve to current directory * convert forward slashes to backslashes * remove adjacent backslashes * trim trailing dots and spaces from names * resolve short path names This processing can be skipped with the '\\?\' prefix, but in general it shouldn't be. I would be okay with seeing this processing performed by pathlib so that str(Path("C:\\") / "test ") == "C:\\test" (or maybe as part of .resolve() - there's another issue where we started discussing this), but I would be really hesitant to change ntpath to do it or detect it. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 21:19:26 2014 From: report at bugs.python.org (Steve Dower) Date: Mon, 27 Oct 2014 20:19:26 +0000 Subject: [issue17896] Move Windows external libs from \..\ to \externals In-Reply-To: <1367601506.45.0.508953342953.issue17896@psf.upfronthosting.co.za> Message-ID: <1414441166.75.0.0563800368219.issue17896@psf.upfronthosting.co.za> Steve Dower added the comment: Sounds good to me. I thought about the shared repo approach, but I don't understand fully how merging between 2.7, 3.4 and default works in that scenario (simply because I've never tried it - maybe it's really easy?) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 21:22:58 2014 From: report at bugs.python.org (R. David Murray) Date: Mon, 27 Oct 2014 20:22:58 +0000 Subject: [issue22744] os.mkdir on Windows silently strips trailing blanks from directory names In-Reply-To: <1414433052.69.0.696616373755.issue22744@psf.upfronthosting.co.za> Message-ID: <1414441378.03.0.879655043442.issue22744@psf.upfronthosting.co.za> R. David Murray added the comment: Yeah, to os.path, paths are just strings, and there's no reference made to the actual file system. The blanks are valid on unix, for example (unless you pass them to the shell without escaping them). As Steve indicated, parts of Pathlib might make a different decision about that, but os.path...can't really, and still remain a mostly-portable API (not to mention backward compatibility). Or, to look at this another way, Python is giving you exactly the errors that you would get from Windows itself if you passed it the strings you are passing it, and no more. Python is faithfully constructing those strings according to *string* rules, and it is Windows that is transforming *some* of them into other strings. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 21:35:35 2014 From: report at bugs.python.org (Robert Collins) Date: Mon, 27 Oct 2014 20:35:35 +0000 Subject: [issue7559] TestLoader.loadTestsFromName swallows import errors In-Reply-To: <1261429637.28.0.131724711132.issue7559@psf.upfronthosting.co.za> Message-ID: <1414442135.67.0.435139070885.issue7559@psf.upfronthosting.co.za> Robert Collins added the comment: I've updated the patch to try and address the niggling clarity issues from the review. Please let me know what you think (and if I hear nothing I'll commit it as-is since the review was still ok). ---------- Added file: http://bugs.python.org/file37045/issue7559.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 22:23:32 2014 From: report at bugs.python.org (Robert Collins) Date: Mon, 27 Oct 2014 21:23:32 +0000 Subject: [issue10548] Error in setUp not reported as expectedFailure (unittest) In-Reply-To: <1290870998.37.0.268172055445.issue10548@psf.upfronthosting.co.za> Message-ID: <1414445012.89.0.0635827055823.issue10548@psf.upfronthosting.co.za> Robert Collins added the comment: assertions in setUp are fine IMO. But here's the thing. WHat should this code do? class Demo(unittest.TestCase): def setUp(self): raise Exception('hi') def test_normal(self): # this should NOT be covered by expectedFailure pass @unittest.expectedFailure def test_expected_fail(self): pass This will fail today because the decorator doesn't affect setUp. If we apply a patch to change this, it will fail because test_normal doesn't apply the decorator. I can imagine with dependency injection that one could set this up and have it genuinely configured correctly: but if one is doing that I'd expect the dimension of variance to be per scenario, not per test method. So it still wouldn't make sense to me. @nick - yes, thats exactly right, this is at most docs IMO. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 22:30:08 2014 From: report at bugs.python.org (Matt Frank) Date: Mon, 27 Oct 2014 21:30:08 +0000 Subject: [issue22747] Interpreter fails in initialize on systems where HAVE_LANGINFO_H is undefined Message-ID: <1414445408.19.0.175857050886.issue22747@psf.upfronthosting.co.za> New submission from Matt Frank: On systems where configure is unable to find langinfo.h (or where nl_langinfo() is not defined), configure undefines HAVE_LANGINFO_H in pyconfig.h. Then in pythonrun.c:get_locale_encoding() the call to nl_langinfo() is wrapped in an #ifdef, but the #else path on the ifdef does a PyErr_SetNone(PyExc_NotImplementedError) and returns NULL, which causes initfsencoding() to fail with the message "Py_Initialize: Unable to get the locale encoding", which causes the interpreter to abort. I'm confused because http://bugs.python.org/issue8610 (from 2010) seems to have come down on the side of deciding that nl_langinfo() failures should be treated as implicitly returning either "ASCII" or "UTF-8" (I'm not sure which). But maybe that was for a different part of the interpreter? In any case there are 4 choices here, all of which are preferable to what we are doing now. 1. Fail during configure. If we can't even start the interpreter, then why waste the users time with the build? 2. Fail during compilation. The #else path could contain #error "Python only works on systems where nl_langinfo() is correctly implemented." Again, this would be far preferable to failing only once the user has finished the install and tries to get the interpreter prompt. 3. Implement our own python_nl_langinfo() that we fall back on when the system one doesn't exist. (It could, for example, return "ASCII" (or "ANSI_X3.4-1968") to start with, and "UTF-8" after we see a call to setlocale(LC_CTYPE, "") or setlocale(LC_ALL, ""). 4. just return the string "ASCII". The attached patch does the last. I'm willing to try to write the patch for choice (3) if that's what you'd prefer. (I have an implementation that does (3) for systems that also don't have setlocale() implemented, but I don't yet know how to do it if nl_langinfo() doesn't exist but setlocale() does.) ---------- components: Interpreter Core files: no_langinfo_during_init.patch keywords: patch messages: 230106 nosy: Arfrever, WanderingLogic, haypo, lemburg, loewis, pitrou priority: normal severity: normal status: open title: Interpreter fails in initialize on systems where HAVE_LANGINFO_H is undefined type: crash versions: Python 3.4 Added file: http://bugs.python.org/file37046/no_langinfo_during_init.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 22:33:37 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Mon, 27 Oct 2014 21:33:37 +0000 Subject: [issue22732] ctypes tests don't set correct restype for intptr_t functions In-Reply-To: <1414355526.1.0.122133649749.issue22732@psf.upfronthosting.co.za> Message-ID: <1414445617.21.0.928820247135.issue22732@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Well, if c_size_t is incorrect, then let's go with the patch. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 22:46:12 2014 From: report at bugs.python.org (Zachary Ware) Date: Mon, 27 Oct 2014 21:46:12 +0000 Subject: [issue17896] Move Windows external libs from \..\ to \externals In-Reply-To: <1367601506.45.0.508953342953.issue17896@psf.upfronthosting.co.za> Message-ID: <1414446372.73.0.178783886161.issue17896@psf.upfronthosting.co.za> Zachary Ware added the comment: Basically, after: hg clone h.p.o/cpython default hg share default 3.4 hg share default 2.7 hg -R 3.4 update 3.4 hg -R 2.7 update 2.7 the 2.7, 3.4, and default directories are separate working copies created from the same history, each at a different revision. As soon as a changeset is created in one, it's available in the others (but the other working copies don't change). So after commiting to 2.7 (from within the 2.7 dir), `cd ..\3.4 && hg graft 2.7` will try to graft your new changeset to 3.4, then `cd ..\default && hg merge 3.4` will merge it with default. hg push will push the same thing from any of the three directories. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 23:07:11 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Mon, 27 Oct 2014 22:07:11 +0000 Subject: [issue17896] Move Windows external libs from \..\ to \externals In-Reply-To: <1367601506.45.0.508953342953.issue17896@psf.upfronthosting.co.za> Message-ID: <1414447631.64.0.0965921309008.issue17896@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Since all other dependency directories are dependency version specific, the only problem with a common external directory is the unversioned tcltk/. What do you plan to do with that? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Mon Oct 27 23:20:35 2014 From: report at bugs.python.org (Zachary Ware) Date: Mon, 27 Oct 2014 22:20:35 +0000 Subject: [issue17896] Move Windows external libs from \..\ to \externals In-Reply-To: <1414447631.64.0.0965921309008.issue17896@psf.upfronthosting.co.za> Message-ID: Zachary Ware added the comment: There's no change from the status quo on that front: the only change is that the $(externalsDir) VS variable becomes "..\externals" instead of "..\..". Is there an open issue for versioning the tcltk[64] dirs? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 00:20:25 2014 From: report at bugs.python.org (STINNER Victor) Date: Mon, 27 Oct 2014 23:20:25 +0000 Subject: [issue22747] Interpreter fails in initialize on systems where HAVE_LANGINFO_H is undefined In-Reply-To: <1414445408.19.0.175857050886.issue22747@psf.upfronthosting.co.za> Message-ID: STINNER Victor added the comment: > I'm confused because http://bugs.python.org/issue8610 (from 2010) seems to have come down on the side of deciding that nl_langinfo() failures should be treated as implicitly returning either "ASCII" or "UTF-8" It's very important than Py_DecodeLocale and Py_EncodeLocale use the same encoding than sys.getfilesystemencoding(). What is your platform? Which encoding is used by these functions? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 02:54:48 2014 From: report at bugs.python.org (Van Ly) Date: Tue, 28 Oct 2014 01:54:48 +0000 Subject: [issue22738] improve sys.argv, 'python -h' documentation In-Reply-To: <1414384786.34.0.941168460328.issue22738@psf.upfronthosting.co.za> Message-ID: <1414461288.23.0.699996903685.issue22738@psf.upfronthosting.co.za> Van Ly added the comment: The font choice is a matter of style beyond me. I commented on it as I saw it. The second rendering looks in Capital relative to the first rendering. The problem wasn't there in v.2.7.5. In saying that, perhaps the information would be picked up by someone knowledgeable about the style sheet. The focus of the suggestion is in the head line about the wording. I chose 'feed' because it would align with the theme of python and pickling. 'interpret' isn't as nice a picture word. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 03:10:14 2014 From: report at bugs.python.org (Van Ly) Date: Tue, 28 Oct 2014 02:10:14 +0000 Subject: [issue22741] suggestion for improving wording on len(s) (built-in function) In-Reply-To: <1414406984.61.0.134350920891.issue22741@psf.upfronthosting.co.za> Message-ID: <1414462214.37.0.95792782888.issue22741@psf.upfronthosting.co.za> Van Ly added the comment: (Well that is a stick in the mud and slap in the face attitude to different ways of describing what is there.) You have the documentation for len(s) perfect, __for_everyone__. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 03:37:46 2014 From: report at bugs.python.org (R. David Murray) Date: Tue, 28 Oct 2014 02:37:46 +0000 Subject: [issue22738] improve 'python -h' documentation for '-c' In-Reply-To: <1414384786.34.0.941168460328.issue22738@psf.upfronthosting.co.za> Message-ID: <1414463866.58.0.671672494762.issue22738@psf.upfronthosting.co.za> R. David Murray added the comment: Well, again, your suggested change for sys.argv is less optimal English. The text as is seems fine to me. 'feed' is a term generally used when there is a source separate from the command (for example, we speak about a unix pipe feeding data from one command to the next). A command line argument is not generally spoken about as being "fed" into the command. And the relevance of pickle in this context completely escapes me. Interpret programs is what Python does (Python is, after all, one of the class of programs referred to as an interpreter). I thank you for your desire to improve the python documentation, but so far your suggestions have not been improvements. It would probably be most helpful if you stick to pointing out places where you found the documentation confusing, explain your confusion as much as you can, and leave the writing of the improvements to the native English speakers. ---------- title: improve sys.argv, 'python -h' documentation -> improve 'python -h' documentation for '-c' _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 03:58:00 2014 From: report at bugs.python.org (Van Ly) Date: Tue, 28 Oct 2014 02:58:00 +0000 Subject: [issue22738] improve 'python -h' documentation for '-c' In-Reply-To: <1414384786.34.0.941168460328.issue22738@psf.upfronthosting.co.za> Message-ID: <1414465080.49.0.975585472185.issue22738@psf.upfronthosting.co.za> Van Ly added the comment: I don't know what you mean by optimal English. As is, the English is of the native English speaker's comfy couch guides speaking to guides kind rather than guides speaking to audience wanting to be guided by. The suggestion I offered is imperfect and can be improved or rejected. As communication, it is shorter than the original and applies the dry principle, don't repeat yourself. Command occurs twice and the native English speaker may feel they are different in their senses. As sequence was in another suggestion for enhancement (and not a bug). You have your point of view which is from the internal technical guts of this language. I am approaching the language from the fun of Monty Python and imagery of a python pickled in a jar. I have done a few tutorials and read code with this reference guide as I would use a dictionary to explain words in a passage. I expect in a final stage of approval an editor ensures correctness of English to whatever the standard is. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 04:04:22 2014 From: report at bugs.python.org (Van Ly) Date: Tue, 28 Oct 2014 03:04:22 +0000 Subject: [issue22738] improve 'python -h' documentation for '-c' In-Reply-To: <1414384786.34.0.941168460328.issue22738@psf.upfronthosting.co.za> Message-ID: <1414465462.26.0.916151802706.issue22738@psf.upfronthosting.co.za> Van Ly added the comment: > -c str : interpret str as a program (terminates option list) +1 (feed is shorter) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 05:21:14 2014 From: report at bugs.python.org (Wolfgang Rohdewald) Date: Tue, 28 Oct 2014 04:21:14 +0000 Subject: [issue22746] cgitb html: wrong encoding for utf-8 In-Reply-To: <1414435737.5.0.509535388247.issue22746@psf.upfronthosting.co.za> Message-ID: <1414470074.83.0.0100417910401.issue22746@psf.upfronthosting.co.za> Wolfgang Rohdewald added the comment: If you cannot offer a solution for arbitrary unicode, you have no solution at all. Afer all, that is what unicode is about: support ALL languages, not only your own. I do not quite understand why you think this is not a bug. If cgitb encodes unicode like & x e 4 ; (remove spaces), the browser does not have to guess the encoding, it will always show the correct character. This works for all of unicode. See https://en.wikipedia.org/wiki/Unicode_and_HTML#Numeric_character_references So this bug is fixable, I am reopening it. For Python3, the fix is actually very simple: Do not write doc but str(doc.encode('ascii', 'xmlcharrefreplace')), like in the attached patch. This patch works for me but there might be yet uncovered code paths. And my source file is encoded in utf-8, other source file encodings should be tested too. I do not know if cgitb correctly honors the source file header like # -*- coding: utf-8 -*- Fixing this for Python2 is certainly doable too but perhaps more difficult because a Python2 str() may have an unknown encoding. ---------- keywords: +patch resolution: not a bug -> status: closed -> open Added file: http://bugs.python.org/file37047/22746.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 05:24:31 2014 From: report at bugs.python.org (Wolfgang Rohdewald) Date: Tue, 28 Oct 2014 04:24:31 +0000 Subject: [issue22746] cgitb html: wrong encoding for utf-8 In-Reply-To: <1414435737.5.0.509535388247.issue22746@psf.upfronthosting.co.za> Message-ID: <1414470271.07.0.734027324551.issue22746@psf.upfronthosting.co.za> Changes by Wolfgang Rohdewald : ---------- resolution: -> remind _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 05:30:46 2014 From: report at bugs.python.org (Wolfgang Rohdewald) Date: Tue, 28 Oct 2014 04:30:46 +0000 Subject: [issue22745] cgitb with Py3: TypeError: 'str' does not support the buffer interface In-Reply-To: <1414435295.09.0.872195623782.issue22745@psf.upfronthosting.co.za> Message-ID: <1414470646.27.0.115071136984.issue22745@psf.upfronthosting.co.za> Wolfgang Rohdewald added the comment: This now works with mode 'w' and after reinstalling the packages. My Python is 3.4.0 (ubuntu). ---------- resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 05:44:29 2014 From: report at bugs.python.org (Berker Peksag) Date: Tue, 28 Oct 2014 04:44:29 +0000 Subject: [issue22748] Porting Extension Modules to Python 3 documentation mention about PyString_* functions in Python 3 Message-ID: <1414471469.41.0.545994852005.issue22748@psf.upfronthosting.co.za> New submission from Berker Peksag: "Porting Extension Modules to Python 3" document mention about "PyString_*" functions in Python 3. I think the correct prefix should be "PyUnicode_*". >From https://docs.python.org/3/howto/cporting.html#str-unicode-unification: "Python 3?s str() (PyString_* functions in C) type is equivalent to Python 2?s unicode() (PyUnicode_*)." ---------- assignee: docs at python components: Documentation messages: 230119 nosy: benjamin.peterson, berker.peksag, docs at python priority: normal severity: normal stage: needs patch status: open title: Porting Extension Modules to Python 3 documentation mention about PyString_* functions in Python 3 versions: Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 07:20:57 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Tue, 28 Oct 2014 06:20:57 +0000 Subject: [issue21877] External.bat and pcbuild of tkinter do not match. In-Reply-To: <1403903857.63.0.770312559658.issue21877@psf.upfronthosting.co.za> Message-ID: <1414477256.99.0.178138766813.issue21877@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I am quite aware that the two searches are different. tcl8xyz.dll and tkxyz.dll must be copied from ../tcltk/bin to pcbuild while init.tcl must be left in ../tcltk/lib/tcl8.x, where x is, now, '5' or '6'. Since compiling tcl/tk clears tcltk/, it is impossible to simultaneously run 2.7 which requires tcltk/lib/tcl8.5/init.tcl and 3.4/5 which require tcltk/lib/tcl8.6/init.tcl. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 07:24:29 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Tue, 28 Oct 2014 06:24:29 +0000 Subject: [issue21877] External.bat and pcbuild of tkinter do not match. In-Reply-To: <1403903857.63.0.770312559658.issue21877@psf.upfronthosting.co.za> Message-ID: <1414477469.69.0.684585988541.issue21877@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Since the two .dlls must now be copied manually (still undocumented?) for tkinter to work, I fail to see the problem with having the copying done automatically in external.bat right after the compile that creates them. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 07:30:19 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Tue, 28 Oct 2014 06:30:19 +0000 Subject: [issue17896] Move Windows external libs from \..\ to \externals In-Reply-To: <1367601506.45.0.508953342953.issue17896@psf.upfronthosting.co.za> Message-ID: <1414477819.37.0.985044890928.issue17896@psf.upfronthosting.co.za> Terry J. Reedy added the comment: I could not find an issue specifically for the tcltk problem. I just explained the problem as I know it in msg230120 of #17896. Some sort of fix is required before we can merge multiple tcltk directories in isolated build directories of the sort you diagrammed in msg214138. ---------- stage: patch review -> needs patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 07:37:43 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Tue, 28 Oct 2014 06:37:43 +0000 Subject: [issue17846] Building Python on Windows - Supplementary info In-Reply-To: <1366919664.94.0.0931557904055.issue17846@psf.upfronthosting.co.za> Message-ID: <1414478263.51.0.850586540864.issue17846@psf.upfronthosting.co.za> Terry J. Reedy added the comment: Because the name 'tcltk' is unversioned and contents rebuilt for each compile, isolated build directories of the sort diagrammed in msg214138 are required if one want to build and run both 2.7, which requires tcl8.5, and 3.4+, which require tcl8.6. Since other dependency subdir names include the version, multiple versions can live in the same dir. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 08:36:54 2014 From: report at bugs.python.org (Akira Li) Date: Tue, 28 Oct 2014 07:36:54 +0000 Subject: [issue22749] remove obsolete remark in time.clock() docs Message-ID: <1414481814.68.0.767829383037.issue22749@psf.upfronthosting.co.za> New submission from Akira Li: time.clock() documentation [1] says: this is the function to use for benchmarking Python or timing algorithms. and Deprecated since version 3.3: The behaviour of this function depends on the platform: use perf_counter() or process_time() instead, depending on your requirements, to have a well defined behaviour. [1]: https://hg.python.org/cpython/file/a22ef88143b9/Doc/library/time.rst#l127 The first remark is incorrect since 3.3. I've attached a documentation patch that removes it. ---------- assignee: docs at python components: Documentation files: docs-time-clock-remove-stale-remark.diff keywords: patch messages: 230124 nosy: akira, docs at python priority: normal severity: normal status: open title: remove obsolete remark in time.clock() docs type: behavior versions: Python 3.3, Python 3.4, Python 3.5, Python 3.6 Added file: http://bugs.python.org/file37048/docs-time-clock-remove-stale-remark.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 09:17:39 2014 From: report at bugs.python.org (Georg Brandl) Date: Tue, 28 Oct 2014 08:17:39 +0000 Subject: [issue22748] Porting Extension Modules to Python 3 documentation mention about PyString_* functions in Python 3 In-Reply-To: <1414471469.41.0.545994852005.issue22748@psf.upfronthosting.co.za> Message-ID: <1414484259.48.0.00558374944247.issue22748@psf.upfronthosting.co.za> Georg Brandl added the comment: Correct, there are no PyString_ functions in 3.x. ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 09:18:47 2014 From: report at bugs.python.org (Georg Brandl) Date: Tue, 28 Oct 2014 08:18:47 +0000 Subject: [issue22749] remove obsolete remark in time.clock() docs In-Reply-To: <1414481814.68.0.767829383037.issue22749@psf.upfronthosting.co.za> Message-ID: <1414484327.04.0.247134490686.issue22749@psf.upfronthosting.co.za> Georg Brandl added the comment: LGTM. ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 09:23:38 2014 From: report at bugs.python.org (Georg Brandl) Date: Tue, 28 Oct 2014 08:23:38 +0000 Subject: [issue22725] improve documentation for enumerate() (built-in function) In-Reply-To: <1414208636.74.0.462392063973.issue22725@psf.upfronthosting.co.za> Message-ID: <1414484618.99.0.598997299725.issue22725@psf.upfronthosting.co.za> Georg Brandl added the comment: rdm: your suggestion sounds good. Note that the argument name is "iterable" in Py3. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 09:25:29 2014 From: report at bugs.python.org (Georg Brandl) Date: Tue, 28 Oct 2014 08:25:29 +0000 Subject: [issue22736] tutorial links at top, book recommendations at bottom of module documentation In-Reply-To: <1414371822.19.0.713420749411.issue22736@psf.upfronthosting.co.za> Message-ID: <1414484729.88.0.0625847465149.issue22736@psf.upfronthosting.co.za> Georg Brandl added the comment: I agree, the "see also" box is better off near the bottom, probably before the examples. ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 09:38:55 2014 From: report at bugs.python.org (Ezio Melotti) Date: Tue, 28 Oct 2014 08:38:55 +0000 Subject: [issue22177] Incorrect version reported after downgrade In-Reply-To: <1407621584.41.0.669200940466.issue22177@psf.upfronthosting.co.za> Message-ID: <1414485535.58.0.587836167636.issue22177@psf.upfronthosting.co.za> Ezio Melotti added the comment: Can this be closed then? ---------- resolution: -> wont fix status: open -> pending _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 10:08:06 2014 From: report at bugs.python.org (Ezio Melotti) Date: Tue, 28 Oct 2014 09:08:06 +0000 Subject: [issue22173] Update lib2to3.tests and test_lib2to3 to use test discovery In-Reply-To: <1407506881.47.0.548658817568.issue22173@psf.upfronthosting.co.za> Message-ID: <1414487286.75.0.978982049507.issue22173@psf.upfronthosting.co.za> Ezio Melotti added the comment: LGTM ---------- nosy: +ezio.melotti stage: patch review -> commit review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 10:12:11 2014 From: report at bugs.python.org (Amaury Forgeot d'Arc) Date: Tue, 28 Oct 2014 09:12:11 +0000 Subject: [issue22746] cgitb html: wrong encoding for utf-8 In-Reply-To: <1414435737.5.0.509535388247.issue22746@psf.upfronthosting.co.za> Message-ID: <1414487531.79.0.677360784304.issue22746@psf.upfronthosting.co.za> Amaury Forgeot d'Arc added the comment: What about open(..., encoding='latin-1', errors='xmlcharrefreplace') ---------- nosy: +amaury.forgeotdarc stage: resolved -> needs patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 10:14:04 2014 From: report at bugs.python.org (Ezio Melotti) Date: Tue, 28 Oct 2014 09:14:04 +0000 Subject: [issue22153] There is no standard TestCase.runTest implementation In-Reply-To: <1407301202.17.0.719208246986.issue22153@psf.upfronthosting.co.za> Message-ID: <1414487644.58.0.873829328884.issue22153@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- nosy: +rbcollins stage: -> patch review versions: +Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 10:20:32 2014 From: report at bugs.python.org (Ezio Melotti) Date: Tue, 28 Oct 2014 09:20:32 +0000 Subject: [issue22217] Reprs for zipfile classes In-Reply-To: <1408295143.26.0.466080487063.issue22217@psf.upfronthosting.co.za> Message-ID: <1414488032.45.0.587487463127.issue22217@psf.upfronthosting.co.za> Ezio Melotti added the comment: LGTM ---------- nosy: +ezio.melotti stage: patch review -> commit review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 10:32:36 2014 From: report at bugs.python.org (Wolfgang Rohdewald) Date: Tue, 28 Oct 2014 09:32:36 +0000 Subject: [issue22746] cgitb html: wrong encoding for utf-8 In-Reply-To: <1414435737.5.0.509535388247.issue22746@psf.upfronthosting.co.za> Message-ID: <1414488756.09.0.757221108156.issue22746@psf.upfronthosting.co.za> Wolfgang Rohdewald added the comment: > What about > open(..., encoding='latin-1', errors='xmlcharrefreplace') That works fine. I tested with a chinese character ? But I do not think the application should work around something that cgitb is supposed to handle. More so since the documentation is dead silent about this. You need to use codecs.open instead of open and add those kw arguments. As long as this is not explained in the documentation, I guess it is a bug for everyone not using latin-1. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 10:37:20 2014 From: report at bugs.python.org (Wolfgang Rohdewald) Date: Tue, 28 Oct 2014 09:37:20 +0000 Subject: [issue22746] cgitb html: wrong encoding for utf-8 In-Reply-To: <1414435737.5.0.509535388247.issue22746@psf.upfronthosting.co.za> Message-ID: <1414489040.96.0.666814028564.issue22746@psf.upfronthosting.co.za> Wolfgang Rohdewald added the comment: correction: A bug for everyone using non-ascii characters. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 10:41:35 2014 From: report at bugs.python.org (Ezio Melotti) Date: Tue, 28 Oct 2014 09:41:35 +0000 Subject: [issue22233] http.client splits headers on none-\r\n characters In-Reply-To: <1408528953.84.0.772180232607.issue22233@psf.upfronthosting.co.za> Message-ID: <1414489295.4.0.419615816853.issue22233@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- nosy: +ezio.melotti stage: -> needs patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 10:50:00 2014 From: report at bugs.python.org (Mark Lawrence) Date: Tue, 28 Oct 2014 09:50:00 +0000 Subject: [issue21877] External.bat and pcbuild of tkinter do not match. In-Reply-To: <1403903857.63.0.770312559658.issue21877@psf.upfronthosting.co.za> Message-ID: <1414489800.16.0.871564598121.issue21877@psf.upfronthosting.co.za> Changes by Mark Lawrence : ---------- nosy: +BreamoreBoy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 10:57:00 2014 From: report at bugs.python.org (Ferdinand) Date: Tue, 28 Oct 2014 09:57:00 +0000 Subject: [issue22750] xmlapp.py display bug when validate XML by DTD Message-ID: <1414490220.27.0.963002484178.issue22750@psf.upfronthosting.co.za> New submission from Ferdinand: Code is working, but the TEXT variable is not showing the correct line of the XML file but the the line after correct one : Exemple : [u6v7mr at vl-a-txx-05 Python]$ ./validateXML.py DTD/herve.xml DTD/Tomcat.dtd ERROR: 'I' is not an allowed value for the 'value' attribute at DTD/herve.xml:3:19 TEXT: ' The corresponding line in the DTD file is this one : Here is the python's content : [u6v7mr at vl-a-txx-05 Python]$ cat validateXML.py #!/usr/bin/python from xml.parsers.xmlproc import xmlproc from xml.parsers.xmlproc import xmlval from xml.parsers.xmlproc import xmldtd def validate_xml(xml_filename, dtd_filename): """Validate a given XML file with a given external DTD. If the XML file is not valid, an exception will be printed with an error message.""" dtd = xmldtd.load_dtd(dtd_filename) parser = xmlproc.XMLProcessor() parser.set_application(xmlval.ValidatingApp(dtd, parser)) parser.dtd = dtd parser.ent = dtd try : parser.parse_resource(xml_filename) except : print "XML file is KO" return 0 print "XML file is OK" if __name__ == "__main__": import sys xml_filename, dtd_filename = sys.argv[1], sys.argv[2] validate_xml(xml_filename, dtd_filename) [u6v7mr at vl-a-txx-05 Python]$ Here is the XML file with the error for the element env : [u6v7mr at vl-a-txx-05 Python]$ cat DTD/herve.xml [u6v7mr at vl-a-txx-05 Python]$ Here is the stdout expected : [u6v7mr at vl-a-txx-05 Python]$ ./validateXML.py DTD/herve.xml DTD/Tomcat.dtd ERROR: 'I' is not an allowed value for the 'value' attribute at DTD/herve.xml:3:19 TEXT: ' ' XML file is KO ---------- components: XML files: Tomcat.dtd messages: 230135 nosy: Spider06 priority: normal severity: normal status: open title: xmlapp.py display bug when validate XML by DTD type: behavior versions: Python 2.7 Added file: http://bugs.python.org/file37049/Tomcat.dtd _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 11:27:38 2014 From: report at bugs.python.org (Michael Cetrulo) Date: Tue, 28 Oct 2014 10:27:38 +0000 Subject: [issue22751] Fix test___all__ warning about modified environment Message-ID: <1414492058.43.0.353422984259.issue22751@psf.upfronthosting.co.za> New submission from Michael Cetrulo: The following warning is being generated when running test case: Warning -- locale was modified by test___all__ According to the comment there, importing the rlcompleter module changes (or used to change) the locale so after the import it was being set to 'C' This patch reads the current locale before importing and resets it to that value afterwards. ---------- components: Tests files: locale_envchange_patch.diff keywords: patch messages: 230136 nosy: Michael.Cetrulo, ezio.melotti priority: normal severity: normal status: open title: Fix test___all__ warning about modified environment type: behavior versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6 Added file: http://bugs.python.org/file37050/locale_envchange_patch.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 11:52:31 2014 From: report at bugs.python.org (Martin Panter) Date: Tue, 28 Oct 2014 10:52:31 +0000 Subject: [issue22153] There is no standard TestCase.runTest implementation In-Reply-To: <1407301202.17.0.719208246986.issue22153@psf.upfronthosting.co.za> Message-ID: <1414493551.41.0.996653180163.issue22153@psf.upfronthosting.co.za> Martin Panter added the comment: The patch seems reasonable to me ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 12:03:26 2014 From: report at bugs.python.org (Ezio Melotti) Date: Tue, 28 Oct 2014 11:03:26 +0000 Subject: [issue22232] str.splitlines splitting on non-\r\n characters In-Reply-To: <1408528911.37.0.452679392827.issue22232@psf.upfronthosting.co.za> Message-ID: <1414494206.96.0.777242154444.issue22232@psf.upfronthosting.co.za> Ezio Melotti added the comment: Looks like str.splitlines is using STRINGLIB_ISLINEBREAK which in turn uses Py_UNICODE_ISLINEBREAK, so the behavior should be correct. If splitting on \n, \r, and \r\n only is common enough with might add a bool arg to splitlines to restrict the splitting on those 3 only, but I can't think about any good name for such arg. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 12:39:58 2014 From: report at bugs.python.org (Karmen Dykstra) Date: Tue, 28 Oct 2014 11:39:58 +0000 Subject: [issue22196] namedtuple documentation could/should mention the new Enum type In-Reply-To: <1408030431.26.0.145305463203.issue22196@psf.upfronthosting.co.za> Message-ID: <1414496398.17.0.129688071552.issue22196@psf.upfronthosting.co.za> Karmen Dykstra added the comment: Updated documentation with Enum example. ---------- keywords: +patch nosy: +ezio.melotti, kdykstra Added file: http://bugs.python.org/file37051/mywork.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 13:00:33 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 28 Oct 2014 12:00:33 +0000 Subject: [issue22237] sorted() docs should state that the sort is stable In-Reply-To: <1408553630.26.0.335574291367.issue22237@psf.upfronthosting.co.za> Message-ID: <20141028115859.69945.30885@psf.io> Roundup Robot added the comment: New changeset d44f7d229e00 by Ezio Melotti in branch '2.7': #22237: document that sorted() is guaranteed to be stable. Initial patch by Martin Panter. https://hg.python.org/cpython/rev/d44f7d229e00 New changeset 5dd4906daa62 by Ezio Melotti in branch '3.4': #22237: document that sorted() is guaranteed to be stable. Initial patch by Martin Panter. https://hg.python.org/cpython/rev/5dd4906daa62 New changeset b01568e2597e by Ezio Melotti in branch 'default': #22237: merge with 3.4. https://hg.python.org/cpython/rev/b01568e2597e ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 13:02:49 2014 From: report at bugs.python.org (Ezio Melotti) Date: Tue, 28 Oct 2014 12:02:49 +0000 Subject: [issue22237] sorted() docs should state that the sort is stable In-Reply-To: <1408553630.26.0.335574291367.issue22237@psf.upfronthosting.co.za> Message-ID: <1414497769.29.0.982295180369.issue22237@psf.upfronthosting.co.za> Ezio Melotti added the comment: Fixed, thanks for the patch! ---------- assignee: rhettinger -> ezio.melotti nosy: +ezio.melotti resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 13:30:37 2014 From: report at bugs.python.org (anupama srinivas murthy) Date: Tue, 28 Oct 2014 12:30:37 +0000 Subject: [issue22594] Add a link to the regex module in re documentation In-Reply-To: <1412927285.57.0.392292696343.issue22594@psf.upfronthosting.co.za> Message-ID: <1414499437.11.0.826070544898.issue22594@psf.upfronthosting.co.za> anupama srinivas murthy added the comment: I have modified the patch and listed the points I know. Could you review it? ---------- versions: -Python 3.4, Python 3.5 Added file: http://bugs.python.org/file37052/regex-link.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 13:35:12 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Tue, 28 Oct 2014 12:35:12 +0000 Subject: [issue22232] str.splitlines splitting on non-\r\n characters In-Reply-To: <1408528911.37.0.452679392827.issue22232@psf.upfronthosting.co.za> Message-ID: <1414499712.44.0.579976305143.issue22232@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: With Terry's explanation "linebreak" looks better to me. Yet one alternative is ascii=False (or unicode=True?). And may be worth to add this parameter to strip/rstrip/lstrip/split too. On other hand regular expressions can be used in such special cases. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 13:37:33 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Tue, 28 Oct 2014 12:37:33 +0000 Subject: [issue22746] cgitb html: wrong encoding for utf-8 In-Reply-To: <1414435737.5.0.509535388247.issue22746@psf.upfronthosting.co.za> Message-ID: <1414499853.8.0.523639419931.issue22746@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- nosy: +ezio.melotti, serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 13:45:46 2014 From: report at bugs.python.org (Ezio Melotti) Date: Tue, 28 Oct 2014 12:45:46 +0000 Subject: [issue22232] str.splitlines splitting on non-\r\n characters In-Reply-To: <1408528911.37.0.452679392827.issue22232@psf.upfronthosting.co.za> Message-ID: <1414500346.84.0.398296708169.issue22232@psf.upfronthosting.co.za> Ezio Melotti added the comment: There are some ascii line breaks other than \n, \r, \r\n. unicode=True might be better, but might be confused with unicode strings. Maybe unicode_linebreaks or unicode_newlines? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 14:00:13 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 28 Oct 2014 13:00:13 +0000 Subject: [issue22237] sorted() docs should state that the sort is stable In-Reply-To: <1408553630.26.0.335574291367.issue22237@psf.upfronthosting.co.za> Message-ID: <20141028125940.58170.58378@psf.io> Roundup Robot added the comment: New changeset af8f678a4a75 by Ezio Melotti in branch '2.7': #22237: fix patch attribution. https://hg.python.org/cpython/rev/af8f678a4a75 New changeset 2f697bcc8f86 by Ezio Melotti in branch '3.4': #22237: fix patch attribution. https://hg.python.org/cpython/rev/2f697bcc8f86 New changeset 7e870ddd1989 by Ezio Melotti in branch 'default': #22237: merge patch attribution fix. https://hg.python.org/cpython/rev/7e870ddd1989 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 14:16:16 2014 From: report at bugs.python.org (Zachary Ware) Date: Tue, 28 Oct 2014 13:16:16 +0000 Subject: [issue22177] Incorrect version reported after downgrade In-Reply-To: <1407621584.41.0.669200940466.issue22177@psf.upfronthosting.co.za> Message-ID: <1414502176.96.0.218301830351.issue22177@psf.upfronthosting.co.za> Zachary Ware added the comment: I'd say so. ---------- stage: -> resolved status: pending -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 14:16:18 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 28 Oct 2014 13:16:18 +0000 Subject: [issue22153] There is no standard TestCase.runTest implementation In-Reply-To: <1407301202.17.0.719208246986.issue22153@psf.upfronthosting.co.za> Message-ID: <1414502178.6.0.201020563529.issue22153@psf.upfronthosting.co.za> Antoine Pitrou added the comment: IMO hiding the existence of `runTest` would be best. It doesn't seem to make anything more flexible, and it complicates the documentation. ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 14:19:27 2014 From: report at bugs.python.org (Amaury Forgeot d'Arc) Date: Tue, 28 Oct 2014 13:19:27 +0000 Subject: [issue22746] cgitb html: wrong encoding for utf-8 In-Reply-To: <1414435737.5.0.509535388247.issue22746@psf.upfronthosting.co.za> Message-ID: <1414502367.64.0.96902931377.issue22746@psf.upfronthosting.co.za> Amaury Forgeot d'Arc added the comment: > You need to use codecs.open instead of open No, why? in python3 open() supports the errors handler. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 14:26:44 2014 From: report at bugs.python.org (Ezio Melotti) Date: Tue, 28 Oct 2014 13:26:44 +0000 Subject: [issue22242] Doc fix in the Import section in language reference. In-Reply-To: <1408632927.48.0.574934380183.issue22242@psf.upfronthosting.co.za> Message-ID: <1414502804.55.0.0841489222986.issue22242@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- nosy: +brett.cannon stage: -> patch review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 14:32:09 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 28 Oct 2014 13:32:09 +0000 Subject: [issue22746] cgitb html: wrong encoding for utf-8 In-Reply-To: <1414435737.5.0.509535388247.issue22746@psf.upfronthosting.co.za> Message-ID: <1414503129.19.0.652589863316.issue22746@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- components: +Unicode nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 14:39:45 2014 From: report at bugs.python.org (Brett Cannon) Date: Tue, 28 Oct 2014 13:39:45 +0000 Subject: [issue22242] Doc fix in the Import section in language reference. In-Reply-To: <1408632927.48.0.574934380183.issue22242@psf.upfronthosting.co.za> Message-ID: <1414503585.28.0.683036612576.issue22242@psf.upfronthosting.co.za> Changes by Brett Cannon : ---------- assignee: docs at python -> brett.cannon _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 14:40:32 2014 From: report at bugs.python.org (Brett Cannon) Date: Tue, 28 Oct 2014 13:40:32 +0000 Subject: [issue22751] Fix test___all__ warning about modified environment In-Reply-To: <1414492058.43.0.353422984259.issue22751@psf.upfronthosting.co.za> Message-ID: <1414503632.51.0.00571332060907.issue22751@psf.upfronthosting.co.za> Changes by Brett Cannon : ---------- nosy: +brett.cannon _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 14:43:52 2014 From: report at bugs.python.org (R. David Murray) Date: Tue, 28 Oct 2014 13:43:52 +0000 Subject: [issue22746] cgitb html: wrong encoding for utf-8 In-Reply-To: <1414435737.5.0.509535388247.issue22746@psf.upfronthosting.co.za> Message-ID: <1414503832.22.0.969367552628.issue22746@psf.upfronthosting.co.za> R. David Murray added the comment: In normal HTML utf-8 works fine, doesn't it?. It's only when reading from a file (where the browser doesn't know the encoding) that it fails. Do you have a use case for xmlcharrefreplace in the HTML context (which is what cgitb is primarily targeted at). Some place where the web page can't be declared as utf-8, perhaps? I suppose it might be a not-unreasonable enhancement request to have a parameter to Hook that says "do xmlcharrefreplace", but since the workaround is actually simpler than that, I don't know if that is worthwhile or not. Or do people feel like doing the replacement all the time (it's only in tracebacks, after all) be the right thing to do? ---------- resolution: remind -> versions: +Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 15:08:08 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 28 Oct 2014 14:08:08 +0000 Subject: [issue22196] namedtuple documentation could/should mention the new Enum type In-Reply-To: <1408030431.26.0.145305463203.issue22196@psf.upfronthosting.co.za> Message-ID: <20141028140727.36696.39733@psf.io> Roundup Robot added the comment: New changeset 2e3521e79d93 by Ezio Melotti in branch 'default': #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra. https://hg.python.org/cpython/rev/2e3521e79d93 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 15:18:05 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 28 Oct 2014 14:18:05 +0000 Subject: [issue22196] namedtuple documentation could/should mention the new Enum type In-Reply-To: <1408030431.26.0.145305463203.issue22196@psf.upfronthosting.co.za> Message-ID: <20141028141616.14368.34965@psf.io> Roundup Robot added the comment: New changeset 701529f8ca93 by Ezio Melotti in branch '3.4': #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra. https://hg.python.org/cpython/rev/701529f8ca93 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 15:19:42 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Tue, 28 Oct 2014 14:19:42 +0000 Subject: [issue22232] str.splitlines splitting on non-\r\n characters In-Reply-To: <1408528911.37.0.452679392827.issue22232@psf.upfronthosting.co.za> Message-ID: <1414505982.13.0.698857804794.issue22232@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: See also issue18236. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 15:26:38 2014 From: report at bugs.python.org (matrokhin oleg) Date: Tue, 28 Oct 2014 14:26:38 +0000 Subject: [issue22752] incorrect time.timezone value Message-ID: <1414506398.58.0.3585243804.issue22752@psf.upfronthosting.co.za> New submission from matrokhin oleg: There was timezone change in Russia at 26 october (http://www.timeanddate.com/time/change/russia/moscow) But code in timemodule.c using first day of the year to get timezone t = (time((time_t *)0) / YEAR) * YEAR; p = localtime(&t); janzone = -p->tm_gmtoff; so janzone have incorrect value (with old timezone) ---------- messages: 230153 nosy: errx priority: normal severity: normal status: open title: incorrect time.timezone value type: behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 15:28:32 2014 From: report at bugs.python.org (matrokhin oleg) Date: Tue, 28 Oct 2014 14:28:32 +0000 Subject: [issue22752] incorrect time.timezone value In-Reply-To: <1414506398.58.0.3585243804.issue22752@psf.upfronthosting.co.za> Message-ID: <1414506512.3.0.332999208193.issue22752@psf.upfronthosting.co.za> matrokhin oleg added the comment: $ date -R Tue, 28 Oct 2014 17:27:54 +0300 $ python -c "import time; print time.timezone" -14400 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 15:29:38 2014 From: report at bugs.python.org (Jakub Wilk) Date: Tue, 28 Oct 2014 14:29:38 +0000 Subject: [issue22232] str.splitlines splitting on non-\r\n characters In-Reply-To: <1408528911.37.0.452679392827.issue22232@psf.upfronthosting.co.za> Message-ID: <1414506578.13.0.765759954119.issue22232@psf.upfronthosting.co.za> Changes by Jakub Wilk : ---------- nosy: +jwilk _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 15:29:49 2014 From: report at bugs.python.org (Jakub Wilk) Date: Tue, 28 Oct 2014 14:29:49 +0000 Subject: [issue19459] Python does not support the GEORGIAN-PS charset In-Reply-To: <1383216779.28.0.251946690468.issue19459@psf.upfronthosting.co.za> Message-ID: <1414506589.17.0.2906290509.issue19459@psf.upfronthosting.co.za> Changes by Jakub Wilk : ---------- nosy: +jwilk _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 15:29:56 2014 From: report at bugs.python.org (Jakub Wilk) Date: Tue, 28 Oct 2014 14:29:56 +0000 Subject: [issue21081] missing vietnamese codec TCVN 5712:1993 in Python In-Reply-To: <1395970721.88.0.828263715521.issue21081@psf.upfronthosting.co.za> Message-ID: <1414506596.65.0.355603333133.issue21081@psf.upfronthosting.co.za> Changes by Jakub Wilk : ---------- nosy: +jwilk _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 15:30:07 2014 From: report at bugs.python.org (Jakub Wilk) Date: Tue, 28 Oct 2014 14:30:07 +0000 Subject: [issue22679] Add encodings of supported in glibc locales In-Reply-To: <1413823778.04.0.286011441147.issue22679@psf.upfronthosting.co.za> Message-ID: <1414506607.75.0.262177202734.issue22679@psf.upfronthosting.co.za> Changes by Jakub Wilk : ---------- nosy: +jwilk _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 15:30:20 2014 From: report at bugs.python.org (Jakub Wilk) Date: Tue, 28 Oct 2014 14:30:20 +0000 Subject: [issue22681] Add support of KOI8-T encoding In-Reply-To: <1413827370.97.0.876918138857.issue22681@psf.upfronthosting.co.za> Message-ID: <1414506620.12.0.336128033639.issue22681@psf.upfronthosting.co.za> Changes by Jakub Wilk : ---------- nosy: +jwilk _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 15:36:12 2014 From: report at bugs.python.org (Ezio Melotti) Date: Tue, 28 Oct 2014 14:36:12 +0000 Subject: [issue22752] incorrect time.timezone value In-Reply-To: <1414506398.58.0.3585243804.issue22752@psf.upfronthosting.co.za> Message-ID: <1414506972.04.0.237839043804.issue22752@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- nosy: +belopolsky _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 15:45:43 2014 From: report at bugs.python.org (Ezio Melotti) Date: Tue, 28 Oct 2014 14:45:43 +0000 Subject: [issue22196] namedtuple documentation could/should mention the new Enum type In-Reply-To: <1408030431.26.0.145305463203.issue22196@psf.upfronthosting.co.za> Message-ID: <1414507543.67.0.0844965823496.issue22196@psf.upfronthosting.co.za> Ezio Melotti added the comment: Fixed, thanks for the patch! ---------- assignee: rhettinger -> ezio.melotti resolution: -> fixed stage: -> resolved status: open -> closed type: -> enhancement versions: +Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 15:47:08 2014 From: report at bugs.python.org (=?utf-8?b?SMOla2FuIEzDtnZkYWhs?=) Date: Tue, 28 Oct 2014 14:47:08 +0000 Subject: [issue22753] urllib2 localnet Changed test to lookup IP-address of localhost Message-ID: <1414507628.78.0.884878705537.issue22753@psf.upfronthosting.co.za> New submission from H?kan L?vdahl: Running this test gave me an error: ./python -m test -v test_urllib2_localnet ====================================================================== ERROR: test_proxy_qop_auth_works (test.test_urllib2_localnet.ProxyAuthTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/hakan/kod/cpython/cpython/Lib/urllib/request.py", line 1182, in do_open h.request(req.get_method(), req.selector, req.data, headers) File "/home/hakan/kod/cpython/cpython/Lib/http/client.py", line 1154, in request self._send_request(method, url, body, headers) File "/home/hakan/kod/cpython/cpython/Lib/http/client.py", line 1192, in _send_request self.endheaders(body) File "/home/hakan/kod/cpython/cpython/Lib/http/client.py", line 1150, in endheaders self._send_output(message_body) File "/home/hakan/kod/cpython/cpython/Lib/http/client.py", line 988, in _send_output self.send(msg) File "/home/hakan/kod/cpython/cpython/Lib/http/client.py", line 923, in send self.connect() File "/home/hakan/kod/cpython/cpython/Lib/http/client.py", line 900, in connect self.timeout, self.source_address) File "/home/hakan/kod/cpython/cpython/Lib/socket.py", line 710, in create_connection raise err File "/home/hakan/kod/cpython/cpython/Lib/socket.py", line 701, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused Changing "localhost" to "127.0.0.1" made the test pass. My friend puppet made a patch for it so it looks up the IP-address. ---------- components: Tests messages: 230156 nosy: hakan priority: normal severity: normal status: open title: urllib2 localnet Changed test to lookup IP-address of localhost versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 15:47:35 2014 From: report at bugs.python.org (Daniel Eriksson) Date: Tue, 28 Oct 2014 14:47:35 +0000 Subject: [issue22753] urllib2 localnet Changed test to lookup IP-address of localhost In-Reply-To: <1414507628.78.0.884878705537.issue22753@psf.upfronthosting.co.za> Message-ID: <1414507655.37.0.850040948016.issue22753@psf.upfronthosting.co.za> Changes by Daniel Eriksson : ---------- nosy: +puppet _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 15:50:11 2014 From: report at bugs.python.org (Ezio Melotti) Date: Tue, 28 Oct 2014 14:50:11 +0000 Subject: [issue22753] urllib2 localnet Changed test to lookup IP-address of localhost In-Reply-To: <1414507628.78.0.884878705537.issue22753@psf.upfronthosting.co.za> Message-ID: <1414507811.06.0.808285182894.issue22753@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- nosy: +ezio.melotti, larstiq stage: -> patch review type: -> behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 15:51:35 2014 From: report at bugs.python.org (=?utf-8?b?SMOla2FuIEzDtnZkYWhs?=) Date: Tue, 28 Oct 2014 14:51:35 +0000 Subject: [issue22753] urllib2 localnet Changed test to lookup IP-address of localhost In-Reply-To: <1414507628.78.0.884878705537.issue22753@psf.upfronthosting.co.za> Message-ID: <1414507895.94.0.641388892853.issue22753@psf.upfronthosting.co.za> Changes by H?kan L?vdahl : ---------- keywords: +patch Added file: http://bugs.python.org/file37053/issue_22753.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 16:01:56 2014 From: report at bugs.python.org (=?utf-8?b?SMOla2FuIEzDtnZkYWhs?=) Date: Tue, 28 Oct 2014 15:01:56 +0000 Subject: [issue22753] urllib2 localnet Changed test to lookup IP-address of localhost In-Reply-To: <1414507628.78.0.884878705537.issue22753@psf.upfronthosting.co.za> Message-ID: <1414508516.29.0.342234588957.issue22753@psf.upfronthosting.co.za> H?kan L?vdahl added the comment: Ubuntu Linux 12.04 64bit ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 16:49:17 2014 From: report at bugs.python.org (R. David Murray) Date: Tue, 28 Oct 2014 15:49:17 +0000 Subject: [issue22753] urllib2 localnet Changed test to lookup IP-address of localhost In-Reply-To: <1414507628.78.0.884878705537.issue22753@psf.upfronthosting.co.za> Message-ID: <1414511357.35.0.451251249691.issue22753@psf.upfronthosting.co.za> R. David Murray added the comment: Your description of the solution ("change localhost to 127.0.0.1") does not match the content of the patch. The patch appears to be looking up the IP address associated with 'localhost' and using that. On most systems that would be 127.0.0.1, but perhaps on yours it is not. I suspect your system has a configuration problem that has nothing to do with Python, but it isn't clear. In any case the patch is incorrect, since one of the tests it is changing is specifically testing 127.0.0.1, from what I can see. ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 17:01:17 2014 From: report at bugs.python.org (Wolfgang Rohdewald) Date: Tue, 28 Oct 2014 16:01:17 +0000 Subject: [issue22746] cgitb html: wrong encoding for utf-8 In-Reply-To: <1414435737.5.0.509535388247.issue22746@psf.upfronthosting.co.za> Message-ID: <1414512077.76.0.170134915499.issue22746@psf.upfronthosting.co.za> Wolfgang Rohdewald added the comment: > > You need to use codecs.open instead of open > No, why? in python3 open() supports the errors handler. right, but not in python2 which has the same problem. I need my code to run with both. > Do you have a use case for xmlcharrefreplace in the HTML context? No, my only use case is the local file. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 17:42:16 2014 From: report at bugs.python.org (Alexander Belopolsky) Date: Tue, 28 Oct 2014 16:42:16 +0000 Subject: [issue22752] incorrect time.timezone value In-Reply-To: <1414506398.58.0.3585243804.issue22752@psf.upfronthosting.co.za> Message-ID: <1414514536.67.0.0705937971552.issue22752@psf.upfronthosting.co.za> Alexander Belopolsky added the comment: The time module cannot handle historical changes in timezone info. Try using datetime.datetime.astimezone() method (with no arguments) or a 3rd party timezone support library. https://docs.python.org/3/library/datetime.html#datetime.datetime.astimezone ---------- assignee: -> belopolsky resolution: -> not a bug stage: -> resolved status: open -> pending _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 18:49:03 2014 From: report at bugs.python.org (Amaury Forgeot d'Arc) Date: Tue, 28 Oct 2014 17:49:03 +0000 Subject: [issue22721] pprint output for sets and dicts is not stable In-Reply-To: <1414170050.02.0.186594262536.issue22721@psf.upfronthosting.co.za> Message-ID: <1414518543.07.0.468062703212.issue22721@psf.upfronthosting.co.za> Amaury Forgeot d'Arc added the comment: What if [some flavor of] pprint sorted items not by value, but by their repr() string? It's probably faster than any other algorithm, and guaranteed to produce consistent results. Or use this idea only for ambiguous cases? ---------- nosy: +amaury.forgeotdarc _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 18:57:40 2014 From: report at bugs.python.org (Fred L. Drake, Jr.) Date: Tue, 28 Oct 2014 17:57:40 +0000 Subject: [issue22721] pprint output for sets and dicts is not stable In-Reply-To: <1414170050.02.0.186594262536.issue22721@psf.upfronthosting.co.za> Message-ID: <1414519060.04.0.80411668383.issue22721@psf.upfronthosting.co.za> Fred L. Drake, Jr. added the comment: Sorting by the repr sounds good, but if some dict keys or set members are strings containing single-quotes, the primary sort will be on the type of quote used for the repr, which would be surprising and significantly less useful. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 19:04:40 2014 From: report at bugs.python.org (Aaron Klish) Date: Tue, 28 Oct 2014 18:04:40 +0000 Subject: [issue22754] Implicit String Literal Concatenation Is Evil Message-ID: <1414519480.06.0.561674688361.issue22754@psf.upfronthosting.co.za> New submission from Aaron Klish: Implicit string literal concatenation where "string1" "string2" becomes "string1string2" should be a language syntax error - not a feature. This creates a silent error whenever someone builds a list of strings and forgets a comma. I can't think of any good reason why the language supports this. There are easier ways to build multi-line strings and there are already two explicit ways to do this on a single line. It also violates the python principle: "There should be one? and preferably only one ?obvious way to do it" I realize changing this might break someone's code. If that is a large concern, maybe the interpreter could support an option to enable/disable support for this. ---------- messages: 230163 nosy: aklish priority: normal severity: normal status: open title: Implicit String Literal Concatenation Is Evil type: behavior versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 19:08:55 2014 From: report at bugs.python.org (R. David Murray) Date: Tue, 28 Oct 2014 18:08:55 +0000 Subject: [issue22754] Implicit String Literal Concatenation Is Evil In-Reply-To: <1414519480.06.0.561674688361.issue22754@psf.upfronthosting.co.za> Message-ID: <1414519735.87.0.223034174615.issue22754@psf.upfronthosting.co.za> R. David Murray added the comment: This is a long established language feature and is not going to change. You could talk to one of the python linter projects about adding a lint option for detecting such; that would be the appropriate place for an option that would enable such checking. ---------- nosy: +r.david.murray resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 19:12:02 2014 From: report at bugs.python.org (R. David Murray) Date: Tue, 28 Oct 2014 18:12:02 +0000 Subject: [issue22754] Implicit String Literal Concatenation Is Evil In-Reply-To: <1414519480.06.0.561674688361.issue22754@psf.upfronthosting.co.za> Message-ID: <1414519922.05.0.874944197372.issue22754@psf.upfronthosting.co.za> R. David Murray added the comment: Also, if you really want to pursue it as a language level discussion the appropriate forum would be python-ideas. You might want to ask on python-list first about how it is used in practice, though, since it is used quite a bit (mostly in multiline expressions...so there might be an argument for doing something about non-multiline concatenation...that's the angle I'd take if you go to python-ideas with it). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 20:10:31 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 28 Oct 2014 19:10:31 +0000 Subject: [issue22728] Deprecate spurious benchmarks In-Reply-To: <1414268766.06.0.994855016706.issue22728@psf.upfronthosting.co.za> Message-ID: <20141028191022.36706.30704@psf.io> Roundup Robot added the comment: New changeset 100eee4adc4c by Antoine Pitrou in branch 'default': Fix #22728: deprecate spurious benchmarks https://hg.python.org/benchmarks/rev/100eee4adc4c ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 20:10:43 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 28 Oct 2014 19:10:43 +0000 Subject: [issue22728] Deprecate spurious benchmarks In-Reply-To: <1414268766.06.0.994855016706.issue22728@psf.upfronthosting.co.za> Message-ID: <1414523443.67.0.905619612879.issue22728@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 20:14:58 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 28 Oct 2014 19:14:58 +0000 Subject: [issue18216] gettext doesn't check MO versions In-Reply-To: <1371242081.43.0.507366610452.issue18216@psf.upfronthosting.co.za> Message-ID: <1414523698.15.0.607830685537.issue18216@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Aaron, the patch looks fine, I'm going to commit it. ---------- versions: -Python 2.7, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 20:20:44 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 28 Oct 2014 19:20:44 +0000 Subject: [issue18216] gettext doesn't check MO versions In-Reply-To: <1371242081.43.0.507366610452.issue18216@psf.upfronthosting.co.za> Message-ID: <20141028192019.14370.69383@psf.io> Roundup Robot added the comment: New changeset 3b26a0983a3c by Antoine Pitrou in branch 'default': Issue #18216: gettext now raises an error when a .mo file has an unsupported major version number. Patch by Aaron Hill. https://hg.python.org/cpython/rev/3b26a0983a3c ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 20:22:39 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 28 Oct 2014 19:22:39 +0000 Subject: [issue18216] gettext doesn't check MO versions In-Reply-To: <1371242081.43.0.507366610452.issue18216@psf.upfronthosting.co.za> Message-ID: <1414524159.76.0.302455167143.issue18216@psf.upfronthosting.co.za> Antoine Pitrou added the comment: I've pushed it to 3.5 only. I don't think it's worth risking compatibility breakage in bugfix branches. Thank you for your contribution! ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 20:24:24 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 28 Oct 2014 19:24:24 +0000 Subject: [issue1610654] cgi.py multipart/form-data Message-ID: <1414524264.15.0.844885796233.issue1610654@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Thanks for the updated patch. I'll take a look soon if no-one beats me to it. ---------- stage: needs patch -> patch review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 20:24:29 2014 From: report at bugs.python.org (Aaron Hill) Date: Tue, 28 Oct 2014 19:24:29 +0000 Subject: [issue18216] gettext doesn't check MO versions In-Reply-To: <1371242081.43.0.507366610452.issue18216@psf.upfronthosting.co.za> Message-ID: <1414524269.58.0.114851667105.issue18216@psf.upfronthosting.co.za> Aaron Hill added the comment: Awesome! Thanks! ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 20:42:22 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Tue, 28 Oct 2014 19:42:22 +0000 Subject: [issue22672] float arguments in scientific notation not supported by argparse In-Reply-To: <1413742215.74.0.884028294997.issue22672@psf.upfronthosting.co.za> Message-ID: <1414525342.49.0.27017546379.issue22672@psf.upfronthosting.co.za> Terry J. Reedy added the comment: If this issue is a duplicate of #9334, as it appears to be, this should be closed and a note added to #9334 that there is a patch here also. ---------- nosy: +terry.reedy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 21:35:51 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 28 Oct 2014 20:35:51 +0000 Subject: [issue22749] remove obsolete remark in time.clock() docs In-Reply-To: <1414481814.68.0.767829383037.issue22749@psf.upfronthosting.co.za> Message-ID: <20141028203548.58162.91505@psf.io> Roundup Robot added the comment: New changeset 5f086db3b51b by Georg Brandl in branch '3.4': Closes #22749: remove outdated advice to use clock() for accurate timing. https://hg.python.org/cpython/rev/5f086db3b51b ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 21:39:37 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 28 Oct 2014 20:39:37 +0000 Subject: [issue22748] Porting Extension Modules to Python 3 documentation mention about PyString_* functions in Python 3 In-Reply-To: <1414471469.41.0.545994852005.issue22748@psf.upfronthosting.co.za> Message-ID: <20141028203859.104872.28954@psf.io> Roundup Robot added the comment: New changeset 9141199800fe by Georg Brandl in branch '3.4': Closes #22748: there are no PyString C functions in 3.x. https://hg.python.org/cpython/rev/9141199800fe ---------- nosy: +python-dev resolution: -> fixed stage: needs patch -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 21:42:20 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 28 Oct 2014 20:42:20 +0000 Subject: [issue22736] tutorial links at top, book recommendations at bottom of module documentation In-Reply-To: <1414371822.19.0.713420749411.issue22736@psf.upfronthosting.co.za> Message-ID: <20141028204204.104876.62127@psf.io> Roundup Robot added the comment: New changeset 4ad8b11ca309 by Georg Brandl in branch '3.4': Closes #22736: move seealso to the bottom of the section about RE syntax. https://hg.python.org/cpython/rev/4ad8b11ca309 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 22:19:32 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 28 Oct 2014 21:19:32 +0000 Subject: [issue22748] Porting Extension Modules to Python 3 documentation mention about PyString_* functions in Python 3 In-Reply-To: <1414471469.41.0.545994852005.issue22748@psf.upfronthosting.co.za> Message-ID: <20141028211921.58152.50826@psf.io> Roundup Robot added the comment: New changeset 18f346abdfbe by Georg Brandl in branch '2.7': Closes #22748: there are no PyString C functions in 3.x. https://hg.python.org/cpython/rev/18f346abdfbe ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 22:19:32 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 28 Oct 2014 21:19:32 +0000 Subject: [issue22736] tutorial links at top, book recommendations at bottom of module documentation In-Reply-To: <1414371822.19.0.713420749411.issue22736@psf.upfronthosting.co.za> Message-ID: <20141028211924.58152.52514@psf.io> Roundup Robot added the comment: New changeset 465892bb0c12 by Georg Brandl in branch '2.7': Closes #22736: move seealso to the bottom of the section about RE syntax. https://hg.python.org/cpython/rev/465892bb0c12 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 22:41:04 2014 From: report at bugs.python.org (STINNER Victor) Date: Tue, 28 Oct 2014 21:41:04 +0000 Subject: [issue22678] An OSError subclass for "no space left on device" would be nice: NoSpaceError In-Reply-To: <1413822435.2.0.235544061908.issue22678@psf.upfronthosting.co.za> Message-ID: <1414532464.87.0.828995471148.issue22678@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- title: An OSError subclass for "no space left on device" would be nice -> An OSError subclass for "no space left on device" would be nice: NoSpaceError _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 22:46:14 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 28 Oct 2014 21:46:14 +0000 Subject: [issue22249] Possibly incorrect example is given for socket.getaddrinfo() In-Reply-To: <1408707808.63.0.0809888327352.issue22249@psf.upfronthosting.co.za> Message-ID: <20141028214608.120914.5265@psf.io> Roundup Robot added the comment: New changeset 5611c7c20460 by Georg Brandl in branch '3.4': Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getaddrinfo() proto param https://hg.python.org/cpython/rev/5611c7c20460 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 22:47:33 2014 From: report at bugs.python.org (Roundup Robot) Date: Tue, 28 Oct 2014 21:47:33 +0000 Subject: [issue22249] Possibly incorrect example is given for socket.getaddrinfo() In-Reply-To: <1408707808.63.0.0809888327352.issue22249@psf.upfronthosting.co.za> Message-ID: <20141028214721.120894.47301@psf.io> Roundup Robot added the comment: New changeset 999e72ed3fbc by Georg Brandl in branch '2.7': Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getaddrinfo() proto param https://hg.python.org/cpython/rev/999e72ed3fbc ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 22:48:57 2014 From: report at bugs.python.org (Georg Brandl) Date: Tue, 28 Oct 2014 21:48:57 +0000 Subject: [issue22305] Documentation on deepcopy's problems is misleading In-Reply-To: <1409384500.34.0.359700008646.issue22305@psf.upfronthosting.co.za> Message-ID: <1414532937.47.0.937902555404.issue22305@psf.upfronthosting.co.za> Changes by Georg Brandl : ---------- status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 22:57:20 2014 From: report at bugs.python.org (Martin Panter) Date: Tue, 28 Oct 2014 21:57:20 +0000 Subject: [issue22153] There is no standard TestCase.runTest implementation In-Reply-To: <1407301202.17.0.719208246986.issue22153@psf.upfronthosting.co.za> Message-ID: <1414533440.13.0.80113365323.issue22153@psf.upfronthosting.co.za> Martin Panter added the comment: Do you mean pretending there is no default ?methodName? value, or pretending that the runTest() method is not invoked by discovery? I would have to check, but I think I have relied on the runTest() method being discovered in the past, when I did not think a more original test method name was useful. Though I agree that it makes the behaviour more complicated for little extra flexibility. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 23:01:05 2014 From: report at bugs.python.org (Robert Collins) Date: Tue, 28 Oct 2014 22:01:05 +0000 Subject: [issue22153] There is no standard TestCase.runTest implementation In-Reply-To: <1407301202.17.0.719208246986.issue22153@psf.upfronthosting.co.za> Message-ID: <1414533665.94.0.21228179785.issue22153@psf.upfronthosting.co.za> Robert Collins added the comment: runTest is part of the current API. I think if we're going to hide it we should do so as part of a deprecation path. (I'm +1 on hiding it). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 23:06:08 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Tue, 28 Oct 2014 22:06:08 +0000 Subject: [issue22153] There is no standard TestCase.runTest implementation In-Reply-To: <1414533665.94.0.21228179785.issue22153@psf.upfronthosting.co.za> Message-ID: <5450134E.4020306@free.fr> Antoine Pitrou added the comment: Le 28/10/2014 23:01, Robert Collins a ?crit : > > runTest is part of the current API. I think if we're going to hide > it we should do so as part of a deprecation path. (I'm +1 on hiding it). We don't need a deprecation path to remove something from the documentation, IMO. It wouldn't break any existing code, it would just reduce the cognitive load for newcomers. (and, while people may have chosen to use runTest, it doesn't mean they need it in any way) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 23:40:06 2014 From: report at bugs.python.org (Martin Panter) Date: Tue, 28 Oct 2014 22:40:06 +0000 Subject: [issue18236] str.isspace should use the Unicode White_Space property In-Reply-To: <1371431190.78.0.117337167573.issue18236@psf.upfronthosting.co.za> Message-ID: <1414536005.99.0.843408940493.issue18236@psf.upfronthosting.co.za> Martin Panter added the comment: As uncovered in Issue 12855, str.splitlines() currently considers the FS, GS and RS (1C?1E), but not the US (1F), to be line breaks. It might be surprising if these are no longer considered white space but are still considered line breaks. ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Tue Oct 28 23:40:52 2014 From: report at bugs.python.org (Martijn Pieters) Date: Tue, 28 Oct 2014 22:40:52 +0000 Subject: [issue22755] contextlib.closing documentation should use a new example Message-ID: <1414536052.52.0.0865505363528.issue22755@psf.upfronthosting.co.za> New submission from Martijn Pieters: urllib.request.urlopen() now always produces a context manager (either a HTTPResponse or addinfourl object). The example for contextlib.closing still uses urllib.request.urlopen as an example for the context manager wrapper, see https://docs.python.org/3/library/contextlib.html#contextlib.closing This is confusing users that now expect the object not to be a context manager, see: http://stackoverflow.com/questions/26619404/with-and-closing-of-files-in-python Can a different example be chosen? ---------- assignee: docs at python components: Documentation messages: 230184 nosy: docs at python, mjpieters priority: normal severity: normal status: open title: contextlib.closing documentation should use a new example versions: Python 3.4, Python 3.5, Python 3.6 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 00:02:16 2014 From: report at bugs.python.org (Andrew Barnert) Date: Tue, 28 Oct 2014 23:02:16 +0000 Subject: [issue22755] contextlib.closing documentation should use a new example In-Reply-To: <1414536052.52.0.0865505363528.issue22755@psf.upfronthosting.co.za> Message-ID: <1414537336.35.0.681459274445.issue22755@psf.upfronthosting.co.za> Andrew Barnert added the comment: It may be pretty hard to come up with a good example for closing in the stdlib that shouldn't just be turned into a context manager? There are some types where using it in a with statement is sensible, but unusual enough that you might want to make it explicit (maybe logging.Handler?), but does that make a good example? ---------- nosy: +abarnert _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 00:07:31 2014 From: report at bugs.python.org (Robert Collins) Date: Tue, 28 Oct 2014 23:07:31 +0000 Subject: [issue21820] unittest: unhelpful truncating of long strings. In-Reply-To: <1403346886.23.0.538670310002.issue21820@psf.upfronthosting.co.za> Message-ID: <1414537651.01.0.612717303962.issue21820@psf.upfronthosting.co.za> Changes by Robert Collins : ---------- nosy: +rbcollins _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 00:07:44 2014 From: report at bugs.python.org (Martin Panter) Date: Tue, 28 Oct 2014 23:07:44 +0000 Subject: [issue22755] contextlib.closing documentation should use a new example In-Reply-To: <1414536052.52.0.0865505363528.issue22755@psf.upfronthosting.co.za> Message-ID: <1414537664.92.0.607272303186.issue22755@psf.upfronthosting.co.za> Martin Panter added the comment: One exception that comes to mind is generators. According to Issue 13814, it is deliberate that you have to call close(), so perhaps someone could come up with an example based on that. ---------- nosy: +vadmium _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 00:16:39 2014 From: report at bugs.python.org (Wolfgang Maier) Date: Tue, 28 Oct 2014 23:16:39 +0000 Subject: [issue11874] argparse assertion failure with brackets in metavars In-Reply-To: <1303201252.58.0.236363581255.issue11874@psf.upfronthosting.co.za> Message-ID: <1414538199.71.0.106668240454.issue11874@psf.upfronthosting.co.za> Wolfgang Maier added the comment: It doesn't seem to be the exact same problem, but still this very simple example with parentheses in metavar fails to format correctly: import argparse parser = argparse.ArgumentParser() parser.add_argument("inputfiles", metavar = 'input_file(s)', nargs = "+", help = 'one or more input files') args = parser.parse_args() --> usage: -m [-h] input_files) [input_file(s ...] positional arguments: input_file(s) one or more input files optional arguments: -h, --help show this help message and exit with the two occurences of input_file(s) being formatted wrong, but differently. ---------- nosy: +wolma _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 00:22:50 2014 From: report at bugs.python.org (Martin Panter) Date: Tue, 28 Oct 2014 23:22:50 +0000 Subject: [issue22153] There is no standard TestCase.runTest implementation In-Reply-To: <1407301202.17.0.719208246986.issue22153@psf.upfronthosting.co.za> Message-ID: <1414538570.07.0.119124123657.issue22153@psf.upfronthosting.co.za> Martin Panter added the comment: Removing stuff from the documentation would make it hard to understand what existing code means that uses runTest(). Isn?t this a case where you would add a big red ?Deprecated since version . . .? warning instead? Maybe a comprimise would be to ?hide? its documentation away in a separate deprecated section or something. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 00:59:51 2014 From: report at bugs.python.org (Eldar Abusalimov) Date: Tue, 28 Oct 2014 23:59:51 +0000 Subject: [issue3453] PyType_Ready doesn't ensure that all bases are ready In-Reply-To: <1217171645.31.0.486361917431.issue3453@psf.upfronthosting.co.za> Message-ID: <1414540791.34.0.0323920989092.issue3453@psf.upfronthosting.co.za> Eldar Abusalimov added the comment: It is possible to get a partially initialized class from inside a custom mro(). And extending such type results in passing NULL to PySequence_List inside mro_implementation, which in turn leads to PyErr_BadInternalCall. #22735 has a test reproducing it (http://bugs.python.org/file37036) and a corresponding fix of mro_implementation (http://bugs.python.org/file37038). However, I'm not sure that the proper way is to call PyType_Ready on each uninitialized class from tp_bases. In particular, the test case from the link above would end up with infinite recursion (PyType_Ready(cls) -> mro(cls) -> class X(cls): ... -> PyType_Ready(X) -> PyType_Ready(cls) -> ...). Moreover, whether a type is initialized or not is determized by checking its tp_dict, which is initialized before filling in tp_mro, so that may be the test above is not the case of Roger. ---------- nosy: +abusalimov _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 01:05:50 2014 From: report at bugs.python.org (=?utf-8?q?Jean_Christophe_Andr=C3=A9?=) Date: Wed, 29 Oct 2014 00:05:50 +0000 Subject: [issue21081] missing vietnamese codec TCVN 5712:1993 in Python In-Reply-To: <1395970721.88.0.828263715521.issue21081@psf.upfronthosting.co.za> Message-ID: <1414541150.78.0.601843057262.issue21081@psf.upfronthosting.co.za> Changes by Jean Christophe Andr? : Added file: http://bugs.python.org/file37054/TCVN5712-1.TXT _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 01:06:01 2014 From: report at bugs.python.org (=?utf-8?q?Jean_Christophe_Andr=C3=A9?=) Date: Wed, 29 Oct 2014 00:06:01 +0000 Subject: [issue21081] missing vietnamese codec TCVN 5712:1993 in Python In-Reply-To: <1395970721.88.0.828263715521.issue21081@psf.upfronthosting.co.za> Message-ID: <1414541161.26.0.74565780722.issue21081@psf.upfronthosting.co.za> Changes by Jean Christophe Andr? : Added file: http://bugs.python.org/file37055/TCVN5712-2.TXT _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 01:06:11 2014 From: report at bugs.python.org (=?utf-8?q?Jean_Christophe_Andr=C3=A9?=) Date: Wed, 29 Oct 2014 00:06:11 +0000 Subject: [issue21081] missing vietnamese codec TCVN 5712:1993 in Python In-Reply-To: <1395970721.88.0.828263715521.issue21081@psf.upfronthosting.co.za> Message-ID: <1414541171.56.0.27577258514.issue21081@psf.upfronthosting.co.za> Changes by Jean Christophe Andr? : Added file: http://bugs.python.org/file37056/TCVN5712-3.TXT _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 01:16:45 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 29 Oct 2014 00:16:45 +0000 Subject: [issue22153] There is no standard TestCase.runTest implementation In-Reply-To: <1414538570.07.0.119124123657.issue22153@psf.upfronthosting.co.za> Message-ID: <545031EB.1020507@free.fr> Antoine Pitrou added the comment: Le 29/10/2014 00:22, Martin Panter a ?crit : > > Martin Panter added the comment: > > Removing stuff from the documentation would make it hard to > understand what existing code means that uses runTest(). Isn?t this a case where you would add a big red ?Deprecated since version . . .? warning instead? Maybe a comprimise would be to ?hide? its documentation away in a separate deprecated section or something. Well, I wasn't proposing a deprecation (although that can be done as well, if we want). I was proposing that this detail be hidden. I don't know if it would make existing software harder to understand. I don't think I've ever seen an actively-maintained project that used runTest(). The simple way to hide it would be to stop documenting the TestCase constructor and its signature. You aren't supposed to instantiate TestCase yourself. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 01:25:21 2014 From: report at bugs.python.org (Robert Collins) Date: Wed, 29 Oct 2014 00:25:21 +0000 Subject: [issue22153] There is no standard TestCase.runTest implementation In-Reply-To: <1407301202.17.0.719208246986.issue22153@psf.upfronthosting.co.za> Message-ID: <1414542321.71.0.231790273281.issue22153@psf.upfronthosting.co.za> Robert Collins added the comment: Constructing test case objects directly is part of the protocol, and its needed for framework and extension authors. I've seen folk use runTest, but rarely enough that I think we could deprecate it. My argument is that while its supported we should be clear about when it should be used, and how. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 01:36:55 2014 From: report at bugs.python.org (=?utf-8?q?Jean_Christophe_Andr=C3=A9?=) Date: Wed, 29 Oct 2014 00:36:55 +0000 Subject: [issue21081] missing vietnamese codec TCVN 5712:1993 in Python In-Reply-To: <1395970721.88.0.828263715521.issue21081@psf.upfronthosting.co.za> Message-ID: <1414543015.6.0.837268286313.issue21081@psf.upfronthosting.co.za> Jean Christophe Andr? added the comment: I failed to find anything about TCVN 5712:1999 except the official announcement of it superseding TCVN 5712:1993 on TCVN's website. I also was not able to find any material using TCVN 5712:1999. My guess is that TCVN 6909:2001 having been released only 2 years after, TCVN 5712:1999 probably had no time to get in real use. Anyway, TCVN 5712:1993 is the real one, the one having been in used for almost 2 decades. So this is why I provided codec tables for this one. There is 3 flavors of it. The most used one for documents is the third one (TCVN 5712:1993 VN3). It is used with the so called ?ABC fonts? which are of common knowledge in Vietnam. But the first one may be of use in databases. I never got access to real (large) Vietnamese databases so I can't confirm it for sure. I still provided the 3 flavors, just in case. Still, since VN3 is a subset of VN2, which itself is a subset of VN1, you may choose to only include the first one, TCVN 5712:1993 VN1, I leave this up to you. FYI, GNU Recode and Glibc Iconv currently implement "tcvn" as VN1. (but the Epson printer company implement VN3?) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 01:40:56 2014 From: report at bugs.python.org (=?utf-8?q?Jean_Christophe_Andr=C3=A9?=) Date: Wed, 29 Oct 2014 00:40:56 +0000 Subject: [issue21081] missing vietnamese codec TCVN 5712:1993 in Python In-Reply-To: <1395970721.88.0.828263715521.issue21081@psf.upfronthosting.co.za> Message-ID: <1414543256.02.0.821496864326.issue21081@psf.upfronthosting.co.za> Jean Christophe Andr? added the comment: Marc-Andre, about ?Please also provide a patch for the documentation?, could you please guide me on this? I can write some documentation, but I simply don't know in what form you expect it. Could you point me to some examples please? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 03:24:57 2014 From: report at bugs.python.org (Robert Collins) Date: Wed, 29 Oct 2014 02:24:57 +0000 Subject: [issue22756] testAssertEqualSingleLine gives poor errors Message-ID: <1414549497.69.0.925079174873.issue22756@psf.upfronthosting.co.za> New submission from Robert Collins: found while backporting unittest fixes. The current test fails like so: ====================================================================== FAIL: testAssertEqualSingleLine (unittest2.test.test_case.Test_TestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/robertc/work/unittest2.hg/unittest2/test/test_case.py", line 1014, in testAssertEqualSingleLine self.assertEqual(sample_text, revised_sample_text) AssertionError: 'laden swallows fly slowly' != 'unladen swallows fly quickly' - laden swallows fly slowly? ^^^^ + unladen swallows fly quickly? ++ ^^^^^ During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/robertc/work/unittest2.hg/unittest2/test/test_case.py", line 1017, in testAssertEqualSingleLine self.assertTrue(sample_text_error == error) AssertionError: False is not true -> it shouldn't be using assertTrue. ---------- messages: 230194 nosy: rbcollins priority: normal severity: normal status: open title: testAssertEqualSingleLine gives poor errors _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 03:27:08 2014 From: report at bugs.python.org (Robert Collins) Date: Wed, 29 Oct 2014 02:27:08 +0000 Subject: [issue22756] testAssertEqualSingleLine gives poor errors In-Reply-To: <1414549497.69.0.925079174873.issue22756@psf.upfronthosting.co.za> Message-ID: <1414549628.68.0.513983651138.issue22756@psf.upfronthosting.co.za> Robert Collins added the comment: There's comments in the test above about 'not testing ourself with ourselves' - but we're testing the rendering of an error case, so its entirely legitimate to use the same method's success path to check equality. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 03:30:38 2014 From: report at bugs.python.org (Robert Collins) Date: Wed, 29 Oct 2014 02:30:38 +0000 Subject: [issue22756] testAssertEqualSingleLine gives poor errors In-Reply-To: <1414549497.69.0.925079174873.issue22756@psf.upfronthosting.co.za> Message-ID: <1414549838.67.0.443180332571.issue22756@psf.upfronthosting.co.za> Changes by Robert Collins : ---------- keywords: +patch Added file: http://bugs.python.org/file37057/issue22756.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 04:19:14 2014 From: report at bugs.python.org (Fay) Date: Wed, 29 Oct 2014 03:19:14 +0000 Subject: [issue22757] TclStackFree: incorrect freePtr. Call out of sequence? Message-ID: <1414552754.88.0.540025463882.issue22757@psf.upfronthosting.co.za> New submission from Fay: I have a code that graphs streaming data in a new window. If the cursor is within the graphing window and the cursor has been moved, the graphing window would crash and the message says that "python.exe has stopped working". In the CMD window, the following error is displayed: "TclStackFree: incorrect freePtr. Call out of sequence? This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information." I've tried changing from python 2.7.7 to 2.7.8 and matplotlib-1.3.1 to 1.4.2. The problem persists in both cases. ---------- components: Library (Lib), Tkinter, Windows messages: 230196 nosy: Charleston, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: TclStackFree: incorrect freePtr. Call out of sequence? type: crash versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 04:47:38 2014 From: report at bugs.python.org (Zachary Ware) Date: Wed, 29 Oct 2014 03:47:38 +0000 Subject: [issue22757] TclStackFree: incorrect freePtr. Call out of sequence? In-Reply-To: <1414552754.88.0.540025463882.issue22757@psf.upfronthosting.co.za> Message-ID: <1414554458.16.0.354845579437.issue22757@psf.upfronthosting.co.za> Zachary Ware added the comment: This is fairly wild speculation on my part, but I think Python is likely at the bottom of the suspect list for whose bug this is, after (in order): 1) your own code 2) matplotlib 3) Tcl/Tk I would suggest trying to come up with the shortest reproducer you can (which should shine light on any bugs in your code), report your problem to matplotlib[1] with that reproducer attached, and link between this issue and that one so we can all keep track of it. We'll keep this report open until somebody claims the bug. Adding Serhiy as the resident Tkinter expert, in case you have insight I don't. [1] https://github.com/matplotlib/matplotlib/issues ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 05:57:54 2014 From: report at bugs.python.org (=?utf-8?q?Jean_Christophe_Andr=C3=A9?=) Date: Wed, 29 Oct 2014 04:57:54 +0000 Subject: [issue21081] missing vietnamese codec TCVN 5712:1993 in Python In-Reply-To: <1395970721.88.0.828263715521.issue21081@psf.upfronthosting.co.za> Message-ID: <1414558674.0.0.388711580164.issue21081@psf.upfronthosting.co.za> Changes by Jean Christophe Andr? : Removed file: http://bugs.python.org/file34644/vntime_tcvn.py _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 06:00:57 2014 From: report at bugs.python.org (=?utf-8?q?Jean_Christophe_Andr=C3=A9?=) Date: Wed, 29 Oct 2014 05:00:57 +0000 Subject: [issue22679] Add encodings of supported in glibc locales In-Reply-To: <1413823778.04.0.286011441147.issue22679@psf.upfronthosting.co.za> Message-ID: <1414558857.38.0.940316713283.issue22679@psf.upfronthosting.co.za> Changes by Jean Christophe Andr? : ---------- nosy: +progfou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 06:30:38 2014 From: report at bugs.python.org (paul j3) Date: Wed, 29 Oct 2014 05:30:38 +0000 Subject: [issue11874] argparse assertion failure with brackets in metavars In-Reply-To: <1303201252.58.0.236363581255.issue11874@psf.upfronthosting.co.za> Message-ID: <1414560638.77.0.274311763641.issue11874@psf.upfronthosting.co.za> paul j3 added the comment: The patch with a major rewrite of '_format_actions_usage' handles this usage problem correctly: usage: try_para_in_meta.py [-h] input_file(s) [input_file(s) ...] The error is the result of usage group formatter trying to remove excess `()`. To give an idea of what is happening I replaced the missing () with {}. input_file(s) [input_file(s) ...] input_file{s) [input_file(s} ...] ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 07:00:50 2014 From: report at bugs.python.org (Zachary Ware) Date: Wed, 29 Oct 2014 06:00:50 +0000 Subject: [issue17896] Move Windows external libs from \..\ to \externals In-Reply-To: <1367601506.45.0.508953342953.issue17896@psf.upfronthosting.co.za> Message-ID: <1414562450.71.0.231127948688.issue17896@psf.upfronthosting.co.za> Zachary Ware added the comment: I don't think we're on the same page here, Terry, so here's some patches and a wall of text to hopefully make me clearer. In particular, I don't understand what you mean by "merge multiple tcltk directories in isolated build directories", as the "merge" and "isolated" seem mutually exclusive to me. The layout I diagrammed in that message is basically what I use currently. These patches would allow me to go from this: root |_ default | |_ cpython (clone of https://hg.python.org/cpython) | | |_ Doc | | |_ Lib | | |_ PCbuild | | |_ ... | |_ tcl-8.6.1.0 | |_ tk-8.6.1.0 | |_ tcltk | |_ ... | |_ 2.7 |_ cpython (clone of https://hg.python.org/cpython#2.7) | |_ Doc | |_ Lib | |_ PCbuild | |_ ... |_ tcl-8.5.15.0 |_ tk-8.5.15.0 |_ tcltk |_ ... To this: root |_ default (clone of https://hg.python.org/cpython) | |_ Doc | |_ externals | | |_ tcl-8.6.1.0 | | |_ tk-8.6.1.0 | | |_ tcltk | | |_ ... | |_ Lib | |_ PCbuild | |_ ... | |_ 2.7 (clone of https://hg.python.org/cpython#2.7) |_ Doc |_ externals | |_ tcl-8.5.15.0 | |_ tk-8.5.15.0 | |_ tcltk | |_ ... |_ Lib |_ PCbuild |_ ... I don't think it's wise to try to use the same directory for builds of multiple Python versions without rebuilding all externals anyway. The reason you can't use the same tcltk install between 2.7 and 3.4/default is because of the different compiler used for each branch. These days, you'll run into the same issue with OpenSSL, since we now use the same version of it on all branches. I suppose we could try to make the OpenSSL build put the compiler version in the output directory name and similarly version the tcltk install dirs, but I think that's a lot more effort than it's worth especially considering the other benefits of using separate checkouts for each branch (like being able to test more than one interpreter simultaneously). These patches do make it significantly easier to switch between versions in the same checkout properly, though; an 'hg purge --all' after update will clear out all the externals as well as all build artifacts (though that would require re-downloading the externals). ---------- stage: needs patch -> patch review Added file: http://bugs.python.org/file37058/issue17896-default.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 07:01:05 2014 From: report at bugs.python.org (Zachary Ware) Date: Wed, 29 Oct 2014 06:01:05 +0000 Subject: [issue17896] Move Windows external libs from \..\ to \externals In-Reply-To: <1367601506.45.0.508953342953.issue17896@psf.upfronthosting.co.za> Message-ID: <1414562465.3.0.184952824044.issue17896@psf.upfronthosting.co.za> Changes by Zachary Ware : Added file: http://bugs.python.org/file37059/issue17896-3.4.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 07:01:17 2014 From: report at bugs.python.org (Zachary Ware) Date: Wed, 29 Oct 2014 06:01:17 +0000 Subject: [issue17896] Move Windows external libs from \..\ to \externals In-Reply-To: <1367601506.45.0.508953342953.issue17896@psf.upfronthosting.co.za> Message-ID: <1414562477.24.0.00904628659318.issue17896@psf.upfronthosting.co.za> Changes by Zachary Ware : Added file: http://bugs.python.org/file37060/issue17896-2.7.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 07:01:26 2014 From: report at bugs.python.org (Zachary Ware) Date: Wed, 29 Oct 2014 06:01:26 +0000 Subject: [issue17896] Move Windows external libs from \..\ to \externals In-Reply-To: <1367601506.45.0.508953342953.issue17896@psf.upfronthosting.co.za> Message-ID: <1414562486.98.0.956893451967.issue17896@psf.upfronthosting.co.za> Changes by Zachary Ware : Removed file: http://bugs.python.org/file30113/move_externals.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 07:15:52 2014 From: report at bugs.python.org (Berker Peksag) Date: Wed, 29 Oct 2014 06:15:52 +0000 Subject: [issue22756] testAssertEqualSingleLine gives poor errors In-Reply-To: <1414549497.69.0.925079174873.issue22756@psf.upfronthosting.co.za> Message-ID: <1414563352.44.0.591508169882.issue22756@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- nosy: +ezio.melotti, michael.foord _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 08:45:57 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 29 Oct 2014 07:45:57 +0000 Subject: [issue22757] TclStackFree: incorrect freePtr. Call out of sequence? In-Reply-To: <1414552754.88.0.540025463882.issue22757@psf.upfronthosting.co.za> Message-ID: <1414568757.45.0.339873293112.issue22757@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- stage: -> test needed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 08:58:15 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 29 Oct 2014 07:58:15 +0000 Subject: [issue3453] PyType_Ready doesn't ensure that all bases are ready In-Reply-To: <1217171645.31.0.486361917431.issue3453@psf.upfronthosting.co.za> Message-ID: <1414569495.42.0.596741030671.issue3453@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- versions: +Python 3.5 -Python 3.2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 11:14:37 2014 From: report at bugs.python.org (Tim Graham) Date: Wed, 29 Oct 2014 10:14:37 +0000 Subject: [issue22758] Regression in Python 3.2 cookie parsing Message-ID: <1414577677.93.0.364604019199.issue22758@psf.upfronthosting.co.za> New submission from Tim Graham: I noticed some failing Django tests on Python 3.2.6 the other day. The regression is caused by this change: https://github.com/python/cpython/commit/572d9c59a1441c6f8ffb9308824c804856020e31 Behavior before that commit (and on other version of Python even after that commit): >>> from http.cookies import SimpleCookie >>> SimpleCookie("Set-Cookie: foo=bar; Path=/") New broken behavior on Python 3.2.6: >>> from http.cookies import SimpleCookie >>> SimpleCookie("Set-Cookie: foo=bar; Path=/") Python 3.2.6 no longer accepts the "Set-Cookie: " prefix to BaseCookie.load: >>> SimpleCookie("Set-Cookie: foo=bar; Path=/") >>> SimpleCookie("foo=bar; Path=/") This issue doesn't affect 2.7, 3.3, or 3.4 because of https://github.com/python/cpython/commit/b92e104dc57c37ddf22ada1c6e5380e09268ee93 (this commit wasn't backported to 3.2 because that branch is in security-fix-only mode). I asked Berker about this and he suggested to create this issue and said, "If Georg is OK to backout the commit I can write a patch with additional test cases and commit it." He also confirmed the regression as follows: I've tested your example on Python 2.7.8, 3.2.6, 3.3.6, 3.4.2, 3.5.0 (all unreleased development versions - they will be X.Y.Z+1) and looks like it's a regression. My test script is: try: from http.cookies import SimpleCookie except ImportError: from Cookie import SimpleCookie c = SimpleCookie("Set-Cookie: foo=bar; Path=/") print(c) Here are the results: Python 2.7.8: Set-Cookie: foo=bar; Path=/ Python 3.5.0: Set-Cookie: foo=bar; Path=/ Python 3.4.2: Set-Cookie: foo=bar; Path=/ Python 3.3.6: Set-Cookie: foo=bar; Path=/ [45602 refs] Python 3.2.6: [38937 refs] ---------- components: Library (Lib) messages: 230200 nosy: Tim.Graham, berker.peksag, georg.brandl, pitrou, r.david.murray priority: normal severity: normal status: open title: Regression in Python 3.2 cookie parsing type: behavior versions: Python 3.2 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 11:20:34 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 29 Oct 2014 10:20:34 +0000 Subject: [issue22758] Regression in Python 3.2 cookie parsing In-Reply-To: <1414577677.93.0.364604019199.issue22758@psf.upfronthosting.co.za> Message-ID: <1414578034.59.0.611667079411.issue22758@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Is it a normal use of SimpleCookie? The docs don't seem to imply it: """ >>> C = cookies.SimpleCookie() >>> C.load("chips=ahoy; vienna=finger") # load from a string (HTTP header) """ In any case, it's up to Georg to decide. But changeset 572d9c59a1441c6f8ffb9308824c804856020e31 fixes a security issue reported to security at python.org (the report included a concrete example of how to exploit it under certain conditions). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 11:21:20 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 29 Oct 2014 10:21:20 +0000 Subject: [issue22758] Regression in Python 3.2 cookie parsing In-Reply-To: <1414577677.93.0.364604019199.issue22758@psf.upfronthosting.co.za> Message-ID: <1414578080.42.0.988892021255.issue22758@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Can you give a pointer to the failing Django test, by the way? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 11:40:57 2014 From: report at bugs.python.org (Tim Graham) Date: Wed, 29 Oct 2014 10:40:57 +0000 Subject: [issue22758] Regression in Python 3.2 cookie parsing In-Reply-To: <1414577677.93.0.364604019199.issue22758@psf.upfronthosting.co.za> Message-ID: <1414579257.26.0.370219363469.issue22758@psf.upfronthosting.co.za> Tim Graham added the comment: I wasn't sure if it was expected behavior or not. I'm attaching a file with the list of failing tests on Django's master. Perhaps more useful is a reference to the problematic usage in Django: https://github.com/django/django/blob/349471eeb9a4db2f5d8e95cb6555e7b3f2c94e3f/django/http/response.py#L208-L217 That logic was added to fix https://code.djangoproject.com/ticket/15863. ---------- Added file: http://bugs.python.org/file37061/failing-django-tests-22758.txt _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 11:44:59 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 29 Oct 2014 10:44:59 +0000 Subject: [issue22758] Regression in Python 3.2 cookie parsing In-Reply-To: <1414577677.93.0.364604019199.issue22758@psf.upfronthosting.co.za> Message-ID: <1414579499.72.0.304576791337.issue22758@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Ah, so it's about round-tripping between SimpleCookie.__str__() and SimpleCookie.__init__(). That sounds like a reasonable behaviour to preserve (and easier than parsing arbitrary Set-Cookie headers). IMO we should also add for tests for it in other versions. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 12:30:16 2014 From: report at bugs.python.org (Georg Brandl) Date: Wed, 29 Oct 2014 11:30:16 +0000 Subject: [issue22758] Regression in Python 3.2 cookie parsing In-Reply-To: <1414577677.93.0.364604019199.issue22758@psf.upfronthosting.co.za> Message-ID: <1414582216.08.0.561107467016.issue22758@psf.upfronthosting.co.za> Georg Brandl added the comment: OK, so there are two root issues here: * Django uses __init__(str()) roundtripping, which is not explicitly supported by the library, and worked by accident with previous versions. That it works again with 3.3+ is another accident, and a bug. (The change for #16611 reintroduces "lax" parsing behavior that the security fix was supposed to prevent.) * BaseCookie doesn't roundtrip correctly when pickled with protocol >= 2. This should be fixed in upcoming bugfix releases. I would advise Django to subclass SimpleCookie and fix the pickling issue, which is not hard (see attached diff). ---------- keywords: +patch Added file: http://bugs.python.org/file37062/cookie-pickling-fix.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 13:24:10 2014 From: report at bugs.python.org (Nick Coghlan) Date: Wed, 29 Oct 2014 12:24:10 +0000 Subject: [issue22731] test_capi test fails because of mismatched newlines In-Reply-To: <1414355323.22.0.739956006711.issue22731@psf.upfronthosting.co.za> Message-ID: <1414585450.97.0.660312671093.issue22731@psf.upfronthosting.co.za> Nick Coghlan added the comment: Yes, switching the subprocess invocation in test_capi.py to universal newlines mode and joining the expected output with '\n' sounds like the right test case fix to me. As far as the printf() change goes, I'm not really the right person to ask - all my Windows dev experience is with Python and C++, while my C dev experience has been primarily on TI DSP's and Linux. If I had to guess, the behavioural change is likely a result of the C99 enhancements and standards conformance improvements described in http://blogs.msdn.com/b/vcblog/archive/2014/06/03/visual-studio-14-ctp.aspx ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 13:28:56 2014 From: report at bugs.python.org (Nick Coghlan) Date: Wed, 29 Oct 2014 12:28:56 +0000 Subject: [issue22731] test_capi test fails because of mismatched newlines In-Reply-To: <1414355323.22.0.739956006711.issue22731@psf.upfronthosting.co.za> Message-ID: <1414585736.52.0.29488507059.issue22731@psf.upfronthosting.co.za> Nick Coghlan added the comment: One last thing: we may also want to update the C API docs to explicitly point out the discrepancy in handling of '\n' on Windows between printf() in VC14+ (which no longer does the '\r\n' substitution) and the print functions in the Python C API (which will keep the transformation). This is a weird enough quirk that I feel like we should explicitly point it out *somewhere*, but also obscure enough that I don't want to bother people with it unnecessarily. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 14:20:28 2014 From: report at bugs.python.org (Lorenz Quack) Date: Wed, 29 Oct 2014 13:20:28 +0000 Subject: [issue22141] rlcompleter.Completer matches too much In-Reply-To: <1407254399.39.0.799670201718.issue22141@psf.upfronthosting.co.za> Message-ID: <1414588828.77.0.279496773449.issue22141@psf.upfronthosting.co.za> Lorenz Quack added the comment: sorry for the delay but here is a new patch with a test. I changed the strategy for fixing the bug because the dealing with the opening parenthesis became to complicated. So, now I simply check whether the match actually startswith the search phrase before adding the match to the results. This is like a sanity check which fixes this bug. ---------- Added file: http://bugs.python.org/file37063/rlcompleter_22141.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 14:36:21 2014 From: report at bugs.python.org (Lorenz Quack) Date: Wed, 29 Oct 2014 13:36:21 +0000 Subject: [issue22141] rlcompleter.Completer matches too much In-Reply-To: <1407254399.39.0.799670201718.issue22141@psf.upfronthosting.co.za> Message-ID: <1414589781.3.0.822032807393.issue22141@psf.upfronthosting.co.za> Changes by Lorenz Quack : Removed file: http://bugs.python.org/file37063/rlcompleter_22141.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 14:37:14 2014 From: report at bugs.python.org (Lorenz Quack) Date: Wed, 29 Oct 2014 13:37:14 +0000 Subject: [issue22141] rlcompleter.Completer matches too much In-Reply-To: <1407254399.39.0.799670201718.issue22141@psf.upfronthosting.co.za> Message-ID: <1414589834.23.0.0204583349506.issue22141@psf.upfronthosting.co.za> Changes by Lorenz Quack : Added file: http://bugs.python.org/file37064/rlcompleter_22141.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 14:51:52 2014 From: report at bugs.python.org (Lorenz Quack) Date: Wed, 29 Oct 2014 13:51:52 +0000 Subject: [issue22143] rlcompleter.Completer has duplicate matches In-Reply-To: <1407255195.5.0.870338576239.issue22143@psf.upfronthosting.co.za> Message-ID: <1414590712.43.0.310133098136.issue22143@psf.upfronthosting.co.za> Lorenz Quack added the comment: Hi, here finally the updated patch with test case. It depends on and should be applied after the patch included in issue22141. This patch does changes two things: 1) completions are now unique 2) completions are now in no specific order I had to touch some other rlcompleter tests because they assumed a certain order of the returned matches. Thanks for reviewing! ---------- Added file: http://bugs.python.org/file37065/rlcompleter_22143.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 15:25:20 2014 From: report at bugs.python.org (R. David Murray) Date: Wed, 29 Oct 2014 14:25:20 +0000 Subject: [issue22731] test_capi test fails because of mismatched newlines In-Reply-To: <1414355323.22.0.739956006711.issue22731@psf.upfronthosting.co.za> Message-ID: <1414592720.05.0.574083151019.issue22731@psf.upfronthosting.co.za> R. David Murray added the comment: That information should also go in the porting notes section of the 3.5 What's New, but clearly labeled (if I understand correctly) as applying only to applications that embed python on Windows. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 16:03:09 2014 From: report at bugs.python.org (Daniel Farrell) Date: Wed, 29 Oct 2014 15:03:09 +0000 Subject: [issue8876] distutils should not assume that hardlinks will work In-Reply-To: <1275485916.86.0.44676570948.issue8876@psf.upfronthosting.co.za> Message-ID: <1414594989.05.0.853787788791.issue8876@psf.upfronthosting.co.za> Daniel Farrell added the comment: > An emerging workflow is using Docker for a Python environment. This applies to Vagrant environments as well (VirtualBox shared folders, tests fail). ---------- nosy: +dfarrell07 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 16:09:18 2014 From: report at bugs.python.org (Steve Dower) Date: Wed, 29 Oct 2014 15:09:18 +0000 Subject: [issue22731] test_capi test fails because of mismatched newlines In-Reply-To: <1414355323.22.0.739956006711.issue22731@psf.upfronthosting.co.za> Message-ID: <1414595358.63.0.186753379262.issue22731@psf.upfronthosting.co.za> Steve Dower added the comment: I think it's also in any extension that prints directly to the console without going through the Python IO machinery. I'll make the test change in default, since that's what the os.linesep is trying to achieve anyway, and modify the porting notes in my branch, since it won't apply until the build changes are merged in. Thanks all. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 16:30:25 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 29 Oct 2014 15:30:25 +0000 Subject: [issue8876] distutils should not assume that hardlinks will work In-Reply-To: <1275485916.86.0.44676570948.issue8876@psf.upfronthosting.co.za> Message-ID: <1414596625.66.0.732702734748.issue8876@psf.upfronthosting.co.za> Antoine Pitrou added the comment: I agree this deserves fixing, and the patch looks basically ok. It would be nice to add a test, though (by mocking os.link()). ?ric, are you still here, or should someone else take over? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 16:30:32 2014 From: report at bugs.python.org (Hristo Venev) Date: Wed, 29 Oct 2014 15:30:32 +0000 Subject: [issue22759] pathlib: Path.exists broken Message-ID: <1414596632.63.0.58764649431.issue22759@psf.upfronthosting.co.za> New submission from Hristo Venev: $ touch a c: stat("a/x", ...) -> errno=ENOTDIR $ python >>> pathlib.Path('a/x').exists() This should return False and not throw an exception. Patch not tested. ---------- files: py.patch keywords: patch messages: 230214 nosy: h.venev priority: normal severity: normal status: open title: pathlib: Path.exists broken Added file: http://bugs.python.org/file37066/py.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 16:33:03 2014 From: report at bugs.python.org (=?utf-8?q?=C3=89ric_Araujo?=) Date: Wed, 29 Oct 2014 15:33:03 +0000 Subject: [issue8876] distutils should not assume that hardlinks will work In-Reply-To: <1275485916.86.0.44676570948.issue8876@psf.upfronthosting.co.za> Message-ID: <1414596783.34.0.548876241762.issue8876@psf.upfronthosting.co.za> ?ric Araujo added the comment: I can?t make any commitment to core Python at this time. I still read all email and can be available for guidance or questions about obscure parts of distutils. (Ideally I would find someone willing to be mentored to take over maintenance.) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 16:35:07 2014 From: report at bugs.python.org (Michael Del Monte) Date: Wed, 29 Oct 2014 15:35:07 +0000 Subject: [issue22760] re.sub does only first 16 replacements if re.S is used Message-ID: <1414596907.12.0.515901190995.issue22760@psf.upfronthosting.co.za> New submission from Michael Del Monte: Easily reproduced: re.sub('x', 'a', "x"*20, re.S) returns 'aaaaaaaaaaaaaaaaxxxx' ---------- components: Regular Expressions messages: 230216 nosy: ezio.melotti, mgdelmonte, mrabarnett priority: normal severity: normal status: open title: re.sub does only first 16 replacements if re.S is used type: behavior versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 16:37:22 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 29 Oct 2014 15:37:22 +0000 Subject: [issue22760] re.sub does only first 16 replacements if re.S is used In-Reply-To: <1414596907.12.0.515901190995.issue22760@psf.upfronthosting.co.za> Message-ID: <1414597042.17.0.964713019773.issue22760@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 16:39:53 2014 From: report at bugs.python.org (=?utf-8?q?Ugra_D=C3=A1niel?=) Date: Wed, 29 Oct 2014 15:39:53 +0000 Subject: [issue22570] Better stdlib support for Path objects In-Reply-To: <1412609631.43.0.978086278536.issue22570@psf.upfronthosting.co.za> Message-ID: <1414597193.71.0.83479859676.issue22570@psf.upfronthosting.co.za> Changes by Ugra D?niel : ---------- nosy: +daniel.ugra _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 16:49:42 2014 From: report at bugs.python.org (Peter Otten) Date: Wed, 29 Oct 2014 15:49:42 +0000 Subject: [issue22760] re.sub does only first 16 replacements if re.S is used In-Reply-To: <1414596907.12.0.515901190995.issue22760@psf.upfronthosting.co.za> Message-ID: <1414597782.09.0.859698455471.issue22760@psf.upfronthosting.co.za> Peter Otten added the comment: This is not a bug; the signature of re.sub() is sub(pattern, repl, string, count=0, flags=0) and the fourth argument thus the 'count' delimiting the number of substitutions that you accidentally specify as >>> import re >>> re.S 16 I recommend that you use a keyword arg to fix your code: >>> re.sub('x', 'a', "x"*20, flags=re.S) 'aaaaaaaaaaaaaaaaaaaa' ---------- nosy: +peter.otten _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 16:51:11 2014 From: report at bugs.python.org (Georg Brandl) Date: Wed, 29 Oct 2014 15:51:11 +0000 Subject: [issue22760] re.sub does only first 16 replacements if re.S is used In-Reply-To: <1414596907.12.0.515901190995.issue22760@psf.upfronthosting.co.za> Message-ID: <1414597871.69.0.0315996095241.issue22760@psf.upfronthosting.co.za> Georg Brandl added the comment: The fourth parameter is not "flags", but "count", the max. number of substitutions. "flags" is the fifth parameter, or give it as a keyword argument. ---------- nosy: +georg.brandl resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 16:53:06 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 29 Oct 2014 15:53:06 +0000 Subject: [issue22760] re.sub does only first 16 replacements if re.S is used In-Reply-To: <1414596907.12.0.515901190995.issue22760@psf.upfronthosting.co.za> Message-ID: <1414597986.61.0.334730090682.issue22760@psf.upfronthosting.co.za> STINNER Victor added the comment: This bug report is common. An enhancement would be to make the count parameter a keyword only parameter. Would it break a lot of code? ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 16:54:28 2014 From: report at bugs.python.org (Ezio Melotti) Date: Wed, 29 Oct 2014 15:54:28 +0000 Subject: [issue22760] re.sub does only first 16 replacements if re.S is used In-Reply-To: <1414596907.12.0.515901190995.issue22760@psf.upfronthosting.co.za> Message-ID: <1414598068.05.0.26743847556.issue22760@psf.upfronthosting.co.za> Ezio Melotti added the comment: See #11957. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 16:55:08 2014 From: report at bugs.python.org (Hristo Venev) Date: Wed, 29 Oct 2014 15:55:08 +0000 Subject: [issue22759] pathlib: Path.exists broken In-Reply-To: <1414596632.63.0.58764649431.issue22759@psf.upfronthosting.co.za> Message-ID: <1414598108.89.0.864251774662.issue22759@psf.upfronthosting.co.za> Hristo Venev added the comment: Tested and works. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 16:58:17 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 29 Oct 2014 15:58:17 +0000 Subject: [issue22759] pathlib: Path.exists broken In-Reply-To: <1414596632.63.0.58764649431.issue22759@psf.upfronthosting.co.za> Message-ID: <1414598297.3.0.583612944694.issue22759@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +pitrou stage: -> test needed type: -> behavior versions: +Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 17:00:23 2014 From: report at bugs.python.org (Georg Brandl) Date: Wed, 29 Oct 2014 16:00:23 +0000 Subject: [issue22759] pathlib: Path.exists broken In-Reply-To: <1414596632.63.0.58764649431.issue22759@psf.upfronthosting.co.za> Message-ID: <1414598423.29.0.767858010768.issue22759@psf.upfronthosting.co.za> Georg Brandl added the comment: os.path.exists() ignores *all* OSErrors from stat. This is probably too broad, but only ignoring ENOENT is probably too narrow. ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 17:00:25 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 29 Oct 2014 16:00:25 +0000 Subject: [issue11957] re.sub confusion between count and flags args In-Reply-To: <1304101630.86.0.175815070517.issue11957@psf.upfronthosting.co.za> Message-ID: <20141029160015.54604.1161@psf.io> Roundup Robot added the comment: New changeset 767fd62b59a9 by Victor Stinner in branch 'default': Issue #11957: Explicit parameter name when calling re.split() and re.sub() https://hg.python.org/cpython/rev/767fd62b59a9 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 17:09:21 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 29 Oct 2014 16:09:21 +0000 Subject: [issue11957] re.sub confusion between count and flags args In-Reply-To: <1304101630.86.0.175815070517.issue11957@psf.upfronthosting.co.za> Message-ID: <1414598961.98.0.867627597049.issue11957@psf.upfronthosting.co.za> STINNER Victor added the comment: I suggest to make the 2 last parameters of re.sub(), re.subn() and re.split() parameters as keyword-only. It will break applications using count and maxsplit parameters as index parameters, but it's easy to fix these applications if they want to support also Python 3.5. I checked Python 2.6: the name of the maxsplit and count parameters didn't change. So it's possible to write code working on Python 2.6-3.5 if the parameter name is explicitly used: * re.sub("a", "a", "a", count=1) * re.subn("a", "a", "a", count=1) * re.split("a", "a", maxsplit=1) The flags parameter was added to re.sub(), re.subn() and re.split() functions in Python 2.7: * https://docs.python.org/2.7/library/re.html#re.sub * https://docs.python.org/2.7/library/re.html#re.subn * https://docs.python.org/2.7/library/re.html#re.split See my attached re_keyword_only.patch: * sub(), subn(): count and flags become keyword-only parameters * split(): maxsplit and flags become keyword-only parameters ---------- keywords: +patch nosy: +haypo Added file: http://bugs.python.org/file37067/re_keyword_only.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 17:09:48 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 29 Oct 2014 16:09:48 +0000 Subject: [issue22760] re.sub does only first 16 replacements if re.S is used In-Reply-To: <1414596907.12.0.515901190995.issue22760@psf.upfronthosting.co.za> Message-ID: <1414598988.51.0.788554700616.issue22760@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- resolution: not a bug -> duplicate superseder: -> re.sub confusion between count and flags args _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 17:12:53 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 29 Oct 2014 16:12:53 +0000 Subject: [issue17663] re.sub not replacing all In-Reply-To: <1365427517.11.0.8190689371.issue17663@psf.upfronthosting.co.za> Message-ID: <1414599173.68.0.155887074405.issue17663@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- resolution: not a bug -> duplicate superseder: -> re.sub confusion between count and flags args _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 17:13:16 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 29 Oct 2014 16:13:16 +0000 Subject: [issue15537] MULTILINE confuses re.split In-Reply-To: <1343919537.43.0.272512350755.issue15537@psf.upfronthosting.co.za> Message-ID: <1414599196.76.0.640846349161.issue15537@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- resolution: not a bug -> duplicate superseder: -> re.sub confusion between count and flags args _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 17:13:34 2014 From: report at bugs.python.org (Hristo Venev) Date: Wed, 29 Oct 2014 16:13:34 +0000 Subject: [issue22759] pathlib: Path.exists broken In-Reply-To: <1414596632.63.0.58764649431.issue22759@psf.upfronthosting.co.za> Message-ID: <1414599214.84.0.747618878167.issue22759@psf.upfronthosting.co.za> Hristo Venev added the comment: ENAMETOOLONG and possibly ELOOP should also return False. EACCES, EOVERFLOW and ENOMEM should probably be forwarded. EFAULT should not happen. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 17:15:11 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 29 Oct 2014 16:15:11 +0000 Subject: [issue11947] re.IGNORECASE does not match literal "_" (underscore) In-Reply-To: <1304010176.69.0.487843608928.issue11947@psf.upfronthosting.co.za> Message-ID: <1414599311.24.0.983951459279.issue11947@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- resolution: not a bug -> duplicate superseder: -> re.sub confusion between count and flags args _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 17:15:36 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 29 Oct 2014 16:15:36 +0000 Subject: [issue11957] re.sub confusion between count and flags args In-Reply-To: <1304101630.86.0.175815070517.issue11957@psf.upfronthosting.co.za> Message-ID: <1414599336.17.0.198680671694.issue11957@psf.upfronthosting.co.za> STINNER Victor added the comment: Confusion between count/maxplit and count parameters is common, duplicated issues: * Issue #22760 * Issue #17663 * Issue #15537 * Issue #12875 * Issue #12078 * Issue #11947 See also issue #13385 which proposed an explicit "re.NOFLAGS flag". ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 17:16:33 2014 From: report at bugs.python.org (STINNER Victor) Date: Wed, 29 Oct 2014 16:16:33 +0000 Subject: [issue11957] re.sub confusion between count and flags args In-Reply-To: <1304101630.86.0.175815070517.issue11957@psf.upfronthosting.co.za> Message-ID: <1414599393.89.0.0127774386443.issue11957@psf.upfronthosting.co.za> Changes by STINNER Victor : ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 18:10:05 2014 From: report at bugs.python.org (Vajrasky Kok) Date: Wed, 29 Oct 2014 17:10:05 +0000 Subject: [issue22642] trace module: unclear error message In-Reply-To: <1413377180.82.0.707385230262.issue22642@psf.upfronthosting.co.za> Message-ID: <1414602605.77.0.0129602057799.issue22642@psf.upfronthosting.co.za> Vajrasky Kok added the comment: Thanks, Berker Peksag, for the review. Here is the updated patch with the test. ---------- Added file: http://bugs.python.org/file37068/better_err_listfuncs_trace_v2.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 18:28:47 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 29 Oct 2014 17:28:47 +0000 Subject: [issue22173] Update lib2to3.tests and test_lib2to3 to use test discovery In-Reply-To: <1407506881.47.0.548658817568.issue22173@psf.upfronthosting.co.za> Message-ID: <20141029172827.54582.15909@psf.io> Roundup Robot added the comment: New changeset 9d36bf887be3 by Zachary Ware in branch '3.4': Issue #22173: Update lib2to3 tests to use unittest test discovery. https://hg.python.org/cpython/rev/9d36bf887be3 New changeset 179ccc48566f by Zachary Ware in branch 'default': Closes #22173: Merge with 3.4 https://hg.python.org/cpython/rev/179ccc48566f ---------- nosy: +python-dev resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 18:30:14 2014 From: report at bugs.python.org (Zachary Ware) Date: Wed, 29 Oct 2014 17:30:14 +0000 Subject: [issue22173] Update lib2to3.tests and test_lib2to3 to use test discovery In-Reply-To: <1407506881.47.0.548658817568.issue22173@psf.upfronthosting.co.za> Message-ID: <1414603814.94.0.890388564053.issue22173@psf.upfronthosting.co.za> Zachary Ware added the comment: Thanks, Ezio! ---------- assignee: -> zach.ware _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 18:37:44 2014 From: report at bugs.python.org (Phil Elson) Date: Wed, 29 Oct 2014 17:37:44 +0000 Subject: [issue21917] Python 2.7.7 Tests fail, and math is faulty In-Reply-To: <1404487585.95.0.614197630054.issue21917@psf.upfronthosting.co.za> Message-ID: <1414604264.76.0.567685866999.issue21917@psf.upfronthosting.co.za> Phil Elson added the comment: I just wanted to say that I am seeing the same issue with similar build flags for the xlc compiler. Finding the correct compile flags may well be the problem here. For the record, since I think this is related to the flags which are being passed to os.open, I've been looking at the following: http://bugs.python.org/issue19749 https://github.com/pypa/pip/issues/849 I actually have access to a python2.7 which does work on this OS (which I didn't compile), which allowed me to identify the following difference: $> ./python Python 2.7.8 [C] on aix7 >>> import os; print os..O_NOFOLLOW 137438953472 $> /usr/bin/python Python 2.7.6 [C] on aix7 >>> import os; print os.O_NOFOLLOW Traceback (most recent call last): File "", line 1, in AttributeError: 'module' object has no attribute 'O_NOFOLLOW' My workaround therefore is to put the following in sitecustomize: import os; os.__dict__.pop('O_NOFOLLOW', None) And as a result "make test" no longer fails. Any idea what it is we're missing in the configure step which is erroneously putting O_NOFOLLOW in os? ---------- nosy: +pelson _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 19:50:59 2014 From: report at bugs.python.org (Robert Collins) Date: Wed, 29 Oct 2014 18:50:59 +0000 Subject: [issue22153] There is no standard TestCase.runTest implementation In-Reply-To: <1407301202.17.0.719208246986.issue22153@psf.upfronthosting.co.za> Message-ID: <1414608659.39.0.42487911104.issue22153@psf.upfronthosting.co.za> Robert Collins added the comment: Oh, one thought - in testtools we split out 'docs for test writers' and 'docs for framework folk'. That would facilitate getting runTest out of test writers face while still documenting it appropriately. Related to that is my ongoing push to split the protocol so that these concerns are not intertwined the way they are today, but that needs to wait for the existing backlog to clear up :) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 20:00:06 2014 From: report at bugs.python.org (Robert Collins) Date: Wed, 29 Oct 2014 19:00:06 +0000 Subject: [issue22153] Documentation of TestCase.runTest is incorrect and confusing In-Reply-To: <1407301202.17.0.719208246986.issue22153@psf.upfronthosting.co.za> Message-ID: <1414609206.31.0.390650945978.issue22153@psf.upfronthosting.co.za> Changes by Robert Collins : ---------- title: There is no standard TestCase.runTest implementation -> Documentation of TestCase.runTest is incorrect and confusing _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 20:16:09 2014 From: report at bugs.python.org (Marc-Andre Lemburg) Date: Wed, 29 Oct 2014 19:16:09 +0000 Subject: [issue21081] missing vietnamese codec TCVN 5712:1993 in Python In-Reply-To: <1395970721.88.0.828263715521.issue21081@psf.upfronthosting.co.za> Message-ID: <1414610169.17.0.67263776489.issue21081@psf.upfronthosting.co.za> Marc-Andre Lemburg added the comment: Jean Christophe: Please have a look at the patch for ticket http://bugs.python.org/issue22681 as example of the doc patch. Thanks. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 20:23:15 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 29 Oct 2014 19:23:15 +0000 Subject: [issue22756] testAssertEqualSingleLine gives poor errors In-Reply-To: <1414549497.69.0.925079174873.issue22756@psf.upfronthosting.co.za> Message-ID: <20141029192256.122192.3188@psf.io> Roundup Robot added the comment: New changeset 2f17d71ec53f by Robert Collins in branch 'default': Close #22756: Improve the test output for some assertEqual tests. https://hg.python.org/cpython/rev/2f17d71ec53f ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 20:29:09 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 29 Oct 2014 19:29:09 +0000 Subject: [issue7559] TestLoader.loadTestsFromName swallows import errors In-Reply-To: <1261429637.28.0.131724711132.issue7559@psf.upfronthosting.co.za> Message-ID: <20141029192852.12787.37832@psf.io> Roundup Robot added the comment: New changeset 708b2e656c1d by Robert Collins in branch 'default': Close #7559: ImportError when loading a test now shown as ImportError. https://hg.python.org/cpython/rev/708b2e656c1d ---------- nosy: +python-dev resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 20:31:59 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 29 Oct 2014 19:31:59 +0000 Subject: [issue21081] missing vietnamese codec TCVN 5712:1993 in Python In-Reply-To: <1395970721.88.0.828263715521.issue21081@psf.upfronthosting.co.za> Message-ID: <1414611119.02.0.471590132744.issue21081@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Or issue22682. Needed: * The codec itself (in Lib/encodings/ directory). * Entries in aliases table (Lib/encodings/aliases.py). * A row in encodings table (Doc/library/codecs.rst). * An entry in What's New (Doc/whatsnew/3.5.rst). * May be addition in encodings table in Lib/locale.py. May be regenerate aliases table. * An entry in all encodings list (Lib/test/test_codecs.py) and mentions in some other tests (Lib/test/test_unicode.py, Lib/test/test_xml_etree.py). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 20:49:46 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 29 Oct 2014 19:49:46 +0000 Subject: [issue11957] re.sub confusion between count and flags args In-Reply-To: <1304101630.86.0.175815070517.issue11957@psf.upfronthosting.co.za> Message-ID: <1414612186.62.0.121451653103.issue11957@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Thank you for your patch Valentina. But it makes flags combinations not pickleable. >>> import re, pickle >>> pickle.dumps(re.I|re.S, 3) Traceback (most recent call last): File "", line 1, in _pickle.PicklingError: Can't pickle : attribute lookup SubFlag on sre_constants failed >>> pickle.dumps(re.I|re.S, 4) Traceback (most recent call last): File "", line 1, in _pickle.PicklingError: Can't pickle : attribute lookup BaseFlags.__or__..SubFlag on sre_constants failed And I'm afraid that creating new class in the "|" operator can affect performance. ---------- versions: +Python 3.5 -Python 2.7, Python 3.3, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 20:53:12 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 29 Oct 2014 19:53:12 +0000 Subject: [issue11957] re.sub confusion between count and flags args In-Reply-To: <1304101630.86.0.175815070517.issue11957@psf.upfronthosting.co.za> Message-ID: <1414612392.49.0.338846045966.issue11957@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: As for 767fd62b59a9, I doubt that changing positional arguments to keyword argumennts in tests is justified. This can hide a bug. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 20:57:12 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 29 Oct 2014 19:57:12 +0000 Subject: [issue11957] re.sub confusion between count and flags args In-Reply-To: <1304101630.86.0.175815070517.issue11957@psf.upfronthosting.co.za> Message-ID: <1414612632.91.0.845767718244.issue11957@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: And again about patch_11957. I afraid that testing isinstance(count, sre_constants.BaseFlags) on every re.sub() call will hit performance too. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 21:05:42 2014 From: report at bugs.python.org (David Bolen) Date: Wed, 29 Oct 2014 20:05:42 +0000 Subject: [issue18382] multiprocessing's overlapped PipeConnection issues on Windows 8 In-Reply-To: <1373114737.55.0.0779572840335.issue18382@psf.upfronthosting.co.za> Message-ID: <1414613142.16.0.460145264126.issue18382@psf.upfronthosting.co.za> David Bolen added the comment: I've just brought a Windows 8 buildbot online (bolen-windows8) and can confirm that this test does fail in the 3.4 and 3.x branches, and that it does so consistently even if I execute the steps interactively. ---------- nosy: +db3l _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 21:08:15 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 29 Oct 2014 20:08:15 +0000 Subject: [issue18382] multiprocessing's overlapped PipeConnection issues on Windows 8 In-Reply-To: <1373114737.55.0.0779572840335.issue18382@psf.upfronthosting.co.za> Message-ID: <1414613295.87.0.245765342371.issue18382@psf.upfronthosting.co.za> Antoine Pitrou added the comment: FTR, the buildbot URL: http://buildbot.python.org/all/buildslaves/bolen-windows8 ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 21:08:22 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 29 Oct 2014 20:08:22 +0000 Subject: [issue18382] multiprocessing's overlapped PipeConnection issues on Windows 8 In-Reply-To: <1373114737.55.0.0779572840335.issue18382@psf.upfronthosting.co.za> Message-ID: <1414613302.92.0.929983763183.issue18382@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- stage: -> needs patch versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 21:09:47 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 29 Oct 2014 20:09:47 +0000 Subject: [issue8876] distutils should not assume that hardlinks will work In-Reply-To: <1275485916.86.0.44676570948.issue8876@psf.upfronthosting.co.za> Message-ID: <1414613387.43.0.279847312834.issue8876@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- assignee: eric.araujo -> stage: patch review -> test needed versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 21:19:28 2014 From: report at bugs.python.org (Tim Graham) Date: Wed, 29 Oct 2014 20:19:28 +0000 Subject: [issue22758] Regression in Python 3.2 cookie parsing In-Reply-To: <1414577677.93.0.364604019199.issue22758@psf.upfronthosting.co.za> Message-ID: <1414613968.69.0.250979041696.issue22758@psf.upfronthosting.co.za> Tim Graham added the comment: Thank-you Georg; I believe I was able to fix some of the failures by patching Django as you suggested. However, I think I found another issue due to #16611 (support for httponly/secure cookies) not being backported to Python 3.2. The issue is that any cookies that appear after one that uses httponly or secure are dropped: >>> from http.cookies import SimpleCookie >>> c = SimpleCookie() >>> c['a'] = 'b' >>> c['a']['httponly'] = True >>> c['d'] = 'e' >>> out = c.output(header='', sep='; ') >>> SimpleCookie(out) Here's another example using the 'domain' option to show the same flow from above working as expected: >>> c = SimpleCookie() >>> c['a'] = 'b' >>> c['a']['domain'] = 'foo.com' >>> c['d'] = 'e' >>> out = c.output(header='', sep='; ') >>> SimpleCookie(out) It seems to me this may warrant backporting httponly/secure support to Python 3.2 now that cookie parsing is more strict (unless Django is again relying on incorrect behavior). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 21:25:28 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 29 Oct 2014 20:25:28 +0000 Subject: [issue8876] distutils should not assume that hardlinks will work In-Reply-To: <1275485916.86.0.44676570948.issue8876@psf.upfronthosting.co.za> Message-ID: <1414614328.54.0.290242356166.issue8876@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Updated patch with tests. ---------- stage: test needed -> patch review Added file: http://bugs.python.org/file37069/copy_file_link_fail.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 21:47:06 2014 From: report at bugs.python.org (Georg Brandl) Date: Wed, 29 Oct 2014 20:47:06 +0000 Subject: [issue22758] Regression in Python 3.2 cookie parsing In-Reply-To: <1414577677.93.0.364604019199.issue22758@psf.upfronthosting.co.za> Message-ID: <1414615626.59.0.392728019913.issue22758@psf.upfronthosting.co.za> Georg Brandl added the comment: Thanks, this is indeed a regression. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 21:53:40 2014 From: report at bugs.python.org (Roundup Robot) Date: Wed, 29 Oct 2014 20:53:40 +0000 Subject: [issue22217] Reprs for zipfile classes In-Reply-To: <1408295143.26.0.466080487063.issue22217@psf.upfronthosting.co.za> Message-ID: <20141029205328.83840.22120@psf.io> Roundup Robot added the comment: New changeset 82fd95c2851b by Serhiy Storchaka in branch 'default': Issue #22217: Implemented reprs of classes in the zipfile module. https://hg.python.org/cpython/rev/82fd95c2851b ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 22:01:42 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Wed, 29 Oct 2014 21:01:42 +0000 Subject: [issue22217] Reprs for zipfile classes In-Reply-To: <1408295143.26.0.466080487063.issue22217@psf.upfronthosting.co.za> Message-ID: <1414616502.52.0.342343696033.issue22217@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Thank you Berker and Ezio for your reviews. ---------- resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 22:19:01 2014 From: report at bugs.python.org (yotamv) Date: Wed, 29 Oct 2014 21:19:01 +0000 Subject: [issue22761] Catching StopIteraion inside list comprehension Message-ID: <1414617541.45.0.218818215506.issue22761@psf.upfronthosting.co.za> New submission from yotamv: Inside a list comprehension expression, if a StopIteration exception is raised, the interpreter assumes the exception was raised by the object Iterated buy the list comprehension expression. For example, this generator will never stop, and will keep returning empty tuples: def izip(*args): iters = [iter(obj) for obj in args] while True: yield tuple(next(it) for it in iters) x = izip([1,2],[3,4]) print(next(x)) #(1,3) print(next(x)) #(2,4) print(next(x)) #() ---------- components: Interpreter Core messages: 230246 nosy: tomirendo priority: normal severity: normal status: open title: Catching StopIteraion inside list comprehension type: behavior versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 22:26:09 2014 From: report at bugs.python.org (Xavier de Gaye) Date: Wed, 29 Oct 2014 21:26:09 +0000 Subject: [issue22762] PyObject_Call called with an exception set while displaying a traceback Message-ID: <1414617969.36.0.329952012393.issue22762@psf.upfronthosting.co.za> New submission from Xavier de Gaye: To reproduce the crash run the following two-lines script and, at the fisrt (Pdb) prompt, remove the last line of this script (and the following empty lines if any): import pdb; pdb.set_trace() x = 1 then issue the 'quit' pdb command. This will cause an assert: python: Objects/abstract.c:2079: PyObject_Call: Assertion `!PyErr_Occurred()' failed. Aborted (core dumped) A patch is attached. ---------- components: Interpreter Core files: traceback.patch keywords: patch messages: 230247 nosy: xdegaye priority: normal severity: normal status: open title: PyObject_Call called with an exception set while displaying a traceback type: crash versions: Python 3.5 Added file: http://bugs.python.org/file37070/traceback.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 22:27:46 2014 From: report at bugs.python.org (yotamv) Date: Wed, 29 Oct 2014 21:27:46 +0000 Subject: [issue22761] Catching StopIteraion inside list comprehension In-Reply-To: <1414617541.45.0.218818215506.issue22761@psf.upfronthosting.co.za> Message-ID: <1414618066.52.0.215624025495.issue22761@psf.upfronthosting.co.za> yotamv added the comment: Inside a list comprehension expression, if a StopIteration exception is raised, the interpreter assumes the exception was raised by the object Iterated by the list comprehension expression. For example, this generator will never stop, and will keep returning empty tuples: def izip(*args): iters = [iter(obj) for obj in args] while True: yield tuple(next(it) for it in iters) x = izip([1,2],[3,4]) print(next(x)) #(1,3) print(next(x)) #(2,4) print(next(x)) #() ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 22:29:33 2014 From: report at bugs.python.org (Xavier de Gaye) Date: Wed, 29 Oct 2014 21:29:33 +0000 Subject: [issue22762] PyObject_Call called with an exception set while displaying a traceback In-Reply-To: <1414617969.36.0.329952012393.issue22762@psf.upfronthosting.co.za> Message-ID: <1414618173.91.0.729815327621.issue22762@psf.upfronthosting.co.za> Xavier de Gaye added the comment: Looks similar to the problem fixed at changeset 298d98486794 by Victor Stinner. ---------- nosy: +haypo _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 23:15:24 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 29 Oct 2014 22:15:24 +0000 Subject: [issue8876] distutils should not assume that hardlinks will work In-Reply-To: <1275485916.86.0.44676570948.issue8876@psf.upfronthosting.co.za> Message-ID: <1414620924.71.0.549391767829.issue8876@psf.upfronthosting.co.za> Antoine Pitrou added the comment: For the record, the only place where distutils seems to use hard-linking is distutils.command.sdist. The fallback on copying is safe there, since it's done manually if os.link doesn't exist. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Wed Oct 29 23:17:26 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Wed, 29 Oct 2014 22:17:26 +0000 Subject: [issue17717] Set up nasm from external.bat In-Reply-To: <1365870872.82.0.912332979443.issue17717@psf.upfronthosting.co.za> Message-ID: <1414621046.59.0.948406910404.issue17717@psf.upfronthosting.co.za> Antoine Pitrou added the comment: NASM seems BSD-licensed, so it shouldn't be a legal problem. ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 04:02:52 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Thu, 30 Oct 2014 03:02:52 +0000 Subject: [issue17896] Move Windows external libs from \..\ to \externals In-Reply-To: <1367601506.45.0.508953342953.issue17896@psf.upfronthosting.co.za> Message-ID: <1414638172.21.0.730037262759.issue17896@psf.upfronthosting.co.za> Terry J. Reedy added the comment: After seeing your new diagram and glancing at the patch, we are pretty much in agreement. I would like to see this change so I can delete the extra layer of directories. I will try to do a review and test tomorrow. I will also check the devguide to see if I think it needs revising too. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 04:13:07 2014 From: report at bugs.python.org (Robert Collins) Date: Thu, 30 Oct 2014 03:13:07 +0000 Subject: [issue22763] load_tests chaining into discover from non-discover entry point gets top_level_dir wrong Message-ID: <1414638787.38.0.74873076868.issue22763@psf.upfronthosting.co.za> New submission from Robert Collins: The following trivial chain-into-discover load_tests: def load_tests(loader, tests, pattern): import os.path # top level directory cached on loader instance this_dir = os.path.dirname(__file__) return loader.discover(start_dir=this_dir, pattern=pattern) Will work fine when that module was loaded by discover in the first place, but if the entry point was e.g. loader.loadTestsFromModule then it will fail because _top_level_dir starts None and is, if not supplied, inferred from start_dir. One possible way to improve this would be to check for start_dir being a child of rather than just an exact match of, the elements of sys.path. This isn't complete of course, because individual packages can have their own path. And we also compare with top_level_dir to assess importability - but perhaps we can deprecate/ get rid of the top_level_dir concept entirely - it only has two functional uses: a) making it possible to import things when the path to be discovered isn't on sys.path yet, which could be done by the unittest front end, leaving the core API less complicated, and b) to map from paths back to modules which is complicated by the need to handle namespaces and other packages with multiple directories providing modules. (Because load_tests can chain into other directories that aren't under top_level_dir this same bug can show up in the inverse situation). Another possibility would be to make a new api 'discover from a package' and split discover's internals into 'find packages' and then a chain call to this new api. I'm in favour of this latter approach because I think it will have less compromises and work better. It might also make it easier for us in fixing the rather ugly thing at the moment where discover('foo.bar') adds foo.bar to sys.path before figuring out that its a module dotted path, not a filesystem path. ---------- messages: 230253 nosy: rbcollins priority: normal severity: normal status: open title: load_tests chaining into discover from non-discover entry point gets top_level_dir wrong _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 04:14:47 2014 From: report at bugs.python.org (Robert Collins) Date: Thu, 30 Oct 2014 03:14:47 +0000 Subject: [issue22457] load_tests not invoked in root __init__.py when start=package root In-Reply-To: <1411357674.43.0.0204872118136.issue22457@psf.upfronthosting.co.za> Message-ID: <1414638887.64.0.700535766148.issue22457@psf.upfronthosting.co.za> Robert Collins added the comment: Updated patch, after other recent conflicting changes. ---------- Added file: http://bugs.python.org/file37071/issue22457.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 04:19:57 2014 From: report at bugs.python.org (Robert Collins) Date: Thu, 30 Oct 2014 03:19:57 +0000 Subject: [issue22457] load_tests not invoked in root __init__.py when start=package root In-Reply-To: <1411357674.43.0.0204872118136.issue22457@psf.upfronthosting.co.za> Message-ID: <1414639197.52.0.723554604762.issue22457@psf.upfronthosting.co.za> Changes by Robert Collins : ---------- type: -> behavior versions: +Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 07:27:45 2014 From: report at bugs.python.org (Tshepang Lekhonkhobe) Date: Thu, 30 Oct 2014 06:27:45 +0000 Subject: [issue11874] argparse assertion failure with brackets in metavars In-Reply-To: <1303201252.58.0.236363581255.issue11874@psf.upfronthosting.co.za> Message-ID: <1414650465.26.0.669976258532.issue11874@psf.upfronthosting.co.za> Changes by Tshepang Lekhonkhobe : ---------- nosy: -tshepang _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 10:19:10 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 30 Oct 2014 09:19:10 +0000 Subject: [issue22762] PyObject_Call called with an exception set while displaying a traceback In-Reply-To: <1414617969.36.0.329952012393.issue22762@psf.upfronthosting.co.za> Message-ID: <20141030091844.111504.16307@psf.io> Roundup Robot added the comment: New changeset 9dddc95ef31e by Victor Stinner in branch '3.4': Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if https://hg.python.org/cpython/rev/9dddc95ef31e New changeset f4f5b942e5e0 by Victor Stinner in branch 'default': (Merge 3.4) Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if https://hg.python.org/cpython/rev/f4f5b942e5e0 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 10:21:27 2014 From: report at bugs.python.org (STINNER Victor) Date: Thu, 30 Oct 2014 09:21:27 +0000 Subject: [issue22762] PyObject_Call called with an exception set while displaying a traceback In-Reply-To: <1414617969.36.0.329952012393.issue22762@psf.upfronthosting.co.za> Message-ID: <1414660887.43.0.656393981951.issue22762@psf.upfronthosting.co.za> STINNER Victor added the comment: Thanks for the report and the patch. It was not easy to reproduce the issue, but I reproduced the assertion error. I'm not sure that it's useful to add an unit test. ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 10:38:19 2014 From: report at bugs.python.org (Phil Elson) Date: Thu, 30 Oct 2014 09:38:19 +0000 Subject: [issue18235] _sysconfigdata.py wrong on AIX installations In-Reply-To: <1371429201.94.0.372851990361.issue18235@psf.upfronthosting.co.za> Message-ID: <1414661899.96.0.921272497865.issue18235@psf.upfronthosting.co.za> Phil Elson added the comment: FWIW - this doesn't appear to have been backported to v2.7.x. As a result, the ./Modules/ld_so_aix reference still exists in _sysconfigdata.py in v2.7.8 (and therefore I was unable to build numpy). The workaround is easy enough, it is just something that is worth noting. ---------- nosy: +pelson _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 10:57:45 2014 From: report at bugs.python.org (Robert Collins) Date: Thu, 30 Oct 2014 09:57:45 +0000 Subject: [issue22764] object lifetime fragility in unittest tests Message-ID: <1414663065.15.0.782385301612.issue22764@psf.upfronthosting.co.za> New submission from Robert Collins: test_assertRaises_frames_survival (unittest2.test.test_assertions.Test_Assertions Depends on refcount behaviour to pass - adding a gc.collect() before the weakref checks is sufficient to fix things on pypy. test_no_exception_leak (unittest2.test.test_case.Test_TestCase similarly here adding a juidicious gc.collect solves the issue. ---------- messages: 230258 nosy: rbcollins priority: normal severity: normal status: open title: object lifetime fragility in unittest tests versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 11:03:44 2014 From: report at bugs.python.org (Robert Collins) Date: Thu, 30 Oct 2014 10:03:44 +0000 Subject: [issue22764] object lifetime fragility in unittest tests In-Reply-To: <1414663065.15.0.782385301612.issue22764@psf.upfronthosting.co.za> Message-ID: <1414663424.71.0.3942103787.issue22764@psf.upfronthosting.co.za> Robert Collins added the comment: Herewith a patch. Applied to unittest2 for backport to unbreak its tests on pypy. ---------- keywords: +patch Added file: http://bugs.python.org/file37072/issue22764.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 11:03:56 2014 From: report at bugs.python.org (Robert Collins) Date: Thu, 30 Oct 2014 10:03:56 +0000 Subject: [issue22764] object lifetime fragility in unittest tests In-Reply-To: <1414663065.15.0.782385301612.issue22764@psf.upfronthosting.co.za> Message-ID: <1414663436.95.0.0690240197851.issue22764@psf.upfronthosting.co.za> Changes by Robert Collins : ---------- type: -> behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 11:40:24 2014 From: report at bugs.python.org (Eldar Abusalimov) Date: Thu, 30 Oct 2014 10:40:24 +0000 Subject: [issue20440] Use Py_REPLACE/Py_XREPLACE macros In-Reply-To: <1391019258.76.0.341506038923.issue20440@psf.upfronthosting.co.za> Message-ID: <1414665624.0.0.596159387988.issue20440@psf.upfronthosting.co.za> Changes by Eldar Abusalimov : ---------- nosy: +abusalimov _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 11:55:37 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 30 Oct 2014 10:55:37 +0000 Subject: [issue22764] object lifetime fragility in unittest tests In-Reply-To: <1414663065.15.0.782385301612.issue22764@psf.upfronthosting.co.za> Message-ID: <1414666537.03.0.450438239146.issue22764@psf.upfronthosting.co.za> Antoine Pitrou added the comment: I think the change in test_assertions is wrong: it doesn't test what the change was meant to fix in the first place. ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 11:57:52 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 30 Oct 2014 10:57:52 +0000 Subject: [issue22764] object lifetime fragility in unittest tests In-Reply-To: <1414663065.15.0.782385301612.issue22764@psf.upfronthosting.co.za> Message-ID: <1414666672.59.0.866071942668.issue22764@psf.upfronthosting.co.za> Antoine Pitrou added the comment: You could instead mark the test as cpython-specific. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 12:00:11 2014 From: report at bugs.python.org (Robert Collins) Date: Thu, 30 Oct 2014 11:00:11 +0000 Subject: [issue22764] object lifetime fragility in unittest tests In-Reply-To: <1414663065.15.0.782385301612.issue22764@psf.upfronthosting.co.za> Message-ID: <1414666811.01.0.92439665388.issue22764@psf.upfronthosting.co.za> Robert Collins added the comment: Hmm? I must have misunderstood the test. Here's my understanding: the test is testing that a an object ref only held in the traceback object of the exception is cleaned up such that it can be collected. In a refcount system that collection is immediate, in a gc world its after the next gc run. Ah, perhaps the test was flawed to start with, since no effort is made in it to capture the error and then process it. If we pass a result in, the traceback will have a ref and gc.collect() can't possibly be discarding the entire structure. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 12:03:37 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 30 Oct 2014 11:03:37 +0000 Subject: [issue22764] object lifetime fragility in unittest tests In-Reply-To: <1414663065.15.0.782385301612.issue22764@psf.upfronthosting.co.za> Message-ID: <1414667017.12.0.201672938173.issue22764@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > Here's my understanding: the test is testing that a an object ref only held in the traceback object of the exception is cleaned up such that it can be collected The best way to check would be to revert the case.py changes in 6ab3193e890e. My intuition is that the test would then fail, but succeed with your changes. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 12:04:52 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 30 Oct 2014 11:04:52 +0000 Subject: [issue22764] object lifetime fragility in unittest tests In-Reply-To: <1414666811.01.0.92439665388.issue22764@psf.upfronthosting.co.za> Message-ID: <54521B51.8010200@free.fr> Antoine Pitrou added the comment: Le 30/10/2014 12:00, Robert Collins a ?crit : > > Ah, perhaps the test was flawed to start with, since no effort is > made in it to capture the error and then process it. If we pass a result in, the traceback will have a ref and gc.collect() can't possibly be discarding the entire structure. Yes, that would be another way to fix it, probably. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 12:51:46 2014 From: report at bugs.python.org (Bohuslav "Slavek" Kabrda) Date: Thu, 30 Oct 2014 11:51:46 +0000 Subject: [issue22765] Fixes for test_gdb (first frame address, entry values) Message-ID: <1414669906.53.0.952011236022.issue22765@psf.upfronthosting.co.za> New submission from Bohuslav "Slavek" Kabrda: The attached patch fixes two test_gdb problems that can occur under some circumstances: - With new GDB (I think version >= 7.4.0, but I'm not sure about the precise version), GDB sometimes prints "entry-values" for variables, which can lead to failures like: "AssertionError: 'v at entry=()' != '()'". The cure for that is using "set print entry-values no" in GDB. I think this is also the root cause of issue 17126. - While building on ppc64 little endian for Fedora, we experienced GDB printing program counter for the first frame, which breaks regular expressions matching in tests, e.g. instead of #0 in PyObject_Print the lines can look like #0 0x00003fffb7dd1798 in PyObject_Print I've talked to Fedora's GDB maintainer and I've been told that this can happen and it's not a GDB bug - GDB does not guarantee this. Therefore the second part of the attached patch turns printing program counters for *all* frames using "set print address off" to achieve same GDB output everywhere. ---------- components: Tests files: test_gdb-ppc64le-and-entry-values-fix.patch keywords: patch messages: 230265 nosy: bkabrda priority: normal severity: normal status: open title: Fixes for test_gdb (first frame address, entry values) versions: Python 2.7, Python 3.5 Added file: http://bugs.python.org/file37073/test_gdb-ppc64le-and-entry-values-fix.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 13:42:22 2014 From: report at bugs.python.org (Amaury Forgeot d'Arc) Date: Thu, 30 Oct 2014 12:42:22 +0000 Subject: [issue22682] Add support of KZ1048 (RK1048) encoding In-Reply-To: <1413836476.72.0.167337994722.issue22682@psf.upfronthosting.co.za> Message-ID: <1414672942.64.0.89473063838.issue22682@psf.upfronthosting.co.za> Amaury Forgeot d'Arc added the comment: Looks good to me. I checked that there are only 16 differences between cp1251 and kz1048, and that the two standards define the same mapping. ---------- nosy: +amaury.forgeotdarc _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 14:01:41 2014 From: report at bugs.python.org (Claudiu Popa) Date: Thu, 30 Oct 2014 13:01:41 +0000 Subject: [issue22141] rlcompleter.Completer matches too much In-Reply-To: <1407254399.39.0.799670201718.issue22141@psf.upfronthosting.co.za> Message-ID: <1414674101.72.0.598934556415.issue22141@psf.upfronthosting.co.za> Claudiu Popa added the comment: Looks good to me. You might want to sign the contributor agreement: https://www.python.org/psf/contrib/contrib-form/. This is required for non-trivial contributions. You'll get a * next to your name after signing it. ---------- stage: patch review -> commit review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 14:02:38 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 30 Oct 2014 13:02:38 +0000 Subject: [issue22763] load_tests chaining into discover from non-discover entry point gets top_level_dir wrong In-Reply-To: <1414638787.38.0.74873076868.issue22763@psf.upfronthosting.co.za> Message-ID: <1414674158.18.0.437889810604.issue22763@psf.upfronthosting.co.za> R. David Murray added the comment: +1 on the refactoring. I think it makes more conceptual sense. ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 14:03:38 2014 From: report at bugs.python.org (Claudiu Popa) Date: Thu, 30 Oct 2014 13:03:38 +0000 Subject: [issue22143] rlcompleter.Completer has duplicate matches In-Reply-To: <1407255195.5.0.870338576239.issue22143@psf.upfronthosting.co.za> Message-ID: <1414674218.92.0.157774719925.issue22143@psf.upfronthosting.co.za> Claudiu Popa added the comment: I don't know why there's no review link for your patch. Anyway.. + self.assertTrue(c.complete("A.foo", 0) in ['A.foo(', 'A.foobar(']) + self.assertTrue(c.complete("A.foo", 1) in ['A.foo(', 'A.foobar(']) You can use self.assertIn for these. + self.assertEqual(c.complete("b.foo", 1), None) self.assertIsNone. Otherwise, the patch looks good to me. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 14:34:32 2014 From: report at bugs.python.org (Lorenz Quack) Date: Thu, 30 Oct 2014 13:34:32 +0000 Subject: [issue22143] rlcompleter.Completer has duplicate matches In-Reply-To: <1407255195.5.0.870338576239.issue22143@psf.upfronthosting.co.za> Message-ID: <1414676072.7.0.808488962599.issue22143@psf.upfronthosting.co.za> Lorenz Quack added the comment: Thanks for reviewing! test now use assertIn and assertIsNone as suggested PS: My Contributors Agreement is in progress. Just emailed the PSF with some question (but I intend to sign it) ---------- Added file: http://bugs.python.org/file37074/rlcompleter_22143.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 16:06:37 2014 From: report at bugs.python.org (Joshua Chin) Date: Thu, 30 Oct 2014 15:06:37 +0000 Subject: [issue22766] collections.Counter's in-place operators should return NotImplemented for unsupported types Message-ID: <1414681597.28.0.694367413403.issue22766@psf.upfronthosting.co.za> New submission from Joshua Chin: Currently, in-place operations on 'collections.Counter' with unsupported types raises an 'AttributeError'. Example: >>> import collections >>> counter = collections.Counter() >>> counter += 1 Traceback (most recent call last): File "", line 1, in File "/usr/local/Cellar/python3/3.4.2_1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/collections/__init__.py", line 709, in __iadd__ for elem, count in other.items(): AttributeError: 'int' object has no attribute 'items' Instead, it should return 'NotImplemented' if 'other' is not a 'collections.Counter' ---------- components: Library (Lib) files: counter.patch keywords: patch messages: 230271 nosy: Joshua.Chin priority: normal severity: normal status: open title: collections.Counter's in-place operators should return NotImplemented for unsupported types type: behavior versions: Python 3.4 Added file: http://bugs.python.org/file37075/counter.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 16:15:59 2014 From: report at bugs.python.org (Ethan Furman) Date: Thu, 30 Oct 2014 15:15:59 +0000 Subject: [issue22766] collections.Counter's in-place operators should return NotImplemented for unsupported types In-Reply-To: <1414681597.28.0.694367413403.issue22766@psf.upfronthosting.co.za> Message-ID: <1414682159.04.0.893338848874.issue22766@psf.upfronthosting.co.za> Changes by Ethan Furman : ---------- assignee: -> rhettinger nosy: +ethan.furman, rhettinger _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 16:25:02 2014 From: report at bugs.python.org (Ethan Furman) Date: Thu, 30 Oct 2014 15:25:02 +0000 Subject: [issue22766] collections.Counter's in-place operators should return NotImplemented for unsupported types In-Reply-To: <1414681597.28.0.694367413403.issue22766@psf.upfronthosting.co.za> Message-ID: <1414682702.15.0.0879316590775.issue22766@psf.upfronthosting.co.za> Changes by Ethan Furman : ---------- versions: +Python 2.7, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 16:56:30 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 30 Oct 2014 15:56:30 +0000 Subject: [issue22766] collections.Counter's in-place operators should return NotImplemented for unsupported types In-Reply-To: <1414681597.28.0.694367413403.issue22766@psf.upfronthosting.co.za> Message-ID: <1414684590.21.0.36592781581.issue22766@psf.upfronthosting.co.za> R. David Murray added the comment: That would prevent it from working with "work alike" (duck type) classes, though. ---------- nosy: +r.david.murray _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 17:00:26 2014 From: report at bugs.python.org (Ethan Furman) Date: Thu, 30 Oct 2014 16:00:26 +0000 Subject: [issue22766] collections.Counter's in-place operators should return NotImplemented for unsupported types In-Reply-To: <1414681597.28.0.694367413403.issue22766@psf.upfronthosting.co.za> Message-ID: <1414684826.78.0.0433343298585.issue22766@psf.upfronthosting.co.za> Ethan Furman added the comment: As I noted in my review, the docstring specifically says "other Counter". If we want to relax that we could check for an 'items' attribute and 'return NotImplemented' if it isn't there, but one or the other should definitely happen. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 17:35:50 2014 From: report at bugs.python.org (Tom Christie) Date: Thu, 30 Oct 2014 16:35:50 +0000 Subject: [issue22767] `separators` argument to json.dumps() behaves unexpectedly across 2.x vs 3.x Message-ID: <1414686950.25.0.801159105863.issue22767@psf.upfronthosting.co.za> New submission from Tom Christie: This is one of those behavioural issues that is a borderline bug. The seperators argument to `json.dumps()` behaves differently across python 2 and 3. * In python 2 it should be provided as a bytestring, and can cause a UnicodeDecodeError otherwise. * In python 3 it should be provided as unicode,and can cause a TypeError otherwise. Examples: Python 2.7.2 >>> print json.dumps({'snowman': '?'}, separators=(':', ','), ensure_ascii=False) {"snowman","?"} >>> print json.dumps({'snowman': '?'}, separators=(u':', u','), ensure_ascii=False) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1: ordinal not in range(128) And: Python 3.4.0 >>> print(json.dumps({'snowman': '?'}, separators=(':', ','), ensure_ascii=False)) {"snowman","?"} >>> print(json.dumps({'snowman': '?'}, separators=(b':', b','), ensure_ascii=False)) <...> TypeError: sequence item 2: expected str instance, bytes found Technically this isn't out of line with the documentation - in both cases it uses `separators=(':', ',')` which is indeed the correct type in both v2 and v3. However it's unexpected behaviour that it changes types between versions, without being called out. Working on a codebase with `from __future__ import unicode_literals` this is particularly unexpected because we get a `UnicodeDecodeError` when running code that otherwise looks correct. It's also slightly awkward to fix because it's a bit of a weird branch condition. The fix would probably be to forcibly coerce it to the correct type regardless of if it is supplied as unicode or a bytestring, or at least to do so for python 2.7. Possibly related to http://bugs.python.org/issue22701 but wasn't able to understand if that ticket was in fact a different user error. ---------- messages: 230274 nosy: Tom.Christie priority: normal severity: normal status: open title: `separators` argument to json.dumps() behaves unexpectedly across 2.x vs 3.x type: behavior versions: Python 2.7, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 18:32:40 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 30 Oct 2014 17:32:40 +0000 Subject: [issue22767] `separators` argument to json.dumps() behaves unexpectedly across 2.x vs 3.x In-Reply-To: <1414686950.25.0.801159105863.issue22767@psf.upfronthosting.co.za> Message-ID: <1414690360.25.0.695240237634.issue22767@psf.upfronthosting.co.za> Georg Brandl added the comment: IMO the snowman should be a Unicode string in the second example for Python 2.7. ---------- nosy: +georg.brandl _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 18:33:16 2014 From: report at bugs.python.org (Georg Brandl) Date: Thu, 30 Oct 2014 17:33:16 +0000 Subject: [issue22767] `separators` argument to json.dumps() behaves unexpectedly across 2.x vs 3.x In-Reply-To: <1414686950.25.0.801159105863.issue22767@psf.upfronthosting.co.za> Message-ID: <1414690396.35.0.264091192492.issue22767@psf.upfronthosting.co.za> Georg Brandl added the comment: > in the second example or even, in both examples. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 18:50:23 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 30 Oct 2014 17:50:23 +0000 Subject: [issue22766] collections.Counter's in-place operators should return NotImplemented for unsupported types In-Reply-To: <1414681597.28.0.694367413403.issue22766@psf.upfronthosting.co.za> Message-ID: <1414691423.06.0.116795201411.issue22766@psf.upfronthosting.co.za> R. David Murray added the comment: 'counter' in the docstrings is in lower case, so that says nothing dispositive. However, __add__ does an ininstance check, so it is hard to see why __iadd__ does not. Personally I'd drop the isinstance checks and let the errors bubble up as they may. Why should subtract explicitly support other data types, but not __sub__/__isub__? But Raymond's opinion should hold the most weight here. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 19:00:49 2014 From: report at bugs.python.org (Ethan Furman) Date: Thu, 30 Oct 2014 18:00:49 +0000 Subject: [issue22766] collections.Counter's in-place operators should return NotImplemented for unsupported types In-Reply-To: <1414681597.28.0.694367413403.issue22766@psf.upfronthosting.co.za> Message-ID: <1414692049.49.0.718328518303.issue22766@psf.upfronthosting.co.za> Ethan Furman added the comment: Indeed -- we mostly discuss with each other to try and sway his opinion. :) stdlib types should not let every error bubble up. Consider a dict: ---------------------------------------------------------------- --> d = {} --> d += 2 Traceback (most recent call last): File "", line 1, in TypeError: unsupported operand type(s) for +=: 'dict' and 'int' ---------------------------------------------------------------- now look at Counter ---------------------------------------------------------------- --> from collections import Counter --> c = Counter() --> c += 2 Traceback (most recent call last): File "", line 1, in File "/home/ethan/source/python/cpython/Lib/collections/__init__.py", line 709, in __iadd__ for elem, count in other.items(): AttributeError: 'int' object has no attribute 'items' ---------------------------------------------------------------- Counter is not user-friendly in this case. There are other areas of Counter that accept arbitrary mappings, so I would be fine the __ixxx__ methods also accepting arbitrary mappings, but if the thing passed in *will not* work with Counter, then returning NotImplemented is the appropriate course of action. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 19:03:49 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 30 Oct 2014 18:03:49 +0000 Subject: [issue22767] `separators` argument to json.dumps() behaves unexpectedly across 2.x vs 3.x In-Reply-To: <1414686950.25.0.801159105863.issue22767@psf.upfronthosting.co.za> Message-ID: <1414692229.76.0.486008955106.issue22767@psf.upfronthosting.co.za> R. David Murray added the comment: And that works, including with the future import. I don't remember if this is a bug we've fixed since 2.7.2, but I don't think so. In Python3, json explicitly does not support bytes. ---------- nosy: +r.david.murray resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 19:04:49 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 30 Oct 2014 18:04:49 +0000 Subject: [issue22766] collections.Counter's in-place operators should return NotImplemented for unsupported types In-Reply-To: <1414681597.28.0.694367413403.issue22766@psf.upfronthosting.co.za> Message-ID: <1414692289.96.0.340475828857.issue22766@psf.upfronthosting.co.za> Antoine Pitrou added the comment: I also think returning NotImplemented would be the right thing here. ---------- nosy: +pitrou type: behavior -> enhancement versions: -Python 2.7, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 19:18:56 2014 From: report at bugs.python.org (Mathieu Pasquet) Date: Thu, 30 Oct 2014 18:18:56 +0000 Subject: [issue22768] Add a way to get the peer certificate of a SSL Transport Message-ID: <1414693136.26.0.003644122895.issue22768@psf.upfronthosting.co.za> New submission from Mathieu Pasquet: Currently, the only workaround is to use transport._sock.getpeercert(True) on the Transport returned by loop.create_connection(), which is not something to be encouraged. It is useful to get such information, for example to perform a manual certificate check against a previously recorded certificate or hash. I attached a trivial patch adding an extra 'peercert_bin' info, but I do not know if this is the right approach, as other issues of feature disparity might arise when more people try to switch to asyncio. Exposing a proxy SSLSocket object for read-only functions might be more beneficial. ---------- components: asyncio files: peercert_bin.patch keywords: patch messages: 230281 nosy: gvanrossum, haypo, mathieui, yselivanov priority: normal severity: normal status: open title: Add a way to get the peer certificate of a SSL Transport type: enhancement versions: Python 3.4 Added file: http://bugs.python.org/file37076/peercert_bin.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 19:24:34 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 30 Oct 2014 18:24:34 +0000 Subject: [issue22768] Add a way to get the peer certificate of a SSL Transport In-Reply-To: <1414693136.26.0.003644122895.issue22768@psf.upfronthosting.co.za> Message-ID: <1414693474.21.0.254662584659.issue22768@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Thanks for the patch! > other issues of > feature disparity might arise when more people try to switch to asyncio. > Exposing a proxy SSLSocket object for read-only functions might be > more beneficial. I'm not sure that would make a difference. We still have to implement the proxy SSLSocket, which is no easier than adding the extra info by hand. Or did I misunderstand you? ---------- nosy: +pitrou _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 19:39:35 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 30 Oct 2014 18:39:35 +0000 Subject: [issue8876] distutils should not assume that hardlinks will work In-Reply-To: <1275485916.86.0.44676570948.issue8876@psf.upfronthosting.co.za> Message-ID: <20141030183910.8273.46808@psf.io> Roundup Robot added the comment: New changeset d94d8789e924 by Antoine Pitrou in branch '3.4': Issue #8876: distutils now falls back to copying files when hard linking doesn't work. https://hg.python.org/cpython/rev/d94d8789e924 New changeset ce484e0840e3 by Antoine Pitrou in branch 'default': Issue #8876: distutils now falls back to copying files when hard linking doesn't work. https://hg.python.org/cpython/rev/ce484e0840e3 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 19:48:31 2014 From: report at bugs.python.org (Mathieu Pasquet) Date: Thu, 30 Oct 2014 18:48:31 +0000 Subject: [issue22768] Add a way to get the peer certificate of a SSL Transport In-Reply-To: <1414693136.26.0.003644122895.issue22768@psf.upfronthosting.co.za> Message-ID: <1414694911.53.0.838591134906.issue22768@psf.upfronthosting.co.za> Mathieu Pasquet added the comment: >I'm not sure that would make a difference. We still have to implement >the proxy SSLSocket, which is no easier than adding the extra info by >hand. Or did I misunderstand you? The difference would be that exposing methods can be more future-proof, as some methods take parameters (like the offender getpeercert(bool), or get_channel_binding() that takes an element of ssl.CHANNEL_BINDING_TYPES, list that may grow in the future) that need to be covered in the properties. But the API of SSLSocket is stable and small so I don't think it really matters. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 19:48:58 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 30 Oct 2014 18:48:58 +0000 Subject: [issue8876] distutils should not assume that hardlinks will work In-Reply-To: <1275485916.86.0.44676570948.issue8876@psf.upfronthosting.co.za> Message-ID: <20141030184845.107581.29160@psf.io> Roundup Robot added the comment: New changeset 263395345aa7 by Antoine Pitrou in branch '2.7': Issue #8876: distutils now falls back to copying files when hard linking doesn't work. https://hg.python.org/cpython/rev/263395345aa7 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 19:54:39 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 30 Oct 2014 18:54:39 +0000 Subject: [issue8876] distutils should not assume that hardlinks will work In-Reply-To: <1275485916.86.0.44676570948.issue8876@psf.upfronthosting.co.za> Message-ID: <1414695279.42.0.0789940639986.issue8876@psf.upfronthosting.co.za> Antoine Pitrou added the comment: This should now be fixed. Thanks for your patience :) ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 19:56:36 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 30 Oct 2014 18:56:36 +0000 Subject: [issue22768] Add a way to get the peer certificate of a SSL Transport In-Reply-To: <1414693136.26.0.003644122895.issue22768@psf.upfronthosting.co.za> Message-ID: <1414695396.21.0.426025929736.issue22768@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > some methods take parameters (like the offender getpeercert(bool), or > get_channel_binding() that takes an element of > ssl.CHANNEL_BINDING_TYPES, list that may grow in the future) that need > to be covered in the properties That's a good point. I don't have any strong feelings either way. Perhaps other people want to chime in? As for the patch, it will need to add a unit test as well. ---------- stage: -> patch review versions: +Python 3.5 -Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 19:57:38 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 30 Oct 2014 18:57:38 +0000 Subject: [issue22765] Fixes for test_gdb (first frame address, entry values) In-Reply-To: <1414669906.53.0.952011236022.issue22765@psf.upfronthosting.co.za> Message-ID: <1414695458.3.0.96504004839.issue22765@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +dmalcolm _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 20:00:29 2014 From: report at bugs.python.org (Alex Gaynor) Date: Thu, 30 Oct 2014 19:00:29 +0000 Subject: [issue22417] PEP 476: verify HTTPS certificates by default In-Reply-To: <1410784469.95.0.475937020841.issue22417@psf.upfronthosting.co.za> Message-ID: <1414695628.99.0.776962441069.issue22417@psf.upfronthosting.co.za> Alex Gaynor added the comment: Patch now makes more precise assertions about the type of error that's occurring. ---------- Added file: http://bugs.python.org/file37077/issue22417.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 20:12:29 2014 From: report at bugs.python.org (Tom Christie) Date: Thu, 30 Oct 2014 19:12:29 +0000 Subject: [issue22767] `separators` argument to json.dumps() behaves unexpectedly across 2.x vs 3.x In-Reply-To: <1414686950.25.0.801159105863.issue22767@psf.upfronthosting.co.za> Message-ID: <1414696349.16.0.211901602153.issue22767@psf.upfronthosting.co.za> Tom Christie added the comment: Not too fussed if this is addressed or not, but I think this is closed a little prematurely. I don't think there's a problem under Python 3, that's entirely reasonable. However under Python 2, `json.dumps()` will normally handle *either* bytes or unicode transparently for you (just altering the return type accordingly). If you happen to be using unicode separators, then the normally lax behaviour of "either unicode or bytes" that stops being the case. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 20:14:46 2014 From: report at bugs.python.org (=?utf-8?q?=C3=89ric_Araujo?=) Date: Thu, 30 Oct 2014 19:14:46 +0000 Subject: [issue8876] distutils should not assume that hardlinks will work In-Reply-To: <1275485916.86.0.44676570948.issue8876@psf.upfronthosting.co.za> Message-ID: <1414696486.55.0.813240324398.issue8876@psf.upfronthosting.co.za> ?ric Araujo added the comment: Thanks for the patches folks! ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 20:20:18 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 30 Oct 2014 19:20:18 +0000 Subject: [issue22767] `separators` argument to json.dumps() behaves unexpectedly across 2.x vs 3.x In-Reply-To: <1414686950.25.0.801159105863.issue22767@psf.upfronthosting.co.za> Message-ID: <1414696818.19.0.0470866987385.issue22767@psf.upfronthosting.co.za> R. David Murray added the comment: But only if you use non-ascii in the binary input, in which case you get an encoding error, which is a correct error. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 20:25:55 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 30 Oct 2014 19:25:55 +0000 Subject: [issue22759] pathlib: Path.exists broken In-Reply-To: <1414596632.63.0.58764649431.issue22759@psf.upfronthosting.co.za> Message-ID: <1414697155.38.0.645417699699.issue22759@psf.upfronthosting.co.za> Antoine Pitrou added the comment: ENAMETOOLONG: that doesn't mean the file doesn't exist. For example, it could be accessed by changing the current directory and shortening the residual path name. ELOOP: unfortunately it doesn't guarantee that there is a real symlink loop, just that the OS decided to bail out after a certain number of indirections. So in both cases I think we should let the errors bubble up. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 20:30:55 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 30 Oct 2014 19:30:55 +0000 Subject: [issue22759] pathlib: Path.exists broken In-Reply-To: <1414596632.63.0.58764649431.issue22759@psf.upfronthosting.co.za> Message-ID: <1414697455.65.0.244081631138.issue22759@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Here is a patch with tests. ---------- stage: test needed -> patch review Added file: http://bugs.python.org/file37078/path_exists_enotdir.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 20:36:53 2014 From: report at bugs.python.org (Hristo Venev) Date: Thu, 30 Oct 2014 19:36:53 +0000 Subject: [issue22759] pathlib: Path.exists broken In-Reply-To: <1414596632.63.0.58764649431.issue22759@psf.upfronthosting.co.za> Message-ID: <1414697813.11.0.702816577817.issue22759@psf.upfronthosting.co.za> Hristo Venev added the comment: Should I file bugs for is_dir, is_file, is_symlink, is_socket, is_fifo, is_block_device and is_char_device? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 20:37:34 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 30 Oct 2014 19:37:34 +0000 Subject: [issue22759] pathlib: Path.exists broken In-Reply-To: <1414697813.11.0.702816577817.issue22759@psf.upfronthosting.co.za> Message-ID: <5452937C.3080801@free.fr> Antoine Pitrou added the comment: Le 30/10/2014 20:36, Hristo Venev a ?crit : > > Hristo Venev added the comment: > > Should I file bugs for is_dir, is_file, is_symlink, is_socket, is_fifo, is_block_device and is_char_device? Hmm... good catch. No, this issue will do. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 20:38:27 2014 From: report at bugs.python.org (Tom Christie) Date: Thu, 30 Oct 2014 19:38:27 +0000 Subject: [issue22767] `separators` argument to json.dumps() behaves unexpectedly across 2.x vs 3.x In-Reply-To: <1414686950.25.0.801159105863.issue22767@psf.upfronthosting.co.za> Message-ID: <1414697907.24.0.730774901941.issue22767@psf.upfronthosting.co.za> Tom Christie added the comment: > But only if you use non-ascii in the binary input, in which case you get an encoding error, which is a correct error. Kind of, except that this (python 2.7) works just fine: >>> data = {'snowman': '?'} >>> json.dumps(data, ensure_ascii=False) '{"snowman": "\xe2\x98\x83"}' Whereas this raises an exception: >>> json.dumps(data, separators=(u':', u','), ensure_ascii=False) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1: ordinal not in range(128) If it was the same in both cases then I wouldn't consider it a problem. As it is, introducing the `seperators` parameter changes the behaviour. Anyways, I'll get off my high horse now. :) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 20:40:37 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 30 Oct 2014 19:40:37 +0000 Subject: [issue22759] pathlib: Path.exists broken In-Reply-To: <1414596632.63.0.58764649431.issue22759@psf.upfronthosting.co.za> Message-ID: <1414698037.49.0.60737802511.issue22759@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Updated patch for other querying function. ---------- Added file: http://bugs.python.org/file37079/path_exists_enotdir2.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 20:49:58 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 30 Oct 2014 19:49:58 +0000 Subject: [issue22767] `separators` argument to json.dumps() behaves unexpectedly across 2.x vs 3.x In-Reply-To: <1414686950.25.0.801159105863.issue22767@psf.upfronthosting.co.za> Message-ID: <1414698598.45.0.948496868887.issue22767@psf.upfronthosting.co.za> R. David Murray added the comment: No, it is introducing the unicode that is the problem. Your first example is entirely binary. It is only when you *mix* binary and unicode that you have encoding problems (because python doesn't know the encoding of the binary data...well, more precisely it doesn't have one). This confusion is a large part of why python3 exists :) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 21:00:07 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 30 Oct 2014 20:00:07 +0000 Subject: [issue22767] `separators` argument to json.dumps() behaves unexpectedly across 2.x vs 3.x In-Reply-To: <1414686950.25.0.801159105863.issue22767@psf.upfronthosting.co.za> Message-ID: <1414699207.89.0.944178850745.issue22767@psf.upfronthosting.co.za> R. David Murray added the comment: Or, to put it another way, we agree with you that both cases should behave the same: using binary data in a json dumps call should raise an error. And in python3 they do. But in python2 there is a confusion as to what is text and what is binary, and so sometimes things work that shouldn't. In python2 a binary string with non-ascii characters is accepted by the dumps call...it shouldn't be since json is defined as a text protocol. But it is baked into the python2 string model that it such binary does work, because in python2 it was assumed that the programmer was responsible for making sure that the encoding of all their binary strings was consistent. But to mix unicode and binary, you *must* make the encoding of the binary strings explicit, otherwise there's no way to correctly compose the binary data with the text data. So, as soon as (but only as soon as) you mix unicode with your non-ascii data, your program blows up. Thus python3. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 21:07:58 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 30 Oct 2014 20:07:58 +0000 Subject: [issue16561] bdist_wininst installers don't use UAC, then crash In-Reply-To: <1353960153.53.0.844150162265.issue16561@psf.upfronthosting.co.za> Message-ID: <1414699678.06.0.760136833158.issue16561@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- assignee: eric.araujo -> _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 21:09:43 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 30 Oct 2014 20:09:43 +0000 Subject: [issue13719] bdist_msi upload fails In-Reply-To: <1325855918.9.0.207720990162.issue13719@psf.upfronthosting.co.za> Message-ID: <1414699783.4.0.382252818137.issue13719@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- assignee: eric.araujo -> _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 21:11:18 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 30 Oct 2014 20:11:18 +0000 Subject: [issue2943] Distutils should generate a better error message when the SDK is not installed In-Reply-To: <1211455981.94.0.404413935613.issue2943@psf.upfronthosting.co.za> Message-ID: <1414699878.57.0.0460628126367.issue2943@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- assignee: tarek -> _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 21:16:10 2014 From: report at bugs.python.org (Tom Christie) Date: Thu, 30 Oct 2014 20:16:10 +0000 Subject: [issue22767] `separators` argument to json.dumps() behaves unexpectedly across 2.x vs 3.x In-Reply-To: <1414686950.25.0.801159105863.issue22767@psf.upfronthosting.co.za> Message-ID: <1414700169.99.0.281263691513.issue22767@psf.upfronthosting.co.za> Tom Christie added the comment: > So, as soon as (but only as soon as) you mix unicode with your non-ascii data, your program blows up. Indeed. For context tho my example of running into this the unicode literals used as seperators weren't even in the same package as the non-ASCII binary strings. (JSONRenderer in Django REST framework, being excersized by some third party test code. End result non-obvious exception. Anyways, okay with this resolution, although I am now using a compat branch to ensure that we use binary seperators in py2 to continue to get the more lax rendering style. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 21:23:40 2014 From: report at bugs.python.org (R. David Murray) Date: Thu, 30 Oct 2014 20:23:40 +0000 Subject: [issue22767] `separators` argument to json.dumps() behaves unexpectedly across 2.x vs 3.x In-Reply-To: <1414686950.25.0.801159105863.issue22767@psf.upfronthosting.co.za> Message-ID: <1414700620.22.0.581086574587.issue22767@psf.upfronthosting.co.za> R. David Murray added the comment: Yes, that third party problem is a prime example of exactly why this needed to be fixed, but it required python3 to fix it. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 22:57:01 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 30 Oct 2014 21:57:01 +0000 Subject: [issue22410] Locale dependent regexps on different locales In-Reply-To: <1410711803.67.0.827066928752.issue22410@psf.upfronthosting.co.za> Message-ID: <1414706221.23.0.232079564581.issue22410@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Patch looks good to me. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 23:15:42 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 30 Oct 2014 22:15:42 +0000 Subject: [issue22759] pathlib: Path.exists broken In-Reply-To: <1414596632.63.0.58764649431.issue22759@psf.upfronthosting.co.za> Message-ID: <20141030221531.101688.82807@psf.io> Roundup Robot added the comment: New changeset 40497cc445f4 by Antoine Pitrou in branch '3.4': Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError. https://hg.python.org/cpython/rev/40497cc445f4 New changeset ff5f5fd230d3 by Antoine Pitrou in branch 'default': Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError. https://hg.python.org/cpython/rev/ff5f5fd230d3 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 23:16:28 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 30 Oct 2014 22:16:28 +0000 Subject: [issue22759] pathlib: Path.exists broken In-Reply-To: <1414596632.63.0.58764649431.issue22759@psf.upfronthosting.co.za> Message-ID: <1414707388.62.0.757714109411.issue22759@psf.upfronthosting.co.za> Antoine Pitrou added the comment: This is now fixed. Thanks for the report! ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Thu Oct 30 23:58:45 2014 From: report at bugs.python.org (David Durrett) Date: Thu, 30 Oct 2014 22:58:45 +0000 Subject: [issue22769] Tttk tag_has() throws TypeError when called without item Message-ID: <1414709925.15.0.196086635074.issue22769@psf.upfronthosting.co.za> New submission from David Durrett: Have only tried this on Python 2.7 To reproduce: ~~~~~ from Tkinter import * import ttk root = Tk() tree = ttk.Treeview(root) id = tree.insert('' , 'end', text='foo', tag='bar') print tree.tag_has('bar', item=id) # ^ this works.. print tree.tag_has('baz', item=id) # ^ .. and this.. print tree.tag_has('bar') # ^ .. this doesn't. ~~~~~ ... self.tk.call(self._w, "tag", "has", tagname, item)) TypeError: must be string, not tuple Possibly introduced by Issue20072. Removing the self.tk.getboolean() wrapper in tag_has() appears to fix things. ---------- components: Tkinter messages: 230305 nosy: ddurrett, gpolo, serhiy.storchaka priority: normal severity: normal status: open title: Tttk tag_has() throws TypeError when called without item type: behavior versions: Python 2.7 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 00:04:07 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 30 Oct 2014 23:04:07 +0000 Subject: [issue22410] Locale dependent regexps on different locales In-Reply-To: <1410711803.67.0.827066928752.issue22410@psf.upfronthosting.co.za> Message-ID: <20141030230354.120736.56930@psf.io> Roundup Robot added the comment: New changeset 6d2788f9b20a by Serhiy Storchaka in branch '2.7': Issue #22410: Module level functions in the re module now cache compiled https://hg.python.org/cpython/rev/6d2788f9b20a New changeset cbdc658b7797 by Serhiy Storchaka in branch '3.4': Issue #22410: Module level functions in the re module now cache compiled https://hg.python.org/cpython/rev/cbdc658b7797 New changeset df9c1caf3654 by Serhiy Storchaka in branch 'default': Issue #22410: Module level functions in the re module now cache compiled https://hg.python.org/cpython/rev/df9c1caf3654 ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 00:05:44 2014 From: report at bugs.python.org (Ned Deily) Date: Thu, 30 Oct 2014 23:05:44 +0000 Subject: [issue22770] test_ttk_guionly and test_tk can cause Tk segfaults on OS X when run with regrtest -j option Message-ID: <1414710344.61.0.884489180713.issue22770@psf.upfronthosting.co.za> New submission from Ned Deily: The changes to tkinter tests introduced by the changes for Issue22236 (2.7 32fdaf401e50, 3.4 dd1dffe6f0d2, and default/3.5 014060738f7f) may cause Python to crash due to a Tk segfault on OS X. The crash only shows up when using the -j option to regrtest and is dependent on other factors, e.g. 64-bit vs 32-bit and randomized address space allocations, so it is not 100% reproducible. But it happens often enough (to me) when running the Python test suite from an installed framework location with a current Cocoa Tk 8.5.x or 8.6.x, for example, with an instance from a python.org binary installer: /usr/local/bin/python3.4 -m test -w -uall -j3 The reasons for the segfault are due to an arcane bug in Tk which shows up when Tcl interpreter instances are destroyed and created within the execution of an OS X app bundle, behavior which now happens as a result of the above changes when -j > 0 is used in an OS X framework build. There is a more detailed analysis in the Tk bug I've opened: https://core.tcl.tk/tk/tktview?name=c18c36f80c The bug is not one that most Tk users would run into, I think, so it's certainly not a critical bug in Tk. But it is annoying to run into when running Python tests. On the other hand, I'm not sure that it is worth trying to work around the problem in the tests; I think the basic idea of the Issue22236 changes is sound. There is a relatively easy workaround if one runs into the problem: exclude the two problematic Tk tests and run them separately sequentially. pythonx.y -m test -w -uall -j3 -x test_tk test_ttk_guionly pythonx.y -m test -w -uall test_tk test_ttk_guionly (-m test.regrtest for Python 2.7.x) It may be sufficient to just document the workaround here in case others run into it. ---------- components: Tests, Tkinter messages: 230307 nosy: ned.deily, serhiy.storchaka priority: normal severity: normal status: open title: test_ttk_guionly and test_tk can cause Tk segfaults on OS X when run with regrtest -j option versions: Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 00:07:43 2014 From: report at bugs.python.org (Ned Deily) Date: Thu, 30 Oct 2014 23:07:43 +0000 Subject: [issue22236] Do not use _default_root in Tkinter tests In-Reply-To: <1408544381.68.0.237360840846.issue22236@psf.upfronthosting.co.za> Message-ID: <1414710463.82.0.210004400392.issue22236@psf.upfronthosting.co.za> Ned Deily added the comment: See Issue22770 for details of a potential Tk crash that can occur on OS X when running tests as a result of these changes and for a workaround. ---------- nosy: +ned.deily _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 00:16:59 2014 From: report at bugs.python.org (Ned Deily) Date: Thu, 30 Oct 2014 23:16:59 +0000 Subject: [issue22770] test_ttk_guionly and test_tk can cause Tk segfaults on OS X when run with regrtest -j option In-Reply-To: <1414710344.61.0.884489180713.issue22770@psf.upfronthosting.co.za> Message-ID: <1414711019.57.0.895656460059.issue22770@psf.upfronthosting.co.za> Ned Deily added the comment: For the record, a typical instance of this failure will look like this: $ /usr/local/bin/python3.4 -m test -w -uall -j2 == CPython 3.4.2 (v3.4.2:ab2c023a9432, Oct 5 2014, 20:42:22) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] == Darwin-14.0.0-x86_64-i386-64bit little-endian == hash algorithm: siphash24 64bit == /private/var/folders/fm/9wjgctqx61n796zt88qmmnxc0000gq/T/test_python_89951 Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0) [...] test_ttk_guionly Fatal Python error: Segmentation fault Current thread 0x00007fff747dd300 (most recent call first): File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/tkinter/__init__.py", line 496 in wait_visibility File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/tkinter/test/test_ttk/test_extensions.py", line 121 in test_horizontal_range File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/unittest/case.py", line 577 in run File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/unittest/case.py", line 625 in __call__ File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/unittest/suite.py", line 125 in run File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/unittest/suite.py", line 87 in __call__ File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/unittest/suite.py", line 125 in run File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/unittest/suite.py", line 87 in __call__ File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/unittest/runner.py", line 168 in run File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/support/__init__.py", line 1750 in _run_suite File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/support/__init__.py", line 1784 in run_unittest File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/test_ttk_guionly.py", line 34 in test_main File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/regrtest.py", line 1280 in runtest_inner File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/regrtest.py", line 978 in runtest File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/regrtest.py", line 532 in main File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/regrtest.py", line 1564 in main_in_temp_cwd File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/regrtest.py", line 1589 in File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/runpy.py", line 85 in _run_code File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/runpy.py", line 170 in _run_module_as_main Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/runpy.py", line 170, in _run_module_as_main "__main__", mod_spec) File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/runpy.py", line 85, in _run_code exec(code, run_globals) File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/__main__.py", line 3, in regrtest.main_in_temp_cwd() File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/regrtest.py", line 1564, in main_in_temp_cwd main() File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/regrtest.py", line 738, in main raise Exception("Child error on {}: {}".format(test, result[1])) Exception: Child error on test_ttk_guionly: Exit code -11 and the system crash report will look something like this: [...] Process: Python [89955] Path: /Library/Frameworks/Python.framework/Versions/3.4/Resources/Python.app/Contents/MacOS/Python Identifier: org.python.python Version: 3.4.2 (3.4.2) Code Type: X86-64 (Native) Parent Process: Python [89951] Responsible: iTerm [64155] User ID: 503 Date/Time: 2014-10-30 12:47:52.051 -0700 OS Version: Mac OS X 10.10 (14A389) Report Version: 11 Anonymous UUID: CFED52E3-698C-835B-D61C-F4B1F18D2CB6 Time Awake Since Boot: 600000 seconds Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000170 VM Regions Near 0x170: --> __TEXT 0000000100000000-0000000100001000 [ 4K] r-x/rwx SM=COW /Library/Frameworks/Python.framework/Versions/3.4.2_10_6/Resources/Python.app/Contents/MacOS/Python Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff90cadc7e __kill + 10 1 ??? 000000000000000000 0 + 0 2 Tcl 0x0000000101810430 Tcl_GetCommandInfo + 21 3 Tk 0x00000001019c0ae0 OappHandler + 55 4 com.apple.AE 0x00007fff88d6899c aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 531 5 com.apple.AE 0x00007fff88d68719 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31 6 com.apple.AE 0x00007fff88d68623 aeProcessAppleEvent + 295 7 com.apple.HIToolbox 0x00007fff8aa6e37e AEProcessAppleEvent + 56 8 com.apple.AppKit 0x00007fff900d9ec6 _DPSNextEvent + 2665 9 com.apple.AppKit 0x00007fff900d8fd0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194 10 Tk 0x00000001019c9bc0 -[TKApplication(TKNotify) nextEventMatchingMask:untilDate:inMode:dequeue:] + 169 11 Tk 0x00000001019ca194 TkMacOSXEventsSetupProc + 209 12 Tcl 0x0000000101876991 Tcl_DoOneEvent + 220 13 Tk 0x000000010191793f Tk_TkwaitObjCmd + 398 14 Tcl 0x000000010181085a TclEvalObjvInternal + 773 15 Tcl 0x0000000101811a2d Tcl_EvalObjv + 66 16 _tkinter.so 0x000000010163cabe Tkapp_Call + 190 17 org.python.python 0x00000001000e4745 PyEval_EvalFrameEx + 29589 [...] ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 00:18:03 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Thu, 30 Oct 2014 23:18:03 +0000 Subject: [issue22769] Tttk tag_has() throws TypeError when called without item In-Reply-To: <1414709925.15.0.196086635074.issue22769@psf.upfronthosting.co.za> Message-ID: <1414711083.8.0.460575199811.issue22769@psf.upfronthosting.co.za> Changes by Serhiy Storchaka : ---------- assignee: -> serhiy.storchaka stage: -> needs patch versions: +Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 00:39:49 2014 From: report at bugs.python.org (Roundup Robot) Date: Thu, 30 Oct 2014 23:39:49 +0000 Subject: [issue22410] Locale dependent regexps on different locales In-Reply-To: <1410711803.67.0.827066928752.issue22410@psf.upfronthosting.co.za> Message-ID: <20141030233938.111412.37552@psf.io> Roundup Robot added the comment: New changeset d565dbf576f9 by Serhiy Storchaka in branch '2.7': Fixed compile error in issue #22410. The _locale module is optional. https://hg.python.org/cpython/rev/d565dbf576f9 New changeset 0c016fa378db by Serhiy Storchaka in branch '3.4': Fixed compile error in issue #22410. The _locale module is optional. https://hg.python.org/cpython/rev/0c016fa378db New changeset 1d87ac92b041 by Serhiy Storchaka in branch 'default': Fixed compile error in issue #22410. The _locale module is optional. https://hg.python.org/cpython/rev/1d87ac92b041 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 00:43:20 2014 From: report at bugs.python.org (Robert Collins) Date: Thu, 30 Oct 2014 23:43:20 +0000 Subject: [issue22764] object lifetime fragility in unittest tests In-Reply-To: <1414663065.15.0.782385301612.issue22764@psf.upfronthosting.co.za> Message-ID: <1414712600.67.0.915551046146.issue22764@psf.upfronthosting.co.za> Robert Collins added the comment: I've done some experimentation. Yes, the updated test passes when the clear_frames call is removed in cPython 3.5 But the original test also passes when clear_frames is not called if one drops into pdb and steps through, which still fits the symptoms of having a loop. The problem is then, that gc-only interpreters make no guarantees about lifetime of objects and this test needs a guarantee. As such I think conditional skipping is probably best. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 00:50:04 2014 From: report at bugs.python.org (Robert Collins) Date: Thu, 30 Oct 2014 23:50:04 +0000 Subject: [issue22764] object lifetime fragility in unittest tests In-Reply-To: <1414663065.15.0.782385301612.issue22764@psf.upfronthosting.co.za> Message-ID: <1414713004.96.0.421422826081.issue22764@psf.upfronthosting.co.za> Changes by Robert Collins : Added file: http://bugs.python.org/file37080/issue22764.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 00:53:52 2014 From: report at bugs.python.org (Robert Collins) Date: Thu, 30 Oct 2014 23:53:52 +0000 Subject: [issue22153] Documentation of TestCase.runTest is incorrect and confusing In-Reply-To: <1407301202.17.0.719208246986.issue22153@psf.upfronthosting.co.za> Message-ID: <1414713232.79.0.166629849342.issue22153@psf.upfronthosting.co.za> Robert Collins added the comment: I'll apply the patch monday if there are no further comments before then. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 00:54:09 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Thu, 30 Oct 2014 23:54:09 +0000 Subject: [issue22764] object lifetime fragility in unittest tests In-Reply-To: <1414663065.15.0.782385301612.issue22764@psf.upfronthosting.co.za> Message-ID: <1414713249.14.0.368592856551.issue22764@psf.upfronthosting.co.za> Antoine Pitrou added the comment: There's the cpython_only decorator in test.support. I think CPython is the only popular refcounting implementation. (of course I don't know which implementations may qualify as "popular" exactly :-)) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 01:07:40 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 31 Oct 2014 00:07:40 +0000 Subject: [issue22410] Locale dependent regexps on different locales In-Reply-To: <1410711803.67.0.827066928752.issue22410@psf.upfronthosting.co.za> Message-ID: <1414714060.01.0.689463580129.issue22410@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Thank you for your review Antoine. Committed patch has fixed only part of the problem. It doesn't fix the problem of explicitly compiled patterns. Better solution requires changes to the _sre module. ---------- resolution: -> fixed stage: patch review -> versions: -Python 2.7, Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 02:00:59 2014 From: report at bugs.python.org (Robert Collins) Date: Fri, 31 Oct 2014 01:00:59 +0000 Subject: [issue22457] load_tests not invoked in root __init__.py when start=package root In-Reply-To: <1411357674.43.0.0204872118136.issue22457@psf.upfronthosting.co.za> Message-ID: <1414717259.1.0.214791363106.issue22457@psf.upfronthosting.co.za> Robert Collins added the comment: (Pinging for reviews - I'm going to time out and land this early next week if I can't get a review on it, since this is actually a fairly significant oversight and I don't want unittest2 to run ahead of the stdlib - that way leads unmaintainable madness). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 02:17:10 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 31 Oct 2014 01:17:10 +0000 Subject: [issue22542] Use arc4random under OpenBSD for os.urandom() if /dev/urandom is not present In-Reply-To: <1412272060.2.0.302379812254.issue22542@psf.upfronthosting.co.za> Message-ID: <1414718230.39.0.52004708613.issue22542@psf.upfronthosting.co.za> STINNER Victor added the comment: The issue is about the base "if /dev/urandom is not present". How is arc4random() PRNG/CPRNG initialized if /dev/urandom is *not* present? Can we rely on it if it only uses a poor seed? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 02:32:55 2014 From: report at bugs.python.org (Alex Gaynor) Date: Fri, 31 Oct 2014 01:32:55 +0000 Subject: [issue22417] PEP 476: verify HTTPS certificates by default In-Reply-To: <1410784469.95.0.475937020841.issue22417@psf.upfronthosting.co.za> Message-ID: <1414719175.24.0.813567349269.issue22417@psf.upfronthosting.co.za> Alex Gaynor added the comment: Updates to teh docs based on teh feedback from Antoine. ---------- Added file: http://bugs.python.org/file37081/issue22417.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 02:58:32 2014 From: report at bugs.python.org (Terry J. Reedy) Date: Fri, 31 Oct 2014 01:58:32 +0000 Subject: [issue22770] test_ttk_guionly and test_tk can cause Tk segfaults on OS X when run with regrtest -j option In-Reply-To: <1414710344.61.0.884489180713.issue22770@psf.upfronthosting.co.za> Message-ID: <1414720712.75.0.307336647155.issue22770@psf.upfronthosting.co.za> Terry J. Reedy added the comment: > when -j > 0 is used in an OS X framework build Did you mean -j > 1? I checked the buildbots and the x86 Tiger is run -j1 while the AMD Snow Leopard is not running. ---------- nosy: +terry.reedy _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 03:26:21 2014 From: report at bugs.python.org (Guido van Rossum) Date: Fri, 31 Oct 2014 02:26:21 +0000 Subject: [issue22768] Add a way to get the peer certificate of a SSL Transport In-Reply-To: <1414695396.21.0.426025929736.issue22768@psf.upfronthosting.co.za> Message-ID: Guido van Rossum added the comment: Maybe transport.get_extra_info('socket').getpeercert(True) would be okay, no patch needed? On Thu, Oct 30, 2014 at 11:56 AM, Antoine Pitrou wrote: > > Antoine Pitrou added the comment: > > > some methods take parameters (like the offender getpeercert(bool), or > > get_channel_binding() that takes an element of > > ssl.CHANNEL_BINDING_TYPES, list that may grow in the future) that need > > to be covered in the properties > > That's a good point. I don't have any strong feelings either way. Perhaps > other people want to chime in? > > As for the patch, it will need to add a unit test as well. > > ---------- > stage: -> patch review > versions: +Python 3.5 -Python 3.4 > > _______________________________________ > Python tracker > > _______________________________________ > ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 06:36:55 2014 From: report at bugs.python.org (Ned Deily) Date: Fri, 31 Oct 2014 05:36:55 +0000 Subject: [issue22770] test_ttk_guionly and test_tk can cause Tk segfaults on OS X when run with regrtest -j option In-Reply-To: <1414710344.61.0.884489180713.issue22770@psf.upfronthosting.co.za> Message-ID: <1414733815.97.0.478048437739.issue22770@psf.upfronthosting.co.za> Ned Deily added the comment: > Did you mean -j > 1? No. > I checked the buildbots and the x86 Tiger is run -j1 while the AMD Snow Leopard is not running. I'm not sure what you are referring to here. This crash would not be seen on either of those buildbots because (1) they are not configured as framework builds, (2) they don't install Python and run the tests from there (rather they run from the build directory), (3) the user name under which the buildbot tests run would have to be logged in as the current interactive user (e.g. owning the window server) to run test_tk or test_ttk_guionly; (4) Tiger (OS X 10.4) is too old to run Cocoa Tk. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 09:00:03 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 31 Oct 2014 08:00:03 +0000 Subject: [issue22770] test_ttk_guionly and test_tk can cause Tk segfaults on OS X when run with regrtest -j option In-Reply-To: <1414710344.61.0.884489180713.issue22770@psf.upfronthosting.co.za> Message-ID: <1414742403.73.0.442545186562.issue22770@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: What if add root.update_idletasks() before root.destroy() in Lib/test/support/__init__.py? Does this fix the problem? ---------- assignee: -> ned.deily type: -> crash _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 09:20:48 2014 From: report at bugs.python.org (Ned Deily) Date: Fri, 31 Oct 2014 08:20:48 +0000 Subject: [issue22770] test_ttk_guionly and test_tk can cause Tk segfaults on OS X when run with regrtest -j option In-Reply-To: <1414710344.61.0.884489180713.issue22770@psf.upfronthosting.co.za> Message-ID: <1414743648.61.0.920824708058.issue22770@psf.upfronthosting.co.za> Ned Deily added the comment: Adding root.update_idletasks() before root.destroy() doesn't help by itself. As I noted in the Tk issue, to avoid the crash without changing Tk and while still destroying and creating roots/Tcl instances, it is necessary to get the "open application" Apple event from OS X to Tk to trigger while the initial Tcl interpreter instance is still valid. As far as I can tell, the way to do that is to ensure that the initial Tcl interpreter actually draws something on the screen, not just create a test button object. The drawing triggers the promotion of the bundle process to a full GUI process and that (I believe) causes the "open application" event to be sent. As long as that event (which contains the unchecked pointer to the Tcl interpreter instance) is processed by the interpreter that created it, there is no problem. Once the first root is destroyed (in each process) without having received the "open application" event, when the event does arrive the interp address will be invalid and a segfault can result. ---------- assignee: ned.deily -> _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 09:27:23 2014 From: report at bugs.python.org (Georg Brandl) Date: Fri, 31 Oct 2014 08:27:23 +0000 Subject: [issue22539] Table formatting errors in pydoc In-Reply-To: <1412249910.15.0.577492255731.issue22539@psf.upfronthosting.co.za> Message-ID: <1414744043.62.0.207367609437.issue22539@psf.upfronthosting.co.za> Georg Brandl added the comment: Couldn't reproduce in 3.4.2. ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 09:54:21 2014 From: report at bugs.python.org (Georg Brandl) Date: Fri, 31 Oct 2014 08:54:21 +0000 Subject: [issue22771] shutil.make_archive() doesn't use its "verbose" argument Message-ID: <1414745661.3.0.485255744856.issue22771@psf.upfronthosting.co.za> New submission from Georg Brandl: It seems like "verbose" should be passed to the archival function, but it isn't. ---------- components: Library (Lib) messages: 230324 nosy: georg.brandl priority: normal severity: normal status: open title: shutil.make_archive() doesn't use its "verbose" argument versions: Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 10:02:33 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 31 Oct 2014 09:02:33 +0000 Subject: [issue22770] test_ttk_guionly and test_tk can cause Tk segfaults on OS X when run with regrtest -j option In-Reply-To: <1414710344.61.0.884489180713.issue22770@psf.upfronthosting.co.za> Message-ID: <1414746153.0.0.709952420129.issue22770@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Ah, this code doesn't run on Mac OS at all (see issue18604). Does this patch fixes the problem? May be just root.update() would be enough. ---------- keywords: +patch Added file: http://bugs.python.org/file37082/issue22770.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 10:39:47 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 31 Oct 2014 09:39:47 +0000 Subject: [issue22613] Several minor doc issues In-Reply-To: <1413065843.62.0.682552430945.issue22613@psf.upfronthosting.co.za> Message-ID: <20141031093938.109282.24284@psf.io> Roundup Robot added the comment: New changeset f72271f05ea4 by Georg Brandl in branch '3.4': #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse) https://hg.python.org/cpython/rev/f72271f05ea4 New changeset 5faee3db42a7 by Georg Brandl in branch '3.4': #22613: explain what "buffer" is in the struct documentation (thanks Jacques Ducasse) https://hg.python.org/cpython/rev/5faee3db42a7 New changeset 7d40eff70601 by Georg Brandl in branch '3.4': #22613: elaborate on arguments of shutil archival functions (thanks Jacques Ducasse) https://hg.python.org/cpython/rev/7d40eff70601 New changeset 307fd58b9694 by Georg Brandl in branch '3.4': #22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse) https://hg.python.org/cpython/rev/307fd58b9694 New changeset 0a217d3d581c by Georg Brandl in branch '3.4': #22613: document Cmd.cmdqueue (thanks Jacques Ducasse) https://hg.python.org/cpython/rev/0a217d3d581c New changeset 4089047475c5 by Georg Brandl in branch '3.4': #22613: minor other fixes in library docs (thanks Jacques Ducasse) https://hg.python.org/cpython/rev/4089047475c5 New changeset 53048571de47 by Georg Brandl in branch '3.4': #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) https://hg.python.org/cpython/rev/53048571de47 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 10:43:15 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 31 Oct 2014 09:43:15 +0000 Subject: [issue22613] Several minor doc issues In-Reply-To: <1413065843.62.0.682552430945.issue22613@psf.upfronthosting.co.za> Message-ID: <20141031094310.120708.19918@psf.io> Roundup Robot added the comment: New changeset 60c6dc1b316f by Georg Brandl in branch '2.7': #22613: document Cmd.cmdqueue (thanks Jacques Ducasse) https://hg.python.org/cpython/rev/60c6dc1b316f New changeset d3fd218ef2cf by Georg Brandl in branch '2.7': #22613: minor other fixes in library docs (thanks Jacques Ducasse) https://hg.python.org/cpython/rev/d3fd218ef2cf New changeset 9e57654dfdcc by Georg Brandl in branch '2.7': #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse) https://hg.python.org/cpython/rev/9e57654dfdcc ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 10:43:33 2014 From: report at bugs.python.org (Georg Brandl) Date: Fri, 31 Oct 2014 09:43:33 +0000 Subject: [issue22613] Several minor doc issues In-Reply-To: <1413065843.62.0.682552430945.issue22613@psf.upfronthosting.co.za> Message-ID: <1414748613.49.0.474504491143.issue22613@psf.upfronthosting.co.za> Georg Brandl added the comment: All remaining points have been fixed. ---------- nosy: +georg.brandl resolution: -> fixed status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 10:51:12 2014 From: report at bugs.python.org (Berker Peksag) Date: Fri, 31 Oct 2014 09:51:12 +0000 Subject: [issue22771] shutil.make_archive() doesn't use its "verbose" argument In-Reply-To: <1414745661.3.0.485255744856.issue22771@psf.upfronthosting.co.za> Message-ID: <1414749072.4.0.661637372006.issue22771@psf.upfronthosting.co.za> Berker Peksag added the comment: "verbose" was used by _call_external_zip() (see https://hg.python.org/cpython/rev/a1d078b88247#l3.143), and _call_external_zip() was removed in issue 20744 (see https://hg.python.org/cpython/rev/681e20f8b717). Perhaps we can deprecate "version" arguments of make_archive and _make_* functions. ---------- nosy: +akuchling, berker.peksag _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 10:52:35 2014 From: report at bugs.python.org (Georg Brandl) Date: Fri, 31 Oct 2014 09:52:35 +0000 Subject: [issue22771] shutil.make_archive() doesn't use its "verbose" argument In-Reply-To: <1414745661.3.0.485255744856.issue22771@psf.upfronthosting.co.za> Message-ID: <1414749155.2.0.600824762523.issue22771@psf.upfronthosting.co.za> Georg Brandl added the comment: That makes sense. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 10:52:56 2014 From: report at bugs.python.org (Berker Peksag) Date: Fri, 31 Oct 2014 09:52:56 +0000 Subject: [issue22613] Several minor doc issues In-Reply-To: <1413065843.62.0.682552430945.issue22613@psf.upfronthosting.co.za> Message-ID: <1414749176.7.0.897684701587.issue22613@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- stage: needs patch -> resolved _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 10:54:25 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 31 Oct 2014 09:54:25 +0000 Subject: [issue22771] shutil.make_archive() doesn't use its "verbose" argument In-Reply-To: <1414745661.3.0.485255744856.issue22771@psf.upfronthosting.co.za> Message-ID: <20141031095415.35274.77961@psf.io> Roundup Robot added the comment: New changeset 335ff0c6d879 by Georg Brandl in branch '3.4': Closes #22771: "verbose" is unused; deprecate it. https://hg.python.org/cpython/rev/335ff0c6d879 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 11:42:54 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 31 Oct 2014 10:42:54 +0000 Subject: [issue17381] IGNORECASE breaks unicode literal range matching In-Reply-To: <1362689552.47.0.00880933015098.issue17381@psf.upfronthosting.co.za> Message-ID: <20141031104246.35244.67493@psf.io> Roundup Robot added the comment: New changeset 6f52a3d0f548 by Serhiy Storchaka in branch 'default': Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. https://hg.python.org/cpython/rev/6f52a3d0f548 New changeset 7981cb1556cf by Serhiy Storchaka in branch '3.4': Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. https://hg.python.org/cpython/rev/7981cb1556cf ---------- nosy: +python-dev _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 12:22:26 2014 From: report at bugs.python.org (Mathieu Pasquet) Date: Fri, 31 Oct 2014 11:22:26 +0000 Subject: [issue22768] Add a way to get the peer certificate of a SSL Transport In-Reply-To: <1414693136.26.0.003644122895.issue22768@psf.upfronthosting.co.za> Message-ID: <1414754546.13.0.683201910106.issue22768@psf.upfronthosting.co.za> Mathieu Pasquet added the comment: >Maybe >transport.get_extra_info('socket').getpeercert(True) >would be okay, no patch needed? Thanks, that indeed works; I don't know why I missed it while reading the source. Maybe the docs could use some clarification, though? (users are not supposed to know that _SelectorTransport is subclassed by _SelectorSslTransport, which thus gets the extra info of both) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 12:38:09 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 31 Oct 2014 11:38:09 +0000 Subject: [issue22768] Add a way to get the peer certificate of a SSL Transport In-Reply-To: <1414693136.26.0.003644122895.issue22768@psf.upfronthosting.co.za> Message-ID: <1414755489.86.0.634622846541.issue22768@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > Maybe > transport.get_extra_info('socket').getpeercert(True) > would be okay, no patch needed? That will be problematic with issue22560. The clear-text socket object and the SSL object become unrelated, and it would be logical for get_extra_info('socket') to return the clear-text socket, so either a get_extra_info('ssl') would be needed, or we should expose the SSL properties directly as extra info members. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 12:55:20 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 31 Oct 2014 11:55:20 +0000 Subject: [issue19329] Faster compiling of charset regexpes In-Reply-To: <1382356878.81.0.973141365685.issue19329@psf.upfronthosting.co.za> Message-ID: <20141031115505.101692.8767@psf.io> Roundup Robot added the comment: New changeset ebd48b4f650d by Serhiy Storchaka in branch '2.7': Backported the optimization of compiling charsets in regular expressions https://hg.python.org/cpython/rev/ebd48b4f650d ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 12:55:20 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 31 Oct 2014 11:55:20 +0000 Subject: [issue17381] IGNORECASE breaks unicode literal range matching In-Reply-To: <1362689552.47.0.00880933015098.issue17381@psf.upfronthosting.co.za> Message-ID: <20141031115506.101692.59103@psf.io> Roundup Robot added the comment: New changeset ebd48b4f650d by Serhiy Storchaka in branch '2.7': Backported the optimization of compiling charsets in regular expressions https://hg.python.org/cpython/rev/ebd48b4f650d New changeset 6cd4b9827755 by Serhiy Storchaka in branch '2.7': Issue #17381: Fixed ranges handling in case-insensitive regular expressions. https://hg.python.org/cpython/rev/6cd4b9827755 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 13:02:27 2014 From: report at bugs.python.org (Lorenz Quack) Date: Fri, 31 Oct 2014 12:02:27 +0000 Subject: [issue22772] doc error in __ifloordiv__ and __itruediv__ Message-ID: <1414756946.98.0.846704461281.issue22772@psf.upfronthosting.co.za> New submission from Lorenz Quack: the doc string of __itruediv__ and __ifloordiv__ represent the operator as x/y and x//y respectively. This is obviously false and should be x/=y and x//=y patch attached ---------- assignee: docs at python components: Documentation files: inplace_div_doc.patch keywords: patch messages: 230337 nosy: docs at python, donlorenzo priority: normal severity: normal status: open title: doc error in __ifloordiv__ and __itruediv__ type: enhancement versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6 Added file: http://bugs.python.org/file37083/inplace_div_doc.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 13:13:31 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 31 Oct 2014 12:13:31 +0000 Subject: [issue22772] doc error in __ifloordiv__ and __itruediv__ In-Reply-To: <1414756946.98.0.846704461281.issue22772@psf.upfronthosting.co.za> Message-ID: <20141031121316.101670.62528@psf.io> Roundup Robot added the comment: New changeset 147518a95b60 by Georg Brandl in branch '3.4': Closes #22772: fix __ifloordiv__ and __itruediv__ docstring. https://hg.python.org/cpython/rev/147518a95b60 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 13:13:46 2014 From: report at bugs.python.org (Roundup Robot) Date: Fri, 31 Oct 2014 12:13:46 +0000 Subject: [issue22772] doc error in __ifloordiv__ and __itruediv__ In-Reply-To: <1414756946.98.0.846704461281.issue22772@psf.upfronthosting.co.za> Message-ID: <20141031121345.120728.76560@psf.io> Roundup Robot added the comment: New changeset 3f13f1620d70 by Georg Brandl in branch '2.7': Closes #22772: fix __ifloordiv__ and __itruediv__ docstring. https://hg.python.org/cpython/rev/3f13f1620d70 ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 15:01:28 2014 From: report at bugs.python.org (David Edelsohn) Date: Fri, 31 Oct 2014 14:01:28 +0000 Subject: [issue22773] Export Readline version and expect ANSI sequence for version < 0x6000 Message-ID: <1414764088.14.0.977066596578.issue22773@psf.upfronthosting.co.za> New submission from David Edelsohn: The patch for Issue19884 to set enable-meta-key to "off" does not work when readline-devel package is libreadline5, which includes SLES 11. ---------- components: Extension Modules messages: 230340 nosy: David.Edelsohn, haypo, pitrou priority: normal severity: normal status: open title: Export Readline version and expect ANSI sequence for version < 0x6000 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 15:02:49 2014 From: report at bugs.python.org (David Edelsohn) Date: Fri, 31 Oct 2014 14:02:49 +0000 Subject: [issue22773] Export Readline version and expect ANSI sequence for version < 0x6000 In-Reply-To: <1414764088.14.0.977066596578.issue22773@psf.upfronthosting.co.za> Message-ID: <1414764169.86.0.284613723935.issue22773@psf.upfronthosting.co.za> David Edelsohn added the comment: Patch attached to export version and skip test if version less than 0x600. ---------- type: -> behavior Added file: http://bugs.python.org/file37084/Issue22773.txt _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 15:13:52 2014 From: report at bugs.python.org (David Edelsohn) Date: Fri, 31 Oct 2014 14:13:52 +0000 Subject: [issue22773] Export Readline version and expect ANSI sequence for version < 0x6000 In-Reply-To: <1414764088.14.0.977066596578.issue22773@psf.upfronthosting.co.za> Message-ID: <1414764832.06.0.156327121115.issue22773@psf.upfronthosting.co.za> David Edelsohn added the comment: Revised patch with leading underscores to make version objects private. ---------- Added file: http://bugs.python.org/file37085/Issue22773.txt _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 15:25:09 2014 From: report at bugs.python.org (=?utf-8?q?Szieberth_=C3=81d=C3=A1m?=) Date: Fri, 31 Oct 2014 14:25:09 +0000 Subject: [issue22774] Weird S.rstrip() result Message-ID: <1414765509.86.0.0341092418093.issue22774@psf.upfronthosting.co.za> New submission from Szieberth ?d?m: I just faced the following bug (v3.4.2): >>> t1 = '#5 amarg (Concession)' >>> t2 = '#6 ironman (Concession)' >>> s = ' (Concession)' >>> t1.rstrip(s) '#5 amarg' >>> t2.rstrip(s) '#6 ironma' >>> t1[:-len(s)] '#5 amarg' >>> t2[:-len(s)] '#6 ironman' ---------- messages: 230343 nosy: SzieberthAdam priority: normal severity: normal status: open title: Weird S.rstrip() result type: behavior versions: Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 15:27:59 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 31 Oct 2014 14:27:59 +0000 Subject: [issue22773] Export Readline version and expect ANSI sequence for version < 0x6000 In-Reply-To: <1414764088.14.0.977066596578.issue22773@psf.upfronthosting.co.za> Message-ID: <1414765679.52.0.770503793794.issue22773@psf.upfronthosting.co.za> STINNER Victor added the comment: I would prefer to see the bug fixed instead of being skipped :-/ Is there a way to fix the issue, but differently on readline < 6.0? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 15:42:33 2014 From: report at bugs.python.org (David Edelsohn) Date: Fri, 31 Oct 2014 14:42:33 +0000 Subject: [issue19884] Importing readline produces erroneous output In-Reply-To: <1386158776.45.0.265770743985.issue19884@psf.upfronthosting.co.za> Message-ID: <1414766553.76.0.148216310791.issue19884@psf.upfronthosting.co.za> David Edelsohn added the comment: Issue22773 provides a patch to export Readline version and skip the test for earlier releases of libreadline where turning off enable-meta-key does not work. ---------- nosy: +David.Edelsohn _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 15:46:21 2014 From: report at bugs.python.org (David Edelsohn) Date: Fri, 31 Oct 2014 14:46:21 +0000 Subject: [issue22773] Export Readline version and expect ANSI sequence for version < 0x6000 In-Reply-To: <1414764088.14.0.977066596578.issue22773@psf.upfronthosting.co.za> Message-ID: <1414766781.46.0.190087233574.issue22773@psf.upfronthosting.co.za> David Edelsohn added the comment: The portion of the patch to skip the test is necessary because, as mentioned in Issue19884, setting enable-meta-key does not work in older releases of libreadline. The particular combination of default TERM and libreadline is rare in old OS versions and can be worked around by setting TERM=dummy. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 15:54:29 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 31 Oct 2014 14:54:29 +0000 Subject: [issue22773] Export Readline version and expect ANSI sequence for version < 0x6000 In-Reply-To: <1414764088.14.0.977066596578.issue22773@psf.upfronthosting.co.za> Message-ID: <1414767269.51.0.477284470841.issue22773@psf.upfronthosting.co.za> Antoine Pitrou added the comment: +1 for the patch. ---------- stage: -> patch review versions: +Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 15:58:35 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 31 Oct 2014 14:58:35 +0000 Subject: [issue22774] Weird S.rstrip() result In-Reply-To: <1414765509.86.0.0341092418093.issue22774@psf.upfronthosting.co.za> Message-ID: <1414767515.45.0.26879311609.issue22774@psf.upfronthosting.co.za> Antoine Pitrou added the comment: It may be unexpected, but it's not a bug. From the documentation: """Return a copy of the string with trailing characters removed. The chars argument is a string specifying the set of characters to be removed. If omitted or None, the chars argument defaults to removing whitespace. **The chars argument is not a suffix; rather, all combinations of its values are stripped**.""" (emphasis mine) https://docs.python.org/3/library/stdtypes.html#str.rstrip (if you wonder why that is, think about e.g. the use case of stripping certain whitespace characters: s.rstrip(" \t")) ---------- nosy: +pitrou resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 17:10:18 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 31 Oct 2014 16:10:18 +0000 Subject: [issue12728] Python re lib fails case insensitive matches on Unicode data In-Reply-To: <1411332306.83.0.105424261001.issue12728@psf.upfronthosting.co.za> Message-ID: <1657141.9eqHJX4uj3@raxxla> Serhiy Storchaka added the comment: Here are complete patch and script used to generate equivalence table. ---------- Added file: http://bugs.python.org/file37086/re_ignore_case_2.patch Added file: http://bugs.python.org/file37087/re_cases.py _______________________________________ Python tracker _______________________________________ -------------- next part -------------- diff -r 79eb4ab497b1 Lib/sre_compile.py --- a/Lib/sre_compile.py Fri Oct 31 12:40:11 2014 +0200 +++ b/Lib/sre_compile.py Fri Oct 31 17:59:04 2014 +0200 @@ -27,6 +27,46 @@ else: _SUCCESS_CODES = set([SUCCESS, FAILURE]) _ASSERT_CODES = set([ASSERT, ASSERT_NOT]) +# Sets of characters which have the same uppercase but different lowercase. +_equivalences = ( + # LATIN SMALL LETTER I, LATIN SMALL LETTER DOTLESS I + (0x69, 0x131), # i?? + # LATIN SMALL LETTER S, LATIN SMALL LETTER LONG S + (0x73, 0x17f), # s?? + # MICRO SIGN, GREEK SMALL LETTER MU + (0xb5, 0x3bc), # ???? + # COMBINING GREEK YPOGEGRAMMENI, GREEK SMALL LETTER IOTA, GREEK PROSGEGRAMMENI + (0x345, 0x3b9, 0x1fbe), # \u0345????? + # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS, GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA + (0x390, 0x1fd3), # ????? + # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS, GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA + (0x3b0, 0x1fe3), # ????? + # GREEK SMALL LETTER BETA, GREEK BETA SYMBOL + (0x3b2, 0x3d0), # ???? + # GREEK SMALL LETTER EPSILON, GREEK LUNATE EPSILON SYMBOL + (0x3b5, 0x3f5), # ???? + # GREEK SMALL LETTER THETA, GREEK THETA SYMBOL + (0x3b8, 0x3d1), # ???? + # GREEK SMALL LETTER KAPPA, GREEK KAPPA SYMBOL + (0x3ba, 0x3f0), # ???? + # GREEK SMALL LETTER PI, GREEK PI SYMBOL + (0x3c0, 0x3d6), # ???? + # GREEK SMALL LETTER RHO, GREEK RHO SYMBOL + (0x3c1, 0x3f1), # ???? + # GREEK SMALL LETTER FINAL SIGMA, GREEK SMALL LETTER SIGMA + (0x3c2, 0x3c3), # ???? + # GREEK SMALL LETTER PHI, GREEK PHI SYMBOL + (0x3c6, 0x3d5), # ???? + # LATIN SMALL LETTER S WITH DOT ABOVE, LATIN SMALL LETTER LONG S WITH DOT ABOVE + (0x1e61, 0x1e9b), # ?????? + # LATIN SMALL LIGATURE LONG S T, LATIN SMALL LIGATURE ST + (0xfb05, 0xfb06), # ?????? +) + +# Mapping from lowercase code to lowercase codes which have the same uppercase. +_ignorecase_fixes = {i: tuple(j for j in t if i != j) + for t in _equivalences for i in t} + def _compile(code, pattern, flags): # internal: compile a (sub)pattern emit = code.append @@ -35,11 +75,29 @@ def _compile(code, pattern, flags): REPEATING_CODES = _REPEATING_CODES SUCCESS_CODES = _SUCCESS_CODES ASSERT_CODES = _ASSERT_CODES + if (flags & SRE_FLAG_IGNORECASE and + not (flags & SRE_FLAG_LOCALE) and + flags & SRE_FLAG_UNICODE): + fixes = _ignorecase_fixes + else: + fixes = None for op, av in pattern: if op in LITERAL_CODES: if flags & SRE_FLAG_IGNORECASE: - emit(OPCODES[OP_IGNORE[op]]) - emit(_sre.getlower(av, flags)) + lo = _sre.getlower(av, flags) + if fixes and lo in fixes: + emit(OPCODES[IN_IGNORE]) + skip = _len(code); emit(0) + if op is NOT_LITERAL: + emit(OPCODES[NEGATE]) + for k in (lo,) + fixes[lo]: + emit(OPCODES[LITERAL]) + emit(k) + emit(OPCODES[FAILURE]) + code[skip] = _len(code) - skip + else: + emit(OPCODES[OP_IGNORE[op]]) + emit(lo) else: emit(OPCODES[op]) emit(av) @@ -52,7 +110,7 @@ def _compile(code, pattern, flags): emit(OPCODES[op]) fixup = None skip = _len(code); emit(0) - _compile_charset(av, flags, code, fixup) + _compile_charset(av, flags, code, fixup, fixes) code[skip] = _len(code) - skip elif op is ANY: if flags & SRE_FLAG_DOTALL: @@ -166,10 +224,10 @@ def _compile(code, pattern, flags): else: raise ValueError("unsupported operand type", op) -def _compile_charset(charset, flags, code, fixup=None): +def _compile_charset(charset, flags, code, fixup=None, fixes=None): # compile charset subprogram emit = code.append - for op, av in _optimize_charset(charset, fixup): + for op, av in _optimize_charset(charset, fixup, fixes): emit(OPCODES[op]) if op is NEGATE: pass @@ -193,7 +251,7 @@ def _compile_charset(charset, flags, cod raise error("internal: unsupported set operator") emit(OPCODES[FAILURE]) -def _optimize_charset(charset, fixup): +def _optimize_charset(charset, fixup, fixes): # internal: optimize character set out = [] tail = [] @@ -203,14 +261,26 @@ def _optimize_charset(charset, fixup): try: if op is LITERAL: if fixup: - av = fixup(av) - charmap[av] = 1 + lo = fixup(av) + charmap[lo] = 1 + if fixes and lo in fixes: + for k in fixes[lo]: + charmap[k] = 1 + else: + charmap[av] = 1 elif op is RANGE: r = range(av[0], av[1]+1) if fixup: r = map(fixup, r) - for i in r: - charmap[i] = 1 + if fixup and fixes: + for i in r: + charmap[i] = 1 + if i in fixes: + for k in fixes[i]: + charmap[k] = 1 + else: + for i in r: + charmap[i] = 1 elif op is NEGATE: out.append((op, av)) else: diff -r 79eb4ab497b1 Lib/test/test_re.py --- a/Lib/test/test_re.py Fri Oct 31 12:40:11 2014 +0200 +++ b/Lib/test/test_re.py Fri Oct 31 17:59:04 2014 +0200 @@ -601,6 +601,43 @@ class ReTests(unittest.TestCase): self.assertEqual(re.match(r"((a)\s(abc|a))", "a a", re.I).group(1), "a a") self.assertEqual(re.match(r"((a)\s(abc|a)*)", "a aa", re.I).group(1), "a aa") + assert '\u212a'.lower() == 'k' # '???' + self.assertTrue(re.match(r'K', '\u212a', re.I)) + self.assertTrue(re.match(r'k', '\u212a', re.I)) + self.assertTrue(re.match(r'\u212a', 'K', re.I)) + self.assertTrue(re.match(r'\u212a', 'k', re.I)) + assert '\u017f'.upper() == 'S' # '??' + self.assertTrue(re.match(r'S', '\u017f', re.I)) + self.assertTrue(re.match(r's', '\u017f', re.I)) + self.assertTrue(re.match(r'\u017f', 'S', re.I)) + self.assertTrue(re.match(r'\u017f', 's', re.I)) + assert '\ufb05'.upper() == '\ufb06'.upper() == 'ST' # '???', '???' + self.assertTrue(re.match(r'\ufb05', '\ufb06', re.I)) + self.assertTrue(re.match(r'\ufb06', '\ufb05', re.I)) + + def test_ignore_case_set(self): + self.assertTrue(re.match(r'[19A]', 'A', re.I)) + self.assertTrue(re.match(r'[19a]', 'a', re.I)) + self.assertTrue(re.match(r'[19a]', 'A', re.I)) + self.assertTrue(re.match(r'[19A]', 'a', re.I)) + self.assertTrue(re.match(br'[19A]', b'A', re.I)) + self.assertTrue(re.match(br'[19a]', b'a', re.I)) + self.assertTrue(re.match(br'[19a]', b'A', re.I)) + self.assertTrue(re.match(br'[19A]', b'a', re.I)) + assert '\u212a'.lower() == 'k' # '???' + self.assertTrue(re.match(r'[19K]', '\u212a', re.I)) + self.assertTrue(re.match(r'[19k]', '\u212a', re.I)) + self.assertTrue(re.match(r'[19\u212a]', 'K', re.I)) + self.assertTrue(re.match(r'[19\u212a]', 'k', re.I)) + assert '\u017f'.upper() == 'S' # '??' + self.assertTrue(re.match(r'[19S]', '\u017f', re.I)) + self.assertTrue(re.match(r'[19s]', '\u017f', re.I)) + self.assertTrue(re.match(r'[19\u017f]', 'S', re.I)) + self.assertTrue(re.match(r'[19\u017f]', 's', re.I)) + assert '\ufb05'.upper() == '\ufb06'.upper() == 'ST' # '???', '???' + self.assertTrue(re.match(r'[19\ufb05]', '\ufb06', re.I)) + self.assertTrue(re.match(r'[19\ufb06]', '\ufb05', re.I)) + def test_ignore_case_range(self): # Issues #3511, #17381. self.assertTrue(re.match(r'[9-a]', '_', re.I)) @@ -620,6 +657,20 @@ class ReTests(unittest.TestCase): self.assertTrue(re.match(r'[\U00010400-\U00010427]', '\U00010428', re.I)) self.assertTrue(re.match(r'[\U00010400-\U00010427]', '\U00010400', re.I)) + assert '\u212a'.lower() == 'k' # '???' + self.assertTrue(re.match(r'[J-M]', '\u212a', re.I)) + self.assertTrue(re.match(r'[j-m]', '\u212a', re.I)) + self.assertTrue(re.match(r'[\u2129-\u212b]', 'K', re.I)) + self.assertTrue(re.match(r'[\u2129-\u212b]', 'k', re.I)) + assert '\u017f'.upper() == 'S' # '??' + self.assertTrue(re.match(r'[R-T]', '\u017f', re.I)) + self.assertTrue(re.match(r'[r-t]', '\u017f', re.I)) + self.assertTrue(re.match(r'[\u017e-\u0180]', 'S', re.I)) + self.assertTrue(re.match(r'[\u017e-\u0180]', 's', re.I)) + assert '\ufb05'.upper() == '\ufb06'.upper() == 'ST' # '???', '???' + self.assertTrue(re.match(r'[\ufb04-\ufb05]', '\ufb06', re.I)) + self.assertTrue(re.match(r'[\ufb06-\ufb07]', '\ufb05', re.I)) + def test_category(self): self.assertEqual(re.match(r"(\s)", " ").group(1), " ") -------------- next part -------------- import re import sys import unicodedata from _sre import getlower from collections import defaultdict def re_lower(i): return getlower(i, re.U) def re_clower(i): return getlower(ord(i), re.U) def uname(i): return unicodedata.name(chr(i), r'U+%04X' % i) class hexint(int): def __repr__(self): return hex(self) def alpha(i): c = chr(i) return c if c.isalpha() else ascii(c)[1:-1] chars = ''.join(map(chr, range(sys.maxunicode + 1))) #chars = ''.join(map(chr, range(0x10000))) equivalences = defaultdict(str) for c in chars: equivalences[c.upper()] += c equivalences = {frozenset(map(re_clower, t)) for t in equivalences.values() if len(t) > 1} equivalences = sorted(tuple(sorted(t)) for t in equivalences if len(t) > 1) print('equivalences = (') for t in equivalences: print(' # %s' % ', '.join(map(uname, t))) print(' %r, # %s' % (tuple(map(hexint, t)), ''.join(map(alpha, t)))) print(')') mapping = {i: tuple(j for j in t if i != j) for t in equivalences for i in t} print('mapping = {') for i, t in sorted(mapping.items()): print(' # %s: %s' % (uname(i), ', '.join(map(uname, t)))) #print(' %s: %r,' % (hex(i), tuple(map(hexint, t)))) print(" %s: %r, # '%s': '%s'" % (hex(i), tuple(map(hexint, t)), alpha(i), ''.join(map(alpha, t)))) print('}') From report at bugs.python.org Fri Oct 31 17:12:16 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 31 Oct 2014 16:12:16 +0000 Subject: [issue17381] IGNORECASE breaks unicode literal range matching In-Reply-To: <1362689552.47.0.00880933015098.issue17381@psf.upfronthosting.co.za> Message-ID: <1414771936.34.0.98400896617.issue17381@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Thank you Antoine for your review. ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 17:26:21 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 31 Oct 2014 16:26:21 +0000 Subject: [issue9179] Lookback with group references incorrect (two issues?) In-Reply-To: <1278411814.72.0.368411829683.issue9179@psf.upfronthosting.co.za> Message-ID: <1414772781.96.0.676716025916.issue9179@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: If there are no objections I'm going to commit the patch soon. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 17:55:48 2014 From: report at bugs.python.org (Ezio Melotti) Date: Fri, 31 Oct 2014 16:55:48 +0000 Subject: [issue22153] Documentation of TestCase.runTest is incorrect and confusing In-Reply-To: <1407301202.17.0.719208246986.issue22153@psf.upfronthosting.co.za> Message-ID: <1414774548.44.0.253390588138.issue22153@psf.upfronthosting.co.za> Ezio Melotti added the comment: > Oh, one thought - in testtools we split out 'docs for test writers' and > 'docs for framework folk'. That would facilitate getting runTest out of > test writers face while still documenting it appropriately. This has already been discussed in the past, and IIRC there was consensus about giving unittest docs the same treatment. I don't remember if there was an issue for this. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 17:57:41 2014 From: report at bugs.python.org (Zachary Ware) Date: Fri, 31 Oct 2014 16:57:41 +0000 Subject: [issue17717] Set up nasm from external.bat In-Reply-To: <1365870872.82.0.912332979443.issue17717@psf.upfronthosting.co.za> Message-ID: <1414774661.27.0.752121337084.issue17717@psf.upfronthosting.co.za> Zachary Ware added the comment: Ok, I've imported nasm-2.11.06 to: http://svn.python.org/projects/external/nasm-2.11.06 I'll work on a patch for default and see what (if anything) will need to change in the openssl checkout. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 17:58:03 2014 From: report at bugs.python.org (Tim Graham) Date: Fri, 31 Oct 2014 16:58:03 +0000 Subject: [issue22775] SimpleCookie not picklable with HIGHEST_PROTOCOL Message-ID: <1414774683.47.0.0600315909548.issue22775@psf.upfronthosting.co.za> New submission from Tim Graham: Expected: >>> import pickle >>> from http.cookies import SimpleCookie >>> pickle.loads(pickle.dumps(SimpleCookie('hi=there'),2)) # Actual Patch is based on the suggestion from Georg Brandl in #22758 (I added the "else" as the fix did not work without it). ---------- components: Library (Lib) files: cookie-pickle-highest.diff keywords: patch messages: 230354 nosy: Tim.Graham, berker.peksag, georg.brandl priority: normal severity: normal status: open title: SimpleCookie not picklable with HIGHEST_PROTOCOL type: behavior versions: Python 3.5 Added file: http://bugs.python.org/file37088/cookie-pickle-highest.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 18:01:15 2014 From: report at bugs.python.org (Tim Graham) Date: Fri, 31 Oct 2014 17:01:15 +0000 Subject: [issue22775] SimpleCookie not picklable with HIGHEST_PROTOCOL In-Reply-To: <1414774683.47.0.0600315909548.issue22775@psf.upfronthosting.co.za> Message-ID: <1414774875.14.0.0368205522917.issue22775@psf.upfronthosting.co.za> Tim Graham added the comment: By the way, this is my first patch for Python and I submitted a CLA 2 days ago. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 18:04:40 2014 From: report at bugs.python.org (Ezio Melotti) Date: Fri, 31 Oct 2014 17:04:40 +0000 Subject: [issue22143] rlcompleter.Completer has duplicate matches In-Reply-To: <1407255195.5.0.870338576239.issue22143@psf.upfronthosting.co.za> Message-ID: <1414775080.99.0.893174353914.issue22143@psf.upfronthosting.co.za> Ezio Melotti added the comment: + return list(set(matches)) Shouldn't this be sorted before being returned? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 18:12:03 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 31 Oct 2014 17:12:03 +0000 Subject: [issue22769] Tttk tag_has() throws TypeError when called without item In-Reply-To: <1414709925.15.0.196086635074.issue22769@psf.upfronthosting.co.za> Message-ID: <1414775523.5.0.451940121811.issue22769@psf.upfronthosting.co.za> Serhiy Storchaka added the comment: Thank your for your report David. Here is a patch which fixes the bug and adds tests for Treeview.tag_has(). ---------- stage: needs patch -> patch review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 18:31:51 2014 From: report at bugs.python.org (Ezio Melotti) Date: Fri, 31 Oct 2014 17:31:51 +0000 Subject: [issue11957] re.sub confusion between count and flags args In-Reply-To: <1304101630.86.0.175815070517.issue11957@psf.upfronthosting.co.za> Message-ID: <1414776711.84.0.0555696818206.issue11957@psf.upfronthosting.co.za> Ezio Melotti added the comment: I agree about 767fd62b59a9, there should be tests for args passed both by position and as keyword args. Serhiy, do you think the enum solution is worth pursuing, or is it better to just turn those args to keyword-only (after a proper deprecation process)? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 18:36:08 2014 From: report at bugs.python.org (Zachary Ware) Date: Fri, 31 Oct 2014 17:36:08 +0000 Subject: [issue17717] Set up nasm from external.bat In-Reply-To: <1365870872.82.0.912332979443.issue17717@psf.upfronthosting.co.za> Message-ID: <1414776968.81.0.136826724904.issue17717@psf.upfronthosting.co.za> Zachary Ware added the comment: Fairly simple patch for default. ---------- keywords: +patch Added file: http://bugs.python.org/file37089/issue17717-default.diff _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 18:39:20 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 31 Oct 2014 17:39:20 +0000 Subject: [issue17717] Set up nasm from external.bat In-Reply-To: <1365870872.82.0.912332979443.issue17717@psf.upfronthosting.co.za> Message-ID: <1414777160.23.0.142753336544.issue17717@psf.upfronthosting.co.za> Antoine Pitrou added the comment: I can't say anything about the patch, but thank you for automating this! One less manual step :-) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 18:44:44 2014 From: report at bugs.python.org (Saimadhav Heblikar) Date: Fri, 31 Oct 2014 17:44:44 +0000 Subject: [issue22706] Idle extension configuration and key bindings In-Reply-To: <1414023453.7.0.681663520586.issue22706@psf.upfronthosting.co.za> Message-ID: <1414777484.8.0.622481882459.issue22706@psf.upfronthosting.co.za> Changes by Saimadhav Heblikar : ---------- nosy: +sahutd _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 18:49:33 2014 From: report at bugs.python.org (Ezio Melotti) Date: Fri, 31 Oct 2014 17:49:33 +0000 Subject: [issue22746] cgitb html: wrong encoding for utf-8 In-Reply-To: <1414435737.5.0.509535388247.issue22746@psf.upfronthosting.co.za> Message-ID: <1414777773.22.0.236508564243.issue22746@psf.upfronthosting.co.za> Ezio Melotti added the comment: > In normal HTML utf-8 works fine, doesn't it? It does, in fact as long as the encoding used by the browser matches the one used in the file, no charrefs needs to be used (except > < and "). Of course, if non-Unicode encodings are used, the range of available characters that can go directly in the HTML will be more limited, but this can be solved by using charrefs -- the browser will display the corresponding character no matter what is the encoding. This also means that if charrefs are used for all non-ASCII characters, then the browser will be able to display the page no matter what encoding is being used (as long as it's ASCII-compatible, and most encoding are). The downside is that it will make the source less readable and possible longer, especially if there are lot of non-ASCII characters, but if most of the characters are expected to be ASCII, using charrefs might be ok. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:01:11 2014 From: report at bugs.python.org (Ezio Melotti) Date: Fri, 31 Oct 2014 18:01:11 +0000 Subject: [issue22751] Fix test___all__ warning about modified environment In-Reply-To: <1414492058.43.0.353422984259.issue22751@psf.upfronthosting.co.za> Message-ID: <1414778471.95.0.272823371085.issue22751@psf.upfronthosting.co.za> Ezio Melotti added the comment: Are there cases where "import locale" might fail? If so, it should maybe be moved in the try, otherwise the patch LGTM. ---------- assignee: -> ezio.melotti nosy: +serhiy.storchaka, zach.ware stage: -> patch review _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:10:59 2014 From: report at bugs.python.org (Tim Graham) Date: Fri, 31 Oct 2014 18:10:59 +0000 Subject: [issue22758] Regression in Python 3.2 cookie parsing In-Reply-To: <1414577677.93.0.364604019199.issue22758@psf.upfronthosting.co.za> Message-ID: <1414779059.86.0.96891038933.issue22758@psf.upfronthosting.co.za> Tim Graham added the comment: FYI, I created #22775 and submitted a patch for the issue that SimpleCookie doesn't pickle properly with HIGHEST_PROTOCOL. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:13:10 2014 From: report at bugs.python.org (Yoel) Date: Fri, 31 Oct 2014 18:13:10 +0000 Subject: [issue22776] SyslogHandler's record formatting during emit(..) not covered by try-except block Message-ID: <1414779190.8.0.640385408005.issue22776@psf.upfronthosting.co.za> New submission from Yoel: Not all exceptions occurring during SyslogHandler's emit(..) method are caught and handled since the try-except block only covers the latter part of the method. Thus, since handleError is not invoked, such exceptions might cause the whole program to crash, even though logging.raiseExceptions is unset. Execution example: In [1]: import sys In [2]: sys.version Out[2]: '2.7.6 (default, Mar 22 2014, 22:59:56) \n[GCC 4.8.2]' In [3]: import logging.handlers In [4]: logging.raiseExceptions = 0 In [5]: syslogHandler = logging.handlers.SysLogHandler() In [6]: logger = logging.getLogger() In [7]: logger.addHandler(syslogHandler) In [8]: logger.critical('1', '1') --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in () ----> 1 logger.critical('1', '1') /usr/lib/python2.7/logging/__init__.pyc in critical(self, msg, *args, **kwargs) 1195 """ 1196 if self.isEnabledFor(CRITICAL): -> 1197 self._log(CRITICAL, msg, args, **kwargs) 1198 1199 fatal = critical /usr/lib/python2.7/logging/__init__.pyc in _log(self, level, msg, args, exc_info, extra) 1269 exc_info = sys.exc_info() 1270 record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra) -> 1271 self.handle(record) 1272 1273 def handle(self, record): /usr/lib/python2.7/logging/__init__.pyc in handle(self, record) 1279 """ 1280 if (not self.disabled) and self.filter(record): -> 1281 self.callHandlers(record) 1282 1283 def addHandler(self, hdlr): /usr/lib/python2.7/logging/__init__.pyc in callHandlers(self, record) 1319 found = found + 1 1320 if record.levelno >= hdlr.level: -> 1321 hdlr.handle(record) 1322 if not c.propagate: 1323 c = None #break out /usr/lib/python2.7/logging/__init__.pyc in handle(self, record) 747 self.acquire() 748 try: --> 749 self.emit(record) 750 finally: 751 self.release() /usr/lib/python2.7/logging/handlers.pyc in emit(self, record) 840 exception information is present, it is NOT sent to the server. 841 """ --> 842 msg = self.format(record) + '\000' 843 """ 844 We need to convert record level to lowercase, maybe this will /usr/lib/python2.7/logging/__init__.pyc in format(self, record) 722 else: 723 fmt = _defaultFormatter --> 724 return fmt.format(record) 725 726 def emit(self, record): /usr/lib/python2.7/logging/__init__.pyc in format(self, record) 462 it is formatted using formatException() and appended to the message. 463 """ --> 464 record.message = record.getMessage() 465 if self.usesTime(): 466 record.asctime = self.formatTime(record, self.datefmt) /usr/lib/python2.7/logging/__init__.pyc in getMessage(self) 326 msg = self.msg #Defer encoding till later 327 if self.args: --> 328 msg = msg % self.args 329 return msg 330 TypeError: not all arguments converted during string formatting In [9]: Executing similar code via StreamHandler for example, doesn't raise the TypeError exception. ---------- components: Library (Lib) messages: 230364 nosy: Yoel, vinay.sajip priority: normal severity: normal status: open title: SyslogHandler's record formatting during emit(..) not covered by try-except block versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:18:38 2014 From: report at bugs.python.org (Yoel) Date: Fri, 31 Oct 2014 18:18:38 +0000 Subject: [issue22776] SyslogHandler's record formatting during emit(..) not covered by try-except block In-Reply-To: <1414779190.8.0.640385408005.issue22776@psf.upfronthosting.co.za> Message-ID: <1414779518.34.0.0827156350016.issue22776@psf.upfronthosting.co.za> Changes by Yoel : ---------- type: -> behavior _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:21:14 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Fri, 31 Oct 2014 18:21:14 +0000 Subject: [issue22758] Regression in Python 3.2 cookie parsing In-Reply-To: <1414577677.93.0.364604019199.issue22758@psf.upfronthosting.co.za> Message-ID: <1414779674.67.0.678098657876.issue22758@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:22:11 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Fri, 31 Oct 2014 18:22:11 +0000 Subject: [issue22775] SimpleCookie not picklable with HIGHEST_PROTOCOL In-Reply-To: <1414774683.47.0.0600315909548.issue22775@psf.upfronthosting.co.za> Message-ID: <1414779731.54.0.22869174992.issue22775@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:23:50 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Fri, 31 Oct 2014 18:23:50 +0000 Subject: [issue22751] Fix test___all__ warning about modified environment In-Reply-To: <1414492058.43.0.353422984259.issue22751@psf.upfronthosting.co.za> Message-ID: <1414779830.67.0.383834623591.issue22751@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:29:07 2014 From: report at bugs.python.org (Ezio Melotti) Date: Fri, 31 Oct 2014 18:29:07 +0000 Subject: [issue22701] Write unescaped unicode characters (Japanese, Chinese, etc) in JSON module when "ensure_ascii=False" In-Reply-To: <1414004123.6.0.971106689488.issue22701@psf.upfronthosting.co.za> Message-ID: <1414780147.4.0.762604535817.issue22701@psf.upfronthosting.co.za> Ezio Melotti added the comment: The example works for me with both python 2 and 3. I'm going to close this in a while if OP doesn't reply. $ python2 -c "import json; json.dump({'name': '??'}, open('py2.json', 'w'), indent=4, separators=(',', ': '), ensure_ascii=False)" && cat py2.json { "name": "??" } $ python3 -c "import json; json.dump({'name': '??'}, open('py3.json', 'w'), indent=4, separators=(',', ': '), ensure_ascii=False)" && cat py3.json { "name": "??" } ---------- resolution: -> works for me status: open -> pending _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:30:40 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Fri, 31 Oct 2014 18:30:40 +0000 Subject: [issue22773] Export Readline version and expect ANSI sequence for version < 0x6000 In-Reply-To: <1414764088.14.0.977066596578.issue22773@psf.upfronthosting.co.za> Message-ID: <1414780240.19.0.129193954069.issue22773@psf.upfronthosting.co.za> Arfrever Frehtes Taifersar Arahesis added the comment: Naming it _READLINE_BUILDTIME_VERSION instead of _READLINE_VERSION would avoid ambiguity. ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:33:01 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Fri, 31 Oct 2014 18:33:01 +0000 Subject: [issue19884] Importing readline produces erroneous output In-Reply-To: <1386158776.45.0.265770743985.issue19884@psf.upfronthosting.co.za> Message-ID: <1414780381.92.0.483481899639.issue19884@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:35:23 2014 From: report at bugs.python.org (Ezio Melotti) Date: Fri, 31 Oct 2014 18:35:23 +0000 Subject: [issue22680] unittest discovery is fragile In-Reply-To: <1413825261.98.0.71045668194.issue22680@psf.upfronthosting.co.za> Message-ID: <1414780523.55.0.50984204818.issue22680@psf.upfronthosting.co.za> Ezio Melotti added the comment: Does removing "from unittest import *" from somewhere fix the issue? Is this a bug in your code, or did that import reveal a bug in unittest? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:37:05 2014 From: report at bugs.python.org (David Edelsohn) Date: Fri, 31 Oct 2014 18:37:05 +0000 Subject: [issue22773] Export Readline version and expect ANSI sequence for version < 0x6000 In-Reply-To: <1414764088.14.0.977066596578.issue22773@psf.upfronthosting.co.za> Message-ID: <1414780625.51.0.512113599939.issue22773@psf.upfronthosting.co.za> David Edelsohn added the comment: I am trying to follow the precedent of zlibmodule with the naming so that users of Python modules have as consistent an experience and user interface as possible. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:37:17 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 31 Oct 2014 18:37:17 +0000 Subject: [issue22680] unittest discovery is fragile In-Reply-To: <1413825261.98.0.71045668194.issue22680@psf.upfronthosting.co.za> Message-ID: <1414780637.04.0.0637981987385.issue22680@psf.upfronthosting.co.za> Antoine Pitrou added the comment: > Does removing "from unittest import *" from somewhere fix the issue? Yes. > Is this a bug in your code, or did that import reveal a bug in unittest? Your choice :-) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:38:49 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 31 Oct 2014 18:38:49 +0000 Subject: [issue22680] unittest discovery is fragile In-Reply-To: <1413825261.98.0.71045668194.issue22680@psf.upfronthosting.co.za> Message-ID: <1414780729.47.0.838160098789.issue22680@psf.upfronthosting.co.za> Antoine Pitrou added the comment: btw, in case that's not clear from the traceback, discover was mistaking FunctionTestCase as one of my test classes (while it was just there because of the "import *"). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:39:36 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 31 Oct 2014 18:39:36 +0000 Subject: [issue22773] Export Readline version and expect ANSI sequence for version < 0x6000 In-Reply-To: <1414764088.14.0.977066596578.issue22773@psf.upfronthosting.co.za> Message-ID: <1414780776.7.0.393414355619.issue22773@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Indeed, I think there's no ambiguity here. Victor, are you ok with the patch? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:40:03 2014 From: report at bugs.python.org (Michael Foord) Date: Fri, 31 Oct 2014 18:40:03 +0000 Subject: [issue22680] unittest discovery is fragile In-Reply-To: <1413825261.98.0.71045668194.issue22680@psf.upfronthosting.co.za> Message-ID: <1414780803.32.0.680336340398.issue22680@psf.upfronthosting.co.za> Michael Foord added the comment: Ah. Test discovery is discovering FunctionTestCase and attempting to instantiate it as a test. And failing. Maybe discovery should special case that class and not treat it as a normal TestCase. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:41:53 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 31 Oct 2014 18:41:53 +0000 Subject: [issue22680] unittest discovery is fragile In-Reply-To: <1413825261.98.0.71045668194.issue22680@psf.upfronthosting.co.za> Message-ID: <1414780913.1.0.0614236681289.issue22680@psf.upfronthosting.co.za> Antoine Pitrou added the comment: Or perhaps everything that has as a __module__ something which has the attribute __unittest = True? (the attribute is there for a reason, right?) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:43:57 2014 From: report at bugs.python.org (Ethan Furman) Date: Fri, 31 Oct 2014 18:43:57 +0000 Subject: [issue22680] unittest discovery is fragile In-Reply-To: <1413825261.98.0.71045668194.issue22680@psf.upfronthosting.co.za> Message-ID: <1414781037.07.0.281389431676.issue22680@psf.upfronthosting.co.za> Ethan Furman added the comment: Michael Foord opined: --------------------- > Maybe discovery should special case that class and not treat it as a normal TestCase. Not a bad idea. On the other hand, I don't believe unittest is advertised as supporting 'from ... import *', which *is* usually advised to be a bad idea. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:44:27 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 31 Oct 2014 18:44:27 +0000 Subject: [issue11957] re.sub confusion between count and flags args In-Reply-To: <1414776711.84.0.0555696818206.issue11957@psf.upfronthosting.co.za> Message-ID: <4127163.QltK8qCu7I@raxxla> Serhiy Storchaka added the comment: I think that the enum solution is worth pursuing, and that we need general class which represents the set of specified named flags. I'm working on implementation of enum.IntFlags. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:44:40 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Fri, 31 Oct 2014 18:44:40 +0000 Subject: [issue22680] unittest discovery is fragile In-Reply-To: <1413825261.98.0.71045668194.issue22680@psf.upfronthosting.co.za> Message-ID: <1414781080.29.0.0570081060118.issue22680@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:47:29 2014 From: report at bugs.python.org (Ezio Melotti) Date: Fri, 31 Oct 2014 18:47:29 +0000 Subject: [issue22581] Other mentions of the buffer protocol In-Reply-To: <1412785100.97.0.773176507587.issue22581@psf.upfronthosting.co.za> Message-ID: <1414781249.49.0.793506060059.issue22581@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- type: -> enhancement versions: +Python 3.4, Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:50:39 2014 From: report at bugs.python.org (Arfrever Frehtes Taifersar Arahesis) Date: Fri, 31 Oct 2014 18:50:39 +0000 Subject: [issue22678] An OSError subclass for "no space left on device" would be nice: NoSpaceError In-Reply-To: <1413822435.2.0.235544061908.issue22678@psf.upfronthosting.co.za> Message-ID: <1414781439.58.0.0682261207335.issue22678@psf.upfronthosting.co.za> Changes by Arfrever Frehtes Taifersar Arahesis : ---------- nosy: +Arfrever _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:53:12 2014 From: report at bugs.python.org (Lorenz Quack) Date: Fri, 31 Oct 2014 18:53:12 +0000 Subject: [issue22143] rlcompleter.Completer has duplicate matches In-Reply-To: <1407255195.5.0.870338576239.issue22143@psf.upfronthosting.co.za> Message-ID: <1414781592.71.0.407774197253.issue22143@psf.upfronthosting.co.za> Lorenz Quack added the comment: I couldn't find anything concerning order in the docs so I didn't see any reason the have them sorted. I'm not opposed to sorting them. I guess you could call me +0 on returning sorted(set(matches)) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:56:14 2014 From: report at bugs.python.org (Ezio Melotti) Date: Fri, 31 Oct 2014 18:56:14 +0000 Subject: [issue10712] 2to3 fixer for deprecated unittest method names In-Reply-To: <1292441796.9.0.018359428873.issue10712@psf.upfronthosting.co.za> Message-ID: <1414781774.56.0.108388082802.issue10712@psf.upfronthosting.co.za> Ezio Melotti added the comment: Thanks! ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 19:59:39 2014 From: report at bugs.python.org (Zachary Ware) Date: Fri, 31 Oct 2014 18:59:39 +0000 Subject: [issue22751] Fix test___all__ warning about modified environment In-Reply-To: <1414492058.43.0.353422984259.issue22751@psf.upfronthosting.co.za> Message-ID: <1414781979.49.0.946022080814.issue22751@psf.upfronthosting.co.za> Zachary Ware added the comment: It doesn't look like "import locale" can fail ("import _locale" can, but locale.py has emulation that would work with this patch). LGTM. ---------- stage: patch review -> commit review versions: -Python 3.6 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 20:02:20 2014 From: report at bugs.python.org (Ezio Melotti) Date: Fri, 31 Oct 2014 19:02:20 +0000 Subject: [issue12458] Tracebacks should contain the first line of continuation lines In-Reply-To: <1309499207.17.0.676241559437.issue12458@psf.upfronthosting.co.za> Message-ID: <1414782140.86.0.103376722889.issue12458@psf.upfronthosting.co.za> Changes by Ezio Melotti : ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 20:06:40 2014 From: report at bugs.python.org (Ezio Melotti) Date: Fri, 31 Oct 2014 19:06:40 +0000 Subject: [issue21278] Running the test suite with -v makes the test_ctypes and the test_zipimport erroneously reported as failed In-Reply-To: <1397689360.76.0.544034222842.issue21278@psf.upfronthosting.co.za> Message-ID: <1414782400.15.0.178202091079.issue21278@psf.upfronthosting.co.za> Ezio Melotti added the comment: > If no one is able to reproduce it, I guess we can close it. OK > you all receive updates even if the bug is closed, right? Yes. ---------- resolution: works for me -> out of date stage: -> resolved status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 20:08:28 2014 From: report at bugs.python.org (Ezio Melotti) Date: Fri, 31 Oct 2014 19:08:28 +0000 Subject: [issue16518] add "buffer protocol" to glossary In-Reply-To: <1353477807.87.0.204584648831.issue16518@psf.upfronthosting.co.za> Message-ID: <1414782508.75.0.578306209289.issue16518@psf.upfronthosting.co.za> Ezio Melotti added the comment: See #22581. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 20:27:47 2014 From: report at bugs.python.org (Ezio Melotti) Date: Fri, 31 Oct 2014 19:27:47 +0000 Subject: [issue13884] IDLE: Remove tear-off menu feature In-Reply-To: <1327621264.5.0.587291207239.issue13884@psf.upfronthosting.co.za> Message-ID: <1414783667.1.0.764711924691.issue13884@psf.upfronthosting.co.za> Ezio Melotti added the comment: I haven't seen any other program using it, so I wouldn't mind if they were removed. People with disabilities probably have better ways to deal with menus, but if adding the option is trivial it's probably better to add it. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 21:08:45 2014 From: report at bugs.python.org (Berker Peksag) Date: Fri, 31 Oct 2014 20:08:45 +0000 Subject: [issue22775] SimpleCookie not picklable with HIGHEST_PROTOCOL In-Reply-To: <1414774683.47.0.0600315909548.issue22775@psf.upfronthosting.co.za> Message-ID: <1414786125.22.0.523606421544.issue22775@psf.upfronthosting.co.za> Changes by Berker Peksag : ---------- stage: -> patch review versions: +Python 3.4 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 21:22:26 2014 From: report at bugs.python.org (Ned Deily) Date: Fri, 31 Oct 2014 20:22:26 +0000 Subject: [issue22773] Export Readline version and expect ANSI sequence for version < 0x6000 In-Reply-To: <1414764088.14.0.977066596578.issue22773@psf.upfronthosting.co.za> Message-ID: <1414786946.74.0.641663628503.issue22773@psf.upfronthosting.co.za> Ned Deily added the comment: The patch doesn't take into account that the readline module may be linked with BSD libedit (as is the default on OS X and is preferred by some third-party distributors) rather than GNU readline. The patch causes the test to be incorrectly skipped on those platforms. >>> readline._READLINE_VERSION 1026 The documented way of differentiating the two cases is by checking the __doc__ string for "readline" or "libedit": >>> readline.__doc__ 'Importing this module enables command line editing using libedit readline.' vs. >>> readline.__doc__ 'Importing this module enables command line editing using GNU readline.' ---------- nosy: +ned.deily _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 21:25:06 2014 From: report at bugs.python.org (Ned Deily) Date: Fri, 31 Oct 2014 20:25:06 +0000 Subject: [issue22773] Export Readline version and expect ANSI sequence for version < 0x6000 In-Reply-To: <1414764088.14.0.977066596578.issue22773@psf.upfronthosting.co.za> Message-ID: <1414787106.02.0.429287038673.issue22773@psf.upfronthosting.co.za> Ned Deily added the comment: Make that: The documented way of differentiating the two cases is by checking the __doc__ string for "libedit". ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 21:34:42 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 31 Oct 2014 20:34:42 +0000 Subject: [issue22773] Export Readline version and expect ANSI sequence for version < 0x6000 In-Reply-To: <1414764088.14.0.977066596578.issue22773@psf.upfronthosting.co.za> Message-ID: <1414787682.27.0.258921483756.issue22773@psf.upfronthosting.co.za> STINNER Victor added the comment: In the past, I added sys.thread_info to be able to skip tests on some old platforms. Maybe we need something similar: an object with runtime version, build version, implementation name, etc. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 21:36:42 2014 From: report at bugs.python.org (Matt Frank) Date: Fri, 31 Oct 2014 20:36:42 +0000 Subject: [issue22747] Interpreter fails in initialize on systems where HAVE_LANGINFO_H is undefined In-Reply-To: <1414445408.19.0.175857050886.issue22747@psf.upfronthosting.co.za> Message-ID: <1414787802.52.0.08871597635.issue22747@psf.upfronthosting.co.za> Matt Frank added the comment: My platform is the Android command-line shell. Essentially it is like an embedded linux platform with a very quirky partially implemented libc (not glibc). It has no langinfo.h and while it has locale.h, the implementations of setlocale() and localeconv() do nothing (and return null). The wcstombs() and mbstowcs() functions are both mapped to strncpy(). As was the original intent of utf-8, since the Linux kernel (and most supported file systems) store filenames as null-terminated byte strings, utf-8 encoded file names "work" with software that assumes that the encoding is utf-8 (for example the xterm program that I'm using to "ssh" into the machine) (for another example, the Dalvik JVM that runs user-apps.) My intent with this tracker is to make it slightly easier for people who have libc like Android where the locale support is completely broken and really only 8-bit "ascii" is supported to get something reasonable to compile and run, while simultaneously not breaking the supported platforms. If you look at what Kivy and Py4A have done, they basically have patches all over the main interpreter that, once applied, make the interpreter not work on any supported platform. I'm trying to avoid that approach. Two possibilities for this particular part of the interpreter are to implement option (3) above, or to implement option (4) above. Option (3) is preferable in the long run, but option(4) is a much smaller change (as long as it does consistently with the decision of tracker 8610.) ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 21:42:51 2014 From: report at bugs.python.org (David Edelsohn) Date: Fri, 31 Oct 2014 20:42:51 +0000 Subject: [issue22773] Export Readline version and expect ANSI sequence for version < 0x6000 In-Reply-To: <1414764088.14.0.977066596578.issue22773@psf.upfronthosting.co.za> Message-ID: <1414788171.15.0.471694399035.issue22773@psf.upfronthosting.co.za> David Edelsohn added the comment: @ned.deily Can you offer a suggestion of how you you like the skipIf test modified to check __doc__ for "libedit"? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 21:58:58 2014 From: report at bugs.python.org (Ned Deily) Date: Fri, 31 Oct 2014 20:58:58 +0000 Subject: [issue22773] Export Readline version and expect ANSI sequence for version < 0x6000 In-Reply-To: <1414764088.14.0.977066596578.issue22773@psf.upfronthosting.co.za> Message-ID: <1414789138.43.0.277471498292.issue22773@psf.upfronthosting.co.za> Ned Deily added the comment: Something like: @unittest.skipIf(("libedit" not in readline.__doc__) and (readline._READLINE_VERSION < 0x6000), "not supported in this library version") should work. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 22:09:37 2014 From: report at bugs.python.org (David Edelsohn) Date: Fri, 31 Oct 2014 21:09:37 +0000 Subject: [issue22773] Export Readline version and expect ANSI sequence for version < 0x6000 In-Reply-To: <1414764088.14.0.977066596578.issue22773@psf.upfronthosting.co.za> Message-ID: <1414789777.61.0.7124137771.issue22773@psf.upfronthosting.co.za> David Edelsohn added the comment: Okay, grouping was wrong in my initial attempt. New patch attached. ---------- Added file: http://bugs.python.org/file37090/Issue22773.txt _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 22:12:48 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Fri, 31 Oct 2014 21:12:48 +0000 Subject: [issue22766] collections.Counter's in-place operators should return NotImplemented for unsupported types In-Reply-To: <1414681597.28.0.694367413403.issue22766@psf.upfronthosting.co.za> Message-ID: <1414789968.36.0.504210271299.issue22766@psf.upfronthosting.co.za> Raymond Hettinger added the comment: Here is what other mutable types do: >>> s = [] >>> s.__iadd__(1) Traceback (most recent call last): File "", line 1, in s.__iadd__(1) TypeError: 'int' object is not iterable >>> s = set() >>> s.__ior__(1) NotImplemented >>> from collections import deque >>> s = deque() >>> s.__iadd__(1) Traceback (most recent call last): File "", line 1, in s.__iadd__(1) TypeError: 'int' object is not iterable >>> from array import array >>> s = array('i') >>> s.__iadd__(1) Traceback (most recent call last): File "", line 1, in s.__iadd__(1) TypeError: can only extend array with array (not "int") >>> s = bytearray() >>> s.__iadd__(1) Traceback (most recent call last): File "", line 1, in s.__iadd__(1) TypeError: can't concat int to bytearray ---------- priority: normal -> low _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 22:22:49 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Fri, 31 Oct 2014 21:22:49 +0000 Subject: [issue22683] bisect index out of bounds issue In-Reply-To: <1413876192.76.0.889942882253.issue22683@psf.upfronthosting.co.za> Message-ID: <1414790568.99.0.115426815394.issue22683@psf.upfronthosting.co.za> Raymond Hettinger added the comment: > treat the hi in the precondition in the same way as the lo parameter Originally, there was no special test for lo. The test was added only because negative lo value failed in an unfortunate way (with an infinite loop). No change to hi was made because (it succeeded in some cases and existing code might be relying on that or it failed in clear-cut way by raising an IndexError). > That being said, from my point of view this ticket can be closed. I concur. When there isn't a clear case for change, it is usually better to favor stability over potential disruption. ---------- resolution: -> rejected status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 22:29:31 2014 From: report at bugs.python.org (Stefan Krah) Date: Fri, 31 Oct 2014 21:29:31 +0000 Subject: [issue22747] Interpreter fails in initialize on systems where HAVE_LANGINFO_H is undefined In-Reply-To: <1414445408.19.0.175857050886.issue22747@psf.upfronthosting.co.za> Message-ID: <1414790971.57.0.785327860474.issue22747@psf.upfronthosting.co.za> Stefan Krah added the comment: Has anyone made an effort to get this fixed in Android? I find it strange that hundreds of projects now work around Android bugs instead of putting (friendly) pressure on the Android maintainers. Minimal langinfo.h and locale.h support should be trivial to implement. ---------- nosy: +skrah _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 22:35:31 2014 From: report at bugs.python.org (Ned Deily) Date: Fri, 31 Oct 2014 21:35:31 +0000 Subject: [issue22773] Export Readline version and expect ANSI sequence for version < 0x6000 In-Reply-To: <1414764088.14.0.977066596578.issue22773@psf.upfronthosting.co.za> Message-ID: <1414791331.87.0.0631539435545.issue22773@psf.upfronthosting.co.za> Ned Deily added the comment: The test works OK with libedit now, thanks. But are you sure about the readline version test? Testing with a GNU readline 6.3: >>> print('%x' % readline._READLINE_RUNTIME_VERSION) 603 so the test_readline check: readline._READLINE_VERSION < 0x6000 causes the test to be incorrectly skipped. What does _READLINE_RUNTIME_VERSION look like for an older version of readline? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 22:57:16 2014 From: report at bugs.python.org (Matt Frank) Date: Fri, 31 Oct 2014 21:57:16 +0000 Subject: [issue22747] Interpreter fails in initialize on systems where HAVE_LANGINFO_H is undefined In-Reply-To: <1414445408.19.0.175857050886.issue22747@psf.upfronthosting.co.za> Message-ID: <1414792636.06.0.0157172663844.issue22747@psf.upfronthosting.co.za> Matt Frank added the comment: I am working on using my resources at Intel to put some pressure on Google to fix some of the (many) problems in the Bionic libc. I have a sort of "polyfill" library that implements locale.h, langinfo.h, as well as the structure definitions for wchar.h, and it borrows the utf8 mbs*towcs() and wcs*tombs() implementations from FreeBSD. It implements a setlocale() and nl_langinfo() that starts in locale "C", fakes it as though the user's envvars are set to "C.UTF-8" (so if you call setlocale(LC_ALL, "") the encoding is changed to UTF-8). But Bionic has been broken for many years, and it will most likely take many more years before I (or somebody) can arrange the right set of things to get it fixed. It is not really in Google's interest to have people writing non-JVM code, so they seem to only grudgingly support it, their JVM APIs are the "walled garden" that keeps apps sticky to their platform, while allowing them to quickly switch to new processor architectures if they need to. But all of that is not really germane to this bug. The fact is that cpython, when compiled for a system with no langinfo.h creates an executable that does nothing but crash. What other systems (other than Android) have no langinfo.h? (Alternatively, why has this feature-test been in configure.ac for many years?) If the solution for Android is "it's android's bug and they should fix it" then shouldn't we remove all the #ifdef HAVE_LANGINFO_H tests from the code and just let compilation fail on systems that don't have langinfo.h? That is option (1) or (2) that I suggested above. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 22:57:36 2014 From: report at bugs.python.org (Stefan Krah) Date: Fri, 31 Oct 2014 21:57:36 +0000 Subject: [issue22747] Interpreter fails in initialize on systems where HAVE_LANGINFO_H is undefined In-Reply-To: <1414445408.19.0.175857050886.issue22747@psf.upfronthosting.co.za> Message-ID: <1414792656.85.0.385440535234.issue22747@psf.upfronthosting.co.za> Stefan Krah added the comment: To expand a little, here ... https://code.google.com/p/android/issues/list ... I cannot find either a localeconv() or an nl_langinfo() issue. Perhaps the maintainers would be willing to add minimal versions? ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 23:04:56 2014 From: report at bugs.python.org (Serhiy Storchaka) Date: Fri, 31 Oct 2014 22:04:56 +0000 Subject: [issue22777] Test pickling with all protocols Message-ID: <1414793093.86.0.888366361477.issue22777@psf.upfronthosting.co.za> New submission from Serhiy Storchaka: Some pickling tests use only default protocol. Other tests use only lower protocols (0, 1, and may be 2). Proposed match makes all pickling tests using all existing protocols from 0 to HIGHEST_PROTOCOL inclusive. Also fixed some minor bugs. ---------- components: Tests files: tests_pickling.patch keywords: patch messages: 230395 nosy: pitrou, rhettinger, serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Test pickling with all protocols type: enhancement versions: Python 3.5 Added file: http://bugs.python.org/file37091/tests_pickling.patch _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 23:07:49 2014 From: report at bugs.python.org (Ethan Furman) Date: Fri, 31 Oct 2014 22:07:49 +0000 Subject: [issue22778] list's in-place add doesn't return NotImplemented when appropriate Message-ID: <1414793269.83.0.627145039019.issue22778@psf.upfronthosting.co.za> New submission from Ethan Furman: --> s = [] --> s += 1 Traceback (most recent call last): File "", line 1, in TypeError: 'int' object is not iterable For comparison, when NotImplemented is appropriately returned the message looks like this: --> s -= 1 Traceback (most recent call last): File "", line 1, in TypeError: unsupported operand type(s) for -=: 'list' and 'int' Which is certainly more helpful than " object is not iterable" ---------- messages: 230396 nosy: ethan.furman priority: normal severity: normal status: open title: list's in-place add doesn't return NotImplemented when appropriate type: behavior versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 23:14:36 2014 From: report at bugs.python.org (Ethan Furman) Date: Fri, 31 Oct 2014 22:14:36 +0000 Subject: [issue22779] deque in-place addition does not return NotImplemented when appropriate Message-ID: <1414793676.66.0.938379315821.issue22779@psf.upfronthosting.co.za> New submission from Ethan Furman: --> from collections import deque --> d = deque() --> d += 1 Traceback (most recent call last): File "", line 1, in TypeError: 'int' object is not iterable deque should be returning NotImplemented, which would generate a more appropriate error message: TypeError: unsupported operand type(s) for -=: 'collections.deque' and 'int' which is what happens with -=, *=, /=, |=, at which point I stopped testing. ---------- assignee: rhettinger messages: 230397 nosy: ethan.furman, rhettinger priority: low severity: normal stage: needs patch status: open title: deque in-place addition does not return NotImplemented when appropriate type: behavior versions: Python 3.5 _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 23:15:52 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Fri, 31 Oct 2014 22:15:52 +0000 Subject: [issue22779] deque in-place addition does not return NotImplemented when appropriate In-Reply-To: <1414793676.66.0.938379315821.issue22779@psf.upfronthosting.co.za> Message-ID: <1414793752.39.0.771173338227.issue22779@psf.upfronthosting.co.za> Raymond Hettinger added the comment: Please don't replicate the same variant of the issue multiple times. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 23:18:08 2014 From: report at bugs.python.org (Ethan Furman) Date: Fri, 31 Oct 2014 22:18:08 +0000 Subject: [issue22766] collections.Counter's in-place operators should return NotImplemented for unsupported types In-Reply-To: <1414681597.28.0.694367413403.issue22766@psf.upfronthosting.co.za> Message-ID: <1414793887.99.0.10290576629.issue22766@psf.upfronthosting.co.za> Ethan Furman added the comment: The behavior exhibited by set() is correct, and the behavior for array and bytearray are fine, as the error message is even more helpful. Issues opened for list (issue22778) and deque (issue22779). ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 23:18:47 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Fri, 31 Oct 2014 22:18:47 +0000 Subject: [issue22766] collections.Counter's in-place operators should return NotImplemented for unsupported types In-Reply-To: <1414681597.28.0.694367413403.issue22766@psf.upfronthosting.co.za> Message-ID: <1414793927.69.0.820697411791.issue22766@psf.upfronthosting.co.za> Raymond Hettinger added the comment: Note, the += operation is conceptually similar to update() methods with are usually duck typeable: >>> d = {} >>> d.update(1) Traceback (most recent call last): File "", line 1, in d.update(1) TypeError: 'int' object is not iterable >>> s = set() >>> s.update(1) Traceback (most recent call last): File "", line 1, in s.update(1) TypeError: 'int' object is not iterable >>> dict(1) Traceback (most recent call last): File "", line 1, in dict(1) TypeError: 'int' object is not iterable ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 23:20:20 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Fri, 31 Oct 2014 22:20:20 +0000 Subject: [issue22778] list's in-place add doesn't return NotImplemented when appropriate In-Reply-To: <1414793269.83.0.627145039019.issue22778@psf.upfronthosting.co.za> Message-ID: <1414794020.2.0.803030549085.issue22778@psf.upfronthosting.co.za> Raymond Hettinger added the comment: Please don't replicate existing issues. Also, this behavior for lists is long-standing, tested, and designed by Guido. More than a little code relies on this behavior. ---------- assignee: -> rhettinger nosy: +rhettinger resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 23:23:13 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 31 Oct 2014 22:23:13 +0000 Subject: [issue22766] collections.Counter's in-place operators should return NotImplemented for unsupported types In-Reply-To: <1414681597.28.0.694367413403.issue22766@psf.upfronthosting.co.za> Message-ID: <1414794193.36.0.480135087255.issue22766@psf.upfronthosting.co.za> Antoine Pitrou added the comment: I think I've changed my mind on this. The important distinction is not between "ducktyping" or "cooperating". It's that this is an in-place mutating operation. A mutating operation should always be the responsibility of the receiver, and so it sounds wrong to be able to delegate it to the read-only operand. For example, when calling list.extend(op), the list object doesn't allow `op` to take over the operation's semantics. So I think TypeError is the right outcome here. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 23:23:33 2014 From: report at bugs.python.org (Raymond Hettinger) Date: Fri, 31 Oct 2014 22:23:33 +0000 Subject: [issue22779] deque in-place addition does not return NotImplemented when appropriate In-Reply-To: <1414793676.66.0.938379315821.issue22779@psf.upfronthosting.co.za> Message-ID: <1414794213.67.0.17262120861.issue22779@psf.upfronthosting.co.za> Raymond Hettinger added the comment: This behavior was intended. It was modeled after the behavior for lists. Any change here would break code such as: d = deque() d += 'abc' # This is specially allowed (note, we have a test for it) ---------- resolution: -> not a bug status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 23:26:20 2014 From: report at bugs.python.org (David Edelsohn) Date: Fri, 31 Oct 2014 22:26:20 +0000 Subject: [issue22773] Export Readline version and expect ANSI sequence for version < 0x6000 In-Reply-To: <1414764088.14.0.977066596578.issue22773@psf.upfronthosting.co.za> Message-ID: <1414794380.02.0.532937327704.issue22773@psf.upfronthosting.co.za> David Edelsohn added the comment: The test should be 0x0600. ---------- Added file: http://bugs.python.org/file37092/Issue22773.txt _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 23:31:20 2014 From: report at bugs.python.org (Ethan Furman) Date: Fri, 31 Oct 2014 22:31:20 +0000 Subject: [issue22766] collections.Counter's in-place operators should return NotImplemented for unsupported types In-Reply-To: <1414681597.28.0.694367413403.issue22766@psf.upfronthosting.co.za> Message-ID: <1414794680.98.0.595971074307.issue22766@psf.upfronthosting.co.za> Ethan Furman added the comment: https://docs.python.org/2/reference/datamodel.html#object.__iadd__ ------------------------------------------------------------------ [...] These methods should attempt to do the operation in-place (modifying self) and return the result (which could be, but does not have to be, self). If a specific method is not defined, the augmented assignment falls back to the normal methods. For instance, to execute the statement x += y, where x is an instance of a class that has an __iadd__() method, x.__iadd__(y) is called. If x is an instance of a class that does not define a __iadd__() method, x.__add__(y) and y.__radd__(x) are considered, as with the evaluation of x + y. ------------------------------------------------------------------- Returning NotImplemented still allows a TypeError to be raised, is subclass friendly, and is the way Python is designed. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 23:35:52 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 31 Oct 2014 22:35:52 +0000 Subject: [issue22766] collections.Counter's in-place operators should return NotImplemented for unsupported types In-Reply-To: <1414681597.28.0.694367413403.issue22766@psf.upfronthosting.co.za> Message-ID: <1414794952.4.0.924855786226.issue22766@psf.upfronthosting.co.za> Antoine Pitrou added the comment: You misread that paragraph: """ For instance, to execute the statement x += y, where x is an instance of a class that has an __iadd__() method, x.__iadd__(y) is called.""" This is the present case, and the case of most mutable containers. """If x is an instance of a class that does not define a __iadd__() method, x.__add__(y) and y.__radd__(x) are considered, as with the evaluation of x + y.""" This is not the present case. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 23:39:13 2014 From: report at bugs.python.org (STINNER Victor) Date: Fri, 31 Oct 2014 22:39:13 +0000 Subject: [issue22747] Interpreter fails in initialize on systems where HAVE_LANGINFO_H is undefined In-Reply-To: <1414792656.85.0.385440535234.issue22747@psf.upfronthosting.co.za> Message-ID: STINNER Victor added the comment: If the platform doesn't provide anything, we can maybe adopt the same approach than Mac OS X: force the encoding to UTF-8 and just don't use the C library. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 23:43:34 2014 From: report at bugs.python.org (Ethan Furman) Date: Fri, 31 Oct 2014 22:43:34 +0000 Subject: [issue22778] list's in-place add doesn't return NotImplemented when appropriate In-Reply-To: <1414793269.83.0.627145039019.issue22778@psf.upfronthosting.co.za> Message-ID: <1414795414.01.0.24902324376.issue22778@psf.upfronthosting.co.za> Ethan Furman added the comment: My understanding was that if a different patch will be needed, it is not the same issue. Is that not correct? Here's the test: def test_iadd(self): ... self.assertRaises(TypeError, u.__iadd__, None) It would still pass, as returning NotImplemented will still result in a TypeError, just with a friendlier message. If any code is depending on this, it is depending on the error message text, which is explicitly not guaranteed ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Oct 31 23:45:42 2014 From: report at bugs.python.org (Antoine Pitrou) Date: Fri, 31 Oct 2014 22:45:42 +0000 Subject: [issue22775] SimpleCookie not picklable with HIGHEST_PROTOCOL In-Reply-To: <1414774683.47.0.0600315909548.issue22775@psf.upfronthosting.co.za> Message-ID: <1414795542.48.0.158423719416.issue22775@psf.upfronthosting.co.za> Changes by Antoine Pitrou : ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker _______________________________________